The Dog API integration (Design & Media, Data). Imported from open-connector.
https://api.thedogapi.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 Dog API result order. |
| size | string | optional | The image size preset requested from The Dog API. |
| mimeTypes | string | optional | Comma-separated MIME type filters accepted by The Dog 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 Dog API should include breed objects in image results. |
| includeCategories | boolean | optional | Whether The Dog API should include category objects in image results. |
| format | string | optional | The response format requested from The Dog API. |
/images/{imageId}
| Param | Type | Required | Description |
|---|---|---|---|
| imageId | string | required | The Dog 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 Dog API breed identifier. |
/favourites
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of records to return. |
| page | integer | optional | The zero-based result page number. |
| subId | string | optional | A custom user identifier stored by The Dog API. |
/favourites/{favouriteId}
| Param | Type | Required | Description |
|---|---|---|---|
| favouriteId | string | required | The Dog API favourite identifier. |
/votes
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The number of records to return. |
| page | integer | optional | The zero-based result page number. |
| subId | string | optional | A custom user identifier stored by The Dog API. |
/votes/{voteId}
| Param | Type | Required | Description |
|---|---|---|---|
| voteId | string | required | The Dog API vote identifier. |