{"openapi":"3.2.0","info":{"title":"Waze API API","description":"Get real-time accidents, police and many more alerts. Stay informed about traffic jams, and access precise driving directions seamlessly with Waze/Google.","version":"1.0.0"},"servers":[{"url":"https://xwfii.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/alerts":{"get":{"operationId":"get_alerts","summary":"Area Alerts (police,accidents, etc.)","description":"Using this call the api will return all alerts in a selected area.","parameters":[{"name":"bottom-left","in":"query","required":false,"schema":{"type":"string","example":"46.26954, 27.22208"}},{"name":"top-right","in":"query","required":false,"schema":{"type":"string","example":"47.03122, 27.99128"}}]}},"/autocomplete":{"get":{"operationId":"get_autocomplete","summary":"Autocomplete (find location names)","description":"Using this call the api will return location names with coordinates.","parameters":[{"name":"q","in":"query","required":false,"schema":{"type":"string","example":"airport"}},{"name":"boundingBox","in":"query","required":false,"schema":{"type":"string","example":"43.3727618040619, -79.75882629419304;43.91279019593809, -79.01520148092091"}}]}},"/route/danger":{"post":{"operationId":"post_route_danger","summary":"Route Alerts (police,accidents, etc.)","description":"This will return the alerts, jams on a specific route.","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"from":{"y":46.6407,"x":27.7276},"to":{"y":47.1585,"x":27.6014}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}