v1

latestOpenAPI 3.0.1MIT2026-07-175614.9 KB
Announcements

Retrieve announcements

Required role: ADMIN

get/api/v1/announcements

Response

OK

descriptionstring

Provides more detail on what the feed is about

home_page_urlstring

URL of the resource that the feed describes

titlestring required

Name of the feed

versionstring required

URL of the version of the format the feed uses

Example response

{
  "description": "Latest Komga announcements",
  "home_page_url": "https://komga.org/blog",
  "items": [
    {
      "author": {
        "name": "gotson",
        "url": "https://github.com/gotson"
      },
      "content_html": "<p>A longer text…</p>",
      "date_modified": "2023-12-15T00:00:00Z",
      "id": "https://komga.org/blog/ebook-drop2",
      "summary": "Version 1.9.0 contains the second feature drop for Ebooks support.",
      "title": "eBook drop 2",
      "url": "https://komga.org/blog/ebook-drop2"
    }
  ],
  "title": "Announcements",
  "version": "https://jsonfeed.org/version/1"
}