---
title: "Get source articles for one event"
method: GET
path: "/api/event/{slug}/articles"
tags: ["Events"]
---

# Get source articles for one event

`GET /api/event/{slug}/articles`

Returns source articles linked to the event. If no articles match the requested locale, all published source articles may be returned.

## Path parameters

- `slug` string, required

## Query parameters

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

## Response `200`

Event source articles

- 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

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/openvan/apis/openvan-camp-ai-public-api.md) · [All operations](https://skmtc.net/openvan/apis/openvan-camp-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openvan/openvan-camp-ai-public-api/versions/3f278a32bbb0/schema)
