USPTO Trademark Case

JSON Schema for a USPTO trademark case record from the TSDR API.

Federal-GovernmentPatentsTrademarksIntellectual PropertyOpen Data

Properties

Name Type Description
serialNumber string Trademark application serial number
registrationNumber stringnull Trademark registration number (null if not registered)
trademarkStatusCode string Current prosecution status description
trademarkStatusDate string Date of most recent status change
markLiteralElements stringnull Text elements of the trademark mark
filingDate string Date the trademark application was filed
registrationDate stringnull Date the trademark was registered (null if not registered)
ownerName string Name of the trademark owner/registrant
ownerAddress stringnull Mailing address of the trademark owner
goodsAndServices string Description of goods and services covered by the mark
internationalClassCodes array Nice classification international class codes
View JSON Schema on GitHub

JSON Schema

uspto-trademark-case-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/us-patent-and-trademark-office/main/json-schema/uspto-trademark-case-schema.json",
  "title": "USPTO Trademark Case",
  "description": "JSON Schema for a USPTO trademark case record from the TSDR API.",
  "type": "object",
  "properties": {
    "serialNumber": {
      "type": "string",
      "description": "Trademark application serial number"
    },
    "registrationNumber": {
      "type": ["string", "null"],
      "description": "Trademark registration number (null if not registered)"
    },
    "trademarkStatusCode": {
      "type": "string",
      "description": "Current prosecution status description"
    },
    "trademarkStatusDate": {
      "type": "string",
      "format": "date",
      "description": "Date of most recent status change"
    },
    "markLiteralElements": {
      "type": ["string", "null"],
      "description": "Text elements of the trademark mark"
    },
    "filingDate": {
      "type": "string",
      "format": "date",
      "description": "Date the trademark application was filed"
    },
    "registrationDate": {
      "type": ["string", "null"],
      "format": "date",
      "description": "Date the trademark was registered (null if not registered)"
    },
    "ownerName": {
      "type": "string",
      "description": "Name of the trademark owner/registrant"
    },
    "ownerAddress": {
      "type": ["string", "null"],
      "description": "Mailing address of the trademark owner"
    },
    "goodsAndServices": {
      "type": "string",
      "description": "Description of goods and services covered by the mark"
    },
    "internationalClassCodes": {
      "type": "array",
      "description": "Nice classification international class codes",
      "items": {
        "type": "string"
      }
    }
  },
  "required": ["serialNumber", "filingDate", "ownerName"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/uspto-trademark-case"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.