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

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