Dinosaurs by ID
API Endpoints and Description
Section titled “API Endpoints and Description”GET {baseUrl}/api/v1/dinosaurs/{id}`Returns a dinosaur matching a specific id, returns an error if not found.
Parameters
Section titled “Parameters”id: The id corresponding to the dinosaur you wish to retrieve. Must be a string between1and1188.
Response Structure
Section titled “Response Structure”{ "id": 1118, "name": "Zephyrosaurus", "temporalRange": "Early Cretaceous, ~113 Ma", "diet": "herbivore", "locomotionType": "biped", "description": "Zephyrosaurus (meaning \"westward wind lizard\")...", "classificationInfo": {...}, "image": {...}, "source": {...}}