Skip to content

Dinosaurs by ID

GET {baseUrl}/api/v1/dinosaurs/{id}`

Returns a dinosaur matching a specific id, returns an error if not found.

  • id: The id corresponding to the dinosaur you wish to retrieve. Must be a string between 1 and 1188.
{
"id": 1118,
"name": "Zephyrosaurus",
"temporalRange": "Early Cretaceous, ~113 Ma",
"diet": "herbivore",
"locomotionType": "biped",
"description": "Zephyrosaurus (meaning \"westward wind lizard\")...",
"classificationInfo": {...},
"image": {...},
"source": {...}
}

Demo