Football (Soccer) Videos API

Beginner's Pick Sports & Fitness / No Auth Required Beginner HTTPS CORS
Free to Use
78 B
Measured Score 0 50 100 Speed 22/30 Consistency 13/20 Security 20/20 Browser access 15/15 Transparency 8/15 TESTED 2026-08-10

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.

match scores and results
team standings
player statistics
schedule and fixtures

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.

JSON Response · Captured
{
  "error": [],
  "currentTime": 1786391631,
  "response": {}
}

Implementation Example

Calls a real endpoint of this API. Replace any placeholder credentials with your own key.

Request
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.

No videos returned The competition filter you used does not match any available content
Fetch the full feed first at /api/v3/?token=YOUR_TOKEN to see all available competition names
Embed not displaying The iframe was placed inside a container with overflow:hidden or zero height
Ensure the parent container has a defined height and allows iframe content
401 Unauthorized on premium endpoint Token is missing or invalid for token-restricted endpoints
Register at scorebat.com to obtain a free token and include it as ?token=YOUR_TOKEN

Measured Score Breakdown

Live HTTP request to the API endpoint

Speed 22/30
Consistency 13/20
Security 20/20
Browser access 15/15
Transparency 8/15
Endpoint Response Time 63ms

Fully tested on Aug 10, 2026

Technical Specifications

Auth No Auth
HTTPS REQUIRED
CORS YES
Category Sports & Fitness
Difficulty Beginner
Endpoint last called: 2026-08-10

Similar APIs

View All →