Obtain the list of federal accounts and treasury accounts for a specific agency in a single fiscal year based on whether or not that federal account/treasury account has ever been submitted in File B.

Documentation for this endpoint can be found here.

GET /api/v2/agency/012/federal_account/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "toptier_code": "012",
    "fiscal_year": 2023,
    "page_metadata": {
        "page": 1,
        "total": 151,
        "limit": 10,
        "next": 2,
        "previous": null,
        "hasNext": true,
        "hasPrevious": false
    },
    "results": [
        {
            "code": "012-3505",
            "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
            "children": [
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2023/2023-3505-000",
                    "obligated_amount": 112519612278.74,
                    "gross_outlay_amount": 102598299313.55
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2022/2022-3505-000",
                    "obligated_amount": 5612630379.97,
                    "gross_outlay_amount": 11688441792.02
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2023/2024-3505-000",
                    "obligated_amount": 996975329.31,
                    "gross_outlay_amount": 276982409.29
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2021/2023-3505-000",
                    "obligated_amount": 605876381.01,
                    "gross_outlay_amount": 419963335.44
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2022/2023-3505-000",
                    "obligated_amount": 145077060.02,
                    "gross_outlay_amount": 616072685.12
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2021/2021-3505-000",
                    "obligated_amount": 115889922.53,
                    "gross_outlay_amount": 72884619.62
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2021/2027-3505-000",
                    "obligated_amount": 22500000.0,
                    "gross_outlay_amount": 18793089.78
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2021/2026-3505-000",
                    "obligated_amount": 5505275.04,
                    "gross_outlay_amount": 655187.74
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2021/2022-3505-000",
                    "obligated_amount": 1790401.89,
                    "gross_outlay_amount": 67084075.98
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2020/2021-3505-000",
                    "obligated_amount": 1455164.36,
                    "gross_outlay_amount": 13627143.93
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2020/2020-3505-000",
                    "obligated_amount": 849034.74,
                    "gross_outlay_amount": 10789643.18
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2019/2019-3505-000",
                    "obligated_amount": 535917.26,
                    "gross_outlay_amount": 5519103.47
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2019/2020-3505-000",
                    "obligated_amount": 110445.37,
                    "gross_outlay_amount": 1870258.71
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-X-3505-000",
                    "obligated_amount": 102931.62,
                    "gross_outlay_amount": 219610.6
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2018/2018-3505-000",
                    "obligated_amount": 4984.37,
                    "gross_outlay_amount": 6848514.89
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2018/2019-3505-000",
                    "obligated_amount": 1388.82,
                    "gross_outlay_amount": 1011.0
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2017/2018-3505-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 0.0
                },
                {
                    "name": "Supplemental Nutrition Assistance Program, Food and Nutrition Service, Agriculture",
                    "code": "012-2019/2021-3505-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 3648703.71
                }
            ],
            "obligated_amount": 120028916895.05,
            "gross_outlay_amount": 115801700498.03
        },
        {
            "code": "012-3539",
            "name": "Child Nutrition Programs, Food and Nutrition Service",
            "children": [
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service",
                    "code": "012-2023/2024-3539-000",
                    "obligated_amount": 26286499470.11,
                    "gross_outlay_amount": 19716024786.07
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service",
                    "code": "012-2022/2023-3539-000",
                    "obligated_amount": 3226220894.43,
                    "gross_outlay_amount": 6592262789.95
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service, Agriculture",
                    "code": "012-X-3539-000",
                    "obligated_amount": 280038507.2,
                    "gross_outlay_amount": 234928545.47
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service",
                    "code": "012-2021/2022-3539-000",
                    "obligated_amount": 17115334.76,
                    "gross_outlay_amount": 456475193.91
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service, Agriculture",
                    "code": "012-2021/2021-3539-000",
                    "obligated_amount": 4400342.03,
                    "gross_outlay_amount": 3702192.16
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service, Agriculture",
                    "code": "012-2023/2023-3539-000",
                    "obligated_amount": 250000.0,
                    "gross_outlay_amount": 0.0
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service",
                    "code": "012-2020/2021-3539-000",
                    "obligated_amount": 227795.26,
                    "gross_outlay_amount": 13412088.72
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service",
                    "code": "012-2017/2018-3539-000",
                    "obligated_amount": 24920.69,
                    "gross_outlay_amount": 1672088.31
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service",
                    "code": "012-2018/2019-3539-000",
                    "obligated_amount": 9550.06,
                    "gross_outlay_amount": 11062868.3
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service",
                    "code": "012-2019/2020-3539-000",
                    "obligated_amount": 7430.53,
                    "gross_outlay_amount": 3179354.77
                },
                {
                    "name": "Child Nutrition Programs, Food and Nutrition Service, Agriculture",
                    "code": "012-2022/2022-3539-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 250000.0
                }
            ],
            "obligated_amount": 29814794245.07,
            "gross_outlay_amount": 27032969907.66
        },
        {
            "code": "012-4085",
            "name": "Federal Crop Insurance Corporation Fund, Risk Management Agency, Agriculture",
            "children": [
                {
                    "name": "Federal Crop Insurance Corporation Fund, Risk Management Agency, Agriculture",
                    "code": "012-X-4085-000",
                    "obligated_amount": 18991158211.42,
                    "gross_outlay_amount": 20908118812.63
                }
            ],
            "obligated_amount": 18991158211.42,
            "gross_outlay_amount": 20908118812.63
        },
        {
            "code": "012-4336",
            "name": "Commodity Credit Corporation Fund, Agriculture",
            "children": [
                {
                    "name": "Commodity Credit Corporation Fund, Agriculture",
                    "code": "012-X-4336-000",
                    "obligated_amount": 9679432509.71,
                    "gross_outlay_amount": 11392682967.7
                },
                {
                    "name": "Commodity Credit Corporation Fund, Agriculture",
                    "code": "012-2017/2018-4336-000",
                    "obligated_amount": 762.0,
                    "gross_outlay_amount": 762.0
                },
                {
                    "name": "Commodity Credit Corporation Fund, Agriculture",
                    "code": "012-2018/2019-4336-000",
                    "obligated_amount": 473.0,
                    "gross_outlay_amount": 473.0
                },
                {
                    "name": "Commodity Credit Corporation Fund, Agriculture",
                    "code": "072-012-X-4336-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 225080494.83
                }
            ],
            "obligated_amount": 9679433744.71,
            "gross_outlay_amount": 11617764697.53
        },
        {
            "code": "012-3510",
            "name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC), Food and Nutrition Service",
            "children": [
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC), Food and Nutrition Service",
                    "code": "012-2023/2024-3510-000",
                    "obligated_amount": 5608314516.14,
                    "gross_outlay_amount": 3454591223.69
                },
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC), Food and Nutrition Service",
                    "code": "012-2022/2023-3510-000",
                    "obligated_amount": 1742629830.26,
                    "gross_outlay_amount": 1985785084.06
                },
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants, and Children (WIC), Food and Nutrition Service, Agriculture",
                    "code": "012-2021/2024-3510-000",
                    "obligated_amount": 294222850.38,
                    "gross_outlay_amount": 27126439.17
                },
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants, and Children (WIC), Food and Nutrition Service, Agriculture",
                    "code": "012-X-3510-000",
                    "obligated_amount": 4656887.0,
                    "gross_outlay_amount": 15032879.99
                },
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC), Food and Nutrition Service",
                    "code": "012-2021/2022-3510-000",
                    "obligated_amount": 3840270.64,
                    "gross_outlay_amount": 163120538.84
                },
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC), Food and Nutrition Service",
                    "code": "012-2020/2021-3510-000",
                    "obligated_amount": 110657.18,
                    "gross_outlay_amount": 16989477.31
                },
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC), Food and Nutrition Service",
                    "code": "012-2017/2018-3510-000",
                    "obligated_amount": 68487.01,
                    "gross_outlay_amount": 1020849.52
                },
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC), Food and Nutrition Service",
                    "code": "012-2019/2020-3510-000",
                    "obligated_amount": 20604.63,
                    "gross_outlay_amount": 1483142.26
                },
                {
                    "name": "Special Supplemental Nutrition Program for Women, Infants and Children (WIC), Food and Nutrition Service",
                    "code": "012-2018/2019-3510-000",
                    "obligated_amount": 9599.16,
                    "gross_outlay_amount": 7296154.94
                }
            ],
            "obligated_amount": 7653873702.4,
            "gross_outlay_amount": 5672445789.78
        },
        {
            "code": "012-0115",
            "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
            "children": [
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-X-0115-000",
                    "obligated_amount": 3109676928.3,
                    "gross_outlay_amount": 1539689129.82
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2022/2031-0115-000",
                    "obligated_amount": 2171762399.92,
                    "gross_outlay_amount": 30909544.82
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2023/2023-0115-000",
                    "obligated_amount": 89523425.51,
                    "gross_outlay_amount": 74856526.13
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2019/2021-0115-000",
                    "obligated_amount": 40782017.46,
                    "gross_outlay_amount": 40424552.67
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2022/2028-0115-000",
                    "obligated_amount": 39304130.85,
                    "gross_outlay_amount": 97042.0
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2021/2024-0115-000",
                    "obligated_amount": 37978491.86,
                    "gross_outlay_amount": 24378050.65
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2022/2024-0115-000",
                    "obligated_amount": 23666436.19,
                    "gross_outlay_amount": 21995207.64
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2020/2022-0115-000",
                    "obligated_amount": 20702022.0,
                    "gross_outlay_amount": 1936131.34
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2022/2022-0115-000",
                    "obligated_amount": 6414398.66,
                    "gross_outlay_amount": 34009364.46
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2018/2020-0115-000",
                    "obligated_amount": 4835128.24,
                    "gross_outlay_amount": 1193293.09
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2020/2020-0115-000",
                    "obligated_amount": 3314308.55,
                    "gross_outlay_amount": 4651056.55
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2021/2021-0115-000",
                    "obligated_amount": 1466644.25,
                    "gross_outlay_amount": 4802879.56
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2023/2027-0115-000",
                    "obligated_amount": 297301.7,
                    "gross_outlay_amount": 0.0
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2019/2019-0115-000",
                    "obligated_amount": 105322.73,
                    "gross_outlay_amount": 2127899.06
                },
                {
                    "name": "Processing, Research and Marketing, Office of the Secretary, Agriculture",
                    "code": "012-2018/2018-0115-000",
                    "obligated_amount": 33418.94,
                    "gross_outlay_amount": 26905.8
                }
            ],
            "obligated_amount": 5549862375.16,
            "gross_outlay_amount": 1781097583.59
        },
        {
            "code": "012-1004",
            "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
            "children": [
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-X-1004-000",
                    "obligated_amount": 2926731052.89,
                    "gross_outlay_amount": 2766827087.43
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2023/2031-1004-000",
                    "obligated_amount": 179354500.64,
                    "gross_outlay_amount": 18259441.72
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2023/2023-1004-000",
                    "obligated_amount": 5820333.41,
                    "gross_outlay_amount": 608382.32
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2019/2023-1004-000",
                    "obligated_amount": 440340.3,
                    "gross_outlay_amount": 14783490.49
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2022/2022-1004-000",
                    "obligated_amount": 103913.44,
                    "gross_outlay_amount": 2025552.3
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2013/2013-1004-000",
                    "obligated_amount": 72661.93,
                    "gross_outlay_amount": 1151126.1
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2014/2014-1004-000",
                    "obligated_amount": 35928.02,
                    "gross_outlay_amount": 59256.4
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2012/2012-1004-000",
                    "obligated_amount": 23156.18,
                    "gross_outlay_amount": 968159.2
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2020/2020-1004-000",
                    "obligated_amount": 17568.13,
                    "gross_outlay_amount": 1291608.95
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2021/2021-1004-000",
                    "obligated_amount": 10561.75,
                    "gross_outlay_amount": 2899291.2
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2011/2011-1004-000",
                    "obligated_amount": 9089.34,
                    "gross_outlay_amount": 383187.12
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2018/2018-1004-000",
                    "obligated_amount": 8463.18,
                    "gross_outlay_amount": 48524.92
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2010/2010-1004-000",
                    "obligated_amount": 5371.38,
                    "gross_outlay_amount": 928755.62
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2017/2017-1004-000",
                    "obligated_amount": 1717.49,
                    "gross_outlay_amount": 54310.52
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2019/2019-1004-000",
                    "obligated_amount": 1528.74,
                    "gross_outlay_amount": 168850.53
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2005/2005-1004-000",
                    "obligated_amount": 93.24,
                    "gross_outlay_amount": 327572.59
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2006/2006-1004-000",
                    "obligated_amount": 73.57,
                    "gross_outlay_amount": 211693.79
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2008/2008-1004-000",
                    "obligated_amount": 30.9,
                    "gross_outlay_amount": 30.91
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2007/2007-1004-000",
                    "obligated_amount": 6.99,
                    "gross_outlay_amount": 65789.16
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2009/2009-1004-000",
                    "obligated_amount": 3.16,
                    "gross_outlay_amount": 503459.97
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2003/2003-1004-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 137614.04
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service",
                    "code": "012-2004/2004-1004-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 530970.65
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2015/2015-1004-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 1119.53
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2016/2016-1004-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 3359.68
                },
                {
                    "name": "Farm Security and Rural Investment Programs, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2020/2021-1004-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 1039470.33
                }
            ],
            "obligated_amount": 3112636394.68,
            "gross_outlay_amount": 2813278105.47
        },
        {
            "code": "012-1115",
            "name": "Wildland Fire Management, Forest Service, Agriculture",
            "children": [
                {
                    "name": "Wildland Fire Management, Forest Service, Agriculture",
                    "code": "012-X-1115-000",
                    "obligated_amount": 2587924412.51,
                    "gross_outlay_amount": 2511838900.01
                },
                {
                    "name": "Wildland Fire Management, Forest Service, Agriculture",
                    "code": "012-2022/2031-1115-000",
                    "obligated_amount": 503135926.91,
                    "gross_outlay_amount": 33618916.81
                },
                {
                    "name": "Wildland Fire Management, Forest Service, Agriculture",
                    "code": "012-2017/2020-1115-000",
                    "obligated_amount": 1376530.31,
                    "gross_outlay_amount": 3630219.21
                },
                {
                    "name": "Wildland Fire Management, Forest Service, Agriculture",
                    "code": "012-2018/2021-1115-000",
                    "obligated_amount": 898052.98,
                    "gross_outlay_amount": 297860.76
                },
                {
                    "name": "Wildland Fire Management, Forest Service, Agriculture",
                    "code": "012-2019/2022-1115-000",
                    "obligated_amount": 35398.7,
                    "gross_outlay_amount": 837970.8
                },
                {
                    "name": "Wildland Fire Management, Forest Service, Agriculture",
                    "code": "012-2020/2021-1115-000",
                    "obligated_amount": 0.0,
                    "gross_outlay_amount": 268974.7
                }
            ],
            "obligated_amount": 3093370321.41,
            "gross_outlay_amount": 2550492842.29
        },
        {
            "code": "012-1000",
            "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
            "children": [
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-X-1000-000",
                    "obligated_amount": 2355416867.7,
                    "gross_outlay_amount": 18051206.58
                },
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2023/2024-1000-000",
                    "obligated_amount": 530995952.05,
                    "gross_outlay_amount": 424694143.43
                },
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2022/2023-1000-000",
                    "obligated_amount": 67630905.85,
                    "gross_outlay_amount": 148263919.93
                },
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2022/2031-1000-000",
                    "obligated_amount": 43765190.36,
                    "gross_outlay_amount": 32469353.17
                },
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2021/2022-1000-000",
                    "obligated_amount": 1115706.48,
                    "gross_outlay_amount": 54941887.89
                },
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2020/2021-1000-000",
                    "obligated_amount": 679870.22,
                    "gross_outlay_amount": 36505645.42
                },
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2019/2020-1000-000",
                    "obligated_amount": 248648.4,
                    "gross_outlay_amount": 13107665.91
                },
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2018/2019-1000-000",
                    "obligated_amount": 12333.03,
                    "gross_outlay_amount": 4550587.58
                },
                {
                    "name": "Conservation Operations, Natural Resources Conservation Service, Agriculture",
                    "code": "012-2017/2018-1000-000",
                    "obligated_amount": 2908.75,
                    "gross_outlay_amount": 2441894.83
                }
            ],
            "obligated_amount": 2999868382.84,
            "gross_outlay_amount": 735026304.74
        },
        {
            "code": "012-1106",
            "name": "National Forest System, Forest Service, Agriculture",
            "children": [
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2023/2026-1106-000",
                    "obligated_amount": 1576247707.2,
                    "gross_outlay_amount": 1333080159.19
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-X-1106-000",
                    "obligated_amount": 591387356.38,
                    "gross_outlay_amount": 266118642.57
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2022/2031-1106-000",
                    "obligated_amount": 59924119.59,
                    "gross_outlay_amount": 3092579.03
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2022/2025-1106-000",
                    "obligated_amount": 37886918.82,
                    "gross_outlay_amount": 205283188.95
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2021/2024-1106-000",
                    "obligated_amount": 8489224.42,
                    "gross_outlay_amount": 61126870.2
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2020/2023-1106-000",
                    "obligated_amount": 8035179.29,
                    "gross_outlay_amount": 42104107.28
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2022/2030-1106-000",
                    "obligated_amount": 1259346.88,
                    "gross_outlay_amount": 0.0
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2017/2020-1106-000",
                    "obligated_amount": 1123005.54,
                    "gross_outlay_amount": 1247183.55
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2018/2021-1106-000",
                    "obligated_amount": 862874.64,
                    "gross_outlay_amount": 10017436.27
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2019/2022-1106-000",
                    "obligated_amount": 355613.85,
                    "gross_outlay_amount": 20283816.32
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "014-012-X-1106-011",
                    "obligated_amount": 1519.49,
                    "gross_outlay_amount": 1519.49
                },
                {
                    "name": "National Forest System, Forest Service, Agriculture",
                    "code": "012-2020/2021-1106-000",
                    "obligated_amount": 9.44,
                    "gross_outlay_amount": 3382194.41
                }
            ],
            "obligated_amount": 2285572875.54,
            "gross_outlay_amount": 1945737697.26
        }
    ],
    "messages": []
}