{
  "id": "tt1375666",
  "title": "Inception",
  "year": 2010,
  "director": "Christopher Nolan",
  "genres": ["Action", "Sci-Fi", "Thriller"],
  "rating": 8.8,
  "runtime": 148,
  "cast": [
    {"name": "Leonardo DiCaprio", "role": "Cobb"},
    {"name": "Joseph Gordon-Levitt", "role": "Arthur"},
    {"name": "Elliot Page", "role": "Ariadne"}
  ],
  "awards": {
    "wins": 152,
    "nominations": 204,
    "oscars": 4
  }
}
