Skip to Content
Welcome to Festie! 🎪 The ultimate festival management platform is here!
Public REST APIGET /schedules

GET /schedules

Lists schedules for public programmes.

GET /public-api/v1/schedules

Query Parameters

NameTypeRequiredNotes
pageintegerNoDefaults to 1.
limitintegerNoDefaults to 20, maximum 500.
sortBystringNoSchedule sort field.
sortOrderasc or descNoSort direction.
subFestProgramIdUUIDNoFilter by programme.
venueIdUUIDNoFilter by venue.
scheduledAtFromISO dateNoInclude schedules at or after this time.
scheduledAtToISO dateNoInclude schedules at or before this time.

Example

curl \
  -H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  "https://testapi.festie.app/public-api/v1/schedules?scheduledAtFrom=2026-06-01T00:00:00.000Z"

Response Data

Each item includes id, scheduledAt, durationMinutes, venue, subFest, and subFestProgram.

Last updated on