Cafc Case Example

Federal GovernmentLegalPatent LawFederal CourtsAppellate Courts

Cafc Case Example is an example object payload from US Court of Appeals for the Federal Circuit, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

case_numbercase_titledocket_numbercourt_codedate_filedcase_typeorigin_courtstatuspartiesdate_decidedoral_argument_date

Example Payload

cafc-case-example.json Raw ↑
{
  "case_number": "2024-2296",
  "case_title": "Acme Corp. v. Widget Technology, Inc.",
  "docket_number": "2024-2296",
  "court_code": "CAFC",
  "date_filed": "2025-09-12",
  "case_type": "Merit Systems Protection Board",
  "origin_court": "U.S. District Court for the District of Delaware",
  "status": "Vacated",
  "parties": [
    {
      "name": "sample-name",
      "role": "Appellee"
    }
  ],
  "date_decided": "2025-09-12",
  "oral_argument_date": "2025-09-12"
}