---
title: "Get a single changelog entry by slug"
method: GET
path: "/v3/changelogs/{slug}"
tags: ["Changelogs"]
---

# Get a single changelog entry by slug

`GET /v3/changelogs/{slug}`

Returns a single visible changelog entry (daily or monthly_summary) by slug.

## Path parameters

- `slug` string, required

## Response `200`

Default Response

- object
  - `id` string, required
  - `fullContent` string, required
  - `type` string, required
  - `date` string, required
  - `versionName` string, nullable, required
  - `thumbnailUrl` string, nullable, required
  - `slug` string, nullable, required
  - `visible` boolean, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `400` — Bad request (empty or invalid slug).
- `404` — No visible changelog with this slug.
- `500` — Database or server error while loading the entry.

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/6e50f4761eea/schema)
