What it does
Festival Listings gives you searchable data on festivals, their categories, countries, deadlines, dates, fees, and roster details.
Use the list endpoints to browse festivals with filters for q, genre, state, country, fee_max, category, deadline_after, deadline_before, event_date_before, and submission_platform. You can also sort by name, deadline, or event_date, and page through results with page and per_page. Each festival summary includes fields such as id, name, country, categories, genres, plus optional metadata like city, state, website, event_dates, regular_fee, deadline_regular, deadline_late, event_start_date, composite_score, and submission_platforms.
If you need a single record, fetch festival detail by id to get the full festival object, including description, fees, accepts_awards, acceptance_rate, year_founded, deadline_extended, notification_date, past_winners, and programming_directors when available. For ranking workflows, the top-scored festivals endpoint returns the same festival summary shape ordered by score.
The country and category endpoints help you build filters and navigation from the dataset itself. The festival roster endpoint returns results for a given festival id, with film-level fields like film_title, film_year, film_award, film_genre, film_category, and film_director. That makes Festival Listings useful for festival discovery tools, submission trackers, awards research, and content databases.