GET
/
api
/
v1
/
conventions
/
{slug}
/
{
  "id": 123,
  "magic_events": [
    {
      "id": 123,
      "name": "<string>",
      "event_format": "BOOSTER_DRAFT",
      "settings": {
        "id": 123,
        "event_lifecycle_status": "REGISTRATION_OPEN"
      },
      "start_datetime": "2023-11-07T05:31:56Z"
    }
  ],
  "name": "<string>",
  "slug": "<string>",
  "status": "SCHEDULED",
  "regional_championship_region": "USA",
  "description": "<string>",
  "url": "<string>",
  "start_datetime": "2023-11-07T05:31:56Z",
  "end_datetime": "2023-11-07T05:31:56Z",
  "name_of_location": "<string>",
  "address": "<string>",
  "coordinates": {
    "type": "Point",
    "coordinates": [
      12.9721,
      77.5933
    ]
  },
  "event_timezone": "Africa/Abidjan",
  "requires_ticket": true,
  "hotel_block_information": "<string>",
  "show_game_type_filters": true,
  "ode_floor_judge_buzzer_identifier": "<string>",
  "header_image": "<string>",
  "override_headlining_formats": [
    "BOOSTER_DRAFT"
  ],
  "override_has_regional_championship": true,
  "melee_hub_id": "<string>",
  "accent_color_primary_hex": "<string>",
  "accent_color_secondary_hex": "<string>",
  "organizer": 123,
  "series": 123,
  "product_lists": [
    123
  ]
}

Authorizations

X-API-Key
string
header
required

API key in format: sk_*

Path Parameters

slug
string
required

Response

200 - application/json

The response is of type object.