---
title: "GET /organizers"
method: GET
path: "/organizers"
---

# GET /organizers

`GET /organizers`

## Query parameters

- `page` integer
- `per_page` integer
- `search` string
- `event` integer
- `has_events` boolean
- `only_with_upcoming` boolean
- `status` string

## Response `200`

Returns all the organizers matching the search criteria

- 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` — One or more of the specified query variables has a bad format
- `404` — The requested page was not found.

---

[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)
