zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Movie/Rotten Tomatoes
Logo Rotten Tomatoes

Rotten Tomatoes

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

Endpoints
4
Requests
4
Updated
3 months ago
For LLMs
llms.txt
Endpoint health14 hours ago
  • moviepassing, 0.3s
  • reviewsfailed the last check
  • searchpassing, 0.6s
  • tvpassing, 0.3s
3/4 passingdaily 01:00 WIB

Playground

4 endpoints
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 examples

Movie
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/movie:rotten-tomatoes/movie/parasite_2019" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

4 endpoints · plain text
GETMovie/v1/movie:rotten-tomatoes/movie/:slugRotten 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.zpi.web.id/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"
}
GETReviews/v1/movie:rotten-tomatoes/reviews/:slugRotten 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.zpi.web.id/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
}
GETSearch/v1/movie:rotten-tomatoes/searchRotten 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.zpi.web.id/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
    }
  ]
}
GETTv/v1/movie:rotten-tomatoes/tv/:slugRotten 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.zpi.web.id/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

movie/myanimelist

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

43 calls·6h cache

IMDb

movie/imdb

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

32 calls·6h cache

AniList

movie/anilist

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

8 calls·6h cache

Letterboxd

movie/letterboxd

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

7 calls·1h cache

TVmaze

movie/tvmaze

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

7 calls·6h cache

Metacritic

movie/metacritic

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

5 calls·30m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026