Shopping — entry 010 of 15

Octopart

Verified Jul 2026

What used to be the standalone Octopart REST API has been folded into Nexar, whose GraphQL endpoint now serves the same electronic-component sourcing data plus additional design and manufacturing schemas. Access requires an OAuth2 client-credentials token from Nexar's identity service, confirmed live by an invalid_client error from the real token endpoint, rather than the old non-expiring Octopart API key. New applications get a free evaluation tier before paid Standard/Pro/Enterprise plans apply.

electronicsgraphqloauthmanufacturingpart-search
AuthenticationOAuthRequires an OAuth flow; expect app registration.
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

Score54out of 100
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 54 on greatapis.com
<a href="https://greatapis.com/api/octopart/"><img src="https://greatapis.com/badge/octopart.svg" alt="Scored 54 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.