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
Obtenga multiple random poems en una solicitud. Perfecto para crear 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 que contiene specific words or phrases in their text.
/poetry/title/:title
Search for poems by title. Returns matching poems with full text.
/words/adjectives/:noun
Encuentre adjectives commonly used to describe a given noun. Ideal para creative writing and content generation.
/words/autocomplete/:prefix
Obtenga word suggestions for a given prefix. Ideal para search-as-you-type and autocomplete interfaces.
/words/nouns/:adjective
Encuentre nouns commonly described by a given adjective. Útil para word association and language learning tools.
/words/rhymes/:word
Find words that rhyme with the given word. Perfecto para poetry generators, songwriting tools, and word games.
/words/similar/:word
Encuentre words with similar meanings (synonyms and related words) using the Datamuse word-finding engine. Devuelve words ranked by relevance score.
/words/sounds/:word
Encuentre words that sound similar to the given word (homophones and near-homophones). Útil para 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. Útil para language learning aplicaciones, writing assistants, word-of-the-day features, crossword solvers, and any tool that needs programmatic access to English word definitions.