uspto.gov

Bulk Data Storage System (BDSS) allows the public to discover, search, and download patent and trademark data in bulk form.

7 endpoints
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

# See https://github.com/BryceBlankinship/USPTO-js-sdk
curl examples
Returns products' hierarchical tree.
curl \
  /products/tree
Returns popular products along with latest files.
curl \
  /products/popular
Returns all products with Latest Files.
curl \
  /products/all/latest
Endpoints (7 total)
GET
/products/tree
Returns products' hierarchical tree.
GET
/products/popular
Returns popular products along with latest files.
GET
/products/all/latest
Returns all products with Latest Files.
GET
/products/{shortName}
Returns products along with their associated files by short names.
GET
/products/tree/{shortName}
Returns products' hierarchical subtree.
GET
/products/{shortName}/latest
Returns products along with their latest files by short names.
GET
/products/byname/{productName}
Returns files associated with products (of level PRODUCT) based on their full…
Language coverage
unknown
1
At a glance
Total SDKs1
Languages1
Endpoints7