---
title: "Get the complete list of months that have changelog entries"
method: GET
path: "/v3/changelogs/months"
tags: ["Changelogs"]
---

# Get the complete list of months that have changelog entries

`GET /v3/changelogs/months`

Returns every (year, month) with at least one visible changelog entry, newest first — for building the sidebar independently of loaded entries.

## Response `200`

All months with visible entries, newest first.

- object — All months with visible entries, newest first.
  - `months` object[], required
    - `year` number, required
    - `month` number, required

## Other responses

- `500` — Database or server error while loading months.

---

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