# ScrabbleDB.com > ScrabbleDB is a free multilingual word game toolkit supporting 10 languages with Scrabble word finder, anagram solver, crossword helper, Wordle solver, Bananagrams solver, word ladder, Boggle solver, Spelling Bee solver, and Hangman helper. ## Tools - [Scrabble Word Finder](https://scrabbledb.com): Find all valid Scrabble words from your letters, sorted by point value - [Anagram Solver](https://scrabbledb.com/anagram-solver): Find all anagrams of a word or letters - [Crossword Solver](https://scrabbledb.com/crossword-solver): Find words matching a crossword pattern with wildcards - [Wordle Solver](https://scrabbledb.com/wordle): Solve Wordle puzzles with letter position clues - [Bananagrams Solver](https://scrabbledb.com/bananagrams): Find optimal crossword grid from letter tiles - [Word Ladder](https://scrabbledb.com/word-ladder): Find shortest path between two words changing one letter at a time - [Boggle Solver](https://scrabbledb.com/boggle): Find all words in a Boggle grid - [Spelling Bee](https://scrabbledb.com/spelling-bee): Find all words from 7 letters with required center letter - [Hangman Helper](https://scrabbledb.com/hangman): Get word suggestions for Hangman based on known letters - [Word of the Day](https://scrabbledb.com/word-of-the-day): Daily word picks in 10 languages ## Supported Languages English, Slovak, Czech, German, French, Spanish, Polish, Portuguese, Dutch, Danish ## API The site offers word lookup via URL: `https://scrabbledb.com/{lang}/{letters}` (e.g., `/en/AERTLS` for Scrabble results) API endpoint: `https://scrabbledb.com/api.php?q={letters}&s={dictionary}&l={lang}&r={limit}&p={page}` ## Word Lists Browse word lists by various criteria: - By length: `https://scrabbledb.com/en/5-letter-words` - Starting with: `https://scrabbledb.com/en/words-starting-with/q` - Ending in: `https://scrabbledb.com/en/words-ending-in/tion` - Containing: `https://scrabbledb.com/en/words-containing/z` - Browse all: `https://scrabbledb.com/en/browse` For more detail, see: https://scrabbledb.com/llms-full.txt