Retrieve all dinosaur names
GET/names
GET
/names
Retrieves all dinosaur names.
Responses
Section titled “ Responses ”Successful operation
object
count
integer
Example
1188data
Array<string>
Example
[ "Zephyrosaurus", "Tyrannosaurus", "Velociraptor"]No dinosaur names found
object
error
string
Example
Sorry, there was an error retrieving all dinosaur namesUnexpected error
object
error
string
Example
Sorry, an unexpected error occurred while retrieving all dinosaur names