Art & Design — entry 016 of 20

Noun Project

Verified Jul 2026

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.

iconsstock-photosdesign-assetsoauth
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

Score68out of 100
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 68 on greatapis.com
<a href="https://greatapis.com/api/noun-project/"><img src="https://greatapis.com/badge/noun-project.svg" alt="Scored 68 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.