---
title: "City Tour"
description: "<p>🏛️ <em>Rome City Tour &amp; Aperitivo!</em> 🇮🇹✨</p><p>Hey guys! Ready to discover the beauty of Rome together? Join us for an amazing afternoon walk through the <em>heart of the Eternal City</em"
canonical: "https://www.gomry.com/event/City-Tour-0tGUgfJsMkzR2i0muOm6"
---

# City Tour

- **Event id**: `0tGUgfJsMkzR2i0muOm6`
- **Starts**: 2026-09-24T14:30:00.000Z (Europe/Rome)
- **Ends**: 2026-09-24T19:00:00.000Z (Europe/Rome)
- **Where**: Roma, Italia
- **Organizer**: ESN Roma Tre
- **Availability**: `on_sale`
- **Price**: free
- **Page**: https://www.gomry.com/event/City-Tour-0tGUgfJsMkzR2i0muOm6?utm_medium=web&utm_campaign=catalogApi

## About

<p>🏛️ <em>Rome City Tour &amp; Aperitivo!</em> 🇮🇹✨</p><p>Hey guys! Ready to discover the beauty of Rome together? Join us for an amazing afternoon walk through the <em>heart of the Eternal City</em>, followed by a well-deserved chill aperitivo! 🍹</p><p>🗓 When: <em>Thursday September 24th</em></p><p>📍 Meeting Point: <em>Metro Colosseo at 4:30 PM</em> (tour starts at 4:45 PM) - we'll send the exact location</p><p>👀 Itinerary: Colosseum ➔ Imperial Fora ➔ Vittoriano ➔ Pantheon ➔ Piazza Navona &nbsp;</p><p>🍸 <em>Optional post-Tour Aperitivo:</em></p><p>We'll head to Hippo Bar (Corso Vittorio Emanuele II, 205).</p><p>💶 <em>Price</em>: €10 -&gt; Includes a drink and appetizers (chips, olives, and more)!</p>

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `2e6RGO8tt6V5ITWnNYO5` | General Admission | free | eur | yes | 1–unlimited | no | — |

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.

## 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": "2e6RGO8tt6V5ITWnNYO5",
      "quantity": 1
    }
  ],
  "buyer": {
    "name": "Ada Lovelace",
    "email": "ada@example.com"
  }
}
```

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
