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

{
    "page_metadata": {
        "count": 60,
        "page": 3,
        "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=4",
        "current": "https://api.usaspending.gov/api/v2/federal_obligations/?fiscal_year=2019&format=api&funding_agency_id=315&limit=10&page=3",
        "previous": "https://api.usaspending.gov/api/v2/federal_obligations/?fiscal_year=2019&format=api&funding_agency_id=315&limit=10&page=2"
    },
    "results": [
        {
            "id": "4262",
            "account_title": "H-1B and L Fraud Prevention and Detection Account, State",
            "account_number": "019-5515",
            "obligated_amount": "57058946.28"
        },
        {
            "id": "4224",
            "account_title": "Protection of Foreign Missions and Officials, State",
            "account_number": "019-0520",
            "obligated_amount": "51639640.00"
        },
        {
            "id": "4245",
            "account_title": "International Fisheries Commissions, State",
            "account_number": "019-1087",
            "obligated_amount": "50641426.68"
        },
        {
            "id": "4226",
            "account_title": "Payment to the American Institute in Taiwan, State",
            "account_number": "019-0523",
            "obligated_amount": "35057280.42"
        },
        {
            "id": "4286",
            "account_title": "Foreign Service National Separation Liability Trust Fund, State",
            "account_number": "019-8340",
            "obligated_amount": "28704149.82"
        },
        {
            "id": "4261",
            "account_title": "Foreign Service National Defined Contributions Retirement Fund, State",
            "account_number": "019-5497",
            "obligated_amount": "22490929.28"
        },
        {
            "id": "4242",
            "account_title": "Construction, International Boundary and Water Commission, United States and Mexico, State",
            "account_number": "019-1078",
            "obligated_amount": "21545067.92"
        },
        {
            "id": "4225",
            "account_title": "Emergencies in the Diplomatic and Consular Service, State",
            "account_number": "019-0522",
            "obligated_amount": "20108093.45"
        },
        {
            "id": "4228",
            "account_title": "Payment to the Asia Foundation, State",
            "account_number": "019-0525",
            "obligated_amount": "17000000.00"
        },
        {
            "id": "4218",
            "account_title": "East-West Center, State",
            "account_number": "019-0202",
            "obligated_amount": "16700000.00"
        }
    ]
}