eCFR · Example Payload

Agencies Response

Federal RegulationsGovernmentLegalComplianceOpen DataUnited States

Agencies Response is an example object payload from eCFR, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

agencies

Example Payload

Raw ↑
{
  "agencies": [
    {
      "name": "Administrative Conference of the United States",
      "short_name": "ACUS",
      "display_name": "Administrative Conference of the United States",
      "sortable_name": "Administrative Conference of the United States",
      "slug": "administrative-conference-of-the-united-states",
      "children": [],
      "cfr_references": [
        {
          "title": 1,
          "chapter": "III"
        }
      ]
    },
    {
      "name": "Advisory Council on Historic Preservation",
      "short_name": "ACHP",
      "display_name": "Advisory Council on Historic Preservation",
      "sortable_name": "Advisory Council on Historic Preservation",
      "slug": "advisory-council-on-historic-preservation",
      "children": [],
      "cfr_references": [
        {
          "title": 36,
          "chapter": "VIII"
        }
      ]
    },
    {
      "name": "Special Inspector General for Afghanistan Reconstruction",
      "short_name": "SIGAR",
      "display_name": "Special Inspector General for Afghanistan Reconstruction",
      "sortable_name": "Afghanistan Reconstruction, Special Inspector General for",
      "slug": "special-inspector-general-for-afghanistan-reconstruction",
      "children": [],
      "cfr_references": [
        {
          "title": 5,
          "chapter": "LXXXIII"
        }
      ]
    }
  ]
}