Events
List vanlife events
Returns a paginated list of vanlife events. Useful for exhibitions, festivals, meetups, rallies, expos and road trips.
get/api/events
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.
status'upcoming' | 'ongoing' | 'past' | 'all'
Event time status.
type'expo' | 'festival' | 'forum' | 'meetup' | 'roadtrip'
Event type.
countrystring
ISO 3166-1 alpha-2 country code.
searchstring
Search by event name.
pageinteger
Page number.
limitinteger
Events per page. Maximum 100.
Response
Paginated event list
Example response
{
"events": [
{
"country": {
"code": "de",
"slug": "germany",
"name": "Germany"
}
}
],
"_attribution": {
"data_source": "openvan.camp",
"license": "CC BY 4.0",
"attribution_url": "https://openvan.camp/"
}
}