Announcements
Get Active Announcements
Retrieve a list of active announcements for the main feed
GET
Overview
This endpoint returns all active (published) announcements. Inactive or draft announcements are not included in the response. Optionally supports limiting the number of results.Query Parameters
Maximum number of announcements to return. If not specified, returns all active announcements.
Response
Array of active announcement objects
Unique identifier for the announcement
Title of the announcement
Content/body of the announcement
Publication date in ISO 8601 format
Whether the announcement is active (always true for this endpoint)
URL to associated media (image, video, etc.)
Creation timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Related Endpoints
Get Announcement by ID
Retrieve a specific announcement by its ID
Create Announcement
Create a new announcement (Admin only)