The Cat Api Listbreeds Example is an example object payload from The Cat API, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"request": {
"method": "GET",
"url": "https://api.thecatapi.com/v1/breeds?limit=3&page=0",
"headers": {
"x-api-key": "YOUR_API_KEY"
}
},
"response": [
{
"id": "abys",
"name": "Abyssinian",
"cfa_url": "http://cfa.org/Breeds/BreedsAB/Abyssinian.aspx",
"vetstreet_url": "http://www.vetstreet.com/cats/abyssinian",
"vcahospitals_url": "https://vcahospitals.com/know-your-pet/cat-breeds/abyssinian",
"temperament": "Active, Energetic, Independent, Intelligent, Gentle",
"origin": "Egypt",
"country_codes": "EG",
"description": "The Abyssinian is easy to care for, and a joy to have in your home. They're affectionate cats and love both people and other animals.",
"life_span": "14-15",
"indoor": 0,
"lap": 1,
"adaptability": 5,
"affection_level": 5,
"child_friendly": 3,
"dog_friendly": 4,
"energy_level": 5,
"grooming": 1,
"health_issues": 2,
"intelligence": 5,
"shedding_level": 2,
"social_needs": 5,
"stranger_friendly": 5,
"vocalisation": 1,
"wikipedia_url": "https://en.wikipedia.org/wiki/Abyssinian_(cat)",
"image": {
"id": "0XYvRd7oD",
"url": "https://cdn2.thecatapi.com/images/0XYvRd7oD.jpg",
"width": 1204,
"height": 1445
}
},
{
"id": "aege",
"name": "Aegean",
"vetstreet_url": "http://www.vetstreet.com/cats/aegean-cat",
"temperament": "Affectionate, Social, Intelligent, Playful, Active",
"origin": "Greece",
"country_codes": "GR",
"description": "Native to the Cycladic Islands of Greece, the Aegean is considered a natural breed.",
"life_span": "9-12",
"indoor": 0,
"adaptability": 5,
"affection_level": 4,
"child_friendly": 4,
"dog_friendly": 4,
"energy_level": 3,
"grooming": 3,
"health_issues": 1,
"intelligence": 3,
"shedding_level": 3,
"social_needs": 4,
"stranger_friendly": 4,
"vocalisation": 3,
"wikipedia_url": "https://en.wikipedia.org/wiki/Aegean_cat"
}
]
}