Nytimes Books Api
Connector for the nytimes-books-api API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.nytimes.com/svc/books/v3 - Auth:
query:api-key(pass your key via theapiKeyinput)
Operations
get_lists_format— GET /lists.{format} — Best Seller Listget_lists_best_sellers_history_json— GET /lists/best-sellers/history.json — Best Seller History Listget_lists_names_format— GET /lists/names.{format} — Best Seller List Namesget_lists_overview_format— GET /lists/overview.{format} — Best Seller List Overviewget_lists_date_list_json— GET /lists/{date}/{list}.json — Best Seller List by Dateget_reviews_format— GET /reviews.{format} — Reviews
Inputs
apiKey— your nytimes-books-api API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_lists_format
apiKey: <your key>