---
title: "GET /organizers/{id}"
method: GET
path: "/organizers/{id}"
---

# GET /organizers/{id}

`GET /organizers/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Returns the data of the organizer with the specified post ID

- Organizer
  - `id` integer — The organizer WordPress post ID
  - `global_id` string — The organizer ID used to globally identify in Event Aggregator
  - `global_id_lineage` string[] — An Array containing the lineage of where this organizer comes from, this should not change after the organizer is created.
  - `author` integer — The organizer author WordPress post ID
  - `date` string — The organizer creation date in the site time zone
  - `date_utc` string — The organizer creation date in UTC time
  - `modified` string — The organizer last modification date in the site time zone
  - `modified_utc` string — The organizer last modification date in UTC time
  - `status` string — The organizer status
  - `url` string — The URL to the organizer page
  - `organizer` string — The organizer name
  - `description` string — The organizer long description
  - `excerpt` string — The organizer short description
  - `slug` string — The organizer slug
  - `image` Image
    - `url` string, uri — The URL to the full size version of the image
    - `id` integer — The image WordPress post ID
    - `extension` string — The image file extension
    - `width` integer — The image natural width in pixels
    - `height` integer — The image natural height in pixels
    - `sizes` ImageSize[] — The details about each size available for the image
      - `width` integer — The image width in pixels in the specified size
      - `height` integer — The image height in pixels in the specified size
      - `mime-type` string — The image mime-type
      - `url` string, uri — The link to the image in the specified size on the site
  - `phone` string — The organizer phone number
  - `website` string — The organizer website
  - `email` string — The organizer email address

## Other responses

- `400` — The organizer post ID is missing.
- `403` — The organizer with the specified ID is not accessible.
- `404` — An organizer with the specified event does not exist.

---

[API](https://skmtc.net/theeventscalendar/apis/the-events-calendar-rest-api.md) · [All operations](https://skmtc.net/theeventscalendar/apis/the-events-calendar-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theeventscalendar/the-events-calendar-rest-api/revisions/ec2e0a6a611b/schema)
