---
title: "Game Night"
description: "<p><strong>🎲 19:00–22:00 | Game Night</strong><br>Join us for a fun and relaxed evening dedicated to board games and socializing! Choose from a variety of games, join different tables, and meet fello"
canonical: "https://www.gomry.com/event/Game-Night-UqV8xPzBgNCrhirZKJzI"
---

# Game Night

- **Event id**: `UqV8xPzBgNCrhirZKJzI`
- **Starts**: 2026-10-06T17:00:00.000Z (Europe/Rome)
- **Ends**: 2026-10-06T20:00:00.000Z (Europe/Rome)
- **Where**: Ravenna, Italia
- **Organizer**: ESN Ravenna
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/Game-Night-UqV8xPzBgNCrhirZKJzI?utm_medium=web&utm_campaign=catalogApi

## About

<p><strong>🎲 19:00–22:00 | Game Night</strong><br>Join us for a fun and relaxed evening dedicated to board games and socializing! Choose from a variety of games, join different tables, and meet fellow Erasmus and international students while challenging yourself and making new friends.</p><p><strong>♟️ Free Play Area</strong><br>Move freely between tables and try as many games as you like, from strategy and teamwork games to quick and casual classics.</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `o6WgiqWMFXL84tX3Mtsn` | General Admission | free | eur | yes | 1–unlimited | no | 2026-10-06T21:00:00.000Z |

Prices exclude the service fee. `buyable now` is a boolean, not a count —
remaining stock is the organizer's information and is not published; create
a checkout session to find out whether a given quantity fits.

## Registration questions

| question id | question | type | required | answerable | options |
| --- | --- | --- | --- | --- | --- |
| `u5iyfj1ukgasu5dibhhqs` | PRIVACY AND REGISTRATION | multipleChoice | yes | yes | I Agree |
| `5nw3yxsong9rbykg48w927` | PHOTO/VIDEO RELEASE | multipleChoice | no | yes | I Agree |

Send these back as `attendee_answers` (`{ question_id, value }`). A missing
required answer keeps a checkout session unpayable. `dropdown` and
`multipleChoice` answers must match one of the listed options exactly.

## Buying this with an agent

The `ticket type id` column above is `items[].id` below. This body is
complete and can be sent as it stands, with the buyer details replaced:

```
POST https://www.gomry.com/api/v1/checkout_sessions
Authorization: Bearer <token>
API-Version: 2025-09-12
Content-Type: application/json

{
  "items": [
    {
      "id": "o6WgiqWMFXL84tX3Mtsn",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  },
  "attendee_answers": [
    {
      "question_id": "u5iyfj1ukgasu5dibhhqs",
      "value": "I Agree"
    }
  ]
}
```

The response `totals` is the authoritative price — it includes the service
fee, which is not in the table above and depends on the cart and the
organizer's fee settings. Never compute a total from this document.

No human is needed for the credential: register at `https://www.gomry.com/api/mcp/oauth/register`
for the `client_credentials` grant. Full flow: https://www.gomry.com/auth.md
