Animals
animalsAPI Ninjas animals: facts about an animal species by name. Returns a list of { name, taxonomy, locations, diet, habitat, lifespan, top_speed }. Example: animals({ name: "cheetah" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Animal name to look up, e.g. 'cheetah', 'lion' | |
| _apiKey | No | Optional — your own API Ninjas key for higher limits; omit to use the shared Pipeworx key. |