| Table of Contents |
This page lists all the available Web Services to be used by any HTTP clients.
Available Web Services
Web Service | Description |
|---|---|
|
|
|
|
Response Formats
The API provides several response formats: XML, JSON (ie. JavaScript Object Notation) and sometimes plain text or CSV.
The request can specify the desired response format using one of the following two ways:
- Accept HTTP header: application/json, text/xml
Query argument 'format' with one of these values: xml, json, txt or csv
HTTP Status Codes
HTTP Code | Description |
|---|---|
200 | OK |
400 | Bad request. |
401 | Unauthorized |
403 | Forbidden. |
404 | The requested resource could not be found. |
500 | Internal server error. |

