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/sub_components/farm-service-agency/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "toptier_code": "012",
    "bureau_slug": "farm-service-agency",
    "fiscal_year": 2024,
    "totals": {
        "total_obligations": 7468270283.74,
        "total_outlays": 9700228251.29,
        "total_budgetary_resources": 33647900597.23
    },
    "page_metadata": {
        "page": 1,
        "total": 19,
        "limit": 10,
        "next": 2,
        "previous": null,
        "hasNext": true,
        "hasPrevious": false
    },
    "results": [
        {
            "name": "Commodity Credit Corporation Fund, Agriculture",
            "id": "012-4336",
            "total_obligations": 6048526109.9,
            "total_outlays": 8402402815.97,
            "total_budgetary_resources": 30255906985.69
        },
        {
            "name": "Agricultural Credit Insurance Fund Program Account,  Farm Service Agency, Agriculture",
            "id": "012-1140",
            "total_obligations": 684220023.1,
            "total_outlays": 764638212.49,
            "total_budgetary_resources": 1269149748.91
        },
        {
            "name": "Salaries and Expenses, Farm Service Agency, Agriculture",
            "id": "012-0600",
            "total_obligations": 426839962.29,
            "total_outlays": 478177077.42,
            "total_budgetary_resources": 844069225.24
        },
        {
            "name": "Assistance for Farmers and Ranchers Account, Farm Service Agency, Agriculture",
            "id": "012-1124",
            "total_obligations": 236022195.76,
            "total_outlays": 1267488.78,
            "total_budgetary_resources": 250079004.0
        },
        {
            "name": "Emergency Conservation Program, Farm Service Agency, Agriculture",
            "id": "012-3316",
            "total_obligations": 58797613.92,
            "total_outlays": 44547946.28,
            "total_budgetary_resources": 531834352.27
        },
        {
            "name": "Emergency Forest Restoration Program, Farm Service Agency, Agriculture",
            "id": "012-0171",
            "total_obligations": 8788203.94,
            "total_outlays": 5242135.37,
            "total_budgetary_resources": 377621798.51
        },
        {
            "name": "Commodity Credit Corporation Export Loans Program Account, Foreign Agricultural Service, Agriculture",
            "id": "012-1336",
            "total_obligations": 2361912.98,
            "total_outlays": 1340604.75,
            "total_budgetary_resources": 9028686.9
        },
        {
            "name": "State Mediation Grants, Farm Service Agency, Agriculture",
            "id": "012-0170",
            "total_obligations": 2329216.45,
            "total_outlays": 2128565.41,
            "total_budgetary_resources": 7910870.7
        },
        {
            "name": "Tobacco Trust Fund, Commodity Credit Corporation, Agriculture",
            "id": "012-8161",
            "total_obligations": 304182.0,
            "total_outlays": 304182.0,
            "total_budgetary_resources": 27677000.0
        },
        {
            "name": "Agricultural Credit Insurance Fund, Liquidating Account, Consolidated Farm Service Agency, Agriculture",
            "id": "012-4140",
            "total_obligations": 55394.68,
            "total_outlays": 55394.68,
            "total_budgetary_resources": 5000354.63
        }
    ],
    "messages": []
}