Anagram Puzzle Generator

Anagram Puzzle Generator API

GamesIncluded in Subscription

Anagram Puzzle Generator creates word puzzles where players rearrange scrambled letters to form valid words, with optional hints.

Online
1 credit/call
99.9% uptime
Docs
avg: 324ms|p50: 307ms|p75: 336ms|p90: 371ms|p99: 441ms
Online
1 credit/call
99.9% uptime
Docs
avg: 324ms|p50: 307ms|p90: 371ms|p99: 441ms

Live Test API

Try out the Anagram Puzzle Generator with a live request and see the response in real-time.

API Request

GET
https://api.apiverve.com
Parameters

API Response

200 OK
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
{ "status": "ok", "error": null, "data": { "puzzles": [ { "original": "DESPAIR", "scrambled": "PDAISRE", "anagrams": [ "ASPIRED", "DIAPERS" ], "letterCount": 7 }, { "original": "GREATS", "scrambled": "RSGETA", "anagrams": [ "GASTER", "GATERS", "GRATES" ], "letterCount": 6 }, { "original": "GROANS", "scrambled": "SOGNRA", "anagrams": [ "ARGONS" ], "letterCount": 6 }, { "original": "BARGEES", "scrambled": "ABEREGS", "anagrams": [ "BAREGES" ], "letterCount": 7 }, { "original": "CANINES", "scrambled": "NISNCEA", "anagrams": [ "ENCINAS" ], "letterCount": 7 } ], "count": 5, "difficulty": "medium", "html": "<html><head><title>Anagram Puzzle</title><style>body {font-family: Arial, sans-serif; padding: 20px; max-width: 700px; margin: 0 auto;}h1 {text-align: center;}.puzzle {background: #f5f5f5; padding: 25px; margin: 20px 0; border-radius: 10px;}.scrambled {font-size: 32px; font-weight: bold; letter-spacing: 8px; color: #9C27B0; text-align: center; margin: 15px 0;}.letters {display: flex; justify-content: center; gap: 5px; margin: 15px 0;}.letter {width: 40px; height: 40px; background: #fff; border: 2px solid #9C27B0; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: bold;}.hint {font-size: 14px; color: #666; font-style: italic; margin-top: 15px;}.info {font-size: 12px; color: #999; margin-top: 10px;}.answer-area {margin-top: 15px; padding: 10px; border: 2px dashed #ccc; border-radius: 5px; min-height: 30px;}</style></head><body><h1>Anagram Puzzle</h1><p style='text-align:center;'>Rearrange the letters to form a word</p><div class='puzzle'><div class='info'>#1 - 7 letters</div><div class='letters'><div class='letter'>P</div><div class='letter'>D</div><div class='letter'>A</div><div class='letter'>I</div><div class='letter'>S</div><div class='letter'>R</div><div class='letter'>E</div></div><div class='answer-area'></div><div class='info'>Bonus: This word has 2 anagram(s)!</div></div><div class='puzzle'><div class='info'>#2 - 6 letters</div><div class='letters'><div class='letter'>R</div><div class='letter'>S</div><div class='letter'>G</div><div class='letter'>E</div><div class='letter'>T</div><div class='letter'>A</div></div><div class='answer-area'></div><div class='info'>Bonus: This word has 3 anagram(s)!</div></div><div class='puzzle'><div class='info'>#3 - 6 letters</div><div class='letters'><div class='letter'>S</div><div class='letter'>O</div><div class='letter'>G</div><div class='letter'>N</div><div class='letter'>R</div><div class='letter'>A</div></div><div class='answer-area'></div><div class='info'>Bonus: This word has 1 anagram(s)!</div></div><div class='puzzle'><div class='info'>#4 - 7 letters</div><div class='letters'><div class='letter'>A</div><div class='letter'>B</div><div class='letter'>E</div><div class='letter'>R</div><div class='letter'>E</div><div class='letter'>G</div><div class='letter'>S</div></div><div class='answer-area'></div><div class='info'>Bonus: This word has 1 anagram(s)!</div></div><div class='puzzle'><div class='info'>#5 - 7 letters</div><div class='letters'><div class='letter'>N</div><div class='letter'>I</div><div class='letter'>S</div><div class='letter'>N</div><div class='letter'>C</div><div class='letter'>E</div><div class='letter'>A</div></div><div class='answer-area'></div><div class='info'>Bonus: This word has 1 anagram(s)!</div></div></body></html>", "image": { "imageName": "d52a76c7-fe99-498f-b616-ab376cc920a5_anagram.png", "format": ".png", "downloadURL": "https://storage.googleapis.com/apiverve/APIData/anagrampuzzle/d52a76c7-fe99-498f-b616-ab376cc920a5_anagram.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1766009991&Signature=cHugsZLx%2BpnY0TrRpTdO%2Bfh48%2Bw8E1zzZt3SNLI2dNgM%2BZj%2FiC%2FZZjvoyahZdBlBkz6pHxuLRX55%2FLszTxTxyhNLJzUcjDOCjoATtWKevbzyLmwaEyFXLDjdzikxUWjVt9g8MyiPEKSFK6%2BpgY6WCvvSeI%2Fox%2B6lQawatWFMB7k0OKSTr9FO%2Fhqqu5M4%2B37bW0zvBuNtcORufXKayE7Z2KcW%2F2wkk9YwGXrVIvn2xLcOYjdY49GAQ2HW0qxRHLDtYYMY6T32jKz1KC6KBLZzrji7v3N%2FVkxfbECzXNgZB5WcCisCoHrUyj7BO14lLr7ZC4XttlYe70ak4QTqa3qNCw%3D%3D", "expires": 1766009991438 } } }

