---
title: "Get one vanlife news story"
method: GET
path: "/api/story/{slug}"
tags: ["Stories"]
---

# Get one vanlife news story

`GET /api/story/{slug}`

Returns one story with localized title and summary, plus original source articles.

## Path parameters

- `slug` string, required

## Query parameters

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

## Response `200`

Story details

- Story
  - `slug` string
  - `title` string
  - `summary` string, nullable
  - `image_url` string, uri, nullable
  - `category` Category
    - `slug` string
    - `name` string
  - `countries` Country[]
    - `code` string
    - `slug` string
    - `name` string
    - `flag_emoji` string
  - `first_published_at` string, date-time, nullable
  - `articles_count` integer
  - `url` string, uri
  - `last_updated_at` string, date-time, nullable
  - `sources` SourceArticle[]
    - `id` integer
    - `title` string
    - `summary` string, nullable
    - `original_url` string, uri
    - `source_name` string
    - `published_at` string, date-time, nullable
    - `language` string
    - `image_url` string, uri, 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.dev/openvan/apis/openvan-camp-ai-public-api.md) · [All operations](https://skmtc.dev/openvan/apis/openvan-camp-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openvan/openvan-camp-ai-public-api/revisions/3f278a32bbb0/schema)
