Zoo Animals API
A public API where users can request zoo animal data in JSON format. Below, you'll find a list of the API endpoints with the HTTP requests they accept and an example of the data returned from each. All data is measured in imperial units: - Animal lengths are in feet (ft.) - Animal weights are in pounds (lbs.) - Animal lifespan is in years
Zoo Animals API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Random Animal /animals/rand |
Get a single random zoo animal object in JSON format |
| GET |
Random Animals /animals/rand/{number} |
Get an array that contains the requested number 1-10 of random zoo animal objects in JSON format |
Zoo Animals API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / hour |
|
| PRO Recommended | $10 / month | 1000 / hour |
|