Response formats
The Api allows to get response either as:
- JSON
- JSONP
- PHP
- XML
The response format has to be indicated at the very end of the request as:
- .json
- .jsonp: in this particular case, the GET parameter callback must be set with the javascript function to be called in return
- .php
- .xml