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
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"
}