# 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-14).

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

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-local-and-maps-data/waze/alerts-and-jams
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/waze-alerts-and-traffic-jams-api-342effd0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o9FQP-mpSJPp2h8VY-U5c

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-342effd0
```

Example prompt: Show me all current Waze traffic jams and alerts within the bounding box from bottom-left 40.6892,-74.0445 to top-right 40.7831,-73.9441 in New York City — up to 30 jams and 30 alerts.

## When to prefer this

Use this endpoint when you need live Waze-sourced traffic jam and alert data (accidents, hazards, road closures, construction) for a specific geographic bounding box or radius. Prefer it over generic mapping APIs when Waze community-sourced incident data is specifically desired, or when you need both jams and alerts in a single call with filtering by alert type.

## Known failure modes

- Missing required bottom_left or top_right query parameters returns a validation error
- Invalid coordinate format causes a parsing error
- Bounding box too large may return truncated or empty results
- No data available for the given area returns empty jams and alerts arrays
- Rate limits or Waze API downtime may cause upstream errors

## 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 an array of real-time traffic jams with details like street, city, country, severity level, speed in km/h, delay in seconds, length in meters, line coordinates, and update timestamps — plus an array of traffic alerts with type, subtype, location, and description.

## 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-342effd0/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)
