Overview
USA.gov provides programmatic access to authoritative information on u.s. programs, events, services and more via REST API. This Government API enables developers to integrate authoritative information on u.s. programs, events, services and more into applications, dashboards, and automated workflows. Check the official documentation for endpoint details, authentication requirements, and rate limits.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from USA.gov",
"description": "Authoritative information on U.S. programs, events, services and more",
"timestamp": "2025-01-15T10:00:00Z"
}
} Implementation Example
const url = "https://www.usa.gov/developer";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
headers: {
"X-API-Key": "YOUR_API_KEY"
}
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Matrix Score Breakdown
Partially tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →City, Nantes Open Data
City, Nantes Open Data gives developers access to datasets published by Nantes Métropole in France, covering transport, environment, and urban planning.
Code.gov
Code.gov is the U.S.
Data.gov
⭐ Beginner's PickData.gov is the central repository for open data published by U.S.
Deutscher Bundestag DIP
Deutscher Bundestag DIP (Dokumentations- und Informationssystem) provides read access to official German Bundestag data including parliamentary activities, printed materials, persons, and procedures.
FEC
⭐ Beginner's PickThe FEC (Federal Election Commission) API lets you explore campaign finance data from US federal elections, including donations, candidate financials, and committee information.