v2

latestOpenAPI 3.1.0Commercial2026-07-26101194.3 KB
Courts

Get single Court

get/api/v1/jurisdictions/{jurisdiction_key}/courts/{court_key}

Path parameters

jurisdiction_keystring required
Example:FED

Two to three letter Jurisdiction Key. FED for federal and generally, the postal abbreviation for most U.S. states and territories.

court_keystring required
Example:scotus

Unique identifier for a Court. See the /jurisdictions/{jurisdiction_key}/courts endpoint for possible values.

Response

Get one Court by courtKey

keystring

Unique identifier for the court

jurisdictionstring

Two to three letter Jurisdiction Key. FED for federal and generally, the postal abbreviation for most U.S. states and territories.

parent_court_keystring nullable

Parent court key if applicable

namestring
short_namestring
abbreviationstring
start_datestring date nullable

Nullable ISO 8601 Date

end_datestring date nullable

Nullable ISO 8601 Date

Example response

{
  "key": "scotus",
  "jurisdiction": "FED",
  "name": "Supreme Court of the United States",
  "short_name": "Supreme Court",
  "abbreviation": "SCOTUS",
  "start_date": "1776-04-01",
  "end_date": "1776-04-01"
}