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/
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": 2023,
    "totals": {
        "total_obligations": 24412198759.06,
        "total_outlays": 9447719279.32,
        "total_budgetary_resources": 41148360094.7
    },
    "page_metadata": {
        "page": 1,
        "total": 18,
        "limit": 10,
        "next": 2,
        "previous": null,
        "hasNext": true,
        "hasPrevious": false
    },
    "results": [
        {
            "name": "Commodity Credit Corporation Fund, Agriculture",
            "id": "012-4336",
            "total_obligations": 23531703611.93,
            "total_outlays": 8877034441.27,
            "total_budgetary_resources": 34423071262.45
        },
        {
            "name": "Salaries and Expenses, Farm Service Agency, Agriculture",
            "id": "012-0600",
            "total_obligations": 418044876.57,
            "total_outlays": 447807980.83,
            "total_budgetary_resources": 1670284135.33
        },
        {
            "name": "Emergency Conservation Program, Farm Service Agency, Agriculture",
            "id": "012-3316",
            "total_obligations": 212798054.67,
            "total_outlays": 37912389.2,
            "total_budgetary_resources": 651277588.63
        },
        {
            "name": "Emergency Forest Restoration Program, Farm Service Agency, Agriculture",
            "id": "012-0171",
            "total_obligations": 167523801.89,
            "total_outlays": 6318037.22,
            "total_budgetary_resources": 406439824.67
        },
        {
            "name": "Agricultural Credit Insurance Fund Program Account,  Farm Service Agency, Agriculture",
            "id": "012-1140",
            "total_obligations": 77012616.89,
            "total_outlays": 76657833.08,
            "total_budgetary_resources": 3562586577.1
        },
        {
            "name": "USDA Disaster Assistance, Farm Service Agency, Agriculture",
            "id": "012-2701",
            "total_obligations": 3096156.61,
            "total_outlays": 0.0,
            "total_budgetary_resources": 4460819.78
        },
        {
            "name": "Commodity Credit Corporation Export Loans Program Account, Foreign Agricultural Service, Agriculture",
            "id": "012-1336",
            "total_obligations": 1635211.48,
            "total_outlays": 1604168.7,
            "total_budgetary_resources": 6921317.92
        },
        {
            "name": "Tobacco Trust Fund, Commodity Credit Corporation, Agriculture",
            "id": "012-8161",
            "total_obligations": 240099.48,
            "total_outlays": 240099.48,
            "total_budgetary_resources": 51677000.0
        },
        {
            "name": "Dairy Indemnity Program, Farm Service Agency, Agriculture",
            "id": "012-3314",
            "total_obligations": 139051.54,
            "total_outlays": 139051.54,
            "total_budgetary_resources": 943000.0
        },
        {
            "name": "Agricultural Disaster Relief Trust Fund, Farm Service Agency, Agriculture",
            "id": "012-5531",
            "total_obligations": 5278.0,
            "total_outlays": 5278.0,
            "total_budgetary_resources": 119639.43
        }
    ],
    "messages": []
}