Icons8 Search API v5.0.0
Icon search API documentation
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://search.icons8.com/api/iconsets/v5/search?term=cart&token=YOUR_API_KEY
term required string
Term to search by.
amount optional number at least 1
How many objects to return at most.
offset optional number
How many object to skip from the beginning of the result collection.
platform optional string
Filter by platform with this API code.
language optional string default en
Language in which to return the results
token optional string
Api token
authors optional string default icons8
possible values: "icons8" (only icons from icons8 designers), "external" (only icons from marketplace authors), "all"
isAnimated optional boolean
Include animated icons.
200 - A successful response with a list of results.
success optional boolean
Whether the response was successful
parameters optional object
Meta-information about the request and collection size.
icons optional array of object
Resulting array of found icons for this platform and term.
message optional string