{ "item": [ { "id": "7916e24e-4081-420e-ab1b-a2c2065037ae", "name": "Search", "description": { "content": "Search", "type": "text/plain" }, "item": [ { "id": "982cb1fc-dcfb-48e3-a3f0-dbbaf2f45f86", "name": "Search all ISBNDB databases", "request": { "name": "Search all ISBNDB databases", "description": { "content": "\n*Deprecated* use /authors/{query}\n \nUses a determined index and query string to search in any of the ISBNDB's databases", "type": "text/plain" }, "url": { "path": [ "search", "authors" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "text", "value": "", "description": "(Required) " }, { "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": [] }, "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": "b1e2a93c-13d0-415c-998b-27fb70fcc1c8", "name": "The query string found results in the author's database", "originalRequest": { "url": { "path": [ "search", "authors" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "text", "value": "" }, { "key": "page", "value": "1" }, { "key": "pageSize", "value": "20" } ], "variable": [] }, "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 \"data\": [\n \"string\",\n \"string\"\n ],\n \"total\": 807,\n \"page\": 9658,\n \"page_size\": 938\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "1886c359-4b6d-4c02-bf1f-05b3bdc2700d", "name": "Search all ISBNDB databases", "request": { "name": "Search all ISBNDB databases", "description": { "content": "Uses a determined index and query string to search in any of the ISBNDB's databases", "type": "text/plain" }, "url": { "path": [ "search", "books" ], "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" }, { "disabled": false, "key": "isbn", "value": "", "description": "an ISBN 10 in the Books database" }, { "disabled": false, "key": "isbn13", "value": "", "description": "an ISBN 13 in the Books database" }, { "disabled": false, "key": "author", "value": "", "description": "The name of an author in the Author's database" }, { "disabled": false, "key": "text", "value": "", "description": "A string to search for determinated index database" }, { "disabled": false, "key": "subject", "value": "", "description": "A subject in the Subject's database" }, { "disabled": false, "key": "publisher", "value": "", "description": "The name of a publisher in the Publisher's database" }, { "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": [] }, "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": "28a3bb78-b3ed-494f-9cb4-d7335f9f4891", "name": "The query string found results in the books's database", "originalRequest": { "url": { "path": [ "search", "books" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "page", "value": "1" }, { "key": "pageSize", "value": "20" }, { "key": "isbn", "value": "" }, { "key": "isbn13", "value": "" }, { "key": "author", "value": "" }, { "key": "text", "value": "" }, { "key": "subject", "value": "" }, { "key": "publisher", "value": "" }, { "key": "publishedFrom", "value": "" }, { "key": "publishedTo", "value": "" } ], "variable": [] }, "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 \"data\": [\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\": null,\n \"language\": null,\n \"edition\": null,\n \"pages\": null,\n \"dimensions\": \"string\",\n \"overview\": \"string\",\n \"image\": null,\n \"image_original\": null,\n \"msrp\": 1603.2465898630055,\n \"excerpt\": null,\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 \"title\": \"string\",\n \"title_long\": \"string\",\n \"isbn\": \"string\",\n \"isbn13\": \"string\",\n \"date_published\": \"2023-10-26\",\n \"isbn10\": \"string\",\n \"binding\": null,\n \"publisher\": \"string\",\n \"language\": null,\n \"edition\": \"string\",\n \"pages\": null,\n \"dimensions\": null,\n \"overview\": \"string\",\n \"image\": null,\n \"image_original\": null,\n \"msrp\": 2885.5677183046,\n \"excerpt\": null,\n \"synopsis\": null,\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\": null\n }\n ],\n \"total\": 5387,\n \"page\": 6398,\n \"page_size\": 503\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "b24f1a46-620e-416e-a119-4c8ae11858f4", "name": "Search all ISBNDB databases", "request": { "name": "Search all ISBNDB databases", "description": { "content": "\n*Deprecated* use /publishers/{query}\n \nUses a determined index and query string to search in any of the ISBNDB's databases", "type": "text/plain" }, "url": { "path": [ "search", "publishers" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "text", "value": "", "description": "(Required) " }, { "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": [] }, "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": "e80aaffb-2df9-4b3a-97cf-63b9347bba20", "name": "The query string found results in the publisher's database", "originalRequest": { "url": { "path": [ "search", "publishers" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "text", "value": "" }, { "key": "page", "value": "1" }, { "key": "pageSize", "value": "20" } ], "variable": [] }, "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 \"data\": [\n \"string\",\n \"string\"\n ],\n \"total\": 1561,\n \"page\": 1008,\n \"page_size\": 2002\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } }, { "id": "d50f8c65-9df6-4a31-95ad-6a9bc44cd283", "name": "Search all ISBNDB databases", "request": { "name": "Search all ISBNDB databases", "description": { "content": "\n*Deprecated* use /publishers/{query}\n \nUses a determined index and query string to search in any of the ISBNDB's databases", "type": "text/plain" }, "url": { "path": [ "search", "subjects" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "text", "value": "", "description": "(Required) " }, { "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": [] }, "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": "9913eccb-62da-4650-8525-9514d855dcde", "name": "The query string found results in the subjects's database", "originalRequest": { "url": { "path": [ "search", "subjects" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "text", "value": "" }, { "key": "page", "value": "1" }, { "key": "pageSize", "value": "20" } ], "variable": [] }, "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 \"data\": [\n \"string\",\n \"string\"\n ],\n \"total\": 1561,\n \"page\": 1008,\n \"page_size\": 2002\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api2.isbndb.com", "key": "baseUrl" } ], "info": { "_postman_id": "3507aea3-8b9a-4c87-9e30-eb46eb490638", "name": "ISBNdb API v2 Search 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" } } }