Which companies just received a federal subaward — and which are getting their F
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.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/feeds/subawards
| Category | Company and compliance |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $25.00 | 249 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"new_only": "true",
"since": "2026-06-01",
"state": "TX"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"agency": {
"description": "Awarding agency or sub-agency name fragment.",
"examples": [
"health"
],
"type": "string"
},
"cursor": {
"description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNy0yMiIsImsiOiJmNTc5NjI1ZiJ9"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"min_amount": {
"description": "Minimum subaward amount in USD.",
"examples": [
50000
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV.",
"examples": [
"5415"
],
"type": "string"
},
"new_only": {
"description": "true = only first-time subawardees (sub-recipients with NO prime award on record).",
"examples": [
"true"
],
"type": "string"
},
"since": {
"description": "Only subawards with an action date on or after this date (YYYY-MM-DD).",
"examples": [
"2026-06-01"
],
"type": "string"
},
"state": {
"description": "Place-of-performance state code(s), CSV.",
"examples": [
"TX"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}