G

Govparse · Feeds Contract Awards

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

Which companies just won federal money? Bulk feed over USAspending prime awards (contracts + assistance), newest-first by action date — a funded-growth signal for the awardee. Flat rows, cursor-paginated up to 1000/page, filterable by NAICS, awarding agency, minimum amount, award kind, or since. Each row carries the awardee, agency, award amount (with a banded size bucket), NAICS, dates, and UEI. Observational public records as filed.

Endpoint

GET https://api.govparse.io/v1/feeds/contract-awards

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/contract-awards", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/contract-awards?agency=defense&naics=5415&since=2026-06-01" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "USAspending federal prime awards, one row per award newest-first by action_date. award_amount_band is a coarse size bucket, never a precise claim. Observational public records as filed.",
  "feed": "contract-awards",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "agency": "all",
    "kind": "all",
    "min_amount": "any",
    "naics": "all",
    "since": "2026-06-01"
  },
  "rows": [
    {
      "action_date": "2026-06-14",
      "as_published_date": "2026-07-18",
      "award_amount": 24500000,
      "award_amount_band": "$5M–$25M",
      "award_number": "N0001926C0001",
      "award_type": "contract",
      "awardee": "EXAMPLE AEROSPACE CORP",
      "awarding_agency": "Department of Defense",
      "awarding_sub_agency": "Department of the Navy",
      "cfda_number": null,
      "description": "AIRCRAFT COMPONENT SUSTAINMENT",
      "end_date": "2028-06-13",
      "event_date": "2026-06-14",
      "event_key": "award:CONT_AWD_EXAMPLE_9700",
      "naics": "336411",
      "naics_desc": "Aircraft Manufacturing",
      "psc_code": "1560",
      "psc_desc": "AIRFRAME STRUCTURAL COMPONENTS",
      "recipient_uei": "ZQGD2XIX75A5",
      "type_desc": "DEFINITIVE CONTRACT"
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from Govparse & similar services