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

GET /gallery

Lists public gallery images and returns public album metadata.

GET /public-api/v1/gallery

Query Parameters

NameTypeRequiredNotes
pageintegerNoDefaults to 1.
limitintegerNoDefaults to 20, maximum 500.
sortBystringNoGallery image sort field.
sortOrderasc or descNoSort direction.
albumIdUUIDNoFilter images by album.
subFestProgramIdUUIDNoFilter images by programme.
categoryIdUUIDNoFilter images by category.

Example

curl \
  -H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  "https://testapi.festie.app/public-api/v1/gallery?albumId=00000000-0000-4000-8000-000000000000"

Response Data

The response includes standard context, data, and meta, plus gallery-specific collections.

FieldNotes
dataPaginated public gallery image items.
galleryAlbumsPublic album summaries for the resolved festival.
galleryImagesThe same public image list used by website compatibility routes.

Each image includes id, title, description, imageUrl, thumbnailUrl, album summary, programme/category references when public, and timestamps.

Last updated on