{ "opencollection": "1.0.0", "info": { "name": "Archive Lists API", "version": "2.0.0" }, "items": [ { "info": { "name": "Lists", "type": "folder" }, "items": [ { "info": { "name": "Best Sellers List by Date", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/:date/:list.json", "params": [ { "name": "date", "value": "", "type": "path", "description": "YYYY-MM-DD or \"current\"\n\nThe date the best sellers list was published on NYTimes.com. Use \"current\" to get latest list." }, { "name": "list", "value": "", "type": "path", "description": "Name of the Best Sellers List (e.g. hardcover-fiction). You can get the full list of names from the /lists/names.json service." }, { "name": "offset", "value": "", "type": "query", "description": "Sets the starting point of the result set (0, 20, ...). Used to paginate thru books if list has more than 20. Defaults to 0. The num_results field indicates how many books are in the list." } ] }, "docs": "Get Best Sellers list by date." }, { "info": { "name": "Best Sellers List Overview", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/overview.json", "params": [ { "name": "published_date", "value": "", "type": "query", "description": "YYYY-MM-DD\n\nThe best-seller list publication date.\nYou do not have to specify the exact date the list was published. The service will search forward (into the future) for the closest publication date to the date you specify. For example, a request for lists/overview/2013-05-22 will retrieve the list that was published on 05-26.\n\nIf you do not include a published date, the current week's best sellers lists will be returned." } ] }, "docs": "Get top 5 books for all the Best Sellers lists for specified date." }, { "info": { "name": "Best Sellers List Names", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/names.json" }, "docs": "Get Best Sellers list names." }, { "info": { "name": "Best Sellers List History", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/lists/best-sellers/history.json", "params": [ { "name": "age-group", "value": "", "type": "query", "description": "The target age group for the best seller." }, { "name": "author", "value": "", "type": "query", "description": "The author of the best seller. The author field does not include additional contributors (see Data Structure for more details about the author and contributor fields).\n\nWhen searching the author field, you can specify any combination of first, middle and last names.\n\nWhen sort-by is set to author, the results will be sorted by author's first name." }, { "name": "contributor", "value": "", "type": "query", "description": "The author of the best seller, as well as other contributors such as the illustrator (to search or sort by author name only, use author instead).\n\nWhen searching, you can specify any combination of first, middle and last names of any of the contributors.\n\nWhen sort-by is set to contributor, the results will be sorted by the first name of the first contributor listed." }, { "name": "isbn", "value": "", "type": "query", "description": "International Standard Book Number, 10 or 13 digits\n\nA best seller may have both 10-digit and 13-digit ISBNs, and may have multiple ISBNs of each type. To search on multiple ISBNs, separate the ISBNs with semicolons (example: 9780446579933;0061374229)." }, { "name": "price", "value": "", "type": "query", "description": "The publisher's list price of the best seller, including decimal point." }, { "name": "publisher", "value": "", "type": "query", "description": "The standardized name of the publisher" }, { "name": "title", "value": "", "type": "query", "description": "The title of the best seller\n\nWhen searching, you can specify a portion of a title or a full title." } ] }, "docs": "Get Best Sellers list history." } ] } ], "bundled": true }