Overview
The EPA API provides access to environmental data and web services from the US Environmental Protection Agency, including air quality, water quality, and toxic release data. It requires no API key, so you can start querying environmental datasets immediately. This is ideal for building environmental monitoring dashboards or research tools.
Beginner Tip
The EPA exposes multiple distinct services (like ECHO for water enforcement and AQS for air quality), so check the developer docs to find the specific endpoint for your data need. Start with the Envirofacts Data Service API for a straightforward REST interface to environmental databases.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from EPA",
"description": "Web services and data sets from the US Environmental Protection Agency",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
FACILITY_NAME Name of the regulated facility or site FAC_STATE Two-letter US state code where the facility is located FAC_LAT Latitude coordinate of the facility FAC_LONG Longitude coordinate of the facility REGISTRY_ID Unique EPA registry identifier for the facility Implementation Example
const url = "https://www.epa.gov/developers/data-data-products";
const response = await fetch(url);
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.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →Bank Negara Malaysia Open Data
⭐ Beginner's PickBank Negara Malaysia Open Data provides free access to official financial data published by Malaysia's central bank, including exchange rates, interest rates, and key economic indicators.
BCLaws
BCLaws gives you free access to the full text of British Columbia's laws and regulations.
Brazil
⭐ Beginner's PickBrasilAPI is a free, community-driven API that centralizes public data about Brazil in one easy-to-use place.
Brazil Central Bank Open Data
The Brazil Central Bank Open Data API provides free access to official financial and economic data from Brazil s central bank (Banco Central do Brasil).
Brazil Receita WS
Brazil Receita WS lets you look up official information about Brazilian companies using their CNPJ (tax registration number).