Fetch bunch image breed

how to get a bunch Image of cats in the same breed ?? like in example page

https://api.thecatapi.com/v1/images/search?breed_ids=beng

the given example in official doc just give 1 image url

i use limit 5 didnt work

It’s quite likely there’s only one image tagged with the breed “Bengal”.

If you repeat the search with a different, more common breed (American Shorthair), you get more images:

https://api.thecatapi.com/v1/images/search?limit=5&breed_ids=asho

The breed tagging is very incomplete.

EDIT: I do get 5 results for “Bengal” as well. Are you seeing a different result?
https://api.thecatapi.com/v1/images/search?limit=5&breed_ids=beng

1 Like