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
Example response
{
"country": {
"code": "de",
"slug": "germany",
"name": "Germany"
},
"_attribution": {
"data_source": "openvan.camp",
"license": "CC BY 4.0",
"attribution_url": "https://openvan.camp/"
}
}