We decided to make all our video data accessible to developers! You can now build your own football website or app using our Video API and give your users the ability to watch video highlights of the matches of their favorite football leauges. Our Video API allows you to embed all official video highlights of the Premier League, Champions League, La Liga, Serie A, Europa League and many more into your website or app.
These are official videos embedded from the official channels of the leagues or the teams. We filter out any content that might violate someone's copyright.
We aggregate official video content like match highlights and goal videos from every official Youtube channel and official website of football teams and leagues.
We then provide the embed codes of the videos through our Video API. So, for example, you can query the endpoint of the Premier League and get the embed codes for the latest official video highlights of the Premier League matches.
You need an API access token to use the Video API. You can find your access token in your account page if you are subscribed to one of our developer plans. You can retrieve the data in JSON format from the following endpoints:
https://www.scorebat.com/video-api/v3/feed/?token=[YOUR_API_TOKEN]
This endpoint returns a feed of videos from the latest and most relevant football matches. The endpoint is public so you can access it even with the free plan.
https://www.scorebat.com/video-api/v3/competition/england-premier-league/?token=[YOUR_API_TOKEN]
You can query videos for each competition through the compeition endpoint. The above url will return the videos from the latest matches of the Premier League.
https://www.scorebat.com/video-api/v3/team/real-madrid/?token=[YOUR_API_TOKEN]
You can query videos for each team through the team endpoint. The above url will return the videos from the latest matches of Real Madrid.
You can embed our free video widget and display all the goals and highlights updated in real time without writing any code: just copy the embed code to your website and you are ready to go!
Please feel free to contact us if you have any feedback or suggestion.