{ "item": [ { "id": "0641176a-6bf4-45da-8255-bcf298cbd795", "name": "Publisher", "description": { "content": "Publisher", "type": "text/plain" }, "item": [ { "id": "646dc098-6e3f-4fd1-8ced-8b5668fb593a", "name": "Gets publisher details", "request": { "name": "Gets publisher details", "description": { "content": "Returns the name and a list of books by the publisher.", "type": "text/plain" }, "url": { "path": [ "publisher", ":name" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "language", "value": "", "description": "Language code to filter books by language (e.g., `eng` for English, `fra` for French, etc.)" }, { "disabled": false, "key": "page", "value": "1", "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" }, { "disabled": false, "key": "pageSize", "value": "20", "description": "How many items should be returned per page, maximum of 1,000" }, { "disabled": false, "key": "publishedFrom", "value": "", "description": "Filter books published on or after this date. Accepted formats: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`. Cannot be combined with the `year` parameter." }, { "disabled": false, "key": "publishedTo", "value": "", "description": "Filter books published on or before this date. Accepted formats: `YYYY`, `YYYY-MM`, `YYYY-MM-DD`. Cannot be combined with the `year` parameter." } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "name", "description": "(Required) The publisher name. **Max length: 150 characters**." } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization" }, { "key": "value", "value": "{{apiKey}}" }, { "key": "in", "value": "header" } ] } }, "response": [ { "id": "db898291-2f08-4249-af6c-527db34774fa", "name": "Returns the book details", "originalRequest": { "url": { "path": [ "publisher", ":name" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "language", "value": "" }, { "key": "page", "value": "1" }, { "key": "pageSize", "value": "20" }, { "key": "publishedFrom", "value": "" }, { "key": "publishedTo", "value": "" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "name", "description": "(Required) The publisher name. **Max length: 150 characters**." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"name\": \"string\",\n \"books\": [\n {\n \"title\": \"string\",\n \"title_long\": \"string\",\n \"isbn\": \"string\",\n \"isbn13\": \"string\",\n \"date_published\": \"2023-10-26\",\n \"isbn10\": \"string\",\n \"binding\": \"string\",\n \"publisher\": \"string\",\n \"language\": \"string\",\n \"edition\": \"string\",\n \"pages\": null,\n \"dimensions\": null,\n \"overview\": null,\n \"image\": null,\n \"image_original\": null,\n \"msrp\": 6200.977449542882,\n \"excerpt\": null,\n \"synopsis\": null,\n \"authors\": null,\n \"subjects\": [\n \"string\",\n \"string\"\n ],\n \"reviews\": null,\n \"prices\": [\n \"\",\n \"\"\n ],\n \"other_isbns\": null\n },\n {\n \"title\": \"string\",\n \"title_long\": \"string\",\n \"isbn\": \"string\",\n \"isbn13\": \"string\",\n \"date_published\": \"2023-10-26\",\n \"isbn10\": null,\n \"binding\": \"string\",\n \"publisher\": \"string\",\n \"language\": null,\n \"edition\": \"string\",\n \"pages\": 9691,\n \"dimensions\": \"string\",\n \"overview\": \"string\",\n \"image\": null,\n \"image_original\": \"string\",\n \"msrp\": 9373.997153220493,\n \"excerpt\": \"string\",\n \"synopsis\": \"string\",\n \"authors\": [\n \"string\",\n \"string\"\n ],\n \"subjects\": [\n \"string\",\n \"string\"\n ],\n \"reviews\": [\n \"string\",\n \"string\"\n ],\n \"prices\": [\n \"\",\n \"\"\n ],\n \"other_isbns\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"total\": 8835,\n \"page\": 2475,\n \"page_size\": 7565\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b9177025-1a47-4c58-8694-14af537e8250", "name": "Search publishers", "request": { "name": "Search publishers", "description": { "content": "This returns a list of publishers whose name matches the given query", "type": "text/plain" }, "url": { "path": [ "publishers", ":query" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "page", "value": "1", "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" }, { "disabled": false, "key": "pageSize", "value": "20", "description": "How many items should be returned per page, maximum of 1,000" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "query", "description": "(Required) The search query string. **Max length: 150 characters**." } ] }, "header": [ { "key": "Accept", "value": "application/json" } ], "method": "GET", "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization" }, { "key": "value", "value": "{{apiKey}}" }, { "key": "in", "value": "header" } ] } }, "response": [ { "id": "2e58aeae-6084-4934-8ece-c3b917bf1765", "name": "The query string found results in the author's database", "originalRequest": { "url": { "path": [ "publishers", ":query" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "page", "value": "1" }, { "key": "pageSize", "value": "20" } ], "variable": [ { "disabled": false, "type": "any", "value": "", "key": "query", "description": "(Required) The search query string. **Max length: 150 characters**." } ] }, "header": [ { "description": { "content": "Added as a part of security scheme: apikey", "type": "text/plain" }, "key": "Authorization", "value": "" }, { "key": "Accept", "value": "application/json" } ], "method": "GET", "body": {} }, "status": "OK", "code": 200, "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": "{\n \"name\": \"string\",\n \"publishers\": [\n \"string\",\n \"string\"\n ],\n \"total\": 3984,\n \"page\": 30,\n \"page_size\": 4584\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api2.isbndb.com", "key": "baseUrl" } ], "info": { "_postman_id": "ad13702b-2d83-44ed-85fe-c7f5fdf71cd2", "name": "ISBNdb API v2 Publisher API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": { "content": "Definition of ISBNdb.com API v2.\n\n***Note: A 404 Not Found response for an ISBN lookup typically\nindicates that the book information is not yet available in our database.\nHowever, due to frequent updates, there is a high probability that the data will be \nadded shortly, often within a minute or up to 24 hours. We recommend trying your request \nagain after a while, as the information may soon become accessible***\n", "type": "text/plain" } } }