Skip to Content
Welcome to Festie! 🎪 The ultimate festival management platform is here!
Overview

API Reference

Use Festie’s public REST API to read public festival website data from your own integration. The API is read-only and returns public-safe JSON.

Use this backend as the base URL:

https://testapi.festie.app/public-api/v1/news

Start Here

Quick Request

Send your key in the X-API-Key header:

curl \
  -H "X-API-Key: fst_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
  "https://testapi.festie.app/public-api/v1/news?page=1&limit=10"

Public-Safe Scope

The public API only returns data that can be shown on a public festival website:

  • Published public news.
  • Public gallery images, albums, and downloads.
  • Active sub-fests, teams, categories, candidates, and programmes.
  • Published results only.
  • No draft results, private candidate contact fields, admin-only settings, or secrets.
Last updated on