Home | Api Price | Documentation

Introduction

Get up and running in less than 5 minutes with our comprehensive developer documentation. bet365soft's API returns data in structured JSON. We offer a simple and thoughtfully designed odds API that's a breeze to get started with.

Sports List

Name
ID
Name
ID
Football
1
Cricket
66
Basketball
3
Tennis
4
Volleyball
6
Baseball
5
Boxing
9
American Football
13
Handball
8
Rugby League
7
Table Tennis
10
Badminton
16
Ice Hockey
2
Snooker
30

League List

HTTP Request
GET https://bet365soft.com/api/v3/leagues
Query Parameters
Parameter Required Description
apikey Yes* Login Access
sportId Yes* Sport ID (INT)
HTTP Response
leagues.json

Prematch List

HTTP Request
GET https://bet365soft.com/api/v3/prematch
Query Parameters
Parameter Required Description
apikey Yes* Login Access
sportId Yes* Sport ID (INT)
leagueId Yes* League ID (INT)
HTTP Response
prematch.json

Prematch Event

HTTP Request
GET https://bet365soft.com/api/v3/prematchEvent
Query Parameters
Parameter Required Description
apikey Yes* Login Access
eventId Yes* Event ID (INT)
HTTP Response
prematchEvent.json

Inplay

HTTP Request
GET https://bet365soft.com/api/v3/inplay
Query Parameters
Parameter Required Description
apikey Yes* Login Access
sportId Yes* Sport ID (INT)
HTTP Response
inplay.json

Inplay Event

HTTP Request
GET https://bet365soft.com/api/v3/inplayEvent
Query Parameters
Parameter Required Description
apikey Yes* Login Access
eventId Yes* Event ID (INT)
HTTP Response
inplayEvent.json

Top Match

HTTP Request
GET https://bet365soft.com/api/v3/topMatch
Query Parameters
Parameter Required Description
apikey Yes* Login Access
match Yes* Match Status [Live,Upcoming] (String)
HTTP Response
topMatchLive.json | topMatchUpcoming.json

Tournament Winner

HTTP Request
GET https://bet365soft.com/api/v3/tournamentWinner
Query Parameters
Parameter Required Description
apikey Yes* Login Access
champid Yes* Champion Id (INT)
HTTP Response
tournamentWinner.json

Result By Sport

HTTP Request
GET https://bet365soft.com/api/v3/resultBySport
Query Parameters
Parameter Required Description
apikey Yes* Login Access
sportId Yes* Sport ID (INT)
fromDate Yes* Start Date (DATE)
toDate Yes* End Date (DATE)
HTTP Response
resultBySport.json

Result By League

HTTP Request
GET https://bet365soft.com/api/v3/resultByLeague
Query Parameters
Parameter Required Description
apikey Yes* Login Access
leagueId Yes* League ID (INT)
fromDate Yes* Start Date (DATE)
toDate Yes* End Date (DATE)
HTTP Response
resultByLeague.json

Result By Event

HTTP Request
GET https://bet365soft.com/api/v3/resultByEvent
Query Parameters
Parameter Required Description
apikey Yes* Login Access
eventId Yes* Event ID (INT)
HTTP Response
resultByEvent.json