Football (Soccer) Videos API
Overview
Football (Soccer) Videos API by Scorebat provides embed codes for goals and match highlights from top leagues like the Premier League and Bundesliga. You get ready-to-use iframe embed codes that can be dropped directly into any web page. No API key is required for basic access.
Beginner Tip
The embed field contains a full iframe HTML snippet - just insert it into your page HTML and the video player will appear without any additional setup.
Measurement Record
What actually happened when we called this API from our own infrastructure. Every value below was recorded by the request, not copied from the provider's documentation.
- Request
- GET https://scorebat.com/api/
- Result
- HTTP 200 · application/json · 51 bytes · compressed
- Response time
- 63 ms (median of 3) · fastest 51 ms
- Transport
- TLSv1.3 · TLS_AES_128_GCM_SHA256 · certificate issued by Amazon
- Browser CORS
- Allowed — Access-Control-Allow-Origin: *
- Served by
- nginx
- Recorded
- 2026-08-10
Available Data
The kind of data this API exposes, based on its documentation. We could not call the endpoint to confirm the exact field names.
Captured Response
Captured from a real request to https://scorebat.com/api/ on 2026-08-10. Long arrays and nested objects are truncated to keep the shape readable.
{
"error": [],
"currentTime": 1786391631,
"response": {}
} Implementation Example
Calls a real endpoint of this API. Replace any placeholder credentials with your own key.
const url = "https://www.scorebat.com/video-api/v3/feed/?token=YOUR_API_TOKEN";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Generated guidance based on this API's documentation, not observed by us. Treat it as a starting point and check against the provider's own error reference.
Measured Score Breakdown
Live HTTP request to the API endpoint
Fully tested on Aug 10, 2026
Technical Specifications
Related Tags
Similar APIs
View All →balldontlie
⭐ Beginner's Pickballdontlie is a completely free, no-auth-required API that provides NBA basketball statistics including player data, team information, game scores, and season averages.
City Bikes
⭐ Beginner's PickCity Bikes API gives you real-time data on bike-sharing stations across hundreds of cities worldwide.
Football Standings
⭐ Beginner's PickFootball Standings API provides current league standings for popular football competitions like the EPL, La Liga, and Serie A, sourced from ESPN.
MLB Records and Stats
⭐ Beginner's PickMLB Records and Stats API provides current and historical statistics for Major League Baseball, including player batting and pitching records, team stats, and season standings.
Oddsmagnet
Oddsmagnet provides historical betting odds data from multiple UK bookmakers, letting you track how odds have changed over time for various sports events.