API Documentation
The REST API provides simple interfaces to most of the data available on the i-TRAFFIC website. The REST API enables developers to access essential data on the i-TRAFFIC website including Incidents, Roadwork, and Cameras. This API enables developers to create mobile traffic apps for South Africa.
Notes:
- Requires a developer key. For most calls, query strings key={developerKey} and format={XmlOrJson} is required.
- Throttling is enabled. 10 calls every 60 seconds.
The following outlines the resources available via the i-TRAFFIC API.
Resource | Description |
---|---|
GET GetEvents |
Returns all event types. |
GET GetRoadways |
Returns all roadway names. |
GET GetCameras |
Returns all cameras. |
GET GetMessageSigns |
Returns all VMS. |
GET GetAlerts |
Returns all traffic alerts. |