# Air Quality Index Lookup (PM2.5, PM10, O3) — engedi.digi-life17

> Air Quality Index Lookup (PM2.5, PM10, O3) — engedi.digi-life17 is a paid API for AI agents from engedi.digi-life17.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns current air quality index data including PM2.5, PM10, and O3 pollutant levels for a given city

## Facts

- Endpoint: GET https://engedi.digi-life17.workers.dev/api/air-quality
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/air-quality-index-lookup-pm2-5-pm10-o3-engedi-digi-life17-d14cbfb5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2kLZke-7xgdqrpggEFqV0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability air-quality-index-lookup-pm2-5-pm10-o3-engedi-digi-life17-d14cbfb5
```

Example prompt: What's the current air quality in Delhi, India — specifically the PM2.5, PM10, and ozone levels?

## When to prefer this

Use this endpoint when you need quick, structured air quality data (PM2.5, PM10, O3) for a specific city by name, especially when integrating into an agent workflow that requires AQI as an input signal for health, travel, or outdoor activity decisions. It is lightweight and cheap ($0.01/call) compared to subscribing to a dedicated environmental API.

## Known failure modes

- City not found or unrecognized city name returns error or empty data
- Missing required 'city' query parameter returns validation error
- Data may be cached and not fully real-time (check 'cached' and 'last_updated' meta fields)
- Low confidence score in _meta indicates uncertain or stale underlying data
- Country code mismatch may cause ambiguous city resolution (e.g. multiple cities with same name)

## How this service works

51 REST endpoints for AI agents. Weather, news, crypto, stocks, products, courses, real estate, and 42 more. Pay per call in USDC/USDT via x402.

## Output

Returns a JSON object with current air quality data for the specified city, including PM2.5, PM10, and O3 pollutant readings, an overall AQI value, plus metadata fields for caching status, data source, confidence score, and last updated timestamp.

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/air-quality-index-lookup-pm2-5-pm10-o3-engedi-digi-life17-d14cbfb5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from engedi.digi-life17.workers.dev](https://www.zero.xyz/host/engedi.digi-life17.workers.dev/llms.txt)
