v2

latestOpenAPI 3.0.3CC BY 4.02026-07-26122532.7 KB
Events

Get one vanlife event

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

get/api/event/{slug}

Path parameters

slugstring required

Event slug.

Query parameters

locale'en' | 'ru' | 'de' | 'fr' | 'es' | 'pt' | 'tr'

Language for localized fields. Defaults to en.

sourcestring

Optional integration name or domain for attribution tracking.

Response

Event details

idinteger
slugstring
event_namestring
event_typestring
event_type_labelstring
event_type_emojistring
start_datestring date nullable
end_datestring date nullable
citystring nullable
country_codestring nullable
venue_namestring nullable
image_urlstring uri nullable
statusstring
quality_scorenumber nullable
articles_countinteger nullable
urlstring uri
venue_addressstring nullable
latitudenumber nullable
longitudenumber nullable
descriptionstring nullable
summarystring nullable
official_urlstring uri nullable
social_linksobject
organizerstring nullable
admission_pricestring nullable
seo_titlestring nullable
seo_descriptionstring nullable
seo_og_titlestring nullable
seo_og_descriptionstring nullable

Example response

{
  "country": {
    "code": "de",
    "slug": "germany",
    "name": "Germany"
  },
  "_attribution": {
    "data_source": "openvan.camp",
    "license": "CC BY 4.0",
    "attribution_url": "https://openvan.camp/"
  }
}