{ "item": [ { "id": "e15ad0e3-30a1-4713-95f0-90c246ecdc13", "name": "Feed", "description": { "content": "Feed", "type": "text/plain" }, "item": [ { "id": "8ffae66a-2074-4cc2-b708-8e908207483c", "name": "Get recently updated book ISBNs", "request": { "name": "Get recently updated book ISBNs", "description": { "content": "Retrieves a list of book ISBNs that have been added or modified. This endpoint is designed for frequent incremental synchronization.\n\n**Important Notes:**\n* **Plan limits:** Available exclusively for **Premium** plans and higher.\n* **History limit:** The update history is strictly limited to the last **7 days**.\n* **Quota:** Calling this endpoint does not count towards your daily API limits.\n* **Pagination:** The response does not include a total field. To fetch all updates, continue requesting subsequent pages (incrementing the page parameter) until the data array in the response is empty.", "type": "text/plain" }, "url": { "path": [ "feeds", "books", "updates" ], "host": [ "{{baseUrl}}" ], "query": [ { "disabled": false, "key": "page", "value": "1", "description": "The number of page to retrieve" }, { "disabled": false, "key": "pageSize", "value": "100", "description": "How many items should be returned per page, maximum of 1,000" }, { "disabled": false, "key": "lastUpdated", "value": "", "description": "Filter by last updated date (Format: YYYY-MM-DD)" } ], "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": "abab8fb5-c081-4dfd-8072-40ac1d394448", "name": "Returns a list of recently updated book ISBNs", "originalRequest": { "url": { "path": [ "feeds", "books", "updates" ], "host": [ "{{baseUrl}}" ], "query": [ { "key": "page", "value": "1" }, { "key": "pageSize", "value": "100" }, { "key": "lastUpdated", "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 \"isbn13\": \"string\",\n \"updated_at\": \"1990-07-11T05:19:02.315Z\"\n },\n {\n \"isbn13\": \"string\",\n \"updated_at\": \"2022-03-03T05:30:11.739Z\"\n }\n ],\n \"page\": 8675,\n \"page_size\": 4675\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api2.isbndb.com", "key": "baseUrl" } ], "info": { "_postman_id": "9010e621-1d69-43f6-9e91-787d378b517d", "name": "ISBNdb API v2 Feed 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" } } }