Festival API
    • Health
      • Health check
        GET
    • Festivals
      • List festivals
        GET
      • Get festival detail
        GET
      • Get top scored festivals
        GET
    • Rosters
      • Get festival roster
        GET
    • Categories
      • List categories
        GET
    • Countries
      • List available countries
        GET
    • Schemas
      • HealthResponse
      • FestivalListEntry
      • FestivalListResponse
      • FestivalDetail
      • FestivalRosterResponse
      • CategoryListResponse
      • CountryListResponse
      • CountryItem
      • ErrorResponse

    CountryListResponse

    {
        "count": 0,
        "results": [
            {
                "country": "string",
                "festival_count": 0
            }
        ]
    }
    Built with