Patent — entry 004 of 4
USPTO
USPTO's patent data and query APIs now live under the agency's Open Data Portal (ODP) at data.uspto.gov, a single platform that folded in what used to be the Patent Examination Data System, Bulk Data Storage System, and several Developer Hub services. Every ODP endpoint sits behind api.uspto.gov, requires a free API key tied to a USPTO.gov account, and returns JSON with CORS enabled — confirmed live via an Origin-header probe that got back access-control-allow-origin: * on both the request and its OPTIONS preflight. The stored learning-and-resources page itself has been renamed to a 'Data and statistics' hub that links out to the ODP.
GreatAPIs Score
Auth quickstart
- Sign up with the provider to get an API key.
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.