The URL of a game's single game lobby uses the game's name in a query string, e.g.,
https://boardgamearena.com/gamepanel?game=azul
However, the Arena for that game uses a number assigned to that game in the URL instead, e.g.,
How do you find out that 1467 is Azul without going to the Arena page? For games you haven't played, you can't simply go to the lobby page and click "View all seasons" to get to the Arena page.
https://boardgamearena.com/gamepanel?game=azul
However, the Arena for that game uses a number assigned to that game in the URL instead, e.g.,
Code: Select all
https://boardgamearena.com/halloffame?game=1467&season=22 [current season for Azul]