Clades
API Endpoint and Description
Section titled “API Endpoint and Description”GET {baseUrl}/api/v1/clades`Returns all dinosaur clades that exist within the API.
Parameters
Section titled “Parameters”No parameters are required for this endpoint.
Response Structure
Section titled “Response Structure”[ { "clade": "Dinosauria", "count": 850 }, { "clade": "Ornithischia", "count": 450 }]