{ "opencollection": "1.0.0", "info": { "name": "USAspending.gov API (CFO Council context) Agencies Awards API", "version": "2026-05-23" }, "items": [ { "info": { "name": "Awards", "type": "folder" }, "items": [ { "info": { "name": "Agency award summaries", "type": "http" }, "http": { "method": "GET", "url": "https://api.usaspending.gov/api/v2/agency/:TOPTIER_AGENCY_CODE/awards/", "params": [ { "name": "TOPTIER_AGENCY_CODE", "value": "", "type": "path", "description": "Top-tier (3-digit Treasury Account Symbol) agency code" } ] }, "docs": "Agency award summaries" }, { "info": { "name": "Get award details", "type": "http" }, "http": { "method": "GET", "url": "https://api.usaspending.gov/api/v2/awards/:AWARD_ID/", "params": [ { "name": "AWARD_ID", "value": "", "type": "path" } ] }, "docs": "Get award details" }, { "info": { "name": "List federal accounts for an award", "type": "http" }, "http": { "method": "POST", "url": "https://api.usaspending.gov/api/v2/awards/accounts/" }, "docs": "List federal accounts for an award" } ] } ], "bundled": true }