Free and open — no API key required
One URL with everything — players, schedule, standings, and all match data updated every 60 seconds.
https://t1allstars.com/api/feed.jsonTrimmed example of feed.json:
{
"meta": {
"version": "1",
"generated_at": "2026-02-23T18:00:00Z",
"event": "Tyler1 All-Stars Season 1 Winter 2026",
"format": "1v1 Howling Abyss, Best-of-3, Double Elimination"
},
"players": [
{ "name": "AloisNL", "region": "EU", "twitch": "alois_nl" },
{ "...": "30 players total" }
],
"schedule": [
{
"week": 1, "region": "EU", "status": "complete",
"results": { "1st": "AloisNL", "2nd": "Diamondprox", "3rd": "NattyNatt", "4th": "BROHAN" }
},
{ "...": "6 weeks total" }
],
"standings": [
{ "rank": 1, "name": "AloisNL", "region": "EU", "tournaments": 2, "wins": 2, "prize": 15000 },
{ "...": "8 players total" }
],
"matches": [
{
"week": 1, "bracket": "winners", "player1": "Diamondprox", "player2": "NattyNatt",
"winner": "Diamondprox", "score": "2-1",
"games": [
{ "game": 1, "player1_champion": "Volibear", "player2_champion": "Renekton",
"winner": "NattyNatt", "victory_condition": "first_blood" }
]
},
{ "...": "all matches across all weeks" }
]
}Questions or integration help? Email tyler1business@gmail.com.