Best Seller History List
GET {{baseUrl}}/lists/best-sellers/history.json?age-group=<string>&author=<string>&contributor=<string>&isbn=<string>&price=<string>&publisher=<string>&title=<string>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
age-group | string | The target age group for the best seller. | |
author | string | 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).nnWhen searching the author field, you can specify any combination of first, middle and last names.nnWhen sort-by is set to author, the results will be sorted by author's first name. | |
contributor | string | 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).nnWhen searching, you can specify any combination of first, middle and last names of any of the contributors.nnWhen sort-by is set to contributor, the results will be sorted by the first name of the first contributor listed. | |
isbn | string | International Standard Book Number, 10 or 13 digits | |
price | string | The publisher's list price of the best seller, including decimal point | |
publisher | string | The standardized name of the publisher | |
title | string | The title of the best sellernnWhen searching, you can specify a portion of a title or a full title. |