Published Event Categories

Returns a list of published categories for events. Note that it is optional that an event is assigned to a category.

GET https://api.e-guma.ch/v1/ticketing/published_event_categories.json?apikey={api-key}

Parameters

api-key
required

Return

idId of the category
nameName of the category in all available languages
description_htmlDescription as HTML in all available languages
thumbnail_image_urlImage URL of the thumbnail image.

Here is how to display this image correctly on a web page.

The image is optimized for a 6:5 ratio and has a resolution of at least 600 x 500px.
cover_image_urlImage url of the cover image. This value can be empty ("").

Here is how to display this image correctly on a web page.

We suggest that you add these parameters to the image URL:
?fit=max&w=1600&auto=format
urlUrl of the category in all available languages

Example

GET https://api.e-guma.ch/v1/ticketing/published_event_categories.json?apikey=510e32c594d84816a4af9df1
[
  {
    "id": "5f3a7ba46588551a30da6140",
    "name": {
      "de": "MAGISCHER BRUNCH",
      "en": "MAGICAL BRUNCH",
      "fr": "BRUNCH MAGIQUE"
    },
    "description_html": {
      "de": "Brunchen mal anders: Zu unseren regionalen Spezialitäten\n verzaubern wir Sie mit einer magischen Show der Extraklasse!&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;\n<br>",
      "en": "Brunch&nbsp;with a difference: As with specialities from the Züribiet and the surrounding cantons, we will enchant you&nbsp;with a magical show in a class of its own!",
      "fr": "Le Brunch avec la petite différence : En plus de nos spécialités régionales, nous vous gâtons avec un spectacle magique de la classe extra !"
    },
    "thumbnail_image_url": "https://images.e-guma.ch/4214/assets/97da5eb3ad264d2aad2a59ebc22c6cfb.jpg",
    "cover_image_url": "https://images.e-guma.ch/4214/assets/0cd9cb27f7004bbb831ab9ea14ca57d9.jpg",
    "url": {
      "de": "https://shop.e-guma.ch/demo/de/events/c/magischer-brunch-3250929",
      "en": "https://shop.e-guma.ch/demo/en/events/c/magical-brunch-3250929",
      "fr": "https://shop.e-guma.ch/demo/fr/events/c/brunch-magique-3250929"
    }
  },
  {
    "id": "5f3ba1196588555010a4ec71",
    "name": {
      "de": "WORKSHOPS",
      "en": "WORKSHOPS",
      "fr": "ATELIERS"
    },
    "description_html": {
      "de": "Für erfolgreiche Meetings&nbsp;die richtige Umgebung.&nbsp;Sie tauchen ab in ein interessantes Fachgebiet und wir sorgen entsprechend für ein inspirierendes Wohlfühlambiente.<br>",
      "en": "For successful meetings, the right environment. You dive into an interesting field of expertise and we provide an inspiring atmosphere of well-being.<br>",
      "fr": "Pour des réunions réussies, il faut un environnement adéquat. Vous plongez dans un domaine d'expertise intéressant et nous vous offrons une atmosphère de bien-être inspirante.<br>"
    },
    "thumbnail_image_url": "https://images.e-guma.ch/4214/assets/9c625cacc2ba40ce9cc3c34994480b2c.jpg",
    "cover_image_url": "https://images.e-guma.ch/4214/assets/fbaa617b60b142909520e75b4edd7ffe.jpg",
    "url": {
      "de": "https://shop.e-guma.ch/demo/de/events/c/workshops-4251333",
      "en": "https://shop.e-guma.ch/demo/en/events/c/workshops-4251333",
      "fr": "https://shop.e-guma.ch/demo/fr/events/c/ateliers-4251333"
    }
  }
]