PoetryDB

The PoetryDB API offers a vast, freely accessible collection of poems and poet information. Developers can search by author name, poem title, lines of text, or get random selections. Responses are delivered in clean JSON format. This makes PoetryDB perfect for crafting literary apps, study tools, poetry generators, or creative writing interfaces that need swift access to structured poetic content.

1

Endpoints

0

Views

Aug 19, 2025

Last Checked

NaN

Rate Limit

API Endpoints

Search poems by author and title

Full URL

https://poetrydb.org/author,title/Shakespeare;Sonnet

Code Examples

curl -X GET 'https://poetrydb.org/author,title/Shakespeare;Sonnet'

Example Response

{
  "lines": [
    "Shall I compare thee to a summer's day?"
  ],
  "title": "Sonnet 18",
  "author": "William Shakespeare"
}

Version

v1

Rate Limit

Unlimited
Tags
booksliteraturepoetry
Technical Details
Authentication
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

None specified

Supported Languages
Any
Use Cases
poetry
literature
educational apps

Related APIs

Discover similar APIs that might interest you

APIopen source

Gutendex

Gutendex is a free Books API offering pu...

Category
Books
Endpoints
2
booksliterature
APIopen source

Open Library

The Open Library API is a free and open-...

Category
Books
Endpoints
2
booksliterature
APIopen source

Bible API

Bible API is a free REST API providing a...

Category
Books
Endpoints
1
biblereligion
PoetryDB API – Access Poems & Quotes | Free API Hub