Patent — entry 001 of 4
EPO
The European Patent Office's Open Patent Services (OPS) exposes bibliographic, legal-status, full-text, and image data drawn from Espacenet and the European Patent Register through a RESTful, XML-based interface secured with OAuth2 client-credentials. Non-paying registered users get up to 4 GB of data per week for free, with a EUR 2,800 annual subscription available for higher volumes. A live request to the OPS host returned a fair-use-quota rejection while still echoing the requesting Origin in its CORS headers, confirming cross-origin access is genuinely enabled rather than merely documented.
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.
FormatsXMLResponses can be requested as XML.
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.