The /speciesĀ endpoint focuses on the species known to PetHub.com, their internal ID on PetHub, and additional details about the particular species. Use this list to help when creating a pet profile or lost pet poster to be added to the website.
Digging into /Species
The /speciesĀ endpoint offers the following:
/species | Description |
---|---|
/ |
GET - list of animal species available on PetHub to help with creating a pet profile |
/{species} |
GET - returns additional details about the species type |
/{species}/breeds | GET - returns the list of breeds for a particular species |
The Swagger 2.0 / OAS YAML rendering is below including the data structures necessary for POST or returned by GET.