US Government Data API
# US Government Data API Access **45 endpoints** covering real-time data from 12+ US federal agencies. ## Data Categories - **Safety & Recalls** - NHTSA vehicle recalls, FDA product recalls, CFPB consumer complaints - **Natural Disasters** - FEMA declarations, NOAA weather alerts, USGS earthquakes - **Financial Data** - SEC EDGAR filings, BLS employment stats, USDA crop prices - **Immigration &…
US Government Data API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Safety | ||
| GET |
searchVehicleRecalls /api/v1/safety/vehicle-recalls |
Search NHTSA vehicle safety recalls by make, model, and year. Returns recall campaigns with details on affected vehicles, defect summary, consequences, and remedies. |
| GET |
searchConsumerComplaints /api/v1/safety/consumer-complaints |
Search the CFPB Consumer Complaint Database for complaints against financial companies. |
| GET |
searchFdaRecalls /api/v1/safety/fda-recalls |
Search FDA enforcement actions (recalls) for drugs, food, or medical devices. |
| Disasters | ||
| GET |
searchEarthquakes /api/v1/disasters/earthquakes |
Search USGS earthquake data by magnitude, date range, and alert level. |
| GET |
getWeatherAlerts /api/v1/disasters/weather-alerts |
Get real-time NOAA/NWS weather alerts by state, severity, and event type. |
| GET |
searchFemaDeclarations /api/v1/disasters/fema-declarations |
Search FEMA disaster declarations by state, type, and year range. |
| Finance | ||
| GET |
getCropPrices /api/v1/finance/crop-prices |
Get USDA crop/commodity prices by product, state, and year. |
| GET |
getEmploymentStats /api/v1/finance/employment-stats |
Get Bureau of Labor Statistics employment data by series and year. |
| GET |
searchSecFilings /api/v1/finance/sec-filings |
Search SEC EDGAR filings (10-K, 10-Q, 8-K, etc.) by text, form type, and date. |
| Travel | ||
| GET |
getBorderWaitTimes /api/v1/travel/border-wait-times |
Get Customs and Border Protection border crossing wait times. |
| GET |
getAirportDelays /api/v1/travel/airport-delays |
Get FAA airport delay and operational status information. |
| GET |
getVisaWaitTimes /api/v1/travel/visa-wait-times |
Get US visa appointment wait times by country and visa category. |
| Environment | ||
| GET |
searchHudForeclosures /api/v1/environment/hud-foreclosures |
Search HUD foreclosure property listings by state and county. |
| GET |
getAirQuality /api/v1/environment/air-quality |
Get EPA AirNow air quality index data by state and AQI range. |
| Contracts | ||
| GET |
lookupEntity /api/v1/contracts/entity-lookup |
Look up entity registration in SAM.gov by name. |
| GET |
searchContractSpending /api/v1/contracts/spending |
Search government spending data from USAspending.gov. |
| GET |
searchContractOpportunities /api/v1/contracts/opportunities |
Search government contract opportunities (RFP/RFQ) on SAM.gov. |
| Courts | ||
| GET |
searchCourtDockets /api/v1/courts/dockets |
Search federal and state court dockets. |
| GET |
searchCourtOpinions /api/v1/courts/opinions |
Search court case opinions from CourtListener. |
| GET |
searchJudges /api/v1/courts/judges |
Search the federal judge directory. |
| Health | ||
| GET |
listWhoIndicators /api/v1/health/who-indicators |
List all available WHO GHO indicator codes. |
| GET |
getWhoIndicator /api/v1/health/who-indicator |
Get WHO Global Health Observatory indicator data. |
| GET |
getCdcData /api/v1/health/cdc-data |
Query CDC Open Data datasets using Socrata SoQL. |
| Regulations | ||
| GET |
listAgencies /api/v1/regulations/agencies |
List all federal agencies in the Federal Register. |
| GET |
getRegDocument /api/v1/regulations/document/{documentNumber} |
Get full details of a Federal Register document by number. |
| GET |
searchPublicInspection /api/v1/regulations/public-inspection |
Search pre-publication Federal Register documents on public inspection. |
| GET |
searchRegulations /api/v1/regulations/documents |
Search Federal Register regulatory documents. |
| Grants | ||
| GET |
searchGrants /api/v1/grants/opportunities |
Search federal grant opportunities on Grants.gov. |
| GET |
getGrantOpportunity /api/v1/grants/opportunity/{opportunityId} |
Get full details of a specific grant opportunity. |
| GET |
getGrantFilterOptions /api/v1/grants/filter-options |
Get available filter values for grant searches. |
| GET |
searchGrantsByAgency /api/v1/grants/by-agency |
Search grant opportunities filtered by federal agency. |
| Entities | ||
| GET |
getCompanyDetails /api/v1/entities/company-details |
Get company details including officers, filings, and history. |
| GET |
searchSecCompanies /api/v1/entities/sec-companies |
Search SEC EDGAR company filings. |
| GET |
searchCompanies /api/v1/entities/companies |
Search OpenCorporates company registry. |
| Intelligence | ||
| GET |
getCompanyNews /api/v1/intel/company-news |
Get latest news for a company via Google News RSS. |
| GET |
getCompanyContracts /api/v1/intel/company-contracts |
Get USAspending government contracts for a company. |
| GET |
getCompanyProfile /api/v1/intel/company-profile |
Get aggregated competitive intelligence profile (filings + news + contracts). |
| GET |
getCompanyFilings /api/v1/intel/company-filings |
Get SEC filings for competitive analysis. |
| Cybersecurity | ||
| GET |
getCvesByVendor /api/v1/cyber/vendor/{vendor} |
Search CVEs for a specific vendor and optionally a product. Includes KEV exploitation status for each result. |
| GET |
getKevDueSoon /api/v1/cyber/kev/due-soon |
Get CISA KEV entries with upcoming remediation deadlines. Federal agencies are required to patch these by the due date. |
| GET |
searchCves /api/v1/cyber/search |
Search the NVD CVE database by keyword, severity, date range, and KEV status. |
| GET |
getKevLatest /api/v1/cyber/kev/latest |
Get recently added entries from the CISA Known Exploited Vulnerabilities (KEV) catalog — vulnerabilities confirmed to be actively exploited in the wild. |
| GET |
getTrendingCves /api/v1/cyber/trending |
Get recently published critical and high severity CVEs from the NVD. |
| GET |
lookupCve /api/v1/cyber/cve/{cveId} |
Get comprehensive vulnerability intelligence for a CVE. Returns NVD details (CVSS scores, description, references), CISA KEV exploitation status, FIRST.org EPSS exploitation… |
| GET |
getEpssTop /api/v1/cyber/epss/top |
Get CVEs with the highest EPSS (Exploit Prediction Scoring System) scores — the most likely to be exploited in the next 30 days. |
US Government Data API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|
| MEGA | $199.99 / month | — |
|