GoDoxy

List icons

GET
/icons

List icons

Query Parameters

limit?integer

Limit

keyword?string

Keyword

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/icons"
[
  {
    "Dark": true,
    "Light": true,
    "PNG": true,
    "Ref": "string",
    "SVG": true,
    "Source": "https://",
    "WebP": true
  }
]