---
title: "Get a single event"
method: GET
path: "/events/{id}"
tags: ["Events"]
---

# Get a single event

`GET /events/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful response

- Event
  - `id` string — Identifier of a resource
  - `title` string
  - `description` string
  - `start` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
  - `end` integer — Unix time (number of seconds since 00:00::00 1. January, 1970, UTC)
  - `created_at` integer — Precise Unix time (number of milliseconds since 00:00::00.000 1. January, 1970, UTC) for system-generated time stamps
  - `created_by` string — The email address of the user who is responsible for the content. This information is only available for authorized organizations.
  - `lat` number, double — Geographic latitude (in degrees)
  - `lng` number, double — Geographic longitude (in degrees)
  - `street` string
  - `zip` string
  - `city` string
  - `country` string
  - `state` string
  - `email` string — An e-mail address.
  - `telephone` string
  - `tags` Tag[]
  - `homepage` string
  - `registration` 'email' | 'telephone' | 'homepage' — Type of registration
  - `organizer` string
  - `image_url` string
  - `image_link_url` string

## Changes

- **2020-08-13** `b2a47c048e83` — 1 breaking, 6 info
  - the `created_at` response's property type/format changed from `integer`/`int64` to ``/`` for status `200`
  - the response optional property `created_at` became not read-only for the status `200`
  - added `#/components/schemas/UnixTime` to the `end` response property `allOf` list for the response status `200`
  - added `#/components/schemas/UnixTime` to the `start` response property `allOf` list for the response status `200`
  - …3 more
- **2020-08-13** `bca9ebb2d24a` — 3 breaking, 2 info
  - the `email` response property's minLength was decreased from `3` to `0` for the response status `200`
  - the `email` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - the `telephone` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added `#/components/schemas/Email` to the `email` response property `allOf` list for the response status `200`
  - …1 more
- **2020-08-13** `ddfd4e39c98d` — 5 breaking, 6 info
  - added `#/components/schemas/UnixTime` to the `end` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/UnixTime` to the `start` response property `oneOf` list for the response status `200`
  - the `created_at` response's property type/format changed from ``/`` to `integer`/`int64` for status `200`
  - the `email` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …7 more

[Change history](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/events/:id/get.md)

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
