This route sends a request to the backend to retrieve budget information for a federal account. If no fiscal year is used, the federal accounts most recent fiscal year is used.

Documentation for this endpoint can be found here.

GET /api/v2/federal_accounts/4324/fiscal_year_snapshot/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "results": {
        "outlay": 725700001095.77,
        "budget_authority": 964234885562.89,
        "obligated": 725700001095.77,
        "unobligated": 238534884467.12,
        "balance_brought_forward": 0.0,
        "other_budgetary_resources": 0.0,
        "appropriations": 964234885562.89,
        "name": "Interest on the Public Debt (Indefinite), Bureau of the Fiscal Service, Treasury"
    }
}