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
âšī¸ More Info
| Founded | 1979 |
| Submit Via | Filmfreeway |
| Last Updated | Aug 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.