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

# GET /tags

`GET /tags`

## Query parameters

- `page` integer
- `per_page` integer
- `search` string
- `exclude` integer[]
- `include` integer[]
- `order` string
- `orderby` string
- `hide_empty` boolean
- `post` integer
- `event` integer
- `slug` string

## Response `200`

Returns all the event tags matching the search criteria

- Term[]
  - `id` integer — The WordPress term ID
  - `name` string — The term name
  - `slug` string — The term slug
  - `taxonomy` string — The taxonomy the term belongs to
  - `description` string — The term description
  - `parent` integer — The term parent term if any
  - `count` integer — The number of posts associated with the term
  - `url` string — The URL to the term archive page
  - `urls` string[] — A list of links to the term own, archive and parent REST URL

## Other responses

- `400` — One or more of the specified query variables has a bad format
- `404` — No event tags match the query or 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/versions/ec2e0a6a611b/schema)
