Names
API Endpoint and Description
Section titled “API Endpoint and Description”GET {baseUrl}/api/v1/names`Returns all dinosaur names that exist within the API.
Parameters
Section titled “Parameters”No parameters are required for this endpoint.
Response Structure
Section titled “Response Structure”{ "count": 1188, "data": [ "Zephyrosaurus", "Tyrannosaurus", "Velociraptor", "Stegosaurus" ]}