Title: USAspending API

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

Markdown Content:
---
title: "USAspending API"
---

# [API](/)

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

[GET](https://api.usaspending.gov/api/v2/federal_accounts/075-8005/%20%22Make%20a%20GET%20request%20on%20the%20Federal%20Account%20resource%22)

- [json](https://api.usaspending.gov/api/v2/federal_accounts/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_accounts/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_accounts/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_api/api_contracts/contracts/v2/federal_accounts/account_number.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": 410599125517.83,
    "total_gross_outlay_amount": 408182004260.39,
    "total_budgetary_resources": 497091354676.82,
    "children": [
        {
            "name": "Federal Hospital Insurance Trust Fund - Treasury Managed, Health and Human Services",
            "code": "075-075-X-8005-000",
            "obligated_amount": 407033805756.01,
            "gross_outlay_amount": 405199535847.39,
            "budgetary_resources_amount": 493526034915.0
        },
        {
            "name": "Federal Hospital Insurance Trust Fund - Treasury Managed, Health and Human Services",
            "code": "075-X-8005-000",
            "obligated_amount": 3565319761.82,
            "gross_outlay_amount": 2982468413.0,
            "budgetary_resources_amount": 3565319761.82
        }
    ]
}
```