Aqs Header Example

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Aqs Header Example is an example object payload from EPA — U.S. Environmental Protection Agency, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusrequest_timeurlrowserror

Example Payload

Raw ↑
{
  "status": "active",
  "request_time": "string",
  "url": "https://example.com",
  "rows": 100,
  "error": [
    "string"
  ]
}