GET title/{title}/{outputField}

poetrydb.org:poetrydb-api

Summary: Get specific fields for poems by title
Operation ID: getTitlePoemFields
Auth: unknown
Description

Returns specific fields for poems matching a title.

Parameters (2)

outputField (string, path, required)

The field(s) to return

Constraints: {'enum': ['title', 'lines', 'linecount', 'author', 'all']}

title (string, path, required)

The title of the poem

Examples (1)

TitleTypeURLAction
Get lines of Ozymandias by Percy Bysshe Shelley doc_extracted https://poetrydb.org/title/Ozymandias/lines

No probe data for this endpoint yet.