{ "opencollection": "1.0.0", "info": { "name": "Cat Facts Breeds API", "version": "1.0.0" }, "items": [ { "info": { "name": "Breeds", "type": "folder" }, "items": [ { "info": { "name": "Get a List of Breeds", "type": "http" }, "http": { "method": "GET", "url": "https://catfact.ninja/breeds", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of breeds to return per page." } ] }, "docs": "Returns a paginated list of cat breeds with country, origin, coat, and pattern attributes. Supports a limit query parameter for page size. The response follows Laravel's paginator format with current_page, per_page, total, last_page, links, and a data array of Breed objects." } ] } ], "bundled": true }