{ "item": [ { "id": "87c9b34f-74de-426b-a2c2-fff576643b91", "name": "Stats", "description": { "content": "", "type": "text/plain" }, "item": [ { "id": "2caba4bd-42d2-42cd-be3c-ce11244cdac6", "name": "get app api stats getstats invoke", "request": { "name": "get app api stats getstats invoke", "description": {}, "url": { "path": [ "stats" ], "host": [ "{{baseUrl}}" ], "query": [], "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": "e4a2ad24-8214-42d7-a068-c809629b561a", "name": "Returns books details", "originalRequest": { "url": { "path": [ "stats" ], "host": [ "{{baseUrl}}" ], "query": [], "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 \"books\": 271,\n \"authors\": 806,\n \"publishers\": 3233,\n \"subjects\": 2364\n}", "cookie": [], "_postman_previewlanguage": "json" } ], "event": [], "protocolProfileBehavior": { "disableBodyPruning": true } } ], "event": [] } ], "event": [], "variable": [ { "type": "string", "value": "https://api2.isbndb.com", "key": "baseUrl" } ], "info": { "_postman_id": "bee6742b-64e5-4621-8bca-7022f119a5f2", "name": "ISBNdb API v2 Stats 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" } } }