Announcements
Retrieve announcements
Required role: ADMIN
get/api/v1/announcements
Response
OK
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"
}