Festival Internacional del Nuevo Cine Latinoamericano (Havana Film Festival)

Havana · Cuba

Festival Score
23
📅 Regular Deadline
Not specified
💰 Entry Fee
Not specified
🎭 Categories Accepted
Not specified
đŸŽžī¸ Genres
Not specified
📋 Festival Details
No description available.
â„šī¸ More Info
Founded1979
Submit ViaFilmfreeway
Last UpdatedAug 01, 2026
đŸ“Ļ Raw API Response
{ "id": 273, "name": "Festival Internacional del Nuevo Cine Latinoamericano (Havana Film Festival)", "city": "Havana", "state": "", "country": "Cuba", "categories": [], "genres": [], "regular_fee": null, "deadline_regular": null, "event_dates": "", "composite_score": 23.0, "submission_platforms": [ "filmfreeway" ], "acceptance_rate": null, "accepts_awards": false, "website": "https://habanafilmfestival.com", "submission_url": "", "description": "" }
🔧 Try it yourself

Copy one of these code snippets and replace YOUR_API_KEY to get live data.

curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://festivalapi.com/v1/festivals/273/" 2>/dev/null | jq .
from festivalapi import FestivalAPI client = FestivalAPI(api_key="YOUR_API_KEY") festival = client.get_festival(273) print(festival)
const response = await fetch( "https://festivalapi.com/v1/festivals/273/", { headers: { Authorization: "Bearer YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);

Ready to discover festivals?

Get your free API key and 50 credits to start exploring the full Festival API — no credit card required.