{ "opencollection": "1.0.0", "info": { "name": "ISBNdb API v2 Subject API", "version": "2.7.0" }, "items": [ { "info": { "name": "Subject", "type": "folder" }, "items": [ { "info": { "name": "Search subjects", "type": "http" }, "http": { "method": "GET", "url": "https://api2.isbndb.com/subjects/:query", "params": [ { "name": "query", "value": "", "type": "path", "description": "The search query string. **Max length: 150 characters**." }, { "name": "page", "value": "", "type": "query", "description": "The number of page to retrieve, please note the API will not return more than 10,000 results no matter how you paginate them" }, { "name": "pageSize", "value": "", "type": "query", "description": "How many items should be returned per page, maximum of 1,000" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "This returns a list of subjects that match the given query" }, { "info": { "name": "Gets subject details", "type": "http" }, "http": { "method": "GET", "url": "https://api2.isbndb.com/subject/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The subject name. **Max length: 150 characters**." }, { "name": "language", "value": "", "type": "query", "description": "Language code to filter books by language (e.g., `eng` for English, `fra` for French, etc.)" }, { "name": "page", "value": "", "type": "query", "description": "The number of page to retrieve, please note the API will not return more than 10,000 results no matter how you paginate them" }, { "name": "pageSize", "value": "", "type": "query", "description": "How many items should be returned per page, maximum of 1,000" }, { "name": "publishedFrom", "value": "", "type": "query", "description": "Filter books published on or after this date. Accepted formats: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`. Cannot be combined with the `year` parameter." }, { "name": "publishedTo", "value": "", "type": "query", "description": "Filter books published on or before this date. Accepted formats: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`. Cannot be combined with the `year` parameter." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns the name and a list of books by the subject." } ] } ], "bundled": true }