Shopping — entry 010 of 15
Octopart
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.
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
Score54
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs0/20No docs or spec available
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.