Back to catalog
🐾

Petfinder

API Key

Petfinder is dedicated to helping pets find homes, another resource to get pets adopted

🐾AnimalsHTTPSCORS enabled

No items to display.

Sample Response

response.json
1{
2 "location": "Austin, TX",
3 "total_count": 187,
4 "animals": [
5 {
6 "name": "Biscuit",
7 "breed": "Labrador Retriever Mix",
8 "age": "Young",
9 "gender": "Male",
10 "distance_miles": 3.2
11 },
12 {
13 "name": "Luna",
14 "breed": "Australian Shepherd",
15 "age": "Adult",

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.petfinder.com/developers/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs