USPTO · Schema
USPTO Trademark Case
A U.S. trademark case record as returned by the USPTO TSDR API.
PatentsTrademarksIntellectual PropertyGovernmentFederalOpen DataPTABTSDR
Properties
| Name | Type | Description |
|---|---|---|
| serialNumber | string | |
| registrationNumber | string | |
| markIdentification | string | |
| statusCode | string | |
| statusDescription | string | |
| statusDate | string | |
| filingDate | string | |
| registrationDate | string | |
| applicationFilingBasis | string | |
| owners | array | |
| goodsServices | array | |
| prosecutionHistory | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/uspto-gov/main/json-schema/uspto-trademark-case-schema.json",
"title": "USPTO Trademark Case",
"description": "A U.S. trademark case record as returned by the USPTO TSDR API.",
"type": "object",
"required": ["serialNumber"],
"properties": {
"serialNumber": {"type": "string", "pattern": "^[0-9]{8}$"},
"registrationNumber": {"type": "string"},
"markIdentification": {"type": "string"},
"statusCode": {"type": "string"},
"statusDescription": {"type": "string"},
"statusDate": {"type": "string", "format": "date"},
"filingDate": {"type": "string", "format": "date"},
"registrationDate": {"type": "string", "format": "date"},
"applicationFilingBasis": {"type": "string", "enum": ["1A", "1B", "44D", "44E", "66A"]},
"owners": {"type": "array", "items": {"$ref": "#/$defs/Party"}},
"goodsServices": {"type": "array", "items": {"$ref": "#/$defs/GoodsServices"}},
"prosecutionHistory": {"type": "array", "items": {"$ref": "#/$defs/ProsecutionEvent"}}
},
"$defs": {
"Party": {
"type": "object",
"properties": {
"partyName": {"type": "string"},
"partyType": {"type": "string"},
"addressLine": {"type": "string"},
"cityName": {"type": "string"},
"geographicRegionName": {"type": "string"},
"countryCode": {"type": "string"},
"legalEntityType": {"type": "string"}
}
},
"GoodsServices": {
"type": "object",
"properties": {
"internationalClass": {"type": "string"},
"usClass": {"type": "string"},
"goodsServicesText": {"type": "string"}
}
},
"ProsecutionEvent": {
"type": "object",
"properties": {
"eventCode": {"type": "string"},
"eventDescription": {"type": "string"},
"eventDate": {"type": "string", "format": "date"}
}
}
}
}
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.
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.