Multiple Access Methods

REST API with multiple response formats, GraphQL, and MCP for AI agents

View all integrations

JSON

JavaScript Object Notation

XML

Extensible Markup Language

YAML

Human-readable data format

CSV

Comma-separated values

BETA

GraphQL

Query language for APIs

NEW

MCP

AI agent integration

Zero-Code Integration

Embed This API

Add interactive API forms to your website with a simple iframe embed

Live Preview

Demo Mode
Developer SDKs

Skip the HTTP calls. Use our official packages

Integrate faster with type-safe SDKs and comprehensive documentation

View all integrations

NuGet

.NET / C#
Ready

PyPI

Python
Ready

NPM

Node.js / JavaScript
Ready
Need a different language?Our REST API works with any programming language. Examples available for PHP, Ruby, Go, and more.
View All Examples

Related APIs

Explore other games APIs that complement the Anagram Puzzle Generator

Frequently Asked Questions

Get answers to common questions about the Anagram Puzzle Generator API

What does the Anagram Puzzle Generator API do?

Anagram Puzzle Generator creates word puzzles where players rearrange scrambled letters to form valid words, with optional hints. The API returns structured data in JSON, XML, or YAML format, making it easy to integrate into any application or workflow.

How fast is the Anagram Puzzle Generator API?

The Anagram Puzzle Generator API has an average response time of 324ms, with a median (p50) of 307ms and 99th percentile of 441ms. Our infrastructure maintains 99.9% uptime with servers distributed globally for low latency.

How much does the Anagram Puzzle Generator API cost?

Each call to the Anagram Puzzle Generator API uses 1 credit. The free tier includes 100 credits per month. Paid plans start at $29.99/month with higher limits, and enterprise plans offer custom pricing with priority support.

How do I authenticate Anagram Puzzle Generator API requests?

Include your API key in the request header as X-API-Key: your_key_here. All requests are made over HTTPS for security. You can get your API key by signing up for a free account.

What HTTP methods does Anagram Puzzle Generator support?

The Anagram Puzzle Generator API supports GET requests. Simply pass your parameters as query strings in the URL. Check our documentation for detailed parameter specifications.

Ready to integrate Anagram Puzzle Generator API?

Join thousands of developers building amazing applications with reliable API data. Get started with your free API key today.

100 free credits/month
No setup fees
24/7 support