Art & Design — entry 012 of 20
Iconfinder
Iconfinder's API searches and returns metadata and download links for its marketplace of free and premium icon sets, gated by a free registered API key with paid plans for higher volume or commercial redistribution. Its developer.iconfinder.com docs page is Cloudflare-challenged from this sandbox, but a live GET against the real gateway, api.iconfinder.com/v4/icons/search, returned a genuine 401 while carrying Access-Control-Allow-Origin: *, resolving cors unknown -> yes and reconfirming API Key auth.
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score61
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.