all-about-apikey/iconfinder
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

IconFinder

Description

Web Icons

Example Request

  • Curl
curl --request GET \
     --url "https://api.iconfinder.com/v4/icons/search?query=arrow&count=10" \
     --header "Accept: application/json" \
     --header "Authorization: Bearer {{token}}"
  • Raw
GET /v4/icons/search?query=arrow&count=10 HTTP/1.1
Host: api.iconfinder.com
Accept: application/json
Authorization: Bearer {{token}}

Response

  • Success
{
    "total_count": 108035,
    "icons": [
    {
        "categories": [
        {
            "name": "UI",
            "identifier": "ui"
        }
    ],
    "containers": [
        {
            "format": "ico",
            "download_url": "https://api.iconfinder.com/v4/icons/389801/containers/ico/download"
        },
    ...
  • Error
{}

Regex

[a-zA-Z0-9]{64}

Example API key

BZyM5NrOFggEKScKxgXksF3nRHxTaJS8omSqcrE2oa7x7RekATlVYeJZ9BZGUrQd