Pets Guide book
# **PetsGuideBook API** Welcome to the **PetsGuideBook API**, your comprehensive resource for detailed and structured information about pets, their species, breeds, and care requirements. Whether you're a developer building a pet-related app, a pet enthusiast, or an educational platform, this API is designed to provide reliable and valuable data. --- ## **Features** ### 🐾 **Extensive Pet Data**…
Pets Guide book endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search breeds /rapidApi/v1/breeds/search |
Retrieves all breeds matching a search param **q**, and paginated by the query params: * page: Results page to show. * perPage: Limit of items to show per page. |
| GET |
Get Breed /rapidApi/v1/breeds/{breed} |
Retreives a breed by its id or name, provided in the **breed** path param |
| GET |
Get species /rapidApi/v1/{species} |
Retrieves the Species by the name provided in the **species** path param |
| GET |
Get species breeds /rapidApi/v1/{species}/breeds |
Retrieves all breeds of a species matching the name provided by the **species** path param |
| GET |
Get all breeds /rapidApi/v1/breeds/all |
Provides a paginated list of all breeds available in the API. Each breed includes its associated species, traits, origin, and a detailed description. This endpoint is ideal for… |
| GET |
Get all species /rapidApi/v1/all |
Retrieves all species |
Pets Guide book pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7 / month | — |
|
| ULTRA | $15 / month | — |
|
| MEGA | $20 / month | — |
|