List federal and state courts
Returns court IDs (slugs) and names for use with the docket search endpoint. Use the returned court ID as the court parameter in legal.docket().
POST
Authorizations
API key starting with sk_case_
Body
application/json
Court lookup options
Search by court name or slug (e.g. "Northern District", "nysd", "ca9")
Required string length:
2 - 100Optional jurisdiction code filter (e.g. FD for Federal District, F for all Federal, S for State)
Only return courts with available docket data
Maximum number of courts to return
Required range:
1 <= x <= 100Number of courts to skip before returning results
Required range:
x >= 0Previous
Search federal dockets and filingsSearch federal court dockets or retrieve a specific docket with optional filing entries. Use legal.listCourts() to resolve court slugs for filtering.
Next

