Announcements

Get the latest announcement for each tag

Get the newest announcement for every available announcement tag.

get/v5/announcements/latest

Response

The newest announcement for each tag.

tagstring nullable required

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.