Obtain the count of new Awards under a specific Agency and a single Fiscal Year.

Documentation for this endpoint can be found here.

GET /api/v2/agency/012/awards/new/count/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

{
    "toptier_code": "012",
    "fiscal_year": 2024,
    "agency_type": "awarding",
    "award_type_codes": null,
    "new_award_count": 1145322
}