---
title: "List Judgment Sources"
method: GET
path: "/list-judgment-sources/FederalDistrict"
tags: ["List"]
---

# List Judgment Sources

`GET /list-judgment-sources/FederalDistrict`

Lists judgment sources for Federal District courts for use with querying.

The sources are specific to damages, remedies and findings as presented in the list.

## Response `200`

Success

- JudgmentSourcesList
  - `court` Court
    - `name` string, required
    - `type` 'FederalDistrict' | 'State' | 'FederalAppeals' | 'FederalBankruptcy' | 'PTAB' | 'ITC', required
  - `damages` string[], required
  - `remedies` string[], required
  - `findings` string[], required

## Other responses

- `401` — Invalid or expired token
- `404` — Not found
- `422` — Error - 422

---

[API](https://skmtc.net/lexmachina/apis/lex-machina-api.md) · [All operations](https://skmtc.net/lexmachina/apis/lex-machina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lexmachina/lex-machina-api/revisions/5f519a7078fc/schema)
