Returns a Appropriation Account Balance's obligated amount broken up by TAS.

Documentation for this endpoint can be found here.

GET /api/v2/federal_obligations/?fiscal_year=2019&format=api&funding_agency_id=315&limit=10&page=1
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "page_metadata": {
        "count": 60,
        "page": 1,
        "has_next_page": true,
        "has_previous_page": false,
        "next": "https://api.usaspending.gov/api/v2/federal_obligations/?fiscal_year=2019&format=api&funding_agency_id=315&limit=10&page=2",
        "current": "https://api.usaspending.gov/api/v2/federal_obligations/?fiscal_year=2019&format=api&funding_agency_id=315&limit=10&page=1",
        "previous": null
    },
    "results": [
        {
            "id": "4214",
            "account_title": "Diplomatic and Consular Programs, State",
            "account_number": "019-0113",
            "obligated_amount": "10694904282.16"
        },
        {
            "id": "4240",
            "account_title": "Global Health Programs, State",
            "account_number": "019-1031",
            "obligated_amount": "8443305662.44"
        },
        {
            "id": "4256",
            "account_title": "Working Capital Fund, State",
            "account_number": "019-4519",
            "obligated_amount": "5248194800.55"
        },
        {
            "id": "4231",
            "account_title": "Embassy Security, Construction, and Maintenance, State",
            "account_number": "019-0535",
            "obligated_amount": "3450514628.38"
        },
        {
            "id": "4252",
            "account_title": "Migration and Refugee Assistance, State",
            "account_number": "019-1143",
            "obligated_amount": "3309386068.48"
        },
        {
            "id": "6279",
            "account_title": "Consular and Border Security Programs, Administration of Foreign Affairs, State",
            "account_number": "019-5713",
            "obligated_amount": "3260286483.35"
        },
        {
            "id": "4248",
            "account_title": "Contributions for International Peacekeeping Activities, State",
            "account_number": "019-1124",
            "obligated_amount": "1517073431.00"
        },
        {
            "id": "3356",
            "account_title": "International Narcotics Control and Law Enforcement, International Security Assistance, State",
            "account_number": "011-1022",
            "obligated_amount": "1440307702.75"
        },
        {
            "id": "4250",
            "account_title": "Contributions to International Organizations, State",
            "account_number": "019-1126",
            "obligated_amount": "1226541535.27"
        },
        {
            "id": "3365",
            "account_title": "Non-Proliferation, Anti-Terrorism, Demining and Related Programs, International Security Assistance, State",
            "account_number": "011-1075",
            "obligated_amount": "991198502.89"
        }
    ]
}