Skip to content
PatentBrief

Data & APIs

Machine-readable endpoints

Every patent, glossary term, and entity record — as JSON, JSONL, CSV, and Markdown. Free to use; no API key required. Revalidated daily.

Full corpus

Bulk downloads

Download the complete dataset in your preferred format. All files are served from the CDN edge and revalidate every 24 hours.

EndpointContent-TypeDescription
/patents.jsonapplication/jsonAll explained patents as a JSON array. Fields: patent_number, country, title, assignee, grant_year, times_cited, status, url.
/patents.jsonlapplication/x-ndjsonSame dataset in JSON Lines format — one JSON object per line. Streamable; no need to load the entire file into memory.
/patents.csvtext/csvThe patent index as a CSV spreadsheet. Import directly into Excel, Google Sheets, or pandas.
/glossary.jsonapplication/jsonEvery patent term in the PatentBrief glossary with its plain-English definition and canonical URL.
/entities.jsonapplication/jsonAll companies and inventors in the database, with patent counts and citation totals.
/llms-full.txttext/plainFull plain-text corpus — every guide and patent brief in one file. Optimised for AI ingestion pipelines.

Per-patent

Patent-level endpoints

Append /json or /md to any patent URL. Example: /patent/us/4405829/rsa-encryption/json

EndpointContent-TypeDescription
/patent/{cc}/{number}/{slug}/jsonapplication/jsonStructured JSON for one patent: title, summary, what it covers, what it doesn't, inventors, owner, dates, tags, citation count, and links.
/patent/{cc}/{number}/{slug}/mdtext/markdownClean Markdown brief for one patent. No navigation, no ads — just the plain-English explanation.

Per-term

Glossary-term endpoints

Append /json or /md to any glossary-term URL.

EndpointContent-TypeDescription
/glossary/{slug}/jsonapplication/jsonStructured JSON for one patent term: term name, slug, definition, and canonical URL.
/glossary/{slug}/mdtext/markdownClean Markdown definition for one patent term.

Per-entity

Company & inventor endpoints

Append /md to any company or inventor URL.

EndpointContent-TypeDescription
/company/{slug}/mdtext/markdownMarkdown list of all explained patents owned by a company.
/inventor/{slug}/mdtext/markdownMarkdown list of all explained patents invented by an inventor.

Usage

All data is free to use under the PatentBrief Terms. No API key required. All endpoints are Cache-Control: public and revalidate every 24 hours. For citation formats (BibTeX, APA, MLA) see the Data page.