Get Ordered Fact(s) About Breed
GET {{endpoint}}v1/breeds/:breed_id/facts?limit=5&page=0&order=ASC
Get one or more facts about the Species. For more at a time just update the 'limit' field, and to paginate through them just increment the 'page' field.
The response headers have the pagination details, such as how many there are in total, what page you're on, and the current amount per page.
To redorder change the order to ASC for ascending order, DESC for descending, and RAND for random order.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
page | number | ||
order | string |
RESPONSES
status: OK
[{"id":"JO85Z","fact":"Ragdoll cats were first bred in the 1960s in California, USA.","breed_id":"ragd","title":"Origin"},{"id":"ADPHH","fact":"Ragdolls are known for their calm and gentle temperament, making them great companions.","breed_id":"ragd","title":"Temperament"},{"id":"269Q9","fact":"Ragdolls are one of the largest domestic cat breeds, with males weighing between 15-20 pounds and females weighing between 10-15 pounds.","breed_id":"ragd","title":"Size"},{"id":"DE3CY","fact":"Ragdolls have a semi-long, silky coat that requires minimal grooming.","breed_id":"ragd","title":"Coat"},{"id":"ADM62","fact":"Ragdolls come in various color patterns, including seal, blue, chocolate, lilac, and more.","breed_id":"ragd","title":"Color Patterns"}]