JSON
Film Genres - JSON
Film genres are a classification system that categorizes movies based on elements such as the main driving force of the narrative, plot, characters, and setting. Based on the official genre definitions established by IMDb (Internet Movie Database), this system includes 22 major categories such as Action, Comedy, Drama, and Horror. Each genre is classified as either objective (determinable by clear criteria) or subjective (dependent on viewer interpretation), playing a crucial role in film production, distribution, marketing, and audience selection.
film
genre
classification
IMDb
entertainment
cinema
[
{
"code": "action",
"slug": "action",
"name": "Action",
"description": "A film genre containing numerous spectacular and usually destructive action scenes.",
"genreType": "subjective"
},
{
"code": "adventure",
"slug": "adventure",
"name": "Adventure",
"description": "A film genre centered on journeys and exciting experiences toward a specific goal.",
"genreType": "subjective"
},
{
"code": "animation",
"slug": "animation",
"name": "Animation",
"description": "A film medium where over 75% of the running time consists of animated scenes.",
"genreType": "objective"
},
{
"code": "biography",
"slug": "biography",
"name": "Biography",
"description": "A film genre focusing on the depiction of activities and personality of real persons.",
"genreType": "objective"
},
{
"code": "comedy",
"slug": "comedy",
"name": "Comedy",
"description": "A film genre primarily intended to make the audience laugh.",
"genreType": "subjective"
},
{
"code": "crime",
"slug": "crime",
"name": "Crime",
"description": "A film genre centered on criminal behavior and activities of criminals.",
"genreType": "subjective"
},
{
"code": "documentary",
"slug": "documentary",
"name": "Documentary",
"description": "A non-fiction film genre documenting real people and events.",
"genreType": "objective"
},
{
"code": "drama",
"slug": "drama",
"name": "Drama",
"description": "A film genre depicting serious narratives with conflicts and emotions.",
"genreType": "subjective"
},
{
"code": "family",
"slug": "family",
"name": "Family",
"description": "A film genre aimed at children and the entire family.",
"genreType": "objective"
},
{
"code": "fantasy",
"slug": "fantasy",
"name": "Fantasy",
"description": "A film genre featuring magical and mystical narrative elements.",
"genreType": "subjective"
},
{
"code": "film-noir",
"slug": "film-noir",
"name": "Film Noir",
"description": "A film genre from 1927-1958 characterized by dark atmosphere and crime.",
"genreType": "objective"
},
{
"code": "history",
"slug": "history",
"name": "History",
"description": "A film genre depicting real historical events and figures.",
"genreType": "objective"
},
{
"code": "horror",
"slug": "horror",
"name": "Horror",
"description": "A film genre intended to evoke fear and repulsion in the audience.",
"genreType": "subjective"
},
{
"code": "music",
"slug": "music",
"name": "Music",
"description": "A film genre containing significant music-related elements but not a musical.",
"genreType": "subjective"
},
{
"code": "musical",
"slug": "musical",
"name": "Musical",
"description": "A film genre featuring scenes where characters burst into song for the viewer.",
"genreType": "objective"
},
{
"code": "mystery",
"slug": "mystery",
"name": "Mystery",
"description": "A film genre centered on solving mysteries and pursuing truth.",
"genreType": "subjective"
},
{
"code": "romance",
"slug": "romance",
"name": "Romance",
"description": "A film genre centered on emotional attachment and romantic relationships.",
"genreType": "subjective"
},
{
"code": "sci-fi",
"slug": "sci-fi",
"name": "Sci-Fi",
"description": "A film genre based on speculative scientific discoveries or space travel.",
"genreType": "subjective"
},
{
"code": "sport",
"slug": "sport",
"name": "Sport",
"description": "A film genre focusing on sports or sporting events.",
"genreType": "objective"
},
{
"code": "thriller",
"slug": "thriller",
"name": "Thriller",
"description": "A film genre with sensational narratives that create tension and suspense.",
"genreType": "subjective"
},
{
"code": "war",
"slug": "war",
"name": "War",
"description": "A film genre depicting real wars and military conflicts.",
"genreType": "objective"
},
{
"code": "western",
"slug": "western",
"name": "Western",
"description": "A film genre set in the American frontier from the 1600s to contemporary times.",
"genreType": "objective"
}
]