← Todos los productos API

Idioma y poesía API

11 endpoints que abarcan poesía clásica de PoetryDB (Shakespeare, Dickinson, Keats, Poe) y potentes herramientas léxicas y lingüísticas de Datamuse. Explore poemas por autor o título, busque por versos, obtenga poesía aleatoria, encuentre rimas, palabras de significado similar, palabras de sonido parecido, sugerencias de autocompletado y asociaciones de palabras. Ideal para herramientas de escritura, aplicaciones de poesía, juegos de palabras y proyectos de PLN.

GRATIS 11 endpoints 100 sol/hora
URL base: https://nordapi.ee/api/v1

Poema aleatorio

GET /poetry/random
Detalles →

Obtenga un poema al azar de la colección de poesía clásica en inglés de PoetryDB. Devuelve el título, autor, texto completo (como versos) y número de versos del poema. Incluye obras de Shakespeare, Dickinson, Keats, Poe, Whitman y otros.

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

Colección de poesía

GET /poetry/collection
Detalles →

Obtenga multiple random poems en una solicitud. Perfecto para crear poetry feeds or discovery features.

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

Poemas por autor

GET /poetry/author/:author
Detalles →

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

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

Poema por título

GET /poetry/title/:title
Detalles →

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

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

Palabras similares

GET /words/similar/:word
Detalles →

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

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

Palabras que riman

GET /words/rhymes/:word
Detalles →

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

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

Palabras que suenan como

GET /words/sounds/:word
Detalles →

Encuentre words that sound similar to the given word (homophones and near-homophones). Útil para spelling correction and pun generators.

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

Autocompletado

GET /words/autocomplete/:prefix
Detalles →

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

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

Adjetivos para sustantivo

GET /words/adjectives/:noun
Detalles →

Encuentre adjectives commonly used to describe a given noun. Ideal para creative writing and content generation.

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

Sustantivos para adjetivo

GET /words/nouns/:adjective
Detalles →

Encuentre nouns commonly described by a given adjective. Útil para word association and language learning tools.

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