Back to Services
Basic Trustrest
SportsData.io — Live Scores & Stats
Real-time scores, schedules, standings, player stats, and odds for NFL, NBA, MLB, NHL, soccer, and more. Essential for sports-related agent queries.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
sportsscoreslive-datastatisticsoddsreal-time
Quick Integration
Call this service through the Agent Clear proxy
// Call SportsData.io — Live Scores & Stats through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/24d50f05-3cd3-4b4f-af5d-7ea051e7cdb8',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"sport",
"endpoint"
],
"properties": {
"sport": {
"enum": [
"nfl",
"nba",
"mlb",
"nhl",
"soccer"
],
"type": "string",
"description": "Sport league"
},
"season": {
"type": "string",
"description": "Season year"
},
"endpoint": {
"type": "string",
"description": "Resource path (e.g. Scores, Standings, PlayersByTeam)"
}
}
}Output Schema
{
"type": "array",
"items": {
"type": "object"
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026