{
"data": [
{
"id": "pet_c4t_5x7k9m",
"species": "CAT",
"name": "Whiskers",
"breed": "Domestic Shorthair",
"ageMonths": 18,
"size": "MEDIUM",
"color": "Orange Tabby",
"gender": "MALE",
"goodWithKids": true,
"goodWithPets": true,
"adoptionFee": 75,
"description": "Friendly and playful orange tabby looking for a loving home",
"status": "AVAILABLE",
"photos": [
"https://cdn.petstoreapi.com/pets/pet_c4t_5x7k9m/photo1.jpg"
],
"links": {
"self": "https://api.petstoreapi.com/v1/pets/pet_c4t_5x7k9m",
"adopt": "https://api.petstoreapi.com/v1/adoptions"
}
},
{
"id": "pet_d0g_8n2q4w",
"species": "DOG",
"name": "Max",
"breed": "Labrador Retriever",
"ageMonths": 36,
"size": "LARGE",
"color": "Yellow",
"gender": "MALE",
"goodWithKids": true,
"goodWithPets": true,
"adoptionFee": 150,
"description": "Energetic and loyal lab who loves fetch and long walks",
"status": "AVAILABLE",
"photos": [
"https://cdn.petstoreapi.com/pets/pet_d0g_8n2q4w/photo1.jpg"
],
"links": {
"self": "https://api.petstoreapi.com/v1/pets/pet_d0g_8n2q4w",
"adopt": "https://api.petstoreapi.com/v1/adoptions"
}
}
],
"pagination": {
"page": 1,
"limit": 20,
"totalItems": 45,
"totalPages": 3
},
"links": {
"self": "https://api.petstoreapi.com/v1/pets?page=1&limit=20",
"next": "https://api.petstoreapi.com/v1/pets?page=2&limit=20",
"last": "https://api.petstoreapi.com/v1/pets?page=3&limit=20"
}
}