Resources
To confirm your identity you will receive an API key when you Register.
This key is used to request data from endpoints.
How do I use the API key?
Send API Key In Authorization header.
curl -X GET \ -H 'Authorization: APIKEY {key}' \ 'https://publicapitest.ohgo.com/api/v1/construction'
Send API Key In URL as query param.
curl -X GET \ 'https://publicapitest.ohgo.com/api/v1/construction?api-key={key}'
API Version 1 Resources
- Cameras
- Construction
- Dangerous Slowdowns
- Digital Signs
- Incidents
- Travel Delays
- Truck Parking
- Weather Sensor Sites
For details on how to call the resource endpoints, see Swagger docs.
Cache
To improve app performance, see Caching.