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

    FestivalListResponse

    {
        "count": 0,
        "page": 0,
        "per_page": 0,
        "total_pages": 0,
        "results": [
            {
                "id": 0,
                "name": "string",
                "year": 0,
                "country": "string",
                "city": "string",
                "state": "string",
                "categories": [
                    "string"
                ],
                "genres": [
                    "string"
                ],
                "deadline_regular": "2019-08-24",
                "deadline_late": "2019-08-24",
                "event_start_date": "2019-08-24",
                "event_dates": "string",
                "regular_fee": 0,
                "submission_platforms": [
                    "string"
                ],
                "website": "http://example.com",
                "composite_score": 0
            }
        ]
    }
    Built with