Fundamentals
Services
Advanced
Deployment
Development
The Cats Service provides access to the Cat API data from https://api.thecatapi.com/v1/.
Get list of cat breeds.
Returns: List<CatBreed> (List | CatBreed) - list of cat breeds supported by API.
List<CatBreed>
Get random cat image.
Arguments:
catBreed: CatBreed? (CatBreed) - provides a specific breed to search for. If omitted, no-breed-based filtering is performed.
catBreed: CatBreed?
Returns: Image (Image) - the requested image
Image