zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Movie/Rotten Tomatoes
Logo Rotten Tomatoes

Rotten Tomatoes

Tomatometer & skor audiens untuk film dan serial TV, plus ulasan kritikus.

4 endpoints4 endpoints on this scraper4 calls4 calls so farupdated 4 months agoLast updated 6/7/2026, 11:52:29 PMllms.txt
Endpoints4

3/4 passing
checked 20 hours ago · daily 01:00 WIB

Movie

Rotten Tomatoes — Movie detail by slug.

GET/v1/movie:rotten-tomatoes/movie/:slug30m cache1 paramchecking key…
Parameters
slugstringrequired

Slug film Rotten Tomatoes (bagian setelah /m/). Boleh tempel URL penuh — slug di-ekstrak otomatis

·
Response
EXAMPLE
{
  "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"
}

Code

Movie
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("movie:rotten-tomatoes", "movie", {
  "slug": "parasite_2019"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

4 endpoints · plain text
GET
Movie/v1/movie:rotten-tomatoes/movie/:slug
1 param

Rotten Tomatoes — Movie detail by slug.

Parameters

slugstringrequiredin path
Slug film Rotten Tomatoes (bagian setelah /m/). Boleh tempel URL penuh — slug di-ekstrak otomatis

Request

curl -X GET "https://api.zapi.ink/v1/movie:rotten-tomatoes/movie/parasite_2019" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
}
GET
Reviews/v1/movie:rotten-tomatoes/reviews/:slug
3 params

Rotten Tomatoes — Kritik (critic reviews) untuk sebuah film by slug.

Parameters

slugstringrequiredin path
Slug film Rotten Tomatoes (bagian setelah /m/). Boleh tempel URL penuh
pagenumberoptional
Halaman (1,2,3…). Default 1, max 50
countnumberoptional
Jumlah kritik per halaman. Default 20, max 20

Request

curl -X GET "https://api.zapi.ink/v1/movie:rotten-tomatoes/reviews/parasite_2019?page=1&count=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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 o…",
      "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 …",
      "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"
    }
  ],
  "nextPage": 2
}
GET
Search/v1/movie:rotten-tomatoes/search
3 params

Rotten Tomatoes — Search film / serial TV.

Parameters

qstringrequired
Kata kunci pencarian: judul film atau serial TV
typeenumoptional
Filter jenis hasil: all=semua, movie=film, tv=serial. Default all Values: all, movie, tv.
limitnumberoptional
Jumlah hasil maksimum. Default 10, max 50

Request

curl -X GET "https://api.zapi.ink/v1/movie:rotten-tomatoes/search?q=parasite&type=all&limit=10" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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
    }
  ]
}
GET
Tv/v1/movie:rotten-tomatoes/tv/:slug
1 param

Rotten Tomatoes — TV series detail by slug.

Parameters

slugstringrequiredin path
Slug serial TV Rotten Tomatoes (bagian setelah /tv/). Boleh tempel URL penuh — slug di-ekstrak otomatis

Request

curl -X GET "https://api.zapi.ink/v1/movie:rotten-tomatoes/tv/breaking_bad" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "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"
}

Related APIs

More in movie

MyAnimeList

moviemyanimelist

Database anime & manga MyAnimeList: pencarian, detail, karakter, top, dan anime musiman.

4343 calls so far6hResponses cached for 6h
Busy: 10+ calls so far

IMDb

movieimdb

Database film, serial TV & selebriti terbesar di dunia — rating, info lengkap, cast, ulasan, chart, dan box office.

3232 calls so far6hResponses cached for 6h
Busy: 10+ calls so far

AniList

movieanilist

Database anime & manga: pencarian, detail lengkap, karakter, staff, trending, dan anime musiman.

88 calls so far6hResponses cached for 6h

Metacritic

moviemetacritic

Skor kritikus & pengguna (Metascore) untuk film, serial TV, dan game.

55 calls so far30mResponses cached for 30m

Letterboxd

movieletterboxd

Jejaring sosial film: detail film, rating komunitas, film populer, dan profil member.

77 calls so far1hResponses cached for 1h

TVmaze

movietvmaze

API serial TV: pencarian acara & orang, detail show, episode, cast, dan jadwal tayang.

77 calls so far6hResponses cached for 6h
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.