We’ve made all our football video data accessible to developers! With the ScoreBat Video API, you can build your own football website or app and let your users watch official video highlights from their favorite leagues and teams.

Our Video API lets you embed official video highlights from the Premier League, Champions League, Bundesliga, La Liga, Serie A, Europa League, and many more — all directly into your website or app.
We aggregate official video content — match highlights, goals, and live streams — from every verified YouTube channel and official website of football teams and leagues. The API then provides the embed codes of these videos, so for example, when you query the Premier League endpoint, you’ll get the latest official highlights of recent 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/free-feed/?token=[YOUR_API_TOKEN]The Free Feed endpoint gives you access to a limited set of match highlights. It includes selected leagues and older games, providing a preview of the full Video API.
https://www.scorebat.com/video-api/v3/featured-feed/?token=[YOUR_API_TOKEN]Returns a curated and relevant feed that includes both recent and important matches from the top football leagues and competitions. The feed highlights the most popular and noteworthy games, but does not include every match. To access all videos for a specific league or team, use the competition or team endpoints.
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.
https://www.scorebat.com/video-api/v3/live-streams/?token=[YOUR_API_TOKEN]Returns only matches that have official live streams available — including both currently live and already finished matches. Entries appear ~5 minutes before kickoff.
https://www.scorebat.com/video-api/v3/updated-endpoints/?token=[YOUR_API_TOKEN]This endpoint lets you detect which competition or team feeds have been updated recently, eliminating the need to poll every individual endpoint.
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.