Endpoints
Get Court
Returns detailed information for a single court
GET
Returns one court’s circuit, state, coverage status, and roster size. Works for every court in
/courts, federal or state.
string
required
Court identifier (e.g.
edny, ca-los-angeles-superior)Response fields
string
Unique court identifier
string
Full court name
string | null
Federal circuit (e.g. “2nd Circuit”).
null for state courts.string | null
State or territory.
null for courts not tied to one state.string
live when rules are available, coming_soon when the court is mapped but has no rules yetinteger
Number of current judges on the court’s roster
integer
Number of judges with compliance profiles used by
/check. Only present
for courts with compliance profiles (edny today).Error responses
404: Court not found
Returned when the court ID is not recognized.404