Skip to content

Dinosaurs by Locomotion

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

Returns all dinosaurs matching a specific locomotion type.

ParameterTypeRequiredDescriptionExample
locomotionstringYesThe locomotion type of dinosaurs to retrieve"biped"

Valid Values: biped, facultative biped, gliding, quadruped, swimming

{
"count": 450,
"data": [
{
"id": 1118,
"name": "Zephyrosaurus",
"temporalRange": "Early Cretaceous, ~113 Ma",
"diet": "herbivore",
"locomotionType": "biped",
"description": "...",
"classificationInfo": {...},
"image": {...},
"source": {...}
}
]
}

Demo