Art & Design — entry 016 of 20
Noun Project
The Noun Project's API searches and returns metadata for its library of 10 million+ SVG/PNG icons and stock photos, authenticated with OAuth 1.0a via a registered consumer key/secret pair; free use requires attribution while paid plans remove it. A live GET against the real gateway, api.thenounproject.com, now succeeds over HTTPS (correcting https false -> true) but returned no Access-Control-Allow-Origin header, resolving cors unknown -> no.
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
Free Trial: 1,000 service calls/day (2,000/month), 150 icon calls/day and /month; Pay-Per-Use: 200,000 service calls/day (3,000,000/month), 10,000 icon calls/day (150,000/month) -- an "icon call" is any request that includes an icon ID.