Skip to main content
GET
Get Jurisdiction

Overview

Returns a single jurisdiction record. For regional jurisdictions like the EU, the response includes the member jurisdictions. For Madrid Protocol members, the WIPO contracting party code is included so you can map between national filings and Madrid designations.

Path Parameters

string
required
Jurisdiction code (e.g. US, EU, GB, DE).

Response

This endpoint is publicly cacheable, so the response never includes request_id.
string
Jurisdiction code.
string
Always jurisdiction.
string
Jurisdiction name.
string | null
Office code for this jurisdiction’s trademark office, or null when office_status is not live.
string
live when the office connection is shipping data, roadmap when an office is planned but not yet live, not_covered when no office is associated with this jurisdiction.
string
national, regional, or international.
boolean
Whether the jurisdiction is a Madrid Protocol member.
string[] | null
For regional jurisdictions, the list of member country codes. null for jurisdictions with no members list.
string | null
WIPO contracting party code for Madrid filings, or null when not applicable.

Code Examples

Errors