Ouch API v1.0.0
This is a public version of the Ouch API.
You can authenticate using one of the following methods:
- An Api-Key header. For example, Api-Key: YOUR_API_KEY.
- A token query parameter. For example, if you want to make a request to a resource with URL /endpoint, you can specify your key as /endpoint?token=YOUR_API_KEY
Make sure that each request you perform includes your API key in one of the specified formats. Otherwise, the request will fail.
GET https://api-illustrations.icons8.com/api/v2/illustrations/search?query=example123&token=YOUR_API_KEY
Get list of illustrations by query
Text search query
Coma separated styles
Query and result language
Page number
Number of results per page. Max: 100
Return only specified fields. Example: "id,urls(thumb)". Please request only needed fields.
GET https://api-illustrations.icons8.com/api/v2/illustrations?token=YOUR_API_KEY
Get list of illustrations
Coma separated styles
Coma separated categories
Coma separated tags
Query and result language
Page number
Number of results per page. Max: 100
Return only specified fields. Example: "id,urls(thumb)". Please request only needed fields.
GET https://api-illustrations.icons8.com/api/v2/illustrations/{id}/hi-res?token=YOUR_API_KEY
Get a link to a high resolution asset of illustration
ID
200 - High-resolution illustration
GET https://api-illustrations.icons8.com/api/v2/illustrations/{id}?token=YOUR_API_KEY
Get illustration by id
ID
Query and result language
Return only specified fields. Example: "id,urls(thumb)". Please request only needed fields.
200 - Illustration by id
GET https://api-illustrations.icons8.com/api/v2/styles?token=YOUR_API_KEY
Get list of styles
Return only specified fields. Example: "id,urls(thumb)". Please request only needed fields.
GET https://api-illustrations.icons8.com/api/v2/tags?token=YOUR_API_KEY
Get list of tags
Query and result language
Page number
Number of results per page. Max: 100
Return only specified fields. Example: "id,urls(thumb)". Please request only needed fields.
GET https://api-illustrations.icons8.com/api/v2/categories?token=YOUR_API_KEY
Get full tree of categories
Query and result language