If you have a fantasy, betting or any other kind of sport-related website we give you the opportunity to offer your clients the most reliable information about injuries and suspensions.

 

In recent years people’s awareness about the power of such information has risen, and having that information on your website is not a luxury anymore. It is an absolute necessity.

 

Our information is published in JSON format and can be easily accessible through our Injuries API. That means that everything we publish can be visible on your website in the meter of minutes.

 

Leagues that we currently offer:

– England Premier League
– Spain Primera Division
– Germany Bundesliga
– Italy Serie A
– France Ligue 1
– Champions League
– Europa League

 

If you are interested you can contact us so we can discuss all the details.

marketing@injuriesandsuspensions.com

 

 

Example of injuries and suspensions in JSON format:

{
  "comp_id" : 1201,
  "season" : "2021/2022",
  "id_home" : 2012,
  "content_home"  : {
          "doubt" : [
            {
              "name" : "Alex McCarthy",
              "games_played" : "15",
              "goals_scored" : "0",
              "position" : "goalkeeper",
              "additional_info" : ""
            },
            {
              "name" : "Tino Livramento",
              "games_played" : "18",
              "goals_scored" : "1",
              "position" : "defender",
              "additional_info" : ""
            }
         ],
          "out" : [
            {
              "name" : "Will Smallbone",
              "games_played" : "1",
              "goals_scored" : "0",
              "position" : "midfielder",
              "additional_info" : ""
            },
            {
              "name" : "Moussa Djenepo",
              "games_played" : "8",
              "goals_scored" : "0",
              "position" : "midfielder",
              "additional_info" : ""
            }
         ],
          "susp" : []

        },
     "id_away" : 2001,
     "content_away"  : {
          "doubt" : [
            {
              "name" : "Riyad Mahrez",
              "games_played" : "16",
              "goals_scored" : "6",
              "position" : "forward",
              "additional_info" : ""
            },
            {
              "name" : "Oleksandr Zinchenko",
              "games_played" : "7",
              "goals_scored" : "0",
              "position" : "midfielder",
              "additional_info" : ""
            }
         ],
          "out" : [
            {
              "name" : "Liam Delap",
              "games_played" : "0",
              "goals_scored" : "0",
              "position" : "forward",
              "additional_info" : ""
            }
         ],
          "susp" : [
            {
              "name" : "Benjamin Mendy",
              "games_played" : "1",
              "goals_scored" : "0",
              "position" : "defender",
              "additional_info" : "suspended by club"
            }
          ]
         },
       "season" : "2021/2022"
     }