How do I use your API? What's the request path?iSportsAPI

How do I use your API? What's the request path?

Before using our api, please follow the steps below:

  1. Create an account.
  2. Start free trial or subscribe any plans to get access to the corresponding api endpoints.
  3. Log in to get your personal api key.

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

http://api.isportsapi.com/<API_PATH>?api_key=<YOUR_API_KEY>

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

/sport/football/livescores

The complete request path is:

http://api.isportsapi.com/sport/football/livescores?api_key=<YOUR_API_KEY>

If your server is based in Asia, it would be faster to request data via api-asia.isportsapi.com. So here's another request path:

http://api-asia.isportsapi.com/sport/football/livescores?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.

Contact