Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The API service is based on the REST architecture and supports a number of resources accessed with HTTP protocol. The client should send a HTTP GET request and in return will receive a return list document in JSON or XML format. The default response format is JSON. You can change the default response format to XML by adding ".xml" extension after the <resource_name> in the requested URL (please see below). The encoding used in our XML is UTF-8. API JSON  format. API support multiple simultaneous requests from authenticated customers. 
We have standardised the output for ALL sports, so we offer same format and data structure. However for each sports there are different event details, incidents and statistics that are explained in more detail in the Sports data structure section.

...