โ† All API Products

Language & Poetry API

11 endpoints spanning classic poetry from PoetryDB (Shakespeare, Dickinson, Keats, Poe) and powerful word/language tools from Datamuse. Browse poems by author or title, search by lines, get random poetry, find rhymes, similar-meaning words, sound-alikes, autocomplete suggestions, and word associations. Great for writing tools, poetry apps, word games, and NLP projects.

FREE 11 endpoints 100 req/hour
Base URL: https://nordapi.ee/api/v1

Random Poem

GET /poetry/random
Details โ†’

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.

curl https://nordapi.ee/api/v1/poetry/random

Poetry Collection

GET /poetry/collection
Details โ†’

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

Parameters
count optional default: 5
Number of poems (1-10)
curl "https://nordapi.ee/api/v1/poetry/collection?count=3"

Poems by Author

GET /poetry/author/:author
Details โ†’

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

curl https://nordapi.ee/api/v1/poetry/author/Shakespeare

Poem by Title

GET /poetry/title/:title
Details โ†’

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

curl https://nordapi.ee/api/v1/poetry/title/Ozymandias

Similar Words

GET /words/similar/:word
Details โ†’

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

curl https://nordapi.ee/api/v1/words/similar/happy

Rhyming Words

GET /words/rhymes/:word
Details โ†’

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

curl https://nordapi.ee/api/v1/words/rhymes/love

Words That Sound Like

GET /words/sounds/:word
Details โ†’

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

curl https://nordapi.ee/api/v1/words/sounds/flower

Autocomplete

GET /words/autocomplete/:prefix
Details โ†’

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

curl https://nordapi.ee/api/v1/words/autocomplete/prog

Adjectives for Noun

GET /words/adjectives/:noun
Details โ†’

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

curl https://nordapi.ee/api/v1/words/adjectives/ocean

Nouns for Adjective

GET /words/nouns/:adjective
Details โ†’

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

curl https://nordapi.ee/api/v1/words/nouns/beautiful