Home
API Endpoint and Description
Section titled “API Endpoint and Description”GET {baseUrl}/api/v1`Returns the home endpoint of the API.
Parameters
Section titled “Parameters”No parameters are required for this endpoint.
Response Structure
Section titled “Response Structure”{ "apiVersion": "v1", "apiEndpoints": [ "/dinosaurs", "/images", "/clades", "/diets", "/locomotions", "/names" ], "rateLimit": { "requests": 20, "window": "1 hour" }, "disclaimer": "This API is for educational purposes only."}