December 2019
Intermediate to advanced
510 pages
11h 33m
English
Let's take another API request provided by The New York Times:
https://api.nytimes.com/svc/books/v3/lists.json?api-key={your_api_key}&list=hardcover-fiction
This provides a list of books based on a category; in this case, this category is Hardcover Fiction. Let's analyze the response:
{ "status": "OK", "copyright": "Copyright (c) 2018 The New York Times Company. All Rights Reserved.", "num_results": 15, "last_modified": "2018-06-28T02:38:01-04:00", "results": [ { "list_name": "Hardcover Fiction", "display_name": "Hardcover Fiction", "published_date": "2018-07-08", "isbns": [ { "isbn10": "1780898401", "isbn13": "9780316412698" } ], "book_details": [ { "title": "THE PRESIDENT IS MISSING",Read now
Unlock full access