Live Statecodes Dictionary Updated: (04.Jan.2022)
You need token(which expires in 5 min) which you get from step 1, and also add that token to your
query explained in Generate Token
Then you can send GET request with required TOKEN parameter.
Our language is English.
URL: https://services.geniusfeeds.live/v2/dictionaries/livestats
When you register to our webhook service we will inform you if there is change in livestatcode dictionary.
Optional Filters: (Parameters)
- s: sport id
When you register to our webhook service we will inform you if there is change in livestatcode dictionary.
Explanations
| Parameter | Description |
|---|---|
| s | Sport ID |
| c | Live Stat Code |
| e | Explanation of Live Stat Code |
Response
[
{
"s": 1, //Sport ID
"c": "y", //Stat Code
"e": "Yellow Card", //Stat Explanation
}
]