Skip to main content
GET
/
v1
/
trademarks
/
{id}
Get Trademark
curl --request GET \
  --url https://api.example.com/v1/trademarks/{id}
{
  "id": "tm_abc123",
  "object": "trademark",
  "mark_text": "SIGNA",
  "mark_text_language": "en",
  "mark_text_script": null,
  "mark_feature_type": "word",
  "mark_legal_category": "standard",
  "right_kind": "trademark",
  "is_series_mark": false,
  "series_count": null,
  "status": {
    "primary": "active",
    "stage": "registered",
    "reason": null,
    "challenges": [],
    "effective_date": "2025-01-20",
    "source": "office_code",
    "raw_code": "800",
    "raw_label": "Registered and renewed"
  },
  "office_code": "uspto",
  "jurisdiction_code": "US",
  "filing_route": "direct_national",
  "scope_kind": "national",
  "origin_office_code": null,
  "source_primary_id": "98765432",
  "application_number": "98765432",
  "registration_number": "7654321",
  "ir_number": null,
  "filing_date": "2024-06-15",
  "registration_date": "2025-01-20",
  "expiry_date": "2035-01-20",
  "expiry_date_basis": "registration",
  "renewal_due_date": "2035-01-20",
  "publication_date": "2024-11-05",
  "priority_date": null,
  "termination_date": null,
  "protection_effective_date": null,
  "designation_date": null,
  "dependency_period_end_date": null,
  "transformation_deadline_date": null,
  "is_retracted": false,
  "owners": [
    {
      "id": "ow_def456",
      "name": "Signa Technologies Inc.",
      "country_code": "US",
      "entity_type": "corporation",
      "role": "owner"
    }
  ],
  "attorneys": [
    {
      "id": "att_ghi789",
      "name": "Jane Smith",
      "firm_id": "fm_jkl012",
      "firm_name": "Smith & Associates IP",
      "role": "representative"
    }
  ],
  "classifications": [
    {
      "nice_class": 9,
      "nice_edition": "12",
      "goods_services_text": "Computer software for trademark monitoring and analysis",
      "goods_services_language": "en",
      "status": null,
      "class_status_raw": null
    },
    {
      "nice_class": 42,
      "nice_edition": "12",
      "goods_services_text": "Software as a service (SaaS) for trademark portfolio management",
      "goods_services_language": "en",
      "status": null,
      "class_status_raw": null
    }
  ],
  "design_codes": [],
  "text_variants": [],
  "statements": [
    {
      "type": "disclaimer",
      "text": "No claim is made to the exclusive right to use \"TECHNOLOGIES\" apart from the mark as shown.",
      "language_code": "en",
      "applies_to_class": null
    }
  ],
  "media": [],
  "priority_claims": [],
  "filing_bases": [
    {
      "basis_type": "use_in_commerce",
      "nice_class_number": 9,
      "first_use_date": "2024-01-10",
      "first_use_in_commerce_date": "2024-03-15",
      "foreign_application_number": null,
      "foreign_country_code": null
    }
  ],
  "publications": [
    {
      "publication_type": "opposition",
      "publication_date": "2024-11-05",
      "bulletin_number": null,
      "source_reference": null,
      "opposition_period_start": "2024-11-05",
      "opposition_period_end": "2025-01-04"
    }
  ],
  "office_extensions": {},
  "deadlines": [
    {
      "type": "declaration_of_use",
      "name": "Section 8 Declaration of Use",
      "due_date": "2031-01-20",
      "grace_expiry": "2031-07-20",
      "window_opens": "2030-01-20",
      "jurisdiction_code": "US",
      "status": "upcoming",
      "urgency": "low",
      "days_until_due": 1763,
      "consequence_if_missed": "Registration cancelled"
    }
  ],
  "madrid": null,
  "has_media": false,
  "events_count": 12,
  "proceedings_count": 0,
  "coverage_count": 0,
  "relationships_count": 0,
  "data_freshness": {
    "source_data_date": "2026-03-23",
    "source_format": "dtd_v2",
    "last_updated_at": "2026-03-24T06:15:00.000Z"
  },
  "created_at": "2024-08-01T10:30:00.000Z",
  "updated_at": "2026-03-24T06:15:00.000Z",
  "livemode": true,
  "request_id": "req_xyz789"
}

Path Parameters

id
string
required
Trademark ID (e.g., tm_abc123)

Response

