Filter cats by breed

GET {{url}}/cats?breed={{breedName}}

API to return cats with the given breed as parameter

Request Params

KeyDatatypeRequiredDescription
breedstringCat's breed

RESPONSES

status: OK

{"data":[{"id":1,"name":"Sully","breed":"Birman","owner":{"id":1,"name":"John Doe"}},{"id":2,"name":"Snowball","breed":"Birman","owner":{"id":12,"name":"Stuart Little"}}]}