Skip to content
English
  • There are no suggestions because the search field is empty.

What is basic_livescore message?

This article explains what is basic_livescore message that you will receive in AMQP connection.

Step-by-step guide


If you subscribe our SportsApi product with Livescore Add-on you are able to receive basic_livescore message via our AMQP. This is a simple message with the main score provided every time score has changed.

This type of message is sent when the game result has been changed. Available only for partners with “Livescore Add-on” purchased.

Example:

{
   "id":35376083,
   "uuid":"9dd67741-56f9-47e6-9c86-c239cf48c5e6",
   "type":"basic_livescore",
   "source":1,
   "ut":1662614487,
   "data":{
      "eventbasiclivescoreinfo":{
         "event":{
            "id":1822556,
            "name":"Barcelona - Real Madrid",
            "start_date":"2022-09-07 21:00",
            "ft_only":"no",
            "status_id":33,
            "status_name":"1st half",
            "status_type":"live",
            "sport_id":5,
            "sport_name":"Soccer",
            "clock_time":290,
            "clock_status":"running",
            "ut":1662614487,
            "participants":[
               {
                  "counter":1,
                  "id":51448,
                  "type":"team",
                  "name":"Barcelona",
                  "short_name":"Barcelona",
                  "results":[
                     {
                        "id":412,
                        "value":0,
                     },
                     {
                        "id":411,
                        "value":0,
                     },
                     {
                        "id":2,
                        "value":0,
                     },
                     {
                        "id":3,
                        "value":0,
                     },
                     {
                        "id":4,
                        "value":0,
                     },
                     {
                        "id":5,
                        "value":"",
                     },
                     {
                        "id":133,
                        "value":"",
                     },
                     {
                        "id":134,
                        "value":"",
                     },
                     {
                        "id":7,
                        "value":"",
                     },
                     {
                        "id":104,
                        "value":"",
                     }
                  ]
               },
               {
                  "counter":2,
                  "id":51447,
                  "type":"team",
                  "name":"Real Madrid",
                  "short_name":"Real Madrid",
                  "results":[
                     {
                        "id":412,
                        "value":0,
                     },
                     {
                        "id":411,
                        "value":0,
                     },
                     {
                        "id":2,
                        "value":2,
                     },
                     {
                        "id":3,
                        "value":2,
                     },
                     {
                        "id":4,
                        "value":2,
                     },
                     {
                        "id":5,
                        "value":"",
                     },
                     {
                        "id":133,
                        "value":"",
                     },
                     {
                        "id":134,
                        "value":"",
                     },
                     {
                        "id":7,
                        "value":"",
                     },
                     {
                        "id":104,
                        "value":"",
                     }
                  ]
               }
            ]
         }
      }
   }
}

 

 

You can find there informations like:

ID of the event, name, status, participants and result.

If you are looking for more detailed information you need to use our ScoutFeed product and check the event and incidents messages.