# Petfinder API **Provider:** Petfinder **Category:** entertainment **Base URL:** `https://www.petfinder.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 1,000 req/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.petfinder.com/developers/ ## Description Petfinder is dedicated to helping pets find homes, another resource to get pets adopted ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.petfinder.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.petfinder.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Petfinder developer account. Non-commercial and commercial use allowed. --- *Source: [API Map](https://apimap.dev/apis/petfinder/) — CC BY 4.0*