Returns the full detail-tier representation of a trademark, including all bounded children (owners, attorneys, classifications, etc.) inline. Unbounded children (events, proceedings) appear as counts only.
id
string
Prefixed trademark ID (tm_*)
object
string
Always "trademark"
is_retracted
boolean
Whether the record has been retracted by the source office
livemode
boolean
Whether this is live or test mode data
request_id
string
Unique request identifier
{
  "id": "tm_abc123",
  "object": "trademark",
  "mark_text": "SIGNA",
  "mark_text_language": "en",
  "mark_text_script": null,
  "mark_feature_type": "word",
  "mark_legal_category": "standard",
  "right_kind": "trademark",
  "is_series_mark": false,
  "series_count": null,
  "status": {
    "primary": "active",
    "stage": "registered",
    "reason": null,
    "challenges": [],
    "effective_date": "2025-01-20",
    "source": "office_code",
    "raw_code": "800",
    "raw_label": "Registered and renewed"
  },
  "office_code": "uspto",
  "jurisdiction_code": "US",
  "filing_route": "direct_national",
  "scope_kind": "national",
  "origin_office_code": null,
  "source_primary_id": "98765432",
  "application_number": "98765432",
  "registration_number": "7654321",
  "ir_number": null,
  "filing_date": "2024-06-15",
  "registration_date": "2025-01-20",
  "expiry_date": "2035-01-20",
  "expiry_date_basis": "registration",
  "renewal_due_date": "2035-01-20",
  "publication_date": "2024-11-05",
  "priority_date": null,
  "termination_date": null,
  "protection_effective_date": null,
  "designation_date": null,
  "dependency_period_end_date": null,
  "transformation_deadline_date": null,
  "is_retracted": false,
  "owners": [
    {
      "id": "ow_def456",
      "name": "Signa Technologies Inc.",
      "country_code": "US",
      "entity_type": "corporation",
      "role": "owner"
    }
  ],
  "attorneys": [
    {
      "id": "att_ghi789",
      "name": "Jane Smith",
      "firm_id": "fm_jkl012",
      "firm_name": "Smith & Associates IP",
      "role": "representative"
    }
  ],
  "classifications": [
    {
      "nice_class": 9,
      "nice_edition": "12",
      "goods_services_text": "Computer software for trademark monitoring and analysis",
      "goods_services_language": "en",
      "status": null,
      "class_status_raw": null
    },
    {
      "nice_class": 42,
      "nice_edition": "12",
      "goods_services_text": "Software as a service (SaaS) for trademark portfolio management",
      "goods_services_language": "en",
      "status": null,
      "class_status_raw": null
    }
  ],
  "design_codes": [],
  "text_variants": [],
  "statements": [
    {
      "type": "disclaimer",
      "text": "No claim is made to the exclusive right to use \"TECHNOLOGIES\" apart from the mark as shown.",
      "language_code": "en",
      "applies_to_class": null
    }
  ],
  "media": [],
  "priority_claims": [],
  "filing_bases": [
    {
      "basis_type": "use_in_commerce",
      "nice_class_number": 9,
      "first_use_date": "2024-01-10",
      "first_use_in_commerce_date": "2024-03-15",
      "foreign_application_number": null,
      "foreign_country_code": null
    }
  ],
  "publications": [
    {
      "publication_type": "opposition",
      "publication_date": "2024-11-05",
      "bulletin_number": null,
      "source_reference": null,
      "opposition_period_start": "2024-11-05",
      "opposition_period_end": "2025-01-04"
    }
  ],
  "office_extensions": {},
  "deadlines": [
    {
      "type": "declaration_of_use",
      "name": "Section 8 Declaration of Use",
      "due_date": "2031-01-20",
      "grace_expiry": "2031-07-20",
      "window_opens": "2030-01-20",
      "jurisdiction_code": "US",
      "status": "upcoming",
      "urgency": "low",
      "days_until_due": 1763,
      "consequence_if_missed": "Registration cancelled"
    }
  ],
  "madrid": null,
  "has_media": false,
  "events_count": 12,
  "proceedings_count": 0,
  "coverage_count": 0,
  "relationships_count": 0,
  "data_freshness": {
    "source_data_date": "2026-03-23",
    "source_format": "dtd_v2",
    "last_updated_at": "2026-03-24T06:15:00.000Z"
  },
  "created_at": "2024-08-01T10:30:00.000Z",
  "updated_at": "2026-03-24T06:15:00.000Z",
  "livemode": true,
  "request_id": "req_xyz789"
}