Developer Guide
API Reference
Linked Open Data
Additional encodings for tracks
Get the root resource.
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "http://schema.envirocar.org/root.json#", "type": "object", "properties": { "users": { "type": "string", "format": "uri" }, "tracks": { "type": "string", "format": "uri" }, "groups": { "type": "string", "format": "uri" }, "sensors": { "type": "string", "format": "uri" }, "phenomenons": { "type": "string", "format": "uri" }, "measurements": { "type": "string", "format": "uri" }, "statistics": { "type": "string", "format": "uri" } } }
{ "groups": "https://envirocar.org/api/stable/rest/groups", "measurements": "https://envirocar.org/api/stable/rest/measurements", "phenomenons": "https://envirocar.org/api/stable/rest/phenomenons", "sensors": "https://envirocar.org/api/stable/rest/sensors", "statistics": "https://envirocar.org/api/stable/rest/statistics", "tracks": "https://envirocar.org/api/stable/rest/tracks", "users": "https://envirocar.org/api/stable/rest/users" }