Announcements

Get all announcements

Get all announcements ordered by newest first.

get/v5/announcements

Response

All announcements.

idinteger required
authorstring nullable required
titlestring required
contentstring nullable required
tagsstring[] required
created_atstring date-time required
archived_atstring date-time nullable required
levelinteger required

Example response

[
  {
    "id": 1,
    "author": "ReVanced",
    "title": "Welcome",
    "content": "Some content",
    "tags": [
      "Important"
    ],
    "created_at": "1970-01-01T00:00:00.000Z"
  }
]

Changes