# Google Maps Traffic Alerts - Live Traffic Incidents from Google Maps > Fast and reliable real-time traffic alerts API - get live traffic incidents (accidents, construction, road closures, and other slowdowns) with type and precise coordinates for any geographic area from Google Maps. ## Overview Google Maps Traffic Alerts is a fast and reliable API for live traffic incidents in any geographic area, sourced from Google Maps. It returns traffic incidents as structured JSON via REST. Who is this API for: developers building traffic monitoring dashboards, fleet and logistics routing, smart city and urban mobility platforms, incident detection and alerting systems, and navigation apps. What it returns: for a bounding-box area, every reported traffic incident (accidents, construction, road closures, and other slowdowns) with its incident type and precise latitude/longitude coordinates, plus a total count. Need help integrating? Contact support@openwebninja.com. For high volume / large scale plans, please contact support@openwebninja.com. ## Endpoints ### GET /traffic-alerts - Traffic Alerts Returns live traffic incidents (accidents, construction zones, road closures, and other slowdowns) within the bounding box defined by two corner coordinates. Parameters: - **bottom_left** (string, required): Bottom-left (south-west) corner of the area to scan, as `latitude,longitude`. The total box area is capped per `zoom` level (see the `zoom` parameter). **Example:** `40.55,-74.15` - **top_right** (string, required): Top-right (north-east) corner of the area to scan, as `latitude,longitude`. The total box area is capped per `zoom` level (see the `zoom` parameter). **Example:** `40.90,-73.75` - zoom (integer, default: `13`): Google Maps zoom level for the scan - the same zoom value Google Maps uses (higher is more zoomed in, returning finer detail over a smaller maximum area). Each zoom level has a maximum bounding-box area; to cover a larger area, use a lower zoom level. **Allowed values:** `11-16` **Maximum area per zoom:** - zoom 11: 8000 km² - zoom 12: 2000 km² - zoom 13: 500 km² (default) - zoom 14: 125 km² - zoom 15: 30 km² - zoom 16: 8 km² **Default:** `13` - language (string, default: `en`): The language of any localized fields, specified as a 2-letter language code (ISO 639-1). **Default:** `en` Full URL: `https://api.openwebninja.com/google-maps-traffic-alerts/traffic-alerts` ## Base URL and Authentication - Base URL: `https://api.openwebninja.com/google-maps-traffic-alerts` - Auth: API key in the `x-api-key` header. Get a key by subscribing (free tier available) at https://app.openwebninja.com/api/google-maps-traffic-alerts ## Topics traffic alerts api, traffic incidents api, real-time traffic api, google maps traffic api, road closure api, accident detection api, construction alert api, traffic monitoring api ## Links - API page: https://www.openwebninja.com/api/google-maps-traffic-alerts - Get an API key / subscribe: https://app.openwebninja.com/api/google-maps-traffic-alerts - Pricing & plans: https://app.openwebninja.com/api/google-maps-traffic-alerts/pricing - Website: https://www.openwebninja.com - OpenAPI spec: https://openwebninja.s3.us-east-1.amazonaws.com/portal/openapi/google_maps_traffic_alerts.yaml - Support: support@openwebninja.com _Last updated: 2026-05-27_