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.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score68
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.