---
title: "Publish a venue"
method: POST
path: "/publish/v2/venues"
---

# Publish a venue

`POST /publish/v2/venues`

Since 1.0.0

## Headers

- `TMPS-Correlation-Id` string, required

## Request body

- Venue — Venue
  - `type` 'event' | 'venue' | 'attraction', required — Type of the entity
  - `distance` number, double
  - `units` string
  - `source` Source — Source
    - `name` string — Source's name
    - `id` string — ID of the entity in the source's system
  - `names` object — Names of the entity - multi-lingual fields
  - `address` Address — Address
    - `line1s` object — Aaddress first line - multi-lingual fields
    - `line2s` object — Address second line - multi-lingual fields
    - `line3s` object — Address third line - multi-lingual fields
  - `descriptions` object — Descriptions of the entity - multi-lingual fields
  - `city` City — City
    - `names` object — Names of the entity - multi-lingual fields
  - `state` State — State
    - `stateCode` string — State code
    - `names` object — Names of the entity - multi-lingual fields
  - `additionalInfos` object — Additional informations of the entity - multi-lingual fields
  - `country` Country — Country
    - `countryCode` string — Country code (ISO 3166)
    - `names` object — Names of the entity - multi-lingual fields
  - `url` string — URL of a web site detail page of the entity
  - `postalCode` string — Postal code / zipcode of the venue
  - `location` Location — Location
    - `longitude` number — Longitude
    - `latitude` number — Latitude
  - `timezone` string — Timezone of the venue
  - `currency` string — Default currency of ticket prices for events in this venue
  - `markets` Market[] — Markets of the venue
    - `id` string — Market's id
  - `images` Image[] — Images of the entity
    - `url` string — Public URL of the image
    - `ratio` '16_9' | '3_2' | '4_3' — Aspect ratio of the image
    - `width` integer — Width of the image
    - `height` integer — Height of the image
    - `fallback` boolean — true if the image is not the event's image but a fallbak image
    - `domains` string[] — Domains on which this image should be displayed
    - `attribution` string — Attribution of the image
  - `dma` Dma[] — The list of associated DMAs (Designated Market Areas) of the venue
    - `id` integer — DMS's id
  - `social` Social — Social networks data
    - `twitter` Twitter — Twitter data
      - `handle` '@a Twitter handle' — Twitter handle
      - `hashtags` string[] — Twitter hashtags
  - `boxOfficeInfo` VenueBoxOfficeInfo — Venue box office information
    - `phoneNumberDetails` object — Venue box office phone number - multi-lingual fields
    - `openHoursDetails` object — Venue box office opening hours - multi-lingual fields
    - `acceptedPaymentDetails` object — Venue box office accepted payment details - multi-lingual fields
    - `willCallDetails` object — Venue box office will call details - multi-lingual fields
  - `parkingDetails` object — Venue parking info - multi-lingual fields
  - `accessibleSeatingDetails` object — Venue accessible seating details - multi-lingual fields
  - `generalInfo` VenueGeneralInfo — Venue general information
    - `generalRules` object — Venue general rules - multi-lingual fields
    - `childRules` object — Venue children rules - multi-lingual fields
  - `relationships` Relationship[] — Relationships on the entity, like if the entity is a duplicate of another one
  - `references` object — References of this entity in an other system. Reference is the exact same entity
  - `version` integer — Version of the entity. Version is to avoid updated an entity with an older version
  - `active` boolean — Indicate if the entity is active, inactive entity won't appear in Discovery API
  - `test` boolean — Indicate if this is a test entity, by default test entities won't appear in discovery API
  - `discoverable` boolean — True if the entity is dicoverable in discovery API

## Response `200`

successful operation

---

[API](https://skmtc.net/ticketmaster-api/apis/ticketmaster-publish-api.md) · [All operations](https://skmtc.net/ticketmaster-api/apis/ticketmaster-publish-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ticketmaster-api/ticketmaster-publish-api/versions/109dd23e9174/schema)
