Welcome to the documentation for iSports API.
Before using our api, please follow two steps below:
- Create an account.
- Start free trial or subscribe any plans to get access to the corresponding api endpoints.
- 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/sport/<API_PATH>?api_key=<YOUR_API_KEY>
For example, the path to Football Livescores for today is:
/football/livescores
The complete request path is:
http://api.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.