← All datasets
🎬

Movie Genres JSON Dataset

Reference · 20 records

20 film genres with descriptions and well-known example movies. Free to use, no attribution required — copy it, download it, or open it directly in the JSON Formatter. Runs entirely in your browser.

#movies#film#genres#entertainment

Fields

idnumber
genrestring
descriptionstring
examplesarray

Common uses

  • Populating dropdowns and select inputs
  • Mocking API responses during frontend development
  • Data validation and lookup tables
  • Learning, prototyping, and demos
[
  {
    "id": 1,
    "genre": "Action",
    "description": "Films driven by physical feats, stunts, and combat",
    "examples": [
      "Die Hard",
      "Mad Max: Fury Road",
      "The Dark Knight"
    ]
  },
  {
    "id": 2,
    "genre": "Adventure",
    "description": "Films centered on exciting journeys or expeditions",
    "examples": [
      "Indiana Jones",
      "The Lord of the Rings",
      "Jurassic Park"
    ]
  },
  {
    "id": 3,
    "genre": "Animation",
    "description": "Films made using animation techniques",
    "examples": [
      "The Lion King",
      "Spirited Away",
      "Toy Story"
    ]
  },
  {
    "id": 4,
    "genre": "Comedy",
    "description": "Films intended to make the audience laugh",
    "examples": [
      "Superbad",
      "The Grand Budapest Hotel",
      "Groundhog Day"
    ]
  },
  {
    "id": 5,
    "genre": "Crime",
    "description": "Films centered on criminal activities or investigations",
    "examples": [
      "The Godfather",
      "Pulp Fiction",
      "Heat"
    ]
  },
  {
    "id": 6,
    "genre": "Documentary",
    "description": "Non-fictional films presenting real events",
    "examples": [
      "Bowling for Columbine",
      "March of the Penguins",
      "Amy"
    ]
  },
  {
    "id": 7,
    "genre": "Drama",
    "description": "Films focusing on realistic characters and emotional themes",
    "examples": [
      "The Shawshank Redemption",
      "Schindler's List",
      "Forrest Gump"
    ]
  },
  {
    "id": 8,
    "genre": "Fantasy",
    "description": "Films set in imaginary worlds with magical elements",
    "examples": [
      "Harry Potter",
      "Pan's Labyrinth",
      "The Princess Bride"
    ]
  },
  {
    "id": 9,
    "genre": "Horror",
    "description": "Films intended to frighten and disturb the audience",
    "examples": [
      "The Shining",
      "Get Out",
      "Hereditary"
    ]
  },
  {
    "id": 10,
    "genre": "Musical",
    "description": "Films in which songs are integrated into the narrative",
    "examples": [
      "La La Land",
      "The Sound of Music",
      "Chicago"
    ]
  },
  {
    "id": 11,
    "genre": "Mystery",
    "description": "Films centered on solving a puzzle or crime",
    "examples": [
      "Knives Out",
      "Rear Window",
      "Memento"
    ]
  },
  {
    "id": 12,
    "genre": "Romance",
    "description": "Films focused on romantic relationships",
    "examples": [
      "Casablanca",
      "Titanic",
      "Pride & Prejudice"
    ]
  },
  {
    "id": 13,
    "genre": "Science Fiction",
    "description": "Films exploring futuristic or scientific concepts",
    "examples": [
      "2001: A Space Odyssey",
      "Blade Runner",
      "Interstellar"
    ]
  },
  {
    "id": 14,
    "genre": "Thriller",
    "description": "Films designed to create suspense and excitement",
    "examples": [
      "Silence of the Lambs",
      "Se7en",
      "Parasite"
    ]
  },
  {
    "id": 15,
    "genre": "Western",
    "description": "Films set in the American frontier",
    "examples": [
      "The Good the Bad and the Ugly",
      "No Country for Old Men",
      "True Grit"
    ]
  },
  {
    "id": 16,
    "genre": "Biography",
    "description": "Films depicting the life of a real person",
    "examples": [
      "Bohemian Rhapsody",
      "The Social Network",
      "Oppenheimer"
    ]
  },
  {
    "id": 17,
    "genre": "Family",
    "description": "Films suitable for all age groups",
    "examples": [
      "E.T.",
      "Home Alone",
      "Paddington"
    ]
  },
  {
    "id": 18,
    "genre": "War",
    "description": "Films depicting armed conflict and its effects",
    "examples": [
      "Apocalypse Now",
      "Saving Private Ryan",
      "Dunkirk"
    ]
  },
  {
    "id": 19,
    "genre": "Superhero",
    "description": "Films featuring characters with extraordinary powers",
    "examples": [
      "Spider-Man",
      "The Avengers",
      "Batman Begins"
    ]
  },
  {
    "id": 20,
    "genre": "Sports",
    "description": "Films centered on athletic competition",
    "examples": [
      "Rocky",
      "Moneyball",
      "Rush"
    ]
  }
]

Related datasets

🌐 HTTP Status Codes💻 Programming Languages💱 World Currencies🎨 CSS Named Colors

Related tools

JSON FormatterJSON DiffJSON to TypeScript