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://publicapi.ohgo.com/api/v1/construction'
Send API Key In URL as query param.
curl -X GET \ 'https://publicapi.ohgo.com/api/v1/construction?api-key={key}'
API Version 1 Resources
For details on how to call the resource endpoints, see Swagger docs.
Cache
To improve app performance, see Caching.