- Introduction
- Setup the API
- Authentication
- Search
- Continents
- Countries
- Leagues
- Teams
- Seasons
- Stages
- Groups
- Rounds
- Livescores
- Fixtures
- Fixtures by Date
- Fixtures by Date / Country
- Fixtures by Date / League
- Fixtures by Date / Season
- Fixtures by Date / Season / Stage
- Fixtures by Date / Season / Group
- Fixtures by Date / Round
- Fixtures by Season
- Fixtures by Season / Stage
- Fixtures by Season / Stage / Team
- Fixtures by Season / Group
- Fixtures by Season / Group / Team
- Fixtures by Season / Team
- Fixtures by Round
- Fixtures by Round / Team
- Fixtures by Team Last / Next
- Fixtures by TV Channel
- Match / Fixtures
- Statistics
- H2H
- Leaders
- Betting
- Broadcast & TV
- Players
- Coaches
- Referees
- Venues
Inplay
GET
/v2.2/livescores/
Last modified:2024-03-09 15:55:03
Request
Query Params
user
string
required
Example:
{{USERNAME}}
token
string
required
Example:
{{TOKEN}}
t
string
required
Example:
live
include
string
optional
Example:
odds_prematch, odds_inplay
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v2.2/livescores/?user={{USERNAME}}&token={{TOKEN}}&t=live'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}

Modified at 2024-03-09 15:55:03