Data status
The canonical data-status endpoint: per-source row counts and freshness for every dataset, in one call. Public by default (rounded totals + freshness); send your API key to also get exact counts and per-source metrics.
Response (public)
{
"sources": [
{"source": "opportunities", "label": "Contract Opportunities", "upstream": "SAM.gov",
"total": "550K+", "current_as_of": "2026-06-21", "cadence": "Updated daily"},
{"source": "contracts", "label": "Federal Contracts (FPDS)", "upstream": "FPDS",
"total": "9.1M+", "current_as_of": "2026-06-19", "cadence": "Updated daily"}
],
"source_count": 9,
"coverage": "FY2025 (October 2024) to present"
}
Note: values shown are examples (all nine sources are returned, including a contacts source). With a valid API key each source also includes exact_count and a metrics object.
Example
curl "https://govconapi.com/api/v1/status"