# Rotten Tomatoes — Zapi reference > Tomatometer & skor audiens untuk film dan serial TV, plus ulasan kritikus. **Base URL:** `https://api.zpi.web.id` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zpi.web.id/dashboard/keys. **Response envelope:** `{ status, message, content }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zpi.web.id/api/movie/rotten-tomatoes - Endpoint catalog: https://zpi.web.id/category/movie - Concise index: https://zpi.web.id/llms.txt - Full reference: https://zpi.web.id/llms-full.txt --- ## Rotten Tomatoes **Category:** movie · **Slug:** `rotten-tomatoes` **Detail page:** https://zpi.web.id/api/movie/rotten-tomatoes Tomatometer & skor audiens untuk film dan serial TV, plus ulasan kritikus. **Tags:** movie, tv, scores, reviews ### Movie Rotten Tomatoes — Movie detail by slug. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/movie:rotten-tomatoes/movie/:slug` - **Cache TTL:** 1800s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `slug` | string | path | yes | Slug film Rotten Tomatoes (bagian setelah /m/). Boleh tempel URL penuh — slug di-ekstrak otomatis | **cURL:** ```bash curl "https://api.zpi.web.id/v1/movie:rotten-tomatoes/movie/:slug" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/movie:rotten-tomatoes/movie/:slug", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/movie:rotten-tomatoes/movie/:slug", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://www.rottentomatoes.com/m/parasite_2019", "cast": [ "Song Kang-ho", "Lee Sun-kyun", "Jo Yeo-jeong", "Choi Woo-sik", "Park So-dam" ], "slug": "parasite_2019", "type": "movie", "year": 2019, "title": "Parasite", "genres": [ "Comedy", "Mystery & Thriller", "Drama" ], "poster": "https://resizing.flixster.com/dO_kqPdQ1M8XSxTRUaRB24t6dGA=/68x102/v2/https://resizing.flixster.com/0nQ2niq2j-E4gdW_kB5H606atmc=/ems.cHJkLWVtcy1hc3NldHMvbW92aWVzLzZlZWEwMmY4LTk1OWUtNGEyOS04ODRmLTA0OWRjMzhlYWZkNi53ZWJw", "runtime": "2h 12m", "synopsis": "Greed and class discrimination threaten the newly formed symbiotic relationship between the wealthy Park family and the destitute Kim clan.", "directors": [ "Bong Joon Ho" ], "releaseDate": "2019-10-11", "tomatometer": 99, "audienceScore": 90, "contentRating": "R", "certifiedFresh": true, "criticsConsensus": "An urgent, brilliantly layered look at timely social themes, Parasite finds writer-director Bong Joon Ho in near-total command of his craft.", "criticsSentiment": "POSITIVE", "audienceSentiment": "POSITIVE", "criticReviewCount": 484, "audienceReviewCount": 2505, "criticsAverageRating": "9.40", "audienceAverageRating": "4.5" } ``` --- ### Reviews Rotten Tomatoes — Kritik (critic reviews) untuk sebuah film by slug. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/movie:rotten-tomatoes/reviews/:slug` - **Cache TTL:** 1800s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `slug` | string | path | yes | Slug film Rotten Tomatoes (bagian setelah /m/). Boleh tempel URL penuh | | `page` | number | query | no | Halaman (1,2,3…). Default 1, max 50 | | `count` | number | query | no | Jumlah kritik per halaman. Default 20, max 20 | **cURL:** ```bash curl "https://api.zpi.web.id/v1/movie:rotten-tomatoes/reviews/:slug?page=1&count=20" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/movie:rotten-tomatoes/reviews/:slug?page=1&count=20", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/movie:rotten-tomatoes/reviews/:slug?page=1&count=20", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "slug": "parasite_2019", "count": 20, "title": "Parasite", "hasMore": true, "reviews": [ { "id": "103033590", "date": "2025-07-12T18:19:07.000Z", "quote": "A raucous rollercoaster of genre from sleek crime caper to bone-chilling horror that evokes screams of laughter and terror in equal measure, with zero clue as to what new emotion or surprise may be lurking behind the next left turn.", "critic": "Julian Singleton", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/julian-singleton", "reviewUrl": "https://cinapse.net/2020/10/criterions-parasite-blu-ray-is-the-definitive-edition-of-the-south-korean-stunner/", "sentiment": "POSITIVE", "publication": "Cinapse" }, { "id": "103027835", "date": "2025-06-23T16:27:23.000Z", "quote": "Korean cinema is always that girl. Part of the reason this movie hits so hard is because it's unafraid to really dig into the nitty-gritty of classicism and take a stance. It gets even more timely with each passing year.", "score": "5/5", "critic": "Sharai Bohannon", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/sharai-bohannon", "reviewUrl": "https://podcasts.apple.com/us/podcast/were-you-out-of-vodka-parasite-2019/id1526482052?i=1000714167696", "sentiment": "POSITIVE", "publication": "A Nightmare On Fierce Street Podcast" }, { "id": "102943596", "date": "2024-08-30T23:27:21.000Z", "quote": "It's a wonderfully sneaky film that, before you know it, will have worked its way right under your skin.", "score": "5/5", "critic": "Emma Simmonds", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/emma-simmonds", "reviewUrl": "https://www.radiotimes.com/movie-guide/b-mnzzbq/parasite/", "sentiment": "POSITIVE", "publication": "Radio Times" }, { "id": "102939588", "date": "2024-08-15T22:31:04.000Z", "quote": "Fundamentally, Parasite aims to make us reflect on today's society, where the gap between the rich, the middle class and the poor is increasing.The spatial construction that the film proposes is a metaphor for the cruel social pyramid system.", "score": "9.5 ", "critic": "Denise Pieniazek", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/denise-pieniazek", "reviewUrl": "https://cine-puestaenescena.blogspot.com/2020/01/una-sociedad-circularmente-parasitaria.html", "sentiment": "POSITIVE", "publication": "Puesta en Escena (AR)" }, { "id": "102935160", "date": "2024-07-30T22:18:24.000Z", "quote": "Parasite is both darkly hilarious and delightfully shocking, setting a new sky-high standard for black comedy – the style of Bong Joon-ho.", "score": "5/5", "critic": "Diana Tuova", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/diana-tuova", "reviewUrl": "https://spotlightonfilm.com/2019/10/31/parasite-review/", "sentiment": "POSITIVE", "publication": "Spotlight on Film" }, { "id": "102930437", "date": "2024-07-14T21:47:55.000Z", "quote": "“Parasite” does not put a foot wrong in either of its thematic or narrative capabilities. Via suspenseful drama, dark comedy, and an ingenious script and set design, the film offers commentary worthy of Ken Loach.", "score": "5/5", "critic": "Calum Cooper", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/calum-cooper", "reviewUrl": "https://intheirownleague.com/2020/02/07/parasite-a-smart-and-suspenseful-look-at-a-broken-system/", "sentiment": "POSITIVE", "publication": "In Their Own League" }, { "id": "102928524", "date": "2024-07-09T20:32:38.000Z", "quote": "It’s a tricky balancing act, much like Bong’s abrupt shifts in tone, as Parasite is arguably the best film of the year at genre manipulation...", "critic": "Brendan Cassidy", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/brendan-cassidy", "reviewUrl": "https://insessionfilm.com/list-top-10-movies-of-2019-brendan-cassidy/", "sentiment": "POSITIVE", "publication": "InSession Film" }, { "id": "102901668", "date": "2024-04-04T23:26:38.000Z", "quote": "Parasite is the movie we will look back on as the movie of 2019. It crosses over to every culture because it’s simply about human beings struggling to survive in an unfair system.", "critic": "Ryan McQuade", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/ryan-mcquade", "reviewUrl": "https://insessionfilm.com/list-top-10-movies-of-2019-ryan-mcquade/", "sentiment": "POSITIVE", "publication": "InSession Film" }, { "id": "102834150", "date": "2023-08-11T18:14:09.000Z", "quote": "It is sadistic, angry and dark and has a lot to say about the system. This is the world we live in.", "critic": "Jillian Chilingerian", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/jillian-chilingerian", "reviewUrl": "https://offscreenwithjillian.com/reviews/parasite", "sentiment": "POSITIVE", "publication": "Offscreen With Jillian" }, { "id": "102829675", "date": "2023-07-28T15:48:04.000Z", "quote": "\"Parasite\" has already made history for South Korea as the country's first film to win a Best Picture Academy Award. There are some moments I can't wrap my head around though, and one of them was the inclusion of Illinois State into the dialogue.", "score": "4/4", "critic": "Jae-Ha Kim", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/jae-ha-kim", "reviewUrl": "https://jaehakim.substack.com/p/6-must-see-korean-films-parasite-minari#%C2%A7parasite", "sentiment": "POSITIVE", "publication": "Jae-Ha Kim (Substack)" }, { "id": "102826612", "date": "2023-07-24T12:19:09.000Z", "quote": "Cinematography, score, editing… everything’s absolutely perfect. Nothing is placed without purpose. Not a single line of dialogue is wasted. It would be a shame if anyone fails to watch this magnificent movie just because it’s in a foreign language.", "score": "A+", "critic": "Manuel São Bento", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/manuel-sao-bento", "reviewUrl": "https://www.msbreviews.com/movie-reviews/parasite-spoiler-free-review", "sentiment": "POSITIVE", "publication": "MSB Reviews" }, { "id": "102825155", "date": "2023-07-20T19:29:49.000Z", "quote": "Radically different films such as Knives Out, Us and Joker ... have all expressed the same social criticism. Parasite is perhaps the most pointed, explicitly showing how economic inequality brings out the worst in everyone, rich and poor alike.", "critic": "Paul Kanieski", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/paul-kanieski", "reviewUrl": "https://ksqd.org/the-film-gang-review-parasite/", "sentiment": "POSITIVE", "publication": "KSQD Community Radio" }, { "id": "102815335", "date": "2023-06-14T21:00:30.000Z", "quote": "Bong Joon Ho’s many-sided, dark social satire is a cunning and resourceful commentary on South Korea’s economic inequality. Why it works is the relevance of that system across societies of every nation.", "critic": "Mark Johnson", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/mark-johnson", "reviewUrl": "https://www.awardsdaily.com/2023/06/01/95-years-of-oscars-ranking-the-best-picture-winners-part-three-50-26/", "sentiment": "POSITIVE", "publication": "Awards Daily" }, { "id": "102806043", "date": "2023-05-15T20:02:39.000Z", "quote": "These tiny details underline the inherent horror, and concur with the genre-defying essence of the story...", "critic": "Elle Haywood", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/elle-haywood", "reviewUrl": "https://vaguevisages.com/2020/07/28/parasite-review-black-and-white/", "sentiment": "POSITIVE", "publication": "Vague Visages" }, { "id": "102793393", "date": "2023-03-31T00:42:12.000Z", "quote": "Parasite will move you like nothing else.", "critic": "Patricia Puentes", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/patricia-puentes", "reviewUrl": "https://www.cnet.com/culture/entertainment/best-movies-of-2019-what-to-watch-from-this-year/", "sentiment": "POSITIVE", "publication": "CNET" }, { "id": "102784197", "date": "2023-03-01T23:51:46.000Z", "quote": "It is the last good thing that has happened since the shutdown...", "critic": "Brian Susbielles", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/brian-susbielles", "reviewUrl": "https://insessionfilm.com/criterion-releases-october-2020/", "sentiment": "POSITIVE", "publication": "InSession Film" }, { "id": "102759162", "date": "2022-12-07T22:03:12.000Z", "quote": "Visually stunning and searing satire...", "critic": "Brian T. Carney", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/brian-t-carney", "reviewUrl": "https://www.washingtonblade.com/2019/12/27/top-10-queer-movies-of-2019/", "sentiment": "POSITIVE", "publication": "Washington Blade" }, { "id": "102752048", "date": "2022-11-12T11:48:04.000Z", "quote": "Incredible storytelling and examination of the class structure in Korea... Strong characterisation and performances create empathy from audiences, themselves becoming parasites to the film as host. Clinging on for dear life until the thrilling conclusion.", "score": "5/5", "critic": "Dallas King", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/dallas-king", "reviewUrl": "https://www.flickfeast.co.uk/reviews/film-reviews/parasite-black-and-white-edition-2020-film-review/", "sentiment": "POSITIVE", "publication": "Flick Feast" }, { "id": "102745069", "date": "2022-10-21T15:45:14.000Z", "quote": "Delicate directing and immaculate production design make Parasite the masterpiece it is. Its social-study script belongs in a lab, as it comes with storytelling lessons that transcend language. Reason why it became universal. [Full review in Spanish]", "score": "10/10", "critic": "Victor Pineyro", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/victor-pineyro", "reviewUrl": "https://seventhartstudio.com/parasite-2019-resena/", "sentiment": "POSITIVE", "publication": "Seventh Art Studio" }, { "id": "102723468", "date": "2022-08-24T19:09:16.000Z", "quote": "With a delicious black comedy edge, some surprising jolts of heartfelt emotion, and a violent throat punch when you’re least expecting it, “Parasite” is a movie that keeps you engaged and guessing.", "score": "4.5/5", "critic": "Keith Garlington", "isFresh": true, "criticUrl": "https://www.rottentomatoes.com/critic/keith-garlington", "reviewUrl": "https://keithandthemovies.com/2019/11/14/review-parasite-2019/", "sentiment": "POSITIVE", "publication": "Keith & the Movies" } ], "nextPage": 2 } ``` --- ### Search Rotten Tomatoes — Search film / serial TV. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/movie:rotten-tomatoes/search` - **Cache TTL:** 600s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `q` | string | query | yes | Kata kunci pencarian: judul film atau serial TV | | `type` | enum(all|movie|tv) | query | no | Filter jenis hasil: all=semua, movie=film, tv=serial. Default all | | `limit` | number | query | no | Jumlah hasil maksimum. Default 10, max 50 | **cURL:** ```bash curl "https://api.zpi.web.id/v1/movie:rotten-tomatoes/search?q=parasite&type=all&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/movie:rotten-tomatoes/search?q=parasite&type=all&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/movie:rotten-tomatoes/search?q=parasite&type=all&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "type": "all", "count": 10, "query": "parasite", "results": [ { "url": "https://www.rottentomatoes.com/m/parasite_2019", "cast": [ "Song Kang-ho", "Lee Sun-kyun", "Jo Yeo-jeong" ], "slug": "parasite_2019", "type": "movie", "year": 2019, "title": "Parasite", "poster": "https://resizing.flixster.com/prUGmXSxxnCKRYdsck6ENP1MIuI=/fit-in/80x126/v2/https://resizing.flixster.com/0nQ2niq2j-E4gdW_kB5H606atmc=/ems.cHJkLWVtcy1hc3NldHMvbW92aWVzLzZlZWEwMmY4LTk1OWUtNGEyOS04ODRmLTA0OWRjMzhlYWZkNi53ZWJw", "tomatometer": 99, "certifiedFresh": true, "tomatometerSentiment": "POSITIVE" }, { "url": "https://www.rottentomatoes.com/m/parasite_1982", "cast": [ "Robert Glaudini", "Demi Moore", "Luca Bercovici" ], "slug": "parasite_1982", "type": "movie", "year": 1982, "title": "Parasite", "poster": "https://resizing.flixster.com/FQDrAe2TiGELzMrSGImsAMqQxeE=/fit-in/80x126/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p8287_p_v11_ab.jpg", "tomatometer": 15, "tomatometerSentiment": "NEGATIVE" }, { "url": "https://www.rottentomatoes.com/m/parasite_2024", "cast": [ "Kai Lynn" ], "slug": "parasite_2024", "type": "movie", "year": 2024, "title": "Parasite", "poster": "https://resizing.flixster.com/ji4FXlCUTRQWSrHjl_djlKVZBhA=/fit-in/80x126/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p28326233_v_v12_aa.jpg", "tomatometer": 0 }, { "url": "https://www.rottentomatoes.com/m/parasite_in_love", "cast": [ "Kento Hayashi", "Nana Komatsu", "Arata Iura" ], "slug": "parasite_in_love", "type": "movie", "year": 2021, "title": "Parasite in Love", "poster": "https://images.fandango.com/cms/assets/5d84d010-59b1-11ea-b175-791e911be53d--rt-poster-defaultgif.gif", "tomatometer": 0 }, { "url": "https://www.rottentomatoes.com/m/dark_parasite_2023", "cast": [ "Désirée Giorgetti", "Michael Segal", "Aaron Stielstra" ], "slug": "dark_parasite_2023", "type": "movie", "year": 2023, "title": "Dark Parasite", "poster": "https://resizing.flixster.com/jl1k7OqPx1PEZgASzMSMqn07DeY=/fit-in/80x126/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p26323735_v_v12_aa.jpg", "tomatometer": 0 }, { "url": "https://www.rottentomatoes.com/m/parasite-2003", "cast": [ "Saskia Gould", "Conrad Whitaker", "G.W. Stevens" ], "slug": "parasite-2003", "type": "movie", "year": 2003, "title": "Parasite", "poster": "https://resizing.flixster.com/fw-PM6aERPVklUHzoFuGW9p9BcA=/fit-in/80x126/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p34370_v_v8_aa.jpg", "tomatometer": 0 }, { "url": "https://www.rottentomatoes.com/m/parasite_eve", "cast": [ "Hiroshi Mikami", "Riona Hazuki", "Tomoko Nakajima" ], "slug": "parasite_eve", "type": "movie", "year": 1997, "title": "Parasite Eve", "poster": "https://resizing.flixster.com/66UO32f41YS6ISjaopO4ll4BtuI=/fit-in/80x126/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p74199_v_v8_aa.jpg", "tomatometer": 0 }, { "url": "https://www.rottentomatoes.com/m/parasite", "cast": [ "David Gaffney", "Julia Matias", "Marissa Hall" ], "slug": "parasite", "type": "movie", "year": 1997, "title": "Parasite", "poster": "https://images.fandango.com/cms/assets/5d84d010-59b1-11ea-b175-791e911be53d--rt-poster-defaultgif.gif", "tomatometer": 0 }, { "url": "https://www.rottentomatoes.com/m/parasite_2014", "cast": [ "Joanna Drozda", "Jerzy Gajlikowski", "Wojtek Slowik" ], "slug": "parasite_2014", "type": "movie", "year": 2014, "title": "Parasite", "poster": "https://resizing.flixster.com/UrxPwvxzwDSdNiWtqAujdWkJzn4=/fit-in/80x126/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p11214326_p_v8_aa.jpg", "tomatometer": 0 }, { "url": "https://www.rottentomatoes.com/m/parasite_3", "cast": [ "Kai Lynn", "Xica Brewer", "Morris R. Austin" ], "slug": "parasite_3", "type": "movie", "year": 2025, "title": "Parasite 3", "poster": "https://resizing.flixster.com/_pv-T3UBAZYB8kwZ-OMSe0AJqe4=/fit-in/80x126/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p30507300_v_v8_aa.jpg", "tomatometer": 0 } ] } ``` --- ### Tv Rotten Tomatoes — TV series detail by slug. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/movie:rotten-tomatoes/tv/:slug` - **Cache TTL:** 1800s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `slug` | string | path | yes | Slug serial TV Rotten Tomatoes (bagian setelah /tv/). Boleh tempel URL penuh — slug di-ekstrak otomatis | **cURL:** ```bash curl "https://api.zpi.web.id/v1/movie:rotten-tomatoes/tv/:slug" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/movie:rotten-tomatoes/tv/:slug", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/movie:rotten-tomatoes/tv/:slug", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "url": "https://www.rottentomatoes.com/tv/breaking_bad", "cast": [ "Bryan Cranston", "Aaron Paul", "Anna Gunn", "RJ Mitte", "Dean Norris" ], "slug": "breaking_bad", "type": "tvSeries", "year": 2008, "title": "Breaking Bad", "genres": [ "Crime", "Drama" ], "poster": "https://resizing.flixster.com/RL8Mm0k_hGXqQCipUIsEniuAJtw=/68x102/v2/https://resizing.flixster.com/-XZAfHZM39UwaGJIFWKAE8fS0ak=/v3/t/assets/p185846_b_v8_ad.jpg", "seasons": "5 Seasons", "synopsis": "Mild-mannered high school chemistry teacher Walter White thinks his life can't get much worse. His salary barely makes ends meet, a situation not likely to improve once his pregnant wife gives birth, and their teenage son is battling cerebral palsy. But Walter is dumbstruck when he learns he has terminal cancer. Realizing that his illness probably will ruin his family financially, Walter makes a desperate bid to earn as much money as he can in the time he has left by turning an old RV into a meth lab on wheels.", "yearRange": "2008 - 2013", "releaseDate": "2008-01-20", "tomatometer": 96, "audienceScore": 97, "contentRating": "TV-14", "criticsSentiment": "POSITIVE", "audienceSentiment": "POSITIVE", "criticReviewCount": 250, "criticsAverageRating": "9.20" } ``` --- _Generated: 2026-08-02T14:31:56.741Z_