Rotten Tomatoes Scraper

ENDPOINTS
GET/tv/seasons

TV Season Details

Fetch one season: scores, consensus, episode list with air dates and stills, latest reviews, cast and where to watch.

QUERY PARAMS

Rotten Tomatoes TV slug or any rottentomatoes.com/tv/ URL. A /sNN suffix on the URL selects the season, or pass season with a bare slug.

Examples:

  • URL: https://www.rottentomatoes.com/tv/stranger_things/s01
  • Slug: stranger_things (with season=1)

Season number. Required unless the tv URL already carries a /sNN suffix.

Allowed values: 1-999

{
  "ems_id": "38ed4eaf-0a44-35b3-abe7-df3c9f0efb93",
  "rt_id": 16028,
  "type": "tv_season",
  "title": "Season 1",
  "slug": "stranger_things",
  "link": "https://www.rottentomatoes.com/tv/stranger_things/s01",
  "series": {
    "ems_id": "05a3a1e8-d71d-3093-9dd5-e86b1ed62030",
    "title": "Stranger Things",
    "slug": "stranger_things",
    "link": "https://www.rottentomatoes.com/tv/stranger_things"
  },
  "season_number": 1,
  "year": 2016,
  "content_rating": "TV-14",
  "content_rating_reasons": null,
  "runtime_minutes": null,
  "genres": [
    "Drama",
    "Sci-Fi",
    "Horror",
    "Mystery & Thriller"
  ],
  "synopsis": "Mysteries unravel in a small Midwestern town in the 1980s, involving supernatural forces, secret experiments and one strange girl.",
  "critics_consensus": "Exciting, heartbreaking, and sometimes scary, Stranger Things acts as an addictive homage to Spielberg films and vintage 1980s television.",
  "audience_consensus": null,
  "tomatometer": 97,
  "popcornmeter": 96,
  "popcornmeter_type": "all",
  "is_certified_fresh": true,
  "is_verified_hot": false,
  "scores": {
    "critics": {
      "all": {
        "score": 97,
        "sentiment": "positive",
        "is_certified_fresh": true,
        "average_rating": 8.2,
        "review_count": 92,
        "rating_count": 92,
        "liked_count": 89,
        "not_liked_count": 3,
        "reviews_link": "https://www.rottentomatoes.com/tv/stranger_things/s01/reviews/all-critics"
      },
      "top_critics": {
        "score": 94,
        "sentiment": "positive",
        "is_certified_fresh": true,
        "average_rating": null,
        "review_count": 34,
        "rating_count": 34,
        "liked_count": 32,
        "not_liked_count": 2,
        "reviews_link": "https://www.rottentomatoes.com/tv/stranger_things/s01/reviews/top-critics"
      }
    },
    "audience": {
      "all": {
        "score": 96,
        "sentiment": "positive",
        "is_verified_hot": false,
        "average_rating": 4.6,
        "review_count": 1991,
        "rating_count": null,
        "liked_count": 15176,
        "not_liked_count": 674,
        "reviews_link": "https://www.rottentomatoes.com/tv/stranger_things/s01/reviews/all-audience",
        "score_type": "all",
        "banded_rating_count": "10,000+ Ratings"
      },
      "verified": {
        "score": null,
        "sentiment": null,
        "is_verified_hot": false,
        "average_rating": null,
        "review_count": 0,
        "rating_count": null,
        "liked_count": 0,
        "not_liked_count": 0,
        "reviews_link": "https://www.rottentomatoes.com/tv/stranger_things/s01/reviews/verified-audience",
        "score_type": "verified",
        "banded_rating_count": "0 Verified Ratings"
      }
    }
  },
  "lifecycle": {
    "status": "not_airing",
    "date": "2025-12-31"
  },
  "release": {
    "release_date": "2016-07-15"
  },
  "credits": {
    "executive_producers": [
      {
        "name": "Matt Duffer",
        "slug": "matt_duffer",
        "link": "https://www.rottentomatoes.com/celebrity/matt_duffer"
      },
      {
        "name": "Ross Duffer",
        "slug": "ross_duffer",
        "link": "https://www.rottentomatoes.com/celebrity/ross_duffer"
      },
      {
        "name": "Shawn Levy",
        "slug": "1048166-shawn_levy",
        "link": "https://www.rottentomatoes.com/celebrity/1048166-shawn_levy"
      },
      {
        "name": "Dan Cohen",
        "slug": "dan_cohen_3",
        "link": "https://www.rottentomatoes.com/celebrity/dan_cohen_3"
      }
    ]
  },
  "production": {
    "networks": [
      "Netflix"
    ],
    "original_language": "English"
  },
  "additional_info": null,
  "poster_link": "https://resizing.flixster.com/gs6M3XQV4EDEHF8YaFmfOFEDUMg=/164x246/v2/https://resizing.flixster.com/0xxuABVVuzJrUT130WFHKE-irEg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vNzUyMTFhOTktZTU4Ni00ODkyLWJlYjQtZTgxYTllZmU2OGM0LmpwZw==",
  "backdrop": {
    "desktop_link": "https://resizing.flixster.com/pjHzxMljpLhLmMOgSa3ZtvHyWfA=/620x336/v2/https://statcdn.fandango.com/MPX/image/NBCU_Fandango/207/291/StrangerThings_S01_Trailer2.jpg",
    "mobile_link": "https://resizing.flixster.com/8xsS9qvE-MIqKgCZ5tlBOGB0j_o=/375x210/v2/https://statcdn.fandango.com/MPX/image/NBCU_Fandango/207/291/StrangerThings_S01_Trailer2.jpg"
  },
  "trailer": {
    "title": "Stranger Things: Season 1 Trailer 2",
    "public_id": "A3vIU1U0wPkr",
    "mpx_id": "866725955725",
    "content_type": "promo",
    "duration": "2:11",
    "duration_seconds": 131.131,
    "thumbnail_link": "https://statcdn.fandango.com/MPX/image/NBCU_Fandango/207/291/StrangerThings_S01_Trailer2.jpg"
  },
  "cast": [
    {
      "name": "Winona Ryder",
      "slug": "winona_ryder",
      "link": "https://www.rottentomatoes.com/celebrity/winona_ryder",
      "image_link": "https://resizing.flixster.com/QiNu2HL1Cvlqb4wHfZQRu0xaO0I=/100x120/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/GNLZZGG00223PXX.jpg",
      "role": "Joyce Byers"
    },
    {
      "name": "David Harbour",
      "slug": "david_harbour",
      "link": "https://www.rottentomatoes.com/celebrity/david_harbour",
      "image_link": "https://resizing.flixster.com/iOB5lVdH_kRHq46mGMkpLxBknRk=/100x120/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/277640_v9_bb.jpg",
      "role": "Chief Jim Hopper"
    },
    {
      "name": "Matthew Modine",
      "slug": "matthew_modine",
      "link": "https://www.rottentomatoes.com/celebrity/matthew_modine",
      "image_link": "https://resizing.flixster.com/7qDmBtXkQUagp9sbznrbtRuVK4g=/100x120/v2/https://resizing.flixster.com/RAS3xSMYB7r4BnOphgF5JcDtYY0=/ems.cHJkLWVtcy1hc3NldHMvY2VsZWJyaXRpZXMvNzM3ZTYxZjQtMGI1OC00ZDYyLTkyYzctMWMzM2ExZWQ3ZWQ4LmpwZw==",
      "role": "Dr. Brenner"
    },
    {
      "name": "Finn Wolfhard",
      "slug": "finn_wolfhard",
      "link": "https://www.rottentomatoes.com/celebrity/finn_wolfhard",
      "image_link": "https://resizing.flixster.com/3tiSuQDUgi3hT3GIhaxSG5kxIIg=/100x120/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/976092_v9_bc.jpg",
      "role": "Mike Wheeler"
    },
    {
      "name": "Natalia Dyer",
      "slug": "natalia_dyer",
      "link": "https://www.rottentomatoes.com/celebrity/natalia_dyer",
      "image_link": "https://resizing.flixster.com/jQl1jymEyRQ2YtZHQl2BWlI-ULw=/100x120/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/GNLZZGG002HPQ6Y.jpg",
      "role": "Nancy Wheeler"
    },
    {
      "name": "Cara Buono",
      "slug": "cara_buono",
      "link": "https://www.rottentomatoes.com/celebrity/cara_buono",
      "image_link": "https://resizing.flixster.com/ruqHgUTGAjSp9qfhnXVfEglvzqM=/100x120/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/71166_v9_bb.jpg",
      "role": "Karen Wheeler"
    }
  ],
  "cast_link": "https://www.rottentomatoes.com/tv/stranger_things/s01/cast-and-crew",
  "where_to_watch": {
    "summary": "Watch Stranger Things — Season 1 with a subscription on Netflix.",
    "affiliates": [
      {
        "name": "netflix",
        "label": "Netflix",
        "link": "https://www.netflix.com/watch/80077368?cmp=rt_where_to_watch",
        "is_sponsored": true,
        "available_seasons": null
      }
    ],
    "has_showtimes": null,
    "showtimes_link": null,
    "primary_cta": {
      "label": "Stream Now",
      "affiliate": "netflix",
      "link": "https://www.netflix.com/watch/80077368?cmp=rt_leaderboard",
      "window_text": "Watch on Netflix",
      "window_date": null
    }
  },
  "critic_reviews": [
    {
      "critic": {
        "name": "Jonathan Pile",
        "slug": "jonathan-pile",
        "link": "https://www.rottentomatoes.com/critic/jonathan-pile",
        "image_link": null,
        "is_top_critic": false,
        "is_approved": false
      },
      "publication": {
        "name": "Empire Magazine",
        "encrypted_id": "1XrAqGrw",
        "link": "https://www.rottentomatoes.com/profiles/publication/1XrAqGrw",
        "is_approved": true
      },
      "date": "2017-11-06",
      "sentiment": "positive",
      "original_score": "3/5",
      "quote": "There are enough human dramas, soapy teenage love triangles and nostalgia-coated kids' adventures to make it an engaging eight episodes.",
      "review_link": "https://www.empireonline.com/tv/stranger-things/"
    },
    {
      "critic": {
        "name": "Brad Newsome",
        "slug": "brad-newsome",
        "link": "https://www.rottentomatoes.com/critic/brad-newsome",
        "image_link": null,
        "is_top_critic": false,
        "is_approved": false
      },
      "publication": {
        "name": "Sydney Morning Herald",
        "encrypted_id": "R7ldAOyO",
        "link": "https://www.rottentomatoes.com/profiles/publication/R7ldAOyO",
        "is_approved": true
      },
      "date": "2016-10-04",
      "sentiment": "positive",
      "original_score": null,
      "quote": "From time to time in the early episodes it does feel as though Stranger Things is only a gratuitous reference or two away from tipping over into uninspired pastiche, but it has enough ballast to keep righting itself.",
      "review_link": "http://www.smh.com.au/entertainment/tv-and-radio/review-stranger-things-with-winona-ryder-on-netflix-20160722-gqbcfx.html"
    },
    {
      "critic": {
        "name": "Ben Travers",
        "slug": "ben-travers",
        "link": "https://www.rottentomatoes.com/critic/ben-travers",
        "image_link": "https://resizing.flixster.com/QRGOJ2YKyhLkVQCUFfdjAkYeq74=/38x42/v1.YzsyNDc0O2c7MjA3NDU7MjA0ODszODs0Mg",
        "is_top_critic": true,
        "is_approved": true
      },
      "publication": {
        "name": "IndieWire",
        "encrypted_id": "Q5yMXplg",
        "link": "https://www.rottentomatoes.com/profiles/publication/Q5yMXplg",
        "is_approved": true
      },
      "date": "2016-08-24",
      "sentiment": "positive",
      "original_score": "B",
      "quote": "The films \"Stranger Things\" honors transcended their genres. This seems happy to propitiate them.",
      "review_link": "http://www.indiewire.com/2016/07/stranger-things-review-netflix-winona-ryder-original-80s-horror-1201706344/"
    },
    {
      "critic": {
        "name": "Keith Garlington",
        "slug": "keith-garlington",
        "link": "https://www.rottentomatoes.com/critic/keith-garlington",
        "image_link": "https://resizing.flixster.com/PzJPwuzPrBM_l-KroFKBcg8D8vk=/128x128/v1.Yzs0MDA4O2o7MjA3NDU7MjA0ODszMDA7MzAw",
        "is_top_critic": false,
        "is_approved": true
      },
      "publication": {
        "name": "Keith & the Movies",
        "encrypted_id": "ZpAYkRDr",
        "link": "https://www.rottentomatoes.com/profiles/publication/ZpAYkRDr",
        "is_approved": false
      },
      "date": "2022-08-19",
      "sentiment": "positive",
      "original_score": "4.5/5",
      "quote": "“Stranger Things” is a fascinating stew that juggles numerous genres and influences. Yet it all comes together to form an enthralling eight-episode television season that plays like one well-paced and impressively conceived movie.",
      "review_link": "https://keithandthemovies.com/2019/07/25/review-stranger-things-season-1/"
    },
    {
      "critic": {
        "name": "Nathan Mattise",
        "slug": "nathan-mattise",
        "link": "https://www.rottentomatoes.com/critic/nathan-mattise",
        "image_link": "https://resizing.flixster.com/8Ly2xAFcjb_OAIQ_pe6PD9Pu5uk=/128x128/v1.YzszNjc5O2o7MjA3NDU7MjA0ODszMDA7MzAw",
        "is_top_critic": false,
        "is_approved": true
      },
      "publication": {
        "name": "Ars Technica",
        "encrypted_id": "9ZkKvQZG",
        "link": "https://www.rottentomatoes.com/profiles/publication/9ZkKvQZG",
        "is_approved": false
      },
      "date": "2021-07-27",
      "sentiment": "positive",
      "original_score": null,
      "quote": "Stranger Things succeeds on-screen in its first season. You'll get all of the timeless feels whether the show depicts the life you lived, the life you wanted after watching that decade's films...",
      "review_link": "https://arstechnica.com/gaming/2016/07/reboots-be-damned-stranger-things-shows-a-better-way-to-do-nostalgia/"
    },
    {
      "critic": {
        "name": "Kelechi Ehenulo",
        "slug": "kelechi-ehenulo",
        "link": "https://www.rottentomatoes.com/critic/kelechi-ehenulo",
        "image_link": "https://resizing.flixster.com/MFOMvAVPAHO5ddIbSC7L_2dAMyU=/128x128/v1.YzsxMDAwMDAzNTQzO3A7MjA3NTQ7MjA0ODs2ODA7Njgw",
        "is_top_critic": false,
        "is_approved": true
      },
      "publication": {
        "name": "Confessions From A Geek Mind",
        "encrypted_id": "OrVK8mlk",
        "link": "https://www.rottentomatoes.com/profiles/publication/OrVK8mlk",
        "is_approved": false
      },
      "date": "2020-07-15",
      "sentiment": "positive",
      "original_score": "4.5/5",
      "quote": "To conclude, Stranger Things is a blast, thanks to its strong storytelling and high production values.",
      "review_link": "https://confessionsfromageekmind.com/2016/07/24/maybe-will-saw-something-he-shouldnt-have-stranger-things-review/"
    }
  ],
  "audience_reviews": [
    {
      "id": "c33ae3e9-4842-4e67-a111-d970edd58c7a",
      "reviewer": {
        "name": "Dixie M",
        "link": "https://www.rottentomatoes.com/profiles/user/adjFJXuo0FmNInAFVgSLJC8qtQQcdeUQ3u1GUaeSKKcJBtBnIdLuzDcNNcd2FaWi4XfMBtWWc4DHgxH86ce4UNzfepF9RI54iWdivQcq2FNY"
      },
      "date": null,
      "rating": 5,
      "max_rating": 5,
      "text": "Bring me back to rewatching the whole season",
      "is_verified": false,
      "is_fandango_review": false
    },
    {
      "id": "9447d90f-e397-4d36-afc2-a1f88b10e5d9",
      "reviewer": {
        "name": "Lincoln D",
        "link": "https://www.rottentomatoes.com/profiles/user/R0ehYzF4msGaINpUQzURNfe9s00cqRHE2skWf9QIvvc2puBvsXBtLGiqqcQKtLmspKhbESYYcKNsEBiDNiYmhPXC2LFvKc60saouQ3U6KuAP"
      },
      "date": "2026-09-01",
      "rating": 0,
      "max_rating": 5,
      "text": "Very popular, I watched, absolutely terrible show, the worst thing i've seen in ages.",
      "is_verified": false,
      "is_fandango_review": false
    },
    {
      "id": "3a74d7c1-13af-43dc-9e64-041834eb6d45",
      "reviewer": {
        "name": "Jasmine W",
        "link": "https://www.rottentomatoes.com/profiles/user/5D8ub8ceNtn0FaLSmQUbnhRNsJJcWxUgbCdbinJFOOcN8tB2FPjF7etWWcxBhOGS5vFWJIggcAds9DF2PtxjU92uYzf72FXghgQFa4c9btNv"
      },
      "date": "2026-08-31",
      "rating": 5,
      "max_rating": 5,
      "text": "really good and creative storytelling episode after episode very much sci-fi the goonies vibes.",
      "is_verified": false,
      "is_fandango_review": false
    },
    {
      "id": "ee5957c0-04b8-43b5-b8d3-68e6b29187ec",
      "reviewer": {
        "name": "Joel H",
        "link": "https://www.rottentomatoes.com/profiles/user/BMwI8vF6Pu1MIz9coxU08sM5sggcVvsRgsQjFjEI22caVuWEs6bf9PFddc4zsNeubmcV0SJJcNehR9uqWIXMsY9uPqhJVsOaCOYuNnFj2hKJ"
      },
      "date": "2026-08-27",
      "rating": 5,
      "max_rating": 5,
      "text": "Really good, definitely recommend.",
      "is_verified": false,
      "is_fandango_review": false
    },
    {
      "id": "40966800-a961-48f5-9186-8a864722e88e",
      "reviewer": {
        "name": "Sheryl V",
        "link": "https://www.rottentomatoes.com/profiles/user/XBgcDoFQxCX3IVGtW6UpwHGXsVVco7IMgsdGFM6IOOcN8uoNsRVfvKFeecjLHAMhpGczRf11c8QiPOSARsa0SQ5hgWUn9iQWsJ8F75IgpcRN"
      },
      "date": "2026-08-22",
      "rating": 4,
      "max_rating": 5,
      "text": "Such a great first season. The mystery, the creepy atmosphere and the kids all worked so well together, and I loved how much smaller and more personal everything felt.",
      "is_verified": false,
      "is_fandango_review": false
    },
    {
      "id": "3545826c-9f8e-4485-950d-07b0bbcccddc",
      "reviewer": {
        "name": "Bridget V",
        "link": "https://www.rottentomatoes.com/profiles/user/2qwSJBFY9fYRI3gcjKU24cDqsWWcxEc0NsDBIzLILLcB5uDRsNVSG9tvvc08s8QHaMCJKh44cN5CMAFgVUjpfwmIqdFBkI8WHKqtdaINYhqm"
      },
      "date": "2026-08-20",
      "rating": 5,
      "max_rating": 5,
      "text": "Omg 1 of the best shows I've ever watched the writing and acting always had me wanting more.",
      "is_verified": false,
      "is_fandango_review": false
    }
  ],
  "reviews_link": "https://www.rottentomatoes.com/tv/stranger_things/s01/reviews",
  "videos": [
    {
      "title": "Stranger Things: Season 1 Featurette - Bloopers",
      "public_id": "wJMA4DgIXw7W",
      "mpx_id": "1637880387835",
      "duration": "1:23",
      "thumbnail_link": "https://resizing.flixster.com/TirOVR0OxVDnyAhnyVTqqCo9LQQ=/240x135/v2/https://statcdn.fandango.com/MPX/image/NBCU_Fandango/405/471/thumb_BAA0CEF6-07D0-4345-84D1-2CBF3DC1F587.jpg",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/videos/wJMA4DgIXw7W"
    },
    {
      "title": "Stranger Things: Season 1 Trailer 2",
      "public_id": "A3vIU1U0wPkr",
      "mpx_id": "866725955725",
      "duration": "2:11",
      "thumbnail_link": "https://resizing.flixster.com/5gbbwNtD-b-bSwTbNdf_YaJmTdA=/240x135/v2/https://statcdn.fandango.com/MPX/image/NBCU_Fandango/207/291/StrangerThings_S01_Trailer2.jpg",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/videos/A3vIU1U0wPkr"
    },
    {
      "title": "Stranger Things: Season 1 Trailer 1",
      "public_id": "0_Wv4b8wkbp1",
      "mpx_id": "866725955712",
      "duration": "2:25",
      "thumbnail_link": "https://resizing.flixster.com/3NFLGlQkW53Ki-9GEHHEjcdIqhA=/240x135/v2/https://statcdn.fandango.com/MPX/image/NBCU_Fandango/207/291/StrangerThings_S01_Trailer1.jpg",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/videos/0_Wv4b8wkbp1"
    },
    {
      "title": "Stranger Things: Opening Credits",
      "public_id": "BnzD3OQ_5886",
      "mpx_id": "866725955705",
      "duration": "0:53",
      "thumbnail_link": "https://resizing.flixster.com/-hhVA_nfkce28ORYijP0TpShtsE=/240x135/v2/https://statcdn.fandango.com/MPX/image/NBCU_Fandango/207/291/StrangerThings_S01_OpeningCredits.jpg",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/videos/BnzD3OQ_5886"
    },
    {
      "title": "Stranger Things: Season 1 Featurette - Winona Ryder",
      "public_id": "hWJ7TMxzYsLU",
      "mpx_id": "866725955696",
      "duration": "3:06",
      "thumbnail_link": "https://resizing.flixster.com/JXWIOc5HMAxciRuJaGK05k6nEIE=/240x135/v2/https://statcdn.fandango.com/MPX/image/NBCU_Fandango/207/291/StrangerThings_S01_Featurette_WinonaRyder.jpg",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/videos/hWJ7TMxzYsLU"
    },
    {
      "title": "Stranger Things: Season 1 Featurette - Eleven",
      "public_id": "jXV3XxuILrUe",
      "mpx_id": "866723395970",
      "duration": "0:46",
      "thumbnail_link": "https://resizing.flixster.com/RRpKiTemk56SPUd58Xz6vuGWOSE=/240x135/v2/https://statcdn.fandango.com/MPX/image/NBCU_Fandango/204/863/StrangerThings_S01_Featurette_Eleven.jpg",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/videos/jXV3XxuILrUe"
    }
  ],
  "videos_link": "https://www.rottentomatoes.com/tv/stranger_things/s01/videos",
  "photos": [
    {
      "caption": null,
      "link": "https://resizing.flixster.com/Re7RbBktE9oNxCpnf_MQoGexYqk=/fit-in/705x460/v2/https://resizing.flixster.com/0xxuABVVuzJrUT130WFHKE-irEg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vNzUyMTFhOTktZTU4Ni00ODkyLWJlYjQtZTgxYTllZmU2OGM0LmpwZw==",
      "original_link": "https://resizing.flixster.com/0xxuABVVuzJrUT130WFHKE-irEg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vNzUyMTFhOTktZTU4Ni00ODkyLWJlYjQtZTgxYTllZmU2OGM0LmpwZw==",
      "mobile_link": "https://resizing.flixster.com/z4LU6johh-TlDSKgUHeFzbMB8XE=/fit-in/352x330/v2/https://resizing.flixster.com/0xxuABVVuzJrUT130WFHKE-irEg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vNzUyMTFhOTktZTU4Ni00ODkyLWJlYjQtZTgxYTllZmU2OGM0LmpwZw==",
      "tile_link": "https://resizing.flixster.com/gTY-5DHoz4s7yTKKLTXtwsGxFmw=/240x135/v2/https://resizing.flixster.com/0xxuABVVuzJrUT130WFHKE-irEg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vNzUyMTFhOTktZTU4Ni00ODkyLWJlYjQtZTgxYTllZmU2OGM0LmpwZw==",
      "width": 1500,
      "height": 2222,
      "aspect_ratio": "2:3"
    },
    {
      "caption": null,
      "link": "https://resizing.flixster.com/cvMvvfOOUih4RiEOUaUQElImBF8=/fit-in/705x460/v2/https://resizing.flixster.com/I6jTABrhudWP8ci4hykJRiRptKg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vUlRUVjUyNDkxNC53ZWJw",
      "original_link": "https://resizing.flixster.com/I6jTABrhudWP8ci4hykJRiRptKg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vUlRUVjUyNDkxNC53ZWJw",
      "mobile_link": "https://resizing.flixster.com/0BSqgC9_yeF8Zghz6G8nuQ5Wy4c=/fit-in/352x330/v2/https://resizing.flixster.com/I6jTABrhudWP8ci4hykJRiRptKg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vUlRUVjUyNDkxNC53ZWJw",
      "tile_link": "https://resizing.flixster.com/JOB4UZz_ur6qsvxXN-DJJ9v8_x0=/240x135/v2/https://resizing.flixster.com/I6jTABrhudWP8ci4hykJRiRptKg=/ems.cHJkLWVtcy1hc3NldHMvdHZzZWFzb24vUlRUVjUyNDkxNC53ZWJw",
      "width": 1500,
      "height": 2222,
      "aspect_ratio": "2:3"
    },
    {
      "caption": null,
      "link": "https://resizing.flixster.com/xkr962f61z3Th4u77I7tlNSx2wo=/fit-in/705x460/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_b_v12_ad.jpg",
      "original_link": "https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_b_v12_ad.jpg",
      "mobile_link": "https://resizing.flixster.com/z0rkAkzxyQSvDsp4a-UCK4XISrA=/fit-in/352x330/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_b_v12_ad.jpg",
      "tile_link": "https://resizing.flixster.com/NJLI0SjjhFnkz2USOOniegi4RuU=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_b_v12_ad.jpg",
      "width": 1920,
      "height": 2880,
      "aspect_ratio": "2:3"
    },
    {
      "caption": null,
      "link": "https://resizing.flixster.com/R5SWkaooU-reL1igCpbvrjy1E_Y=/fit-in/705x460/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_b_v8_ac.jpg",
      "original_link": "https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_b_v8_ac.jpg",
      "mobile_link": "https://resizing.flixster.com/q3vjumUlORGxJ2CDeNGzb8ifVLc=/fit-in/352x330/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_b_v8_ac.jpg",
      "tile_link": "https://resizing.flixster.com/v5aUQoQzQpmx6angqvVXOe5DVhc=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_b_v8_ac.jpg",
      "width": 960,
      "height": 1440,
      "aspect_ratio": "2:3"
    },
    {
      "caption": "Stranger Things",
      "link": "https://resizing.flixster.com/T1DB4qMiVYKa96BZjN3sOa4GrgI=/fit-in/705x460/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_i_h10_aa.jpg",
      "original_link": "https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_i_h10_aa.jpg",
      "mobile_link": "https://resizing.flixster.com/qZKC9L3sSQ55ZP0IYpMSWVpJ4oU=/fit-in/352x330/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_i_h10_aa.jpg",
      "tile_link": "https://resizing.flixster.com/vV66UkjrQ1IC2-UAsBiYLYlJS8M=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991700_i_h10_aa.jpg",
      "width": 1920,
      "height": 1080,
      "aspect_ratio": "16:9"
    }
  ],
  "photos_link": "https://www.rottentomatoes.com/tv/stranger_things/s01/pictures",
  "more_like_this": [
    {
      "title": "Yanxi Palace: Princess Adventures",
      "type": "tv",
      "slug": "yanxi-palace-princess-adventures",
      "link": "https://www.rottentomatoes.com/tv/yanxi-palace-princess-adventures",
      "ems_id": null,
      "poster_link": "https://resizing.flixster.com/1U0VnuEUXVczqPesIKoUaZECG6A=/164x246/v2/https://resizing.flixster.com/05DJ4i6ZevtvnaNxo-mpz70JRcU=/ems.cHJkLWVtcy1hc3NldHMvdHZzZXJpZXMvUlRUVjYzMDAzMC53ZWJw",
      "critics_score": null,
      "audience_score": {
        "score": null,
        "sentiment": null,
        "is_verified_hot": false
      },
      "trailer": null
    },
    {
      "title": "The Journalist",
      "type": "tv",
      "slug": "the_journalist",
      "link": "https://www.rottentomatoes.com/tv/the_journalist",
      "ems_id": "4209b3f6-a45e-3fb5-94a7-78b843c75c97",
      "poster_link": "https://resizing.flixster.com/NbAV8_fC___DxOO9XS5LWpT9BlU=/164x246/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p20971642_b_v12_aa.jpg",
      "critics_score": {
        "score": 100,
        "sentiment": "positive",
        "is_certified_fresh": false
      },
      "audience_score": {
        "score": 88,
        "sentiment": "positive",
        "is_verified_hot": false
      },
      "trailer": {
        "public_id": "4d_jQTyt40uq",
        "mpx_id": "2439456835737"
      }
    },
    {
      "title": "Ginny & Georgia",
      "type": "tv",
      "slug": "ginny_and_georgia",
      "link": "https://www.rottentomatoes.com/tv/ginny_and_georgia",
      "ems_id": "cf6aa589-e7cc-33e4-9482-3eb7f1dfe8d2",
      "poster_link": "https://resizing.flixster.com/-I8dT4Pkk1PIs9E7qtPnY_bnvYY=/164x246/v2/https://resizing.flixster.com/F3l_abWoHQmBW2jywFZmd2Dd9q4=/ems.cHJkLWVtcy1hc3NldHMvdHZzZXJpZXMvMjhlMGM2YzUtNGQyNS00YjNhLTkwNWUtNTA1Njc1OWFjOGE4LmpwZw==",
      "critics_score": {
        "score": 68,
        "sentiment": "positive",
        "is_certified_fresh": false
      },
      "audience_score": {
        "score": 77,
        "sentiment": "positive",
        "is_verified_hot": false
      },
      "trailer": {
        "public_id": "fkwxcI1NQ20b",
        "mpx_id": "2426531395832"
      }
    },
    {
      "title": "Northern Rescue",
      "type": "tv",
      "slug": "northern_rescue",
      "link": "https://www.rottentomatoes.com/tv/northern_rescue",
      "ems_id": null,
      "poster_link": "https://resizing.flixster.com/PmSPx6EGx2WXQNETMT0WxUGzjIE=/164x246/v2/https://resizing.flixster.com/_rzieNWYlRtQAzsJHATAn1_3_uI=/ems.cHJkLWVtcy1hc3NldHMvdHZzZXJpZXMvUlRUVjQzNDYxOS53ZWJw",
      "critics_score": null,
      "audience_score": {
        "score": 89,
        "sentiment": "positive",
        "is_verified_hot": false
      },
      "trailer": null
    },
    {
      "title": "Resurrection: Ertugrul",
      "type": "tv",
      "slug": "resurrection_ertugrul",
      "link": "https://www.rottentomatoes.com/tv/resurrection_ertugrul",
      "ems_id": null,
      "poster_link": "https://resizing.flixster.com/w_kyEWTIysFuVEuhAu-7BaL_4YU=/164x246/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p14534431_b_v10_ab.jpg",
      "critics_score": null,
      "audience_score": {
        "score": 92,
        "sentiment": "positive",
        "is_verified_hot": false
      },
      "trailer": null
    },
    {
      "title": "Discover more movies and TV shows.",
      "type": null,
      "slug": "tv_series_browse",
      "link": "https://www.rottentomatoes.com/browse/tv_series_browse/sort:popular",
      "ems_id": null,
      "poster_link": null,
      "critics_score": null,
      "audience_score": null,
      "trailer": null
    }
  ],
  "premiere": "2016-07-15",
  "episodes": [
    {
      "number": 1,
      "title": "Chapter One: The Vanishing of Will Byers",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/e01",
      "air_date": "2016-07-15",
      "description": "On his way home, Will sees something terrifying; a sinister secret lurks in the depths of a nearby government lab.",
      "image_link": "https://resizing.flixster.com/KEAXuBLq7rxlBf7EFSi_fZGdCdQ=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p12991781_e_h8_ab.jpg"
    },
    {
      "number": 2,
      "title": "Chapter Two: The Weirdo on Maple Street",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/e02",
      "air_date": "2016-07-15",
      "description": "Mike, Dustin and Lucas try to talk to the girl they saw in the woods; Hopper questions Joyce about a disturbing phone call.",
      "image_link": "https://resizing.flixster.com/UF8rbrMy0xoMDx9Oq-VU2k7fy_M=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p13076927_e_h10_aa.jpg"
    },
    {
      "number": 3,
      "title": "Chapter Three: Holly, Jolly",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/e03",
      "air_date": "2016-07-15",
      "description": "Increasingly concerned, Nancy searches for Barb and tries to find out what Jonathan has been up to; Joyce thinks Will is trying to talk to her.",
      "image_link": "https://resizing.flixster.com/x4QCIPy1i05fKJnVDI8HZa8U6AA=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p13076936_e_h8_ab.jpg"
    },
    {
      "number": 4,
      "title": "Chapter Four: The Body",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/e04",
      "air_date": "2016-07-15",
      "description": "Refusing to accept that Will is dead, Joyce tries to connect with him; the boys decide to give Eleven a makeover; Jonathan and Nancy form an unexpected alliance.",
      "image_link": "https://resizing.flixster.com/Dfx-eMBiAea4UBVZfr6ugvAggBk=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p13076942_e_h10_ab.jpg"
    },
    {
      "number": 5,
      "title": "Chapter Five: The Flea and the Acrobat",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/e05",
      "air_date": "2016-07-15",
      "description": "Hopper gets into the lab; Jonathan and Nancy confront the force that took Will; the boys talk to Mr. Clarke about traveling to another dimension.",
      "image_link": "https://resizing.flixster.com/RnnK5Tw-X_p0MjqxyiPcHuggxjg=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p13076947_e_h10_ab.jpg"
    },
    {
      "number": 6,
      "title": "Chapter Six: The Monster",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/e06",
      "air_date": "2016-07-15",
      "description": "Jonathan frantically looks for Nancy in the darkness as Steve looks for her too; Joyce and Hopper learn the truth about the lab's experiments.",
      "image_link": "https://resizing.flixster.com/UQ98KRJdLEJnfC2L-CpWX5nnerQ=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p13076950_e_h8_ab.jpg"
    },
    {
      "number": 7,
      "title": "Chapter Seven: The Bathtub",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/e07",
      "air_date": "2016-07-15",
      "description": "Eleven tries to reach Will; Lucas issues a warning about the arrival of the bad men; Jonathan and Nancy show the police what was caught on camera.",
      "image_link": "https://resizing.flixster.com/fe_VkX-sO5k1q9NWwjA-PAW26ts=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p13076953_e_h10_aa.jpg"
    },
    {
      "number": 8,
      "title": "Chapter Eight: The Upside Down",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01/e08",
      "air_date": "2016-07-15",
      "description": "Dr. Brenner holds Joyce and Hopper for questioning as the boys wait for Eleven in the gym; Jonathan and Nancy prepare for battle.",
      "image_link": "https://resizing.flixster.com/WEE22_DDnOhYdfS7slk_jlSa2Ew=/240x135/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p13076956_e_h10_aa.jpg"
    }
  ],
  "seasons": [
    {
      "number": 1,
      "title": "Season 1",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s01",
      "is_current": true
    },
    {
      "number": 2,
      "title": "Season 2",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s02",
      "is_current": false
    },
    {
      "number": 3,
      "title": "Season 3",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s03",
      "is_current": false
    },
    {
      "number": 4,
      "title": "Season 4",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s04",
      "is_current": false
    },
    {
      "number": 5,
      "title": "Season 5",
      "link": "https://www.rottentomatoes.com/tv/stranger_things/s05",
      "is_current": false
    }
  ]
}