API Reference
ScoreScrape API
Access real-time scoreboard data programmatically. Build custom integrations and automate your broadcasting workflow.
Real-time Data
Get live score updates as they happen with sub-second latency
API Keys
Secure authentication with rotating API keys
Rate Limited
Fair usage limits to ensure reliability for all users
Quick Start
Make your first API request to get score data from your bridge:
Terminal
curl -X GET "https://api.scorescrape.io/v1/bridges/{bridge_id}/scores" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Replace YOUR_API_KEY with your actual API key and {bridge_id} with your bridge ID.
API Keys
Generate and manage your API keys from your dashboard settings.
Documentation Sections
Base URL
All API requests should be made to:
https://api.scorescrape.io/v1