5 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.