Language

12 endpoints match this tag.

Poems by Author

GET
/poetry/author/:author

Get all poems by a specific author. Returns up to 10 poems with full text.

Language & Poetry

Poetry Collection

GET
/poetry/collection

Get multiple random poems in one request. Perfect for building poetry feeds or discovery features.

Language & Poetry

Random Poem

GET
/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.

Language & Poetry

Search Poetry by Lines

GET
/poetry/search

Search for poems containing specific words or phrases in their text.

Language & Poetry

Poem by Title

GET
/poetry/title/:title

Search for poems by title. Returns matching poems with full text.

Language & Poetry

Adjectives for Noun

GET
/words/adjectives/:noun

Find adjectives commonly used to describe a given noun. Great for creative writing and content generation.

Language & Poetry

Autocomplete

GET
/words/autocomplete/:prefix

Get word suggestions for a given prefix. Ideal for search-as-you-type and autocomplete interfaces.

Language & Poetry

Nouns for Adjective

GET
/words/nouns/:adjective

Find nouns commonly described by a given adjective. Useful for word association and language learning tools.

Language & Poetry

Rhyming Words

GET
/words/rhymes/:word

Find words that rhyme with the given word. Perfect for poetry generators, songwriting tools, and word games.

Language & Poetry

Similar Words

GET
/words/similar/:word

Find words with similar meanings (synonyms and related words) using the Datamuse word-finding engine. Returns words ranked by relevance score.

Language & Poetry

Words That Sound Like

GET
/words/sounds/:word

Find words that sound similar to the given word (homophones and near-homophones). Useful for spelling correction and pun generators.

Language & Poetry

Dictionary Lookup

GET
/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.

World Data