---
title: "Get one vanlife event"
method: GET
path: "/api/event/{slug}"
tags: ["Events"]
---

# Get one vanlife event

`GET /api/event/{slug}`

Returns event details including dates, location, description, official URL, social links and localized fields.

## Path parameters

- `slug` string, required

## Query parameters

- `locale` 'en' | 'ru' | 'de' | 'fr' | 'es' | 'pt' | 'tr'
- `source` string

## Response `200`

Event details

- Event — Full event object returned by /api/event/{slug}.
  - `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
  - `venue_address` string, nullable
  - `latitude` number, nullable
  - `longitude` number, nullable
  - `description` string, nullable
  - `summary` string, nullable
  - `official_url` string, uri, nullable
  - `social_links` object
  - `organizer` string, nullable
  - `admission_price` string, nullable
  - `seo_title` string, nullable
  - `seo_description` string, nullable
  - `seo_og_title` string, nullable
  - `seo_og_description` string, nullable
  - `_attribution` Attribution
    - `data_source` string
    - `license` string
    - `attribution_url` string, uri
    - `attribution_html` string
    - `your_source` string

## Other responses

- `404` — Resource not found

---

[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/revisions/3f278a32bbb0/schema)
