---
title: "Geoffrey Asmus"
description: "Geoffrey Asmus is scheduled to perform a live comedy show at the Funny Bone Comedy Club in Columbus. The event will take place on February 19, 2027."
canonical: "https://www.gomry.com/event/Geoffrey-Asmus-BxxcKnq8ZNs0Vln9vuuk"
---

# Geoffrey Asmus

- **Event id**: `BxxcKnq8ZNs0Vln9vuuk`
- **Starts**: 2027-02-20T02:45:00.000Z (Etc/GMT+5)
- **Ends**: 2027-02-20T05:45:00.000Z (Etc/GMT+5)
- **Where**: Funny Bone Comedy Club - Columbus, Columbus, US
- **Organizer**: Gomry Retail
- **Availability**: `on_sale`
- **Price**: 64.89–87.10 usd
- **Page**: https://www.gomry.com/event/Geoffrey-Asmus-BxxcKnq8ZNs0Vln9vuuk?utm_medium=web&utm_campaign=catalogApi

## About

Geoffrey Asmus is scheduled to perform a live comedy show at the Funny Bone Comedy Club in Columbus. The event will take place on February 19, 2027.

## Ticket types

| ticket type id | name | price | currency | buyable now | per order | approval | sales end |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `external:victory_live%3A6457019614` | General Admission · GA | 64.89 | usd | yes | 1–4 | no | — |
| `external:victory_live%3A6471520645` | GA FLOOR · 1 | 68.85 | usd | yes | 1–2 | no | — |
| `external:victory_live%3A6371242360` | TABLE · GA12 | 85.95 | usd | yes | 1–8 | no | — |
| `external:victory_live%3A6371242385` | GENERAL ADMISSION · GA10 | 85.95 | usd | yes | 1–8 | no | — |
| `external:victory_live%3A6371242402` | GA STANDARD · GA11 | 87.10 | usd | yes | 1–8 | 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": "external:victory_live%3A6457019614",
      "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
