The Cat API integration (Design & Media, Data). Imported from open-connector.
https://api.thecatapi.com/v1/images/search
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of images to return. |
| page | integer | optional | The zero-based result page number. |
| order | string | optional | The Cat API result order. |
| size | string | optional | The image size preset requested from The Cat API. |
| mimeTypes | string | optional | Comma-separated MIME type filters accepted by The Cat API, such as jpg,png or g… |
| hasBreeds | boolean | optional | Whether to only return images that have breed information attached. |
| breedIds | string | optional | Comma-separated breed identifiers used to filter image results. |
| categoryIds | string | optional | Comma-separated category identifiers used to filter image results. |
| includeBreeds | boolean | optional | Whether The Cat API should include breed objects in image results. |
| includeCategories | boolean | optional | Whether The Cat API should include category objects in image results. |
| format | string | optional | The response format requested from The Cat API. |
/images/{imageId}
| Param | Type | Required | Description |
|---|---|---|---|
| imageId | string | required | The Cat API image identifier. |
/breeds
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of breeds to return. |
| page | integer | optional | The zero-based result page number. |
/breeds/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | The breed name search query. |
/breeds/{breedId}
| Param | Type | Required | Description |
|---|---|---|---|
| breedId | string | required | The Cat API breed identifier. |