Tyler1 All-Stars
HomeSchedulePick'emsHall of FamePlayersStatsResultsVODsRulesApply

Tyler1 All-Stars

TOURNAMENTS FEATURING THE BEST PLAYERS IN THE WORLD

Quick Links

  • Contact
  • Privacy
  • Rules
  • Data API

Follow Us

© 2026 Tyler1 All-Stars. All rights reserved.

Public Data API

Free and open — no API key required

Main Feed

One URL with everything — players, schedule, standings, and all match data updated every 60 seconds.

https://t1allstars.com/api/feed.json

All Endpoints

/api/feed.jsonFull snapshot — players, schedule, standings, all matches/api/public/tournamentsAll tournament weeks with results/api/public/tournaments/:weekSingle week detail + full bracket/api/public/standingsHall of Fame standings/api/public/playersAll published players with region + socials/api/public/matchesAll match series with game-by-game data/api/public/matches?week=:weekMatches filtered by week

Sample Response

Trimmed 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" }
  ]
}

Usage

  • No API key or authentication required
  • Responses are cached for 60 seconds
  • All timestamps are ISO 8601 (UTC)
  • CORS enabled — fetch directly from any origin

Contact

Questions or integration help? Email tyler1business@gmail.com.