Skip to main content
GET
/
data
/
announcements
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "title": "<string>",
    "subtitle": "<string>",
    "link": "<string>",
    "image": "<string>",
    "publish_date": "2026-05-19"
  }
]

Authorizations

Authorization
string
header
required

The pilot's API key, obtained via POST /pilot/login or your OAuth flow. Send as Authorization: Bearer <api_key> on every authenticated request.

Response

Array of announcements, newest first.

id
string
required
title
string
required
subtitle
string
required

First 200 characters of the body with HTML tags stripped.

image
string<uri> | null
required
publish_date
string<date>
required
Example:

"2026-05-19"