# Waze Alerts and Traffic Jams API

> Waze Alerts and Traffic Jams API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Retrieves real-time Waze traffic alerts and jam data for a specified geographic bounding box

## Facts

- Endpoint: GET https://x402.openwebninja.com/waze/alerts-and-jams
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/waze-alerts-and-traffic-jams-api-1a306e0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P7-X0eH1NnrRo3NAUZzhc

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 waze-alerts-and-traffic-jams-api-1a306e0e
```

Example prompt: Pull the current Waze traffic jams and road alerts for the area bounded by bottom-left 40.6892,-74.0445 and top-right 40.7831,-73.9067 in New York, limiting to 30 jams and 30 alerts.

## When to prefer this

Use this endpoint when you need live Waze-sourced traffic jam and incident alert data for a geographic area defined by a bounding box. Prefer it over generic traffic APIs when you want Waze's crowd-sourced alert types (accidents, hazards, road closures, police) with severity and speed metadata. Ideal for navigation apps, city monitoring dashboards, and route planning agents.

## Known failure modes

- Missing required bottom_left or top_right query params returns 400 validation error
- Bounding box too large may return truncated or empty results
- Invalid coordinate format causes parsing error
- No data available for remote or unsupported regions returns empty arrays
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns two arrays: one of traffic jams with fields like jam_id, street, city, country, severity (0-5), level, speed_kmh, delay_seconds, length_meters, line_coordinates (polyline), start/end location, and timestamps; and one of road alerts with type, subtype, city, street, country, location coordinates, description, and timestamps.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/waze-alerts-and-traffic-jams-api-1a306e0e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
