Stories
List vanlife news stories
Returns a paginated list of active vanlife news stories. Titles and summaries are localized. Add source=<integration-name-or-domain> for attribution tracking.
get/api/stories
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.
categorystring
Category slug. One of: lifestyle, industry, incident, opening, closing, law, builds, festival, expo, review, ban, other.
countrystring
ISO 3166-1 alpha-2 country code.
searchstring
Full-text search by story title.
pageinteger
Page number.
limitinteger
Stories per page. Maximum 50.
Response
Paginated story list
Example response
{
"stories": [
{
"category": {
"slug": "festival",
"name": "Festivals"
},
"countries": [
{
"code": "de",
"slug": "germany",
"name": "Germany"
}
]
}
],
"_attribution": {
"data_source": "openvan.camp",
"license": "CC BY 4.0",
"attribution_url": "https://openvan.camp/"
}
}