12 endpoints match this tag.
/poetry/author/:author
Get all poems by a specific author. Returns up to 10 poems with full text.
/poetry/collection
Get multiple random poems in one request. Perfect for building poetry feeds or discovery features.
/poetry/random
Get a random poem from the PoetryDB collection of classic English poetry. Returns the poem's title, author, full text (as lines), and line count. Features works by Shakespeare, Dickinson, Keats, Poe, Whitman, and more.
/poetry/search
Search for poems containing specific words or phrases in their text.
/poetry/title/:title
Search for poems by title. Returns matching poems with full text.
/words/adjectives/:noun
Find adjectives commonly used to describe a given noun. Great for creative writing and content generation.
/words/autocomplete/:prefix
Get word suggestions for a given prefix. Ideal for search-as-you-type and autocomplete interfaces.
/words/nouns/:adjective
Find nouns commonly described by a given adjective. Useful for word association and language learning tools.
/words/rhymes/:word
Find words that rhyme with the given word. Perfect for poetry generators, songwriting tools, and word games.
/words/similar/:word
Find words with similar meanings (synonyms and related words) using the Datamuse word-finding engine. Returns words ranked by relevance score.
/words/sounds/:word
Find words that sound similar to the given word (homophones and near-homophones). Useful for spelling correction and pun generators.
/dictionary/:word
Look up any English word to get its definitions, part of speech, phonetic transcription, audio pronunciation URL, synonyms, antonyms, and usage examples. Data from the Free Dictionary API. Useful for language learning apps, writing assistants, word-of-the-day features, crossword solvers, and any tool that needs programmatic access to English word definitions.