---
title: "Event Search"
method: GET
path: "/v3/events"
tags: ["Events"]
---

# Event Search

`GET /v3/events`

Returns events that match search criteria

## Query parameters

- `locale` string
- `offset` integer
- `limit` integer
- `sort_by` 'asc' | 'desc'
- `sort_on` 'popularity' | 'time_start'
- `start_date` integer
- `end_date` integer
- `categories` string[]
- `is_free` boolean
- `excluded_events` string[]
- `location` string
- `latitude` number
- `longitude` number
- `radius` integer

## Response `200`

One more more events were found.

- object
  - `events` Schema[], required — List of events found matching search criteria. — unresolved $ref
  - `total` integer, required — Total number of events returned based on search criteria.

## Other responses

- `400` — Bad Request. Message varies depending on failure scenario
- `401` — The API key has either expired or doesn't have the required scopes to query this endpoint. | code | description | | ------------- | ------------- | | UNAUTHORIZED_API_KEY | The API key provided is not currently able to query this endpoint. | | TOKEN_INVALID | Invalid API key or authorization header. |
- `403` — The API key provided is not currently able to query this endpoint.
- `404` — Resource Not Found
- `413` — The length of the request exceeded the maximum allowed
- `429` — You have either exceeded your daily quota, or have exceeded the queries-per-second limit for this endpoint. Try reducing the rate at which you make queries.
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/yelp/apis/businesses.md) · [All operations](https://skmtc.net/yelp/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/businesses/revisions/d3f744f55ed7/schema)
