Welcome to Touch-Line's football stats JSON feed.

Please ensure you have a valid username and password as these are required with all calls to access data.
These should be used as follows:
http://json.touch-line.com/?user=username&pass=password&cmd=command

The commands you can use are listed below. Click on a command to view details on usage:

FIXTURES_LIST

Parameters:

coid *CompetitionIDYou can get competition id's for a specific country by using the SHOW_COUNTRY command.
stid *StageIDYou can get stage id's for a specific cup competition by using the SHOW_COMPETITION command.
grid *GroupIDYou can get group id's for a specific cup competition stage by using the SHOW_STAGE command.
teid *TeamIDYou can get team id's for a specific competition by using the TEAMS_LIST command.
countCountUsed to return a specific number of records.
resultsShow ResultsUsed to denote whether todays results should be included in the list of fixtures.
daysDaysUsed to return data for a specific number of days.
langLanguageYou can get language id's by using the LANGUAGE_LIST command.
* this command requires coid or stid or grid or teid.

Example:

http://json.touch-line.com/?user=username&pass=password&cmd=FIXTURES_LIST&grid=1&results=Y&days=7