GET /author/{author}/{outputField}

poetrydb.org:poetrydb-api

Summary: Get specific fields for poems by author
Operation ID: getAuthorPoemFields
Auth: unknown
Description

Returns specific fields (e.g., title, lines) for poems by an author.

Parameters (2)

author (string, path, required)

The name of the author

outputField (string, path, required)

The field(s) to return (e.g., title, lines, linecount, all)

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

No probe data for this endpoint yet.