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