Dinosaurs by Locomotion
API Endpoint and Description
Section titled “API Endpoint and Description”GET {baseUrl}/api/v1/dinosaurs/locomotion/{locomotion}`Returns all dinosaurs matching a specific locomotion type.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
locomotion | string | Yes | The locomotion type of dinosaurs to retrieve | "biped" |
Valid Values: biped, facultative biped, gliding, quadruped, swimming
Response Structure
Section titled “Response Structure”{ "count": 450, "data": [ { "id": 1118, "name": "Zephyrosaurus", "temporalRange": "Early Cretaceous, ~113 Ma", "diet": "herbivore", "locomotionType": "biped", "description": "...", "classificationInfo": {...}, "image": {...}, "source": {...} } ]}