---
title: "List vanlife events"
method: GET
path: "/api/events"
tags: ["Events"]
---

# List vanlife events

`GET /api/events`

Returns a paginated list of vanlife events. Useful for exhibitions, festivals, meetups, rallies, expos and road trips.

## Query parameters

- `locale` 'en' | 'ru' | 'de' | 'fr' | 'es' | 'pt' | 'tr'
- `source` string
- `status` 'upcoming' | 'ongoing' | 'past' | 'all'
- `type` 'expo' | 'festival' | 'forum' | 'meetup' | 'roadtrip'
- `country` string
- `search` string
- `page` integer
- `limit` integer

## Response `200`

Paginated event list

- EventsResponse
  - `events` EventSummary[]
    - `id` integer
    - `slug` string
    - `event_name` string
    - `event_type` string
    - `event_type_label` string
    - `event_type_emoji` string
    - `start_date` string, date, nullable
    - `end_date` string, date, nullable
    - `city` string, nullable
    - `country_code` string, nullable
    - `country` Country
      - `code` string
      - `slug` string
      - `name` string
      - `flag_emoji` string
    - `venue_name` string, nullable
    - `image_url` string, uri, nullable
    - `status` string
    - `quality_score` number, nullable
    - `articles_count` integer, nullable
    - `url` string, uri
  - `pagination` Pagination
    - `total` integer
    - `page` integer
    - `limit` integer
    - `pages` integer
  - `_attribution` Attribution
    - `data_source` string
    - `license` string
    - `attribution_url` string, uri
    - `attribution_html` string
    - `your_source` string

---

[API](https://skmtc.net/openvan/apis/openvan-camp-ai-public-api.md) · [All operations](https://skmtc.net/openvan/apis/openvan-camp-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openvan/openvan-camp-ai-public-api/versions/3f278a32bbb0/schema)
