Prelive Json

You can access to our data by HTTPS GET protocol to this address:
https://geniusfeeds.live/v2/prelive
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
  • This service will get you full prelive data
  • Every 30 min we send you "status: ready" signal by post meaning you can GET big data ONLY if you need
  • As we post all updates to you URL you only need big data if there is a problem on your service or just to validate once or twice a day

Data will be gzipped, also file is huge Postman having some difficulties we recommend insomnia for this.

We have 10 Bookmakers:

  • ID:2 => bm:2
  • ID:1 => bm:1
  • ID:3 => bm:3
  • ID:5 => bm:5
  • ID:6 => bm:6
  • ID:7 => bm:7
  • ID:8 => bm:8
  • ID:9 => bm:9
  • ID:10 => bm:10

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.RID (Optional)Id of related removed Event
(S->C->L->E->)M Markets
(S->C->L->E->)M.I Market Id
(S->C->L->E->)M.H Market Argument
(S->C->L->E->M->)B Bookmakers
(S->C->L->E->M->)B.I Bookmaker id
(S->C->L->E->M->)B.BTDT Bookmaker's Last Update Time
(S->C->L->E->M->)B.LOCKED Is all odds related to that part is locked? (1 /0)
(S->C->L->E->M->B->)O Odds
(S->C->L->E->M->B->)O.N Odd Name
(S->C->L->E->M->B->)O.V Odd value
(S->C->L->E->M->B->)O.LOCKED Is that odd locked(1/0)

Insomnia Example:(Check Optional Parametres)

Postman Sport Dictionary Example