Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Endpoint & Required Headers
  • Example Request
  • Supported Locales
  • Navigation Data File Structure
  • JSON Model Structure

...

The following languages are supported by the navigation file:

English - en

Spanish - es

Italian  - it

German - de

Swedish - sv

Portuguese  -pt

Russian - ru

Greek - el

Bulgarian – bg

Danish - da

...

An EVENT_TYPE node has zero, one or many EVENT nodes

A Greyhound or Horse Racing EVENT_TYPE node has zero, one or many RACE nodes

...

 

{
    "children": [
        {
            GROUP or EVENT or RACE (RACE only if Greyhounds/Horse Racing)
        },
        ...
    ],
    "id": "1", // Betfair specific eventTypeId
    "name": "Soccer",
    "type": "EVENT_TYPE"
}

 

...