Title: [![usaspending.gov](https://files.usaspending.gov/django_static/img/logo.png)API](/)

URL Source: https://api.usaspending.gov/api/v2/federal_accounts/075-8005/

Markdown Content:
# [API](/)

* [Docs](/)
* [Github](https://github.com/fedspendingtransparency/usaspending-api)

[GET](https://api.usaspending.gov/api/v2/federal%5Faccounts/075-8005/%20%22Make%20a%20GET%20request%20on%20the%20Federal%20Account%20resource%22) 
* [json](https://api.usaspending.gov/api/v2/federal%5Faccounts/075-8005/?format=json%20%22Make%20a%20GET%20request%20on%20the%20Federal%20Account%20resource%20with%20the%20format%20set%20to%20`json`%22)
* [api](https://api.usaspending.gov/api/v2/federal%5Faccounts/075-8005/?format=api%20%22Make%20a%20GET%20request%20on%20the%20Federal%20Account%20resource%20with%20the%20format%20set%20to%20`api`%22)
* [api](https://api.usaspending.gov/api/v2/federal%5Faccounts/075-8005/?format=api%20%22Make%20a%20GET%20request%20on%20the%20Federal%20Account%20resource%20with%20the%20format%20set%20to%20`api`%22)

OPTIONS 

# Federal Account

This route sends a request to the backend to retrieve a federal account based on its federal\_account\_code.

Documentation for this endpoint can be found [here](https://github.com/fedspendingtransparency/usaspending-api/blob/master/usaspending%5Fapi/api%5Fcontracts/contracts/v2/federal%5Faccounts/account%5Fnumber.md).

**GET** /api/v2/federal_accounts/075-8005/

**HTTP 200 OK**
**Allow:** GET, HEAD, OPTIONS
**Cache-Trace:** no-cache
**Content-Type:** application/json
**Vary:** Accept

{
    "fiscal_year": 2026,
    "id": 5599,
    "agency_identifier": "075",
    "main_account_code": "8005",
    "account_title": "Federal Hospital Insurance Trust Fund - Treasury Managed, Health and Human Services",
    "federal_account_code": "075-8005",
    "parent_agency_toptier_code": "075",
    "parent_agency_name": "Department of Health and Human Services",
    "bureau_name": "Centers for Medicare and Medicaid Services",
    "bureau_slug": "centers-for-medicare-and-medicaid-services",
    "total_obligated_amount": 266356115094.87,
    "total_gross_outlay_amount": 262861304582.23,
    "total_budgetary_resources": 509230249087.34,
    "children": [
        {
            "name": "Federal Hospital Insurance Trust Fund - Treasury Managed, Health and Human Services",
            "code": "075-075-X-8005-000",
            "obligated_amount": 262787091641.64,
            "gross_outlay_amount": 260728130841.94,
            "budgetary_resources_amount": 481453510475.07
        },
        {
            "name": "Federal Hospital Insurance Trust Fund - Treasury Managed, Health and Human Services",
            "code": "075-X-8005-000",
            "obligated_amount": 3569023453.23,
            "gross_outlay_amount": 2133173740.29,
            "budgetary_resources_amount": 27776738612.27
        }
    ]
}