Returns financial spending data by object class for the latest quarter in the given fiscal year.

Documentation for this endpoint can be found here.

GET /api/v2/financial_spending/object_class/?fiscal_year=2017&format=api&funding_agency_id=4324&limit=100&major_object_class_code=20&page=1
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "page_metadata": {
        "count": 0,
        "page": 1,
        "has_next_page": false,
        "has_previous_page": false,
        "next": null,
        "current": "https://api.usaspending.gov/api/v2/financial_spending/object_class/?fiscal_year=2017&format=api&funding_agency_id=4324&limit=100&major_object_class_code=20&page=1",
        "previous": null
    },
    "results": []
}