G

Govparse · Feeds Subawards

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

Which companies just received a federal subaward — and which are getting their FIRST one? Bulk feed over USAspending subawards (the File F prime→sub cascade), newest-first by action date: sub-recipient, prime, agency, amount (banded), NAICS, and date. new_only isolates first-time subawardees (no prime award on record) — the new-to-govcon growth signal. Flat rows, cursor-paginated up to 1000/page, filterable by state, NAICS, agency, minimum amount, or since. Observational public records as filed.

Endpoint

GET https://api.govparse.io/v1/feeds/subawards

2

Calls / 30d

1

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/feeds/subawards", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/subawards?new_only=true&since=2026-06-01&state=TX" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "USAspending subawards (File F), one row per subaward newest-first by action_date. new_only keeps only first-time subawardees. amount_band is a coarse size bucket. Observational public records as filed.",
  "feed": "subawards",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "agency": "all",
    "min_amount": "any",
    "naics": "all",
    "new_only": true,
    "since": "2026-06-01",
    "state": "all"
  },
  "rows": [
    {
      "amount": 43638,
      "amount_band": "< $50K",
      "as_published_date": "2026-07-18",
      "awarding_agency": "Department of Health and Human Services",
      "awarding_sub_agency": "National Institutes of Health",
      "description": null,
      "entity_id": "3fffdec5-d647-4f8c-812c-1a9360a7ff67",
      "event_date": "2026-07-22",
      "event_key": "subaward:f579625f2ee0e9208404a6e80638cf86",
      "first_time_subawardee": true,
      "naics": null,
      "naics_desc": null,
      "pop_city": "LOUISVILLE",
      "pop_state": null,
      "prime": "UNIVERSITY OF LOUISVILLE",
      "prime_uei": "E1KJM4T54MK6",
      "psc_code": null,
      "recipient_first_subaward_date": "2026-07-22",
      "recipient_subaward_count": 1,
      "sub_uei": "UCEJSA1HCRE1",
      "subaward_type": "sub-grant",
      "subawardee": "ROLLINS COLLEGE"
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services