AirScout air-quality query (current AQI, EPA activity verdict, and the cleanest
AirScout air-quality query (current AQI, EPA activity verdict, and the cleanest window ahead)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
996 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://airscout.scalpstream.com/air
| Category | Everything else |
|---|---|
| Provider host | airscout.scalpstream.com |
| Networks | eip155:137, eip155:42161, eip155:8453, xrpl:0 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 996 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"duration": "2",
"hours": "24",
"lat": "47.6588",
"lon": "-117.4260"
},
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"best_window": {
"properties": {
"aqi": {
"type": "integer"
},
"end": {
"type": "string"
},
"start": {
"type": "string"
}
},
"type": "object"
},
"current": {
"properties": {
"aqi": {
"type": "integer"
},
"category": {
"type": "string"
},
"dominant": {
"type": "string"
}
},
"type": "object"
},
"disclaimer": {
"type": "string"
},
"place": {
"type": "string"
},
"price_usd": {
"type": "string"
},
"service": {
"type": "string"
},
"source": {
"type": "string"
},
"verdict": {
"type": "string"
}
},
"type": "object"
}