USPTO Trademark Search API · Example Payload

Uspto Trademark Search Api Getdatabasestatus Example

BrandBrand ProtectionBusinessDataGovernment DataIntellectual PropertyLegalSearchTrademarkUSPTO

Uspto Trademark Search Api Getdatabasestatus Example is an example object payload from USPTO Trademark Search API, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://uspto-trademark.p.rapidapi.com/v1/databaseStatus",
    "headers": {
      "X-RapidAPI-Key": "your-rapidapi-key",
      "X-RapidAPI-Host": "uspto-trademark.p.rapidapi.com"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "lastUpdated": "2026-05-02T22:15:00Z",
      "recordCount": 4823917,
      "status": "ONLINE",
      "version": "2026.05.02"
    }
  }
}