Introduction

Welcome to the documentation for Thscore API.

Before using our api, please follow the steps below:

We provide a 7-day free trial, please contact Line customer service to open the trial. The receiving bank account is subject to the one provided by the customer service, so as not to be deceived.

Each api endpoint has a unique path that replaces the <API_PATH> in the url below to call our data feed.

http://www.thscore.info/<API_PATH>?api_key=<YOUR_API_KEY>

For example, the path to Football Livescores for today is:

/football_th/livescores.aspx

The complete request path is:

http://www.thscore.info/football_th/livescores.aspx?api_key=<YOUR_API_KEY>

If your server bases in Asia, it would be faster to request data via api2.thscore.info. So here's another request path:

http://api2.thscore.info/football_th/livescores.aspx?api_key=<YOUR_API_KEY>

Put your api key to replace <YOUR_API_KEY> in the request path, then you can get the corresponding result.