Prelive Json

You can access to our data by HTTPS GET protocol to this address:
https://geniusfeeds.live/prelive/results
on Header: Key: Authorization Value: YOURTOKEN

Prerequisites & Basic Infos:
  • You need to give us your STATIC ip to whitelist in our servers. You can NOT get response if your IP's are NOT whitelisted
  • There is a rate limit which is 1 query per minute. If you exceed this you will get 429 error.
  • Tokens expires every 5 min. So you can NOT use same token after 5 min.

Example Response

Check our Sample Json
NOTE : This is NOT real data cut and modified just for show purpose.

Explanation

Parameter Description
S Sports
S.I Sport ID.
(S->)C Countries
(S->)C.I Country ID
(S->C->)L Leagues
(S->C->)L.I League ID
(S->C->L->)E Events
(S->C->L->)E.I Event ID
(S->C->L->)E.DT Event DateTime
(S->C->L->)E.T1 Team1 Name
(S->C->L->)E.T1I Team1 Id
(S->C->L->)E.T2 Team2 Name
(S->C->L->)E.T2I Team2 Id
(S->C->L->)E.PR Period Status
(S->C->L->)E.SC Event Score
(S->C->L->)E.SCE (optional) Extended Info About Score
(S->C->L->)E.A Is manually Aprroved by backoffice
(S->C->L->)E.RID (Optional)Id of related removed Event

Insomnia Example:(Check Optional Parametres)

Postman Sport Dictionary Example