IMDb Scraper

ENDPOINTS
GET/imdb/title/details

Title Details

Everything about one movie or show in a single call: rating with vote count (+ Top 250 rank), Metascore, plot, genres, certificate, release date, runtime, directors/creators/writers/stars, top cast with character names, official trailer, poster, box office (budget, opening weekend, worldwide gross), seasons summary for TV shows, 12 similar titles, countries of origin and spoken languages.

QUERY PARAMS

IMDb title ID or any imdb.com title URL.

Examples:

  • ID: tt4154796
  • URL: https://www.imdb.com/title/tt4154796/

2-letter country code that localizes release dates, certificates and regional title names.

Default: US

Allowed values: any ISO 3166-1 alpha-2 code (US, IN, GB, DE, FR, JP, ...)

{
  "id": "tt4154796",
  "title": "Avengers: Endgame",
  "original_title": null,
  "link": "https://www.imdb.com/title/tt4154796/",
  "type": "movie",
  "is_series": false,
  "is_episode": false,
  "year": 2019,
  "end_year": null,
  "release_date": "2019-04-26",
  "runtime_minutes": 181,
  "certificate": "PG-13",
  "plot": "After the devastating events of Avengers: Infinity War (2018), the universe is in ruins. With the help of remaining allies, the Avengers assemble once more in order to reverse Thanos' actions and restore balance to the universe.",
  "genres": [
    "Action",
    "Adventure",
    "Sci-Fi"
  ],
  "rating": {
    "value": 8.4,
    "vote_count": 1480938,
    "top_rank": 74
  },
  "metascore": {
    "score": 78,
    "review_count": 57
  },
  "directors": [
    {
      "id": "nm0751577",
      "name": "Anthony Russo",
      "link": "https://www.imdb.com/name/nm0751577/"
    },
    {
      "id": "nm0751648",
      "name": "Joe Russo",
      "link": "https://www.imdb.com/name/nm0751648/"
    }
  ],
  "creators": [],
  "writers": [
    {
      "id": "nm1321655",
      "name": "Christopher Markus",
      "link": "https://www.imdb.com/name/nm1321655/"
    },
    {
      "id": "nm1321656",
      "name": "Stephen McFeely",
      "link": "https://www.imdb.com/name/nm1321656/"
    },
    {
      "id": "nm0498278",
      "name": "Stan Lee",
      "link": "https://www.imdb.com/name/nm0498278/"
    },
    {
      "id": "nm0456158",
      "name": "Jack Kirby",
      "link": "https://www.imdb.com/name/nm0456158/"
    },
    {
      "id": "nm0800209",
      "name": "Joe Simon",
      "link": "https://www.imdb.com/name/nm0800209/"
    },
    {
      "id": "nm1921680",
      "name": "Steve Englehart",
      "link": "https://www.imdb.com/name/nm1921680/"
    },
    {
      "id": "nm3053444",
      "name": "Steve Gan",
      "link": "https://www.imdb.com/name/nm3053444/"
    },
    {
      "id": "nm2757098",
      "name": "Bill Mantlo",
      "link": "https://www.imdb.com/name/nm2757098/"
    },
    {
      "id": "nm0317493",
      "name": "Keith Giffen",
      "link": "https://www.imdb.com/name/nm0317493/"
    },
    {
      "id": "nm4160687",
      "name": "Jim Starlin",
      "link": "https://www.imdb.com/name/nm4160687/"
    }
  ],
  "stars": [
    {
      "id": "nm0000375",
      "name": "Robert Downey Jr.",
      "link": "https://www.imdb.com/name/nm0000375/"
    },
    {
      "id": "nm0262635",
      "name": "Chris Evans",
      "link": "https://www.imdb.com/name/nm0262635/"
    },
    {
      "id": "nm0749263",
      "name": "Mark Ruffalo",
      "link": "https://www.imdb.com/name/nm0749263/"
    },
    {
      "id": "nm1165110",
      "name": "Chris Hemsworth",
      "link": "https://www.imdb.com/name/nm1165110/"
    }
  ],
  "top_cast": [
    {
      "id": "nm0000375",
      "name": "Robert Downey Jr.",
      "link": "https://www.imdb.com/name/nm0000375/",
      "characters": [
        "Tony Stark",
        "Iron Man"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BNzg1MTUyNDYxOF5BMl5BanBnXkFtZTgwNTQ4MTE2MjE@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0262635",
      "name": "Chris Evans",
      "link": "https://www.imdb.com/name/nm0262635/",
      "characters": [
        "Steve Rogers",
        "Captain America"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BNzQ0YWM1ODEtZDFkYy00MGJhLTkwZDUtMzVkZjljODU3ZTRmXkEyXkFqcGc@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0749263",
      "name": "Mark Ruffalo",
      "link": "https://www.imdb.com/name/nm0749263/",
      "characters": [
        "Bruce Banner",
        "Hulk"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BM2JiYzA0ZGItNmFhYy00MjIyLWEwN2QtMzRmNDUyNjNiZjBiXkEyXkFqcGc@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm1165110",
      "name": "Chris Hemsworth",
      "link": "https://www.imdb.com/name/nm1165110/",
      "characters": [
        "Thor"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BOTU2MTI0NTIyNV5BMl5BanBnXkFtZTcwMTA4Nzc3OA@@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0424060",
      "name": "Scarlett Johansson",
      "link": "https://www.imdb.com/name/nm0424060/",
      "characters": [
        "Natasha Romanoff",
        "Black Widow"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTM3OTUwMDYwNl5BMl5BanBnXkFtZTcwNTUyNzc3Nw@@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0719637",
      "name": "Jeremy Renner",
      "link": "https://www.imdb.com/name/nm0719637/",
      "characters": [
        "Clint Barton",
        "Hawkeye"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BOTk2NDc2ODgzMF5BMl5BanBnXkFtZTcwMTMzOTQ4Nw@@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0000332",
      "name": "Don Cheadle",
      "link": "https://www.imdb.com/name/nm0000332/",
      "characters": [
        "James Rhodes",
        "War Machine"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BNDMxNDM3MzY5N15BMl5BanBnXkFtZTcwMjkzOTY4MQ@@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0748620",
      "name": "Paul Rudd",
      "link": "https://www.imdb.com/name/nm0748620/",
      "characters": [
        "Scott Lang",
        "Ant-Man"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTY4NTEwNDg1MV5BMl5BanBnXkFtZTgwODMwMDA0ODE@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm1212722",
      "name": "Benedict Cumberbatch",
      "link": "https://www.imdb.com/name/nm1212722/",
      "characters": [
        "Doctor Strange"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMjE0MDkzMDQwOF5BMl5BanBnXkFtZTgwOTE1Mjg1MzE@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm1569276",
      "name": "Chadwick Boseman",
      "link": "https://www.imdb.com/name/nm1569276/",
      "characters": [
        "T'Challa",
        "Black Panther"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTk2OTY5MzcwMV5BMl5BanBnXkFtZTgwODM4MDI5MjI@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0488953",
      "name": "Brie Larson",
      "link": "https://www.imdb.com/name/nm0488953/",
      "characters": [
        "Carol Danvers",
        "Captain Marvel"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BNzU4ODNiYzAtYWNmNy00NzQ2LWJiYTMtYzk0YjU2ODRlZGZmXkEyXkFqcGc@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm4043618",
      "name": "Tom Holland",
      "link": "https://www.imdb.com/name/nm4043618/",
      "characters": [
        "Peter Parker",
        "Spider-Man"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BYzU3NWRhMjgtNmNmMS00YjQ1LWIyYzgtYzdkYjRjNWEzM2E3XkEyXkFqcGc@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm2394794",
      "name": "Karen Gillan",
      "link": "https://www.imdb.com/name/nm2394794/",
      "characters": [
        "Nebula"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTQwMDQ0NDk1OV5BMl5BanBnXkFtZTcwNDcxOTExNg@@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0757855",
      "name": "Zoe Saldaña",
      "link": "https://www.imdb.com/name/nm0757855/",
      "characters": [
        "Gamora"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMDFkMWQ5ZDItNGUzNS00YzI4LWIyOTctMDk0Mjc3MGQyZTYxXkEyXkFqcGc@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm1431940",
      "name": "Evangeline Lilly",
      "link": "https://www.imdb.com/name/nm1431940/",
      "characters": [
        "Hope Van Dyne",
        "Wasp"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTc2MDMzODU0OV5BMl5BanBnXkFtZTgwODIwOTAxMzI@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm1935086",
      "name": "Tessa Thompson",
      "link": "https://www.imdb.com/name/nm1935086/",
      "characters": [
        "Valkyrie"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMjMyNTA2MzM4OF5BMl5BanBnXkFtZTgwNzk2ODA1NzM@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0000623",
      "name": "Rene Russo",
      "link": "https://www.imdb.com/name/nm0000623/",
      "characters": [
        "Frigga"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMjIyMzc1Njk5N15BMl5BanBnXkFtZTgwMjk2MDkyNzM@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm0647634",
      "name": "Elizabeth Olsen",
      "link": "https://www.imdb.com/name/nm0647634/",
      "characters": [
        "Wanda Maximoff",
        "Scarlet Witch"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMjEzMjA0ODk1OF5BMl5BanBnXkFtZTcwMTA4ODM3OQ@@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm1107001",
      "name": "Anthony Mackie",
      "link": "https://www.imdb.com/name/nm1107001/",
      "characters": [
        "Sam Wilson",
        "Falcon"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTk3NTM1MjE2M15BMl5BanBnXkFtZTcwNzc5OTI2Mg@@._V1_.jpg",
        "width": null,
        "height": null
      }
    },
    {
      "id": "nm1659221",
      "name": "Sebastian Stan",
      "link": "https://www.imdb.com/name/nm1659221/",
      "characters": [
        "Bucky Barnes",
        "Winter Soldier"
      ],
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMWEwYjgxMDQtYmRkOS00MGFiLThjMzMtZGQ2ZjBhMTcyOWNlXkEyXkFqcGc@._V1_.jpg",
        "width": null,
        "height": null
      }
    }
  ],
  "total_cast": 169,
  "trailer": {
    "id": "vi3769027097",
    "title": "'Avengers: Endgame' | \"Encore\" Trailer",
    "link": "https://www.imdb.com/video/vi3769027097/",
    "duration_seconds": 96,
    "thumbnail_link": "https://m.media-amazon.com/images/M/MV5BZjEyYTQ4NzAtZDY3Mi00ZDIxLTk5YmUtYmNlM2UzM2JkNDgyXkEyXkFqcGdeQWFybm8@._V1_.jpg"
  },
  "image": {
    "link": "https://m.media-amazon.com/images/M/MV5BMWEyNDM2ZmQtMmFkNi00MTQ1LTk1MjItMzdlZGJlYmIyYzZlXkEyXkFqcGc@._V1_.jpg",
    "width": 1086,
    "height": 1609
  },
  "box_office": {
    "budget": {
      "amount": 356000000,
      "currency": "USD"
    },
    "opening_weekend": {
      "amount": 357115007,
      "currency": "USD",
      "weekend_end_date": "2019-04-28",
      "theater_count": 4662
    },
    "gross_worldwide": {
      "amount": 2799439100,
      "currency": "USD"
    }
  },
  "seasons": null,
  "similar_titles": [
    {
      "id": "tt4154756",
      "title": "Avengers: Infinity War",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt4154756/",
      "type": "movie",
      "is_series": false,
      "year": 2018,
      "end_year": null,
      "runtime_minutes": 149,
      "plot": "The Avengers and their allies must be willing to sacrifice all in an attempt to defeat the powerful Thanos before his blitz of devastation and ruin puts an end to the universe.",
      "genres": [
        "Action",
        "Adventure",
        "Sci-Fi"
      ],
      "rating": {
        "value": 8.4,
        "vote_count": 1403926
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMjMxNjY2MDU1OV5BMl5BanBnXkFtZTgwNzY1MTUwNTM@._V1_.jpg",
        "width": 1382,
        "height": 2048
      }
    },
    {
      "id": "tt0848228",
      "title": "The Avengers",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt0848228/",
      "type": "movie",
      "is_series": false,
      "year": 2012,
      "end_year": null,
      "runtime_minutes": 143,
      "plot": "Earth's mightiest heroes must come together and learn to fight as a team if they are going to stop the mischievous Loki and his alien army from enslaving humanity.",
      "genres": [
        "Action",
        "Sci-Fi"
      ],
      "rating": {
        "value": 8,
        "vote_count": 1578659
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BNGE0YTVjNzUtNzJjOS00NGNlLTgxMzctZTY4YTE1Y2Y1ZTU4XkEyXkFqcGc@._V1_.jpg",
        "width": 800,
        "height": 1184
      }
    },
    {
      "id": "tt2395427",
      "title": "Avengers: Age of Ultron",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt2395427/",
      "type": "movie",
      "is_series": false,
      "year": 2015,
      "end_year": null,
      "runtime_minutes": 141,
      "plot": "When Tony Stark and Bruce Banner try to jump-start a dormant peacekeeping program called Ultron, things go horribly wrong and it's up to Earth's mightiest heroes to stop the villainous Ultron from enacting his terrible plan.",
      "genres": [
        "Action",
        "Adventure",
        "Sci-Fi"
      ],
      "rating": {
        "value": 7.3,
        "vote_count": 1018101
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BODBhYTg1NGQtNGVmNS00ZTdiLThjYTYtZDFkNzRiNTZmNDZjXkEyXkFqcGc@._V1_.jpg",
        "width": 864,
        "height": 1280
      }
    },
    {
      "id": "tt10872600",
      "title": "Spider-Man: No Way Home",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt10872600/",
      "type": "movie",
      "is_series": false,
      "year": 2021,
      "end_year": null,
      "runtime_minutes": 148,
      "plot": "Peter Parker turns to Doctor Strange after his identity destroys the life he knows, but a magical mistake draws powerful outsiders into his world and forces him to confront what being Spider Man really means.",
      "genres": [
        "Action",
        "Adventure",
        "Fantasy"
      ],
      "rating": {
        "value": 8.1,
        "vote_count": 1066709
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMmFiZGZjMmEtMTA0Ni00MzA2LTljMTYtZGI2MGJmZWYzZTQ2XkEyXkFqcGc@._V1_.jpg",
        "width": 1400,
        "height": 2100
      }
    },
    {
      "id": "tt6320628",
      "title": "Spider-Man: Far from Home",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt6320628/",
      "type": "movie",
      "is_series": false,
      "year": 2019,
      "end_year": null,
      "runtime_minutes": 129,
      "plot": "Peter Parker heads to Europe hoping for a normal summer, but elemental attacks and a mysterious new hero pull him back into a dangerous fight he isn't ready to embrace.",
      "genres": [
        "Action",
        "Adventure",
        "Comedy"
      ],
      "rating": {
        "value": 7.3,
        "vote_count": 671150
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMzNhNTE0NWQtN2E1Ny00NjcwLTg1YTctMGY1NmMwODJmY2NmXkEyXkFqcGc@._V1_.jpg",
        "width": 1500,
        "height": 2229
      }
    },
    {
      "id": "tt3498820",
      "title": "Captain America: Civil War",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt3498820/",
      "type": "movie",
      "is_series": false,
      "year": 2016,
      "end_year": null,
      "runtime_minutes": 147,
      "plot": "Political involvement in the Avengers' affairs causes a rift between Captain America and Iron Man.",
      "genres": [
        "Action",
        "Sci-Fi"
      ],
      "rating": {
        "value": 7.8,
        "vote_count": 945450
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMjQ0MTgyNjAxMV5BMl5BanBnXkFtZTgwNjUzMDkyODE@._V1_.jpg",
        "width": 1382,
        "height": 2048
      }
    },
    {
      "id": "tt2250912",
      "title": "Spider-Man: Homecoming",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt2250912/",
      "type": "movie",
      "is_series": false,
      "year": 2017,
      "end_year": null,
      "runtime_minutes": 133,
      "plot": "Peter Parker tries to stop Adrian 'The Vulture' Toomes from selling weapons made with advanced Chitauri technology while trying to balance his life as an ordinary high school student.",
      "genres": [
        "Action",
        "Adventure",
        "Sci-Fi"
      ],
      "rating": {
        "value": 7.4,
        "vote_count": 831940
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BODY2MTAzOTQ4M15BMl5BanBnXkFtZTgwNzg5MTE0MjI@._V1_.jpg",
        "width": 1383,
        "height": 2048
      }
    },
    {
      "id": "tt3501632",
      "title": "Thor: Ragnarok",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt3501632/",
      "type": "movie",
      "is_series": false,
      "year": 2017,
      "end_year": null,
      "runtime_minutes": 130,
      "plot": "Imprisoned on the planet Sakaar, Thor must race against time to return to Asgard and stop Ragnarök, the destruction of his world, at the hands of the powerful and ruthless villain Hela.",
      "genres": [
        "Action",
        "Adventure",
        "Comedy"
      ],
      "rating": {
        "value": 7.9,
        "vote_count": 909848
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMjMyNDkzMzI1OF5BMl5BanBnXkFtZTgwODcxODg5MjI@._V1_.jpg",
        "width": 1382,
        "height": 2048
      }
    },
    {
      "id": "tt0468569",
      "title": "The Dark Knight",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt0468569/",
      "type": "movie",
      "is_series": false,
      "year": 2008,
      "end_year": null,
      "runtime_minutes": 152,
      "plot": "When a menace known as the Joker wreaks havoc and chaos on the people of Gotham, Batman, James Gordon and Harvey Dent must work together to put an end to the madness.",
      "genres": [
        "Crime",
        "Thriller"
      ],
      "rating": {
        "value": 9.1,
        "vote_count": 3217886
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTMxNTMwODM0NF5BMl5BanBnXkFtZTcwODAyMTk2Mw@@._V1_.jpg",
        "width": 1383,
        "height": 2048
      }
    },
    {
      "id": "tt0371746",
      "title": "Iron Man",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt0371746/",
      "type": "movie",
      "is_series": false,
      "year": 2008,
      "end_year": null,
      "runtime_minutes": 126,
      "plot": "After being held captive in an Afghan cave, billionaire engineer Tony Stark creates a unique weaponized suit of armor to fight evil.",
      "genres": [
        "Action",
        "Adventure",
        "Sci-Fi"
      ],
      "rating": {
        "value": 7.9,
        "vote_count": 1245941
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTczNTI2ODUwOF5BMl5BanBnXkFtZTcwMTU0NTIzMw@@._V1_.jpg",
        "width": 1382,
        "height": 2048
      }
    },
    {
      "id": "tt1825683",
      "title": "Black Panther",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt1825683/",
      "type": "movie",
      "is_series": false,
      "year": 2018,
      "end_year": null,
      "runtime_minutes": 134,
      "plot": "T'Challa, heir to the hidden but advanced kingdom of Wakanda, must step forward to lead his people into a new future and must confront a challenger from his country's past.",
      "genres": [
        "Action",
        "Adventure",
        "Sci-Fi"
      ],
      "rating": {
        "value": 7.3,
        "vote_count": 923471
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BMTg1MTY2MjYzNV5BMl5BanBnXkFtZTgwMTc4NTMwNDI@._V1_.jpg",
        "width": 1382,
        "height": 2048
      }
    },
    {
      "id": "tt0816692",
      "title": "Interstellar",
      "original_title": null,
      "link": "https://www.imdb.com/title/tt0816692/",
      "type": "movie",
      "is_series": false,
      "year": 2014,
      "end_year": null,
      "runtime_minutes": 169,
      "plot": "In a dystopian future where Earth has become near-uninhabitable, a team of astronauts embark on a mission to find a new home for humanity.",
      "genres": [
        "Adventure",
        "Drama",
        "Sci-Fi"
      ],
      "rating": {
        "value": 8.7,
        "vote_count": 2596027
      },
      "image": {
        "link": "https://m.media-amazon.com/images/M/MV5BYzdjMDAxZGItMjI2My00ODA1LTlkNzItOWFjMDU5ZDJlYWY3XkEyXkFqcGc@._V1_.jpg",
        "width": 2430,
        "height": 3600
      }
    }
  ],
  "countries_of_origin": [
    "United States"
  ],
  "spoken_languages": [
    "English",
    "Japanese",
    "Xhosa",
    "German"
  ],
  "country": "US"
}