---
title: "Get changelog entries for a year or a single month"
method: GET
path: "/v3/changelogs/"
tags: ["Changelogs"]
---

# Get changelog entries for a year or a single month

`GET /v3/changelogs/`

Returns all visible changelog entries. If only year is provided, returns the full year. If month is also provided, returns that month only. Ordered by date descending.

## Query parameters

- `year` string, required
- `month` string

## Response `200`

Changelog entries for the month or full year, plus hasMore (true if older years have data).

- object — Changelog entries for the month or full year, plus hasMore (true if older years have data).
  - `entries` object[], required
    - `id` string
    - `fullContent` string
    - `type` string
    - `date` string
    - `versionName` string, nullable
    - `thumbnailUrl` string, nullable
    - `slug` string, nullable
    - `visible` boolean
    - `createdAt` string
    - `updatedAt` string
  - `hasMore` boolean, required — True if there are visible changelog entries before this year (for “Load older” button).

## Other responses

- `400` — Bad request (invalid year/month).
- `500` — Database or server error while loading entries.

---

[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/8f92b00b75d6/schema)
