Patent — entry 001 of 4

EPO

Verified Jul 2026

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.

patentsgovernmenteuropeoauthxml
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

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/epo/"><img src="https://greatapis.com/badge/epo.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.