Introduction

A system to provide the ability for LiveStats to check a number of items before the match and for this data to be uploaded to a central location. Most of the methods use a RESTful API design. This means that you make use of the standard HTTP methods (GET, POST, DELETE, PUT).

Character Set

All data provided to these API functions is required to be in UTF-8 format.

All responses will be provided as UTF-8 strings.

Test Calls

These calls are helper functions to allow the client to complete a number of tests.

Test Results

After the tests are complete, the results should be uploaded to the system. The calls below provide that ability. If you have an API key then you also have the ability to download the results of previous tests.