KeyVex
Federal awards

Federal Grants

Returns federal GRANTS and cooperative agreements from USAspending. Distinct universe from get_federal_contracts — recipients here are universities, non-profits, state and local agencies, research labs, healthcare institutions, public-private partnerships.

EndpointGET /v1/federal-grants
SourceUSAspending
Authx-api-key — a free key works

What it returns

One record per result. Fields (from a live response):

Filters

recipient_nameCase-insensitive substring on recipient_name (e.g., 'Stanford', 'Mayo Clinic'). Substring filter; client-side.
recipient_ueiExact federal UEI (Unique Entity ID) — most precise.
awarding_agencyExact awarding-agency name (e.g., 'National Science Foundation', 'Department of Energy').
cfda_numberCatalog of Federal Domestic Assistance program number (e.g., '93.847' = NIH R01 research grants, '20.939' = highway safety improvement). Filter to…
min_amountInclusive lower bound on award_amount in dollars.
sinceInclusive lower bound on last_modified_date (YYYY-MM-DD).
untilInclusive upper bound on last_modified_date (YYYY-MM-DD).
sort_bySort key. Default: last_modified_date.
sort_orderDefault: desc.
limitMax records. Default 50, max 500.

Example request

curl "https://api.keyvex.com/v1/federal-grants?limit=1" \
  -H "x-api-key: YOUR_KEY"

Response

{
  "results": [
    {
      "id": "ASST_NON_693JJ32640568_069",
      "award_id": "693JJ32640568",
      "recipient_name": "PRINCE WILLIAM COUNTY GOVERNMENT",
      "recipient_uei": "RTSBSRZCEKL1",
      "recipient_id": "18898a52-0d6e-d890-e139-a037ff805057-C",
      "award_amount": 512000,
      "total_outlays": 0,
      "description": "THE PROJECT CONTAINED HEREIN PROVIDES SS4A GRANT FUNDS TO SUPPORT OR ENHANCE AN ACTION PLAN AND/OR CONDUCT SUPPLEMENTAL PLANNING AND/OR DEMONSTRATION ACTIVITIES IN SUPPORT OF AN ACTION PLAN. IT IS PRESENTED TO THE PRINCE WILLIAM COUNTY, VA FOR THE PROJECT 'PROTECTING VULNERABLE ROAD USERS THROUGH THE ADVANCEMENT OF TECHNOLOGY AND EDUCATION'",
      "award_type": "PROJECT GRANT (B)",
      "awarding_agency": "Department of Transportation",
      "awarding_subagency": "Federal Highway Administration",
      "cfda_number": "20.939",
      "def_codes": [],
      "start_date": "2026-06-22",
      "end_date": "2029-12-31",
      "last_modified_date": "2026-06-22T20:38:45",
      "place_of_performance_state": "VA",
      "award_url": "https://www.usaspending.gov/award/ASST_NON_693JJ32640568_069/",
      "source_url": "https://www.usaspending.gov/award/ASST_NON_693JJ32640568_069/",
      "data_source": "USASPENDING"
    }
  ],
  "count": 1,
  "has_more": true
}

Example questions you can answer

Related datasets

Query Federal Grants from your AI

Hand any AI your key + the OpenAPI spec and it can pull this dataset directly. Free key = full data, 60 requests/day.

Get a free key OpenAPI spec → REST docs →
← All 60+ datasets