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

{
    "page_metadata": {
        "count": 60,
        "page": 2,
        "has_next_page": true,
        "has_previous_page": true,
        "next": "https://api.usaspending.gov/api/v2/federal_obligations/?fiscal_year=2019&format=api&funding_agency_id=315&limit=10&page=3",
        "current": "https://api.usaspending.gov/api/v2/federal_obligations/?fiscal_year=2019&format=api&funding_agency_id=315&limit=10&page=2",
        "previous": "https://api.usaspending.gov/api/v2/federal_obligations/?fiscal_year=2019&format=api&funding_agency_id=315&limit=10&page=1"
    },
    "results": [
        {
            "id": "4283",
            "account_title": "Foreign Service Retirement and Disability Fund, State",
            "account_number": "019-8186",
            "obligated_amount": "983446459.26"
        },
        {
            "id": "4220",
            "account_title": "Educational and Cultural Exchange Programs, State",
            "account_number": "019-0209",
            "obligated_amount": "754091056.26"
        },
        {
            "id": "3357",
            "account_title": "Peacekeeping Operations, Funds Appropriated to the President",
            "account_number": "011-1032",
            "obligated_amount": "510107335.76"
        },
        {
            "id": "4233",
            "account_title": "Payment to the Foreign Service Retirement and Disability Fund, State",
            "account_number": "019-0540",
            "obligated_amount": "424700000.00"
        },
        {
            "id": "4237",
            "account_title": "International Organizations and Programs, Funds Appropriated to the President, State",
            "account_number": "019-1005",
            "obligated_amount": "283829530.00"
        },
        {
            "id": "4247",
            "account_title": "Democracy Fund, State",
            "account_number": "019-1121",
            "obligated_amount": "216078252.00"
        },
        {
            "id": "4221",
            "account_title": "National Endowment for Democracy, State",
            "account_number": "019-0210",
            "obligated_amount": "180046673.00"
        },
        {
            "id": "4229",
            "account_title": "Office of the Inspector General, State",
            "account_number": "019-0529",
            "obligated_amount": "151126100.80"
        },
        {
            "id": "4215",
            "account_title": "Capital Investment Fund, State",
            "account_number": "019-0120",
            "obligated_amount": "93870775.43"
        },
        {
            "id": "4241",
            "account_title": "Salaries and Expenses, International Boundary and Water Commission, United States and Mexico, State",
            "account_number": "019-1069",
            "obligated_amount": "58130838.25"
        }
    ]
}