← Back to Dashboard

Football (Soccer) Videos

Sports & FitnessActiveUnknownAuth: UnknownDoc: HTML
Swagger DocumentationVisit Website ↗

Description

Embed codes for goals and highlights from Premier League, Bundesliga, Serie A and many more

✨ AI Summary

Offers embed codes for football (soccer) goals and highlights from major leagues, providing livescores and live streams.

Code Example

import requests

# Note: The API endpoint and parameters are hypothetical as they are not provided in the description or page content.
# This example assumes a REST API exists to fetch embed codes.
url = "https://api.scorebat.com/v1/videos"
params = {
    "league": "premier-league",
    "date": "2023-10-27"
}
response = requests.get(url, params=params)

# Print the JSON response (hypothetically containing embed codes or video info)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)