Add complete Nike football data platform with: - FastMCP server exposing football data tools over HTTP - RapidAPI client for free-api-live-football-data integration - Bootstrap web dashboard with live match/standings views - REST API endpoints for dashboard consumption - Docker support with multi-stage build - Comprehensive README with architecture docs - Minimal .gitignore replacing verbose Python template
31 lines
639 B
JSON
31 lines
639 B
JSON
{
|
|
"status": "success",
|
|
"response": {
|
|
"suggestions": [
|
|
{
|
|
"type": "team",
|
|
"id": "56453",
|
|
"score": 300012,
|
|
"name": "Toronto FC",
|
|
"leagueId": 130,
|
|
"leagueName": "Major League Soccer"
|
|
},
|
|
{
|
|
"type": "team",
|
|
"id": "1022954",
|
|
"score": 300001,
|
|
"name": "Inter Toronto FC",
|
|
"leagueId": 9986,
|
|
"leagueName": "Premier League"
|
|
},
|
|
{
|
|
"type": "team",
|
|
"id": "614319",
|
|
"score": 300000,
|
|
"name": "Toronto FC II",
|
|
"leagueId": 10282,
|
|
"leagueName": "MLS Next Pro"
|
|
}
|
|
]
|
|
}
|
|
} |