Random Dinosaurs
API Endpoints and Description
Section titled “API Endpoints and Description”GET {baseUrl}/api/v1/dinosaurs/random/{count}`Returns a random number of dinosaurs. Minimum of 1 and maximum of 10.
Parameters
Section titled “Parameters”count: The number of random dinosaurs you wish to retrieve. Must be a valid integer between1and including10.
Response Structure
Section titled “Response Structure”{ "count": 5, "data": [ { "id": 1118, "name": "Zephyrosaurus", "temporalRange": "Early Cretaceous, ~113 Ma", "diet": "herbivore", "locomotionType": "biped", "description": "...", "classificationInfo": {...}, "image": {...}, "source": {...} } ]}