Vibe Coding
Give your AI the right context
llms.txt - full documentation index
https://docs.sportmonks.com/llms.txtContext block - Football API quick reference
Sportmonks Football API v3
Base URL: https://api.sportmonks.com/v3/football
Auth: ?api_token=YOUR_TOKEN (query parameter on every request)
Key endpoints:
GET /players/search/{query}
GET /teams/search/{query}
GET /leagues/search/{query}
GET /fixtures/{id}
GET /fixtures/date/{date}
GET /livescores/inplay
GET /squads/teams/{team_id}
GET /standings/live/leagues/{league_id}
GET /topscorers/seasons/{season_id}
Includes: semicolon-separated (e.g. include=participants;scores;league;state)
Filters: key:value syntax (e.g. filters=fixtureLeagues:8)
Pagination: ?page=1&per_page=25
Docs: https://docs.sportmonks.com/footballCursor Rules or Copilot instructions
Build prompts
Live score dashboard
Pre-match briefing card
Squad viewer
Top scorers leaderboard
Discord match alert bot
Tips
Last updated
Was this helpful?