CourtListener · Schema

Court

US Court record

LegalCourt DataCase LawPACERJudicialCitationsOral ArgumentsFederal CourtsState CourtsOpen Data

Properties

Name Type Description
id string
resource_uri string
pacer_court_id integer
fjc_court_id string
date_modified string
in_use boolean
has_opinion_scraper boolean
has_oral_argument_scraper boolean
position number
citation_string string
short_name string
full_name string
url string
start_date string
end_date string
jurisdiction string
View JSON Schema on GitHub

JSON Schema

court-listener-court.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.courtlistener.com/schemas/court.json",
  "title": "Court",
  "type": "object",
  "description": "US Court record",
  "properties": {
    "id": {
      "type": "string"
    },
    "resource_uri": {
      "type": "string",
      "format": "uri"
    },
    "pacer_court_id": {
      "type": "integer",
      "nullable": true
    },
    "fjc_court_id": {
      "type": "string"
    },
    "date_modified": {
      "type": "string",
      "format": "date-time"
    },
    "in_use": {
      "type": "boolean"
    },
    "has_opinion_scraper": {
      "type": "boolean"
    },
    "has_oral_argument_scraper": {
      "type": "boolean"
    },
    "position": {
      "type": "number"
    },
    "citation_string": {
      "type": "string"
    },
    "short_name": {
      "type": "string"
    },
    "full_name": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "start_date": {
      "type": "string",
      "format": "date",
      "nullable": true
    },
    "end_date": {
      "type": "string",
      "format": "date",
      "nullable": true
    },
    "jurisdiction": {
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/court-listener-court"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.