📢 Public APIs
Get cats
The API endpoint retrieves a list of cat objects.
When accessing this endpoint, you will receive a response containing a collection of cat objects.
Each dog object represents a specific cat breed and includes relevant details such as name, characteristics, temperament, and images.
get/public/cats
Query parameters
querystring
Example:sociable
pagestring
Example:1
limitstring
Example:10
Response
Get cats
Example response
{
"data": {
"currentPageItems": 2,
"data": [
{
"adaptability": 5,
"affection_level": 5,
"child_friendly": 5,
"country_code": "RU",
"country_codes": "RU",
"description": "The character of the Kurilian Bobtail is independent, highly intelligent, clever, inquisitive, sociable, playful, trainable, absent of aggression and very gentle. They are devoted to their humans and when allowed are either on the lap of or sleeping in bed with their owners.",
"dog_friendly": 5,
"energy_level": 5,
"experimental": 0,
"grooming": 1,
"hairless": 0,
"health_issues": 1,
"hypoallergenic": 0,
"id": 38,
"image": "https://cdn2.thecatapi.com/images/NZpO4pU56M.jpg",
"indoor": 0,
"intelligence": 5,
"life_span": "15 - 20",
"name": "Kurilian",
"natural": 1,
"origin": "Russia",
"rare": 0,
"rex": 0,
"shedding_level": 2,
"short_legs": 0,
"social_needs": 5,
"stranger_friendly": 5,
"suppressed_tail": 1,
"temperament": "Independent, highly intelligent, clever, inquisitive, sociable, playful, trainable",
"vetstreet_url": "http://www.vetstreet.com/cats/kurilian-bobtail",
"vocalisation": 3,
"weight": {
"imperial": "8 - 15",
"metric": "4 - 7"
},
"wikipedia_url": "https://en.wikipedia.org/wiki/Kurilian_Bobtail"
},
{
"adaptability": 5,
"affection_level": 5,
"alt_names": "Siam, Thai Cat",
"cfa_url": "http://cfa.org/Breeds/BreedsSthruT/Siamese.aspx",
"child_friendly": 4,
"country_code": "TH",
"country_codes": "TH",
"description": "While Siamese cats are extremely fond of their people, they will follow you around and supervise your every move, being talkative and opinionated. They are a demanding and social cat, that do not like being left alone for long periods.",
"dog_friendly": 5,
"energy_level": 5,
"experimental": 0,
"grooming": 1,
"hairless": 0,
"health_issues": 1,
"hypoallergenic": 1,
"id": 55,
"image": "https://cdn2.thecatapi.com/images/ai6Jps4sx.jpg",
"indoor": 0,
"intelligence": 5,
"lap": 1,
"life_span": "12 - 15",
"name": "Siamese",
"natural": 0,
"origin": "Thailand",
"rare": 0,
"rex": 0,
"shedding_level": 2,
"short_legs": 0,
"social_needs": 5,
"stranger_friendly": 5,
"suppressed_tail": 0,
"temperament": "Active, Agile, Clever, Sociable, Loving, Energetic",
"vcahospitals_url": "https://vcahospitals.com/know-your-pet/cat-breeds/siamese",
"vetstreet_url": "http://www.vetstreet.com/cats/siamese",
"vocalisation": 5,
"weight": {
"imperial": "8 - 15",
"metric": "4 - 7"
},
"wikipedia_url": "https://en.wikipedia.org/wiki/Siamese_(cat)"
}
],
"limit": 10,
"page": 1,
"totalItems": 2,
"totalPages": 1
},
"message": "Cats fetched successfully",
"statusCode": 200,
"success": true
}