Skip to content

Dinosaurs by Name

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

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

ParameterTypeRequiredDescriptionExample
namestringYesThe name of the dinosaur to retrieve"Tyrannosaurus"
{
"id": 1118,
"name": "Zephyrosaurus",
"temporalRange": "Early Cretaceous, ~113 Ma",
"diet": "herbivore",
"locomotionType": "biped",
"description": "Zephyrosaurus (meaning \"westward wind lizard\")...",
"classificationInfo": {...},
"image": {...},
"source": {...}
}

Demo