G

Govparse · Awards Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Who has the government actually paid, for what, and how much? Search USAspending federal award history (contracts and assistance) by recipient name or UEI, awarding agency, NAICS prefix, CFDA number, amount range, and action-date window — competitor award research, incumbent lookup before a recompete, and grant-winner analysis in one call.

Endpoint

GET https://api.govparse.io/v1/awards/search

2

Calls / 30d

1

Unique payers / 30d

Sep 3

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/awards/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/awards/search?agency=defense&recipient=lockheed&uei=ZQGD2Xix75A5" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "action_date": "2026-03-14",
      "amount": 24500000,
      "award_id": "CONT_AWD_EXAMPLE_9700",
      "awarding_agency": "Department of Defense",
      "description": "AIRCRAFT COMPONENT SUSTAINMENT",
      "kind": "contract",
      "naics_code": "336411",
      "recipient_name": "EXAMPLE AEROSPACE CORP",
      "recipient_uei": "ZQGD2XIX75A5"
    }
  ],
  "total_matched": 87
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services