Anagram Puzzle Generator API
Anagram Puzzle Generator creates word puzzles where players rearrange scrambled letters to form valid words, with optional hints.
Live Test API
Try out the Anagram Puzzle Generator with a live request and see the response in real-time.
API Request
API Response
{
"status": "ok",
"error": null,
"data": {
"puzzles": [
{
"original": "ELDING",
"scrambled": "GLEDNI",
"anagrams": [
"ENGILD",
"DINGLE",
"GILDEN",
"GLIDEN"
],
"letterCount": 6,
"hint": "Fuel. [Prov. Eng.] Grose."
},
{
"original": "DURITY",
"scrambled": "TRYIDU",
"anagrams": [
"RUDITY"
],
"letterCount": 6,
"hint": "1. Hardness; firmness. Sir T. Browne. 2. Harshness; cruelty. Cockeram."
},
{
"original": "OPTICS",
"scrambled": "COTSIP",
"anagrams": [
"COPIST",
"POSTIC"
],
"letterCount": 6,
"hint": "That branch of physical science which treats of the nature and properties of lig"
},
{
"original": "SLATER",
"scrambled": "TSRAEL",
"anagrams": [
"STRALE",
"SALTER",
"LASTER",
"TARSEL"
],
"letterCount": 6,
"hint": "One who lays slates, or whose occupation is to slate buildings. Any terrestrial"
},
{
"original": "NARINE",
"scrambled": "IENNRA",
"anagrams": [
"RANINE"
],
"letterCount": 6,
"hint": "Of or belonging to the nostrils."
}
],
"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 - 6 letters</div><div class='letters'><div class='letter'>G</div><div class='letter'>L</div><div class='letter'>E</div><div class='letter'>D</div><div class='letter'>N</div><div class='letter'>I</div></div><div class='hint'>Hint: Fuel. [Prov. Eng.] Grose....</div><div class='answer-area'></div><div class='info'>Bonus: This word has 4 anagram(s)!</div></div><div class='puzzle'><div class='info'>#2 - 6 letters</div><div class='letters'><div class='letter'>T</div><div class='letter'>R</div><div class='letter'>Y</div><div class='letter'>I</div><div class='letter'>D</div><div class='letter'>U</div></div><div class='hint'>Hint: 1. Hardness; firmness. Sir T. Browne. 2. Harshness; cruelty. Cockeram....</div><div class='answer-area'></div><div class='info'>Bonus: This word has 1 anagram(s)!</div></div><div class='puzzle'><div class='info'>#3 - 6 letters</div><div class='letters'><div class='letter'>C</div><div class='letter'>O</div><div class='letter'>T</div><div class='letter'>S</div><div class='letter'>I</div><div class='letter'>P</div></div><div class='hint'>Hint: That branch of physical science which treats of the nature and properties of lig...</div><div class='answer-area'></div><div class='info'>Bonus: This word has 2 anagram(s)!</div></div><div class='puzzle'><div class='info'>#4 - 6 letters</div><div class='letters'><div class='letter'>T</div><div class='letter'>S</div><div class='letter'>R</div><div class='letter'>A</div><div class='letter'>E</div><div class='letter'>L</div></div><div class='hint'>Hint: One who lays slates, or whose occupation is to slate buildings. Any terrestrial...</div><div class='answer-area'></div><div class='info'>Bonus: This word has 4 anagram(s)!</div></div><div class='puzzle'><div class='info'>#5 - 6 letters</div><div class='letters'><div class='letter'>I</div><div class='letter'>E</div><div class='letter'>N</div><div class='letter'>N</div><div class='letter'>R</div><div class='letter'>A</div></div><div class='hint'>Hint: Of or belonging to the nostrils....</div><div class='answer-area'></div><div class='info'>Bonus: This word has 1 anagram(s)!</div></div></body></html>"
}
}Multiple Access Methods
REST API with multiple response formats, GraphQL, and MCP for AI agents
View all integrationsJSON
JavaScript Object Notation
XML
Extensible Markup Language
YAML
Human-readable data format
GraphQL
Query language for APIs
MCP
AI agent integration
Skip the HTTP calls. Use our official packages
Integrate faster with type-safe SDKs and comprehensive documentation
View all integrationsSimilar APIs
Explore other games APIs that complement the Anagram Puzzle Generator
Frequently Asked Questions
Get answers to common questions about the Anagram Puzzle Generator
How do I get started with this API?
Getting started is simple! Sign up for a free account, get your API key, and start making requests to our REST endpoints. We provide comprehensive documentation and code examples to help you integrate quickly.
What response formats are supported?
We support JSON (default), XML, and YAML response formats. Simply add the format parameter to your request with values 'json', 'xml', or 'yaml'. All formats contain the same comprehensive data.
Are there usage limits on the free tier?
The free tier includes 50 tokens per month with a rate limit of 10 requests per minute. Pro plans offer higher limits and enterprise plans provide unlimited usage with priority support.
How do I authenticate API requests?
Include your API key in the request header as X-API-Key: your_key_here or as a query parameter ?key=your_key. All requests are made over HTTPS for security.
Ready to integrate Anagram Puzzle Generator?
Join thousands of developers building amazing applications with reliable API data. Get started with your free API key today.