OpenData APIs offer read access to content, access to class definition and access to the list of sections and content statuses.
It is possible to access the API through an HTTP request to the API server. The server will return the requested resource with an HTTP status code consistent with the result of the request made.
The default response format of the content
modules is [JSON] (http://www.json.org/).
The default response format of the geo
modules is [geoJSON] (http://geojson.org/).
Some requests require the client to authenticate. At the moment ** authentication is available [Basic] (https://it.wikipedia.org/wiki/Basic_access_authentication) **, the implementation of the Oauth / Oauth2 format is in the roadmap.