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

    FestivalRosterResponse

    {
        "festival_id": 0,
        "festival_name": "string",
        "count": 0,
        "results": [
            {
                "id": 0,
                "festival_id": 0,
                "film_title": "string",
                "film_director": "string",
                "film_year": 0,
                "film_genre": "string",
                "film_category": "string",
                "film_award": "string"
            }
        ],
        "page": 0,
        "per_page": 0,
        "total_pages": 0
    }
    Built with