Which veteran-owned (SDVOSB / VOSB) vendors just showed fresh federal traction?
Which veteran-owned (SDVOSB / VOSB) vendors just showed fresh federal traction? Bulk feed over the verified veteran-owned vendor roster, newest-first by most recent award date: vendor, state, NAICS, certification, and its VA-specific + total federal award totals (banded). A set-aside-eligible vendor with recent traction is a teaming / growth target. Flat rows, cursor-paginated up to 1000/page, filterable by state, NAICS, certification, VA award, 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/sdvosb
| Category | Everything else |
|---|---|
| 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 | 262 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"naics": "3339",
"since": "2026-01-01",
"state": "TN"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"certification": {
"description": "sdvosb | vosb.",
"examples": [
"sdvosb"
],
"type": "string"
},
"cursor": {
"description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNy0wMSIsImsiOiIyYzRiNmZiOSJ9"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"min_va_award": {
"description": "Minimum total $ this vendor has won from the VA.",
"examples": [
100000
],
"type": "integer"
},
"naics": {
"description": "NAICS code prefix(es), CSV \u2014 matches the vendor's award NAICS.",
"examples": [
"3339"
],
"type": "string"
},
"since": {
"description": "Only vendors whose most recent award is on or after this date (YYYY-MM-DD).",
"examples": [
"2026-01-01"
],
"type": "string"
},
"state": {
"description": "Vendor state code(s), CSV.",
"examples": [
"TN"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}