72

Does anybody know if UEFA or FIFA provide a scores api for football matches, official team players list, transfers, etc?

I found footytube api but not sure ofits stability and completeness..

Rob Kielty
  • 7,958
  • 8
  • 39
  • 51
Dmitry Teplyakov
  • 2,898
  • 5
  • 26
  • 46
  • 4
    I found your question looking for UEFA/FIFA API and I found the footytube api. Thank you for that reference :) – Al-Punk Apr 13 '13 at 17:15
  • So do you use any of this APIs? – Sergiu Oct 07 '13 at 05:01
  • the deleted answer suggested a World cup JSON on Github - that may help. – Our Man in Bananas Jun 19 '14 at 21:59
  • 8
    If anyone's searching for this in 2018: FIFA has an API which provides a ton of information. The URL for the World Cup is: https://api.fifa.com/api/v1/calendar/matches?idseason=254645&idcompetition=17&language=en-GB&count=100 I couldn't find any documentation (obviously), but the JSON is fairly self-explanatory. – Christallkeks Jun 14 '18 at 21:19
  • @Christallkeks Thank you~ I 'm looking for this api! – WBB Jun 24 '18 at 04:36

4 Answers4

57

UEFA or FIFA don't seem to provide any API to get the information you want. However, there are some third-party services which support that:

  • OPTA - Both commercial and free. They have incredible database about matches. Whoscored.com currently uses it.

  • Others: livescoreboards, xmlsoccer, ...

arturomp
  • 28,790
  • 10
  • 43
  • 72
sincepast
  • 626
  • 7
  • 7
27

http://api.football-data.org/index is free and useful. The API is in active development, stable and recently the first versioned release called alpha was put online. Check the blog section to follow updates and changes.

Sofien Rahmouni
  • 4,354
  • 1
  • 21
  • 22
2

UEFA internally provides their own LIVEX Api for their Broadcasting Partners. That one is perfect enough to develop the Applications by their partners for themselves.

夏期劇場
  • 17,821
  • 44
  • 135
  • 217
  • do you have a link!? – Famic Tech May 19 '18 at 03:39
  • I'm trying to figure it out. In the meanwhile i have these samples: https://match.uefa.com/v1/matches/2027112 , https://comp.uefa.com/v1/competitions/14 . Please post of you have any documentation or documentation hints – MTZ4 Dec 12 '19 at 20:32
1

You can find stats-dot-com - personally I think their are better than opta. ESPN seems don't provide data in full and do not provide live data feeds (unfortunatelly).

We've been seeking for official data feed providing for our fantasy games (solutionsforfantasysport.com) and still staying with stats-com mainly (used opta, datafactory as well)

Sergio
  • 11
  • 2