From 275fb87eebcc4f8e5cc10613a90f20d5102d9856 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 19 May 2025 17:00:18 +0200 Subject: [PATCH] did a lot of syle work and started search and detail pages --- README.md | 15 + bun.lock | 12 +- package.json | 2 + src/components/details/details.module.css | 31 + src/components/details/details.tsx | 19 + src/components/details/index.ts | 3 + src/components/hero/hero.module.css | 12 +- src/components/list/list.module.css | 18 +- src/features/content/apis/jellyfin.ts | 102 +- src/features/content/apis/tmdb.generated.ts | 106409 ++++++++ .../content/apis/tmdb.not.generated.ts | 66 +- src/features/content/apis/tmdb.ts | 127 +- src/features/content/apis/tmdb.yml | 194262 +++++++++++++++ src/features/content/service.ts | 15 +- src/features/content/types.ts | 6 + src/features/overview/overview.module.css | 10 +- src/features/player/player.tsx | 65 +- src/features/shell/nav.module.css | 47 +- src/features/theme/context.ts | 4 +- src/routes/(shell)/details/[slug].tsx | 59 + src/routes/(shell)/search/index.module.css | 46 + src/routes/(shell)/search/index.tsx | 64 +- src/routes/(shell)/watch/[slug].tsx | 4 +- 23 files changed, 301155 insertions(+), 243 deletions(-) create mode 100644 src/components/details/details.module.css create mode 100644 src/components/details/details.tsx create mode 100644 src/components/details/index.ts create mode 100644 src/features/content/apis/tmdb.generated.ts create mode 100644 src/features/content/apis/tmdb.yml create mode 100644 src/routes/(shell)/details/[slug].tsx create mode 100644 src/routes/(shell)/search/index.module.css diff --git a/README.md b/README.md index 8b13789..d8e1dea 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ + + +# Notes + +## APIS + +### Generate openapi client + +- path to source yml or json +- path to output, will create a typescript file + +example +```bash +bunx openapi-typescript .\src\features\content\apis\api.yml -o .\src\features\content\apis\api.generated.ts +``` \ No newline at end of file diff --git a/bun.lock b/bun.lock index e681c89..23c7bf9 100644 --- a/bun.lock +++ b/bun.lock @@ -7,6 +7,8 @@ "@solid-primitives/context": "^0.3.1", "@solid-primitives/deep": "^0.3.2", "@solid-primitives/event-listener": "^2.4.1", + "@solid-primitives/pagination": "^0.4.1", + "@solid-primitives/scheduled": "^1.5.1", "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.3", "@solidjs/start": "^1.1.4", @@ -348,6 +350,8 @@ "@solid-primitives/memo": ["@solid-primitives/memo@1.4.2", "", { "dependencies": { "@solid-primitives/scheduled": "^1.5.1", "@solid-primitives/utils": "^6.3.1" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-1w2MoD/25tZOImCI+dEL08n8dyyc6sg6o0zc14sZXBBa4XSz6TDuPYgQ24r+dQerXWoP6OgZ1VZz+Mo7c1Lmvg=="], + "@solid-primitives/pagination": ["@solid-primitives/pagination@0.4.1", "", { "dependencies": { "@solid-primitives/utils": "^6.3.1" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-Q/ZDa8qjKUCRW4Fvdunk8qlgf1geUAz5nfcJbI0sbIYf/9dhURMvESugpqFeF+/GJo784jNcfUwg5253/I7tOA=="], + "@solid-primitives/platform": ["@solid-primitives/platform@0.1.2", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-sSxcZfuUrtxcwV0vdjmGnZQcflACzMfLriVeIIWXKp8hzaS3Or3tO6EFQkTd3L8T5dTq+kTtLvPscXIpL0Wzdg=="], "@solid-primitives/refs": ["@solid-primitives/refs@1.1.0", "", { "dependencies": { "@solid-primitives/utils": "^6.3.0" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-QJ3bTSQOlPdHBP2m6llrT13FvVzAwZfx41lTN8lQrRwwcZoWb7kfCAjhaohPnwkAsQ6nJpLjtGfT5GOyuCA4tA=="], @@ -356,7 +360,7 @@ "@solid-primitives/rootless": ["@solid-primitives/rootless@1.5.0", "", { "dependencies": { "@solid-primitives/utils": "^6.3.0" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-YJ+EveQeDv9DLqfDKfsPAAGy2x3vBruoD23yn+nD2dT84QjoBxWT1T0qA0TMFjek6/xuN3flqnHtQ4r++4zdjg=="], - "@solid-primitives/scheduled": ["@solid-primitives/scheduled@1.5.0", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-RVw24IRNh1FQ4DCMb3OahB70tXIwc5vH8nhR4nNPsXwUPQeuOkLsDI5BlxaPk0vyZgqw9lDpufgI3HnPwplgDw=="], + "@solid-primitives/scheduled": ["@solid-primitives/scheduled@1.5.1", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-WKg/zvAyDIgQ/Xo48YaUY7ISaPyWTZNDzIVWP2R84CuLH+nZN/2O0aFn/gQlWY6y/Bfi/LdDt6Og2/PRzPY7mA=="], "@solid-primitives/static-store": ["@solid-primitives/static-store@0.0.8", "", { "dependencies": { "@solid-primitives/utils": "^6.2.3" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-ZecE4BqY0oBk0YG00nzaAWO5Mjcny8Fc06CdbXadH9T9lzq/9GefqcSe/5AtdXqjvY/DtJ5C6CkcjPZO0o/eqg=="], @@ -1722,10 +1726,14 @@ "@solid-devtools/debugger/@solid-primitives/event-listener": ["@solid-primitives/event-listener@2.4.0", "", { "dependencies": { "@solid-primitives/utils": "^6.3.0" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-TSfR1PNTfojFEYGSxSMCnUhXsaYWBo4p+cm73QmWODa9YnaQAk6PB7VjzG2bOT2D817VlvuOqTj0Qdq+MZrdGg=="], + "@solid-devtools/debugger/@solid-primitives/scheduled": ["@solid-primitives/scheduled@1.5.0", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-RVw24IRNh1FQ4DCMb3OahB70tXIwc5vH8nhR4nNPsXwUPQeuOkLsDI5BlxaPk0vyZgqw9lDpufgI3HnPwplgDw=="], + "@solid-devtools/debugger/@solid-primitives/utils": ["@solid-primitives/utils@6.3.0", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-e7hTlJ1Ywh2+g/Qug+n4L1mpfxsikoIS4/sHE2EK9WatQt8UJqop/vE6bsLnXlU1xuhb/jo94Ah5Y27rd4wP7A=="], "@solid-devtools/shared/@solid-primitives/event-listener": ["@solid-primitives/event-listener@2.4.0", "", { "dependencies": { "@solid-primitives/utils": "^6.3.0" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-TSfR1PNTfojFEYGSxSMCnUhXsaYWBo4p+cm73QmWODa9YnaQAk6PB7VjzG2bOT2D817VlvuOqTj0Qdq+MZrdGg=="], + "@solid-devtools/shared/@solid-primitives/scheduled": ["@solid-primitives/scheduled@1.5.0", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-RVw24IRNh1FQ4DCMb3OahB70tXIwc5vH8nhR4nNPsXwUPQeuOkLsDI5BlxaPk0vyZgqw9lDpufgI3HnPwplgDw=="], + "@solid-devtools/shared/@solid-primitives/utils": ["@solid-primitives/utils@6.3.0", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-e7hTlJ1Ywh2+g/Qug+n4L1mpfxsikoIS4/sHE2EK9WatQt8UJqop/vE6bsLnXlU1xuhb/jo94Ah5Y27rd4wP7A=="], "@solid-primitives/bounds/@solid-primitives/event-listener": ["@solid-primitives/event-listener@2.4.0", "", { "dependencies": { "@solid-primitives/utils": "^6.3.0" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-TSfR1PNTfojFEYGSxSMCnUhXsaYWBo4p+cm73QmWODa9YnaQAk6PB7VjzG2bOT2D817VlvuOqTj0Qdq+MZrdGg=="], @@ -1744,8 +1752,6 @@ "@solid-primitives/media/@solid-primitives/utils": ["@solid-primitives/utils@6.3.0", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-e7hTlJ1Ywh2+g/Qug+n4L1mpfxsikoIS4/sHE2EK9WatQt8UJqop/vE6bsLnXlU1xuhb/jo94Ah5Y27rd4wP7A=="], - "@solid-primitives/memo/@solid-primitives/scheduled": ["@solid-primitives/scheduled@1.5.1", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-WKg/zvAyDIgQ/Xo48YaUY7ISaPyWTZNDzIVWP2R84CuLH+nZN/2O0aFn/gQlWY6y/Bfi/LdDt6Og2/PRzPY7mA=="], - "@solid-primitives/refs/@solid-primitives/utils": ["@solid-primitives/utils@6.3.0", "", { "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-e7hTlJ1Ywh2+g/Qug+n4L1mpfxsikoIS4/sHE2EK9WatQt8UJqop/vE6bsLnXlU1xuhb/jo94Ah5Y27rd4wP7A=="], "@solid-primitives/resize-observer/@solid-primitives/event-listener": ["@solid-primitives/event-listener@2.4.0", "", { "dependencies": { "@solid-primitives/utils": "^6.3.0" }, "peerDependencies": { "solid-js": "^1.6.12" } }, "sha512-TSfR1PNTfojFEYGSxSMCnUhXsaYWBo4p+cm73QmWODa9YnaQAk6PB7VjzG2bOT2D817VlvuOqTj0Qdq+MZrdGg=="], diff --git a/package.json b/package.json index f63bbbc..cd98525 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,8 @@ "@solid-primitives/context": "^0.3.1", "@solid-primitives/deep": "^0.3.2", "@solid-primitives/event-listener": "^2.4.1", + "@solid-primitives/pagination": "^0.4.1", + "@solid-primitives/scheduled": "^1.5.1", "@solidjs/meta": "^0.29.4", "@solidjs/router": "^0.15.3", "@solidjs/start": "^1.1.4", diff --git a/src/components/details/details.module.css b/src/components/details/details.module.css new file mode 100644 index 0000000..c4935f4 --- /dev/null +++ b/src/components/details/details.module.css @@ -0,0 +1,31 @@ +.container { + isolation: isolate; + display: block grid; + + container-type: inline-size; +} + +.header { + position: relative; + block-size: 80cqb; + + &::after { + content: ""; + position: absolute; + inset: 0; + display: block; + background: linear-gradient(182.5deg, transparent 20%, var(--surface-2) 90%), + linear-gradient(transparent 50%, #0007 75%); + } + + & > .background { + position: absolute; + inset: 0; + block-size: 100%; + inline-size: 100%; + object-fit: cover; + object-position: center; + z-index: 0; + } +} + diff --git a/src/components/details/details.tsx b/src/components/details/details.tsx new file mode 100644 index 0000000..ee7fa04 --- /dev/null +++ b/src/components/details/details.tsx @@ -0,0 +1,19 @@ +import { Component } from 'solid-js'; +import { Entry } from '~/features/content'; +import css from './details.module.css'; + +interface DetailsProps { + entry: Entry +} + +export const Details: Component = (props) => { + return ( +
+
+ + +

{props.entry.title}

+
+
+ ); +}; \ No newline at end of file diff --git a/src/components/details/index.ts b/src/components/details/index.ts new file mode 100644 index 0000000..5983876 --- /dev/null +++ b/src/components/details/index.ts @@ -0,0 +1,3 @@ + + +export { Details } from './details'; \ No newline at end of file diff --git a/src/components/hero/hero.module.css b/src/components/hero/hero.module.css index 0383eee..12ac398 100644 --- a/src/components/hero/hero.module.css +++ b/src/components/hero/hero.module.css @@ -29,7 +29,7 @@ gap: 1rem; justify-content: start; - padding-inline: 2rem; + padding-inline: var(--size-6); inline-size: 100%; block-size: 8.333333em; @@ -53,7 +53,7 @@ align-content: end; align-items: center; gap: 1rem; - padding: 2rem; + padding: var(--size-6); block-size: 80vh; overflow: clip; container-type: scroll-state; @@ -114,6 +114,11 @@ text-decoration-color: var(--gray-8); padding: var(--size-3); font-weight: var(--font-weight-9); + outline-offset: var(--size-1); + + &:focus-visible { + outline: 1px solid var(--gray-2); + } } .thumbnail { @@ -152,9 +157,6 @@ 0% { opacity: 0; } - /* 80% { - opacity: 0; - } */ 100% { opacity: 1; } diff --git a/src/components/list/list.module.css b/src/components/list/list.module.css index feaa21a..dcf474d 100644 --- a/src/components/list/list.module.css +++ b/src/components/list/list.module.css @@ -1,4 +1,5 @@ .container { + --_space: var(--size-6); display: grid; grid: auto auto / auto auto; grid-template-areas: @@ -6,16 +7,21 @@ "list list"; justify-content: space-between; inline-size: 100%; + + padding-inline: var(--_space); } .heading { grid-area: heading; - font-size: 2em; + font-size: var(--size-7); + color: var(--text-1); + + padding-inline: var(--_space); } .metadata { grid-area: metadata; - opacity: 0.6; + color: var(--text-2); } .list { @@ -26,10 +32,10 @@ display: grid; grid-auto-flow: column; - gap: 2em; - padding: 12em 4em 5em; - scroll-padding: 4em; - margin: -10em -4em 0em; + gap: var(--_space); + padding: calc(8 * var(--_space)) calc(2 * var(--_space)) calc(2.5 * var(--_space)); + scroll-padding: calc(2 * var(--_space)); + margin: calc(-7 * var(--_space)) calc(-1 * var(--_space)) 0em; overflow: visible auto; scroll-snap-type: inline mandatory; diff --git a/src/features/content/apis/jellyfin.ts b/src/features/content/apis/jellyfin.ts index d964916..8aad8d6 100644 --- a/src/features/content/apis/jellyfin.ts +++ b/src/features/content/apis/jellyfin.ts @@ -1,5 +1,3 @@ -"use server"; - import type { paths } from "./jellyfin.generated"; // generated by openapi-typescript import createClient from "openapi-fetch"; import { query } from "@solidjs/router"; @@ -20,42 +18,29 @@ type ItemImageType = | "BoxRear" | "Profile"; -const baseUrl = process.env.JELLYFIN_BASE_URL; -const client = createClient({ - baseUrl, - headers: { - Authorization: `MediaBrowser DeviceId="Streamarr", Token="${process.env.JELLYFIN_API_KEY}"`, - "Content-Type": 'application/json; profile="CamelCase"', - }, -}); +const getBaseUrl = () => { + "use server"; -export const TEST = query(async () => { - const userId = "a9c51af8-4bf5-4578-a99a-b4dd0ebf0763"; - const itemId = "919dfa97-e4da-d275-8a92-5d056e590a28"; - const seriesId = "5230ddbcd-9400-733d-c07e-5b8cb7a4f49"; + return process.env.JELLYFIN_BASE_URL; +}; - const { data: seriesData } = await client.GET( - "/UserItems/{itemId}/UserData", - { - params: { - path: { itemId: seriesId }, - query: { userId }, - }, + +const getClient = () => { + "use server"; + + return createClient({ + baseUrl: getBaseUrl(), + headers: { + Authorization: `MediaBrowser DeviceId="Streamarr", Token="${process.env.JELLYFIN_API_KEY}"`, + "Content-Type": 'application/json; profile="CamelCase"', }, - ); - - const { data: epData } = await client.GET("/UserItems/{itemId}/UserData", { - params: { - path: { itemId }, - query: { userId }, - }, - }); - - console.log(seriesData, epData); -}, "jellyfin.TEST"); + }) +}; export const getCurrentUser = query(async () => { - const { data, error, response } = await client.GET("/Users/Public", { + "use server"; + + const { data, error, response } = await getClient().GET("/Users/Public", { params: {}, }); @@ -63,7 +48,9 @@ export const getCurrentUser = query(async () => { }, "jellyfin.getCurrentUser"); export const listUsers = query(async () => { - const { data, error } = await client.GET("/Users", { + "use server"; + + const { data, error } = await getClient().GET("/Users", { params: {}, }); @@ -72,7 +59,9 @@ export const listUsers = query(async () => { export const listItems = query( async (userId: string): Promise => { - const { data, error } = await client.GET("/Items", { + "use server"; + + const { data, error } = await getClient().GET("/Items", { params: { query: { userId, @@ -99,7 +88,7 @@ export const listItems = query( // id: item.Id!, id: item.ProviderIds!["Tmdb"]!, title: item.Name!, - thumbnail: new URL(`/Items/${item.Id!}/Images/Primary`, baseUrl), //await getItemImage(data.Id!, 'Primary'), + thumbnail: new URL(`/Items/${item.Id!}/Images/Primary`, getBaseUrl()), //await getItemImage(data.Id!, 'Primary'), })) ?? [] ); }, @@ -107,14 +96,19 @@ export const listItems = query( ); export const getRandomItem = query( - async (userId: string): Promise => - getRandomItems(userId, 1).then((items) => items?.at(0)), + async (userId: string): Promise => { + "use server"; + + return getRandomItems(userId, 1).then((items) => items?.at(0)); + }, "jellyfin.listRandomItem", ); export const getRandomItems = query( - async (userId: string, limit: number = 10): Promise => { - const { data, error } = await client.GET("/Items", { + async (userId: string, limit: number = 20): Promise => { + "use server"; + + const { data, error } = await getClient().GET("/Items", { params: { query: { userId, @@ -140,8 +134,8 @@ export const getRandomItems = query( // id: item.Id!, id: item.ProviderIds!["Tmdb"]!, title: item.Name!, - thumbnail: new URL(`/Items/${item.Id!}/Images/Primary`, baseUrl), //await getItemImage(data.Id!, 'Primary'), - image: new URL(`/Items/${item.Id!}/Images/Backdrop`, baseUrl), //await getItemImage(data.Id!, 'Primary'), + thumbnail: new URL(`/Items/${item.Id!}/Images/Primary`, getBaseUrl()), //await getItemImage(data.Id!, 'Primary'), + image: new URL(`/Items/${item.Id!}/Images/Backdrop`, getBaseUrl()), //await getItemImage(data.Id!, 'Primary'), })) ?? [] ); }, @@ -150,7 +144,9 @@ export const getRandomItems = query( export const getItem = query( async (userId: string, itemId: string): Promise => { - const { data, error } = await client.GET("/Items/{itemId}", { + "use server"; + + const { data, error } = await getClient().GET("/Items/{itemId}", { params: { path: { itemId, @@ -180,8 +176,8 @@ export const getItem = query( id: data.ProviderIds!["Tmdb"]!, title: data.Name!, overview: data.Overview!, - thumbnail: new URL(`/Items/${itemId}/Images/Primary`, baseUrl), //await getItemImage(data.Id!, 'Primary'), - image: new URL(`/Items/${itemId}/Images/Backdrop`, baseUrl), + thumbnail: new URL(`/Items/${itemId}/Images/Primary`, getBaseUrl()), //await getItemImage(data.Id!, 'Primary'), + image: new URL(`/Items/${itemId}/Images/Backdrop`, getBaseUrl()), // ...data, }; }, @@ -193,7 +189,9 @@ export const getItemImage = query( itemId: string, imageType: ItemImageType, ): Promise => { - const { data, error } = await client.GET( + "use server"; + + const { data, error } = await getClient().GET( "/Items/{itemId}/Images/{imageType}", { parseAs: "blob", @@ -214,7 +212,9 @@ export const getItemImage = query( export const getItemPlaybackInfo = query( async (userId: string, itemId: string): Promise => { - const { data, error, response } = await client.GET( + "use server"; + + const { data, error, response } = await getClient().GET( "/Items/{itemId}/PlaybackInfo", { parseAs: "text", @@ -236,7 +236,9 @@ export const getItemPlaybackInfo = query( ); export const queryItems = query(async () => { - const { data, error } = await client.GET("/Items", { + "use server"; + + const { data, error } = await getClient().GET("/Items", { params: { query: { mediaTypes: ["Video"], @@ -254,7 +256,9 @@ export const queryItems = query(async () => { export const getContinueWatching = query( async (userId: string): Promise => { - const { data, error } = await client.GET("/UserItems/Resume", { + "use server"; + + const { data, error } = await getClient().GET("/UserItems/Resume", { params: { query: { userId, diff --git a/src/features/content/apis/tmdb.generated.ts b/src/features/content/apis/tmdb.generated.ts new file mode 100644 index 0000000..bb30dcc --- /dev/null +++ b/src/features/content/apis/tmdb.generated.ts @@ -0,0 +1,106409 @@ +/** + * This file was auto-generated by openapi-typescript. + * Do not make direct changes to the file. + */ + +export interface paths { + "/authentication/guest_session/new": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Create guest session + * @description This endpoint create a user guest session. + */ + get: operations["createGuestSession"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/authentication/token/new": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Create request token + * @description This endpoint create a request token. + */ + get: operations["createRequestToken"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/authentication/session/new": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Create session + * @description This endpoint create the session id. + */ + post: operations["createSession"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/authentication/token/validate_with_login": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Create Session (with login) + * @description This endpoint create the session id with its login details. + */ + post: operations["createSessionWithLogin"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/authentication": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Validate Key + * @description This endpoint test your API Key to see if it's valid. + */ + get: operations["validateKey"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * accountid + * @description This endpoint is used to get the user account_id + */ + get: operations["accountID"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint get the public details of an account on TMDB. + */ + get: operations["details"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/favorite": { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Add Favourite + * @description This endpoint mark a movie or TV show as a favourite. + */ + post: operations["addFavourite"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/watchlist": { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Add To Watchlist + * @description This endpoint Add a movie or TV show to your watchlist. + */ + post: operations["addToWatchlist"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/favorite/movies": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Favourite movies + * @description This endpoint get a users list of favourite movies. + */ + get: operations["favouriteMovies"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/favorite/tv": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Favourite TV + * @description This endpoint get a users list of favourite TV shows. + */ + get: operations["favouriteTv"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/lists": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Lists + * @description This endpoint get a users list of custom lists. + */ + get: operations["lists"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/rated/movies": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Rated movies + * @description This endpoint get a users list of rated movies. + */ + get: operations["ratedMovies"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/rated/tv": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Rated TV + * @description This endpoint get a users list of rated TV shows. + */ + get: operations["ratedTv"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/rated/tv/episodes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Rated TV Episodes + * @description This endpoint get a users list of rated TV episodes. + */ + get: operations["ratedTvEpisodes"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/watchlist/movies": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Watchlist Movies + * @description This endpoint get a list of movies added to a users watchlist. + */ + get: operations["watchlistMovies"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/account/{account_id}/watchlist/tv": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Watchlist TV + * @description This endpoint get a list of TV shows added to a users watchlist. + */ + get: operations["watchlistTv"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/certification/movie/list": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Movie Certifications + * @description This endpoint get an up to date list of the officially supported movie certifications on TMDB. + */ + get: operations["movieCertifications"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/certification/tv/list": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * TV Certifications + * @description This endpoint Get an up to date list of the officially supported TV show certifications on TMDB. + */ + get: operations["tvCertifications"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/changes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Movie List + * @description This endpoint get a list of all of the movie ids that have been changed in the past 24 hours. + */ + get: operations["movieList"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/changes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * People List + * @description This endpoint allows users to retrieve information regarding people involved in the industry, such as actors, directors, and crew members. + */ + get: operations["peopleList"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/changes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * TV List + * @description This endpoint allows users to retrieve a list of changes that have occurred for TV shows over a specified period. + */ + get: operations["TVList"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/search/collection": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Collection_id + * @description This endpoint is used to get the collection_id. + */ + get: operations["collectionId"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/collection/{collection_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint get movie collection details by ID. + */ + get: operations["details1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/collection/{collection_id}/images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Images + * @description This endpoint get the images that belong to a collection. + */ + get: operations["images"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/collection/{collection_id}/translations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Translations + * @description This endpoint retrieves the language translations for a specified collection of movies. + */ + get: operations["translations"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/search/company": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Company_id + * @description This endpoint is used to get the Company_id + */ + get: operations["companyId"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/company/{company_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint get the company details by ID. + */ + get: operations["details2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/company/{company_id}/alternative_names": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Alternative Names + * @description This endpoint retrieves a list of alternative names associated with a specific company. + */ + get: operations["alternativeNames"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/company/{company_id}/images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Images + * @description This endpoint get the company logos by id. + */ + get: operations["images1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/configuration": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint query the API configuration details. + */ + get: operations["details3"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/configuration/countries": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Countries + * @description This endpoint get the list of countries (ISO 3166-1 tags) used throughout TMDB. + */ + get: operations["countries"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/configuration/jobs": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Jobs + * @description This endpoint get the list of the jobs and departments we use on TMDB. + */ + get: operations["jobs"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/configuration/languages": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Languages + * @description This endpoint get the list of languages (ISO 639-1 tags) used throughout TMDB. + */ + get: operations["languages"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/configuration/primary_translations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Primary Translations + * @description This endpoint get a list of the officially supported translations on TMDB. + */ + get: operations["primaryTranslations"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/configuration/timezones": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Timezones + * @description This endpoint get the list of timezones used throughout TMDB. + */ + get: operations["timezones"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/search/movie": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Movie_id + * @description This endpoint is used to get a movie_id + */ + get: operations["movieId"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Credit_id + * @description This is used to get the credit_id + */ + get: operations["creditId"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/credit/{credit_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint is used get a movie or TV credit details by ID. + */ + get: operations["details4"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/discover/movie": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Movie + * @description This endpoint find movies using over 30 filters and sort options. + */ + get: operations["movie"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/discover/tv": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * TV + * @description This endpoint find TV shows using over 30 filters and sort options. + */ + get: operations["tv"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/find/{external_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Find By ID + * @description This endpoint find data by external ID's. + */ + get: operations["findById"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/genre/movie/list": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * movie List + * @description This endpoint get the list of official genres for movies. + */ + get: operations["movieList1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/genre/tv/list": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * TV List + * @description This endpoint get the list of official genres for TV shows. + */ + get: operations["tvList"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/guest_session/{guest_session_id}/rated/movies": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Rated Movies + * @description This endpoint get the rated movies for a guest session. + */ + get: operations["ratedMovies1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/guest_session/{guest_session_id}/rated/tv": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Rated TV + * @description This endpoint get the rated TV shows for a guest session. + */ + get: operations["ratedTv1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/guest_session/{guest_session_id}/rated/tv/episodes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Rated TV Episodes + * @description This endpoint get the rated TV episodes for a guest session. + */ + get: operations["ratedTvEpisodes1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/search/keyword": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Keyword + * @description This endpoint is used to get a keyword_id. + */ + get: operations["keyword"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/keyword/{keyword_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint allows users to retrieve detailed information about a specific keyword in The Movie Database. + */ + get: operations["details5"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/keyword/{keyword_id}/movies": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Movies + * @deprecated + * @description This endpoint fetch movies associated with a certain keyword. + */ + get: operations["movies"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/list": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Create List_id + * @description This is endpoint is used to create a list. + */ + post: operations["createListId"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/list/{list_id}/add_item": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Add Movie + * @description This endpoint add a movie to a list. + */ + post: operations["addMovie"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/list/{list_id}/item_status": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Check Item Status + * @description This endpoint check if an item has already been added to the list. + */ + get: operations["checkItemStatus"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/list/{list_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint allows user to access informations addded in the list. + */ + get: operations["details6"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/list/{list_id}/remove_item": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Remove Movie + * @description This endpoint remove a movie from a list. + */ + post: operations["removeMovie"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/list/{list_id}/clear": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Clear List + * @description This endpoint clear all items from a list. + */ + post: operations["clearList"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/now_playing": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Now Playing + * @description This endpoint get a list of movies that are currently in theatres. + */ + get: operations["nowPlaying"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/popular": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Popular + * @description This endpoint get a list of movies ordered by popularity. + */ + get: operations["popular"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/top_rated": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Top Rated + * @description This endpoint get a list of movies ordered by rating. + */ + get: operations["topRated"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/upcoming": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Upcoming + * @description This endpoint get a list of movies that are being released soon. + */ + get: operations["upcoming"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description Get the top level details of a movie by ID. + */ + get: operations["details7"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/account_states": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Account States + * @description This endpoint get the rating, watchlist and favourite status of an account. + */ + get: operations["accountStates"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/alternative_titles": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Alternative Titles + * @description This endpoint get the alternative titles for a movie. + */ + get: operations["alternativeTitles"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/changes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Changes + * @description This endpoint get the recent changes for a movie. + */ + get: operations["changes"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/external_ids": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * External IDs + * @description This endpoint retrieves external identifiers for a specified movie. + */ + get: operations["externalIds"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Images + * @description This endpoint get the images that belong to a movie. + */ + get: operations["images2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/keywords": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Keywords + * @description This endpoint fetches a list of keywords associated with a specified movie + */ + get: operations["keywords"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/latest": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Latest + * @description This endpoint get the newest movie ID. + */ + get: operations["latest"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/lists": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Lists + * @description This endpoint get the lists that a movie has been added to. + */ + get: operations["lists1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/recommendations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Recommendations + * @description This endpoint is used to fetch a list of movie recommendations based on a specified movie. + */ + get: operations["recommendations"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/release_dates": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Release Dates + * @description This endpoint get the release dates and certifications for a movie. + */ + get: operations["releaseDates"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/reviews": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Reviews + * @description Get the user reviews for a movie. + */ + get: operations["reviews"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/similar": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Similar + * @description This endpoint get the similar movies based on genres and keywords. + */ + get: operations["similar"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/translations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Translations + * @description This endpoint get the translations for a movie. + */ + get: operations["translations1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/videos": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Videos + * @description This endpoint retrieves video information related to a particular movie. + */ + get: operations["videos"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/watch/providers": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Watch Providers + * @description This endpoint get the list of streaming providers we have for a movie. + */ + get: operations["watchProviders"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/movie/{movie_id}/rating": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Add Rating + * @description This endpoint rate a movie and save it to your rated list. + */ + post: operations["addRating"]; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/network/{network_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint allows you to access detailed data about a specific network identified by its unique ```network_id```. + */ + get: operations["details8"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/network/{network_id}/alternative_names": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Alternative networks + * @description This endpoint get the alternative names of a network. + */ + get: operations["alternativeNetworks"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/network/{network_id}/images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Images + * @description This endpoint get the TV network logos by id. + */ + get: operations["images3"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/popular": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * popular + * @description This endpoint get a list of people ordered by popularity. + */ + get: operations["popular1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/search/person": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * person_id + * @description This endpoint is used to search for people (such as actors, actresses, directors, etc.). + */ + get: operations["personId"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint query the top level details of a person. + */ + get: operations["details9"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}/changes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Changes + * @description This endpoint get the recent changes for a person. + */ + get: operations["changes1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}/combined_credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Combined Credits + * @description This endpoint get the combined movie and TV credits that belong to a person. + */ + get: operations["combinedCredits"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}/external_ids": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * External IDs + * @description This endpoint get the external ID's that belong to a person. + */ + get: operations["externalIds1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}/images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Images + * @description This endpoint get the profile images that belong to a person. + */ + get: operations["images4"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/latest": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Latest + * @description This endpoint get the newest created person. This is a live response and will continuously change. + */ + get: operations["latest1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}/movie_credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Movie Credits + * @description This endpoint get the movie credits for a person. + */ + get: operations["movieCredits"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}/tv_credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * TV Credits + * @description This endpoint get the TV credits that belong to a person. + */ + get: operations["tvCredits"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}/tagged_images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Tagged Images + * @description This endpoint get the tagged images for a person. + */ + get: operations["taggedImages"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/person/{person_id}/translations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Translations + * @description This endpoint get the translations that belong to a person. + */ + get: operations["translations2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/review/{review_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint retrieve the details of a movie or TV show review. + */ + get: operations["details10"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/search/multi": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Multi + * @description This endpoint search for movies, TV shows and people in a single request. + */ + get: operations["multi"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/search/tv": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * TV shows + * @description This endpoint search for TV shows by their original, translated and also known as names. + */ + get: operations["tvShows"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/trending/all/{time_window}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * All + * @description This endpoint get the trending movies, TV shows and people. + */ + get: operations["all"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/trending/movie/{time_window}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Movies + * @description This endpoint get the trending movies on TMDB. + */ + get: operations["movies1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/trending/person/{time_window}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * People + * @description This endpoint get the trending people on TMDB. + */ + get: operations["people"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/trending/tv/{time_window}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * TV + * @description This endpoint get the trending TV shows on TMDB. + */ + get: operations["tv1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/airing_today": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Airing Today + * @description This endpoint get a list of TV shows airing today. + */ + get: operations["airingToday"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/on_the_air": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * On The Air + * @description This endpoint get a list of TV shows that air in the next 7 days. + */ + get: operations["onTheAir"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/popular": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Popular + * @description This endpoint get a list of TV shows ordered by popularity. + */ + get: operations["popular2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/top_rated": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Top Rated + * @description This endpoint get a list of TV shows ordered by rating. + */ + get: operations["topRated1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint get the details of a TV show. + */ + get: operations["details11"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/account_states": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Account States + * @description This endpoint get the rating, watchlist and favourite status. + */ + get: operations["accountStates1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/aggregate_credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Aggregate Credits + * @description This endpoint get the aggregate credits (cast and crew) that have been added to a TV show. + */ + get: operations["aggregateCredits"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/alternative_titles": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Alternative Titles + * @description This endpoint get the alternative titles that have been added to a TV show. + */ + get: operations["alternativeTitles1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/changes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Changes + * @description This endpoint get the recent changes for a TV show. + */ + get: operations["changes2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/content_ratings": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Content Rating + * @description This endpoint get the content ratings that have been added to a TV show. + */ + get: operations["contentRating"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Credits + * @description This endpoint get the latest season credits of a TV show. + */ + get: operations["credits"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/episode_groups": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Episode Groups + * @description This endpoint get the episode groups that have been added to a TV show. + */ + get: operations["episodeGroups"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/external_ids": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * External IDs + * @description This endpoint get a list of external IDs that have been added to a TV show. + */ + get: operations["externalIds2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Images + * @description This endpoint get the images that belong to a TV series. + */ + get: operations["images5"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/keywords": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Keywords + * @description This endpoint get a list of keywords that have been added to a TV show. + */ + get: operations["keywords1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/latest": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Latest + * @description This endpoint get the newest TV show ID. + */ + get: operations["latest2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/lists": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Lists + * @description This endpoint get the lists that a TV series has been added to. + */ + get: operations["lists2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/recommendations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Recommendations + * @description This endpoint retrieve recommendations for a particular TV series. + */ + get: operations["recommendations1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/reviews": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Reviews + * @description This endpoint get the reviews that have been added to a TV show. + */ + get: operations["reviews1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/screened_theatrically": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Screened Theatrically + * @description This endpoint get the seasons and episodes that have screened theatrically. + */ + get: operations["screenedTheatrically"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/similar": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Similar + * @description This endpoint get the similar TV shows. + */ + get: operations["similar1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/translations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Tranaslations + * @description This endpoint get the translations that have been added to a TV show. + */ + get: operations["tranaslations"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/videos": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Videos + * @description This endpoint get the videos that belong to a TV show. + */ + get: operations["videos1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/watch/providers": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Watch Providers + * @description This endpoint get the list of streaming providers we have for a TV show. + */ + get: operations["watchProviders1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/rating": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Add Rating + * @description This endpoint rate a TV show and save it to your rated list. + */ + post: operations["addRating1"]; + /** + * Delete Rating + * @description This endpoint delete a rating for a TV series. + */ + delete: operations["deleteRating"]; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint query the details of a TV season. + */ + get: operations["details12"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/account_states": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Account States + * @description This endpoint get the rating, watchlist and favourite status. + */ + get: operations["accountStates2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/aggregate_credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Aggregate Credits + * @description This endpoint get the aggregate credits (cast and crew) that have been added to a TV season. + */ + get: operations["aggregateCredits1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/season/{season_id}/changes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Changes + * @description This endpoint get the recent changes for a TV season. + */ + get: operations["changes3"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Credits + * @description This endpoint retrieves the cast and crew details for a specific season of a TV series. + */ + get: operations["credits1"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/external_ids": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * External IDs + * @description This endpoint get a list of external IDs that have been added to a TV season. + */ + get: operations["externalIds3"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Images + * @description This endpoint get the images that belong to a TV season. + */ + get: operations["images6"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/translations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Translations + * @description This endpoint get the translations for a TV season. + */ + get: operations["translations3"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/videos": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Videos + * @description This endpoint get the videos that belong to a TV season. + */ + get: operations["videos2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/watch/providers": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Watch Providers + * @description This endpoint get the list of streaming providers we have for a TV season. + */ + get: operations["watchProviders2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/episode/{episode_number}/account_states": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Account States + * @description This endpoint get the rating, watchlist and favourite status. + */ + get: operations["accountStates3"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/episode/{episode_id}/changes": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Changes + * @description This endpoint get the recent changes for a TV episode. + */ + get: operations["changes4"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/episode/{episode_number}/credits": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Credits + * @description This endpoint retrieves the cast and crew details for a specific season of a TV episodes. + */ + get: operations["credits2"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/episode/{episode_number}/external_ids": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * External IDs + * @description This endpoint get a list of external IDs that have been added to a TV episode. + */ + get: operations["externalIds4"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/episode/{episode_number}/images": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Images + * @description This endpoint get the images that belong to a TV episode. + */ + get: operations["images7"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/episode/{episode_number}/translations": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Translations + * @description This endpoint get the translations that have been added to a TV episode. + */ + get: operations["translations4"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/episode/{episode_number}/videos": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Videos + * @description This endpoint get the videos that belong to a TV episode. + */ + get: operations["videos3"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{series_id}/season/{season_number}/episode/{episode_number}/rating": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + get?: never; + put?: never; + /** + * Add Rating + * @description This endpoint rate a TV episode and save it to your rated list. + */ + post: operations["addRating2"]; + /** + * Delete Rating + * @description This endpoint delete your rating on a TV episode. + */ + delete: operations["deleteRating1"]; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/{tv_id}/episode_groups": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Episode Id + * @description This endpoint get the episode group id + */ + get: operations["episodeId"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/tv/episode_group/{tv_episode_group_id}": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Details + * @description This endpoint get the details of a TV episode group. + */ + get: operations["details13"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/watch/providers/regions": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Available Regions + * @description This endpoint get the list of the countries we have watch provider (OTT/streaming) data for. + */ + get: operations["availableRegions"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/watch/providers/movie": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * Movie Providers + * @description This endpoint get the list of streaming providers we have for movies. + */ + get: operations["movieProviders"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; + "/watch/providers/tv": { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + /** + * TV Providers + * @description This endpoint get the list of streaming providers we have for TV shows. + */ + get: operations["tvProviders"]; + put?: never; + post?: never; + delete?: never; + options?: never; + head?: never; + patch?: never; + trace?: never; + }; +} +export type webhooks = Record; +export interface components { + schemas: { + addFavourite: { + /** + * @description An integer value representing the status of the response. A value of 1 is often used to denote a generic success response. + * @example 1 + */ + status_code?: number; + /** + * @description A string providing a brief indication of the status of the request. + * @example Success. + */ + status_message?: string; + /** + * @description A boolean value indicating whether the request was successful. + * @example true + */ + success?: boolean; + }; + listProperty: { + /** + * @description An integer value representing the status of the response. A value of 1 is often used to denote a generic success response. + * @example 12 + */ + status_code?: number; + /** + * @description A string providing a brief indication of the status of the request. + * @example The item/record was updated successfully. + */ + status_message?: string; + /** + * @description A boolean value indicating whether the request was successful. + * @example true + */ + success?: boolean; + }; + }; + responses: never; + parameters: { + /** @description Specifies the language in which the response should be returned. */ + language: string; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page: number; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id: string; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by: "created_at.asc" | "created_at.desc"; + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: number; + /** @description It specifies what date you want the results to start from */ + start_date: string; + /** @description This indicates the end of the date range for the data you want to retrieve */ + end_date: string; + /** @description A unique identifier assigned to a specific collection. */ + collection_id: number; + /** @description A unique identifier assigned to a company. */ + company_id: number; + /** @description This is the geographical area or country that can be used to filter results based on regional availability. */ + region: string; + /** @description This indicate whether the movie is an adult content. */ + include_adult: true | false; + /** @description This is a unique identifier for a movie. */ + movie_id: number; + /** @description Defines the order in which results are sorted. */ + sorts_by: "orignal_title_asc" | "original_title_desc" | "popularity_asc" | "popularity_desc" | "revenue_asc" | "revenue_desc" | "prirmary_release_date.asc" | "title_asc" | "title_desc" | "primary_release_date.desc" | "vote_average.asc" | "vote_average_desc" | "vote_count.asc" | "vote_count.desc"; + /** @description Filters results to include those with an average vote greater than or equal to the specified value. */ + "vote_average.gte": number; + /** @description Filters results to include those with an average vote less than or equal to the specified value. */ + "vote_average.lte": number; + /** @description Filters results to include those with a vote count greater than or equal to the specified number. */ + "vote_count.gte": number; + /** @description Filters results to include those with a vote count less than or equal to the specified number. */ + "vote_count.lte": number; + /** @description Specifies a region code for filtering results based on available watch providers or monetization types. */ + watch_region: string; + /** @description Filters results to include films that have certain cast members. Can be a comma (for AND) or pipe (for OR) separated query. */ + with_cast: string; + /** @description Filters results to include films produced by specific companies. Can also be a comma (for AND) or pipe (for OR) separated query. */ + with_companies: string; + /** @description Filters results to include films that involve specific crew members (e.g., directors, writers). Can be a comma (for AND) or pipe (for OR) separated query. */ + with_crew: string; + /** @description string Filters results by specified genres (e.g., action, comedy). Can be a comma (for AND) or pipe (for OR) separated query. */ + with_genres: string; + /** @description Filters results to include films associated with specific keywords. Can be a comma (for AND) or pipe (for OR) separated query. */ + with_keyword: string; + /** @description Filters results based on the country of origin of the film. */ + with_origin_country: string; + /** @description Filters results to include films in a specified original language. */ + with_original_language: string; + /** @description Filters results to include names of specific people associated with the film (cast, crew). Can be a comma (for AND) or pipe (for OR) separated query. */ + with_people: string; + /** @description Filters results based on the release type (e.g., theatrical, digital). Possible values are; [1, 2, 3, 4, 5, 6]. Can be a comma (for AND) or pipe (for OR) query. */ + with_release_type: number; + /** @description Filters results to include films with a runtime greater than or equal to the specified number of minutes. */ + "with_runtime.gte": number; + /** @description Filters results to include films with a runtime less than or equal to the specified number of minutes. */ + "with_runtime.lte": number; + /** @description Filters results based on financial aspects of watching, including types like "flatrate," "free," "ads," "rent," or "buy." */ + with_watch_monetization: string; + /** @description Specifies which watch providers to filter by, such as Netflix or Hulu. Can be a comma (for AND) or pipe (for OR) separated query. */ + with_watch_providers: string; + /** @description Filters results to exclude films produced by certain companies. */ + without_companies: string; + /** @description results to exclude specified genres from the results. */ + without_genres: string; + /** @description Filters results to exclude specified keywords associated with the films. */ + without_keywords: string; + /** @description Filters results to exclude films available on specified watch providers. */ + without_watch_providers: string; + /** @description This is used to filter results based on a specific year. */ + year: number; + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id: string; + /** @description This is the unique identifier for each keyword. */ + keyword_id: string; + /** @description This is the unique identifier of the list been created */ + list_id: number; + /** @description This add additional data to the response beyond the initial information requested. */ + append_to_response: string; + /** @description A unique integer identifier assigned to a specific network in the database. */ + network_id: string; + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: string; + /** @description It allows users to specify whether they want to receive trending data for a single day ("day") or for the entire week ("week"). */ + time_window: "day" | "week"; + /** @description This is the timezone of the user. */ + timezone: string; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: number; + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: number; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: number; + }; + requestBodies: never; + headers: never; + pathItems: never; +} +export type $defs = Record; +export interface operations { + createGuestSession: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description create guest session */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This is the time when the guest session id will expire. + * @example 2024-12-15 14:11:03 UTC + */ + expires_at?: string; + /** + * @description It represents a unique identifier for a session that is created for a guest user. + * @example 3803074424af57054b31a12f9890c412 + */ + guest_session_id?: string; + /** + * @description This shows whether the output was a success or failure. + * @example true + */ + success?: boolean; + }; + }; + }; + }; + }; + createRequestToken: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description Create request token */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "authentication-callback"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This is the time when the request token will expire. + * @example 2024-12-14 17:16:25 UTC + */ + expires_at?: string; + /** + * @description This is the request token. + * @example 07a398bfc1da42869f38e52a7eee32ddbf1e3064 + */ + request_token?: string; + /** + * @description This shows whether the output was a success or failure. + * @example true + */ + success?: boolean; + }; + }; + }; + }; + }; + createSession: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description This is a temporary credential used in the authentication process. + * @example 97e8b69a2897f0b530ccb46c5cb352dd0a387e7c + */ + request_token?: string; + }; + }; + }; + responses: { + /** @description create session */ + 200: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. + * @example 7274a757c27767f63eda2c6599afd5b280047f2d + */ + session_id?: string; + /** + * @description This shows whether the output was a success or failure. + * @example true + */ + success?: boolean; + }; + }; + }; + }; + }; + createSessionWithLogin: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description The password used to create the account. + * @example test123 + */ + password?: string; + /** + * @description A temporary credential used in the authentication process. + * @example 9cd2a6e7bb16e67e55bc695c87d9d63e0727057b + */ + request_token?: string; + /** + * @description The username used to create the account + * @example johnny_appleseed + */ + username?: string; + }; + }; + }; + responses: { + /** @description create session (with login) */ + 200: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This is when the request token will expire. + * @example 2024-12-14 17:06:53 UTC + */ + expires_at?: string; + /** + * @description A temporary credential used in the authentication process. + * @example 9cd2a6e7bb16e67e55bc695c87d9d63e0727057b + */ + request_token?: string; + /** + * @description This is the success or failure of our request. + * @example true + */ + success?: boolean; + }; + }; + }; + }; + }; + validateKey: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description validate key */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The value of 1 typically suggests that there are no errors and the operation completed as intended. + * @example 1 + */ + status_code?: number; + /** + * @description The message "Success" confirms the operation's success. + * @example Success. + */ + status_message?: string; + /** + * @description signifies that the request was processed successfully. + * @example true + */ + success?: boolean; + }; + }; + }; + }; + }; + accountID: { + parameters: { + query: { + /** @description Your read access token that is used to authenticate requests made to an API */ + your_bearer_token: string; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description Details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + avatar?: { + gravatar?: { + /** + * @description A unique hash representing the user's Gravatar profile. This hash is based on the user's email address and is used to retrieve the avatar image associated with it + * @example cd970d75df1eba28fca571453d833a6d + */ + hash?: string; + }; + tmdb?: { + /** + * @description The path to the user's avatar image on TMDB servers. + * @example null + */ + avatar_path?: unknown; + }; + }; + /** + * @description A unique identifier for the user account. + * @example 38902467 + */ + id?: number; + /** + * @description A boolean indicating whether adult content should be included in the user's profile or preferences (false means adult content is excluded). + * @example false + */ + include_adult?: boolean; + /** + * @description A code representing the country of the user + * @example NG + */ + iso_3166_1?: string; + /** + * @description A code representing the primary language of the user + * @example en + */ + iso_639_1?: string; + /** + * @description The username of the account, used for login and profile identification. + * @example travisbell + */ + username?: string; + }; + }; + }; + }; + }; + details: { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description Details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + avatar?: { + gravatar?: { + /** + * @description A unique hash representing the user's Gravatar profile. This hash is based on the user's email address and is used to retrieve the avatar image associated with it + * @example cd970d75df1eba28fca571453d833a6d + */ + hash?: string; + }; + tmdb?: { + /** + * @description The path to the user's avatar image on TMDB servers. + * @example null + */ + avatar_path?: unknown; + }; + }; + /** + * @description A unique identifier for the user account. + * @example 38902467 + */ + id?: number; + /** + * @description A boolean indicating whether adult content should be included in the user's profile or preferences (false means adult content is excluded). + * @example false + */ + include_adult?: boolean; + /** + * @description A code representing the country of the user + * @example NG + */ + iso_3166_1?: string; + /** + * @description A code representing the primary language of the user + * @example en + */ + iso_639_1?: string; + /** + * @description The full name of the user. + * @example Travis Bell + */ + name?: string; + /** + * @description The username of the account, used for login and profile identification. + * @example travisbell + */ + username?: string; + }; + }; + }; + }; + }; + addFavourite: { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description A boolean value that indicates whether the user is adding the movie to their favorites (true) or removing it from their favorites (false). + * @example true + */ + favorite?: boolean; + /** + * @description A unique identifier for the specific movie in question. + * @example 550 + */ + media_id?: number; + /** + * @description A string that indicates the type of media the request pertains to. In this case, "movie" specifies that the media is a movie. + * @example movie + */ + media_type?: string; + }; + }; + }; + responses: { + /** @description add favourite */ + 201: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": components["schemas"]["addFavourite"]; + }; + }; + }; + }; + addToWatchlist: { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description A unique identifier for the specific movie in question. The value 11 corresponds to a particular movie in the database. + * @example 11 + */ + media_id?: number; + /** + * @description A string that specifies the type of the media item + * @example movie + */ + media_type?: string; + /** + * @description A boolean value indicating the user's intention regarding the movie. If true, it means the user wants to add the movie to their watchlist. If it were false, it would indicate the user wants to remove it from their watchlist. + * @example true + */ + watchlist?: boolean; + }; + }; + }; + responses: { + /** @description add to watchlist */ + 201: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": components["schemas"]["addFavourite"]; + }; + }; + }; + }; + favouriteMovies: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description favourite movies */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The current page number in the paginated results. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/se5Hxz7PArQZOG3Nx2bpfOhLhtV.jpg", + * "genre_ids": [ + * 28, + * 12, + * 16, + * 10751 + * ], + * "id": 9806, + * "original_language": "en", + * "original_title": "The Incredibles", + * "overview": "Bob Parr has given up his superhero days to log in time as an insurance adjuster and raise his three children with his formerly heroic wife in suburbia. But when he receives a mysterious assignment, it's time to get back into costume.", + * "popularity": 71.477, + * "poster_path": "/2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg", + * "release_date": "2004-10-27", + * "title": "The Incredibles", + * "video": false, + * "vote_average": 7.702, + * "vote_count": 16162 + * }, + * { + * "adult": false, + * "backdrop_path": "/8eRscFbRYl681zDfkjv1jjW1KAA.jpg", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 1452, + * "original_language": "en", + * "original_title": "Superman Returns", + * "overview": "Superman returns to discover his 5-year absence has allowed Lex Luthor to walk free, and that those he was closest to felt abandoned and have moved on. Luthor plots his ultimate revenge that could see millions killed and change the face of the planet forever, as well as ridding himself of the Man of Steel.", + * "popularity": 23.183, + * "poster_path": "/385XwTQZDpRX2d3kxtnpiLrjBXw.jpg", + * "release_date": "2006-06-28", + * "title": "Superman Returns", + * "video": false, + * "vote_average": 5.723, + * "vote_count": 3716 + * }, + * { + * "adult": false, + * "backdrop_path": "/xh0ZRdnL4pSqfW73HBf97xiNEFP.jpg", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 8960, + * "original_language": "en", + * "original_title": "Hancock", + * "overview": "Hancock is a down-and-out superhero who's forced to employ a PR expert to help repair his image when the public grows weary of all the damage he's inflicted during his lifesaving heroics. The agent's idea of imprisoning the antihero to make the world miss him proves successful, but will Hancock stick to his new sense of purpose or slip back into old habits?", + * "popularity": 53.556, + * "poster_path": "/7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg", + * "release_date": "2008-07-01", + * "title": "Hancock", + * "video": false, + * "vote_average": 6.343, + * "vote_count": 8691 + * }, + * { + * "adult": false, + * "backdrop_path": "/2Gq4teAIkVVv0kc6JsfU66C3VOJ.jpg", + * "genre_ids": [ + * 53, + * 18, + * 9648 + * ], + * "id": 9741, + * "original_language": "en", + * "original_title": "Unbreakable", + * "overview": "An ordinary man makes an extraordinary discovery when a train accident leaves his fellow passengers dead — and him unscathed. The answer to this mystery could lie with the mysterious Elijah Price, a man who suffers from a disease that renders his bones as fragile as glass.", + * "popularity": 24.491, + * "poster_path": "/mLuehrGLiK5zFCyRmDDOH6gbfPf.jpg", + * "release_date": "2000-11-22", + * "title": "Unbreakable", + * "video": false, + * "vote_average": 7.134, + * "vote_count": 8357 + * }, + * { + * "adult": false, + * "backdrop_path": "/l4QHerTSbMI7qgvasqxP36pqjN6.jpg", + * "genre_ids": [ + * 28, + * 878 + * ], + * "id": 603, + * "original_language": "en", + * "original_title": "The Matrix", + * "overview": "Set in the 22nd century, The Matrix tells the story of a computer hacker who joins a group of underground insurgents fighting the vast and powerful computers who now rule the earth.", + * "popularity": 79.309, + * "poster_path": "/f89U3ADr1oiB1s9GkdPOEpXUk5H.jpg", + * "release_date": "1999-03-30", + * "title": "The Matrix", + * "video": false, + * "vote_average": 8.2, + * "vote_count": 23104 + * }, + * { + * "adult": false, + * "backdrop_path": "/zb6fM1CX41D9rF9hdgclu0peUmy.jpg", + * "genre_ids": [ + * 18, + * 36, + * 10752 + * ], + * "id": 424, + * "original_language": "en", + * "original_title": "Schindler's List", + * "overview": "The true story of how businessman Oskar Schindler saved over a thousand Jewish lives from the Nazis while they worked as slaves in his factory during World War II.", + * "popularity": 51.98, + * "poster_path": "/sF1U4EUQS8YHUYjNl3pMGNIQyr0.jpg", + * "release_date": "1993-12-15", + * "title": "Schindler's List", + * "video": false, + * "vote_average": 8.569, + * "vote_count": 13997 + * }, + * { + * "adult": false, + * "backdrop_path": "/6ms6RdNcQUAnjBY26aM85xC2wV0.jpg", + * "genre_ids": [ + * 28, + * 53, + * 878 + * ], + * "id": 7191, + * "original_language": "en", + * "original_title": "Cloverfield", + * "overview": "Five young New Yorkers throw their friend a going-away party the night that a monster the size of a skyscraper descends upon the city. Told from the point of view of their video camera, the film is a document of their attempt to survive the most surreal, horrifying event of their lives.", + * "popularity": 31.474, + * "poster_path": "/qIegUGJqyMMCRjkKV1s7A9MqdJ8.jpg", + * "release_date": "2008-01-15", + * "title": "Cloverfield", + * "video": false, + * "vote_average": 6.664, + * "vote_count": 6326 + * }, + * { + * "adult": false, + * "backdrop_path": "/wh4ze6klUbeichAj603OKZwY1W5.jpg", + * "genre_ids": [ + * 28, + * 53, + * 878 + * ], + * "id": 218, + * "original_language": "en", + * "original_title": "The Terminator", + * "overview": "In the post-apocalyptic future, reigning tyrannical supercomputers teleport a cyborg assassin known as the \"Terminator\" back to 1984 to kill Sarah Connor, whose unborn son is destined to lead insurgents against 21st century mechanical hegemony. Meanwhile, the human-resistance movement dispatches a lone warrior to safeguard Sarah. Can he stop the virtually indestructible killing machine?", + * "popularity": 45.608, + * "poster_path": "/kdYu7YJJP0uuGEuhUX5toqvBSog.jpg", + * "release_date": "1984-10-26", + * "title": "The Terminator", + * "video": false, + * "vote_average": 7.64, + * "vote_count": 11399 + * }, + * { + * "adult": false, + * "backdrop_path": "/P4bGyJQF0shAcRku3I2perNUQR.jpg", + * "genre_ids": [ + * 28, + * 80 + * ], + * "id": 23483, + * "original_language": "en", + * "original_title": "Kick-Ass", + * "overview": "Dave Lizewski is an unnoticed high school student and comic book fan who one day decides to become a super-hero, even though he has no powers, training or meaningful reason to do so.", + * "popularity": 46.304, + * "poster_path": "/8citjdBmjddZjlPsAHEyCKwGVvD.jpg", + * "release_date": "2010-03-22", + * "title": "Kick-Ass", + * "video": false, + * "vote_average": 7.118, + * "vote_count": 10732 + * }, + * { + * "adult": false, + * "backdrop_path": "/jMBpJFRtrtIXymer93XLavPwI3P.jpg", + * "genre_ids": [ + * 28, + * 53, + * 878 + * ], + * "id": 679, + * "original_language": "en", + * "original_title": "Aliens", + * "overview": "When Ripley's lifepod is found by a salvage crew over 50 years later, she finds that terra-formers are on the very planet they found the alien species. When the company sends a family of colonists out to investigate her story—all contact is lost with the planet and colonists. They enlist Ripley and the colonial marines to return and search for answers.", + * "popularity": 45.005, + * "poster_path": "/r1x5JGpyqZU8PYhbs4UcrO1Xb6x.jpg", + * "release_date": "1986-07-18", + * "title": "Aliens", + * "video": false, + * "vote_average": 7.92, + * "vote_count": 8395 + * }, + * { + * "adult": false, + * "backdrop_path": "/4ywKTlsIllvQYRiZJPwYACJIHY8.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 489, + * "original_language": "en", + * "original_title": "Good Will Hunting", + * "overview": "Will Hunting has a genius-level IQ but chooses to work as a janitor at MIT. When he solves a difficult graduate-level math problem, his talents are discovered by Professor Gerald Lambeau, who decides to help the misguided youth reach his potential. When Will is arrested for attacking a police officer, Professor Lambeau makes a deal to get leniency for him if he will get treatment from therapist Sean Maguire.", + * "popularity": 44.795, + * "poster_path": "/bABCBKYBK7A5G1x0FzoeoNfuj2.jpg", + * "release_date": "1997-12-05", + * "title": "Good Will Hunting", + * "video": false, + * "vote_average": 8.146, + * "vote_count": 10649 + * }, + * { + * "adult": false, + * "backdrop_path": "/vVBcIN68kFq681b4lObiNJhEVro.jpg", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 453, + * "original_language": "en", + * "original_title": "A Beautiful Mind", + * "overview": "John Nash is a brilliant but asocial mathematician fighting schizophrenia. After he accepts secret work in cryptography, his life takes a turn for the nightmarish.", + * "popularity": 27.447, + * "poster_path": "/zwzWCmH72OSC9NA0ipoqw5Zjya8.jpg", + * "release_date": "2001-12-11", + * "title": "A Beautiful Mind", + * "video": false, + * "vote_average": 7.9, + * "vote_count": 9201 + * }, + * { + * "adult": false, + * "backdrop_path": "/hh28CTWLdxTXA5yJgefZ6gUnFDo.jpg", + * "genre_ids": [ + * 80, + * 9648, + * 53 + * ], + * "id": 807, + * "original_language": "en", + * "original_title": "Se7en", + * "overview": "Two homicide detectives are on a desperate hunt for a serial killer whose crimes are based on the \"seven deadly sins\" in this dark and haunting film that takes viewers from the tortured remains of one victim to the next. The seasoned Det. Sommerset researches each sin in an effort to get inside the killer's mind, while his novice partner, Mills, scoffs at his efforts to unravel the case.", + * "popularity": 42.809, + * "poster_path": "/6yoghtyTpznpBik8EngEmJskVUO.jpg", + * "release_date": "1995-09-22", + * "title": "Se7en", + * "video": false, + * "vote_average": 8.366, + * "vote_count": 18674 + * }, + * { + * "adult": false, + * "backdrop_path": "/qq4H9JfBKQ5DarMLI6lhUQjn9D7.jpg", + * "genre_ids": [ + * 28, + * 53, + * 878, + * 9648 + * ], + * "id": 180, + * "original_language": "en", + * "original_title": "Minority Report", + * "overview": "John Anderton is a top 'Precrime' cop in the late-21st century, when technology can predict crimes before they're committed. But Anderton becomes the quarry when another investigator targets him for a murder charge.", + * "popularity": 25.998, + * "poster_path": "/ccqpHq5tk5W4ymbSbuoy4uYOxFI.jpg", + * "release_date": "2002-06-20", + * "title": "Minority Report", + * "video": false, + * "vote_average": 7.333, + * "vote_count": 7725 + * }, + * { + * "adult": false, + * "backdrop_path": "/9LSsSPbP715XT9B7acIZzantPyX.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 73, + * "original_language": "en", + * "original_title": "American History X", + * "overview": "Derek Vineyard is paroled after serving 3 years in prison for killing two African-American men. Through his brother, Danny Vineyard's narration, we learn that before going to prison, Derek was a skinhead and the leader of a violent white supremacist gang that committed acts of racial crime throughout L.A. and his actions greatly influenced Danny. Reformed and fresh out of prison, Derek severs contact with the gang and becomes determined to keep Danny from going down the same violent path as he did.", + * "popularity": 29.943, + * "poster_path": "/c2gsmSQ2Cqv8zosqKOCwRS0GFBS.jpg", + * "release_date": "1998-07-01", + * "title": "American History X", + * "video": false, + * "vote_average": 8.355, + * "vote_count": 10343 + * }, + * { + * "adult": false, + * "backdrop_path": "/vL5LR6WdxWPjLPFRLe133jXWsh5.jpg", + * "genre_ids": [ + * 28, + * 12, + * 14, + * 878 + * ], + * "id": 19995, + * "original_language": "en", + * "original_title": "Avatar", + * "overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.", + * "popularity": 201.185, + * "poster_path": "/jRXYjXNq0Cs2TcJjLkki24MLp7u.jpg", + * "release_date": "2009-12-15", + * "title": "Avatar", + * "video": false, + * "vote_average": 7.569, + * "vote_count": 28980 + * }, + * { + * "adult": false, + * "backdrop_path": "/8AE7M2lMsyvowfT36porzGtmOtI.jpg", + * "genre_ids": [ + * 878, + * 18, + * 10749 + * ], + * "id": 38, + * "original_language": "en", + * "original_title": "Eternal Sunshine of the Spotless Mind", + * "overview": "Joel Barish, heartbroken that his girlfriend underwent a procedure to erase him from her memory, decides to do the same. However, as he watches his memories of her fade away, he realises that he still loves her, and may be too late to correct his mistake.", + * "popularity": 36.729, + * "poster_path": "/5MwkWH9tYHv3mV9OdYTMR5qreIz.jpg", + * "release_date": "2004-03-19", + * "title": "Eternal Sunshine of the Spotless Mind", + * "video": false, + * "vote_average": 8.1, + * "vote_count": 13294 + * }, + * { + * "adult": false, + * "backdrop_path": "/eIi3klFf7mp3oL5EEF4mLIDs26r.jpg", + * "genre_ids": [ + * 878, + * 18, + * 53 + * ], + * "id": 78, + * "original_language": "en", + * "original_title": "Blade Runner", + * "overview": "In the smog-choked dystopian Los Angeles of 2019, blade runner Rick Deckard is called out of retirement to terminate a quartet of replicants who have escaped to Earth seeking their creator for a way to extend their short life spans.", + * "popularity": 47.122, + * "poster_path": "/63N9uy8nd9j7Eog2axPQ8lbr3Wj.jpg", + * "release_date": "1982-06-25", + * "title": "Blade Runner", + * "video": false, + * "vote_average": 7.933, + * "vote_count": 12351 + * }, + * { + * "adult": false, + * "backdrop_path": "/fK5ssgvtI43z19FoWigdlqgpLRE.jpg", + * "genre_ids": [ + * 16, + * 10751, + * 878 + * ], + * "id": 10681, + * "original_language": "en", + * "original_title": "WALL·E", + * "overview": "WALL·E is the last robot left on an Earth that has been overrun with garbage and all humans have fled to outer space. For 700 years he has continued to try and clean up the mess, but has developed some rather interesting human-like qualities. When a ship arrives with a sleek new type of robot, WALL·E thinks he's finally found a friend and stows away on the ship when it leaves.", + * "popularity": 72.81, + * "poster_path": "/Agc6lw8pb6BIGVeguvdjDT0p9Mb.jpg", + * "release_date": "2008-06-22", + * "title": "WALL·E", + * "video": false, + * "vote_average": 8.075, + * "vote_count": 16926 + * }, + * { + * "adult": false, + * "backdrop_path": "/aDYSnJAK0BTVeE8osOy22Kz3SXY.jpg", + * "genre_ids": [ + * 12, + * 28, + * 878 + * ], + * "id": 11, + * "original_language": "en", + * "original_title": "Star Wars", + * "overview": "Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.", + * "popularity": 81.207, + * "poster_path": "/6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg", + * "release_date": "1977-05-25", + * "title": "Star Wars", + * "video": false, + * "vote_average": 8.208, + * "vote_count": 18531 + * } + * ] + */ + results?: { + /** + * @description Indicates if the movie is intended for adults (true) or is suitable for general audiences (false). + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the movie's backdrop image (used for background displays). + * @example /se5Hxz7PArQZOG3Nx2bpfOhLhtV.jpg + */ + backdrop_path?: string; + /** + * @description An array of genre IDs that represent the types of genres the movie falls under. + * @example [ + * 28, + * 12, + * 16, + * 10751 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie. + * @example 9806 + */ + id?: number; + /** + * @description The original language in which the movie was produced. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released + * @example The Incredibles + */ + original_title?: string; + /** + * @description A brief summary of the movie's plot. + * @example Bob Parr has given up his superhero days to log in time as an insurance adjuster and raise his three children with his formerly heroic wife in suburbia. But when he receives a mysterious assignment, it's time to get back into costume. + */ + overview?: string; + /** + * @description A numerical value indicating the popularity of the movie, often based on user interactions and ratings. + * @example 71.477 + */ + popularity?: number; + /** + * @description The URL path to the movie's poster image (used for display purposes). + * @example /2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg + */ + poster_path?: string; + /** + * @description The release date of the movie in the format YYYY-MM-DD. + * @example 2004-10-27 + */ + release_date?: string; + /** + * @description The title of the movie as displayed to the audience. + * @example The Incredibles + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description The average rating of the movie based on user votes. + * @example 7.702 + */ + vote_average?: number; + /** + * @description The total number of votes cast for the movie. + * @example 16162 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available in the response data. + * @example 4 + */ + total_pages?: number; + /** + * @description The total number of movie results returned from the query. + * @example 80 + */ + total_results?: number; + }; + }; + }; + }; + }; + favouriteTv: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description favourite tv */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description An integer representing the current page being viewed in the paginated response. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg", + * "first_air_date": "2008-01-20", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 1396, + * "name": "Breaking Bad", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Breaking Bad", + * "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + * "popularity": 292.904, + * "poster_path": "/ggFHVNu6YYI5L9pCfOacjizRGt.jpg", + * "vote_average": 8.878, + * "vote_count": 11548 + * }, + * { + * "adult": false, + * "backdrop_path": "/2OMB0ynKlyIenMJWI2Dy9IWT4c.jpg", + * "first_air_date": "2011-04-17", + * "genre_ids": [ + * 10765, + * 18, + * 10759 + * ], + * "id": 1399, + * "name": "Game of Thrones", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Game of Thrones", + * "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + * "popularity": 316.756, + * "poster_path": "/7WUHnWGx5OO145IRxPDUkQSh4C7.jpg", + * "vote_average": 8.436, + * "vote_count": 21000 + * }, + * { + * "adult": false, + * "backdrop_path": "/zP5SftyPx2VCdly369kTVVNIcT3.jpg", + * "first_air_date": "2007-09-24", + * "genre_ids": [ + * 10759, + * 35, + * 18 + * ], + * "id": 1404, + * "name": "Chuck", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Chuck", + * "overview": "When Buy More computer geek Chuck Bartowski unwittingly downloads a database of government information and deadly fighting skills into his head, he becomes the CIA's most vital secret. This sets Chuck on a path to become a full-fledged spy.", + * "popularity": 79.243, + * "poster_path": "/hdBp6Sya1w1DiKMKdJ6vdb0QOPS.jpg", + * "vote_average": 7.726, + * "vote_count": 818 + * }, + * { + * "adult": false, + * "backdrop_path": "/8X1BTSaUyF5rc0malaaQovpxC3f.jpg", + * "first_air_date": "2007-09-24", + * "genre_ids": [ + * 35 + * ], + * "id": 1418, + * "name": "The Big Bang Theory", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Big Bang Theory", + * "overview": "The sitcom is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + * "popularity": 134.048, + * "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg", + * "vote_average": 7.879, + * "vote_count": 9899 + * }, + * { + * "adult": false, + * "backdrop_path": "/lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg", + * "first_air_date": "1999-01-10", + * "genre_ids": [ + * 18 + * ], + * "id": 1398, + * "name": "The Sopranos", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Sopranos", + * "overview": "The story of New Jersey-based Italian-American mobster Tony Soprano and the difficulties he faces as he tries to balance the conflicting requirements of his home life and the criminal organization he heads. Those difficulties are often highlighted through his ongoing professional relationship with psychiatrist Jennifer Melfi. The show features Tony's family members and Mafia associates in prominent roles and story arcs, most notably his wife Carmela and his cousin and protégé Christopher Moltisanti.", + * "popularity": 162.264, + * "poster_path": "/57okJJUBK0AaijxLh3RjNUaMvFI.jpg", + * "vote_average": 8.6, + * "vote_count": 2130 + * }, + * { + * "adult": false, + * "backdrop_path": "/x4lxFIhhrDI4nWtV8osnYwbGESV.jpg", + * "first_air_date": "2009-09-23", + * "genre_ids": [ + * 35 + * ], + * "id": 1421, + * "name": "Modern Family", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Modern Family", + * "overview": "The Pritchett-Dunphy-Tucker clan is a wonderfully large and blended family. They give us an honest and often hilarious look into the sometimes warm, sometimes twisted, embrace of the modern family.", + * "popularity": 231.798, + * "poster_path": "/fu5vEUHgxkAPmX26ISQXqHmlPMq.jpg", + * "vote_average": 7.787, + * "vote_count": 2159 + * }, + * { + * "adult": false, + * "backdrop_path": "/tEjnoEdE2PtFp9UcqQse5hDgW8U.jpg", + * "first_air_date": "1999-03-28", + * "genre_ids": [ + * 16, + * 10759, + * 35, + * 10765 + * ], + * "id": 615, + * "name": "Futurama", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Futurama", + * "overview": "The adventures of a late-20th-century New York City pizza delivery boy, Philip J. Fry, who, after being unwittingly cryogenically frozen for one thousand years, finds employment at Planet Express, an interplanetary delivery company in the retro-futuristic 31st century.", + * "popularity": 120.381, + * "poster_path": "/k5e8kAq9jpaSmgvFM10su5LXGFR.jpg", + * "vote_average": 8.392, + * "vote_count": 2650 + * }, + * { + * "adult": false, + * "backdrop_path": "/wr3RtUspxiLV0TwBgdikTlTFSG5.jpg", + * "first_air_date": "2009-09-22", + * "genre_ids": [ + * 18 + * ], + * "id": 1435, + * "name": "The Good Wife", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Good Wife", + * "overview": "Alicia Florrick boldly assumes full responsibility for her family and re-enters the workforce after her husband's very public sex and political corruption scandal lands him in jail.", + * "popularity": 65.003, + * "poster_path": "/lasNCd45fpPLirlA7QxkuopWro.jpg", + * "vote_average": 7.597, + * "vote_count": 464 + * }, + * { + * "adult": false, + * "backdrop_path": "/iP9Xjlc8KRmXE0kVMTaJRaN0umh.jpg", + * "first_air_date": "2002-09-20", + * "genre_ids": [ + * 18, + * 10759, + * 10765 + * ], + * "id": 1437, + * "name": "Firefly", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Firefly", + * "overview": "In the year 2517, after the arrival of humans in a new star system, follow the adventures of the renegade crew of Serenity, a \"Firefly-class\" spaceship. The ensemble cast portrays the nine characters who live on Serenity.", + * "popularity": 39.093, + * "poster_path": "/vZcKsy4sGAvWMVqLluwYuoi11Kj.jpg", + * "vote_average": 8.323, + * "vote_count": 1744 + * }, + * { + * "adult": false, + * "backdrop_path": "/gNYLylxp5EzopGtIb4XqIzbLtNJ.jpg", + * "first_air_date": "2010-09-19", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1621, + * "name": "Boardwalk Empire", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Boardwalk Empire", + * "overview": "Atlantic City at the dawn of Prohibition is a place where the rules don't apply. And the man who runs things -- legally and otherwise -- is the town's treasurer, Enoch \"Nucky\" Thompson, who is equal parts politician and gangster.", + * "popularity": 32.102, + * "poster_path": "/kL6SqlVPpfAof2nQbh1VxkUuXBQ.jpg", + * "vote_average": 8, + * "vote_count": 862 + * }, + * { + * "adult": false, + * "backdrop_path": "/2yZXtM2Kky1Sy0kachbDlwybl3y.jpg", + * "first_air_date": "2008-09-09", + * "genre_ids": [ + * 10765, + * 18, + * 9648 + * ], + * "id": 1705, + * "name": "Fringe", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Fringe", + * "overview": "FBI Special Agent Olivia Dunham, brilliant but formerly institutionalized scientist Walter Bishop and his scheming, reluctant son Peter uncover a deadly mystery involving a series of unbelievable events and realize they may be a part of a larger, more disturbing pattern that blurs the line between science fiction and technology.", + * "popularity": 151.906, + * "poster_path": "/sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg", + * "vote_average": 8.109, + * "vote_count": 2050 + * }, + * { + * "adult": false, + * "backdrop_path": "/dGzPJnh8YcUS4J10sNunohaXMVn.jpg", + * "first_air_date": "2004-03-21", + * "genre_ids": [ + * 37, + * 80, + * 18 + * ], + * "id": 1406, + * "name": "Deadwood", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Deadwood", + * "overview": "The story of the early days of Deadwood, South Dakota; woven around actual historic events with most of the main characters based on real people. Deadwood starts as a gold mining camp and gradually turns from a lawless wild-west community into an organized wild-west civilized town. The story focuses on the real-life characters Seth Bullock and Al Swearengen.", + * "popularity": 42.61, + * "poster_path": "/4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg", + * "vote_average": 8.095, + * "vote_count": 670 + * }, + * { + * "adult": false, + * "backdrop_path": "/cyieN1P9Xo5SvLasSUT7SaAAzfy.jpg", + * "first_air_date": "2010-03-16", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1436, + * "name": "Justified", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Justified", + * "overview": "A character drama based on the 2001 Elmore Leonard short story \"Fire in the Hole.\" Leonard's tale centers around U.S. Marshal Raylan Givens of Kentucky, a quiet but strong-willed official of the law. The tale covers his high-stakes job, as well as his strained relationships with his ex-wife and father.", + * "popularity": 56.399, + * "poster_path": "/aVYuGDlOZMCRt89fAnHTYgk3BMr.jpg", + * "vote_average": 7.961, + * "vote_count": 558 + * }, + * { + * "adult": false, + * "backdrop_path": "/tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg", + * "first_air_date": "1989-07-05", + * "genre_ids": [ + * 35 + * ], + * "id": 1400, + * "name": "Seinfeld", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Seinfeld", + * "overview": "A stand-up comedian and his three offbeat friends weather the pitfalls and payoffs of life in New York City in the '90s. It's a show about nothing.", + * "popularity": 164.288, + * "poster_path": "/aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg", + * "vote_average": 8.3, + * "vote_count": 1557 + * }, + * { + * "adult": false, + * "backdrop_path": "/sAX6JOWZWJGhkvFRctSZIL556mp.jpg", + * "first_air_date": "2008-09-03", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1409, + * "name": "Sons of Anarchy", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Sons of Anarchy", + * "overview": "An adrenalized drama with darkly comedic undertones that explores a notorious outlaw motorcycle club’s (MC) desire to protect its livelihood while ensuring that their simple, sheltered town of Charming, California remains exactly that, charming. The MC must confront threats from drug dealers, corporate developers, and overzealous law officers. Behind the MC’s familial lifestyle and legally thriving automotive shop is a ruthless and illegal arms business driven by the seduction of money, power, and blood.", + * "popularity": 119.662, + * "poster_path": "/kiy8BHtIHAslh81rvFcZ4wbNGdY.jpg", + * "vote_average": 8.442, + * "vote_count": 2437 + * }, + * { + * "adult": false, + * "backdrop_path": "/tK8eRUWVY8AVdDUPUxSzrmlLb0R.jpg", + * "first_air_date": "2009-10-02", + * "genre_ids": [ + * 10765, + * 10759, + * 18 + * ], + * "id": 5148, + * "name": "Stargate Universe", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Stargate Universe", + * "overview": "The adventures of a present-day, multinational exploration team traveling on the Ancient spaceship Destiny many billions of light years distant from the Milky Way Galaxy. They evacuated there and are now trying to figure out a way to return to Earth, while simultaneously trying to explore and to survive in their unknown area of the universe.", + * "popularity": 35.116, + * "poster_path": "/n23WMoa9y5TYPuKSQjPArpbHr9x.jpg", + * "vote_average": 7.385, + * "vote_count": 577 + * }, + * { + * "adult": false, + * "backdrop_path": "/56TMJ466qTNRyg4CCu4AgiXpVQL.jpg", + * "first_air_date": "2009-09-17", + * "genre_ids": [ + * 35, + * 10759, + * 16 + * ], + * "id": 10283, + * "name": "Archer", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Archer", + * "overview": "Sterling Archer is the world's most daunting spy. He works for ISIS, a spy agency run by his mother. In between dealing with his boss and his co-workers - one of whom is his ex-girlfriend - Archer manages to annoy or seduce everyone that crosses his path. His antics are only excusable because at the end of the day, he still somehow always manages to thwart whatever crises was threatening mankind.", + * "popularity": 78.672, + * "poster_path": "/vhnrkTGYPqcB63ALcSJm0WoaKHT.jpg", + * "vote_average": 7.907, + * "vote_count": 1009 + * }, + * { + * "adult": false, + * "backdrop_path": "/nVRyd8hlg0ZLxBn9RaI7mUMQLnz.jpg", + * "first_air_date": "2005-09-13", + * "genre_ids": [ + * 18, + * 9648, + * 10765 + * ], + * "id": 1622, + * "name": "Supernatural", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Supernatural", + * "overview": "When they were boys, Sam and Dean Winchester lost their mother to a mysterious and demonic supernatural force. Subsequently, their father raised them to be soldiers. He taught them about the paranormal evil that lives in the dark corners and on the back roads of America ... and he taught them how to kill it. Now, the Winchester brothers crisscross the country in their '67 Chevy Impala, battling every kind of supernatural threat they encounter along the way. ", + * "popularity": 361.403, + * "poster_path": "/KoYWXbnYuS3b0GyQPkbuexlVK9.jpg", + * "vote_average": 8.304, + * "vote_count": 6650 + * }, + * { + * "adult": false, + * "backdrop_path": "/mCwQJqyuCFlbFyJR5sWg3PqtHEN.jpg", + * "first_air_date": "2013-04-04", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 40008, + * "name": "Hannibal", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Hannibal", + * "overview": "Both a gift and a curse, Graham has the extraordinary ability to think like his prey—he sees what they see, feels what they feel. But while Graham is pursuing an especially troubling, cannibalistic murderer, Special Agent Jack Crawford teams him with a highly respected psychiatrist – a man with a taste for the criminal minded – Dr. Hannibal Lecter.", + * "popularity": 55.286, + * "poster_path": "/imzvb941su6uhQ158GGurk7vF28.jpg", + * "vote_average": 8.222, + * "vote_count": 2011 + * }, + * { + * "adult": false, + * "backdrop_path": "/2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg", + * "first_air_date": "2001-09-09", + * "genre_ids": [ + * 18, + * 10768 + * ], + * "id": 4613, + * "name": "Band of Brothers", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Band of Brothers", + * "overview": "Drawn from interviews with survivors of Easy Company, as well as their journals and letters, Band of Brothers chronicles the experiences of these men from paratrooper training in Georgia through the end of the war. As an elite rifle company parachuting into Normandy early on D-Day morning, participants in the Battle of the Bulge, and witness to the horrors of war, the men of Easy knew extraordinary bravery and extraordinary fear - and became the stuff of legend. Based on Stephen E. Ambrose's acclaimed book of the same name.", + * "popularity": 56.008, + * "poster_path": "/pGzV187ogXzgJrvPRy2YPi29ofH.jpg", + * "vote_average": 8.457, + * "vote_count": 2956 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the show is intended for adult audiences (true) or not (false). + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the movie's backdrop image (used for background displays). + * @example /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg + */ + backdrop_path?: string; + /** + * @description The date when the show first premiered, presented in the format YYYY-MM-DD. + * @example 2008-01-20 + */ + first_air_date?: string; + /** + * @description An array of integers representing the genres associated with the show, which can be mapped to genre names in a separate list. + * @example [ + * 18, + * 80 + * ] + */ + genre_ids?: number[]; + /** + * @description An integer representing the unique identifier for the TV show. + * @example 1396 + */ + id?: number; + /** + * @description The name of the TV show as it is commonly recognized. + * @example Breaking Bad + */ + name?: string; + /** + * @description An array of strings indicating the country where the show was produced. + * @example [ + * "US" + * ] + */ + origin_country?: string[]; + /** + * @description A string indicating the original language in which the show was produced. + * @example en + */ + original_language?: string; + /** + * @description The title of the TV show as it was originally named, in its original language. + * @example Breaking Bad + */ + original_name?: string; + /** + * @description A brief summary describing the plot and main elements of the show. + * @example When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime. + */ + overview?: string; + /** + * @description A numerical value representing the popularity score of the show. Higher values indicate higher popularity. + * @example 292.904 + */ + popularity?: number; + /** + * @description The URL path to the poster image for the show. + * @example /ggFHVNu6YYI5L9pCfOacjizRGt.jpg + */ + poster_path?: string; + /** + * @description A decimal number representing the average rating of the show, typically on a scale from 0 to 10. + * @example 8.878 + */ + vote_average?: number; + /** + * @description An integer count of the total number of votes that contributed to the average rating. + * @example 11548 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available in the response data. + * @example 4 + */ + total_pages?: number; + /** + * @description The total number of TV shows results returned from the query. + * @example 68 + */ + total_results?: number; + }; + }; + }; + }; + }; + lists: { + parameters: { + query?: { + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description lists */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description Represents the current page of the results being returned. It starts from 1 and increments with each new page. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. + * @example [ + * { + * "description": "", + * "favorite_count": 0, + * "id": 120174, + * "iso_639_1": "en", + * "item_count": 5, + * "list_type": "movie", + * "name": "Test Alpha Sort", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8221116, + * "iso_639_1": "en", + * "item_count": 4, + * "list_type": "movie", + * "name": "Test List", + * "poster_path": null + * }, + * { + * "description": "Here's a list of the films that take place in the DC Comics universe.", + * "favorite_count": 0, + * "id": 3, + * "iso_639_1": "en", + * "item_count": 30, + * "list_type": "movie", + * "name": "The DC Comics Universe", + * "poster_path": "/4H1jWsgEQOgTs4KeG5j5BorKMfX.jpg" + * }, + * { + * "description": "This is a test.", + * "favorite_count": 0, + * "id": 8212330, + * "iso_639_1": "en", + * "item_count": 2, + * "list_type": "movie", + * "name": "Test List #1", + * "poster_path": null + * }, + * { + * "description": "Just a UTF test list. 🍩 🐝", + * "favorite_count": 0, + * "id": 7066467, + * "iso_639_1": "en", + * "item_count": 3, + * "list_type": "movie", + * "name": "🚨 My Cool List!", + * "poster_path": null + * }, + * { + * "description": "The idea behind this list is to collect the live action comic book movies from within the Marvel franchise.", + * "favorite_count": 0, + * "id": 1, + * "iso_639_1": "en", + * "item_count": 59, + * "list_type": "movie", + * "name": "The Marvel Universe", + * "poster_path": "/coJVIUEOToAEGViuhclM7pXC75R.jpg" + * }, + * { + * "description": "Test description.", + * "favorite_count": 0, + * "id": 136203, + * "iso_639_1": "en", + * "item_count": 2, + * "list_type": "movie", + * "name": "Test From Trav's Scripts", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 142798, + * "iso_639_1": "en", + * "item_count": 3, + * "list_type": "movie", + * "name": "UFC Test", + * "poster_path": null + * }, + * { + * "description": "A list of the films that were nominated at the 2012 Oscars for best picture.", + * "favorite_count": 0, + * "id": 2, + * "iso_639_1": "en", + * "item_count": 9, + * "list_type": "movie", + * "name": "2012 Oscar Nominations for Best Picture - 84th Academy Awards", + * "poster_path": "/zRqBleU93WncYnIwt8LAanQerZ7.jpg" + * }, + * { + * "description": "Here are the films that have won for best drama at the Golden Globes.", + * "favorite_count": 0, + * "id": 2469, + * "iso_639_1": "en", + * "item_count": 63, + * "list_type": "movie", + * "name": "Best Picture Winners - The Golden Globes", + * "poster_path": "/zkjL4XYZkbSKPYJgK1goBYS9EVN.jpg" + * }, + * { + * "description": "Name pretty much says it all, here's the top 50 grossing films of all time.", + * "favorite_count": 0, + * "id": 10, + * "iso_639_1": "en", + * "item_count": 50, + * "list_type": "movie", + * "name": "Top 50 Grossing Films of All Time (Worldwide)", + * "poster_path": "/sRbZeVtRKIWybTOVpCRPZtzW5bd.jpg" + * }, + * { + * "description": "A list of the films that were nominated at the 2013 Oscars for best picture.", + * "favorite_count": 0, + * "id": 2278, + * "iso_639_1": "en", + * "item_count": 9, + * "list_type": "movie", + * "name": "2013 Oscar Nominations for Best Picture - 85th Academy Awards", + * "poster_path": "/AfyPUSSn7E75daZ3SfENRbA25h9.jpg" + * }, + * { + * "description": "A list of the theatrical releases for Marvel's Avengers characters that are in the latest Avengers movie.", + * "favorite_count": 0, + * "id": 5, + * "iso_639_1": "en", + * "item_count": 10, + * "list_type": "movie", + * "name": "The Avengers", + * "poster_path": "/2i89ujVkhJebuoB2zy6QZcwbr2N.jpg" + * }, + * { + * "description": "A list of the films that were nominated at the 2008 Oscars for best picture.", + * "favorite_count": 0, + * "id": 27, + * "iso_639_1": "en", + * "item_count": 5, + * "list_type": "movie", + * "name": "2008 Oscar Nominations for Best Picture - 80th Academy Awards", + * "poster_path": "/nWwFabqFaBbukXdkUCmtnrFxPNh.jpg" + * }, + * { + * "description": "The View Askewniverse is a fictional universe created by writer/director Kevin Smith, featured in several films, comics and a television series; it is named for Smith's production company, View Askew Productions.", + * "favorite_count": 0, + * "id": 15, + * "iso_639_1": "en", + * "item_count": 6, + * "list_type": "movie", + * "name": "The View Askewniverse", + * "poster_path": "/tGmU66LL8edoRm1RO7sbrz1xuhr.jpg" + * }, + * { + * "description": "A list of the films that were nominated at the 2009 Oscars for best picture.", + * "favorite_count": 0, + * "id": 9, + * "iso_639_1": "en", + * "item_count": 5, + * "list_type": "movie", + * "name": "2009 Oscar Nominations for Best Picture - 81st Academy Awards", + * "poster_path": "/gShtwIvdSHgCEQRZfymNkEUEwFm.jpg" + * }, + * { + * "description": "A list of the films that were nominated at the 2016 Oscars for best picture.", + * "favorite_count": 0, + * "id": 10291, + * "iso_639_1": "en", + * "item_count": 8, + * "list_type": "movie", + * "name": "2016 Oscar Nominations for Best Picture - 88th Academy Awards", + * "poster_path": null + * }, + * { + * "description": "A list of the films that were nominated at the 2011 Oscars for best picture.", + * "favorite_count": 0, + * "id": 4, + * "iso_639_1": "en", + * "item_count": 10, + * "list_type": "movie", + * "name": "2011 Oscar Nominations for Best Picture - 83rd Academy Awards", + * "poster_path": "/iAHDZPyLD3NW7GuNV6U1TVtb0hN.jpg" + * }, + * { + * "description": "A list of the films that were nominated at the 2010 Oscars for best picture.", + * "favorite_count": 0, + * "id": 8, + * "iso_639_1": "en", + * "item_count": 10, + * "list_type": "movie", + * "name": "2010 Oscar Nominations for Best Picture - 82nd Academy Awards", + * "poster_path": "/8iwe0iP49A6Gqcv31jBleZDZqI4.jpg" + * }, + * { + * "description": "A list of the films that were nominated at the 2014 Oscars for best picture.", + * "favorite_count": 0, + * "id": 10288, + * "iso_639_1": "en", + * "item_count": 9, + * "list_type": "movie", + * "name": "2014 Oscar Nominations for Best Picture - 86th Academy Awards", + * "poster_path": null + * } + * ] + */ + results?: { + /** + * @description A textual description of the movie list. It provides additional context or insights about the movies in the list + * @example + */ + description?: string; + /** + * @description The number of users who have marked this list as a favorite. A count of 0 indicates no users have favorited it. + * @example 0 + */ + favorite_count?: number; + /** + * @description A unique identifier for each movie list. It is used for referencing or accessing specific lists in the database. + * @example 120174 + */ + id?: number; + /** + * @description A code representing the language of the list (ISO 639-1 format). In this case, "en" indicates that the list is in English. + * @example en + */ + iso_639_1?: string; + /** + * @description The number of items (movies) included in this particular list. This gives an indication of the size of the list. + * @example 5 + */ + item_count?: number; + /** + * @description Denotes the type of the list. In this case, it is set to "movie", indicating that the list comprises movies. + * @example movie + */ + list_type?: string; + /** + * @description The title of the movie list, indicating the theme or focus of the collection. + * @example Test Alpha Sort + */ + name?: string; + /** + * @description A relative path to the poster image associated with the list. If null, it indicates that no poster image is available. + * @example null + */ + poster_path?: string | null; + }[]; + /** + * @description The total number of pages available for the query results. + * @example 2 + */ + total_pages?: number; + /** + * @description The total number of results that meet the criteria of the query. + * @example 25 + */ + total_results?: number; + }; + }; + }; + }; + }; + ratedMovies: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description Rated movies */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description Represents the current page of the results being returned. It starts from 1 and increments with each new page. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/dUVbWINfRMGojGZRcO6GF1Z2nV8.jpg", + * "genre_ids": [ + * 12, + * 14, + * 28 + * ], + * "id": 120, + * "original_language": "en", + * "original_title": "The Lord of the Rings: The Fellowship of the Ring", + * "overview": "Young hobbit Frodo Baggins, after inheriting a mysterious ring from his uncle Bilbo, must leave his home in order to keep it from falling into the hands of its evil creator. Along the way, a fellowship is formed to protect the ringbearer and make sure that the ring arrives at its final destination: Mt. Doom, the only place where it can be destroyed.", + * "popularity": 84.737, + * "poster_path": "/6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg", + * "rating": 8, + * "release_date": "2001-12-18", + * "title": "The Lord of the Rings: The Fellowship of the Ring", + * "video": false, + * "vote_average": 8.396, + * "vote_count": 22579 + * }, + * { + * "adult": false, + * "backdrop_path": "/YL3GPOiDcNraIJOVDCZsoOBoDy.jpg", + * "genre_ids": [ + * 878, + * 28, + * 12, + * 53 + * ], + * "id": 106, + * "original_language": "en", + * "original_title": "Predator", + * "overview": "A team of elite commandos on a secret mission in a Central American jungle come to find themselves hunted by an extraterrestrial warrior.", + * "popularity": 62.969, + * "poster_path": "/k3mW4qfJo6SKqe6laRyNGnbB9n5.jpg", + * "rating": 6, + * "release_date": "1987-06-12", + * "title": "Predator", + * "video": false, + * "vote_average": 7.491, + * "vote_count": 6943 + * }, + * { + * "adult": false, + * "backdrop_path": "/dqK9Hag1054tghRQSqLSfrkvQnA.jpg", + * "genre_ids": [ + * 18, + * 28, + * 80, + * 53 + * ], + * "id": 155, + * "original_language": "en", + * "original_title": "The Dark Knight", + * "overview": "Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.", + * "popularity": 83.151, + * "poster_path": "/qJ2tW6WMUDux911r6m7haRef0WH.jpg", + * "rating": 9, + * "release_date": "2008-07-14", + * "title": "The Dark Knight", + * "video": false, + * "vote_average": 8.509, + * "vote_count": 29582 + * }, + * { + * "adult": false, + * "backdrop_path": "/yzqaKAhglTrkeOfuIXYYArf0WnA.jpg", + * "genre_ids": [ + * 16, + * 10751 + * ], + * "id": 12, + * "original_language": "en", + * "original_title": "Finding Nemo", + * "overview": "Nemo, an adventurous young clownfish, is unexpectedly taken from his Great Barrier Reef home to a dentist's office aquarium. It's up to his worrisome father Marlin and a friendly but forgetful fish Dory to bring Nemo home -- meeting vegetarian sharks, surfer dude turtles, hypnotic jellyfish, hungry seagulls, and more along the way.", + * "popularity": 94.545, + * "poster_path": "/5lc6nQc0VhWFYFbNv016xze8Jvy.jpg", + * "rating": 8, + * "release_date": "2003-05-30", + * "title": "Finding Nemo", + * "video": false, + * "vote_average": 7.822, + * "vote_count": 17590 + * }, + * { + * "adult": false, + * "backdrop_path": "/ysKahAEPP8h6MInuLjr0xuZOTjh.jpg", + * "genre_ids": [ + * 80, + * 35 + * ], + * "id": 107, + * "original_language": "en", + * "original_title": "Snatch", + * "overview": "Unscrupulous boxing promoters, violent bookmakers, a Russian gangster, incompetent amateur robbers and supposedly Jewish jewelers fight to track down a priceless stolen diamond.", + * "popularity": 32.43, + * "poster_path": "/56mOJth6DJ6JhgoE2jtpilVqJO.jpg", + * "rating": 8, + * "release_date": "2000-09-01", + * "title": "Snatch", + * "video": false, + * "vote_average": 7.803, + * "vote_count": 7985 + * }, + * { + * "adult": false, + * "backdrop_path": "/8AE7M2lMsyvowfT36porzGtmOtI.jpg", + * "genre_ids": [ + * 878, + * 18, + * 10749 + * ], + * "id": 38, + * "original_language": "en", + * "original_title": "Eternal Sunshine of the Spotless Mind", + * "overview": "Joel Barish, heartbroken that his girlfriend underwent a procedure to erase him from her memory, decides to do the same. However, as he watches his memories of her fade away, he realises that he still loves her, and may be too late to correct his mistake.", + * "popularity": 36.729, + * "poster_path": "/5MwkWH9tYHv3mV9OdYTMR5qreIz.jpg", + * "rating": 9, + * "release_date": "2004-03-19", + * "title": "Eternal Sunshine of the Spotless Mind", + * "video": false, + * "vote_average": 8.1, + * "vote_count": 13294 + * }, + * { + * "adult": false, + * "backdrop_path": "/3h1JZGDhZ8nzxdgvkxha0qBqi05.jpg", + * "genre_ids": [ + * 35, + * 18, + * 10749 + * ], + * "id": 13, + * "original_language": "en", + * "original_title": "Forrest Gump", + * "overview": "A man with a low IQ has accomplished great things in his life and been present during significant historic events—in each case, far exceeding what anyone imagined he could do. But despite all he has achieved, his one true love eludes him.", + * "popularity": 62.225, + * "poster_path": "/arw2vcBveWOVZr6pxd9XTd1TdQa.jpg", + * "rating": 9, + * "release_date": "1994-06-23", + * "title": "Forrest Gump", + * "video": false, + * "vote_average": 8.5, + * "vote_count": 24536 + * }, + * { + * "adult": false, + * "backdrop_path": "/xKb6mtdfI5Qsggc44Hr9CCUDvaj.jpg", + * "genre_ids": [ + * 28, + * 53, + * 878 + * ], + * "id": 280, + * "original_language": "en", + * "original_title": "Terminator 2: Judgment Day", + * "overview": "Nearly 10 years have passed since Sarah Connor was targeted for termination by a cyborg from the future. Now her son, John, the future leader of the resistance, is the target for a newer, more deadly terminator. Once again, the resistance has managed to send a protector back to attempt to save John and his mother Sarah.", + * "popularity": 66.674, + * "poster_path": "/5M0j0B18abtBI5gi2RhfjjurTqb.jpg", + * "rating": 8, + * "release_date": "1991-07-03", + * "title": "Terminator 2: Judgment Day", + * "video": false, + * "vote_average": 8.096, + * "vote_count": 11255 + * }, + * { + * "adult": false, + * "backdrop_path": "/8bQbejOvAKe78RXxpkfM04n0K18.jpg", + * "genre_ids": [ + * 14, + * 35 + * ], + * "id": 310, + * "original_language": "en", + * "original_title": "Bruce Almighty", + * "overview": "Bruce Nolan toils as a 'human interest' television reporter in Buffalo, N.Y., but despite his high ratings and the love of his beautiful girlfriend, Bruce remains unfulfilled. At the end of the worst day in his life, he angrily ridicules God—and the Almighty responds, endowing Bruce with all of His divine powers.", + * "popularity": 35.483, + * "poster_path": "/f0QqG14SZYYZcV4VWykVc5w13dz.jpg", + * "rating": 8, + * "release_date": "2003-05-23", + * "title": "Bruce Almighty", + * "video": false, + * "vote_average": 6.7, + * "vote_count": 9757 + * }, + * { + * "adult": false, + * "backdrop_path": "/lt1rGQSqhk2T2T4lHo6CTQYvoWP.jpg", + * "genre_ids": [ + * 53, + * 28, + * 80 + * ], + * "id": 187, + * "original_language": "en", + * "original_title": "Sin City", + * "overview": "Welcome to Sin City. This town beckons to the tough, the corrupt, the brokenhearted. Some call it dark… Hard-boiled. Then there are those who call it home — Crooked cops, sexy dames, desperate vigilantes. Some are seeking revenge, others lust after redemption, and then there are those hoping for a little of both. A universe of unlikely and reluctant heroes still trying to do the right thing in a city that refuses to care.", + * "popularity": 23.715, + * "poster_path": "/i66G50wATMmPrvpP95f0XP6ZdVS.jpg", + * "rating": 8, + * "release_date": "2005-04-01", + * "title": "Sin City", + * "video": false, + * "vote_average": 7.437, + * "vote_count": 7311 + * }, + * { + * "adult": false, + * "backdrop_path": "/tmU7GeKVybMWFButWEGl2M4GeiP.jpg", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 238, + * "original_language": "en", + * "original_title": "The Godfather", + * "overview": "Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.", + * "popularity": 100.932, + * "poster_path": "/3bhkrj58Vtu7enYsRolD1fZdja1.jpg", + * "rating": 9, + * "release_date": "1972-03-14", + * "title": "The Godfather", + * "video": false, + * "vote_average": 8.712, + * "vote_count": 17812 + * }, + * { + * "adult": false, + * "backdrop_path": "/wOfzdzC0QZyhUIlyjeMuUYSb8Ax.jpg", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 289, + * "original_language": "en", + * "original_title": "Casablanca", + * "overview": "In Casablanca, Morocco in December 1941, a cynical American expatriate meets a former lover, with unforeseen complications.", + * "popularity": 17.927, + * "poster_path": "/5K7cOHoay2mZusSLezBOY0Qxh8a.jpg", + * "rating": 8, + * "release_date": "1942-11-26", + * "title": "Casablanca", + * "video": false, + * "vote_average": 8.173, + * "vote_count": 4695 + * }, + * { + * "adult": false, + * "backdrop_path": "/747dgDfL5d8esobk7h4odaOFhUq.jpg", + * "genre_ids": [ + * 80, + * 18, + * 53 + * ], + * "id": 275, + * "original_language": "en", + * "original_title": "Fargo", + * "overview": "Jerry, a small-town Minnesota car salesman is bursting at the seams with debt... but he's got a plan. He's going to hire two thugs to kidnap his wife in a scheme to collect a hefty ransom from his wealthy father-in-law. It's going to be a snap and nobody's going to get hurt... until people start dying. Enter Police Chief Marge, a coffee-drinking, parka-wearing - and extremely pregnant - investigator who'll stop at nothing to get her man. And if you think her small-time investigative skills will give the crooks a run for their ransom... you betcha!", + * "popularity": 20.791, + * "poster_path": "/rt7cpEr1uP6RTZykBFhBTcRaKvG.jpg", + * "rating": 8, + * "release_date": "1996-03-08", + * "title": "Fargo", + * "video": false, + * "vote_average": 7.87, + * "vote_count": 7007 + * }, + * { + * "adult": false, + * "backdrop_path": "/bsaA9qtIR6VTDQykXdBzJc8V5rS.jpg", + * "genre_ids": [ + * 12, + * 14, + * 9648 + * ], + * "id": 675, + * "original_language": "en", + * "original_title": "Harry Potter and the Order of the Phoenix", + * "overview": "Returning for his fifth year of study at Hogwarts, Harry is stunned to find that his warnings about the return of Lord Voldemort have been ignored. Left with no choice, Harry takes matters into his own hands, training a small group of students to defend themselves against the dark arts.", + * "popularity": 118.896, + * "poster_path": "/5aOyriWkPec0zUDxmHFP9qMmBaj.jpg", + * "rating": 8, + * "release_date": "2007-06-28", + * "title": "Harry Potter and the Order of the Phoenix", + * "video": false, + * "vote_average": 7.687, + * "vote_count": 17658 + * }, + * { + * "adult": false, + * "backdrop_path": "/r1gEZd7BoXtLNEQSNMqfsMlMtIz.jpg", + * "genre_ids": [ + * 12, + * 28, + * 18, + * 53 + * ], + * "id": 503, + * "original_language": "en", + * "original_title": "Poseidon", + * "overview": "A packed cruise ship traveling the Atlantic is hit and overturned by a massive wave, compelling the passengers to begin a dramatic fight for their lives.", + * "popularity": 22.847, + * "poster_path": "/cCx2Ead8KoZhHofsAAr7tyrjfDo.jpg", + * "rating": 6, + * "release_date": "2006-05-10", + * "title": "Poseidon", + * "video": false, + * "vote_average": 5.848, + * "vote_count": 1890 + * }, + * { + * "adult": false, + * "backdrop_path": "/eGhjeUbzttA3E4flxdAm8gHz4h4.jpg", + * "genre_ids": [ + * 28, + * 12, + * 10752 + * ], + * "id": 1271, + * "original_language": "en", + * "original_title": "300", + * "overview": "Based on Frank Miller's graphic novel, \"300\" is very loosely based the 480 B.C. Battle of Thermopylae, where the King of Sparta led his army against the advancing Persians; the battle is said to have inspired all of Greece to band together against the Persians, and helped usher in the world's first democracy.", + * "popularity": 49.667, + * "poster_path": "/9W49fy5G7v9Ed3CXtvMi41YqZtt.jpg", + * "rating": 8, + * "release_date": "2007-03-07", + * "title": "300", + * "video": false, + * "vote_average": 7.17, + * "vote_count": 12491 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the movie is categorized as adult content (true) or not (false). + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the movie's backdrop image, that can be displayed behind the movie title. + * @example /dUVbWINfRMGojGZRcO6GF1Z2nV8.jpg + */ + backdrop_path?: string; + /** + * @description An array of integers representing genre IDs for the movie. Each ID corresponds to a specific genre (e.g., 12 for Adventure, 28 for Action). + * @example [ + * 12, + * 14, + * 28 + * ] + */ + genre_ids?: number[]; + /** + * @description An integer representing a unique identifier for the movie within the database. + * @example 120 + */ + id?: number; + /** + * @description A string that specifies the primary language in which the movie was originally produced. For example, "en" stands for English. + * @example en + */ + original_language?: string; + /** + * @description A string indicating the original title of the movie as it was released in its original country. + * @example The Lord of the Rings: The Fellowship of the Ring + */ + original_title?: string; + /** + * @description A brief summary of the movie's plot or theme, providing an insight into the story. + * @example Young hobbit Frodo Baggins, after inheriting a mysterious ring from his uncle Bilbo, must leave his home in order to keep it from falling into the hands of its evil creator. Along the way, a fellowship is formed to protect the ringbearer and make sure that the ring arrives at its final destination: Mt. Doom, the only place where it can be destroyed. + */ + overview?: string; + /** + * @description A numeric value representing the popularity of the movie, calculated based on various factors such as viewership and engagement metrics. + * @example 84.737 + */ + popularity?: number; + /** + * @description Indicates the path to the movie's poster image. + * @example /6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg + */ + poster_path?: string; + /** + * @description An integer that serves as a custom rating value that may reflect how the movie is perceived overall. + * @example 8 + */ + rating?: number; + /** + * @description A string representing the date when the movie was first released to the public, following the format "YYYY-MM-DD". In this case, for example, "2001-12-18" denotes December 18, 2001. + * @example 2001-12-18 + */ + release_date?: string; + /** + * @description A text representation of the film's name as recognized and referred to by its audience. + * @example The Lord of the Rings: The Fellowship of the Ring + */ + title?: string; + /** + * @description A boolean indicating whether the movie has associated video content (like trailers) available (true) or not (false). + * @example false + */ + video?: boolean; + /** + * @description A numeric value that indicates the average rating the movie has received, generally on a scale of 0-10. + * @example 8.396 + */ + vote_average?: number; + /** + * @description An integer denoting the number of votes or ratings that have been submitted for the movie. + * @example 22579 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the query results. + * @example 47 + */ + total_pages?: number; + /** + * @description The total number of results that meet the criteria of the query. + * @example 940 + */ + total_results?: number; + }; + }; + }; + }; + }; + ratedTv: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description rated tv */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description Represents the current page of the results being returned. It starts from 1 and increments with each new page. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/2yZXtM2Kky1Sy0kachbDlwybl3y.jpg", + * "first_air_date": "2008-09-09", + * "genre_ids": [ + * 10765, + * 18, + * 9648 + * ], + * "id": 1705, + * "name": "Fringe", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Fringe", + * "overview": "FBI Special Agent Olivia Dunham, brilliant but formerly institutionalized scientist Walter Bishop and his scheming, reluctant son Peter uncover a deadly mystery involving a series of unbelievable events and realize they may be a part of a larger, more disturbing pattern that blurs the line between science fiction and technology.", + * "popularity": 151.906, + * "poster_path": "/sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg", + * "rating": 9, + * "vote_average": 8.109, + * "vote_count": 2050 + * }, + * { + * "adult": false, + * "backdrop_path": "/dGzPJnh8YcUS4J10sNunohaXMVn.jpg", + * "first_air_date": "2004-03-21", + * "genre_ids": [ + * 37, + * 80, + * 18 + * ], + * "id": 1406, + * "name": "Deadwood", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Deadwood", + * "overview": "The story of the early days of Deadwood, South Dakota; woven around actual historic events with most of the main characters based on real people. Deadwood starts as a gold mining camp and gradually turns from a lawless wild-west community into an organized wild-west civilized town. The story focuses on the real-life characters Seth Bullock and Al Swearengen.", + * "popularity": 42.61, + * "poster_path": "/4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg", + * "rating": 8, + * "vote_average": 8.095, + * "vote_count": 670 + * }, + * { + * "adult": false, + * "backdrop_path": "/cyieN1P9Xo5SvLasSUT7SaAAzfy.jpg", + * "first_air_date": "2010-03-16", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1436, + * "name": "Justified", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Justified", + * "overview": "A character drama based on the 2001 Elmore Leonard short story \"Fire in the Hole.\" Leonard's tale centers around U.S. Marshal Raylan Givens of Kentucky, a quiet but strong-willed official of the law. The tale covers his high-stakes job, as well as his strained relationships with his ex-wife and father.", + * "popularity": 56.399, + * "poster_path": "/aVYuGDlOZMCRt89fAnHTYgk3BMr.jpg", + * "rating": 8, + * "vote_average": 7.961, + * "vote_count": 558 + * }, + * { + * "adult": false, + * "backdrop_path": "/tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg", + * "first_air_date": "1989-07-05", + * "genre_ids": [ + * 35 + * ], + * "id": 1400, + * "name": "Seinfeld", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Seinfeld", + * "overview": "A stand-up comedian and his three offbeat friends weather the pitfalls and payoffs of life in New York City in the '90s. It's a show about nothing.", + * "popularity": 164.288, + * "poster_path": "/aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg", + * "rating": 9, + * "vote_average": 8.3, + * "vote_count": 1557 + * }, + * { + * "adult": false, + * "backdrop_path": "/bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg", + * "first_air_date": "2008-01-20", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 1396, + * "name": "Breaking Bad", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Breaking Bad", + * "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + * "popularity": 292.904, + * "poster_path": "/ggFHVNu6YYI5L9pCfOacjizRGt.jpg", + * "rating": 10, + * "vote_average": 8.878, + * "vote_count": 11548 + * }, + * { + * "adult": false, + * "backdrop_path": "/sAX6JOWZWJGhkvFRctSZIL556mp.jpg", + * "first_air_date": "2008-09-03", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1409, + * "name": "Sons of Anarchy", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Sons of Anarchy", + * "overview": "An adrenalized drama with darkly comedic undertones that explores a notorious outlaw motorcycle club’s (MC) desire to protect its livelihood while ensuring that their simple, sheltered town of Charming, California remains exactly that, charming. The MC must confront threats from drug dealers, corporate developers, and overzealous law officers. Behind the MC’s familial lifestyle and legally thriving automotive shop is a ruthless and illegal arms business driven by the seduction of money, power, and blood.", + * "popularity": 119.662, + * "poster_path": "/kiy8BHtIHAslh81rvFcZ4wbNGdY.jpg", + * "rating": 8.5, + * "vote_average": 8.442, + * "vote_count": 2437 + * }, + * { + * "adult": false, + * "backdrop_path": "/r9t9lblyPfudl0LV0Ujg1nXdKyW.jpg", + * "first_air_date": "2004-11-16", + * "genre_ids": [ + * 18, + * 9648 + * ], + * "id": 1408, + * "name": "House", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "House", + * "overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.", + * "popularity": 257.672, + * "poster_path": "/5rIQ3pTjWdZjNUJSJxn1T8MIvoG.jpg", + * "rating": 7.5, + * "vote_average": 8.607, + * "vote_count": 5450 + * }, + * { + * "adult": false, + * "backdrop_path": "/8X1BTSaUyF5rc0malaaQovpxC3f.jpg", + * "first_air_date": "2007-09-24", + * "genre_ids": [ + * 35 + * ], + * "id": 1418, + * "name": "The Big Bang Theory", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Big Bang Theory", + * "overview": "The sitcom is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.", + * "popularity": 134.048, + * "poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg", + * "rating": 7, + * "vote_average": 7.879, + * "vote_count": 9899 + * }, + * { + * "adult": false, + * "backdrop_path": "/tK8eRUWVY8AVdDUPUxSzrmlLb0R.jpg", + * "first_air_date": "2009-10-02", + * "genre_ids": [ + * 10765, + * 10759, + * 18 + * ], + * "id": 5148, + * "name": "Stargate Universe", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Stargate Universe", + * "overview": "The adventures of a present-day, multinational exploration team traveling on the Ancient spaceship Destiny many billions of light years distant from the Milky Way Galaxy. They evacuated there and are now trying to figure out a way to return to Earth, while simultaneously trying to explore and to survive in their unknown area of the universe.", + * "popularity": 35.116, + * "poster_path": "/n23WMoa9y5TYPuKSQjPArpbHr9x.jpg", + * "rating": 7.5, + * "vote_average": 7.385, + * "vote_count": 577 + * }, + * { + * "adult": false, + * "backdrop_path": "/x4lxFIhhrDI4nWtV8osnYwbGESV.jpg", + * "first_air_date": "2009-09-23", + * "genre_ids": [ + * 35 + * ], + * "id": 1421, + * "name": "Modern Family", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Modern Family", + * "overview": "The Pritchett-Dunphy-Tucker clan is a wonderfully large and blended family. They give us an honest and often hilarious look into the sometimes warm, sometimes twisted, embrace of the modern family.", + * "popularity": 231.798, + * "poster_path": "/fu5vEUHgxkAPmX26ISQXqHmlPMq.jpg", + * "rating": 9, + * "vote_average": 7.787, + * "vote_count": 2159 + * }, + * { + * "adult": false, + * "backdrop_path": "/nVRyd8hlg0ZLxBn9RaI7mUMQLnz.jpg", + * "first_air_date": "2005-09-13", + * "genre_ids": [ + * 18, + * 9648, + * 10765 + * ], + * "id": 1622, + * "name": "Supernatural", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Supernatural", + * "overview": "When they were boys, Sam and Dean Winchester lost their mother to a mysterious and demonic supernatural force. Subsequently, their father raised them to be soldiers. He taught them about the paranormal evil that lives in the dark corners and on the back roads of America ... and he taught them how to kill it. Now, the Winchester brothers crisscross the country in their '67 Chevy Impala, battling every kind of supernatural threat they encounter along the way. ", + * "popularity": 361.403, + * "poster_path": "/KoYWXbnYuS3b0GyQPkbuexlVK9.jpg", + * "rating": 8, + * "vote_average": 8.304, + * "vote_count": 6650 + * }, + * { + * "adult": false, + * "backdrop_path": "/1dQHZhnej0acyQn5jlVb8NHDMDM.jpg", + * "first_air_date": "2012-06-24", + * "genre_ids": [ + * 18 + * ], + * "id": 15621, + * "name": "The Newsroom", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Newsroom", + * "overview": "A behind-the-scenes look at the people who make a nightly cable-news program. Focusing on a network anchor, his new executive producer, the newsroom staff and their boss, the series tracks their quixotic mission to do the news well in the face of corporate and commercial obstacles-not to mention their own personal entanglements.", + * "popularity": 22.784, + * "poster_path": "/2s6IPLtfw0GiMxlJznb1TkA6KXk.jpg", + * "rating": 8.5, + * "vote_average": 8.119, + * "vote_count": 485 + * }, + * { + * "adult": false, + * "backdrop_path": "/mCwQJqyuCFlbFyJR5sWg3PqtHEN.jpg", + * "first_air_date": "2013-04-04", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 40008, + * "name": "Hannibal", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Hannibal", + * "overview": "Both a gift and a curse, Graham has the extraordinary ability to think like his prey—he sees what they see, feels what they feel. But while Graham is pursuing an especially troubling, cannibalistic murderer, Special Agent Jack Crawford teams him with a highly respected psychiatrist – a man with a taste for the criminal minded – Dr. Hannibal Lecter.", + * "popularity": 55.286, + * "poster_path": "/imzvb941su6uhQ158GGurk7vF28.jpg", + * "rating": 9, + * "vote_average": 8.222, + * "vote_count": 2011 + * }, + * { + * "adult": false, + * "backdrop_path": "/jBhcm0Rm5Uv1UaHt0TTWuRjG5G3.jpg", + * "first_air_date": "2004-09-22", + * "genre_ids": [ + * 9648, + * 10759 + * ], + * "id": 4607, + * "name": "Lost", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Lost", + * "overview": "Stripped of everything, the survivors of a horrific plane crash must work together to stay alive. But the island holds many secrets.", + * "popularity": 152.944, + * "poster_path": "/og6S0aTZU6YUJAbqxeKjCa3kY1E.jpg", + * "rating": 7.5, + * "vote_average": 7.968, + * "vote_count": 3428 + * }, + * { + * "adult": false, + * "backdrop_path": "/2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg", + * "first_air_date": "2001-09-09", + * "genre_ids": [ + * 18, + * 10768 + * ], + * "id": 4613, + * "name": "Band of Brothers", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Band of Brothers", + * "overview": "Drawn from interviews with survivors of Easy Company, as well as their journals and letters, Band of Brothers chronicles the experiences of these men from paratrooper training in Georgia through the end of the war. As an elite rifle company parachuting into Normandy early on D-Day morning, participants in the Battle of the Bulge, and witness to the horrors of war, the men of Easy knew extraordinary bravery and extraordinary fear - and became the stuff of legend. Based on Stephen E. Ambrose's acclaimed book of the same name.", + * "popularity": 56.008, + * "poster_path": "/pGzV187ogXzgJrvPRy2YPi29ofH.jpg", + * "rating": 9, + * "vote_average": 8.457, + * "vote_count": 2956 + * }, + * { + * "adult": false, + * "backdrop_path": "/ogZMFPQbkv4gGYjVt9vA35eTpee.jpg", + * "first_air_date": "2010-09-08", + * "genre_ids": [ + * 80, + * 18, + * 35 + * ], + * "id": 33400, + * "name": "Terriers", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Terriers", + * "overview": "Ex-cop and recovering alcoholic Hank Dolworth partners with his best friend, former criminal Britt Pollack, in an unlicensed private investigation business. The series is set in Ocean Beach, San Diego, California, although it is portrayed as a distinct town, with Dolworth having once been a member of the fictional Ocean Beach Police Department.", + * "popularity": 8.858, + * "poster_path": "/51T6VEO74kijlt2SDowGiiq0Cti.jpg", + * "rating": 8, + * "vote_average": 8.135, + * "vote_count": 78 + * }, + * { + * "adult": false, + * "backdrop_path": "/gNYLylxp5EzopGtIb4XqIzbLtNJ.jpg", + * "first_air_date": "2010-09-19", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1621, + * "name": "Boardwalk Empire", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Boardwalk Empire", + * "overview": "Atlantic City at the dawn of Prohibition is a place where the rules don't apply. And the man who runs things -- legally and otherwise -- is the town's treasurer, Enoch \"Nucky\" Thompson, who is equal parts politician and gangster.", + * "popularity": 32.102, + * "poster_path": "/kL6SqlVPpfAof2nQbh1VxkUuXBQ.jpg", + * "rating": 8.5, + * "vote_average": 8, + * "vote_count": 862 + * }, + * { + * "adult": false, + * "backdrop_path": "/7sJrNKwzyJWnFPFpDL9wnZ859LZ.jpg", + * "first_air_date": "2012-09-27", + * "genre_ids": [ + * 18, + * 9648, + * 80 + * ], + * "id": 1415, + * "name": "Elementary", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Elementary", + * "overview": "A modern-day drama about a crime-solving duo that cracks the NYPD's most impossible cases. Following his fall from grace in London and a stint in rehab, eccentric Sherlock escapes to Manhattan where his wealthy father forces him to live with his worst nightmare - a sober companion, Dr. Watson.", + * "popularity": 134.614, + * "poster_path": "/q9dObe29W4bDpgzUfOOH3ZnzDbR.jpg", + * "rating": 7, + * "vote_average": 7.563, + * "vote_count": 1406 + * }, + * { + * "adult": false, + * "backdrop_path": "/OylSdzVezjwGLYM0w73mUPNHM4.jpg", + * "first_air_date": "2009-09-17", + * "genre_ids": [ + * 35 + * ], + * "id": 18347, + * "name": "Community", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Community", + * "overview": "Follow the lives of a group of students at what is possibly the world’s worst community college in the fictional locale of Greendale, Colorado.", + * "popularity": 75.864, + * "poster_path": "/3KUjDt8XY7w2Ku70UE0SECmv1zP.jpg", + * "rating": 7.5, + * "vote_average": 7.957, + * "vote_count": 1327 + * }, + * { + * "adult": false, + * "backdrop_path": "/qoauOMsZq2GXBxVj05Oga0IYPbX.jpg", + * "first_air_date": "2009-09-30", + * "genre_ids": [ + * 35 + * ], + * "id": 1422, + * "name": "The Middle", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Middle", + * "overview": "The daily mishaps of a married woman and her semi-dysfunctional family and their attempts to survive life in general in the city of Orson, Indiana.", + * "popularity": 129.786, + * "poster_path": "/7YwLY7Fg9BJU9qu9rrwaYbIc77c.jpg", + * "rating": 7.5, + * "vote_average": 7.546, + * "vote_count": 545 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the movie is categorized as adult content (true) or not (false). + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the movie's backdrop image, that can be displayed behind the movie title. + * @example /2yZXtM2Kky1Sy0kachbDlwybl3y.jpg + */ + backdrop_path?: string; + /** + * @description This indicate the date when the show first premiered. + * @example 2008-09-09 + */ + first_air_date?: string; + /** + * @description An array of integers representing unique identifiers for the genres associated with the show. + * @example [ + * 10765, + * 18, + * 9648 + * ] + */ + genre_ids?: number[]; + /** + * @description An integer representing a unique identifier for the movie within the database. + * @example 1705 + */ + id?: number; + /** + * @description A string that contains the name or title of the show. + * @example Fringe + */ + name?: string; + /** + * @description An array of strings indicating the country or countries where the show was produced. + * @example [ + * "US" + * ] + */ + origin_country?: string[]; + /** + * @description A string representing the original language in which the show was produced. + * @example en + */ + original_language?: string; + /** + * @description A string that contains the original title of the show. + * @example Fringe + */ + original_name?: string; + /** + * @description A brief summary of the show, providing an insight into the story. + * @example FBI Special Agent Olivia Dunham, brilliant but formerly institutionalized scientist Walter Bishop and his scheming, reluctant son Peter uncover a deadly mystery involving a series of unbelievable events and realize they may be a part of a larger, more disturbing pattern that blurs the line between science fiction and technology. + */ + overview?: string; + /** + * @description A numeric value representing the popularity of the movie, calculated based on various factors such as viewership and engagement metrics. + * @example 151.906 + */ + popularity?: number; + /** + * @description Indicates the path to the movie's poster image. + * @example /sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg + */ + poster_path?: string; + /** + * @description An integer that serves as a custom rating value that may reflect how the movie is perceived overall. + * @example 9 + */ + rating?: number; + /** + * @description A numeric value that indicates the average rating the movie was received, generally on a scale of 0-10. + * @example 8.109 + */ + vote_average?: number; + /** + * @description An integer denoting the number of votes or ratings that have been submitted for the movie. + * @example 2050 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the query results. + * @example 15 + */ + total_pages?: number; + /** + * @description The total number of results that meet the criteria of the query. + * @example 290 + */ + total_results?: number; + }; + }; + }; + }; + }; + ratedTvEpisodes: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description rated tv episodes */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description Indicates the current page number of the results being returned. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. + * @example [ + * { + * "air_date": "2013-10-17", + * "episode_number": 5, + * "id": 64782, + * "name": "The Workplace Proximity", + * "overview": "Amy starts working at Caltech which causes friction with Sheldon. Howard agrees with Sheldon who mentions this to Bernadette causing a big fight for the Wolowitzes.", + * "production_code": "4X5305", + * "rating": 8, + * "runtime": 22, + * "season_number": 7, + * "show_id": 1418, + * "still_path": "/k8atjbd5gAsntuhbPnFpvnvo0qn.jpg", + * "vote_average": 7.242, + * "vote_count": 31 + * }, + * { + * "air_date": "2013-12-08", + * "episode_number": 11, + * "id": 968782, + * "name": "Big Man in Tehran", + * "overview": "Brody's loyalty to the mission wavers when he meets a ghost from his past. As Lockhart's confirmation looms, Saul stares into the precipice between success and failure.", + * "production_code": "3WAH11", + * "rating": 9, + * "runtime": 55, + * "season_number": 3, + * "show_id": 1407, + * "still_path": "/2JYvwe7HoEkn3BQhhHCyPzhqhh5.jpg", + * "vote_average": 8, + * "vote_count": 23 + * }, + * { + * "air_date": "2014-03-23", + * "episode_number": 15, + * "id": 973273, + * "name": "Dramatics, Your Honor", + * "overview": "Alicia asks Cary to be her lawyer when Nelson Dubeck (Eric Bogosian) asks her to participate in a deposition; Will faces off with a new prosecutor while defending Jeffrey Grant (Hunter Parrish).", + * "production_code": "", + * "rating": 9, + * "runtime": 43, + * "season_number": 5, + * "show_id": 1435, + * "still_path": "/eGQg94nfM6EhKrxGA8A92SXe3WT.jpg", + * "vote_average": 8.2, + * "vote_count": 11 + * }, + * { + * "air_date": "2014-05-11", + * "episode_number": 6, + * "id": 63099, + * "name": "The Laws of Gods and Men", + * "overview": "Stannis makes a deal with the Iron Bank of Braavos. Yara and her troops storm the Dreadfort to free Theon. Meanwhile, Daenerys meets Hizdar zo Loraq and her other supplicants. And the day of Tyrion's trial has come where Tyrion faces his father.", + * "production_code": "406", + * "rating": 8.5, + * "runtime": 51, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/vKt9b7HNYhwM91C7S53zPsAWfT3.jpg", + * "vote_average": 9, + * "vote_count": 133 + * }, + * { + * "air_date": "2014-05-18", + * "episode_number": 7, + * "id": 63100, + * "name": "Mockingbird", + * "overview": "Tyrion gains an unlikely ally; Daario asks Dany to allow him to do what he does best; Jon's warnings about the vulnerability of the Wall are ignored; Brienne follows a new lead. ", + * "production_code": "407", + * "rating": 8.5, + * "runtime": 51, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/r7u0uELPyDkNnBZzAFVvw1XJKo5.jpg", + * "vote_average": 8.2, + * "vote_count": 116 + * }, + * { + * "air_date": "2014-05-16", + * "episode_number": 12, + * "id": 975339, + * "name": "Tome-wan", + * "overview": "Bedelia returns and accepts immunity to testify against Hannibal. Mason Verger plots revenge after learning of Hannibal's manipulations.", + * "production_code": "212", + * "rating": 9, + * "runtime": 43, + * "season_number": 2, + * "show_id": 40008, + * "still_path": "/pYsO5cXmjJGYUZWVDocBI3CIM6.jpg", + * "vote_average": 8.2, + * "vote_count": 32 + * }, + * { + * "air_date": "2014-05-23", + * "episode_number": 13, + * "id": 976285, + * "name": "Mizumono", + * "overview": "Springing their trap, Jack, Will and Alana face off with Hannibal in a bloody final showdown, but the doctor has a few surprises of his own.", + * "production_code": "213", + * "rating": 10, + * "runtime": 43, + * "season_number": 2, + * "show_id": 40008, + * "still_path": "/40jqX3XRk6W97gscX5rj4kTy411.jpg", + * "vote_average": 9, + * "vote_count": 47 + * }, + * { + * "air_date": "2014-06-01", + * "episode_number": 8, + * "id": 63101, + * "name": "The Mountain and the Viper", + * "overview": "Unexpected visitors arrive in Mole's Town. With assistance from Theon, Ramsay proves himself to his father, Lord Bolton. Littlefinger's motives are questioned when Sansa reveals the fate of Lysa Arryn to other lords of the Vale. Daenerys finds out a secret about Jorah Mormont. Tyrion's fate is decided.", + * "production_code": "408", + * "rating": 9.5, + * "runtime": 53, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/exdPjUiilNFUV8uUSiBBhsanAwa.jpg", + * "vote_average": 8.9, + * "vote_count": 141 + * }, + * { + * "air_date": "2013-09-29", + * "episode_number": 16, + * "id": 62161, + * "name": "Felina", + * "overview": "All bad things must come to an end.", + * "production_code": "", + * "rating": 9, + * "runtime": 56, + * "season_number": 5, + * "show_id": 1396, + * "still_path": "/pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg", + * "vote_average": 9.2, + * "vote_count": 172 + * }, + * { + * "air_date": "2014-07-13", + * "episode_number": 1, + * "id": 989249, + * "name": "Night Zero", + * "overview": "When a plane lands in New York City with everyone on board dead, Dr. Ephraim Goodweather, head of the CDC’s Canary Project, and his team are called upon to investigate. Harlem pawnbroker Abraham Setrakian races to the airport, convinced that what looks at first like a mysterious viral outbreak might be the beginning of something infinitely more sinister.", + * "production_code": "XSN01001", + * "rating": 7.5, + * "runtime": 44, + * "season_number": 1, + * "show_id": 47640, + * "still_path": "/18fgFoUhfDW4PVNOnwonaRXMJMe.jpg", + * "vote_average": 7.6, + * "vote_count": 35 + * }, + * { + * "air_date": "2014-06-19", + * "episode_number": 1, + * "id": 976915, + * "name": "Running with the Bull", + * "overview": "Daniel’s family fears he won’t recover from his injuries and his attackers will escape justice. Judy Dean shows Bobby some unexpected affection. Ted, Jr. hides a shameful secret from his wife. Sheriff Daggett investigates Daniel’s beating.", + * "production_code": "", + * "rating": 9, + * "runtime": 47, + * "season_number": 2, + * "show_id": 46619, + * "still_path": "/8fpa0GjYpSaAaEI5f2JiP1dkrqc.jpg", + * "vote_average": 8.7, + * "vote_count": 9 + * }, + * { + * "air_date": "2014-08-24", + * "episode_number": 9, + * "id": 990362, + * "name": "The Garveys at Their Best", + * "overview": "Kevin tries to suppress his bad habits while tracking down a marauding deer in Mapleton. Laurie receives not-unexpected news amidst a rising sense of foreboding. Tom connects with his past, against his better judgment. Nora has a job interview; Kevin Senior receives an honor.", + * "production_code": "4X5709", + * "rating": 9, + * "runtime": 60, + * "season_number": 1, + * "show_id": 54344, + * "still_path": "/gGLWdy0ac2OryUwfGd3y0TiHTpD.jpg", + * "vote_average": 8.5, + * "vote_count": 20 + * }, + * { + * "air_date": "2012-07-15", + * "episode_number": 1, + * "id": 62147, + * "name": "Live Free or Die", + * "overview": "As Walt deals with the aftermath of the Casa Tranquila explosion, Hank works to wrap up his investigation of Gus' empire.", + * "production_code": "", + * "rating": 8, + * "runtime": 43, + * "season_number": 5, + * "show_id": 1396, + * "still_path": "/uShB5dWoA3xIivZ9jvwWnGCVvt4.jpg", + * "vote_average": 8.6, + * "vote_count": 122 + * }, + * { + * "air_date": "2012-08-26", + * "episode_number": 7, + * "id": 62153, + * "name": "Say My Name", + * "overview": "Walt takes control of business matters; Mike deals with the consequences of his actions.", + * "production_code": "", + * "rating": 8.5, + * "runtime": 48, + * "season_number": 5, + * "show_id": 1396, + * "still_path": "/2NA7ti9jsWnG4xreMEFwbq4DH1f.jpg", + * "vote_average": 8.9, + * "vote_count": 117 + * }, + * { + * "air_date": "2015-03-01", + * "episode_number": 1, + * "id": 1022053, + * "name": "The Battle Creek Way", + * "overview": "Jaded Det. Russ Agnew reluctantly partners with charming FBI Agent Milt Chamberlain to solve a drug-related double homicide, but while Milt investigates with the high-tech resources of the FBI, Russ prefers old-school police work and instinct.", + * "production_code": "101", + * "rating": 8, + * "runtime": 60, + * "season_number": 1, + * "show_id": 61676, + * "still_path": "/d7i0ChoPXU4VbdFWCNtFOqTZTk8.jpg", + * "vote_average": 7.4, + * "vote_count": 7 + * }, + * { + * "air_date": "2015-02-23", + * "episode_number": 16, + * "id": 1039439, + * "name": "The Wrong Stuff", + * "overview": "When an astronaut, training for a trip to Mars, is mysteriously killed inside a Mars simulation, Castle and Beckett don spacesuits to investigate. But when they discover no one inside the sealed simulation could have committed the murder and no one from the outside could get in, the case takes a shocking turn", + * "production_code": "716", + * "rating": 8, + * "runtime": 45, + * "season_number": 7, + * "show_id": 1419, + * "still_path": "/kg0beAZYaaLVsP3mMxVnwDcG1f8.jpg", + * "vote_average": 7.5, + * "vote_count": 13 + * }, + * { + * "air_date": "2015-04-10", + * "episode_number": 13, + * "id": 1036361, + * "name": "Daredevil", + * "overview": "In the season finale, a boxed-in Fisk and a desperate Murdock, Foggy and Karen are forced to play their end games.", + * "production_code": "", + * "rating": 9.5, + * "runtime": 57, + * "season_number": 1, + * "show_id": 61889, + * "still_path": "/nSCJMlJkGULVKHuisKeH9Crguy8.jpg", + * "vote_average": 8.4, + * "vote_count": 75 + * }, + * { + * "air_date": "2015-03-20", + * "episode_number": 1, + * "id": 1040171, + * "name": "Part 1", + * "overview": "Trouble starts when oldest son Danny Rayburn comes home for the 45th anniversary celebration of his parents' hotel in the Florida Keys' Islamorada.", + * "production_code": "", + * "rating": 8.5, + * "runtime": 60, + * "season_number": 1, + * "show_id": 61986, + * "still_path": "/qfMRZLmVPm6ubFC1NxSVRm7RLnq.jpg", + * "vote_average": 7.7, + * "vote_count": 14 + * }, + * { + * "air_date": "2015-05-31", + * "episode_number": 8, + * "id": 1070282, + * "name": "Hardhome", + * "overview": "Arya makes progress in her training. Sansa confronts an old friend. Cersei struggles. Jon travels.", + * "production_code": "508", + * "rating": 10, + * "runtime": 61, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/zIrSrXU4zOArlVYnXFxxfKDYYY2.jpg", + * "vote_average": 9.3, + * "vote_count": 170 + * }, + * { + * "air_date": "2011-04-17", + * "episode_number": 1, + * "id": 63056, + * "name": "Winter Is Coming", + * "overview": "Jon Arryn, the Hand of the King, is dead. King Robert Baratheon plans to ask his oldest friend, Eddard Stark, to take Jon's place. Across the sea, Viserys Targaryen plans to wed his sister to a nomadic warlord in exchange for an army.", + * "production_code": "101", + * "rating": 9, + * "runtime": 62, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg", + * "vote_average": 7.8, + * "vote_count": 285 + * } + * ] + */ + results?: { + /** + * @description The date when the episode originally aired, formatted as YYYY-MM-DD. + * @example 2013-10-17 + */ + air_date?: string; + /** + * @description The specific episode number within its season. + * @example 5 + */ + episode_number?: number; + /** + * @description A unique identifier for the episode. + * @example 64782 + */ + id?: number; + /** + * @description The title of the episode. + * @example The Workplace Proximity + */ + name?: string; + /** + * @description A brief summary of the episode's plot. + * @example Amy starts working at Caltech which causes friction with Sheldon. Howard agrees with Sheldon who mentions this to Bernadette causing a big fight for the Wolowitzes. + */ + overview?: string; + /** + * @description A code used for identifying the episode during production; may be empty if not specified. + * @example 4X5305 + */ + production_code?: string; + /** + * @description An integer that serves as a custom rating value that may reflect how the episode is perceived overall. + * @example 8 + */ + rating?: number; + /** + * @description The duration of the episode in minutes. + * @example 22 + */ + runtime?: number; + /** + * @description The season number in which the episode is aired. + * @example 7 + */ + season_number?: number; + /** + * @description A unique identifier for the TV show to which the episode belongs. + * @example 1418 + */ + show_id?: number; + /** + * @description A relative path to an image representing the episode; often used for displaying a thumbnail. + * @example /k8atjbd5gAsntuhbPnFpvnvo0qn.jpg + */ + still_path?: string; + /** + * @description The average rating given to the episode, typically on a scale of 1 to 10. + * @example 7.242 + */ + vote_average?: number; + /** + * @description The total number of votes or ratings received for the episode. + * @example 31 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available in the results. + * @example 10 + */ + total_pages?: number; + /** + * @description The total number of results found for the query submitted. + * @example 186 + */ + total_results?: number; + }; + }; + }; + }; + }; + watchlistMovies: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description watchlist movies */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description Indicates the current page number of the results being returned. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/zqkmTXzjkAgXmEWLRsY4UpTWCeo.jpg", + * "genre_ids": [ + * 12, + * 28, + * 878 + * ], + * "id": 11, + * "original_language": "en", + * "original_title": "Star Wars", + * "overview": "Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire.", + * "popularity": 96.503, + * "poster_path": "/6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg", + * "release_date": "1977-05-25", + * "title": "Star Wars", + * "video": false, + * "vote_average": 8.203, + * "vote_count": 20650 + * } + * ] + */ + results?: { + /** + * @description Indicates if the movie is intended for adults (true) or is suitable for general audiences (false). + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the movie's backdrop image (used for background displays). + * @example /zqkmTXzjkAgXmEWLRsY4UpTWCeo.jpg + */ + backdrop_path?: string; + /** + * @description An array of genre IDs that represent the types of genres the movie falls under. + * @example [ + * 12, + * 28, + * 878 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie within the database. + * @example 11 + */ + id?: number; + /** + * @description A string that specifies the original language in which the movie was produced, typically represented as a two-letter language code (e.g., "en" for English). + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released in its native language. + * @example Star Wars + */ + original_title?: string; + /** + * @description A brief summary of the movie's plot or storyline + * @example Princess Leia is captured and held hostage by the evil Imperial forces in their effort to take over the galactic Empire. Venturesome Luke Skywalker and dashing captain Han Solo team together with the loveable robot duo R2-D2 and C-3PO to rescue the beautiful princess and restore peace and justice in the Empire. + */ + overview?: string; + /** + * @description A numerical value indicating the popularity of the movie based on user ratings and engagement. A higher number suggests greater popularity in the viewing audience. + * @example 96.503 + */ + popularity?: number; + /** + * @description The URL path to the movie's poster image (used for display purposes). + * @example /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg + */ + poster_path?: string; + /** + * @description The date when the movie was released, represented in the format YYYY-MM-DD, indicating the specific day the movie became available to the public. + * @example 1977-05-25 + */ + release_date?: string; + /** + * @description The title of the movie as it appears in releases. + * @example Star Wars + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description The average rating of the movie based on user votes. + * @example 8.203 + */ + vote_average?: number; + /** + * @description An integer representing the total number of votes that the movie has received. + * @example 20650 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available in the results. + * @example 1 + */ + total_pages?: number; + /** + * @description The total number of results found for the query submitted. + * @example 1 + */ + total_results?: number; + }; + }; + }; + }; + }; + watchlistTv: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a user account. */ + account_id: components["parameters"]["account_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description watchlist tv */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description Indicates the current page number of the results being returned. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. It returns an emtpy array if no movie in it. + * @example [] + */ + results?: unknown[]; + /** + * @description An integer representing the total number of pages available in the results set. + * @example 0 + */ + total_pages?: number; + /** + * @description An integer indicating the total number of results returned by the query. + * @example 0 + */ + total_results?: number; + }; + }; + }; + }; + }; + movieCertifications: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movie certifications */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + certifications?: { + /** + * @description Array of objects for film certifications in Argentina. + * @example [ + * { + * "certification": "ATP", + * "meaning": "For all public.", + * "order": 1 + * }, + * { + * "certification": "+13", + * "meaning": "Suitable for 13-year-olds and over. Children under the age of 13 are admitted if accompanied by an adult.", + * "order": 2 + * }, + * { + * "certification": "+16", + * "meaning": "Suitable for 16-year-olds and over.", + * "order": 3 + * }, + * { + * "certification": "+18", + * "meaning": "Suitable for 18-year-olds and over.", + * "order": 4 + * }, + * { + * "certification": "C", + * "meaning": "Suitable for 18-year-olds and over. Restricted to specially licensed venues.", + * "order": 5 + * } + * ] + */ + AR?: { + /** + * @description A code indicating the audience's suitability. + * @example ATP + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example For all public. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description This is an array of objects related to film certifications in Austria. + * @example [ + * { + * "certification": "AA", + * "meaning": "alle Altersstufen", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "Freigegeben ab 6 Jahren", + * "order": 2 + * }, + * { + * "certification": "8", + * "meaning": "Freigegeben ab 8 Jahren", + * "order": 3 + * }, + * { + * "certification": "10", + * "meaning": "Freigegeben ab 10 Jahren", + * "order": 4 + * }, + * { + * "certification": "12", + * "meaning": "Freigegeben ab 12 Jahren", + * "order": 5 + * }, + * { + * "certification": "14", + * "meaning": "Freigegeben ab 14 Jahren", + * "order": 6 + * }, + * { + * "certification": "16", + * "meaning": "Freigegeben ab 16 Jahren", + * "order": 7 + * } + * ] + */ + AT?: { + /** + * @description A code indicating the audience's suitability. + * @example AA + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example alle Altersstufen (For all ages) + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description This is an array of objects related to film certifications in Australia. + * @example [ + * { + * "certification": "G", + * "meaning": "General. The content is very mild in impact.", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Parental guidance recommended. There are no age restrictions. The content is mild in impact.", + * "order": 2 + * }, + * { + * "certification": "M", + * "meaning": "Recommended for mature audiences. There are no age restrictions. The content is moderate in impact.", + * "order": 3 + * }, + * { + * "certification": "MA 15+", + * "meaning": "Mature Accompanied. Unsuitable for children younger than 15. Children younger than 15 years must be accompanied by a parent or guardian. The content is strong in impact.", + * "order": 4 + * }, + * { + * "certification": "R 18+", + * "meaning": "Restricted to 18 years and over. Adults only. The content is high in impact.", + * "order": 5 + * }, + * { + * "certification": "X 18+", + * "meaning": "Restricted to 18 years and over. Films with this rating have pornographic content. Films classified as X18+ are banned from being sold or rented in all Australian states and are only legally available in the Australian Capital Territory and the Northern Territory. However, importing X18+ material from the two territories to any of the Australian states is legal.The content is sexually explicit in impact.", + * "order": 6 + * }, + * { + * "certification": "RC", + * "meaning": "Refused Classification. Banned from sale or hire in Australia; also generally applies to importation (if inspected by and suspicious to Customs). Private Internet viewing is unenforced and attempts to legally censor such online material has resulted in controversy. Films are rated RC if their content exceeds the guidelines. The content is very high in impact.", + * "order": 7 + * } + * ] + */ + AU?: { + /** + * @description A code indicating the audience's suitability + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General. The content is very mild in impact. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Belgium. + * @example [ + * { + * "certification": "AL", + * "meaning": "All ages.", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "From 6 years.", + * "order": 2 + * }, + * { + * "certification": "9", + * "meaning": "From 9 years.", + * "order": 3 + * }, + * { + * "certification": "12", + * "meaning": "From 12 years.", + * "order": 4 + * }, + * { + * "certification": "14", + * "meaning": "From 14 years.", + * "order": 5 + * }, + * { + * "certification": "16", + * "meaning": "From 16 years.", + * "order": 6 + * }, + * { + * "certification": "18", + * "meaning": "From 18 years.", + * "order": 7 + * } + * ] + */ + BE?: { + /** + * @description A code indicating the audience's suitability. + * @example AL + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example All ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Bulgaria. + * @example [ + * { + * "certification": "D", + * "meaning": "Prohibited for persons under 16.", + * "order": 4 + * }, + * { + * "certification": "X", + * "meaning": "Prohibited for persons under 18.", + * "order": 5 + * }, + * { + * "certification": "B", + * "meaning": "Without age restrictions.", + * "order": 2 + * }, + * { + * "certification": "C", + * "meaning": "Not recommended for children under 12.", + * "order": 3 + * }, + * { + * "certification": "A", + * "meaning": "Recommended for children.", + * "order": 1 + * } + * ] + */ + BG?: { + /** + * @description A code indicating the audience's suitability. + * @example D + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Prohibited for persons under 16. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 4 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Brazil. + * @example [ + * { + * "certification": "14", + * "meaning": "Not recommended for minors under fourteen. More violent material, stronger sex references and/or nudity.", + * "order": 4 + * }, + * { + * "certification": "16", + * "meaning": "Not recommended for minors under sixteen. Scenes featuring production, trafficking and/or use of illegal drugs, hyper-realistic sex, sexual violence, abortion, torture, mutilation, suicide, trivialization of violence and death penalty.", + * "order": 5 + * }, + * { + * "certification": "L", + * "meaning": "General Audiences. Do not expose children to potentially harmful content.", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "Not recommended for minors under twelve. Scenes can include physical aggression, use of legal drugs and sexual innuendo.", + * "order": 3 + * }, + * { + * "certification": "10", + * "meaning": "Not recommended for minors under ten. Violent content or inappropriate language to children, even if of a less intensity.", + * "order": 2 + * }, + * { + * "certification": "18", + * "meaning": "Not recommended for minors under eighteen. Scenes featuring explicit sex, incest, pedophilia, praising of the use of illegal drugs and violence of a strong imagery impact.", + * "order": 6 + * } + * ] + */ + BR?: { + /** + * @description A code indicating the audience's suitability. + * @example 14 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Not recommended for minors under fourteen. More violent material, stronger sex references and/or nudity. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 4 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Canada. + * @example [ + * { + * "certification": "G", + * "meaning": "All ages.", + * "order": 2 + * }, + * { + * "certification": "PG", + * "meaning": "Parental guidance advised. There is no age restriction but some material may not be suitable for all children.", + * "order": 3 + * }, + * { + * "certification": "14A", + * "meaning": "Persons under 14 years of age must be accompanied by an adult.", + * "order": 4 + * }, + * { + * "certification": "18A", + * "meaning": "Persons under 18 years of age must be accompanied by an adult. In the Maritimes & Manitoba, children under the age of 14 are prohibited from viewing the film.", + * "order": 5 + * }, + * { + * "certification": "R", + * "meaning": "Restricted to 18 years and over. No rental or purchase by those under 18. Content not suitable for minors. Video contains frequent use of: sexual activity; brutal/graphic violence; intense horror; and/or other disturbing content.", + * "order": 6 + * }, + * { + * "certification": "A", + * "meaning": "Admittance restricted to people 18 years of age or older. Sole purpose of the film is the portrayal of sexually explicit activity and/or explicit violence.", + * "order": 7 + * }, + * { + * "certification": "E", + * "meaning": "Exempt. Contains material not subject to classification such as documentaries, nature, travel, music, arts and culture, sports and educational and instructional information.", + * "order": 1 + * } + * ] + */ + CA?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example All ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 2 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications specifically in Quebec, Canada. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "G", + * "meaning": "General Rating – May be viewed, rented or purchased by persons of all ages. If a film carrying a \"G\" rating might offend the sensibilities of a child under 8 years of age, \"Not suitable for young children\" is appended to the classification.", + * "order": 1 + * }, + * { + * "certification": "13+", + * "meaning": "13 years and over – May be viewed, rented or purchased only by children 13 years of age or over. Children under 13 may be admitted only if accompanied by an adult.", + * "order": 2 + * }, + * { + * "certification": "16+", + * "meaning": "16 years and over – May be viewed, rented or purchased only by children 16 years of age or over.", + * "order": 3 + * }, + * { + * "certification": "18+", + * "meaning": "18 years and over – May be viewed, rented or purchased only by adults 18 years of age or over. If a film contains real and explicit sexual activity \"Explicit sexuality\" is appended to the classification, and in the retail video industry storeowners are required to place the film in a room reserved for adults.", + * "order": 4 + * } + * ] + */ + "CA-QC"?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Switzerland. + * @example [ + * { + * "certification": "0", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "", + * "order": 5 + * } + * ] + */ + CH?: { + /** + * @description A code indicating the audience's suitability. + * @example 0 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for all audiences + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Chile. + * @example [ + * { + * "certification": "TE", + * "meaning": "General audience.", + * "order": 2 + * }, + * { + * "certification": "TE+7", + * "meaning": "Not suitable for children younger than 7 years.", + * "order": 3 + * }, + * { + * "certification": "14", + * "meaning": "14 years old and over.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "18 years old and over.", + * "order": 5 + * }, + * { + * "certification": "UR", + * "meaning": "Unrated.", + * "order": 1 + * } + * ] + */ + CL?: { + /** + * @description A code indicating the audience's suitability. + * @example TE + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General audience. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 2 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Czech Republic + * @example [ + * { + * "certification": "UR", + * "meaning": "Not rated.", + * "order": 0 + * }, + * { + * "certification": "U", + * "meaning": "No age limit.", + * "order": 1 + * }, + * { + * "certification": "12+", + * "meaning": "Unsuitable for persons under the age of 12.", + * "order": 2 + * }, + * { + * "certification": "15+", + * "meaning": "Unsuitable for persons under the age of 15.", + * "order": 3 + * }, + * { + * "certification": "18+", + * "meaning": "Unsuitable for persons under the age of 18.", + * "order": 4 + * } + * ] + */ + CZ?: { + /** + * @description A code indicating the audience's suitability. + * @example UR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Not rated. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Germany. + * @example [ + * { + * "certification": "12", + * "meaning": "Children 12 or older admitted, children between 6 and 11 only when accompanied by parent or a legal guardian.", + * "order": 3 + * }, + * { + * "certification": "18", + * "meaning": "No youth admitted, only adults.", + * "order": 5 + * }, + * { + * "certification": "0", + * "meaning": "No age restriction.", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "No children younger than 6 years admitted.", + * "order": 2 + * }, + * { + * "certification": "16", + * "meaning": "Children 16 or older admitted, nobody under this age admitted.", + * "order": 4 + * } + * ] + */ + DE?: { + /** + * @description A code indicating the audience's suitability. + * @example 12 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Children 12 or older admitted, children between 6 and 11 only when accompanied by parent or a legal guardian. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 3 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Denmark. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "A", + * "meaning": "Suitable for a general audience.", + * "order": 1 + * }, + * { + * "certification": "7", + * "meaning": "Not recommended for children under 7.", + * "order": 2 + * }, + * { + * "certification": "11", + * "meaning": "For ages 11 and up.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "For ages 15 and up.", + * "order": 4 + * }, + * { + * "certification": "F", + * "meaning": "Exempt from classification.", + * "order": 5 + * } + * ] + */ + DK?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Spain. + * @example [ + * { + * "certification": "A", + * "meaning": "General admission.", + * "order": 1 + * }, + * { + * "certification": "Ai", + * "meaning": "General admission.", + * "order": 2 + * }, + * { + * "certification": "7", + * "meaning": "Not recommended for audiences under 7.", + * "order": 3 + * }, + * { + * "certification": "7i", + * "meaning": "Not recommended for audiences under 7.", + * "order": 4 + * }, + * { + * "certification": "12", + * "meaning": "Not recommended for audiences under 12.", + * "order": 5 + * }, + * { + * "certification": "16", + * "meaning": "Not recommended for audiences under 16.", + * "order": 5 + * }, + * { + * "certification": "18", + * "meaning": "Not recommended for audiences under 18.", + * "order": 7 + * }, + * { + * "certification": "X", + * "meaning": "Prohibited for audiences under 18.", + * "order": 8 + * } + * ] + */ + ES?: { + /** + * @description A code indicating the audience's suitability. + * @example A + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General admission. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Finland. + * @example [ + * { + * "certification": "K-16", + * "meaning": "Over 16 years.", + * "order": 4 + * }, + * { + * "certification": "K-12", + * "meaning": "Over 12 years.", + * "order": 3 + * }, + * { + * "certification": "K-7", + * "meaning": "Over 7 years.", + * "order": 2 + * }, + * { + * "certification": "S", + * "meaning": "For all ages.", + * "order": 1 + * }, + * { + * "certification": "K-18", + * "meaning": "Adults only.", + * "order": 5 + * }, + * { + * "certification": "KK", + * "meaning": "Banned from commercial distribution.", + * "order": 6 + * } + * ] + */ + FI?: { + /** + * @description A code indicating the audience's suitability. + * @example K-16 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Over 16 years. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 4 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in France. + * @example [ + * { + * "certification": "TP", + * "meaning": "Valid for all audiences.", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "Unsuitable for children younger than 12 or forbidden in cinemas for under 12.", + * "order": 2 + * }, + * { + * "certification": "16", + * "meaning": "Unsuitable for children younger than 16 or forbidden in cinemas for under 16.", + * "order": 3 + * }, + * { + * "certification": "18", + * "meaning": "Unsuitable for children younger than 18 or forbidden in cinemas for under 18.", + * "order": 4 + * } + * ] + */ + FR?: { + /** + * @description A code indicating the audience's suitability. + * @example TP + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Valid for all audiences. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Great Britain. + * @example [ + * { + * "certification": "15", + * "meaning": "Only those over 15 years are admitted. Nobody younger than 15 can rent or buy a 15-rated VHS, DVD, Blu-ray Disc, UMD or game, or watch a film in the cinema with this rating. Films under this category can contain adult themes, hard drugs, frequent strong language and limited use of very strong language, strong violence and strong sex references, and nudity without graphic detail. Sexual activity may be portrayed but without any strong detail. Sexual violence may be shown if discreet and justified by context.", + * "order": 5 + * }, + * { + * "certification": "R18", + * "meaning": "Can only be shown at licensed adult cinemas or sold at licensed sex shops, and only to adults, those aged 18 or over. Films under this category are always hard-core pornography, defined as material intended for sexual stimulation and containing clear images of real sexual activity, strong fetish material, explicit animated images, or sight of certain acts such as triple simultaneous penetration and snowballing. There remains a range of material that is often cut from the R18 rating: strong images of injury in BDSM or spanking works, urolagnia, scenes suggesting incest even if staged, references to underage sex or childhood sexual development and aggressive behaviour such as hair-pulling or spitting on a performer are not permitted. More cuts are demanded in this category than any other category.", + * "order": 7 + * }, + * { + * "certification": "PG", + * "meaning": "All ages admitted, but certain scenes may be unsuitable for young children. May contain mild language and sex/drugs references. May contain moderate violence if justified by context (e.g. fantasy).", + * "order": 2 + * }, + * { + * "certification": "12A", + * "meaning": "Films under this category are considered to be unsuitable for very young people. Those aged under 12 years are only admitted if accompanied by an adult, aged at least 18 years, at all times during the motion picture. However, it is generally not recommended that children under 12 years should watch the film. Films under this category can contain mature themes, discrimination, soft drugs, moderate swear words, infrequent strong language and moderate violence, sex references and nudity. Sexual activity may be briefly and discreetly portrayed. Sexual violence may be implied or briefly indicated.", + * "order": 3 + * }, + * { + * "certification": "U", + * "meaning": "All ages admitted, there is nothing unsuitable for children.", + * "order": 1 + * }, + * { + * "certification": "18", + * "meaning": "Only adults are admitted. Nobody younger than 18 can rent or buy an 18-rated VHS, DVD, Blu-ray Disc, UMD or game, or watch a film in the cinema with this rating. Films under this category do not have limitation on the bad language that is used. Hard drugs are generally allowed, and explicit sex references along with detailed sexual activity are also allowed. Scenes of strong real sex may be permitted if justified by the context. Very strong, gory, and/or sadistic violence is usually permitted. Strong sexual violence is permitted unless it is eroticised or excessively graphic.", + * "order": 6 + * }, + * { + * "certification": "12", + * "meaning": "Home media only since 2002. 12A-rated films are usually given a 12 certificate for the VHS/DVD version unless extra material has been added that requires a higher rating. Nobody younger than 12 can rent or buy a 12-rated VHS, DVD, Blu-ray Disc, UMD or game. The content guidelines are identical to those used for the 12A certificate.", + * "order": 4 + * } + * ] + */ + GB?: { + /** + * @description A code indicating the audience's suitability. + * @example 15 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Only those over 15 years are admitted. Nobody younger than 15 can rent or buy a 15-rated VHS, DVD, Blu-ray Disc, UMD or game, or watch a film in the cinema with this rating. Films under this category can contain adult themes, hard drugs, frequent strong language and limited use of very strong language, strong violence and strong sex references, and nudity without graphic detail. Sexual activity may be portrayed but without any strong detail. Sexual violence may be shown if discreet and justified by context. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 5 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Greece. + * @example [ + * { + * "certification": "K", + * "meaning": "No restrictions.", + * "order": 1 + * }, + * { + * "certification": "K12", + * "meaning": "The film may contain mild violence and adult themes. Suitable for people aged 13 and above.", + * "order": 2 + * }, + * { + * "certification": "K15", + * "meaning": "The film may contain violence, drug abuse, and softcore pornographic scenes. An ID card certifying the age is required in all Greek cinemas and video rental shops in order to get a cinema ticket or rent a video of a ", + * "order": 3 + * }, + * { + * "certification": "K18", + * "meaning": "Not permitted to people under the age of 18.", + * "order": 4 + * } + * ] + */ + GR?: { + /** + * @description A code indicating the audience's suitability. + * @example K + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No restrictions. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Hong Kong. + * @example [ + * { + * "certification": "I", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "IIA", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "IIB", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "III", + * "meaning": "", + * "order": 4 + * } + * ] + */ + HK?: { + /** + * @description A code indicating the audience's suitability. + * @example I + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for all audiences + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Hungary. + * @example [ + * { + * "certification": "6", + * "meaning": "Not recommended below age of 6.", + * "order": 2 + * }, + * { + * "certification": "16", + * "meaning": "Not recommended below age of 16.", + * "order": 4 + * }, + * { + * "certification": "KN", + * "meaning": "Without age restriction.", + * "order": 1 + * }, + * { + * "certification": "18", + * "meaning": "Not recommended below age of 18.", + * "order": 5 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "12", + * "meaning": "Not recommended below age of 12.", + * "order": 3 + * }, + * { + * "certification": "X", + * "meaning": "Restricted below 18, for adults only.", + * "order": 6 + * } + * ] + */ + HU?: { + /** + * @description A code indicating the audience's suitability. + * @example 6 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Not recommended below age of 6. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 2 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Indonesia. + * @example [ + * { + * "certification": "SU", + * "meaning": "All ages.", + * "order": 1 + * }, + * { + * "certification": "13+", + * "meaning": "Suitable for ages 13 and above.", + * "order": 2 + * }, + * { + * "certification": "17+", + * "meaning": "Suitable for ages 17 and above.", + * "order": 3 + * }, + * { + * "certification": "21+", + * "meaning": "Suitable for ages 21 and above.", + * "order": 4 + * } + * ] + */ + ID?: { + /** + * @description A code indicating the audience's suitability. + * @example SU + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example All ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Ireland. + * @example [ + * { + * "certification": "G", + * "meaning": "Suitable for children of school going age (note: children can be enrolled in school from the age of 4).", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Suitable for children over the age of 8. Parental guidance is recommended for children under the age of 12.", + * "order": 2 + * }, + * { + * "certification": "12A", + * "meaning": "Suitable for viewers of 12 and over. Younger children may be admitted to the film at cinemas if accompanied by an adult; on home video younger viewers are not permitted to purchase/rent the video.", + * "order": 3 + * }, + * { + * "certification": "15A", + * "meaning": "Suitable for viewers of 15 and over. Younger viewers may be admitted to the film at cinemas if accompanied by an adult; on home video younger viewers are not permitted to purchase/rent the video.", + * "order": 4 + * }, + * { + * "certification": "16", + * "meaning": "Suitable for viewers of 16 and over. Younger viewers are not admitted.", + * "order": 5 + * }, + * { + * "certification": "18", + * "meaning": "Suitable only for adults. Viewers under 18 are not admitted at cinemas or permitted to purchase/rent the video.", + * "order": 6 + * }, + * { + * "certification": "12", + * "meaning": "Suitable for viewers of 12 and over. Younger children may be admitted to the film at cinemas if accompanied by an adult; on home video younger viewers are not permitted to purchase/rent the video.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "Suitable for viewers of 15 and over. Younger viewers may be admitted to the film at cinemas if accompanied by an adult; on home video younger viewers are not permitted to purchase/rent the video.", + * "order": 4 + * } + * ] + */ + IE?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for children of school going age (note: children can be enrolled in school from the age of 4). + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Israel. + * @example [ + * { + * "certification": "All", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "14", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "", + * "order": 5 + * } + * ] + */ + IL?: { + /** + * @description A code indicating the audience's suitability. + * @example All + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example unrestricted and suitable for all audiences + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in India. + * @example [ + * { + * "certification": "U", + * "meaning": "Unrestricted Public Exhibition throughout India, suitable for all age groups. Films under this category should not upset children over 4. Such films may contain educational, social or family-oriented themes. Films under this category may also contain fantasy violence and/or mild bad language.", + * "order": 1 + * }, + * { + * "certification": "U/A 7+", + * "meaning": "Viewable for 7 and above years old.", + * "order": 2 + * }, + * { + * "certification": "UA", + * "meaning": "All ages admitted, but it is advised that children below 12 be accompanied by a parent as the theme or content may be considered intense or inappropriate for young children. Films under this category may contain mature themes, sexual references, mild sex scenes, violence with brief gory images and/or infrequent use of crude language.", + * "order": 3 + * }, + * { + * "certification": "U/A 13+", + * "meaning": "Viewable for 13 and above years old.", + * "order": 4 + * }, + * { + * "certification": "U/A 16+", + * "meaning": "Viewable for 16 and above years old.", + * "order": 5 + * }, + * { + * "certification": "A", + * "meaning": "Restricted to adult audiences (18 years or over). Nobody below the age of 18 may buy/rent an A-rated DVD, VHS, UMD or watch a film in the cinema with this rating. Films under this category may contain adult/disturbing themes, frequent crude language, brutal violence with blood and gore, strong sex scenes and/or scenes of drug abuse which is considered unsuitable for minors.", + * "order": 6 + * }, + * { + * "certification": "S", + * "meaning": "Restricted to any special class of persons.", + * "order": 7 + * } + * ] + */ + IN?: { + /** + * @description A code indicating the audience's suitability. + * @example U + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Unrestricted Public Exhibition throughout India, suitable for all age groups. Films under this category should not upset children over 4. Such films may contain educational, social or family-oriented themes. Films under this category may also contain fantasy violence and/or mild bad language. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Italy. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "T", + * "meaning": "All ages admitted.", + * "order": 1 + * }, + * { + * "certification": "6+", + * "meaning": "Not suitable for children under 6.", + * "order": 2 + * }, + * { + * "certification": "14+", + * "meaning": "Released to ages 14 and older; children who are at least 12 may be admitted with adult accompaniment.", + * "order": 3 + * }, + * { + * "certification": "18+", + * "meaning": "Released to ages 18 and older; children who are at least 16 may be admitted with adult accompaniment.", + * "order": 4 + * } + * ] + */ + IT?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Japan. + * @example [ + * { + * "certification": "G", + * "meaning": "General, suitable for all ages.", + * "order": 1 + * }, + * { + * "certification": "PG12", + * "meaning": "Parental guidance requested for young people under 12 years.", + * "order": 2 + * }, + * { + * "certification": "R15+", + * "meaning": "No one under 15 admitted.", + * "order": 3 + * }, + * { + * "certification": "R18+", + * "meaning": "No one under 18 admitted.", + * "order": 4 + * } + * ] + */ + JP?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General, suitable for all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in South Korea. + * @example [ + * { + * "certification": "ALL", + * "meaning": "Film suitable for all ages.", + * "order": 0 + * }, + * { + * "certification": "12", + * "meaning": "Film intended for audiences 12 and over. Underage audiences accompanied by a parent or guardian are allowed.", + * "order": 1 + * }, + * { + * "certification": "15", + * "meaning": "Film intended for audiences 15 and over. Underage audiences accompanied by a parent or guardian are allowed.", + * "order": 2 + * }, + * { + * "certification": "19", + * "meaning": "No one under 19 is allowed to watch this film.", + * "order": 3 + * }, + * { + * "certification": "Restricted Screening", + * "meaning": "Film needs a certain restriction in screening or advertisement as it is considered a highly bad influence to universal human dignity, social value, good customs or national emotion due to excessive expression of nudity, violence, social behavior, etc. (technically not an age restriction but films with this rating may only be screened at ", + * "order": 4 + * } + * ] + */ + KR?: { + /** + * @description A code indicating the audience's suitability. + * @example ALL + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Film suitable for all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Lithuania. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "V", + * "meaning": "Movies for the audience of all ages.", + * "order": 1 + * }, + * { + * "certification": "N-7", + * "meaning": "Movies for viewers from 7 years old. Younger than 7 years of age, viewers of this index have been featured only together with accompanying adult persons.", + * "order": 2 + * }, + * { + * "certification": "N-13", + * "meaning": "Movies for viewers from 13 years of age. The viewers from 7 to 13 years of age are allowed to enter this index only together with accompanying adult persons.", + * "order": 3 + * }, + * { + * "certification": "N-16", + * "meaning": "Movies for viewers from 16 years of age.", + * "order": 4 + * }, + * { + * "certification": "N-18", + * "meaning": "Movies for viewers from 18 years of age.", + * "order": 5 + * } + * ] + */ + LT?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Luxembourg. + * @example [ + * { + * "certification": "A", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "", + * "order": 5 + * } + * ] + */ + LU?: { + /** + * @description A code indicating the audience's suitability. + * @example A + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example suitable for all audiences. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Latvia. + * @example [ + * { + * "certification": "U", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "7+", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "12+", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "16+", + * "meaning": "", + * "order": 4 + * }, + * { + * "certification": "18+", + * "meaning": "", + * "order": 5 + * } + * ] + */ + LV?: { + /** + * @description A code indicating the audience's suitability. + * @example U + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example suitable for all audiences + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Macau. + * @example [ + * { + * "certification": "A", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "B", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "C", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "D", + * "meaning": "", + * "order": 4 + * } + * ] + */ + MO?: { + /** + * @description A code indicating the audience's suitability. + * @example A + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example suitable for all audiences. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Mexico. + * @example [ + * { + * "certification": "AA", + * "meaning": "Informative-only rating: Understandable for children under 7 years.", + * "order": 1 + * }, + * { + * "certification": "A", + * "meaning": "Information-only rating: For all age groups.", + * "order": 2 + * }, + * { + * "certification": "B", + * "meaning": "Information-only rating: For adolescents 12 years and older.", + * "order": 3 + * }, + * { + * "certification": "B-15", + * "meaning": "Information-only rating: Not recommended for children under 15.", + * "order": 4 + * }, + * { + * "certification": "C", + * "meaning": "Restrictive rating: For adults 18 and older.", + * "order": 5 + * }, + * { + * "certification": "D", + * "meaning": "Restrictive rating: Adult movies (legally prohibited to those under 18 years of age).", + * "order": 6 + * } + * ] + */ + MX?: { + /** + * @description A code indicating the audience's suitability. + * @example AA + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Informative-only rating: Understandable for children under 7 years. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Malaysia. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "U", + * "meaning": "(Umum: \"General Audiences\") - For general audiences. (Used by the majority of films screened in Malaysia until 2008 but it continues only for television, notably for RTM.)", + * "order": 1 + * }, + * { + * "certification": "P13", + * "meaning": "(Penjaga 13 : \"Parental Guidance 13\") - Children under 13 not admitted unless accompanied by an adult. (Introduced in 2006, this became the official Malaysian motion picture rating system in 2008. The \"PG-13\" rating was revised to \"P13\" from April 2012 onwards to emphasize the use of Malay language instead of English.) Passionate kissing scenes are not allowed under a P13 rating.", + * "order": 2 + * }, + * { + * "certification": "18SG", + * "meaning": "(Seram, Ganas: \"Graphic Violence and Horror/Terror\") - Film may contain strong violence, gore or horror/terror people may find objectionable.", + * "order": 3 + * }, + * { + * "certification": "18SX", + * "meaning": "(Seks: \"Sexual Content\") - Film may contain sex scenes, nudity or sexual dialogue/references people may find objectionable (despite scenes of sex and nudity being strictly censored off by the LPF.)", + * "order": 4 + * }, + * { + * "certification": "18PA", + * "meaning": "(Politik, Agama: \"Strong Religious or Political Elements\") - Film may contain elements which include religious, social or political aspects people may find objectionable. Rarely used.", + * "order": 5 + * }, + * { + * "certification": "18PL", + * "meaning": "(Pelbagai: \"Various\") - Film may contain strong violence, gore, horror/terror, sex scenes, nudity, sexual dialogues/references, religious, social or political aspects people may find objectionable. The majority of the 18+ movies use this rating. For example, a film with sex scenes and strong violence will be classified as 18PL, despite scenes of sex and nudity being strictly censored off by the LPF.", + * "order": 6 + * } + * ] + */ + MY?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in the Netherlands. + * @example [ + * { + * "certification": "AL", + * "meaning": "All ages.", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "Potentially harmful to children under 6 years.", + * "order": 2 + * }, + * { + * "certification": "9", + * "meaning": "Potentially harmful to children under 9 years.", + * "order": 3 + * }, + * { + * "certification": "12", + * "meaning": "Potentially harmful to children under 12 years; broadcasting is not allowed before 8:00 pm.", + * "order": 4 + * }, + * { + * "certification": "16", + * "meaning": "Potentially harmful to children under 16 years; broadcasting is not allowed before 10:00 pm.", + * "order": 6 + * }, + * { + * "certification": "14", + * "meaning": "Potentially harmful to children under 14 years; broadcasting is not allowed before 8:00 pm.", + * "order": 5 + * }, + * { + * "certification": "18", + * "meaning": "Potentially harmful to (and not allowed for) children under 18 years; broadcasting is not allowed before midnight.", + * "order": 7 + * } + * ] + */ + NL?: { + /** + * @description A code indicating the audience's suitability. + * @example AL + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example All ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Norway. + * @example [ + * { + * "certification": "6", + * "meaning": "6 years (no restriction for children accompanied by an adult).", + * "order": 2 + * }, + * { + * "certification": "9", + * "meaning": "9 years (children down to 6 years accompanied by an adult).", + * "order": 3 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "18", + * "meaning": " 18 years (absolute lower limit).", + * "order": 6 + * }, + * { + * "certification": "15", + * "meaning": "15 years (young down to 12 years accompanied by an adult).", + * "order": 5 + * }, + * { + * "certification": "12", + * "meaning": "12 years (children down to 9 years accompanied by an adult).", + * "order": 4 + * }, + * { + * "certification": "A", + * "meaning": "Suitable for all.", + * "order": 1 + * } + * ] + */ + NO?: { + /** + * @description A code indicating the audience's suitability. + * @example 6 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example 6 years (no restriction for children accompanied by an adult). + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 2 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in New Zealand. + * @example [ + * { + * "certification": "G", + * "meaning": "Suitable for general audiences.", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Parental guidance recommended for younger viewers.", + * "order": 2 + * }, + * { + * "certification": "M", + * "meaning": "Suitable for (but not restricted to) mature audiences 16 years and up.", + * "order": 3 + * }, + * { + * "certification": "R13", + * "meaning": "Restricted to persons 13 years of age and over.", + * "order": 4 + * }, + * { + * "certification": "R15", + * "meaning": "Restricted to persons 15 years of age and over.", + * "order": 6 + * }, + * { + * "certification": "R16", + * "meaning": "Restricted to persons 16 years of age and over.", + * "order": 7 + * }, + * { + * "certification": "R18", + * "meaning": "Restricted to persons 18 years of age and over.", + * "order": 9 + * }, + * { + * "certification": "R", + * "meaning": "Restricted to a particular class of persons, or for particular purposes, or both.", + * "order": 11 + * }, + * { + * "certification": "RP13", + * "meaning": "", + * "order": 5 + * }, + * { + * "certification": "RP16", + * "meaning": "", + * "order": 8 + * }, + * { + * "certification": "RP18", + * "meaning": "", + * "order": 10 + * } + * ] + */ + NZ?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for general audiences. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in the Philippines. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "PG", + * "meaning": "Viewers below 13 years old must be accompanied by a parent or supervising adult.", + * "order": 2 + * }, + * { + * "certification": "X", + * "meaning": "“X-rated” films are not suitable for public exhibition.", + * "order": 6 + * }, + * { + * "certification": "R-18", + * "meaning": "Only viewers who are 18 years old and above can be admitted.", + * "order": 5 + * }, + * { + * "certification": "R-16", + * "meaning": "Only viewers who are 16 years old and above can be admitted.", + * "order": 4 + * }, + * { + * "certification": "G", + * "meaning": "Viewers of all ages are admitted.", + * "order": 1 + * }, + * { + * "certification": "R-13", + * "meaning": "Only viewers who are 13 years old and above can be admitted.", + * "order": 3 + * } + * ] + */ + PH?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Poland. + * @example [ + * { + * "certification": "AL", + * "meaning": "No age restrictions.", + * "order": 1 + * }, + * { + * "certification": "7", + * "meaning": "For minors from 7 years of age.", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "For minors from 12 years of age.", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "Allowed from 16 years of age.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Allowed from 18 years of age.", + * "order": 5 + * } + * ] + */ + PL?: { + /** + * @description A code indicating the audience's suitability. + * @example AL + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No age restrictions. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Puerto Rico. + * @example [ + * { + * "certification": "G", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "PG-13", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "R", + * "meaning": "", + * "order": 4 + * }, + * { + * "certification": "NC-17", + * "meaning": "", + * "order": 5 + * }, + * { + * "certification": "NR", + * "meaning": "", + * "order": 0 + * } + * ] + */ + PR?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General Audience. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Portugal. + * @example [ + * { + * "certification": "Públicos", + * "meaning": "For all the public (especially designed for children under 3 years of age).", + * "order": 1 + * }, + * { + * "certification": "M/3", + * "meaning": "Passed for viewers aged 3 and older.", + * "order": 2 + * }, + * { + * "certification": "M/6", + * "meaning": "Passed for viewers aged 6 and older.", + * "order": 3 + * }, + * { + * "certification": "M/12", + * "meaning": "Passed for viewers aged 12 and older.", + * "order": 4 + * }, + * { + * "certification": "M/14", + * "meaning": "Passed for viewers aged 14 and older.", + * "order": 5 + * }, + * { + * "certification": "M/16", + * "meaning": "Passed for viewers aged 16 and older.", + * "order": 6 + * }, + * { + * "certification": "M/18", + * "meaning": "Passed for viewers aged 18 and older.", + * "order": 7 + * }, + * { + * "certification": "P", + * "meaning": "Special rating supplementary to the M/18 age rating denoting pornography.", + * "order": 8 + * } + * ] + */ + PT?: { + /** + * @description A code indicating the audience's suitability. + * @example Públicos + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example For all the public (especially designed for children under 3 years of age). + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Romania. + * @example [ + * { + * "certification": "AP", + * "meaning": "General audience.", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "Parental guidance for children under 12.", + * "order": 2 + * }, + * { + * "certification": "15", + * "meaning": "Not recommended for children under 15.", + * "order": 3 + * }, + * { + * "certification": "18", + * "meaning": "Prohibited to minors under 18.", + * "order": 4 + * }, + * { + * "certification": "18+", + * "meaning": "Prohibited to minors under 18 and projection in public.", + * "order": 5 + * }, + * { + * "certification": "IC", + * "meaning": "Prohibition of communication.", + * "order": 6 + * } + * ] + */ + RO?: { + /** + * @description A code indicating the audience's suitability. + * @example AP + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General audience. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Russia. + * @example [ + * { + * "certification": "6+", + * "meaning": "(For children above 6) – Unsuitable for children under 6.", + * "order": 2 + * }, + * { + * "certification": "0+", + * "meaning": "All ages are admitted.", + * "order": 1 + * }, + * { + * "certification": "16+", + * "meaning": "(For children above 16) – Unsuitable for children under 16.", + * "order": 4 + * }, + * { + * "certification": "18+", + * "meaning": "(Prohibited for children) – Prohibited for children under 18.", + * "order": 5 + * }, + * { + * "certification": "12+", + * "meaning": "(For children above 12) – Unsuitable for children under 12.", + * "order": 3 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * } + * ] + */ + RU?: { + /** + * @description A code indicating the audience's suitability. + * @example 6+ + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example (For children above 6) – Unsuitable for children under 6. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 2 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Sweden. + * @example [ + * { + * "certification": "11", + * "meaning": "Children over the age of 7, who are accompanied by an adult, are admitted to films that have been passed for children from the age of 11.", + * "order": 3 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "15", + * "meaning": "Children over the age of 7, who are accompanied by an adult, are admitted to films that have been passed for children from the age of 11. Updated on March 1, 2017.", + * "order": 4 + * }, + * { + * "certification": "Btl", + * "meaning": "All ages.", + * "order": 1 + * }, + * { + * "certification": "7", + * "meaning": "Children under the age of 7, who are accompanied by an adult (a person aged 18 or over), are admitted to films that have been passed for children from the age of 7.", + * "order": 2 + * } + * ] + */ + SE?: { + /** + * @description A code indicating the audience's suitability. + * @example 11 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Children over the age of 7, who are accompanied by an adult, are admitted to films that have been passed for children from the age of 11. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 3 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Singapore. + * @example [ + * { + * "certification": "G", + * "meaning": "Suitable for all ages.", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Suitable for all but parents should guide their young.", + * "order": 2 + * }, + * { + * "certification": "PG13", + * "meaning": "Suitable for persons aged 13 and above but parental guidance is advised for children below 13.", + * "order": 3 + * }, + * { + * "certification": "NC16", + * "meaning": "Suitable for persons aged 16 and above.", + * "order": 4 + * }, + * { + * "certification": "M18", + * "meaning": "Suitable for persons aged 18 and above.", + * "order": 5 + * }, + * { + * "certification": "R21", + * "meaning": "Suitable for adults aged 21 and above (restricted to licensed cinemas).", + * "order": 6 + * } + * ] + */ + SG?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Slovakia. + * @example [ + * { + * "certification": "U", + * "meaning": "General audience.", + * "order": 1 + * }, + * { + * "certification": "7", + * "meaning": "Not recommended for children younger than 7 years.", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "Not recommended for people younger than 12 years.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "Not recommended for people younger than 15 years.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Prohibited for minors under 18 years of age.", + * "order": 5 + * } + * ] + */ + SK?: { + /** + * @description A code indicating the audience's suitability. + * @example U + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General audience. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Thailand. + * @example [ + * { + * "certification": "P", + * "meaning": "Educational.", + * "order": 1 + * }, + * { + * "certification": "G", + * "meaning": "General audience", + * "order": 2 + * }, + * { + * "certification": "13", + * "meaning": "Suitable for viewers aged 13 years and over.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "Suitable for viewers aged 15 years and over", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Suitable for viewers aged 18 years and over.", + * "order": 5 + * }, + * { + * "certification": "20", + * "meaning": "Content is unsuitable for viewers aged under 20", + * "order": 6 + * }, + * { + * "certification": "Banned", + * "meaning": "Films that are not allowed to screen publicly in Thailand", + * "order": 7 + * } + * ] + */ + TH?: { + /** + * @description A code indicating the audience's suitability. + * @example P + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Educational. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Turkey. + * @example [ + * { + * "certification": "Genel İzleyici Kitlesi", + * "meaning": "General audience.", + * "order": 1 + * }, + * { + * "certification": "6A", + * "meaning": "Viewers under the age of 6 may watch with accompanying family members.", + * "order": 2 + * }, + * { + * "certification": "6+", + * "meaning": "Suitable for viewers aged 6 and over.", + * "order": 3 + * }, + * { + * "certification": "10A", + * "meaning": "Viewers under the age of 10 may watch with accompanying family members.", + * "order": 4 + * }, + * { + * "certification": "10+", + * "meaning": "Suitable for viewers aged 10 and over.", + * "order": 5 + * }, + * { + * "certification": "13A", + * "meaning": "Viewers under the age of 13 may watch with accompanying family members.", + * "order": 6 + * }, + * { + * "certification": "13+", + * "meaning": "Suitable for viewers aged 13 and over.", + * "order": 7 + * }, + * { + * "certification": "16+", + * "meaning": "Suitable for viewers aged 16 and over.", + * "order": 8 + * }, + * { + * "certification": "18+", + * "meaning": "Suitable for viewers aged 18 and over.", + * "order": 9 + * } + * ] + */ + TR?: { + /** + * @description A code indicating the audience's suitability. + * @example Genel İzleyici Kitlesi + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General audience. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Taiwan. + * @example [ + * { + * "certification": "0+", + * "meaning": "Viewing is permitted for audiences of all ages.", + * "order": 1 + * }, + * { + * "certification": "6+", + * "meaning": "Viewing is not permitted for children under 6; children between 6 and 11 shall be accompanied and given guidance by parents, teachers, seniors, or adult relatives or friends.", + * "order": 2 + * }, + * { + * "certification": "12+", + * "meaning": "Viewing is not permitted for children under 12.", + * "order": 3 + * }, + * { + * "certification": "15+", + * "meaning": "Viewing is not permitted for those under 15.", + * "order": 4 + * }, + * { + * "certification": "18+", + * "meaning": "Viewing is not permitted for those under 18.", + * "order": 5 + * } + * ] + */ + TW?: { + /** + * @description A code indicating the audience's suitability. + * @example 0+ + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Viewing is permitted for audiences of all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Ukraine. + * @example [ + * { + * "certification": "0+", + * "meaning": "Suitable for all ages.", + * "order": 1 + * }, + * { + * "certification": "12+", + * "meaning": "Suitable for persons aged 12 years and over.", + * "order": 2 + * }, + * { + * "certification": "16+", + * "meaning": "Suitable for persons aged 16 years and over.", + * "order": 3 + * }, + * { + * "certification": "18+", + * "meaning": "Suitable only for adults.", + * "order": 4 + * } + * ] + */ + UA?: { + /** + * @description A code indicating the audience's suitability. + * @example 0+ + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in the United States. + * @example [ + * { + * "certification": "R", + * "meaning": "Under 17 requires accompanying parent or adult guardian 21 or older. The parent/guardian is required to stay with the child under 17 through the entire movie, even if the parent gives the child/teenager permission to see the film alone. These films may contain strong profanity, graphic sexuality, nudity, strong violence, horror, gore, and strong drug use. A movie rated R for profanity often has more severe or frequent language than the PG-13 rating would permit. An R-rated movie may have more blood, gore, drug use, nudity, or graphic sexuality than a PG-13 movie would admit.", + * "order": 4 + * }, + * { + * "certification": "PG", + * "meaning": "Some material may not be suitable for children under 10. These films may contain some mild language, crude/suggestive humor, scary moments and/or violence. No drug content is present. There are a few exceptions to this rule. A few racial insults may also be heard.", + * "order": 2 + * }, + * { + * "certification": "NC-17", + * "meaning": "These films contain excessive graphic violence, intense or explicit sex, depraved, abhorrent behavior, explicit drug abuse, strong language, explicit nudity, or any other elements which, at present, most parents would consider too strong and therefore off-limits for viewing by their children and teens. NC-17 does not necessarily mean obscene or pornographic in the oft-accepted or legal meaning of those words.", + * "order": 5 + * }, + * { + * "certification": "G", + * "meaning": "All ages admitted. There is no content that would be objectionable to most parents. This is one of only two ratings dating back to 1968 that still exists today.", + * "order": 1 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "PG-13", + * "meaning": "Some material may be inappropriate for children under 13. Films given this rating may contain sexual content, brief or partial nudity, some strong language and innuendo, humor, mature themes, political themes, terror and/or intense action violence. However, bloodshed is rarely present. This is the minimum rating at which drug content is present.", + * "order": 3 + * } + * ] + */ + US?: { + /** + * @description A code indicating the audience's suitability. + * @example R + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Under 17 requires accompanying parent or adult guardian 21 or older. The parent/guardian is required to stay with the child under 17 through the entire movie, even if the parent gives the child/teenager permission to see the film alone. These films may contain strong profanity, graphic sexuality, nudity, strong violence, horror, gore, and strong drug use. A movie rated R for profanity often has more severe or frequent language than the PG-13 rating would permit. An R-rated movie may have more blood, gore, drug use, nudity, or graphic sexuality than a PG-13 movie would admit. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 4 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in the U.S. Virgin Islands. + * @example [ + * { + * "certification": "G", + * "meaning": "All ages admitted.", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Some material may not be suitable for children.", + * "order": 2 + * }, + * { + * "certification": "PG-13", + * "meaning": "Some material may be inappropriate for children under 13.", + * "order": 3 + * }, + * { + * "certification": "R", + * "meaning": "Under 17 requires accompanying parent or adult guardian.", + * "order": 4 + * }, + * { + * "certification": "NC-17", + * "meaning": "No one 17 and under admitted.", + * "order": 5 + * }, + * { + * "certification": "NR", + * "meaning": "", + * "order": 0 + * } + * ] + */ + VI?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example All ages admitted. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in South Africa. + * @example [ + * { + * "certification": "A", + * "meaning": "Suitable for all.", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Parental Guidance.", + * "order": 2 + * }, + * { + * "certification": "7-9PG", + * "meaning": "Not suitable for children under the age of 7. Children aged 7–9 years old may not be admitted unless accompanied by an adult.", + * "order": 3 + * }, + * { + * "certification": "10-12PG", + * "meaning": "Not suitable for children under the age of 10. Children aged 10–12 years old may not be admitted unless accompanied by an adult.", + * "order": 4 + * }, + * { + * "certification": "13", + * "meaning": "Not suitable for children under the age of 13.", + * "order": 5 + * }, + * { + * "certification": "16", + * "meaning": "Not suitable for persons under the age of 16.", + * "order": 6 + * }, + * { + * "certification": "18", + * "meaning": "Not suitable for persons under the age of 18.", + * "order": 7 + * }, + * { + * "certification": "X18", + * "meaning": "No one under 18 admitted; restricted to licensed adult premises.", + * "order": 8 + * }, + * { + * "certification": "XX", + * "meaning": "Must not be distributed or exhibited in public.", + * "order": 9 + * } + * ] + */ + ZA?: { + /** + * @description A code indicating the audience's suitability. + * @example A + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for all. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + }; + }; + }; + }; + }; + }; + tvCertifications: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description tv certifications */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + certifications?: { + /** + * @description Array of objects for film certifications in Argentina. + * @example [ + * { + * "certification": "ATP", + * "meaning": "Suitable for all audiences.", + * "order": 1 + * }, + * { + * "certification": "SAM 13", + * "meaning": "Suitable for ages 13 and up.", + * "order": 2 + * }, + * { + * "certification": "SAM 16", + * "meaning": "Suitable for ages 16 and up.", + * "order": 3 + * }, + * { + * "certification": "SAM 18", + * "meaning": "Suitable for ages 18 and up.", + * "order": 4 + * } + * ] + */ + AR?: { + /** + * @description A code indicating the audience's suitability. + * @example ATP + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for all audiences. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description This is an array of objects related to film certifications in Austria. + * @example [ + * { + * "certification": "AA", + * "meaning": "alle Altersstufen", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "Freigegeben ab 6 Jahren", + * "order": 2 + * }, + * { + * "certification": "8", + * "meaning": "Freigegeben ab 8 Jahren", + * "order": 3 + * }, + * { + * "certification": "10", + * "meaning": "Freigegeben ab 10 Jahren", + * "order": 4 + * }, + * { + * "certification": "12", + * "meaning": "Freigegeben ab 12 Jahren", + * "order": 5 + * }, + * { + * "certification": "14", + * "meaning": "Freigegeben ab 14 Jahren", + * "order": 6 + * }, + * { + * "certification": "16", + * "meaning": "Freigegeben ab 16 Jahren", + * "order": 7 + * } + * ] + */ + AT?: { + /** + * @description A code indicating the audience's suitability. + * @example AA + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example alle Altersstufen + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description This is an array of objects related to film certifications in Australia. + * @example [ + * { + * "certification": "P", + * "meaning": "Programming is intended for younger children 2–11; commercial stations must show at least 30 minutes of P-rated content each weekday and weekends at all times. No advertisements may be shown during P-rated programs.", + * "order": 1 + * }, + * { + * "certification": "C", + * "meaning": "Programming intended for older children 5–14; commercial stations must show at least 30 minutes of C-rated content each weekday between 7 a.m. and 8 a.m. or between 4 p.m. and 8:30 p.m. A further 2 and a half ours a week must also be shown either within these time bands or between 7 a.m. and 8:30 p.m. on weekends and school holidays, for a total of five hours a week (averaged as 260 hours over the course of a year). C-rated content is subject to certain restrictions and limitations on advertising (typically five minutes maximum per 30-minute period or seven minutes including promotions and community announcements).", + * "order": 2 + * }, + * { + * "certification": "G", + * "meaning": "For general exhibition; all ages are permitted to watch programming with this rating.", + * "order": 3 + * }, + * { + * "certification": "PG", + * "meaning": "Parental guidance is recommended for young viewers; PG-rated content may air at any time on digital-only channels, otherwise, it should only be broadcast between 8:30 a.m. and 4:00 p.m. and between 7:00 p.m. and 6:00 a.m. on weekdays, and between 10:00 a.m. and 6:00 a.m. on weekends.", + * "order": 4 + * }, + * { + * "certification": "M", + * "meaning": "Recommended for mature audiences; M-rated content may only be broadcast between 8:30 p.m. and 5:00 a.m. on any day, and additionally between 12:00 p.m. and 3:00 p.m. on schooldays.", + * "order": 5 + * }, + * { + * "certification": "MA 15+", + * "meaning": "Not suitable for children and teens under 15; MA15+-rated programming may only be broadcast between 9:00 p.m. and 5:00 a.m. on any given day. Consumer advice is mandatory. Some R18+ rated movies on DVD/Blu-ray are often re-edited on free TV/cable channels to secure a more ", + * "order": 6 + * }, + * { + * "certification": "R 18+", + * "meaning": "Not for children under 18; this is limited to Adult ", + * "order": 8 + * } + * ] + */ + AU?: { + /** + * @description A code indicating the audience's suitability. + * @example P + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Programming is intended for younger children 2–11; commercial stations must show at least 30 minutes of P-rated content each weekday and weekends at all times. No advertisements may be shown during P-rated programs. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Belgium. + * @example [ + * { + * "certification": "AL", + * "meaning": "(cat.1) - Tous publics (No certification)", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "(cat. 2)", + * "order": 2 + * }, + * { + * "certification": "9", + * "meaning": "(cat. 3)", + * "order": 3 + * }, + * { + * "certification": "12", + * "meaning": "(cat.4) - Accord parental indispensable", + * "order": 4 + * }, + * { + * "certification": "14", + * "meaning": "(cat. 5)", + * "order": 5 + * }, + * { + * "certification": "16", + * "meaning": "(cat. 6) - Déconseillé aux moins de 16 ans", + * "order": 6 + * }, + * { + * "certification": "18", + * "meaning": "(cat. 7) - Déconseillé aux moins de 18 ans", + * "order": 7 + * } + * ] + */ + BE?: { + /** + * @description A code indicating the audience's suitability. + * @example AL + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example (cat.1) - Tous publics (No certification) + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Bulgaria. + * @example [ + * { + * "certification": "Unrated", + * "meaning": "Can be viewed for each age.", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "Content suitable for viewers over the age of 12.", + * "order": 2 + * }, + * { + * "certification": "14", + * "meaning": "Content suitable for viewers over the age of 14.", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "Content suitable for viewers over the age of 16.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Content suitable for viewers over the age of 18. Not allowed before 23:00.", + * "order": 5 + * } + * ] + */ + BG?: { + /** + * @description A code indicating the audience's suitability. + * @example Unrated + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Can be viewed for each age. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Brazil. + * @example [ + * { + * "certification": "14", + * "meaning": "Content suitable for viewers over the age of 14.", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "Content suitable for viewers over the age of 16.", + * "order": 4 + * }, + * { + * "certification": "L", + * "meaning": "Content is suitable for all audiences.", + * "order": 0 + * }, + * { + * "certification": "10", + * "meaning": "Content suitable for viewers over the age of 10.", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "Content suitable for viewers over the age of 12.", + * "order": 2 + * }, + * { + * "certification": "18", + * "meaning": "Content suitable for viewers over the age of 18.", + * "order": 5 + * } + * ] + */ + BR?: { + /** + * @description A code indicating the audience's suitability. + * @example 14 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Content suitable for viewers over the age of 14. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 3 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Canada. + * @example [ + * { + * "certification": "Exempt", + * "meaning": "Shows which are exempt from ratings (such as news and sports programming) will not display an on-screen rating at all.", + * "order": 1 + * }, + * { + * "certification": "C", + * "meaning": "Programming suitable for children ages of 2–7 years. No profanity or sexual content of any level allowed. Contains little violence.", + * "order": 2 + * }, + * { + * "certification": "C8", + * "meaning": "Suitable for children ages 8+. Low level violence and fantasy horror is allowed. No foul language is allowed, but occasional ", + * "order": 3 + * }, + * { + * "certification": "G", + * "meaning": "Suitable for general audiences. Programming suitable for the entire family with mild violence, and mild profanity and/or censored language.", + * "order": 4 + * }, + * { + * "certification": "PG", + * "meaning": "Parental guidance. Moderate violence and moderate profanity is allowed, as is brief nudity and sexual references if important to the context of the story.", + * "order": 5 + * }, + * { + * "certification": "14+", + * "meaning": "Programming intended for viewers ages 14 and older. May contain strong violence and strong profanity, and depictions of sexual activity as long as they are within the context of a story.", + * "order": 6 + * }, + * { + * "certification": "18+", + * "meaning": "Programming intended for viewers ages 18 and older. May contain explicit violence and sexual activity. Programming with this rating cannot air before the watershed (9:00 p.m. to 6:00 a.m.).", + * "order": 7 + * } + * ] + */ + CA?: { + /** + * @description A code indicating the audience's suitability. + * @example Exempt + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Shows which are exempt from ratings (such as news and sports programming) will not display an on-screen rating at all. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications specifically in Quebec, Canada. + * @example [ + * { + * "certification": "18+", + * "meaning": "Only to be viewed by adults and may contain extreme violence and graphic sexual content. It is mostly used for 18+ movies and pornography.", + * "order": 5 + * }, + * { + * "certification": "13+", + * "meaning": "Appropriate – suitable for children 13 and up and may contain with moderate violence, language, and some sexual situations.", + * "order": 3 + * }, + * { + * "certification": "8+", + * "meaning": "Appropriate for children 8 and up may contain with little violence, language, and little to no sexual situations.", + * "order": 2 + * }, + * { + * "certification": "16+", + * "meaning": "Recommended for children over the age of 16 and may contain with strong violence, strong language, and strong sexual content.", + * "order": 4 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "G", + * "meaning": "Appropriate for all ages and must contain little or no violence and little to no sexual content.", + * "order": 1 + * } + * ] + */ + "CA-QC"?: { + /** + * @description A code indicating the audience's suitability. + * @example 18+ + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Only to be viewed by adults and may contain extreme violence and graphic sexual content. It is mostly used for 18+ movies and pornography. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 5 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Switzerland. + * @example [ + * { + * "certification": "0", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "ab 6 Jahren", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "ab 12 Jahren", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "ab 16 Jahren", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "ab 18 Jahren", + * "order": 5 + * } + * ] + */ + CH?: { + /** + * @description A code indicating the audience's suitability. + * @example 0 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Can be aired at any time. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Chile. + * @example [ + * { + * "certification": "I", + * "meaning": "Shows suitable for all children.", + * "order": 1 + * }, + * { + * "certification": "I7", + * "meaning": "Shows for ages 7 or older.", + * "order": 2 + * }, + * { + * "certification": "I10", + * "meaning": "Shows for ages 10 or older.", + * "order": 3 + * }, + * { + * "certification": "I12", + * "meaning": "Shows for ages 12 or older.", + * "order": 4 + * }, + * { + * "certification": "F", + * "meaning": "Shows suitable for all ages, regardless of specific content.", + * "order": 5 + * }, + * { + * "certification": "R", + * "meaning": "Children under 12 accompanied by an adult.", + * "order": 6 + * }, + * { + * "certification": "A", + * "meaning": "For adult audiences only (ages 18 or older).", + * "order": 7 + * } + * ] + */ + CL?: { + /** + * @description A code indicating the audience's suitability. + * @example I + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Shows suitable for all children. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Czech Republic + * @example [ + * { + * "certification": "0+", + * "meaning": "Suitable for all ages.", + * "order": 1 + * }, + * { + * "certification": "5+", + * "meaning": "Suitable for persons aged 5 years and over.", + * "order": 2 + * }, + * { + * "certification": "7+", + * "meaning": "Suitable for persons aged 7 years and over.", + * "order": 3 + * }, + * { + * "certification": "9+", + * "meaning": "Suitable for persons aged 9 years and over.", + * "order": 4 + * }, + * { + * "certification": "12+", + * "meaning": "Suitable for persons aged 12 years and over.", + * "order": 5 + * }, + * { + * "certification": "15+", + * "meaning": "Suitable for persons aged 15 years and over.", + * "order": 6 + * }, + * { + * "certification": "18+", + * "meaning": "Suitable only for adults.", + * "order": 7 + * } + * ] + */ + CZ?: { + /** + * @description A code indicating the audience's suitability. + * @example 0+ + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Germany. + * @example [ + * { + * "certification": "0", + * "meaning": "Can be aired at any time.", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "Can be aired at any time.", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "The broadcaster must take the decision about the air time by taking in consideration the impact on young children in the timeframe from 6:00am to 8:00pm.", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "Can be aired only from 10:00pm Uhr to 6:00am.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Can be aired only from 11:00pm Uhr to 6:00am.", + * "order": 5 + * } + * ] + */ + DE?: { + /** + * @description A code indicating the audience's suitability. + * @example 0 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Can be aired at any time. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Denmark. + * @example [ + * { + * "certification": "A", + * "meaning": "Suitable for a general audience.", + * "order": 1 + * }, + * { + * "certification": "7", + * "meaning": "Not recommended for children under 7.", + * "order": 2 + * }, + * { + * "certification": "11", + * "meaning": "For ages 11 and up.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "For ages 15 and up.", + * "order": 4 + * } + * ] + */ + DK?: { + /** + * @description A code indicating the audience's suitability. + * @example A + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for a general audience. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Spain. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "ERI", + * "meaning": "Specially recommended for younger children.", + * "order": 1 + * }, + * { + * "certification": "TP", + * "meaning": "For general viewing.", + * "order": 2 + * }, + * { + * "certification": "7", + * "meaning": "Not recommended for viewers under the age of 7.", + * "order": 3 + * }, + * { + * "certification": "10", + * "meaning": "Not recommended for viewers under the age of 10.", + * "order": 4 + * }, + * { + * "certification": "12", + * "meaning": "Not recommended for viewers under the age of 12.", + * "order": 5 + * }, + * { + * "certification": "13", + * "meaning": "Not recommended for viewers under the age of 13.", + * "order": 6 + * }, + * { + * "certification": "16", + * "meaning": "Not recommended for viewers under the age of 16.", + * "order": 7 + * }, + * { + * "certification": "18", + * "meaning": "Not recommended for viewers under the age of 18.", + * "order": 8 + * } + * ] + */ + ES?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Finland. + * @example [ + * { + * "certification": "S", + * "meaning": "Allowed at all times.", + * "order": 0 + * }, + * { + * "certification": "K7", + * "meaning": "Not allowed air before 7:00 a.m., not recommended for children under 7.", + * "order": 1 + * }, + * { + * "certification": "K12", + * "meaning": "Not allowed air before 5:00 p.m., not recommended for children under 12.", + * "order": 2 + * }, + * { + * "certification": "K16", + * "meaning": "Not allowed air before 9:00 p.m., not recommended for children under 16.", + * "order": 3 + * }, + * { + * "certification": "K18", + * "meaning": "Not allowed air before 11:00 p.m., not recommended for children under 18.", + * "order": 4 + * } + * ] + */ + FI?: { + /** + * @description A code indicating the audience's suitability. + * @example S + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Allowed at all times. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in France. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "10", + * "meaning": "Not recommended for children under 10. Not allowed in children's television series.", + * "order": 2 + * }, + * { + * "certification": "TP", + * "meaning": "Valid for all audiences.", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "Not recommended for children under 12. Not allowed air before 10:00 p.m. Some channels and programs are subject to exception.", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "Not recommended for children under 16. Not allowed air before 10:30 p.m. Some channels and programs are subject to exception.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Not recommended for persons under 18. Allowed between midnight and 5 a.m. and only in some channels, access to these programs is locked by a personal password.", + * "order": 5 + * } + * ] + */ + FR?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Great Britain. + * @example [ + * { + * "certification": "U", + * "meaning": "The U symbol stands for Universal. A U film should be suitable for audiences aged four years and over.", + * "order": 0 + * }, + * { + * "certification": "PG", + * "meaning": "PG stands for Parental Guidance. This means a film is suitable for general viewing, but some scenes may be unsuitable for young children. A PG film should not unsettle a child aged around eight or older.", + * "order": 1 + * }, + * { + * "certification": "12A", + * "meaning": "Films classified 12A and video works classified 12 contain material that is not generally suitable for children aged under 12. 12A requires an adult to accompany any child under 12 seeing a 12A film at the cinema.", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "Films classified 12A and video works classified 12 contain material that is not generally suitable for children aged under 12.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "No-one under 15 is allowed to see a 15 film at the cinema or buy/rent a 15 rated video. 15 rated works are not suitable for children under 15 years of age.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Films rated 18 are for adults. No-one under 18 is allowed to see an 18 film at the cinema or buy / rent an 18 rated video. No 18 rated works are suitable for children.", + * "order": 5 + * }, + * { + * "certification": "R18", + * "meaning": "The R18 category is a special and legally-restricted classification primarily for explicit works of consenting sex or strong fetish material involving adults.", + * "order": 6 + * } + * ] + */ + GB?: { + /** + * @description A code indicating the audience's suitability. + * @example U + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example The U symbol stands for Universal. A U film should be suitable for audiences aged four years and over. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Greece. + * @example [ + * { + * "certification": "K", + * "meaning": "Suitable for all ages.", + * "order": 1 + * }, + * { + * "certification": "8", + * "meaning": "Suitable for ages 8 and up (allowed only 30 minutes after the kid-friendly zone).", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "Suitable for ages 12 and up (allowed only between 9:30 p.m. and 6:00 a.m., or between 10:00 p.m. and 6:00 a.m. during Fridays, Saturdays and school holidays).", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "Suitable for ages 16 and up (allowed only between 11:00 p.m. and 6:00 a.m.).", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Suitable for ages 18 and up (allowed only between 1:00 a.m. and 6:00 a.m.).", + * "order": 5 + * } + * ] + */ + GR?: { + /** + * @description A code indicating the audience's suitability. + * @example K + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Hungary. + * @example [ + * { + * "certification": "Unrated", + * "meaning": "Without age restriction.", + * "order": 1 + * }, + * { + * "certification": "Children", + * "meaning": "Programs recommended for children. It is an optional rating, there is no obligation for broadcasters to indicate it.", + * "order": 2 + * }, + * { + * "certification": "16", + * "meaning": "Programs not recommended for teens and children below the age of 16, may contain more intensive violence and sexual content. A yellow circle with the number 16 written inside is used for this rating.", + * "order": 5 + * }, + * { + * "certification": "18", + * "meaning": "The program is recommended only for adult viewers (for ages 18 and up), may contain explicit violence and explicit sexual content. A red circle with the number 18 written inside is used for this rating (the red circle was also used until 2002, but it did not contain any number in it).", + * "order": 6 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "6", + * "meaning": "Programs not recommended for children below the age of 6, may not contain any violence or sexual content. A yellow circle with the number 6 written inside is used for this rating.", + * "order": 3 + * }, + * { + * "certification": "12", + * "meaning": "Programs not recommended for children below the age of 12, may contain light sexual content or explicit language. Most films without serious violence or sexual content fit into this category as well. A yellow circle with the number 12 written inside is used for this rating.", + * "order": 4 + * } + * ] + */ + HU?: { + /** + * @description A code indicating the audience's suitability. + * @example Unrated + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Without age restriction. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Indonesia. + * @example [ + * { + * "certification": "SU", + * "meaning": "Suitable for general audiences over the age of 2 years.", + * "order": 1 + * }, + * { + * "certification": "P", + * "meaning": "Suitable for pre-school children from ages 2 through 6.", + * "order": 2 + * }, + * { + * "certification": "A", + * "meaning": "Suitable for children from ages 7 through 12.", + * "order": 3 + * }, + * { + * "certification": "R", + * "meaning": "Suitable for teens from ages 13 through 17.", + * "order": 4 + * }, + * { + * "certification": "D", + * "meaning": "Suitable for viewers over 18 and older. Programmes with this rating are aired from 10.00 PM to 03.00 AM.", + * "order": 5 + * } + * ] + */ + ID?: { + /** + * @description A code indicating the audience's suitability. + * @example SU + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for general audiences over the age of 2 years. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Ireland. + * @example [ + * { + * "certification": "G", + * "meaning": "General - Suitable for all", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "PG - Parental Guidance", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "12A - No-one younger than 12.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "15A - No-one younger than 15.", + * "order": 4 + * }, + * { + * "certification": "16", + * "meaning": "Minimum age for admission is 16", + * "order": 5 + * }, + * { + * "certification": "18", + * "meaning": "18 - No-one younger than 18.", + * "order": 6 + * } + * ] + */ + IE?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General - Suitable for all + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Israel. + * @example [ + * { + * "certification": "E", + * "meaning": "Exempt from classification. This rating is usually applied to live broadcasts.", + * "order": 1 + * }, + * { + * "certification": "G", + * "meaning": "General Audiences. Anyone, regardless of age, can watch the programme.", + * "order": 1 + * }, + * { + * "certification": "12+", + * "meaning": "Suitable for children 12 and over only.", + * "order": 2 + * }, + * { + * "certification": "15+", + * "meaning": "Suitable for teens 15 and over only.", + * "order": 3 + * }, + * { + * "certification": "18+", + * "meaning": "Suitable for adults 18 and over only.", + * "order": 4 + * } + * ] + */ + IL?: { + /** + * @description A code indicating the audience's suitability. + * @example E + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Exempt from classification. This rating is usually applied to live broadcasts. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in India. + * @example [ + * { + * "certification": "U", + * "meaning": "Viewable for all ages.", + * "order": 1 + * }, + * { + * "certification": "U/A 7+", + * "meaning": "Viewable for 7 and above years old.", + * "order": 2 + * }, + * { + * "certification": "U/A 13+", + * "meaning": "Viewable for 13 and above years old.", + * "order": 3 + * }, + * { + * "certification": "U/A 16+", + * "meaning": "Viewable for 16 and above years old.", + * "order": 4 + * }, + * { + * "certification": "A", + * "meaning": "Viewable only for adults.", + * "order": 5 + * } + * ] + */ + IN?: { + /** + * @description A code indicating the audience's suitability. + * @example U + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Viewable for all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Italy. + * @example [ + * { + * "certification": "T", + * "meaning": "All ages admitted.", + * "order": 1 + * }, + * { + * "certification": "BA", + * "meaning": "Parental guidance suggested.", + * "order": 2 + * }, + * { + * "certification": "VM12", + * "meaning": "Not recommended for children under 12.", + * "order": 3 + * }, + * { + * "certification": "VM14", + * "meaning": "Not recommended for children under 14.", + * "order": 4 + * }, + * { + * "certification": "VM18", + * "meaning": "Not recommended for children under 18.", + * "order": 5 + * } + * ] + */ + IT?: { + /** + * @description A code indicating the audience's suitability. + * @example T + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example All ages admitted. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in South Korea. + * @example [ + * { + * "certification": "Exempt", + * "meaning": "This rating is only for knowledge based game shows; lifestyle shows; documentary shows; news; current topic discussion shows; education/culture shows; sports that excludes MMA or other violent sports; and other programs that Korea Communications Standards Commission recognizes.", + * "order": 1 + * }, + * { + * "certification": "ALL", + * "meaning": "This rating is for programming that is appropriate for all ages. This program usually involves programs designed for children or families.", + * "order": 2 + * }, + * { + * "certification": "7", + * "meaning": "This rating is for programming that may contain material inappropriate for children younger than 7, and parental discretion should be used. Some cartoon programming not deemed strictly as ", + * "order": 3 + * }, + * { + * "certification": "12", + * "meaning": "This rating is for programs that may deemed inappropriate for those younger than 12, and parental discretion should be used. Usually used for animations that have stronger themes or violence then those designed for children, or for reality shows that have mild violence, themes, or language.", + * "order": 4 + * }, + * { + * "certification": "15", + * "meaning": "This rating is for programs that contain material that may be inappropriate for children under 15, and that parental discretion should be used. Examples include most dramas, and talk shows on OTA (over-the-air) TV (KBS, MBC, SBS), and many American TV shows/dramas on Cable TV channels like OCN and OnStyle. The programs that have this rating may include moderate or strong adult themes, language, sexual inference, and violence. As with the TV-MA rating in North America, this rating is commonly applied to live events where the occurrence of inappropriate dialogue is unpredictable. Since 2007, this rating is the most used rating for TV.", + * "order": 5 + * }, + * { + * "certification": "19", + * "meaning": "This rating is for programs that are intended for adults only. 19-rated programming cannot air during the hours of 7:00AM to 9:00AM, and 1:00PM to 10:00PM. Programmes that receive this rating will almost certainly have adult themes, sexual situations, frequent use of strong language and disturbing scenes of violence.", + * "order": 6 + * } + * ] + */ + KR?: { + /** + * @description A code indicating the audience's suitability. + * @example Exempt + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example This rating is only for knowledge based game shows; lifestyle shows; documentary shows; news; current topic discussion shows; education/culture shows; sports that excludes MMA or other violent sports; and other programs that Korea Communications Standards Commission recognizes. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Lithuania. + * @example [ + * { + * "certification": "S", + * "meaning": "Intended for adult viewers from the age of 18 (corresponding to the age-appropriate index N-18) and broadcast between 23 (11pm) and 6 (6am) hours; Limited to minors and intended for adult audiences.", + * "order": 3 + * }, + * { + * "certification": "N-14", + * "meaning": "Intended for viewers from 14 years of age and broadcast from 21 (9pm) to 6 (6am) hours.", + * "order": 2 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "N-7", + * "meaning": "Intended for viewers from 7 years old.", + * "order": 1 + * } + * ] + */ + LT?: { + /** + * @description A code indicating the audience's suitability. + * @example S + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Intended for adult viewers from the age of 18 (corresponding to the age-appropriate index N-18) and broadcast between 23 (11pm) and 6 (6am) hours; Limited to minors and intended for adult audiences. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 3 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Luxembourg. + * @example [ + * { + * "certification": "Tous", + * "meaning": "(cat.1) - Tous publics (No certification)", + * "order": 1 + * }, + * { + * "certification": "10", + * "meaning": "(cat.2)", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "(cat.3) - Accord parental indispensable", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "(cat.4) - Déconseillé aux moins de 16 ans", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "(cat.5) - Déconseillé aux moins de 18 ans", + * "order": 5 + * } + * ] + */ + LU?: { + /** + * @description A code indicating the audience's suitability. + * @example Tous + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example (cat.1) - Tous publics (No certification) + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Morocco. + * @example [ + * { + * "certification": "NR", + * "meaning": "All audiences.", + * "order": 0 + * }, + * { + * "certification": "10", + * "meaning": "Not recommended for under 10.", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "Not recommended for under 12.", + * "order": 2 + * }, + * { + * "certification": "16", + * "meaning": "Not recommended for under 16.", + * "order": 3 + * } + * ] + */ + MA?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example All audiences. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Mexico. + * @example [ + * { + * "certification": "AA", + * "meaning": "Aimed at children (can be broadcast anytime).", + * "order": 1 + * }, + * { + * "certification": "A", + * "meaning": "Appropriate for all ages.", + * "order": 2 + * }, + * { + * "certification": "B", + * "meaning": "Designed for ages 12 and older (allowed only between 16:00 and 05:59).", + * "order": 3 + * }, + * { + * "certification": "B-15", + * "meaning": "Designed for ages 15 and up (allowed only between 19:00 and 05:59).", + * "order": 4 + * }, + * { + * "certification": "C", + * "meaning": "Designed to be viewed by adults aged 18 or older (allowed only between 21:00 and 05:59).", + * "order": 5 + * }, + * { + * "certification": "D", + * "meaning": "Exclusively for adults aged 18 or older (allowed only between midnight and 05:00).", + * "order": 6 + * } + * ] + */ + MX?: { + /** + * @description A code indicating the audience's suitability. + * @example AA + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Aimed at children (can be broadcast anytime). + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Malaysia. + * @example [ + * { + * "certification": "U", + * "meaning": "No age limit. Can be broadcast anytime.", + * "order": 1 + * }, + * { + * "certification": "P13", + * "meaning": "Viewers under 13 years of age need parental/guardian supervision while viewing. Can be broadcast anytime, but some elements may only be broadcast at night.", + * "order": 2 + * }, + * { + * "certification": "18", + * "meaning": "For viewers 18 and above. Cannot be broadcast before 10:00 PM.", + * "order": 3 + * } + * ] + */ + MY?: { + /** + * @description A code indicating the audience's suitability. + * @example U + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No age limit. Can be broadcast anytime. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in the Netherlands. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "AL", + * "meaning": "Not harmful / All Ages.", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "Take care with children under 6.", + * "order": 2 + * }, + * { + * "certification": "9", + * "meaning": "Take care with children under 9.", + * "order": 3 + * }, + * { + * "certification": "12", + * "meaning": "Take care with children under 12.", + * "order": 4 + * }, + * { + * "certification": "16", + * "meaning": "Take care with children under 16.", + * "order": 6 + * }, + * { + * "certification": "14", + * "meaning": "Take care with children under 14.", + * "order": 5 + * }, + * { + * "certification": "18", + * "meaning": "Take care with children under 18.", + * "order": 7 + * } + * ] + */ + NL?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Norway. + * @example [ + * { + * "certification": "A", + * "meaning": "Allowed at all times.", + * "order": 1 + * }, + * { + * "certification": "6", + * "meaning": "Allowed at all times.", + * "order": 2 + * }, + * { + * "certification": "9", + * "meaning": "Allowed at all times.", + * "order": 3 + * }, + * { + * "certification": "12", + * "meaning": "Only allowed during the period 19.00 – 05.30.", + * "order": 4 + * }, + * { + * "certification": "15", + * "meaning": "Only allowed during the period 21.00 – 05.30.", + * "order": 5 + * }, + * { + * "certification": "18", + * "meaning": "Only allowed during the period 21.00 – 05.30.", + * "order": 6 + * } + * ] + */ + NO?: { + /** + * @description A code indicating the audience's suitability. + * @example A + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Allowed at all times. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in New Zealand. + * @example [ + * { + * "certification": "G", + * "meaning": "Approved for general viewing.", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Parental Guidance recommended for younger viewers.", + * "order": 2 + * }, + * { + * "certification": "M", + * "meaning": "Suitable for mature audiences 16 years and over.", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "People under 16 years should not view.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "People under 18 years should not view.", + * "order": 5 + * } + * ] + */ + NZ?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Approved for general viewing. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in the Philippines. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "G", + * "meaning": "Suitable for all ages. Material for television, which in the judgment of the Board does not contain anything unsuitable for children.", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Parental guidance suggested. Material for television, which, in the judgment of the Board, may contain some adult material that may be permissible for children to watch but only under the guidance and supervision of a parent or adult.", + * "order": 2 + * }, + * { + * "certification": "SPG", + * "meaning": "Stronger and more vigilant parental guidance is suggested. Programs classified as “SPG” may contain more serious topic and theme, which may not be advisable for children to watch except under the very vigilant guidance and presence of a parent or an adult.", + * "order": 3 + * }, + * { + * "certification": "X", + * "meaning": "Any television program that does not conform to the “G”, “PG”, and “SPG” classification shall be disapproved for television broadcast.", + * "order": 4 + * } + * ] + */ + PH?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Poland. + * @example [ + * { + * "certification": "0", + * "meaning": "Positive or neutral view of the world, little to no violence, non-sexual love, and no sexual content.", + * "order": 2 + * }, + * { + * "certification": "7", + * "meaning": "As above; may additionally contain some mild language, bloodless violence, and a more negative view of the world.", + * "order": 3 + * }, + * { + * "certification": "12", + * "meaning": "May contain some foul language, some violence, and some sexual content.", + * "order": 4 + * }, + * { + * "certification": "16", + * "meaning": "Deviant social behaviour, world filled with violence and sexuality, simplified picture of adulthood, display of physical force, especially in controversial social context (against or by parents, teachers, etc.), immoral behaviour without ethic dilemma, putting the blame on the victim, excessive concentration on material possessions.", + * "order": 5 + * }, + * { + * "certification": "18", + * "meaning": "One-sided display of the joys of adult life without showing responsibilities (e.g. work), social justification of violent behaviour, excessive vulgarity, use of racial slurs and social stereotypes, explicit sexual content, praise of aggression or vulgarity, access to these programs is locked by a personal password.", + * "order": 6 + * }, + * { + * "certification": "AL", + * "meaning": "No age restrictions.", + * "order": 1 + * } + * ] + */ + PL?: { + /** + * @description A code indicating the audience's suitability. + * @example 0 + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Positive or neutral view of the world, little to no violence, non-sexual love, and no sexual content. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 2 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Puerto Rico. + * @example [ + * { + * "certification": "NR", + * "meaning": "", + * "order": 0 + * }, + * { + * "certification": "TV-MA", + * "meaning": "", + * "order": 6 + * }, + * { + * "certification": "TV-Y", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "TV-Y7", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "TV-G", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "TV-PG", + * "meaning": "", + * "order": 4 + * }, + * { + * "certification": "TV-14", + * "meaning": "", + * "order": 5 + * } + * ] + */ + PR?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Portugal. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "T", + * "meaning": "Todos (suitable for all).", + * "order": 1 + * }, + * { + * "certification": "10AP", + * "meaning": "Acompanhamento Parental (may not be suitable for children under 10, parental guidance advised).", + * "order": 2 + * }, + * { + * "certification": "12AP", + * "meaning": "Acompanhamento Parental (may not be suitable for children under 12, parental guidance advised).", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "Not suitable for children under 16, access to these programs is locked by a personal password.", + * "order": 4 + * } + * ] + */ + PT?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Romania. + * @example [ + * { + * "certification": "Unrated", + * "meaning": "Programmes can be viewed by any age.", + * "order": 1 + * }, + * { + * "certification": "AP", + * "meaning": "Programmes are recommended for children with parental guidance, may not contain any violence or sexual content.", + * "order": 2 + * }, + * { + * "certification": "12", + * "meaning": "Programmes not recommended for children below the age of 12, may contain light sexual content or explicit language.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "Programmes not recommended for teens and children below the age of 15, may contain more intensive violence and sexual content.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "The programme is recommended for adult viewers (for ages 18 and up), may contain explicit violence and explicit sexual content.", + * "order": 5 + * } + * ] + */ + RO?: { + /** + * @description A code indicating the audience's suitability. + * @example Unrated + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Programmes can be viewed by any age. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Russia. + * @example [ + * { + * "certification": "16+", + * "meaning": "Only teens the age of 16 or older can watch.", + * "order": 4 + * }, + * { + * "certification": "18+", + * "meaning": "Restricted to People 18 or Older.", + * "order": 5 + * }, + * { + * "certification": "6+", + * "meaning": "Only kids the age of 6 or older can watch.", + * "order": 2 + * }, + * { + * "certification": "12+", + * "meaning": "Only kids the age of 12 or older can watch.", + * "order": 3 + * }, + * { + * "certification": "0+", + * "meaning": "Can be watched by Any Age.", + * "order": 1 + * } + * ] + */ + RU?: { + /** + * @description A code indicating the audience's suitability. + * @example 16+ + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Only teens the age of 16 or older can watch. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 4 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Sweden. + * @example [ + * { + * "certification": "Btl", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "Från 7 år", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "Från 11 år", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "Från 15 år", + * "meaning": "", + * "order": 4 + * } + * ] + */ + SE?: { + /** + * @description A code indicating the audience's suitability. + * @example Btl + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Adult Audiences + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Singapore. + * @example [ + * { + * "certification": "G", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "PG13", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "NC16", + * "meaning": "", + * "order": 4 + * }, + * { + * "certification": "M18", + * "meaning": "", + * "order": 5 + * }, + * { + * "certification": "R21", + * "meaning": "Suitable for adults aged 21 and above.", + * "order": 6 + * } + * ] + */ + SG?: { + /** + * @description A code indicating the audience's suitability. + * @example G + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General - Suitable for all + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Slovakia. + * @example [ + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "7", + * "meaning": "Content suitable for children over 6 years.", + * "order": 2 + * }, + * { + * "certification": "U", + * "meaning": "Content suitable for all children.", + * "order": 1 + * }, + * { + * "certification": "12", + * "meaning": "Content suitable for children over 12 years.", + * "order": 3 + * }, + * { + * "certification": "15", + * "meaning": "Content suitable for teens over 15 years.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Content exclusively for adults.", + * "order": 5 + * } + * ] + */ + SK?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Thailand. + * @example [ + * { + * "certification": "ส", + * "meaning": "Sor - Educational movies which the public should be encouraged to see.", + * "order": 1 + * }, + * { + * "certification": "ท", + * "meaning": "Tor - G Movies appropriate for the general public. No sex, abusive language or violence.", + * "order": 2 + * }, + * { + * "certification": "น 13+", + * "meaning": "Nor 13+ Movies appropriate for audiences aged 13 and older.", + * "order": 3 + * }, + * { + * "certification": "น 15+", + * "meaning": "Nor 15+ Movies appropriate for audiences aged 15 and older. Some violence, brutality, inhumanity, bad language or indecent gestures allowed.", + * "order": 4 + * }, + * { + * "certification": "น 18+", + * "meaning": "Nor 18+ Movies appropriate for audiences aged 18 and older.", + * "order": 5 + * }, + * { + * "certification": "ฉ 20-", + * "meaning": "Chor 20 - Movies prohibited for audiences aged below 20.", + * "order": 6 + * }, + * { + * "certification": "-", + * "meaning": "Banned.", + * "order": 7 + * } + * ] + */ + TH?: { + /** + * @description A code indicating the audience's suitability. + * @example ส + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Sor - Educational movies which the public should be encouraged to see. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Turkey. + * @example [ + * { + * "certification": "Genel İzleyici", + * "meaning": "General audience. Suitable for all ages.", + * "order": 1 + * }, + * { + * "certification": "7+", + * "meaning": "Suitable for ages 7 and over.", + * "order": 2 + * }, + * { + * "certification": "13+", + * "meaning": "Suitable for ages 13 and over.", + * "order": 3 + * }, + * { + * "certification": "18+", + * "meaning": "Suitable for ages 18 and over.", + * "order": 4 + * } + * ] + */ + TR?: { + /** + * @description A code indicating the audience's suitability. + * @example Genel İzleyici + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example General audience. Suitable for all ages. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Taiwan. + * @example [ + * { + * "certification": "0+", + * "meaning": "Suitable for watching by general audiences.", + * "order": 1 + * }, + * { + * "certification": "6+", + * "meaning": "Not suitable for viewing by children under the age of six; children over six and under the age of twelve can view if accompanied by parents, teacher or an adult relative.", + * "order": 2 + * }, + * { + * "certification": "12+", + * "meaning": "Not suitable for viewing by children under the age of twelve, split from the former rating Parental Guidance.", + * "order": 3 + * }, + * { + * "certification": "15+", + * "meaning": "Not suitable for viewing by people under the age of fifteen, split from the former rating Parental Guidance.", + * "order": 4 + * }, + * { + * "certification": "18+", + * "meaning": "Not suitable for viewing by people under the age of eighteen.", + * "order": 4 + * } + * ] + */ + TW?: { + /** + * @description A code indicating the audience's suitability. + * @example 0+ + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Suitable for watching by general audiences. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in Ukraine. + * @example [ + * { + * "certification": "0+", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "UR", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "9+", + * "meaning": "Suitable for persons aged 9 years and over.", + * "order": 3 + * }, + * { + * "certification": "12+", + * "meaning": "Suitable for persons aged 12 years and over.", + * "order": 4 + * }, + * { + * "certification": "16+", + * "meaning": "Suitable for persons aged 16 years and over.", + * "order": 5 + * }, + * { + * "certification": "18+", + * "meaning": "Suitable only for adults.", + * "order": 6 + * } + * ] + */ + UA?: { + /** + * @description A code indicating the audience's suitability. + * @example 0+ + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example Viewing is permitted for audiences of all ages + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 2 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in the United States. + * @example [ + * { + * "certification": "TV-MA", + * "meaning": "This program is specifically designed to be viewed by adults and therefore may be unsuitable for children under 17.", + * "order": 6 + * }, + * { + * "certification": "TV-Y", + * "meaning": "This program is designed to be appropriate for all children.", + * "order": 1 + * }, + * { + * "certification": "TV-14", + * "meaning": "This program contains some material that many parents would find unsuitable for children under 14 years of age.", + * "order": 5 + * }, + * { + * "certification": "NR", + * "meaning": "No rating information.", + * "order": 0 + * }, + * { + * "certification": "TV-PG", + * "meaning": "This program contains material that parents may find unsuitable for younger children.", + * "order": 4 + * }, + * { + * "certification": "TV-Y7", + * "meaning": "This program is designed for children age 7 and above.", + * "order": 2 + * }, + * { + * "certification": "TV-G", + * "meaning": "Most parents would find this program suitable for all ages.", + * "order": 3 + * } + * ] + */ + US?: { + /** + * @description A code indicating the audience's suitability. + * @example TV-MA + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example This program is specifically designed to be viewed by adults and therefore may be unsuitable for children under 17. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 6 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in the U.S. Virgin Islands. + * @example [ + * { + * "certification": "NR", + * "meaning": "", + * "order": 0 + * }, + * { + * "certification": "TV-Y", + * "meaning": "", + * "order": 1 + * }, + * { + * "certification": "TV-Y7", + * "meaning": "", + * "order": 2 + * }, + * { + * "certification": "TV-G", + * "meaning": "", + * "order": 3 + * }, + * { + * "certification": "TV-PG", + * "meaning": "", + * "order": 4 + * }, + * { + * "certification": "TV-14", + * "meaning": "", + * "order": 5 + * }, + * { + * "certification": "TV-MA", + * "meaning": "", + * "order": 6 + * } + * ] + */ + VI?: { + /** + * @description A code indicating the audience's suitability. + * @example NR + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example No rating information. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 0 + */ + order?: number; + }[]; + /** + * @description Array of objects for film certifications in South Africa. + * @example [ + * { + * "certification": "All", + * "meaning": "This is a programme/film that does not contain any obscenity, and is suitable for family viewing. A logo must be displayed in the corner of the screen for 30 seconds after each commercial break.", + * "order": 1 + * }, + * { + * "certification": "PG", + * "meaning": "Children under 6 may watch this programme/film, but must be accompanied by an adult. This program contains an adult related theme, which might include very mild language, violence and sexual innuendo. A logo must be displayed in the corner of the screen for one minute after each commercial break.", + * "order": 2 + * }, + * { + * "certification": "13", + * "meaning": "Children under 13 are prohibited from watching this programme/film. This programme contains mild language, violence and sexual innuendo. A logo must be displayed in the corner of the screen for two minutes after each commercial break.", + * "order": 3 + * }, + * { + * "certification": "16", + * "meaning": "Children under 16 are prohibited from watching this programme/film. It contains moderate violence, language, and some sexual situations. In the case of television, this programme may only be broadcast after 9pm–4:30am. A logo must be displayed in the corner of the screen for five minutes after each commercial break. A full-screen warning must be issued before the start of the programme. If the programme is longer than an hour, a warning must be displayed every half an hour.", + * "order": 4 + * }, + * { + * "certification": "18", + * "meaning": "Children under 18 are prohibited from watching this programme/film. It contains extreme violence, language and/or graphic sexual content. In the case of television, this program may only be broadcast from 10pm–4:30am. A logo must be displayed in the corner of the screen for the duration of the programme. A full-screen warning must be issued before the start of the programme and after each commercial break.", + * "order": 5 + * }, + * { + * "certification": "X18", + * "meaning": "This is reserved for films of an extreme sexual nature (pornography). X18 films may only be distributed in the form of video and DVD in a controlled environment (e.g. adult shops). No public viewing of this film may take place. X18 films may not be broadcast on television and in cinemas. This has been breached twice by e.tv, where the softcore (borderline hardcore) Emmanuelle was screened. The X18 rating does not refer to child pornography/child sexual abuse—due to being banned by the Film and Publication Board.", + * "order": 6 + * } + * ] + */ + ZA?: { + /** + * @description A code indicating the audience's suitability. + * @example All + */ + certification?: string; + /** + * @description An explanation for what the certification implies. + * @example This is a programme/film that does not contain any obscenity, and is suitable for family viewing. A logo must be displayed in the corner of the screen for 30 seconds after each commercial break. + */ + meaning?: string; + /** + * @description A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + * @example 1 + */ + order?: number; + }[]; + }; + }; + }; + }; + }; + }; + movieList: { + parameters: { + query?: { + /** @description It specifies what date you want the results to start from */ + start_date?: components["parameters"]["start_date"]; + /** @description This indicates the end of the date range for the data you want to retrieve */ + end_date?: components["parameters"]["end_date"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movie list */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This indicates the current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description This is a collection of movie objects that match the criteria specified in the API request. + * @example [ + * { + * "adult": false, + * "id": 431421 + * }, + * { + * "adult": false, + * "id": 1403458 + * }, + * { + * "adult": false, + * "id": 13353 + * }, + * { + * "adult": true, + * "id": 961788 + * }, + * { + * "adult": false, + * "id": 33701 + * }, + * { + * "adult": false, + * "id": 1079244 + * }, + * { + * "adult": false, + * "id": 1400349 + * }, + * { + * "adult": false, + * "id": 1263591 + * }, + * { + * "adult": false, + * "id": 1244078 + * }, + * { + * "adult": false, + * "id": 1284681 + * }, + * { + * "adult": false, + * "id": 1383078 + * }, + * { + * "adult": false, + * "id": 1047307 + * }, + * { + * "adult": false, + * "id": 1089267 + * }, + * { + * "adult": false, + * "id": 1208033 + * }, + * { + * "adult": false, + * "id": 1103017 + * }, + * { + * "adult": false, + * "id": 1223890 + * }, + * { + * "adult": false, + * "id": 1120762 + * }, + * { + * "adult": false, + * "id": 1277112 + * }, + * { + * "adult": false, + * "id": 1182600 + * }, + * { + * "adult": false, + * "id": 1282785 + * }, + * { + * "adult": false, + * "id": 1287535 + * }, + * { + * "adult": false, + * "id": 1338583 + * }, + * { + * "adult": false, + * "id": 1354069 + * }, + * { + * "adult": false, + * "id": 1367063 + * }, + * { + * "adult": false, + * "id": 1372393 + * }, + * { + * "adult": false, + * "id": 1379468 + * }, + * { + * "adult": false, + * "id": 1383687 + * }, + * { + * "adult": false, + * "id": 1385727 + * }, + * { + * "adult": false, + * "id": 1389371 + * }, + * { + * "adult": false, + * "id": 1390321 + * }, + * { + * "adult": false, + * "id": 1393143 + * }, + * { + * "adult": false, + * "id": 1394392 + * }, + * { + * "adult": false, + * "id": 1394506 + * }, + * { + * "adult": false, + * "id": 1395642 + * }, + * { + * "adult": false, + * "id": 1396485 + * }, + * { + * "adult": false, + * "id": 1396781 + * }, + * { + * "adult": false, + * "id": 1397183 + * }, + * { + * "adult": false, + * "id": 1397758 + * }, + * { + * "adult": false, + * "id": 1397824 + * }, + * { + * "adult": false, + * "id": 1398785 + * }, + * { + * "adult": false, + * "id": 1398980 + * }, + * { + * "adult": false, + * "id": 1399862 + * }, + * { + * "adult": false, + * "id": 1400225 + * }, + * { + * "adult": false, + * "id": 1400232 + * }, + * { + * "adult": false, + * "id": 1401185 + * }, + * { + * "adult": false, + * "id": 1401786 + * }, + * { + * "adult": false, + * "id": 1402166 + * }, + * { + * "adult": false, + * "id": 1402450 + * }, + * { + * "adult": false, + * "id": 1390632 + * }, + * { + * "adult": false, + * "id": 1026674 + * }, + * { + * "adult": false, + * "id": 1043887 + * }, + * { + * "adult": false, + * "id": 1217690 + * }, + * { + * "adult": false, + * "id": 1112559 + * }, + * { + * "adult": false, + * "id": 1229336 + * }, + * { + * "adult": false, + * "id": 1235431 + * }, + * { + * "adult": false, + * "id": 1153230 + * }, + * { + * "adult": false, + * "id": 984500 + * }, + * { + * "adult": false, + * "id": 1179715 + * }, + * { + * "adult": false, + * "id": 1285660 + * }, + * { + * "adult": false, + * "id": 1186350 + * }, + * { + * "adult": false, + * "id": 1296484 + * }, + * { + * "adult": false, + * "id": 1296500 + * }, + * { + * "adult": false, + * "id": 1355030 + * }, + * { + * "adult": false, + * "id": 1361202 + * }, + * { + * "adult": false, + * "id": 1371030 + * }, + * { + * "adult": false, + * "id": 1373095 + * }, + * { + * "adult": false, + * "id": 1381755 + * }, + * { + * "adult": false, + * "id": 1388604 + * }, + * { + * "adult": false, + * "id": 1388916 + * }, + * { + * "adult": false, + * "id": 1390390 + * }, + * { + * "adult": false, + * "id": 1393868 + * }, + * { + * "adult": false, + * "id": 1398270 + * }, + * { + * "adult": false, + * "id": 1398274 + * }, + * { + * "adult": false, + * "id": 1399718 + * }, + * { + * "adult": false, + * "id": 1399790 + * }, + * { + * "adult": false, + * "id": 1401768 + * }, + * { + * "adult": false, + * "id": 1402540 + * }, + * { + * "adult": false, + * "id": 1402811 + * }, + * { + * "adult": false, + * "id": 1403387 + * }, + * { + * "adult": false, + * "id": 1403334 + * }, + * { + * "adult": false, + * "id": 947674 + * }, + * { + * "adult": false, + * "id": 1257394 + * }, + * { + * "adult": false, + * "id": 1403398 + * }, + * { + * "adult": false, + * "id": 1403294 + * }, + * { + * "adult": false, + * "id": 1058641 + * }, + * { + * "adult": false, + * "id": 1397698 + * }, + * { + * "adult": false, + * "id": 1403265 + * }, + * { + * "adult": false, + * "id": 1403268 + * }, + * { + * "adult": false, + * "id": 847692 + * }, + * { + * "adult": false, + * "id": 1400769 + * }, + * { + * "adult": false, + * "id": 1400789 + * }, + * { + * "adult": false, + * "id": 1403473 + * }, + * { + * "adult": false, + * "id": 1400731 + * }, + * { + * "adult": false, + * "id": 1400782 + * }, + * { + * "adult": false, + * "id": 1400795 + * }, + * { + * "adult": false, + * "id": 1400798 + * }, + * { + * "adult": false, + * "id": 1400776 + * }, + * { + * "adult": false, + * "id": 1400780 + * }, + * { + * "adult": false, + * "id": 1400783 + * }, + * { + * "adult": false, + * "id": 1400794 + * } + * ] + */ + results?: { + /** + * @description this indicates whether a movie is classified as adult content. + * @example false + */ + adult?: boolean; + /** + * @description This field is a unique identifier assigned to each movie in the database. + * @example 431421 + */ + id?: number; + }[]; + /** + * @description This indicates the total number of pages available based on the current query. + * @example 68 + */ + total_pages?: number; + /** + * @description This indicate the total number of results that match the query. + * @example 6708 + */ + total_results?: number; + }; + }; + }; + }; + }; + peopleList: { + parameters: { + query?: { + /** @description It specifies what date you want the results to start from */ + start_date?: components["parameters"]["start_date"]; + /** @description This indicates the end of the date range for the data you want to retrieve */ + end_date?: components["parameters"]["end_date"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description people list */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This indicates the current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of objects that detail changes or updates related to individuals in a film or entertainment database. + * @example [ + * { + * "adult": false, + * "id": 5124014 + * }, + * { + * "adult": false, + * "id": 5124015 + * }, + * { + * "adult": false, + * "id": 5124016 + * }, + * { + * "adult": false, + * "id": 5124017 + * }, + * { + * "adult": false, + * "id": 1702842 + * }, + * { + * "adult": false, + * "id": 5124018 + * }, + * { + * "adult": false, + * "id": 5124019 + * }, + * { + * "adult": false, + * "id": 1522035 + * }, + * { + * "adult": false, + * "id": 5124020 + * }, + * { + * "adult": false, + * "id": 5124021 + * }, + * { + * "adult": false, + * "id": 5124022 + * }, + * { + * "adult": false, + * "id": 5124023 + * }, + * { + * "adult": false, + * "id": 64439 + * }, + * { + * "adult": false, + * "id": 1217555 + * }, + * { + * "adult": false, + * "id": 129700 + * }, + * { + * "adult": false, + * "id": 934289 + * }, + * { + * "adult": false, + * "id": 11896 + * }, + * { + * "adult": false, + * "id": 1330041 + * }, + * { + * "adult": false, + * "id": 1496297 + * }, + * { + * "adult": null, + * "id": 1711443 + * }, + * { + * "adult": false, + * "id": 3330610 + * }, + * { + * "adult": false, + * "id": 2305576 + * }, + * { + * "adult": false, + * "id": 3950038 + * }, + * { + * "adult": null, + * "id": 4940640 + * }, + * { + * "adult": false, + * "id": 222249 + * }, + * { + * "adult": false, + * "id": 1702928 + * }, + * { + * "adult": false, + * "id": 5124024 + * }, + * { + * "adult": false, + * "id": 103613 + * }, + * { + * "adult": false, + * "id": 1837461 + * }, + * { + * "adult": false, + * "id": 1034765 + * }, + * { + * "adult": false, + * "id": 5124025 + * }, + * { + * "adult": false, + * "id": 5124026 + * }, + * { + * "adult": false, + * "id": 1795607 + * }, + * { + * "adult": false, + * "id": 5124027 + * }, + * { + * "adult": false, + * "id": 3663205 + * }, + * { + * "adult": false, + * "id": 5124028 + * }, + * { + * "adult": false, + * "id": 2449094 + * }, + * { + * "adult": false, + * "id": 5124029 + * }, + * { + * "adult": false, + * "id": 5124030 + * }, + * { + * "adult": false, + * "id": 3818357 + * }, + * { + * "adult": false, + * "id": 5124031 + * }, + * { + * "adult": false, + * "id": 74961 + * }, + * { + * "adult": false, + * "id": 163731 + * }, + * { + * "adult": false, + * "id": 33527 + * }, + * { + * "adult": false, + * "id": 5124032 + * }, + * { + * "adult": false, + * "id": 5124033 + * }, + * { + * "adult": false, + * "id": 5124034 + * }, + * { + * "adult": false, + * "id": 5124035 + * }, + * { + * "adult": false, + * "id": 5124036 + * }, + * { + * "adult": false, + * "id": 5124037 + * }, + * { + * "adult": false, + * "id": 5124038 + * }, + * { + * "adult": false, + * "id": 5124039 + * }, + * { + * "adult": false, + * "id": 2223734 + * }, + * { + * "adult": true, + * "id": 5124040 + * }, + * { + * "adult": false, + * "id": 5124041 + * }, + * { + * "adult": true, + * "id": 5124042 + * }, + * { + * "adult": false, + * "id": 5124043 + * }, + * { + * "adult": false, + * "id": 5124044 + * }, + * { + * "adult": false, + * "id": 5124045 + * }, + * { + * "adult": false, + * "id": 1470107 + * }, + * { + * "adult": false, + * "id": 2792282 + * }, + * { + * "adult": false, + * "id": 5124046 + * }, + * { + * "adult": null, + * "id": 3295548 + * }, + * { + * "adult": false, + * "id": 5124047 + * }, + * { + * "adult": false, + * "id": 70573 + * }, + * { + * "adult": false, + * "id": 5124048 + * }, + * { + * "adult": false, + * "id": 5124049 + * }, + * { + * "adult": false, + * "id": 5124050 + * }, + * { + * "adult": false, + * "id": 5124051 + * }, + * { + * "adult": false, + * "id": 5124052 + * }, + * { + * "adult": false, + * "id": 5124053 + * }, + * { + * "adult": false, + * "id": 5124054 + * }, + * { + * "adult": false, + * "id": 5124055 + * }, + * { + * "adult": false, + * "id": 5124056 + * }, + * { + * "adult": false, + * "id": 5124057 + * }, + * { + * "adult": false, + * "id": 5124058 + * }, + * { + * "adult": false, + * "id": 1731486 + * }, + * { + * "adult": false, + * "id": 2423122 + * }, + * { + * "adult": false, + * "id": 1160546 + * }, + * { + * "adult": false, + * "id": 5124059 + * }, + * { + * "adult": false, + * "id": 5124060 + * }, + * { + * "adult": false, + * "id": 2041951 + * }, + * { + * "adult": false, + * "id": 5124061 + * }, + * { + * "adult": false, + * "id": 5124062 + * }, + * { + * "adult": false, + * "id": 5124063 + * }, + * { + * "adult": false, + * "id": 5124064 + * }, + * { + * "adult": false, + * "id": 3762698 + * }, + * { + * "adult": false, + * "id": 5124065 + * }, + * { + * "adult": false, + * "id": 5124066 + * }, + * { + * "adult": false, + * "id": 5124067 + * }, + * { + * "adult": null, + * "id": 3469432 + * }, + * { + * "adult": false, + * "id": 5124068 + * }, + * { + * "adult": false, + * "id": 5124069 + * }, + * { + * "adult": false, + * "id": 5124070 + * }, + * { + * "adult": false, + * "id": 5124071 + * }, + * { + * "adult": false, + * "id": 5124072 + * }, + * { + * "adult": false, + * "id": 5124073 + * }, + * { + * "adult": false, + * "id": 5124074 + * }, + * { + * "adult": false, + * "id": 5124075 + * }, + * { + * "adult": false, + * "id": 5124076 + * } + * ] + */ + results?: { + /** + * @description This indicates whether a movie is classified as adult content. + * @example false + */ + adult?: boolean | null; + /** + * @description This field is a unique identifier assigned to each movie in the database. + * @example 5124014 + */ + id?: number; + }[]; + /** + * @description This indicates the total number of pages available based on the current query. + * @example 50 + */ + total_pages?: number; + /** + * @description This indicate the total number of results that match the query. + * @example 4920 + */ + total_results?: number; + }; + }; + }; + }; + }; + TVList: { + parameters: { + query?: { + /** @description It specifies what date you want the results to start from */ + start_date?: components["parameters"]["start_date"]; + /** @description This indicates the end of the date range for the data you want to retrieve */ + end_date?: components["parameters"]["end_date"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description TV Lists */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This indicates the current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description This is an array containing a collection of objects, where each object represents a distinct TV show change that occurred within the specified date range or criteria based on the API request. + * @example [ + * { + * "adult": false, + * "id": 276292 + * }, + * { + * "adult": false, + * "id": 279682 + * }, + * { + * "adult": false, + * "id": 253942 + * }, + * { + * "adult": false, + * "id": 204211 + * }, + * { + * "adult": false, + * "id": 279191 + * }, + * { + * "adult": false, + * "id": 279680 + * }, + * { + * "adult": false, + * "id": 86034 + * }, + * { + * "adult": false, + * "id": 512 + * }, + * { + * "adult": false, + * "id": 277908 + * }, + * { + * "adult": false, + * "id": 279681 + * }, + * { + * "adult": false, + * "id": 4057 + * }, + * { + * "adult": false, + * "id": 261579 + * }, + * { + * "adult": false, + * "id": 270437 + * }, + * { + * "adult": false, + * "id": 240253 + * }, + * { + * "adult": false, + * "id": 257603 + * }, + * { + * "adult": false, + * "id": 1127 + * }, + * { + * "adult": false, + * "id": 279200 + * }, + * { + * "adult": false, + * "id": 232648 + * }, + * { + * "adult": false, + * "id": 41691 + * }, + * { + * "adult": null, + * "id": 274603 + * }, + * { + * "adult": false, + * "id": 32200 + * }, + * { + * "adult": false, + * "id": 132872 + * }, + * { + * "adult": false, + * "id": 241491 + * }, + * { + * "adult": false, + * "id": 46078 + * }, + * { + * "adult": false, + * "id": 138152 + * }, + * { + * "adult": false, + * "id": 46975 + * }, + * { + * "adult": false, + * "id": 101477 + * }, + * { + * "adult": false, + * "id": 8392 + * }, + * { + * "adult": false, + * "id": 115211 + * }, + * { + * "adult": false, + * "id": 68735 + * }, + * { + * "adult": false, + * "id": 133700 + * }, + * { + * "adult": false, + * "id": 247350 + * }, + * { + * "adult": false, + * "id": 134753 + * }, + * { + * "adult": false, + * "id": 112487 + * }, + * { + * "adult": false, + * "id": 196411 + * }, + * { + * "adult": false, + * "id": 118241 + * }, + * { + * "adult": false, + * "id": 195352 + * }, + * { + * "adult": false, + * "id": 123639 + * }, + * { + * "adult": false, + * "id": 232132 + * }, + * { + * "adult": false, + * "id": 223447 + * }, + * { + * "adult": false, + * "id": 277315 + * }, + * { + * "adult": false, + * "id": 272134 + * }, + * { + * "adult": false, + * "id": 261416 + * }, + * { + * "adult": false, + * "id": 230918 + * }, + * { + * "adult": false, + * "id": 87164 + * }, + * { + * "adult": false, + * "id": 240022 + * }, + * { + * "adult": false, + * "id": 4743 + * }, + * { + * "adult": false, + * "id": 279683 + * }, + * { + * "adult": false, + * "id": 250384 + * }, + * { + * "adult": false, + * "id": 259787 + * }, + * { + * "adult": false, + * "id": 39468 + * }, + * { + * "adult": false, + * "id": 261201 + * }, + * { + * "adult": false, + * "id": 155780 + * }, + * { + * "adult": true, + * "id": 645 + * }, + * { + * "adult": false, + * "id": 219937 + * }, + * { + * "adult": true, + * "id": 279684 + * }, + * { + * "adult": false, + * "id": 275657 + * }, + * { + * "adult": false, + * "id": 81989 + * }, + * { + * "adult": false, + * "id": 61916 + * }, + * { + * "adult": false, + * "id": 277415 + * }, + * { + * "adult": false, + * "id": 279685 + * }, + * { + * "adult": false, + * "id": 99477 + * }, + * { + * "adult": false, + * "id": 275983 + * }, + * { + * "adult": false, + * "id": 84302 + * }, + * { + * "adult": false, + * "id": 196568 + * }, + * { + * "adult": false, + * "id": 261478 + * }, + * { + * "adult": false, + * "id": 42490 + * }, + * { + * "adult": false, + * "id": 244624 + * }, + * { + * "adult": false, + * "id": 240641 + * }, + * { + * "adult": false, + * "id": 67075 + * }, + * { + * "adult": false, + * "id": 279250 + * }, + * { + * "adult": false, + * "id": 244546 + * }, + * { + * "adult": false, + * "id": 14658 + * }, + * { + * "adult": false, + * "id": 207347 + * }, + * { + * "adult": false, + * "id": 110381 + * }, + * { + * "adult": false, + * "id": 73982 + * }, + * { + * "adult": false, + * "id": 279686 + * }, + * { + * "adult": false, + * "id": 35080 + * }, + * { + * "adult": false, + * "id": 279687 + * }, + * { + * "adult": false, + * "id": 275651 + * }, + * { + * "adult": false, + * "id": 230272 + * }, + * { + * "adult": false, + * "id": 155734 + * }, + * { + * "adult": false, + * "id": 68598 + * }, + * { + * "adult": false, + * "id": 244250 + * }, + * { + * "adult": false, + * "id": 279688 + * }, + * { + * "adult": false, + * "id": 279441 + * }, + * { + * "adult": false, + * "id": 254482 + * }, + * { + * "adult": false, + * "id": 22980 + * }, + * { + * "adult": false, + * "id": 126027 + * }, + * { + * "adult": false, + * "id": 249898 + * }, + * { + * "adult": false, + * "id": 278035 + * }, + * { + * "adult": false, + * "id": 113808 + * }, + * { + * "adult": false, + * "id": 112732 + * }, + * { + * "adult": false, + * "id": 12784 + * }, + * { + * "adult": false, + * "id": 279689 + * }, + * { + * "adult": false, + * "id": 1405 + * }, + * { + * "adult": false, + * "id": 279430 + * }, + * { + * "adult": false, + * "id": 276635 + * }, + * { + * "adult": false, + * "id": 249972 + * }, + * { + * "adult": false, + * "id": 271291 + * } + * ] + */ + results?: { + /** + * @description This indicates whether a movie is classified as adult content. + * @example false + */ + adult?: boolean | null; + /** + * @description This field is a unique identifier assigned to each movie in the database. + * @example 276292 + */ + id?: number; + }[]; + /** + * @description This indicates the total number of pages available based on the current query. + * @example 15 + */ + total_pages?: number; + /** + * @description This indicate the total number of results that match the query. + * @example 1434 + */ + total_results?: number; + }; + }; + }; + }; + }; + collectionId: { + parameters: { + query?: { + /** @description This is the name of the movie collection. */ + query?: string; + /** @description This indicate whether the movie is an adult content. */ + include_adult?: components["parameters"]["include_adult"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This refers to the geographical area or market that is relevant for the query being made. */ + region?: string; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description collection_id */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This indicates the current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description An array which provides detailed information about the movie collection. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/zuW6fOiusv4X9nnW3paHGfXcSll.jpg", + * "id": 86311, + * "name": "The Avengers Collection", + * "original_language": "en", + * "original_name": "The Avengers Collection", + * "overview": "A superhero film series produced by Marvel Studios based on the Marvel Comics superhero team of the same name, and part of the Marvel Cinematic Universe (MCU). The series features an ensemble cast from the Marvel Cinematic Universe series films, as they join forces for the peacekeeping organization S.H.I.E.L.D. led by Nick Fury.", + * "poster_path": "/yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg" + * } + * ] + */ + results?: { + /** + * @description this indicates whether a movie is classified as adult content. + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the backdrop image associated with the collection. + * @example /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + */ + backdrop_path?: string; + /** + * @description A unique identifier for a movie collection. + * @example 86311 + */ + id?: number; + /** + * @description The title of the collection. + * @example The Avengers Collection + */ + name?: string; + /** + * @description The language in which the film collection was originally produced. + * @example en + */ + original_language?: string; + /** + * @description refers to the title of a film or television show as it was originally published or released in its native language or country. + * @example The Avengers Collection + */ + original_name?: string; + /** + * @description A brief summary of the film's plot. + * @example A superhero film series produced by Marvel Studios based on the Marvel Comics superhero team of the same name, and part of the Marvel Cinematic Universe (MCU). The series features an ensemble cast from the Marvel Cinematic Universe series films, as they join forces for the peacekeeping organization S.H.I.E.L.D. led by Nick Fury. + */ + overview?: string; + /** + * @description The URL path to the poster image associated with the collection. + * @example /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + */ + poster_path?: string; + }[]; + /** + * @description This indicates the total number of pages available based on the current query. + * @example 1 + */ + total_pages?: number; + /** + * @description This indicate the total number of results that match the query. + * @example 1 + */ + total_results?: number; + }; + }; + }; + }; + }; + details1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description A unique identifier assigned to a specific collection. */ + collection_id: components["parameters"]["collection_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The URL path to the backdrop image associated with the collection. + * @example /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + */ + backdrop_path?: string; + /** + * @description A unique identifier for the movie collection. + * @example 86311 + */ + id?: number; + /** + * @description The title of the movie collection. + * @example The Avengers Collection + */ + name?: string; + /** + * @description A brief summary of the film's plot. + * @example A superhero film series produced by Marvel Studios based on the Marvel Comics superhero team of the same name, and part of the Marvel Cinematic Universe (MCU). The series features an ensemble cast from the Marvel Cinematic Universe series films, as they join forces for the peacekeeping organization S.H.I.E.L.D. led by Nick Fury. + */ + overview?: string; + /** + * @description refers to individual movies that are part of the larger collection identified as "The Avengers Collection". + * @example [ + * { + * "adult": false, + * "backdrop_path": "/9BBTo63ANSmhC4e6r62OJFuK2GL.jpg", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 24428, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Avengers", + * "overview": "When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins!", + * "popularity": 132.151, + * "poster_path": "/RYMX2wcKCBAr24UyPD7xwmjaTn.jpg", + * "release_date": "2012-04-25", + * "title": "The Avengers", + * "video": false, + * "vote_average": 7.724, + * "vote_count": 30925 + * }, + * { + * "adult": false, + * "backdrop_path": "/6YwkGolwdOMNpbTOmLjoehlVWs5.jpg", + * "genre_ids": [ + * 28, + * 12, + * 878 + * ], + * "id": 99861, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Avengers: Age of Ultron", + * "overview": "When Tony Stark tries to jumpstart a dormant peacekeeping program, things go awry and Earth’s Mightiest Heroes are put to the ultimate test as the fate of the planet hangs in the balance. As the villainous Ultron emerges, it is up to The Avengers to stop him from enacting his terrible plans, and soon uneasy alliances and unexpected action pave the way for an epic and unique global adventure.", + * "popularity": 93.226, + * "poster_path": "/4ssDuvEDkSArWEdyBl2X5EHvYKU.jpg", + * "release_date": "2015-04-22", + * "title": "Avengers: Age of Ultron", + * "video": false, + * "vote_average": 7.274, + * "vote_count": 23034 + * }, + * { + * "adult": false, + * "backdrop_path": "/mDfJG3LC3Dqb67AZ52x3Z0jU0uB.jpg", + * "genre_ids": [ + * 12, + * 28, + * 878 + * ], + * "id": 299536, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Avengers: Infinity War", + * "overview": "As the Avengers and their allies have continued to protect the world from threats too large for any one hero to handle, a new danger has emerged from the cosmic shadows: Thanos. A despot of intergalactic infamy, his goal is to collect all six Infinity Stones, artifacts of unimaginable power, and use them to inflict his twisted will on all of reality. Everything the Avengers have fought for has led up to this moment - the fate of Earth and existence itself has never been more uncertain.", + * "popularity": 213.079, + * "poster_path": "/7WsyChQLEftFiDOVTGkv3hFpyyt.jpg", + * "release_date": "2018-04-25", + * "title": "Avengers: Infinity War", + * "video": false, + * "vote_average": 8.242, + * "vote_count": 29902 + * }, + * { + * "adult": false, + * "backdrop_path": "/7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg", + * "genre_ids": [ + * 12, + * 878, + * 28 + * ], + * "id": 299534, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Avengers: Endgame", + * "overview": "After the devastating events of Avengers: Infinity War, the universe is in ruins due to the efforts of the Mad Titan, Thanos. With the help of remaining allies, the Avengers must assemble once more in order to undo Thanos' actions and restore order to the universe once and for all, no matter what consequences may be in store.", + * "popularity": 120.474, + * "poster_path": "/bR8ISy1O9XQxqiy0fQFw2BX72RQ.jpg", + * "release_date": "2019-04-24", + * "title": "Avengers: Endgame", + * "video": false, + * "vote_average": 8.246, + * "vote_count": 25766 + * } + * ] + */ + parts?: { + /** + * @description this indicates whether a movie is classified as adult content. + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the backdrop image associated with the collection. + * @example /9BBTo63ANSmhC4e6r62OJFuK2GL.jpg + */ + backdrop_path?: string; + /** + * @description An array of genre IDs that represent the types of genres the movie falls under. + * @example [ + * 878, + * 28, + * 12 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie within the database. + * @example 24428 + */ + id?: number; + /** + * @description A string that specifies the type of the media item + * @example movie + */ + media_type?: string; + /** + * @description The language in which the film was originally produced. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released in its native language. + * @example The Avengers + */ + original_title?: string; + /** + * @description A brief summary of the movie's plot. + * @example When an unexpected enemy emerges and threatens global safety and security, Nick Fury, director of the international peacekeeping agency known as S.H.I.E.L.D., finds himself in need of a team to pull the world back from the brink of disaster. Spanning the globe, a daring recruitment effort begins! + */ + overview?: string; + /** + * @description A numerical value indicating the popularity of the movie based on user ratings and engagement. A higher number suggests greater popularity in the viewing audience. + * @example 132.151 + */ + popularity?: number; + /** + * @description The URL path to the movie's poster image (used for display purposes). + * @example /RYMX2wcKCBAr24UyPD7xwmjaTn.jpg + */ + poster_path?: string; + /** + * @description The date when the movie was released, represented in the format YYYY-MM-DD, indicating the specific day the movie became available to the public. + * @example 2012-04-25 + */ + release_date?: string; + /** + * @description The title of the movie as it appears in releases. + * @example The Avengers + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description The average rating of the movie based on user votes. + * @example 7.724 + */ + vote_average?: number; + /** + * @description An integer representing the total number of votes that the movie has received. + * @example 30925 + */ + vote_count?: number; + }[]; + /** + * @description The URL path to the movie's poster image (used for display purposes). + * @example /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + */ + poster_path?: string; + }; + }; + }; + }; + }; + images: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description It specify a comma-separated list of ISO-639-1 language codes (e.g., en,null) to filter the image metadata returned in API responses. */ + include_image_language?: string; + }; + header?: never; + path: { + /** @description A unique identifier assigned to a specific collection. */ + collection_id: components["parameters"]["collection_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A collection of backdrop images associated with the collection. + * @example [ + * { + * "aspect_ratio": 1.778, + * "file_path": "/zuW6fOiusv4X9nnW3paHGfXcSll.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 10, + * "vote_count": 5, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/2UNUv4NJdC36E5myDHACBJ99EwL.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 8.034, + * "vote_count": 5, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.781, + * "file_path": "/zUG2zOM55MAtpzeSQNMjPHhcNWi.jpg", + * "height": 1080, + * "iso_639_1": "he", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1924 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/agmQLAo3mdp7bPe9vPrd1mqrYeM.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/hX4RYoBxL04P45xs1fJaTKYGet4.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/irDiLpzsJVFRg6FAbOL7IVvYrpl.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.6, + * "file_path": "/xCbb3hIID1AnEOBxPzsnBXG3n2h.jpg", + * "height": 900, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1440 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/9FQyNBfKv35D3drXRTnhhDO9Ys1.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/lqtqA95u6Aa8anss9q6wP6DnUq9.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/smLccpWC4ElF5xyjD9Xt0Zu2gna.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/m8nu2QHr704qQtAGWC3RfSuVSJb.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/yABPtsjom74BdRR73AhyoDErrL0.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/bdQzT9X6kF56lJjRRJeJQcVQBS6.jpg", + * "height": 1080, + * "iso_639_1": "pt", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ksE3GPQ4jKMDjg2vIvRYygYrj1f.jpg", + * "height": 720, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/94ubpd0Ro0vDf31wkSojP20VZJ7.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/6Ho6Qg9DpSaOLr3OLgaHUYtlA6j.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/p4pohr99MQXFCk0MJMGyj4iwLYr.jpg", + * "height": 2160, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * } + * ] + */ + backdrops?: { + /** + * @description The aspect ratio of the image (width divided by height), represented as a decimal number. + * @example 1.778 + */ + aspect_ratio?: number; + /** + * @description The path to the image file on the server, used to construct the URL to access the image. + * @example /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + */ + file_path?: string; + /** + * @description The height of the image in pixels. + * @example 1080 + */ + height?: number; + /** + * @description The ISO 639-1 code representing the language of the image. + * @example null + */ + iso_639_1?: string | null; + /** + * @description The average rating score assigned to the image or collection, typically on a scale of 1 to 10. + * @example 10 + */ + vote_average?: number; + /** + * @description The total number of votes cast for the image or collection, indicating its popularity or reception. + * @example 5 + */ + vote_count?: number; + /** + * @description The width of the image in pixels. + * @example 1920 + */ + width?: number; + }[]; + /** + * @description A unique identifier for the collection or item. + * @example 86311 + */ + id?: number; + /** @example [ + * { + * "aspect_ratio": 0.667, + * "file_path": "/yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 6.676, + * "vote_count": 20, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5LkXlUPrRuhMAeVugr1xXcsZbV8.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 6.346, + * "vote_count": 13, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yQpAleQ1KHebVem2vwWL6VPqILT.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 6.346, + * "vote_count": 13, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/kYVHFyJLZB7xxTlffhwuzeqsAvT.jpg", + * "height": 1426, + * "iso_639_1": "en", + * "vote_average": 5.25, + * "vote_count": 10, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/bvjltR2nDuhf1NlnwCrgNwvHuIh.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 5.25, + * "vote_count": 8, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/aC3VJyuNpymHAf9pyQqB20EK4v6.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 4.884, + * "vote_count": 13, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yaC8DTvarpMU5QsOiLVgATIMovp.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 4.722, + * "vote_count": 9, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qJawKUQcIBha507UahUlX0keOT7.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 4.508, + * "vote_count": 20, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/r0DKl4kZLcrcOfIl6TjLQdOVrHD.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 4.166, + * "vote_count": 19, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.722, + * "file_path": "/hiLkVTP34V24JtzOQ22r7Uu8eMc.jpg", + * "height": 900, + * "iso_639_1": "en", + * "vote_average": 3.974, + * "vote_count": 19, + * "width": 650 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yvrbNWhdQdYJvn31GM1musTxm3N.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 3.466, + * "vote_count": 15, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/w2ecAO6cZ1h7FtsT2KeysUte7cu.jpg", + * "height": 1500, + * "iso_639_1": "he", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zfl38WLAglEpnS9yVHwilwbOsXE.jpg", + * "height": 1500, + * "iso_639_1": "ru", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/xRgTmIWbsLjRIfFdOS6u5FTlAI2.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/aGQlwGCMiYq4iDcRPwZfVK6kiu9.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mFQzLi0PG80hDKgAdFgBJrfvx6W.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mw7DYsV7GVYn29JXZjPOcex69YV.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/xDbIqMePyccJbLp7DsSYkciFjFU.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/onprmzJA3NUiRIUB9FLM6AOMipQ.jpg", + * "height": 2852, + * "iso_639_1": "fr", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/whtJeVGRy1ZwhDmFCd7q8wahMUn.jpg", + * "height": 1500, + * "iso_639_1": "es", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gXyeDg4vLlhcFBxtoAaC03FRGbD.jpg", + * "height": 1500, + * "iso_639_1": "pt", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/uYhTtQNzUbgCcOHCRxd2Zi7u9dK.jpg", + * "height": 1426, + * "iso_639_1": "zh", + * "vote_average": 3.334, + * "vote_count": 3, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tqXiOD5rTyHgabO73Tpw9JDbd88.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 2.542, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/k0ZKsQOVlDYxjapzeZvCuDdAmkD.jpg", + * "height": 1500, + * "iso_639_1": null, + * "vote_average": 2.166, + * "vote_count": 6, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/h9PIPBez5Bf1zb3SXBjHgxgiac1.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nuQ6zweT4r3qBFiMYzhGFejHlqM.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.732, + * "file_path": "/sF2o0PNpfXTwLtQmkH6Ls780RZy.jpg", + * "height": 870, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 637 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ao0NvIgWmrmVJuSlymy1la9Y66w.jpg", + * "height": 1500, + * "iso_639_1": "ru", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/xqN5CYdgauxw4tvbkhwum6YQdgR.jpg", + * "height": 1500, + * "iso_639_1": "ru", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/A0rU75Hn8Icvza3MKcIqNr91ujA.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cftM0Wdkc8ZHZkb2FB2wgWrOPpQ.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tU56OeCI0Q1Q7IEJeW0AsE5sRJa.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ciBe6lnHSxtJ2OhW2OmDWvC0x6Q.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7FZWlcipoVed8D2I6Ti8bCHR2Un.jpg", + * "height": 1500, + * "iso_639_1": "zh", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8HxgBGdTI8Gviy2dKPW0iANYBZx.jpg", + * "height": 1500, + * "iso_639_1": "zh", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/fMSxlk2zPpcXBn4R3TK3uqYjOpa.jpg", + * "height": 960, + * "iso_639_1": "en", + * "vote_average": 1.57, + * "vote_count": 12, + * "width": 640 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/9DOerMmIFrSsrQQm4NF8CJMK42T.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.444, + * "vote_count": 6, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gUUgzDtYOUaOIrMDMRMHPvMCC4i.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 1.444, + * "vote_count": 6, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/f0xOjoWCGyMFT6zgwW7ElxcXkic.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7BFiRrHW0vnfVYyIONIBGP1aOtc.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/wshoNFvD20mt5HR63s1HK18kELZ.jpg", + * "height": 1426, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dWn9ymeZYEZkpk1EK5FMHOSx05B.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/3KRNMVcOAyFQDS1hpmhay2j9T8q.jpg", + * "height": 1426, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/cc37JMwEJjBGS4KdPXUwwfrup21.jpg", + * "height": 1426, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/kZF27S52By8MOc0DbaX9qhwDz5t.jpg", + * "height": 1426, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.708, + * "file_path": "/dGPtCnbJ0UovHmaw5veL2eenF3Y.jpg", + * "height": 1754, + * "iso_639_1": "en", + * "vote_average": 0.972, + * "vote_count": 6, + * "width": 1241 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/22oiz15BwsbdpoBTG3APidXdiMs.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/zNFiNlIQgdNGt05e1yO0Nv5GPgJ.jpg", + * "height": 1426, + * "iso_639_1": "en", + * "vote_average": 0.5, + * "vote_count": 5, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.701, + * "file_path": "/lCWZCWM96FD8mntFGuL8ij0UMBe.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.5, + * "vote_count": 5, + * "width": 1051 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/kvALfLboGdGmgpeP4OEP6CiKlDm.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.5, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ui1wBgNNEy8H4S5gmlY1mWgfzbd.jpg", + * "height": 1500, + * "iso_639_1": "es", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.71, + * "file_path": "/afKUZSOVZRajahOyjDzINaqa6YD.jpg", + * "height": 2818, + * "iso_639_1": "pt", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1WMVlmhNDrQy4HzdWBpQIAdXG9t.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/lGBZW2q1jiYsU3nCuteSnos2oUg.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/vEgiN0OjlKoz2Eaz3sieKJp1XO3.jpg", + * "height": 1500, + * "iso_639_1": "es", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/697kEWpd1EvnTOvEtHneaz16HKf.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/wPNvf7ChXxSu4Zp2H9cdctOEOFR.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/4ukiLS1wHgZjbMyFi9z2P7sNiGw.jpg", + * "height": 2100, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1400 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/l8cbjjBevPLv2PIlvC3IK3jb5mA.jpg", + * "height": 1500, + * "iso_639_1": "sk", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qyAN4lUJRvxQb4q3ZAlsKe2LdYu.jpg", + * "height": 1500, + * "iso_639_1": "pl", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/xJzElFeRnrBrmOqDfmNNKblIVte.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mm2HZGzH1EE71nzLA71eyEqzBPP.jpg", + * "height": 1500, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6CiofqRSJOmn2took2i4TOfzClZ.jpg", + * "height": 1500, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7kDhziXAaMzBnKWW3om4ngWcImL.jpg", + * "height": 1500, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/onIXErRZAtccMLPKxhFPRhxY6gu.jpg", + * "height": 1500, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nI50xksN8G3OOAyqaq7ks8mjrxj.jpg", + * "height": 3000, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nNfquHUpAxQ5LigjvnuIkg9YRX2.jpg", + * "height": 960, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 640 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1Q98LpwMyfDGuZuwlAMxp9DTZv4.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rQLxUukZ1sLbDaOnhWqv1sYzWr.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/28MOyW5ZbkQOgBzDAYozfbpIqiN.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/13XhhZbygB6sW3VcAi1rJVycuID.jpg", + * "height": 3000, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1ZfVLYZ6hIzVGoBGMSYYONByNWe.jpg", + * "height": 2550, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1700 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/y9KdwIoULrtWflTbFFEg9AhNm1f.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qepj5C26dBb3LSSLaOIv9JYdXzz.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gp3pah8JLyzp7ojVknjtBq3mn2F.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/eTQFYaKqOTSqloZmdJCPAp0kibV.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/iaqM27rvXKDtu9xMWcoEg1zp3CF.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3ghulJLYHCb36zr65aa3I7oJMxS.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7a549upC4fRQSU51GOLWhW2RhiK.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/oGdn7v84NDnzfANK3FYodPn9CIy.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ipry6xO9Tbm2A3bkXvAzWXp6Oer.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mZX36FUxrj0DUXK0igXVur7UzEQ.jpg", + * "height": 1500, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/eL3jKkkGVI8AWN5gFrntXCegasM.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/fYw57vMRk6NuYydljVDc8DUuBRG.jpg", + * "height": 900, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 600 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/fZIiLwxnEw7W0IzzgAOzDZajhUB.jpg", + * "height": 2960, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1998 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/xzcDIOX7Aczv6nSrrw2Hz82FFmN.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8o9EHzK6S2oEUnziAiTL8WrTy5B.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3CygvLoFmrsY1A7MXCUMdWt0CTK.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/yKDVMLFpy5tuMMbu11DJeRZbFAP.jpg", + * "height": 2960, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1998 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mWF4vOSYOPGdFZmLLpOzk6Mb5Hk.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/wmsfywdtUEbWCNQoO6Pf0wQJeKK.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/ms62sd7CH679dzbQDSmLcaL6ztc.jpg", + * "height": 2960, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1998 + * }, + * { + * "aspect_ratio": 0.71, + * "file_path": "/z0ib01nlEXvjQENPgVxdoi4Yils.jpg", + * "height": 2818, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/hWAyCiXcV9jGPYv3QLioRxT5HrZ.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/pXj5O87PtPDPdUYUUrSQsIEMqtk.jpg", + * "height": 1500, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zX1GKPHmo2e2lWFecxt72K0dhs7.jpg", + * "height": 1500, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/spkLd7wxU3kcOkxBlin70iIIF3J.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/krxLoX8ZSxXhygGosISUpXo1kuB.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zHHbU9Q4rwKhEMVfHEC0ZMREKIT.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * } + * ] */ + posters?: { + /** + * @description The aspect ratio of the image (width divided by height), represented as a decimal number. + * @example 0.667 + */ + aspect_ratio?: number; + /** + * @description The path to the image file on the server, used to construct the URL to access the image. + * @example /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + */ + file_path?: string; + /** + * @description The height of the image in pixels. + * @example 1500 + */ + height?: number; + /** + * @description The ISO 639-1 code representing the language of the image. + * @example en + */ + iso_639_1?: string | null; + /** + * @description The average rating score assigned to the image or collection, typically on a scale of 1 to 10. + * @example 6.676 + */ + vote_average?: number; + /** + * @description The total number of votes cast for the image or collection, indicating its popularity or reception. + * @example 20 + */ + vote_count?: number; + /** + * @description The width of the image in pixels. + * @example 1000 + */ + width?: number; + }[]; + }; + }; + }; + }; + }; + translations: { + parameters: { + query?: never; + header?: never; + path: { + /** @description A unique identifier assigned to a specific collection. */ + collection_id: components["parameters"]["collection_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description translations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A unique identifier for the collection + * @example 86311 + */ + id?: number; + /** + * @description An array of translation objects related to the collection. Each object contains details about the translations available for the collection in different languages. + * @example [ + * { + * "data": { + * "homepage": "", + * "overview": "美国队长在被冰封数年后,终于苏醒过来。这个世界已经不再是他过去所熟悉的样子,各类型的邪恶对手层出不穷。于是美国队长、钢铁侠、雷神、绿巨人等超级英雄聚集在一起,组成史上最强大的“复仇者”团队,共同惩恶扬善,为和平而战。", + * "title": "复仇者联盟(系列)" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "CN", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Samling af film om heltene fra 'Avengers'", + * "title": "The Avengers (Samling)" + * }, + * "english_name": "Danish", + * "iso_3166_1": "DK", + * "iso_639_1": "da", + * "name": "Dansk" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "A Bosszúállók gyűjtemény a Marvel Moziverzum (Marvel Cinematic Universe, MCU) azon filmjeit gyűjti egy csokorba, melyekben a Marvel Moziverzum válogatott hősei összefognak a Nick Fury vezette S.H.I.E.L.D békefenntartó szervezettel, hogy megvédjék a Földet az idegen támadásoktól.", + * "title": "Bosszúállók gyűjtemény" + * }, + * "english_name": "Hungarian", + * "iso_3166_1": "HU", + * "iso_639_1": "hu", + * "name": "Magyar" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "" + * }, + * "english_name": "Norwegian Bokmål", + * "iso_3166_1": "NO", + * "iso_639_1": "nb", + * "name": "Bokmål" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "" + * }, + * "english_name": "Norwegian", + * "iso_3166_1": "NO", + * "iso_639_1": "no", + * "name": "Norsk" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "O serie de filme cu supereroi produsă de Studiourile Marvel bazată pe echipa de supereroi Marvel Comics cu același nume și care face parte din Marvel Cinematic Universe (MCU). Serialul prezintă o distribuție de ansamblu din seria de filme Marvel Cinematic Universe, în timp ce își unesc forțele pentru organizația de menținere a păcii S.H.I.E.L.D. condus de Nick Fury.", + * "title": "Colecția Răzbunătorii" + * }, + * "english_name": "Romanian", + * "iso_3166_1": "RO", + * "iso_639_1": "ro", + * "name": "Română" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Een superheldenfilmserie geproduceerd door Marvel Studios op basis van het Marvel Comics superheldenteam met dezelfde naam en onderdeel van de Marvel Cinematic Universe (MCU). De serie bevat een ensemblecast uit de films van de Marvel Cinematic Universe-serie, wanneer ze hun krachten bundelen voor de vredesorganisatie S.H.I.E.L.D. onder leiding van Nick Fury.", + * "title": "The Avengers Collectie" + * }, + * "english_name": "Dutch", + * "iso_3166_1": "NL", + * "iso_639_1": "nl", + * "name": "Nederlands" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Die Organisation S.H.I.E.L.D., ein international agierender Nachrichtendienst, vereint viele Marvel Superhelden wie z. B. Iron Man, Thor, Captain America, Hawkeye, dem Unglaublichen Hulk und Black Widow, um die Erde vor scheinbar übermächtigen Gegnern zu schützen.", + * "title": "Marvel's The Avengers Filmreihe" + * }, + * "english_name": "German", + * "iso_3166_1": "DE", + * "iso_639_1": "de", + * "name": "Deutsch" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Une série de films de super-héros produite par Marvel Studios qui se base sur l'équipe de super-héros issue de l'univers de Marvel Comics. La série met en scène des super-héros unissant leurs forces pour aider l'organisation de maintien de la paix SHIELD dirigée par Nick Fury.", + * "title": "Avengers - Saga" + * }, + * "english_name": "French", + * "iso_3166_1": "FR", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Marvel Studio uvádí super hrdinský tým všech dob Avengers, který přestaví ikonické super hrdiny – Iron Mana, Neuvěřitelného Hulka, Thora, Captaina America, Hawkeye a Black Widow. Když se objeví nečekaný nepřítel, který ohrožuje světovou bezpečnost, Nick Fury, ředitel mezinárodní mírové agentury, známé také jako S.H.I.E.L.D., zjistí, že potřebuje tým, aby odvrátil světovou katastrofu. Začíná provádět nábor po celém světě.", + * "title": "Avengers (kolekce)" + * }, + * "english_name": "Czech", + * "iso_3166_1": "CZ", + * "iso_639_1": "cs", + * "name": "Český" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Avengers, även känd under namnet Hämnarna i Sverige, är en amerikansk superhjältegrupp i egen serietidning skapad av Stan Lee och Jack Kirby, publicerad av Marvel Comics.", + * "title": "Avengers (samling)" + * }, + * "english_name": "Swedish", + * "iso_3166_1": "SE", + * "iso_639_1": "sv", + * "name": "svenska" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Colección de películas de los vengadores de Marvel, incluyendo Thor, Capitán América, Iron Man, El Increíble Hulk y Ojo de Halcón, entre otros.", + * "title": "Los Vengadores - Colección" + * }, + * "english_name": "Spanish", + * "iso_3166_1": "ES", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Uma série de filmes de super-heróis produzida pela Marvel Studios com base na equipa de super-heróis Marvel Comics do mesmo nome, e parte do Universo Cinematográfico Marvel (MCU). A série apresenta um elenco dos filmes da série Universo Cinematográfico Marvel, uma vez que unem forças para a organização de manutenção da paz com a ajuda da S.H.I.E.L.D. liderado por Nick Fury.", + * "title": "Vingadores - Coleção" + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "PT", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "הסרטים מאחדים את גיבורי העל איירון מן, קפטן אמריקה, תור, הענק הירוק, הוקאיי והאלמנה השחורה. עלילת הסרטים ממשיכה את עלילתם של סרטי מארוול הקודמים, כאשר באופן כרונולוגי העלילה מתחילה בסרט המבוסס על קפטן אמריקה, שמתקיים בזמן מלחמת העולם השנייה.", + * "title": "הנוקמים - אוסף" + * }, + * "english_name": "Hebrew", + * "iso_3166_1": "IL", + * "iso_639_1": "he", + * "name": "עִבְרִית" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Marvel Sinematik Evreni'nin (MCU) önemli bir parçasıdır ve süper kahramanların bir araya gelerek dünyayı koruma mücadelesini konu alır. İlk filmi 2012'de çıkan \"Yenilmezler\" ile başlayan bu seri, birçok ikonik karakteri ve onların birbirleriyle olan ilişkilerini keşfeder. Temel hikâye, farklı geçmişlere ve güçlere sahip süper kahramanların, dünya üzerindeki tehditlerle başa çıkmak için bir araya gelmeleridir. Başlıca karakterler arasında Iron Man (Tony Stark), Captain America (Steve Rogers), Thor, Hulk (Bruce Banner), Black Widow (Natasha Romanoff) ve Hawkeye (Clint Barton) yer alır. Bu karakterlerin her biri, kendi solo filmlerinde tanıtılmıştır ve Yenilmezler serisi, bu karakterlerin birlikte çalışarak büyük düşmanlara karşı koyduğu olayları anlatır.", + * "title": "Yenilmezler [Seri]" + * }, + * "english_name": "Turkish", + * "iso_3166_1": "TR", + * "iso_639_1": "tr", + * "name": "Türkçe" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "A superhero film series produced by Marvel Studios based on the Marvel Comics superhero team of the same name, and part of the Marvel Cinematic Universe (MCU). The series features an ensemble cast from the Marvel Cinematic Universe series films, as they join forces for the peacekeeping organization S.H.I.E.L.D. led by Nick Fury.", + * "title": "" + * }, + * "english_name": "English", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "name": "English" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "アベンジャーズ シリーズ" + * }, + * "english_name": "Japanese", + * "iso_3166_1": "JP", + * "iso_639_1": "ja", + * "name": "日本語" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "" + * }, + * "english_name": "Bulgarian", + * "iso_3166_1": "BG", + * "iso_639_1": "bg", + * "name": "български език" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "어벤져스 시리즈는 마블 코믹스의 슈퍼 히어로 집단 어벤져스의 활약을 영화화 한 시리즈이다. 1, 2편은 조스 웨던이, 3, 4편은 루소 형제가 감독을 맡았다. 현재까지 마블 시네마틱 유니버스의 유일하게 4부작으로 개봉된 시리즈이다", + * "title": "어벤져스 시리즈" + * }, + * "english_name": "Korean", + * "iso_3166_1": "KR", + * "iso_639_1": "ko", + * "name": "한국어/조선말" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Superbohaterskie filmy produkowane przez Marvel Studios, oparty na superbohaterskiej drużynie z komiksów Marvela o tej samej nazwie, będący częścią Marvel Cinematic Universe (MCU). Seria zawiera ensemble cast z filmów serii Marvel Cinematic Universe, jak połączyć siły dla organizacji pokojowej S.H.I.E.L.D. pod przewodnictwem Nicka Fury'ego.", + * "title": "Avengers - Kolekcja" + * }, + * "english_name": "Polish", + * "iso_3166_1": "PL", + * "iso_639_1": "pl", + * "name": "Polski" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "«Мстители»— элитная команда супергероев из комиксов компании Marvel. Она была создана писателем Стэном Ли и художником Джеком Кирби и впервые появилась в комиксе The Avengers #1 в сентябре 1963 года. Мстители, прозванные впоследствии «Самыми могучими героями Земли», первоначально состояли из Человека-Муравья, Осы, Тора, Железного Человека и Халка. Однако с самого начала в составе команды стали происходить изменения: Халк вскоре покинул Мстителей, и к ним присоединился Капитан Америка. Изменяющийся состав стал визитной карточкой команды, хотя некоторое постоянство всё-таки сохранялось: Мстители сражались с такими врагами, одолеть которых в одиночку не мог ни один супергерой — так появилась фирменная фраза: «Мстители, собирайтесь!». За всё время существования команды в ней побывали люди, мутанты, роботы, боги, пришельцы, сверхъестественные существа и даже бывшие злодеи.", + * "title": "Мстители (Коллекция)" + * }, + * "english_name": "Russian", + * "iso_3166_1": "RU", + * "iso_639_1": "ru", + * "name": "Pусский" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Avengers è una serie di film di supereroi prodotta da Marvel Studios basata sull'omonimo team di supereroi Marvel Comics e parte del Marvel Cinematic Universe (MCU). La serie racconta le avventure di diversi supereroi che uniscono le forze per mantenere la pace nel mondo guidati da Nick Fury dell'agenzia di intelligence internazionale S.H.I.E.L.D.", + * "title": "Avengers - Collezione" + * }, + * "english_name": "Italian", + * "iso_3166_1": "IT", + * "iso_639_1": "it", + * "name": "Italiano" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "Avengers (kolekcia)" + * }, + * "english_name": "Slovak", + * "iso_3166_1": "SK", + * "iso_639_1": "sk", + * "name": "Slovenčina" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Uma série de filmes de super-heróis produzida pela Marvel Studios com base na equipe de super-heróis Marvel Comics do mesmo nome, e parte do Universo Cinematográfico Marvel (MCU). A série apresenta um elenco dos filmes da série Universo Cinematográfico Marvel, uma vez que unem forças para a organização de manutenção da paz com a ajuda da S.H.I.E.L.D. liderado por Nick Fury.", + * "title": "Os Vingadores: Coleção" + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "BR", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Una serie de películas de superhéroes producida por Marvel Studios, basada en las historietas homónimas. Cuenta con un elenco de la serie Marvel Cinematic Universe, que unen fuerzas en el grupo S.H.I.E.L.D.", + * "title": "Avengers (Vengadores) - Colección" + * }, + * "english_name": "Spanish", + * "iso_3166_1": "MX", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "復仇者聯盟(系列)" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "TW", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Une série de films de super-héros produite par Marvel Studios qui se base sur l'équipe de super-héros issue de l'univers de Marvel Comics. La série met en scène des super-héros unissant leurs forces pour aider l'organisation de maintien de la paix SHIELD dirigée par Nick Fury.", + * "title": "Collection Les Avengers" + * }, + * "english_name": "French", + * "iso_3166_1": "CA", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Μια σειρά ταινιών υπερήρωων παραγωγής Marvel Studios που βασίζεται στην ομώνυμη ομάδα υπερήρωων της Marvel Comics και μέρος του Marvel Cinematic Universe (MCU). Η σειρά περιλαμβάνει ένα σύνολο από καστ από τις ταινίες της σειράς Marvel Cinematic Universe, καθώς ενώνουν τις δυνάμεις τους για την ειρηνευτική οργάνωση με επικεφαλής τον Nick Fury.", + * "title": "Οι Εκδικητές - Συλλογή" + * }, + * "english_name": "Greek", + * "iso_3166_1": "GR", + * "iso_639_1": "el", + * "name": "ελληνικά" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "" + * }, + * "english_name": "Indonesian", + * "iso_3166_1": "ID", + * "iso_639_1": "id", + * "name": "Bahasa indonesia" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "سلسلة أفلام خارقة من إنتاج استوديوهات مارفل مبنية على فريق الأبطال الخارقين من مارفل كوميكس الذي يحمل نفس الاسم، وهي جزء من عالم مارفل السينمائي (MCU). يضم المسلسل طاقمًا من أفلام سلسلة Marvel Cinematic Universe، حيث يتحدون من أجل منظمة حفظ السلام SHIELD بقيادة Nick Fury.", + * "title": "مجموعة : المنتقمون" + * }, + * "english_name": "Arabic", + * "iso_3166_1": "SA", + * "iso_639_1": "ar", + * "name": "العربية" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "Biệt Đội Siêu Anh Hùng" + * }, + * "english_name": "Vietnamese", + * "iso_3166_1": "VN", + * "iso_639_1": "vi", + * "name": "Tiếng Việt" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "Zbirka: Maščevalci" + * }, + * "english_name": "Slovenian", + * "iso_3166_1": "SI", + * "iso_639_1": "sl", + * "name": "Slovenščina" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Серія фільмів про супергероїв, створена Marvel Studios на основі однойменної команди супергероїв Marvel Comics, яка є частиною Кіновсесвіту Marvel (MCU). У кіноциклі представлений ансамбль героїв з серії Кіновсесвіту Marvel, оскільки вони об’єднують зусилля для миротворчої організації Щ.И.Т на чолі з Ніком Ф'юрі.", + * "title": "Месники | Колекція" + * }, + * "english_name": "Ukrainian", + * "iso_3166_1": "UA", + * "iso_639_1": "uk", + * "name": "Український" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "由漫威工作室製作的超級英雄電影系列,基於漫威漫畫的同名超級英雄團隊,是漫威電影宇宙 (MCU) 的一部分。 該系列以漫威電影宇宙系列電影的全體演員為特色,他們為維和組織神盾局聯手。 由 費·尼克 領導。", + * "title": "復仇者聯盟 (系列)" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "HK", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "یک سریال فیلم ابرقهرمانی که توسط استودیو های مارول ساخته شده و براساس تیم ابرقهرمانی کمیک های مارول با همین نام و بخشی از Marvel Cinematic Universe (MCU) ساخته شده است. این سریال شامل گروهی است که از فیلمهای سریال Universe Cinematic مارول جهانی ساخته شده است ، زیرا آنها برای سازمانهای صلح صلح شیلد به عضویت نیروها می روند. به رهبری نیک فیوری.", + * "title": "مجموعه انتقام‌جویان" + * }, + * "english_name": "Persian", + * "iso_3166_1": "IR", + * "iso_639_1": "fa", + * "name": "فارسی" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Colección de filmes dos Vingadores de Marvel", + * "title": "Os Vingadores - A colección" + * }, + * "english_name": "Galician", + * "iso_3166_1": "ES", + * "iso_639_1": "gl", + * "name": "Galego" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "อเวนเจอร์ส คอลเลกชั่น" + * }, + * "english_name": "Thai", + * "iso_3166_1": "TH", + * "iso_639_1": "th", + * "name": "ภาษาไทย" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "Qasoskorlar Kolleksiyasi" + * }, + * "english_name": "Uzbek", + * "iso_3166_1": "UZ", + * "iso_639_1": "uz", + * "name": "ozbek" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "" + * }, + * "english_name": "Finnish", + * "iso_3166_1": "FI", + * "iso_639_1": "fi", + * "name": "suomi" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "Atribēju kolekcija" + * }, + * "english_name": "Latvian", + * "iso_3166_1": "LV", + * "iso_639_1": "lv", + * "name": "Latviešu" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "შურისმაძიებლები კოლექცია" + * }, + * "english_name": "Georgian", + * "iso_3166_1": "GE", + * "iso_639_1": "ka", + * "name": "ქართული" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Kompanijos „Marvel Studios“ filmų serija apie superherojus, kuri sukurta remiantis „Marvel Comics“ superherojų komanda ir esančia „Marvel Cinematic Universe“ (MCU) dalimi. Filmų serijoje vaidina aktoriai iš „Marvel Cinematic Universe“ serijos filmų, kurie suvienija jėgas vardan taikos palaikymo organizacijos S.K.Y.D.A.S. vadovaujamos Nicko Fury.", + * "title": "" + * }, + * "english_name": "Lithuanian", + * "iso_3166_1": "LT", + * "iso_639_1": "lt", + * "name": "Lietuvių" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "" + * }, + * "english_name": "German", + * "iso_3166_1": "AT", + * "iso_639_1": "de", + * "name": "Deutsch" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "title": "" + * }, + * "english_name": "Croatian", + * "iso_3166_1": "HR", + * "iso_639_1": "hr", + * "name": "Hrvatski" + * } + * ] + */ + translations?: { + data?: { + /** + * @description A URL that directs to the official homepage for the collection. + * @example + */ + homepage?: string; + /** + * @description A brief summary of the collection + * @example 美国队长在被冰封数年后,终于苏醒过来。这个世界已经不再是他过去所熟悉的样子,各类型的邪恶对手层出不穷。于是美国队长、钢铁侠、雷神、绿巨人等超级英雄聚集在一起,组成史上最强大的“复仇者”团队,共同惩恶扬善,为和平而战。 + */ + overview?: string; + /** + * @description The title of the collection. + * @example 复仇者联盟(系列) + */ + title?: string; + }; + /** + * @description The name of the collection in English. + * @example Mandarin + */ + english_name?: string; + /** + * @description The ISO 3166-1 code that represents the region or country where the translation is applicable. + * @example CN + */ + iso_3166_1?: string; + /** + * @description The ISO 639-1 code that indicates the language of the translation + * @example zh + */ + iso_639_1?: string; + /** + * @description The name of the collection in the specified language indicated by the ISO codes above. + * @example 普通话 + */ + name?: string; + }[]; + }; + }; + }; + }; + }; + companyId: { + parameters: { + query: { + /** @description The name of the company we are retrieving its company id. */ + query: string; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description company_id */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The current page number in the paginated results. + * @example 1 + */ + page?: number; + /** + * @description This provides specific information about a particular HBO brand. + * @example [ + * { + * "id": 3268, + * "logo_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", + * "name": "HBO", + * "origin_country": "US" + * }, + * { + * "id": 142414, + * "logo_path": "/tC3oVZvqpwhAG1uSjpMnmj4nW3O.png", + * "name": "HBO Asia", + * "origin_country": "SG" + * }, + * { + * "id": 143571, + * "logo_path": null, + * "name": "HBO Showcase", + * "origin_country": "" + * }, + * { + * "id": 14914, + * "logo_path": "/1RZBWz53SpHUTLpRcM8BGv2plIP.png", + * "name": "HBO Documentary Films", + * "origin_country": "US" + * }, + * { + * "id": 119349, + * "logo_path": null, + * "name": "HBO Central Europe", + * "origin_country": "" + * }, + * { + * "id": 147188, + * "logo_path": null, + * "name": "HBO / Cinemax", + * "origin_country": "" + * }, + * { + * "id": 7429, + * "logo_path": "/6in9uMqxXEHx5XgYgkeRBpZ4rPw.png", + * "name": "HBO Films", + * "origin_country": "US" + * }, + * { + * "id": 158691, + * "logo_path": "/s5ELD35ShWgVKQxgERHM2iP5bXA.png", + * "name": "HBO Max", + * "origin_country": "US" + * }, + * { + * "id": 21222, + * "logo_path": "/baMruKL2uRhJ1Soi4flSHVzXIH2.png", + * "name": "HBO Independent Productions", + * "origin_country": "US" + * }, + * { + * "id": 27289, + * "logo_path": null, + * "name": "HBO Bulgaria", + * "origin_country": "" + * }, + * { + * "id": 128608, + * "logo_path": null, + * "name": "H-Bomb Films", + * "origin_country": "" + * }, + * { + * "id": 37659, + * "logo_path": "/zfouUSOEq718TbB9YqN9OylPtD7.png", + * "name": "HBO Polska", + * "origin_country": "PL" + * }, + * { + * "id": 136561, + * "logo_path": "/mReKmOZLemFcWlMocCwiq3XbsbB.png", + * "name": "HBO Europe", + * "origin_country": "CZ" + * }, + * { + * "id": 44618, + * "logo_path": "/vh38lPSFvesAuOQ8r5TrUT9Vur5.png", + * "name": "HBO Latin America", + * "origin_country": "" + * }, + * { + * "id": 67207, + * "logo_path": null, + * "name": "HBO Downtown Productions", + * "origin_country": "" + * }, + * { + * "id": 11489, + * "logo_path": null, + * "name": "HBO/Cinemax Documentary", + * "origin_country": "" + * }, + * { + * "id": 13670, + * "logo_path": null, + * "name": "HBO Romania", + * "origin_country": "RO" + * }, + * { + * "id": 6751, + * "logo_path": "/giPzzhPdiNloiuwo7qLagRn5uGH.png", + * "name": "HBO Sports", + * "origin_country": "US" + * }, + * { + * "id": 187379, + * "logo_path": "/s5ELD35ShWgVKQxgERHM2iP5bXA.png", + * "name": "HBO Max", + * "origin_country": "CZ" + * }, + * { + * "id": 6107, + * "logo_path": null, + * "name": "HBO Česká republika", + * "origin_country": "CZ" + * } + * ] + */ + results?: { + /** + * @description A unique identifier assigned to a company. + * @example 3268 + */ + id?: number; + /** + * @description The path to the image representing the logo of the company. If it's "null", it indicates that there is no logo available for that company. + * @example /tuomPhY2UtuPTqqFnKMVHvSb724.png + */ + logo_path?: string | null; + /** + * @description The name of the company. + * @example HBO + */ + name?: string; + /** + * @description The country where the company is based or primarily operates. + * @example US + */ + origin_country?: string; + }[]; + /** + * @description The total number of pages available in the response data. + * @example 2 + */ + total_pages?: number; + /** + * @description The total number of movie results returned from the query. + * @example 24 + */ + total_results?: number; + }; + }; + }; + }; + }; + details2: { + parameters: { + query?: never; + header?: never; + path: { + /** @description A unique identifier assigned to a company. */ + company_id: components["parameters"]["company_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A textual overview of the company or organization. + * @example + */ + description?: string; + /** + * @description The location of the company’s main office or operational center. + * @example New York City, New York + */ + headquarters?: string; + /** + * @description The official website of the company, providing information about its services, offerings, and contact details. + * @example https://www.hbo.com + */ + homepage?: string; + /** + * @description the unique identifier of the company. + * @example 3268 + */ + id?: number; + /** + * @description The file path for the company’s logo, typically used to display the brand image visually. + * @example /tuomPhY2UtuPTqqFnKMVHvSb724.png + */ + logo_path?: string; + /** + * @description The official name of the company or organization. + * @example HBO + */ + name?: string; + /** + * @description The country where the company was established or primarily operates. + * @example US + */ + origin_country?: string; + /** @example null */ + parent_company?: unknown; + }; + }; + }; + }; + }; + alternativeNames: { + parameters: { + query?: never; + header?: never; + path: { + /** @description A unique identifier assigned to a company. */ + company_id: components["parameters"]["company_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description alternative names */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description the unique identifier of the company. + * @example 3268 + */ + id?: number; + /** + * @description This section contains an array of objects representing different names associated with the company. + * @example [ + * { + * "name": "Home Box Office", + * "type": "" + * }, + * { + * "name": "Home Box Office (HBO)", + * "type": "" + * }, + * { + * "name": "HBO Entertainment", + * "type": "" + * } + * ] + */ + results?: { + /** + * @description This is the original name of the company. + * @example Home Box Office + */ + name?: string; + /** + * @description indicate the type or category of the name (e.g., brand name, legal name) + * @example + */ + type?: string; + }[]; + }; + }; + }; + }; + }; + images1: { + parameters: { + query?: never; + header?: never; + path: { + /** @description A unique identifier assigned to a company. */ + company_id: components["parameters"]["company_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A unique identifier for the company + * @example 3268 + */ + id?: number; + /** + * @description This is a graphical representations or brand images associated with a company. + * @example [ + * { + * "aspect_ratio": 2.425287356321839, + * "file_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", + * "file_type": ".svg", + * "height": 174, + * "id": "5aa1688c9251416105009d28", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 422 + * } + * ] + */ + logos?: { + /** + * @description The ratio of width to height of the logo image + * @example 2.425287356321839 + */ + aspect_ratio?: number; + /** + * @description The path to the logo image file. + * @example /tuomPhY2UtuPTqqFnKMVHvSb724.png + */ + file_path?: string; + /** + * @description The file extension/type of the logo image, indicating the format in which it is saved. Here, it is in SVG format. + * @example .svg + */ + file_type?: string; + /** + * @description The height of the logo image + * @example 174 + */ + height?: number; + /** + * @description A unique identifier for the specific logo within the context of the company. + * @example 5aa1688c9251416105009d28 + */ + id?: string; + /** + * @description The average rating (or score) given to the content (usually on a scale), representing user feedback. + * @example 3.334 + */ + vote_average?: number; + /** + * @description The total number of votes/cast ratings that contributed to the vote_average + * @example 1 + */ + vote_count?: number; + /** + * @description The width of the image. + * @example 422 + */ + width?: number; + }[]; + }; + }; + }; + }; + }; + details3: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This refers to a list of specific attributes or fields that may be updated, added, or modified regarding a movie or television show. + * @example [ + * "adult", + * "air_date", + * "also_known_as", + * "alternative_titles", + * "biography", + * "birthday", + * "budget", + * "cast", + * "certifications", + * "character_names", + * "created_by", + * "crew", + * "deathday", + * "episode", + * "episode_number", + * "episode_run_time", + * "freebase_id", + * "freebase_mid", + * "general", + * "genres", + * "guest_stars", + * "homepage", + * "images", + * "imdb_id", + * "languages", + * "name", + * "network", + * "origin_country", + * "original_name", + * "original_title", + * "overview", + * "parts", + * "place_of_birth", + * "plot_keywords", + * "production_code", + * "production_companies", + * "production_countries", + * "releases", + * "revenue", + * "runtime", + * "season", + * "season_number", + * "season_regular", + * "spoken_languages", + * "status", + * "tagline", + * "title", + * "translations", + * "tvdb_id", + * "tvrage_id", + * "type", + * "video", + * "videos" + * ] + */ + change_keys?: string[]; + images?: { + /** + * @description Available sizes for backdrop images (e.g., 300px, 780px, 1280px, original). + * @example [ + * "w300", + * "w780", + * "w1280", + * "original" + * ] + */ + backdrop_sizes?: string[]; + /** + * @description The base URL to access images from the TMDB. + * @example http://image.tmdb.org/t/p/ + */ + base_url?: string; + /** + * @description Available sizes for logo images. + * @example [ + * "w45", + * "w92", + * "w154", + * "w185", + * "w300", + * "w500", + * "original" + * ] + */ + logo_sizes?: string[]; + /** + * @description Available sizes for poster images + * @example [ + * "w92", + * "w154", + * "w185", + * "w342", + * "w500", + * "w780", + * "original" + * ] + */ + poster_sizes?: string[]; + /** + * @description Available sizes for profile image images. + * @example [ + * "w45", + * "w185", + * "h632", + * "original" + * ] + */ + profile_sizes?: string[]; + /** + * @description The secure (HTTPS) base URL for accessing images. + * @example https://image.tmdb.org/t/p/ + */ + secure_base_url?: string; + /** + * @description Available sizes for still images from movies or shows. + * @example [ + * "w92", + * "w185", + * "w300", + * "original" + * ] + */ + still_sizes?: string[]; + }; + }; + }; + }; + }; + }; + countries: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description countries */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This value represents the name of the country in English. + * @example Andorra + */ + english_name?: string; + /** + * @description This is the 2-letter country code as per the ISO 3166-1 standard. + * @example AD + */ + iso_3166_1?: string; + /** + * @description This is the name of the country in its own native language, which allows for representation of the country that is culturally and linguistically appropriate. + * @example Andorra + */ + native_name?: string; + }[]; + }; + }; + }; + }; + jobs: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description jobs */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This represents the specific area within the organization or project that the jobs are associated with. + * @example Sound + */ + department?: string; + /** + * @description A list of possible job titles available within the specified department. + * @example [ + * "Dolby Consultant", + * "First Assistant Sound Editor", + * "Music Director", + * "Songs", + * "Sound Engineer", + * "Orchestrator", + * "Music Supervisor", + * "ADR Editor", + * "Sound Effects", + * "Supervising Music Editor", + * "Recording Supervision", + * "Additional Sound Re-Recording Mixer", + * "Apprentice Sound Editor", + * "Sound Mixer", + * "Additional Music Supervisor", + * "Conductor", + * "Playback Singer", + * "Supervising Dialogue Editor", + * "Other", + * "Assistant Sound Editor", + * "Foley Editor", + * "Supervising Sound Editor", + * "Sound Recordist", + * "Sound Effects Designer", + * "Theme Song Performance", + * "Sound Montage Associate", + * "Assistant Music Supervisor", + * "Sound Editor", + * "Sound Director", + * "Additional Soundtrack", + * "Musician", + * "Utility Sound", + * "Original Music Composer", + * "Sound Designer", + * "Production Sound Mixer", + * "Dialogue Editor", + * "Additional Sound Re-Recordist", + * "Music Programmer", + * "Supervising ADR Editor", + * "Sound Re-Recording Mixer", + * "Boom Operator", + * "Scoring Mixer", + * "Foley", + * "Vocal Coach", + * "ADR Supervisor", + * "Music Editor", + * "Sound Effects Editor", + * "Music", + * "ADR & Dubbing", + * "Music Score Producer", + * "Supervising Sound Effects Editor", + * "Sound", + * "ADR Recording Engineer", + * "Assistant Sound Designer", + * "ADR Engineer", + * "Audio Post Coordinator", + * "Sound Technical Supervisor", + * "ADR Recordist", + * "Loop Group Coordinator", + * "Foley Recordist", + * "Additional Production Sound Mixer", + * "ADR Editor", + * "Music Coordinator", + * "Sound Post Supervisor", + * "ADR Coordinator", + * "Second Assistant Sound", + * "Music Producer", + * "Music Supervision Assistant", + * "Sound Re-Recording Assistant", + * "Vocals", + * "Assistant Sound Engineer", + * "Foley Supervisor", + * "Location Sound Mixer", + * "Music Sound Design and Processing", + * "Sound Post Production Coordinator", + * "ADR Mixer", + * "Digital Foley Artist", + * "Joint ADR Mixer", + * "Main Title Theme Composer", + * "Music Co-Supervisor", + * "Foley Mixer", + * "Location Sound Recordist", + * "Assistant Foley Artist", + * "Assistant Dialogue Editor", + * "Keyboard Programmer", + * "Music Consultant", + * "Sound Mix Technician", + * "Location Sound Assistant", + * "O.B. Sound", + * "Foley Artist", + * "Foley Recording Engineer", + * "Music Arranger", + * "Sound Assistant", + * "ADR Post Producer", + * "Sound Supervisor" + * ] + */ + jobs?: string[]; + }[]; + }; + }; + }; + }; + languages: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description languages */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The name of the language in English. + * @example Aymara + */ + english_name?: string; + /** + * @description A two-letter language code defined by the ISO 639-1 standard. + * @example ay + */ + iso_639_1?: string; + /** + * @description The name of the language in its native script or form, which may not necessarily be in English. + * @example + */ + name?: string; + }[]; + }; + }; + }; + }; + primaryTranslations: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description primary translations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": string[]; + }; + }; + }; + }; + timezones: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description timezones */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A string representing the ISO 3166-1 alpha-2 code for a country. + * @example AD + */ + iso_3166_1?: string; + /** + * @description An array of strings that represents the time zone identifiers corresponding to the specified country. Each string in this array denotes a specific time zone that is applicable within that country, enabling precise time conversions and scheduling for users in different regions. + * @example [ + * "Europe/Andorra" + * ] + */ + zones?: string[]; + }[]; + }; + }; + }; + }; + movieId: { + parameters: { + query?: { + /** @description This is the geographical area or country that can be used to filter results based on regional availability. */ + region?: components["parameters"]["region"]; + /** @description This indicate whether the movie is an adult content. */ + include_adult?: components["parameters"]["include_adult"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description This refers to the year when the film was primarily released in theaters. */ + primary_release_year?: string; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This generally refers to the broader or official year associated with the film. */ + year?: string; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movie_id */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The current page number being viewed in the results. + * @example 1 + */ + page?: number; + /** + * @description This represents a collection of movie objects returned by the API that provides information about various films. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/hZkgoQYus5vegHoetLkCJzb17zJ.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 550, + * "original_language": "en", + * "original_title": "Fight Club", + * "overview": "A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground \"fight clubs\" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion.", + * "popularity": 115.18, + * "poster_path": "/pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg", + * "release_date": "1999-10-15", + * "title": "Fight Club", + * "video": false, + * "vote_average": 8.4, + * "vote_count": 29575 + * }, + * { + * "adult": false, + * "backdrop_path": "/1VqE5z4VIOcNcajJuHLk4fDkY9G.jpg", + * "genre_ids": [ + * 28, + * 27 + * ], + * "id": 289732, + * "original_language": "zh", + * "original_title": "屍城", + * "overview": "It's the end of the century at a corner of the city in a building riddled with crime - Everyone in the building has turned into zombies. After Jenny's boyfriend is killed in a zombie attack, she faces the challenge of surviving in the face of adversity. In order to stay alive, she struggles with Andy to flee danger.", + * "popularity": 14.319, + * "poster_path": "/u8u3KVq0qfJYmNDsaTVOXy4So6f.jpg", + * "release_date": "2014-10-23", + * "title": "Zombie Fight Club", + * "video": false, + * "vote_average": 5.6, + * "vote_count": 113 + * }, + * { + * "adult": false, + * "backdrop_path": "/nlDmuxSjJS1Fi2FgVToPm9ytm5S.jpg", + * "genre_ids": [ + * 28, + * 18, + * 53 + * ], + * "id": 1213076, + * "original_language": "ta", + * "original_title": "Fight Club", + * "overview": "A young boy Selva chasing his football sports dreams suffers a major setback, grows into an angry young man who is drawn into conflicts by evil forces involving him and his family, which he must navigate and reform", + * "popularity": 4.154, + * "poster_path": "/1h6t9nCYVWOLRskB35K51payMok.jpg", + * "release_date": "2023-12-15", + * "title": "Fight Club", + * "video": false, + * "vote_average": 6.5, + * "vote_count": 14 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 323667, + * "original_language": "ru", + * "original_title": "Вставай и бейся", + * "overview": "Intertwined stories from the gladiator/athletes participating to the Calcio Storico Fiorentino yearly championship.", + * "popularity": 9.598, + * "poster_path": "/rPCOC0myV3Vr7nYGMAOAOpUXgH3.jpg", + * "release_date": "2015-06-21", + * "title": "Florence Fight Club", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 30 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 973534, + * "original_language": "ru", + * "original_title": "Бойцовский клуб (русская версия)", + * "overview": "The Russian version of the movie \"Fight Club\" is not just a Russian version of a well-known cult film, it is the result and of the hard work of two young men and their love for cinema, Alexander Kukhar (GOLOBON-TV) and Dmitry Ivanov (GRIZLIK FILM) , who are responsible for this project, from the development of its idea and the selection of the cast, to the organization of filming and financial support. Filming lasted a whole year. Everyday work, constant trips, searching for suitable film sets and an exhausting schedule - all this was not in vain and resulted in an unusually amazing and original project - the film \"Fight Club\", created in the very heart of southern Russia, in the city of Krasnodar, by two young people", + * "popularity": 4.297, + * "poster_path": null, + * "release_date": "", + * "title": "Fight Club (Russian version)", + * "video": true, + * "vote_average": 7.75, + * "vote_count": 30 + * }, + * { + * "adult": false, + * "backdrop_path": "/cHnWx0QoVvtSNkDUpYcM9CXJhV8.jpg", + * "genre_ids": [ + * 28 + * ], + * "id": 347807, + * "original_language": "hi", + * "original_title": "Fight Club: Members Only", + * "overview": "Four friends head off to Bombay and get involved in the mother and father of all gang wars.", + * "popularity": 3.63, + * "poster_path": "/aXFmWfWYCCxQTkCn7K86RvDiMHZ.jpg", + * "release_date": "2006-02-17", + * "title": "Fight Club: Members Only", + * "video": false, + * "vote_average": 6.4, + * "vote_count": 25 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 28, + * 16 + * ], + * "id": 1253350, + * "original_language": "en", + * "original_title": "Jurassic Fight Club - Cannibal Dinosaur Claymation", + * "overview": "A Short claymation version of Jurassic fight club's first episode.", + * "popularity": 1.468, + * "poster_path": "/qVNnuW43y7fl0EBuP5Mzbi4tN9J.jpg", + * "release_date": "2010-07-28", + * "title": "Jurassic Fight Club - Cannibal Dinosaur Claymation", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": "/oBMzgMqZTp2X8ZSc3ysVUjT5BeN.jpg", + * "genre_ids": [ + * 99 + * ], + * "id": 1159565, + * "original_language": "en", + * "original_title": "Great White Fight Club", + * "overview": "Experts set out to prove that female great white sharks rule the ocean.", + * "popularity": 2.11, + * "poster_path": "/4gbp125YYBOTfNAGP7K81vFW792.jpg", + * "release_date": "2023-07-24", + * "title": "Great White Fight Club", + * "video": false, + * "vote_average": 7.8, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/tCcjGTnM20ujEtgFCGoMYeYilRj.jpg", + * "genre_ids": [ + * 28, + * 16 + * ], + * "id": 1254078, + * "original_language": "en", + * "original_title": "Fredz Jurassic Fight Club Claymation Style Part 1", + * "overview": "Shorter & More Violent Versions Instead of the lame clay sculptures previously seen. The animals are not in Vivid color B/C I don't have a large amount colorful clay. This video Has 4 out of 8 Episodes i'll be doing & soon i'll be making colorful Versions of The Creatures In Runcycles.", + * "popularity": 1.989, + * "poster_path": "/1uSR6XpVK5gKdr4Qcc26CRGTwWk.jpg", + * "release_date": "2010-08-14", + * "title": "Fredz Jurassic Fight Club Claymation Style Part 1", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": "/5ShuVz8G8LigZKktqAuPnupFxRK.jpg", + * "genre_ids": [ + * 28, + * 16 + * ], + * "id": 1254080, + * "original_language": "en", + * "original_title": "Fredz Jurassic Fight Club Claymation Style Part 2", + * "overview": "Finally, the second half of an epic short revealed! Enjoy... The LOST EPISODE.", + * "popularity": 3.534, + * "poster_path": "/5vKdtHL6cdLzG5ZTPHNvZ7tR0LR.jpg", + * "release_date": "2011-12-28", + * "title": "Fredz Jurassic Fight Club Claymation Style Part 2", + * "video": false, + * "vote_average": 6.5, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 883656, + * "original_language": "en", + * "original_title": "GCW Fight Club", + * "overview": "GCW presents Fight Club straight from the Showboat Hotel in Atlantic City, NJ! The event features the GCW World Championship match where Mox defends against Gage in a match that we have been waiting for during the last decade. Who will be the new GCW World Champion?", + * "popularity": 3.472, + * "poster_path": "/a9RWdhRLyx3BqCjlwmZJHXyeMkR.jpg", + * "release_date": "2021-10-09", + * "title": "GCW Fight Club", + * "video": true, + * "vote_average": 7.7, + * "vote_count": 21 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 28, + * 18, + * 80 + * ], + * "id": 51021, + * "original_language": "en", + * "original_title": "A Lure: Teen Fight Club", + * "overview": "A community is under siege as three Belmont Highschool coed students go missing with no trace of their whereabouts. The pressure is on the police to capture the culprits responsible. Scouring the school hallways in search of clues, undercover female detective Maggie Rawdon (Jessica Sonnerborn) enters Belmont High as a transfer student in an attempt to solve the hideous disappearance of the students. Maggie makes a few new friends, and gets invited to a private rave in the country. Just as the group begins to suspect that they've taken a wrong turn, however, the trap is sprung and Maggie finds out firsthand what fate has befallen the missing girls.", + * "popularity": 3.067, + * "poster_path": "/ipl6NdM0LwyakzLH9gKBDn8YhmZ.jpg", + * "release_date": "2010-11-16", + * "title": "A Lure: Teen Fight Club", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 1369119, + * "original_language": "en", + * "original_title": "GCW Fight Club 2024 - Night 1: The Art Of War Games", + * "overview": "", + * "popularity": 1.201, + * "poster_path": "/e0rAFOeJ0rF4EoloPHnAsZz8Fk4.jpg", + * "release_date": "2024-10-12", + * "title": "GCW Fight Club 2024 - Night 1: The Art Of War Games", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 99 + * ], + * "id": 944789, + * "original_language": "en", + * "original_title": "Leopard Fight Club", + * "overview": "Witness a remarkable coming-of-age story as we track a young leopard's journey from rookie to royalty in South Africa's lethal Big Five landscape. When we first meet Jack, he's clumsy, fearful, and weak, but he's a fast learner - and he'll need to be. He's destined for a showdown with the area's current leopard monarch, an alpha male with a real mean streak. We follow Jack as he hones his skills and builds up muscle for the ultimate catfight. It's a battle where only the winner will walk out alive.", + * "popularity": 1.74, + * "poster_path": "/pNhu0kvxvBJhpzDEwKf9Zdphbfg.jpg", + * "release_date": "2013-04-01", + * "title": "Leopard Fight Club", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 99 + * ], + * "id": 532155, + * "original_language": "en", + * "original_title": "Musangwe: Fight Club", + * "overview": "The first rule is that there are no rules. For the bare-knuckle combatants competing in Musangwe fights, anything goes - you can even put a curse on him. The sport, which dates back centuries, has become a South African institution. Any male from the age of nine to ninety can compete. We follow a group of fighters as they slug it out in the ring. Who will be this year's champion?", + * "popularity": 1.476, + * "poster_path": "/tZDxttt0LfgAKwvLIWyOO3fr01c.jpg", + * "release_date": "2007-10-01", + * "title": "Musangwe: Fight Club", + * "video": false, + * "vote_average": 7.7, + * "vote_count": 16 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 99 + * ], + * "id": 151912, + * "original_language": "en", + * "original_title": "Jurassic Fight Club", + * "overview": "Jurassic Fight Club, a paleontology-based miniseries that ran for 12 episodes, depicts how prehistoric beasts hunted their prey, dissecting these battles and uncovering a predatory world far more calculated and complex than originally thought. It was hosted by George Blasing, a self-taught paleontologist.", + * "popularity": 2.167, + * "poster_path": null, + * "release_date": "2008-10-22", + * "title": "Jurassic Fight Club", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 17 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 289100, + * "original_language": "en", + * "original_title": "Girls Fight Club", + * "overview": "The best women's wrestling competition of all time...and if you think it's fake you're in for a big surprise See LEGENDARY Mixed Martial Arts fighters coach their teams to victory in the cage! aka Chuck Lidell's Girl's Fight Club", + * "popularity": 2.383, + * "poster_path": null, + * "release_date": "2009-06-18", + * "title": "Girls Fight Club", + * "video": false, + * "vote_average": 7.538, + * "vote_count": 13 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 969532, + * "original_language": "en", + * "original_title": "GCW: Fight Club Houston", + * "overview": "On July 9th GCW presents Fight Club Houston straight from Premier Arena in Houston, Texas. The lineup is almost completed, check it below: AJ Gray vs Bryan Keith Nick Gage vs Sadika Joey Janela vs Dante Ninja Mack vs Jack Cartwheel Effy vs Gino Jimmy Lloyd vs Carter Lucha Scramble .... more to be added soon!", + * "popularity": 1.136, + * "poster_path": "/353CATo61TQERENVF6AqIqhUD51.jpg", + * "release_date": "2021-07-09", + * "title": "GCW: Fight Club Houston", + * "video": true, + * "vote_average": 7.5, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 16, + * 35 + * ], + * "id": 615408, + * "original_language": "en", + * "original_title": "Fight Club But With Tennis And No Fight", + * "overview": "Drama descends upon two tennis-obsessed women as the tension moves from off the court and into the café.", + * "popularity": 2.295, + * "poster_path": "/8pEQqVtSpgCtb7dzhR55EO1dC3l.jpg", + * "release_date": "2019-07-13", + * "title": "Fight Club But With Tennis And No Fight", + * "video": false, + * "vote_average": 7.6, + * "vote_count": 13 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 99 + * ], + * "id": 259016, + * "original_language": "en", + * "original_title": "Insane Fight Club", + * "overview": "A group of friends have created a brand new subculture that is taking over the streets of Glasgow. They've established their very own fight club, but this is no ordinary wrestling event - this is brutal, riotous chaos. Fights don't always stay inside the ring, people are bounced off the side of buses and thrown off balconies in pubs. They now plan the biggest show of their lives. The stakes are high, will it bring them the fame and recognition they need to survive?", + * "popularity": 2.53, + * "poster_path": null, + * "release_date": "2014-03-11", + * "title": "Insane Fight Club", + * "video": false, + * "vote_average": 6.767, + * "vote_count": 15 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the movie is intended for adults + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the movie's backdrop image (used for background displays). + * @example /hZkgoQYus5vegHoetLkCJzb17zJ.jpg + */ + backdrop_path?: string | null; + /** + * @description An array of genre IDs that represent the types of genres the movie falls under. + * @example [ + * 18 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie. + * @example 550 + */ + id?: number; + /** + * @description The original language in which the movie was produced. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released + * @example Fight Club + */ + original_title?: string; + /** + * @description A brief summary of the movie's plot. + * @example A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground "fight clubs" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion. + */ + overview?: string; + /** + * @description A numerical value indicating the popularity of the movie, often based on user interactions and ratings. + * @example 115.18 + */ + popularity?: number; + /** + * @description The URL path to the movie's poster image (used for display purposes). + * @example /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg + */ + poster_path?: string | null; + /** + * @description The release date of the movie in the format YYYY-MM-DD. + * @example 1999-10-15 + */ + release_date?: string; + /** + * @description The title of the movie as displayed to the audience. + * @example Fight Club + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description The average rating of the movie based on user votes. + * @example 8.4 + */ + vote_average?: number; + /** + * @description The total number of votes cast for the movie. + * @example 29575 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available in the response data. + * @example 3 + */ + total_pages?: number; + /** + * @description The total number of movie results returned from the query. + * @example 56 + */ + total_results?: number; + }; + }; + }; + }; + }; + creditId: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description credit_id / credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description refers to the group of actors and actresses who are assigned to perform specific roles in a movie or television show. + * @example [ + * { + * "adult": false, + * "cast_id": 4, + * "character": "Narrator", + * "credit_id": "52fe4250c3a36847f80149f3", + * "gender": 2, + * "id": 819, + * "known_for_department": "Acting", + * "name": "Edward Norton", + * "order": 0, + * "original_name": "Edward Norton", + * "popularity": 23.946, + * "profile_path": "/8nytsqL59SFJTVYVrN72k6qkGgJ.jpg" + * }, + * { + * "adult": false, + * "cast_id": 5, + * "character": "Tyler Durden", + * "credit_id": "52fe4250c3a36847f80149f7", + * "gender": 2, + * "id": 287, + * "known_for_department": "Acting", + * "name": "Brad Pitt", + * "order": 1, + * "original_name": "Brad Pitt", + * "popularity": 80.316, + * "profile_path": "/4rjnRCQ6bGFYdBb4UooOjsQy12c.jpg" + * }, + * { + * "adult": false, + * "cast_id": 285, + * "character": "Marla Singer", + * "credit_id": "631f0de8bd32090082733691", + * "gender": 1, + * "id": 1283, + * "known_for_department": "Acting", + * "name": "Helena Bonham Carter", + * "order": 2, + * "original_name": "Helena Bonham Carter", + * "popularity": 44.812, + * "profile_path": "/hJMbNSPJ2PCahsP3rNEU39C8GWU.jpg" + * }, + * { + * "adult": false, + * "cast_id": 7, + * "character": "Robert Paulson", + * "credit_id": "52fe4250c3a36847f80149ff", + * "gender": 2, + * "id": 7470, + * "known_for_department": "Acting", + * "name": "Meat Loaf", + * "order": 3, + * "original_name": "Meat Loaf", + * "popularity": 9.374, + * "profile_path": "/7gKLR1u46OB8WJ6m06LemNBCMx6.jpg" + * }, + * { + * "adult": false, + * "cast_id": 286, + * "character": "Angel Face", + * "credit_id": "631f0e29ce9e91007f757d86", + * "gender": 2, + * "id": 7499, + * "known_for_department": "Acting", + * "name": "Jared Leto", + * "order": 4, + * "original_name": "Jared Leto", + * "popularity": 23.479, + * "profile_path": "/ca3x0OfIKbJppZh8S1Alx3GfUZO.jpg" + * }, + * { + * "adult": false, + * "cast_id": 31, + * "character": "Richard Chesler (Regional Manager)", + * "credit_id": "52fe4250c3a36847f8014a55", + * "gender": 2, + * "id": 7471, + * "known_for_department": "Acting", + * "name": "Zach Grenier", + * "order": 5, + * "original_name": "Zach Grenier", + * "popularity": 9.097, + * "profile_path": "/fSyQKZO39sUsqY283GXiScOg3Hi.jpg" + * }, + * { + * "adult": false, + * "cast_id": 32, + * "character": "The Mechanic", + * "credit_id": "52fe4250c3a36847f8014a59", + * "gender": 2, + * "id": 7497, + * "known_for_department": "Acting", + * "name": "Holt McCallany", + * "order": 6, + * "original_name": "Holt McCallany", + * "popularity": 16.351, + * "profile_path": "/nttzDvj4rpcCvtxbsEwLRN6nQFq.jpg" + * }, + * { + * "adult": false, + * "cast_id": 33, + * "character": "Ricky", + * "credit_id": "52fe4250c3a36847f8014a5d", + * "gender": 2, + * "id": 7498, + * "known_for_department": "Acting", + * "name": "Eion Bailey", + * "order": 7, + * "original_name": "Eion Bailey", + * "popularity": 22.355, + * "profile_path": "/3DW13W47cKk4LQZwS4EvRaNBoVu.jpg" + * }, + * { + * "adult": false, + * "cast_id": 34, + * "character": "Intern at Hospital", + * "credit_id": "52fe4250c3a36847f8014a61", + * "gender": 2, + * "id": 7472, + * "known_for_department": "Acting", + * "name": "Richmond Arquette", + * "order": 8, + * "original_name": "Richmond Arquette", + * "popularity": 19.75, + * "profile_path": "/y3b4UzS6DuWtCgdqxdQ5s1D5ipa.jpg" + * }, + * { + * "adult": false, + * "cast_id": 35, + * "character": "Thomas at Remaining Men Together", + * "credit_id": "52fe4250c3a36847f8014a65", + * "gender": 2, + * "id": 7219, + * "known_for_department": "Acting", + * "name": "David Andrews", + * "order": 9, + * "original_name": "David Andrews", + * "popularity": 6.303, + * "profile_path": "/36LEerIIN7gpG52mM3Ier7YWDbh.jpg" + * }, + * { + * "adult": false, + * "cast_id": 59, + * "character": "Group Leader at Remaining Men Together", + * "credit_id": "581fce4c92514168ad00899d", + * "gender": 2, + * "id": 1129738, + * "known_for_department": "Acting", + * "name": "George Maguire", + * "order": 10, + * "original_name": "George Maguire", + * "popularity": 1.135, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 60, + * "character": "Weeping Woman - Onward and Upward", + * "credit_id": "581fce7fc3a368555600847b", + * "gender": 1, + * "id": 1317693, + * "known_for_department": "Acting", + * "name": "Eugenie Bondurant", + * "order": 11, + * "original_name": "Eugenie Bondurant", + * "popularity": 5.614, + * "profile_path": "/9ULAELEKNha7VCJhRWoer58NcJe.jpg" + * }, + * { + * "adult": false, + * "cast_id": 36, + * "character": "Group Leader - Partners in Positivity", + * "credit_id": "52fe4250c3a36847f8014a69", + * "gender": 1, + * "id": 68277, + * "known_for_department": "Acting", + * "name": "Christina Cabot", + * "order": 12, + * "original_name": "Christina Cabot", + * "popularity": 4.076, + * "profile_path": "/h1vwbOfITSvDvDq8E9MVvWqMYSr.jpg" + * }, + * { + * "adult": false, + * "cast_id": 61, + * "character": "Speaker - Free and Clear", + * "credit_id": "581fcf3a92514168ad008b09", + * "gender": 2, + * "id": 202080, + * "known_for_department": "Acting", + * "name": "Sydney 'Big Dawg' Colston", + * "order": 13, + * "original_name": "Sydney 'Big Dawg' Colston", + * "popularity": 1.112, + * "profile_path": "/tdzVh7pstj6rcppqbBOX0KA7mX9.jpg" + * }, + * { + * "adult": false, + * "cast_id": 62, + * "character": "Chloe", + * "credit_id": "581fcf5d92514168aa008b9e", + * "gender": 1, + * "id": 7473, + * "known_for_department": "Acting", + * "name": "Rachel Singer", + * "order": 14, + * "original_name": "Rachel Singer", + * "popularity": 5.38, + * "profile_path": "/o4Hzvy1VRa3IILMrI45Ia08pstK.jpg" + * }, + * { + * "adult": false, + * "cast_id": 63, + * "character": "Airline Check-In Attendant", + * "credit_id": "581fd16ec3a36855530096a4", + * "gender": 1, + * "id": 1172435, + * "known_for_department": "Acting", + * "name": "Christie Cronenweth", + * "order": 15, + * "original_name": "Christie Cronenweth", + * "popularity": 0.718, + * "profile_path": "/m9S13jmuBO2VeY0ZspSS7DlAEU.jpg" + * }, + * { + * "adult": false, + * "cast_id": 37, + * "character": "Federated Motor Co. - Inspector Bird", + * "credit_id": "52fe4250c3a36847f8014a6d", + * "gender": 2, + * "id": 956719, + * "known_for_department": "Acting", + * "name": "Tim DeZarn", + * "order": 16, + * "original_name": "Tim DeZarn", + * "popularity": 3.049, + * "profile_path": "/tduRqomAU3LARfuDa2OMKFAd1rR.jpg" + * }, + * { + * "adult": false, + * "cast_id": 38, + * "character": "Federated Motor Co. - Inspector Dent", + * "credit_id": "52fe4250c3a36847f8014a71", + * "gender": 2, + * "id": 59285, + * "known_for_department": "Acting", + * "name": "Ezra Buzzington", + * "order": 17, + * "original_name": "Ezra Buzzington", + * "popularity": 4.634, + * "profile_path": "/j3kJRKgQdHAMXvJUtPHXJsGGW5X.jpg" + * }, + * { + * "adult": false, + * "cast_id": 64, + * "character": "Business Woman on Plane", + * "credit_id": "581fd575c3a36855630075c4", + * "gender": 1, + * "id": 1705289, + * "known_for_department": "Acting", + * "name": "Dierdre Downing-Jackson", + * "order": 18, + * "original_name": "Dierdre Downing-Jackson", + * "popularity": 0.526, + * "profile_path": "/81NKNmWmruKfvN6ZTAJmUVgz2yR.jpg" + * }, + * { + * "adult": false, + * "cast_id": 39, + * "character": "Airport Security Officer", + * "credit_id": "52fe4250c3a36847f8014a75", + * "gender": 2, + * "id": 17449, + * "known_for_department": "Acting", + * "name": "Bob Stephenson", + * "order": 19, + * "original_name": "Bob Stephenson", + * "popularity": 5.251, + * "profile_path": "/htF2P5zyyFFB1jpBNGVvTiGH01F.jpg" + * }, + * { + * "adult": false, + * "cast_id": 65, + * "character": "Doorman at Person Towers", + * "credit_id": "581fd6bcc3a3685556008e6b", + * "gender": 2, + * "id": 62846, + * "known_for_department": "Acting", + * "name": "Charlie Dell", + * "order": 20, + * "original_name": "Charlie Dell", + * "popularity": 3.779, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 66, + * "character": "Man in Suit", + * "credit_id": "581fd6e192514168ad0093bc", + * "gender": 2, + * "id": 530040, + * "known_for_department": "Acting", + * "name": "Rob Lanza", + * "order": 21, + * "original_name": "Rob Lanza", + * "popularity": 0.373, + * "profile_path": "/4qhdB9O9G5xm4K0KVxcXTOK35en.jpg" + * }, + * { + * "adult": false, + * "cast_id": 40, + * "character": "Walter", + * "credit_id": "52fe4250c3a36847f8014a79", + * "gender": 2, + * "id": 56112, + * "known_for_department": "Acting", + * "name": "David Lee Smith", + * "order": 22, + * "original_name": "David Lee Smith", + * "popularity": 3.799, + * "profile_path": "/A3vP0a0CqmQSdslPRnEYDiyIZ3V.jpg" + * }, + * { + * "adult": false, + * "cast_id": 67, + * "character": "Food Court Maitre d'", + * "credit_id": "581fd956c3a368554d009932", + * "gender": 2, + * "id": 137425, + * "known_for_department": "Acting", + * "name": "Joel Bissonnette", + * "order": 23, + * "original_name": "Joel Bissonnette", + * "popularity": 3.051, + * "profile_path": "/kOvh6paITOTaE7H1NnuTB01DiVV.jpg" + * }, + * { + * "adult": false, + * "cast_id": 68, + * "character": "'Steph'", + * "credit_id": "581fda0292514168af009523", + * "gender": 2, + * "id": 175120, + * "known_for_department": "Acting", + * "name": "Evan Mirand", + * "order": 24, + * "original_name": "Evan Mirand", + * "popularity": 5.567, + * "profile_path": "/2juze2UWM22dWfoL2E6YLrKwsmH.jpg" + * }, + * { + * "adult": false, + * "cast_id": 69, + * "character": "Next Month's Opponent", + * "credit_id": "58864e17925141107e0008b4", + * "gender": 2, + * "id": 1744132, + * "known_for_department": "Crew", + * "name": "Robby Robinson", + * "order": 25, + * "original_name": "Robby Robinson", + * "popularity": 0.72, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 70, + * "character": "Cop at Marla's Building", + * "credit_id": "58864e2fc3a3684480002f96", + * "gender": 2, + * "id": 168924, + * "known_for_department": "Acting", + * "name": "Lou Beatty Jr.", + * "order": 26, + * "original_name": "Lou Beatty Jr.", + * "popularity": 8.157, + * "profile_path": "/eWEXAHp2VnOBUk0KXorvkSdhjYc.jpg" + * }, + * { + * "adult": false, + * "cast_id": 41, + * "character": "Detective Stern", + * "credit_id": "52fe4250c3a36847f8014a7d", + * "gender": 2, + * "id": 1219497, + * "known_for_department": "Acting", + * "name": "Thom Gossom Jr.", + * "order": 27, + * "original_name": "Thom Gossom Jr.", + * "popularity": 1.11, + * "profile_path": "/plFARWSTQ021TOOC5gpChhiUIVu.jpg" + * }, + * { + * "adult": false, + * "cast_id": 71, + * "character": "Cosmetics Buyer", + * "credit_id": "58864fa392514113ea00076f", + * "gender": 1, + * "id": 157938, + * "known_for_department": "Acting", + * "name": "Valerie Bickford", + * "order": 28, + * "original_name": "Valerie Bickford", + * "popularity": 0.777, + * "profile_path": "/qg6BYJ9qYYcz8ldT3zzp6h2BhQj.jpg" + * }, + * { + * "adult": false, + * "cast_id": 72, + * "character": "Lou", + * "credit_id": "58864fdac3a36845e6002f78", + * "gender": 2, + * "id": 7500, + * "known_for_department": "Acting", + * "name": "Peter Iacangelo", + * "order": 29, + * "original_name": "Peter Iacangelo", + * "popularity": 1.929, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 42, + * "character": "Lou's Body Guard", + * "credit_id": "52fe4250c3a36847f8014a81", + * "gender": 2, + * "id": 42824, + * "known_for_department": "Crew", + * "name": "Carl Ciarfalio", + * "order": 30, + * "original_name": "Carl Ciarfalio", + * "popularity": 4.683, + * "profile_path": "/yADROfK7uJkmd8p3GyjxH8WZqRL.jpg" + * }, + * { + * "adult": false, + * "cast_id": 43, + * "character": "Car Salesman", + * "credit_id": "52fe4251c3a36847f8014a85", + * "gender": 2, + * "id": 40277, + * "known_for_department": "Writing", + * "name": "Stuart Blumberg", + * "order": 31, + * "original_name": "Stuart Blumberg", + * "popularity": 1.838, + * "profile_path": "/28QBps35AtsONGU8yNXmKdoLmAB.jpg" + * }, + * { + * "adult": false, + * "cast_id": 73, + * "character": "First Man at Auto Shop", + * "credit_id": "5886500492514113ea000859", + * "gender": 0, + * "id": 1744135, + * "known_for_department": "Acting", + * "name": "Todd Peirce", + * "order": 32, + * "original_name": "Todd Peirce", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 44, + * "character": "Second Man at Auto Shop", + * "credit_id": "52fe4251c3a36847f8014a89", + * "gender": 2, + * "id": 122805, + * "known_for_department": "Acting", + * "name": "Mark Fite", + * "order": 33, + * "original_name": "Mark Fite", + * "popularity": 3.142, + * "profile_path": "/qUbqKE14GAUdRhYqNcGzDkt1yi9.jpg" + * }, + * { + * "adult": false, + * "cast_id": 45, + * "character": "Seminary Student", + * "credit_id": "52fe4251c3a36847f8014a8d", + * "gender": 2, + * "id": 35521, + * "known_for_department": "Acting", + * "name": "Matt Winston", + * "order": 34, + * "original_name": "Matt Winston", + * "popularity": 5.951, + * "profile_path": "/et38vhCb9y8yGleMRNY2j4nDDyr.jpg" + * }, + * { + * "adult": false, + * "cast_id": 74, + * "character": "Raymond K. Hessel", + * "credit_id": "58865057c3a36843c80032d9", + * "gender": 0, + * "id": 1744137, + * "known_for_department": "Acting", + * "name": "Joon Kim", + * "order": 35, + * "original_name": "Joon Kim", + * "popularity": 0.382, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 75, + * "character": "Bus Driver with Broken Nose", + * "credit_id": "588650819251411bb4000042", + * "gender": 2, + * "id": 1636371, + * "known_for_department": "Crew", + * "name": "Bennie Moore", + * "order": 36, + * "original_name": "Bennie Moore", + * "popularity": 1.112, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 46, + * "character": "Channel 4 Reporter", + * "credit_id": "52fe4251c3a36847f8014a91", + * "gender": 1, + * "id": 1224996, + * "known_for_department": "Acting", + * "name": "Lauren Sánchez", + * "order": 37, + * "original_name": "Lauren Sánchez", + * "popularity": 3.548, + * "profile_path": "/ahOwHtOHrFZUoJDOd7VvF7RPiL.jpg" + * }, + * { + * "adult": false, + * "cast_id": 76, + * "character": "Commissioner Jacobs", + * "credit_id": "588650a5925141125e000bcd", + * "gender": 2, + * "id": 1174793, + * "known_for_department": "Acting", + * "name": "Pat McNamara", + * "order": 38, + * "original_name": "Pat McNamara", + * "popularity": 1.142, + * "profile_path": "/buUUXw9geHBgz73p9IR3H9wscra.jpg" + * }, + * { + * "adult": false, + * "cast_id": 77, + * "character": "Banquet Speaker", + * "credit_id": "588650b7c3a3684628003283", + * "gender": 0, + * "id": 1744138, + * "known_for_department": "Acting", + * "name": "Tyrone R. Livingston", + * "order": 39, + * "original_name": "Tyrone R. Livingston", + * "popularity": 0.014, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 78, + * "character": "Airport Valet", + * "credit_id": "588650cb925141107e000e39", + * "gender": 2, + * "id": 1744139, + * "known_for_department": "Acting", + * "name": "Owen Masterson", + * "order": 40, + * "original_name": "Owen Masterson", + * "popularity": 0.537, + * "profile_path": "/1LKLNASM94TIEUlDpPqdMXywDQl.jpg" + * }, + * { + * "adult": false, + * "cast_id": 47, + * "character": "Policeman", + * "credit_id": "52fe4251c3a36847f8014a95", + * "gender": 2, + * "id": 109100, + * "known_for_department": "Acting", + * "name": "David Jean Thomas", + * "order": 41, + * "original_name": "David Jean Thomas", + * "popularity": 1.968, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 48, + * "character": "Salvator - Winking Bartender", + * "credit_id": "52fe4251c3a36847f8014a99", + * "gender": 2, + * "id": 1221838, + * "known_for_department": "Acting", + * "name": "Paul Carafotes", + * "order": 42, + * "original_name": "Paul Carafotes", + * "popularity": 4.278, + * "profile_path": "/snbFp9cOcPENH9ky6VKy38To6fC.jpg" + * }, + * { + * "adult": false, + * "cast_id": 49, + * "character": "Proprietor of Dry Cleaners", + * "credit_id": "52fe4251c3a36847f8014a9d", + * "gender": 2, + * "id": 145531, + * "known_for_department": "Acting", + * "name": "Christopher John Fields", + * "order": 43, + * "original_name": "Christopher John Fields", + * "popularity": 4.904, + * "profile_path": "/3ASDmbBZQnk526pPeNtb8LOJXBX.jpg" + * }, + * { + * "adult": false, + * "cast_id": 79, + * "character": "Bruised Bar Patron #1", + * "credit_id": "58865114c3a36843020036a1", + * "gender": 0, + * "id": 1744140, + * "known_for_department": "Acting", + * "name": "Anderson Bourell", + * "order": 44, + * "original_name": "Anderson Bourell", + * "popularity": 0.203, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 80, + * "character": "Bruised Bar Patron #2", + * "credit_id": "5886512c92514116ac000756", + * "gender": 2, + * "id": 63537, + * "known_for_department": "Acting", + * "name": "Scotch Ellis Loring", + * "order": 45, + * "original_name": "Scotch Ellis Loring", + * "popularity": 1.973, + * "profile_path": "/qIvaaeBTZWwtJxJfBqpM4xBnwXE.jpg" + * }, + * { + * "adult": false, + * "cast_id": 50, + * "character": "Bartender in Halo", + * "credit_id": "52fe4251c3a36847f8014aa1", + * "gender": 2, + * "id": 9291, + * "known_for_department": "Acting", + * "name": "Michael Shamus Wiles", + * "order": 46, + * "original_name": "Michael Shamus Wiles", + * "popularity": 5.694, + * "profile_path": "/niY4gYqAUjmnU4KRiguxpsKliWA.jpg" + * }, + * { + * "adult": false, + * "cast_id": 81, + * "character": "Hotel Desk Clerk", + * "credit_id": "5886514992514113ea000ae7", + * "gender": 1, + * "id": 170315, + * "known_for_department": "Acting", + * "name": "Andi Carnick", + * "order": 47, + * "original_name": "Andi Carnick", + * "popularity": 1.528, + * "profile_path": "/iYP4CL76vHHAhs2t4MUZ0p4MnMc.jpg" + * }, + * { + * "adult": false, + * "cast_id": 302, + * "character": "Waiter at Clifton's", + * "credit_id": "65bfdce4fc6538017cec7c06", + * "gender": 0, + * "id": 95532, + * "known_for_department": "Acting", + * "name": "Ed Kowalczyk", + * "order": 48, + * "original_name": "Ed Kowalczyk", + * "popularity": 0.308, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 83, + * "character": "Desk Sergeant", + * "credit_id": "588651b59251411158000f3f", + * "gender": 2, + * "id": 7140, + * "known_for_department": "Acting", + * "name": "Leonard Termo", + * "order": 49, + * "original_name": "Leonard Termo", + * "popularity": 3.356, + * "profile_path": "/9QummJWlDgiEMClBTGyMfF6nyMX.jpg" + * }, + * { + * "adult": false, + * "cast_id": 51, + * "character": "Detective Andrew", + * "credit_id": "52fe4251c3a36847f8014aa5", + * "gender": 2, + * "id": 41352, + * "known_for_department": "Acting", + * "name": "Van Quattro", + * "order": 50, + * "original_name": "Van Quattro", + * "popularity": 2.282, + * "profile_path": "/3W7P7vvdf0HV6i1oL2fVRiULV7a.jpg" + * }, + * { + * "adult": false, + * "cast_id": 52, + * "character": "Detective Kevin", + * "credit_id": "52fe4251c3a36847f8014aa9", + * "gender": 2, + * "id": 1226835, + * "known_for_department": "Acting", + * "name": "Markus Redmond", + * "order": 51, + * "original_name": "Markus Redmond", + * "popularity": 2.694, + * "profile_path": "/1nbshlVnSpr72aPq1Ntx7jwbLbw.jpg" + * }, + * { + * "adult": false, + * "cast_id": 84, + * "character": "Detective Walker", + * "credit_id": "588651eac3a3684628003490", + * "gender": 0, + * "id": 177175, + * "known_for_department": "Acting", + * "name": "Michael Girardin", + * "order": 52, + * "original_name": "Michael Girardin", + * "popularity": 1.341, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 85, + * "character": "BMW Salesman. (uncredited)", + * "credit_id": "5886520ec3a36843c80035ea", + * "gender": 2, + * "id": 74507, + * "known_for_department": "Acting", + * "name": "Michael Arturo", + * "order": 53, + * "original_name": "Michael Arturo", + * "popularity": 0.154, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 86, + * "character": "Fight Spectator (uncredited)", + * "credit_id": "58865232c3a3684628003526", + * "gender": 2, + * "id": 1383838, + * "known_for_department": "Acting", + * "name": "Greg Bronson", + * "order": 54, + * "original_name": "Greg Bronson", + * "popularity": 1.933, + * "profile_path": "/smF0hrek3d0bVhq0m7ENLPFQpcP.jpg" + * }, + * { + * "adult": false, + * "cast_id": 87, + * "character": "Fighter (uncredited)", + * "credit_id": "58865242925141107e00117f", + * "gender": 0, + * "id": 1194120, + * "known_for_department": "Acting", + * "name": "Matt Cinquanta", + * "order": 55, + * "original_name": "Matt Cinquanta", + * "popularity": 0.693, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 89, + * "character": "Irvin (uncredited)", + * "credit_id": "58865265c3a3684628003584", + * "gender": 2, + * "id": 13925, + * "known_for_department": "Acting", + * "name": "Paul Dillon", + * "order": 56, + * "original_name": "Paul Dillon", + * "popularity": 4.549, + * "profile_path": "/eadglYBBzdsVMp2hxnfopdnDNFP.jpg" + * }, + * { + * "adult": false, + * "cast_id": 91, + * "character": "Chanting Fighter (uncredited)", + * "credit_id": "5886529f92514113ea000df8", + * "gender": 2, + * "id": 552271, + * "known_for_department": "Acting", + * "name": "Eddie Hargitay", + * "order": 57, + * "original_name": "Eddie Hargitay", + * "popularity": 4.732, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 92, + * "character": "Banquet Guest (uncredited)", + * "credit_id": "588652b5c3a3684480003740", + * "gender": 2, + * "id": 94561, + * "known_for_department": "Acting", + * "name": "Phil Hawn", + * "order": 58, + * "original_name": "Phil Hawn", + * "popularity": 0.493, + * "profile_path": "/7NGVxTRGKjxYRgekHv7NF9kNVzM.jpg" + * }, + * { + * "adult": false, + * "cast_id": 93, + * "character": "Waiter in Bridgeworth Suites Corporate Video (uncredited)", + * "credit_id": "588652d892514111a900118a", + * "gender": 2, + * "id": 1223916, + * "known_for_department": "Acting", + * "name": "Bruce Holman", + * "order": 59, + * "original_name": "Bruce Holman", + * "popularity": 4.234, + * "profile_path": "/1xhSV69K8wiXFECYZQ6HHtKU6qB.jpg" + * }, + * { + * "adult": false, + * "cast_id": 94, + * "character": "Fight Patron Saying 'I don't know. What's going on?' (uncredited)", + * "credit_id": "588652f0c3a36845e60034af", + * "gender": 2, + * "id": 1744143, + * "known_for_department": "Acting", + * "name": "Jawara", + * "order": 60, + * "original_name": "Jawara", + * "popularity": 0.001, + * "profile_path": "/jOfD9tIC9vbnCtWxKtm29U1wTXc.jpg" + * }, + * { + * "adult": false, + * "cast_id": 95, + * "character": "Waiter (uncredited)", + * "credit_id": "58865312925141107e001361", + * "gender": 0, + * "id": 1525014, + * "known_for_department": "Acting", + * "name": "Baron Jay", + * "order": 61, + * "original_name": "Baron Jay", + * "popularity": 1.128, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 96, + * "character": "Restaurant Maitre D' (uncredited)", + * "credit_id": "58865333c3a36843c80037ef", + * "gender": 2, + * "id": 1577360, + * "known_for_department": "Acting", + * "name": "Jim Jenkins", + * "order": 62, + * "original_name": "Jim Jenkins", + * "popularity": 0.699, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 97, + * "character": "Passenger Clutching Armrest (uncredited)", + * "credit_id": "5886535392514113ea000f8d", + * "gender": 2, + * "id": 1403525, + * "known_for_department": "Visual Effects", + * "name": "Kevin Scott Mack", + * "order": 63, + * "original_name": "Kevin Scott Mack", + * "popularity": 0.56, + * "profile_path": "/wsnhGz8PxiHKkXyp7jkOEbVH3LS.jpg" + * }, + * { + * "adult": false, + * "cast_id": 98, + * "character": "Fight Club Patron / Guy #2 in Video Store (uncredited)", + * "credit_id": "5886536592514113ea000fbb", + * "gender": 0, + * "id": 1744144, + * "known_for_department": "Acting", + * "name": "Trey Ore", + * "order": 64, + * "original_name": "Trey Ore", + * "popularity": 0.279, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 99, + * "character": "Fight Spectator (uncredited)", + * "credit_id": "5886537d9251411158001378", + * "gender": 2, + * "id": 1744145, + * "known_for_department": "Acting", + * "name": "Louis Ortiz", + * "order": 65, + * "original_name": "Louis Ortiz", + * "popularity": 0.494, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 100, + * "character": "Fight Club Man (uncredited)", + * "credit_id": "58865398c3a36845e60035ea", + * "gender": 2, + * "id": 1386468, + * "known_for_department": "Acting", + * "name": "Hugh Peddy", + * "order": 66, + * "original_name": "Hugh Peddy", + * "popularity": 0.889, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 101, + * "character": "Fight Club Man (uncredited)", + * "credit_id": "588653aa92514111580013f2", + * "gender": 0, + * "id": 1744146, + * "known_for_department": "Acting", + * "name": "J.T. Pontino", + * "order": 67, + * "original_name": "J.T. Pontino", + * "popularity": 0.494, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 102, + * "character": "Waiter (uncredited)", + * "credit_id": "588653c8c3a36843c800390b", + * "gender": 2, + * "id": 1744147, + * "known_for_department": "Acting", + * "name": "Chad Randau", + * "order": 68, + * "original_name": "Chad Randau", + * "popularity": 0.96, + * "profile_path": "/zJeETjhI18I3W7gaJBX4yZsSNGV.jpg" + * }, + * { + * "adult": false, + * "cast_id": 103, + * "character": "Fighter (uncredited)", + * "credit_id": "588653ec92514113ea001123", + * "gender": 2, + * "id": 133153, + * "known_for_department": "Acting", + * "name": "Marcio Rosario", + * "order": 69, + * "original_name": "Marcio Rosario", + * "popularity": 1.159, + * "profile_path": "/pkSWorrHpHciPjgIHdj35Y91xvV.jpg" + * }, + * { + * "adult": false, + * "cast_id": 104, + * "character": "Riley Wilde - Fighter (uncredited)", + * "credit_id": "58865401c3a36817620006fc", + * "gender": 0, + * "id": 1744148, + * "known_for_department": "Acting", + * "name": "Gregory Silva", + * "order": 70, + * "original_name": "Gregory Silva", + * "popularity": 0.055, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 105, + * "character": "Fight Bully (uncredited)", + * "credit_id": "588654119251411bb40007f2", + * "gender": 2, + * "id": 16060, + * "known_for_department": "Acting", + * "name": "Brian Tochi", + * "order": 71, + * "original_name": "Brian Tochi", + * "popularity": 6.391, + * "profile_path": "/oFmxzHpo3bw9wn8yx5fNCt9xTC7.jpg" + * }, + * { + * "adult": false, + * "cast_id": 107, + * "character": "Support Group Member (uncredited)", + * "credit_id": "58865450c3a3681eb70000ce", + * "gender": 0, + * "id": 1744150, + * "known_for_department": "Acting", + * "name": "Michael Zagst", + * "order": 72, + * "original_name": "Michael Zagst", + * "popularity": 0.154, + * "profile_path": "/khCB4Ww6RXEjghdwsxv4lj545em.jpg" + * }, + * { + * "adult": false, + * "cast_id": 206, + * "character": "Space Monkey (uncredited)", + * "credit_id": "5ad0963fc3a36825a3007d6d", + * "gender": 0, + * "id": 1152377, + * "known_for_department": "Directing", + * "name": "Marc Cinquanta", + * "order": 73, + * "original_name": "Marc Cinquanta", + * "popularity": 0.562, + * "profile_path": null + * }, + * { + * "adult": false, + * "cast_id": 202, + * "character": "Marla's Neighbor (uncredited)", + * "credit_id": "5acfeeecc3a36842ce003640", + * "gender": 1, + * "id": 1657018, + * "known_for_department": "Acting", + * "name": "Summer Moore", + * "order": 74, + * "original_name": "Summer Moore", + * "popularity": 1.168, + * "profile_path": "/38lBOCEvFnWoDBIsZfXO8ENoEwX.jpg" + * } + * ] + */ + cast?: { + /** + * @description A boolean value indicating whether the content is labeled as adult-oriented + * @example false + */ + adult?: boolean; + /** + * @description A unique identifier for the cast member's role in the movie or show, used to associate credits with the specific character played. + * @example 4 + */ + cast_id?: number; + /** + * @description The name of the character portrayed by the actor in the production. + * @example Narrator + */ + character?: string; + /** + * @description A unique identifier for the credit record, which helps reference the specific credit related to a film or television show. + * @example 52fe4250c3a36847f80149f3 + */ + credit_id?: string; + /** + * @description An integer value that represents the gender of the cast member; 0 for "not specified," 1 for female, and 2 for male. + * @example 2 + */ + gender?: number; + /** + * @description A unique identifier for the individual actor in the database, often a numeric ID used by The Movie Database (TMDb). + * @example 819 + */ + id?: number; + /** + * @description The department in which the individual is most well-known (e.g., Acting, Directing). + * @example Acting + */ + known_for_department?: string; + /** + * @description The name of the actor or cast member credited in the production. + * @example Edward Norton + */ + name?: string; + /** + * @description An integer indicating the order of the cast in billing, where a lower number typically signifies a more prominent role in the film or series. + * @example 0 + */ + order?: number; + /** + * @description The original name of the actor, which may differ from their credited name, useful for identifying non-English names or variations. + * @example Edward Norton + */ + original_name?: string; + /** + * @description A numeric value that reflects the popularity of the actor or the character, often based on metrics like search and fan engagement data. + * @example 23.946 + */ + popularity?: number; + /** + * @description The path to the actor's profile image or avatar in The Movie Database, typically a URL segment that can be appended to a base image URL to display the image. + * @example /8nytsqL59SFJTVYVrN72k6qkGgJ.jpg + */ + profile_path?: string | null; + }[]; + /** + * @description This refers to the group of individuals who work behind the scenes to create a movie or TV show. + * @example [ + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a2f", + * "department": "Production", + * "gender": 1, + * "id": 7481, + * "job": "Casting", + * "known_for_department": "Production", + * "name": "Laray Mayfield", + * "original_name": "Laray Mayfield", + * "popularity": 1.054, + * "profile_path": "/yBshxhOfzKrcvoVaFdI6VpH1BJ.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a17", + * "department": "Sound", + * "gender": 2, + * "id": 7477, + * "job": "Original Music Composer", + * "known_for_department": "Sound", + * "name": "John King", + * "original_name": "John King", + * "popularity": 0.132, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a1d", + * "department": "Sound", + * "gender": 2, + * "id": 7478, + * "job": "Original Music Composer", + * "known_for_department": "Sound", + * "name": "Michael Simpson", + * "original_name": "Michael Simpson", + * "popularity": 2.289, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a4d", + * "department": "Writing", + * "gender": 2, + * "id": 7468, + * "job": "Novel", + * "known_for_department": "Writing", + * "name": "Chuck Palahniuk", + * "original_name": "Chuck Palahniuk", + * "popularity": 1.39, + * "profile_path": "/r8WZhWea6RXCNO7HXvvB4lWYxzu.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a29", + * "department": "Editing", + * "gender": 2, + * "id": 7480, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "James Haygood", + * "original_name": "James Haygood", + * "popularity": 0.127, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a35", + * "department": "Art", + * "gender": 2, + * "id": 1303, + * "job": "Production Design", + * "known_for_department": "Art", + * "name": "Alex McDowell", + * "original_name": "Alex McDowell", + * "popularity": 1.956, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a11", + * "department": "Production", + * "gender": 2, + * "id": 1254, + * "job": "Producer", + * "known_for_department": "Production", + * "name": "Art Linson", + * "original_name": "Art Linson", + * "popularity": 1.98, + * "profile_path": "/p9JPMQt4RRHYdQgvnrmFNiZ4eW6.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a0b", + * "department": "Production", + * "gender": 1, + * "id": 7475, + * "job": "Producer", + * "known_for_department": "Production", + * "name": "Ceán Chaffin", + * "original_name": "Ceán Chaffin", + * "popularity": 1.946, + * "profile_path": "/rk8DPo1CAMTWL0YjRsMFIy3gRmT.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a23", + * "department": "Camera", + * "gender": 2, + * "id": 7479, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "Jeff Cronenweth", + * "original_name": "Jeff Cronenweth", + * "popularity": 1.25, + * "profile_path": "/93Mn7WPDJjAEVvDv2J39RhzlnEE.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a3b", + * "department": "Sound", + * "gender": 2, + * "id": 7763, + * "job": "Sound Editor", + * "known_for_department": "Sound", + * "name": "Ren Klyce", + * "original_name": "Ren Klyce", + * "popularity": 1.812, + * "profile_path": "/tMDHEVa05pe3od1NMpfplPVPnxD.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a05", + * "department": "Production", + * "gender": 2, + * "id": 7474, + * "job": "Producer", + * "known_for_department": "Production", + * "name": "Ross Grayson Bell", + * "original_name": "Ross Grayson Bell", + * "popularity": 0.514, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52fe4250c3a36847f8014a41", + * "department": "Sound", + * "gender": 2, + * "id": 7764, + * "job": "Sound Editor", + * "known_for_department": "Sound", + * "name": "Richard Hymns", + * "original_name": "Richard Hymns", + * "popularity": 2.245, + * "profile_path": "/970GjgH2nfqsnEsimqLvLYoYTQn.jpg" + * }, + * { + * "adult": false, + * "credit_id": "60b1742c8ee49c003fe09c21", + * "department": "Crew", + * "gender": 2, + * "id": 101608, + * "job": "Makeup Effects", + * "known_for_department": "Crew", + * "name": "Rob Bottin", + * "original_name": "Rob Bottin", + * "popularity": 4.607, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99d81c2f44b0029efec1b", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1031820, + * "job": "Key Costumer", + * "known_for_department": "Costume & Make-Up", + * "name": "Wendy J. Greiner", + * "original_name": "Wendy J. Greiner", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b9a11fdfaae9006ed88280", + * "department": "Sound", + * "gender": 1, + * "id": 1400905, + * "job": "Dialogue Editor", + * "known_for_department": "Sound", + * "name": "Ewa Sztompke", + * "original_name": "Ewa Sztompke", + * "popularity": 0.706, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99cd28de0ae0059af0cde", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1300663, + * "job": "Makeup Artist", + * "known_for_department": "Costume & Make-Up", + * "name": "Margaret Prentice", + * "original_name": "Margaret Prentice", + * "popularity": 1.272, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99e53dfaae900295aee47", + * "department": "Art", + * "gender": 0, + * "id": 1621223, + * "job": "Production Illustrator", + * "known_for_department": "Art", + * "name": "Tani Kunitake", + * "original_name": "Tani Kunitake", + * "popularity": 0.572, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99e73ec8a430057f2e2bc", + * "department": "Art", + * "gender": 0, + * "id": 12639, + * "job": "Set Designer", + * "known_for_department": "Art", + * "name": "Hugo Santiago", + * "original_name": "Hugo Santiago", + * "popularity": 1.554, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99ea3907f260029d958b0", + * "department": "Art", + * "gender": 2, + * "id": 46592, + * "job": "Set Designer", + * "known_for_department": "Art", + * "name": "Domenic Silvestri", + * "original_name": "Domenic Silvestri", + * "popularity": 3.781, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99a8acd2f0f0059f89aa9", + * "department": "Directing", + * "gender": 2, + * "id": 17217, + * "job": "First Assistant Director", + * "known_for_department": "Directing", + * "name": "Mike Topoozian", + * "original_name": "Mike Topoozian", + * "popularity": 2.245, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99c0009dda4004090a7bc", + * "department": "Camera", + * "gender": 0, + * "id": 1691197, + * "job": "Key Grip", + * "known_for_department": "Camera", + * "name": "Michael J. Coo", + * "original_name": "Michael J. Coo", + * "popularity": 1.168, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99cbaec8a4300298fc91b", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1314463, + * "job": "Makeup Artist", + * "known_for_department": "Costume & Make-Up", + * "name": "Randy Westgate", + * "original_name": "Randy Westgate", + * "popularity": 0.237, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b9a056cd2f0f007a68f812", + * "department": "Sound", + * "gender": 2, + * "id": 1406614, + * "job": "Sound Re-Recording Mixer", + * "known_for_department": "Sound", + * "name": "David Parker", + * "original_name": "David Parker", + * "popularity": 1.39, + * "profile_path": "/bDGLVWQShONQ59fvwKqP6dtFxT5.jpg" + * }, + * { + * "adult": false, + * "credit_id": "60b99e8ecadb6b005935b723", + * "department": "Art", + * "gender": 2, + * "id": 1855155, + * "job": "Set Designer", + * "known_for_department": "Art", + * "name": "Peter J. Kelly", + * "original_name": "Peter J. Kelly", + * "popularity": 0.099, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99ffecd2f0f002a6b0a34", + * "department": "Editing", + * "gender": 0, + * "id": 1486851, + * "job": "First Assistant Editor", + * "known_for_department": "Editing", + * "name": "Alex Olivares", + * "original_name": "Alex Olivares", + * "popularity": 0.488, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b9a44e57d378002b19058f", + * "department": "Production", + * "gender": 1, + * "id": 84493, + * "job": "ADR Voice Casting", + * "known_for_department": "Acting", + * "name": "Mickie McGowan", + * "original_name": "Mickie McGowan", + * "popularity": 11.506, + * "profile_path": "/4K1HF10EvDjdaIoDAnWqFZjnmvk.jpg" + * }, + * { + * "adult": false, + * "credit_id": "60b9a1df18b7510058089981", + * "department": "Sound", + * "gender": 1, + * "id": 113088, + * "job": "ADR Mixer", + * "known_for_department": "Sound", + * "name": "Charleen Richards-Steeves", + * "original_name": "Charleen Richards-Steeves", + * "popularity": 1.276, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b9a1c2907f26006f555b66", + * "department": "Sound", + * "gender": 2, + * "id": 8157, + * "job": "ADR Mixer", + * "known_for_department": "Sound", + * "name": "Doc Kane", + * "original_name": "Doc Kane", + * "popularity": 1.436, + * "profile_path": "/rJ12iE2gNd2TalhNXKbKH6Q3bKB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "60b99bb965686e0040417efd", + * "department": "Lighting", + * "gender": 2, + * "id": 51333, + * "job": "Gaffer", + * "known_for_department": "Camera", + * "name": "Claudio Miranda", + * "original_name": "Claudio Miranda", + * "popularity": 2.544, + * "profile_path": "/nrNR3DeuX4kfPmv7POrVlRO22UX.jpg" + * }, + * { + * "adult": false, + * "credit_id": "60b9a17acadb6b0041dd74ab", + * "department": "Sound", + * "gender": 2, + * "id": 1399117, + * "job": "Sound Effects Editor", + * "known_for_department": "Sound", + * "name": "David C. Hughes", + * "original_name": "David C. Hughes", + * "popularity": 0.449, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b9a264ede1b00043869f98", + * "department": "Sound", + * "gender": 2, + * "id": 1116937, + * "job": "Foley Artist", + * "known_for_department": "Sound", + * "name": "John Roesch", + * "original_name": "John Roesch", + * "popularity": 0.759, + * "profile_path": "/sdVwSbK33OmcniJhX8ZkTByQmLQ.jpg" + * }, + * { + * "adult": false, + * "credit_id": "60b99af865686e00299c166d", + * "department": "Production", + * "gender": 0, + * "id": 132616, + * "job": "Location Manager", + * "known_for_department": "Production", + * "name": "Richard Schuler", + * "original_name": "Richard Schuler", + * "popularity": 1.007, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99f79cb9f4b006f3024b5", + * "department": "Crew", + * "gender": 0, + * "id": 1586932, + * "job": "Transportation Captain", + * "known_for_department": "Crew", + * "name": "Frank Roughan", + * "original_name": "Frank Roughan", + * "popularity": 0.335, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99c93abf8e200597002fc", + * "department": "Costume & Make-Up", + * "gender": 1, + * "id": 1758616, + * "job": "Key Makeup Artist", + * "known_for_department": "Costume & Make-Up", + * "name": "Julie L. Pearce", + * "original_name": "Julie L. Pearce", + * "popularity": 0.518, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b9a076cadb6b0028887e14", + * "department": "Sound", + * "gender": 2, + * "id": 957928, + * "job": "Sound Re-Recording Mixer", + * "known_for_department": "Sound", + * "name": "Todd Boekelheide", + * "original_name": "Todd Boekelheide", + * "popularity": 0.358, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b99eb67cffda006dbe489a", + * "department": "Art", + * "gender": 1, + * "id": 1391566, + * "job": "Set Designer", + * "known_for_department": "Art", + * "name": "Julia K. Levine", + * "original_name": "Julia K. Levine", + * "popularity": 0.903, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "60b9a06557d378005989c835", + * "department": "Sound", + * "gender": 2, + * "id": 1378828, + * "job": "Sound Re-Recording Mixer", + * "known_for_department": "Sound", + * "name": "Michael Semanick", + * "original_name": "Michael Semanick", + * "popularity": 1.279, + * "profile_path": "/poGaVc3vdZmkZCvSLNIkkIsxffj.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65141d5ccadb6b02c0515a9d", + * "department": "Crew", + * "gender": 2, + * "id": 1357063, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Darrin Prescott", + * "original_name": "Darrin Prescott", + * "popularity": 1.772, + * "profile_path": "/yTN1eNBSos16vWSgajcdxKuOGKw.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65141d0dcadb6b02c1d01523", + * "department": "Crew", + * "gender": 2, + * "id": 109129, + * "job": "Stunts", + * "known_for_department": "Costume & Make-Up", + * "name": "Myke Michaels", + * "original_name": "Myke Michaels", + * "popularity": 1.651, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "65141d44bdd56800e46b48f6", + * "department": "Crew", + * "gender": 2, + * "id": 2355555, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Ryan Christopher Keys", + * "original_name": "Ryan Christopher Keys", + * "popularity": 0.838, + * "profile_path": "/1eukodLbhTquGLbA8xzdcZW0ZTT.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65141d24a199a600e1fa433c", + * "department": "Crew", + * "gender": 2, + * "id": 42824, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Carl Ciarfalio", + * "original_name": "Carl Ciarfalio", + * "popularity": 4.683, + * "profile_path": "/yADROfK7uJkmd8p3GyjxH8WZqRL.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65141d50a199a600c49c0d23", + * "department": "Crew", + * "gender": 1, + * "id": 1279727, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Debbie Evans", + * "original_name": "Debbie Evans", + * "popularity": 2.603, + * "profile_path": "/eDLKuLGUsI2Wk5HYiq2n0DjQZ7C.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65141d64ea84c700eb97b492", + * "department": "Crew", + * "gender": 2, + * "id": 1387252, + * "job": "Utility Stunts", + * "known_for_department": "Crew", + * "name": "Chris O'Hara", + * "original_name": "Chris O'Hara", + * "popularity": 13.489, + * "profile_path": "/fld3KCrYr9IOTrAiKYPXgybgk1d.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65141d6e0499f2013864ed94", + * "department": "Crew", + * "gender": 2, + * "id": 1380919, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "David Wald", + * "original_name": "David Wald", + * "popularity": 0.429, + * "profile_path": "/kfspTol2M7ekeHNogBu8yX2xPHt.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65141d2aea84c700aee7f218", + * "department": "Crew", + * "gender": 2, + * "id": 1400371, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "James M. Halty", + * "original_name": "James M. Halty", + * "popularity": 1.77, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "65141d4a9b861600e24e2977", + * "department": "Crew", + * "gender": 0, + * "id": 1500921, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Lane Leavitt", + * "original_name": "Lane Leavitt", + * "popularity": 0.881, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "65141d409b861600ff679346", + * "department": "Crew", + * "gender": 2, + * "id": 92493, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Hiro Koda", + * "original_name": "Hiro Koda", + * "popularity": 2.812, + * "profile_path": "/q46e8GyzHgrXRqnB4cAhvsvRcGt.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65141d739b8616013a231802", + * "department": "Crew", + * "gender": 2, + * "id": 159264, + * "job": "Stunts", + * "known_for_department": "Acting", + * "name": "Denney Pierce", + * "original_name": "Denney Pierce", + * "popularity": 2.971, + * "profile_path": "/3mDO0AzrQwNIIalHXyfI22Dcd5N.jpg" + * }, + * { + * "adult": false, + * "credit_id": "6534b51891f0ea011b3c1bae", + * "department": "Sound", + * "gender": 0, + * "id": 1749926, + * "job": "Assistant Sound Designer", + * "known_for_department": "Sound", + * "name": "Misa Kageyama", + * "original_name": "Misa Kageyama", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "631f0289568463007bbe28a5", + * "department": "Directing", + * "gender": 2, + * "id": 7467, + * "job": "Director", + * "known_for_department": "Directing", + * "name": "David Fincher", + * "original_name": "David Fincher", + * "popularity": 29.921, + * "profile_path": "/tpEczFclQZeKAiCeKZZ0adRvtfz.jpg" + * }, + * { + * "adult": false, + * "credit_id": "55422f369251414aee003e1c", + * "department": "Crew", + * "gender": 0, + * "id": 1447557, + * "job": "Compositors", + * "known_for_department": "Crew", + * "name": "Rachel Wyn Dunn", + * "original_name": "Rachel Wyn Dunn", + * "popularity": 0.227, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "55731b7792514110f90024ab", + * "department": "Production", + * "gender": 0, + * "id": 1474687, + * "job": "Associate Producer", + * "known_for_department": "Production", + * "name": "John S. Dorsey", + * "original_name": "John S. Dorsey", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "55731b8192514111610027d7", + * "department": "Production", + * "gender": 2, + * "id": 376, + * "job": "Executive Producer", + * "known_for_department": "Production", + * "name": "Arnon Milchan", + * "original_name": "Arnon Milchan", + * "popularity": 4.221, + * "profile_path": "/b2hBExX4NnczNAnLuTBF4kmNhZm.jpg" + * }, + * { + * "adult": false, + * "credit_id": "56380f0cc3a3681b5c0200be", + * "department": "Writing", + * "gender": 2, + * "id": 7469, + * "job": "Screenplay", + * "known_for_department": "Writing", + * "name": "Jim Uhls", + * "original_name": "Jim Uhls", + * "popularity": 2.885, + * "profile_path": "/uNkXdgsIdJF1xyj4BUSgHOfqjyb.jpg" + * }, + * { + * "adult": false, + * "credit_id": "65a012f21bf8760124ac8495", + * "department": "Art", + * "gender": 2, + * "id": 5935, + * "job": "Swing", + * "known_for_department": "Writing", + * "name": "Sean Hood", + * "original_name": "Sean Hood", + * "popularity": 2.129, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "57fe1e549251410699007177", + * "department": "Costume & Make-Up", + * "gender": 1, + * "id": 1693424, + * "job": "Assistant Costume Designer", + * "known_for_department": "Costume & Make-Up", + * "name": "Mirela Rupic", + * "original_name": "Mirela Rupic", + * "popularity": 0.882, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c54ec3a3685ec9000253", + * "department": "Art", + * "gender": 0, + * "id": 562696, + * "job": "Art Department Assistant", + * "known_for_department": "Art", + * "name": "Dianne Chadwick", + * "original_name": "Dianne Chadwick", + * "popularity": 1.42, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c7b2c3a3685ec00003eb", + * "department": "Costume & Make-Up", + * "gender": 1, + * "id": 1413224, + * "job": "Key Hair Stylist", + * "known_for_department": "Costume & Make-Up", + * "name": "Fríða Aradóttir", + * "original_name": "Fríða Aradóttir", + * "popularity": 1.192, + * "profile_path": "/mqLvWlhDMJKw2lg18N7D25rsiUu.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894c8b09251410b8d000438", + * "department": "Crew", + * "gender": 0, + * "id": 1559615, + * "job": "Driver", + * "known_for_department": "Crew", + * "name": "Manny Demello", + * "original_name": "Manny Demello", + * "popularity": 0.594, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894caa4c3a3685ebc000562", + * "department": "Crew", + * "gender": 0, + * "id": 1749916, + * "job": "Systems Administrators & Support", + * "known_for_department": "Crew", + * "name": "Leon Xiao", + * "original_name": "Leon Xiao", + * "popularity": 0.228, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cbf79251410b930005d8", + * "department": "Lighting", + * "gender": 0, + * "id": 1622111, + * "job": "Best Boy Electric", + * "known_for_department": "Lighting", + * "name": "Michael Arvanitis", + * "original_name": "Michael Arvanitis", + * "popularity": 0.139, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cd079251411efc00004d", + * "department": "Production", + * "gender": 2, + * "id": 1749922, + * "job": "Production Accountant", + * "known_for_department": "Production", + * "name": "Jim Davidson", + * "original_name": "Jim Davidson", + * "popularity": 0.726, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cfef92514122bf00017c", + * "department": "Crew", + * "gender": 0, + * "id": 554001, + * "job": "Thanks", + * "known_for_department": "Acting", + * "name": "Johann Benét", + * "original_name": "Johann Benét", + * "popularity": 0.769, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c670c3a3685ebc000311", + * "department": "Art", + * "gender": 2, + * "id": 1357044, + * "job": "Production Illustrator", + * "known_for_department": "Art", + * "name": "Richard K. Buoen", + * "original_name": "Richard K. Buoen", + * "popularity": 0.665, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c7fcc3a3685ecd0003c8", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1532597, + * "job": "Set Costumer", + * "known_for_department": "Costume & Make-Up", + * "name": "Terry Anderson", + * "original_name": "Terry Anderson", + * "popularity": 0.424, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c8589251410b960003ea", + * "department": "Crew", + * "gender": 2, + * "id": 1552998, + * "job": "Craft Service", + * "known_for_department": "Crew", + * "name": "Raymond Bulinski", + * "original_name": "Raymond Bulinski", + * "popularity": 1.827, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c4eac3a3685ec6000218", + * "department": "Costume & Make-Up", + * "gender": 2, + * "id": 605, + * "job": "Costume Design", + * "known_for_department": "Costume & Make-Up", + * "name": "Michael Kaplan", + * "original_name": "Michael Kaplan", + * "popularity": 1.892, + * "profile_path": "/bNarnI5K4XYIKaHsX6HAitllyQr.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894c6509251410b9c0002c8", + * "department": "Art", + * "gender": 0, + * "id": 1749892, + * "job": "Location Scout", + * "known_for_department": "Art", + * "name": "Jack Robinson", + * "original_name": "Jack Robinson", + * "popularity": 0.092, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c75b9251410b8900037f", + * "department": "Camera", + * "gender": 2, + * "id": 1172443, + * "job": "Still Photographer", + * "known_for_department": "Camera", + * "name": "Merrick Morton", + * "original_name": "Merrick Morton", + * "popularity": 0.86, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c5bcc3a3685ec0000288", + * "department": "Art", + * "gender": 0, + * "id": 1749891, + * "job": "Art Department Coordinator", + * "known_for_department": "Art", + * "name": "S. Quinn", + * "original_name": "S. Quinn", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c61ac3a3685ec30002a5", + * "department": "Art", + * "gender": 0, + * "id": 1422059, + * "job": "Greensman", + * "known_for_department": "Art", + * "name": "Craig B. Ayers Sr.", + * "original_name": "Craig B. Ayers Sr.", + * "popularity": 1.466, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c8269251410b900003c1", + * "department": "Crew", + * "gender": 2, + * "id": 1181128, + * "job": "Additional Music", + * "known_for_department": "Sound", + * "name": "P.J. Hanke", + * "original_name": "P.J. Hanke", + * "popularity": 0.214, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c83b9251410b87000389", + * "department": "Crew", + * "gender": 2, + * "id": 1749897, + * "job": "CG Supervisor", + * "known_for_department": "Visual Effects", + * "name": "Yann Blondel", + * "original_name": "Yann Blondel", + * "popularity": 0.757, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c88d9251410b870003ad", + * "department": "Crew", + * "gender": 0, + * "id": 1378726, + * "job": "Dialect Coach", + * "known_for_department": "Crew", + * "name": "Francie Brown", + * "original_name": "Francie Brown", + * "popularity": 0.869, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c5e29251410b89000283", + * "department": "Art", + * "gender": 0, + * "id": 1533533, + * "job": "Conceptual Design", + * "known_for_department": "Art", + * "name": "Josue Clotaire Fleurimond", + * "original_name": "Josue Clotaire Fleurimond", + * "popularity": 0.819, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c6cb9251410b8d00031f", + * "department": "Camera", + * "gender": 2, + * "id": 37925, + * "job": "Camera Operator", + * "known_for_department": "Camera", + * "name": "Conrad W. Hall", + * "original_name": "Conrad W. Hall", + * "popularity": 1.92, + * "profile_path": "/lyKMo1zcwRWF5sh7qxVivQLgng0.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894c7cf9251410b9000039e", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1325234, + * "job": "Makeup Artist", + * "known_for_department": "Costume & Make-Up", + * "name": "Jean Ann Black", + * "original_name": "Jean Ann Black", + * "popularity": 1.25, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c91d9251410b9600045a", + * "department": "Crew", + * "gender": 0, + * "id": 1735467, + * "job": "Production Controller", + * "known_for_department": "Crew", + * "name": "Kieran Woo", + * "original_name": "Kieran Woo", + * "popularity": 0.381, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c69d9251410b93000302", + * "department": "Art", + * "gender": 0, + * "id": 1390518, + * "job": "Set Designer", + * "known_for_department": "Art", + * "name": "Luis G. Hoyos", + * "original_name": "Luis G. Hoyos", + * "popularity": 1.07, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c73cc3a3685ec9000380", + * "department": "Camera", + * "gender": 2, + * "id": 1401109, + * "job": "Steadicam Operator", + * "known_for_department": "Camera", + * "name": "Chris Haarhoff", + * "original_name": "Chris Haarhoff", + * "popularity": 1.193, + * "profile_path": "/s8rWd96a0I2IPKOjESrHtaZyQ8U.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894c5f6c3a3685ec00002bc", + * "department": "Art", + * "gender": 0, + * "id": 1341851, + * "job": "Construction Coordinator", + * "known_for_department": "Art", + * "name": "Jeff Passanante", + * "original_name": "Jeff Passanante", + * "popularity": 0.627, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c6e99251410b90000311", + * "department": "Camera", + * "gender": 2, + * "id": 1493771, + * "job": "First Assistant Camera", + * "known_for_department": "Camera", + * "name": "John T. Connor", + * "original_name": "John T. Connor", + * "popularity": 1.929, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cedb92514122b50000e4", + * "department": "Visual Effects", + * "gender": 2, + * "id": 5714, + * "job": "Animation Supervisor", + * "known_for_department": "Directing", + * "name": "Carlos Saldanha", + * "original_name": "Carlos Saldanha", + * "popularity": 5.741, + * "profile_path": "/oxUlCSgxKaoCRYFyS65PC2fZWrk.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894c7859251410b90000374", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1325655, + * "job": "Costume Supervisor", + * "known_for_department": "Costume & Make-Up", + * "name": "Elinor Bardach", + * "original_name": "Elinor Bardach", + * "popularity": 0.232, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c8109251410b99000427", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1708007, + * "job": "Set Dressing Artist", + * "known_for_department": "Lighting", + * "name": "Charles W. Belisle", + * "original_name": "Charles W. Belisle", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c8f29251410b990004a9", + * "department": "Crew", + * "gender": 0, + * "id": 1749901, + * "job": "Post Production Assistant", + * "known_for_department": "Crew", + * "name": "Karman Graham", + * "original_name": "Karman Graham", + * "popularity": 0.062, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c9cf9251410b8700047e", + * "department": "Crew", + * "gender": 0, + * "id": 1749907, + * "job": "Set Medic", + * "known_for_department": "Crew", + * "name": "Katherine Jones", + * "original_name": "Katherine Jones", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c5c89251410b96000268", + * "department": "Art", + * "gender": 2, + * "id": 60937, + * "job": "Assistant Art Director", + * "known_for_department": "Art", + * "name": "Seth Reed", + * "original_name": "Seth Reed", + * "popularity": 2.562, + * "profile_path": "/qqJq1jYN4WQ8dGaN1TQLS4UlVJ2.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894c632c3a3685ec60002ce", + * "department": "Art", + * "gender": 2, + * "id": 83072, + * "job": "Leadman", + * "known_for_department": "Art", + * "name": "P. Scott Bailey", + * "original_name": "P. Scott Bailey", + * "popularity": 0.886, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c65cc3a3685ecd0002c9", + * "department": "Art", + * "gender": 0, + * "id": 1728281, + * "job": "Painter", + * "known_for_department": "Art", + * "name": "Tammy DeRuiter", + * "original_name": "Tammy DeRuiter", + * "popularity": 0.467, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c99c9251410b9600048c", + * "department": "Crew", + * "gender": 0, + * "id": 1749904, + * "job": "Propmaker", + * "known_for_department": "Crew", + * "name": "David B. Brenner", + * "original_name": "David B. Brenner", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c9de9251410b890004fc", + * "department": "Crew", + * "gender": 0, + * "id": 1585177, + * "job": "Set Production Assistant", + * "known_for_department": "Crew", + * "name": "Michael Herron", + * "original_name": "Michael Herron", + * "popularity": 0.375, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c6b59251410b9300030f", + * "department": "Art", + * "gender": 2, + * "id": 1548670, + * "job": "Standby Painter", + * "known_for_department": "Art", + * "name": "Bill 'Kauhane' Hoyt", + * "original_name": "Bill 'Kauhane' Hoyt", + * "popularity": 1.026, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c94ec3a3685ebc00048b", + * "department": "Crew", + * "gender": 0, + * "id": 1749902, + * "job": "Production Office Assistant", + * "known_for_department": "Crew", + * "name": "Carrie Shaw", + * "original_name": "Carrie Shaw", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c7299251410b9600032a", + * "department": "Camera", + * "gender": 0, + * "id": 1646055, + * "job": "Aerial Camera", + * "known_for_department": "Camera", + * "name": "Robert Mehnert", + * "original_name": "Robert Mehnert", + * "popularity": 0.195, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c4a3c3a3685ecd0001c0", + * "department": "Art", + * "gender": 2, + * "id": 7237, + * "job": "Set Decoration", + * "known_for_department": "Art", + * "name": "Jay Hart", + * "original_name": "Jay Hart", + * "popularity": 1.324, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c60cc3a3685ec00002cf", + * "department": "Art", + * "gender": 2, + * "id": 1463325, + * "job": "Construction Foreman", + * "known_for_department": "Art", + * "name": "Tim R. Lafferty", + * "original_name": "Tim R. Lafferty", + * "popularity": 0.848, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c687c3a3685ebc000327", + * "department": "Art", + * "gender": 0, + * "id": 1397810, + * "job": "Sculptor", + * "known_for_department": "Art", + * "name": "Kenneth Garrett", + * "original_name": "Kenneth Garrett", + * "popularity": 0.136, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c4869251410b990001e3", + * "department": "Art", + * "gender": 2, + * "id": 10855, + * "job": "Art Direction", + * "known_for_department": "Art", + * "name": "Chris Gorak", + * "original_name": "Chris Gorak", + * "popularity": 1.255, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c79ec3a3685ec60003af", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1408290, + * "job": "Hairstylist", + * "known_for_department": "Costume & Make-Up", + * "name": "Patricia Miller", + * "original_name": "Patricia Miller", + * "popularity": 0.386, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894ca5dc3a3685ec900053f", + * "department": "Crew", + * "gender": 2, + * "id": 1535124, + * "job": "Stunt Coordinator", + * "known_for_department": "Crew", + * "name": "Michael Runyard", + * "original_name": "Michael Runyard", + * "popularity": 3.396, + * "profile_path": "/45OfE6u2HFb2vsZDgSIwSMX9IjN.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894cd38c3a368771c000046", + * "department": "Production", + * "gender": 1, + * "id": 34528, + * "job": "Production Supervisor", + * "known_for_department": "Production", + * "name": "Julie M. Anderson", + * "original_name": "Julie M. Anderson", + * "popularity": 0.724, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cf28c3a3687bb30000d8", + * "department": "Visual Effects", + * "gender": 0, + * "id": 1749925, + * "job": "Visual Effects Coordinator", + * "known_for_department": "Visual Effects", + * "name": "Lauren A. Littleton", + * "original_name": "Lauren A. Littleton", + * "popularity": 0.205, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cc4f9251410b9c0005ce", + * "department": "Lighting", + * "gender": 0, + * "id": 1552215, + * "job": "Rigging Gaffer", + * "known_for_department": "Lighting", + * "name": "Martin Bosworth", + * "original_name": "Martin Bosworth", + * "popularity": 0.332, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cc7bc3a3685ecd000651", + * "department": "Production", + * "gender": 1, + * "id": 1530086, + * "job": "Casting Associate", + * "known_for_department": "Production", + * "name": "Karen Meisels", + * "original_name": "Karen Meisels", + * "popularity": 0.284, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cc93c3a3685ec9000661", + * "department": "Production", + * "gender": 0, + * "id": 1749921, + * "job": "Location Manager", + * "known_for_department": "Production", + * "name": "Flint Maloney", + * "original_name": "Flint Maloney", + * "popularity": 0.941, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cae99251410b9000055a", + * "department": "Crew", + * "gender": 0, + * "id": 1398980, + * "job": "Transportation Coordinator", + * "known_for_department": "Crew", + * "name": "Dave Robling", + * "original_name": "Dave Robling", + * "popularity": 0.717, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cc66c3a3685ecd00063e", + * "department": "Lighting", + * "gender": 0, + * "id": 1749920, + * "job": "Rigging Grip", + * "known_for_department": "Lighting", + * "name": "Ronald A. Miller", + * "original_name": "Ronald A. Miller", + * "popularity": 0.392, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c7efc3a3685ec30003c7", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1749896, + * "job": "Prosthetic Makeup Artist", + * "known_for_department": "Costume & Make-Up", + * "name": "Greg Solomon", + * "original_name": "Greg Solomon", + * "popularity": 0.476, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c906c3a3685ec3000485", + * "department": "Crew", + * "gender": 2, + * "id": 1599632, + * "job": "Post Production Supervisor", + * "known_for_department": "Crew", + * "name": "Peter Mavromates", + * "original_name": "Peter Mavromates", + * "popularity": 1.02, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c9f0c3a3685ec90004fb", + * "department": "Crew", + * "gender": 0, + * "id": 1749908, + * "job": "Software Engineer", + * "known_for_department": "Crew", + * "name": "Lucio I. Flores", + * "original_name": "Lucio I. Flores", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894c9fe9251410b8d0004f8", + * "department": "Crew", + * "gender": 2, + * "id": 1342072, + * "job": "Special Effects Coordinator", + * "known_for_department": "Crew", + * "name": "Cliff Wenger", + * "original_name": "Cliff Wenger", + * "popularity": 1.141, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cd209251411ee600004d", + * "department": "Production", + * "gender": 2, + * "id": 1536630, + * "job": "Production Coordinator", + * "known_for_department": "Production", + * "name": "Robb Earnest", + * "original_name": "Robb Earnest", + * "popularity": 0.616, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cdc692514122b7000038", + * "department": "Sound", + * "gender": 2, + * "id": 1404546, + * "job": "Music Editor", + * "known_for_department": "Sound", + * "name": "Brian Richards", + * "original_name": "Brian Richards", + * "popularity": 1.945, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cb79c3a3685ec000062f", + * "department": "Crew", + * "gender": 0, + * "id": 1735477, + * "job": "Video Assist Operator", + * "known_for_department": "Crew", + * "name": "Wayne Tidwell", + * "original_name": "Wayne Tidwell", + * "popularity": 0.297, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cc37c3a3685ebc000644", + * "department": "Lighting", + * "gender": 2, + * "id": 1614187, + * "job": "Lighting Technician", + * "known_for_department": "Lighting", + * "name": "Kevin Brown", + * "original_name": "Kevin Brown", + * "popularity": 0.322, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cd609251411eeb000065", + * "department": "Sound", + * "gender": 1, + * "id": 1376902, + * "job": "ADR Supervisor", + * "known_for_department": "Sound", + * "name": "Gwendolyn Yates Whittle", + * "original_name": "Gwendolyn Yates Whittle", + * "popularity": 0.645, + * "profile_path": "/zEv9AZWrPFGKAut8JaQ0VGZct7P.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894cb1e9251410b87000528", + * "department": "Crew", + * "gender": 2, + * "id": 12371, + * "job": "Utility Stunts", + * "known_for_department": "Acting", + * "name": "Richard Cetrone", + * "original_name": "Richard Cetrone", + * "popularity": 4.08, + * "profile_path": "/lZQqNU3QUcnIssWhIfatePfU6M7.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894cd95c3a3687ba300000e", + * "department": "Sound", + * "gender": 0, + * "id": 1749923, + * "job": "Assistant Sound Editor", + * "known_for_department": "Sound", + * "name": "Jessica Bellfort", + * "original_name": "Jessica Bellfort", + * "popularity": 0.108, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cef5c3a3687ba70000c6", + * "department": "Visual Effects", + * "gender": 2, + * "id": 1342601, + * "job": "Digital Compositors", + * "known_for_department": "Visual Effects", + * "name": "Nicholas Brooks", + * "original_name": "Nicholas Brooks", + * "popularity": 0.514, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cf3e92514122b7000122", + * "department": "Visual Effects", + * "gender": 0, + * "id": 1403191, + * "job": "Visual Effects Producer", + * "known_for_department": "Visual Effects", + * "name": "Andrea D'Amico", + * "original_name": "Andrea D'Amico", + * "popularity": 0.573, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894ca83c3a3685ec3000578", + * "department": "Crew", + * "gender": 2, + * "id": 169628, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Jeff Imada", + * "original_name": "Jeff Imada", + * "popularity": 2.902, + * "profile_path": "/sUNSaNQreSHYaJvKr0SfiBqMPDV.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894cdfcc3a3687bb800004a", + * "department": "Sound", + * "gender": 2, + * "id": 7537, + * "job": "Sound Effects Editor", + * "known_for_department": "Sound", + * "name": "Steve Boeddeker", + * "original_name": "Steve Boeddeker", + * "popularity": 1.645, + * "profile_path": "/djVxqpIMQkGi19htX1ObfMlterL.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894cab49251410b990005b2", + * "department": "Crew", + * "gender": 2, + * "id": 1586924, + * "job": "Transportation Captain", + * "known_for_department": "Crew", + * "name": "Jim Alfonso", + * "original_name": "Jim Alfonso", + * "popularity": 0.554, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894ce2cc3a3687ba7000053", + * "department": "Sound", + * "gender": 2, + * "id": 1511710, + * "job": "Sound Mixer", + * "known_for_department": "Sound", + * "name": "Jeff Wexler", + * "original_name": "Jeff Wexler", + * "popularity": 0.582, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cde492514122c1000053", + * "department": "Sound", + * "gender": 2, + * "id": 7763, + * "job": "Sound Designer", + * "known_for_department": "Sound", + * "name": "Ren Klyce", + * "original_name": "Ren Klyce", + * "popularity": 1.812, + * "profile_path": "/tMDHEVa05pe3od1NMpfplPVPnxD.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894cebf92514122b00000c0", + * "department": "Visual Effects", + * "gender": 0, + * "id": 1749924, + * "job": "3D Animator", + * "known_for_department": "Visual Effects", + * "name": "Jim Rutherford", + * "original_name": "Jim Rutherford", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cf0fc3a3687b9f0000f1", + * "department": "Visual Effects", + * "gender": 0, + * "id": 1440848, + * "job": "Visual Effects", + * "known_for_department": "Visual Effects", + * "name": "Joshua I. Kolden", + * "original_name": "Joshua I. Kolden", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894ca33c3a3685ec9000520", + * "department": "Crew", + * "gender": 0, + * "id": 1749910, + * "job": "Stand In", + * "known_for_department": "Crew", + * "name": "Chad Keller", + * "original_name": "Chad Keller", + * "popularity": 0.291, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cb97c3a3685ec60005d9", + * "department": "Directing", + * "gender": 1, + * "id": 1521769, + * "job": "Script Supervisor", + * "known_for_department": "Directing", + * "name": "Dina Waxman", + * "original_name": "Dina Waxman", + * "popularity": 0.739, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cd4ec3a368772c000049", + * "department": "Production", + * "gender": 0, + * "id": 1554372, + * "job": "Researcher", + * "known_for_department": "Production", + * "name": "Carey Ann Strelecki", + * "original_name": "Carey Ann Strelecki", + * "popularity": 0.557, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cf5892514122ad000137", + * "department": "Visual Effects", + * "gender": 2, + * "id": 1002652, + * "job": "Visual Effects Supervisor", + * "known_for_department": "Visual Effects", + * "name": "Dennis Berardi", + * "original_name": "Dennis Berardi", + * "popularity": 1.581, + * "profile_path": "/dWJCu2DGr57fW283nhQ4V0M8yFQ.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5894cafd9251410b9300054d", + * "department": "Production", + * "gender": 1, + * "id": 8850, + * "job": "Unit Production Manager", + * "known_for_department": "Production", + * "name": "Helen Pollak", + * "original_name": "Helen Pollak", + * "popularity": 2.686, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cbe09251410b89000610", + * "department": "Editing", + * "gender": 2, + * "id": 423640, + * "job": "First Assistant Editor", + * "known_for_department": "Editing", + * "name": "Michael Matzdorff", + * "original_name": "Michael Matzdorff", + * "popularity": 0.917, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5894cd7a92514122bf000003", + * "department": "Sound", + * "gender": 2, + * "id": 578767, + * "job": "Boom Operator", + * "known_for_department": "Sound", + * "name": "Don Coufal", + * "original_name": "Don Coufal", + * "popularity": 1.143, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "595513299251412b2304f78e", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 1327146, + * "job": "Set Costumer", + * "known_for_department": "Costume & Make-Up", + * "name": "Wendy M. Craig", + * "original_name": "Wendy M. Craig", + * "popularity": 1.196, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5acee7f99251415a6d01dc19", + * "department": "Editing", + * "gender": 2, + * "id": 159112, + * "job": "Color Timer", + * "known_for_department": "Editing", + * "name": "David Orr", + * "original_name": "David Orr", + * "popularity": 1.441, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5acff40e9251417b5d00388f", + * "department": "Crew", + * "gender": 2, + * "id": 16522, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Jimmy Nickerson", + * "original_name": "Jimmy Nickerson", + * "popularity": 2.242, + * "profile_path": "/zidbZdFLUj5DqmZT7yAbp3wEzmr.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5acff3ffc3a36842d2003381", + * "department": "Crew", + * "gender": 2, + * "id": 40684, + * "job": "Stunts", + * "known_for_department": "Directing", + * "name": "David Leitch", + * "original_name": "David Leitch", + * "popularity": 7.879, + * "profile_path": "/7FOLULXFvWrovvfsSyljXtK0tr8.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5ae6d7440e0a26105a008ded", + * "department": "Art", + * "gender": 2, + * "id": 1749906, + * "job": "Property Master", + * "known_for_department": "Art", + * "name": "Roy 'Bucky' Moore", + * "original_name": "Roy 'Bucky' Moore", + * "popularity": 0.998, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5ae6d72d0e0a2610720089d5", + * "department": "Sound", + * "gender": 2, + * "id": 1389534, + * "job": "Dialogue Editor", + * "known_for_department": "Sound", + * "name": "Richard Quinn", + * "original_name": "Richard Quinn", + * "popularity": 2.558, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5ba180b0c3a368719000067a", + * "department": "Sound", + * "gender": 2, + * "id": 1352424, + * "job": "Sound Mix Technician", + * "known_for_department": "Sound", + * "name": "Brandon Proctor", + * "original_name": "Brandon Proctor", + * "popularity": 1.076, + * "profile_path": "/wqo6jIOx23KaLj4h9sPVUnb8oGL.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64cfbe58549dda00ffa43ea7", + * "department": "Crew", + * "gender": 2, + * "id": 83093, + * "job": "Stunts", + * "known_for_department": "Crew", + * "name": "Jimmy N. Roberts", + * "original_name": "Jimmy N. Roberts", + * "popularity": 4.346, + * "profile_path": "/voJPkN18NYreFrwhhhDKC2hG83r.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5c4e35630e0a264965d6db97", + * "department": "Visual Effects", + * "gender": 2, + * "id": 1403525, + * "job": "Visual Effects Supervisor", + * "known_for_department": "Visual Effects", + * "name": "Kevin Scott Mack", + * "original_name": "Kevin Scott Mack", + * "popularity": 0.56, + * "profile_path": "/wsnhGz8PxiHKkXyp7jkOEbVH3LS.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5c50dee60e0a26495adaea80", + * "department": "Art", + * "gender": 2, + * "id": 151007, + * "job": "Storyboard Artist", + * "known_for_department": "Art", + * "name": "Peter Ramsey", + * "original_name": "Peter Ramsey", + * "popularity": 7.595, + * "profile_path": "/eAL9QdCEYyxiMP9cl9lQddg8zEa.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5c7a4dcd9251412a5a4a18fc", + * "department": "Sound", + * "gender": 1, + * "id": 1341856, + * "job": "Foley Artist", + * "known_for_department": "Sound", + * "name": "Hilda Hodges", + * "original_name": "Hilda Hodges", + * "popularity": 2.614, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e599251412a5d4a3ec8", + * "department": "Camera", + * "gender": 0, + * "id": 1586926, + * "job": "Assistant Camera", + * "known_for_department": "Camera", + * "name": "Steve Wolfe", + * "original_name": "Steve Wolfe", + * "popularity": 0.248, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4ea99251412a5a4a1a2a", + * "department": "Production", + * "gender": 0, + * "id": 1758622, + * "job": "Casting Assistant", + * "known_for_department": "Production", + * "name": "Christie Cean George", + * "original_name": "Christie Cean George", + * "popularity": 0.07, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4da80e0a2637cb0e9b1d", + * "department": "Sound", + * "gender": 0, + * "id": 113067, + * "job": "ADR Recordist", + * "known_for_department": "Sound", + * "name": "David Lucarelli", + * "original_name": "David Lucarelli", + * "popularity": 0.899, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e1ac3a36844d41b0642", + * "department": "Crew", + * "gender": 2, + * "id": 1390528, + * "job": "Special Effects Technician", + * "known_for_department": "Crew", + * "name": "Wayne Burnes", + * "original_name": "Wayne Burnes", + * "popularity": 0.509, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f7c0e0a2637cb0e9e97", + * "department": "Production", + * "gender": 0, + * "id": 2254363, + * "job": "Production Driver", + * "known_for_department": "Production", + * "name": "Shaun Ryan", + * "original_name": "Shaun Ryan", + * "popularity": 0.518, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4ce7c3a36821ec1823b9", + * "department": "Costume & Make-Up", + * "gender": 1, + * "id": 6904, + * "job": "Key Costumer", + * "known_for_department": "Costume & Make-Up", + * "name": "Rhona Meyers", + * "original_name": "Rhona Meyers", + * "popularity": 0.355, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f1e0e0a2611ec1195d1", + * "department": "Production", + * "gender": 0, + * "id": 2220072, + * "job": "General Manager", + * "known_for_department": "Production", + * "name": "Scott Ross", + * "original_name": "Scott Ross", + * "popularity": 0.376, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4d4bc3a3681c4b1832e3", + * "department": "Art", + * "gender": 0, + * "id": 2254345, + * "job": "Set Dressing Buyer", + * "known_for_department": "Art", + * "name": "Danielle Simpson", + * "original_name": "Danielle Simpson", + * "popularity": 0.339, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4ee5925141634c475c70", + * "department": "Production", + * "gender": 0, + * "id": 1492646, + * "job": "Extras Casting", + * "known_for_department": "Production", + * "name": "Sande Alessi", + * "original_name": "Sande Alessi", + * "popularity": 1.111, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e38c3a36844d11b5227", + * "department": "Visual Effects", + * "gender": 2, + * "id": 1787833, + * "job": "Visual Effects Technical Director", + * "known_for_department": "Visual Effects", + * "name": "Ryan Laney", + * "original_name": "Ryan Laney", + * "popularity": 0.111, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f6d0e0a2620ae0e8967", + * "department": "Production", + * "gender": 0, + * "id": 2254362, + * "job": "Production Assistant", + * "known_for_department": "Production", + * "name": "Tanya Doyle", + * "original_name": "Tanya Doyle", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4df3c3a36844d11b50c5", + * "department": "Sound", + * "gender": 1, + * "id": 1424126, + * "job": "Foley Recordist", + * "known_for_department": "Sound", + * "name": "Carolyn Tapp", + * "original_name": "Carolyn Tapp", + * "popularity": 1.107, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4ec29251412a5d4a3f7f", + * "department": "Production", + * "gender": 0, + * "id": 2254357, + * "job": "Assistant Location Manager", + * "known_for_department": "Production", + * "name": "Chris Gutierrez", + * "original_name": "Chris Gutierrez", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f0dc3a3681932183491", + * "department": "Production", + * "gender": 2, + * "id": 91161, + * "job": "First Assistant Accountant", + * "known_for_department": "Production", + * "name": "Joe Hartwick Jr.", + * "original_name": "Joe Hartwick Jr.", + * "popularity": 1.438, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4fb10e0a2611da1192c3", + * "department": "Production", + * "gender": 0, + * "id": 2237171, + * "job": "Second Assistant Accountant", + * "known_for_department": "Production", + * "name": "Eileen M. Dennis", + * "original_name": "Eileen M. Dennis", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4d170e0a263ee10ea972", + * "department": "Directing", + * "gender": 2, + * "id": 1534969, + * "job": "Second Second Assistant Director", + * "known_for_department": "Directing", + * "name": "Allen Kupetsky", + * "original_name": "Allen Kupetsky", + * "popularity": 0.743, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4dbb0e0a2611e1117448", + * "department": "Sound", + * "gender": 1, + * "id": 993165, + * "job": "Assistant Dialogue Editor", + * "known_for_department": "Sound", + * "name": "Mary Works", + * "original_name": "Mary Works", + * "popularity": 0.855, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e990e0a26521c10eb72", + * "department": "Camera", + * "gender": 1, + * "id": 1281471, + * "job": "Second Assistant Camera", + * "known_for_department": "Camera", + * "name": "Lisa Guerriero", + * "original_name": "Lisa Guerriero", + * "popularity": 0.086, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4ed1c3a36819321833af", + * "department": "Production", + * "gender": 2, + * "id": 113013, + * "job": "Assistant Production Coordinator", + * "known_for_department": "Production", + * "name": "David McKimmie", + * "original_name": "David McKimmie", + * "popularity": 1.099, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4ef80e0a26521c10ec07", + * "department": "Crew", + * "gender": 2, + * "id": 1368878, + * "job": "Fight Choreographer", + * "known_for_department": "Crew", + * "name": "Damon Caro", + * "original_name": "Damon Caro", + * "popularity": 1.519, + * "profile_path": "/7uw119r2YmsQYIduvSSP3hxIT94.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f2d0e0a2620ae0e891d", + * "department": "Crew", + * "gender": 0, + * "id": 2254358, + * "job": "In Memory Of", + * "known_for_department": "Crew", + * "name": "Raymond Bongiovanni", + * "original_name": "Raymond Bongiovanni", + * "popularity": 0.475, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f5b9251412a6949f7ab", + * "department": "Visual Effects", + * "gender": 0, + * "id": 1859748, + * "job": "Pre-Visualization Supervisor", + * "known_for_department": "Visual Effects", + * "name": "Ron Frankel", + * "original_name": "Ron Frankel", + * "popularity": 0.356, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4d58c3a36819321830c6", + * "department": "Art", + * "gender": 2, + * "id": 1463313, + * "job": "Storyboard Artist", + * "known_for_department": "Art", + * "name": "Collin Grant", + * "original_name": "Collin Grant", + * "popularity": 0.587, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4d8a9251412a6949f246", + * "department": "Sound", + * "gender": 2, + * "id": 1432596, + * "job": "ADR Engineer", + * "known_for_department": "Sound", + * "name": "Derek Casari", + * "original_name": "Derek Casari", + * "popularity": 2.799, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4d980e0a263ee10eaae9", + * "department": "Sound", + * "gender": 2, + * "id": 5339, + * "job": "ADR Mixer", + * "known_for_department": "Sound", + * "name": "David Boulton", + * "original_name": "David Boulton", + * "popularity": 1.319, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4cfdc3a36841dc183f8e", + * "department": "Directing", + * "gender": 2, + * "id": 1758614, + * "job": "Second Assistant Director", + * "known_for_department": "Directing", + * "name": "Bob Wagner", + * "original_name": "Bob Wagner", + * "popularity": 0.557, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4d7ac3a36821ec182659", + * "department": "Sound", + * "gender": 2, + * "id": 572622, + * "job": "ADR Editor", + * "known_for_department": "Sound", + * "name": "Tom Bellfort", + * "original_name": "Tom Bellfort", + * "popularity": 0.578, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4de00e0a263ee10eabe9", + * "department": "Sound", + * "gender": 1, + * "id": 1461371, + * "job": "Foley Mixer", + * "known_for_department": "Sound", + * "name": "Mary Jo Lang", + * "original_name": "Mary Jo Lang", + * "popularity": 1.169, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e450e0a2611de1157a7", + * "department": "Crew", + * "gender": 2, + * "id": 1368878, + * "job": "Stunt Double", + * "known_for_department": "Crew", + * "name": "Damon Caro", + * "original_name": "Damon Caro", + * "popularity": 1.519, + * "profile_path": "/7uw119r2YmsQYIduvSSP3hxIT94.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5c7a4eb4925141634c475c20", + * "department": "Editing", + * "gender": 0, + * "id": 1407900, + * "job": "Assistant Editor", + * "known_for_department": "Editing", + * "name": "Joëlle Taar", + * "original_name": "Joëlle Taar", + * "popularity": 0.146, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f51c3a36841dc1846a3", + * "department": "Production", + * "gender": 0, + * "id": 2254360, + * "job": "Payroll Accountant", + * "known_for_department": "Production", + * "name": "Cindy Nevins", + * "original_name": "Cindy Nevins", + * "popularity": 0.041, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e03c3a36821ec18283b", + * "department": "Sound", + * "gender": 2, + * "id": 7764, + * "job": "Sound Supervisor", + * "known_for_department": "Sound", + * "name": "Richard Hymns", + * "original_name": "Richard Hymns", + * "popularity": 2.245, + * "profile_path": "/970GjgH2nfqsnEsimqLvLYoYTQn.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f460e0a2620ae0e894f", + * "department": "Visual Effects", + * "gender": 0, + * "id": 2254359, + * "job": "Matte Painter", + * "known_for_department": "Visual Effects", + * "name": "David Bailey", + * "original_name": "David Bailey", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e87c3a36841dc184450", + * "department": "Camera", + * "gender": 0, + * "id": 1854468, + * "job": "Dolly Grip", + * "known_for_department": "Camera", + * "name": "Michael Brennan", + * "original_name": "Michael Brennan", + * "popularity": 0.62, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4d39925141634c4759e1", + * "department": "Art", + * "gender": 2, + * "id": 1392117, + * "job": "Graphic Designer", + * "known_for_department": "Art", + * "name": "Eric Rosenberg", + * "original_name": "Eric Rosenberg", + * "popularity": 0.718, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4d29c3a36821ec1825f2", + * "department": "Art", + * "gender": 0, + * "id": 1741114, + * "job": "Assistant Property Master", + * "known_for_department": "Art", + * "name": "Bryan Duff", + * "original_name": "Bryan Duff", + * "popularity": 0.028, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e69c3a36844d41b076f", + * "department": "Camera", + * "gender": 0, + * "id": 2223905, + * "job": "Best Boy Grip", + * "known_for_department": "Camera", + * "name": "Craig Kohtala", + * "original_name": "Craig Kohtala", + * "popularity": 0.542, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4e7bc3a36821ec182984", + * "department": "Camera", + * "gender": 0, + * "id": 1749899, + * "job": "Camera Loader", + * "known_for_department": "Camera", + * "name": "Gary Kanner", + * "original_name": "Gary Kanner", + * "popularity": 0.199, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f8cc3a36844d11b565c", + * "department": "Production", + * "gender": 2, + * "id": 180576, + * "job": "Production Executive", + * "known_for_department": "Visual Effects", + * "name": "Rich Thorne", + * "original_name": "Rich Thorne", + * "popularity": 1.227, + * "profile_path": "/vrCTwuJc77BXQRwuEZtkgcS5yzS.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5c7a4f9fc3a36821ec182ca8", + * "department": "Visual Effects", + * "gender": 0, + * "id": 1419264, + * "job": "Rotoscoping Artist", + * "known_for_department": "Visual Effects", + * "name": "Fiona Campbell Westgate", + * "original_name": "Fiona Campbell Westgate", + * "popularity": 0.571, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5de004383faba0001306a760", + * "department": "Visual Effects", + * "gender": 0, + * "id": 1409273, + * "job": "Visual Effects Supervisor", + * "known_for_department": "Visual Effects", + * "name": "Kevin Tod Haug", + * "original_name": "Kevin Tod Haug", + * "popularity": 1.082, + * "profile_path": null + * } + * ] + */ + crew?: { + /** + * @description A boolean value indicating whether the content is labeled as adult-oriented. + * @example false + */ + adult?: boolean; + /** + * @description A unique identifier for the credit record, which can be used to reference specific credits associated with a person or a project. + * @example 52fe4250c3a36847f8014a2f + */ + credit_id?: string; + /** + * @description The specific department in which a person worked on the production (e.g., directing, writing, acting, etc.). + * @example Production + */ + department?: string; + /** + * @description An integer value indicating the gender of the person; 0 for "not specified," 1 for female, and 2 for male. + * @example 1 + */ + gender?: number; + /** + * @description A unique identifier for the person involved in the production, typically a numeric ID used by The Movie Database (TMDb) system. + * @example 7481 + */ + id?: number; + /** + * @description The specific job title or role that the person held in the production (e.g., actor, director, producer). + * @example Casting + */ + job?: string; + /** + * @description The department in which the person is most recognized or prominent (e.g., Acting, Directing, Writing). + * @example Production + */ + known_for_department?: string; + /** + * @description The name of the individual credited for their work on the production. + * @example Laray Mayfield + */ + name?: string; + /** + * @description The original name of the individual, which may differ from their credited name (helps in identifying non-English names or name variations). + * @example Laray Mayfield + */ + original_name?: string; + /** + * @description A numeric value reflecting the popularity of the individual or the content they are associated with, often based on audience engagement and search data. + * @example 1.054 + */ + popularity?: number; + /** + * @description The path to the individual’s profile image or avatar on The Movie Database, typically a URL segment that can be appended to the base image URL to display the image. + * @example /yBshxhOfzKrcvoVaFdI6VpH1BJ.jpg + */ + profile_path?: string | null; + }[]; + /** + * @description A unique identifier for the movie. + * @example 550 + */ + id?: number; + }; + }; + }; + }; + }; + details4: { + parameters: { + query?: never; + header?: never; + path: { + credit_id: string; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description Indicates the type of credit associated with the person in the media—here it is "cast," which means the person is an actor in the production. + * @example cast + */ + credit_type?: string; + /** + * @description The department where the person worked; in this case, "Acting" refers to the performing arts section of the production team. + * @example Acting + */ + department?: string; + /** + * @description The unique identifier associated with the credit entry itself, which can be referenced separately within the database; here it is a unique string. + * @example 52fe4250c3a36847f80149f3 + */ + id?: string; + /** + * @description Specifies the role of the individual in the department. + * @example Actor + */ + job?: string; + media?: { + /** + * @description A boolean indicating whether the movie is intended for adults + * @example false + */ + adult?: boolean; + /** + * @description The URL path to the movie's backdrop image (used for background displays). + * @example /hZkgoQYus5vegHoetLkCJzb17zJ.jpg + */ + backdrop_path?: string; + /** + * @description The name of the character portrayed by the person in the media. + * @example Narrator + */ + character?: string; + /** + * @description An array of genre IDs that represent the types of genres the movie falls under. + * @example [ + * 18 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie. + * @example 550 + */ + id?: number; + /** + * @description It refers the type of media involved. + * @example movie + */ + media_type?: string; + /** + * @description The original language in which the movie was produced. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released + * @example Fight Club + */ + original_title?: string; + /** + * @description A brief summary of the movie's plot. + * @example A ticking-time-bomb insomniac and a slippery soap salesman channel primal male aggression into a shocking new form of therapy. Their concept catches on, with underground "fight clubs" forming in every town, until an eccentric gets in the way and ignites an out-of-control spiral toward oblivion. + */ + overview?: string; + /** + * @description A numerical value indicating the popularity of the movie, often based on user interactions and ratings. + * @example 115.18 + */ + popularity?: number; + /** + * @description The URL path to the movie's poster image (used for display purposes). + * @example /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg + */ + poster_path?: string; + /** + * @description The release date of the movie in the format YYYY-MM-DD. + * @example 1999-10-15 + */ + release_date?: string; + /** + * @description The title of the movie as displayed to the audience. + * @example Fight Club + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description The average rating of the movie based on user votes. + * @example 8.4 + */ + vote_average?: number; + /** + * @description The total number of votes cast for the movie. + * @example 29575 + */ + vote_count?: number; + }; + /** + * @description It refers the type of media involved. + * @example movie + */ + media_type?: string; + person?: { + /** + * @description A boolean indicating whether the individual is associated with adult content; "false" means they are not involved in adult-oriented material. + * @example false + */ + adult?: boolean; + /** + * @description Numeric representation of the person’s gender; "2" usually signifies male (based on a typical classification where 1 = female, 2 = male). + * @example 2 + */ + gender?: number; + /** + * @description The unique identifier for the person in the database. + * @example 819 + */ + id?: number; + /** + * @description Indicates the branch of work the person is most recognized. + * @example Acting + */ + known_for_department?: string; + /** + * @description Indicates the type of the person object, identified as "person." + * @example person + */ + media_type?: string; + /** + * @description The name of the individual associated with the credit. + * @example Edward Norton + */ + name?: string; + /** + * @description The original name of the individual. + * @example Edward Norton + */ + original_name?: string; + /** + * @description A numerical value representing the popularity of the actor. + * @example 23.946 + */ + popularity?: number; + /** + * @description The path to the profile image of the person, which visually represents the individual; it suggests where the profile picture can be accessed. + * @example /8nytsqL59SFJTVYVrN72k6qkGgJ.jpg + */ + profile_path?: string; + }; + }; + }; + }; + }; + }; + movie: { + parameters: { + query?: { + /** @description Used to filter results based on the film's certification rating (e.g., PG, R) in conjunction with the region parameters. */ + certification?: string; + /** @description Filters results that have a certification rating greater than or equal to the specified value. This is used in conjunction with the region. */ + "certification.gte"?: string; + /** @description Filters results that have a certification rating less than or equal to the specified value. This is used in conjunction with the region. */ + "certification.lte"?: string; + /** @description Specifies the country to filter by the certification rating. It is used alongside certification, certification.gte, and certification.lte filters. */ + certification_country?: string; + /** @description This indicate whether the movie is an adult content. */ + include_adult?: components["parameters"]["include_adult"]; + /** @description Includes videos in the results if set to true. By default, this is set to false. */ + include_video?: true | false; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description Filters results to only include those released in the specified year. */ + primary_relaase_year?: number; + /** @description Filters results to only include those released on or after the specified date. */ + "primary_release_date.gte"?: number; + /** @description Filters results to only include those released on or before the specified date. */ + "primary_release_date.lte"?: string; + /** @description This is the geographical area or country that can be used to filter results based on regional availability. */ + region?: components["parameters"]["region"]; + /** @description Filters results to only include those released on or after the specified date. */ + "release_date.gte"?: string; + /** @description Filters results to only include those released on or before the specified date. */ + "release_date.lte"?: string; + /** @description Defines the order in which results are sorted. */ + sorts_by?: components["parameters"]["sorts_by"]; + /** @description Filters results to include those with an average vote greater than or equal to the specified value. */ + "vote_average.gte"?: components["parameters"]["vote_average.gte"]; + /** @description Filters results to include those with an average vote less than or equal to the specified value. */ + "vote_average.lte"?: components["parameters"]["vote_average.lte"]; + /** @description Filters results to include those with a vote count greater than or equal to the specified number. */ + "vote_count.gte"?: components["parameters"]["vote_count.gte"]; + /** @description Filters results to include those with a vote count less than or equal to the specified number. */ + "vote_count.lte"?: components["parameters"]["vote_count.lte"]; + /** @description Specifies a region code for filtering results based on available watch providers or monetization types. */ + watch_region?: components["parameters"]["watch_region"]; + /** @description Filters results to include films that have certain cast members. Can be a comma (for AND) or pipe (for OR) separated query. */ + with_cast?: components["parameters"]["with_cast"]; + /** @description Filters results to include films produced by specific companies. Can also be a comma (for AND) or pipe (for OR) separated query. */ + with_companies?: components["parameters"]["with_companies"]; + /** @description Filters results to include films that involve specific crew members (e.g., directors, writers). Can be a comma (for AND) or pipe (for OR) separated query. */ + with_crew?: components["parameters"]["with_crew"]; + /** @description string Filters results by specified genres (e.g., action, comedy). Can be a comma (for AND) or pipe (for OR) separated query. */ + with_genres?: components["parameters"]["with_genres"]; + /** @description Filters results to include films associated with specific keywords. Can be a comma (for AND) or pipe (for OR) separated query. */ + with_keyword?: components["parameters"]["with_keyword"]; + /** @description Filters results based on the country of origin of the film. */ + with_origin_country?: components["parameters"]["with_origin_country"]; + /** @description Filters results to include films in a specified original language. */ + with_original_language?: components["parameters"]["with_original_language"]; + /** @description Filters results to include names of specific people associated with the film (cast, crew). Can be a comma (for AND) or pipe (for OR) separated query. */ + with_people?: components["parameters"]["with_people"]; + /** @description Filters results based on the release type (e.g., theatrical, digital). Possible values are; [1, 2, 3, 4, 5, 6]. Can be a comma (for AND) or pipe (for OR) query. */ + with_release_type?: components["parameters"]["with_release_type"]; + /** @description Filters results to include films with a runtime greater than or equal to the specified number of minutes. */ + "with-runtime.gte"?: components["parameters"]["with_runtime.gte"]; + /** @description Filters results to include films with a runtime less than or equal to the specified number of minutes. */ + "with_runtime.lte"?: components["parameters"]["with_runtime.lte"]; + /** @description Filters results based on financial aspects of watching, including types like "flatrate," "free," "ads," "rent," or "buy." */ + with_watch_monetization?: components["parameters"]["with_watch_monetization"]; + /** @description Specifies which watch providers to filter by, such as Netflix or Hulu. Can be a comma (for AND) or pipe (for OR) separated query. */ + with_watch_providers?: components["parameters"]["with_watch_providers"]; + /** @description results to exclude specified genres from the results. */ + without_companies?: components["parameters"]["without_genres"]; + /** @description Filters results to exclude specified keywords associated with the films. */ + without_keywords?: components["parameters"]["without_keywords"]; + /** @description Filters results to exclude films available on specified watch providers. */ + without_watch_providers?: components["parameters"]["without_watch_providers"]; + /** @description This is used to filter results based on a specific year. */ + year?: components["parameters"]["year"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movie */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The current page number of the results returned by the API. + * @example 1 + */ + page?: number; + /** + * @description An array containing objects, where each object represents a movie with various details. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/6qld2YxAO9gdEblo0rsEb8BcYKO.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1156593, + * "original_language": "es", + * "original_title": "Culpa tuya", + * "overview": "The love between Noah and Nick seems unwavering despite their parents' attempts to separate them. But his job and her entry into college open up their lives to new relationships that will shake the foundations of both their relationship and the Leister family itself.", + * "popularity": 5111.721, + * "poster_path": "/1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg", + * "release_date": "2024-12-26", + * "title": "Your Fault", + * "video": false, + * "vote_average": 7.187, + * "vote_count": 497 + * }, + * { + * "adult": false, + * "backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg", + * "genre_ids": [ + * 28, + * 12, + * 18 + * ], + * "id": 558449, + * "original_language": "en", + * "original_title": "Gladiator II", + * "overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.", + * "popularity": 5438.718, + * "poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg", + * "release_date": "2024-11-05", + * "title": "Gladiator II", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 1796 + * }, + * { + * "adult": false, + * "backdrop_path": "/cjEcqdRdPQJhYre3HUAc5538Gk8.jpg", + * "genre_ids": [ + * 28, + * 14, + * 35 + * ], + * "id": 845781, + * "original_language": "en", + * "original_title": "Red One", + * "overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.", + * "popularity": 3597.308, + * "poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg", + * "release_date": "2024-10-31", + * "title": "Red One", + * "video": false, + * "vote_average": 7.032, + * "vote_count": 1709 + * }, + * { + * "adult": false, + * "backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg", + * "genre_ids": [ + * 28, + * 878, + * 35, + * 10751 + * ], + * "id": 939243, + * "original_language": "en", + * "original_title": "Sonic the Hedgehog 3", + * "overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.", + * "popularity": 3225.056, + * "poster_path": "/mubt4bnVfpJ5lBMq93DidEuMkJr.jpg", + * "release_date": "2024-12-19", + * "title": "Sonic the Hedgehog 3", + * "video": false, + * "vote_average": 7.669, + * "vote_count": 255 + * }, + * { + * "adult": false, + * "backdrop_path": "/3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg", + * "genre_ids": [ + * 28, + * 878, + * 12, + * 53 + * ], + * "id": 912649, + * "original_language": "en", + * "original_title": "Venom: The Last Dance", + * "overview": "Eddie and Venom are on the run. Hunted by both of their worlds and with the net closing in, the duo are forced into a devastating decision that will bring the curtains down on Venom and Eddie's last dance.", + * "popularity": 3410.921, + * "poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg", + * "release_date": "2024-10-22", + * "title": "Venom: The Last Dance", + * "video": false, + * "vote_average": 6.801, + * "vote_count": 2036 + * }, + * { + * "adult": false, + * "backdrop_path": "/tElnmtQ6yz1PjN1kePNl8yMSb59.jpg", + * "genre_ids": [ + * 16, + * 12, + * 10751, + * 35 + * ], + * "id": 1241982, + * "original_language": "en", + * "original_title": "Moana 2", + * "overview": "After receiving an unexpected call from her wayfinding ancestors, Moana journeys alongside Maui and a new crew to the far seas of Oceania and into dangerous, long-lost waters for an adventure unlike anything she's ever faced.", + * "popularity": 2553.687, + * "poster_path": "/m0SbwFNCa9epW1X60deLqTHiP7x.jpg", + * "release_date": "2024-11-21", + * "title": "Moana 2", + * "video": false, + * "vote_average": 6.956, + * "vote_count": 698 + * }, + * { + * "adult": false, + * "backdrop_path": "/oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg", + * "genre_ids": [ + * 12, + * 10751, + * 16, + * 10402 + * ], + * "id": 762509, + * "original_language": "en", + * "original_title": "Mufasa: The Lion King", + * "overview": "Told in flashbacks, Mufasa is an orphaned cub, lost and alone until he meets a sympathetic lion named Taka—the heir to a royal bloodline. The chance meeting sets in motion a journey of misfits searching for their destiny and working together to evade a threatening and deadly foe.", + * "popularity": 2400.566, + * "poster_path": "/9bXHaLlsFYpJUutg4E6WXAjaxDi.jpg", + * "release_date": "2024-12-18", + * "title": "Mufasa: The Lion King", + * "video": false, + * "vote_average": 7.3, + * "vote_count": 370 + * }, + * { + * "adult": false, + * "backdrop_path": "/rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg", + * "genre_ids": [ + * 28, + * 53 + * ], + * "id": 1005331, + * "original_language": "en", + * "original_title": "Carry-On", + * "overview": "An airport security officer races to outsmart a mysterious traveler forcing him to let a dangerous item slip onto a Christmas Eve flight.", + * "popularity": 1665.553, + * "poster_path": "/sjMN7DRi4sGiledsmllEw5HJjPy.jpg", + * "release_date": "2024-12-05", + * "title": "Carry-On", + * "video": false, + * "vote_average": 6.962, + * "vote_count": 1310 + * }, + * { + * "adult": false, + * "backdrop_path": "/lntyt4OVDbcxA1l7LtwITbrD3FI.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1010581, + * "original_language": "es", + * "original_title": "Culpa mía", + * "overview": "Noah must leave her city, boyfriend, and friends to move into William Leister's mansion, the flashy and wealthy husband of her mother Rafaela. As a proud and independent 17 year old, Noah resists living in a mansion surrounded by luxury. However, it is there where she meets Nick, her new stepbrother, and the clash of their strong personalities becomes evident from the very beginning.", + * "popularity": 1420.188, + * "poster_path": "/w46Vw536HwNnEzOa7J24YH9DPRS.jpg", + * "release_date": "2023-06-08", + * "title": "My Fault", + * "video": false, + * "vote_average": 7.911, + * "vote_count": 3257 + * }, + * { + * "adult": false, + * "backdrop_path": "/dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg", + * "genre_ids": [ + * 28, + * 18, + * 53 + * ], + * "id": 1043905, + * "original_language": "en", + * "original_title": "Dirty Angels", + * "overview": "During the United States' 2021 withdrawal from Afghanistan, a group of female soldiers posing as medical relief are sent back in to rescue a group of kidnapped teenagers caught between ISIS and the Taliban.", + * "popularity": 1575.331, + * "poster_path": "/3O3qSGmjRGc10hMwFul8WDxKE5t.jpg", + * "release_date": "2024-12-11", + * "title": "Dirty Angels", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 71 + * }, + * { + * "adult": false, + * "backdrop_path": "/uKb22E0nlzr914bA9KyA5CVCOlV.jpg", + * "genre_ids": [ + * 18, + * 10749, + * 14 + * ], + * "id": 402431, + * "original_language": "en", + * "original_title": "Wicked", + * "overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.", + * "popularity": 1540.349, + * "poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg", + * "release_date": "2024-11-20", + * "title": "Wicked", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 832 + * }, + * { + * "adult": false, + * "backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg", + * "genre_ids": [ + * 28, + * 878, + * 53 + * ], + * "id": 1035048, + * "original_language": "en", + * "original_title": "Elevation", + * "overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.", + * "popularity": 1499.384, + * "poster_path": "/sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg", + * "release_date": "2024-11-07", + * "title": "Elevation", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 216 + * }, + * { + * "adult": false, + * "backdrop_path": "/A6vAMO3myroRfBwSZetY4GVqaW4.jpg", + * "genre_ids": [ + * 16, + * 14, + * 28, + * 12 + * ], + * "id": 839033, + * "original_language": "en", + * "original_title": "The Lord of the Rings: The War of the Rohirrim", + * "overview": "183 years before the events chronicled in the original trilogy, a sudden attack by Wulf, a clever and ruthless Dunlending lord seeking vengeance for the death of his father, forces Helm Hammerhand and his people to make a daring last stand in the ancient stronghold of the Hornburg. Finding herself in an increasingly desperate situation, Héra, the daughter of Helm, must summon the will to lead the resistance against a deadly enemy intent on their total destruction.", + * "popularity": 1479.457, + * "poster_path": "/hE9SAMyMSUGAPsHUGdyl6irv11v.jpg", + * "release_date": "2024-12-05", + * "title": "The Lord of the Rings: The War of the Rohirrim", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 167 + * }, + * { + * "adult": false, + * "backdrop_path": "/A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg", + * "genre_ids": [ + * 80, + * 53, + * 28 + * ], + * "id": 1276945, + * "original_language": "nl", + * "original_title": "Ferry 2", + * "overview": "After losing his drug empire, Ferry Bouman has found a measure of peace away from Brabant's criminal underworld — until his past catches up to him.", + * "popularity": 1202.657, + * "poster_path": "/8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg", + * "release_date": "2024-12-19", + * "title": "Ferry 2", + * "video": false, + * "vote_average": 5.7, + * "vote_count": 58 + * }, + * { + * "adult": false, + * "backdrop_path": "/bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg", + * "genre_ids": [ + * 27, + * 878 + * ], + * "id": 933260, + * "original_language": "en", + * "original_title": "The Substance", + * "overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.", + * "popularity": 933.485, + * "poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg", + * "release_date": "2024-09-07", + * "title": "The Substance", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 2907 + * }, + * { + * "adult": false, + * "backdrop_path": "/6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg", + * "genre_ids": [ + * 28, + * 80, + * 53 + * ], + * "id": 974453, + * "original_language": "en", + * "original_title": "Absolution", + * "overview": "An aging ex-boxer gangster working as muscle for a Boston crime boss receives an upsetting diagnosis. Despite a faltering memory, he attempts to rectify the sins of his past and reconnect with his estranged children. He is determined to leave a positive legacy for his grandson, but the criminal underworld isn’t done with him and won’t loosen their grip willingly.", + * "popularity": 1171.658, + * "poster_path": "/2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg", + * "release_date": "2024-10-31", + * "title": "Absolution", + * "video": false, + * "vote_average": 5.939, + * "vote_count": 198 + * }, + * { + * "adult": false, + * "backdrop_path": "/1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg", + * "genre_ids": [ + * 16, + * 28, + * 878, + * 10751 + * ], + * "id": 1184918, + * "original_language": "en", + * "original_title": "The Wild Robot", + * "overview": "After a shipwreck, an intelligent robot called Roz is stranded on an uninhabited island. To survive the harsh environment, Roz bonds with the island's animals and cares for an orphaned baby goose.", + * "popularity": 1012.104, + * "poster_path": "/9w0Vh9eizfBXrcomiaFWTIPdboo.jpg", + * "release_date": "2024-09-08", + * "title": "The Wild Robot", + * "video": false, + * "vote_average": 8.4, + * "vote_count": 3740 + * }, + * { + * "adult": false, + * "backdrop_path": "/by8z9Fe8y7p4jo2YlW2SZDnptyT.jpg", + * "genre_ids": [ + * 28, + * 35, + * 878 + * ], + * "id": 533535, + * "original_language": "en", + * "original_title": "Deadpool & Wolverine", + * "overview": "A listless Wade Wilson toils away in civilian life with his days as the morally flexible mercenary, Deadpool, behind him. But when his homeworld faces an existential threat, Wade must reluctantly suit-up again with an even more reluctant Wolverine.", + * "popularity": 836.06, + * "poster_path": "/8cdWjvZQUExUUTzyp4t6EDMubfO.jpg", + * "release_date": "2024-07-24", + * "title": "Deadpool & Wolverine", + * "video": false, + * "vote_average": 7.658, + * "vote_count": 6148 + * }, + * { + * "adult": false, + * "backdrop_path": "/uWOJbarUXfVf6B4o0368dh138eR.jpg", + * "genre_ids": [ + * 27, + * 14 + * ], + * "id": 426063, + * "original_language": "en", + * "original_title": "Nosferatu", + * "overview": "A gothic tale of obsession between a haunted young woman and the terrifying vampire infatuated with her, causing untold horror in its wake.", + * "popularity": 755.116, + * "poster_path": "/5qGIxdEO841C0tdY8vOdLoRVrr0.jpg", + * "release_date": "2024-12-25", + * "title": "Nosferatu", + * "video": false, + * "vote_average": 6.6, + * "vote_count": 197 + * }, + * { + * "adult": false, + * "backdrop_path": "/sQbFupSWM9wUdPj96NZNUOFSP5.jpg", + * "genre_ids": [ + * 28, + * 12, + * 53 + * ], + * "id": 1000075, + * "original_language": "fr", + * "original_title": "Largo Winch: Le prix de l'argent", + * "overview": "Largo Winch, devastated by the kidnapping of his son, realizes that if he finds those responsible for his bankruptcy, maybe he'll see his son again.", + * "popularity": 865.936, + * "poster_path": "/myS41ZUmFvslkT8LeD2irAKxyrf.jpg", + * "release_date": "2024-07-31", + * "title": "The Price of Money: A Largo Winch Adventure", + * "video": false, + * "vote_average": 5.813, + * "vote_count": 67 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the movie is intended for adults (true) or not (false). + * @example false + */ + adult?: boolean; + /** + * @description A string representing the file path to the movie's backdrop image. + * @example /6qld2YxAO9gdEblo0rsEb8BcYKO.jpg + */ + backdrop_path?: string; + /** + * @description An array of integers representing the genres the movie belongs to. + * @example [ + * 10749, + * 18 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie in the database + * @example 1156593 + */ + id?: number; + /** + * @description A string indicating the original language in which the movie was produced. + * @example es + */ + original_language?: string; + /** + * @description The title of the movie in its original language. + * @example Culpa tuya + */ + original_title?: string; + /** + * @description A brief summary of the movie's plot. + * @example The love between Noah and Nick seems unwavering despite their parents' attempts to separate them. But his job and her entry into college open up their lives to new relationships that will shake the foundations of both their relationship and the Leister family itself. + */ + overview?: string; + /** + * @description A numerical value representing the popularity of the movie. + * @example 5111.721 + */ + popularity?: number; + /** + * @description A string representing the file path to the movie's promotional poster image. + * @example /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + */ + poster_path?: string; + /** + * @description A string indicating the release date of the movie in the format YYYY-MM-DD. + * @example 2024-12-26 + */ + release_date?: string; + /** + * @description The title of the movie as presented to the audience. + * @example Your Fault + */ + title?: string; + /** + * @description A boolean indicating whether the movie has an associated video (true) or not (false). + * @example false + */ + video?: boolean; + /** + * @description A numerical value representing the average rating of the movie based on user votes, typically given on a scale from 1 to 10. + * @example 7.187 + */ + vote_average?: number; + /** + * @description An integer representing the total number of votes received for the movie. + * @example 497 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the results set, indicating how many pages of results can be retrieved. + * @example 47955 + */ + total_pages?: number; + /** + * @description The total number of results (movies) found that match the search criteria specified in the API request. + * @example 959088 + */ + total_results?: number; + }; + }; + }; + }; + }; + tv: { + parameters: { + query?: { + /** @description Selects results with an air date greater than or equal to the specified date. */ + "air_date.gte"?: string; + /** @description Selects results with an air date less than or equal to the specified date. */ + "air_date.lte"?: string; + /** @description Filters results based on the year of the first air date. Must be a valid four-digit year (e.g., 2020). */ + first_air_date_year?: number; + /** @description Selects results with a first air date greater than or equal to the specified date. */ + "first_air_date.gte"?: string; + /** @description Selects results with a first air date less than or equal to the specified date. */ + "first_air-date.lte"?: string; + /** @description This indicate whether the movie is an adult content. */ + include_adult?: components["parameters"]["include_adult"]; + /** @description Defaults to false. If set to true, includes results that do not have a first air date. */ + include_null_first_air_dates?: true | false; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description Filters results to include only those that have been screened in theatres. */ + screened_theatrically?: true | false; + /** @description Defines the order in which results are sorted. */ + sorts_by?: components["parameters"]["sorts_by"]; + /** @description Specifies the timezone for date-related queries. */ + timezone?: string; + /** @description Filters results to include those with an average vote greater than or equal to the specified value. */ + "vote_average.gte"?: components["parameters"]["vote_average.gte"]; + /** @description Filters results to include those with an average vote less than or equal to the specified value. */ + "vote_average.lte"?: components["parameters"]["vote_average.lte"]; + /** @description Filters results to include those with a vote count greater than or equal to the specified number. */ + "vote_count.gte"?: components["parameters"]["vote_count.gte"]; + /** @description Filters results to include those with a vote count less than or equal to the specified number. */ + "vote_count.lte"?: components["parameters"]["vote_count.lte"]; + /** @description Specifies a region code for filtering results based on available watch providers or monetization types. */ + watch_region?: components["parameters"]["watch_region"]; + /** @description Filters results to include films produced by specific companies. Can also be a comma (for AND) or pipe (for OR) separated query. */ + with_companies?: components["parameters"]["with_companies"]; + /** @description string Filters results by specified genres (e.g., action, comedy). Can be a comma (for AND) or pipe (for OR) separated query. */ + with_genres?: components["parameters"]["with_genres"]; + /** @description Filters results to include films associated with specific keywords. Can be a comma (for AND) or pipe (for OR) separated query. */ + with_keyword?: components["parameters"]["with_keyword"]; + /** @description Filters results to include those on specified networks (e.g., NBC, HBO). */ + with_networks?: string; + /** @description Filters results based on the country of origin of the film. */ + with_origin_country?: components["parameters"]["with_origin_country"]; + /** @description Filters results to include films in a specified original language. */ + with_original_language?: components["parameters"]["with_original_language"]; + /** @description Filters results to include films with a runtime greater than or equal to the specified number of minutes. */ + "with-runtime.gte"?: components["parameters"]["with_runtime.gte"]; + /** @description Filters results to include films with a runtime less than or equal to the specified number of minutes. */ + "with_runtime.lte"?: components["parameters"]["with_runtime.lte"]; + /** @description Possible values are [0, 1, 2, 3, 4, 5]. Can be a comma (AND) or pipe (OR) separated query to filter results based on content status (e.g., air/ended). */ + with_status?: string; + /** @description Filters results based on financial aspects of watching, including types like "flatrate," "free," "ads," "rent," or "buy." */ + with_watch_monetization?: components["parameters"]["with_watch_monetization"]; + /** @description Specifies which watch providers to filter by, such as Netflix or Hulu. Can be a comma (for AND) or pipe (for OR) separated query. */ + with_watch_providers?: components["parameters"]["with_watch_providers"]; + /** @description results to exclude specified genres from the results. */ + without_companies?: components["parameters"]["without_genres"]; + /** @description Filters results to exclude specified keywords associated with the films. */ + without_keywords?: components["parameters"]["without_keywords"]; + /** @description Filters results to exclude films available on specified watch providers. */ + without_watch_providers?: components["parameters"]["without_watch_providers"]; + /** @description Possible values are [0, 1, 2, 3, 4, 5, 6]. Can be a comma (AND) or pipe (OR) separated query to filter results by type (e.g., movie, series). */ + with_type?: string; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description tv */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The current page number of the results returned by the API. + * @example 1 + */ + page?: number; + /** + * @description An array containing objects, where each object represents a TV show with specific details. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/2meX1nMdScFOoV4370rqHWKmXhY.jpg", + * "first_air_date": "2021-09-17", + * "genre_ids": [ + * 10759, + * 9648, + * 18 + * ], + * "id": 93405, + * "name": "Squid Game", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "오징어 게임", + * "overview": "Hundreds of cash-strapped players accept a strange invitation to compete in children's games. Inside, a tempting prize awaits — with deadly high stakes.", + * "popularity": 8611.964, + * "poster_path": "/dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg", + * "vote_average": 7.8, + * "vote_count": 14486 + * }, + * { + * "adult": false, + * "backdrop_path": "/mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg", + * "first_air_date": "2005-10-13", + * "genre_ids": [ + * 10766 + * ], + * "id": 206559, + * "name": "Binnelanders", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "af", + * "original_name": "Binnelanders", + * "overview": "A South African Afrikaans soap opera. It is set in and around the fictional private hospital, Binneland Kliniek, in Pretoria, and the storyline follows the trials, trauma and tribulations of the staff and patients of the hospital.", + * "popularity": 4599.626, + * "poster_path": "/3bzECfllho8PphdYujLUIuhncJD.jpg", + * "vote_average": 5.563, + * "vote_count": 79 + * }, + * { + * "adult": false, + * "backdrop_path": "/vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg", + * "first_air_date": "2020-11-02", + * "genre_ids": [ + * 10766, + * 18 + * ], + * "id": 112470, + * "name": "Ici tout commence", + * "origin_country": [ + * "FR" + * ], + * "original_language": "fr", + * "original_name": "Ici tout commence", + * "overview": "This television drama series is centered around the prestigious culinary school of renowned chef Auguste Armand. The show follows the lives of students and staff as they navigate the challenges and pressures of the culinary world—delving into their personal and professional lives, revealing secrets, rivalries, and complex relationships.", + * "popularity": 3513.033, + * "poster_path": "/v7nXPo2zdaIOfeIaERiOuTEt89N.jpg", + * "vote_average": 6.8, + * "vote_count": 86 + * }, + * { + * "adult": false, + * "backdrop_path": "/4i3iJepkqqH5JJgTNLJdi8ke6ir.jpg", + * "first_air_date": "2024-05-06", + * "genre_ids": [ + * 10766 + * ], + * "id": 249010, + * "name": "Kelders van Geheime", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "af", + * "original_name": "Kelders van Geheime", + * "overview": "Kelders van Geheime (Cellars of Secrets) is a South African, Afrikaans-language telenovela based on the wheeling's and dealings of the community that lives on Soebatskloof (a wine farm in the Cape). The series focuses on three families: the Abrahams, Syster and Marais households. These families will have to stand together, agree (or agree to disagree), and work together to earn their bread and butter – and a glass of wine.", + * "popularity": 3351.82, + * "poster_path": "/vf1I0G5jICTstI1EXxb9Oqq80TU.jpg", + * "vote_average": 5.9, + * "vote_count": 13 + * }, + * { + * "adult": false, + * "backdrop_path": "/mLcD1v4sfoa1juOsBat7Vik7wEe.jpg", + * "first_air_date": "2024-03-18", + * "genre_ids": [ + * 10764 + * ], + * "id": 248890, + * "name": "Ready Steady Cook South Africa", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "en", + * "original_name": "Ready Steady Cook South Africa", + * "overview": "In Ready Steady Cook, two teams - a Red Tomato and a Green Pepper - compete in a Red Kitchen and a Green Kitchen, together with a South African chef on each side and paired with enthusiastic home cooks, as they are challenged creatively with a mystery bag of ingredients in a 20-minute cook-off.", + * "popularity": 3322.43, + * "poster_path": "/30xX4IMbgnMbQwo76xM4BOSokZO.jpg", + * "vote_average": 4.5, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/2wNuLc0cEoPz6PZItftrZLHjG2k.jpg", + * "first_air_date": "2024-10-27", + * "genre_ids": [ + * 18, + * 10751 + * ], + * "id": 251691, + * "name": "Autumn of the Heart", + * "origin_country": [ + * "SA" + * ], + * "original_language": "ar", + * "original_name": "خريف القلب", + * "overview": "A devastating car accident unearths a long-buried secret that turns wealthy businessman Rashid and hardworking Nahla's life around; fifteen years ago, their daughters were switched at birth.", + * "popularity": 3020.408, + * "poster_path": "/8uDmIxjBx90y5OCwJDBADtQzxb7.jpg", + * "vote_average": 4.429, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "first_air_date": "2005-09-05", + * "genre_ids": [ + * 18, + * 35 + * ], + * "id": 36361, + * "name": "Ulice", + * "origin_country": [ + * "CZ" + * ], + * "original_language": "cs", + * "original_name": "Ulice", + * "overview": "Ulice is a Czech soap opera produced and broadcast by Nova. In the Czech language Ulice means street.\n\nThe show describes the lives of the Farský, Jordán, Boháč, Nikl, and Liška families and many other people that live in Prague. Their daily battle against real problems of living in a modern world like divorce, love, betrayal and illness or disease. Ulice often shows crime.", + * "popularity": 2611.223, + * "poster_path": "/gFEHva8Csx18hMGJJZ6gi4sFSKR.jpg", + * "vote_average": 4.6, + * "vote_count": 30 + * }, + * { + * "adult": false, + * "backdrop_path": "/zk3UqXnnK7cpUv6LsD9DS8FtUxb.jpg", + * "first_air_date": "2024-09-02", + * "genre_ids": [ + * 18, + * 10759 + * ], + * "id": 256121, + * "name": "Lavender Fields", + * "origin_country": [ + * "PH" + * ], + * "original_language": "tl", + * "original_name": "Lavender Fields", + * "overview": "The life of a simple flower farm girl is shattered when she falls for a charming accountant, who turns out to be a married gun cartel member. Targeted for his stolen money, she loses everything she holds dear and reinvents herself to seek justice.", + * "popularity": 2527.344, + * "poster_path": "/7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg", + * "vote_average": 8.2, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg", + * "first_air_date": "2024-09-30", + * "genre_ids": [ + * 10766, + * 18, + * 35 + * ], + * "id": 257064, + * "name": "Volta por Cima", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Volta por Cima", + * "overview": "", + * "popularity": 2477.511, + * "poster_path": "/nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg", + * "vote_average": 6.4, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg", + * "first_air_date": "2024-11-04", + * "genre_ids": [ + * 10766, + * 18 + * ], + * "id": 257048, + * "name": "Garota do Momento", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Garota do Momento", + * "overview": "", + * "popularity": 2466.805, + * "poster_path": "/jFSkjQSZ5Td52igalpoTQRuHtk.jpg", + * "vote_average": 7.9, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/4uWvmON2pqDJtpPAsHMggdDFFrn.jpg", + * "first_air_date": "1990-09-13", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 549, + * "name": "Law & Order", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Law & Order", + * "overview": "In cases ripped from the headlines, police investigate serious and often deadly crimes, weighing the evidence and questioning the suspects until someone is taken into custody. The district attorney's office then builds a case to convict the perpetrator by proving the person guilty beyond a reasonable doubt. Working together, these expert teams navigate all sides of the complex criminal justice system to make New York a safer place.", + * "popularity": 2423.893, + * "poster_path": "/6vFL8S6Cci8s7SHWXz60xOisGBC.jpg", + * "vote_average": 7.4, + * "vote_count": 582 + * }, + * { + * "adult": false, + * "backdrop_path": "/i8iqYtAy9qcO5RSrA1f6fY1n6SN.jpg", + * "first_air_date": "2015-11-16", + * "genre_ids": [ + * 10766 + * ], + * "id": 235484, + * "name": "Suidooster", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "af", + * "original_name": "Suidooster", + * "overview": "Suidooster is a South African television soap opera produced by Suidooster Films which revolves around a matriarch, her family, friends and the people of Suidooster, a small shopping and business centre in the fictional Cape Town suburb of Ruiterbosch.", + * "popularity": 2319.123, + * "poster_path": "/naCgSiacvV685kait6fBvhVhdce.jpg", + * "vote_average": 7.7, + * "vote_count": 20 + * }, + * { + * "adult": false, + * "backdrop_path": "/9zIqN0oMmaeFvBlccgw80sWed7I.jpg", + * "first_air_date": "2007-09-10", + * "genre_ids": [ + * 10763, + * 35 + * ], + * "id": 13008, + * "name": "TMZ", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "TMZ", + * "overview": "Based on the popular gossip website, this entertainment newsmagazine delivers daily updates on Hollywood's rich, beautiful and screwed-up. The program often shows highlights of the day's staff meeting during which reporters pitch ideas for stories to air that day.", + * "popularity": 2234.99, + * "poster_path": "/ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg", + * "vote_average": 4.813, + * "vote_count": 16 + * }, + * { + * "adult": false, + * "backdrop_path": "/kkfqNkGQR5og5sDjJTxTVmI9PW.jpg", + * "first_air_date": "2017-07-17", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 72879, + * "name": "Tomorrow Is Ours", + * "origin_country": [ + * "FR" + * ], + * "original_language": "fr", + * "original_name": "Demain nous appartient", + * "overview": "The story revolves around the people of Sète, France. Their lives are punctuated by family rivalries, romance and scenes from daily life, but also by plots involving police investigations, secrets and betrayals.", + * "popularity": 2213.046, + * "poster_path": "/zMWldNZF0wS3L5XkDVFHxYhclcL.jpg", + * "vote_average": 6.3, + * "vote_count": 64 + * }, + * { + * "adult": false, + * "backdrop_path": "/5w5Cn8c4PNmDA5o9rET2oc0nxwb.jpg", + * "first_air_date": "2024-10-27", + * "genre_ids": [ + * 18 + * ], + * "id": 260695, + * "name": "sensitive chord", + * "origin_country": [ + * "EG" + * ], + * "original_language": "ar", + * "original_name": "وتر حساس", + * "overview": "In a social dramatic context, the events of the series revolve around the issue of marital infidelity and the secrets of the human soul through three women (a doctor, a lawyer, and an employee in one of the departments), where the pace of events escalates due to the disputes between the lawyer and her husband, an interior designer, especially after she accused him of betrayal, with the intertwined relationships between all parties.", + * "popularity": 2205.576, + * "poster_path": "/hHoBvznjHhGqPKNkRnqb9zUq8s6.jpg", + * "vote_average": 5.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/s41aHDgGza66JSwEc0poXSuBrmx.jpg", + * "first_air_date": "2024-11-18", + * "genre_ids": [ + * 18 + * ], + * "id": 261121, + * "name": "Desperate Mrs. Seonju", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "친절한 선주씨", + * "overview": "Pi Seon Ju works as an interior designer in a small neighborhood. She is married to Jeon Nam Jin, who is an ambitious architect. Although Pi Seon Ju is devoted to her husband, her husband falls in love with Jin Sang A, who will become the successor of an architecture company. To further pursue his love and ambitions, Jeon Nam Jin demands a divorce from Pi Seon Ju. After their divorce, Pi Seon Ju decides to start her new life.\n\nMeanwhile, architect Kim So U is married to Jin Sang A. Unlike Jin Sang A, he is satisfied with a stable situation rather than being fueled with ambition. Due to his wife's affair with Jeon Nam Jin, Kim So U gets divorced. After meeting Pi Seon Ju, Kim So U experiences a turning point in his life.", + * "popularity": 2179.102, + * "poster_path": "/wALnisqW9vGGJWH1GYUeCCWTcYd.jpg", + * "vote_average": 6.3, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/2Bkqjc9tNWo3KLr1aRYyJ7vMQtM.jpg", + * "first_air_date": "2023-10-22", + * "genre_ids": [ + * 10764 + * ], + * "id": 235493, + * "name": "De Bondgenoten", + * "origin_country": [ + * "NL" + * ], + * "original_language": "nl", + * "original_name": "De Bondgenoten", + * "overview": "", + * "popularity": 2162.016, + * "poster_path": "/sFgeZT3H1Uz3X1OipPq3WONv0WO.jpg", + * "vote_average": 6.8, + * "vote_count": 20 + * }, + * { + * "adult": false, + * "backdrop_path": "/5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg", + * "first_air_date": "1960-12-09", + * "genre_ids": [ + * 10766 + * ], + * "id": 291, + * "name": "Coronation Street", + * "origin_country": [ + * "MY", + * "GB" + * ], + * "original_language": "en", + * "original_name": "Coronation Street", + * "overview": "The residents of Coronation Street are ordinary, working-class people, and the show follows them through regular social and family interactions at home, in the workplace, and in their local pub, the Rovers Return Inn. Britain's longest-running soap.", + * "popularity": 2135.406, + * "poster_path": "/5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg", + * "vote_average": 5.3, + * "vote_count": 108 + * }, + * { + * "adult": false, + * "backdrop_path": "/6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg", + * "first_air_date": "2024-09-09", + * "genre_ids": [ + * 10766, + * 18, + * 9648 + * ], + * "id": 237478, + * "name": "Crazy About You", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Mania de Você", + * "overview": "The story begins with the ambiguous relationship between friends Viola and Luma, who seem predestined to literally enter each other's lives. Born on the same day, in very different situations, they meet years later, united by coincidences that go beyond their birthday. From humble origins, Viola moves with her boyfriend Mavi to Angra dos Reis, where Luma lives a luxurious life and dates Rudá, who ends up meeting Viola by chance. Thus begins the duo's journey, which goes from a passion for recipes to an obsession with the same man, from the immediate connection to the point of starting to live their friend’s reality, 10 years later. A journey divided between complicity and rivalry, which includes them in a love quadrangle and is impacted by a series of circumstances, twists and surprises, such as the secret surrounding a murder.", + * "popularity": 2097.681, + * "poster_path": "/cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg", + * "vote_average": 5.4, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/dg2pu4Vm4B2cOqTHlZ26Lka9qEz.jpg", + * "first_air_date": "2024-10-11", + * "genre_ids": [ + * 10766, + * 18 + * ], + * "id": 262969, + * "name": "Return to Las Sabinas", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Regreso a Las Sabinas", + * "overview": "Gracia and Paloma return to Las Sabinas to look after their father, Emilio. Gracia reunites with her childhood sweetheart, Miguel, who is now engaged to Esther. Paloma takes over the family's land and clashes with landowner Paca Utrera, who shares a terrible secret with Emilio and has a nefarious plan for the village. Young Óscar is found dead under strange circumstances. Manuela must investigate the murder with the help of Óscar's brother, Álex, who is a priest.", + * "popularity": 2092.241, + * "poster_path": "/xMMH3r8gJtWVe1841BtHGjDooUm.jpg", + * "vote_average": 6.2, + * "vote_count": 5 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the show is intended for adults (true) or not (false). + * @example false + */ + adult?: boolean; + /** + * @description A string representing the file path to the show’s backdrop image, typically used as a background for promotional materials on platforms. + * @example /2meX1nMdScFOoV4370rqHWKmXhY.jpg + */ + backdrop_path?: string | null; + /** + * @description A string indicating the original release date of the show in the format YYYY-MM-DD. + * @example 2021-09-17 + */ + first_air_date?: string; + /** + * @description An array of integers representing the genres the show belongs to. Each integer corresponds to a genre code in the genre database. + * @example [ + * 10759, + * 9648, + * 18 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the TV show in the database. + * @example 93405 + */ + id?: number; + /** + * @description The English title of the show as it is commonly known in international markets. + * @example Squid Game + */ + name?: string; + /** + * @description An array of strings specifying the country where the show originated, indicated by country codes. + * @example [ + * "KR" + * ] + */ + origin_country?: string[]; + /** + * @description A string indicating the original language in which the show was produced + * @example ko + */ + original_language?: string; + /** + * @description The title of the TV show in its original language. + * @example 오징어 게임 + */ + original_name?: string; + /** + * @description A brief summary describing the plot. + * @example Hundreds of cash-strapped players accept a strange invitation to compete in children's games. Inside, a tempting prize awaits — with deadly high stakes. + */ + overview?: string; + /** + * @description A numerical value representing the popularity of the show. + * @example 8611.964 + */ + popularity?: number; + /** + * @description A string representing the file path to the show’s promotional poster image. + * @example /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + */ + poster_path?: string; + /** + * @description A numerical value representing the average rating of the show based on user votes, typically on a scale from 1 to 10. + * @example 7.8 + */ + vote_average?: number; + /** + * @description An integer representing the total number of votes received for the show. This value helps gauge the reliability of the average rating. + * @example 14486 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the results, indicating how many pages of shows can be retrieved from the API. + * @example 9439 + */ + total_pages?: number; + /** + * @description The total number of results (TV shows) found that match the search criteria specified in the API request. + * @example 188772 + */ + total_results?: number; + }; + }; + }; + }; + }; + findById: { + parameters: { + query: { + /** @description Specifies the source of the external ID */ + external_source: "imdb_id" | "facebook_id" | "Instagram_id" | "tvdb_id," | "tiktok_id" | "twitter_id" | "wikidata_id" | "youtube_id"; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description A unique identifier for an object (movie, TV show, person) in the specified external source. This is necessary to find a specific item you are looking for. */ + external_id: string; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description find by id */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description An array containing the results of movies based on the query. If the query doesn't return movie results, this array will be empty. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg", + * "genre_ids": [ + * 28, + * 12, + * 18 + * ], + * "id": 558449, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Gladiator II", + * "overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.", + * "popularity": 5382.147, + * "poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg", + * "release_date": "2024-11-05", + * "title": "Gladiator II", + * "video": false, + * "vote_average": 6.759, + * "vote_count": 1888 + * } + * ] + */ + movie_results?: { + /** + * @description A boolean indicating whether the movie is intended for adults (true) or not (false). + * @example false + */ + adult?: boolean; + /** + * @description A string representing the file path to the movie's backdrop image. + * @example /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + */ + backdrop_path?: string; + /** + * @description An array of integers representing the genres the movie belongs to. + * @example [ + * 28, + * 12, + * 18 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie within the database. + * @example 558449 + */ + id?: number; + /** + * @description Indicates the type of media returned, which in this case is a movie. Other possible values could include "tv" for television shows, depending on the API's response structure + * @example movie + */ + media_type?: string; + /** + * @description A string indicating the original language in which the movie was made. + * @example en + */ + original_language?: string; + /** + * @description The title of the movie in its original language. + * @example Gladiator II + */ + original_title?: string; + /** + * @description A brief summary of the plot (eithr movie or TV show) + * @example Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people. + */ + overview?: string; + /** + * @description A numerical value representing the popularity of plot + * @example 5382.147 + */ + popularity?: number; + /** + * @description A string representing the file path to the movie's promotional poster . + * @example /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + */ + poster_path?: string; + /** + * @description A string indicating the release date of the movie in the format YYYY-MM-DD. + * @example 2024-11-05 + */ + release_date?: string; + /** + * @description The title of the movie as presented to the audience. + * @example Gladiator II + */ + title?: string; + /** + * @description A boolean indicating whether the movie has an associated video (true) or not (false). + * @example false + */ + video?: boolean; + /** + * @description A numerical value representing the average rating of the movie based on user votes, typically given on a scale from 1 to 10. + * @example 6.759 + */ + vote_average?: number; + /** + * @description An integer representing the total number of votes received for the movie. + * @example 1888 + */ + vote_count?: number; + }[]; + /** + * @description An array intended for returning information about individuals (e.g., actors, directors) related to the query. + * @example [] + */ + person_results?: unknown[]; + /** + * @description An array designated for TV episode data related to the query. + * @example [] + */ + tv_episode_results?: unknown[]; + /** + * @description An array for returning results pertaining to TV shows. + * @example [] + */ + tv_results?: unknown[]; + /** + * @description An array meant for TV season data relevant to the query. + * @example [] + */ + tv_season_results?: unknown[]; + }; + }; + }; + }; + }; + movieList1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movie list */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This array is the collection or list of categories that classify various types of movies based on their thematic and stylistic elements. + * @example [ + * { + * "id": 28, + * "name": "Action" + * }, + * { + * "id": 12, + * "name": "Adventure" + * }, + * { + * "id": 16, + * "name": "Animation" + * }, + * { + * "id": 35, + * "name": "Comedy" + * }, + * { + * "id": 80, + * "name": "Crime" + * }, + * { + * "id": 99, + * "name": "Documentary" + * }, + * { + * "id": 18, + * "name": "Drama" + * }, + * { + * "id": 10751, + * "name": "Family" + * }, + * { + * "id": 14, + * "name": "Fantasy" + * }, + * { + * "id": 36, + * "name": "History" + * }, + * { + * "id": 27, + * "name": "Horror" + * }, + * { + * "id": 10402, + * "name": "Music" + * }, + * { + * "id": 9648, + * "name": "Mystery" + * }, + * { + * "id": 10749, + * "name": "Romance" + * }, + * { + * "id": 878, + * "name": "Science Fiction" + * }, + * { + * "id": 10770, + * "name": "TV Movie" + * }, + * { + * "id": 53, + * "name": "Thriller" + * }, + * { + * "id": 10752, + * "name": "War" + * }, + * { + * "id": 37, + * "name": "Western" + * } + * ] + */ + genres?: { + /** + * @description A unique numerical identifier assigned to each genre. + * @example 28 + */ + id?: number; + /** + * @description The textual representation or label of the genre. + * @example Action + */ + name?: string; + }[]; + }; + }; + }; + }; + }; + tvList: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description tv list */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This array is the collection or list of categories that classify various types of TV shows based on their thematic and stylistic elements. + * @example [ + * { + * "id": 10759, + * "name": "Action & Adventure" + * }, + * { + * "id": 16, + * "name": "Animation" + * }, + * { + * "id": 35, + * "name": "Comedy" + * }, + * { + * "id": 80, + * "name": "Crime" + * }, + * { + * "id": 99, + * "name": "Documentary" + * }, + * { + * "id": 18, + * "name": "Drama" + * }, + * { + * "id": 10751, + * "name": "Family" + * }, + * { + * "id": 10762, + * "name": "Kids" + * }, + * { + * "id": 9648, + * "name": "Mystery" + * }, + * { + * "id": 10763, + * "name": "News" + * }, + * { + * "id": 10764, + * "name": "Reality" + * }, + * { + * "id": 10765, + * "name": "Sci-Fi & Fantasy" + * }, + * { + * "id": 10766, + * "name": "Soap" + * }, + * { + * "id": 10767, + * "name": "Talk" + * }, + * { + * "id": 10768, + * "name": "War & Politics" + * }, + * { + * "id": 37, + * "name": "Western" + * } + * ] + */ + genres?: { + /** + * @description A unique numerical identifier assigned to each genre. + * @example 10759 + */ + id?: number; + /** + * @description The textual representation or label of the genre. + * @example Action & Adventure + */ + name?: string; + }[]; + }; + }; + }; + }; + }; + ratedMovies1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id: components["parameters"]["guest_session_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + 200: { + headers: { + [name: string]: unknown; + }; + content?: never; + }; + }; + }; + ratedTv1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id: components["parameters"]["guest_session_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + 200: { + headers: { + [name: string]: unknown; + }; + content?: never; + }; + }; + }; + ratedTvEpisodes1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. */ + sort_by?: components["parameters"]["sort_by"]; + }; + header?: never; + path: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id: components["parameters"]["guest_session_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + 200: { + headers: { + [name: string]: unknown; + }; + content?: never; + }; + }; + }; + keyword: { + parameters: { + query: { + /** @description This is the keyword we want to search for in the database. */ + query: string; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description keyword */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The current page number of the results returned by the API. + * @example 1 + */ + page?: number; + /** + * @description This is an array of objects where each object represents a unique entry related to the search query. + * @example [ + * { + * "id": 1721, + * "name": "fight" + * }, + * { + * "id": 4678, + * "name": "stick fighting" + * }, + * { + * "id": 5380, + * "name": "virtual fight" + * }, + * { + * "id": 14696, + * "name": "bloody fight" + * }, + * { + * "id": 17977, + * "name": "underground fighting" + * }, + * { + * "id": 18109, + * "name": "knife fight" + * }, + * { + * "id": 68643, + * "name": "food fight" + * }, + * { + * "id": 155464, + * "name": "over-the-hill fighter" + * }, + * { + * "id": 155701, + * "name": "cock fighting" + * }, + * { + * "id": 217041, + * "name": "fight night" + * }, + * { + * "id": 217367, + * "name": "tavern fight" + * }, + * { + * "id": 252315, + * "name": "fight against the rich" + * }, + * { + * "id": 221838, + * "name": "women fighters" + * }, + * { + * "id": 223071, + * "name": "foo fighters" + * }, + * { + * "id": 168593, + * "name": "fake fight" + * }, + * { + * "id": 256306, + * "name": "fight for the fallen" + * }, + * { + * "id": 170703, + * "name": "snowball fight" + * }, + * { + * "id": 224692, + * "name": "fighting games" + * }, + * { + * "id": 225356, + * "name": "epic fights" + * }, + * { + * "id": 174375, + * "name": "resistance fighter" + * } + * ] + */ + results?: { + /** @example 1721 */ + id?: number; + /** + * @description This is a unique identifier for each entry. + * @example fight + */ + name?: string; + }[]; + /** + * @description This field indicates the total number of pages available for the results. + * @example 7 + */ + total_pages?: number; + /** + * @description This field shows the total count of results obtained from the search query. + * @example 130 + */ + total_results?: number; + }; + }; + }; + }; + }; + details5: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This is the unique identifier for each keyword. */ + keyword_id: components["parameters"]["keyword_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A unique identifier for the keyword. + * @example 14696 + */ + id?: number; + /** + * @description The name of the keyword, which describes a specific theme or element associated with a movie or TV show. + * @example bloody fight + */ + name?: string; + }; + }; + }; + }; + }; + movies: { + parameters: { + query?: { + /** @description This indicate whether the movie is an adult content. */ + include_adult?: components["parameters"]["include_adult"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This is the unique identifier for each keyword. */ + keyword_id: components["parameters"]["keyword_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movie */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A unique identifier for the keyword or search query in the database. + * @example 14696 + */ + id?: number; + /** + * @description The current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description This array is collection of movie objects that match a specific keyword. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/44Yi72Ut3NchXewQzx814ViE2dy.jpg", + * "genre_ids": [ + * 28, + * 12, + * 53 + * ], + * "id": 22832, + * "original_language": "en", + * "original_title": "Ninja Assassin", + * "overview": "Ninja Assassin follows Raizo, one of the deadliest assassins in the world. Taken from the streets as a child, he was transformed into a trained killer by the Ozunu Clan, a secret society whose very existence is considered a myth. But haunted by the merciless execution of his friend by the Clan, Raizo breaks free from them and vanishes. Now he waits, preparing to exact his revenge.", + * "popularity": 60.159, + * "poster_path": "/5twFaR5A1Y9C3KAt6uy6iq332m0.jpg", + * "release_date": "2009-09-29", + * "title": "Ninja Assassin", + * "video": false, + * "vote_average": 6.7, + * "vote_count": 1561 + * }, + * { + * "adult": false, + * "backdrop_path": "/9J3HHP3kQ5ZStyirJyWPWtvvrHY.jpg", + * "genre_ids": [ + * 878, + * 27, + * 53 + * ], + * "id": 158015, + * "original_language": "en", + * "original_title": "The Purge", + * "overview": "Given the country's overcrowded prisons, the U.S. government begins to allow 12-hour periods of time in which all illegal activity is legal. During one of these free-for-alls, a family must protect themselves from a home invasion.", + * "popularity": 42.998, + * "poster_path": "/46X1ei9uf13nkkr0OhWldGyr5Uh.jpg", + * "release_date": "2013-05-31", + * "title": "The Purge", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 8378 + * }, + * { + * "adult": false, + * "backdrop_path": "/eoIQMUeJDOG41way1pb5TjiPFFf.jpg", + * "genre_ids": [ + * 27, + * 53 + * ], + * "id": 76617, + * "original_language": "en", + * "original_title": "Texas Chainsaw 3D", + * "overview": "A young woman learns that she has inherited a Texas estate from her deceased grandmother. After embarking on a road trip with friends to uncover her roots, she finds she is the sole owner of a lavish, isolated Victorian mansion. But her newfound wealth comes at a price as she stumbles upon a horror that awaits her in the mansion’s dank cellars.", + * "popularity": 40.234, + * "poster_path": "/qaPvvHP1kKlQaUAXQZQAWitqBOT.jpg", + * "release_date": "2013-01-03", + * "title": "Texas Chainsaw 3D", + * "video": false, + * "vote_average": 5.5, + * "vote_count": 1674 + * }, + * { + * "adult": false, + * "backdrop_path": "/sclEvlduoGf5io1oLj5UsQLOdKQ.jpg", + * "genre_ids": [ + * 18, + * 28, + * 36 + * ], + * "id": 30596, + * "original_language": "cn", + * "original_title": "十月圍城", + * "overview": "In 1905, revolutionist Sun Yat-Sen visits Hong Kong to discuss plans with Tongmenghui members to overthrow the Qing dynasty. But when they find out that assassins have been sent to kill him, they assemble a group of protectors to prevent any attacks.", + * "popularity": 12.611, + * "poster_path": "/hEqqA5pSm62IcJ4YJAuMByme3zr.jpg", + * "release_date": "2009-12-18", + * "title": "Bodyguards and Assassins", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 364 + * }, + * { + * "adult": false, + * "backdrop_path": "/6ze4mMV25hIaFK2QKeyb5ZgFIP1.jpg", + * "genre_ids": [ + * 12, + * 28, + * 27, + * 9648, + * 53 + * ], + * "id": 878414, + * "original_language": "en", + * "original_title": "The Mountain Stalker", + * "overview": "Deep in the Forest lurks a psychopath who returns 15 years after 5 hikers go missing. Mark Unit 121 is a forest ranger is sent to investigate , after 3 kids go missing on the mountain trail, a bloody trail.", + * "popularity": 2.261, + * "poster_path": "/9vlVyF3iX3CmmXrEwSSJuzYevLF.jpg", + * "release_date": "2021-09-26", + * "title": "The Mountain Stalker", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/7rjarT5Gj7Ozxw0riyVmAOAp1mU.jpg", + * "genre_ids": [ + * 28 + * ], + * "id": 1168962, + * "original_language": "en", + * "original_title": "CCC", + * "overview": "After talking to an AI online, our protagonist, Mayne, is receiving strange phone calls from an unknown person. Soon he will have to face heavy threats, and get engaged into an action packed adventure to save humanity from evil forces.", + * "popularity": 2.12, + * "poster_path": "/7yf3qMHlO0BACnJEFORpVOqIaH9.jpg", + * "release_date": "2023-09-02", + * "title": "CCC", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 27 + * ], + * "id": 227907, + * "original_language": "en", + * "original_title": "Truth or Dare", + * "overview": "Six college kids find internet stardom when they make \"Truth or Dare\" videos with a violent twist. It is all fun and games until their number one fan decides he wants to play by his own rules.", + * "popularity": 1.383, + * "poster_path": "/6EVAvgr4QVUsnWE5Bib7EYYGmaU.jpg", + * "release_date": "2013-09-13", + * "title": "Truth or Dare", + * "video": false, + * "vote_average": 6.318, + * "vote_count": 22 + * }, + * { + * "adult": false, + * "backdrop_path": "/nIpml7IQL2MtOrPPgd2wRjwg0sT.jpg", + * "genre_ids": [ + * 28 + * ], + * "id": 380104, + * "original_language": "zh", + * "original_title": "拳霸风云", + * "overview": "After reuniting with his love of life, Sha Sha, underground boxer Gao Yuan escapes from the gangster who controls him. Hao Ge kidnaps Sha Sha so Gao Yuan would return to the game.", + * "popularity": 1.346, + * "poster_path": "/HziHfCo9AQ5nuLNm4rmhqvYoCc.jpg", + * "release_date": "2015-06-20", + * "title": "Bloody Destiny", + * "video": false, + * "vote_average": 7, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/kwpANiyObTPqFLrIVNe2bhph2EE.jpg", + * "genre_ids": [ + * 35, + * 28, + * 18 + * ], + * "id": 728503, + * "original_language": "en", + * "original_title": "Tribe: The Untold Story of the Making of Vice Cops", + * "overview": "Two brave young men set out to create the greatest film drama of all time. What comes next turns out to be much bigger than they ever expected.", + * "popularity": 1.234, + * "poster_path": "/9VmT16H0Qsswjr8vmjcRMM8l40z.jpg", + * "release_date": "2020-02-20", + * "title": "Tribe: The Untold Story of the Making of Vice Cops", + * "video": false, + * "vote_average": 9.5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/7IeztTEv3srZPyN68XFKgJ1UimJ.jpg", + * "genre_ids": [ + * 28, + * 80, + * 9648 + * ], + * "id": 1302631, + * "original_language": "en", + * "original_title": "Hound", + * "overview": "", + * "popularity": 1.096, + * "poster_path": "/96bJWYmbchLng25xw1tT6lF067N.jpg", + * "release_date": "2024-11-20", + * "title": "Hound", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/zC3srTR7MZifDeNyv0Ka1ggkj66.jpg", + * "genre_ids": [ + * 28, + * 27, + * 35 + * ], + * "id": 1291466, + * "original_language": "en", + * "original_title": "Holy Cripes! It’s Pipes Mackenzie!", + * "overview": "Pipes Mackenzie is a disgraced pugilist, who hopes to avenge the brutal death of his grandmother and reclaim his name, by cleaning up the streets of scum with fists blessed by the Lord.", + * "popularity": 0.989, + * "poster_path": null, + * "release_date": "2024-08-01", + * "title": "Holy Cripes! It’s Pipes Mackenzie!", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/iBcBxwloIFDMiJpbdDe1rtmFAD2.jpg", + * "genre_ids": [ + * 16, + * 28, + * 18 + * ], + * "id": 1117062, + * "original_language": "en", + * "original_title": "Head to Head", + * "overview": "On a hot day in the unforgiving desert, two hungry and solitary beasts find themselves in the proximity of a partially devoured carcass. They must go head to head in a bloody and crippling battle to determine who deserves to eat and who must leave.", + * "popularity": 0.952, + * "poster_path": "/fe57HzOxzw7BfArY2AVzq0HytwK.jpg", + * "release_date": "2022-05-15", + * "title": "Head to Head", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 18, + * 28 + * ], + * "id": 1179272, + * "original_language": "pt", + * "original_title": "Pakanga", + * "overview": "", + * "popularity": 0.925, + * "poster_path": "/9faiD3nbauXtyt4RvJznXgJC4f3.jpg", + * "release_date": "2023-09-15", + * "title": "Pakanga", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 28, + * 99 + * ], + * "id": 394313, + * "original_language": "en", + * "original_title": "Mike V's Greatest Hits", + * "overview": "Professional skateboarder and legendary bad ass, Mike V has been fighting against bullies and injustice his whole life. Mike V grew up in a small town in New Jersey and has been fighting for skateboarding and skateboarders his entire professional career. This video documents Mike's most notorious run-in's, confrontations, and brawls. These are the stories behind the stories. It's all here; the car crashing, elbow smashing, ramp thrashing and security guard bashing that has made Mike V a legend in and out of the skateboard world. This video shows you his legendary aggression when someone or something tries to knock him off. Stand Strong indeed.", + * "popularity": 0.912, + * "poster_path": "/4HTNqM9wC9MHEFNHIyhW7RwoPJ4.jpg", + * "release_date": "2003-04-24", + * "title": "Mike V's Greatest Hits", + * "video": false, + * "vote_average": 10, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/ysVt38szEjyKcvDrMZOxUuz3Z6d.jpg", + * "genre_ids": [ + * 27 + * ], + * "id": 537445, + * "original_language": "en", + * "original_title": "Parts Unknown", + * "overview": "After putting their bodies on the line for countless years, a family of professional wrestlers seek a brand new way to satisfy an impeccable bloodlust.", + * "popularity": 0.679, + * "poster_path": "/5TJb9to2uSXsu9HzbwNdZAHFrTf.jpg", + * "release_date": "2018-06-08", + * "title": "Parts Unknown", + * "video": false, + * "vote_average": 4, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 28, + * 12, + * 878 + * ], + * "id": 1277409, + * "original_language": "en", + * "original_title": "Ghost Spider: Veins Of The Multiverse", + * "overview": "After the loss of her best friend, Gwen Stacy is thrust into a world beyond anything she could’ve imagined.", + * "popularity": 0.332, + * "poster_path": null, + * "release_date": "2023-11-04", + * "title": "Ghost Spider: Veins Of The Multiverse", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/avAVD6cXug6fMWz556R42equkJE.jpg", + * "genre_ids": [ + * 27, + * 9648, + * 53 + * ], + * "id": 799069, + * "original_language": "en", + * "original_title": "Craving", + * "overview": "Suzie, a hopeful fashion school graduate seeks inspiration in the city of Paris after moving in with her famous DJ boyfriend. Bored and left alone in an unfamiliar city, Suzie attends a mysterious fashion show, where she soon finds out that there is something sinister going on beneath the designer clothing.", + * "popularity": 0.149, + * "poster_path": "/cmlvC9fNixstQgAWPSZWU7pYPrV.jpg", + * "release_date": "2021-06-22", + * "title": "Craving", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ] + */ + results?: { + /** + * @description Boolean value indicating whether the content is meant for adults (true) or suitable for all audiences (false). + * @example false + */ + adult?: boolean; + /** + * @description The path to a backdrop image associated with the movie, used for displaying a larger background image. + * @example /44Yi72Ut3NchXewQzx814ViE2dy.jpg + */ + backdrop_path?: string | null; + /** + * @description An array of numeric genre identifiers that categorize the movie (e.g., action, drama, horror). + * @example [ + * 28, + * 12, + * 53 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie in the database. + * @example 22832 + */ + id?: number; + /** + * @description The original language in which the movie was produced. + * @example en + */ + original_language?: string; + /** + * @description The title of the movie in its original language. + * @example Ninja Assassin + */ + original_title?: string; + /** + * @description A brief summary of the plot or storyline (either movie or TV show). + * @example Ninja Assassin follows Raizo, one of the deadliest assassins in the world. Taken from the streets as a child, he was transformed into a trained killer by the Ozunu Clan, a secret society whose very existence is considered a myth. But haunted by the merciless execution of his friend by the Clan, Raizo breaks free from them and vanishes. Now he waits, preparing to exact his revenge. + */ + overview?: string; + /** + * @description A numerical value indicating the popularity of the movie, often based on viewer engagement and interactions. + * @example 60.159 + */ + popularity?: number; + /** + * @description The path to the movie's poster image, used for displaying a thumbnail. + * @example /5twFaR5A1Y9C3KAt6uy6iq332m0.jpg + */ + poster_path?: string | null; + /** + * @description The official release date of the movie (in YYYY-MM-DD format). + * @example 2009-09-29 + */ + release_date?: string; + /** + * @description The title of the movie in English or the most recognized language. + * @example Ninja Assassin + */ + title?: string; + /** + * @description Boolean value indicating whether there is a video clip available for the movie (true or false). + * @example false + */ + video?: boolean; + /** + * @description The average rating (out of 10) that the movie has received from viewers. + * @example 6.7 + */ + vote_average?: number; + /** + * @description The total number of votes the movie has received, contributing to the vote_average. + * @example 1561 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the query results. + * @example 1 + */ + total_pages?: number; + /** + * @description The total number of results found for the query. + * @example 17 + */ + total_results?: number; + }; + }; + }; + }; + }; + createListId: { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description This describe our list. i.e what our list should contain. + * @example This contains the list of all anime, movie or TV shows + */ + description?: string; + /** + * @description Specifies the language we are using to create the list. + * @example en + */ + language?: string; + /** + * @description This is the name of the list. + * @example Anime + */ + name?: string; + }; + }; + }; + responses: { + /** @description create list_id */ + 201: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": components["schemas"]["addFavourite"] & { + /** + * @description This is the unique identifier of the list been created + * @example 8504995 + */ + list_id?: number; + }; + }; + }; + }; + }; + addMovie: { + parameters: { + query: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description This is the unique identifier of the list been created */ + list_id: components["parameters"]["list_id"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description This is the value been sent to the server. And it represent an identifier for a specific piece of media. + * @example 18 + */ + media_id?: number; + }; + }; + }; + responses: { + /** @description add movie */ + 201: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": components["schemas"]["listProperty"]; + }; + }; + }; + }; + checkItemStatus: { + parameters: { + query: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description This is the unique identifier of the list been created */ + list_id: components["parameters"]["list_id"]; + /** @description This is the unique identifier of a movie. */ + movie_id?: string; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description check item status */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This is the list_id + * @example 8504997 + */ + id?: string; + /** + * @description This shows if any movie or tv shows is in the list. + * @example false + */ + item_present?: boolean; + }; + }; + }; + }; + }; + details6: { + parameters: { + query: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description This is the unique identifier of the list been created */ + list_id: components["parameters"]["list_id"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The name of the user who created the list. + * @example SirJosh + */ + created_by?: string; + /** + * @description A textual description of the list. + * @example This contains the list of all anime, movie or TV shows + */ + description?: string; + /** + * @description The number of users who have marked the list as a favorite (default is 0). + * @example 0 + */ + favorite_count?: number; + /** + * @description The unique identifier for the list. + * @example 8504997 + */ + id?: number; + /** + * @description The ISO 639-1 code for the language of the list. + * @example en + */ + iso_639_1?: string; + /** + * @description The total number of items in the list. + * @example 1 + */ + item_count?: number; + /** + * @description A collection of items (movies/shows) contained in the list. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/wgvc3PmjQGtYYDWaeuV867mnFDs.jpg", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 18, + * "media_type": "movie", + * "original_language": "fr", + * "original_title": "Le Cinquième Élément", + * "overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.", + * "popularity": 69.185, + * "poster_path": "/fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg", + * "release_date": "1997-05-02", + * "title": "The Fifth Element", + * "video": false, + * "vote_average": 7.554, + * "vote_count": 10764 + * } + * ] + */ + items?: { + /** + * @description Indicates if the item is for adults. + * @example false + */ + adult?: boolean; + /** + * @description The path of the backdrop image associated with the item. + * @example /wgvc3PmjQGtYYDWaeuV867mnFDs.jpg + */ + backdrop_path?: string; + /** + * @description This represents an array of unique identifiers that correspond to the genres associated with each media item listed. + * @example [ + * 878, + * 28, + * 12 + * ] + */ + genre_ids?: number[]; + /** + * @description The unique identifier for the media item in the list + * @example 18 + */ + id?: number; + /** + * @description The type of media in the list(movie, TV show, etc.). + * @example movie + */ + media_type?: string; + /** + * @description The original language of the item was produced + * @example fr + */ + original_language?: string; + /** + * @description The original title of the item. + * @example Le Cinquième Élément + */ + original_title?: string; + /** + * @description A brief overview of the item. + * @example In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity. + */ + overview?: string; + /** + * @description The popularity score of the item. + * @example 69.185 + */ + popularity?: number; + /** + * @description The path of the poster image associated with the item. + * @example /fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg + */ + poster_path?: string; + /** + * @description The release date of the item. + * @example 1997-05-02 + */ + release_date?: string; + /** + * @description The title of the item. + * @example The Fifth Element + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description The average voting score of the item. + * @example 7.554 + */ + vote_average?: number; + /** + * @description The number of votes the item has received. + * @example 10764 + */ + vote_count?: number; + }[]; + /** + * @description The name of the list. + * @example Anime + */ + name?: string; + /** + * @description The current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description The path of the poster image associated with the list. When poster_path is null, it means that the item does not have an associated poster image in the database. + * @example null + */ + poster_path?: unknown; + /** + * @description The total number of pages available for the query results. + * @example 1 + */ + total_pages?: number; + /** + * @description The total number of results found for the query. + * @example 1 + */ + total_results?: number; + }; + }; + }; + }; + }; + removeMovie: { + parameters: { + query: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description This is the unique identifier of the list been created */ + list_id: components["parameters"]["list_id"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description This is the value that is intended to be removed from the server. + * @example 18 + */ + media_id?: number; + }; + }; + }; + responses: { + /** @description remove movie */ + 200: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description An integer value representing the status of the response. A value of 1 is often used to denote a generic success response. + * @example 13 + */ + status_code?: number; + /** + * @description A string providing a brief indication of the status of the request. + * @example The item/record was deleted successfully. + */ + status_message?: string; + /** + * @description A boolean value indicating whether the request was successful. + * @example true + */ + success?: boolean; + }; + }; + }; + }; + }; + clearList: { + parameters: { + query: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id: string; + /** @description This confirm if you want to clear all the items in the list. */ + confirm: true | false; + /** @description This is the unique identifier of the list been created */ + list_id: components["parameters"]["list_id"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description clear list */ + 201: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": components["schemas"]["listProperty"]; + }; + }; + }; + }; + nowPlaying: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This is the geographical area or country that can be used to filter results based on regional availability. */ + region?: components["parameters"]["region"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description now playing */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + dates?: { + /** + * @description The latest release date of the movies in the results, formatted as "YYYY-MM-DD" (in this case, "2025-01-08"). + * @example 2025-01-08 + */ + maximum?: string; + /** + * @description The earliest release date of the movies in the results, formatted as "YYYY-MM-DD" (in this case, "2024-11-27"). + * @example 2024-11-27 + */ + minimum?: string; + }; + /** + * @description The current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description An array of movie objects, each containing details about a movie. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg", + * "genre_ids": [ + * 28, + * 12, + * 18 + * ], + * "id": 558449, + * "original_language": "en", + * "original_title": "Gladiator II", + * "overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.", + * "popularity": 5382.147, + * "poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg", + * "release_date": "2024-11-05", + * "title": "Gladiator II", + * "video": false, + * "vote_average": 6.757, + * "vote_count": 1876 + * }, + * { + * "adult": false, + * "backdrop_path": "/2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1156593, + * "original_language": "es", + * "original_title": "Culpa tuya", + * "overview": "The love between Noah and Nick seems unwavering despite their parents' attempts to separate them. But his job and her entry into college open up their lives to new relationships that will shake the foundations of both their relationship and the Leister family itself.", + * "popularity": 5236.256, + * "poster_path": "/1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg", + * "release_date": "2024-12-26", + * "title": "Your Fault", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 564 + * }, + * { + * "adult": false, + * "backdrop_path": "/cjEcqdRdPQJhYre3HUAc5538Gk8.jpg", + * "genre_ids": [ + * 28, + * 14, + * 35 + * ], + * "id": 845781, + * "original_language": "en", + * "original_title": "Red One", + * "overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.", + * "popularity": 3805.408, + * "poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg", + * "release_date": "2024-10-31", + * "title": "Red One", + * "video": false, + * "vote_average": 7.028, + * "vote_count": 1749 + * }, + * { + * "adult": false, + * "backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg", + * "genre_ids": [ + * 28, + * 878, + * 35, + * 10751 + * ], + * "id": 939243, + * "original_language": "en", + * "original_title": "Sonic the Hedgehog 3", + * "overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.", + * "popularity": 3403.343, + * "poster_path": "/mubt4bnVfpJ5lBMq93DidEuMkJr.jpg", + * "release_date": "2024-12-19", + * "title": "Sonic the Hedgehog 3", + * "video": false, + * "vote_average": 7.6, + * "vote_count": 284 + * }, + * { + * "adult": false, + * "backdrop_path": "/tElnmtQ6yz1PjN1kePNl8yMSb59.jpg", + * "genre_ids": [ + * 16, + * 12, + * 10751, + * 35 + * ], + * "id": 1241982, + * "original_language": "en", + * "original_title": "Moana 2", + * "overview": "After receiving an unexpected call from her wayfinding ancestors, Moana journeys alongside Maui and a new crew to the far seas of Oceania and into dangerous, long-lost waters for an adventure unlike anything she's ever faced.", + * "popularity": 2873.518, + * "poster_path": "/m0SbwFNCa9epW1X60deLqTHiP7x.jpg", + * "release_date": "2024-11-21", + * "title": "Moana 2", + * "video": false, + * "vote_average": 6.974, + * "vote_count": 720 + * }, + * { + * "adult": false, + * "backdrop_path": "/oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg", + * "genre_ids": [ + * 12, + * 10751, + * 16 + * ], + * "id": 762509, + * "original_language": "en", + * "original_title": "Mufasa: The Lion King", + * "overview": "Told in flashbacks, Mufasa is an orphaned cub, lost and alone until he meets a sympathetic lion named Taka—the heir to a royal bloodline. The chance meeting sets in motion a journey of misfits searching for their destiny and working together to evade a threatening and deadly foe.", + * "popularity": 2805.337, + * "poster_path": "/nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg", + * "release_date": "2024-12-18", + * "title": "Mufasa: The Lion King", + * "video": false, + * "vote_average": 7.332, + * "vote_count": 385 + * }, + * { + * "adult": false, + * "backdrop_path": "/uVlUu174iiKhsUGqnOSy46eIIMU.jpg", + * "genre_ids": [ + * 18, + * 10749, + * 14 + * ], + * "id": 402431, + * "original_language": "en", + * "original_title": "Wicked", + * "overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.", + * "popularity": 2156.489, + * "poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg", + * "release_date": "2024-11-20", + * "title": "Wicked", + * "video": false, + * "vote_average": 7.43, + * "vote_count": 883 + * }, + * { + * "adult": false, + * "backdrop_path": "/A6vAMO3myroRfBwSZetY4GVqaW4.jpg", + * "genre_ids": [ + * 16, + * 14, + * 28, + * 12 + * ], + * "id": 839033, + * "original_language": "en", + * "original_title": "The Lord of the Rings: The War of the Rohirrim", + * "overview": "183 years before the events chronicled in the original trilogy, a sudden attack by Wulf, a clever and ruthless Dunlending lord seeking vengeance for the death of his father, forces Helm Hammerhand and his people to make a daring last stand in the ancient stronghold of the Hornburg. Finding herself in an increasingly desperate situation, Héra, the daughter of Helm, must summon the will to lead the resistance against a deadly enemy intent on their total destruction.", + * "popularity": 2071.24, + * "poster_path": "/hE9SAMyMSUGAPsHUGdyl6irv11v.jpg", + * "release_date": "2024-12-05", + * "title": "The Lord of the Rings: The War of the Rohirrim", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 178 + * }, + * { + * "adult": false, + * "backdrop_path": "/rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg", + * "genre_ids": [ + * 28, + * 53 + * ], + * "id": 1005331, + * "original_language": "en", + * "original_title": "Carry-On", + * "overview": "An airport security officer races to outsmart a mysterious traveler forcing him to let a dangerous item slip onto a Christmas Eve flight.", + * "popularity": 1742.273, + * "poster_path": "/sjMN7DRi4sGiledsmllEw5HJjPy.jpg", + * "release_date": "2024-12-05", + * "title": "Carry-On", + * "video": false, + * "vote_average": 7, + * "vote_count": 1340 + * }, + * { + * "adult": false, + * "backdrop_path": "/dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg", + * "genre_ids": [ + * 28, + * 18, + * 53 + * ], + * "id": 1043905, + * "original_language": "en", + * "original_title": "Dirty Angels", + * "overview": "During the United States' 2021 withdrawal from Afghanistan, a group of female soldiers posing as medical relief are sent back in to rescue a group of kidnapped teenagers caught between ISIS and the Taliban.", + * "popularity": 1736.39, + * "poster_path": "/3O3qSGmjRGc10hMwFul8WDxKE5t.jpg", + * "release_date": "2024-12-11", + * "title": "Dirty Angels", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 74 + * }, + * { + * "adult": false, + * "backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg", + * "genre_ids": [ + * 28, + * 878, + * 53 + * ], + * "id": 1035048, + * "original_language": "en", + * "original_title": "Elevation", + * "overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.", + * "popularity": 1633.009, + * "poster_path": "/sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg", + * "release_date": "2024-11-07", + * "title": "Elevation", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 220 + * }, + * { + * "adult": false, + * "backdrop_path": "/A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg", + * "genre_ids": [ + * 80, + * 53, + * 28 + * ], + * "id": 1276945, + * "original_language": "nl", + * "original_title": "Ferry 2", + * "overview": "After losing his drug empire, Ferry Bouman has found a measure of peace away from Brabant's criminal underworld — until his past catches up to him.", + * "popularity": 1266.034, + * "poster_path": "/8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg", + * "release_date": "2024-12-19", + * "title": "Ferry 2", + * "video": false, + * "vote_average": 5.645, + * "vote_count": 62 + * }, + * { + * "adult": false, + * "backdrop_path": "/6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg", + * "genre_ids": [ + * 28, + * 80, + * 53 + * ], + * "id": 974453, + * "original_language": "en", + * "original_title": "Absolution", + * "overview": "An aging ex-boxer gangster working as muscle for a Boston crime boss receives an upsetting diagnosis. Despite a faltering memory, he attempts to rectify the sins of his past and reconnect with his estranged children. He is determined to leave a positive legacy for his grandson, but the criminal underworld isn’t done with him and won’t loosen their grip willingly.", + * "popularity": 1122.811, + * "poster_path": "/2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg", + * "release_date": "2024-10-31", + * "title": "Absolution", + * "video": false, + * "vote_average": 5.9, + * "vote_count": 202 + * }, + * { + * "adult": false, + * "backdrop_path": "/fzjH7kt1017R9EckLDmWmH5pGhD.jpg", + * "genre_ids": [ + * 28, + * 27, + * 53 + * ], + * "id": 970450, + * "original_language": "en", + * "original_title": "Werewolves", + * "overview": "A year after a supermoon’s light activated a dormant gene, transforming humans into bloodthirsty werewolves and causing nearly a billion deaths, the nightmare resurfaces as the supermoon rises again. Two scientists attempt to stop the mutation but fail, leaving those exposed to the moonlight to once again become feral werewolves. Chaos engulfs the streets as the scientists struggle to reach one of their family homes, now under siege by the savage creatures.", + * "popularity": 1081.542, + * "poster_path": "/elKf8Y5yi6Rl6teKsrQg0GAwaQD.jpg", + * "release_date": "2024-12-04", + * "title": "Werewolves", + * "video": false, + * "vote_average": 6.1, + * "vote_count": 75 + * }, + * { + * "adult": false, + * "backdrop_path": "/bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg", + * "genre_ids": [ + * 27, + * 878 + * ], + * "id": 933260, + * "original_language": "en", + * "original_title": "The Substance", + * "overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.", + * "popularity": 953.442, + * "poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg", + * "release_date": "2024-09-07", + * "title": "The Substance", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 2933 + * }, + * { + * "adult": false, + * "backdrop_path": "/uWOJbarUXfVf6B4o0368dh138eR.jpg", + * "genre_ids": [ + * 27, + * 14, + * 18 + * ], + * "id": 426063, + * "original_language": "en", + * "original_title": "Nosferatu", + * "overview": "A gothic tale of obsession between a haunted young woman and the terrifying vampire infatuated with her, causing untold horror in its wake.", + * "popularity": 895.241, + * "poster_path": "/5qGIxdEO841C0tdY8vOdLoRVrr0.jpg", + * "release_date": "2024-12-25", + * "title": "Nosferatu", + * "video": false, + * "vote_average": 6.7, + * "vote_count": 267 + * }, + * { + * "adult": false, + * "backdrop_path": "/ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg", + * "genre_ids": [ + * 27, + * 53 + * ], + * "id": 1138194, + * "original_language": "en", + * "original_title": "Heretic", + * "overview": "Two young missionaries are forced to prove their faith when they knock on the wrong door and are greeted by a diabolical Mr. Reed, becoming ensnared in his deadly game of cat-and-mouse.", + * "popularity": 840.621, + * "poster_path": "/5HJqjCTcaE1TFwnNh3Dn21be2es.jpg", + * "release_date": "2024-10-31", + * "title": "Heretic", + * "video": false, + * "vote_average": 7.182, + * "vote_count": 676 + * }, + * { + * "adult": false, + * "backdrop_path": "/18TSJF1WLA4CkymvVUcKDBwUJ9F.jpg", + * "genre_ids": [ + * 27, + * 53 + * ], + * "id": 1034541, + * "original_language": "en", + * "original_title": "Terrifier 3", + * "overview": "Five years after surviving Art the Clown's Halloween massacre, Sienna and Jonathan are still struggling to rebuild their shattered lives. As the holiday season approaches, they try to embrace the Christmas spirit and leave the horrors of the past behind. But just when they think they're safe, Art returns, determined to turn their holiday cheer into a new nightmare. The festive season quickly unravels as Art unleashes his twisted brand of terror, proving that no holiday is safe.", + * "popularity": 802.614, + * "poster_path": "/ju10W5gl3PPK3b7TjEmVOZap51I.jpg", + * "release_date": "2024-10-09", + * "title": "Terrifier 3", + * "video": false, + * "vote_average": 6.886, + * "vote_count": 1333 + * }, + * { + * "adult": false, + * "backdrop_path": "/v9Du2HC3hlknAvGlWhquRbeifwW.jpg", + * "genre_ids": [ + * 28, + * 12, + * 53 + * ], + * "id": 539972, + * "original_language": "en", + * "original_title": "Kraven the Hunter", + * "overview": "Kraven Kravinoff's complex relationship with his ruthless gangster father, Nikolai, starts him down a path of vengeance with brutal consequences, motivating him to become not only the greatest hunter in the world, but also one of its most feared.", + * "popularity": 795.977, + * "poster_path": "/i47IUSsN126K11JUzqQIOi1Mg1M.jpg", + * "release_date": "2024-12-11", + * "title": "Kraven the Hunter", + * "video": false, + * "vote_average": 5.9, + * "vote_count": 254 + * }, + * { + * "adult": false, + * "backdrop_path": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg", + * "genre_ids": [ + * 10749, + * 35, + * 18 + * ], + * "id": 1064213, + * "original_language": "en", + * "original_title": "Anora", + * "overview": "A young sex worker from Brooklyn gets her chance at a Cinderella story when she meets and impulsively marries the son of an oligarch. Once the news reaches Russia, her fairytale is threatened as his parents set out to get the marriage annulled.", + * "popularity": 682.243, + * "poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg", + * "release_date": "2024-10-14", + * "title": "Anora", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 613 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise). + * @example false + */ + adult?: boolean; + /** + * @description A string representing the path to the movie's backdrop image. + * @example /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + */ + backdrop_path?: string; + /** + * @description An array of integers corresponding to genres (e.g., 28 for Action, 12 for Adventure, 18 for Drama). + * @example [ + * 28, + * 12, + * 18 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie in the database. + * @example 558449 + */ + id?: number; + /** + * @description A string indicating the original language of the movie. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released initially. + * @example Gladiator II + */ + original_title?: string; + /** + * @description A brief description of the movie's plot + * @example Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people. + */ + overview?: string; + /** + * @description A numeric value indicating the popularity of the movie. + * @example 5382.147 + */ + popularity?: number; + /** + * @description A string representing the path to the movie's poster image + * @example /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + */ + poster_path?: string; + /** + * @description The date when the movie is set to be released, formatted as "YYYY-MM-DD". + * @example 2024-11-05 + */ + release_date?: string; + /** + * @description The title of the movie as it will be known to the public. + * @example Gladiator II + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description A numeric value representing the average rating of the movie, typically on a scale from 1 to 10. + * @example 6.757 + */ + vote_average?: number; + /** + * @description An integer indicating the total number of votes cast for the movie, which contributes to the vote average. + * @example 1876 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the query results. + * @example 219 + */ + total_pages?: number; + /** + * @description The total number of results found for the query. + * @example 4365 + */ + total_results?: number; + }; + }; + }; + }; + }; + popular: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This is the geographical area or country that can be used to filter results based on regional availability. */ + region?: components["parameters"]["region"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description popular */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description An array of movie objects, each containing details about a movie. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg", + * "genre_ids": [ + * 28, + * 12, + * 18 + * ], + * "id": 558449, + * "original_language": "en", + * "original_title": "Gladiator II", + * "overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.", + * "popularity": 5382.147, + * "poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg", + * "release_date": "2024-11-05", + * "title": "Gladiator II", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 1873 + * }, + * { + * "adult": false, + * "backdrop_path": "/2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1156593, + * "original_language": "es", + * "original_title": "Culpa tuya", + * "overview": "The love between Noah and Nick seems unwavering despite their parents' attempts to separate them. But his job and her entry into college open up their lives to new relationships that will shake the foundations of both their relationship and the Leister family itself.", + * "popularity": 5236.256, + * "poster_path": "/1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg", + * "release_date": "2024-12-26", + * "title": "Your Fault", + * "video": false, + * "vote_average": 7.133, + * "vote_count": 563 + * }, + * { + * "adult": false, + * "backdrop_path": "/cjEcqdRdPQJhYre3HUAc5538Gk8.jpg", + * "genre_ids": [ + * 28, + * 14, + * 35 + * ], + * "id": 845781, + * "original_language": "en", + * "original_title": "Red One", + * "overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.", + * "popularity": 3805.408, + * "poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg", + * "release_date": "2024-10-31", + * "title": "Red One", + * "video": false, + * "vote_average": 7.03, + * "vote_count": 1746 + * }, + * { + * "adult": false, + * "backdrop_path": "/3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg", + * "genre_ids": [ + * 28, + * 878, + * 12, + * 53 + * ], + * "id": 912649, + * "original_language": "en", + * "original_title": "Venom: The Last Dance", + * "overview": "Eddie and Venom are on the run. Hunted by both of their worlds and with the net closing in, the duo are forced into a devastating decision that will bring the curtains down on Venom and Eddie's last dance.", + * "popularity": 3527.162, + * "poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg", + * "release_date": "2024-10-22", + * "title": "Venom: The Last Dance", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 2078 + * }, + * { + * "adult": false, + * "backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg", + * "genre_ids": [ + * 28, + * 878, + * 35, + * 10751 + * ], + * "id": 939243, + * "original_language": "en", + * "original_title": "Sonic the Hedgehog 3", + * "overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.", + * "popularity": 3403.343, + * "poster_path": "/mubt4bnVfpJ5lBMq93DidEuMkJr.jpg", + * "release_date": "2024-12-19", + * "title": "Sonic the Hedgehog 3", + * "video": false, + * "vote_average": 7.6, + * "vote_count": 284 + * }, + * { + * "adult": false, + * "backdrop_path": "/tElnmtQ6yz1PjN1kePNl8yMSb59.jpg", + * "genre_ids": [ + * 16, + * 12, + * 10751, + * 35 + * ], + * "id": 1241982, + * "original_language": "en", + * "original_title": "Moana 2", + * "overview": "After receiving an unexpected call from her wayfinding ancestors, Moana journeys alongside Maui and a new crew to the far seas of Oceania and into dangerous, long-lost waters for an adventure unlike anything she's ever faced.", + * "popularity": 2873.518, + * "poster_path": "/m0SbwFNCa9epW1X60deLqTHiP7x.jpg", + * "release_date": "2024-11-21", + * "title": "Moana 2", + * "video": false, + * "vote_average": 6.975, + * "vote_count": 719 + * }, + * { + * "adult": false, + * "backdrop_path": "/oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg", + * "genre_ids": [ + * 12, + * 10751, + * 16 + * ], + * "id": 762509, + * "original_language": "en", + * "original_title": "Mufasa: The Lion King", + * "overview": "Told in flashbacks, Mufasa is an orphaned cub, lost and alone until he meets a sympathetic lion named Taka—the heir to a royal bloodline. The chance meeting sets in motion a journey of misfits searching for their destiny and working together to evade a threatening and deadly foe.", + * "popularity": 2805.337, + * "poster_path": "/nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg", + * "release_date": "2024-12-18", + * "title": "Mufasa: The Lion King", + * "video": false, + * "vote_average": 7.3, + * "vote_count": 384 + * }, + * { + * "adult": false, + * "backdrop_path": "/uVlUu174iiKhsUGqnOSy46eIIMU.jpg", + * "genre_ids": [ + * 18, + * 10749, + * 14 + * ], + * "id": 402431, + * "original_language": "en", + * "original_title": "Wicked", + * "overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.", + * "popularity": 2156.489, + * "poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg", + * "release_date": "2024-11-20", + * "title": "Wicked", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 882 + * }, + * { + * "adult": false, + * "backdrop_path": "/A6vAMO3myroRfBwSZetY4GVqaW4.jpg", + * "genre_ids": [ + * 16, + * 14, + * 28, + * 12 + * ], + * "id": 839033, + * "original_language": "en", + * "original_title": "The Lord of the Rings: The War of the Rohirrim", + * "overview": "183 years before the events chronicled in the original trilogy, a sudden attack by Wulf, a clever and ruthless Dunlending lord seeking vengeance for the death of his father, forces Helm Hammerhand and his people to make a daring last stand in the ancient stronghold of the Hornburg. Finding herself in an increasingly desperate situation, Héra, the daughter of Helm, must summon the will to lead the resistance against a deadly enemy intent on their total destruction.", + * "popularity": 2071.24, + * "poster_path": "/hE9SAMyMSUGAPsHUGdyl6irv11v.jpg", + * "release_date": "2024-12-05", + * "title": "The Lord of the Rings: The War of the Rohirrim", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 177 + * }, + * { + * "adult": false, + * "backdrop_path": "/rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg", + * "genre_ids": [ + * 28, + * 53 + * ], + * "id": 1005331, + * "original_language": "en", + * "original_title": "Carry-On", + * "overview": "An airport security officer races to outsmart a mysterious traveler forcing him to let a dangerous item slip onto a Christmas Eve flight.", + * "popularity": 1742.273, + * "poster_path": "/sjMN7DRi4sGiledsmllEw5HJjPy.jpg", + * "release_date": "2024-12-05", + * "title": "Carry-On", + * "video": false, + * "vote_average": 6.953, + * "vote_count": 1338 + * }, + * { + * "adult": false, + * "backdrop_path": "/dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg", + * "genre_ids": [ + * 28, + * 18, + * 53 + * ], + * "id": 1043905, + * "original_language": "en", + * "original_title": "Dirty Angels", + * "overview": "During the United States' 2021 withdrawal from Afghanistan, a group of female soldiers posing as medical relief are sent back in to rescue a group of kidnapped teenagers caught between ISIS and the Taliban.", + * "popularity": 1736.39, + * "poster_path": "/3O3qSGmjRGc10hMwFul8WDxKE5t.jpg", + * "release_date": "2024-12-11", + * "title": "Dirty Angels", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 74 + * }, + * { + * "adult": false, + * "backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg", + * "genre_ids": [ + * 28, + * 878, + * 53 + * ], + * "id": 1035048, + * "original_language": "en", + * "original_title": "Elevation", + * "overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.", + * "popularity": 1633.009, + * "poster_path": "/sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg", + * "release_date": "2024-11-07", + * "title": "Elevation", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 220 + * }, + * { + * "adult": false, + * "backdrop_path": "/lntyt4OVDbcxA1l7LtwITbrD3FI.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1010581, + * "original_language": "es", + * "original_title": "Culpa mía", + * "overview": "Noah must leave her city, boyfriend, and friends to move into William Leister's mansion, the flashy and wealthy husband of her mother Rafaela. As a proud and independent 17 year old, Noah resists living in a mansion surrounded by luxury. However, it is there where she meets Nick, her new stepbrother, and the clash of their strong personalities becomes evident from the very beginning.", + * "popularity": 1562.561, + * "poster_path": "/w46Vw536HwNnEzOa7J24YH9DPRS.jpg", + * "release_date": "2023-06-08", + * "title": "My Fault", + * "video": false, + * "vote_average": 7.9, + * "vote_count": 3279 + * }, + * { + * "adult": false, + * "backdrop_path": "/A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg", + * "genre_ids": [ + * 80, + * 53, + * 28 + * ], + * "id": 1276945, + * "original_language": "nl", + * "original_title": "Ferry 2", + * "overview": "After losing his drug empire, Ferry Bouman has found a measure of peace away from Brabant's criminal underworld — until his past catches up to him.", + * "popularity": 1266.034, + * "poster_path": "/8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg", + * "release_date": "2024-12-19", + * "title": "Ferry 2", + * "video": false, + * "vote_average": 5.7, + * "vote_count": 61 + * }, + * { + * "adult": false, + * "backdrop_path": "/6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg", + * "genre_ids": [ + * 28, + * 80, + * 53 + * ], + * "id": 974453, + * "original_language": "en", + * "original_title": "Absolution", + * "overview": "An aging ex-boxer gangster working as muscle for a Boston crime boss receives an upsetting diagnosis. Despite a faltering memory, he attempts to rectify the sins of his past and reconnect with his estranged children. He is determined to leave a positive legacy for his grandson, but the criminal underworld isn’t done with him and won’t loosen their grip willingly.", + * "popularity": 1122.811, + * "poster_path": "/2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg", + * "release_date": "2024-10-31", + * "title": "Absolution", + * "video": false, + * "vote_average": 5.9, + * "vote_count": 202 + * }, + * { + * "adult": false, + * "backdrop_path": "/fzjH7kt1017R9EckLDmWmH5pGhD.jpg", + * "genre_ids": [ + * 28, + * 27, + * 53 + * ], + * "id": 970450, + * "original_language": "en", + * "original_title": "Werewolves", + * "overview": "A year after a supermoon’s light activated a dormant gene, transforming humans into bloodthirsty werewolves and causing nearly a billion deaths, the nightmare resurfaces as the supermoon rises again. Two scientists attempt to stop the mutation but fail, leaving those exposed to the moonlight to once again become feral werewolves. Chaos engulfs the streets as the scientists struggle to reach one of their family homes, now under siege by the savage creatures.", + * "popularity": 1081.542, + * "poster_path": "/elKf8Y5yi6Rl6teKsrQg0GAwaQD.jpg", + * "release_date": "2024-12-04", + * "title": "Werewolves", + * "video": false, + * "vote_average": 6.1, + * "vote_count": 75 + * }, + * { + * "adult": false, + * "backdrop_path": "/1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg", + * "genre_ids": [ + * 16, + * 28, + * 878, + * 10751 + * ], + * "id": 1184918, + * "original_language": "en", + * "original_title": "The Wild Robot", + * "overview": "After a shipwreck, an intelligent robot called Roz is stranded on an uninhabited island. To survive the harsh environment, Roz bonds with the island's animals and cares for an orphaned baby goose.", + * "popularity": 1043.986, + * "poster_path": "/9w0Vh9eizfBXrcomiaFWTIPdboo.jpg", + * "release_date": "2024-09-12", + * "title": "The Wild Robot", + * "video": false, + * "vote_average": 8.377, + * "vote_count": 3757 + * }, + * { + * "adult": false, + * "backdrop_path": "/bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg", + * "genre_ids": [ + * 27, + * 878 + * ], + * "id": 933260, + * "original_language": "en", + * "original_title": "The Substance", + * "overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.", + * "popularity": 953.442, + * "poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg", + * "release_date": "2024-09-07", + * "title": "The Substance", + * "video": false, + * "vote_average": 7.168, + * "vote_count": 2932 + * }, + * { + * "adult": false, + * "backdrop_path": "/sQbFupSWM9wUdPj96NZNUOFSP5.jpg", + * "genre_ids": [ + * 28, + * 12, + * 53 + * ], + * "id": 1000075, + * "original_language": "fr", + * "original_title": "Largo Winch: Le prix de l'argent", + * "overview": "Largo Winch, devastated by the kidnapping of his son, realizes that if he finds those responsible for his bankruptcy, maybe he'll see his son again.", + * "popularity": 937.027, + * "poster_path": "/myS41ZUmFvslkT8LeD2irAKxyrf.jpg", + * "release_date": "2024-07-31", + * "title": "The Price of Money: A Largo Winch Adventure", + * "video": false, + * "vote_average": 5.8, + * "vote_count": 67 + * }, + * { + * "adult": false, + * "backdrop_path": "/uWOJbarUXfVf6B4o0368dh138eR.jpg", + * "genre_ids": [ + * 27, + * 14, + * 18 + * ], + * "id": 426063, + * "original_language": "en", + * "original_title": "Nosferatu", + * "overview": "A gothic tale of obsession between a haunted young woman and the terrifying vampire infatuated with her, causing untold horror in its wake.", + * "popularity": 895.241, + * "poster_path": "/5qGIxdEO841C0tdY8vOdLoRVrr0.jpg", + * "release_date": "2024-12-25", + * "title": "Nosferatu", + * "video": false, + * "vote_average": 6.708, + * "vote_count": 267 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise + * @example false + */ + adult?: boolean; + /** + * @description A string representing the path to the movie's backdrop image (used as a background image in user interfaces). + * @example /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + */ + backdrop_path?: string; + /** + * @description An array of integers corresponding to genres (e.g., 28 for Action, 12 for Adventure, 18 for Drama). + * @example [ + * 28, + * 12, + * 18 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie in the database. + * @example 558449 + */ + id?: number; + /** + * @description A string indicating the original language of the movie. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released initially. + * @example Gladiator II + */ + original_title?: string; + /** + * @description A brief description of the movie's plot. + * @example Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people. + */ + overview?: string; + /** + * @description A numeric value indicating the popularity of the movie. + * @example 5382.147 + */ + popularity?: number; + /** @example /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg */ + poster_path?: string; + /** + * @description The date when the movie is set to be released, formatted as "YYYY-MM-DD". + * @example 2024-11-05 + */ + release_date?: string; + /** + * @description The title of the movie as it will be known to the public. + * @example Gladiator II + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description A numeric value representing the average rating of the movie, typically on a scale from 1 to 10. + * @example 6.8 + */ + vote_average?: number; + /** + * @description An integer indicating the total number of votes cast for the movie, which contributes to the vote average. + * @example 1873 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the query results. + * @example 47977 + */ + total_pages?: number; + /** + * @description The total number of results found for the query. + * @example 959527 + */ + total_results?: number; + }; + }; + }; + }; + }; + topRated: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This is the geographical area or country that can be used to filter results based on regional availability. */ + region?: components["parameters"]["region"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description top rated */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description The current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description An array of movie objects, each containing details about a movie. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/zfbjgQE1uSd9wiPTX4VzsLi0rGG.jpg", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 278, + * "original_language": "en", + * "original_title": "The Shawshank Redemption", + * "overview": "Imprisoned in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope.", + * "popularity": 161.056, + * "poster_path": "/9cqNxx0GxF0bflZmeSMuL5tnGzr.jpg", + * "release_date": "1994-09-23", + * "title": "The Shawshank Redemption", + * "video": false, + * "vote_average": 8.708, + * "vote_count": 27411 + * }, + * { + * "adult": false, + * "backdrop_path": "/tmU7GeKVybMWFButWEGl2M4GeiP.jpg", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 238, + * "original_language": "en", + * "original_title": "The Godfather", + * "overview": "Spanning the years 1945 to 1955, a chronicle of the fictional Italian-American Corleone crime family. When organized crime family patriarch, Vito Corleone barely survives an attempt on his life, his youngest son, Michael steps in to take care of the would-be killers, launching a campaign of bloody revenge.", + * "popularity": 175.971, + * "poster_path": "/3bhkrj58Vtu7enYsRolD1fZdja1.jpg", + * "release_date": "1972-03-14", + * "title": "The Godfather", + * "video": false, + * "vote_average": 8.7, + * "vote_count": 20815 + * }, + * { + * "adult": false, + * "backdrop_path": "/kGzFbGhp99zva6oZODW5atUtnqi.jpg", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 240, + * "original_language": "en", + * "original_title": "The Godfather Part II", + * "overview": "In the continuing saga of the Corleone crime family, a young Vito Corleone grows up in Sicily and in 1910s New York. In the 1950s, Michael Corleone attempts to expand the family business into Las Vegas, Hollywood and Cuba.", + * "popularity": 95.373, + * "poster_path": "/hek3koDUyRQk7FIhPXsa6mT2Zc3.jpg", + * "release_date": "1974-12-20", + * "title": "The Godfather Part II", + * "video": false, + * "vote_average": 8.6, + * "vote_count": 12560 + * }, + * { + * "adult": false, + * "backdrop_path": "/zb6fM1CX41D9rF9hdgclu0peUmy.jpg", + * "genre_ids": [ + * 18, + * 36, + * 10752 + * ], + * "id": 424, + * "original_language": "en", + * "original_title": "Schindler's List", + * "overview": "The true story of how businessman Oskar Schindler saved over a thousand Jewish lives from the Nazis while they worked as slaves in his factory during World War II.", + * "popularity": 94.819, + * "poster_path": "/sF1U4EUQS8YHUYjNl3pMGNIQyr0.jpg", + * "release_date": "1993-12-15", + * "title": "Schindler's List", + * "video": false, + * "vote_average": 8.568, + * "vote_count": 15980 + * }, + * { + * "adult": false, + * "backdrop_path": "/bxgTSUenZDHNFerQ1whRKplrMKF.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 389, + * "original_language": "en", + * "original_title": "12 Angry Men", + * "overview": "The defense and the prosecution have rested and the jury is filing into the jury room to decide if a young Spanish-American is guilty or innocent of murdering his father. What begins as an open and shut case soon becomes a mini-drama of each of the jurors' prejudices and preconceptions about the trial, the accused, and each other.", + * "popularity": 59.074, + * "poster_path": "/ow3wq89wM8qd5X7hWKxiRfsFf9C.jpg", + * "release_date": "1957-04-10", + * "title": "12 Angry Men", + * "video": false, + * "vote_average": 8.547, + * "vote_count": 8766 + * }, + * { + * "adult": false, + * "backdrop_path": "/m4TUa2ciEWSlk37rOsjiSIvZDXE.jpg", + * "genre_ids": [ + * 16, + * 10751, + * 14 + * ], + * "id": 129, + * "original_language": "ja", + * "original_title": "千と千尋の神隠し", + * "overview": "A young girl, Chihiro, becomes trapped in a strange new world of spirits. When her parents undergo a mysterious transformation, she must call upon the courage she never knew she had to free her family.", + * "popularity": 107.041, + * "poster_path": "/39wmItIWsg5sZMyRUHLkWBcuVCM.jpg", + * "release_date": "2001-07-20", + * "title": "Spirited Away", + * "video": false, + * "vote_average": 8.5, + * "vote_count": 16639 + * }, + * { + * "adult": false, + * "backdrop_path": "/90ez6ArvpO8bvpyIngBuwXOqJm5.jpg", + * "genre_ids": [ + * 35, + * 18, + * 10749 + * ], + * "id": 19404, + * "original_language": "hi", + * "original_title": "दिलवाले दुल्हनिया ले जायेंगे", + * "overview": "Raj is a rich, carefree, happy-go-lucky second generation NRI. Simran is the daughter of Chaudhary Baldev Singh, who in spite of being an NRI is very strict about adherence to Indian values. Simran has left for India to be married to her childhood fiancé. Raj leaves for India with a mission at his hands, to claim his lady love under the noses of her whole family. Thus begins a saga.", + * "popularity": 39.71, + * "poster_path": "/lfRkUr7DYdHldAqi3PwdQGBRBPM.jpg", + * "release_date": "1995-10-20", + * "title": "Dilwale Dulhania Le Jayenge", + * "video": false, + * "vote_average": 8.523, + * "vote_count": 4450 + * }, + * { + * "adult": false, + * "backdrop_path": "/x5f2uTfw0Pqc5QI4ch5AHICee2o.jpg", + * "genre_ids": [ + * 18, + * 28, + * 80, + * 53 + * ], + * "id": 155, + * "original_language": "en", + * "original_title": "The Dark Knight", + * "overview": "Batman raises the stakes in his war on crime. With the help of Lt. Jim Gordon and District Attorney Harvey Dent, Batman sets out to dismantle the remaining criminal organizations that plague the streets. The partnership proves to be effective, but they soon find themselves prey to a reign of chaos unleashed by a rising criminal mastermind known to the terrified citizens of Gotham as the Joker.", + * "popularity": 153.809, + * "poster_path": "/qJ2tW6WMUDux911r6m7haRef0WH.jpg", + * "release_date": "2008-07-16", + * "title": "The Dark Knight", + * "video": false, + * "vote_average": 8.5, + * "vote_count": 33137 + * }, + * { + * "adult": false, + * "backdrop_path": "/vxJ08SvwomfKbpboCWynC3uqUg4.jpg", + * "genre_ids": [ + * 14, + * 18, + * 80 + * ], + * "id": 497, + * "original_language": "en", + * "original_title": "The Green Mile", + * "overview": "A supernatural tale set on death row in a Southern prison, where gentle giant John Coffey possesses the mysterious power to heal people's ailments. When the cell block's head guard, Paul Edgecomb, recognizes Coffey's miraculous gift, he tries desperately to help stave off the condemned man's execution.", + * "popularity": 98.659, + * "poster_path": "/8VG8fDNiy50H4FedGwdSVUPoaJe.jpg", + * "release_date": "1999-12-10", + * "title": "The Green Mile", + * "video": false, + * "vote_average": 8.507, + * "vote_count": 17602 + * }, + * { + * "adult": false, + * "backdrop_path": "/x6skktR5OS99lAX4JhmjCQYq490.jpg", + * "genre_ids": [ + * 35, + * 53, + * 18 + * ], + * "id": 496243, + * "original_language": "ko", + * "original_title": "기생충", + * "overview": "All unemployed, Ki-taek's family takes peculiar interest in the wealthy and glamorous Parks for their livelihood until they get entangled in an unexpected incident.", + * "popularity": 104.606, + * "poster_path": "/7IiTTgloJzvGI1TAYymCfbfl3vT.jpg", + * "release_date": "2019-05-30", + * "title": "Parasite", + * "video": false, + * "vote_average": 8.5, + * "vote_count": 18434 + * }, + * { + * "adult": false, + * "backdrop_path": "/suaEOtk1N1sgg2MTM7oZd2cfVp3.jpg", + * "genre_ids": [ + * 53, + * 80 + * ], + * "id": 680, + * "original_language": "en", + * "original_title": "Pulp Fiction", + * "overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.", + * "popularity": 93.13, + * "poster_path": "/vQWk5YBFWF4bZaofAbv0tShwBvQ.jpg", + * "release_date": "1994-09-10", + * "title": "Pulp Fiction", + * "video": false, + * "vote_average": 8.487, + * "vote_count": 28087 + * }, + * { + * "adult": false, + * "backdrop_path": "/8x9iKH8kWA0zdkgNdpAew7OstYe.jpg", + * "genre_ids": [ + * 16, + * 10749, + * 18 + * ], + * "id": 372058, + * "original_language": "ja", + * "original_title": "君の名は。", + * "overview": "High schoolers Mitsuha and Taki are complete strangers living separate lives. But one night, they suddenly switch places. Mitsuha wakes up in Taki’s body, and he in hers. This bizarre occurrence continues to happen randomly, and the two must adjust their lives around each other.", + * "popularity": 82.057, + * "poster_path": "/vfJFJPepRKapMd5G2ro7klIRysq.jpg", + * "release_date": "2016-08-26", + * "title": "Your Name.", + * "video": false, + * "vote_average": 8.486, + * "vote_count": 11471 + * }, + * { + * "adult": false, + * "backdrop_path": "/5JrZAtyk3LwiiAWLW0kwz41XZJC.jpg", + * "genre_ids": [ + * 12, + * 14, + * 28 + * ], + * "id": 122, + * "original_language": "en", + * "original_title": "The Lord of the Rings: The Return of the King", + * "overview": "As armies mass for a final battle that will decide the fate of the world--and powerful, ancient forces of Light and Dark compete to determine the outcome--one member of the Fellowship of the Ring is revealed as the noble heir to the throne of the Kings of Men. Yet, the sole hope for triumph over evil lies with a brave hobbit, Frodo, who, accompanied by his loyal friend Sam and the hideous, wretched Gollum, ventures deep into the very dark heart of Mordor on his seemingly impossible quest to destroy the Ring of Power.​", + * "popularity": 159.538, + * "poster_path": "/rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg", + * "release_date": "2003-12-17", + * "title": "The Lord of the Rings: The Return of the King", + * "video": false, + * "vote_average": 8.483, + * "vote_count": 24400 + * }, + * { + * "adult": false, + * "backdrop_path": "/mzfx54nfDPTUXZOG48u4LaEheDy.jpg", + * "genre_ids": [ + * 35, + * 18, + * 10749 + * ], + * "id": 13, + * "original_language": "en", + * "original_title": "Forrest Gump", + * "overview": "A man with a low IQ has accomplished great things in his life and been present during significant historic events—in each case, far exceeding what anyone imagined he could do. But despite all he has achieved, his one true love eludes him.", + * "popularity": 115.011, + * "poster_path": "/arw2vcBveWOVZr6pxd9XTd1TdQa.jpg", + * "release_date": "1994-06-23", + * "title": "Forrest Gump", + * "video": false, + * "vote_average": 8.47, + * "vote_count": 27620 + * }, + * { + * "adult": false, + * "backdrop_path": "/x4biAVdPVCghBlsVIzB6NmbghIz.jpg", + * "genre_ids": [ + * 37 + * ], + * "id": 429, + * "original_language": "it", + * "original_title": "Il buono, il brutto, il cattivo", + * "overview": "While the Civil War rages on between the Union and the Confederacy, three men – a quiet loner, a ruthless hitman, and a Mexican bandit – comb the American Southwest in search of a strongbox containing $200,000 in stolen gold.", + * "popularity": 85.415, + * "poster_path": "/bX2xnavhMYjWDoZp1VM6VnU1xwe.jpg", + * "release_date": "1966-12-22", + * "title": "The Good, the Bad and the Ugly", + * "video": false, + * "vote_average": 8.5, + * "vote_count": 8700 + * }, + * { + * "adult": false, + * "backdrop_path": "/sJNNMCc6B7KZIY3LH3JMYJJNH5j.jpg", + * "genre_ids": [ + * 28, + * 18 + * ], + * "id": 346, + * "original_language": "ja", + * "original_title": "七人の侍", + * "overview": "A samurai answers a village's request for protection after he falls on hard times. The town needs protection from bandits, so the samurai gathers six others to help him teach the people how to defend themselves, and the villagers provide the soldiers with food.", + * "popularity": 47.352, + * "poster_path": "/iAq0sq42vKTLneVGqHn1D4GzgrM.jpg", + * "release_date": "1954-04-26", + * "title": "Seven Samurai", + * "video": false, + * "vote_average": 8.461, + * "vote_count": 3728 + * }, + * { + * "adult": false, + * "backdrop_path": "/b3mdmjYTEL70j7nuXATUAD9qgu4.jpg", + * "genre_ids": [ + * 16, + * 14, + * 12 + * ], + * "id": 823219, + * "original_language": "lv", + * "original_title": "Straume", + * "overview": "A solitary cat, displaced by a great flood, finds refuge on a boat with various species and must navigate the challenges of adapting to a transformed world together.", + * "popularity": 618.523, + * "poster_path": "/imKSymKBK7o73sajciEmndJoVkR.jpg", + * "release_date": "2024-08-29", + * "title": "Flow", + * "video": false, + * "vote_average": 8.453, + * "vote_count": 498 + * }, + * { + * "adult": false, + * "backdrop_path": "/7TF4p86ZafnxFuNqWdhpHXFO244.jpg", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 769, + * "original_language": "en", + * "original_title": "GoodFellas", + * "overview": "The true story of Henry Hill, a half-Irish, half-Sicilian Brooklyn kid who is adopted by neighbourhood gangsters at an early age and climbs the ranks of a Mafia family under the guidance of Jimmy Conway.", + * "popularity": 76.258, + * "poster_path": "/aKuFiU82s5ISJpGZp7YkIr3kCUd.jpg", + * "release_date": "1990-09-12", + * "title": "GoodFellas", + * "video": false, + * "vote_average": 8.457, + * "vote_count": 12973 + * }, + * { + * "adult": false, + * "backdrop_path": "/dlC0ed9Ugh3FzydnkBtV5lRXUu4.jpg", + * "genre_ids": [ + * 16, + * 18, + * 10752 + * ], + * "id": 12477, + * "original_language": "ja", + * "original_title": "火垂るの墓", + * "overview": "In the final months of World War II, 14-year-old Seita and his sister Setsuko are orphaned when their mother is killed during an air raid in Kobe, Japan. After a falling out with their aunt, they move into an abandoned bomb shelter. With no surviving relatives and their emergency rations depleted, Seita and Setsuko struggle to survive.", + * "popularity": 0.045, + * "poster_path": "/k9tv1rXZbOhH7eiCk378x61kNQ1.jpg", + * "release_date": "1988-04-16", + * "title": "Grave of the Fireflies", + * "video": false, + * "vote_average": 8.456, + * "vote_count": 5613 + * }, + * { + * "adult": false, + * "backdrop_path": "/zoVeIgKzGJzpdG6Gwnr7iOYfIMU.jpg", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 11216, + * "original_language": "it", + * "original_title": "Nuovo Cinema Paradiso", + * "overview": "A filmmaker recalls his childhood, when he fell in love with the movies at his village's theater and formed a deep friendship with the theater's projectionist.", + * "popularity": 31.583, + * "poster_path": "/gCI2AeMV4IHSewhJkzsur5MEp6R.jpg", + * "release_date": "1988-11-17", + * "title": "Cinema Paradiso", + * "video": false, + * "vote_average": 8.4, + * "vote_count": 4405 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise). + * @example false + */ + adult?: boolean; + /** + * @description A string representing the path to the movie's backdrop image. + * @example /zfbjgQE1uSd9wiPTX4VzsLi0rGG.jpg + */ + backdrop_path?: string; + /** + * @description An array of integers corresponding to genres (e.g. 18 for Drama). + * @example [ + * 18, + * 80 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie in the database. + * @example 278 + */ + id?: number; + /** + * @description A string indicating the original language of the movie. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released initially. + * @example The Shawshank Redemption + */ + original_title?: string; + /** + * @description A brief description of the movie's plot. + * @example Imprisoned in the 1940s for the double murder of his wife and her lover, upstanding banker Andy Dufresne begins a new life at the Shawshank prison, where he puts his accounting skills to work for an amoral warden. During his long stretch in prison, Dufresne comes to be admired by the other inmates -- including an older prisoner named Red -- for his integrity and unquenchable sense of hope. + */ + overview?: string; + /** + * @description A numeric value indicating the popularity of the movie. + * @example 161.056 + */ + popularity?: number; + /** + * @description A string representing the path to the movie's poster image + * @example /9cqNxx0GxF0bflZmeSMuL5tnGzr.jpg + */ + poster_path?: string; + /** + * @description The date when the movie is set to be released, formatted as "YYYY-MM-DD". + * @example 1994-09-23 + */ + release_date?: string; + /** + * @description The title of the movie as it will be known to the public. + * @example The Shawshank Redemption + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description A numeric value representing the average rating of the movie, typically on a scale from 1 to 10. + * @example 8.708 + */ + vote_average?: number; + /** + * @description An integer indicating the total number of votes cast for the movie, which contributes to the vote average. + * @example 27411 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the query results. + * @example 493 + */ + total_pages?: number; + /** + * @description The total number of results found for the query. + * @example 9854 + */ + total_results?: number; + }; + }; + }; + }; + }; + upcoming: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This is the geographical area or country that can be used to filter results based on regional availability. */ + region?: components["parameters"]["region"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description upcoming */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + dates?: { + /** + * @description The latest release date of the movies in the results, formatted as "YYYY-MM-DD" (in this case, "2025-01-08"). + * @example 2025-01-29 + */ + maximum?: string; + /** + * @description The earliest release date of the movies in the results, formatted as "YYYY-MM-DD" (in this case, "2024-11-27"). + * @example 2025-01-08 + */ + minimum?: string; + }; + /** + * @description The current page number of the results being displayed. + * @example 1 + */ + page?: number; + /** + * @description An array of movie objects, each containing details about a movie. + * @example [ + * { + * "adult": false, + * "backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg", + * "genre_ids": [ + * 28, + * 878, + * 35, + * 10751 + * ], + * "id": 939243, + * "original_language": "en", + * "original_title": "Sonic the Hedgehog 3", + * "overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.", + * "popularity": 3403.343, + * "poster_path": "/mubt4bnVfpJ5lBMq93DidEuMkJr.jpg", + * "release_date": "2024-12-19", + * "title": "Sonic the Hedgehog 3", + * "video": false, + * "vote_average": 7.62, + * "vote_count": 291 + * }, + * { + * "adult": false, + * "backdrop_path": "/dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg", + * "genre_ids": [ + * 28, + * 18, + * 53 + * ], + * "id": 1043905, + * "original_language": "en", + * "original_title": "Dirty Angels", + * "overview": "During the United States' 2021 withdrawal from Afghanistan, a group of female soldiers posing as medical relief are sent back in to rescue a group of kidnapped teenagers caught between ISIS and the Taliban.", + * "popularity": 1736.39, + * "poster_path": "/3O3qSGmjRGc10hMwFul8WDxKE5t.jpg", + * "release_date": "2024-12-11", + * "title": "Dirty Angels", + * "video": false, + * "vote_average": 6.693, + * "vote_count": 75 + * }, + * { + * "adult": false, + * "backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg", + * "genre_ids": [ + * 28, + * 878, + * 53 + * ], + * "id": 1035048, + * "original_language": "en", + * "original_title": "Elevation", + * "overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.", + * "popularity": 1633.009, + * "poster_path": "/y5CakxusfCElHau7oredncjtt3P.jpg", + * "release_date": "2024-11-07", + * "title": "Elevation", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 224 + * }, + * { + * "adult": false, + * "backdrop_path": "/1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg", + * "genre_ids": [ + * 16, + * 28, + * 878, + * 10751 + * ], + * "id": 1184918, + * "original_language": "en", + * "original_title": "The Wild Robot", + * "overview": "After a shipwreck, an intelligent robot called Roz is stranded on an uninhabited island. To survive the harsh environment, Roz bonds with the island's animals and cares for an orphaned baby goose.", + * "popularity": 1043.986, + * "poster_path": "/9w0Vh9eizfBXrcomiaFWTIPdboo.jpg", + * "release_date": "2024-09-12", + * "title": "The Wild Robot", + * "video": false, + * "vote_average": 8.374, + * "vote_count": 3765 + * }, + * { + * "adult": false, + * "backdrop_path": "/uWOJbarUXfVf6B4o0368dh138eR.jpg", + * "genre_ids": [ + * 27, + * 14, + * 18 + * ], + * "id": 426063, + * "original_language": "en", + * "original_title": "Nosferatu", + * "overview": "A gothic tale of obsession between a haunted young woman and the terrifying vampire infatuated with her, causing untold horror in its wake.", + * "popularity": 895.241, + * "poster_path": "/5qGIxdEO841C0tdY8vOdLoRVrr0.jpg", + * "release_date": "2024-12-25", + * "title": "Nosferatu", + * "video": false, + * "vote_average": 6.7, + * "vote_count": 281 + * }, + * { + * "adult": false, + * "backdrop_path": "/ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg", + * "genre_ids": [ + * 27, + * 53 + * ], + * "id": 1138194, + * "original_language": "en", + * "original_title": "Heretic", + * "overview": "Two young missionaries are forced to prove their faith when they knock on the wrong door and are greeted by a diabolical Mr. Reed, becoming ensnared in his deadly game of cat-and-mouse.", + * "popularity": 840.621, + * "poster_path": "/5HJqjCTcaE1TFwnNh3Dn21be2es.jpg", + * "release_date": "2024-10-31", + * "title": "Heretic", + * "video": false, + * "vote_average": 7.182, + * "vote_count": 681 + * }, + * { + * "adult": false, + * "backdrop_path": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg", + * "genre_ids": [ + * 10749, + * 35, + * 18 + * ], + * "id": 1064213, + * "original_language": "en", + * "original_title": "Anora", + * "overview": "A young sex worker from Brooklyn gets her chance at a Cinderella story when she meets and impulsively marries the son of an oligarch. Once the news reaches Russia, her fairytale is threatened as his parents set out to get the marriage annulled.", + * "popularity": 682.243, + * "poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg", + * "release_date": "2024-10-14", + * "title": "Anora", + * "video": false, + * "vote_average": 6.892, + * "vote_count": 627 + * }, + * { + * "adult": false, + * "backdrop_path": "/b3mdmjYTEL70j7nuXATUAD9qgu4.jpg", + * "genre_ids": [ + * 16, + * 14, + * 12 + * ], + * "id": 823219, + * "original_language": "lv", + * "original_title": "Straume", + * "overview": "A solitary cat, displaced by a great flood, finds refuge on a boat with various species and must navigate the challenges of adapting to a transformed world together.", + * "popularity": 618.523, + * "poster_path": "/imKSymKBK7o73sajciEmndJoVkR.jpg", + * "release_date": "2024-08-29", + * "title": "Flow", + * "video": false, + * "vote_average": 8.456, + * "vote_count": 499 + * }, + * { + * "adult": false, + * "backdrop_path": "/9s9o9RT9Yj6nDuRJjnJm78WFoFl.jpg", + * "genre_ids": [ + * 28, + * 27, + * 53, + * 878 + * ], + * "id": 1051896, + * "original_language": "en", + * "original_title": "Arcadian", + * "overview": "In the near future, on a decimated Earth, Paul and his twin sons face terror at night when ferocious creatures awaken. When Paul is nearly killed, the boys come up with a plan for survival, using everything their father taught them to keep him alive.", + * "popularity": 558.456, + * "poster_path": "/spWV1eRzlDxvai8LbxwAWR0Vst4.jpg", + * "release_date": "2024-04-12", + * "title": "Arcadian", + * "video": false, + * "vote_average": 6.1, + * "vote_count": 526 + * }, + * { + * "adult": false, + * "backdrop_path": "/csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg", + * "genre_ids": [ + * 878, + * 53, + * 12, + * 28 + * ], + * "id": 1196470, + * "original_language": "fr", + * "original_title": "Survivre", + * "overview": "A couple celebrates their son’s birthday in the middle of the ocean on their boat. A violent storm hits and it brings up hungry creatures from the depths and they fight for their survival.", + * "popularity": 526.598, + * "poster_path": "/59nsfU5hMG3puDZIGzZzJ1yW8FN.jpg", + * "release_date": "2024-06-19", + * "title": "Survive", + * "video": false, + * "vote_average": 5.787, + * "vote_count": 87 + * }, + * { + * "adult": false, + * "backdrop_path": "/uLqNGzJwnj8JKkKuRM2dHWJKCtc.jpg", + * "genre_ids": [ + * 28, + * 27, + * 53 + * ], + * "id": 1029235, + * "original_language": "en", + * "original_title": "Azrael", + * "overview": "In a world where no one speaks, a devout female hunts down a young woman who has escaped her imprisonment. Recaptured by its ruthless leaders, Azrael is due to be sacrificed to pacify an ancient evil deep within the surrounding wilderness.", + * "popularity": 415.42, + * "poster_path": "/qpdFKDvJS7oLKTcBLXOaMwUESbs.jpg", + * "release_date": "2024-09-27", + * "title": "Azrael", + * "video": false, + * "vote_average": 6.018, + * "vote_count": 163 + * }, + * { + * "adult": false, + * "backdrop_path": "/zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1100099, + * "original_language": "en", + * "original_title": "We Live in Time", + * "overview": "An up-and-coming chef and a recent divorcée find their lives forever changed when a chance encounter brings them together, in a decade-spanning, deeply moving romance.", + * "popularity": 395.862, + * "poster_path": "/ssFS25CiYQvRJqErqaEyHuVgyH7.jpg", + * "release_date": "2024-10-10", + * "title": "We Live in Time", + * "video": false, + * "vote_average": 7.604, + * "vote_count": 326 + * }, + * { + * "adult": false, + * "backdrop_path": "/a3PBAmXUXuazAzr83WNzRaBS33I.jpg", + * "genre_ids": [ + * 27, + * 53 + * ], + * "id": 978796, + * "original_language": "en", + * "original_title": "Bagman", + * "overview": "For centuries and across cultures, parents have warned their children of the legendary Bagman, who snatches innocent children and stuffs them into his vile, rotting bag—never to be seen again. Patrick McKee narrowly escaped such an encounter as a boy, which left him with lasting scars throughout his adulthood. Now, Patrick’s childhood tormentor has returned, threatening the safety of his wife Karina and son Jake.", + * "popularity": 381.143, + * "poster_path": "/53IK9rlZJbwFYbNnJZiLq7UWxkT.jpg", + * "release_date": "2024-09-20", + * "title": "Bagman", + * "video": false, + * "vote_average": 6.173, + * "vote_count": 139 + * }, + * { + * "adult": false, + * "backdrop_path": "/llIXQAndg5kB6SWlp6ouUdO7Zxd.jpg", + * "genre_ids": [ + * 28, + * 12, + * 18 + * ], + * "id": 1084736, + * "original_language": "fr", + * "original_title": "Le Comte de Monte-Cristo", + * "overview": "Edmond Dantes becomes the target of a sinister plot and is arrested on his wedding day for a crime he did not commit. After 14 years in the island prison of Château d’If, he manages a daring escape. Now rich beyond his dreams, he assumes the identity of the Count of Monte-Cristo and exacts his revenge on the three men who betrayed him.", + * "popularity": 375.034, + * "poster_path": "/zw4kV7npGtaqvUxvJE9IdqdFsNc.jpg", + * "release_date": "2024-06-28", + * "title": "The Count of Monte Cristo", + * "video": false, + * "vote_average": 8.14, + * "vote_count": 1118 + * }, + * { + * "adult": false, + * "backdrop_path": "/hctfNoMpQGfn3VXdBYb9p0P5bT5.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 1097549, + * "original_language": "en", + * "original_title": "Babygirl", + * "overview": "A high-powered CEO puts her career and family on the line when she begins a torrid affair with her much younger intern.", + * "popularity": 313.593, + * "poster_path": "/A8HbTd0FemZyFCh5qvJFpHGiwF8.jpg", + * "release_date": "2024-12-25", + * "title": "Babygirl", + * "video": false, + * "vote_average": 5.5, + * "vote_count": 26 + * }, + * { + * "adult": false, + * "backdrop_path": "/9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg", + * "genre_ids": [ + * 12, + * 18, + * 878 + * ], + * "id": 157336, + * "original_language": "en", + * "original_title": "Interstellar", + * "overview": "The adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.", + * "popularity": 252.756, + * "poster_path": "/gEU2QniE6E77NI6lCU6MxlNBvIx.jpg", + * "release_date": "2014-11-05", + * "title": "Interstellar", + * "video": false, + * "vote_average": 8.4, + * "vote_count": 35974 + * }, + * { + * "adult": false, + * "backdrop_path": "/66nlC5LDZmDUWONGkUZT2BrOszG.jpg", + * "genre_ids": [ + * 53, + * 18 + * ], + * "id": 974576, + * "original_language": "en", + * "original_title": "Conclave", + * "overview": "After the unexpected death of the Pope, Cardinal Lawrence is tasked with managing the covert and ancient ritual of electing a new one. Sequestered in the Vatican with the Catholic Church’s most powerful leaders until the process is complete, Lawrence finds himself at the center of a conspiracy that could lead to its downfall.", + * "popularity": 251.12, + * "poster_path": "/m5x8D0bZ3eKqIVWZ5y7TnZ2oTVg.jpg", + * "release_date": "2024-10-25", + * "title": "Conclave", + * "video": false, + * "vote_average": 7.13, + * "vote_count": 636 + * }, + * { + * "adult": false, + * "backdrop_path": "/9Qq8InnodUYs8zdam8Zj967i6RO.jpg", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1106739, + * "original_language": "en", + * "original_title": "Juror #2", + * "overview": "While serving as a juror in a high profile murder trial, family man Justin Kemp finds himself struggling with a serious moral dilemma…one he could use to sway the jury verdict and potentially convict—or free—the accused killer.", + * "popularity": 228.23, + * "poster_path": "/utLESWj433xnIc1ss9TZjRI9SSl.jpg", + * "release_date": "2024-10-30", + * "title": "Juror #2", + * "video": false, + * "vote_average": 7.032, + * "vote_count": 980 + * }, + * { + * "adult": false, + * "backdrop_path": "/hkJhGayONXn96CqIRM9GhWKnlCf.jpg", + * "genre_ids": [ + * 28, + * 12, + * 16, + * 14 + * ], + * "id": 1014505, + * "original_language": "ja", + * "original_title": "劇場版「オーバーロード」聖王国編", + * "overview": "After twelve years of playing his favorite MMORPG game, Momonga logs in for the last time only to find himself transported into its world playing it indefinitely. Throughout his adventures, his avatar ascends to the title of Sorcerer King Ains Ooal Gown. Once prosperous but now on the brink of ruin, The Sacred Kingdom enjoyed years of peace after construction of an enormous wall protecting them from neighboring invasions. But, one day this comes to an end when the Demon Emperor Jaldabaoth arrives with an army of villainous demi-humans. Fearing invasion of their own lands, the neighboring territory of the Slane Theocracy is forced to beg their enemies at the Sorcerer Kingdom for help. Heeding the call, Momonga, now known as the Sorcerer King Ains Ooal Gown, rallies the Sorcerer Kingdom and its undead army to join the fight alongside the Sacred Kingdom and the Slane Theocracy in hopes to defeat the Demon Emperor.", + * "popularity": 221.994, + * "poster_path": "/jEvytxNa5mfW7VAUmDWsZtIdATc.jpg", + * "release_date": "2024-09-20", + * "title": "OVERLORD: The Sacred Kingdom", + * "video": false, + * "vote_average": 7.7, + * "vote_count": 26 + * }, + * { + * "adult": false, + * "backdrop_path": "/H39NvEXz23GE9iYQ4qqV4w1zWn.jpg", + * "genre_ids": [ + * 35, + * 27, + * 14 + * ], + * "id": 728949, + * "original_language": "en", + * "original_title": "Nightbitch", + * "overview": "A woman, thrown into the stay-at-home routine of raising a toddler in the suburbs, slowly embraces the feral power deeply rooted in motherhood, as she becomes increasingly aware of the bizarre and undeniable signs that she may be turning into a dog.", + * "popularity": 193.375, + * "poster_path": "/h49Pie8gM2jK0UHGFRjfPB3YTd.jpg", + * "release_date": "2024-12-06", + * "title": "Nightbitch", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 51 + * } + * ] + */ + results?: { + /** + * @description A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise). + * @example false + */ + adult?: boolean; + /** + * @description A string representing the path to the movie's backdrop image. + * @example /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + */ + backdrop_path?: string; + /** + * @description An array of integers corresponding to genres.(e.g. 28 for Action) + * @example [ + * 28, + * 878, + * 35, + * 10751 + * ] + */ + genre_ids?: number[]; + /** + * @description A unique identifier for the movie in the database. + * @example 939243 + */ + id?: number; + /** + * @description A string indicating the original language of the movie. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was released initially. + * @example Sonic the Hedgehog 3 + */ + original_title?: string; + /** + * @description A brief description of the movie's plot + * @example Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet. + */ + overview?: string; + /** + * @description A numeric value indicating the popularity of the movie. + * @example 3403.343 + */ + popularity?: number; + /** + * @description A string representing the path to the movie's poster image + * @example /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + */ + poster_path?: string; + /** + * @description The date when the movie is set to be released, formatted as "YYYY-MM-DD". + * @example 2024-12-19 + */ + release_date?: string; + /** + * @description The title of the movie as it will be known to the public. + * @example Sonic the Hedgehog 3 + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description A numeric value representing the average rating of the movie, typically on a scale from 1 to 10. + * @example 7.62 + */ + vote_average?: number; + /** + * @description An integer indicating the total number of votes cast for the movie, which contributes to the vote average. + * @example 291 + */ + vote_count?: number; + }[]; + /** + * @description The total number of pages available for the query results. + * @example 43 + */ + total_pages?: number; + /** + * @description The total number of results found for the query. + * @example 860 + */ + total_results?: number; + }; + }; + }; + }; + }; + details7: { + parameters: { + query?: { + /** @description This add additional data to the response beyond the initial information requested. */ + append_to_response?: components["parameters"]["append_to_response"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise). + * @example false + */ + adult?: boolean; + /** + * @description A string representing the path to the movie's backdrop image. + * @example /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + */ + backdrop_path?: string; + /** @description An object containing information about collections that this movie belongs to. */ + belongs_to_collection?: { + /** + * @description Path to the collection's backdrop image. + * @example /1VdLvSIeHuwqCT13H9EafxCacGB.jpg + */ + backdrop_path?: string; + /** + * @description Unique identifier for the collection. + * @example 1069584 + */ + id?: number; + /** + * @description Name of the collection (e.g, "Gladiator Collection"). + * @example Gladiator Collection + */ + name?: string; + /** + * @description Path to the collection's poster image. + * @example /r7uyUOB6fmmPumWwHiV7Hn2kUbL.jpg + */ + poster_path?: string; + }; + /** + * @description The estimated production budget of the movie, measured in US dollars. + * @example 310000000 + */ + budget?: number; + /** + * @description An array of objects representing the genres of the movie + * @example [ + * { + * "id": 28, + * "name": "Action" + * }, + * { + * "id": 12, + * "name": "Adventure" + * }, + * { + * "id": 18, + * "name": "Drama" + * } + * ] + */ + genres?: { + /** + * @description Unique identifier for the genre. + * @example 28 + */ + id?: number; + /** + * @description Name of the genre. + * @example Action + */ + name?: string; + }[]; + /** + * @description A URL to the official website of the movie, which may provide more information, trailers, or promotional content. + * @example https://www.gladiator.movie + */ + homepage?: string; + /** + * @description Unique identifier for the movie within the database. + * @example 558449 + */ + id?: number; + /** + * @description The unique identifier used on IMDb for the movie + * @example tt9218128 + */ + imdb_id?: string; + /** + * @description An array indicating the countries where the movie was produced. + * @example [ + * "US" + * ] + */ + origin_country?: string[]; + /** + * @description The primary language in which the movie was made. + * @example en + */ + original_language?: string; + /** + * @description The original title of the movie as it was first released. + * @example Gladiator II + */ + original_title?: string; + /** + * @description A brief summary of the movie's plot. + * @example Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people. + */ + overview?: string; + /** + * @description A numerical value indicating the popularity of the movie. + * @example 5382.147 + */ + popularity?: number; + /** + * @description A string that represents the path to the official poster image for the movie. + * @example /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + */ + poster_path?: string; + /** + * @description An array of objects showing the companies that produced the movie. + * @example [ + * { + * "id": 4, + * "logo_path": "/gz66EfNoYPqHTYI4q9UEN4CbHRc.png", + * "name": "Paramount Pictures", + * "origin_country": "US" + * }, + * { + * "id": 221347, + * "logo_path": "/6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png", + * "name": "Scott Free Productions", + * "origin_country": "US" + * }, + * { + * "id": 246486, + * "logo_path": null, + * "name": "Lucy Fisher/Douglas Wick Productions", + * "origin_country": "US" + * } + * ] + */ + production_companies?: { + /** + * @description Unique identifier for the production company. + * @example 4 + */ + id?: number; + /** + * @description Path to the company's logo. + * @example /gz66EfNoYPqHTYI4q9UEN4CbHRc.png + */ + logo_path?: string | null; + /** + * @description Name of the company. + * @example Paramount Pictures + */ + name?: string; + /** + * @description Country where the company is based. + * @example US + */ + origin_country?: string; + }[]; + /** + * @description An array of objects that denote the countries involved in the film’s production. + * @example [ + * { + * "iso_3166_1": "US", + * "name": "United States of America" + * } + * ] + */ + production_countries?: { + /** + * @description ISO 639-1 code for the language. + * @example US + */ + iso_3166_1?: string; + /** + * @description The country where the production of the movie took place. + * @example United States of America + */ + name?: string; + }[]; + /** + * @description The official release date of the movie. + * @example 2024-11-05 + */ + release_date?: string; + /** + * @description The total gross revenue generated by the movie, measured in US dollars (here, $435,417,355). + * @example 435417355 + */ + revenue?: number; + /** + * @description The total run time of the movie, expressed in minutes. + * @example 148 + */ + runtime?: number; + /** + * @description An array of objects representing the languages spoken in the movie. + * @example [ + * { + * "english_name": "English", + * "iso_639_1": "en", + * "name": "English" + * } + * ] + */ + spoken_languages?: { + /** + * @description English name of the language. + * @example English + */ + english_name?: string; + /** + * @description ISO 639-1 code for the language. + * @example en + */ + iso_639_1?: string; + /** + * @description Name of the language in its native form. + * @example English + */ + name?: string; + }[]; + /** + * @description The current release status of the movie. + * @example Released + */ + status?: string; + /** + * @description A brief, catchy phrase or slogan that helps promote the movie. + * @example Prepare to be entertained. + */ + tagline?: string; + /** + * @description The title of the movie as it is officially known. + * @example Gladiator II + */ + title?: string; + /** + * @description A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + * @example false + */ + video?: boolean; + /** + * @description The average rating that the movie has received from viewers, usually on a scale from 1 to 10. + * @example 6.8 + */ + vote_average?: number; + /** + * @description The total number of votes or ratings submitted for the movie. + * @example 1875 + */ + vote_count?: number; + }; + }; + }; + }; + }; + accountStates: { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id?: string; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description New Request */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This indicates whether the user has marked this movie as a favorite. A value of false means the movie is not currently a favorite for the user. + * @example false + */ + favorite?: boolean; + /** + * @description This is the unique identifier for the movie within the database. + * @example 558449 + */ + id?: number; + /** + * @description This signifies whether the user has rated this movie. A value of false suggests that the user has not provided a rating for the movie. + * @example false + */ + rated?: boolean; + /** + * @description This shows whether the user has added the movie to their watchlist. A value of false indicates that the movie is not on the user's watchlist. + * @example false + */ + watchlist?: boolean; + }; + }; + }; + }; + }; + alternativeTitles: { + parameters: { + query?: { + /** @description This parameter allows you to specify an ISO-3166-1 code. By including this parameter, you can filter the results to show alternative titles for the specified movie that are recognized in that particular country. */ + country?: string; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description alternative titles */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This is a unique identifier for the movie. + * @example 558449 + */ + id?: number; + /** + * @description An array containing alternative titles for the movie in various countries. + * @example [ + * { + * "iso_3166_1": "US", + * "title": "Gladiator 2", + * "type": "" + * }, + * { + * "iso_3166_1": "IT", + * "title": "Il gladiatore 2", + * "type": "provisional title" + * }, + * { + * "iso_3166_1": "IL", + * "title": "גלדיאטור 2", + * "type": "" + * }, + * { + * "iso_3166_1": "TR", + * "title": "Gladyatör II", + * "type": "" + * }, + * { + * "iso_3166_1": "TR", + * "title": "Gladyatör 2", + * "type": "" + * }, + * { + * "iso_3166_1": "BG", + * "title": "Гладиатор II", + * "type": "" + * }, + * { + * "iso_3166_1": "KR", + * "title": "글래디에이터 2", + * "type": "" + * }, + * { + * "iso_3166_1": "AZ", + * "title": "Qladiator II", + * "type": "" + * }, + * { + * "iso_3166_1": "US", + * "title": "GladiatorⅡ", + * "type": "" + * }, + * { + * "iso_3166_1": "JP", + * "title": "グラディエーターII 英雄を呼ぶ声", + * "type": "" + * }, + * { + * "iso_3166_1": "HK", + * "title": "帝國驕雄 2", + * "type": "" + * }, + * { + * "iso_3166_1": "US", + * "title": "GladIIator", + * "type": "" + * }, + * { + * "iso_3166_1": "BR", + * "title": "Gladiador 2", + * "type": "" + * }, + * { + * "iso_3166_1": "CN", + * "title": "角斗士2", + * "type": "" + * }, + * { + * "iso_3166_1": "KR", + * "title": "글래디에이터Ⅱ", + * "type": "" + * }, + * { + * "iso_3166_1": "KR", + * "title": "글래디에이터 II", + * "type": "" + * }, + * { + * "iso_3166_1": "AM", + * "title": "Գլադիատոր 2", + * "type": "" + * }, + * { + * "iso_3166_1": "CA", + * "title": "Gladiateur II", + * "type": "" + * } + * ] + */ + titles?: { + /** + * @description The ISO 3166-1 alpha-2 code for the country where the title is used. + * @example US + */ + iso_3166_1?: string; + /** + * @description The title of the movie in a country + * @example Gladiator 2 + */ + title?: string; + /** + * @description Indicates the nature of the title. A blank string usually signifies a standard alternative title without any qualifications. + * @example + */ + type?: string; + }[]; + }; + }; + }; + }; + }; + changes: { + parameters: { + query?: { + /** @description It specifies what date you want the results to start from */ + start_date?: components["parameters"]["start_date"]; + /** @description This indicates the end of the date range for the data you want to retrieve */ + end_date?: components["parameters"]["end_date"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description changes */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description An array of changes made to a movie's details, categorized by the type of change. + * @example [ + * { + * "items": [ + * { + * "action": "added", + * "id": "6775db1d194b5816d7614a4b", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 00:17:33 UTC", + * "value": { + * "poster": { + * "file_path": "/jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg" + * } + * } + * }, + * { + * "action": "updated", + * "id": "6775db30194b5816d7614a54", + * "iso_3166_1": "", + * "iso_639_1": "en", + * "original_value": { + * "poster": { + * "file_path": "/jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 00:17:52 UTC", + * "value": { + * "poster": { + * "file_path": "/jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg", + * "iso_639_1": "en" + * } + * } + * }, + * { + * "action": "added", + * "id": "677685bc2efbf3b41d92ceac", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 12:25:32 UTC", + * "value": { + * "title_logo": { + * "file_path": "/oOR5k82yzBJ6OIFVrVV47eHn7Lk.png" + * } + * } + * }, + * { + * "action": "updated", + * "id": "677685c70f248e850812f653", + * "iso_3166_1": "", + * "iso_639_1": "pt", + * "original_value": { + * "title_logo": { + * "file_path": "/oOR5k82yzBJ6OIFVrVV47eHn7Lk.png", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 12:25:43 UTC", + * "value": { + * "title_logo": { + * "file_path": "/oOR5k82yzBJ6OIFVrVV47eHn7Lk.png", + * "iso_639_1": "pt" + * } + * } + * }, + * { + * "action": "added", + * "id": "6776e19405c46ab3fc931822", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 18:57:24 UTC", + * "value": { + * "poster": { + * "file_path": "/Fj7aQbGG5FJ7WAEJkycwi8nZqC.jpg" + * } + * } + * }, + * { + * "action": "added", + * "id": "677705f31a2df59ad374854e", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 21:32:35 UTC", + * "value": { + * "poster": { + * "file_path": "/lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg" + * } + * } + * }, + * { + * "action": "added", + * "id": "677705f31a2df59ad3748552", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 21:32:35 UTC", + * "value": { + * "poster": { + * "file_path": "/7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg" + * } + * } + * }, + * { + * "action": "added", + * "id": "677705f4b55ff939be66776d", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 21:32:36 UTC", + * "value": { + * "poster": { + * "file_path": "/qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg" + * } + * } + * }, + * { + * "action": "updated", + * "id": "677705fa6d7ca00e78723d5a", + * "iso_3166_1": "", + * "iso_639_1": "fr", + * "original_value": { + * "poster": { + * "file_path": "/qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 21:32:42 UTC", + * "value": { + * "poster": { + * "file_path": "/qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg", + * "iso_639_1": "fr" + * } + * } + * }, + * { + * "action": "updated", + * "id": "677705fd6d7ca00e78723d5f", + * "iso_3166_1": "", + * "iso_639_1": "fr", + * "original_value": { + * "poster": { + * "file_path": "/7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 21:32:45 UTC", + * "value": { + * "poster": { + * "file_path": "/7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg", + * "iso_639_1": "fr" + * } + * } + * }, + * { + * "action": "updated", + * "id": "677706016d7ca00e78723d60", + * "iso_3166_1": "", + * "iso_639_1": "fr", + * "original_value": { + * "poster": { + * "file_path": "/lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 21:32:49 UTC", + * "value": { + * "poster": { + * "file_path": "/lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg", + * "iso_639_1": "fr" + * } + * } + * } + * ], + * "key": "images" + * }, + * { + * "items": [ + * { + * "action": "deleted", + * "id": "6775f9d9f6fa01a2aa613844", + * "iso_3166_1": "", + * "iso_639_1": "", + * "original_value": { + * "group": "tones", + * "id": 200918, + * "name": "angry" + * }, + * "time": "2025-01-02 02:28:41 UTC" + * } + * ], + * "key": "plot_keywords" + * }, + * { + * "items": [ + * { + * "action": "added", + * "id": "67771f4515521f83d9667cb9", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "time": "2025-01-02 23:20:37 UTC", + * "value": { + * "id": "67771f4515521f83d9667cb8", + * "key": "_ZBYN01c7OM", + * "name": "Gladiator II | 20 Years of Making a Sequel (EXCLUSIVE Behind the Scenes) | Paramount Movies", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * } + * }, + * { + * "action": "updated", + * "id": "67771f5225e0e91c57748a1b", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "original_value": { + * "id": "67771f4515521f83d9667cb8", + * "key": "_ZBYN01c7OM", + * "name": "Gladiator II | 20 Years of Making a Sequel (EXCLUSIVE Behind the Scenes) | Paramount Movies", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * "time": "2025-01-02 23:20:50 UTC", + * "value": { + * "id": "67771f4515521f83d9667cb8", + * "key": "_ZBYN01c7OM", + * "name": "20 Years of Making a Sequel - Exclusive Behind the Scenes", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * } + * } + * ], + * "key": "videos" + * } + * ] + */ + changes?: { + /** @example [ + * { + * "action": "added", + * "id": "6775db1d194b5816d7614a4b", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 00:17:33 UTC", + * "value": { + * "poster": { + * "file_path": "/jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg" + * } + * } + * }, + * { + * "action": "updated", + * "id": "6775db30194b5816d7614a54", + * "iso_3166_1": "", + * "iso_639_1": "en", + * "original_value": { + * "poster": { + * "file_path": "/jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 00:17:52 UTC", + * "value": { + * "poster": { + * "file_path": "/jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg", + * "iso_639_1": "en" + * } + * } + * }, + * { + * "action": "added", + * "id": "677685bc2efbf3b41d92ceac", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 12:25:32 UTC", + * "value": { + * "title_logo": { + * "file_path": "/oOR5k82yzBJ6OIFVrVV47eHn7Lk.png" + * } + * } + * }, + * { + * "action": "updated", + * "id": "677685c70f248e850812f653", + * "iso_3166_1": "", + * "iso_639_1": "pt", + * "original_value": { + * "title_logo": { + * "file_path": "/oOR5k82yzBJ6OIFVrVV47eHn7Lk.png", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 12:25:43 UTC", + * "value": { + * "title_logo": { + * "file_path": "/oOR5k82yzBJ6OIFVrVV47eHn7Lk.png", + * "iso_639_1": "pt" + * } + * } + * }, + * { + * "action": "added", + * "id": "6776e19405c46ab3fc931822", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 18:57:24 UTC", + * "value": { + * "poster": { + * "file_path": "/Fj7aQbGG5FJ7WAEJkycwi8nZqC.jpg" + * } + * } + * }, + * { + * "action": "added", + * "id": "677705f31a2df59ad374854e", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 21:32:35 UTC", + * "value": { + * "poster": { + * "file_path": "/lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg" + * } + * } + * }, + * { + * "action": "added", + * "id": "677705f31a2df59ad3748552", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 21:32:35 UTC", + * "value": { + * "poster": { + * "file_path": "/7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg" + * } + * } + * }, + * { + * "action": "added", + * "id": "677705f4b55ff939be66776d", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-02 21:32:36 UTC", + * "value": { + * "poster": { + * "file_path": "/qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg" + * } + * } + * }, + * { + * "action": "updated", + * "id": "677705fa6d7ca00e78723d5a", + * "iso_3166_1": "", + * "iso_639_1": "fr", + * "original_value": { + * "poster": { + * "file_path": "/qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 21:32:42 UTC", + * "value": { + * "poster": { + * "file_path": "/qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg", + * "iso_639_1": "fr" + * } + * } + * }, + * { + * "action": "updated", + * "id": "677705fd6d7ca00e78723d5f", + * "iso_3166_1": "", + * "iso_639_1": "fr", + * "original_value": { + * "poster": { + * "file_path": "/7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 21:32:45 UTC", + * "value": { + * "poster": { + * "file_path": "/7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg", + * "iso_639_1": "fr" + * } + * } + * }, + * { + * "action": "updated", + * "id": "677706016d7ca00e78723d60", + * "iso_3166_1": "", + * "iso_639_1": "fr", + * "original_value": { + * "poster": { + * "file_path": "/lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-02 21:32:49 UTC", + * "value": { + * "poster": { + * "file_path": "/lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg", + * "iso_639_1": "fr" + * } + * } + * } + * ] */ + items?: { + /** + * @description Specifies the type of operation that was performed; added, updated, or deleted. + * @example added + */ + action?: string; + /** + * @description A unique identifier for the specific change entry. + * @example 6775db1d194b5816d7614a4b + */ + id?: string; + /** + * @description A country code (ISO 3166-1) representing the country of the specific change, if applicable. + * @example + */ + iso_3166_1?: string; + /** + * @description A language code (ISO 639-1) representing the language of the specific change, if applicable. + * @example + */ + iso_639_1?: string; + original_value?: { + poster?: { + /** + * @description The path to the image file on the server. + * @example /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + */ + file_path?: string; + /** @example null */ + iso_639_1?: unknown; + }; + title_logo?: { + /** + * @description The path to the image file on the server. + * @example /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + */ + file_path?: string; + /** @example null */ + iso_639_1?: unknown; + }; + }; + /** @example 2025-01-02 00:17:33 UTC */ + time?: string; + value?: { + poster?: { + /** + * @description The path to the image file on the server. + * @example /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + */ + file_path?: string; + /** + * @description The ISO 639-1 code representing the language of the image. + * @example en + */ + iso_639_1?: string; + }; + title_logo?: { + /** + * @description The path to the image file on the server. + * @example /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + */ + file_path?: string; + /** + * @description The ISO 639-1 code representing the language of the image. + * @example pt + */ + iso_639_1?: string; + }; + }; + }[]; + /** + * @description Indicates the type of change being reported. Common keys include images, plot_keywords, and videos. + * @example images + */ + key?: string; + }[]; + }; + }; + }; + }; + }; + externalIds: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description external ids */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This is the identifier for the movie's official Facebook page. + * @example GladiatorMovie + */ + facebook_id?: string; + /** + * @description This is a unique identifier for a movie within the database. + * @example 558449 + */ + id?: number; + /** + * @description This is the unique identifier for the movie on IMDb (Internet Movie Database). It's used for retrieving detailed information about the movie from IMDb. + * @example tt9218128 + */ + imdb_id?: string; + /** + * @description This is the identifier for the official Instagram account associated with the movie. + * @example gladiatormovie + */ + instagram_id?: string; + /** + * @description This identifier refers to the movie's official Twitter account. + * @example GladiatorMovie + */ + twitter_id?: string; + /** + * @description This identifier points to the movie's entry in Wikidata, a free and open knowledge base. + * @example Q115789958 + */ + wikidata_id?: string; + }; + }; + }; + }; + }; + images2: { + parameters: { + query?: { + /** @description This filter and specify the languages of the images (such as backdrops, posters, and logos) that are returned in the response. It accepts a comma-separated list of ISO-639-1 language codes. */ + include_image_language?: string; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** + * @description This array contains images that serve as the background image associated with a movie. + * @example [ + * { + * "aspect_ratio": 1.778, + * "file_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 5.928, + * "vote_count": 14, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/4hvK1uenpT7VVClzoNqXanvgdjX.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 5.778, + * "vote_count": 9, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/8mjYwWT50GkRrrRdyHzJorfEfcl.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 5.616, + * "vote_count": 26, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/tdfhohunNwgMTfWxmSWmLoJWk4H.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 5.25, + * "vote_count": 16, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/huXiPrdGqnxVv9R8os1xrvul4xA.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 4.722, + * "vote_count": 9, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/vfI2n6NmEHIT38LrTsR22pcCiGV.jpg", + * "height": 1125, + * "iso_639_1": null, + * "vote_average": 4.3, + * "vote_count": 10, + * "width": 2000 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/5i2JguWeH2wn0RtPsdWuCM0A3EJ.jpg", + * "height": 2160, + * "iso_639_1": "he", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/oNpwaWkITEGGlrzPoq6aoGh34PU.jpg", + * "height": 1125, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/rJTbRtDOpy0Of1Tyw2zMdq1loMf.jpg", + * "height": 2160, + * "iso_639_1": "he", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/253lYITeE9pJEr9f36dr0iXb79O.jpg", + * "height": 800, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1422 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/5Y3Y0wEh7cToBl9ljslx02xwO8Z.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 3.214, + * "vote_count": 14, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/xGv28mcf8vdFttD0KgI5GnDDlkG.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/bHeUgZKqduubnNl8GshjrpHS9lF.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/uR9M6nOXTigDq64upoBzr23X3ag.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/tOqIwliWMovSIZ9DyvHcHI7p2im.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/55kzdqKC7hmKv3bx654Qpp5RtGG.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/aWLDaVhnWRkkgwG8LPqwKGsjL2a.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/eys9taPcuaPrb4MaDNkVjVJpSOS.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ntjmlOQpTNJSslz6jQkJD1MZr4X.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.714, + * "vote_count": 7, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/5TT0aN864ynfWO1iEnET4RRyVBi.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.714, + * "vote_count": 7, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/p451JlaQ1Xihj9Jn48JEH3y9N0C.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.714, + * "vote_count": 7, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/e0xnvkG0nZjEfvREuhgFekJZmQr.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.714, + * "vote_count": 7, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/qoZHK7EVaO70jaucJYEvI1tGqRh.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.714, + * "vote_count": 7, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/A4SDLzUM9RJVdQc3gWOX4epGLM7.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/i1m4y6iMzPrvRdQc5YMKJ5nyeOP.jpg", + * "height": 2025, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3600 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/vAItJF3RpCb4xduODQ8GdjyGsrI.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/rvtktpfnLOMXVLDB5JVL5s9OhIR.jpg", + * "height": 1440, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 2560 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/o4CiVz1S6zb1l5sp0pxMie6HDP4.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/5Qugp4wxEL6S834swNj5bD2kWso.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/pHNT5tMeSeYMfSprUyQC9klQ6dr.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/xoKqzCAfo4q4N8QKAr4iRuzpG2T.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/gSYD8YgPx1D8cNMAn9ax0g8k88x.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/3isD2wjJ8WPS60WnN83Uvgo0xda.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/7NhsCr480Sixltnvamd7WMGcpQ2.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/l3B9ZeZZYfEdePIJjzvDYqDzeLV.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/7lHLIdYSKnNkdo0VzEUhfG0Ymn5.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/gEzJv1hchzjrdQ2cHlnA23yUCd7.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ceXdME7hutZdxOWdoX0VGzurF34.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/3fhfGexgMMAOkw9CVNjuOuvRxJr.jpg", + * "height": 1800, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 3200 + * }, + * { + * "aspect_ratio": 1.775, + * "file_path": "/238GWWAhGpAzqpEIjEyd3qMtJn7.jpg", + * "height": 721, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/xMwXGQRzpHNxDQyr9wnIqPvLzJ6.jpg", + * "height": 1228, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 2183 + * }, + * { + * "aspect_ratio": 1.777, + * "file_path": "/gt3gTrjsPbGo2LH8Rbv524UT15x.jpg", + * "height": 844, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1500 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/aQ5qRIqneDWKyi3twKu8fR4uXvL.jpg", + * "height": 1602, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 2848 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/koD1vVVL8WxA9helcHDhTT1bu4C.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/TGZv2fzhlRcSHmEWJQi4CYB6tC.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/8dZmp4Xi9L4vbqaPasVHCtCGaZs.jpg", + * "height": 1596, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2837 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/dOYopUk1MIsUPoMkluY8kLIlfvL.jpg", + * "height": 1064, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1892 + * }, + * { + * "aspect_ratio": 1.775, + * "file_path": "/hwKEwGDfaDuqJ7dRRLBfHzntYqX.jpg", + * "height": 721, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.777, + * "file_path": "/xrKlhn8YNDJOevWa1QhPI09HTlI.jpg", + * "height": 1231, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2188 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/wOAn5dJo9uAkbjPvcVLH0XPFoB1.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/piKam6tEDCuj7RMIX2kM1Hk34tE.jpg", + * "height": 1224, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2176 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/7kRjIHNZS2NWn6k3VDPKUe5vkNu.jpg", + * "height": 1440, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2560 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/7rg8iLWYjaJRBC1f2z4PPKzGvH1.jpg", + * "height": 1440, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2560 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/whYBMM7BwNAoGDSQpNMOBmQHLIO.jpg", + * "height": 1236, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2198 + * }, + * { + * "aspect_ratio": 1.779, + * "file_path": "/xu9nnLJITe6FwdWYePkpE5bIsYy.jpg", + * "height": 720, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1281 + * }, + * { + * "aspect_ratio": 1.777, + * "file_path": "/cldVn1ilz5lR9H0aCJNPihCnZMu.jpg", + * "height": 773, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1374 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/6gucA0ALtq0BKLehy9nug5YTf4g.jpg", + * "height": 720, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/wu2vZDCU6kALyNh4fZEGbkTAq74.jpg", + * "height": 2160, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/tdNzEFkWd8LbHgj2S2hFqfaIimT.jpg", + * "height": 1080, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/66BRnT0yAk4NIfg1eYrfkUAo5Ob.jpg", + * "height": 720, + * "iso_639_1": "ka", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/qzR37GAmcuRuTKbM5OdfeCb5qgH.jpg", + * "height": 2160, + * "iso_639_1": "pt", + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/2mbURZA7PXPsZQ8ddirfrGDcT2K.jpg", + * "height": 1080, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/6CUIlUwtcRUeNZ6ucSv0irf4hJW.jpg", + * "height": 1080, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/e71BRC7iapxU6HQzC97Q5w9piG9.jpg", + * "height": 2160, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/oMJBJZ5N4J84Z56B6oYNc77C1wL.jpg", + * "height": 1080, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ntIJnv6XoPBuq11GBYx4PhU7WCi.jpg", + * "height": 2160, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/hPfAXIltU9Hxkh9uUEnNxXAJXjo.jpg", + * "height": 720, + * "iso_639_1": "pt", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ahjCpAdaAHXutS4RXV2duyH7nTt.jpg", + * "height": 1080, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/eit6F8VC4IVFoTsaxD1kOTb8Avj.jpg", + * "height": 1080, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/fLeDZMX25FdsodjyZDzPZzDUKVq.jpg", + * "height": 2160, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * } + * ] + */ + backdrops?: { + /** + * @description The aspect ratio of the backdrops image (width/height). + * @example 1.778 + */ + aspect_ratio?: number; + /** + * @description The relative path to the backdrops image file on the server. + * @example /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + */ + file_path?: string; + /** + * @description The height of the backdrops image in pixels. + * @example 2160 + */ + height?: number; + /** + * @description The ISO 639-1 language code that specifies the language of the backdrops image + * @example null + */ + iso_639_1?: string | null; + /** + * @description The average rating of the backdrops image. + * @example 5.928 + */ + vote_average?: number; + /** + * @description The number of votes that have been cast for the backdrops image. + * @example 14 + */ + vote_count?: number; + /** + * @description The width of the backdrops image in pixels. + * @example 3840 + */ + width?: number; + }[]; + /** + * @description A unique identifier for the image object + * @example 558449 + */ + id?: number; + /** + * @description This array contains images that represent the logo of the movie. + * @example [ + * { + * "aspect_ratio": 2.75, + * "file_path": "/jREsBZjAI6721S1GWLOtWcyTdzz.png", + * "height": 3328, + * "iso_639_1": "zh", + * "vote_average": 6.722, + * "vote_count": 6, + * "width": 9151 + * }, + * { + * "aspect_ratio": 4.196, + * "file_path": "/jwXk1c2esVoEzVLplPiQubNVyFC.png", + * "height": 1029, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 3, + * "width": 4318 + * }, + * { + * "aspect_ratio": 5.142, + * "file_path": "/2diGXHhY8lFUyI6aojw1X7ihsHc.png", + * "height": 839, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 4314 + * }, + * { + * "aspect_ratio": 5.142, + * "file_path": "/ezSmUBCgf3Y0HqxqnZ9ZEQ4xDN8.png", + * "height": 839, + * "iso_639_1": "de", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 4314 + * }, + * { + * "aspect_ratio": 2.978, + * "file_path": "/ryIKwhrRAIs9Q6IeiBEzYGRTSFH.png", + * "height": 1295, + * "iso_639_1": "zh", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 3856 + * }, + * { + * "aspect_ratio": 3.963, + * "file_path": "/aMwuVpXTWCZpEHoay4RZmtEj18w.png", + * "height": 269, + * "iso_639_1": "ja", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1066 + * }, + * { + * "aspect_ratio": 4.944, + * "file_path": "/ncAexbdH8rDpJh4FAgLjOZZLgZR.png", + * "height": 213, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1053 + * }, + * { + * "aspect_ratio": 4.268, + * "file_path": "/phliRHzrDQapwqLFKuCDDNDYbXH.png", + * "height": 440, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1878 + * }, + * { + * "aspect_ratio": 4.261, + * "file_path": "/guSZIGJtBLuPSxITUw2uFsNJrYq.png", + * "height": 161, + * "iso_639_1": "pt", + * "vote_average": 0, + * "vote_count": 0, + * "width": 686 + * }, + * { + * "aspect_ratio": 3.685, + * "file_path": "/oZiOJIMEwdLw8ILZALpmDNHT4sA.png", + * "height": 1171, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 4315 + * }, + * { + * "aspect_ratio": 2.251, + * "file_path": "/ebg4x9eWt8KPQX1qlUdyxTmL75x.png", + * "height": 1791, + * "iso_639_1": "cn", + * "vote_average": 0, + * "vote_count": 0, + * "width": 4031 + * }, + * { + * "aspect_ratio": 3.964, + * "file_path": "/3YctpOZ1RFkyOioCTqOwUZC6zLx.png", + * "height": 504, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1998 + * }, + * { + * "aspect_ratio": 8.351, + * "file_path": "/pHEm1QX51jIvpJHxKQUMuT8aiiw.png", + * "height": 479, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 4000 + * }, + * { + * "aspect_ratio": 3.684, + * "file_path": "/gVKDzFe1s8RhyaAZ9u1SHMGIs7B.png", + * "height": 1172, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 4318 + * }, + * { + * "aspect_ratio": 4.174, + * "file_path": "/erdYsIufsFfGqivBmLnEyvEAu1d.png", + * "height": 1026, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 4283 + * }, + * { + * "aspect_ratio": 4.245, + * "file_path": "/oOR5k82yzBJ6OIFVrVV47eHn7Lk.png", + * "height": 106, + * "iso_639_1": "pt", + * "vote_average": 0, + * "vote_count": 0, + * "width": 450 + * } + * ] + */ + logos?: { + /** + * @description The aspect ratio of the logo image. + * @example 2.75 + */ + aspect_ratio?: number; + /** + * @description The relative path to the logo image file on the server. + * @example /jREsBZjAI6721S1GWLOtWcyTdzz.png + */ + file_path?: string; + /** + * @description The height of the logo image in pixels + * @example 3328 + */ + height?: number; + /** + * @description The ISO 639-1 language code that specifies the language of the logo image. + * @example zh + */ + iso_639_1?: string; + /** + * @description The average rating of the logo image. + * @example 6.722 + */ + vote_average?: number; + /** + * @description The number of votes that have been cast for the logo image. + * @example 6 + */ + vote_count?: number; + /** + * @description The width of the logo image in pixels. + * @example 9151 + */ + width?: number; + }[]; + /** + * @description This array contains promotional images for the movie, usually designed to attract viewers. + * @example [ + * { + * "aspect_ratio": 0.667, + * "file_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 5.53, + * "vote_count": 34, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.699, + * "file_path": "/b5UXjzW5cLZhprMnlAmsVAA3G4t.jpg", + * "height": 2048, + * "iso_639_1": "ko", + * "vote_average": 10, + * "vote_count": 5, + * "width": 1432 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dARTCpnHY0R0B28j5q5ynq7erua.jpg", + * "height": 2400, + * "iso_639_1": "tr", + * "vote_average": 10, + * "vote_count": 4, + * "width": 1600 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/swjNWFBiejiGxWwzI6HFSigXWYe.jpg", + * "height": 3000, + * "iso_639_1": "tr", + * "vote_average": 10, + * "vote_count": 5, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qfvUTepUYvDeNo4bxwiwsACfmwe.jpg", + * "height": 3000, + * "iso_639_1": "tr", + * "vote_average": 10, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.699, + * "file_path": "/c9gdMDpnJft75uMxBzOnECHsRPQ.jpg", + * "height": 1287, + * "iso_639_1": "ko", + * "vote_average": 7.19, + * "vote_count": 7, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/f54mzACTFdiAxnQ30BK4GjrKzyn.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 6.834, + * "vote_count": 33, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3d52MgDuO1QNR5oVpBsdQv5JX8.jpg", + * "height": 2700, + * "iso_639_1": "en", + * "vote_average": 6.312, + * "vote_count": 8, + * "width": 1800 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/kXmpB6xDj34l03s8YG4gFIF1Rgl.jpg", + * "height": 2048, + * "iso_639_1": "en", + * "vote_average": 5.778, + * "vote_count": 9, + * "width": 1383 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/PulIVB3W999oXG6fzrwkzaX6Ze.jpg", + * "height": 2492, + * "iso_639_1": "zh", + * "vote_average": 5.778, + * "vote_count": 9, + * "width": 1682 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/dokohxZXncGAhsmg4elINNTI49M.jpg", + * "height": 2963, + * "iso_639_1": "zh", + * "vote_average": 5.25, + * "vote_count": 8, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/r4bIQrxPpELjar0C4CPopgowAdO.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 4.3, + * "vote_count": 15, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/wVUpl4S22QuUxt3iVQB8J4RNjz7.jpg", + * "height": 1346, + * "iso_639_1": "en", + * "vote_average": 3.954, + * "vote_count": 11, + * "width": 897 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/ghi5oHyTeH3qmJcaprY83DL1tOb.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dz0BpOyup2GPWzGjztAtJzWFWS4.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/xI9yNCzDIaZ5k5ejCWYXRwN7w1n.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/iYFEnAfzcacwT2YiFOAGW2SBmuG.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/aHbw2eEdFAc0Co03nhT0CRlsFF0.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/o9UOrTwGNrcq5iqDk9iGQmOJive.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rYRcXRNul9jiqxaQI6XDjxtpj3q.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/vvmqDGuQSMxYrM0hHn78TtqWrg2.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ftY2O6SpfDDBBQahZeePK1yw2ny.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gg3tKeN7eDCuPeliWjguHKLKhAU.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/noKwpBKiKzi3y2OcF42wgoT8QLp.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/51PMHA2fYPyHrsDwrhpvxc176tT.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7nu6olKLmlacEurlL0nk66DVMD4.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/i9pSXGiyjZNmOABo7a1kG6Myo22.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/664QOigXUGdSyTWVHg1kambZy2E.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5o84ymC1G5M1AJb8x52vyx8Ya1K.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/upI1fBBQp6NAmov9FHwmY3dAYuK.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/o5JniSw7vAnUJdIwMZQEuXj8T8h.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/v2naGeIbdjm1ZS3LFYMkEChNglv.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/n7NavQHy48vuAjXaFcaGCQ3E0o4.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/jpS7IfwW5jXEdhckdD0BKRbHlJ9.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7IOMFZF9nUprIy2jr2B9d02laWv.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/JfEDrH4QObfVvFtnqzZfkUp9x4.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5AXGJX4pZiWTOhH9mYqwzImA51r.jpg", + * "height": 1500, + * "iso_639_1": "ka", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yLL5yCd1kkbUFMArTPPr0atrife.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/9HcrORwot9z4huGmav2hxDUv08m.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/bAihxBMmSgrHJKahVX7l7lNv7aO.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zuPCUbdgcpuQqYdxNzUrYLH7AeR.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3cyB4THF7J780Mq2JPOazKWU3gr.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/abi0JXDLTZjntXwUZ7SHyyFJVA7.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.7, + * "file_path": "/nVc6x2e68BwOifYcM7owtwHth1l.jpg", + * "height": 2857, + * "iso_639_1": "ca", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nOjIxy29fpVTirwG4zlAxNzfw8q.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/As9P4NgfpYAZzs54uVetvL6qyeK.jpg", + * "height": 750, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 500 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zorlLz9vGTMilsJMr8XqeaxKZ08.jpg", + * "height": 750, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 500 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/pTwQqNicNllLxKuaMsFaJnBhUlB.jpg", + * "height": 1500, + * "iso_639_1": "ka", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yFnWrK5bVGMKvLWB0Hkf6L9LHNf.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tu0m0CEwcdO3DI2WwSkBWgT3l5w.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 3, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/l9fOolnUmwZiiW0LtOg4KMF0xEQ.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/geOz6jnXvI9agOXJfzsWYmllrPJ.jpg", + * "height": 3000, + * "iso_639_1": "bg", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/342bly9MqveL65TnEFzx8TTUxcL.jpg", + * "height": 3000, + * "iso_639_1": "pt", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dsopfD3XEZ1syOTll87AeL5nQWj.jpg", + * "height": 1500, + * "iso_639_1": "he", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/yp35ncuaGl9TTIWEJBJpefSgHcF.jpg", + * "height": 2963, + * "iso_639_1": "el", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ynYHIxwPMIvNRTIpK9lz2YkhsR9.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7KGr2OivGDnlzHtpaxGv84HUiyX.jpg", + * "height": 3000, + * "iso_639_1": "ja", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.75, + * "file_path": "/pccTRPWItUoBqnFuzq9ErKwgU7I.jpg", + * "height": 1600, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.672, + * "file_path": "/w6duejqRxsIPbgc6w0PTW0U5eUy.jpg", + * "height": 2197, + * "iso_639_1": "ro", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1476 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zg8POUOo87WNk67zUdqCbMhRp2q.jpg", + * "height": 3000, + * "iso_639_1": "sk", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6S6Bd1JS4p4SlLe64uJiKv5tI1e.jpg", + * "height": 1200, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 3, + * "width": 800 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/fbcs5AxrdXwyj1b8bGGMgC9kXrM.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gGnSGohHWvXjQkpG1CNPYrPUvmO.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6N7F1Ga9m0CTHziA2Fs7BQczaKZ.jpg", + * "height": 3000, + * "iso_639_1": "ru", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/sUnGXbEdXlgHlK3EkmB5w2NiLlc.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/chnuw5cQMzbrGTK2F7bPUDdmyQF.jpg", + * "height": 3000, + * "iso_639_1": "it", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ml5KqUtvpqQMtDdpcvUTUEWPkiE.jpg", + * "height": 3000, + * "iso_639_1": "de", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1c2tDQqPSSk6woq0MsyFl2mAZWy.jpg", + * "height": 3000, + * "iso_639_1": "de", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/viSyJo6GaiRj8KHerQjnuYDbzhp.jpg", + * "height": 1350, + * "iso_639_1": "en", + * "vote_average": 3.214, + * "vote_count": 14, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.677, + * "file_path": "/dwqNuKFOKj6w4fM4NILaC3z9FKN.jpg", + * "height": 1596, + * "iso_639_1": "en", + * "vote_average": 3.034, + * "vote_count": 15, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/hEW6tMHTVvxTqBaY2VjZY2USmPf.jpg", + * "height": 2048, + * "iso_639_1": "ko", + * "vote_average": 2.542, + * "vote_count": 4, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/s5YviCAQnvybud7mBjAz4SQJ95S.jpg", + * "height": 2100, + * "iso_639_1": "tr", + * "vote_average": 2.542, + * "vote_count": 4, + * "width": 1400 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qOc0W4SdaFBxloZ2rmWsRrvjhKq.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 2.542, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/h2DREh45ZIlPA5rgmqWRlhwdsTQ.jpg", + * "height": 2700, + * "iso_639_1": "en", + * "vote_average": 2.542, + * "vote_count": 4, + * "width": 1800 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/6Ckp9ymBNRosUcRxy9zkYeH6er6.jpg", + * "height": 2048, + * "iso_639_1": "ko", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/lCarWPJcLgY0JjYmEX3NSkVXduu.jpg", + * "height": 2048, + * "iso_639_1": "ko", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/psMzQHYcEk7nfdlkmXXT6xA0KNm.jpg", + * "height": 2048, + * "iso_639_1": "ko", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/iRty8gHtVCXejLK4LllEz8Cr3Ve.jpg", + * "height": 2048, + * "iso_639_1": "ko", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/sVjZtgtB49XlJPjvxfPG8t3Uwge.jpg", + * "height": 2048, + * "iso_639_1": "ko", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/7VCTbQWRpnL16d2Th4W28Hpe2vV.jpg", + * "height": 2048, + * "iso_639_1": "ko", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5OzMPFoEADPpqhmEvaTmb6tif64.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/zPgtb2IaAvBF6c8KTcfVWqY3kNB.jpg", + * "height": 1500, + * "iso_639_1": "ko", + * "vote_average": 2.066, + * "vote_count": 5, + * "width": 1012 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6Mlv9m4bKMu4UBZxVS9dh2kaGiY.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6BdM97ubpoaFRoLJdaXdRMhSF45.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rEkgnB3ZfrIOREm8YzsZr2mf2HG.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nPWyJY3kR1lfO6tTPBmxcREwAp6.jpg", + * "height": 1350, + * "iso_639_1": "ko", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3nO0R6LqoNwmhrtau81eclj2R1.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/vfzIDQF0Din10nagYxpnEPDenC5.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ndsT2skvSKiWpOzy7n8fPC367VS.jpg", + * "height": 3000, + * "iso_639_1": "he", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6kxdEI3n7VutuJXQG7rZUik4D7F.jpg", + * "height": 3000, + * "iso_639_1": "ru", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/vK1sK1B3WglfgVWPn6Xj4nNsw1q.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/z1hNoGhH12ISnPzPqMOq1QLVGdu.jpg", + * "height": 1500, + * "iso_639_1": "pt", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/uT3jb2exALtaWrlhi8AMcBwvYph.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/9G83cBi0mQ6w9RpmJSzGfvU7Cm.jpg", + * "height": 3000, + * "iso_639_1": "de", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7R1EXkBAKunoG0UhZToFrnlStcp.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/aIzxE76MKjHQQSFtjPkYz9StTdQ.jpg", + * "height": 3000, + * "iso_639_1": "de", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5viXivrFuYRqztTsuTzwl3dXK16.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/uFf9QaEX5dfWxJYohacTneft6g7.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 1.562, + * "vote_count": 8, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1UJmMi7pFr96dl0OXAkFfQnc3KV.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.562, + * "vote_count": 8, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tUGVv9jJcuOqwUM2WLaH2SNm1X2.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.444, + * "vote_count": 9, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6JhGlzgmQL1xgvHGA2f5NXxcvZq.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 1.444, + * "vote_count": 6, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2SY7NhdrKc3WK5nB9mANHxylQk1.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.444, + * "vote_count": 6, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rTa9otCuUwcJKoI78SkleDUC0pH.jpg", + * "height": 1350, + * "iso_639_1": "fr", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/k1H0FZuMUEfKBuHK6Nf0THFyIxC.jpg", + * "height": 755, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 503 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2cjwAkvXkeTZeKcsaGnUxWFBif9.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/b51y1BTveencFcCMscJaT9jnAsJ.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ilFH00wkPCOXV3etjd81AvDKuRr.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/oNr6XH3D9DXK80PI5nnHTqBgNNp.jpg", + * "height": 3000, + * "iso_639_1": "ko", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/uQIx269ZAzp64iIfBmxxFe73fTt.jpg", + * "height": 1600, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 1067 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nTe86DJnUqibKu1uoznzvxkVEu.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/9ZcAYcmJgGThXi8dR68DX5byd5R.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/f0DPXGe35k7xsolb5izWGI949J7.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ivcn3nAfm7xHqN5cEpABIYiUv5F.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/v5cOBIKH9nfSkMeyOXfM4FNspoY.jpg", + * "height": 1620, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/piMZeZi09b4O0kPMfz6VnyP5PTY.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/v27SuXrY9dkC5sNUf9kG1WSqIdv.jpg", + * "height": 2964, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nuCcM1McslMVKb8F99u3QHPRA55.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/y3H3mKOlrsCTTnNtU1nt5zX9B9M.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/66N8XlJqwm0d0WkajEQlMMdNHDm.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/sAGEjJaRJAcBeTBGtWIVmnnrS9i.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8lMWOyKVetYDS5eKDPzHFP7z2uj.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3Jtt4VCVXYHia4OyjIo3sSKZDhO.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.904, + * "vote_count": 7, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/ndXQzzMiC6kaUlSCVd9BMPAsJaM.jpg", + * "height": 1300, + * "iso_639_1": "en", + * "vote_average": 0.5, + * "vote_count": 4, + * "width": 878 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/u2LADrvXAyMiBVhVoWhLi8WiXAL.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gydEah1gGAjmpi1Swj6VqPEy8MB.jpg", + * "height": 2048, + * "iso_639_1": "tr", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1366 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/l3AzuXJSb6kn7hCRVG9PVWZZFT7.jpg", + * "height": 2048, + * "iso_639_1": "ru", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8wWcs677bd5bjNHbkCPIhykPWHt.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nL0OO7MJKUuedJzpoxaULXCU4Fk.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/mmwPVN2ZRDZIXIe7jW87fENOZ1B.jpg", + * "height": 1754, + * "iso_639_1": "de", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 1169 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cqQ89k3pNBLjY0VZu6SdaAJ6lPG.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/a6j9D6SxbuEWUucQaP5FmroX2k6.jpg", + * "height": 2963, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/a9HNsptR5P33ZfVVIMgjAT3fAOA.jpg", + * "height": 2963, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/sHJzY9cS85fcL3fZ5Dg9zIltSPB.jpg", + * "height": 1350, + * "iso_639_1": "pt", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/AaC42MyCUNazYjvygSB4G2ovqJX.jpg", + * "height": 1600, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 3, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.7, + * "file_path": "/nrxtWpJsmLsaoRNFcbV1HT4csPc.jpg", + * "height": 1920, + * "iso_639_1": "ca", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1344 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/m2xd3KC0IeC5jgXJrojHRKGi9qw.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/cCmziq7GNm8G9rE3SawOwrCyQ8f.jpg", + * "height": 1600, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cJcGXUfFkgNxpbzDKZ53kMfqk3c.jpg", + * "height": 3000, + * "iso_639_1": "ms", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qbGXUQULzzQ90ujpDBlItvCKdEw.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/f6Pa2uwWEEgFIbF3wTnMR9FKFvh.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/PbR1Hqt0dSk8CfTD77OX7izLGk.jpg", + * "height": 1350, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.753, + * "file_path": "/zl9ruxSuszoMCbaJC0nHKtes6gy.jpg", + * "height": 2048, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1542 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/4alB2zsPllq7zTL6qAl9SZn98hW.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qHdT0w5y1n4dExioF5tfhMClLyB.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/pPrRrvg56TQVqRHg1yRr6aj0Dr7.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1ILRb1LrLOmyVwsbiVGN0OrBhdM.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3V0BWV45jGYlUmUYi0y2H3Ko2OO.jpg", + * "height": 1309, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 873 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/kbKZdmEAsW6EoVRNkkquobivRob.jpg", + * "height": 1920, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1296 + * }, + * { + * "aspect_ratio": 0.656, + * "file_path": "/2QtHhvTrMqrn4twVY0tCQbtswYG.jpg", + * "height": 1192, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 782 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ccycBfjmS79AyKfZLZLYM0QeESN.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ke3yE9PQBSFCCKbSbYvNVhkohW.jpg", + * "height": 1350, + * "iso_639_1": "de", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.664, + * "file_path": "/agRSsOmQSZklxlJadKJ51ymawQE.jpg", + * "height": 1929, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ey1dvTTjshv6qJBIDoAmUZbtiDD.jpg", + * "height": 1620, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/jcsL0T9bXmW6cd39LE4iP4K9ndq.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/sbLcDyS938MAr6aZJpJfKxbiOss.jpg", + * "height": 1500, + * "iso_639_1": "ka", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/aMlBZbWUvcCs4Zbm22S7of3iYhr.jpg", + * "height": 1920, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/sWmWQFGdyGJXDGo1qlt8X8QXGsw.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 675 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/55RRu0Gh7b7PBefhYsegLpM6PiI.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/jdcOxbsyoalPGhIdrD7gVmYQEXd.jpg", + * "height": 1346, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 897 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/avtYM3N8VpxFAo3c1HXXaewg0L1.jpg", + * "height": 1286, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 857 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/kGMgcXltUL9pPR7oSK0gtquknNN.jpg", + * "height": 1370, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 913 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2Mbu2CugKYwuhWW8D28FhmPIUK0.jpg", + * "height": 3000, + * "iso_639_1": "de", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.707, + * "file_path": "/gvnCbXfXQCyT6nX19MVUz7WZhVj.jpg", + * "height": 1576, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1115 + * }, + * { + * "aspect_ratio": 0.707, + * "file_path": "/lwL3pjbSuWFcKIsvgqAfjajvfv2.jpg", + * "height": 2000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1414 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/88XRpsTTo5v7diJyZOVcvcFimD0.jpg", + * "height": 2048, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1383 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/vicq7pwNR9xmuZiJkKs3vEgj0bI.jpg", + * "height": 2222, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1500 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tkxdzRokGtuuN8gTOhPdfEC2G0X.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/v1ffLD5yQqpJW1VXYy1n6sp5wgX.jpg", + * "height": 1280, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 853 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/sdpNRwKXrrDvbwtGDVBPh0rbPdt.jpg", + * "height": 3000, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/tefXocWquCU6USsxoZMqxU4QFBr.jpg", + * "height": 2048, + * "iso_639_1": "bg", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8VAkrzzxhIuJxoNnlUcLVqvLgSz.jpg", + * "height": 2048, + * "iso_639_1": "sk", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1365 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/rSHFQNSs3e9VGlKoTG4pn04Hmp3.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/8wSAgNGhcm7obFbfC3XJzxOQct7.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/4MkkU1eGwPtX2xwf3iffXsiKqPQ.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/4z2IxvZRTJYEleSqIcmJtcHZHEF.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/so2sV6dMPbU5CzH7RD3Qs23f7NH.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/uu1GEVl3muBOWazuNuQmYcMHmbt.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/nK4hHVPHQzvFF8DK8MaVcZF5kON.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/5fpLSo02jud1bGzineKOsO39o1A.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/6ums9GyhLdQN9RGpLMphh3SENu3.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/6wbeBRsKGN05L7R9nlPfaZk7jPW.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/jRgTEBevIAs5upRQX3EGY6Da8r.jpg", + * "height": 1349, + * "iso_639_1": "tr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 899 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mZ9aHW9uu9t1nUn34tfUDa8s6pR.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/eWhjhZKqLkMb08BdX81r2sdn6s1.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5hiVIaTkKPG6tjgICtCdbCWf9nB.jpg", + * "height": 1350, + * "iso_639_1": "cn", + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7he8sKD4n4Qzw1zxpwRzfFaw8xU.jpg", + * "height": 1500, + * "iso_639_1": "ja", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/hs9xAfUajxHxuRNFSXKK3FHwltD.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/n2GXi3WSz11DfPjiUI2rcirbaAh.jpg", + * "height": 1500, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rnBDV4T7XpyRBy3HHBCfpK3CKl5.jpg", + * "height": 1500, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tvDm1jXcissK8GQIXsHBUBKWMRN.jpg", + * "height": 1500, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ceaDcX1QnaRjo86lwjgHyMWz2l.jpg", + * "height": 1500, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/xdTXkwMYdYu9ABNkgAKnuR129fx.jpg", + * "height": 1500, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2c7BFny74xzpqmvJMYoEiakEUcI.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ldJcbo6hx2O0hP2oJVcYJgVGsCd.jpg", + * "height": 1350, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/kHGqNgLp63qZafvRhsCiTsyu49a.jpg", + * "height": 1407, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 938 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8qr1WkZAsENMVx3PQAtM3MBhO1X.jpg", + * "height": 1350, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ntGsOEWqKSMLyJlFxQ2WzqjiL9H.jpg", + * "height": 1350, + * "iso_639_1": "hr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/o010rnqf6sGfJzMasIKYseCn4k4.jpg", + * "height": 1350, + * "iso_639_1": "hr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/ckTXrwlr4cRVxpBFEZcEmDzrmea.jpg", + * "height": 1185, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 800 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/4yKWXhG7f6g2gmTHRmUEXeBnGVd.jpg", + * "height": 2284, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1523 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/lvQhK3OQ3ID4bDYdStwNhwmRJVQ.jpg", + * "height": 3000, + * "iso_639_1": "cs", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/tBYkptsNtqZ4WY92GtCbZeB4F0D.jpg", + * "height": 2520, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1701 + * }, + * { + * "aspect_ratio": 0.7, + * "file_path": "/xNEiOj7lYCvCDkPjxpDfGHqgtNG.jpg", + * "height": 2560, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1792 + * }, + * { + * "aspect_ratio": 0.71, + * "file_path": "/pUIgDTDgDtQ7eMnzi2ZY9NwrIZp.jpg", + * "height": 1995, + * "iso_639_1": "cn", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1417 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/eoHLADhyf9jeHzv6DC7fTV3Br0q.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/otNT4ORQND8M13DNrOYzOFgE0xb.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/90PvtZTVaqiN7fbNcs6k4t3YcsG.jpg", + * "height": 1481, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6KUm2AyyQqmBMq8sm2VxhpSn7sV.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/wzU2N4VL0nZyMkO19zKIAjuGcsU.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/jlsfNaxrhZihHirFTGg57i6QMvd.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/pzbuZEbpTpWkxwJbnxKUUnOzlxg.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mdkl69r14hjOmyLHPQXXoHbGcyG.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/y3Lr5a9ahLdfUVMoXMHIMvYwJ2E.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7BrWuLUFneQW6WW9PtzbrK6lK54.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.664, + * "file_path": "/zZts8KXHYU7T3C2qyO8SPYqaeEP.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1991 + * }, + * { + * "aspect_ratio": 0.711, + * "file_path": "/huGgKqSYhR6TrMJrOYZVaWgU4lZ.jpg", + * "height": 2811, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2fTFl49wJaWFR0Z8nVNceBQvbJq.jpg", + * "height": 2976, + * "iso_639_1": "sv", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1984 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gUPnmDkNRSLFynbpNw9VJrYBEgT.jpg", + * "height": 3000, + * "iso_639_1": "nl", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1kTo33oGCR0ngAW8CTu0GKHnx2q.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ejFVHop1DKVU0HfGDaVbRARz5KK.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/jItHn5Q8FDfM8KdisCUW609W867.jpg", + * "height": 3000, + * "iso_639_1": "bg", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/raqiFdXDfID8sixSZcQPxZssC0T.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cqZRI8O4cwLjFuXrXUlvohajJ5D.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cFcYhOb30A3rfJqPbx2coWkqHzV.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ybBX6L4KquQZohC9x9oOC48RAqQ.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/o3QmNhdSQQ31PmyaGc70DXs0TO7.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zxnR8Sxm50QGEEFlUY0294hIyH5.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8ezT2jv28e5DuslSdf5wUn6v93n.jpg", + * "height": 1350, + * "iso_639_1": "ja", + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/iqx3wBo4CYOq2NJIJZyPMoPndtU.jpg", + * "height": 2866, + * "iso_639_1": "ja", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1911 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gzR4oqHUkaRMHgfUo53NgFZaqbW.jpg", + * "height": 2920, + * "iso_639_1": "ja", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1947 + * }, + * { + * "aspect_ratio": 0.657, + * "file_path": "/ugkajmrS5inLAMbi8EbNd9XnIXw.jpg", + * "height": 2975, + * "iso_639_1": "ja", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1954 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/97ny22UZqmGcaKTWmaV9SQrbPIR.jpg", + * "height": 2560, + * "iso_639_1": "fa", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1707 + * }, + * { + * "aspect_ratio": 0.679, + * "file_path": "/mzFxoZJ25A3gugwU2trIwiFbEhW.jpg", + * "height": 2945, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/t5tQb7DexgLeT1PNSe7PHjYTkm8.jpg", + * "height": 2963, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zXn7S1dReNqsidBR5ifEWitLqd4.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/lchO7l8I0xRrSm5bNDEN6FIy1sD.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/YHRfyG1xoTXLYzPKnelQIHn02F.jpg", + * "height": 889, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 600 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/lKRSy3bdGujuUAyHVm7G4KDMIXm.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/lmyLpK91sXaD5LXBSZVZbl0psVi.jpg", + * "height": 2250, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1500 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/oLmZOS6gm0dRn188nxl0xLVvmpK.jpg", + * "height": 2250, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1500 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/vPuC4G9h49Kmfx4bwKxReJxNZmU.jpg", + * "height": 3000, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3Uj2KdUbMWvqjsFVC9qK7BShgYn.jpg", + * "height": 1500, + * "iso_639_1": "ka", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/uAqxCM3QehGRBhjhqZpZCoGzA2g.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/mIOIpwugyLALGRKxFShXJDtnCnF.jpg", + * "height": 2963, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/ipWfsxcx7rC8Yr7D2r3Kxz2M4lW.jpg", + * "height": 2963, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/aFJbZguxlVj80CtzbmjuqJXLPMG.jpg", + * "height": 2963, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/bevnLr6vnyB50MAA2i2bnyF23E6.jpg", + * "height": 2963, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/cAhq2Ig3huHgPnfKBm0lvvfXmdx.jpg", + * "height": 2963, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/2CoLZ3bbK7K3YmVeHMWNJiCwJiV.jpg", + * "height": 2963, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/uSBvzreMDOFEzQBqzglUSwP2ZGu.jpg", + * "height": 2963, + * "iso_639_1": "el", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/nSINY8U4NuEvq7edYuAjwCqSCLY.jpg", + * "height": 2048, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/rBOhbXtpuV0KmiLnbEUzL43JPfn.jpg", + * "height": 2048, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1382 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/5gHJuTOEzaDsRJEuWHfenNNjQrP.jpg", + * "height": 800, + * "iso_639_1": "sl", + * "vote_average": 0, + * "vote_count": 0, + * "width": 533 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/l9hE6DEMU2bDjtgckE151AqKuW9.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gis5QSmnPhnDlwkTMo69BOfh5lA.jpg", + * "height": 1494, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 996 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/w2EpM1bGVRdJR9Tr1IvJc97wumY.jpg", + * "height": 1494, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 996 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5ZKxUmHIr2IW5oAcv3Oy4QuuQKN.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yaJjYtaLnRdcNvHpVJm79M60ZXr.jpg", + * "height": 999, + * "iso_639_1": "pl", + * "vote_average": 0, + * "vote_count": 0, + * "width": 666 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/q6mkkb5XU6ERF7xP9nAjnNq9n7V.jpg", + * "height": 1350, + * "iso_639_1": "pl", + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5cIYak4saULeFVAqDKTR8WOp1Pi.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ldQtvtZMKPVYF8wpmZLz1TwBxNb.jpg", + * "height": 3000, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/e7qCeNXjCe3FPMVHBXVXgcrCzX.jpg", + * "height": 3000, + * "iso_639_1": "mk", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cqkVIh7m9SNmg7i2SXDGFvJ32nW.jpg", + * "height": 1156, + * "iso_639_1": "sk", + * "vote_average": 0, + * "vote_count": 0, + * "width": 771 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/hJL46zOWmHMrXi2g6MgCpOats82.jpg", + * "height": 3000, + * "iso_639_1": "sk", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6xcpyyAv7Yk8J70o3VETPWLGV1H.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yw8YOUaQXWDmVlFiOt141QFkgxu.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.679, + * "file_path": "/yF0l27SMoHzr9ILN64af0Da3U5e.jpg", + * "height": 1002, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.679, + * "file_path": "/5kUXHNMMeB7vnpdFI2euSeN01FF.jpg", + * "height": 1002, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/VD3o7qJSmuQM4rl0FcPCAJySNw.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1013 + * }, + * { + * "aspect_ratio": 0.679, + * "file_path": "/3dD5oSAj03DTAPfFq6d1RDDDSf3.jpg", + * "height": 1002, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.679, + * "file_path": "/uUHyZn0q4Q2hr0YuZEtab4fzupl.jpg", + * "height": 1002, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/alWeyUzSZ75QSLPsqXYBgF6YGAV.jpg", + * "height": 1350, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/6YhfdltefsvLvFOPDfATq1b5hE4.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7tsnzmabU3ab3OzAx6QVPzg1Vl6.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2AZn2NfB0vK18EV9exUZdWxCc1r.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/96q3wjO50CZFCgvUgptgUnKbfSa.jpg", + * "height": 3000, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gVsxrRcw5yVSc4AIFpkxjTHlXtJ.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cgYNOMhk31vo0prwPlkyHfETYD6.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rt7froav9Xij62pla4p6ORkz2Ux.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mjfsYBp0Xb74A8e9XQzBoMyBT84.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tVBCG6qHQQaq2doZsOvpGNcwMuP.jpg", + * "height": 3000, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.683, + * "file_path": "/lVQBp3hI0C5fjfXsFCILBR6syfg.jpg", + * "height": 1581, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.683, + * "file_path": "/rmkVmSrrNdOQI4h5hr4qjNTV7WR.jpg", + * "height": 1581, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.683, + * "file_path": "/7DofR7rvBgZxW2ULMtHs8tR5F4s.jpg", + * "height": 1581, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.683, + * "file_path": "/9miIXOGjnK7D4lU7F7oFJcWIEEv.jpg", + * "height": 1581, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1080 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/1baoCEEPazbyWzGUSydDXJ7kukR.jpg", + * "height": 1600, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1066 + * }, + * { + * "aspect_ratio": 0.75, + * "file_path": "/msH65A5wz5leMLuMUJnkMwJTxCa.jpg", + * "height": 1600, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nBHcyhJuQlsmcwrCgf7KVJYf9BS.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ePRHrOSTgLbYKPbm9ZD9FqBvU8c.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/e1KH8ds1XX2exihfEdXDQGAOKk6.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/Fj7aQbGG5FJ7WAEJkycwi8nZqC.jpg", + * "height": 1500, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * } + * ] + */ + posters?: { + /** + * @description The aspect ratio of the poster image. + * @example 0.667 + */ + aspect_ratio?: number; + /** + * @description The relative path to the poster image file on the server. + * @example /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + */ + file_path?: string; + /** + * @description The height of the poster image in pixels. + * @example 3000 + */ + height?: number; + /** + * @description The ISO 639-1 language code that specifies the language of the poster image + * @example en + */ + iso_639_1?: string | null; + /** + * @description The average rating of the poster image. + * @example 5.53 + */ + vote_average?: number; + /** + * @description The number of votes that have been cast for the poster image. + * @example 34 + */ + vote_count?: number; + /** + * @description The width of the poster image in pixels. + * @example 2000 + */ + width?: number; + }[]; + }; + }; + }; + }; + }; + keywords: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description keywords */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 558449 */ + id?: number; + /** @example [ + * { + * "id": 6917, + * "name": "epic" + * }, + * { + * "id": 1394, + * "name": "gladiator" + * }, + * { + * "id": 1405, + * "name": "roman empire" + * }, + * { + * "id": 5049, + * "name": "ancient rome" + * }, + * { + * "id": 9663, + * "name": "sequel" + * }, + * { + * "id": 307212, + * "name": "evil tyrant" + * }, + * { + * "id": 317728, + * "name": "sword and sandal" + * }, + * { + * "id": 320529, + * "name": "sword fighting" + * }, + * { + * "id": 321763, + * "name": "second part" + * } + * ] */ + keywords?: { + /** @example 6917 */ + id?: number; + /** @example epic */ + name?: string; + }[]; + }; + }; + }; + }; + }; + latest: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description latest */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example false */ + adult?: boolean; + /** @example null */ + backdrop_path?: unknown; + /** @example null */ + belongs_to_collection?: unknown; + /** @example 4800000 */ + budget?: number; + /** @example [] */ + genres?: unknown[]; + /** @example http://rainbowfriendsmovie.com */ + homepage?: string; + /** @example 1411987 */ + id?: number; + /** @example null */ + imdb_id?: unknown; + /** @example [ + * "US" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example Rainbow Friends */ + original_title?: string; + /** @example A group of schoolchildren embark on a field trip to an amusement park called Odd World, but the day takes a dark turn when their bus driver makes a wrong turn, leading to a crash. The driver is killed, and the children are left unconscious. Upon awakening, they find themselves trapped in a mysterious, sprawling indoor amusement center. An unknown figure forces them to complete a series of unsettling tasks, and the children soon realize they are not alone. Strange monsters roam the facility, creating an atmosphere of fear and uncertainty. As they navigate the eerie environment, the children must work together to survive and uncover the truth behind their captivity. */ + overview?: string; + /** @example 0 */ + popularity?: number; + /** @example null */ + poster_path?: unknown; + /** @example [] */ + production_companies?: unknown[]; + /** @example [] */ + production_countries?: unknown[]; + /** @example */ + release_date?: string; + /** @example 0 */ + revenue?: number; + /** @example 120 */ + runtime?: number; + /** @example [ + * { + * "english_name": "English", + * "iso_639_1": "en", + * "name": "English" + * } + * ] */ + spoken_languages?: { + /** @example English */ + english_name?: string; + /** @example en */ + iso_639_1?: string; + /** @example English */ + name?: string; + }[]; + /** @example In Production */ + status?: string; + /** @example It was supposed to be a normal field trip, but the Rainbow Friends want to play... */ + tagline?: string; + /** @example Rainbow Friends */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 0 */ + vote_average?: number; + /** @example 0 */ + vote_count?: number; + }; + }; + }; + }; + }; + lists1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description lists */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 558449 */ + id?: number; + /** @example 1 */ + page?: number; + /** @example [ + * { + * "description": "vudu Top 10 Movies - Updated 2025-01-03T18:01:42.657-05:00", + * "favorite_count": 0, + * "id": 8303524, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 8, + * "list_type": "movie", + * "name": "Top 10 Movies - Vudu", + * "poster_path": null + * }, + * { + * "description": "itunes Top 10 Movies - Updated 2025-01-03T18:01:18.324-05:00", + * "favorite_count": 0, + * "id": 8303529, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 10, + * "list_type": "movie", + * "name": "Top 10 Movies - iTunes", + * "poster_path": null + * }, + * { + * "description": "amazon Top 10 Movies - Updated 2025-01-03T18:00:41.843-05:00", + * "favorite_count": 0, + * "id": 8303535, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 8, + * "list_type": "movie", + * "name": "Top 10 Movies - Amazon", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8501680, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 14, + * "list_type": "movie", + * "name": "Action", + * "poster_path": null + * }, + * { + * "description": "Master List In Progress", + * "favorite_count": 0, + * "id": 51108, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 11779, + * "list_type": "movie", + * "name": "My Movies", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8501581, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 68, + * "list_type": "movie", + * "name": "Tobhar", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8502517, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 25, + * "list_type": "movie", + * "name": "MY TV SHOWS", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 7053491, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 6736, + * "list_type": "movie", + * "name": "New HD (Popular)", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8290390, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 273, + * "list_type": "movie", + * "name": "Live-Action", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8238235, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 11363, + * "list_type": "movie", + * "name": "My Movie Library", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 143813, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 15413, + * "list_type": "movie", + * "name": "MNR", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8168597, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 15720, + * "list_type": "movie", + * "name": "movies", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8503973, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 32, + * "list_type": "movie", + * "name": "lams", + * "poster_path": null + * }, + * { + * "description": "Photography aligned with beauty.", + * "favorite_count": 0, + * "id": 8501221, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 1762, + * "list_type": "movie", + * "name": "Cinematography One", + * "poster_path": null + * }, + * { + * "description": "Trying to list the movies I have watched, but it may take quite some time to complete it.\r\n\r\nBy the way, I use MyAnimeList's notation system, which is:\r\n\r\n(1) Appalling; (2) Horrible; (3) Very Bad; (4) Bad; (5) Average; (6) Fine; (7) Good; (8) Very Good; (9) Great; (10) Masterpiece", + * "favorite_count": 0, + * "id": 8303328, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 202, + * "list_type": "movie", + * "name": "WATCHED", + * "poster_path": null + * }, + * { + * "description": "interesting 😎", + * "favorite_count": 0, + * "id": 8504939, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 1, + * "list_type": "movie", + * "name": "GB playlist", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8502481, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 10, + * "list_type": "movie", + * "name": "MINE", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8502368, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 8, + * "list_type": "movie", + * "name": "movies", + * "poster_path": null + * }, + * { + * "description": "A list of Movies running in Theaters", + * "favorite_count": 0, + * "id": 63802, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 38, + * "list_type": "movie", + * "name": "Now Running", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8504363, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 20, + * "list_type": "movie", + * "name": "KD Sami 🙃🤪🫠", + * "poster_path": null + * } + * ] */ + results?: { + /** @example vudu Top 10 Movies - Updated 2025-01-03T18:01:42.657-05:00 */ + description?: string; + /** @example 0 */ + favorite_count?: number; + /** @example 8303524 */ + id?: number; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example 8 */ + item_count?: number; + /** @example movie */ + list_type?: string; + /** @example Top 10 Movies - Vudu */ + name?: string; + /** @example null */ + poster_path?: unknown; + }[]; + /** @example 11 */ + total_pages?: number; + /** @example 216 */ + total_results?: number; + }; + }; + }; + }; + }; + recommendations: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description recommendations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/uVlUu174iiKhsUGqnOSy46eIIMU.jpg", + * "genre_ids": [ + * 18, + * 10749, + * 14 + * ], + * "id": 402431, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Wicked", + * "overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.", + * "popularity": 2156.489, + * "poster_path": "/xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg", + * "release_date": "2024-11-20", + * "title": "Wicked", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 892 + * }, + * { + * "adult": false, + * "backdrop_path": "/9Qq8InnodUYs8zdam8Zj967i6RO.jpg", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1106739, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Juror #2", + * "overview": "While serving as a juror in a high profile murder trial, family man Justin Kemp finds himself struggling with a serious moral dilemma…one he could use to sway the jury verdict and potentially convict—or free—the accused killer.", + * "popularity": 228.23, + * "poster_path": "/utLESWj433xnIc1ss9TZjRI9SSl.jpg", + * "release_date": "2024-10-30", + * "title": "Juror #2", + * "video": false, + * "vote_average": 7.034, + * "vote_count": 982 + * }, + * { + * "adult": false, + * "backdrop_path": "/ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg", + * "genre_ids": [ + * 27, + * 53 + * ], + * "id": 1138194, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Heretic", + * "overview": "Two young missionaries are forced to prove their faith when they knock on the wrong door and are greeted by a diabolical Mr. Reed, becoming ensnared in his deadly game of cat-and-mouse.", + * "popularity": 840.621, + * "poster_path": "/5HJqjCTcaE1TFwnNh3Dn21be2es.jpg", + * "release_date": "2024-10-31", + * "title": "Heretic", + * "video": false, + * "vote_average": 7.182, + * "vote_count": 681 + * }, + * { + * "adult": false, + * "backdrop_path": "/6neVLKBU4DaWAwpWFhfCpV6yuqN.jpg", + * "genre_ids": [ + * 10749, + * 35 + * ], + * "id": 1290287, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Hot Frosty", + * "overview": "When a young widow's magic scarf brings a dashing snowman to life, can he help her rediscover romance, laughter and holiday cheer before he melts away?", + * "popularity": 49.103, + * "poster_path": "/waW6R5WJQSxq65gwBkvnKlseU6n.jpg", + * "release_date": "2024-11-12", + * "title": "Hot Frosty", + * "video": false, + * "vote_average": 6, + * "vote_count": 223 + * }, + * { + * "adult": false, + * "backdrop_path": "/A6vAMO3myroRfBwSZetY4GVqaW4.jpg", + * "genre_ids": [ + * 16, + * 14, + * 28, + * 12 + * ], + * "id": 839033, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Lord of the Rings: The War of the Rohirrim", + * "overview": "183 years before the events chronicled in the original trilogy, a sudden attack by Wulf, a clever and ruthless Dunlending lord seeking vengeance for the death of his father, forces Helm Hammerhand and his people to make a daring last stand in the ancient stronghold of the Hornburg. Finding herself in an increasingly desperate situation, Héra, the daughter of Helm, must summon the will to lead the resistance against a deadly enemy intent on their total destruction.", + * "popularity": 2071.24, + * "poster_path": "/hE9SAMyMSUGAPsHUGdyl6irv11v.jpg", + * "release_date": "2024-12-05", + * "title": "The Lord of the Rings: The War of the Rohirrim", + * "video": false, + * "vote_average": 6.852, + * "vote_count": 182 + * }, + * { + * "adult": false, + * "backdrop_path": "/wYkrnn3eQY3vzMz4DJVMAgpQYYy.jpg", + * "genre_ids": [ + * 80, + * 18, + * 53 + * ], + * "id": 1082195, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Order", + * "overview": "A string of violent robberies in the Pacific Northwest leads a veteran FBI agent into a domestic terrorist plot to overthrow the federal government.", + * "popularity": 109.105, + * "poster_path": "/1bJ2652AUnuK1WhlR0GLbJKVqMF.jpg", + * "release_date": "2024-12-05", + * "title": "The Order", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 83 + * }, + * { + * "adult": false, + * "backdrop_path": "/tElnmtQ6yz1PjN1kePNl8yMSb59.jpg", + * "genre_ids": [ + * 16, + * 12, + * 10751, + * 35 + * ], + * "id": 1241982, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Moana 2", + * "overview": "After receiving an unexpected call from her wayfinding ancestors, Moana journeys alongside Maui and a new crew to the far seas of Oceania and into dangerous, long-lost waters for an adventure unlike anything she's ever faced.", + * "popularity": 2873.518, + * "poster_path": "/m0SbwFNCa9epW1X60deLqTHiP7x.jpg", + * "release_date": "2024-11-21", + * "title": "Moana 2", + * "video": false, + * "vote_average": 6.983, + * "vote_count": 725 + * }, + * { + * "adult": false, + * "backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg", + * "genre_ids": [ + * 28, + * 878, + * 53 + * ], + * "id": 1035048, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Elevation", + * "overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.", + * "popularity": 1633.009, + * "poster_path": "/y5CakxusfCElHau7oredncjtt3P.jpg", + * "release_date": "2024-11-07", + * "title": "Elevation", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 225 + * }, + * { + * "adult": false, + * "backdrop_path": "/zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1100099, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "We Live in Time", + * "overview": "An up-and-coming chef and a recent divorcée find their lives forever changed when a chance encounter brings them together, in a decade-spanning, deeply moving romance.", + * "popularity": 395.862, + * "poster_path": "/ssFS25CiYQvRJqErqaEyHuVgyH7.jpg", + * "release_date": "2024-10-10", + * "title": "We Live in Time", + * "video": false, + * "vote_average": 7.604, + * "vote_count": 326 + * }, + * { + * "adult": false, + * "backdrop_path": "/jhk6D8pim3yaByu1801kMoxXFaX.jpg", + * "genre_ids": [ + * 28, + * 18, + * 12 + * ], + * "id": 98, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Gladiator", + * "overview": "After the death of Emperor Marcus Aurelius, his devious son takes power and demotes Maximus, one of Rome's most capable generals who Marcus preferred. Eventually, Maximus is forced to become a gladiator and battle to the death against other men for the amusement of paying audiences.", + * "popularity": 323.649, + * "poster_path": "/ty8TGRuvJLPUmAR1H1nRIsgwvim.jpg", + * "release_date": "2000-05-04", + * "title": "Gladiator", + * "video": false, + * "vote_average": 8.217, + * "vote_count": 19068 + * }, + * { + * "adult": false, + * "backdrop_path": "/wLxGa71pt0P4e7BuINR8vYSeLow.jpg", + * "genre_ids": [ + * 27, + * 9648 + * ], + * "id": 1100782, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Smile 2", + * "overview": "About to embark on a new world tour, global pop sensation Skye Riley begins experiencing increasingly terrifying and inexplicable events. Overwhelmed by the escalating horrors and the pressures of fame, Skye is forced to face her dark past to regain control of her life before it spirals out of control.", + * "popularity": 641.809, + * "poster_path": "/ht8Uv9QPv9y7K0RvUyJIaXOZTfd.jpg", + * "release_date": "2024-10-16", + * "title": "Smile 2", + * "video": false, + * "vote_average": 6.62, + * "vote_count": 1073 + * }, + * { + * "adult": false, + * "backdrop_path": "/evFChfYeD2LqobEJf8iQsrYcGTw.jpg", + * "genre_ids": [ + * 28, + * 80, + * 53 + * ], + * "id": 1182387, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Armor", + * "overview": "Armored truck security guard James Brody is working with his son Casey transporting millions of dollars between banks when a team of thieves led by Rook orchestrate a takeover of their truck to seize the riches. Following a violent car chase, Rook soon has the armored truck surrounded and James and Casey find themselves cornered onto a decrepit bridge.", + * "popularity": 672.906, + * "poster_path": "/pnXLFioDeftqjlCVlRmXvIdMsdP.jpg", + * "release_date": "2024-10-30", + * "title": "Armor", + * "video": false, + * "vote_average": 5.554, + * "vote_count": 112 + * }, + * { + * "adult": false, + * "backdrop_path": "/cjEcqdRdPQJhYre3HUAc5538Gk8.jpg", + * "genre_ids": [ + * 28, + * 14, + * 35 + * ], + * "id": 845781, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Red One", + * "overview": "After Santa Claus (codename: Red One) is kidnapped, the North Pole's Head of Security must team up with the world's most infamous tracker in a globe-trotting, action-packed mission to save Christmas.", + * "popularity": 3805.408, + * "poster_path": "/cdqLnri3NEGcmfnqwk2TSIYtddg.jpg", + * "release_date": "2024-10-31", + * "title": "Red One", + * "video": false, + * "vote_average": 7.028, + * "vote_count": 1757 + * }, + * { + * "adult": false, + * "backdrop_path": "/66nlC5LDZmDUWONGkUZT2BrOszG.jpg", + * "genre_ids": [ + * 53, + * 18 + * ], + * "id": 974576, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Conclave", + * "overview": "After the unexpected death of the Pope, Cardinal Lawrence is tasked with managing the covert and ancient ritual of electing a new one. Sequestered in the Vatican with the Catholic Church’s most powerful leaders until the process is complete, Lawrence finds himself at the center of a conspiracy that could lead to its downfall.", + * "popularity": 251.12, + * "poster_path": "/m5x8D0bZ3eKqIVWZ5y7TnZ2oTVg.jpg", + * "release_date": "2024-10-25", + * "title": "Conclave", + * "video": false, + * "vote_average": 7.13, + * "vote_count": 636 + * }, + * { + * "adult": false, + * "backdrop_path": "/18TSJF1WLA4CkymvVUcKDBwUJ9F.jpg", + * "genre_ids": [ + * 27, + * 53 + * ], + * "id": 1034541, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Terrifier 3", + * "overview": "Five years after surviving Art the Clown's Halloween massacre, Sienna and Jonathan are still struggling to rebuild their shattered lives. As the holiday season approaches, they try to embrace the Christmas spirit and leave the horrors of the past behind. But just when they think they're safe, Art returns, determined to turn their holiday cheer into a new nightmare. The festive season quickly unravels as Art unleashes his twisted brand of terror, proving that no holiday is safe.", + * "popularity": 802.614, + * "poster_path": "/ju10W5gl3PPK3b7TjEmVOZap51I.jpg", + * "release_date": "2024-10-09", + * "title": "Terrifier 3", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 1334 + * }, + * { + * "adult": false, + * "backdrop_path": "/l2VqHMBEwAYZh6DeAZSlOzAXw7N.jpg", + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 933419, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Champions", + * "overview": "A stubborn and hotheaded minor league basketball coach is forced to train a Special Olympics team when he is sentenced to community service.", + * "popularity": 17.128, + * "poster_path": "/sP6Lq3OmAChOSdLHAgMUxav0l5E.jpg", + * "release_date": "2023-03-09", + * "title": "Champions", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 377 + * }, + * { + * "adult": false, + * "backdrop_path": "/oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg", + * "genre_ids": [ + * 12, + * 10751, + * 16 + * ], + * "id": 762509, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Mufasa: The Lion King", + * "overview": "Told in flashbacks, Mufasa is an orphaned cub, lost and alone until he meets a sympathetic lion named Taka—the heir to a royal bloodline. The chance meeting sets in motion a journey of misfits searching for their destiny and working together to evade a threatening and deadly foe.", + * "popularity": 2805.337, + * "poster_path": "/nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg", + * "release_date": "2024-12-18", + * "title": "Mufasa: The Lion King", + * "video": false, + * "vote_average": 7.3, + * "vote_count": 392 + * }, + * { + * "adult": false, + * "backdrop_path": "/j9uruwRe9qM8RnP758dF7ISB8Bj.jpg", + * "genre_ids": [ + * 18, + * 36 + * ], + * "id": 1000837, + * "media_type": "movie", + * "original_language": "pt", + * "original_title": "Ainda Estou Aqui", + * "overview": "In the early 1970s, the military dictatorship in Brazil reaches its height. The Paiva family - Rubens, Eunice, and their five children - live in a beachside house in Rio, open to all their friends. One day, Rubens is taken for questioning and does not return.", + * "popularity": 33.286, + * "poster_path": "/qNLMPY3KLrYgTX2QZ5iEwwOqyRz.jpg", + * "release_date": "2024-09-19", + * "title": "I’m Still Here", + * "video": false, + * "vote_average": 8.9, + * "vote_count": 105 + * }, + * { + * "adult": false, + * "backdrop_path": "/bv9tOAIACAdQioCs80dKytYV3G7.jpg", + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 989662, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "A Different Man", + * "overview": "Aspiring actor Edward undergoes a radical medical procedure to drastically transform his appearance. But his new dream face quickly turns into a nightmare, as he loses out on the role he was born to play and becomes obsessed with reclaiming what was lost.", + * "popularity": 86.589, + * "poster_path": "/lZZKTEvo92u1J5pm7QoEA5yN3du.jpg", + * "release_date": "2024-08-24", + * "title": "A Different Man", + * "video": false, + * "vote_average": 7, + * "vote_count": 107 + * }, + * { + * "adult": false, + * "backdrop_path": "/612qR3S84a1Sat3K8FSGtkqQku8.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 1112637, + * "media_type": "movie", + * "original_language": "it", + * "original_title": "Napoli-New York", + * "overview": "In the immediate post-war period, amidst the rubble of a poverty-ridden Naples, two kids, Carmine and Celestina, try to survive as best they can by helping each other out. One night, they secretly board a ship bound for New York to reach Celestina’s sister, who emigrated to America several years earlier. The two children join the many Italian emigrants seeking a new life in America and arrive in an unknown metropolis, which, after several misadventures, they will learn to call home.", + * "popularity": 4.836, + * "poster_path": "/5mhyooqkRWPJBKynfM8n8GKsjgp.jpg", + * "release_date": "2024-11-21", + * "title": "Naples to New York", + * "video": false, + * "vote_average": 7.167, + * "vote_count": 63 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /uVlUu174iiKhsUGqnOSy46eIIMU.jpg */ + backdrop_path?: string; + /** @example [ + * 18, + * 10749, + * 14 + * ] */ + genre_ids?: number[]; + /** @example 402431 */ + id?: number; + /** @example movie */ + media_type?: string; + /** @example en */ + original_language?: string; + /** @example Wicked */ + original_title?: string; + /** @example In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West. */ + overview?: string; + /** @example 2156.489 */ + popularity?: number; + /** @example /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg */ + poster_path?: string; + /** @example 2024-11-20 */ + release_date?: string; + /** @example Wicked */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 7.4 */ + vote_average?: number; + /** @example 892 */ + vote_count?: number; + }[]; + /** @example 2 */ + total_pages?: number; + /** @example 40 */ + total_results?: number; + }; + }; + }; + }; + }; + releaseDates: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description release dates */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 558449 */ + id?: number; + /** @example [ + * { + * "iso_3166_1": "AR", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "AU", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "Sydney, New South Wales", + * "release_date": "2024-10-30T00:00:00.000Z", + * "type": 1 + * }, + * { + * "certification": "MA 15+", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * }, + * { + * "certification": "MA 15+", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-12-27T00:00:00.000Z", + * "type": 4 + * } + * ] + * }, + * { + * "iso_3166_1": "AZ", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-21T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "BE", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-13T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "BG", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "BR", + * "release_dates": [ + * { + * "certification": "16", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "CA", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-22T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "CH", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "de", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * }, + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "it", + * "note": "", + * "release_date": "2024-11-13T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "CN", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "Beijing", + * "release_date": "2024-11-17T00:00:00.000Z", + * "type": 1 + * }, + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-22T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "CO", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "CZ", + * "release_dates": [ + * { + * "certification": "15+", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "DE", + * "release_dates": [ + * { + * "certification": "16", + * "descriptors": [ + * "Violence", + * "Injury" + * ], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "DO", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "EC", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "EE", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-13T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "ES", + * "release_dates": [ + * { + * "certification": "16", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "FI", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "FR", + * "release_dates": [ + * { + * "certification": "16", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-13T00:00:00.000Z", + * "type": 3 + * }, + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2025-03-31T00:00:00.000Z", + * "type": 5 + * } + * ] + * }, + * { + * "iso_3166_1": "GB", + * "release_dates": [ + * { + * "certification": "15", + * "descriptors": [], + * "iso_639_1": "", + * "note": "Regional IMAX Premiere", + * "release_date": "2024-11-13T00:00:00.000Z", + * "type": 1 + * }, + * { + * "certification": "15", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "GR", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "HK", + * "release_dates": [ + * { + * "certification": "III", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "HR", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "HU", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-21T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "ID", + * "release_dates": [ + * { + * "certification": "17+", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-13T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "IE", + * "release_dates": [ + * { + * "certification": "15A", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "IL", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "IN", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "IT", + * "release_dates": [ + * { + * "certification": "T", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "JP", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "Tokyo International Film Festival", + * "release_date": "2024-11-05T00:00:00.000Z", + * "type": 1 + * }, + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "KR", + * "release_dates": [ + * { + * "certification": "19", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-13T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "LT", + * "release_dates": [ + * { + * "certification": "N-16", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "MX", + * "release_dates": [ + * { + * "certification": "B-15", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "MY", + * "release_dates": [ + * { + * "certification": "18PA", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "NL", + * "release_dates": [ + * { + * "certification": "16", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "NZ", + * "release_dates": [ + * { + * "certification": "R16", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "PH", + * "release_dates": [ + * { + * "certification": "R-16", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-12-04T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "PL", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "PT", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "RO", + * "release_dates": [ + * { + * "certification": "12", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "RU", + * "release_dates": [ + * { + * "certification": "18+", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-05T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "SE", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "SG", + * "release_dates": [ + * { + * "certification": "M18", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "SK", + * "release_dates": [ + * { + * "certification": "15", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "TH", + * "release_dates": [ + * { + * "certification": "15", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "TR", + * "release_dates": [ + * { + * "certification": "16+", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "TW", + * "release_dates": [ + * { + * "certification": "15+", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "UA", + * "release_dates": [ + * { + * "certification": "16+", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "US", + * "release_dates": [ + * { + * "certification": "R", + * "descriptors": [], + * "iso_639_1": "", + * "note": "Los Angeles, California", + * "release_date": "2024-10-18T00:00:00.000Z", + * "type": 1 + * }, + * { + * "certification": "R", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-22T00:00:00.000Z", + * "type": 3 + * }, + * { + * "certification": "R", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-12-24T00:00:00.000Z", + * "type": 4 + * } + * ] + * }, + * { + * "iso_3166_1": "VN", + * "release_dates": [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * }, + * { + * "iso_3166_1": "ZA", + * "release_dates": [ + * { + * "certification": "16", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-15T00:00:00.000Z", + * "type": 3 + * } + * ] + * } + * ] */ + results?: { + /** @example AR */ + iso_3166_1?: string; + /** @example [ + * { + * "certification": "", + * "descriptors": [], + * "iso_639_1": "", + * "note": "", + * "release_date": "2024-11-14T00:00:00.000Z", + * "type": 3 + * } + * ] */ + release_dates?: { + /** @example */ + certification?: string; + /** @example [] */ + descriptors?: unknown[]; + /** @example */ + iso_639_1?: string; + /** @example */ + note?: string; + /** @example 2024-11-14T00:00:00.000Z */ + release_date?: string; + /** @example 3 */ + type?: number; + }[]; + }[]; + }; + }; + }; + }; + }; + reviews: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description reviews / review_id */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 558449 */ + id?: number; + /** @example 1 */ + page?: number; + /** @example [ + * { + * "author": "Manuel São Bento", + * "author_details": { + * "avatar_path": null, + * "name": "Manuel São Bento", + * "rating": 8, + * "username": "msbreviews" + * }, + * "content": "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-", + * "created_at": "2024-11-14T08:50:23.907Z", + * "id": "6735b9cfffe3878e9e9f89ed", + * "updated_at": "2024-11-14T08:50:24.017Z", + * "url": "https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed" + * }, + * { + * "author": "Dean", + * "author_details": { + * "avatar_path": null, + * "name": "Dean", + * "rating": 1, + * "username": "Ditendra" + * }, + * "content": "Another trash Woke movie from Hollywood. There were never black (African) emperors in Roman empire... This movie is simply false propaganda.", + * "created_at": "2024-11-14T18:19:09.990Z", + * "id": "67363f1da102d269c03f0161", + * "updated_at": "2024-12-30T18:39:31.213Z", + * "url": "https://www.themoviedb.org/review/67363f1da102d269c03f0161" + * }, + * { + * "author": "griggs79", + * "author_details": { + * "avatar_path": "/22j4jmDfV77WFPk2IeF3lXpSdsJ.jpg", + * "name": "", + * "rating": 8, + * "username": "griggs79" + * }, + * "content": "_Gladiator II_, a polished echo of the original, is a testament to Ridley Scott's cinematic powers. It follows his hit-and-miss _Napoleon_ biopic last year, which was rather miss than hit. The sequel captures the original's essence while introducing elements, making it a worthy successor.\r\n\r\nPaul Mescal in the lead role - inherited from the ever-growling Russel Crowe, who was at the top of his career in the original - holds his ground against Denzel Washington, whose charisma cleaves through the screen as effortlessly as his character's sword.\r\n\r\nRidley Scott admits he was prompted to revisit _Gladiator_ by the acclaim he received from those too young to have seen the original on the big screen. His mission to lure Gen Z away from their streaming devices may help to save cinema, ushering in a new era of appreciation for the big screen. But for the love of Jupiter, I hope they quickly learn that it isn't just a big iPad with comfy chairs. No pausing, swiping, mid-film selfies, dashes to the bar, or running commentary required. Screen four at your local cinema isn't the Colosseum but a place where the magic of film of this scale truly comes alive, offering a unique and immersive experience that can't be replicated at home.", + * "created_at": "2024-11-15T10:44:36.828Z", + * "id": "67372614c62c3a26ad055ce3", + * "updated_at": "2024-11-15T10:44:36.886Z", + * "url": "https://www.themoviedb.org/review/67372614c62c3a26ad055ce3" + * }, + * { + * "author": "r96sk", + * "author_details": { + * "avatar_path": "/mwR7rFHoDcobAx1i61I3skzMW3U.jpg", + * "name": "", + * "rating": 9, + * "username": "r96sk" + * }, + * "content": "'Gladiator II' is awesome!\r\n\r\nI only watched the original three years ago, almost to the day in fact, but I was anticipating this follow-up after thoroughly loving the Russell Crowe film. Honestly, I think I kinda enjoyed this sequel more - at worst, the two are on the same level, for me anyway. Crowe is missed, though everyone in this movie more than makes up for his (obvious) absence.\r\n\r\nThis is the first time I've seen Paul Mescal act, despite knowing of him for quite a while now. I'm impressed! He delivers a showing of great strength (pardon the pun). Pedro Pascal is very good too, as is Joseph Quinn; I wasn't instantly sold on the latter when he appeared onscreen, though when all is said and done I rate his performance positively.\r\n\r\nDenzel Washington... what a geezer. I'll never tire or turn down the chance at seeing that man act. Needless to say, given he's one of two favourite actors of mine, I loved his performance all the way through. The likes of Fred Hechinger and Connie Nielsen merit fair praise as well, interesting to see Rory McCann and Matt Lucas in there too.\r\n\r\nOh, and the score... superb! Deafeningly grand.", + * "created_at": "2024-11-15T19:15:28.384Z", + * "id": "67379dd0ac9f3ba08155924f", + * "updated_at": "2024-11-15T19:15:28.471Z", + * "url": "https://www.themoviedb.org/review/67379dd0ac9f3ba08155924f" + * }, + * { + * "author": "CinemaSerf", + * "author_details": { + * "avatar_path": "/yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg", + * "name": "CinemaSerf", + * "rating": 6, + * "username": "Geronimo1967" + * }, + * "content": "Sixteen years after \"Maximus\" (Russell Crowe) bit the dust, we find ancient Rome under the control of twins \"Geta\" (Joseph Quinn) and his brother \"Caracalla\" (Fred Hechinger) and thanks to their general \"Acacias\" (Pedro Pascal) continuing to expand their empire. It's this latter man who leads an attack on the home \"Nanno\" (Paul Mescal) shares with his wife \"Arishat\" (Yuval Gonen). That doesn't go so well and next thing, she's gone on ahead of him to the wheat fields and he's now a slave owned by the manipulative \"Macrinus\" (Denzel Washington) heading to the Colosseum to entertain the emperors and their cousin \"Lucilla\" (Connie Nielsen). What now ensues is a well produced and good looking rehash of the first film paying homage en route to \"Spartacus\" and it's the sheer predicability that I struggled with. It's episodically delivered with far too much script and though Mescal tries hard, his performance is largely charm-free and as wooden as a rudius, especially once the rather far-fetched familial back-story has been established. Sir Derek Jacobi sparingly appears as the other survivor from 2000 reprising his role as the senator \"Gracchus\" but to no real effect and the scene stealer for me is really only the megalomanic Quinn's imperial offering as he and his bonkers sibling teeter on the brink of inbred, sexually fluid, madness. Washington does well enough as the scheming slave-master, but he hasn't really enough to work with to stand out amongst what really are a mediocre collection of undercooked characters that just don't deliver any real sense of the hedonism and menace of this debauched and corrupt state. As with Sir Ridley Scott's \"Kingdom of Heaven\" (2005) the battle scenes are superb and action packed, as are the combat scenes in the vast marble auditorium filled with baying plebs and rhinos, but I am afraid that the shallow characterisations just didn't work well enough to keep this engaging and the plot was just too thin to stretch over a couple of hours that could have been so very much better. It really does need a big screen to appreciate the creatively crafted visuals, but I was still pretty disappointed, sorry.", + * "created_at": "2024-11-16T08:14:36.854Z", + * "id": "6738546ca181a717eac89458", + * "updated_at": "2024-11-16T08:14:36.970Z", + * "url": "https://www.themoviedb.org/review/6738546ca181a717eac89458" + * }, + * { + * "author": "DWP", + * "author_details": { + * "avatar_path": null, + * "name": "", + * "rating": 7, + * "username": "DWP" + * }, + * "content": "Comparisons will be inevitable and Gladiator II will never be as iconic as the 2000 classic. However it is very good, strong all-around with gripping action and a well executed script. Performances are very good, with some pleasant surprises.", + * "created_at": "2024-11-19T17:32:10.445Z", + * "id": "673ccb9a08e8fd8518c96021", + * "updated_at": "2024-11-20T18:52:05.324Z", + * "url": "https://www.themoviedb.org/review/673ccb9a08e8fd8518c96021" + * }, + * { + * "author": "Chris Sawin", + * "author_details": { + * "avatar_path": null, + * "name": "Chris Sawin", + * "rating": 5, + * "username": "ChrisSawin" + * }, + * "content": "Gladiator II features some impressive action sequences. Every battle in the Colosseum is fantastic despite how historically inaccurate they may be. The monkey sequence showcases how skilled Hanno (Paul Mescal) is not only as a fighter but also in how he interacts with others. Then there's the rhino sequence that plays out much like Bugs Bunny’s interactions with Toro the Bull in the Chuck Jones-directed Looney Tunes short Bully for Bugs (1953).\r\n\r\nWhile those sequences are fairly believable, the shark sequence seems like pure fantasy and that’s why it’s so incredible. They fill the Colosseum with water and let sharks loose while the opposing gladiators try to survive the onslaught on boats.\r\n\r\nIt’s also interesting to note that every major actor who dies in the film has a spectacular death. Not only that but these gruesome deaths get increasingly more grisly and memorable as the film progresses. These bloody triumphs rarely delve any deeper than someone getting shot with a bunch of arrows or a beheading or appendage severing of some kind. This level of brutality escalates throughout the film and eventually culminates with the most satisfying kill that takes two and a half hours to achieve.\r\n\r\nThe performances fluctuate between being top-tier perfection and mediocre overacting. Denzel Washington is having the time of his life as Macrinus. He has the most interesting storyline and Denzel dances in every scene with a giddiness that is unparalleled. Joseph Quinn seems to be acting in an entirely different film than everyone else as Emperor Geta. His mannerisms are operatic and theatrical with his wide eyes that rarely blink, grand body language and hand gestures, and explosive line delivery.\r\n\r\nPedro Pascal doesn’t do anything in Gladiator II as Marcus Acacius that he didn’t do in Game of Thrones apart from having more screen time. Much like how his character is written, Paul Mescal’s performance is muddled. The Hanno character and who he is is a poorly kept secret that consistently pulls the character in several directions.\r\n\r\nHanno is vengeful at first before succumbing to being the hero of the film and the evolution isn’t earned. The writing and pacing of Gladiator II feel like the film drops Hanno’s fate in his lap halfway through, which he’s either forgotten about over two decades or never knew until the audience did.\r\n\r\nConnie Nielsen, one of the few returning actors from the original film, is awful in this. Her acting in Gladiator II always comes off as forced as her crying scenes are often portrayed as constipated grunts with crocodile tears. Her dialogue delivery is also strained and broken despite being given some of the most important sequences of character connections and reawakenings of sorts in the sequel.\r\n\r\nCalling Gladiator II action-heavy is misleading because the film drags between every fight sequence. The film is largely dull and difficult to indulge during its quieter moments. The film is gorgeous with its incredible set pieces, intricate costume design, and impressive use of infinitely numerous extras. Director Ridley Scott reunites with all of the set decorators (Sonja Klaus, Crispian Sallis, and Emilio Ardura) and costume designer (Janty Yates) that he worked with on Gladiator in 2000. From a visual standpoint, Ridley Scott's films are highly detailed masterpieces.\r\n\r\nDenzel Washington’s extravagant performance makes Gladiator II worthwhile. Still, not even its excessively violent action sequences, beautiful cinematography, and masterful set and costume design can save the sequel from how boring it is. Ridley Scott waited over twenty years to make a sequel that is more than twice as expensive as the original only to rehash the same story points.", + * "created_at": "2024-11-20T01:01:33.492Z", + * "id": "673d34ed757b2842d9d8a184", + * "updated_at": "2024-11-20T01:01:33.681Z", + * "url": "https://www.themoviedb.org/review/673d34ed757b2842d9d8a184" + * }, + * { + * "author": "GenerationofSwine", + * "author_details": { + * "avatar_path": "/xYhvrFNntgAowjRsf6mRg9JgITr.jpg", + * "name": "", + * "rating": 1, + * "username": "GenerationofSwine" + * }, + * "content": "pssst.... it's woke, but that's no surprise.\r\n\r\nWhat is a surprise is that people are giving spoiler alerts. I don't understand why. Like so many movie squeals and reboots what you have here is Gladiator with everything intelligent and entertaining sucked out of it. So it's the same movie, but shorter. There are two emperors rather than ones. Rome is falling, but not from the debauchery, intellectual laziness, and over stretched militarism that really caused it's fall... that would be anti-woke to point out it collapsed for all the reasons they love. Instead some lazy leftism the right is evil crap, peppered with fiery but mostly peaceful protests blamed on the thinly veiled reference to Trump. Might as well have the baddies wear red hats that read \"Make Rome Great Again.\"\r\n\r\nWith lectures. And I don't need to go over the political lectures, they are all the same. Woke Hollywood is predictable and best described as \"The Who to Hate Network.\"\r\n\r\nThe worst part is Denzel, I mean I know he still needs to work, but come on man, you're better than this.", + * "created_at": "2024-11-24T21:45:19.306Z", + * "id": "67439e6f893be609be3a7bc0", + * "updated_at": "2024-11-24T21:45:19.367Z", + * "url": "https://www.themoviedb.org/review/67439e6f893be609be3a7bc0" + * }, + * { + * "author": "MovieGuys", + * "author_details": { + * "avatar_path": null, + * "name": "", + * "rating": 5, + * "username": "MovieGuys" + * }, + * "content": "Are you not entertained? Well, quite frankly, no.... \r\n\r\nGladiator II or Gladiator lite as I like to call it is the \"essentials\" brand version of Gladiator. You know like, the \"essentials brand\" of underpants as opposed to known brands like Bendon or Jockey. They do the job, they're okay but still the brand names are just \"better\".\r\n\r\nGladiator lite (II) mimics its predecessor but its predominantly just a bare essentials remake of a superior, original film. The story is a rather basic \"almost\" version of the year 2000 film starring Russell Crowe, the protagonists more or less fill the same or similar roles and well, that's about it. Oh but for a dash of difference, they do have CGI sharks, monkey's and rhino's, if, for whatever weird reason, that's your thing.\r\n\r\nIn summary, this is really just a rather uninspiring \"almost\" facsimile, of a vastly superior, original film. Its not bad as such, its just feels like a beige re-run of sorts, that need not have been made.", + * "created_at": "2024-11-26T00:18:06.993Z", + * "id": "674513becfd24c3a7aaba878", + * "updated_at": "2024-11-26T03:33:57.712Z", + * "url": "https://www.themoviedb.org/review/674513becfd24c3a7aaba878" + * }, + * { + * "author": "Elif Duru Alaca", + * "author_details": { + * "avatar_path": null, + * "name": "Elif Duru Alaca", + * "rating": 9, + * "username": "Alacaea" + * }, + * "content": "After many years, the sequel of the movie is really great, go to the cinema and watch it.", + * "created_at": "2024-11-27T23:38:44.141Z", + * "id": "6747ad84a65145f558dae8db", + * "updated_at": "2024-12-10T16:16:26.177Z", + * "url": "https://www.themoviedb.org/review/6747ad84a65145f558dae8db" + * }, + * { + * "author": "Chandler Danier", + * "author_details": { + * "avatar_path": null, + * "name": "Chandler Danier", + * "rating": 4, + * "username": "chandlerdanier" + * }, + * "content": "Denzel is a badass. I love Denzel. He does the tongue thing from Joaquin's role in the first. Not even he could save this pile of crap.\r\n\r\nThe CGI somehow is worse than the original. Historical battles are cool but not even historical battles could save this pile of crap.\r\n\r\nThe Mandalorian is cool. Not even the Mandalorian could save this pile of crap.\r\n\r\nIt's a pile of crap.", + * "created_at": "2024-12-14T01:29:59.468Z", + * "id": "675cdf976c04dc336615b904", + * "updated_at": "2024-12-14T01:29:59.543Z", + * "url": "https://www.themoviedb.org/review/675cdf976c04dc336615b904" + * }, + * { + * "author": "RalphRahal", + * "author_details": { + * "avatar_path": null, + * "name": "", + * "rating": 5, + * "username": "RalphRahal" + * }, + * "content": "When Ridley Scott decided to revisit Gladiator, it sounded like an opportunity to expand on one of the greatest historical epics. Instead, we got a rehash that feels more like a missed opportunity than a bold sequel.\r\n\r\nThe first act rushes through familiar territory. A general, born out of combat, loses his family and ends up as a slave. Sound familiar? It’s the same setup as Maximus’s story, minus the emotional weight. And sending Lucilla’s son away to protect him? That’s not just a weak plot point, it spits on everything Maximus and Marcus died for.\r\n\r\nThe second act brings nothing new to the table. The “twist” is predictable, the plot messy, and the villains uninspired. Commodus worked because he was layered, a mix of insecurity and cruelty. Here, the two emperors are generic placeholders. Even the attempted coup feels like déjà vu, with none of the intensity or buildup that made the first movie iconic.\r\n\r\nThe third act delivers a visually stunning battle but lacks substance. The final showdown offers nothing fresh, and the death of the antagonist in front of everyone feels like it’s trying to copy the original. The speech about “Maximus and Marcus’s dream”? We’ve heard it before, and it meant more the first time.\r\n\r\nWhat was the point of that last scene? There were so many ways to end this movie with a high note, something meaningful to honor Lucilla or Acacius. Instead, we get a hollow, pointless ending that adds nothing to the story.\r\n\r\nCredit where it’s due: the cinematography, CGI, and score are outstanding. Visually, the movie is a masterpiece, with breathtaking scenery and polished editing. The music, while clearly inspired by the original, carries the mood well. But great visuals can’t save a story that refuses to move forward.\r\n\r\nGladiator 2 had potential, but it’s stuck trying to recreate past glory instead of delivering something new. It’s visually impressive but ultimately hollow.", + * "created_at": "2024-12-29T01:09:01.956Z", + * "id": "6770a12d005810c23f927a8c", + * "updated_at": "2024-12-29T01:09:02.034Z", + * "url": "https://www.themoviedb.org/review/6770a12d005810c23f927a8c" + * } + * ] */ + results?: { + /** @example Manuel São Bento */ + author?: string; + author_details?: { + /** @example null */ + avatar_path?: string | null; + /** @example Manuel São Bento */ + name?: string; + /** @example 8 */ + rating?: number; + /** @example msbreviews */ + username?: string; + }; + /** @example FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/ + * + * "Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur. + * + * Ridley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground. + * + * Necessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs." + * + * Rating: A- */ + content?: string; + /** @example 2024-11-14T08:50:23.907Z */ + created_at?: string; + /** @example 6735b9cfffe3878e9e9f89ed */ + id?: string; + /** @example 2024-11-14T08:50:24.017Z */ + updated_at?: string; + /** @example https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed */ + url?: string; + }[]; + /** @example 1 */ + total_pages?: number; + /** @example 12 */ + total_results?: number; + }; + }; + }; + }; + }; + similar: { + parameters: { + query?: { + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description similar */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/AuV99eQivVWuk2AOSM6hYh9QRPQ.jpg", + * "genre_ids": [ + * 12, + * 10751, + * 14 + * ], + * "id": 411, + * "original_language": "en", + * "original_title": "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe", + * "overview": "Siblings Lucy, Edmund, Susan and Peter step through a magical wardrobe and find the land of Narnia. There, they discover a charming, once peaceful kingdom that has been plunged into eternal winter by the evil White Witch, Jadis. Aided by the wise and magnificent lion, Aslan, the children lead Narnia into a spectacular, climactic battle to be free of the Witch's glacial powers forever.", + * "popularity": 214.923, + * "poster_path": "/iREd0rNCjYdf5Ar0vfaW32yrkm.jpg", + * "release_date": "2005-12-07", + * "title": "The Chronicles of Narnia: The Lion, the Witch and the Wardrobe", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 10666 + * }, + * { + * "adult": false, + * "backdrop_path": "/qDEZmaaAGhEso6kvB5kk1CROPwG.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 897, + * "original_language": "bn", + * "original_title": "অপরাজিত", + * "overview": "Aparajito picks up where the first film leaves off, with Apu and his family having moved away from the country to live in the bustling holy city of Varanasi (then known as Benares). As Apu progresses from wide-eyed child to intellectually curious teenager, eventually studying in Kolkata, we witness his academic and moral education, as well as the growing complexity of his relationship with his mother. This tenderly expressive, often heart-wrenching film, which won three top prizes at the Venice Film Festival, including the Golden Lion, not only extends but also spiritually deepens the tale of Apu. Preserved by the Academy Film Archive in 1996.", + * "popularity": 10.379, + * "poster_path": "/qvR2Qs42WHwCEcuwhQnterU3gVY.jpg", + * "release_date": "1956-10-11", + * "title": "Aparajito", + * "video": false, + * "vote_average": 7.9, + * "vote_count": 253 + * }, + * { + * "adult": false, + * "backdrop_path": "/rgy1Nf2kf7UodG4BI6awfQqttac.jpg", + * "genre_ids": [ + * 18, + * 10749, + * 10752 + * ], + * "id": 907, + * "original_language": "en", + * "original_title": "Doctor Zhivago", + * "overview": "The life of a Russian physician and poet who, although married to another, falls in love with a political activist's wife and experiences hardship during World War I and then the October Revolution.", + * "popularity": 24.561, + * "poster_path": "/r0Iv2BiCFYDnzc6uU1q3AJ56igT.jpg", + * "release_date": "1965-12-22", + * "title": "Doctor Zhivago", + * "video": false, + * "vote_average": 7.542, + * "vote_count": 1147 + * }, + * { + * "adult": false, + * "backdrop_path": "/ryuNZtfeugm9olrytaydFPsDSoB.jpg", + * "genre_ids": [ + * 28, + * 12, + * 35, + * 80, + * 53 + * ], + * "id": 942, + * "original_language": "en", + * "original_title": "Lethal Weapon 2", + * "overview": "In the opening chase, Martin Riggs and Roger Murtaugh stumble across a trunk full of Krugerrands. They follow the trail to a South African diplomat who's using his immunity to conceal a smuggling operation. When he plants a bomb under Murtaugh's toilet, the action explodes!", + * "popularity": 26.588, + * "poster_path": "/z35OkbOTfnalyx8LK5EPUrnKQhR.jpg", + * "release_date": "1989-07-07", + * "title": "Lethal Weapon 2", + * "video": false, + * "vote_average": 7.016, + * "vote_count": 3379 + * }, + * { + * "adult": false, + * "backdrop_path": "/kmt9XmhmX36sJduuDVFlTgEWh9U.jpg", + * "genre_ids": [ + * 12, + * 28, + * 35, + * 53, + * 80 + * ], + * "id": 943, + * "original_language": "en", + * "original_title": "Lethal Weapon 3", + * "overview": "Archetypal buddy cops Riggs and Murtaugh are back for another round of high-stakes action, this time setting their collective sights on bringing down a former Los Angeles police lieutenant turned black market weapons dealer. Lorna Cole joins as the beautiful yet hardnosed internal affairs sergeant who catches Riggs's eye.", + * "popularity": 31.505, + * "poster_path": "/smzJxEnusgqv3bvHIWwf4cuwPcr.jpg", + * "release_date": "1992-05-15", + * "title": "Lethal Weapon 3", + * "video": false, + * "vote_average": 6.697, + * "vote_count": 2898 + * }, + * { + * "adult": false, + * "backdrop_path": "/u4d4vymNPo1UuJ6ihtyy9OQgco2.jpg", + * "genre_ids": [ + * 28, + * 12, + * 35, + * 80, + * 53 + * ], + * "id": 944, + * "original_language": "en", + * "original_title": "Lethal Weapon 4", + * "overview": "Officers Martin Riggs and Roger Murtaugh of the Los Angeles Police Department must stop a dangerous crime lord from China from getting his brother out of jail.", + * "popularity": 31.029, + * "poster_path": "/vl4n3uO602y8nDsqjE4RIMnSy8Q.jpg", + * "release_date": "1998-07-10", + * "title": "Lethal Weapon 4", + * "video": false, + * "vote_average": 6.6, + * "vote_count": 2638 + * }, + * { + * "adult": false, + * "backdrop_path": "/mx2jS5Kaa5rmaldEFzKeKpDN9Q2.jpg", + * "genre_ids": [ + * 12, + * 36, + * 10752 + * ], + * "id": 947, + * "original_language": "en", + * "original_title": "Lawrence of Arabia", + * "overview": "The story of British officer T.E. Lawrence's mission to aid the Arab tribes in their revolt against the Ottoman Empire during the First World War. Lawrence becomes a flamboyant, messianic figure in the cause of Arab unity but his psychological instability threatens to undermine his achievements.", + * "popularity": 37.987, + * "poster_path": "/AiAm0EtDvyGqNpVoieRw4u65vD1.jpg", + * "release_date": "1962-12-11", + * "title": "Lawrence of Arabia", + * "video": false, + * "vote_average": 8, + * "vote_count": 3032 + * }, + * { + * "adult": false, + * "backdrop_path": "/wRTZaxAiDP0ZEeQsO0HiiSqYCSp.jpg", + * "genre_ids": [ + * 16, + * 10751, + * 35, + * 12 + * ], + * "id": 950, + * "original_language": "en", + * "original_title": "Ice Age: The Meltdown", + * "overview": "Diego, Manny and Sid return in this sequel to the hit animated movie Ice Age. This time around, the deep freeze is over, and the ice-covered earth is starting to melt, which will destroy the trio's cherished valley. The impending disaster prompts them to reunite and warn all the other beasts about the desperate situation.", + * "popularity": 61.72, + * "poster_path": "/zDduhCHasKQ9YOTvlOreHem7Wbi.jpg", + * "release_date": "2006-03-29", + * "title": "Ice Age: The Meltdown", + * "video": false, + * "vote_average": 6.71, + * "vote_count": 9729 + * }, + * { + * "adult": false, + * "backdrop_path": "/aheSIG4h3JNxWeDvdb1NxKzgjaM.jpg", + * "genre_ids": [ + * 36, + * 10752, + * 18, + * 12 + * ], + * "id": 967, + * "original_language": "en", + * "original_title": "Spartacus", + * "overview": "The rebellious Thracian Spartacus, born and raised a slave, is sold to Gladiator trainer Batiatus. After weeks of being trained to kill for the arena, Spartacus turns on his owners and leads the other slaves in rebellion. As the rebels move from town to town, their numbers swell as escaped slaves join their ranks. Under the leadership of Spartacus, they make their way to southern Italy, where they will cross the sea and return to their homes.", + * "popularity": 34.715, + * "poster_path": "/xLPpQlFWE12cbqNJQ5Vf4eJU8ij.jpg", + * "release_date": "1960-10-13", + * "title": "Spartacus", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 2146 + * }, + * { + * "adult": false, + * "backdrop_path": "/eGhjeUbzttA3E4flxdAm8gHz4h4.jpg", + * "genre_ids": [ + * 28, + * 12, + * 10752 + * ], + * "id": 1271, + * "original_language": "en", + * "original_title": "300", + * "overview": "Based on Frank Miller's graphic novel, \"300\" is very loosely based the 480 B.C. Battle of Thermopylae, where the King of Sparta led his army against the advancing Persians; the battle is said to have inspired all of Greece to band together against the Persians, and helped usher in the world's first democracy.", + * "popularity": 50.326, + * "poster_path": "/h7Lcio0c9ohxPhSZg42eTlKIVVY.jpg", + * "release_date": "2007-03-07", + * "title": "300", + * "video": false, + * "vote_average": 7.188, + * "vote_count": 13738 + * }, + * { + * "adult": false, + * "backdrop_path": "/gRWOLFbgkmujsPUNgQshkSkCTdf.jpg", + * "genre_ids": [ + * 28, + * 12, + * 53, + * 10752 + * ], + * "id": 1369, + * "original_language": "en", + * "original_title": "Rambo: First Blood Part II", + * "overview": "John Rambo is released from prison by the government for a top-secret covert mission to the last place on Earth he'd want to return - the jungles of Vietnam.", + * "popularity": 54.874, + * "poster_path": "/pzPdwOitmTleVE3YPMfIQgLh84p.jpg", + * "release_date": "1985-05-21", + * "title": "Rambo: First Blood Part II", + * "video": false, + * "vote_average": 6.646, + * "vote_count": 3922 + * }, + * { + * "adult": false, + * "backdrop_path": "/8eRscFbRYl681zDfkjv1jjW1KAA.jpg", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 1452, + * "original_language": "en", + * "original_title": "Superman Returns", + * "overview": "Superman returns to discover his 5-year absence has allowed Lex Luthor to walk free, and that those he was closest to felt abandoned and have moved on. Luthor plots his ultimate revenge that could see millions killed and change the face of the planet forever, as well as ridding himself of the Man of Steel.", + * "popularity": 32.702, + * "poster_path": "/385XwTQZDpRX2d3kxtnpiLrjBXw.jpg", + * "release_date": "2006-06-28", + * "title": "Superman Returns", + * "video": false, + * "vote_average": 5.774, + * "vote_count": 4200 + * }, + * { + * "adult": false, + * "backdrop_path": "/kP8rK9dGS1pr0HrnmXfIi2heWjo.jpg", + * "genre_ids": [ + * 18, + * 28, + * 12, + * 36, + * 10752 + * ], + * "id": 1495, + * "original_language": "en", + * "original_title": "Kingdom of Heaven", + * "overview": "After his wife dies, a blacksmith named Balian is thrust into royalty, political intrigue and bloody holy wars during the Crusades.", + * "popularity": 63.024, + * "poster_path": "/uk55nBEFIQFveIiy9jvLGiVtk4h.jpg", + * "release_date": "2005-05-03", + * "title": "Kingdom of Heaven", + * "video": false, + * "vote_average": 7, + * "vote_count": 4299 + * }, + * { + * "adult": false, + * "backdrop_path": "/bYJv39whWTAOWO0mv7oUija8GgM.jpg", + * "genre_ids": [ + * 28, + * 12 + * ], + * "id": 575264, + * "original_language": "en", + * "original_title": "Mission: Impossible - Dead Reckoning Part One", + * "overview": "Ethan Hunt and his IMF team embark on their most dangerous mission yet: To track down a terrifying new weapon that threatens all of humanity before it falls into the wrong hands. With control of the future and the world's fate at stake and dark forces from Ethan's past closing in, a deadly race around the globe begins. Confronted by a mysterious, all-powerful enemy, Ethan must consider that nothing can matter more than his mission—not even the lives of those he cares about most.", + * "popularity": 120.784, + * "poster_path": "/NNxYkU70HPurnNCSiCjYAmacwm.jpg", + * "release_date": "2023-07-08", + * "title": "Mission: Impossible - Dead Reckoning Part One", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 3889 + * }, + * { + * "adult": false, + * "backdrop_path": "/3hugi0xNkUG2SvrQI5GXIpDaf17.jpg", + * "genre_ids": [ + * 28, + * 12, + * 53 + * ], + * "id": 575265, + * "original_language": "en", + * "original_title": "Mission: Impossible - The Final Reckoning", + * "overview": "After escaping a calamitous train crash, Ethan realizes The Entity is stashed aboard an old Russian submarine, but a foe from his past named Gabriel is also on the trail.", + * "popularity": 103.939, + * "poster_path": "/z53D72EAOxGRqdr7KXXWp9dJiDe.jpg", + * "release_date": "2025-05-21", + * "title": "Mission: Impossible - The Final Reckoning", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 80, + * 28 + * ], + * "id": 1249415, + * "original_language": "ko", + * "original_title": "범죄도시 5", + * "overview": "", + * "popularity": 3.199, + * "poster_path": null, + * "release_date": "", + * "title": "The Roundup 5", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/4xSwUdwDw43YV8eVXFF7FquN2vH.jpg", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1253059, + * "original_language": "pa", + * "original_title": "ਬਲੈਕੀਆ ੨", + * "overview": "A young man from a village rises through the ranks of the underworld.", + * "popularity": 0.982, + * "poster_path": "/eA9dnAXj9NETERswgEiZlNTcE7Q.jpg", + * "release_date": "2024-03-08", + * "title": "Blackia 2", + * "video": false, + * "vote_average": 10, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/kv7Cnk2FZzFzdbTMVPjMrOhSJdH.jpg", + * "genre_ids": [ + * 18, + * 36 + * ], + * "id": 5153, + * "original_language": "it", + * "original_title": "Cabiria", + * "overview": "Young Cabiria is kidnapped by pirates and sold as a slave in Carthage. Just as she's to be sacrificed to Moloch, Cabiria is rescued by Fulvius Axilla, a good-hearted Roman spy, and his powerful slave, Maciste. The trio are broken up as Cabiria is entrusted to a woman of noble birth. With Cabiria's fate unknown, Maciste punished for his heroism, and Fulvius sent away to fight for Rome, is there any hope of our heroes reuniting?", + * "popularity": 5.96, + * "poster_path": "/oZhgcHHapkzYmB0OhQcRfZ7LdLM.jpg", + * "release_date": "1914-06-01", + * "title": "Cabiria", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 128 + * }, + * { + * "adult": false, + * "backdrop_path": "/flYEmZuMyDJKomYbprKzkbltXRw.jpg", + * "genre_ids": [ + * 28, + * 12, + * 18, + * 53 + * ], + * "id": 7227, + * "original_language": "en", + * "original_title": "Airport '77", + * "overview": "Flight 23 has crashed in the Bermuda Triangle after a hijacking gone wrong. Now the surviving passengers must brave panic, slow leaks, oxygen depletion, and more while attempting a daring plan, all while 200 feet underwater.", + * "popularity": 15.611, + * "poster_path": "/m9b3frZR0Wu8I3ayN3QPrxfZMvC.jpg", + * "release_date": "1977-03-11", + * "title": "Airport '77", + * "video": false, + * "vote_average": 5.599, + * "vote_count": 293 + * }, + * { + * "adult": false, + * "backdrop_path": "/zzAErvRSasbEpe3biSLjhilvBlk.jpg", + * "genre_ids": [ + * 28, + * 53, + * 10752 + * ], + * "id": 7555, + * "original_language": "en", + * "original_title": "Rambo", + * "overview": "In Thailand, ex-Green Beret John James Rambo joins a group of mercenaries to venture into war-torn neighboring Myanmar to rescue a group of Christian aid workers who have been kidnapped by a ruthless local infantry unit.", + * "popularity": 51.142, + * "poster_path": "/3mInub5c8o00H7EJ1TrjAqOzIuc.jpg", + * "release_date": "2008-01-24", + * "title": "Rambo", + * "video": false, + * "vote_average": 6.7, + * "vote_count": 3902 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /AuV99eQivVWuk2AOSM6hYh9QRPQ.jpg */ + backdrop_path?: string | null; + /** @example [ + * 12, + * 10751, + * 14 + * ] */ + genre_ids?: number[]; + /** @example 411 */ + id?: number; + /** @example en */ + original_language?: string; + /** @example The Chronicles of Narnia: The Lion, the Witch and the Wardrobe */ + original_title?: string; + /** @example Siblings Lucy, Edmund, Susan and Peter step through a magical wardrobe and find the land of Narnia. There, they discover a charming, once peaceful kingdom that has been plunged into eternal winter by the evil White Witch, Jadis. Aided by the wise and magnificent lion, Aslan, the children lead Narnia into a spectacular, climactic battle to be free of the Witch's glacial powers forever. */ + overview?: string; + /** @example 214.923 */ + popularity?: number; + /** @example /iREd0rNCjYdf5Ar0vfaW32yrkm.jpg */ + poster_path?: string | null; + /** @example 2005-12-07 */ + release_date?: string; + /** @example The Chronicles of Narnia: The Lion, the Witch and the Wardrobe */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 7.1 */ + vote_average?: number; + /** @example 10666 */ + vote_count?: number; + }[]; + /** @example 14410 */ + total_pages?: number; + /** @example 288183 */ + total_results?: number; + }; + }; + }; + }; + }; + translations1: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description translations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 558449 */ + id?: number; + /** @example [ + * { + * "data": { + * "homepage": "https://www.gladiator.movie", + * "overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.", + * "runtime": 148, + * "tagline": "Prepare to be entertained.", + * "title": "" + * }, + * "english_name": "English", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "name": "English" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Años después de presenciar la muerte del venerado héroe Maximus a manos de su tío, Lucius se ve obligado a ingresar al Coliseo después de que su hogar fuera conquistado por los emperadores tiránicos que ahora dirigen Roma con mano de hierro. Con rabia en su corazón y el futuro del Imperio en juego, Lucius debe mirar a su pasado para encontrar fuerza y ​​honor para devolver la gloria de Roma a su pueblo.", + * "runtime": 0, + * "tagline": "", + * "title": "Gladiador II" + * }, + * "english_name": "Spanish", + * "iso_3166_1": "MX", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "故事延续前作,路奇乌斯(保罗·麦斯卡 Paul Mescal 饰)童年时亲眼目击受万人景仰的英雄马克西蒙斯死于舅舅之手,多年后已长大成人的他,在暴君的铁腕统治下,被迫进入竞技场为生存而战。心中充满怒火的路奇乌斯,眼见罗马帝国的未来岌岌可危,决心讨回本属于他的权力和荣誉 ,还罗马人民一个辉煌的罗马。", + * "runtime": 148, + * "tagline": "", + * "title": "角斗士2" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "CN", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "로마의 영웅이자 최고의 검투사였던 막시무스가 콜로세움에서 죽음을 맞이한 뒤 20여 년이 흐른 후. 쌍둥이 황제 게타와 카라칼라의 폭압 아래 시민을 위한 자유로운 나라 로마의 꿈은 잊힌 지 오래다. 한편 아카시우스 장군이 이끄는 로마군에 대패한 후 모든 것을 잃고 노예로 전락한 루시우스는 강한 권력욕을 지닌 마크리누스의 눈에 띄어 검투사로 발탁된다. 로마를 향한 걷잡을 수 없는 분노, 타고난 투사의 기질로 콜로세움에 입성하게 된 루시우스는 결투를 거듭하며 자신이 진짜 누구인지 알게 되고 마침내 로마의 운명을 건 결전을 준비하게 되는데...!", + * "runtime": 148, + * "tagline": "역사로 기억될 새로운 반란이 시작된다!", + * "title": "글래디에이터 II" + * }, + * "english_name": "Korean", + * "iso_3166_1": "KR", + * "iso_639_1": "ko", + * "name": "한국어/조선말" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Dieciséis años después de la muerte de Marco Aurelio, Roma está gobernada por los despiadados emperadores gemelos Geta y Caracalla. El nieto de Aurelio, Lucio Vero, vive bajo el seudónimo de Hanno con su esposa Arishat en el reino norteafricano de Numidia. El ejército romano dirigido por el general Acacio invade y conquista el reino, esclavizando a Lucio junto con otros supervivientes. Los esclavos son llevados a Ostia, donde Lucio es comprado por el maestro de cuadra Macrinus, que le promete la oportunidad de vengarse matando a Acacio si gana suficientes combates para llegar al Coliseo.", + * "runtime": 0, + * "tagline": "", + * "title": "" + * }, + * "english_name": "Spanish", + * "iso_3166_1": "ES", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Des années après avoir assisté à la mort du héros vénéré Maximus aux mains de son oncle, Lucius est forcé d'entrer dans le Colisée lorsque son pays est conquis par les empereurs tyranniques qui gouvernent désormais Rome d'une main de fer. La rage au cœur et l'avenir de l'Empire en jeu, Lucius doit se tourner vers son passé pour trouver la force et l'honneur de rendre la gloire de Rome à son peuple.", + * "runtime": 0, + * "tagline": "Préparez-vous à être divertis.", + * "title": "" + * }, + * "english_name": "French", + * "iso_3166_1": "FR", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "20 năm trước, một anh hùng đã được sinh ra và nhanh chóng thống trị mọi mặt trận phòng vé toàn cầu đầy kiêu hãnh. Tên gã là \"Maximus Decimus Meridius, chỉ huy quân đội phương Bắc, tướng quân của Felix Legions, người trung thành với hoàng đế chân chính Marcus Aurelius, cha của một đứa con đã bị giết, chồng của một người vợ đã bị giết. Và tôi sẽ trả thù, trong kiếp này hoặc kiếp sau\". Và 20 năm sau, Võ Sĩ Giác Đấu II tiếp nối với câu chuyện được thúc đẩy bởi nỗi căm thù của cậu bé Lucius, lúc này đã là một chàng võ sĩ giác đấu cường tráng bị ép buộc phải bước vào Đấu Trường La Mã khi cả vương quốc của mình rơi vào tay những gã Hoàng Đế bạo chúa.", + * "runtime": 0, + * "tagline": "Đế chế gào thét. Huyền thoại trở lại.", + * "title": "Võ Sĩ Giác Đấu II" + * }, + * "english_name": "Vietnamese", + * "iso_3166_1": "VN", + * "iso_639_1": "vi", + * "name": "Tiếng Việt" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "«Гладіатор II» продовжує епічну сагу про владу, помсту та інтриги, події якої відбуваються в Стародавньому Римі. Декілька років тому Луцій став свідком вбивства Максимуса від рук свого дядька. Тепер він змушений увійти в Колізей після того як його дім було зруйновано імператорами-тиранами, які тепер керують Римом. Оскільки на карту поставлено майбутнє імперії, Луцій повинен знайти у собі сили забути минуле та повернути Риму і його народу колишню славу.", + * "runtime": 148, + * "tagline": "", + * "title": "Гладіатор II" + * }, + * "english_name": "Ukrainian", + * "iso_3166_1": "UA", + * "iso_639_1": "uk", + * "name": "Український" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "تدور أحداث العمل حول (لوشيوس)، ابن حبيبة (ماكسيموس) والتي تُعرف باسم (لوسيا)، ذلك في أعقاب وفاة (ماكسيموس) وانقلاب موازين القوة.", + * "runtime": 0, + * "tagline": "", + * "title": "المصارع 2" + * }, + * "english_name": "Arabic", + * "iso_3166_1": "SA", + * "iso_639_1": "ar", + * "name": "العربية" + * }, + * { + * "data": { + * "homepage": "https://gladiator2.jp", + * "overview": "ローマ帝国が栄華を誇った時代―。ローマを支配する暴君の圧政によって自由を奪われたルシアスは、グラディエーター(剣闘士)となり、コロセウム(円形闘技場)での闘いに身を投じていく。果たして、怒りに燃えるルシアスは帝国への復讐を果たすことができるのか。", + * "runtime": 0, + * "tagline": "", + * "title": "グラディエーターII 英雄を呼ぶ声" + * }, + * "english_name": "Japanese", + * "iso_3166_1": "JP", + * "iso_639_1": "ja", + * "name": "日本語" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Anos depois de testemunhar a trágica morte do reverenciado herói Maximus nas mãos de seu tio malvado, Lucius se vê forçado a lutar no Coliseu depois que sua terra natal é conquistada por dois imperadores tirânicos, que agora governam Roma. Com o coração ardendo de raiva e o destino do Império pendurado por um fio, Lucius deve enfrentar perigos e inimigos, redescobrindo em seu passado a força e a honra necessárias para trazer a glória de Roma de volta ao seu povo. Prepare-se para uma jornada épica de coragem e vingança na sangrenta arena do Coliseu.", + * "runtime": 150, + * "tagline": "Um novo legado de rebelião vai começar.", + * "title": "Gladiador 2" + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "BR", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Wiele lat po tym, jak był świadkiem śmierci szanowanego bohatera Maximusa z rąk swojego wuja, Lucjusz zostaje zmuszony do wejścia do Koloseum po tym, jak jego dom został podbity przez despotycznych cesarzy, którzy teraz prowadzą Rzym żelazną pięścią. Z wściekłością w sercu i przyszłością Imperium na szali, Lucjusz musi spojrzeć w swoją przeszłość, aby znaleźć siłę i honor, aby przywrócić chwałę Rzymu jego obywatelom.", + * "runtime": 0, + * "tagline": "", + * "title": "Gladiator 2" + * }, + * "english_name": "Polish", + * "iso_3166_1": "PL", + * "iso_639_1": "pl", + * "name": "Polski" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Anni dopo aver assistito alla tragica morte del venerato eroe Massimo per mano del suo perfido zio, Lucio (Paul Mescal) si trova costretto a combattere nel Colosseo dopo che la sua patria viene conquistata da parte di due tirannici imperatori, che ora governano Roma. Con il cuore ardente di rabbia e il destino dell'Impero appeso a un filo, Lucio deve affrontare pericoli e nemici, riscoprendo nel suo passato la forza e l'onore necessari per riportare la gloria di Roma al suo popolo. Preparatevi per un viaggio epico di coraggio e vendetta nella sanguinosa arena del Colosseo.", + * "runtime": 0, + * "tagline": "Ciò che facciamo nella vita riecheggia nell'eternità.", + * "title": "Il gladiatore II" + * }, + * "english_name": "Italian", + * "iso_3166_1": "IT", + * "iso_639_1": "it", + * "name": "Italiano" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Gladyatör Maximus Decimus Meridius’un ölümünden 15 yıl sonrasıdır. Kana susamış kalabalıklar yarı deli ikiz imparatorları zalimliğin yeni zirvelerine iterken Kolezyum’daki savaşlar çok daha ölümcül ve görkemli hâle gelmiştir. Roma İmparatorluğu sınırlarını genişleterek, yoluna çıkan her kültürü yağmalayarak ve hayatta kalanları ringde yaşamları için savaşmaya zorlayarak yeryüzündeki yürüyüşünü sürdürmektedir.", + * "runtime": 0, + * "tagline": "Eğlenmeye hazır olun.", + * "title": "Gladyatör II" + * }, + * "english_name": "Turkish", + * "iso_3166_1": "TR", + * "iso_639_1": "tr", + * "name": "Türkçe" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "runtime": 0, + * "tagline": "", + * "title": "გლადიატორი 2" + * }, + * "english_name": "Georgian", + * "iso_3166_1": "GE", + * "iso_639_1": "ka", + * "name": "ქართული" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "หลายปีหลังจากที่ได้เห็นการเสียชีวิตของวีรบุรุษผู้เป็นที่เคารพนับถืออย่าง แม็กซิมัส ด้วยน้ำมือของลุงของเขา ลูเซียส ถูกบังคับให้เข้าสู่สังเวียนโคลอสเซียม หลังจากบ้านของเขาถูกยึดครองโดยจักรพรรดิเผด็จการผู้ปกครองกรุงโรมด้วยอำนาจอันเหี้ยมโหด ด้วยความโกรธภายในใจและอนาคตของจักรวรรดิที่แขวนอยู่บนเส้นด้าย ลูเซียส ต้องหันกลับไปหาค้นหาความเข้มแข็งและเกียรติยศจากอดีตของเขา เพื่อคืนความรุ่งโรจน์ของโรมให้แก่ประชาชนของมัน", + * "runtime": 0, + * "tagline": "", + * "title": "แกลดดิเอเตอร์ นักรบผู้กล้า ผ่าแผ่นดินทรราช 2" + * }, + * "english_name": "Thai", + * "iso_3166_1": "TH", + * "iso_639_1": "th", + * "name": "ภาษาไทย" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "盧修斯(保羅麥斯卡 飾)童年時親眼目擊受萬人景仰的英雄麥師武死於舅父之手,多年後已長大成人的他,在暴帝的鐵腕統治下,被迫進入競技場為生存而戰。心中充滿怒火的盧修斯,眼見羅馬帝國的未來岌岌可危,決心討回本屬於他的權力和榮譽,還羅馬人民一個輝煌的羅馬。", + * "runtime": 0, + * "tagline": "", + * "title": "帝國驕雄 II" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "HK", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Години след смъртта на почитания герой Максимус, Луций – внук на бившия император на Рим Марк Аврелий и син на Луцила – живее със съпругата и детето си в Нумидия. Когато римски войници, начело с генерал Марк Акаций, нахлуват в берберското царство, за да го присъединят към империята, Луций е взет в робство. Воден от нестихващата си ярост и желание за мъст, Луций трябва да се обърне към миналото си, за да намери в себе си сила да се опълчи срещу тираничното управлението на младите императори Каракала и Гета и да върне славата на Рим на неговия народ.", + * "runtime": 0, + * "tagline": "", + * "title": "Гладиатор II" + * }, + * "english_name": "Bulgarian", + * "iso_3166_1": "BG", + * "iso_639_1": "bg", + * "name": "български език" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "سال‌ها پس از مرگ قهرمان مورد احترام، ماکسیموس، به دست عمویش، لوسیوس مجبور می‌شود وارد کولوسئوم شود، پس از اینکه خانه‌اش توسط امپراتوران ظالمی که اکنون با مشت آهنین بر روم حکومت می‌کنند، تسخیر می‌شود. با خشم در قلب و آینده امپراتوری در خطر، لوسیوس باید به گذشته خود نگاه کند تا قدرت و افتخار را بیابد و شکوه روم را به مردمش بازگرداند.", + * "runtime": 141, + * "tagline": "", + * "title": "گلادیاتور ۲" + * }, + * "english_name": "Persian", + * "iso_3166_1": "IR", + * "iso_639_1": "fa", + * "name": "فارسی" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "לוציוס, בנה של לוסילה ואחיינו של הנבל קומודוס, נשלח בילדותו להתגורר בצפון אפריקה כדי להתרחק מהאימפריה הרומית. כעת הוא שב אל רומא כגלדיאטור ורוכש אויבים חדשים.", + * "runtime": 148, + * "tagline": "", + * "title": "גלדיאטור II" + * }, + * "english_name": "Hebrew", + * "iso_3166_1": "IL", + * "iso_639_1": "he", + * "name": "עִבְרִית" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Lucius, vnuk cisára Marca Aurelia a syn „prvého“ gladiátora Maxima, žije v úkryte v jednom z posledných slobodných miest v severnej Afrike. Rozsiahla Rímska ríša ho však nenechá na pokoji. Stačí jeden masívny útok flotily vedenej generálom Acacciom, aby sa prosperujúce mesto zmenilo na ruiny a slobodný Lucius na bezmenného otroka. Dobre stavaného zajatca si všimne organizátor gladiátorských hier Macrinus, ktorý z neho chce urobiť hviezdu rímskeho kolosea (kým ho nenahradí niekto schopnejší). Gladiátorské hry však nie sú tou hlavnou hrou, ktorú Marcus hrá. Premyslený stratég si uvedomuje slabosť ríše, ktorej vládnu dvaja šialení cisári, Caracalla a Geta, a rozohráva riskantnú hru, v ktorej gladiátor a zároveň právoplatný dedič rímskeho trónu Lucius, jeho matka Lucilla a generál Acacius, jej manžel a muž, ktorého jej syn na smrť nenávidí za to, že mu zničil život, bojujú na pomyselnej šachovnici. Chystá sa stret, pri ktorom krv potečie nielen Koloseom, ale aj ulicami Ríma.", + * "runtime": 0, + * "tagline": "", + * "title": "Gladiátor II" + * }, + * "english_name": "Slovak", + * "iso_3166_1": "SK", + * "iso_639_1": "sk", + * "name": "Slovenčina" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "200 год нашей эры. Армия Римской империи под командованием генерала Марка Акация штурмует Нумидию — последнее свободное государство в Северной Африке. В битве с захватчиками у воина Ханно погибает супруга-лучница, а сам он попадает в плен. Вместе с другими пленникам его готовятся продать в рабство, но благодаря физической выносливости и боевым навыкам его замечает и покупает организатор гладиаторских боёв Макрин. Так воин становится гладиатором, одержимым жаждой мести римскому полководцу. Макрин обещает Ханно устроить встречу с его заклятым врагом, если парень будет эффектно, красочно и яростно сражаться на арене Колизея.", + * "runtime": 148, + * "tagline": "", + * "title": "Гладиатор 2" + * }, + * "english_name": "Russian", + * "iso_3166_1": "RU", + * "iso_639_1": "ru", + * "name": "Pусский" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "保羅在片中飾演長大後露西拉之子的盧賽斯,在第一部事件發生後,他被母親送往非洲北部海岸生活,以避開羅馬的腐敗和暴力。他在那裡長大過著平靜的生活,但成年後,當佩德羅帕斯卡飾演的馬庫將軍率領的勢力入侵他在努米底亞的家鄉,並最終將他俘虜時,他發現自己又被推回羅馬的生活以及充滿殺戮的競技場之中。", + * "runtime": 0, + * "tagline": "", + * "title": "神鬼戰士2" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "TW", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "https://www.gladiator.movie/", + * "overview": "Jahre nachdem er Zeuge des Todes des verehrten Helden Maximus durch die Hand seines Onkels wurde, wird Lucius gezwungen, das Kolosseum zu betreten, nachdem seine Heimat von den tyrannischen Kaisern erobert wurde, die Rom nun mit eiserner Faust regieren. Mit Wut in seinem Herzen und der Zukunft des Imperiums auf dem Spiel muss Lucius in seine Vergangenheit blicken, um Kraft und Ehre zu finden, um den Ruhm Roms an sein Volk zurückzugeben.", + * "runtime": 141, + * "tagline": "", + * "title": "" + * }, + * "english_name": "German", + * "iso_3166_1": "DE", + * "iso_639_1": "de", + * "name": "Deutsch" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Az ötszörös Oscar-díjas Gladiátor folytatása. A cselekmény néhány évvel később játszódik: Lucius, a császár húgának, Lucillának fia felnőtt. Semmi sem nyűgözte le jobban, mint Maximus hőstette. Az egykori hadvezér, aki gladiátorok ellen kényszerült harcolni, megmentette Luciust és édesanyját, miközben bosszút akart állni saját családja meggyilkolásáért. Lucius méltónak akarja bizonyítani magát nagy példaképéhez, aki az arénában halt meg...", + * "runtime": 0, + * "tagline": "Készülj fel a szórakozásra", + * "title": "Gladiátor II." + * }, + * "english_name": "Hungarian", + * "iso_3166_1": "HU", + * "iso_639_1": "hu", + * "name": "Magyar" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Er zijn inmiddels tientallen jaren verstreken nadat Maximus zijn leven heeft gegeven als gladiator in het Colosseum om zich te wreken op de keizer. Lucius, de inmiddels volwassen zoon van Lucilla, werd als kind door zijn moeder weggestuurd naar Numidia om op te groeien net buiten het bereik van het Romeinse Rijk. Hij heeft nooit helemaal begrepen waarom. En naarmate hij sterker werd, nam zijn wrok jegens haar toe.", + * "runtime": 148, + * "tagline": "", + * "title": "" + * }, + * "english_name": "Dutch", + * "iso_3166_1": "NL", + * "iso_639_1": "nl", + * "name": "Nederlands" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Nakon što su njegov dom osvojili tiranski carevi koji sada vode Rim, Lucius je prisiljen ući u Koloseum i mora pogledati u svoju prošlost kako bi smogao snage da vrati slavu Rima njegovim ljudima.", + * "runtime": 0, + * "tagline": "", + * "title": "Gladijator II" + * }, + * "english_name": "Croatian", + * "iso_3166_1": "HR", + * "iso_639_1": "hr", + * "name": "Hrvatski" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Dėl valdžios. Dėl sukilimo. Dėl keršto. Viena istorija baigiasi. Ir prasideda kita. Liucijus (akt. Paul Mescal), buvusio Romos imperatoriaus Marko Aurelijaus anūkas ir Liucilos (akt. Connie Nielsen) sūnus, gyvena ramų gyvenimą kol jo nesujaukia Romos kareiviai, vadovaujami generolo Akacijaus (akt. Pedro Pascal), pagrobdami ir parduodami Liucijų į vergiją. Įkvėptas garsaus romėnų armijos generolo ir sau lygių neturėjusio gladiatoriaus Maksimo, Liucijus ryžtasi kovoti kaip gladiatorius, siekdamas sugriauti jaunųjų imperatorių Karakalos ir Getos valdžią. Įtūžis – jo dovana. Ir jis ją išpakuos didingiausioje šventykloje, kokią yra pastačiusi Roma – Koliziejuje – arenoje, kuri vergus paverčia gladiatoriais, o gladiatorius – laisvais žmonėmis.", + * "runtime": 0, + * "tagline": "", + * "title": "Gladiatorius 2" + * }, + * "english_name": "Lithuanian", + * "iso_3166_1": "LT", + * "iso_639_1": "lt", + * "name": "Lietuvių" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Vuosia sen jälkeen, kun Lucius todisti arvostetun gladiaattorisankari Maximuksen kuoleman setänsä takia, hän joutuu itse astumaan Colosseumille. Luciuksen omat kotiseudut on valloitettu, kun kaksi tyrannimaista keisaria hallitsee nyt Roomaa rautaisella otteellaan. Koska Rooman imperiumin tulevaisuus on uhattuna, Luciuksen pitää ammentaa kokemistaan vääryyksistä voimaa ja palauttaa Rooma takaisin kansalleen.", + * "runtime": 141, + * "tagline": "", + * "title": "" + * }, + * "english_name": "Finnish", + * "iso_3166_1": "FI", + * "iso_639_1": "fi", + * "name": "suomi" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "År efter att ha bevittnat den ärade hjälten Maximus död, som orsakades av hans morbror, tvingas Lucius att gå in i Colosseum efter att hans hem har erövrats av de tyranniska kejsarna som nu styr Rom med järnhand. Med vrede i hjärtat och imperiets framtid på spel måste Lucius söka i sitt förflutna för att hitta styrkan och hedern att återge Rom dess forna glans och ära till dess folk.", + * "runtime": 0, + * "tagline": "", + * "title": "" + * }, + * "english_name": "Swedish", + * "iso_3166_1": "SE", + * "iso_639_1": "sv", + * "name": "svenska" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Anys després de presenciar la mort de l'admirat heroi Màxim a mans del seu oncle, Luci es veu forçat a entrar al Colosseu després de ser testimoni de la conquesta de casa seva per part dels tirànics emperadors que dirigeixen Roma amb puny de ferro. Amb un cor desbordant de fúria i el futur de l'imperi en joc, Luci ha de rememorar el seu passat a la recerca de la força i l'honor que tornin al poble la glòria perduda de Roma.", + * "runtime": 0, + * "tagline": "", + * "title": "" + * }, + * "english_name": "Catalan", + * "iso_3166_1": "ES", + * "iso_639_1": "ca", + * "name": "Català" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Lucius, vnuk císaře Marka Aurelia a syn „prvního“ gladiátora Maxima, žije v utajení v jednom z posledních svobodných měst na severu Afriky. Rozpínavá Římská říše ho však nenechá na pokoji. Stačí jeden masívní útok loďstva vedeného generálem Acaciem a prosperující město se změní v ruiny a svobodný Lucius v bezejmenného otroka. Urostlého zajatce si všimne organizátor gladiátorských zápasů Macrinus, který z něj chce mít hvězdu Římského kolosea (než ho nahradí někdo schopnější). Gladiátorské hry však nejsou tou hlavní hrou, kterou Marcinus hraje. Důmyslný stratég si uvědomuje slabost impéria ovládaného dvěma šílenými císaři, Caracallou a Getou, a rozehraje riskantní partii, v níž na pomyslné šachovnici bojují gladiátor a také právoplatný dědic římského trůnu Lucius, jeho matka Lucilla a generál Acacius, její manžel a zároveň muž, kterého její syn k smrti nenávidí, protože mu zničil život. Blíží se střet, při kterém krev nepoteče jen Koloseem, ale i ulicemi Říma.", + * "runtime": 0, + * "tagline": "", + * "title": "Gladiátor II" + * }, + * "english_name": "Czech", + * "iso_3166_1": "CZ", + * "iso_639_1": "cs", + * "name": "Český" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Anos depois de testemunhar a morte do venerado herói Máximus às mãos do seu tio, Lúcius é forçado a entrar no Coliseu depois de a sua casa ter sido conquistada pelos imperadores tirânicos que agora lideram Roma com mão de ferro. Com a raiva no coração e o futuro do Império em jogo, Lúcius tem de olhar para o seu passado para encontrar força e honra para devolver a glória de Roma ao seu povo.", + * "runtime": 148, + * "tagline": "", + * "title": "Gladiador II" + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "PT", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "La ani după ce a asistat la moartea veneratului erou Maximus de către unchiul său, Lucius este forțat să intre în Colosseum după ce casa lui este cucerită de împărații tiranici care acum conduc Roma cu o mână de fier. Cu furie în inimă și cu viitorul Imperiului în joc, Lucius trebuie să se uite la trecutul său pentru a găsi putere și onoare pentru a întoarce gloria Romei poporului său.", + * "runtime": 0, + * "tagline": "", + * "title": "Gladiatorul II" + * }, + * "english_name": "Romanian", + * "iso_3166_1": "RO", + * "iso_639_1": "ro", + * "name": "Română" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Χρόνια αφότου έγινε μάρτυρας του θανάτου του αξιοσέβαστου Μάξιμου από τα χέρια του θείου του, ο Λεύκιος αναγκάζεται να εισέλθει στο Κολοσσαίο, αφού η πατρίδα του κατακτήθηκε από τους τυραννικούς αυτοκράτορες που πλέον ηγούνται της Ρώμης. Γεμάτος οργή και με το μέλλον της αυτοκρατορίας να διακυβεύεται, ο Λεύκιος πρέπει να ανατρέξει στο παρελθόν του για να βρει τη δύναμη να επιστρέψει η δόξα στο λαό της Ρώμης.", + * "runtime": 148, + * "tagline": "", + * "title": "Μονομάχος ΙΙ" + * }, + * "english_name": "Greek", + * "iso_3166_1": "GR", + * "iso_639_1": "el", + * "name": "ελληνικά" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Lucij je leta po tem, ko je bil priča smrti častitljivega junaka Maksima, ki ga je ubil njegov stric, prisiljen vstopiti v Kolosej, potem ko njegov dom zavzamejo tiranski cesarji, ki zdaj Rim vodijo z železno roko. Z besom v srcu in s tveganjem za prihodnost cesarstva mora Lucij pogledati v svojo preteklost, da bi našel moč in čast ter vrnil slavo Rima njegovemu ljudstvu.", + * "runtime": 0, + * "tagline": "Pripravite se na zabavo.", + * "title": "" + * }, + * "english_name": "Slovenian", + * "iso_3166_1": "SI", + * "iso_639_1": "sl", + * "name": "Slovenščina" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Годинама након што је био сведок Максимове смрти од руке свог стрица, Луције мора да уђе у Колосеум након што су моћни римски цареви освојили његов дом. Са бесом у срцу и будућношћу царства у питању, он гледа у прошлост како би пронашао снагу и част потребну да врати славу Рима његовом народу.", + * "runtime": 0, + * "tagline": "Припреми се за забаву.", + * "title": "Гладијатор 2" + * }, + * "english_name": "Serbian", + * "iso_3166_1": "RS", + * "iso_639_1": "sr", + * "name": "Srpski" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Години откако бил сведок на смртта на почитуваниот херој Максим од рацете на неговиот чичко, Луциј е принуден да влезе во Колосеумот откако неговиот дом е освоен од тиранските императори што сега го водат Рим со железна тупаница. Со бес во срцето и со иднината на империјата загрозена, Луциј мора да погледне во своето минато за да најде сила и чест да му ја врати славата на Рим на неговиот народ.", + * "runtime": 0, + * "tagline": "", + * "title": "Гладијатор 2" + * }, + * "english_name": "Macedonian", + * "iso_3166_1": "MK", + * "iso_639_1": "mk", + * "name": "" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "", + * "runtime": 0, + * "tagline": "", + * "title": "Gladiaator II" + * }, + * "english_name": "Estonian", + * "iso_3166_1": "EE", + * "iso_639_1": "et", + * "name": "Eesti" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "År efter at have været vidne til den ærede helt Maximus' død i hænderne på sin onkel, er Lucius tvunget til at gå ind i Colosseum, efter at hans hjem er erobret af de tyranniske kejsere, der nu leder Rom med en jernnæve. Med vrede i hjertet og imperiets fremtid på spil, må Lucius se på sin fortid for at finde styrke og ære til at returnere Roms herlighed til dets folk.", + * "runtime": 148, + * "tagline": "", + * "title": "" + * }, + * "english_name": "Danish", + * "iso_3166_1": "DK", + * "iso_639_1": "da", + * "name": "Dansk" + * }, + * { + * "data": { + * "homepage": "", + * "overview": "Petit-fils de l'empereur Marc Aurèle, Lucius a grandi en Numidie où il a été envoyé pour sa sécurité par sa mère, Lucilla, à la suite de la mort de son père, un illustre gladiateur. Des années plus tard, au cours d'une bataille âprement disputée qui coûte la vie à sa femme, sa ville est conquise par les soldats romains sous le commandement du général Marcus Acacius. Fait prisonnier, Lucius, dont personne ne connaît la véritable identité, est emmené à Rome. Ses aptitudes au combat, sa force et son ingéniosité impressionnent le maître des gladiateurs Macrinus qui lui propose de lutter dans l'arène et lui fait miroiter du même coup la possibilité de prendre sa revanche sur Acacius.", + * "runtime": 148, + * "tagline": "Préparez-vous à être divertis.", + * "title": "Gladiateur II" + * }, + * "english_name": "French", + * "iso_3166_1": "CA", + * "iso_639_1": "fr", + * "name": "Français" + * } + * ] */ + translations?: { + data?: { + /** @example https://www.gladiator.movie */ + homepage?: string; + /** @example Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people. */ + overview?: string; + /** @example 148 */ + runtime?: number; + /** @example Prepare to be entertained. */ + tagline?: string; + /** @example */ + title?: string; + }; + /** @example English */ + english_name?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example English */ + name?: string; + }[]; + }; + }; + }; + }; + }; + videos: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description videos */ + 200: { + headers: { + Age?: string; + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 558449 */ + id?: number; + /** @example [ + * { + * "id": "67771f4515521f83d9667cb8", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "_ZBYN01c7OM", + * "name": "20 Years of Making a Sequel - Exclusive Behind the Scenes", + * "official": true, + * "published_at": "2024-12-31T15:59:55.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "676a46d21bb91310c064b1e0", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "gGmaZCZz48g", + * "name": "Screenwriting of Gladiator II", + * "official": true, + * "published_at": "2024-12-23T18:00:06.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "676a46c99348daa54ba9e899", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "L5HZw0tGAv8", + * "name": "Cinematography of Gladiator II", + * "official": true, + * "published_at": "2024-12-23T18:00:02.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "676a3b8bfdaa7c2549a9d803", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "eEFRXtV5LTE", + * "name": "Extended Clip - The Gateway to Rome", + * "official": true, + * "published_at": "2024-12-23T12:59:51.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "6766b63641db2b4b9c74861a", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "ICvbuugHjUg", + * "name": "Costume Design of Gladiator II", + * "official": true, + * "published_at": "2024-12-19T20:08:52.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "6764d3f68f10c2746b90bf7d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "uwd0uX0h1Mc", + * "name": "A Conversation with Director Ridley Scott and Christopher Nolan", + * "official": true, + * "published_at": "2024-12-19T20:05:30.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "6752262a0e8c237986a8f72f", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "abP1EYHvGvc", + * "name": "It's time to enter the arena", + * "official": true, + * "published_at": "2024-12-05T01:00:02.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "675326b4802bad16091abcfc", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "lLl6Bx8coJ4", + * "name": "'Gladiator II' With Paul Mescal, Denzel Washington, Ridley Scott, and More | Academy Conversations", + * "official": true, + * "published_at": "2024-12-04T16:00:06.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "674fd437355dbc0b15d7a05a", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "d-_apjZSE_s", + * "name": "Gladiator II is “what movies are made for.”", + * "official": true, + * "published_at": "2024-12-04T01:00:21.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "674dda79f313bac2f7a98ad1", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "QiDTEfTSRbw", + * "name": "See it. Feel it. Experience Gladiator II in 4DX", + * "official": true, + * "published_at": "2024-11-29T03:45:01.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "674dc8fb562b030bb5addc2c", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "fdh8bUZHt6s", + * "name": "Rebuilding Rome for Gladiator II", + * "official": true, + * "published_at": "2024-11-27T15:03:05.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "6745e66041433428d92ec7f0", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "DFgIdcti2KQ", + * "name": "This is what movies are made for", + * "official": true, + * "published_at": "2024-11-26T03:45:00.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "6744b820c24765fa2f2def12", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "HL6IOyKy8Fc", + * "name": "“The best action blockbuster of the year”!", + * "official": true, + * "published_at": "2024-11-25T03:43:31.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "6744b20cdae2e6a93825f4ae", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "7-CLwRoh4m0", + * "name": "World Tour", + * "official": true, + * "published_at": "2024-11-22T18:00:11.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "673fd41fae12bafff5754bf8", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "NlJE-JayNIk", + * "name": "HBCU Student Roundtable with Denzel Washington", + * "official": true, + * "published_at": "2024-11-21T23:31:24.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "673fd4068337acae076dcafe", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "lkOEfB0U1IQ", + * "name": "Lucilla", + * "official": true, + * "published_at": "2024-11-20T18:00:11.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "673fd4007b825e685b4e0b77", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "6q4vdtNnxMs", + * "name": "Acacius", + * "official": true, + * "published_at": "2024-11-20T18:00:09.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "673fd3f97b825e685b4e0b75", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "L9-Vwg82mfQ", + * "name": "Emperors", + * "official": true, + * "published_at": "2024-11-20T18:00:07.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "673fd3d5ae12bafff5754bce", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "cuzExc4OpK0", + * "name": "Lucius", + * "official": true, + * "published_at": "2024-11-20T18:00:05.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "673fd3c268823004ca9c44b4", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "tnQu4VrggM8", + * "name": "Macrinus", + * "official": true, + * "published_at": "2024-11-20T18:00:01.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "673c7ca5ac3aa714f4321583", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "8Lld3U0sVho", + * "name": "The birth of a new Roman epic", + * "official": true, + * "published_at": "2024-11-19T01:30:06.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "673c7ec93555417913b14b70", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "SL0ellaO20k", + * "name": "London Premiere", + * "official": true, + * "published_at": "2024-11-18T18:56:28.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "673c7cb5ac3aa714f432159d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "TQwSz88ITAE", + * "name": "Final Trailer", + * "official": true, + * "published_at": "2024-11-18T16:00:01.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Trailer" + * }, + * { + * "id": "673b42dc74a2e6e0237b64d8", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "mmbLQNsZqh0", + * "name": "Let the games begin", + * "official": true, + * "published_at": "2024-11-18T01:00:29.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "6735de73ff85881393a09f27", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "mw3NuoRkDCw", + * "name": "Prepare for the roar of the crowd", + * "official": true, + * "published_at": "2024-11-14T10:00:55.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "67357b977dfa9751886e121c", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "g_yU1rS261M", + * "name": "Strength x Honor", + * "official": true, + * "published_at": "2024-11-14T01:00:25.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "67354e7fdd2c72a8a9036c2b", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "botmnZBsji8", + * "name": "Prepare to be entertained", + * "official": true, + * "published_at": "2024-11-13T01:00:22.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "67357ba8d4ffba1e8b2ad32d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "lKAosomWZto", + * "name": "Directing Gladiator II", + * "official": true, + * "published_at": "2024-11-12T17:00:54.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "6732de0f575d069d39fc7c9d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "DizBLLrSMSc", + * "name": "He will defy an empire", + * "official": true, + * "published_at": "2024-11-12T01:00:07.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "6732de1f855cbb4e48f6718d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "iK7EDIzgJw0", + * "name": "The fire of vengeance burns hot", + * "official": true, + * "published_at": "2024-11-11T01:00:23.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "6732de2d4cee4fc8d5d1a996", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "4OQnvl6zOTs", + * "name": "A new Roman legacy begins.", + * "official": true, + * "published_at": "2024-11-10T01:00:05.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "67300abf8f81fed6bd3f6141", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "504X_zXULVs", + * "name": "Roundtable Interview", + * "official": true, + * "published_at": "2024-11-09T01:00:05.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "67256d771ba193caec2ab146", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "nZtmOBiXOjc", + * "name": "Rage can be a gift", + * "official": true, + * "published_at": "2024-10-31T19:00:38.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "67256d6f1ba193caec2ab143", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "LBpqSQJFl90", + * "name": "A day you’ll never forget", + * "official": true, + * "published_at": "2024-10-31T18:30:20.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "6721ece9d9a8a77b5da4407d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "-LNvW2ofxdI", + * "name": "For vengeance. For honor.", + * "official": true, + * "published_at": "2024-10-30T01:00:00.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "671f36994542e371fe0b080d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "L1foOR4beXQ", + * "name": "Honor isn’t given. It’s fought for.", + * "official": true, + * "published_at": "2024-10-28T01:00:10.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "67184e204be15469e70d4b13", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "utK0oXB_waQ", + * "name": "Training", + * "official": true, + * "published_at": "2024-10-22T13:00:06.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "670879f2c5fcf5a1634f336d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "9F2zmfRu5SM", + * "name": "Experience the Music of Gladiator II - Behind the scoring with Ridley Scott, Harry Gregson-Williams", + * "official": true, + * "published_at": "2024-10-10T14:00:03.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "67085de7c6010e40cd58e6f7", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "rbbNgvm3SS8", + * "name": "Making Of An Epic", + * "official": true, + * "published_at": "2024-10-08T15:00:01.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Behind the Scenes" + * }, + * { + * "id": "66f173c6c237258e4c2693c8", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "Ts0N8swyWFI", + * "name": "New Trailer", + * "official": true, + * "published_at": "2024-09-23T13:00:20.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Trailer" + * }, + * { + * "id": "66f102e02d98d59ce13ae95b", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "le6-HvwsyQc", + * "name": "New Trailer Tomorrow", + * "official": true, + * "published_at": "2024-09-22T17:00:07.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "66c540b2d0ac0d6ff72d409a", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "zBUlcCtE-fk", + * "name": "Paul Mescal Featurette", + * "official": true, + * "published_at": "2024-08-20T22:45:04.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "66c540abb9b2b73959d1220e", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "HMlPacqbVf8", + * "name": "Joseph Quinn Featurette", + * "official": true, + * "published_at": "2024-08-20T22:45:01.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "66c540b919fcb9bc26971f58", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "Sfewq6MbT8c", + * "name": "Denzel Washington Featurette", + * "official": true, + * "published_at": "2024-08-20T22:45:01.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "66c540c0ec6215ea20d5c337", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "7fGnxleq7vA", + * "name": "Pedro Pascal Featurette", + * "official": true, + * "published_at": "2024-08-20T22:45:01.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Featurette" + * }, + * { + * "id": "668d37079d1b57031f5c0490", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "4rgYUipGJNo", + * "name": "Official Trailer", + * "official": true, + * "published_at": "2024-07-09T13:00:03.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Trailer" + * } + * ] */ + results?: { + /** @example 67771f4515521f83d9667cb8 */ + id?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example _ZBYN01c7OM */ + key?: string; + /** @example 20 Years of Making a Sequel - Exclusive Behind the Scenes */ + name?: string; + /** @example true */ + official?: boolean; + /** @example 2024-12-31T15:59:55.000Z */ + published_at?: string; + /** @example YouTube */ + site?: string; + /** @example 1080 */ + size?: number; + /** @example Behind the Scenes */ + type?: string; + }[]; + }; + }; + }; + }; + }; + watchProviders: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description watch providers */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 558449 */ + id?: number; + results?: { + AR?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=AR */ + link?: string; + }; + AU?: { + /** @example [ + * { + * "display_priority": 10, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 12, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 13, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 17, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 21, + * "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + * "provider_id": 192, + * "provider_name": "YouTube" + * } + * ] */ + buy?: { + /** @example 10 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=AU */ + link?: string; + /** @example [ + * { + * "display_priority": 10, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 12, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 13, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 17, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 21, + * "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + * "provider_id": 192, + * "provider_name": "YouTube" + * } + * ] */ + rent?: { + /** @example 10 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + }; + BO?: { + /** @example [ + * { + * "display_priority": 20, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 20 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=BO */ + link?: string; + }; + BR?: { + /** @example [ + * { + * "display_priority": 8, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 13, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 15, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 8 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 25, + * "logo_path": "/7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg", + * "provider_id": 484, + * "provider_name": "Claro tv+" + * } + * ] */ + flatrate?: { + /** @example 25 */ + display_priority?: number; + /** @example /7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg */ + logo_path?: string; + /** @example 484 */ + provider_id?: number; + /** @example Claro tv+ */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=BR */ + link?: string; + /** @example [ + * { + * "display_priority": 8, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 13, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 15, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + rent?: { + /** @example 8 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + }; + CA?: { + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 8, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 19, + * "logo_path": "/d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg", + * "provider_id": 140, + * "provider_name": "Cineplex" + * }, + * { + * "display_priority": 23, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 37, + * "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + * "provider_id": 192, + * "provider_name": "YouTube" + * }, + * { + * "display_priority": 59, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * } + * ] */ + buy?: { + /** @example 6 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CA */ + link?: string; + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 8, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 19, + * "logo_path": "/d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg", + * "provider_id": 140, + * "provider_name": "Cineplex" + * }, + * { + * "display_priority": 23, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 37, + * "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + * "provider_id": 192, + * "provider_name": "YouTube" + * }, + * { + * "display_priority": 59, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 86, + * "logo_path": "/vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg", + * "provider_id": 538, + * "provider_name": "Plex" + * } + * ] */ + rent?: { + /** @example 6 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + }; + CL?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CL */ + link?: string; + }; + CO?: { + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 3 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CO */ + link?: string; + }; + CR?: { + /** @example [ + * { + * "display_priority": 21, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 21 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CR */ + link?: string; + }; + EC?: { + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 9 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=EC */ + link?: string; + }; + GT?: { + /** @example [ + * { + * "display_priority": 21, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 21 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=GT */ + link?: string; + }; + HK?: { + /** @example [ + * { + * "display_priority": 11, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 11 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=HK */ + link?: string; + /** @example [ + * { + * "display_priority": 11, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + rent?: { + /** @example 11 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + }; + HN?: { + /** @example [ + * { + * "display_priority": 20, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 20 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=HN */ + link?: string; + }; + ID?: { + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 6 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=ID */ + link?: string; + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + rent?: { + /** @example 6 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + }; + IN?: { + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * } + * ] */ + buy?: { + /** @example 3 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=IN */ + link?: string; + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 43, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * } + * ] */ + rent?: { + /** @example 3 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + }; + KR?: { + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 6 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=KR */ + link?: string; + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + rent?: { + /** @example 6 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + }; + MX?: { + /** @example [ + * { + * "display_priority": 7, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 13, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 14, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 24, + * "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + * "provider_id": 167, + * "provider_name": "Claro video" + * } + * ] */ + buy?: { + /** @example 7 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=MX */ + link?: string; + /** @example [ + * { + * "display_priority": 7, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 13, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 14, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 24, + * "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + * "provider_id": 167, + * "provider_name": "Claro video" + * } + * ] */ + rent?: { + /** @example 7 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + }; + NI?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 1 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=NI */ + link?: string; + }; + NZ?: { + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 9, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 6 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=NZ */ + link?: string; + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/iscLKFDwQlr0BAgVDBcuRapLiwC.jpg", + * "provider_id": 273, + * "provider_name": "Neon TV" + * }, + * { + * "display_priority": 6, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 9, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + rent?: { + /** @example 3 */ + display_priority?: number; + /** @example /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg */ + logo_path?: string; + /** @example 273 */ + provider_id?: number; + /** @example Neon TV */ + provider_name?: string; + }[]; + }; + PE?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=PE */ + link?: string; + }; + SG?: { + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 6 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=SG */ + link?: string; + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + rent?: { + /** @example 6 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + }; + TH?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 5 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=TH */ + link?: string; + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + rent?: { + /** @example 5 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + }; + US?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 6, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 16, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 17, + * "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + * "provider_id": 192, + * "provider_name": "YouTube" + * }, + * { + * "display_priority": 37, + * "logo_path": "/19fkcOz0xeUgCVW8tO85uOYnYK9.jpg", + * "provider_id": 7, + * "provider_name": "Fandango At Home" + * }, + * { + * "display_priority": 47, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 5 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=US */ + link?: string; + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 6, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 16, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 17, + * "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + * "provider_id": 192, + * "provider_name": "YouTube" + * }, + * { + * "display_priority": 37, + * "logo_path": "/19fkcOz0xeUgCVW8tO85uOYnYK9.jpg", + * "provider_id": 7, + * "provider_name": "Fandango At Home" + * }, + * { + * "display_priority": 47, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 128, + * "logo_path": "/aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg", + * "provider_id": 486, + * "provider_name": "Spectrum On Demand" + * }, + * { + * "display_priority": 134, + * "logo_path": "/vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg", + * "provider_id": 538, + * "provider_name": "Plex" + * } + * ] */ + rent?: { + /** @example 5 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + }; + VE?: { + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 3 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=VE */ + link?: string; + }; + }; + }; + }; + }; + }; + }; + addRating: { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: { + /** @description Indicates the media type of the resource being sent. It specifies the format of the data being sent in the request body (e.g., application/json;charset=utf-8). */ + content_type?: string; + }; + path: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id: components["parameters"]["guest_session_id"]; + /** @description This is a unique identifier for a movie. */ + movie_id: components["parameters"]["movie_id"]; + }; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description The rating score for the movie. + * @example 8.5 + */ + value?: number; + }; + }; + }; + responses: { + /** @description add rating */ + 201: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + status_code?: number; + /** @example Success. */ + status_message?: string; + /** @example true */ + success?: boolean; + }; + }; + }; + }; + }; + details8: { + parameters: { + query?: never; + header?: never; + path: { + /** @description A unique integer identifier assigned to a specific network in the database. */ + network_id: components["parameters"]["network_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example Singapore */ + headquarters?: string; + /** @example http://animax-asia.com/ */ + homepage?: string; + /** @example 3268 */ + id?: number; + /** @example /gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png */ + logo_path?: string; + /** @example Animax Asia */ + name?: string; + /** @example TW */ + origin_country?: string; + }; + }; + }; + }; + }; + alternativeNetworks: { + parameters: { + query?: never; + header?: never; + path: { + /** @description A unique integer identifier assigned to a specific network in the database. */ + network_id: components["parameters"]["network_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description alternative names */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 3268 */ + id?: number; + /** @example [ + * { + * "name": "Animax", + * "type": "" + * } + * ] */ + results?: { + /** @example Animax */ + name?: string; + /** @example */ + type?: string; + }[]; + }; + }; + }; + }; + }; + images3: { + parameters: { + query?: never; + header?: never; + path: { + /** @description A unique integer identifier assigned to a specific network in the database. */ + network_id: components["parameters"]["network_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 3268 */ + id?: number; + /** @example [ + * { + * "aspect_ratio": 2.99644128113879, + * "file_path": "/gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png", + * "file_type": ".png", + * "height": 281, + * "id": "5f3432efef9d7200348dd5b8", + * "vote_average": 0, + * "vote_count": 0, + * "width": 842 + * } + * ] */ + logos?: { + /** @example 2.99644128113879 */ + aspect_ratio?: number; + /** @example /gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png */ + file_path?: string; + /** @example .png */ + file_type?: string; + /** @example 281 */ + height?: number; + /** @example 5f3432efef9d7200348dd5b8 */ + id?: string; + /** @example 0 */ + vote_average?: number; + /** @example 0 */ + vote_count?: number; + /** @example 842 */ + width?: number; + }[]; + }; + }; + }; + }; + }; + popular1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description popular */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "gender": 1, + * "id": 2527414, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/lntyt4OVDbcxA1l7LtwITbrD3FI.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1010581, + * "media_type": "movie", + * "original_language": "es", + * "original_title": "Culpa mía", + * "overview": "Noah must leave her city, boyfriend, and friends to move into William Leister's mansion, the flashy and wealthy husband of her mother Rafaela. As a proud and independent 17 year old, Noah resists living in a mansion surrounded by luxury. However, it is there where she meets Nick, her new stepbrother, and the clash of their strong personalities becomes evident from the very beginning.", + * "popularity": 1413.583, + * "poster_path": "/w46Vw536HwNnEzOa7J24YH9DPRS.jpg", + * "release_date": "2023-06-08", + * "title": "My Fault", + * "video": false, + * "vote_average": 7.905, + * "vote_count": 3300 + * }, + * { + * "adult": false, + * "backdrop_path": "/2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1156593, + * "media_type": "movie", + * "original_language": "es", + * "original_title": "Culpa tuya", + * "overview": "The love between Noah and Nick seems unwavering despite their parents' attempts to separate them. But his job and her entry into college open up their lives to new relationships that will shake the foundations of both their relationship and the Leister family itself.", + * "popularity": 4279.149, + * "poster_path": "/1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg", + * "release_date": "2024-12-26", + * "title": "Your Fault", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 648 + * }, + * { + * "adult": false, + * "backdrop_path": "/ieiq46OoeTrLkjtclmhii6iRyzP.jpg", + * "first_air_date": "2024-05-31", + * "genre_ids": [ + * 18 + * ], + * "id": 242876, + * "media_type": "tv", + * "name": "Raising Voices", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Ni una más", + * "overview": "When a 17-year-old reports a sexual assault at her high school, an investigation upends her life and tests her relationships.", + * "popularity": 400.641, + * "poster_path": "/lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg", + * "vote_average": 7.8, + * "vote_count": 350 + * } + * ], + * "known_for_department": "Acting", + * "name": "Nicole Wallace", + * "original_name": "Nicole Wallace", + * "popularity": 301.158, + * "profile_path": "/gSGCoJVKAMUTmyA3GzCAX22WNBA.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 3724154, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/9ExqMvtOqvYcmQjMDXyhtfjLmEA.jpg", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 1232449, + * "media_type": "movie", + * "original_language": "nl", + * "original_title": "Young Hearts", + * "overview": "Fourteen-year-old Elias increasingly feels like an outsider in his village. When he meets his new neighbour of the same age, Alexander, Elias is confronted with his burgeoning sexuality.", + * "popularity": 154.202, + * "poster_path": "/iGCtYxfuvXfy0BD5m6p7vKuPOxS.jpg", + * "release_date": "2024-10-26", + * "title": "Young Hearts", + * "video": false, + * "vote_average": 8.315, + * "vote_count": 27 + * }, + * { + * "adult": false, + * "backdrop_path": "/xbb0AzHP1B7vJ2LiN7ARLNe3RwZ.jpg", + * "first_air_date": "2023-08-18", + * "genre_ids": [ + * 35 + * ], + * "id": 229685, + * "media_type": "tv", + * "name": "Boomer", + * "origin_country": [ + * "BE" + * ], + * "original_language": "nl", + * "original_name": "Boomer", + * "overview": "", + * "popularity": 12.522, + * "poster_path": "/bZAKLGZk3gqCbdBhcfrnBp0LuwS.jpg", + * "vote_average": 10, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/xANGcChEgQJLHMdiLwOLxWebvbs.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 1030955, + * "media_type": "movie", + * "original_language": "nl", + * "original_title": "Alleen Ik", + * "overview": "Longing for acceptance, a neurodivergent boy taunts the boundaries of his best friend: his brother.", + * "popularity": 26.569, + * "poster_path": "/qUzwUif6WybmpH6t4MA26hkdUI5.jpg", + * "release_date": "2022-11-05", + * "title": "Alleen Ik (Only me, me alone)", + * "video": false, + * "vote_average": 6, + * "vote_count": 2 + * } + * ], + * "known_for_department": "Acting", + * "name": "Lou Goossens", + * "original_name": "Lou Goossens", + * "popularity": 296.747, + * "profile_path": "/kY8eifhCPvjTE6JJclrrWO7Zr9L.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2786960, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/lntyt4OVDbcxA1l7LtwITbrD3FI.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1010581, + * "media_type": "movie", + * "original_language": "es", + * "original_title": "Culpa mía", + * "overview": "Noah must leave her city, boyfriend, and friends to move into William Leister's mansion, the flashy and wealthy husband of her mother Rafaela. As a proud and independent 17 year old, Noah resists living in a mansion surrounded by luxury. However, it is there where she meets Nick, her new stepbrother, and the clash of their strong personalities becomes evident from the very beginning.", + * "popularity": 1413.583, + * "poster_path": "/w46Vw536HwNnEzOa7J24YH9DPRS.jpg", + * "release_date": "2023-06-08", + * "title": "My Fault", + * "video": false, + * "vote_average": 7.905, + * "vote_count": 3300 + * }, + * { + * "adult": false, + * "backdrop_path": "/ieiq46OoeTrLkjtclmhii6iRyzP.jpg", + * "first_air_date": "2024-05-31", + * "genre_ids": [ + * 18 + * ], + * "id": 242876, + * "media_type": "tv", + * "name": "Raising Voices", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Ni una más", + * "overview": "When a 17-year-old reports a sexual assault at her high school, an investigation upends her life and tests her relationships.", + * "popularity": 400.641, + * "poster_path": "/lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg", + * "vote_average": 7.8, + * "vote_count": 350 + * }, + * { + * "adult": false, + * "backdrop_path": "/kxxJBjQAwhQXTtJTRe0qursHuDH.jpg", + * "first_air_date": "2024-06-12", + * "genre_ids": [ + * 18, + * 9648 + * ], + * "id": 249670, + * "media_type": "tv", + * "name": "From Tomorrow", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Desde el mañana", + * "overview": "Gabriela and Andrés, a doctor and a detective, must face a series of supernatural phenomena that disrupt their lives and those of their loved ones. Together, they have the opportunity to change their destinies.", + * "popularity": 54.234, + * "poster_path": "/tsaOWbVklGlGhMxRcRqPEi5QZIW.jpg", + * "vote_average": 7.2, + * "vote_count": 63 + * } + * ], + * "known_for_department": "Acting", + * "name": "Gabriel Guevara", + * "original_name": "Gabriel Guevara", + * "popularity": 280.142, + * "profile_path": "/pviRYKEEmoPUfLYwP1VHJ6LQcRg.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 63429, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/13uKAt4M87HQi1lMZAwBmsNZRGg.jpg", + * "genre_ids": [ + * 18, + * 35, + * 10749 + * ], + * "id": 11178, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "엽기적인 그녀", + * "overview": "A dweeby, mild-mannered man comes to the aid of a drunk young woman on a subway platform. Little does he know how much trouble he’s in for.", + * "popularity": 15.228, + * "poster_path": "/qx4hZvSy2b11KIPBHBFEibgRbk0.jpg", + * "release_date": "2001-07-27", + * "title": "My Sassy Girl", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 569 + * }, + * { + * "adult": false, + * "backdrop_path": "/aUskYggZkaoU2BhvIaRF1QehNdj.jpg", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 42190, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "클래식", + * "overview": "Ji-hae's friend is having problems expressing her feelings to the boy she loves, so she asks Ji-hae to write e-mails to him in her name. As the boy falls in love with her letters, Ji-hae discovers the story of her mother's romance which is remarkably similar to her own circumstances.", + * "popularity": 12.762, + * "poster_path": "/sNe23Tsia9usMBN5TW2KXPJdq2K.jpg", + * "release_date": "2003-01-30", + * "title": "The Classic", + * "video": false, + * "vote_average": 7.6, + * "vote_count": 158 + * }, + * { + * "adult": false, + * "backdrop_path": "/2tZb1Aq8TK55GAWuGnosGy9Rmt5.jpg", + * "genre_ids": [ + * 35, + * 10749 + * ], + * "id": 821661, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "해피 뉴 이어", + * "overview": "A romantic comedy of a young man and woman that is told in the background of hotel 'Emross'. It has stories of people who met each other at Hotel Emross during the New Year holidays. Each one has his own memory to relate and create relationships or just going nostalgic.", + * "popularity": 13.638, + * "poster_path": "/z1kgyVRmoNd4MxsP4NTNMadsPRZ.jpg", + * "release_date": "2021-12-29", + * "title": "A Year-End Medley", + * "video": false, + * "vote_average": 7.141, + * "vote_count": 142 + * } + * ], + * "known_for_department": "Directing", + * "name": "Kwak Jae-yong", + * "original_name": "곽재용", + * "popularity": 272.223, + * "profile_path": "/oTpZ0Ek4qoI8U0tRIViUhgfB05b.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 20652, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/AwlJ2bQGjfEuXLsL5XJAaxOmMuV.jpg", + * "genre_ids": [ + * 14, + * 18, + * 28, + * 53, + * 10749 + * ], + * "id": 2008, + * "media_type": "movie", + * "original_language": "zh", + * "original_title": "无极", + * "overview": "An orphaned girl, driven by poverty at such a young age, makes a promise with an enchantress. In return for beauty and the admiration of every man, she will never be with the man she loves. This spell cannot be broken unless the impossible happens: snow falling in spring and the dead coming back to life. Now a grown and beautiful princess, she regrets her promise, for all of the men she's loved has always been met with tragedy.", + * "popularity": 14.927, + * "poster_path": "/tdm4mlc27S1d72ub4Y4xcU2OlDD.jpg", + * "release_date": "2005-12-15", + * "title": "The Promise", + * "video": false, + * "vote_average": 5.6, + * "vote_count": 115 + * }, + * { + * "adult": false, + * "backdrop_path": "/lMRX4cLx4hxYth3iQ96c0E1RHGB.jpg", + * "genre_ids": [ + * 28, + * 35 + * ], + * "id": 11770, + * "media_type": "movie", + * "original_language": "cn", + * "original_title": "少林足球", + * "overview": "A young Shaolin follower reunites with his discouraged brothers to form a soccer team using their martial art skills to their advantage.", + * "popularity": 47.294, + * "poster_path": "/ppgeawDWa4rehYYRidWCqg4kOli.jpg", + * "release_date": "2001-07-05", + * "title": "Shaolin Soccer", + * "video": false, + * "vote_average": 7.127, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/fGzO3qGIaBlLlW53fsaRSUPEjw0.jpg", + * "genre_ids": [ + * 35, + * 18, + * 10749 + * ], + * "id": 53168, + * "media_type": "movie", + * "original_language": "cn", + * "original_title": "喜劇之王", + * "overview": "Wan Tin-Sau is an actor who cannot seem to catch a break, since his only professional jobs are limited to being a movie extra. As well as being an actor, he is also the head of his village's community center.", + * "popularity": 18.049, + * "poster_path": "/dmJWvKNgeCrIwJH6AapdSMiZHop.jpg", + * "release_date": "1999-02-08", + * "title": "King of Comedy", + * "video": false, + * "vote_average": 7.3, + * "vote_count": 173 + * } + * ], + * "known_for_department": "Acting", + * "name": "Cecilia Cheung", + * "original_name": "張柏芝", + * "popularity": 180.629, + * "profile_path": "/xghVxRPUmFCHYxzD0NxMO8NtoKK.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2497156, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/kZA1PConTaVJQH2lAgvGB6VEO2b.jpg", + * "first_air_date": "2018-04-24", + * "genre_ids": [ + * 18 + * ], + * "id": 79053, + * "media_type": "tv", + * "name": "The Split", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The Split", + * "overview": "The Defoes, a family of female divorce lawyers, are forced to face their past following the return of their estranged father after a 30 year absence.", + * "popularity": 32.508, + * "poster_path": "/vOxXjqBNGXTjZeYCsEebljiDkLj.jpg", + * "vote_average": 7.364, + * "vote_count": 44 + * }, + * { + * "adult": false, + * "backdrop_path": "/eesuJC91i5MPGOZvEtoa11cPqe5.jpg", + * "first_air_date": "2013-01-14", + * "genre_ids": [ + * 18, + * 80, + * 9648 + * ], + * "id": 61511, + * "media_type": "tv", + * "name": "Father Brown", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Father Brown", + * "overview": "Father Brown is based on G. K. Chesterton's detective stories about a Catholic priest who doubles as an amateur detective in order to try and solve mysteries.", + * "popularity": 152.559, + * "poster_path": "/u8LUC3O1hiEDKP2SFZK68iYqMzl.jpg", + * "vote_average": 7.495, + * "vote_count": 111 + * }, + * { + * "adult": false, + * "backdrop_path": "/vpd5FK7CtizjUdPmZlmEgYBfCxy.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 1027337, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Tommies", + * "overview": "In Regency-era London, five women waiting for a carriage descend into a frenzy of vicious gossip.", + * "popularity": 0.508, + * "poster_path": "/x8si9oWFbKq994qWvPQORAS9cJ4.jpg", + * "release_date": "2022-10-08", + * "title": "Tommies", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Acting", + * "name": "Elizabeth Roberts", + * "original_name": "Elizabeth Roberts", + * "popularity": 175.437, + * "profile_path": "/A2QYCmbSmEequBZWHj2BPywMdrP.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2049994, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/wQlJJJ50gKphCci0SmoetUXmJN4.jpg", + * "first_air_date": "2023-06-20", + * "genre_ids": [ + * 18 + * ], + * "id": 210733, + * "media_type": "tv", + * "name": "Hidden Love", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "偷偷藏不住", + * "overview": "Since high school, Sang Zhi has had a crush on Duan Jiaxu. When fate brings them together again, they find a chance to embark on a sweet relationship.", + * "popularity": 130.717, + * "poster_path": "/riGzESa9N9toumP9OhMmg0QvFPD.jpg", + * "vote_average": 8.521, + * "vote_count": 121 + * }, + * { + * "adult": false, + * "backdrop_path": "/5BuVAlwQiLHVqTWITHxaLmp2leB.jpg", + * "first_air_date": "2019-01-28", + * "genre_ids": [ + * 18 + * ], + * "id": 87299, + * "media_type": "tv", + * "name": "I Hear You", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "最动听的事", + * "overview": "Bei Er Duo, a girl from an ordinary family, dreams about studying in Japan to be a professional voice actor. However, her mother wants her to marry rich whilst she is young, leading to continuous blind dates which irritate Bei Er Duo. In her desperation to raise funds for studying overseas as well as helping her best friend Tang Li out of a crisis, Bei Er Duo joins a couple reality program, encountering top violin maker Ye Shu Wei.", + * "popularity": 110.602, + * "poster_path": "/2wVMh3vqvt1IgAhextxwUKxaOAH.jpg", + * "vote_average": 7.7, + * "vote_count": 66 + * }, + * { + * "adult": false, + * "backdrop_path": "/gxafmR8O7cAJxmrs3RHp1P2ftsY.jpg", + * "first_air_date": "2020-05-18", + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 103635, + * "media_type": "tv", + * "name": "The Romance of Tiger and Rose", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "传闻中的陈芊芊", + * "overview": "A screenwriter finds herself becoming a character in the script of her own creation. However, she is not meant to live past three episodes! Chen Xiaoqian is a writer who poured blood, sweat and tears into creating a big female-centric drama. What could have started filming smoothly quickly turned south because of actor Han Mingxing's reservations about the script. Feeling wronged, Chen Xiaoqian vows to prove herself yet she accidentally gets stuck in a parallel world where her story has come to life. Now known as the 3rd princess Chen Qianqian, she is an insignificant side character with a horrid reputation that is not meant to live long in the story. In order to live, she starts on a road to reverse her fate. She also gets caught in between the arrogant and black-bellied prince Han Shuo and the practically perfect Pei Heng.", + * "popularity": 13.617, + * "poster_path": "/mCsidkxf6ji8e71T07dYff3FjCF.jpg", + * "vote_average": 7.3, + * "vote_count": 23 + * } + * ], + * "known_for_department": "Acting", + * "name": "Zhao Lusi", + * "original_name": "赵露思", + * "popularity": 169.526, + * "profile_path": "/hjuAEb4VksEtgSpygDKXs5WSWho.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 122822, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/nPx3FS9ZnQ6fwy9BtgcnNZJpyXC.jpg", + * "genre_ids": [ + * 28, + * 35 + * ], + * "id": 12207, + * "media_type": "movie", + * "original_language": "cn", + * "original_title": "醉拳二", + * "overview": "Returning home with his father after a shopping expedition, Wong Fei-Hong is unwittingly caught up in the battle between foreigners who wish to export ancient Chinese artifacts and loyalists who don't want the pieces to leave the country. Fei-Hong must fight against the foreigners using his Drunken Boxing style, and overcome his father's antagonism as well.", + * "popularity": 26.474, + * "poster_path": "/xqUBrSBtPYLvCtfqHF5sapU6Div.jpg", + * "release_date": "1994-02-03", + * "title": "The Legend of Drunken Master", + * "video": false, + * "vote_average": 7.411, + * "vote_count": 958 + * }, + * { + * "adult": false, + * "backdrop_path": "/c6wTuTMEl0ffnZyzozNiw08Ocnl.jpg", + * "genre_ids": [ + * 27, + * 35, + * 18 + * ], + * "id": 32629, + * "media_type": "movie", + * "original_language": "cn", + * "original_title": "滿清十大酷刑", + * "overview": "A corrupt magistrate subjects a innocent young bride to inconceivable physical punishments after convicting her of killing her husband.", + * "popularity": 34.571, + * "poster_path": "/wbMoB0gCTA9oKz75YuE8szcCjfJ.jpg", + * "release_date": "1994-05-19", + * "title": "A Chinese Torture Chamber Story", + * "video": false, + * "vote_average": 5.7, + * "vote_count": 57 + * }, + * { + * "adult": false, + * "backdrop_path": "/5zmVp93emCBu28JKCo4Jzzod5xW.jpg", + * "genre_ids": [ + * 18, + * 35, + * 10749 + * ], + * "id": 67120, + * "media_type": "movie", + * "original_language": "cn", + * "original_title": "滿清禁宮奇案", + * "overview": "In the Qing Dynasty, the only people who lived in the Forbidden City are the Emperor's concubines, their maids, the eunuchs and the Emperor himself. Lee Lien Ying is an eunuch who enters the Forbidden City with a big secret. One that will have his head on the floor if the wrong people find out.", + * "popularity": 15.959, + * "poster_path": "/6nHUJONnTgKPwUbIN4kiDXMMh0P.jpg", + * "release_date": "1994-02-10", + * "title": "Sex and the Emperor", + * "video": false, + * "vote_average": 4, + * "vote_count": 18 + * } + * ], + * "known_for_department": "Acting", + * "name": "Yvonne Yung Hung", + * "original_name": "翁虹", + * "popularity": 168.872, + * "profile_path": "/d7tO5Z1UdpMfutCdW2zfLfXCOfO.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 550627, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/scMU7yDvzZdqpqb24WcuQB0i4fb.jpg", + * "genre_ids": [ + * 28, + * 53, + * 80, + * 35 + * ], + * "id": 36282, + * "media_type": "movie", + * "original_language": "ja", + * "original_title": "極道戦国志 不動", + * "overview": "In order to settle a business dispute, a mob leader murders one of his own teenage sons. The surviving son vows to avenge his brother's death, and organizes his own gang of teenage killers to destroy his father's organization.", + * "popularity": 7.427, + * "poster_path": "/kRlmTuDdZEGPbbXavNmiafUYYka.jpg", + * "release_date": "1996-10-12", + * "title": "Fudoh: The New Generation", + * "video": false, + * "vote_average": 6.6, + * "vote_count": 64 + * }, + * { + * "adult": false, + * "backdrop_path": "/1XUjqfCCgoqGiJYV6hfPlHOxC59.jpg", + * "genre_ids": [ + * 28, + * 18, + * 53 + * ], + * "id": 36274, + * "media_type": "movie", + * "original_language": "ja", + * "original_title": "実録・安藤昇侠道(アウトロー)伝 烈火", + * "overview": "After Kunisada's Yakuza leader and father figure is brutally murdered, he and his best friend go on a two-man mission to avenge his death, killing other Yakuza leaders leading to a final confrontation by the old man's killers.", + * "popularity": 7.237, + * "poster_path": "/2r4WNCpwAQzekbaZwoCcOv1GJuO.jpg", + * "release_date": "2002-09-21", + * "title": "Deadly Outlaw: Rekka", + * "video": false, + * "vote_average": 6.7, + * "vote_count": 28 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 18 + * ], + * "id": 792589, + * "media_type": "movie", + * "original_language": "cn", + * "original_title": "女歡", + * "overview": "Female modeling and lesbian interest", + * "popularity": 6.027, + * "poster_path": "/6owpqEOBcnDJ6r6GEoV4xZcdolo.jpg", + * "release_date": "1998-01-01", + * "title": "Intimate Desire", + * "video": false, + * "vote_average": 1.5, + * "vote_count": 2 + * } + * ], + * "known_for_department": "Acting", + * "name": "Miho Nomoto", + * "original_name": "野本美穂", + * "popularity": 154.325, + * "profile_path": "/ego6I5PWMZRJGYyu8aPjiNwsz3l.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 3513082, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1156593, + * "media_type": "movie", + * "original_language": "es", + * "original_title": "Culpa tuya", + * "overview": "The love between Noah and Nick seems unwavering despite their parents' attempts to separate them. But his job and her entry into college open up their lives to new relationships that will shake the foundations of both their relationship and the Leister family itself.", + * "popularity": 4279.149, + * "poster_path": "/1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg", + * "release_date": "2024-12-26", + * "title": "Your Fault", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 648 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1252309, + * "media_type": "movie", + * "original_language": "es", + * "original_title": "Pídeme lo que quieras", + * "overview": "After his father's death, Eric Zimmerman travels to Spain to oversee his company's branches. In Madrid, he falls for Judith and engage in an intense, erotic relationship full of exploration. However, Eric fears his secret may end their affair.", + * "popularity": 754.386, + * "poster_path": "/76qnVxU2rPdVvipBN3DPQH6fVYB.jpg", + * "release_date": "2024-11-29", + * "title": "Ask Me What You Want", + * "video": false, + * "vote_average": 5.625, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/9KjiHBfeQAoRGhk6ts5p4mFUM5T.jpg", + * "first_air_date": "2022-04-15", + * "genre_ids": [ + * 18 + * ], + * "id": 128008, + * "media_type": "tv", + * "name": "Heirs to the Land", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Los herederos de la tierra", + * "overview": "Resourceful young Hugo Llor works to make a name for himself in 14th-century Barcelona while keeping a vow he made to the Estanyol family.", + * "popularity": 19.828, + * "poster_path": "/zuYtzT6rLn5N4g5XHivpkaM5Yls.jpg", + * "vote_average": 6.5, + * "vote_count": 30 + * } + * ], + * "known_for_department": "Acting", + * "name": "Gabriela Andrada", + * "original_name": "Gabriela Andrada", + * "popularity": 152.928, + * "profile_path": "/h8cAdDqbDK2ayGIuxQQdNCzyCsb.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 80792, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/3PWmMis6SLZ986t5ruPpv9ekd7g.jpg", + * "genre_ids": [ + * 35, + * 27 + * ], + * "id": 45065, + * "media_type": "movie", + * "original_language": "ja", + * "original_title": "残酷飯店", + * "overview": "Just what is the mystery ingredient in the pot stickers at Togen Restaurant? Those who look for the answer have a habit of disappearing. So when body parts start washing up on the beach, police trace the murders to Togen's seemingly innocent owner. But the slaughter of a few curious fans is the least shocking secret coming out of Togen's kitchen! Mihiro, Sakae Yamazaki, Katsuya Naruse and Yusuke Iwata star in this pitch-black comic horror tale.", + * "popularity": 4.308, + * "poster_path": "/ndziFzdfFk8CvsqPmwtd0iQEvIo.jpg", + * "release_date": "2008-01-25", + * "title": "Cruel Restaurant", + * "video": false, + * "vote_average": 4.7, + * "vote_count": 19 + * }, + * { + * "adult": false, + * "backdrop_path": "/p1Q81xNXjvTYpSx7pVJ2XFEuS05.jpg", + * "genre_ids": [ + * 28, + * 80 + * ], + * "id": 50133, + * "media_type": "movie", + * "original_language": "ja", + * "original_title": "スケパン刑事 バージンネーム=諸見栄サキ", + * "overview": "A beautiful \"special student undercover cop\" attends a prestigious high school in order to bust up a student prostitution ring in this sexy spoof of the popular Yo-Yo Girl Cop series. Saki (Mihiro) may look like you're average innocent schoolgirl, but in reality she's a highly skilled agent for the Japanese government. Armed with a lethal yo-yo and a special pair of see through underwear, Saki befriends a student prostitute named Asuka in hopes of identifying of the ringleaders and gathering the evidence that will bring them to justice. Accomplishing that goal is no simple task, however, because in addition to being bullied about her unconventional undergarments, Saki soon finds herself falling for handsome young classmate Takuya. Now torn between love and duty, Saki is shocked to learn that Asuka has been murdered after her double life was discovered, and that the leaders of the prostitution are none other than the Headmaster of the school and a highly respected teacher.", + * "popularity": 3.505, + * "poster_path": "/hAYcM6G1GNOWTRDP24pS1flHTzw.jpg", + * "release_date": "2006-09-30", + * "title": "Yo-Yo Sexy Girl Cop", + * "video": false, + * "vote_average": 3.9, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/lnlXn8kU3qE3aKWpMkMj22I4aNd.jpg", + * "genre_ids": [ + * 14, + * 27 + * ], + * "id": 26693, + * "media_type": "movie", + * "original_language": "ja", + * "original_title": "呪怨 白い老女", + * "overview": "An apparitions of a young schoolgirl in a yellow rain hat, a family massacre, and a law student's suicide after he fails his bar exam are linked by the ominous recordings discovered on an audio cassette.", + * "popularity": 9.13, + * "poster_path": "/dX9itkjGfYJq4gk2HIdAwmg31l8.jpg", + * "release_date": "2009-06-27", + * "title": "Ju-On: White Ghost", + * "video": false, + * "vote_average": 6.063, + * "vote_count": 96 + * } + * ], + * "known_for_department": "Acting", + * "name": "Mihiro", + * "original_name": "みひろ", + * "popularity": 150.538, + * "profile_path": "/30hRircgW7oYvSdbpRyxUUGfqI3.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 115440, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/9KnIzPCv9XpWA0MqmwiKBZvV1Sj.jpg", + * "first_air_date": "2019-06-16", + * "genre_ids": [ + * 18 + * ], + * "id": 85552, + * "media_type": "tv", + * "name": "Euphoria", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Euphoria", + * "overview": "A group of high school students navigate love and friendships in a world of drugs, sex, trauma, and social media.", + * "popularity": 311.587, + * "poster_path": "/3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg", + * "vote_average": 8.3, + * "vote_count": 9824 + * }, + * { + * "adult": false, + * "backdrop_path": "/j9eOeLlTGoHoM8BNUJVNyWmIvCi.jpg", + * "genre_ids": [ + * 10749, + * 35 + * ], + * "id": 1072790, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Anyone But You", + * "overview": "After an amazing first date, Bea and Ben’s fiery attraction turns ice cold — until they find themselves unexpectedly reunited at a destination wedding in Australia. So they do what any two mature adults would do: pretend to be a couple.", + * "popularity": 113.463, + * "poster_path": "/5qHoazZiaLe7oFBok7XlUhg96f2.jpg", + * "release_date": "2023-12-21", + * "title": "Anyone But You", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 2314 + * }, + * { + * "adult": false, + * "backdrop_path": "/5Eip60UDiPLASyKjmHPMruggTc4.jpg", + * "genre_ids": [ + * 27, + * 9648, + * 53 + * ], + * "id": 1041613, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Immaculate", + * "overview": "An American nun embarks on a new journey when she joins a remote convent in the Italian countryside. However, her warm welcome quickly turns into a living nightmare when she discovers her new home harbours a sinister secret and unspeakable horrors.", + * "popularity": 94.628, + * "poster_path": "/fdZpvODTX5wwkD0ikZNaClE4AoW.jpg", + * "release_date": "2024-03-20", + * "title": "Immaculate", + * "video": false, + * "vote_average": 6.25, + * "vote_count": 1288 + * } + * ], + * "known_for_department": "Acting", + * "name": "Sydney Sweeney", + * "original_name": "Sydney Sweeney", + * "popularity": 149.169, + * "profile_path": "/qYiaSl0Eb7G3VaxOg8PxExCFwon.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 976, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/ibKeXahq4JD63z6uWQphqoJLvNw.jpg", + * "genre_ids": [ + * 28, + * 878, + * 27 + * ], + * "id": 345940, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Meg", + * "overview": "A deep sea submersible pilot revisits his past fears in the Mariana Trench, and accidentally unleashes the seventy foot ancestor of the Great White Shark believed to be extinct.", + * "popularity": 78.542, + * "poster_path": "/eyWICPcxOuTcDDDbTMOZawoOn8d.jpg", + * "release_date": "2018-08-09", + * "title": "The Meg", + * "video": false, + * "vote_average": 6.253, + * "vote_count": 7662 + * }, + * { + * "adult": false, + * "backdrop_path": "/70AV2Xx5FQYj20labp0EGdbjI6E.jpg", + * "genre_ids": [ + * 80, + * 28, + * 53 + * ], + * "id": 637649, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Wrath of Man", + * "overview": "A cold and mysterious new security guard for a Los Angeles cash truck company surprises his co-workers when he unleashes precision skills during a heist. The crew is left wondering who he is and where he came from. Soon, the marksman's ultimate motive becomes clear as he takes dramatic and irrevocable steps to settle a score.", + * "popularity": 187.07, + * "poster_path": "/M7SUK85sKjaStg4TKhlAVyGlz3.jpg", + * "release_date": "2021-04-22", + * "title": "Wrath of Man", + * "video": false, + * "vote_average": 7.632, + * "vote_count": 5349 + * }, + * { + * "adult": false, + * "backdrop_path": "/kWt1OcPgwO1ssu57wgTKmq38JYw.jpg", + * "genre_ids": [ + * 28, + * 80, + * 53 + * ], + * "id": 4108, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Transporter", + * "overview": "Former Special Forces officer Frank Martin will deliver anything to anyone for the right price, and his no-questions-asked policy puts him in high demand. But when he realizes his latest cargo is alive, it sets in motion a dangerous chain of events. The bound and gagged Lai is being smuggled to France by a shady American businessman, and Frank works to save her as his own illegal activities are uncovered by a French detective.", + * "popularity": 59.986, + * "poster_path": "/xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg", + * "release_date": "2002-10-02", + * "title": "The Transporter", + * "video": false, + * "vote_average": 6.712, + * "vote_count": 5338 + * } + * ], + * "known_for_department": "Acting", + * "name": "Jason Statham", + * "original_name": "Jason Statham", + * "popularity": 148.853, + * "profile_path": "/tI3QoB2KlvXoXM0rH3SVhmcUuxv.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1190668, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/h3HsfV8Kn9Sz2QWUYYdP5ya23hx.jpg", + * "genre_ids": [ + * 878, + * 12 + * ], + * "id": 438631, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Dune", + * "overview": "Paul Atreides, a brilliant and gifted young man born into a great destiny beyond his understanding, must travel to the most dangerous planet in the universe to ensure the future of his family and his people. As malevolent forces explode into conflict over the planet's exclusive supply of the most precious resource in existence-a commodity capable of unlocking humanity's greatest potential-only those who can conquer their fear will survive.", + * "popularity": 175.392, + * "poster_path": "/d5NXSklXo0qyIYkgV94XAgMIckC.jpg", + * "release_date": "2021-09-15", + * "title": "Dune", + * "video": false, + * "vote_average": 7.784, + * "vote_count": 12926 + * }, + * { + * "adult": false, + * "backdrop_path": "/zvOJawrnmgK0sL293mOXOdLvTXQ.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 398818, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Call Me by Your Name", + * "overview": "In 1980s Italy, a relationship begins between seventeen-year-old teenage Elio and the older adult man hired as his father's research assistant.", + * "popularity": 75.34, + * "poster_path": "/mZ4gBdfkhP9tvLH1DO4m4HYtiyi.jpg", + * "release_date": "2017-07-28", + * "title": "Call Me by Your Name", + * "video": false, + * "vote_average": 8.1, + * "vote_count": 12108 + * }, + * { + * "adult": false, + * "backdrop_path": "/rRBD8ORo9y34tYkAQJVbn4Ml6tu.jpg", + * "genre_ids": [ + * 878, + * 12 + * ], + * "id": 693134, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Dune: Part Two", + * "overview": "Follow the mythic journey of Paul Atreides as he unites with Chani and the Fremen while on a path of revenge against the conspirators who destroyed his family. Facing a choice between the love of his life and the fate of the known universe, Paul endeavors to prevent a terrible future only he can foresee.", + * "popularity": 275.013, + * "poster_path": "/6izwz7rsy95ARzTR3poZ8H6c5pp.jpg", + * "release_date": "2024-02-27", + * "title": "Dune: Part Two", + * "video": false, + * "vote_average": 8.151, + * "vote_count": 5927 + * } + * ], + * "known_for_department": "Acting", + * "name": "Timothée Chalamet", + * "original_name": "Timothée Chalamet", + * "popularity": 141.181, + * "profile_path": "/BE2sdjpgsa2rNTFa66f7upkaOP.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 224513, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/3bWUP9kyf9BxVc0hmZdqXB2w4UP.jpg", + * "genre_ids": [ + * 878, + * 18 + * ], + * "id": 335984, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Blade Runner 2049", + * "overview": "Thirty years after the events of the first film, a new blade runner, LAPD Officer K, unearths a long-buried secret that has the potential to plunge what's left of society into chaos. K's discovery leads him on a quest to find Rick Deckard, a former LAPD blade runner who has been missing for 30 years.", + * "popularity": 111.939, + * "poster_path": "/gajva2L0rPYkEWjzgFlBXCAVBE5.jpg", + * "release_date": "2017-10-04", + * "title": "Blade Runner 2049", + * "video": false, + * "vote_average": 7.571, + * "vote_count": 13729 + * }, + * { + * "adult": false, + * "backdrop_path": "/4HWAQu28e2yaWrtupFPGFkdNU7V.jpg", + * "genre_ids": [ + * 35, + * 80, + * 9648 + * ], + * "id": 546554, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Knives Out", + * "overview": "When renowned crime novelist Harlan Thrombey is found dead at his estate just after his 85th birthday, the inquisitive and debonair Detective Benoit Blanc is mysteriously enlisted to investigate. From Harlan's dysfunctional family to his devoted staff, Blanc sifts through a web of red herrings and self-serving lies to uncover the truth behind Harlan's untimely death.", + * "popularity": 104.027, + * "poster_path": "/pThyQovXQrw2m0s9x82twj48Jq4.jpg", + * "release_date": "2019-11-27", + * "title": "Knives Out", + * "video": false, + * "vote_average": 7.8, + * "vote_count": 12468 + * }, + * { + * "adult": false, + * "backdrop_path": "/oNoprEND25zXR6Fns8cIZUkuoMc.jpg", + * "genre_ids": [ + * 35, + * 80, + * 18 + * ], + * "id": 308266, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "War Dogs", + * "overview": "Based on the true story of two young men, David Packouz and Efraim Diveroli, who won a $300 million contract from the Pentagon to arm America's allies in Afghanistan.", + * "popularity": 37.774, + * "poster_path": "/mDcPRjZC1bb6LavFU3gwsWdVfCM.jpg", + * "release_date": "2016-08-18", + * "title": "War Dogs", + * "video": false, + * "vote_average": 6.922, + * "vote_count": 4923 + * } + * ], + * "known_for_department": "Acting", + * "name": "Ana de Armas", + * "original_name": "Ana de Armas", + * "popularity": 138.067, + * "profile_path": "/5Qne374OM0ewMM7uSN9eq9jNrWq.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1877932, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/3FJ53wbpjSAGY98KYiHJ4DQccDr.jpg", + * "genre_ids": [ + * 35 + * ], + * "id": 800937, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Senior Year", + * "overview": "A thirty-seven-year-old woman wakes up from a twenty-year coma and returns to the high school where she was once a popular cheerleader to finish her senior year and become prom queen.", + * "popularity": 19.038, + * "poster_path": "/6UqbcDQhCYpxboK58Z0eVfdeHcT.jpg", + * "release_date": "2022-05-11", + * "title": "Senior Year", + * "video": false, + * "vote_average": 5.938, + * "vote_count": 825 + * }, + * { + * "adult": false, + * "backdrop_path": "/vwkJChYb9dBcuds98Se4oHIcbnw.jpg", + * "genre_ids": [ + * 18, + * 9648, + * 53, + * 36 + * ], + * "id": 567970, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Lost Girls", + * "overview": "When Mari Gilbert's daughter disappears, police inaction drives her own investigation into the gated Long Island community where Shannan was last seen. Her search brings attention to over a dozen murdered prostitutes.", + * "popularity": 14.595, + * "poster_path": "/pDas4DwURlRzjD9xEhSdtkcl1ZV.jpg", + * "release_date": "2020-01-28", + * "title": "Lost Girls", + * "video": false, + * "vote_average": 6.081, + * "vote_count": 698 + * }, + * { + * "adult": false, + * "backdrop_path": "/jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg", + * "first_air_date": "2024-12-15", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 219937, + * "media_type": "tv", + * "name": "Dexter: Original Sin", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Dexter: Original Sin", + * "overview": "In 1991 Miami, Dexter Morgan transitions from student to avenging serial killer. When his bloodthirsty urges can't be ignored any longer, Dexter must learn to channel his inner darkness. With the guidance of his father, Harry, he adopts a Code designed to help him find and kill people who deserve to be eliminated from society without getting on law enforcements' radar. This is a particular challenge for young Dexter as he begins a forensics internship at the Miami Metro Police Department.", + * "popularity": 616.13, + * "poster_path": "/j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg", + * "vote_average": 8.83, + * "vote_count": 56 + * } + * ], + * "known_for_department": "Acting", + * "name": "Molly Brown", + * "original_name": "Molly Brown", + * "popularity": 137.15, + * "profile_path": "/qB9WaA6ekkULwwiiNxcXUsdDi9q.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 572043, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/hxhc3IiG7jSMUXDSlWO1ZhysvhU.jpg", + * "genre_ids": [ + * 14, + * 28, + * 12, + * 18 + * ], + * "id": 611698, + * "media_type": "movie", + * "original_language": "zh", + * "original_title": "刺杀小说家", + * "overview": "Kongwen Lu is the author of a fantasy novel series following a heroic teenager, also named Kongwen, on a quest to end the tyrannical rule of Lord Redmane, under the guidance of a Black Armor. But through a strange twist of fate, the fantasy world of the novel begins to impact life in the real world, leading Guan Ning to accept a mission from Tu Ling to kill the author.", + * "popularity": 24.645, + * "poster_path": "/7hEhhmAF8Tr7g95fkbuxDpeR27b.jpg", + * "release_date": "2021-02-12", + * "title": "A Writer's Odyssey", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 301 + * }, + * { + * "adult": false, + * "backdrop_path": "/lKilKeX1rlIhRcY4xQPP4bmuct9.jpg", + * "genre_ids": [ + * 16, + * 14, + * 18, + * 878 + * ], + * "id": 369552, + * "media_type": "movie", + * "original_language": "zh", + * "original_title": "爵迹", + * "overview": "Based on the novel of the same name, the film depicts the endless battles of four kingdoms as they fight for power and domination of the one ultimate realm.Based on his 2 beloved fantasy novels with 6 million copies sold, L.O.R.D is acclaimed writer and director Guo Jingming’s follow up to his Tiny Times films. The action-adventure odyssey is set in a world of warring Sorcerers, Lords and Beasts. The first CGI Film to come from China", + * "popularity": 13.299, + * "poster_path": "/qIUDi1XDAREkarkwNzOOBgUzqyC.jpg", + * "release_date": "2016-09-29", + * "title": "L.O.R.D: Legend of Ravaging Dynasties", + * "video": false, + * "vote_average": 7.004, + * "vote_count": 133 + * }, + * { + * "adult": false, + * "backdrop_path": "/f2fWG89GPSe31ymp6pqJANfjbit.jpg", + * "genre_ids": [ + * 28, + * 878 + * ], + * "id": 457832, + * "media_type": "movie", + * "original_language": "zh", + * "original_title": "逆时营救", + * "overview": "In 2025, a scientist on the verge of making a major discovery related to time travel is suddenly put in peril when a rival kidnaps her young son and demands a hefty ransom: her entire research.", + * "popularity": 13.274, + * "poster_path": "/zwTonDtQstoMQHYEBCz8x8RvBJJ.jpg", + * "release_date": "2017-06-28", + * "title": "Reset", + * "video": false, + * "vote_average": 6.981, + * "vote_count": 104 + * } + * ], + * "known_for_department": "Acting", + * "name": "Yang Mi", + * "original_name": "杨幂", + * "popularity": 133.246, + * "profile_path": "/6RezRxlQBsYmlotybR3q7riSrvV.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 3424435, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/ogaulvh5g9Z7PxLBybF7qOxuHs9.jpg", + * "genre_ids": [ + * 10749 + * ], + * "id": 911835, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "숙모", + * "overview": "", + * "popularity": 27.993, + * "poster_path": "/zTZqwdxVPs0Qmx4gVejnWWdmudD.jpg", + * "release_date": "2021-07-28", + * "title": "Aunt", + * "video": false, + * "vote_average": 8, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/mG6idJ78OCxdqn3AccqqeuJ9Nph.jpg", + * "genre_ids": [ + * 18, + * 10751 + * ], + * "id": 938086, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "위험한 사촌동생", + * "overview": "Hyang-gi hates her mother who only likes men and doesn't take care of herself. She brings a man to her house to sleep over so her mom will find her crooked. To correct Hyang-gi, she asked Do-hwan, Hyang-gi’s cousin, to live with her at home for a while. Hyang-gi and Do-hwan, who were reunited as adults, grew very attracted to each other. Chae-kyeong, Do-hwan's girlfriend, finds out about it. After revealing the truth in front of everyone, Hyang-gi and Do-hwan are on the verge of breaking up.", + * "popularity": 22.325, + * "poster_path": "/pwdWFhhdfzNFCUnlZsiz2MfWv37.jpg", + * "release_date": "2021-11-23", + * "title": "Dangerous Younger Cousin", + * "video": false, + * "vote_average": 10, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/1NVo9Stsr9JJtqoE1dwzaRTArLR.jpg", + * "genre_ids": [ + * 10749 + * ], + * "id": 901506, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "그랜드퍼커 회춘할배", + * "overview": "An erotic film depicting the lust of an old man who wants to become young again and to be with his past lover.", + * "popularity": 10.654, + * "poster_path": "/dzNvAjZDnV04on1C00fyeeUHvU.jpg", + * "release_date": "2021-04-29", + * "title": "Grand Pucker Rejuvenation Grandfather", + * "video": false, + * "vote_average": 0, + * "vote_count": 1 + * } + * ], + * "known_for_department": "Acting", + * "name": "Yoo Ji-hyun", + * "original_name": "Yoo Ji-hyun", + * "popularity": 131.664, + * "profile_path": "/8qBnfSVKcf742nRQk9NCgadqNPc.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 80981, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/alo20exRRwPj1vhqrjbmaee9op9.jpg", + * "genre_ids": [ + * 18, + * 28, + * 53 + * ], + * "id": 235704, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "동창생", + * "overview": "The son of a North Korean spy decides to follow in his father's footsteps to protect his little sister. After his father's botched espionage mission, North Korean Myung-hoon and his young sister Hye-in are sent to a labor prison camp. In order to save his sister's life, Myung-hoon volunteers to become a spy and infiltrates the South as a teenage defector. While attending high school in the South, he meets another girl named Hye-in, and rescues her when she comes under attack.", + * "popularity": 15.28, + * "poster_path": "/ybM400b3vesnoNzOlTlAmHeEYPq.jpg", + * "release_date": "2013-11-05", + * "title": "Commitment", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 120 + * }, + * { + * "adult": false, + * "backdrop_path": "/pPcgtojMTIMkRT9I6wacHBxpnyW.jpg", + * "genre_ids": [ + * 10752 + * ], + * "id": 51200, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "포화 속으로", + * "overview": "In August 1950, waiting for UN troops to arrive, the South Korean army assembled to protect Nakdong River. Only 71 student-soldiers are left behind to guard the city of Pohang. Now they are on a mission to defend the country from North Korean troops.", + * "popularity": 16.962, + * "poster_path": "/3p8nZAGiw8LT8TFpYOn7uoTUdvI.jpg", + * "release_date": "2010-06-16", + * "title": "71: Into the Fire", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 187 + * }, + * { + * "adult": false, + * "backdrop_path": "/tW8H0Bn1vptVAS2SZASmkkl2K5P.jpg", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 290865, + * "media_type": "movie", + * "original_language": "ko", + * "original_title": "타짜: 신의 손", + * "overview": "Dae-gil has been skilled with his hands and has shown a strong desire for winning ever since he was a child. He will succeed his uncle and jump into the world of Tazza, risking his life in competition.", + * "popularity": 30.783, + * "poster_path": "/lWiOBlD8NSuOJRQAZHOzPRFrwa5.jpg", + * "release_date": "2014-09-03", + * "title": "Tazza: The Hidden Card", + * "video": false, + * "vote_average": 7, + * "vote_count": 85 + * } + * ], + * "known_for_department": "Acting", + * "name": "Choi Seung-hyun", + * "original_name": "최승현", + * "popularity": 131.424, + * "profile_path": "/TVMPz9YPf4eVtd2up9kZnUMzQn.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 4095744, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/7B72d6f09eIifSgkpCkzwkv8fle.jpg", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 1002398, + * "media_type": "movie", + * "original_language": "tl", + * "original_title": "Donselya", + * "overview": "Iris, an 18-year old virgin marries Joaquin, a rich widower, because of money. However, when he learns that Iris is not really a virgin, their honeymoon turns to a bloodbath.", + * "popularity": 31.275, + * "poster_path": "/iVS3ZiPsKy8Hhc5Dipqgrjmoj2b.jpg", + * "release_date": "2024-10-29", + * "title": "Donselya", + * "video": false, + * "vote_average": 5.9, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/uUJuPiZh1QfIeTa1GeLWqnEkaP2.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 1302011, + * "media_type": "movie", + * "original_language": "tl", + * "original_title": "Init", + * "overview": "When a young barrio lass moves in to the city to study, she lives in a boarding house with other college students. Unknown to them, behind her shy and timid personality is a woman with insatiable hunger for sex.", + * "popularity": 35.597, + * "poster_path": "/fGY13rtdRzFqTkDMi5JayUWg6vL.jpg", + * "release_date": "2024-07-30", + * "title": "Init", + * "video": false, + * "vote_average": 5, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": "/4GHPT4glMQHPCke2DNigRqZ6KqH.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 1226299, + * "media_type": "movie", + * "original_language": "tl", + * "original_title": "Dilig", + * "overview": "About to get married to an old, wealthy businessman, Resa enlists the help of gardener Otso to seduce her fiancé’s daughter, Katelyn, and record his sexploits with her in order to get her disowned.", + * "popularity": 26.746, + * "poster_path": "/lDn02aAZFUb7JpM7l7iuHdbWEHH.jpg", + * "release_date": "2024-01-30", + * "title": "Dilig", + * "video": false, + * "vote_average": 4.3, + * "vote_count": 3 + * } + * ], + * "known_for_department": "Acting", + * "name": "Dyessa Garcia", + * "original_name": "Dyessa Garcia", + * "popularity": 130.295, + * "profile_path": "/xak9L0fkIOkjSwJpz3SWLl94tVP.jpg" + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example 1 */ + gender?: number; + /** @example 2527414 */ + id?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/lntyt4OVDbcxA1l7LtwITbrD3FI.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1010581, + * "media_type": "movie", + * "original_language": "es", + * "original_title": "Culpa mía", + * "overview": "Noah must leave her city, boyfriend, and friends to move into William Leister's mansion, the flashy and wealthy husband of her mother Rafaela. As a proud and independent 17 year old, Noah resists living in a mansion surrounded by luxury. However, it is there where she meets Nick, her new stepbrother, and the clash of their strong personalities becomes evident from the very beginning.", + * "popularity": 1413.583, + * "poster_path": "/w46Vw536HwNnEzOa7J24YH9DPRS.jpg", + * "release_date": "2023-06-08", + * "title": "My Fault", + * "video": false, + * "vote_average": 7.905, + * "vote_count": 3300 + * }, + * { + * "adult": false, + * "backdrop_path": "/2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1156593, + * "media_type": "movie", + * "original_language": "es", + * "original_title": "Culpa tuya", + * "overview": "The love between Noah and Nick seems unwavering despite their parents' attempts to separate them. But his job and her entry into college open up their lives to new relationships that will shake the foundations of both their relationship and the Leister family itself.", + * "popularity": 4279.149, + * "poster_path": "/1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg", + * "release_date": "2024-12-26", + * "title": "Your Fault", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 648 + * }, + * { + * "adult": false, + * "backdrop_path": "/ieiq46OoeTrLkjtclmhii6iRyzP.jpg", + * "first_air_date": "2024-05-31", + * "genre_ids": [ + * 18 + * ], + * "id": 242876, + * "media_type": "tv", + * "name": "Raising Voices", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Ni una más", + * "overview": "When a 17-year-old reports a sexual assault at her high school, an investigation upends her life and tests her relationships.", + * "popularity": 400.641, + * "poster_path": "/lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg", + * "vote_average": 7.8, + * "vote_count": 350 + * } + * ] */ + known_for?: { + /** @example false */ + adult?: boolean; + /** @example /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg */ + backdrop_path?: string; + /** @example 2024-05-31 */ + first_air_date?: string; + /** @example [ + * 10749, + * 18 + * ] */ + genre_ids?: number[]; + /** @example 1010581 */ + id?: number; + /** @example movie */ + media_type?: string; + /** @example Raising Voices */ + name?: string; + /** @example [ + * "ES" + * ] */ + origin_country?: string[]; + /** @example es */ + original_language?: string; + /** @example Ni una más */ + original_name?: string; + /** @example Culpa mía */ + original_title?: string; + /** @example Noah must leave her city, boyfriend, and friends to move into William Leister's mansion, the flashy and wealthy husband of her mother Rafaela. As a proud and independent 17 year old, Noah resists living in a mansion surrounded by luxury. However, it is there where she meets Nick, her new stepbrother, and the clash of their strong personalities becomes evident from the very beginning. */ + overview?: string; + /** @example 1413.583 */ + popularity?: number; + /** @example /w46Vw536HwNnEzOa7J24YH9DPRS.jpg */ + poster_path?: string; + /** @example 2023-06-08 */ + release_date?: string; + /** @example My Fault */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 7.905 */ + vote_average?: number; + /** @example 3300 */ + vote_count?: number; + }[]; + /** @example Acting */ + known_for_department?: string; + /** @example Nicole Wallace */ + name?: string; + /** @example Nicole Wallace */ + original_name?: string; + /** @example 301.158 */ + popularity?: number; + /** @example /gSGCoJVKAMUTmyA3GzCAX22WNBA.jpg */ + profile_path?: string; + }[]; + /** @example 190013 */ + total_pages?: number; + /** @example 3800260 */ + total_results?: number; + }; + }; + }; + }; + }; + personId: { + parameters: { + query: { + /** @description The name of the person we want to search for. */ + query: string; + /** @description This indicate whether the movie is an adult content. */ + include_adult?: components["parameters"]["include_adult"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description person_id */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "gender": 2, + * "id": 2888, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg", + * "genre_ids": [ + * 28, + * 12, + * 14 + * ], + * "id": 297761, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Suicide Squad", + * "overview": "From DC Comics comes the Suicide Squad, an antihero team of incarcerated supervillains who act as deniable assets for the United States government, undertaking high-risk black ops missions in exchange for commuted prison sentences.", + * "popularity": 46.652, + * "poster_path": "/sk3FZgh3sRrmr8vyhaitNobMcfh.jpg", + * "release_date": "2016-08-03", + * "title": "Suicide Squad", + * "video": false, + * "vote_average": 5.921, + * "vote_count": 21151 + * }, + * { + * "adult": false, + * "backdrop_path": "/nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg", + * "genre_ids": [ + * 18, + * 878, + * 53 + * ], + * "id": 6479, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "I Am Legend", + * "overview": "Robert Neville is a scientist who was unable to stop the spread of the terrible virus that was incurable and man-made. Immune, Neville is now the last human survivor in what is left of New York City and perhaps the world. For three years, Neville has faithfully sent out daily radio messages, desperate to find any other survivors who might be out there. But he is not alone.", + * "popularity": 80.993, + * "poster_path": "/iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg", + * "release_date": "2007-12-12", + * "title": "I Am Legend", + * "video": false, + * "vote_average": 7.208, + * "vote_count": 15754 + * }, + * { + * "adult": false, + * "backdrop_path": "/jpFcZH2eyh6gcoxCa637TrGe4bT.jpg", + * "genre_ids": [ + * 28, + * 878 + * ], + * "id": 2048, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "I, Robot", + * "overview": "In 2035, where robots are commonplace and abide by the three laws of robotics, a technophobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger.", + * "popularity": 43.332, + * "poster_path": "/efwv6F2lGaghjPpBRSINHtoEiZB.jpg", + * "release_date": "2004-07-15", + * "title": "I, Robot", + * "video": false, + * "vote_average": 6.953, + * "vote_count": 11796 + * } + * ], + * "known_for_department": "Acting", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 63.822, + * "profile_path": "/1QqaRZ8neYlqLx7ODZC4as47wUV.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 234120, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/qhXdYysiamRu6moMGMZPQ4oVLvd.jpg", + * "first_air_date": "2022-04-01", + * "genre_ids": [ + * 80, + * 18, + * 35 + * ], + * "id": 95480, + * "media_type": "tv", + * "name": "Slow Horses", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Slow Horses", + * "overview": "Follow a dysfunctional team of MI5 agents—and their obnoxious boss, the notorious Jackson Lamb—as they navigate the espionage world's smoke and mirrors to defend England from sinister forces.", + * "popularity": 225.802, + * "poster_path": "/dnpatlJrEPiDSn5fzgzvxtiSnMo.jpg", + * "vote_average": 7.909, + * "vote_count": 472 + * }, + * { + * "adult": false, + * "backdrop_path": "/vKaDMLbdLrThldFj9Vavo6suTS2.jpg", + * "first_air_date": "2012-04-22", + * "genre_ids": [ + * 35 + * ], + * "id": 2947, + * "media_type": "tv", + * "name": "Veep", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Veep", + * "overview": "A look into American politics, revolving around former Senator Selina Meyer who finds being Vice President of the United States is nothing like she expected and everything everyone ever warned her about.", + * "popularity": 119.754, + * "poster_path": "/cdd78fGdaA3EbK2ToZRWcaaB1fx.jpg", + * "vote_average": 7.424, + * "vote_count": 440 + * }, + * { + * "adult": false, + * "backdrop_path": "/suA6aZe1OCTtnv4W3nfDM8GiSaC.jpg", + * "first_air_date": "2020-01-19", + * "genre_ids": [ + * 35, + * 10765 + * ], + * "id": 90811, + * "media_type": "tv", + * "name": "Avenue 5", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Avenue 5", + * "overview": "40 years in the future, space captain Ryan Clark and the crew of the luxury space cruise ship Avenue 5 navigate disgruntled passengers and unexpected events after experiencing technical difficulties onboard.", + * "popularity": 56.239, + * "poster_path": "/inSe4HBqnwIoeqoChGlagVs0avG.jpg", + * "vote_average": 6.507, + * "vote_count": 352 + * } + * ], + * "known_for_department": "Writing", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 1.581, + * "profile_path": "/2MndmsbL0PE5oNj1t00v4jUwtaS.jpg" + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2878434, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/yCGCtDRIaEHSPd5pO8NPfTML6Jh.jpg", + * "genre_ids": [ + * 28, + * 14, + * 10770 + * ], + * "id": 877703, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Teen Wolf: The Movie", + * "overview": "The wolves are howling once again, as a terrifying ancient evil emerges in Beacon Hills. Scott McCall, no longer a teenager yet still an Alpha, must gather new allies and reunite trusted friends to fight back against this powerful and deadly enemy.", + * "popularity": 44.564, + * "poster_path": "/wAkpPm3wcHRqZl8XjUI3Y2chYq2.jpg", + * "release_date": "2023-01-18", + * "title": "Teen Wolf: The Movie", + * "video": false, + * "vote_average": 7.535, + * "vote_count": 840 + * }, + * { + * "adult": false, + * "backdrop_path": "/huIWsZ9urt47iRbateMTaQdTJij.jpg", + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 770879, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Roles We Play", + * "overview": "An older professor longing for motherhood must recalibrate her path to pregnancy when she realizes one of her favorite students is a potential sperm donor.", + * "popularity": 0.549, + * "poster_path": "/l00kpNsD7NfkpubsP63UoWQ35WS.jpg", + * "release_date": "2018-05-12", + * "title": "Roles We Play", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Editing", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4528761, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 10402 + * ], + * "id": 1243233, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The White Mask", + * "overview": "A musical ensemble responds to the notion of ‘becoming animal’ through improvisation. The musicians perform seven compositions in which they reflect on how it would feel to undergo such a transformation.", + * "popularity": 0.065, + * "poster_path": "/rvu88P2znmZjBBfXYH7gw4zoJsB.jpg", + * "release_date": "2019-10-11", + * "title": "The White Mask", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Camera", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3322276, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 735455, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Bellator 244: Bader vs. Nemkov", + * "overview": "MMA Fighting will have Bellator 244, Bader vs. Nemkov fight card at the Mohegan Sun Arena in Uncasville, CT., on August 22, 2020. In the main event, Bellator double champion Ryan Bader will defend his light heavyweight title against Vadim Nemkov.", + * "popularity": 0.029, + * "poster_path": "/rDqZY8I4DXX47VATS0yagTm0zzv.jpg", + * "release_date": "2020-08-22", + * "title": "Bellator 244: Bader vs. Nemkov", + * "video": true, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/6sN9n72J3l2Av3b1SAPg40jIhfU.jpg", + * "genre_ids": [ + * 28 + * ], + * "id": 816853, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Bellator 256: Bader vs. Machida 2", + * "overview": "Bellator 256: Bader vs. Machida 2 took place on April 9, 2021 at Mohegan Sun Arena in Uncasville, Connecticut. The event was headlined by a Quarterfinal of the Bellator Light Heavyweight World Grand Prix Tournament. The headliner will be a rematch between former Bellator Light Heavyweight World Champion Ryan Bader and former UFC Light Heavyweight Champion Lyoto Machida.", + * "popularity": 0.301, + * "poster_path": "/u4FBqqIgG01Rt3yFNPlVq7kmD6G.jpg", + * "release_date": "2021-04-09", + * "title": "Bellator 256: Bader vs. Machida 2", + * "video": true, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Acting", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3409873, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/79FzFAW6oKNSikI7t5tgpra23MX.jpg", + * "genre_ids": [ + * 27, + * 9648 + * ], + * "id": 892957, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Onryō", + * "overview": "A Man on the run meets a mysterious woman in the woods who begins to ask him cryptic and strangely personal questions.", + * "popularity": 0.019, + * "poster_path": "/9t1kszaUd87rblrGHJXzXjVvZ4N.jpg", + * "release_date": "2021-11-01", + * "title": "Onryo", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Sound", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4123976, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 1143079, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "A Helping Hand", + * "overview": "Michael and Ava reunite after the death of their father. Ava has come to grieve but Michael has other plans", + * "popularity": 0.001, + * "poster_path": "/n58FdRCbhkvwykcBPCaG8xllm2d.jpg", + * "release_date": "", + * "title": "A Helping Hand", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Acting", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4405681, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/xDpA2Csi78grwqroX27OovPn0WQ.jpg", + * "genre_ids": [ + * 99 + * ], + * "id": 1211874, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "2021 World Series Champions: Atlanta Braves", + * "overview": "Following the death of Braves baseball legend Hank Aaron, the Atlanta Braves honor his legacy, turning on the power to win the 2021 World Series.", + * "popularity": 0.333, + * "poster_path": "/441LaX2VY8dshbSCSXtDDGACmAt.jpg", + * "release_date": "2021-11-30", + * "title": "2021 World Series Champions: Atlanta Braves", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Acting", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3269236, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/quixzoFLJaeYgCLlhq1HQ6MqTpE.jpg", + * "genre_ids": [ + * 35, + * 80, + * 18 + * ], + * "id": 884432, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Philly's Finest", + * "overview": "Cops, drug dealers and mayhem ensue in the city of brotherly love.", + * "popularity": 0.02, + * "poster_path": "/uMguBgx4eHy2AhAGc6nxU8xWU9M.jpg", + * "release_date": "2021-10-23", + * "title": "Philly's Finest", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 992934, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Vice Presents - Red Cards", + * "overview": "Red Cards is an investigative documentary series chronicling the fascinating stories of athletes and crime.", + * "popularity": 0.014, + * "poster_path": "/AtAWlQbb1jD9u2SLwh9O922oze9.jpg", + * "release_date": "2018-06-20", + * "title": "Vice Presents - Red Cards", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Acting", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2652007, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/vDQwbN2ymkMQ8ldL3Sc275FGBw3.jpg", + * "genre_ids": [ + * 10752, + * 36, + * 53, + * 18 + * ], + * "id": 530915, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "1917", + * "overview": "At the height of the First World War, two young British soldiers must cross enemy territory and deliver a message that will stop a deadly attack on hundreds of soldiers.", + * "popularity": 47.434, + * "poster_path": "/iZf0KyrE25z1sage4SYFLCCrMi9.jpg", + * "release_date": "2019-12-25", + * "title": "1917", + * "video": false, + * "vote_average": 7.991, + * "vote_count": 12456 + * }, + * { + * "adult": false, + * "backdrop_path": "/uKb22E0nlzr914bA9KyA5CVCOlV.jpg", + * "genre_ids": [ + * 18, + * 10749, + * 14 + * ], + * "id": 402431, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Wicked", + * "overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.", + * "popularity": 2943.848, + * "poster_path": "/dfdvUzj4nLZpZ37BoefqvevCMI1.jpg", + * "release_date": "2024-11-20", + * "title": "Wicked", + * "video": false, + * "vote_average": 7.368, + * "vote_count": 966 + * }, + * { + * "adult": false, + * "backdrop_path": "/6snBXmgkscLEJQmxx46qEIlqYlB.jpg", + * "first_air_date": "2024-01-25", + * "genre_ids": [ + * 18, + * 10768 + * ], + * "id": 46518, + * "media_type": "tv", + * "name": "Masters of the Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Masters of the Air", + * "overview": "During World War II, airmen risk their lives with the 100th Bomb Group, a brotherhood forged by courage, loss, and triumph.", + * "popularity": 143.448, + * "poster_path": "/rSAmgcoA74371rplbqM27yVsd3y.jpg", + * "vote_average": 7.841, + * "vote_count": 419 + * } + * ], + * "known_for_department": "Art", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.045, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2146221, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 783619, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Michael McIntyre: In His Own Words", + * "overview": "Documentary profiling stand-up comedian Michael McIntyre.", + * "popularity": 1.184, + * "poster_path": null, + * "release_date": "2021-01-01", + * "title": "Michael McIntyre: In His Own Words", + * "video": false, + * "vote_average": 10, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 99 + * ], + * "id": 1093789, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Sainsbury's: Christmas Food Secrets", + * "overview": "A behind-the-scenes look at how supermarket giant Sainsbury's created its festive food range for Christmas 2021.", + * "popularity": 0.916, + * "poster_path": "/7X5xFm0mdhLfRB0IyAMZZJA3mMm.jpg", + * "release_date": "2021-12-17", + * "title": "Sainsbury's: Christmas Food Secrets", + * "video": false, + * "vote_average": 8, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 99 + * ], + * "id": 775791, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Des O'Connor: The Ultimate Entertainer", + * "overview": "ITV pay tribute to Des O'Connor in this special celebrating his life and work, telling how Des went from Butlins Redcoat to become the ultimate entertainer.", + * "popularity": 0.915, + * "poster_path": "/6WUZ3jbHEWbVOEkN2dhNwv2iUFW.jpg", + * "release_date": "2020-11-23", + * "title": "Des O'Connor: The Ultimate Entertainer", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Production", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4080266, + * "known_for": [], + * "known_for_department": null, + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3735879, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/1U1vBOFQGoXaK4tnzuKofM6K93L.jpg", + * "first_air_date": "1996-11-12", + * "genre_ids": [ + * 35 + * ], + * "id": 1847, + * "media_type": "tv", + * "name": "Never Mind the Buzzcocks", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Never Mind the Buzzcocks", + * "overview": "Never Mind the Buzzcocks is a comedy panel game show with a pop and rock music theme. The show is infamous for its dry, sarcastic humour and scathing, provocative attacks on the pop industry.", + * "popularity": 55.373, + * "poster_path": "/ez0fX5nA68BJWL8jfP6dYr5WrcL.jpg", + * "vote_average": 6.961, + * "vote_count": 51 + * } + * ], + * "known_for_department": "Acting", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 5148224, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 27 + * ], + * "id": 1409439, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Every Room a Nightmare", + * "overview": "Cassie feels an overwhelming sense of dread over an event that haunts her psyche.", + * "popularity": 0.065, + * "poster_path": null, + * "release_date": "", + * "title": "Every Room a Nightmare", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Directing", + * "name": "Will Smith", + * "original_name": "Will Smith", + * "popularity": 0.065, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3876740, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 18, + * 36, + * 10752 + * ], + * "id": 1074977, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Resistance", + * "overview": "In 1942 Czechoslovakia, the resistance plot an assassination of Nazi SS leader Reinhard Heydrich. Ex-resistance fighter Alexei is enticed to answer the call, risk losing his partner, and carry out a duty fit only for a soldier.", + * "popularity": 0.024, + * "poster_path": null, + * "release_date": "2022-04-28", + * "title": "Resistance", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Camera", + * "name": "Will Smith-Blyth", + * "original_name": "Will Smith-Blyth", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2111406, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/wqX1vVZnBWwb0E18kt4epWYL90z.jpg", + * "genre_ids": [ + * 35, + * 12, + * 10751 + * ], + * "id": 116149, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Paddington", + * "overview": "A young Peruvian bear travels to London in search of a new home. Finding himself lost and alone at Paddington Station, he meets the kindly Brown family.", + * "popularity": 56.943, + * "poster_path": "/fNa1MSARWnJMnslPA0G0etYdYTm.jpg", + * "release_date": "2014-11-24", + * "title": "Paddington", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 3722 + * }, + * { + * "adult": false, + * "backdrop_path": "/3di4noZGr04O2lyqgDgWNbyW1wA.jpg", + * "genre_ids": [ + * 35, + * 10749 + * ], + * "id": 1049638, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Rye Lane", + * "overview": "Two twenty-somethings, both reeling from bad break-ups, connect over the course of an eventful day in South London – helping each other deal with their nightmare exes, and potentially restoring their faith in romance.", + * "popularity": 11.274, + * "poster_path": "/int5eEKNc8g0V5i3XYaPeaC6paD.jpg", + * "release_date": "2023-03-17", + * "title": "Rye Lane", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 193 + * }, + * { + * "adult": false, + * "backdrop_path": "/uUHQaZoq8dnaMbORdOTHgFbbSYR.jpg", + * "genre_ids": [ + * 53, + * 9648, + * 878 + * ], + * "id": 301228, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Narcopolis", + * "overview": "In the near future, Frank, a police officer, discovers that the legalization of all recreational drugs comes with a price.", + * "popularity": 8.495, + * "poster_path": "/puxZMIhfaIzRqBzu0J64soz5ewv.jpg", + * "release_date": "2015-09-25", + * "title": "Narcopolis", + * "video": false, + * "vote_average": 4.638, + * "vote_count": 69 + * } + * ], + * "known_for_department": "Lighting", + * "name": "Will Rae Smith", + * "original_name": "Will Rae Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4627886, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/gRhabEEfCC7t6WlgKhymRoTWNWe.jpg", + * "first_air_date": "", + * "genre_ids": [], + * "id": 44286, + * "media_type": "tv", + * "name": "Preschool Power!", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Preschool Power!", + * "overview": "Preschool Power is an educational series created by Carey Sutton, and it features young children teaching viewers how to do big things. Tom Connell wrote the score and the music and her husband, Tony Sutton, wrote the script, instructions and the lyrics to the songs.", + * "popularity": 0.122, + * "poster_path": "/uQCI3jESCZH2xucBhMrvi0gT7tn.jpg", + * "vote_average": 0, + * "vote_count": 0 + * } + * ], + * "known_for_department": "Acting", + * "name": "Will Smitherman", + * "original_name": "Will Smitherman", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4426579, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 18, + * 35 + * ], + * "id": 449221, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Check Please", + * "overview": "In a fancy restaurant, Ben plans to propose to his long time girlfriend only to find out that his ring was mistakenly sent to the wrong table.", + * "popularity": 0.439, + * "poster_path": "/sNz4qzOxE98QbT5diabzbpNXL2i.jpg", + * "release_date": "2015-08-03", + * "title": "Check Please", + * "video": false, + * "vote_average": 6.5, + * "vote_count": 4 + * } + * ], + * "known_for_department": "Sound", + * "name": "Will Smithson", + * "original_name": "Will Smithson", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4198450, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 35, + * 10402, + * 10749, + * 18 + * ], + * "id": 39257, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "1234", + * "overview": "Ian Bonar is Stevie, a wannabe musician whose look is a hybrid of Jarvis Cocker and early Elvis Costello. Working with his drummer pal Neil (Matthew Baynton) in a call centre, they dream of breaking into the indie music scene. To do this they require additional band members. Step forward the driven (and drinking) guitarist Billy (Kieran Bew) and slightly scatty bassist Emily (Lyndsey Marshal), who has a sideline in making sculpture from hair.", + * "popularity": 2.02, + * "poster_path": "/2CZOz1YkXfr2jdwLMQ64WllZf9e.jpg", + * "release_date": "2008-10-17", + * "title": "1234", + * "video": false, + * "vote_average": 5.4, + * "vote_count": 10 + * } + * ], + * "known_for_department": "Visual Effects", + * "name": "Will Innes-Smith", + * "original_name": "Will Innes-Smith", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4209416, + * "known_for": [ + * { + * "adult": false, + * "backdrop_path": "/spNdKUAXB4UJ8Q3vs81kOGa5FNz.jpg", + * "genre_ids": [], + * "id": 1023314, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Get Paid", + * "overview": "A street love story about a broken woman who copes with life by getting paid and falls in love -- only to find out things are not always what they seem.", + * "popularity": 0.948, + * "poster_path": "/lhRVQquugEOkDxBb0GLoUbYosdE.jpg", + * "release_date": "2022-06-14", + * "title": "Get Paid", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 1163721, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "3rd Degree", + * "overview": "Young Deon's father is betrayed by his business partner. 20 years later, a Deon obsessed with revenge, finds himself in a complicated relationship. Like life, 3rd Degree is part drama, part thriller, part comedy and ablaze with surprises.", + * "popularity": 0.227, + * "poster_path": null, + * "release_date": "2023-05-14", + * "title": "3rd Degree", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 53, + * 18 + * ], + * "id": 1293857, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Obsession", + * "overview": "When Igrid finds her high school sweetheart happy without her, she decides to take matters into her own hands and do anything to reclaim her spot.", + * "popularity": 0.193, + * "poster_path": "/JE0ZOUlfutmpxgQAaG5KnZZk2n.jpg", + * "release_date": "2024-05-17", + * "title": "Obsession", + * "video": false, + * "vote_average": 10, + * "vote_count": 1 + * } + * ], + * "known_for_department": "Acting", + * "name": "Will Smith IV", + * "original_name": "Will Smith IV", + * "popularity": 0.001, + * "profile_path": null + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example 2 */ + gender?: number; + /** @example 2888 */ + id?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg", + * "genre_ids": [ + * 28, + * 12, + * 14 + * ], + * "id": 297761, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Suicide Squad", + * "overview": "From DC Comics comes the Suicide Squad, an antihero team of incarcerated supervillains who act as deniable assets for the United States government, undertaking high-risk black ops missions in exchange for commuted prison sentences.", + * "popularity": 46.652, + * "poster_path": "/sk3FZgh3sRrmr8vyhaitNobMcfh.jpg", + * "release_date": "2016-08-03", + * "title": "Suicide Squad", + * "video": false, + * "vote_average": 5.921, + * "vote_count": 21151 + * }, + * { + * "adult": false, + * "backdrop_path": "/nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg", + * "genre_ids": [ + * 18, + * 878, + * 53 + * ], + * "id": 6479, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "I Am Legend", + * "overview": "Robert Neville is a scientist who was unable to stop the spread of the terrible virus that was incurable and man-made. Immune, Neville is now the last human survivor in what is left of New York City and perhaps the world. For three years, Neville has faithfully sent out daily radio messages, desperate to find any other survivors who might be out there. But he is not alone.", + * "popularity": 80.993, + * "poster_path": "/iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg", + * "release_date": "2007-12-12", + * "title": "I Am Legend", + * "video": false, + * "vote_average": 7.208, + * "vote_count": 15754 + * }, + * { + * "adult": false, + * "backdrop_path": "/jpFcZH2eyh6gcoxCa637TrGe4bT.jpg", + * "genre_ids": [ + * 28, + * 878 + * ], + * "id": 2048, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "I, Robot", + * "overview": "In 2035, where robots are commonplace and abide by the three laws of robotics, a technophobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger.", + * "popularity": 43.332, + * "poster_path": "/efwv6F2lGaghjPpBRSINHtoEiZB.jpg", + * "release_date": "2004-07-15", + * "title": "I, Robot", + * "video": false, + * "vote_average": 6.953, + * "vote_count": 11796 + * } + * ] */ + known_for?: { + /** @example false */ + adult?: boolean; + /** @example /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg */ + backdrop_path?: string; + /** @example [ + * 28, + * 12, + * 14 + * ] */ + genre_ids?: number[]; + /** @example 297761 */ + id?: number; + /** @example movie */ + media_type?: string; + /** @example en */ + original_language?: string; + /** @example Suicide Squad */ + original_title?: string; + /** @example From DC Comics comes the Suicide Squad, an antihero team of incarcerated supervillains who act as deniable assets for the United States government, undertaking high-risk black ops missions in exchange for commuted prison sentences. */ + overview?: string; + /** @example 46.652 */ + popularity?: number; + /** @example /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg */ + poster_path?: string; + /** @example 2016-08-03 */ + release_date?: string; + /** @example Suicide Squad */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 5.921 */ + vote_average?: number; + /** @example 21151 */ + vote_count?: number; + }[]; + /** @example Acting */ + known_for_department?: string | null; + /** @example Will Smith */ + name?: string; + /** @example Will Smith */ + original_name?: string; + /** @example 63.822 */ + popularity?: number; + /** @example /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg */ + profile_path?: string | null; + }[]; + /** @example 500 */ + total_pages?: number; + /** @example 10000 */ + total_results?: number; + }; + }; + }; + }; + }; + details9: { + parameters: { + query?: { + /** @description This add additional data to the response beyond the initial information requested. */ + append_to_response?: components["parameters"]["append_to_response"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example false */ + adult?: boolean; + /** @example [ + * "The Fresh Prince", + * "Willard Smith", + * "ويل سميث", + * "윌 스미스", + * "วิลล์ สมิธ", + * "威爾·史密斯", + * "וויל סמית", + * "Γουίλ Σμιθ", + * "Willard Christopher \"Will\" Smith, Jr.", + * "Willard Christopher Smith, Jr.", + * "威尔·史密斯", + * "വിൽ സ്മിത്ത് ", + * " Γουίλαρντ Κάρολ Σμιθ", + * "ウィル・スミス", + * "ウィラード・キャロル・スミス・ジュニア", + * "ویل اسمیت" + * ] */ + also_known_as?: string[]; + /** @example Willard Carroll Smith II (born September 25, 1968) is an American actor and rapper. Known for variety of roles, Smith has received various accolades, including an Academy Award, a British Academy Film Award and four Grammy Awards. + * + * Smith began his acting career starring as a fictionalized version of himself on the NBC sitcom The Fresh Prince of Bel-Air (1990–1996). He first gained recognition as part of a hip hop duo with DJ Jazzy Jeff, with whom he released five studio albums and the US Billboard Hot 100 top 20 singles "Parents Just Don't Understand", "A Nightmare on My Street", "Summertime", "Ring My Bell", and "Boom! Shake the Room" from 1984 to 1994. He released the solo albums Big Willie Style (1997), Willennium (1999), Born to Reign (2002), and Lost and Found (2005), which contained the US number-one singles "Gettin' Jiggy wit It" and "Wild Wild West". He has received four Grammy Awards for his rap performances. + * + * Smith achieved wider fame as a leading man in films such as the action film Bad Boys (1995), its sequels Bad Boys II (2003) and Bad Boys for Life (2020), and the sci-fi comedies Men in Black (1997), Men in Black II (2002), and Men in Black 3 (2012). After starring in the thrillers Independence Day (1996) and Enemy of the State (1998), he received Academy Award for Best Actor nominations for his portrayal as Muhammad Ali in Ali (2001), and as Chris Gardner in The Pursuit of Happyness (2006). He then starred in a range of commercially successful films, including I, Robot (2004), Shark Tale (2004), Hitch (2005), I Am Legend (2007), Hancock (2008), Seven Pounds (2008), Suicide Squad (2016) and Aladdin (2019). + * + * For his portrayal of Richard Williams in the biographical sports drama King Richard (2021), Smith won the Academy Award, BAFTA Award, Golden Globe Award, and Screen Actors Guild Award for Best Actor. */ + biography?: string; + /** @example 1968-09-25 */ + birthday?: string; + /** @example null */ + deathday?: unknown; + /** @example 2 */ + gender?: number; + /** @example http://www.willsmith.com */ + homepage?: string; + /** @example 2888 */ + id?: number; + /** @example nm0000226 */ + imdb_id?: string; + /** @example Acting */ + known_for_department?: string; + /** @example Will Smith */ + name?: string; + /** @example Philadelphia, Pennsylvania, USA */ + place_of_birth?: string; + /** @example 63.822 */ + popularity?: number; + /** @example /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg */ + profile_path?: string; + }; + }; + }; + }; + }; + changes1: { + parameters: { + query?: { + /** @description This indicates the end of the date range for the data you want to retrieve */ + end_date?: components["parameters"]["end_date"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description It specifies what date you want the results to start from */ + start_date?: components["parameters"]["start_date"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description changes */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + ETag?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "items": [ + * { + * "action": "added", + * "id": "640469b113654500ba4e859a", + * "iso_3166_1": "ES", + * "iso_639_1": "ca", + * "time": "2023-03-05 10:06:41 UTC", + * "value": "Thomas \"Tom\" Jeffrey Hanks (Concord, Califòrnia, 9 de juliol de 1956) és un actor de cinema i productor estatunidenc, guanyador dues vegades de l'Oscar al millor actor i considerat un dels més versàtils i talentosos del cinema actual.\n\nHanks és l'actor que més diners ha guanyat de tota la història del cinema amb un total de gairebé sis mil milions de dòlars (setembre 2006). És també copropietari de Playtone, una companyia de producció de pel·lícules." + * } + * ], + * "key": "biography" + * }, + * { + * "items": [ + * { + * "action": "added", + * "id": "640469a7e61e6d00963c33bb", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2023-03-05 10:06:31 UTC", + * "value": "ca-ES" + * } + * ], + * "key": "translations" + * } + * ] */ + changes?: { + /** @example [ + * { + * "action": "added", + * "id": "640469b113654500ba4e859a", + * "iso_3166_1": "ES", + * "iso_639_1": "ca", + * "time": "2023-03-05 10:06:41 UTC", + * "value": "Thomas \"Tom\" Jeffrey Hanks (Concord, Califòrnia, 9 de juliol de 1956) és un actor de cinema i productor estatunidenc, guanyador dues vegades de l'Oscar al millor actor i considerat un dels més versàtils i talentosos del cinema actual.\n\nHanks és l'actor que més diners ha guanyat de tota la història del cinema amb un total de gairebé sis mil milions de dòlars (setembre 2006). És també copropietari de Playtone, una companyia de producció de pel·lícules." + * } + * ] */ + items?: { + /** @example added */ + action?: string; + /** @example 640469b113654500ba4e859a */ + id?: string; + /** @example ES */ + iso_3166_1?: string; + /** @example ca */ + iso_639_1?: string; + /** @example 2023-03-05 10:06:41 UTC */ + time?: string; + /** @example Thomas "Tom" Jeffrey Hanks (Concord, Califòrnia, 9 de juliol de 1956) és un actor de cinema i productor estatunidenc, guanyador dues vegades de l'Oscar al millor actor i considerat un dels més versàtils i talentosos del cinema actual. + * + * Hanks és l'actor que més diners ha guanyat de tota la història del cinema amb un total de gairebé sis mil milions de dòlars (setembre 2006). És també copropietari de Playtone, una companyia de producció de pel·lícules. */ + value?: string; + }[]; + /** @example biography */ + key?: string; + }[]; + }; + }; + }; + }; + }; + combinedCredits: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description combined credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/jpFcZH2eyh6gcoxCa637TrGe4bT.jpg", + * "character": "Del Spooner", + * "credit_id": "52fe4330c3a36847f8041063", + * "genre_ids": [ + * 28, + * 878 + * ], + * "id": 2048, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "I, Robot", + * "overview": "In 2035, where robots are commonplace and abide by the three laws of robotics, a technophobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger.", + * "popularity": 43.332, + * "poster_path": "/efwv6F2lGaghjPpBRSINHtoEiZB.jpg", + * "release_date": "2004-07-15", + * "title": "I, Robot", + * "video": false, + * "vote_average": 6.953, + * "vote_count": 11797 + * }, + * { + * "adult": false, + * "backdrop_path": "/5jhG1lTgV0MS6tDkBMQSSitttTT.jpg", + * "character": "Chris Gardner", + * "credit_id": "52fe42f3c3a36847f802f1eb", + * "genre_ids": [ + * 18 + * ], + * "id": 1402, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "The Pursuit of Happyness", + * "overview": "A struggling salesman takes custody of his son as he's poised to begin a life-changing professional career.", + * "popularity": 65.281, + * "poster_path": "/lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg", + * "release_date": "2006-12-14", + * "title": "The Pursuit of Happyness", + * "video": false, + * "vote_average": 7.9, + * "vote_count": 9888 + * }, + * { + * "adult": false, + * "backdrop_path": "/uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg", + * "character": "Capt. Steven Hiller", + * "credit_id": "52fe425bc3a36847f8017f8b", + * "genre_ids": [ + * 28, + * 12, + * 878 + * ], + * "id": 602, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Independence Day", + * "overview": "Strange phenomena surface around the globe. The skies ignite. Terror races through the world's major cities. As these extraordinary events unfold, it becomes increasingly clear that a force of incredible magnitude has arrived. Its mission: total annihilation over the Fourth of July weekend. The last hope to stop the destruction is an unlikely group of people united by fate and unimaginable circumstances.", + * "popularity": 52.44, + * "poster_path": "/p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg", + * "release_date": "1996-06-25", + * "title": "Independence Day", + * "video": false, + * "vote_average": 6.89, + * "vote_count": 9590 + * }, + * { + * "adult": false, + * "backdrop_path": "/1GJvBE7UWU1WOVi0XREl4JQc7f8.jpg", + * "character": "Jay", + * "credit_id": "52fe425dc3a36847f80187cb", + * "genre_ids": [ + * 28, + * 12, + * 35, + * 878 + * ], + * "id": 607, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "Men in Black", + * "overview": "After a police chase with an otherworldly being, a New York City cop is recruited as an agent in a top-secret organization established to monitor and police alien activity on Earth: the Men in Black. Agent K and new recruit Agent J find themselves in the middle of a deadly plot by an intergalactic terrorist who has arrived on Earth to assassinate two ambassadors from opposing galaxies.", + * "popularity": 50.124, + * "poster_path": "/uLOmOF5IzWoyrgIF5MfUnh5pa1X.jpg", + * "release_date": "1997-07-02", + * "title": "Men in Black", + * "video": false, + * "vote_average": 7.203, + * "vote_count": 13788 + * }, + * { + * "adult": false, + * "backdrop_path": "/o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg", + * "character": "Jay", + * "credit_id": "52fe425dc3a36847f8018905", + * "genre_ids": [ + * 28, + * 35, + * 878 + * ], + * "id": 608, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "Men in Black II", + * "overview": "Kay and Jay reunite to provide our best, last and only line of defense against a sinister seductress who levels the toughest challenge yet to the MIB's untarnished mission statement – protecting Earth from the scum of the universe. It's been four years since the alien-seeking agents averted an intergalactic disaster of epic proportions. Now it's a race against the clock as Jay must convince Kay – who not only has absolutely no memory of his time spent with the MIB, but is also the only living person left with the expertise to save the galaxy – to reunite with the MIB before the earth submits to ultimate destruction.", + * "popularity": 35.639, + * "poster_path": "/enA22EPyzc2WQ1VVyY7zxresQQr.jpg", + * "release_date": "2002-07-03", + * "title": "Men in Black II", + * "video": false, + * "vote_average": 6.372, + * "vote_count": 9923 + * }, + * { + * "adult": false, + * "backdrop_path": "/7ZmZxar3bYORcl0TPA4oceyxcaE.jpg", + * "character": "Oscar (voice)", + * "credit_id": "52fe43879251416c75013e51", + * "genre_ids": [ + * 16, + * 28, + * 35, + * 10751 + * ], + * "id": 10555, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Shark Tale", + * "overview": "Oscar is a small fish whose big aspirations often get him into trouble. Meanwhile, Lenny is a great white shark with a surprising secret that no sea creature would guess: He's a vegetarian. When a lie turns Oscar into an improbable hero and Lenny becomes an outcast, the two form an unlikely friendship.", + * "popularity": 45.234, + * "poster_path": "/r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg", + * "release_date": "2004-09-20", + * "title": "Shark Tale", + * "video": false, + * "vote_average": 6.026, + * "vote_count": 6336 + * }, + * { + * "adult": false, + * "backdrop_path": "/bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg", + * "character": "Bagger Vance", + * "credit_id": "52fe43e7c3a36847f80776ed", + * "genre_ids": [ + * 18, + * 14 + * ], + * "id": 4958, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "The Legend of Bagger Vance", + * "overview": "World War I has left golfer Rannulph Junuh a poker-playing alcoholic, his perfect swing gone. Now, however, he needs to get it back to play in a tournament to save the financially ravaged golf course of a long-ago sweetheart. Help arrives in the form of mysterious caddy Bagger Vance.", + * "popularity": 12.032, + * "poster_path": "/fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg", + * "release_date": "2000-11-02", + * "title": "The Legend of Bagger Vance", + * "video": false, + * "vote_average": 6.578, + * "vote_count": 898 + * }, + * { + * "adult": false, + * "backdrop_path": "/nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg", + * "character": "Robert Neville", + * "credit_id": "52fe4455c3a36847f808fc19", + * "genre_ids": [ + * 18, + * 878, + * 53 + * ], + * "id": 6479, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "I Am Legend", + * "overview": "Robert Neville is a scientist who was unable to stop the spread of the terrible virus that was incurable and man-made. Immune, Neville is now the last human survivor in what is left of New York City and perhaps the world. For three years, Neville has faithfully sent out daily radio messages, desperate to find any other survivors who might be out there. But he is not alone.", + * "popularity": 80.993, + * "poster_path": "/iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg", + * "release_date": "2007-12-12", + * "title": "I Am Legend", + * "video": false, + * "vote_average": 7.208, + * "vote_count": 15755 + * }, + * { + * "adult": false, + * "backdrop_path": "/mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg", + * "character": "Ben", + * "credit_id": "52fe44259251416c7502a685", + * "genre_ids": [ + * 18 + * ], + * "id": 11321, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Seven Pounds", + * "overview": "An IRS agent with a fateful secret embarks on an extraordinary journey of redemption by forever changing the lives of seven strangers.", + * "popularity": 22.971, + * "poster_path": "/85zUipgVy2QbvAJ6djZXYaGckMv.jpg", + * "release_date": "2008-12-18", + * "title": "Seven Pounds", + * "video": false, + * "vote_average": 7.609, + * "vote_count": 6773 + * }, + * { + * "adult": false, + * "backdrop_path": "/dYHAIKsRZ7959Yf6tUM55xjV711.jpg", + * "character": "Paul", + * "credit_id": "52fe4462c3a368484e020081", + * "genre_ids": [ + * 9648, + * 18, + * 35 + * ], + * "id": 23210, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "Six Degrees of Separation", + * "overview": "The story of a young, gay, black, con artist who, posing as the son of Sidney Poitier, cunningly maneuvers his way into the lives of a white, upper-class New York family.", + * "popularity": 11.912, + * "poster_path": "/oH0bl69uZZA6dAclgFRkm1Vwcry.jpg", + * "release_date": "1993-12-08", + * "title": "Six Degrees of Separation", + * "video": false, + * "vote_average": 6.4, + * "vote_count": 323 + * }, + * { + * "adult": false, + * "backdrop_path": "/gVtm7G5NtQxjFNA5ydqxslxjCuk.jpg", + * "character": "Muhammad Ali / Cassius Clay", + * "credit_id": "52fe44adc3a36847f80a3d47", + * "genre_ids": [ + * 18 + * ], + * "id": 8489, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Ali", + * "overview": "In 1964, a brash, new pro boxer, fresh from his Olympic gold medal victory, explodes onto the scene: Cassius Clay. Bold and outspoken, he cuts an entirely new image for African Americans in sport with his proud public self-confidence and his unapologetic belief that he is the greatest boxer of all time. Yet at the top of his game, both Ali's personal and professional lives face the ultimate test.", + * "popularity": 14.244, + * "poster_path": "/hBE9VTgwmHbIBkJ0uxrnmqJOpkm.jpg", + * "release_date": "2001-12-10", + * "title": "Ali", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 1712 + * }, + * { + * "adult": false, + * "backdrop_path": "/wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg", + * "character": "Alex 'Hitch' Hitchens", + * "credit_id": "52fe44adc3a36847f80a3c4f", + * "genre_ids": [ + * 35, + * 18, + * 10749 + * ], + * "id": 8488, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Hitch", + * "overview": "Dating coach Alex 'Hitch' Hitchens mentors a bumbling client, Albert, who hopes to win the heart of the glamorous Allegra Cole. While Albert makes progress, Hitch faces his own romantic setbacks when proven techniques fail to work on Sara Melas, a tabloid reporter digging for dirt on Allegra Cole's love life. When Sara discovers Hitch's connection to Albert – now Allegra's boyfriend – it threatens to destroy both relationships.", + * "popularity": 34.865, + * "poster_path": "/x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg", + * "release_date": "2005-02-11", + * "title": "Hitch", + * "video": false, + * "vote_average": 6.564, + * "vote_count": 5779 + * }, + * { + * "adult": false, + * "backdrop_path": "/3mNbtT2MWJPmQWYrUXvxFYNuz5j.jpg", + * "character": "Capt. James West", + * "credit_id": "52fe44adc3a36847f80a3bdb", + * "genre_ids": [ + * 28, + * 12, + * 35, + * 878, + * 37 + * ], + * "id": 8487, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Wild Wild West", + * "overview": "Legless Southern inventor Dr. Arliss Loveless plans to rekindle the Civil War by assassinating President U.S. Grant. Only two men can stop him: gunfighter James West and master-of-disguise and inventor Artemus Gordon. The two must team up to thwart Loveless' plans.", + * "popularity": 21.53, + * "poster_path": "/3C5cZnIwQ6Wj4qGFKv0BBjimWro.jpg", + * "release_date": "1999-06-30", + * "title": "Wild Wild West", + * "video": false, + * "vote_average": 5.324, + * "vote_count": 3311 + * }, + * { + * "adult": false, + * "backdrop_path": "/oHtK1ExsXr9trwueDdgFJmlrKJV.jpg", + * "character": "Self", + * "credit_id": "6174c889b6c264002a69b827", + * "genre_ids": [ + * 99 + * ], + * "id": 795625, + * "media_type": "movie", + * "order": 3, + * "original_language": "en", + * "original_title": "Lily Topples The World", + * "overview": "Follow 20-year-old Lily Hevesh — the world’s greatest domino toppler and the only woman in her field — in a coming-of-age story of artistry, passion, and unlikely triumph.", + * "popularity": 1.214, + * "poster_path": "/dgxLTkwTPo8a8EDKcLgpiSDn0zF.jpg", + * "release_date": "2021-03-16", + * "title": "Lily Topples The World", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/gFsBGyMJezO1wMRmEjBX8YEh0Mc.jpg", + * "character": "Tea Cake Walters", + * "credit_id": "52fe44ba9251416c7503ed09", + * "genre_ids": [ + * 35 + * ], + * "id": 12121, + * "media_type": "movie", + * "order": 2, + * "original_language": "en", + * "original_title": "Made in America", + * "overview": "A young black woman discovers that her father was a sperm donor, and if that wasn't bad enough, he's white.", + * "popularity": 9.487, + * "poster_path": "/2frB553lKEm1q4dds5PUqLNQA3z.jpg", + * "release_date": "1993-01-06", + * "title": "Made in America", + * "video": false, + * "vote_average": 5.5, + * "vote_count": 357 + * }, + * { + * "adult": false, + * "backdrop_path": "/qndvrOXGyoOxkhc12SqfLi9Hr31.jpg", + * "character": "John Hancock", + * "credit_id": "52fe44cbc3a36847f80aa55d", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 8960, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Hancock", + * "overview": "Hancock is a down-and-out superhero who's forced to employ a PR expert to help repair his image when the public grows weary of all the damage he's inflicted during his lifesaving heroics. The agent's idea of imprisoning the antihero to make the world miss him proves successful, but will Hancock stick to his new sense of purpose or slip back into old habits?", + * "popularity": 38.95, + * "poster_path": "/7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg", + * "release_date": "2008-07-01", + * "title": "Hancock", + * "video": false, + * "vote_average": 6.347, + * "vote_count": 9589 + * }, + * { + * "adult": false, + * "backdrop_path": "/gxSVZCUlDd8upT1G2wdrUdz2hxG.jpg", + * "character": "Detective Mike Lowrey", + * "credit_id": "52fe44cbc3a36847f80aa747", + * "genre_ids": [ + * 28, + * 80, + * 35 + * ], + * "id": 8961, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "Bad Boys II", + * "overview": "Detectives Marcus Burnett and Mike Lowrey of the Miami Narcotics Task Force are tasked with stopping the flow of the drug Ecstasy into Miami. They track the drugs to the whacked-out Cuban drug lord Johnny Tapia, who is also involved in a bloody war with Russian and Haitian mobsters. If that isn't bad enough, there's tension between the two detectives when Marcus discovers that playboy Mike is secretly romancing Marcus’ sister, Syd.", + * "popularity": 51.272, + * "poster_path": "/yCvB5fG5aEPqa1St7ihY6KEAsHD.jpg", + * "release_date": "2003-07-18", + * "title": "Bad Boys II", + * "video": false, + * "vote_average": 6.6, + * "vote_count": 5485 + * }, + * { + * "adult": false, + * "backdrop_path": "/zuxSfx7ZNzBsXE0f0lSGrfRB01e.jpg", + * "character": "Will Smith", + * "credit_id": "52fe4507c3a36847f80b8013", + * "genre_ids": [ + * 35, + * 10749, + * 18 + * ], + * "id": 9541, + * "media_type": "movie", + * "order": 8, + * "original_language": "en", + * "original_title": "Jersey Girl", + * "overview": "Ollie Trinke is a young, suave music publicist who seems to have it all, with a new wife and a baby on the way. But life deals him a bum hand when he's suddenly faced with single fatherhood, a defunct career and having to move in with his father. To bounce back, it takes a new love and the courage instilled in him by his daughter.", + * "popularity": 13.651, + * "poster_path": "/nMmMWoSooR6QmCjdT0AvZardof1.jpg", + * "release_date": "2004-03-25", + * "title": "Jersey Girl", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 1033 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "6401109c9f1be70086a02479", + * "genre_ids": [ + * 99 + * ], + * "id": 1094280, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "Putting The Boom & Bang in 'Bad Boys'", + * "overview": "Bad Boys featurette.", + * "popularity": 2.062, + * "poster_path": "/zT1TtogGgcrQBZAofjp37s24Vui.jpg", + * "release_date": "2000-06-27", + * "title": "Putting The Boom & Bang in 'Bad Boys'", + * "video": false, + * "vote_average": 6, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/lPLTLCBn39Wiy1RPQLB9xOKyF2v.jpg", + * "character": "Robert Clayton Dean", + * "credit_id": "52fe452fc3a36847f80c0f93", + * "genre_ids": [ + * 28, + * 18, + * 53 + * ], + * "id": 9798, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Enemy of the State", + * "overview": "When the videotape of the murder of a congressman unknowingly ends up in the hands of labor lawyer and dedicated family man Robert Clayton Dean, he is framed for the murder. With the help of the mysterious Brill, Dean attempts to throw the NSA off his trail and prove his innocence.", + * "popularity": 24.51, + * "poster_path": "/x9pXrMKLsBGGOFyyZ0Gwt9YpVub.jpg", + * "release_date": "1998-11-20", + * "title": "Enemy of the State", + * "video": false, + * "vote_average": 7.044, + * "vote_count": 3830 + * }, + * { + * "adult": false, + * "backdrop_path": "/5AhpUb8CAP0jZ4Wrn7AsRUYjZxB.jpg", + * "character": "Agent J", + * "credit_id": "52fe45b7c3a36847f80d6875", + * "genre_ids": [ + * 28, + * 35, + * 878 + * ], + * "id": 41154, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Men in Black 3", + * "overview": "Agents J and K are back...in time. J has seen some inexplicable things in his 15 years with the Men in Black, but nothing, not even aliens, perplexes him as much as his wry, reticent partner. But when K's life and the fate of the planet are put at stake, Agent J will have to travel back in time to put things right. J discovers that there are secrets to the universe that K never told him - secrets that will reveal themselves as he teams up with the young Agent K to save his partner, the agency, and the future of humankind.", + * "popularity": 33.904, + * "poster_path": "/90DdoEStzeObs96fsYf4GG544iN.jpg", + * "release_date": "2012-05-23", + * "title": "Men in Black 3", + * "video": false, + * "vote_average": 6.525, + * "vote_count": 10310 + * }, + * { + * "adult": false, + * "backdrop_path": "/webc35UIXecNENTkM9mw7IgifKr.jpg", + * "character": "Fresh Prince", + * "credit_id": "64192591e004a6007be0153e", + * "genre_ids": [ + * 16, + * 10402 + * ], + * "id": 276109, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "The Chipmunks Rockin' Through The Decades", + * "overview": "A live-action/animated TV special featuring Alvin and the Chipmunks.", + * "popularity": 1.846, + * "poster_path": null, + * "release_date": "1990-12-09", + * "title": "The Chipmunks Rockin' Through The Decades", + * "video": false, + * "vote_average": 4, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Nicky Barnes", + * "credit_id": "619d82dfa410c80090ab2e70", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 903060, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "The Council", + * "overview": "The never-before told story of a crime syndicate consisting of seven African-American men who ruled Harlem in the 1970s and early 80s focusing on Nicky Barnes, dubbed \"Mr. Untouchable\" by the New York Times.", + * "popularity": 1.442, + * "poster_path": null, + * "release_date": "", + * "title": "The Council", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/wOLTJxfv98miIQcn0oNXq9fIgXM.jpg", + * "character": "Mike Lowrey", + * "credit_id": "644901856a22270474d17219", + * "genre_ids": [ + * 28, + * 35, + * 80, + * 53 + * ], + * "id": 9737, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Bad Boys", + * "overview": "Marcus Burnett is a henpecked family man. Mike Lowrey is a footloose and fancy free ladies' man. Both Miami policemen, they have 72 hours to reclaim a consignment of drugs stolen from under their station's nose. To complicate matters, in order to get the assistance of the sole witness to a murder, they have to pretend to be each other.", + * "popularity": 48.299, + * "poster_path": "/qKiLKvJaT6rRmd3IBsoVV58luXH.jpg", + * "release_date": "1995-04-07", + * "title": "Bad Boys", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 6398 + * }, + * { + * "adult": false, + * "backdrop_path": "/cYs9gkWP1Pk7nnQO33HOI1nb3ds.jpg", + * "character": "Self (archive footage)", + * "credit_id": "61e50e747d2bc1009fcf7f7c", + * "genre_ids": [ + * 10402, + * 99 + * ], + * "id": 904962, + * "media_type": "movie", + * "order": 32, + * "original_language": "en", + * "original_title": "You're Watching Video Music Box", + * "overview": "The untold story of the world’s longest running video show, Video Music Box. A hip hop mainstay since 1983, VMB gave a platform to artists like Jay-Z, Nas and Mary J. Blige before they hit it big. Host Ralph McDaniels’ archives — amassed over nearly 40 years — reveal the show’s importance to numerous big-name musicians, as well as to the kids that grew up watching.", + * "popularity": 1.739, + * "poster_path": "/r0gtyJoM5dMPFdEMyT1EKMaQDCk.jpg", + * "release_date": "2021-12-03", + * "title": "You're Watching Video Music Box", + * "video": false, + * "vote_average": 6.4, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/958IEMxVqU3FFOdZll3PcFLoyef.jpg", + * "character": "Cypher Raige", + * "credit_id": "52fe486f9251416c9108c5db", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 82700, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "After Earth", + * "overview": "One thousand years after cataclysmic events forced humanity's escape from Earth, Nova Prime has become mankind's new home. Legendary General Cypher Raige returns from an extended tour of duty to his estranged family, ready to be a father to his 13-year-old son, Kitai. When an asteroid storm damages Cypher and Kitai's craft, they crash-land on a now unfamiliar and dangerous Earth. As his father lies dying in the cockpit, Kitai must trek across the hostile terrain to recover their rescue beacon. His whole life, Kitai has wanted nothing more than to be a soldier like his father. Today, he gets his chance.", + * "popularity": 29.428, + * "poster_path": "/iXMvYIlzzJBs352CfeiQcBvovZt.jpg", + * "release_date": "2013-05-30", + * "title": "After Earth", + * "video": false, + * "vote_average": 5.187, + * "vote_count": 6536 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Robert Neville", + * "credit_id": "62228e237719d7006dac569c", + * "genre_ids": [ + * 878, + * 53 + * ], + * "id": 945956, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "I Am Legend 2", + * "overview": "A sequel to the 2007 film I Am Legend.", + * "popularity": 23.965, + * "poster_path": "/hVe0x4ehQh6MfD4l9OW6h8aw111.jpg", + * "release_date": "", + * "title": "I Am Legend 2", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Blind Referee", + * "credit_id": "64a95eabb686b900edf8e984", + * "genre_ids": [ + * 18, + * 35 + * ], + * "id": 1149524, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Blind Ref", + * "overview": "A blind man struggles to become a basketball referee.", + * "popularity": 1.267, + * "poster_path": "/8MA2bDjjImTOIodv9Lyr687PTha.jpg", + * "release_date": "2013-06-06", + * "title": "Blind Ref", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/IdrHHTC2QcrWUnEqshutR8L4vj.jpg", + * "character": "Judge", + * "credit_id": "52fe4c2ec3a368484e1ab62f", + * "genre_ids": [ + * 18, + * 14, + * 9648, + * 10749 + * ], + * "id": 137321, + * "media_type": "movie", + * "order": 5, + * "original_language": "en", + * "original_title": "Winter's Tale", + * "overview": "A burglar falls for an heiress as she dies in his arms. When he learns that he has the gift of reincarnation, he sets out to save her.", + * "popularity": 12.852, + * "poster_path": "/dwDAUpidqVEql6w1o51VIPlMtbG.jpg", + * "release_date": "2014-02-13", + * "title": "Winter's Tale", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 1334 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "65124a268e2ba600e4517cc1", + * "genre_ids": [ + * 99 + * ], + * "id": 587817, + * "media_type": "movie", + * "order": 15, + * "original_language": "en", + * "original_title": "Pesel Ha'Zahav", + * "overview": "A behind-the-scenes look at the preparations for the live broadcast of the 69th Annual Academy Awards ceremony.", + * "popularity": 1.788, + * "poster_path": "/hD2xo96UYYwG1NJCbNDD29pXmCD.jpg", + * "release_date": "1998-01-01", + * "title": "Inside the Golden Statue", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/3WfSR7bLZQBMzTjwa9A9ohfblgT.jpg", + * "character": "Self (archive footage)", + * "credit_id": "6523e238ab5e3400c47d3fd7", + * "genre_ids": [ + * 99 + * ], + * "id": 1038495, + * "media_type": "movie", + * "order": 25, + * "original_language": "en", + * "original_title": "Kids' TV: The Surprising Story", + * "overview": "Konnie Huq celebrates the very best of British children’s television, with a dazzling array of clips from some of the most treasured programmes ever made and revealing chats with some of TV’s most beloved stars. But Konnie also tells a perhaps more surprising story: of how kids’ TV has frequently been at the forefront of social change, in terms of the stories it tells and the people who get to tell them.", + * "popularity": 2.636, + * "poster_path": "/kuEcbIvW70o27cdUuuNTFwouigU.jpg", + * "release_date": "2022-10-26", + * "title": "Kids' TV: The Surprising Story", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/8B7ZCUeLsTqO72o0uVKMIQXSjOi.jpg", + * "character": "Genie / Mariner (archive footage)", + * "credit_id": "62ba30d468b766006174866d", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 512191, + * "media_type": "movie", + * "order": 96, + * "original_language": "en", + * "original_title": "Howard", + * "overview": "Though legendary lyricist Howard Ashman died far too young, his impact on Broadway, movies, and the culture at large were incalculable. Told entirely through rare archival footage and interviews with Ashman’s family, friends, associates, and longtime partner Bill Lauch, Howard is an intimate tribute to a once-in-a-generation talent and a rousing celebration of musical storytelling itself.", + * "popularity": 5.917, + * "poster_path": "/kTMIYVGKeXsIcVumZvyapkhvQiY.jpg", + * "release_date": "2018-04-22", + * "title": "Howard", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 48 + * }, + * { + * "adult": false, + * "backdrop_path": "/e3dzlpDdqkVrxfw9gusYPjG5Vub.jpg", + * "character": "Nicky Spurgeon", + * "credit_id": "530789e0925141111100018d", + * "genre_ids": [ + * 10749, + * 35, + * 80 + * ], + * "id": 256591, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Focus", + * "overview": "Nicky, an accomplished con artist, gets romantically involved with his disciple Jess but later ends their relationship. Years later, she returns as a femme fatale to spoil his plans.", + * "popularity": 32.29, + * "poster_path": "/j6YcokvYBLSRLBQ4LxeeY6B1Aso.jpg", + * "release_date": "2015-02-25", + * "title": "Focus", + * "video": false, + * "vote_average": 6.878, + * "vote_count": 7841 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self - Host (archive footage)", + * "credit_id": "62cd331ba9117f131cbd4088", + * "genre_ids": [ + * 99 + * ], + * "id": 999067, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "One Strange Rock", + * "overview": "A mind-bending, thrilling journey exploring the fragility and wonder of planet Earth, one of the most peculiar, unique places in the entire universe, brought to life by the only people to have left it behind – the world’s most well known and leading astronauts. This edit combined episodes one and ten to create a new movie.", + * "popularity": 1.81, + * "poster_path": "/2yKKKl9d1H5f3EjZrijpr8WOqQu.jpg", + * "release_date": "2022-07-10", + * "title": "One Strange Rock", + * "video": true, + * "vote_average": 5.7, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/c5Hub79rAGq7MtKrRNcr5Rfk3NM.jpg", + * "character": "Self", + * "credit_id": "658f14116611b46b9fa40ca4", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 746752, + * "media_type": "movie", + * "order": 2, + * "original_language": "fr", + * "original_title": "Bigflo & Oli : Presque Trop", + * "overview": "Go backstage with French rap duo Bigflo & Oli in this intimate music documentary, then join the superstar siblings as they embark on a major tour.", + * "popularity": 3.744, + * "poster_path": "/heCJcnFHizhV286Y71W92f9mrBQ.jpg", + * "release_date": "2020-10-08", + * "title": "Bigflo & Oli: Hip Hop Frenzy", + * "video": false, + * "vote_average": 7, + * "vote_count": 70 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "6326378d8d22fc007a30eebc", + * "genre_ids": [ + * 35, + * 10402, + * 10770, + * 99 + * ], + * "id": 537745, + * "media_type": "movie", + * "order": 134, + * "original_language": "en", + * "original_title": "Night of 100 Stars III", + * "overview": "A celebrity benefit for The Actors' Fund of America, featuring music, songs, dance and comedy.", + * "popularity": 1.523, + * "poster_path": "/886JJFF8s2z3x5txGkaVRnmeMU9.jpg", + * "release_date": "1990-05-21", + * "title": "Night of 100 Stars III", + * "video": false, + * "vote_average": 4, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg", + * "character": "Floyd Lawton / Deadshot", + * "credit_id": "547ebbec92514124aa000a6d", + * "genre_ids": [ + * 28, + * 12, + * 14 + * ], + * "id": 297761, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Suicide Squad", + * "overview": "From DC Comics comes the Suicide Squad, an antihero team of incarcerated supervillains who act as deniable assets for the United States government, undertaking high-risk black ops missions in exchange for commuted prison sentences.", + * "popularity": 46.652, + * "poster_path": "/sk3FZgh3sRrmr8vyhaitNobMcfh.jpg", + * "release_date": "2016-08-03", + * "title": "Suicide Squad", + * "video": false, + * "vote_average": 5.921, + * "vote_count": 21151 + * }, + * { + * "adult": false, + * "backdrop_path": "/bDp6SAo5tDf4KyZHX5hOg0Tj74D.jpg", + * "character": "Self", + * "credit_id": "6596fba6a6c10410ddfa83eb", + * "genre_ids": [ + * 99, + * 18 + * ], + * "id": 1226352, + * "media_type": "movie", + * "order": 3, + * "original_language": "en", + * "original_title": "Free Child", + * "overview": "From leaving Egypt 10 years ago, to almost dying a month ago in a car accident. This film is about the journey in between and the massive role the internet played in the life of prominent Youtuber and Yes Theory co-founder Ammar Kandil.", + * "popularity": 2.591, + * "poster_path": "/n03RhHzq0henGZ7M1Lif1TfKZvH.jpg", + * "release_date": "2020-09-28", + * "title": "Free Child", + * "video": false, + * "vote_average": 9, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg", + * "character": "Dr. Bennet Omalu", + * "credit_id": "54c884a1925141678e00568e", + * "genre_ids": [ + * 18 + * ], + * "id": 321741, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Concussion", + * "overview": "A dramatic thriller based on the incredible true David vs. Goliath story of American immigrant Dr. Bennet Omalu, the brilliant forensic neuropathologist who made the first discovery of CTE, a football-related brain trauma, in a pro player and fought for the truth to be known. Omalu's emotional quest puts him at dangerous odds with one of the most powerful institutions in the world.", + * "popularity": 12.822, + * "poster_path": "/gseayWAIFt3GQrEUNuUcYxT77Ud.jpg", + * "release_date": "2015-11-12", + * "title": "Concussion", + * "video": false, + * "vote_average": 7.09, + * "vote_count": 2540 + * }, + * { + * "adult": false, + * "backdrop_path": "/TiiWQf1pMFIfR3z7hxdAAd4PnN.jpg", + * "character": "Self (archive footage)", + * "credit_id": "635e94b7efd3c200918dcc80", + * "genre_ids": [ + * 10751, + * 10402, + * 10770 + * ], + * "id": 341949, + * "media_type": "movie", + * "order": 52, + * "original_language": "en", + * "original_title": "Sesame Street: Elmopalooza!", + * "overview": "Jon Stewart hosts the Sesame Street Muppets' 30 year celebration, but Elmo steps in when things go awry.", + * "popularity": 1.19, + * "poster_path": "/64QjfrazV5J12PUoqMvNOyKjRxL.jpg", + * "release_date": "1998-02-20", + * "title": "Sesame Street: Elmopalooza!", + * "video": false, + * "vote_average": 5.8, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self (archive footage)", + * "credit_id": "65c67b3e4350110183e6f70d", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 324610, + * "media_type": "movie", + * "order": 29, + * "original_language": "en", + * "original_title": "Yo! The Story of ‘Yo! MTV Raps’", + * "overview": "A provocative look into the seven-year history of the series that gave hip hop a voice and broke color barriers, integrating MTV with rap. \"Yo! MTV Raps\" premiered on August 6, 1988 with hosts Fab 5 Freddy, Ed Lover and Doctor Dré, and shaped the careers of many of today’s hip hop superstars, while simultaneously making groundbreaking strides in introducing hip hop to the mainstream.", + * "popularity": 2.444, + * "poster_path": "/5peOO9sApI7GXOVBFQPgrlsWLBM.jpg", + * "release_date": "2012-06-07", + * "title": "Yo! The Story of ‘Yo! MTV Raps’", + * "video": false, + * "vote_average": 2, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/jEo7s4kyUiClgtxXqYcLRWvJTik.jpg", + * "character": "Self", + * "credit_id": "65cca2d7e263bb0186692850", + * "genre_ids": [ + * 10402, + * 99 + * ], + * "id": 1216282, + * "media_type": "movie", + * "order": 22, + * "original_language": "en", + * "original_title": "A GRAMMY Salute To 50 Years Of Hip-Hop", + * "overview": "A once-in-a-lifetime live concert special celebrating the 50th anniversary of hip-hop. Airing Sunday, Dec. 10, at at 8:30 p.m. ET/8 p.m. PT on the CBS Television Network and streaming live and on demand on Paramount+, the two-hour tribute special will feature exclusive performances from hip-hop legends and GRAMMY-winning artists, including Black Thought, Bun B, Common, De La Soul, Jermaine Dupri, J.J. Fad, Talib Kweli, The Lady Of Rage, LL COOL J, MC Sha-Rock, Monie Love, The Pharcyde, Queen Latifah, Questlove, Rakim, Remy Ma, Uncle Luke, and Yo-Yo.", + * "popularity": 2.644, + * "poster_path": "/8PPBVqnMsESwN0n9TNuA4HAG6IS.jpg", + * "release_date": "2023-12-10", + * "title": "A GRAMMY Salute To 50 Years Of Hip-Hop", + * "video": false, + * "vote_average": 8.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/3yJCGeV4c4H0eMojckyva9vMATd.jpg", + * "character": "Self", + * "credit_id": "65ce2d0c13a38801879f3170", + * "genre_ids": [ + * 10402 + * ], + * "id": 171084, + * "media_type": "movie", + * "order": 3, + * "original_language": "de", + * "original_title": "Tina Turner : Celebrate!", + * "overview": "Tina Turner celebrates her 60th birthday with this unbelievable 1999 concert. Turner performs a variety from her repertoire from throughout her entire career – her beginnings with Ike Turner, the 80’s resurgence and later career material. Hits featured are 'River Deep, Mountain High', 'What's Love Got to Do With It', 'Nutbush City Limits', 'The Best' and '24/7'.", + * "popularity": 1.416, + * "poster_path": "/5iRALSqo8V25KZFB6Ybrr2L1ng7.jpg", + * "release_date": "1999-11-26", + * "title": "Tina Turner : Celebrate!", + * "video": true, + * "vote_average": 8.7, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/iovi35nPfjbYTw2gRo7uImWblRU.jpg", + * "character": "Howard Inlet", + * "credit_id": "55d4d38392514102d500281b", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 345920, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Collateral Beauty", + * "overview": "Retreating from life after a tragedy, a man questions the universe by writing to Love, Time and Death. Receiving unexpected answers, he begins to see how these things interlock and how even loss can reveal moments of meaning and beauty.", + * "popularity": 30.723, + * "poster_path": "/4vfqosgik5pLb32RpskYifp8PWJ.jpg", + * "release_date": "2016-12-15", + * "title": "Collateral Beauty", + * "video": false, + * "vote_average": 7.223, + * "vote_count": 5370 + * }, + * { + * "adult": false, + * "backdrop_path": "/tp5xCbXsevp5rJG11HRfXYuruDZ.jpg", + * "character": "Self", + * "credit_id": "660c2ed16dc507017e559423", + * "genre_ids": [ + * 10770, + * 10751, + * 99 + * ], + * "id": 238466, + * "media_type": "movie", + * "order": 23, + * "original_language": "en", + * "original_title": "David Blaine: Real or Magic", + * "overview": "David Blaine's signature brand of street magic mystifies the most recognisable celebrities in the world, such as Jamie Foxx, Bryan Cranston, Aaron Paul, Ricky Gervais, Katy Perry, Woody Allen, and Robert DeNiro, to name a few. He goes to the homes of Kanye West and Harrison Ford, Will Smith and Olivia Wilde. He pays a visit to Stephen Hawking at his office in Cambridge University. Blaine also travels the world, astonishing people from all walks of life with never-before seen, inconceivable magic.", + * "popularity": 4.684, + * "poster_path": "/gTMYu8oaAu31PW3wPooGLuM5maA.jpg", + * "release_date": "2013-11-19", + * "title": "David Blaine: Real or Magic", + * "video": false, + * "vote_average": 6.7, + * "vote_count": 82 + * }, + * { + * "adult": false, + * "backdrop_path": "/hYY7wC3vuwSmoRdcMalVMjPC0a0.jpg", + * "character": "ESPN Reporter", + * "credit_id": "660b2fae9c97bd017ca40404", + * "genre_ids": [ + * 35 + * ], + * "id": 109443, + * "media_type": "movie", + * "order": 71, + * "original_language": "en", + * "original_title": "Anchorman 2: The Legend Continues", + * "overview": "With the 70s behind him, San Diego's top rated newsman, Ron Burgundy, returns to take New York's first 24-hour news channel by storm.", + * "popularity": 27.328, + * "poster_path": "/BAdmxMdCqzjs6hx3KuEtnoWP8d.jpg", + * "release_date": "2013-12-18", + * "title": "Anchorman 2: The Legend Continues", + * "video": false, + * "vote_average": 6.139, + * "vote_count": 2578 + * }, + * { + * "adult": false, + * "backdrop_path": "/dbwjITCa3adbDp2WEgLfRuhAI3W.jpg", + * "character": "Self", + * "credit_id": "660bc789d6dbba014a6f2e36", + * "genre_ids": [ + * 99 + * ], + * "id": 1242980, + * "media_type": "movie", + * "order": 13, + * "original_language": "pt", + * "original_title": "Nos Bastidores de Hollywood", + * "overview": "", + * "popularity": 2.023, + * "poster_path": "/2tbIAd61D03RPNvjouFq9CkyKWo.jpg", + * "release_date": "2005-03-01", + * "title": "Nos Bastidores de Hollywood", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "56a2c015c3a3683890000d06", + * "genre_ids": [ + * 99 + * ], + * "id": 378674, + * "media_type": "movie", + * "order": 4, + * "original_language": "en", + * "original_title": "DC Films Presents Dawn of the Justice League", + * "overview": "A documentary special taking a look at the upcoming films making up the DC Universe. Kevin Smith hosts with Geoff Johns, as they take a look at Batman vs Superman: Dawn of Justice, Suicide Squad, the upcoming Wonder Woman and Justice League movies.", + * "popularity": 8.212, + * "poster_path": "/jjYndp8PuLFNuIbGg6Zs7MkxWIc.jpg", + * "release_date": "2016-01-19", + * "title": "DC Films Presents Dawn of the Justice League", + * "video": false, + * "vote_average": 6, + * "vote_count": 68 + * }, + * { + * "adult": false, + * "backdrop_path": "/eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg", + * "character": "Mike", + * "credit_id": "56b410fa92514114e5003551", + * "genre_ids": [ + * 53, + * 28, + * 80 + * ], + * "id": 38700, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Bad Boys for Life", + * "overview": "Marcus and Mike are forced to confront new threats, career changes, and midlife crises as they join the newly created elite team AMMO of the Miami police department to take down the ruthless Armando Armas, the vicious leader of a Miami drug cartel.", + * "popularity": 81.514, + * "poster_path": "/y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg", + * "release_date": "2020-01-15", + * "title": "Bad Boys for Life", + * "video": false, + * "vote_average": 7.139, + * "vote_count": 8290 + * }, + * { + * "adult": false, + * "backdrop_path": "/hu4psJoKxDYezvvS4GlLF531fom.jpg", + * "character": "Daryl Ward", + * "credit_id": "574c539f9251410ef80000d8", + * "genre_ids": [ + * 14, + * 28, + * 53 + * ], + * "id": 400106, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Bright", + * "overview": "In an alternate present-day where magical creatures live among us, two L.A. cops become embroiled in a prophesied turf battle.", + * "popularity": 23.137, + * "poster_path": "/whkT53Sv2vKAUiknQ13pqcWaPXB.jpg", + * "release_date": "2017-12-22", + * "title": "Bright", + * "video": false, + * "vote_average": 6.152, + * "vote_count": 5642 + * }, + * { + * "adult": false, + * "backdrop_path": "/15w69mRh7r6XTWF4ipIB59eoG6r.jpg", + * "character": "Cameo", + * "credit_id": "6667e76e4a60c1410bf71455", + * "genre_ids": [ + * 10749, + * 35, + * 18 + * ], + * "id": 503129, + * "media_type": "movie", + * "order": 15, + * "original_language": "hi", + * "original_title": "Student of the Year 2", + * "overview": "A student must overcome bullies and hardships, both academic and romantic, in order to win his college's coveted Student of the Year trophy.", + * "popularity": 15.596, + * "poster_path": "/78EMPsM8bu9R3jcxgBUUAQoVgI.jpg", + * "release_date": "2019-05-10", + * "title": "Student of the Year 2", + * "video": false, + * "vote_average": 4.444, + * "vote_count": 72 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Jon Grady", + * "credit_id": "6671edb8dbc136011d90aee3", + * "genre_ids": [ + * 878, + * 53 + * ], + * "id": 693390, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Resistor", + * "overview": "Physicist Jon Grady and his team discover a device that can reflect gravity — a triumph that will revolutionize the field of physics and change the future. But instead of acclaim, Grady's lab is locked down by a covert organization known as the Bureau of Technology Control. When Grady refuses to join the BTC, he's thrown into a nightmarish high-tech prison housing other doomed rebel intellects.", + * "popularity": 1.87, + * "poster_path": null, + * "release_date": "", + * "title": "Resistor", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Hancock", + * "credit_id": "66646cd718bd0a0bdb4d38d2", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 475387, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Hancock 2", + * "overview": "", + * "popularity": 9.235, + * "poster_path": "/h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg", + * "release_date": "", + * "title": "Hancock 2", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/tPUP70sPdV9l0otMf23lFNng0nF.jpg", + * "character": "", + * "credit_id": "66b8db3686f5391f4fa7e3c1", + * "genre_ids": [], + * "id": 1328458, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "The Fresh Prince of Nowhere", + * "overview": "25 years ago, a biographical documentary on Will Smith was crafted, completed, and concealed. Today, just one VHS copy remains. Originally titled The Fresh Prince of Everywhere, this vandalised tape now goes as The Fresh Prince of Nowhere - and where it picked up its new name, no one knows. Seemingly resonating with an uncanny relevance to the present day, the documentary is an eerie yet meaningful lesson in love, fame and failure. In 2024, the world knows a different Will Smith to the one we knew on the cusp of the millennium. But the story of this VHS tape is a timeless reflection on the cycles of triumph, adversity, and the cost of fame.", + * "popularity": 1.319, + * "poster_path": "/wmeho2nhr1bdiXxWcGcRlaFdr9e.jpg", + * "release_date": "2024-03-29", + * "title": "The Fresh Prince of Nowhere", + * "video": true, + * "vote_average": 9, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg", + * "character": "Genie / Mariner", + * "credit_id": "58f991d0925141588d004052", + * "genre_ids": [ + * 12, + * 14, + * 10749, + * 10751 + * ], + * "id": 420817, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Aladdin", + * "overview": "A kindhearted street urchin named Aladdin embarks on a magical adventure after finding a lamp that releases a wisecracking genie while a power-hungry Grand Vizier vies for the same lamp that has the power to make their deepest wishes come true.", + * "popularity": 50.646, + * "poster_path": "/ykUEbfpkf8d0w49pHh0AD2KrT52.jpg", + * "release_date": "2019-05-22", + * "title": "Aladdin", + * "video": false, + * "vote_average": 7.098, + * "vote_count": 10067 + * }, + * { + * "adult": false, + * "backdrop_path": "/sfW7GcOuwZFuCxVoU5ULlkiDJ7Q.jpg", + * "character": "Henry Brogen / Junior", + * "credit_id": "595f247b9251410bfa09d25c", + * "genre_ids": [ + * 878, + * 28, + * 12, + * 53 + * ], + * "id": 453405, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Gemini Man", + * "overview": "Henry Brogan is an elite 51-year-old assassin who's ready to call it quits after completing his 72nd job. His plans get turned upside down when he becomes the target of a mysterious operative who can seemingly predict his every move. To his horror, Brogan soon learns that the man who's trying to kill him is a younger, faster, cloned version of himself.", + * "popularity": 28.914, + * "poster_path": "/uTALxjQU8e1lhmNjP9nnJ3t2pRU.jpg", + * "release_date": "2019-10-02", + * "title": "Gemini Man", + * "video": false, + * "vote_average": 6.289, + * "vote_count": 5122 + * }, + * { + * "adult": false, + * "backdrop_path": "/gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg", + * "character": "Self - Philadelphia", + * "credit_id": "59e392fe9251410b67000415", + * "genre_ids": [ + * 10402, + * 99 + * ], + * "id": 42348, + * "media_type": "movie", + * "order": 45, + * "original_language": "en", + * "original_title": "Live 8", + * "overview": "On 2 July 2005 an estimated 3 billion people came together in the fight against extreme poverty. LIVE 8 - 10 concerts featuring over 1000 musicians from across the globe - asked people not for their money, but for their voice.", + * "popularity": 2.31, + * "poster_path": "/joFzIENnJHDLesiktLETN3VNutO.jpg", + * "release_date": "2005-11-07", + * "title": "Live 8", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 23 + * }, + * { + * "adult": false, + * "backdrop_path": "/A5DEgBGrp1lK4yWYDpdQ7YNFSfy.jpg", + * "character": "Will Smith", + * "credit_id": "59e392fe9251410b67000419", + * "genre_ids": [ + * 35 + * ], + * "id": 127088, + * "media_type": "movie", + * "order": 49, + * "original_language": "en", + * "original_title": "Welcome to Hollywood", + * "overview": "A film director decides to chart the course of a young actor as he tries to make it in Hollywood...", + * "popularity": 4.101, + * "poster_path": "/6lteBH7j3De6sCYIRCXWBPskaLq.jpg", + * "release_date": "1998-10-01", + * "title": "Welcome to Hollywood", + * "video": false, + * "vote_average": 3.8, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "59e392fe9251410b67000417", + * "genre_ids": [ + * 99 + * ], + * "id": 378386, + * "media_type": "movie", + * "order": 28, + * "original_language": "en", + * "original_title": "Star Wars: Greatest Moments", + * "overview": "Alex Zane counts down the top 20 Star Wars moments as voted by the public. Includes contributions from famous fans as well as the stars and crew of the intergalactic saga.", + * "popularity": 3.169, + * "poster_path": "/zIffPwISrW48qSmvAXEV27lBTMA.jpg", + * "release_date": "2015-12-26", + * "title": "Star Wars: Greatest Moments", + * "video": false, + * "vote_average": 7, + * "vote_count": 32 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "59e392fe9251410b6700041d", + * "genre_ids": [ + * 10402, + * 99 + * ], + * "id": 413131, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Will Smith: Live in Concert", + * "overview": "Will Smith performs live in concert some of his old and new hits.", + * "popularity": 1.266, + * "poster_path": "/4lTEZfXUNON6wxh6CWYcJrO0Sv6.jpg", + * "release_date": "2005-06-14", + * "title": "Will Smith: Live in Concert", + * "video": false, + * "vote_average": 5.8, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "59e392fe9251410b67000421", + * "genre_ids": [ + * 99, + * 35, + * 878 + * ], + * "id": 461916, + * "media_type": "movie", + * "order": 3, + * "original_language": "en", + * "original_title": "Metamorphosis of 'Men in Black'", + * "overview": "An in-depth look into the creation of the special effects for the film Men in Black (1997). Various interviews with the cast and filmmakers and a look at the pre-rendered SFX from ILM and Rick Baker. Also a look at storyboards and information about the change of the script during production.", + * "popularity": 1.539, + * "poster_path": "/5ax0t8bU8E5JhtxkPGQT48TSOvZ.jpg", + * "release_date": "2000-09-05", + * "title": "Metamorphosis of 'Men in Black'", + * "video": false, + * "vote_average": 5, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/lLe36uxDamMg6YWmIBN7bhuSmdy.jpg", + * "character": "Manny", + * "credit_id": "59e392fe9251410b6700040d", + * "genre_ids": [ + * 18, + * 53, + * 80 + * ], + * "id": 17736, + * "media_type": "movie", + * "order": 8, + * "original_language": "en", + * "original_title": "Where the Day Takes You", + * "overview": "King is a young man, but he's already a veteran of life on the streets of Los Angeles. The de facto leader of a group of teenage runaways, King acts as a mentor to troubled kids such as gay hustler Little J and junkie Greg. When Heather, a beautiful girl from Chicago, starts hanging out with King and his crew, it changes the dynamic of the gang. However, it seems as though nothing will alter their dangerous lifestyle.", + * "popularity": 5.488, + * "poster_path": "/6W7pwB1o601kN8zySjHNz5X3QDK.jpg", + * "release_date": "1992-09-11", + * "title": "Where the Day Takes You", + * "video": false, + * "vote_average": 6.122, + * "vote_count": 55 + * }, + * { + * "adult": false, + * "backdrop_path": "/A5VWK3aPhMUbEyKkOKdSrZr70JL.jpg", + * "character": "Self", + * "credit_id": "59e392fe9251410b6700041b", + * "genre_ids": [ + * 35 + * ], + * "id": 452460, + * "media_type": "movie", + * "order": 10, + * "original_language": "en", + * "original_title": "Torrance Rises", + * "overview": "A mockumentary chronicling the Torrance Community Dance Group (from Fatboy Slim's \"Praise You\" video) on their road to the MTV Video Music Awards.", + * "popularity": 1.042, + * "poster_path": "/2CShiMeuWypm9ObpfZl0R2g03je.jpg", + * "release_date": "1999-01-01", + * "title": "Torrance Rises", + * "video": false, + * "vote_average": 7.8, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/uG1v9Hk1XKICd6IJChRR20mBh8i.jpg", + * "character": "Lance Sterling (voice)", + * "credit_id": "59e48d59925141082b029493", + * "genre_ids": [ + * 16, + * 28, + * 12, + * 35, + * 10751 + * ], + * "id": 431693, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Spies in Disguise", + * "overview": "Super spy Lance Sterling and scientist Walter Beckett are almost exact opposites. Lance is smooth, suave and debonair. Walter is… not. But what Walter lacks in social skills he makes up for in smarts and invention, creating the awesome gadgets Lance uses on his epic missions. But when events take an unexpected turn, Walter and Lance suddenly have to rely on each other in a whole new way.", + * "popularity": 24.749, + * "poster_path": "/e7rWcrnuNej3JeVjqmRu0jVeRa4.jpg", + * "release_date": "2019-12-04", + * "title": "Spies in Disguise", + * "video": false, + * "vote_average": 7.6, + * "vote_count": 2800 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5a5e8a899251412eac000b3c", + * "genre_ids": [ + * 99 + * ], + * "id": 85770, + * "media_type": "movie", + * "order": 19, + * "original_language": "en", + * "original_title": "A Man's Story", + * "overview": "Documentary about British fashion designer Ozwald Boateng.", + * "popularity": 2.405, + * "poster_path": "/7XChyRgt2B1GrJoPYrV4oGuOApD.jpg", + * "release_date": "2011-10-08", + * "title": "A Man's Story", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5b0191790e0a2623d700bbc4", + * "genre_ids": [ + * 99 + * ], + * "id": 525331, + * "media_type": "movie", + * "order": 3, + * "original_language": "en", + * "original_title": "Roswell Top Secret", + * "overview": "Something happened near the town of Rosewell. This event came to be known as the Rosewell incident. The town has since become synonymous with flying saucers crashes, alien visitation, government cover up, or what many say, a jump to conclusions and a gross distortion of facts.", + * "popularity": 0.547, + * "poster_path": "/72WcqiUCfDhcpkcbxP3VvsJwlAk.jpg", + * "release_date": "1998-01-01", + * "title": "Roswell Top Secret", + * "video": false, + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/avW5cKK7hELN7tZuF7iajQTVDgA.jpg", + * "character": "Self", + * "credit_id": "5bb3f793c3a3687b0b002146", + * "genre_ids": [ + * 99, + * 10402, + * 36 + * ], + * "id": 551587, + * "media_type": "movie", + * "order": 10, + * "original_language": "en", + * "original_title": "National Museum of African American History and Culture Grand Opening Ceremony", + * "overview": "The grand opening dedication ceremony of the Smithsonian's National Museum of African American History and Culture.", + * "popularity": 0.595, + * "poster_path": "/pEk4ySUowiwaxoNSZvSYYKJf7wa.jpg", + * "release_date": "2016-09-24", + * "title": "National Museum of African American History and Culture Grand Opening Ceremony", + * "video": true, + * "vote_average": 5.5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/8McBKWoQOQZfeIGQl23g0TJ6jto.jpg", + * "character": "Self", + * "credit_id": "5bac13980e0a2664df02fce3", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 504561, + * "media_type": "movie", + * "order": 5, + * "original_language": "en", + * "original_title": "Quincy", + * "overview": "An intimate look into the life of icon Quincy Jones. A unique force in music and popular culture for 70 years, Jones has transcended racial and cultural boundaries; his story is inextricably woven into the fabric of America. Jones came to prominence in the 1950s as a jazz arranger and conductor before working on pop music and film scores. He moved easily between musical genres, producing major pop hits of the early 1960s and serving as an arranger and conductor for several collaborations in the same time period.", + * "popularity": 6.64, + * "poster_path": "/yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg", + * "release_date": "2018-09-09", + * "title": "Quincy", + * "video": false, + * "vote_average": 7.3, + * "vote_count": 106 + * }, + * { + * "adult": false, + * "backdrop_path": "/2NMov7UkikACB3m5FCndZZ0LG8U.jpg", + * "character": "Oscar (voice)", + * "credit_id": "5c466f760e0a26496bc891ec", + * "genre_ids": [ + * 16, + * 35, + * 10751 + * ], + * "id": 118254, + * "media_type": "movie", + * "order": 2, + * "original_language": "en", + * "original_title": "Club Oscar", + * "overview": "Picking up where Shark Tale ends, all the characters of the film dance at the whale wash in a spoof of Saturday Night Fever.", + * "popularity": 3.012, + * "poster_path": "/o8o3lBY3oiI8NwpzZw8nLMUH3FA.jpg", + * "release_date": "2005-02-08", + * "title": "Club Oscar", + * "video": false, + * "vote_average": 4.944, + * "vote_count": 18 + * }, + * { + * "adult": false, + * "backdrop_path": "/7EazpcvoCfNZZysgljUAkQCBvW.jpg", + * "character": "Richard Williams", + * "credit_id": "5d288a8fcaab6d00129b75a6", + * "genre_ids": [ + * 18, + * 36 + * ], + * "id": 614917, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "King Richard", + * "overview": "The story of how Richard Williams served as a coach to his daughters Venus and Serena, who will soon become two of the most legendary tennis players in history.", + * "popularity": 23.53, + * "poster_path": "/2dfujXrxePtYJPiPHj1HkAFQvpu.jpg", + * "release_date": "2021-11-18", + * "title": "King Richard", + * "video": false, + * "vote_average": 7.649, + * "vote_count": 2497 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Nick Cooper", + * "credit_id": "5d73f770209f180013fc9c70", + * "genre_ids": [ + * 878 + * ], + * "id": 629423, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Brilliance", + * "overview": "In the future, non-neurotypical people — demonized by society as “twists” or “abnorms” — are threatening the status quo of the “normal” population with their unique gifts. They are officially labeled as “Brilliants” and are carefully tracked by the government.", + * "popularity": 1.203, + * "poster_path": null, + * "release_date": "", + * "title": "Brilliance", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5dd930a712aabc00169120d8", + * "genre_ids": [ + * 99, + * 878 + * ], + * "id": 277499, + * "media_type": "movie", + * "order": 25, + * "original_language": "en", + * "original_title": "From Star Wars to Star Wars: The Story of Industrial Light & Magic", + * "overview": "The incredible evolution of George Lucas' special effects dream factory, including an inside look at \"Star Wars: Episode One - The Phantom Menace.\"", + * "popularity": 4.325, + * "poster_path": "/eOK9FczS2GrH8ByZr9RkLYnQiW6.jpg", + * "release_date": "1999-06-15", + * "title": "From Star Wars to Star Wars: The Story of Industrial Light & Magic", + * "video": false, + * "vote_average": 8.1, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/r0DFmENrZIM1qHeDofxYQS4v07T.jpg", + * "character": "Self", + * "credit_id": "5de218c1c51acd0015f6bdf3", + * "genre_ids": [ + * 99 + * ], + * "id": 621757, + * "media_type": "movie", + * "order": 10, + * "original_language": "en", + * "original_title": "Dads", + * "overview": "A joyful exploration of modern fatherhood, this doc gathers the testimonies of dads around the world, from famous comedians to everyday parents. Their unfiltered stories speak to the beauty, struggles, and ridiculous hilarity of being a dad today.", + * "popularity": 4.833, + * "poster_path": "/lDBHH2oQJJtSIsUZfruBEDXra2n.jpg", + * "release_date": "2019-09-06", + * "title": "Dads", + * "video": false, + * "vote_average": 6.71, + * "vote_count": 31 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e72c626357c0000134a0856", + * "genre_ids": [ + * 878, + * 28 + * ], + * "id": 579480, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "Independence Day: The ID4 Invasion", + * "overview": "A \"mockumentary\" of the alien invasion during Independence Day. Barry Nolan hosts the programme, the first 9 minutes of which are a spoof news report of the events of the film. The middle bit is a discussion of the film by cast and crew, and at the end various scientists and politicians discuss what would happen if real aliens arrive on Earth.", + * "popularity": 2.744, + * "poster_path": "/gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg", + * "release_date": "1996-06-30", + * "title": "Independence Day: The ID4 Invasion", + * "video": false, + * "vote_average": 6.4, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e72cf59357c000019495ea8", + * "genre_ids": [ + * 99, + * 878, + * 28 + * ], + * "id": 684413, + * "media_type": "movie", + * "order": 2, + * "original_language": "en", + * "original_title": "The Making of 'Independence Day'", + * "overview": "We take a look at various fields of development for the motion picture, Independence Day (1996). Jeff Goldblum is our guide through 'Area ID4' (a rip-off name of Area 51). He pretends to creep around and give us \"secret\" information about the film. There is also interviews with the cast and crew, and some other behind the scenes stuff that is only there to impress you, and to make you want to go see the film.", + * "popularity": 1.961, + * "poster_path": "/gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg", + * "release_date": "1996-06-29", + * "title": "The Making of 'Independence Day'", + * "video": true, + * "vote_average": 5.8, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7e8aa24f9a99001433d18f", + * "genre_ids": [ + * 99, + * 35, + * 878 + * ], + * "id": 687112, + * "media_type": "movie", + * "order": 4, + * "original_language": "en", + * "original_title": "Barry Sonnenfeld's Intergalactic Guide to Comedy", + * "overview": "Provides a few minutes of joking around about how director Barry Sonnenfeld's dry comedy style works.", + * "popularity": 0.597, + * "poster_path": "/iWPWZvh9uP1Z0LG1IY6U8vMwDEi.jpg", + * "release_date": "2002-11-26", + * "title": "Barry Sonnenfeld's Intergalactic Guide to Comedy", + * "video": true, + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7ea1a04f9a990016340e43", + * "genre_ids": [ + * 35, + * 37, + * 99 + * ], + * "id": 687143, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Wild Wild West: Wardrobes of the West", + * "overview": "An interesting look at the costume design of the movie", + * "popularity": 1.893, + * "poster_path": "/bdQkvxOqmNacqDUr3iJVaGJETLK.jpg", + * "release_date": "1999-11-30", + * "title": "Wild Wild West: Wardrobes of the West", + * "video": true, + * "vote_average": 4, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7e9b884f9a99001433ed25", + * "genre_ids": [ + * 99, + * 878, + * 35 + * ], + * "id": 687134, + * "media_type": "movie", + * "order": 4, + * "original_language": "en", + * "original_title": "MIB ADR", + * "overview": "A look at the ADR of Men in Black II (2002)", + * "popularity": 0.886, + * "poster_path": "/4Aw6o4AAG5x3ydWyaBRoeHknf6E.jpg", + * "release_date": "2002-11-26", + * "title": "MIB ADR", + * "video": true, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7e9239c144dd001723e241", + * "genre_ids": [ + * 99, + * 878, + * 35 + * ], + * "id": 687121, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "Design in Motion: The Look of 'Men in Black II'", + * "overview": "A look at the art direction of Men in Black II (2002)", + * "popularity": 2.083, + * "poster_path": "/i12BzsvVF8yofENLfH1Mjo04lPb.jpg", + * "release_date": "2002-11-26", + * "title": "Design in Motion: The Look of 'Men in Black II'", + * "video": true, + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7e9f27c144dd001723feab", + * "genre_ids": [ + * 99, + * 35, + * 37 + * ], + * "id": 687141, + * "media_type": "movie", + * "order": 8, + * "original_language": "en", + * "original_title": "It's a Whole New West: The Making of 'Wild, Wild West'", + * "overview": "This is a promotional behind the scenes featurette that originally appeared on HBO. A lot of the usual interviews and behind-the-scenes clips, but enjoyably, there are a few shots that look at how the FX were filmed.", + * "popularity": 1.742, + * "poster_path": "/bdQkvxOqmNacqDUr3iJVaGJETLK.jpg", + * "release_date": "1999-06-29", + * "title": "It's a Whole New West: The Making of 'Wild, Wild West'", + * "video": false, + * "vote_average": 4.9, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7ea5b5c68b69001741475d", + * "genre_ids": [ + * 99, + * 35, + * 37 + * ], + * "id": 687151, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Wild Wild West: Good Guys Gadgets", + * "overview": "A look at some of the gadgets and effects of the movie", + * "popularity": 1.022, + * "poster_path": "/bdQkvxOqmNacqDUr3iJVaGJETLK.jpg", + * "release_date": "1999-11-30", + * "title": "Wild Wild West: Good Guys Gadgets", + * "video": true, + * "vote_average": 5.3, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7eae0270309f00176047d8", + * "genre_ids": [ + * 99, + * 35, + * 878 + * ], + * "id": 687162, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "The Making of Men in Black", + * "overview": "Behind the scenes of Men in Black (1997)", + * "popularity": 1.912, + * "poster_path": "/31l8XyHx7sRI1nbIh5SfBRXHOw7.jpg", + * "release_date": "1997-11-04", + * "title": "The Making of Men in Black", + * "video": true, + * "vote_average": 7.7, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e77ed8eb1f68d0014e5e852", + * "genre_ids": [ + * 99, + * 878, + * 28 + * ], + * "id": 685607, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "After Earth: A Father's Legacy", + * "overview": "This is a featurette with some behind-the-scenes footage of Will Smith and Jaden Smith on-set", + * "popularity": 18.664, + * "poster_path": "/1JXITPVrR8GX4xIY2V9WgUfwplc.jpg", + * "release_date": "2013-10-08", + * "title": "After Earth: A Father's Legacy", + * "video": true, + * "vote_average": 6.5, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e77f0b4357c000013517d00", + * "genre_ids": [ + * 99, + * 878, + * 28 + * ], + * "id": 685614, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "After Earth: 1,000 Years in 300 Seconds", + * "overview": "Shows Behind-the-Scenes footage compiled into a montage video clip set to music, with no dialogue.", + * "popularity": 3.682, + * "poster_path": "/1JXITPVrR8GX4xIY2V9WgUfwplc.jpg", + * "release_date": "2013-10-08", + * "title": "After Earth: 1,000 Years in 300 Seconds", + * "video": true, + * "vote_average": 5.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e84f8d1e38bd80013ac2713", + * "genre_ids": [ + * 99 + * ], + * "id": 688736, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Making Pursuit: An Italian Take on the American Dream", + * "overview": "This is a \"making of\" documentary for the hit film \"The Pursuit of Happyness\". It chronicles a foreign director's perspective on The American Dream, and the challenges in making the film.", + * "popularity": 1.245, + * "poster_path": "/fNpy4kXzd5WRCVDHQxpwgLzakbQ.jpg", + * "release_date": "2007-03-27", + * "title": "Making Pursuit: An Italian Take on the American Dream", + * "video": true, + * "vote_average": 9, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e860cab5294e700114b244a", + * "genre_ids": [], + * "id": 689041, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Father and Son: On Screen and Off", + * "overview": "A look into Will and Jaden Smith's father and son bond on and off the screen of The Pursuit of Happyness", + * "popularity": 0.906, + * "poster_path": "/72su4fAPcid1koHYegAe62NfPn2.jpg", + * "release_date": "2007-05-22", + * "title": "Father and Son: On Screen and Off", + * "video": true, + * "vote_average": 6, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5eba862c7d2bc1001d026661", + * "genre_ids": [ + * 35 + * ], + * "id": 702942, + * "media_type": "movie", + * "order": 40, + * "original_language": "en", + * "original_title": "Feeding America Comedy Festival", + * "overview": "All-star comics perform in support of Feeding America.", + * "popularity": 3.139, + * "poster_path": "/mE6PuUktz0zAfI5PvsNXDdDZEzu.jpg", + * "release_date": "2020-05-10", + * "title": "Feeding America Comedy Festival", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5ed87962e4b576002038a21a", + * "genre_ids": [ + * 10751, + * 35, + * 10770 + * ], + * "id": 564784, + * "media_type": "movie", + * "order": 19, + * "original_language": "en", + * "original_title": "Disneyland's 35th Anniversary Special", + * "overview": "Celebration of Disneyland's 35th Anniversary", + * "popularity": 3.001, + * "poster_path": "/nUAoRVhGZqsQMrUjKZ7f1rLclYD.jpg", + * "release_date": "1990-07-01", + * "title": "Disneyland's 35th Anniversary Special", + * "video": false, + * "vote_average": 6, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg", + * "character": "Peter", + * "credit_id": "5ee790e915794a0021158ead", + * "genre_ids": [ + * 18, + * 10752, + * 36 + * ], + * "id": 715931, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Emancipation", + * "overview": "Inspired by the gripping true story of a man who would do anything for his family—and for freedom. When Peter, an enslaved man, risks his life to escape and return to his family, he embarks on a perilous journey of love and endurance.", + * "popularity": 23.242, + * "poster_path": "/s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg", + * "release_date": "2022-12-02", + * "title": "Emancipation", + * "video": false, + * "vote_average": 7.8, + * "vote_count": 1130 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "", + * "credit_id": "5f3b038f46aed4003467daef", + * "genre_ids": [ + * 35 + * ], + * "id": 734184, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Planes, Trains and Automobiles", + * "overview": "Remake of the 1987 comedy about a pair of unlikely travel companions trying to make their destinations in time for the Holiday weekend.", + * "popularity": 1.509, + * "poster_path": null, + * "release_date": "", + * "title": "Planes, Trains and Automobiles", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/hzbrQ8gR26R6BWbrp3HaPCRs08T.jpg", + * "character": "Self", + * "credit_id": "5f4d4c999ecf1800359412f5", + * "genre_ids": [ + * 99 + * ], + * "id": 738362, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "The Fresh Prince of Bel-Air Reunion", + * "overview": "Join Will Smith, Tatyana Ali, Karyn Parsons, Joseph Marcell, Daphne Maxwell Reid, Alfonso Ribeiro and DJ Jazzy Jeff, for a funny and heartfelt night full of music and dancing in honor of the show that ran for six seasons and 148 episodes.", + * "popularity": 8.43, + * "poster_path": "/tcKsgTnrjuZLWAJwn8uBZHy5YWy.jpg", + * "release_date": "2020-11-18", + * "title": "The Fresh Prince of Bel-Air Reunion", + * "video": false, + * "vote_average": 8.2, + * "vote_count": 157 + * }, + * { + * "adult": false, + * "backdrop_path": "/3UphTQsOLOiUVaYFXrfZjwuR0hB.jpg", + * "character": "Self (archive footage)", + * "credit_id": "5f4fa487be7f350032e1c98d", + * "genre_ids": [ + * 99, + * 10770 + * ], + * "id": 736206, + * "media_type": "movie", + * "order": 4, + * "original_language": "en", + * "original_title": "David Blaine: Ascension", + * "overview": "David Blaine will redefine magic once again for an unprecedented live event at a time when the world could use a positive distraction.", + * "popularity": 1.267, + * "poster_path": "/i6vjILMgPc9lO5yRkBSmS46MHKL.jpg", + * "release_date": "2020-09-02", + * "title": "David Blaine: Ascension", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5f93484b7e9d5f00434f5b40", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 756740, + * "media_type": "movie", + * "order": 3, + * "original_language": "en", + * "original_title": "Jon Bellion | Behind the Scenes of 'Glory Sound Prep'", + * "overview": "Behind the scenes look at the creation and production of Jon Bellion's second studio album 'Glory Sound Prep'.", + * "popularity": 0.176, + * "poster_path": "/rprMlFRJHfbOwXFvGY9BBAnH7dZ.jpg", + * "release_date": "2019-05-24", + * "title": "Jon Bellion | Behind the Scenes of 'Glory Sound Prep'", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/Ad2OcBdlDO4Gq3ABnTUE8Jo2vm7.jpg", + * "character": "Self", + * "credit_id": "5fce933c680be8003e1f1278", + * "genre_ids": [ + * 99, + * 35 + * ], + * "id": 773790, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Will Smith: The Prince of Hollywood", + * "overview": "Fans forever love Will Smith who are reassured they will always be entertained. Follow the journey of this fascinating actor, producer, husband, father, who has the WILL to win.", + * "popularity": 2.145, + * "poster_path": "/sm417MFmhiJmFZuuBq4KliH0kS3.jpg", + * "release_date": "2020-10-01", + * "title": "Will Smith: The Prince of Hollywood", + * "video": false, + * "vote_average": 1.2, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "", + * "credit_id": "601e268215c636003fbc6657", + * "genre_ids": [ + * 28, + * 53 + * ], + * "id": 698261, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Fast and Loose", + * "overview": "A man who wakes up in Tijuana after being left for dead with absolutely no memory. As he follows a string of clues to uncover his identity, he discovers that he’s been living two different lives: one as a super-successful crime kingpin, surrounded by beautiful women, expensive toys and a lavish lifestyle, and the other as an undercover CIA agent, but with a puny salary, no family or home life whatsoever and zero trappings of success. The problem is, he can’t remember which of these two personas is his true identity.", + * "popularity": 1.465, + * "poster_path": null, + * "release_date": "", + * "title": "Fast and Loose", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/tncbMvfV0V07UZozXdBEq4Wu9HH.jpg", + * "character": "Mike Lowrey", + * "credit_id": "60214ee4a80673003f419f46", + * "genre_ids": [ + * 28, + * 35, + * 80, + * 53, + * 12 + * ], + * "id": 573435, + * "media_type": "movie", + * "order": 0, + * "original_language": "en", + * "original_title": "Bad Boys: Ride or Die", + * "overview": "After their late former Captain is framed, Lowrey and Burnett try to clear his name, only to end up on the run themselves.", + * "popularity": 394.83, + * "poster_path": "/oGythE98MYleE6mZlGs5oBGkux1.jpg", + * "release_date": "2024-06-05", + * "title": "Bad Boys: Ride or Die", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 2548 + * }, + * { + * "adult": false, + * "backdrop_path": "/wtLw69A3lUkFGePgfUQUxnjLGkL.jpg", + * "character": "Fresh Prince", + * "credit_id": "6107e3698d22fc0047133dfc", + * "genre_ids": [ + * 99, + * 10770 + * ], + * "id": 405806, + * "media_type": "movie", + * "order": 38, + * "original_language": "en", + * "original_title": "The Earth Day Special", + * "overview": "The Earth Day Special is a television special revolving around Earth Day that aired on ABC on April 22, 1990. Sponsored by Time Warner, the two hour special featured an all-star cast addressing concerns about global warming, deforestation, and other environmental ills.", + * "popularity": 3.342, + * "poster_path": "/vNaVkULweHjOKqu4uxJAvoy1XC8.jpg", + * "release_date": "1990-04-22", + * "title": "The Earth Day Special", + * "video": false, + * "vote_average": 8, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "", + * "credit_id": "66fd63daf878adfed084a8aa", + * "genre_ids": [ + * 35 + * ], + * "id": 1365199, + * "media_type": "movie", + * "order": 17, + * "original_language": "es", + * "original_title": "Asesinatos sólo en El Hormiguero", + * "overview": "", + * "popularity": 1.215, + * "poster_path": "/8lp6XsvR2IzK08FJ5hp9ekt4ZXS.jpg", + * "release_date": "2024-09-03", + * "title": "Asesinatos sólo en El Hormiguero", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/ixjGyb6nbt3Joc7MBUhUzewHkye.jpg", + * "character": "Self (archive footage) (uncredited)", + * "credit_id": "6711d067097c3d7760f87e8d", + * "genre_ids": [ + * 99 + * ], + * "id": 1364758, + * "media_type": "movie", + * "order": 31, + * "original_language": "es", + * "original_title": "El Cuarto Round", + * "overview": "\"El Cuarto Round\" invites us to accompany Osvaldo, \"El Mariana\", on an intimate six-month journey as he prepares for his fight at La Velada del Año 4, at the Santiago Bernabéu stadium in Madrid. Through his training, we not only see him face physical and emotional challenges, but also discover new facets of himself, where his public and personal lives become deeply intertwined.", + * "popularity": 4.517, + * "poster_path": "/5FgBzoBlzVvfkDGaWQHjdR90dxf.jpg", + * "release_date": "2024-10-17", + * "title": "The Fourth Round", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/eHKvL9U6B4YB1booJhGklF3UIfb.jpg", + * "character": "Self", + * "credit_id": "672f9a5611b6cc0571f62afb", + * "genre_ids": [ + * 99 + * ], + * "id": 1385136, + * "media_type": "movie", + * "order": 1, + * "original_language": "en", + * "original_title": "Bad Boys:Legacy", + * "overview": "Take an epic lookback at 30 years of making the Bad Boys franchise with a 22-minute retrospective. Go behind the scenes of the all-new movie with an exclusive conversation featuring Will Smith and Martin Lawrence. Explore the making of the first three films with commentary from filmmakers Jerry Bruckheimer, Michael Bay, and stars Vanessa Hudgens, Alexander Ludwig, Joe Pantoliano, and more. From the initial table read to the final \"that's a wrap,\" fans will experience an intimate look at this action-packed 30-year journey.", + * "popularity": 11.02, + * "poster_path": "/mjDuFfwGFB1G3VRXE4s3dEemdaU.jpg", + * "release_date": "2024-07-24", + * "title": "Bad Boys: Legacy", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/d5TiWURH1LJC95r2CWERFH9GKO8.jpg", + * "character": "Self", + * "credit_id": "525394ca19c29579402be4ea", + * "episode_count": 1, + * "first_air_date": "1988-10-03", + * "genre_ids": [ + * 10767, + * 10763 + * ], + * "id": 766, + * "media_type": "tv", + * "name": "This Morning", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "This Morning", + * "overview": "This Morning features a variety of news, as well as show business, fashion, beauty, lifestyle, home and garden, food, tech, live phone-ins, and competitions.", + * "popularity": 18.283, + * "poster_path": "/w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg", + * "vote_average": 5.5, + * "vote_count": 21 + * }, + * { + * "adult": false, + * "backdrop_path": "/cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg", + * "character": "Self", + * "credit_id": "5253463019c29579400c9508", + * "episode_count": 1, + * "first_air_date": "1994-08-14", + * "genre_ids": [ + * 10767 + * ], + * "id": 217, + * "media_type": "tv", + * "name": "Inside the Actors Studio", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Inside the Actors Studio", + * "overview": "James Lipton sits down with some of the world's most accomplished actors and directors for penetrating, fascinating interviews.", + * "popularity": 4.265, + * "poster_path": "/a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg", + * "vote_average": 7.443, + * "vote_count": 53 + * }, + * { + * "adult": false, + * "backdrop_path": "/69TLqW1BeyP3bAPf18GpGqjTb00.jpg", + * "character": "Self", + * "credit_id": "52570aec760ee3776a05f593", + * "episode_count": 1, + * "first_air_date": "2006-08-14", + * "genre_ids": [ + * 10767 + * ], + * "id": 1514, + * "media_type": "tv", + * "name": "The One Show", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The One Show", + * "overview": "A topical magazine-style daily television programme broadcast live on BBC One.", + * "popularity": 122.214, + * "poster_path": "/7QpzCej3Lwrsnx5A8FePYsUCIzf.jpg", + * "vote_average": 4.6, + * "vote_count": 25 + * }, + * { + * "adult": false, + * "backdrop_path": "/l6RgKNzSlGQmCNDDqshk5qszQlA.jpg", + * "character": "", + * "credit_id": "52570ccc19c2957114017a28", + * "episode_count": 3, + * "first_air_date": "2003-09-16", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1566, + * "media_type": "tv", + * "name": "All of Us", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "All of Us", + * "overview": "Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex.", + * "popularity": 28.535, + * "poster_path": "/fQKE9RE2U0EWiFT8f3FVaowokyk.jpg", + * "vote_average": 7.354, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": "/uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg", + * "character": "Will Smith", + * "credit_id": "525718a319c29571140a88c5", + * "episode_count": 148, + * "first_air_date": "1990-09-10", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1892, + * "media_type": "tv", + * "name": "The Fresh Prince of Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Fresh Prince of Bel-Air", + * "overview": "Will, a street-smart teenager, moves from the tough streets of West Philly to posh Bel-Air to live with his Uncle Philip, Aunt Vivian, his cousins — spoiled Hilary, preppy Carlton and young Ashley — and their sophisticated British butler, Geoffrey. Though Will’s antics and upbringing contrast greatly with the upper-class lifestyle of his extended relatives, he soon finds himself right at home as a loved part of the family.", + * "popularity": 75.033, + * "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + * "vote_average": 7.936, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg", + * "character": "Self", + * "credit_id": "5257137b760ee3776a1068d9", + * "episode_count": 1, + * "first_air_date": "1952-01-14", + * "genre_ids": [ + * 10763, + * 10767 + * ], + * "id": 1709, + * "media_type": "tv", + * "name": "Today", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Today", + * "overview": "Today is a daily American morning television show that airs on NBC. The program debuted on January 14, 1952. It was the first of its genre on American television and in the world, and is the fifth-longest running American television series. Originally a two-hour program on weekdays, it expanded to Sundays in 1987 and Saturdays in 1992. The weekday broadcast expanded to three hours in 2000, and to four hours in 2007.\n\nToday's dominance was virtually unchallenged by the other networks until the late 1980s, when it was overtaken by ABC's Good Morning America. Today retook the Nielsen ratings lead the week of December 11, 1995, and held onto that position for 852 consecutive weeks until the week of April 9, 2012, when it was beaten by Good Morning America yet again. In 2002, Today was ranked #17 on TV Guide's 50 Greatest Television Shows of All Time.", + * "popularity": 15.425, + * "poster_path": "/xlWdasY9oYg3OO5VTNqlPFftgya.jpg", + * "vote_average": 5.5, + * "vote_count": 26 + * }, + * { + * "adult": false, + * "backdrop_path": "/upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg", + * "character": "", + * "credit_id": "52571abd19c29571140d0f30", + * "episode_count": 2, + * "first_air_date": "1988-09-05", + * "genre_ids": [ + * 10767 + * ], + * "id": 1900, + * "media_type": "tv", + * "name": "LIVE with Kelly and Mark", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "LIVE with Kelly and Mark", + * "overview": "A morning talk show with A-list celebrity guests, top-notch performances and one-of-a-kind segments that are unrivaled on daytime television, plus spontaneous, hilarious and unpredictable talk.", + * "popularity": 98.694, + * "poster_path": "/l5y8egG27p2fSTyq8s21SQMmQLy.jpg", + * "vote_average": 5.488, + * "vote_count": 40 + * }, + * { + * "adult": false, + * "backdrop_path": "/sSQKcECh7TkrvvASfbjcbiFiwlP.jpg", + * "character": "Self", + * "credit_id": "602fbe5e32cc2b004184a9df", + * "episode_count": 1, + * "first_air_date": "1976-10-03", + * "genre_ids": [ + * 10767 + * ], + * "id": 118944, + * "media_type": "tv", + * "name": "Domenica In", + * "origin_country": [ + * "IT" + * ], + * "original_language": "it", + * "original_name": "Domenica In", + * "overview": "", + * "popularity": 12.967, + * "poster_path": "/pIFifwfmgMMyksoanuAwPU73sDP.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/lWkfSWJstUFk7oqyo7MrMoXehoi.jpg", + * "character": "", + * "credit_id": "52573b60760ee36aaa013f4e", + * "episode_count": 6, + * "first_air_date": "1992-05-25", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 2518, + * "media_type": "tv", + * "name": "The Tonight Show with Jay Leno", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Tonight Show with Jay Leno", + * "overview": "Jay Leno hosts some of the biggest celebrities in the world.", + * "popularity": 60.316, + * "poster_path": "/xAFMZ3wFIEXTISryRZD94AAvWng.jpg", + * "vote_average": 5.4, + * "vote_count": 86 + * }, + * { + * "adult": false, + * "backdrop_path": "/dVTyx2n13PvEG44iH40DdaNym2A.jpg", + * "character": "Self — Host", + * "credit_id": "6019b4fc87a27a003fe84fd4", + * "episode_count": 6, + * "first_air_date": "2021-02-17", + * "genre_ids": [ + * 99, + * 10763, + * 10768 + * ], + * "id": 118043, + * "media_type": "tv", + * "name": "Amend: The Fight for America", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Amend: The Fight for America", + * "overview": "When the United States of America was founded, the ideals of freedom and equality did not apply to all people. These are the stories of the brave Americans who fought to right the nation’s wrongs and enshrine the values we hold most dear into the Constitution — with liberty and justice for all.", + * "popularity": 12.082, + * "poster_path": "/uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg", + * "vote_average": 7.079, + * "vote_count": 164 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "52574daf760ee36aaa16f5b7", + * "episode_count": 1, + * "first_air_date": "1999-11-01", + * "genre_ids": [ + * 10763 + * ], + * "id": 3167, + * "media_type": "tv", + * "name": "The Early Show", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Early Show", + * "overview": "The Early Show is an American morning television show which was broadcast by CBS from New York City from 1999 to 2012. The program aired live from 7 to 9 a.m. Eastern Time Monday through Friday in the Eastern time zone; most affiliates in the Central, Mountain, and Pacific time zones aired the show on tape-delay from 7 to 9 a.m. local time. The Saturday edition aired live from 7 to 9 a.m. Eastern Time as well, but a number of affiliates did not carry it or aired it later on tape-delay. It premiered on November 1, 1999, and was the newest of the major networks' morning shows, although CBS has made several attempts to program in the morning slot since 1954. The show aired as a division of CBS News.\n\nThe Early Show, like many of its predecessors, traditionally ran last in the ratings to its rivals, NBC's Today and ABC's Good Morning America. Much like NBC's The Today Show and The Tonight Show, the title The Early Show was analogous to that of CBS's late-night talk show, The Late Show.\n\nOn November 15, 2011, CBS announced that a new morning show would replace The Early Show on January 9, 2012. CBS News chairman Jeff Fager and CBS News president David Rhodes stated that the new show would \"redefine the morning television landscape.\" On December 1, it was announced that the new show would be titled CBS This Morning. The Early Show ended its twelve-year run on January 6, 2012, to make way for the program. Charlie Rose, Gayle King, and Erica Hill were named anchors of the new program.", + * "popularity": 13.92, + * "poster_path": "/iJvwr7kL0Q7BtrYC38KQ5baPw7g.jpg", + * "vote_average": 5.7, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": "/sBhM4huBFPWi8XQDJhKjP2D2SG1.jpg", + * "character": "", + * "credit_id": "52576eb5760ee36aaa449ab3", + * "episode_count": 1, + * "first_air_date": "2003-03-31", + * "genre_ids": [ + * 10764 + * ], + * "id": 4535, + * "media_type": "tv", + * "name": "American Chopper", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "American Chopper", + * "overview": "Paul Teutul, Sr. and his son Paul Teutul, Jr. manufacture custom chopper-style motorcycles.", + * "popularity": 43.965, + * "poster_path": "/y4HP3SGLHeYi2TBhnXcoRRyhhJA.jpg", + * "vote_average": 6.5, + * "vote_count": 54 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5257858b19c29531db28c08e", + * "episode_count": 1, + * "first_air_date": "1973-09-27", + * "genre_ids": [], + * "id": 6249, + * "media_type": "tv", + * "name": "Rock Concert", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Rock Concert", + * "overview": "Don Kirshner's Rock Concert is an American television music variety show that ran during the 1970s and early 1980s, created and produced by Don Kirshner and syndicated to television stations. It premiered on September 27, 1973, with a performance by The Rolling Stones; its last episode was in 1981.", + * "popularity": 10.434, + * "poster_path": "/4qLa3uzz90looZy0y75ilON63rI.jpg", + * "vote_average": 8, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/vfRY6XG6gaWyc6AF3QDLn12aUer.jpg", + * "character": "Self", + * "credit_id": "52576b20760ee36aaa3e7217", + * "episode_count": 1, + * "first_air_date": "1995-10-14", + * "genre_ids": [ + * 35 + * ], + * "id": 4469, + * "media_type": "tv", + * "name": "MADtv", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "MADtv", + * "overview": "MADtv is an American sketch comedy television series originally inspired by Mad magazine. The one-hour show aired Saturday nights on Fox.", + * "popularity": 20.515, + * "poster_path": "/4tXHrqYbETym7Def99MeXrpPyRA.jpg", + * "vote_average": 6.888, + * "vote_count": 116 + * }, + * { + * "adult": false, + * "backdrop_path": "/mF8wqQiSNMdYHnp2D7TiL2s03DK.jpg", + * "character": "Self", + * "credit_id": "60afa8c617792c006e1d23ac", + * "episode_count": 1, + * "first_air_date": "2018-08-28", + * "genre_ids": [ + * 10767 + * ], + * "id": 81187, + * "media_type": "tv", + * "name": "The Shop", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Shop", + * "overview": "A one-of-a-kind barbershop experience with unfiltered conversation and debate from the biggest names in sports and entertainment.", + * "popularity": 24.571, + * "poster_path": "/yhISN0ewMkjqKxBQAeo2QkLFTnm.jpg", + * "vote_average": 4.909, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/zu2vKWoIwdLN8raXNDASmTpawi6.jpg", + * "character": "", + * "credit_id": "5258298a760ee36aaa854083", + * "episode_count": 1, + * "first_air_date": "1992-06-10", + * "genre_ids": [], + * "id": 13667, + * "media_type": "tv", + * "name": "MTV Movie & TV Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "MTV Movie & TV Awards", + * "overview": "The annual film & TV awards show presented by MTV. The nominees are decided by producers and executives at MTV with winners decided online by the general public.", + * "popularity": 40.864, + * "poster_path": "/77FuUQrJVO8GcyCpfHBZOICINwm.jpg", + * "vote_average": 7.7, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/8eez6fEywKCS1ow6seT3IQK7Ylc.jpg", + * "character": "", + * "credit_id": "60e9020d22e4800047adc709", + * "episode_count": 1, + * "first_air_date": "2003-01-26", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 1489, + * "media_type": "tv", + * "name": "Jimmy Kimmel Live!", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Jimmy Kimmel Live!", + * "overview": "Jimmy Kimmel Live! is an American late-night talk show, created and hosted by Jimmy Kimmel and broadcast on ABC.", + * "popularity": 62.291, + * "poster_path": "/z1CAt5BCQEmmqtkze8B1UelQzkY.jpg", + * "vote_average": 5.5, + * "vote_count": 160 + * }, + * { + * "adult": false, + * "backdrop_path": "/be8s04cLyXXEqjBT24YPYdDSZKB.jpg", + * "character": "Self - Host", + * "credit_id": "60cb658005a533002a24d85d", + * "episode_count": 6, + * "first_air_date": "2021-12-08", + * "genre_ids": [ + * 99 + * ], + * "id": 127700, + * "media_type": "tv", + * "name": "Welcome to Earth", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Welcome to Earth", + * "overview": "Will Smith whose curiosity and wonder is positively infectious—is guided by National Geographic Explorers traveling to different corners of the world to get up close and personal with the weirdest, most unusual, dangerous and thrilling spectacles of the planet.", + * "popularity": 13.261, + * "poster_path": "/l9x6xh4KCgwMk9PYiosXXFGwI3a.jpg", + * "vote_average": 7.6, + * "vote_count": 416 + * }, + * { + * "adult": false, + * "backdrop_path": "/fga95w01nU0UVUSHpeeNz92zv8M.jpg", + * "character": "Self", + * "credit_id": "5258834d760ee3466140968f", + * "episode_count": 5, + * "first_air_date": "1953-03-19", + * "genre_ids": [], + * "id": 27023, + * "media_type": "tv", + * "name": "The Oscars", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Oscars", + * "overview": "An annual American awards ceremony honoring cinematic achievements in the film industry. The various category winners are awarded a copy of a statuette, officially the Academy Award of Merit, that is better known by its nickname Oscar.", + * "popularity": 31.744, + * "poster_path": "/cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg", + * "vote_average": 7, + * "vote_count": 65 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "52588691760ee346614740af", + * "episode_count": 2, + * "first_air_date": "1993-01-01", + * "genre_ids": [ + * 10763 + * ], + * "id": 27511, + * "media_type": "tv", + * "name": "GMTV", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "GMTV", + * "overview": "GMTV is the name of the national Channel 3 breakfast television contractor/licensee, broadcasting in the United Kingdom from 1 January 1993 to 3 September 2010. It became a wholly owned subsidiary of ITV plc in November 2009. Shortly after, ITV plc announced the programme would end. The final edition of GMTV was broadcast on 3 September 2010.", + * "popularity": 49.689, + * "poster_path": "/peQ3blnogd6YXfjqPJOwMx1yOVK.jpg", + * "vote_average": 5.583, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/k8BfpqU2PXjg2YHZBGxWIS2efj3.jpg", + * "character": "", + * "credit_id": "5258819a760ee346613ac69a", + * "episode_count": 1, + * "first_air_date": "1998-09-14", + * "genre_ids": [], + * "id": 26834, + * "media_type": "tv", + * "name": "TRL", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "TRL", + * "overview": "Total Request Live was a television series on MTV that featured popular music videos. TRL was MTV's prime outlet for music videos as the network continued to concentrate on reality-based programming. In addition to music videos, TRL featured daily guests. The show was a popular promotion tool used by musicians, actors, and other celebrities to promote their newest works to the show's target teen demographic.\n\nTRL played the top ten most requested videos of the day, as requested by viewers who voted online for their favorite video. The countdown started with the tenth most requested video and ended with the most requested. As of October 22, 2007, TRL's countdown was based on votes, charts, ringtones, download, radio airplay, and streams, meaning that the most user requested video might not have been the number 1 video. The show generally aired Monday through Thursday for one hour, though the scheduling and length of the show fluctuated over the years. Despite the word \"Live\" in the title of the show, many episodes were actually pre-recorded.\n\nIt was announced on September 15, 2008 that TRL would be shut down and replaced with FNMTV. The special three-hour finale aired on November 16, 2008, at 8 p.m.", + * "popularity": 24.686, + * "poster_path": "/kzjtc9bdEvy3ilAlfzq16CgFtuC.jpg", + * "vote_average": 5.2, + * "vote_count": 14 + * }, + * { + * "adult": false, + * "backdrop_path": "/lV9jwkGJC5iIYnMwq645UZ56W2.jpg", + * "character": "Self", + * "credit_id": "525899d2760ee346615da101", + * "episode_count": 1, + * "first_air_date": "2009-09-14", + * "genre_ids": [ + * 10767 + * ], + * "id": 30769, + * "media_type": "tv", + * "name": "Live from Studio Five", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Live from Studio Five", + * "overview": "Live from Studio Five was an early-evening British magazine programme which was produced by Sky News for Channel 5. It was presented by Kate Walsh and a line-up of other co-presenters during its run. It consisted of interviews and discussing topical issues, with an emphasis on showbusiness news and celebrity gossip, after originally covering stories from a popular news agenda. It aired its final edition on 4 February 2011 and was replaced by OK! TV in February 2011 which lasted just nine months on air before itself being axed.", + * "popularity": 3.07, + * "poster_path": "/qvcklKVYE12ZUOniclBp1t2QsKP.jpg", + * "vote_average": 3.3, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/hw6CdkZ0NOdnkFv6cJHHRI6qt3y.jpg", + * "character": "Self (archive footage)", + * "credit_id": "61021fa74e52ed002ea46fd0", + * "episode_count": 1, + * "first_air_date": "2021-03-06", + * "genre_ids": [ + * 99 + * ], + * "id": 125972, + * "media_type": "tv", + * "name": "This Is Pop", + * "origin_country": [ + * "CA" + * ], + * "original_language": "en", + * "original_name": "This Is Pop", + * "overview": "Unknown histories take center stage as the hitmakers themselves - from ABBA to T-Pain - explore dimensions of pop music you never knew existed.", + * "popularity": 8.656, + * "poster_path": "/uVG8QtrKspTYGCJRKqFUa4Vyfgs.jpg", + * "vote_average": 5.7, + * "vote_count": 15 + * }, + * { + * "adult": false, + * "backdrop_path": "/xl1wGwaPZInJo1JAnpKqnFozWBE.jpg", + * "character": "", + * "credit_id": "53b80c670e0a2676c7007b13", + * "episode_count": 1, + * "first_air_date": "2014-02-17", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 59941, + * "media_type": "tv", + * "name": "The Tonight Show Starring Jimmy Fallon", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Tonight Show Starring Jimmy Fallon", + * "overview": "After Jay Leno's second retirement from the program, Jimmy Fallon stepped in as his permanent replacement. After 42 years in Los Angeles the program was brought back to New York.", + * "popularity": 341.016, + * "poster_path": "/if7ECoH4xaYw5S8gomNIEmtwTxP.jpg", + * "vote_average": 5.826, + * "vote_count": 316 + * }, + * { + * "adult": false, + * "backdrop_path": "/jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg", + * "character": "Self", + * "credit_id": "560bd01cc3a3686824005131", + * "episode_count": 1, + * "first_air_date": "1995-12-05", + * "genre_ids": [ + * 10764 + * ], + * "id": 40605, + * "media_type": "tv", + * "name": "Die Harald Schmidt Show", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Die Harald Schmidt Show", + * "overview": "The Harald Schmidt Show is a German late night talk show hosted on Sky Deutschland by comedian Harald Schmidt. The show first aired from 5 December 1995 to 23 December 2003 on Sat.1. Schmidt then moved his show to Das Erste as Harald Schmidt and Schmidt & Pocher, but he returned to Sat.1 on 13 September 2011. After cancellation on Sat.1, the show continued on Sky Deutschland in September 2012.", + * "popularity": 149.454, + * "poster_path": "/lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg", + * "vote_average": 7, + * "vote_count": 16 + * }, + * { + * "adult": false, + * "backdrop_path": "/3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg", + * "character": "Self", + * "credit_id": "55df5b0e92514179820000e3", + * "episode_count": 1, + * "first_air_date": "2006-09-24", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 6809, + * "media_type": "tv", + * "name": "El hormiguero", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "El hormiguero", + * "overview": "El Hormiguero is a Spanish television program with a live audience focusing on comedy, science, and politics running since September 2006. It is hosted and produced by screenwriter Pablo Motos. The show aired on Spain's Cuatro channel from launch until June 2011 and is now broadcast on Antena 3. Recurring guests on the show include Luis Piedrahita, Raquel Martos, Marron & \"The Man in Black\", and puppet ants Trancas and Barrancas. It has proved a ratings success, and has expanded from a weekly 120-minute show to a daily 40-minute show in its third season, which began on September 17, 2007. The show won the Entertainment prize at the 2009 Rose d'Or ceremony.", + * "popularity": 125.63, + * "poster_path": "/sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg", + * "vote_average": 4.9, + * "vote_count": 33 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "55e8d37fc3a3682c6b00392c", + * "episode_count": 2, + * "first_air_date": "1981-02-14", + * "genre_ids": [ + * 18, + * 10764, + * 35, + * 10767 + * ], + * "id": 10918, + * "media_type": "tv", + * "name": "Wetten, dass..?", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Wetten, dass..?", + * "overview": "A long-running German-language entertainment television show based on the format of the British show You Bet! and the American show Wanna Bet?.", + * "popularity": 54.985, + * "poster_path": "/4i8719B3j4z5U5EI1mjw3sOjBWe.jpg", + * "vote_average": 5.5, + * "vote_count": 18 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "617f9318229ae2002a60fdda", + * "episode_count": 6, + * "first_air_date": "2021-11-08", + * "genre_ids": [ + * 99 + * ], + * "id": 137684, + * "media_type": "tv", + * "name": "Best Shape of My Life", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Best Shape of My Life", + * "overview": "Will Smith teams up with guests and undergoes a fitness challenge.", + * "popularity": 2.732, + * "poster_path": "/hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg", + * "vote_average": 4, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": "/lgI98jt69LFv4GWj0RmOaLU69sK.jpg", + * "character": "Self - Guest", + * "credit_id": "560001569251412aad00234c", + * "episode_count": 1, + * "first_air_date": "2009-01-16", + * "genre_ids": [ + * 10767 + * ], + * "id": 31449, + * "media_type": "tv", + * "name": "Skavlan", + * "origin_country": [ + * "NO", + * "SE" + * ], + * "original_language": "no", + * "original_name": "Skavlan", + * "overview": "Skavlan is a Norwegian-Swedish television talk show hosted by Norwegian journalist Fredrik Skavlan. It premiered in Sweden on Sveriges Television in January 2009, and the first guests to appear on the show were former Prime Minister of Sweden Göran Persson and his wife Anitra Steen. On 8 May 2009, it was announced that Skavlan had been renewed for a second season. It was also announced that the show would no longer only be produced by SVT in Sweden; Skavlan would now be partly produced in Norway by the Norwegian Broadcasting Corporation. The first twelve episodes of Skavlan's second season were produced by SVT in Sweden, and the remaining twelve by NRK in Norway.\n\nSkavlan speaks Norwegian and his dialog is therefore subtitled in Swedish in Sweden, even though the two languages are quite similar and mutually intelligible. If the persons being interviewed by Skavlan are Swedish, he often tells them to let him know if they do not understand what he is saying. Swedish novelist Jan Guillou has criticized SVT for subtitling the program, stating \"there is no need for that. If the host had been Danish, subtitling would have been necessary, but with a Norwegian host it does not make any sense.\"", + * "popularity": 617.216, + * "poster_path": "/aDQoVmOfYIy7iGEQno9NtxDmaDI.jpg", + * "vote_average": 5, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/xl1wGwaPZInJo1JAnpKqnFozWBE.jpg", + * "character": "Self - Guest", + * "credit_id": "61838c62e93e9500625d85fb", + * "episode_count": 1, + * "first_air_date": "2014-02-17", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 59941, + * "media_type": "tv", + * "name": "The Tonight Show Starring Jimmy Fallon", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Tonight Show Starring Jimmy Fallon", + * "overview": "After Jay Leno's second retirement from the program, Jimmy Fallon stepped in as his permanent replacement. After 42 years in Los Angeles the program was brought back to New York.", + * "popularity": 341.016, + * "poster_path": "/if7ECoH4xaYw5S8gomNIEmtwTxP.jpg", + * "vote_average": 5.826, + * "vote_count": 316 + * }, + * { + * "adult": false, + * "backdrop_path": "/ef46O4ejjL8tWo4WD84UI7DLFZW.jpg", + * "character": "Self", + * "credit_id": "618489a23e2ec8008d1f4a7d", + * "episode_count": 1, + * "first_air_date": "2020-07-30", + * "genre_ids": [ + * 10767 + * ], + * "id": 106727, + * "media_type": "tv", + * "name": "The Oprah Conversation", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Oprah Conversation", + * "overview": "Oprah leads intimate discussions with today’s foremost newsmakers, thought leaders, and masters of their craft. Bringing truth and perspective to a range of topics shaping our world, they reveal gripping stories of human connection.", + * "popularity": 12.53, + * "poster_path": "/fGfbY5RcLG9HyXp3zx7AsT0XDvU.jpg", + * "vote_average": 8.3, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self (archive footage)", + * "credit_id": "64af19e9c490480139cfe0d7", + * "episode_count": 1, + * "first_air_date": "2020-09-07", + * "genre_ids": [ + * 99 + * ], + * "id": 133401, + * "media_type": "tv", + * "name": "The True Story of...", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "The True Story of...", + * "overview": "", + * "popularity": 9.528, + * "poster_path": "/roQeI2dldIn7eHQMyovFfhwtuHg.jpg", + * "vote_average": 7.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "572b3531c3a36848010024f6", + * "episode_count": 1, + * "first_air_date": "1999-09-22", + * "genre_ids": [ + * 35 + * ], + * "id": 4461, + * "media_type": "tv", + * "name": "Rove", + * "origin_country": [ + * "AU" + * ], + * "original_language": "en", + * "original_name": "Rove", + * "overview": "Rove, formerly Rove Live, was an Australian television variety show which premiered on the Nine Network on 22 September 1999, before moving to Network Ten which aired the program from 2000 until November, 2009. The show was hosted by comedian Rove McManus, and featured an ensemble cast, who presented various segments throughout the course of the show. The show won the Logie Award for \"Most Popular Light Entertainment Program\" five times.", + * "popularity": 271.453, + * "poster_path": "/znUsPPMZndVOOxlGm6zLk6BpkFo.jpg", + * "vote_average": 8, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/8Zm2LR8YmGMF67Oofc9FdBSw1WM.jpg", + * "character": "Self", + * "credit_id": "61db4c05bf09d1001f79795b", + * "episode_count": 1, + * "first_air_date": "2018-05-07", + * "genre_ids": [ + * 10767 + * ], + * "id": 83216, + * "media_type": "tv", + * "name": "Red Table Talk", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Red Table Talk", + * "overview": "Jada Pinkett Smith, her daughter Willow, and mother Adrienne – three generations of women open their home for a series of candid conversations with family and friends.", + * "popularity": 20.341, + * "poster_path": "/9MFH6LriSscCg9HiGeLam78KfBV.jpg", + * "vote_average": 6.4, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "62015277136545006828ae7b", + * "episode_count": 1, + * "first_air_date": "", + * "genre_ids": [ + * 99 + * ], + * "id": 157194, + * "media_type": "tv", + * "name": "Pole to Pole", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Pole to Pole", + * "overview": "A series that will see the King Richard star cover 26,000 miles from the South Pole to the North Pole. It comes from Smith’s Westbrook Studios, Jane Root’s Nutopia and Aronofsky’s Protoza.", + * "popularity": 1.63, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/zu2vKWoIwdLN8raXNDASmTpawi6.jpg", + * "character": "Self - Presenter", + * "credit_id": "64ebcbeed48cee00ad4436e1", + * "episode_count": 1, + * "first_air_date": "1992-06-10", + * "genre_ids": [], + * "id": 13667, + * "media_type": "tv", + * "name": "MTV Movie & TV Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "MTV Movie & TV Awards", + * "overview": "The annual film & TV awards show presented by MTV. The nominees are decided by producers and executives at MTV with winners decided online by the general public.", + * "popularity": 40.864, + * "poster_path": "/77FuUQrJVO8GcyCpfHBZOICINwm.jpg", + * "vote_average": 7.7, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/lJSojr9b2KaddW1QI8q2bY6OXy.jpg", + * "character": "Self", + * "credit_id": "599396299251415433007ff7", + * "episode_count": 1, + * "first_air_date": "2017-08-08", + * "genre_ids": [ + * 35 + * ], + * "id": 72610, + * "media_type": "tv", + * "name": "Carpool Karaoke: The Series", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Carpool Karaoke: The Series", + * "overview": "Celebrity pairings ride along in a car together as they sing tunes from their personal playlists and surprise fans who don't expect to see big stars belting out tunes one lane over.", + * "popularity": 57.353, + * "poster_path": "/bA6tpDMoyQO8fRmXC8sHh7LQoqW.jpg", + * "vote_average": 5.9, + * "vote_count": 32 + * }, + * { + * "adult": false, + * "backdrop_path": "/7zDjaT3hSNkjUDtiG1W2vOdecVB.jpg", + * "character": "Self", + * "credit_id": "625da10987e63e0067485b66", + * "episode_count": 76, + * "first_air_date": "2016-09-12", + * "genre_ids": [ + * 10767 + * ], + * "id": 67824, + * "media_type": "tv", + * "name": "Quotidien", + * "origin_country": [ + * "FR" + * ], + * "original_language": "fr", + * "original_name": "Quotidien", + * "overview": "Quotidien is a French television program presented by Yann Barthès and broadcast from September 12, 2016 on TMC.", + * "popularity": 207.682, + * "poster_path": "/gzJQCQPklSEuQDiM9ayAjCtCoL2.jpg", + * "vote_average": 6.2, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/6wX6105dCfRqTrwvoQgA8bGxUCo.jpg", + * "character": "Self", + * "credit_id": "5a3e81720e0a2620f2013280", + * "episode_count": 8, + * "first_air_date": "2007-02-22", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 1220, + * "media_type": "tv", + * "name": "The Graham Norton Show", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The Graham Norton Show", + * "overview": "Each week celebrity guests join Irish comedian Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out.", + * "popularity": 160.438, + * "poster_path": "/vrbqaBXB8AALynQzpWz6JdCPEJS.jpg", + * "vote_average": 7.2, + * "vote_count": 252 + * }, + * { + * "adult": false, + * "backdrop_path": "/cgGqcvi2Hmi7jgjtoWa0bDqixj6.jpg", + * "character": "Hawker", + * "credit_id": "5a42f4859251411f4f059bf9", + * "episode_count": 1, + * "first_air_date": "1972-10-04", + * "genre_ids": [ + * 18 + * ], + * "id": 18162, + * "media_type": "tv", + * "name": "ABC Afterschool Special", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "ABC Afterschool Special", + * "overview": "Dramatically presented situations, often controversial, of interest to children and teenagers. Several episodes were either in animated form or presented as documentaries. Topics included illiteracy, substance abuse and teenage pregnancy.", + * "popularity": 68.237, + * "poster_path": "/uOx0dDmt72hjIC5gmCzxEdn8qt0.jpg", + * "vote_average": 6.385, + * "vote_count": 13 + * }, + * { + * "adult": false, + * "backdrop_path": "/634Ie2lnbFlLMknu0mDid8vJVvT.jpg", + * "character": "Self", + * "credit_id": "6265a1a97fcab3116983eac1", + * "episode_count": 1, + * "first_air_date": "2018-03-12", + * "genre_ids": [ + * 10767 + * ], + * "id": 78086, + * "media_type": "tv", + * "name": "Late Night Berlin", + * "origin_country": [], + * "original_language": "de", + * "original_name": "Late Night Berlin", + * "overview": "", + * "popularity": 48.225, + * "poster_path": "/5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg", + * "vote_average": 5.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "6277ee6d389da100a320a8da", + * "episode_count": 1, + * "first_air_date": "1988-09-21", + * "genre_ids": [ + * 10767 + * ], + * "id": 201558, + * "media_type": "tv", + * "name": "Yo! MTV Raps", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Yo! MTV Raps", + * "overview": "Popular rap music videos showcased along with live performances and interviews with notable rap artists.", + * "popularity": 12.076, + * "poster_path": "/bVkwSDjUXpc5bX4YM0pTu6EeIq6.jpg", + * "vote_average": 7.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/7oX1mr71ymBEJOBSDS5UZQDrhng.jpg", + * "character": "Self", + * "credit_id": "6289aa789a643500508f1bfe", + * "episode_count": 1, + * "first_air_date": "2018-01-12", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 76178, + * "media_type": "tv", + * "name": "My Next Guest Needs No Introduction With David Letterman", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "My Next Guest Needs No Introduction With David Letterman", + * "overview": "Late-night TV legend David Letterman hosts an intimate talk show featuring insightful conversations and fun-filled excursions with notable figures.", + * "popularity": 18.624, + * "poster_path": "/5dObN91CjQPUhgQoEMbpmLTtxc8.jpg", + * "vote_average": 7, + * "vote_count": 58 + * }, + * { + * "adult": false, + * "backdrop_path": "/lX1An9AZV19BapiUbDgMyPbr0tZ.jpg", + * "character": "Self - Host", + * "credit_id": "5a3787940e0a264cd01e82f2", + * "episode_count": 10, + * "first_air_date": "2018-03-26", + * "genre_ids": [ + * 99 + * ], + * "id": 75782, + * "media_type": "tv", + * "name": "One Strange Rock", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "One Strange Rock", + * "overview": "A mind-bending, thrilling journey exploring the fragility and wonder of planet Earth, one of the most peculiar, unique places in the entire universe, brought to life by the only people to have left it behind – the world’s most well known and leading astronauts.", + * "popularity": 66.851, + * "poster_path": "/bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg", + * "vote_average": 7.642, + * "vote_count": 74 + * }, + * { + * "adult": false, + * "backdrop_path": "/xl1wGwaPZInJo1JAnpKqnFozWBE.jpg", + * "character": "Self", + * "credit_id": "659ed484d6590b014a28d774", + * "episode_count": 3, + * "first_air_date": "2014-02-17", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 59941, + * "media_type": "tv", + * "name": "The Tonight Show Starring Jimmy Fallon", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Tonight Show Starring Jimmy Fallon", + * "overview": "After Jay Leno's second retirement from the program, Jimmy Fallon stepped in as his permanent replacement. After 42 years in Los Angeles the program was brought back to New York.", + * "popularity": 341.016, + * "poster_path": "/if7ECoH4xaYw5S8gomNIEmtwTxP.jpg", + * "vote_average": 5.826, + * "vote_count": 316 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5b379ebb0e0a263ff003c64b", + * "episode_count": 1, + * "first_air_date": "2005-11-11", + * "genre_ids": [ + * 10767 + * ], + * "id": 80515, + * "media_type": "tv", + * "name": "The Reichen Show", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Reichen Show", + * "overview": "A list of celebrity interviews and sensational topics.", + * "popularity": 84.345, + * "poster_path": "/x9fDBKqmmHHUvcaal1Tzw6iqTW.jpg", + * "vote_average": 4.8, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/pLdOKGTe8LvtW67zyiNqU3512HB.jpg", + * "character": "Self - Nominee", + * "credit_id": "65a4fa831fb94f00ba749a08", + * "episode_count": 1, + * "first_air_date": "1999-08-01", + * "genre_ids": [ + * 35, + * 10751, + * 10762 + * ], + * "id": 43117, + * "media_type": "tv", + * "name": "Teen Choice Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Teen Choice Awards", + * "overview": "The Teen Choice Awards is a teen awards show presented annually by Fox. The first awards were held in 1999. The program honors the year's biggest achievements in music, movies, sports, television, fashion and more, as voted on by teens aged 13–19. The program features a number of celebrities and also musical performers. The winners are awarded with authentic mini size (182 cm) surfboards designed with a summertime theme. The ceremony has created spin-off teen awards on YouTube.", + * "popularity": 2.143, + * "poster_path": "/3q900BNcKbe3GHga4RVxSnoiqP4.jpg", + * "vote_average": 10, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "630d03f3028f14007b1e4b26", + * "episode_count": 2, + * "first_air_date": "1988-01-01", + * "genre_ids": [], + * "id": 209121, + * "media_type": "tv", + * "name": "Smash Hits Poll Winners Party", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Smash Hits Poll Winners Party", + * "overview": "", + * "popularity": 4.134, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/nmfCjVO4KsATq5idhHfGVwqfl32.jpg", + * "character": "Pinoak (voice)", + * "credit_id": "5cac84fec3a3685bfde4a2c1", + * "episode_count": 1, + * "first_air_date": "1995-03-12", + * "genre_ids": [ + * 16 + * ], + * "id": 10906, + * "media_type": "tv", + * "name": "Happily Ever After: Fairy Tales for Every Child", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Happily Ever After: Fairy Tales for Every Child", + * "overview": "Happily Ever After: Fairy Tales for Every Child is an American anthology animated television series.", + * "popularity": 39.168, + * "poster_path": "/yOfpjbdrR4bc3Q0slw3o0j8b7sE.jpg", + * "vote_average": 6, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/mygD13dQe2sTQ7EMEx065DB1qmD.jpg", + * "character": "Self", + * "credit_id": "5c911b959251410ff4a643da", + * "episode_count": 6, + * "first_air_date": "2019-02-27", + * "genre_ids": [ + * 10764, + * 99 + * ], + * "id": 87732, + * "media_type": "tv", + * "name": "Will Smith's Bucket List", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Will Smith's Bucket List", + * "overview": "There aren’t many people in the world who have a bucket list quite like Will Smith. Now you can join him on his unbelievable adventure as he travels the globe, takes on insane challenges, overcomes obstacles and punches fear in the mouth!", + * "popularity": 8.492, + * "poster_path": "/8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg", + * "vote_average": 4.1, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/6wX6105dCfRqTrwvoQgA8bGxUCo.jpg", + * "character": "Self - Guest", + * "credit_id": "63534fdbf8e98200817b3499", + * "episode_count": 3, + * "first_air_date": "2007-02-22", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 1220, + * "media_type": "tv", + * "name": "The Graham Norton Show", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The Graham Norton Show", + * "overview": "Each week celebrity guests join Irish comedian Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out.", + * "popularity": 160.438, + * "poster_path": "/vrbqaBXB8AALynQzpWz6JdCPEJS.jpg", + * "vote_average": 7.2, + * "vote_count": 252 + * }, + * { + * "adult": false, + * "backdrop_path": "/7RizgNN3qH1vjDbhWrJKFoxPfrT.jpg", + * "character": "Self", + * "credit_id": "5d25979337b3a902ce52df84", + * "episode_count": 1, + * "first_air_date": "2018-04-29", + * "genre_ids": [ + * 99, + * 10765 + * ], + * "id": 79003, + * "media_type": "tv", + * "name": "James Cameron's Story of Science Fiction", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "James Cameron's Story of Science Fiction", + * "overview": "Explore the evolution of sci-fi from its origins as a small genre with a cult following to the blockbuster pop-cultural phenomenon we know today. In each episode, James Cameron introduces one of the “Big Questions” that humankind has contemplated throughout the ages and reaches back into sci-fi’s past to better understand how our favorite films, TV shows, books, and video games were born.", + * "popularity": 20.484, + * "poster_path": "/qhanotOZnOdgmCZonug5anT0mFo.jpg", + * "vote_average": 6.779, + * "vote_count": 43 + * }, + * { + * "adult": false, + * "backdrop_path": "/qtjkdVO28fF3fhADjaLKU7LJWtJ.jpg", + * "character": "Self", + * "credit_id": "63828617a4af8f0097bfc9cd", + * "episode_count": 1, + * "first_air_date": "1998-06-08", + * "genre_ids": [ + * 10767 + * ], + * "id": 9847, + * "media_type": "tv", + * "name": "The Magic Hour", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Magic Hour", + * "overview": "The Magic Hour is an American talk show hosted by basketball player Earvin \"Magic\" Johnson. The series aired in syndication from June to September 1998.", + * "popularity": 18.85, + * "poster_path": "/8UpbTCtKFIeMN0TJGLKsPkUo9jp.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5dc5e329a14e1000105a9e63", + * "episode_count": 1, + * "first_air_date": "1998-01-22", + * "genre_ids": [ + * 10767 + * ], + * "id": 63069, + * "media_type": "tv", + * "name": "Die Johannes B. Kerner Show", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Die Johannes B. Kerner Show", + * "overview": "", + * "popularity": 155.052, + * "poster_path": null, + * "vote_average": 4, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg", + * "character": "Self", + * "credit_id": "5e27b130c68b6900143eb585", + * "episode_count": 1, + * "first_air_date": "2015-08-02", + * "genre_ids": [ + * 10767 + * ], + * "id": 63498, + * "media_type": "tv", + * "name": "Close Up with The Hollywood Reporter", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Close Up with The Hollywood Reporter", + * "overview": "Some of this year's most talked about talent open up about the challenges and triumphs of creating critically acclaimed series and performances.", + * "popularity": 79.433, + * "poster_path": "/h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg", + * "vote_average": 5.735, + * "vote_count": 17 + * }, + * { + * "adult": false, + * "backdrop_path": "/9giQxevgoCWfSfXALGmuaXmqEq0.jpg", + * "character": "Self", + * "credit_id": "5e4c02ad9a3c490014335361", + * "episode_count": 3, + * "first_air_date": "1996-07-22", + * "genre_ids": [ + * 10763, + * 35 + * ], + * "id": 2224, + * "media_type": "tv", + * "name": "The Daily Show", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Daily Show", + * "overview": "The World's Fakest News Team tackle the biggest stories in news, politics and pop culture.", + * "popularity": 336.421, + * "poster_path": "/ixcfyK7it6FjRM36Te4OdblAq4X.jpg", + * "vote_average": 6.362, + * "vote_count": 538 + * }, + * { + * "adult": false, + * "backdrop_path": "/iNt4CmfX70UlqFG6Ixxnhto3IOA.jpg", + * "character": "Self", + * "credit_id": "6660ce32248b6acbb2008901", + * "episode_count": 1, + * "first_air_date": "2015-03-12", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 72649, + * "media_type": "tv", + * "name": "Hot Ones", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Hot Ones", + * "overview": "The show with hot questions and even hotter wings invites a famous guest over to eat and then interviews them while they're struggling through the heat.", + * "popularity": 150.496, + * "poster_path": "/4uudasFgKCVQFNGqfanD6wEGVS1.jpg", + * "vote_average": 7.4, + * "vote_count": 53 + * }, + * { + * "adult": false, + * "backdrop_path": "/fE4vTc4IAneVYFvKSoSL3Th91S1.jpg", + * "character": "Host", + * "credit_id": "5eb1f022edeb43001fca6ce1", + * "episode_count": 1, + * "first_air_date": "1987-01-18", + * "genre_ids": [], + * "id": 23521, + * "media_type": "tv", + * "name": "Kids' Choice Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Kids' Choice Awards", + * "overview": "Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange blimp figurine which also functions as a kaleidoscope.", + * "popularity": 27.655, + * "poster_path": "/aXmN5IYM0zWtfe8MD0WNMZlHjeE.jpg", + * "vote_average": 8.8, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/gLyYrZ34u7zcGpEPJEnwxCTGhuP.jpg", + * "character": "Self - Host", + * "credit_id": "5f4644722da846003539ef2e", + * "episode_count": 16, + * "first_air_date": "2022-03-04", + * "genre_ids": [ + * 35, + * 99 + * ], + * "id": 108265, + * "media_type": "tv", + * "name": "This Joka", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "This Joka", + * "overview": "Will Smith invites a diverse lineup of comics to explore the nature of comedy and its unique ability to bring people together. Watch stand-up sets, intimate interviews with Smith and the comics, and docu-style moments backstage and around Las Vegas.", + * "popularity": 3.428, + * "poster_path": "/syiVecxfBy6ZsTB3exCqeI1qxtX.jpg", + * "vote_average": 4, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/43v7fFaHiDjSosdNLM1ytgXkeSe.jpg", + * "character": "Self - Nominee/Presenter", + * "credit_id": "66c889cb31ea1508c4d81042", + * "episode_count": 1, + * "first_air_date": "1956-04-01", + * "genre_ids": [], + * "id": 30048, + * "media_type": "tv", + * "name": "Tony Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Tony Awards", + * "overview": "The Antoinette Perry Award for Excellence in Theatre, more commonly known as a Tony Award, recognizes achievement in live Broadway theatre. The awards are presented by the American Theatre Wing and The Broadway League at an annual ceremony in New York City. The awards are given for Broadway productions and performances, and an award is given for regional theatre.", + * "popularity": 211.2, + * "poster_path": "/6pxoHfywO6bFDOQa9bmWZ1hyKBt.jpg", + * "vote_average": 4.556, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg", + * "character": "Self - Guest", + * "credit_id": "5f8fe8b7fed5970037491369", + * "episode_count": 1, + * "first_air_date": "2006-09-24", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 6809, + * "media_type": "tv", + * "name": "El hormiguero", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "El hormiguero", + * "overview": "El Hormiguero is a Spanish television program with a live audience focusing on comedy, science, and politics running since September 2006. It is hosted and produced by screenwriter Pablo Motos. The show aired on Spain's Cuatro channel from launch until June 2011 and is now broadcast on Antena 3. Recurring guests on the show include Luis Piedrahita, Raquel Martos, Marron & \"The Man in Black\", and puppet ants Trancas and Barrancas. It has proved a ratings success, and has expanded from a weekly 120-minute show to a daily 40-minute show in its third season, which began on September 17, 2007. The show won the Entertainment prize at the 2009 Rose d'Or ceremony.", + * "popularity": 125.63, + * "poster_path": "/sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg", + * "vote_average": 4.9, + * "vote_count": 33 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "self - segment", + * "credit_id": "66f1f34ffc009839148d52ff", + * "episode_count": 1, + * "first_air_date": "2004-08-02", + * "genre_ids": [ + * 10767 + * ], + * "id": 20426, + * "media_type": "tv", + * "name": "Sarah Kuttner – Die Show", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Sarah Kuttner – Die Show", + * "overview": "Sarah Kuttner – Die Show was a German television talk show that ran on VIVA and was then transferred to MTV under the title Kuttner. in mid-2005. It ran from August 2, 2004 to August 3, 2006.\n\nHosted by Sarah Kuttner, it was a more youthful variation on the traditional late show concept with a sidekick, Sven Schuhmacher, and various national as well as international celebrity guests. The show also featured humorous reports by Michael Wigge and Caroline Korneli, its own band and musical guests performing live on stage.\n\nWhen MTV took over other German music channel VIVA in 2004, it was suggested, the show would be cancelled, which drew massive protests from fans. It was then cut from four shows per week to just two shows and later transferred to MTV and renamed Kuttner. Production was relocated from Cologne to Berlin.\n\nMTV cancelled Kuttner. in summer 2006 due to low ratings and high production costs.", + * "popularity": 13.386, + * "poster_path": null, + * "vote_average": 7, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/jiSlSDL0PZsd3DeW9832lk7eBsE.jpg", + * "character": "Self - Nominee", + * "credit_id": "67008ce4b146282f7b853a8c", + * "episode_count": 2, + * "first_air_date": "1944-01-20", + * "genre_ids": [ + * 10767 + * ], + * "id": 71494, + * "media_type": "tv", + * "name": "Golden Globe Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Golden Globe Awards", + * "overview": "An annual awards ceremony recognizing excellence in film and television, both domestic and foreign, bestowed by the Hollywood Foreign Press Association.", + * "popularity": 263.564, + * "poster_path": "/kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg", + * "vote_average": 6.8, + * "vote_count": 14 + * }, + * { + * "adult": false, + * "backdrop_path": "/mCZEHiyPkmsw3MDBNuiN5z85gs8.jpg", + * "character": "Self", + * "credit_id": "6717a2726fb09e394c02a762", + * "episode_count": 1, + * "first_air_date": "2002-10-20", + * "genre_ids": [ + * 10767, + * 10759, + * 10764, + * 35 + * ], + * "id": 45, + * "media_type": "tv", + * "name": "Top Gear", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Top Gear", + * "overview": "This fast-paced and stunt-filled motor show tests whether cars, both mundane and extraordinary, live up to their manufacturers' claims. The long-running show travels to locations around the world, performing extreme stunts and challenges to see what the featured cars are capable of doing. The current hosts are Paddy Mcguinness, Chris Harris and Andrew \"Freddie\" Flintoff.", + * "popularity": 138.658, + * "poster_path": "/aqM6QnuhSXzjHlKbXyKUqxaGiWu.jpg", + * "vote_average": 7.5, + * "vote_count": 751 + * }, + * { + * "adult": false, + * "backdrop_path": "/riAGbIUpWdLJckBdI8McejwqLG5.jpg", + * "character": "Self", + * "credit_id": "675f6cb6204f3b5b48304f55", + * "episode_count": 1, + * "first_air_date": "2014-12-21", + * "genre_ids": [ + * 10767 + * ], + * "id": 105197, + * "media_type": "tv", + * "name": "Variety Studio: Actors on Actors", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Variety Studio: Actors on Actors", + * "overview": "PBS SoCal and Variety take you inside the biggest movies and TV shows of the past year through candid conversations with today's hottest actors. Hosted by Variety Film Awards Editor Clayton Davis and Variety Chief Correspondent Elizabeth Wagmeister, each episode brings together pairs of actors engaging in intimate one-on-one discussions about their craft and work.", + * "popularity": 115.99, + * "poster_path": "/pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg", + * "vote_average": 4.4, + * "vote_count": 7 + * } + * ] */ + cast?: { + /** @example false */ + adult?: boolean; + /** @example /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg */ + backdrop_path?: string | null; + /** @example Del Spooner */ + character?: string; + /** @example 52fe4330c3a36847f8041063 */ + credit_id?: string; + /** @example 1 */ + episode_count?: number; + /** @example 1988-10-03 */ + first_air_date?: string; + /** @example [ + * 28, + * 878 + * ] */ + genre_ids?: number[]; + /** @example 2048 */ + id?: number; + /** @example movie */ + media_type?: string; + /** @example This Morning */ + name?: string; + /** @example 0 */ + order?: number; + /** @example [ + * "GB" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example This Morning */ + original_name?: string; + /** @example I, Robot */ + original_title?: string; + /** @example In 2035, where robots are commonplace and abide by the three laws of robotics, a technophobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger. */ + overview?: string; + /** @example 43.332 */ + popularity?: number; + /** @example /efwv6F2lGaghjPpBRSINHtoEiZB.jpg */ + poster_path?: string | null; + /** @example 2004-07-15 */ + release_date?: string; + /** @example I, Robot */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 6.953 */ + vote_average?: number; + /** @example 11797 */ + vote_count?: number; + }[]; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/5jhG1lTgV0MS6tDkBMQSSitttTT.jpg", + * "credit_id": "52fe42f3c3a36847f802f1bd", + * "department": "Production", + * "genre_ids": [ + * 18 + * ], + * "id": 1402, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Pursuit of Happyness", + * "overview": "A struggling salesman takes custody of his son as he's poised to begin a life-changing professional career.", + * "popularity": 65.281, + * "poster_path": "/lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg", + * "release_date": "2006-12-14", + * "title": "The Pursuit of Happyness", + * "video": false, + * "vote_average": 7.9, + * "vote_count": 9888 + * }, + * { + * "adult": false, + * "backdrop_path": "/mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg", + * "credit_id": "52fe44259251416c7502a667", + * "department": "Production", + * "genre_ids": [ + * 18 + * ], + * "id": 11321, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Seven Pounds", + * "overview": "An IRS agent with a fateful secret embarks on an extraordinary journey of redemption by forever changing the lives of seven strangers.", + * "popularity": 22.971, + * "poster_path": "/85zUipgVy2QbvAJ6djZXYaGckMv.jpg", + * "release_date": "2008-12-18", + * "title": "Seven Pounds", + * "video": false, + * "vote_average": 7.609, + * "vote_count": 6773 + * }, + * { + * "adult": false, + * "backdrop_path": "/4fU2ddunguMjxWK0oWdUfKES9Qo.jpg", + * "credit_id": "52fe4426c3a36847f80853b9", + * "department": "Production", + * "genre_ids": [ + * 28, + * 35 + * ], + * "id": 5851, + * "job": "Executive Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Showtime", + * "overview": "A spoof of buddy cop movies where two very different cops are forced to team up on a new reality based T.V. cop show.", + * "popularity": 10.537, + * "poster_path": "/8sIooUxXZo2blCVuAYbL2wkdUfD.jpg", + * "release_date": "2002-03-14", + * "title": "Showtime", + * "video": false, + * "vote_average": 5.5, + * "vote_count": 969 + * }, + * { + * "adult": false, + * "backdrop_path": "/wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg", + * "credit_id": "52fe44adc3a36847f80a3c2f", + * "department": "Production", + * "genre_ids": [ + * 35, + * 18, + * 10749 + * ], + * "id": 8488, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Hitch", + * "overview": "Dating coach Alex 'Hitch' Hitchens mentors a bumbling client, Albert, who hopes to win the heart of the glamorous Allegra Cole. While Albert makes progress, Hitch faces his own romantic setbacks when proven techniques fail to work on Sara Melas, a tabloid reporter digging for dirt on Allegra Cole's love life. When Sara discovers Hitch's connection to Albert – now Allegra's boyfriend – it threatens to destroy both relationships.", + * "popularity": 34.865, + * "poster_path": "/x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg", + * "release_date": "2005-02-11", + * "title": "Hitch", + * "video": false, + * "vote_average": 6.564, + * "vote_count": 5779 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "6222a8fee1ad79006b76aeac", + * "department": "Production", + * "genre_ids": [ + * 878, + * 53 + * ], + * "id": 945956, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "I Am Legend 2", + * "overview": "A sequel to the 2007 film I Am Legend.", + * "popularity": 23.965, + * "poster_path": "/hVe0x4ehQh6MfD4l9OW6h8aw111.jpg", + * "release_date": "", + * "title": "I Am Legend 2", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/qndvrOXGyoOxkhc12SqfLi9Hr31.jpg", + * "credit_id": "52fe44cbc3a36847f80aa59d", + * "department": "Production", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 8960, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Hancock", + * "overview": "Hancock is a down-and-out superhero who's forced to employ a PR expert to help repair his image when the public grows weary of all the damage he's inflicted during his lifesaving heroics. The agent's idea of imprisoning the antihero to make the world miss him proves successful, but will Hancock stick to his new sense of purpose or slip back into old habits?", + * "popularity": 38.95, + * "poster_path": "/7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg", + * "release_date": "2008-07-01", + * "title": "Hancock", + * "video": false, + * "vote_average": 6.347, + * "vote_count": 9589 + * }, + * { + * "adult": false, + * "backdrop_path": "/6WfnLguRcpYQlJ6Wkx5CO7c8LpV.jpg", + * "credit_id": "52fe45559251416c75052eff", + * "department": "Production", + * "genre_ids": [ + * 18, + * 80, + * 53 + * ], + * "id": 13279, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Lakeview Terrace", + * "overview": "A young interracial couple has just moved into their California dream home when they become the target of their next-door neighbor, who disapproves of their relationship. A tightly wound LAPD officer has appointed himself the watchdog of the neighborhood. His nightly foot patrols and overly watchful eyes bring comfort to some, but he becomes increasingly aggressive to the newlyweds. These persistent intrusions into their lives cause the couple to fight back.", + * "popularity": 13.14, + * "poster_path": "/2ThsS74hopBz0RveLgOWiwrMfE8.jpg", + * "release_date": "2008-09-19", + * "title": "Lakeview Terrace", + * "video": false, + * "vote_average": 5.966, + * "vote_count": 1038 + * }, + * { + * "adult": false, + * "backdrop_path": "/958IEMxVqU3FFOdZll3PcFLoyef.jpg", + * "credit_id": "52fe486f9251416c9108c607", + * "department": "Writing", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 82700, + * "job": "Story", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "After Earth", + * "overview": "One thousand years after cataclysmic events forced humanity's escape from Earth, Nova Prime has become mankind's new home. Legendary General Cypher Raige returns from an extended tour of duty to his estranged family, ready to be a father to his 13-year-old son, Kitai. When an asteroid storm damages Cypher and Kitai's craft, they crash-land on a now unfamiliar and dangerous Earth. As his father lies dying in the cockpit, Kitai must trek across the hostile terrain to recover their rescue beacon. His whole life, Kitai has wanted nothing more than to be a soldier like his father. Today, he gets his chance.", + * "popularity": 29.428, + * "poster_path": "/iXMvYIlzzJBs352CfeiQcBvovZt.jpg", + * "release_date": "2013-05-30", + * "title": "After Earth", + * "video": false, + * "vote_average": 5.187, + * "vote_count": 6536 + * }, + * { + * "adult": false, + * "backdrop_path": "/958IEMxVqU3FFOdZll3PcFLoyef.jpg", + * "credit_id": "52fe486f9251416c9108c5d7", + * "department": "Production", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 82700, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "After Earth", + * "overview": "One thousand years after cataclysmic events forced humanity's escape from Earth, Nova Prime has become mankind's new home. Legendary General Cypher Raige returns from an extended tour of duty to his estranged family, ready to be a father to his 13-year-old son, Kitai. When an asteroid storm damages Cypher and Kitai's craft, they crash-land on a now unfamiliar and dangerous Earth. As his father lies dying in the cockpit, Kitai must trek across the hostile terrain to recover their rescue beacon. His whole life, Kitai has wanted nothing more than to be a soldier like his father. Today, he gets his chance.", + * "popularity": 29.428, + * "poster_path": "/iXMvYIlzzJBs352CfeiQcBvovZt.jpg", + * "release_date": "2013-05-30", + * "title": "After Earth", + * "video": false, + * "vote_average": 5.187, + * "vote_count": 6536 + * }, + * { + * "adult": false, + * "backdrop_path": "/88J6waYVTta8Qz3iX3qUeWNA5d5.jpg", + * "credit_id": "60f5c52d12c6040074471dd5", + * "department": "Production", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 447362, + * "job": "Executive Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Life in a Year", + * "overview": "A 17 year old finds out that his girlfriend is dying, so he sets out to give her an entire life, in the last year she has left.", + * "popularity": 40.357, + * "poster_path": "/bP7u19opmHXYeTCUwGjlLldmUMc.jpg", + * "release_date": "2020-11-27", + * "title": "Life in a Year", + * "video": false, + * "vote_average": 8.25, + * "vote_count": 1879 + * }, + * { + * "adult": false, + * "backdrop_path": "/j3snmrxqxT60FrH1Z8i54fGnHZJ.jpg", + * "credit_id": "52fe4d3c9251416c9110f435", + * "department": "Production", + * "genre_ids": [ + * 35, + * 18, + * 10751 + * ], + * "id": 196867, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Annie", + * "overview": "Annie is a young, happy foster kid who's also tough enough to make her way on the streets of New York in 2014. Originally left by her parents as a baby with the promise that they'd be back for her someday, it's been a hard knock life ever since with her mean foster mom Miss Hannigan. But everything's about to change when the hard-nosed tycoon and New York mayoral candidate Will Stacks—advised by his brilliant VP and his shrewd and scheming campaign advisor—makes a thinly-veiled campaign move and takes her in. Stacks believes he's her guardian angel, but Annie's self-assured nature and bright, sun-will-come-out-tomorrow outlook on life just might mean it's the other way around.", + * "popularity": 40.306, + * "poster_path": "/aKAM9V0izx4VhsdyAdBvAB26UCZ.jpg", + * "release_date": "2014-12-18", + * "title": "Annie", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 1275 + * }, + * { + * "adult": false, + * "backdrop_path": "/7EazpcvoCfNZZysgljUAkQCBvW.jpg", + * "credit_id": "61018a1b0a517c0027ad407c", + * "department": "Production", + * "genre_ids": [ + * 18, + * 36 + * ], + * "id": 614917, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "King Richard", + * "overview": "The story of how Richard Williams served as a coach to his daughters Venus and Serena, who will soon become two of the most legendary tennis players in history.", + * "popularity": 23.53, + * "poster_path": "/2dfujXrxePtYJPiPHj1HkAFQvpu.jpg", + * "release_date": "2021-11-18", + * "title": "King Richard", + * "video": false, + * "vote_average": 7.649, + * "vote_count": 2497 + * }, + * { + * "adult": false, + * "backdrop_path": "/jpFcZH2eyh6gcoxCa637TrGe4bT.jpg", + * "credit_id": "556f829fc3a3681073000a9d", + * "department": "Production", + * "genre_ids": [ + * 28, + * 878 + * ], + * "id": 2048, + * "job": "Executive Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "I, Robot", + * "overview": "In 2035, where robots are commonplace and abide by the three laws of robotics, a technophobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger.", + * "popularity": 43.332, + * "poster_path": "/efwv6F2lGaghjPpBRSINHtoEiZB.jpg", + * "release_date": "2004-07-15", + * "title": "I, Robot", + * "video": false, + * "vote_average": 6.953, + * "vote_count": 11797 + * }, + * { + * "adult": false, + * "backdrop_path": "/3CcO4QdasRCitq2dczOpx7CXgLM.jpg", + * "credit_id": "5647cc689251413acc004e90", + * "department": "Production", + * "genre_ids": [ + * 10751, + * 12, + * 18 + * ], + * "id": 12837, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Secret Life of Bees", + * "overview": "Set in South Carolina in 1964, this is the tale of Lily Owens a 14 year-old girl who is haunted by the memory of her late mother. To escape her lonely life and troubled relationship with her father, Lily flees with Rosaleen, her caregiver and only friend, to a South Carolina town that holds the secret to her mother's past.", + * "popularity": 20.915, + * "poster_path": "/m1LGEeoYfc6crbfG8WmTKg9SVqL.jpg", + * "release_date": "2008-09-17", + * "title": "The Secret Life of Bees", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 508 + * }, + * { + * "adult": false, + * "backdrop_path": "/mRRpXyjsuj314rqHbQEHlvhoO49.jpg", + * "credit_id": "56775821c3a3681683007059", + * "department": "Production", + * "genre_ids": [ + * 28, + * 35, + * 10749 + * ], + * "id": 59962, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "This Means War", + * "overview": "Two top CIA operatives wage an epic battle against one another after they discover they are dating the same woman.", + * "popularity": 19.462, + * "poster_path": "/7d1hwECRc1NZlGfAeYE42ki7Fem.jpg", + * "release_date": "2012-02-14", + * "title": "This Means War", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 3375 + * }, + * { + * "adult": false, + * "backdrop_path": "/v8DepuF6gizphLzIyNZeQiB0hij.jpg", + * "credit_id": "5668c520c3a36836a600422e", + * "department": "Production", + * "genre_ids": [ + * 28, + * 12, + * 18, + * 10751 + * ], + * "id": 38575, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Karate Kid", + * "overview": "Twelve-year-old Dre Parker could have been the most popular kid in Detroit, but his mother's latest career move has landed him in China. Dre immediately falls for his classmate Mei Ying but the cultural differences make such a friendship impossible. Even worse, Dre's feelings make him an enemy of the class bully, Cheng. With no friends in a strange land, Dre has nowhere to turn but maintenance man Mr. Han, who is a kung fu master. As Han teaches Dre that kung fu is not about punches and parries, but maturity and calm, Dre realizes that facing down the bullies will be the fight of his life.", + * "popularity": 89.462, + * "poster_path": "/qV8xTWfknTOSErSa0b9Iay2QztS.jpg", + * "release_date": "2010-06-10", + * "title": "The Karate Kid", + * "video": false, + * "vote_average": 6.536, + * "vote_count": 6008 + * }, + * { + * "adult": false, + * "backdrop_path": "/piT1WWJlC0ebUVpAWI1SBwg2Vdq.jpg", + * "credit_id": "5686e2ddc3a3683628008212", + * "department": "Production", + * "genre_ids": [ + * 35, + * 10749, + * 18 + * ], + * "id": 19316, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Saving Face", + * "overview": "A Chinese-American lesbian and her traditionalist mother are reluctant to go public with secret loves that clash against cultural expectations.", + * "popularity": 12.765, + * "poster_path": "/7XbbgkKi4nEMOu9iwiANXpjKKhe.jpg", + * "release_date": "2004-09-12", + * "title": "Saving Face", + * "video": false, + * "vote_average": 7.3, + * "vote_count": 218 + * }, + * { + * "adult": false, + * "backdrop_path": "/tncbMvfV0V07UZozXdBEq4Wu9HH.jpg", + * "credit_id": "63d95504955c65007bab880f", + * "department": "Production", + * "genre_ids": [ + * 28, + * 35, + * 80, + * 53, + * 12 + * ], + * "id": 573435, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Bad Boys: Ride or Die", + * "overview": "After their late former Captain is framed, Lowrey and Burnett try to clear his name, only to end up on the run themselves.", + * "popularity": 394.83, + * "poster_path": "/oGythE98MYleE6mZlGs5oBGkux1.jpg", + * "release_date": "2024-06-05", + * "title": "Bad Boys: Ride or Die", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 2548 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "63f780f3d1ca2a008600228c", + * "department": "Production", + * "genre_ids": [ + * 16 + * ], + * "id": 1090671, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Onyeka and the Academy of the Sun", + * "overview": "A teenager learns she has powers and travels to Nigeria to learn more about her origins, where she discovers a threat to her newfound magical community.", + * "popularity": 1.323, + * "poster_path": null, + * "release_date": "", + * "title": "Onyeka and the Academy of the Sun", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/15Hy6qCCTSlDKp9VbVAC1jKfH8e.jpg", + * "credit_id": "58decf8ec3a3683d4600048b", + * "department": "Production", + * "genre_ids": [ + * 35, + * 10749 + * ], + * "id": 50220, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Seat Filler", + * "overview": "Derrick is a struggling law student who takes a job as an awards show seat filler to make ends meet. One day, he is seated next to the beautiful pop superstar Jhnelle, who mistakes him for a well-known industry executive. With an instant chemistry, the unlikely pair begin to date.", + * "popularity": 3.446, + * "poster_path": "/iwSnXkciG5ogTRhbTeXzqolpSkK.jpg", + * "release_date": "2004-08-05", + * "title": "The Seat Filler", + * "video": false, + * "vote_average": 4.3, + * "vote_count": 15 + * }, + * { + * "adult": false, + * "backdrop_path": "/mGs03iJbrh3FTFiCqMM3G8Folmq.jpg", + * "credit_id": "58decefb9251415e7f00047e", + * "department": "Production", + * "genre_ids": [ + * 18, + * 35, + * 9648 + * ], + * "id": 13960, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "ATL", + * "overview": "As four friends prepare for life after high school, different challenges bring about turning points in each of their lives. The dramas unfold and resolve at their local rollerskating rink, Cascade.", + * "popularity": 9.618, + * "poster_path": "/wi9VRukGburXfDwDKqcQQdgFK5S.jpg", + * "release_date": "2006-03-31", + * "title": "ATL", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 151 + * }, + * { + * "adult": false, + * "backdrop_path": "/pRPWczd6IFWNjfWHbUJNLQmhCU7.jpg", + * "credit_id": "58decf489251415e360004d7", + * "department": "Production", + * "genre_ids": [ + * 18 + * ], + * "id": 22633, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Human Contract", + * "overview": "A free-spirited woman leads a businessman down a path of reckless abandon.", + * "popularity": 10.781, + * "poster_path": "/fGzk7eIGscDHzTaIRrIUDdece7Z.jpg", + * "release_date": "2008-09-12", + * "title": "The Human Contract", + * "video": false, + * "vote_average": 4.5, + * "vote_count": 53 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "64077376de11e500f0a4fd72", + * "department": "Production", + * "genre_ids": [ + * 18, + * 53 + * ], + * "id": 1096655, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Da Understudy", + * "overview": "Life imitates art when the understudy of a Broadway production finds a role he’s willing to kill for.", + * "popularity": 0.515, + * "poster_path": null, + * "release_date": "", + * "title": "Da Understudy", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "661eb6ddd75bd6014930d65b", + * "department": "Production", + * "genre_ids": [], + * "id": 1275325, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Clean Air", + * "overview": "Ambitious sports agent Lyla loses her superstar client before the start of NASCAR's season and decides to take a chance on a rebellious female dirt track racer, 17-year-old Piper Kyte.", + * "popularity": 0.316, + * "poster_path": null, + * "release_date": "", + * "title": "Clean Air", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "665d7ee57c431fc42b491ba6", + * "department": "Production", + * "genre_ids": [ + * 35 + * ], + * "id": 734184, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Planes, Trains and Automobiles", + * "overview": "Remake of the 1987 comedy about a pair of unlikely travel companions trying to make their destinations in time for the Holiday weekend.", + * "popularity": 1.509, + * "poster_path": null, + * "release_date": "", + * "title": "Planes, Trains and Automobiles", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "6671ee0b56d4e5c9b1353ee1", + * "department": "Production", + * "genre_ids": [ + * 878, + * 53 + * ], + * "id": 693390, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Resistor", + * "overview": "Physicist Jon Grady and his team discover a device that can reflect gravity — a triumph that will revolutionize the field of physics and change the future. But instead of acclaim, Grady's lab is locked down by a covert organization known as the Bureau of Technology Control. When Grady refuses to join the BTC, he's thrown into a nightmarish high-tech prison housing other doomed rebel intellects.", + * "popularity": 1.87, + * "poster_path": null, + * "release_date": "", + * "title": "Resistor", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5b362310c3a3685320027c1e", + * "department": "Production", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 475387, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Hancock 2", + * "overview": "", + * "popularity": 9.235, + * "poster_path": "/h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg", + * "release_date": "", + * "title": "Hancock 2", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "64a95e736a344800c9fa77f1", + * "department": "Production", + * "genre_ids": [ + * 18, + * 35 + * ], + * "id": 1149524, + * "job": "Executive Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Blind Ref", + * "overview": "A blind man struggles to become a basketball referee.", + * "popularity": 1.267, + * "poster_path": "/8MA2bDjjImTOIodv9Lyr687PTha.jpg", + * "release_date": "2013-06-06", + * "title": "Blind Ref", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5cdf69280e0a264718c9bba2", + * "department": "Production", + * "genre_ids": [ + * 10402 + * ], + * "id": 603038, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Romeo and Juliet", + * "overview": "A contemporary musical take on William Shakespeare's tragedy set against the urban rhythms of New York. The love story follows a young waitress from the streets of Brooklyn and an aspiring musician from a wealthy family whose unconventional romance forces them to confront their life choices.", + * "popularity": 1.175, + * "poster_path": null, + * "release_date": "", + * "title": "Romeo and Juliet", + * "video": false, + * "vote_average": 10, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5d44ef2c0f2fbd766bed1d3c", + * "department": "Production", + * "genre_ids": [ + * 35 + * ], + * "id": 620275, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Uptown Saturday Night", + * "overview": "A comedy centered around two friends,their night at an illegal club,a misplaced wallet,and a winning lottery ticket.", + * "popularity": 0.652, + * "poster_path": null, + * "release_date": "", + * "title": "Uptown Saturday Night", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5d73f86e209f185340fb281c", + * "department": "Production", + * "genre_ids": [ + * 878 + * ], + * "id": 629423, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Brilliance", + * "overview": "In the future, non-neurotypical people — demonized by society as “twists” or “abnorms” — are threatening the status quo of the “normal” population with their unique gifts. They are officially labeled as “Brilliants” and are carefully tracked by the government.", + * "popularity": 1.203, + * "poster_path": null, + * "release_date": "", + * "title": "Brilliance", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/4FbTBvNO3VTFbFFghipK7Jqz7I6.jpg", + * "credit_id": "5df670730d1e7f0015721014", + * "department": "Production", + * "genre_ids": [ + * 18 + * ], + * "id": 552532, + * "job": "Executive Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Charm City Kings", + * "overview": "Mouse desperately wants to join The Midnight Clique, the infamous Baltimore dirt bike riders who rule the summertime streets. When Midnight’s leader, Blax, takes 14-year-old Mouse under his wing, Mouse soon finds himself torn between the straight-and-narrow and a road filled with fast money and violence.", + * "popularity": 22.854, + * "poster_path": "/8oiMFMarbRpcusASIX4cjVXoZKI.jpg", + * "release_date": "2020-01-27", + * "title": "Charm City Kings", + * "video": false, + * "vote_average": 7.835, + * "vote_count": 471 + * }, + * { + * "adult": false, + * "backdrop_path": "/alcBeDMSAetOaCFyQ76178fJqda.jpg", + * "credit_id": "5e5188cef48b3400136ed84e", + * "department": "Production", + * "genre_ids": [ + * 99 + * ], + * "id": 121983, + * "job": "Executive Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Free Angela and All Political Prisoners", + * "overview": "FREE ANGELA is a feature-length documentary about Angela Davis and the high stakes crime, political movement, and trial that catapults the 26 year-old newly appointed philosophy professor at the University of California at Los Angeles into a seventies revolutionary political icon. Nearly forty years later, and for the first time, Angela Davis speaks frankly about the actions that branded her as a terrorist and simultaneously spurred a worldwide political movement for her freedom.", + * "popularity": 2.506, + * "poster_path": "/k7ZKZDIoYPnDEpxtkLqSzjW9Wgs.jpg", + * "release_date": "2012-09-09", + * "title": "Free Angela and All Political Prisoners", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 27 + * }, + * { + * "adult": false, + * "backdrop_path": "/eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg", + * "credit_id": "5eef9bfd568463003301bafd", + * "department": "Production", + * "genre_ids": [ + * 53, + * 28, + * 80 + * ], + * "id": 38700, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Bad Boys for Life", + * "overview": "Marcus and Mike are forced to confront new threats, career changes, and midlife crises as they join the newly created elite team AMMO of the Miami police department to take down the ruthless Armando Armas, the vicious leader of a Miami drug cartel.", + * "popularity": 81.514, + * "poster_path": "/y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg", + * "release_date": "2020-01-15", + * "title": "Bad Boys for Life", + * "video": false, + * "vote_average": 7.139, + * "vote_count": 8290 + * }, + * { + * "adult": false, + * "backdrop_path": "/9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg", + * "credit_id": "5eee06639661fc00375d7f72", + * "department": "Production", + * "genre_ids": [ + * 18, + * 10752, + * 36 + * ], + * "id": 715931, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Emancipation", + * "overview": "Inspired by the gripping true story of a man who would do anything for his family—and for freedom. When Peter, an enslaved man, risks his life to escape and return to his family, he embarks on a perilous journey of love and endurance.", + * "popularity": 23.242, + * "poster_path": "/s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg", + * "release_date": "2022-12-02", + * "title": "Emancipation", + * "video": false, + * "vote_average": 7.8, + * "vote_count": 1130 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "601e26cb0929f6003ea8d238", + * "department": "Production", + * "genre_ids": [ + * 28, + * 53 + * ], + * "id": 698261, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Fast and Loose", + * "overview": "A man who wakes up in Tijuana after being left for dead with absolutely no memory. As he follows a string of clues to uncover his identity, he discovers that he’s been living two different lives: one as a super-successful crime kingpin, surrounded by beautiful women, expensive toys and a lavish lifestyle, and the other as an undercover CIA agent, but with a puny salary, no family or home life whatsoever and zero trappings of success. The problem is, he can’t remember which of these two personas is his true identity.", + * "popularity": 1.465, + * "poster_path": null, + * "release_date": "", + * "title": "Fast and Loose", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "66d8af138f73fe939d1abb9d", + * "department": "Production", + * "genre_ids": [], + * "id": 1244949, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Sugar Bandits", + * "overview": "Based on the Chuck Hogan book “Devils in Exile,” the thriller centres on an Iraq War veteran who teams up with a crew of fellow vets to target the drug trade in Boston.", + * "popularity": 0.936, + * "poster_path": null, + * "release_date": "", + * "title": "Sugar Bandits", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "66ec5f173d29e1389646c456", + * "department": "Production", + * "genre_ids": [], + * "id": 1358854, + * "job": "Producer", + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Untitled Queen Latifah Biopic", + * "overview": "A Hip Hop biopic about the rise of the iconic artist, Queen Latifah.", + * "popularity": 1.682, + * "poster_path": null, + * "release_date": "", + * "title": "Untitled Queen Latifah Biopic", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/l6RgKNzSlGQmCNDDqshk5qszQlA.jpg", + * "credit_id": "52570ce219c29571140186c5", + * "department": "Directing", + * "episode_count": 1, + * "first_air_date": "2003-09-16", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1566, + * "job": "Director", + * "media_type": "tv", + * "name": "All of Us", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "All of Us", + * "overview": "Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex.", + * "popularity": 28.535, + * "poster_path": "/fQKE9RE2U0EWiFT8f3FVaowokyk.jpg", + * "vote_average": 7.354, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": "/xACZqtfxTYftZvB70ZnZtAjq820.jpg", + * "credit_id": "52582d72760ee36aaa8a5e32", + * "department": "Production", + * "episode_count": 2, + * "first_air_date": "2000-02-05", + * "genre_ids": [], + * "id": 13992, + * "job": "Producer", + * "media_type": "tv", + * "name": "The Queen Latifah Show", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Queen Latifah Show", + * "overview": "The First iteration (1999-2001) was described as the \"Dear Abby for the Hip-Hop Generation\", with the series covering various topics and including interviews with celebrities and non-celebrities alike. The Second iteration (2013-2015) featured celebrity interviews, human interest stories, musical performances, and Queen Latifah's take on pop culture news. Latifah also ventured into communities across the country to share compelling stories, celebrate individuals who give back to their communities and delivers life-changing surprises.\n\nPreviously, a talk show with the exact same title aired from 1999 to 2001; however, the second iteration is not a revival of this older syndicated television production. Telepictures (1999-2001) / Sony Pictures Television (2013-205) with Flavor Unit and Overbrook.", + * "popularity": 7.841, + * "poster_path": "/cGFOMyTM4DRXeBVCRUV8EGnJ8iq.jpg", + * "vote_average": 3.5, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": "/uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg", + * "credit_id": "5867ea6bc3a3680f580008c8", + * "department": "Production", + * "episode_count": 24, + * "first_air_date": "1990-09-10", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1892, + * "job": "Executive Producer", + * "media_type": "tv", + * "name": "The Fresh Prince of Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Fresh Prince of Bel-Air", + * "overview": "Will, a street-smart teenager, moves from the tough streets of West Philly to posh Bel-Air to live with his Uncle Philip, Aunt Vivian, his cousins — spoiled Hilary, preppy Carlton and young Ashley — and their sophisticated British butler, Geoffrey. Though Will’s antics and upbringing contrast greatly with the upper-class lifestyle of his extended relatives, he soon finds himself right at home as a loved part of the family.", + * "popularity": 75.033, + * "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + * "vote_average": 7.936, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg", + * "credit_id": "58719074925141356900f793", + * "department": "Writing", + * "episode_count": 1, + * "first_air_date": "1990-09-10", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1892, + * "job": "Story", + * "media_type": "tv", + * "name": "The Fresh Prince of Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Fresh Prince of Bel-Air", + * "overview": "Will, a street-smart teenager, moves from the tough streets of West Philly to posh Bel-Air to live with his Uncle Philip, Aunt Vivian, his cousins — spoiled Hilary, preppy Carlton and young Ashley — and their sophisticated British butler, Geoffrey. Though Will’s antics and upbringing contrast greatly with the upper-class lifestyle of his extended relatives, he soon finds himself right at home as a loved part of the family.", + * "popularity": 75.033, + * "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + * "vote_average": 7.936, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/l6RgKNzSlGQmCNDDqshk5qszQlA.jpg", + * "credit_id": "5caf4a9e9251412fb0221bd1", + * "department": "Production", + * "episode_count": 88, + * "first_air_date": "2003-09-16", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1566, + * "job": "Executive Producer", + * "media_type": "tv", + * "name": "All of Us", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "All of Us", + * "overview": "Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex.", + * "popularity": 28.535, + * "poster_path": "/fQKE9RE2U0EWiFT8f3FVaowokyk.jpg", + * "vote_average": 7.354, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": "/mygD13dQe2sTQ7EMEx065DB1qmD.jpg", + * "credit_id": "5d386e7703fa9e0012858ff7", + * "department": "Directing", + * "episode_count": 6, + * "first_air_date": "2019-02-27", + * "genre_ids": [ + * 10764, + * 99 + * ], + * "id": 87732, + * "job": "Director", + * "media_type": "tv", + * "name": "Will Smith's Bucket List", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Will Smith's Bucket List", + * "overview": "There aren’t many people in the world who have a bucket list quite like Will Smith. Now you can join him on his unbelievable adventure as he travels the globe, takes on insane challenges, overcomes obstacles and punches fear in the mouth!", + * "popularity": 8.492, + * "poster_path": "/8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg", + * "vote_average": 4.1, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg", + * "credit_id": "5f0c1aac93db9200344c46a6", + * "department": "Production", + * "episode_count": 30, + * "first_air_date": "2018-05-02", + * "genre_ids": [ + * 10759, + * 18, + * 35 + * ], + * "id": 77169, + * "job": "Executive Producer", + * "media_type": "tv", + * "name": "Cobra Kai", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Cobra Kai", + * "overview": "This Karate Kid sequel series picks up 30 years after the events of the 1984 All Valley Karate Tournament and finds Johnny Lawrence on the hunt for redemption by reopening the infamous Cobra Kai karate dojo. This reignites his old rivalry with the successful Daniel LaRusso, who has been working to maintain the balance in his life without mentor Mr. Miyagi.", + * "popularity": 587.088, + * "poster_path": "/6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg", + * "vote_average": 8.209, + * "vote_count": 6366 + * }, + * { + * "adult": false, + * "backdrop_path": "/zHdQ6yaqDf3OQO5uhr0auAgwK6O.jpg", + * "credit_id": "5f57f633197de400395b5258", + * "department": "Production", + * "episode_count": 30, + * "first_air_date": "2022-02-13", + * "genre_ids": [ + * 18 + * ], + * "id": 107365, + * "job": "Executive Producer", + * "media_type": "tv", + * "name": "Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Bel-Air", + * "overview": "The journey of a book smart teen whose life is forever transformed when he moves from the streets of west Philadelphia to live with his relatives in one of LA’s wealthiest suburbs.", + * "popularity": 51.067, + * "poster_path": "/j8tbXWXrL15RucA6H4khq87dEXa.jpg", + * "vote_average": 7.9, + * "vote_count": 222 + * }, + * { + * "adult": false, + * "backdrop_path": "/lfedcBcQRHFtvIlePwLaZvvJHHl.jpg", + * "credit_id": "5f7fd1e9d11e0e0037c2e90e", + * "department": "Production", + * "episode_count": 6, + * "first_air_date": "2022-01-06", + * "genre_ids": [ + * 18 + * ], + * "id": 111263, + * "job": "Executive Producer", + * "media_type": "tv", + * "name": "Women of the Movement", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Women of the Movement", + * "overview": "A limited series focusing on Mamie Till Mobley, who devoted her life to seeking justice for her son Emmett Till following his brutal murder in the Jim Crow South.", + * "popularity": 10.619, + * "poster_path": "/pL9prhQYEPKoNOniVJcJjEaozdY.jpg", + * "vote_average": 7.5, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/dVTyx2n13PvEG44iH40DdaNym2A.jpg", + * "credit_id": "606ddcf43c887d004093ed2a", + * "department": "Production", + * "episode_count": 6, + * "first_air_date": "2021-02-17", + * "genre_ids": [ + * 99, + * 10763, + * 10768 + * ], + * "id": 118043, + * "job": "Executive Producer", + * "media_type": "tv", + * "name": "Amend: The Fight for America", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Amend: The Fight for America", + * "overview": "When the United States of America was founded, the ideals of freedom and equality did not apply to all people. These are the stories of the brave Americans who fought to right the nation’s wrongs and enshrine the values we hold most dear into the Constitution — with liberty and justice for all.", + * "popularity": 12.082, + * "poster_path": "/uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg", + * "vote_average": 7.079, + * "vote_count": 164 + * }, + * { + * "adult": false, + * "backdrop_path": "/eAvMLFaY0GpgqkcdiAsjzxbK0C9.jpg", + * "credit_id": "619bcf8ee2ff32006595e8aa", + * "department": "Production", + * "episode_count": 3, + * "first_air_date": "2022-02-19", + * "genre_ids": [ + * 10764, + * 10767 + * ], + * "id": 138763, + * "job": "Producer", + * "media_type": "tv", + * "name": "Off Thee Leash", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Off Thee Leash", + * "overview": "Who let the dogs out? Megan Thee Stallion, and she's teaming up with Snapchat for a new pet series called Off Thee Leash.", + * "popularity": 1.516, + * "poster_path": "/oxtDZZnMRlmWriiE2pQWWoHO8VV.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "6201548c1e92256135a14a02", + * "department": "Production", + * "episode_count": 1, + * "first_air_date": "", + * "genre_ids": [ + * 99 + * ], + * "id": 157194, + * "job": "Producer", + * "media_type": "tv", + * "name": "Pole to Pole", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Pole to Pole", + * "overview": "A series that will see the King Richard star cover 26,000 miles from the South Pole to the North Pole. It comes from Smith’s Westbrook Studios, Jane Root’s Nutopia and Aronofsky’s Protoza.", + * "popularity": 1.63, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "6201549100508a00deda9fb3", + * "department": "Production", + * "episode_count": 1, + * "first_air_date": "", + * "genre_ids": [ + * 99 + * ], + * "id": 157194, + * "job": "Executive Producer", + * "media_type": "tv", + * "name": "Pole to Pole", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Pole to Pole", + * "overview": "A series that will see the King Richard star cover 26,000 miles from the South Pole to the North Pole. It comes from Smith’s Westbrook Studios, Jane Root’s Nutopia and Aronofsky’s Protoza.", + * "popularity": 1.63, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg", + * "credit_id": "631c9b3cd399e6008485baff", + * "department": "Production", + * "episode_count": 50, + * "first_air_date": "2018-05-02", + * "genre_ids": [ + * 10759, + * 18, + * 35 + * ], + * "id": 77169, + * "job": "Producer", + * "media_type": "tv", + * "name": "Cobra Kai", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Cobra Kai", + * "overview": "This Karate Kid sequel series picks up 30 years after the events of the 1984 All Valley Karate Tournament and finds Johnny Lawrence on the hunt for redemption by reopening the infamous Cobra Kai karate dojo. This reignites his old rivalry with the successful Daniel LaRusso, who has been working to maintain the balance in his life without mentor Mr. Miyagi.", + * "popularity": 587.088, + * "poster_path": "/6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg", + * "vote_average": 8.209, + * "vote_count": 6366 + * }, + * { + * "adult": false, + * "backdrop_path": "/uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg", + * "credit_id": "647ac651e323f300c429b8fe", + * "department": "Sound", + * "episode_count": 148, + * "first_air_date": "1990-09-10", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1892, + * "job": "Theme Song Performance", + * "media_type": "tv", + * "name": "The Fresh Prince of Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Fresh Prince of Bel-Air", + * "overview": "Will, a street-smart teenager, moves from the tough streets of West Philly to posh Bel-Air to live with his Uncle Philip, Aunt Vivian, his cousins — spoiled Hilary, preppy Carlton and young Ashley — and their sophisticated British butler, Geoffrey. Though Will’s antics and upbringing contrast greatly with the upper-class lifestyle of his extended relatives, he soon finds himself right at home as a loved part of the family.", + * "popularity": 75.033, + * "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + * "vote_average": 7.936, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/l6RgKNzSlGQmCNDDqshk5qszQlA.jpg", + * "credit_id": "52570ce819c2957114018be3", + * "department": "Creator", + * "first_air_date": "2003-09-16", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1566, + * "job": "Creator", + * "media_type": "tv", + * "name": "All of Us", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "All of Us", + * "overview": "Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex.", + * "popularity": 28.535, + * "poster_path": "/fQKE9RE2U0EWiFT8f3FVaowokyk.jpg", + * "vote_average": 7.354, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5258e8f4760ee3466186a080", + * "department": "Creator", + * "first_air_date": "", + * "genre_ids": [], + * "id": 37428, + * "job": "Creator", + * "media_type": "tv", + * "name": "Almost", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Almost", + * "overview": "", + * "popularity": 0.935, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/mygD13dQe2sTQ7EMEx065DB1qmD.jpg", + * "credit_id": "5c9751379251416b33f4c500", + * "department": "Creator", + * "first_air_date": "2019-02-27", + * "genre_ids": [ + * 10764, + * 99 + * ], + * "id": 87732, + * "job": "Creator", + * "media_type": "tv", + * "name": "Will Smith's Bucket List", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Will Smith's Bucket List", + * "overview": "There aren’t many people in the world who have a bucket list quite like Will Smith. Now you can join him on his unbelievable adventure as he travels the globe, takes on insane challenges, overcomes obstacles and punches fear in the mouth!", + * "popularity": 8.492, + * "poster_path": "/8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg", + * "vote_average": 4.1, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "617f92e8e93e95002b35f367", + * "department": "Creator", + * "first_air_date": "2021-11-08", + * "genre_ids": [ + * 99 + * ], + * "id": 137684, + * "job": "Creator", + * "media_type": "tv", + * "name": "Best Shape of My Life", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Best Shape of My Life", + * "overview": "Will Smith teams up with guests and undergoes a fitness challenge.", + * "popularity": 2.732, + * "poster_path": "/hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg", + * "vote_average": 4, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "63f64a458c22c0008c50a693", + * "department": "Creator", + * "first_air_date": "2022-03-21", + * "genre_ids": [ + * 10762 + * ], + * "id": 203054, + * "job": "Creator", + * "media_type": "tv", + * "name": "Las Aventuras de Giga Doki", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Las Aventuras de Giga Doki", + * "overview": "", + * "popularity": 2.858, + * "poster_path": "/q23cxXSwBZLucKac1lRFPGsCRtj.jpg", + * "vote_average": 2, + * "vote_count": 1 + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg */ + backdrop_path?: string | null; + /** @example 52fe42f3c3a36847f802f1bd */ + credit_id?: string; + /** @example Production */ + department?: string; + /** @example 1 */ + episode_count?: number; + /** @example 2003-09-16 */ + first_air_date?: string; + /** @example [ + * 18 + * ] */ + genre_ids?: number[]; + /** @example 1402 */ + id?: number; + /** @example Producer */ + job?: string; + /** @example movie */ + media_type?: string; + /** @example All of Us */ + name?: string; + /** @example [ + * "US" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example All of Us */ + original_name?: string; + /** @example The Pursuit of Happyness */ + original_title?: string; + /** @example A struggling salesman takes custody of his son as he's poised to begin a life-changing professional career. */ + overview?: string; + /** @example 65.281 */ + popularity?: number; + /** @example /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg */ + poster_path?: string | null; + /** @example 2006-12-14 */ + release_date?: string; + /** @example The Pursuit of Happyness */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 7.9 */ + vote_average?: number; + /** @example 9888 */ + vote_count?: number; + }[]; + /** @example 2888 */ + id?: number; + }; + }; + }; + }; + }; + externalIds1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description external ids */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example WillSmith */ + facebook_id?: string; + /** @example /en/will_smith */ + freebase_id?: string; + /** @example /m/0147dk */ + freebase_mid?: string; + /** @example 2888 */ + id?: number; + /** @example nm0000226 */ + imdb_id?: string; + /** @example willsmith */ + instagram_id?: string; + /** @example willsmith */ + tiktok_id?: string; + /** @example 9542 */ + tvrage_id?: number; + /** @example */ + twitter_id?: string; + /** @example Q40096 */ + wikidata_id?: string; + /** @example WillSmith */ + youtube_id?: string; + }; + }; + }; + }; + }; + images4: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 2888 */ + id?: number; + /** @example [ + * { + * "aspect_ratio": 0.667, + * "file_path": "/1QqaRZ8neYlqLx7ODZC4as47wUV.jpg", + * "height": 750, + * "iso_639_1": null, + * "vote_average": 4.97, + * "vote_count": 17, + * "width": 500 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zCrnERhs0L8FNK6xz4f5wWp0pKK.jpg", + * "height": 1440, + * "iso_639_1": null, + * "vote_average": 3.666, + * "vote_count": 12, + * "width": 960 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8TlKqbXYgHmmaEoPBJ7djJ8Rxxa.jpg", + * "height": 900, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 600 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8Hbr3ndKeGX8OjSW1SjUbJpbfzh.jpg", + * "height": 1500, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/aTocGs4c3LJ7ssyHeEJhgApe6Ze.jpg", + * "height": 900, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 600 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/9QD9DvQUF5t8ZVKpeoW4k2sFZ4D.jpg", + * "height": 1436, + * "iso_639_1": null, + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 957 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2LcX9u5DDo6TtKy109EcQFDe9l5.jpg", + * "height": 1920, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/j1VdmftAir0hdeWKadDuIpfmWFd.jpg", + * "height": 1920, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/f16q1fWtsLQVmRx7udUsMmOz5aH.jpg", + * "height": 1920, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5vtHreCntxLx5uC36ZA5ZXwfTjL.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tSk3lEhp0Zvy10CLsBbpnWKquPa.jpg", + * "height": 900, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 600 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/saBHS2uYUVKZSwAuXpD2PlCWMxx.jpg", + * "height": 1920, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dSiL2fC8sCl1L9ftF7VyefRY64k.jpg", + * "height": 1920, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.665, + * "file_path": "/rJEsL66Vf09rB9BKBnvv5oz6H5x.jpg", + * "height": 562, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 374 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/4NojiAh3CUoNnb8Y5lF8ewpaDLS.jpg", + * "height": 530, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 353 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/sT7rZg3elM9f8nO8fIotTywLmac.jpg", + * "height": 2449, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1633 + * }, + * { + * "aspect_ratio": 0.671, + * "file_path": "/bZ8ZecqWsfMKwyt1iWitp8SCvhp.jpg", + * "height": 1203, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 807 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2TOjaN8SFNXp39WdHO517v6ar1V.jpg", + * "height": 750, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 500 + * } + * ] */ + profiles?: { + /** @example 0.667 */ + aspect_ratio?: number; + /** @example /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg */ + file_path?: string; + /** @example 750 */ + height?: number; + /** @example null */ + iso_639_1?: unknown; + /** @example 4.97 */ + vote_average?: number; + /** @example 17 */ + vote_count?: number; + /** @example 500 */ + width?: number; + }[]; + }; + }; + }; + }; + }; + latest1: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description latest */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example false */ + adult?: boolean; + /** @example [] */ + also_known_as?: unknown[]; + /** @example */ + biography?: string; + /** @example null */ + birthday?: unknown; + /** @example null */ + deathday?: unknown; + /** @example 0 */ + gender?: number; + /** @example null */ + homepage?: unknown; + /** @example 5160396 */ + id?: number; + /** @example null */ + imdb_id?: unknown; + /** @example Visual Effects */ + known_for_department?: string; + /** @example Manfred Gärtner */ + name?: string; + /** @example null */ + place_of_birth?: unknown; + /** @example 0 */ + popularity?: number; + /** @example null */ + profile_path?: unknown; + }; + }; + }; + }; + }; + movieCredits: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movie credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/jpFcZH2eyh6gcoxCa637TrGe4bT.jpg", + * "character": "Del Spooner", + * "credit_id": "52fe4330c3a36847f8041063", + * "genre_ids": [ + * 28, + * 878 + * ], + * "id": 2048, + * "order": 0, + * "original_language": "en", + * "original_title": "I, Robot", + * "overview": "In 2035, where robots are commonplace and abide by the three laws of robotics, a technophobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger.", + * "popularity": 43.332, + * "poster_path": "/efwv6F2lGaghjPpBRSINHtoEiZB.jpg", + * "release_date": "2004-07-15", + * "title": "I, Robot", + * "video": false, + * "vote_average": 6.953, + * "vote_count": 11796 + * }, + * { + * "adult": false, + * "backdrop_path": "/5jhG1lTgV0MS6tDkBMQSSitttTT.jpg", + * "character": "Chris Gardner", + * "credit_id": "52fe42f3c3a36847f802f1eb", + * "genre_ids": [ + * 18 + * ], + * "id": 1402, + * "order": 0, + * "original_language": "en", + * "original_title": "The Pursuit of Happyness", + * "overview": "A struggling salesman takes custody of his son as he's poised to begin a life-changing professional career.", + * "popularity": 65.281, + * "poster_path": "/lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg", + * "release_date": "2006-12-14", + * "title": "The Pursuit of Happyness", + * "video": false, + * "vote_average": 7.9, + * "vote_count": 9888 + * }, + * { + * "adult": false, + * "backdrop_path": "/uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg", + * "character": "Capt. Steven Hiller", + * "credit_id": "52fe425bc3a36847f8017f8b", + * "genre_ids": [ + * 28, + * 12, + * 878 + * ], + * "id": 602, + * "order": 0, + * "original_language": "en", + * "original_title": "Independence Day", + * "overview": "Strange phenomena surface around the globe. The skies ignite. Terror races through the world's major cities. As these extraordinary events unfold, it becomes increasingly clear that a force of incredible magnitude has arrived. Its mission: total annihilation over the Fourth of July weekend. The last hope to stop the destruction is an unlikely group of people united by fate and unimaginable circumstances.", + * "popularity": 52.44, + * "poster_path": "/p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg", + * "release_date": "1996-06-25", + * "title": "Independence Day", + * "video": false, + * "vote_average": 6.89, + * "vote_count": 9589 + * }, + * { + * "adult": false, + * "backdrop_path": "/1GJvBE7UWU1WOVi0XREl4JQc7f8.jpg", + * "character": "Jay", + * "credit_id": "52fe425dc3a36847f80187cb", + * "genre_ids": [ + * 28, + * 12, + * 35, + * 878 + * ], + * "id": 607, + * "order": 1, + * "original_language": "en", + * "original_title": "Men in Black", + * "overview": "After a police chase with an otherworldly being, a New York City cop is recruited as an agent in a top-secret organization established to monitor and police alien activity on Earth: the Men in Black. Agent K and new recruit Agent J find themselves in the middle of a deadly plot by an intergalactic terrorist who has arrived on Earth to assassinate two ambassadors from opposing galaxies.", + * "popularity": 50.124, + * "poster_path": "/uLOmOF5IzWoyrgIF5MfUnh5pa1X.jpg", + * "release_date": "1997-07-02", + * "title": "Men in Black", + * "video": false, + * "vote_average": 7.203, + * "vote_count": 13787 + * }, + * { + * "adult": false, + * "backdrop_path": "/o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg", + * "character": "Jay", + * "credit_id": "52fe425dc3a36847f8018905", + * "genre_ids": [ + * 28, + * 35, + * 878 + * ], + * "id": 608, + * "order": 1, + * "original_language": "en", + * "original_title": "Men in Black II", + * "overview": "Kay and Jay reunite to provide our best, last and only line of defense against a sinister seductress who levels the toughest challenge yet to the MIB's untarnished mission statement – protecting Earth from the scum of the universe. It's been four years since the alien-seeking agents averted an intergalactic disaster of epic proportions. Now it's a race against the clock as Jay must convince Kay – who not only has absolutely no memory of his time spent with the MIB, but is also the only living person left with the expertise to save the galaxy – to reunite with the MIB before the earth submits to ultimate destruction.", + * "popularity": 35.639, + * "poster_path": "/enA22EPyzc2WQ1VVyY7zxresQQr.jpg", + * "release_date": "2002-07-03", + * "title": "Men in Black II", + * "video": false, + * "vote_average": 6.372, + * "vote_count": 9923 + * }, + * { + * "adult": false, + * "backdrop_path": "/7ZmZxar3bYORcl0TPA4oceyxcaE.jpg", + * "character": "Oscar (voice)", + * "credit_id": "52fe43879251416c75013e51", + * "genre_ids": [ + * 16, + * 28, + * 35, + * 10751 + * ], + * "id": 10555, + * "order": 0, + * "original_language": "en", + * "original_title": "Shark Tale", + * "overview": "Oscar is a small fish whose big aspirations often get him into trouble. Meanwhile, Lenny is a great white shark with a surprising secret that no sea creature would guess: He's a vegetarian. When a lie turns Oscar into an improbable hero and Lenny becomes an outcast, the two form an unlikely friendship.", + * "popularity": 45.234, + * "poster_path": "/r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg", + * "release_date": "2004-09-20", + * "title": "Shark Tale", + * "video": false, + * "vote_average": 6.026, + * "vote_count": 6336 + * }, + * { + * "adult": false, + * "backdrop_path": "/bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg", + * "character": "Bagger Vance", + * "credit_id": "52fe43e7c3a36847f80776ed", + * "genre_ids": [ + * 18, + * 14 + * ], + * "id": 4958, + * "order": 1, + * "original_language": "en", + * "original_title": "The Legend of Bagger Vance", + * "overview": "World War I has left golfer Rannulph Junuh a poker-playing alcoholic, his perfect swing gone. Now, however, he needs to get it back to play in a tournament to save the financially ravaged golf course of a long-ago sweetheart. Help arrives in the form of mysterious caddy Bagger Vance.", + * "popularity": 12.032, + * "poster_path": "/fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg", + * "release_date": "2000-11-02", + * "title": "The Legend of Bagger Vance", + * "video": false, + * "vote_average": 6.578, + * "vote_count": 898 + * }, + * { + * "adult": false, + * "backdrop_path": "/nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg", + * "character": "Robert Neville", + * "credit_id": "52fe4455c3a36847f808fc19", + * "genre_ids": [ + * 18, + * 878, + * 53 + * ], + * "id": 6479, + * "order": 0, + * "original_language": "en", + * "original_title": "I Am Legend", + * "overview": "Robert Neville is a scientist who was unable to stop the spread of the terrible virus that was incurable and man-made. Immune, Neville is now the last human survivor in what is left of New York City and perhaps the world. For three years, Neville has faithfully sent out daily radio messages, desperate to find any other survivors who might be out there. But he is not alone.", + * "popularity": 80.993, + * "poster_path": "/iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg", + * "release_date": "2007-12-12", + * "title": "I Am Legend", + * "video": false, + * "vote_average": 7.208, + * "vote_count": 15754 + * }, + * { + * "adult": false, + * "backdrop_path": "/mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg", + * "character": "Ben", + * "credit_id": "52fe44259251416c7502a685", + * "genre_ids": [ + * 18 + * ], + * "id": 11321, + * "order": 0, + * "original_language": "en", + * "original_title": "Seven Pounds", + * "overview": "An IRS agent with a fateful secret embarks on an extraordinary journey of redemption by forever changing the lives of seven strangers.", + * "popularity": 22.971, + * "poster_path": "/85zUipgVy2QbvAJ6djZXYaGckMv.jpg", + * "release_date": "2008-12-18", + * "title": "Seven Pounds", + * "video": false, + * "vote_average": 7.609, + * "vote_count": 6773 + * }, + * { + * "adult": false, + * "backdrop_path": "/dYHAIKsRZ7959Yf6tUM55xjV711.jpg", + * "character": "Paul", + * "credit_id": "52fe4462c3a368484e020081", + * "genre_ids": [ + * 9648, + * 18, + * 35 + * ], + * "id": 23210, + * "order": 1, + * "original_language": "en", + * "original_title": "Six Degrees of Separation", + * "overview": "The story of a young, gay, black, con artist who, posing as the son of Sidney Poitier, cunningly maneuvers his way into the lives of a white, upper-class New York family.", + * "popularity": 11.912, + * "poster_path": "/oH0bl69uZZA6dAclgFRkm1Vwcry.jpg", + * "release_date": "1993-12-08", + * "title": "Six Degrees of Separation", + * "video": false, + * "vote_average": 6.4, + * "vote_count": 323 + * }, + * { + * "adult": false, + * "backdrop_path": "/gVtm7G5NtQxjFNA5ydqxslxjCuk.jpg", + * "character": "Muhammad Ali / Cassius Clay", + * "credit_id": "52fe44adc3a36847f80a3d47", + * "genre_ids": [ + * 18 + * ], + * "id": 8489, + * "order": 0, + * "original_language": "en", + * "original_title": "Ali", + * "overview": "In 1964, a brash, new pro boxer, fresh from his Olympic gold medal victory, explodes onto the scene: Cassius Clay. Bold and outspoken, he cuts an entirely new image for African Americans in sport with his proud public self-confidence and his unapologetic belief that he is the greatest boxer of all time. Yet at the top of his game, both Ali's personal and professional lives face the ultimate test.", + * "popularity": 14.244, + * "poster_path": "/hBE9VTgwmHbIBkJ0uxrnmqJOpkm.jpg", + * "release_date": "2001-12-10", + * "title": "Ali", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 1712 + * }, + * { + * "adult": false, + * "backdrop_path": "/wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg", + * "character": "Alex 'Hitch' Hitchens", + * "credit_id": "52fe44adc3a36847f80a3c4f", + * "genre_ids": [ + * 35, + * 18, + * 10749 + * ], + * "id": 8488, + * "order": 0, + * "original_language": "en", + * "original_title": "Hitch", + * "overview": "Dating coach Alex 'Hitch' Hitchens mentors a bumbling client, Albert, who hopes to win the heart of the glamorous Allegra Cole. While Albert makes progress, Hitch faces his own romantic setbacks when proven techniques fail to work on Sara Melas, a tabloid reporter digging for dirt on Allegra Cole's love life. When Sara discovers Hitch's connection to Albert – now Allegra's boyfriend – it threatens to destroy both relationships.", + * "popularity": 34.865, + * "poster_path": "/x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg", + * "release_date": "2005-02-11", + * "title": "Hitch", + * "video": false, + * "vote_average": 6.564, + * "vote_count": 5779 + * }, + * { + * "adult": false, + * "backdrop_path": "/3mNbtT2MWJPmQWYrUXvxFYNuz5j.jpg", + * "character": "Capt. James West", + * "credit_id": "52fe44adc3a36847f80a3bdb", + * "genre_ids": [ + * 28, + * 12, + * 35, + * 878, + * 37 + * ], + * "id": 8487, + * "order": 0, + * "original_language": "en", + * "original_title": "Wild Wild West", + * "overview": "Legless Southern inventor Dr. Arliss Loveless plans to rekindle the Civil War by assassinating President U.S. Grant. Only two men can stop him: gunfighter James West and master-of-disguise and inventor Artemus Gordon. The two must team up to thwart Loveless' plans.", + * "popularity": 21.53, + * "poster_path": "/3C5cZnIwQ6Wj4qGFKv0BBjimWro.jpg", + * "release_date": "1999-06-30", + * "title": "Wild Wild West", + * "video": false, + * "vote_average": 5.324, + * "vote_count": 3311 + * }, + * { + * "adult": false, + * "backdrop_path": "/oHtK1ExsXr9trwueDdgFJmlrKJV.jpg", + * "character": "Self", + * "credit_id": "6174c889b6c264002a69b827", + * "genre_ids": [ + * 99 + * ], + * "id": 795625, + * "order": 3, + * "original_language": "en", + * "original_title": "Lily Topples The World", + * "overview": "Follow 20-year-old Lily Hevesh — the world’s greatest domino toppler and the only woman in her field — in a coming-of-age story of artistry, passion, and unlikely triumph.", + * "popularity": 1.214, + * "poster_path": "/dgxLTkwTPo8a8EDKcLgpiSDn0zF.jpg", + * "release_date": "2021-03-16", + * "title": "Lily Topples The World", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/gFsBGyMJezO1wMRmEjBX8YEh0Mc.jpg", + * "character": "Tea Cake Walters", + * "credit_id": "52fe44ba9251416c7503ed09", + * "genre_ids": [ + * 35 + * ], + * "id": 12121, + * "order": 2, + * "original_language": "en", + * "original_title": "Made in America", + * "overview": "A young black woman discovers that her father was a sperm donor, and if that wasn't bad enough, he's white.", + * "popularity": 9.487, + * "poster_path": "/2frB553lKEm1q4dds5PUqLNQA3z.jpg", + * "release_date": "1993-01-06", + * "title": "Made in America", + * "video": false, + * "vote_average": 5.5, + * "vote_count": 357 + * }, + * { + * "adult": false, + * "backdrop_path": "/qndvrOXGyoOxkhc12SqfLi9Hr31.jpg", + * "character": "John Hancock", + * "credit_id": "52fe44cbc3a36847f80aa55d", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 8960, + * "order": 0, + * "original_language": "en", + * "original_title": "Hancock", + * "overview": "Hancock is a down-and-out superhero who's forced to employ a PR expert to help repair his image when the public grows weary of all the damage he's inflicted during his lifesaving heroics. The agent's idea of imprisoning the antihero to make the world miss him proves successful, but will Hancock stick to his new sense of purpose or slip back into old habits?", + * "popularity": 38.95, + * "poster_path": "/7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg", + * "release_date": "2008-07-01", + * "title": "Hancock", + * "video": false, + * "vote_average": 6.347, + * "vote_count": 9589 + * }, + * { + * "adult": false, + * "backdrop_path": "/gxSVZCUlDd8upT1G2wdrUdz2hxG.jpg", + * "character": "Detective Mike Lowrey", + * "credit_id": "52fe44cbc3a36847f80aa747", + * "genre_ids": [ + * 28, + * 80, + * 35 + * ], + * "id": 8961, + * "order": 1, + * "original_language": "en", + * "original_title": "Bad Boys II", + * "overview": "Detectives Marcus Burnett and Mike Lowrey of the Miami Narcotics Task Force are tasked with stopping the flow of the drug Ecstasy into Miami. They track the drugs to the whacked-out Cuban drug lord Johnny Tapia, who is also involved in a bloody war with Russian and Haitian mobsters. If that isn't bad enough, there's tension between the two detectives when Marcus discovers that playboy Mike is secretly romancing Marcus’ sister, Syd.", + * "popularity": 51.272, + * "poster_path": "/yCvB5fG5aEPqa1St7ihY6KEAsHD.jpg", + * "release_date": "2003-07-18", + * "title": "Bad Boys II", + * "video": false, + * "vote_average": 6.6, + * "vote_count": 5485 + * }, + * { + * "adult": false, + * "backdrop_path": "/zuxSfx7ZNzBsXE0f0lSGrfRB01e.jpg", + * "character": "Will Smith", + * "credit_id": "52fe4507c3a36847f80b8013", + * "genre_ids": [ + * 35, + * 10749, + * 18 + * ], + * "id": 9541, + * "order": 8, + * "original_language": "en", + * "original_title": "Jersey Girl", + * "overview": "Ollie Trinke is a young, suave music publicist who seems to have it all, with a new wife and a baby on the way. But life deals him a bum hand when he's suddenly faced with single fatherhood, a defunct career and having to move in with his father. To bounce back, it takes a new love and the courage instilled in him by his daughter.", + * "popularity": 13.651, + * "poster_path": "/nMmMWoSooR6QmCjdT0AvZardof1.jpg", + * "release_date": "2004-03-25", + * "title": "Jersey Girl", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 1033 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "6401109c9f1be70086a02479", + * "genre_ids": [ + * 99 + * ], + * "id": 1094280, + * "order": 1, + * "original_language": "en", + * "original_title": "Putting The Boom & Bang in 'Bad Boys'", + * "overview": "Bad Boys featurette.", + * "popularity": 2.062, + * "poster_path": "/zT1TtogGgcrQBZAofjp37s24Vui.jpg", + * "release_date": "2000-06-27", + * "title": "Putting The Boom & Bang in 'Bad Boys'", + * "video": false, + * "vote_average": 6, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/lPLTLCBn39Wiy1RPQLB9xOKyF2v.jpg", + * "character": "Robert Clayton Dean", + * "credit_id": "52fe452fc3a36847f80c0f93", + * "genre_ids": [ + * 28, + * 18, + * 53 + * ], + * "id": 9798, + * "order": 0, + * "original_language": "en", + * "original_title": "Enemy of the State", + * "overview": "When the videotape of the murder of a congressman unknowingly ends up in the hands of labor lawyer and dedicated family man Robert Clayton Dean, he is framed for the murder. With the help of the mysterious Brill, Dean attempts to throw the NSA off his trail and prove his innocence.", + * "popularity": 24.51, + * "poster_path": "/x9pXrMKLsBGGOFyyZ0Gwt9YpVub.jpg", + * "release_date": "1998-11-20", + * "title": "Enemy of the State", + * "video": false, + * "vote_average": 7.044, + * "vote_count": 3830 + * }, + * { + * "adult": false, + * "backdrop_path": "/5AhpUb8CAP0jZ4Wrn7AsRUYjZxB.jpg", + * "character": "Agent J", + * "credit_id": "52fe45b7c3a36847f80d6875", + * "genre_ids": [ + * 28, + * 35, + * 878 + * ], + * "id": 41154, + * "order": 0, + * "original_language": "en", + * "original_title": "Men in Black 3", + * "overview": "Agents J and K are back...in time. J has seen some inexplicable things in his 15 years with the Men in Black, but nothing, not even aliens, perplexes him as much as his wry, reticent partner. But when K's life and the fate of the planet are put at stake, Agent J will have to travel back in time to put things right. J discovers that there are secrets to the universe that K never told him - secrets that will reveal themselves as he teams up with the young Agent K to save his partner, the agency, and the future of humankind.", + * "popularity": 33.904, + * "poster_path": "/90DdoEStzeObs96fsYf4GG544iN.jpg", + * "release_date": "2012-05-23", + * "title": "Men in Black 3", + * "video": false, + * "vote_average": 6.525, + * "vote_count": 10309 + * }, + * { + * "adult": false, + * "backdrop_path": "/webc35UIXecNENTkM9mw7IgifKr.jpg", + * "character": "Fresh Prince", + * "credit_id": "64192591e004a6007be0153e", + * "genre_ids": [ + * 16, + * 10402 + * ], + * "id": 276109, + * "order": 0, + * "original_language": "en", + * "original_title": "The Chipmunks Rockin' Through The Decades", + * "overview": "A live-action/animated TV special featuring Alvin and the Chipmunks.", + * "popularity": 1.846, + * "poster_path": null, + * "release_date": "1990-12-09", + * "title": "The Chipmunks Rockin' Through The Decades", + * "video": false, + * "vote_average": 4, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Nicky Barnes", + * "credit_id": "619d82dfa410c80090ab2e70", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 903060, + * "order": 0, + * "original_language": "en", + * "original_title": "The Council", + * "overview": "The never-before told story of a crime syndicate consisting of seven African-American men who ruled Harlem in the 1970s and early 80s focusing on Nicky Barnes, dubbed \"Mr. Untouchable\" by the New York Times.", + * "popularity": 1.442, + * "poster_path": null, + * "release_date": "", + * "title": "The Council", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/wOLTJxfv98miIQcn0oNXq9fIgXM.jpg", + * "character": "Mike Lowrey", + * "credit_id": "644901856a22270474d17219", + * "genre_ids": [ + * 28, + * 35, + * 80, + * 53 + * ], + * "id": 9737, + * "order": 0, + * "original_language": "en", + * "original_title": "Bad Boys", + * "overview": "Marcus Burnett is a henpecked family man. Mike Lowrey is a footloose and fancy free ladies' man. Both Miami policemen, they have 72 hours to reclaim a consignment of drugs stolen from under their station's nose. To complicate matters, in order to get the assistance of the sole witness to a murder, they have to pretend to be each other.", + * "popularity": 48.299, + * "poster_path": "/qKiLKvJaT6rRmd3IBsoVV58luXH.jpg", + * "release_date": "1995-04-07", + * "title": "Bad Boys", + * "video": false, + * "vote_average": 6.817, + * "vote_count": 6398 + * }, + * { + * "adult": false, + * "backdrop_path": "/cYs9gkWP1Pk7nnQO33HOI1nb3ds.jpg", + * "character": "Self (archive footage)", + * "credit_id": "61e50e747d2bc1009fcf7f7c", + * "genre_ids": [ + * 10402, + * 99 + * ], + * "id": 904962, + * "order": 32, + * "original_language": "en", + * "original_title": "You're Watching Video Music Box", + * "overview": "The untold story of the world’s longest running video show, Video Music Box. A hip hop mainstay since 1983, VMB gave a platform to artists like Jay-Z, Nas and Mary J. Blige before they hit it big. Host Ralph McDaniels’ archives — amassed over nearly 40 years — reveal the show’s importance to numerous big-name musicians, as well as to the kids that grew up watching.", + * "popularity": 1.739, + * "poster_path": "/r0gtyJoM5dMPFdEMyT1EKMaQDCk.jpg", + * "release_date": "2021-12-03", + * "title": "You're Watching Video Music Box", + * "video": false, + * "vote_average": 6.4, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/958IEMxVqU3FFOdZll3PcFLoyef.jpg", + * "character": "Cypher Raige", + * "credit_id": "52fe486f9251416c9108c5db", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 82700, + * "order": 1, + * "original_language": "en", + * "original_title": "After Earth", + * "overview": "One thousand years after cataclysmic events forced humanity's escape from Earth, Nova Prime has become mankind's new home. Legendary General Cypher Raige returns from an extended tour of duty to his estranged family, ready to be a father to his 13-year-old son, Kitai. When an asteroid storm damages Cypher and Kitai's craft, they crash-land on a now unfamiliar and dangerous Earth. As his father lies dying in the cockpit, Kitai must trek across the hostile terrain to recover their rescue beacon. His whole life, Kitai has wanted nothing more than to be a soldier like his father. Today, he gets his chance.", + * "popularity": 29.428, + * "poster_path": "/iXMvYIlzzJBs352CfeiQcBvovZt.jpg", + * "release_date": "2013-05-30", + * "title": "After Earth", + * "video": false, + * "vote_average": 5.187, + * "vote_count": 6536 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Robert Neville", + * "credit_id": "62228e237719d7006dac569c", + * "genre_ids": [ + * 878, + * 53 + * ], + * "id": 945956, + * "order": 0, + * "original_language": "en", + * "original_title": "I Am Legend 2", + * "overview": "A sequel to the 2007 film I Am Legend.", + * "popularity": 23.965, + * "poster_path": "/hVe0x4ehQh6MfD4l9OW6h8aw111.jpg", + * "release_date": "", + * "title": "I Am Legend 2", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Blind Referee", + * "credit_id": "64a95eabb686b900edf8e984", + * "genre_ids": [ + * 18, + * 35 + * ], + * "id": 1149524, + * "order": 0, + * "original_language": "en", + * "original_title": "Blind Ref", + * "overview": "A blind man struggles to become a basketball referee.", + * "popularity": 1.267, + * "poster_path": "/8MA2bDjjImTOIodv9Lyr687PTha.jpg", + * "release_date": "2013-06-06", + * "title": "Blind Ref", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/IdrHHTC2QcrWUnEqshutR8L4vj.jpg", + * "character": "Judge", + * "credit_id": "52fe4c2ec3a368484e1ab62f", + * "genre_ids": [ + * 18, + * 14, + * 9648, + * 10749 + * ], + * "id": 137321, + * "order": 5, + * "original_language": "en", + * "original_title": "Winter's Tale", + * "overview": "A burglar falls for an heiress as she dies in his arms. When he learns that he has the gift of reincarnation, he sets out to save her.", + * "popularity": 12.852, + * "poster_path": "/dwDAUpidqVEql6w1o51VIPlMtbG.jpg", + * "release_date": "2014-02-13", + * "title": "Winter's Tale", + * "video": false, + * "vote_average": 6.266, + * "vote_count": 1334 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "65124a268e2ba600e4517cc1", + * "genre_ids": [ + * 99 + * ], + * "id": 587817, + * "order": 15, + * "original_language": "en", + * "original_title": "Pesel Ha'Zahav", + * "overview": "A behind-the-scenes look at the preparations for the live broadcast of the 69th Annual Academy Awards ceremony.", + * "popularity": 1.788, + * "poster_path": "/hD2xo96UYYwG1NJCbNDD29pXmCD.jpg", + * "release_date": "1998-01-01", + * "title": "Inside the Golden Statue", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/3WfSR7bLZQBMzTjwa9A9ohfblgT.jpg", + * "character": "Self (archive footage)", + * "credit_id": "6523e238ab5e3400c47d3fd7", + * "genre_ids": [ + * 99 + * ], + * "id": 1038495, + * "order": 25, + * "original_language": "en", + * "original_title": "Kids' TV: The Surprising Story", + * "overview": "Konnie Huq celebrates the very best of British children’s television, with a dazzling array of clips from some of the most treasured programmes ever made and revealing chats with some of TV’s most beloved stars. But Konnie also tells a perhaps more surprising story: of how kids’ TV has frequently been at the forefront of social change, in terms of the stories it tells and the people who get to tell them.", + * "popularity": 2.636, + * "poster_path": "/kuEcbIvW70o27cdUuuNTFwouigU.jpg", + * "release_date": "2022-10-26", + * "title": "Kids' TV: The Surprising Story", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/8B7ZCUeLsTqO72o0uVKMIQXSjOi.jpg", + * "character": "Genie / Mariner (archive footage)", + * "credit_id": "62ba30d468b766006174866d", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 512191, + * "order": 96, + * "original_language": "en", + * "original_title": "Howard", + * "overview": "Though legendary lyricist Howard Ashman died far too young, his impact on Broadway, movies, and the culture at large were incalculable. Told entirely through rare archival footage and interviews with Ashman’s family, friends, associates, and longtime partner Bill Lauch, Howard is an intimate tribute to a once-in-a-generation talent and a rousing celebration of musical storytelling itself.", + * "popularity": 5.917, + * "poster_path": "/kTMIYVGKeXsIcVumZvyapkhvQiY.jpg", + * "release_date": "2018-04-22", + * "title": "Howard", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 48 + * }, + * { + * "adult": false, + * "backdrop_path": "/e3dzlpDdqkVrxfw9gusYPjG5Vub.jpg", + * "character": "Nicky Spurgeon", + * "credit_id": "530789e0925141111100018d", + * "genre_ids": [ + * 10749, + * 35, + * 80 + * ], + * "id": 256591, + * "order": 0, + * "original_language": "en", + * "original_title": "Focus", + * "overview": "Nicky, an accomplished con artist, gets romantically involved with his disciple Jess but later ends their relationship. Years later, she returns as a femme fatale to spoil his plans.", + * "popularity": 32.29, + * "poster_path": "/j6YcokvYBLSRLBQ4LxeeY6B1Aso.jpg", + * "release_date": "2015-02-25", + * "title": "Focus", + * "video": false, + * "vote_average": 6.878, + * "vote_count": 7841 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self - Host (archive footage)", + * "credit_id": "62cd331ba9117f131cbd4088", + * "genre_ids": [ + * 99 + * ], + * "id": 999067, + * "order": 0, + * "original_language": "en", + * "original_title": "One Strange Rock", + * "overview": "A mind-bending, thrilling journey exploring the fragility and wonder of planet Earth, one of the most peculiar, unique places in the entire universe, brought to life by the only people to have left it behind – the world’s most well known and leading astronauts. This edit combined episodes one and ten to create a new movie.", + * "popularity": 1.81, + * "poster_path": "/2yKKKl9d1H5f3EjZrijpr8WOqQu.jpg", + * "release_date": "2022-07-10", + * "title": "One Strange Rock", + * "video": true, + * "vote_average": 5.7, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/c5Hub79rAGq7MtKrRNcr5Rfk3NM.jpg", + * "character": "Self", + * "credit_id": "658f14116611b46b9fa40ca4", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 746752, + * "order": 2, + * "original_language": "fr", + * "original_title": "Bigflo & Oli : Presque Trop", + * "overview": "Go backstage with French rap duo Bigflo & Oli in this intimate music documentary, then join the superstar siblings as they embark on a major tour.", + * "popularity": 3.744, + * "poster_path": "/heCJcnFHizhV286Y71W92f9mrBQ.jpg", + * "release_date": "2020-10-08", + * "title": "Bigflo & Oli: Hip Hop Frenzy", + * "video": false, + * "vote_average": 7, + * "vote_count": 70 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "6326378d8d22fc007a30eebc", + * "genre_ids": [ + * 35, + * 10402, + * 10770, + * 99 + * ], + * "id": 537745, + * "order": 134, + * "original_language": "en", + * "original_title": "Night of 100 Stars III", + * "overview": "A celebrity benefit for The Actors' Fund of America, featuring music, songs, dance and comedy.", + * "popularity": 1.523, + * "poster_path": "/886JJFF8s2z3x5txGkaVRnmeMU9.jpg", + * "release_date": "1990-05-21", + * "title": "Night of 100 Stars III", + * "video": false, + * "vote_average": 4, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg", + * "character": "Floyd Lawton / Deadshot", + * "credit_id": "547ebbec92514124aa000a6d", + * "genre_ids": [ + * 28, + * 12, + * 14 + * ], + * "id": 297761, + * "order": 0, + * "original_language": "en", + * "original_title": "Suicide Squad", + * "overview": "From DC Comics comes the Suicide Squad, an antihero team of incarcerated supervillains who act as deniable assets for the United States government, undertaking high-risk black ops missions in exchange for commuted prison sentences.", + * "popularity": 46.652, + * "poster_path": "/sk3FZgh3sRrmr8vyhaitNobMcfh.jpg", + * "release_date": "2016-08-03", + * "title": "Suicide Squad", + * "video": false, + * "vote_average": 5.921, + * "vote_count": 21151 + * }, + * { + * "adult": false, + * "backdrop_path": "/bDp6SAo5tDf4KyZHX5hOg0Tj74D.jpg", + * "character": "Self", + * "credit_id": "6596fba6a6c10410ddfa83eb", + * "genre_ids": [ + * 99, + * 18 + * ], + * "id": 1226352, + * "order": 3, + * "original_language": "en", + * "original_title": "Free Child", + * "overview": "From leaving Egypt 10 years ago, to almost dying a month ago in a car accident. This film is about the journey in between and the massive role the internet played in the life of prominent Youtuber and Yes Theory co-founder Ammar Kandil.", + * "popularity": 2.591, + * "poster_path": "/n03RhHzq0henGZ7M1Lif1TfKZvH.jpg", + * "release_date": "2020-09-28", + * "title": "Free Child", + * "video": false, + * "vote_average": 9, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg", + * "character": "Dr. Bennet Omalu", + * "credit_id": "54c884a1925141678e00568e", + * "genre_ids": [ + * 18 + * ], + * "id": 321741, + * "order": 0, + * "original_language": "en", + * "original_title": "Concussion", + * "overview": "A dramatic thriller based on the incredible true David vs. Goliath story of American immigrant Dr. Bennet Omalu, the brilliant forensic neuropathologist who made the first discovery of CTE, a football-related brain trauma, in a pro player and fought for the truth to be known. Omalu's emotional quest puts him at dangerous odds with one of the most powerful institutions in the world.", + * "popularity": 12.822, + * "poster_path": "/gseayWAIFt3GQrEUNuUcYxT77Ud.jpg", + * "release_date": "2015-11-12", + * "title": "Concussion", + * "video": false, + * "vote_average": 7.09, + * "vote_count": 2540 + * }, + * { + * "adult": false, + * "backdrop_path": "/TiiWQf1pMFIfR3z7hxdAAd4PnN.jpg", + * "character": "Self (archive footage)", + * "credit_id": "635e94b7efd3c200918dcc80", + * "genre_ids": [ + * 10751, + * 10402, + * 10770 + * ], + * "id": 341949, + * "order": 52, + * "original_language": "en", + * "original_title": "Sesame Street: Elmopalooza!", + * "overview": "Jon Stewart hosts the Sesame Street Muppets' 30 year celebration, but Elmo steps in when things go awry.", + * "popularity": 1.19, + * "poster_path": "/64QjfrazV5J12PUoqMvNOyKjRxL.jpg", + * "release_date": "1998-02-20", + * "title": "Sesame Street: Elmopalooza!", + * "video": false, + * "vote_average": 5.8, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self (archive footage)", + * "credit_id": "65c67b3e4350110183e6f70d", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 324610, + * "order": 29, + * "original_language": "en", + * "original_title": "Yo! The Story of ‘Yo! MTV Raps’", + * "overview": "A provocative look into the seven-year history of the series that gave hip hop a voice and broke color barriers, integrating MTV with rap. \"Yo! MTV Raps\" premiered on August 6, 1988 with hosts Fab 5 Freddy, Ed Lover and Doctor Dré, and shaped the careers of many of today’s hip hop superstars, while simultaneously making groundbreaking strides in introducing hip hop to the mainstream.", + * "popularity": 2.444, + * "poster_path": "/5peOO9sApI7GXOVBFQPgrlsWLBM.jpg", + * "release_date": "2012-06-07", + * "title": "Yo! The Story of ‘Yo! MTV Raps’", + * "video": false, + * "vote_average": 2, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/jEo7s4kyUiClgtxXqYcLRWvJTik.jpg", + * "character": "Self", + * "credit_id": "65cca2d7e263bb0186692850", + * "genre_ids": [ + * 10402, + * 99 + * ], + * "id": 1216282, + * "order": 22, + * "original_language": "en", + * "original_title": "A GRAMMY Salute To 50 Years Of Hip-Hop", + * "overview": "A once-in-a-lifetime live concert special celebrating the 50th anniversary of hip-hop. Airing Sunday, Dec. 10, at at 8:30 p.m. ET/8 p.m. PT on the CBS Television Network and streaming live and on demand on Paramount+, the two-hour tribute special will feature exclusive performances from hip-hop legends and GRAMMY-winning artists, including Black Thought, Bun B, Common, De La Soul, Jermaine Dupri, J.J. Fad, Talib Kweli, The Lady Of Rage, LL COOL J, MC Sha-Rock, Monie Love, The Pharcyde, Queen Latifah, Questlove, Rakim, Remy Ma, Uncle Luke, and Yo-Yo.", + * "popularity": 2.644, + * "poster_path": "/8PPBVqnMsESwN0n9TNuA4HAG6IS.jpg", + * "release_date": "2023-12-10", + * "title": "A GRAMMY Salute To 50 Years Of Hip-Hop", + * "video": false, + * "vote_average": 8.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/3yJCGeV4c4H0eMojckyva9vMATd.jpg", + * "character": "Self", + * "credit_id": "65ce2d0c13a38801879f3170", + * "genre_ids": [ + * 10402 + * ], + * "id": 171084, + * "order": 3, + * "original_language": "de", + * "original_title": "Tina Turner : Celebrate!", + * "overview": "Tina Turner celebrates her 60th birthday with this unbelievable 1999 concert. Turner performs a variety from her repertoire from throughout her entire career – her beginnings with Ike Turner, the 80’s resurgence and later career material. Hits featured are 'River Deep, Mountain High', 'What's Love Got to Do With It', 'Nutbush City Limits', 'The Best' and '24/7'.", + * "popularity": 1.416, + * "poster_path": "/5iRALSqo8V25KZFB6Ybrr2L1ng7.jpg", + * "release_date": "1999-11-26", + * "title": "Tina Turner : Celebrate!", + * "video": true, + * "vote_average": 8.7, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/iovi35nPfjbYTw2gRo7uImWblRU.jpg", + * "character": "Howard Inlet", + * "credit_id": "55d4d38392514102d500281b", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 345920, + * "order": 0, + * "original_language": "en", + * "original_title": "Collateral Beauty", + * "overview": "Retreating from life after a tragedy, a man questions the universe by writing to Love, Time and Death. Receiving unexpected answers, he begins to see how these things interlock and how even loss can reveal moments of meaning and beauty.", + * "popularity": 30.723, + * "poster_path": "/4vfqosgik5pLb32RpskYifp8PWJ.jpg", + * "release_date": "2016-12-15", + * "title": "Collateral Beauty", + * "video": false, + * "vote_average": 7.223, + * "vote_count": 5369 + * }, + * { + * "adult": false, + * "backdrop_path": "/tp5xCbXsevp5rJG11HRfXYuruDZ.jpg", + * "character": "Self", + * "credit_id": "660c2ed16dc507017e559423", + * "genre_ids": [ + * 10770, + * 10751, + * 99 + * ], + * "id": 238466, + * "order": 23, + * "original_language": "en", + * "original_title": "David Blaine: Real or Magic", + * "overview": "David Blaine's signature brand of street magic mystifies the most recognisable celebrities in the world, such as Jamie Foxx, Bryan Cranston, Aaron Paul, Ricky Gervais, Katy Perry, Woody Allen, and Robert DeNiro, to name a few. He goes to the homes of Kanye West and Harrison Ford, Will Smith and Olivia Wilde. He pays a visit to Stephen Hawking at his office in Cambridge University. Blaine also travels the world, astonishing people from all walks of life with never-before seen, inconceivable magic.", + * "popularity": 4.684, + * "poster_path": "/gTMYu8oaAu31PW3wPooGLuM5maA.jpg", + * "release_date": "2013-11-19", + * "title": "David Blaine: Real or Magic", + * "video": false, + * "vote_average": 6.7, + * "vote_count": 82 + * }, + * { + * "adult": false, + * "backdrop_path": "/hYY7wC3vuwSmoRdcMalVMjPC0a0.jpg", + * "character": "ESPN Reporter", + * "credit_id": "660b2fae9c97bd017ca40404", + * "genre_ids": [ + * 35 + * ], + * "id": 109443, + * "order": 71, + * "original_language": "en", + * "original_title": "Anchorman 2: The Legend Continues", + * "overview": "With the 70s behind him, San Diego's top rated newsman, Ron Burgundy, returns to take New York's first 24-hour news channel by storm.", + * "popularity": 27.328, + * "poster_path": "/BAdmxMdCqzjs6hx3KuEtnoWP8d.jpg", + * "release_date": "2013-12-18", + * "title": "Anchorman 2: The Legend Continues", + * "video": false, + * "vote_average": 6.139, + * "vote_count": 2578 + * }, + * { + * "adult": false, + * "backdrop_path": "/dbwjITCa3adbDp2WEgLfRuhAI3W.jpg", + * "character": "Self", + * "credit_id": "660bc789d6dbba014a6f2e36", + * "genre_ids": [ + * 99 + * ], + * "id": 1242980, + * "order": 13, + * "original_language": "pt", + * "original_title": "Nos Bastidores de Hollywood", + * "overview": "", + * "popularity": 2.023, + * "poster_path": "/2tbIAd61D03RPNvjouFq9CkyKWo.jpg", + * "release_date": "2005-03-01", + * "title": "Nos Bastidores de Hollywood", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "56a2c015c3a3683890000d06", + * "genre_ids": [ + * 99 + * ], + * "id": 378674, + * "order": 4, + * "original_language": "en", + * "original_title": "DC Films Presents Dawn of the Justice League", + * "overview": "A documentary special taking a look at the upcoming films making up the DC Universe. Kevin Smith hosts with Geoff Johns, as they take a look at Batman vs Superman: Dawn of Justice, Suicide Squad, the upcoming Wonder Woman and Justice League movies.", + * "popularity": 8.212, + * "poster_path": "/jjYndp8PuLFNuIbGg6Zs7MkxWIc.jpg", + * "release_date": "2016-01-19", + * "title": "DC Films Presents Dawn of the Justice League", + * "video": false, + * "vote_average": 6, + * "vote_count": 68 + * }, + * { + * "adult": false, + * "backdrop_path": "/eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg", + * "character": "Mike", + * "credit_id": "56b410fa92514114e5003551", + * "genre_ids": [ + * 53, + * 28, + * 80 + * ], + * "id": 38700, + * "order": 0, + * "original_language": "en", + * "original_title": "Bad Boys for Life", + * "overview": "Marcus and Mike are forced to confront new threats, career changes, and midlife crises as they join the newly created elite team AMMO of the Miami police department to take down the ruthless Armando Armas, the vicious leader of a Miami drug cartel.", + * "popularity": 81.514, + * "poster_path": "/y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg", + * "release_date": "2020-01-15", + * "title": "Bad Boys for Life", + * "video": false, + * "vote_average": 7.139, + * "vote_count": 8290 + * }, + * { + * "adult": false, + * "backdrop_path": "/hu4psJoKxDYezvvS4GlLF531fom.jpg", + * "character": "Daryl Ward", + * "credit_id": "574c539f9251410ef80000d8", + * "genre_ids": [ + * 14, + * 28, + * 53 + * ], + * "id": 400106, + * "order": 0, + * "original_language": "en", + * "original_title": "Bright", + * "overview": "In an alternate present-day where magical creatures live among us, two L.A. cops become embroiled in a prophesied turf battle.", + * "popularity": 23.137, + * "poster_path": "/whkT53Sv2vKAUiknQ13pqcWaPXB.jpg", + * "release_date": "2017-12-22", + * "title": "Bright", + * "video": false, + * "vote_average": 6.152, + * "vote_count": 5641 + * }, + * { + * "adult": false, + * "backdrop_path": "/15w69mRh7r6XTWF4ipIB59eoG6r.jpg", + * "character": "Cameo", + * "credit_id": "6667e76e4a60c1410bf71455", + * "genre_ids": [ + * 10749, + * 35, + * 18 + * ], + * "id": 503129, + * "order": 15, + * "original_language": "hi", + * "original_title": "Student of the Year 2", + * "overview": "A student must overcome bullies and hardships, both academic and romantic, in order to win his college's coveted Student of the Year trophy.", + * "popularity": 15.596, + * "poster_path": "/78EMPsM8bu9R3jcxgBUUAQoVgI.jpg", + * "release_date": "2019-05-10", + * "title": "Student of the Year 2", + * "video": false, + * "vote_average": 4.444, + * "vote_count": 72 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Jon Grady", + * "credit_id": "6671edb8dbc136011d90aee3", + * "genre_ids": [ + * 878, + * 53 + * ], + * "id": 693390, + * "order": 0, + * "original_language": "en", + * "original_title": "Resistor", + * "overview": "Physicist Jon Grady and his team discover a device that can reflect gravity — a triumph that will revolutionize the field of physics and change the future. But instead of acclaim, Grady's lab is locked down by a covert organization known as the Bureau of Technology Control. When Grady refuses to join the BTC, he's thrown into a nightmarish high-tech prison housing other doomed rebel intellects.", + * "popularity": 1.87, + * "poster_path": null, + * "release_date": "", + * "title": "Resistor", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Hancock", + * "credit_id": "66646cd718bd0a0bdb4d38d2", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 475387, + * "order": 0, + * "original_language": "en", + * "original_title": "Hancock 2", + * "overview": "", + * "popularity": 9.235, + * "poster_path": "/h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg", + * "release_date": "", + * "title": "Hancock 2", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/tPUP70sPdV9l0otMf23lFNng0nF.jpg", + * "character": "", + * "credit_id": "66b8db3686f5391f4fa7e3c1", + * "genre_ids": [], + * "id": 1328458, + * "order": 0, + * "original_language": "en", + * "original_title": "The Fresh Prince of Nowhere", + * "overview": "25 years ago, a biographical documentary on Will Smith was crafted, completed, and concealed. Today, just one VHS copy remains. Originally titled The Fresh Prince of Everywhere, this vandalised tape now goes as The Fresh Prince of Nowhere - and where it picked up its new name, no one knows. Seemingly resonating with an uncanny relevance to the present day, the documentary is an eerie yet meaningful lesson in love, fame and failure. In 2024, the world knows a different Will Smith to the one we knew on the cusp of the millennium. But the story of this VHS tape is a timeless reflection on the cycles of triumph, adversity, and the cost of fame.", + * "popularity": 1.319, + * "poster_path": "/wmeho2nhr1bdiXxWcGcRlaFdr9e.jpg", + * "release_date": "2024-03-29", + * "title": "The Fresh Prince of Nowhere", + * "video": true, + * "vote_average": 9, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg", + * "character": "Genie / Mariner", + * "credit_id": "58f991d0925141588d004052", + * "genre_ids": [ + * 12, + * 14, + * 10749, + * 10751 + * ], + * "id": 420817, + * "order": 0, + * "original_language": "en", + * "original_title": "Aladdin", + * "overview": "A kindhearted street urchin named Aladdin embarks on a magical adventure after finding a lamp that releases a wisecracking genie while a power-hungry Grand Vizier vies for the same lamp that has the power to make their deepest wishes come true.", + * "popularity": 50.646, + * "poster_path": "/ykUEbfpkf8d0w49pHh0AD2KrT52.jpg", + * "release_date": "2019-05-22", + * "title": "Aladdin", + * "video": false, + * "vote_average": 7.098, + * "vote_count": 10067 + * }, + * { + * "adult": false, + * "backdrop_path": "/sfW7GcOuwZFuCxVoU5ULlkiDJ7Q.jpg", + * "character": "Henry Brogen / Junior", + * "credit_id": "595f247b9251410bfa09d25c", + * "genre_ids": [ + * 878, + * 28, + * 12, + * 53 + * ], + * "id": 453405, + * "order": 0, + * "original_language": "en", + * "original_title": "Gemini Man", + * "overview": "Henry Brogan is an elite 51-year-old assassin who's ready to call it quits after completing his 72nd job. His plans get turned upside down when he becomes the target of a mysterious operative who can seemingly predict his every move. To his horror, Brogan soon learns that the man who's trying to kill him is a younger, faster, cloned version of himself.", + * "popularity": 28.914, + * "poster_path": "/uTALxjQU8e1lhmNjP9nnJ3t2pRU.jpg", + * "release_date": "2019-10-02", + * "title": "Gemini Man", + * "video": false, + * "vote_average": 6.289, + * "vote_count": 5122 + * }, + * { + * "adult": false, + * "backdrop_path": "/gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg", + * "character": "Self - Philadelphia", + * "credit_id": "59e392fe9251410b67000415", + * "genre_ids": [ + * 10402, + * 99 + * ], + * "id": 42348, + * "order": 45, + * "original_language": "en", + * "original_title": "Live 8", + * "overview": "On 2 July 2005 an estimated 3 billion people came together in the fight against extreme poverty. LIVE 8 - 10 concerts featuring over 1000 musicians from across the globe - asked people not for their money, but for their voice.", + * "popularity": 2.31, + * "poster_path": "/joFzIENnJHDLesiktLETN3VNutO.jpg", + * "release_date": "2005-11-07", + * "title": "Live 8", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 23 + * }, + * { + * "adult": false, + * "backdrop_path": "/A5DEgBGrp1lK4yWYDpdQ7YNFSfy.jpg", + * "character": "Will Smith", + * "credit_id": "59e392fe9251410b67000419", + * "genre_ids": [ + * 35 + * ], + * "id": 127088, + * "order": 49, + * "original_language": "en", + * "original_title": "Welcome to Hollywood", + * "overview": "A film director decides to chart the course of a young actor as he tries to make it in Hollywood...", + * "popularity": 4.101, + * "poster_path": "/6lteBH7j3De6sCYIRCXWBPskaLq.jpg", + * "release_date": "1998-10-01", + * "title": "Welcome to Hollywood", + * "video": false, + * "vote_average": 3.8, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "59e392fe9251410b67000417", + * "genre_ids": [ + * 99 + * ], + * "id": 378386, + * "order": 28, + * "original_language": "en", + * "original_title": "Star Wars: Greatest Moments", + * "overview": "Alex Zane counts down the top 20 Star Wars moments as voted by the public. Includes contributions from famous fans as well as the stars and crew of the intergalactic saga.", + * "popularity": 3.169, + * "poster_path": "/zIffPwISrW48qSmvAXEV27lBTMA.jpg", + * "release_date": "2015-12-26", + * "title": "Star Wars: Greatest Moments", + * "video": false, + * "vote_average": 7, + * "vote_count": 32 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "59e392fe9251410b6700041d", + * "genre_ids": [ + * 10402, + * 99 + * ], + * "id": 413131, + * "order": 0, + * "original_language": "en", + * "original_title": "Will Smith: Live in Concert", + * "overview": "Will Smith performs live in concert some of his old and new hits.", + * "popularity": 1.266, + * "poster_path": "/4lTEZfXUNON6wxh6CWYcJrO0Sv6.jpg", + * "release_date": "2005-06-14", + * "title": "Will Smith: Live in Concert", + * "video": false, + * "vote_average": 5.8, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "59e392fe9251410b67000421", + * "genre_ids": [ + * 99, + * 35, + * 878 + * ], + * "id": 461916, + * "order": 3, + * "original_language": "en", + * "original_title": "Metamorphosis of 'Men in Black'", + * "overview": "An in-depth look into the creation of the special effects for the film Men in Black (1997). Various interviews with the cast and filmmakers and a look at the pre-rendered SFX from ILM and Rick Baker. Also a look at storyboards and information about the change of the script during production.", + * "popularity": 1.539, + * "poster_path": "/5ax0t8bU8E5JhtxkPGQT48TSOvZ.jpg", + * "release_date": "2000-09-05", + * "title": "Metamorphosis of 'Men in Black'", + * "video": false, + * "vote_average": 5, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/lLe36uxDamMg6YWmIBN7bhuSmdy.jpg", + * "character": "Manny", + * "credit_id": "59e392fe9251410b6700040d", + * "genre_ids": [ + * 18, + * 53, + * 80 + * ], + * "id": 17736, + * "order": 8, + * "original_language": "en", + * "original_title": "Where the Day Takes You", + * "overview": "King is a young man, but he's already a veteran of life on the streets of Los Angeles. The de facto leader of a group of teenage runaways, King acts as a mentor to troubled kids such as gay hustler Little J and junkie Greg. When Heather, a beautiful girl from Chicago, starts hanging out with King and his crew, it changes the dynamic of the gang. However, it seems as though nothing will alter their dangerous lifestyle.", + * "popularity": 5.488, + * "poster_path": "/6W7pwB1o601kN8zySjHNz5X3QDK.jpg", + * "release_date": "1992-09-11", + * "title": "Where the Day Takes You", + * "video": false, + * "vote_average": 6.122, + * "vote_count": 55 + * }, + * { + * "adult": false, + * "backdrop_path": "/A5VWK3aPhMUbEyKkOKdSrZr70JL.jpg", + * "character": "Self", + * "credit_id": "59e392fe9251410b6700041b", + * "genre_ids": [ + * 35 + * ], + * "id": 452460, + * "order": 10, + * "original_language": "en", + * "original_title": "Torrance Rises", + * "overview": "A mockumentary chronicling the Torrance Community Dance Group (from Fatboy Slim's \"Praise You\" video) on their road to the MTV Video Music Awards.", + * "popularity": 1.042, + * "poster_path": "/2CShiMeuWypm9ObpfZl0R2g03je.jpg", + * "release_date": "1999-01-01", + * "title": "Torrance Rises", + * "video": false, + * "vote_average": 7.8, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/uG1v9Hk1XKICd6IJChRR20mBh8i.jpg", + * "character": "Lance Sterling (voice)", + * "credit_id": "59e48d59925141082b029493", + * "genre_ids": [ + * 16, + * 28, + * 12, + * 35, + * 10751 + * ], + * "id": 431693, + * "order": 0, + * "original_language": "en", + * "original_title": "Spies in Disguise", + * "overview": "Super spy Lance Sterling and scientist Walter Beckett are almost exact opposites. Lance is smooth, suave and debonair. Walter is… not. But what Walter lacks in social skills he makes up for in smarts and invention, creating the awesome gadgets Lance uses on his epic missions. But when events take an unexpected turn, Walter and Lance suddenly have to rely on each other in a whole new way.", + * "popularity": 24.749, + * "poster_path": "/e7rWcrnuNej3JeVjqmRu0jVeRa4.jpg", + * "release_date": "2019-12-04", + * "title": "Spies in Disguise", + * "video": false, + * "vote_average": 7.6, + * "vote_count": 2800 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5a5e8a899251412eac000b3c", + * "genre_ids": [ + * 99 + * ], + * "id": 85770, + * "order": 19, + * "original_language": "en", + * "original_title": "A Man's Story", + * "overview": "Documentary about British fashion designer Ozwald Boateng.", + * "popularity": 2.405, + * "poster_path": "/7XChyRgt2B1GrJoPYrV4oGuOApD.jpg", + * "release_date": "2011-10-08", + * "title": "A Man's Story", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5b0191790e0a2623d700bbc4", + * "genre_ids": [ + * 99 + * ], + * "id": 525331, + * "order": 3, + * "original_language": "en", + * "original_title": "Roswell Top Secret", + * "overview": "Something happened near the town of Rosewell. This event came to be known as the Rosewell incident. The town has since become synonymous with flying saucers crashes, alien visitation, government cover up, or what many say, a jump to conclusions and a gross distortion of facts.", + * "popularity": 0.547, + * "poster_path": "/72WcqiUCfDhcpkcbxP3VvsJwlAk.jpg", + * "release_date": "1998-01-01", + * "title": "Roswell Top Secret", + * "video": false, + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/avW5cKK7hELN7tZuF7iajQTVDgA.jpg", + * "character": "Self", + * "credit_id": "5bb3f793c3a3687b0b002146", + * "genre_ids": [ + * 99, + * 10402, + * 36 + * ], + * "id": 551587, + * "order": 10, + * "original_language": "en", + * "original_title": "National Museum of African American History and Culture Grand Opening Ceremony", + * "overview": "The grand opening dedication ceremony of the Smithsonian's National Museum of African American History and Culture.", + * "popularity": 0.595, + * "poster_path": "/pEk4ySUowiwaxoNSZvSYYKJf7wa.jpg", + * "release_date": "2016-09-24", + * "title": "National Museum of African American History and Culture Grand Opening Ceremony", + * "video": true, + * "vote_average": 5.5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/8McBKWoQOQZfeIGQl23g0TJ6jto.jpg", + * "character": "Self", + * "credit_id": "5bac13980e0a2664df02fce3", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 504561, + * "order": 5, + * "original_language": "en", + * "original_title": "Quincy", + * "overview": "An intimate look into the life of icon Quincy Jones. A unique force in music and popular culture for 70 years, Jones has transcended racial and cultural boundaries; his story is inextricably woven into the fabric of America. Jones came to prominence in the 1950s as a jazz arranger and conductor before working on pop music and film scores. He moved easily between musical genres, producing major pop hits of the early 1960s and serving as an arranger and conductor for several collaborations in the same time period.", + * "popularity": 6.64, + * "poster_path": "/yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg", + * "release_date": "2018-09-09", + * "title": "Quincy", + * "video": false, + * "vote_average": 7.3, + * "vote_count": 106 + * }, + * { + * "adult": false, + * "backdrop_path": "/2NMov7UkikACB3m5FCndZZ0LG8U.jpg", + * "character": "Oscar (voice)", + * "credit_id": "5c466f760e0a26496bc891ec", + * "genre_ids": [ + * 16, + * 35, + * 10751 + * ], + * "id": 118254, + * "order": 2, + * "original_language": "en", + * "original_title": "Club Oscar", + * "overview": "Picking up where Shark Tale ends, all the characters of the film dance at the whale wash in a spoof of Saturday Night Fever.", + * "popularity": 3.012, + * "poster_path": "/o8o3lBY3oiI8NwpzZw8nLMUH3FA.jpg", + * "release_date": "2005-02-08", + * "title": "Club Oscar", + * "video": false, + * "vote_average": 4.944, + * "vote_count": 18 + * }, + * { + * "adult": false, + * "backdrop_path": "/7EazpcvoCfNZZysgljUAkQCBvW.jpg", + * "character": "Richard Williams", + * "credit_id": "5d288a8fcaab6d00129b75a6", + * "genre_ids": [ + * 18, + * 36 + * ], + * "id": 614917, + * "order": 0, + * "original_language": "en", + * "original_title": "King Richard", + * "overview": "The story of how Richard Williams served as a coach to his daughters Venus and Serena, who will soon become two of the most legendary tennis players in history.", + * "popularity": 23.53, + * "poster_path": "/2dfujXrxePtYJPiPHj1HkAFQvpu.jpg", + * "release_date": "2021-11-18", + * "title": "King Richard", + * "video": false, + * "vote_average": 7.649, + * "vote_count": 2497 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Nick Cooper", + * "credit_id": "5d73f770209f180013fc9c70", + * "genre_ids": [ + * 878 + * ], + * "id": 629423, + * "order": 0, + * "original_language": "en", + * "original_title": "Brilliance", + * "overview": "In the future, non-neurotypical people — demonized by society as “twists” or “abnorms” — are threatening the status quo of the “normal” population with their unique gifts. They are officially labeled as “Brilliants” and are carefully tracked by the government.", + * "popularity": 1.203, + * "poster_path": null, + * "release_date": "", + * "title": "Brilliance", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5dd930a712aabc00169120d8", + * "genre_ids": [ + * 99, + * 878 + * ], + * "id": 277499, + * "order": 25, + * "original_language": "en", + * "original_title": "From Star Wars to Star Wars: The Story of Industrial Light & Magic", + * "overview": "The incredible evolution of George Lucas' special effects dream factory, including an inside look at \"Star Wars: Episode One - The Phantom Menace.\"", + * "popularity": 4.325, + * "poster_path": "/eOK9FczS2GrH8ByZr9RkLYnQiW6.jpg", + * "release_date": "1999-06-15", + * "title": "From Star Wars to Star Wars: The Story of Industrial Light & Magic", + * "video": false, + * "vote_average": 8.1, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/r0DFmENrZIM1qHeDofxYQS4v07T.jpg", + * "character": "Self", + * "credit_id": "5de218c1c51acd0015f6bdf3", + * "genre_ids": [ + * 99 + * ], + * "id": 621757, + * "order": 10, + * "original_language": "en", + * "original_title": "Dads", + * "overview": "A joyful exploration of modern fatherhood, this doc gathers the testimonies of dads around the world, from famous comedians to everyday parents. Their unfiltered stories speak to the beauty, struggles, and ridiculous hilarity of being a dad today.", + * "popularity": 4.833, + * "poster_path": "/lDBHH2oQJJtSIsUZfruBEDXra2n.jpg", + * "release_date": "2019-09-06", + * "title": "Dads", + * "video": false, + * "vote_average": 6.71, + * "vote_count": 31 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e72c626357c0000134a0856", + * "genre_ids": [ + * 878, + * 28 + * ], + * "id": 579480, + * "order": 1, + * "original_language": "en", + * "original_title": "Independence Day: The ID4 Invasion", + * "overview": "A \"mockumentary\" of the alien invasion during Independence Day. Barry Nolan hosts the programme, the first 9 minutes of which are a spoof news report of the events of the film. The middle bit is a discussion of the film by cast and crew, and at the end various scientists and politicians discuss what would happen if real aliens arrive on Earth.", + * "popularity": 2.744, + * "poster_path": "/gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg", + * "release_date": "1996-06-30", + * "title": "Independence Day: The ID4 Invasion", + * "video": false, + * "vote_average": 6.4, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e72cf59357c000019495ea8", + * "genre_ids": [ + * 99, + * 878, + * 28 + * ], + * "id": 684413, + * "order": 2, + * "original_language": "en", + * "original_title": "The Making of 'Independence Day'", + * "overview": "We take a look at various fields of development for the motion picture, Independence Day (1996). Jeff Goldblum is our guide through 'Area ID4' (a rip-off name of Area 51). He pretends to creep around and give us \"secret\" information about the film. There is also interviews with the cast and crew, and some other behind the scenes stuff that is only there to impress you, and to make you want to go see the film.", + * "popularity": 1.961, + * "poster_path": "/gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg", + * "release_date": "1996-06-29", + * "title": "The Making of 'Independence Day'", + * "video": true, + * "vote_average": 5.8, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7e8aa24f9a99001433d18f", + * "genre_ids": [ + * 99, + * 35, + * 878 + * ], + * "id": 687112, + * "order": 4, + * "original_language": "en", + * "original_title": "Barry Sonnenfeld's Intergalactic Guide to Comedy", + * "overview": "Provides a few minutes of joking around about how director Barry Sonnenfeld's dry comedy style works.", + * "popularity": 0.597, + * "poster_path": "/iWPWZvh9uP1Z0LG1IY6U8vMwDEi.jpg", + * "release_date": "2002-11-26", + * "title": "Barry Sonnenfeld's Intergalactic Guide to Comedy", + * "video": true, + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7ea1a04f9a990016340e43", + * "genre_ids": [ + * 35, + * 37, + * 99 + * ], + * "id": 687143, + * "order": 0, + * "original_language": "en", + * "original_title": "Wild Wild West: Wardrobes of the West", + * "overview": "An interesting look at the costume design of the movie", + * "popularity": 1.893, + * "poster_path": "/bdQkvxOqmNacqDUr3iJVaGJETLK.jpg", + * "release_date": "1999-11-30", + * "title": "Wild Wild West: Wardrobes of the West", + * "video": true, + * "vote_average": 4, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7e9b884f9a99001433ed25", + * "genre_ids": [ + * 99, + * 878, + * 35 + * ], + * "id": 687134, + * "order": 4, + * "original_language": "en", + * "original_title": "MIB ADR", + * "overview": "A look at the ADR of Men in Black II (2002)", + * "popularity": 0.886, + * "poster_path": "/4Aw6o4AAG5x3ydWyaBRoeHknf6E.jpg", + * "release_date": "2002-11-26", + * "title": "MIB ADR", + * "video": true, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7e9239c144dd001723e241", + * "genre_ids": [ + * 99, + * 878, + * 35 + * ], + * "id": 687121, + * "order": 1, + * "original_language": "en", + * "original_title": "Design in Motion: The Look of 'Men in Black II'", + * "overview": "A look at the art direction of Men in Black II (2002)", + * "popularity": 2.083, + * "poster_path": "/i12BzsvVF8yofENLfH1Mjo04lPb.jpg", + * "release_date": "2002-11-26", + * "title": "Design in Motion: The Look of 'Men in Black II'", + * "video": true, + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7e9f27c144dd001723feab", + * "genre_ids": [ + * 99, + * 35, + * 37 + * ], + * "id": 687141, + * "order": 8, + * "original_language": "en", + * "original_title": "It's a Whole New West: The Making of 'Wild, Wild West'", + * "overview": "This is a promotional behind the scenes featurette that originally appeared on HBO. A lot of the usual interviews and behind-the-scenes clips, but enjoyably, there are a few shots that look at how the FX were filmed.", + * "popularity": 1.742, + * "poster_path": "/bdQkvxOqmNacqDUr3iJVaGJETLK.jpg", + * "release_date": "1999-06-29", + * "title": "It's a Whole New West: The Making of 'Wild, Wild West'", + * "video": false, + * "vote_average": 4.9, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7ea5b5c68b69001741475d", + * "genre_ids": [ + * 99, + * 35, + * 37 + * ], + * "id": 687151, + * "order": 0, + * "original_language": "en", + * "original_title": "Wild Wild West: Good Guys Gadgets", + * "overview": "A look at some of the gadgets and effects of the movie", + * "popularity": 1.022, + * "poster_path": "/bdQkvxOqmNacqDUr3iJVaGJETLK.jpg", + * "release_date": "1999-11-30", + * "title": "Wild Wild West: Good Guys Gadgets", + * "video": true, + * "vote_average": 5.3, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e7eae0270309f00176047d8", + * "genre_ids": [ + * 99, + * 35, + * 878 + * ], + * "id": 687162, + * "order": 0, + * "original_language": "en", + * "original_title": "The Making of Men in Black", + * "overview": "Behind the scenes of Men in Black (1997)", + * "popularity": 1.912, + * "poster_path": "/31l8XyHx7sRI1nbIh5SfBRXHOw7.jpg", + * "release_date": "1997-11-04", + * "title": "The Making of Men in Black", + * "video": true, + * "vote_average": 7.7, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e77ed8eb1f68d0014e5e852", + * "genre_ids": [ + * 99, + * 878, + * 28 + * ], + * "id": 685607, + * "order": 0, + * "original_language": "en", + * "original_title": "After Earth: A Father's Legacy", + * "overview": "This is a featurette with some behind-the-scenes footage of Will Smith and Jaden Smith on-set", + * "popularity": 18.664, + * "poster_path": "/1JXITPVrR8GX4xIY2V9WgUfwplc.jpg", + * "release_date": "2013-10-08", + * "title": "After Earth: A Father's Legacy", + * "video": true, + * "vote_average": 6.5, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e77f0b4357c000013517d00", + * "genre_ids": [ + * 99, + * 878, + * 28 + * ], + * "id": 685614, + * "order": 0, + * "original_language": "en", + * "original_title": "After Earth: 1,000 Years in 300 Seconds", + * "overview": "Shows Behind-the-Scenes footage compiled into a montage video clip set to music, with no dialogue.", + * "popularity": 3.682, + * "poster_path": "/1JXITPVrR8GX4xIY2V9WgUfwplc.jpg", + * "release_date": "2013-10-08", + * "title": "After Earth: 1,000 Years in 300 Seconds", + * "video": true, + * "vote_average": 5.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e84f8d1e38bd80013ac2713", + * "genre_ids": [ + * 99 + * ], + * "id": 688736, + * "order": 0, + * "original_language": "en", + * "original_title": "Making Pursuit: An Italian Take on the American Dream", + * "overview": "This is a \"making of\" documentary for the hit film \"The Pursuit of Happyness\". It chronicles a foreign director's perspective on The American Dream, and the challenges in making the film.", + * "popularity": 1.245, + * "poster_path": "/fNpy4kXzd5WRCVDHQxpwgLzakbQ.jpg", + * "release_date": "2007-03-27", + * "title": "Making Pursuit: An Italian Take on the American Dream", + * "video": true, + * "vote_average": 9, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5e860cab5294e700114b244a", + * "genre_ids": [], + * "id": 689041, + * "order": 0, + * "original_language": "en", + * "original_title": "Father and Son: On Screen and Off", + * "overview": "A look into Will and Jaden Smith's father and son bond on and off the screen of The Pursuit of Happyness", + * "popularity": 0.906, + * "poster_path": "/72su4fAPcid1koHYegAe62NfPn2.jpg", + * "release_date": "2007-05-22", + * "title": "Father and Son: On Screen and Off", + * "video": true, + * "vote_average": 6, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5eba862c7d2bc1001d026661", + * "genre_ids": [ + * 35 + * ], + * "id": 702942, + * "order": 40, + * "original_language": "en", + * "original_title": "Feeding America Comedy Festival", + * "overview": "All-star comics perform in support of Feeding America.", + * "popularity": 3.139, + * "poster_path": "/mE6PuUktz0zAfI5PvsNXDdDZEzu.jpg", + * "release_date": "2020-05-10", + * "title": "Feeding America Comedy Festival", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5ed87962e4b576002038a21a", + * "genre_ids": [ + * 10751, + * 35, + * 10770 + * ], + * "id": 564784, + * "order": 19, + * "original_language": "en", + * "original_title": "Disneyland's 35th Anniversary Special", + * "overview": "Celebration of Disneyland's 35th Anniversary", + * "popularity": 3.001, + * "poster_path": "/nUAoRVhGZqsQMrUjKZ7f1rLclYD.jpg", + * "release_date": "1990-07-01", + * "title": "Disneyland's 35th Anniversary Special", + * "video": false, + * "vote_average": 6, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg", + * "character": "Peter", + * "credit_id": "5ee790e915794a0021158ead", + * "genre_ids": [ + * 18, + * 10752, + * 36 + * ], + * "id": 715931, + * "order": 0, + * "original_language": "en", + * "original_title": "Emancipation", + * "overview": "Inspired by the gripping true story of a man who would do anything for his family—and for freedom. When Peter, an enslaved man, risks his life to escape and return to his family, he embarks on a perilous journey of love and endurance.", + * "popularity": 23.242, + * "poster_path": "/s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg", + * "release_date": "2022-12-02", + * "title": "Emancipation", + * "video": false, + * "vote_average": 7.8, + * "vote_count": 1130 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "", + * "credit_id": "5f3b038f46aed4003467daef", + * "genre_ids": [ + * 35 + * ], + * "id": 734184, + * "order": 0, + * "original_language": "en", + * "original_title": "Planes, Trains and Automobiles", + * "overview": "Remake of the 1987 comedy about a pair of unlikely travel companions trying to make their destinations in time for the Holiday weekend.", + * "popularity": 1.509, + * "poster_path": null, + * "release_date": "", + * "title": "Planes, Trains and Automobiles", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/hzbrQ8gR26R6BWbrp3HaPCRs08T.jpg", + * "character": "Self", + * "credit_id": "5f4d4c999ecf1800359412f5", + * "genre_ids": [ + * 99 + * ], + * "id": 738362, + * "order": 0, + * "original_language": "en", + * "original_title": "The Fresh Prince of Bel-Air Reunion", + * "overview": "Join Will Smith, Tatyana Ali, Karyn Parsons, Joseph Marcell, Daphne Maxwell Reid, Alfonso Ribeiro and DJ Jazzy Jeff, for a funny and heartfelt night full of music and dancing in honor of the show that ran for six seasons and 148 episodes.", + * "popularity": 8.43, + * "poster_path": "/tcKsgTnrjuZLWAJwn8uBZHy5YWy.jpg", + * "release_date": "2020-11-18", + * "title": "The Fresh Prince of Bel-Air Reunion", + * "video": false, + * "vote_average": 8.2, + * "vote_count": 157 + * }, + * { + * "adult": false, + * "backdrop_path": "/3UphTQsOLOiUVaYFXrfZjwuR0hB.jpg", + * "character": "Self (archive footage)", + * "credit_id": "5f4fa487be7f350032e1c98d", + * "genre_ids": [ + * 99, + * 10770 + * ], + * "id": 736206, + * "order": 4, + * "original_language": "en", + * "original_title": "David Blaine: Ascension", + * "overview": "David Blaine will redefine magic once again for an unprecedented live event at a time when the world could use a positive distraction.", + * "popularity": 1.267, + * "poster_path": "/i6vjILMgPc9lO5yRkBSmS46MHKL.jpg", + * "release_date": "2020-09-02", + * "title": "David Blaine: Ascension", + * "video": false, + * "vote_average": 6.3, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5f93484b7e9d5f00434f5b40", + * "genre_ids": [ + * 99, + * 10402 + * ], + * "id": 756740, + * "order": 3, + * "original_language": "en", + * "original_title": "Jon Bellion | Behind the Scenes of 'Glory Sound Prep'", + * "overview": "Behind the scenes look at the creation and production of Jon Bellion's second studio album 'Glory Sound Prep'.", + * "popularity": 0.176, + * "poster_path": "/rprMlFRJHfbOwXFvGY9BBAnH7dZ.jpg", + * "release_date": "2019-05-24", + * "title": "Jon Bellion | Behind the Scenes of 'Glory Sound Prep'", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/Ad2OcBdlDO4Gq3ABnTUE8Jo2vm7.jpg", + * "character": "Self", + * "credit_id": "5fce933c680be8003e1f1278", + * "genre_ids": [ + * 99, + * 35 + * ], + * "id": 773790, + * "order": 0, + * "original_language": "en", + * "original_title": "Will Smith: The Prince of Hollywood", + * "overview": "Fans forever love Will Smith who are reassured they will always be entertained. Follow the journey of this fascinating actor, producer, husband, father, who has the WILL to win.", + * "popularity": 2.145, + * "poster_path": "/sm417MFmhiJmFZuuBq4KliH0kS3.jpg", + * "release_date": "2020-10-01", + * "title": "Will Smith: The Prince of Hollywood", + * "video": false, + * "vote_average": 1.2, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "", + * "credit_id": "601e268215c636003fbc6657", + * "genre_ids": [ + * 28, + * 53 + * ], + * "id": 698261, + * "order": 0, + * "original_language": "en", + * "original_title": "Fast and Loose", + * "overview": "A man who wakes up in Tijuana after being left for dead with absolutely no memory. As he follows a string of clues to uncover his identity, he discovers that he’s been living two different lives: one as a super-successful crime kingpin, surrounded by beautiful women, expensive toys and a lavish lifestyle, and the other as an undercover CIA agent, but with a puny salary, no family or home life whatsoever and zero trappings of success. The problem is, he can’t remember which of these two personas is his true identity.", + * "popularity": 1.465, + * "poster_path": null, + * "release_date": "", + * "title": "Fast and Loose", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/tncbMvfV0V07UZozXdBEq4Wu9HH.jpg", + * "character": "Mike Lowrey", + * "credit_id": "60214ee4a80673003f419f46", + * "genre_ids": [ + * 28, + * 35, + * 80, + * 53, + * 12 + * ], + * "id": 573435, + * "order": 0, + * "original_language": "en", + * "original_title": "Bad Boys: Ride or Die", + * "overview": "After their late former Captain is framed, Lowrey and Burnett try to clear his name, only to end up on the run themselves.", + * "popularity": 394.83, + * "poster_path": "/oGythE98MYleE6mZlGs5oBGkux1.jpg", + * "release_date": "2024-06-05", + * "title": "Bad Boys: Ride or Die", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 2548 + * }, + * { + * "adult": false, + * "backdrop_path": "/wtLw69A3lUkFGePgfUQUxnjLGkL.jpg", + * "character": "Fresh Prince", + * "credit_id": "6107e3698d22fc0047133dfc", + * "genre_ids": [ + * 99, + * 10770 + * ], + * "id": 405806, + * "order": 38, + * "original_language": "en", + * "original_title": "The Earth Day Special", + * "overview": "The Earth Day Special is a television special revolving around Earth Day that aired on ABC on April 22, 1990. Sponsored by Time Warner, the two hour special featured an all-star cast addressing concerns about global warming, deforestation, and other environmental ills.", + * "popularity": 3.342, + * "poster_path": "/vNaVkULweHjOKqu4uxJAvoy1XC8.jpg", + * "release_date": "1990-04-22", + * "title": "The Earth Day Special", + * "video": false, + * "vote_average": 8, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "", + * "credit_id": "66fd63daf878adfed084a8aa", + * "genre_ids": [ + * 35 + * ], + * "id": 1365199, + * "order": 17, + * "original_language": "es", + * "original_title": "Asesinatos sólo en El Hormiguero", + * "overview": "", + * "popularity": 1.215, + * "poster_path": "/8lp6XsvR2IzK08FJ5hp9ekt4ZXS.jpg", + * "release_date": "2024-09-03", + * "title": "Asesinatos sólo en El Hormiguero", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/ixjGyb6nbt3Joc7MBUhUzewHkye.jpg", + * "character": "Self (archive footage) (uncredited)", + * "credit_id": "6711d067097c3d7760f87e8d", + * "genre_ids": [ + * 99 + * ], + * "id": 1364758, + * "order": 31, + * "original_language": "es", + * "original_title": "El Cuarto Round", + * "overview": "\"El Cuarto Round\" invites us to accompany Osvaldo, \"El Mariana\", on an intimate six-month journey as he prepares for his fight at La Velada del Año 4, at the Santiago Bernabéu stadium in Madrid. Through his training, we not only see him face physical and emotional challenges, but also discover new facets of himself, where his public and personal lives become deeply intertwined.", + * "popularity": 4.517, + * "poster_path": "/5FgBzoBlzVvfkDGaWQHjdR90dxf.jpg", + * "release_date": "2024-10-17", + * "title": "The Fourth Round", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/eHKvL9U6B4YB1booJhGklF3UIfb.jpg", + * "character": "Self", + * "credit_id": "672f9a5611b6cc0571f62afb", + * "genre_ids": [ + * 99 + * ], + * "id": 1385136, + * "order": 1, + * "original_language": "en", + * "original_title": "Bad Boys:Legacy", + * "overview": "Take an epic lookback at 30 years of making the Bad Boys franchise with a 22-minute retrospective. Go behind the scenes of the all-new movie with an exclusive conversation featuring Will Smith and Martin Lawrence. Explore the making of the first three films with commentary from filmmakers Jerry Bruckheimer, Michael Bay, and stars Vanessa Hudgens, Alexander Ludwig, Joe Pantoliano, and more. From the initial table read to the final \"that's a wrap,\" fans will experience an intimate look at this action-packed 30-year journey.", + * "popularity": 11.02, + * "poster_path": "/mjDuFfwGFB1G3VRXE4s3dEemdaU.jpg", + * "release_date": "2024-07-24", + * "title": "Bad Boys: Legacy", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ] */ + cast?: { + /** @example false */ + adult?: boolean; + /** @example /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg */ + backdrop_path?: string | null; + /** @example Del Spooner */ + character?: string; + /** @example 52fe4330c3a36847f8041063 */ + credit_id?: string; + /** @example [ + * 28, + * 878 + * ] */ + genre_ids?: number[]; + /** @example 2048 */ + id?: number; + /** @example 0 */ + order?: number; + /** @example en */ + original_language?: string; + /** @example I, Robot */ + original_title?: string; + /** @example In 2035, where robots are commonplace and abide by the three laws of robotics, a technophobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger. */ + overview?: string; + /** @example 43.332 */ + popularity?: number; + /** @example /efwv6F2lGaghjPpBRSINHtoEiZB.jpg */ + poster_path?: string | null; + /** @example 2004-07-15 */ + release_date?: string; + /** @example I, Robot */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 6.953 */ + vote_average?: number; + /** @example 11796 */ + vote_count?: number; + }[]; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/5jhG1lTgV0MS6tDkBMQSSitttTT.jpg", + * "credit_id": "52fe42f3c3a36847f802f1bd", + * "department": "Production", + * "genre_ids": [ + * 18 + * ], + * "id": 1402, + * "job": "Producer", + * "original_language": "en", + * "original_title": "The Pursuit of Happyness", + * "overview": "A struggling salesman takes custody of his son as he's poised to begin a life-changing professional career.", + * "popularity": 65.281, + * "poster_path": "/lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg", + * "release_date": "2006-12-14", + * "title": "The Pursuit of Happyness", + * "video": false, + * "vote_average": 7.9, + * "vote_count": 9888 + * }, + * { + * "adult": false, + * "backdrop_path": "/mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg", + * "credit_id": "52fe44259251416c7502a667", + * "department": "Production", + * "genre_ids": [ + * 18 + * ], + * "id": 11321, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Seven Pounds", + * "overview": "An IRS agent with a fateful secret embarks on an extraordinary journey of redemption by forever changing the lives of seven strangers.", + * "popularity": 22.971, + * "poster_path": "/85zUipgVy2QbvAJ6djZXYaGckMv.jpg", + * "release_date": "2008-12-18", + * "title": "Seven Pounds", + * "video": false, + * "vote_average": 7.609, + * "vote_count": 6773 + * }, + * { + * "adult": false, + * "backdrop_path": "/4fU2ddunguMjxWK0oWdUfKES9Qo.jpg", + * "credit_id": "52fe4426c3a36847f80853b9", + * "department": "Production", + * "genre_ids": [ + * 28, + * 35 + * ], + * "id": 5851, + * "job": "Executive Producer", + * "original_language": "en", + * "original_title": "Showtime", + * "overview": "A spoof of buddy cop movies where two very different cops are forced to team up on a new reality based T.V. cop show.", + * "popularity": 10.537, + * "poster_path": "/8sIooUxXZo2blCVuAYbL2wkdUfD.jpg", + * "release_date": "2002-03-14", + * "title": "Showtime", + * "video": false, + * "vote_average": 5.5, + * "vote_count": 969 + * }, + * { + * "adult": false, + * "backdrop_path": "/wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg", + * "credit_id": "52fe44adc3a36847f80a3c2f", + * "department": "Production", + * "genre_ids": [ + * 35, + * 18, + * 10749 + * ], + * "id": 8488, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Hitch", + * "overview": "Dating coach Alex 'Hitch' Hitchens mentors a bumbling client, Albert, who hopes to win the heart of the glamorous Allegra Cole. While Albert makes progress, Hitch faces his own romantic setbacks when proven techniques fail to work on Sara Melas, a tabloid reporter digging for dirt on Allegra Cole's love life. When Sara discovers Hitch's connection to Albert – now Allegra's boyfriend – it threatens to destroy both relationships.", + * "popularity": 34.865, + * "poster_path": "/x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg", + * "release_date": "2005-02-11", + * "title": "Hitch", + * "video": false, + * "vote_average": 6.564, + * "vote_count": 5779 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "6222a8fee1ad79006b76aeac", + * "department": "Production", + * "genre_ids": [ + * 878, + * 53 + * ], + * "id": 945956, + * "job": "Producer", + * "original_language": "en", + * "original_title": "I Am Legend 2", + * "overview": "A sequel to the 2007 film I Am Legend.", + * "popularity": 23.965, + * "poster_path": "/hVe0x4ehQh6MfD4l9OW6h8aw111.jpg", + * "release_date": "", + * "title": "I Am Legend 2", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/qndvrOXGyoOxkhc12SqfLi9Hr31.jpg", + * "credit_id": "52fe44cbc3a36847f80aa59d", + * "department": "Production", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 8960, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Hancock", + * "overview": "Hancock is a down-and-out superhero who's forced to employ a PR expert to help repair his image when the public grows weary of all the damage he's inflicted during his lifesaving heroics. The agent's idea of imprisoning the antihero to make the world miss him proves successful, but will Hancock stick to his new sense of purpose or slip back into old habits?", + * "popularity": 38.95, + * "poster_path": "/7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg", + * "release_date": "2008-07-01", + * "title": "Hancock", + * "video": false, + * "vote_average": 6.347, + * "vote_count": 9589 + * }, + * { + * "adult": false, + * "backdrop_path": "/6WfnLguRcpYQlJ6Wkx5CO7c8LpV.jpg", + * "credit_id": "52fe45559251416c75052eff", + * "department": "Production", + * "genre_ids": [ + * 18, + * 80, + * 53 + * ], + * "id": 13279, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Lakeview Terrace", + * "overview": "A young interracial couple has just moved into their California dream home when they become the target of their next-door neighbor, who disapproves of their relationship. A tightly wound LAPD officer has appointed himself the watchdog of the neighborhood. His nightly foot patrols and overly watchful eyes bring comfort to some, but he becomes increasingly aggressive to the newlyweds. These persistent intrusions into their lives cause the couple to fight back.", + * "popularity": 13.14, + * "poster_path": "/2ThsS74hopBz0RveLgOWiwrMfE8.jpg", + * "release_date": "2008-09-19", + * "title": "Lakeview Terrace", + * "video": false, + * "vote_average": 5.966, + * "vote_count": 1038 + * }, + * { + * "adult": false, + * "backdrop_path": "/958IEMxVqU3FFOdZll3PcFLoyef.jpg", + * "credit_id": "52fe486f9251416c9108c607", + * "department": "Writing", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 82700, + * "job": "Story", + * "original_language": "en", + * "original_title": "After Earth", + * "overview": "One thousand years after cataclysmic events forced humanity's escape from Earth, Nova Prime has become mankind's new home. Legendary General Cypher Raige returns from an extended tour of duty to his estranged family, ready to be a father to his 13-year-old son, Kitai. When an asteroid storm damages Cypher and Kitai's craft, they crash-land on a now unfamiliar and dangerous Earth. As his father lies dying in the cockpit, Kitai must trek across the hostile terrain to recover their rescue beacon. His whole life, Kitai has wanted nothing more than to be a soldier like his father. Today, he gets his chance.", + * "popularity": 29.428, + * "poster_path": "/iXMvYIlzzJBs352CfeiQcBvovZt.jpg", + * "release_date": "2013-05-30", + * "title": "After Earth", + * "video": false, + * "vote_average": 5.187, + * "vote_count": 6536 + * }, + * { + * "adult": false, + * "backdrop_path": "/958IEMxVqU3FFOdZll3PcFLoyef.jpg", + * "credit_id": "52fe486f9251416c9108c5d7", + * "department": "Production", + * "genre_ids": [ + * 878, + * 28, + * 12 + * ], + * "id": 82700, + * "job": "Producer", + * "original_language": "en", + * "original_title": "After Earth", + * "overview": "One thousand years after cataclysmic events forced humanity's escape from Earth, Nova Prime has become mankind's new home. Legendary General Cypher Raige returns from an extended tour of duty to his estranged family, ready to be a father to his 13-year-old son, Kitai. When an asteroid storm damages Cypher and Kitai's craft, they crash-land on a now unfamiliar and dangerous Earth. As his father lies dying in the cockpit, Kitai must trek across the hostile terrain to recover their rescue beacon. His whole life, Kitai has wanted nothing more than to be a soldier like his father. Today, he gets his chance.", + * "popularity": 29.428, + * "poster_path": "/iXMvYIlzzJBs352CfeiQcBvovZt.jpg", + * "release_date": "2013-05-30", + * "title": "After Earth", + * "video": false, + * "vote_average": 5.187, + * "vote_count": 6536 + * }, + * { + * "adult": false, + * "backdrop_path": "/88J6waYVTta8Qz3iX3qUeWNA5d5.jpg", + * "credit_id": "60f5c52d12c6040074471dd5", + * "department": "Production", + * "genre_ids": [ + * 18, + * 10749 + * ], + * "id": 447362, + * "job": "Executive Producer", + * "original_language": "en", + * "original_title": "Life in a Year", + * "overview": "A 17 year old finds out that his girlfriend is dying, so he sets out to give her an entire life, in the last year she has left.", + * "popularity": 40.357, + * "poster_path": "/bP7u19opmHXYeTCUwGjlLldmUMc.jpg", + * "release_date": "2020-11-27", + * "title": "Life in a Year", + * "video": false, + * "vote_average": 8.25, + * "vote_count": 1879 + * }, + * { + * "adult": false, + * "backdrop_path": "/j3snmrxqxT60FrH1Z8i54fGnHZJ.jpg", + * "credit_id": "52fe4d3c9251416c9110f435", + * "department": "Production", + * "genre_ids": [ + * 35, + * 18, + * 10751 + * ], + * "id": 196867, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Annie", + * "overview": "Annie is a young, happy foster kid who's also tough enough to make her way on the streets of New York in 2014. Originally left by her parents as a baby with the promise that they'd be back for her someday, it's been a hard knock life ever since with her mean foster mom Miss Hannigan. But everything's about to change when the hard-nosed tycoon and New York mayoral candidate Will Stacks—advised by his brilliant VP and his shrewd and scheming campaign advisor—makes a thinly-veiled campaign move and takes her in. Stacks believes he's her guardian angel, but Annie's self-assured nature and bright, sun-will-come-out-tomorrow outlook on life just might mean it's the other way around.", + * "popularity": 40.306, + * "poster_path": "/aKAM9V0izx4VhsdyAdBvAB26UCZ.jpg", + * "release_date": "2014-12-18", + * "title": "Annie", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 1275 + * }, + * { + * "adult": false, + * "backdrop_path": "/7EazpcvoCfNZZysgljUAkQCBvW.jpg", + * "credit_id": "61018a1b0a517c0027ad407c", + * "department": "Production", + * "genre_ids": [ + * 18, + * 36 + * ], + * "id": 614917, + * "job": "Producer", + * "original_language": "en", + * "original_title": "King Richard", + * "overview": "The story of how Richard Williams served as a coach to his daughters Venus and Serena, who will soon become two of the most legendary tennis players in history.", + * "popularity": 23.53, + * "poster_path": "/2dfujXrxePtYJPiPHj1HkAFQvpu.jpg", + * "release_date": "2021-11-18", + * "title": "King Richard", + * "video": false, + * "vote_average": 7.649, + * "vote_count": 2497 + * }, + * { + * "adult": false, + * "backdrop_path": "/jpFcZH2eyh6gcoxCa637TrGe4bT.jpg", + * "credit_id": "556f829fc3a3681073000a9d", + * "department": "Production", + * "genre_ids": [ + * 28, + * 878 + * ], + * "id": 2048, + * "job": "Executive Producer", + * "original_language": "en", + * "original_title": "I, Robot", + * "overview": "In 2035, where robots are commonplace and abide by the three laws of robotics, a technophobic cop investigates an apparent suicide. Suspecting that a robot may be responsible for the death, his investigation leads him to believe that humanity may be in danger.", + * "popularity": 43.332, + * "poster_path": "/efwv6F2lGaghjPpBRSINHtoEiZB.jpg", + * "release_date": "2004-07-15", + * "title": "I, Robot", + * "video": false, + * "vote_average": 6.953, + * "vote_count": 11796 + * }, + * { + * "adult": false, + * "backdrop_path": "/3CcO4QdasRCitq2dczOpx7CXgLM.jpg", + * "credit_id": "5647cc689251413acc004e90", + * "department": "Production", + * "genre_ids": [ + * 10751, + * 12, + * 18 + * ], + * "id": 12837, + * "job": "Producer", + * "original_language": "en", + * "original_title": "The Secret Life of Bees", + * "overview": "Set in South Carolina in 1964, this is the tale of Lily Owens a 14 year-old girl who is haunted by the memory of her late mother. To escape her lonely life and troubled relationship with her father, Lily flees with Rosaleen, her caregiver and only friend, to a South Carolina town that holds the secret to her mother's past.", + * "popularity": 20.915, + * "poster_path": "/m1LGEeoYfc6crbfG8WmTKg9SVqL.jpg", + * "release_date": "2008-09-17", + * "title": "The Secret Life of Bees", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 508 + * }, + * { + * "adult": false, + * "backdrop_path": "/mRRpXyjsuj314rqHbQEHlvhoO49.jpg", + * "credit_id": "56775821c3a3681683007059", + * "department": "Production", + * "genre_ids": [ + * 28, + * 35, + * 10749 + * ], + * "id": 59962, + * "job": "Producer", + * "original_language": "en", + * "original_title": "This Means War", + * "overview": "Two top CIA operatives wage an epic battle against one another after they discover they are dating the same woman.", + * "popularity": 19.462, + * "poster_path": "/7d1hwECRc1NZlGfAeYE42ki7Fem.jpg", + * "release_date": "2012-02-14", + * "title": "This Means War", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 3375 + * }, + * { + * "adult": false, + * "backdrop_path": "/v8DepuF6gizphLzIyNZeQiB0hij.jpg", + * "credit_id": "5668c520c3a36836a600422e", + * "department": "Production", + * "genre_ids": [ + * 28, + * 12, + * 18, + * 10751 + * ], + * "id": 38575, + * "job": "Producer", + * "original_language": "en", + * "original_title": "The Karate Kid", + * "overview": "Twelve-year-old Dre Parker could have been the most popular kid in Detroit, but his mother's latest career move has landed him in China. Dre immediately falls for his classmate Mei Ying but the cultural differences make such a friendship impossible. Even worse, Dre's feelings make him an enemy of the class bully, Cheng. With no friends in a strange land, Dre has nowhere to turn but maintenance man Mr. Han, who is a kung fu master. As Han teaches Dre that kung fu is not about punches and parries, but maturity and calm, Dre realizes that facing down the bullies will be the fight of his life.", + * "popularity": 89.462, + * "poster_path": "/qV8xTWfknTOSErSa0b9Iay2QztS.jpg", + * "release_date": "2010-06-10", + * "title": "The Karate Kid", + * "video": false, + * "vote_average": 6.536, + * "vote_count": 6008 + * }, + * { + * "adult": false, + * "backdrop_path": "/piT1WWJlC0ebUVpAWI1SBwg2Vdq.jpg", + * "credit_id": "5686e2ddc3a3683628008212", + * "department": "Production", + * "genre_ids": [ + * 35, + * 10749, + * 18 + * ], + * "id": 19316, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Saving Face", + * "overview": "A Chinese-American lesbian and her traditionalist mother are reluctant to go public with secret loves that clash against cultural expectations.", + * "popularity": 12.765, + * "poster_path": "/7XbbgkKi4nEMOu9iwiANXpjKKhe.jpg", + * "release_date": "2004-09-12", + * "title": "Saving Face", + * "video": false, + * "vote_average": 7.3, + * "vote_count": 218 + * }, + * { + * "adult": false, + * "backdrop_path": "/tncbMvfV0V07UZozXdBEq4Wu9HH.jpg", + * "credit_id": "63d95504955c65007bab880f", + * "department": "Production", + * "genre_ids": [ + * 28, + * 35, + * 80, + * 53, + * 12 + * ], + * "id": 573435, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Bad Boys: Ride or Die", + * "overview": "After their late former Captain is framed, Lowrey and Burnett try to clear his name, only to end up on the run themselves.", + * "popularity": 394.83, + * "poster_path": "/oGythE98MYleE6mZlGs5oBGkux1.jpg", + * "release_date": "2024-06-05", + * "title": "Bad Boys: Ride or Die", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 2548 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "63f780f3d1ca2a008600228c", + * "department": "Production", + * "genre_ids": [ + * 16 + * ], + * "id": 1090671, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Onyeka and the Academy of the Sun", + * "overview": "A teenager learns she has powers and travels to Nigeria to learn more about her origins, where she discovers a threat to her newfound magical community.", + * "popularity": 1.323, + * "poster_path": null, + * "release_date": "", + * "title": "Onyeka and the Academy of the Sun", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/15Hy6qCCTSlDKp9VbVAC1jKfH8e.jpg", + * "credit_id": "58decf8ec3a3683d4600048b", + * "department": "Production", + * "genre_ids": [ + * 35, + * 10749 + * ], + * "id": 50220, + * "job": "Producer", + * "original_language": "en", + * "original_title": "The Seat Filler", + * "overview": "Derrick is a struggling law student who takes a job as an awards show seat filler to make ends meet. One day, he is seated next to the beautiful pop superstar Jhnelle, who mistakes him for a well-known industry executive. With an instant chemistry, the unlikely pair begin to date.", + * "popularity": 3.446, + * "poster_path": "/iwSnXkciG5ogTRhbTeXzqolpSkK.jpg", + * "release_date": "2004-08-05", + * "title": "The Seat Filler", + * "video": false, + * "vote_average": 4.3, + * "vote_count": 15 + * }, + * { + * "adult": false, + * "backdrop_path": "/mGs03iJbrh3FTFiCqMM3G8Folmq.jpg", + * "credit_id": "58decefb9251415e7f00047e", + * "department": "Production", + * "genre_ids": [ + * 18, + * 35, + * 9648 + * ], + * "id": 13960, + * "job": "Producer", + * "original_language": "en", + * "original_title": "ATL", + * "overview": "As four friends prepare for life after high school, different challenges bring about turning points in each of their lives. The dramas unfold and resolve at their local rollerskating rink, Cascade.", + * "popularity": 9.618, + * "poster_path": "/wi9VRukGburXfDwDKqcQQdgFK5S.jpg", + * "release_date": "2006-03-31", + * "title": "ATL", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 151 + * }, + * { + * "adult": false, + * "backdrop_path": "/pRPWczd6IFWNjfWHbUJNLQmhCU7.jpg", + * "credit_id": "58decf489251415e360004d7", + * "department": "Production", + * "genre_ids": [ + * 18 + * ], + * "id": 22633, + * "job": "Producer", + * "original_language": "en", + * "original_title": "The Human Contract", + * "overview": "A free-spirited woman leads a businessman down a path of reckless abandon.", + * "popularity": 10.781, + * "poster_path": "/fGzk7eIGscDHzTaIRrIUDdece7Z.jpg", + * "release_date": "2008-09-12", + * "title": "The Human Contract", + * "video": false, + * "vote_average": 4.5, + * "vote_count": 53 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "64077376de11e500f0a4fd72", + * "department": "Production", + * "genre_ids": [ + * 18, + * 53 + * ], + * "id": 1096655, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Da Understudy", + * "overview": "Life imitates art when the understudy of a Broadway production finds a role he’s willing to kill for.", + * "popularity": 0.515, + * "poster_path": null, + * "release_date": "", + * "title": "Da Understudy", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "661eb6ddd75bd6014930d65b", + * "department": "Production", + * "genre_ids": [], + * "id": 1275325, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Clean Air", + * "overview": "Ambitious sports agent Lyla loses her superstar client before the start of NASCAR's season and decides to take a chance on a rebellious female dirt track racer, 17-year-old Piper Kyte.", + * "popularity": 0.316, + * "poster_path": null, + * "release_date": "", + * "title": "Clean Air", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "665d7ee57c431fc42b491ba6", + * "department": "Production", + * "genre_ids": [ + * 35 + * ], + * "id": 734184, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Planes, Trains and Automobiles", + * "overview": "Remake of the 1987 comedy about a pair of unlikely travel companions trying to make their destinations in time for the Holiday weekend.", + * "popularity": 1.509, + * "poster_path": null, + * "release_date": "", + * "title": "Planes, Trains and Automobiles", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "6671ee0b56d4e5c9b1353ee1", + * "department": "Production", + * "genre_ids": [ + * 878, + * 53 + * ], + * "id": 693390, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Resistor", + * "overview": "Physicist Jon Grady and his team discover a device that can reflect gravity — a triumph that will revolutionize the field of physics and change the future. But instead of acclaim, Grady's lab is locked down by a covert organization known as the Bureau of Technology Control. When Grady refuses to join the BTC, he's thrown into a nightmarish high-tech prison housing other doomed rebel intellects.", + * "popularity": 1.87, + * "poster_path": null, + * "release_date": "", + * "title": "Resistor", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5b362310c3a3685320027c1e", + * "department": "Production", + * "genre_ids": [ + * 14, + * 28 + * ], + * "id": 475387, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Hancock 2", + * "overview": "", + * "popularity": 9.235, + * "poster_path": "/h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg", + * "release_date": "", + * "title": "Hancock 2", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "64a95e736a344800c9fa77f1", + * "department": "Production", + * "genre_ids": [ + * 18, + * 35 + * ], + * "id": 1149524, + * "job": "Executive Producer", + * "original_language": "en", + * "original_title": "Blind Ref", + * "overview": "A blind man struggles to become a basketball referee.", + * "popularity": 1.267, + * "poster_path": "/8MA2bDjjImTOIodv9Lyr687PTha.jpg", + * "release_date": "2013-06-06", + * "title": "Blind Ref", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5cdf69280e0a264718c9bba2", + * "department": "Production", + * "genre_ids": [ + * 10402 + * ], + * "id": 603038, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Romeo and Juliet", + * "overview": "A contemporary musical take on William Shakespeare's tragedy set against the urban rhythms of New York. The love story follows a young waitress from the streets of Brooklyn and an aspiring musician from a wealthy family whose unconventional romance forces them to confront their life choices.", + * "popularity": 1.175, + * "poster_path": null, + * "release_date": "", + * "title": "Romeo and Juliet", + * "video": false, + * "vote_average": 10, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5d44ef2c0f2fbd766bed1d3c", + * "department": "Production", + * "genre_ids": [ + * 35 + * ], + * "id": 620275, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Uptown Saturday Night", + * "overview": "A comedy centered around two friends,their night at an illegal club,a misplaced wallet,and a winning lottery ticket.", + * "popularity": 0.652, + * "poster_path": null, + * "release_date": "", + * "title": "Uptown Saturday Night", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5d73f86e209f185340fb281c", + * "department": "Production", + * "genre_ids": [ + * 878 + * ], + * "id": 629423, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Brilliance", + * "overview": "In the future, non-neurotypical people — demonized by society as “twists” or “abnorms” — are threatening the status quo of the “normal” population with their unique gifts. They are officially labeled as “Brilliants” and are carefully tracked by the government.", + * "popularity": 1.203, + * "poster_path": null, + * "release_date": "", + * "title": "Brilliance", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/4FbTBvNO3VTFbFFghipK7Jqz7I6.jpg", + * "credit_id": "5df670730d1e7f0015721014", + * "department": "Production", + * "genre_ids": [ + * 18 + * ], + * "id": 552532, + * "job": "Executive Producer", + * "original_language": "en", + * "original_title": "Charm City Kings", + * "overview": "Mouse desperately wants to join The Midnight Clique, the infamous Baltimore dirt bike riders who rule the summertime streets. When Midnight’s leader, Blax, takes 14-year-old Mouse under his wing, Mouse soon finds himself torn between the straight-and-narrow and a road filled with fast money and violence.", + * "popularity": 22.854, + * "poster_path": "/8oiMFMarbRpcusASIX4cjVXoZKI.jpg", + * "release_date": "2020-01-27", + * "title": "Charm City Kings", + * "video": false, + * "vote_average": 7.835, + * "vote_count": 471 + * }, + * { + * "adult": false, + * "backdrop_path": "/alcBeDMSAetOaCFyQ76178fJqda.jpg", + * "credit_id": "5e5188cef48b3400136ed84e", + * "department": "Production", + * "genre_ids": [ + * 99 + * ], + * "id": 121983, + * "job": "Executive Producer", + * "original_language": "en", + * "original_title": "Free Angela and All Political Prisoners", + * "overview": "FREE ANGELA is a feature-length documentary about Angela Davis and the high stakes crime, political movement, and trial that catapults the 26 year-old newly appointed philosophy professor at the University of California at Los Angeles into a seventies revolutionary political icon. Nearly forty years later, and for the first time, Angela Davis speaks frankly about the actions that branded her as a terrorist and simultaneously spurred a worldwide political movement for her freedom.", + * "popularity": 2.506, + * "poster_path": "/k7ZKZDIoYPnDEpxtkLqSzjW9Wgs.jpg", + * "release_date": "2012-09-09", + * "title": "Free Angela and All Political Prisoners", + * "video": false, + * "vote_average": 7.1, + * "vote_count": 27 + * }, + * { + * "adult": false, + * "backdrop_path": "/eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg", + * "credit_id": "5eef9bfd568463003301bafd", + * "department": "Production", + * "genre_ids": [ + * 53, + * 28, + * 80 + * ], + * "id": 38700, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Bad Boys for Life", + * "overview": "Marcus and Mike are forced to confront new threats, career changes, and midlife crises as they join the newly created elite team AMMO of the Miami police department to take down the ruthless Armando Armas, the vicious leader of a Miami drug cartel.", + * "popularity": 81.514, + * "poster_path": "/y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg", + * "release_date": "2020-01-15", + * "title": "Bad Boys for Life", + * "video": false, + * "vote_average": 7.139, + * "vote_count": 8290 + * }, + * { + * "adult": false, + * "backdrop_path": "/9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg", + * "credit_id": "5eee06639661fc00375d7f72", + * "department": "Production", + * "genre_ids": [ + * 18, + * 10752, + * 36 + * ], + * "id": 715931, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Emancipation", + * "overview": "Inspired by the gripping true story of a man who would do anything for his family—and for freedom. When Peter, an enslaved man, risks his life to escape and return to his family, he embarks on a perilous journey of love and endurance.", + * "popularity": 23.242, + * "poster_path": "/s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg", + * "release_date": "2022-12-02", + * "title": "Emancipation", + * "video": false, + * "vote_average": 7.8, + * "vote_count": 1130 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "601e26cb0929f6003ea8d238", + * "department": "Production", + * "genre_ids": [ + * 28, + * 53 + * ], + * "id": 698261, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Fast and Loose", + * "overview": "A man who wakes up in Tijuana after being left for dead with absolutely no memory. As he follows a string of clues to uncover his identity, he discovers that he’s been living two different lives: one as a super-successful crime kingpin, surrounded by beautiful women, expensive toys and a lavish lifestyle, and the other as an undercover CIA agent, but with a puny salary, no family or home life whatsoever and zero trappings of success. The problem is, he can’t remember which of these two personas is his true identity.", + * "popularity": 1.465, + * "poster_path": null, + * "release_date": "", + * "title": "Fast and Loose", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "66d8af138f73fe939d1abb9d", + * "department": "Production", + * "genre_ids": [], + * "id": 1244949, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Sugar Bandits", + * "overview": "Based on the Chuck Hogan book “Devils in Exile,” the thriller centres on an Iraq War veteran who teams up with a crew of fellow vets to target the drug trade in Boston.", + * "popularity": 0.936, + * "poster_path": null, + * "release_date": "", + * "title": "Sugar Bandits", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "66ec5f173d29e1389646c456", + * "department": "Production", + * "genre_ids": [], + * "id": 1358854, + * "job": "Producer", + * "original_language": "en", + * "original_title": "Untitled Queen Latifah Biopic", + * "overview": "A Hip Hop biopic about the rise of the iconic artist, Queen Latifah.", + * "popularity": 1.682, + * "poster_path": null, + * "release_date": "", + * "title": "Untitled Queen Latifah Biopic", + * "video": false, + * "vote_average": 0, + * "vote_count": 0 + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg */ + backdrop_path?: string | null; + /** @example 52fe42f3c3a36847f802f1bd */ + credit_id?: string; + /** @example Production */ + department?: string; + /** @example [ + * 18 + * ] */ + genre_ids?: number[]; + /** @example 1402 */ + id?: number; + /** @example Producer */ + job?: string; + /** @example en */ + original_language?: string; + /** @example The Pursuit of Happyness */ + original_title?: string; + /** @example A struggling salesman takes custody of his son as he's poised to begin a life-changing professional career. */ + overview?: string; + /** @example 65.281 */ + popularity?: number; + /** @example /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg */ + poster_path?: string | null; + /** @example 2006-12-14 */ + release_date?: string; + /** @example The Pursuit of Happyness */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 7.9 */ + vote_average?: number; + /** @example 9888 */ + vote_count?: number; + }[]; + /** @example 2888 */ + id?: number; + }; + }; + }; + }; + }; + tvCredits: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description tv credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/d5TiWURH1LJC95r2CWERFH9GKO8.jpg", + * "character": "Self", + * "credit_id": "525394ca19c29579402be4ea", + * "episode_count": 1, + * "first_air_date": "1988-10-03", + * "genre_ids": [ + * 10767, + * 10763 + * ], + * "id": 766, + * "name": "This Morning", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "This Morning", + * "overview": "This Morning features a variety of news, as well as show business, fashion, beauty, lifestyle, home and garden, food, tech, live phone-ins, and competitions.", + * "popularity": 18.283, + * "poster_path": "/w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg", + * "vote_average": 5.5, + * "vote_count": 21 + * }, + * { + * "adult": false, + * "backdrop_path": "/cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg", + * "character": "Self", + * "credit_id": "5253463019c29579400c9508", + * "episode_count": 1, + * "first_air_date": "1994-08-14", + * "genre_ids": [ + * 10767 + * ], + * "id": 217, + * "name": "Inside the Actors Studio", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Inside the Actors Studio", + * "overview": "James Lipton sits down with some of the world's most accomplished actors and directors for penetrating, fascinating interviews.", + * "popularity": 4.265, + * "poster_path": "/a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg", + * "vote_average": 7.443, + * "vote_count": 53 + * }, + * { + * "adult": false, + * "backdrop_path": "/69TLqW1BeyP3bAPf18GpGqjTb00.jpg", + * "character": "Self", + * "credit_id": "52570aec760ee3776a05f593", + * "episode_count": 1, + * "first_air_date": "2006-08-14", + * "genre_ids": [ + * 10767 + * ], + * "id": 1514, + * "name": "The One Show", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The One Show", + * "overview": "A topical magazine-style daily television programme broadcast live on BBC One.", + * "popularity": 122.214, + * "poster_path": "/7QpzCej3Lwrsnx5A8FePYsUCIzf.jpg", + * "vote_average": 4.6, + * "vote_count": 25 + * }, + * { + * "adult": false, + * "backdrop_path": "/l6RgKNzSlGQmCNDDqshk5qszQlA.jpg", + * "character": "", + * "credit_id": "52570ccc19c2957114017a28", + * "episode_count": 3, + * "first_air_date": "2003-09-16", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1566, + * "name": "All of Us", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "All of Us", + * "overview": "Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex.", + * "popularity": 28.535, + * "poster_path": "/fQKE9RE2U0EWiFT8f3FVaowokyk.jpg", + * "vote_average": 7.354, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": "/uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg", + * "character": "Will Smith", + * "credit_id": "525718a319c29571140a88c5", + * "episode_count": 148, + * "first_air_date": "1990-09-10", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1892, + * "name": "The Fresh Prince of Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Fresh Prince of Bel-Air", + * "overview": "Will, a street-smart teenager, moves from the tough streets of West Philly to posh Bel-Air to live with his Uncle Philip, Aunt Vivian, his cousins — spoiled Hilary, preppy Carlton and young Ashley — and their sophisticated British butler, Geoffrey. Though Will’s antics and upbringing contrast greatly with the upper-class lifestyle of his extended relatives, he soon finds himself right at home as a loved part of the family.", + * "popularity": 75.033, + * "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + * "vote_average": 7.936, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg", + * "character": "Self", + * "credit_id": "5257137b760ee3776a1068d9", + * "episode_count": 1, + * "first_air_date": "1952-01-14", + * "genre_ids": [ + * 10763, + * 10767 + * ], + * "id": 1709, + * "name": "Today", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Today", + * "overview": "Today is a daily American morning television show that airs on NBC. The program debuted on January 14, 1952. It was the first of its genre on American television and in the world, and is the fifth-longest running American television series. Originally a two-hour program on weekdays, it expanded to Sundays in 1987 and Saturdays in 1992. The weekday broadcast expanded to three hours in 2000, and to four hours in 2007.\n\nToday's dominance was virtually unchallenged by the other networks until the late 1980s, when it was overtaken by ABC's Good Morning America. Today retook the Nielsen ratings lead the week of December 11, 1995, and held onto that position for 852 consecutive weeks until the week of April 9, 2012, when it was beaten by Good Morning America yet again. In 2002, Today was ranked #17 on TV Guide's 50 Greatest Television Shows of All Time.", + * "popularity": 15.425, + * "poster_path": "/xlWdasY9oYg3OO5VTNqlPFftgya.jpg", + * "vote_average": 5.5, + * "vote_count": 26 + * }, + * { + * "adult": false, + * "backdrop_path": "/upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg", + * "character": "", + * "credit_id": "52571abd19c29571140d0f30", + * "episode_count": 2, + * "first_air_date": "1988-09-05", + * "genre_ids": [ + * 10767 + * ], + * "id": 1900, + * "name": "LIVE with Kelly and Mark", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "LIVE with Kelly and Mark", + * "overview": "A morning talk show with A-list celebrity guests, top-notch performances and one-of-a-kind segments that are unrivaled on daytime television, plus spontaneous, hilarious and unpredictable talk.", + * "popularity": 98.694, + * "poster_path": "/l5y8egG27p2fSTyq8s21SQMmQLy.jpg", + * "vote_average": 5.488, + * "vote_count": 40 + * }, + * { + * "adult": false, + * "backdrop_path": "/sSQKcECh7TkrvvASfbjcbiFiwlP.jpg", + * "character": "Self", + * "credit_id": "602fbe5e32cc2b004184a9df", + * "episode_count": 1, + * "first_air_date": "1976-10-03", + * "genre_ids": [ + * 10767 + * ], + * "id": 118944, + * "name": "Domenica In", + * "origin_country": [ + * "IT" + * ], + * "original_language": "it", + * "original_name": "Domenica In", + * "overview": "", + * "popularity": 12.967, + * "poster_path": "/pIFifwfmgMMyksoanuAwPU73sDP.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/lWkfSWJstUFk7oqyo7MrMoXehoi.jpg", + * "character": "", + * "credit_id": "52573b60760ee36aaa013f4e", + * "episode_count": 6, + * "first_air_date": "1992-05-25", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 2518, + * "name": "The Tonight Show with Jay Leno", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Tonight Show with Jay Leno", + * "overview": "Jay Leno hosts some of the biggest celebrities in the world.", + * "popularity": 60.316, + * "poster_path": "/xAFMZ3wFIEXTISryRZD94AAvWng.jpg", + * "vote_average": 5.4, + * "vote_count": 86 + * }, + * { + * "adult": false, + * "backdrop_path": "/dVTyx2n13PvEG44iH40DdaNym2A.jpg", + * "character": "Self — Host", + * "credit_id": "6019b4fc87a27a003fe84fd4", + * "episode_count": 6, + * "first_air_date": "2021-02-17", + * "genre_ids": [ + * 99, + * 10763, + * 10768 + * ], + * "id": 118043, + * "name": "Amend: The Fight for America", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Amend: The Fight for America", + * "overview": "When the United States of America was founded, the ideals of freedom and equality did not apply to all people. These are the stories of the brave Americans who fought to right the nation’s wrongs and enshrine the values we hold most dear into the Constitution — with liberty and justice for all.", + * "popularity": 12.082, + * "poster_path": "/uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg", + * "vote_average": 7.079, + * "vote_count": 164 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "52574daf760ee36aaa16f5b7", + * "episode_count": 1, + * "first_air_date": "1999-11-01", + * "genre_ids": [ + * 10763 + * ], + * "id": 3167, + * "name": "The Early Show", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Early Show", + * "overview": "The Early Show is an American morning television show which was broadcast by CBS from New York City from 1999 to 2012. The program aired live from 7 to 9 a.m. Eastern Time Monday through Friday in the Eastern time zone; most affiliates in the Central, Mountain, and Pacific time zones aired the show on tape-delay from 7 to 9 a.m. local time. The Saturday edition aired live from 7 to 9 a.m. Eastern Time as well, but a number of affiliates did not carry it or aired it later on tape-delay. It premiered on November 1, 1999, and was the newest of the major networks' morning shows, although CBS has made several attempts to program in the morning slot since 1954. The show aired as a division of CBS News.\n\nThe Early Show, like many of its predecessors, traditionally ran last in the ratings to its rivals, NBC's Today and ABC's Good Morning America. Much like NBC's The Today Show and The Tonight Show, the title The Early Show was analogous to that of CBS's late-night talk show, The Late Show.\n\nOn November 15, 2011, CBS announced that a new morning show would replace The Early Show on January 9, 2012. CBS News chairman Jeff Fager and CBS News president David Rhodes stated that the new show would \"redefine the morning television landscape.\" On December 1, it was announced that the new show would be titled CBS This Morning. The Early Show ended its twelve-year run on January 6, 2012, to make way for the program. Charlie Rose, Gayle King, and Erica Hill were named anchors of the new program.", + * "popularity": 13.92, + * "poster_path": "/iJvwr7kL0Q7BtrYC38KQ5baPw7g.jpg", + * "vote_average": 5.7, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": "/sBhM4huBFPWi8XQDJhKjP2D2SG1.jpg", + * "character": "", + * "credit_id": "52576eb5760ee36aaa449ab3", + * "episode_count": 1, + * "first_air_date": "2003-03-31", + * "genre_ids": [ + * 10764 + * ], + * "id": 4535, + * "name": "American Chopper", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "American Chopper", + * "overview": "Paul Teutul, Sr. and his son Paul Teutul, Jr. manufacture custom chopper-style motorcycles.", + * "popularity": 43.965, + * "poster_path": "/y4HP3SGLHeYi2TBhnXcoRRyhhJA.jpg", + * "vote_average": 6.5, + * "vote_count": 54 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5257858b19c29531db28c08e", + * "episode_count": 1, + * "first_air_date": "1973-09-27", + * "genre_ids": [], + * "id": 6249, + * "name": "Rock Concert", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Rock Concert", + * "overview": "Don Kirshner's Rock Concert is an American television music variety show that ran during the 1970s and early 1980s, created and produced by Don Kirshner and syndicated to television stations. It premiered on September 27, 1973, with a performance by The Rolling Stones; its last episode was in 1981.", + * "popularity": 10.434, + * "poster_path": "/4qLa3uzz90looZy0y75ilON63rI.jpg", + * "vote_average": 8, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/vfRY6XG6gaWyc6AF3QDLn12aUer.jpg", + * "character": "Self", + * "credit_id": "52576b20760ee36aaa3e7217", + * "episode_count": 1, + * "first_air_date": "1995-10-14", + * "genre_ids": [ + * 35 + * ], + * "id": 4469, + * "name": "MADtv", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "MADtv", + * "overview": "MADtv is an American sketch comedy television series originally inspired by Mad magazine. The one-hour show aired Saturday nights on Fox.", + * "popularity": 20.515, + * "poster_path": "/4tXHrqYbETym7Def99MeXrpPyRA.jpg", + * "vote_average": 6.888, + * "vote_count": 116 + * }, + * { + * "adult": false, + * "backdrop_path": "/mF8wqQiSNMdYHnp2D7TiL2s03DK.jpg", + * "character": "Self", + * "credit_id": "60afa8c617792c006e1d23ac", + * "episode_count": 1, + * "first_air_date": "2018-08-28", + * "genre_ids": [ + * 10767 + * ], + * "id": 81187, + * "name": "The Shop", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Shop", + * "overview": "A one-of-a-kind barbershop experience with unfiltered conversation and debate from the biggest names in sports and entertainment.", + * "popularity": 24.571, + * "poster_path": "/yhISN0ewMkjqKxBQAeo2QkLFTnm.jpg", + * "vote_average": 4.909, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/zu2vKWoIwdLN8raXNDASmTpawi6.jpg", + * "character": "", + * "credit_id": "5258298a760ee36aaa854083", + * "episode_count": 1, + * "first_air_date": "1992-06-10", + * "genre_ids": [], + * "id": 13667, + * "name": "MTV Movie & TV Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "MTV Movie & TV Awards", + * "overview": "The annual film & TV awards show presented by MTV. The nominees are decided by producers and executives at MTV with winners decided online by the general public.", + * "popularity": 40.864, + * "poster_path": "/77FuUQrJVO8GcyCpfHBZOICINwm.jpg", + * "vote_average": 7.7, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/8eez6fEywKCS1ow6seT3IQK7Ylc.jpg", + * "character": "", + * "credit_id": "60e9020d22e4800047adc709", + * "episode_count": 1, + * "first_air_date": "2003-01-26", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 1489, + * "name": "Jimmy Kimmel Live!", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Jimmy Kimmel Live!", + * "overview": "Jimmy Kimmel Live! is an American late-night talk show, created and hosted by Jimmy Kimmel and broadcast on ABC.", + * "popularity": 62.291, + * "poster_path": "/z1CAt5BCQEmmqtkze8B1UelQzkY.jpg", + * "vote_average": 5.5, + * "vote_count": 160 + * }, + * { + * "adult": false, + * "backdrop_path": "/be8s04cLyXXEqjBT24YPYdDSZKB.jpg", + * "character": "Self - Host", + * "credit_id": "60cb658005a533002a24d85d", + * "episode_count": 6, + * "first_air_date": "2021-12-08", + * "genre_ids": [ + * 99 + * ], + * "id": 127700, + * "name": "Welcome to Earth", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Welcome to Earth", + * "overview": "Will Smith whose curiosity and wonder is positively infectious—is guided by National Geographic Explorers traveling to different corners of the world to get up close and personal with the weirdest, most unusual, dangerous and thrilling spectacles of the planet.", + * "popularity": 13.261, + * "poster_path": "/l9x6xh4KCgwMk9PYiosXXFGwI3a.jpg", + * "vote_average": 7.6, + * "vote_count": 416 + * }, + * { + * "adult": false, + * "backdrop_path": "/fga95w01nU0UVUSHpeeNz92zv8M.jpg", + * "character": "Self", + * "credit_id": "5258834d760ee3466140968f", + * "episode_count": 5, + * "first_air_date": "1953-03-19", + * "genre_ids": [], + * "id": 27023, + * "name": "The Oscars", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Oscars", + * "overview": "An annual American awards ceremony honoring cinematic achievements in the film industry. The various category winners are awarded a copy of a statuette, officially the Academy Award of Merit, that is better known by its nickname Oscar.", + * "popularity": 31.744, + * "poster_path": "/cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg", + * "vote_average": 7, + * "vote_count": 65 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "52588691760ee346614740af", + * "episode_count": 2, + * "first_air_date": "1993-01-01", + * "genre_ids": [ + * 10763 + * ], + * "id": 27511, + * "name": "GMTV", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "GMTV", + * "overview": "GMTV is the name of the national Channel 3 breakfast television contractor/licensee, broadcasting in the United Kingdom from 1 January 1993 to 3 September 2010. It became a wholly owned subsidiary of ITV plc in November 2009. Shortly after, ITV plc announced the programme would end. The final edition of GMTV was broadcast on 3 September 2010.", + * "popularity": 49.689, + * "poster_path": "/peQ3blnogd6YXfjqPJOwMx1yOVK.jpg", + * "vote_average": 5.583, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/k8BfpqU2PXjg2YHZBGxWIS2efj3.jpg", + * "character": "", + * "credit_id": "5258819a760ee346613ac69a", + * "episode_count": 1, + * "first_air_date": "1998-09-14", + * "genre_ids": [], + * "id": 26834, + * "name": "TRL", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "TRL", + * "overview": "Total Request Live was a television series on MTV that featured popular music videos. TRL was MTV's prime outlet for music videos as the network continued to concentrate on reality-based programming. In addition to music videos, TRL featured daily guests. The show was a popular promotion tool used by musicians, actors, and other celebrities to promote their newest works to the show's target teen demographic.\n\nTRL played the top ten most requested videos of the day, as requested by viewers who voted online for their favorite video. The countdown started with the tenth most requested video and ended with the most requested. As of October 22, 2007, TRL's countdown was based on votes, charts, ringtones, download, radio airplay, and streams, meaning that the most user requested video might not have been the number 1 video. The show generally aired Monday through Thursday for one hour, though the scheduling and length of the show fluctuated over the years. Despite the word \"Live\" in the title of the show, many episodes were actually pre-recorded.\n\nIt was announced on September 15, 2008 that TRL would be shut down and replaced with FNMTV. The special three-hour finale aired on November 16, 2008, at 8 p.m.", + * "popularity": 24.686, + * "poster_path": "/kzjtc9bdEvy3ilAlfzq16CgFtuC.jpg", + * "vote_average": 5.2, + * "vote_count": 14 + * }, + * { + * "adult": false, + * "backdrop_path": "/lV9jwkGJC5iIYnMwq645UZ56W2.jpg", + * "character": "Self", + * "credit_id": "525899d2760ee346615da101", + * "episode_count": 1, + * "first_air_date": "2009-09-14", + * "genre_ids": [ + * 10767 + * ], + * "id": 30769, + * "name": "Live from Studio Five", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Live from Studio Five", + * "overview": "Live from Studio Five was an early-evening British magazine programme which was produced by Sky News for Channel 5. It was presented by Kate Walsh and a line-up of other co-presenters during its run. It consisted of interviews and discussing topical issues, with an emphasis on showbusiness news and celebrity gossip, after originally covering stories from a popular news agenda. It aired its final edition on 4 February 2011 and was replaced by OK! TV in February 2011 which lasted just nine months on air before itself being axed.", + * "popularity": 3.07, + * "poster_path": "/qvcklKVYE12ZUOniclBp1t2QsKP.jpg", + * "vote_average": 3.3, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/hw6CdkZ0NOdnkFv6cJHHRI6qt3y.jpg", + * "character": "Self (archive footage)", + * "credit_id": "61021fa74e52ed002ea46fd0", + * "episode_count": 1, + * "first_air_date": "2021-03-06", + * "genre_ids": [ + * 99 + * ], + * "id": 125972, + * "name": "This Is Pop", + * "origin_country": [ + * "CA" + * ], + * "original_language": "en", + * "original_name": "This Is Pop", + * "overview": "Unknown histories take center stage as the hitmakers themselves - from ABBA to T-Pain - explore dimensions of pop music you never knew existed.", + * "popularity": 8.656, + * "poster_path": "/uVG8QtrKspTYGCJRKqFUa4Vyfgs.jpg", + * "vote_average": 5.7, + * "vote_count": 15 + * }, + * { + * "adult": false, + * "backdrop_path": "/xl1wGwaPZInJo1JAnpKqnFozWBE.jpg", + * "character": "", + * "credit_id": "53b80c670e0a2676c7007b13", + * "episode_count": 1, + * "first_air_date": "2014-02-17", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 59941, + * "name": "The Tonight Show Starring Jimmy Fallon", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Tonight Show Starring Jimmy Fallon", + * "overview": "After Jay Leno's second retirement from the program, Jimmy Fallon stepped in as his permanent replacement. After 42 years in Los Angeles the program was brought back to New York.", + * "popularity": 341.016, + * "poster_path": "/if7ECoH4xaYw5S8gomNIEmtwTxP.jpg", + * "vote_average": 5.826, + * "vote_count": 316 + * }, + * { + * "adult": false, + * "backdrop_path": "/jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg", + * "character": "Self", + * "credit_id": "560bd01cc3a3686824005131", + * "episode_count": 1, + * "first_air_date": "1995-12-05", + * "genre_ids": [ + * 10764 + * ], + * "id": 40605, + * "name": "Die Harald Schmidt Show", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Die Harald Schmidt Show", + * "overview": "The Harald Schmidt Show is a German late night talk show hosted on Sky Deutschland by comedian Harald Schmidt. The show first aired from 5 December 1995 to 23 December 2003 on Sat.1. Schmidt then moved his show to Das Erste as Harald Schmidt and Schmidt & Pocher, but he returned to Sat.1 on 13 September 2011. After cancellation on Sat.1, the show continued on Sky Deutschland in September 2012.", + * "popularity": 149.454, + * "poster_path": "/lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg", + * "vote_average": 7, + * "vote_count": 16 + * }, + * { + * "adult": false, + * "backdrop_path": "/3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg", + * "character": "Self", + * "credit_id": "55df5b0e92514179820000e3", + * "episode_count": 1, + * "first_air_date": "2006-09-24", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 6809, + * "name": "El hormiguero", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "El hormiguero", + * "overview": "El Hormiguero is a Spanish television program with a live audience focusing on comedy, science, and politics running since September 2006. It is hosted and produced by screenwriter Pablo Motos. The show aired on Spain's Cuatro channel from launch until June 2011 and is now broadcast on Antena 3. Recurring guests on the show include Luis Piedrahita, Raquel Martos, Marron & \"The Man in Black\", and puppet ants Trancas and Barrancas. It has proved a ratings success, and has expanded from a weekly 120-minute show to a daily 40-minute show in its third season, which began on September 17, 2007. The show won the Entertainment prize at the 2009 Rose d'Or ceremony.", + * "popularity": 125.63, + * "poster_path": "/sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg", + * "vote_average": 4.9, + * "vote_count": 33 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "55e8d37fc3a3682c6b00392c", + * "episode_count": 2, + * "first_air_date": "1981-02-14", + * "genre_ids": [ + * 18, + * 10764, + * 35, + * 10767 + * ], + * "id": 10918, + * "name": "Wetten, dass..?", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Wetten, dass..?", + * "overview": "A long-running German-language entertainment television show based on the format of the British show You Bet! and the American show Wanna Bet?.", + * "popularity": 54.985, + * "poster_path": "/4i8719B3j4z5U5EI1mjw3sOjBWe.jpg", + * "vote_average": 5.5, + * "vote_count": 18 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "617f9318229ae2002a60fdda", + * "episode_count": 6, + * "first_air_date": "2021-11-08", + * "genre_ids": [ + * 99 + * ], + * "id": 137684, + * "name": "Best Shape of My Life", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Best Shape of My Life", + * "overview": "Will Smith teams up with guests and undergoes a fitness challenge.", + * "popularity": 2.732, + * "poster_path": "/hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg", + * "vote_average": 4, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": "/lgI98jt69LFv4GWj0RmOaLU69sK.jpg", + * "character": "Self - Guest", + * "credit_id": "560001569251412aad00234c", + * "episode_count": 1, + * "first_air_date": "2009-01-16", + * "genre_ids": [ + * 10767 + * ], + * "id": 31449, + * "name": "Skavlan", + * "origin_country": [ + * "NO", + * "SE" + * ], + * "original_language": "no", + * "original_name": "Skavlan", + * "overview": "Skavlan is a Norwegian-Swedish television talk show hosted by Norwegian journalist Fredrik Skavlan. It premiered in Sweden on Sveriges Television in January 2009, and the first guests to appear on the show were former Prime Minister of Sweden Göran Persson and his wife Anitra Steen. On 8 May 2009, it was announced that Skavlan had been renewed for a second season. It was also announced that the show would no longer only be produced by SVT in Sweden; Skavlan would now be partly produced in Norway by the Norwegian Broadcasting Corporation. The first twelve episodes of Skavlan's second season were produced by SVT in Sweden, and the remaining twelve by NRK in Norway.\n\nSkavlan speaks Norwegian and his dialog is therefore subtitled in Swedish in Sweden, even though the two languages are quite similar and mutually intelligible. If the persons being interviewed by Skavlan are Swedish, he often tells them to let him know if they do not understand what he is saying. Swedish novelist Jan Guillou has criticized SVT for subtitling the program, stating \"there is no need for that. If the host had been Danish, subtitling would have been necessary, but with a Norwegian host it does not make any sense.\"", + * "popularity": 617.216, + * "poster_path": "/aDQoVmOfYIy7iGEQno9NtxDmaDI.jpg", + * "vote_average": 5, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/xl1wGwaPZInJo1JAnpKqnFozWBE.jpg", + * "character": "Self - Guest", + * "credit_id": "61838c62e93e9500625d85fb", + * "episode_count": 1, + * "first_air_date": "2014-02-17", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 59941, + * "name": "The Tonight Show Starring Jimmy Fallon", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Tonight Show Starring Jimmy Fallon", + * "overview": "After Jay Leno's second retirement from the program, Jimmy Fallon stepped in as his permanent replacement. After 42 years in Los Angeles the program was brought back to New York.", + * "popularity": 341.016, + * "poster_path": "/if7ECoH4xaYw5S8gomNIEmtwTxP.jpg", + * "vote_average": 5.826, + * "vote_count": 316 + * }, + * { + * "adult": false, + * "backdrop_path": "/ef46O4ejjL8tWo4WD84UI7DLFZW.jpg", + * "character": "Self", + * "credit_id": "618489a23e2ec8008d1f4a7d", + * "episode_count": 1, + * "first_air_date": "2020-07-30", + * "genre_ids": [ + * 10767 + * ], + * "id": 106727, + * "name": "The Oprah Conversation", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Oprah Conversation", + * "overview": "Oprah leads intimate discussions with today’s foremost newsmakers, thought leaders, and masters of their craft. Bringing truth and perspective to a range of topics shaping our world, they reveal gripping stories of human connection.", + * "popularity": 12.53, + * "poster_path": "/fGfbY5RcLG9HyXp3zx7AsT0XDvU.jpg", + * "vote_average": 8.3, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self (archive footage)", + * "credit_id": "64af19e9c490480139cfe0d7", + * "episode_count": 1, + * "first_air_date": "2020-09-07", + * "genre_ids": [ + * 99 + * ], + * "id": 133401, + * "name": "The True Story of...", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "The True Story of...", + * "overview": "", + * "popularity": 9.528, + * "poster_path": "/roQeI2dldIn7eHQMyovFfhwtuHg.jpg", + * "vote_average": 7.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "572b3531c3a36848010024f6", + * "episode_count": 1, + * "first_air_date": "1999-09-22", + * "genre_ids": [ + * 35 + * ], + * "id": 4461, + * "name": "Rove", + * "origin_country": [ + * "AU" + * ], + * "original_language": "en", + * "original_name": "Rove", + * "overview": "Rove, formerly Rove Live, was an Australian television variety show which premiered on the Nine Network on 22 September 1999, before moving to Network Ten which aired the program from 2000 until November, 2009. The show was hosted by comedian Rove McManus, and featured an ensemble cast, who presented various segments throughout the course of the show. The show won the Logie Award for \"Most Popular Light Entertainment Program\" five times.", + * "popularity": 271.453, + * "poster_path": "/znUsPPMZndVOOxlGm6zLk6BpkFo.jpg", + * "vote_average": 8, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/8Zm2LR8YmGMF67Oofc9FdBSw1WM.jpg", + * "character": "Self", + * "credit_id": "61db4c05bf09d1001f79795b", + * "episode_count": 1, + * "first_air_date": "2018-05-07", + * "genre_ids": [ + * 10767 + * ], + * "id": 83216, + * "name": "Red Table Talk", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Red Table Talk", + * "overview": "Jada Pinkett Smith, her daughter Willow, and mother Adrienne – three generations of women open their home for a series of candid conversations with family and friends.", + * "popularity": 20.341, + * "poster_path": "/9MFH6LriSscCg9HiGeLam78KfBV.jpg", + * "vote_average": 6.4, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "62015277136545006828ae7b", + * "episode_count": 1, + * "first_air_date": "", + * "genre_ids": [ + * 99 + * ], + * "id": 157194, + * "name": "Pole to Pole", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Pole to Pole", + * "overview": "A series that will see the King Richard star cover 26,000 miles from the South Pole to the North Pole. It comes from Smith’s Westbrook Studios, Jane Root’s Nutopia and Aronofsky’s Protoza.", + * "popularity": 1.63, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/zu2vKWoIwdLN8raXNDASmTpawi6.jpg", + * "character": "Self - Presenter", + * "credit_id": "64ebcbeed48cee00ad4436e1", + * "episode_count": 1, + * "first_air_date": "1992-06-10", + * "genre_ids": [], + * "id": 13667, + * "name": "MTV Movie & TV Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "MTV Movie & TV Awards", + * "overview": "The annual film & TV awards show presented by MTV. The nominees are decided by producers and executives at MTV with winners decided online by the general public.", + * "popularity": 40.864, + * "poster_path": "/77FuUQrJVO8GcyCpfHBZOICINwm.jpg", + * "vote_average": 7.7, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/lJSojr9b2KaddW1QI8q2bY6OXy.jpg", + * "character": "Self", + * "credit_id": "599396299251415433007ff7", + * "episode_count": 1, + * "first_air_date": "2017-08-08", + * "genre_ids": [ + * 35 + * ], + * "id": 72610, + * "name": "Carpool Karaoke: The Series", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Carpool Karaoke: The Series", + * "overview": "Celebrity pairings ride along in a car together as they sing tunes from their personal playlists and surprise fans who don't expect to see big stars belting out tunes one lane over.", + * "popularity": 57.353, + * "poster_path": "/bA6tpDMoyQO8fRmXC8sHh7LQoqW.jpg", + * "vote_average": 5.9, + * "vote_count": 32 + * }, + * { + * "adult": false, + * "backdrop_path": "/7zDjaT3hSNkjUDtiG1W2vOdecVB.jpg", + * "character": "Self", + * "credit_id": "625da10987e63e0067485b66", + * "episode_count": 76, + * "first_air_date": "2016-09-12", + * "genre_ids": [ + * 10767 + * ], + * "id": 67824, + * "name": "Quotidien", + * "origin_country": [ + * "FR" + * ], + * "original_language": "fr", + * "original_name": "Quotidien", + * "overview": "Quotidien is a French television program presented by Yann Barthès and broadcast from September 12, 2016 on TMC.", + * "popularity": 207.682, + * "poster_path": "/gzJQCQPklSEuQDiM9ayAjCtCoL2.jpg", + * "vote_average": 6.2, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/6wX6105dCfRqTrwvoQgA8bGxUCo.jpg", + * "character": "Self", + * "credit_id": "5a3e81720e0a2620f2013280", + * "episode_count": 8, + * "first_air_date": "2007-02-22", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 1220, + * "name": "The Graham Norton Show", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The Graham Norton Show", + * "overview": "Each week celebrity guests join Irish comedian Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out.", + * "popularity": 160.438, + * "poster_path": "/vrbqaBXB8AALynQzpWz6JdCPEJS.jpg", + * "vote_average": 7.2, + * "vote_count": 252 + * }, + * { + * "adult": false, + * "backdrop_path": "/cgGqcvi2Hmi7jgjtoWa0bDqixj6.jpg", + * "character": "Hawker", + * "credit_id": "5a42f4859251411f4f059bf9", + * "episode_count": 1, + * "first_air_date": "1972-10-04", + * "genre_ids": [ + * 18 + * ], + * "id": 18162, + * "name": "ABC Afterschool Special", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "ABC Afterschool Special", + * "overview": "Dramatically presented situations, often controversial, of interest to children and teenagers. Several episodes were either in animated form or presented as documentaries. Topics included illiteracy, substance abuse and teenage pregnancy.", + * "popularity": 68.237, + * "poster_path": "/uOx0dDmt72hjIC5gmCzxEdn8qt0.jpg", + * "vote_average": 6.385, + * "vote_count": 13 + * }, + * { + * "adult": false, + * "backdrop_path": "/634Ie2lnbFlLMknu0mDid8vJVvT.jpg", + * "character": "Self", + * "credit_id": "6265a1a97fcab3116983eac1", + * "episode_count": 1, + * "first_air_date": "2018-03-12", + * "genre_ids": [ + * 10767 + * ], + * "id": 78086, + * "name": "Late Night Berlin", + * "origin_country": [], + * "original_language": "de", + * "original_name": "Late Night Berlin", + * "overview": "", + * "popularity": 48.225, + * "poster_path": "/5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg", + * "vote_average": 5.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "6277ee6d389da100a320a8da", + * "episode_count": 1, + * "first_air_date": "1988-09-21", + * "genre_ids": [ + * 10767 + * ], + * "id": 201558, + * "name": "Yo! MTV Raps", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Yo! MTV Raps", + * "overview": "Popular rap music videos showcased along with live performances and interviews with notable rap artists.", + * "popularity": 12.076, + * "poster_path": "/bVkwSDjUXpc5bX4YM0pTu6EeIq6.jpg", + * "vote_average": 7.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/7oX1mr71ymBEJOBSDS5UZQDrhng.jpg", + * "character": "Self", + * "credit_id": "6289aa789a643500508f1bfe", + * "episode_count": 1, + * "first_air_date": "2018-01-12", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 76178, + * "name": "My Next Guest Needs No Introduction With David Letterman", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "My Next Guest Needs No Introduction With David Letterman", + * "overview": "Late-night TV legend David Letterman hosts an intimate talk show featuring insightful conversations and fun-filled excursions with notable figures.", + * "popularity": 18.624, + * "poster_path": "/5dObN91CjQPUhgQoEMbpmLTtxc8.jpg", + * "vote_average": 7, + * "vote_count": 58 + * }, + * { + * "adult": false, + * "backdrop_path": "/lX1An9AZV19BapiUbDgMyPbr0tZ.jpg", + * "character": "Self - Host", + * "credit_id": "5a3787940e0a264cd01e82f2", + * "episode_count": 10, + * "first_air_date": "2018-03-26", + * "genre_ids": [ + * 99 + * ], + * "id": 75782, + * "name": "One Strange Rock", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "One Strange Rock", + * "overview": "A mind-bending, thrilling journey exploring the fragility and wonder of planet Earth, one of the most peculiar, unique places in the entire universe, brought to life by the only people to have left it behind – the world’s most well known and leading astronauts.", + * "popularity": 66.851, + * "poster_path": "/bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg", + * "vote_average": 7.642, + * "vote_count": 74 + * }, + * { + * "adult": false, + * "backdrop_path": "/xl1wGwaPZInJo1JAnpKqnFozWBE.jpg", + * "character": "Self", + * "credit_id": "659ed484d6590b014a28d774", + * "episode_count": 3, + * "first_air_date": "2014-02-17", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 59941, + * "name": "The Tonight Show Starring Jimmy Fallon", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Tonight Show Starring Jimmy Fallon", + * "overview": "After Jay Leno's second retirement from the program, Jimmy Fallon stepped in as his permanent replacement. After 42 years in Los Angeles the program was brought back to New York.", + * "popularity": 341.016, + * "poster_path": "/if7ECoH4xaYw5S8gomNIEmtwTxP.jpg", + * "vote_average": 5.826, + * "vote_count": 316 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5b379ebb0e0a263ff003c64b", + * "episode_count": 1, + * "first_air_date": "2005-11-11", + * "genre_ids": [ + * 10767 + * ], + * "id": 80515, + * "name": "The Reichen Show", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Reichen Show", + * "overview": "A list of celebrity interviews and sensational topics.", + * "popularity": 84.345, + * "poster_path": "/x9fDBKqmmHHUvcaal1Tzw6iqTW.jpg", + * "vote_average": 4.8, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/pLdOKGTe8LvtW67zyiNqU3512HB.jpg", + * "character": "Self - Nominee", + * "credit_id": "65a4fa831fb94f00ba749a08", + * "episode_count": 1, + * "first_air_date": "1999-08-01", + * "genre_ids": [ + * 35, + * 10751, + * 10762 + * ], + * "id": 43117, + * "name": "Teen Choice Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Teen Choice Awards", + * "overview": "The Teen Choice Awards is a teen awards show presented annually by Fox. The first awards were held in 1999. The program honors the year's biggest achievements in music, movies, sports, television, fashion and more, as voted on by teens aged 13–19. The program features a number of celebrities and also musical performers. The winners are awarded with authentic mini size (182 cm) surfboards designed with a summertime theme. The ceremony has created spin-off teen awards on YouTube.", + * "popularity": 2.143, + * "poster_path": "/3q900BNcKbe3GHga4RVxSnoiqP4.jpg", + * "vote_average": 10, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "630d03f3028f14007b1e4b26", + * "episode_count": 2, + * "first_air_date": "1988-01-01", + * "genre_ids": [], + * "id": 209121, + * "name": "Smash Hits Poll Winners Party", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Smash Hits Poll Winners Party", + * "overview": "", + * "popularity": 4.134, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/nmfCjVO4KsATq5idhHfGVwqfl32.jpg", + * "character": "Pinoak (voice)", + * "credit_id": "5cac84fec3a3685bfde4a2c1", + * "episode_count": 1, + * "first_air_date": "1995-03-12", + * "genre_ids": [ + * 16 + * ], + * "id": 10906, + * "name": "Happily Ever After: Fairy Tales for Every Child", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Happily Ever After: Fairy Tales for Every Child", + * "overview": "Happily Ever After: Fairy Tales for Every Child is an American anthology animated television series.", + * "popularity": 39.168, + * "poster_path": "/yOfpjbdrR4bc3Q0slw3o0j8b7sE.jpg", + * "vote_average": 6, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/mygD13dQe2sTQ7EMEx065DB1qmD.jpg", + * "character": "Self", + * "credit_id": "5c911b959251410ff4a643da", + * "episode_count": 6, + * "first_air_date": "2019-02-27", + * "genre_ids": [ + * 10764, + * 99 + * ], + * "id": 87732, + * "name": "Will Smith's Bucket List", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Will Smith's Bucket List", + * "overview": "There aren’t many people in the world who have a bucket list quite like Will Smith. Now you can join him on his unbelievable adventure as he travels the globe, takes on insane challenges, overcomes obstacles and punches fear in the mouth!", + * "popularity": 8.492, + * "poster_path": "/8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg", + * "vote_average": 4.1, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/6wX6105dCfRqTrwvoQgA8bGxUCo.jpg", + * "character": "Self - Guest", + * "credit_id": "63534fdbf8e98200817b3499", + * "episode_count": 3, + * "first_air_date": "2007-02-22", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 1220, + * "name": "The Graham Norton Show", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The Graham Norton Show", + * "overview": "Each week celebrity guests join Irish comedian Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out.", + * "popularity": 160.438, + * "poster_path": "/vrbqaBXB8AALynQzpWz6JdCPEJS.jpg", + * "vote_average": 7.2, + * "vote_count": 252 + * }, + * { + * "adult": false, + * "backdrop_path": "/7RizgNN3qH1vjDbhWrJKFoxPfrT.jpg", + * "character": "Self", + * "credit_id": "5d25979337b3a902ce52df84", + * "episode_count": 1, + * "first_air_date": "2018-04-29", + * "genre_ids": [ + * 99, + * 10765 + * ], + * "id": 79003, + * "name": "James Cameron's Story of Science Fiction", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "James Cameron's Story of Science Fiction", + * "overview": "Explore the evolution of sci-fi from its origins as a small genre with a cult following to the blockbuster pop-cultural phenomenon we know today. In each episode, James Cameron introduces one of the “Big Questions” that humankind has contemplated throughout the ages and reaches back into sci-fi’s past to better understand how our favorite films, TV shows, books, and video games were born.", + * "popularity": 20.484, + * "poster_path": "/qhanotOZnOdgmCZonug5anT0mFo.jpg", + * "vote_average": 6.779, + * "vote_count": 43 + * }, + * { + * "adult": false, + * "backdrop_path": "/qtjkdVO28fF3fhADjaLKU7LJWtJ.jpg", + * "character": "Self", + * "credit_id": "63828617a4af8f0097bfc9cd", + * "episode_count": 1, + * "first_air_date": "1998-06-08", + * "genre_ids": [ + * 10767 + * ], + * "id": 9847, + * "name": "The Magic Hour", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Magic Hour", + * "overview": "The Magic Hour is an American talk show hosted by basketball player Earvin \"Magic\" Johnson. The series aired in syndication from June to September 1998.", + * "popularity": 18.85, + * "poster_path": "/8UpbTCtKFIeMN0TJGLKsPkUo9jp.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "Self", + * "credit_id": "5dc5e329a14e1000105a9e63", + * "episode_count": 1, + * "first_air_date": "1998-01-22", + * "genre_ids": [ + * 10767 + * ], + * "id": 63069, + * "name": "Die Johannes B. Kerner Show", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Die Johannes B. Kerner Show", + * "overview": "", + * "popularity": 155.052, + * "poster_path": null, + * "vote_average": 4, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg", + * "character": "Self", + * "credit_id": "5e27b130c68b6900143eb585", + * "episode_count": 1, + * "first_air_date": "2015-08-02", + * "genre_ids": [ + * 10767 + * ], + * "id": 63498, + * "name": "Close Up with The Hollywood Reporter", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Close Up with The Hollywood Reporter", + * "overview": "Some of this year's most talked about talent open up about the challenges and triumphs of creating critically acclaimed series and performances.", + * "popularity": 79.433, + * "poster_path": "/h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg", + * "vote_average": 5.735, + * "vote_count": 17 + * }, + * { + * "adult": false, + * "backdrop_path": "/9giQxevgoCWfSfXALGmuaXmqEq0.jpg", + * "character": "Self", + * "credit_id": "5e4c02ad9a3c490014335361", + * "episode_count": 3, + * "first_air_date": "1996-07-22", + * "genre_ids": [ + * 10763, + * 35 + * ], + * "id": 2224, + * "name": "The Daily Show", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Daily Show", + * "overview": "The World's Fakest News Team tackle the biggest stories in news, politics and pop culture.", + * "popularity": 336.421, + * "poster_path": "/ixcfyK7it6FjRM36Te4OdblAq4X.jpg", + * "vote_average": 6.362, + * "vote_count": 538 + * }, + * { + * "adult": false, + * "backdrop_path": "/iNt4CmfX70UlqFG6Ixxnhto3IOA.jpg", + * "character": "Self", + * "credit_id": "6660ce32248b6acbb2008901", + * "episode_count": 1, + * "first_air_date": "2015-03-12", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 72649, + * "name": "Hot Ones", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Hot Ones", + * "overview": "The show with hot questions and even hotter wings invites a famous guest over to eat and then interviews them while they're struggling through the heat.", + * "popularity": 150.496, + * "poster_path": "/4uudasFgKCVQFNGqfanD6wEGVS1.jpg", + * "vote_average": 7.4, + * "vote_count": 53 + * }, + * { + * "adult": false, + * "backdrop_path": "/fE4vTc4IAneVYFvKSoSL3Th91S1.jpg", + * "character": "Host", + * "credit_id": "5eb1f022edeb43001fca6ce1", + * "episode_count": 1, + * "first_air_date": "1987-01-18", + * "genre_ids": [], + * "id": 23521, + * "name": "Kids' Choice Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Kids' Choice Awards", + * "overview": "Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange blimp figurine which also functions as a kaleidoscope.", + * "popularity": 27.655, + * "poster_path": "/aXmN5IYM0zWtfe8MD0WNMZlHjeE.jpg", + * "vote_average": 8.8, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/gLyYrZ34u7zcGpEPJEnwxCTGhuP.jpg", + * "character": "Self - Host", + * "credit_id": "5f4644722da846003539ef2e", + * "episode_count": 16, + * "first_air_date": "2022-03-04", + * "genre_ids": [ + * 35, + * 99 + * ], + * "id": 108265, + * "name": "This Joka", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "This Joka", + * "overview": "Will Smith invites a diverse lineup of comics to explore the nature of comedy and its unique ability to bring people together. Watch stand-up sets, intimate interviews with Smith and the comics, and docu-style moments backstage and around Las Vegas.", + * "popularity": 3.428, + * "poster_path": "/syiVecxfBy6ZsTB3exCqeI1qxtX.jpg", + * "vote_average": 4, + * "vote_count": 3 + * }, + * { + * "adult": false, + * "backdrop_path": "/43v7fFaHiDjSosdNLM1ytgXkeSe.jpg", + * "character": "Self - Nominee/Presenter", + * "credit_id": "66c889cb31ea1508c4d81042", + * "episode_count": 1, + * "first_air_date": "1956-04-01", + * "genre_ids": [], + * "id": 30048, + * "name": "Tony Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Tony Awards", + * "overview": "The Antoinette Perry Award for Excellence in Theatre, more commonly known as a Tony Award, recognizes achievement in live Broadway theatre. The awards are presented by the American Theatre Wing and The Broadway League at an annual ceremony in New York City. The awards are given for Broadway productions and performances, and an award is given for regional theatre.", + * "popularity": 211.2, + * "poster_path": "/6pxoHfywO6bFDOQa9bmWZ1hyKBt.jpg", + * "vote_average": 4.556, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg", + * "character": "Self - Guest", + * "credit_id": "5f8fe8b7fed5970037491369", + * "episode_count": 1, + * "first_air_date": "2006-09-24", + * "genre_ids": [ + * 35, + * 10767 + * ], + * "id": 6809, + * "name": "El hormiguero", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "El hormiguero", + * "overview": "El Hormiguero is a Spanish television program with a live audience focusing on comedy, science, and politics running since September 2006. It is hosted and produced by screenwriter Pablo Motos. The show aired on Spain's Cuatro channel from launch until June 2011 and is now broadcast on Antena 3. Recurring guests on the show include Luis Piedrahita, Raquel Martos, Marron & \"The Man in Black\", and puppet ants Trancas and Barrancas. It has proved a ratings success, and has expanded from a weekly 120-minute show to a daily 40-minute show in its third season, which began on September 17, 2007. The show won the Entertainment prize at the 2009 Rose d'Or ceremony.", + * "popularity": 125.63, + * "poster_path": "/sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg", + * "vote_average": 4.9, + * "vote_count": 33 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "character": "self - segment", + * "credit_id": "66f1f34ffc009839148d52ff", + * "episode_count": 1, + * "first_air_date": "2004-08-02", + * "genre_ids": [ + * 10767 + * ], + * "id": 20426, + * "name": "Sarah Kuttner – Die Show", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Sarah Kuttner – Die Show", + * "overview": "Sarah Kuttner – Die Show was a German television talk show that ran on VIVA and was then transferred to MTV under the title Kuttner. in mid-2005. It ran from August 2, 2004 to August 3, 2006.\n\nHosted by Sarah Kuttner, it was a more youthful variation on the traditional late show concept with a sidekick, Sven Schuhmacher, and various national as well as international celebrity guests. The show also featured humorous reports by Michael Wigge and Caroline Korneli, its own band and musical guests performing live on stage.\n\nWhen MTV took over other German music channel VIVA in 2004, it was suggested, the show would be cancelled, which drew massive protests from fans. It was then cut from four shows per week to just two shows and later transferred to MTV and renamed Kuttner. Production was relocated from Cologne to Berlin.\n\nMTV cancelled Kuttner. in summer 2006 due to low ratings and high production costs.", + * "popularity": 13.386, + * "poster_path": null, + * "vote_average": 7, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/jiSlSDL0PZsd3DeW9832lk7eBsE.jpg", + * "character": "Self - Nominee", + * "credit_id": "67008ce4b146282f7b853a8c", + * "episode_count": 2, + * "first_air_date": "1944-01-20", + * "genre_ids": [ + * 10767 + * ], + * "id": 71494, + * "name": "Golden Globe Awards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Golden Globe Awards", + * "overview": "An annual awards ceremony recognizing excellence in film and television, both domestic and foreign, bestowed by the Hollywood Foreign Press Association.", + * "popularity": 263.564, + * "poster_path": "/kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg", + * "vote_average": 6.8, + * "vote_count": 14 + * }, + * { + * "adult": false, + * "backdrop_path": "/mCZEHiyPkmsw3MDBNuiN5z85gs8.jpg", + * "character": "Self", + * "credit_id": "6717a2726fb09e394c02a762", + * "episode_count": 1, + * "first_air_date": "2002-10-20", + * "genre_ids": [ + * 10767, + * 10759, + * 10764, + * 35 + * ], + * "id": 45, + * "name": "Top Gear", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Top Gear", + * "overview": "This fast-paced and stunt-filled motor show tests whether cars, both mundane and extraordinary, live up to their manufacturers' claims. The long-running show travels to locations around the world, performing extreme stunts and challenges to see what the featured cars are capable of doing. The current hosts are Paddy Mcguinness, Chris Harris and Andrew \"Freddie\" Flintoff.", + * "popularity": 138.658, + * "poster_path": "/aqM6QnuhSXzjHlKbXyKUqxaGiWu.jpg", + * "vote_average": 7.5, + * "vote_count": 751 + * }, + * { + * "adult": false, + * "backdrop_path": "/riAGbIUpWdLJckBdI8McejwqLG5.jpg", + * "character": "Self", + * "credit_id": "675f6cb6204f3b5b48304f55", + * "episode_count": 1, + * "first_air_date": "2014-12-21", + * "genre_ids": [ + * 10767 + * ], + * "id": 105197, + * "name": "Variety Studio: Actors on Actors", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Variety Studio: Actors on Actors", + * "overview": "PBS SoCal and Variety take you inside the biggest movies and TV shows of the past year through candid conversations with today's hottest actors. Hosted by Variety Film Awards Editor Clayton Davis and Variety Chief Correspondent Elizabeth Wagmeister, each episode brings together pairs of actors engaging in intimate one-on-one discussions about their craft and work.", + * "popularity": 115.99, + * "poster_path": "/pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg", + * "vote_average": 4.4, + * "vote_count": 7 + * } + * ] */ + cast?: { + /** @example false */ + adult?: boolean; + /** @example /d5TiWURH1LJC95r2CWERFH9GKO8.jpg */ + backdrop_path?: string | null; + /** @example Self */ + character?: string; + /** @example 525394ca19c29579402be4ea */ + credit_id?: string; + /** @example 1 */ + episode_count?: number; + /** @example 1988-10-03 */ + first_air_date?: string; + /** @example [ + * 10767, + * 10763 + * ] */ + genre_ids?: number[]; + /** @example 766 */ + id?: number; + /** @example This Morning */ + name?: string; + /** @example [ + * "GB" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example This Morning */ + original_name?: string; + /** @example This Morning features a variety of news, as well as show business, fashion, beauty, lifestyle, home and garden, food, tech, live phone-ins, and competitions. */ + overview?: string; + /** @example 18.283 */ + popularity?: number; + /** @example /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg */ + poster_path?: string | null; + /** @example 5.5 */ + vote_average?: number; + /** @example 21 */ + vote_count?: number; + }[]; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/l6RgKNzSlGQmCNDDqshk5qszQlA.jpg", + * "credit_id": "52570ce219c29571140186c5", + * "department": "Directing", + * "episode_count": 1, + * "first_air_date": "2003-09-16", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1566, + * "job": "Director", + * "name": "All of Us", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "All of Us", + * "overview": "Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex.", + * "popularity": 28.535, + * "poster_path": "/fQKE9RE2U0EWiFT8f3FVaowokyk.jpg", + * "vote_average": 7.354, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": "/xACZqtfxTYftZvB70ZnZtAjq820.jpg", + * "credit_id": "52582d72760ee36aaa8a5e32", + * "department": "Production", + * "episode_count": 2, + * "first_air_date": "2000-02-05", + * "genre_ids": [], + * "id": 13992, + * "job": "Producer", + * "name": "The Queen Latifah Show", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Queen Latifah Show", + * "overview": "The First iteration (1999-2001) was described as the \"Dear Abby for the Hip-Hop Generation\", with the series covering various topics and including interviews with celebrities and non-celebrities alike. The Second iteration (2013-2015) featured celebrity interviews, human interest stories, musical performances, and Queen Latifah's take on pop culture news. Latifah also ventured into communities across the country to share compelling stories, celebrate individuals who give back to their communities and delivers life-changing surprises.\n\nPreviously, a talk show with the exact same title aired from 1999 to 2001; however, the second iteration is not a revival of this older syndicated television production. Telepictures (1999-2001) / Sony Pictures Television (2013-205) with Flavor Unit and Overbrook.", + * "popularity": 7.841, + * "poster_path": "/cGFOMyTM4DRXeBVCRUV8EGnJ8iq.jpg", + * "vote_average": 3.5, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": "/uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg", + * "credit_id": "5867ea6bc3a3680f580008c8", + * "department": "Production", + * "episode_count": 24, + * "first_air_date": "1990-09-10", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1892, + * "job": "Executive Producer", + * "name": "The Fresh Prince of Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Fresh Prince of Bel-Air", + * "overview": "Will, a street-smart teenager, moves from the tough streets of West Philly to posh Bel-Air to live with his Uncle Philip, Aunt Vivian, his cousins — spoiled Hilary, preppy Carlton and young Ashley — and their sophisticated British butler, Geoffrey. Though Will’s antics and upbringing contrast greatly with the upper-class lifestyle of his extended relatives, he soon finds himself right at home as a loved part of the family.", + * "popularity": 75.033, + * "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + * "vote_average": 7.936, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg", + * "credit_id": "58719074925141356900f793", + * "department": "Writing", + * "episode_count": 1, + * "first_air_date": "1990-09-10", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1892, + * "job": "Story", + * "name": "The Fresh Prince of Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Fresh Prince of Bel-Air", + * "overview": "Will, a street-smart teenager, moves from the tough streets of West Philly to posh Bel-Air to live with his Uncle Philip, Aunt Vivian, his cousins — spoiled Hilary, preppy Carlton and young Ashley — and their sophisticated British butler, Geoffrey. Though Will’s antics and upbringing contrast greatly with the upper-class lifestyle of his extended relatives, he soon finds himself right at home as a loved part of the family.", + * "popularity": 75.033, + * "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + * "vote_average": 7.936, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/l6RgKNzSlGQmCNDDqshk5qszQlA.jpg", + * "credit_id": "5caf4a9e9251412fb0221bd1", + * "department": "Production", + * "episode_count": 88, + * "first_air_date": "2003-09-16", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1566, + * "job": "Executive Producer", + * "name": "All of Us", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "All of Us", + * "overview": "Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex.", + * "popularity": 28.535, + * "poster_path": "/fQKE9RE2U0EWiFT8f3FVaowokyk.jpg", + * "vote_average": 7.354, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": "/mygD13dQe2sTQ7EMEx065DB1qmD.jpg", + * "credit_id": "5d386e7703fa9e0012858ff7", + * "department": "Directing", + * "episode_count": 6, + * "first_air_date": "2019-02-27", + * "genre_ids": [ + * 10764, + * 99 + * ], + * "id": 87732, + * "job": "Director", + * "name": "Will Smith's Bucket List", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Will Smith's Bucket List", + * "overview": "There aren’t many people in the world who have a bucket list quite like Will Smith. Now you can join him on his unbelievable adventure as he travels the globe, takes on insane challenges, overcomes obstacles and punches fear in the mouth!", + * "popularity": 8.492, + * "poster_path": "/8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg", + * "vote_average": 4.1, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg", + * "credit_id": "5f0c1aac93db9200344c46a6", + * "department": "Production", + * "episode_count": 30, + * "first_air_date": "2018-05-02", + * "genre_ids": [ + * 10759, + * 18, + * 35 + * ], + * "id": 77169, + * "job": "Executive Producer", + * "name": "Cobra Kai", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Cobra Kai", + * "overview": "This Karate Kid sequel series picks up 30 years after the events of the 1984 All Valley Karate Tournament and finds Johnny Lawrence on the hunt for redemption by reopening the infamous Cobra Kai karate dojo. This reignites his old rivalry with the successful Daniel LaRusso, who has been working to maintain the balance in his life without mentor Mr. Miyagi.", + * "popularity": 587.088, + * "poster_path": "/6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg", + * "vote_average": 8.209, + * "vote_count": 6366 + * }, + * { + * "adult": false, + * "backdrop_path": "/zHdQ6yaqDf3OQO5uhr0auAgwK6O.jpg", + * "credit_id": "5f57f633197de400395b5258", + * "department": "Production", + * "episode_count": 30, + * "first_air_date": "2022-02-13", + * "genre_ids": [ + * 18 + * ], + * "id": 107365, + * "job": "Executive Producer", + * "name": "Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Bel-Air", + * "overview": "The journey of a book smart teen whose life is forever transformed when he moves from the streets of west Philadelphia to live with his relatives in one of LA’s wealthiest suburbs.", + * "popularity": 51.067, + * "poster_path": "/j8tbXWXrL15RucA6H4khq87dEXa.jpg", + * "vote_average": 7.9, + * "vote_count": 222 + * }, + * { + * "adult": false, + * "backdrop_path": "/lfedcBcQRHFtvIlePwLaZvvJHHl.jpg", + * "credit_id": "5f7fd1e9d11e0e0037c2e90e", + * "department": "Production", + * "episode_count": 6, + * "first_air_date": "2022-01-06", + * "genre_ids": [ + * 18 + * ], + * "id": 111263, + * "job": "Executive Producer", + * "name": "Women of the Movement", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Women of the Movement", + * "overview": "A limited series focusing on Mamie Till Mobley, who devoted her life to seeking justice for her son Emmett Till following his brutal murder in the Jim Crow South.", + * "popularity": 10.619, + * "poster_path": "/pL9prhQYEPKoNOniVJcJjEaozdY.jpg", + * "vote_average": 7.5, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/dVTyx2n13PvEG44iH40DdaNym2A.jpg", + * "credit_id": "606ddcf43c887d004093ed2a", + * "department": "Production", + * "episode_count": 6, + * "first_air_date": "2021-02-17", + * "genre_ids": [ + * 99, + * 10763, + * 10768 + * ], + * "id": 118043, + * "job": "Executive Producer", + * "name": "Amend: The Fight for America", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Amend: The Fight for America", + * "overview": "When the United States of America was founded, the ideals of freedom and equality did not apply to all people. These are the stories of the brave Americans who fought to right the nation’s wrongs and enshrine the values we hold most dear into the Constitution — with liberty and justice for all.", + * "popularity": 12.082, + * "poster_path": "/uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg", + * "vote_average": 7.079, + * "vote_count": 164 + * }, + * { + * "adult": false, + * "backdrop_path": "/eAvMLFaY0GpgqkcdiAsjzxbK0C9.jpg", + * "credit_id": "619bcf8ee2ff32006595e8aa", + * "department": "Production", + * "episode_count": 3, + * "first_air_date": "2022-02-19", + * "genre_ids": [ + * 10764, + * 10767 + * ], + * "id": 138763, + * "job": "Producer", + * "name": "Off Thee Leash", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Off Thee Leash", + * "overview": "Who let the dogs out? Megan Thee Stallion, and she's teaming up with Snapchat for a new pet series called Off Thee Leash.", + * "popularity": 1.516, + * "poster_path": "/oxtDZZnMRlmWriiE2pQWWoHO8VV.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "6201548c1e92256135a14a02", + * "department": "Production", + * "episode_count": 1, + * "first_air_date": "", + * "genre_ids": [ + * 99 + * ], + * "id": 157194, + * "job": "Producer", + * "name": "Pole to Pole", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Pole to Pole", + * "overview": "A series that will see the King Richard star cover 26,000 miles from the South Pole to the North Pole. It comes from Smith’s Westbrook Studios, Jane Root’s Nutopia and Aronofsky’s Protoza.", + * "popularity": 1.63, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "6201549100508a00deda9fb3", + * "department": "Production", + * "episode_count": 1, + * "first_air_date": "", + * "genre_ids": [ + * 99 + * ], + * "id": 157194, + * "job": "Executive Producer", + * "name": "Pole to Pole", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Pole to Pole", + * "overview": "A series that will see the King Richard star cover 26,000 miles from the South Pole to the North Pole. It comes from Smith’s Westbrook Studios, Jane Root’s Nutopia and Aronofsky’s Protoza.", + * "popularity": 1.63, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg", + * "credit_id": "631c9b3cd399e6008485baff", + * "department": "Production", + * "episode_count": 50, + * "first_air_date": "2018-05-02", + * "genre_ids": [ + * 10759, + * 18, + * 35 + * ], + * "id": 77169, + * "job": "Producer", + * "name": "Cobra Kai", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Cobra Kai", + * "overview": "This Karate Kid sequel series picks up 30 years after the events of the 1984 All Valley Karate Tournament and finds Johnny Lawrence on the hunt for redemption by reopening the infamous Cobra Kai karate dojo. This reignites his old rivalry with the successful Daniel LaRusso, who has been working to maintain the balance in his life without mentor Mr. Miyagi.", + * "popularity": 587.088, + * "poster_path": "/6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg", + * "vote_average": 8.209, + * "vote_count": 6366 + * }, + * { + * "adult": false, + * "backdrop_path": "/uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg", + * "credit_id": "647ac651e323f300c429b8fe", + * "department": "Sound", + * "episode_count": 148, + * "first_air_date": "1990-09-10", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1892, + * "job": "Theme Song Performance", + * "name": "The Fresh Prince of Bel-Air", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Fresh Prince of Bel-Air", + * "overview": "Will, a street-smart teenager, moves from the tough streets of West Philly to posh Bel-Air to live with his Uncle Philip, Aunt Vivian, his cousins — spoiled Hilary, preppy Carlton and young Ashley — and their sophisticated British butler, Geoffrey. Though Will’s antics and upbringing contrast greatly with the upper-class lifestyle of his extended relatives, he soon finds himself right at home as a loved part of the family.", + * "popularity": 75.033, + * "poster_path": "/fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg", + * "vote_average": 7.936, + * "vote_count": 2259 + * }, + * { + * "adult": false, + * "backdrop_path": "/l6RgKNzSlGQmCNDDqshk5qszQlA.jpg", + * "credit_id": "52570ce819c2957114018be3", + * "department": "Creator", + * "first_air_date": "2003-09-16", + * "genre_ids": [ + * 35, + * 10751 + * ], + * "id": 1566, + * "job": "Creator", + * "name": "All of Us", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "All of Us", + * "overview": "Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex.", + * "popularity": 28.535, + * "poster_path": "/fQKE9RE2U0EWiFT8f3FVaowokyk.jpg", + * "vote_average": 7.354, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "5258e8f4760ee3466186a080", + * "department": "Creator", + * "first_air_date": "", + * "genre_ids": [], + * "id": 37428, + * "job": "Creator", + * "name": "Almost", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Almost", + * "overview": "", + * "popularity": 0.935, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/mygD13dQe2sTQ7EMEx065DB1qmD.jpg", + * "credit_id": "5c9751379251416b33f4c500", + * "department": "Creator", + * "first_air_date": "2019-02-27", + * "genre_ids": [ + * 10764, + * 99 + * ], + * "id": 87732, + * "job": "Creator", + * "name": "Will Smith's Bucket List", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Will Smith's Bucket List", + * "overview": "There aren’t many people in the world who have a bucket list quite like Will Smith. Now you can join him on his unbelievable adventure as he travels the globe, takes on insane challenges, overcomes obstacles and punches fear in the mouth!", + * "popularity": 8.492, + * "poster_path": "/8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg", + * "vote_average": 4.1, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "617f92e8e93e95002b35f367", + * "department": "Creator", + * "first_air_date": "2021-11-08", + * "genre_ids": [ + * 99 + * ], + * "id": 137684, + * "job": "Creator", + * "name": "Best Shape of My Life", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Best Shape of My Life", + * "overview": "Will Smith teams up with guests and undergoes a fitness challenge.", + * "popularity": 2.732, + * "poster_path": "/hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg", + * "vote_average": 4, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "credit_id": "63f64a458c22c0008c50a693", + * "department": "Creator", + * "first_air_date": "2022-03-21", + * "genre_ids": [ + * 10762 + * ], + * "id": 203054, + * "job": "Creator", + * "name": "Las Aventuras de Giga Doki", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Las Aventuras de Giga Doki", + * "overview": "", + * "popularity": 2.858, + * "poster_path": "/q23cxXSwBZLucKac1lRFPGsCRtj.jpg", + * "vote_average": 2, + * "vote_count": 1 + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg */ + backdrop_path?: string | null; + /** @example 52570ce219c29571140186c5 */ + credit_id?: string; + /** @example Directing */ + department?: string; + /** @example 1 */ + episode_count?: number; + /** @example 2003-09-16 */ + first_air_date?: string; + /** @example [ + * 35, + * 10751 + * ] */ + genre_ids?: number[]; + /** @example 1566 */ + id?: number; + /** @example Director */ + job?: string; + /** @example All of Us */ + name?: string; + /** @example [ + * "US" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example All of Us */ + original_name?: string; + /** @example Robert James, an entertainment reporter for a local Los Angeles television station, is handsome, smart and thoroughly modern in his thinking. Recently divorced from the somewhat self-absorbed Neesee, the mother of their endearing 6-year-old son, Robert refuses to buy into the old stereotype that being divorced means you can't get along with the ex. */ + overview?: string; + /** @example 28.535 */ + popularity?: number; + /** @example /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg */ + poster_path?: string | null; + /** @example 7.354 */ + vote_average?: number; + /** @example 24 */ + vote_count?: number; + }[]; + /** @example 2888 */ + id?: number; + }; + }; + }; + }; + }; + taggedImages: { + parameters: { + query?: { + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description tagged images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 2888 */ + id?: number; + /** @example 1 */ + page?: number; + /** @example [ + * { + * "aspect_ratio": 1.7780938833570412, + * "file_path": "/i5eAeveFvxmEB7giipop8gSJJ0o.jpg", + * "height": 1406, + * "id": "53b80c8f0e0a2676c4007773", + * "image_type": "still", + * "iso_639_1": null, + * "media": { + * "air_date": "2014-02-17", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 993959, + * "media_type": "tv_episode", + * "name": "Will Smith, U2", + * "overview": "Actor Will Smith; U2 performs.", + * "production_code": "", + * "runtime": 45, + * "season_number": 1, + * "show_id": 59941, + * "still_path": "/i5eAeveFvxmEB7giipop8gSJJ0o.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * "media_type": "episode", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2500 + * }, + * { + * "aspect_ratio": 1.7780938833570412, + * "file_path": "/r5NmxYScVF6SLEBkvNv49Zjvpcd.jpg", + * "height": 1406, + * "id": "53b8c3ad0e0a2676bf008910", + * "image_type": "still", + * "iso_639_1": null, + * "media": { + * "air_date": "2014-02-17", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 993959, + * "media_type": "tv_episode", + * "name": "Will Smith, U2", + * "overview": "Actor Will Smith; U2 performs.", + * "production_code": "", + * "runtime": 45, + * "season_number": 1, + * "show_id": 59941, + * "still_path": "/i5eAeveFvxmEB7giipop8gSJJ0o.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * "media_type": "episode", + * "vote_average": 1.666, + * "vote_count": 1, + * "width": 2500 + * }, + * { + * "aspect_ratio": 0.6666666666666666, + * "file_path": "/hsOPTbmZcnZyY5aCyATdjdHLE3x.jpg", + * "height": 2100, + * "id": "5ae831b79251410cec01277a", + * "image_type": "poster", + * "iso_639_1": "en", + * "media": { + * "adult": false, + * "backdrop_path": "/o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg", + * "genre_ids": [ + * 28, + * 35, + * 878 + * ], + * "id": 608, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Men in Black II", + * "overview": "Kay and Jay reunite to provide our best, last and only line of defense against a sinister seductress who levels the toughest challenge yet to the MIB's untarnished mission statement – protecting Earth from the scum of the universe. It's been four years since the alien-seeking agents averted an intergalactic disaster of epic proportions. Now it's a race against the clock as Jay must convince Kay – who not only has absolutely no memory of his time spent with the MIB, but is also the only living person left with the expertise to save the galaxy – to reunite with the MIB before the earth submits to ultimate destruction.", + * "popularity": 35.639, + * "poster_path": "/enA22EPyzc2WQ1VVyY7zxresQQr.jpg", + * "release_date": "2002-07-03", + * "title": "Men in Black II", + * "video": false, + * "vote_average": 6.372, + * "vote_count": 9923 + * }, + * "media_type": "movie", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1400 + * }, + * { + * "aspect_ratio": 0.6666666666666666, + * "file_path": "/r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg", + * "height": 1500, + * "id": "5b48f0d30e0a26453e00000c", + * "image_type": "poster", + * "iso_639_1": "en", + * "media": { + * "adult": false, + * "backdrop_path": "/7ZmZxar3bYORcl0TPA4oceyxcaE.jpg", + * "genre_ids": [ + * 16, + * 28, + * 35, + * 10751 + * ], + * "id": 10555, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Shark Tale", + * "overview": "Oscar is a small fish whose big aspirations often get him into trouble. Meanwhile, Lenny is a great white shark with a surprising secret that no sea creature would guess: He's a vegetarian. When a lie turns Oscar into an improbable hero and Lenny becomes an outcast, the two form an unlikely friendship.", + * "popularity": 45.234, + * "poster_path": "/r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg", + * "release_date": "2004-09-20", + * "title": "Shark Tale", + * "video": false, + * "vote_average": 6.026, + * "vote_count": 6336 + * }, + * "media_type": "movie", + * "vote_average": 8.908, + * "vote_count": 9, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.6802721088435374, + * "file_path": "/3opaQxwN8aPV8IjuhzaXjXzjQlX.jpg", + * "height": 2940, + * "id": "5d0490d1c3a368445b29df0d", + * "image_type": "poster", + * "iso_639_1": "uk", + * "media": { + * "adult": false, + * "backdrop_path": "/rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg", + * "genre_ids": [ + * 12, + * 14, + * 10749, + * 10751 + * ], + * "id": 420817, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Aladdin", + * "overview": "A kindhearted street urchin named Aladdin embarks on a magical adventure after finding a lamp that releases a wisecracking genie while a power-hungry Grand Vizier vies for the same lamp that has the power to make their deepest wishes come true.", + * "popularity": 50.646, + * "poster_path": "/ykUEbfpkf8d0w49pHh0AD2KrT52.jpg", + * "release_date": "2019-05-22", + * "title": "Aladdin", + * "video": false, + * "vote_average": 7.098, + * "vote_count": 10067 + * }, + * "media_type": "movie", + * "vote_average": 1.714, + * "vote_count": 7, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/51XB57VpXPQd4ls16jez5Zg4Mtu.jpg", + * "height": 1000, + * "id": "5e9e5fb31f331900244bd573", + * "image_type": "poster", + * "iso_639_1": "en", + * "media": { + * "adult": false, + * "backdrop_path": "/7ZmZxar3bYORcl0TPA4oceyxcaE.jpg", + * "genre_ids": [ + * 16, + * 28, + * 35, + * 10751 + * ], + * "id": 10555, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Shark Tale", + * "overview": "Oscar is a small fish whose big aspirations often get him into trouble. Meanwhile, Lenny is a great white shark with a surprising secret that no sea creature would guess: He's a vegetarian. When a lie turns Oscar into an improbable hero and Lenny becomes an outcast, the two form an unlikely friendship.", + * "popularity": 45.234, + * "poster_path": "/r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg", + * "release_date": "2004-09-20", + * "title": "Shark Tale", + * "video": false, + * "vote_average": 6.026, + * "vote_count": 6336 + * }, + * "media_type": "movie", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 666 + * }, + * { + * "aspect_ratio": 0.7012622720897616, + * "file_path": "/xJ0xfe3BDNmLml47fo1lBb2pt1I.jpg", + * "height": 1426, + * "id": "5eb893b5b7d3520021e74790", + * "image_type": "poster", + * "iso_639_1": "en", + * "media": { + * "adult": false, + * "backdrop_path": "/7ZmZxar3bYORcl0TPA4oceyxcaE.jpg", + * "genre_ids": [ + * 16, + * 28, + * 35, + * 10751 + * ], + * "id": 10555, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Shark Tale", + * "overview": "Oscar is a small fish whose big aspirations often get him into trouble. Meanwhile, Lenny is a great white shark with a surprising secret that no sea creature would guess: He's a vegetarian. When a lie turns Oscar into an improbable hero and Lenny becomes an outcast, the two form an unlikely friendship.", + * "popularity": 45.234, + * "poster_path": "/r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg", + * "release_date": "2004-09-20", + * "title": "Shark Tale", + * "video": false, + * "vote_average": 6.026, + * "vote_count": 6336 + * }, + * "media_type": "movie", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.7012622720897616, + * "file_path": "/mTU5OEVbQVACWWeRzEBUKLMHOgH.jpg", + * "height": 1426, + * "id": "5eb893b87d2bc1001cfc102f", + * "image_type": "poster", + * "iso_639_1": "en", + * "media": { + * "adult": false, + * "backdrop_path": "/7ZmZxar3bYORcl0TPA4oceyxcaE.jpg", + * "genre_ids": [ + * 16, + * 28, + * 35, + * 10751 + * ], + * "id": 10555, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Shark Tale", + * "overview": "Oscar is a small fish whose big aspirations often get him into trouble. Meanwhile, Lenny is a great white shark with a surprising secret that no sea creature would guess: He's a vegetarian. When a lie turns Oscar into an improbable hero and Lenny becomes an outcast, the two form an unlikely friendship.", + * "popularity": 45.234, + * "poster_path": "/r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg", + * "release_date": "2004-09-20", + * "title": "Shark Tale", + * "video": false, + * "vote_average": 6.026, + * "vote_count": 6336 + * }, + * "media_type": "movie", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.6896551724137931, + * "file_path": "/gAEWE1toUskXS76yNlKFQkdTnZt.jpg", + * "height": 1015, + * "id": "5ecb9233bb070d0022e7ec9e", + * "image_type": "poster", + * "iso_639_1": "en", + * "media": { + * "adult": false, + * "backdrop_path": "/fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg", + * "genre_ids": [ + * 18 + * ], + * "id": 321741, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Concussion", + * "overview": "A dramatic thriller based on the incredible true David vs. Goliath story of American immigrant Dr. Bennet Omalu, the brilliant forensic neuropathologist who made the first discovery of CTE, a football-related brain trauma, in a pro player and fought for the truth to be known. Omalu's emotional quest puts him at dangerous odds with one of the most powerful institutions in the world.", + * "popularity": 12.822, + * "poster_path": "/gseayWAIFt3GQrEUNuUcYxT77Ud.jpg", + * "release_date": "2015-11-12", + * "title": "Concussion", + * "video": false, + * "vote_average": 7.09, + * "vote_count": 2540 + * }, + * "media_type": "movie", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 700 + * }, + * { + * "aspect_ratio": 0.7521902377972466, + * "file_path": "/viKkEpIDAdqKTFKW4UKMwKiaHs6.jpg", + * "height": 799, + * "id": "6195b88a4ccc500062d5e490", + * "image_type": "poster", + * "iso_639_1": "es", + * "media": { + * "adult": false, + * "backdrop_path": "/bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg", + * "genre_ids": [ + * 18, + * 14 + * ], + * "id": 4958, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Legend of Bagger Vance", + * "overview": "World War I has left golfer Rannulph Junuh a poker-playing alcoholic, his perfect swing gone. Now, however, he needs to get it back to play in a tournament to save the financially ravaged golf course of a long-ago sweetheart. Help arrives in the form of mysterious caddy Bagger Vance.", + * "popularity": 12.032, + * "poster_path": "/fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg", + * "release_date": "2000-11-02", + * "title": "The Legend of Bagger Vance", + * "video": false, + * "vote_average": 6.578, + * "vote_count": 898 + * }, + * "media_type": "movie", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 601 + * }, + * { + * "aspect_ratio": 0.6666666666666666, + * "file_path": "/xqyF5arkkIg2o9Dd4I1YCmVknKi.jpg", + * "height": 3000, + * "id": "65345d64c8a5ac00ac38c005", + * "image_type": "poster", + * "iso_639_1": "en", + * "media": { + * "adult": false, + * "backdrop_path": "/nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg", + * "genre_ids": [ + * 18, + * 878, + * 53 + * ], + * "id": 6479, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "I Am Legend", + * "overview": "Robert Neville is a scientist who was unable to stop the spread of the terrible virus that was incurable and man-made. Immune, Neville is now the last human survivor in what is left of New York City and perhaps the world. For three years, Neville has faithfully sent out daily radio messages, desperate to find any other survivors who might be out there. But he is not alone.", + * "popularity": 80.993, + * "poster_path": "/iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg", + * "release_date": "2007-12-12", + * "title": "I Am Legend", + * "video": false, + * "vote_average": 7.208, + * "vote_count": 15754 + * }, + * "media_type": "movie", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.6666666666666666, + * "file_path": "/kKYnQHH48rhL5xisNcQeLHBTGxU.jpg", + * "height": 1605, + * "id": "6630b8934a4bfc0126e122dd", + * "image_type": "poster", + * "iso_639_1": "he", + * "media": { + * "adult": false, + * "backdrop_path": "/tncbMvfV0V07UZozXdBEq4Wu9HH.jpg", + * "genre_ids": [ + * 28, + * 35, + * 80, + * 53, + * 12 + * ], + * "id": 573435, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Bad Boys: Ride or Die", + * "overview": "After their late former Captain is framed, Lowrey and Burnett try to clear his name, only to end up on the run themselves.", + * "popularity": 394.83, + * "poster_path": "/oGythE98MYleE6mZlGs5oBGkux1.jpg", + * "release_date": "2024-06-05", + * "title": "Bad Boys: Ride or Die", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 2548 + * }, + * "media_type": "movie", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1070 + * }, + * { + * "aspect_ratio": 0.6670567583382094, + * "file_path": "/x9tFT73WOJuJEgtTXDYuFmCXmeR.jpg", + * "height": 1709, + * "id": "665e0113d590af694288fbe2", + * "image_type": "poster", + * "iso_639_1": "he", + * "media": { + * "adult": false, + * "backdrop_path": "/tncbMvfV0V07UZozXdBEq4Wu9HH.jpg", + * "genre_ids": [ + * 28, + * 35, + * 80, + * 53, + * 12 + * ], + * "id": 573435, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Bad Boys: Ride or Die", + * "overview": "After their late former Captain is framed, Lowrey and Burnett try to clear his name, only to end up on the run themselves.", + * "popularity": 394.83, + * "poster_path": "/oGythE98MYleE6mZlGs5oBGkux1.jpg", + * "release_date": "2024-06-05", + * "title": "Bad Boys: Ride or Die", + * "video": false, + * "vote_average": 7.5, + * "vote_count": 2548 + * }, + * "media_type": "movie", + * "vote_average": 3.334, + * "vote_count": 3, + * "width": 1140 + * } + * ] */ + results?: { + /** @example 1.7780938833570412 */ + aspect_ratio?: number; + /** @example /i5eAeveFvxmEB7giipop8gSJJ0o.jpg */ + file_path?: string; + /** @example 1406 */ + height?: number; + /** @example 53b80c8f0e0a2676c4007773 */ + id?: string; + /** @example still */ + image_type?: string; + /** @example null */ + iso_639_1?: string | null; + media?: { + /** @example false */ + adult?: boolean; + /** @example 2014-02-17 */ + air_date?: string; + /** @example /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg */ + backdrop_path?: string; + /** @example 1 */ + episode_number?: number; + /** @example standard */ + episode_type?: string; + /** @example [ + * 28, + * 35, + * 878 + * ] */ + genre_ids?: number[]; + /** @example 993959 */ + id?: number; + /** @example tv_episode */ + media_type?: string; + /** @example Will Smith, U2 */ + name?: string; + /** @example en */ + original_language?: string; + /** @example Men in Black II */ + original_title?: string; + /** @example Actor Will Smith; U2 performs. */ + overview?: string; + /** @example 35.639 */ + popularity?: number; + /** @example /enA22EPyzc2WQ1VVyY7zxresQQr.jpg */ + poster_path?: string; + /** @example */ + production_code?: string; + /** @example 2002-07-03 */ + release_date?: string; + /** @example 45 */ + runtime?: number; + /** @example 1 */ + season_number?: number; + /** @example 59941 */ + show_id?: number; + /** @example /i5eAeveFvxmEB7giipop8gSJJ0o.jpg */ + still_path?: string; + /** @example Men in Black II */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 0 */ + vote_average?: number; + /** @example 0 */ + vote_count?: number; + }; + /** @example episode */ + media_type?: string; + /** @example 3.334 */ + vote_average?: number; + /** @example 1 */ + vote_count?: number; + /** @example 2500 */ + width?: number; + }[]; + /** @example 1 */ + total_pages?: number; + /** @example 13 */ + total_results?: number; + }; + }; + }; + }; + }; + translations2: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to an individual within a database. */ + person_id: components["parameters"]["person_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description translations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 2888 */ + id?: number; + /** @example [ + * { + * "data": { + * "biography": "Willard Carroll Smith II (born September 25, 1968) is an American actor and rapper. Known for variety of roles, Smith has received various accolades, including an Academy Award, a British Academy Film Award and four Grammy Awards.\n\nSmith began his acting career starring as a fictionalized version of himself on the NBC sitcom The Fresh Prince of Bel-Air (1990–1996). He first gained recognition as part of a hip hop duo with DJ Jazzy Jeff, with whom he released five studio albums and the US Billboard Hot 100 top 20 singles \"Parents Just Don't Understand\", \"A Nightmare on My Street\", \"Summertime\", \"Ring My Bell\", and \"Boom! Shake the Room\" from 1984 to 1994. He released the solo albums Big Willie Style (1997), Willennium (1999), Born to Reign (2002), and Lost and Found (2005), which contained the US number-one singles \"Gettin' Jiggy wit It\" and \"Wild Wild West\". He has received four Grammy Awards for his rap performances.\n\nSmith achieved wider fame as a leading man in films such as the action film Bad Boys (1995), its sequels Bad Boys II (2003) and Bad Boys for Life (2020), and the sci-fi comedies Men in Black (1997), Men in Black II (2002), and Men in Black 3 (2012). After starring in the thrillers Independence Day (1996) and Enemy of the State (1998), he received Academy Award for Best Actor nominations for his portrayal as Muhammad Ali in Ali (2001), and as Chris Gardner in The Pursuit of Happyness (2006). He then starred in a range of commercially successful films, including I, Robot (2004), Shark Tale (2004), Hitch (2005), I Am Legend (2007), Hancock (2008), Seven Pounds (2008), Suicide Squad (2016) and Aladdin (2019).\n\nFor his portrayal of Richard Williams in the biographical sports drama King Richard (2021), Smith won the Academy Award, BAFTA Award, Golden Globe Award, and Screen Actors Guild Award for Best Actor.", + * "name": "Will Smith", + * "primary": true + * }, + * "english_name": "English", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "name": "English" + * }, + * { + * "data": { + * "biography": "Will Smith, de son nom complet Willard Christopher Smith, Jr., est un acteur, producteur et chanteur de hip-hop américain, né le 25 septembre 1968 à Philadelphie (Pennsylvanie).\n\nIl est l'un des rares artistes à avoir connu le succès dans trois différents médias de divertissement aux États-Unis et dans le monde : cinéma, télévision et musique. Il est devenu rapidement célèbre en tenant le rôle-titre de la série télévisée Le Prince de Bel-Air et a joué dans plusieurs grosses productions hollywoodiennes comme Bad Boys, Independence Day et Men in Black.\n\nIl est l'un des acteurs les mieux payés d'Hollywood avec 80 millions de dollars (78 millions d'euros) gagnés entre le 1er juin 2007 et le 1er juin 2008, et le seul acteur à avoir tourné dans huit films classés premiers au box-office américain dès leur premier week-end de diffusion.", + * "name": "", + * "primary": false + * }, + * "english_name": "French", + * "iso_3166_1": "FR", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "biography": "Willard Carroll “Will” Smith Jr. (Filadélfia, 25 de setembro de 1968) é um ator, rapper, produtor cinematográfico, produtor musical e produtor de televisão americano. É filho do ator e humorista Willard Carroll Smith Sr. e da cantora Caroline Bright. Ele é mais conhecido pelas atuações em Bad Boys, Independence Day, Eu, Robô, Eu Sou a Lenda, Hancock, MIB: Homens de Preto. Smith já foi duas vezes indicado ao Oscar de melhor ator pelas atuações em Ali e À Procura da Felicidade.", + * "name": "", + * "primary": false + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "BR", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "biography": "Willard Carroll „Will“ Smith Jr. (* 25. September 1968 in Philadelphia, Pennsylvania) ist ein US-amerikanischer Schauspieler, Filmproduzent und Rapper.\n\nSmith gab am Anfang seiner Karriere als Musiker viel Geld aus und zahlte zu wenig Einkommensteuer. Die US-Steuerbehörde verhängte schließlich eine Steuernachzahlung von 2,8 Millionen US-Dollar gegen Smith, so dass er dadurch einen Großteil seines Besitzes verlor und sein Einkommen gepfändet wurde. Smith war 1990 fast bankrott, als Benny Medina, ein Manager von Warner Brothers, auf ihn aufmerksam wurde. Er fand, dass die Geschichte vom „naiven, vorlauten Will aus Philadelphia“ in der Ortschaft Beverly Hills etwas Witziges und Fernsehreifes hatte. Dadurch wurde, basierend auf Smiths Werdegang, die NBC-Fernsehserie Der Prinz von Bel-Air konzipiert, die erfolgreich von 1990 bis 1996 produziert wurde. Obwohl Smith bereits 1993 ein bemerkenswertes Leinwanddebüt in Das Leben – Ein Sechserpack hatte, wurde er erst in dem Buddy-Movie Bad Boys – Harte Jungs einem breiten Publikum als Leinwandschauspieler bekannt. Der endgültige weltweite Durchbruch gelang ihm mit den Filmen Independence Day (1996) und Men in Black (1997).\n\nDie Matrix-Macherinnen Lilly und Lana Wachowski boten ihm 1999 die Hauptrolle des Neo in der Matrix-Trilogie an. Smith jedoch lehnte die Rolle ab, um stattdessen in Wild Wild West mitzuspielen. Dadurch verhalf er Keanu Reeves zu dessen bisher erfolgreichster Rolle. Smith äußerte später zu Wild Wild West, dass er sich „schlecht dabei fühle, dass die Werbung den Film als guten Film verkauft, obwohl es ein schlechter Film ist“.\n\nDer Film Ali zeigt den Lebenslauf der Boxer-Legende Muhammad Ali alias Cassius Clay. Die Rolle brachte Smith eine Oscar-Nominierung ein. Im Film Das Streben nach Glück agierte er an der Seite seines Sohnes Jaden. Für seine darstellerischen Leistungen wurde er dafür zum zweiten Mal für den Oscar nominiert, den er aber wiederum nicht erhielt. 2004 lieh er dem Winzlingsfisch Oscar in Große Haie – Kleine Fische seine Stimme.\n\nAm 5. August 2016 kam David Ayers Comicverfilmung Suicide Squad in die amerikanischen Kinos, in dem Smith die Rolle des Scharfschützen und Attentäters Deadshot übernahm.\n\nIm Juli 2017 wurde bekannt, dass Smith in der Realverfilmung des Disney Films Aladdin die Rolle des Dschinni verkörpern wird. Zwischen Juni 2007 und Juni 2008 erhielt Smith Gagen in Höhe von 80 Millionen US-Dollar, wodurch er laut dem amerikanischen Forbes Magazine noch vor Johnny Depp (72 Millionen US-Dollar), Eddie Murphy und Mike Myers (je 55 Millionen US-Dollar) zum am besten verdienenden Hollywood-Schauspieler avancierte. Gleichzeitig galt Will Smith zu dieser Zeit auch als einer der sichersten Publikumsmagneten überhaupt. So wurde er von amerikanischen Kinobesitzern zum „kassenträchtigsten Star des Jahres“ 2008 gewählt. Seit 2009 sind ihm allerdings – mit der Ausnahme von Men in Black 3 – keine großen Kassenerfolge mehr vergönnt gewesen.\n\nQuelle: Wikipedia", + * "name": "", + * "primary": false + * }, + * "english_name": "German", + * "iso_3166_1": "DE", + * "iso_639_1": "de", + * "name": "Deutsch" + * }, + * { + * "data": { + * "biography": "Willard Carroll «Will» Smith, Jr., (25 de septiembre de 1968, Filadelfia, Pensilvania, Estados Unidos), mejor conocido como Will Smith, es un actor y rapero estadounidense que ha tenido éxito en sus dos facetas artísticas: ha sido nominado a cuatro Premios Globo de Oro y a dos Premios Óscar, y ha ganado Premios Grammy. A finales de los años 1980, alcanzó una modesta fama como rapero, con el nombre de The Fresh Prince. En 1990, su fama aumentó drásticamente, cuando protagonizó la serie de televisión The Fresh Prince of Bel-Air, que se transmitió durante más de media década (1990 - 1996) en la NBC y se ha retransmitido de forma permanente en diversas cadenas. A mediados de los 90, pasó de la televisión al cine, y actuó en numerosas películas que lograron un gran éxito de taquilla. También recibió un premio especial por su aportación a la música dentro del cine, en la Gala de los Premios Principales del 2007.\n\nEs el único actor de la historia que ha actuado en ocho películas consecutivas que hayan generado más de 100 millones de dólares en la taquilla nacional, y también el único actor que ha participado en ocho películas consecutivas que han alcanzado el número uno en su estreno. Sus películas de mayor éxito financiero han sido Bad Boys, Bad Boys II, Independence Day, Men in Black, Men in Black II, Men in Black III, Yo, robot, En busca de la felicidad, Soy leyenda, Hancock, Wild Wild West, Enemigo público, Shark Tale, Hitch, Siete almas y After Earth. También recibió elogios de la crítica por sus actuaciones en Ali y en Seis grados de separación. En el 2013, adquirió los derechos para Estados Unidos del programa de televisión español El hormiguero, presentado por Pablo Motos.\n\nForbes lo considera la estrella más financiable en todo el mundo, a pesar de la taquilla y la decepción crítica de su película del 2013, After Earth. De los 20 filmes de ficción en las que ha actuado en todo el mundo, dieciséis han acumulado ganancias brutas de más de $100 millones cada uno, y cinco ganaron más de $500 millones cada uno de los ingresos mundiales de taquilla. A partir del 2014, sus películas han recaudado $600 millones en la taquilla mundial.", + * "name": "", + * "primary": false + * }, + * "english_name": "Spanish", + * "iso_3166_1": "ES", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "biography": "威尔·史密斯(Will Smith),全名小威拉德·卡罗尔·史密斯(Willard Carroll Smith Jr.),1968年9月25日出生于美国宾夕法尼亚州费城,美国演员、歌手、制片人,毕业于奥弗布鲁克高中。\n\n1985年,组成说唱组合“DJ Jazzy Jeff & The Fresh Prince”而出道。1987年,随组合推出首张录音室专辑《Rock the House》。1989年,获得第31届格莱美奖最佳说唱表演奖。1990年,通过喜剧剧集《ABC Afterschool Special》踏入影视圈,同年主演情景喜剧《新鲜王子妙事多》。1992年,与DJ Jazzy Jeff获第34届格莱美奖最佳说唱组合奖。1995年,主演动作片《绝地战警》。1996年,主演科幻片《独立日》。1997年,在科幻片《黑衣人》中饰演J探员。\n\n2002年,凭借传记片《拳王阿里》入围第74届奥斯卡金像奖最佳男主角。2004年,主演科幻电影《机械公敌》。2005年,获第30届法国电影凯撒奖荣誉凯撒奖。2007年,凭借传记片《当幸福来敲门》入围第79届奥斯卡金像奖最佳男主角奖,同年留名好莱坞星光大道。2008年,凭借科幻片《我是传奇》获第17届MTV电影奖最佳男演员奖。\n\n2015年,凭借电影《震荡效应》获第19届好莱坞电影奖最佳男演员奖。2016年,获第25届MTV电影奖MTV世代大奖。2020年,其主演的动作片《绝地战警:疾速追击》上映。", + * "name": "威尔·史密斯", + * "primary": false + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "CN", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "biography": "Уилл Смит\n\nАмериканский актёр, режиссер и хип-хоп исполнитель. Номинант двух премий «Оскар», пятикратный номинант «Золотого глобуса», обладатель премии «Грэмми». В 2008 году Уилл Смит возглавил список Forbes самых высокооплачиваемых актёров Голливуда, заработав за год $80 млн. Смит стал первым актёром в истории Голливуда, чьи девять фильмов подряд собрали в прокате более 100 млн долларов США каждый.\n\nУиллард Кэрролл Смит-младший родился 25 сентября 1968 года в Филадельфии, Пенсильвания, США. Его мать Кэролайн работала школьным учителем, а отец Уиллард Кэрролл Смит-старший — инженером (умер в 2016 году). Его родители разошлись, когда Уиллу было 13 лет, но официально не разводились до 2000 года.\n\nСам Уилл со своей первой женой Шири Зампино (ныне Шири Флетчер) развёлся в 1995 году, прожив с ней три года (9 мая 1992 год — 10 декабря 1995). Его сын Уиллард Кристофер Смит III (Трей) остался с матерью, однако часто видится со своим отцом. Спустя два года, 31 декабря 1997 года, Смит женился на своей давней подруге Джаде Пинкетт. От Джады у Смита появилось двое детей: сын Джейден Смит (8 июля 1998 год) и дочь Уиллоу Смит (31 октября 2000 год). С дочкой он появился в картине «Я — легенда», а с сыном — в фильме «В погоне за счастьем» и «После нашей эры».", + * "name": "Уилл Смит", + * "primary": false + * }, + * "english_name": "Russian", + * "iso_3166_1": "RU", + * "iso_639_1": "ru", + * "name": "Pусский" + * }, + * { + * "data": { + * "biography": "ويلارد كرستوفر \"ويل\" سميث هو ممثل أمريكي، منتج، ومغني راب، ولد في 25 سبتمبر 1968. استمتع في النجاح في التلفزيون والأفلام والأغاني. وفي عام 2007 وصفته مجلة النيوزويك بأنه أكثر الممثلين تأثيرا في هوليوود. تم ترشيحه لأربع جوائز جولدن جلوب،و لجائزتي أوسكار، وحصل على أربع جوائز غرامي.\n\nفي أواخر عام 1980 حقق \"سميث\" شهرة متواضعة كمغني راب تحت اسم \"ذا فرش برنسس\". في عام 1990 زادت شعبيته بشكل كبير عندما مثل في المسلسل التلفزيوني الشعبي \"ذا فرش برنس اوف بل-أير\". استمر العرض لمدة ست سنوات تقريبا على القناة الأمريكية \"أن بي سي\" وانتشرت باستمرار في شبكات مختلفة. في منتصف 1990، انتقل \"ويل\" من البرامج التلفزيوينة إلى الأفلام. وفي نهاية المطاف تألق في عدة أفلام واسعة الصيت. وهو الممثل الوحيد الذي مثل 8 أفلام على التوالي والتي وصلت إجمالي إيراداتها إلى أكثر من 100 مليون دولار في شباك التذاكر.\n\nحصدت أربعة أفلام ذات الخيال التي مثل فيها \"ويل\" أكثر من 500 مليون دولار في شباك التذاكر العالمي، اعتبارا من عام 2011، اجمالي ايرادات أفلامه وصلت إلى 5.7 بيليون دولار في شباك التذاكر العالمي. حصل على ترشيحات أوسكار لأفضل ممثل للعبه دور الملاكم محمد علي كلاي، وتمثيله في فيلم البحث عن السعادة.", + * "name": "", + * "primary": false + * }, + * "english_name": "Arabic", + * "iso_3166_1": "SA", + * "iso_639_1": "ar", + * "name": "العربية" + * }, + * { + * "data": { + * "biography": "Willard Christopher Smith Jr. 1968. szeptember 25- én született a pennsylvaniai Philadelphia városában. Édesanyja, Caroline Bright iskolaigazgató volt, apja, id. Willard Carroll Smith pedig mérnök.\n\nMegnyerő és ravasz viselkedésével nyerte el a \"Prince\" becenevet - ebből lett később a Fresh Prince művésznév, Smith ugyanis gyerekkorába kezdett rappelni, majd egyik barátjával, Jeff Townesszal (D.J. Jazzy Jeff) 1985-ben megalakították a D.J. Jazzy Jeff & The Fresh Prince nevű formációt, amelyben Will a szövegekért volt felelős, Jeff pedig a zenéért.\n\nWill színészként 1990-ben robbant be a köztudatba, amikor is leszerződött az NBC televíziós társasággal egy, a személyére épülő sitcomra, mely hazánkban Kaliforniába jöttem címmel vált ismertté.\n\nHat évadon és 147 epizódon át játszott a sorozatban, alakítását kétszer (1993 és 1994-ben) Golden Globe-díjra is jelölték.\n\nKarrierjében az igazi áttörést a Bad boys - Mire jók a rosszfiúk? (1995) című akciófilm hozta meg, amelyben partnerével, Martin Lawrence-szel egy nagydumás miami rendőrpárost alakítottak. A következő évben véget ért a Kaliforniába jöttem, Smith pedig főszerepet kapott a Roland Emmerich rendezésében bemutatott A függetlenség napja (1996) című nagysikerű sci-fiben.\n\n1997-ben Tommy Lee Jones oldalán megkapta James Edwards, vagyis J. ügynök szerepét a hatalmas népszerűségnek örvendő Barry Sonnenfeld Men in Black - Sötét zsarukban (1997).\n\n1999-ben visszautasította Neo szerepét a Mátrix című filmben, hogy a Wild Wild West - Vadiúj vadnyugat (1999) western-komédiára tudjon koncentrálni.\n\n2001-ben karrierje legnagyobb kihívása elé nézett, amikor is egy valós személyt, Cassius Clayt, vagyis Muhammad Alit alakította az Ali (2001) című életrajzi drámában.\n\n2002-ben és 2003-ban két korábbi sikerfilmjének folytatásán dolgozott. Ismét J ügynököt alakította a Men in Black - Sötét zsaruk 2.-ben (2002), valamint Johnny Tapia drogbáró után nyomozott a Bad Boys 2. - Már megint a rosszfiúkban (2003).\n\nKét évvel később főszerepet vállalt az Én, a robot (2005) című sci-fiben, de még ugyanebben az évben A randiguruban (2005) is láthattuk, melyben egy randi-tanácsadót alakított.\n\n2007-ben ismét egy sci-fi főszerepében, a Legenda vagyokban (2007) láthattuk, Dr. Robert Neville-t, egy pusztító járvány egyetlen emberi túlélőjét játszotta. Egy évvel később főszerepet kapott a Hancockban (2008), melyben egy lecsúszott szuperhőst alakított.\n\n2009-től három évig nem forgatott, majd 2012-ben tért vissza mozik világába a Men in Black - Sötét zsaruk 3.-mal (2012).", + * "name": "", + * "primary": false + * }, + * "english_name": "Hungarian", + * "iso_3166_1": "HU", + * "iso_639_1": "hu", + * "name": "Magyar" + * }, + * { + * "data": { + * "biography": "סמית' החל בקריירת ראפ ושיתף פעולה עם דיג'יי ג'אזי ג'ף, אותו פגש במסיבה. ההרכב שלהם, די ג'יי ג'אזי ג'ף אנד דה פרש פרינס, פעל בין השנים 1984-1994. ב-1988, ההרכב זכה לביקורות מהללות כאשר היו הראפרים הראשונים שזכו בפרס הגראמי.\n\nב-1990, סמית' היה קרוב לפשיטת רגל כאשר חברת הטלוויזיה NBC החתימה אותו לסדרה \"הנסיך המדליק מבל אייר\", בה היה הדמות הראשית. התוכנית הפכה להצלחה גדולה, ורצה שש עונות רצופות והייתה פופולרית ברחבי העולם, גם בישראל. ב-1992 הוא הופיע לראשונה בקולנוע בסרט \"קשר בכל מחיר\", אשר אליו הצטלם במקביל לצילומי הסדרה. הוא התפרסם כאשר הופיע בסרט \"בחורים רעים\" (1995), ובהמשך בשוברי הקופות \"היום השלישי\" (1996) ו\"גברים בשחור\" (1997). כמו כן שיחק ב\"גברים בשחור 2\" (2002), \"אני, רובוט\" (2004), \"היצ'\" (2005), \"אני אגדה\" (2007) ו\"הנקוק\" (2008). בשנת 2005 כיכב עם בנו בסרט \"המרדף לאושר\", סרט שונה ורציני יותר מסרטיו האחרים של סמית'. הסרט גם הופק על ידי וויל סמית', הוא שב ושיחק עם בנו ג׳יידן בסרט ׳העולם אחרי׳ (2013)\n\nלאחר שהסדרה \"הנסיך המדליק מבל אייר\" הסתיימה ב-1996, החל סמית' בקריירת מוזיקה. ב-1997, יצא אלבום הבכורה שלו, \"Big Willie Style\", אשר הגיע למעמד אלבום פלטינה.\n\nסמית' היה מועמד פעמיים לפרס אוסקר, ב-2001 על \"עלי\" (אנ'), וב-2006, על הסרט \"המרדף לאושר\". בנוסף הוא היה מועמד ארבע פעמים לפרס גלובוס הזהב (\"עלי\", \"המרדף לאושר\" ופעמיים, כשחקן בסדרה, על \"הנסיך המדליק מבל אייר\"). ב-2007 זכה בפרס סאטורן בקטגוריית \"השחקן הטוב ביותר\" על \"אני אגדה\".\n\nביוני 2002, יצא אלבומו השלישי של סמית', \"Born to Reign\" והוא מכר פחות משני האלבומים לפניו. באותה שנה, יצא אלבום הלהיטים הגדולים של סמית', וגם מכירותיו כשלו. הוא עזב את חברת התקליטים קולומביה רקורדס וחתם בחברת \"Interscope Records\". במרץ 2005, יצא אלבומו \"Lost and Found\" והסינגל \"Switch\" מתוכו הפך ללהיט וכבש את המצעדים.\n\nב-2005, נכנס סמית' לספר השיאים של גינס כאשר שבר את השיא והגיע לשלוש הצגות בכורה במשך זמן של 24 שעות. ביולי אותה שנה, שימש סמית' כמנחה בקונצרט הלייב 8 בפילדלפיה.", + * "name": "וויל סמית'", + * "primary": false + * }, + * "english_name": "Hebrew", + * "iso_3166_1": "IL", + * "iso_639_1": "he", + * "name": "עִבְרִית" + * }, + * { + * "data": { + * "biography": "Will Smith je američki filmski glumac i hip hop pjevač. Rođen u siromašnoj obitelji kao jedno od četvero djece, Smith već u dvanaestoj godini počinje repati te 1989. zajedno sa svojim prijateljem, rapperom Jeffom Townesom, osvaja prvog Grammyja za najbolji rap performans s pjesmom Parents Just Don't Understand. To je bio samo početak njegove uspješne karijere. Ispekavši zanat u hvaljenoj TV-seriji The Fresh Prince of Bel-Air, Smith svojim šarmom ubrzo osvaja i na filmskim platnima. Zahvaljujući ulogama u Where the Day Takes You (1992.), Made in America (1993.) i Six Degrees of Separation (1993.) osvojio je povjerenje kritičara i publike te ostvario uvjete za nastavak filmske karijere. Dvije godine kasnije slijedi prvi veći komercijalni uspjeh s filmom Bad Boys, a 1996. snima blockbuster Independence Day.", + * "name": "", + * "primary": false + * }, + * "english_name": "Croatian", + * "iso_3166_1": "HR", + * "iso_639_1": "hr", + * "name": "Hrvatski" + * }, + * { + * "data": { + * "biography": "", + * "name": "윌 스미스", + * "primary": false + * }, + * "english_name": "Korean", + * "iso_3166_1": "KR", + * "iso_639_1": "ko", + * "name": "한국어/조선말" + * }, + * { + * "data": { + * "biography": "Ο Γουίλαρντ Κάρολ \"Γουίλ\" Σμιθ (γεννήθηκε. 25 Σεπτεμβρίου 1968) είναι Αμερικανός ηθοποιός, παραγωγός, στιχουργός και ράπερ. Έχει γνωρίσει την επιτυχία στην τηλεόραση, το κινηματογράφο και τη μουσική. Τον Απρίλιο του 2007, η εφημερίδα Newsweek τον αποκάλεσε \"τον πιο ισχυρό ηθοποιό του Χόλυγουντ\" Ο Σμιθ έχει προταθεί πέντε φορές για Χρυσή Σφαίρα και δύο φορές για Όσκαρ και έχει κερδίσει τέσσερα βραβεία Γκράμι. Στα τέλη της δεκαετίας του 1980, ο Σμιθ απέκτησε μια μέτρια φήμη ως ράπερ με το όνομα The Fresh Prince. Το 1990, η δημοτικότητά του αυξήθηκε δραματικά όταν πρωταγωνίστησε στην δημοφιλή τηλεοπτική σειρά του NBC Ο Πρίγκιπας του Μπελ Αιρ, η οποία διήρκεσε για έξι σεζόν (1990–1996) και έχει προβληθεί σε πολλά τηλεοπτικά δίκτυα από τότε. Μετά το τέλος αυτής της σειράς, ο Σμιθ στράφηκε στον κινηματογράφο, όπου πρωταγωνίστησε σε πολλές επιτυχημένες ταινίες. Είναι ο μοναδικός ηθοποιός που έχει οχτώ συνεχόμενες ταινίες με απολαβές στο εγχώριο box office πάνω από 100 εκατομμύρια δολάρια και ο μοναδικός που έχει οχτώ συνεχόμενες ταινίες στις οποίες πρωταγωνιστεί με άνοιγμα στην 1η θέση στο εγχώριο box office.[8]", + * "name": "", + * "primary": false + * }, + * "english_name": "Greek", + * "iso_3166_1": "GR", + * "iso_639_1": "el", + * "name": "ελληνικά" + * }, + * { + * "data": { + * "biography": "威爾史密斯1990年,史密斯主演情境喜劇《新鮮王子妙事多》開始展開他的演員生涯,1995年他與馬汀勞倫斯合演了動作電影《絕地戰警》,演員事業火速起飛。1996年在《ID4:星際終結者》與1997年的《MIB星際戰警》讓史密斯在商業電影中建立起票房明星的地位。2001年的傳奇拳擊手阿里的傳記電影《叱吒風雲》,史密斯為了演出叱吒風雲的拳擊手努力運動健身增加體重,並獲得首次奧斯卡提名, 2006年的史密斯推出《當幸福來敲門》,此片是史密斯父子檔首度聯手在影片擔綱演出的處女秀,精采的演出讓史密斯獲的第二次奧斯卡的提名,雖然還是沒獲獎,但也證明了史密斯不僅只會演出動作英雄,在內心戲中更有深層動人的表現。近年史密斯又推出多部賣座佳片如《我是傳奇》及《全民超人》。從早期的電視肥皂劇喜劇人物、饒舌歌手到炙手可熱的電影巨星,威爾史密斯成功地跨足大小螢幕與唱片業,受歡迎程度可說是當今黑人演員第一。", + * "name": "威爾·史密斯", + * "primary": false + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "TW", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "biography": "Will Smith estaba destinado a desarrollar su carrera en la música cuando, en 1989, conoció a Benny Medina, productor ejecutivo de Warner, quién le dio el papel principal en la serie de televisión 'El Príncipe de Bel-Air'. Una serie que le proporciona gran popularidad y le permite iniciar una carrera en el cine. En 1992, protagonizó la comedia 'Made in America'.\n\nEn 1995, Will Smith explota a nivel internacional con su papel de policía imprudente y seductor en el éxito de taquilla 'Dos policías rebeldes'. Al año siguiente, confirmó su ascenso meteórico en la superproducción 'Independence Day'. Sobre la base de su talento para la comedia, el actor aparece en las divertidas 'Men in black' y 'Wild Wild West'. Pero también demuestra que es capaz de papeles más complicados como demuestra con su presencia en el drama 'La leyenda de Bagger Vance' (2001).\n\nDespués de su sorprendente composición del boxeador Muhammad Ali en 2002, se reencontró con dos sus personajes favoritos de Agente J en 'Hombres de Negro 2' y Mike Lowrey en 'Dos policías rebeldes 2'. Actor de gran demanda en Hollywood, se hizo con el papel de detective en la futurista, 'Yo, Robot', que adaptaba una obra de Isaac Asimov.\n\nAl año siguiente, rueda la comedia dramática de Gabriele Muccino, 'En busca de la felicidad', que le permite rodar junto a su pequeño hijo Jaden Smith. Más tarde se enfrentaría a una horda de zombies sedientos de sangre en la adaptación libre de la novela de culto de Richard Matheson, 'Soy leyenda'. Will Smith encarna a continuación al superhéroe 'Hancock', antes de regresar en 2008 junto al director Gabriele Muccino, en 'Siete almas'.", + * "name": "", + * "primary": false + * }, + * "english_name": "Spanish", + * "iso_3166_1": "MX", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "biography": "", + * "name": "", + * "primary": false + * }, + * "english_name": "Galician", + * "iso_3166_1": "ES", + * "iso_639_1": "gl", + * "name": "Galego" + * }, + * { + * "data": { + * "biography": "", + * "name": "Вілл Сміт", + * "primary": false + * }, + * "english_name": "Ukrainian", + * "iso_3166_1": "UA", + * "iso_639_1": "uk", + * "name": "Український" + * }, + * { + * "data": { + * "biography": "Willard Christopher \"Will\" Smith, Jr. (nato il 25 settembre 1968) è un attore, produttore cinematografico e rapper pop americano. Ha avuto successo in musica, televisione e film. Nell'aprile 2007, Newsweek lo ha definito l'attore più potente del pianeta. Smith è stato nominato per quattro Golden Globe, due Academy Awards e ha vinto più Grammy Awards.", + * "name": "", + * "primary": false + * }, + * "english_name": "Italian", + * "iso_3166_1": "IT", + * "iso_639_1": "it", + * "name": "Italiano" + * }, + * { + * "data": { + * "biography": "", + * "name": "ویل اسمیت", + * "primary": false + * }, + * "english_name": "Persian", + * "iso_3166_1": "IR", + * "iso_639_1": "fa", + * "name": "فارسی" + * }, + * { + * "data": { + * "biography": "Will Smith to amerykański aktor, reżyser, producent filmowy i raper. Popularność przyniosła mu rola w serialu \"Bajer z Bel-Air\". Filmy Willa Smitha niemal zawsze odnoszą komercyjne sukcesy. Takie produkcje jak \"Jestem legendą\", \"Dzień Niepodległości\", \"Bardzo dziki Zachód\", \"Bad Boys\", \"Man in Black\", \"Hancock\" i \"Legion samobójców\" zapewniły Smithowi bezpieczną pozycję w Hollywood. Gwiazdor z powodzeniem nagrywa również płyty. Najsłynniejsze piosenki Willa Smitha to m.in. \"Men in Black\", \"Miami\", \"Gettin' Jiggy wit It\" i \"Switch\". Żoną aktora jest Jada Pinkett-Smith. Para ma 2 dzieci. Rodzina Willa Smitha na co dzień rezyduje w Los Angeles.", + * "name": "", + * "primary": false + * }, + * "english_name": "Polish", + * "iso_3166_1": "PL", + * "iso_639_1": "pl", + * "name": "Polski" + * }, + * { + * "data": { + * "biography": "", + * "name": "ウィル・スミス", + * "primary": false + * }, + * "english_name": "Japanese", + * "iso_3166_1": "JP", + * "iso_639_1": "ja", + * "name": "日本語" + * }, + * { + * "data": { + * "biography": "Willard Carroll Smith Jr. (Filadèlfia, Pennsilvània, 25 de setembre de 1968), més conegut com a Will Smith, és un actor, productor de cinema i cantant estatunidenc. Ha rebut diversos premis, entre els quals un Oscar, un Premi de l'Acadèmia Britànica de Cinema, un Globus d'Or, un Premi del Sindicat d'Actors i quatre Premis Grammy.\n\nSmith va assolir una modesta fama en els seus inicis com a cantant i raper sota el nom de The Fresh Prince a la fi dels anys 1980. La fama mundial, però, li va arribar gràcies al seu paper de William \"Will\" Smith a la sèrie de televisió The Fresh Prince of Bel-Air (1990-1996) de la NBC i, a partir de mitjans dels anys 90, per les seves interpretacions en diferents blockbusters de Hollywood.", + * "name": "", + * "primary": false + * }, + * "english_name": "Catalan", + * "iso_3166_1": "ES", + * "iso_639_1": "ca", + * "name": "Català" + * }, + * { + * "data": { + * "biography": "", + * "name": "", + * "primary": false + * }, + * "english_name": "Herero", + * "iso_3166_1": "HZ", + * "iso_639_1": "hz", + * "name": "" + * }, + * { + * "data": { + * "biography": "უილარდ „უილ“ კრისტოფერ სმითი, უმცროსი — ოქროს გლობუსზე და ორჯერ კინოაკადემიის ჯილდოზე ნომინირებული ამერიკელი მსახიობი და მრავალი გრემის ჯილდოს მფლობელი ჰიპ-ჰოპ შემსრულებელი.", + * "name": "უილ სმითი", + * "primary": false + * }, + * "english_name": "Georgian", + * "iso_3166_1": "GE", + * "iso_639_1": "ka", + * "name": "ქართული" + * }, + * { + * "data": { + * "biography": "", + * "name": "韋·史密夫", + * "primary": false + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "HK", + * "iso_639_1": "zh", + * "name": "普通话" + * } + * ] */ + translations?: { + data?: { + /** @example Willard Carroll Smith II (born September 25, 1968) is an American actor and rapper. Known for variety of roles, Smith has received various accolades, including an Academy Award, a British Academy Film Award and four Grammy Awards. + * + * Smith began his acting career starring as a fictionalized version of himself on the NBC sitcom The Fresh Prince of Bel-Air (1990–1996). He first gained recognition as part of a hip hop duo with DJ Jazzy Jeff, with whom he released five studio albums and the US Billboard Hot 100 top 20 singles "Parents Just Don't Understand", "A Nightmare on My Street", "Summertime", "Ring My Bell", and "Boom! Shake the Room" from 1984 to 1994. He released the solo albums Big Willie Style (1997), Willennium (1999), Born to Reign (2002), and Lost and Found (2005), which contained the US number-one singles "Gettin' Jiggy wit It" and "Wild Wild West". He has received four Grammy Awards for his rap performances. + * + * Smith achieved wider fame as a leading man in films such as the action film Bad Boys (1995), its sequels Bad Boys II (2003) and Bad Boys for Life (2020), and the sci-fi comedies Men in Black (1997), Men in Black II (2002), and Men in Black 3 (2012). After starring in the thrillers Independence Day (1996) and Enemy of the State (1998), he received Academy Award for Best Actor nominations for his portrayal as Muhammad Ali in Ali (2001), and as Chris Gardner in The Pursuit of Happyness (2006). He then starred in a range of commercially successful films, including I, Robot (2004), Shark Tale (2004), Hitch (2005), I Am Legend (2007), Hancock (2008), Seven Pounds (2008), Suicide Squad (2016) and Aladdin (2019). + * + * For his portrayal of Richard Williams in the biographical sports drama King Richard (2021), Smith won the Academy Award, BAFTA Award, Golden Globe Award, and Screen Actors Guild Award for Best Actor. */ + biography?: string; + /** @example Will Smith */ + name?: string; + /** @example true */ + primary?: boolean; + }; + /** @example English */ + english_name?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example English */ + name?: string; + }[]; + }; + }; + }; + }; + }; + details10: { + parameters: { + query?: never; + header?: never; + path: { + /** @description The unique identifier for a specific review within the database. */ + review_id: string; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example Manuel São Bento */ + author?: string; + author_details?: { + /** @example null */ + avatar_path?: unknown; + /** @example Manuel São Bento */ + name?: string; + /** @example 8 */ + rating?: number; + /** @example msbreviews */ + username?: string; + }; + /** @example FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/ + * + * "Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur. + * + * Ridley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground. + * + * Necessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs." + * + * Rating: A- */ + content?: string; + /** @example 2024-11-14T08:50:23.907Z */ + created_at?: string; + /** @example 6735b9cfffe3878e9e9f89ed */ + id?: string; + /** @example en */ + iso_639_1?: string; + /** @example 558449 */ + media_id?: number; + /** @example Gladiator II */ + media_title?: string; + /** @example movie */ + media_type?: string; + /** @example 2024-11-14T08:50:24.017Z */ + updated_at?: string; + /** @example https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed */ + url?: string; + }; + }; + }; + }; + }; + multi: { + parameters: { + query: { + /** @description The term you want to search for (e.g., "Inception"). */ + query: string; + /** @description This indicate whether the movie is an adult content. */ + include_adult?: components["parameters"]["include_adult"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description multi */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg", + * "first_air_date": "2000-10-03", + * "genre_ids": [ + * 16, + * 35, + * 18, + * 10759 + * ], + * "id": 42705, + * "media_type": "tv", + * "name": "Fighting Spirit", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "はじめの一歩", + * "overview": "Makunouchi Ippo is an ordinary high school student in Japan. Since he spends most of his time away from school helping his mother run the family business, he doesn't get to enjoy his younger years like most teenagers. Always a target for bullying at school (the family fishing business grants him a distinct odor), Ippo's life is one of hardship. One of these after-school bullying sessions turns Ippo's life around for the better, as he is saved by a boxer named Takamura. He decides to follow in Takamura's footsteps and train to become a boxer, giving his life direction and purpose. Ippo's path to perfecting his pugilistic prowess is just beginning...", + * "popularity": 1363.754, + * "poster_path": "/qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg", + * "vote_average": 8.7, + * "vote_count": 1086 + * }, + * { + * "adult": false, + * "backdrop_path": "/nSj6EKpNtNCd84OT1MNK9XAUlPM.jpg", + * "first_air_date": "2015-06-14", + * "genre_ids": [ + * 10759, + * 10764, + * 35 + * ], + * "id": 89620, + * "media_type": "tv", + * "name": "Go Fighting", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "极限挑战", + * "overview": "Go Fighting! is classified as a game-variety-reality show, and the MCs and guests complete missions at a landmark to win the objective. Usually each episode will also have an over-arching theme or story. Each episode varies in the challenges and the instructions given to the MCs, and rules are not strictly enforced, resulting in a largely unscripted show.", + * "popularity": 647.332, + * "poster_path": "/nYsiHMplUCBFazdAOVr1gQaGy34.jpg", + * "vote_average": 8.5, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/jCWMWclOVImgkpZgryFd6AvYIu5.jpg", + * "first_air_date": "2017-01-07", + * "genre_ids": [ + * 16, + * 10759, + * 10765 + * ], + * "id": 79481, + * "media_type": "tv", + * "name": "Fights Break Sphere", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "斗破苍穹", + * "overview": "In a land where no magic is present. A land where the strong make the rules and weak have to obey. A land filled with alluring treasures and beauty, yet also filled with unforeseen danger. Three years ago, Xiao Yan, who had shown talents none had seen in decades, suddenly lost everything. His powers, his reputation, and his promise to his mother. What sorcery has caused him to lose all of his powers? And why has his fiancee suddenly shown up?", + * "popularity": 179.357, + * "poster_path": "/a9bJPlezCXF6u0siDxf7cZaSXaJ.jpg", + * "vote_average": 8.7, + * "vote_count": 40 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 757019, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Fight", + * "overview": "An improvised hour-long fight between Brigid Berlin & Charles Rydell. Produced by Andy Warhol.", + * "popularity": 1.326, + * "poster_path": "/sKLsn8KckO0uP1jaQR7jsmGdkNj.jpg", + * "release_date": "1973-01-01", + * "title": "Fight", + * "video": false, + * "vote_average": 6.5, + * "vote_count": 22 + * }, + * { + * "adult": false, + * "backdrop_path": "/7D8BmOJWq5oct6tKbow4VHvYo0r.jpg", + * "first_air_date": "2012-10-01", + * "genre_ids": [ + * 35, + * 10766 + * ], + * "id": 48892, + * "media_type": "tv", + * "name": "Fight or Love?", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Guerra dos Sexos", + * "overview": "An inheritance of millions brings the fun-loving Charlô (Irene Raveche) and her bad-tempered cousin Otávio (Tony Ramos) closer than they ever expected. The inheritance, which includes a mansion and a chain of clothing stores, stipulates that the assets remain in the family. And since no one is willing to give up their part they decide to share the mansion and the business, despite the mortal hatred they harbor for each other. Charlô’s adopted son Felipe (Edson Celulari) also becomes caught up in the situation. However, he turns against his mother and becomes Otávio’s right-hand man at the company.", + * "popularity": 33.428, + * "poster_path": "/6i4O50PaSEyAP7abxUPbAFGq58q.jpg", + * "vote_average": 8, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/y7iFuGVYvrShnGPAqdZzsE8gA3k.jpg", + * "first_air_date": "2007-10-08", + * "genre_ids": [ + * 18, + * 10759 + * ], + * "id": 109775, + * "media_type": "tv", + * "name": "The Ultimate Crime Fighter", + * "origin_country": [ + * "HK" + * ], + * "original_language": "cn", + * "original_name": "通天幹探", + * "overview": "Yuen Biao is a former Hong Kong officer. He quit after an \"accident\" occured where he kills an innocent teenager. He felt guilty and decided to train with monks to feel better. After 5 years, he joins the force again after an encounter with the supernatural at a performance. He realizes that he has no other choice but to help out with his visions, which are very accurate. When Yuen Biao meets up with his former friend, who is Gigi's dad, he is offered to live in an apartment next to them. There he meets Moses Chan, the man who got kicked out of where Yuen Biao would be living. Little does Yuen Biao know is that Moses is actually an undercover officer who's spying on the triads. Yuen Biao gradually learns the truth about Moses and they become good friends. They tackle on many strange cases along with Yoyo Mung, who became a lawyer after being a head officer/investigator.", + * "popularity": 10.292, + * "poster_path": "/kBivvgBEnCs4Um0DmVRbNgBiGe3.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 16, + * 28, + * 14 + * ], + * "id": 227326, + * "media_type": "movie", + * "original_language": "ja", + * "original_title": "FIGHT!!", + * "overview": "Yonosuke Hikura appears to be an ordinary high school student. Yet he has inherited the important role of protecting the harmony between Heaven and Earth. With the help of the magical sword Chitentai, and Tsukinojo Inbe, he courageously battles the demons, sending them back to the Earth World, from which they have escaped.", + * "popularity": 2.606, + * "poster_path": "/2ctuOltpgm2IXHZ5tbTstFwQ4tT.jpg", + * "release_date": "1993-06-17", + * "title": "Fight!! Spirit of the Sword", + * "video": false, + * "vote_average": 6.2, + * "vote_count": 19 + * }, + * { + * "adult": false, + * "backdrop_path": "/ekDjikLzQmZ5T993sf5wQ86vu05.jpg", + * "first_air_date": "2021-01-24", + * "genre_ids": [ + * 18 + * ], + * "id": 117476, + * "media_type": "tv", + * "name": "Fighting Youth", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "正青春", + * "overview": "This tells the story of corporate rookie Zhang Xiao Yu, and how through her extraordinary talent, she manages to earn the appreciation of Lin Rui, the sales division director of a renowned cosmetics company. Lin Rui’s many achievements as the sales director of the cosmetics company, SW, has earned her recognition from SW’s board of directors in France. She is next in line for her boss Shu Wan Ting’s position, but her road to the top hasn't been easy. Unwilling to be replaced, Shu Wan Ting recruits Lin Rui’s rival, Fang Jing, to lead a new department. This is when Zhang Xiao Yu is hired as Lin Rui’s secretary and gets caught up in the messy office politics. Despite everything happening around her, Zhang Xiao Yu manages to blossom as a career woman while also finding her true love.", + * "popularity": 9.748, + * "poster_path": "/6YLW2jiBuWfCxrswlqyDwGkoffw.jpg", + * "vote_average": 9, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/sxSYsofhuuLMXFE95ev3QjNy3rj.jpg", + * "first_air_date": "2024-08-25", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 223397, + * "media_type": "tv", + * "name": "City of God: The Fight Rages On", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Cidade de Deus: A Luta Não Para", + * "overview": "Twenty years after City of God, Buscapé recounts how conflicts between police, traffickers, and militias impacted the community.", + * "popularity": 57.414, + * "poster_path": "/4K0t47rrpRdhQGp4LnjD8WtqMq3.jpg", + * "vote_average": 7.535, + * "vote_count": 57 + * }, + * { + * "adult": false, + * "backdrop_path": "/mx0loGeDTtIV7ITfJTweo7Vm1t9.jpg", + * "first_air_date": "2013-10-07", + * "genre_ids": [ + * 16, + * 35, + * 10765, + * 10762, + * 10751 + * ], + * "id": 60667, + * "media_type": "tv", + * "name": "Gundam Build Fighters", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "ガンダムビルドファイターズ", + * "overview": "Sei Iori is a Gunpla builder whose family runs a hobby shop in a small town. He aspires to be a Gunpla Battle champion like his father, but despite his exceptional building skills, he lacks the combat abilities to compete with other contestants. Then one day, he meets a mysterious boy named Reiji, who helps him improve his confidence in participating in Gunpla Battles. Together, Sei and Reiji battle their way to the 7th Gunpla Battle World Tournament.", + * "popularity": 606.305, + * "poster_path": "/k8EBZ63k2fOfQNRJWpyqFxcQTZI.jpg", + * "vote_average": 7, + * "vote_count": 17 + * }, + * { + * "adult": false, + * "backdrop_path": "/nz6vpYyN1pEwBYeoAVIu2316d0z.jpg", + * "first_air_date": "2017-02-19", + * "genre_ids": [ + * 18 + * ], + * "id": 69158, + * "media_type": "tv", + * "name": "The Good Fight", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Good Fight", + * "overview": "Picking up one year after the events of the final broadcast episode of \"The Good Wife\", an enormous financial scam has destroyed the reputation of a young lawyer, Maia Rindell, while simultaneously wiping out her mentor and godmother Diane Lockhart's savings. Forced out of her law firm, now called \"Lockhart, Deckler, Gussman, Lee, Lyman, Gilbert, Lurie, Kagan, Tannebaum & Associates\", they join Lucca Quinn at one of Chicago's preeminent law firms.", + * "popularity": 189.698, + * "poster_path": "/8qoOHOfbUbrCcHZnDVxGcwOWinV.jpg", + * "vote_average": 7.607, + * "vote_count": 284 + * }, + * { + * "adult": false, + * "backdrop_path": "/cUq6UJIgOK08RtY72m5i1MknKyn.jpg", + * "first_air_date": "2024-01-31", + * "genre_ids": [ + * 80, + * 18, + * 9648 + * ], + * "id": 233968, + * "media_type": "tv", + * "name": "Fighting for Love", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "阿麦从军", + * "overview": "A Mai, the daughter of a Nanxia official, is out for blood after her family was killed by her childhood sweetheart Chen Qi. Having grown into a young woman, she disguises herself as a man and wanders the lands to seek revenge. During a chance encounter, A Mai rescues Shang Yizhi, the son of the Crown Princess, and helps him out of many predicaments. Their fates have been intertwined ever since. When war broke out, A Mai joined the military. She moved up from a foot soldier to a commander due to her marvelous achievements. At the same time, Shang Yizhi has been struggling to survive as he is being hunted down. A Mai assists him in turning the tide. Meanwhile, she also has repeated encounters with the enemy general Chang Yu Qing in the battlefield. Through unexpected events, their paths cross again and they experience life and death together. In the face of the cruelties of the times, A Mai must make a decision for the sake of her country.", + * "popularity": 23.161, + * "poster_path": "/cy5RrUOANg1o9MS2tcaUCiG6HaO.jpg", + * "vote_average": 9, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [], + * "id": 1163111, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Fight", + * "overview": "A Winnipeg high school teacher and former boxer helps two troubled teens at risk of not graduating by using one unique approach: get them in the ring.", + * "popularity": 0.035, + * "poster_path": null, + * "release_date": "", + * "title": "Fight", + * "video": false, + * "vote_average": 6, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/ruY7VWjcjBTZ5w8YifCcecjIe60.jpg", + * "first_air_date": "2000-10-24", + * "genre_ids": [ + * 10759, + * 16 + * ], + * "id": 9705, + * "media_type": "tv", + * "name": "Clockwork Fighters Hiwou's War", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "機巧奇傳ヒヲウ戦記", + * "overview": "8 years ago, Western Civilization visited 19th century Japan. Mechanized dolls and new steam-powered creations began spreading throughout the country. The Wind Gang is a group of doll and steam users who believe in using their creations to violently bring about a new Industrial Era. They attack and destroy the peaceful village of a young doll user named Hiwou one day. Hiwou and his friends escape with a giant doll named Homura. Hiwou now wants to find his father, so that he can help defeat the Wind Gang, and bring peace back to Japan.", + * "popularity": 209.519, + * "poster_path": "/cpS8zhLWswn49x6Qzg310kCEstl.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/gdGudhFpDN9btbP5ONi8uotm2g8.jpg", + * "first_air_date": "1986-10-15", + * "genre_ids": [ + * 16, + * 35, + * 18 + * ], + * "id": 64049, + * "media_type": "tv", + * "name": "Fight! Kickers", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "がんばれ!キッカーズ", + * "overview": "The Kitahara Kickers are a soccer who struggle to win a game, with a run of 22 consecutive losses. But then a newcomer joins the team whose attitude brings back the passion for soccer that his teammates have forgotten.", + * "popularity": 200.226, + * "poster_path": "/7NjsEwjdP2TiScGDr2vDujC2F8T.jpg", + * "vote_average": 6.6, + * "vote_count": 20 + * }, + * { + * "adult": false, + * "backdrop_path": "/vZEVQQ9ZVi4vCBkW8lTv9OBjs6M.jpg", + * "first_air_date": "1985-11-01", + * "genre_ids": [], + * "id": 108061, + * "media_type": "tv", + * "name": "The Tough Fight", + * "origin_country": [ + * "HK" + * ], + * "original_language": "cn", + * "original_name": "後生可畏", + * "overview": "", + * "popularity": 13.065, + * "poster_path": "/xakgZZH2VHO4s0R6x32rDtLtrg2.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/vRVO1Tm5v4XZyt1I3FNPLZkSVkl.jpg", + * "first_air_date": "2000-10-04", + * "genre_ids": [ + * 16, + * 18, + * 10759, + * 10765 + * ], + * "id": 34680, + * "media_type": "tv", + * "name": "GEAR Fighter Dendoh", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "GEAR戦士電童", + * "overview": "GEAR Fighter Dendoh is an anime series that aired in Japan. It ran for 38 episodes, from October 4, 2000 to June 27, 2001, on the TV Tokyo network and its affiliates.\n\nJapanese elementary school students Ginga Izumo and Hokuto Kusanagi are chosen by a giant robot known as Dendoh, and now have to work together to defend the Earth from the evil mechanical alien empire Garufa.", + * "popularity": 16.087, + * "poster_path": "/vzRM7tSk0d3mJgPFi4kY1bSFJ7D.jpg", + * "vote_average": 6.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/hvwiQtH0KiOvv8p3BhEzY93C04N.jpg", + * "first_air_date": "1976-04-04", + * "genre_ids": [ + * 16, + * 10765 + * ], + * "id": 45929, + * "media_type": "tv", + * "name": "Goliath the Super Fighter", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "ゴワッパー5ゴーダム", + * "overview": "Go-wapper 5 Go-dam, is an anime series aired in 1976. There were 36 episodes. It is also referred to as Godam and Gowapper 5 Gordam.\n\nThe series has also been aired on Italian television under the title Godam.", + * "popularity": 24.157, + * "poster_path": "/hMM1MR6lwJT1oIx4cLb9ZQhI4Mx.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/5odUFu8M5jviIkfNgbuJi1jkqQy.jpg", + * "first_air_date": "2017-05-11", + * "genre_ids": [ + * 18 + * ], + * "id": 80093, + * "media_type": "tv", + * "name": "Fighting Time", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "职场是个技术活", + * "overview": "White collar worker Xu Nuo and her company’s chairman Chen Zhi Ze start out as enemies but later become lovers. Hand in hand, they fight against their opponents.", + * "popularity": 110.726, + * "poster_path": "/nraK9TPIKhNf5B3FaxcKZyLB8Vb.jpg", + * "vote_average": 7, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "genre_ids": [ + * 16 + * ], + * "id": 723745, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Fight!", + * "overview": "Two friends fighting dirty", + * "popularity": 2.082, + * "poster_path": "/1KpQ8Rhl1T3rzypivqsOZusXQ4g.jpg", + * "release_date": "2014-09-17", + * "title": "Fight!", + * "video": false, + * "vote_average": 5.9, + * "vote_count": 23 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg */ + backdrop_path?: string | null; + /** @example 2000-10-03 */ + first_air_date?: string; + /** @example [ + * 16, + * 35, + * 18, + * 10759 + * ] */ + genre_ids?: number[]; + /** @example 42705 */ + id?: number; + /** @example tv */ + media_type?: string; + /** @example Fighting Spirit */ + name?: string; + /** @example [ + * "JP" + * ] */ + origin_country?: string[]; + /** @example ja */ + original_language?: string; + /** @example はじめの一歩 */ + original_name?: string; + /** @example Fight */ + original_title?: string; + /** @example Makunouchi Ippo is an ordinary high school student in Japan. Since he spends most of his time away from school helping his mother run the family business, he doesn't get to enjoy his younger years like most teenagers. Always a target for bullying at school (the family fishing business grants him a distinct odor), Ippo's life is one of hardship. One of these after-school bullying sessions turns Ippo's life around for the better, as he is saved by a boxer named Takamura. He decides to follow in Takamura's footsteps and train to become a boxer, giving his life direction and purpose. Ippo's path to perfecting his pugilistic prowess is just beginning... */ + overview?: string; + /** @example 1363.754 */ + popularity?: number; + /** @example /qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg */ + poster_path?: string | null; + /** @example 1973-01-01 */ + release_date?: string; + /** @example Fight */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 8.7 */ + vote_average?: number; + /** @example 1086 */ + vote_count?: number; + }[]; + /** @example 166 */ + total_pages?: number; + /** @example 3310 */ + total_results?: number; + }; + }; + }; + }; + }; + tvShows: { + parameters: { + query: { + /** @description The term you want to search for (e.g., "Inception"). */ + query: string; + /** @description It specifies the year in which a TV show first premiered or aired its initial episode. */ + first_air_date_year?: string; + /** @description This indicate whether the movie is an adult content. */ + include_adult?: components["parameters"]["include_adult"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description Search the first air date and all episode air dates */ + year?: string; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description tv shows */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/gc8PfyTqzqltKPW3X0cIVUGmagz.jpg", + * "first_air_date": "2008-01-20", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 1396, + * "name": "Breaking Bad", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Breaking Bad", + * "overview": "Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + * "popularity": 712.364, + * "poster_path": "/ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg", + * "vote_average": 8.9, + * "vote_count": 14776 + * }, + * { + * "adult": false, + * "backdrop_path": "/ozlVxYzf3iOH1dWhpE8nmwQLKKd.jpg", + * "first_air_date": "1979-10-01", + * "genre_ids": [], + * "id": 8386, + * "name": "The Good The Bad The Ugly", + * "origin_country": [ + * "HK" + * ], + * "original_language": "cn", + * "original_name": "網中人", + * "overview": "The Good, the Bad and the Ugly is a TVB television series, premiered on 1 September 1979. Theme song \"The Good, the Bad and the Ugly\" composition and arrangement by Joseph Koo, lyricist by Tang Wai Hung, sung by Teresa Cheung.", + * "popularity": 370.358, + * "poster_path": "/b5WEVyx2qTVFF5WaUFzBDru8wpo.jpg", + * "vote_average": 9, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": "/m4Zo7Ks4ewo7daCtj8nvxjJrlqN.jpg", + * "first_air_date": "2024-05-05", + * "genre_ids": [ + * 35, + * 10764, + * 18 + * ], + * "id": 253092, + * "name": "Baddies Caribbean", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Baddies Caribbean", + * "overview": "The Baddies head to the Caribbean where they plan on creating more of a storm than a Hurricane.", + * "popularity": 14.587, + * "poster_path": "/72C1GBm0MO2scR4oLOgnqMFfNjj.jpg", + * "vote_average": 8.655, + * "vote_count": 29 + * }, + * { + * "adult": false, + * "backdrop_path": "/62vZPS73Ncl50zuLdGAouEG55bd.jpg", + * "first_air_date": "2021-11-01", + * "genre_ids": [ + * 10759, + * 18, + * 80 + * ], + * "id": 137713, + * "name": "The Bad Penny", + * "origin_country": [ + * "TR" + * ], + * "original_language": "tr", + * "original_name": "Üç Kuruş", + * "overview": "When a serial killer stalks a Romani neighborhood, a hardboiled police captain teams up with a Gypsy crime boss to bring the killer to justice.", + * "popularity": 9.47, + * "poster_path": "/90FtMHAsphVXAXAL8U8fjb3BdOP.jpg", + * "vote_average": 7.8, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/pkHOVTeH0BlsSk8GacfdmmnXtIR.jpg", + * "first_air_date": "1993-09-25", + * "genre_ids": [ + * 16, + * 10759, + * 35, + * 80 + * ], + * "id": 138112, + * "name": "Bad Boys", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "Bad Boys", + * "overview": "Tsukasa, Yoji, and Eiji are friends and members of the motorcycle gang called the Paradise Butterflies. Riding the streets of Hiroshima, their goal in life is to top all other gangs in their city.", + * "popularity": 5.344, + * "poster_path": "/6SsL6sR3AFDsa4Eg8tsr3TsMvVz.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/tVUNXVAH609yaW1hB9pJ2uiaUrD.jpg", + * "first_air_date": "2014-07-31", + * "genre_ids": [ + * 16 + * ], + * "id": 83463, + * "name": "A Portrait of Jianghu: Bad Guys", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "画江湖之不良人", + * "overview": "Two martial artists are brutally killed by a team of assassins, leaving their wards, a young boy and girl, defenseless. A martial arts master dispatches of the assassins, sparing their lives, and decides to take them in. He raises them and teaches them martial arts.", + * "popularity": 337.578, + * "poster_path": "/ewC9M547XWDANvjZkWlU3XDdeAp.jpg", + * "vote_average": 9.2, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/dwR8uaoUCsBMyrztbBsAcCewLEB.jpg", + * "first_air_date": "2024-11-03", + * "genre_ids": [ + * 10764 + * ], + * "id": 275096, + * "name": "Baddies Midwest", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Baddies Midwest", + * "overview": "The Baddies are back - this time bringing it to the Midwest!", + * "popularity": 26.491, + * "poster_path": "/bMHsYAlBBDNqqgxWSgqGkz6V0RH.jpg", + * "vote_average": 7.6, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/mBlLoWXu7a9f7tLr7zyUMTfYDjo.jpg", + * "first_air_date": "2010-05-26", + * "genre_ids": [ + * 18 + * ], + * "id": 32784, + * "name": "Bad Guy", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "나쁜 남자", + * "overview": "Bad Guy is a 2010 South Korean melodrama television series, starring Kim Nam-gil, Han Ga-in, Kim Jae-wook, Oh Yeon-soo and Jung So-min. Directed by Lee Hyung-min, it aired on SBS from May 26 to August 5, 2010 on Wednesdays and Thursdays at 21:55 for 17 episodes.", + * "popularity": 109.48, + * "poster_path": "/wwE3VvcyGhtsRMZhLVKNz32Xuwd.jpg", + * "vote_average": 6.1, + * "vote_count": 11 + * }, + * { + * "adult": false, + * "backdrop_path": "/4M8NgEJMn3mmR3iYakZLHw5O2HR.jpg", + * "first_air_date": "2024-06-20", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 256522, + * "name": "Bad Cop", + * "origin_country": [ + * "IN" + * ], + * "original_language": "hi", + * "original_name": "Bad Cop", + * "overview": "Twin brothers on the opposite sides of the law get caught in a complex web of deceit, loyalty and betrayal.", + * "popularity": 2.673, + * "poster_path": "/9VtAKcZoGD5gKhMG7ACJOsE1XRk.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/4H3oChXtBKo4xaCVcznsik3Mjaz.jpg", + * "first_air_date": "1996-09-07", + * "genre_ids": [ + * 10759, + * 10762 + * ], + * "id": 2136, + * "name": "Big Bad BeetleBorgs", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Big Bad BeetleBorgs", + * "overview": "When three kids explore Charterville's haunted Hillhurst Mansion on a dare, they discover a lot more than they bargain for! The trio find a wild and wacky phasm named Flabber, who changes their lives forever when he grants their wish to become the superheroes they've read about in BeetleBorgs comics. However, not only does Flabber grant the kids' wish, but he also accidentally facilitates the escape of supervillains from the comic books as well! Now it's up to these three newly tapped superheroes - aided by a friendly neighborhood phasm and armed with fantastic powers and awesome vehicles - to save the world from the forces of darkness that threaten the peace and harmony of all mankind.", + * "popularity": 27.914, + * "poster_path": "/aIHIj3VxKTlhdeclpnw1dT9581w.jpg", + * "vote_average": 6.625, + * "vote_count": 24 + * }, + * { + * "adult": false, + * "backdrop_path": "/pM6mbfZ0sHmQuiNkXbZMGw0yPd1.jpg", + * "first_air_date": "2024-03-03", + * "genre_ids": [ + * 18 + * ], + * "id": 246811, + * "name": "Baddies Caribbean Auditions", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Baddies Caribbean Auditions", + * "overview": "Executive Producer Natalie Nunn, along with music sensation Shenseea, reality stars Spice & Bobby Lytes and the Baddies East all-stars, help to choose the cast for the next season of Zeus Network's original hit Baddies franchise. Also featuring special guest, NeNe Leakes.", + * "popularity": 6.804, + * "poster_path": "/gubOa7dZg10uPm5s27sveNoJ1XA.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/qHIA0MUGbRTZz9FXxHksh6kvvVS.jpg", + * "first_air_date": "2017-12-15", + * "genre_ids": [ + * 80, + * 18, + * 10759 + * ], + * "id": 75765, + * "name": "Bad Guys: Vile City", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "나쁜 녀석들: 악의 도시", + * "overview": "Ordered to take down a villainous business leader who controls the city, a prosecutor gathers a team of men who may not be so clean themselves.", + * "popularity": 123.763, + * "poster_path": "/ob8JeEgAjUwAZAATI6uqOI743R2.jpg", + * "vote_average": 7.3, + * "vote_count": 22 + * }, + * { + * "adult": false, + * "backdrop_path": "/wBXCD3K6GKvdhKoKKCq4SaNZvxz.jpg", + * "first_air_date": "2015-09-04", + * "genre_ids": [ + * 99, + * 10764 + * ], + * "id": 64696, + * "name": "There Is No Such Thing as a Bad Dog", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "세상에 나쁜 개는 없다", + * "overview": "", + * "popularity": 57.145, + * "poster_path": "/l6Cbh0sIF4wMcGDn9ewcD6UfEkA.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/apmcAQtugJ7K7jVifcJZUkdHlIC.jpg", + * "first_air_date": "2024-09-15", + * "genre_ids": [ + * 10764, + * 35, + * 10767 + * ], + * "id": 271239, + * "name": "Baddies Midwest & Baddies Gone Wild Auditions", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Baddies Midwest & Baddies Gone Wild Auditions", + * "overview": "Executive Producer Natalie Nunn heads to the Midwest to pick out the next group of Baddies.", + * "popularity": 7.045, + * "poster_path": "/5DMtl3W0xIN3vMUiGbza7HohGtv.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/zRRyu5cBOQBnBzuywWSUqT0qScI.jpg", + * "first_air_date": "2023-04-26", + * "genre_ids": [ + * 18, + * 35 + * ], + * "id": 214999, + * "name": "The Good Bad Mother", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "나쁜 엄마", + * "overview": "A tragic accident leaves an ambitious prosecutor with the mind of a child – forcing him and his mother to embark on a journey to heal their relationship.", + * "popularity": 60.231, + * "poster_path": "/vtDLhvpTk1xcaBCKubSH0if575G.jpg", + * "vote_average": 8.9, + * "vote_count": 142 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "first_air_date": "1957-05-03", + * "genre_ids": [ + * 10763 + * ], + * "id": 113485, + * "name": "Landesschau Baden-Württemberg", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Landesschau Baden-Württemberg", + * "overview": "", + * "popularity": 31.272, + * "poster_path": "/wDOSenxoxj7sxesG8H6zrOSZOhw.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/fe72h5SlHb5kWAweNDg88RhtdLo.jpg", + * "first_air_date": "2016-05-25", + * "genre_ids": [ + * 35 + * ], + * "id": 66733, + * "name": "Bad Internet", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Bad Internet", + * "overview": "A satirical anthology series about the terrifying potential futures of internet technology and culture. Not at all similar to any other shows about technological overreaching.", + * "popularity": 44.735, + * "poster_path": "/ogqVsgXKk9gEUynU2eF4ENZaSM4.jpg", + * "vote_average": 6.8, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/lUIrxz7HwqdBQwCzJYysdYy34uH.jpg", + * "first_air_date": "2013-12-30", + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 62474, + * "name": "Seaside Hotel", + * "origin_country": [ + * "DK" + * ], + * "original_language": "da", + * "original_name": "Badehotellet", + * "overview": "At Andersen’s Seaside Hotel by the North Sea dunes, meet three young people as they try to emancipate themselves from the plans other people have made on their behalf.", + * "popularity": 76.362, + * "poster_path": "/2YrFeKSc23Glr9g3GSgOclEjizd.jpg", + * "vote_average": 8, + * "vote_count": 28 + * }, + * { + * "adult": false, + * "backdrop_path": "/3PGcn1ccxdQJ8ySl6VouPNMXV6T.jpg", + * "first_air_date": "2007-06-02", + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 38853, + * "name": "Bad Couple", + * "origin_country": [ + * "KR", + * "MX" + * ], + * "original_language": "ko", + * "original_name": "불량 커플", + * "overview": "Choi Gi Chan is an University Botanic Professor with the \"perfect genes.\" The drama is about an editor of a fashion magazine, Kim Dang Ja, who suddenly develops an urge to have her own baby despite opposing the idea of marriage. The story will talk about Dang Ja striving to look for a man with perfect genes to accomplish her mission. Gi Chan happens to be her \"target\" in order for her to accomplish her mission. The story later develops as Dang Ja must persuade him to do it without any commitments, which is a problem because Gi Chan doesn't believe in the idea of sex before marriage.", + * "popularity": 5.87, + * "poster_path": "/A3AaweI9ib5IkdihtPtSoykVlxP.jpg", + * "vote_average": 6, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/6MQaS4mMnM2WPvsAdQvZDOTxRK9.jpg", + * "first_air_date": "2021-12-17", + * "genre_ids": [ + * 10759, + * 80, + * 18, + * 10765 + * ], + * "id": 132979, + * "name": "Bad and Crazy", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "배드 앤 크레이지", + * "overview": "A superhero drama about Soo-yeol who has lived his whole life as a materialistic police detective, but changes into a champion for justice and fights against police corruption when a hidden persona called \"K\" awakens inside him.", + * "popularity": 47.347, + * "poster_path": "/t9CRsIT1sGZY3bEpkWPZjMb4EWy.jpg", + * "vote_average": 7.9, + * "vote_count": 74 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg */ + backdrop_path?: string | null; + /** @example 2008-01-20 */ + first_air_date?: string; + /** @example [ + * 18, + * 80 + * ] */ + genre_ids?: number[]; + /** @example 1396 */ + id?: number; + /** @example Breaking Bad */ + name?: string; + /** @example [ + * "US" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example Breaking Bad */ + original_name?: string; + /** @example Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime. */ + overview?: string; + /** @example 712.364 */ + popularity?: number; + /** @example /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg */ + poster_path?: string; + /** @example 8.9 */ + vote_average?: number; + /** @example 14776 */ + vote_count?: number; + }[]; + /** @example 21 */ + total_pages?: number; + /** @example 410 */ + total_results?: number; + }; + }; + }; + }; + }; + all: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description It allows users to specify whether they want to receive trending data for a single day ("day") or for the entire week ("week"). */ + time_window: components["parameters"]["time_window"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description all */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/2meX1nMdScFOoV4370rqHWKmXhY.jpg", + * "first_air_date": "2021-09-17", + * "genre_ids": [ + * 10759, + * 9648, + * 18 + * ], + * "id": 93405, + * "media_type": "tv", + * "name": "Squid Game", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "오징어 게임", + * "overview": "Hundreds of cash-strapped players accept a strange invitation to compete in children's games. Inside, a tempting prize awaits — with deadly high stakes.", + * "popularity": 13121.205, + * "poster_path": "/dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg", + * "vote_average": 7.8, + * "vote_count": 14641 + * }, + * { + * "adult": false, + * "backdrop_path": "/odVlTMqPPiMksmxpN9cCbPCjUPP.jpg", + * "first_air_date": "2024-01-07", + * "genre_ids": [ + * 10759, + * 10765, + * 16 + * ], + * "id": 127532, + * "media_type": "tv", + * "name": "Solo Leveling", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "俺だけレベルアップな件", + * "overview": "They say whatever doesn’t kill you makes you stronger, but that’s not the case for the world’s weakest hunter Sung Jinwoo. After being brutally slaughtered by monsters in a high-ranking dungeon, Jinwoo came back with the System, a program only he could see, that’s leveling him up in every way. Now, he’s inspired to discover the secrets behind his powers and the dungeon that spawned them.", + * "popularity": 517.748, + * "poster_path": "/geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg", + * "vote_average": 8.5, + * "vote_count": 563 + * }, + * { + * "adult": false, + * "backdrop_path": "/uKb22E0nlzr914bA9KyA5CVCOlV.jpg", + * "genre_ids": [ + * 18, + * 10749, + * 14 + * ], + * "id": 402431, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Wicked", + * "overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.", + * "popularity": 2943.848, + * "poster_path": "/dfdvUzj4nLZpZ37BoefqvevCMI1.jpg", + * "release_date": "2024-11-20", + * "title": "Wicked", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 975 + * }, + * { + * "adult": false, + * "backdrop_path": "/ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg", + * "genre_ids": [ + * 16, + * 35, + * 10751 + * ], + * "id": 929204, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Wallace & Gromit: Vengeance Most Fowl", + * "overview": "Gromit’s concern that Wallace is becoming too dependent on his inventions proves justified, when Wallace invents a “smart” gnome that seems to develop a mind of its own. When it emerges that a vengeful figure from the past might be masterminding things, it falls to Gromit to battle sinister forces and save his master… or Wallace may never be able to invent again!", + * "popularity": 273.489, + * "poster_path": "/6BxK38ehxuX2dJmZIMpJcVNbYks.jpg", + * "release_date": "2024-12-18", + * "title": "Wallace & Gromit: Vengeance Most Fowl", + * "video": false, + * "vote_average": 7.773, + * "vote_count": 128 + * }, + * { + * "adult": false, + * "backdrop_path": "/oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg", + * "genre_ids": [ + * 12, + * 10751, + * 16 + * ], + * "id": 762509, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Mufasa: The Lion King", + * "overview": "Mufasa, a cub lost and alone, meets a sympathetic lion named Taka, the heir to a royal bloodline. The chance meeting sets in motion an expansive journey of a group of misfits searching for their destiny.", + * "popularity": 2704.585, + * "poster_path": "/nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg", + * "release_date": "2024-12-18", + * "title": "Mufasa: The Lion King", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 439 + * }, + * { + * "adult": false, + * "backdrop_path": "/A6vAMO3myroRfBwSZetY4GVqaW4.jpg", + * "genre_ids": [ + * 16, + * 14, + * 28, + * 12 + * ], + * "id": 839033, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Lord of the Rings: The War of the Rohirrim", + * "overview": "183 years before the events chronicled in the original trilogy, a sudden attack by Wulf, a clever and ruthless Dunlending lord seeking vengeance for the death of his father, forces Helm Hammerhand and his people to make a daring last stand in the ancient stronghold of the Hornburg. Finding herself in an increasingly desperate situation, Héra, the daughter of Helm, must summon the will to lead the resistance against a deadly enemy intent on their total destruction.", + * "popularity": 3009.106, + * "poster_path": "/hE9SAMyMSUGAPsHUGdyl6irv11v.jpg", + * "release_date": "2024-12-05", + * "title": "The Lord of the Rings: The War of the Rohirrim", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 209 + * }, + * { + * "adult": false, + * "backdrop_path": "/n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg", + * "first_air_date": "2023-05-04", + * "genre_ids": [ + * 10765, + * 18 + * ], + * "id": 125988, + * "media_type": "tv", + * "name": "Silo", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Silo", + * "overview": "In a ruined and toxic future, thousands live in a giant silo deep underground. After its sheriff breaks a cardinal rule and residents die mysteriously, engineer Juliette starts to uncover shocking secrets and the truth about the silo.", + * "popularity": 1310.42, + * "poster_path": "/tlliQuCupf8fpTH7RAor3aKMGy.jpg", + * "vote_average": 8.158, + * "vote_count": 1212 + * }, + * { + * "adult": false, + * "backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg", + * "genre_ids": [ + * 28, + * 878, + * 35, + * 10751 + * ], + * "id": 939243, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Sonic the Hedgehog 3", + * "overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.", + * "popularity": 3313.566, + * "poster_path": "/d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg", + * "release_date": "2024-12-19", + * "title": "Sonic the Hedgehog 3", + * "video": false, + * "vote_average": 7.6, + * "vote_count": 330 + * }, + * { + * "adult": false, + * "backdrop_path": "/uWOJbarUXfVf6B4o0368dh138eR.jpg", + * "genre_ids": [ + * 27, + * 14, + * 18 + * ], + * "id": 426063, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Nosferatu", + * "overview": "A gothic tale of obsession between a haunted young woman and the terrifying vampire infatuated with her, causing untold horror in its wake.", + * "popularity": 1114.688, + * "poster_path": "/5qGIxdEO841C0tdY8vOdLoRVrr0.jpg", + * "release_date": "2024-12-25", + * "title": "Nosferatu", + * "video": false, + * "vote_average": 6.744, + * "vote_count": 436 + * }, + * { + * "adult": false, + * "backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg", + * "genre_ids": [ + * 28, + * 12, + * 18 + * ], + * "id": 558449, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Gladiator II", + * "overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.", + * "popularity": 4782.551, + * "poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg", + * "release_date": "2024-11-05", + * "title": "Gladiator II", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 1992 + * }, + * { + * "adult": false, + * "backdrop_path": "/nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg", + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 1013850, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "A Real Pain", + * "overview": "Mismatched cousins David and Benji reunite for a tour through Poland to honor their beloved grandmother. The adventure takes a turn when the pair's old tensions resurface against the backdrop of their family history.", + * "popularity": 275.752, + * "poster_path": "/38lb62nJcNvVgCDkFt2wiVE0bX4.jpg", + * "release_date": "2024-11-01", + * "title": "A Real Pain", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 95 + * }, + * { + * "adult": false, + * "backdrop_path": "/3WnoZw50qIfXsFnKr0LddEh5Jnf.jpg", + * "genre_ids": [ + * 10752, + * 36 + * ], + * "id": 1222248, + * "media_type": "movie", + * "original_language": "no", + * "original_title": "Nr. 24", + * "overview": "On the brink of the Second World War, a young Norwegian man's drive to resist the Nazis sets a new course for his future – and the future of his country.", + * "popularity": 38.954, + * "poster_path": "/rzsmKSFEsEWBLbJ968abffnfYZ7.jpg", + * "release_date": "2024-10-30", + * "title": "Number 24", + * "video": false, + * "vote_average": 7.7, + * "vote_count": 51 + * }, + * { + * "adult": false, + * "backdrop_path": "/sP0R5F8fkVM0eHcRFXr012rzNAM.jpg", + * "first_air_date": "2025-01-04", + * "genre_ids": [ + * 35, + * 10765, + * 18 + * ], + * "id": 154822, + * "media_type": "tv", + * "name": "When the Stars Gossip", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "별들에게 물어봐", + * "overview": "From two different worlds and with separate missions, an astronaut and a space tourist entangle in space — only to start falling for each other.", + * "popularity": 109.921, + * "poster_path": "/pdOiUbJ0vEJfh5OGFG8y1e4InQ7.jpg", + * "vote_average": 8, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg", + * "genre_ids": [ + * 28, + * 878, + * 53 + * ], + * "id": 1035048, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Elevation", + * "overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.", + * "popularity": 1792.596, + * "poster_path": "/y5CakxusfCElHau7oredncjtt3P.jpg", + * "release_date": "2024-11-07", + * "title": "Elevation", + * "video": false, + * "vote_average": 6.231, + * "vote_count": 247 + * }, + * { + * "adult": false, + * "backdrop_path": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg", + * "genre_ids": [ + * 10749, + * 35, + * 18 + * ], + * "id": 1064213, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Anora", + * "overview": "A young sex worker from Brooklyn gets her chance at a Cinderella story when she meets and impulsively marries the son of an oligarch. Once the news reaches Russia, her fairytale is threatened as his parents set out to get the marriage annulled.", + * "popularity": 588.802, + * "poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg", + * "release_date": "2024-10-14", + * "title": "Anora", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 650 + * }, + * { + * "adult": false, + * "backdrop_path": "/wJzHFl5mq6JFbD6equTleJuzlnk.jpg", + * "first_air_date": "2011-04-17", + * "genre_ids": [ + * 16, + * 10765, + * 9648, + * 10759 + * ], + * "id": 38464, + * "media_type": "tv", + * "name": "Blue Exorcist", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "青の祓魔師", + * "overview": "Humans live in the world of Assiah, demons in Gehenna. The two dimensions are not meant to interfere with each other, but demons still possess creatures in Assiah in spite of this. The humans who can fight these demons are known as exorcists. Rin Okumura is a boy who bears the curse of being Satan's illegitimate son. His foster father sacrificed himself to save him from demons. To avenge his foster father's death as well as to prove himself, Rin decides to follow the path of an exorcist and defeat his own father, Satan. To hone his raw skills, Rin enters True Cross Academy to train with other exorcist candidates.", + * "popularity": 286.647, + * "poster_path": "/kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg", + * "vote_average": 7.9, + * "vote_count": 446 + * }, + * { + * "adult": false, + * "backdrop_path": "/bGMLZoRtfIY0OxtCOpZiwkUzeQl.jpg", + * "first_air_date": "2023-01-06", + * "genre_ids": [ + * 18, + * 9648 + * ], + * "id": 112581, + * "media_type": "tv", + * "name": "The Rig", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The Rig", + * "overview": "When the crew of the Kinloch Bravo find themselves cut off from all communication with the Scottish mainland by a mysterious fog, they must fight to find a way home whilst managing environmental pressures, mounting paranoia and rising tensions. But as the threat facing them reveals itself to be something beyond their wildest imagination, the divided crew must form an alliance to ensure survival.", + * "popularity": 208.618, + * "poster_path": "/o8KxvfdpSVCP53d4S6a4DPHOqNh.jpg", + * "vote_average": 6.739, + * "vote_count": 157 + * }, + * { + * "adult": false, + * "backdrop_path": "/bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg", + * "genre_ids": [ + * 27, + * 878 + * ], + * "id": 933260, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Substance", + * "overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.", + * "popularity": 894.606, + * "poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg", + * "release_date": "2024-09-07", + * "title": "The Substance", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 2986 + * }, + * { + * "adult": false, + * "backdrop_path": "/3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg", + * "genre_ids": [ + * 28, + * 878, + * 12, + * 53 + * ], + * "id": 912649, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Venom: The Last Dance", + * "overview": "Eddie and Venom are on the run. Hunted by both of their worlds and with the net closing in, the duo are forced into a devastating decision that will bring the curtains down on Venom and Eddie's last dance.", + * "popularity": 3124.993, + * "poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg", + * "release_date": "2024-10-22", + * "title": "Venom: The Last Dance", + * "video": false, + * "vote_average": 6.797, + * "vote_count": 2130 + * }, + * { + * "adult": false, + * "backdrop_path": "/532ZdugTqAT9XH38oA318Eh0gzG.jpg", + * "first_air_date": "2025-01-05", + * "genre_ids": [ + * 16, + * 35, + * 10765, + * 10759 + * ], + * "id": 273048, + * "media_type": "tv", + * "name": "I'm Living with an Otaku NEET Kunoichi!?", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "ニートくノ一となぜか同棲はじめました", + * "overview": "In order to protect an ordinary businessman, Tsukasa Atsumi, from demons, a genius kunoichi, Shizuri Ideura, signs a master-servant contract with him on the condition that she stays with him. Despite her cool appearance of defeating demons, Shizuri is an otaku NEET who spends all her time playing video games. While Shizuri is spoiled by Tsukasa and leads a lazy cohabitation life, the quirky Kunoichi gather together.", + * "popularity": 32.701, + * "poster_path": "/u4m7bCQYdH0ZwEqUYAoyIR92eG7.jpg", + * "vote_average": 0, + * "vote_count": 0 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /2meX1nMdScFOoV4370rqHWKmXhY.jpg */ + backdrop_path?: string; + /** @example 2021-09-17 */ + first_air_date?: string; + /** @example [ + * 10759, + * 9648, + * 18 + * ] */ + genre_ids?: number[]; + /** @example 93405 */ + id?: number; + /** @example tv */ + media_type?: string; + /** @example Squid Game */ + name?: string; + /** @example [ + * "KR" + * ] */ + origin_country?: string[]; + /** @example ko */ + original_language?: string; + /** @example 오징어 게임 */ + original_name?: string; + /** @example Wicked */ + original_title?: string; + /** @example Hundreds of cash-strapped players accept a strange invitation to compete in children's games. Inside, a tempting prize awaits — with deadly high stakes. */ + overview?: string; + /** @example 13121.205 */ + popularity?: number; + /** @example /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg */ + poster_path?: string; + /** @example 2024-11-20 */ + release_date?: string; + /** @example Wicked */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 7.8 */ + vote_average?: number; + /** @example 14641 */ + vote_count?: number; + }[]; + /** @example 500 */ + total_pages?: number; + /** @example 10000 */ + total_results?: number; + }; + }; + }; + }; + }; + movies1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description It allows users to specify whether they want to receive trending data for a single day ("day") or for the entire week ("week"). */ + time_window: components["parameters"]["time_window"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movies */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/uKb22E0nlzr914bA9KyA5CVCOlV.jpg", + * "genre_ids": [ + * 18, + * 10749, + * 14 + * ], + * "id": 402431, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Wicked", + * "overview": "In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West.", + * "popularity": 2943.848, + * "poster_path": "/dfdvUzj4nLZpZ37BoefqvevCMI1.jpg", + * "release_date": "2024-11-20", + * "title": "Wicked", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 975 + * }, + * { + * "adult": false, + * "backdrop_path": "/ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg", + * "genre_ids": [ + * 16, + * 35, + * 10751 + * ], + * "id": 929204, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Wallace & Gromit: Vengeance Most Fowl", + * "overview": "Gromit’s concern that Wallace is becoming too dependent on his inventions proves justified, when Wallace invents a “smart” gnome that seems to develop a mind of its own. When it emerges that a vengeful figure from the past might be masterminding things, it falls to Gromit to battle sinister forces and save his master… or Wallace may never be able to invent again!", + * "popularity": 273.489, + * "poster_path": "/6BxK38ehxuX2dJmZIMpJcVNbYks.jpg", + * "release_date": "2024-12-18", + * "title": "Wallace & Gromit: Vengeance Most Fowl", + * "video": false, + * "vote_average": 7.775, + * "vote_count": 129 + * }, + * { + * "adult": false, + * "backdrop_path": "/oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg", + * "genre_ids": [ + * 12, + * 10751, + * 16 + * ], + * "id": 762509, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Mufasa: The Lion King", + * "overview": "Mufasa, a cub lost and alone, meets a sympathetic lion named Taka, the heir to a royal bloodline. The chance meeting sets in motion an expansive journey of a group of misfits searching for their destiny.", + * "popularity": 2704.585, + * "poster_path": "/nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg", + * "release_date": "2024-12-18", + * "title": "Mufasa: The Lion King", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 439 + * }, + * { + * "adult": false, + * "backdrop_path": "/A6vAMO3myroRfBwSZetY4GVqaW4.jpg", + * "genre_ids": [ + * 16, + * 14, + * 28, + * 12 + * ], + * "id": 839033, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Lord of the Rings: The War of the Rohirrim", + * "overview": "183 years before the events chronicled in the original trilogy, a sudden attack by Wulf, a clever and ruthless Dunlending lord seeking vengeance for the death of his father, forces Helm Hammerhand and his people to make a daring last stand in the ancient stronghold of the Hornburg. Finding herself in an increasingly desperate situation, Héra, the daughter of Helm, must summon the will to lead the resistance against a deadly enemy intent on their total destruction.", + * "popularity": 3009.106, + * "poster_path": "/hE9SAMyMSUGAPsHUGdyl6irv11v.jpg", + * "release_date": "2024-12-05", + * "title": "The Lord of the Rings: The War of the Rohirrim", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 209 + * }, + * { + * "adult": false, + * "backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg", + * "genre_ids": [ + * 28, + * 878, + * 35, + * 10751 + * ], + * "id": 939243, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Sonic the Hedgehog 3", + * "overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.", + * "popularity": 3313.566, + * "poster_path": "/d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg", + * "release_date": "2024-12-19", + * "title": "Sonic the Hedgehog 3", + * "video": false, + * "vote_average": 7.6, + * "vote_count": 330 + * }, + * { + * "adult": false, + * "backdrop_path": "/uWOJbarUXfVf6B4o0368dh138eR.jpg", + * "genre_ids": [ + * 27, + * 14, + * 18 + * ], + * "id": 426063, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Nosferatu", + * "overview": "A gothic tale of obsession between a haunted young woman and the terrifying vampire infatuated with her, causing untold horror in its wake.", + * "popularity": 1114.688, + * "poster_path": "/5qGIxdEO841C0tdY8vOdLoRVrr0.jpg", + * "release_date": "2024-12-25", + * "title": "Nosferatu", + * "video": false, + * "vote_average": 6.744, + * "vote_count": 436 + * }, + * { + * "adult": false, + * "backdrop_path": "/euYIwmwkmz95mnXvufEmbL6ovhZ.jpg", + * "genre_ids": [ + * 28, + * 12, + * 18 + * ], + * "id": 558449, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Gladiator II", + * "overview": "Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people.", + * "popularity": 4782.551, + * "poster_path": "/2cxhvwyEwRlysAmRH4iodkvo0z5.jpg", + * "release_date": "2024-11-05", + * "title": "Gladiator II", + * "video": false, + * "vote_average": 6.754, + * "vote_count": 1992 + * }, + * { + * "adult": false, + * "backdrop_path": "/nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg", + * "genre_ids": [ + * 35, + * 18 + * ], + * "id": 1013850, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "A Real Pain", + * "overview": "Mismatched cousins David and Benji reunite for a tour through Poland to honor their beloved grandmother. The adventure takes a turn when the pair's old tensions resurface against the backdrop of their family history.", + * "popularity": 275.752, + * "poster_path": "/38lb62nJcNvVgCDkFt2wiVE0bX4.jpg", + * "release_date": "2024-11-01", + * "title": "A Real Pain", + * "video": false, + * "vote_average": 6.8, + * "vote_count": 95 + * }, + * { + * "adult": false, + * "backdrop_path": "/3WnoZw50qIfXsFnKr0LddEh5Jnf.jpg", + * "genre_ids": [ + * 10752, + * 36 + * ], + * "id": 1222248, + * "media_type": "movie", + * "original_language": "no", + * "original_title": "Nr. 24", + * "overview": "On the brink of the Second World War, a young Norwegian man's drive to resist the Nazis sets a new course for his future – and the future of his country.", + * "popularity": 38.954, + * "poster_path": "/rzsmKSFEsEWBLbJ968abffnfYZ7.jpg", + * "release_date": "2024-10-30", + * "title": "Number 24", + * "video": false, + * "vote_average": 7.7, + * "vote_count": 51 + * }, + * { + * "adult": false, + * "backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg", + * "genre_ids": [ + * 28, + * 878, + * 53 + * ], + * "id": 1035048, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Elevation", + * "overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.", + * "popularity": 1792.596, + * "poster_path": "/y5CakxusfCElHau7oredncjtt3P.jpg", + * "release_date": "2024-11-07", + * "title": "Elevation", + * "video": false, + * "vote_average": 6.231, + * "vote_count": 247 + * }, + * { + * "adult": false, + * "backdrop_path": "/4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg", + * "genre_ids": [ + * 10749, + * 35, + * 18 + * ], + * "id": 1064213, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Anora", + * "overview": "A young sex worker from Brooklyn gets her chance at a Cinderella story when she meets and impulsively marries the son of an oligarch. Once the news reaches Russia, her fairytale is threatened as his parents set out to get the marriage annulled.", + * "popularity": 588.802, + * "poster_path": "/7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg", + * "release_date": "2024-10-14", + * "title": "Anora", + * "video": false, + * "vote_average": 6.9, + * "vote_count": 650 + * }, + * { + * "adult": false, + * "backdrop_path": "/3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg", + * "genre_ids": [ + * 28, + * 878, + * 12, + * 53 + * ], + * "id": 912649, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Venom: The Last Dance", + * "overview": "Eddie and Venom are on the run. Hunted by both of their worlds and with the net closing in, the duo are forced into a devastating decision that will bring the curtains down on Venom and Eddie's last dance.", + * "popularity": 3124.993, + * "poster_path": "/aosm8NMQ3UyoBVpSxyimorCQykC.jpg", + * "release_date": "2024-10-22", + * "title": "Venom: The Last Dance", + * "video": false, + * "vote_average": 6.797, + * "vote_count": 2130 + * }, + * { + * "adult": false, + * "backdrop_path": "/bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg", + * "genre_ids": [ + * 27, + * 878 + * ], + * "id": 933260, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "The Substance", + * "overview": "A fading celebrity decides to use a black market drug, a cell-replicating substance that temporarily creates a younger, better version of herself.", + * "popularity": 894.606, + * "poster_path": "/lqoMzCcZYEFK729d6qzt349fB4o.jpg", + * "release_date": "2024-09-07", + * "title": "The Substance", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 2986 + * }, + * { + * "adult": false, + * "backdrop_path": "/okVLmXL5y18dfN2R4ufMZEGaeCd.jpg", + * "genre_ids": [ + * 28, + * 80, + * 53, + * 18 + * ], + * "id": 1160018, + * "media_type": "movie", + * "original_language": "hi", + * "original_title": "किल", + * "overview": "When an army commando finds out his true love is engaged against her will, he boards a New Dehli-bound train in a daring quest to derail the arranged marriage. But when a gang of knife-wielding thieves begin to terrorize innocent passengers on his train, the commando takes them on himself in a death-defying kill-spree to save those around him — turning what should have been a typical commute into an adrenaline-fueled thrill ride.", + * "popularity": 135.055, + * "poster_path": "/m2zXTuNPkywdYLyWlVyJZW2QOJH.jpg", + * "release_date": "2024-07-03", + * "title": "Kill", + * "video": false, + * "vote_average": 7.2, + * "vote_count": 299 + * }, + * { + * "adult": false, + * "backdrop_path": "/hlfu6g0h0D65SjkVhQBU20zePTl.jpg", + * "genre_ids": [ + * 28, + * 12, + * 14, + * 16 + * ], + * "id": 1357633, + * "media_type": "movie", + * "original_language": "ja", + * "original_title": "俺だけレベルアップな件 -ReAwakening-", + * "overview": "Over a decade after 'gates' connecting worlds appeared, awakening 'hunters' with superpowers, weakest hunter Sung Jinwoo encounters a double dungeon and accepts a mysterious quest, becoming the only one able to level up, changing his fate. A catch-up recap of the first season coupled with an exclusive sneak peek of the first two episodes of the highly anticipated second season in one momentous theatrical fan experience.", + * "popularity": 425.517, + * "poster_path": "/dblIFen0bNZAq8icJXHwrjfymDW.jpg", + * "release_date": "2024-11-26", + * "title": "Solo Leveling -ReAwakening-", + * "video": false, + * "vote_average": 7.4, + * "vote_count": 46 + * }, + * { + * "adult": false, + * "backdrop_path": "/ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg", + * "genre_ids": [ + * 27, + * 53 + * ], + * "id": 1138194, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Heretic", + * "overview": "Two young missionaries are forced to prove their faith when they knock on the wrong door and are greeted by a diabolical Mr. Reed, becoming ensnared in his deadly game of cat-and-mouse.", + * "popularity": 930.226, + * "poster_path": "/5HJqjCTcaE1TFwnNh3Dn21be2es.jpg", + * "release_date": "2024-10-31", + * "title": "Heretic", + * "video": false, + * "vote_average": 7.18, + * "vote_count": 724 + * }, + * { + * "adult": false, + * "backdrop_path": "/2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg", + * "genre_ids": [ + * 10749, + * 18 + * ], + * "id": 1156593, + * "media_type": "movie", + * "original_language": "es", + * "original_title": "Culpa tuya", + * "overview": "The love between Noah and Nick seems unwavering despite their parents' attempts to separate them. But his job and her entry into college open up their lives to new relationships that will shake the foundations of both their relationship and the Leister family itself.", + * "popularity": 4279.149, + * "poster_path": "/1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg", + * "release_date": "2024-12-26", + * "title": "Your Fault", + * "video": false, + * "vote_average": 7.078, + * "vote_count": 651 + * }, + * { + * "adult": false, + * "backdrop_path": "/tElnmtQ6yz1PjN1kePNl8yMSb59.jpg", + * "genre_ids": [ + * 16, + * 12, + * 10751, + * 35 + * ], + * "id": 1241982, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Moana 2", + * "overview": "After receiving an unexpected call from her wayfinding ancestors, Moana journeys alongside Maui and a new crew to the far seas of Oceania and into dangerous, long-lost waters for an adventure unlike anything she's ever faced.", + * "popularity": 2540.729, + * "poster_path": "/m0SbwFNCa9epW1X60deLqTHiP7x.jpg", + * "release_date": "2024-11-21", + * "title": "Moana 2", + * "video": false, + * "vote_average": 7.006, + * "vote_count": 749 + * }, + * { + * "adult": false, + * "backdrop_path": "/rRBD8ORo9y34tYkAQJVbn4Ml6tu.jpg", + * "genre_ids": [ + * 878, + * 12 + * ], + * "id": 693134, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Dune: Part Two", + * "overview": "Follow the mythic journey of Paul Atreides as he unites with Chani and the Fremen while on a path of revenge against the conspirators who destroyed his family. Facing a choice between the love of his life and the fate of the known universe, Paul endeavors to prevent a terrible future only he can foresee.", + * "popularity": 275.013, + * "poster_path": "/6izwz7rsy95ARzTR3poZ8H6c5pp.jpg", + * "release_date": "2024-02-27", + * "title": "Dune: Part Two", + * "video": false, + * "vote_average": 8.2, + * "vote_count": 5929 + * }, + * { + * "adult": false, + * "backdrop_path": "/p1PLSI5Nw2krGxD7X4ulul1tDAk.jpg", + * "genre_ids": [ + * 80, + * 9648, + * 53 + * ], + * "id": 807, + * "media_type": "movie", + * "original_language": "en", + * "original_title": "Se7en", + * "overview": "Two homicide detectives are on a desperate hunt for a serial killer whose crimes are based on the \"seven deadly sins\" in this dark and haunting film that takes viewers from the tortured remains of one victim to the next. The seasoned Det. Sommerset researches each sin in an effort to get inside the killer's mind, while his novice partner, Mills, scoffs at his efforts to unravel the case.", + * "popularity": 203.084, + * "poster_path": "/191nKfP0ehp3uIvWqgPbFmI4lv9.jpg", + * "release_date": "1995-09-22", + * "title": "Se7en", + * "video": false, + * "vote_average": 8.375, + * "vote_count": 21163 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /uKb22E0nlzr914bA9KyA5CVCOlV.jpg */ + backdrop_path?: string; + /** @example [ + * 18, + * 10749, + * 14 + * ] */ + genre_ids?: number[]; + /** @example 402431 */ + id?: number; + /** @example movie */ + media_type?: string; + /** @example en */ + original_language?: string; + /** @example Wicked */ + original_title?: string; + /** @example In the land of Oz, ostracized and misunderstood green-skinned Elphaba is forced to share a room with the popular aristocrat Glinda at Shiz University, and the two's unlikely friendship is tested as they begin to fulfill their respective destinies as Glinda the Good and the Wicked Witch of the West. */ + overview?: string; + /** @example 2943.848 */ + popularity?: number; + /** @example /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg */ + poster_path?: string; + /** @example 2024-11-20 */ + release_date?: string; + /** @example Wicked */ + title?: string; + /** @example false */ + video?: boolean; + /** @example 7.4 */ + vote_average?: number; + /** @example 975 */ + vote_count?: number; + }[]; + /** @example 500 */ + total_pages?: number; + /** @example 10000 */ + total_results?: number; + }; + }; + }; + }; + }; + people: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description It allows users to specify whether they want to receive trending data for a single day ("day") or for the entire week ("week"). */ + time_window: components["parameters"]["time_window"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description people */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "gender": 2, + * "id": 17276, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Gerard Butler", + * "original_name": "Gerard Butler", + * "popularity": 55.612, + * "profile_path": "/rTO5opVC3Gs6hPYAxWSP9eEjogi.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1908004, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Sang Woo", + * "original_name": "상우", + * "popularity": 2.401, + * "profile_path": "/lLGmnCeUVsVAS6Q4GvhiMFXuI8L.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 589340, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Huang Yi", + * "original_name": "黄奕", + * "popularity": 8.248, + * "profile_path": "/AZMBqGQOmNqb6ScgunLhC5KNdW.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1974009, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Kim Do-hee", + * "original_name": "Kim Do-hee", + * "popularity": 64.816, + * "profile_path": "/vDK2YCaePyUO4bxTE5mbvQqdqwp.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2710789, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Seung Ha", + * "original_name": "채승하", + * "popularity": 30.942, + * "profile_path": "/nvSJiHakYrDa3CedKSVOEsbLLX8.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 18897, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Jackie Chan", + * "original_name": "成龍", + * "popularity": 90.474, + * "profile_path": "/nraZoTzwJQPHspAVsKfgl3RXKKa.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 5009810, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "河北彩花", + * "original_name": "河北彩花", + * "popularity": 5.295, + * "profile_path": "/5mH6mkgwFZmeYTJpxVTaqbF3uIn.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1019, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Mads Mikkelsen", + * "original_name": "Mads Mikkelsen", + * "popularity": 73.19, + * "profile_path": "/ntwPvV4GKGGHO3I7LcHMwhXfsw9.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 5009979, + * "known_for_department": null, + * "media_type": "person", + * "name": "河北彩花", + * "original_name": "河北彩花", + * "popularity": 7.433, + * "profile_path": "/pDVfME2z2DiosnHFBALHvoSvqs5.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 488, + * "known_for_department": "Directing", + * "media_type": "person", + * "name": "Steven Spielberg", + * "original_name": "Steven Spielberg", + * "popularity": 45.486, + * "profile_path": "/tZxcg19YQ3e8fJ0pOs7hjlnmmr6.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 224513, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Ana de Armas", + * "original_name": "Ana de Armas", + * "popularity": 138.067, + * "profile_path": "/5Qne374OM0ewMM7uSN9eq9jNrWq.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1622390, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Lee Chae-dam", + * "original_name": "Lee Chae-dam", + * "popularity": 22.754, + * "profile_path": "/7wMyr6F3yzvbSpu2XMxSW3vObED.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 287, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Brad Pitt", + * "original_name": "Brad Pitt", + * "popularity": 68.057, + * "profile_path": "/4rjnRCQ6bGFYdBb4UooOjsQy12c.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2227, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Nicole Kidman", + * "original_name": "Nicole Kidman", + * "popularity": 72.579, + * "profile_path": "/lfW2cDigTcvuoe4k6UfCdGVE1R6.jpg" + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4624919, + * "known_for_department": "Directing", + * "media_type": "person", + * "name": "Angel Alvarez", + * "original_name": "Angel Alvarez", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 17884, + * "known_for_department": "Directing", + * "media_type": "person", + * "name": "Jeff Baena", + * "original_name": "Jeff Baena", + * "popularity": 2.08, + * "profile_path": "/eOdq8CVGTQ9aba9coTzHQZp6MM2.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 525, + * "known_for_department": "Directing", + * "media_type": "person", + * "name": "Christopher Nolan", + * "original_name": "Christopher Nolan", + * "popularity": 46.211, + * "profile_path": "/xuAIuYSmsUzKlUMBFGVZaWsY3DZ.jpg" + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2359937, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Jo Yu-ri", + * "original_name": "조유리", + * "popularity": 41.496, + * "profile_path": "/uv9CSDBOPhpOn494P4oZTsk4J5J.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 62, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Bruce Willis", + * "original_name": "Bruce Willis", + * "popularity": 63.638, + * "profile_path": "/w3aXr1e7gQCn8MSp1vW4sXHn99P.jpg" + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1664920, + * "known_for_department": "Acting", + * "media_type": "person", + * "name": "Oh Soon-tae", + * "original_name": "오순태", + * "popularity": 0.001, + * "profile_path": "/deE937OZKgXGRky9LJMTtujy8KQ.jpg" + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example 2 */ + gender?: number; + /** @example 17276 */ + id?: number; + /** @example Acting */ + known_for_department?: string | null; + /** @example person */ + media_type?: string; + /** @example Gerard Butler */ + name?: string; + /** @example Gerard Butler */ + original_name?: string; + /** @example 55.612 */ + popularity?: number; + /** @example /rTO5opVC3Gs6hPYAxWSP9eEjogi.jpg */ + profile_path?: string | null; + }[]; + /** @example 266 */ + total_pages?: number; + /** @example 5304 */ + total_results?: number; + }; + }; + }; + }; + }; + tv1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description It allows users to specify whether they want to receive trending data for a single day ("day") or for the entire week ("week"). */ + time_window: components["parameters"]["time_window"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description tv */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/2meX1nMdScFOoV4370rqHWKmXhY.jpg", + * "first_air_date": "2021-09-17", + * "genre_ids": [ + * 10759, + * 9648, + * 18 + * ], + * "id": 93405, + * "media_type": "tv", + * "name": "Squid Game", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "오징어 게임", + * "overview": "Hundreds of cash-strapped players accept a strange invitation to compete in children's games. Inside, a tempting prize awaits — with deadly high stakes.", + * "popularity": 13121.205, + * "poster_path": "/dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg", + * "vote_average": 7.8, + * "vote_count": 14641 + * }, + * { + * "adult": false, + * "backdrop_path": "/odVlTMqPPiMksmxpN9cCbPCjUPP.jpg", + * "first_air_date": "2024-01-07", + * "genre_ids": [ + * 10759, + * 10765, + * 16 + * ], + * "id": 127532, + * "media_type": "tv", + * "name": "Solo Leveling", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "俺だけレベルアップな件", + * "overview": "They say whatever doesn’t kill you makes you stronger, but that’s not the case for the world’s weakest hunter Sung Jinwoo. After being brutally slaughtered by monsters in a high-ranking dungeon, Jinwoo came back with the System, a program only he could see, that’s leveling him up in every way. Now, he’s inspired to discover the secrets behind his powers and the dungeon that spawned them.", + * "popularity": 517.748, + * "poster_path": "/geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg", + * "vote_average": 8.5, + * "vote_count": 563 + * }, + * { + * "adult": false, + * "backdrop_path": "/n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg", + * "first_air_date": "2023-05-04", + * "genre_ids": [ + * 10765, + * 18 + * ], + * "id": 125988, + * "media_type": "tv", + * "name": "Silo", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Silo", + * "overview": "In a ruined and toxic future, thousands live in a giant silo deep underground. After its sheriff breaks a cardinal rule and residents die mysteriously, engineer Juliette starts to uncover shocking secrets and the truth about the silo.", + * "popularity": 1310.42, + * "poster_path": "/tlliQuCupf8fpTH7RAor3aKMGy.jpg", + * "vote_average": 8.158, + * "vote_count": 1212 + * }, + * { + * "adult": false, + * "backdrop_path": "/sP0R5F8fkVM0eHcRFXr012rzNAM.jpg", + * "first_air_date": "2025-01-04", + * "genre_ids": [ + * 35, + * 10765, + * 18 + * ], + * "id": 154822, + * "media_type": "tv", + * "name": "When the Stars Gossip", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "별들에게 물어봐", + * "overview": "From two different worlds and with separate missions, an astronaut and a space tourist entangle in space — only to start falling for each other.", + * "popularity": 109.921, + * "poster_path": "/pdOiUbJ0vEJfh5OGFG8y1e4InQ7.jpg", + * "vote_average": 8, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/wJzHFl5mq6JFbD6equTleJuzlnk.jpg", + * "first_air_date": "2011-04-17", + * "genre_ids": [ + * 16, + * 10765, + * 9648, + * 10759 + * ], + * "id": 38464, + * "media_type": "tv", + * "name": "Blue Exorcist", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "青の祓魔師", + * "overview": "Humans live in the world of Assiah, demons in Gehenna. The two dimensions are not meant to interfere with each other, but demons still possess creatures in Assiah in spite of this. The humans who can fight these demons are known as exorcists. Rin Okumura is a boy who bears the curse of being Satan's illegitimate son. His foster father sacrificed himself to save him from demons. To avenge his foster father's death as well as to prove himself, Rin decides to follow the path of an exorcist and defeat his own father, Satan. To hone his raw skills, Rin enters True Cross Academy to train with other exorcist candidates.", + * "popularity": 286.647, + * "poster_path": "/kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg", + * "vote_average": 7.9, + * "vote_count": 446 + * }, + * { + * "adult": false, + * "backdrop_path": "/bGMLZoRtfIY0OxtCOpZiwkUzeQl.jpg", + * "first_air_date": "2023-01-06", + * "genre_ids": [ + * 18, + * 9648 + * ], + * "id": 112581, + * "media_type": "tv", + * "name": "The Rig", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "The Rig", + * "overview": "When the crew of the Kinloch Bravo find themselves cut off from all communication with the Scottish mainland by a mysterious fog, they must fight to find a way home whilst managing environmental pressures, mounting paranoia and rising tensions. But as the threat facing them reveals itself to be something beyond their wildest imagination, the divided crew must form an alliance to ensure survival.", + * "popularity": 208.618, + * "poster_path": "/o8KxvfdpSVCP53d4S6a4DPHOqNh.jpg", + * "vote_average": 6.739, + * "vote_count": 157 + * }, + * { + * "adult": false, + * "backdrop_path": "/532ZdugTqAT9XH38oA318Eh0gzG.jpg", + * "first_air_date": "2025-01-05", + * "genre_ids": [ + * 16, + * 35, + * 10765, + * 10759 + * ], + * "id": 273048, + * "media_type": "tv", + * "name": "I'm Living with an Otaku NEET Kunoichi!?", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "ニートくノ一となぜか同棲はじめました", + * "overview": "In order to protect an ordinary businessman, Tsukasa Atsumi, from demons, a genius kunoichi, Shizuri Ideura, signs a master-servant contract with him on the condition that she stays with him. Despite her cool appearance of defeating demons, Shizuri is an otaku NEET who spends all her time playing video games. While Shizuri is spoiled by Tsukasa and leads a lazy cohabitation life, the quirky Kunoichi gather together.", + * "popularity": 32.701, + * "poster_path": "/u4m7bCQYdH0ZwEqUYAoyIR92eG7.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/2vtI9xzD6qpDzY9m8kV67QY0qfM.jpg", + * "first_air_date": "2024-11-22", + * "genre_ids": [ + * 18, + * 9648 + * ], + * "id": 253905, + * "media_type": "tv", + * "name": "When the Phone Rings", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "지금 거신 전화는", + * "overview": "A rising politician and his mute wife's tense marriage begins to unravel after a call from a kidnapper turns their lives upside down.", + * "popularity": 735.843, + * "poster_path": "/glWP5Y7CVeqrOjJpLckQjuLFjQJ.jpg", + * "vote_average": 8.387, + * "vote_count": 119 + * }, + * { + * "adult": false, + * "backdrop_path": "/atPVFcn6Wfp6nv4T6BxQwAAxKRV.jpg", + * "first_air_date": "2024-03-13", + * "genre_ids": [ + * 10759 + * ], + * "id": 241269, + * "media_type": "tv", + * "name": "Bandidos", + * "origin_country": [ + * "MX" + * ], + * "original_language": "es", + * "original_name": "Bandidos", + * "overview": "A gang of skilled misfits ventures to uncover a long-hidden Mayan treasure. Their strategy? Hazy. Their dynamic? Off. Luckily, they're pretty ingenious.", + * "popularity": 234.006, + * "poster_path": "/hoM8DvKJw5KPfdHbcITxn0rO2HZ.jpg", + * "vote_average": 7.4, + * "vote_count": 109 + * }, + * { + * "adult": false, + * "backdrop_path": "/e4DURydTSrJHRjOaeqHQ8MY0kwe.jpg", + * "first_air_date": "2025-01-05", + * "genre_ids": [ + * 16, + * 35 + * ], + * "id": 245561, + * "media_type": "tv", + * "name": "OKITSURA: Fell in Love with an Okinawan Girl, but I Just Wish I Know What She's Saying", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "沖縄で好きになった子が方言すぎてツラすぎる", + * "overview": "When Teruaki Nakamura transfers to laid-back Okinawa, he falls for the lively Kyan-san—but her dialect is a complete mystery to him. With Higa-san translating, Teru's misunderstanding-filled island life takes off... and subtle hints suggest Higa-san might want his heart too. On this serene island, love flows as freely as the ocean breeze!", + * "popularity": 38.199, + * "poster_path": "/4NbO1QPoxZwiYdffJwcV4bNmdbo.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/9DHo5qXkG0titQmr2PF92N3aYYk.jpg", + * "first_air_date": "2023-01-08", + * "genre_ids": [ + * 18, + * 10765 + * ], + * "id": 207863, + * "media_type": "tv", + * "name": "Mayfair Witches", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Mayfair Witches", + * "overview": "An intuitive young neurosurgeon discovers that she is the unlikely heir to a family of witches. As she grapples with her newfound powers, she must contend with a sinister presence that has haunted her family for generations.", + * "popularity": 115.466, + * "poster_path": "/nmrbR5hXA06OrZlpVQYFfEIhGih.jpg", + * "vote_average": 7.4, + * "vote_count": 209 + * }, + * { + * "adult": false, + * "backdrop_path": "/xqneR9dUR5Jv14U0nZZ0uwrKaQ9.jpg", + * "first_air_date": "2025-01-05", + * "genre_ids": [ + * 16, + * 18 + * ], + * "id": 237529, + * "media_type": "tv", + * "name": "Medalist", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "メダリスト", + * "overview": "Tsukasa Akeuraji, a frustrated skater, meets Inori Yuitsuka, a girl who yearns to be a figure skater. Motivated by Inori's obsession on the rink, Tsukasa begins coaching Inori. Inori's talent blossoms, and Tsukasa becomes a brilliant mentor. Together they aim to make her a glorious medalist!", + * "popularity": 49.309, + * "poster_path": "/cdV6n9VnvlhwlcAr3OneuSn3XeD.jpg", + * "vote_average": 8, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/5JbWk5f3zSbwkQjbCazWi1adDMl.jpg", + * "first_air_date": "2024-12-28", + * "genre_ids": [ + * 18, + * 10759, + * 35 + * ], + * "id": 233912, + * "media_type": "tv", + * "name": "Guardians of the Dafeng", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "大奉打更人", + * "overview": "Xu Qi’an, a recent police academy graduate, awakens in a strange world filled with Confucians, Taoists, Buddhists, demons, and warlocks. Facing imminent exile to a remote frontier town, he seizes the chance to change his fate by joining a powerful organization of guardians.", + * "popularity": 475.241, + * "poster_path": "/zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg", + * "vote_average": 8.6, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/rn9aAeJQSXRK0FG14bFmQrktQtY.jpg", + * "first_air_date": "2025-01-03", + * "genre_ids": [ + * 16, + * 35 + * ], + * "id": 257790, + * "media_type": "tv", + * "name": "I'm Getting Married to a Girl I Hate in My Class", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "クラスの大嫌いな女子と結婚することになった。", + * "overview": "High school student Saito Hojo is set to inherit his grandfather’s major corporation. First, he must marry Akane Sakuramori, the girl he despises the most, and who hates him just as much. The two are determined to keep their unexpected marriage a secret from their classmates. But as they begin their newlywed life, the distance between them starts to close.", + * "popularity": 84.869, + * "poster_path": "/k0Yb8KjspVjNlmvHNgqRRbhZ6LA.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/4Mt7WHox67uJ1yErwTBFcV8KWgG.jpg", + * "first_air_date": "1999-10-20", + * "genre_ids": [ + * 10759, + * 35, + * 16 + * ], + * "id": 37854, + * "media_type": "tv", + * "name": "One Piece", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "ワンピース", + * "overview": "Years ago, the fearsome Pirate King, Gol D. Roger was executed leaving a huge pile of treasure and the famous \"One Piece\" behind. Whoever claims the \"One Piece\" will be named the new King of the Pirates.\n\nMonkey D. Luffy, a boy who consumed a \"Devil Fruit,\" decides to follow in the footsteps of his idol, the pirate Shanks, and find the One Piece. It helps, of course, that his body has the properties of rubber and that he's surrounded by a bevy of skilled fighters and thieves to help him along the way.\n\nLuffy will do anything to get the One Piece and become King of the Pirates!", + * "popularity": 364.261, + * "poster_path": "/cMD9Ygz11zjJzAovURpO75Qg7rT.jpg", + * "vote_average": 8.7, + * "vote_count": 4748 + * }, + * { + * "adult": false, + * "backdrop_path": "/q8vXtjJn2OPMMQi92HuLb9jHKM3.jpg", + * "first_air_date": "2025-01-01", + * "genre_ids": [ + * 18, + * 80, + * 9648 + * ], + * "id": 244243, + * "media_type": "tv", + * "name": "Missing You", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Missing You", + * "overview": "When Detective Kat Donovan matches on a dating app with the fiancé who disappeared years before, she learns that some secrets are best left in the past.", + * "popularity": 361.81, + * "poster_path": "/aEiqusZEqOrqHmRtOninChmcOG0.jpg", + * "vote_average": 7.12, + * "vote_count": 25 + * }, + * { + * "adult": false, + * "backdrop_path": "/sYXLeu5usz6yEz0k00FYvtEdodD.jpg", + * "first_air_date": "2021-11-06", + * "genre_ids": [ + * 16, + * 10765, + * 18, + * 10759 + * ], + * "id": 94605, + * "media_type": "tv", + * "name": "Arcane", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Arcane", + * "overview": "Amid the stark discord of twin cities Piltover and Zaun, two sisters fight on rival sides of a war between magic technologies and clashing convictions.", + * "popularity": 371.175, + * "poster_path": "/abf8tHznhSvl9BAElD2cQeRr7do.jpg", + * "vote_average": 8.777, + * "vote_count": 4713 + * }, + * { + * "adult": false, + * "backdrop_path": "/o0NsbcIvsllg6CJX0FBFY8wWbsn.jpg", + * "first_air_date": "2004-10-05", + * "genre_ids": [ + * 10759, + * 16, + * 10765 + * ], + * "id": 30984, + * "media_type": "tv", + * "name": "Bleach", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "BLEACH", + * "overview": "For as long as he can remember, Ichigo Kurosaki has been able to see ghosts. But when he meets Rukia, a Soul Reaper who battles evil spirits known as Hollows, he finds his life is changed forever. Now, with a newfound wealth of spiritual energy, Ichigo discovers his true calling: to protect the living and the dead from evil.", + * "popularity": 367.307, + * "poster_path": "/2EewmxXe72ogD0EaWM8gqa0ccIw.jpg", + * "vote_average": 8.4, + * "vote_count": 1872 + * }, + * { + * "adult": false, + * "backdrop_path": "/mh2UczqEXJJVgqohbyZbHTuxwhL.jpg", + * "first_air_date": "2024-11-17", + * "genre_ids": [ + * 18 + * ], + * "id": 157741, + * "media_type": "tv", + * "name": "Landman", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Landman", + * "overview": "Set in the proverbial boomtowns of West-Texas and a modern-day tale of fortune-seeking in the world of oil rigs, the series is an upstairs/downstairs story of roughnecks and wildcat billionaires that are fueling a boom so big it’s reshaping our climate, our economy and our geopolitics.", + * "popularity": 498.638, + * "poster_path": "/AnLq5YSssNWpiD06iYF69wFiaNh.jpg", + * "vote_average": 7.944, + * "vote_count": 71 + * }, + * { + * "adult": false, + * "backdrop_path": "/4N6zEMfZ57zNEQcM8gWeERFupMv.jpg", + * "first_air_date": "2021-08-11", + * "genre_ids": [ + * 16, + * 10759, + * 10765 + * ], + * "id": 91363, + * "media_type": "tv", + * "name": "What If...?", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "What If...?", + * "overview": "Taking inspiration from the comic books of the same name, each episode of this animated anthology series questions, revisits and twists classic Marvel Cinematic moments.", + * "popularity": 418.529, + * "poster_path": "/lztz5XBMG1x6Y5ubz7CxfPFsAcW.jpg", + * "vote_average": 8.1, + * "vote_count": 4256 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /2meX1nMdScFOoV4370rqHWKmXhY.jpg */ + backdrop_path?: string; + /** @example 2021-09-17 */ + first_air_date?: string; + /** @example [ + * 10759, + * 9648, + * 18 + * ] */ + genre_ids?: number[]; + /** @example 93405 */ + id?: number; + /** @example tv */ + media_type?: string; + /** @example Squid Game */ + name?: string; + /** @example [ + * "KR" + * ] */ + origin_country?: string[]; + /** @example ko */ + original_language?: string; + /** @example 오징어 게임 */ + original_name?: string; + /** @example Hundreds of cash-strapped players accept a strange invitation to compete in children's games. Inside, a tempting prize awaits — with deadly high stakes. */ + overview?: string; + /** @example 13121.205 */ + popularity?: number; + /** @example /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg */ + poster_path?: string; + /** @example 7.8 */ + vote_average?: number; + /** @example 14641 */ + vote_count?: number; + }[]; + /** @example 500 */ + total_pages?: number; + /** @example 10000 */ + total_results?: number; + }; + }; + }; + }; + }; + airingToday: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This is the timezone of the user. */ + timezone?: components["parameters"]["timezone"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description airing today */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/2wNuLc0cEoPz6PZItftrZLHjG2k.jpg", + * "first_air_date": "2024-10-27", + * "genre_ids": [ + * 18, + * 10751 + * ], + * "id": 251691, + * "name": "Autumn of the Heart", + * "origin_country": [ + * "SA" + * ], + * "original_language": "ar", + * "original_name": "خريف القلب", + * "overview": "A devastating car accident unearths a long-buried secret that turns wealthy businessman Rashid and hardworking Nahla's life around; fifteen years ago, their daughters were switched at birth.", + * "popularity": 1522.286, + * "poster_path": "/8uDmIxjBx90y5OCwJDBADtQzxb7.jpg", + * "vote_average": 4, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/lUrtMjiunomHPDC2sQNIxswbmdU.jpg", + * "first_air_date": "1970-11-29", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 3034, + * "name": "Scene of the Crime", + * "origin_country": [ + * "AT", + * "DE", + * "CH" + * ], + * "original_language": "de", + * "original_name": "Tatort", + * "overview": "Tatort is a long-running German/Austrian/Swiss, crime television series set in various parts of these countries. The show is broadcast on the channels of ARD in Germany, ORF in Austria and SF1 in Switzerland.", + * "popularity": 1330.885, + * "poster_path": "/b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg", + * "vote_average": 6.1, + * "vote_count": 109 + * }, + * { + * "adult": false, + * "backdrop_path": "/mYW9FSNCbh1JImoJ8a8VCrZKCmM.jpg", + * "first_air_date": "2017-12-25", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 154509, + * "name": "Vrede op aarde", + * "origin_country": [ + * "BE" + * ], + * "original_language": "nl", + * "original_name": "Vrede op aarde", + * "overview": "", + * "popularity": 933.961, + * "poster_path": "/uRRcE1KTpRpPyOCJqT6uVSrmyph.jpg", + * "vote_average": 8, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/vFJpFtQsYs6jY1CrAESGneVVI3o.jpg", + * "first_air_date": "2024-11-11", + * "genre_ids": [ + * 18 + * ], + * "id": 273327, + * "name": "Black Point", + * "origin_country": [ + * "EG" + * ], + * "original_language": "ar", + * "original_name": "نقطة سودة", + * "overview": "“Black Point” takes place in a social romantic setting, exploring the complex relationships between its diverse characters.", + * "popularity": 932.453, + * "poster_path": "/xrGx7uRbCc9qwU76YD2wJXL56Js.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/ugcdRKcOyUMAr9hAsL058cAX2vj.jpg", + * "first_air_date": "2001-10-20", + * "genre_ids": [ + * 10764 + * ], + * "id": 12409, + * "name": "Star Academy", + * "origin_country": [ + * "FR" + * ], + * "original_language": "fr", + * "original_name": "Star Academy", + * "overview": "Star Academy is a French reality television show produced by the Dutch company Endemol. It consists of a contest of young singers. It spawned an equally successful show in Quebec called Star Académie. It is broadcast on TF1. At the end of each season, selected contestants would go on tour around France, Morocco, Switzerland, Belgium, Tunisia, and other French-speaking countries.", + * "popularity": 638.878, + * "poster_path": "/26qS8VmB7PgtkkBuA0J20nmTish.jpg", + * "vote_average": 6.4, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg", + * "first_air_date": "2024-12-15", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 219937, + * "name": "Dexter: Original Sin", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Dexter: Original Sin", + * "overview": "In 1991 Miami, Dexter Morgan transitions from student to avenging serial killer. When his bloodthirsty urges can't be ignored any longer, Dexter must learn to channel his inner darkness. With the guidance of his father, Harry, he adopts a Code designed to help him find and kill people who deserve to be eliminated from society without getting on law enforcements' radar. This is a particular challenge for young Dexter as he begins a forensics internship at the Miami Metro Police Department.", + * "popularity": 616.13, + * "poster_path": "/j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg", + * "vote_average": 8.83, + * "vote_count": 56 + * }, + * { + * "adult": false, + * "backdrop_path": "/hu3i0AEfCUV76q0CLsdGyRrchSi.jpg", + * "first_air_date": "2005-11-13", + * "genre_ids": [ + * 10764, + * 9648 + * ], + * "id": 61583, + * "name": "Cuarto milenio", + * "origin_country": [ + * "ES" + * ], + * "original_language": "es", + * "original_name": "Cuarto milenio", + * "overview": "", + * "popularity": 563.728, + * "poster_path": "/fnuPYgBw5UriMqE6bfrtbjZlrqH.jpg", + * "vote_average": 7.5, + * "vote_count": 49 + * }, + * { + * "adult": false, + * "backdrop_path": "/xDXaptzkHFHGyQ2QGZ3aGnEE1dK.jpg", + * "first_air_date": "2015-04-05", + * "genre_ids": [ + * 10764 + * ], + * "id": 66046, + * "name": "Mystery Music Show: King of Mask Singer", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "미스터리 음악쇼 복면가왕", + * "overview": "Competitors are given elaborate masks to wear in order to conceal their identity, thus removing factors such as popularity, career and age that could lead to prejudiced voting. In the first round, a pair of competitors sing the same song, while in the second and third rounds they each sing a solo song. After the First Generation, the winner of the Third Round goes on to challenge the Mask King, and is either eliminated or replaces the previous Mask King through live voting. The identities of the singers are not revealed unless they have been eliminated.", + * "popularity": 518.588, + * "poster_path": "/vlnAfmirzYx1TSxXuaPhHjkPPmK.jpg", + * "vote_average": 5.2, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/odVlTMqPPiMksmxpN9cCbPCjUPP.jpg", + * "first_air_date": "2024-01-07", + * "genre_ids": [ + * 10759, + * 10765, + * 16 + * ], + * "id": 127532, + * "name": "Solo Leveling", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "俺だけレベルアップな件", + * "overview": "They say whatever doesn’t kill you makes you stronger, but that’s not the case for the world’s weakest hunter Sung Jinwoo. After being brutally slaughtered by monsters in a high-ranking dungeon, Jinwoo came back with the System, a program only he could see, that’s leveling him up in every way. Now, he’s inspired to discover the secrets behind his powers and the dungeon that spawned them.", + * "popularity": 517.748, + * "poster_path": "/geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg", + * "vote_average": 8.5, + * "vote_count": 563 + * }, + * { + * "adult": false, + * "backdrop_path": "/mh2UczqEXJJVgqohbyZbHTuxwhL.jpg", + * "first_air_date": "2024-11-17", + * "genre_ids": [ + * 18 + * ], + * "id": 157741, + * "name": "Landman", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Landman", + * "overview": "Set in the proverbial boomtowns of West-Texas and a modern-day tale of fortune-seeking in the world of oil rigs, the series is an upstairs/downstairs story of roughnecks and wildcat billionaires that are fueling a boom so big it’s reshaping our climate, our economy and our geopolitics.", + * "popularity": 498.638, + * "poster_path": "/AnLq5YSssNWpiD06iYF69wFiaNh.jpg", + * "vote_average": 7.944, + * "vote_count": 71 + * }, + * { + * "adult": false, + * "backdrop_path": "/5JbWk5f3zSbwkQjbCazWi1adDMl.jpg", + * "first_air_date": "2024-12-28", + * "genre_ids": [ + * 18, + * 10759, + * 35 + * ], + * "id": 233912, + * "name": "Guardians of the Dafeng", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "大奉打更人", + * "overview": "Xu Qi’an, a recent police academy graduate, awakens in a strange world filled with Confucians, Taoists, Buddhists, demons, and warlocks. Facing imminent exile to a remote frontier town, he seizes the chance to change his fate by joining a powerful organization of guardians.", + * "popularity": 475.241, + * "poster_path": "/zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg", + * "vote_average": 8.6, + * "vote_count": 5 + * }, + * { + * "adult": false, + * "backdrop_path": "/wsHj4oHQJoe7DMYaqNFwVoyLiAh.jpg", + * "first_air_date": "2010-07-11", + * "genre_ids": [ + * 35, + * 10764 + * ], + * "id": 33238, + * "name": "Running Man", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "런닝맨", + * "overview": "A reality and competition show where members are joined by celebs to complete a weekly mission to win the race with Seoul as the beautiful backdrop.", + * "popularity": 453.372, + * "poster_path": "/2Wmmu1MkqxJ48J7aySET9EKEjXz.jpg", + * "vote_average": 8.4, + * "vote_count": 178 + * }, + * { + * "adult": false, + * "backdrop_path": "/hmNgVtGWKYWQg6C6dAdRaASgt1M.jpg", + * "first_air_date": "2025-01-02", + * "genre_ids": [ + * 10765, + * 18 + * ], + * "id": 243512, + * "name": "The Blossoming Love", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "千朵桃花一世开", + * "overview": "In ancient times, the Human Emperor, Zhao Ming, petitioned on behalf of the people and sacrificed himself to resist the divine realm. After Zhao Ming's fall, his beloved, Hun Dunzhu, risked her life to save a wisp of his soul, setting up the cycle of reincarnation for eternity. In the distant future, Zhao Ming reincarnated as Xie Xuechen, the leader of the Immortal Alliance, while Hun Dunzhu became the Holy Maiden Mu Xuanling in the Dark Domain. The two finally reunited in the mortal realm but had forgotten their past, becoming adversaries in a \"righteous versus evil\" struggle. Mu Xuanling saved the heavily injured Xie Xuechen in the Dark Domain and coerced him to travel together in gratitude for saving his life.", + * "popularity": 388.153, + * "poster_path": "/jZnxPvb5rHgXk5B8Kw0lyBjyjjA.jpg", + * "vote_average": 7.5, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": "/FSp8tU6g8dGv1BkL5V01XcrX3p.jpg", + * "first_air_date": "1981-03-24", + * "genre_ids": [ + * 10751 + * ], + * "id": 46129, + * "name": "Löwenzahn", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Löwenzahn", + * "overview": "Each 30 minute episode is dedicated to a separate issue or theme and consists mainly of related short featurettes, which explain, explore and educate how things of everyday life and even complex systems work. It spans a wide variety of topics from technology and industry to something as mundane as how the postal service works.", + * "popularity": 355.492, + * "poster_path": "/2qS4TNPkZycFHXQO1SpqISe6irV.jpg", + * "vote_average": 7.8, + * "vote_count": 18 + * }, + * { + * "adult": false, + * "backdrop_path": "/1gZrOa2E9DOohEvSLLBJqus2zGu.jpg", + * "first_air_date": "1998-01-21", + * "genre_ids": [ + * 80, + * 18, + * 9648 + * ], + * "id": 15226, + * "name": "C.I.D.", + * "origin_country": [ + * "IN" + * ], + * "original_language": "hi", + * "original_name": "C.I.D.", + * "overview": "The first thrilling investigative series on Indian Television, is today one of the most popular shows on Sony Entertainment Television. Dramatic and absolutely unpredictable, C.I.D. has captivated viewers over the last eleven years and continues to keep audiences glued to their television sets with its thrilling plots and excitement. Also interwoven in its fast paced plots are the personal challenges that the C.I.D. team faces with non-stop adventure, tremendous pressure and risk, all in the name of duty.The series consists of hard-core police procedural stories dealing with investigation, detection and suspense. The protagonists of the serial are an elite group of police officers belonging to the Crime Investigation Department of the police force, led by ACP Pradyuman.", + * "popularity": 341.365, + * "poster_path": "/60ZxbAMk6QO8jMD0p8WrGHVCbyK.jpg", + * "vote_average": 5.9, + * "vote_count": 21 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "first_air_date": "2024-12-22", + * "genre_ids": [ + * 9648 + * ], + * "id": 247398, + * "name": "Strange Notes", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "怪奇笔记", + * "overview": "In a bustling city, the House of Wonders offers mysterious items with extraordinary powers for visiting customers who seek solutions to their struggles.", + * "popularity": 328.661, + * "poster_path": "/ye5fPoTnofHJzrl6Dxl4qtIpfZU.jpg", + * "vote_average": 6, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/dD2X3iqtF4Dz3FpnYNSWud3LOrj.jpg", + * "first_air_date": "2024-12-01", + * "genre_ids": [ + * 18, + * 9648 + * ], + * "id": 219971, + * "name": "The Agency", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Agency", + * "overview": "Covert CIA agent Martian is ordered to abandon his undercover life and return to London Station. When the love he left behind unexpectedly reappears, their romance reignites, pitting his career, his real identity and his mission against his heart while hurling them both into a deadly game of international intrigue and espionage.", + * "popularity": 327.457, + * "poster_path": "/jtzUrOzxY0iRnPJ2qZ6VmVC1Hfl.jpg", + * "vote_average": 7.9, + * "vote_count": 38 + * }, + * { + * "adult": false, + * "backdrop_path": "/a600KQ3DdQUQl5LewN5imbL0BaF.jpg", + * "first_air_date": "2012-01-15", + * "genre_ids": [ + * 18 + * ], + * "id": 39793, + * "name": "Call the Midwife", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Call the Midwife", + * "overview": "Drama following the lives of a group of midwives working in the poverty-stricken East End of London during the 1950s, based on the best-selling memoirs of Jennifer Worth.", + * "popularity": 313.201, + * "poster_path": "/b1p0nL00x563ACkcmGNIRP4ZnkA.jpg", + * "vote_average": 7.507, + * "vote_count": 219 + * }, + * { + * "adult": false, + * "backdrop_path": "/wqebNDaopLixqxeQRDaqhNfy866.jpg", + * "first_air_date": "2024-01-01", + * "genre_ids": [ + * 18 + * ], + * "id": 242551, + * "name": "Winds of Love", + * "origin_country": [ + * "TR" + * ], + * "original_language": "tr", + * "original_name": "Rüzgarlı Tepe", + * "overview": "Zeynep is the smart, well-behaved, exemplary daughter of the wealthiest family in the town where she lives, while Halil is a young man who lost his mother and father at an early age and lives with his aunt with a grudge to avenge his family. These two young people who live despite their families will find themselves in an unthinkable blind knot.", + * "popularity": 308.547, + * "poster_path": "/vGrrdx21rS69tl55mxpl9pn9ebx.jpg", + * "vote_average": 7.3, + * "vote_count": 19 + * }, + * { + * "adult": false, + * "backdrop_path": "/wJzHFl5mq6JFbD6equTleJuzlnk.jpg", + * "first_air_date": "2011-04-17", + * "genre_ids": [ + * 16, + * 10765, + * 9648, + * 10759 + * ], + * "id": 38464, + * "name": "Blue Exorcist", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "青の祓魔師", + * "overview": "Humans live in the world of Assiah, demons in Gehenna. The two dimensions are not meant to interfere with each other, but demons still possess creatures in Assiah in spite of this. The humans who can fight these demons are known as exorcists. Rin Okumura is a boy who bears the curse of being Satan's illegitimate son. His foster father sacrificed himself to save him from demons. To avenge his foster father's death as well as to prove himself, Rin decides to follow the path of an exorcist and defeat his own father, Satan. To hone his raw skills, Rin enters True Cross Academy to train with other exorcist candidates.", + * "popularity": 286.647, + * "poster_path": "/kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg", + * "vote_average": 7.9, + * "vote_count": 446 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg */ + backdrop_path?: string | null; + /** @example 2024-10-27 */ + first_air_date?: string; + /** @example [ + * 18, + * 10751 + * ] */ + genre_ids?: number[]; + /** @example 251691 */ + id?: number; + /** @example Autumn of the Heart */ + name?: string; + /** @example [ + * "SA" + * ] */ + origin_country?: string[]; + /** @example ar */ + original_language?: string; + /** @example خريف القلب */ + original_name?: string; + /** @example A devastating car accident unearths a long-buried secret that turns wealthy businessman Rashid and hardworking Nahla's life around; fifteen years ago, their daughters were switched at birth. */ + overview?: string; + /** @example 1522.286 */ + popularity?: number; + /** @example /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg */ + poster_path?: string; + /** @example 4 */ + vote_average?: number; + /** @example 8 */ + vote_count?: number; + }[]; + /** @example 10 */ + total_pages?: number; + /** @example 194 */ + total_results?: number; + }; + }; + }; + }; + }; + onTheAir: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This is the timezone of the user. */ + timezone?: components["parameters"]["timezone"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description on the air */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg", + * "first_air_date": "2005-10-13", + * "genre_ids": [ + * 10766 + * ], + * "id": 206559, + * "name": "Binnelanders", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "af", + * "original_name": "Binnelanders", + * "overview": "A South African Afrikaans soap opera. It is set in and around the fictional private hospital, Binneland Kliniek, in Pretoria, and the storyline follows the trials, trauma and tribulations of the staff and patients of the hospital.", + * "popularity": 2235.035, + * "poster_path": "/3bzECfllho8PphdYujLUIuhncJD.jpg", + * "vote_average": 5.619, + * "vote_count": 80 + * }, + * { + * "adult": false, + * "backdrop_path": "/5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg", + * "first_air_date": "1960-12-09", + * "genre_ids": [ + * 10766 + * ], + * "id": 291, + * "name": "Coronation Street", + * "origin_country": [ + * "MY", + * "GB" + * ], + * "original_language": "en", + * "original_name": "Coronation Street", + * "overview": "The residents of Coronation Street are ordinary, working-class people, and the show follows them through regular social and family interactions at home, in the workplace, and in their local pub, the Rovers Return Inn. Britain's longest-running soap.", + * "popularity": 1736.545, + * "poster_path": "/5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg", + * "vote_average": 5.3, + * "vote_count": 109 + * }, + * { + * "adult": false, + * "backdrop_path": "/j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg", + * "first_air_date": "2024-09-30", + * "genre_ids": [ + * 10766, + * 18, + * 35 + * ], + * "id": 257064, + * "name": "Volta por Cima", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Volta por Cima", + * "overview": "", + * "popularity": 1534.793, + * "poster_path": "/nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg", + * "vote_average": 6.4, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/2wNuLc0cEoPz6PZItftrZLHjG2k.jpg", + * "first_air_date": "2024-10-27", + * "genre_ids": [ + * 18, + * 10751 + * ], + * "id": 251691, + * "name": "Autumn of the Heart", + * "origin_country": [ + * "SA" + * ], + * "original_language": "ar", + * "original_name": "خريف القلب", + * "overview": "A devastating car accident unearths a long-buried secret that turns wealthy businessman Rashid and hardworking Nahla's life around; fifteen years ago, their daughters were switched at birth.", + * "popularity": 1522.286, + * "poster_path": "/8uDmIxjBx90y5OCwJDBADtQzxb7.jpg", + * "vote_average": 4, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg", + * "first_air_date": "2024-11-04", + * "genre_ids": [ + * 10766, + * 18 + * ], + * "id": 257048, + * "name": "Garota do Momento", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Garota do Momento", + * "overview": "", + * "popularity": 1517.348, + * "poster_path": "/jFSkjQSZ5Td52igalpoTQRuHtk.jpg", + * "vote_average": 7.9, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/9zIqN0oMmaeFvBlccgw80sWed7I.jpg", + * "first_air_date": "2007-09-10", + * "genre_ids": [ + * 10763, + * 35 + * ], + * "id": 13008, + * "name": "TMZ", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "TMZ", + * "overview": "Based on the popular gossip website, this entertainment newsmagazine delivers daily updates on Hollywood's rich, beautiful and screwed-up. The program often shows highlights of the day's staff meeting during which reporters pitch ideas for stories to air that day.", + * "popularity": 1360.641, + * "poster_path": "/ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg", + * "vote_average": 4.813, + * "vote_count": 16 + * }, + * { + * "adult": false, + * "backdrop_path": "/lUrtMjiunomHPDC2sQNIxswbmdU.jpg", + * "first_air_date": "1970-11-29", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 3034, + * "name": "Scene of the Crime", + * "origin_country": [ + * "AT", + * "DE", + * "CH" + * ], + * "original_language": "de", + * "original_name": "Tatort", + * "overview": "Tatort is a long-running German/Austrian/Swiss, crime television series set in various parts of these countries. The show is broadcast on the channels of ARD in Germany, ORF in Austria and SF1 in Switzerland.", + * "popularity": 1330.885, + * "poster_path": "/b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg", + * "vote_average": 6.1, + * "vote_count": 109 + * }, + * { + * "adult": false, + * "backdrop_path": "/6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg", + * "first_air_date": "2024-09-09", + * "genre_ids": [ + * 10766, + * 18, + * 9648 + * ], + * "id": 237478, + * "name": "Crazy About You", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Mania de Você", + * "overview": "The story begins with the ambiguous relationship between friends Viola and Luma, who seem predestined to literally enter each other's lives. Born on the same day, in very different situations, they meet years later, united by coincidences that go beyond their birthday. From humble origins, Viola moves with her boyfriend Mavi to Angra dos Reis, where Luma lives a luxurious life and dates Rudá, who ends up meeting Viola by chance. Thus begins the duo's journey, which goes from a passion for recipes to an obsession with the same man, from the immediate connection to the point of starting to live their friend’s reality, 10 years later. A journey divided between complicity and rivalry, which includes them in a love quadrangle and is impacted by a series of circumstances, twists and surprises, such as the secret surrounding a murder.", + * "popularity": 1312.357, + * "poster_path": "/cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg", + * "vote_average": 5.111, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg", + * "first_air_date": "2023-05-04", + * "genre_ids": [ + * 10765, + * 18 + * ], + * "id": 125988, + * "name": "Silo", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Silo", + * "overview": "In a ruined and toxic future, thousands live in a giant silo deep underground. After its sheriff breaks a cardinal rule and residents die mysteriously, engineer Juliette starts to uncover shocking secrets and the truth about the silo.", + * "popularity": 1310.42, + * "poster_path": "/tlliQuCupf8fpTH7RAor3aKMGy.jpg", + * "vote_average": 8.158, + * "vote_count": 1212 + * }, + * { + * "adult": false, + * "backdrop_path": "/vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg", + * "first_air_date": "2020-11-02", + * "genre_ids": [ + * 10766, + * 18 + * ], + * "id": 112470, + * "name": "Ici tout commence", + * "origin_country": [ + * "FR" + * ], + * "original_language": "fr", + * "original_name": "Ici tout commence", + * "overview": "This television drama series is centered around the prestigious culinary school of renowned chef Auguste Armand. The show follows the lives of students and staff as they navigate the challenges and pressures of the culinary world—delving into their personal and professional lives, revealing secrets, rivalries, and complex relationships.", + * "popularity": 1276.018, + * "poster_path": "/v7nXPo2zdaIOfeIaERiOuTEt89N.jpg", + * "vote_average": 6.8, + * "vote_count": 86 + * }, + * { + * "adult": false, + * "backdrop_path": "/rotcih1fY3UOYejNbiTmz36og12.jpg", + * "first_air_date": "2024-01-22", + * "genre_ids": [ + * 18, + * 10751 + * ], + * "id": 242722, + * "name": "Shrimad Ramayan", + * "origin_country": [ + * "IN" + * ], + * "original_language": "hi", + * "original_name": "श्रीमद् रामायण", + * "overview": "Shrimad Ramayan is an ambitious television series that brings to life the timeless epic, the Ramayan, with a deep commitment to authenticity, cultural reverence and a contemporary sensibility.", + * "popularity": 1265.662, + * "poster_path": "/aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg", + * "vote_average": 6.9, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/xSQaQi0WfPPmJ9UAFGIUkBciwns.jpg", + * "first_air_date": "2015-04-20", + * "genre_ids": [ + * 10767 + * ], + * "id": 96386, + * "name": "Nogizaka Under Construction", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "乃木坂工事中", + * "overview": "Nogizaka46 is making a big leap forward right now!\n\nTheir activities range from live performances, varieties, dramas, movies, and models.\n\nIn order to give these girls even more momentum, this program will challenge various projects that bring out new aspects and charms of the members!!!", + * "popularity": 1248.089, + * "poster_path": "/wjfGdo9BoKeakiSxdKdiPZxv1jA.jpg", + * "vote_average": 8.2, + * "vote_count": 4 + * }, + * { + * "adult": false, + * "backdrop_path": "/4i3iJepkqqH5JJgTNLJdi8ke6ir.jpg", + * "first_air_date": "2024-05-06", + * "genre_ids": [ + * 10766 + * ], + * "id": 249010, + * "name": "Kelders van Geheime", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "af", + * "original_name": "Kelders van Geheime", + * "overview": "Kelders van Geheime (Cellars of Secrets) is a South African, Afrikaans-language telenovela based on the wheeling's and dealings of the community that lives on Soebatskloof (a wine farm in the Cape). The series focuses on three families: the Abrahams, Syster and Marais households. These families will have to stand together, agree (or agree to disagree), and work together to earn their bread and butter – and a glass of wine.", + * "popularity": 1212.197, + * "poster_path": "/vf1I0G5jICTstI1EXxb9Oqq80TU.jpg", + * "vote_average": 5.9, + * "vote_count": 13 + * }, + * { + * "adult": false, + * "backdrop_path": "/mLcD1v4sfoa1juOsBat7Vik7wEe.jpg", + * "first_air_date": "2024-03-18", + * "genre_ids": [ + * 10764 + * ], + * "id": 248890, + * "name": "Ready Steady Cook South Africa", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "en", + * "original_name": "Ready Steady Cook South Africa", + * "overview": "In Ready Steady Cook, two teams - a Red Tomato and a Green Pepper - compete in a Red Kitchen and a Green Kitchen, together with a South African chef on each side and paired with enthusiastic home cooks, as they are challenged creatively with a mystery bag of ingredients in a 20-minute cook-off.", + * "popularity": 1200.724, + * "poster_path": "/30xX4IMbgnMbQwo76xM4BOSokZO.jpg", + * "vote_average": 4.5, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/eJd5TfoiFG5JOhuMZgdvpTgp8eK.jpg", + * "first_air_date": "2004-10-06", + * "genre_ids": [ + * 80 + * ], + * "id": 41018, + * "name": "SOKO Wismar", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "SOKO Wismar", + * "overview": "", + * "popularity": 1163.511, + * "poster_path": "/jvc2fWkPfr5CdiK18k9VOM6xYZ5.jpg", + * "vote_average": 6.1, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/2m1Mu0xPj4SikiqkaolTRUcNtWH.jpg", + * "first_air_date": "2018-10-16", + * "genre_ids": [ + * 80, + * 18, + * 35 + * ], + * "id": 79744, + * "name": "The Rookie", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Rookie", + * "overview": "Starting over isn’t easy, especially for small-town guy John Nolan who, after a life-altering incident, is pursuing his dream of being an LAPD officer. As the force’s oldest rookie, he’s met with skepticism from some higher-ups who see him as just a walking midlife crisis.", + * "popularity": 1040.308, + * "poster_path": "/bL1mwXDnH5fCxqc4S2n40hoVyoe.jpg", + * "vote_average": 8.5, + * "vote_count": 2127 + * }, + * { + * "adult": false, + * "backdrop_path": "/mYW9FSNCbh1JImoJ8a8VCrZKCmM.jpg", + * "first_air_date": "2017-12-25", + * "genre_ids": [ + * 10767, + * 35 + * ], + * "id": 154509, + * "name": "Vrede op aarde", + * "origin_country": [ + * "BE" + * ], + * "original_language": "nl", + * "original_name": "Vrede op aarde", + * "overview": "", + * "popularity": 933.961, + * "poster_path": "/uRRcE1KTpRpPyOCJqT6uVSrmyph.jpg", + * "vote_average": 8, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/vFJpFtQsYs6jY1CrAESGneVVI3o.jpg", + * "first_air_date": "2024-11-11", + * "genre_ids": [ + * 18 + * ], + * "id": 273327, + * "name": "Black Point", + * "origin_country": [ + * "EG" + * ], + * "original_language": "ar", + * "original_name": "نقطة سودة", + * "overview": "“Black Point” takes place in a social romantic setting, exploring the complex relationships between its diverse characters.", + * "popularity": 932.453, + * "poster_path": "/xrGx7uRbCc9qwU76YD2wJXL56Js.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/zk3UqXnnK7cpUv6LsD9DS8FtUxb.jpg", + * "first_air_date": "2024-09-02", + * "genre_ids": [ + * 18, + * 10759 + * ], + * "id": 256121, + * "name": "Lavender Fields", + * "origin_country": [ + * "PH" + * ], + * "original_language": "tl", + * "original_name": "Lavender Fields", + * "overview": "The life of a simple flower farm girl is shattered when she falls for a charming accountant, who turns out to be a married gun cartel member. Targeted for his stolen money, she loses everything she holds dear and reinvents herself to seek justice.", + * "popularity": 921.394, + * "poster_path": "/7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg", + * "vote_average": 7.2, + * "vote_count": 6 + * }, + * { + * "adult": false, + * "backdrop_path": "/i8iqYtAy9qcO5RSrA1f6fY1n6SN.jpg", + * "first_air_date": "2015-11-16", + * "genre_ids": [ + * 10766 + * ], + * "id": 235484, + * "name": "Suidooster", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "af", + * "original_name": "Suidooster", + * "overview": "Suidooster is a South African television soap opera produced by Suidooster Films which revolves around a matriarch, her family, friends and the people of Suidooster, a small shopping and business centre in the fictional Cape Town suburb of Ruiterbosch.", + * "popularity": 862.085, + * "poster_path": "/naCgSiacvV685kait6fBvhVhdce.jpg", + * "vote_average": 7.7, + * "vote_count": 20 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg */ + backdrop_path?: string; + /** @example 2005-10-13 */ + first_air_date?: string; + /** @example [ + * 10766 + * ] */ + genre_ids?: number[]; + /** @example 206559 */ + id?: number; + /** @example Binnelanders */ + name?: string; + /** @example [ + * "ZA" + * ] */ + origin_country?: string[]; + /** @example af */ + original_language?: string; + /** @example Binnelanders */ + original_name?: string; + /** @example A South African Afrikaans soap opera. It is set in and around the fictional private hospital, Binneland Kliniek, in Pretoria, and the storyline follows the trials, trauma and tribulations of the staff and patients of the hospital. */ + overview?: string; + /** @example 2235.035 */ + popularity?: number; + /** @example /3bzECfllho8PphdYujLUIuhncJD.jpg */ + poster_path?: string; + /** @example 5.619 */ + vote_average?: number; + /** @example 80 */ + vote_count?: number; + }[]; + /** @example 52 */ + total_pages?: number; + /** @example 1025 */ + total_results?: number; + }; + }; + }; + }; + }; + popular2: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description popular */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/2meX1nMdScFOoV4370rqHWKmXhY.jpg", + * "first_air_date": "2021-09-17", + * "genre_ids": [ + * 10759, + * 9648, + * 18 + * ], + * "id": 93405, + * "name": "Squid Game", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "오징어 게임", + * "overview": "Hundreds of cash-strapped players accept a strange invitation to compete in children's games. Inside, a tempting prize awaits — with deadly high stakes.", + * "popularity": 13121.205, + * "poster_path": "/dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg", + * "vote_average": 7.8, + * "vote_count": 14640 + * }, + * { + * "adult": false, + * "backdrop_path": "/fRzSn59mtc4BV3cckdHntRKaufM.jpg", + * "first_air_date": "2012-05-14", + * "genre_ids": [ + * 35, + * 18, + * 10751 + * ], + * "id": 84791, + * "name": "Come Home Love", + * "origin_country": [ + * "HK" + * ], + * "original_language": "cn", + * "original_name": "愛·回家", + * "overview": "MA FU, a retired employee of the HK Correctional Services Department, moved back to live with his son after retirement. MA FU treats and disciplines everyone in his family as if they were the offenders he works with in his job. His youngest son MA CHONG feels like he's in jail when he gets home, and his father is even often involved with his job as a paralegal. The father and son get into disputes daily and his elder brother MA KEUNG and his wife LO LAI SEUNG are often stuck in between and have to settle the disputes. The couple also holds the heavy responsibility of raising their kids. Three generations in the MA family all live together and encounter different situations, experiences and system of values.", + * "popularity": 3270.112, + * "poster_path": "/nQwKCmgbpjb3wIf816t4WNgxzcR.jpg", + * "vote_average": 8, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/n85GMdNw2pDVtkgoTdpHNpM89Uh.jpg", + * "first_air_date": "2011-12-18", + * "genre_ids": [ + * 18 + * ], + * "id": 42316, + * "name": "Devon Ke Dev...Mahadev", + * "origin_country": [ + * "IO" + * ], + * "original_language": "hi", + * "original_name": "देवों के देव...महादेव", + * "overview": "He is the supreme being and the destroyer of evil. Witness lord Shiva's story, his avatars, and a union that sha more.", + * "popularity": 2615.504, + * "poster_path": "/oMzXcYsUVIt6pQEODc6FRe8IBug.jpg", + * "vote_average": 9.1, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": "/mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg", + * "first_air_date": "2005-10-13", + * "genre_ids": [ + * 10766 + * ], + * "id": 206559, + * "name": "Binnelanders", + * "origin_country": [ + * "ZA" + * ], + * "original_language": "af", + * "original_name": "Binnelanders", + * "overview": "A South African Afrikaans soap opera. It is set in and around the fictional private hospital, Binneland Kliniek, in Pretoria, and the storyline follows the trials, trauma and tribulations of the staff and patients of the hospital.", + * "popularity": 2235.035, + * "poster_path": "/3bzECfllho8PphdYujLUIuhncJD.jpg", + * "vote_average": 5.619, + * "vote_count": 80 + * }, + * { + * "adult": false, + * "backdrop_path": "/mFy2U5HVQ81hewd68897llwkwlc.jpg", + * "first_air_date": "1997-04-01", + * "genre_ids": [ + * 16, + * 10759, + * 10765 + * ], + * "id": 60572, + * "name": "Pokémon", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "ポケットモンスター", + * "overview": "Join Ash accompanied by his partner Pikachu, as he travels through many regions, meets new friends and faces new challenges on his quest to become a Pokémon Master.", + * "popularity": 2049.1, + * "poster_path": "/rOuGm07PxBhEsK9TaGPRQVJQm1X.jpg", + * "vote_average": 7.8, + * "vote_count": 1814 + * }, + * { + * "adult": false, + * "backdrop_path": "/fQsIJQxE1D0Y0NpWSKwo489y5px.jpg", + * "first_air_date": "2023-11-22", + * "genre_ids": [ + * 10764 + * ], + * "id": 204082, + * "name": "Squid Game: The Challenge", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Squid Game: The Challenge", + * "overview": "In this reality competition show inspired by \"Squid Game,\" 456 players put their skills to the ultimate test for a life-changing $4.56 million prize.", + * "popularity": 1988.888, + * "poster_path": "/y85L9DWoaM2MYNg1p8QRywxXJsa.jpg", + * "vote_average": 6.504, + * "vote_count": 360 + * }, + * { + * "adult": false, + * "backdrop_path": "/sztoil0XfQ0cSHy4PXmYW6uAdfQ.jpg", + * "first_air_date": "2013-03-22", + * "genre_ids": [ + * 10764 + * ], + * "id": 65282, + * "name": "Home Alone", + * "origin_country": [ + * "KR", + * "US" + * ], + * "original_language": "ko", + * "original_name": "나 혼자 산다", + * "overview": "It can be a badge of honor to be “single.” “I Live Alone” is a documentary-style South Korean reality series that follows the members of a self-formed club called Rainbow, which is comprised of celebrities who are single and live alone.", + * "popularity": 1982.208, + * "poster_path": "/1hqGagr94soBq70Lq7tPHvNmmxy.jpg", + * "vote_average": 6.8, + * "vote_count": 16 + * }, + * { + * "adult": false, + * "backdrop_path": "/sgE2evtpaP5b9tavrgYCy2nKYLT.jpg", + * "first_air_date": "2011-10-21", + * "genre_ids": [ + * 10764 + * ], + * "id": 52910, + * "name": "Law of the Jungle", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "정글의 법칙", + * "overview": "Law of the Jungle is a hybrid reality show combining elements of drama and documentary. The show is hosted by comedian Kim Byung Man, and each episode invites various celebrities from the various field. So far, many of idol stars and famous actors have appeared on the show. The show introduces viewers to exotic locations around the world where celebrities must work together in order to complete missions and survive. The cast celebrities travel to less habituated, natural places to survive on their own and experience life with local tribes and people. In each location, the guests are tasked to hunt and prepare their meals and also create shelter for the tribe. They sometimes confronted by many difficult challenges. Where will the tribe visit? And how will they survive on their own? Stay tuned to check out!", + * "popularity": 1759.368, + * "poster_path": "/b38QkTpxOiQM3Ex9NTc6jg9JAmw.jpg", + * "vote_average": 4.7, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": "/5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg", + * "first_air_date": "1960-12-09", + * "genre_ids": [ + * 10766 + * ], + * "id": 291, + * "name": "Coronation Street", + * "origin_country": [ + * "MY", + * "GB" + * ], + * "original_language": "en", + * "original_name": "Coronation Street", + * "overview": "The residents of Coronation Street are ordinary, working-class people, and the show follows them through regular social and family interactions at home, in the workplace, and in their local pub, the Rovers Return Inn. Britain's longest-running soap.", + * "popularity": 1736.545, + * "poster_path": "/5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg", + * "vote_average": 5.3, + * "vote_count": 109 + * }, + * { + * "adult": false, + * "backdrop_path": "/4uWvmON2pqDJtpPAsHMggdDFFrn.jpg", + * "first_air_date": "1990-09-13", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 549, + * "name": "Law & Order", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Law & Order", + * "overview": "In cases ripped from the headlines, police investigate serious and often deadly crimes, weighing the evidence and questioning the suspects until someone is taken into custody. The district attorney's office then builds a case to convict the perpetrator by proving the person guilty beyond a reasonable doubt. Working together, these expert teams navigate all sides of the complex criminal justice system to make New York a safer place.", + * "popularity": 1640.258, + * "poster_path": "/6vFL8S6Cci8s7SHWXz60xOisGBC.jpg", + * "vote_average": 7.4, + * "vote_count": 583 + * }, + * { + * "adult": false, + * "backdrop_path": "/9rdlZYoFcoSG7pVSxJ7XbzWxcDo.jpg", + * "first_air_date": "1989-04-15", + * "genre_ids": [ + * 35, + * 10759, + * 16, + * 10765 + * ], + * "id": 57706, + * "name": "Ranma ½", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "らんま1/2", + * "overview": "Ranma Saotome, a teenage martial artist, and his father Genma travel to the 'cursed training ground' of Jusenkyo in China. There, despite the warnings of the Chinese guard, they fall into the cursed springs. From now on, whenever Ranma is doused in cold water, he turns into a girl and a cute, well-built redhead at that. Hot water changes him back into a man again, but only until the next time. To make matters worse, his father engages him to Akane Tendo, a girl who hates boys.", + * "popularity": 1553.785, + * "poster_path": "/qb1R5iLZcjIgdDIfXFQXmJadQPI.jpg", + * "vote_average": 8.6, + * "vote_count": 1399 + * }, + * { + * "adult": false, + * "backdrop_path": "/j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg", + * "first_air_date": "2024-09-30", + * "genre_ids": [ + * 10766, + * 18, + * 35 + * ], + * "id": 257064, + * "name": "Volta por Cima", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Volta por Cima", + * "overview": "", + * "popularity": 1534.793, + * "poster_path": "/nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg", + * "vote_average": 6.4, + * "vote_count": 9 + * }, + * { + * "adult": false, + * "backdrop_path": "/mIKv5ABEKVajXvfxms9SGKxNpRW.jpg", + * "first_air_date": "2009-11-16", + * "genre_ids": [ + * 35 + * ], + * "id": 46078, + * "name": "The Voronins", + * "origin_country": [ + * "RU" + * ], + * "original_language": "ru", + * "original_name": "Воронины", + * "overview": "The main characters of the series are an ordinary family. The family consists of the following: Kostya (a sports journalist), his wife Vera (a housewife) and their children: Masha and the twins Philip and Kirill. Right on the same landing, where the apartment of the young Voronin family is located, Kostya’s parents live: Galina Ivanovna (housewife, Kostya and Lyonya’s mother, Vera’s mother-in-law), Nikolai Petrovich (Kostya’s and Lyonya’s father, Vera’s father-in-law) and Lyonya (the major of the police) - Kostya's older brother.", + * "popularity": 1530.192, + * "poster_path": "/lKW2c9KrIhKy272AYZCzY2SSVcM.jpg", + * "vote_average": 6.8, + * "vote_count": 41 + * }, + * { + * "adult": false, + * "backdrop_path": "/2wNuLc0cEoPz6PZItftrZLHjG2k.jpg", + * "first_air_date": "2024-10-27", + * "genre_ids": [ + * 18, + * 10751 + * ], + * "id": 251691, + * "name": "Autumn of the Heart", + * "origin_country": [ + * "SA" + * ], + * "original_language": "ar", + * "original_name": "خريف القلب", + * "overview": "A devastating car accident unearths a long-buried secret that turns wealthy businessman Rashid and hardworking Nahla's life around; fifteen years ago, their daughters were switched at birth.", + * "popularity": 1522.286, + * "poster_path": "/8uDmIxjBx90y5OCwJDBADtQzxb7.jpg", + * "vote_average": 4, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg", + * "first_air_date": "2024-11-04", + * "genre_ids": [ + * 10766, + * 18 + * ], + * "id": 257048, + * "name": "Garota do Momento", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Garota do Momento", + * "overview": "", + * "popularity": 1517.348, + * "poster_path": "/jFSkjQSZ5Td52igalpoTQRuHtk.jpg", + * "vote_average": 7.9, + * "vote_count": 8 + * }, + * { + * "adult": false, + * "backdrop_path": "/4P2gbaCGdZyP4i95TmmA6nS9HJh.jpg", + * "first_air_date": "2013-11-03", + * "genre_ids": [ + * 10764 + * ], + * "id": 64356, + * "name": "The Return of Superman", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "슈퍼맨이 돌아왔다", + * "overview": "An up-close look at celebrity dads who have to take care of their kids for the next 48 hours without any help. Will it be a dad-tastrophe, or can they finish their wives' to-do lists while having fun with their kids?", + * "popularity": 1491.398, + * "poster_path": "/qjBx2RCnyyBPgu9qBV7j3UiXjeo.jpg", + * "vote_average": 7.9, + * "vote_count": 12 + * }, + * { + * "adult": false, + * "backdrop_path": "/2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg", + * "first_air_date": "2000-10-03", + * "genre_ids": [ + * 16, + * 35, + * 18, + * 10759 + * ], + * "id": 42705, + * "name": "Fighting Spirit", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "はじめの一歩", + * "overview": "Makunouchi Ippo is an ordinary high school student in Japan. Since he spends most of his time away from school helping his mother run the family business, he doesn't get to enjoy his younger years like most teenagers. Always a target for bullying at school (the family fishing business grants him a distinct odor), Ippo's life is one of hardship. One of these after-school bullying sessions turns Ippo's life around for the better, as he is saved by a boxer named Takamura. He decides to follow in Takamura's footsteps and train to become a boxer, giving his life direction and purpose. Ippo's path to perfecting his pugilistic prowess is just beginning...", + * "popularity": 1363.754, + * "poster_path": "/qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg", + * "vote_average": 8.7, + * "vote_count": 1086 + * }, + * { + * "adult": false, + * "backdrop_path": "/9zIqN0oMmaeFvBlccgw80sWed7I.jpg", + * "first_air_date": "2007-09-10", + * "genre_ids": [ + * 10763, + * 35 + * ], + * "id": 13008, + * "name": "TMZ", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "TMZ", + * "overview": "Based on the popular gossip website, this entertainment newsmagazine delivers daily updates on Hollywood's rich, beautiful and screwed-up. The program often shows highlights of the day's staff meeting during which reporters pitch ideas for stories to air that day.", + * "popularity": 1360.641, + * "poster_path": "/ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg", + * "vote_average": 4.813, + * "vote_count": 16 + * }, + * { + * "adult": false, + * "backdrop_path": "/lUrtMjiunomHPDC2sQNIxswbmdU.jpg", + * "first_air_date": "1970-11-29", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 3034, + * "name": "Scene of the Crime", + * "origin_country": [ + * "AT", + * "DE", + * "CH" + * ], + * "original_language": "de", + * "original_name": "Tatort", + * "overview": "Tatort is a long-running German/Austrian/Swiss, crime television series set in various parts of these countries. The show is broadcast on the channels of ARD in Germany, ORF in Austria and SF1 in Switzerland.", + * "popularity": 1330.885, + * "poster_path": "/b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg", + * "vote_average": 6.1, + * "vote_count": 109 + * }, + * { + * "adult": false, + * "backdrop_path": "/6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg", + * "first_air_date": "2024-09-09", + * "genre_ids": [ + * 10766, + * 18, + * 9648 + * ], + * "id": 237478, + * "name": "Crazy About You", + * "origin_country": [ + * "BR" + * ], + * "original_language": "pt", + * "original_name": "Mania de Você", + * "overview": "The story begins with the ambiguous relationship between friends Viola and Luma, who seem predestined to literally enter each other's lives. Born on the same day, in very different situations, they meet years later, united by coincidences that go beyond their birthday. From humble origins, Viola moves with her boyfriend Mavi to Angra dos Reis, where Luma lives a luxurious life and dates Rudá, who ends up meeting Viola by chance. Thus begins the duo's journey, which goes from a passion for recipes to an obsession with the same man, from the immediate connection to the point of starting to live their friend’s reality, 10 years later. A journey divided between complicity and rivalry, which includes them in a love quadrangle and is impacted by a series of circumstances, twists and surprises, such as the secret surrounding a murder.", + * "popularity": 1312.357, + * "poster_path": "/cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg", + * "vote_average": 5.111, + * "vote_count": 8 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /2meX1nMdScFOoV4370rqHWKmXhY.jpg */ + backdrop_path?: string; + /** @example 2021-09-17 */ + first_air_date?: string; + /** @example [ + * 10759, + * 9648, + * 18 + * ] */ + genre_ids?: number[]; + /** @example 93405 */ + id?: number; + /** @example Squid Game */ + name?: string; + /** @example [ + * "KR" + * ] */ + origin_country?: string[]; + /** @example ko */ + original_language?: string; + /** @example 오징어 게임 */ + original_name?: string; + /** @example Hundreds of cash-strapped players accept a strange invitation to compete in children's games. Inside, a tempting prize awaits — with deadly high stakes. */ + overview?: string; + /** @example 13121.205 */ + popularity?: number; + /** @example /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg */ + poster_path?: string; + /** @example 7.8 */ + vote_average?: number; + /** @example 14640 */ + vote_count?: number; + }[]; + /** @example 9448 */ + total_pages?: number; + /** @example 188951 */ + total_results?: number; + }; + }; + }; + }; + }; + topRated1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description top rated */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/gc8PfyTqzqltKPW3X0cIVUGmagz.jpg", + * "first_air_date": "2008-01-20", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 1396, + * "name": "Breaking Bad", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Breaking Bad", + * "overview": "Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + * "popularity": 712.364, + * "poster_path": "/ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg", + * "vote_average": 8.918, + * "vote_count": 14775 + * }, + * { + * "adult": false, + * "backdrop_path": "/96RT2A47UdzWlUfvIERFyBsLhL2.jpg", + * "first_air_date": "2023-09-29", + * "genre_ids": [ + * 16, + * 10759, + * 10765, + * 18 + * ], + * "id": 209867, + * "name": "Frieren: Beyond Journey's End", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "葬送のフリーレン", + * "overview": "After the party of heroes defeated the Demon King, they restored peace to the land and returned to lives of solitude. Generations pass, and the elven mage Frieren comes face to face with humanity’s mortality. She takes on a new apprentice and promises to fulfill old friends’ dying wishes. Can an elven mind make peace with the nature of life and death? Frieren embarks on her quest to find out.", + * "popularity": 122.031, + * "poster_path": "/dqZENchTd7lp5zht7BdlqM7RBhD.jpg", + * "vote_average": 8.84, + * "vote_count": 351 + * }, + * { + * "adult": false, + * "backdrop_path": "/jlbUx0aHJupDVDlCo0R7UxSaUUd.jpg", + * "first_air_date": "2024-10-04", + * "genre_ids": [ + * 16, + * 10759, + * 35, + * 10765 + * ], + * "id": 240411, + * "name": "Dan Da Dan", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "ダンダダン", + * "overview": "In a bet to prove whether ghosts or aliens exist, two high schoolers face terrifying paranormal threats, gain superpowers and maybe even fall in love?!", + * "popularity": 383.562, + * "poster_path": "/6qfZAOEUFIrbUH3JvePclx1nXzz.jpg", + * "vote_average": 8.829, + * "vote_count": 334 + * }, + * { + * "adult": false, + * "backdrop_path": "/lJuQBW4w1x6NgD514xDPqZ2Lbpz.jpg", + * "first_air_date": "2023-10-22", + * "genre_ids": [ + * 16, + * 18, + * 9648 + * ], + * "id": 220542, + * "name": "The Apothecary Diaries", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "薬屋のひとりごと", + * "overview": "Maomao lived a peaceful life with her apothecary father. Until one day, she's sold as a lowly servant to the emperor's palace. But she wasn't meant for a compliant life among royalty. So when imperial heirs fall ill, she decides to step in and find a cure! This catches the eye of Jinshi, a handsome palace official who promotes her. Now, she's making a name for herself solving medical mysteries!", + * "popularity": 160.967, + * "poster_path": "/e3ojpANrFnmJCyeBNTinYwyBCIN.jpg", + * "vote_average": 8.8, + * "vote_count": 205 + * }, + * { + * "adult": false, + * "backdrop_path": "/tuCU2yVRM2iZxFkpqlPUyvd6tSu.jpg", + * "first_air_date": "2024-01-18", + * "genre_ids": [ + * 16, + * 35, + * 10765 + * ], + * "id": 94954, + * "name": "Hazbin Hotel", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Hazbin Hotel", + * "overview": "In attempt to find a non-violent alternative for reducing Hell's overpopulation, the daughter of Lucifer opens a rehabilitation hotel that offers a group of misfit demons a chance at redemption.", + * "popularity": 108.72, + * "poster_path": "/rXojaQcxVUubPLSrFV8PD4xdjrs.jpg", + * "vote_average": 8.8, + * "vote_count": 1192 + * }, + * { + * "adult": false, + * "backdrop_path": "/sYXLeu5usz6yEz0k00FYvtEdodD.jpg", + * "first_air_date": "2021-11-06", + * "genre_ids": [ + * 16, + * 10765, + * 18, + * 10759 + * ], + * "id": 94605, + * "name": "Arcane", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Arcane", + * "overview": "Amid the stark discord of twin cities Piltover and Zaun, two sisters fight on rival sides of a war between magic technologies and clashing convictions.", + * "popularity": 371.175, + * "poster_path": "/abf8tHznhSvl9BAElD2cQeRr7do.jpg", + * "vote_average": 8.778, + * "vote_count": 4711 + * }, + * { + * "adult": false, + * "backdrop_path": "/jvFfHNiCKPWRULvkmeocyjm4QtE.jpg", + * "first_air_date": "2022-02-12", + * "genre_ids": [ + * 18 + * ], + * "id": 129888, + * "name": "Twenty Five Twenty One", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "스물다섯 스물하나", + * "overview": "In a time when dreams seem out of reach, a teen fencer pursues big ambitions and meets a hardworking young man who seeks to rebuild his life.", + * "popularity": 93.856, + * "poster_path": "/yCQFnmYhYf7XALMka2EoBRAFmPO.jpg", + * "vote_average": 8.755, + * "vote_count": 212 + * }, + * { + * "adult": false, + * "backdrop_path": "/cJdnkIrD9vcIUiCbWjay55qoaQz.jpg", + * "first_air_date": "2005-02-21", + * "genre_ids": [ + * 16, + * 10759, + * 10765 + * ], + * "id": 246, + * "name": "Avatar: The Last Airbender", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Avatar: The Last Airbender", + * "overview": "In a war-torn world of elemental magic, a young boy reawakens to undertake a dangerous mystic quest to fulfill his destiny as the Avatar, and bring peace to the world.", + * "popularity": 70.421, + * "poster_path": "/9RQhVb3r3mCMqYVhLoCu4EvuipP.jpg", + * "vote_average": 8.734, + * "vote_count": 4182 + * }, + * { + * "adult": false, + * "backdrop_path": "/4Mt7WHox67uJ1yErwTBFcV8KWgG.jpg", + * "first_air_date": "1999-10-20", + * "genre_ids": [ + * 10759, + * 35, + * 16 + * ], + * "id": 37854, + * "name": "One Piece", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "ワンピース", + * "overview": "Years ago, the fearsome Pirate King, Gol D. Roger was executed leaving a huge pile of treasure and the famous \"One Piece\" behind. Whoever claims the \"One Piece\" will be named the new King of the Pirates.\n\nMonkey D. Luffy, a boy who consumed a \"Devil Fruit,\" decides to follow in the footsteps of his idol, the pirate Shanks, and find the One Piece. It helps, of course, that his body has the properties of rubber and that he's surrounded by a bevy of skilled fighters and thieves to help him along the way.\n\nLuffy will do anything to get the One Piece and become King of the Pirates!", + * "popularity": 364.261, + * "poster_path": "/cMD9Ygz11zjJzAovURpO75Qg7rT.jpg", + * "vote_average": 8.7, + * "vote_count": 4748 + * }, + * { + * "adult": false, + * "backdrop_path": "/A6tMQAo6t6eRFCPhsrShmxZLqFB.jpg", + * "first_air_date": "2009-04-05", + * "genre_ids": [ + * 10759, + * 16, + * 10765, + * 35 + * ], + * "id": 31911, + * "name": "Fullmetal Alchemist: Brotherhood", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "鋼の錬金術師 FULLMETAL ALCHEMIST", + * "overview": "Disregard for alchemy’s laws ripped half of Edward Elric’s limbs from his body and left his brother Alphonse’s soul clinging to a suit of armor. To restore what was lost, the brothers seek the Philosopher’s Stone. Enemies and allies – the corrupt military, the Homunculi, and foreign alchemists – will alter the Elric brothers course, but their purpose will remain unchanged and their bond unbreakable.", + * "popularity": 92.425, + * "poster_path": "/5ZFUEOULaVml7pQuXxhpR2SmVUw.jpg", + * "vote_average": 8.7, + * "vote_count": 2090 + * }, + * { + * "adult": false, + * "backdrop_path": "/8aCek7W6BovH7M4enWjqrGptvQ8.jpg", + * "first_air_date": "2013-12-02", + * "genre_ids": [ + * 16, + * 35, + * 10765, + * 10759 + * ], + * "id": 60625, + * "name": "Rick and Morty", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Rick and Morty", + * "overview": "Rick is a mentally-unbalanced but scientifically gifted old man who has recently reconnected with his family. He spends most of his time involving his young grandson Morty in dangerous, outlandish adventures throughout space and alternate universes. Compounded with Morty's already unstable family life, these events cause Morty much distress at home and school.", + * "popularity": 461.522, + * "poster_path": "/gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg", + * "vote_average": 8.692, + * "vote_count": 9863 + * }, + * { + * "adult": false, + * "backdrop_path": "/og2jKploGHYnCz68vV1nRSEE0xV.jpg", + * "first_air_date": "2015-02-08", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 60059, + * "name": "Better Call Saul", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Better Call Saul", + * "overview": "Six years before Saul Goodman meets Walter White. We meet him when the man who will become Saul Goodman is known as Jimmy McGill, a small-time lawyer searching for his destiny, and, more immediately, hustling to make ends meet. Working alongside, and, often, against Jimmy, is “fixer” Mike Ehrmantraut. The series tracks Jimmy’s transformation into Saul Goodman, the man who puts “criminal” in “criminal lawyer\".", + * "popularity": 333.718, + * "poster_path": "/zjg4jpK1Wp2kiRvtt5ND0kznako.jpg", + * "vote_average": 8.691, + * "vote_count": 5339 + * }, + * { + * "adult": false, + * "backdrop_path": "/20eIP9o5ebArmu2HxJutaBjhLf4.jpg", + * "first_air_date": "2019-05-06", + * "genre_ids": [ + * 18 + * ], + * "id": 87108, + * "name": "Chernobyl", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Chernobyl", + * "overview": "The true story of one of the worst man-made catastrophes in history: the catastrophic nuclear accident at Chernobyl. A tale of the brave men and women who sacrificed to save Europe from unimaginable disaster.", + * "popularity": 160.277, + * "poster_path": "/7vcwOySsqeyEdmfHQNT5jHCL2gb.jpg", + * "vote_average": 8.682, + * "vote_count": 6455 + * }, + * { + * "adult": false, + * "backdrop_path": "/iKIyTYNYsQB05EspmjrX468UTmL.jpg", + * "first_air_date": "2022-06-18", + * "genre_ids": [ + * 10765, + * 18, + * 10759, + * 9648 + * ], + * "id": 135157, + * "name": "Alchemy of Souls", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "환혼", + * "overview": "A powerful sorceress in a blind woman's body encounters a man from a prestigious family, who wants her help to change his destiny.", + * "popularity": 206.201, + * "poster_path": "/q2IiPRSXPOZ6qVRj36WRAYEQyHs.jpg", + * "vote_average": 8.7, + * "vote_count": 616 + * }, + * { + * "adult": false, + * "backdrop_path": "/yvKrycViRMQcIgdnjsM5JGNWU4Q.jpg", + * "first_air_date": "2013-04-07", + * "genre_ids": [ + * 16, + * 10765, + * 10759 + * ], + * "id": 1429, + * "name": "Attack on Titan", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "進撃の巨人", + * "overview": "Many years ago, the last remnants of humanity were forced to retreat behind the towering walls of a fortified city to escape the massive, man-eating Titans that roamed the land outside their fortress. Only the heroic members of the Scouting Legion dared to stray beyond the safety of the walls – but even those brave warriors seldom returned alive. Those within the city clung to the illusion of a peaceful existence until the day that dream was shattered, and their slim chance at survival was reduced to one horrifying choice: kill – or be devoured!", + * "popularity": 105.22, + * "poster_path": "/hTP1DtLGFamjfu8WqjnuQdP1n4i.jpg", + * "vote_average": 8.667, + * "vote_count": 6493 + * }, + * { + * "adult": false, + * "backdrop_path": "/ywQtHG17LZhAFZyZtBflhtFMtJ7.jpg", + * "first_air_date": "2017-03-19", + * "genre_ids": [ + * 18, + * 10751 + * ], + * "id": 70785, + * "name": "Anne with an E", + * "origin_country": [ + * "CA" + * ], + * "original_language": "en", + * "original_name": "Anne with an E", + * "overview": "A coming-of-age story about an outsider who, against all odds and numerous challenges, fights for love and acceptance and for her place in the world. The series centers on a young orphaned girl in the late 1890’s, who, after an abusive childhood spent in orphanages and the homes of strangers, is mistakenly sent to live with an elderly woman and her aging brother. Over time, 13-year-old Anne will transform their lives and eventually the small town in which they live with her unique spirit, fierce intellect and brilliant imagination.", + * "popularity": 103.949, + * "poster_path": "/6P6tXhjT5tK3qOXzxF9OMLlG7iz.jpg", + * "vote_average": 8.666, + * "vote_count": 4671 + * }, + * { + * "adult": false, + * "backdrop_path": "/7BoRhg8zXP0ca9Zql4p8llCFR2P.jpg", + * "first_air_date": "2024-01-01", + * "genre_ids": [ + * 18, + * 10765, + * 35 + * ], + * "id": 221851, + * "name": "Marry My Husband", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "내 남편과 결혼해줘", + * "overview": "Kang Ji-won, a terminally ill cancer patient, is killed by her husband and best friend after she witnesses them having an affair. She wakes up 10 years before the incident and decides to seek revenge with the help of Yu Ji-hyuk, a director at the company where she works. Now, she must reclaim her fate and eliminate the trash from her life.", + * "popularity": 123.96, + * "poster_path": "/y2hvE76S6Me0uhYEQ1P8lGf7Wm0.jpg", + * "vote_average": 8.664, + * "vote_count": 480 + * }, + * { + * "adult": false, + * "backdrop_path": "/2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg", + * "first_air_date": "2000-10-03", + * "genre_ids": [ + * 16, + * 35, + * 18, + * 10759 + * ], + * "id": 42705, + * "name": "Fighting Spirit", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "はじめの一歩", + * "overview": "Makunouchi Ippo is an ordinary high school student in Japan. Since he spends most of his time away from school helping his mother run the family business, he doesn't get to enjoy his younger years like most teenagers. Always a target for bullying at school (the family fishing business grants him a distinct odor), Ippo's life is one of hardship. One of these after-school bullying sessions turns Ippo's life around for the better, as he is saved by a boxer named Takamura. He decides to follow in Takamura's footsteps and train to become a boxer, giving his life direction and purpose. Ippo's path to perfecting his pugilistic prowess is just beginning...", + * "popularity": 1363.754, + * "poster_path": "/qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg", + * "vote_average": 8.7, + * "vote_count": 1086 + * }, + * { + * "adult": false, + * "backdrop_path": "/mGHrUSt2uA5RaIheSmBfRnRHPS8.jpg", + * "first_air_date": "2020-01-10", + * "genre_ids": [ + * 16, + * 10765, + * 18, + * 10759, + * 35, + * 10762 + * ], + * "id": 92685, + * "name": "The Owl House", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Owl House", + * "overview": "An animated fantasy-comedy series that follows Luz, a self-assured teenage girl who accidentally stumbles upon a portal to a magical world where she befriends a rebellious witch, Eda, and an adorably tiny warrior, King. Despite not having magical abilities, Luz pursues her dream of becoming a witch by serving as Eda's apprentice at the Owl House and ultimately finds a new family in an unlikely setting.", + * "popularity": 148.77, + * "poster_path": "/zqjSex7DZn7p4dU7mMktdJ8zQV5.jpg", + * "vote_average": 8.656, + * "vote_count": 1612 + * }, + * { + * "adult": false, + * "backdrop_path": "/3GQKYh6Trm8pxd2AypovoYQf4Ay.jpg", + * "first_air_date": "2019-04-06", + * "genre_ids": [ + * 16, + * 10759, + * 10765 + * ], + * "id": 85937, + * "name": "Demon Slayer: Kimetsu no Yaiba", + * "origin_country": [ + * "JP" + * ], + * "original_language": "ja", + * "original_name": "鬼滅の刃", + * "overview": "It is the Taisho Period in Japan. Tanjiro, a kindhearted boy who sells charcoal for a living, finds his family slaughtered by a demon. To make matters worse, his younger sister Nezuko, the sole survivor, has been transformed into a demon herself. Though devastated by this grim reality, Tanjiro resolves to become a “demon slayer” so that he can turn his sister back into a human, and kill the demon that massacred his family.", + * "popularity": 176.925, + * "poster_path": "/xUfRZu2mi8jH6SzQEJGP6tjBuYj.jpg", + * "vote_average": 8.7, + * "vote_count": 6524 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg */ + backdrop_path?: string; + /** @example 2008-01-20 */ + first_air_date?: string; + /** @example [ + * 18, + * 80 + * ] */ + genre_ids?: number[]; + /** @example 1396 */ + id?: number; + /** @example Breaking Bad */ + name?: string; + /** @example [ + * "US" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example Breaking Bad */ + original_name?: string; + /** @example Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime. */ + overview?: string; + /** @example 712.364 */ + popularity?: number; + /** @example /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg */ + poster_path?: string; + /** @example 8.918 */ + vote_average?: number; + /** @example 14775 */ + vote_count?: number; + }[]; + /** @example 105 */ + total_pages?: number; + /** @example 2098 */ + total_results?: number; + }; + }; + }; + }; + }; + details11: { + parameters: { + query?: { + /** @description This add additional data to the response beyond the initial information requested. */ + append_to_response?: components["parameters"]["append_to_response"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details / season number */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example false */ + adult?: boolean; + /** @example /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg */ + backdrop_path?: string; + /** @example [ + * { + * "credit_id": "52542286760ee31328001a7b", + * "gender": 2, + * "id": 66633, + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * } + * ] */ + created_by?: { + /** @example 52542286760ee31328001a7b */ + credit_id?: string; + /** @example 2 */ + gender?: number; + /** @example 66633 */ + id?: number; + /** @example Vince Gilligan */ + name?: string; + /** @example Vince Gilligan */ + original_name?: string; + /** @example /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg */ + profile_path?: string; + }[]; + /** @example [] */ + episode_run_time?: unknown[]; + /** @example 2008-01-20 */ + first_air_date?: string; + /** @example [ + * { + * "id": 18, + * "name": "Drama" + * }, + * { + * "id": 80, + * "name": "Crime" + * } + * ] */ + genres?: { + /** @example 18 */ + id?: number; + /** @example Drama */ + name?: string; + }[]; + /** @example https://www.sonypictures.com/tv/breakingbad */ + homepage?: string; + /** @example 1396 */ + id?: number; + /** @example false */ + in_production?: boolean; + /** @example [ + * "en", + * "de", + * "es" + * ] */ + languages?: string[]; + /** @example 2013-09-29 */ + last_air_date?: string; + last_episode_to_air?: { + /** @example 2013-09-29 */ + air_date?: string; + /** @example 16 */ + episode_number?: number; + /** @example finale */ + episode_type?: string; + /** @example 62161 */ + id?: number; + /** @example Felina */ + name?: string; + /** @example All bad things must come to an end. */ + overview?: string; + /** @example */ + production_code?: string; + /** @example 56 */ + runtime?: number; + /** @example 5 */ + season_number?: number; + /** @example 1396 */ + show_id?: number; + /** @example /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg */ + still_path?: string; + /** @example 9.226 */ + vote_average?: number; + /** @example 223 */ + vote_count?: number; + }; + /** @example Breaking Bad */ + name?: string; + /** @example [ + * { + * "id": 174, + * "logo_path": "/alqLicR1ZMHMaZGP3xRQxn9sq7p.png", + * "name": "AMC", + * "origin_country": "US" + * } + * ] */ + networks?: { + /** @example 174 */ + id?: number; + /** @example /alqLicR1ZMHMaZGP3xRQxn9sq7p.png */ + logo_path?: string; + /** @example AMC */ + name?: string; + /** @example US */ + origin_country?: string; + }[]; + /** @example null */ + next_episode_to_air?: unknown; + /** @example 62 */ + number_of_episodes?: number; + /** @example 5 */ + number_of_seasons?: number; + /** @example [ + * "US" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example Breaking Bad */ + original_name?: string; + /** @example Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime. */ + overview?: string; + /** @example 712.364 */ + popularity?: number; + /** @example /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg */ + poster_path?: string; + /** @example [ + * { + * "id": 11073, + * "logo_path": "/aCbASRcI1MI7DXjPbSW9Fcv9uGR.png", + * "name": "Sony Pictures Television", + * "origin_country": "US" + * }, + * { + * "id": 33742, + * "logo_path": null, + * "name": "High Bridge Productions", + * "origin_country": "US" + * }, + * { + * "id": 2605, + * "logo_path": null, + * "name": "Gran Via Productions", + * "origin_country": "US" + * } + * ] */ + production_companies?: { + /** @example 11073 */ + id?: number; + /** @example /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png */ + logo_path?: string | null; + /** @example Sony Pictures Television */ + name?: string; + /** @example US */ + origin_country?: string; + }[]; + /** @example [ + * { + * "iso_3166_1": "US", + * "name": "United States of America" + * } + * ] */ + production_countries?: { + /** @example US */ + iso_3166_1?: string; + /** @example United States of America */ + name?: string; + }[]; + /** @example [ + * { + * "air_date": "2009-02-17", + * "episode_count": 9, + * "id": 3577, + * "name": "Specials", + * "overview": "", + * "poster_path": "/40dT79mDEZwXkQiZNBgSaydQFDP.jpg", + * "season_number": 0, + * "vote_average": 0 + * }, + * { + * "air_date": "2008-01-20", + * "episode_count": 7, + * "id": 3572, + * "name": "Season 1", + * "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.", + * "poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + * "season_number": 1, + * "vote_average": 8.3 + * }, + * { + * "air_date": "2009-03-08", + * "episode_count": 13, + * "id": 3573, + * "name": "Season 2", + * "overview": "Walt must deal with the chain reaction of his choice, as he and Jesse face new and severe consequences. When danger and suspicion around Walt escalate, he is pushed to new levels of desperation. Just how much higher will the stakes rise? How far is Walt willing to go to ensure his family's security? Will his grand plan spiral out of control?", + * "poster_path": "/e3oGYpoTUhOFK0BJfloru5ZmGV.jpg", + * "season_number": 2, + * "vote_average": 8.4 + * }, + * { + * "air_date": "2010-03-21", + * "episode_count": 13, + * "id": 3575, + * "name": "Season 3", + * "overview": "Walt continues to battle dueling identities: a desperate husband and father trying to provide for his family, and a newly appointed key player in the Albuquerque drug trade. As the danger around him escalates, Walt is now entrenched in the complex worlds of an angst-ridden family on the verge of dissolution, and the ruthless and unrelenting drug cartel.", + * "poster_path": "/ffP8Q8ew048YofHRnFVM18B2fPG.jpg", + * "season_number": 3, + * "vote_average": 8.4 + * }, + * { + * "air_date": "2011-07-17", + * "episode_count": 13, + * "id": 3576, + * "name": "Season 4", + * "overview": "Walt and Jesse must cope with the fallout of their previous actions, both personally and professionally. Tension mounts as Walt faces a true standoff with his employer, Gus, with neither side willing or able to back down. Walt must also adjust to a new relationship with Skyler, whom while still reconciling her relationship with Walt, is committed to properly laundering Walt’s money and ensuring her sister Marie and an ailing Hank are financially stable.", + * "poster_path": "/5ewrnKp4TboU4hTLT5cWO350mHj.jpg", + * "season_number": 4, + * "vote_average": 8.5 + * }, + * { + * "air_date": "2012-07-15", + * "episode_count": 16, + * "id": 3578, + * "name": "Season 5", + * "overview": "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt. ", + * "poster_path": "/r3z70vunihrAkjILQKWHX0G2xzO.jpg", + * "season_number": 5, + * "vote_average": 8.9 + * } + * ] */ + seasons?: { + /** @example 2009-02-17 */ + air_date?: string; + /** @example 9 */ + episode_count?: number; + /** @example 3577 */ + id?: number; + /** @example Specials */ + name?: string; + /** @example */ + overview?: string; + /** @example /40dT79mDEZwXkQiZNBgSaydQFDP.jpg */ + poster_path?: string; + /** @example 0 */ + season_number?: number; + /** @example 0 */ + vote_average?: number; + }[]; + /** @example [ + * { + * "english_name": "English", + * "iso_639_1": "en", + * "name": "English" + * }, + * { + * "english_name": "German", + * "iso_639_1": "de", + * "name": "Deutsch" + * }, + * { + * "english_name": "Spanish", + * "iso_639_1": "es", + * "name": "Español" + * } + * ] */ + spoken_languages?: { + /** @example English */ + english_name?: string; + /** @example en */ + iso_639_1?: string; + /** @example English */ + name?: string; + }[]; + /** @example Ended */ + status?: string; + /** @example Change the equation. */ + tagline?: string; + /** @example Scripted */ + type?: string; + /** @example 8.918 */ + vote_average?: number; + /** @example 14777 */ + vote_count?: number; + }; + }; + }; + }; + }; + accountStates1: { + parameters: { + query?: { + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id?: string; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description account states */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example false */ + favorite?: boolean; + /** @example 1396 */ + id?: number; + /** @example false */ + rated?: boolean; + /** @example false */ + watchlist?: boolean; + }; + }; + }; + }; + }; + aggregateCredits: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description aggregate credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "adult": false, + * "gender": 2, + * "id": 17419, + * "known_for_department": "Acting", + * "name": "Bryan Cranston", + * "order": 0, + * "original_name": "Bryan Cranston", + * "popularity": 37.518, + * "profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg", + * "roles": [ + * { + * "character": "Walter White", + * "credit_id": "52542282760ee313280017f9", + * "episode_count": 65 + * } + * ], + * "total_episode_count": 65 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 84497, + * "known_for_department": "Acting", + * "name": "Aaron Paul", + * "order": 1, + * "original_name": "Aaron Paul", + * "popularity": 23.683, + * "profile_path": "/tz4xqaoXV7eKrYqPGPvtEae3X06.jpg", + * "roles": [ + * { + * "character": "Jesse Pinkman", + * "credit_id": "52542282760ee31328001845", + * "episode_count": 64 + * } + * ], + * "total_episode_count": 64 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 14329, + * "known_for_department": "Acting", + * "name": "Dean Norris", + * "order": 4, + * "original_name": "Dean Norris", + * "popularity": 35.655, + * "profile_path": "/mVaGouQNschhJEncob8ld1aOZwF.jpg", + * "roles": [ + * { + * "character": "Hank Schrader", + * "credit_id": "52542283760ee3132800187b", + * "episode_count": 64 + * } + * ], + * "total_episode_count": 64 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1217934, + * "known_for_department": "Acting", + * "name": "Betsy Brandt", + * "order": 5, + * "original_name": "Betsy Brandt", + * "popularity": 8.578, + * "profile_path": "/kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg", + * "roles": [ + * { + * "character": "Marie Schrader", + * "credit_id": "52542283760ee31328001891", + * "episode_count": 64 + * } + * ], + * "total_episode_count": 64 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 134531, + * "known_for_department": "Acting", + * "name": "Anna Gunn", + * "order": 2, + * "original_name": "Anna Gunn", + * "popularity": 34.739, + * "profile_path": "/adppyeu1a4REN3khtgmXusrapFi.jpg", + * "roles": [ + * { + * "character": "Skyler White", + * "credit_id": "52542282760ee3132800181b", + * "episode_count": 62 + * } + * ], + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 209674, + * "known_for_department": "Acting", + * "name": "RJ Mitte", + * "order": 3, + * "original_name": "RJ Mitte", + * "popularity": 15.263, + * "profile_path": "/aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg", + * "roles": [ + * { + * "character": "Walter White Jr.", + * "credit_id": "52542284760ee313280018a9", + * "episode_count": 62 + * } + * ], + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 59410, + * "known_for_department": "Acting", + * "name": "Bob Odenkirk", + * "order": 7, + * "original_name": "Bob Odenkirk", + * "popularity": 20.318, + * "profile_path": "/rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg", + * "roles": [ + * { + * "character": "Saul Goodman", + * "credit_id": "5271b180760ee35afc09bb8d", + * "episode_count": 43 + * } + * ], + * "total_episode_count": 43 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 783, + * "known_for_department": "Acting", + * "name": "Jonathan Banks", + * "order": 9, + * "original_name": "Jonathan Banks", + * "popularity": 38.083, + * "profile_path": "/bswk26L13PvY4iMTwUTAsepXCLv.jpg", + * "roles": [ + * { + * "character": "Mike Ehrmantraut", + * "credit_id": "5271b1e6760ee35af60941ad", + * "episode_count": 37 + * } + * ], + * "total_episode_count": 37 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 61535, + * "known_for_department": "Acting", + * "name": "Steven Michael Quezada", + * "order": 8, + * "original_name": "Steven Michael Quezada", + * "popularity": 7.14, + * "profile_path": "/pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg", + * "roles": [ + * { + * "character": "Steven Gomez", + * "credit_id": "5271b489760ee35b3e0881a7", + * "episode_count": 33 + * } + * ], + * "total_episode_count": 33 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 4808, + * "known_for_department": "Acting", + * "name": "Giancarlo Esposito", + * "order": 6, + * "original_name": "Giancarlo Esposito", + * "popularity": 32.276, + * "profile_path": "/rcXnr82TwDzU4ZGdBeNXfG0ZQnZ.jpg", + * "roles": [ + * { + * "character": "Gus Fring", + * "credit_id": "5271b1a7760ee35afc09c4e5", + * "episode_count": 28 + * } + * ], + * "total_episode_count": 28 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 82945, + * "known_for_department": "Acting", + * "name": "Charles Baker", + * "order": 656, + * "original_name": "Charles Baker", + * "popularity": 7.277, + * "profile_path": "/mhSoY1plaop5eufoHDP4fkIGUfh.jpg", + * "roles": [ + * { + * "character": "Skinny Pete", + * "credit_id": "52744007760ee356f6076365", + * "episode_count": 15 + * } + * ], + * "total_episode_count": 15 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 20379, + * "known_for_department": "Acting", + * "name": "Christopher Cousins", + * "order": 604, + * "original_name": "Christopher Cousins", + * "popularity": 22.494, + * "profile_path": "/9fmoeZLGbJfiYU6mIbrUkjF9wsR.jpg", + * "roles": [ + * { + * "character": "Ted Beneke", + * "credit_id": "527504f6760ee347c912980c", + * "episode_count": 13 + * } + * ], + * "total_episode_count": 13 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 191202, + * "known_for_department": "Acting", + * "name": "Matt Jones", + * "order": 658, + * "original_name": "Matt Jones", + * "popularity": 11.871, + * "profile_path": "/x13vFDaJHY1CxNvSPWujYe12bMc.jpg", + * "roles": [ + * { + * "character": "Badger", + * "credit_id": "52744535760ee3572209100e", + * "episode_count": 12 + * } + * ], + * "total_episode_count": 12 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 9291, + * "known_for_department": "Acting", + * "name": "Michael Shamus Wiles", + * "order": 606, + * "original_name": "Michael Shamus Wiles", + * "popularity": 4.608, + * "profile_path": "/niY4gYqAUjmnU4KRiguxpsKliWA.jpg", + * "roles": [ + * { + * "character": "ASAC George Merkert", + * "credit_id": "5271b622760ee35b0709869c", + * "episode_count": 11 + * } + * ], + * "total_episode_count": 11 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 564348, + * "known_for_department": "Acting", + * "name": "Lavell Crawford", + * "order": 637, + * "original_name": "Lavell Crawford", + * "popularity": 4.988, + * "profile_path": "/mvDs3bWKicnC98nGJNqrm4NaALd.jpg", + * "roles": [ + * { + * "character": "Huell", + * "credit_id": "52763ec8760ee35a9a0f7511", + * "episode_count": 11 + * } + * ], + * "total_episode_count": 11 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 88124, + * "known_for_department": "Acting", + * "name": "Jesse Plemons", + * "order": 725, + * "original_name": "Jesse Plemons", + * "popularity": 22.962, + * "profile_path": "/edKyn7RDsuM6dJ7r9QMbb5ourmT.jpg", + * "roles": [ + * { + * "character": "Todd", + * "credit_id": "6524ae29447f9c010048439b", + * "episode_count": 11 + * } + * ], + * "total_episode_count": 11 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 159334, + * "known_for_department": "Acting", + * "name": "Ray Campbell", + * "order": 599, + * "original_name": "Ray Campbell", + * "popularity": 3.501, + * "profile_path": "/nbapP8LvO1KZrmlpNWthEP40H75.jpg", + * "roles": [ + * { + * "character": "Tyrus Kitt", + * "credit_id": "52765341760ee3603300f575", + * "episode_count": 10 + * } + * ], + * "total_episode_count": 10 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 147085, + * "known_for_department": "Acting", + * "name": "Tina Parker", + * "order": 625, + * "original_name": "Tina Parker", + * "popularity": 5.003, + * "profile_path": "/qa4BFhrCGQKwqdTgLJ8S2rr95hD.jpg", + * "roles": [ + * { + * "character": "Francesca", + * "credit_id": "52753cc8760ee3157002006b", + * "episode_count": 8 + * }, + * { + * "character": "Francesca (voice)", + * "credit_id": "52768aeb760ee36d750c58ae", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 9 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 115688, + * "known_for_department": "Acting", + * "name": "Carmen Serano", + * "order": 643, + * "original_name": "Carmen Serano", + * "popularity": 5.24, + * "profile_path": "/nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg", + * "roles": [ + * { + * "character": "Carmen Molina", + * "credit_id": "52542273760ee31328000676", + * "episode_count": 9 + * } + * ], + * "total_episode_count": 9 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 211474, + * "known_for_department": "Acting", + * "name": "Emily Rios", + * "order": 645, + * "original_name": "Emily Rios", + * "popularity": 16.142, + * "profile_path": "/h8d9eg0wpyXcvJlunpZklh2asVY.jpg", + * "roles": [ + * { + * "character": "Andrea Cantillo", + * "credit_id": "5276391d760ee33e440250f4", + * "episode_count": 9 + * } + * ], + * "total_episode_count": 9 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 78080, + * "known_for_department": "Acting", + * "name": "Krysten Ritter", + * "order": 705, + * "original_name": "Krysten Ritter", + * "popularity": 69.719, + * "profile_path": "/d39VsFGyWq7f5fkUrCI9k3XpZl2.jpg", + * "roles": [ + * { + * "character": "Jane Margolis", + * "credit_id": "631aff6577b1fb00807bf819", + * "episode_count": 9 + * } + * ], + * "total_episode_count": 9 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 42279, + * "known_for_department": "Acting", + * "name": "Laura Fraser", + * "order": 724, + * "original_name": "Laura Fraser", + * "popularity": 14.449, + * "profile_path": "/4aD3xDLA22CIf6jdK0IAs75h8pp.jpg", + * "roles": [ + * { + * "character": "Lydia Rodarte-Quayle", + * "credit_id": "6524ad8ed399e6011d14adb3", + * "episode_count": 9 + * } + * ], + * "total_episode_count": 9 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 582668, + * "known_for_department": "Acting", + * "name": "Jeremiah Bitsui", + * "order": 622, + * "original_name": "Jeremiah Bitsui", + * "popularity": 6.728, + * "profile_path": "/jB4u8jekprqQeB0xhdB4YSgO8FG.jpg", + * "roles": [ + * { + * "character": "Victor", + * "credit_id": "5275464a760ee33556010f2a", + * "episode_count": 7 + * }, + * { + * "character": "Gus' Messenger", + * "credit_id": "653051e71fb94f00ffda8bf3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 8 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1173, + * "known_for_department": "Acting", + * "name": "Mark Margolis", + * "order": 674, + * "original_name": "Mark Margolis", + * "popularity": 11.672, + * "profile_path": "/rT5TYJIPLBkTqsrUs00AixGeaMM.jpg", + * "roles": [ + * { + * "character": "Tío Salamanca", + * "credit_id": "5254227b760ee31328000e52", + * "episode_count": 8 + * } + * ], + * "total_episode_count": 8 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2162380, + * "known_for_department": "Acting", + * "name": "Ian Posada", + * "order": 789, + * "original_name": "Ian Posada", + * "popularity": 5.933, + * "profile_path": "/7iI6saMN1wROXgTUdQWCgYJfzoo.jpg", + * "roles": [ + * { + * "character": "Brock Cantillo", + * "credit_id": "653eac27cc9683012cf478f0", + * "episode_count": 8 + * } + * ], + * "total_episode_count": 8 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 79211, + * "known_for_department": "Acting", + * "name": "David House", + * "order": 532, + * "original_name": "David House", + * "popularity": 1.772, + * "profile_path": "/t67HnLsCMecFLMdhtJQbkiQiyXq.jpg", + * "roles": [ + * { + * "character": "Dr. Delcavoli", + * "credit_id": "5271b65b760ee35b0c090f74", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 82167, + * "known_for_department": "Acting", + * "name": "David Costabile", + * "order": 584, + * "original_name": "David Costabile", + * "popularity": 12.988, + * "profile_path": "/zmXVVpsmYbkP1XRPgg2dWIYg1um.jpg", + * "roles": [ + * { + * "character": "Gale Boetticher", + * "credit_id": "527630ad760ee3353f281211", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2234, + * "known_for_department": "Acting", + * "name": "Michael Bowen", + * "order": 660, + * "original_name": "Michael Bowen", + * "popularity": 15.425, + * "profile_path": "/8clG1Q984hsYJSfpOVbnoJAEJb2.jpg", + * "roles": [ + * { + * "character": "Uncle Jack", + * "credit_id": "52780156760ee3397038de79", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 114000, + * "known_for_department": "Acting", + * "name": "Kevin Rankin", + * "order": 661, + * "original_name": "Kevin Rankin", + * "popularity": 12.337, + * "profile_path": "/fOW5R6BSgRvMrt2R7KAxSk7L4H2.jpg", + * "roles": [ + * { + * "character": "Kenny", + * "credit_id": "527801a9760ee331ce03af8a", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1216132, + * "known_for_department": "Acting", + * "name": "Aaron Hill", + * "order": 500, + * "original_name": "Aaron Hill", + * "popularity": 8.822, + * "profile_path": "/rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg", + * "roles": [ + * { + * "character": "Jock", + * "credit_id": "52542275760ee313280006b4", + * "episode_count": 6 + * } + * ], + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 35518, + * "known_for_department": "Acting", + * "name": "Harry Groener", + * "order": 501, + * "original_name": "Harry Groener", + * "popularity": 7.171, + * "profile_path": "/3MAsDC1JtNqef1O4MwqakGjJkkI.jpg", + * "roles": [ + * { + * "character": "Dr. Chavez", + * "credit_id": "5254227c760ee31328000f01", + * "episode_count": 6 + * } + * ], + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1268114, + * "known_for_department": "Acting", + * "name": "Patrick Sane", + * "order": 663, + * "original_name": "Patrick Sane", + * "popularity": 2.211, + * "profile_path": "/AnT9tInB0UNpZszdUiT5wT1AzpI.jpg", + * "roles": [ + * { + * "character": "Frankie", + * "credit_id": "527811bc760ee35e8e226e09", + * "episode_count": 6 + * } + * ], + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1371007, + * "known_for_department": "Acting", + * "name": "Daniel Moncada", + * "order": 667, + * "original_name": "Daniel Moncada", + * "popularity": 2.858, + * "profile_path": "/pfR9dEo0RWq62rNqzclqx0zUQmp.jpg", + * "roles": [ + * { + * "character": "Leonel Salamanca", + * "credit_id": "626a3ab257176f0050ccd6f6", + * "episode_count": 6 + * } + * ], + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 945491, + * "known_for_department": "Acting", + * "name": "Luis Moncada", + * "order": 551, + * "original_name": "Luis Moncada", + * "popularity": 6.96, + * "profile_path": "/t3H7bTAu3lYKvHAEYtevOd91kzx.jpg", + * "roles": [ + * { + * "character": "Marco Salamanca", + * "credit_id": "52754b23760ee3353f017890", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1223197, + * "known_for_department": "Acting", + * "name": "Marius Stan", + * "order": 575, + * "original_name": "Marius Stan", + * "popularity": 1.133, + * "profile_path": "/zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg", + * "roles": [ + * { + * "character": "Bogdan Wolynetz", + * "credit_id": "5272587a760ee3045009ddec", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 109708, + * "known_for_department": "Acting", + * "name": "Bill Burr", + * "order": 632, + * "original_name": "Bill Burr", + * "popularity": 12.239, + * "profile_path": "/fP2UJs7RiSafEHxDFYVjVFSesda.jpg", + * "roles": [ + * { + * "character": "Kuby", + * "credit_id": "52765756760ee3603601643b", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1178637, + * "known_for_department": "Acting", + * "name": "Todd Terry", + * "order": 650, + * "original_name": "Todd Terry", + * "popularity": 2.57, + * "profile_path": "/vB9zZNg8qZPlSijYs84F4LpwVpo.jpg", + * "roles": [ + * { + * "character": "SAC Ramey", + * "credit_id": "52745106760ee3570909e16b", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 14984, + * "known_for_department": "Acting", + * "name": "Jessica Hecht", + * "order": 655, + * "original_name": "Jessica Hecht", + * "popularity": 13.152, + * "profile_path": "/5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg", + * "roles": [ + * { + * "character": "Gretchen Schwartz", + * "credit_id": "52542275760ee31328000768", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1105706, + * "known_for_department": "Acting", + * "name": "Tait Fletcher", + * "order": 662, + * "original_name": "Tait Fletcher", + * "popularity": 13.449, + * "profile_path": "/zAVsHT2GBLPaQ4RpTopnHvIrCbv.jpg", + * "roles": [ + * { + * "character": "Lester", + * "credit_id": "52782a42760ee375d4023968", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 3471782, + * "known_for_department": "Acting", + * "name": "Rodney Rush", + * "order": 666, + * "original_name": "Rodney Rush", + * "popularity": 0.564, + * "profile_path": "/vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg", + * "roles": [ + * { + * "character": "Combo", + * "credit_id": "62361a15db4ed60045128de2", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 3627380, + * "known_for_department": "Acting", + * "name": "Kaija Bales", + * "order": 671, + * "original_name": "Kaija Bales", + * "popularity": 1.717, + * "profile_path": "/b9sbXXwftPLRG2ZU7XUZ7qvWdMT.jpg", + * "roles": [ + * { + * "character": "Kaylee Ehrmantraut", + * "credit_id": "62d400f8d399e6004bfbf95b", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1719996, + * "known_for_department": "Acting", + * "name": "Matthew T. Metzler", + * "order": 835, + * "original_name": "Matthew T. Metzler", + * "popularity": 2.831, + * "profile_path": "/ivNVgsAbsyoBMFSt4Ek3kujxqWF.jpg", + * "roles": [ + * { + * "character": "Matt", + * "credit_id": "653eb897e894a600c516eb26", + * "episode_count": 5 + * } + * ], + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 11077, + * "known_for_department": "Acting", + * "name": "John de Lancie", + * "order": 535, + * "original_name": "John de Lancie", + * "popularity": 9.363, + * "profile_path": "/e9GsjWaW9fabT22ceLzesJhUgzd.jpg", + * "roles": [ + * { + * "character": "Donald Margolis", + * "credit_id": "52542280760ee31328001390", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 76537, + * "known_for_department": "Acting", + * "name": "Tom Kiesche", + * "order": 547, + * "original_name": "Tom Kiesche", + * "popularity": 3.725, + * "profile_path": "/wYYHv0ThAV12wmwM0dQve68614S.jpg", + * "roles": [ + * { + * "character": "Clovis", + * "credit_id": "52745042760ee3570909ac98", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 57167, + * "known_for_department": "Acting", + * "name": "Jere Burns", + * "order": 582, + * "original_name": "Jere Burns", + * "popularity": 15.919, + * "profile_path": "/nAWNCtD4DDOIAR63zVA4XZ4C8eg.jpg", + * "roles": [ + * { + * "character": "Group Leader", + * "credit_id": "525423ca760ee3132800202b", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 48530, + * "known_for_department": "Acting", + * "name": "Maurice Compte", + * "order": 592, + * "original_name": "Maurice Compte", + * "popularity": 12.897, + * "profile_path": "/9PFInf2I0kqjAU0CmZhdDWmHfwT.jpg", + * "roles": [ + * { + * "character": "Gaff", + * "credit_id": "527682ea760ee37a9307494c", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 223395, + * "known_for_department": "Acting", + * "name": "Morse Bicknell", + * "order": 627, + * "original_name": "Morse Bicknell", + * "popularity": 1.418, + * "profile_path": "/14z7m7PpgLpNWN5EShCmKmm12zb.jpg", + * "roles": [ + * { + * "character": "Declan's Driver", + * "credit_id": "5277fe8e760ee331ce03390f", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 11915, + * "known_for_department": "Acting", + * "name": "Nigel Gibbs", + * "order": 668, + * "original_name": "Nigel Gibbs", + * "popularity": 7.283, + * "profile_path": "/eqDPaZWlBOriugBzUoy9ES4HKdA.jpg", + * "roles": [ + * { + * "character": "APD Detective Tim Roberts", + * "credit_id": "52744e08760ee356ea0a5260", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 41249, + * "known_for_department": "Acting", + * "name": "Tess Harper", + * "order": 673, + * "original_name": "Tess Harper", + * "popularity": 9.92, + * "profile_path": "/8Z770Kk13MK1NP7skWmTxvRGx3V.jpg", + * "roles": [ + * { + * "character": "Mrs. Pinkman", + * "credit_id": "52542277760ee31328000a61", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 58650, + * "known_for_department": "Acting", + * "name": "Raymond Cruz", + * "order": 675, + * "original_name": "Raymond Cruz", + * "popularity": 13.778, + * "profile_path": "/ndhc53yEQeeFn01QoOxtPa6GroU.jpg", + * "roles": [ + * { + * "character": "Tuco Salamanca", + * "credit_id": "5254227b760ee31328000cd6", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1046460, + * "known_for_department": "Acting", + * "name": "Max Arciniega", + * "order": 504, + * "original_name": "Max Arciniega", + * "popularity": 5.852, + * "profile_path": "/eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg", + * "roles": [ + * { + * "character": "Krazy-8", + * "credit_id": "52725845760ee3046b09426e", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 53255, + * "known_for_department": "Acting", + * "name": "Cesar Garcia", + * "order": 515, + * "original_name": "Cesar Garcia", + * "popularity": 2.737, + * "profile_path": "/ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg", + * "roles": [ + * { + * "character": "No-Doze", + * "credit_id": "527447ca760ee356ea08e165", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1260529, + * "known_for_department": "Acting", + * "name": "Jesus Jr.", + * "order": 516, + * "original_name": "Jesus Jr.", + * "popularity": 3.175, + * "profile_path": "/g9FFHKY95LLALg7DuqeX6akAJSG.jpg", + * "roles": [ + * { + * "character": "Gonzo", + * "credit_id": "527447b3760ee3571308a638", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 95195, + * "known_for_department": "Acting", + * "name": "Michael Bofshever", + * "order": 537, + * "original_name": "Michael Bofshever", + * "popularity": 2.283, + * "profile_path": "/t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg", + * "roles": [ + * { + * "character": "Mr. Pinkman", + * "credit_id": "527440ce760ee3570906ada3", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 156990, + * "known_for_department": "Acting", + * "name": "Julie Dretzin", + * "order": 545, + * "original_name": "Julie Dretzin", + * "popularity": 5.847, + * "profile_path": "/fba0rgwlp1iwDdmuLU0PiCOdi4R.jpg", + * "roles": [ + * { + * "character": "Pamela", + * "credit_id": "52754a72760ee33556019f36", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1123871, + * "known_for_department": "Acting", + * "name": "Mike Seal", + * "order": 562, + * "original_name": "Mike Seal", + * "popularity": 2.829, + * "profile_path": "/qUja8e2k4XMWWV3k4ocMCZb4HBl.jpg", + * "roles": [ + * { + * "character": "Rival Dealer #1", + * "credit_id": "52754578760ee33562013f99", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 36135, + * "known_for_department": "Acting", + * "name": "Christopher Dempsey", + * "order": 583, + * "original_name": "Christopher Dempsey", + * "popularity": 1.771, + * "profile_path": "/pTngvks30p74j40TaniMkg4tbhn.jpg", + * "roles": [ + * { + * "character": "Hospital Medic", + * "credit_id": "5274514c760ee357220bde09", + * "episode_count": 1 + * }, + * { + * "character": "ER Doctor #1", + * "credit_id": "5276352e760ee35aa00c9c27", + * "episode_count": 1 + * }, + * { + * "character": "E.M.T", + * "credit_id": "63012a3d97eab4007d00192b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 66148, + * "known_for_department": "Acting", + * "name": "Javier Grajeda", + * "order": 588, + * "original_name": "Javier Grajeda", + * "popularity": 6.497, + * "profile_path": "/unwjwqAcrfnIcpDv9EcnlgfD67p.jpg", + * "roles": [ + * { + * "character": "Juan Bolsa", + * "credit_id": "5275a26a760ee3352b11a79f", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 109687, + * "known_for_department": "Acting", + * "name": "Mike Batayeh", + * "order": 619, + * "original_name": "Mike Batayeh", + * "popularity": 1.36, + * "profile_path": "/9uMJaSYCHjwRaXIe7ajpvDeURVC.jpg", + * "roles": [ + * { + * "character": "Dennis Markowski", + * "credit_id": "5276f379760ee34f980c1dff", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2128853, + * "known_for_department": "Production", + * "name": "Chris Freihofer", + * "order": 620, + * "original_name": "Chris Freihofer", + * "popularity": 2.304, + * "profile_path": "/2hrz73LkQoTFCa7jZJMJUj5S5oc.jpg", + * "roles": [ + * { + * "character": "Dan Wachsberger", + * "credit_id": "5277f141760ee36033476505", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 51036, + * "known_for_department": "Acting", + * "name": "Louis Ferreira", + * "order": 626, + * "original_name": "Louis Ferreira", + * "popularity": 13.245, + * "profile_path": "/7xUTd7N6XbB3uWvob12qpmGzPzA.jpg", + * "roles": [ + * { + * "character": "Declan", + * "credit_id": "5277fe02760ee331cb02f9f3", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 84754, + * "known_for_department": "Acting", + * "name": "Gonzalo Menendez", + * "order": 630, + * "original_name": "Gonzalo Menendez", + * "popularity": 6.46, + * "profile_path": "/nWvWfIwLZVXjZUru5DG08nAnPW4.jpg", + * "roles": [ + * { + * "character": "Detective Kalanchoe", + * "credit_id": "5276f551760ee34f980c7576", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 20496, + * "known_for_department": "Acting", + * "name": "Jason Douglas", + * "order": 633, + * "original_name": "Jason Douglas", + * "popularity": 5.365, + * "profile_path": "/9vvygaziqPt23AafWHJY8TlUK8d.jpg", + * "roles": [ + * { + * "character": "Detective Munn", + * "credit_id": "5276f5c9760ee34ca70c6628", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 23429, + * "known_for_department": "Acting", + * "name": "Adam Godley", + * "order": 659, + * "original_name": "Adam Godley", + * "popularity": 7.829, + * "profile_path": "/5a7c36DeI6GA73D5XC7rNX2VIvv.jpg", + * "roles": [ + * { + * "character": "Elliott Schwartz", + * "credit_id": "527444c1760ee3572208fbc2", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1834391, + * "known_for_department": "Acting", + * "name": "Julia Minesci", + * "order": 710, + * "original_name": "Julia Minesci", + * "popularity": 7.315, + * "profile_path": "/gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg", + * "roles": [ + * { + * "character": "Wendy", + * "credit_id": "64426b36b3f6f5049c9df12f", + * "episode_count": 2 + * }, + * { + * "character": "Meth Whore", + * "credit_id": "64426b0ee2bca804df435597", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1488519, + * "known_for_department": "Acting", + * "name": "Antonio Leyba", + * "order": 728, + * "original_name": "Antonio Leyba", + * "popularity": 5.208, + * "profile_path": null, + * "roles": [ + * { + * "character": "Rival Dealer #2", + * "credit_id": "6525d31ecedac400ff2892de", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 4315263, + * "known_for_department": "Acting", + * "name": "Angelo Martinez", + * "order": 730, + * "original_name": "Angelo Martinez", + * "popularity": 0.756, + * "profile_path": null, + * "roles": [ + * { + * "character": "Tomas", + * "credit_id": "6525d3ccfd63000139e59f11", + * "episode_count": 2 + * }, + * { + * "character": "Boy", + * "credit_id": "6525d3becedac400e2127fab", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4327774, + * "known_for_department": "Acting", + * "name": "Ashley Kajiki", + * "order": 760, + * "original_name": "Ashley Kajiki", + * "popularity": 0.039, + * "profile_path": null, + * "roles": [ + * { + * "character": "Pollos Manager", + * "credit_id": "653ea8365907de00fe1f48ae", + * "episode_count": 2 + * }, + * { + * "character": "Restaurant Manager", + * "credit_id": "653051db1fb94f00e2507ec2", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1448096, + * "known_for_department": "Acting", + * "name": "Mary Sue Evans", + * "order": 770, + * "original_name": "Mary Sue Evans", + * "popularity": 2.304, + * "profile_path": null, + * "roles": [ + * { + * "character": "Janice", + * "credit_id": "653ea6b6c8a5ac013a876bb4", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 210057, + * "known_for_department": "Acting", + * "name": "Judith Rane", + * "order": 522, + * "original_name": "Judith Rane", + * "popularity": 2.411, + * "profile_path": "/yY8fuyFCaXSjBRtDXaF178AwVqq.jpg", + * "roles": [ + * { + * "character": "Office Manager", + * "credit_id": "52744834760ee37c3e010cc7", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1237876, + * "known_for_department": "Acting", + * "name": "David Ury", + * "order": 524, + * "original_name": "David Ury", + * "popularity": 5.471, + * "profile_path": "/7PxPrnttpomJ9FuX4iSUwapRqR3.jpg", + * "roles": [ + * { + * "character": "Spooge", + * "credit_id": "5274ef24760ee343700ef4dd", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 46814, + * "known_for_department": "Acting", + * "name": "Dale Dickey", + * "order": 526, + * "original_name": "Dale Dickey", + * "popularity": 17.535, + * "profile_path": "/jjGeQ4hJTXftegRHmrxK2IZnf9A.jpg", + * "roles": [ + * { + * "character": "Spooge's Woman", + * "credit_id": "5274ee2e760ee345a90f7240", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 5176, + * "known_for_department": "Acting", + * "name": "Sam McMurray", + * "order": 534, + * "original_name": "Sam McMurray", + * "popularity": 11.451, + * "profile_path": "/pbZSG0hprUcRkUF3q4NUUzvQX3E.jpg", + * "roles": [ + * { + * "character": "Dr. Victor Bravenec", + * "credit_id": "5271b55e760ee35b220a9959", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 11160, + * "known_for_department": "Acting", + * "name": "Danny Trejo", + * "order": 536, + * "original_name": "Danny Trejo", + * "popularity": 21.014, + * "profile_path": "/34DmzlVf6Ui7PIWrAp5ZA9xwLvP.jpg", + * "roles": [ + * { + * "character": "Tortuga", + * "credit_id": "5254227f760ee313280011d7", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1217972, + * "known_for_department": "Acting", + * "name": "Dan Desmond", + * "order": 538, + * "original_name": "Dan Desmond", + * "popularity": 3.267, + * "profile_path": null, + * "roles": [ + * { + * "character": "Mr. Gardiner", + * "credit_id": "5274e93e760ee37c93080336", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 572541, + * "known_for_department": "Acting", + * "name": "Caleb Landry Jones", + * "order": 540, + * "original_name": "Caleb Landry Jones", + * "popularity": 12.131, + * "profile_path": "/8M5lPHrERwAIfWK56RkH30FOjhV.jpg", + * "roles": [ + * { + * "character": "Louis", + * "credit_id": "5274ec60760ee37c9308874c", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1224374, + * "known_for_department": "Acting", + * "name": "Michael Bryan French", + * "order": 554, + * "original_name": "Michael Bryan French", + * "popularity": 4.416, + * "profile_path": "/pWPCAhPpmFAIKzybnmIWTDyPqWp.jpg", + * "roles": [ + * { + * "character": "Doctor", + * "credit_id": "527634ab760ee3354c290334", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 15034, + * "known_for_department": "Acting", + * "name": "Jeremy Howard", + * "order": 577, + * "original_name": "Jeremy Howard", + * "popularity": 6.933, + * "profile_path": "/tkZNfmlNkiH7UZxYDaDqO9z1TuV.jpg", + * "roles": [ + * { + * "character": "Sketchy", + * "credit_id": "5276578e760ee36d75000dc0", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1069550, + * "known_for_department": "Acting", + * "name": "Lou Pimber", + * "order": 587, + * "original_name": "Lou Pimber", + * "popularity": 0.997, + * "profile_path": "/oEWHQjHjnGcNlFC1pi7KWMRe2oW.jpg", + * "roles": [ + * { + * "character": "Cartel Henchman", + * "credit_id": "52768549760ee37a9307a96e", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1159, + * "known_for_department": "Acting", + * "name": "Steven Bauer", + * "order": 594, + * "original_name": "Steven Bauer", + * "popularity": 22.041, + * "profile_path": "/bdBfcd6cFKYPdWfeJ6X7tCpuKfu.jpg", + * "roles": [ + * { + * "character": "Don Eladio", + * "credit_id": "527688d9760ee360330c59fd", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 927801, + * "known_for_department": "Acting", + * "name": "Virginia Montero", + * "order": 597, + * "original_name": "Virginia Montero", + * "popularity": 1.631, + * "profile_path": "/f5ybu9cl2tjo0YXSPRmpxifrx6Y.jpg", + * "roles": [ + * { + * "character": "Grandma", + * "credit_id": "52763984760ee33e44026131", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 11519, + * "known_for_department": "Acting", + * "name": "Larry Hankin", + * "order": 602, + * "original_name": "Larry Hankin", + * "popularity": 17.188, + * "profile_path": "/2uR8SZ9geiSQOpBhKrerh9qY7CX.jpg", + * "roles": [ + * { + * "character": "Old Joe", + * "credit_id": "5276312a760ee33e4400b8c7", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 29862, + * "known_for_department": "Acting", + * "name": "Jim Beaver", + * "order": 603, + * "original_name": "Jim Beaver", + * "popularity": 12.166, + * "profile_path": "/c3Cqp1XAdcyeUZKkcrdQsPwb010.jpg", + * "roles": [ + * { + * "character": "Lawson", + * "credit_id": "5276518e760ee36036009db6", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 136152, + * "known_for_department": "Acting", + * "name": "JB Blanc", + * "order": 605, + * "original_name": "JB Blanc", + * "popularity": 4.087, + * "profile_path": "/fHLyXboPlBDo1aoAl085YqaPjO8.jpg", + * "roles": [ + * { + * "character": "Dr. Barry Goodman", + * "credit_id": "5276f211760ee34f980bdc6a", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1007881, + * "known_for_department": "Acting", + * "name": "Miguel Martinez", + * "order": 616, + * "original_name": "Miguel Martinez", + * "popularity": 0.71, + * "profile_path": "/3khjt3XRFhqFJUFdeQMYtQbLpkn.jpg", + * "roles": [ + * { + * "character": "Fernando", + * "credit_id": "5277f9a8760ee35ba20de492", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1145262, + * "known_for_department": "Acting", + * "name": "Phil Duran", + * "order": 628, + * "original_name": "Phil Duran", + * "popularity": 2.354, + * "profile_path": "/2UI8j6zf8WFkq2yjHOuJNtpSD9F.jpg", + * "roles": [ + * { + * "character": "Van Oster", + * "credit_id": "52783046760ee3046f01bc36", + * "episode_count": 1 + * }, + * { + * "character": "DEA Agent", + * "credit_id": "5277feab760ee360334956ee", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1077794, + * "known_for_department": "Acting", + * "name": "Pedro García", + * "order": 628, + * "original_name": "Pedro García", + * "popularity": 2.228, + * "profile_path": null, + * "roles": [ + * { + * "character": "Mariano", + * "credit_id": "5278133f760ee35e8e22b180", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 110999, + * "known_for_department": "Acting", + * "name": "Joe Nemmers", + * "order": 649, + * "original_name": "Joe Nemmers", + * "popularity": 1.706, + * "profile_path": "/9Pd12b0Ii8Qio0Gyprwuu62UUQi.jpg", + * "roles": [ + * { + * "character": "DEA Agent Scott", + * "credit_id": "52781aa7760ee36324007300", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670897, + * "known_for_department": "Acting", + * "name": "Jason Byrd", + * "order": 681, + * "original_name": "Jason Byrd", + * "popularity": 0.29, + * "profile_path": null, + * "roles": [ + * { + * "character": "Ben", + * "credit_id": "63012d2111c066007cbc37b1", + * "episode_count": 1 + * }, + * { + * "character": "Chemistry Student", + * "credit_id": "63012a655f4b73007faa4261", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 92495, + * "known_for_department": "Acting", + * "name": "John Koyama", + * "order": 704, + * "original_name": "John Koyama", + * "popularity": 4.028, + * "profile_path": "/AwtHbt8qO7D3EFonG5lqml8xgwb.jpg", + * "roles": [ + * { + * "character": "Emilio Koyama", + * "credit_id": "631aff1f62f335007ed32cb3", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 4082804, + * "known_for_department": "Acting", + * "name": "Jonathan Ragsdale", + * "order": 715, + * "original_name": "Jonathan Ragsdale", + * "popularity": 0.704, + * "profile_path": null, + * "roles": [ + * { + * "character": "Barry", + * "credit_id": "647139dda199a60116c68a5f", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1570632, + * "known_for_department": "Acting", + * "name": "Catherine Haun", + * "order": 716, + * "original_name": "Catherine Haun", + * "popularity": 2.349, + * "profile_path": "/mxN9RFEdu2octsLkXwu4dS9xxKM.jpg", + * "roles": [ + * { + * "character": "Receptionist", + * "credit_id": "64713a00dd731b01178ecccb", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3944044, + * "known_for_department": "Acting", + * "name": "Dana Cortez", + * "order": 737, + * "original_name": "Dana Cortez", + * "popularity": 0.241, + * "profile_path": null, + * "roles": [ + * { + * "character": "Anchor #4", + * "credit_id": "653ea0575907de011bc560a9", + * "episode_count": 1 + * }, + * { + * "character": "TV Reporter", + * "credit_id": "63ff4beb9f1be700cd61cd07", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 4082806, + * "known_for_department": "Acting", + * "name": "John Christopher Hicks", + * "order": 755, + * "original_name": "John Christopher Hicks", + * "popularity": 0.294, + * "profile_path": null, + * "roles": [ + * { + * "character": "Biker", + * "credit_id": "653eae2250733c01219b609c", + * "episode_count": 1 + * }, + * { + * "character": "Big Biker", + * "credit_id": "64713a22dd731b00fae9d49b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3955141, + * "known_for_department": "Acting", + * "name": "David Priemazon", + * "order": 778, + * "original_name": "David Priemazon", + * "popularity": 0.93, + * "profile_path": null, + * "roles": [ + * { + * "character": "DEA Point Man", + * "credit_id": "64426b6f651fcf04dc9c8d23", + * "episode_count": 1 + * }, + * { + * "character": "Deputy #2", + * "credit_id": "653ebb36cc968300c9e4893c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1310671, + * "known_for_department": "Acting", + * "name": "James Ning", + * "order": 791, + * "original_name": "James Ning", + * "popularity": 1.187, + * "profile_path": "/tlO5YAUNiDY7OlMiK5V23xPMmno.jpg", + * "roles": [ + * { + * "character": "Duane Chow", + * "credit_id": "653ead685907de00c496ca7c", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1283043, + * "known_for_department": "Acting", + * "name": "Eric Steinig", + * "order": 806, + * "original_name": "Eric Steinig", + * "popularity": 3.482, + * "profile_path": "/13k3JlULwttWFfCByfOcwMpQsmv.jpg", + * "roles": [ + * { + * "character": "Mike's Security Team 2", + * "credit_id": "653eb073109cd0010b043478", + * "episode_count": 1 + * }, + * { + * "character": "Mike's Security Team Member", + * "credit_id": "653eb135519bbb00fe5d117b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3016433, + * "known_for_department": "Acting", + * "name": "Matt Berlin", + * "order": 810, + * "original_name": "Matt Berlin", + * "popularity": 1.117, + * "profile_path": null, + * "roles": [ + * { + * "character": "DEA Agent", + * "credit_id": "653eb262bc2cb3014d4b518a", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1808731, + * "known_for_department": "Acting", + * "name": "Russ Dillen", + * "order": 826, + * "original_name": "Russ Dillen", + * "popularity": 1.009, + * "profile_path": "/iVDlokqyhNPuoEC0pGtEq0BI9i2.jpg", + * "roles": [ + * { + * "character": "Ron Forenall", + * "credit_id": "653eb5b4c8a5ac011d6d9ef9", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1673616, + * "known_for_department": "Acting", + * "name": "Sam Webb", + * "order": 828, + * "original_name": "Sam Webb", + * "popularity": 0.665, + * "profile_path": null, + * "roles": [ + * { + * "character": "Drew Sharp", + * "credit_id": "653eb66e5907de00e1a2b0cc", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1797280, + * "known_for_department": "Acting", + * "name": "Antoinette Antonio", + * "order": 829, + * "original_name": "Antoinette Antonio", + * "popularity": 1.015, + * "profile_path": "/tzyXZlK7iF89Cnm1xsUOWioK3N0.jpg", + * "roles": [ + * { + * "character": "TV Reporter", + * "credit_id": "653eb6f030813100ae619803", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 161591, + * "known_for_department": "Acting", + * "name": "Gregory Chase", + * "order": 502, + * "original_name": "Gregory Chase", + * "popularity": 0.181, + * "profile_path": "/gNdodev00CROpXuAh5EFmkWTVOo.jpg", + * "roles": [ + * { + * "character": "Dr. Belknap", + * "credit_id": "52725cb1760ee3044d0b9984", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1215836, + * "known_for_department": "Acting", + * "name": "Kyle Bornheimer", + * "order": 503, + * "original_name": "Kyle Bornheimer", + * "popularity": 5.657, + * "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg", + * "roles": [ + * { + * "character": "Ken Wins", + * "credit_id": "52743e4d760ee35a69055194", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 220118, + * "known_for_department": "Acting", + * "name": "Benjamin Petry", + * "order": 505, + * "original_name": "Benjamin Petry", + * "popularity": 5.948, + * "profile_path": "/xoCIpS2wG2JiP1BXL2qTun8q85o.jpg", + * "roles": [ + * { + * "character": "Jake Pinkman", + * "credit_id": "527442eb760ee3572b078715", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 202830, + * "known_for_department": "Acting", + * "name": "William Sterchi", + * "order": 506, + * "original_name": "William Sterchi", + * "popularity": 1.631, + * "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg", + * "roles": [ + * { + * "character": "Manager", + * "credit_id": "527445a9760ee356ff077e53", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 210056, + * "known_for_department": "Acting", + * "name": "Pierre Barrera", + * "order": 507, + * "original_name": "Pierre Barrera", + * "popularity": 2.081, + * "profile_path": "/4JHYsaULy3LwSHig94olNyuYkx5.jpg", + * "roles": [ + * { + * "character": "Hugo Archuleta", + * "credit_id": "52744776760ee356ea0892f3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 59303, + * "known_for_department": "Acting", + * "name": "Marc Mouchet", + * "order": 508, + * "original_name": "Marc Mouchet", + * "popularity": 0.768, + * "profile_path": "/8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg", + * "roles": [ + * { + * "character": "Farley", + * "credit_id": "527445f5760ee357130849b9", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 187505, + * "known_for_department": "Acting", + * "name": "Vivian Nesbitt", + * "order": 509, + * "original_name": "Vivian Nesbitt", + * "popularity": 1.2, + * "profile_path": "/9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg", + * "roles": [ + * { + * "character": "Mrs. Pope", + * "credit_id": "527447f4760ee37c3e00f81f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1089016, + * "known_for_department": "Acting", + * "name": "Seri DeYoung", + * "order": 510, + * "original_name": "Seri DeYoung", + * "popularity": 2.566, + * "profile_path": "/nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg", + * "roles": [ + * { + * "character": "Student", + * "credit_id": "52744908760ee35a690730ed", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 967071, + * "known_for_department": "Acting", + * "name": "Beth Bailey", + * "order": 511, + * "original_name": "Beth Bailey", + * "popularity": 1.443, + * "profile_path": "/eoedvwzfma84LRwfCYhkb69wky7.jpg", + * "roles": [ + * { + * "character": "Realtor", + * "credit_id": "52744bd7760ee356ff08c286", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1221121, + * "known_for_department": "Acting", + * "name": "Dennis Keiffer", + * "order": 512, + * "original_name": "Dennis Keiffer", + * "popularity": 4.928, + * "profile_path": "/jb6FR0OZgCqbPOkKq2KikXr31WW.jpg", + * "roles": [ + * { + * "character": "Lookout", + * "credit_id": "52744a4a760ee35a69077c8c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 58651, + * "known_for_department": "Acting", + * "name": "Geoffrey Rivas", + * "order": 513, + * "original_name": "Geoffrey Rivas", + * "popularity": 6.035, + * "profile_path": "/nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg", + * "roles": [ + * { + * "character": "Police Officer", + * "credit_id": "52744c32760ee37c3e01cba4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 210154, + * "known_for_department": "Acting", + * "name": "Mike Miller", + * "order": 514, + * "original_name": "Mike Miller", + * "popularity": 1.018, + * "profile_path": null, + * "roles": [ + * { + * "character": "Jewelry Store Owner", + * "credit_id": "52744cd0760ee357130a126e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 162098, + * "known_for_department": "Acting", + * "name": "Kat Sawyer-Young", + * "order": 518, + * "original_name": "Kat Sawyer-Young", + * "popularity": 3.677, + * "profile_path": "/y20zuHaRfkYWeCsljk7P6fSiFCE.jpg", + * "roles": [ + * { + * "character": "Dr. Soper", + * "credit_id": "52745180760ee357220beabd", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 211742, + * "known_for_department": "Acting", + * "name": "Drew Waters", + * "order": 519, + * "original_name": "Drew Waters", + * "popularity": 3.519, + * "profile_path": "/xMHfQ9ZLK5uDN0olOs4opDwUapS.jpg", + * "roles": [ + * { + * "character": "Paul Tyree", + * "credit_id": "5274ea5e760ee347c90dc622", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 207201, + * "known_for_department": "Acting", + * "name": "Shauna McLean", + * "order": 520, + * "original_name": "Shauna McLean", + * "popularity": 1.859, + * "profile_path": null, + * "roles": [ + * { + * "character": "Sara Tyree", + * "credit_id": "5274eb39760ee345a90ea99c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 569548, + * "known_for_department": "Acting", + * "name": "Argos MacCallum", + * "order": 521, + * "original_name": "Argos MacCallum", + * "popularity": 0.941, + * "profile_path": null, + * "roles": [ + * { + * "character": "Wino", + * "credit_id": "5274ecc7760ee314b5058b54", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 61566, + * "known_for_department": "Acting", + * "name": "Lawrence Varnado", + * "order": 523, + * "original_name": "Lawrence Varnado", + * "popularity": 1.341, + * "profile_path": "/455paVSfl1yQtcX5pQ6I2EJCpKv.jpg", + * "roles": [ + * { + * "character": "Agent Buddy", + * "credit_id": "5274f786760ee347c91056ff", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 999320, + * "known_for_department": "Acting", + * "name": "Cocoa Brown", + * "order": 525, + * "original_name": "Cocoa Brown", + * "popularity": 3.118, + * "profile_path": "/s8Lel80TmLqMV0YMEkplpy58H4l.jpg", + * "roles": [ + * { + * "character": "Mail Lady", + * "credit_id": "527503b0760ee343c010eaa6", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 85954, + * "known_for_department": "Acting", + * "name": "J.D. Garfield", + * "order": 527, + * "original_name": "J.D. Garfield", + * "popularity": 2.864, + * "profile_path": "/7omIUAP7WPEXkS0OtFUmqXCgTq9.jpg", + * "roles": [ + * { + * "character": "DEA Agent Vanco", + * "credit_id": "52750782760ee345a913b54e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 42201, + * "known_for_department": "Acting", + * "name": "Rio Alexander", + * "order": 528, + * "original_name": "Rio Alexander", + * "popularity": 2.382, + * "profile_path": "/aeeWB6b5FrPrxbjXCI4TfY1mzQb.jpg", + * "roles": [ + * { + * "character": "Federale", + * "credit_id": "5275081e760ee314b50a2ea2", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 132078, + * "known_for_department": "Acting", + * "name": "DJ Qualls", + * "order": 529, + * "original_name": "DJ Qualls", + * "popularity": 17.035, + * "profile_path": "/82COoV89p7a8Cd6pxPO9H7m1sIy.jpg", + * "roles": [ + * { + * "character": "Getz", + * "credit_id": "527538ac760ee31552011ef3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1129124, + * "known_for_department": "Acting", + * "name": "Jeff Fenter", + * "order": 530, + * "original_name": "Jeff Fenter", + * "popularity": 0.707, + * "profile_path": "/nx0ItdfjwE52xBPz8smZ6vAma9T.jpg", + * "roles": [ + * { + * "character": "Urinal Guy", + * "credit_id": "52753f28760ee3155a02727d", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 205521, + * "known_for_department": "Acting", + * "name": "Marcus M. Mauldin", + * "order": 531, + * "original_name": "Marcus M. Mauldin", + * "popularity": 1.27, + * "profile_path": "/gTY6cPYeJ9IuIyN2AJX2Bdt2IN1.jpg", + * "roles": [ + * { + * "character": "Technician", + * "credit_id": "52753f6b760ee3157a0271ab", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 111014, + * "known_for_department": "Acting", + * "name": "Carl Savering", + * "order": 533, + * "original_name": "Carl Savering", + * "popularity": 1.106, + * "profile_path": null, + * "roles": [ + * { + * "character": "Bob", + * "credit_id": "52754154760ee335780056e8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 19491, + * "known_for_department": "Acting", + * "name": "Stoney Westmoreland", + * "order": 539, + * "original_name": "Stoney Westmoreland", + * "popularity": 2.166, + * "profile_path": null, + * "roles": [ + * { + * "character": "Policeman", + * "credit_id": "5275a2ee760ee33562121029", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 12435, + * "known_for_department": "Production", + * "name": "Shari Rhodes", + * "order": 541, + * "original_name": "Shari Rhodes", + * "popularity": 4.886, + * "profile_path": "/eXQ9dUdKqqP6NUbpMfUl2xWCcaA.jpg", + * "roles": [ + * { + * "character": "Bingo Lady", + * "credit_id": "5275a363760ee33562121b5e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 20088, + * "known_for_department": "Acting", + * "name": "Jolene Purdy", + * "order": 542, + * "original_name": "Jolene Purdy", + * "popularity": 3.632, + * "profile_path": "/hq66UInEJuDjS3M4aCqgTFEcIzA.jpg", + * "roles": [ + * { + * "character": "Cara", + * "credit_id": "5275a56f760ee31a0e01f504", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 35566, + * "known_for_department": "Acting", + * "name": "Mark Hanson", + * "order": 543, + * "original_name": "Mark Hanson", + * "popularity": 2.999, + * "profile_path": "/brqpJ3MQuQQYommR1Qud7PcBx06.jpg", + * "roles": [ + * { + * "character": "Burnout", + * "credit_id": "5275a639760ee3354c134a68", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 167759, + * "known_for_department": "Acting", + * "name": "Carole Gutierrez", + * "order": 544, + * "original_name": "Carole Gutierrez", + * "popularity": 0.904, + * "profile_path": "/kBF3tccPYqG3Ns708nbhSzwU4g9.jpg", + * "roles": [ + * { + * "character": "Mrs. Ortega", + * "credit_id": "52762e0a760ee36b3709ce03", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 138266, + * "known_for_department": "Acting", + * "name": "Kathy Rose Center", + * "order": 546, + * "original_name": "Kathy Rose Center", + * "popularity": 2.124, + * "profile_path": "/qp2kddgWdNBBDHqpIvArE6qwvDe.jpg", + * "roles": [ + * { + * "character": "Ma Kettle", + * "credit_id": "52762f9f760ee35a9d0d7351", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 210697, + * "known_for_department": "Acting", + * "name": "Frank Bond", + * "order": 548, + * "original_name": "Frank Bond", + * "popularity": 0.905, + * "profile_path": "/5EyqkOeNDzksCPgvZCwvPyujPbz.jpg", + * "roles": [ + * { + * "character": "Realtor", + * "credit_id": "527631bb760ee3354c287607", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 223397, + * "known_for_department": "Acting", + * "name": "Jiji Hise", + * "order": 549, + * "original_name": "Jiji Hise", + * "popularity": 2.598, + * "profile_path": "/ttGiAfKXVjNNdKfNhFxxCibQ1QJ.jpg", + * "roles": [ + * { + * "character": "Mother", + * "credit_id": "52763214760ee36b370aa6a1", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 74538, + * "known_for_department": "Acting", + * "name": "Nate Mooney", + * "order": 550, + * "original_name": "Nate Mooney", + * "popularity": 4.344, + * "profile_path": "/kBcIrVvc9hTAiUOERK2pCQgX1Iw.jpg", + * "roles": [ + * { + * "character": "Arms Dealer", + * "credit_id": "527632fc760ee36b370ac9eb", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 109787, + * "known_for_department": "Acting", + * "name": "Michael Showers", + * "order": 552, + * "original_name": "Michael Showers", + * "popularity": 1.096, + * "profile_path": "/7QAkmhrZVgRYflui9rj9Jf8fiYS.jpg", + * "roles": [ + * { + * "character": "Union Rep", + * "credit_id": "52763381760ee33449026de3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 156605, + * "known_for_department": "Acting", + * "name": "Mark Sivertsen", + * "order": 553, + * "original_name": "Mark Sivertsen", + * "popularity": 2.803, + * "profile_path": "/MXbRFhkhmu1qpAD2vqyPaAfuNt.jpg", + * "roles": [ + * { + * "character": "ABQ Detective #1", + * "credit_id": "5276339a760ee35a9d0ec267", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1151637, + * "known_for_department": "Acting", + * "name": "Lora Martinez-Cunningham", + * "order": 556, + * "original_name": "Lora Martinez-Cunningham", + * "popularity": 6.674, + * "profile_path": "/gjbnJZCzNkshj2bKEe51sEcnPOV.jpg", + * "roles": [ + * { + * "character": "ER Doctor #2", + * "credit_id": "5276354f760ee33e44017683", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 88949, + * "known_for_department": "Acting", + * "name": "Mark Harelik", + * "order": 557, + * "original_name": "Mark Harelik", + * "popularity": 8.146, + * "profile_path": "/tzLd27s8dduLh3c22gSt2QfI6wY.jpg", + * "roles": [ + * { + * "character": "Doctor", + * "credit_id": "527636e8760ee35a9d0f3073", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 156667, + * "known_for_department": "Acting", + * "name": "Cynthia Ruffin", + * "order": 558, + * "original_name": "Cynthia Ruffin", + * "popularity": 3.098, + * "profile_path": "/v9pRPxUbs8Cbm9c39Nshnzoi6gD.jpg", + * "roles": [ + * { + * "character": "Hospital Administrator", + * "credit_id": "52763733760ee35a9a0de06a", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 93228, + * "known_for_department": "Acting", + * "name": "Louis Herthum", + * "order": 559, + * "original_name": "Louis Herthum", + * "popularity": 7.299, + * "profile_path": "/7QarKov7OLIKKv6m152rnEyOnfq.jpg", + * "roles": [ + * { + * "character": "Realtor", + * "credit_id": "52763bf0760ee35a9d1044d7", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 176463, + * "known_for_department": "Acting", + * "name": "Fernando Escandon", + * "order": 560, + * "original_name": "Fernando Escandon", + * "popularity": 1.508, + * "profile_path": null, + * "roles": [ + * { + * "character": "Commercial Narrator (voice)", + * "credit_id": "52763765760ee35a9a0defae", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 201975, + * "known_for_department": "Acting", + * "name": "Tiley Chao", + * "order": 561, + * "original_name": "Tiley Chao", + * "popularity": 1.634, + * "profile_path": "/65ue0kHyuHMxbeGaVn5S1k5zkZb.jpg", + * "roles": [ + * { + * "character": "Peng", + * "credit_id": "52763c18760ee3353f2a331d", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 18300, + * "known_for_department": "Crew", + * "name": "Eddie J. Fernandez", + * "order": 563, + * "original_name": "Eddie J. Fernandez", + * "popularity": 5.719, + * "profile_path": "/wA9CnODxcaiLTrTnZ8wnlPIeW1R.jpg", + * "roles": [ + * { + * "character": "Cartel Gunman #1", + * "credit_id": "52763c4c760ee3353f2a3e45", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 59674, + * "known_for_department": "Acting", + * "name": "Ben Hernandez Bray", + * "order": 564, + * "original_name": "Ben Hernandez Bray", + * "popularity": 3.955, + * "profile_path": "/bl5f89xS7JddYe7hfBUej7EUs6U.jpg", + * "roles": [ + * { + * "character": "Cartel Gunman #2", + * "credit_id": "52763c65760ee33e4402e056", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 179882, + * "known_for_department": "Crew", + * "name": "Toby Holguin", + * "order": 565, + * "original_name": "Toby Holguin", + * "popularity": 3.877, + * "profile_path": "/4jjsgFJYudtaIaX7ITxiFoBEQlo.jpg", + * "roles": [ + * { + * "character": "Cartel Gunman #3", + * "credit_id": "52763c7c760ee35aa00dfb1c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1031469, + * "known_for_department": "Crew", + * "name": "Eddie Perez", + * "order": 566, + * "original_name": "Eddie Perez", + * "popularity": 3.83, + * "profile_path": "/lJ0584zfHNwj2QywbBvF7TcEy8w.jpg", + * "roles": [ + * { + * "character": "Cartel Gunman #4", + * "credit_id": "52763cb2760ee3354c2a876f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 102454, + * "known_for_department": "Acting", + * "name": "John Lawlor", + * "order": 568, + * "original_name": "John Lawlor", + * "popularity": 1.903, + * "profile_path": "/2MAGzh7EyyyFfeBVxmUQQc8STFZ.jpg", + * "roles": [ + * { + * "character": "Locksmith", + * "credit_id": "52763f74760ee35a9a0f9afa", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1232036, + * "known_for_department": "Acting", + * "name": "John Barbour", + * "order": 569, + * "original_name": "John Barbour", + * "popularity": 0.729, + * "profile_path": "/zZnDhvj97LSbwrueg6hdsKUIzFz.jpg", + * "roles": [ + * { + * "character": "Neighbor", + * "credit_id": "52764013760ee33e440391df", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 61883, + * "known_for_department": "Acting", + * "name": "Tank Jones", + * "order": 570, + * "original_name": "Tank Jones", + * "popularity": 2.902, + * "profile_path": "/cUMseyEe7JxY0uAZm76PyCX4hm8.jpg", + * "roles": [ + * { + * "character": "Chuck", + * "credit_id": "52765395760ee35aa0119bf0", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1059256, + * "known_for_department": "Acting", + * "name": "Jefferson Arca", + * "order": 571, + * "original_name": "Jefferson Arca", + * "popularity": 0.2, + * "profile_path": "/uzy0J3RmshYaDWmWJcsPmjN0n0z.jpg", + * "roles": [ + * { + * "character": "Delivery Man", + * "credit_id": "527653b3760ee33449071b76", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1260554, + * "known_for_department": "Acting", + * "name": "Sarah Minnich", + * "order": 572, + * "original_name": "Sarah Minnich", + * "popularity": 4.01, + * "profile_path": "/b9HKZ5Q4RmMKhiDfIGHzADmZ45c.jpg", + * "roles": [ + * { + * "character": "Party Girl", + * "credit_id": "5276540a760ee3354c2d9a41", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 191897, + * "known_for_department": "Acting", + * "name": "Jennifer Hasty", + * "order": 573, + * "original_name": "Jennifer Hasty", + * "popularity": 3.189, + * "profile_path": "/93wJj5pTLByM4PtGrZdzAyF0dQd.jpg", + * "roles": [ + * { + * "character": "Stephanie Doswell", + * "credit_id": "527655c0760ee360360133eb", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 61161, + * "known_for_department": "Acting", + * "name": "Ralph Alderman", + * "order": 574, + * "original_name": "Ralph Alderman", + * "popularity": 4.442, + * "profile_path": "/cwhyblIX4r8V5Mmrm6u4r9v4Etw.jpg", + * "roles": [ + * { + * "character": "First Realtor", + * "credit_id": "527659f8760ee3354c2e969c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 155876, + * "known_for_department": "Acting", + * "name": "Delana Michaels", + * "order": 576, + * "original_name": "Delana Michaels", + * "popularity": 1.633, + * "profile_path": "/tYAarmro0T2P4J4NDqsrY0amCgo.jpg", + * "roles": [ + * { + * "character": "Female Homeowner", + * "credit_id": "52765a3d760ee33449080d54", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1234823, + * "known_for_department": "Acting", + * "name": "Rutherford Cravens", + * "order": 578, + * "original_name": "Rutherford Cravens", + * "popularity": 0.865, + * "profile_path": "/qrwiysLs4u5nEAWYtSBIG4Gd2Cn.jpg", + * "roles": [ + * { + * "character": "Mortgage Broker", + * "credit_id": "5276825d760ee3354c36d9a3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 62752, + * "known_for_department": "Acting", + * "name": "Damon Herriman", + * "order": 579, + * "original_name": "Damon Herriman", + * "popularity": 13.007, + * "profile_path": "/wMCYFY8qzKEvg9Jq6cQmLnHHyLl.jpg", + * "roles": [ + * { + * "character": "Scary Skell", + * "credit_id": "52768328760ee37a93075234", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1218789, + * "known_for_department": "Acting", + * "name": "Blake Berris", + * "order": 580, + * "original_name": "Blake Berris", + * "popularity": 3.759, + * "profile_path": "/pm6J4LQIFEnCbKsRrbCAcRr8Ejs.jpg", + * "roles": [ + * { + * "character": "Tucker", + * "credit_id": "5276840a760ee3354c37371b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 210698, + * "known_for_department": "Acting", + * "name": "Henry Herman", + * "order": 581, + * "original_name": "Henry Herman", + * "popularity": 0.784, + * "profile_path": null, + * "roles": [ + * { + * "character": "Truck Guard 2", + * "credit_id": "52768513760ee36d5f0a384d", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1054505, + * "known_for_department": "Acting", + * "name": "Fran Martone", + * "order": 583, + * "original_name": "Fran Martone", + * "popularity": 0.752, + * "profile_path": null, + * "roles": [ + * { + * "character": "Colleen", + * "credit_id": "527686b8760ee360330bcc44", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 982297, + * "known_for_department": "Acting", + * "name": "J. Michael Oliva", + * "order": 585, + * "original_name": "J. Michael Oliva", + * "popularity": 1.679, + * "profile_path": null, + * "roles": [ + * { + * "character": "Support Group Member", + * "credit_id": "527686d2760ee35a9a1dce65", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1155333, + * "known_for_department": "Acting", + * "name": "Keith Meriweather", + * "order": 586, + * "original_name": "Keith Meriweather", + * "popularity": 3.479, + * "profile_path": "/9piO8NoPCQzOB189KM4terAhoF.jpg", + * "roles": [ + * { + * "character": "Mike's Security Team 1", + * "credit_id": "527686fd760ee33449146bab", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 62146, + * "known_for_department": "Acting", + * "name": "Rob Brownstein", + * "order": 589, + * "original_name": "Rob Brownstein", + * "popularity": 4.756, + * "profile_path": "/sk9VcGhw7XenZMJTNi9l8nI1v6o.jpg", + * "roles": [ + * { + * "character": "CID Special Agent", + * "credit_id": "527689e1760ee360330c96b4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1140569, + * "known_for_department": "Acting", + * "name": "Scott Sharot", + * "order": 590, + * "original_name": "Scott Sharot", + * "popularity": 0.694, + * "profile_path": null, + * "roles": [ + * { + * "character": "Car Wash Customer", + * "credit_id": "52768a1f760ee35a9a1e83cc", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 54793, + * "known_for_department": "Acting", + * "name": "Carlo Rota", + * "order": 591, + * "original_name": "Carlo Rota", + * "popularity": 11.244, + * "profile_path": "/bsT3XaB8YqsZijYdOsG1pKH24JJ.jpg", + * "roles": [ + * { + * "character": "Benicio Fuentes", + * "credit_id": "52768ab6760ee37a9308e349", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 989813, + * "known_for_department": "Acting", + * "name": "Stephen Eiland", + * "order": 595, + * "original_name": "Stephen Eiland", + * "popularity": 1.292, + * "profile_path": "/bdpyGtNlwHS9y4Cdq4kirmeQRAU.jpg", + * "roles": [ + * { + * "character": "Miguel", + * "credit_id": "52768b2a760ee36d750c5dda", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 178654, + * "known_for_department": "Acting", + * "name": "T.C. Warner", + * "order": 596, + * "original_name": "T.C. Warner", + * "popularity": 0.819, + * "profile_path": null, + * "roles": [ + * { + * "character": "Pediatric Nurse", + * "credit_id": "5276f3ef760ee35a9a31d180", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1219610, + * "known_for_department": "Acting", + * "name": "Myra Turley", + * "order": 598, + * "original_name": "Myra Turley", + * "popularity": 2.155, + * "profile_path": "/896M6BggJ6vcjviVvZV9trcSV93.jpg", + * "roles": [ + * { + * "character": "Caregiver", + * "credit_id": "5276f517760ee34ca70c3f55", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1240490, + * "known_for_department": "Acting", + * "name": "Kevin Wiggins", + * "order": 600, + * "original_name": "Kevin Wiggins", + * "popularity": 4.267, + * "profile_path": "/9wVPnBSwCYEZXS6gWGxaYwxUIVv.jpg", + * "roles": [ + * { + * "character": "Gus' Operative", + * "credit_id": "5276f641760ee36033200f51", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1264845, + * "known_for_department": "Acting", + * "name": "Monique Candelaria", + * "order": 601, + * "original_name": "Monique Candelaria", + * "popularity": 5.146, + * "profile_path": "/jndsq3PlaIGmRExZHKrfvrMS3Uj.jpg", + * "roles": [ + * { + * "character": "Lucy", + * "credit_id": "5277000c760ee34f980dca0c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 6701, + * "known_for_department": "Acting", + * "name": "Norbert Weisser", + * "order": 607, + * "original_name": "Norbert Weisser", + * "popularity": 7.579, + * "profile_path": "/A2QeLaigXmj1dtJHVLl27N8qNFd.jpg", + * "roles": [ + * { + * "character": "Peter Schuler", + * "credit_id": "527702a7760ee3215f01527d", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1219524, + * "known_for_department": "Acting", + * "name": "Wolf Muser", + * "order": 608, + * "original_name": "Wolf Muser", + * "popularity": 2.292, + * "profile_path": "/pjtffZMshARfyYvFdFJrPqykkXl.jpg", + * "roles": [ + * { + * "character": "Herr Herzog", + * "credit_id": "5277038c760ee34f980e4bd6", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 121277, + * "known_for_department": "Acting", + * "name": "Norma Maldonado", + * "order": 609, + * "original_name": "Norma Maldonado", + * "popularity": 2.493, + * "profile_path": "/hD9iSbqkRU5dpxr3OScKIiYjLnN.jpg", + * "roles": [ + * { + * "character": "Delores", + * "credit_id": "52770445760ee339701307f0", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 239997, + * "known_for_department": "Acting", + * "name": "Debrianna Mansini", + * "order": 610, + * "original_name": "Debrianna Mansini", + * "popularity": 2.217, + * "profile_path": "/xG3T8QWMmEgD47tyWGOy4NibYMN.jpg", + * "roles": [ + * { + * "character": "Fran", + * "credit_id": "5277046e760ee3215f018e69", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 116233, + * "known_for_department": "Acting", + * "name": "Franc Ross", + * "order": 611, + * "original_name": "Franc Ross", + * "popularity": 3.92, + * "profile_path": "/ryhu0C5dAatcI2vDpi2crx0NbBE.jpg", + * "roles": [ + * { + * "character": "Ira", + * "credit_id": "5277f0f0760ee35ba20c6abc", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1170374, + * "known_for_department": "Acting", + * "name": "Kristin Hansen", + * "order": 612, + * "original_name": "Kristin Hansen", + * "popularity": 2.63, + * "profile_path": "/kVK61O0lHcXNaXTS03HGqtcRcwh.jpg", + * "roles": [ + * { + * "character": "Darla", + * "credit_id": "5277f185760ee331cb010fc8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 307885, + * "known_for_department": "Acting", + * "name": "Alex Knight", + * "order": 613, + * "original_name": "Alex Knight", + * "popularity": 2.977, + * "profile_path": "/eojFYCdbTnv5VegIMoCVrJXur3K.jpg", + * "roles": [ + * { + * "character": "Salesman", + * "credit_id": "5277f20b760ee331ce012975", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 79079, + * "known_for_department": "Acting", + * "name": "Jamie McShane", + * "order": 614, + * "original_name": "Jamie McShane", + * "popularity": 15.198, + * "profile_path": "/wojvRZMpAwytyoFTMFOpvZ26qJq.jpg", + * "roles": [ + * { + * "character": "Conductor", + * "credit_id": "5277f521760ee331cb019d13", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 84955, + * "known_for_department": "Acting", + * "name": "Myk Watford", + * "order": 615, + * "original_name": "Myk Watford", + * "popularity": 3.039, + * "profile_path": "/atyeOUzaR5f6Ew3gA2qE9N0Tvcr.jpg", + * "roles": [ + * { + * "character": "Engineer", + * "credit_id": "5277f920760ee3397037ab99", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1194992, + * "known_for_department": "Acting", + * "name": "Ryan Begay", + * "order": 617, + * "original_name": "Ryan Begay", + * "popularity": 3.589, + * "profile_path": "/oIzcJxPs0gcW5Ne6beuwaXKTZrJ.jpg", + * "roles": [ + * { + * "character": "Good Samaritan", + * "credit_id": "5277faee760ee331ce02b84e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 197857, + * "known_for_department": "Acting", + * "name": "Craig Nigh", + * "order": 621, + * "original_name": "Craig Nigh", + * "popularity": 2.683, + * "profile_path": "/6dUivUU1OEmixR7ettlonsL5KDX.jpg", + * "roles": [ + * { + * "character": "Asst. US Attorney", + * "credit_id": "5278121c760ee36b951e53f1", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 61152, + * "known_for_department": "Acting", + * "name": "Debi Parker", + * "order": 622, + * "original_name": "Debi Parker", + * "popularity": 0.524, + * "profile_path": null, + * "roles": [ + * { + * "character": "Min-Ye", + * "credit_id": "52781a00760ee3764e103a31", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 208061, + * "known_for_department": "Acting", + * "name": "Chad Brummett", + * "order": 623, + * "original_name": "Chad Brummett", + * "popularity": 0.979, + * "profile_path": "/gAey8j0Rnz9k6nPgcni3p1Cm3zO.jpg", + * "roles": [ + * { + * "character": "DEA Agent Artie", + * "credit_id": "52781a3d760ee35b14023699", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1193431, + * "known_for_department": "Acting", + * "name": "Wayne Dehart", + * "order": 624, + * "original_name": "Wayne Dehart", + * "popularity": 2.941, + * "profile_path": "/lvSDWQ0TpkhsTmk9obaZLIxU0j2.jpg", + * "roles": [ + * { + * "character": "Homeless Man", + * "credit_id": "52781aeb760ee35e8e247957", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 963009, + * "known_for_department": "Acting", + * "name": "Ray Chavez", + * "order": 625, + * "original_name": "Ray Chavez", + * "popularity": 1.131, + * "profile_path": null, + * "roles": [ + * { + * "character": "Skater", + * "credit_id": "52781bc6760ee375bb0007ca", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 191132, + * "known_for_department": "Acting", + * "name": "Mark Vasconcellos", + * "order": 629, + * "original_name": "Mark Vasconcellos", + * "popularity": 0.923, + * "profile_path": "/sq75o4tKduBBiBeTsNQALBkJoBS.jpg", + * "roles": [ + * { + * "character": "Jack's Henchman", + * "credit_id": "52782a7c760ee375d40245c0", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 962861, + * "known_for_department": "Acting", + * "name": "Bruce McKenzie", + * "order": 631, + * "original_name": "Bruce McKenzie", + * "popularity": 4.133, + * "profile_path": "/hzXLV3EzPFVTTgZ8lHves52GIb0.jpg", + * "roles": [ + * { + * "character": "Dave", + * "credit_id": "52782ee0760ee3046f019146", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 131420, + * "known_for_department": "Acting", + * "name": "Wray Crawford", + * "order": 635, + * "original_name": "Wray Crawford", + * "popularity": 1.145, + * "profile_path": "/vfELFDthE2iIXurrdfJ53UtqkWY.jpg", + * "roles": [ + * { + * "character": "Locksmith", + * "credit_id": "52782f10760ee30b9d0040a8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 199836, + * "known_for_department": "Acting", + * "name": "Jack Burning", + * "order": 636, + * "original_name": "Jack Burning", + * "popularity": 1.053, + * "profile_path": null, + * "roles": [ + * { + * "character": "Homeless Man", + * "credit_id": "52782f67760ee3046f019e6f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1102383, + * "known_for_department": "Acting", + * "name": "Merritt C. Glover", + * "order": 639, + * "original_name": "Merritt C. Glover", + * "popularity": 0.734, + * "profile_path": null, + * "roles": [ + * { + * "character": "Customer", + * "credit_id": "52783068760ee3046f01bf54", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 126829, + * "known_for_department": "Acting", + * "name": "Saginaw Grant", + * "order": 640, + * "original_name": "Saginaw Grant", + * "popularity": 1.751, + * "profile_path": "/pQdS21e9ddOcSS2JzKsibdZexbd.jpg", + * "roles": [ + * { + * "character": "Native American Man", + * "credit_id": "52783137760ee37c54027895", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 167145, + * "known_for_department": "Acting", + * "name": "Hank Rogerson", + * "order": 641, + * "original_name": "Hank Rogerson", + * "popularity": 1.967, + * "profile_path": "/iP4XcHwxQsgeoRb9izKXGyXk3DQ.jpg", + * "roles": [ + * { + * "character": "Detective #1", + * "credit_id": "52783157760ee3757203bccd", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 967704, + * "known_for_department": "Acting", + * "name": "Billy Lockwood", + * "order": 642, + * "original_name": "Billy Lockwood", + * "popularity": 1.688, + * "profile_path": "/kH1J0HhK7GgAwqkpAJxOyRbPL2D.jpg", + * "roles": [ + * { + * "character": "Detective #2", + * "credit_id": "52783181760ee375b3039628", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1218149, + * "known_for_department": "Acting", + * "name": "Brennan Brown", + * "order": 644, + * "original_name": "Brennan Brown", + * "popularity": 9.765, + * "profile_path": "/ulP8XOTkF1EOfZGiyLXMrpkIZzo.jpg", + * "roles": [ + * { + * "character": "US Attorney", + * "credit_id": "527832b6760ee3757e0437cf", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1063149, + * "known_for_department": "Acting", + * "name": "Eric Price", + * "order": 646, + * "original_name": "Eric Price", + * "popularity": 1.681, + * "profile_path": "/ubz1x3b3osigzaaitLuGnofDE.jpg", + * "roles": [ + * { + * "character": "Public Defender", + * "credit_id": "52783571760ee3046f026795", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 5694, + * "known_for_department": "Acting", + * "name": "Robert Forster", + * "order": 647, + * "original_name": "Robert Forster", + * "popularity": 11.899, + * "profile_path": "/8OiwipCStS3HyfIm7h7qwEEqIaF.jpg", + * "roles": [ + * { + * "character": "Ed", + * "credit_id": "527835f4760ee37572044673", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 173129, + * "known_for_department": "Acting", + * "name": "Kurt Soderstrom", + * "order": 648, + * "original_name": "Kurt Soderstrom", + * "popularity": 0.896, + * "profile_path": null, + * "roles": [ + * { + * "character": "Bartender", + * "credit_id": "527836c3760ee375a605416f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1223192, + * "known_for_department": "Art", + * "name": "Roberta Marquez Seret", + * "order": 651, + * "original_name": "Roberta Marquez Seret", + * "popularity": 2.783, + * "profile_path": null, + * "roles": [ + * { + * "character": "Chad's Girlfriend", + * "credit_id": "56846abbc3a36836280008d4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 208060, + * "known_for_department": "Acting", + * "name": "Deborah Martinez", + * "order": 652, + * "original_name": "Deborah Martinez", + * "popularity": 1.057, + * "profile_path": "/hhmtAeXEKtZxOSxaAZ6jYBW5ow.jpg", + * "roles": [ + * { + * "character": "School Office Worker", + * "credit_id": "527836e6760ee375b3044064", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 209680, + * "known_for_department": "Acting", + * "name": "Frederic Doss", + * "order": 653, + * "original_name": "Frederic Doss", + * "popularity": 0.56, + * "profile_path": null, + * "roles": [ + * { + * "character": "Off Duty Cop", + * "credit_id": "54e89b13c3a36836e0001dc9", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 70177, + * "known_for_department": "Acting", + * "name": "Charlie Rose", + * "order": 654, + * "original_name": "Charlie Rose", + * "popularity": 3.347, + * "profile_path": "/xUP3ASMgGrqruj7dYcQQBfLo9xm.jpg", + * "roles": [ + * { + * "character": "Charlie Rose", + * "credit_id": "5278372e760ee37c54032bbf", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 175895, + * "known_for_department": "Acting", + * "name": "Steve Stafford", + * "order": 657, + * "original_name": "Steve Stafford", + * "popularity": 5.352, + * "profile_path": null, + * "roles": [ + * { + * "character": "DEA Agent", + * "credit_id": "527838cc760ee3046f02c0e8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 104482, + * "known_for_department": "Acting", + * "name": "James Martinez", + * "order": 664, + * "original_name": "James Martinez", + * "popularity": 6.923, + * "profile_path": "/xWGHtcBUmNO9MBqoDHPtetQZ3k7.jpg", + * "roles": [ + * { + * "character": "Max Arsiniega", + * "credit_id": "527a42d8760ee3483017f5a3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 3021273, + * "known_for_department": "Acting", + * "name": "Michael McCormick", + * "order": 665, + * "original_name": "Michael McCormick", + * "popularity": 1.127, + * "profile_path": "/4JsEn7M5eC5XDxuiBn6Izq86ERj.jpg", + * "roles": [ + * { + * "character": "Pa Kettle", + * "credit_id": "60599eb66bdec300548b4f2f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1313823, + * "known_for_department": "Acting", + * "name": "Guy Wilson", + * "order": 669, + * "original_name": "Guy Wilson", + * "popularity": 1.658, + * "profile_path": "/qoBVJOg8yYo5UpZoyrAV0jhhl0n.jpg", + * "roles": [ + * { + * "character": "Trent", + * "credit_id": "5ef3bae59661fc003625f338", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 3039254, + * "known_for_department": "Acting", + * "name": "Fred Cruz", + * "order": 670, + * "original_name": "Fred Cruz", + * "popularity": 1.483, + * "profile_path": null, + * "roles": [ + * { + * "character": "Lt. Adam Estiguez", + * "credit_id": "606b4cdf9ca7590029e92aea", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1731714, + * "known_for_department": "Acting", + * "name": "Taylor Dearden", + * "order": 672, + * "original_name": "Taylor Dearden", + * "popularity": 2.888, + * "profile_path": "/4oIL97ha0B4Gmp5tf4VUsqsWQUa.jpg", + * "roles": [ + * { + * "character": "Sad Faced Girl", + * "credit_id": "62f29cf4880c92007aefda8b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670896, + * "known_for_department": "Acting", + * "name": "Evan Bobrick", + * "order": 676, + * "original_name": "Evan Bobrick", + * "popularity": 1.466, + * "profile_path": null, + * "roles": [ + * { + * "character": "Chad", + * "credit_id": "63012a1a33a376007a442d63", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2969089, + * "known_for_department": "Production", + * "name": "Allan Pacheco", + * "order": 678, + * "original_name": "Allan Pacheco", + * "popularity": 0.367, + * "profile_path": null, + * "roles": [ + * { + * "character": "Irving", + * "credit_id": "63012a5c33a376007f87247b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 219124, + * "known_for_department": "Acting", + * "name": "Linda Speciale", + * "order": 680, + * "original_name": "Linda Speciale", + * "popularity": 3.738, + * "profile_path": null, + * "roles": [ + * { + * "character": "Sexy Neighbor", + * "credit_id": "63012a7e33a376007f872481", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3212534, + * "known_for_department": "Acting", + * "name": "Jesús Ramírez", + * "order": 681, + * "original_name": "Jesús Ramírez", + * "popularity": 1.025, + * "profile_path": "/1EfPZxdFNNi3LFLR9laLcVROAko.jpg", + * "roles": [ + * { + * "character": "Jock's Friend #1", + * "credit_id": "63012a8bfb5299007d660bc8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670906, + * "known_for_department": "Acting", + * "name": "Joshua S. Patton", + * "order": 682, + * "original_name": "Joshua S. Patton", + * "popularity": 0.001, + * "profile_path": null, + * "roles": [ + * { + * "character": "Jock's Friend #2", + * "credit_id": "63012ac4c2f44b007d249b54", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1448105, + * "known_for_department": "Acting", + * "name": "Shane Marinson", + * "order": 683, + * "original_name": "Shane Marinson", + * "popularity": 0.232, + * "profile_path": null, + * "roles": [ + * { + * "character": "Ob-Gyn", + * "credit_id": "63012c9c5f4b73008267ba53", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670933, + * "known_for_department": "Acting", + * "name": "Anthony Wamego", + * "order": 685, + * "original_name": "Anthony Wamego", + * "popularity": 0.001, + * "profile_path": null, + * "roles": [ + * { + * "character": "Backhoe Operator", + * "credit_id": "63012d2abb2602007ceea8d2", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 939366, + * "known_for_department": "Acting", + * "name": "Anna Felix", + * "order": 686, + * "original_name": "Anna Felix", + * "popularity": 2.055, + * "profile_path": null, + * "roles": [ + * { + * "character": "Sales Girl", + * "credit_id": "63012e36dfe31d0080103f2c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2085663, + * "known_for_department": "Acting", + * "name": "Daniel Serrano", + * "order": 687, + * "original_name": "Daniel Serrano", + * "popularity": 0.99, + * "profile_path": null, + * "roles": [ + * { + * "character": "Meth Drug Dealer", + * "credit_id": "63012e72426ae8007a5b6b5a", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1673624, + * "known_for_department": "Acting", + * "name": "Jon Kristian Moore", + * "order": 688, + * "original_name": "Jon Kristian Moore", + * "popularity": 2.09, + * "profile_path": null, + * "roles": [ + * { + * "character": "DEA Agent", + * "credit_id": "63012ebb426ae800823a6bac", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1302829, + * "known_for_department": "Acting", + * "name": "Tish Rayburn-Miller", + * "order": 689, + * "original_name": "Tish Rayburn-Miller", + * "popularity": 0.447, + * "profile_path": null, + * "roles": [ + * { + * "character": "Bank Teller", + * "credit_id": "63012ec897eab40082b1a672", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2430293, + * "known_for_department": "Production", + * "name": "Kiira Arai", + * "order": 690, + * "original_name": "Kiira Arai", + * "popularity": 1.058, + * "profile_path": null, + * "roles": [ + * { + * "character": "Server", + * "credit_id": "63012f961da7a6007db08d8a", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 92756, + * "known_for_department": "Acting", + * "name": "Bill Allen", + * "order": 691, + * "original_name": "Bill Allen", + * "popularity": 1.54, + * "profile_path": "/uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg", + * "roles": [ + * { + * "character": "Scientist", + * "credit_id": "63012fa39653f6007fee8185", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 193285, + * "known_for_department": "Acting", + * "name": "Loren Haynes", + * "order": 692, + * "original_name": "Loren Haynes", + * "popularity": 0.666, + * "profile_path": "/1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg", + * "roles": [ + * { + * "character": "Music Producer", + * "credit_id": "63012fc4839d93007e4c2dbf", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670958, + * "known_for_department": "Acting", + * "name": "Kyle Swimmer", + * "order": 693, + * "original_name": "Kyle Swimmer", + * "popularity": 0.028, + * "profile_path": null, + * "roles": [ + * { + * "character": "Louis", + * "credit_id": "63012fd111c066007f8de38f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670960, + * "known_for_department": "Acting", + * "name": "Robert Arrington", + * "order": 694, + * "original_name": "Robert Arrington", + * "popularity": 0.07, + * "profile_path": null, + * "roles": [ + * { + * "character": "Soren", + * "credit_id": "63012fd93e6f2b0082b3ba66", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 3670961, + * "known_for_department": "Acting", + * "name": "Juanita Trad", + * "order": 695, + * "original_name": "Juanita Trad", + * "popularity": 0.384, + * "profile_path": null, + * "roles": [ + * { + * "character": "Medical Technician", + * "credit_id": "63012fe5839d93007b62c31e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1803314, + * "known_for_department": "Acting", + * "name": "Lorri Oliver", + * "order": 696, + * "original_name": "Lorri Oliver", + * "popularity": 0.537, + * "profile_path": null, + * "roles": [ + * { + * "character": "Concerned Parent", + * "credit_id": "6301b920097c4900911058ab", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 3671381, + * "known_for_department": "Acting", + * "name": "Kristen Loree", + * "order": 697, + * "original_name": "Kristen Loree", + * "popularity": 0.482, + * "profile_path": null, + * "roles": [ + * { + * "character": "Concerned Parent", + * "credit_id": "6301b927532acb007bd3b1cf", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 79236, + * "known_for_department": "Acting", + * "name": "Dave Colon", + * "order": 698, + * "original_name": "Dave Colon", + * "popularity": 1.105, + * "profile_path": "/lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg", + * "roles": [ + * { + * "character": "Concerned Parent", + * "credit_id": "6301b930532acb007bd3b1d4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 209844, + * "known_for_department": "Acting", + * "name": "Carrie Fleming", + * "order": 699, + * "original_name": "Carrie Fleming", + * "popularity": 0.83, + * "profile_path": "/sa8ey6b8wTFYhm170tE7pPWS1An.jpg", + * "roles": [ + * { + * "character": "Yuppie Woman", + * "credit_id": "6301b987fb5299007d66336f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1094319, + * "known_for_department": "Acting", + * "name": "Matthew Page", + * "order": 700, + * "original_name": "Matthew Page", + * "popularity": 1.932, + * "profile_path": "/vMI1zxybJONZYqL8MI9gGxyfqfC.jpg", + * "roles": [ + * { + * "character": "Chemical Plant Guard", + * "credit_id": "6301b9db839d93008b6133ea", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1847290, + * "known_for_department": "Writing", + * "name": "Jacob O'Brien Mulliken", + * "order": 701, + * "original_name": "Jacob O'Brien Mulliken", + * "popularity": 0.944, + * "profile_path": null, + * "roles": [ + * { + * "character": "Prospective Buyer", + * "credit_id": "6301b9f1839d93007b62e5e1", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3671392, + * "known_for_department": "Acting", + * "name": "Charles Dowdy III", + * "order": 702, + * "original_name": "Charles Dowdy III", + * "popularity": 1.462, + * "profile_path": null, + * "roles": [ + * { + * "character": "Mr. Wilson", + * "credit_id": "6301ba0f097c490091105904", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1223198, + * "known_for_department": "Writing", + * "name": "Moira Walley-Beckett", + * "order": 703, + * "original_name": "Moira Walley-Beckett", + * "popularity": 5.629, + * "profile_path": "/1sRNcxMZVsVcY6NFNQzASJuR8By.jpg", + * "roles": [ + * { + * "character": "Car Wash Customer (uncredited)", + * "credit_id": "6315fec4326c190079d3f992", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1884648, + * "known_for_department": "Acting", + * "name": "Isaac Kappy", + * "order": 706, + * "original_name": "Isaac Kappy", + * "popularity": 1.817, + * "profile_path": "/t2Yy4YwlmQGHCp6IOaCeWnMKENh.jpg", + * "roles": [ + * { + * "character": "Rowdy Prisoner", + * "credit_id": "63ff4b8cc7176d00db594b09", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 456066, + * "known_for_department": "Acting", + * "name": "Ryan Lee", + * "order": 707, + * "original_name": "Ryan Lee", + * "popularity": 11.499, + * "profile_path": "/1DpDbF9qi9nnMfKfGKnyhNPkNCb.jpg", + * "roles": [ + * { + * "character": "Neighborhood Kid", + * "credit_id": "63ff4b979f1be7007ca6968f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1006144, + * "known_for_department": "Acting", + * "name": "Vic Browder", + * "order": 708, + * "original_name": "Vic Browder", + * "popularity": 1.303, + * "profile_path": "/lIPhuDHdmO0sDeykHmSkQA9terF.jpg", + * "roles": [ + * { + * "character": "Detective", + * "credit_id": "63ff4ba3cf62cd00811c281f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2266095, + * "known_for_department": "Acting", + * "name": "Sheran Goodspeed Keyton", + * "order": 712, + * "original_name": "Sheran Goodspeed Keyton", + * "popularity": 1.478, + * "profile_path": null, + * "roles": [ + * { + * "character": "Tio's Nurse", + * "credit_id": "64426b52d35dea04d9faed2b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1785041, + * "known_for_department": "Acting", + * "name": "Ramsey Williams", + * "order": 714, + * "original_name": "Ramsey Williams", + * "popularity": 1.691, + * "profile_path": null, + * "roles": [ + * { + * "character": "Supermarket Clerk", + * "credit_id": "64426b7afcec2e0439d975de", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 4082808, + * "known_for_department": "Acting", + * "name": "Gabriel Berrelleza", + * "order": 718, + * "original_name": "Gabriel Berrelleza", + * "popularity": 1.014, + * "profile_path": null, + * "roles": [ + * { + * "character": "Narcocorridos Band #1", + * "credit_id": "64713a3d9ae61300e593c46d", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 4082809, + * "known_for_department": "Acting", + * "name": "Martiniano Berrelleza Alvarado", + * "order": 719, + * "original_name": "Martiniano Berrelleza Alvarado", + * "popularity": 0.557, + * "profile_path": null, + * "roles": [ + * { + * "character": "Narcocorridos Band #2", + * "credit_id": "64713a47dd731b00c0ba3bdb", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1582083, + * "known_for_department": "Acting", + * "name": "Rafael Herrera", + * "order": 720, + * "original_name": "Rafael Herrera", + * "popularity": 0.846, + * "profile_path": null, + * "roles": [ + * { + * "character": "Carpet Cleaner #2", + * "credit_id": "64d24191549dda00e2ded27e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 4310260, + * "known_for_department": "Acting", + * "name": "Brandon Carr", + * "order": 721, + * "original_name": "Brandon Carr", + * "popularity": 0.227, + * "profile_path": null, + * "roles": [ + * { + * "character": "Young Boy", + * "credit_id": "6521d3c595c0af01001fc19c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 4310261, + * "known_for_department": "Acting", + * "name": "Dylan Carr", + * "order": 722, + * "original_name": "Dylan Carr", + * "popularity": 0.513, + * "profile_path": null, + * "roles": [ + * { + * "character": "Young Boy", + * "credit_id": "6521d3cac50ad200c91fc4de", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1392034, + * "known_for_department": "Acting", + * "name": "Andrew Lutheran", + * "order": 723, + * "original_name": "Andrew Lutheran", + * "popularity": 1.61, + * "profile_path": "/xQcso4XpNnHollWR8nRSEC40nWR.jpg", + * "roles": [ + * { + * "character": "Jeffrey", + * "credit_id": "6521d43d07216600e2da229d", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 227950, + * "known_for_department": "Acting", + * "name": "Shannon McCormick", + * "order": 726, + * "original_name": "Shannon McCormick", + * "popularity": 1.303, + * "profile_path": "/8MqQpAFfZpO5m6PdrnrrQicCeEH.jpg", + * "roles": [ + * { + * "character": "Tweaky Dude", + * "credit_id": "6525d2cecedac4012217726f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1559825, + * "known_for_department": "Acting", + * "name": "Ka Beesler", + * "order": 727, + * "original_name": "Ka Beesler", + * "popularity": 0.427, + * "profile_path": null, + * "roles": [ + * { + * "character": "Thug Buddy", + * "credit_id": "6525d2d407216645b40032c1", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 4315262, + * "known_for_department": "Acting", + * "name": "Reis Myers Mccormick", + * "order": 729, + * "original_name": "Reis Myers Mccormick", + * "popularity": 0.146, + * "profile_path": null, + * "roles": [ + * { + * "character": "OB / GYN", + * "credit_id": "6525d32ecedac400ace3e3ac", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4327773, + * "known_for_department": "Acting", + * "name": "Erin Miller-Gibbs", + * "order": 732, + * "original_name": "Erin Miller-Gibbs", + * "popularity": 0.01, + * "profile_path": null, + * "roles": [ + * { + * "character": "Restaurant Employee", + * "credit_id": "653051cfedeb4300fe7c48c6", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1086459, + * "known_for_department": "Acting", + * "name": "Maggie Fine", + * "order": 735, + * "original_name": "Maggie Fine", + * "popularity": 0.479, + * "profile_path": null, + * "roles": [ + * { + * "character": "Beneke Employee #1", + * "credit_id": "653051ed1fb94f00e2507ec8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2950986, + * "known_for_department": "Acting", + * "name": "Kate Schroeder", + * "order": 736, + * "original_name": "Kate Schroeder", + * "popularity": 0.053, + * "profile_path": null, + * "roles": [ + * { + * "character": "Beneke Employee #2", + * "credit_id": "6530525b1fb94f011c606ef5", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346500, + * "known_for_department": "Acting", + * "name": "Liam Ruggles", + * "order": 738, + * "original_name": "Liam Ruggles", + * "popularity": 0.045, + * "profile_path": null, + * "roles": [ + * { + * "character": "Henry Tyree", + * "credit_id": "653e9a9950733c013e34ecac", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346512, + * "known_for_department": "Acting", + * "name": "Jimmy Daniels", + * "order": 739, + * "original_name": "Jimmy Daniels", + * "popularity": 0.392, + * "profile_path": "/4crdHU3eNKfknX9mTq9MOxB85Rx.jpg", + * "roles": [ + * { + * "character": "Jimmy in-'N-Out / James Edward Kilkelly", + * "credit_id": "653e9bddcc9683014eb9bea7", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1119011, + * "known_for_department": "Acting", + * "name": "Shenoah Allen", + * "order": 740, + * "original_name": "Shenoah Allen", + * "popularity": 0.518, + * "profile_path": "/7nwXUC5O9dtyMliiOst1lluEiTU.jpg", + * "roles": [ + * { + * "character": "Schlubby Guy #1", + * "credit_id": "653e9be8bc2cb300aca419a9", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2128839, + * "known_for_department": "Acting", + * "name": "Drew Pollock", + * "order": 741, + * "original_name": "Drew Pollock", + * "popularity": 1.048, + * "profile_path": null, + * "roles": [ + * { + * "character": "Schlubby Guy #2", + * "credit_id": "653e9bf3519bbb00c434ae6a", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346518, + * "known_for_department": "Acting", + * "name": "Casey Cerutti", + * "order": 742, + * "original_name": "Casey Cerutti", + * "popularity": 0.588, + * "profile_path": null, + * "roles": [ + * { + * "character": "Hot Chick Cop", + * "credit_id": "653e9bfccc9683012cf474a7", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346540, + * "known_for_department": "Acting", + * "name": "Tomas Potts", + * "order": 743, + * "original_name": "Tomas Potts", + * "popularity": 0.602, + * "profile_path": null, + * "roles": [ + * { + * "character": "Tattooed Biker", + * "credit_id": "653e9cd5bc2cb300c97f1922", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1204048, + * "known_for_department": "Acting", + * "name": "Cyd Schulte", + * "order": 744, + * "original_name": "Cyd Schulte", + * "popularity": 2.107, + * "profile_path": "/AfAoN0l9UskufTqPrBYsDZKDBno.jpg", + * "roles": [ + * { + * "character": "Tattooed Woman", + * "credit_id": "653e9ce05907de0138e231a3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4112702, + * "known_for_department": "Acting", + * "name": "Tony Whitecrow", + * "order": 745, + * "original_name": "Tony Whitecrow", + * "popularity": 0.58, + * "profile_path": null, + * "roles": [ + * { + * "character": "Addict", + * "credit_id": "653e9cee519bbb00c434aead", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2870318, + * "known_for_department": "Acting", + * "name": "Wendy Scott", + * "order": 746, + * "original_name": "Wendy Scott", + * "popularity": 0.519, + * "profile_path": null, + * "roles": [ + * { + * "character": "Nurse", + * "credit_id": "653e9cfe50733c00ff4abbc7", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 927751, + * "known_for_department": "Acting", + * "name": "Erik J. Bockemeier", + * "order": 747, + * "original_name": "Erik J. Bockemeier", + * "popularity": 0.615, + * "profile_path": null, + * "roles": [ + * { + * "character": "NA Sponsor", + * "credit_id": "653e9d12519bbb00fe5d0c1b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346543, + * "known_for_department": "Acting", + * "name": "Phil Howell", + * "order": 748, + * "original_name": "Phil Howell", + * "popularity": 0.011, + * "profile_path": null, + * "roles": [ + * { + * "character": "O.M.I. Attendant", + * "credit_id": "653e9d61cc9683014eb9bf15", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1194993, + * "known_for_department": "Acting", + * "name": "Juliet Lopez", + * "order": 749, + * "original_name": "Juliet Lopez", + * "popularity": 1.285, + * "profile_path": "/aZHUeji9oZQ6kphgIQ2AocNp8FW.jpg", + * "roles": [ + * { + * "character": "O.M.I. Officer", + * "credit_id": "653e9d785907de011bc55fdd", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1366004, + * "known_for_department": "Acting", + * "name": "Kieran Sequoia", + * "order": 750, + * "original_name": "Kieran Sequoia", + * "popularity": 1.724, + * "profile_path": "/gbf96AvsWygK5dRkYZM0K0eEo2N.jpg", + * "roles": [ + * { + * "character": "Local Correspondant", + * "credit_id": "653e9d845907de011bc55fe4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346546, + * "known_for_department": "Acting", + * "name": "Richard Williams", + * "order": 751, + * "original_name": "Richard Williams", + * "popularity": 0.001, + * "profile_path": null, + * "roles": [ + * { + * "character": "Business Community Leader #1", + * "credit_id": "653e9dac519bbb011b4576e8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 589041, + * "known_for_department": "Acting", + * "name": "Daniel D. Halleck", + * "order": 752, + * "original_name": "Daniel D. Halleck", + * "popularity": 0.773, + * "profile_path": "/q5qe5SZinxrkPdruiWPUTGP4gQ.jpg", + * "roles": [ + * { + * "character": "Business Community Leader #2", + * "credit_id": "653e9ec4519bbb00fe5d0ca5", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 169410, + * "known_for_department": "Acting", + * "name": "Dick Christie", + * "order": 753, + * "original_name": "Dick Christie", + * "popularity": 5.305, + * "profile_path": "/OncqVE0uPNrVQT5ONOQElJa5mO.jpg", + * "roles": [ + * { + * "character": "Stew", + * "credit_id": "653e9edce894a600e2ce84ba", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346571, + * "known_for_department": "Acting", + * "name": "Ravenna Fahey", + * "order": 754, + * "original_name": "Ravenna Fahey", + * "popularity": 0.516, + * "profile_path": null, + * "roles": [ + * { + * "character": "Nurse", + * "credit_id": "653e9f05519bbb011b45775a", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 166124, + * "known_for_department": "Acting", + * "name": "Robin Dearden", + * "order": 755, + * "original_name": "Robin Dearden", + * "popularity": 1.82, + * "profile_path": null, + * "roles": [ + * { + * "character": "Emotional Woman", + * "credit_id": "653e9f49109cd000ad631699", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1112415, + * "known_for_department": "Acting", + * "name": "Galen Hutchison", + * "order": 756, + * "original_name": "Galen Hutchison", + * "popularity": 0.84, + * "profile_path": null, + * "roles": [ + * { + * "character": "Wide Eyed Boy", + * "credit_id": "653e9f52c8a5ac00ad37c734", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 204196, + * "known_for_department": "Acting", + * "name": "Jesus Mayorga", + * "order": 757, + * "original_name": "Jesus Mayorga", + * "popularity": 2.725, + * "profile_path": null, + * "roles": [ + * { + * "character": "Friendly Guy", + * "credit_id": "653e9f67c8a5ac0100fa9a96", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1381152, + * "known_for_department": "Acting", + * "name": "Lorél Medina", + * "order": 758, + * "original_name": "Lorél Medina", + * "popularity": 0.106, + * "profile_path": null, + * "roles": [ + * { + * "character": "Daughter", + * "credit_id": "653e9f7f519bbb00fe5d0ce0", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2521312, + * "known_for_department": "Acting", + * "name": "Mario Moreno", + * "order": 759, + * "original_name": "Mario Moreno", + * "popularity": 0.337, + * "profile_path": null, + * "roles": [ + * { + * "character": "Father", + * "credit_id": "653e9fd8519bbb011b457785", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 239998, + * "known_for_department": "Acting", + * "name": "Maria Bethke", + * "order": 760, + * "original_name": "Maria Bethke", + * "popularity": 1.865, + * "profile_path": "/ikAxFd7DybY1TQm70LfiuHFUOjT.jpg", + * "roles": [ + * { + * "character": "Mother", + * "credit_id": "653e9ff1519bbb011b45778a", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346579, + * "known_for_department": "Acting", + * "name": "Cicelo Solano", + * "order": 761, + * "original_name": "Cicelo Solano", + * "popularity": 0.494, + * "profile_path": null, + * "roles": [ + * { + * "character": "Old Crawler", + * "credit_id": "653e9ffe109cd0012cffccbb", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1230050, + * "known_for_department": "Acting", + * "name": "Ashleigh Banfield", + * "order": 762, + * "original_name": "Ashleigh Banfield", + * "popularity": 0.623, + * "profile_path": null, + * "roles": [ + * { + * "character": "Anchor #1", + * "credit_id": "653ea007519bbb00e18d2a47", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346581, + * "known_for_department": "Acting", + * "name": "Marla Tellez", + * "order": 763, + * "original_name": "Marla Tellez", + * "popularity": 0.363, + * "profile_path": null, + * "roles": [ + * { + * "character": "Anchor #2", + * "credit_id": "653ea0305907de0138e2329e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346583, + * "known_for_department": "Acting", + * "name": "Jeff Maher", + * "order": 764, + * "original_name": "Jeff Maher", + * "popularity": 0.204, + * "profile_path": null, + * "roles": [ + * { + * "character": "Anchor #3", + * "credit_id": "653ea04e5907de00ac01f888", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346631, + * "known_for_department": "Acting", + * "name": "J. Taylor", + * "order": 766, + * "original_name": "J. Taylor", + * "popularity": 0.112, + * "profile_path": null, + * "roles": [ + * { + * "character": "Cop", + * "credit_id": "653ea517cc968300ade75760", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346635, + * "known_for_department": "Acting", + * "name": "Daniel Champine", + * "order": 767, + * "original_name": "Daniel Champine", + * "popularity": 0.011, + * "profile_path": null, + * "roles": [ + * { + * "character": "Rookie Officer", + * "credit_id": "653ea552519bbb00ab695b0e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1794930, + * "known_for_department": "Acting", + * "name": "James Espinoza", + * "order": 768, + * "original_name": "James Espinoza", + * "popularity": 2.393, + * "profile_path": "/aGog9grUQNEl06LKEBwMigvpQJY.jpg", + * "roles": [ + * { + * "character": "Beto", + * "credit_id": "653ea55b519bbb00ab695b15", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346665, + * "known_for_department": "Acting", + * "name": "Parker Sisty", + * "order": 769, + * "original_name": "Parker Sisty", + * "popularity": 0.029, + * "profile_path": null, + * "roles": [ + * { + * "character": "Saul's Client", + * "credit_id": "653ea66650733c00ff4abe6d", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2456335, + * "known_for_department": "Acting", + * "name": "Amanda Schofield", + * "order": 771, + * "original_name": "Amanda Schofield", + * "popularity": 0.325, + * "profile_path": null, + * "roles": [ + * { + * "character": "Waitress", + * "credit_id": "653ea6d0c8a5ac00ad37c904", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3136482, + * "known_for_department": "Crew", + * "name": "Erin Elliott", + * "order": 772, + * "original_name": "Erin Elliott", + * "popularity": 0.515, + * "profile_path": null, + * "roles": [ + * { + * "character": "Stripper #1", + * "credit_id": "653ea765519bbb00ab695ba8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346689, + * "known_for_department": "Acting", + * "name": "Portia Cline", + * "order": 773, + * "original_name": "Portia Cline", + * "popularity": 1.303, + * "profile_path": null, + * "roles": [ + * { + * "character": "Stripper #2", + * "credit_id": "653ea77550733c00adbcc44e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346702, + * "known_for_department": "Acting", + * "name": "Jose Avila", + * "order": 775, + * "original_name": "Jose Avila", + * "popularity": 0.015, + * "profile_path": null, + * "roles": [ + * { + * "character": "Deputy Kee", + * "credit_id": "653ea865e894a600ff1767d4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1803318, + * "known_for_department": "Art", + * "name": "Trina Siopy", + * "order": 776, + * "original_name": "Trina Siopy", + * "popularity": 1.634, + * "profile_path": "/mMV1Bj6kdiocP0EGkcUAFRBDEeY.jpg", + * "roles": [ + * { + * "character": "Nurse", + * "credit_id": "653ea876519bbb00e18d2c60", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346722, + * "known_for_department": "Acting", + * "name": "Ruben Munoz-Soto", + * "order": 777, + * "original_name": "Ruben Munoz-Soto", + * "popularity": 0.2, + * "profile_path": null, + * "roles": [ + * { + * "character": "Young Marco", + * "credit_id": "653ea9ba5907de0138e23559", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346724, + * "known_for_department": "Acting", + * "name": "Victor Munoz-Soto", + * "order": 778, + * "original_name": "Victor Munoz-Soto", + * "popularity": 0.197, + * "profile_path": null, + * "roles": [ + * { + * "character": "Young Leonel", + * "credit_id": "653ea9d3cc9683012cf47836", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346726, + * "known_for_department": "Acting", + * "name": "Matthew Feight", + * "order": 779, + * "original_name": "Matthew Feight", + * "popularity": 0.785, + * "profile_path": null, + * "roles": [ + * { + * "character": "Preppy Shopper", + * "credit_id": "653ea9e4519bbb00e18d2cc9", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1740851, + * "known_for_department": "Acting", + * "name": "Chris Ranney", + * "order": 780, + * "original_name": "Chris Ranney", + * "popularity": 0.598, + * "profile_path": "/z0vjQIYxJ8ip435wshxem0cKyQh.jpg", + * "roles": [ + * { + * "character": "ABQ Detective #2", + * "credit_id": "653ea9f95907de00fe1f48ff", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1668460, + * "known_for_department": "Acting", + * "name": "Steve Cormier", + * "order": 781, + * "original_name": "Steve Cormier", + * "popularity": 0.672, + * "profile_path": null, + * "roles": [ + * { + * "character": "OPR Official #1", + * "credit_id": "653eaa0ebc2cb3012c31f894", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346730, + * "known_for_department": "Acting", + * "name": "Wendy Kostora", + * "order": 782, + * "original_name": "Wendy Kostora", + * "popularity": 0.031, + * "profile_path": null, + * "roles": [ + * { + * "character": "Screaming Shopper", + * "credit_id": "653eaa1bbc2cb3010b4b99a2", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1452636, + * "known_for_department": "Acting", + * "name": "Steve Corona", + * "order": 783, + * "original_name": "Steve Corona", + * "popularity": 1.625, + * "profile_path": "/oTpREkLQMmyHXHd13yfnDMAJBe2.jpg", + * "roles": [ + * { + * "character": "Orderly", + * "credit_id": "653eaa69e894a600e2ce87f5", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346738, + * "known_for_department": "Acting", + * "name": "Brian G. Lax", + * "order": 784, + * "original_name": "Brian G. Lax", + * "popularity": 0.043, + * "profile_path": null, + * "roles": [ + * { + * "character": "EMT", + * "credit_id": "653eaa7fc8a5ac00e3a1a39b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346739, + * "known_for_department": "Acting", + * "name": "John Welker", + * "order": 785, + * "original_name": "John Welker", + * "popularity": 0.014, + * "profile_path": null, + * "roles": [ + * { + * "character": "Lead Doctor", + * "credit_id": "653eaa88e894a600ad57539b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 582669, + * "known_for_department": "Acting", + * "name": "Kevin Christopher Brown", + * "order": 786, + * "original_name": "Kevin Christopher Brown", + * "popularity": 0.748, + * "profile_path": null, + * "roles": [ + * { + * "character": "APD Officer", + * "credit_id": "653eaa97c8a5ac00ad37ca13", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 59456, + * "known_for_department": "Acting", + * "name": "Ken Thomas", + * "order": 787, + * "original_name": "Ken Thomas", + * "popularity": 0.609, + * "profile_path": "/iqdbZ2TyLqr05MDNmoGA5RJfJOl.jpg", + * "roles": [ + * { + * "character": "Friendly Agent", + * "credit_id": "653eaaa5bc2cb3010b4b99cb", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2837875, + * "known_for_department": "Crew", + * "name": "Rosa Estrada", + * "order": 788, + * "original_name": "Rosa Estrada", + * "popularity": 1.011, + * "profile_path": null, + * "roles": [ + * { + * "character": "Doctor", + * "credit_id": "653eaac0109cd0010b0432f6", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346781, + * "known_for_department": "Acting", + * "name": "Rebecca Crago", + * "order": 790, + * "original_name": "Rebecca Crago", + * "popularity": 0.001, + * "profile_path": null, + * "roles": [ + * { + * "character": "Physical Therapist", + * "credit_id": "653eac4cbc2cb300aca41dc3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346794, + * "known_for_department": "Acting", + * "name": "Victoria Aultman", + * "order": 792, + * "original_name": "Victoria Aultman", + * "popularity": 0.024, + * "profile_path": null, + * "roles": [ + * { + * "character": "Waitress", + * "credit_id": "653eadb8cc9683012cf47969", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346806, + * "known_for_department": "Acting", + * "name": "David Robinson Jr.", + * "order": 794, + * "original_name": "David Robinson Jr.", + * "popularity": 0.004, + * "profile_path": null, + * "roles": [ + * { + * "character": "Commercial Voice Over (voice)", + * "credit_id": "653eae8cc8a5ac00e3a1a4ac", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346814, + * "known_for_department": "Acting", + * "name": "Jonathan Richards", + * "order": 795, + * "original_name": "Jonathan Richards", + * "popularity": 0.024, + * "profile_path": null, + * "roles": [ + * { + * "character": "Male Homeowner", + * "credit_id": "653eaf2c109cd000c948a794", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346816, + * "known_for_department": "Acting", + * "name": "Stephen Braddock", + * "order": 796, + * "original_name": "Stephen Braddock", + * "popularity": 2.777, + * "profile_path": null, + * "roles": [ + * { + * "character": "Partygoer", + * "credit_id": "653eaf35cc9683014eb9c3ad", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3101108, + * "known_for_department": "Acting", + * "name": "Frank Andrade", + * "order": 797, + * "original_name": "Frank Andrade", + * "popularity": 0.857, + * "profile_path": null, + * "roles": [ + * { + * "character": "Tweaker Thief", + * "credit_id": "653eaf68308131011d8d7f23", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346818, + * "known_for_department": "Acting", + * "name": "Paul Neis", + * "order": 798, + * "original_name": "Paul Neis", + * "popularity": 0.01, + * "profile_path": null, + * "roles": [ + * { + * "character": "Support Group Leader", + * "credit_id": "653eaf75308131013a150e24", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346819, + * "known_for_department": "Acting", + * "name": "Brittany Gustin", + * "order": 799, + * "original_name": "Brittany Gustin", + * "popularity": 0.625, + * "profile_path": null, + * "roles": [ + * { + * "character": "Morning After Girl", + * "credit_id": "653eaf7fc8a5ac011d6d9d76", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 202930, + * "known_for_department": "Acting", + * "name": "Anthony Molinari", + * "order": 800, + * "original_name": "Anthony Molinari", + * "popularity": 13.03, + * "profile_path": "/8Gl1b5Y7QLrdv5vvOwAmJk29joM.jpg", + * "roles": [ + * { + * "character": "Gunman #1 (uncredited)", + * "credit_id": "653eafaacc9683012cf479cc", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1333907, + * "known_for_department": "Acting", + * "name": "Jason E. Hill", + * "order": 801, + * "original_name": "Jason E. Hill", + * "popularity": 1.005, + * "profile_path": "/72vwVXFK7tb0IFt22WYQ8X0uPCy.jpg", + * "roles": [ + * { + * "character": "Truck Guard #1", + * "credit_id": "653eb01830813100e3b218c1", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346827, + * "known_for_department": "Acting", + * "name": "Celia Anaya", + * "order": 802, + * "original_name": "Celia Anaya", + * "popularity": 0.428, + * "profile_path": null, + * "roles": [ + * { + * "character": "Laundry Woman 1", + * "credit_id": "653eb02ee894a600c516e904", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346828, + * "known_for_department": "Acting", + * "name": "Maria L. Pardo", + * "order": 803, + * "original_name": "Maria L. Pardo", + * "popularity": 0.805, + * "profile_path": null, + * "roles": [ + * { + * "character": "Laundry Woman 2", + * "credit_id": "653eb037519bbb00fe5d1124", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346829, + * "known_for_department": "Acting", + * "name": "Veronica Jaquez", + * "order": 804, + * "original_name": "Veronica Jaquez", + * "popularity": 0.427, + * "profile_path": null, + * "roles": [ + * { + * "character": "Laundry Woman 3", + * "credit_id": "653eb04050733c00c53586c1", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1494546, + * "known_for_department": "Acting", + * "name": "Michael Sheets", + * "order": 806, + * "original_name": "Michael Sheets", + * "popularity": 2.762, + * "profile_path": "/rOlI3xD8vgHgkCd07JA0OeEyI58.jpg", + * "roles": [ + * { + * "character": "Cancer Patient", + * "credit_id": "653eb107e894a600ad5754ff", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2671876, + * "known_for_department": "Acting", + * "name": "Rick A. Ortega Jr.", + * "order": 808, + * "original_name": "Rick A. Ortega Jr.", + * "popularity": 0.102, + * "profile_path": "/2eTonxzRVM64UbI3bcWVTVKJFq4.jpg", + * "roles": [ + * { + * "character": "Waiter", + * "credit_id": "653eb16430813100ae619662", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1936778, + * "known_for_department": "Acting", + * "name": "Amanda Fresquez", + * "order": 809, + * "original_name": "Amanda Fresquez", + * "popularity": 3.19, + * "profile_path": null, + * "roles": [ + * { + * "character": "Sexy Cartel Girl", + * "credit_id": "653eb173e894a600ff1769df", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346867, + * "known_for_department": "Acting", + * "name": "Michael Valverde", + * "order": 811, + * "original_name": "Michael Valverde", + * "popularity": 1.116, + * "profile_path": null, + * "roles": [ + * { + * "character": "Dog Handler", + * "credit_id": "653eb2b450733c00ff4ac1a5", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346877, + * "known_for_department": "Acting", + * "name": "Augusta Meyers", + * "order": 812, + * "original_name": "Augusta Meyers", + * "popularity": 0.185, + * "profile_path": null, + * "roles": [ + * { + * "character": "News Reporter", + * "credit_id": "653eb335e894a600e2ce89ee", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346878, + * "known_for_department": "Acting", + * "name": "Lorenzita Anaya", + * "order": 813, + * "original_name": "Lorenzita Anaya", + * "popularity": 0.024, + * "profile_path": null, + * "roles": [ + * { + * "character": "Little Old Lady", + * "credit_id": "653eb33e50733c00adbcc7ab", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346880, + * "known_for_department": "Acting", + * "name": "Marty Smith", + * "order": 814, + * "original_name": "Marty Smith", + * "popularity": 0.029, + * "profile_path": null, + * "roles": [ + * { + * "character": "Bingo Caller", + * "credit_id": "653eb37dcc9683010b3f6a76", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346881, + * "known_for_department": "Acting", + * "name": "Erica Viking", + * "order": 815, + * "original_name": "Erica Viking", + * "popularity": 0.003, + * "profile_path": null, + * "roles": [ + * { + * "character": "Radio DJ #1 (voice)", + * "credit_id": "653eb3a8cc968300ea719214", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346883, + * "known_for_department": "Acting", + * "name": "Steve Ruiz", + * "order": 816, + * "original_name": "Steve Ruiz", + * "popularity": 1.174, + * "profile_path": null, + * "roles": [ + * { + * "character": "Radio DJ #2 (voice)", + * "credit_id": "653eb3b5109cd000eae41879", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346886, + * "known_for_department": "Acting", + * "name": "James Harris", + * "order": 817, + * "original_name": "James Harris", + * "popularity": 0.637, + * "profile_path": null, + * "roles": [ + * { + * "character": "Duty Officer", + * "credit_id": "653eb43c109cd000c948a8bd", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346889, + * "known_for_department": "Acting", + * "name": "Gail Starr", + * "order": 818, + * "original_name": "Gail Starr", + * "popularity": 0.315, + * "profile_path": null, + * "roles": [ + * { + * "character": "Nurse", + * "credit_id": "653eb449519bbb011b457cfb", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1314555, + * "known_for_department": "Acting", + * "name": "Carrington Vilmont", + * "order": 819, + * "original_name": "Carrington Vilmont", + * "popularity": 2.601, + * "profile_path": "/xfYxpKsD9DHiZTH0aIqVvHwmCSR.jpg", + * "roles": [ + * { + * "character": "Chief Food Technician", + * "credit_id": "653eb4825907de0138e23801", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346894, + * "known_for_department": "Acting", + * "name": "Christopher King", + * "order": 820, + * "original_name": "Christopher King", + * "popularity": 0.048, + * "profile_path": null, + * "roles": [ + * { + * "character": "Chris Mara", + * "credit_id": "653eb4ad308131013a150f96", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2803722, + * "known_for_department": "Acting", + * "name": "Trine Christensen", + * "order": 821, + * "original_name": "Trine Christensen", + * "popularity": 1.655, + * "profile_path": "/4hHK96AiRvRjLIepEAQKoW6gMNZ.jpg", + * "roles": [ + * { + * "character": "Ms. Tromel", + * "credit_id": "653eb4becc9683014eb9c4f6", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346897, + * "known_for_department": "Acting", + * "name": "Mathias Kaesebier", + * "order": 822, + * "original_name": "Mathias Kaesebier", + * "popularity": 0.127, + * "profile_path": null, + * "roles": [ + * { + * "character": "Lawyer", + * "credit_id": "653eb4cf30813100ae619757", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346899, + * "known_for_department": "Acting", + * "name": "Brennan Foster", + * "order": 823, + * "original_name": "Brennan Foster", + * "popularity": 0.039, + * "profile_path": null, + * "roles": [ + * { + * "character": "Detective", + * "credit_id": "653eb4e0c8a5ac00c6d7500b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3955228, + * "known_for_department": "Acting", + * "name": "Lillian Presley Leyba", + * "order": 824, + * "original_name": "Lillian Presley Leyba", + * "popularity": 0.241, + * "profile_path": null, + * "roles": [ + * { + * "character": "Kiira", + * "credit_id": "653eb4f0bc2cb3010b4b9c9b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1391889, + * "known_for_department": "Acting", + * "name": "Mike Ostroski", + * "order": 825, + * "original_name": "Mike Ostroski", + * "popularity": 2.638, + * "profile_path": "/tSHW9pmdaHCGxbzdqkNtAedMcbL.jpg", + * "roles": [ + * { + * "character": "Homeowner", + * "credit_id": "653eb55e50733c00adbcc820", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1276800, + * "known_for_department": "Production", + * "name": "Melissa McCurley", + * "order": 827, + * "original_name": "Melissa McCurley", + * "popularity": 2.43, + * "profile_path": null, + * "roles": [ + * { + * "character": "Secretary", + * "credit_id": "653eb5c6308131011d8d80f3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2649509, + * "known_for_department": "Acting", + * "name": "Kathleen Brady", + * "order": 830, + * "original_name": "Kathleen Brady", + * "popularity": 0.392, + * "profile_path": null, + * "roles": [ + * { + * "character": "Dorothy Yobs", + * "credit_id": "653eb739e894a600e2ce8ada", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346915, + * "known_for_department": "Acting", + * "name": "Phillip Hart", + * "order": 831, + * "original_name": "Phillip Hart", + * "popularity": 0.048, + * "profile_path": null, + * "roles": [ + * { + * "character": "DEA Agent", + * "credit_id": "653eb74a109cd0012cffd2aa", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346922, + * "known_for_department": "Acting", + * "name": "Cheryl Ford-Mente", + * "order": 832, + * "original_name": "Cheryl Ford-Mente", + * "popularity": 0.074, + * "profile_path": null, + * "roles": [ + * { + * "character": "Carol", + * "credit_id": "653eb7da109cd0012cffd2cc", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346926, + * "known_for_department": "Acting", + * "name": "Brett Shane Cooley", + * "order": 833, + * "original_name": "Brett Shane Cooley", + * "popularity": 0.064, + * "profile_path": null, + * "roles": [ + * { + * "character": "Homeowner", + * "credit_id": "653eb7fc50733c013e34f4f9", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346927, + * "known_for_department": "Acting", + * "name": "Victoria Lease", + * "order": 834, + * "original_name": "Victoria Lease", + * "popularity": 1.098, + * "profile_path": null, + * "roles": [ + * { + * "character": "DEA Agent", + * "credit_id": "653eb85acc968300ade75bd2", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346930, + * "known_for_department": "Acting", + * "name": "Michael Davis", + * "order": 836, + * "original_name": "Michael Davis", + * "popularity": 0.645, + * "profile_path": null, + * "roles": [ + * { + * "character": "Old Man", + * "credit_id": "653eb8eb5907de00fe1f4c77", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 132424, + * "known_for_department": "Acting", + * "name": "Kevin Owen McDonald", + * "order": 837, + * "original_name": "Kevin Owen McDonald", + * "popularity": 1.642, + * "profile_path": "/bQLhtyqYcnWsNHAYB6ie8obgaMr.jpg", + * "roles": [ + * { + * "character": "Meth Cook", + * "credit_id": "653eb903bc2cb3014d4b5325", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346939, + * "known_for_department": "Acting", + * "name": "Millard Drexler", + * "order": 838, + * "original_name": "Millard Drexler", + * "popularity": 0.024, + * "profile_path": null, + * "roles": [ + * { + * "character": "Customer", + * "credit_id": "653eb93e109cd000c948a9e6", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2834952, + * "known_for_department": "Acting", + * "name": "Caroline Patz", + * "order": 839, + * "original_name": "Caroline Patz", + * "popularity": 0.09, + * "profile_path": null, + * "roles": [ + * { + * "character": "Waitress", + * "credit_id": "653eb945519bbb00fe5d1357", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1930686, + * "known_for_department": "Acting", + * "name": "Sachie Capitani", + * "order": 840, + * "original_name": "Sachie Capitani", + * "popularity": 0.557, + * "profile_path": "/vo496Peu1qRdoPO1bO4qvzC59q7.jpg", + * "roles": [ + * { + * "character": "Kid", + * "credit_id": "653eb991c8a5ac00ad37cdbd", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 48312, + * "known_for_department": "Acting", + * "name": "Noah Segan", + * "order": 841, + * "original_name": "Noah Segan", + * "popularity": 4.325, + * "profile_path": "/j1mjH6uOZlKaiQ18U4SaTnmnjMl.jpg", + * "roles": [ + * { + * "character": "Fireman (uncredited)", + * "credit_id": "653eba22109cd000eae419ca", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346960, + * "known_for_department": "Acting", + * "name": "Patricio Delgado", + * "order": 842, + * "original_name": "Patricio Delgado", + * "popularity": 0.087, + * "profile_path": null, + * "roles": [ + * { + * "character": "Cop #1", + * "credit_id": "653eba71e894a600ad5756cc", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4346967, + * "known_for_department": "Acting", + * "name": "Aaron Wright", + * "order": 843, + * "original_name": "Aaron Wright", + * "popularity": 1.032, + * "profile_path": null, + * "roles": [ + * { + * "character": "Debuty #1", + * "credit_id": "653ebb22308131013a1510e9", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1639193, + * "known_for_department": "Acting", + * "name": "Julianne Flores", + * "order": 845, + * "original_name": "Julianne Flores", + * "popularity": 0.858, + * "profile_path": null, + * "roles": [ + * { + * "character": "Waitress", + * "credit_id": "653ebb4b5907de011bc56696", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1570629, + * "known_for_department": "Acting", + * "name": "William R. Stafford", + * "order": 846, + * "original_name": "William R. Stafford", + * "popularity": 0.001, + * "profile_path": null, + * "roles": [ + * { + * "character": "Government Lawyer", + * "credit_id": "653ebb5fcc968300ade75c6e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3957062, + * "known_for_department": "Acting", + * "name": "Leslie O'Carroll", + * "order": 847, + * "original_name": "Leslie O'Carroll", + * "popularity": 1.429, + * "profile_path": null, + * "roles": [ + * { + * "character": "Barfly", + * "credit_id": "653ebb74519bbb011b457e76", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1283875, + * "known_for_department": "Production", + * "name": "Alex Gianopoulos", + * "order": 848, + * "original_name": "Alex Gianopoulos", + * "popularity": 0.84, + * "profile_path": null, + * "roles": [ + * { + * "character": "Waiter", + * "credit_id": "653ebbb130813100ae61990b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1335375, + * "known_for_department": "Crew", + * "name": "Ed Duran", + * "order": 849, + * "original_name": "Ed Duran", + * "popularity": 2.433, + * "profile_path": "/mzPJkVKg7ve3whmvyf2TyDIuewr.jpg", + * "roles": [ + * { + * "character": "DEA Agent #1 (uncredited)", + * "credit_id": "655bb4fa10923000ab494163", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 2569929, + * "known_for_department": "Acting", + * "name": "Carlos Telles", + * "order": 850, + * "original_name": "Carlos Telles", + * "popularity": 0.556, + * "profile_path": null, + * "roles": [ + * { + * "character": "Cop #2", + * "credit_id": "659b1f2d5b12400148038445", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 4472830, + * "known_for_department": "Acting", + * "name": "Scott Ward", + * "order": 851, + * "original_name": "Scott Ward", + * "popularity": 0.001, + * "profile_path": null, + * "roles": [ + * { + * "character": "Public Defender", + * "credit_id": "659dad671d35630095d6aa8c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * } + * ] */ + cast?: { + /** @example false */ + adult?: boolean; + /** @example 2 */ + gender?: number; + /** @example 17419 */ + id?: number; + /** @example Acting */ + known_for_department?: string; + /** @example Bryan Cranston */ + name?: string; + /** @example 0 */ + order?: number; + /** @example Bryan Cranston */ + original_name?: string; + /** @example 37.518 */ + popularity?: number; + /** @example /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg */ + profile_path?: string | null; + /** @example [ + * { + * "character": "Walter White", + * "credit_id": "52542282760ee313280017f9", + * "episode_count": 65 + * } + * ] */ + roles?: { + /** @example Walter White */ + character?: string; + /** @example 52542282760ee313280017f9 */ + credit_id?: string; + /** @example 65 */ + episode_count?: number; + }[]; + /** @example 65 */ + total_episode_count?: number; + }[]; + /** @example [ + * { + * "adult": false, + * "department": "Art", + * "gender": 2, + * "id": 1330079, + * "jobs": [ + * { + * "credit_id": "539980c8c3a3681d0700143a", + * "episode_count": 55, + * "job": "Art Direction" + * } + * ], + * "known_for_department": "Art", + * "name": "Bjarne Sletteland", + * "original_name": "Bjarne Sletteland", + * "popularity": 2.391, + * "profile_path": null, + * "total_episode_count": 55 + * }, + * { + * "adult": false, + * "department": "Art", + * "gender": 2, + * "id": 12706, + * "jobs": [ + * { + * "credit_id": "539980a1c3a3681d0d00148b", + * "episode_count": 42, + * "job": "Production Design" + * } + * ], + * "known_for_department": "Art", + * "name": "Mark S. Freeborn", + * "original_name": "Mark S. Freeborn", + * "popularity": 2.144, + * "profile_path": null, + * "total_episode_count": 42 + * }, + * { + * "adult": false, + * "department": "Art", + * "gender": 2, + * "id": 21640, + * "jobs": [ + * { + * "credit_id": "52b7020b19c295223b0a46e8", + * "episode_count": 20, + * "job": "Production Design" + * } + * ], + * "known_for_department": "Art", + * "name": "Robb Wilson King", + * "original_name": "Robb Wilson King", + * "popularity": 2.247, + * "profile_path": null, + * "total_episode_count": 20 + * }, + * { + * "adult": false, + * "department": "Art", + * "gender": 1, + * "id": 1537678, + * "jobs": [ + * { + * "credit_id": "643fecaedd4716080d81383b", + * "episode_count": 2, + * "job": "Art Direction" + * }, + * { + * "credit_id": "643fec9bb0ba7e04cf13314a", + * "episode_count": 12, + * "job": "Assistant Art Director" + * } + * ], + * "known_for_department": "Art", + * "name": "Paula Dal Santo", + * "original_name": "Paula Dal Santo", + * "popularity": 0.793, + * "profile_path": null, + * "total_episode_count": 14 + * }, + * { + * "adult": false, + * "department": "Art", + * "gender": 2, + * "id": 1018092, + * "jobs": [ + * { + * "credit_id": "62feade5cf4a640080998241", + * "episode_count": 1, + * "job": "Art Direction" + * } + * ], + * "known_for_department": "Art", + * "name": "James F. Oberlander", + * "original_name": "James F. Oberlander", + * "popularity": 0.994, + * "profile_path": null, + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 52034, + * "jobs": [ + * { + * "credit_id": "64603ebedbbb42015305d0a9", + * "episode_count": 48, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Directing", + * "name": "Michael Slovis", + * "original_name": "Michael Slovis", + * "popularity": 3.458, + * "profile_path": "/6L2U9eY6YisJlxlmQEwims8Gkf3.jpg", + * "total_episode_count": 48 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 17948, + * "jobs": [ + * { + * "credit_id": "52b7049c19c2953b63015013", + * "episode_count": 6, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Camera", + * "name": "Reynaldo Villalobos", + * "original_name": "Reynaldo Villalobos", + * "popularity": 2.128, + * "profile_path": null, + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 58187, + * "jobs": [ + * { + * "credit_id": "64603f03a672540143668ef9", + * "episode_count": 3, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Camera", + * "name": "Arthur Albert", + * "original_name": "Arthur Albert", + * "popularity": 1.591, + * "profile_path": null, + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 959352, + * "jobs": [ + * { + * "credit_id": "53998f1fc3a3681d150015c6", + * "episode_count": 2, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Camera", + * "name": "Nelson Cragg", + * "original_name": "Nelson Cragg", + * "popularity": 1.855, + * "profile_path": "/mq9JphJkqfmeQ86oqn5PQX1P7Qq.jpg", + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 1330080, + * "jobs": [ + * { + * "credit_id": "539982d8c3a3681d0a0014f5", + * "episode_count": 2, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Camera", + * "name": "Peter Reniers", + * "original_name": "Peter Reniers", + * "popularity": 0.398, + * "profile_path": null, + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 2483, + * "jobs": [ + * { + * "credit_id": "52b7029219c29533d00dd2c1", + * "episode_count": 1, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Camera", + * "name": "John Toll", + * "original_name": "John Toll", + * "popularity": 3.867, + * "profile_path": "/cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 1543194, + * "jobs": [ + * { + * "credit_id": "565e263fc3a3687cff00374b", + * "episode_count": 1, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Camera", + * "name": "Marshall Adams", + * "original_name": "Marshall Adams", + * "popularity": 2.426, + * "profile_path": "/ncUZjPfQrKBdUZV0fOlUwn984rx.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 35583, + * "jobs": [ + * { + * "credit_id": "52b7034f19c2955402184de6", + * "episode_count": 46, + * "job": "Costume Design" + * } + * ], + * "known_for_department": "Costume & Make-Up", + * "name": "Kathleen Detoro", + * "original_name": "Kathleen Detoro", + * "popularity": 1.319, + * "profile_path": null, + * "total_episode_count": 46 + * }, + * { + * "adult": false, + * "department": "Costume & Make-Up", + * "gender": 1, + * "id": 1537674, + * "jobs": [ + * { + * "credit_id": "6418a1a7a14bef00b815158a", + * "episode_count": 16, + * "job": "Costume Design" + * } + * ], + * "known_for_department": "Costume & Make-Up", + * "name": "Jennifer Bryan", + * "original_name": "Jennifer Bryan", + * "popularity": 1.422, + * "profile_path": "/oA5QovyVfEG0SUIs0DIhGsriyok.jpg", + * "total_episode_count": 16 + * }, + * { + * "adult": false, + * "department": "Crew", + * "gender": 2, + * "id": 1537690, + * "jobs": [ + * { + * "credit_id": "6450485343501100ea397cba", + * "episode_count": 62, + * "job": "Stunt Coordinator" + * } + * ], + * "known_for_department": "Crew", + * "name": "Al Goto", + * "original_name": "Al Goto", + * "popularity": 2.667, + * "profile_path": "/sJEtjLwLdqhY3soar4BflPBDpZu.jpg", + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Crew", + * "gender": 2, + * "id": 4065202, + * "jobs": [ + * { + * "credit_id": "64634c54ef8b3200fe7e825f", + * "episode_count": 32, + * "job": "Thanks" + * } + * ], + * "known_for_department": "Crew", + * "name": "Richard Berry", + * "original_name": "Richard Berry", + * "popularity": 1.219, + * "profile_path": null, + * "total_episode_count": 32 + * }, + * { + * "adult": false, + * "department": "Crew", + * "gender": 2, + * "id": 4065206, + * "jobs": [ + * { + * "credit_id": "64634bf20f365501190773a4", + * "episode_count": 30, + * "job": "Thanks" + * } + * ], + * "known_for_department": "Crew", + * "name": "Martin Chávez", + * "original_name": "Martin Chávez", + * "popularity": 0.332, + * "profile_path": null, + * "total_episode_count": 30 + * }, + * { + * "adult": false, + * "department": "Crew", + * "gender": 2, + * "id": 53255, + * "jobs": [ + * { + * "credit_id": "64f2e2e55f2b8d00e12b6852", + * "episode_count": 2, + * "job": "Stunts" + * } + * ], + * "known_for_department": "Acting", + * "name": "Cesar Garcia", + * "original_name": "Cesar Garcia", + * "popularity": 2.737, + * "profile_path": "/ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg", + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 111338, + * "jobs": [ + * { + * "credit_id": "52542275760ee31328000725", + * "episode_count": 44, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Adam Bernstein", + * "original_name": "Adam Bernstein", + * "popularity": 2.628, + * "profile_path": "/jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg", + * "total_episode_count": 44 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 1212287, + * "jobs": [ + * { + * "credit_id": "52542281760ee31328001550", + * "episode_count": 21, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Colin Bucksey", + * "original_name": "Colin Bucksey", + * "popularity": 3.051, + * "profile_path": "/apHHMfnkCVna1iYR3K5PA0TQ14D.jpg", + * "total_episode_count": 21 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 1, + * "id": 29779, + * "jobs": [ + * { + * "credit_id": "52542280760ee31328001325", + * "episode_count": 11, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Michelle MacLaren", + * "original_name": "Michelle MacLaren", + * "popularity": 3.534, + * "profile_path": "/3LcH5eNiysMWaepARllVrS4Dzn7.jpg", + * "total_episode_count": 11 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 1214396, + * "jobs": [ + * { + * "credit_id": "525423ca760ee31328002186", + * "episode_count": 10, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Scott Winant", + * "original_name": "Scott Winant", + * "popularity": 4.243, + * "profile_path": "/6B7nTUfpOW714j6A1GO0obiggX7.jpg", + * "total_episode_count": 10 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 21053, + * "jobs": [ + * { + * "credit_id": "5254227d760ee31328000fdc", + * "episode_count": 6, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "John Dahl", + * "original_name": "John Dahl", + * "popularity": 7.236, + * "profile_path": "/8WDCi9LJ9Lc7z6BSwGiQqfkSx61.jpg", + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 1, + * "id": 18320, + * "jobs": [ + * { + * "credit_id": "52542279760ee31328000b61", + * "episode_count": 6, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Bronwen Hughes", + * "original_name": "Bronwen Hughes", + * "popularity": 2.821, + * "profile_path": "/6m7XiXVXyEaN81e4OyDfWxBpNov.jpg", + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 21377, + * "jobs": [ + * { + * "credit_id": "5254227f760ee313280010b4", + * "episode_count": 6, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Peter Medak", + * "original_name": "Peter Medak", + * "popularity": 6.868, + * "profile_path": "/oUPjJXMOSomwrqFx4eobxROVZOV.jpg", + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 77211, + * "jobs": [ + * { + * "credit_id": "5254227f760ee31328001211", + * "episode_count": 6, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Félix Enríquez Alcalá", + * "original_name": "Félix Enríquez Alcalá", + * "popularity": 2.867, + * "profile_path": "/rlnSbY7tueXmlyjI8St7ee1PniI.jpg", + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 15858, + * "jobs": [ + * { + * "credit_id": "5254227b760ee31328000d0c", + * "episode_count": 6, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Tim Hunter", + * "original_name": "Tim Hunter", + * "popularity": 3.246, + * "profile_path": "/n03G1gCKqxpi6udwINygNiLoGdn.jpg", + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 1214445, + * "jobs": [ + * { + * "credit_id": "52542280760ee313280013a6", + * "episode_count": 6, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Phil Abraham", + * "original_name": "Phil Abraham", + * "popularity": 3.119, + * "profile_path": "/kSFThx7LRAFjFPEMERR4O0kuGzf.jpg", + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 205639, + * "jobs": [ + * { + * "credit_id": "52542278760ee31328000a9b", + * "episode_count": 6, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Jim McKay", + * "original_name": "Jim McKay", + * "popularity": 3.275, + * "profile_path": "/hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg", + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 66633, + * "jobs": [ + * { + * "credit_id": "52542275760ee313280006e8", + * "episode_count": 5, + * "job": "Director" + * } + * ], + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg", + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 52034, + * "jobs": [ + * { + * "credit_id": "525423cb760ee3132800238d", + * "episode_count": 4, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Michael Slovis", + * "original_name": "Michael Slovis", + * "popularity": 3.458, + * "profile_path": "/6L2U9eY6YisJlxlmQEwims8Gkf3.jpg", + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 17419, + * "jobs": [ + * { + * "credit_id": "5254227b760ee31328000d85", + * "episode_count": 3, + * "job": "Director" + * } + * ], + * "known_for_department": "Acting", + * "name": "Bryan Cranston", + * "original_name": "Bryan Cranston", + * "popularity": 37.518, + * "profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg", + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 1193575, + * "jobs": [ + * { + * "credit_id": "52753dad760ee3158f01fff4", + * "episode_count": 3, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Terry McDonough", + * "original_name": "Terry McDonough", + * "popularity": 1.556, + * "profile_path": null, + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 67367, + * "jobs": [ + * { + * "credit_id": "525423cb760ee313280023d8", + * "episode_count": 3, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Rian Johnson", + * "original_name": "Rian Johnson", + * "popularity": 7.747, + * "profile_path": "/uPWwvdppeZVKPbYcjXKU8zyuAVh.jpg", + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 212408, + * "jobs": [ + * { + * "credit_id": "5274fa85760ee343c00f6cb7", + * "episode_count": 3, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Johan Renck", + * "original_name": "Johan Renck", + * "popularity": 3.195, + * "profile_path": "/pkPO6RhVFcKDiEUtbHjTkq4JjYi.jpg", + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 24951, + * "jobs": [ + * { + * "credit_id": "527685f3760ee360330b9ed3", + * "episode_count": 2, + * "job": "Director" + * } + * ], + * "known_for_department": "Production", + * "name": "Peter Gould", + * "original_name": "Peter Gould", + * "popularity": 6.709, + * "profile_path": "/a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg", + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 1223193, + * "jobs": [ + * { + * "credit_id": "5277f415760ee331cb01760b", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Writing", + * "name": "George Mastras", + * "original_name": "George Mastras", + * "popularity": 3.07, + * "profile_path": "/2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 29924, + * "jobs": [ + * { + * "credit_id": "525423cb760ee3132800227c", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Writing", + * "name": "John Shiban", + * "original_name": "John Shiban", + * "popularity": 2.348, + * "profile_path": "/rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 27571, + * "jobs": [ + * { + * "credit_id": "52765a86760ee36d75009e18", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "David Slade", + * "original_name": "David Slade", + * "popularity": 6.289, + * "profile_path": "/9jL9OasecqvhQFvGYQtB4K6omGf.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 1223194, + * "jobs": [ + * { + * "credit_id": "52782e08760ee375a6041d36", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Writing", + * "name": "Sam Catlin", + * "original_name": "Sam Catlin", + * "popularity": 0.748, + * "profile_path": "/xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 69791, + * "jobs": [ + * { + * "credit_id": "5254227b760ee31328000e92", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Acting", + * "name": "Charles Haid", + * "original_name": "Charles Haid", + * "popularity": 10.461, + * "profile_path": "/6X2iBOvxH9ud6XFgMwNycFnfVqh.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 1, + * "id": 1215145, + * "jobs": [ + * { + * "credit_id": "5603c49292514122c00042fc", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Tricia Brock", + * "original_name": "Tricia Brock", + * "popularity": 2.165, + * "profile_path": "/5OV41AzetM5WrJ0zKqmw4mShEk5.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 103009, + * "jobs": [ + * { + * "credit_id": "5277ff43760ee33970388037", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Writing", + * "name": "Thomas Schnauz", + * "original_name": "Thomas Schnauz", + * "popularity": 3.936, + * "profile_path": "/uMz5wsgv6QQAgFI809SgCCbwYn9.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Editing", + * "gender": 2, + * "id": 1123195, + * "jobs": [ + * { + * "credit_id": "52b705e619c2955a1f0c895b", + * "episode_count": 16, + * "job": "Editor" + * } + * ], + * "known_for_department": "Editing", + * "name": "Skip Macdonald", + * "original_name": "Skip Macdonald", + * "popularity": 1.205, + * "profile_path": "/58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg", + * "total_episode_count": 16 + * }, + * { + * "adult": false, + * "department": "Editing", + * "gender": 1, + * "id": 1280074, + * "jobs": [ + * { + * "credit_id": "52b7051619c29533d00e8c79", + * "episode_count": 15, + * "job": "Editor" + * } + * ], + * "known_for_department": "Editing", + * "name": "Kelley Dixon", + * "original_name": "Kelley Dixon", + * "popularity": 1.088, + * "profile_path": null, + * "total_episode_count": 15 + * }, + * { + * "adult": false, + * "department": "Editing", + * "gender": 1, + * "id": 1280071, + * "jobs": [ + * { + * "credit_id": "52b702ea19c2955402183a66", + * "episode_count": 4, + * "job": "Editor" + * } + * ], + * "known_for_department": "Editing", + * "name": "Lynne Willingham", + * "original_name": "Lynne Willingham", + * "popularity": 1.28, + * "profile_path": null, + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 5162, + * "jobs": [ + * { + * "credit_id": "52542287760ee31328001b69", + * "episode_count": 62, + * "job": "Executive Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Mark Johnson", + * "original_name": "Mark Johnson", + * "popularity": 3.444, + * "profile_path": "/gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg", + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 6479, + * "jobs": [ + * { + * "credit_id": "6444663ccee2f6049f36d7d3", + * "episode_count": 62, + * "job": "Casting" + * } + * ], + * "known_for_department": "Production", + * "name": "Sharon Bialy", + * "original_name": "Sharon Bialy", + * "popularity": 3.104, + * "profile_path": "/uOex6LpaQYncD0sQfVYD1frI5uJ.jpg", + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 959387, + * "jobs": [ + * { + * "credit_id": "64446643cee2f604f336e877", + * "episode_count": 62, + * "job": "Casting" + * } + * ], + * "known_for_department": "Production", + * "name": "Sherry Thomas", + * "original_name": "Sherry Thomas", + * "popularity": 1.562, + * "profile_path": null, + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1223199, + * "jobs": [ + * { + * "credit_id": "64189dc4a14bef0081007126", + * "episode_count": 26, + * "job": "Producer" + * }, + * { + * "credit_id": "64189dbaa14bef00fd7d4bca", + * "episode_count": 7, + * "job": "Co-Producer" + * }, + * { + * "credit_id": "64189dcea14bef008100712b", + * "episode_count": 29, + * "job": "Co-Executive Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Melissa Bernstein", + * "original_name": "Melissa Bernstein", + * "popularity": 1.273, + * "profile_path": "/rSztwqMUIko8RkmwjxBse1XDW3g.jpg", + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 1223200, + * "jobs": [ + * { + * "credit_id": "64189cd9e74146007c82fbfc", + * "episode_count": 7, + * "job": "Co-Producer" + * }, + * { + * "credit_id": "64189d12310325010151b7b7", + * "episode_count": 55, + * "job": "Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Stewart Lyons", + * "original_name": "Stewart Lyons", + * "popularity": 0.524, + * "profile_path": "/dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg", + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 66633, + * "jobs": [ + * { + * "credit_id": "52542287760ee31328001af1", + * "episode_count": 62, + * "job": "Executive Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg", + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1223202, + * "jobs": [ + * { + * "credit_id": "64189d6f2b8a43008158d346", + * "episode_count": 13, + * "job": "Co-Producer" + * }, + * { + * "credit_id": "64189d6931032500e8a2e67a", + * "episode_count": 13, + * "job": "Associate Producer" + * }, + * { + * "credit_id": "64189d742b8a4300b8d57ca9", + * "episode_count": 29, + * "job": "Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Diane Mercer", + * "original_name": "Diane Mercer", + * "popularity": 3.922, + * "profile_path": null, + * "total_episode_count": 55 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 1223194, + * "jobs": [ + * { + * "credit_id": "64189e12a14bef00b81514a9", + * "episode_count": 29, + * "job": "Co-Executive Producer" + * }, + * { + * "credit_id": "64189e0e0d5d85008387c458", + * "episode_count": 13, + * "job": "Supervising Producer" + * }, + * { + * "credit_id": "64189e076a222700e976684a", + * "episode_count": 13, + * "job": "Co-Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Sam Catlin", + * "original_name": "Sam Catlin", + * "popularity": 0.748, + * "profile_path": "/xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg", + * "total_episode_count": 55 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 1537675, + * "jobs": [ + * { + * "credit_id": "644465ffd38b580521114ec4", + * "episode_count": 55, + * "job": "Casting Associate" + * } + * ], + * "known_for_department": "Production", + * "name": "Russell Scott", + * "original_name": "Russell Scott", + * "popularity": 1.113, + * "profile_path": null, + * "total_episode_count": 55 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 29779, + * "jobs": [ + * { + * "credit_id": "64189e593103250086f93b2e", + * "episode_count": 13, + * "job": "Co-Executive Producer" + * }, + * { + * "credit_id": "64189e5f6a2227008de8d147", + * "episode_count": 29, + * "job": "Executive Producer" + * } + * ], + * "known_for_department": "Directing", + * "name": "Michelle MacLaren", + * "original_name": "Michelle MacLaren", + * "popularity": 3.534, + * "profile_path": "/3LcH5eNiysMWaepARllVrS4Dzn7.jpg", + * "total_episode_count": 42 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 24951, + * "jobs": [ + * { + * "credit_id": "64189e32e7414600b96bf12e", + * "episode_count": 13, + * "job": "Producer" + * }, + * { + * "credit_id": "64189e3f0d5d85009ba2c1d8", + * "episode_count": 16, + * "job": "Co-Executive Producer" + * }, + * { + * "credit_id": "64189e3a2b8a430099f4a7d7", + * "episode_count": 13, + * "job": "Supervising Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Peter Gould", + * "original_name": "Peter Gould", + * "popularity": 6.709, + * "profile_path": "/a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg", + * "total_episode_count": 42 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 1223193, + * "jobs": [ + * { + * "credit_id": "64189e986a222700e9766867", + * "episode_count": 13, + * "job": "Supervising Producer" + * }, + * { + * "credit_id": "64189e9c6a2227008de8d158", + * "episode_count": 16, + * "job": "Co-Executive Producer" + * }, + * { + * "credit_id": "64189e90e74146008672cb4b", + * "episode_count": 13, + * "job": "Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "George Mastras", + * "original_name": "George Mastras", + * "popularity": 3.07, + * "profile_path": "/2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg", + * "total_episode_count": 42 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 103009, + * "jobs": [ + * { + * "credit_id": "64189eba2b8a43008158d399", + * "episode_count": 13, + * "job": "Supervising Producer" + * }, + * { + * "credit_id": "64189ecbe7414600f7ef55f8", + * "episode_count": 16, + * "job": "Co-Executive Producer" + * }, + * { + * "credit_id": "52542289760ee31328001c03", + * "episode_count": 13, + * "job": "Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Thomas Schnauz", + * "original_name": "Thomas Schnauz", + * "popularity": 3.936, + * "profile_path": "/uMz5wsgv6QQAgFI809SgCCbwYn9.jpg", + * "total_episode_count": 42 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1223198, + * "jobs": [ + * { + * "credit_id": "64189f2be74146007c82fc98", + * "episode_count": 13, + * "job": "Producer" + * }, + * { + * "credit_id": "64189f24a14bef0099c83946", + * "episode_count": 13, + * "job": "Co-Producer" + * }, + * { + * "credit_id": "64189f31310325010151b83d", + * "episode_count": 16, + * "job": "Supervising Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Moira Walley-Beckett", + * "original_name": "Moira Walley-Beckett", + * "popularity": 5.629, + * "profile_path": "/1sRNcxMZVsVcY6NFNQzASJuR8By.jpg", + * "total_episode_count": 42 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 29924, + * "jobs": [ + * { + * "credit_id": "64189f480d5d8500f2d7be40", + * "episode_count": 39, + * "job": "Consulting Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "John Shiban", + * "original_name": "John Shiban", + * "popularity": 2.348, + * "profile_path": "/rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg", + * "total_episode_count": 39 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 3970747, + * "jobs": [ + * { + * "credit_id": "64189f7aa14bef0099c8395a", + * "episode_count": 29, + * "job": "Associate Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Andrew Ortner", + * "original_name": "Andrew Ortner", + * "popularity": 0.234, + * "profile_path": null, + * "total_episode_count": 29 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 17419, + * "jobs": [ + * { + * "credit_id": "5254228d760ee31328001cc7", + * "episode_count": 29, + * "job": "Producer" + * } + * ], + * "known_for_department": "Acting", + * "name": "Bryan Cranston", + * "original_name": "Bryan Cranston", + * "popularity": 37.518, + * "profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg", + * "total_episode_count": 29 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 1930718, + * "jobs": [ + * { + * "credit_id": "6449841d05a53304be1b880d", + * "episode_count": 29, + * "job": "Location Manager" + * } + * ], + * "known_for_department": "Production", + * "name": "Christian Diaz de Bedoya", + * "original_name": "Christian Diaz de Bedoya", + * "popularity": 1.431, + * "profile_path": "/jgELIZ1msexaFvFHUePDvvZpFRr.jpg", + * "total_episode_count": 29 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1223201, + * "jobs": [ + * { + * "credit_id": "5254228c760ee31328001c37", + * "episode_count": 20, + * "job": "Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Karen Moore", + * "original_name": "Karen Moore", + * "popularity": 1.033, + * "profile_path": null, + * "total_episode_count": 20 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1218856, + * "jobs": [ + * { + * "credit_id": "6418a01d0d5d8500f2d7be70", + * "episode_count": 6, + * "job": "Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null, + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1808170, + * "jobs": [ + * { + * "credit_id": "6418a04de7414600b96bf1bd", + * "episode_count": 2, + * "job": "Associate Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Gina Scheerer", + * "original_name": "Gina Scheerer", + * "popularity": 0.393, + * "profile_path": null, + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Sound", + * "gender": 2, + * "id": 1537682, + * "jobs": [ + * { + * "credit_id": "644986702fdec604e4a1236a", + * "episode_count": 62, + * "job": "Supervising Sound Editor" + * } + * ], + * "known_for_department": "Sound", + * "name": "Kurt Nicholas Forshager", + * "original_name": "Kurt Nicholas Forshager", + * "popularity": 0.58, + * "profile_path": null, + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Sound", + * "gender": 2, + * "id": 1280070, + * "jobs": [ + * { + * "credit_id": "52b7008819c29559eb03dd72", + * "episode_count": 62, + * "job": "Original Music Composer" + * } + * ], + * "known_for_department": "Sound", + * "name": "Dave Porter", + * "original_name": "Dave Porter", + * "popularity": 0.86, + * "profile_path": "/flRW9QknVtU8HG7lLjMvflbhl2a.jpg", + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Sound", + * "gender": 2, + * "id": 1069688, + * "jobs": [ + * { + * "credit_id": "64634e45e3fa2f00e404a628", + * "episode_count": 62, + * "job": "Music Supervisor" + * } + * ], + * "known_for_department": "Sound", + * "name": "Thomas Golubić", + * "original_name": "Thomas Golubić", + * "popularity": 1.132, + * "profile_path": "/umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg", + * "total_episode_count": 62 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 66633, + * "jobs": [ + * { + * "credit_id": "52542275760ee313280006ce", + * "episode_count": 13, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg", + * "total_episode_count": 13 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 24951, + * "jobs": [ + * { + * "credit_id": "6443b361cee2f6044b36a4f2", + * "episode_count": 11, + * "job": "Writer" + * } + * ], + * "known_for_department": "Production", + * "name": "Peter Gould", + * "original_name": "Peter Gould", + * "popularity": 6.709, + * "profile_path": "/a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg", + * "total_episode_count": 11 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 1223194, + * "jobs": [ + * { + * "credit_id": "5254227d760ee31328000fb2", + * "episode_count": 10, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Sam Catlin", + * "original_name": "Sam Catlin", + * "popularity": 0.748, + * "profile_path": "/xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg", + * "total_episode_count": 10 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 1223193, + * "jobs": [ + * { + * "credit_id": "52542279760ee31328000b45", + * "episode_count": 10, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "George Mastras", + * "original_name": "George Mastras", + * "popularity": 3.07, + * "profile_path": "/2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg", + * "total_episode_count": 10 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 1, + * "id": 1223198, + * "jobs": [ + * { + * "credit_id": "6443b454651fcf04b29d2b4f", + * "episode_count": 9, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Moira Walley-Beckett", + * "original_name": "Moira Walley-Beckett", + * "popularity": 5.629, + * "profile_path": "/1sRNcxMZVsVcY6NFNQzASJuR8By.jpg", + * "total_episode_count": 9 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 103009, + * "jobs": [ + * { + * "credit_id": "6443b3e3a06efe0552a4835a", + * "episode_count": 7, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Thomas Schnauz", + * "original_name": "Thomas Schnauz", + * "popularity": 3.936, + * "profile_path": "/uMz5wsgv6QQAgFI809SgCCbwYn9.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 1, + * "id": 1223203, + * "jobs": [ + * { + * "credit_id": "525423ce760ee3132800261a", + * "episode_count": 5, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Gennifer Hutchison", + * "original_name": "Gennifer Hutchison", + * "popularity": 0.946, + * "profile_path": "/b9aW3OIGhVOv7m8QdIzX87Bs4hl.jpg", + * "total_episode_count": 5 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 29924, + * "jobs": [ + * { + * "credit_id": "6443b562cee2f604c936a8a3", + * "episode_count": 4, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "John Shiban", + * "original_name": "John Shiban", + * "popularity": 2.348, + * "profile_path": "/rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg", + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 212407, + * "jobs": [ + * { + * "credit_id": "52750452760ee345a913253e", + * "episode_count": 2, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "J. Roberts", + * "original_name": "J. Roberts", + * "popularity": 0.279, + * "profile_path": null, + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 1, + * "id": 1218856, + * "jobs": [ + * { + * "credit_id": "64189fca5690b5007a5592e1", + * "episode_count": 1, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null, + * "total_episode_count": 1 + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example Art */ + department?: string; + /** @example 2 */ + gender?: number; + /** @example 1330079 */ + id?: number; + /** @example [ + * { + * "credit_id": "539980c8c3a3681d0700143a", + * "episode_count": 55, + * "job": "Art Direction" + * } + * ] */ + jobs?: { + /** @example 539980c8c3a3681d0700143a */ + credit_id?: string; + /** @example 55 */ + episode_count?: number; + /** @example Art Direction */ + job?: string; + }[]; + /** @example Art */ + known_for_department?: string; + /** @example Bjarne Sletteland */ + name?: string; + /** @example Bjarne Sletteland */ + original_name?: string; + /** @example 2.391 */ + popularity?: number; + /** @example null */ + profile_path?: string | null; + /** @example 55 */ + total_episode_count?: number; + }[]; + /** @example 1396 */ + id?: number; + }; + }; + }; + }; + }; + alternativeTitles1: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description alternative titles */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example [ + * { + * "iso_3166_1": "BG", + * "title": "В обувките на Сатаната", + * "type": "" + * }, + * { + * "iso_3166_1": "BR", + * "title": "Breaking Bad: A Química do Mal", + * "type": "" + * }, + * { + * "iso_3166_1": "CA", + * "title": "Breaking Bad - Le Chimiste", + * "type": "" + * }, + * { + * "iso_3166_1": "CN", + * "title": "绝命毒师", + * "type": "" + * }, + * { + * "iso_3166_1": "CZ", + * "title": "Perníkový táta", + * "type": "" + * }, + * { + * "iso_3166_1": "EE", + * "title": "Halvale teele", + * "type": "" + * }, + * { + * "iso_3166_1": "GR", + * "title": "Σπάζοντας τα ηθικά σου όρια", + * "type": "" + * }, + * { + * "iso_3166_1": "HR", + * "title": "Na putu prema dolje", + * "type": "" + * }, + * { + * "iso_3166_1": "HU", + * "title": "Totál szívás", + * "type": "" + * }, + * { + * "iso_3166_1": "IR", + * "title": "افسار گسیخته", + * "type": "" + * }, + * { + * "iso_3166_1": "IT", + * "title": "Breaking Bad - Reazioni collaterali", + * "type": "" + * }, + * { + * "iso_3166_1": "JP", + * "title": "ブレイキング・バッド", + * "type": "" + * }, + * { + * "iso_3166_1": "LT", + * "title": "Bręstantis blogis", + * "type": "" + * }, + * { + * "iso_3166_1": "LV", + * "title": "Pārkāpt robežu", + * "type": "" + * }, + * { + * "iso_3166_1": "PT", + * "title": "Breaking Bad: Ruptura Total", + * "type": "" + * }, + * { + * "iso_3166_1": "RS", + * "title": "Чиста хемија", + * "type": "" + * }, + * { + * "iso_3166_1": "RU", + * "title": "Во все тяжкие", + * "type": "" + * }, + * { + * "iso_3166_1": "SA", + * "title": "بريكنق باد", + * "type": "دراما" + * }, + * { + * "iso_3166_1": "SI", + * "title": "Kriva pota", + * "type": "" + * }, + * { + * "iso_3166_1": "TW", + * "title": "絕命毒師", + * "type": "" + * }, + * { + * "iso_3166_1": "UA", + * "title": "Пуститися берега", + * "type": "" + * }, + * { + * "iso_3166_1": "UZ", + * "title": "Egrilik sari", + * "type": "" + * }, + * { + * "iso_3166_1": "VN", + * "title": "Tập Làm Người Xấu", + * "type": "" + * } + * ] */ + results?: { + /** @example BG */ + iso_3166_1?: string; + /** @example В обувките на Сатаната */ + title?: string; + /** @example */ + type?: string; + }[]; + }; + }; + }; + }; + }; + changes2: { + parameters: { + query?: { + /** @description This indicates the end of the date range for the data you want to retrieve */ + end_date?: components["parameters"]["end_date"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description It specifies what date you want the results to start from */ + start_date?: components["parameters"]["start_date"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description changes */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "items": [ + * { + * "action": "added", + * "id": "6778c884830a8f4cc7667e36", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-04 05:35:00 UTC", + * "value": { + * "group": "tones", + * "id": 321464, + * "name": "intense" + * } + * } + * ], + * "key": "plot_keywords" + * }, + * { + * "items": [ + * { + * "action": "added", + * "id": "6779c6451a2df59ad374dfa7", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-04 23:37:41 UTC", + * "value": { + * "title_logo": { + * "file_path": "/drouevbbzEoSwcPdEkiwDtNx6oa.png" + * } + * } + * }, + * { + * "action": "added", + * "id": "6779c64d15521f83d966db33", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-04 23:37:49 UTC", + * "value": { + * "title_logo": { + * "file_path": "/nU0oqhzgHC4swzFFaqlOMhS2oDz.png" + * } + * } + * }, + * { + * "action": "updated", + * "id": "6779c65982cce15a7674e104", + * "iso_3166_1": "", + * "iso_639_1": "hu", + * "original_value": { + * "title_logo": { + * "file_path": "/drouevbbzEoSwcPdEkiwDtNx6oa.png", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-04 23:38:01 UTC", + * "value": { + * "title_logo": { + * "file_path": "/drouevbbzEoSwcPdEkiwDtNx6oa.png", + * "iso_639_1": "hu" + * } + * } + * }, + * { + * "action": "updated", + * "id": "6779c65f15521f83d966db37", + * "iso_3166_1": "", + * "iso_639_1": "hu", + * "original_value": { + * "title_logo": { + * "file_path": "/nU0oqhzgHC4swzFFaqlOMhS2oDz.png", + * "iso_639_1": null + * } + * }, + * "time": "2025-01-04 23:38:07 UTC", + * "value": { + * "title_logo": { + * "file_path": "/nU0oqhzgHC4swzFFaqlOMhS2oDz.png", + * "iso_639_1": "hu" + * } + * } + * } + * ], + * "key": "images" + * } + * ] */ + changes?: { + /** @example [ + * { + * "action": "added", + * "id": "6778c884830a8f4cc7667e36", + * "iso_3166_1": "", + * "iso_639_1": "", + * "time": "2025-01-04 05:35:00 UTC", + * "value": { + * "group": "tones", + * "id": 321464, + * "name": "intense" + * } + * } + * ] */ + items?: { + /** @example added */ + action?: string; + /** @example 6778c884830a8f4cc7667e36 */ + id?: string; + /** @example */ + iso_3166_1?: string; + /** @example */ + iso_639_1?: string; + /** @example 2025-01-04 05:35:00 UTC */ + time?: string; + value?: { + /** @example tones */ + group?: string; + /** @example 321464 */ + id?: number; + /** @example intense */ + name?: string; + }; + }[]; + /** @example plot_keywords */ + key?: string; + }[]; + }; + }; + }; + }; + }; + contentRating: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description content rating */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example [ + * { + * "descriptors": [], + * "iso_3166_1": "DE", + * "rating": "16" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "GB", + * "rating": "18" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "US", + * "rating": "TV-MA" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "FR", + * "rating": "12" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "RU", + * "rating": "18+" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "KR", + * "rating": "19" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "BR", + * "rating": "16" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "NL", + * "rating": "16" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "PT", + * "rating": "18" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "HU", + * "rating": "18" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "LT", + * "rating": "N-14" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "ES", + * "rating": "16" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "SG", + * "rating": "M18" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "IN", + * "rating": "A" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "MX", + * "rating": "C" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "TR", + * "rating": "18+" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "MX", + * "rating": "B-15" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "AU", + * "rating": "MA 15+" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "ES", + * "rating": "18" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "DK", + * "rating": "15" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "PT", + * "rating": "12AP" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "BR", + * "rating": "18" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "SE", + * "rating": "Från 15 år" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "CA", + * "rating": "14+" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "AT", + * "rating": "16" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "IE", + * "rating": "18" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "CH", + * "rating": "16" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "HU", + * "rating": "16" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "CZ", + * "rating": "18+" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "RO", + * "rating": "AP" + * }, + * { + * "descriptors": [], + * "iso_3166_1": "FI", + * "rating": "K16" + * } + * ] */ + results?: { + /** @example [] */ + descriptors?: unknown[]; + /** @example DE */ + iso_3166_1?: string; + /** @example 16 */ + rating?: string; + }[]; + }; + }; + }; + }; + }; + credits: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "adult": false, + * "character": "Walter White", + * "credit_id": "52542282760ee313280017f9", + * "gender": 2, + * "id": 17419, + * "known_for_department": "Acting", + * "name": "Bryan Cranston", + * "order": 0, + * "original_name": "Bryan Cranston", + * "popularity": 37.518, + * "profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg" + * }, + * { + * "adult": false, + * "character": "Jesse Pinkman", + * "credit_id": "52542282760ee31328001845", + * "gender": 2, + * "id": 84497, + * "known_for_department": "Acting", + * "name": "Aaron Paul", + * "order": 1, + * "original_name": "Aaron Paul", + * "popularity": 23.683, + * "profile_path": "/tz4xqaoXV7eKrYqPGPvtEae3X06.jpg" + * }, + * { + * "adult": false, + * "character": "Skyler White", + * "credit_id": "52542282760ee3132800181b", + * "gender": 1, + * "id": 134531, + * "known_for_department": "Acting", + * "name": "Anna Gunn", + * "order": 2, + * "original_name": "Anna Gunn", + * "popularity": 34.739, + * "profile_path": "/adppyeu1a4REN3khtgmXusrapFi.jpg" + * }, + * { + * "adult": false, + * "character": "Walter White Jr.", + * "credit_id": "52542284760ee313280018a9", + * "gender": 2, + * "id": 209674, + * "known_for_department": "Acting", + * "name": "RJ Mitte", + * "order": 3, + * "original_name": "RJ Mitte", + * "popularity": 15.263, + * "profile_path": "/aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg" + * }, + * { + * "adult": false, + * "character": "Hank Schrader", + * "credit_id": "52542283760ee3132800187b", + * "gender": 2, + * "id": 14329, + * "known_for_department": "Acting", + * "name": "Dean Norris", + * "order": 4, + * "original_name": "Dean Norris", + * "popularity": 35.655, + * "profile_path": "/mVaGouQNschhJEncob8ld1aOZwF.jpg" + * }, + * { + * "adult": false, + * "character": "Marie Schrader", + * "credit_id": "52542283760ee31328001891", + * "gender": 1, + * "id": 1217934, + * "known_for_department": "Acting", + * "name": "Betsy Brandt", + * "order": 5, + * "original_name": "Betsy Brandt", + * "popularity": 8.578, + * "profile_path": "/kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg" + * }, + * { + * "adult": false, + * "character": "Saul Goodman", + * "credit_id": "5271b180760ee35afc09bb8d", + * "gender": 2, + * "id": 59410, + * "known_for_department": "Acting", + * "name": "Bob Odenkirk", + * "order": 7, + * "original_name": "Bob Odenkirk", + * "popularity": 20.318, + * "profile_path": "/rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg" + * }, + * { + * "adult": false, + * "character": "Mike Ehrmantraut", + * "credit_id": "5271b1e6760ee35af60941ad", + * "gender": 2, + * "id": 783, + * "known_for_department": "Acting", + * "name": "Jonathan Banks", + * "order": 9, + * "original_name": "Jonathan Banks", + * "popularity": 38.083, + * "profile_path": "/bswk26L13PvY4iMTwUTAsepXCLv.jpg" + * } + * ] */ + cast?: { + /** @example false */ + adult?: boolean; + /** @example Walter White */ + character?: string; + /** @example 52542282760ee313280017f9 */ + credit_id?: string; + /** @example 2 */ + gender?: number; + /** @example 17419 */ + id?: number; + /** @example Acting */ + known_for_department?: string; + /** @example Bryan Cranston */ + name?: string; + /** @example 0 */ + order?: number; + /** @example Bryan Cranston */ + original_name?: string; + /** @example 37.518 */ + popularity?: number; + /** @example /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg */ + profile_path?: string; + }[]; + /** @example [ + * { + * "adult": false, + * "credit_id": "64189f31310325010151b83d", + * "department": "Production", + * "gender": 1, + * "id": 1223198, + * "job": "Supervising Producer", + * "known_for_department": "Writing", + * "name": "Moira Walley-Beckett", + * "original_name": "Moira Walley-Beckett", + * "popularity": 5.629, + * "profile_path": "/1sRNcxMZVsVcY6NFNQzASJuR8By.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64189e9c6a2227008de8d158", + * "department": "Production", + * "gender": 2, + * "id": 1223193, + * "job": "Co-Executive Producer", + * "known_for_department": "Writing", + * "name": "George Mastras", + * "original_name": "George Mastras", + * "popularity": 3.07, + * "profile_path": "/2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64189ecbe7414600f7ef55f8", + * "department": "Production", + * "gender": 2, + * "id": 103009, + * "job": "Co-Executive Producer", + * "known_for_department": "Writing", + * "name": "Thomas Schnauz", + * "original_name": "Thomas Schnauz", + * "popularity": 3.936, + * "profile_path": "/uMz5wsgv6QQAgFI809SgCCbwYn9.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64189e3f0d5d85009ba2c1d8", + * "department": "Production", + * "gender": 2, + * "id": 24951, + * "job": "Co-Executive Producer", + * "known_for_department": "Production", + * "name": "Peter Gould", + * "original_name": "Peter Gould", + * "popularity": 6.709, + * "profile_path": "/a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg" + * }, + * { + * "adult": false, + * "credit_id": "6418a1a7a14bef00b815158a", + * "department": "Costume & Make-Up", + * "gender": 1, + * "id": 1537674, + * "job": "Costume Design", + * "known_for_department": "Costume & Make-Up", + * "name": "Jennifer Bryan", + * "original_name": "Jennifer Bryan", + * "popularity": 1.422, + * "profile_path": "/oA5QovyVfEG0SUIs0DIhGsriyok.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5254228d760ee31328001cc7", + * "department": "Production", + * "gender": 2, + * "id": 17419, + * "job": "Producer", + * "known_for_department": "Acting", + * "name": "Bryan Cranston", + * "original_name": "Bryan Cranston", + * "popularity": 37.518, + * "profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg" + * }, + * { + * "adult": false, + * "credit_id": "6449841d05a53304be1b880d", + * "department": "Production", + * "gender": 2, + * "id": 1930718, + * "job": "Location Manager", + * "known_for_department": "Production", + * "name": "Christian Diaz de Bedoya", + * "original_name": "Christian Diaz de Bedoya", + * "popularity": 1.431, + * "profile_path": "/jgELIZ1msexaFvFHUePDvvZpFRr.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64189dcea14bef008100712b", + * "department": "Production", + * "gender": 1, + * "id": 1223199, + * "job": "Co-Executive Producer", + * "known_for_department": "Production", + * "name": "Melissa Bernstein", + * "original_name": "Melissa Bernstein", + * "popularity": 1.273, + * "profile_path": "/rSztwqMUIko8RkmwjxBse1XDW3g.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64189f7aa14bef0099c8395a", + * "department": "Production", + * "gender": 2, + * "id": 3970747, + * "job": "Associate Producer", + * "known_for_department": "Production", + * "name": "Andrew Ortner", + * "original_name": "Andrew Ortner", + * "popularity": 0.234, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "64189d742b8a4300b8d57ca9", + * "department": "Production", + * "gender": 1, + * "id": 1223202, + * "job": "Producer", + * "known_for_department": "Production", + * "name": "Diane Mercer", + * "original_name": "Diane Mercer", + * "popularity": 3.922, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "64189e12a14bef00b81514a9", + * "department": "Production", + * "gender": 2, + * "id": 1223194, + * "job": "Co-Executive Producer", + * "known_for_department": "Writing", + * "name": "Sam Catlin", + * "original_name": "Sam Catlin", + * "popularity": 0.748, + * "profile_path": "/xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64189e5f6a2227008de8d147", + * "department": "Production", + * "gender": 1, + * "id": 29779, + * "job": "Executive Producer", + * "known_for_department": "Directing", + * "name": "Michelle MacLaren", + * "original_name": "Michelle MacLaren", + * "popularity": 3.534, + * "profile_path": "/3LcH5eNiysMWaepARllVrS4Dzn7.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64634c54ef8b3200fe7e825f", + * "department": "Crew", + * "gender": 2, + * "id": 4065202, + * "job": "Thanks", + * "known_for_department": "Crew", + * "name": "Richard Berry", + * "original_name": "Richard Berry", + * "popularity": 1.219, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "539980a1c3a3681d0d00148b", + * "department": "Art", + * "gender": 2, + * "id": 12706, + * "job": "Production Design", + * "known_for_department": "Art", + * "name": "Mark S. Freeborn", + * "original_name": "Mark S. Freeborn", + * "popularity": 2.144, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "644465ffd38b580521114ec4", + * "department": "Production", + * "gender": 2, + * "id": 1537675, + * "job": "Casting Associate", + * "known_for_department": "Production", + * "name": "Russell Scott", + * "original_name": "Russell Scott", + * "popularity": 1.113, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "64189d12310325010151b7b7", + * "department": "Production", + * "gender": 2, + * "id": 1223200, + * "job": "Producer", + * "known_for_department": "Production", + * "name": "Stewart Lyons", + * "original_name": "Stewart Lyons", + * "popularity": 0.524, + * "profile_path": "/dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg" + * }, + * { + * "adult": false, + * "credit_id": "539980c8c3a3681d0700143a", + * "department": "Art", + * "gender": 2, + * "id": 1330079, + * "job": "Art Direction", + * "known_for_department": "Art", + * "name": "Bjarne Sletteland", + * "original_name": "Bjarne Sletteland", + * "popularity": 2.391, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b7008819c29559eb03dd72", + * "department": "Sound", + * "gender": 2, + * "id": 1280070, + * "job": "Original Music Composer", + * "known_for_department": "Sound", + * "name": "Dave Porter", + * "original_name": "Dave Porter", + * "popularity": 0.86, + * "profile_path": "/flRW9QknVtU8HG7lLjMvflbhl2a.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64446643cee2f604f336e877", + * "department": "Production", + * "gender": 1, + * "id": 959387, + * "job": "Casting", + * "known_for_department": "Production", + * "name": "Sherry Thomas", + * "original_name": "Sherry Thomas", + * "popularity": 1.562, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6444663ccee2f6049f36d7d3", + * "department": "Production", + * "gender": 1, + * "id": 6479, + * "job": "Casting", + * "known_for_department": "Production", + * "name": "Sharon Bialy", + * "original_name": "Sharon Bialy", + * "popularity": 3.104, + * "profile_path": "/uOex6LpaQYncD0sQfVYD1frI5uJ.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542287760ee31328001af1", + * "department": "Production", + * "gender": 2, + * "id": 66633, + * "job": "Executive Producer", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64634e45e3fa2f00e404a628", + * "department": "Sound", + * "gender": 2, + * "id": 1069688, + * "job": "Music Supervisor", + * "known_for_department": "Sound", + * "name": "Thomas Golubić", + * "original_name": "Thomas Golubić", + * "popularity": 1.132, + * "profile_path": "/umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542287760ee31328001b69", + * "department": "Production", + * "gender": 2, + * "id": 5162, + * "job": "Executive Producer", + * "known_for_department": "Production", + * "name": "Mark Johnson", + * "original_name": "Mark Johnson", + * "popularity": 3.444, + * "profile_path": "/gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg" + * }, + * { + * "adult": false, + * "credit_id": "644986702fdec604e4a1236a", + * "department": "Sound", + * "gender": 2, + * "id": 1537682, + * "job": "Supervising Sound Editor", + * "known_for_department": "Sound", + * "name": "Kurt Nicholas Forshager", + * "original_name": "Kurt Nicholas Forshager", + * "popularity": 0.58, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6450485343501100ea397cba", + * "department": "Crew", + * "gender": 2, + * "id": 1537690, + * "job": "Stunt Coordinator", + * "known_for_department": "Crew", + * "name": "Al Goto", + * "original_name": "Al Goto", + * "popularity": 2.667, + * "profile_path": "/sJEtjLwLdqhY3soar4BflPBDpZu.jpg" + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example 64189f31310325010151b83d */ + credit_id?: string; + /** @example Production */ + department?: string; + /** @example 1 */ + gender?: number; + /** @example 1223198 */ + id?: number; + /** @example Supervising Producer */ + job?: string; + /** @example Writing */ + known_for_department?: string; + /** @example Moira Walley-Beckett */ + name?: string; + /** @example Moira Walley-Beckett */ + original_name?: string; + /** @example 5.629 */ + popularity?: number; + /** @example /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg */ + profile_path?: string | null; + }[]; + /** @example 1396 */ + id?: number; + }; + }; + }; + }; + }; + episodeGroups: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description episode groups */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example [] */ + results?: unknown[]; + }; + }; + }; + }; + }; + externalIds2: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description external ids */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example BreakingBad */ + facebook_id?: string; + /** @example /en/breaking_bad */ + freebase_id?: string; + /** @example /m/03d34x8 */ + freebase_mid?: string; + /** @example 1396 */ + id?: number; + /** @example tt0903747 */ + imdb_id?: string; + /** @example breakingbad */ + instagram_id?: string; + /** @example 81189 */ + tvdb_id?: number; + /** @example 18164 */ + tvrage_id?: number; + /** @example BreakingBad */ + twitter_id?: string; + /** @example Q1079 */ + wikidata_id?: string; + }; + }; + }; + }; + }; + images5: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Filters returned images based on specified languages. specify a comma separated list of ISO-639-1 values to query, for example; ```en,null```. */ + include_image_language?: string; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "aspect_ratio": 1.778, + * "file_path": "/gc8PfyTqzqltKPW3X0cIVUGmagz.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 6.608, + * "vote_count": 14, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/yXSzo0VU1Q1QaB7Xg5Hqe4tXXA3.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 6.546, + * "vote_count": 11, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/9faGSFi5jam6pDWGNd0p8JcJgXQ.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 6.042, + * "vote_count": 12, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/dFWqgL6MYHWLOs6Pev4G0TbMHSW.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 5.786, + * "vote_count": 7, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/alb2BU2BeBZv5dgHhuzV9ZGakfZ.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 5.786, + * "vote_count": 7, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/wSztOsbdspDi0E6dWU1cxNmYDV9.jpg", + * "height": 1152, + * "iso_639_1": null, + * "vote_average": 5.786, + * "vote_count": 7, + * "width": 2048 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/vFxjuhENDjEKzWXUGKmRFct15bA.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 5.778, + * "vote_count": 9, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 5.25, + * "vote_count": 14, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/lKODbE8ARPJEPnjTBfiIJ98I3YL.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 5.25, + * "vote_count": 12, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.777, + * "file_path": "/tsRy63Mu5cu8etL1X7ZLyf7UP1M.jpg", + * "height": 1688, + * "iso_639_1": null, + * "vote_average": 5.25, + * "vote_count": 24, + * "width": 3000 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/84XPpjGvxNyExjSuLQe0SzioErt.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 5.25, + * "vote_count": 24, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/wKHImjeHwVIiWJWFIJtWUKkA5QJ.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 5.25, + * "vote_count": 8, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/EurcYIB7obJgoVzeui2RZkFlEm.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 5.25, + * "vote_count": 8, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/wuwcaQlk6ldGXgQiVgV0MshOxHE.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 4.884, + * "vote_count": 13, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/n3u3kgNttY1F5Ixi5bMY9BwZImQ.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 4.722, + * "vote_count": 9, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/py7gDxOlcVxVPuw56thayohGFb0.jpg", + * "height": 720, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/rKUAAwWnUJSVO7Up72qjqo1myQ4.jpg", + * "height": 720, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/6y12pMO6lLB5xytaEq9RWwjHMJi.jpg", + * "height": 720, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/nt2GqQjY4LP4whticSC405u2tSV.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/yuz0clINVBCEXVT9JZtw8ZzhIVU.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/qsYUEXhAI7oFvU4uMpWj1NaNbBK.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.777, + * "file_path": "/4zx1ZEK7voRHpIcC1pD99S6aN9T.jpg", + * "height": 1688, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 3000 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/1ih76QX7YKFxF1xTfwRvONl8tc4.jpg", + * "height": 2160, + * "iso_639_1": "ru", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/pafxe7NlhuR2CrqJ9H6m2I2lW7J.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/5WKVhTcc1cVaCsXwEUtB8lHzgm4.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/whL1DXc6TDGYxtuvVRKRCRWvqni.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/hwIAR9FDsKULo8efoOUuxsFtO2u.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/gae3QaHGZNF6UhQf8nMOyssp8ul.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/q4js3LcDAYXyK8lLYggfCGecOOO.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/v8KMtA8MqTGdJVPa3CCFsLhJtvL.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/wlAhZdue7yl7AnrcXScXbWiK9CY.jpg", + * "height": 1152, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2048 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/wbfg0y8Ptk472rLa9e3TTO9XVNh.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/bXE1dnpe5Ol4xX4VHkXBdbbxF3I.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/y6Q2lOq16SQ5kUBsTzG9DpkEwf9.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/63FA8vwSZnXkGxedrDQwni4JuZN.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/sp1RSDvoVsbvDouQx1A75ebU35e.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.714, + * "vote_count": 7, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/b5rOkbQ0jKYvBqBf3bwJ6nXBOtx.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/9WcEE9XfG4yxJkr3x1fjOHPblTO.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/zUcEorE4QtzVvZhLj3f3It0Ely8.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/2zQSQPYJvqn23KsrJVtQXwOLAsC.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/3u5cElKDUxJQpK8tZRSqgt4vUEk.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/f3hwT3dLj3Jb8ikbxs415vKlIgg.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/sLaUolq9dx8pLypwv6M3YPXkUX1.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/hDRfskJOAgqe05OXBRusu3YVnVO.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/lWZp3RGOctFxl2lIYVemhE4gBsi.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.777, + * "file_path": "/vksfmM3yPYVPphCCC9BYrahI3KK.jpg", + * "height": 979, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1740 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/je0kra0a8WMkzL3hJVDXjK2AB2B.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/miPczbYeFYIB3DKYP7F70ZY6sOA.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/36NPDaB79skOa6dIHqBNLh4fIyZ.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/xbRNGC939ZIiCF6qNwmbx0FedLs.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/14lvW78eZ0o3uptiRMZYmXhqCGU.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/9E5SD81Pg8w5bYJvKKV5Ohn65AD.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/bOf7rb9P30MISpaLCs5VWnHJYq9.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/vQNFD4F0CYbDBLupQ7VFkyR0Q34.jpg", + * "height": 1152, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2048 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/xbmzcEiG2SvX6zZtgHNNLy0XluL.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/fo94LwJdqHX2wUC5QVw6pI6my6H.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/iU5e7Po31TsvxmQ87lZtuobe250.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/zQp0DoO0zcTDZSci7AgcRvdmWZi.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/dhWnZSk6zFATcYr0GNbdVAfdYBY.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/otCnAN1edreRudT5E2OHk8beiDu.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/nPJ1quzQIDhu4u5tqjE6baKcOMT.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/kRsDSZj7mNN9dpNqsUjjFvyxtW3.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ftDOw49A0vIMvrustr08Vy604jR.jpg", + * "height": 1125, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 1.78, + * "file_path": "/fPcxC7uxMoZ8cCrUJiJlMsY9aJr.jpg", + * "height": 1011, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1800 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/rcinpO7V9SSLfQdcRb2G2Xcf7vF.jpg", + * "height": 720, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/8HDLgNrbMJYmwCIYaxzoPJtLbV0.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ou2n17nTdno8odv9zzKohR0ZlNJ.jpg", + * "height": 720, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/4NgYewZYQo2q8crjYGwLALghDoi.jpg", + * "height": 720, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/xtWwa5tq6IOxXjC5YjcIrxVfaNO.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/QyOJBJDEXUR0B79XB5G5Izde0A.jpg", + * "height": 1152, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 2048 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/x8PPJ1OiT6uo8zGYrJRFwHt2CTx.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/19rhuvssQyoDg7HUHXD2BcmlFL3.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/scGGbGjVbNyqKbJ6QnlPPY5je0v.jpg", + * "height": 1080, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/crHOD8COvAetQ0ABjBwmsEG2lJb.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/xCyQG7nBMCtAHrWymkVeSSoyjA6.jpg", + * "height": 2160, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/9f2oWi1FPTWgSDNBCRLVnS4m4EJ.jpg", + * "height": 1080, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/tPIEBq3G4a6a94aVp4zoLNtTGTj.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/slqXKgY9JjMhZNLo4KYC9J2PXiN.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/35qWjWvDrW78dLmSMhCUoZOO5me.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ySw8QKypNBpFhMY75J05zaNN6Wt.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/bcpD5KjYCnHGlsCfOR58VbSReIm.jpg", + * "height": 720, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/rZy9EJaRmESKjEMz5XgG81jZloS.jpg", + * "height": 2160, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 3840 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/v1vf72pWbDjs2xT6GWXJTVBrZMf.jpg", + * "height": 1152, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 2048 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/y20qXWlX2fgQtBzakKQO1AZjiB5.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.779, + * "file_path": "/lBg3UCQMJTPsPe2rgi0AiCzVZxF.jpg", + * "height": 1359, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 2417 + * }, + * { + * "aspect_ratio": 1.779, + * "file_path": "/ouuXOvez02DiUzX1MJrRUsVwnMc.jpg", + * "height": 1102, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1960 + * }, + * { + * "aspect_ratio": 1.779, + * "file_path": "/g8WhEOXGdwqfBF5xPPiXVhWGLvq.jpg", + * "height": 1359, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 2417 + * } + * ] */ + backdrops?: { + /** @example 1.778 */ + aspect_ratio?: number; + /** @example /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg */ + file_path?: string; + /** @example 1080 */ + height?: number; + /** @example null */ + iso_639_1?: string | null; + /** @example 6.608 */ + vote_average?: number; + /** @example 14 */ + vote_count?: number; + /** @example 1920 */ + width?: number; + }[]; + /** @example 1396 */ + id?: number; + /** @example [ + * { + * "aspect_ratio": 2.253, + * "file_path": "/62q353KyiSdwv4kqVTF31k41RUr.png", + * "height": 296, + * "iso_639_1": "ru", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 667 + * }, + * { + * "aspect_ratio": 1.654, + * "file_path": "/n9ayq93aW6H8dd2Vah59cmWeEp5.png", + * "height": 538, + * "iso_639_1": "he", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 890 + * }, + * { + * "aspect_ratio": 1.68, + * "file_path": "/chw44B2VnLha8iiTdyZcIW0ZELC.png", + * "height": 1300, + * "iso_639_1": "en", + * "vote_average": 2.066, + * "vote_count": 5, + * "width": 2184 + * }, + * { + * "aspect_ratio": 5.109, + * "file_path": "/h6yDiAXP5AyOzXHTxjUssYOGbG3.png", + * "height": 1200, + * "iso_639_1": "en", + * "vote_average": 2.066, + * "vote_count": 5, + * "width": 6131 + * }, + * { + * "aspect_ratio": 1.681, + * "file_path": "/72OJ4Uqmdi8DwPqfjQtz7IG43cc.png", + * "height": 464, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 780 + * }, + * { + * "aspect_ratio": 1.584, + * "file_path": "/jkfeiZ6LubWG9VYqrhHeXoBCXH7.png", + * "height": 536, + * "iso_639_1": "en", + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 849 + * }, + * { + * "aspect_ratio": 1.68, + * "file_path": "/bM2bNffZlZ2UxZqwHaxr5VS3UUI.svg", + * "height": 219, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 368 + * }, + * { + * "aspect_ratio": 1.677, + * "file_path": "/i5ZfXRq8RjBNyy4SoCUoJOlsBJ4.png", + * "height": 1300, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2180 + * }, + * { + * "aspect_ratio": 1.68, + * "file_path": "/ojzKpMUAcA91P6wF0TfCyAvvYLw.svg", + * "height": 219, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 368 + * }, + * { + * "aspect_ratio": 1.394, + * "file_path": "/7IwMlKJHo7fAtxiGw8LaA5tvpYD.png", + * "height": 525, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 732 + * }, + * { + * "aspect_ratio": 2.943, + * "file_path": "/en8Mn9MWOoBvsKAqXglwkE3u6iP.png", + * "height": 264, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 777 + * }, + * { + * "aspect_ratio": 2.232, + * "file_path": "/esR0j3VVfGIUaAQqMryo93Gmqzl.png", + * "height": 298, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 665 + * }, + * { + * "aspect_ratio": 1.748, + * "file_path": "/8opNqe6yydrd12HgdEORcrxyDMQ.png", + * "height": 290, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 507 + * }, + * { + * "aspect_ratio": 2.244, + * "file_path": "/ld6tZguD6nNnfw89TAVXlEh295a.png", + * "height": 1106, + * "iso_639_1": "hr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2482 + * }, + * { + * "aspect_ratio": 2.241, + * "file_path": "/259o0Edu2mv6oOlYvEqAqjbwf5n.svg", + * "height": 220, + * "iso_639_1": "hr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 493 + * }, + * { + * "aspect_ratio": 1.654, + * "file_path": "/vtlp1gi2J1vsThcwtgnzOtwHWDc.png", + * "height": 538, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 890 + * }, + * { + * "aspect_ratio": 2.46, + * "file_path": "/w3CaG9Em5khk815cW9OnJ5PULmS.png", + * "height": 489, + * "iso_639_1": "uk", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1203 + * }, + * { + * "aspect_ratio": 1.315, + * "file_path": "/3W6DxYPxlROYZSA7OqVncAaJpR6.png", + * "height": 352, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 463 + * }, + * { + * "aspect_ratio": 4.371, + * "file_path": "/rremo194TuI5o295iwY1jDstrwL.png", + * "height": 151, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 660 + * }, + * { + * "aspect_ratio": 1.612, + * "file_path": "/mX6P0swjFFwDZ11H0i59mfHNXeI.png", + * "height": 317, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 511 + * }, + * { + * "aspect_ratio": 2.537, + * "file_path": "/k8vZbDBQpY4Nwuh7E9sfTLyDtc2.png", + * "height": 503, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1276 + * }, + * { + * "aspect_ratio": 2.304, + * "file_path": "/juNjWQHV0wUscEIlojJ05cic9f.png", + * "height": 536, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1235 + * }, + * { + * "aspect_ratio": 1.587, + * "file_path": "/6gCsRLiJuumiZVwvYhKQiVDHPIF.png", + * "height": 242, + * "iso_639_1": "pt", + * "vote_average": 0, + * "vote_count": 0, + * "width": 384 + * }, + * { + * "aspect_ratio": 5.109, + * "file_path": "/nhjOtFmSRYjd6wRNj3eXVdB6xQO.png", + * "height": 1200, + * "iso_639_1": "fr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 6131 + * }, + * { + * "aspect_ratio": 2.222, + * "file_path": "/j2Otiyd0jZQIpaaQmctDJDMR61z.png", + * "height": 405, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 900 + * }, + * { + * "aspect_ratio": 1.636, + * "file_path": "/drouevbbzEoSwcPdEkiwDtNx6oa.png", + * "height": 536, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 877 + * }, + * { + * "aspect_ratio": 4.281, + * "file_path": "/nU0oqhzgHC4swzFFaqlOMhS2oDz.png", + * "height": 270, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1156 + * } + * ] */ + logos?: { + /** @example 2.253 */ + aspect_ratio?: number; + /** @example /62q353KyiSdwv4kqVTF31k41RUr.png */ + file_path?: string; + /** @example 296 */ + height?: number; + /** @example ru */ + iso_639_1?: string; + /** @example 3.334 */ + vote_average?: number; + /** @example 1 */ + vote_count?: number; + /** @example 667 */ + width?: number; + }[]; + /** @example [ + * { + * "aspect_ratio": 0.667, + * "file_path": "/oVLZtMcIjouOXBA2nz9tJHqrK4A.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 7.19, + * "vote_count": 7, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 6.784, + * "vote_count": 65, + * "width": 1012 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3xnWaLQjelJDDF7LT1WBo6f4BRe.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 6.346, + * "vote_count": 26, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ineLOBPG8AZsluYwnkMpHRyu7L.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 6.346, + * "vote_count": 13, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/anFx9aTOOYqgS3v7x3R84Kz67ly.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 6.2, + * "vote_count": 10, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/vZ1RQSDZ3xzBhLqJdrmvpkm2Nbu.jpg", + * "height": 2000, + * "iso_639_1": "en", + * "vote_average": 6.042, + * "vote_count": 12, + * "width": 1332 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/bSldznJEjkeojc5dzjLvlukqVEU.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 6.042, + * "vote_count": 12, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/9tfFl11jL5fBA2qtxRxro7yW8Fh.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 5.844, + * "vote_count": 16, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/bMSbEx9vXCSGN4NEktjVIEuibn2.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 5.786, + * "vote_count": 7, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/m9qXTc8EEKkd2mb3QUajlKGr6YQ.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 5.786, + * "vote_count": 7, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yQAh12bfMjMRaGJupcKt5T5dUhz.jpg", + * "height": 2945, + * "iso_639_1": "uk", + * "vote_average": 5.778, + * "vote_count": 9, + * "width": 1964 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zKnBah5dWlFoY0yIKcSIYb4f7kC.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 5.598, + * "vote_count": 41, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/9PVfHEBXFeCBGvy4NVQLwh43iDt.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 5.25, + * "vote_count": 8, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/eve7CQBM3QXbU2oNbS73WDPV8FM.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 5.25, + * "vote_count": 10, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/zdzmC8rwVP17vicUx1fNqHeDEg1.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 5.25, + * "vote_count": 12, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/7LUswjn6jgLxdJ4e6sgwkULXsZI.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 4.884, + * "vote_count": 13, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ggFHVNu6YYI5L9pCfOacjizRGt.jpg", + * "height": 1800, + * "iso_639_1": "en", + * "vote_average": 4.52, + * "vote_count": 52, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7zRIwsu7jWfh14E7Z84PLUY6IbI.jpg", + * "height": 1560, + * "iso_639_1": "ku", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1040 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/3NA1FOlnjE909OyVT534B7fw5h5.jpg", + * "height": 3000, + * "iso_639_1": "ru", + * "vote_average": 3.334, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dY2FtSKXFCvutAHNgYax27oqwqX.jpg", + * "height": 1500, + * "iso_639_1": "he", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rERmhJQuvxeO9t442rN0OOHBW7l.jpg", + * "height": 1800, + * "iso_639_1": "hr", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rB2zuh010Qh7LS1qgqG319kTx0H.jpg", + * "height": 1500, + * "iso_639_1": "hu", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gebqmdgZrb3vT7IEEybNwRRJANh.jpg", + * "height": 3000, + * "iso_639_1": "bg", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.67, + * "file_path": "/18hWpvIIhZleEPUnpPO71kJgEP9.jpg", + * "height": 2048, + * "iso_639_1": "zh", + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 1373 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/tP2wgZfzkZxL18jImD2YXqEUXQA.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/oldc2tfUwLXV5XeyMvBL2R2yDqb.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/pVhgEZ9I8UgusdnCpbRXR4gTeKg.jpg", + * "height": 750, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 500 + * }, + * { + * "aspect_ratio": 0.681, + * "file_path": "/wjs68P6xbV7bFjnZpoIcT7ZjIz3.jpg", + * "height": 1280, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 872 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/lsMVI84qKS3WpCYzaPnf37HWOo9.jpg", + * "height": 1060, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 3, + * "width": 706 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zla1t6G3mUIBG0b2tPqMY0MvM6T.jpg", + * "height": 1500, + * "iso_639_1": null, + * "vote_average": 2.542, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/30erzlzIOtOK3k3T3BAl1GiVMP1.jpg", + * "height": 2100, + * "iso_639_1": "pt", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1400 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5K9uCjQR4lEylyK2IWaZmv2lhLg.jpg", + * "height": 2160, + * "iso_639_1": "ar", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1440 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nRLFup6SpwKRa1tSXwUHOi0Bfug.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/eG5ozVUA0x6DvTIjn9zXQIND1E2.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/7TOPrmrJ8qO5cKJa7r6WSnjim54.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/gezxPZpGLuEnRXUkhJbJzqo14ke.jpg", + * "height": 1380, + * "iso_639_1": "uk", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 920 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cbz48fEG8jW4mPMqRtp4mrU0CIB.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/xL5yWkuH1PlmNJmpWvIxAfXvNXK.jpg", + * "height": 2268, + * "iso_639_1": "hu", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 1512 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/pzv18Cp8lSqlYFj4zEqwCwXoLOJ.jpg", + * "height": 2880, + * "iso_639_1": "ru", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 1920 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/9DhQyS7c9gWc5G33cLzu8BhJONh.jpg", + * "height": 3000, + * "iso_639_1": "hu", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/bGOB1aVrsMlWiZ2zoAXVBKnPMO.jpg", + * "height": 1800, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yfUp5k5SbZxWqC15UfbWLIlk6iL.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1hATIM5eAcObWBFnMXfwS7Y086U.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/bD22gfzZiYQWuRTX2NrdDveRpwX.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dpN6OsnEEgjRhuEAwaowv6gr3sF.jpg", + * "height": 1800, + * "iso_639_1": "zh", + * "vote_average": 1.75, + * "vote_count": 6, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/sMKqv5ieg47EiSXaRCUaiiHHGgJ.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/jmMJrYWFqP8gGhEaHYe0oYPQ4h3.jpg", + * "height": 750, + * "iso_639_1": null, + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 500 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/1ktcj45eMokEv7fYRCc8jVCc7UM.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 1.714, + * "vote_count": 7, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/oNed1FKr9h0c5FfyFE3TfIwj445.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.562, + * "vote_count": 8, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/iEiPvmgItLzTROvzKlFuuGYI1rc.jpg", + * "height": 2400, + * "iso_639_1": "en", + * "vote_average": 1.444, + * "vote_count": 6, + * "width": 1600 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/3ZMOKFDA3fPLlIgFnrZLYLXGoiD.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/wXKRP7S2KHMmhUbSeuRIPnKI5gn.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 1.434, + * "vote_count": 5, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/3cWI8ZxgfPTGarwCUVEQCSoO8Vd.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/dnWOIytZNU0WGDvULMWsdzhxy0C.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/r2Pgx9tHL1enwLJ5H7wfMsil8v2.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/4WM4yvTLrRi5lSHNjQMcIYRkenm.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/5VR63t1nd3MW2n0p4w1o9r12KQN.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/nNqVVwbNTxrOD5FP7GJvdj0AXPt.jpg", + * "height": 999, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 666 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/olnpzVO1f77LjsN4PaK1gwcx5qW.jpg", + * "height": 2130, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1420 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cn1UF4jVoBkdiTdz7h9ABykfVGe.jpg", + * "height": 2400, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1600 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/peKt8n4PghbH3skQjTCzOaBhqr.jpg", + * "height": 1590, + * "iso_639_1": null, + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1060 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/i7OGHRAevgxu3fAsZzet0VBUBfG.jpg", + * "height": 1800, + * "iso_639_1": "zh", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/pe7vBi6hIucA9ILjMMGu6kBMEVE.jpg", + * "height": 900, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 600 + * }, + * { + * "aspect_ratio": 0.679, + * "file_path": "/tApz4ai74BZM3D6Id7YEISysH65.jpg", + * "height": 2945, + * "iso_639_1": "uk", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/pbEAxyuVzApIShO9VLQ2loPKYcM.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.066, + * "vote_count": 5, + * "width": 1012 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/Ahr25VAM7egQRBABjxLzEHd5bgP.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.668, + * "file_path": "/b02A8dHr7rc90E3gcFSlmMjYi4R.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 1002 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/ndMfQyIUy71vpKrGuN6NA4LTP06.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.958, + * "vote_count": 4, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/8OUc4BYrUoOhfcCALFAue8oPgIX.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.5, + * "vote_count": 4, + * "width": 1012 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/oUigR4DZSInL4u5cC93ap3eWWDM.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.5, + * "vote_count": 5, + * "width": 999 + * }, + * { + * "aspect_ratio": 0.675, + * "file_path": "/w6ghT6tnydMd6vFtmJhs2zIn9fH.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0.5, + * "vote_count": 6, + * "width": 1012 + * }, + * { + * "aspect_ratio": 0.646, + * "file_path": "/53vznB7thE5zz22iiudoJaQDzva.jpg", + * "height": 774, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 3, + * "width": 500 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/p4MtEvgoebca2vQsrou2Cg8c6lO.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 3, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/81xn1s7zRNOruLrRaPdInaWy6T9.jpg", + * "height": 1000, + * "iso_639_1": "he", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/dOJ5xloGImOvWBfDkWZVYgyLQe6.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/u1N5AQ0T6Xr28bZGP84AcSJ5M6b.jpg", + * "height": 2100, + * "iso_639_1": "de", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1400 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/pTRLqRzAm5QRvO4qmiBgvWxpvjf.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/2svpH2Ypfy5AAKxukLOISFFoJ3U.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/rQxzhQLnqMS0cJz3DVVm1tTNv6c.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8Pja0VYeYO56kjaOhVfCmpVmA2v.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/kHwJWpp1o3M8Y1uTNjxVhRkzM56.jpg", + * "height": 1440, + * "iso_639_1": "he", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 960 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/odN92TeI4NIIeKcexQsSQ1dtHD9.jpg", + * "height": 1440, + * "iso_639_1": "he", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 960 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/bkpSYI7ZbOSFxG0Cqc2YqA9MdFI.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/q09O5WVM22wU3adFpD62GCznHls.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/lYbjV4JdD6mGegBRyGiDZPPW9iy.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/oQGxjhI8glhjQ0zG8tnO1pPkkwY.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ylvEzpJUzOWnANjrod7MAPuVIwl.jpg", + * "height": 1425, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 950 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zvhXuTicLd71owPVn8sfNEJrWRd.jpg", + * "height": 1425, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 950 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/b3CUQldMX7yZTarKfG3360vP9sV.jpg", + * "height": 1425, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 950 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/yCOz851BLHF7LWZarVtVxxQig31.jpg", + * "height": 2430, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 1620 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/leRU5Rw3qPq7dYzgo0UNrIPwyUC.jpg", + * "height": 1000, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 667 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/4Fh4Y5l6EAaf7c2dOEO0wcsrYVQ.jpg", + * "height": 1920, + * "iso_639_1": null, + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2hWNBjdsSmye9eWq04zmjnRi40t.jpg", + * "height": 3000, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.706, + * "file_path": "/smOdus61Cfc7PbYlb3LkOfljj8f.jpg", + * "height": 1000, + * "iso_639_1": "bg", + * "vote_average": 0, + * "vote_count": 0, + * "width": 706 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/55IMp5GpqohS3UPMxIk0MGkMSCe.jpg", + * "height": 1500, + * "iso_639_1": "hu", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/qvrYWJUPUjCcqhW3Twl0l2Ywc5i.jpg", + * "height": 1000, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/piGpakRtB2J30kyAuAnuMqgMsgH.jpg", + * "height": 3000, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/vjfyaIb7fwpj9OeRKiAGfEpTTaF.jpg", + * "height": 3000, + * "iso_639_1": "th", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qOoRhz5TGzgvmIgbDqhpzlaiX8C.jpg", + * "height": 1500, + * "iso_639_1": "vi", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zA0Nucn46Sd6EIhUaKza5zXPtKR.jpg", + * "height": 1500, + * "iso_639_1": "hr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/a4a9N8ysgJigJP8UNX0NjD6nA4O.jpg", + * "height": 3000, + * "iso_639_1": "hr", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/iCJ0fb6SaJ20ZW2YyMAbAPZd1zv.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/Ab0JK94BXnTbsJfKTTMeVogQz1O.jpg", + * "height": 3000, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/eqicQ3dWK69MdVYYJbA73ocM9Y1.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/aAR6JVgMiveng1dzsVq9eIDq7Gr.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/kTRueZswAemwJgoNQKcaXD9hed.jpg", + * "height": 3000, + * "iso_639_1": "fa", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.707, + * "file_path": "/qs1C99NFTgYDJg4U7B9RsLc0qBA.jpg", + * "height": 2828, + * "iso_639_1": "zh", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mKUjSLW9AJAMBiTutclbwwvL5ju.jpg", + * "height": 750, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 500 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/iQtfsCQyLMJ0CQrFoopW8DUZ3Zv.jpg", + * "height": 1104, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 736 + * }, + * { + * "aspect_ratio": 0.708, + * "file_path": "/bQM4cc2DBq4XhIfnX1O4QmT28xy.jpg", + * "height": 1040, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 736 + * }, + * { + * "aspect_ratio": 0.707, + * "file_path": "/13j2a0hvDbady2k7RbqRarxrExw.jpg", + * "height": 842, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 595 + * }, + * { + * "aspect_ratio": 0.708, + * "file_path": "/qTH6eIZRviqhWYRwv0hLIlNTOlx.jpg", + * "height": 1039, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 736 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/hgYVleP6Ir3xla5onbbVWqIeE9O.jpg", + * "height": 1104, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 736 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/4AiM3CMXtuWMuKtnsYFINnvcNKg.jpg", + * "height": 1920, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/iMNOa4uQoZ8RTcsWkUHOyIM7IqA.jpg", + * "height": 1920, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/ZdtFPouBgk3HSueekJe5tlXLj9.jpg", + * "height": 1104, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 736 + * }, + * { + * "aspect_ratio": 0.679, + * "file_path": "/aUyYYBBIlKXutF5PU2gr6bsKX0X.jpg", + * "height": 1280, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 869 + * } + * ] */ + posters?: { + /** @example 0.667 */ + aspect_ratio?: number; + /** @example /oVLZtMcIjouOXBA2nz9tJHqrK4A.jpg */ + file_path?: string; + /** @example 3000 */ + height?: number; + /** @example uk */ + iso_639_1?: string | null; + /** @example 7.19 */ + vote_average?: number; + /** @example 7 */ + vote_count?: number; + /** @example 2000 */ + width?: number; + }[]; + }; + }; + }; + }; + }; + keywords1: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description keywords */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example [ + * { + * "id": 1508, + * "name": "new mexico" + * }, + * { + * "id": 2231, + * "name": "drug dealer" + * }, + * { + * "id": 5857, + * "name": "narcissism" + * }, + * { + * "id": 6259, + * "name": "psychopath" + * }, + * { + * "id": 6564, + * "name": "terminal illness" + * }, + * { + * "id": 9503, + * "name": "outlaw" + * }, + * { + * "id": 10123, + * "name": "dark comedy" + * }, + * { + * "id": 10163, + * "name": "cancer" + * }, + * { + * "id": 10614, + * "name": "tragedy" + * }, + * { + * "id": 14964, + * "name": "drugs" + * }, + * { + * "id": 15009, + * "name": "criminal" + * }, + * { + * "id": 15484, + * "name": "meth lab" + * }, + * { + * "id": 41525, + * "name": "high school teacher" + * }, + * { + * "id": 156805, + * "name": "dea agent" + * }, + * { + * "id": 168713, + * "name": "neo-western" + * }, + * { + * "id": 185959, + * "name": "narcissist" + * }, + * { + * "id": 191005, + * "name": "albuquerque, new mexico" + * }, + * { + * "id": 191199, + * "name": "criminal lawyer" + * }, + * { + * "id": 199660, + * "name": "fall from grace" + * }, + * { + * "id": 206594, + * "name": "cartel" + * }, + * { + * "id": 217064, + * "name": "mexican cartel" + * }, + * { + * "id": 217104, + * "name": "male egos" + * }, + * { + * "id": 239108, + * "name": "crystal meth" + * }, + * { + * "id": 281692, + * "name": "methamphetamine" + * }, + * { + * "id": 316362, + * "name": "thriller" + * } + * ] */ + results?: { + /** @example 1508 */ + id?: number; + /** @example new mexico */ + name?: string; + }[]; + }; + }; + }; + }; + }; + latest2: { + parameters: { + query?: never; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description latest */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example false */ + adult?: boolean; + /** @example /7znzkZqpnFgStYsb7NJdJ0RfbHD.jpg */ + backdrop_path?: string; + /** @example [ + * { + * "credit_id": "677affb4816b2810d166fe5c", + * "gender": 0, + * "id": 4852413, + * "name": "Ludovic Daxhelet", + * "original_name": "Ludovic Daxhelet", + * "profile_path": "/pZPAX2jRDyyCgi3m6bhoUGuFJy0.jpg" + * } + * ] */ + created_by?: { + /** @example 677affb4816b2810d166fe5c */ + credit_id?: string; + /** @example 0 */ + gender?: number; + /** @example 4852413 */ + id?: number; + /** @example Ludovic Daxhelet */ + name?: string; + /** @example Ludovic Daxhelet */ + original_name?: string; + /** @example /pZPAX2jRDyyCgi3m6bhoUGuFJy0.jpg */ + profile_path?: string; + }[]; + /** @example [ + * 30 + * ] */ + episode_run_time?: number[]; + /** @example 2019-10-05 */ + first_air_date?: string; + /** @example [ + * { + * "id": 99, + * "name": "Documentary" + * }, + * { + * "id": 10751, + * "name": "Family" + * } + * ] */ + genres?: { + /** @example 99 */ + id?: number; + /** @example Documentary */ + name?: string; + }[]; + /** @example https://www.rtlplay.be/rtlplay/planete-zoo~d3a41ba7-2618-476e-84ca-c9e4777b9863/saison-5#episodes */ + homepage?: string; + /** @example 281223 */ + id?: number; + /** @example true */ + in_production?: boolean; + /** @example [ + * "fr" + * ] */ + languages?: string[]; + /** @example 2023-03-19 */ + last_air_date?: string; + last_episode_to_air?: { + /** @example 2023-03-19 */ + air_date?: string; + /** @example 3 */ + episode_number?: number; + /** @example standard */ + episode_type?: string; + /** @example 5879368 */ + id?: number; + /** @example Episode 3 */ + name?: string; + /** @example */ + overview?: string; + /** @example */ + production_code?: string; + /** @example null */ + runtime?: unknown; + /** @example 5 */ + season_number?: number; + /** @example 281223 */ + show_id?: number; + /** @example null */ + still_path?: unknown; + /** @example 0 */ + vote_average?: number; + /** @example 0 */ + vote_count?: number; + }; + /** @example Planète Zoo */ + name?: string; + /** @example [ + * { + * "id": 1846, + * "logo_path": "/lyo2nqmPCpXBWvMIQhmVjvZvoHN.png", + * "name": "RTL-TVI", + * "origin_country": "BE" + * } + * ] */ + networks?: { + /** @example 1846 */ + id?: number; + /** @example /lyo2nqmPCpXBWvMIQhmVjvZvoHN.png */ + logo_path?: string; + /** @example RTL-TVI */ + name?: string; + /** @example BE */ + origin_country?: string; + }[]; + /** @example null */ + next_episode_to_air?: unknown; + /** @example 4 */ + number_of_episodes?: number; + /** @example 5 */ + number_of_seasons?: number; + /** @example [ + * "BE" + * ] */ + origin_country?: string[]; + /** @example fr */ + original_language?: string; + /** @example Planète Zoo */ + original_name?: string; + /** @example */ + overview?: string; + /** @example 0 */ + popularity?: number; + /** @example /r8dnSioXWg8kqAKpNVkSNuGCDZk.jpg */ + poster_path?: string; + /** @example [ + * { + * "id": 2208, + * "logo_path": "/lyo2nqmPCpXBWvMIQhmVjvZvoHN.png", + * "name": "RTL-TVi", + * "origin_country": "BE" + * }, + * { + * "id": 202584, + * "logo_path": "/xzwuvF1SmLz0O1TunE2eMWq8Rdn.png", + * "name": "RTL Belgium", + * "origin_country": "BE" + * } + * ] */ + production_companies?: { + /** @example 2208 */ + id?: number; + /** @example /lyo2nqmPCpXBWvMIQhmVjvZvoHN.png */ + logo_path?: string; + /** @example RTL-TVi */ + name?: string; + /** @example BE */ + origin_country?: string; + }[]; + /** @example [ + * { + * "iso_3166_1": "BE", + * "name": "Belgium" + * } + * ] */ + production_countries?: { + /** @example BE */ + iso_3166_1?: string; + /** @example Belgium */ + name?: string; + }[]; + /** @example [ + * { + * "air_date": "2019-10-05", + * "episode_count": 1, + * "id": 436477, + * "name": "Season 1", + * "overview": "", + * "poster_path": null, + * "season_number": 1, + * "vote_average": 0 + * }, + * { + * "air_date": null, + * "episode_count": 0, + * "id": 436478, + * "name": "Season 2", + * "overview": "", + * "poster_path": null, + * "season_number": 2, + * "vote_average": 0 + * }, + * { + * "air_date": null, + * "episode_count": 0, + * "id": 436479, + * "name": "Season 3", + * "overview": "", + * "poster_path": null, + * "season_number": 3, + * "vote_average": 0 + * }, + * { + * "air_date": null, + * "episode_count": 0, + * "id": 436480, + * "name": "Season 4", + * "overview": "", + * "poster_path": null, + * "season_number": 4, + * "vote_average": 0 + * }, + * { + * "air_date": "2023-03-05", + * "episode_count": 3, + * "id": 436481, + * "name": "Season 5", + * "overview": "", + * "poster_path": null, + * "season_number": 5, + * "vote_average": 0 + * } + * ] */ + seasons?: { + /** @example 2019-10-05 */ + air_date?: string | null; + /** @example 1 */ + episode_count?: number; + /** @example 436477 */ + id?: number; + /** @example Season 1 */ + name?: string; + /** @example */ + overview?: string; + /** @example null */ + poster_path?: unknown; + /** @example 1 */ + season_number?: number; + /** @example 0 */ + vote_average?: number; + }[]; + /** @example [ + * { + * "english_name": "French", + * "iso_639_1": "fr", + * "name": "Français" + * } + * ] */ + spoken_languages?: { + /** @example French */ + english_name?: string; + /** @example fr */ + iso_639_1?: string; + /** @example Français */ + name?: string; + }[]; + /** @example Returning Series */ + status?: string; + /** @example */ + tagline?: string; + /** @example Documentary */ + type?: string; + /** @example 0 */ + vote_average?: number; + /** @example 0 */ + vote_count?: number; + }; + }; + }; + }; + }; + lists2: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description lists */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example 1 */ + page?: number; + /** @example [ + * { + * "description": "Photography aligned with beauty.", + * "favorite_count": 0, + * "id": 8501221, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 1782, + * "name": "Cinematography One", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8505287, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 1, + * "name": "بشوفها", + * "poster_path": null + * }, + * { + * "description": "TV SERIES BALISTAR LIST\r\nJl. Sahadewa No.13C, Legian, Kec kuta, Kabupaten Badung, Bali. “In front of The Local Restaurant”", + * "favorite_count": 0, + * "id": 8226356, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 2341, + * "name": "TV SERIES 2024 UPDATE", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8228031, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 646, + * "name": "Watched", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8217948, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 80, + * "name": "TV Shows (end)", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8309257, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 15, + * "name": "Liked TV Shows", + * "poster_path": null + * }, + * { + * "description": "as of 6/27/24", + * "favorite_count": 0, + * "id": 8309158, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 10, + * "name": "Favourite TV", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8290390, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 298, + * "name": "Live-Action", + * "poster_path": null + * }, + * { + * "description": "my collection", + * "favorite_count": 0, + * "id": 35027, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 3255, + * "name": "DVD", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8502088, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 28, + * "name": "got", + * "poster_path": null + * }, + * { + * "description": "Ticked off my watchlist\r\n", + * "favorite_count": 0, + * "id": 8232683, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 440, + * "name": "Seen", + * "poster_path": null + * }, + * { + * "description": "piiiii", + * "favorite_count": 0, + * "id": 8502319, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 88, + * "name": "best of the best ", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8504350, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 54, + * "name": "2000's", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8218470, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 326, + * "name": " Watched ", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8503715, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 9, + * "name": "kaido", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8304464, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 181, + * "name": "Watched", + * "poster_path": null + * }, + * { + * "description": "Select a title for trailers and more.\r\n\r\nCain Cinema features a 4K UHD picture on a 120\" (16:9) screen, and a 7.2.4 Dolby Atmos audio experience. ", + * "favorite_count": 0, + * "id": 7081593, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 1679, + * "name": "Now Showing at Cain Cinema", + * "poster_path": null + * }, + * { + * "description": "The movie that I already watched.", + * "favorite_count": 0, + * "id": 8264035, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 158, + * "name": "Watched ", + * "poster_path": null + * }, + * { + * "description": "", + * "favorite_count": 0, + * "id": 8500907, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 396, + * "name": "Watched", + * "poster_path": null + * }, + * { + * "description": "winter is coming ", + * "favorite_count": 0, + * "id": 8502009, + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "item_count": 14, + * "name": "🌕", + * "poster_path": null + * } + * ] */ + results?: { + /** @example Photography aligned with beauty. */ + description?: string; + /** @example 0 */ + favorite_count?: number; + /** @example 8501221 */ + id?: number; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example 1782 */ + item_count?: number; + /** @example Cinematography One */ + name?: string; + /** @example null */ + poster_path?: unknown; + }[]; + /** @example 74 */ + total_pages?: number; + /** @example 1477 */ + total_results?: number; + }; + }; + }; + }; + }; + recommendations1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description recommendations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/og2jKploGHYnCz68vV1nRSEE0xV.jpg", + * "first_air_date": "2015-02-08", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 60059, + * "media_type": "tv", + * "name": "Better Call Saul", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Better Call Saul", + * "overview": "Six years before Saul Goodman meets Walter White. We meet him when the man who will become Saul Goodman is known as Jimmy McGill, a small-time lawyer searching for his destiny, and, more immediately, hustling to make ends meet. Working alongside, and, often, against Jimmy, is “fixer” Mike Ehrmantraut. The series tracks Jimmy’s transformation into Saul Goodman, the man who puts “criminal” in “criminal lawyer\".", + * "popularity": 333.718, + * "poster_path": "/zjg4jpK1Wp2kiRvtt5ND0kznako.jpg", + * "vote_average": 8.691, + * "vote_count": 5342 + * }, + * { + * "adult": false, + * "backdrop_path": "/aSGSxGMTP893DPMCvMl9AdnEICE.jpg", + * "first_air_date": "2006-10-01", + * "genre_ids": [ + * 80, + * 18, + * 9648 + * ], + * "id": 1405, + * "media_type": "tv", + * "name": "Dexter", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Dexter", + * "overview": "Dexter Morgan, a blood spatter pattern analyst for the Miami Metro Police also leads a secret life as a serial killer, hunting down criminals who have slipped through the cracks of justice.", + * "popularity": 807.392, + * "poster_path": "/q8dWfc4JwQuv3HayIZeO84jAXED.jpg", + * "vote_average": 8.199, + * "vote_count": 4390 + * }, + * { + * "adult": false, + * "backdrop_path": "/4q6TBkY0Ilx7WtV5LX8HRqNHr5J.jpg", + * "first_air_date": "2010-07-25", + * "genre_ids": [ + * 80, + * 18, + * 9648 + * ], + * "id": 19885, + * "media_type": "tv", + * "name": "Sherlock", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Sherlock", + * "overview": "A modern update finds the famous sleuth and his doctor partner solving crime in 21st century London.", + * "popularity": 158.889, + * "poster_path": "/7WTsnHkbA0FaG6R9twfFde0I9hl.jpg", + * "vote_average": 8.519, + * "vote_count": 5505 + * }, + * { + * "adult": false, + * "backdrop_path": "/zZqpAXxVSBtxV9qPBcscfXBcL2w.jpg", + * "first_air_date": "2011-04-17", + * "genre_ids": [ + * 10765, + * 18, + * 10759 + * ], + * "id": 1399, + * "media_type": "tv", + * "name": "Game of Thrones", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Game of Thrones", + * "overview": "Seven noble families fight for control of the mythical land of Westeros. Friction between the houses leads to full-scale war. All while a very ancient evil awakens in the farthest north. Amidst the war, a neglected military order of misfits, the Night's Watch, is all that stands between the realms of men and icy horrors beyond.", + * "popularity": 728.528, + * "poster_path": "/1XS1oqL89opfnbLl8WnZY1O1uJx.jpg", + * "vote_average": 8.456, + * "vote_count": 24367 + * }, + * { + * "adult": false, + * "backdrop_path": "/9wYtsChiXyJmTirguADrJWwqbmk.jpg", + * "first_air_date": "2002-06-02", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 1438, + * "media_type": "tv", + * "name": "The Wire", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Wire", + * "overview": "Told from the points of view of both the Baltimore homicide and narcotics detectives and their targets, the series captures a universe in which the national war on drugs has become a permanent, self-sustaining bureaucracy, and distinctions between good and evil are routinely obliterated.", + * "popularity": 165.726, + * "poster_path": "/4lbclFySvugI51fwsyxBTOm4DqK.jpg", + * "vote_average": 8.6, + * "vote_count": 2234 + * }, + * { + * "adult": false, + * "backdrop_path": "/lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg", + * "first_air_date": "1999-01-10", + * "genre_ids": [ + * 18 + * ], + * "id": 1398, + * "media_type": "tv", + * "name": "The Sopranos", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Sopranos", + * "overview": "The story of New Jersey-based Italian-American mobster Tony Soprano and the difficulties he faces as he tries to balance the conflicting requirements of his home life and the criminal organization he heads. Those difficulties are often highlighted through his ongoing professional relationship with psychiatrist Jennifer Melfi. The show features Tony's family members and Mafia associates in prominent roles and story arcs, most notably his wife Carmela and his cousin and protégé Christopher Moltisanti.", + * "popularity": 338.458, + * "poster_path": "/57okJJUBK0AaijxLh3RjNUaMvFI.jpg", + * "vote_average": 8.653, + * "vote_count": 2798 + * }, + * { + * "adult": false, + * "backdrop_path": "/20eIP9o5ebArmu2HxJutaBjhLf4.jpg", + * "first_air_date": "2019-05-06", + * "genre_ids": [ + * 18 + * ], + * "id": 87108, + * "media_type": "tv", + * "name": "Chernobyl", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Chernobyl", + * "overview": "The true story of one of the worst man-made catastrophes in history: the catastrophic nuclear accident at Chernobyl. A tale of the brave men and women who sacrificed to save Europe from unimaginable disaster.", + * "popularity": 160.277, + * "poster_path": "/7vcwOySsqeyEdmfHQNT5jHCL2gb.jpg", + * "vote_average": 8.7, + * "vote_count": 6458 + * }, + * { + * "adult": false, + * "backdrop_path": "/l0qVZIpXtIo7km9u5Yqh0nKPOr5.jpg", + * "first_air_date": "1994-09-22", + * "genre_ids": [ + * 35 + * ], + * "id": 1668, + * "media_type": "tv", + * "name": "Friends", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Friends", + * "overview": "Six young people from New York City, on their own and struggling to survive in the real world, find the companionship, comfort and support they get from each other to be the perfect antidote to the pressures of life.", + * "popularity": 424.409, + * "poster_path": "/2koX1xLkpTQM4IZebYvKysFW1Nh.jpg", + * "vote_average": 8.437, + * "vote_count": 8119 + * }, + * { + * "adult": false, + * "backdrop_path": "/lHe8iwM4Cdm6RSEiara4PN8ZcBd.jpg", + * "first_air_date": "2013-03-03", + * "genre_ids": [ + * 10759, + * 18, + * 10768 + * ], + * "id": 44217, + * "media_type": "tv", + * "name": "Vikings", + * "origin_country": [ + * "CA" + * ], + * "original_language": "en", + * "original_name": "Vikings", + * "overview": "The adventures of Ragnar Lothbrok, the greatest hero of his age. The series tells the sagas of Ragnar's band of Viking brothers and his family, as he rises to become King of the Viking tribes. As well as being a fearless warrior, Ragnar embodies the Norse traditions of devotion to the gods. Legend has it that he was a direct descendant of Odin, the god of war and warriors.", + * "popularity": 606.691, + * "poster_path": "/bQLrHIRNEkE3PdIWQrZHynQZazu.jpg", + * "vote_average": 8.097, + * "vote_count": 6978 + * }, + * { + * "adult": false, + * "backdrop_path": "/sYXLeu5usz6yEz0k00FYvtEdodD.jpg", + * "first_air_date": "2021-11-06", + * "genre_ids": [ + * 16, + * 10765, + * 18, + * 10759 + * ], + * "id": 94605, + * "media_type": "tv", + * "name": "Arcane", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Arcane", + * "overview": "Amid the stark discord of twin cities Piltover and Zaun, two sisters fight on rival sides of a war between magic technologies and clashing convictions.", + * "popularity": 371.175, + * "poster_path": "/abf8tHznhSvl9BAElD2cQeRr7do.jpg", + * "vote_average": 8.777, + * "vote_count": 4715 + * }, + * { + * "adult": false, + * "backdrop_path": "/7w165QdHmJuTHSQwEyJDBDpuDT7.jpg", + * "first_air_date": "2005-08-29", + * "genre_ids": [ + * 10759, + * 80, + * 18 + * ], + * "id": 2288, + * "media_type": "tv", + * "name": "Prison Break", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Prison Break", + * "overview": "Due to a political conspiracy, an innocent man is sent to death row and his only hope is his brother, who makes it his mission to deliberately get himself sent to the same prison in order to break the both of them out, from the inside out.", + * "popularity": 753.881, + * "poster_path": "/5E1BhkCgjLBlqx557Z5yzcN0i88.jpg", + * "vote_average": 8.071, + * "vote_count": 5215 + * }, + * { + * "adult": false, + * "backdrop_path": "/uJUe985oIuRiD3hmHQYskIMc2WU.jpg", + * "first_air_date": "2015-06-24", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 62560, + * "media_type": "tv", + * "name": "Mr. Robot", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Mr. Robot", + * "overview": "A contemporary and culturally resonant drama about a young programmer, Elliot, who suffers from a debilitating anti-social disorder and decides that he can only connect to people by hacking them. He wields his skills as a weapon to protect the people that he cares about. Elliot will find himself in the intersection between a cybersecurity firm he works for and the underworld organizations that are recruiting him to bring down corporate America.", + * "popularity": 166.912, + * "poster_path": "/oKIBhzZzDX07SoE2bOLhq2EE8rf.jpg", + * "vote_average": 8.244, + * "vote_count": 4682 + * }, + * { + * "adult": false, + * "backdrop_path": "/ex4kvQb0Ski5KL2fsnKQU2hV3oo.jpg", + * "first_air_date": "2013-02-01", + * "genre_ids": [ + * 18 + * ], + * "id": 1425, + * "media_type": "tv", + * "name": "House of Cards", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "House of Cards", + * "overview": "Set in present day Washington, D.C., House of Cards is the story of Frank Underwood, a ruthless and cunning politician, and his wife Claire who will stop at nothing to conquer everything. This wicked political drama penetrates the shadowy world of greed, sex and corruption in modern D.C.", + * "popularity": 105.848, + * "poster_path": "/hKWxWjFwnMvkWQawbhvC0Y7ygQ8.jpg", + * "vote_average": 8, + * "vote_count": 2755 + * }, + * { + * "adult": false, + * "backdrop_path": "/jBhcm0Rm5Uv1UaHt0TTWuRjG5G3.jpg", + * "first_air_date": "2004-09-22", + * "genre_ids": [ + * 9648, + * 10759, + * 18 + * ], + * "id": 4607, + * "media_type": "tv", + * "name": "Lost", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Lost", + * "overview": "Stripped of everything, the survivors of a horrific plane crash must work together to stay alive. But the island holds many secrets.", + * "popularity": 478.666, + * "poster_path": "/og6S0aTZU6YUJAbqxeKjCa3kY1E.jpg", + * "vote_average": 7.945, + * "vote_count": 4338 + * }, + * { + * "adult": false, + * "backdrop_path": "/38aCLy0BdFbOAIEfuDladoITHN0.jpg", + * "first_air_date": "2011-12-04", + * "genre_ids": [ + * 10765, + * 18, + * 9648 + * ], + * "id": 42009, + * "media_type": "tv", + * "name": "Black Mirror", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Black Mirror", + * "overview": "Over the last ten years, technology has transformed almost every aspect of our lives before we've had time to stop and question it. In every home; on every desk; in every palm - a plasma screen; a monitor; a smartphone - a black mirror of our 21st Century existence.", + * "popularity": 360.158, + * "poster_path": "/5UaYsGZOFhjFDwQh6GuLjjA1WlF.jpg", + * "vote_average": 8.289, + * "vote_count": 5120 + * }, + * { + * "adult": false, + * "backdrop_path": "/8aCek7W6BovH7M4enWjqrGptvQ8.jpg", + * "first_air_date": "2013-12-02", + * "genre_ids": [ + * 16, + * 35, + * 10765, + * 10759 + * ], + * "id": 60625, + * "media_type": "tv", + * "name": "Rick and Morty", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Rick and Morty", + * "overview": "Rick is a mentally-unbalanced but scientifically gifted old man who has recently reconnected with his family. He spends most of his time involving his young grandson Morty in dangerous, outlandish adventures throughout space and alternate universes. Compounded with Morty's already unstable family life, these events cause Morty much distress at home and school.", + * "popularity": 461.522, + * "poster_path": "/gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg", + * "vote_average": 8.7, + * "vote_count": 9863 + * }, + * { + * "adult": false, + * "backdrop_path": "/2MaumbgBlW1NoPo3ZJO38A6v7OS.jpg", + * "first_air_date": "2016-07-15", + * "genre_ids": [ + * 18, + * 10765, + * 9648, + * 10759 + * ], + * "id": 66732, + * "media_type": "tv", + * "name": "Stranger Things", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Stranger Things", + * "overview": "When a young boy vanishes, a small town uncovers a mystery involving secret experiments, terrifying supernatural forces, and one strange little girl.", + * "popularity": 429.214, + * "poster_path": "/uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg", + * "vote_average": 8.6, + * "vote_count": 17843 + * }, + * { + * "adult": false, + * "backdrop_path": "/82qpvU7AzT9D8oC02fIceb5KAz8.jpg", + * "first_air_date": "2014-01-12", + * "genre_ids": [ + * 18, + * 9648 + * ], + * "id": 46648, + * "media_type": "tv", + * "name": "True Detective", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "True Detective", + * "overview": "An American anthology police detective series utilizing multiple timelines in which investigations seem to unearth personal and professional secrets of those involved, both within or outside the law.", + * "popularity": 291.912, + * "poster_path": "/cuV2O5ZyDLHSOWzg3nLVljp1ubw.jpg", + * "vote_average": 8.298, + * "vote_count": 3466 + * }, + * { + * "adult": false, + * "backdrop_path": "/r0Q6eeN9L1ORL9QsV0Sg8ZV3vnv.jpg", + * "first_air_date": "2004-11-16", + * "genre_ids": [ + * 18, + * 9648, + * 35 + * ], + * "id": 1408, + * "media_type": "tv", + * "name": "House", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "House", + * "overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.", + * "popularity": 723.948, + * "poster_path": "/3Cz7ySOQJmqiuTdrc6CY0r65yDI.jpg", + * "vote_average": 8.589, + * "vote_count": 6642 + * }, + * { + * "adult": false, + * "backdrop_path": "/nOpary3p4f9cazyj1bCGkBNoaIS.jpg", + * "first_air_date": "2017-12-01", + * "genre_ids": [ + * 80, + * 18, + * 10765, + * 9648 + * ], + * "id": 70523, + * "media_type": "tv", + * "name": "Dark", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Dark", + * "overview": "A missing child causes four families to help each other for answers. What they could not imagine is that this mystery would be connected to innumerable other secrets of the small town.", + * "popularity": 217.645, + * "poster_path": "/7CFCzWIZZcnxHke3yAQiGPWXHwF.jpg", + * "vote_average": 8.4, + * "vote_count": 6737 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /og2jKploGHYnCz68vV1nRSEE0xV.jpg */ + backdrop_path?: string; + /** @example 2015-02-08 */ + first_air_date?: string; + /** @example [ + * 80, + * 18 + * ] */ + genre_ids?: number[]; + /** @example 60059 */ + id?: number; + /** @example tv */ + media_type?: string; + /** @example Better Call Saul */ + name?: string; + /** @example [ + * "US" + * ] */ + origin_country?: string[]; + /** @example en */ + original_language?: string; + /** @example Better Call Saul */ + original_name?: string; + /** @example Six years before Saul Goodman meets Walter White. We meet him when the man who will become Saul Goodman is known as Jimmy McGill, a small-time lawyer searching for his destiny, and, more immediately, hustling to make ends meet. Working alongside, and, often, against Jimmy, is “fixer” Mike Ehrmantraut. The series tracks Jimmy’s transformation into Saul Goodman, the man who puts “criminal” in “criminal lawyer". */ + overview?: string; + /** @example 333.718 */ + popularity?: number; + /** @example /zjg4jpK1Wp2kiRvtt5ND0kznako.jpg */ + poster_path?: string; + /** @example 8.691 */ + vote_average?: number; + /** @example 5342 */ + vote_count?: number; + }[]; + /** @example 2 */ + total_pages?: number; + /** @example 40 */ + total_results?: number; + }; + }; + }; + }; + }; + reviews1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description reviews */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example 1 */ + page?: number; + /** @example [ + * { + * "author": "slyone10001", + * "author_details": { + * "avatar_path": null, + * "name": "", + * "rating": 10, + * "username": "slyone10001" + * }, + * "content": "Wow....where to start. Not really into \"DRUG\" inspired shows. But this one had me from the start. The only bad about this show was the split seasons when it was a first run show. But now you can go right through to the next episode with out having to wait.....MUST WATCH ! !", + * "created_at": "2018-04-10T15:44:38.134Z", + * "id": "5accdbe6c3a3687e2702d058", + * "updated_at": "2021-06-23T15:58:07.601Z", + * "url": "https://www.themoviedb.org/review/5accdbe6c3a3687e2702d058" + * }, + * { + * "author": "Dean", + * "author_details": { + * "avatar_path": null, + * "name": "Dean", + * "rating": 10, + * "username": "Ditendra" + * }, + * "content": "I'll be honest, at first when I started this TV show and finished first season, I didn't like it. It felt boring for me and I stopped watching, but after few years, I decided to give it a chance and continue. I'm so happy because of my decision, because after finishing this TV show, I can definitely tell that it was a masterpiece! 5th season is a bomb and 14th season was shocking! It left me with sad, euphoric shock feeling. It was mind blowing! I'm not gonna spoil you what happened, but if you started first season and you don't like it, for goodness sake, give it a chance and continue watching. I promise you won't regret.\r\n\r\nCharacters are very well developed. Acting is superb! Plot is very interesting. Whole TV show is tense, especially the last season. The only downside I can think about is camera. Sometimes it's shaking on some certain scenes. I don't know why they didn't pay attention to this, but this is nothing, just a very minor minus. Everything else is great about this TV show.", + * "created_at": "2019-09-30T09:02:26.890Z", + * "id": "5d91c4a2172d7f001759ca0a", + * "updated_at": "2021-06-23T15:58:27.439Z", + * "url": "https://www.themoviedb.org/review/5d91c4a2172d7f001759ca0a" + * }, + * { + * "author": "l33t5p34k3r", + * "author_details": { + * "avatar_path": null, + * "name": "", + * "rating": 9, + * "username": "l33t5p34k3r" + * }, + * "content": "Started out really good, but dropped quality after the second to last season", + * "created_at": "2020-06-10T07:29:33.686Z", + * "id": "5ee08bdd90dde0001fa67192", + * "updated_at": "2021-06-23T15:58:39.055Z", + * "url": "https://www.themoviedb.org/review/5ee08bdd90dde0001fa67192" + * }, + * { + * "author": "drystyx", + * "author_details": { + * "avatar_path": "/hLLsAvAnVT0cFU7JuuaaItTWXv8.jpg", + * "name": "", + * "rating": 3, + * "username": "drystyx" + * }, + * "content": "This is the kind of TV show for the \"formula lovers\" who want to feel superior.\r\nThere is an air of the superiority complex of the \"drug knowledgeable\" crowd in this series about a \"smart guy\" breaking into the drug trade.\r\nHis \"talent\" makes him the important cog in the machine. He can call his shots.\r\nStill, the ruffians give him a rough way to go, because criminals really are stupid.\r\nOnce they learn that they are nothing without him, he gets his way.\r\nMuch like a Western town blacksmith, he's the needed ingredient.\r\nHowever, things get very formula early on in the show. And there's always this sense of a superiority complex from the sort of people who push shows like this onto their friends and acquaintances. The directing writing team tap into the control freak crowd very well.\r\nBut it is a dull show about dull people.", + * "created_at": "2023-04-02T17:02:14.125Z", + * "id": "6429b5168de0ae00978d836a", + * "updated_at": "2023-04-03T16:45:23.650Z", + * "url": "https://www.themoviedb.org/review/6429b5168de0ae00978d836a" + * } + * ] */ + results?: { + /** @example slyone10001 */ + author?: string; + author_details?: { + /** @example null */ + avatar_path?: string | null; + /** @example */ + name?: string; + /** @example 10 */ + rating?: number; + /** @example slyone10001 */ + username?: string; + }; + /** @example Wow....where to start. Not really into "DRUG" inspired shows. But this one had me from the start. The only bad about this show was the split seasons when it was a first run show. But now you can go right through to the next episode with out having to wait.....MUST WATCH ! ! */ + content?: string; + /** @example 2018-04-10T15:44:38.134Z */ + created_at?: string; + /** @example 5accdbe6c3a3687e2702d058 */ + id?: string; + /** @example 2021-06-23T15:58:07.601Z */ + updated_at?: string; + /** @example https://www.themoviedb.org/review/5accdbe6c3a3687e2702d058 */ + url?: string; + }[]; + /** @example 1 */ + total_pages?: number; + /** @example 4 */ + total_results?: number; + }; + }; + }; + }; + }; + screenedTheatrically: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description screened theatrically */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example [] */ + results?: unknown[]; + }; + }; + }; + }; + }; + similar1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description similar */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + page?: number; + /** @example [ + * { + * "adult": false, + * "backdrop_path": "/6JuwG7Ban6lMr3DuVUSmRkO3AGv.jpg", + * "first_air_date": "2013-04-07", + * "genre_ids": [ + * 80 + * ], + * "id": 55841, + * "name": "Crime Stories", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "VERBRECHEN nach Ferdinand von Schirach", + * "overview": "A respected small-town physician has brutally killed his wife, thus ending a four-year martyrdom from which he could not escape by any other means...", + * "popularity": 10.593, + * "poster_path": "/q3zNkjwvhRrRhtF5o7R3RBfEv9C.jpg", + * "vote_average": 6.8, + * "vote_count": 10 + * }, + * { + * "adult": false, + * "backdrop_path": "/89KG5dlNSexy2O4Wj8p5tj5SZ6Q.jpg", + * "first_air_date": "2018-12-26", + * "genre_ids": [ + * 80, + * 18 + * ], + * "id": 85233, + * "name": "The Defence", + * "origin_country": [ + * "PL" + * ], + * "original_language": "pl", + * "original_name": "Chyłka", + * "overview": "Three-year-old Nikola Szlezyngier disappears in unexplained circumstances and her parents Angelika and Dawid are the main suspects. Angelika contacts an old friend Joanna Chylka, a brilliant, cynical and successful lawyer to help. With her new apprentice Kordian, Joanna will try to bring the case to a happy close.", + * "popularity": 16.439, + * "poster_path": "/3sohkhCEkIboAuJf8SH4H3HRmsU.jpg", + * "vote_average": 6.7, + * "vote_count": 16 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "first_air_date": "2015-09-07", + * "genre_ids": [ + * 80, + * 99 + * ], + * "id": 85350, + * "name": "Killer Medics On Death Row", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Killer Medics On Death Row", + * "overview": "Responsible for people’s lives and welfare on a daily basis doctors and nurses are sworn to protect and look after their patients. This series explores the dark and sinister motives behind the doctors who abuse the trust put in them and instead of using medicine to heal their patients; they used their powers to murder unsuspecting victims. We examine the cases of doctors and nurses who have been convicted for terrible crimes.", + * "popularity": 4.71, + * "poster_path": "/71LUjKEPUzUnlaC4ZuAff1b54B9.jpg", + * "vote_average": 6, + * "vote_count": 1 + * }, + * { + * "adult": false, + * "backdrop_path": "/3qaIDtU8gtHBj4m2K4s4upMrplG.jpg", + * "first_air_date": "1991-04-07", + * "genre_ids": [ + * 80, + * 18, + * 9648 + * ], + * "id": 2583, + * "name": "Prime Suspect", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Prime Suspect", + * "overview": "Highly skilled Detective Inspector Jane Tennison battles to prove herself in a male dominated world.", + * "popularity": 41.753, + * "poster_path": "/dkTwajGd46vR4vkLaiROvowDTNc.jpg", + * "vote_average": 7.714, + * "vote_count": 84 + * }, + * { + * "adult": false, + * "backdrop_path": "/uMLihaxfbeCvraDmER37t2jTNKi.jpg", + * "first_air_date": "2021-05-10", + * "genre_ids": [ + * 18, + * 10765 + * ], + * "id": 116386, + * "name": "Doom at Your Service", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "어느 날 우리 집 현관으로 멸망이 들어왔다", + * "overview": "A woman with only a short time to live and a man with the supernatural power to bring the world to an end discover the true meaning of life and love.", + * "popularity": 47.41, + * "poster_path": "/tgsWD4dJI5YFY8Kyk6vVjZoIKfO.jpg", + * "vote_average": 7.905, + * "vote_count": 449 + * }, + * { + * "adult": false, + * "backdrop_path": "/hP5pMJfxbY9p72LgEY6j9qGidtE.jpg", + * "first_air_date": "2024-12-05", + * "genre_ids": [ + * 10759, + * 9648, + * 80 + * ], + * "id": 225385, + * "name": "Black Doves", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Black Doves", + * "overview": "When a spy posing as a politician's wife learns her lover has been murdered, an old assassin friend joins her on a quest for truth — and vengeance.", + * "popularity": 232.602, + * "poster_path": "/uoXtkm2P4HPPL8T3IBJ02G3hCC4.jpg", + * "vote_average": 7.175, + * "vote_count": 157 + * }, + * { + * "adult": false, + * "backdrop_path": "/zCmzFn7T2IWfs7Gb80YYYJSxsyD.jpg", + * "first_air_date": "2022-03-10", + * "genre_ids": [ + * 35, + * 10759, + * 80 + * ], + * "id": 158793, + * "name": "Harina", + * "origin_country": [ + * "MX" + * ], + * "original_language": "es", + * "original_name": "Harina", + * "overview": "The misadventures of Lieutenant Harina and his partner, Officer Ramírez, a very special police couple, who find themselves with the opportunity of a lifetime", + * "popularity": 10.742, + * "poster_path": "/aqW5UWQ2M13lQWVrGNrUzs3hn2x.jpg", + * "vote_average": 8.4, + * "vote_count": 198 + * }, + * { + * "adult": false, + * "backdrop_path": "/zWZJV304xSYKa2KRs73jyhnlz1c.jpg", + * "first_air_date": "2024-08-16", + * "genre_ids": [ + * 18, + * 80 + * ], + * "id": 252636, + * "name": "Escape from the Trilateral Slopes", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "边水往事", + * "overview": "Trilateral Slopes, a tropical exotic melting pot teeming with all kinds of people, a place where prosperity and decay coexist. Shen Xing, a laborer who unexpectedly ends up here, crosses paths with Mr. Cai, a local wheeler-dealer navigating through the various forces at play. Together, they embark on an adventure, guided by a glimmer of kindness, as they face the struggle between staying and escaping. How will their story unfold in the midst of the disarray?", + * "popularity": 40.022, + * "poster_path": "/89VKjiQxlSAYHZHX8U5e6D9WzRp.jpg", + * "vote_average": 7.526, + * "vote_count": 19 + * }, + * { + * "adult": false, + * "backdrop_path": "/yjGCERuP9YPhvwBBlFIHclLPoV1.jpg", + * "first_air_date": "2023-04-23", + * "genre_ids": [ + * 18, + * 80, + * 9648 + * ], + * "id": 225109, + * "name": "Desire Catcher", + * "origin_country": [ + * "CN" + * ], + * "original_language": "zh", + * "original_name": "无眠之境", + * "overview": "In the world of hypnotism, Lu Fengping is known for being one of the country's best hypnotists. A true genius in his field, Fengping’s skill is unparalleled. Naturally, when the city is rocked by a string of crimes that all seem to be conducted under the influence of hypnotism, it is Fengping the police turn to for help.", + * "popularity": 10.009, + * "poster_path": "/wKJjFOv0phreW9oWeOPGqIX2S5I.jpg", + * "vote_average": 8.7, + * "vote_count": 2 + * }, + * { + * "adult": false, + * "backdrop_path": null, + * "first_air_date": "", + * "genre_ids": [ + * 18, + * 10765 + * ], + * "id": 225171, + * "name": "Wycaro 339", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Wycaro 339", + * "overview": "The project, described as a blended, grounded genre drama, has received a two-season straight-to-series order from Apple TV+.", + * "popularity": 23.335, + * "poster_path": null, + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/uGyze9Wd98oBVYBS4Bzlq2GcfbU.jpg", + * "first_air_date": "2006-03-09", + * "genre_ids": [ + * 18 + * ], + * "id": 2802, + * "name": "Waterloo Road", + * "origin_country": [ + * "GB" + * ], + * "original_language": "en", + * "original_name": "Waterloo Road", + * "overview": "Waterloo Road is a UK television drama series the first broadcast was in the United Kingdom on BBC One on 9 March 2006. Originally set in a troubled comprehensive school in Rochdale, England, the location of the show was moved to the former Greenock Academy in Greenock, Scotland in 2012. The series focuses on the lives of the school's teachers and students, and confronts social issues such as extramarital affairs, abortion, divorce, child abuse, and suicide.\n\nWaterloo Road is produced by Shed Productions, the company responsible for Bad Girls and Footballers' Wives.", + * "popularity": 152.087, + * "poster_path": "/gZoVJ0iVcyFDtrS8a7vFaiQfNa8.jpg", + * "vote_average": 7.2, + * "vote_count": 25 + * }, + * { + * "adult": false, + * "backdrop_path": "/vMf5vOGqLnurbvYJzrN4OZHRWvI.jpg", + * "first_air_date": "1986-10-11", + * "genre_ids": [ + * 80, + * 18, + * 10759 + * ], + * "id": 225575, + * "name": "Hassel", + * "origin_country": [ + * "SE" + * ], + * "original_language": "sv", + * "original_name": "Hassel", + * "overview": "", + * "popularity": 12.252, + * "poster_path": "/57YYdqoaP8KgMAws1Vf23I7Ikhb.jpg", + * "vote_average": 0, + * "vote_count": 0 + * }, + * { + * "adult": false, + * "backdrop_path": "/wkctGNUz6dBvDVOkRwpvMcH061v.jpg", + * "first_air_date": "2022-03-16", + * "genre_ids": [ + * 18, + * 10759 + * ], + * "id": 158913, + * "name": "Pedal to Metal", + * "origin_country": [ + * "MX" + * ], + * "original_language": "es", + * "original_name": "Dale Gas", + * "overview": "After a race they drive in ends fatally, friends Kike and Noche flee to Mexico City to hide, rebuild their lives and escape danger ... or at least try.", + * "popularity": 5.723, + * "poster_path": "/7rW5ZP07VP0NMx26wwzcIRps6FJ.jpg", + * "vote_average": 6.9, + * "vote_count": 7 + * }, + * { + * "adult": false, + * "backdrop_path": "/rsLZK4xAw1Oun0T5UWfG213qalP.jpg", + * "first_air_date": "2024-10-31", + * "genre_ids": [ + * 35, + * 80, + * 18 + * ], + * "id": 252372, + * "name": "Murder Mindfully", + * "origin_country": [ + * "DE" + * ], + * "original_language": "de", + * "original_name": "Achtsam Morden", + * "overview": "When mafia lawyer Björn attends a mindfulness class to find a better work-life balance, he discovers surprising new coping strategies — including murder.", + * "popularity": 94.559, + * "poster_path": "/3snsd7KLau14equwCz9YLZu9lTO.jpg", + * "vote_average": 7.7, + * "vote_count": 83 + * }, + * { + * "adult": false, + * "backdrop_path": "/QZwNfyazB87eho3XKdw6t8RVWd.jpg", + * "first_air_date": "2015-04-26", + * "genre_ids": [ + * 18, + * 35 + * ], + * "id": 57391, + * "name": "HAPPYish", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "HAPPYish", + * "overview": "Thom Payne is a 44 year-old man whose world is thrown into disarray when his 25 year-old \"wunderkind\" boss arrives, saying things like \"digital,\" \"social\" and \"viral.\" Is he in need of a \"rebranding,\" or does he just have a \"low joy ceiling?\" Maybe pursuing happiness is a fool's errand? Happiness after all is pretty high bar. In a world as absurd as ours, maybe the best anyone can hope for is happyish.", + * "popularity": 8.372, + * "poster_path": "/emjm7JDQMrZ8YWGmLLw9pe6vnNQ.jpg", + * "vote_average": 6.838, + * "vote_count": 34 + * }, + * { + * "adult": false, + * "backdrop_path": "/poeG6PNjabZWM2gYwojE03jIDhh.jpg", + * "first_air_date": "2021-02-19", + * "genre_ids": [ + * 18, + * 80, + * 9648 + * ], + * "id": 116612, + * "name": "Beyond Evil", + * "origin_country": [ + * "KR" + * ], + * "original_language": "ko", + * "original_name": "괴물", + * "overview": "As a killing resembling a cold case resurfaces in a small town, the chase for the truth falls on two policemen who each harbor secrets of their own.", + * "popularity": 24.458, + * "poster_path": "/qvR2V6BlXrJ7VTuhEfnXc4rTJTR.jpg", + * "vote_average": 8.535, + * "vote_count": 156 + * }, + * { + * "adult": false, + * "backdrop_path": "/eSugw6RIyzKNPMcMzZAkBCjVv6Z.jpg", + * "first_air_date": "1983-09-18", + * "genre_ids": [ + * 10759, + * 18, + * 80 + * ], + * "id": 1271, + * "name": "Hardcastle and McCormick", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Hardcastle and McCormick", + * "overview": "Hardcastle and McCormick is an American action/drama television series from Stephen J. Cannell Productions, shown on ABC from 1983 through 1986. The series stars Brian Keith as Judge Milton C. Hardcastle and Daniel Hugh Kelly as ex-con and race car driver Mark \"Skid\" McCormick. The series premise was somewhat recycled from a previous Cannell series, Tenspeed and Brown Shoe.", + * "popularity": 76.028, + * "poster_path": "/d3ZWBPAlcmYwvA183aI5z1mosv7.jpg", + * "vote_average": 6.4, + * "vote_count": 37 + * }, + * { + * "adult": false, + * "backdrop_path": "/xCkQbV5g5KfEg5wGHkbUKVEhfE8.jpg", + * "first_air_date": "2001-06-03", + * "genre_ids": [ + * 18 + * ], + * "id": 1274, + * "name": "Six Feet Under", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Six Feet Under", + * "overview": "When death is your business, what is your life? For the Fisher family, the world outside of their family-owned funeral home continues to be at least as challenging as—and far less predictable than—the one inside.", + * "popularity": 84.085, + * "poster_path": "/ztuH5aJIZQpu5ci27tY2nx1gwjO.jpg", + * "vote_average": 8.085, + * "vote_count": 948 + * }, + * { + * "adult": false, + * "backdrop_path": "/lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg", + * "first_air_date": "1999-01-10", + * "genre_ids": [ + * 18 + * ], + * "id": 1398, + * "name": "The Sopranos", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "The Sopranos", + * "overview": "The story of New Jersey-based Italian-American mobster Tony Soprano and the difficulties he faces as he tries to balance the conflicting requirements of his home life and the criminal organization he heads. Those difficulties are often highlighted through his ongoing professional relationship with psychiatrist Jennifer Melfi. The show features Tony's family members and Mafia associates in prominent roles and story arcs, most notably his wife Carmela and his cousin and protégé Christopher Moltisanti.", + * "popularity": 338.458, + * "poster_path": "/57okJJUBK0AaijxLh3RjNUaMvFI.jpg", + * "vote_average": 8.653, + * "vote_count": 2798 + * }, + * { + * "adult": false, + * "backdrop_path": "/dGzPJnh8YcUS4J10sNunohaXMVn.jpg", + * "first_air_date": "2004-03-21", + * "genre_ids": [ + * 37, + * 80, + * 18 + * ], + * "id": 1406, + * "name": "Deadwood", + * "origin_country": [ + * "US" + * ], + * "original_language": "en", + * "original_name": "Deadwood", + * "overview": "The story of the early days of Deadwood, South Dakota; woven around actual historic events with most of the main characters based on real people. Deadwood starts as a gold mining camp and gradually turns from a lawless wild-west community into an organized wild-west civilized town. The story focuses on the real-life characters Seth Bullock and Al Swearengen.", + * "popularity": 118.289, + * "poster_path": "/4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg", + * "vote_average": 8.1, + * "vote_count": 805 + * } + * ] */ + results?: { + /** @example false */ + adult?: boolean; + /** @example /6JuwG7Ban6lMr3DuVUSmRkO3AGv.jpg */ + backdrop_path?: string | null; + /** @example 2013-04-07 */ + first_air_date?: string; + /** @example [ + * 80 + * ] */ + genre_ids?: number[]; + /** @example 55841 */ + id?: number; + /** @example Crime Stories */ + name?: string; + /** @example [ + * "DE" + * ] */ + origin_country?: string[]; + /** @example de */ + original_language?: string; + /** @example VERBRECHEN nach Ferdinand von Schirach */ + original_name?: string; + /** @example A respected small-town physician has brutally killed his wife, thus ending a four-year martyrdom from which he could not escape by any other means... */ + overview?: string; + /** @example 10.593 */ + popularity?: number; + /** @example /q3zNkjwvhRrRhtF5o7R3RBfEv9C.jpg */ + poster_path?: string | null; + /** @example 6.8 */ + vote_average?: number; + /** @example 10 */ + vote_count?: number; + }[]; + /** @example 2220 */ + total_pages?: number; + /** @example 44394 */ + total_results?: number; + }; + }; + }; + }; + }; + tranaslations: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description translations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example [ + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.", + * "tagline": "Change the equation." + * }, + * "english_name": "English", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "name": "English" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Walter White ist ein schlafwandelnd durchs Leben gehender Highschool Chemielehrer. An seinem 50. Geburtstag wird bei ihm Krebs im Endstadium diagnostiziert. Um die finanzielle Zukunft für seine schwangere Frau und seinen behinderten Sohn zu sichern und weil er an der Schwelle des Todes nichts mehr zu verlieren hat, beschließt er seine Fähigkeiten als Chemiker gewinnbringend einzusetzen. Gemeinsam mit seinem ehemaligen Schüler Jesse Pinkman beginnt er Methamphetamin zu kochen.", + * "tagline": "" + * }, + * "english_name": "German", + * "iso_3166_1": "DE", + * "iso_639_1": "de", + * "name": "Deutsch" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Walter White, professeur de chimie dans un lycée d'Albuquerque au Nouveau-Mexique, est atteint d'un cancer pulmonaire en phase terminale. Il s'associe à Jesse Pinkman, un ancien élève, cancre, toxicomane et dealer, afin d'assurer l'avenir financier de sa famille après son décès. L'improbable duo va alors synthétiser et commercialiser la plus pure méthamphétamine en cristaux jamais vue dans les Amériques.", + * "tagline": "Souviens-toi de mon nom." + * }, + * "english_name": "French", + * "iso_3166_1": "FR", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Walter White is scheikundeleraar. Op het moment dat zijn vrouw zwanger is van hun tweede kind, stort Walters wereld in. De dokter heeft namelijk vastgesteld dat hij terminaal ziek is. Walter heeft longkanker en lijkt niet lang meer te zullen leven. Om ervoor te zorgen dat zijn gezin na zijn dood niet in een financiële crisis belandt, besluit Walter over te schakelen naar een leven als crimineel. Met de hulp van Jesse Pinkman, een uitgevallen leerling die in zijn klas heeft gezeten, maakt en verkoopt hij de drug crystal meth.", + * "tagline": "" + * }, + * "english_name": "Dutch", + * "iso_3166_1": "NL", + * "iso_639_1": "nl", + * "name": "Nederlands" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Kanserden öleceğini öğrenen bir kimya öğretmeni, ailesinin geleceğini garanti altına almak için metamfetamin üretip satmak üzere eski bir öğrencisiyle kafa kafaya verir.", + * "tagline": "Tehlike benim!" + * }, + * "english_name": "Turkish", + * "iso_3166_1": "TR", + * "iso_639_1": "tr", + * "name": "Türkçe" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Perníkový tatko", + * "overview": "Stredoškolskému učiteľovi chémie je diagnostikovaná rakovina a tak sa rozhodne pred svojou smrťou zaopatriť výrobou metam­fetamínu svoju rodinu. Seriál vyniká úplne famóznou premenou hlavnej postavy z obyčajného človeka na kľúčovú postavu drogového obchodu a skutočného bossa.", + * "tagline": "" + * }, + * "english_name": "Slovak", + * "iso_3166_1": "SK", + * "iso_639_1": "sk", + * "name": "Slovenčina" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Во все тяжкие", + * "overview": "Вся жизнь немолодого школьного учителя химии Уолтера Уайта — это борьба. Его зарплаты не хватает на содержание беременной жены и сына-инвалида, поэтому учитель вынужден подрабатывать на автомойке. Но всё меняется, когда Уолтеру ставят страшный диагноз — неоперабельный рак лёгких.", + * "tagline": "" + * }, + * "english_name": "Russian", + * "iso_3166_1": "RU", + * "iso_639_1": "ru", + * "name": "Pусский" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Totál szívás", + * "overview": "Walter (Bryan Cranstom), a kémiatanár az 50. születésnapján tudja meg, hogy végső stádiumú tüdőrákban szenved és alig egy éve van hátra. Szereti a várandós feleségét és gondozásra szoruló tinédzser fiát, ezért úgy dönt, hátralevő idejében a lehető legtöbb pénzt gyűjti össze. Erre azonban csak a törvény másik oldalán van lehetősége, ezért szövetkezik egykori, drogdíler diákjával és belefognak a metamfetamin gyártásába. Hamar kiderül, hogy Walterrel ellentétben Jesse egy pancser, és már az első üzletkötésnél összehoz másfél hullát. Walter elindul a lejtőn, ahol nincs megállás.\n\n", + * "tagline": "" + * }, + * "english_name": "Hungarian", + * "iso_3166_1": "HU", + * "iso_639_1": "hu", + * "name": "Magyar" + * }, + * { + * "data": { + * "homepage": "", + * "name": "绝命毒师", + * "overview": "新墨西哥州的高中化学老师沃尔特·H·怀特是拮据家庭的唯一经济来源。他大半生安分守己,兢兢业业,却在50岁生日之际突然得知自己罹患肺癌晚期的噩耗,原本便不甚顺意的人生顿时雪上加霜。为了保障怀孕的妻子斯凯勒和残疾的儿子小沃特能在自己死后衣食无忧,沃尔特决意铤而走险。他主动找到曾经的学生、而今的毒贩小混混杰西·平克曼谈合作,并运用娴熟高超的化学技术提炼出高纯度冰毒交给后者贩售。孰料事态的发展却在平克曼带回毒品供销商疯狂小八及其表弟后急转直下,沃尔特的人生也由此彻底步向失控。他被迫开始了教书与制毒的双重生活,逐渐坠落至万劫不复的深渊。", + * "tagline": "" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "CN", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Tras cumplir 50 años, Walter White (Bryan Cranston), un profesor de química de un instituto de Albuquerque, Nuevo México, se entera de que tiene un cáncer de pulmón incurable. Casado con Skyler (Anna Gunn) y con un hijo discapacitado (RJ Mitte), la brutal noticia lo impulsa a dar un drástico cambio a su vida: decide, con la ayuda de un antiguo alumno (Aaron Paul), fabricar anfetaminas y ponerlas a la venta. Lo que pretende es liberar a su familia de problemas económicos cuando se produzca el fatal desenlace.", + * "tagline": "Recuerda mi nombre" + * }, + * "english_name": "Spanish", + * "iso_3166_1": "ES", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Ένας καθηγητής που πάσχει από καρκίνο συνεργάζεται με έναν πρώην μαθητή για να εξασφαλίσει το μέλλον της οικογένειάς του, παρασκευάζοντας και πουλώντας μεθαμφεταμίνη.", + * "tagline": "Να θυμάσαι το όνομά μου" + * }, + * "english_name": "Greek", + * "iso_3166_1": "GR", + * "iso_639_1": "el", + * "name": "ελληνικά" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Ruptura Total", + * "overview": "Um professor do secundário com cancro do pulmão terminal junta-se a um ex-aluno para fabricar e vender metanfetaminas como forma de garantir o futuro da sua família.", + * "tagline": "" + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "PT", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Breaking Bad", + * "overview": "Un insegnante di chimica con un cancro allo stadio terminale comincia a produrre e spacciare metanfetamina con un suo ex studente per assicurare un futuro alla famiglia.", + * "tagline": "" + * }, + * "english_name": "Italian", + * "iso_3166_1": "IT", + * "iso_639_1": "it", + * "name": "Italiano" + * }, + * { + * "data": { + * "homepage": "", + * "name": "В обувките на Сатаната", + * "overview": "Обикновения и нехаризматичен учител по химия – Уолтър открива нова страст в живота си, след като разбира, че е болен от рак в последен стадий. Освен че е пожънал множество успехи в химията, Уолтър обучава апатични гимназисти и работи на непълен работен ден в една автомивка, за да издържа семейството си. Доходите на жена му са съвсем скромни, а синът им Уолтър младши - твърдоглав 17-годишен тийнейджър, страда от церебрална парализа. За да осигури прехраната на любимите си хора Уолтър си поставя нови цели и се отдава на вълнуващ престъпен живот.", + * "tagline": "Запомнете името ми" + * }, + * "english_name": "Bulgarian", + * "iso_3166_1": "BG", + * "iso_639_1": "bg", + * "name": "български език" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Dramă premiată cu două statuete Emmy de mare audiență, serialul spune povestea lui Walter, un profesor de chimie care, lovit în plin de criza de la mijlocul vieții - cea mai gravă criză din câte s-au văzut vreodată -, începe să încalce legea prin fapte de o gravitate din ce în ce mai mare.", + * "tagline": "Amintește-ți numele meu." + * }, + * "english_name": "Romanian", + * "iso_3166_1": "RO", + * "iso_639_1": "ro", + * "name": "Română" + * }, + * { + * "data": { + * "homepage": "", + * "name": "브레이킹 배드", + * "overview": "2008년 1월 AMC에서 방영을 시작한 범죄 스릴러. Breaking Bad는 막가기를 뜻하는 미국 남부 지방의 속어이다. 한때 노벨화학상까지 바라 볼 정도로 뛰어난 과학자였던 고등학교 화학 교사 월터 화이트는 자신의 50세 생일 날에 폐암 3기 진단을 받는다. 어느 날 동서와 함께 마약 단속 현장을 참관한 그는 현장에서 달아나는 옛 제자 제시를 발견한다. 뇌성마비에 걸린 고등학생 아들과 임신한 아내를 위해 제시에게 동업을 제의한 월터는 자신의 화학지식을 이용해 전례없는 고순도 고품질의 메스암페타민을 제조한다.", + * "tagline": "" + * }, + * "english_name": "Korean", + * "iso_3166_1": "KR", + * "iso_639_1": "ko", + * "name": "한국어/조선말" + * }, + * { + * "data": { + * "homepage": "", + * "name": "שובר שורות", + * "overview": "סדרת דרמה המתמקדת בוולטר וויט, מורה לכימיה בתיכון שסובל ממקרה חמור של משבר אמצע החיים, בנוסף הוא מתבשר שהינו גוסס ממחלה קשה. על מנת לממן את הטיפולים היקרים ולדאוג לעתיד משפחתו הוא חובר לתלמיד לשעבר והופך ליצרן וסוחר במתאמפטמין.", + * "tagline": "" + * }, + * "english_name": "Hebrew", + * "iso_3166_1": "IL", + * "iso_639_1": "he", + * "name": "עִבְרִית" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Głównym bohaterem \"Breaking Bad\" jest Walter White (Bryan Cranston), nauczyciel chemii mieszkający w Nowym Meksyku wraz z żoną (Anna Gunn) oraz nastoletnim synem (RJ Mitte) cierpiącym na porażenie mózgowe. Kiedy u Waltera zostaje zdiagnozowany rak w trzecim stadium, lekarze rokują, że pozostały mu dwa lata życia. Dzięki tym prognozom Walter wyzbywa się wszelkich lęków i pragnąc zabezpieczyć swoją rodzinę finansowo decyduje się wkroczyć do niebezpiecznego świata narkotyków i zbrodni. Serial ukazuje jak śmiertelna diagnoza jaką postawiono White'owi, zwyczajnemu mężczyźnie z typowymi, codziennymi problemami zmienia go z łagodnego domatora w trzon narkotykowej branży.", + * "tagline": "" + * }, + * "english_name": "Polish", + * "iso_3166_1": "PL", + * "iso_639_1": "pl", + * "name": "Polski" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Efter at være blevet diagnosticeret med kræft og givet blot to år tilbage at leve i forsøger kemilæreren Walter at sikre sin families fremtidige økonomiske situation ved at slå sig sammen med en tidligere studerende, Jesse, for at producere og sælge det ulovlige stof amfetamin. Mens Walter langsomt bygger sit imperium op, begynder hans kone Skyler at undre sig over hans uregelmæssige adfærd, og politiet sætter jagten ind på kvarterets nye bagmand.", + * "tagline": "" + * }, + * "english_name": "Danish", + * "iso_3166_1": "DK", + * "iso_639_1": "da", + * "name": "Dansk" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Perníkový táta", + * "overview": "Co se stane, když u středoškolského oceňovaného učitele chemie diagnostikují rakovinu plic v pokročilém stádiu? Dá se na kriminální dráhu jako drogový dealer, aby stihl vydělat co nejvíce peněz pro svou těhotnou ženu...", + * "tagline": "" + * }, + * "english_name": "Czech", + * "iso_3166_1": "CZ", + * "iso_639_1": "cs", + * "name": "Český" + * }, + * { + * "data": { + * "homepage": "", + * "name": "ブレイキング・バッド", + * "overview": "主人公のウォルターは冴えない高校の化学教師だが、自身が末期がんに冒されていることを知った後、新しい人生に目覚める。かつては成功を嘱望される化学者だったウォルターだが、今はやる気のない高校生に授業を行うかたわら、洗車のアルバイトをして家計を助ける身。妻のスカイラーは、eBayでの売買でほどほどの稼ぎを得ていた。息子のウォルター・ジュニアは17才。意志の強い若者だったが、脳性まひに苦しんでいた。家族に残せるものがほとんどないことに気がついたウォルターは、新しい人生の目的に目覚め、愛する家族に財産を残すため犯罪に手を染めていく。", + * "tagline": "私の名は…" + * }, + * "english_name": "Japanese", + * "iso_3166_1": "JP", + * "iso_639_1": "ja", + * "name": "日本語" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Пуститися берега", + * "overview": "Шкільний учитель хімії Волтер Вайт дізнається, що хворий на рак легенів. З огляду на складний фінансовий стан справ сім'ї, а також перспективи, Волтер вирішує зайнятися виготовленням метамфетаміну. Для цього він залучає свого колишнього учня Джессі Пінкмана, колись виключеного зі школи за активного сприяння Вайта. Пінкман сам займався «варінням мету», але напередодні, в ході рейду УБН, він позбувся напарника і лабораторії.", + * "tagline": "" + * }, + * "english_name": "Ukrainian", + * "iso_3166_1": "UA", + * "iso_639_1": "uk", + * "name": "Український" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Walter White, en alldaglig high school-kemilärare i 50-årsåldern som även extraknäcker på en biltvätt lever ett stillsamt liv, i ett oengagerat äktenskap med sin gravida, TV-shoppande fru Skyler och deras tonårige son Walter Jr., som lider av en lätt CP-skada När Walt Senior blir diagnostiserad med lungcancer, bestämmer han sig för att slå sig in på den brottsliga banan, för att kunna få ihop ett kapital att lämna efter sig vid sin kommande död. Han sätter upp ett \"meth lab\" och kokar metamfetamin tillsammans med sin tidigare elev, Jesse Pinkman.", + * "tagline": "" + * }, + * "english_name": "Swedish", + * "iso_3166_1": "SE", + * "iso_639_1": "sv", + * "name": "svenska" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Walter White je srednjovječni profesor kemije koji jednog dana doznaje da boluje od neizlječivog raka pluća, a prognoze nisu sjajne. Uz sve to, ima hendikepirano dijete i trudnu ženu. Prije nego umre, odlučuje da će se pobrinuti za svoju obitelj pa u podrumu stvori laboratorij za proizvodnju droge. Seriju je stvorio Vince Gilligan koji je radio i na „Dosjeima X“, omiljenoj seriji svih zaljubljenika u mistično i natprirodno. Mnogi kritičari pohvalili su odličnu glumu, a serija je općenito dobro prihvaćena i spada među favorite svih fanova pomaknutog humora.", + * "tagline": "" + * }, + * "english_name": "Bosnian", + * "iso_3166_1": "BS", + * "iso_639_1": "bs", + * "name": "Bosanski" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Na putu prema dolje", + * "overview": "'Na putu prema dolje' prati neobičan i opasan životni put nimalo karizmatičnog i isprva vrlo prosječnog profesora kemije, Waltera Whitea, čiji život se potpuno preokrene kada sazna da je obolio od karcinoma.", + * "tagline": "Upamti moje ime." + * }, + * "english_name": "Croatian", + * "iso_3166_1": "HR", + * "iso_639_1": "hr", + * "name": "Hrvatski" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Bręstantis blogis", + * "overview": "Chemijos mokytojas su žmona ir neįgaliu paaugliu sūnumi gyvena Naujojoje Meksikoje. Netikėtai jam nustatomas trečios stadijos vėžys, medikai teigia, kad gyventi beliko metai. Ši žinia ramų vyriškį išlaisvina iš bet kokių baimių ir visuomenės normų. Norėdamas užtikrinti šeimai gerą materialinę ateitį, jis pradeda gaminti aukščiausios kokybės amfetaminą. Mirtina diagnozė tykų namisėdą paverčia narkotikų pasaulio karaliuku.", + * "tagline": "" + * }, + * "english_name": "Lithuanian", + * "iso_3166_1": "LT", + * "iso_639_1": "lt", + * "name": "Lietuvių" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Halvale teele", + * "overview": "\"Halvale teele\" on huumorivarjundiga draamasari keemiaõpetaja Walter White'ist (rolli eest Emmy auhinna võitnud Bryan Cranston), keda on tabanud pingeline keskeakriis. Lisaks erivajadustega teismelisele pojale ja naisele, kes temasse külmalt suhtub, diagnoositakse tal ravimatu kopsuvähk. Jõudnud otsusele, et tema elu väärtus on äärmiselt kaheldav, otsustab ta oma endise õpilase, narkomaanist eluheidiku Jesse Pinkmaniga (Aaron Paul) hakata keetma metamfetamiini, ja kus oleks seda parem teha, kui keset kõrbe ja vagunelamus?", + * "tagline": "" + * }, + * "english_name": "Estonian", + * "iso_3166_1": "EE", + * "iso_639_1": "et", + * "name": "Eesti" + * }, + * { + * "data": { + * "homepage": "", + * "name": "اختلال ضال", + * "overview": "تدور أحداث المسلسل بشكل رئيسي عن والتر وايت أستاذ في مدرسة ثانوية لمادة الكيمياء وعبقري في اختصاصه يكتشف اصابته بمرض السرطان، وبسبب عدم امتلاكه للمال الكافي لتغطية تكاليف العلاج اللازم له يتجه نحو إنتاج المخدرات مع طالب سابق عنده  جيسي بينكمان وبعد بدئه في الإنتاج واكتشافه للمردود القادم من بيع المخدرات تصبح إرادته في كسب المزيد من المال لتأمين مستقبل أفضل لعائلته بعد وفاته.", + * "tagline": "هايزنبرغ" + * }, + * "english_name": "Arabic", + * "iso_3166_1": "SA", + * "iso_639_1": "ar", + * "name": "العربية" + * }, + * { + * "data": { + * "homepage": "", + * "name": "بریکینگ بد", + * "overview": "داستان سریال درباره یک معلم شیمی میانسال است که متوجه می‌شود که دارای سرطان ریه است و ۲ سال بیشتر وقت برای زندگی ندارد. او که وضع مالی خوبی ندارد و دارای همسر و پسری معلول می‌باشد، به این فکر می‌افتد که باید قبل از مردن زندگی خانواده خود را تامین کند. پس با توجه به آشناییش به علم شیمی، همراه با یکی از شاگردان سابقش شروع به ساخت و فروش مواد مخدر می‌کند…", + * "tagline": "نام من را به خاطر بسپار" + * }, + * "english_name": "Persian", + * "iso_3166_1": "IR", + * "iso_639_1": "fa", + * "name": "فارسی" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Parhaan miespuolisen draamanäyttelijän Emmyn voittanut Bryan Cranston esittää Walter Whitea, taitavaa kemistiä, joka on päätynyt kohtalon oikuista opettajaksi ja osa-aikaiseksi autopesulatyöntekijäksi. Kaikki muuttuu, kun Walter kuulee sairastavansa parantumatonta syöpää. Hän miettii keinoja turvata perheensä toimeentulo jatkossakin ja keksii yllättävän ratkaisun: huumekaupan. Walter ottaa kemistintaitonsa käyttöön ja lähtee rikoksen poluille johtoajatuksenaan, ettei hänellä ole mitään hävittävää. Vaarallisiin huumekuvioihin sekaantuminen ei kuitenkaan tee kiltistä Walterista hirviötä, päinvastoin.", + * "tagline": "" + * }, + * "english_name": "Finnish", + * "iso_3166_1": "FI", + * "iso_639_1": "fi", + * "name": "suomi" + * }, + * { + * "data": { + * "homepage": "", + * "name": "ดับเครื่องชน คนดีแตก", + * "overview": "ครูสอนเคมีในโรงเรียนมัธยมซึ่งกำลังใกล้ตายด้วยโรคมะเร็งต้องมาร่วมมือกับอดีตนักเรียน เพื่อสร้างความมั่นคงให้กับครอบครัวก่อนที่เขาจะตายด้วยการผลิตยาไอซ์ขาย", + * "tagline": "" + * }, + * "english_name": "Thai", + * "iso_3166_1": "TH", + * "iso_639_1": "th", + * "name": "ภาษาไทย" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Breaking Bad: A Química do Mal", + * "overview": "Ao saber que tem câncer, um professor passa a fabricar metanfetamina pelo futuro da família, mudando o destino de todos.", + * "tagline": "Se Lembre do meu Nome" + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "BR", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Breaking Bad : Le chimiste", + * "overview": "En phase terminale d'un cancer, un professeur de chimie s'allie à un ancien élève pour assurer l'avenir de sa famille en fabriquant et en vendant de la méthamphétamine.", + * "tagline": "" + * }, + * "english_name": "French", + * "iso_3166_1": "CA", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Tras cumplir 50 años, Walter White, un profesor de química de un instituto de Albuquerque, Nuevo México, se entera de que tiene un cáncer de pulmón incurable. Casado con Skyler y con un hijo discapacitado, la brutal noticia lo impulsa a dar un drástico cambio a su vida: decide, con la ayuda de un antiguo alumno, fabricar anfetaminas y ponerlas a la venta. Lo que pretende es liberar a su familia de problemas económicos cuando se produzca el fatal desenlace.", + * "tagline": "" + * }, + * "english_name": "Spanish", + * "iso_3166_1": "MX", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Чиста хемија", + * "overview": "Волтер Вајт је професор хемије у средњој школи, који се окреће другој страни закона да би прехранио трудну жену и сина са парализом, након што му је постављена дијагноза рака плућа у поодмаклој фази.", + * "tagline": "Упамти моје име" + * }, + * "english_name": "Serbian", + * "iso_3166_1": "RS", + * "iso_639_1": "sr", + * "name": "Srpski" + * }, + * { + * "data": { + * "homepage": "", + * "name": "絕命毒師", + * "overview": "一名即將死於癌症的高中化學老師與他過去的學生一起合作,透過製造及販賣冰毒保障他家人的未來。", + * "tagline": "改變方程式。" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "TW", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Tập làm người xấu", + * "overview": "Một giáo viên dạy hóa ở trường trung học mắc bệnh ung thư bắt tay với một cựu học sinh để bảo vệ tương lai của gia đình bằng cách sản xuất và bán ma túy đá.", + * "tagline": "" + * }, + * "english_name": "Vietnamese", + * "iso_3166_1": "VN", + * "iso_639_1": "vi", + * "name": "Tiếng Việt" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Breaking Bad", + * "overview": "En kreftsyk kjemilærer slår seg sammen med en tidligere elev for å produsere og selge metamfetamin slik at han kan sikre familiens framtid.", + * "tagline": "" + * }, + * "english_name": "Norwegian", + * "iso_3166_1": "NO", + * "iso_639_1": "no", + * "name": "Norsk" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Breaking Bad", + * "overview": "Walter White és un aplicat professor d'institut, pare de Walter White Jr, un jove discapacitat i marit de Skyler White qui està embarassada. Quan la vida ja era prou complicada per a Walter, li diagnostiquen un càncer de pulmó terminal, i això el porta a infringir la llei tot instal·lant un laboratori de metamfetamina amb el seu antic estudiant Jesse Pinkman per així assegurar el benestar econòmic de la seva família quan ell ja no hi sigui.", + * "tagline": "" + * }, + * "english_name": "Catalan", + * "iso_3166_1": "ES", + * "iso_639_1": "ca", + * "name": "Català" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "Ketika Walter White, seorang guru kimia New Mexico, didiagnosis dengan kanker stadium III dan diberi prognosis hanya dua tahun lagi untuk hidup. Dia dipenuhi dengan rasa tidak takut dan keinginan yang tak henti-hentinya untuk mengamankan masa depan keuangan keluarganya dengan biaya berapa pun ketika dia memasuki dunia narkoba dan kejahatan yang berbahaya.", + * "tagline": "" + * }, + * "english_name": "Indonesian", + * "iso_3166_1": "ID", + * "iso_639_1": "id", + * "name": "Bahasa indonesia" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Pārkāpt robežu", + * "overview": "", + * "tagline": "" + * }, + * "english_name": "Latvian", + * "iso_3166_1": "LV", + * "iso_639_1": "lv", + * "name": "Latviešu" + * }, + * { + * "data": { + * "homepage": "", + * "name": "მძიმე დანაშაული", + * "overview": "უოლტერ უაიტი ქიმიის მასწავლებელია სკოლაში, რომელსაც ფილტვის სიმსივნე აღმოაჩნდა. იმ მიზნით რომ სიკვდილის შემდეგ ოჯახს კარგი ფინანსურ მდგომარეობა დაუტოვოს, იგი ცვლის საკუთარ ცხოვრებას - იწყებს მეტამფეტამინის წარმოებას და გაყიდვას, რაშიც მისი ყოფილი მოწაფე ჯესი პინკმენი ეხმარება.", + * "tagline": "" + * }, + * "english_name": "Georgian", + * "iso_3166_1": "GE", + * "iso_639_1": "ka", + * "name": "ქართული" + * }, + * { + * "data": { + * "homepage": "", + * "name": "Kriva pota", + * "overview": "Serija nam prikaže kako lahko usodna diagnoza vpliva na povsem običajnega, pridnega človeka in na njegovo moralo ter ga spremeni v glavnega akterja trgovine z mamili. Učitelj kemije Walter White živi s sinom najstnikom, ki ima cerebralno paralizo in ženo povsem običajno življenje v Novi Mehiki. Ko mu postavijo diagnozo 3. stopnje raka in napovejo le še dve leti življenja spozna, da nima več kaj za izgubiti. Odloči se, da bo pred smrtjo svoji družini zagotovil varno prihodnost, zato se Walt poda na pot drog in kriminala. Začne proizvajati in prodajati metamfetamin z enim od svojih nekdanjih študentov in kmalu se izkaže, da je v tem zanj novem svetu izjemno vešč...", + * "tagline": "Spremenite enačbo." + * }, + * "english_name": "Slovenian", + * "iso_3166_1": "SI", + * "iso_639_1": "sl", + * "name": "Slovenščina" + * }, + * { + * "data": { + * "homepage": "", + * "name": "絕命毒師", + * "overview": "該劇講述了一比特普通的高中化學老師在得知自己身患絕症之後,為了給家人留下財產,而利用自己超凡的化學知識製造毒品,並成為世界頂級毒王的傳奇犯罪故事。", + * "tagline": "" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "HK", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "homepage": "", + * "name": "", + * "overview": "", + * "tagline": "" + * }, + * "english_name": "Burmese", + * "iso_3166_1": "MY", + * "iso_639_1": "my", + * "name": "" + * } + * ] */ + translations?: { + data?: { + /** @example */ + homepage?: string; + /** @example */ + name?: string; + /** @example Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime. */ + overview?: string; + /** @example Change the equation. */ + tagline?: string; + }; + /** @example English */ + english_name?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example English */ + name?: string; + }[]; + }; + }; + }; + }; + }; + videos1: { + parameters: { + query?: { + /** @description Filters returned videos based on specified languages. Filter the list results by language, supports more than one value by using a comma */ + include_video_language?: string; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description videos */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + /** @example [ + * { + * "id": "5759db2fc3a3683e7c003df7", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "XZ8daibM3AE", + * "name": "Series Trailer", + * "official": true, + * "published_at": "2013-03-25T16:28:54.000Z", + * "site": "YouTube", + * "size": 480, + * "type": "Trailer" + * } + * ] */ + results?: { + /** @example 5759db2fc3a3683e7c003df7 */ + id?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example XZ8daibM3AE */ + key?: string; + /** @example Series Trailer */ + name?: string; + /** @example true */ + official?: boolean; + /** @example 2013-03-25T16:28:54.000Z */ + published_at?: string; + /** @example YouTube */ + site?: string; + /** @example 480 */ + size?: number; + /** @example Trailer */ + type?: string; + }[]; + }; + }; + }; + }; + }; + watchProviders1: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description watch providers */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1396 */ + id?: number; + results?: { + AD?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AD */ + link?: string; + }; + AE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AE */ + link?: string; + }; + AG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AG */ + link?: string; + }; + AL?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AL */ + link?: string; + }; + AO?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 4 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AO */ + link?: string; + }; + AR?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AR */ + link?: string; + }; + AT?: { + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 7, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 12, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 14, + * "logo_path": "/cBN4jd4wPq6on0kESiTlevqvlnL.jpg", + * "provider_id": 20, + * "provider_name": "maxdome Store" + * } + * ] */ + buy?: { + /** @example 3 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AT */ + link?: string; + }; + AU?: { + /** @example [ + * { + * "display_priority": 10, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 17, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 31, + * "logo_path": "/9B7l9ZSos54kFrZbliVExt2z9C9.jpg", + * "provider_id": 436, + * "provider_name": "Fetch TV" + * } + * ] */ + buy?: { + /** @example 10 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg", + * "provider_id": 21, + * "provider_name": "Stan" + * } + * ] */ + flatrate?: { + /** @example 9 */ + display_priority?: number; + /** @example /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg */ + logo_path?: string; + /** @example 21 */ + provider_id?: number; + /** @example Stan */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AU */ + link?: string; + }; + AZ?: { + /** @example [ + * { + * "display_priority": 2, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 2 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AZ */ + link?: string; + }; + BA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BA */ + link?: string; + }; + BB?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BB */ + link?: string; + }; + BE?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BE */ + link?: string; + }; + BG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BG */ + link?: string; + }; + BH?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BH */ + link?: string; + }; + BO?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BO */ + link?: string; + }; + BR?: { + /** @example [ + * { + * "display_priority": 15, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 15 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 46, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BR */ + link?: string; + }; + BS?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BS */ + link?: string; + }; + BY?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 5 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BY */ + link?: string; + }; + BZ?: { + /** @example [ + * { + * "display_priority": 7, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 7 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BZ */ + link?: string; + }; + CA?: { + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 23, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 6 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 110, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CA */ + link?: string; + }; + CH?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 5 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CH */ + link?: string; + }; + CI?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CI */ + link?: string; + }; + CL?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CL */ + link?: string; + }; + CM?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 4 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CM */ + link?: string; + }; + CO?: { + /** @example [ + * { + * "display_priority": 2, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 2 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CO */ + link?: string; + }; + CR?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CR */ + link?: string; + }; + CU?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CU */ + link?: string; + }; + CV?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CV */ + link?: string; + }; + CY?: { + /** @example [ + * { + * "display_priority": 7, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 7 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CY */ + link?: string; + }; + CZ?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CZ */ + link?: string; + }; + DE?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 9, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 17, + * "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + * "provider_id": 35, + * "provider_name": "Rakuten TV" + * }, + * { + * "display_priority": 18, + * "logo_path": "/cBN4jd4wPq6on0kESiTlevqvlnL.jpg", + * "provider_id": 20, + * "provider_name": "maxdome Store" + * }, + * { + * "display_priority": 24, + * "logo_path": "/lrEigPPAhggq02q53uM8vdWAIUX.jpg", + * "provider_id": 178, + * "provider_name": "MagentaTV" + * }, + * { + * "display_priority": 32, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 145, + * "logo_path": "/dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg", + * "provider_id": 1993, + * "provider_name": "Videoload" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 102, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DE */ + link?: string; + }; + DK?: { + /** @example [ + * { + * "display_priority": 16, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + buy?: { + /** @example 16 */ + display_priority?: number; + /** @example /auWzottqpExOHUlJwDZ4DvdHGoL.jpg */ + logo_path?: string; + /** @example 423 */ + provider_id?: number; + /** @example Blockbuster */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DK */ + link?: string; + /** @example [ + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + rent?: { + /** @example 17 */ + display_priority?: number; + /** @example /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg */ + logo_path?: string; + /** @example 426 */ + provider_id?: number; + /** @example SF Anytime */ + provider_name?: string; + }[]; + }; + DO?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DO */ + link?: string; + }; + DZ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DZ */ + link?: string; + }; + EC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EC */ + link?: string; + }; + EE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EE */ + link?: string; + }; + EG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EG */ + link?: string; + }; + ES?: { + /** @example [ + * { + * "display_priority": 18, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 18 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 63, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * }, + * { + * "display_priority": 68, + * "logo_path": "/8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg", + * "provider_id": 1838, + * "provider_name": "Tivify" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ES */ + link?: string; + }; + FI?: { + /** @example [ + * { + * "display_priority": 15, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priority": 16, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + buy?: { + /** @example 15 */ + display_priority?: number; + /** @example /auWzottqpExOHUlJwDZ4DvdHGoL.jpg */ + logo_path?: string; + /** @example 423 */ + provider_id?: number; + /** @example Blockbuster */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FI */ + link?: string; + /** @example [ + * { + * "display_priority": 16, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + rent?: { + /** @example 16 */ + display_priority?: number; + /** @example /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg */ + logo_path?: string; + /** @example 426 */ + provider_id?: number; + /** @example SF Anytime */ + provider_name?: string; + }[]; + }; + FJ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FJ */ + link?: string; + }; + FR?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 11, + * "logo_path": "/9Fyo6njYvroAIxAzTBbLgnjgYga.jpg", + * "provider_id": 61, + * "provider_name": "Orange VOD" + * }, + * { + * "display_priority": 14, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 20, + * "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + * "provider_id": 35, + * "provider_name": "Rakuten TV" + * }, + * { + * "display_priority": 121, + * "logo_path": "/PAaj5bekwbeeoRC1evWg4KJW8p.jpg", + * "provider_id": 2286, + * "provider_name": "VIVA by videofutur" + * }, + * { + * "display_priority": 124, + * "logo_path": "/rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg", + * "provider_id": 2307, + * "provider_name": "Premiere Max" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 71, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FR */ + link?: string; + }; + GB?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 5, + * "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + * "provider_id": 35, + * "provider_name": "Rakuten TV" + * }, + * { + * "display_priority": 7, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 17, + * "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + * "provider_id": 130, + * "provider_name": "Sky Store" + * }, + * { + * "display_priority": 18, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 98, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GB */ + link?: string; + }; + GF?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GF */ + link?: string; + }; + GG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GG */ + link?: string; + }; + GH?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GH */ + link?: string; + }; + GQ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GQ */ + link?: string; + }; + GR?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GR */ + link?: string; + }; + GT?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GT */ + link?: string; + }; + HK?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HK */ + link?: string; + }; + HN?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HN */ + link?: string; + }; + HU?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HU */ + link?: string; + }; + ID?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ID */ + link?: string; + }; + IE?: { + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + * "provider_id": 130, + * "provider_name": "Sky Store" + * }, + * { + * "display_priority": 13, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 9 */ + display_priority?: number; + /** @example /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg */ + logo_path?: string; + /** @example 130 */ + provider_id?: number; + /** @example Sky Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IE */ + link?: string; + }; + IL?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IL */ + link?: string; + }; + IN?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IN */ + link?: string; + }; + IQ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IQ */ + link?: string; + }; + IS?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IS */ + link?: string; + }; + IT?: { + /** @example [ + * { + * "display_priority": 23, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 23 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 63, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IT */ + link?: string; + }; + JM?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JM */ + link?: string; + }; + JO?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JO */ + link?: string; + }; + JP?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 8, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 5 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 27, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JP */ + link?: string; + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * } + * ] */ + rent?: { + /** @example 5 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + }; + KE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KE */ + link?: string; + }; + KR?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 28, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KR */ + link?: string; + }; + KW?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KW */ + link?: string; + }; + LB?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LB */ + link?: string; + }; + LC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LC */ + link?: string; + }; + LI?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LI */ + link?: string; + }; + LT?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LT */ + link?: string; + }; + LU?: { + /** @example [ + * { + * "display_priority": 8, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 8 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LU */ + link?: string; + }; + LV?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LV */ + link?: string; + }; + LY?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LY */ + link?: string; + }; + MA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MA */ + link?: string; + }; + MC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MC */ + link?: string; + }; + ME?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 4 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ME */ + link?: string; + }; + MG?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 4 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MG */ + link?: string; + }; + MK?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MK */ + link?: string; + }; + ML?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 5 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ML */ + link?: string; + }; + MT?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MT */ + link?: string; + }; + MU?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MU */ + link?: string; + }; + MX?: { + /** @example [ + * { + * "display_priority": 13, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 13 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 8, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 46, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 8 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MX */ + link?: string; + }; + MZ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MZ */ + link?: string; + }; + NE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NE */ + link?: string; + }; + NG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NG */ + link?: string; + }; + NI?: { + /** @example [ + * { + * "display_priority": 11, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 11 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NI */ + link?: string; + }; + NL?: { + /** @example [ + * { + * "display_priority": 14, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 14 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NL */ + link?: string; + }; + NO?: { + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 16, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + buy?: { + /** @example 9 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NO */ + link?: string; + /** @example [ + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + rent?: { + /** @example 17 */ + display_priority?: number; + /** @example /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg */ + logo_path?: string; + /** @example 426 */ + provider_id?: number; + /** @example SF Anytime */ + provider_name?: string; + }[]; + }; + NZ?: { + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 9 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/iscLKFDwQlr0BAgVDBcuRapLiwC.jpg", + * "provider_id": 273, + * "provider_name": "Neon TV" + * } + * ] */ + flatrate?: { + /** @example 3 */ + display_priority?: number; + /** @example /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg */ + logo_path?: string; + /** @example 273 */ + provider_id?: number; + /** @example Neon TV */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NZ */ + link?: string; + }; + OM?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=OM */ + link?: string; + }; + PA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PA */ + link?: string; + }; + PE?: { + /** @example [ + * { + * "display_priority": 2, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 2 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PE */ + link?: string; + }; + PF?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PF */ + link?: string; + }; + PH?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PH */ + link?: string; + }; + PK?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PK */ + link?: string; + }; + PL?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PL */ + link?: string; + }; + PT?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PT */ + link?: string; + }; + PY?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PY */ + link?: string; + }; + QA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=QA */ + link?: string; + }; + RO?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RO */ + link?: string; + }; + RS?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RS */ + link?: string; + }; + RU?: { + /** @example [ + * { + * "display_priority": 20, + * "logo_path": "/3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg", + * "provider_id": 577, + * "provider_name": "TvIgle" + * } + * ] */ + ads?: { + /** @example 20 */ + display_priority?: number; + /** @example /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg */ + logo_path?: string; + /** @example 577 */ + provider_id?: number; + /** @example TvIgle */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RU */ + link?: string; + }; + SA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SA */ + link?: string; + }; + SC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SC */ + link?: string; + }; + SE?: { + /** @example [ + * { + * "display_priority": 8, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 16, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + buy?: { + /** @example 8 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SE */ + link?: string; + /** @example [ + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + rent?: { + /** @example 17 */ + display_priority?: number; + /** @example /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg */ + logo_path?: string; + /** @example 426 */ + provider_id?: number; + /** @example SF Anytime */ + provider_name?: string; + }[]; + }; + SG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SG */ + link?: string; + }; + SI?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SI */ + link?: string; + }; + SK?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SK */ + link?: string; + }; + SM?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SM */ + link?: string; + }; + SN?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SN */ + link?: string; + }; + SV?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SV */ + link?: string; + }; + TC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TC */ + link?: string; + }; + TD?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 5 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TD */ + link?: string; + }; + TH?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TH */ + link?: string; + }; + TN?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TN */ + link?: string; + }; + TR?: { + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 3 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TR */ + link?: string; + }; + TT?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TT */ + link?: string; + }; + TW?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TW */ + link?: string; + }; + TZ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TZ */ + link?: string; + }; + UG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=UG */ + link?: string; + }; + US?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 6, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 16, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 37, + * "logo_path": "/19fkcOz0xeUgCVW8tO85uOYnYK9.jpg", + * "provider_id": 7, + * "provider_name": "Fandango At Home" + * }, + * { + * "display_priority": 47, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 5 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 175, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=US */ + link?: string; + }; + UY?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=UY */ + link?: string; + }; + VE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=VE */ + link?: string; + }; + YE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=YE */ + link?: string; + }; + ZA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZA */ + link?: string; + }; + ZM?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZM */ + link?: string; + }; + ZW?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 5 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZW */ + link?: string; + }; + }; + }; + }; + }; + }; + }; + addRating1: { + parameters: { + query?: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id?: string; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description The rating score for the TV series + * @example 8.5 + */ + value?: number; + }; + }; + }; + responses: { + /** @description add rating */ + 201: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + status_code?: number; + /** @example Success. */ + status_message?: string; + /** @example true */ + success?: boolean; + }; + }; + }; + }; + }; + deleteRating: { + parameters: { + query?: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id?: string; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description delete rating */ + 200: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 13 */ + status_code?: number; + /** @example The item/record was deleted successfully. */ + status_message?: string; + /** @example true */ + success?: boolean; + }; + }; + }; + }; + }; + details12: { + parameters: { + query?: { + /** @description This add additional data to the response beyond the initial information requested. */ + append_to_response?: components["parameters"]["append_to_response"]; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details / episode number */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 52542272760ee313280005f8 */ + _id?: string; + /** @example 2008-01-20 */ + air_date?: string; + /** @example [ + * { + * "air_date": "2008-01-20", + * "crew": [ + * { + * "adult": false, + * "credit_id": "52542275760ee313280006ce", + * "department": "Writing", + * "gender": 2, + * "id": 66633, + * "job": "Writer", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542275760ee313280006e8", + * "department": "Directing", + * "gender": 2, + * "id": 66633, + * "job": "Director", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b7029219c29533d00dd2c1", + * "department": "Camera", + * "gender": 2, + * "id": 2483, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "John Toll", + * "original_name": "John Toll", + * "popularity": 3.867, + * "profile_path": "/cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b702ea19c2955402183a66", + * "department": "Editing", + * "gender": 1, + * "id": 1280071, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Lynne Willingham", + * "original_name": "Lynne Willingham", + * "popularity": 1.28, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "62feade5cf4a640080998241", + * "department": "Art", + * "gender": 2, + * "id": 1018092, + * "job": "Art Direction", + * "known_for_department": "Art", + * "name": "James F. Oberlander", + * "original_name": "James F. Oberlander", + * "popularity": 0.994, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a04de7414600b96bf1bd", + * "department": "Production", + * "gender": 1, + * "id": 1808170, + * "job": "Associate Producer", + * "known_for_department": "Production", + * "name": "Gina Scheerer", + * "original_name": "Gina Scheerer", + * "popularity": 0.393, + * "profile_path": null + * } + * ], + * "episode_number": 1, + * "episode_type": "standard", + * "guest_stars": [ + * { + * "adult": false, + * "character": "Steven Gomez", + * "credit_id": "5271b489760ee35b3e0881a7", + * "gender": 2, + * "id": 61535, + * "known_for_department": "Acting", + * "name": "Steven Michael Quezada", + * "order": 8, + * "original_name": "Steven Michael Quezada", + * "popularity": 7.14, + * "profile_path": "/pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg" + * }, + * { + * "adult": false, + * "character": "Jock", + * "credit_id": "52542275760ee313280006b4", + * "gender": 2, + * "id": 1216132, + * "known_for_department": "Acting", + * "name": "Aaron Hill", + * "order": 500, + * "original_name": "Aaron Hill", + * "popularity": 8.822, + * "profile_path": "/rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg" + * }, + * { + * "adult": false, + * "character": "Dr. Belknap", + * "credit_id": "52725cb1760ee3044d0b9984", + * "gender": 2, + * "id": 161591, + * "known_for_department": "Acting", + * "name": "Gregory Chase", + * "order": 502, + * "original_name": "Gregory Chase", + * "popularity": 0.181, + * "profile_path": "/gNdodev00CROpXuAh5EFmkWTVOo.jpg" + * }, + * { + * "adult": false, + * "character": "Krazy-8", + * "credit_id": "52725845760ee3046b09426e", + * "gender": 2, + * "id": 1046460, + * "known_for_department": "Acting", + * "name": "Max Arciniega", + * "order": 504, + * "original_name": "Max Arciniega", + * "popularity": 5.852, + * "profile_path": "/eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg" + * }, + * { + * "adult": false, + * "character": "Bogdan Wolynetz", + * "credit_id": "5272587a760ee3045009ddec", + * "gender": 2, + * "id": 1223197, + * "known_for_department": "Acting", + * "name": "Marius Stan", + * "order": 575, + * "original_name": "Marius Stan", + * "popularity": 1.133, + * "profile_path": "/zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg" + * }, + * { + * "adult": false, + * "character": "Carmen Molina", + * "credit_id": "52542273760ee31328000676", + * "gender": 1, + * "id": 115688, + * "known_for_department": "Acting", + * "name": "Carmen Serano", + * "order": 643, + * "original_name": "Carmen Serano", + * "popularity": 5.24, + * "profile_path": "/nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg" + * }, + * { + * "adult": false, + * "character": "Chad's Girlfriend", + * "credit_id": "56846abbc3a36836280008d4", + * "gender": 1, + * "id": 1223192, + * "known_for_department": "Art", + * "name": "Roberta Marquez Seret", + * "order": 651, + * "original_name": "Roberta Marquez Seret", + * "popularity": 2.783, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Chad", + * "credit_id": "63012a1a33a376007a442d63", + * "gender": 0, + * "id": 3670896, + * "known_for_department": "Acting", + * "name": "Evan Bobrick", + * "order": 676, + * "original_name": "Evan Bobrick", + * "popularity": 1.466, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "E.M.T", + * "credit_id": "63012a3d97eab4007d00192b", + * "gender": 2, + * "id": 36135, + * "known_for_department": "Acting", + * "name": "Christopher Dempsey", + * "order": 677, + * "original_name": "Christopher Dempsey", + * "popularity": 1.771, + * "profile_path": "/pTngvks30p74j40TaniMkg4tbhn.jpg" + * }, + * { + * "adult": false, + * "character": "Irving", + * "credit_id": "63012a5c33a376007f87247b", + * "gender": 0, + * "id": 2969089, + * "known_for_department": "Production", + * "name": "Allan Pacheco", + * "order": 678, + * "original_name": "Allan Pacheco", + * "popularity": 0.367, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Chemistry Student", + * "credit_id": "63012a655f4b73007faa4261", + * "gender": 0, + * "id": 3670897, + * "known_for_department": "Acting", + * "name": "Jason Byrd", + * "order": 679, + * "original_name": "Jason Byrd", + * "popularity": 0.29, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Sexy Neighbor", + * "credit_id": "63012a7e33a376007f872481", + * "gender": 0, + * "id": 219124, + * "known_for_department": "Acting", + * "name": "Linda Speciale", + * "order": 680, + * "original_name": "Linda Speciale", + * "popularity": 3.738, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Jock's Friend #1", + * "credit_id": "63012a8bfb5299007d660bc8", + * "gender": 0, + * "id": 3212534, + * "known_for_department": "Acting", + * "name": "Jesús Ramírez", + * "order": 681, + * "original_name": "Jesús Ramírez", + * "popularity": 1.025, + * "profile_path": "/1EfPZxdFNNi3LFLR9laLcVROAko.jpg" + * }, + * { + * "adult": false, + * "character": "Jock's Friend #2", + * "credit_id": "63012ac4c2f44b007d249b54", + * "gender": 0, + * "id": 3670906, + * "known_for_department": "Acting", + * "name": "Joshua S. Patton", + * "order": 682, + * "original_name": "Joshua S. Patton", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Emilio Koyama", + * "credit_id": "631aff1f62f335007ed32cb3", + * "gender": 2, + * "id": 92495, + * "known_for_department": "Acting", + * "name": "John Koyama", + * "order": 704, + * "original_name": "John Koyama", + * "popularity": 4.028, + * "profile_path": "/AwtHbt8qO7D3EFonG5lqml8xgwb.jpg" + * }, + * { + * "adult": false, + * "character": "DEA Agent #1 (uncredited)", + * "credit_id": "655bb4fa10923000ab494163", + * "gender": 2, + * "id": 1335375, + * "known_for_department": "Crew", + * "name": "Ed Duran", + * "order": 849, + * "original_name": "Ed Duran", + * "popularity": 2.433, + * "profile_path": "/mzPJkVKg7ve3whmvyf2TyDIuewr.jpg" + * } + * ], + * "id": 62085, + * "name": "Pilot", + * "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.", + * "production_code": "", + * "runtime": 59, + * "season_number": 1, + * "show_id": 1396, + * "still_path": "/u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg", + * "vote_average": 8.442, + * "vote_count": 396 + * }, + * { + * "air_date": "2008-01-27", + * "crew": [ + * { + * "adult": false, + * "credit_id": "52542275760ee313280006ce", + * "department": "Writing", + * "gender": 2, + * "id": 66633, + * "job": "Writer", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542275760ee31328000725", + * "department": "Directing", + * "gender": 2, + * "id": 111338, + * "job": "Director", + * "known_for_department": "Directing", + * "name": "Adam Bernstein", + * "original_name": "Adam Bernstein", + * "popularity": 2.628, + * "profile_path": "/jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b702ea19c2955402183a66", + * "department": "Editing", + * "gender": 1, + * "id": 1280071, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Lynne Willingham", + * "original_name": "Lynne Willingham", + * "popularity": 1.28, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b7049c19c2953b63015013", + * "department": "Camera", + * "gender": 2, + * "id": 17948, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "Reynaldo Villalobos", + * "original_name": "Reynaldo Villalobos", + * "popularity": 2.128, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a01d0d5d8500f2d7be70", + * "department": "Production", + * "gender": 1, + * "id": 1218856, + * "job": "Producer", + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a04de7414600b96bf1bd", + * "department": "Production", + * "gender": 1, + * "id": 1808170, + * "job": "Associate Producer", + * "known_for_department": "Production", + * "name": "Gina Scheerer", + * "original_name": "Gina Scheerer", + * "popularity": 0.393, + * "profile_path": null + * } + * ], + * "episode_number": 2, + * "episode_type": "standard", + * "guest_stars": [ + * { + * "adult": false, + * "character": "Krazy-8", + * "credit_id": "52725845760ee3046b09426e", + * "gender": 2, + * "id": 1046460, + * "known_for_department": "Acting", + * "name": "Max Arciniega", + * "order": 504, + * "original_name": "Max Arciniega", + * "popularity": 5.852, + * "profile_path": "/eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg" + * }, + * { + * "adult": false, + * "character": "Ob-Gyn", + * "credit_id": "63012c9c5f4b73008267ba53", + * "gender": 0, + * "id": 1448105, + * "known_for_department": "Acting", + * "name": "Shane Marinson", + * "order": 683, + * "original_name": "Shane Marinson", + * "popularity": 0.232, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Ben", + * "credit_id": "63012d2111c066007cbc37b1", + * "gender": 0, + * "id": 3670897, + * "known_for_department": "Acting", + * "name": "Jason Byrd", + * "order": 684, + * "original_name": "Jason Byrd", + * "popularity": 0.29, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Backhoe Operator", + * "credit_id": "63012d2abb2602007ceea8d2", + * "gender": 0, + * "id": 3670933, + * "known_for_department": "Acting", + * "name": "Anthony Wamego", + * "order": 685, + * "original_name": "Anthony Wamego", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Emilio Koyama", + * "credit_id": "631aff1f62f335007ed32cb3", + * "gender": 2, + * "id": 92495, + * "known_for_department": "Acting", + * "name": "John Koyama", + * "order": 704, + * "original_name": "John Koyama", + * "popularity": 4.028, + * "profile_path": "/AwtHbt8qO7D3EFonG5lqml8xgwb.jpg" + * } + * ], + * "id": 62086, + * "name": "Cat's in the Bag...", + * "overview": "Walt and Jesse attempt to tie up loose ends. The desperate situation gets more complicated with the flip of a coin. Walt's wife, Skyler, becomes suspicious of Walt's strange behavior.", + * "production_code": "", + * "runtime": 49, + * "season_number": 1, + * "show_id": 1396, + * "still_path": "/xwQRVskT9IK7ktbrrWc2xoT4nPv.jpg", + * "vote_average": 8.182, + * "vote_count": 211 + * }, + * { + * "air_date": "2008-02-10", + * "crew": [ + * { + * "adult": false, + * "credit_id": "52542275760ee313280006ce", + * "department": "Writing", + * "gender": 2, + * "id": 66633, + * "job": "Writer", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542275760ee31328000725", + * "department": "Directing", + * "gender": 2, + * "id": 111338, + * "job": "Director", + * "known_for_department": "Directing", + * "name": "Adam Bernstein", + * "original_name": "Adam Bernstein", + * "popularity": 2.628, + * "profile_path": "/jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b7049c19c2953b63015013", + * "department": "Camera", + * "gender": 2, + * "id": 17948, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "Reynaldo Villalobos", + * "original_name": "Reynaldo Villalobos", + * "popularity": 2.128, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b7051619c29533d00e8c79", + * "department": "Editing", + * "gender": 1, + * "id": 1280074, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Kelley Dixon", + * "original_name": "Kelley Dixon", + * "popularity": 1.088, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a01d0d5d8500f2d7be70", + * "department": "Production", + * "gender": 1, + * "id": 1218856, + * "job": "Producer", + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null + * } + * ], + * "episode_number": 3, + * "episode_type": "standard", + * "guest_stars": [ + * { + * "adult": false, + * "character": "Steven Gomez", + * "credit_id": "5271b489760ee35b3e0881a7", + * "gender": 2, + * "id": 61535, + * "known_for_department": "Acting", + * "name": "Steven Michael Quezada", + * "order": 8, + * "original_name": "Steven Michael Quezada", + * "popularity": 7.14, + * "profile_path": "/pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg" + * }, + * { + * "adult": false, + * "character": "Krazy-8", + * "credit_id": "52725845760ee3046b09426e", + * "gender": 2, + * "id": 1046460, + * "known_for_department": "Acting", + * "name": "Max Arciniega", + * "order": 504, + * "original_name": "Max Arciniega", + * "popularity": 5.852, + * "profile_path": "/eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg" + * }, + * { + * "adult": false, + * "character": "Carmen Molina", + * "credit_id": "52542273760ee31328000676", + * "gender": 1, + * "id": 115688, + * "known_for_department": "Acting", + * "name": "Carmen Serano", + * "order": 643, + * "original_name": "Carmen Serano", + * "popularity": 5.24, + * "profile_path": "/nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg" + * }, + * { + * "adult": false, + * "character": "Gretchen Schwartz", + * "credit_id": "52542275760ee31328000768", + * "gender": 1, + * "id": 14984, + * "known_for_department": "Acting", + * "name": "Jessica Hecht", + * "order": 655, + * "original_name": "Jessica Hecht", + * "popularity": 13.152, + * "profile_path": "/5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg" + * }, + * { + * "adult": false, + * "character": "Sales Girl", + * "credit_id": "63012e36dfe31d0080103f2c", + * "gender": 1, + * "id": 939366, + * "known_for_department": "Acting", + * "name": "Anna Felix", + * "order": 686, + * "original_name": "Anna Felix", + * "popularity": 2.055, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Meth Drug Dealer", + * "credit_id": "63012e72426ae8007a5b6b5a", + * "gender": 0, + * "id": 2085663, + * "known_for_department": "Acting", + * "name": "Daniel Serrano", + * "order": 687, + * "original_name": "Daniel Serrano", + * "popularity": 0.99, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Meth Whore", + * "credit_id": "64426b0ee2bca804df435597", + * "gender": 1, + * "id": 1834391, + * "known_for_department": "Acting", + * "name": "Julia Minesci", + * "order": 710, + * "original_name": "Julia Minesci", + * "popularity": 7.315, + * "profile_path": "/gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg" + * } + * ], + * "id": 62087, + * "name": "...And the Bag's in the River", + * "overview": "Walter fights with Jesse over his drug use, causing him to leave Walter alone with their captive, Krazy-8. Meanwhile, Hank has a scared straight moment with Walter Jr. after his aunt discovers he has been smoking pot. Also, Skylar is upset when Walter stays away from home.", + * "production_code": "", + * "runtime": 49, + * "season_number": 1, + * "show_id": 1396, + * "still_path": "/dLgiPZCVamFcaa7Gaqudrldj15h.jpg", + * "vote_average": 8.312, + * "vote_count": 191 + * }, + * { + * "air_date": "2008-02-17", + * "crew": [ + * { + * "adult": false, + * "credit_id": "52542275760ee313280006ce", + * "department": "Writing", + * "gender": 2, + * "id": 66633, + * "job": "Writer", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542278760ee31328000a9b", + * "department": "Directing", + * "gender": 2, + * "id": 205639, + * "job": "Director", + * "known_for_department": "Directing", + * "name": "Jim McKay", + * "original_name": "Jim McKay", + * "popularity": 3.275, + * "profile_path": "/hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b702ea19c2955402183a66", + * "department": "Editing", + * "gender": 1, + * "id": 1280071, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Lynne Willingham", + * "original_name": "Lynne Willingham", + * "popularity": 1.28, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b7049c19c2953b63015013", + * "department": "Camera", + * "gender": 2, + * "id": 17948, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "Reynaldo Villalobos", + * "original_name": "Reynaldo Villalobos", + * "popularity": 2.128, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a01d0d5d8500f2d7be70", + * "department": "Production", + * "gender": 1, + * "id": 1218856, + * "job": "Producer", + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null + * } + * ], + * "episode_number": 4, + * "episode_type": "standard", + * "guest_stars": [ + * { + * "adult": false, + * "character": "Steven Gomez", + * "credit_id": "5271b489760ee35b3e0881a7", + * "gender": 2, + * "id": 61535, + * "known_for_department": "Acting", + * "name": "Steven Michael Quezada", + * "order": 8, + * "original_name": "Steven Michael Quezada", + * "popularity": 7.14, + * "profile_path": "/pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg" + * }, + * { + * "adult": false, + * "character": "Ken Wins", + * "credit_id": "52743e4d760ee35a69055194", + * "gender": 2, + * "id": 1215836, + * "known_for_department": "Acting", + * "name": "Kyle Bornheimer", + * "order": 503, + * "original_name": "Kyle Bornheimer", + * "popularity": 5.657, + * "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg" + * }, + * { + * "adult": false, + * "character": "Jake Pinkman", + * "credit_id": "527442eb760ee3572b078715", + * "gender": 2, + * "id": 220118, + * "known_for_department": "Acting", + * "name": "Benjamin Petry", + * "order": 505, + * "original_name": "Benjamin Petry", + * "popularity": 5.948, + * "profile_path": "/xoCIpS2wG2JiP1BXL2qTun8q85o.jpg" + * }, + * { + * "adult": false, + * "character": "Dr. Delcavoli", + * "credit_id": "5271b65b760ee35b0c090f74", + * "gender": 2, + * "id": 79211, + * "known_for_department": "Acting", + * "name": "David House", + * "order": 532, + * "original_name": "David House", + * "popularity": 1.772, + * "profile_path": "/t67HnLsCMecFLMdhtJQbkiQiyXq.jpg" + * }, + * { + * "adult": false, + * "character": "Mr. Pinkman", + * "credit_id": "527440ce760ee3570906ada3", + * "gender": 2, + * "id": 95195, + * "known_for_department": "Acting", + * "name": "Michael Bofshever", + * "order": 537, + * "original_name": "Michael Bofshever", + * "popularity": 2.283, + * "profile_path": "/t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg" + * }, + * { + * "adult": false, + * "character": "Skinny Pete", + * "credit_id": "52744007760ee356f6076365", + * "gender": 2, + * "id": 82945, + * "known_for_department": "Acting", + * "name": "Charles Baker", + * "order": 656, + * "original_name": "Charles Baker", + * "popularity": 7.277, + * "profile_path": "/mhSoY1plaop5eufoHDP4fkIGUfh.jpg" + * }, + * { + * "adult": false, + * "character": "Combo", + * "credit_id": "62361a15db4ed60045128de2", + * "gender": 2, + * "id": 3471782, + * "known_for_department": "Acting", + * "name": "Rodney Rush", + * "order": 666, + * "original_name": "Rodney Rush", + * "popularity": 0.564, + * "profile_path": "/vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg" + * }, + * { + * "adult": false, + * "character": "Mrs. Pinkman", + * "credit_id": "52542277760ee31328000a61", + * "gender": 1, + * "id": 41249, + * "known_for_department": "Acting", + * "name": "Tess Harper", + * "order": 673, + * "original_name": "Tess Harper", + * "popularity": 9.92, + * "profile_path": "/8Z770Kk13MK1NP7skWmTxvRGx3V.jpg" + * }, + * { + * "adult": false, + * "character": "DEA Agent", + * "credit_id": "63012ebb426ae800823a6bac", + * "gender": 2, + * "id": 1673624, + * "known_for_department": "Acting", + * "name": "Jon Kristian Moore", + * "order": 688, + * "original_name": "Jon Kristian Moore", + * "popularity": 2.09, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Bank Teller", + * "credit_id": "63012ec897eab40082b1a672", + * "gender": 1, + * "id": 1302829, + * "known_for_department": "Acting", + * "name": "Tish Rayburn-Miller", + * "order": 689, + * "original_name": "Tish Rayburn-Miller", + * "popularity": 0.447, + * "profile_path": null + * } + * ], + * "id": 62088, + * "name": "Cancer Man", + * "overview": "Walter finally tells his family that he has been stricken with cancer. Meanwhile, the DEA believes Albuquerque has a new, big time player to worry about. Meanwhile, a worthy recipient is the target of a depressed Walter's anger, and Jesse makes a surprise visit to his parents home.", + * "production_code": "", + * "runtime": 49, + * "season_number": 1, + * "show_id": 1396, + * "still_path": "/2UbRgW6apE4XPzhHPA726wUFyaR.jpg", + * "vote_average": 7.863, + * "vote_count": 183 + * }, + * { + * "air_date": "2008-02-24", + * "crew": [ + * { + * "adult": false, + * "credit_id": "52b7049c19c2953b63015013", + * "department": "Camera", + * "gender": 2, + * "id": 17948, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "Reynaldo Villalobos", + * "original_name": "Reynaldo Villalobos", + * "popularity": 2.128, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b7051619c29533d00e8c79", + * "department": "Editing", + * "gender": 1, + * "id": 1280074, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Kelley Dixon", + * "original_name": "Kelley Dixon", + * "popularity": 1.088, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "5603c49292514122c00042fc", + * "department": "Directing", + * "gender": 1, + * "id": 1215145, + * "job": "Director", + * "known_for_department": "Directing", + * "name": "Tricia Brock", + * "original_name": "Tricia Brock", + * "popularity": 2.165, + * "profile_path": "/5OV41AzetM5WrJ0zKqmw4mShEk5.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64189fca5690b5007a5592e1", + * "department": "Writing", + * "gender": 1, + * "id": 1218856, + * "job": "Writer", + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a01d0d5d8500f2d7be70", + * "department": "Production", + * "gender": 1, + * "id": 1218856, + * "job": "Producer", + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null + * } + * ], + * "episode_number": 5, + * "episode_type": "standard", + * "guest_stars": [ + * { + * "adult": false, + * "character": "Manager", + * "credit_id": "527445a9760ee356ff077e53", + * "gender": 2, + * "id": 202830, + * "known_for_department": "Acting", + * "name": "William Sterchi", + * "order": 506, + * "original_name": "William Sterchi", + * "popularity": 1.631, + * "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg" + * }, + * { + * "adult": false, + * "character": "Farley", + * "credit_id": "527445f5760ee357130849b9", + * "gender": 2, + * "id": 59303, + * "known_for_department": "Acting", + * "name": "Marc Mouchet", + * "order": 508, + * "original_name": "Marc Mouchet", + * "popularity": 0.768, + * "profile_path": "/8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg" + * }, + * { + * "adult": false, + * "character": "Off Duty Cop", + * "credit_id": "54e89b13c3a36836e0001dc9", + * "gender": 2, + * "id": 209680, + * "known_for_department": "Acting", + * "name": "Frederic Doss", + * "order": 653, + * "original_name": "Frederic Doss", + * "popularity": 0.56, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Gretchen Schwartz", + * "credit_id": "52542275760ee31328000768", + * "gender": 1, + * "id": 14984, + * "known_for_department": "Acting", + * "name": "Jessica Hecht", + * "order": 655, + * "original_name": "Jessica Hecht", + * "popularity": 13.152, + * "profile_path": "/5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg" + * }, + * { + * "adult": false, + * "character": "Badger", + * "credit_id": "52744535760ee3572209100e", + * "gender": 2, + * "id": 191202, + * "known_for_department": "Acting", + * "name": "Matt Jones", + * "order": 658, + * "original_name": "Matt Jones", + * "popularity": 11.871, + * "profile_path": "/x13vFDaJHY1CxNvSPWujYe12bMc.jpg" + * }, + * { + * "adult": false, + * "character": "Elliott Schwartz", + * "credit_id": "527444c1760ee3572208fbc2", + * "gender": 2, + * "id": 23429, + * "known_for_department": "Acting", + * "name": "Adam Godley", + * "order": 659, + * "original_name": "Adam Godley", + * "popularity": 7.829, + * "profile_path": "/5a7c36DeI6GA73D5XC7rNX2VIvv.jpg" + * }, + * { + * "adult": false, + * "character": "Server", + * "credit_id": "63012f961da7a6007db08d8a", + * "gender": 1, + * "id": 2430293, + * "known_for_department": "Production", + * "name": "Kiira Arai", + * "order": 690, + * "original_name": "Kiira Arai", + * "popularity": 1.058, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Scientist", + * "credit_id": "63012fa39653f6007fee8185", + * "gender": 2, + * "id": 92756, + * "known_for_department": "Acting", + * "name": "Bill Allen", + * "order": 691, + * "original_name": "Bill Allen", + * "popularity": 1.54, + * "profile_path": "/uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg" + * }, + * { + * "adult": false, + * "character": "Music Producer", + * "credit_id": "63012fc4839d93007e4c2dbf", + * "gender": 2, + * "id": 193285, + * "known_for_department": "Acting", + * "name": "Loren Haynes", + * "order": 692, + * "original_name": "Loren Haynes", + * "popularity": 0.666, + * "profile_path": "/1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg" + * }, + * { + * "adult": false, + * "character": "Louis", + * "credit_id": "63012fd111c066007f8de38f", + * "gender": 0, + * "id": 3670958, + * "known_for_department": "Acting", + * "name": "Kyle Swimmer", + * "order": 693, + * "original_name": "Kyle Swimmer", + * "popularity": 0.028, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Soren", + * "credit_id": "63012fd93e6f2b0082b3ba66", + * "gender": 0, + * "id": 3670960, + * "known_for_department": "Acting", + * "name": "Robert Arrington", + * "order": 694, + * "original_name": "Robert Arrington", + * "popularity": 0.07, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Medical Technician", + * "credit_id": "63012fe5839d93007b62c31e", + * "gender": 1, + * "id": 3670961, + * "known_for_department": "Acting", + * "name": "Juanita Trad", + * "order": 695, + * "original_name": "Juanita Trad", + * "popularity": 0.384, + * "profile_path": null + * } + * ], + * "id": 62089, + * "name": "Gray Matter", + * "overview": "Walter and Skyler attend a former colleague's party. Jesse tries to free himself from the drugs, while Skyler organizes an intervention.", + * "production_code": "", + * "runtime": 49, + * "season_number": 1, + * "show_id": 1396, + * "still_path": "/82G3wZgEvZLKcte6yoZJahUWBtx.jpg", + * "vote_average": 8.061, + * "vote_count": 179 + * }, + * { + * "air_date": "2008-03-02", + * "crew": [ + * { + * "adult": false, + * "credit_id": "52542279760ee31328000b45", + * "department": "Writing", + * "gender": 2, + * "id": 1223193, + * "job": "Writer", + * "known_for_department": "Writing", + * "name": "George Mastras", + * "original_name": "George Mastras", + * "popularity": 3.07, + * "profile_path": "/2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542279760ee31328000b61", + * "department": "Directing", + * "gender": 1, + * "id": 18320, + * "job": "Director", + * "known_for_department": "Directing", + * "name": "Bronwen Hughes", + * "original_name": "Bronwen Hughes", + * "popularity": 2.821, + * "profile_path": "/6m7XiXVXyEaN81e4OyDfWxBpNov.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b7049c19c2953b63015013", + * "department": "Camera", + * "gender": 2, + * "id": 17948, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "Reynaldo Villalobos", + * "original_name": "Reynaldo Villalobos", + * "popularity": 2.128, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b705e619c2955a1f0c895b", + * "department": "Editing", + * "gender": 2, + * "id": 1123195, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Skip Macdonald", + * "original_name": "Skip Macdonald", + * "popularity": 1.205, + * "profile_path": "/58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg" + * }, + * { + * "adult": false, + * "credit_id": "6418a01d0d5d8500f2d7be70", + * "department": "Production", + * "gender": 1, + * "id": 1218856, + * "job": "Producer", + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "64f2e2e55f2b8d00e12b6852", + * "department": "Crew", + * "gender": 2, + * "id": 53255, + * "job": "Stunts", + * "known_for_department": "Acting", + * "name": "Cesar Garcia", + * "original_name": "Cesar Garcia", + * "popularity": 2.737, + * "profile_path": "/ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg" + * } + * ], + * "episode_number": 6, + * "episode_type": "standard", + * "guest_stars": [ + * { + * "adult": false, + * "character": "Steven Gomez", + * "credit_id": "5271b489760ee35b3e0881a7", + * "gender": 2, + * "id": 61535, + * "known_for_department": "Acting", + * "name": "Steven Michael Quezada", + * "order": 8, + * "original_name": "Steven Michael Quezada", + * "popularity": 7.14, + * "profile_path": "/pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg" + * }, + * { + * "adult": false, + * "character": "Hugo Archuleta", + * "credit_id": "52744776760ee356ea0892f3", + * "gender": 2, + * "id": 210056, + * "known_for_department": "Acting", + * "name": "Pierre Barrera", + * "order": 507, + * "original_name": "Pierre Barrera", + * "popularity": 2.081, + * "profile_path": "/4JHYsaULy3LwSHig94olNyuYkx5.jpg" + * }, + * { + * "adult": false, + * "character": "Mrs. Pope", + * "credit_id": "527447f4760ee37c3e00f81f", + * "gender": 1, + * "id": 187505, + * "known_for_department": "Acting", + * "name": "Vivian Nesbitt", + * "order": 509, + * "original_name": "Vivian Nesbitt", + * "popularity": 1.2, + * "profile_path": "/9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg" + * }, + * { + * "adult": false, + * "character": "Student", + * "credit_id": "52744908760ee35a690730ed", + * "gender": 1, + * "id": 1089016, + * "known_for_department": "Acting", + * "name": "Seri DeYoung", + * "order": 510, + * "original_name": "Seri DeYoung", + * "popularity": 2.566, + * "profile_path": "/nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg" + * }, + * { + * "adult": false, + * "character": "Lookout", + * "credit_id": "52744a4a760ee35a69077c8c", + * "gender": 2, + * "id": 1221121, + * "known_for_department": "Acting", + * "name": "Dennis Keiffer", + * "order": 512, + * "original_name": "Dennis Keiffer", + * "popularity": 4.928, + * "profile_path": "/jb6FR0OZgCqbPOkKq2KikXr31WW.jpg" + * }, + * { + * "adult": false, + * "character": "No-Doze", + * "credit_id": "527447ca760ee356ea08e165", + * "gender": 2, + * "id": 53255, + * "known_for_department": "Acting", + * "name": "Cesar Garcia", + * "order": 515, + * "original_name": "Cesar Garcia", + * "popularity": 2.737, + * "profile_path": "/ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg" + * }, + * { + * "adult": false, + * "character": "Gonzo", + * "credit_id": "527447b3760ee3571308a638", + * "gender": 2, + * "id": 1260529, + * "known_for_department": "Acting", + * "name": "Jesus Jr.", + * "order": 516, + * "original_name": "Jesus Jr.", + * "popularity": 3.175, + * "profile_path": "/g9FFHKY95LLALg7DuqeX6akAJSG.jpg" + * }, + * { + * "adult": false, + * "character": "Office Manager", + * "credit_id": "52744834760ee37c3e010cc7", + * "gender": 1, + * "id": 210057, + * "known_for_department": "Acting", + * "name": "Judith Rane", + * "order": 522, + * "original_name": "Judith Rane", + * "popularity": 2.411, + * "profile_path": "/yY8fuyFCaXSjBRtDXaF178AwVqq.jpg" + * }, + * { + * "adult": false, + * "character": "Carmen Molina", + * "credit_id": "52542273760ee31328000676", + * "gender": 1, + * "id": 115688, + * "known_for_department": "Acting", + * "name": "Carmen Serano", + * "order": 643, + * "original_name": "Carmen Serano", + * "popularity": 5.24, + * "profile_path": "/nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg" + * }, + * { + * "adult": false, + * "character": "Skinny Pete", + * "credit_id": "52744007760ee356f6076365", + * "gender": 2, + * "id": 82945, + * "known_for_department": "Acting", + * "name": "Charles Baker", + * "order": 656, + * "original_name": "Charles Baker", + * "popularity": 7.277, + * "profile_path": "/mhSoY1plaop5eufoHDP4fkIGUfh.jpg" + * }, + * { + * "adult": false, + * "character": "Tuco Salamanca", + * "credit_id": "5254227b760ee31328000cd6", + * "gender": 2, + * "id": 58650, + * "known_for_department": "Acting", + * "name": "Raymond Cruz", + * "order": 675, + * "original_name": "Raymond Cruz", + * "popularity": 13.778, + * "profile_path": "/ndhc53yEQeeFn01QoOxtPa6GroU.jpg" + * } + * ], + * "id": 62090, + * "name": "Crazy Handful of Nothin'", + * "overview": "The side effects of chemo begin to plague Walt. Meanwhile, the DEA rounds up suspected dealers.", + * "production_code": "", + * "runtime": 49, + * "season_number": 1, + * "show_id": 1396, + * "still_path": "/rCCLuycNPL30W3BtuB8HafxEMYz.jpg", + * "vote_average": 8.819, + * "vote_count": 177 + * }, + * { + * "air_date": "2008-03-09", + * "crew": [ + * { + * "adult": false, + * "credit_id": "5254227b760ee31328000d0c", + * "department": "Directing", + * "gender": 2, + * "id": 15858, + * "job": "Director", + * "known_for_department": "Directing", + * "name": "Tim Hunter", + * "original_name": "Tim Hunter", + * "popularity": 3.246, + * "profile_path": "/n03G1gCKqxpi6udwINygNiLoGdn.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b702ea19c2955402183a66", + * "department": "Editing", + * "gender": 1, + * "id": 1280071, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Lynne Willingham", + * "original_name": "Lynne Willingham", + * "popularity": 1.28, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b7049c19c2953b63015013", + * "department": "Camera", + * "gender": 2, + * "id": 17948, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "Reynaldo Villalobos", + * "original_name": "Reynaldo Villalobos", + * "popularity": 2.128, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a01d0d5d8500f2d7be70", + * "department": "Production", + * "gender": 1, + * "id": 1218856, + * "job": "Producer", + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6443b361cee2f6044b36a4f2", + * "department": "Writing", + * "gender": 2, + * "id": 24951, + * "job": "Writer", + * "known_for_department": "Production", + * "name": "Peter Gould", + * "original_name": "Peter Gould", + * "popularity": 6.709, + * "profile_path": "/a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64f2e2e55f2b8d00e12b6852", + * "department": "Crew", + * "gender": 2, + * "id": 53255, + * "job": "Stunts", + * "known_for_department": "Acting", + * "name": "Cesar Garcia", + * "original_name": "Cesar Garcia", + * "popularity": 2.737, + * "profile_path": "/ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg" + * } + * ], + * "episode_number": 7, + * "episode_type": "finale", + * "guest_stars": [ + * { + * "adult": false, + * "character": "Realtor", + * "credit_id": "52744bd7760ee356ff08c286", + * "gender": 1, + * "id": 967071, + * "known_for_department": "Acting", + * "name": "Beth Bailey", + * "order": 511, + * "original_name": "Beth Bailey", + * "popularity": 1.443, + * "profile_path": "/eoedvwzfma84LRwfCYhkb69wky7.jpg" + * }, + * { + * "adult": false, + * "character": "Police Officer", + * "credit_id": "52744c32760ee37c3e01cba4", + * "gender": 2, + * "id": 58651, + * "known_for_department": "Acting", + * "name": "Geoffrey Rivas", + * "order": 513, + * "original_name": "Geoffrey Rivas", + * "popularity": 6.035, + * "profile_path": "/nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg" + * }, + * { + * "adult": false, + * "character": "Jewelry Store Owner", + * "credit_id": "52744cd0760ee357130a126e", + * "gender": 2, + * "id": 210154, + * "known_for_department": "Acting", + * "name": "Mike Miller", + * "order": 514, + * "original_name": "Mike Miller", + * "popularity": 1.018, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "No-Doze", + * "credit_id": "527447ca760ee356ea08e165", + * "gender": 2, + * "id": 53255, + * "known_for_department": "Acting", + * "name": "Cesar Garcia", + * "order": 515, + * "original_name": "Cesar Garcia", + * "popularity": 2.737, + * "profile_path": "/ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg" + * }, + * { + * "adult": false, + * "character": "Gonzo", + * "credit_id": "527447b3760ee3571308a638", + * "gender": 2, + * "id": 1260529, + * "known_for_department": "Acting", + * "name": "Jesus Jr.", + * "order": 516, + * "original_name": "Jesus Jr.", + * "popularity": 3.175, + * "profile_path": "/g9FFHKY95LLALg7DuqeX6akAJSG.jpg" + * }, + * { + * "adult": false, + * "character": "Dr. Delcavoli", + * "credit_id": "5271b65b760ee35b0c090f74", + * "gender": 2, + * "id": 79211, + * "known_for_department": "Acting", + * "name": "David House", + * "order": 532, + * "original_name": "David House", + * "popularity": 1.772, + * "profile_path": "/t67HnLsCMecFLMdhtJQbkiQiyXq.jpg" + * }, + * { + * "adult": false, + * "character": "Carmen Molina", + * "credit_id": "52542273760ee31328000676", + * "gender": 1, + * "id": 115688, + * "known_for_department": "Acting", + * "name": "Carmen Serano", + * "order": 643, + * "original_name": "Carmen Serano", + * "popularity": 5.24, + * "profile_path": "/nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg" + * }, + * { + * "adult": false, + * "character": "Tuco Salamanca", + * "credit_id": "5254227b760ee31328000cd6", + * "gender": 2, + * "id": 58650, + * "known_for_department": "Acting", + * "name": "Raymond Cruz", + * "order": 675, + * "original_name": "Raymond Cruz", + * "popularity": 13.778, + * "profile_path": "/ndhc53yEQeeFn01QoOxtPa6GroU.jpg" + * }, + * { + * "adult": false, + * "character": "Concerned Parent", + * "credit_id": "6301b920097c4900911058ab", + * "gender": 1, + * "id": 1803314, + * "known_for_department": "Acting", + * "name": "Lorri Oliver", + * "order": 696, + * "original_name": "Lorri Oliver", + * "popularity": 0.537, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Concerned Parent", + * "credit_id": "6301b927532acb007bd3b1cf", + * "gender": 1, + * "id": 3671381, + * "known_for_department": "Acting", + * "name": "Kristen Loree", + * "order": 697, + * "original_name": "Kristen Loree", + * "popularity": 0.482, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Concerned Parent", + * "credit_id": "6301b930532acb007bd3b1d4", + * "gender": 2, + * "id": 79236, + * "known_for_department": "Acting", + * "name": "Dave Colon", + * "order": 698, + * "original_name": "Dave Colon", + * "popularity": 1.105, + * "profile_path": "/lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg" + * }, + * { + * "adult": false, + * "character": "Yuppie Woman", + * "credit_id": "6301b987fb5299007d66336f", + * "gender": 1, + * "id": 209844, + * "known_for_department": "Acting", + * "name": "Carrie Fleming", + * "order": 699, + * "original_name": "Carrie Fleming", + * "popularity": 0.83, + * "profile_path": "/sa8ey6b8wTFYhm170tE7pPWS1An.jpg" + * }, + * { + * "adult": false, + * "character": "Chemical Plant Guard", + * "credit_id": "6301b9db839d93008b6133ea", + * "gender": 2, + * "id": 1094319, + * "known_for_department": "Acting", + * "name": "Matthew Page", + * "order": 700, + * "original_name": "Matthew Page", + * "popularity": 1.932, + * "profile_path": "/vMI1zxybJONZYqL8MI9gGxyfqfC.jpg" + * }, + * { + * "adult": false, + * "character": "Prospective Buyer", + * "credit_id": "6301b9f1839d93007b62e5e1", + * "gender": 0, + * "id": 1847290, + * "known_for_department": "Writing", + * "name": "Jacob O'Brien Mulliken", + * "order": 701, + * "original_name": "Jacob O'Brien Mulliken", + * "popularity": 0.944, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Mr. Wilson", + * "credit_id": "6301ba0f097c490091105904", + * "gender": 0, + * "id": 3671392, + * "known_for_department": "Acting", + * "name": "Charles Dowdy III", + * "order": 702, + * "original_name": "Charles Dowdy III", + * "popularity": 1.462, + * "profile_path": null + * } + * ], + * "id": 62091, + * "name": "A No Rough Stuff Type Deal", + * "overview": "Walter accepts his new identity as a drug dealer after a PTA meeting. Elsewhere, Jesse decides to put his aunt's house on the market and Skyler is the recipient of a baby shower.", + * "production_code": "", + * "runtime": 48, + * "season_number": 1, + * "show_id": 1396, + * "still_path": "/1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg", + * "vote_average": 8.32, + * "vote_count": 172 + * } + * ] */ + episodes?: { + /** @example 2008-01-20 */ + air_date?: string; + /** @example [ + * { + * "adult": false, + * "credit_id": "52542275760ee313280006ce", + * "department": "Writing", + * "gender": 2, + * "id": 66633, + * "job": "Writer", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542275760ee313280006e8", + * "department": "Directing", + * "gender": 2, + * "id": 66633, + * "job": "Director", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b7029219c29533d00dd2c1", + * "department": "Camera", + * "gender": 2, + * "id": 2483, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "John Toll", + * "original_name": "John Toll", + * "popularity": 3.867, + * "profile_path": "/cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b702ea19c2955402183a66", + * "department": "Editing", + * "gender": 1, + * "id": 1280071, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Lynne Willingham", + * "original_name": "Lynne Willingham", + * "popularity": 1.28, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "62feade5cf4a640080998241", + * "department": "Art", + * "gender": 2, + * "id": 1018092, + * "job": "Art Direction", + * "known_for_department": "Art", + * "name": "James F. Oberlander", + * "original_name": "James F. Oberlander", + * "popularity": 0.994, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a04de7414600b96bf1bd", + * "department": "Production", + * "gender": 1, + * "id": 1808170, + * "job": "Associate Producer", + * "known_for_department": "Production", + * "name": "Gina Scheerer", + * "original_name": "Gina Scheerer", + * "popularity": 0.393, + * "profile_path": null + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example 52542275760ee313280006ce */ + credit_id?: string; + /** @example Writing */ + department?: string; + /** @example 2 */ + gender?: number; + /** @example 66633 */ + id?: number; + /** @example Writer */ + job?: string; + /** @example Writing */ + known_for_department?: string; + /** @example Vince Gilligan */ + name?: string; + /** @example Vince Gilligan */ + original_name?: string; + /** @example 10.163 */ + popularity?: number; + /** @example /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg */ + profile_path?: string | null; + }[]; + /** @example 1 */ + episode_number?: number; + /** @example standard */ + episode_type?: string; + /** @example [ + * { + * "adult": false, + * "character": "Steven Gomez", + * "credit_id": "5271b489760ee35b3e0881a7", + * "gender": 2, + * "id": 61535, + * "known_for_department": "Acting", + * "name": "Steven Michael Quezada", + * "order": 8, + * "original_name": "Steven Michael Quezada", + * "popularity": 7.14, + * "profile_path": "/pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg" + * }, + * { + * "adult": false, + * "character": "Jock", + * "credit_id": "52542275760ee313280006b4", + * "gender": 2, + * "id": 1216132, + * "known_for_department": "Acting", + * "name": "Aaron Hill", + * "order": 500, + * "original_name": "Aaron Hill", + * "popularity": 8.822, + * "profile_path": "/rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg" + * }, + * { + * "adult": false, + * "character": "Dr. Belknap", + * "credit_id": "52725cb1760ee3044d0b9984", + * "gender": 2, + * "id": 161591, + * "known_for_department": "Acting", + * "name": "Gregory Chase", + * "order": 502, + * "original_name": "Gregory Chase", + * "popularity": 0.181, + * "profile_path": "/gNdodev00CROpXuAh5EFmkWTVOo.jpg" + * }, + * { + * "adult": false, + * "character": "Krazy-8", + * "credit_id": "52725845760ee3046b09426e", + * "gender": 2, + * "id": 1046460, + * "known_for_department": "Acting", + * "name": "Max Arciniega", + * "order": 504, + * "original_name": "Max Arciniega", + * "popularity": 5.852, + * "profile_path": "/eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg" + * }, + * { + * "adult": false, + * "character": "Bogdan Wolynetz", + * "credit_id": "5272587a760ee3045009ddec", + * "gender": 2, + * "id": 1223197, + * "known_for_department": "Acting", + * "name": "Marius Stan", + * "order": 575, + * "original_name": "Marius Stan", + * "popularity": 1.133, + * "profile_path": "/zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg" + * }, + * { + * "adult": false, + * "character": "Carmen Molina", + * "credit_id": "52542273760ee31328000676", + * "gender": 1, + * "id": 115688, + * "known_for_department": "Acting", + * "name": "Carmen Serano", + * "order": 643, + * "original_name": "Carmen Serano", + * "popularity": 5.24, + * "profile_path": "/nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg" + * }, + * { + * "adult": false, + * "character": "Chad's Girlfriend", + * "credit_id": "56846abbc3a36836280008d4", + * "gender": 1, + * "id": 1223192, + * "known_for_department": "Art", + * "name": "Roberta Marquez Seret", + * "order": 651, + * "original_name": "Roberta Marquez Seret", + * "popularity": 2.783, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Chad", + * "credit_id": "63012a1a33a376007a442d63", + * "gender": 0, + * "id": 3670896, + * "known_for_department": "Acting", + * "name": "Evan Bobrick", + * "order": 676, + * "original_name": "Evan Bobrick", + * "popularity": 1.466, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "E.M.T", + * "credit_id": "63012a3d97eab4007d00192b", + * "gender": 2, + * "id": 36135, + * "known_for_department": "Acting", + * "name": "Christopher Dempsey", + * "order": 677, + * "original_name": "Christopher Dempsey", + * "popularity": 1.771, + * "profile_path": "/pTngvks30p74j40TaniMkg4tbhn.jpg" + * }, + * { + * "adult": false, + * "character": "Irving", + * "credit_id": "63012a5c33a376007f87247b", + * "gender": 0, + * "id": 2969089, + * "known_for_department": "Production", + * "name": "Allan Pacheco", + * "order": 678, + * "original_name": "Allan Pacheco", + * "popularity": 0.367, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Chemistry Student", + * "credit_id": "63012a655f4b73007faa4261", + * "gender": 0, + * "id": 3670897, + * "known_for_department": "Acting", + * "name": "Jason Byrd", + * "order": 679, + * "original_name": "Jason Byrd", + * "popularity": 0.29, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Sexy Neighbor", + * "credit_id": "63012a7e33a376007f872481", + * "gender": 0, + * "id": 219124, + * "known_for_department": "Acting", + * "name": "Linda Speciale", + * "order": 680, + * "original_name": "Linda Speciale", + * "popularity": 3.738, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Jock's Friend #1", + * "credit_id": "63012a8bfb5299007d660bc8", + * "gender": 0, + * "id": 3212534, + * "known_for_department": "Acting", + * "name": "Jesús Ramírez", + * "order": 681, + * "original_name": "Jesús Ramírez", + * "popularity": 1.025, + * "profile_path": "/1EfPZxdFNNi3LFLR9laLcVROAko.jpg" + * }, + * { + * "adult": false, + * "character": "Jock's Friend #2", + * "credit_id": "63012ac4c2f44b007d249b54", + * "gender": 0, + * "id": 3670906, + * "known_for_department": "Acting", + * "name": "Joshua S. Patton", + * "order": 682, + * "original_name": "Joshua S. Patton", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Emilio Koyama", + * "credit_id": "631aff1f62f335007ed32cb3", + * "gender": 2, + * "id": 92495, + * "known_for_department": "Acting", + * "name": "John Koyama", + * "order": 704, + * "original_name": "John Koyama", + * "popularity": 4.028, + * "profile_path": "/AwtHbt8qO7D3EFonG5lqml8xgwb.jpg" + * }, + * { + * "adult": false, + * "character": "DEA Agent #1 (uncredited)", + * "credit_id": "655bb4fa10923000ab494163", + * "gender": 2, + * "id": 1335375, + * "known_for_department": "Crew", + * "name": "Ed Duran", + * "order": 849, + * "original_name": "Ed Duran", + * "popularity": 2.433, + * "profile_path": "/mzPJkVKg7ve3whmvyf2TyDIuewr.jpg" + * } + * ] */ + guest_stars?: { + /** @example false */ + adult?: boolean; + /** @example Steven Gomez */ + character?: string; + /** @example 5271b489760ee35b3e0881a7 */ + credit_id?: string; + /** @example 2 */ + gender?: number; + /** @example 61535 */ + id?: number; + /** @example Acting */ + known_for_department?: string; + /** @example Steven Michael Quezada */ + name?: string; + /** @example 8 */ + order?: number; + /** @example Steven Michael Quezada */ + original_name?: string; + /** @example 7.14 */ + popularity?: number; + /** @example /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg */ + profile_path?: string | null; + }[]; + /** @example 62085 */ + id?: number; + /** @example Pilot */ + name?: string; + /** @example When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone. */ + overview?: string; + /** @example */ + production_code?: string; + /** @example 59 */ + runtime?: number; + /** @example 1 */ + season_number?: number; + /** @example 1396 */ + show_id?: number; + /** @example /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg */ + still_path?: string; + /** @example 8.442 */ + vote_average?: number; + /** @example 396 */ + vote_count?: number; + }[]; + /** @example 3572 */ + id?: number; + /** @example Season 1 */ + name?: string; + /** @example High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman "teaches" Walter a new trade. */ + overview?: string; + /** @example /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg */ + poster_path?: string; + /** @example 1 */ + season_number?: number; + /** @example 8.3 */ + vote_average?: number; + }; + }; + }; + }; + }; + accountStates2: { + parameters: { + query?: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id?: string; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description account states */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 3572 */ + id?: number; + /** @example [ + * { + * "episode_number": 1, + * "id": 62085, + * "rated": false + * }, + * { + * "episode_number": 2, + * "id": 62086, + * "rated": false + * }, + * { + * "episode_number": 3, + * "id": 62087, + * "rated": false + * }, + * { + * "episode_number": 4, + * "id": 62088, + * "rated": false + * }, + * { + * "episode_number": 5, + * "id": 62089, + * "rated": false + * }, + * { + * "episode_number": 6, + * "id": 62090, + * "rated": false + * }, + * { + * "episode_number": 7, + * "id": 62091, + * "rated": false + * } + * ] */ + results?: { + /** @example 1 */ + episode_number?: number; + /** @example 62085 */ + id?: number; + /** @example false */ + rated?: boolean; + }[]; + }; + }; + }; + }; + }; + aggregateCredits1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description aggregate credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "adult": false, + * "gender": 2, + * "id": 17419, + * "known_for_department": "Acting", + * "name": "Bryan Cranston", + * "order": 0, + * "original_name": "Bryan Cranston", + * "popularity": 37.518, + * "profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg", + * "roles": [ + * { + * "character": "Walter White", + * "credit_id": "52542282760ee313280017f9", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 84497, + * "known_for_department": "Acting", + * "name": "Aaron Paul", + * "order": 1, + * "original_name": "Aaron Paul", + * "popularity": 23.683, + * "profile_path": "/tz4xqaoXV7eKrYqPGPvtEae3X06.jpg", + * "roles": [ + * { + * "character": "Jesse Pinkman", + * "credit_id": "52542282760ee31328001845", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 134531, + * "known_for_department": "Acting", + * "name": "Anna Gunn", + * "order": 2, + * "original_name": "Anna Gunn", + * "popularity": 34.739, + * "profile_path": "/adppyeu1a4REN3khtgmXusrapFi.jpg", + * "roles": [ + * { + * "character": "Skyler White", + * "credit_id": "52542282760ee3132800181b", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 209674, + * "known_for_department": "Acting", + * "name": "RJ Mitte", + * "order": 3, + * "original_name": "RJ Mitte", + * "popularity": 15.263, + * "profile_path": "/aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg", + * "roles": [ + * { + * "character": "Walter White Jr.", + * "credit_id": "52542284760ee313280018a9", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 14329, + * "known_for_department": "Acting", + * "name": "Dean Norris", + * "order": 4, + * "original_name": "Dean Norris", + * "popularity": 35.655, + * "profile_path": "/mVaGouQNschhJEncob8ld1aOZwF.jpg", + * "roles": [ + * { + * "character": "Hank Schrader", + * "credit_id": "52542283760ee3132800187b", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1217934, + * "known_for_department": "Acting", + * "name": "Betsy Brandt", + * "order": 5, + * "original_name": "Betsy Brandt", + * "popularity": 8.578, + * "profile_path": "/kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg", + * "roles": [ + * { + * "character": "Marie Schrader", + * "credit_id": "52542283760ee31328001891", + * "episode_count": 7 + * } + * ], + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 61535, + * "known_for_department": "Acting", + * "name": "Steven Michael Quezada", + * "order": 8, + * "original_name": "Steven Michael Quezada", + * "popularity": 7.14, + * "profile_path": "/pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg", + * "roles": [ + * { + * "character": "Steven Gomez", + * "credit_id": "5271b489760ee35b3e0881a7", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 115688, + * "known_for_department": "Acting", + * "name": "Carmen Serano", + * "order": 643, + * "original_name": "Carmen Serano", + * "popularity": 5.24, + * "profile_path": "/nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg", + * "roles": [ + * { + * "character": "Carmen Molina", + * "credit_id": "52542273760ee31328000676", + * "episode_count": 4 + * } + * ], + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1046460, + * "known_for_department": "Acting", + * "name": "Max Arciniega", + * "order": 504, + * "original_name": "Max Arciniega", + * "popularity": 5.852, + * "profile_path": "/eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg", + * "roles": [ + * { + * "character": "Krazy-8", + * "credit_id": "52725845760ee3046b09426e", + * "episode_count": 3 + * } + * ], + * "total_episode_count": 3 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 53255, + * "known_for_department": "Acting", + * "name": "Cesar Garcia", + * "order": 515, + * "original_name": "Cesar Garcia", + * "popularity": 2.737, + * "profile_path": "/ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg", + * "roles": [ + * { + * "character": "No-Doze", + * "credit_id": "527447ca760ee356ea08e165", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1260529, + * "known_for_department": "Acting", + * "name": "Jesus Jr.", + * "order": 516, + * "original_name": "Jesus Jr.", + * "popularity": 3.175, + * "profile_path": "/g9FFHKY95LLALg7DuqeX6akAJSG.jpg", + * "roles": [ + * { + * "character": "Gonzo", + * "credit_id": "527447b3760ee3571308a638", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 79211, + * "known_for_department": "Acting", + * "name": "David House", + * "order": 532, + * "original_name": "David House", + * "popularity": 1.772, + * "profile_path": "/t67HnLsCMecFLMdhtJQbkiQiyXq.jpg", + * "roles": [ + * { + * "character": "Dr. Delcavoli", + * "credit_id": "5271b65b760ee35b0c090f74", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 14984, + * "known_for_department": "Acting", + * "name": "Jessica Hecht", + * "order": 655, + * "original_name": "Jessica Hecht", + * "popularity": 13.152, + * "profile_path": "/5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg", + * "roles": [ + * { + * "character": "Gretchen Schwartz", + * "credit_id": "52542275760ee31328000768", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 82945, + * "known_for_department": "Acting", + * "name": "Charles Baker", + * "order": 656, + * "original_name": "Charles Baker", + * "popularity": 7.277, + * "profile_path": "/mhSoY1plaop5eufoHDP4fkIGUfh.jpg", + * "roles": [ + * { + * "character": "Skinny Pete", + * "credit_id": "52744007760ee356f6076365", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 58650, + * "known_for_department": "Acting", + * "name": "Raymond Cruz", + * "order": 675, + * "original_name": "Raymond Cruz", + * "popularity": 13.778, + * "profile_path": "/ndhc53yEQeeFn01QoOxtPa6GroU.jpg", + * "roles": [ + * { + * "character": "Tuco Salamanca", + * "credit_id": "5254227b760ee31328000cd6", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670897, + * "known_for_department": "Acting", + * "name": "Jason Byrd", + * "order": 681, + * "original_name": "Jason Byrd", + * "popularity": 0.29, + * "profile_path": null, + * "roles": [ + * { + * "character": "Ben", + * "credit_id": "63012d2111c066007cbc37b1", + * "episode_count": 1 + * }, + * { + * "character": "Chemistry Student", + * "credit_id": "63012a655f4b73007faa4261", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 92495, + * "known_for_department": "Acting", + * "name": "John Koyama", + * "order": 704, + * "original_name": "John Koyama", + * "popularity": 4.028, + * "profile_path": "/AwtHbt8qO7D3EFonG5lqml8xgwb.jpg", + * "roles": [ + * { + * "character": "Emilio Koyama", + * "credit_id": "631aff1f62f335007ed32cb3", + * "episode_count": 2 + * } + * ], + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1216132, + * "known_for_department": "Acting", + * "name": "Aaron Hill", + * "order": 500, + * "original_name": "Aaron Hill", + * "popularity": 8.822, + * "profile_path": "/rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg", + * "roles": [ + * { + * "character": "Jock", + * "credit_id": "52542275760ee313280006b4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 161591, + * "known_for_department": "Acting", + * "name": "Gregory Chase", + * "order": 502, + * "original_name": "Gregory Chase", + * "popularity": 0.181, + * "profile_path": "/gNdodev00CROpXuAh5EFmkWTVOo.jpg", + * "roles": [ + * { + * "character": "Dr. Belknap", + * "credit_id": "52725cb1760ee3044d0b9984", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1215836, + * "known_for_department": "Acting", + * "name": "Kyle Bornheimer", + * "order": 503, + * "original_name": "Kyle Bornheimer", + * "popularity": 5.657, + * "profile_path": "/79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg", + * "roles": [ + * { + * "character": "Ken Wins", + * "credit_id": "52743e4d760ee35a69055194", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 220118, + * "known_for_department": "Acting", + * "name": "Benjamin Petry", + * "order": 505, + * "original_name": "Benjamin Petry", + * "popularity": 5.948, + * "profile_path": "/xoCIpS2wG2JiP1BXL2qTun8q85o.jpg", + * "roles": [ + * { + * "character": "Jake Pinkman", + * "credit_id": "527442eb760ee3572b078715", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 202830, + * "known_for_department": "Acting", + * "name": "William Sterchi", + * "order": 506, + * "original_name": "William Sterchi", + * "popularity": 1.631, + * "profile_path": "/6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg", + * "roles": [ + * { + * "character": "Manager", + * "credit_id": "527445a9760ee356ff077e53", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 210056, + * "known_for_department": "Acting", + * "name": "Pierre Barrera", + * "order": 507, + * "original_name": "Pierre Barrera", + * "popularity": 2.081, + * "profile_path": "/4JHYsaULy3LwSHig94olNyuYkx5.jpg", + * "roles": [ + * { + * "character": "Hugo Archuleta", + * "credit_id": "52744776760ee356ea0892f3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 59303, + * "known_for_department": "Acting", + * "name": "Marc Mouchet", + * "order": 508, + * "original_name": "Marc Mouchet", + * "popularity": 0.768, + * "profile_path": "/8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg", + * "roles": [ + * { + * "character": "Farley", + * "credit_id": "527445f5760ee357130849b9", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 187505, + * "known_for_department": "Acting", + * "name": "Vivian Nesbitt", + * "order": 509, + * "original_name": "Vivian Nesbitt", + * "popularity": 1.2, + * "profile_path": "/9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg", + * "roles": [ + * { + * "character": "Mrs. Pope", + * "credit_id": "527447f4760ee37c3e00f81f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1089016, + * "known_for_department": "Acting", + * "name": "Seri DeYoung", + * "order": 510, + * "original_name": "Seri DeYoung", + * "popularity": 2.566, + * "profile_path": "/nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg", + * "roles": [ + * { + * "character": "Student", + * "credit_id": "52744908760ee35a690730ed", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 967071, + * "known_for_department": "Acting", + * "name": "Beth Bailey", + * "order": 511, + * "original_name": "Beth Bailey", + * "popularity": 1.443, + * "profile_path": "/eoedvwzfma84LRwfCYhkb69wky7.jpg", + * "roles": [ + * { + * "character": "Realtor", + * "credit_id": "52744bd7760ee356ff08c286", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1221121, + * "known_for_department": "Acting", + * "name": "Dennis Keiffer", + * "order": 512, + * "original_name": "Dennis Keiffer", + * "popularity": 4.928, + * "profile_path": "/jb6FR0OZgCqbPOkKq2KikXr31WW.jpg", + * "roles": [ + * { + * "character": "Lookout", + * "credit_id": "52744a4a760ee35a69077c8c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 58651, + * "known_for_department": "Acting", + * "name": "Geoffrey Rivas", + * "order": 513, + * "original_name": "Geoffrey Rivas", + * "popularity": 6.035, + * "profile_path": "/nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg", + * "roles": [ + * { + * "character": "Police Officer", + * "credit_id": "52744c32760ee37c3e01cba4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 210154, + * "known_for_department": "Acting", + * "name": "Mike Miller", + * "order": 514, + * "original_name": "Mike Miller", + * "popularity": 1.018, + * "profile_path": null, + * "roles": [ + * { + * "character": "Jewelry Store Owner", + * "credit_id": "52744cd0760ee357130a126e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 210057, + * "known_for_department": "Acting", + * "name": "Judith Rane", + * "order": 522, + * "original_name": "Judith Rane", + * "popularity": 2.411, + * "profile_path": "/yY8fuyFCaXSjBRtDXaF178AwVqq.jpg", + * "roles": [ + * { + * "character": "Office Manager", + * "credit_id": "52744834760ee37c3e010cc7", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 95195, + * "known_for_department": "Acting", + * "name": "Michael Bofshever", + * "order": 537, + * "original_name": "Michael Bofshever", + * "popularity": 2.283, + * "profile_path": "/t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg", + * "roles": [ + * { + * "character": "Mr. Pinkman", + * "credit_id": "527440ce760ee3570906ada3", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1223197, + * "known_for_department": "Acting", + * "name": "Marius Stan", + * "order": 575, + * "original_name": "Marius Stan", + * "popularity": 1.133, + * "profile_path": "/zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg", + * "roles": [ + * { + * "character": "Bogdan Wolynetz", + * "credit_id": "5272587a760ee3045009ddec", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1223192, + * "known_for_department": "Art", + * "name": "Roberta Marquez Seret", + * "order": 651, + * "original_name": "Roberta Marquez Seret", + * "popularity": 2.783, + * "profile_path": null, + * "roles": [ + * { + * "character": "Chad's Girlfriend", + * "credit_id": "56846abbc3a36836280008d4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 209680, + * "known_for_department": "Acting", + * "name": "Frederic Doss", + * "order": 653, + * "original_name": "Frederic Doss", + * "popularity": 0.56, + * "profile_path": null, + * "roles": [ + * { + * "character": "Off Duty Cop", + * "credit_id": "54e89b13c3a36836e0001dc9", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 191202, + * "known_for_department": "Acting", + * "name": "Matt Jones", + * "order": 658, + * "original_name": "Matt Jones", + * "popularity": 11.871, + * "profile_path": "/x13vFDaJHY1CxNvSPWujYe12bMc.jpg", + * "roles": [ + * { + * "character": "Badger", + * "credit_id": "52744535760ee3572209100e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 23429, + * "known_for_department": "Acting", + * "name": "Adam Godley", + * "order": 659, + * "original_name": "Adam Godley", + * "popularity": 7.829, + * "profile_path": "/5a7c36DeI6GA73D5XC7rNX2VIvv.jpg", + * "roles": [ + * { + * "character": "Elliott Schwartz", + * "credit_id": "527444c1760ee3572208fbc2", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 3471782, + * "known_for_department": "Acting", + * "name": "Rodney Rush", + * "order": 666, + * "original_name": "Rodney Rush", + * "popularity": 0.564, + * "profile_path": "/vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg", + * "roles": [ + * { + * "character": "Combo", + * "credit_id": "62361a15db4ed60045128de2", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 41249, + * "known_for_department": "Acting", + * "name": "Tess Harper", + * "order": 673, + * "original_name": "Tess Harper", + * "popularity": 9.92, + * "profile_path": "/8Z770Kk13MK1NP7skWmTxvRGx3V.jpg", + * "roles": [ + * { + * "character": "Mrs. Pinkman", + * "credit_id": "52542277760ee31328000a61", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670896, + * "known_for_department": "Acting", + * "name": "Evan Bobrick", + * "order": 676, + * "original_name": "Evan Bobrick", + * "popularity": 1.466, + * "profile_path": null, + * "roles": [ + * { + * "character": "Chad", + * "credit_id": "63012a1a33a376007a442d63", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 36135, + * "known_for_department": "Acting", + * "name": "Christopher Dempsey", + * "order": 677, + * "original_name": "Christopher Dempsey", + * "popularity": 1.771, + * "profile_path": "/pTngvks30p74j40TaniMkg4tbhn.jpg", + * "roles": [ + * { + * "character": "E.M.T", + * "credit_id": "63012a3d97eab4007d00192b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2969089, + * "known_for_department": "Production", + * "name": "Allan Pacheco", + * "order": 678, + * "original_name": "Allan Pacheco", + * "popularity": 0.367, + * "profile_path": null, + * "roles": [ + * { + * "character": "Irving", + * "credit_id": "63012a5c33a376007f87247b", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 219124, + * "known_for_department": "Acting", + * "name": "Linda Speciale", + * "order": 680, + * "original_name": "Linda Speciale", + * "popularity": 3.738, + * "profile_path": null, + * "roles": [ + * { + * "character": "Sexy Neighbor", + * "credit_id": "63012a7e33a376007f872481", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3212534, + * "known_for_department": "Acting", + * "name": "Jesús Ramírez", + * "order": 681, + * "original_name": "Jesús Ramírez", + * "popularity": 1.025, + * "profile_path": "/1EfPZxdFNNi3LFLR9laLcVROAko.jpg", + * "roles": [ + * { + * "character": "Jock's Friend #1", + * "credit_id": "63012a8bfb5299007d660bc8", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670906, + * "known_for_department": "Acting", + * "name": "Joshua S. Patton", + * "order": 682, + * "original_name": "Joshua S. Patton", + * "popularity": 0.001, + * "profile_path": null, + * "roles": [ + * { + * "character": "Jock's Friend #2", + * "credit_id": "63012ac4c2f44b007d249b54", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1448105, + * "known_for_department": "Acting", + * "name": "Shane Marinson", + * "order": 683, + * "original_name": "Shane Marinson", + * "popularity": 0.232, + * "profile_path": null, + * "roles": [ + * { + * "character": "Ob-Gyn", + * "credit_id": "63012c9c5f4b73008267ba53", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670933, + * "known_for_department": "Acting", + * "name": "Anthony Wamego", + * "order": 685, + * "original_name": "Anthony Wamego", + * "popularity": 0.001, + * "profile_path": null, + * "roles": [ + * { + * "character": "Backhoe Operator", + * "credit_id": "63012d2abb2602007ceea8d2", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 939366, + * "known_for_department": "Acting", + * "name": "Anna Felix", + * "order": 686, + * "original_name": "Anna Felix", + * "popularity": 2.055, + * "profile_path": null, + * "roles": [ + * { + * "character": "Sales Girl", + * "credit_id": "63012e36dfe31d0080103f2c", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 2085663, + * "known_for_department": "Acting", + * "name": "Daniel Serrano", + * "order": 687, + * "original_name": "Daniel Serrano", + * "popularity": 0.99, + * "profile_path": null, + * "roles": [ + * { + * "character": "Meth Drug Dealer", + * "credit_id": "63012e72426ae8007a5b6b5a", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1673624, + * "known_for_department": "Acting", + * "name": "Jon Kristian Moore", + * "order": 688, + * "original_name": "Jon Kristian Moore", + * "popularity": 2.09, + * "profile_path": null, + * "roles": [ + * { + * "character": "DEA Agent", + * "credit_id": "63012ebb426ae800823a6bac", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1302829, + * "known_for_department": "Acting", + * "name": "Tish Rayburn-Miller", + * "order": 689, + * "original_name": "Tish Rayburn-Miller", + * "popularity": 0.447, + * "profile_path": null, + * "roles": [ + * { + * "character": "Bank Teller", + * "credit_id": "63012ec897eab40082b1a672", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 2430293, + * "known_for_department": "Production", + * "name": "Kiira Arai", + * "order": 690, + * "original_name": "Kiira Arai", + * "popularity": 1.058, + * "profile_path": null, + * "roles": [ + * { + * "character": "Server", + * "credit_id": "63012f961da7a6007db08d8a", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 92756, + * "known_for_department": "Acting", + * "name": "Bill Allen", + * "order": 691, + * "original_name": "Bill Allen", + * "popularity": 1.54, + * "profile_path": "/uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg", + * "roles": [ + * { + * "character": "Scientist", + * "credit_id": "63012fa39653f6007fee8185", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 193285, + * "known_for_department": "Acting", + * "name": "Loren Haynes", + * "order": 692, + * "original_name": "Loren Haynes", + * "popularity": 0.666, + * "profile_path": "/1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg", + * "roles": [ + * { + * "character": "Music Producer", + * "credit_id": "63012fc4839d93007e4c2dbf", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670958, + * "known_for_department": "Acting", + * "name": "Kyle Swimmer", + * "order": 693, + * "original_name": "Kyle Swimmer", + * "popularity": 0.028, + * "profile_path": null, + * "roles": [ + * { + * "character": "Louis", + * "credit_id": "63012fd111c066007f8de38f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3670960, + * "known_for_department": "Acting", + * "name": "Robert Arrington", + * "order": 694, + * "original_name": "Robert Arrington", + * "popularity": 0.07, + * "profile_path": null, + * "roles": [ + * { + * "character": "Soren", + * "credit_id": "63012fd93e6f2b0082b3ba66", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 3670961, + * "known_for_department": "Acting", + * "name": "Juanita Trad", + * "order": 695, + * "original_name": "Juanita Trad", + * "popularity": 0.384, + * "profile_path": null, + * "roles": [ + * { + * "character": "Medical Technician", + * "credit_id": "63012fe5839d93007b62c31e", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1803314, + * "known_for_department": "Acting", + * "name": "Lorri Oliver", + * "order": 696, + * "original_name": "Lorri Oliver", + * "popularity": 0.537, + * "profile_path": null, + * "roles": [ + * { + * "character": "Concerned Parent", + * "credit_id": "6301b920097c4900911058ab", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 3671381, + * "known_for_department": "Acting", + * "name": "Kristen Loree", + * "order": 697, + * "original_name": "Kristen Loree", + * "popularity": 0.482, + * "profile_path": null, + * "roles": [ + * { + * "character": "Concerned Parent", + * "credit_id": "6301b927532acb007bd3b1cf", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 79236, + * "known_for_department": "Acting", + * "name": "Dave Colon", + * "order": 698, + * "original_name": "Dave Colon", + * "popularity": 1.105, + * "profile_path": "/lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg", + * "roles": [ + * { + * "character": "Concerned Parent", + * "credit_id": "6301b930532acb007bd3b1d4", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 209844, + * "known_for_department": "Acting", + * "name": "Carrie Fleming", + * "order": 699, + * "original_name": "Carrie Fleming", + * "popularity": 0.83, + * "profile_path": "/sa8ey6b8wTFYhm170tE7pPWS1An.jpg", + * "roles": [ + * { + * "character": "Yuppie Woman", + * "credit_id": "6301b987fb5299007d66336f", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 2, + * "id": 1094319, + * "known_for_department": "Acting", + * "name": "Matthew Page", + * "order": 700, + * "original_name": "Matthew Page", + * "popularity": 1.932, + * "profile_path": "/vMI1zxybJONZYqL8MI9gGxyfqfC.jpg", + * "roles": [ + * { + * "character": "Chemical Plant Guard", + * "credit_id": "6301b9db839d93008b6133ea", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 1847290, + * "known_for_department": "Writing", + * "name": "Jacob O'Brien Mulliken", + * "order": 701, + * "original_name": "Jacob O'Brien Mulliken", + * "popularity": 0.944, + * "profile_path": null, + * "roles": [ + * { + * "character": "Prospective Buyer", + * "credit_id": "6301b9f1839d93007b62e5e1", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 0, + * "id": 3671392, + * "known_for_department": "Acting", + * "name": "Charles Dowdy III", + * "order": 702, + * "original_name": "Charles Dowdy III", + * "popularity": 1.462, + * "profile_path": null, + * "roles": [ + * { + * "character": "Mr. Wilson", + * "credit_id": "6301ba0f097c490091105904", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "gender": 1, + * "id": 1834391, + * "known_for_department": "Acting", + * "name": "Julia Minesci", + * "order": 710, + * "original_name": "Julia Minesci", + * "popularity": 7.315, + * "profile_path": "/gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg", + * "roles": [ + * { + * "character": "Meth Whore", + * "credit_id": "64426b0ee2bca804df435597", + * "episode_count": 1 + * } + * ], + * "total_episode_count": 1 + * } + * ] */ + cast?: { + /** @example false */ + adult?: boolean; + /** @example 2 */ + gender?: number; + /** @example 17419 */ + id?: number; + /** @example Acting */ + known_for_department?: string; + /** @example Bryan Cranston */ + name?: string; + /** @example 0 */ + order?: number; + /** @example Bryan Cranston */ + original_name?: string; + /** @example 37.518 */ + popularity?: number; + /** @example /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg */ + profile_path?: string | null; + /** @example [ + * { + * "character": "Walter White", + * "credit_id": "52542282760ee313280017f9", + * "episode_count": 7 + * } + * ] */ + roles?: { + /** @example Walter White */ + character?: string; + /** @example 52542282760ee313280017f9 */ + credit_id?: string; + /** @example 7 */ + episode_count?: number; + }[]; + /** @example 7 */ + total_episode_count?: number; + }[]; + /** @example [ + * { + * "adult": false, + * "department": "Art", + * "gender": 2, + * "id": 21640, + * "jobs": [ + * { + * "credit_id": "52b7020b19c295223b0a46e8", + * "episode_count": 7, + * "job": "Production Design" + * } + * ], + * "known_for_department": "Art", + * "name": "Robb Wilson King", + * "original_name": "Robb Wilson King", + * "popularity": 2.247, + * "profile_path": null, + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Art", + * "gender": 2, + * "id": 1018092, + * "jobs": [ + * { + * "credit_id": "62feade5cf4a640080998241", + * "episode_count": 1, + * "job": "Art Direction" + * } + * ], + * "known_for_department": "Art", + * "name": "James F. Oberlander", + * "original_name": "James F. Oberlander", + * "popularity": 0.994, + * "profile_path": null, + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 17948, + * "jobs": [ + * { + * "credit_id": "52b7049c19c2953b63015013", + * "episode_count": 6, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Camera", + * "name": "Reynaldo Villalobos", + * "original_name": "Reynaldo Villalobos", + * "popularity": 2.128, + * "profile_path": null, + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Camera", + * "gender": 2, + * "id": 2483, + * "jobs": [ + * { + * "credit_id": "52b7029219c29533d00dd2c1", + * "episode_count": 1, + * "job": "Director of Photography" + * } + * ], + * "known_for_department": "Camera", + * "name": "John Toll", + * "original_name": "John Toll", + * "popularity": 3.867, + * "profile_path": "/cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 35583, + * "jobs": [ + * { + * "credit_id": "52b7034f19c2955402184de6", + * "episode_count": 7, + * "job": "Costume Design" + * } + * ], + * "known_for_department": "Costume & Make-Up", + * "name": "Kathleen Detoro", + * "original_name": "Kathleen Detoro", + * "popularity": 1.319, + * "profile_path": null, + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Crew", + * "gender": 2, + * "id": 1537690, + * "jobs": [ + * { + * "credit_id": "6450485343501100ea397cba", + * "episode_count": 7, + * "job": "Stunt Coordinator" + * } + * ], + * "known_for_department": "Crew", + * "name": "Al Goto", + * "original_name": "Al Goto", + * "popularity": 2.667, + * "profile_path": "/sJEtjLwLdqhY3soar4BflPBDpZu.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Crew", + * "gender": 2, + * "id": 4065206, + * "jobs": [ + * { + * "credit_id": "64634bf20f365501190773a4", + * "episode_count": 7, + * "job": "Thanks" + * } + * ], + * "known_for_department": "Crew", + * "name": "Martin Chávez", + * "original_name": "Martin Chávez", + * "popularity": 0.332, + * "profile_path": null, + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 111338, + * "jobs": [ + * { + * "credit_id": "52542275760ee31328000725", + * "episode_count": 2, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Adam Bernstein", + * "original_name": "Adam Bernstein", + * "popularity": 2.628, + * "profile_path": "/jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg", + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 205639, + * "jobs": [ + * { + * "credit_id": "52542278760ee31328000a9b", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Jim McKay", + * "original_name": "Jim McKay", + * "popularity": 3.275, + * "profile_path": "/hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 15858, + * "jobs": [ + * { + * "credit_id": "5254227b760ee31328000d0c", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Tim Hunter", + * "original_name": "Tim Hunter", + * "popularity": 3.246, + * "profile_path": "/n03G1gCKqxpi6udwINygNiLoGdn.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 1, + * "id": 1215145, + * "jobs": [ + * { + * "credit_id": "5603c49292514122c00042fc", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Tricia Brock", + * "original_name": "Tricia Brock", + * "popularity": 2.165, + * "profile_path": "/5OV41AzetM5WrJ0zKqmw4mShEk5.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 2, + * "id": 66633, + * "jobs": [ + * { + * "credit_id": "52542275760ee313280006e8", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Directing", + * "gender": 1, + * "id": 18320, + * "jobs": [ + * { + * "credit_id": "52542279760ee31328000b61", + * "episode_count": 1, + * "job": "Director" + * } + * ], + * "known_for_department": "Directing", + * "name": "Bronwen Hughes", + * "original_name": "Bronwen Hughes", + * "popularity": 2.821, + * "profile_path": "/6m7XiXVXyEaN81e4OyDfWxBpNov.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Editing", + * "gender": 1, + * "id": 1280071, + * "jobs": [ + * { + * "credit_id": "52b702ea19c2955402183a66", + * "episode_count": 4, + * "job": "Editor" + * } + * ], + * "known_for_department": "Editing", + * "name": "Lynne Willingham", + * "original_name": "Lynne Willingham", + * "popularity": 1.28, + * "profile_path": null, + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "department": "Editing", + * "gender": 1, + * "id": 1280074, + * "jobs": [ + * { + * "credit_id": "52b7051619c29533d00e8c79", + * "episode_count": 2, + * "job": "Editor" + * } + * ], + * "known_for_department": "Editing", + * "name": "Kelley Dixon", + * "original_name": "Kelley Dixon", + * "popularity": 1.088, + * "profile_path": null, + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Editing", + * "gender": 2, + * "id": 1123195, + * "jobs": [ + * { + * "credit_id": "52b705e619c2955a1f0c895b", + * "episode_count": 1, + * "job": "Editor" + * } + * ], + * "known_for_department": "Editing", + * "name": "Skip Macdonald", + * "original_name": "Skip Macdonald", + * "popularity": 1.205, + * "profile_path": "/58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1223199, + * "jobs": [ + * { + * "credit_id": "64189dbaa14bef00fd7d4bca", + * "episode_count": 7, + * "job": "Co-Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Melissa Bernstein", + * "original_name": "Melissa Bernstein", + * "popularity": 1.273, + * "profile_path": "/rSztwqMUIko8RkmwjxBse1XDW3g.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 1223200, + * "jobs": [ + * { + * "credit_id": "64189cd9e74146007c82fbfc", + * "episode_count": 7, + * "job": "Co-Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Stewart Lyons", + * "original_name": "Stewart Lyons", + * "popularity": 0.524, + * "profile_path": "/dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 5162, + * "jobs": [ + * { + * "credit_id": "52542287760ee31328001b69", + * "episode_count": 7, + * "job": "Executive Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Mark Johnson", + * "original_name": "Mark Johnson", + * "popularity": 3.444, + * "profile_path": "/gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1223201, + * "jobs": [ + * { + * "credit_id": "5254228c760ee31328001c37", + * "episode_count": 7, + * "job": "Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Karen Moore", + * "original_name": "Karen Moore", + * "popularity": 1.033, + * "profile_path": null, + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 959387, + * "jobs": [ + * { + * "credit_id": "64446643cee2f604f336e877", + * "episode_count": 7, + * "job": "Casting" + * } + * ], + * "known_for_department": "Production", + * "name": "Sherry Thomas", + * "original_name": "Sherry Thomas", + * "popularity": 1.562, + * "profile_path": null, + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 2, + * "id": 66633, + * "jobs": [ + * { + * "credit_id": "52542287760ee31328001af1", + * "episode_count": 7, + * "job": "Executive Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 6479, + * "jobs": [ + * { + * "credit_id": "6444663ccee2f6049f36d7d3", + * "episode_count": 7, + * "job": "Casting" + * } + * ], + * "known_for_department": "Production", + * "name": "Sharon Bialy", + * "original_name": "Sharon Bialy", + * "popularity": 3.104, + * "profile_path": "/uOex6LpaQYncD0sQfVYD1frI5uJ.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1218856, + * "jobs": [ + * { + * "credit_id": "6418a01d0d5d8500f2d7be70", + * "episode_count": 6, + * "job": "Producer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null, + * "total_episode_count": 6 + * }, + * { + * "adult": false, + * "department": "Production", + * "gender": 1, + * "id": 1808170, + * "jobs": [ + * { + * "credit_id": "6418a04de7414600b96bf1bd", + * "episode_count": 2, + * "job": "Associate Producer" + * } + * ], + * "known_for_department": "Production", + * "name": "Gina Scheerer", + * "original_name": "Gina Scheerer", + * "popularity": 0.393, + * "profile_path": null, + * "total_episode_count": 2 + * }, + * { + * "adult": false, + * "department": "Sound", + * "gender": 2, + * "id": 1280070, + * "jobs": [ + * { + * "credit_id": "52b7008819c29559eb03dd72", + * "episode_count": 7, + * "job": "Original Music Composer" + * } + * ], + * "known_for_department": "Sound", + * "name": "Dave Porter", + * "original_name": "Dave Porter", + * "popularity": 0.86, + * "profile_path": "/flRW9QknVtU8HG7lLjMvflbhl2a.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Sound", + * "gender": 2, + * "id": 1537682, + * "jobs": [ + * { + * "credit_id": "644986702fdec604e4a1236a", + * "episode_count": 7, + * "job": "Supervising Sound Editor" + * } + * ], + * "known_for_department": "Sound", + * "name": "Kurt Nicholas Forshager", + * "original_name": "Kurt Nicholas Forshager", + * "popularity": 0.58, + * "profile_path": null, + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Sound", + * "gender": 2, + * "id": 1069688, + * "jobs": [ + * { + * "credit_id": "64634e45e3fa2f00e404a628", + * "episode_count": 7, + * "job": "Music Supervisor" + * } + * ], + * "known_for_department": "Sound", + * "name": "Thomas Golubić", + * "original_name": "Thomas Golubić", + * "popularity": 1.132, + * "profile_path": "/umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg", + * "total_episode_count": 7 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 66633, + * "jobs": [ + * { + * "credit_id": "52542275760ee313280006ce", + * "episode_count": 4, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg", + * "total_episode_count": 4 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 1, + * "id": 1218856, + * "jobs": [ + * { + * "credit_id": "64189fca5690b5007a5592e1", + * "episode_count": 1, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "Patty Lin", + * "original_name": "Patty Lin", + * "popularity": 1.52, + * "profile_path": null, + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 24951, + * "jobs": [ + * { + * "credit_id": "6443b361cee2f6044b36a4f2", + * "episode_count": 1, + * "job": "Writer" + * } + * ], + * "known_for_department": "Production", + * "name": "Peter Gould", + * "original_name": "Peter Gould", + * "popularity": 6.709, + * "profile_path": "/a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg", + * "total_episode_count": 1 + * }, + * { + * "adult": false, + * "department": "Writing", + * "gender": 2, + * "id": 1223193, + * "jobs": [ + * { + * "credit_id": "52542279760ee31328000b45", + * "episode_count": 1, + * "job": "Writer" + * } + * ], + * "known_for_department": "Writing", + * "name": "George Mastras", + * "original_name": "George Mastras", + * "popularity": 3.07, + * "profile_path": "/2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg", + * "total_episode_count": 1 + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example Art */ + department?: string; + /** @example 2 */ + gender?: number; + /** @example 21640 */ + id?: number; + /** @example [ + * { + * "credit_id": "52b7020b19c295223b0a46e8", + * "episode_count": 7, + * "job": "Production Design" + * } + * ] */ + jobs?: { + /** @example 52b7020b19c295223b0a46e8 */ + credit_id?: string; + /** @example 7 */ + episode_count?: number; + /** @example Production Design */ + job?: string; + }[]; + /** @example Art */ + known_for_department?: string; + /** @example Robb Wilson King */ + name?: string; + /** @example Robb Wilson King */ + original_name?: string; + /** @example 2.247 */ + popularity?: number; + /** @example null */ + profile_path?: string | null; + /** @example 7 */ + total_episode_count?: number; + }[]; + /** @example 3572 */ + id?: number; + }; + }; + }; + }; + }; + changes3: { + parameters: { + query?: { + /** @description It specifies what date you want the results to start from */ + start_date?: components["parameters"]["start_date"]; + /** @description Indicates which page of results to return. Default is the first page (1). */ + page?: components["parameters"]["page"]; + /** @description This indicates the end of the date range for the data you want to retrieve */ + end_date?: components["parameters"]["end_date"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description changes */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + ETag?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [] */ + changes?: unknown[]; + }; + }; + }; + }; + }; + credits1: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "adult": false, + * "character": "Walter White", + * "credit_id": "52542282760ee313280017f9", + * "gender": 2, + * "id": 17419, + * "known_for_department": "Acting", + * "name": "Bryan Cranston", + * "order": 0, + * "original_name": "Bryan Cranston", + * "popularity": 37.518, + * "profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg" + * }, + * { + * "adult": false, + * "character": "Jesse Pinkman", + * "credit_id": "52542282760ee31328001845", + * "gender": 2, + * "id": 84497, + * "known_for_department": "Acting", + * "name": "Aaron Paul", + * "order": 1, + * "original_name": "Aaron Paul", + * "popularity": 23.683, + * "profile_path": "/tz4xqaoXV7eKrYqPGPvtEae3X06.jpg" + * }, + * { + * "adult": false, + * "character": "Skyler White", + * "credit_id": "52542282760ee3132800181b", + * "gender": 1, + * "id": 134531, + * "known_for_department": "Acting", + * "name": "Anna Gunn", + * "order": 2, + * "original_name": "Anna Gunn", + * "popularity": 34.739, + * "profile_path": "/adppyeu1a4REN3khtgmXusrapFi.jpg" + * }, + * { + * "adult": false, + * "character": "Walter White Jr.", + * "credit_id": "52542284760ee313280018a9", + * "gender": 2, + * "id": 209674, + * "known_for_department": "Acting", + * "name": "RJ Mitte", + * "order": 3, + * "original_name": "RJ Mitte", + * "popularity": 15.263, + * "profile_path": "/aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg" + * }, + * { + * "adult": false, + * "character": "Hank Schrader", + * "credit_id": "52542283760ee3132800187b", + * "gender": 2, + * "id": 14329, + * "known_for_department": "Acting", + * "name": "Dean Norris", + * "order": 4, + * "original_name": "Dean Norris", + * "popularity": 35.655, + * "profile_path": "/mVaGouQNschhJEncob8ld1aOZwF.jpg" + * }, + * { + * "adult": false, + * "character": "Marie Schrader", + * "credit_id": "52542283760ee31328001891", + * "gender": 1, + * "id": 1217934, + * "known_for_department": "Acting", + * "name": "Betsy Brandt", + * "order": 5, + * "original_name": "Betsy Brandt", + * "popularity": 8.578, + * "profile_path": "/kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg" + * } + * ] */ + cast?: { + /** @example false */ + adult?: boolean; + /** @example Walter White */ + character?: string; + /** @example 52542282760ee313280017f9 */ + credit_id?: string; + /** @example 2 */ + gender?: number; + /** @example 17419 */ + id?: number; + /** @example Acting */ + known_for_department?: string; + /** @example Bryan Cranston */ + name?: string; + /** @example 0 */ + order?: number; + /** @example Bryan Cranston */ + original_name?: string; + /** @example 37.518 */ + popularity?: number; + /** @example /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg */ + profile_path?: string; + }[]; + /** @example [ + * { + * "adult": false, + * "credit_id": "64189cd9e74146007c82fbfc", + * "department": "Production", + * "gender": 2, + * "id": 1223200, + * "job": "Co-Producer", + * "known_for_department": "Production", + * "name": "Stewart Lyons", + * "original_name": "Stewart Lyons", + * "popularity": 0.524, + * "profile_path": "/dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64189dbaa14bef00fd7d4bca", + * "department": "Production", + * "gender": 1, + * "id": 1223199, + * "job": "Co-Producer", + * "known_for_department": "Production", + * "name": "Melissa Bernstein", + * "original_name": "Melissa Bernstein", + * "popularity": 1.273, + * "profile_path": "/rSztwqMUIko8RkmwjxBse1XDW3g.jpg" + * }, + * { + * "adult": false, + * "credit_id": "5254228c760ee31328001c37", + * "department": "Production", + * "gender": 1, + * "id": 1223201, + * "job": "Producer", + * "known_for_department": "Production", + * "name": "Karen Moore", + * "original_name": "Karen Moore", + * "popularity": 1.033, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b7020b19c295223b0a46e8", + * "department": "Art", + * "gender": 2, + * "id": 21640, + * "job": "Production Design", + * "known_for_department": "Art", + * "name": "Robb Wilson King", + * "original_name": "Robb Wilson King", + * "popularity": 2.247, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "64634bf20f365501190773a4", + * "department": "Crew", + * "gender": 2, + * "id": 4065206, + * "job": "Thanks", + * "known_for_department": "Crew", + * "name": "Martin Chávez", + * "original_name": "Martin Chávez", + * "popularity": 0.332, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52b7034f19c2955402184de6", + * "department": "Costume & Make-Up", + * "gender": 0, + * "id": 35583, + * "job": "Costume Design", + * "known_for_department": "Costume & Make-Up", + * "name": "Kathleen Detoro", + * "original_name": "Kathleen Detoro", + * "popularity": 1.319, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "52542287760ee31328001af1", + * "department": "Production", + * "gender": 2, + * "id": 66633, + * "job": "Executive Producer", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542287760ee31328001b69", + * "department": "Production", + * "gender": 2, + * "id": 5162, + * "job": "Executive Producer", + * "known_for_department": "Production", + * "name": "Mark Johnson", + * "original_name": "Mark Johnson", + * "popularity": 3.444, + * "profile_path": "/gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b7008819c29559eb03dd72", + * "department": "Sound", + * "gender": 2, + * "id": 1280070, + * "job": "Original Music Composer", + * "known_for_department": "Sound", + * "name": "Dave Porter", + * "original_name": "Dave Porter", + * "popularity": 0.86, + * "profile_path": "/flRW9QknVtU8HG7lLjMvflbhl2a.jpg" + * }, + * { + * "adult": false, + * "credit_id": "6444663ccee2f6049f36d7d3", + * "department": "Production", + * "gender": 1, + * "id": 6479, + * "job": "Casting", + * "known_for_department": "Production", + * "name": "Sharon Bialy", + * "original_name": "Sharon Bialy", + * "popularity": 3.104, + * "profile_path": "/uOex6LpaQYncD0sQfVYD1frI5uJ.jpg" + * }, + * { + * "adult": false, + * "credit_id": "64446643cee2f604f336e877", + * "department": "Production", + * "gender": 1, + * "id": 959387, + * "job": "Casting", + * "known_for_department": "Production", + * "name": "Sherry Thomas", + * "original_name": "Sherry Thomas", + * "popularity": 1.562, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "64634e45e3fa2f00e404a628", + * "department": "Sound", + * "gender": 2, + * "id": 1069688, + * "job": "Music Supervisor", + * "known_for_department": "Sound", + * "name": "Thomas Golubić", + * "original_name": "Thomas Golubić", + * "popularity": 1.132, + * "profile_path": "/umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg" + * }, + * { + * "adult": false, + * "credit_id": "644986702fdec604e4a1236a", + * "department": "Sound", + * "gender": 2, + * "id": 1537682, + * "job": "Supervising Sound Editor", + * "known_for_department": "Sound", + * "name": "Kurt Nicholas Forshager", + * "original_name": "Kurt Nicholas Forshager", + * "popularity": 0.58, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6450485343501100ea397cba", + * "department": "Crew", + * "gender": 2, + * "id": 1537690, + * "job": "Stunt Coordinator", + * "known_for_department": "Crew", + * "name": "Al Goto", + * "original_name": "Al Goto", + * "popularity": 2.667, + * "profile_path": "/sJEtjLwLdqhY3soar4BflPBDpZu.jpg" + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example 64189cd9e74146007c82fbfc */ + credit_id?: string; + /** @example Production */ + department?: string; + /** @example 2 */ + gender?: number; + /** @example 1223200 */ + id?: number; + /** @example Co-Producer */ + job?: string; + /** @example Production */ + known_for_department?: string; + /** @example Stewart Lyons */ + name?: string; + /** @example Stewart Lyons */ + original_name?: string; + /** @example 0.524 */ + popularity?: number; + /** @example /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg */ + profile_path?: string | null; + }[]; + /** @example 3572 */ + id?: number; + }; + }; + }; + }; + }; + externalIds3: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description external ids */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example /en/breaking_bad_season_1 */ + freebase_id?: string; + /** @example /m/05yy27m */ + freebase_mid?: string; + /** @example 3572 */ + id?: number; + /** @example 30272 */ + tvdb_id?: number; + /** @example null */ + tvrage_id?: unknown; + /** @example Q1582890 */ + wikidata_id?: string; + }; + }; + }; + }; + }; + images6: { + parameters: { + query?: { + /** @description Filters returned images based on specified languages. specify a comma separated list of ISO-639-1 values to query, for example; ```en,null``` */ + include_image_language?: string; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 3572 */ + id?: number; + /** @example [ + * { + * "aspect_ratio": 0.667, + * "file_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg", + * "height": 1800, + * "iso_639_1": "en", + * "vote_average": 6.306, + * "vote_count": 18, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/1C96KIebESXhEnpeq4BWY0jg4KS.jpg", + * "height": 3000, + * "iso_639_1": "en", + * "vote_average": 5.778, + * "vote_count": 9, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/kmMkmUOdDzbYNFKkMLSRpxEgsvQ.jpg", + * "height": 3000, + * "iso_639_1": "es", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/mLPHZocLjPmzACcnvJVaOiM4Sf4.jpg", + * "height": 2268, + * "iso_639_1": "hu", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1512 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/icR10XfPhgszVOKhBXAIJQXpCmV.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/z0qYjScqzDmre0ZsroNVQ8oIll6.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/sUbZ6TUTslNkM1f1PZclYVa60zv.jpg", + * "height": 3000, + * "iso_639_1": "pt", + * "vote_average": 3.334, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/8heiYdc8oWbPODli86Vv3DvF3ON.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.666, + * "file_path": "/oTZYHCjswBRZMkuEyC2A5WtY0On.jpg", + * "height": 2000, + * "iso_639_1": "en", + * "vote_average": 2.278, + * "vote_count": 3, + * "width": 1332 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/o5131POxv9xFl3wBmdg0YWc9Iz4.jpg", + * "height": 1425, + * "iso_639_1": "en", + * "vote_average": 2.066, + * "vote_count": 5, + * "width": 950 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dHCYpEoHEjAV6Xt3eyNthkdLRl3.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 4, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/4b2BRHmDnb3Ab9WdNZS3zB2zcyG.jpg", + * "height": 578, + * "iso_639_1": "de", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/dwuLNYvZR0n22tHx5a14mhq4ysn.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/e5WjVMRr1DOZMnqsm6jRtnmMOTf.jpg", + * "height": 1500, + * "iso_639_1": "hu", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/bQkJ7THLSk3wBKK8ziGWwvk7TUJ.jpg", + * "height": 578, + * "iso_639_1": "pt", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qMzUt1Sc9RgfcjB1ScD8N3knR70.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.75, + * "vote_count": 2, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/8yHDd0EVpNpWk1VBa9QP4iUmw0v.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 1.612, + * "vote_count": 3, + * "width": 400 + * }, + * { + * "aspect_ratio": 1, + * "file_path": "/lVbofIPlw3kYa8FQgHT7GtWMI2Q.jpg", + * "height": 1000, + * "iso_639_1": "nl", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/rz6JkmPxLFjYZwPh9QNvHPWiePG.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 1.222, + * "vote_count": 3, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/6lP6ac4wNmWgtfVvrsl53bMqrKS.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/wr0pPDfwn4gNQxjNWpkazhN13tZ.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/zJV0m4IFtsmF2QsCk4Yrwv5frNn.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/ryreluyqCf6CxlEFbZSceVGw8NL.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/m8V6Fm2dV7tNvjCmBpROSU3Zrq4.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/tkZ9bXm9iFNEdZmblSl8rxgpstT.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/l5s5lfqpdP4uigrZtu5Sg8hfWqG.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/2lhO5zd1nnf7PjC7dGCUo45Volz.jpg", + * "height": 578, + * "iso_639_1": "en", + * "vote_average": 0.166, + * "vote_count": 2, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/fRlrqBPD0jf7WS3c1kdd4NTpE3c.jpg", + * "height": 578, + * "iso_639_1": "pt", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/c1XAIjr2nGARJ47moPljEd5OPwb.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/9QUjsBb913D7EE38dPSTknUfF6b.jpg", + * "height": 1500, + * "iso_639_1": "fr", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/Yktja5gV6LjZmJI8Qgd5SDnLdd.jpg", + * "height": 3000, + * "iso_639_1": "pt", + * "vote_average": 0.166, + * "vote_count": 1, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.692, + * "file_path": "/oW0G4MKWcyNaRGckZf8WRFyO5cH.jpg", + * "height": 578, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 400 + * }, + * { + * "aspect_ratio": 0.68, + * "file_path": "/pD4gCQunvD921tOz4QZBX2Zdk7H.jpg", + * "height": 1000, + * "iso_639_1": "ru", + * "vote_average": 0, + * "vote_count": 0, + * "width": 680 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/wyYKXa7ebhUjgGZOGQ5Qx3c7DUB.jpg", + * "height": 1395, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 930 + * }, + * { + * "aspect_ratio": 0.706, + * "file_path": "/smOdus61Cfc7PbYlb3LkOfljj8f.jpg", + * "height": 1000, + * "iso_639_1": "bg", + * "vote_average": 0, + * "vote_count": 0, + * "width": 706 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/2U0dZkcNjkZkMsUxsHo0KRxHzVX.jpg", + * "height": 1800, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/lXOIPBN3kSnniCUxclqBDqC8Tb3.jpg", + * "height": 1500, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/91EIXdWxmp2mHNRsSuDW3WyDJLj.jpg", + * "height": 1800, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1200 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/14zy0xP4pEeN3X7cHDekMFNRW9P.jpg", + * "height": 1500, + * "iso_639_1": "he", + * "vote_average": 0, + * "vote_count": 0, + * "width": 1000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/dZIkfglm7kOS5q1kWcUy8WOfoCk.jpg", + * "height": 1395, + * "iso_639_1": "it", + * "vote_average": 0, + * "vote_count": 0, + * "width": 930 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/zjaHLIxpe80VX6lECjSwX26oi6Q.jpg", + * "height": 3000, + * "iso_639_1": "uk", + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/cokE9pCQH4Pn0QE262VN3EW389v.jpg", + * "height": 3000, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 2000 + * }, + * { + * "aspect_ratio": 0.75, + * "file_path": "/6cSgjyeApVty8jyVQTdkDBYaqHy.jpg", + * "height": 667, + * "iso_639_1": "en", + * "vote_average": 0, + * "vote_count": 0, + * "width": 500 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/z4JfysFevkn2LN34seyPGprPK79.jpg", + * "height": 1012, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 675 + * }, + * { + * "aspect_ratio": 0.667, + * "file_path": "/qjlqM1rp9uBO3y5EXt6pJ04v8N.jpg", + * "height": 1920, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1280 + * } + * ] */ + posters?: { + /** @example 0.667 */ + aspect_ratio?: number; + /** @example /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg */ + file_path?: string; + /** @example 1800 */ + height?: number; + /** @example en */ + iso_639_1?: string | null; + /** @example 6.306 */ + vote_average?: number; + /** @example 18 */ + vote_count?: number; + /** @example 1200 */ + width?: number; + }[]; + }; + }; + }; + }; + }; + translations3: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description translations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 3572 */ + id?: number; + /** @example [ + * { + * "data": { + * "name": "", + * "overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade." + * }, + * "english_name": "English", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "name": "English" + * }, + * { + * "data": { + * "name": "", + * "overview": "Bittere Neuigkeiten für einen Chemielehrer: Krebs im Endstadium. Um seiner Familie eine sichere Zukunft zu ermöglichen, verkauft er selbst hergestelltes Crystal Meth." + * }, + * "english_name": "German", + * "iso_3166_1": "DE", + * "iso_639_1": "de", + * "name": "Deutsch" + * }, + * { + * "data": { + * "name": "", + * "overview": "Walter White, 50 ans, est professeur de chimie dans un lycée du Nouveau-Mexique. Son quotidien est bouleversé lorsqu’il apprend qu’il est atteint d’un cancer des poumons incurable. Il n’a plus qu’une seule solution pour mettre rapidement sa famille à l’abri du besoin : fabriquer et vendre une drogue de synthèse. Commence alors une longue descente aux enfers." + * }, + * "english_name": "French", + * "iso_3166_1": "FR", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "name": "Seizoen 1", + * "overview": "Walter White, een onopvallende, saaie scheikundedocent, krijgt op een dag te horen dat hij aan terminale kanker lijdt. De ooit succesvolle chemicus geeft scheikundeles op een middelbare school en werkt parttime in een wasstraat om zijn gezin te onderhouden - zijn vrouw Skyler, die wat bijverdient met een handeltje op eBay en zijn wilskrachtige, 17-jarige zoon Walter Jr. die aan hersenverlamming lijdt. Om ervoor te zorgen dat zijn gezin na zijn dood goed verzorgd achterblijft, bedenkt hij het ambitieuze plan om een drugshandel op te zetten." + * }, + * "english_name": "Dutch", + * "iso_3166_1": "NL", + * "iso_639_1": "nl", + * "name": "Nederlands" + * }, + * { + * "data": { + * "name": "", + * "overview": "Ölümcül kanser teşhisi konan bir lise öğretmeni, ailesinin parasal geleceğini garantiye almak için metamfetamin üretip satmaya başlar." + * }, + * "english_name": "Turkish", + * "iso_3166_1": "TR", + * "iso_639_1": "tr", + * "name": "Türkçe" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Slovak", + * "iso_3166_1": "SK", + * "iso_639_1": "sk", + * "name": "Slovenčina" + * }, + * { + * "data": { + * "name": "", + * "overview": "Первый сезон сериала знакомит зрителя с жизнью Уолтера Уайта — 50-летнего школьного учителя химии из города Альбукерке. Помимо преподавания он вынужден подрабатывать на автомойке, чтобы содержать свою беременную жену и сына-инвалида. Однако Уолтеру приходится пересмотреть свой привычный образ жизни, когда у него диагностируют неоперабельный рак лёгкого.\n\nС целью оплаты лечения и обеспечения финансового будущего своей семьи Уолтер Уайт решает заняться производством метамфетамина. Его напарником становится бывший ученик — Джесси Пинкман. Вместе они находят домик на колёсах и отправляются в пустыню, чтобы приготовить первую партию наркотика. Но приготовление — это лишь полдела, нужно ещё продать полученный метамфетамин. И на этом пути напарники то и дело попадают в сложные ситуации, в которых им приходится принимать непростые решения." + * }, + * "english_name": "Russian", + * "iso_3166_1": "RU", + * "iso_639_1": "ru", + * "name": "Pусский" + * }, + * { + * "data": { + * "name": "1. évad", + * "overview": "Vajon összejön már végre egy normális drogüzlet ennek a két lúzernek? És vajon jót tesz a biznisznek, ha az ember üzlettársa ritkán van magánál?" + * }, + * "english_name": "Hungarian", + * "iso_3166_1": "HU", + * "iso_639_1": "hu", + * "name": "Magyar" + * }, + * { + * "data": { + * "name": "", + * "overview": "一位高中化学老师被诊断出癌症晚期,为了保证家人未来的生计,他决定制作并贩卖冰毒。" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "CN", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "name": "", + * "overview": "Bryan Cranston, ganador de un Emmy, interpreta a Walter White, un profesor de química venido a menos que lucha por llegar a fin de mes y mantener a su esposa (Anna Gunn) y a un hijo incapacitado (RJ Mitte). Todo cambia cuando a Walter le diagnostican un cáncer terminal de pulmón. Como sólo le quedan unos cuantos años de vida y no tiene nada que perder, Walter usa sus conocimientos de química para fabricar y vender metanfetamina a uno de sus antiguos estudiantes (Aaron Paul). A medida que el negocio crece, también lo hacen las mentiras, pero Walt hará lo que sea para asegurar el futuro de su familia aunque para ello tenga que arriesgar sus vidas." + * }, + * "english_name": "Spanish", + * "iso_3166_1": "ES", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "name": "Σαιζόν 1", + * "overview": "Ο καθηγητής που πάσχει από καρκίνο σε τελικό στάδιο προσπαθεί να εξασφαλίσει το οικονομικό μέλλον της οικογένειάς του, παρασκευάζοντας και διανέμοντας μεθαμφεταμίνη." + * }, + * "english_name": "Greek", + * "iso_3166_1": "GR", + * "iso_639_1": "el", + * "name": "ελληνικά" + * }, + * { + * "data": { + * "name": "1ª Temporada", + * "overview": "Diagnosticado com cancro de pulmão terminal, um professor de secundário tenta assegurar o futuro da sua família fabricando e vendendo metanfetaminas." + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "PT", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "name": "", + * "overview": "Dopo la diagnosi di una malattia terminale, un insegnante delle superiori si dedica alla produzione e allo spaccio di droga per assicurare un futuro agiato alla famiglia." + * }, + * "english_name": "Italian", + * "iso_3166_1": "IT", + * "iso_639_1": "it", + * "name": "Italiano" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Bulgarian", + * "iso_3166_1": "BG", + * "iso_639_1": "bg", + * "name": "български език" + * }, + * { + * "data": { + * "name": "", + * "overview": "Viața profesorului de chimie Walter White este brusc transformată de un diagnostic medical îngrozitor. Fostul student om al străzii Jesse Pinkman „îl învață” pe Walter o nouă meserie." + * }, + * "english_name": "Romanian", + * "iso_3166_1": "RO", + * "iso_639_1": "ro", + * "name": "Română" + * }, + * { + * "data": { + * "name": "시즌 1", + * "overview": "말기 암 판정을 받은 한 평범한 고등학교 교사가 죽기 전에 가족의 장래를 위한 돈을 마련하기 위해 메타암페타민을 제조하고 유통하려고 한다." + * }, + * "english_name": "Korean", + * "iso_3166_1": "KR", + * "iso_639_1": "ko", + * "name": "한국어/조선말" + * }, + * { + * "data": { + * "name": "", + * "overview": "מורה בבית ספר תיכון שחולה בסרטן סופני מתחיל לייצר ולהפיץ סמים מסוכנים כדי להבטיח את עתידה הכלכלי של משפחתו." + * }, + * "english_name": "Hebrew", + * "iso_3166_1": "IL", + * "iso_639_1": "he", + * "name": "עִבְרִית" + * }, + * { + * "data": { + * "name": "", + * "overview": "Po diagnozie nieuleczalnego nowotworu nauczyciel chemii próbuje zabezpieczyć finansowo przyszłość swojej rodziny. Zaczyna produkować i sprzedawać metamfetaminę." + * }, + * "english_name": "Polish", + * "iso_3166_1": "PL", + * "iso_639_1": "pl", + * "name": "Polski" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Danish", + * "iso_3166_1": "DK", + * "iso_639_1": "da", + * "name": "Dansk" + * }, + * { + * "data": { + * "name": "", + * "overview": "Učitel chemie Walter White, žijící s těhotnou ženou a synem po mozkové obrně, zjišťuje, že má rakovinu plic ve třetím stádiu. Walter si uvědomuje, že by svoji rodinu měl do budoucna nějakým způsobem zajistit, pro případ kdyby zemřel. Rozhodne se, že peněz dosáhne výrobou a prodejem drog. Dává se dohromady se svým bývalým studentem Jesse Pinkmanem a díky výborným znalostem chemie společně vaří výjimečně čistý metamfetamin. Drogu vyrábějí v mobilní laboratoři (v karavanu, v poušti za městem) s pomocí laboratorního nádobí, které Walt ukradl ze školní laboratoře. Vše jde bez problémů, až do chvíle, kdy je napadnou dva dealeři, kteří dříve spolupracovali s Jessem." + * }, + * "english_name": "Czech", + * "iso_3166_1": "CZ", + * "iso_639_1": "cs", + * "name": "Český" + * }, + * { + * "data": { + * "name": "", + * "overview": "ベテランプロデューサー、ヴィンス・ギリガンとマーク・ジョンソンの制作によるドラマ。主人公のウォルターは冴えない高校の化学教師だが、自身が末期がんに冒されていることを知った後、新しい人生に目覚める。かつては成功を嘱望される化学者だったウォルターだが、今はやる気のない高校生に授業を行うかたわら、洗車のアルバイトをして家計を助ける身。妻のスカイラーは、eBayでの売買でほどほどの稼ぎを得ていた。息子のウォルター・ジュニアは17才。意志の強い若者だったが、脳性まひに苦しんでいた。家族に残せるものがほとんどないことに気がついたウォルターは、新しい人生の目的に目覚め、愛する家族に財産を残すため犯罪に手を染めていく。" + * }, + * "english_name": "Japanese", + * "iso_3166_1": "JP", + * "iso_639_1": "ja", + * "name": "日本語" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Ukrainian", + * "iso_3166_1": "UA", + * "iso_639_1": "uk", + * "name": "Український" + * }, + * { + * "data": { + * "name": "", + * "overview": "En lärare som diagnostiserats med dödlig cancer försöker trygga familjens ekonomiska framtid genom att tillverka och sälja metamfetamin." + * }, + * "english_name": "Swedish", + * "iso_3166_1": "SE", + * "iso_639_1": "sv", + * "name": "svenska" + * }, + * { + * "data": { + * "name": "Season 1", + * "overview": "Walter White suočen je s pogledom u ponor: dijagnosticiran mu je rak pluća u posljednjem stadiju, supruga mu je trudna, a sin na štakama. Ovaj genijalni kemičar igrom je slučaja zapeo s poslom profesora u srednjoj školi, a s tom plaćom nikad svojoj obitelji nije mogao priuštiti previše, pogotovo im ne može osigurati ugodan život jednom kad ga ne bude. Walter će otkriti da u sebi ima dovoljno hrabrosti (ili ludosti) da se baci u posao s proizvodnjom i dilanjem droge. Za partnera će uzeti svog bivšeg učenika Jesseja Pinkmana... " + * }, + * "english_name": "Bosnian", + * "iso_3166_1": "BS", + * "iso_639_1": "bs", + * "name": "Bosanski" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Croatian", + * "iso_3166_1": "HR", + * "iso_639_1": "hr", + * "name": "Hrvatski" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Lithuanian", + * "iso_3166_1": "LT", + * "iso_639_1": "lt", + * "name": "Lietuvių" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Estonian", + * "iso_3166_1": "EE", + * "iso_639_1": "et", + * "name": "Eesti" + * }, + * { + * "data": { + * "name": "", + * "overview": "عندما يكتشف مدرس المرحلة الثانوية إصابته بسرطان مميت، يحاول تأمين مستقبل عائلته المالي عن طريق صناعة وبيع عقار \"الميث\"." + * }, + * "english_name": "Arabic", + * "iso_3166_1": "SA", + * "iso_639_1": "ar", + * "name": "العربية" + * }, + * { + * "data": { + * "name": "فصل ۱", + * "overview": "زندگی والتر وایت، معلم شیمی دبیرستان، ناگهان با یک تشخیص پزشکی وخیم تغییر می‌کند. جسی پینکمن، دانش‌آموز سابق و خیابان‌بلد، \"حرفه\" جدیدی به والتر می‌آموزد." + * }, + * "english_name": "Persian", + * "iso_3166_1": "IR", + * "iso_639_1": "fa", + * "name": "فارسی" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Finnish", + * "iso_3166_1": "FI", + * "iso_639_1": "fi", + * "name": "suomi" + * }, + * { + * "data": { + * "name": "ซีซั่น 1", + * "overview": "ครูโรงเรียนมัธยมผู้ได้รับการวินิจฉัยว่าเป็นมะเร็งขั้นสุดท้ายต้องหาทางสร้างอนาคตทางการเงินให้ครอบครัวด้วยการผลิตและจำหน่ายยาไอซ์" + * }, + * "english_name": "Thai", + * "iso_3166_1": "TH", + * "iso_639_1": "th", + * "name": "ภาษาไทย" + * }, + * { + * "data": { + * "name": "", + * "overview": "À medida que Walter constrói seu império, sua esposa começa a suspeitar do seu comportamento. A polícia federal tenta descobrir quem é o novo cabeça." + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "BR", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "name": "", + * "overview": "Atteint d'un cancer du poumon en phase terminale, un prof de lycée décide de plonger dans l'univers de la drogue pour assurer l'avenir financier de sa famille." + * }, + * "english_name": "French", + * "iso_3166_1": "CA", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "name": "", + * "overview": "A medida que Walter construye su imperio, su esposa empieza a sospechar de su errática conducta, y la DEA inicia la búsqueda de un nuevo líder de la droga." + * }, + * "english_name": "Spanish", + * "iso_3166_1": "MX", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Serbian", + * "iso_3166_1": "RS", + * "iso_639_1": "sr", + * "name": "Srpski" + * }, + * { + * "data": { + * "name": "", + * "overview": "高中化學老師沃爾特懷特的生活因可怕的醫療診斷而突然改變。精通街頭的前學生傑西·平克曼(Jesse Pinkman)“教”沃爾特一門新手藝。" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "TW", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "name": "", + * "overview": "Sau khi nhận kết quả chẩn đoán ung thư giai đoạn cuối, một giáo viên trung học tìm cách chu cấp cho tương lai tài chính của gia đình bằng cách sản xuất và bán ma túy đá." + * }, + * "english_name": "Vietnamese", + * "iso_3166_1": "VN", + * "iso_639_1": "vi", + * "name": "Tiếng Việt" + * }, + * { + * "data": { + * "name": "Sesong 1", + * "overview": "" + * }, + * "english_name": "Norwegian", + * "iso_3166_1": "NO", + * "iso_639_1": "no", + * "name": "Norsk" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Catalan", + * "iso_3166_1": "ES", + * "iso_639_1": "ca", + * "name": "Català" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Indonesian", + * "iso_3166_1": "ID", + * "iso_639_1": "id", + * "name": "Bahasa indonesia" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Latvian", + * "iso_3166_1": "LV", + * "iso_639_1": "lv", + * "name": "Latviešu" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Georgian", + * "iso_3166_1": "GE", + * "iso_639_1": "ka", + * "name": "ქართული" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Slovenian", + * "iso_3166_1": "SI", + * "iso_639_1": "sl", + * "name": "Slovenščina" + * }, + * { + * "data": { + * "name": "", + * "overview": "一位中學老師被診斷為癌症末期,他企圖製造和販賣冰毒以鞏固他全家人未來的經濟來源。" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "HK", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Burmese", + * "iso_3166_1": "MY", + * "iso_639_1": "my", + * "name": "" + * } + * ] */ + translations?: { + data?: { + /** @example */ + name?: string; + /** @example High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman "teaches" Walter a new trade. */ + overview?: string; + }; + /** @example English */ + english_name?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example English */ + name?: string; + }[]; + }; + }; + }; + }; + }; + videos2: { + parameters: { + query?: { + /** @description Filters returned videos based on specified languages. Filter the list results by language, supports more than one value by using a comma. */ + include_video_language?: string; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description videos */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 3572 */ + id?: number; + /** @example [ + * { + * "id": "62c70c172cde98004f159005", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "HhesaQXLuRY", + * "name": "Season 1 Trailer", + * "official": false, + * "published_at": "2013-04-23T07:34:30.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Trailer" + * } + * ] */ + results?: { + /** @example 62c70c172cde98004f159005 */ + id?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example HhesaQXLuRY */ + key?: string; + /** @example Season 1 Trailer */ + name?: string; + /** @example false */ + official?: boolean; + /** @example 2013-04-23T07:34:30.000Z */ + published_at?: string; + /** @example YouTube */ + site?: string; + /** @example 1080 */ + size?: number; + /** @example Trailer */ + type?: string; + }[]; + }; + }; + }; + }; + }; + watchProviders2: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description watch providers */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 3572 */ + id?: number; + results?: { + AD?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AD */ + link?: string; + }; + AE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AE */ + link?: string; + }; + AG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AG */ + link?: string; + }; + AL?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AL */ + link?: string; + }; + AO?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 4 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AO */ + link?: string; + }; + AR?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AR */ + link?: string; + }; + AT?: { + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 7, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 12, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 14, + * "logo_path": "/cBN4jd4wPq6on0kESiTlevqvlnL.jpg", + * "provider_id": 20, + * "provider_name": "maxdome Store" + * } + * ] */ + buy?: { + /** @example 3 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AT */ + link?: string; + }; + AU?: { + /** @example [ + * { + * "display_priority": 10, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 17, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 31, + * "logo_path": "/9B7l9ZSos54kFrZbliVExt2z9C9.jpg", + * "provider_id": 436, + * "provider_name": "Fetch TV" + * } + * ] */ + buy?: { + /** @example 10 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg", + * "provider_id": 21, + * "provider_name": "Stan" + * } + * ] */ + flatrate?: { + /** @example 9 */ + display_priority?: number; + /** @example /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg */ + logo_path?: string; + /** @example 21 */ + provider_id?: number; + /** @example Stan */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AU */ + link?: string; + }; + AZ?: { + /** @example [ + * { + * "display_priority": 2, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 2 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AZ */ + link?: string; + }; + BA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BA */ + link?: string; + }; + BB?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BB */ + link?: string; + }; + BE?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BE */ + link?: string; + }; + BG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BG */ + link?: string; + }; + BH?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BH */ + link?: string; + }; + BO?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BO */ + link?: string; + }; + BR?: { + /** @example [ + * { + * "display_priority": 15, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 15 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 46, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BR */ + link?: string; + }; + BS?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BS */ + link?: string; + }; + BY?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 5 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BY */ + link?: string; + }; + BZ?: { + /** @example [ + * { + * "display_priority": 7, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 7 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BZ */ + link?: string; + }; + CA?: { + /** @example [ + * { + * "display_priority": 6, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 23, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 6 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 110, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CA */ + link?: string; + }; + CH?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 5 */ + display_priority?: number; + /** @example /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg */ + logo_path?: string; + /** @example 3 */ + provider_id?: number; + /** @example Google Play Movies */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CH */ + link?: string; + }; + CI?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CI */ + link?: string; + }; + CL?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CL */ + link?: string; + }; + CM?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 4 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CM */ + link?: string; + }; + CO?: { + /** @example [ + * { + * "display_priority": 2, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 2 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CO */ + link?: string; + }; + CR?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CR */ + link?: string; + }; + CU?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CU */ + link?: string; + }; + CV?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CV */ + link?: string; + }; + CY?: { + /** @example [ + * { + * "display_priority": 7, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 7 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CY */ + link?: string; + }; + CZ?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CZ */ + link?: string; + }; + DE?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 9, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 17, + * "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + * "provider_id": 35, + * "provider_name": "Rakuten TV" + * }, + * { + * "display_priority": 18, + * "logo_path": "/cBN4jd4wPq6on0kESiTlevqvlnL.jpg", + * "provider_id": 20, + * "provider_name": "maxdome Store" + * }, + * { + * "display_priority": 24, + * "logo_path": "/lrEigPPAhggq02q53uM8vdWAIUX.jpg", + * "provider_id": 178, + * "provider_name": "MagentaTV" + * }, + * { + * "display_priority": 32, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 145, + * "logo_path": "/dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg", + * "provider_id": 1993, + * "provider_name": "Videoload" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 102, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DE */ + link?: string; + }; + DK?: { + /** @example [ + * { + * "display_priority": 16, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + buy?: { + /** @example 16 */ + display_priority?: number; + /** @example /auWzottqpExOHUlJwDZ4DvdHGoL.jpg */ + logo_path?: string; + /** @example 423 */ + provider_id?: number; + /** @example Blockbuster */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DK */ + link?: string; + /** @example [ + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + rent?: { + /** @example 17 */ + display_priority?: number; + /** @example /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg */ + logo_path?: string; + /** @example 426 */ + provider_id?: number; + /** @example SF Anytime */ + provider_name?: string; + }[]; + }; + DO?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DO */ + link?: string; + }; + DZ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DZ */ + link?: string; + }; + EC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EC */ + link?: string; + }; + EE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EE */ + link?: string; + }; + EG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EG */ + link?: string; + }; + ES?: { + /** @example [ + * { + * "display_priority": 18, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 18 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 63, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * }, + * { + * "display_priority": 68, + * "logo_path": "/8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg", + * "provider_id": 1838, + * "provider_name": "Tivify" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ES */ + link?: string; + }; + FI?: { + /** @example [ + * { + * "display_priority": 15, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priority": 16, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + buy?: { + /** @example 15 */ + display_priority?: number; + /** @example /auWzottqpExOHUlJwDZ4DvdHGoL.jpg */ + logo_path?: string; + /** @example 423 */ + provider_id?: number; + /** @example Blockbuster */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FI */ + link?: string; + /** @example [ + * { + * "display_priority": 16, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + rent?: { + /** @example 16 */ + display_priority?: number; + /** @example /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg */ + logo_path?: string; + /** @example 426 */ + provider_id?: number; + /** @example SF Anytime */ + provider_name?: string; + }[]; + }; + FJ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FJ */ + link?: string; + }; + FR?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 11, + * "logo_path": "/9Fyo6njYvroAIxAzTBbLgnjgYga.jpg", + * "provider_id": 61, + * "provider_name": "Orange VOD" + * }, + * { + * "display_priority": 14, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 20, + * "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + * "provider_id": 35, + * "provider_name": "Rakuten TV" + * }, + * { + * "display_priority": 121, + * "logo_path": "/PAaj5bekwbeeoRC1evWg4KJW8p.jpg", + * "provider_id": 2286, + * "provider_name": "VIVA by videofutur" + * }, + * { + * "display_priority": 124, + * "logo_path": "/rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg", + * "provider_id": 2307, + * "provider_name": "Premiere Max" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 71, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FR */ + link?: string; + }; + GB?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priority": 5, + * "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + * "provider_id": 35, + * "provider_name": "Rakuten TV" + * }, + * { + * "display_priority": 7, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 17, + * "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + * "provider_id": 130, + * "provider_name": "Sky Store" + * }, + * { + * "display_priority": 18, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 4 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 98, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GB */ + link?: string; + }; + GF?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GF */ + link?: string; + }; + GG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GG */ + link?: string; + }; + GH?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GH */ + link?: string; + }; + GQ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GQ */ + link?: string; + }; + GR?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GR */ + link?: string; + }; + GT?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GT */ + link?: string; + }; + HK?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HK */ + link?: string; + }; + HN?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HN */ + link?: string; + }; + HU?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HU */ + link?: string; + }; + ID?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ID */ + link?: string; + }; + IE?: { + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + * "provider_id": 130, + * "provider_name": "Sky Store" + * }, + * { + * "display_priority": 13, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 9 */ + display_priority?: number; + /** @example /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg */ + logo_path?: string; + /** @example 130 */ + provider_id?: number; + /** @example Sky Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IE */ + link?: string; + }; + IL?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IL */ + link?: string; + }; + IN?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IN */ + link?: string; + }; + IQ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IQ */ + link?: string; + }; + IS?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IS */ + link?: string; + }; + IT?: { + /** @example [ + * { + * "display_priority": 23, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 23 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 63, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IT */ + link?: string; + }; + JM?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JM */ + link?: string; + }; + JO?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JO */ + link?: string; + }; + JP?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 8, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * } + * ] */ + buy?: { + /** @example 5 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 27, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JP */ + link?: string; + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * } + * ] */ + rent?: { + /** @example 5 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + }; + KE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KE */ + link?: string; + }; + KR?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 28, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KR */ + link?: string; + }; + KW?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KW */ + link?: string; + }; + LB?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LB */ + link?: string; + }; + LC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LC */ + link?: string; + }; + LI?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LI */ + link?: string; + }; + LT?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LT */ + link?: string; + }; + LU?: { + /** @example [ + * { + * "display_priority": 8, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 8 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LU */ + link?: string; + }; + LV?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LV */ + link?: string; + }; + LY?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LY */ + link?: string; + }; + MA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MA */ + link?: string; + }; + MC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MC */ + link?: string; + }; + ME?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 4 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ME */ + link?: string; + }; + MG?: { + /** @example [ + * { + * "display_priority": 4, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 4 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MG */ + link?: string; + }; + MK?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MK */ + link?: string; + }; + ML?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 5 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ML */ + link?: string; + }; + MT?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MT */ + link?: string; + }; + MU?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MU */ + link?: string; + }; + MX?: { + /** @example [ + * { + * "display_priority": 13, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 13 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 8, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 46, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 8 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MX */ + link?: string; + }; + MZ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MZ */ + link?: string; + }; + NE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NE */ + link?: string; + }; + NG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NG */ + link?: string; + }; + NI?: { + /** @example [ + * { + * "display_priority": 11, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 11 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NI */ + link?: string; + }; + NL?: { + /** @example [ + * { + * "display_priority": 14, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 14 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NL */ + link?: string; + }; + NO?: { + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 16, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + buy?: { + /** @example 9 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NO */ + link?: string; + /** @example [ + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + rent?: { + /** @example 17 */ + display_priority?: number; + /** @example /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg */ + logo_path?: string; + /** @example 426 */ + provider_id?: number; + /** @example SF Anytime */ + provider_name?: string; + }[]; + }; + NZ?: { + /** @example [ + * { + * "display_priority": 9, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 9 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/iscLKFDwQlr0BAgVDBcuRapLiwC.jpg", + * "provider_id": 273, + * "provider_name": "Neon TV" + * } + * ] */ + flatrate?: { + /** @example 3 */ + display_priority?: number; + /** @example /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg */ + logo_path?: string; + /** @example 273 */ + provider_id?: number; + /** @example Neon TV */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NZ */ + link?: string; + }; + OM?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=OM */ + link?: string; + }; + PA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PA */ + link?: string; + }; + PE?: { + /** @example [ + * { + * "display_priority": 2, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 2 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PE */ + link?: string; + }; + PF?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PF */ + link?: string; + }; + PH?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PH */ + link?: string; + }; + PK?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PK */ + link?: string; + }; + PL?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PL */ + link?: string; + }; + PT?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PT */ + link?: string; + }; + PY?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PY */ + link?: string; + }; + QA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=QA */ + link?: string; + }; + RO?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=RO */ + link?: string; + }; + RS?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=RS */ + link?: string; + }; + SA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SA */ + link?: string; + }; + SC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SC */ + link?: string; + }; + SE?: { + /** @example [ + * { + * "display_priority": 8, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priority": 16, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + buy?: { + /** @example 8 */ + display_priority?: number; + /** @example /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg */ + logo_path?: string; + /** @example 68 */ + provider_id?: number; + /** @example Microsoft Store */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SE */ + link?: string; + /** @example [ + * { + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * } + * ] */ + rent?: { + /** @example 17 */ + display_priority?: number; + /** @example /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg */ + logo_path?: string; + /** @example 426 */ + provider_id?: number; + /** @example SF Anytime */ + provider_name?: string; + }[]; + }; + SG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SG */ + link?: string; + }; + SI?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SI */ + link?: string; + }; + SK?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SK */ + link?: string; + }; + SM?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SM */ + link?: string; + }; + SN?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SN */ + link?: string; + }; + SV?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SV */ + link?: string; + }; + TC?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TC */ + link?: string; + }; + TD?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 5 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TD */ + link?: string; + }; + TH?: { + /** @example [ + * { + * "display_priority": 1, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 1 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TH */ + link?: string; + }; + TN?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TN */ + link?: string; + }; + TR?: { + /** @example [ + * { + * "display_priority": 3, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 3 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TR */ + link?: string; + }; + TT?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TT */ + link?: string; + }; + TW?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TW */ + link?: string; + }; + TZ?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TZ */ + link?: string; + }; + UG?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=UG */ + link?: string; + }; + US?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priority": 16, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priority": 37, + * "logo_path": "/19fkcOz0xeUgCVW8tO85uOYnYK9.jpg", + * "provider_id": 7, + * "provider_name": "Fandango At Home" + * }, + * { + * "display_priority": 47, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * } + * ] */ + buy?: { + /** @example 5 */ + display_priority?: number; + /** @example /seGSXajazLMCKGB5hnRCidtjay1.jpg */ + logo_path?: string; + /** @example 10 */ + provider_id?: number; + /** @example Amazon Video */ + provider_name?: string; + }[]; + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priority": 175, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=US */ + link?: string; + }; + UY?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=UY */ + link?: string; + }; + VE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=VE */ + link?: string; + }; + YE?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=YE */ + link?: string; + }; + ZA?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZA */ + link?: string; + }; + ZM?: { + /** @example [ + * { + * "display_priority": 0, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 0 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZM */ + link?: string; + }; + ZW?: { + /** @example [ + * { + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * } + * ] */ + flatrate?: { + /** @example 5 */ + display_priority?: number; + /** @example /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg */ + logo_path?: string; + /** @example 8 */ + provider_id?: number; + /** @example Netflix */ + provider_name?: string; + }[]; + /** @example https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZW */ + link?: string; + }; + }; + }; + }; + }; + }; + }; + accountStates3: { + parameters: { + query?: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id?: string; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description account states */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example true */ + favorite?: boolean; + /** @example 62085 */ + id?: number; + rated?: { + /** @example 9 */ + value?: number; + }; + /** @example false */ + watchlist?: boolean; + }; + }; + }; + }; + }; + changes4: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description changes */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + ETag?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [] */ + changes?: unknown[]; + }; + }; + }; + }; + }; + credits2: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description credits */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "adult": false, + * "character": "Walter White", + * "credit_id": "52542282760ee313280017f9", + * "gender": 2, + * "id": 17419, + * "known_for_department": "Acting", + * "name": "Bryan Cranston", + * "order": 0, + * "original_name": "Bryan Cranston", + * "popularity": 37.518, + * "profile_path": "/7Jahy5LZX2Fo8fGJltMreAI49hC.jpg" + * }, + * { + * "adult": false, + * "character": "Jesse Pinkman", + * "credit_id": "52542282760ee31328001845", + * "gender": 2, + * "id": 84497, + * "known_for_department": "Acting", + * "name": "Aaron Paul", + * "order": 1, + * "original_name": "Aaron Paul", + * "popularity": 23.683, + * "profile_path": "/tz4xqaoXV7eKrYqPGPvtEae3X06.jpg" + * }, + * { + * "adult": false, + * "character": "Skyler White", + * "credit_id": "52542282760ee3132800181b", + * "gender": 1, + * "id": 134531, + * "known_for_department": "Acting", + * "name": "Anna Gunn", + * "order": 2, + * "original_name": "Anna Gunn", + * "popularity": 34.739, + * "profile_path": "/adppyeu1a4REN3khtgmXusrapFi.jpg" + * }, + * { + * "adult": false, + * "character": "Walter White Jr.", + * "credit_id": "52542284760ee313280018a9", + * "gender": 2, + * "id": 209674, + * "known_for_department": "Acting", + * "name": "RJ Mitte", + * "order": 3, + * "original_name": "RJ Mitte", + * "popularity": 15.263, + * "profile_path": "/aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg" + * }, + * { + * "adult": false, + * "character": "Hank Schrader", + * "credit_id": "52542283760ee3132800187b", + * "gender": 2, + * "id": 14329, + * "known_for_department": "Acting", + * "name": "Dean Norris", + * "order": 4, + * "original_name": "Dean Norris", + * "popularity": 35.655, + * "profile_path": "/mVaGouQNschhJEncob8ld1aOZwF.jpg" + * }, + * { + * "adult": false, + * "character": "Marie Schrader", + * "credit_id": "52542283760ee31328001891", + * "gender": 1, + * "id": 1217934, + * "known_for_department": "Acting", + * "name": "Betsy Brandt", + * "order": 5, + * "original_name": "Betsy Brandt", + * "popularity": 8.578, + * "profile_path": "/kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg" + * } + * ] */ + cast?: { + /** @example false */ + adult?: boolean; + /** @example Walter White */ + character?: string; + /** @example 52542282760ee313280017f9 */ + credit_id?: string; + /** @example 2 */ + gender?: number; + /** @example 17419 */ + id?: number; + /** @example Acting */ + known_for_department?: string; + /** @example Bryan Cranston */ + name?: string; + /** @example 0 */ + order?: number; + /** @example Bryan Cranston */ + original_name?: string; + /** @example 37.518 */ + popularity?: number; + /** @example /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg */ + profile_path?: string; + }[]; + /** @example [ + * { + * "adult": false, + * "credit_id": "52542275760ee313280006ce", + * "department": "Writing", + * "gender": 2, + * "id": 66633, + * "job": "Writer", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52542275760ee313280006e8", + * "department": "Directing", + * "gender": 2, + * "id": 66633, + * "job": "Director", + * "known_for_department": "Writing", + * "name": "Vince Gilligan", + * "original_name": "Vince Gilligan", + * "popularity": 10.163, + * "profile_path": "/z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b7029219c29533d00dd2c1", + * "department": "Camera", + * "gender": 2, + * "id": 2483, + * "job": "Director of Photography", + * "known_for_department": "Camera", + * "name": "John Toll", + * "original_name": "John Toll", + * "popularity": 3.867, + * "profile_path": "/cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg" + * }, + * { + * "adult": false, + * "credit_id": "52b702ea19c2955402183a66", + * "department": "Editing", + * "gender": 1, + * "id": 1280071, + * "job": "Editor", + * "known_for_department": "Editing", + * "name": "Lynne Willingham", + * "original_name": "Lynne Willingham", + * "popularity": 1.28, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "62feade5cf4a640080998241", + * "department": "Art", + * "gender": 2, + * "id": 1018092, + * "job": "Art Direction", + * "known_for_department": "Art", + * "name": "James F. Oberlander", + * "original_name": "James F. Oberlander", + * "popularity": 0.994, + * "profile_path": null + * }, + * { + * "adult": false, + * "credit_id": "6418a04de7414600b96bf1bd", + * "department": "Production", + * "gender": 1, + * "id": 1808170, + * "job": "Associate Producer", + * "known_for_department": "Production", + * "name": "Gina Scheerer", + * "original_name": "Gina Scheerer", + * "popularity": 0.393, + * "profile_path": null + * } + * ] */ + crew?: { + /** @example false */ + adult?: boolean; + /** @example 52542275760ee313280006ce */ + credit_id?: string; + /** @example Writing */ + department?: string; + /** @example 2 */ + gender?: number; + /** @example 66633 */ + id?: number; + /** @example Writer */ + job?: string; + /** @example Writing */ + known_for_department?: string; + /** @example Vince Gilligan */ + name?: string; + /** @example Vince Gilligan */ + original_name?: string; + /** @example 10.163 */ + popularity?: number; + /** @example /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg */ + profile_path?: string | null; + }[]; + /** @example [ + * { + * "adult": false, + * "character": "Steven Gomez", + * "credit_id": "5271b489760ee35b3e0881a7", + * "gender": 2, + * "id": 61535, + * "known_for_department": "Acting", + * "name": "Steven Michael Quezada", + * "order": 8, + * "original_name": "Steven Michael Quezada", + * "popularity": 7.14, + * "profile_path": "/pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg" + * }, + * { + * "adult": false, + * "character": "Jock", + * "credit_id": "52542275760ee313280006b4", + * "gender": 2, + * "id": 1216132, + * "known_for_department": "Acting", + * "name": "Aaron Hill", + * "order": 500, + * "original_name": "Aaron Hill", + * "popularity": 8.822, + * "profile_path": "/rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg" + * }, + * { + * "adult": false, + * "character": "Dr. Belknap", + * "credit_id": "52725cb1760ee3044d0b9984", + * "gender": 2, + * "id": 161591, + * "known_for_department": "Acting", + * "name": "Gregory Chase", + * "order": 502, + * "original_name": "Gregory Chase", + * "popularity": 0.181, + * "profile_path": "/gNdodev00CROpXuAh5EFmkWTVOo.jpg" + * }, + * { + * "adult": false, + * "character": "Krazy-8", + * "credit_id": "52725845760ee3046b09426e", + * "gender": 2, + * "id": 1046460, + * "known_for_department": "Acting", + * "name": "Max Arciniega", + * "order": 504, + * "original_name": "Max Arciniega", + * "popularity": 5.852, + * "profile_path": "/eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg" + * }, + * { + * "adult": false, + * "character": "Bogdan Wolynetz", + * "credit_id": "5272587a760ee3045009ddec", + * "gender": 2, + * "id": 1223197, + * "known_for_department": "Acting", + * "name": "Marius Stan", + * "order": 575, + * "original_name": "Marius Stan", + * "popularity": 1.133, + * "profile_path": "/zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg" + * }, + * { + * "adult": false, + * "character": "Carmen Molina", + * "credit_id": "52542273760ee31328000676", + * "gender": 1, + * "id": 115688, + * "known_for_department": "Acting", + * "name": "Carmen Serano", + * "order": 643, + * "original_name": "Carmen Serano", + * "popularity": 5.24, + * "profile_path": "/nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg" + * }, + * { + * "adult": false, + * "character": "Chad's Girlfriend", + * "credit_id": "56846abbc3a36836280008d4", + * "gender": 1, + * "id": 1223192, + * "known_for_department": "Art", + * "name": "Roberta Marquez Seret", + * "order": 651, + * "original_name": "Roberta Marquez Seret", + * "popularity": 2.783, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Chad", + * "credit_id": "63012a1a33a376007a442d63", + * "gender": 0, + * "id": 3670896, + * "known_for_department": "Acting", + * "name": "Evan Bobrick", + * "order": 676, + * "original_name": "Evan Bobrick", + * "popularity": 1.466, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "E.M.T", + * "credit_id": "63012a3d97eab4007d00192b", + * "gender": 2, + * "id": 36135, + * "known_for_department": "Acting", + * "name": "Christopher Dempsey", + * "order": 677, + * "original_name": "Christopher Dempsey", + * "popularity": 1.771, + * "profile_path": "/pTngvks30p74j40TaniMkg4tbhn.jpg" + * }, + * { + * "adult": false, + * "character": "Irving", + * "credit_id": "63012a5c33a376007f87247b", + * "gender": 0, + * "id": 2969089, + * "known_for_department": "Production", + * "name": "Allan Pacheco", + * "order": 678, + * "original_name": "Allan Pacheco", + * "popularity": 0.367, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Chemistry Student", + * "credit_id": "63012a655f4b73007faa4261", + * "gender": 0, + * "id": 3670897, + * "known_for_department": "Acting", + * "name": "Jason Byrd", + * "order": 679, + * "original_name": "Jason Byrd", + * "popularity": 0.29, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Sexy Neighbor", + * "credit_id": "63012a7e33a376007f872481", + * "gender": 0, + * "id": 219124, + * "known_for_department": "Acting", + * "name": "Linda Speciale", + * "order": 680, + * "original_name": "Linda Speciale", + * "popularity": 3.738, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Jock's Friend #1", + * "credit_id": "63012a8bfb5299007d660bc8", + * "gender": 0, + * "id": 3212534, + * "known_for_department": "Acting", + * "name": "Jesús Ramírez", + * "order": 681, + * "original_name": "Jesús Ramírez", + * "popularity": 1.025, + * "profile_path": "/1EfPZxdFNNi3LFLR9laLcVROAko.jpg" + * }, + * { + * "adult": false, + * "character": "Jock's Friend #2", + * "credit_id": "63012ac4c2f44b007d249b54", + * "gender": 0, + * "id": 3670906, + * "known_for_department": "Acting", + * "name": "Joshua S. Patton", + * "order": 682, + * "original_name": "Joshua S. Patton", + * "popularity": 0.001, + * "profile_path": null + * }, + * { + * "adult": false, + * "character": "Emilio Koyama", + * "credit_id": "631aff1f62f335007ed32cb3", + * "gender": 2, + * "id": 92495, + * "known_for_department": "Acting", + * "name": "John Koyama", + * "order": 704, + * "original_name": "John Koyama", + * "popularity": 4.028, + * "profile_path": "/AwtHbt8qO7D3EFonG5lqml8xgwb.jpg" + * }, + * { + * "adult": false, + * "character": "DEA Agent #1 (uncredited)", + * "credit_id": "655bb4fa10923000ab494163", + * "gender": 2, + * "id": 1335375, + * "known_for_department": "Crew", + * "name": "Ed Duran", + * "order": 849, + * "original_name": "Ed Duran", + * "popularity": 2.433, + * "profile_path": "/mzPJkVKg7ve3whmvyf2TyDIuewr.jpg" + * } + * ] */ + guest_stars?: { + /** @example false */ + adult?: boolean; + /** @example Steven Gomez */ + character?: string; + /** @example 5271b489760ee35b3e0881a7 */ + credit_id?: string; + /** @example 2 */ + gender?: number; + /** @example 61535 */ + id?: number; + /** @example Acting */ + known_for_department?: string; + /** @example Steven Michael Quezada */ + name?: string; + /** @example 8 */ + order?: number; + /** @example Steven Michael Quezada */ + original_name?: string; + /** @example 7.14 */ + popularity?: number; + /** @example /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg */ + profile_path?: string | null; + }[]; + /** @example 62085 */ + id?: number; + }; + }; + }; + }; + }; + externalIds4: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description external ids */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example null */ + freebase_id?: unknown; + /** @example /m/03mb620 */ + freebase_mid?: string; + /** @example 62085 */ + id?: number; + /** @example tt0959621 */ + imdb_id?: string; + /** @example 349232 */ + tvdb_id?: number; + /** @example 637041 */ + tvrage_id?: number; + /** @example Q14625947 */ + wikidata_id?: string; + }; + }; + }; + }; + }; + images7: { + parameters: { + query?: { + /** @description Filters returned images based on specified languages. specify a comma separated list of ISO-639-1 values to query, for example; ```en,null``` */ + include_image_language?: string; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description images */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 62085 */ + id?: number; + /** @example [ + * { + * "aspect_ratio": 1.778, + * "file_path": "/u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/kdvMh2q0iexchzBwnaN3o0ZpxrC.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 3.334, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/88Z0fMP8a88EpQWMCs1593G0ngu.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 3, + * "vote_count": 2, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 2.066, + * "vote_count": 5, + * "width": 1920 + * }, + * { + * "aspect_ratio": 1.778, + * "file_path": "/37TsVQ1YU7nkfuqD1iES6EzIQcw.jpg", + * "height": 1080, + * "iso_639_1": null, + * "vote_average": 0, + * "vote_count": 0, + * "width": 1920 + * } + * ] */ + stills?: { + /** @example 1.778 */ + aspect_ratio?: number; + /** @example /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg */ + file_path?: string; + /** @example 1080 */ + height?: number; + /** @example null */ + iso_639_1?: unknown; + /** @example 3.334 */ + vote_average?: number; + /** @example 2 */ + vote_count?: number; + /** @example 1920 */ + width?: number; + }[]; + }; + }; + }; + }; + }; + translations4: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description translations */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 62085 */ + id?: number; + /** @example [ + * { + * "data": { + * "name": "Pilot", + * "overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone." + * }, + * "english_name": "English", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "name": "English" + * }, + * { + * "data": { + * "name": "Der Einstieg", + * "overview": "Bei dem Chemielehrer Walter White wird Krebs im Endstadium diagnostiziert. Daraufhin tut er sich mit seinem früheren Schüler Jesse Pinkman zusammen, um Crystal Meth herzustellen und zu verkaufen. Mit dem Erlös will er eine Behandlung bezahlen, die seine Krankenkasse nicht übernimmt, oder das Geld seiner Familie hinterlassen, falls er die Krankheit nicht überleben sollte." + * }, + * "english_name": "German", + * "iso_3166_1": "DE", + * "iso_639_1": "de", + * "name": "Deutsch" + * }, + * { + * "data": { + * "name": "Chute libre", + * "overview": "Atteint d'un cancer en phase terminale, un professeur de chimie se lance dans la fabrication et la vente de méthamphétamines pour assurer l'avenir financier de sa famille." + * }, + * "english_name": "French", + * "iso_3166_1": "FR", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "name": "Pilot", + * "overview": "Een terminale longkankerlijder en scheikundedocent waagt zich aan het maken en verkopen van methamphetamine om voor zijn gezin te kunnen zorgen." + * }, + * "english_name": "Dutch", + * "iso_3166_1": "NL", + * "iso_639_1": "nl", + * "name": "Nederlands" + * }, + * { + * "data": { + * "name": "Pilot Bölüm", + * "overview": "Ölümcül akciğer kanseri teşhisi konan bir lise kimya öğretmeni, ailesini geçindirmek için metamfetamin yapıp satmaya başlar." + * }, + * "english_name": "Turkish", + * "iso_3166_1": "TR", + * "iso_639_1": "tr", + * "name": "Türkçe" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Slovak", + * "iso_3166_1": "SK", + * "iso_639_1": "sk", + * "name": "Slovenčina" + * }, + * { + * "data": { + * "name": "Пилот", + * "overview": "На очередной день рождения судьба преподносит пожилому школьному учителю Уолтеру Уайту страшный сюрприз — рак лёгких в последней стадии, дающий ему ещё лишь пару лет жизни. Решив перестать влачить жалкое существование на двух нелюбимых работах, Уолтер пользуется подвернувшимся случаем, а также своими познаниями в химии для начала новой жизни, полной криминала, денег и наркотиков. Однако вписаться в эту жизнь оказывается не так-то просто." + * }, + * "english_name": "Russian", + * "iso_3166_1": "RU", + * "iso_639_1": "ru", + * "name": "Pусский" + * }, + * { + * "data": { + * "name": "A lúzer", + * "overview": "Walter, a kémiatanár az 50. születésnapján tudja meg, hogy végső stádiumú tüdőrákja van, ezt azonban elhallgatja várandós felesége elől. Egy razzia során, melyre elkíséri nyomozó sógorát, megszületik az ötlet, amikor a menekülő drogdíler személyében felismeri egykori diákját, Jesse-t. Közösen kibérelnek egy lakóbuszt, és Walter elkészíti a legtökéletesebb metamfetamin kristályt. Az első üzlet azonban hullákkal végződik." + * }, + * "english_name": "Hungarian", + * "iso_3166_1": "HU", + * "iso_639_1": "hu", + * "name": "Magyar" + * }, + * { + * "data": { + * "name": "试播集", + * "overview": "一位高中化学老师被诊断出患了晚期肺癌,为了养家,他开始制造和销售毒品。" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "CN", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "name": "Piloto", + * "overview": "Walter White, profesor de química en un instituto, descubre que tiene cáncer de pulmón y decide trabajar junto con un ex-alumno elaborando metanfetamina de alta calidad para poder ganar dinero para que su familia se mantenga." + * }, + * "english_name": "Spanish", + * "iso_3166_1": "ES", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "name": "Επεισόδιο-πιλότος", + * "overview": "Ένας καθηγητής χημείας με καρκίνο στους πνεύμονες σε τελικό στάδιο καταφεύγει στην παραγωγή και στην πώληση μεθαμφεταμίνης, για να συντηρήσει την οικογένειά του." + * }, + * "english_name": "Greek", + * "iso_3166_1": "GR", + * "iso_639_1": "el", + * "name": "ελληνικά" + * }, + * { + * "data": { + * "name": "Piloto", + * "overview": "Diagnosticado com cancro de pulmão terminal, um professor de secundário decide \"cozinhar\" e vender metanfetaminas para sustentar a sua família." + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "PT", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "name": "Questione di chimica", + * "overview": "Dopo la diagnosi di cancro terminale ai polmoni, un insegnante di chimica del liceo si dà alla produzione di metanfetamine per garantire la sopravvivenza della famiglia." + * }, + * "english_name": "Italian", + * "iso_3166_1": "IT", + * "iso_639_1": "it", + * "name": "Italiano" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Bulgarian", + * "iso_3166_1": "BG", + * "iso_639_1": "bg", + * "name": "български език" + * }, + * { + * "data": { + * "name": "Pilot", + * "overview": "Diagnosticat cu cancer la plămâni în fază terminală, un profesor de chimie de la liceu recurge la prepararea și comercializarea metamfetaminei ca să-și întrețină familia." + * }, + * "english_name": "Romanian", + * "iso_3166_1": "RO", + * "iso_639_1": "ro", + * "name": "Română" + * }, + * { + * "data": { + * "name": "화학 선생과 하이젠버그", + * "overview": "폐암 말기 진단을 받은 한 고등학교 화학 교사는 자신의 가족을 부양하기 위해 필로폰을 추출해서 판매한다." + * }, + * "english_name": "Korean", + * "iso_3166_1": "KR", + * "iso_639_1": "ko", + * "name": "한국어/조선말" + * }, + * { + * "data": { + * "name": "פיילוט", + * "overview": "מורה לכימיה בתיכון מאובחן כחולה בסרטן ריאות סופני, ופונה לייצור ולמכירה של מתאמפטמינים כדי לפרנס את משפחתו." + * }, + * "english_name": "Hebrew", + * "iso_3166_1": "IL", + * "iso_639_1": "he", + * "name": "עִבְרִית" + * }, + * { + * "data": { + * "name": "Pilot", + * "overview": "Nauczyciel chemii w szkole średniej dowiaduje się, że ma nieuleczalnego raka płuc. Aby zapewnić byt rodzinie, bierze się za produkcję i rozprowadzanie metamfetaminy." + * }, + * "english_name": "Polish", + * "iso_3166_1": "PL", + * "iso_639_1": "pl", + * "name": "Polski" + * }, + * { + * "data": { + * "name": "Pilot", + * "overview": "Kemilæreren Walter White har rundet 50 og har sine bedste år bag sig, så da han får at vide, at han har kræft og kun kort tid tilbage at leve i, tager han en drastisk beslutning." + * }, + * "english_name": "Danish", + * "iso_3166_1": "DK", + * "iso_639_1": "da", + * "name": "Dansk" + * }, + * { + * "data": { + * "name": "Pilotní díl", + * "overview": "Středoškolský učitel chemie, kterému byla diagnostikována rakovina plic v konečném stádiu, se rozhodne vařit a prodávat amfetaminy, aby zaopatřil rodinu." + * }, + * "english_name": "Czech", + * "iso_3166_1": "CZ", + * "iso_639_1": "cs", + * "name": "Český" + * }, + * { + * "data": { + * "name": "化学教師 ウォルター・ホワイト", + * "overview": "ここアルバカーキは静かな町だ。しかし、町の高校で化学を教えるこのドラマの主人公ウォルターは、自分がこの町で裏の世界を仕切る日が来るとは夢にも思っていない。高校では自分の授業についてこようとしない無気力な子供らに影響を受け、自分も目的もない日々をただ過ごすばかりだ。ウォルターは病院で余命2年のがんであると告げられる。家族には話さない。ある日友人の警察官ハンクに同行しドラッグ犯罪者の摘発に立ち会う。自分でもドラッグを作ってみようとその犯罪者ジェシーと手を組む。ジェシーは昔の教え子だ。ドラッグ製造に成功した二人は、ギャングとの取引に臨む。" + * }, + * "english_name": "Japanese", + * "iso_3166_1": "JP", + * "iso_639_1": "ja", + * "name": "日本語" + * }, + * { + * "data": { + * "name": "Пілотна серія", + * "overview": "Коли скромний учитель хімії в середній школі виявляє, що у нього рідкісна форма раку легенів, він вирішує об’єднатися з колишнім учнем і створювати першокласний кристалічний метамфетамін у вживаному автофургоні, щоб забезпечити сім’ю, коли його не стане." + * }, + * "english_name": "Ukrainian", + * "iso_3166_1": "UA", + * "iso_639_1": "uk", + * "name": "Український" + * }, + * { + * "data": { + * "name": "", + * "overview": "En kemilärare på high school börjar sälja droger för att försörja sin familj." + * }, + * "english_name": "Swedish", + * "iso_3166_1": "SE", + * "iso_639_1": "sv", + * "name": "svenska" + * }, + * { + * "data": { + * "name": "Pilot", + * "overview": "Walter White (Bryan Cranston) svojedobno je bio uspješan kemičar i radio u prestižnom državnom laboratoriju. No završio je kao predavač apatičnim srednjoškolcima u Albuquerqueju te obavlja dopunski posao u praonici automobila kako bi spojio kraj s krajem. Sa suprugom Skyler (Anna Gunn), koja je ostvarila pristojnu karijeru prodajući i kupujući stvari na eBayu, odgaja sina Waltera Ml.( RJ Mitte), tvrdoglavog sedamnaestogodišnjaka s čijom se cerebralnom paralizom bori cijela obitelj. No sve su to sitni problemi u odnosu na najnovije Walterovo otkriće. Dan nakon proslave pedesetog rođendana, na kojoj su glavna atrakcija anegdote o žustroj borbe protiv droga njegova šogora policajca za narkotike, Hanka Welda, Walteru odjednom pozli. Završava na hitnoj službi gdje mu dijagnosticiraju rak i procjenjuju da mu je ostalo još dvije godine života. On zadržava tu vijest za sebe. Razmišljajući ponajprije o budućnosti vlastite obitelji, Walter prihvaća poziv da se pridruži Hanku na raciji jednog laboratorija za meth. Nakon što gotovo svjedoči uhićenju svoga bivšeg učenika Jesseja Leeja Pinkmana u trošnom narkolaboratoriju, prisjeti se Hankovih priča o količinama droge zaplijenjenim na racijama. Walter prilazi skeptičnom Jesseu s ponudom da postanu partneri. Nakon što iz škole ukrade nešto vrhunske opreme, uzima ušteđevinu i kupuje rabljeno kampersko vozilo koje će koristiti kao pokretni laboratorij koji će djelovati izvan vidokruga radoznalih susjeda, konkurencije i policije" + * }, + * "english_name": "Bosnian", + * "iso_3166_1": "BS", + * "iso_639_1": "bs", + * "name": "Bosanski" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Croatian", + * "iso_3166_1": "HR", + * "iso_639_1": "hr", + * "name": "Hrvatski" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Lithuanian", + * "iso_3166_1": "LT", + * "iso_639_1": "lt", + * "name": "Lietuvių" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Estonian", + * "iso_3166_1": "EE", + * "iso_639_1": "et", + * "name": "Eesti" + * }, + * { + * "data": { + * "name": "حلقة تجريبية", + * "overview": "عندما يكتشف مدرس كيمياء متواضع في المدرسة الثانوية أنه مصاب بنوع نادر من سرطان الرئة ، قرر أن يتعاون مع طالب سابق ويصنع أعلى مستوى من الميثامفيتامين الكريستالي في عربة سكن متنقلة مستعملة ، لإعالة أسرته بمجرد رحيله." + * }, + * "english_name": "Arabic", + * "iso_3166_1": "SA", + * "iso_639_1": "ar", + * "name": "العربية" + * }, + * { + * "data": { + * "name": "سربرنامه", + * "overview": "" + * }, + * "english_name": "Persian", + * "iso_3166_1": "IR", + * "iso_639_1": "fa", + * "name": "فارسی" + * }, + * { + * "data": { + * "name": "Kaidalta polulta", + * "overview": "Walter White saa tietää sairastavansa parantumatonta keuhkosyöpää. Perheen taloudellisen tulevaisuuden turvaaminen on Waltille tärkeintä, joten hän kehittää rahakkaan suunnitelman. Valitettavasti kaikki ei vain suju aivan toivotulla tavalla." + * }, + * "english_name": "Finnish", + * "iso_3166_1": "FI", + * "iso_639_1": "fi", + * "name": "suomi" + * }, + * { + * "data": { + * "name": "ตอนนำร่อง", + * "overview": "เมื่อได้รับการวินิจฉัยว่าเป็นมะเร็งปอดระยะสุดท้าย ครูโรงเรียนมัธยมจึงเลือกผลิตและขายยาไอซ์เพื่อหาเงินมาจุนเจือครอบครัว" + * }, + * "english_name": "Thai", + * "iso_3166_1": "TH", + * "iso_639_1": "th", + * "name": "ภาษาไทย" + * }, + * { + * "data": { + * "name": "Piloto", + * "overview": "Um professor de química do ensino médio começa a vender drogas para sustentar sua família." + * }, + * "english_name": "Portuguese", + * "iso_3166_1": "BR", + * "iso_639_1": "pt", + * "name": "Português" + * }, + * { + * "data": { + * "name": "Pilote", + * "overview": "Atteint d'un cancer en phase terminale, un prof de chimie se lance dans la fabrication et la vente de méthamphétamines pour assurer l'avenir financier de sa famille." + * }, + * "english_name": "French", + * "iso_3166_1": "CA", + * "iso_639_1": "fr", + * "name": "Français" + * }, + * { + * "data": { + * "name": "Episodio 1 - Piloto", + * "overview": "Walter White, un profesor de química de 50 años de edad, secretamente comienza a cocinar cristales de metanfetamina para ayudar a su familia, después de que descubre que tiene cáncer pulmonar. Él, junto con un antiguo estudiante, Jesse Pinkman, quien es a su vez un vendedor de metanfetaminas, se unen para empezar a «cocinar». Jesse intenta vender el producto, pero otros vendedores lo descubren y lo obligan a mostrarle el laboratorio. Walter se entera de que intentan matarlos debido a que piensan que Walter es un agente de la DEA, así que los envenena para poder escapar." + * }, + * "english_name": "Spanish", + * "iso_3166_1": "MX", + * "iso_639_1": "es", + * "name": "Español" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Serbian", + * "iso_3166_1": "RS", + * "iso_639_1": "sr", + * "name": "Srpski" + * }, + * { + * "data": { + * "name": "化學的藝術(試播集)", + * "overview": "一名高中化學老師被診斷出肺癌末期後,為了養家活口,決定挺而走險,開始製作並販售冰毒。" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "TW", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "name": "Tập thử nghiệm", + * "overview": "Bị chẩn đoán mắc ung thư phổi giai đoạn cuối, một giáo viên dạy hóa ở trường trung học phải viện đến cách chế biến và bán ma túy đá để nuôi gia đình." + * }, + * "english_name": "Vietnamese", + * "iso_3166_1": "VN", + * "iso_639_1": "vi", + * "name": "Tiếng Việt" + * }, + * { + * "data": { + * "name": "Pilotepisode", + * "overview": "En kjemilærer på videregående tyr til narkotikasalg for å kunne forsørge familien." + * }, + * "english_name": "Norwegian", + * "iso_3166_1": "NO", + * "iso_639_1": "no", + * "name": "Norsk" + * }, + * { + * "data": { + * "name": "Pilot", + * "overview": "" + * }, + * "english_name": "Catalan", + * "iso_3166_1": "ES", + * "iso_639_1": "ca", + * "name": "Català" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Indonesian", + * "iso_3166_1": "ID", + * "iso_639_1": "id", + * "name": "Bahasa indonesia" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Latvian", + * "iso_3166_1": "LV", + * "iso_639_1": "lv", + * "name": "Latviešu" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Georgian", + * "iso_3166_1": "GE", + * "iso_639_1": "ka", + * "name": "ქართული" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Slovenian", + * "iso_3166_1": "SI", + * "iso_639_1": "sl", + * "name": "Slovenščina" + * }, + * { + * "data": { + * "name": "化學的藝術(試播集)", + * "overview": "一名高中化學老師被診斷出肺癌末期後,為了養家活口,決定挺而走險,開始製作並販售冰毒。" + * }, + * "english_name": "Mandarin", + * "iso_3166_1": "HK", + * "iso_639_1": "zh", + * "name": "普通话" + * }, + * { + * "data": { + * "name": "", + * "overview": "" + * }, + * "english_name": "Burmese", + * "iso_3166_1": "MY", + * "iso_639_1": "my", + * "name": "" + * } + * ] */ + translations?: { + data?: { + /** @example Pilot */ + name?: string; + /** @example When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone. */ + overview?: string; + }; + /** @example English */ + english_name?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example English */ + name?: string; + }[]; + }; + }; + }; + }; + }; + videos3: { + parameters: { + query?: { + /** @description Filters returned videos based on specified languages. Filter the list results by language, supports more than one value by using a comma. */ + include_video_language?: string; + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description videos */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 62085 */ + id?: number; + /** @example [ + * { + * "id": "66c53c8f1742a4e306713a93", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "NIFuNtReMrA", + * "name": "Walt's First Day As A Cook Goes Wrong - Pilot", + * "official": true, + * "published_at": "2024-08-20T15:30:04.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "63f591b425b95500dd93f5a9", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "yz0qzMEPFhw", + * "name": "Breaking Bad Title Reference - Pilot", + * "official": true, + * "published_at": "2023-02-21T16:00:40.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "63efd4f0a24c5000d4e2c30d", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "40tX4s5Ecwc", + * "name": "\"Cooking Is Art\" - Pilot", + * "official": true, + * "published_at": "2023-02-17T16:00:05.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "63ec02a1699fb700cee10882", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "84sBclbvp98", + * "name": "Walter's Proposition To Jesse - Pilot", + * "official": true, + * "published_at": "2023-02-14T16:00:03.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "63eae5ec1b7294007c4938e0", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "MX7bG7CjCZk", + * "name": "The Cancer Diagnosis - Pilot", + * "official": true, + * "published_at": "2023-02-11T16:00:13.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "63eae5e6813cb60096a9a6f0", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "ZD4pm-4_wzs", + * "name": "Jesse Falls Off The Roof - Pilot", + * "official": true, + * "published_at": "2023-02-10T17:15:02.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "63dd6440e55937009ffda8a6", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "mgYpJ-2slg0", + * "name": "Hank's Drug Bust - Pilot", + * "official": true, + * "published_at": "2023-02-03T18:45:19.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "63d97702a6c10400d4ca2f93", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "NDPad7BIQpU", + * "name": "Walter White's First Chemistry Lesson - Pilot", + * "official": true, + * "published_at": "2023-01-31T18:06:08.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "65ff7a9262f335017d51e0bd", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "U_T4gRlPkd4", + * "name": "Walt Thinks He and Jesse Are Caught - Pilot", + * "official": true, + * "published_at": "2018-01-25T19:14:34.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "65ff7a63b84cdd0164f4b4c1", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "VotBYq50Prc", + * "name": "Pilot (Recap)", + * "official": true, + * "published_at": "2018-01-21T19:24:45.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Recap" + * }, + * { + * "id": "65ff7a5360620a017c2be1e2", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "NbxK5MvNH8c", + * "name": "Walt and Jesse Decide To Buy an RV - Pilot", + * "official": true, + * "published_at": "2018-01-19T18:00:39.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "65ff7a447f6c8d017c715d9a", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "kqo1WScQqUw", + * "name": "Walt Stands Up For His Son - Pilot", + * "official": true, + * "published_at": "2018-01-17T22:22:05.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * }, + * { + * "id": "65ff7a37770700017c0d1e87", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "yAAphfWE3Vs", + * "name": "And So It Begins (Teaser) - Pilot", + * "official": true, + * "published_at": "2018-01-17T02:32:29.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Teaser" + * }, + * { + * "id": "65ff79e50c1255017e0efaa8", + * "iso_3166_1": "US", + * "iso_639_1": "en", + * "key": "yE9UXdJEnss", + * "name": "Walt and Jesse Escape in the RV - Pilot", + * "official": true, + * "published_at": "2018-01-17T02:32:00.000Z", + * "site": "YouTube", + * "size": 1080, + * "type": "Clip" + * } + * ] */ + results?: { + /** @example 66c53c8f1742a4e306713a93 */ + id?: string; + /** @example US */ + iso_3166_1?: string; + /** @example en */ + iso_639_1?: string; + /** @example NIFuNtReMrA */ + key?: string; + /** @example Walt's First Day As A Cook Goes Wrong - Pilot */ + name?: string; + /** @example true */ + official?: boolean; + /** @example 2024-08-20T15:30:04.000Z */ + published_at?: string; + /** @example YouTube */ + site?: string; + /** @example 1080 */ + size?: number; + /** @example Clip */ + type?: string; + }[]; + }; + }; + }; + }; + }; + addRating2: { + parameters: { + query?: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_id?: string; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: { + content: { + "application/json": { + /** + * @description The rating score for the TV episode + * @example 8.5 + */ + value?: number; + }; + }; + }; + responses: { + /** @description add rating */ + 201: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Length"?: string; + Date?: string; + Server?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1 */ + status_code?: number; + /** @example Success. */ + status_message?: string; + /** @example true */ + success?: boolean; + }; + }; + }; + }; + }; + deleteRating1: { + parameters: { + query?: { + /** @description It represents a unique identifier for a session that is created for a guest user. */ + guest_session_Id?: string; + /** @description A token that represents a logged-in user's session after they have authenticated with their TMDB account. */ + session_id?: components["parameters"]["session_id"]; + }; + header?: never; + path: { + /** @description This refers to the numerical identifier assigned to a specific season of a TV series. */ + season_number: components["parameters"]["season_number"]; + /** @description This refers to a unique identifier assigned to a television series within the database. */ + series_id: components["parameters"]["series_id"]; + /** @description This refers to the unique number assigned to a specific episode within a season of a television series. */ + episode_number: components["parameters"]["episode_number"]; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description delete rating */ + 200: { + headers: { + "Alt-Svc"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "cache-control"?: string; + etag?: string; + vary?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 13 */ + status_code?: number; + /** @example The item/record was deleted successfully. */ + status_message?: string; + /** @example true */ + success?: boolean; + }; + }; + }; + }; + }; + episodeId: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier for a specific TV show or series in the database. */ + tv_id: string; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description episode id */ + 200: { + headers: { + Age?: string; + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example 1399 */ + id?: number; + /** @example [ + * { + * "description": "", + * "episode_count": 102, + * "group_count": 9, + * "id": "5e9077d2e640d600151f32bd", + * "name": "Aired Order", + * "network": { + * "id": 49, + * "logo_path": "/tuomPhY2UtuPTqqFnKMVHvSb724.png", + * "name": "HBO", + * "origin_country": "US" + * }, + * "type": 1 + * } + * ] */ + results?: { + /** @example */ + description?: string; + /** @example 102 */ + episode_count?: number; + /** @example 9 */ + group_count?: number; + /** @example 5e9077d2e640d600151f32bd */ + id?: string; + /** @example Aired Order */ + name?: string; + network?: { + /** @example 49 */ + id?: number; + /** @example /tuomPhY2UtuPTqqFnKMVHvSb724.png */ + logo_path?: string; + /** @example HBO */ + name?: string; + /** @example US */ + origin_country?: string; + }; + /** @example 1 */ + type?: number; + }[]; + }; + }; + }; + }; + }; + details13: { + parameters: { + query?: never; + header?: never; + path: { + /** @description This refers to a unique identifier used to group episodes of a TV show under specific categorizations or viewing orders. */ + tv_episode_group_id: string; + }; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description details */ + 200: { + headers: { + Age?: string; + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example */ + description?: string; + /** @example 102 */ + episode_count?: number; + /** @example 9 */ + group_count?: number; + /** @example [ + * { + * "episodes": [ + * { + * "air_date": "2011-04-17", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 63056, + * "name": "Winter Is Coming", + * "order": 0, + * "overview": "Jon Arryn, the Hand of the King, is dead. King Robert Baratheon plans to ask his oldest friend, Eddard Stark, to take Jon's place. Across the sea, Viserys Targaryen plans to wed his sister to a nomadic warlord in exchange for an army.", + * "production_code": "101", + * "runtime": 62, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg", + * "vote_average": 8.006, + * "vote_count": 347 + * }, + * { + * "air_date": "2011-04-24", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 63057, + * "name": "The Kingsroad", + * "order": 1, + * "overview": "While Bran recovers from his fall, Ned takes only his daughters to Kings Landing. Jon Snow goes with his uncle Benjen to The Wall. Tyrion joins them.", + * "production_code": "102", + * "runtime": 56, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/l0GJx3IR8YasbztTJi5uK0XqkEo.jpg", + * "vote_average": 7.853, + * "vote_count": 232 + * }, + * { + * "air_date": "2011-05-01", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 63058, + * "name": "Lord Snow", + * "order": 2, + * "overview": "Lord Stark and his daughters arrive at King's Landing to discover the intrigues of the king's realm.", + * "production_code": "103", + * "runtime": 58, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/8HjOlb4slc1xusMgOtoNpxuTgSI.jpg", + * "vote_average": 8.062, + * "vote_count": 193 + * }, + * { + * "air_date": "2011-05-08", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 63059, + * "name": "Cripples, Bastards, and Broken Things", + * "order": 3, + * "overview": "Eddard investigates Jon Arryn's murder. Jon befriends Samwell Tarly, a coward who has come to join the Night's Watch.", + * "production_code": "104", + * "runtime": 56, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/jri960hz39eulThP66dd9emTxvs.jpg", + * "vote_average": 8.172, + * "vote_count": 169 + * }, + * { + * "air_date": "2011-05-15", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 63060, + * "name": "The Wolf and the Lion", + * "order": 4, + * "overview": "Catelyn has captured Tyrion and plans to bring him to her sister, Lysa Arryn, at The Vale, to be tried for his, supposed, crimes against Bran. Robert plans to have Daenerys killed, but Eddard refuses to be a part of it and quits.", + * "production_code": "105", + * "runtime": 55, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/u7e1qSWE6v8jfY9vGNrckX47DGN.jpg", + * "vote_average": 8.541, + * "vote_count": 171 + * }, + * { + * "air_date": "2011-05-22", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 63061, + * "name": "A Golden Crown", + * "order": 5, + * "overview": "While recovering from his battle with Jamie, Eddard is forced to run the kingdom while Robert goes hunting. Tyrion demands a trial by combat for his freedom. Viserys is losing his patience with Drogo.", + * "production_code": "106", + * "runtime": 53, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/AdhvrJxyYpINwYnGkBIf2krQKg.jpg", + * "vote_average": 8.411, + * "vote_count": 169 + * }, + * { + * "air_date": "2011-05-29", + * "episode_number": 7, + * "episode_type": "standard", + * "id": 63062, + * "name": "You Win or You Die", + * "order": 6, + * "overview": "Robert has been injured while hunting and is dying. Jon and the others finally take their vows to the Night's Watch. A man, sent by Robert, is captured for trying to poison Daenerys. Furious, Drogo vows to attack the Seven Kingdoms.", + * "production_code": "107", + * "runtime": 58, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/o6ldSDhIINGNKZR62mHf2m64dD.jpg", + * "vote_average": 8.583, + * "vote_count": 168 + * }, + * { + * "air_date": "2011-06-05", + * "episode_number": 8, + * "episode_type": "standard", + * "id": 63063, + * "name": "The Pointy End", + * "order": 7, + * "overview": "Eddard and his men are betrayed and captured by the Lannisters. When word reaches Robb, he plans to go to war to rescue them. The White Walkers attack The Wall. Tyrion returns to his father with some new friends.", + * "production_code": "108", + * "runtime": 59, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/9ZvT1IZPcC11eiCByOzqQvC3CCR.jpg", + * "vote_average": 8.209, + * "vote_count": 165 + * }, + * { + * "air_date": "2011-06-12", + * "episode_number": 9, + * "episode_type": "standard", + * "id": 63064, + * "name": "Baelor", + * "order": 8, + * "overview": "Robb goes to war against the Lannisters. Jon finds himself struggling on deciding if his place is with Robb or the Night's Watch. Drogo has fallen ill from a fresh battle wound. Daenerys is desperate to save him.", + * "production_code": "109", + * "runtime": 57, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/fAmBhmw1pQc6fucrdmnRM5FOpXD.jpg", + * "vote_average": 8.884, + * "vote_count": 181 + * }, + * { + * "air_date": "2011-06-19", + * "episode_number": 10, + * "episode_type": "finale", + * "id": 63065, + * "name": "Fire and Blood", + * "order": 9, + * "overview": "With Ned dead, Robb vows to get revenge on the Lannisters. Jon must officially decide if his place is with Robb or the Night's Watch. Daenerys says her final goodbye to Drogo.", + * "production_code": "110", + * "runtime": 53, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/y1BXkhEqBQS3ewQeqqdHpjhTts0.jpg", + * "vote_average": 8.756, + * "vote_count": 172 + * } + * ], + * "id": "5e907a9c197de40015075fe5", + * "locked": false, + * "name": "Season 1", + * "order": 1 + * }, + * { + * "episodes": [ + * { + * "air_date": "2012-04-01", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 63066, + * "name": "The North Remembers", + * "order": 0, + * "overview": "As Robb Stark and his northern army continue the war against the Lannisters, Tyrion arrives in King’s Landing to counsel Joffrey and temper the young king’s excesses. On the island of Dragonstone, Stannis Baratheon plots an invasion to claim his late brother’s throne, allying himself with the fiery Melisandre, a strange priestess of a stranger god. Across the sea, Daenerys, her three young dragons, and the khalasar trek through the Red Waste in search of allies, or water. In the North, Bran presides over a threadbare Winterfell, while beyond the Wall, Jon Snow and the Night’s Watch must shelter with a devious wildling.", + * "production_code": "201", + * "runtime": 53, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/gGHtlTvHpSGZ8DIrxMyK3Ewkc1Y.jpg", + * "vote_average": 8.146, + * "vote_count": 168 + * }, + * { + * "air_date": "2012-04-08", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 974430, + * "name": "The Night Lands", + * "order": 1, + * "overview": "In the wake of a bloody purge in the capital, Tyrion chastens Cersei for alienating the king’s subjects. On the road north, Arya shares a secret with Gendry, a Night’s Watch recruit. With supplies dwindling, one of Dany’s scouts returns with news of their position. After nine years as a Stark ward, Theon Greyjoy reunites with his father Balon, who wants to restore the ancient Kingdom of the Iron Islands. Davos enlists Salladhor Saan, a pirate, to join forces with Stannis and Melisandre for a naval invasion of King’s Landing.", + * "production_code": "202", + * "runtime": 54, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/3EW7wYNXUVaHT4XRuIoNFrqhZh5.jpg", + * "vote_average": 7.944, + * "vote_count": 151 + * }, + * { + * "air_date": "2012-04-15", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 63068, + * "name": "What is Dead May Never Die", + * "order": 2, + * "overview": "At the Red Keep, Tyrion plots three alliances through the promise of marriage. Catelyn arrives in the Stormlands to forge an alliance of her own, but King Renly, his new wife Margaery, and her brother Loras Tyrell have other plans. At Winterfell, Luwin tries to decipher Bran’s dreams.", + * "production_code": "203", + * "runtime": 53, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/neKkHgfX7dgi4E47GKT7bYciq93.jpg", + * "vote_average": 8.252, + * "vote_count": 143 + * }, + * { + * "air_date": "2012-04-22", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 63069, + * "name": "Garden of Bones", + * "order": 3, + * "overview": "Joffrey punishes Sansa for Robb’s victories, and Tyrion scrambles to temper the king’s cruelty. Catelyn entreats Stannis and Renly to unite against the Lannisters. Dany and her khalasar arrive at the prosperous city of Qarth. Tyrion coerces a relative into being his eyes and ears. Arya and Gendry are taken to Harrenhal, where their lives are in the hands of Ser Gregor Clegane. Stannis orders Davos to smuggle Melisandre into a secret cove.", + * "production_code": "204", + * "runtime": 51, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/4j2j97GFao2NX4uAtMbr0Qhx2K2.jpg", + * "vote_average": 8.248, + * "vote_count": 145 + * }, + * { + * "air_date": "2012-04-29", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 63070, + * "name": "The Ghost of Harrenhal", + * "order": 4, + * "overview": "The Baratheon rivalry ends, driving Catelyn to flee and Littlefinger to act. At King’s Landing, Tyrion’s source alerts him to Joffrey’s defense plan - and a mysterious secret weapon. Theon sails to the Stony Shore to prove he’s worthy to be called Ironborn. At Harrenhal, Arya receives a promise from Jaqen H’ghar, one of the prisoners she saved from the Gold Cloaks. The Night’s Watch arrive at the Fist of the First Men, an ancient ringfort where they hope to stem the wildings' advance.", + * "production_code": "205", + * "runtime": 55, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/h7HHSQtEyf7cNBYR2G9DjQ78EgV.jpg", + * "vote_average": 8.144, + * "vote_count": 142 + * }, + * { + * "air_date": "2012-05-06", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 63071, + * "name": "The Old Gods and the New", + * "order": 5, + * "overview": "Theon seizes control of Winterfell. Jon captures a wildling, named Ygritte and is given a chance to prove himself. At King's Landing, after the Lannisters send Myrcella off to be married, the people begin to turn against King Joffrey. Arya comes face to face with a surprise visitor. Daenerys looks to buy ships to sail for the Seven Kingdoms.", + * "production_code": "206", + * "runtime": 54, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/bxToPOtlk77Wkxsas0mMgtjvzXS.jpg", + * "vote_average": 8.257, + * "vote_count": 148 + * }, + * { + * "air_date": "2012-05-13", + * "episode_number": 7, + * "episode_type": "standard", + * "id": 63073, + * "name": "A Man Without Honor", + * "order": 6, + * "overview": "Jamie meets a distant relative. Daenerys receives an invitation to the House of the Undying. Theon leads a search party. Jon loses his way in the wilderness. Cersei counsels Sansa.", + * "production_code": "207", + * "runtime": 56, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/bCDklRxVetx1COP4zXLLnXMS2S0.jpg", + * "vote_average": 8.191, + * "vote_count": 144 + * }, + * { + * "air_date": "2012-05-20", + * "episode_number": 8, + * "episode_type": "standard", + * "id": 63074, + * "name": "The Prince of Winterfell", + * "order": 7, + * "overview": "Betrayal befalls Robb. Jon and Qhorin are taken prisoner by the wildlings. Theon receives a visitor at Winterfell and must make an important decision. Meanwhile, Stannis is just days away from reaching King's Landing and Tyrion prepares for his arrival. At Harrenhal, Arya, Gendry and Hot Pie plan their escape.", + * "production_code": "208", + * "runtime": 54, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/4W90HbZcVG54m8HoxaZmXc8rzjy.jpg", + * "vote_average": 8.06, + * "vote_count": 142 + * }, + * { + * "air_date": "2012-05-27", + * "episode_number": 9, + * "episode_type": "standard", + * "id": 63072, + * "name": "Blackwater", + * "order": 8, + * "overview": "Tyrion and the Lannisters fight for their lives as Stannis’ fleet assaults King’s Landing.", + * "production_code": "209", + * "runtime": 55, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/rX44Vfd0iiZDIJWHYZg9j4yLSP9.jpg", + * "vote_average": 8.892, + * "vote_count": 166 + * }, + * { + * "air_date": "2012-06-03", + * "episode_number": 10, + * "episode_type": "finale", + * "id": 63075, + * "name": "Valar Morghulis", + * "order": 9, + * "overview": "Tyrion awakens to a changed situation. King Joffrey doles out rewards to his subjects. As Theon stirs his men to action, Luwin offers some final advice. Brienne silences Jaime. Arya receives a gift from Jaqen. Dany goes to a strange place. Jon proves himself to Qhorin.", + * "production_code": "210", + * "runtime": 64, + * "season_number": 2, + * "show_id": 1399, + * "still_path": "/u46jn12qEyaCOe1oqJBwPvL5d7R.jpg", + * "vote_average": 8.697, + * "vote_count": 150 + * } + * ], + * "id": "5e907abfcee4810014e0ba61", + * "locked": false, + * "name": "Season 2", + * "order": 2 + * }, + * { + * "episodes": [ + * { + * "air_date": "2013-03-31", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 63077, + * "name": "Valar Dohaeris", + * "order": 0, + * "overview": "Jon meets the King-Beyond-the-Wall while his Night Watch Brothers flee south. In King's Landing, Tyrion wants a reward, Margaery shows her charitable nature, Cersei arranges a dinner party, and Littlefinger offers to help Sansa. Across the Narrow Sea, Daenerys starts her journey west.", + * "production_code": "301", + * "runtime": 55, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/3pyS7xz9mprX4OuOCfV261CnGfR.jpg", + * "vote_average": 8.14, + * "vote_count": 157 + * }, + * { + * "air_date": "2013-04-07", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 63076, + * "name": "Dark Wings, Dark Words", + * "order": 1, + * "overview": "Sansa says too much. Shae asks Tyrion for a favor. Jaime finds a way to pass the time, while Arya encounters the Brotherhood Without Banners.", + * "production_code": "302", + * "runtime": 58, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/ydrupjqBj6M68pUwJNJ5rbGmm1O.jpg", + * "vote_average": 7.838, + * "vote_count": 142 + * }, + * { + * "air_date": "2013-04-14", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 63078, + * "name": "Walk of Punishment", + * "order": 2, + * "overview": "Tyrion shoulders new responsibilities. Jon is taken to the Fist of the First Men. Daenerys meets with the slavers. Jaime strikes a deal with his captors.", + * "production_code": "303", + * "runtime": 53, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/i39Itkd76DOXxek0blIO6rI6zsa.jpg", + * "vote_average": 8.143, + * "vote_count": 147 + * }, + * { + * "air_date": "2013-04-21", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 63082, + * "name": "And Now His Watch Is Ended", + * "order": 3, + * "overview": "Trouble brews among the Night's Watch at Craster's. Margaery takes Joffrey out of his comfort zone. Arya meets the leader of the Brotherhood. Varys plots revenge on an old foe. Theon mournfully recalls his missteps. Daenerys deftly orchestrates her exit from Astapor.", + * "production_code": "304", + * "runtime": 54, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/veYx7AoKhxC8Pz8EThNpoOxeSGX.jpg", + * "vote_average": 8.745, + * "vote_count": 161 + * }, + * { + * "air_date": "2013-04-28", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 63083, + * "name": "Kissed by Fire", + * "order": 4, + * "overview": "The Hound is judged by the gods. Jaime is judged by men. Jon proves himself. Robb is betrayed. Tyrion learns the cost of weddings.", + * "production_code": "305", + * "runtime": 58, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/d2b1CWsWCKMt5IpNXKgJfE4fjxj.jpg", + * "vote_average": 8.178, + * "vote_count": 143 + * }, + * { + * "air_date": "2013-05-05", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 63084, + * "name": "The Climb", + * "order": 5, + * "overview": "Tywin plans strategic unions for the Lannisters. Melisandre pays a visit to the Riverlands. Robb weighs a compromise to repair his alliance with House Frey. Roose Bolton decides what to do with Jaime Lannister. Jon, Ygritte, and the Wildlings face a daunting climb.", + * "production_code": "306", + * "runtime": 54, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/eJQ5vnNrlM28fpInn6uGM0xUZRX.jpg", + * "vote_average": 8.04, + * "vote_count": 136 + * }, + * { + * "air_date": "2013-05-12", + * "episode_number": 7, + * "episode_type": "standard", + * "id": 63081, + * "name": "The Bear and the Maiden Fair", + * "order": 6, + * "overview": "Daenerys exchanges gifts with a slave lord outside of Yunkai. As Sansa frets about her prospects, Shae chafes at Tyrion’s new situation. Tywin counsels the king, and Melisandre reveals a secret to Gendry. Brienne faces a formidable foe in Harrenhal.", + * "production_code": "307", + * "runtime": 58, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/2RVD5pIIiv7ZH0qnazwVrsPEFpP.jpg", + * "vote_average": 8.205, + * "vote_count": 144 + * }, + * { + * "air_date": "2013-05-19", + * "episode_number": 8, + * "episode_type": "standard", + * "id": 63085, + * "name": "Second Sons", + * "order": 7, + * "overview": "King’s Landing hosts a wedding, and Tyrion and Sansa spend the night together. Daenerys tries to persuade the Second Sons to join her against Yunkai. Stannis releases Davos from the dungeons. Sam and Gilly meet an older gentleman.", + * "production_code": "308", + * "runtime": 57, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/x3sJ9URXLn9hb6WAqqNhVJQGPut.jpg", + * "vote_average": 8.263, + * "vote_count": 137 + * }, + * { + * "air_date": "2013-06-02", + * "episode_number": 9, + * "episode_type": "standard", + * "id": 63080, + * "name": "The Rains of Castamere", + * "order": 8, + * "overview": "Robb presents himself to Walder Frey, and Edmure meets his bride. Jon faces his harshest test yet. Bran discovers a new gift. Daario and Jorah debate how to take Yunkai. House Frey joins with House Tully.", + * "production_code": "309", + * "runtime": 51, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/8Cvg7NkvDPckIwPKWcyS25YcoSh.jpg", + * "vote_average": 9.176, + * "vote_count": 213 + * }, + * { + * "air_date": "2013-06-09", + * "episode_number": 10, + * "episode_type": "finale", + * "id": 63079, + * "name": "Mhysa", + * "order": 9, + * "overview": "Bran and company travel beyond the Wall. Sam returns to Castle Black. Jon says goodbye to Ygritte. Jaime returns to King's Landing. The Night's Watch asks for help from Stannis. Daenerys waits to see if she is a conqueror or a liberator.", + * "production_code": "310", + * "runtime": 63, + * "season_number": 3, + * "show_id": 1399, + * "still_path": "/wJbEFBLyogHR1GoxfDXNIoP4k1w.jpg", + * "vote_average": 8.348, + * "vote_count": 148 + * } + * ], + * "id": "5e907acc00fb6b001aa16a1a", + * "locked": false, + * "name": "Season 3", + * "order": 3 + * }, + * { + * "episodes": [ + * { + * "air_date": "2014-04-06", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 973190, + * "name": "Two Swords", + * "order": 0, + * "overview": "Tyrion welcomes a guest to King’s Landing. At Castle Black, Jon Snow finds himself unwelcome. Dany is pointed to Meereen, the mother of all slave cities. Arya runs into an old friend.", + * "production_code": "401", + * "runtime": 59, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/gtGrhEOURApsKhbf6tm6leJJmmp.jpg", + * "vote_average": 7.994, + * "vote_count": 164 + * }, + * { + * "air_date": "2014-04-13", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 973219, + * "name": "The Lion and the Rose", + * "order": 1, + * "overview": "Tyrion lends Jaime a hand. Joffrey and Margaery host a breakfast. At Dragonstone, Stannis loses patience with Davos. Ramsay finds a purpose for his pet. North of the Wall, Bran sees where they must go.", + * "production_code": "402", + * "runtime": 53, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/zOeaRpAKbrATuVe8Z5MtVJfair9.jpg", + * "vote_average": 8.838, + * "vote_count": 167 + * }, + * { + * "air_date": "2014-04-20", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 63096, + * "name": "Breaker of Chains", + * "order": 2, + * "overview": "Tyrion ponders his options. Tywin extends an olive branch. Sam realizes Castle Black isn’t safe, and Jon proposes a bold plan. The Hound teaches Arya the way things are. Dany chooses her champion.", + * "production_code": "403", + * "runtime": 57, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/pgwGxEDIv1XyB5TcJcJM7EMLWiX.jpg", + * "vote_average": 8.229, + * "vote_count": 142 + * }, + * { + * "air_date": "2014-04-27", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 63097, + * "name": "Oathkeeper", + * "order": 3, + * "overview": "Dany balances justice and mercy. Jaime tasks Brienne with his honor. Jon secures volunteers while Bran, Jojen, Meera and Hodor stumble on shelter.", + * "production_code": "404", + * "runtime": 56, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/9VolANvmLPcI5ynaCGHvwL1957h.jpg", + * "vote_average": 7.9, + * "vote_count": 147 + * }, + * { + * "air_date": "2014-05-04", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 63098, + * "name": "First of His Name", + * "order": 4, + * "overview": "After Tommen is crowned the King of the Seven Kingdoms, Cersei and Tywin plan the Crown's next move. Meanwhile, Dany weighs her future plans regarding Westeros and Slaver's Bay. Sansa and Lord Baelish arrive at the Eyrie and Jon Snow along with men from the Night's Watch attacks Craster's Keep.", + * "production_code": "405", + * "runtime": 54, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/bf0Z9votO2jqQLI0Y66TqfTjlyq.jpg", + * "vote_average": 8.063, + * "vote_count": 143 + * }, + * { + * "air_date": "2014-05-11", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 63099, + * "name": "The Laws of Gods and Men", + * "order": 5, + * "overview": "Stannis makes a deal with the Iron Bank of Braavos. Yara and her troops storm the Dreadfort to free Theon. Meanwhile, Daenerys meets Hizdar zo Loraq and her other supplicants. And the day of Tyrion's trial has come where Tyrion faces his father.", + * "production_code": "406", + * "runtime": 51, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/vKt9b7HNYhwM91C7S53zPsAWfT3.jpg", + * "vote_average": 8.932, + * "vote_count": 168 + * }, + * { + * "air_date": "2014-05-18", + * "episode_number": 7, + * "episode_type": "standard", + * "id": 63100, + * "name": "Mockingbird", + * "order": 6, + * "overview": "Tyrion gains an unlikely ally; Daario asks Dany to allow him to do what he does best; Jon's warnings about the vulnerability of the Wall are ignored; Brienne follows a new lead. ", + * "production_code": "407", + * "runtime": 52, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/u1LNM3vEGX2SWmoDZZC6yxXZXu8.jpg", + * "vote_average": 8.287, + * "vote_count": 148 + * }, + * { + * "air_date": "2014-06-01", + * "episode_number": 8, + * "episode_type": "standard", + * "id": 63101, + * "name": "The Mountain and the Viper", + * "order": 7, + * "overview": "Unexpected visitors arrive in Mole's Town. With assistance from Theon, Ramsay proves himself to his father, Lord Bolton. Littlefinger's motives are questioned when Sansa reveals the fate of Lysa Arryn to other lords of the Vale. Daenerys finds out a secret about Jorah Mormont. Tyrion's fate is decided.", + * "production_code": "408", + * "runtime": 53, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/cOcGpQmBvwuScHJjwQYlCreVl4x.jpg", + * "vote_average": 8.789, + * "vote_count": 175 + * }, + * { + * "air_date": "2014-06-08", + * "episode_number": 9, + * "episode_type": "standard", + * "id": 63102, + * "name": "The Watchers on the Wall", + * "order": 8, + * "overview": "Jon Snow and the Night's Watch face a big challenge.", + * "production_code": "409", + * "runtime": 51, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/vn4ECYuCaV43MEwpyjTdkXg7NPB.jpg", + * "vote_average": 8.638, + * "vote_count": 163 + * }, + * { + * "air_date": "2014-06-15", + * "episode_number": 10, + * "episode_type": "finale", + * "id": 63103, + * "name": "The Children", + * "order": 9, + * "overview": "Circumstances change after an unexpected arrival from north of the Wall. Dany must face harsh realities. Bran learns more about his destiny. Tyrion sees the truth about his situation.", + * "production_code": "410", + * "runtime": 66, + * "season_number": 4, + * "show_id": 1399, + * "still_path": "/dEvyoz6NrUGH3nyphu43hAzT1VE.jpg", + * "vote_average": 8.83, + * "vote_count": 159 + * } + * ], + * "id": "5e907ad64a4bf60fa2510824", + * "locked": false, + * "name": "Season 4", + * "order": 4 + * }, + * { + * "episodes": [ + * { + * "air_date": "2015-04-12", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 1043618, + * "name": "The Wars to Come", + * "order": 0, + * "overview": "Cersei and Jaime adjust to a world without Tywin. Varys reveals a conspiracy to Tyrion. Dany faces a new threat to her rule. Jon is caught between two kings.", + * "production_code": "501", + * "runtime": 53, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/shIFxmFySt9CtGXMTXWBipsNOIs.jpg", + * "vote_average": 7.862, + * "vote_count": 156 + * }, + * { + * "air_date": "2015-04-19", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 1045551, + * "name": "The House of Black and White", + * "order": 1, + * "overview": "Arya arrives in Braavos. Podrick and Brienne run into trouble on the road. Cersei fears for her daughter's safety in Dorne as Ellaria Sand seeks revenge for Oberyn's death. Stannis tempts Jon. An adviser tempts Daenerys.", + * "production_code": "502", + * "runtime": 56, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/uCJpE0pfjn78uhr2TjvIrhyTcR8.jpg", + * "vote_average": 7.85, + * "vote_count": 150 + * }, + * { + * "air_date": "2015-04-26", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 1045552, + * "name": "High Sparrow", + * "order": 2, + * "overview": "In Braavos, Arya sees the Many-Faced God. In King's Landing, Queen Margaery enjoys her new husband. Tyrion and Varys walk the Long Bridge of Volantis.", + * "production_code": "503", + * "runtime": 60, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/5b6eUi2w12ao24ug8cL5QqJFKig.jpg", + * "vote_average": 7.962, + * "vote_count": 144 + * }, + * { + * "air_date": "2015-05-03", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 1045553, + * "name": "Sons of the Harpy", + * "order": 3, + * "overview": "The Faith Militant grow increasingly aggressive. Jaime and Bronn head south. Ellaria and the Sand Snakes vow vengeance.", + * "production_code": "504", + * "runtime": 51, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/xJK24ELjz04a05saADPXkYafa21.jpg", + * "vote_average": 7.983, + * "vote_count": 146 + * }, + * { + * "air_date": "2015-05-10", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 1051286, + * "name": "Kill the Boy", + * "order": 4, + * "overview": "Dany makes a difficult decision in Meereen. Jon recruits the help of an unexpected ally. Brienne searches for Sansa. Theon remains under Ramsay's control.", + * "production_code": "505", + * "runtime": 57, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/j7fXuI4mC94q7SKbOON5Fnp1Rau.jpg", + * "vote_average": 7.846, + * "vote_count": 143 + * }, + * { + * "air_date": "2015-05-17", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 1051287, + * "name": "Unbowed, Unbent, Unbroken", + * "order": 5, + * "overview": "Arya trains. Jorah and Tyrion run into slavers. Trystane and Myrcella make plans. Jaime and Bronn reach their destination. The Sand Snakes attack.", + * "production_code": "506", + * "runtime": 54, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/ihngOB9FfBZvmTy01D836QMFybe.jpg", + * "vote_average": 7.6, + * "vote_count": 139 + * }, + * { + * "air_date": "2015-05-24", + * "episode_number": 7, + * "episode_type": "standard", + * "id": 1051288, + * "name": "The Gift", + * "order": 6, + * "overview": "Jon prepares for conflict. Sansa tries to talk to Theon. Brienne waits for a sign. Stannis remains stubborn. Jaime attempts to reconnect with family.", + * "production_code": "507", + * "runtime": 59, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/n4BFZfiqOX1l5l6uYtpDS4m19WX.jpg", + * "vote_average": 8.279, + * "vote_count": 147 + * }, + * { + * "air_date": "2015-05-31", + * "episode_number": 8, + * "episode_type": "standard", + * "id": 1070282, + * "name": "Hardhome", + * "order": 7, + * "overview": "Arya makes progress in her training. Sansa confronts an old friend. Cersei struggles. Jon travels.", + * "production_code": "508", + * "runtime": 60, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/58PgfiE8eIOdQ1iDvFnJG471RFB.jpg", + * "vote_average": 9.243, + * "vote_count": 204 + * }, + * { + * "air_date": "2015-06-07", + * "episode_number": 9, + * "episode_type": "standard", + * "id": 1054979, + * "name": "The Dance of Dragons", + * "order": 8, + * "overview": "Stannis confronts a troubling decision. Jon returns to The Wall. Mace visits the Iron Bank. Arya encounters someone from her past. Dany reluctantly oversees a traditional celebration of athleticism.", + * "production_code": "509", + * "runtime": 53, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/ymI7V3wsZRcRqLWgjJ59CTTGvh5.jpg", + * "vote_average": 8.784, + * "vote_count": 160 + * }, + * { + * "air_date": "2015-06-14", + * "episode_number": 10, + * "episode_type": "finale", + * "id": 1159054, + * "name": "Mother's Mercy", + * "order": 9, + * "overview": "Stannis marches. Dany is surrounded by strangers. Cersei seeks forgiveness. Jon is challenged.", + * "production_code": "510", + * "runtime": 61, + * "season_number": 5, + * "show_id": 1399, + * "still_path": "/b5dIepsIO3robQSe18fWmsQe37R.jpg", + * "vote_average": 8.497, + * "vote_count": 153 + * } + * ], + * "id": "5e907ae2197de4001b075ab4", + * "locked": false, + * "name": "Season 5", + * "order": 5 + * }, + * { + * "episodes": [ + * { + * "air_date": "2016-04-24", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 1156503, + * "name": "The Red Woman", + * "order": 0, + * "overview": "The fate of Jon Snow is revealed. Daenerys meets a strong man. Cersei sees her daughter once again.", + * "production_code": "601", + * "runtime": 51, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/qEu20NFIbwxtyABtFvsyyPaCNDM.jpg", + * "vote_average": 7.631, + * "vote_count": 199 + * }, + * { + * "air_date": "2016-05-01", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 1187406, + * "name": "Home", + * "order": 1, + * "overview": "Bran trains with the Three-Eyed Raven. In King’s Landing, Jaime advises Tommen. Tyrion demands good news, but has to make his own. At Castle Black, the Night’s Watch stands behind Thorne. Ramsay Bolton proposes a plan, and Balon Greyjoy entertains other proposals.", + * "production_code": "602", + * "runtime": 54, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/9JlZ6sOXf4nodwWYvoM5zCJIGm9.jpg", + * "vote_average": 8.256, + * "vote_count": 174 + * }, + * { + * "air_date": "2016-05-08", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 1186952, + * "name": "Oathbreaker", + * "order": 2, + * "overview": "Daenerys meets her future. Bran meets the past. Tommen confronts the High Sparrow. Arya trains to be No One. Varys finds an answer. Ramsay gets a gift.", + * "production_code": "603", + * "runtime": 53, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/dNp7HBQbwKlgX76fwqM6SWUo5tU.jpg", + * "vote_average": 7.929, + * "vote_count": 155 + * }, + * { + * "air_date": "2016-05-15", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 1186953, + * "name": "Book of the Stranger", + * "order": 3, + * "overview": "Tyrion strikes a deal. Jorah and Daario undertake a difficult task. Jaime and Cersei try to improve their situation.", + * "production_code": "604", + * "runtime": 59, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/dY2DbzgIjIatJJCVRgk1gKTJWez.jpg", + * "vote_average": 8.404, + * "vote_count": 156 + * }, + * { + * "air_date": "2016-05-22", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 1186954, + * "name": "The Door", + * "order": 4, + * "overview": "Tyrion seeks a strange ally. Bran learns a great deal. Brienne goes on a mission. Arya is given a chance to prove herself.", + * "production_code": "605", + * "runtime": 57, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/96u7HuryCkPEIN3JkZP336KTSq3.jpg", + * "vote_average": 8.845, + * "vote_count": 197 + * }, + * { + * "air_date": "2016-05-29", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 1186955, + * "name": "Blood of My Blood", + * "order": 5, + * "overview": "An old foe comes back into the picture. Gilly meets Sam’s family. Arya faces a difficult choice. Jaime faces off against the High Sparrow.", + * "production_code": "606", + * "runtime": 52, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/k01MUth8Xm2y79nvsQ3UF25SN9w.jpg", + * "vote_average": 7.795, + * "vote_count": 149 + * }, + * { + * "air_date": "2016-06-05", + * "episode_number": 7, + * "episode_type": "standard", + * "id": 1186956, + * "name": "The Broken Man", + * "order": 6, + * "overview": "The High Sparrow eyes another target. Jaime confronts a hero. Arya makes a plan. The North is reminded.", + * "production_code": "607", + * "runtime": 51, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/ymjvIqw8GClvQpurBYMeyaYXTck.jpg", + * "vote_average": 7.861, + * "vote_count": 147 + * }, + * { + * "air_date": "2016-06-12", + * "episode_number": 8, + * "episode_type": "standard", + * "id": 1187403, + * "name": "No One", + * "order": 7, + * "overview": "While Jaime weighs his options, Cersei answers a request. Tyrion's plans bear fruit. Arya faces a new test.", + * "production_code": "608", + * "runtime": 59, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/xl2l1a3kXGxWwZqGDgjowBk4x46.jpg", + * "vote_average": 7.843, + * "vote_count": 143 + * }, + * { + * "air_date": "2016-06-19", + * "episode_number": 9, + * "episode_type": "standard", + * "id": 1187404, + * "name": "Battle of the Bastards", + * "order": 8, + * "overview": "As the Starks prepare to fight, Davos loses something dear. Ramsay plays a game. Daenerys faces a choice.", + * "production_code": "609", + * "runtime": 60, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/j2znyjFSe1ol26DeQWMB1yE5EDQ.jpg", + * "vote_average": 9.182, + * "vote_count": 291 + * }, + * { + * "air_date": "2016-06-26", + * "episode_number": 10, + * "episode_type": "finale", + * "id": 1187405, + * "name": "The Winds of Winter", + * "order": 9, + * "overview": "Tyrion counsels Daenerys on the upcoming campaign. Jon and Sansa discuss their future. Trials begin in King's Landing.", + * "production_code": "610", + * "runtime": 68, + * "season_number": 6, + * "show_id": 1399, + * "still_path": "/8qgIcKTOKeAHlJMjGyPHl3IHjcU.jpg", + * "vote_average": 9.294, + * "vote_count": 247 + * } + * ], + * "id": "5e907ae9cee4810014e0ba98", + * "locked": false, + * "name": "Season 6", + * "order": 6 + * }, + * { + * "episodes": [ + * { + * "air_date": "2017-07-16", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 1233022, + * "name": "Dragonstone", + * "order": 0, + * "overview": "Jon organizes the defense of the North. Cersei tries to even the odds. Daenerys comes home.", + * "production_code": "701", + * "runtime": 59, + * "season_number": 7, + * "show_id": 1399, + * "still_path": "/3SB4PUzZAnY6HnZbVbktIZoopGs.jpg", + * "vote_average": 8.036, + * "vote_count": 194 + * }, + * { + * "air_date": "2017-07-23", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 1336114, + * "name": "Stormborn", + * "order": 1, + * "overview": "Daenerys receives an unexpected visitor. Jon faces a revolt. Tyrion plans the conquest of Westeros.", + * "production_code": "702", + * "runtime": 59, + * "season_number": 7, + * "show_id": 1399, + * "still_path": "/6ZLuB2YZeXTCEETnbPe5MNKCsio.jpg", + * "vote_average": 7.925, + * "vote_count": 167 + * }, + * { + * "air_date": "2017-07-30", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 1336115, + * "name": "The Queen's Justice", + * "order": 2, + * "overview": "Daenerys holds court. Tyrion backchannels. Cersei returns a gift. Jaime learns from his mistakes.", + * "production_code": "703", + * "runtime": 63, + * "season_number": 7, + * "show_id": 1399, + * "still_path": "/xSqdpR6qADmjsdlcJLX5LXRToQP.jpg", + * "vote_average": 8.018, + * "vote_count": 163 + * }, + * { + * "air_date": "2017-08-06", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 1340524, + * "name": "The Spoils of War", + * "order": 3, + * "overview": "Daenerys fights back. Jaime faces an unexpected situation. Arya comes home.", + * "production_code": "704", + * "runtime": 50, + * "season_number": 7, + * "show_id": 1399, + * "still_path": "/hH9gSHcisHqoux734Q2SdLPLmsL.jpg", + * "vote_average": 8.7, + * "vote_count": 200 + * }, + * { + * "air_date": "2017-08-13", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 1340526, + * "name": "Eastwatch", + * "order": 4, + * "overview": "Tyrion tries to find a way to make Daenerys listen to reason while Jon plans a dangerous new mission.", + * "production_code": "705", + * "runtime": 59, + * "season_number": 7, + * "show_id": 1399, + * "still_path": "/3iaJDPtj75z1YpLDMKR17JRXQdP.jpg", + * "vote_average": 7.951, + * "vote_count": 152 + * }, + * { + * "air_date": "2017-08-20", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 1340527, + * "name": "Beyond the Wall", + * "order": 5, + * "overview": "Jon and his team go beyond the wall to capture a wight. Daenerys has to make a tough decision.", + * "production_code": "706", + * "runtime": 70, + * "season_number": 7, + * "show_id": 1399, + * "still_path": "/jDMCK1E4iqH8ZJeZnv3ftpei0nm.jpg", + * "vote_average": 8.033, + * "vote_count": 181 + * }, + * { + * "air_date": "2017-08-27", + * "episode_number": 7, + * "episode_type": "finale", + * "id": 1340528, + * "name": "The Dragon and the Wolf", + * "order": 6, + * "overview": "A meeting is held in King's Landing. Problems arise in the North.", + * "production_code": "707", + * "runtime": 80, + * "season_number": 7, + * "show_id": 1399, + * "still_path": "/w4N4xxFrfjUyk7wE5hgcoAy0tDc.jpg", + * "vote_average": 8.523, + * "vote_count": 173 + * } + * ], + * "id": "5e907af0cee4810014e0bab0", + * "locked": false, + * "name": "Season 7", + * "order": 7 + * }, + * { + * "episodes": [ + * { + * "air_date": "2019-04-14", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 1551825, + * "name": "Winterfell", + * "order": 0, + * "overview": "Arriving at Winterfell, Jon and Daenerys struggle to unite a divided North. Jon Snow gets some big news.", + * "production_code": "801", + * "runtime": 55, + * "season_number": 8, + * "show_id": 1399, + * "still_path": "/o65qwX1aHJclJ36VDhD3VYzz5em.jpg", + * "vote_average": 7.148, + * "vote_count": 253 + * }, + * { + * "air_date": "2019-04-21", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 1551826, + * "name": "A Knight of the Seven Kingdoms", + * "order": 1, + * "overview": "The battle at Winterfell is approaching. Jaime is confronted with the consequences of the past. A tense interaction between Sansa and Daenerys follows.", + * "production_code": "802", + * "runtime": 59, + * "season_number": 8, + * "show_id": 1399, + * "still_path": "/vJ8H9WtzbJGfArfdycc4nagQVRU.jpg", + * "vote_average": 7.399, + * "vote_count": 238 + * }, + * { + * "air_date": "2019-04-28", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 1551827, + * "name": "The Long Night", + * "order": 2, + * "overview": "The Night King and his army have arrived at Winterfell and the great battle begins. Arya looks to prove her worth as a fighter.", + * "production_code": "803", + * "runtime": 82, + * "season_number": 8, + * "show_id": 1399, + * "still_path": "/mFtHbZenI5rRPqC5OFafoVmjEjq.jpg", + * "vote_average": 6.887, + * "vote_count": 292 + * }, + * { + * "air_date": "2019-05-05", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 1551828, + * "name": "The Last of the Starks", + * "order": 3, + * "overview": "In the wake of a costly victory, Jon and Daenerys look to the south as Tyrion eyes a compromise that could save countless lives.", + * "production_code": "804", + * "runtime": 79, + * "season_number": 8, + * "show_id": 1399, + * "still_path": "/9jgeANvHuZFVnTIkkKSU3PkGJZA.jpg", + * "vote_average": 5.696, + * "vote_count": 253 + * }, + * { + * "air_date": "2019-05-12", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 1551829, + * "name": "The Bells", + * "order": 4, + * "overview": "Daenerys brings her forces to King's Landing.", + * "production_code": "805", + * "runtime": 80, + * "season_number": 8, + * "show_id": 1399, + * "still_path": "/xF9hOs5h9sc37oWdtF4RPHq8dXA.jpg", + * "vote_average": 6.015, + * "vote_count": 264 + * }, + * { + * "air_date": "2019-05-19", + * "episode_number": 6, + * "episode_type": "finale", + * "id": 1551830, + * "name": "The Iron Throne", + * "order": 5, + * "overview": "In the aftermath of the devastating attack on King's Landing, Daenerys must face the survivors.", + * "production_code": "806", + * "runtime": 80, + * "season_number": 8, + * "show_id": 1399, + * "still_path": "/zBi2O5EJfgTS6Ae0HdAYLm9o2nf.jpg", + * "vote_average": 4.611, + * "vote_count": 324 + * } + * ], + * "id": "5e907af9197de4001307861c", + * "locked": false, + * "name": "Season 8", + * "order": 8 + * }, + * { + * "episodes": [ + * { + * "air_date": "2010-12-05", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 63087, + * "name": "Inside Game of Thrones", + * "order": 0, + * "overview": "A short look into the film-making process for the production Game of Thrones", + * "production_code": "", + * "runtime": 11, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/1aVzF5os3TEMeQBTyNWPlKVsY0f.jpg", + * "vote_average": 5.1, + * "vote_count": 16 + * }, + * { + * "air_date": "2011-04-03", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 63086, + * "name": "15-Minute Preview", + * "order": 1, + * "overview": "An approximately 15-minute preview of the first episode of Game of Thrones.", + * "production_code": "", + * "runtime": 15, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/7LUPfB5mrNfplDFfpZIjFL5J9fI.jpg", + * "vote_average": 7.2, + * "vote_count": 6 + * }, + * { + * "air_date": "2011-04-07", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 63088, + * "name": "Making Game of Thrones", + * "order": 2, + * "overview": "An exclusive 30-minute feature including never-before-seen footage from the set and interviews from the cast and crew.", + * "production_code": "", + * "runtime": 30, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/wK6sLD7YIgnteEjxdWzT9xe4WvW.jpg", + * "vote_average": 7.3, + * "vote_count": 7 + * }, + * { + * "air_date": "2011-07-21", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 63090, + * "name": "2011 Comic Con Panel", + * "order": 3, + * "overview": "", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/xydHpOh6zViapTSedZEKdqhruNX.jpg", + * "vote_average": 6.4, + * "vote_count": 4 + * }, + * { + * "air_date": "2012-03-24", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 63091, + * "name": "You Win or You Die", + * "order": 4, + * "overview": "A prequel to Game of Thrones Season 2 which recaps on the first season and gives insight into what's to come.", + * "production_code": "", + * "runtime": 22, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/6M8HOqp1AnaabsMnBDczrxMPPVS.jpg", + * "vote_average": 5, + * "vote_count": 6 + * }, + * { + * "air_date": "2014-02-18", + * "episode_number": 210, + * "episode_type": "standard", + * "id": 63092, + * "name": "A Gathering Storm", + * "order": 5, + * "overview": "A prequel to Game of Thrones Season 3 which recaps on the first and second season and gives insight into what's to come.", + * "production_code": "", + * "runtime": 14, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/7v478trMpP7AhtibCfnbiLU4tpY.jpg", + * "vote_average": 7.6, + * "vote_count": 5 + * }, + * { + * "air_date": "2014-02-18", + * "episode_number": 211, + * "episode_type": "standard", + * "id": 63093, + * "name": "The Politics of Marriage", + * "order": 6, + * "overview": "Love and marriage? They don't go together so well in 'Game of Thrones' where the concept of matrimony is all about making power plays and political alliances. Cast and crew members along with author George R.R. Martin take a fascinating look at this ancient institution and its place in the hit HBO series.", + * "production_code": "", + * "runtime": 9, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/nL9z4eQDpG4tyj2Rj9J1DurDmK4.jpg", + * "vote_average": 7, + * "vote_count": 4 + * }, + * { + * "air_date": "2014-02-09", + * "episode_number": 9, + * "episode_type": "standard", + * "id": 974558, + * "name": "Ice and Fire: A Foreshadowing", + * "order": 7, + * "overview": "Take a look back and a look forward to the fourth season of the hit HBO series, the show features clips from upcoming episodes, behind the scenes footage, interviews with talent, and cast members' answers to questions posed by fans.", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/2nFkwdPOwXMf2TySEPRSE0WXRDA.jpg", + * "vote_average": 7.4, + * "vote_count": 4 + * }, + * { + * "air_date": "2014-03-12", + * "episode_number": 10, + * "episode_type": "standard", + * "id": 974559, + * "name": "The Politics of Power: A Look Back at Season 3", + * "order": 8, + * "overview": "Relive every thrilling, dramatic and tragic highlight from Season 3 of \"Game of Thrones\" in this comprehensive featurette. From Daenerys building a slave army to the infamous Red Wedding, not a detail is missed as recalled by the stars of the hit HBO series.", + * "production_code": "", + * "runtime": 25, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/nTAGjLkDuhn69Ni18UdfYcJ7nnj.jpg", + * "vote_average": 6.4, + * "vote_count": 6 + * }, + * { + * "air_date": "2015-02-08", + * "episode_number": 11, + * "episode_type": "standard", + * "id": 1041057, + * "name": "A Day in the Life", + * "order": 9, + * "overview": "The 30-minute special documents one epic day of production as tackled by hundreds of crew members across three countries. In addition to a behind-the-scenes look at the action in Dubrovnik, Croatia, Belfast, Northern Ireland and Seville, Spain, the preview includes several never-before-seen features.", + * "production_code": "", + * "runtime": 26, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/xUVCZNoGKrp4IbbExcMWUUOwDvT.jpg", + * "vote_average": 6.9, + * "vote_count": 6 + * }, + * { + * "air_date": "2015-03-16", + * "episode_number": 12, + * "episode_type": "standard", + * "id": 1188785, + * "name": "The Story So Far (2015)", + * "order": 10, + * "overview": "Ahead of the eagerly-anticipated fifth season, we bring you up tp speed with the events of the epic fantasy drama to date. And to help the uninitiated ease into the wild world of Westeros, here's a beginner's guide to the fantasy epic.", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/gDJoLFcizTNzwanGxAmzjShNIfB.jpg", + * "vote_average": 6.7, + * "vote_count": 3 + * }, + * { + * "air_date": "2015-03-19", + * "episode_number": 13, + * "episode_type": "standard", + * "id": 1203674, + * "name": "World Premiere", + * "order": 11, + * "overview": "See the stars of Game of Thrones arrive at the Tower of London for the world premiere of the hit show's fifth season. Sue Perkins and Jamie East host.", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/dDufP1c0an3m3qsO2AtqbG44hlH.jpg", + * "vote_average": 5, + * "vote_count": 2 + * }, + * { + * "air_date": "2015-05-22", + * "episode_number": 14, + * "episode_type": "standard", + * "id": 1347221, + * "name": "Red Nose Day 'Game Of Thrones' Musical", + * "order": 12, + * "overview": "“George R.R. Martin meets Chris Martin – what could go wrong?” That’s Emilia Clarke in the epic, 12-minute video for Coldplay’s totally fake Game of Thrones musical, right before she rips into a song called “Rastafarian Targaryen.” Here’s a sample lyric: “Call me Daenerys Targaryen when you want to reach me, and if you feel the love then you can call me Khalessi.” The sketch, part of Red Nose Day, includes cast members Kit Harington, Peter Dinklage, John Bradley, Rose Leslie, Charlotte Pope, Thomas Brodie-Sangster, Alfie Allen and Nikolaj Coster-Waldau, who performs a piano ballad called “Closer to Home” to a photo of Lena Headey as Cersei. (“Are you thinking about Joffrey? Such a spirited lad. I was his uncle, I was also his dad.”)", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/kOk3k9QGezLWMGFGAovukX3R67m.jpg", + * "vote_average": 4.5, + * "vote_count": 2 + * }, + * { + * "air_date": "2016-04-20", + * "episode_number": 15, + * "episode_type": "standard", + * "id": 1631882, + * "name": "The Story So Far (2016)", + * "order": 13, + * "overview": "Ahead of Season 6 of the epic saga, this special will bring viewers up to speed on the gripping storylines and compelling characters from the first five seasons. Writers and stars of the show give viewers an insight into key events of each season and explain the intrigues and power struggles at work in the lands of Westeros and beyond.", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/viSbmzfMeUKHaeaKr0etCAdTnmc.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2016-08-01", + * "episode_number": 16, + * "episode_type": "standard", + * "id": 1759666, + * "name": "The Game Revealed: Season 6 Episode 1 & 2", + * "order": 14, + * "overview": "The Game Revealed: Season 6 Episode 1 & 2", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/lVFVxh3iayEd7mAtLwo94j34zeC.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2016-08-01", + * "episode_number": 17, + * "episode_type": "standard", + * "id": 1799533, + * "name": "The Game Revealed: Season 6 Episode 3 & 4", + * "order": 15, + * "overview": "The Game Revealed: Season 6 Episode 3 & 4", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/9xvP14MhH9OVL8SE5In4ggvZ3b4.jpg", + * "vote_average": 6, + * "vote_count": 2 + * }, + * { + * "air_date": "2016-08-01", + * "episode_number": 18, + * "episode_type": "standard", + * "id": 1989799, + * "name": "The Game Revealed: Season 6 Episode 5 & 6", + * "order": 16, + * "overview": "The Game Revealed: Season 6 Episode 5 & 6", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/6jujHifJfHUmRypyBZgBfN3rJo6.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2016-08-01", + * "episode_number": 19, + * "episode_type": "standard", + * "id": 63089, + * "name": "The Game Revealed: Season 6 Episode 7 & 8", + * "order": 17, + * "overview": "The Game Revealed: Season 6 Episode 7 & 8", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/ipyfP5kR8feGU5gVqjA8BfcCdZK.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2016-08-01", + * "episode_number": 20, + * "episode_type": "standard", + * "id": 2022234, + * "name": "The Game Revealed: Season 6 Episode 9 & 10", + * "order": 18, + * "overview": "The Game Revealed: Season 6 Episode 9 & 10", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/jJB1SW7D0rQ0bXgUJzz0tiUWSMZ.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2016-06-19", + * "episode_number": 21, + * "episode_type": "standard", + * "id": 2022235, + * "name": "Anatomy of A Scene: The Battle of Winterfell", + * "order": 19, + * "overview": "Anatomy of A Scene: The Battle of Winterfell", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/jJB1SW7D0rQ0bXgUJzz0tiUWSMZ.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2016-07-22", + * "episode_number": 22, + * "episode_type": "standard", + * "id": 2022236, + * "name": "2016 Comic Con Panel", + * "order": 20, + * "overview": "2016 Comic Con Panel", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/gxQZwykLcldLLXVQiMibpRQVgpT.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2017-07-13", + * "episode_number": 24, + * "episode_type": "standard", + * "id": 2022238, + * "name": "The Story So Far (2017)", + * "order": 22, + * "overview": "Ahead of the season seven premiere, get up to speed on all the action in Game of Thrones with this re-cap of the story so far.", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": null, + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2017-07-21", + * "episode_number": 25, + * "episode_type": "standard", + * "id": 2022239, + * "name": "2017 Comic Con Panel", + * "order": 23, + * "overview": "2017 Comic Con Panel", + * "production_code": "", + * "runtime": 60, + * "season_number": 0, + * "show_id": 1399, + * "still_path": null, + * "vote_average": 2, + * "vote_count": 1 + * }, + * { + * "air_date": "2017-08-01", + * "episode_number": 26, + * "episode_type": "standard", + * "id": 2022240, + * "name": "Inside the Episode: Season 7 Episode 1", + * "order": 24, + * "overview": "Inside the Episode: Season 7 Episode 1", + * "production_code": "", + * "runtime": 6, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/7WtE85PWeCOoQJVtiScbnypuPVY.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2017-08-01", + * "episode_number": 27, + * "episode_type": "standard", + * "id": 2022241, + * "name": "Inside the Episode: Season 7 Episode 2", + * "order": 25, + * "overview": "Inside the Episode: Season 7 Episode 2", + * "production_code": "", + * "runtime": 5, + * "season_number": 0, + * "show_id": 1399, + * "still_path": null, + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2017-08-01", + * "episode_number": 28, + * "episode_type": "standard", + * "id": 2022242, + * "name": "Inside the Episode: Season 7 Episode 3", + * "order": 26, + * "overview": "Inside the Episode: Season 7 Episode 3", + * "production_code": "", + * "runtime": 4, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/qh9Qw4AM0c7vrsNm3T50ZbeOran.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2017-08-06", + * "episode_number": 29, + * "episode_type": "standard", + * "id": 2022243, + * "name": "Inside the Episode: Season 7 Episode 4", + * "order": 27, + * "overview": "Inside the Episode: Season 7 Episode 4", + * "production_code": "", + * "runtime": 6, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/pgOvxMdc9hLVF8bbq8BIP6GW3cG.jpg", + * "vote_average": 5, + * "vote_count": 1 + * }, + * { + * "air_date": "2017-08-13", + * "episode_number": 30, + * "episode_type": "standard", + * "id": 2022244, + * "name": "Inside the Episode: Season 7 Episode 5", + * "order": 28, + * "overview": "Inside the Episode: Season 7 Episode 5", + * "production_code": "", + * "runtime": 5, + * "season_number": 0, + * "show_id": 1399, + * "still_path": "/871Rb4J8tLT7umW3hxTAfzJmbsl.jpg", + * "vote_average": 5, + * "vote_count": 1 + * } + * ], + * "id": "5e907b93cee4810012e0ca60", + * "locked": false, + * "name": "Special", + * "order": 9 + * } + * ] */ + groups?: { + /** @example [ + * { + * "air_date": "2011-04-17", + * "episode_number": 1, + * "episode_type": "standard", + * "id": 63056, + * "name": "Winter Is Coming", + * "order": 0, + * "overview": "Jon Arryn, the Hand of the King, is dead. King Robert Baratheon plans to ask his oldest friend, Eddard Stark, to take Jon's place. Across the sea, Viserys Targaryen plans to wed his sister to a nomadic warlord in exchange for an army.", + * "production_code": "101", + * "runtime": 62, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg", + * "vote_average": 8.006, + * "vote_count": 347 + * }, + * { + * "air_date": "2011-04-24", + * "episode_number": 2, + * "episode_type": "standard", + * "id": 63057, + * "name": "The Kingsroad", + * "order": 1, + * "overview": "While Bran recovers from his fall, Ned takes only his daughters to Kings Landing. Jon Snow goes with his uncle Benjen to The Wall. Tyrion joins them.", + * "production_code": "102", + * "runtime": 56, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/l0GJx3IR8YasbztTJi5uK0XqkEo.jpg", + * "vote_average": 7.853, + * "vote_count": 232 + * }, + * { + * "air_date": "2011-05-01", + * "episode_number": 3, + * "episode_type": "standard", + * "id": 63058, + * "name": "Lord Snow", + * "order": 2, + * "overview": "Lord Stark and his daughters arrive at King's Landing to discover the intrigues of the king's realm.", + * "production_code": "103", + * "runtime": 58, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/8HjOlb4slc1xusMgOtoNpxuTgSI.jpg", + * "vote_average": 8.062, + * "vote_count": 193 + * }, + * { + * "air_date": "2011-05-08", + * "episode_number": 4, + * "episode_type": "standard", + * "id": 63059, + * "name": "Cripples, Bastards, and Broken Things", + * "order": 3, + * "overview": "Eddard investigates Jon Arryn's murder. Jon befriends Samwell Tarly, a coward who has come to join the Night's Watch.", + * "production_code": "104", + * "runtime": 56, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/jri960hz39eulThP66dd9emTxvs.jpg", + * "vote_average": 8.172, + * "vote_count": 169 + * }, + * { + * "air_date": "2011-05-15", + * "episode_number": 5, + * "episode_type": "standard", + * "id": 63060, + * "name": "The Wolf and the Lion", + * "order": 4, + * "overview": "Catelyn has captured Tyrion and plans to bring him to her sister, Lysa Arryn, at The Vale, to be tried for his, supposed, crimes against Bran. Robert plans to have Daenerys killed, but Eddard refuses to be a part of it and quits.", + * "production_code": "105", + * "runtime": 55, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/u7e1qSWE6v8jfY9vGNrckX47DGN.jpg", + * "vote_average": 8.541, + * "vote_count": 171 + * }, + * { + * "air_date": "2011-05-22", + * "episode_number": 6, + * "episode_type": "standard", + * "id": 63061, + * "name": "A Golden Crown", + * "order": 5, + * "overview": "While recovering from his battle with Jamie, Eddard is forced to run the kingdom while Robert goes hunting. Tyrion demands a trial by combat for his freedom. Viserys is losing his patience with Drogo.", + * "production_code": "106", + * "runtime": 53, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/AdhvrJxyYpINwYnGkBIf2krQKg.jpg", + * "vote_average": 8.411, + * "vote_count": 169 + * }, + * { + * "air_date": "2011-05-29", + * "episode_number": 7, + * "episode_type": "standard", + * "id": 63062, + * "name": "You Win or You Die", + * "order": 6, + * "overview": "Robert has been injured while hunting and is dying. Jon and the others finally take their vows to the Night's Watch. A man, sent by Robert, is captured for trying to poison Daenerys. Furious, Drogo vows to attack the Seven Kingdoms.", + * "production_code": "107", + * "runtime": 58, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/o6ldSDhIINGNKZR62mHf2m64dD.jpg", + * "vote_average": 8.583, + * "vote_count": 168 + * }, + * { + * "air_date": "2011-06-05", + * "episode_number": 8, + * "episode_type": "standard", + * "id": 63063, + * "name": "The Pointy End", + * "order": 7, + * "overview": "Eddard and his men are betrayed and captured by the Lannisters. When word reaches Robb, he plans to go to war to rescue them. The White Walkers attack The Wall. Tyrion returns to his father with some new friends.", + * "production_code": "108", + * "runtime": 59, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/9ZvT1IZPcC11eiCByOzqQvC3CCR.jpg", + * "vote_average": 8.209, + * "vote_count": 165 + * }, + * { + * "air_date": "2011-06-12", + * "episode_number": 9, + * "episode_type": "standard", + * "id": 63064, + * "name": "Baelor", + * "order": 8, + * "overview": "Robb goes to war against the Lannisters. Jon finds himself struggling on deciding if his place is with Robb or the Night's Watch. Drogo has fallen ill from a fresh battle wound. Daenerys is desperate to save him.", + * "production_code": "109", + * "runtime": 57, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/fAmBhmw1pQc6fucrdmnRM5FOpXD.jpg", + * "vote_average": 8.884, + * "vote_count": 181 + * }, + * { + * "air_date": "2011-06-19", + * "episode_number": 10, + * "episode_type": "finale", + * "id": 63065, + * "name": "Fire and Blood", + * "order": 9, + * "overview": "With Ned dead, Robb vows to get revenge on the Lannisters. Jon must officially decide if his place is with Robb or the Night's Watch. Daenerys says her final goodbye to Drogo.", + * "production_code": "110", + * "runtime": 53, + * "season_number": 1, + * "show_id": 1399, + * "still_path": "/y1BXkhEqBQS3ewQeqqdHpjhTts0.jpg", + * "vote_average": 8.756, + * "vote_count": 172 + * } + * ] */ + episodes?: { + /** @example 2011-04-17 */ + air_date?: string; + /** @example 1 */ + episode_number?: number; + /** @example standard */ + episode_type?: string; + /** @example 63056 */ + id?: number; + /** @example Winter Is Coming */ + name?: string; + /** @example 0 */ + order?: number; + /** @example Jon Arryn, the Hand of the King, is dead. King Robert Baratheon plans to ask his oldest friend, Eddard Stark, to take Jon's place. Across the sea, Viserys Targaryen plans to wed his sister to a nomadic warlord in exchange for an army. */ + overview?: string; + /** @example 101 */ + production_code?: string; + /** @example 62 */ + runtime?: number; + /** @example 1 */ + season_number?: number; + /** @example 1399 */ + show_id?: number; + /** @example /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg */ + still_path?: string; + /** @example 8.006 */ + vote_average?: number; + /** @example 347 */ + vote_count?: number; + }[]; + /** @example 5e907a9c197de40015075fe5 */ + id?: string; + /** @example false */ + locked?: boolean; + /** @example Season 1 */ + name?: string; + /** @example 1 */ + order?: number; + }[]; + /** @example 5e9077d2e640d600151f32bd */ + id?: string; + /** @example Aired Order */ + name?: string; + network?: { + /** @example 49 */ + id?: number; + /** @example /tuomPhY2UtuPTqqFnKMVHvSb724.png */ + logo_path?: string; + /** @example HBO */ + name?: string; + /** @example US */ + origin_country?: string; + }; + /** @example 1 */ + type?: number; + }; + }; + }; + }; + }; + availableRegions: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description available regions */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "english_name": "Andorra", + * "iso_3166_1": "AD", + * "native_name": "Andorra" + * }, + * { + * "english_name": "United Arab Emirates", + * "iso_3166_1": "AE", + * "native_name": "United Arab Emirates" + * }, + * { + * "english_name": "Antigua and Barbuda", + * "iso_3166_1": "AG", + * "native_name": "Antigua & Barbuda" + * }, + * { + * "english_name": "Albania", + * "iso_3166_1": "AL", + * "native_name": "Albania" + * }, + * { + * "english_name": "Angola", + * "iso_3166_1": "AO", + * "native_name": "Angola" + * }, + * { + * "english_name": "Argentina", + * "iso_3166_1": "AR", + * "native_name": "Argentina" + * }, + * { + * "english_name": "Austria", + * "iso_3166_1": "AT", + * "native_name": "Austria" + * }, + * { + * "english_name": "Australia", + * "iso_3166_1": "AU", + * "native_name": "Australia" + * }, + * { + * "english_name": "Azerbaijan", + * "iso_3166_1": "AZ", + * "native_name": "Azerbaijan" + * }, + * { + * "english_name": "Bosnia and Herzegovina", + * "iso_3166_1": "BA", + * "native_name": "Bosnia & Herzegovina" + * }, + * { + * "english_name": "Barbados", + * "iso_3166_1": "BB", + * "native_name": "Barbados" + * }, + * { + * "english_name": "Belgium", + * "iso_3166_1": "BE", + * "native_name": "Belgium" + * }, + * { + * "english_name": "Burkina Faso", + * "iso_3166_1": "BF", + * "native_name": "Burkina Faso" + * }, + * { + * "english_name": "Bulgaria", + * "iso_3166_1": "BG", + * "native_name": "Bulgaria" + * }, + * { + * "english_name": "Bahrain", + * "iso_3166_1": "BH", + * "native_name": "Bahrain" + * }, + * { + * "english_name": "Bermuda", + * "iso_3166_1": "BM", + * "native_name": "Bermuda" + * }, + * { + * "english_name": "Bolivia", + * "iso_3166_1": "BO", + * "native_name": "Bolivia" + * }, + * { + * "english_name": "Brazil", + * "iso_3166_1": "BR", + * "native_name": "Brazil" + * }, + * { + * "english_name": "Bahamas", + * "iso_3166_1": "BS", + * "native_name": "Bahamas" + * }, + * { + * "english_name": "Belarus", + * "iso_3166_1": "BY", + * "native_name": "Belarus" + * }, + * { + * "english_name": "Belize", + * "iso_3166_1": "BZ", + * "native_name": "Belize" + * }, + * { + * "english_name": "Canada", + * "iso_3166_1": "CA", + * "native_name": "Canada" + * }, + * { + * "english_name": "Congo", + * "iso_3166_1": "CD", + * "native_name": "Democratic Republic of the Congo (Kinshasa)" + * }, + * { + * "english_name": "Switzerland", + * "iso_3166_1": "CH", + * "native_name": "Switzerland" + * }, + * { + * "english_name": "Cote D'Ivoire", + * "iso_3166_1": "CI", + * "native_name": "Côte d’Ivoire" + * }, + * { + * "english_name": "Chile", + * "iso_3166_1": "CL", + * "native_name": "Chile" + * }, + * { + * "english_name": "Cameroon", + * "iso_3166_1": "CM", + * "native_name": "Cameroon" + * }, + * { + * "english_name": "Colombia", + * "iso_3166_1": "CO", + * "native_name": "Colombia" + * }, + * { + * "english_name": "Costa Rica", + * "iso_3166_1": "CR", + * "native_name": "Costa Rica" + * }, + * { + * "english_name": "Cuba", + * "iso_3166_1": "CU", + * "native_name": "Cuba" + * }, + * { + * "english_name": "Cape Verde", + * "iso_3166_1": "CV", + * "native_name": "Cape Verde" + * }, + * { + * "english_name": "Cyprus", + * "iso_3166_1": "CY", + * "native_name": "Cyprus" + * }, + * { + * "english_name": "Czech Republic", + * "iso_3166_1": "CZ", + * "native_name": "Czech Republic" + * }, + * { + * "english_name": "Germany", + * "iso_3166_1": "DE", + * "native_name": "Germany" + * }, + * { + * "english_name": "Denmark", + * "iso_3166_1": "DK", + * "native_name": "Denmark" + * }, + * { + * "english_name": "Dominican Republic", + * "iso_3166_1": "DO", + * "native_name": "Dominican Republic" + * }, + * { + * "english_name": "Algeria", + * "iso_3166_1": "DZ", + * "native_name": "Algeria" + * }, + * { + * "english_name": "Ecuador", + * "iso_3166_1": "EC", + * "native_name": "Ecuador" + * }, + * { + * "english_name": "Estonia", + * "iso_3166_1": "EE", + * "native_name": "Estonia" + * }, + * { + * "english_name": "Egypt", + * "iso_3166_1": "EG", + * "native_name": "Egypt" + * }, + * { + * "english_name": "Spain", + * "iso_3166_1": "ES", + * "native_name": "Spain" + * }, + * { + * "english_name": "Finland", + * "iso_3166_1": "FI", + * "native_name": "Finland" + * }, + * { + * "english_name": "Fiji", + * "iso_3166_1": "FJ", + * "native_name": "Fiji" + * }, + * { + * "english_name": "France", + * "iso_3166_1": "FR", + * "native_name": "France" + * }, + * { + * "english_name": "United Kingdom", + * "iso_3166_1": "GB", + * "native_name": "United Kingdom" + * }, + * { + * "english_name": "French Guiana", + * "iso_3166_1": "GF", + * "native_name": "French Guiana" + * }, + * { + * "english_name": "Ghana", + * "iso_3166_1": "GH", + * "native_name": "Ghana" + * }, + * { + * "english_name": "Gibraltar", + * "iso_3166_1": "GI", + * "native_name": "Gibraltar" + * }, + * { + * "english_name": "Guadaloupe", + * "iso_3166_1": "GP", + * "native_name": "Guadeloupe" + * }, + * { + * "english_name": "Equatorial Guinea", + * "iso_3166_1": "GQ", + * "native_name": "Equatorial Guinea" + * }, + * { + * "english_name": "Greece", + * "iso_3166_1": "GR", + * "native_name": "Greece" + * }, + * { + * "english_name": "Guatemala", + * "iso_3166_1": "GT", + * "native_name": "Guatemala" + * }, + * { + * "english_name": "Guyana", + * "iso_3166_1": "GY", + * "native_name": "Guyana" + * }, + * { + * "english_name": "Hong Kong", + * "iso_3166_1": "HK", + * "native_name": "Hong Kong SAR China" + * }, + * { + * "english_name": "Honduras", + * "iso_3166_1": "HN", + * "native_name": "Honduras" + * }, + * { + * "english_name": "Croatia", + * "iso_3166_1": "HR", + * "native_name": "Croatia" + * }, + * { + * "english_name": "Hungary", + * "iso_3166_1": "HU", + * "native_name": "Hungary" + * }, + * { + * "english_name": "Indonesia", + * "iso_3166_1": "ID", + * "native_name": "Indonesia" + * }, + * { + * "english_name": "Ireland", + * "iso_3166_1": "IE", + * "native_name": "Ireland" + * }, + * { + * "english_name": "Israel", + * "iso_3166_1": "IL", + * "native_name": "Israel" + * }, + * { + * "english_name": "India", + * "iso_3166_1": "IN", + * "native_name": "India" + * }, + * { + * "english_name": "Iraq", + * "iso_3166_1": "IQ", + * "native_name": "Iraq" + * }, + * { + * "english_name": "Iceland", + * "iso_3166_1": "IS", + * "native_name": "Iceland" + * }, + * { + * "english_name": "Italy", + * "iso_3166_1": "IT", + * "native_name": "Italy" + * }, + * { + * "english_name": "Jamaica", + * "iso_3166_1": "JM", + * "native_name": "Jamaica" + * }, + * { + * "english_name": "Jordan", + * "iso_3166_1": "JO", + * "native_name": "Jordan" + * }, + * { + * "english_name": "Japan", + * "iso_3166_1": "JP", + * "native_name": "Japan" + * }, + * { + * "english_name": "Kenya", + * "iso_3166_1": "KE", + * "native_name": "Kenya" + * }, + * { + * "english_name": "South Korea", + * "iso_3166_1": "KR", + * "native_name": "South Korea" + * }, + * { + * "english_name": "Kuwait", + * "iso_3166_1": "KW", + * "native_name": "Kuwait" + * }, + * { + * "english_name": "Lebanon", + * "iso_3166_1": "LB", + * "native_name": "Lebanon" + * }, + * { + * "english_name": "St. Lucia", + * "iso_3166_1": "LC", + * "native_name": "St. Lucia" + * }, + * { + * "english_name": "Liechtenstein", + * "iso_3166_1": "LI", + * "native_name": "Liechtenstein" + * }, + * { + * "english_name": "Lithuania", + * "iso_3166_1": "LT", + * "native_name": "Lithuania" + * }, + * { + * "english_name": "Luxembourg", + * "iso_3166_1": "LU", + * "native_name": "Luxembourg" + * }, + * { + * "english_name": "Latvia", + * "iso_3166_1": "LV", + * "native_name": "Latvia" + * }, + * { + * "english_name": "Libyan Arab Jamahiriya", + * "iso_3166_1": "LY", + * "native_name": "Libya" + * }, + * { + * "english_name": "Morocco", + * "iso_3166_1": "MA", + * "native_name": "Morocco" + * }, + * { + * "english_name": "Monaco", + * "iso_3166_1": "MC", + * "native_name": "Monaco" + * }, + * { + * "english_name": "Moldova", + * "iso_3166_1": "MD", + * "native_name": "Moldova" + * }, + * { + * "english_name": "Montenegro", + * "iso_3166_1": "ME", + * "native_name": "Montenegro" + * }, + * { + * "english_name": "Madagascar", + * "iso_3166_1": "MG", + * "native_name": "Madagascar" + * }, + * { + * "english_name": "Macedonia", + * "iso_3166_1": "MK", + * "native_name": "Macedonia" + * }, + * { + * "english_name": "Mali", + * "iso_3166_1": "ML", + * "native_name": "Mali" + * }, + * { + * "english_name": "Malta", + * "iso_3166_1": "MT", + * "native_name": "Malta" + * }, + * { + * "english_name": "Mauritius", + * "iso_3166_1": "MU", + * "native_name": "Mauritius" + * }, + * { + * "english_name": "Malawi", + * "iso_3166_1": "MW", + * "native_name": "Malawi" + * }, + * { + * "english_name": "Mexico", + * "iso_3166_1": "MX", + * "native_name": "Mexico" + * }, + * { + * "english_name": "Malaysia", + * "iso_3166_1": "MY", + * "native_name": "Malaysia" + * }, + * { + * "english_name": "Mozambique", + * "iso_3166_1": "MZ", + * "native_name": "Mozambique" + * }, + * { + * "english_name": "Niger", + * "iso_3166_1": "NE", + * "native_name": "Niger" + * }, + * { + * "english_name": "Nigeria", + * "iso_3166_1": "NG", + * "native_name": "Nigeria" + * }, + * { + * "english_name": "Nicaragua", + * "iso_3166_1": "NI", + * "native_name": "Nicaragua" + * }, + * { + * "english_name": "Netherlands", + * "iso_3166_1": "NL", + * "native_name": "Netherlands" + * }, + * { + * "english_name": "Norway", + * "iso_3166_1": "NO", + * "native_name": "Norway" + * }, + * { + * "english_name": "New Zealand", + * "iso_3166_1": "NZ", + * "native_name": "New Zealand" + * }, + * { + * "english_name": "Oman", + * "iso_3166_1": "OM", + * "native_name": "Oman" + * }, + * { + * "english_name": "Panama", + * "iso_3166_1": "PA", + * "native_name": "Panama" + * }, + * { + * "english_name": "Peru", + * "iso_3166_1": "PE", + * "native_name": "Peru" + * }, + * { + * "english_name": "French Polynesia", + * "iso_3166_1": "PF", + * "native_name": "French Polynesia" + * }, + * { + * "english_name": "Papua New Guinea", + * "iso_3166_1": "PG", + * "native_name": "Papua New Guinea" + * }, + * { + * "english_name": "Philippines", + * "iso_3166_1": "PH", + * "native_name": "Philippines" + * }, + * { + * "english_name": "Pakistan", + * "iso_3166_1": "PK", + * "native_name": "Pakistan" + * }, + * { + * "english_name": "Poland", + * "iso_3166_1": "PL", + * "native_name": "Poland" + * }, + * { + * "english_name": "Palestinian Territory", + * "iso_3166_1": "PS", + * "native_name": "Palestinian Territories" + * }, + * { + * "english_name": "Portugal", + * "iso_3166_1": "PT", + * "native_name": "Portugal" + * }, + * { + * "english_name": "Paraguay", + * "iso_3166_1": "PY", + * "native_name": "Paraguay" + * }, + * { + * "english_name": "Qatar", + * "iso_3166_1": "QA", + * "native_name": "Qatar" + * }, + * { + * "english_name": "Romania", + * "iso_3166_1": "RO", + * "native_name": "Romania" + * }, + * { + * "english_name": "Serbia", + * "iso_3166_1": "RS", + * "native_name": "Serbia" + * }, + * { + * "english_name": "Russia", + * "iso_3166_1": "RU", + * "native_name": "Russia" + * }, + * { + * "english_name": "Saudi Arabia", + * "iso_3166_1": "SA", + * "native_name": "Saudi Arabia" + * }, + * { + * "english_name": "Seychelles", + * "iso_3166_1": "SC", + * "native_name": "Seychelles" + * }, + * { + * "english_name": "Sweden", + * "iso_3166_1": "SE", + * "native_name": "Sweden" + * }, + * { + * "english_name": "Singapore", + * "iso_3166_1": "SG", + * "native_name": "Singapore" + * }, + * { + * "english_name": "Slovenia", + * "iso_3166_1": "SI", + * "native_name": "Slovenia" + * }, + * { + * "english_name": "Slovakia", + * "iso_3166_1": "SK", + * "native_name": "Slovakia" + * }, + * { + * "english_name": "San Marino", + * "iso_3166_1": "SM", + * "native_name": "San Marino" + * }, + * { + * "english_name": "Senegal", + * "iso_3166_1": "SN", + * "native_name": "Senegal" + * }, + * { + * "english_name": "El Salvador", + * "iso_3166_1": "SV", + * "native_name": "El Salvador" + * }, + * { + * "english_name": "Turks and Caicos Islands", + * "iso_3166_1": "TC", + * "native_name": "Turks & Caicos Islands" + * }, + * { + * "english_name": "Chad", + * "iso_3166_1": "TD", + * "native_name": "Chad" + * }, + * { + * "english_name": "Thailand", + * "iso_3166_1": "TH", + * "native_name": "Thailand" + * }, + * { + * "english_name": "Tunisia", + * "iso_3166_1": "TN", + * "native_name": "Tunisia" + * }, + * { + * "english_name": "Turkey", + * "iso_3166_1": "TR", + * "native_name": "Turkey" + * }, + * { + * "english_name": "Trinidad and Tobago", + * "iso_3166_1": "TT", + * "native_name": "Trinidad & Tobago" + * }, + * { + * "english_name": "Taiwan", + * "iso_3166_1": "TW", + * "native_name": "Taiwan" + * }, + * { + * "english_name": "Tanzania", + * "iso_3166_1": "TZ", + * "native_name": "Tanzania" + * }, + * { + * "english_name": "Ukraine", + * "iso_3166_1": "UA", + * "native_name": "Ukraine" + * }, + * { + * "english_name": "Uganda", + * "iso_3166_1": "UG", + * "native_name": "Uganda" + * }, + * { + * "english_name": "United States of America", + * "iso_3166_1": "US", + * "native_name": "United States" + * }, + * { + * "english_name": "Uruguay", + * "iso_3166_1": "UY", + * "native_name": "Uruguay" + * }, + * { + * "english_name": "Holy See", + * "iso_3166_1": "VA", + * "native_name": "Vatican City" + * }, + * { + * "english_name": "Venezuela", + * "iso_3166_1": "VE", + * "native_name": "Venezuela" + * }, + * { + * "english_name": "Kosovo", + * "iso_3166_1": "XK", + * "native_name": "Kosovo" + * }, + * { + * "english_name": "Yemen", + * "iso_3166_1": "YE", + * "native_name": "Yemen" + * }, + * { + * "english_name": "South Africa", + * "iso_3166_1": "ZA", + * "native_name": "South Africa" + * }, + * { + * "english_name": "Zambia", + * "iso_3166_1": "ZM", + * "native_name": "Zambia" + * }, + * { + * "english_name": "Zimbabwe", + * "iso_3166_1": "ZW", + * "native_name": "Zimbabwe" + * } + * ] */ + results?: { + /** @example Andorra */ + english_name?: string; + /** @example AD */ + iso_3166_1?: string; + /** @example Andorra */ + native_name?: string; + }[]; + }; + }; + }; + }; + }; + movieProviders: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Specifies a region code for filtering results based on available watch providers or monetization types. */ + watch_region?: components["parameters"]["watch_region"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description movie providers */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "display_priorities": { + * "AE": 1, + * "AR": 3, + * "AT": 4, + * "AU": 10, + * "BE": 6, + * "BG": 2, + * "BO": 4, + * "BR": 8, + * "BY": 0, + * "BZ": 0, + * "CA": 6, + * "CH": 4, + * "CL": 3, + * "CO": 4, + * "CR": 5, + * "CV": 11, + * "CY": 0, + * "CZ": 4, + * "DE": 4, + * "DK": 5, + * "EC": 6, + * "EE": 2, + * "EG": 2, + * "ES": 5, + * "FI": 8, + * "FR": 4, + * "GB": 4, + * "GH": 14, + * "GR": 2, + * "GT": 6, + * "HK": 4, + * "HN": 5, + * "HU": 3, + * "ID": 4, + * "IE": 4, + * "IL": 24, + * "IN": 3, + * "IT": 4, + * "JP": 6, + * "LT": 2, + * "LU": 0, + * "LV": 2, + * "MU": 13, + * "MX": 2, + * "MY": 4, + * "MZ": 14, + * "NI": 0, + * "NL": 9, + * "NO": 5, + * "NZ": 4, + * "PE": 3, + * "PH": 4, + * "PL": 2, + * "PT": 4, + * "PY": 5, + * "RU": 2, + * "SA": 1, + * "SE": 4, + * "SG": 5, + * "SI": 25, + * "SK": 4, + * "TH": 4, + * "TR": 8, + * "TW": 6, + * "UA": 2, + * "UG": 14, + * "US": 6, + * "VE": 4, + * "ZA": 2 + * }, + * "display_priority": 2, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priorities": { + * "AE": 3, + * "AO": 0, + * "AR": 4, + * "AT": 7, + * "AU": 13, + * "AZ": 1, + * "BE": 7, + * "BF": 0, + * "BO": 20, + * "BR": 14, + * "BY": 1, + * "BZ": 1, + * "CA": 8, + * "CH": 5, + * "CL": 4, + * "CO": 3, + * "CR": 21, + * "CY": 1, + * "CZ": 5, + * "DE": 12, + * "DK": 6, + * "EC": 9, + * "EE": 3, + * "EG": 4, + * "ES": 15, + * "FI": 9, + * "FR": 7, + * "GB": 15, + * "GR": 3, + * "GT": 21, + * "HK": 11, + * "HN": 20, + * "HR": 3, + * "HU": 4, + * "ID": 6, + * "IE": 7, + * "IN": 9, + * "IS": 4, + * "IT": 7, + * "JP": 8, + * "KR": 6, + * "LT": 3, + * "LU": 1, + * "LV": 3, + * "ML": 1, + * "MX": 14, + * "MY": 5, + * "NI": 1, + * "NL": 13, + * "NO": 8, + * "NZ": 6, + * "PE": 4, + * "PG": 0, + * "PH": 5, + * "PL": 4, + * "PT": 5, + * "PY": 20, + * "RU": 4, + * "SA": 3, + * "SE": 9, + * "SG": 6, + * "SK": 6, + * "TH": 5, + * "TR": 7, + * "TW": 3, + * "TZ": 18, + * "UA": 3, + * "US": 16, + * "VE": 3, + * "ZA": 3, + * "ZW": 1 + * }, + * "display_priority": 1, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priorities": { + * "US": 37 + * }, + * "display_priority": 37, + * "logo_path": "/19fkcOz0xeUgCVW8tO85uOYnYK9.jpg", + * "provider_id": 7, + * "provider_name": "Fandango At Home" + * }, + * { + * "display_priorities": { + * "AD": 0, + * "AE": 0, + * "AG": 0, + * "AL": 0, + * "AO": 4, + * "AR": 1, + * "AT": 0, + * "AU": 1, + * "AZ": 2, + * "BA": 0, + * "BB": 0, + * "BE": 1, + * "BG": 0, + * "BH": 0, + * "BM": 0, + * "BO": 0, + * "BR": 1, + * "BS": 0, + * "BY": 5, + * "BZ": 7, + * "CA": 0, + * "CH": 0, + * "CI": 0, + * "CL": 1, + * "CM": 4, + * "CO": 2, + * "CR": 0, + * "CU": 0, + * "CV": 0, + * "CY": 7, + * "CZ": 1, + * "DE": 0, + * "DK": 1, + * "DO": 0, + * "DZ": 0, + * "EC": 0, + * "EE": 0, + * "EG": 0, + * "ES": 0, + * "FI": 1, + * "FJ": 0, + * "FR": 0, + * "GB": 0, + * "GF": 0, + * "GG": 0, + * "GH": 0, + * "GI": 0, + * "GQ": 0, + * "GR": 0, + * "GT": 0, + * "HK": 1, + * "HN": 0, + * "HR": 0, + * "HU": 1, + * "ID": 0, + * "IE": 0, + * "IL": 0, + * "IN": 0, + * "IQ": 0, + * "IS": 0, + * "IT": 0, + * "JM": 0, + * "JO": 0, + * "JP": 0, + * "KE": 0, + * "KR": 0, + * "KW": 0, + * "LB": 0, + * "LC": 0, + * "LI": 0, + * "LT": 0, + * "LU": 8, + * "LV": 0, + * "LY": 0, + * "MA": 0, + * "MC": 0, + * "MD": 0, + * "ME": 4, + * "MG": 4, + * "MK": 0, + * "ML": 5, + * "MT": 0, + * "MU": 0, + * "MX": 8, + * "MY": 1, + * "MZ": 0, + * "NE": 0, + * "NG": 0, + * "NI": 11, + * "NL": 0, + * "NO": 1, + * "NZ": 1, + * "OM": 0, + * "PA": 0, + * "PE": 2, + * "PF": 0, + * "PH": 0, + * "PK": 0, + * "PL": 1, + * "PS": 0, + * "PT": 1, + * "PY": 0, + * "QA": 0, + * "RO": 1, + * "RS": 0, + * "SA": 0, + * "SC": 0, + * "SE": 1, + * "SG": 0, + * "SI": 0, + * "SK": 1, + * "SM": 0, + * "SN": 0, + * "SV": 0, + * "TC": 0, + * "TD": 5, + * "TH": 1, + * "TN": 0, + * "TR": 3, + * "TT": 0, + * "TW": 0, + * "TZ": 0, + * "UA": 0, + * "UG": 0, + * "US": 0, + * "UY": 0, + * "VE": 0, + * "YE": 0, + * "ZA": 0, + * "ZM": 0, + * "ZW": 5 + * }, + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priorities": { + * "AT": 1, + * "DE": 1, + * "GB": 2, + * "JP": 4, + * "US": 2 + * }, + * "display_priority": 2, + * "logo_path": "/pvske1MyAoymrs5bguRfVqYiM9a.jpg", + * "provider_id": 9, + * "provider_name": "Amazon Prime Video" + * }, + * { + * "display_priorities": { + * "AT": 3, + * "AU": 12, + * "BE": 49, + * "BR": 13, + * "CA": 59, + * "DE": 9, + * "ES": 36, + * "FR": 40, + * "GB": 7, + * "IE": 45, + * "IN": 43, + * "IT": 38, + * "JP": 5, + * "MX": 7, + * "NL": 37, + * "PL": 30, + * "SE": 43, + * "US": 5 + * }, + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priorities": { + * "AD": 5, + * "AE": 4, + * "AG": 4, + * "AL": 5, + * "AO": 2, + * "AR": 10, + * "AT": 17, + * "AU": 23, + * "BA": 5, + * "BB": 4, + * "BE": 11, + * "BF": 2, + * "BG": 4, + * "BH": 4, + * "BM": 4, + * "BO": 22, + * "BR": 12, + * "BS": 4, + * "BY": 3, + * "BZ": 5, + * "CA": 38, + * "CD": 1, + * "CH": 16, + * "CI": 5, + * "CL": 10, + * "CM": 2, + * "CO": 10, + * "CR": 23, + * "CU": 4, + * "CV": 4, + * "CY": 5, + * "CZ": 6, + * "DE": 27, + * "DK": 9, + * "DO": 4, + * "DZ": 4, + * "EC": 10, + * "EE": 4, + * "EG": 6, + * "ES": 19, + * "FI": 11, + * "FJ": 4, + * "FR": 21, + * "GB": 14, + * "GF": 4, + * "GG": 4, + * "GH": 4, + * "GI": 4, + * "GQ": 4, + * "GR": 4, + * "GT": 23, + * "GY": 1, + * "HK": 18, + * "HN": 22, + * "HR": 5, + * "HU": 5, + * "ID": 9, + * "IE": 14, + * "IL": 5, + * "IN": 10, + * "IQ": 5, + * "IS": 6, + * "IT": 14, + * "JM": 4, + * "JO": 4, + * "JP": 9, + * "KE": 4, + * "KR": 7, + * "KW": 4, + * "LB": 5, + * "LC": 4, + * "LI": 4, + * "LT": 4, + * "LU": 6, + * "LV": 4, + * "LY": 4, + * "MA": 4, + * "MC": 4, + * "MD": 4, + * "ME": 2, + * "MG": 2, + * "MK": 5, + * "ML": 3, + * "MT": 5, + * "MU": 3, + * "MW": 1, + * "MX": 15, + * "MY": 7, + * "MZ": 4, + * "NE": 5, + * "NG": 5, + * "NI": 6, + * "NL": 17, + * "NO": 10, + * "NZ": 10, + * "OM": 4, + * "PA": 4, + * "PE": 10, + * "PF": 4, + * "PG": 2, + * "PH": 8, + * "PK": 4, + * "PL": 6, + * "PS": 5, + * "PT": 10, + * "PY": 22, + * "QA": 4, + * "RO": 3, + * "RS": 5, + * "RU": 5, + * "SA": 5, + * "SC": 4, + * "SE": 10, + * "SG": 8, + * "SI": 5, + * "SK": 8, + * "SM": 4, + * "SN": 4, + * "SV": 4, + * "TC": 4, + * "TD": 3, + * "TH": 7, + * "TN": 4, + * "TR": 9, + * "TT": 4, + * "TW": 17, + * "TZ": 4, + * "UA": 5, + * "UG": 4, + * "US": 66, + * "UY": 6, + * "VA": 3, + * "VE": 7, + * "YE": 4, + * "ZA": 6, + * "ZM": 4, + * "ZW": 3 + * }, + * "display_priority": 66, + * "logo_path": "/fj9Y8iIMFUC6952HwxbGixTQPb7.jpg", + * "provider_id": 11, + * "provider_name": "MUBI" + * }, + * { + * "display_priorities": { + * "US": 49 + * }, + * "display_priority": 49, + * "logo_path": "/iCHCSuraj6zUKmMYgQhsm8jmoqi.jpg", + * "provider_id": 12, + * "provider_name": "Crackle" + * }, + * { + * "display_priorities": { + * "JP": 1, + * "US": 7 + * }, + * "display_priority": 7, + * "logo_path": "/bxBlRPEPpMVDc4jMhSrTf2339DW.jpg", + * "provider_id": 15, + * "provider_name": "Hulu" + * }, + * { + * "display_priorities": { + * "BR": 16 + * }, + * "display_priority": 16, + * "logo_path": "/jlyafDbXLyNXNNFZbIgB9VrlScW.jpg", + * "provider_id": 19, + * "provider_name": "NetMovies" + * }, + * { + * "display_priorities": { + * "AT": 14, + * "DE": 18 + * }, + * "display_priority": 18, + * "logo_path": "/cBN4jd4wPq6on0kESiTlevqvlnL.jpg", + * "provider_id": 20, + * "provider_name": "maxdome Store" + * }, + * { + * "display_priorities": { + * "AU": 9 + * }, + * "display_priority": 9, + * "logo_path": "/sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg", + * "provider_id": 21, + * "provider_name": "Stan" + * }, + * { + * "display_priorities": { + * "CA": 33, + * "US": 52 + * }, + * "display_priority": 52, + * "logo_path": "/45lSM3J7Ts4TXTtDv0EuTPL0eH5.jpg", + * "provider_id": 25, + * "provider_name": "Fandor" + * }, + * { + * "display_priorities": { + * "AT": 10, + * "CH": 10, + * "DE": 28 + * }, + * "display_priority": 28, + * "logo_path": "/4bKgwiotEIN6wiZNQhQfjp7qPCk.jpg", + * "provider_id": 28, + * "provider_name": "Netzkino" + * }, + * { + * "display_priorities": { + * "AT": 8, + * "DE": 8, + * "GB": 11, + * "IE": 8, + * "IT": 8 + * }, + * "display_priority": 8, + * "logo_path": "/1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg", + * "provider_id": 29, + * "provider_name": "Sky Go" + * }, + * { + * "display_priorities": { + * "DE": 5 + * }, + * "display_priority": 5, + * "logo_path": "/9r5zFWuYnwjzO1JrNjSbLQwUc3P.jpg", + * "provider_id": 30, + * "provider_name": "WOW" + * }, + * { + * "display_priorities": { + * "AT": 11, + * "CH": 13, + * "DE": 22 + * }, + * "display_priority": 22, + * "logo_path": "/m0zZQjEHcp8np3lkMdMZE9QRwjA.jpg", + * "provider_id": 33, + * "provider_name": "Alleskino" + * }, + * { + * "display_priorities": { + * "US": 55 + * }, + * "display_priority": 55, + * "logo_path": "/ctiRpS16dlaTXQBSsiFncMrgWmh.jpg", + * "provider_id": 34, + * "provider_name": "MGM Plus" + * }, + * { + * "display_priorities": { + * "AL": 8, + * "AT": 9, + * "BA": 8, + * "BE": 10, + * "CH": 9, + * "CY": 2, + * "CZ": 33, + * "DE": 17, + * "DK": 14, + * "ES": 6, + * "FI": 14, + * "FR": 20, + * "GB": 5, + * "GR": 24, + * "HU": 27, + * "IE": 11, + * "IT": 3, + * "LU": 2, + * "ME": 0, + * "MK": 8, + * "MT": 8, + * "NL": 15, + * "NO": 14, + * "PL": 37, + * "PT": 8, + * "RO": 23, + * "RS": 8, + * "SE": 15, + * "SI": 8, + * "SK": 39, + * "UA": 4 + * }, + * "display_priority": 4, + * "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + * "provider_id": 35, + * "provider_name": "Rakuten TV" + * }, + * { + * "display_priorities": { + * "GB": 13 + * }, + * "display_priority": 13, + * "logo_path": "/nc8Tpsr8SqCbsTUogPDD06gGzB3.jpg", + * "provider_id": 38, + * "provider_name": "BBC iPlayer" + * }, + * { + * "display_priorities": { + * "GB": 45, + * "IE": 10, + * "IT": 12 + * }, + * "display_priority": 12, + * "logo_path": "/g0E9h3JAeIwmdvxlT73jiEuxdNj.jpg", + * "provider_id": 39, + * "provider_name": "Now TV" + * }, + * { + * "display_priorities": { + * "GB": 21 + * }, + * "display_priority": 21, + * "logo_path": "/1LuvKw01c2KQCt6DqgAgR06H2pT.jpg", + * "provider_id": 41, + * "provider_name": "ITVX" + * }, + * { + * "display_priorities": { + * "US": 39 + * }, + * "display_priority": 39, + * "logo_path": "/yIKwylTLP1u8gl84Is7FItpYLGL.jpg", + * "provider_id": 43, + * "provider_name": "Starz" + * }, + * { + * "display_priorities": { + * "BR": 4 + * }, + * "display_priority": 4, + * "logo_path": "/9HhIlyFlilVtx0sMTcPbhs5qR31.jpg", + * "provider_id": 47, + * "provider_name": "Looke" + * }, + * { + * "display_priorities": { + * "ZA": 5 + * }, + * "display_priority": 5, + * "logo_path": "/4JswJbaxqZhut2TpJ3IPUBnNdy8.jpg", + * "provider_id": 54, + * "provider_name": "BoxOffice" + * }, + * { + * "display_priorities": { + * "CI": 21, + * "CM": 0, + * "DZ": 22, + * "GH": 8, + * "GQ": 8, + * "KE": 8, + * "LY": 22, + * "MG": 0, + * "ML": 0, + * "MU": 6, + * "MZ": 8, + * "NE": 21, + * "NG": 23, + * "SC": 7, + * "SN": 8, + * "TD": 0, + * "TZ": 7, + * "UG": 8, + * "ZA": 4, + * "ZM": 8, + * "ZW": 0 + * }, + * "display_priority": 8, + * "logo_path": "/guv81FtHO7GmnFwwmJA7QmfkSnZ.jpg", + * "provider_id": 55, + * "provider_name": "ShowMax" + * }, + * { + * "display_priorities": { + * "FR": 114 + * }, + * "display_priority": 114, + * "logo_path": "/cAUTwxqoI7zc9XtYr1SMtWZEsXg.jpg", + * "provider_id": 58, + * "provider_name": "Canal VOD" + * }, + * { + * "display_priorities": { + * "FR": 19 + * }, + * "display_priority": 19, + * "logo_path": "/s7mg9n4UHrcdJQL78JmaU6oAdHt.jpg", + * "provider_id": 59, + * "provider_name": "Bbox VOD" + * }, + * { + * "display_priorities": { + * "FR": 11 + * }, + * "display_priority": 11, + * "logo_path": "/9Fyo6njYvroAIxAzTBbLgnjgYga.jpg", + * "provider_id": 61, + * "provider_name": "Orange VOD" + * }, + * { + * "display_priorities": { + * "ES": 14 + * }, + * "display_priority": 14, + * "logo_path": "/oN6g8QorcoYo3mx4BulU22ghKq4.jpg", + * "provider_id": 62, + * "provider_name": "Atres Player" + * }, + * { + * "display_priorities": { + * "ES": 10, + * "PT": 27 + * }, + * "display_priority": 27, + * "logo_path": "/kO2SWXvDCHAquaUuTJBuZkTBAuU.jpg", + * "provider_id": 63, + * "provider_name": "Filmin" + * }, + * { + * "display_priorities": { + * "ES": 11, + * "PT": 28 + * }, + * "display_priority": 28, + * "logo_path": "/ozZU2vSlyL11rFGEkq1HE0yxIJq.jpg", + * "provider_id": 64, + * "provider_name": "Filmin Plus" + * }, + * { + * "display_priorities": { + * "MX": 12 + * }, + * "display_priority": 12, + * "logo_path": "/ivrHpNeP8kIMlYNQ7IzKIigVwc1.jpg", + * "provider_id": 66, + * "provider_name": "Filmin Latino" + * }, + * { + * "display_priorities": { + * "AT": 12, + * "AU": 17, + * "BR": 15, + * "CA": 23, + * "CH": 6, + * "DE": 32, + * "DK": 8, + * "ES": 18, + * "FI": 10, + * "FR": 14, + * "GB": 18, + * "IE": 13, + * "IT": 23, + * "JP": 7, + * "MX": 13, + * "NL": 14, + * "NO": 9, + * "NZ": 9, + * "SE": 8, + * "US": 47 + * }, + * "display_priority": 47, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priorities": { + * "NL": 7 + * }, + * "display_priority": 7, + * "logo_path": "/lnOkJKyFl87mzqNebAbE8ADdHoB.jpg", + * "provider_id": 71, + * "provider_name": "Pathé Thuis" + * }, + * { + * "display_priorities": { + * "NL": 6 + * }, + * "display_priority": 6, + * "logo_path": "/qN7uDYanT47WI0MmbwOr5HFFot.jpg", + * "provider_id": 72, + * "provider_name": "Videoland" + * }, + * { + * "display_priorities": { + * "AU": 25, + * "CA": 21, + * "GB": 164, + * "IN": 15, + * "MX": 16, + * "US": 44 + * }, + * "display_priority": 44, + * "logo_path": "/zLYr7OPvpskMA4S79E3vlCi71iC.jpg", + * "provider_id": 73, + * "provider_name": "Tubi TV" + * }, + * { + * "display_priorities": { + * "AT": 75, + * "DK": 4, + * "FI": 4, + * "GB": 97, + * "IS": 25, + * "NL": 4, + * "NO": 4, + * "PL": 23, + * "SE": 6 + * }, + * "display_priority": 6, + * "logo_path": "/bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg", + * "provider_id": 76, + * "provider_name": "Viaplay" + * }, + * { + * "display_priorities": { + * "US": 54 + * }, + * "display_priority": 54, + * "logo_path": "/6hFf3sIdmXSAczy3i6tLSmy6gwK.jpg", + * "provider_id": 79, + * "provider_name": "NBC" + * }, + * { + * "display_priorities": { + * "US": 50 + * }, + * "display_priority": 50, + * "logo_path": "/92Kx25Od0habmgRBTqT6XWgwgKt.jpg", + * "provider_id": 80, + * "provider_name": "AMC" + * }, + * { + * "display_priorities": { + * "AU": 22 + * }, + * "display_priority": 22, + * "logo_path": "/68wIIGfS8iE1Vk06mAftEnBiFjJ.jpg", + * "provider_id": 82, + * "provider_name": "tenplay" + * }, + * { + * "display_priorities": { + * "US": 35 + * }, + * "display_priority": 35, + * "logo_path": "/spcwROYevucLluqZZ8Fv75UuTBt.jpg", + * "provider_id": 83, + * "provider_name": "The CW" + * }, + * { + * "display_priorities": { + * "JP": 3 + * }, + * "display_priority": 3, + * "logo_path": "/a5T7vNaGvoeckYO6rQkHolvyYf4.jpg", + * "provider_id": 84, + * "provider_name": "U-NEXT" + * }, + * { + * "display_priorities": { + * "AR": 61, + * "AU": 27, + * "CA": 34, + * "CO": 35, + * "DK": 14, + * "GB": 54, + * "NL": 19, + * "NO": 14, + * "NZ": 14, + * "SE": 15, + * "US": 61 + * }, + * "display_priority": 61, + * "logo_path": "/doCc555FPPgGtuaZJxf9QZVpIp5.jpg", + * "provider_id": 87, + * "provider_name": "Acorn TV" + * }, + * { + * "display_priorities": { + * "KR": 4 + * }, + * "display_priority": 4, + * "logo_path": "/5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg", + * "provider_id": 97, + * "provider_name": "Watcha" + * }, + * { + * "display_priorities": { + * "AU": 33, + * "CA": 36, + * "GB": 23, + * "IE": 12, + * "NZ": 18, + * "US": 60 + * }, + * "display_priority": 60, + * "logo_path": "/vEtdiYRPRbDCp1Tcn3BEPF1Ni76.jpg", + * "provider_id": 99, + * "provider_name": "Shudder" + * }, + * { + * "display_priorities": { + * "AT": 18, + * "AU": 26, + * "BG": 10, + * "BO": 11, + * "CA": 40, + * "CH": 11, + * "CR": 9, + * "DE": 31, + * "DK": 11, + * "EE": 5, + * "ES": 20, + * "FI": 13, + * "GB": 28, + * "GT": 9, + * "HK": 26, + * "HN": 8, + * "HR": 7, + * "ID": 8, + * "IE": 15, + * "IN": 13, + * "IT": 20, + * "KR": 8, + * "LT": 5, + * "LV": 5, + * "MX": 17, + * "MY": 6, + * "NL": 18, + * "NO": 11, + * "NZ": 13, + * "PH": 7, + * "PL": 12, + * "PY": 8, + * "RU": 6, + * "SE": 11, + * "SG": 7, + * "SK": 10, + * "TH": 6, + * "TW": 25, + * "TZ": 13, + * "US": 64, + * "ZA": 7 + * }, + * "display_priority": 64, + * "logo_path": "/eKVmLFHW5PeNhuR7Nedd8OIxW2M.jpg", + * "provider_id": 100, + * "provider_name": "GuideDoc" + * }, + * { + * "display_priorities": { + * "GB": 10, + * "IE": 17 + * }, + * "display_priority": 17, + * "logo_path": "/uMWCgjsGnO5IoQtqxXOjnQA5gt9.jpg", + * "provider_id": 103, + * "provider_name": "Channel 4" + * }, + * { + * "display_priorities": { + * "IT": 15 + * }, + * "display_priority": 15, + * "logo_path": "/6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg", + * "provider_id": 109, + * "provider_name": "Timvision" + * }, + * { + * "display_priorities": { + * "IT": 16 + * }, + * "display_priority": 16, + * "logo_path": "/tDlGQeD2LaDaHO62itqblktNwmM.jpg", + * "provider_id": 110, + * "provider_name": "Infinity+" + * }, + * { + * "display_priorities": { + * "HK": 3, + * "HR": 2, + * "IS": 3, + * "SK": 3, + * "TW": 5 + * }, + * "display_priority": 5, + * "logo_path": "/4smEkH3vlf5V3vo2vwrOQ6Chb35.jpg", + * "provider_id": 113, + * "provider_name": "Ivi" + * }, + * { + * "display_priorities": { + * "RU": 0 + * }, + * "display_priority": 0, + * "logo_path": "/5z8dpQN27kybhn21EVLZcJPpMEo.jpg", + * "provider_id": 115, + * "provider_name": "Okko" + * }, + * { + * "display_priorities": { + * "RU": 1 + * }, + * "display_priority": 1, + * "logo_path": "/dNaqCdDy4wsIzjZoYwvLRiOK4Tx.jpg", + * "provider_id": 116, + * "provider_name": "Amediateka" + * }, + * { + * "display_priorities": { + * "RU": 22 + * }, + * "display_priority": 22, + * "logo_path": "/51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg", + * "provider_id": 117, + * "provider_name": "Kinopoisk" + * }, + * { + * "display_priorities": { + * "AD": 1, + * "AE": 9, + * "AG": 1, + * "AL": 1, + * "AO": 1, + * "AR": 2, + * "AU": 2, + * "BA": 1, + * "BB": 1, + * "BE": 2, + * "BF": 1, + * "BG": 1, + * "BH": 1, + * "BM": 1, + * "BO": 1, + * "BR": 2, + * "BS": 1, + * "BY": 2, + * "BZ": 3, + * "CA": 3, + * "CD": 0, + * "CH": 1, + * "CI": 1, + * "CL": 2, + * "CM": 1, + * "CO": 1, + * "CR": 1, + * "CU": 1, + * "CV": 1, + * "CY": 3, + * "CZ": 2, + * "DK": 2, + * "DO": 1, + * "DZ": 1, + * "EC": 1, + * "EE": 1, + * "EG": 1, + * "ES": 3, + * "FI": 2, + * "FJ": 1, + * "FR": 2, + * "GF": 1, + * "GG": 1, + * "GH": 1, + * "GI": 1, + * "GQ": 1, + * "GR": 1, + * "GT": 2, + * "GY": 0, + * "HK": 5, + * "HN": 1, + * "HR": 1, + * "HU": 2, + * "ID": 7, + * "IE": 1, + * "IL": 1, + * "IN": 1, + * "IQ": 1, + * "IS": 2, + * "IT": 2, + * "JM": 1, + * "JO": 1, + * "KE": 1, + * "KR": 1, + * "KW": 1, + * "LB": 1, + * "LC": 1, + * "LI": 1, + * "LT": 1, + * "LV": 1, + * "LY": 1, + * "MA": 1, + * "MC": 1, + * "MD": 1, + * "MG": 1, + * "MK": 1, + * "ML": 2, + * "MT": 1, + * "MW": 0, + * "MX": 1, + * "MY": 9, + * "MZ": 1, + * "NE": 1, + * "NG": 1, + * "NI": 4, + * "NL": 1, + * "NO": 2, + * "NZ": 2, + * "OM": 1, + * "PA": 1, + * "PE": 1, + * "PF": 1, + * "PG": 1, + * "PH": 1, + * "PK": 1, + * "PL": 5, + * "PS": 1, + * "PT": 2, + * "PY": 1, + * "QA": 1, + * "RO": 2, + * "RS": 1, + * "SA": 23, + * "SC": 1, + * "SE": 2, + * "SG": 1, + * "SI": 1, + * "SK": 2, + * "SM": 1, + * "SN": 1, + * "SV": 1, + * "TC": 1, + * "TD": 2, + * "TH": 3, + * "TN": 1, + * "TR": 6, + * "TT": 1, + * "TW": 1, + * "TZ": 1, + * "UG": 1, + * "UY": 1, + * "VA": 0, + * "VE": 2, + * "YE": 1, + * "ZA": 1, + * "ZM": 1, + * "ZW": 2 + * }, + * "display_priority": 2, + * "logo_path": "/pvske1MyAoymrs5bguRfVqYiM9a.jpg", + * "provider_id": 119, + * "provider_name": "Amazon Prime Video" + * }, + * { + * "display_priorities": { + * "GB": 42, + * "ID": 2, + * "IN": 5, + * "MY": 0, + * "TH": 0 + * }, + * "display_priority": 0, + * "logo_path": "/zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg", + * "provider_id": 122, + * "provider_name": "Hotstar" + * }, + * { + * "display_priorities": { + * "US": 42 + * }, + * "display_priority": 42, + * "logo_path": "/m4KUe3UoTnLgN4g6txYMnBqeUI5.jpg", + * "provider_id": 123, + * "provider_name": "FXNow" + * }, + * { + * "display_priorities": { + * "IN": 65 + * }, + * "display_priority": 65, + * "logo_path": "/hAKPOEwWdjE9evzxByVdF8QUMH3.jpg", + * "provider_id": 124, + * "provider_name": "Bookmyshow" + * }, + * { + * "display_priorities": { + * "AT": 20, + * "CH": 15, + * "DE": 16, + * "GB": 17, + * "IE": 9 + * }, + * "display_priority": 9, + * "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + * "provider_id": 130, + * "provider_name": "Sky Store" + * }, + * { + * "display_priorities": { + * "AU": 20 + * }, + * "display_priority": 20, + * "logo_path": "/cR4okiAS0zcXb4ufs3mi4PImXPB.jpg", + * "provider_id": 132, + * "provider_name": "SBS On Demand" + * }, + * { + * "display_priorities": { + * "AT": 15, + * "CH": 8, + * "DE": 19 + * }, + * "display_priority": 19, + * "logo_path": "/82hFfWsPYtyskBrnkL8Y36vHcVf.jpg", + * "provider_id": 133, + * "provider_name": "Videobuster" + * }, + * { + * "display_priorities": { + * "AU": 19 + * }, + * "display_priority": 19, + * "logo_path": "/zR1TJmEwssf0ZThB2iByNtZi2Oo.jpg", + * "provider_id": 135, + * "provider_name": "ABC iview" + * }, + * { + * "display_priorities": { + * "FR": 17 + * }, + * "display_priority": 17, + * "logo_path": "/br0wtjMDSjMahkhzn5XAXYWyr3V.jpg", + * "provider_id": 138, + * "provider_name": "FILMO" + * }, + * { + * "display_priorities": { + * "CA": 19 + * }, + * "display_priority": 19, + * "logo_path": "/d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg", + * "provider_id": 140, + * "provider_name": "Cineplex" + * }, + * { + * "display_priorities": { + * "CA": 35, + * "US": 63 + * }, + * "display_priority": 63, + * "logo_path": "/1Edma9SrJnqkQW3BqFd2rJNHZvX.jpg", + * "provider_id": 143, + * "provider_name": "Sundance Now" + * }, + * { + * "display_priorities": { + * "CA": 14 + * }, + * "display_priority": 14, + * "logo_path": "/7rJJlPpuGz0DV5OLjVW1HzYaFj9.jpg", + * "provider_id": 146, + * "provider_name": "iciTouTV" + * }, + * { + * "display_priorities": { + * "FR": 10 + * }, + * "display_priority": 10, + * "logo_path": "/tmYzlEKeiWStvXwC1QdpXIASpN4.jpg", + * "provider_id": 147, + * "provider_name": "M6+" + * }, + * { + * "display_priorities": { + * "US": 260 + * }, + * "display_priority": 260, + * "logo_path": "/aEp5AORtajnh2rc7O33ui8pj2um.jpg", + * "provider_id": 148, + * "provider_name": "ABC" + * }, + * { + * "display_priorities": { + * "ES": 7 + * }, + * "display_priority": 7, + * "logo_path": "/f6TRLB3H4jDpFEZ0z2KWSSvu1SB.jpg", + * "provider_id": 149, + * "provider_name": "Movistar Plus+ Ficción Total " + * }, + * { + * "display_priorities": { + * "CH": 3 + * }, + * "display_priority": 3, + * "logo_path": "/47klot430ytIqldQUUx2avN45Sr.jpg", + * "provider_id": 150, + * "provider_name": "blue TV" + * }, + * { + * "display_priorities": { + * "AU": 8, + * "CA": 43, + * "DK": 34, + * "FI": 36, + * "NO": 36, + * "SE": 38, + * "US": 65, + * "ZA": 22 + * }, + * "display_priority": 65, + * "logo_path": "/d2Kx5XtHcd0DBwVwIe7D3X7Sifp.jpg", + * "provider_id": 151, + * "provider_name": "BritBox" + * }, + * { + * "display_priorities": { + * "US": 57 + * }, + * "display_priority": 57, + * "logo_path": "/xqZSzhIcq8qaAU13rMhVhzDi4T8.jpg", + * "provider_id": 155, + * "provider_name": "History" + * }, + * { + * "display_priorities": { + * "US": 59 + * }, + * "display_priority": 59, + * "logo_path": "/tWq6XvHqPjBW1BZTpf4Nziy8CDD.jpg", + * "provider_id": 157, + * "provider_name": "Lifetime" + * }, + * { + * "display_priorities": { + * "HK": 8, + * "ID": 3, + * "MY": 3, + * "PH": 6, + * "TH": 22 + * }, + * "display_priority": 22, + * "logo_path": "/o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg", + * "provider_id": 158, + * "provider_name": "Viu" + * }, + * { + * "display_priorities": { + * "HK": 14, + * "ID": 5, + * "SG": 4, + * "TW": 13 + * }, + * "display_priority": 13, + * "logo_path": "/9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg", + * "provider_id": 159, + * "provider_name": "Catchplay" + * }, + * { + * "display_priorities": { + * "ID": 1, + * "MY": 2, + * "PH": 3, + * "TH": 2 + * }, + * "display_priority": 2, + * "logo_path": "/vCTY2WtY1oJ8EKpp0UCz4SRpE4S.jpg", + * "provider_id": 160, + * "provider_name": "iflix" + * }, + * { + * "display_priorities": { + * "AR": 9, + * "BR": 3, + * "CL": 9, + * "CO": 9, + * "EC": 8, + * "MX": 24, + * "PE": 9 + * }, + * "display_priority": 9, + * "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + * "provider_id": 167, + * "provider_name": "Claro video" + * }, + * { + * "display_priorities": { + * "AT": 16, + * "AU": 24, + * "CA": 41, + * "CH": 18, + * "DE": 29, + * "DK": 12, + * "EE": 6, + * "GB": 30, + * "ID": 10, + * "IE": 16, + * "IN": 14, + * "LT": 6, + * "LV": 6, + * "MY": 8, + * "NL": 16, + * "NO": 12, + * "NZ": 11, + * "PH": 9, + * "SE": 12, + * "SG": 9, + * "TH": 8, + * "US": 67, + * "ZA": 8 + * }, + * "display_priority": 67, + * "logo_path": "/kwVegvKCinXTPuzZmYT1J3i1HJz.jpg", + * "provider_id": 175, + * "provider_name": "Netflix Kids" + * }, + * { + * "display_priorities": { + * "DE": 24 + * }, + * "display_priority": 24, + * "logo_path": "/lrEigPPAhggq02q53uM8vdWAIUX.jpg", + * "provider_id": 178, + * "provider_name": "MagentaTV" + * }, + * { + * "display_priorities": { + * "CA": 31 + * }, + * "display_priority": 31, + * "logo_path": "/dg4Kj9s7N5pZcvJDW6vt5d9j7Uf.jpg", + * "provider_id": 182, + * "provider_name": "Hollywood Suite" + * }, + * { + * "display_priorities": { + * "FR": 78 + * }, + * "display_priority": 78, + * "logo_path": "/8pvjGOr83RSlPwKfYi6e99mOS4.jpg", + * "provider_id": 184, + * "provider_name": "Universal Pictures" + * }, + * { + * "display_priorities": { + * "US": 62 + * }, + * "display_priority": 62, + * "logo_path": "/x2w49qSgz7bU3o3rENO9Yc11OmC.jpg", + * "provider_id": 185, + * "provider_name": "Screambox" + * }, + * { + * "display_priorities": { + * "DE": 178 + * }, + * "display_priority": 178, + * "logo_path": "/f8zvpzThrDhegtxjQwy74D0jLYr.jpg", + * "provider_id": 187, + * "provider_name": "Paramount Pictures" + * }, + * { + * "display_priorities": { + * "AT": 13, + * "AU": 14, + * "BE": 8, + * "CA": 39, + * "CH": 19, + * "DE": 20, + * "DK": 13, + * "ES": 21, + * "FI": 7, + * "FR": 16, + * "GB": 31, + * "HK": 28, + * "HU": 6, + * "IE": 19, + * "IT": 22, + * "MX": 10, + * "NO": 13, + * "NZ": 7, + * "PT": 6, + * "RU": 8, + * "SE": 14, + * "TR": 2, + * "TW": 27, + * "US": 33 + * }, + * "display_priority": 33, + * "logo_path": "/rMb93u1tBeErSYLv79zSTR07UdO.jpg", + * "provider_id": 188, + * "provider_name": "YouTube Premium" + * }, + * { + * "display_priorities": { + * "GB": 20, + * "IE": 40 + * }, + * "display_priority": 40, + * "logo_path": "/pXQhPQmlIYsIZD4urWs8Ul8PhA6.jpg", + * "provider_id": 189, + * "provider_name": "Curzon Home Cinema" + * }, + * { + * "display_priorities": { + * "AD": 8, + * "AL": 9, + * "AR": 11, + * "AT": 23, + * "AU": 36, + * "BA": 9, + * "BB": 6, + * "BE": 14, + * "BG": 5, + * "BH": 6, + * "BM": 6, + * "BO": 13, + * "BR": 17, + * "BS": 6, + * "CA": 53, + * "CH": 22, + * "CI": 7, + * "CL": 11, + * "CO": 11, + * "CR": 7, + * "CZ": 8, + * "DE": 42, + * "DK": 18, + * "DO": 6, + * "DZ": 6, + * "EC": 11, + * "EE": 9, + * "EG": 10, + * "ES": 22, + * "FI": 17, + * "FR": 25, + * "GB": 40, + * "GF": 6, + * "GI": 6, + * "GR": 6, + * "GT": 7, + * "HK": 13, + * "HN": 4, + * "HR": 9, + * "HU": 8, + * "ID": 16, + * "IE": 20, + * "IL": 7, + * "IN": 20, + * "IQ": 7, + * "IS": 9, + * "IT": 26, + * "JM": 6, + * "JO": 6, + * "JP": 11, + * "KR": 11, + * "KW": 6, + * "LB": 7, + * "LI": 6, + * "LT": 9, + * "LV": 9, + * "LY": 6, + * "MA": 6, + * "MC": 6, + * "MD": 6, + * "MK": 9, + * "MT": 9, + * "MX": 20, + * "MY": 14, + * "NE": 7, + * "NG": 7, + * "NL": 22, + * "NO": 19, + * "NZ": 20, + * "OM": 6, + * "PA": 6, + * "PE": 11, + * "PH": 12, + * "PL": 9, + * "PS": 7, + * "PT": 14, + * "PY": 6, + * "QA": 6, + * "RO": 4, + * "RS": 9, + * "RU": 9, + * "SA": 8, + * "SE": 19, + * "SG": 13, + * "SI": 9, + * "SK": 12, + * "SM": 6, + * "SV": 6, + * "TH": 12, + * "TN": 6, + * "TR": 10, + * "TW": 12, + * "TZ": 20, + * "US": 53, + * "UY": 8, + * "VE": 8, + * "YE": 6, + * "ZA": 11 + * }, + * "display_priority": 53, + * "logo_path": "/oR1aNm1Qu9jQBkW4VrGPWhqbC3P.jpg", + * "provider_id": 190, + * "provider_name": "Curiosity Stream" + * }, + * { + * "display_priorities": { + * "US": 45 + * }, + * "display_priority": 45, + * "logo_path": "/rcBwnERpNfPfWB5DaSTyEMCZbCA.jpg", + * "provider_id": 191, + * "provider_name": "Kanopy" + * }, + * { + * "display_priorities": { + * "AT": 64, + * "AU": 21, + * "CA": 37, + * "CH": 50, + * "DE": 15, + * "FR": 15, + * "GB": 22, + * "IN": 12, + * "PL": 8, + * "PT": 7, + * "US": 17 + * }, + * "display_priority": 17, + * "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + * "provider_id": 192, + * "provider_name": "YouTube" + * }, + * { + * "display_priorities": { + * "AU": 28, + * "CA": 28, + * "ES": 43, + * "GB": 55, + * "MX": 41, + * "US": 96 + * }, + * "display_priority": 96, + * "logo_path": "/1wYmvbAuVZz2JnKvYfYN8Qolnb.jpg", + * "provider_id": 196, + * "provider_name": "AcornTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 78, + * "CA": 27, + * "GB": 36, + * "US": 95 + * }, + * "display_priority": 95, + * "logo_path": "/tLBLABfFYYETf9Zk8gKEWnjhMai.jpg", + * "provider_id": 197, + * "provider_name": "BritBox Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 65, + * "US": 97 + * }, + * "display_priority": 97, + * "logo_path": "/3eVIcUeRXji5SBV7gEv4f5U4CqV.jpg", + * "provider_id": 199, + * "provider_name": "Fandor Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 80, + * "BR": 97, + * "CL": 41, + * "CO": 42, + * "DE": 35, + * "ES": 41, + * "FR": 45, + * "GB": 37, + * "IN": 91, + * "IT": 51, + * "MX": 95, + * "US": 94 + * }, + * "display_priority": 94, + * "logo_path": "/a4IDLKjvP5gvq7tNlg2Xw5YyEkI.jpg", + * "provider_id": 201, + * "provider_name": "MUBI Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 98 + * }, + * "display_priority": 98, + * "logo_path": "/vmXC3D9Kqtt9TEohDEmcaxnLYA5.jpg", + * "provider_id": 202, + * "provider_name": "Screambox Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 34, + * "CA": 29, + * "GB": 70, + * "US": 93 + * }, + * "display_priority": 93, + * "logo_path": "/qb6Lj5BhNJavdmRVDzAqAjd4Tj3.jpg", + * "provider_id": 204, + * "provider_name": "Shudder Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 25, + * "GB": 87, + * "US": 99 + * }, + * "display_priority": 99, + * "logo_path": "/i8PzzzOVJfXWLE1v5Up7nGTWWhp.jpg", + * "provider_id": 205, + * "provider_name": "Sundance Now Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 27 + * }, + * "display_priority": 27, + * "logo_path": "/wQzSN83BnWVgO7xEh0SeTVqtrFv.jpg", + * "provider_id": 207, + * "provider_name": "The Roku Channel" + * }, + * { + * "display_priorities": { + * "US": 41 + * }, + * "display_priority": 41, + * "logo_path": "/iLjStQKQwzyxXJb3jyNpvDmW9mx.jpg", + * "provider_id": 209, + * "provider_name": "PBS" + * }, + * { + * "display_priorities": { + * "CH": 7 + * }, + * "display_priority": 7, + * "logo_path": "/ytApMa9fThUQUFTn696AeNBrB8f.jpg", + * "provider_id": 210, + * "provider_name": "Sky" + * }, + * { + * "display_priorities": { + * "US": 56 + * }, + * "display_priority": 56, + * "logo_path": "/4cHGd32hhEHmFjDGJcjVEAwFQg0.jpg", + * "provider_id": 211, + * "provider_name": "Freeform" + * }, + * { + * "display_priorities": { + * "AU": 68, + * "CA": 10, + * "NZ": 38, + * "US": 36 + * }, + * "display_priority": 36, + * "logo_path": "/j7D006Uy3UWwZ6G0xH6BMgIWTzH.jpg", + * "provider_id": 212, + * "provider_name": "Hoopla" + * }, + * { + * "display_priorities": { + * "DE": 26 + * }, + * "display_priority": 26, + * "logo_path": "/avItehPq07h5nKCJgwNTxl6OD0y.jpg", + * "provider_id": 219, + * "provider_name": "ARD Mediathek" + * }, + * { + * "display_priorities": { + * "IN": 6 + * }, + * "display_priority": 6, + * "logo_path": "/boMYreJ9JWNDnXiHUfoix4oYhBc.jpg", + * "provider_id": 220, + * "provider_name": "Jio Cinema" + * }, + * { + * "display_priorities": { + * "IT": 18 + * }, + * "display_priority": 18, + * "logo_path": "/cmURKKdS72Ckr52615xvc2JPsJm.jpg", + * "provider_id": 222, + * "provider_name": "Rai Play" + * }, + * { + * "display_priorities": { + * "GB": 16 + * }, + * "display_priority": 16, + * "logo_path": "/nIm8xq1JYgHfusIcDnccEBQkoWp.jpg", + * "provider_id": 224, + * "provider_name": "BFI Player" + * }, + * { + * "display_priorities": { + * "CA": 4 + * }, + * "display_priority": 4, + * "logo_path": "/ewOptMVIYcOadMGGJz8DJueH2bH.jpg", + * "provider_id": 230, + * "provider_name": "Crave" + * }, + * { + * "display_priorities": { + * "AD": 3, + * "AE": 5, + * "AG": 2, + * "AL": 3, + * "AU": 67, + * "BA": 3, + * "BB": 3, + * "BH": 3, + * "BM": 3, + * "BO": 18, + * "BS": 3, + * "CI": 3, + * "CR": 19, + * "CU": 2, + * "CV": 2, + * "DO": 3, + * "DZ": 3, + * "EG": 7, + * "FJ": 2, + * "GF": 3, + * "GG": 2, + * "GH": 2, + * "GI": 3, + * "GQ": 2, + * "GT": 19, + * "HK": 2, + * "HN": 18, + * "HR": 6, + * "IL": 3, + * "IN": 7, + * "IQ": 3, + * "IS": 7, + * "JM": 3, + * "JO": 3, + * "KE": 2, + * "KW": 3, + * "LB": 3, + * "LC": 2, + * "LI": 3, + * "LY": 3, + * "MA": 3, + * "MC": 3, + * "MD": 3, + * "MK": 3, + * "MT": 3, + * "MU": 1, + * "MY": 24, + * "MZ": 2, + * "NE": 3, + * "NG": 3, + * "OM": 3, + * "PA": 3, + * "PF": 2, + * "PK": 2, + * "PS": 3, + * "PY": 18, + * "QA": 3, + * "RS": 3, + * "SA": 6, + * "SC": 2, + * "SG": 24, + * "SI": 3, + * "SK": 9, + * "SM": 3, + * "SN": 2, + * "SV": 3, + * "TC": 2, + * "TN": 3, + * "TT": 2, + * "TW": 4, + * "TZ": 2, + * "UG": 2, + * "UY": 5, + * "VA": 1, + * "YE": 3, + * "ZM": 2 + * }, + * "display_priority": 2, + * "logo_path": "/vPIW5b0ebTLj9bFCZypoBbF8wSl.jpg", + * "provider_id": 232, + * "provider_name": "Zee5" + * }, + * { + * "display_priorities": { + * "AT": 68, + * "CH": 53, + * "DE": 30, + * "ES": 104, + * "FR": 12, + * "GB": 142, + * "IE": 44, + * "IT": 105, + * "PL": 39 + * }, + * "display_priority": 39, + * "logo_path": "/vPZrjHe7wvALuwJEXT2kwYLi0gV.jpg", + * "provider_id": 234, + * "provider_name": "Arte" + * }, + * { + * "display_priorities": { + * "US": 34 + * }, + * "display_priority": 34, + * "logo_path": "/4tJBhJcuF1ZstI5Yqu82G0yroLa.jpg", + * "provider_id": 235, + * "provider_name": "YouTube Free" + * }, + * { + * "display_priorities": { + * "FR": 107 + * }, + * "display_priority": 107, + * "logo_path": "/maeiT4ORBxykOVlaW9gCsLuFPnS.jpg", + * "provider_id": 236, + * "provider_name": "France TV" + * }, + * { + * "display_priorities": { + * "IN": 11 + * }, + * "display_priority": 11, + * "logo_path": "/3973zlBbBXdXxaWqRWzGG2GYxbT.jpg", + * "provider_id": 237, + * "provider_name": "Sony Liv" + * }, + * { + * "display_priorities": { + * "FR": 36 + * }, + * "display_priority": 36, + * "logo_path": "/11Yzww3g6lYZznKrom3cSrKP4St.jpg", + * "provider_id": 239, + * "provider_name": "Universcine" + * }, + * { + * "display_priorities": { + * "AU": 18 + * }, + * "display_priority": 18, + * "logo_path": "/uU4gqmoX0koF8L5yJSlfaaFd9Tz.jpg", + * "provider_id": 246, + * "provider_name": "7plus" + * }, + * { + * "display_priorities": { + * "US": 68 + * }, + * "display_priority": 68, + * "logo_path": "/4cKdiYEPW1BsWLb9UmNzAyUlD5p.jpg", + * "provider_id": 251, + * "provider_name": "ALLBLK" + * }, + * { + * "display_priorities": { + * "CA": 96, + * "ES": 8, + * "US": 9 + * }, + * "display_priority": 9, + * "logo_path": "/9BgaNQRMDvVlji1JBZi6tcfxpKx.jpg", + * "provider_id": 257, + * "provider_name": "fuboTV" + * }, + * { + * "display_priorities": { + * "CA": 22, + * "US": 40 + * }, + * "display_priority": 40, + * "logo_path": "/yhrtzYd43pFIhRq0ruO8umJPuyn.jpg", + * "provider_id": 258, + * "provider_name": "Criterion Channel" + * }, + * { + * "display_priorities": { + * "US": 71 + * }, + * "display_priority": 71, + * "logo_path": "/7Wo1H7YMmRy7S56sz6HJAMYRdGq.jpg", + * "provider_id": 260, + * "provider_name": "WWE Network" + * }, + * { + * "display_priorities": { + * "US": 69 + * }, + * "display_priority": 69, + * "logo_path": "/z5jtxEEeJEK1kYDqbyXzfquolC9.jpg", + * "provider_id": 268, + * "provider_name": "History Vault" + * }, + * { + * "display_priorities": { + * "NZ": 3 + * }, + * "display_priority": 3, + * "logo_path": "/iscLKFDwQlr0BAgVDBcuRapLiwC.jpg", + * "provider_id": 273, + * "provider_name": "Neon TV" + * }, + * { + * "display_priorities": { + * "US": 72 + * }, + * "display_priority": 72, + * "logo_path": "/7L4eXQD0yFVDKZ2qwYtxcV5gm6n.jpg", + * "provider_id": 278, + * "provider_name": "Pure Flix" + * }, + * { + * "display_priorities": { + * "AD": 25, + * "AE": 25, + * "AG": 10, + * "AL": 27, + * "AR": 45, + * "AT": 57, + * "AU": 57, + * "AZ": 4, + * "BA": 27, + * "BB": 24, + * "BE": 41, + * "BF": 4, + * "BG": 20, + * "BH": 36, + * "BM": 26, + * "BO": 30, + * "BR": 11, + * "BS": 24, + * "BY": 6, + * "BZ": 9, + * "CA": 124, + * "CD": 2, + * "CH": 46, + * "CI": 26, + * "CL": 30, + * "CO": 31, + * "CR": 31, + * "CV": 12, + * "CY": 8, + * "CZ": 27, + * "DE": 7, + * "DK": 39, + * "DO": 28, + * "DZ": 28, + * "EC": 30, + * "EE": 26, + * "EG": 40, + * "ES": 73, + * "FI": 40, + * "FJ": 10, + * "FR": 5, + * "GB": 6, + * "GF": 28, + * "GG": 10, + * "GH": 15, + * "GI": 26, + * "GQ": 13, + * "GR": 22, + * "GT": 31, + * "GY": 3, + * "HK": 37, + * "HN": 30, + * "HR": 34, + * "HU": 25, + * "ID": 34, + * "IE": 39, + * "IL": 26, + * "IN": 4, + * "IQ": 35, + * "IS": 31, + * "IT": 73, + * "JM": 23, + * "JO": 36, + * "KE": 14, + * "KR": 29, + * "KW": 36, + * "LB": 27, + * "LC": 10, + * "LI": 27, + * "LT": 27, + * "LU": 9, + * "LV": 26, + * "LY": 28, + * "MA": 27, + * "MC": 25, + * "MD": 24, + * "ME": 5, + * "MK": 26, + * "MT": 24, + * "MU": 14, + * "MX": 4, + * "MY": 29, + * "MZ": 15, + * "NE": 26, + * "NG": 29, + * "NI": 9, + * "NL": 67, + * "NO": 41, + * "NZ": 35, + * "OM": 36, + * "PA": 29, + * "PE": 31, + * "PF": 10, + * "PG": 4, + * "PH": 30, + * "PL": 29, + * "PS": 27, + * "PT": 39, + * "PY": 29, + * "QA": 36, + * "RO": 21, + * "RS": 28, + * "RU": 28, + * "SC": 13, + * "SE": 42, + * "SG": 29, + * "SI": 28, + * "SK": 36, + * "SM": 27, + * "SN": 13, + * "SV": 29, + * "TC": 10, + * "TD": 6, + * "TH": 28, + * "TN": 28, + * "TR": 43, + * "TT": 10, + * "TW": 37, + * "TZ": 31, + * "UA": 7, + * "UG": 15, + * "US": 8, + * "UY": 31, + * "VE": 27, + * "XK": 4, + * "YE": 27, + * "ZA": 28, + * "ZM": 13 + * }, + * "display_priority": 28, + * "logo_path": "/mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg", + * "provider_id": 283, + * "provider_name": "Crunchyroll" + * }, + * { + * "display_priorities": { + * "US": 74 + * }, + * "display_priority": 74, + * "logo_path": "/m4ofXxkTOj04N8df5KJGCIjnWii.jpg", + * "provider_id": 284, + * "provider_name": "Lifetime Movie Club" + * }, + * { + * "display_priorities": { + * "DE": 34, + * "IN": 90 + * }, + * "display_priority": 90, + * "logo_path": "/jhhFTFVWjKVi2JjDYoqoI4dHsmL.jpg", + * "provider_id": 285, + * "provider_name": "BBC Player Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 33 + * }, + * "display_priority": 33, + * "logo_path": "/FtIkEXYkqTxKwCwLK79yKJW8i7.jpg", + * "provider_id": 286, + * "provider_name": "ZDF Herzkino Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 32 + * }, + * "display_priority": 32, + * "logo_path": "/4SJW6thrCvN6ya2hO6naksfRZDF.jpg", + * "provider_id": 287, + * "provider_name": "BFI Player Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 75 + * }, + * "display_priority": 75, + * "logo_path": "/ohcwolMl8E743CkS8MnhmJKOlRj.jpg", + * "provider_id": 289, + * "provider_name": "Cinemax Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 76 + * }, + * "display_priority": 76, + * "logo_path": "/614YTzAiVrSIm7bIVcwg4lIMQr7.jpg", + * "provider_id": 290, + * "provider_name": "Hallmark Movies Now Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 78 + * }, + * "display_priority": 78, + * "logo_path": "/hTAIgvUnmu1Yv0wFVJRu9KKAPtJ.jpg", + * "provider_id": 291, + * "provider_name": "MZ Choice Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 73 + * }, + * "display_priority": 73, + * "logo_path": "/lIXDKV7LrZfF3SR2m8EQrMVRI5C.jpg", + * "provider_id": 293, + * "provider_name": "PBS Kids Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 24, + * "US": 77 + * }, + * "display_priority": 77, + * "logo_path": "/xN1vKpcypShJrWmf1t3dyGJM7sO.jpg", + * "provider_id": 294, + * "provider_name": "PBS Masterpiece Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 283 + * }, + * "display_priority": 283, + * "logo_path": "/6cQvPAFHDOSq3cXPwcCbh3gCpOi.jpg", + * "provider_id": 295, + * "provider_name": "RetroCrush Amazon Channel" + * }, + * { + * "display_priorities": { + * "NL": 5 + * }, + * "display_priority": 5, + * "logo_path": "/ozUfbWZXVdymn8iC3zze0cQPeUi.jpg", + * "provider_id": 297, + * "provider_name": "Ziggo TV" + * }, + * { + * "display_priorities": { + * "AT": 53, + * "DE": 6 + * }, + * "display_priority": 6, + * "logo_path": "/jmR0t1kjzHcyV7raynzMbF87J9d.jpg", + * "provider_id": 298, + * "provider_name": "RTL+" + * }, + * { + * "display_priorities": { + * "AR": 27, + * "AT": 39, + * "BO": 23, + * "BR": 37, + * "CA": 120, + * "CH": 36, + * "CL": 23, + * "CO": 24, + * "CR": 24, + * "CZ": 19, + * "DE": 66, + * "DK": 35, + * "DO": 19, + * "EC": 23, + * "ES": 37, + * "FR": 41, + * "GB": 74, + * "GT": 24, + * "HN": 23, + * "IT": 39, + * "MX": 38, + * "NI": 3, + * "NO": 37, + * "PA": 20, + * "PE": 24, + * "PY": 23, + * "SE": 39, + * "SV": 20, + * "US": 81, + * "UY": 23, + * "VE": 20 + * }, + * "display_priority": 81, + * "logo_path": "/dB8G41Q6tSL5NBisrIeqByfepBc.jpg", + * "provider_id": 300, + * "provider_name": "Pluto TV" + * }, + * { + * "display_priorities": { + * "AT": 72, + * "DE": 13 + * }, + * "display_priority": 13, + * "logo_path": "/tDnDBkSLLLQgFb03J9ttQhZQxZs.jpg", + * "provider_id": 304, + * "provider_name": "Joyn" + * }, + * { + * "display_priorities": { + * "CA": 5 + * }, + * "display_priority": 5, + * "logo_path": "/csPQMbeJWY7bjwWruZjtc27xf2l.jpg", + * "provider_id": 305, + * "provider_name": "Crave Starz" + * }, + * { + * "display_priorities": { + * "BR": 10 + * }, + * "display_priority": 10, + * "logo_path": "/7Cg8esVVXOijXAm1f1vrS7jVjcN.jpg", + * "provider_id": 307, + * "provider_name": "Globoplay" + * }, + * { + * "display_priorities": { + * "CZ": 3 + * }, + * "display_priority": 3, + * "logo_path": "/27yD8cEx7qC1lSzaDvFlW4avXyu.jpg", + * "provider_id": 308, + * "provider_name": "O2 TV" + * }, + * { + * "display_priorities": { + * "AD": 4, + * "AE": 6, + * "AG": 3, + * "AL": 4, + * "AR": 32, + * "AT": 50, + * "AU": 29, + * "BA": 4, + * "BB": 5, + * "BE": 34, + * "BG": 18, + * "BH": 5, + * "BM": 5, + * "BO": 28, + * "BR": 45, + * "BS": 5, + * "CA": 47, + * "CH": 44, + * "CI": 4, + * "CL": 28, + * "CO": 29, + * "CR": 29, + * "CU": 3, + * "CV": 3, + * "CZ": 25, + * "DE": 100, + * "DK": 38, + * "DO": 5, + * "DZ": 5, + * "EC": 28, + * "EE": 25, + * "EG": 11, + * "ES": 62, + * "FI": 39, + * "FJ": 3, + * "FR": 70, + * "GB": 96, + * "GF": 5, + * "GG": 3, + * "GH": 3, + * "GI": 5, + * "GQ": 3, + * "GR": 21, + * "GT": 29, + * "HK": 10, + * "HN": 28, + * "HR": 10, + * "HU": 23, + * "ID": 33, + * "IE": 37, + * "IL": 4, + * "IN": 16, + * "IQ": 4, + * "IS": 10, + * "IT": 62, + * "JM": 5, + * "JO": 5, + * "JP": 26, + * "KE": 3, + * "KR": 27, + * "KW": 5, + * "LB": 4, + * "LC": 3, + * "LI": 5, + * "LT": 26, + * "LV": 25, + * "LY": 5, + * "MA": 5, + * "MC": 5, + * "MD": 5, + * "MK": 4, + * "MT": 4, + * "MU": 2, + * "MX": 45, + * "MY": 12, + * "MZ": 3, + * "NE": 4, + * "NG": 4, + * "NL": 46, + * "NO": 39, + * "NZ": 15, + * "OM": 5, + * "PA": 5, + * "PE": 29, + * "PF": 3, + * "PH": 28, + * "PK": 3, + * "PL": 28, + * "PS": 4, + * "PT": 33, + * "PY": 27, + * "QA": 5, + * "RO": 19, + * "RS": 4, + * "RU": 27, + * "SA": 9, + * "SC": 3, + * "SE": 41, + * "SG": 12, + * "SI": 4, + * "SK": 13, + * "SM": 5, + * "SN": 3, + * "SV": 5, + * "TC": 3, + * "TH": 27, + * "TN": 5, + * "TR": 27, + * "TT": 3, + * "TW": 9, + * "TZ": 3, + * "UG": 3, + * "US": 48, + * "UY": 7, + * "VA": 2, + * "VE": 25, + * "XK": 0, + * "YE": 5, + * "ZA": 10, + * "ZM": 3 + * }, + * "display_priority": 48, + * "logo_path": "/6KEQzITx2RrCAQt5Nw9WrL1OI8z.jpg", + * "provider_id": 309, + * "provider_name": "Sun Nxt" + * }, + * { + * "display_priorities": { + * "AT": 27, + * "BE": 19, + * "DE": 50, + * "FR": 22 + * }, + * "display_priority": 22, + * "logo_path": "/1syoSwH2yIskHUqeOiK9re8AMJC.jpg", + * "provider_id": 310, + * "provider_name": "LaCinetek" + * }, + * { + * "display_priorities": { + * "BE": 4 + * }, + * "display_priority": 4, + * "logo_path": "/acANFKCTLQuvDPjJAb5SnmzJaT6.jpg", + * "provider_id": 311, + * "provider_name": "Be TV Go" + * }, + * { + * "display_priorities": { + * "BE": 5 + * }, + * "display_priority": 5, + * "logo_path": "/gqxv8W54I95K3hNS6UT6sDRe2Az.jpg", + * "provider_id": 312, + * "provider_name": "VRT MAX" + * }, + * { + * "display_priorities": { + * "CA": 44 + * }, + * "display_priority": 44, + * "logo_path": "/a7O0Z1uhFjgGydRrgT6ucBisP4K.jpg", + * "provider_id": 314, + * "provider_name": "CBC Gem" + * }, + * { + * "display_priorities": { + * "AD": 19, + * "AL": 20, + * "AR": 26, + * "AT": 38, + * "AU": 45, + * "BA": 20, + * "BB": 16, + * "BE": 28, + * "BH": 17, + * "BM": 18, + * "BO": 17, + * "BR": 36, + * "BS": 17, + * "CA": 71, + * "CH": 34, + * "CI": 16, + * "CL": 22, + * "CO": 23, + * "CR": 18, + * "CZ": 18, + * "DE": 65, + * "DK": 28, + * "DO": 17, + * "DZ": 16, + * "EC": 22, + * "EE": 19, + * "EG": 19, + * "ES": 35, + * "FI": 30, + * "FR": 39, + * "GB": 59, + * "GF": 18, + * "GI": 18, + * "GR": 16, + * "GT": 18, + * "HK": 17, + * "HN": 17, + * "HR": 21, + * "HU": 18, + * "ID": 28, + * "IE": 31, + * "IL": 18, + * "IN": 18, + * "IQ": 20, + * "IS": 22, + * "IT": 37, + * "JM": 16, + * "JO": 17, + * "JP": 21, + * "KR": 22, + * "KW": 18, + * "LB": 20, + * "LI": 18, + * "LT": 20, + * "LV": 19, + * "LY": 16, + * "MA": 16, + * "MC": 17, + * "MD": 17, + * "MK": 19, + * "MT": 19, + * "MX": 37, + * "MY": 23, + * "NE": 16, + * "NG": 17, + * "NL": 36, + * "NO": 31, + * "NZ": 29, + * "OM": 17, + * "PA": 18, + * "PE": 23, + * "PH": 23, + * "PL": 22, + * "PS": 20, + * "PT": 25, + * "PY": 17, + * "QA": 17, + * "RO": 14, + * "RS": 20, + * "RU": 21, + * "SA": 18, + * "SE": 33, + * "SG": 23, + * "SI": 20, + * "SK": 24, + * "SM": 18, + * "SV": 18, + * "TH": 21, + * "TN": 17, + * "TR": 21, + * "TW": 16, + * "TZ": 29, + * "US": 147, + * "UY": 21, + * "VE": 19, + * "YE": 18, + * "ZA": 21 + * }, + * "display_priority": 147, + * "logo_path": "/u7dwMceEbjxd1N3TLEUBILSK2x6.jpg", + * "provider_id": 315, + * "provider_name": "Hoichoi" + * }, + * { + * "display_priorities": { + * "IN": 19 + * }, + * "display_priority": 19, + * "logo_path": "/i7knsL0QgDJyuts5FbfjREUqHvu.jpg", + * "provider_id": 319, + * "provider_name": "Alt Balaji" + * }, + * { + * "display_priorities": { + * "AT": 19 + * }, + * "display_priority": 19, + * "logo_path": "/67FAj8KvIiV5iZMJuPUdMrqMftw.jpg", + * "provider_id": 321, + * "provider_name": "Sky X" + * }, + * { + * "display_priorities": { + * "US": 101 + * }, + * "display_priority": 101, + * "logo_path": "/A95qgiMz6ulV2SxeKcJ5Gc9pqGS.jpg", + * "provider_id": 322, + * "provider_name": "USA Network" + * }, + * { + * "display_priorities": { + * "FI": 5 + * }, + * "display_priority": 5, + * "logo_path": "/nrORhu39C2YjBhx9v8rU8oFlulj.jpg", + * "provider_id": 323, + * "provider_name": "Yle Areena" + * }, + * { + * "display_priorities": { + * "FR": 23 + * }, + * "display_priority": 23, + * "logo_path": "/AboEF9vQyH2AAndLimdO043IzLh.jpg", + * "provider_id": 324, + * "provider_name": "Cinemas a la Demande" + * }, + * { + * "display_priorities": { + * "CA": 45 + * }, + * "display_priority": 45, + * "logo_path": "/xoFyQOXR3qINRsdnCQyd7jGx8Wo.jpg", + * "provider_id": 326, + * "provider_name": "CTV" + * }, + * { + * "display_priorities": { + * "CA": 32, + * "US": 104 + * }, + * "display_priority": 104, + * "logo_path": "/yFGu4sSzwUMfhwmSsZgez8QhaVl.jpg", + * "provider_id": 331, + * "provider_name": "FlixFling" + * }, + * { + * "display_priorities": { + * "US": 38 + * }, + * "display_priority": 38, + * "logo_path": "/6By0jm0Gr2WMOqUeHWhzRWaMdOo.jpg", + * "provider_id": 332, + * "provider_name": "VUDU Free" + * }, + * { + * "display_priorities": { + * "GB": 35 + * }, + * "display_priority": 35, + * "logo_path": "/5qLpN8ah2FZC8NpYFwRFwxlNjRn.jpg", + * "provider_id": 333, + * "provider_name": "My5" + * }, + * { + * "display_priorities": { + * "DE": 37 + * }, + * "display_priority": 37, + * "logo_path": "/ni0t0Bj4HRAQ9f6zSv1Bl9MDjLK.jpg", + * "provider_id": 334, + * "provider_name": "Filmtastic Amazon Channel" + * }, + * { + * "display_priorities": { + * "AD": 7, + * "AL": 7, + * "AR": 0, + * "AT": 2, + * "AU": 0, + * "BA": 7, + * "BE": 0, + * "BG": 16, + * "BO": 2, + * "BR": 0, + * "BZ": 2, + * "CA": 1, + * "CH": 2, + * "CL": 0, + * "CO": 0, + * "CR": 2, + * "CZ": 0, + * "DE": 2, + * "DK": 0, + * "DO": 24, + * "EC": 2, + * "EE": 23, + * "EG": 45, + * "ES": 1, + * "FI": 0, + * "FR": 1, + * "GB": 1, + * "GR": 20, + * "GT": 1, + * "HK": 32, + * "HN": 2, + * "HR": 31, + * "HU": 0, + * "IE": 2, + * "IS": 1, + * "IT": 1, + * "JM": 26, + * "JP": 2, + * "KR": 2, + * "LC": 13, + * "LI": 25, + * "LT": 24, + * "LU": 3, + * "LV": 23, + * "ME": 1, + * "MK": 7, + * "MT": 7, + * "MX": 0, + * "NI": 2, + * "NL": 2, + * "NO": 0, + * "NZ": 0, + * "PA": 27, + * "PE": 0, + * "PH": 29, + * "PL": 0, + * "PT": 0, + * "PY": 2, + * "RO": 0, + * "RS": 7, + * "SE": 0, + * "SG": 2, + * "SI": 7, + * "SK": 0, + * "SM": 25, + * "SV": 27, + * "TR": 0, + * "TT": 14, + * "TW": 2, + * "US": 1, + * "UY": 27, + * "VE": 1 + * }, + * "display_priority": 27, + * "logo_path": "/97yvRBw1GzX7fXprcF80er19ot.jpg", + * "provider_id": 337, + * "provider_name": "Disney Plus" + * }, + * { + * "display_priorities": { + * "FI": 6 + * }, + * "display_priority": 6, + * "logo_path": "/c7SqVo4DFrbK3RwhGbxvQ9SRco2.jpg", + * "provider_id": 338, + * "provider_name": "Ruutu" + * }, + * { + * "display_priorities": { + * "AR": 8, + * "CL": 8, + * "CO": 8, + * "EC": 4, + * "MX": 19, + * "PE": 8 + * }, + * "display_priority": 8, + * "logo_path": "/tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg", + * "provider_id": 339, + * "provider_name": "MovistarTV" + * }, + * { + * "display_priorities": { + * "DE": 38, + * "TR": 4 + * }, + * "display_priority": 4, + * "logo_path": "/dqRpKX6vcos334v9huMpNPKHlD8.jpg", + * "provider_id": 341, + * "provider_name": "blutv" + * }, + * { + * "display_priorities": { + * "TR": 5 + * }, + * "display_priority": 5, + * "logo_path": "/ffvIywFtojPQnVwHVmTSZEdemdt.jpg", + * "provider_id": 342, + * "provider_name": "puhutv" + * }, + * { + * "display_priorities": { + * "US": 103 + * }, + * "display_priority": 103, + * "logo_path": "/2AvUqoIHAq2lLxRy2IxOBUgCYef.jpg", + * "provider_id": 343, + * "provider_name": "Bet+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "AD": 18, + * "AL": 19, + * "BA": 19, + * "BB": 17, + * "BH": 18, + * "BM": 19, + * "BS": 18, + * "CA": 94, + * "CI": 15, + * "DE": 40, + * "DO": 18, + * "DZ": 17, + * "EG": 21, + * "GF": 19, + * "GI": 19, + * "HK": 6, + * "HR": 22, + * "IL": 17, + * "IQ": 19, + * "IS": 23, + * "JM": 17, + * "JO": 18, + * "KW": 19, + * "LB": 19, + * "LI": 19, + * "LY": 17, + * "MA": 17, + * "MC": 18, + * "MD": 18, + * "MK": 18, + * "MT": 18, + * "NE": 15, + * "NG": 16, + * "OM": 18, + * "PA": 19, + * "PS": 19, + * "QA": 18, + * "RS": 19, + * "SA": 19, + * "SI": 19, + * "SK": 25, + * "SM": 19, + * "SV": 19, + * "TN": 18, + * "TW": 7, + * "TZ": 14, + * "US": 105, + * "UY": 22, + * "YE": 19 + * }, + * "display_priority": 105, + * "logo_path": "/5L2bwr9DhUg28oSMEPRCNwB2y7B.jpg", + * "provider_id": 344, + * "provider_name": "Rakuten Viki" + * }, + * { + * "display_priorities": { + * "CH": 21, + * "DE": 39 + * }, + * "display_priority": 39, + * "logo_path": "/yTwdlHzReo6l9HLWrZqEaEUECBt.jpg", + * "provider_id": 349, + * "provider_name": "Kino on Demand" + * }, + * { + * "display_priorities": { + * "AE": 2, + * "AG": 11, + * "AR": 5, + * "AT": 5, + * "AU": 11, + * "AZ": 3, + * "BE": 9, + * "BG": 3, + * "BH": 49, + * "BM": 27, + * "BO": 3, + * "BR": 9, + * "BS": 25, + * "BY": 2, + * "BZ": 4, + * "CA": 7, + * "CH": 17, + * "CL": 5, + * "CO": 5, + * "CR": 3, + * "CV": 10, + * "CY": 4, + * "CZ": 7, + * "DE": 3, + * "DK": 10, + * "DO": 31, + * "EC": 7, + * "EE": 7, + * "EG": 3, + * "ES": 2, + * "FI": 12, + * "FJ": 11, + * "FR": 3, + * "GB": 3, + * "GH": 13, + * "GR": 5, + * "GT": 3, + * "HK": 16, + * "HN": 3, + * "HU": 7, + * "ID": 12, + * "IE": 5, + * "IL": 25, + * "IN": 2, + * "IT": 5, + * "JO": 50, + * "JP": 10, + * "KR": 5, + * "LB": 28, + * "LT": 7, + * "LU": 5, + * "LV": 7, + * "MD": 25, + * "MT": 25, + * "MU": 12, + * "MX": 3, + * "MY": 11, + * "MZ": 13, + * "NI": 5, + * "NL": 10, + * "NO": 6, + * "NZ": 5, + * "OM": 49, + * "PA": 25, + * "PE": 6, + * "PH": 11, + * "PL": 3, + * "PT": 11, + * "PY": 4, + * "QA": 49, + * "RU": 3, + * "SA": 2, + * "SE": 5, + * "SG": 11, + * "SI": 24, + * "SK": 5, + * "SV": 31, + * "TH": 10, + * "TT": 11, + * "TW": 15, + * "UA": 1, + * "UG": 13, + * "US": 3, + * "VE": 5, + * "ZA": 9 + * }, + * "display_priority": 9, + * "logo_path": "/2E03IAZsX4ZaUqM7tXlctEPMGWS.jpg", + * "provider_id": 350, + * "provider_name": "Apple TV Plus" + * }, + * { + * "display_priorities": { + * "KR": 3 + * }, + * "display_priority": 3, + * "logo_path": "/hPcjSaWfMwEqXaCMu7Fkb529Dkc.jpg", + * "provider_id": 356, + * "provider_name": "wavve" + * }, + * { + * "display_priorities": { + * "AU": 16, + * "NZ": 8 + * }, + * "display_priority": 8, + * "logo_path": "/pVoZH9ZMGfrr1Ajk1UD29weO6iA.jpg", + * "provider_id": 357, + * "provider_name": "DocPlay" + * }, + * { + * "display_priorities": { + * "IT": 13 + * }, + * "display_priority": 13, + * "logo_path": "/2hBbMVUI2G4GAGRAD0RZCZqDMUh.jpg", + * "provider_id": 359, + * "provider_name": "Mediaset Infinity" + * }, + * { + * "display_priorities": { + * "NL": 20 + * }, + * "display_priority": 20, + * "logo_path": "/jPNvTunAw7309LeRMT6m3yZy1Lm.jpg", + * "provider_id": 360, + * "provider_name": "NPO Start" + * }, + * { + * "display_priorities": { + * "US": 106 + * }, + * "display_priority": 106, + * "logo_path": "/8SIxng8eznACvCTRsN1FZfd5Ycg.jpg", + * "provider_id": 361, + * "provider_name": "TCM" + * }, + * { + * "display_priorities": { + * "US": 108 + * }, + * "display_priority": 108, + * "logo_path": "/76CvnJAKAPbJuiXYwQGN7PFqOci.jpg", + * "provider_id": 363, + * "provider_name": "TNT" + * }, + * { + * "display_priorities": { + * "US": 111 + * }, + * "display_priority": 111, + * "logo_path": "/mjsNfr0lswbRx9hbEFkgqJkBjFt.jpg", + * "provider_id": 368, + * "provider_name": "IndieFlix" + * }, + * { + * "display_priorities": { + * "AT": 21 + * }, + * "display_priority": 21, + * "logo_path": "/y7gH7FKJEE6LrO5h6wZTHQdmukO.jpg", + * "provider_id": 370, + * "provider_name": "VOD Club" + * }, + * { + * "display_priorities": { + * "EE": 8, + * "LT": 8, + * "LV": 8 + * }, + * "display_priority": 8, + * "logo_path": "/1y6ds7KDN5Q33Jb0ZxnroEJ58Gd.jpg", + * "provider_id": 373, + * "provider_name": "Go3" + * }, + * { + * "display_priorities": { + * "AU": 15 + * }, + * "display_priority": 15, + * "logo_path": "/xoId9luelz6lXMQkzLyJf3ssXTL.jpg", + * "provider_id": 378, + * "provider_name": "9Now" + * }, + * { + * "display_priorities": { + * "AT": 59, + * "CH": 40, + * "CZ": 29, + * "FR": 6, + * "NL": 81, + * "SK": 37 + * }, + * "display_priority": 37, + * "logo_path": "/eBXzkFEupZjKaIKY7zBUaSdCY8I.jpg", + * "provider_id": 381, + * "provider_name": "Canal+" + * }, + * { + * "display_priorities": { + * "DK": 7 + * }, + * "display_priority": 7, + * "logo_path": "/ddwrbKxlX8n7TasdvrauFijCmEm.jpg", + * "provider_id": 383, + * "provider_name": "TV 2" + * }, + * { + * "display_priorities": { + * "BE": 68, + * "GF": 25, + * "NL": 95 + * }, + * "display_priority": 25, + * "logo_path": "/b8edpTaLCHFrUnhpGQIZJUpFX7T.jpg", + * "provider_id": 384, + * "provider_name": "HBO Max" + * }, + * { + * "display_priorities": { + * "AU": 3 + * }, + * "display_priority": 3, + * "logo_path": "/7QX5OdsQZrXGNBKq9SPzoPV9OYQ.jpg", + * "provider_id": 385, + * "provider_name": "BINGE" + * }, + * { + * "display_priorities": { + * "US": 14 + * }, + * "display_priority": 14, + * "logo_path": "/2aGrp1xw3qhwCYvNGAJZPdjfeeX.jpg", + * "provider_id": 386, + * "provider_name": "Peacock Premium" + * }, + * { + * "display_priorities": { + * "US": 271 + * }, + * "display_priority": 271, + * "logo_path": "/drPlq5beqXtBaP7MNs8W616YRhm.jpg", + * "provider_id": 387, + * "provider_name": "Peacock Premium Plus" + * }, + * { + * "display_priorities": { + * "BE": 18, + * "CH": 14, + * "DE": 153, + * "NL": 12 + * }, + * "display_priority": 12, + * "logo_path": "/jzWBemDX69VRYhudQA44IESMxQ1.jpg", + * "provider_id": 389, + * "provider_name": "Sooner" + * }, + * { + * "display_priorities": { + * "AT": 22, + * "CH": 20, + * "DE": 38 + * }, + * "display_priority": 20, + * "logo_path": "/jAwT86Q0H9U8RESR3zR2FVKe83D.jpg", + * "provider_id": 392, + * "provider_name": "wedotv" + * }, + * { + * "display_priorities": { + * "AD": 2, + * "AL": 2, + * "BA": 2, + * "BB": 2, + * "BH": 2, + * "BM": 2, + * "BS": 2, + * "CI": 2, + * "DO": 2, + * "DZ": 2, + * "EG": 5, + * "ES": 16, + * "GF": 2, + * "GI": 2, + * "HR": 4, + * "IL": 2, + * "IQ": 2, + * "IS": 5, + * "JM": 2, + * "JO": 2, + * "KW": 2, + * "LB": 2, + * "LI": 2, + * "LY": 2, + * "MA": 2, + * "MC": 2, + * "MD": 2, + * "MK": 2, + * "MT": 2, + * "NE": 2, + * "NG": 2, + * "OM": 2, + * "PA": 2, + * "PS": 2, + * "QA": 2, + * "RS": 2, + * "SA": 4, + * "SI": 2, + * "SK": 7, + * "SM": 2, + * "SV": 2, + * "TN": 2, + * "TW": 10, + * "TZ": 19, + * "UY": 4, + * "YE": 2 + * }, + * "display_priority": 2, + * "logo_path": "/ozMgkAAoi6aDI5ce8KKA2k8TGvB.jpg", + * "provider_id": 393, + * "provider_name": "FlixOlé" + * }, + * { + * "display_priorities": { + * "NZ": 12 + * }, + * "display_priority": 12, + * "logo_path": "/wbqJss5NNebssp5RBkAdxIHecv2.jpg", + * "provider_id": 395, + * "provider_name": "TVNZ" + * }, + * { + * "display_priorities": { + * "NL": 19 + * }, + * "display_priority": 19, + * "logo_path": "/uYJwhSwKHy1BahLwm3KnjP7ajgt.jpg", + * "provider_id": 396, + * "provider_name": "Film1" + * }, + * { + * "display_priorities": { + * "US": 110 + * }, + * "display_priority": 110, + * "logo_path": "/jfXLhMzHHmBYrtE9ZaW7as2RA98.jpg", + * "provider_id": 397, + * "provider_name": "BBC America" + * }, + * { + * "display_priorities": { + * "DE": 158, + * "FR": 24 + * }, + * "display_priority": 158, + * "logo_path": "/w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg", + * "provider_id": 415, + * "provider_name": "Animation Digital Network" + * }, + * { + * "display_priorities": { + * "US": 119 + * }, + * "display_priority": 119, + * "logo_path": "/kiNWL1wGBg3z2FBXJcd8R8MaZrV.jpg", + * "provider_id": 417, + * "provider_name": "Here TV" + * }, + * { + * "display_priorities": { + * "AT": 73, + * "DE": 41 + * }, + * "display_priority": 41, + * "logo_path": "/5aHLriu21FRDGlxY5zbzyEuoSvA.jpg", + * "provider_id": 421, + * "provider_name": "Joyn Plus" + * }, + * { + * "display_priorities": { + * "DK": 16, + * "FI": 15, + * "NO": 16, + * "SE": 16 + * }, + * "display_priority": 16, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priorities": { + * "DK": 17, + * "FI": 16, + * "NO": 17, + * "SE": 17 + * }, + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * }, + * { + * "display_priorities": { + * "CA": 85, + * "US": 83 + * }, + * "display_priority": 83, + * "logo_path": "/iCV9oPBeoLDC5okFRZEgQkx7je0.jpg", + * "provider_id": 430, + * "provider_name": "HiDive" + * }, + * { + * "display_priorities": { + * "NO": 18 + * }, + * "display_priority": 18, + * "logo_path": "/tpfmd22xEapb1aW2gzjSM5104rx.jpg", + * "provider_id": 431, + * "provider_name": "TV 2 Play" + * }, + * { + * "display_priorities": { + * "GB": 41, + * "US": 122 + * }, + * "display_priority": 122, + * "logo_path": "/wCKOLlsilq4I0Iv1NSJTToPEQAo.jpg", + * "provider_id": 432, + * "provider_name": "Flix Premiere" + * }, + * { + * "display_priorities": { + * "CA": 50, + * "US": 89 + * }, + * "display_priority": 89, + * "logo_path": "/jxavsObOHN6UqlbuZQ1UpVRVv6X.jpg", + * "provider_id": 433, + * "provider_name": "OVID" + * }, + * { + * "display_priorities": { + * "AU": 30 + * }, + * "display_priority": 30, + * "logo_path": "/hP3ymMLPyvxUCA1ODfIHJ4pu3c2.jpg", + * "provider_id": 434, + * "provider_name": "OzFlix" + * }, + * { + * "display_priorities": { + * "SE": 18 + * }, + * "display_priority": 18, + * "logo_path": "/vyu1bwP7H0p7B8BLB3QRwHVmvlA.jpg", + * "provider_id": 435, + * "provider_name": "Draken Films" + * }, + * { + * "display_priorities": { + * "AU": 31, + * "HK": 0 + * }, + * "display_priority": 0, + * "logo_path": "/9B7l9ZSos54kFrZbliVExt2z9C9.jpg", + * "provider_id": 436, + * "provider_name": "Fetch TV" + * }, + * { + * "display_priorities": { + * "IN": 17 + * }, + * "display_priority": 17, + * "logo_path": "/pMTVKAUyjMb0xdMnHqfNj73MGH6.jpg", + * "provider_id": 437, + * "provider_name": "Hungama Play" + * }, + * { + * "display_priorities": { + * "US": 90 + * }, + * "display_priority": 90, + * "logo_path": "/qesugDq8sUCixmOOsqDM1xAnBYz.jpg", + * "provider_id": 438, + * "provider_name": "Chai Flicks" + * }, + * { + * "display_priorities": { + * "US": 88 + * }, + * "display_priority": 88, + * "logo_path": "/y9jFndski0fRO4MHh3yg5PIL9ZI.jpg", + * "provider_id": 439, + * "provider_name": "Shout! Factory TV" + * }, + * { + * "display_priorities": { + * "NZ": 19 + * }, + * "display_priority": 19, + * "logo_path": "/vcsLhyNRm528LzfVqQJDddusP27.jpg", + * "provider_id": 440, + * "provider_name": "ThreeNow" + * }, + * { + * "display_priorities": { + * "CA": 51 + * }, + * "display_priority": 51, + * "logo_path": "/zwTo48JWc9FNCgJ1ADPAfkhYUuA.jpg", + * "provider_id": 441, + * "provider_name": "NFB" + * }, + * { + * "display_priorities": { + * "NO": 15 + * }, + * "display_priority": 15, + * "logo_path": "/teyfWuW8nS8wsk6rVXIbynrxIX6.jpg", + * "provider_id": 442, + * "provider_name": "NRK TV" + * }, + * { + * "display_priorities": { + * "DK": 15 + * }, + * "display_priority": 15, + * "logo_path": "/eRRc8n7fzQewjh15d2fao45Xxvi.jpg", + * "provider_id": 443, + * "provider_name": "Filmstriben" + * }, + * { + * "display_priorities": { + * "AD": 15, + * "AL": 16, + * "AR": 22, + * "AT": 34, + * "AU": 42, + * "BA": 16, + * "BB": 12, + * "BE": 24, + * "BG": 8, + * "BH": 13, + * "BM": 14, + * "BO": 9, + * "BR": 32, + * "BS": 13, + * "CA": 68, + * "CH": 31, + * "CI": 12, + * "CL": 19, + * "CO": 20, + * "CR": 11, + * "CZ": 15, + * "DE": 62, + * "DK": 25, + * "DO": 13, + * "DZ": 13, + * "EC": 19, + * "EE": 16, + * "ES": 32, + * "FI": 27, + * "FR": 35, + * "GB": 56, + * "GF": 14, + * "GI": 14, + * "GR": 13, + * "GT": 11, + * "HK": 21, + * "HN": 10, + * "HR": 16, + * "HU": 15, + * "ID": 24, + * "IE": 28, + * "IL": 14, + * "IN": 37, + * "IQ": 16, + * "IS": 17, + * "IT": 34, + * "JM": 12, + * "JO": 13, + * "JP": 18, + * "KR": 19, + * "KW": 14, + * "LB": 16, + * "LI": 14, + * "LT": 17, + * "LV": 16, + * "LY": 13, + * "MA": 13, + * "MC": 13, + * "MD": 13, + * "MK": 15, + * "MT": 15, + * "MX": 33, + * "MY": 20, + * "NE": 12, + * "NG": 13, + * "NL": 33, + * "NO": 27, + * "NZ": 26, + * "OM": 13, + * "PA": 14, + * "PE": 20, + * "PH": 20, + * "PL": 19, + * "PS": 16, + * "PT": 22, + * "PY": 10, + * "QA": 13, + * "RO": 11, + * "RS": 16, + * "RU": 16, + * "SE": 30, + * "SG": 20, + * "SI": 16, + * "SK": 19, + * "SM": 14, + * "SV": 14, + * "TH": 18, + * "TN": 14, + * "TR": 18, + * "TW": 20, + * "TZ": 21, + * "US": 87, + * "UY": 17, + * "VE": 16, + * "YE": 14, + * "ZA": 18 + * }, + * "display_priority": 87, + * "logo_path": "/x6nRFzF32hCzMHaVM4RHRo7lsgS.jpg", + * "provider_id": 444, + * "provider_name": "Dekkoo" + * }, + * { + * "display_priorities": { + * "CA": 52, + * "US": 86 + * }, + * "display_priority": 86, + * "logo_path": "/5zUnCq0pvixEtQafzOBBWqxNRvX.jpg", + * "provider_id": 446, + * "provider_name": "Retrocrush" + * }, + * { + * "display_priorities": { + * "BR": 18 + * }, + * "display_priority": 18, + * "logo_path": "/gBYz3cTgDPRoRFOCS4gG9BNPJdX.jpg", + * "provider_id": 447, + * "provider_name": "Belas Artes à La Carte" + * }, + * { + * "display_priorities": { + * "AU": 32, + * "NZ": 17 + * }, + * "display_priority": 17, + * "logo_path": "/mKHumLTIy1SmihWSVqN9iPxFnqf.jpg", + * "provider_id": 448, + * "provider_name": "Beamafilm" + * }, + * { + * "display_priorities": { + * "CA": 49 + * }, + * "display_priority": 49, + * "logo_path": "/o2qiZykonJuLglxwBbtUbHu4wIO.jpg", + * "provider_id": 449, + * "provider_name": "Global TV" + * }, + * { + * "display_priorities": { + * "NL": 21 + * }, + * "display_priority": 21, + * "logo_path": "/mj1iZQtWmq9s0LmPhZ7KjUtgVja.jpg", + * "provider_id": 451, + * "provider_name": "Picl" + * }, + * { + * "display_priorities": { + * "PT": 15 + * }, + * "display_priority": 15, + * "logo_path": "/9HQD7iNLyJQYhEq3Z9blyn7P4Vk.jpg", + * "provider_id": 452, + * "provider_name": "RTPplay" + * }, + * { + * "display_priorities": { + * "US": 85 + * }, + * "display_priority": 85, + * "logo_path": "/zOWoxUMmGW0OfDFAQsCosho2PZz.jpg", + * "provider_id": 455, + * "provider_name": "Night Flight Plus" + * }, + * { + * "display_priorities": { + * "ES": 23 + * }, + * "display_priority": 23, + * "logo_path": "/273VHxSrDdEwLTXJrsnE6yJMqNZ.jpg", + * "provider_id": 456, + * "provider_name": "Mitele " + * }, + * { + * "display_priorities": { + * "AR": 12, + * "BO": 21, + * "CL": 32, + * "CO": 12, + * "CR": 22, + * "DO": 30, + * "EC": 12, + * "GT": 22, + * "HN": 21, + * "MX": 22, + * "NI": 12, + * "PA": 10, + * "PE": 12, + * "PY": 21, + * "SV": 10, + * "US": 84, + * "UY": 13, + * "VE": 9 + * }, + * "display_priority": 84, + * "logo_path": "/jwRPknT20dfU1GeVqbcDXFyvtdG.jpg", + * "provider_id": 457, + * "provider_name": "VIX " + * }, + * { + * "display_priorities": { + * "BE": 16 + * }, + * "display_priority": 16, + * "logo_path": "/gdqGg9TIzmQQBmkG8bljY20KX0z.jpg", + * "provider_id": 461, + * "provider_name": "RTBF Auvio" + * }, + * { + * "display_priorities": { + * "FI": 18 + * }, + * "display_priority": 18, + * "logo_path": "/27Zotk8HAfHk7qPz9x6DWWhOpb7.jpg", + * "provider_id": 463, + * "provider_name": "Kirjastokino" + * }, + * { + * "display_priorities": { + * "AR": 14, + * "AU": 66, + * "BR": 113, + * "CA": 30, + * "CL": 12, + * "CO": 14, + * "EC": 13, + * "ES": 96, + * "FJ": 12, + * "GB": 134, + * "IE": 42, + * "MX": 11, + * "NZ": 36, + * "PE": 14, + * "PF": 11, + * "PG": 5, + * "PT": 58, + * "US": 15, + * "VE": 11 + * }, + * "display_priority": 15, + * "logo_path": "/hwsU65QW7A4dbMEWkDpgHyCNcfS.jpg", + * "provider_id": 464, + * "provider_name": "Kocowa" + * }, + * { + * "display_priorities": { + * "ID": 14 + * }, + * "display_priority": 14, + * "logo_path": "/rvHcdDDyfuFRD2C4mLkTUtKk2CS.jpg", + * "provider_id": 466, + * "provider_name": "Bioskop Online" + * }, + * { + * "display_priorities": { + * "AR": 14, + * "CL": 12, + * "CO": 13, + * "MX": 25, + * "PE": 13, + * "UY": 9 + * }, + * "display_priority": 9, + * "logo_path": "/nr5UBW4IGKgBwmhpTMOfcvnX2vX.jpg", + * "provider_id": 467, + * "provider_name": "DIRECTV GO" + * }, + * { + * "display_priorities": { + * "ID": 15 + * }, + * "display_priority": 15, + * "logo_path": "/o506FcbahVPxvVcsSA5dFLj9drV.jpg", + * "provider_id": 468, + * "provider_name": "genflix" + * }, + * { + * "display_priorities": { + * "CA": 54 + * }, + * "display_priority": 54, + * "logo_path": "/cQjWvOiKRPeSuWRNGegcBjyqVbR.jpg", + * "provider_id": 469, + * "provider_name": "Club Illico" + * }, + * { + * "display_priorities": { + * "NL": 23 + * }, + * "display_priority": 23, + * "logo_path": "/88ssxWDyhabjrwSrbSf87nCDK2y.jpg", + * "provider_id": 472, + * "provider_name": "NLZIET" + * }, + * { + * "display_priorities": { + * "BR": 20, + * "GB": 43, + * "MX": 26, + * "US": 125 + * }, + * "display_priority": 125, + * "logo_path": "/llQ8zV50Wqh4gYCYfr52R1b9gfD.jpg", + * "provider_id": 473, + * "provider_name": "Revry" + * }, + * { + * "display_priorities": { + * "IN": 22 + * }, + * "display_priority": 22, + * "logo_path": "/ec3kgfQ6YXbT3AFRh8bkQZQFLb2.jpg", + * "provider_id": 474, + * "provider_name": "ShemarooMe" + * }, + * { + * "display_priorities": { + * "AR": 15, + * "AT": 25, + * "AU": 35, + * "BE": 17, + * "BG": 7, + * "BH": 9, + * "BM": 9, + * "BO": 8, + * "BR": 21, + * "BS": 9, + * "CA": 55, + * "CH": 23, + * "CL": 13, + * "CO": 14, + * "CR": 12, + * "CZ": 10, + * "DE": 44, + * "DK": 19, + * "DO": 9, + * "DZ": 9, + * "EC": 13, + * "EE": 11, + * "ES": 24, + * "FI": 19, + * "FR": 27, + * "GB": 44, + * "GF": 9, + * "GI": 9, + * "GR": 8, + * "GT": 12, + * "HN": 11, + * "HR": 12, + * "HU": 10, + * "ID": 19, + * "IE": 22, + * "IN": 23, + * "IS": 12, + * "IT": 27, + * "JO": 9, + * "JP": 13, + * "KR": 13, + * "KW": 9, + * "LI": 9, + * "LT": 11, + * "LV": 11, + * "LY": 9, + * "MA": 9, + * "MC": 9, + * "MD": 9, + * "MX": 27, + * "MY": 15, + * "NL": 24, + * "NO": 20, + * "NZ": 21, + * "OM": 9, + * "PA": 9, + * "PE": 14, + * "PH": 14, + * "PL": 10, + * "PT": 16, + * "PY": 11, + * "QA": 9, + * "RO": 6, + * "RU": 11, + * "SE": 21, + * "SG": 15, + * "SK": 15, + * "SM": 9, + * "SV": 9, + * "TH": 13, + * "TN": 9, + * "TR": 13, + * "TW": 28, + * "TZ": 22, + * "US": 126, + * "UY": 12, + * "VE": 11, + * "YE": 9, + * "ZA": 13 + * }, + * "display_priority": 126, + * "logo_path": "/5zqbck5mo8PuVbGu2ngBUdn5Yga.jpg", + * "provider_id": 475, + * "provider_name": "DOCSVILLE" + * }, + * { + * "display_priorities": { + * "IN": 21 + * }, + * "display_priority": 21, + * "logo_path": "/ymlo2k6RlX0zF5Te1AYwXRQ7Pra.jpg", + * "provider_id": 476, + * "provider_name": "EPIC ON" + * }, + * { + * "display_priorities": { + * "BR": 24 + * }, + * "display_priority": 24, + * "logo_path": "/vPqYxDMMtoHlYg8ZzEXS5S6y6iQ.jpg", + * "provider_id": 477, + * "provider_name": "GOSPEL PLAY" + * }, + * { + * "display_priorities": { + * "AR": 17, + * "BR": 23 + * }, + * "display_priority": 23, + * "logo_path": "/sYVlH6nNSaR2syC0sjkxErwOOjx.jpg", + * "provider_id": 478, + * "provider_name": "History Play" + * }, + * { + * "display_priorities": { + * "DE": 43 + * }, + * "display_priority": 43, + * "logo_path": "/ntvIffmJe7ZO1SSobwSx8ABAZFG.jpg", + * "provider_id": 479, + * "provider_name": "Home of Horror" + * }, + * { + * "display_priorities": { + * "DE": 45 + * }, + * "display_priority": 45, + * "logo_path": "/eptSSZPhXJllBI8QywFDmgOMNkU.jpg", + * "provider_id": 480, + * "provider_name": "Filmtastic" + * }, + * { + * "display_priorities": { + * "DE": 46 + * }, + * "display_priority": 46, + * "logo_path": "/eBt8WXNGuJGBgQ28W88Y3eTAWsD.jpg", + * "provider_id": 481, + * "provider_name": "ArthouseCNMA" + * }, + * { + * "display_priorities": { + * "IN": 26 + * }, + * "display_priority": 26, + * "logo_path": "/tFkqZYsDhNe6hJCx50Aw6oma24w.jpg", + * "provider_id": 482, + * "provider_name": "ManoramaMax" + * }, + * { + * "display_priorities": { + * "ID": 18 + * }, + * "display_priority": 18, + * "logo_path": "/zDSJn28xTG4f6h2yxZ6UmCPvZ8j.jpg", + * "provider_id": 483, + * "provider_name": "MAX Stream" + * }, + * { + * "display_priorities": { + * "BR": 25 + * }, + * "display_priority": 25, + * "logo_path": "/7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg", + * "provider_id": 484, + * "provider_name": "Claro tv+" + * }, + * { + * "display_priorities": { + * "US": 128 + * }, + * "display_priority": 128, + * "logo_path": "/aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg", + * "provider_id": 486, + * "provider_name": "Spectrum On Demand" + * }, + * { + * "display_priorities": { + * "CA": 56 + * }, + * "display_priority": 56, + * "logo_path": "/yQhSfwOzTF9EATdq47LlRFghmiO.jpg", + * "provider_id": 488, + * "provider_name": "tvo" + * }, + * { + * "display_priorities": { + * "ID": 17 + * }, + * "display_priority": 17, + * "logo_path": "/l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg", + * "provider_id": 489, + * "provider_name": "Vidio" + * }, + * { + * "display_priorities": { + * "AR": 16 + * }, + * "display_priority": 16, + * "logo_path": "/21uSo4VQUdEmeA6RJ6gPSRwusbt.jpg", + * "provider_id": 491, + * "provider_name": "CINE" + * }, + * { + * "display_priorities": { + * "SE": 20 + * }, + * "display_priority": 20, + * "logo_path": "/oBdaG066fB5O7XYrYKQflOZvd89.jpg", + * "provider_id": 493, + * "provider_name": "SVT" + * }, + * { + * "display_priorities": { + * "FI": 44, + * "NO": 43, + * "SE": 24 + * }, + * "display_priority": 24, + * "logo_path": "/w1V9hzBaRlkpISBWhCv676kI8Mp.jpg", + * "provider_id": 496, + * "provider_name": "Cineasterna" + * }, + * { + * "display_priorities": { + * "SE": 22 + * }, + * "display_priority": 22, + * "logo_path": "/jy4yvY3szonb0p6rtMXvF5stuX9.jpg", + * "provider_id": 497, + * "provider_name": "Tele2 Play" + * }, + * { + * "display_priorities": { + * "BR": 22 + * }, + * "display_priority": 22, + * "logo_path": "/rXNXvz2096ri69ZlZsFwKxZYJsS.jpg", + * "provider_id": 499, + * "provider_name": "Oldflix" + * }, + * { + * "display_priorities": { + * "IN": 24 + * }, + * "display_priority": 24, + * "logo_path": "/5VLMQDq6LWfftQCl7sYrtTseXRA.jpg", + * "provider_id": 502, + * "provider_name": "Tata Play" + * }, + * { + * "display_priorities": { + * "US": 129 + * }, + * "display_priority": 129, + * "logo_path": "/pPoqVHcko7XoCRrPus4boDW90uM.jpg", + * "provider_id": 503, + * "provider_name": "Hi-YAH" + * }, + * { + * "display_priorities": { + * "PL": 11 + * }, + * "display_priority": 11, + * "logo_path": "/jhMNVBV2UocEGepRkr9oFPD7Gpb.jpg", + * "provider_id": 505, + * "provider_name": "Player" + * }, + * { + * "display_priorities": { + * "US": 123 + * }, + * "display_priority": 123, + * "logo_path": "/cZvP3XsDKlHFhNIyHYCVPStXT5l.jpg", + * "provider_id": 506, + * "provider_name": "TBS" + * }, + * { + * "display_priorities": { + * "US": 130 + * }, + * "display_priority": 130, + * "logo_path": "/mMJ6AQUpHDsD5s2Q2dnbpX1NFwp.jpg", + * "provider_id": 507, + * "provider_name": "tru TV" + * }, + * { + * "display_priorities": { + * "US": 131 + * }, + * "display_priority": 131, + * "logo_path": "/d8HzRaIa5aGE5mJB1SsIA9hODdx.jpg", + * "provider_id": 508, + * "provider_name": "DisneyNOW" + * }, + * { + * "display_priorities": { + * "IN": 25 + * }, + * "display_priority": 25, + * "logo_path": "/eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg", + * "provider_id": 510, + * "provider_name": "Discovery+" + * }, + * { + * "display_priorities": { + * "BO": 19, + * "CR": 20, + * "EG": 8, + * "GT": 20, + * "HK": 7, + * "HN": 19, + * "HR": 8, + * "IS": 8, + * "PH": 15, + * "PY": 19, + * "SA": 7, + * "SK": 11, + * "TW": 8, + * "TZ": 23 + * }, + * "display_priority": 23, + * "logo_path": "/nHxedyutqerk1yWBsc17mF8gteZ.jpg", + * "provider_id": 511, + * "provider_name": "iWantTFC" + * }, + * { + * "display_priorities": { + * "FR": 28 + * }, + * "display_priority": 28, + * "logo_path": "/qwRq7klF8EijYs7XgvxSaYd6v6w.jpg", + * "provider_id": 513, + * "provider_name": "Shadowz" + * }, + * { + * "display_priorities": { + * "CA": 58, + * "US": 124 + * }, + * "display_priority": 124, + * "logo_path": "/jCgWMxqGaq0h0VOxyJPfQdTqmii.jpg", + * "provider_id": 514, + * "provider_name": "AsianCrush" + * }, + * { + * "display_priorities": { + * "IN": 27 + * }, + * "display_priority": 27, + * "logo_path": "/ayHY6wKxvCKj2PU8eRPFxnPc6B0.jpg", + * "provider_id": 515, + * "provider_name": "MX Player" + * }, + * { + * "display_priorities": { + * "CA": 60 + * }, + * "display_priority": 60, + * "logo_path": "/ss6JfWLwwrIjO1AfEsBy8GYM1EU.jpg", + * "provider_id": 516, + * "provider_name": "Noovo" + * }, + * { + * "display_priorities": { + * "SE": 23 + * }, + * "display_priority": 23, + * "logo_path": "/sgws7qaFHYTEeYhc8RCjZ5D7IlH.jpg", + * "provider_id": 517, + * "provider_name": "TriArt Play" + * }, + * { + * "display_priorities": { + * "AD": 9, + * "AL": 10, + * "AR": 13, + * "AT": 26, + * "AU": 37, + * "BA": 10, + * "BB": 8, + * "BE": 15, + * "BH": 8, + * "BM": 8, + * "BO": 15, + * "BR": 19, + * "BS": 8, + * "CA": 61, + * "CH": 25, + * "CI": 9, + * "CL": 14, + * "CO": 15, + * "CR": 16, + * "CZ": 9, + * "DE": 49, + * "DK": 20, + * "DO": 8, + * "DZ": 8, + * "EC": 14, + * "EE": 10, + * "EG": 12, + * "ES": 25, + * "FI": 20, + * "FR": 26, + * "GB": 46, + * "GF": 8, + * "GI": 8, + * "GR": 7, + * "GT": 16, + * "HK": 27, + * "HN": 15, + * "HR": 11, + * "HU": 9, + * "ID": 13, + * "IE": 21, + * "IL": 8, + * "IN": 28, + * "IQ": 8, + * "IS": 11, + * "IT": 28, + * "JM": 8, + * "JO": 8, + * "JP": 12, + * "KR": 12, + * "KW": 8, + * "LB": 8, + * "LI": 8, + * "LT": 10, + * "LV": 10, + * "LY": 8, + * "MA": 8, + * "MC": 8, + * "MD": 8, + * "MK": 10, + * "MT": 10, + * "MX": 28, + * "MY": 13, + * "NE": 9, + * "NG": 9, + * "NL": 26, + * "NO": 21, + * "NZ": 16, + * "OM": 8, + * "PA": 8, + * "PE": 15, + * "PH": 13, + * "PL": 13, + * "PS": 8, + * "PT": 17, + * "PY": 15, + * "QA": 8, + * "RO": 5, + * "RS": 10, + * "RU": 10, + * "SA": 10, + * "SE": 25, + * "SG": 14, + * "SI": 10, + * "SK": 14, + * "SM": 8, + * "SV": 8, + * "TH": 11, + * "TN": 8, + * "TR": 12, + * "TW": 26, + * "TZ": 24, + * "US": 79, + * "UY": 11, + * "VE": 10, + * "YE": 8, + * "ZA": 12 + * }, + * "display_priority": 79, + * "logo_path": "/k2YgZyxij5RcnS1qqUYEUrJB4oQ.jpg", + * "provider_id": 521, + * "provider_name": "Spamflix" + * }, + * { + * "display_priorities": { + * "AT": 24, + * "CH": 24, + * "DE": 47 + * }, + * "display_priority": 47, + * "logo_path": "/3kmmwlTET45ryW7azWfFJ0Piwll.jpg", + * "provider_id": 522, + * "provider_name": "Popcorntimes" + * }, + * { + * "display_priorities": { + * "AT": 55, + * "DE": 112, + * "DK": 42, + * "ES": 38, + * "FI": 32, + * "GB": 82, + * "IE": 38, + * "IT": 24, + * "NL": 39, + * "NO": 32, + * "SE": 34 + * }, + * "display_priority": 34, + * "logo_path": "/bPW3J8KlLrot95sLzadnpzVe61f.jpg", + * "provider_id": 524, + * "provider_name": "Discovery+" + * }, + * { + * "display_priorities": { + * "CA": 57 + * }, + * "display_priority": 57, + * "logo_path": "/7wADjxAylhGGqWYNz86jGOQSoZG.jpg", + * "provider_id": 525, + * "provider_name": "Knowledge Network" + * }, + * { + * "display_priorities": { + * "AU": 53, + * "CA": 91, + * "NZ": 34, + * "US": 31 + * }, + * "display_priority": 31, + * "logo_path": "/ovmu6uot1XVvsemM2dDySXLiX57.jpg", + * "provider_id": 526, + * "provider_name": "AMC+" + * }, + * { + * "display_priorities": { + * "AU": 54, + * "CA": 90, + * "ES": 74, + * "US": 26 + * }, + * "display_priority": 26, + * "logo_path": "/2ino0WmHA4GROB7NYKzT6PGqLcb.jpg", + * "provider_id": 528, + * "provider_name": "AMC+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 62, + * "GB": 24, + * "US": 133 + * }, + * "display_priority": 133, + * "logo_path": "/wAuMUrRTVaJ2CZ4ZpyQbayZx0iU.jpg", + * "provider_id": 529, + * "provider_name": "ARROW" + * }, + * { + * "display_priorities": { + * "AR": 7, + * "AT": 51, + * "AU": 5, + * "BO": 5, + * "BR": 6, + * "CA": 11, + * "CH": 45, + * "CL": 6, + * "CO": 7, + * "CR": 6, + * "DE": 11, + * "DO": 25, + * "EC": 3, + * "FR": 76, + * "GB": 8, + * "GT": 5, + * "HN": 6, + * "IE": 6, + * "IT": 9, + * "MX": 9, + * "NI": 13, + * "PA": 31, + * "PE": 5, + * "PY": 3, + * "SV": 26, + * "US": 18, + * "UY": 2, + * "VE": 6 + * }, + * "display_priority": 6, + * "logo_path": "/h5DcR0J2EESLitnhR8xLG1QymTE.jpg", + * "provider_id": 531, + * "provider_name": "Paramount Plus" + * }, + * { + * "display_priorities": { + * "AD": 11, + * "AL": 12, + * "BA": 12, + * "BB": 9, + * "BH": 10, + * "BM": 10, + * "BS": 10, + * "CA": 93, + * "CI": 8, + * "DO": 10, + * "DZ": 10, + * "EG": 16, + * "GF": 10, + * "GI": 10, + * "HK": 22, + * "HR": 17, + * "IN": 29, + * "IQ": 12, + * "IS": 18, + * "JM": 9, + * "JO": 10, + * "KW": 10, + * "LB": 12, + * "LI": 10, + * "LY": 10, + * "MA": 10, + * "MC": 10, + * "MD": 10, + * "NE": 8, + * "NG": 8, + * "OM": 10, + * "PA": 11, + * "PS": 12, + * "QA": 10, + * "RS": 12, + * "SA": 14, + * "SI": 12, + * "SK": 20, + * "SM": 10, + * "SV": 11, + * "TN": 10, + * "TW": 21, + * "TZ": 30, + * "US": 155, + * "UY": 14, + * "YE": 10 + * }, + * "display_priority": 155, + * "logo_path": "/8WerMI8XcZXqPpkHTZNtzMzousF.jpg", + * "provider_id": 532, + * "provider_name": "aha" + * }, + * { + * "display_priorities": { + * "AT": 28, + * "DE": 51 + * }, + * "display_priority": 51, + * "logo_path": "/9MABvFilVMUAV86vLUgBgeM5LQQ.jpg", + * "provider_id": 533, + * "provider_name": "Amazon Arthaus Channel" + * }, + * { + * "display_priorities": { + * "AD": 6, + * "AL": 6, + * "BA": 6, + * "BB": 7, + * "BH": 7, + * "BM": 7, + * "BS": 7, + * "CI": 6, + * "DO": 7, + * "DZ": 7, + * "EG": 13, + * "GF": 7, + * "GI": 7, + * "HK": 23, + * "HR": 13, + * "IL": 6, + * "IQ": 6, + * "IS": 14, + * "JM": 7, + * "JO": 7, + * "KW": 7, + * "LB": 6, + * "LI": 7, + * "LY": 7, + * "MA": 7, + * "MC": 7, + * "MD": 7, + * "MK": 6, + * "MT": 6, + * "NE": 6, + * "NG": 6, + * "OM": 7, + * "PA": 7, + * "PS": 6, + * "QA": 7, + * "RS": 6, + * "SA": 11, + * "SI": 6, + * "SK": 16, + * "SM": 7, + * "SV": 7, + * "TN": 7, + * "TW": 22, + * "TZ": 28, + * "UY": 10, + * "YE": 7 + * }, + * "display_priority": 7, + * "logo_path": "/jQMOpRluniNQSEp6V7IvtKxXMW.jpg", + * "provider_id": 534, + * "provider_name": "Argo" + * }, + * { + * "display_priorities": { + * "AT": 29, + * "CH": 26, + * "DE": 53 + * }, + * "display_priority": 53, + * "logo_path": "/ugus0p8BGGhE8sxhwAjJz2o8jyy.jpg", + * "provider_id": 537, + * "provider_name": "ZDF" + * }, + * { + * "display_priorities": { + * "AD": 26, + * "AG": 13, + * "AL": 28, + * "AO": 5, + * "AR": 61, + * "AT": 63, + * "AU": 46, + * "AZ": 5, + * "BA": 28, + * "BB": 26, + * "BE": 64, + * "BF": 5, + * "BG": 21, + * "BM": 28, + * "BO": 33, + * "BR": 84, + * "BS": 27, + * "BY": 7, + * "BZ": 11, + * "CA": 86, + * "CH": 49, + * "CI": 27, + * "CL": 33, + * "CM": 5, + * "CO": 34, + * "CR": 33, + * "CV": 13, + * "CY": 9, + * "CZ": 32, + * "DE": 55, + * "DK": 41, + * "DO": 33, + * "DZ": 29, + * "EC": 32, + * "EE": 27, + * "ES": 27, + * "FI": 43, + * "FJ": 12, + * "FR": 29, + * "GB": 48, + * "GF": 29, + * "GG": 11, + * "GH": 16, + * "GI": 27, + * "GQ": 14, + * "GR": 23, + * "GT": 33, + * "GY": 5, + * "HK": 38, + * "HN": 33, + * "HR": 35, + * "HU": 26, + * "ID": 39, + * "IE": 43, + * "IL": 27, + * "IN": 30, + * "IQ": 49, + * "IS": 32, + * "IT": 29, + * "JM": 25, + * "JO": 51, + * "JP": 53, + * "KE": 15, + * "KR": 14, + * "KW": 50, + * "LB": 29, + * "LC": 12, + * "LI": 29, + * "LT": 28, + * "LU": 11, + * "LV": 27, + * "LY": 29, + * "MA": 28, + * "MC": 26, + * "MD": 26, + * "ME": 6, + * "MG": 5, + * "MK": 27, + * "ML": 6, + * "MT": 26, + * "MU": 15, + * "MW": 3, + * "MX": 78, + * "MY": 31, + * "MZ": 17, + * "NE": 27, + * "NG": 30, + * "NI": 15, + * "NL": 85, + * "NO": 42, + * "NZ": 37, + * "OM": 50, + * "PA": 33, + * "PE": 33, + * "PF": 11, + * "PG": 5, + * "PH": 32, + * "PK": 8, + * "PL": 34, + * "PS": 28, + * "PT": 59, + * "PY": 32, + * "RO": 22, + * "RS": 29, + * "RU": 30, + * "SC": 14, + * "SE": 47, + * "SG": 30, + * "SI": 29, + * "SK": 38, + * "SM": 28, + * "SN": 14, + * "SV": 33, + * "TC": 12, + * "TD": 7, + * "TH": 29, + * "TN": 29, + * "TT": 13, + * "TW": 38, + * "TZ": 32, + * "UA": 8, + * "UG": 16, + * "US": 134, + * "UY": 32, + * "VA": 7, + * "VE": 30, + * "XK": 5, + * "YE": 28, + * "ZA": 30, + * "ZM": 14, + * "ZW": 6 + * }, + * "display_priority": 134, + * "logo_path": "/vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg", + * "provider_id": 538, + * "provider_name": "Plex" + * }, + * { + * "display_priorities": { + * "FI": 21 + * }, + * "display_priority": 21, + * "logo_path": "/zDWv7ROPCqZXsIKSVFRANOTC1wx.jpg", + * "provider_id": 539, + * "provider_name": "Viddla" + * }, + * { + * "display_priorities": { + * "FI": 22 + * }, + * "display_priority": 22, + * "logo_path": "/eglAxQEXSO13p6gNf3HKymrIu7y.jpg", + * "provider_id": 540, + * "provider_name": "Elisa Viihde" + * }, + * { + * "display_priorities": { + * "ES": 26 + * }, + * "display_priority": 26, + * "logo_path": "/3QQKYFUDt13Q2Zm6JM2cOjlbd27.jpg", + * "provider_id": 541, + * "provider_name": "rtve" + * }, + * { + * "display_priorities": { + * "AT": 61, + * "BE": 57, + * "CH": 48, + * "DE": 57, + * "FR": 99, + * "LI": 28, + * "LU": 10 + * }, + * "display_priority": 28, + * "logo_path": "/zXu75uIAMgdblYvFFPzoIHmQhxa.jpg", + * "provider_id": 542, + * "provider_name": "filmfriend" + * }, + * { + * "display_priorities": { + * "BR": 26 + * }, + * "display_priority": 26, + * "logo_path": "/3MsEoFiBy9eaUdKo5Cx1iR9BPQy.jpg", + * "provider_id": 544, + * "provider_name": "Libreflix" + * }, + * { + * "display_priorities": { + * "AD": 14, + * "AL": 15, + * "AR": 19, + * "AT": 30, + * "AU": 38, + * "BA": 15, + * "BE": 20, + * "BM": 11, + * "BO": 6, + * "BR": 27, + * "CA": 63, + * "CH": 27, + * "CI": 11, + * "CL": 15, + * "CO": 16, + * "CR": 14, + * "CZ": 11, + * "DE": 56, + * "DK": 21, + * "EC": 15, + * "EE": 12, + * "ES": 28, + * "FI": 23, + * "FR": 30, + * "GB": 49, + * "GF": 11, + * "GI": 11, + * "GR": 9, + * "GT": 14, + * "HN": 13, + * "HU": 11, + * "ID": 20, + * "IE": 23, + * "IL": 13, + * "IN": 31, + * "IQ": 15, + * "IS": 13, + * "IT": 30, + * "JP": 14, + * "KR": 15, + * "KW": 11, + * "LB": 15, + * "LI": 11, + * "LT": 12, + * "LV": 12, + * "MK": 14, + * "MT": 14, + * "MX": 29, + * "MY": 16, + * "NE": 11, + * "NG": 12, + * "NL": 27, + * "NO": 22, + * "NZ": 22, + * "PE": 16, + * "PH": 16, + * "PL": 14, + * "PS": 15, + * "PT": 18, + * "PY": 13, + * "RO": 7, + * "RS": 15, + * "RU": 12, + * "SE": 26, + * "SG": 16, + * "SI": 15, + * "SM": 11, + * "TH": 14, + * "TN": 11, + * "TR": 14, + * "US": 136, + * "VE": 12, + * "YE": 11, + * "ZA": 14 + * }, + * "display_priority": 136, + * "logo_path": "/6dET59jNU0ADysghEjl8Unuc7Ca.jpg", + * "provider_id": 546, + * "provider_name": "WOW Presents Plus" + * }, + * { + * "display_priorities": { + * "NL": 28 + * }, + * "display_priority": 28, + * "logo_path": "/fpHXCUD89WRC21wJjz3DDCgyudw.jpg", + * "provider_id": 548, + * "provider_name": "IFFR Unleashed" + * }, + * { + * "display_priorities": { + * "PL": 15 + * }, + * "display_priority": 15, + * "logo_path": "/7jnt49RwicQ4Vs2v1MgfERfVuDS.jpg", + * "provider_id": 549, + * "provider_name": "IPLA" + * }, + * { + * "display_priorities": { + * "CA": 64, + * "FR": 31 + * }, + * "display_priority": 31, + * "logo_path": "/7up8PVB6RaL0fDs5XFzjJlq9mg2.jpg", + * "provider_id": 550, + * "provider_name": "Tenk" + * }, + * { + * "display_priorities": { + * "AD": 12, + * "AL": 13, + * "AR": 18, + * "AT": 31, + * "AU": 39, + * "BA": 13, + * "BB": 10, + * "BE": 21, + * "BH": 11, + * "BM": 12, + * "BO": 14, + * "BR": 28, + * "BS": 11, + * "CA": 65, + * "CH": 28, + * "CL": 16, + * "CO": 17, + * "CR": 15, + * "CZ": 12, + * "DE": 58, + * "DK": 22, + * "DO": 11, + * "DZ": 11, + * "EC": 16, + * "EE": 13, + * "EG": 14, + * "ES": 29, + * "FI": 24, + * "FR": 32, + * "GB": 50, + * "GF": 12, + * "GI": 12, + * "GR": 10, + * "GT": 15, + * "HK": 20, + * "HN": 14, + * "HR": 14, + * "HU": 12, + * "ID": 21, + * "IE": 24, + * "IL": 11, + * "IN": 32, + * "IQ": 13, + * "IS": 15, + * "IT": 31, + * "JM": 10, + * "JO": 11, + * "JP": 15, + * "KR": 16, + * "KW": 12, + * "LB": 13, + * "LI": 12, + * "LT": 13, + * "LV": 13, + * "LY": 11, + * "MA": 11, + * "MC": 11, + * "MD": 11, + * "MK": 12, + * "MT": 12, + * "MX": 30, + * "MY": 17, + * "NG": 10, + * "NL": 29, + * "NO": 23, + * "NZ": 23, + * "OM": 11, + * "PA": 12, + * "PE": 17, + * "PH": 17, + * "PL": 16, + * "PS": 13, + * "PT": 19, + * "PY": 14, + * "QA": 11, + * "RO": 8, + * "RS": 13, + * "RU": 13, + * "SA": 12, + * "SE": 27, + * "SG": 17, + * "SI": 13, + * "SK": 17, + * "SM": 12, + * "SV": 12, + * "TH": 15, + * "TN": 12, + * "TR": 15, + * "TW": 19, + * "TZ": 26, + * "US": 137, + * "UY": 15, + * "VE": 13, + * "YE": 12, + * "ZA": 15 + * }, + * "display_priority": 137, + * "logo_path": "/mSH24WQcRDJ2fsL5iucXqqRnSRb.jpg", + * "provider_id": 551, + * "provider_name": "Magellan TV" + * }, + * { + * "display_priorities": { + * "IE": 25 + * }, + * "display_priority": 25, + * "logo_path": "/fFIAM3bHNoyjeQ8q160NWUD3S94.jpg", + * "provider_id": 552, + * "provider_name": "QFT Player" + * }, + * { + * "display_priorities": { + * "FI": 31, + * "LT": 14 + * }, + * "display_priority": 14, + * "logo_path": "/7QzLA6rsML2rKxhuagWlDl7Zxlm.jpg", + * "provider_id": 553, + * "provider_name": "Telia Play" + * }, + * { + * "display_priorities": { + * "AD": 13, + * "AL": 14, + * "AR": 20, + * "AT": 32, + * "AU": 40, + * "BA": 14, + * "BB": 11, + * "BE": 22, + * "BG": 6, + * "BH": 12, + * "BM": 13, + * "BO": 7, + * "BR": 29, + * "BS": 12, + * "CA": 66, + * "CH": 29, + * "CI": 10, + * "CL": 17, + * "CO": 18, + * "CR": 13, + * "CZ": 13, + * "DE": 59, + * "DK": 23, + * "DO": 12, + * "DZ": 12, + * "EC": 17, + * "EE": 14, + * "EG": 15, + * "ES": 30, + * "FI": 25, + * "FR": 33, + * "GB": 51, + * "GF": 13, + * "GI": 13, + * "GR": 11, + * "GT": 13, + * "HK": 24, + * "HN": 12, + * "HR": 15, + * "HU": 13, + * "ID": 22, + * "IE": 26, + * "IL": 12, + * "IN": 33, + * "IQ": 14, + * "IS": 16, + * "IT": 32, + * "JM": 11, + * "JO": 12, + * "JP": 16, + * "KR": 17, + * "KW": 13, + * "LB": 14, + * "LI": 13, + * "LT": 15, + * "LV": 14, + * "LY": 12, + * "MA": 12, + * "MC": 12, + * "MD": 12, + * "MK": 13, + * "MT": 13, + * "MX": 31, + * "MY": 18, + * "NE": 10, + * "NG": 11, + * "NL": 30, + * "NO": 24, + * "NZ": 24, + * "OM": 12, + * "PA": 13, + * "PE": 18, + * "PH": 18, + * "PL": 17, + * "PS": 14, + * "PT": 20, + * "PY": 12, + * "QA": 12, + * "RO": 9, + * "RS": 14, + * "RU": 14, + * "SA": 13, + * "SE": 28, + * "SG": 18, + * "SI": 14, + * "SK": 18, + * "SM": 13, + * "SV": 13, + * "TH": 16, + * "TN": 13, + * "TR": 16, + * "TW": 23, + * "TZ": 27, + * "US": 138, + * "UY": 16, + * "VE": 14, + * "YE": 13, + * "ZA": 16 + * }, + * "display_priority": 138, + * "logo_path": "/6IYZ4NjwPikxN7J9cfSmuyeHeMm.jpg", + * "provider_id": 554, + * "provider_name": "BroadwayHD" + * }, + * { + * "display_priorities": { + * "RU": 15 + * }, + * "display_priority": 15, + * "logo_path": "/yyMxS08v80D96O7NtL9supa5sn7.jpg", + * "provider_id": 557, + * "provider_name": "More TV" + * }, + * { + * "display_priorities": { + * "AD": 16, + * "AL": 17, + * "AR": 21, + * "AT": 33, + * "AU": 41, + * "BA": 17, + * "BB": 13, + * "BE": 23, + * "BH": 14, + * "BM": 15, + * "BO": 16, + * "BR": 30, + * "BS": 14, + * "CA": 67, + * "CH": 30, + * "CI": 13, + * "CL": 18, + * "CO": 19, + * "CR": 17, + * "CZ": 14, + * "DE": 60, + * "DK": 24, + * "DO": 14, + * "DZ": 14, + * "EC": 18, + * "EE": 15, + * "EG": 17, + * "ES": 31, + * "FI": 26, + * "FR": 34, + * "GB": 52, + * "GF": 15, + * "GI": 15, + * "GR": 12, + * "GT": 17, + * "HK": 19, + * "HN": 16, + * "HR": 18, + * "HU": 14, + * "ID": 23, + * "IE": 27, + * "IL": 15, + * "IN": 34, + * "IQ": 17, + * "IS": 19, + * "IT": 33, + * "JM": 13, + * "JO": 14, + * "JP": 17, + * "KR": 18, + * "KW": 15, + * "LB": 17, + * "LI": 15, + * "LT": 16, + * "LV": 15, + * "LY": 14, + * "MA": 14, + * "MC": 14, + * "MD": 14, + * "MK": 16, + * "MT": 16, + * "MX": 32, + * "MY": 19, + * "NE": 13, + * "NG": 14, + * "NL": 31, + * "NO": 25, + * "NZ": 25, + * "OM": 14, + * "PA": 15, + * "PE": 19, + * "PH": 19, + * "PL": 18, + * "PS": 17, + * "PT": 21, + * "PY": 16, + * "QA": 14, + * "RO": 10, + * "RS": 17, + * "SA": 15, + * "SE": 29, + * "SG": 19, + * "SI": 17, + * "SK": 21, + * "SM": 15, + * "SV": 15, + * "TH": 17, + * "TN": 15, + * "TR": 17, + * "TW": 18, + * "TZ": 25, + * "US": 140, + * "UY": 18, + * "VE": 15, + * "YE": 15, + * "ZA": 17 + * }, + * "display_priority": 140, + * "logo_path": "/eUBxtrqO26wAJfYOZJOzhQEo3mm.jpg", + * "provider_id": 559, + * "provider_name": "Filmzie" + * }, + * { + * "display_priorities": { + * "NO": 26 + * }, + * "display_priority": 26, + * "logo_path": "/rTLyVzy9lyPpujUQ026CiRDqQrF.jpg", + * "provider_id": 560, + * "provider_name": "Filmoteket" + * }, + * { + * "display_priorities": { + * "ID": 36, + * "IN": 35, + * "MY": 30 + * }, + * "display_priority": 30, + * "logo_path": "/e2hCUg2Z3sJ6yWF9NLU24SIKeWa.jpg", + * "provider_id": 561, + * "provider_name": "Lionsgate Play" + * }, + * { + * "display_priorities": { + * "BR": 31, + * "DE": 61, + * "GB": 53, + * "IN": 36, + * "US": 141 + * }, + * "display_priority": 141, + * "logo_path": "/9vMVMnVnWwxt0TkCazKLYW1zuqY.jpg", + * "provider_id": 562, + * "provider_name": "MovieSaints" + * }, + * { + * "display_priorities": { + * "NL": 32 + * }, + * "display_priority": 32, + * "logo_path": "/nzjqsR28PVVp5GJAlHtbBArNKqN.jpg", + * "provider_id": 563, + * "provider_name": "KPN" + * }, + * { + * "display_priorities": { + * "AD": 17, + * "AL": 18, + * "AR": 23, + * "AT": 36, + * "AU": 43, + * "BA": 18, + * "BB": 14, + * "BE": 25, + * "BG": 11, + * "BH": 15, + * "BM": 16, + * "BO": 12, + * "BR": 33, + * "BS": 15, + * "CA": 69, + * "CH": 32, + * "CI": 14, + * "CL": 20, + * "CO": 21, + * "CR": 8, + * "CZ": 16, + * "DE": 63, + * "DK": 26, + * "DO": 15, + * "DZ": 15, + * "EC": 20, + * "EE": 17, + * "EG": 18, + * "ES": 33, + * "FI": 28, + * "FR": 37, + * "GB": 57, + * "GF": 16, + * "GI": 16, + * "GR": 14, + * "GT": 8, + * "HK": 25, + * "HN": 7, + * "HR": 19, + * "HU": 16, + * "ID": 25, + * "IE": 29, + * "IL": 16, + * "IN": 38, + * "IQ": 18, + * "IS": 20, + * "IT": 35, + * "JM": 14, + * "JO": 15, + * "JP": 19, + * "KR": 20, + * "KW": 16, + * "LB": 18, + * "LI": 16, + * "LT": 18, + * "LV": 17, + * "LY": 15, + * "MA": 15, + * "MC": 15, + * "MD": 15, + * "MK": 17, + * "MT": 17, + * "MX": 34, + * "MY": 21, + * "NE": 14, + * "NG": 15, + * "NL": 34, + * "NO": 28, + * "NZ": 27, + * "OM": 15, + * "PA": 16, + * "PE": 21, + * "PH": 21, + * "PL": 20, + * "PS": 18, + * "PT": 23, + * "PY": 7, + * "QA": 15, + * "RO": 12, + * "RS": 18, + * "RU": 17, + * "SA": 16, + * "SE": 31, + * "SG": 21, + * "SI": 18, + * "SK": 22, + * "SM": 16, + * "SV": 16, + * "TH": 19, + * "TN": 16, + * "TR": 19, + * "TW": 24, + * "TZ": 12, + * "US": 142, + * "UY": 19, + * "VE": 17, + * "YE": 16, + * "ZA": 19 + * }, + * "display_priority": 142, + * "logo_path": "/aRPDQvVcpeY07sjI6lAALMCL0ti.jpg", + * "provider_id": 567, + * "provider_name": "True Story" + * }, + * { + * "display_priorities": { + * "AR": 24, + * "AT": 35, + * "AU": 44, + * "BB": 15, + * "BE": 26, + * "BG": 9, + * "BH": 16, + * "BM": 17, + * "BO": 10, + * "BR": 34, + * "BS": 16, + * "CA": 70, + * "CH": 33, + * "CL": 21, + * "CO": 22, + * "CR": 10, + * "CZ": 17, + * "DE": 64, + * "DK": 27, + * "DO": 16, + * "EC": 21, + * "EE": 18, + * "ES": 34, + * "FI": 29, + * "FR": 38, + * "GB": 58, + * "GF": 17, + * "GI": 17, + * "GR": 15, + * "GT": 10, + * "HK": 12, + * "HN": 9, + * "HR": 20, + * "HU": 17, + * "ID": 26, + * "IE": 30, + * "IN": 39, + * "IS": 21, + * "IT": 36, + * "JM": 15, + * "JO": 16, + * "JP": 20, + * "KR": 21, + * "KW": 17, + * "LI": 17, + * "LT": 19, + * "LV": 18, + * "MC": 16, + * "MD": 16, + * "MX": 36, + * "MY": 22, + * "NL": 35, + * "NO": 29, + * "NZ": 28, + * "OM": 16, + * "PA": 17, + * "PE": 22, + * "PH": 22, + * "PL": 21, + * "PT": 24, + * "PY": 9, + * "QA": 16, + * "RO": 13, + * "RU": 18, + * "SA": 17, + * "SE": 32, + * "SG": 22, + * "SK": 23, + * "SM": 17, + * "SV": 17, + * "TH": 20, + * "TR": 20, + * "TW": 11, + * "US": 144, + * "UY": 20, + * "VE": 18, + * "YE": 17, + * "ZA": 20 + * }, + * "display_priority": 144, + * "logo_path": "/vbXJBJVv3u3YWt6ml0l0ldDblXT.jpg", + * "provider_id": 569, + * "provider_name": "DocAlliance Films" + * }, + * { + * "display_priorities": { + * "RU": 19 + * }, + * "display_priority": 19, + * "logo_path": "/r7cgAhlSLI4r80P1Si9P0jOevrr.jpg", + * "provider_id": 570, + * "provider_name": "Premier" + * }, + * { + * "display_priorities": { + * "BE": 27, + * "HR": 25 + * }, + * "display_priority": 25, + * "logo_path": "/3KaY2AQFkPHlc6QgGQmRbYxnsQa.jpg", + * "provider_id": 572, + * "provider_name": "RTL Play" + * }, + * { + * "display_priorities": { + * "BR": 35 + * }, + * "display_priority": 35, + * "logo_path": "/prbT74SL6obBAywv50qi5gnoBj5.jpg", + * "provider_id": 573, + * "provider_name": "KinoPop" + * }, + * { + * "display_priorities": { + * "AR": 25, + * "US": 145 + * }, + * "display_priority": 145, + * "logo_path": "/gR8rrj71VCLjlF1LJpplo72MXf0.jpg", + * "provider_id": 575, + * "provider_name": "OnDemandKorea" + * }, + * { + * "display_priorities": { + * "ID": 27 + * }, + * "display_priority": 27, + * "logo_path": "/f1V0OhsOKnOQVyNb8h8BbioorQ4.jpg", + * "provider_id": 576, + * "provider_name": "KlikFilm" + * }, + * { + * "display_priorities": { + * "RU": 20 + * }, + * "display_priority": 20, + * "logo_path": "/3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg", + * "provider_id": 577, + * "provider_name": "TvIgle" + * }, + * { + * "display_priorities": { + * "NO": 30 + * }, + * "display_priority": 30, + * "logo_path": "/3ZigBD8WTEPcEHAvMWiJGUsv5u4.jpg", + * "provider_id": 578, + * "provider_name": "Strim" + * }, + * { + * "display_priorities": { + * "CA": 148, + * "US": 254 + * }, + * "display_priority": 254, + * "logo_path": "/8cjvUhc1ga7ySEdAFM7Ok9G6HOr.jpg", + * "provider_id": 579, + * "provider_name": "Film Movement Plus" + * }, + * { + * "display_priorities": { + * "BG": 12 + * }, + * "display_priority": 12, + * "logo_path": "/ApcuSS6VOCV7slF4GBRARfy31bg.jpg", + * "provider_id": 580, + * "provider_name": "Nova Play" + * }, + * { + * "display_priorities": { + * "AD": 22, + * "AL": 23, + * "BA": 23, + * "BB": 18, + * "BH": 19, + * "BM": 20, + * "BS": 19, + * "CA": 72, + * "CI": 17, + * "DO": 20, + * "DZ": 18, + * "EG": 22, + * "GF": 20, + * "GI": 20, + * "HK": 15, + * "HR": 23, + * "IL": 21, + * "IQ": 23, + * "IS": 24, + * "JM": 18, + * "JO": 19, + * "KW": 20, + * "LB": 23, + * "LI": 20, + * "LY": 18, + * "MA": 18, + * "MC": 19, + * "MD": 19, + * "MK": 22, + * "MT": 22, + * "NE": 17, + * "NG": 18, + * "OM": 19, + * "PA": 21, + * "PS": 23, + * "QA": 19, + * "RS": 23, + * "SA": 22, + * "SI": 23, + * "SK": 28, + * "SM": 20, + * "SV": 21, + * "TN": 19, + * "TW": 14, + * "TZ": 15, + * "US": 148, + * "UY": 24, + * "YE": 20 + * }, + * "display_priority": 148, + * "logo_path": "/c4eVkfMna2VzHzZ8N2vWXUnMrlD.jpg", + * "provider_id": 581, + * "provider_name": "iQIYI" + * }, + * { + * "display_priorities": { + * "AT": 52, + * "AU": 6, + * "BR": 40, + * "CA": 13, + * "CL": 42, + * "CO": 43, + * "DE": 108, + * "FR": 77, + * "GB": 80, + * "IT": 57, + * "MX": 21, + * "US": 24 + * }, + * "display_priority": 24, + * "logo_path": "/hExO4PtimLIYn3kBOrzsejNv7cT.jpg", + * "provider_id": 582, + * "provider_name": "Paramount+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 12 + * }, + * "display_priority": 12, + * "logo_path": "/efu1Cqc63XrPBoreYnf2mn0Nizj.jpg", + * "provider_id": 583, + * "provider_name": "Epix Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 98, + * "CA": 158, + * "DE": 106, + * "GB": 63, + * "IN": 92, + * "IT": 25, + * "US": 25 + * }, + * "display_priority": 25, + * "logo_path": "/lgudHqEtTOzkMWlpTjU1oUyoUSZ.jpg", + * "provider_id": 584, + * "provider_name": "Discovery+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 149 + * }, + * "display_priority": 149, + * "logo_path": "/q4WTdA5wH3TXDFiYKejCCwSOyJ8.jpg", + * "provider_id": 585, + * "provider_name": "Metrograph" + * }, + * { + * "display_priorities": { + * "CA": 73 + * }, + * "display_priority": 73, + * "logo_path": "/tw81Wj2gaVL30O7CvzfsqTLMxQg.jpg", + * "provider_id": 587, + * "provider_name": "IFC Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 60, + * "CA": 75, + * "FI": 47, + * "FR": 44, + * "IN": 79, + * "JP": 47, + * "PL": 33, + * "SE": 46 + * }, + * "display_priority": 46, + * "logo_path": "/ny55kYI31jrwSYp2LmCniMCGc03.jpg", + * "provider_id": 588, + * "provider_name": "MGM Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 74 + * }, + * "display_priority": 74, + * "logo_path": "/4KZlGfHQEza2dBf3HVk4oWmh611.jpg", + * "provider_id": 589, + * "provider_name": "TELETOON+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 60, + * "IE": 46 + * }, + * "display_priority": 46, + * "logo_path": "/6sJLsWk4TZHz1EffmTRSkaDehkh.jpg", + * "provider_id": 591, + * "provider_name": "Now TV Cinema" + * }, + * { + * "display_priorities": { + * "GB": 39 + * }, + * "display_priority": 39, + * "logo_path": "/aG4lXRDfHl3qgQCgpWI6KEJV0i7.jpg", + * "provider_id": 593, + * "provider_name": "STV Player" + * }, + * { + * "display_priorities": { + * "GB": 71 + * }, + * "display_priority": 71, + * "logo_path": "/6xQrNQoTmXWhaJj4O8u2FRsXBXs.jpg", + * "provider_id": 595, + * "provider_name": "Eros Now Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 25 + * }, + * "display_priority": 25, + * "logo_path": "/u4OSH6NN7bdHRJJVLwozPa0jDUj.jpg", + * "provider_id": 596, + * "provider_name": "Arrow Video Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 62, + * "DE": 141, + * "GB": 66, + * "US": 223 + * }, + * "display_priority": 223, + * "logo_path": "/xIu1EW7y2EC7RD3Wqe0Ogi5NAuo.jpg", + * "provider_id": 597, + * "provider_name": "Full Moon Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 132, + * "DE": 232, + * "GB": 68 + * }, + * "display_priority": 232, + * "logo_path": "/l4h4b2esfTb7evLRiLrMjk6rsHj.jpg", + * "provider_id": 599, + * "provider_name": "Pokémon Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 69 + * }, + * "display_priority": 69, + * "logo_path": "/ivRp15loTWoVy3eEHALoYEyXI8J.jpg", + * "provider_id": 600, + * "provider_name": "Shout! Factory Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 72 + * }, + * "display_priority": 72, + * "logo_path": "/xJ3B83btVmp4wyRGRRRgWCibTLI.jpg", + * "provider_id": 602, + * "provider_name": "FilmBox Live Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 61, + * "IN": 93 + * }, + * "display_priority": 93, + * "logo_path": "/tLbUhvK1RcA5I4JHndxf5dprkE7.jpg", + * "provider_id": 603, + * "provider_name": "CuriosityStream Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 62, + * "IN": 94 + * }, + * "display_priority": 94, + * "logo_path": "/91oRDZySWtw60ei006uQ45gmjXD.jpg", + * "provider_id": 604, + * "provider_name": "DocuBay Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 77 + * }, + * "display_priority": 77, + * "logo_path": "/5W6vTKE684EhdITeMUjdcTIBGdh.jpg", + * "provider_id": 605, + * "provider_name": "Super Channel Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 78 + * }, + * "display_priority": 78, + * "logo_path": "/djTJ7pAkIhmPaN3eTA6wTUrphNG.jpg", + * "provider_id": 606, + * "provider_name": "StackTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 82, + * "CA": 79, + * "DE": 119, + * "ES": 42, + * "GB": 107 + * }, + * "display_priority": 107, + * "logo_path": "/d0KmcInHpiF44ahOLrXCQATEFmD.jpg", + * "provider_id": 607, + * "provider_name": "OUTtv Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 81, + * "BR": 41, + * "CA": 80, + * "ES": 75, + * "MX": 40 + * }, + * "display_priority": 40, + * "logo_path": "/bSy9zFiZtbKBHIyOu0H2Fs5cJmx.jpg", + * "provider_id": 608, + * "provider_name": "Love Nature Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 81 + * }, + * "display_priority": 81, + * "logo_path": "/bEgGGEDgBczZcZRJ6x1MtTym2LV.jpg", + * "provider_id": 609, + * "provider_name": "Smithsonian Channel Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 82 + * }, + * "display_priority": 82, + * "logo_path": "/2WEzLLWbvMLHSNkAjYrIeDOmLJM.jpg", + * "provider_id": 610, + * "provider_name": "BBC Earth Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 84 + * }, + * "display_priority": 84, + * "logo_path": "/srLngtBaRGooYsVgkvzkGCwbZHA.jpg", + * "provider_id": 612, + * "provider_name": "ALLWAYSBLK Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 58, + * "DE": 90, + * "GB": 19, + * "US": 151 + * }, + * "display_priority": 151, + * "logo_path": "/4VOCKZGiAtXMtoDyOrvHAN33uc2.jpg", + * "provider_id": 613, + * "provider_name": "Freevee" + * }, + * { + * "display_priorities": { + * "IN": 40 + * }, + * "display_priority": 40, + * "logo_path": "/1tCAM3WVOl0xknuwVc0v1LBWZNV.jpg", + * "provider_id": 614, + * "provider_name": "VI movies and tv" + * }, + * { + * "display_priorities": { + * "GB": 73 + * }, + * "display_priority": 73, + * "logo_path": "/sSMxh3tIOAi3QBoSXdagDxb3OKp.jpg", + * "provider_id": 615, + * "provider_name": "W4free" + * }, + * { + * "display_priorities": { + * "DK": 30 + * }, + * "display_priority": 30, + * "logo_path": "/dnD5cUeAPruAcYwwKKxYbMcfccq.jpg", + * "provider_id": 620, + * "provider_name": "DRTV" + * }, + * { + * "display_priorities": { + * "DK": 29 + * }, + * "display_priority": 29, + * "logo_path": "/gV2kLLKcZOBt2HUEB51bX0AqC11.jpg", + * "provider_id": 621, + * "provider_name": "Dansk Filmskat" + * }, + * { + * "display_priorities": { + * "CH": 35 + * }, + * "display_priority": 35, + * "logo_path": "/l5SFTF3l9l1KSgZJM7foAppUenz.jpg", + * "provider_id": 622, + * "provider_name": "UPC TV" + * }, + * { + * "display_priorities": { + * "HK": 29, + * "TW": 30 + * }, + * "display_priority": 30, + * "logo_path": "/r3tmJFjecQGAfHjWOafhr1pux6b.jpg", + * "provider_id": 623, + * "provider_name": "WeTV" + * }, + * { + * "display_priorities": { + * "HK": 30, + * "TW": 31 + * }, + * "display_priority": 31, + * "logo_path": "/r9rEesXJjzY8sH3NLqNdkPdZ714.jpg", + * "provider_id": 624, + * "provider_name": "KKTV" + * }, + * { + * "display_priorities": { + * "HK": 31, + * "TW": 32 + * }, + * "display_priority": 32, + * "logo_path": "/j35eayHG7RC9Ll0ehtbOuek0TZL.jpg", + * "provider_id": 625, + * "provider_name": "LINE TV" + * }, + * { + * "display_priorities": { + * "SK": 26 + * }, + * "display_priority": 26, + * "logo_path": "/z7IYTxUHSrk1VPYgsc5RDe1E3tA.jpg", + * "provider_id": 626, + * "provider_name": "Otta" + * }, + * { + * "display_priorities": { + * "CZ": 28, + * "SK": 27 + * }, + * "display_priority": 27, + * "logo_path": "/iTzW2q9e1Kk10l2s934SDgPSJNm.jpg", + * "provider_id": 627, + * "provider_name": "Voyo" + * }, + * { + * "display_priorities": { + * "SK": 29 + * }, + * "display_priority": 29, + * "logo_path": "/hsuv1uc7SUr9YjCXRlLQNELt4UU.jpg", + * "provider_id": 628, + * "provider_name": "Edisonline" + * }, + * { + * "display_priorities": { + * "AE": 7, + * "EG": 24, + * "IQ": 9, + * "LB": 9, + * "PS": 9, + * "SA": 21, + * "TD": 1 + * }, + * "display_priority": 1, + * "logo_path": "/kC6JTo59Gj6I4vJPyBAYGh0sKAE.jpg", + * "provider_id": 629, + * "provider_name": "OSN" + * }, + * { + * "display_priorities": { + * "AE": 8, + * "BH": 27, + * "EG": 23, + * "IQ": 28, + * "JO": 27, + * "KW": 28, + * "OM": 27, + * "QA": 27, + * "SA": 20 + * }, + * "display_priority": 20, + * "logo_path": "/pDroY6RxYdVw63eAepag4b116Ub.jpg", + * "provider_id": 630, + * "provider_name": "STARZPLAY" + * }, + * { + * "display_priorities": { + * "HR": 24 + * }, + * "display_priority": 24, + * "logo_path": "/yHqa57jOQqhBarOh9lw2noJno00.jpg", + * "provider_id": 631, + * "provider_name": "HRTi" + * }, + * { + * "display_priorities": { + * "US": 28 + * }, + * "display_priority": 28, + * "logo_path": "/ywIoxSjoYJGUIbR6BfxUiCHdPi3.jpg", + * "provider_id": 633, + * "provider_name": "Paramount+ Roku Premium Channel" + * }, + * { + * "display_priorities": { + * "US": 29 + * }, + * "display_priority": 29, + * "logo_path": "/9laPF1MAiUxlqM8T98F3Gj0bhzd.jpg", + * "provider_id": 634, + * "provider_name": "Starz Roku Premium Channel" + * }, + * { + * "display_priorities": { + * "US": 30 + * }, + * "display_priority": 30, + * "logo_path": "/gAGrSQCTAisxy2CsWbijVvJEnRo.jpg", + * "provider_id": 635, + * "provider_name": "AMC+ Roku Premium Channel" + * }, + * { + * "display_priorities": { + * "US": 32 + * }, + * "display_priority": 32, + * "logo_path": "/lD7HKUmXDvUya58DceiTA809Zbf.jpg", + * "provider_id": 636, + * "provider_name": "MGM Plus Roku Premium Channel" + * }, + * { + * "display_priorities": { + * "HR": 26 + * }, + * "display_priority": 26, + * "logo_path": "/p6hKVngF1iWciIyxYmrl3UUitg7.jpg", + * "provider_id": 637, + * "provider_name": "Pickbox NOW" + * }, + * { + * "display_priorities": { + * "AD": 10, + * "AE": 13, + * "AG": 5, + * "AL": 11, + * "BA": 11, + * "BB": 19, + * "BH": 20, + * "BM": 21, + * "BS": 20, + * "CI": 18, + * "CU": 5, + * "CV": 5, + * "DZ": 19, + * "EG": 29, + * "FJ": 5, + * "GF": 21, + * "GG": 5, + * "GH": 5, + * "GI": 21, + * "GQ": 5, + * "HR": 30, + * "IL": 10, + * "IQ": 11, + * "IS": 29, + * "JO": 20, + * "KE": 5, + * "KW": 21, + * "LB": 11, + * "LC": 5, + * "LI": 21, + * "LY": 19, + * "MA": 19, + * "MC": 20, + * "MK": 11, + * "MT": 11, + * "MU": 4, + * "MZ": 5, + * "NE": 18, + * "NG": 19, + * "OM": 20, + * "PF": 5, + * "PK": 5, + * "PS": 11, + * "QA": 20, + * "RS": 11, + * "SA": 27, + * "SC": 5, + * "SI": 11, + * "SK": 33, + * "SM": 21, + * "SN": 5, + * "TC": 5, + * "TN": 20, + * "TT": 5, + * "TZ": 5, + * "UG": 5, + * "US": 150, + * "VA": 4, + * "XK": 1, + * "YE": 21, + * "ZM": 5 + * }, + * "display_priority": 150, + * "logo_path": "/aN0Y2BNZQBH91JkVOeLTs8IhQrH.jpg", + * "provider_id": 638, + * "provider_name": "Public Domain Movies" + * }, + * { + * "display_priorities": { + * "BE": 29, + * "NL": 38 + * }, + * "display_priority": 38, + * "logo_path": "/6vchFMhgi7jhyXyKBoutzwMmM5b.jpg", + * "provider_id": 639, + * "provider_name": "CineMember" + * }, + * { + * "display_priorities": { + * "IT": 21 + * }, + * "display_priority": 21, + * "logo_path": "/jyiwuXdyRrh2R5UwY4MhOF4Xbfy.jpg", + * "provider_id": 641, + * "provider_name": "Nexo Plus" + * }, + * { + * "display_priorities": { + * "GB": 38 + * }, + * "display_priority": 38, + * "logo_path": "/48aHN85OncgXjtl6DOVOJ6Wni4g.jpg", + * "provider_id": 642, + * "provider_name": "STUDIOCANAL PRESENTS Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AD": 20, + * "AE": 10, + * "AG": 6, + * "AL": 21, + * "AR": 28, + * "AT": 40, + * "AU": 47, + * "BA": 21, + * "BB": 20, + * "BE": 30, + * "BG": 13, + * "BH": 21, + * "BM": 22, + * "BO": 24, + * "BR": 38, + * "CA": 87, + * "CH": 37, + * "CI": 19, + * "CL": 24, + * "CO": 25, + * "CR": 25, + * "CU": 6, + * "CV": 6, + * "CZ": 20, + * "DE": 68, + * "DK": 31, + * "DO": 21, + * "DZ": 20, + * "EC": 24, + * "EE": 20, + * "EG": 25, + * "ES": 39, + * "FI": 33, + * "FJ": 6, + * "FR": 42, + * "GB": 75, + * "GF": 22, + * "GG": 6, + * "GH": 6, + * "GI": 22, + * "GQ": 6, + * "GR": 17, + * "GT": 25, + * "HK": 33, + * "HN": 24, + * "HR": 27, + * "HU": 19, + * "ID": 29, + * "IE": 33, + * "IL": 19, + * "IN": 41, + * "IQ": 21, + * "IS": 26, + * "IT": 40, + * "JM": 19, + * "JO": 21, + * "JP": 22, + * "KE": 6, + * "KR": 23, + * "KW": 22, + * "LB": 21, + * "LC": 6, + * "LI": 22, + * "LT": 21, + * "LV": 20, + * "LY": 20, + * "MA": 20, + * "MC": 21, + * "MD": 20, + * "MK": 20, + * "MT": 20, + * "MU": 5, + * "MX": 39, + * "MY": 25, + * "MZ": 6, + * "NE": 19, + * "NG": 20, + * "NL": 40, + * "NO": 33, + * "NZ": 30, + * "OM": 21, + * "PA": 22, + * "PE": 25, + * "PF": 6, + * "PH": 24, + * "PL": 24, + * "PS": 21, + * "PT": 26, + * "PY": 24, + * "QA": 21, + * "RO": 15, + * "RS": 21, + * "RU": 23, + * "SA": 24, + * "SC": 6, + * "SE": 35, + * "SG": 25, + * "SI": 21, + * "SK": 30, + * "SM": 22, + * "SN": 6, + * "SV": 22, + * "TC": 6, + * "TH": 23, + * "TN": 21, + * "TR": 22, + * "TT": 6, + * "TW": 33, + * "TZ": 6, + * "UG": 6, + * "US": 152, + * "UY": 25, + * "VA": 5, + * "VE": 21, + * "YE": 22, + * "ZA": 22, + * "ZM": 6 + * }, + * "display_priority": 152, + * "logo_path": "/fwx5Ed64TkfWiRH1SOSkc4781Ts.jpg", + * "provider_id": 677, + * "provider_name": "Eventive" + * }, + * { + * "display_priorities": { + * "DE": 67 + * }, + * "display_priority": 67, + * "logo_path": "/iM7Ed1d7mYT3DQWSqLoW3tIN4uS.jpg", + * "provider_id": 678, + * "provider_name": "Filmlegenden Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 69 + * }, + * "display_priority": 69, + * "logo_path": "/coWnECpOyKLWMTSlXkfT2PhLs9E.jpg", + * "provider_id": 679, + * "provider_name": "Cinema of Hearts Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 71, + * "PL": 48 + * }, + * "display_priority": 48, + * "logo_path": "/jG5tKt6JoHsYRoUq6Wg8i9QuHt2.jpg", + * "provider_id": 680, + * "provider_name": "Bloody Movies Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 72, + * "PL": 31 + * }, + * "display_priority": 31, + * "logo_path": "/3fhcb4cThixkfNpOudnpLcosTCA.jpg", + * "provider_id": 681, + * "provider_name": "Film Total Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 39, + * "CL": 43, + * "CO": 44, + * "MX": 97 + * }, + * "display_priority": 97, + * "logo_path": "/xht0G3uRLcTgjxRz3cDHuf8KKUw.jpg", + * "provider_id": 683, + * "provider_name": "Looke Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 44 + * }, + * "display_priority": 44, + * "logo_path": "/2GQVxfaiWA4n93I7sJDJf1b6NqS.jpg", + * "provider_id": 684, + * "provider_name": "FlixOlé Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 43 + * }, + * "display_priority": 43, + * "logo_path": "/4LnuoJ2E5nTWCvXnlGFaUNH324v.jpg", + * "provider_id": 685, + * "provider_name": "Cine+ OCS Amazon Channel " + * }, + * { + * "display_priorities": { + * "DE": 70 + * }, + * "display_priority": 70, + * "logo_path": "/7Zy6GqC8lQEvfBlWC1bJcaJzPRd.jpg", + * "provider_id": 686, + * "provider_name": "Home of Horror Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 124, + * "CH": 65, + * "DE": 52 + * }, + * "display_priority": 52, + * "logo_path": "/tnQ5PGryncrVxE9bK6nxif82wtd.jpg", + * "provider_id": 687, + * "provider_name": "Arthouse CNMA Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 96, + * "GB": 76, + * "IN": 42, + * "IT": 41, + * "NL": 41, + * "SE": 45, + * "US": 156 + * }, + * "display_priority": 156, + * "logo_path": "/2nFBw1zMzN1AujFaCsmsgSKWdfS.jpg", + * "provider_id": 688, + * "provider_name": "ShortsTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 45 + * }, + * "display_priority": 45, + * "logo_path": "/32R4lsqOPclNhb3qV613J8T8mdL.jpg", + * "provider_id": 689, + * "provider_name": "TVCortos Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 41 + * }, + * "display_priority": 41, + * "logo_path": "/t7I2Tx6Q7Nz96KexIPjkzUJOCbt.jpg", + * "provider_id": 690, + * "provider_name": "Pongalo Amazon Channel " + * }, + * { + * "display_priorities": { + * "CH": 12 + * }, + * "display_priority": 12, + * "logo_path": "/c1Nj8YGitlXbvvv0taHLkBeyTaK.jpg", + * "provider_id": 691, + * "provider_name": "Play Suisse" + * }, + * { + * "display_priorities": { + * "AD": 21, + * "AE": 11, + * "AG": 8, + * "AL": 22, + * "AR": 29, + * "AT": 42, + * "AU": 48, + * "BA": 22, + * "BB": 21, + * "BE": 31, + * "BG": 14, + * "BH": 22, + * "BM": 23, + * "BO": 25, + * "BR": 42, + * "BS": 21, + * "CA": 88, + * "CH": 38, + * "CI": 20, + * "CL": 25, + * "CO": 26, + * "CR": 26, + * "CU": 8, + * "CV": 8, + * "CZ": 21, + * "DE": 74, + * "DK": 32, + * "DO": 22, + * "DZ": 21, + * "EC": 25, + * "EE": 21, + * "EG": 26, + * "ES": 46, + * "FI": 34, + * "FJ": 8, + * "FR": 47, + * "GB": 77, + * "GF": 23, + * "GG": 9, + * "GH": 7, + * "GI": 23, + * "GQ": 7, + * "GR": 18, + * "GT": 26, + * "HK": 34, + * "HN": 25, + * "HR": 28, + * "HU": 20, + * "ID": 30, + * "IE": 34, + * "IL": 20, + * "IN": 44, + * "IQ": 22, + * "IS": 27, + * "IT": 42, + * "JM": 20, + * "JO": 22, + * "JP": 23, + * "KE": 7, + * "KR": 24, + * "KW": 23, + * "LB": 22, + * "LC": 8, + * "LI": 23, + * "LT": 22, + * "LV": 21, + * "LY": 21, + * "MA": 21, + * "MC": 22, + * "MD": 21, + * "MK": 21, + * "MT": 21, + * "MU": 9, + * "MX": 42, + * "MY": 26, + * "MZ": 7, + * "NE": 20, + * "NG": 22, + * "NL": 42, + * "NO": 34, + * "NZ": 31, + * "OM": 22, + * "PA": 23, + * "PE": 26, + * "PF": 8, + * "PH": 25, + * "PK": 6, + * "PL": 25, + * "PS": 22, + * "PT": 29, + * "PY": 25, + * "QA": 22, + * "RO": 16, + * "RS": 22, + * "RU": 24, + * "SA": 25, + * "SC": 10, + * "SE": 36, + * "SG": 26, + * "SI": 22, + * "SK": 31, + * "SM": 23, + * "SN": 7, + * "SV": 23, + * "TC": 8, + * "TH": 24, + * "TN": 22, + * "TR": 23, + * "TT": 8, + * "TW": 34, + * "TZ": 9, + * "UG": 7, + * "US": 153, + * "UY": 26, + * "VA": 6, + * "VE": 22, + * "XK": 2, + * "YE": 23, + * "ZA": 23, + * "ZM": 7 + * }, + * "display_priority": 153, + * "logo_path": "/uauVx3dGWt0GICqdMCBYJObd3Mo.jpg", + * "provider_id": 692, + * "provider_name": "Cultpix" + * }, + * { + * "display_priorities": { + * "AT": 41, + * "DE": 73 + * }, + * "display_priority": 73, + * "logo_path": "/9aLd9gAK6xHtWK2tXDYq1fOqzJA.jpg", + * "provider_id": 693, + * "provider_name": "Turk On Video Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 43 + * }, + * "display_priority": 43, + * "logo_path": "/911zAHHLswJYihv988hbHDKa5M4.jpg", + * "provider_id": 696, + * "provider_name": "Serially" + * }, + * { + * "display_priorities": { + * "NL": 43 + * }, + * "display_priority": 43, + * "logo_path": "/651I5dLHpxDUePZcNkYTDcARTeE.jpg", + * "provider_id": 697, + * "provider_name": "meJane" + * }, + * { + * "display_priorities": { + * "AE": 12, + * "AG": 7, + * "AL": 24, + * "AO": 3, + * "AR": 30, + * "AT": 43, + * "AU": 49, + * "AZ": 0, + * "BB": 22, + * "BE": 32, + * "BF": 3, + * "BG": 15, + * "BH": 23, + * "BM": 24, + * "BO": 26, + * "BR": 43, + * "BS": 22, + * "BY": 4, + * "BZ": 6, + * "CA": 89, + * "CH": 39, + * "CI": 22, + * "CL": 26, + * "CM": 3, + * "CO": 27, + * "CR": 27, + * "CU": 7, + * "CV": 7, + * "CY": 6, + * "CZ": 23, + * "DE": 75, + * "DK": 33, + * "DO": 23, + * "DZ": 23, + * "EC": 26, + * "EE": 22, + * "EG": 27, + * "ES": 47, + * "FI": 35, + * "FJ": 7, + * "FR": 49, + * "GB": 78, + * "GF": 26, + * "GG": 7, + * "GH": 9, + * "GI": 24, + * "GQ": 9, + * "GR": 19, + * "GT": 27, + * "GY": 2, + * "HK": 35, + * "HN": 26, + * "HR": 29, + * "HU": 21, + * "ID": 31, + * "IE": 35, + * "IN": 45, + * "IQ": 24, + * "IS": 28, + * "IT": 44, + * "JM": 21, + * "JO": 23, + * "JP": 24, + * "KE": 10, + * "KR": 25, + * "KW": 24, + * "LB": 24, + * "LC": 7, + * "LI": 24, + * "LT": 23, + * "LU": 7, + * "LV": 22, + * "LY": 23, + * "MA": 22, + * "MC": 23, + * "MD": 22, + * "ME": 3, + * "MG": 3, + * "MK": 23, + * "ML": 4, + * "MU": 7, + * "MW": 2, + * "MX": 43, + * "MY": 27, + * "MZ": 9, + * "NE": 22, + * "NG": 25, + * "NI": 7, + * "NL": 44, + * "NO": 35, + * "NZ": 32, + * "OM": 23, + * "PA": 24, + * "PE": 27, + * "PF": 7, + * "PG": 3, + * "PH": 26, + * "PK": 7, + * "PL": 26, + * "PS": 24, + * "PT": 30, + * "PY": 26, + * "QA": 23, + * "RO": 17, + * "RS": 25, + * "RU": 25, + * "SA": 26, + * "SC": 8, + * "SE": 37, + * "SG": 27, + * "SK": 32, + * "SM": 24, + * "SN": 9, + * "SV": 24, + * "TC": 7, + * "TD": 4, + * "TH": 25, + * "TN": 23, + * "TR": 23, + * "TT": 7, + * "TW": 35, + * "TZ": 17, + * "UA": 6, + * "UG": 9, + * "US": 154, + * "UY": 28, + * "VE": 23, + * "YE": 24, + * "ZA": 24, + * "ZM": 9, + * "ZW": 4 + * }, + * "display_priority": 154, + * "logo_path": "/fbveJTcro9Xw2KuPIIoPPePHiwy.jpg", + * "provider_id": 701, + * "provider_name": "FilmBox+" + * }, + * { + * "display_priorities": { + * "KE": 9, + * "NG": 24, + * "TZ": 16 + * }, + * "display_priority": 16, + * "logo_path": "/k1LBSLQ2d6B95VpMoBASkM7EdZ2.jpg", + * "provider_id": 702, + * "provider_name": "iBAKATV" + * }, + * { + * "display_priorities": { + * "CI": 23, + * "DZ": 24, + * "EG": 28, + * "GH": 10, + * "GQ": 10, + * "KE": 11, + * "LY": 24, + * "MA": 23, + * "MU": 8, + * "MZ": 10, + * "NE": 23, + * "NG": 26, + * "SC": 9, + * "SN": 10, + * "TN": 24, + * "TZ": 8, + * "UG": 10, + * "ZA": 25, + * "ZM": 10 + * }, + * "display_priority": 25, + * "logo_path": "/4bsFc5AgxDNdDeS1NIjVRviARhB.jpg", + * "provider_id": 704, + * "provider_name": "IROKOTV" + * }, + * { + * "display_priorities": { + * "CA": 92 + * }, + * "display_priority": 92, + * "logo_path": "/29VK28jsSjFWHdXl1lxPb2SGmAk.jpg", + * "provider_id": 705, + * "provider_name": "Hollywood Suite Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 44, + * "DE": 130 + * }, + * "display_priority": 130, + * "logo_path": "/9NYihXY9biyXFJSZQq5HIGu1n8B.jpg", + * "provider_id": 706, + * "provider_name": "Moviedome Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 45, + * "DE": 131 + * }, + * "display_priority": 131, + * "logo_path": "/a2wCZ9ultzAbjAaG6JMiCFJoy9s.jpg", + * "provider_id": 707, + * "provider_name": "Aniverse Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 46, + * "DE": 132, + * "IT": 98 + * }, + * "display_priority": 98, + * "logo_path": "/9T5H28SXBkzmnZYy2iRfI7GzwLL.jpg", + * "provider_id": 708, + * "provider_name": "Superfresh Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 81 + * }, + * "display_priority": 81, + * "logo_path": "/eMoqH13BYzIC1wDlhONhHfDM3DN.jpg", + * "provider_id": 1706, + * "provider_name": "Comedy Central Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 80 + * }, + * "display_priority": 80, + * "logo_path": "/AvUM6aAqYh7JxUokb5T5ERn3KMs.jpg", + * "provider_id": 1707, + * "provider_name": "BluTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 83 + * }, + * "display_priority": 83, + * "logo_path": "/cYzZyot2IuGUYUXLvw6BMBT6v9p.jpg", + * "provider_id": 1709, + * "provider_name": "GRJNGO Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 84 + * }, + * "display_priority": 84, + * "logo_path": "/g06QZd5k4bjDEcZ3J97jb3rNlfB.jpg", + * "provider_id": 1711, + * "provider_name": "MTV Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 86 + * }, + * "display_priority": 86, + * "logo_path": "/gHBdFYhxdeLHl8jimTDwA1bFv01.jpg", + * "provider_id": 1712, + * "provider_name": "RTL Passion Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 85 + * }, + * "display_priority": 85, + * "logo_path": "/xXN970tHrMfL7BQUTVSu96IY9gs.jpg", + * "provider_id": 1713, + * "provider_name": "Silverline Amazon Channel" + * }, + * { + * "display_priorities": { + * "AE": 14, + * "AR": 55, + * "AU": 59, + * "BH": 28, + * "BR": 77, + * "CA": 134, + * "CI": 24, + * "DE": 139, + * "DZ": 25, + * "EG": 30, + * "ES": 87, + * "FI": 41, + * "FR": 97, + * "GB": 119, + * "GH": 11, + * "GQ": 11, + * "ID": 35, + * "IL": 9, + * "IN": 63, + * "IQ": 10, + * "IT": 90, + * "JO": 28, + * "KE": 12, + * "KW": 29, + * "LB": 10, + * "LY": 25, + * "MA": 24, + * "MU": 10, + * "MX": 70, + * "MZ": 11, + * "NE": 24, + * "NG": 27, + * "OM": 28, + * "PH": 31, + * "PL": 32, + * "PS": 10, + * "QA": 28, + * "RU": 29, + * "SA": 28, + * "SC": 11, + * "SN": 11, + * "TN": 25, + * "TR": 55, + * "TZ": 10, + * "UG": 11, + * "US": 215, + * "ZA": 26, + * "ZM": 11 + * }, + * "display_priority": 215, + * "logo_path": "/7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg", + * "provider_id": 1715, + * "provider_name": "Shahid VIP" + * }, + * { + * "display_priorities": { + * "ES": 48 + * }, + * "display_priority": 48, + * "logo_path": "/8vES2nJNwOF57muvqLByDLm6snp.jpg", + * "provider_id": 1717, + * "provider_name": "Acontra Plus" + * }, + * { + * "display_priorities": { + * "AR": 40, + * "BR": 52, + * "MX": 55, + * "NL": 54, + * "US": 157 + * }, + * "display_priority": 157, + * "logo_path": "/ymuWlPllUC1TYw36qjsmia0XqJ8.jpg", + * "provider_id": 1718, + * "provider_name": "ESPN" + * }, + * { + * "display_priorities": { + * "DE": 77 + * }, + * "display_priority": 77, + * "logo_path": "/nJlTOUfDEUD6fQLopWBnUNzo2NA.jpg", + * "provider_id": 1722, + * "provider_name": "AVA VOBB" + * }, + * { + * "display_priorities": { + * "DE": 78 + * }, + * "display_priority": 78, + * "logo_path": "/p1mlqlIOtPPZf7lckxX3XLAm2ia.jpg", + * "provider_id": 1723, + * "provider_name": "AVA HBZ" + * }, + * { + * "display_priorities": { + * "CH": 41 + * }, + * "display_priority": 41, + * "logo_path": "/aqyyZxc2tQ1gEORXNF2d55GvD5P.jpg", + * "provider_id": 1724, + * "provider_name": "AVA CSAL" + * }, + * { + * "display_priorities": { + * "RS": 24 + * }, + * "display_priority": 24, + * "logo_path": "/zJtYNzq9lpMrsqhg6t2y9AWs9dL.jpg", + * "provider_id": 1725, + * "provider_name": "AVA BGB" + * }, + * { + * "display_priorities": { + * "IT": 46 + * }, + * "display_priority": 46, + * "logo_path": "/q77DpszIupURiKGDeFdSHo7TsTF.jpg", + * "provider_id": 1726, + * "provider_name": "Infinity Selection Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 47 + * }, + * "display_priority": 47, + * "logo_path": "/9bRB5nKmQPZYGQkUtLRhw1w0IcD.jpg", + * "provider_id": 1727, + * "provider_name": "CG Collection Amazon channel" + * }, + * { + * "display_priorities": { + * "IT": 48 + * }, + * "display_priority": 48, + * "logo_path": "/iZzlUo191ynXNpPNdcY8vvlYSf6.jpg", + * "provider_id": 1728, + * "provider_name": "iWonder Full Amazon channel" + * }, + * { + * "display_priorities": { + * "IT": 49 + * }, + * "display_priority": 49, + * "logo_path": "/xdUXTl4ontqdKv9ZpSBZKiOTyWm.jpg", + * "provider_id": 1729, + * "provider_name": "Full Action Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 50 + * }, + * "display_priority": 50, + * "logo_path": "/gQoeIu88CiTF54vYRGwTONHEAtO.jpg", + * "provider_id": 1730, + * "provider_name": "Cine Comico Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 53 + * }, + * "display_priority": 53, + * "logo_path": "/uPhMKOrup9jtJHIci8FXo3D6y5x.jpg", + * "provider_id": 1732, + * "provider_name": "Universcine Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 54 + * }, + * "display_priority": 54, + * "logo_path": "/1PhTUiq01Z82nvuJlDNYtBnRRN0.jpg", + * "provider_id": 1733, + * "provider_name": "Action Max Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 55 + * }, + * "display_priority": 55, + * "logo_path": "/4clLD3X9nTapdRey1FgcSUPYRy3.jpg", + * "provider_id": 1734, + * "provider_name": "Filmo Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 56 + * }, + * "display_priority": 56, + * "logo_path": "/nJ43DUei5yK9wWG3g9YpYT4UfN4.jpg", + * "provider_id": 1735, + * "provider_name": "Insomnia Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 57 + * }, + * "display_priority": 57, + * "logo_path": "/vBbNBDZnpnhgHe5ZO9CVur4DmkG.jpg", + * "provider_id": 1736, + * "provider_name": "Shadowz Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 58 + * }, + * "display_priority": 58, + * "logo_path": "/zg1uFDzIchkwrwOW6dq7LFxB4n6.jpg", + * "provider_id": 1737, + * "provider_name": "INA madelen Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 59 + * }, + * "display_priority": 59, + * "logo_path": "/yXSOt0AKxG28wXhnBaogQGwF7Rq.jpg", + * "provider_id": 1738, + * "provider_name": "Benshi Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 53 + * }, + * "display_priority": 53, + * "logo_path": "/yISpVXhf6axqiHh6lBvJ8RRrZ8v.jpg", + * "provider_id": 1740, + * "provider_name": "Planet Horror Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 127, + * "DE": 227, + * "ES": 54, + * "NL": 96, + * "PT": 65, + * "SE": 50 + * }, + * "display_priority": 50, + * "logo_path": "/tM1HabyA45cnckBEhLS7hAVga5g.jpg", + * "provider_id": 1741, + * "provider_name": "Dizi Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 55 + * }, + * "display_priority": 55, + * "logo_path": "/tGvAD4O9obFP3DfOrDn8NaRQ6eT.jpg", + * "provider_id": 1742, + * "provider_name": "Acontra Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 56 + * }, + * "display_priority": 56, + * "logo_path": "/aJECXkHekrkuRZ7ABF5YR9DVDd8.jpg", + * "provider_id": 1743, + * "provider_name": "Historia y Actualidad Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 83 + * }, + * "display_priority": 83, + * "logo_path": "/jTtwvCgQxD8W7vljH5pH28PfYQD.jpg", + * "provider_id": 1744, + * "provider_name": "Icon Film Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 84 + * }, + * "display_priority": 84, + * "logo_path": "/kSONYxM7a0mESEjCaqaozVTdByB.jpg", + * "provider_id": 1745, + * "provider_name": "Curzon Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 85 + * }, + * "display_priority": 85, + * "logo_path": "/x2cjJAyU8CLwyYHaIxzzEjXJFU8.jpg", + * "provider_id": 1746, + * "provider_name": "Hallmark TV Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 86 + * }, + * "display_priority": 86, + * "logo_path": "/mLif0L2p0M2AK4pbqHOBqLwB3bP.jpg", + * "provider_id": 1747, + * "provider_name": "Studiocanal Presents Amazon Channel" + * }, + * { + * "display_priorities": { + * "AE": 15, + * "BH": 24, + * "DZ": 26, + * "EG": 31, + * "IQ": 25, + * "JO": 24, + * "KW": 25, + * "LB": 25, + * "LY": 26, + * "MA": 25, + * "OM": 24, + * "PS": 25, + * "QA": 24, + * "SA": 29, + * "TN": 26, + * "YE": 25 + * }, + * "display_priority": 25, + * "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + * "provider_id": 1750, + * "provider_name": "TOD" + * }, + * { + * "display_priorities": { + * "FR": 60 + * }, + * "display_priority": 60, + * "logo_path": "/blrBF9R2ONYu04ifGkYEb3k779N.jpg", + * "provider_id": 1754, + * "provider_name": "TF1+" + * }, + * { + * "display_priorities": { + * "AT": 54, + * "CH": 42, + * "DE": 110 + * }, + * "display_priority": 110, + * "logo_path": "/704tOH9qi7y7DDl1CmzDCAI0dcQ.jpg", + * "provider_id": 1756, + * "provider_name": "filmingo" + * }, + * { + * "display_priorities": { + * "AT": 47, + * "DE": 91, + * "GB": 88 + * }, + * "display_priority": 88, + * "logo_path": "/6WQqJyaFd0fmLLE6WIjFQyEyAFj.jpg", + * "provider_id": 1757, + * "provider_name": "Sooner Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 159 + * }, + * "display_priority": 159, + * "logo_path": "/biHGb84xAzYrNkdvX5XWQTmgzC8.jpg", + * "provider_id": 1759, + * "provider_name": "Bet+" + * }, + * { + * "display_priorities": { + * "DE": 95 + * }, + * "display_priority": 95, + * "logo_path": "/zHjoZOQ2DOlu2HCZH18bzQYGc3t.jpg", + * "provider_id": 1764, + * "provider_name": "Yorck on Demand" + * }, + * { + * "display_priorities": { + * "US": 19 + * }, + * "display_priority": 19, + * "logo_path": "/kkUHFtdjasnnOknZN69TbZ2fCTh.jpg", + * "provider_id": 1770, + * "provider_name": "Paramount+ with Showtime" + * }, + * { + * "display_priorities": { + * "AD": 23, + * "AE": 16, + * "AG": 9, + * "AL": 25, + * "AR": 31, + * "AT": 48, + * "AU": 50, + * "BA": 25, + * "BB": 23, + * "BE": 33, + * "BG": 17, + * "BH": 25, + * "BM": 25, + * "BO": 27, + * "BR": 44, + * "BS": 23, + * "CA": 106, + * "CH": 43, + * "CI": 25, + * "CL": 27, + * "CO": 28, + * "CR": 28, + * "CV": 9, + * "CZ": 24, + * "DE": 96, + * "DK": 37, + * "DO": 26, + * "DZ": 27, + * "EC": 27, + * "EE": 24, + * "EG": 32, + * "ES": 60, + * "FI": 38, + * "FJ": 9, + * "FR": 67, + * "GB": 91, + * "GF": 27, + * "GG": 8, + * "GH": 12, + * "GI": 25, + * "GQ": 12, + * "GT": 28, + * "HK": 36, + * "HN": 27, + * "HR": 32, + * "HU": 22, + * "ID": 32, + * "IE": 36, + * "IL": 23, + * "IN": 46, + * "IQ": 26, + * "IS": 30, + * "IT": 59, + * "JM": 22, + * "JO": 25, + * "JP": 25, + * "KE": 13, + * "KR": 26, + * "KW": 26, + * "LB": 26, + * "LC": 9, + * "LI": 26, + * "LT": 25, + * "LV": 24, + * "LY": 27, + * "MA": 26, + * "MC": 24, + * "MD": 23, + * "MK": 24, + * "MT": 23, + * "MU": 11, + * "MX": 44, + * "MY": 28, + * "MZ": 12, + * "NE": 25, + * "NG": 28, + * "NL": 45, + * "NO": 38, + * "NZ": 33, + * "OM": 25, + * "PA": 26, + * "PE": 28, + * "PF": 9, + * "PH": 27, + * "PL": 27, + * "PS": 26, + * "PT": 31, + * "QA": 25, + * "RO": 18, + * "RS": 26, + * "RU": 26, + * "SA": 30, + * "SC": 12, + * "SE": 40, + * "SG": 28, + * "SI": 26, + * "SK": 34, + * "SM": 26, + * "SN": 12, + * "SV": 25, + * "TC": 9, + * "TH": 26, + * "TN": 27, + * "TR": 24, + * "TT": 9, + * "TW": 36, + * "TZ": 11, + * "UG": 12, + * "US": 167, + * "UY": 29, + * "VE": 24, + * "YE": 26, + * "ZA": 27, + * "ZM": 12 + * }, + * "display_priority": 167, + * "logo_path": "/ed0vz5bryWIhQB5sHiuGvHKnHHn.jpg", + * "provider_id": 1771, + * "provider_name": "Takflix" + * }, + * { + * "display_priorities": { + * "AD": 24, + * "AL": 26, + * "BA": 26, + * "BG": 19, + * "CZ": 26, + * "DK": 36, + * "ES": 9, + * "FI": 37, + * "HR": 33, + * "HU": 24, + * "MK": 25, + * "NL": 11, + * "NO": 7, + * "PL": 7, + * "PT": 32, + * "RO": 20, + * "RS": 27, + * "SE": 7, + * "SI": 27, + * "SK": 35, + * "XK": 3 + * }, + * "display_priority": 3, + * "logo_path": "/gQbqEYd0C9uprYxEUqTM589qn8g.jpg", + * "provider_id": 1773, + * "provider_name": "SkyShowtime" + * }, + * { + * "display_priorities": { + * "AT": 49, + * "DE": 99 + * }, + * "display_priority": 99, + * "logo_path": "/rYszOzWFzq7xPffwJ7XN5rJRI7u.jpg", + * "provider_id": 1788, + * "provider_name": "Love and Passion Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 95, + * "US": 169 + * }, + * "display_priority": 169, + * "logo_path": "/ehLnHewfxeKWCL7PT5K4AzTXIcV.jpg", + * "provider_id": 1793, + * "provider_name": "Klassiki" + * }, + * { + * "display_priorities": { + * "CA": 108, + * "US": 174 + * }, + * "display_priority": 174, + * "logo_path": "/esiLBRzDUwodjfN8gA4qj7l3ZF7.jpg", + * "provider_id": 1794, + * "provider_name": "Starz Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 52, + * "BR": 46, + * "CA": 110, + * "DE": 102, + * "ES": 63, + * "FR": 71, + * "GB": 98, + * "IT": 63, + * "JP": 27, + * "KR": 28, + * "MX": 46, + * "US": 175 + * }, + * "display_priority": 175, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * }, + * { + * "display_priorities": { + * "DE": 104 + * }, + * "display_priority": 104, + * "logo_path": "/3VYyCBiG2WTCZ2tGzTkWvoXTeqi.jpg", + * "provider_id": 1805, + * "provider_name": "Studiocanal Presents MOVIECULT Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 105 + * }, + * "display_priority": 105, + * "logo_path": "/tHX1KI8VdAzKWMxSgPKqKfHcxFA.jpg", + * "provider_id": 1806, + * "provider_name": "Studiocanal Presents ALLSTARS Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 180 + * }, + * "display_priority": 180, + * "logo_path": "/QAtDmj6XHlkPvw5xAjF08ZQARh.jpg", + * "provider_id": 1811, + * "provider_name": "Cohen Media Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 83, + * "CZ": 22, + * "FR": 122, + * "MX": 18, + * "US": 11 + * }, + * "display_priority": 11, + * "logo_path": "/erfmV26akboHUerxGjpl8pBwww3.jpg", + * "provider_id": 1825, + * "provider_name": "Max Amazon Channel" + * }, + * { + * "display_priorities": { + * "TR": 38 + * }, + * "display_priority": 38, + * "logo_path": "/gaDNJ1xISHBBq9LQXwwe8PPSRHD.jpg", + * "provider_id": 1826, + * "provider_name": "TOD TV" + * }, + * { + * "display_priorities": { + * "DE": 109 + * }, + * "display_priority": 109, + * "logo_path": "/fxYgfnsrUWa7e9aNr3j3RERpm66.jpg", + * "provider_id": 1829, + * "provider_name": "Behind the Tree" + * }, + * { + * "display_priorities": { + * "US": 183 + * }, + * "display_priority": 183, + * "logo_path": "/f5yNbaK23OSWV5IocAj8FZwIOQj.jpg", + * "provider_id": 1832, + * "provider_name": "Popflick" + * }, + * { + * "display_priorities": { + * "ES": 68 + * }, + * "display_priority": 68, + * "logo_path": "/8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg", + * "provider_id": 1838, + * "provider_name": "Tivify" + * }, + * { + * "display_priorities": { + * "AU": 58, + * "CA": 117, + * "NO": 40, + * "US": 23 + * }, + * "display_priority": 23, + * "logo_path": "/xp12VXTZfunk568CAPs2Xqknimq.jpg", + * "provider_id": 1852, + * "provider_name": "Britbox Apple TV Channel " + * }, + * { + * "display_priorities": { + * "AR": 49, + * "AT": 56, + * "AU": 55, + * "BO": 31, + * "BR": 55, + * "CA": 116, + * "CH": 47, + * "CL": 31, + * "CO": 32, + * "CR": 32, + * "DE": 116, + * "DO": 29, + * "EC": 31, + * "FR": 83, + * "GB": 104, + * "GT": 32, + * "HN": 31, + * "IE": 41, + * "IT": 70, + * "MX": 23, + * "NI": 10, + * "PA": 30, + * "PE": 32, + * "PY": 30, + * "SV": 30, + * "US": 20, + * "VE": 28 + * }, + * "display_priority": 28, + * "logo_path": "/tJqmTmQ8jp9WfyaZfApHK8lSywA.jpg", + * "provider_id": 1853, + * "provider_name": "Paramount Plus Apple TV Channel " + * }, + * { + * "display_priorities": { + * "AU": 56, + * "CA": 118, + * "ES": 93, + * "US": 22 + * }, + * "display_priority": 22, + * "logo_path": "/oTQdXIqM9iewlN4MC2nhKB0gHw.jpg", + * "provider_id": 1854, + * "provider_name": "AMC Plus Apple TV Channel " + * }, + * { + * "display_priorities": { + * "US": 21 + * }, + * "display_priority": 21, + * "logo_path": "/1C5EVCWyQD798CE1DFfcm6oAbxP.jpg", + * "provider_id": 1855, + * "provider_name": "Starz Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AT": 6 + * }, + * "display_priority": 6, + * "logo_path": "/f195E2gXoZBp7QjGNL4XICXxiDk.jpg", + * "provider_id": 1856, + * "provider_name": "Magenta TV" + * }, + * { + * "display_priorities": { + * "BE": 35 + * }, + * "display_priority": 35, + * "logo_path": "/kwftIxtjuCAROIcdd53UEjzSmca.jpg", + * "provider_id": 1857, + * "provider_name": "Telenet" + * }, + * { + * "display_priorities": { + * "AR": 57, + * "BR": 59, + * "CO": 33, + * "FR": 102, + * "GB": 124, + * "MX": 72, + * "MZ": 16, + * "PT": 55, + * "US": 226, + * "ZA": 29 + * }, + * "display_priority": 226, + * "logo_path": "/44E23wCM3WLsvAVRyk6fye76cZb.jpg", + * "provider_id": 1860, + * "provider_name": "Univer Video" + * }, + * { + * "display_priorities": { + * "BR": 63 + * }, + * "display_priority": 63, + * "logo_path": "/oHr80zlf3DWxF6imu6QKqcz275.jpg", + * "provider_id": 1861, + * "provider_name": "Filmow" + * }, + * { + * "display_priorities": { + * "CL": 38, + * "CO": 39, + * "MX": 62, + * "US": 187 + * }, + * "display_priority": 187, + * "logo_path": "/6S6kGNEmB4iSq83FX2zWTz8aLMN.jpg", + * "provider_id": 1866, + * "provider_name": "ViX Premium Amazon Channel" + * }, + * { + * "display_priorities": { + * "AR": 44, + * "BO": 29, + * "BR": 62, + * "BZ": 8, + * "CA": 123, + * "CL": 29, + * "CO": 30, + * "CR": 30, + * "DO": 27, + * "EC": 29, + * "ES": 72, + * "FR": 88, + * "GB": 106, + * "GT": 30, + * "HN": 29, + * "MX": 63, + * "NI": 8, + * "PA": 28, + * "PE": 30, + * "PY": 28, + * "SV": 28, + * "US": 191, + * "UY": 30, + * "VE": 26 + * }, + * "display_priority": 191, + * "logo_path": "/oJRCAz1WKkKM9Ge7mX5KFnegTNY.jpg", + * "provider_id": 1875, + * "provider_name": "Runtime" + * }, + * { + * "display_priorities": { + * "FR": 89 + * }, + * "display_priority": 89, + * "logo_path": "/2HsZxiwKi9Ym91r6WY9ojORvq79.jpg", + * "provider_id": 1887, + * "provider_name": "BrutX Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 90 + * }, + * "display_priority": 90, + * "logo_path": "/9jmtFeqCWvTSYpMMUPNhk8JNJWS.jpg", + * "provider_id": 1888, + * "provider_name": "Animation Digital Network Amazon Channel" + * }, + * { + * "display_priorities": { + * "CL": 44, + * "CO": 45, + * "FR": 91, + * "MX": 96 + * }, + * "display_priority": 96, + * "logo_path": "/4ABGBjAMtRrYUrr0w3QfanuiaoB.jpg", + * "provider_id": 1889, + * "provider_name": "Universal+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 120 + * }, + * "display_priority": 120, + * "logo_path": "/s7ZjSKXOtjKBb7hAzBm3b0iY0SG.jpg", + * "provider_id": 1891, + * "provider_name": "alleskino Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 121 + * }, + * "display_priority": 121, + * "logo_path": "/5Qe65kN95Z0CytOaG3I8bytdW7A.jpg", + * "provider_id": 1892, + * "provider_name": "RTL Crime Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 75 + * }, + * "display_priority": 75, + * "logo_path": "/vM8Oe43bljZqRenO2xSIRHT7GMN.jpg", + * "provider_id": 1894, + * "provider_name": "CineAutore Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 76 + * }, + * "display_priority": 76, + * "logo_path": "/xcXI50PQIBsRDAP6eEpv09Vz8SG.jpg", + * "provider_id": 1895, + * "provider_name": "Anime Generation Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 77 + * }, + * "display_priority": 77, + * "logo_path": "/vXXpcM5yoD8GBWi6U50dOiKgukH.jpg", + * "provider_id": 1896, + * "provider_name": "Raro Video Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 78 + * }, + * "display_priority": 78, + * "logo_path": "/sL8ViH6zWOe07xHoiwxUwCXy890.jpg", + * "provider_id": 1897, + * "provider_name": "MIDNIGHT FACTORY Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 47 + * }, + * "display_priority": 47, + * "logo_path": "/oRfWFOG7XbNO1ZSICEnRzmUt7bT.jpg", + * "provider_id": 1898, + * "provider_name": "Amazon miniTV" + * }, + * { + * "display_priorities": { + * "AD": 27, + * "AG": 12, + * "AR": 60, + * "BA": 29, + * "BB": 25, + * "BE": 67, + * "BG": 22, + * "BO": 32, + * "BR": 7, + * "BS": 26, + * "BZ": 10, + * "CL": 7, + * "CO": 6, + * "CR": 4, + * "CZ": 35, + * "DK": 43, + * "DO": 32, + * "EC": 5, + * "ES": 17, + * "FI": 45, + * "FR": 113, + * "GT": 4, + * "GY": 4, + * "HK": 40, + * "HN": 32, + * "HR": 36, + * "HU": 29, + * "ID": 41, + * "JM": 24, + * "LC": 11, + * "MC": 27, + * "MD": 27, + * "ME": 7, + * "MK": 28, + * "MX": 5, + * "MY": 33, + * "NI": 14, + * "NL": 88, + * "NO": 44, + * "PA": 32, + * "PE": 7, + * "PH": 34, + * "PL": 40, + * "PT": 61, + * "PY": 31, + * "RO": 25, + * "RS": 30, + * "SE": 48, + * "SG": 32, + * "SI": 30, + * "SK": 40, + * "SV": 32, + * "TC": 11, + * "TH": 32, + * "TT": 12, + * "TW": 40, + * "US": 10, + * "UY": 3, + * "VE": 29 + * }, + * "display_priority": 29, + * "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + * "provider_id": 1899, + * "provider_name": "Max" + * }, + * { + * "display_priorities": { + * "DE": 122 + * }, + * "display_priority": 122, + * "logo_path": "/qTybjmHLNcXZExZLBnm4muVCDzP.jpg", + * "provider_id": 1902, + * "provider_name": "ARD Plus" + * }, + * { + * "display_priorities": { + * "TR": 11 + * }, + * "display_priority": 11, + * "logo_path": "/c8ryDZroFQtuyRVPBwXq5PLpTWV.jpg", + * "provider_id": 1904, + * "provider_name": "TV+" + * }, + * { + * "display_priorities": { + * "FR": 93 + * }, + * "display_priority": 93, + * "logo_path": "/5FeLH5VGqpE4K48huk2T5h2xnY5.jpg", + * "provider_id": 1912, + * "provider_name": "Apollo" + * }, + * { + * "display_priorities": { + * "BR": 71 + * }, + * "display_priority": 71, + * "logo_path": "/cV6ShEHGS1Bs83xszJlorJVRU47.jpg", + * "provider_id": 1920, + * "provider_name": "Reserva Imovision" + * }, + * { + * "display_priorities": { + * "CZ": 30 + * }, + * "display_priority": 30, + * "logo_path": "/vrefjVylvD4RkEjQguuXebCp9UQ.jpg", + * "provider_id": 1928, + * "provider_name": "Prima Plus" + * }, + * { + * "display_priorities": { + * "AT": 60 + * }, + * "display_priority": 60, + * "logo_path": "/kP741xlbpymqjELaTcPiAet3SnV.jpg", + * "provider_id": 1929, + * "provider_name": "Filmtastic bei Canal+" + * }, + * { + * "display_priorities": { + * "CZ": 31 + * }, + * "display_priority": 31, + * "logo_path": "/489t5n9o1KhH7voGNQkrXT7vBKV.jpg", + * "provider_id": 1939, + * "provider_name": "Lepsi TV" + * }, + * { + * "display_priorities": { + * "SE": 44 + * }, + * "display_priority": 44, + * "logo_path": "/5lKPs5yrjeKHFrXh9RIvzyJJzSd.jpg", + * "provider_id": 1944, + * "provider_name": "TV4 Play" + * }, + * { + * "display_priorities": { + * "US": 204 + * }, + * "display_priority": 204, + * "logo_path": "/en3dbHAWzDpvDhsI0G8LphUhpBr.jpg", + * "provider_id": 1948, + * "provider_name": "Reveel" + * }, + * { + * "display_priorities": { + * "AT": 74, + * "DE": 135 + * }, + * "display_priority": 135, + * "logo_path": "/kVUNXh1Rt9JnwCDotghBKEwLGdH.jpg", + * "provider_id": 1954, + * "provider_name": "ServusTV On" + * }, + * { + * "display_priorities": { + * "US": 207 + * }, + * "display_priority": 207, + * "logo_path": "/znTpq1dy5TYxm1QLoxORzuOuwYq.jpg", + * "provider_id": 1956, + * "provider_name": "Angel Studios" + * }, + * { + * "display_priorities": { + * "CA": 132, + * "US": 208 + * }, + * "display_priority": 208, + * "logo_path": "/jpEV1w3CnrpDQ1vRvGQIZF1S6vA.jpg", + * "provider_id": 1957, + * "provider_name": "Cineverse" + * }, + * { + * "display_priorities": { + * "AE": 31, + * "DE": 136, + * "EG": 47, + * "IN": 61, + * "IQ": 41, + * "JO": 42, + * "KW": 42, + * "SA": 43, + * "US": 209 + * }, + * "display_priority": 209, + * "logo_path": "/mK8nfCXfwoAa6cAkHUSKCkLEIKK.jpg", + * "provider_id": 1958, + * "provider_name": "AD tv" + * }, + * { + * "display_priorities": { + * "CA": 133, + * "US": 210 + * }, + * "display_priority": 210, + * "logo_path": "/8s4adSGz4UmVOP5uegNkoikSFLV.jpg", + * "provider_id": 1960, + * "provider_name": "Midnight Pulp" + * }, + * { + * "display_priorities": { + * "DK": 40 + * }, + * "display_priority": 40, + * "logo_path": "/a6z85DKGuPOyTg03TlJ6ShzzFO6.jpg", + * "provider_id": 1961, + * "provider_name": "Allente" + * }, + * { + * "display_priorities": { + * "US": 212 + * }, + * "display_priority": 212, + * "logo_path": "/xfKqqWYYIyvjECOFOaYtJdD7gl3.jpg", + * "provider_id": 1963, + * "provider_name": "Xumo Play" + * }, + * { + * "display_priorities": { + * "US": 213 + * }, + * "display_priority": 213, + * "logo_path": "/nlOrX8YVYjxFkEpfvJHayNg9UAB.jpg", + * "provider_id": 1964, + * "provider_name": "National Geographic" + * }, + * { + * "display_priorities": { + * "FR": 98 + * }, + * "display_priority": 98, + * "logo_path": "/8qSG9LtUhBQIWy2Fr6fzeW7gBdd.jpg", + * "provider_id": 1967, + * "provider_name": "Molotov TV" + * }, + * { + * "display_priorities": { + * "AT": 126, + * "AU": 85, + * "BE": 71, + * "BR": 112, + * "CA": 12, + * "CL": 46, + * "CO": 47, + * "DE": 226, + * "ES": 111, + * "FR": 120, + * "GB": 12, + * "GG": 20, + * "IN": 80, + * "IT": 110, + * "MX": 105, + * "NL": 95, + * "PL": 47, + * "SE": 13, + * "US": 13 + * }, + * "display_priority": 13, + * "logo_path": "/j7wdfXtHKUpV9CNwnXUa68HImFx.jpg", + * "provider_id": 1968, + * "provider_name": "Crunchyroll Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 216 + * }, + * "display_priority": 216, + * "logo_path": "/6gdKp9OwHgDLloethSPxZbtovkl.jpg", + * "provider_id": 1971, + * "provider_name": "DistroTV" + * }, + * { + * "display_priorities": { + * "CA": 135, + * "US": 217 + * }, + * "display_priority": 217, + * "logo_path": "/mWAOUnJY6hnQghUZpjuDB815efG.jpg", + * "provider_id": 1972, + * "provider_name": "myfilmfriend" + * }, + * { + * "display_priorities": { + * "BR": 78 + * }, + * "display_priority": 78, + * "logo_path": "/ptNJnBKMVLv3XxmLU9UMVSDop80.jpg", + * "provider_id": 1973, + * "provider_name": "Filmicca" + * }, + * { + * "display_priorities": { + * "US": 219 + * }, + * "display_priority": 219, + * "logo_path": "/jLD5zHgsAhSWBRTnMUOLaXrUuVI.jpg", + * "provider_id": 1976, + * "provider_name": "Outside Watch" + * }, + * { + * "display_priorities": { + * "NL": 80 + * }, + * "display_priority": 80, + * "logo_path": "/cYyxWlMG0o1dKRvOdpMrVIFrY4F.jpg", + * "provider_id": 1986, + * "provider_name": "NPO Plus" + * }, + * { + * "display_priorities": { + * "AU": 62 + * }, + * "display_priority": 62, + * "logo_path": "/zlOChFXWhfIqK2QCf6KPxu0nH2D.jpg", + * "provider_id": 1988, + * "provider_name": "Brollie" + * }, + * { + * "display_priorities": { + * "DE": 144 + * }, + * "display_priority": 144, + * "logo_path": "/mmDWKHiDLmHDo2OWnduQuI1T4bh.jpg", + * "provider_id": 1989, + * "provider_name": "ZDF Select Amazon Channel " + * }, + * { + * "display_priorities": { + * "US": 227 + * }, + * "display_priority": 227, + * "logo_path": "/pr64iEnZZ3qjsUqWS39R5JC97CX.jpg", + * "provider_id": 1990, + * "provider_name": "GlewedTV" + * }, + * { + * "display_priorities": { + * "DE": 145 + * }, + * "display_priority": 145, + * "logo_path": "/dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg", + * "provider_id": 1993, + * "provider_name": "Videoload" + * }, + * { + * "display_priorities": { + * "DE": 146 + * }, + * "display_priority": 146, + * "logo_path": "/a1zZJiOid4gG27xJtkcDaSVrQdb.jpg", + * "provider_id": 1994, + * "provider_name": "TELE 5" + * }, + * { + * "display_priorities": { + * "FI": 42 + * }, + * "display_priority": 42, + * "logo_path": "/wRMEDOZ8iAEEHXIY2VyckvT0K8I.jpg", + * "provider_id": 2029, + * "provider_name": "MTV Katsomo" + * }, + * { + * "display_priorities": { + * "US": 231 + * }, + * "display_priority": 231, + * "logo_path": "/a0vfnBfWPAF6OtKZCzlyiW9A9l6.jpg", + * "provider_id": 2033, + * "provider_name": "A&E Crime Central Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AU": 63, + * "CA": 140, + * "ES": 92, + * "GB": 129, + * "MX": 78, + * "US": 232 + * }, + * "display_priority": 232, + * "logo_path": "/kx8rGgFYxX6aJkG7RHx2mtijglC.jpg", + * "provider_id": 2034, + * "provider_name": "Acorn TV Apple TV" + * }, + * { + * "display_priorities": { + * "US": 233 + * }, + * "display_priority": 233, + * "logo_path": "/voNwdFHk9uc2ZEWKZlwSQDsfRJN.jpg", + * "provider_id": 2036, + * "provider_name": "ALLBLK Apple TV channel" + * }, + * { + * "display_priorities": { + * "DE": 149 + * }, + * "display_priority": 149, + * "logo_path": "/9jxvmD363A04nuMw9jgyLzeDB3J.jpg", + * "provider_id": 2037, + * "provider_name": "ARD Plus Apple TV channel" + * }, + * { + * "display_priorities": { + * "DE": 150 + * }, + * "display_priority": 150, + * "logo_path": "/as1NArQkfAnptYQP3VS03GOJPdm.jpg", + * "provider_id": 2038, + * "provider_name": "Arthaus+ Apple TV channel" + * }, + * { + * "display_priorities": { + * "US": 246 + * }, + * "display_priority": 246, + * "logo_path": "/yFk3WffvGGUtIjJBSV0pgsciaEB.jpg", + * "provider_id": 2040, + * "provider_name": "BET+ Apple TV channel" + * }, + * { + * "display_priorities": { + * "GB": 132 + * }, + * "display_priority": 132, + * "logo_path": "/kohVS01u3sP5IkqsSaAKdBit6aP.jpg", + * "provider_id": 2041, + * "provider_name": "BFI Player Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 247 + * }, + * "display_priority": 247, + * "logo_path": "/dDHyeNrfnloy6skW0j6oIUXFa3Z.jpg", + * "provider_id": 2042, + * "provider_name": "Carnegie Hall+ Apple TV Channel" + * }, + * { + * "display_priorities": { + * "CA": 143, + * "US": 239 + * }, + * "display_priority": 239, + * "logo_path": "/1SuB6tXdKaW4qDRDiqm9C1nr1mD.jpg", + * "provider_id": 2044, + * "provider_name": "OUTtv Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 234 + * }, + * "display_priority": 234, + * "logo_path": "/92iY4soQNVzNM02mHGjqovPdzdF.jpg", + * "provider_id": 2045, + * "provider_name": "UP Faith & Family Apple TV Channel" + * }, + * { + * "display_priorities": { + * "GB": 130, + * "US": 235 + * }, + * "display_priority": 235, + * "logo_path": "/5a0E4ozONnF8rw5cI3n9uueK9WM.jpg", + * "provider_id": 2047, + * "provider_name": "Tastemade Apple TV Channel" + * }, + * { + * "display_priorities": { + * "CA": 141, + * "US": 236 + * }, + * "display_priority": 236, + * "logo_path": "/1x0LxXHUibIolT5fxdSamGGMBC3.jpg", + * "provider_id": 2048, + * "provider_name": "Sundance Now Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AU": 64, + * "CA": 142, + * "US": 237 + * }, + * "display_priority": 237, + * "logo_path": "/kLfq0I2MwiUFUY9yI1GwOeKxX8f.jpg", + * "provider_id": 2049, + * "provider_name": "Shudder Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 238 + * }, + * "display_priority": 238, + * "logo_path": "/96HJkA4nMkcOtiqH9oF1YYtGBHK.jpg", + * "provider_id": 2050, + * "provider_name": "ScreenPix Apple TV Channel" + * }, + * { + * "display_priorities": { + * "CA": 144 + * }, + * "display_priority": 144, + * "logo_path": "/dy9XKHyf16dSB1Lg7KIrtUwDxIX.jpg", + * "provider_id": 2052, + * "provider_name": "Love Nature Apple TV Channel" + * }, + * { + * "display_priorities": { + * "IN": 74 + * }, + * "display_priority": 74, + * "logo_path": "/p8i1zUcZYQ7qU6RrGvGbDItvcx4.jpg", + * "provider_id": 2053, + * "provider_name": "Lionsgate Play Apple TV Channel" + * }, + * { + * "display_priorities": { + * "ID": 37 + * }, + * "display_priority": 37, + * "logo_path": "/hwX55ugBE1qtM62egayb1CHvNEh.jpg", + * "provider_id": 2054, + * "provider_name": "Lifetime Play Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 240 + * }, + * "display_priority": 240, + * "logo_path": "/cpSQ9P0ntzr1gZcxHIyaryihpgH.jpg", + * "provider_id": 2055, + * "provider_name": "Lifetime Movie Club Apple TV Channel" + * }, + * { + * "display_priorities": { + * "CA": 146, + * "US": 248 + * }, + * "display_priority": 248, + * "logo_path": "/tPvmybuDUn84aDps72GiMbvr2xU.jpg", + * "provider_id": 2056, + * "provider_name": "IFC Films Unlimited Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 249 + * }, + * "display_priority": 249, + * "logo_path": "/fsert5S2L3CWSFyaAODiWPOScmz.jpg", + * "provider_id": 2057, + * "provider_name": "HISTORY Vault Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 241 + * }, + * "display_priority": 241, + * "logo_path": "/ce9sTSF5WsvqEHv7kxOM1LlQha5.jpg", + * "provider_id": 2058, + * "provider_name": "Hallmark Movies Now Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AU": 65, + * "IN": 75, + * "US": 242 + * }, + * "display_priority": 242, + * "logo_path": "/cqgeSQHqKEkfcmsiy7GoCnf1Q2I.jpg", + * "provider_id": 2059, + * "provider_name": "Eros Now Select Apple TV Channel" + * }, + * { + * "display_priorities": { + * "GB": 131, + * "US": 243 + * }, + * "display_priority": 243, + * "logo_path": "/z9x1xFFKjHTYlLYWtiPhAjN4jOp.jpg", + * "provider_id": 2060, + * "provider_name": "CuriosityStream Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 244 + * }, + * "display_priority": 244, + * "logo_path": "/zXCdY4pczONheFCU9GkrMbGI1o5.jpg", + * "provider_id": 2061, + * "provider_name": "Cinemax Apple TV Channel" + * }, + * { + * "display_priorities": { + * "CA": 161, + * "US": 273 + * }, + * "display_priority": 273, + * "logo_path": "/dj9jb4fiaHILc5GtF76BXzrsGZj.jpg", + * "provider_id": 2064, + * "provider_name": "ALLBLK Amazon channel " + * }, + * { + * "display_priorities": { + * "AT": 122, + * "CH": 64, + * "DE": 223 + * }, + * "display_priority": 223, + * "logo_path": "/aiRdDAPESgu9ztDFcLtrSqFa0W2.jpg", + * "provider_id": 2065, + * "provider_name": "ARD Plus Amazon channel " + * }, + * { + * "display_priorities": { + * "US": 252 + * }, + * "display_priority": 252, + * "logo_path": "/xT5I4zZ2XTLhOVA5ooQIsqjSC3R.jpg", + * "provider_id": 2071, + * "provider_name": "Carnegie Hall+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 251 + * }, + * "display_priority": 251, + * "logo_path": "/fr8lHD0EAYU01UIhg6u8kJrk7jQ.jpg", + * "provider_id": 2073, + * "provider_name": "HISTORY Vault Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 77 + * }, + * "display_priority": 77, + * "logo_path": "/yVbjPWEbsStanRAxwKMDARVOvsn.jpg", + * "provider_id": 2074, + * "provider_name": "Lionsgate Play Amazon Channel" + * }, + * { + * "display_priorities": { + * "ID": 38 + * }, + * "display_priority": 38, + * "logo_path": "/zNYEUs0Z5t7jJqnLTtla8v6AoS4.jpg", + * "provider_id": 2075, + * "provider_name": "Lifetime Play Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 152 + * }, + * "display_priority": 152, + * "logo_path": "/ptSF973yIl90KwhEmNWDvN1nhan.jpg", + * "provider_id": 2076, + * "provider_name": "Wedo TV" + * }, + * { + * "display_priorities": { + * "DE": 160, + * "PE": 34, + * "US": 135 + * }, + * "display_priority": 135, + * "logo_path": "/27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg", + * "provider_id": 2077, + * "provider_name": "Plex Channel" + * }, + * { + * "display_priorities": { + * "US": 259 + * }, + * "display_priority": 259, + * "logo_path": "/2CYF8CNs5WK3sB69K0AlmwUxrzv.jpg", + * "provider_id": 2078, + * "provider_name": "Troma NOW" + * }, + * { + * "display_priorities": { + * "DE": 154 + * }, + * "display_priority": 154, + * "logo_path": "/5JkLub6H7HsWyLHbitnuXTzXmlJ.jpg", + * "provider_id": 2081, + * "provider_name": "KiKA" + * }, + * { + * "display_priorities": { + * "US": 253 + * }, + * "display_priority": 253, + * "logo_path": "/bKWKqZYT3wrpq1Lyi2qSmx1qlqh.jpg", + * "provider_id": 2089, + * "provider_name": "Lifetime Movie Club Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 65, + * "CA": 152, + * "DE": 156, + * "GB": 136, + * "US": 258 + * }, + * "display_priority": 258, + * "logo_path": "/8aBqoNeGGr0oSA85iopgNZUOTOc.jpg", + * "provider_id": 2100, + * "provider_name": "Amazon Prime Video with Ads" + * }, + * { + * "display_priorities": { + * "PL": 35 + * }, + * "display_priority": 35, + * "logo_path": "/hMfeG5pus99eh1xrSaC2r7YG5vw.jpg", + * "provider_id": 2101, + * "provider_name": "Canal+ online" + * }, + * { + * "display_priorities": { + * "PL": 36 + * }, + * "display_priority": 36, + * "logo_path": "/mBliLuM0AbkRPGDoVa7IGxwC59b.jpg", + * "provider_id": 2102, + * "provider_name": "Premiery Canal+" + * }, + * { + * "display_priorities": { + * "AR": 63, + * "BR": 86, + * "CL": 34, + * "CO": 35, + * "MX": 80 + * }, + * "display_priority": 80, + * "logo_path": "/5lcKyzjIFl9ur2Nk8YsXd5kR7vc.jpg", + * "provider_id": 2106, + * "provider_name": "Adrenalina Pura Amazon channel" + * }, + * { + * "display_priorities": { + * "AR": 64, + * "BR": 87, + * "CL": 35, + * "CO": 36, + * "MX": 81 + * }, + * "display_priority": 81, + * "logo_path": "/ctse3rS9jiPiOvDwBEFtpVUOnnq.jpg", + * "provider_id": 2107, + * "provider_name": "Adrenalina Pura Apple TV channel" + * }, + * { + * "display_priorities": { + * "IT": 99 + * }, + * "display_priority": 99, + * "logo_path": "/5kpTR2iwaoBk9AkPZvlfgeYvbsv.jpg", + * "provider_id": 2108, + * "provider_name": "Far East Amazon Channel " + * }, + * { + * "display_priorities": { + * "CH": 52 + * }, + * "display_priority": 52, + * "logo_path": "/twKkyl31iYVtxfICNkDdrxrJ7KS.jpg", + * "provider_id": 2115, + * "provider_name": "Cinu" + * }, + * { + * "display_priorities": { + * "US": 82 + * }, + * "display_priority": 82, + * "logo_path": "/9YYuvhTfMuBR7keJ7DPa1GFlDrF.jpg", + * "provider_id": 2129, + * "provider_name": "BYUtv" + * }, + * { + * "display_priorities": { + * "AT": 67, + * "DE": 162 + * }, + * "display_priority": 162, + * "logo_path": "/bh0e83QEvjzttsj8FJcQaYxPR43.jpg", + * "provider_id": 2134, + * "provider_name": "AXN Black Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 266 + * }, + * "display_priority": 266, + * "logo_path": "/l8nPh3HtqfIJiFTYT7RdNdsv1XD.jpg", + * "provider_id": 2135, + * "provider_name": "Kino Film Collection" + * }, + * { + * "display_priorities": { + * "DE": 165 + * }, + * "display_priority": 165, + * "logo_path": "/inTlUMvnQrtCee5fnO4J45SuIwH.jpg", + * "provider_id": 2137, + * "provider_name": "Arthaus+" + * }, + * { + * "display_priorities": { + * "AT": 71, + * "BE": 66, + * "BR": 91, + * "CL": 37, + * "CO": 38, + * "DE": 166, + * "ES": 105, + * "GB": 144, + * "IT": 106, + * "MX": 85, + * "NL": 87 + * }, + * "display_priority": 87, + * "logo_path": "/efu1Cqc63XrPBoreYnf2mn0Nizj.jpg", + * "provider_id": 2141, + * "provider_name": "MGM Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "AR": 66, + * "BR": 90, + * "CL": 36, + * "CO": 37, + * "MX": 83 + * }, + * "display_priority": 83, + * "logo_path": "/foWKiK4ikpdM72OGN2B8jjyy6OY.jpg", + * "provider_id": 2142, + * "provider_name": "MGM+ Apple TV Channel" + * }, + * { + * "display_priorities": { + * "IT": 107 + * }, + * "display_priority": 107, + * "logo_path": "/aRy3fDxHOKRq3nhC5J4Sp96kW2b.jpg", + * "provider_id": 2149, + * "provider_name": "CG tv" + * }, + * { + * "display_priorities": { + * "AT": 69 + * }, + * "display_priority": 69, + * "logo_path": "/d1d8EljUNvWVU09ShQyXHE1mO9L.jpg", + * "provider_id": 2151, + * "provider_name": "ORF ON" + * }, + * { + * "display_priorities": { + * "AT": 70 + * }, + * "display_priority": 70, + * "logo_path": "/5fS4WiQZ7yX3fBHKelQBO9NwUcD.jpg", + * "provider_id": 2152, + * "provider_name": "ORF KIDS" + * }, + * { + * "display_priorities": { + * "BR": 92 + * }, + * "display_priority": 92, + * "logo_path": "/9kcTsX2laYclN4bFiMH3RuhZel2.jpg", + * "provider_id": 2156, + * "provider_name": "Telecine Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 93 + * }, + * "display_priority": 93, + * "logo_path": "/rvepVasXaE7VFNNXR9pm0tGMu97.jpg", + * "provider_id": 2157, + * "provider_name": "Reserva Imovision Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 73, + * "BR": 94, + * "CA": 155, + * "IN": 95, + * "MX": 86 + * }, + * "display_priority": 86, + * "logo_path": "/eUOFD3Vr0BSV6IfBzUEYLozFXNk.jpg", + * "provider_id": 2158, + * "provider_name": "Stingray Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 95 + * }, + * "display_priority": 95, + * "logo_path": "/lerdRkZ4vwe4gEZfSxpDpLF4uVl.jpg", + * "provider_id": 2159, + * "provider_name": "CurtaOn Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 88 + * }, + * "display_priority": 88, + * "logo_path": "/b4vLoTkxvsjOB9kG2V0jsczRl1Q.jpg", + * "provider_id": 2161, + * "provider_name": "Sony One Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 89 + * }, + * "display_priority": 89, + * "logo_path": "/7lF4oJgbweKKeb9PemMUAw86ji2.jpg", + * "provider_id": 2162, + * "provider_name": "Atresplayer Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 90, + * "US": 275 + * }, + * "display_priority": 275, + * "logo_path": "/iHQ9I6iKiIAHSg4sAztp9QGYSs4.jpg", + * "provider_id": 2163, + * "provider_name": "Vix Gratis Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 91 + * }, + * "display_priority": 91, + * "logo_path": "/7SOOyT9PP0DMdsCXESdfMqbrFKW.jpg", + * "provider_id": 2164, + * "provider_name": "Gaia Amazon Channel" + * }, + * { + * "display_priorities": { + * "CL": 40, + * "CO": 41, + * "MX": 94 + * }, + * "display_priority": 94, + * "logo_path": "/3Urtm9N9KL9cvhHBAKMpROdee1n.jpg", + * "provider_id": 2167, + * "provider_name": "Cindie Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 74 + * }, + * "display_priority": 74, + * "logo_path": "/qLT8rsghGQ92bsC0PAKtu4JAjTX.jpg", + * "provider_id": 2168, + * "provider_name": "DocPlay Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 75, + * "IN": 96 + * }, + * "display_priority": 96, + * "logo_path": "/3sOfrPDIomU45q0EN4Z9jQ3OfeG.jpg", + * "provider_id": 2169, + * "provider_name": "Iwonder Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 76 + * }, + * "display_priority": 76, + * "logo_path": "/cgdnToW3i10CWEoSoQC6Zq9mO9H.jpg", + * "provider_id": 2170, + * "provider_name": "Rialto Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 167, + * "FR": 115 + * }, + * "display_priority": 115, + * "logo_path": "/h5QpXIpSnvrPFnOLRXV83CtVHQH.jpg", + * "provider_id": 2173, + * "provider_name": "Anime Digital Network Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 270 + * }, + * "display_priority": 270, + * "logo_path": "/jUgtBLZzpaLVTNnqGYDOU9BlCzU.jpg", + * "provider_id": 2174, + * "provider_name": "Strand Releasing Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 81 + * }, + * "display_priority": 81, + * "logo_path": "/8ipK9EjNHvcPM22SgqKdA8wZjal.jpg", + * "provider_id": 2176, + * "provider_name": "Hoichoi Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 82 + * }, + * "display_priority": 82, + * "logo_path": "/fY2J5CojsKC52LO2K8P5AQAH2UT.jpg", + * "provider_id": 2177, + * "provider_name": "ManoramaMAX Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 83 + * }, + * "display_priority": 83, + * "logo_path": "/sOikKxPVWnwUqa46nt8SwrQ53ui.jpg", + * "provider_id": 2178, + * "provider_name": "Chaupal Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 84 + * }, + * "display_priority": 84, + * "logo_path": "/vAlwpM4ey2gRvgWmg5mHrjOAIU4.jpg", + * "provider_id": 2179, + * "provider_name": "BBC Kids Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 85 + * }, + * "display_priority": 85, + * "logo_path": "/i7FaDWpD2xoIWB5lyF191cykfck.jpg", + * "provider_id": 2180, + * "provider_name": "Sony Pictures Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 86 + * }, + * "display_priority": 86, + * "logo_path": "/3LH55fdW1UrjDITGZcJlQT4wRqB.jpg", + * "provider_id": 2181, + * "provider_name": "Vrott Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 87 + * }, + * "display_priority": 87, + * "logo_path": "/p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg", + * "provider_id": 2182, + * "provider_name": "Anime Times Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 89 + * }, + * "display_priority": 89, + * "logo_path": "/saZdn4kLq6Brkc0d8g6SZYGPxIr.jpg", + * "provider_id": 2184, + * "provider_name": "Museum Tv Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 97 + * }, + * "display_priority": 97, + * "logo_path": "/8WPLg0mQQUdzWZw7xDaM0POmwfO.jpg", + * "provider_id": 2185, + * "provider_name": "NammaFlix Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 168 + * }, + * "display_priority": 168, + * "logo_path": "/sElRjek77o2yGbiFizqPbjLdyra.jpg", + * "provider_id": 2190, + * "provider_name": "Plaion Pictures" + * }, + * { + * "display_priorities": { + * "DE": 170 + * }, + * "display_priority": 170, + * "logo_path": "/745WQrNUjgJfUXxM2OJAoFkPhsw.jpg", + * "provider_id": 2201, + * "provider_name": "Toggo" + * }, + * { + * "display_priorities": { + * "DE": 171 + * }, + * "display_priority": 171, + * "logo_path": "/jASACep2h6gPgTEfilfsn0mFteF.jpg", + * "provider_id": 2206, + * "provider_name": "Kixi" + * }, + * { + * "display_priorities": { + * "DE": 172 + * }, + * "display_priority": 172, + * "logo_path": "/4JfSo3RoLuGtvY3jyjaVtxcwp2A.jpg", + * "provider_id": 2207, + * "provider_name": "Verleihshop" + * }, + * { + * "display_priorities": { + * "DE": 173 + * }, + * "display_priority": 173, + * "logo_path": "/xo4zowa5gbKT4z65ZathH6H4Cdg.jpg", + * "provider_id": 2209, + * "provider_name": "Freenet meinVOD" + * }, + * { + * "display_priorities": { + * "DE": 174 + * }, + * "display_priority": 174, + * "logo_path": "/mvI5xXSRCBkPlcq83CI21rEMuGk.jpg", + * "provider_id": 2211, + * "provider_name": "3sat" + * }, + * { + * "display_priorities": { + * "PL": 44 + * }, + * "display_priority": 44, + * "logo_path": "/rZG2UBzS8ysl2kloSbrm9w4Mth2.jpg", + * "provider_id": 2214, + * "provider_name": "CDA Premium" + * }, + * { + * "display_priorities": { + * "DE": 175 + * }, + * "display_priority": 175, + * "logo_path": "/eeu878U02fXr6ef3OfeiVVUS8yv.jpg", + * "provider_id": 2220, + * "provider_name": "Akibapass" + * }, + * { + * "display_priorities": { + * "AT": 76, + * "DE": 177 + * }, + * "display_priority": 177, + * "logo_path": "/a688PNhEgWvLPzxr7AgAD8pDfE9.jpg", + * "provider_id": 2229, + * "provider_name": "Disaster X Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 77, + * "DE": 179 + * }, + * "display_priority": 179, + * "logo_path": "/yRtZJF9vKrSSwwsgUS6XycBdAl0.jpg", + * "provider_id": 2231, + * "provider_name": "Galactic Stream Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 78, + * "DE": 180 + * }, + * "display_priority": 180, + * "logo_path": "/59jxqvvHok2RxWZ4gsdNs33be5r.jpg", + * "provider_id": 2233, + * "provider_name": "BATTLEZONE Amazon Channel" + * }, + * { + * "display_priorities": { + * "TR": 65 + * }, + * "display_priority": 65, + * "logo_path": "/uWVpt3iJ2pLKtFZ69rAKP0EDVVx.jpg", + * "provider_id": 2235, + * "provider_name": "tabii" + * }, + * { + * "display_priorities": { + * "ES": 108 + * }, + * "display_priority": 108, + * "logo_path": "/lDvzuBuNVgpcdzDpPmmufKvrZPb.jpg", + * "provider_id": 2237, + * "provider_name": "3Cat" + * }, + * { + * "display_priorities": { + * "US": 46 + * }, + * "display_priority": 46, + * "logo_path": "/69eoIMVggmpyY7Aa8qeN4jsREfd.jpg", + * "provider_id": 2239, + * "provider_name": "FlixHouse" + * }, + * { + * "display_priorities": { + * "TR": 1 + * }, + * "display_priority": 1, + * "logo_path": "/lt6XdkI9JJuQjW7FH1Tud3M6x68.jpg", + * "provider_id": 2240, + * "provider_name": "Gain" + * }, + * { + * "display_priorities": { + * "ES": 4 + * }, + * "display_priority": 4, + * "logo_path": "/jse4MOi92Jgetym7nbXFZZBI6LK.jpg", + * "provider_id": 2241, + * "provider_name": "Movistar Plus+" + * }, + * { + * "display_priorities": { + * "AU": 89, + * "CA": 168, + * "GB": 161, + * "US": 277 + * }, + * "display_priority": 277, + * "logo_path": "/yFrZVSC4UnDpeIzX2svcRPgV5P5.jpg", + * "provider_id": 2243, + * "provider_name": "Apple TV Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 118, + * "DE": 220 + * }, + * "display_priority": 220, + * "logo_path": "/kZkxB1p2hAo5TDYBxiPB087VcDq.jpg", + * "provider_id": 2244, + * "provider_name": "ASIATIC Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 79, + * "DE": 181 + * }, + * "display_priority": 181, + * "logo_path": "/kdK7YNtuILiP8eczeXV9nv6w6rd.jpg", + * "provider_id": 2245, + * "provider_name": "Auto Motor und Sport Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 80, + * "CH": 54, + * "DE": 182 + * }, + * "display_priority": 182, + * "logo_path": "/fA2DzD3tCoGt3LLCfH2N4K9klQi.jpg", + * "provider_id": 2246, + * "provider_name": " AXN White Amazon Channel " + * }, + * { + * "display_priorities": { + * "AT": 83, + * "DE": 185 + * }, + * "display_priority": 185, + * "logo_path": "/hj3dCuFVj4iBRQsYHRVtVGZ8ezb.jpg", + * "provider_id": 2249, + * "provider_name": "Fix And Foxi Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 84, + * "CH": 55, + * "DE": 186 + * }, + * "display_priority": 186, + * "logo_path": "/kuDPlNYeBXdJdBS1VhbwWEKXf8t.jpg", + * "provider_id": 2250, + * "provider_name": "FlimmerkisteTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 86, + * "DE": 188 + * }, + * "display_priority": 188, + * "logo_path": "/cvh6xn93xim49GzNEwxx43CHRiS.jpg", + * "provider_id": 2252, + * "provider_name": "Franatic Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 87, + * "DE": 189 + * }, + * "display_priority": 189, + * "logo_path": "/xc1sNY9m26IWTDLVch4l5RITE5n.jpg", + * "provider_id": 2253, + * "provider_name": "GEO Television Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 88, + * "DE": 190 + * }, + * "display_priority": 190, + * "logo_path": "/15d0DEceQYOTdUhbTV4h90MCwzw.jpg", + * "provider_id": 2254, + * "provider_name": "GEO Wild Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 89, + * "DE": 191 + * }, + * "display_priority": 191, + * "logo_path": "/qPnVZlOKd5UnoE7cZzjM9Bnmry5.jpg", + * "provider_id": 2255, + * "provider_name": "Good Movies Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 90, + * "DE": 192 + * }, + * "display_priority": 192, + * "logo_path": "/4fvNDhHvuFLhd0kYDneFw11exxO.jpg", + * "provider_id": 2256, + * "provider_name": "Gute Laune TV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 91, + * "DE": 193 + * }, + * "display_priority": 193, + * "logo_path": "/j0EdO7R89IKdVkOE7jG4UnlJWJx.jpg", + * "provider_id": 2257, + * "provider_name": "Historama Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 92, + * "DE": 194 + * }, + * "display_priority": 194, + * "logo_path": "/4H9Cr9iKiKwJkjBqJn4TgHu3ufL.jpg", + * "provider_id": 2258, + * "provider_name": "Kabel Eins Classics Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 93, + * "CH": 56, + * "DE": 195 + * }, + * "display_priority": 195, + * "logo_path": "/6rUYLv7HEvx5DK1D6MQXy3MkLQc.jpg", + * "provider_id": 2259, + * "provider_name": "Kinderwelt Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 94, + * "CH": 57, + * "DE": 196 + * }, + * "display_priority": 196, + * "logo_path": "/2ixS9fp8UgxGifDn9aNxyeMyShc.jpg", + * "provider_id": 2260, + * "provider_name": "Kixi Select Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 95, + * "CH": 58, + * "DE": 197, + * "LI": 30, + * "LU": 12 + * }, + * "display_priority": 30, + * "logo_path": "/AeebTPbgU6JeJ2OkptaFjeCsmvQ.jpg", + * "provider_id": 2261, + * "provider_name": "Moconomy Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 97, + * "DE": 199 + * }, + * "display_priority": 199, + * "logo_path": "/ge0PnSsdq9tCFY7UVpPwVKddaER.jpg", + * "provider_id": 2263, + * "provider_name": "Netzkino Select Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 99, + * "DE": 201, + * "GB": 150, + * "GG": 13 + * }, + * "display_priority": 150, + * "logo_path": "/fNrfISilqgSKJPPrYFmVBwzQm0x.jpg", + * "provider_id": 2264, + * "provider_name": "Okidoki Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 100, + * "DE": 202 + * }, + * "display_priority": 202, + * "logo_path": "/uP1H33OCslvhtlFzYTicmHivq9O.jpg", + * "provider_id": 2265, + * "provider_name": "ProSieben Fun Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 101, + * "DE": 203 + * }, + * "display_priority": 203, + * "logo_path": "/nRNX3ijGNhKfX9av9wDZK9SUYsq.jpg", + * "provider_id": 2266, + * "provider_name": "Qello Concerts by Stingray Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 102, + * "CH": 61, + * "DE": 204 + * }, + * "display_priority": 204, + * "logo_path": "/kMfIUfVymOKnLwQGBAAUl6V8Q6H.jpg", + * "provider_id": 2267, + * "provider_name": "Queer Cinemab Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 103, + * "DE": 205 + * }, + * "display_priority": 205, + * "logo_path": "/mv5q5cRD3SwijtJQ13lktAo1Zow.jpg", + * "provider_id": 2268, + * "provider_name": "RTL Living Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 104, + * "DE": 206, + * "GB": 151, + * "GG": 14 + * }, + * "display_priority": 151, + * "logo_path": "/eOHPreGr7UvOGMEpVqXWZdcJAiT.jpg", + * "provider_id": 2269, + * "provider_name": "Sat.1 emotions Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 105, + * "DE": 207 + * }, + * "display_priority": 207, + * "logo_path": "/e4XxAzUddiLEGm4Okh8mSWxgh5U.jpg", + * "provider_id": 2270, + * "provider_name": "Sony Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 106, + * "DE": 208 + * }, + * "display_priority": 208, + * "logo_path": "/f3RXdwfzEfl5tf68T4Z1e78RT5Y.jpg", + * "provider_id": 2271, + * "provider_name": "Spiegel Geschichte Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 107, + * "DE": 209 + * }, + * "display_priority": 209, + * "logo_path": "/jZbW29NXgiM8jWH9GQ1yqGdeUTA.jpg", + * "provider_id": 2272, + * "provider_name": "Sportdigital Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 108, + * "DE": 210, + * "GB": 152, + * "GG": 15, + * "US": 279 + * }, + * "display_priority": 279, + * "logo_path": "/ycsoT2ziFng88zD2bIPLkHPICdj.jpg", + * "provider_id": 2273, + * "provider_name": "Stingray Classica Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 109, + * "DE": 211, + * "GB": 153, + * "GG": 16, + * "US": 280 + * }, + * "display_priority": 280, + * "logo_path": "/n9DgrL43vTO4BAOrPzvfeVnIhFS.jpg", + * "provider_id": 2274, + * "provider_name": "Stingray Djazz Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 110, + * "DE": 212, + * "ES": 109, + * "GB": 154, + * "GG": 17, + * "IT": 108, + * "NL": 92, + * "US": 281 + * }, + * "display_priority": 281, + * "logo_path": "/hhrxkhGheXYIxySqg4RcvO4tywc.jpg", + * "provider_id": 2275, + * "provider_name": "Stingray Karaoke Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 112, + * "DE": 214 + * }, + * "display_priority": 214, + * "logo_path": "/orskeNGDTbM3Ja0XdJL6GsBsJux.jpg", + * "provider_id": 2277, + * "provider_name": "Terra X Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 113, + * "DE": 215, + * "GB": 155, + * "GG": 18, + * "US": 282 + * }, + * "display_priority": 282, + * "logo_path": "/oJzhATqCZWDMaJTSymuYzHPYGz8.jpg", + * "provider_id": 2278, + * "provider_name": "TV1000 Russian Kino Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 114, + * "DE": 216 + * }, + * "display_priority": 216, + * "logo_path": "/3iD98wKWhYod5mon6doUoSuHaZP.jpg", + * "provider_id": 2279, + * "provider_name": "Waidwerk Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 116, + * "CH": 62, + * "DE": 218 + * }, + * "display_priority": 218, + * "logo_path": "/wjIZsNyJ3BtYURWZoBzMSUQYjvg.jpg", + * "provider_id": 2281, + * "provider_name": "Wild West Amzon Channel" + * }, + * { + * "display_priorities": { + * "TH": 30 + * }, + * "display_priority": 30, + * "logo_path": "/kwuUSaCoI9XN0ofHGVTkRm4BMYt.jpg", + * "provider_id": 2283, + * "provider_name": "Monomax" + * }, + * { + * "display_priorities": { + * "JP": 59 + * }, + * "display_priority": 59, + * "logo_path": "/cT8C7KjGlmaLrcsXkZhQpRhqpQs.jpg", + * "provider_id": 2284, + * "provider_name": "Max UNext Channel" + * }, + * { + * "display_priorities": { + * "AD": 28, + * "AE": 40, + * "AG": 14, + * "AL": 29, + * "AO": 6, + * "AR": 70, + * "AT": 119, + * "AU": 86, + * "AZ": 6, + * "BA": 30, + * "BB": 27, + * "BE": 69, + * "BF": 6, + * "BG": 23, + * "BH": 53, + * "BM": 29, + * "BO": 34, + * "BR": 111, + * "BS": 28, + * "BY": 8, + * "BZ": 12, + * "CA": 165, + * "CD": 3, + * "CH": 63, + * "CI": 28, + * "CL": 45, + * "CM": 6, + * "CO": 46, + * "CR": 34, + * "CU": 9, + * "CV": 14, + * "CY": 10, + * "CZ": 36, + * "DE": 54, + * "DK": 44, + * "DO": 34, + * "DZ": 30, + * "EC": 33, + * "EE": 28, + * "EG": 57, + * "ES": 110, + * "FI": 46, + * "FJ": 13, + * "FR": 119, + * "GB": 47, + * "GF": 30, + * "GG": 19, + * "GH": 17, + * "GI": 28, + * "GQ": 15, + * "GR": 25, + * "GT": 34, + * "GY": 6, + * "HK": 39, + * "HN": 34, + * "HR": 37, + * "HU": 30, + * "ID": 40, + * "IE": 47, + * "IL": 28, + * "IN": 100, + * "IQ": 53, + * "IS": 33, + * "IT": 109, + * "JM": 27, + * "JO": 55, + * "JP": 60, + * "KE": 16, + * "KR": 58, + * "KW": 54, + * "LB": 30, + * "LC": 14, + * "LI": 33, + * "LT": 29, + * "LU": 15, + * "LV": 28, + * "LY": 30, + * "MA": 29, + * "MC": 28, + * "MD": 28, + * "ME": 8, + * "MG": 6, + * "MK": 29, + * "ML": 7, + * "MT": 27, + * "MU": 16, + * "MW": 4, + * "MX": 104, + * "MY": 32, + * "MZ": 18, + * "NE": 28, + * "NG": 31, + * "NI": 16, + * "NL": 93, + * "NO": 45, + * "NZ": 39, + * "OM": 54, + * "PA": 34, + * "PE": 35, + * "PF": 12, + * "PG": 6, + * "PH": 33, + * "PK": 9, + * "PL": 45, + * "PS": 29, + * "PT": 64, + * "PY": 33, + * "QA": 53, + * "RO": 26, + * "RS": 31, + * "RU": 31, + * "SA": 52, + * "SC": 15, + * "SE": 49, + * "SG": 31, + * "SI": 31, + * "SK": 41, + * "SM": 29, + * "SN": 15, + * "SV": 34, + * "TC": 13, + * "TD": 8, + * "TH": 31, + * "TN": 30, + * "TR": 67, + * "TT": 15, + * "TW": 39, + * "TZ": 33, + * "UA": 9, + * "UG": 17, + * "US": 43, + * "UY": 33, + * "VA": 8, + * "VE": 31, + * "XK": 6, + * "YE": 29, + * "ZA": 31, + * "ZM": 15, + * "ZW": 7 + * }, + * "display_priority": 31, + * "logo_path": "/uCMLyl8jGIbInVyDeCeV6kpciFm.jpg", + * "provider_id": 2285, + * "provider_name": "JustWatchTV" + * }, + * { + * "display_priorities": { + * "FR": 121 + * }, + * "display_priority": 121, + * "logo_path": "/PAaj5bekwbeeoRC1evWg4KJW8p.jpg", + * "provider_id": 2286, + * "provider_name": "VIVA by videofutur" + * }, + * { + * "display_priorities": { + * "AT": 120, + * "DE": 221 + * }, + * "display_priority": 221, + * "logo_path": "/35u6ZIq0zht35nkeo5W1X9AmbIK.jpg", + * "provider_id": 2287, + * "provider_name": "Adrenalin Amazon channel" + * }, + * { + * "display_priorities": { + * "AT": 121, + * "DE": 222 + * }, + * "display_priority": 222, + * "logo_path": "/8fE593wjaked3UDNEb0Aw9WsSNW.jpg", + * "provider_id": 2288, + * "provider_name": "Allstars Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 128, + * "CH": 66, + * "DE": 228, + * "LI": 34, + * "LU": 16 + * }, + * "display_priority": 34, + * "logo_path": "/4zKrTkGhbh1KjFksg3gVPsZiPt2.jpg", + * "provider_id": 2289, + * "provider_name": "Fernsehen mit Herz Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 131, + * "DE": 231 + * }, + * "display_priority": 231, + * "logo_path": "/1egNE9hIti4LGeVJPGHbgXuXXO9.jpg", + * "provider_id": 2291, + * "provider_name": "Moviecult Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 133, + * "DE": 233 + * }, + * "display_priority": 233, + * "logo_path": "/3ImESY1OFx7UC7fBwakvjSEmra5.jpg", + * "provider_id": 2292, + * "provider_name": "Redlight Cinema Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 134, + * "DE": 234, + * "GB": 158, + * "GG": 22 + * }, + * "display_priority": 234, + * "logo_path": "/91mdl623RUIlQGr3ZlbB6uxKM9W.jpg", + * "provider_id": 2293, + * "provider_name": "Seven Entertainment Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 135, + * "DE": 235 + * }, + * "display_priority": 235, + * "logo_path": "/4xHQUeeZAptdMlzTRuZAFyE61DV.jpg", + * "provider_id": 2294, + * "provider_name": "Stingray All good vibes Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 136, + * "DE": 236 + * }, + * "display_priority": 236, + * "logo_path": "/Qq3ZiMvLl288BvhVoBv8lFot8I.jpg", + * "provider_id": 2295, + * "provider_name": "Thrillbox Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 137, + * "DE": 237 + * }, + * "display_priority": 237, + * "logo_path": "/sElGn8Ml7yYKuAsceZYQ0nKpqHa.jpg", + * "provider_id": 2296, + * "provider_name": "Viaplay Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 138, + * "DE": 238 + * }, + * "display_priority": 238, + * "logo_path": "/r3Ure9Slzgn6hcjMQKVIgf0ORBV.jpg", + * "provider_id": 2297, + * "provider_name": "ZDF Krimi Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 139, + * "DE": 239, + * "GB": 160, + * "GG": 23 + * }, + * "display_priority": 239, + * "logo_path": "/8w42AXYRf7BiaRMsFTUCsTSuz63.jpg", + * "provider_id": 2298, + * "provider_name": "ZDFtivi Amazon channel" + * }, + * { + * "display_priorities": { + * "AT": 123, + * "DE": 224 + * }, + * "display_priority": 224, + * "logo_path": "/txD7jP7uZCsfoYkkCrJ20RgW2R0.jpg", + * "provider_id": 2299, + * "provider_name": "Bergblick Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 156 + * }, + * "display_priority": 156, + * "logo_path": "/1LuvKw01c2KQCt6DqgAgR06H2pT.jpg", + * "provider_id": 2300, + * "provider_name": "ITVX Premium" + * }, + * { + * "display_priorities": { + * "AR": 71 + * }, + * "display_priority": 71, + * "logo_path": "/yGXdJGI6K2fPhpUoCt22yjLkgRj.jpg", + * "provider_id": 2302, + * "provider_name": "Mercado Play" + * }, + * { + * "display_priorities": { + * "AU": 87, + * "BR": 114, + * "CA": 166, + * "FR": 123, + * "GB": 162, + * "IE": 48, + * "MX": 106 + * }, + * "display_priority": 106, + * "logo_path": "/h5DcR0J2EESLitnhR8xLG1QymTE.jpg", + * "provider_id": 2303, + * "provider_name": "Paramount Plus Premium" + * }, + * { + * "display_priorities": { + * "AU": 88, + * "CA": 167, + * "GB": 163, + * "IE": 49 + * }, + * "display_priority": 49, + * "logo_path": "/h5DcR0J2EESLitnhR8xLG1QymTE.jpg", + * "provider_id": 2304, + * "provider_name": "Paramount Plus Basic with Ads" + * }, + * { + * "display_priorities": { + * "FR": 124 + * }, + * "display_priority": 124, + * "logo_path": "/rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg", + * "provider_id": 2307, + * "provider_name": "Premiere Max" + * }, + * { + * "display_priorities": { + * "US": 146 + * }, + * "display_priority": 146, + * "logo_path": "/8G7qvHF7hdmXpfxxqtF1WT9ib68.jpg", + * "provider_id": 2308, + * "provider_name": "Darkroom" + * } + * ] */ + results?: { + display_priorities?: { + /** @example 0 */ + AD?: number; + /** @example 1 */ + AE?: number; + /** @example 0 */ + AG?: number; + /** @example 0 */ + AL?: number; + /** @example 0 */ + AO?: number; + /** @example 3 */ + AR?: number; + /** @example 4 */ + AT?: number; + /** @example 10 */ + AU?: number; + /** @example 1 */ + AZ?: number; + /** @example 0 */ + BA?: number; + /** @example 0 */ + BB?: number; + /** @example 6 */ + BE?: number; + /** @example 0 */ + BF?: number; + /** @example 2 */ + BG?: number; + /** @example 0 */ + BH?: number; + /** @example 0 */ + BM?: number; + /** @example 4 */ + BO?: number; + /** @example 8 */ + BR?: number; + /** @example 0 */ + BS?: number; + /** @example 0 */ + BY?: number; + /** @example 0 */ + BZ?: number; + /** @example 6 */ + CA?: number; + /** @example 1 */ + CD?: number; + /** @example 4 */ + CH?: number; + /** @example 0 */ + CI?: number; + /** @example 3 */ + CL?: number; + /** @example 4 */ + CM?: number; + /** @example 4 */ + CO?: number; + /** @example 5 */ + CR?: number; + /** @example 0 */ + CU?: number; + /** @example 11 */ + CV?: number; + /** @example 0 */ + CY?: number; + /** @example 4 */ + CZ?: number; + /** @example 4 */ + DE?: number; + /** @example 5 */ + DK?: number; + /** @example 0 */ + DO?: number; + /** @example 0 */ + DZ?: number; + /** @example 6 */ + EC?: number; + /** @example 2 */ + EE?: number; + /** @example 2 */ + EG?: number; + /** @example 5 */ + ES?: number; + /** @example 8 */ + FI?: number; + /** @example 0 */ + FJ?: number; + /** @example 4 */ + FR?: number; + /** @example 4 */ + GB?: number; + /** @example 0 */ + GF?: number; + /** @example 0 */ + GG?: number; + /** @example 14 */ + GH?: number; + /** @example 0 */ + GI?: number; + /** @example 0 */ + GQ?: number; + /** @example 2 */ + GR?: number; + /** @example 6 */ + GT?: number; + /** @example 1 */ + GY?: number; + /** @example 4 */ + HK?: number; + /** @example 5 */ + HN?: number; + /** @example 3 */ + HR?: number; + /** @example 3 */ + HU?: number; + /** @example 4 */ + ID?: number; + /** @example 4 */ + IE?: number; + /** @example 24 */ + IL?: number; + /** @example 3 */ + IN?: number; + /** @example 0 */ + IQ?: number; + /** @example 4 */ + IS?: number; + /** @example 4 */ + IT?: number; + /** @example 0 */ + JM?: number; + /** @example 0 */ + JO?: number; + /** @example 6 */ + JP?: number; + /** @example 0 */ + KE?: number; + /** @example 6 */ + KR?: number; + /** @example 0 */ + KW?: number; + /** @example 0 */ + LB?: number; + /** @example 0 */ + LC?: number; + /** @example 0 */ + LI?: number; + /** @example 2 */ + LT?: number; + /** @example 0 */ + LU?: number; + /** @example 2 */ + LV?: number; + /** @example 0 */ + LY?: number; + /** @example 0 */ + MA?: number; + /** @example 0 */ + MC?: number; + /** @example 0 */ + MD?: number; + /** @example 4 */ + ME?: number; + /** @example 4 */ + MG?: number; + /** @example 0 */ + MK?: number; + /** @example 1 */ + ML?: number; + /** @example 0 */ + MT?: number; + /** @example 13 */ + MU?: number; + /** @example 1 */ + MW?: number; + /** @example 2 */ + MX?: number; + /** @example 4 */ + MY?: number; + /** @example 14 */ + MZ?: number; + /** @example 0 */ + NE?: number; + /** @example 0 */ + NG?: number; + /** @example 0 */ + NI?: number; + /** @example 9 */ + NL?: number; + /** @example 5 */ + NO?: number; + /** @example 4 */ + NZ?: number; + /** @example 0 */ + OM?: number; + /** @example 0 */ + PA?: number; + /** @example 3 */ + PE?: number; + /** @example 0 */ + PF?: number; + /** @example 0 */ + PG?: number; + /** @example 4 */ + PH?: number; + /** @example 0 */ + PK?: number; + /** @example 2 */ + PL?: number; + /** @example 0 */ + PS?: number; + /** @example 4 */ + PT?: number; + /** @example 5 */ + PY?: number; + /** @example 0 */ + QA?: number; + /** @example 1 */ + RO?: number; + /** @example 0 */ + RS?: number; + /** @example 2 */ + RU?: number; + /** @example 1 */ + SA?: number; + /** @example 0 */ + SC?: number; + /** @example 4 */ + SE?: number; + /** @example 5 */ + SG?: number; + /** @example 25 */ + SI?: number; + /** @example 4 */ + SK?: number; + /** @example 0 */ + SM?: number; + /** @example 0 */ + SN?: number; + /** @example 0 */ + SV?: number; + /** @example 0 */ + TC?: number; + /** @example 5 */ + TD?: number; + /** @example 4 */ + TH?: number; + /** @example 0 */ + TN?: number; + /** @example 8 */ + TR?: number; + /** @example 0 */ + TT?: number; + /** @example 6 */ + TW?: number; + /** @example 18 */ + TZ?: number; + /** @example 2 */ + UA?: number; + /** @example 14 */ + UG?: number; + /** @example 6 */ + US?: number; + /** @example 0 */ + UY?: number; + /** @example 3 */ + VA?: number; + /** @example 4 */ + VE?: number; + /** @example 4 */ + XK?: number; + /** @example 0 */ + YE?: number; + /** @example 2 */ + ZA?: number; + /** @example 0 */ + ZM?: number; + /** @example 1 */ + ZW?: number; + }; + /** @example 2 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + }; + }; + }; + }; + }; + tvProviders: { + parameters: { + query?: { + /** @description Specifies the language in which the response should be returned. */ + language?: components["parameters"]["language"]; + /** @description Specifies a region code for filtering results based on available watch providers or monetization types. */ + watch_region?: components["parameters"]["watch_region"]; + }; + header?: never; + path?: never; + cookie?: never; + }; + requestBody?: never; + responses: { + /** @description tv providers */ + 200: { + headers: { + "Alt-Svc"?: string; + "Cache-Control"?: string; + Connection?: string; + "Content-Encoding"?: string; + Date?: string; + ETag?: string; + Server?: string; + "Transfer-Encoding"?: string; + Vary?: string; + Via?: string; + "X-Amz-Cf-Id"?: string; + "X-Amz-Cf-Pop"?: string; + "X-Cache"?: string; + "x-memc"?: string; + "x-memc-age"?: string; + "x-memc-expires"?: string; + "x-memc-key"?: string; + [name: string]: unknown; + }; + content: { + "application/json": { + /** @example [ + * { + * "display_priorities": { + * "AE": 1, + * "AR": 3, + * "AT": 4, + * "AU": 10, + * "BE": 6, + * "BG": 2, + * "BO": 4, + * "BR": 8, + * "BY": 0, + * "BZ": 0, + * "CA": 6, + * "CH": 4, + * "CL": 3, + * "CO": 4, + * "CR": 5, + * "CV": 11, + * "CY": 0, + * "CZ": 4, + * "DE": 4, + * "DK": 5, + * "EC": 6, + * "EE": 2, + * "EG": 2, + * "ES": 5, + * "FI": 8, + * "FR": 4, + * "GB": 4, + * "GH": 14, + * "GR": 2, + * "GT": 6, + * "HK": 4, + * "HN": 5, + * "HU": 3, + * "ID": 4, + * "IE": 4, + * "IL": 24, + * "IN": 3, + * "IT": 4, + * "JP": 6, + * "LT": 2, + * "LU": 0, + * "LV": 2, + * "MU": 13, + * "MX": 2, + * "MY": 4, + * "MZ": 14, + * "NI": 0, + * "NL": 9, + * "NO": 5, + * "NZ": 4, + * "PE": 3, + * "PH": 4, + * "PL": 2, + * "PT": 4, + * "PY": 5, + * "RU": 2, + * "SA": 1, + * "SE": 4, + * "SG": 5, + * "SI": 25, + * "SK": 4, + * "TH": 4, + * "TR": 8, + * "TW": 6, + * "UA": 2, + * "UG": 14, + * "US": 6, + * "VE": 4, + * "ZA": 2 + * }, + * "display_priority": 2, + * "logo_path": "/9ghgSC0MA082EL6HLCW3GalykFD.jpg", + * "provider_id": 2, + * "provider_name": "Apple TV" + * }, + * { + * "display_priorities": { + * "AE": 3, + * "AO": 0, + * "AR": 4, + * "AT": 7, + * "AU": 13, + * "AZ": 1, + * "BE": 7, + * "BF": 0, + * "BO": 20, + * "BR": 14, + * "BY": 1, + * "BZ": 1, + * "CA": 8, + * "CH": 5, + * "CL": 4, + * "CO": 3, + * "CR": 21, + * "CY": 1, + * "CZ": 5, + * "DE": 12, + * "DK": 6, + * "EC": 9, + * "EE": 3, + * "EG": 4, + * "ES": 15, + * "FI": 9, + * "FR": 7, + * "GB": 15, + * "GR": 3, + * "GT": 21, + * "HK": 11, + * "HN": 20, + * "HR": 3, + * "HU": 4, + * "ID": 6, + * "IE": 7, + * "IN": 9, + * "IS": 4, + * "IT": 7, + * "JP": 8, + * "KR": 6, + * "LT": 3, + * "LU": 1, + * "LV": 3, + * "ML": 1, + * "MX": 14, + * "MY": 5, + * "NI": 1, + * "NL": 13, + * "NO": 8, + * "NZ": 6, + * "PE": 4, + * "PG": 0, + * "PH": 5, + * "PL": 4, + * "PT": 5, + * "PY": 20, + * "RU": 4, + * "SA": 3, + * "SE": 9, + * "SG": 6, + * "SK": 6, + * "TH": 5, + * "TR": 7, + * "TW": 3, + * "TZ": 18, + * "UA": 3, + * "US": 16, + * "VE": 3, + * "ZA": 3, + * "ZW": 1 + * }, + * "display_priority": 1, + * "logo_path": "/8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg", + * "provider_id": 3, + * "provider_name": "Google Play Movies" + * }, + * { + * "display_priorities": { + * "US": 37 + * }, + * "display_priority": 37, + * "logo_path": "/19fkcOz0xeUgCVW8tO85uOYnYK9.jpg", + * "provider_id": 7, + * "provider_name": "Fandango At Home" + * }, + * { + * "display_priorities": { + * "AD": 0, + * "AE": 0, + * "AG": 0, + * "AL": 0, + * "AO": 4, + * "AR": 1, + * "AT": 0, + * "AU": 1, + * "AZ": 2, + * "BA": 0, + * "BB": 0, + * "BE": 1, + * "BG": 0, + * "BH": 0, + * "BM": 0, + * "BO": 0, + * "BR": 1, + * "BS": 0, + * "BY": 5, + * "BZ": 7, + * "CA": 0, + * "CH": 0, + * "CI": 0, + * "CL": 1, + * "CM": 4, + * "CO": 2, + * "CR": 0, + * "CU": 0, + * "CV": 0, + * "CY": 7, + * "CZ": 1, + * "DE": 0, + * "DK": 1, + * "DO": 0, + * "DZ": 0, + * "EC": 0, + * "EE": 0, + * "EG": 0, + * "ES": 0, + * "FI": 1, + * "FJ": 0, + * "FR": 0, + * "GB": 0, + * "GF": 0, + * "GG": 0, + * "GH": 0, + * "GI": 0, + * "GQ": 0, + * "GR": 0, + * "GT": 0, + * "HK": 1, + * "HN": 0, + * "HR": 0, + * "HU": 1, + * "ID": 0, + * "IE": 0, + * "IL": 0, + * "IN": 0, + * "IQ": 0, + * "IS": 0, + * "IT": 0, + * "JM": 0, + * "JO": 0, + * "JP": 0, + * "KE": 0, + * "KR": 0, + * "KW": 0, + * "LB": 0, + * "LC": 0, + * "LI": 0, + * "LT": 0, + * "LU": 8, + * "LV": 0, + * "LY": 0, + * "MA": 0, + * "MC": 0, + * "MD": 0, + * "ME": 4, + * "MG": 4, + * "MK": 0, + * "ML": 5, + * "MT": 0, + * "MU": 0, + * "MX": 8, + * "MY": 1, + * "MZ": 0, + * "NE": 0, + * "NG": 0, + * "NI": 11, + * "NL": 0, + * "NO": 1, + * "NZ": 1, + * "OM": 0, + * "PA": 0, + * "PE": 2, + * "PF": 0, + * "PH": 0, + * "PK": 0, + * "PL": 1, + * "PS": 0, + * "PT": 1, + * "PY": 0, + * "QA": 0, + * "RO": 1, + * "RS": 0, + * "SA": 0, + * "SC": 0, + * "SE": 1, + * "SG": 0, + * "SI": 0, + * "SK": 1, + * "SM": 0, + * "SN": 0, + * "SV": 0, + * "TC": 0, + * "TD": 5, + * "TH": 1, + * "TN": 0, + * "TR": 3, + * "TT": 0, + * "TW": 0, + * "TZ": 0, + * "UA": 0, + * "UG": 0, + * "US": 0, + * "UY": 0, + * "VE": 0, + * "YE": 0, + * "ZA": 0, + * "ZM": 0, + * "ZW": 5 + * }, + * "display_priority": 5, + * "logo_path": "/pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg", + * "provider_id": 8, + * "provider_name": "Netflix" + * }, + * { + * "display_priorities": { + * "AT": 1, + * "DE": 1, + * "GB": 2, + * "JP": 4, + * "US": 2 + * }, + * "display_priority": 2, + * "logo_path": "/pvske1MyAoymrs5bguRfVqYiM9a.jpg", + * "provider_id": 9, + * "provider_name": "Amazon Prime Video" + * }, + * { + * "display_priorities": { + * "AT": 3, + * "AU": 12, + * "BE": 49, + * "BR": 13, + * "CA": 59, + * "DE": 9, + * "ES": 36, + * "FR": 40, + * "GB": 7, + * "IE": 45, + * "IN": 43, + * "IT": 38, + * "JP": 5, + * "MX": 7, + * "NL": 37, + * "PL": 30, + * "SE": 43, + * "US": 5 + * }, + * "display_priority": 5, + * "logo_path": "/seGSXajazLMCKGB5hnRCidtjay1.jpg", + * "provider_id": 10, + * "provider_name": "Amazon Video" + * }, + * { + * "display_priorities": { + * "AD": 5, + * "AE": 4, + * "AG": 4, + * "AL": 5, + * "AO": 2, + * "AR": 10, + * "AT": 17, + * "AU": 23, + * "BA": 5, + * "BB": 4, + * "BE": 11, + * "BF": 2, + * "BG": 4, + * "BH": 4, + * "BM": 4, + * "BO": 22, + * "BR": 12, + * "BS": 4, + * "BY": 3, + * "BZ": 5, + * "CA": 38, + * "CD": 1, + * "CH": 16, + * "CI": 5, + * "CL": 10, + * "CM": 2, + * "CO": 10, + * "CR": 23, + * "CU": 4, + * "CV": 4, + * "CY": 5, + * "CZ": 6, + * "DE": 27, + * "DK": 9, + * "DO": 4, + * "DZ": 4, + * "EC": 10, + * "EE": 4, + * "EG": 6, + * "ES": 19, + * "FI": 11, + * "FJ": 4, + * "FR": 21, + * "GB": 14, + * "GF": 4, + * "GG": 4, + * "GH": 4, + * "GI": 4, + * "GQ": 4, + * "GR": 4, + * "GT": 23, + * "GY": 1, + * "HK": 18, + * "HN": 22, + * "HR": 5, + * "HU": 5, + * "ID": 9, + * "IE": 14, + * "IL": 5, + * "IN": 10, + * "IQ": 5, + * "IS": 6, + * "IT": 14, + * "JM": 4, + * "JO": 4, + * "JP": 9, + * "KE": 4, + * "KR": 7, + * "KW": 4, + * "LB": 5, + * "LC": 4, + * "LI": 4, + * "LT": 4, + * "LU": 6, + * "LV": 4, + * "LY": 4, + * "MA": 4, + * "MC": 4, + * "MD": 4, + * "ME": 2, + * "MG": 2, + * "MK": 5, + * "ML": 3, + * "MT": 5, + * "MU": 3, + * "MW": 1, + * "MX": 15, + * "MY": 7, + * "MZ": 4, + * "NE": 5, + * "NG": 5, + * "NI": 6, + * "NL": 17, + * "NO": 10, + * "NZ": 10, + * "OM": 4, + * "PA": 4, + * "PE": 10, + * "PF": 4, + * "PG": 2, + * "PH": 8, + * "PK": 4, + * "PL": 6, + * "PS": 5, + * "PT": 10, + * "PY": 22, + * "QA": 4, + * "RO": 3, + * "RS": 5, + * "RU": 5, + * "SA": 5, + * "SC": 4, + * "SE": 10, + * "SG": 8, + * "SI": 5, + * "SK": 8, + * "SM": 4, + * "SN": 4, + * "SV": 4, + * "TC": 4, + * "TD": 3, + * "TH": 7, + * "TN": 4, + * "TR": 9, + * "TT": 4, + * "TW": 17, + * "TZ": 4, + * "UA": 5, + * "UG": 4, + * "US": 66, + * "UY": 6, + * "VA": 3, + * "VE": 7, + * "YE": 4, + * "ZA": 6, + * "ZM": 4, + * "ZW": 3 + * }, + * "display_priority": 66, + * "logo_path": "/fj9Y8iIMFUC6952HwxbGixTQPb7.jpg", + * "provider_id": 11, + * "provider_name": "MUBI" + * }, + * { + * "display_priorities": { + * "US": 49 + * }, + * "display_priority": 49, + * "logo_path": "/iCHCSuraj6zUKmMYgQhsm8jmoqi.jpg", + * "provider_id": 12, + * "provider_name": "Crackle" + * }, + * { + * "display_priorities": { + * "JP": 1, + * "US": 7 + * }, + * "display_priority": 7, + * "logo_path": "/bxBlRPEPpMVDc4jMhSrTf2339DW.jpg", + * "provider_id": 15, + * "provider_name": "Hulu" + * }, + * { + * "display_priorities": { + * "BR": 16 + * }, + * "display_priority": 16, + * "logo_path": "/jlyafDbXLyNXNNFZbIgB9VrlScW.jpg", + * "provider_id": 19, + * "provider_name": "NetMovies" + * }, + * { + * "display_priorities": { + * "AT": 14, + * "DE": 18 + * }, + * "display_priority": 18, + * "logo_path": "/cBN4jd4wPq6on0kESiTlevqvlnL.jpg", + * "provider_id": 20, + * "provider_name": "maxdome Store" + * }, + * { + * "display_priorities": { + * "AU": 9 + * }, + * "display_priority": 9, + * "logo_path": "/sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg", + * "provider_id": 21, + * "provider_name": "Stan" + * }, + * { + * "display_priorities": { + * "AT": 8, + * "DE": 8, + * "GB": 11, + * "IE": 8, + * "IT": 8 + * }, + * "display_priority": 8, + * "logo_path": "/1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg", + * "provider_id": 29, + * "provider_name": "Sky Go" + * }, + * { + * "display_priorities": { + * "DE": 5 + * }, + * "display_priority": 5, + * "logo_path": "/9r5zFWuYnwjzO1JrNjSbLQwUc3P.jpg", + * "provider_id": 30, + * "provider_name": "WOW" + * }, + * { + * "display_priorities": { + * "US": 55 + * }, + * "display_priority": 55, + * "logo_path": "/ctiRpS16dlaTXQBSsiFncMrgWmh.jpg", + * "provider_id": 34, + * "provider_name": "MGM Plus" + * }, + * { + * "display_priorities": { + * "AL": 8, + * "AT": 9, + * "BA": 8, + * "BE": 10, + * "CH": 9, + * "CY": 2, + * "CZ": 33, + * "DE": 17, + * "DK": 14, + * "ES": 6, + * "FI": 14, + * "FR": 20, + * "GB": 5, + * "GR": 24, + * "HU": 27, + * "IE": 11, + * "IT": 3, + * "LU": 2, + * "ME": 0, + * "MK": 8, + * "MT": 8, + * "NL": 15, + * "NO": 14, + * "PL": 37, + * "PT": 8, + * "RO": 23, + * "RS": 8, + * "SE": 15, + * "SI": 8, + * "SK": 39, + * "UA": 4 + * }, + * "display_priority": 4, + * "logo_path": "/bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg", + * "provider_id": 35, + * "provider_name": "Rakuten TV" + * }, + * { + * "display_priorities": { + * "GB": 13 + * }, + * "display_priority": 13, + * "logo_path": "/nc8Tpsr8SqCbsTUogPDD06gGzB3.jpg", + * "provider_id": 38, + * "provider_name": "BBC iPlayer" + * }, + * { + * "display_priorities": { + * "GB": 45, + * "IE": 10, + * "IT": 12 + * }, + * "display_priority": 12, + * "logo_path": "/g0E9h3JAeIwmdvxlT73jiEuxdNj.jpg", + * "provider_id": 39, + * "provider_name": "Now TV" + * }, + * { + * "display_priorities": { + * "GB": 21 + * }, + * "display_priority": 21, + * "logo_path": "/1LuvKw01c2KQCt6DqgAgR06H2pT.jpg", + * "provider_id": 41, + * "provider_name": "ITVX" + * }, + * { + * "display_priorities": { + * "US": 39 + * }, + * "display_priority": 39, + * "logo_path": "/yIKwylTLP1u8gl84Is7FItpYLGL.jpg", + * "provider_id": 43, + * "provider_name": "Starz" + * }, + * { + * "display_priorities": { + * "BR": 4 + * }, + * "display_priority": 4, + * "logo_path": "/9HhIlyFlilVtx0sMTcPbhs5qR31.jpg", + * "provider_id": 47, + * "provider_name": "Looke" + * }, + * { + * "display_priorities": { + * "CI": 21, + * "CM": 0, + * "DZ": 22, + * "GH": 8, + * "GQ": 8, + * "KE": 8, + * "LY": 22, + * "MG": 0, + * "ML": 0, + * "MU": 6, + * "MZ": 8, + * "NE": 21, + * "NG": 23, + * "SC": 7, + * "SN": 8, + * "TD": 0, + * "TZ": 7, + * "UG": 8, + * "ZA": 4, + * "ZM": 8, + * "ZW": 0 + * }, + * "display_priority": 8, + * "logo_path": "/guv81FtHO7GmnFwwmJA7QmfkSnZ.jpg", + * "provider_id": 55, + * "provider_name": "ShowMax" + * }, + * { + * "display_priorities": { + * "FR": 114 + * }, + * "display_priority": 114, + * "logo_path": "/cAUTwxqoI7zc9XtYr1SMtWZEsXg.jpg", + * "provider_id": 58, + * "provider_name": "Canal VOD" + * }, + * { + * "display_priorities": { + * "FR": 19 + * }, + * "display_priority": 19, + * "logo_path": "/s7mg9n4UHrcdJQL78JmaU6oAdHt.jpg", + * "provider_id": 59, + * "provider_name": "Bbox VOD" + * }, + * { + * "display_priorities": { + * "FR": 11 + * }, + * "display_priority": 11, + * "logo_path": "/9Fyo6njYvroAIxAzTBbLgnjgYga.jpg", + * "provider_id": 61, + * "provider_name": "Orange VOD" + * }, + * { + * "display_priorities": { + * "ES": 14 + * }, + * "display_priority": 14, + * "logo_path": "/oN6g8QorcoYo3mx4BulU22ghKq4.jpg", + * "provider_id": 62, + * "provider_name": "Atres Player" + * }, + * { + * "display_priorities": { + * "ES": 10, + * "PT": 27 + * }, + * "display_priority": 27, + * "logo_path": "/kO2SWXvDCHAquaUuTJBuZkTBAuU.jpg", + * "provider_id": 63, + * "provider_name": "Filmin" + * }, + * { + * "display_priorities": { + * "MX": 12 + * }, + * "display_priority": 12, + * "logo_path": "/ivrHpNeP8kIMlYNQ7IzKIigVwc1.jpg", + * "provider_id": 66, + * "provider_name": "Filmin Latino" + * }, + * { + * "display_priorities": { + * "AT": 12, + * "AU": 17, + * "BR": 15, + * "CA": 23, + * "CH": 6, + * "DE": 32, + * "DK": 8, + * "ES": 18, + * "FI": 10, + * "FR": 14, + * "GB": 18, + * "IE": 13, + * "IT": 23, + * "JP": 7, + * "MX": 13, + * "NL": 14, + * "NO": 9, + * "NZ": 9, + * "SE": 8, + * "US": 47 + * }, + * "display_priority": 47, + * "logo_path": "/5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg", + * "provider_id": 68, + * "provider_name": "Microsoft Store" + * }, + * { + * "display_priorities": { + * "NL": 6 + * }, + * "display_priority": 6, + * "logo_path": "/qN7uDYanT47WI0MmbwOr5HFFot.jpg", + * "provider_id": 72, + * "provider_name": "Videoland" + * }, + * { + * "display_priorities": { + * "AU": 25, + * "CA": 21, + * "GB": 164, + * "IN": 15, + * "MX": 16, + * "US": 44 + * }, + * "display_priority": 44, + * "logo_path": "/zLYr7OPvpskMA4S79E3vlCi71iC.jpg", + * "provider_id": 73, + * "provider_name": "Tubi TV" + * }, + * { + * "display_priorities": { + * "AT": 75, + * "DK": 4, + * "FI": 4, + * "GB": 97, + * "IS": 25, + * "NL": 4, + * "NO": 4, + * "PL": 23, + * "SE": 6 + * }, + * "display_priority": 6, + * "logo_path": "/bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg", + * "provider_id": 76, + * "provider_name": "Viaplay" + * }, + * { + * "display_priorities": { + * "US": 54 + * }, + * "display_priority": 54, + * "logo_path": "/6hFf3sIdmXSAczy3i6tLSmy6gwK.jpg", + * "provider_id": 79, + * "provider_name": "NBC" + * }, + * { + * "display_priorities": { + * "US": 50 + * }, + * "display_priority": 50, + * "logo_path": "/92Kx25Od0habmgRBTqT6XWgwgKt.jpg", + * "provider_id": 80, + * "provider_name": "AMC" + * }, + * { + * "display_priorities": { + * "AU": 22 + * }, + * "display_priority": 22, + * "logo_path": "/68wIIGfS8iE1Vk06mAftEnBiFjJ.jpg", + * "provider_id": 82, + * "provider_name": "tenplay" + * }, + * { + * "display_priorities": { + * "US": 35 + * }, + * "display_priority": 35, + * "logo_path": "/spcwROYevucLluqZZ8Fv75UuTBt.jpg", + * "provider_id": 83, + * "provider_name": "The CW" + * }, + * { + * "display_priorities": { + * "JP": 3 + * }, + * "display_priority": 3, + * "logo_path": "/a5T7vNaGvoeckYO6rQkHolvyYf4.jpg", + * "provider_id": 84, + * "provider_name": "U-NEXT" + * }, + * { + * "display_priorities": { + * "AR": 61, + * "AU": 27, + * "CA": 34, + * "CO": 35, + * "DK": 14, + * "GB": 54, + * "NL": 19, + * "NO": 14, + * "NZ": 14, + * "SE": 15, + * "US": 61 + * }, + * "display_priority": 61, + * "logo_path": "/doCc555FPPgGtuaZJxf9QZVpIp5.jpg", + * "provider_id": 87, + * "provider_name": "Acorn TV" + * }, + * { + * "display_priorities": { + * "KR": 4 + * }, + * "display_priority": 4, + * "logo_path": "/5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg", + * "provider_id": 97, + * "provider_name": "Watcha" + * }, + * { + * "display_priorities": { + * "AU": 33, + * "CA": 36, + * "GB": 23, + * "IE": 12, + * "NZ": 18, + * "US": 60 + * }, + * "display_priority": 60, + * "logo_path": "/vEtdiYRPRbDCp1Tcn3BEPF1Ni76.jpg", + * "provider_id": 99, + * "provider_name": "Shudder" + * }, + * { + * "display_priorities": { + * "GB": 10, + * "IE": 17 + * }, + * "display_priority": 17, + * "logo_path": "/uMWCgjsGnO5IoQtqxXOjnQA5gt9.jpg", + * "provider_id": 103, + * "provider_name": "Channel 4" + * }, + * { + * "display_priorities": { + * "IT": 15 + * }, + * "display_priority": 15, + * "logo_path": "/6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg", + * "provider_id": 109, + * "provider_name": "Timvision" + * }, + * { + * "display_priorities": { + * "IT": 16 + * }, + * "display_priority": 16, + * "logo_path": "/tDlGQeD2LaDaHO62itqblktNwmM.jpg", + * "provider_id": 110, + * "provider_name": "Infinity+" + * }, + * { + * "display_priorities": { + * "HK": 3, + * "HR": 2, + * "IS": 3, + * "SK": 3, + * "TW": 5 + * }, + * "display_priority": 5, + * "logo_path": "/4smEkH3vlf5V3vo2vwrOQ6Chb35.jpg", + * "provider_id": 113, + * "provider_name": "Ivi" + * }, + * { + * "display_priorities": { + * "RU": 0 + * }, + * "display_priority": 0, + * "logo_path": "/5z8dpQN27kybhn21EVLZcJPpMEo.jpg", + * "provider_id": 115, + * "provider_name": "Okko" + * }, + * { + * "display_priorities": { + * "RU": 1 + * }, + * "display_priority": 1, + * "logo_path": "/dNaqCdDy4wsIzjZoYwvLRiOK4Tx.jpg", + * "provider_id": 116, + * "provider_name": "Amediateka" + * }, + * { + * "display_priorities": { + * "RU": 22 + * }, + * "display_priority": 22, + * "logo_path": "/51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg", + * "provider_id": 117, + * "provider_name": "Kinopoisk" + * }, + * { + * "display_priorities": { + * "AD": 1, + * "AE": 9, + * "AG": 1, + * "AL": 1, + * "AO": 1, + * "AR": 2, + * "AU": 2, + * "BA": 1, + * "BB": 1, + * "BE": 2, + * "BF": 1, + * "BG": 1, + * "BH": 1, + * "BM": 1, + * "BO": 1, + * "BR": 2, + * "BS": 1, + * "BY": 2, + * "BZ": 3, + * "CA": 3, + * "CD": 0, + * "CH": 1, + * "CI": 1, + * "CL": 2, + * "CM": 1, + * "CO": 1, + * "CR": 1, + * "CU": 1, + * "CV": 1, + * "CY": 3, + * "CZ": 2, + * "DK": 2, + * "DO": 1, + * "DZ": 1, + * "EC": 1, + * "EE": 1, + * "EG": 1, + * "ES": 3, + * "FI": 2, + * "FJ": 1, + * "FR": 2, + * "GF": 1, + * "GG": 1, + * "GH": 1, + * "GI": 1, + * "GQ": 1, + * "GR": 1, + * "GT": 2, + * "GY": 0, + * "HK": 5, + * "HN": 1, + * "HR": 1, + * "HU": 2, + * "ID": 7, + * "IE": 1, + * "IL": 1, + * "IN": 1, + * "IQ": 1, + * "IS": 2, + * "IT": 2, + * "JM": 1, + * "JO": 1, + * "KE": 1, + * "KR": 1, + * "KW": 1, + * "LB": 1, + * "LC": 1, + * "LI": 1, + * "LT": 1, + * "LV": 1, + * "LY": 1, + * "MA": 1, + * "MC": 1, + * "MD": 1, + * "MG": 1, + * "MK": 1, + * "ML": 2, + * "MT": 1, + * "MW": 0, + * "MX": 1, + * "MY": 9, + * "MZ": 1, + * "NE": 1, + * "NG": 1, + * "NI": 4, + * "NL": 1, + * "NO": 2, + * "NZ": 2, + * "OM": 1, + * "PA": 1, + * "PE": 1, + * "PF": 1, + * "PG": 1, + * "PH": 1, + * "PK": 1, + * "PL": 5, + * "PS": 1, + * "PT": 2, + * "PY": 1, + * "QA": 1, + * "RO": 2, + * "RS": 1, + * "SA": 23, + * "SC": 1, + * "SE": 2, + * "SG": 1, + * "SI": 1, + * "SK": 2, + * "SM": 1, + * "SN": 1, + * "SV": 1, + * "TC": 1, + * "TD": 2, + * "TH": 3, + * "TN": 1, + * "TR": 6, + * "TT": 1, + * "TW": 1, + * "TZ": 1, + * "UG": 1, + * "UY": 1, + * "VA": 0, + * "VE": 2, + * "YE": 1, + * "ZA": 1, + * "ZM": 1, + * "ZW": 2 + * }, + * "display_priority": 2, + * "logo_path": "/pvske1MyAoymrs5bguRfVqYiM9a.jpg", + * "provider_id": 119, + * "provider_name": "Amazon Prime Video" + * }, + * { + * "display_priorities": { + * "GB": 42, + * "ID": 2, + * "IN": 5, + * "MY": 0, + * "TH": 0 + * }, + * "display_priority": 0, + * "logo_path": "/zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg", + * "provider_id": 122, + * "provider_name": "Hotstar" + * }, + * { + * "display_priorities": { + * "US": 42 + * }, + * "display_priority": 42, + * "logo_path": "/m4KUe3UoTnLgN4g6txYMnBqeUI5.jpg", + * "provider_id": 123, + * "provider_name": "FXNow" + * }, + * { + * "display_priorities": { + * "AT": 20, + * "CH": 15, + * "DE": 16, + * "GB": 17, + * "IE": 9 + * }, + * "display_priority": 9, + * "logo_path": "/6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg", + * "provider_id": 130, + * "provider_name": "Sky Store" + * }, + * { + * "display_priorities": { + * "AU": 20 + * }, + * "display_priority": 20, + * "logo_path": "/cR4okiAS0zcXb4ufs3mi4PImXPB.jpg", + * "provider_id": 132, + * "provider_name": "SBS On Demand" + * }, + * { + * "display_priorities": { + * "AT": 15, + * "CH": 8, + * "DE": 19 + * }, + * "display_priority": 19, + * "logo_path": "/82hFfWsPYtyskBrnkL8Y36vHcVf.jpg", + * "provider_id": 133, + * "provider_name": "Videobuster" + * }, + * { + * "display_priorities": { + * "AU": 7 + * }, + * "display_priority": 7, + * "logo_path": "/fejdSG7TwNQ5E0p6u7A6LVs280R.jpg", + * "provider_id": 134, + * "provider_name": "Foxtel Now" + * }, + * { + * "display_priorities": { + * "AU": 19 + * }, + * "display_priority": 19, + * "logo_path": "/zR1TJmEwssf0ZThB2iByNtZi2Oo.jpg", + * "provider_id": 135, + * "provider_name": "ABC iview" + * }, + * { + * "display_priorities": { + * "GB": 27 + * }, + * "display_priority": 27, + * "logo_path": "/kVX0ojiLKWz31VJFwzxzy95qHQT.jpg", + * "provider_id": 137, + * "provider_name": "UKTV Play" + * }, + * { + * "display_priorities": { + * "CA": 19 + * }, + * "display_priority": 19, + * "logo_path": "/d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg", + * "provider_id": 140, + * "provider_name": "Cineplex" + * }, + * { + * "display_priorities": { + * "CA": 35, + * "US": 63 + * }, + * "display_priority": 63, + * "logo_path": "/1Edma9SrJnqkQW3BqFd2rJNHZvX.jpg", + * "provider_id": 143, + * "provider_name": "Sundance Now" + * }, + * { + * "display_priorities": { + * "CA": 14 + * }, + * "display_priority": 14, + * "logo_path": "/7rJJlPpuGz0DV5OLjVW1HzYaFj9.jpg", + * "provider_id": 146, + * "provider_name": "iciTouTV" + * }, + * { + * "display_priorities": { + * "FR": 10 + * }, + * "display_priority": 10, + * "logo_path": "/tmYzlEKeiWStvXwC1QdpXIASpN4.jpg", + * "provider_id": 147, + * "provider_name": "M6+" + * }, + * { + * "display_priorities": { + * "US": 260 + * }, + * "display_priority": 260, + * "logo_path": "/aEp5AORtajnh2rc7O33ui8pj2um.jpg", + * "provider_id": 148, + * "provider_name": "ABC" + * }, + * { + * "display_priorities": { + * "ES": 7 + * }, + * "display_priority": 7, + * "logo_path": "/f6TRLB3H4jDpFEZ0z2KWSSvu1SB.jpg", + * "provider_id": 149, + * "provider_name": "Movistar Plus+ Ficción Total " + * }, + * { + * "display_priorities": { + * "CH": 3 + * }, + * "display_priority": 3, + * "logo_path": "/47klot430ytIqldQUUx2avN45Sr.jpg", + * "provider_id": 150, + * "provider_name": "blue TV" + * }, + * { + * "display_priorities": { + * "AU": 8, + * "CA": 43, + * "DK": 34, + * "FI": 36, + * "NO": 36, + * "SE": 38, + * "US": 65, + * "ZA": 22 + * }, + * "display_priority": 65, + * "logo_path": "/d2Kx5XtHcd0DBwVwIe7D3X7Sifp.jpg", + * "provider_id": 151, + * "provider_name": "BritBox" + * }, + * { + * "display_priorities": { + * "US": 57 + * }, + * "display_priority": 57, + * "logo_path": "/xqZSzhIcq8qaAU13rMhVhzDi4T8.jpg", + * "provider_id": 155, + * "provider_name": "History" + * }, + * { + * "display_priorities": { + * "US": 58 + * }, + * "display_priority": 58, + * "logo_path": "/pA4qJFsD4lUFxJzwOE7U4FAxK7v.jpg", + * "provider_id": 156, + * "provider_name": "A&E" + * }, + * { + * "display_priorities": { + * "US": 59 + * }, + * "display_priority": 59, + * "logo_path": "/tWq6XvHqPjBW1BZTpf4Nziy8CDD.jpg", + * "provider_id": 157, + * "provider_name": "Lifetime" + * }, + * { + * "display_priorities": { + * "HK": 8, + * "ID": 3, + * "MY": 3, + * "PH": 6, + * "TH": 22 + * }, + * "display_priority": 22, + * "logo_path": "/o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg", + * "provider_id": 158, + * "provider_name": "Viu" + * }, + * { + * "display_priorities": { + * "HK": 14, + * "ID": 5, + * "SG": 4, + * "TW": 13 + * }, + * "display_priority": 13, + * "logo_path": "/9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg", + * "provider_id": 159, + * "provider_name": "Catchplay" + * }, + * { + * "display_priorities": { + * "ID": 1, + * "MY": 2, + * "PH": 3, + * "TH": 2 + * }, + * "display_priority": 2, + * "logo_path": "/vCTY2WtY1oJ8EKpp0UCz4SRpE4S.jpg", + * "provider_id": 160, + * "provider_name": "iflix" + * }, + * { + * "display_priorities": { + * "AR": 9, + * "BR": 3, + * "CL": 9, + * "CO": 9, + * "EC": 8, + * "MX": 24, + * "PE": 9 + * }, + * "display_priority": 9, + * "logo_path": "/21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg", + * "provider_id": 167, + * "provider_name": "Claro video" + * }, + * { + * "display_priorities": { + * "AT": 16, + * "AU": 24, + * "CA": 41, + * "CH": 18, + * "DE": 29, + * "DK": 12, + * "EE": 6, + * "GB": 30, + * "ID": 10, + * "IE": 16, + * "IN": 14, + * "LT": 6, + * "LV": 6, + * "MY": 8, + * "NL": 16, + * "NO": 12, + * "NZ": 11, + * "PH": 9, + * "SE": 12, + * "SG": 9, + * "TH": 8, + * "US": 67, + * "ZA": 8 + * }, + * "display_priority": 67, + * "logo_path": "/kwVegvKCinXTPuzZmYT1J3i1HJz.jpg", + * "provider_id": 175, + * "provider_name": "Netflix Kids" + * }, + * { + * "display_priorities": { + * "DE": 24 + * }, + * "display_priority": 24, + * "logo_path": "/lrEigPPAhggq02q53uM8vdWAIUX.jpg", + * "provider_id": 178, + * "provider_name": "MagentaTV" + * }, + * { + * "display_priorities": { + * "CA": 31 + * }, + * "display_priority": 31, + * "logo_path": "/dg4Kj9s7N5pZcvJDW6vt5d9j7Uf.jpg", + * "provider_id": 182, + * "provider_name": "Hollywood Suite" + * }, + * { + * "display_priorities": { + * "US": 62 + * }, + * "display_priority": 62, + * "logo_path": "/x2w49qSgz7bU3o3rENO9Yc11OmC.jpg", + * "provider_id": 185, + * "provider_name": "Screambox" + * }, + * { + * "display_priorities": { + * "AT": 13, + * "AU": 14, + * "BE": 8, + * "CA": 39, + * "CH": 19, + * "DE": 20, + * "DK": 13, + * "ES": 21, + * "FI": 7, + * "FR": 16, + * "GB": 31, + * "HK": 28, + * "HU": 6, + * "IE": 19, + * "IT": 22, + * "MX": 10, + * "NO": 13, + * "NZ": 7, + * "PT": 6, + * "RU": 8, + * "SE": 14, + * "TR": 2, + * "TW": 27, + * "US": 33 + * }, + * "display_priority": 33, + * "logo_path": "/rMb93u1tBeErSYLv79zSTR07UdO.jpg", + * "provider_id": 188, + * "provider_name": "YouTube Premium" + * }, + * { + * "display_priorities": { + * "AD": 8, + * "AL": 9, + * "AR": 11, + * "AT": 23, + * "AU": 36, + * "BA": 9, + * "BB": 6, + * "BE": 14, + * "BG": 5, + * "BH": 6, + * "BM": 6, + * "BO": 13, + * "BR": 17, + * "BS": 6, + * "CA": 53, + * "CH": 22, + * "CI": 7, + * "CL": 11, + * "CO": 11, + * "CR": 7, + * "CZ": 8, + * "DE": 42, + * "DK": 18, + * "DO": 6, + * "DZ": 6, + * "EC": 11, + * "EE": 9, + * "EG": 10, + * "ES": 22, + * "FI": 17, + * "FR": 25, + * "GB": 40, + * "GF": 6, + * "GI": 6, + * "GR": 6, + * "GT": 7, + * "HK": 13, + * "HN": 4, + * "HR": 9, + * "HU": 8, + * "ID": 16, + * "IE": 20, + * "IL": 7, + * "IN": 20, + * "IQ": 7, + * "IS": 9, + * "IT": 26, + * "JM": 6, + * "JO": 6, + * "JP": 11, + * "KR": 11, + * "KW": 6, + * "LB": 7, + * "LI": 6, + * "LT": 9, + * "LV": 9, + * "LY": 6, + * "MA": 6, + * "MC": 6, + * "MD": 6, + * "MK": 9, + * "MT": 9, + * "MX": 20, + * "MY": 14, + * "NE": 7, + * "NG": 7, + * "NL": 22, + * "NO": 19, + * "NZ": 20, + * "OM": 6, + * "PA": 6, + * "PE": 11, + * "PH": 12, + * "PL": 9, + * "PS": 7, + * "PT": 14, + * "PY": 6, + * "QA": 6, + * "RO": 4, + * "RS": 9, + * "RU": 9, + * "SA": 8, + * "SE": 19, + * "SG": 13, + * "SI": 9, + * "SK": 12, + * "SM": 6, + * "SV": 6, + * "TH": 12, + * "TN": 6, + * "TR": 10, + * "TW": 12, + * "TZ": 20, + * "US": 53, + * "UY": 8, + * "VE": 8, + * "YE": 6, + * "ZA": 11 + * }, + * "display_priority": 53, + * "logo_path": "/oR1aNm1Qu9jQBkW4VrGPWhqbC3P.jpg", + * "provider_id": 190, + * "provider_name": "Curiosity Stream" + * }, + * { + * "display_priorities": { + * "US": 45 + * }, + * "display_priority": 45, + * "logo_path": "/rcBwnERpNfPfWB5DaSTyEMCZbCA.jpg", + * "provider_id": 191, + * "provider_name": "Kanopy" + * }, + * { + * "display_priorities": { + * "AT": 64, + * "AU": 21, + * "CA": 37, + * "CH": 50, + * "DE": 15, + * "FR": 15, + * "GB": 22, + * "IN": 12, + * "PL": 8, + * "PT": 7, + * "US": 17 + * }, + * "display_priority": 17, + * "logo_path": "/pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg", + * "provider_id": 192, + * "provider_name": "YouTube" + * }, + * { + * "display_priorities": { + * "FR": 9 + * }, + * "display_priority": 9, + * "logo_path": "/vo4tm5HBLpctihoSX6bTIG0VB9d.jpg", + * "provider_id": 193, + * "provider_name": "SFR Play" + * }, + * { + * "display_priorities": { + * "AU": 28, + * "CA": 28, + * "ES": 43, + * "GB": 55, + * "MX": 41, + * "US": 96 + * }, + * "display_priority": 96, + * "logo_path": "/1wYmvbAuVZz2JnKvYfYN8Qolnb.jpg", + * "provider_id": 196, + * "provider_name": "AcornTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 78, + * "CA": 27, + * "GB": 36, + * "US": 95 + * }, + * "display_priority": 95, + * "logo_path": "/tLBLABfFYYETf9Zk8gKEWnjhMai.jpg", + * "provider_id": 197, + * "provider_name": "BritBox Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 65, + * "US": 97 + * }, + * "display_priority": 97, + * "logo_path": "/3eVIcUeRXji5SBV7gEv4f5U4CqV.jpg", + * "provider_id": 199, + * "provider_name": "Fandor Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 80, + * "BR": 97, + * "CL": 41, + * "CO": 42, + * "DE": 35, + * "ES": 41, + * "FR": 45, + * "GB": 37, + * "IN": 91, + * "IT": 51, + * "MX": 95, + * "US": 94 + * }, + * "display_priority": 94, + * "logo_path": "/a4IDLKjvP5gvq7tNlg2Xw5YyEkI.jpg", + * "provider_id": 201, + * "provider_name": "MUBI Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 98 + * }, + * "display_priority": 98, + * "logo_path": "/vmXC3D9Kqtt9TEohDEmcaxnLYA5.jpg", + * "provider_id": 202, + * "provider_name": "Screambox Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 34, + * "CA": 29, + * "GB": 70, + * "US": 93 + * }, + * "display_priority": 93, + * "logo_path": "/qb6Lj5BhNJavdmRVDzAqAjd4Tj3.jpg", + * "provider_id": 204, + * "provider_name": "Shudder Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 25, + * "GB": 87, + * "US": 99 + * }, + * "display_priority": 99, + * "logo_path": "/i8PzzzOVJfXWLE1v5Up7nGTWWhp.jpg", + * "provider_id": 205, + * "provider_name": "Sundance Now Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 27 + * }, + * "display_priority": 27, + * "logo_path": "/wQzSN83BnWVgO7xEh0SeTVqtrFv.jpg", + * "provider_id": 207, + * "provider_name": "The Roku Channel" + * }, + * { + * "display_priorities": { + * "US": 41 + * }, + * "display_priority": 41, + * "logo_path": "/iLjStQKQwzyxXJb3jyNpvDmW9mx.jpg", + * "provider_id": 209, + * "provider_name": "PBS" + * }, + * { + * "display_priorities": { + * "CH": 7 + * }, + * "display_priority": 7, + * "logo_path": "/ytApMa9fThUQUFTn696AeNBrB8f.jpg", + * "provider_id": 210, + * "provider_name": "Sky" + * }, + * { + * "display_priorities": { + * "US": 56 + * }, + * "display_priority": 56, + * "logo_path": "/4cHGd32hhEHmFjDGJcjVEAwFQg0.jpg", + * "provider_id": 211, + * "provider_name": "Freeform" + * }, + * { + * "display_priorities": { + * "AU": 68, + * "CA": 10, + * "NZ": 38, + * "US": 36 + * }, + * "display_priority": 36, + * "logo_path": "/j7D006Uy3UWwZ6G0xH6BMgIWTzH.jpg", + * "provider_id": 212, + * "provider_name": "Hoopla" + * }, + * { + * "display_priorities": { + * "DE": 26 + * }, + * "display_priority": 26, + * "logo_path": "/avItehPq07h5nKCJgwNTxl6OD0y.jpg", + * "provider_id": 219, + * "provider_name": "ARD Mediathek" + * }, + * { + * "display_priorities": { + * "IN": 6 + * }, + * "display_priority": 6, + * "logo_path": "/boMYreJ9JWNDnXiHUfoix4oYhBc.jpg", + * "provider_id": 220, + * "provider_name": "Jio Cinema" + * }, + * { + * "display_priorities": { + * "IT": 18 + * }, + * "display_priority": 18, + * "logo_path": "/cmURKKdS72Ckr52615xvc2JPsJm.jpg", + * "provider_id": 222, + * "provider_name": "Rai Play" + * }, + * { + * "display_priorities": { + * "AT": 66, + * "AU": 4, + * "BE": 3, + * "CA": 2, + * "CH": 51, + * "CZ": 34, + * "DE": 21, + * "DK": 3, + * "ES": 13, + * "FI": 3, + * "FR": 13, + * "GB": 33, + * "HK": 9, + * "HU": 28, + * "IE": 3, + * "IT": 6, + * "LU": 4, + * "NL": 3, + * "NO": 3, + * "PH": 2, + * "PL": 38, + * "RO": 24, + * "SE": 3, + * "SG": 3 + * }, + * "display_priority": 3, + * "logo_path": "/jxIBXlxRbCcy7Y4GvOZKszCd0dv.jpg", + * "provider_id": 223, + * "provider_name": "Hayu" + * }, + * { + * "display_priorities": { + * "CA": 4 + * }, + * "display_priority": 4, + * "logo_path": "/ewOptMVIYcOadMGGJz8DJueH2bH.jpg", + * "provider_id": 230, + * "provider_name": "Crave" + * }, + * { + * "display_priorities": { + * "AD": 3, + * "AE": 5, + * "AG": 2, + * "AL": 3, + * "AU": 67, + * "BA": 3, + * "BB": 3, + * "BH": 3, + * "BM": 3, + * "BO": 18, + * "BS": 3, + * "CI": 3, + * "CR": 19, + * "CU": 2, + * "CV": 2, + * "DO": 3, + * "DZ": 3, + * "EG": 7, + * "FJ": 2, + * "GF": 3, + * "GG": 2, + * "GH": 2, + * "GI": 3, + * "GQ": 2, + * "GT": 19, + * "HK": 2, + * "HN": 18, + * "HR": 6, + * "IL": 3, + * "IN": 7, + * "IQ": 3, + * "IS": 7, + * "JM": 3, + * "JO": 3, + * "KE": 2, + * "KW": 3, + * "LB": 3, + * "LC": 2, + * "LI": 3, + * "LY": 3, + * "MA": 3, + * "MC": 3, + * "MD": 3, + * "MK": 3, + * "MT": 3, + * "MU": 1, + * "MY": 24, + * "MZ": 2, + * "NE": 3, + * "NG": 3, + * "OM": 3, + * "PA": 3, + * "PF": 2, + * "PK": 2, + * "PS": 3, + * "PY": 18, + * "QA": 3, + * "RS": 3, + * "SA": 6, + * "SC": 2, + * "SG": 24, + * "SI": 3, + * "SK": 9, + * "SM": 3, + * "SN": 2, + * "SV": 3, + * "TC": 2, + * "TN": 3, + * "TT": 2, + * "TW": 4, + * "TZ": 2, + * "UG": 2, + * "UY": 5, + * "VA": 1, + * "YE": 3, + * "ZM": 2 + * }, + * "display_priority": 2, + * "logo_path": "/vPIW5b0ebTLj9bFCZypoBbF8wSl.jpg", + * "provider_id": 232, + * "provider_name": "Zee5" + * }, + * { + * "display_priorities": { + * "AT": 68, + * "CH": 53, + * "DE": 30, + * "ES": 104, + * "FR": 12, + * "GB": 142, + * "IE": 44, + * "IT": 105, + * "PL": 39 + * }, + * "display_priority": 39, + * "logo_path": "/vPZrjHe7wvALuwJEXT2kwYLi0gV.jpg", + * "provider_id": 234, + * "provider_name": "Arte" + * }, + * { + * "display_priorities": { + * "US": 34 + * }, + * "display_priority": 34, + * "logo_path": "/4tJBhJcuF1ZstI5Yqu82G0yroLa.jpg", + * "provider_id": 235, + * "provider_name": "YouTube Free" + * }, + * { + * "display_priorities": { + * "FR": 107 + * }, + * "display_priority": 107, + * "logo_path": "/maeiT4ORBxykOVlaW9gCsLuFPnS.jpg", + * "provider_id": 236, + * "provider_name": "France TV" + * }, + * { + * "display_priorities": { + * "IN": 11 + * }, + * "display_priority": 11, + * "logo_path": "/3973zlBbBXdXxaWqRWzGG2GYxbT.jpg", + * "provider_id": 237, + * "provider_name": "Sony Liv" + * }, + * { + * "display_priorities": { + * "AU": 18 + * }, + * "display_priority": 18, + * "logo_path": "/uU4gqmoX0koF8L5yJSlfaaFd9Tz.jpg", + * "provider_id": 246, + * "provider_name": "7plus" + * }, + * { + * "display_priorities": { + * "US": 68 + * }, + * "display_priority": 68, + * "logo_path": "/4cKdiYEPW1BsWLb9UmNzAyUlD5p.jpg", + * "provider_id": 251, + * "provider_name": "ALLBLK" + * }, + * { + * "display_priorities": { + * "CA": 96, + * "ES": 8, + * "US": 9 + * }, + * "display_priority": 9, + * "logo_path": "/9BgaNQRMDvVlji1JBZi6tcfxpKx.jpg", + * "provider_id": 257, + * "provider_name": "fuboTV" + * }, + * { + * "display_priorities": { + * "US": 71 + * }, + * "display_priority": 71, + * "logo_path": "/7Wo1H7YMmRy7S56sz6HJAMYRdGq.jpg", + * "provider_id": 260, + * "provider_name": "WWE Network" + * }, + * { + * "display_priorities": { + * "AT": 98, + * "BR": 45, + * "CH": 60, + * "DE": 200, + * "ES": 43, + * "FR": 47, + * "LI": 32, + * "LU": 14, + * "MX": 42 + * }, + * "display_priority": 32, + * "logo_path": "/uXFEctwGkorVz163dVSZeZkBEQU.jpg", + * "provider_id": 262, + * "provider_name": "Noggin Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 121 + * }, + * "display_priority": 121, + * "logo_path": "/hDoYXuGJtGwpvgPjmgx4jQFil01.jpg", + * "provider_id": 263, + * "provider_name": "DreamWorksTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 70 + * }, + * "display_priority": 70, + * "logo_path": "/bSmoVepHvK0ijBAWGx3QlIeTtsu.jpg", + * "provider_id": 264, + * "provider_name": "MyOutdoorTV" + * }, + * { + * "display_priorities": { + * "NZ": 3 + * }, + * "display_priority": 3, + * "logo_path": "/iscLKFDwQlr0BAgVDBcuRapLiwC.jpg", + * "provider_id": 273, + * "provider_name": "Neon TV" + * }, + * { + * "display_priorities": { + * "US": 72 + * }, + * "display_priority": 72, + * "logo_path": "/7L4eXQD0yFVDKZ2qwYtxcV5gm6n.jpg", + * "provider_id": 278, + * "provider_name": "Pure Flix" + * }, + * { + * "display_priorities": { + * "AD": 25, + * "AE": 25, + * "AG": 10, + * "AL": 27, + * "AR": 45, + * "AT": 57, + * "AU": 57, + * "AZ": 4, + * "BA": 27, + * "BB": 24, + * "BE": 41, + * "BF": 4, + * "BG": 20, + * "BH": 36, + * "BM": 26, + * "BO": 30, + * "BR": 11, + * "BS": 24, + * "BY": 6, + * "BZ": 9, + * "CA": 124, + * "CD": 2, + * "CH": 46, + * "CI": 26, + * "CL": 30, + * "CO": 31, + * "CR": 31, + * "CV": 12, + * "CY": 8, + * "CZ": 27, + * "DE": 7, + * "DK": 39, + * "DO": 28, + * "DZ": 28, + * "EC": 30, + * "EE": 26, + * "EG": 40, + * "ES": 73, + * "FI": 40, + * "FJ": 10, + * "FR": 5, + * "GB": 6, + * "GF": 28, + * "GG": 10, + * "GH": 15, + * "GI": 26, + * "GQ": 13, + * "GR": 22, + * "GT": 31, + * "GY": 3, + * "HK": 37, + * "HN": 30, + * "HR": 34, + * "HU": 25, + * "ID": 34, + * "IE": 39, + * "IL": 26, + * "IN": 4, + * "IQ": 35, + * "IS": 31, + * "IT": 73, + * "JM": 23, + * "JO": 36, + * "KE": 14, + * "KR": 29, + * "KW": 36, + * "LB": 27, + * "LC": 10, + * "LI": 27, + * "LT": 27, + * "LU": 9, + * "LV": 26, + * "LY": 28, + * "MA": 27, + * "MC": 25, + * "MD": 24, + * "ME": 5, + * "MK": 26, + * "MT": 24, + * "MU": 14, + * "MX": 4, + * "MY": 29, + * "MZ": 15, + * "NE": 26, + * "NG": 29, + * "NI": 9, + * "NL": 67, + * "NO": 41, + * "NZ": 35, + * "OM": 36, + * "PA": 29, + * "PE": 31, + * "PF": 10, + * "PG": 4, + * "PH": 30, + * "PL": 29, + * "PS": 27, + * "PT": 39, + * "PY": 29, + * "QA": 36, + * "RO": 21, + * "RS": 28, + * "RU": 28, + * "SC": 13, + * "SE": 42, + * "SG": 29, + * "SI": 28, + * "SK": 36, + * "SM": 27, + * "SN": 13, + * "SV": 29, + * "TC": 10, + * "TD": 6, + * "TH": 28, + * "TN": 28, + * "TR": 43, + * "TT": 10, + * "TW": 37, + * "TZ": 31, + * "UA": 7, + * "UG": 15, + * "US": 8, + * "UY": 31, + * "VE": 27, + * "XK": 4, + * "YE": 27, + * "ZA": 28, + * "ZM": 13 + * }, + * "display_priority": 28, + * "logo_path": "/mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg", + * "provider_id": 283, + * "provider_name": "Crunchyroll" + * }, + * { + * "display_priorities": { + * "DE": 34, + * "IN": 90 + * }, + * "display_priority": 90, + * "logo_path": "/jhhFTFVWjKVi2JjDYoqoI4dHsmL.jpg", + * "provider_id": 285, + * "provider_name": "BBC Player Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 33 + * }, + * "display_priority": 33, + * "logo_path": "/FtIkEXYkqTxKwCwLK79yKJW8i7.jpg", + * "provider_id": 286, + * "provider_name": "ZDF Herzkino Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 75 + * }, + * "display_priority": 75, + * "logo_path": "/ohcwolMl8E743CkS8MnhmJKOlRj.jpg", + * "provider_id": 289, + * "provider_name": "Cinemax Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 76 + * }, + * "display_priority": 76, + * "logo_path": "/614YTzAiVrSIm7bIVcwg4lIMQr7.jpg", + * "provider_id": 290, + * "provider_name": "Hallmark Movies Now Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 78 + * }, + * "display_priority": 78, + * "logo_path": "/hTAIgvUnmu1Yv0wFVJRu9KKAPtJ.jpg", + * "provider_id": 291, + * "provider_name": "MZ Choice Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 73 + * }, + * "display_priority": 73, + * "logo_path": "/lIXDKV7LrZfF3SR2m8EQrMVRI5C.jpg", + * "provider_id": 293, + * "provider_name": "PBS Kids Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 24, + * "US": 77 + * }, + * "display_priority": 77, + * "logo_path": "/xN1vKpcypShJrWmf1t3dyGJM7sO.jpg", + * "provider_id": 294, + * "provider_name": "PBS Masterpiece Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 283 + * }, + * "display_priority": 283, + * "logo_path": "/6cQvPAFHDOSq3cXPwcCbh3gCpOi.jpg", + * "provider_id": 295, + * "provider_name": "RetroCrush Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 130, + * "AU": 79, + * "CA": 26, + * "DE": 230, + * "ES": 40, + * "FR": 46, + * "GB": 34, + * "IT": 52 + * }, + * "display_priority": 52, + * "logo_path": "/2eyS8KsZF9Or7z4248Ktq36Pr8v.jpg", + * "provider_id": 296, + * "provider_name": "Hayu Amazon Channel" + * }, + * { + * "display_priorities": { + * "NL": 5 + * }, + * "display_priority": 5, + * "logo_path": "/ozUfbWZXVdymn8iC3zze0cQPeUi.jpg", + * "provider_id": 297, + * "provider_name": "Ziggo TV" + * }, + * { + * "display_priorities": { + * "AT": 53, + * "DE": 6 + * }, + * "display_priority": 6, + * "logo_path": "/jmR0t1kjzHcyV7raynzMbF87J9d.jpg", + * "provider_id": 298, + * "provider_name": "RTL+" + * }, + * { + * "display_priorities": { + * "AR": 27, + * "AT": 39, + * "BO": 23, + * "BR": 37, + * "CA": 120, + * "CH": 36, + * "CL": 23, + * "CO": 24, + * "CR": 24, + * "CZ": 19, + * "DE": 66, + * "DK": 35, + * "DO": 19, + * "EC": 23, + * "ES": 37, + * "FR": 41, + * "GB": 74, + * "GT": 24, + * "HN": 23, + * "IT": 39, + * "MX": 38, + * "NI": 3, + * "NO": 37, + * "PA": 20, + * "PE": 24, + * "PY": 23, + * "SE": 39, + * "SV": 20, + * "US": 81, + * "UY": 23, + * "VE": 20 + * }, + * "display_priority": 81, + * "logo_path": "/dB8G41Q6tSL5NBisrIeqByfepBc.jpg", + * "provider_id": 300, + * "provider_name": "Pluto TV" + * }, + * { + * "display_priorities": { + * "AT": 72, + * "DE": 13 + * }, + * "display_priority": 13, + * "logo_path": "/tDnDBkSLLLQgFb03J9ttQhZQxZs.jpg", + * "provider_id": 304, + * "provider_name": "Joyn" + * }, + * { + * "display_priorities": { + * "CA": 5 + * }, + * "display_priority": 5, + * "logo_path": "/csPQMbeJWY7bjwWruZjtc27xf2l.jpg", + * "provider_id": 305, + * "provider_name": "Crave Starz" + * }, + * { + * "display_priorities": { + * "BR": 10 + * }, + * "display_priority": 10, + * "logo_path": "/7Cg8esVVXOijXAm1f1vrS7jVjcN.jpg", + * "provider_id": 307, + * "provider_name": "Globoplay" + * }, + * { + * "display_priorities": { + * "CZ": 3 + * }, + * "display_priority": 3, + * "logo_path": "/27yD8cEx7qC1lSzaDvFlW4avXyu.jpg", + * "provider_id": 308, + * "provider_name": "O2 TV" + * }, + * { + * "display_priorities": { + * "AD": 4, + * "AE": 6, + * "AG": 3, + * "AL": 4, + * "AR": 32, + * "AT": 50, + * "AU": 29, + * "BA": 4, + * "BB": 5, + * "BE": 34, + * "BG": 18, + * "BH": 5, + * "BM": 5, + * "BO": 28, + * "BR": 45, + * "BS": 5, + * "CA": 47, + * "CH": 44, + * "CI": 4, + * "CL": 28, + * "CO": 29, + * "CR": 29, + * "CU": 3, + * "CV": 3, + * "CZ": 25, + * "DE": 100, + * "DK": 38, + * "DO": 5, + * "DZ": 5, + * "EC": 28, + * "EE": 25, + * "EG": 11, + * "ES": 62, + * "FI": 39, + * "FJ": 3, + * "FR": 70, + * "GB": 96, + * "GF": 5, + * "GG": 3, + * "GH": 3, + * "GI": 5, + * "GQ": 3, + * "GR": 21, + * "GT": 29, + * "HK": 10, + * "HN": 28, + * "HR": 10, + * "HU": 23, + * "ID": 33, + * "IE": 37, + * "IL": 4, + * "IN": 16, + * "IQ": 4, + * "IS": 10, + * "IT": 62, + * "JM": 5, + * "JO": 5, + * "JP": 26, + * "KE": 3, + * "KR": 27, + * "KW": 5, + * "LB": 4, + * "LC": 3, + * "LI": 5, + * "LT": 26, + * "LV": 25, + * "LY": 5, + * "MA": 5, + * "MC": 5, + * "MD": 5, + * "MK": 4, + * "MT": 4, + * "MU": 2, + * "MX": 45, + * "MY": 12, + * "MZ": 3, + * "NE": 4, + * "NG": 4, + * "NL": 46, + * "NO": 39, + * "NZ": 15, + * "OM": 5, + * "PA": 5, + * "PE": 29, + * "PF": 3, + * "PH": 28, + * "PK": 3, + * "PL": 28, + * "PS": 4, + * "PT": 33, + * "PY": 27, + * "QA": 5, + * "RO": 19, + * "RS": 4, + * "RU": 27, + * "SA": 9, + * "SC": 3, + * "SE": 41, + * "SG": 12, + * "SI": 4, + * "SK": 13, + * "SM": 5, + * "SN": 3, + * "SV": 5, + * "TC": 3, + * "TH": 27, + * "TN": 5, + * "TR": 27, + * "TT": 3, + * "TW": 9, + * "TZ": 3, + * "UG": 3, + * "US": 48, + * "UY": 7, + * "VA": 2, + * "VE": 25, + * "XK": 0, + * "YE": 5, + * "ZA": 10, + * "ZM": 3 + * }, + * "display_priority": 48, + * "logo_path": "/6KEQzITx2RrCAQt5Nw9WrL1OI8z.jpg", + * "provider_id": 309, + * "provider_name": "Sun Nxt" + * }, + * { + * "display_priorities": { + * "BE": 4 + * }, + * "display_priority": 4, + * "logo_path": "/acANFKCTLQuvDPjJAb5SnmzJaT6.jpg", + * "provider_id": 311, + * "provider_name": "Be TV Go" + * }, + * { + * "display_priorities": { + * "BE": 5 + * }, + * "display_priority": 5, + * "logo_path": "/gqxv8W54I95K3hNS6UT6sDRe2Az.jpg", + * "provider_id": 312, + * "provider_name": "VRT MAX" + * }, + * { + * "display_priorities": { + * "CA": 44 + * }, + * "display_priority": 44, + * "logo_path": "/a7O0Z1uhFjgGydRrgT6ucBisP4K.jpg", + * "provider_id": 314, + * "provider_name": "CBC Gem" + * }, + * { + * "display_priorities": { + * "AD": 19, + * "AL": 20, + * "AR": 26, + * "AT": 38, + * "AU": 45, + * "BA": 20, + * "BB": 16, + * "BE": 28, + * "BH": 17, + * "BM": 18, + * "BO": 17, + * "BR": 36, + * "BS": 17, + * "CA": 71, + * "CH": 34, + * "CI": 16, + * "CL": 22, + * "CO": 23, + * "CR": 18, + * "CZ": 18, + * "DE": 65, + * "DK": 28, + * "DO": 17, + * "DZ": 16, + * "EC": 22, + * "EE": 19, + * "EG": 19, + * "ES": 35, + * "FI": 30, + * "FR": 39, + * "GB": 59, + * "GF": 18, + * "GI": 18, + * "GR": 16, + * "GT": 18, + * "HK": 17, + * "HN": 17, + * "HR": 21, + * "HU": 18, + * "ID": 28, + * "IE": 31, + * "IL": 18, + * "IN": 18, + * "IQ": 20, + * "IS": 22, + * "IT": 37, + * "JM": 16, + * "JO": 17, + * "JP": 21, + * "KR": 22, + * "KW": 18, + * "LB": 20, + * "LI": 18, + * "LT": 20, + * "LV": 19, + * "LY": 16, + * "MA": 16, + * "MC": 17, + * "MD": 17, + * "MK": 19, + * "MT": 19, + * "MX": 37, + * "MY": 23, + * "NE": 16, + * "NG": 17, + * "NL": 36, + * "NO": 31, + * "NZ": 29, + * "OM": 17, + * "PA": 18, + * "PE": 23, + * "PH": 23, + * "PL": 22, + * "PS": 20, + * "PT": 25, + * "PY": 17, + * "QA": 17, + * "RO": 14, + * "RS": 20, + * "RU": 21, + * "SA": 18, + * "SE": 33, + * "SG": 23, + * "SI": 20, + * "SK": 24, + * "SM": 18, + * "SV": 18, + * "TH": 21, + * "TN": 17, + * "TR": 21, + * "TW": 16, + * "TZ": 29, + * "US": 147, + * "UY": 21, + * "VE": 19, + * "YE": 18, + * "ZA": 21 + * }, + * "display_priority": 147, + * "logo_path": "/u7dwMceEbjxd1N3TLEUBILSK2x6.jpg", + * "provider_id": 315, + * "provider_name": "Hoichoi" + * }, + * { + * "display_priorities": { + * "US": 100 + * }, + * "display_priority": 100, + * "logo_path": "/da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg", + * "provider_id": 318, + * "provider_name": "Adult Swim" + * }, + * { + * "display_priorities": { + * "IN": 19 + * }, + * "display_priority": 19, + * "logo_path": "/i7knsL0QgDJyuts5FbfjREUqHvu.jpg", + * "provider_id": 319, + * "provider_name": "Alt Balaji" + * }, + * { + * "display_priorities": { + * "AT": 19 + * }, + * "display_priority": 19, + * "logo_path": "/67FAj8KvIiV5iZMJuPUdMrqMftw.jpg", + * "provider_id": 321, + * "provider_name": "Sky X" + * }, + * { + * "display_priorities": { + * "US": 101 + * }, + * "display_priority": 101, + * "logo_path": "/A95qgiMz6ulV2SxeKcJ5Gc9pqGS.jpg", + * "provider_id": 322, + * "provider_name": "USA Network" + * }, + * { + * "display_priorities": { + * "FI": 5 + * }, + * "display_priority": 5, + * "logo_path": "/nrORhu39C2YjBhx9v8rU8oFlulj.jpg", + * "provider_id": 323, + * "provider_name": "Yle Areena" + * }, + * { + * "display_priorities": { + * "CA": 45 + * }, + * "display_priority": 45, + * "logo_path": "/xoFyQOXR3qINRsdnCQyd7jGx8Wo.jpg", + * "provider_id": 326, + * "provider_name": "CTV" + * }, + * { + * "display_priorities": { + * "US": 102 + * }, + * "display_priority": 102, + * "logo_path": "/fpLJgEK68o2ATtz2gEdYkevUYIF.jpg", + * "provider_id": 328, + * "provider_name": "Fox" + * }, + * { + * "display_priorities": { + * "CA": 32, + * "US": 104 + * }, + * "display_priority": 104, + * "logo_path": "/yFGu4sSzwUMfhwmSsZgez8QhaVl.jpg", + * "provider_id": 331, + * "provider_name": "FlixFling" + * }, + * { + * "display_priorities": { + * "US": 38 + * }, + * "display_priority": 38, + * "logo_path": "/6By0jm0Gr2WMOqUeHWhzRWaMdOo.jpg", + * "provider_id": 332, + * "provider_name": "VUDU Free" + * }, + * { + * "display_priorities": { + * "GB": 35 + * }, + * "display_priority": 35, + * "logo_path": "/5qLpN8ah2FZC8NpYFwRFwxlNjRn.jpg", + * "provider_id": 333, + * "provider_name": "My5" + * }, + * { + * "display_priorities": { + * "DE": 37 + * }, + * "display_priority": 37, + * "logo_path": "/ni0t0Bj4HRAQ9f6zSv1Bl9MDjLK.jpg", + * "provider_id": 334, + * "provider_name": "Filmtastic Amazon Channel" + * }, + * { + * "display_priorities": { + * "AD": 7, + * "AL": 7, + * "AR": 0, + * "AT": 2, + * "AU": 0, + * "BA": 7, + * "BE": 0, + * "BG": 16, + * "BO": 2, + * "BR": 0, + * "BZ": 2, + * "CA": 1, + * "CH": 2, + * "CL": 0, + * "CO": 0, + * "CR": 2, + * "CZ": 0, + * "DE": 2, + * "DK": 0, + * "DO": 24, + * "EC": 2, + * "EE": 23, + * "EG": 45, + * "ES": 1, + * "FI": 0, + * "FR": 1, + * "GB": 1, + * "GR": 20, + * "GT": 1, + * "HK": 32, + * "HN": 2, + * "HR": 31, + * "HU": 0, + * "IE": 2, + * "IS": 1, + * "IT": 1, + * "JM": 26, + * "JP": 2, + * "KR": 2, + * "LC": 13, + * "LI": 25, + * "LT": 24, + * "LU": 3, + * "LV": 23, + * "ME": 1, + * "MK": 7, + * "MT": 7, + * "MX": 0, + * "NI": 2, + * "NL": 2, + * "NO": 0, + * "NZ": 0, + * "PA": 27, + * "PE": 0, + * "PH": 29, + * "PL": 0, + * "PT": 0, + * "PY": 2, + * "RO": 0, + * "RS": 7, + * "SE": 0, + * "SG": 2, + * "SI": 7, + * "SK": 0, + * "SM": 25, + * "SV": 27, + * "TR": 0, + * "TT": 14, + * "TW": 2, + * "US": 1, + * "UY": 27, + * "VE": 1 + * }, + * "display_priority": 27, + * "logo_path": "/97yvRBw1GzX7fXprcF80er19ot.jpg", + * "provider_id": 337, + * "provider_name": "Disney Plus" + * }, + * { + * "display_priorities": { + * "FI": 6 + * }, + * "display_priority": 6, + * "logo_path": "/c7SqVo4DFrbK3RwhGbxvQ9SRco2.jpg", + * "provider_id": 338, + * "provider_name": "Ruutu" + * }, + * { + * "display_priorities": { + * "AR": 8, + * "CL": 8, + * "CO": 8, + * "EC": 4, + * "MX": 19, + * "PE": 8 + * }, + * "display_priority": 8, + * "logo_path": "/tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg", + * "provider_id": 339, + * "provider_name": "MovistarTV" + * }, + * { + * "display_priorities": { + * "DE": 38, + * "TR": 4 + * }, + * "display_priority": 4, + * "logo_path": "/dqRpKX6vcos334v9huMpNPKHlD8.jpg", + * "provider_id": 341, + * "provider_name": "blutv" + * }, + * { + * "display_priorities": { + * "TR": 5 + * }, + * "display_priority": 5, + * "logo_path": "/ffvIywFtojPQnVwHVmTSZEdemdt.jpg", + * "provider_id": 342, + * "provider_name": "puhutv" + * }, + * { + * "display_priorities": { + * "US": 103 + * }, + * "display_priority": 103, + * "logo_path": "/2AvUqoIHAq2lLxRy2IxOBUgCYef.jpg", + * "provider_id": 343, + * "provider_name": "Bet+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "AD": 18, + * "AL": 19, + * "BA": 19, + * "BB": 17, + * "BH": 18, + * "BM": 19, + * "BS": 18, + * "CA": 94, + * "CI": 15, + * "DE": 40, + * "DO": 18, + * "DZ": 17, + * "EG": 21, + * "GF": 19, + * "GI": 19, + * "HK": 6, + * "HR": 22, + * "IL": 17, + * "IQ": 19, + * "IS": 23, + * "JM": 17, + * "JO": 18, + * "KW": 19, + * "LB": 19, + * "LI": 19, + * "LY": 17, + * "MA": 17, + * "MC": 18, + * "MD": 18, + * "MK": 18, + * "MT": 18, + * "NE": 15, + * "NG": 16, + * "OM": 18, + * "PA": 19, + * "PS": 19, + * "QA": 18, + * "RS": 19, + * "SA": 19, + * "SI": 19, + * "SK": 25, + * "SM": 19, + * "SV": 19, + * "TN": 18, + * "TW": 7, + * "TZ": 14, + * "US": 105, + * "UY": 22, + * "YE": 19 + * }, + * "display_priority": 105, + * "logo_path": "/5L2bwr9DhUg28oSMEPRCNwB2y7B.jpg", + * "provider_id": 344, + * "provider_name": "Rakuten Viki" + * }, + * { + * "display_priorities": { + * "FR": 101 + * }, + * "display_priority": 101, + * "logo_path": "/nBrPDnOWhullZrtcYM0qWpm4xNH.jpg", + * "provider_id": 345, + * "provider_name": "Canal+ Séries" + * }, + * { + * "display_priorities": { + * "CA": 46 + * }, + * "display_priority": 46, + * "logo_path": "/cgJA1LqVK6Rv4DyCJebJ7mBl9ap.jpg", + * "provider_id": 348, + * "provider_name": "FXNow Canada" + * }, + * { + * "display_priorities": { + * "AE": 2, + * "AG": 11, + * "AR": 5, + * "AT": 5, + * "AU": 11, + * "AZ": 3, + * "BE": 9, + * "BG": 3, + * "BH": 49, + * "BM": 27, + * "BO": 3, + * "BR": 9, + * "BS": 25, + * "BY": 2, + * "BZ": 4, + * "CA": 7, + * "CH": 17, + * "CL": 5, + * "CO": 5, + * "CR": 3, + * "CV": 10, + * "CY": 4, + * "CZ": 7, + * "DE": 3, + * "DK": 10, + * "DO": 31, + * "EC": 7, + * "EE": 7, + * "EG": 3, + * "ES": 2, + * "FI": 12, + * "FJ": 11, + * "FR": 3, + * "GB": 3, + * "GH": 13, + * "GR": 5, + * "GT": 3, + * "HK": 16, + * "HN": 3, + * "HU": 7, + * "ID": 12, + * "IE": 5, + * "IL": 25, + * "IN": 2, + * "IT": 5, + * "JO": 50, + * "JP": 10, + * "KR": 5, + * "LB": 28, + * "LT": 7, + * "LU": 5, + * "LV": 7, + * "MD": 25, + * "MT": 25, + * "MU": 12, + * "MX": 3, + * "MY": 11, + * "MZ": 13, + * "NI": 5, + * "NL": 10, + * "NO": 6, + * "NZ": 5, + * "OM": 49, + * "PA": 25, + * "PE": 6, + * "PH": 11, + * "PL": 3, + * "PT": 11, + * "PY": 4, + * "QA": 49, + * "RU": 3, + * "SA": 2, + * "SE": 5, + * "SG": 11, + * "SI": 24, + * "SK": 5, + * "SV": 31, + * "TH": 10, + * "TT": 11, + * "TW": 15, + * "UA": 1, + * "UG": 13, + * "US": 3, + * "VE": 5, + * "ZA": 9 + * }, + * "display_priority": 9, + * "logo_path": "/2E03IAZsX4ZaUqM7tXlctEPMGWS.jpg", + * "provider_id": 350, + * "provider_name": "Apple TV Plus" + * }, + * { + * "display_priorities": { + * "KR": 3 + * }, + * "display_priority": 3, + * "logo_path": "/hPcjSaWfMwEqXaCMu7Fkb529Dkc.jpg", + * "provider_id": 356, + * "provider_name": "wavve" + * }, + * { + * "display_priorities": { + * "AU": 16, + * "NZ": 8 + * }, + * "display_priority": 8, + * "logo_path": "/pVoZH9ZMGfrr1Ajk1UD29weO6iA.jpg", + * "provider_id": 357, + * "provider_name": "DocPlay" + * }, + * { + * "display_priorities": { + * "IT": 13 + * }, + * "display_priority": 13, + * "logo_path": "/2hBbMVUI2G4GAGRAD0RZCZqDMUh.jpg", + * "provider_id": 359, + * "provider_name": "Mediaset Infinity" + * }, + * { + * "display_priorities": { + * "NL": 20 + * }, + * "display_priority": 20, + * "logo_path": "/jPNvTunAw7309LeRMT6m3yZy1Lm.jpg", + * "provider_id": 360, + * "provider_name": "NPO Start" + * }, + * { + * "display_priorities": { + * "US": 108 + * }, + * "display_priority": 108, + * "logo_path": "/76CvnJAKAPbJuiXYwQGN7PFqOci.jpg", + * "provider_id": 363, + * "provider_name": "TNT" + * }, + * { + * "display_priorities": { + * "US": 107 + * }, + * "display_priority": 107, + * "logo_path": "/uGOba5AB0URrJd5gelWGinaVR2h.jpg", + * "provider_id": 365, + * "provider_name": "Bravo TV" + * }, + * { + * "display_priorities": { + * "US": 109 + * }, + * "display_priority": 109, + * "logo_path": "/b5umeBN4kFf5KJ6FZiBkftA4q5q.jpg", + * "provider_id": 366, + * "provider_name": "Food Network" + * }, + * { + * "display_priorities": { + * "EE": 8, + * "LT": 8, + * "LV": 8 + * }, + * "display_priority": 8, + * "logo_path": "/1y6ds7KDN5Q33Jb0ZxnroEJ58Gd.jpg", + * "provider_id": 373, + * "provider_name": "Go3" + * }, + * { + * "display_priorities": { + * "AU": 15 + * }, + * "display_priority": 15, + * "logo_path": "/xoId9luelz6lXMQkzLyJf3ssXTL.jpg", + * "provider_id": 378, + * "provider_name": "9Now" + * }, + * { + * "display_priorities": { + * "AT": 59, + * "CH": 40, + * "CZ": 29, + * "FR": 6, + * "NL": 81, + * "SK": 37 + * }, + * "display_priority": 37, + * "logo_path": "/eBXzkFEupZjKaIKY7zBUaSdCY8I.jpg", + * "provider_id": 381, + * "provider_name": "Canal+" + * }, + * { + * "display_priorities": { + * "DK": 7 + * }, + * "display_priority": 7, + * "logo_path": "/ddwrbKxlX8n7TasdvrauFijCmEm.jpg", + * "provider_id": 383, + * "provider_name": "TV 2" + * }, + * { + * "display_priorities": { + * "BE": 68, + * "GF": 25, + * "NL": 95 + * }, + * "display_priority": 25, + * "logo_path": "/b8edpTaLCHFrUnhpGQIZJUpFX7T.jpg", + * "provider_id": 384, + * "provider_name": "HBO Max" + * }, + * { + * "display_priorities": { + * "AU": 3 + * }, + * "display_priority": 3, + * "logo_path": "/7QX5OdsQZrXGNBKq9SPzoPV9OYQ.jpg", + * "provider_id": 385, + * "provider_name": "BINGE" + * }, + * { + * "display_priorities": { + * "US": 14 + * }, + * "display_priority": 14, + * "logo_path": "/2aGrp1xw3qhwCYvNGAJZPdjfeeX.jpg", + * "provider_id": 386, + * "provider_name": "Peacock Premium" + * }, + * { + * "display_priorities": { + * "US": 271 + * }, + * "display_priority": 271, + * "logo_path": "/drPlq5beqXtBaP7MNs8W616YRhm.jpg", + * "provider_id": 387, + * "provider_name": "Peacock Premium Plus" + * }, + * { + * "display_priorities": { + * "BE": 18, + * "CH": 14, + * "DE": 153, + * "NL": 12 + * }, + * "display_priority": 12, + * "logo_path": "/jzWBemDX69VRYhudQA44IESMxQ1.jpg", + * "provider_id": 389, + * "provider_name": "Sooner" + * }, + * { + * "display_priorities": { + * "AT": 22, + * "CH": 20, + * "DE": 38 + * }, + * "display_priority": 20, + * "logo_path": "/jAwT86Q0H9U8RESR3zR2FVKe83D.jpg", + * "provider_id": 392, + * "provider_name": "wedotv" + * }, + * { + * "display_priorities": { + * "AD": 2, + * "AL": 2, + * "BA": 2, + * "BB": 2, + * "BH": 2, + * "BM": 2, + * "BS": 2, + * "CI": 2, + * "DO": 2, + * "DZ": 2, + * "EG": 5, + * "ES": 16, + * "GF": 2, + * "GI": 2, + * "HR": 4, + * "IL": 2, + * "IQ": 2, + * "IS": 5, + * "JM": 2, + * "JO": 2, + * "KW": 2, + * "LB": 2, + * "LI": 2, + * "LY": 2, + * "MA": 2, + * "MC": 2, + * "MD": 2, + * "MK": 2, + * "MT": 2, + * "NE": 2, + * "NG": 2, + * "OM": 2, + * "PA": 2, + * "PS": 2, + * "QA": 2, + * "RS": 2, + * "SA": 4, + * "SI": 2, + * "SK": 7, + * "SM": 2, + * "SV": 2, + * "TN": 2, + * "TW": 10, + * "TZ": 19, + * "UY": 4, + * "YE": 2 + * }, + * "display_priority": 2, + * "logo_path": "/ozMgkAAoi6aDI5ce8KKA2k8TGvB.jpg", + * "provider_id": 393, + * "provider_name": "FlixOlé" + * }, + * { + * "display_priorities": { + * "NZ": 12 + * }, + * "display_priority": 12, + * "logo_path": "/wbqJss5NNebssp5RBkAdxIHecv2.jpg", + * "provider_id": 395, + * "provider_name": "TVNZ" + * }, + * { + * "display_priorities": { + * "US": 110 + * }, + * "display_priority": 110, + * "logo_path": "/jfXLhMzHHmBYrtE9ZaW7as2RA98.jpg", + * "provider_id": 397, + * "provider_name": "BBC America" + * }, + * { + * "display_priorities": { + * "US": 116 + * }, + * "display_priority": 116, + * "logo_path": "/uW87WpK4Zfz4zCf224vvFhn3ZJc.jpg", + * "provider_id": 399, + * "provider_name": "Animal Planet" + * }, + * { + * "display_priorities": { + * "US": 117 + * }, + * "display_priority": 117, + * "logo_path": "/w8uX5FHY01CmODT0QvGv5CBGbPS.jpg", + * "provider_id": 403, + * "provider_name": "Discovery" + * }, + * { + * "display_priorities": { + * "US": 113 + * }, + * "display_priority": 113, + * "logo_path": "/5Vp8QzvrVsWDIBWgoTm0cNdeSgc.jpg", + * "provider_id": 406, + * "provider_name": "HGTV" + * }, + * { + * "display_priorities": { + * "US": 114 + * }, + * "display_priority": 114, + * "logo_path": "/1oxTHsIcxJwVcubHLnHwl0g60EI.jpg", + * "provider_id": 408, + * "provider_name": "Investigation Discovery" + * }, + * { + * "display_priorities": { + * "US": 115 + * }, + * "display_priority": 115, + * "logo_path": "/28cQ8Ux0pauEHyeZ7J9MTNF4RBP.jpg", + * "provider_id": 411, + * "provider_name": "Science Channel" + * }, + * { + * "display_priorities": { + * "US": 112 + * }, + * "display_priority": 112, + * "logo_path": "/veArLGnRXZEGkjpkJrhfMeasODk.jpg", + * "provider_id": 412, + * "provider_name": "TLC" + * }, + * { + * "display_priorities": { + * "US": 118 + * }, + * "display_priority": 118, + * "logo_path": "/8NwVgZlX4Nh3WCebkaKtbSmdDn1.jpg", + * "provider_id": 413, + * "provider_name": "Travel Channel" + * }, + * { + * "display_priorities": { + * "DE": 158, + * "FR": 24 + * }, + * "display_priority": 158, + * "logo_path": "/w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg", + * "provider_id": 415, + * "provider_name": "Animation Digital Network" + * }, + * { + * "display_priorities": { + * "US": 119 + * }, + * "display_priority": 119, + * "logo_path": "/kiNWL1wGBg3z2FBXJcd8R8MaZrV.jpg", + * "provider_id": 417, + * "provider_name": "Here TV" + * }, + * { + * "display_priorities": { + * "AT": 73, + * "DE": 41 + * }, + * "display_priority": 41, + * "logo_path": "/5aHLriu21FRDGlxY5zbzyEuoSvA.jpg", + * "provider_id": 421, + * "provider_name": "Joyn Plus" + * }, + * { + * "display_priorities": { + * "US": 120 + * }, + * "display_priority": 120, + * "logo_path": "/zH8mZ7YV2WHuVuLyOjtnIjar3Zn.jpg", + * "provider_id": 422, + * "provider_name": "VH1" + * }, + * { + * "display_priorities": { + * "DK": 16, + * "FI": 15, + * "NO": 16, + * "SE": 16 + * }, + * "display_priority": 16, + * "logo_path": "/auWzottqpExOHUlJwDZ4DvdHGoL.jpg", + * "provider_id": 423, + * "provider_name": "Blockbuster" + * }, + * { + * "display_priorities": { + * "DK": 17, + * "FI": 16, + * "NO": 17, + * "SE": 17 + * }, + * "display_priority": 17, + * "logo_path": "/sNmIwrniZZORvNJOmEuWGhwBJNf.jpg", + * "provider_id": 426, + * "provider_name": "SF Anytime" + * }, + * { + * "display_priorities": { + * "CA": 48, + * "US": 91 + * }, + * "display_priority": 91, + * "logo_path": "/tnxLjN2lLYpkTIX8NPSId6bgqh8.jpg", + * "provider_id": 427, + * "provider_name": "Mhz Choice" + * }, + * { + * "display_priorities": { + * "CA": 85, + * "US": 83 + * }, + * "display_priority": 83, + * "logo_path": "/iCV9oPBeoLDC5okFRZEgQkx7je0.jpg", + * "provider_id": 430, + * "provider_name": "HiDive" + * }, + * { + * "display_priorities": { + * "NO": 18 + * }, + * "display_priority": 18, + * "logo_path": "/tpfmd22xEapb1aW2gzjSM5104rx.jpg", + * "provider_id": 431, + * "provider_name": "TV 2 Play" + * }, + * { + * "display_priorities": { + * "AU": 30 + * }, + * "display_priority": 30, + * "logo_path": "/hP3ymMLPyvxUCA1ODfIHJ4pu3c2.jpg", + * "provider_id": 434, + * "provider_name": "OzFlix" + * }, + * { + * "display_priorities": { + * "AU": 31, + * "HK": 0 + * }, + * "display_priority": 0, + * "logo_path": "/9B7l9ZSos54kFrZbliVExt2z9C9.jpg", + * "provider_id": 436, + * "provider_name": "Fetch TV" + * }, + * { + * "display_priorities": { + * "IN": 17 + * }, + * "display_priority": 17, + * "logo_path": "/pMTVKAUyjMb0xdMnHqfNj73MGH6.jpg", + * "provider_id": 437, + * "provider_name": "Hungama Play" + * }, + * { + * "display_priorities": { + * "US": 90 + * }, + * "display_priority": 90, + * "logo_path": "/qesugDq8sUCixmOOsqDM1xAnBYz.jpg", + * "provider_id": 438, + * "provider_name": "Chai Flicks" + * }, + * { + * "display_priorities": { + * "US": 88 + * }, + * "display_priority": 88, + * "logo_path": "/y9jFndski0fRO4MHh3yg5PIL9ZI.jpg", + * "provider_id": 439, + * "provider_name": "Shout! Factory TV" + * }, + * { + * "display_priorities": { + * "NZ": 19 + * }, + * "display_priority": 19, + * "logo_path": "/vcsLhyNRm528LzfVqQJDddusP27.jpg", + * "provider_id": 440, + * "provider_name": "ThreeNow" + * }, + * { + * "display_priorities": { + * "CA": 51 + * }, + * "display_priority": 51, + * "logo_path": "/zwTo48JWc9FNCgJ1ADPAfkhYUuA.jpg", + * "provider_id": 441, + * "provider_name": "NFB" + * }, + * { + * "display_priorities": { + * "NO": 15 + * }, + * "display_priority": 15, + * "logo_path": "/teyfWuW8nS8wsk6rVXIbynrxIX6.jpg", + * "provider_id": 442, + * "provider_name": "NRK TV" + * }, + * { + * "display_priorities": { + * "DK": 15 + * }, + * "display_priority": 15, + * "logo_path": "/eRRc8n7fzQewjh15d2fao45Xxvi.jpg", + * "provider_id": 443, + * "provider_name": "Filmstriben" + * }, + * { + * "display_priorities": { + * "AD": 15, + * "AL": 16, + * "AR": 22, + * "AT": 34, + * "AU": 42, + * "BA": 16, + * "BB": 12, + * "BE": 24, + * "BG": 8, + * "BH": 13, + * "BM": 14, + * "BO": 9, + * "BR": 32, + * "BS": 13, + * "CA": 68, + * "CH": 31, + * "CI": 12, + * "CL": 19, + * "CO": 20, + * "CR": 11, + * "CZ": 15, + * "DE": 62, + * "DK": 25, + * "DO": 13, + * "DZ": 13, + * "EC": 19, + * "EE": 16, + * "ES": 32, + * "FI": 27, + * "FR": 35, + * "GB": 56, + * "GF": 14, + * "GI": 14, + * "GR": 13, + * "GT": 11, + * "HK": 21, + * "HN": 10, + * "HR": 16, + * "HU": 15, + * "ID": 24, + * "IE": 28, + * "IL": 14, + * "IN": 37, + * "IQ": 16, + * "IS": 17, + * "IT": 34, + * "JM": 12, + * "JO": 13, + * "JP": 18, + * "KR": 19, + * "KW": 14, + * "LB": 16, + * "LI": 14, + * "LT": 17, + * "LV": 16, + * "LY": 13, + * "MA": 13, + * "MC": 13, + * "MD": 13, + * "MK": 15, + * "MT": 15, + * "MX": 33, + * "MY": 20, + * "NE": 12, + * "NG": 13, + * "NL": 33, + * "NO": 27, + * "NZ": 26, + * "OM": 13, + * "PA": 14, + * "PE": 20, + * "PH": 20, + * "PL": 19, + * "PS": 16, + * "PT": 22, + * "PY": 10, + * "QA": 13, + * "RO": 11, + * "RS": 16, + * "RU": 16, + * "SE": 30, + * "SG": 20, + * "SI": 16, + * "SK": 19, + * "SM": 14, + * "SV": 14, + * "TH": 18, + * "TN": 14, + * "TR": 18, + * "TW": 20, + * "TZ": 21, + * "US": 87, + * "UY": 17, + * "VE": 16, + * "YE": 14, + * "ZA": 18 + * }, + * "display_priority": 87, + * "logo_path": "/x6nRFzF32hCzMHaVM4RHRo7lsgS.jpg", + * "provider_id": 444, + * "provider_name": "Dekkoo" + * }, + * { + * "display_priorities": { + * "CA": 52, + * "US": 86 + * }, + * "display_priority": 86, + * "logo_path": "/5zUnCq0pvixEtQafzOBBWqxNRvX.jpg", + * "provider_id": 446, + * "provider_name": "Retrocrush" + * }, + * { + * "display_priorities": { + * "BR": 18 + * }, + * "display_priority": 18, + * "logo_path": "/gBYz3cTgDPRoRFOCS4gG9BNPJdX.jpg", + * "provider_id": 447, + * "provider_name": "Belas Artes à La Carte" + * }, + * { + * "display_priorities": { + * "CA": 49 + * }, + * "display_priority": 49, + * "logo_path": "/o2qiZykonJuLglxwBbtUbHu4wIO.jpg", + * "provider_id": 449, + * "provider_name": "Global TV" + * }, + * { + * "display_priorities": { + * "PT": 15 + * }, + * "display_priority": 15, + * "logo_path": "/9HQD7iNLyJQYhEq3Z9blyn7P4Vk.jpg", + * "provider_id": 452, + * "provider_name": "RTPplay" + * }, + * { + * "display_priorities": { + * "ES": 23 + * }, + * "display_priority": 23, + * "logo_path": "/273VHxSrDdEwLTXJrsnE6yJMqNZ.jpg", + * "provider_id": 456, + * "provider_name": "Mitele " + * }, + * { + * "display_priorities": { + * "AR": 12, + * "BO": 21, + * "CL": 32, + * "CO": 12, + * "CR": 22, + * "DO": 30, + * "EC": 12, + * "GT": 22, + * "HN": 21, + * "MX": 22, + * "NI": 12, + * "PA": 10, + * "PE": 12, + * "PY": 21, + * "SV": 10, + * "US": 84, + * "UY": 13, + * "VE": 9 + * }, + * "display_priority": 84, + * "logo_path": "/jwRPknT20dfU1GeVqbcDXFyvtdG.jpg", + * "provider_id": 457, + * "provider_name": "VIX " + * }, + * { + * "display_priorities": { + * "US": 92 + * }, + * "display_priority": 92, + * "logo_path": "/zU75skIWNQ06SeFkmbFoaqhg069.jpg", + * "provider_id": 458, + * "provider_name": "Vice TV " + * }, + * { + * "display_priorities": { + * "BE": 16 + * }, + * "display_priority": 16, + * "logo_path": "/gdqGg9TIzmQQBmkG8bljY20KX0z.jpg", + * "provider_id": 461, + * "provider_name": "RTBF Auvio" + * }, + * { + * "display_priorities": { + * "FI": 18 + * }, + * "display_priority": 18, + * "logo_path": "/27Zotk8HAfHk7qPz9x6DWWhOpb7.jpg", + * "provider_id": 463, + * "provider_name": "Kirjastokino" + * }, + * { + * "display_priorities": { + * "AR": 14, + * "AU": 66, + * "BR": 113, + * "CA": 30, + * "CL": 12, + * "CO": 14, + * "EC": 13, + * "ES": 96, + * "FJ": 12, + * "GB": 134, + * "IE": 42, + * "MX": 11, + * "NZ": 36, + * "PE": 14, + * "PF": 11, + * "PG": 5, + * "PT": 58, + * "US": 15, + * "VE": 11 + * }, + * "display_priority": 15, + * "logo_path": "/hwsU65QW7A4dbMEWkDpgHyCNcfS.jpg", + * "provider_id": 464, + * "provider_name": "Kocowa" + * }, + * { + * "display_priorities": { + * "AR": 14, + * "CL": 12, + * "CO": 13, + * "MX": 25, + * "PE": 13, + * "UY": 9 + * }, + * "display_priority": 9, + * "logo_path": "/nr5UBW4IGKgBwmhpTMOfcvnX2vX.jpg", + * "provider_id": 467, + * "provider_name": "DIRECTV GO" + * }, + * { + * "display_priorities": { + * "ID": 15 + * }, + * "display_priority": 15, + * "logo_path": "/o506FcbahVPxvVcsSA5dFLj9drV.jpg", + * "provider_id": 468, + * "provider_name": "genflix" + * }, + * { + * "display_priorities": { + * "CA": 54 + * }, + * "display_priority": 54, + * "logo_path": "/cQjWvOiKRPeSuWRNGegcBjyqVbR.jpg", + * "provider_id": 469, + * "provider_name": "Club Illico" + * }, + * { + * "display_priorities": { + * "NL": 23 + * }, + * "display_priority": 23, + * "logo_path": "/88ssxWDyhabjrwSrbSf87nCDK2y.jpg", + * "provider_id": 472, + * "provider_name": "NLZIET" + * }, + * { + * "display_priorities": { + * "BR": 20, + * "GB": 43, + * "MX": 26, + * "US": 125 + * }, + * "display_priority": 125, + * "logo_path": "/llQ8zV50Wqh4gYCYfr52R1b9gfD.jpg", + * "provider_id": 473, + * "provider_name": "Revry" + * }, + * { + * "display_priorities": { + * "AR": 15, + * "AT": 25, + * "AU": 35, + * "BE": 17, + * "BG": 7, + * "BH": 9, + * "BM": 9, + * "BO": 8, + * "BR": 21, + * "BS": 9, + * "CA": 55, + * "CH": 23, + * "CL": 13, + * "CO": 14, + * "CR": 12, + * "CZ": 10, + * "DE": 44, + * "DK": 19, + * "DO": 9, + * "DZ": 9, + * "EC": 13, + * "EE": 11, + * "ES": 24, + * "FI": 19, + * "FR": 27, + * "GB": 44, + * "GF": 9, + * "GI": 9, + * "GR": 8, + * "GT": 12, + * "HN": 11, + * "HR": 12, + * "HU": 10, + * "ID": 19, + * "IE": 22, + * "IN": 23, + * "IS": 12, + * "IT": 27, + * "JO": 9, + * "JP": 13, + * "KR": 13, + * "KW": 9, + * "LI": 9, + * "LT": 11, + * "LV": 11, + * "LY": 9, + * "MA": 9, + * "MC": 9, + * "MD": 9, + * "MX": 27, + * "MY": 15, + * "NL": 24, + * "NO": 20, + * "NZ": 21, + * "OM": 9, + * "PA": 9, + * "PE": 14, + * "PH": 14, + * "PL": 10, + * "PT": 16, + * "PY": 11, + * "QA": 9, + * "RO": 6, + * "RU": 11, + * "SE": 21, + * "SG": 15, + * "SK": 15, + * "SM": 9, + * "SV": 9, + * "TH": 13, + * "TN": 9, + * "TR": 13, + * "TW": 28, + * "TZ": 22, + * "US": 126, + * "UY": 12, + * "VE": 11, + * "YE": 9, + * "ZA": 13 + * }, + * "display_priority": 126, + * "logo_path": "/5zqbck5mo8PuVbGu2ngBUdn5Yga.jpg", + * "provider_id": 475, + * "provider_name": "DOCSVILLE" + * }, + * { + * "display_priorities": { + * "IN": 21 + * }, + * "display_priority": 21, + * "logo_path": "/ymlo2k6RlX0zF5Te1AYwXRQ7Pra.jpg", + * "provider_id": 476, + * "provider_name": "EPIC ON" + * }, + * { + * "display_priorities": { + * "AR": 17, + * "BR": 23 + * }, + * "display_priority": 23, + * "logo_path": "/sYVlH6nNSaR2syC0sjkxErwOOjx.jpg", + * "provider_id": 478, + * "provider_name": "History Play" + * }, + * { + * "display_priorities": { + * "DE": 43 + * }, + * "display_priority": 43, + * "logo_path": "/ntvIffmJe7ZO1SSobwSx8ABAZFG.jpg", + * "provider_id": 479, + * "provider_name": "Home of Horror" + * }, + * { + * "display_priorities": { + * "DE": 45 + * }, + * "display_priority": 45, + * "logo_path": "/eptSSZPhXJllBI8QywFDmgOMNkU.jpg", + * "provider_id": 480, + * "provider_name": "Filmtastic" + * }, + * { + * "display_priorities": { + * "IN": 26 + * }, + * "display_priority": 26, + * "logo_path": "/tFkqZYsDhNe6hJCx50Aw6oma24w.jpg", + * "provider_id": 482, + * "provider_name": "ManoramaMax" + * }, + * { + * "display_priorities": { + * "ID": 18 + * }, + * "display_priority": 18, + * "logo_path": "/zDSJn28xTG4f6h2yxZ6UmCPvZ8j.jpg", + * "provider_id": 483, + * "provider_name": "MAX Stream" + * }, + * { + * "display_priorities": { + * "BR": 25 + * }, + * "display_priority": 25, + * "logo_path": "/7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg", + * "provider_id": 484, + * "provider_name": "Claro tv+" + * }, + * { + * "display_priorities": { + * "US": 128 + * }, + * "display_priority": 128, + * "logo_path": "/aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg", + * "provider_id": 486, + * "provider_name": "Spectrum On Demand" + * }, + * { + * "display_priorities": { + * "US": 127 + * }, + * "display_priority": 127, + * "logo_path": "/9BcTvaS8RhQ58LoEbiuoCNghbcz.jpg", + * "provider_id": 487, + * "provider_name": "OXYGEN" + * }, + * { + * "display_priorities": { + * "CA": 56 + * }, + * "display_priority": 56, + * "logo_path": "/yQhSfwOzTF9EATdq47LlRFghmiO.jpg", + * "provider_id": 488, + * "provider_name": "tvo" + * }, + * { + * "display_priorities": { + * "ID": 17 + * }, + * "display_priority": 17, + * "logo_path": "/l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg", + * "provider_id": 489, + * "provider_name": "Vidio" + * }, + * { + * "display_priorities": { + * "AR": 16 + * }, + * "display_priority": 16, + * "logo_path": "/21uSo4VQUdEmeA6RJ6gPSRwusbt.jpg", + * "provider_id": 491, + * "provider_name": "CINE" + * }, + * { + * "display_priorities": { + * "SE": 20 + * }, + * "display_priority": 20, + * "logo_path": "/oBdaG066fB5O7XYrYKQflOZvd89.jpg", + * "provider_id": 493, + * "provider_name": "SVT" + * }, + * { + * "display_priorities": { + * "FI": 44, + * "NO": 43, + * "SE": 24 + * }, + * "display_priority": 24, + * "logo_path": "/w1V9hzBaRlkpISBWhCv676kI8Mp.jpg", + * "provider_id": 496, + * "provider_name": "Cineasterna" + * }, + * { + * "display_priorities": { + * "SE": 22 + * }, + * "display_priority": 22, + * "logo_path": "/jy4yvY3szonb0p6rtMXvF5stuX9.jpg", + * "provider_id": 497, + * "provider_name": "Tele2 Play" + * }, + * { + * "display_priorities": { + * "BA": 24, + * "DE": 48, + * "EG": 20, + * "IL": 22, + * "NG": 21, + * "NL": 25, + * "TW": 29 + * }, + * "display_priority": 29, + * "logo_path": "/9kxo34bWuDJcGvNQBlSY4o6OujZ.jpg", + * "provider_id": 498, + * "provider_name": "South Park" + * }, + * { + * "display_priorities": { + * "BR": 22 + * }, + * "display_priority": 22, + * "logo_path": "/rXNXvz2096ri69ZlZsFwKxZYJsS.jpg", + * "provider_id": 499, + * "provider_name": "Oldflix" + * }, + * { + * "display_priorities": { + * "IN": 24 + * }, + * "display_priority": 24, + * "logo_path": "/5VLMQDq6LWfftQCl7sYrtTseXRA.jpg", + * "provider_id": 502, + * "provider_name": "Tata Play" + * }, + * { + * "display_priorities": { + * "PL": 11 + * }, + * "display_priority": 11, + * "logo_path": "/jhMNVBV2UocEGepRkr9oFPD7Gpb.jpg", + * "provider_id": 505, + * "provider_name": "Player" + * }, + * { + * "display_priorities": { + * "US": 123 + * }, + * "display_priority": 123, + * "logo_path": "/cZvP3XsDKlHFhNIyHYCVPStXT5l.jpg", + * "provider_id": 506, + * "provider_name": "TBS" + * }, + * { + * "display_priorities": { + * "US": 130 + * }, + * "display_priority": 130, + * "logo_path": "/mMJ6AQUpHDsD5s2Q2dnbpX1NFwp.jpg", + * "provider_id": 507, + * "provider_name": "tru TV" + * }, + * { + * "display_priorities": { + * "US": 131 + * }, + * "display_priority": 131, + * "logo_path": "/d8HzRaIa5aGE5mJB1SsIA9hODdx.jpg", + * "provider_id": 508, + * "provider_name": "DisneyNOW" + * }, + * { + * "display_priorities": { + * "US": 132 + * }, + * "display_priority": 132, + * "logo_path": "/9abwIEW9wZ12RavyKnInlK684xm.jpg", + * "provider_id": 509, + * "provider_name": "WeTV" + * }, + * { + * "display_priorities": { + * "IN": 25 + * }, + * "display_priority": 25, + * "logo_path": "/eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg", + * "provider_id": 510, + * "provider_name": "Discovery+" + * }, + * { + * "display_priorities": { + * "BO": 19, + * "CR": 20, + * "EG": 8, + * "GT": 20, + * "HK": 7, + * "HN": 19, + * "HR": 8, + * "IS": 8, + * "PH": 15, + * "PY": 19, + * "SA": 7, + * "SK": 11, + * "TW": 8, + * "TZ": 23 + * }, + * "display_priority": 23, + * "logo_path": "/nHxedyutqerk1yWBsc17mF8gteZ.jpg", + * "provider_id": 511, + * "provider_name": "iWantTFC" + * }, + * { + * "display_priorities": { + * "CA": 58, + * "US": 124 + * }, + * "display_priority": 124, + * "logo_path": "/jCgWMxqGaq0h0VOxyJPfQdTqmii.jpg", + * "provider_id": 514, + * "provider_name": "AsianCrush" + * }, + * { + * "display_priorities": { + * "IN": 27 + * }, + * "display_priority": 27, + * "logo_path": "/ayHY6wKxvCKj2PU8eRPFxnPc6B0.jpg", + * "provider_id": 515, + * "provider_name": "MX Player" + * }, + * { + * "display_priorities": { + * "CA": 60 + * }, + * "display_priority": 60, + * "logo_path": "/ss6JfWLwwrIjO1AfEsBy8GYM1EU.jpg", + * "provider_id": 516, + * "provider_name": "Noovo" + * }, + * { + * "display_priorities": { + * "BR": 88, + * "CA": 154, + * "US": 202 + * }, + * "display_priority": 202, + * "logo_path": "/eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg", + * "provider_id": 520, + * "provider_name": "Discovery +" + * }, + * { + * "display_priorities": { + * "AT": 55, + * "DE": 112, + * "DK": 42, + * "ES": 38, + * "FI": 32, + * "GB": 82, + * "IE": 38, + * "IT": 24, + * "NL": 39, + * "NO": 32, + * "SE": 34 + * }, + * "display_priority": 34, + * "logo_path": "/bPW3J8KlLrot95sLzadnpzVe61f.jpg", + * "provider_id": 524, + * "provider_name": "Discovery+" + * }, + * { + * "display_priorities": { + * "CA": 57 + * }, + * "display_priority": 57, + * "logo_path": "/7wADjxAylhGGqWYNz86jGOQSoZG.jpg", + * "provider_id": 525, + * "provider_name": "Knowledge Network" + * }, + * { + * "display_priorities": { + * "AU": 53, + * "CA": 91, + * "NZ": 34, + * "US": 31 + * }, + * "display_priority": 31, + * "logo_path": "/ovmu6uot1XVvsemM2dDySXLiX57.jpg", + * "provider_id": 526, + * "provider_name": "AMC+" + * }, + * { + * "display_priorities": { + * "AU": 54, + * "CA": 90, + * "ES": 74, + * "US": 26 + * }, + * "display_priority": 26, + * "logo_path": "/2ino0WmHA4GROB7NYKzT6PGqLcb.jpg", + * "provider_id": 528, + * "provider_name": "AMC+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 62, + * "GB": 24, + * "US": 133 + * }, + * "display_priority": 133, + * "logo_path": "/wAuMUrRTVaJ2CZ4ZpyQbayZx0iU.jpg", + * "provider_id": 529, + * "provider_name": "ARROW" + * }, + * { + * "display_priorities": { + * "AR": 7, + * "AT": 51, + * "AU": 5, + * "BO": 5, + * "BR": 6, + * "CA": 11, + * "CH": 45, + * "CL": 6, + * "CO": 7, + * "CR": 6, + * "DE": 11, + * "DO": 25, + * "EC": 3, + * "FR": 76, + * "GB": 8, + * "GT": 5, + * "HN": 6, + * "IE": 6, + * "IT": 9, + * "MX": 9, + * "NI": 13, + * "PA": 31, + * "PE": 5, + * "PY": 3, + * "SV": 26, + * "US": 18, + * "UY": 2, + * "VE": 6 + * }, + * "display_priority": 6, + * "logo_path": "/h5DcR0J2EESLitnhR8xLG1QymTE.jpg", + * "provider_id": 531, + * "provider_name": "Paramount Plus" + * }, + * { + * "display_priorities": { + * "AD": 11, + * "AL": 12, + * "BA": 12, + * "BB": 9, + * "BH": 10, + * "BM": 10, + * "BS": 10, + * "CA": 93, + * "CI": 8, + * "DO": 10, + * "DZ": 10, + * "EG": 16, + * "GF": 10, + * "GI": 10, + * "HK": 22, + * "HR": 17, + * "IN": 29, + * "IQ": 12, + * "IS": 18, + * "JM": 9, + * "JO": 10, + * "KW": 10, + * "LB": 12, + * "LI": 10, + * "LY": 10, + * "MA": 10, + * "MC": 10, + * "MD": 10, + * "NE": 8, + * "NG": 8, + * "OM": 10, + * "PA": 11, + * "PS": 12, + * "QA": 10, + * "RS": 12, + * "SA": 14, + * "SI": 12, + * "SK": 20, + * "SM": 10, + * "SV": 11, + * "TN": 10, + * "TW": 21, + * "TZ": 30, + * "US": 155, + * "UY": 14, + * "YE": 10 + * }, + * "display_priority": 155, + * "logo_path": "/8WerMI8XcZXqPpkHTZNtzMzousF.jpg", + * "provider_id": 532, + * "provider_name": "aha" + * }, + * { + * "display_priorities": { + * "AT": 28, + * "DE": 51 + * }, + * "display_priority": 51, + * "logo_path": "/9MABvFilVMUAV86vLUgBgeM5LQQ.jpg", + * "provider_id": 533, + * "provider_name": "Amazon Arthaus Channel" + * }, + * { + * "display_priorities": { + * "AT": 29, + * "CH": 26, + * "DE": 53 + * }, + * "display_priority": 53, + * "logo_path": "/ugus0p8BGGhE8sxhwAjJz2o8jyy.jpg", + * "provider_id": 537, + * "provider_name": "ZDF" + * }, + * { + * "display_priorities": { + * "AD": 26, + * "AG": 13, + * "AL": 28, + * "AO": 5, + * "AR": 61, + * "AT": 63, + * "AU": 46, + * "AZ": 5, + * "BA": 28, + * "BB": 26, + * "BE": 64, + * "BF": 5, + * "BG": 21, + * "BM": 28, + * "BO": 33, + * "BR": 84, + * "BS": 27, + * "BY": 7, + * "BZ": 11, + * "CA": 86, + * "CH": 49, + * "CI": 27, + * "CL": 33, + * "CM": 5, + * "CO": 34, + * "CR": 33, + * "CV": 13, + * "CY": 9, + * "CZ": 32, + * "DE": 55, + * "DK": 41, + * "DO": 33, + * "DZ": 29, + * "EC": 32, + * "EE": 27, + * "ES": 27, + * "FI": 43, + * "FJ": 12, + * "FR": 29, + * "GB": 48, + * "GF": 29, + * "GG": 11, + * "GH": 16, + * "GI": 27, + * "GQ": 14, + * "GR": 23, + * "GT": 33, + * "GY": 5, + * "HK": 38, + * "HN": 33, + * "HR": 35, + * "HU": 26, + * "ID": 39, + * "IE": 43, + * "IL": 27, + * "IN": 30, + * "IQ": 49, + * "IS": 32, + * "IT": 29, + * "JM": 25, + * "JO": 51, + * "JP": 53, + * "KE": 15, + * "KR": 14, + * "KW": 50, + * "LB": 29, + * "LC": 12, + * "LI": 29, + * "LT": 28, + * "LU": 11, + * "LV": 27, + * "LY": 29, + * "MA": 28, + * "MC": 26, + * "MD": 26, + * "ME": 6, + * "MG": 5, + * "MK": 27, + * "ML": 6, + * "MT": 26, + * "MU": 15, + * "MW": 3, + * "MX": 78, + * "MY": 31, + * "MZ": 17, + * "NE": 27, + * "NG": 30, + * "NI": 15, + * "NL": 85, + * "NO": 42, + * "NZ": 37, + * "OM": 50, + * "PA": 33, + * "PE": 33, + * "PF": 11, + * "PG": 5, + * "PH": 32, + * "PK": 8, + * "PL": 34, + * "PS": 28, + * "PT": 59, + * "PY": 32, + * "RO": 22, + * "RS": 29, + * "RU": 30, + * "SC": 14, + * "SE": 47, + * "SG": 30, + * "SI": 29, + * "SK": 38, + * "SM": 28, + * "SN": 14, + * "SV": 33, + * "TC": 12, + * "TD": 7, + * "TH": 29, + * "TN": 29, + * "TT": 13, + * "TW": 38, + * "TZ": 32, + * "UA": 8, + * "UG": 16, + * "US": 134, + * "UY": 32, + * "VA": 7, + * "VE": 30, + * "XK": 5, + * "YE": 28, + * "ZA": 30, + * "ZM": 14, + * "ZW": 6 + * }, + * "display_priority": 134, + * "logo_path": "/vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg", + * "provider_id": 538, + * "provider_name": "Plex" + * }, + * { + * "display_priorities": { + * "FI": 22 + * }, + * "display_priority": 22, + * "logo_path": "/eglAxQEXSO13p6gNf3HKymrIu7y.jpg", + * "provider_id": 540, + * "provider_name": "Elisa Viihde" + * }, + * { + * "display_priorities": { + * "ES": 26 + * }, + * "display_priority": 26, + * "logo_path": "/3QQKYFUDt13Q2Zm6JM2cOjlbd27.jpg", + * "provider_id": 541, + * "provider_name": "rtve" + * }, + * { + * "display_priorities": { + * "AT": 61, + * "BE": 57, + * "CH": 48, + * "DE": 57, + * "FR": 99, + * "LI": 28, + * "LU": 10 + * }, + * "display_priority": 28, + * "logo_path": "/zXu75uIAMgdblYvFFPzoIHmQhxa.jpg", + * "provider_id": 542, + * "provider_name": "filmfriend" + * }, + * { + * "display_priorities": { + * "BR": 26 + * }, + * "display_priority": 26, + * "logo_path": "/3MsEoFiBy9eaUdKo5Cx1iR9BPQy.jpg", + * "provider_id": 544, + * "provider_name": "Libreflix" + * }, + * { + * "display_priorities": { + * "AD": 14, + * "AL": 15, + * "AR": 19, + * "AT": 30, + * "AU": 38, + * "BA": 15, + * "BE": 20, + * "BM": 11, + * "BO": 6, + * "BR": 27, + * "CA": 63, + * "CH": 27, + * "CI": 11, + * "CL": 15, + * "CO": 16, + * "CR": 14, + * "CZ": 11, + * "DE": 56, + * "DK": 21, + * "EC": 15, + * "EE": 12, + * "ES": 28, + * "FI": 23, + * "FR": 30, + * "GB": 49, + * "GF": 11, + * "GI": 11, + * "GR": 9, + * "GT": 14, + * "HN": 13, + * "HU": 11, + * "ID": 20, + * "IE": 23, + * "IL": 13, + * "IN": 31, + * "IQ": 15, + * "IS": 13, + * "IT": 30, + * "JP": 14, + * "KR": 15, + * "KW": 11, + * "LB": 15, + * "LI": 11, + * "LT": 12, + * "LV": 12, + * "MK": 14, + * "MT": 14, + * "MX": 29, + * "MY": 16, + * "NE": 11, + * "NG": 12, + * "NL": 27, + * "NO": 22, + * "NZ": 22, + * "PE": 16, + * "PH": 16, + * "PL": 14, + * "PS": 15, + * "PT": 18, + * "PY": 13, + * "RO": 7, + * "RS": 15, + * "RU": 12, + * "SE": 26, + * "SG": 16, + * "SI": 15, + * "SM": 11, + * "TH": 14, + * "TN": 11, + * "TR": 14, + * "US": 136, + * "VE": 12, + * "YE": 11, + * "ZA": 14 + * }, + * "display_priority": 136, + * "logo_path": "/6dET59jNU0ADysghEjl8Unuc7Ca.jpg", + * "provider_id": 546, + * "provider_name": "WOW Presents Plus" + * }, + * { + * "display_priorities": { + * "PL": 15 + * }, + * "display_priority": 15, + * "logo_path": "/7jnt49RwicQ4Vs2v1MgfERfVuDS.jpg", + * "provider_id": 549, + * "provider_name": "IPLA" + * }, + * { + * "display_priorities": { + * "AD": 12, + * "AL": 13, + * "AR": 18, + * "AT": 31, + * "AU": 39, + * "BA": 13, + * "BB": 10, + * "BE": 21, + * "BH": 11, + * "BM": 12, + * "BO": 14, + * "BR": 28, + * "BS": 11, + * "CA": 65, + * "CH": 28, + * "CL": 16, + * "CO": 17, + * "CR": 15, + * "CZ": 12, + * "DE": 58, + * "DK": 22, + * "DO": 11, + * "DZ": 11, + * "EC": 16, + * "EE": 13, + * "EG": 14, + * "ES": 29, + * "FI": 24, + * "FR": 32, + * "GB": 50, + * "GF": 12, + * "GI": 12, + * "GR": 10, + * "GT": 15, + * "HK": 20, + * "HN": 14, + * "HR": 14, + * "HU": 12, + * "ID": 21, + * "IE": 24, + * "IL": 11, + * "IN": 32, + * "IQ": 13, + * "IS": 15, + * "IT": 31, + * "JM": 10, + * "JO": 11, + * "JP": 15, + * "KR": 16, + * "KW": 12, + * "LB": 13, + * "LI": 12, + * "LT": 13, + * "LV": 13, + * "LY": 11, + * "MA": 11, + * "MC": 11, + * "MD": 11, + * "MK": 12, + * "MT": 12, + * "MX": 30, + * "MY": 17, + * "NG": 10, + * "NL": 29, + * "NO": 23, + * "NZ": 23, + * "OM": 11, + * "PA": 12, + * "PE": 17, + * "PH": 17, + * "PL": 16, + * "PS": 13, + * "PT": 19, + * "PY": 14, + * "QA": 11, + * "RO": 8, + * "RS": 13, + * "RU": 13, + * "SA": 12, + * "SE": 27, + * "SG": 17, + * "SI": 13, + * "SK": 17, + * "SM": 12, + * "SV": 12, + * "TH": 15, + * "TN": 12, + * "TR": 15, + * "TW": 19, + * "TZ": 26, + * "US": 137, + * "UY": 15, + * "VE": 13, + * "YE": 12, + * "ZA": 15 + * }, + * "display_priority": 137, + * "logo_path": "/mSH24WQcRDJ2fsL5iucXqqRnSRb.jpg", + * "provider_id": 551, + * "provider_name": "Magellan TV" + * }, + * { + * "display_priorities": { + * "FI": 31, + * "LT": 14 + * }, + * "display_priority": 14, + * "logo_path": "/7QzLA6rsML2rKxhuagWlDl7Zxlm.jpg", + * "provider_id": 553, + * "provider_name": "Telia Play" + * }, + * { + * "display_priorities": { + * "AD": 13, + * "AL": 14, + * "AR": 20, + * "AT": 32, + * "AU": 40, + * "BA": 14, + * "BB": 11, + * "BE": 22, + * "BG": 6, + * "BH": 12, + * "BM": 13, + * "BO": 7, + * "BR": 29, + * "BS": 12, + * "CA": 66, + * "CH": 29, + * "CI": 10, + * "CL": 17, + * "CO": 18, + * "CR": 13, + * "CZ": 13, + * "DE": 59, + * "DK": 23, + * "DO": 12, + * "DZ": 12, + * "EC": 17, + * "EE": 14, + * "EG": 15, + * "ES": 30, + * "FI": 25, + * "FR": 33, + * "GB": 51, + * "GF": 13, + * "GI": 13, + * "GR": 11, + * "GT": 13, + * "HK": 24, + * "HN": 12, + * "HR": 15, + * "HU": 13, + * "ID": 22, + * "IE": 26, + * "IL": 12, + * "IN": 33, + * "IQ": 14, + * "IS": 16, + * "IT": 32, + * "JM": 11, + * "JO": 12, + * "JP": 16, + * "KR": 17, + * "KW": 13, + * "LB": 14, + * "LI": 13, + * "LT": 15, + * "LV": 14, + * "LY": 12, + * "MA": 12, + * "MC": 12, + * "MD": 12, + * "MK": 13, + * "MT": 13, + * "MX": 31, + * "MY": 18, + * "NE": 10, + * "NG": 11, + * "NL": 30, + * "NO": 24, + * "NZ": 24, + * "OM": 12, + * "PA": 13, + * "PE": 18, + * "PH": 18, + * "PL": 17, + * "PS": 14, + * "PT": 20, + * "PY": 12, + * "QA": 12, + * "RO": 9, + * "RS": 14, + * "RU": 14, + * "SA": 13, + * "SE": 28, + * "SG": 18, + * "SI": 14, + * "SK": 18, + * "SM": 13, + * "SV": 13, + * "TH": 16, + * "TN": 13, + * "TR": 16, + * "TW": 23, + * "TZ": 27, + * "US": 138, + * "UY": 16, + * "VE": 14, + * "YE": 13, + * "ZA": 16 + * }, + * "display_priority": 138, + * "logo_path": "/6IYZ4NjwPikxN7J9cfSmuyeHeMm.jpg", + * "provider_id": 554, + * "provider_name": "BroadwayHD" + * }, + * { + * "display_priorities": { + * "US": 139 + * }, + * "display_priority": 139, + * "logo_path": "/z4MqXgpzqxVy7GF8mlPOe8VOx82.jpg", + * "provider_id": 555, + * "provider_name": "The Oprah Winfrey Network" + * }, + * { + * "display_priorities": { + * "RU": 15 + * }, + * "display_priority": 15, + * "logo_path": "/yyMxS08v80D96O7NtL9supa5sn7.jpg", + * "provider_id": 557, + * "provider_name": "More TV" + * }, + * { + * "display_priorities": { + * "ID": 36, + * "IN": 35, + * "MY": 30 + * }, + * "display_priority": 30, + * "logo_path": "/e2hCUg2Z3sJ6yWF9NLU24SIKeWa.jpg", + * "provider_id": 561, + * "provider_name": "Lionsgate Play" + * }, + * { + * "display_priorities": { + * "NL": 32 + * }, + * "display_priority": 32, + * "logo_path": "/nzjqsR28PVVp5GJAlHtbBArNKqN.jpg", + * "provider_id": 563, + * "provider_name": "KPN" + * }, + * { + * "display_priorities": { + * "RU": 19 + * }, + * "display_priority": 19, + * "logo_path": "/r7cgAhlSLI4r80P1Si9P0jOevrr.jpg", + * "provider_id": 570, + * "provider_name": "Premier" + * }, + * { + * "display_priorities": { + * "BE": 27, + * "HR": 25 + * }, + * "display_priority": 25, + * "logo_path": "/3KaY2AQFkPHlc6QgGQmRbYxnsQa.jpg", + * "provider_id": 572, + * "provider_name": "RTL Play" + * }, + * { + * "display_priorities": { + * "BR": 35 + * }, + * "display_priority": 35, + * "logo_path": "/prbT74SL6obBAywv50qi5gnoBj5.jpg", + * "provider_id": 573, + * "provider_name": "KinoPop" + * }, + * { + * "display_priorities": { + * "AR": 25, + * "US": 145 + * }, + * "display_priority": 145, + * "logo_path": "/gR8rrj71VCLjlF1LJpplo72MXf0.jpg", + * "provider_id": 575, + * "provider_name": "OnDemandKorea" + * }, + * { + * "display_priorities": { + * "RU": 20 + * }, + * "display_priority": 20, + * "logo_path": "/3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg", + * "provider_id": 577, + * "provider_name": "TvIgle" + * }, + * { + * "display_priorities": { + * "NO": 30 + * }, + * "display_priority": 30, + * "logo_path": "/3ZigBD8WTEPcEHAvMWiJGUsv5u4.jpg", + * "provider_id": 578, + * "provider_name": "Strim" + * }, + * { + * "display_priorities": { + * "BG": 12 + * }, + * "display_priority": 12, + * "logo_path": "/ApcuSS6VOCV7slF4GBRARfy31bg.jpg", + * "provider_id": 580, + * "provider_name": "Nova Play" + * }, + * { + * "display_priorities": { + * "AD": 22, + * "AL": 23, + * "BA": 23, + * "BB": 18, + * "BH": 19, + * "BM": 20, + * "BS": 19, + * "CA": 72, + * "CI": 17, + * "DO": 20, + * "DZ": 18, + * "EG": 22, + * "GF": 20, + * "GI": 20, + * "HK": 15, + * "HR": 23, + * "IL": 21, + * "IQ": 23, + * "IS": 24, + * "JM": 18, + * "JO": 19, + * "KW": 20, + * "LB": 23, + * "LI": 20, + * "LY": 18, + * "MA": 18, + * "MC": 19, + * "MD": 19, + * "MK": 22, + * "MT": 22, + * "NE": 17, + * "NG": 18, + * "OM": 19, + * "PA": 21, + * "PS": 23, + * "QA": 19, + * "RS": 23, + * "SA": 22, + * "SI": 23, + * "SK": 28, + * "SM": 20, + * "SV": 21, + * "TN": 19, + * "TW": 14, + * "TZ": 15, + * "US": 148, + * "UY": 24, + * "YE": 20 + * }, + * "display_priority": 148, + * "logo_path": "/c4eVkfMna2VzHzZ8N2vWXUnMrlD.jpg", + * "provider_id": 581, + * "provider_name": "iQIYI" + * }, + * { + * "display_priorities": { + * "AT": 52, + * "AU": 6, + * "BR": 40, + * "CA": 13, + * "CL": 42, + * "CO": 43, + * "DE": 108, + * "FR": 77, + * "GB": 80, + * "IT": 57, + * "MX": 21, + * "US": 24 + * }, + * "display_priority": 24, + * "logo_path": "/hExO4PtimLIYn3kBOrzsejNv7cT.jpg", + * "provider_id": 582, + * "provider_name": "Paramount+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 12 + * }, + * "display_priority": 12, + * "logo_path": "/efu1Cqc63XrPBoreYnf2mn0Nizj.jpg", + * "provider_id": 583, + * "provider_name": "Epix Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 98, + * "CA": 158, + * "DE": 106, + * "GB": 63, + * "IN": 92, + * "IT": 25, + * "US": 25 + * }, + * "display_priority": 25, + * "logo_path": "/lgudHqEtTOzkMWlpTjU1oUyoUSZ.jpg", + * "provider_id": 584, + * "provider_name": "Discovery+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 60, + * "CA": 75, + * "FI": 47, + * "FR": 44, + * "IN": 79, + * "JP": 47, + * "PL": 33, + * "SE": 46 + * }, + * "display_priority": 46, + * "logo_path": "/ny55kYI31jrwSYp2LmCniMCGc03.jpg", + * "provider_id": 588, + * "provider_name": "MGM Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 74 + * }, + * "display_priority": 74, + * "logo_path": "/4KZlGfHQEza2dBf3HVk4oWmh611.jpg", + * "provider_id": 589, + * "provider_name": "TELETOON+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 39 + * }, + * "display_priority": 39, + * "logo_path": "/aG4lXRDfHl3qgQCgpWI6KEJV0i7.jpg", + * "provider_id": 593, + * "provider_name": "STV Player" + * }, + * { + * "display_priorities": { + * "GB": 71 + * }, + * "display_priority": 71, + * "logo_path": "/6xQrNQoTmXWhaJj4O8u2FRsXBXs.jpg", + * "provider_id": 595, + * "provider_name": "Eros Now Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 25 + * }, + * "display_priority": 25, + * "logo_path": "/u4OSH6NN7bdHRJJVLwozPa0jDUj.jpg", + * "provider_id": 596, + * "provider_name": "Arrow Video Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 67 + * }, + * "display_priority": 67, + * "logo_path": "/kt7M4N8FnyCUHSWZd2pyeJxge5b.jpg", + * "provider_id": 598, + * "provider_name": "ITV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 132, + * "DE": 232, + * "GB": 68 + * }, + * "display_priority": 232, + * "logo_path": "/l4h4b2esfTb7evLRiLrMjk6rsHj.jpg", + * "provider_id": 599, + * "provider_name": "Pokémon Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 69 + * }, + * "display_priority": 69, + * "logo_path": "/ivRp15loTWoVy3eEHALoYEyXI8J.jpg", + * "provider_id": 600, + * "provider_name": "Shout! Factory Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 72 + * }, + * "display_priority": 72, + * "logo_path": "/xJ3B83btVmp4wyRGRRRgWCibTLI.jpg", + * "provider_id": 602, + * "provider_name": "FilmBox Live Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 61, + * "IN": 93 + * }, + * "display_priority": 93, + * "logo_path": "/tLbUhvK1RcA5I4JHndxf5dprkE7.jpg", + * "provider_id": 603, + * "provider_name": "CuriosityStream Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 62, + * "IN": 94 + * }, + * "display_priority": 94, + * "logo_path": "/91oRDZySWtw60ei006uQ45gmjXD.jpg", + * "provider_id": 604, + * "provider_name": "DocuBay Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 77 + * }, + * "display_priority": 77, + * "logo_path": "/5W6vTKE684EhdITeMUjdcTIBGdh.jpg", + * "provider_id": 605, + * "provider_name": "Super Channel Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 78 + * }, + * "display_priority": 78, + * "logo_path": "/djTJ7pAkIhmPaN3eTA6wTUrphNG.jpg", + * "provider_id": 606, + * "provider_name": "StackTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 82, + * "CA": 79, + * "DE": 119, + * "ES": 42, + * "GB": 107 + * }, + * "display_priority": 107, + * "logo_path": "/d0KmcInHpiF44ahOLrXCQATEFmD.jpg", + * "provider_id": 607, + * "provider_name": "OUTtv Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 81, + * "BR": 41, + * "CA": 80, + * "ES": 75, + * "MX": 40 + * }, + * "display_priority": 40, + * "logo_path": "/bSy9zFiZtbKBHIyOu0H2Fs5cJmx.jpg", + * "provider_id": 608, + * "provider_name": "Love Nature Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 81 + * }, + * "display_priority": 81, + * "logo_path": "/bEgGGEDgBczZcZRJ6x1MtTym2LV.jpg", + * "provider_id": 609, + * "provider_name": "Smithsonian Channel Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 82 + * }, + * "display_priority": 82, + * "logo_path": "/2WEzLLWbvMLHSNkAjYrIeDOmLJM.jpg", + * "provider_id": 610, + * "provider_name": "BBC Earth Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 83 + * }, + * "display_priority": 83, + * "logo_path": "/nLyqqlMpgSQanUrKCacY3NQeHQG.jpg", + * "provider_id": 611, + * "provider_name": "The Great Courses Signature Collection Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 84 + * }, + * "display_priority": 84, + * "logo_path": "/srLngtBaRGooYsVgkvzkGCwbZHA.jpg", + * "provider_id": 612, + * "provider_name": "ALLWAYSBLK Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 58, + * "DE": 90, + * "GB": 19, + * "US": 151 + * }, + * "display_priority": 151, + * "logo_path": "/4VOCKZGiAtXMtoDyOrvHAN33uc2.jpg", + * "provider_id": 613, + * "provider_name": "Freevee" + * }, + * { + * "display_priorities": { + * "IN": 40 + * }, + * "display_priority": 40, + * "logo_path": "/1tCAM3WVOl0xknuwVc0v1LBWZNV.jpg", + * "provider_id": 614, + * "provider_name": "VI movies and tv" + * }, + * { + * "display_priorities": { + * "GB": 73 + * }, + * "display_priority": 73, + * "logo_path": "/sSMxh3tIOAi3QBoSXdagDxb3OKp.jpg", + * "provider_id": 615, + * "provider_name": "W4free" + * }, + * { + * "display_priorities": { + * "DK": 30 + * }, + * "display_priority": 30, + * "logo_path": "/dnD5cUeAPruAcYwwKKxYbMcfccq.jpg", + * "provider_id": 620, + * "provider_name": "DRTV" + * }, + * { + * "display_priorities": { + * "CH": 35 + * }, + * "display_priority": 35, + * "logo_path": "/l5SFTF3l9l1KSgZJM7foAppUenz.jpg", + * "provider_id": 622, + * "provider_name": "UPC TV" + * }, + * { + * "display_priorities": { + * "HK": 29, + * "TW": 30 + * }, + * "display_priority": 30, + * "logo_path": "/r3tmJFjecQGAfHjWOafhr1pux6b.jpg", + * "provider_id": 623, + * "provider_name": "WeTV" + * }, + * { + * "display_priorities": { + * "HK": 30, + * "TW": 31 + * }, + * "display_priority": 31, + * "logo_path": "/r9rEesXJjzY8sH3NLqNdkPdZ714.jpg", + * "provider_id": 624, + * "provider_name": "KKTV" + * }, + * { + * "display_priorities": { + * "HK": 31, + * "TW": 32 + * }, + * "display_priority": 32, + * "logo_path": "/j35eayHG7RC9Ll0ehtbOuek0TZL.jpg", + * "provider_id": 625, + * "provider_name": "LINE TV" + * }, + * { + * "display_priorities": { + * "SK": 26 + * }, + * "display_priority": 26, + * "logo_path": "/z7IYTxUHSrk1VPYgsc5RDe1E3tA.jpg", + * "provider_id": 626, + * "provider_name": "Otta" + * }, + * { + * "display_priorities": { + * "CZ": 28, + * "SK": 27 + * }, + * "display_priority": 27, + * "logo_path": "/iTzW2q9e1Kk10l2s934SDgPSJNm.jpg", + * "provider_id": 627, + * "provider_name": "Voyo" + * }, + * { + * "display_priorities": { + * "AE": 7, + * "EG": 24, + * "IQ": 9, + * "LB": 9, + * "PS": 9, + * "SA": 21, + * "TD": 1 + * }, + * "display_priority": 1, + * "logo_path": "/kC6JTo59Gj6I4vJPyBAYGh0sKAE.jpg", + * "provider_id": 629, + * "provider_name": "OSN" + * }, + * { + * "display_priorities": { + * "AE": 8, + * "BH": 27, + * "EG": 23, + * "IQ": 28, + * "JO": 27, + * "KW": 28, + * "OM": 27, + * "QA": 27, + * "SA": 20 + * }, + * "display_priority": 20, + * "logo_path": "/pDroY6RxYdVw63eAepag4b116Ub.jpg", + * "provider_id": 630, + * "provider_name": "STARZPLAY" + * }, + * { + * "display_priorities": { + * "HR": 24 + * }, + * "display_priority": 24, + * "logo_path": "/yHqa57jOQqhBarOh9lw2noJno00.jpg", + * "provider_id": 631, + * "provider_name": "HRTi" + * }, + * { + * "display_priorities": { + * "US": 28 + * }, + * "display_priority": 28, + * "logo_path": "/ywIoxSjoYJGUIbR6BfxUiCHdPi3.jpg", + * "provider_id": 633, + * "provider_name": "Paramount+ Roku Premium Channel" + * }, + * { + * "display_priorities": { + * "US": 29 + * }, + * "display_priority": 29, + * "logo_path": "/9laPF1MAiUxlqM8T98F3Gj0bhzd.jpg", + * "provider_id": 634, + * "provider_name": "Starz Roku Premium Channel" + * }, + * { + * "display_priorities": { + * "US": 30 + * }, + * "display_priority": 30, + * "logo_path": "/gAGrSQCTAisxy2CsWbijVvJEnRo.jpg", + * "provider_id": 635, + * "provider_name": "AMC+ Roku Premium Channel" + * }, + * { + * "display_priorities": { + * "US": 32 + * }, + * "display_priority": 32, + * "logo_path": "/lD7HKUmXDvUya58DceiTA809Zbf.jpg", + * "provider_id": 636, + * "provider_name": "MGM Plus Roku Premium Channel" + * }, + * { + * "display_priorities": { + * "HR": 26 + * }, + * "display_priority": 26, + * "logo_path": "/p6hKVngF1iWciIyxYmrl3UUitg7.jpg", + * "provider_id": 637, + * "provider_name": "Pickbox NOW" + * }, + * { + * "display_priorities": { + * "GB": 38 + * }, + * "display_priority": 38, + * "logo_path": "/48aHN85OncgXjtl6DOVOJ6Wni4g.jpg", + * "provider_id": 642, + * "provider_name": "STUDIOCANAL PRESENTS Apple TV Channel" + * }, + * { + * "display_priorities": { + * "DE": 69 + * }, + * "display_priority": 69, + * "logo_path": "/coWnECpOyKLWMTSlXkfT2PhLs9E.jpg", + * "provider_id": 679, + * "provider_name": "Cinema of Hearts Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 71, + * "PL": 48 + * }, + * "display_priority": 48, + * "logo_path": "/jG5tKt6JoHsYRoUq6Wg8i9QuHt2.jpg", + * "provider_id": 680, + * "provider_name": "Bloody Movies Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 72, + * "PL": 31 + * }, + * "display_priority": 31, + * "logo_path": "/3fhcb4cThixkfNpOudnpLcosTCA.jpg", + * "provider_id": 681, + * "provider_name": "Film Total Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 39, + * "CL": 43, + * "CO": 44, + * "MX": 97 + * }, + * "display_priority": 97, + * "logo_path": "/xht0G3uRLcTgjxRz3cDHuf8KKUw.jpg", + * "provider_id": 683, + * "provider_name": "Looke Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 44 + * }, + * "display_priority": 44, + * "logo_path": "/2GQVxfaiWA4n93I7sJDJf1b6NqS.jpg", + * "provider_id": 684, + * "provider_name": "FlixOlé Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 43 + * }, + * "display_priority": 43, + * "logo_path": "/4LnuoJ2E5nTWCvXnlGFaUNH324v.jpg", + * "provider_id": 685, + * "provider_name": "Cine+ OCS Amazon Channel " + * }, + * { + * "display_priorities": { + * "DE": 70 + * }, + * "display_priority": 70, + * "logo_path": "/7Zy6GqC8lQEvfBlWC1bJcaJzPRd.jpg", + * "provider_id": 686, + * "provider_name": "Home of Horror Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 124, + * "CH": 65, + * "DE": 52 + * }, + * "display_priority": 52, + * "logo_path": "/tnQ5PGryncrVxE9bK6nxif82wtd.jpg", + * "provider_id": 687, + * "provider_name": "Arthouse CNMA Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 41 + * }, + * "display_priority": 41, + * "logo_path": "/t7I2Tx6Q7Nz96KexIPjkzUJOCbt.jpg", + * "provider_id": 690, + * "provider_name": "Pongalo Amazon Channel " + * }, + * { + * "display_priorities": { + * "CH": 12 + * }, + * "display_priority": 12, + * "logo_path": "/c1Nj8YGitlXbvvv0taHLkBeyTaK.jpg", + * "provider_id": 691, + * "provider_name": "Play Suisse" + * }, + * { + * "display_priorities": { + * "AD": 21, + * "AE": 11, + * "AG": 8, + * "AL": 22, + * "AR": 29, + * "AT": 42, + * "AU": 48, + * "BA": 22, + * "BB": 21, + * "BE": 31, + * "BG": 14, + * "BH": 22, + * "BM": 23, + * "BO": 25, + * "BR": 42, + * "BS": 21, + * "CA": 88, + * "CH": 38, + * "CI": 20, + * "CL": 25, + * "CO": 26, + * "CR": 26, + * "CU": 8, + * "CV": 8, + * "CZ": 21, + * "DE": 74, + * "DK": 32, + * "DO": 22, + * "DZ": 21, + * "EC": 25, + * "EE": 21, + * "EG": 26, + * "ES": 46, + * "FI": 34, + * "FJ": 8, + * "FR": 47, + * "GB": 77, + * "GF": 23, + * "GG": 9, + * "GH": 7, + * "GI": 23, + * "GQ": 7, + * "GR": 18, + * "GT": 26, + * "HK": 34, + * "HN": 25, + * "HR": 28, + * "HU": 20, + * "ID": 30, + * "IE": 34, + * "IL": 20, + * "IN": 44, + * "IQ": 22, + * "IS": 27, + * "IT": 42, + * "JM": 20, + * "JO": 22, + * "JP": 23, + * "KE": 7, + * "KR": 24, + * "KW": 23, + * "LB": 22, + * "LC": 8, + * "LI": 23, + * "LT": 22, + * "LV": 21, + * "LY": 21, + * "MA": 21, + * "MC": 22, + * "MD": 21, + * "MK": 21, + * "MT": 21, + * "MU": 9, + * "MX": 42, + * "MY": 26, + * "MZ": 7, + * "NE": 20, + * "NG": 22, + * "NL": 42, + * "NO": 34, + * "NZ": 31, + * "OM": 22, + * "PA": 23, + * "PE": 26, + * "PF": 8, + * "PH": 25, + * "PK": 6, + * "PL": 25, + * "PS": 22, + * "PT": 29, + * "PY": 25, + * "QA": 22, + * "RO": 16, + * "RS": 22, + * "RU": 24, + * "SA": 25, + * "SC": 10, + * "SE": 36, + * "SG": 26, + * "SI": 22, + * "SK": 31, + * "SM": 23, + * "SN": 7, + * "SV": 23, + * "TC": 8, + * "TH": 24, + * "TN": 22, + * "TR": 23, + * "TT": 8, + * "TW": 34, + * "TZ": 9, + * "UG": 7, + * "US": 153, + * "UY": 26, + * "VA": 6, + * "VE": 22, + * "XK": 2, + * "YE": 23, + * "ZA": 23, + * "ZM": 7 + * }, + * "display_priority": 153, + * "logo_path": "/uauVx3dGWt0GICqdMCBYJObd3Mo.jpg", + * "provider_id": 692, + * "provider_name": "Cultpix" + * }, + * { + * "display_priorities": { + * "AT": 41, + * "DE": 73 + * }, + * "display_priority": 73, + * "logo_path": "/9aLd9gAK6xHtWK2tXDYq1fOqzJA.jpg", + * "provider_id": 693, + * "provider_name": "Turk On Video Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 43 + * }, + * "display_priority": 43, + * "logo_path": "/911zAHHLswJYihv988hbHDKa5M4.jpg", + * "provider_id": 696, + * "provider_name": "Serially" + * }, + * { + * "display_priorities": { + * "AE": 12, + * "AG": 7, + * "AL": 24, + * "AO": 3, + * "AR": 30, + * "AT": 43, + * "AU": 49, + * "AZ": 0, + * "BB": 22, + * "BE": 32, + * "BF": 3, + * "BG": 15, + * "BH": 23, + * "BM": 24, + * "BO": 26, + * "BR": 43, + * "BS": 22, + * "BY": 4, + * "BZ": 6, + * "CA": 89, + * "CH": 39, + * "CI": 22, + * "CL": 26, + * "CM": 3, + * "CO": 27, + * "CR": 27, + * "CU": 7, + * "CV": 7, + * "CY": 6, + * "CZ": 23, + * "DE": 75, + * "DK": 33, + * "DO": 23, + * "DZ": 23, + * "EC": 26, + * "EE": 22, + * "EG": 27, + * "ES": 47, + * "FI": 35, + * "FJ": 7, + * "FR": 49, + * "GB": 78, + * "GF": 26, + * "GG": 7, + * "GH": 9, + * "GI": 24, + * "GQ": 9, + * "GR": 19, + * "GT": 27, + * "GY": 2, + * "HK": 35, + * "HN": 26, + * "HR": 29, + * "HU": 21, + * "ID": 31, + * "IE": 35, + * "IN": 45, + * "IQ": 24, + * "IS": 28, + * "IT": 44, + * "JM": 21, + * "JO": 23, + * "JP": 24, + * "KE": 10, + * "KR": 25, + * "KW": 24, + * "LB": 24, + * "LC": 7, + * "LI": 24, + * "LT": 23, + * "LU": 7, + * "LV": 22, + * "LY": 23, + * "MA": 22, + * "MC": 23, + * "MD": 22, + * "ME": 3, + * "MG": 3, + * "MK": 23, + * "ML": 4, + * "MU": 7, + * "MW": 2, + * "MX": 43, + * "MY": 27, + * "MZ": 9, + * "NE": 22, + * "NG": 25, + * "NI": 7, + * "NL": 44, + * "NO": 35, + * "NZ": 32, + * "OM": 23, + * "PA": 24, + * "PE": 27, + * "PF": 7, + * "PG": 3, + * "PH": 26, + * "PK": 7, + * "PL": 26, + * "PS": 24, + * "PT": 30, + * "PY": 26, + * "QA": 23, + * "RO": 17, + * "RS": 25, + * "RU": 25, + * "SA": 26, + * "SC": 8, + * "SE": 37, + * "SG": 27, + * "SK": 32, + * "SM": 24, + * "SN": 9, + * "SV": 24, + * "TC": 7, + * "TD": 4, + * "TH": 25, + * "TN": 23, + * "TR": 23, + * "TT": 7, + * "TW": 35, + * "TZ": 17, + * "UA": 6, + * "UG": 9, + * "US": 154, + * "UY": 28, + * "VE": 23, + * "YE": 24, + * "ZA": 24, + * "ZM": 9, + * "ZW": 4 + * }, + * "display_priority": 154, + * "logo_path": "/fbveJTcro9Xw2KuPIIoPPePHiwy.jpg", + * "provider_id": 701, + * "provider_name": "FilmBox+" + * }, + * { + * "display_priorities": { + * "CI": 23, + * "DZ": 24, + * "EG": 28, + * "GH": 10, + * "GQ": 10, + * "KE": 11, + * "LY": 24, + * "MA": 23, + * "MU": 8, + * "MZ": 10, + * "NE": 23, + * "NG": 26, + * "SC": 9, + * "SN": 10, + * "TN": 24, + * "TZ": 8, + * "UG": 10, + * "ZA": 25, + * "ZM": 10 + * }, + * "display_priority": 25, + * "logo_path": "/4bsFc5AgxDNdDeS1NIjVRviARhB.jpg", + * "provider_id": 704, + * "provider_name": "IROKOTV" + * }, + * { + * "display_priorities": { + * "CA": 92 + * }, + * "display_priority": 92, + * "logo_path": "/29VK28jsSjFWHdXl1lxPb2SGmAk.jpg", + * "provider_id": 705, + * "provider_name": "Hollywood Suite Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 44, + * "DE": 130 + * }, + * "display_priority": 130, + * "logo_path": "/9NYihXY9biyXFJSZQq5HIGu1n8B.jpg", + * "provider_id": 706, + * "provider_name": "Moviedome Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 45, + * "DE": 131 + * }, + * "display_priority": 131, + * "logo_path": "/a2wCZ9ultzAbjAaG6JMiCFJoy9s.jpg", + * "provider_id": 707, + * "provider_name": "Aniverse Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 46, + * "DE": 132, + * "IT": 98 + * }, + * "display_priority": 98, + * "logo_path": "/9T5H28SXBkzmnZYy2iRfI7GzwLL.jpg", + * "provider_id": 708, + * "provider_name": "Superfresh Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 81 + * }, + * "display_priority": 81, + * "logo_path": "/eMoqH13BYzIC1wDlhONhHfDM3DN.jpg", + * "provider_id": 1706, + * "provider_name": "Comedy Central Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 80 + * }, + * "display_priority": 80, + * "logo_path": "/AvUM6aAqYh7JxUokb5T5ERn3KMs.jpg", + * "provider_id": 1707, + * "provider_name": "BluTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 79 + * }, + * "display_priority": 79, + * "logo_path": "/yXGqtV8HiXTsMfneACNPmZdCBld.jpg", + * "provider_id": 1708, + * "provider_name": "Discovery Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 83 + * }, + * "display_priority": 83, + * "logo_path": "/cYzZyot2IuGUYUXLvw6BMBT6v9p.jpg", + * "provider_id": 1709, + * "provider_name": "GRJNGO Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 82, + * "GB": 108, + * "IT": 53 + * }, + * "display_priority": 53, + * "logo_path": "/vd53k28L5ntW0FsarBsDGoMTCzH.jpg", + * "provider_id": 1710, + * "provider_name": "HistoryPlay Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 84 + * }, + * "display_priority": 84, + * "logo_path": "/g06QZd5k4bjDEcZ3J97jb3rNlfB.jpg", + * "provider_id": 1711, + * "provider_name": "MTV Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 86 + * }, + * "display_priority": 86, + * "logo_path": "/gHBdFYhxdeLHl8jimTDwA1bFv01.jpg", + * "provider_id": 1712, + * "provider_name": "RTL Passion Amazon Channel" + * }, + * { + * "display_priorities": { + * "AE": 14, + * "AR": 55, + * "AU": 59, + * "BH": 28, + * "BR": 77, + * "CA": 134, + * "CI": 24, + * "DE": 139, + * "DZ": 25, + * "EG": 30, + * "ES": 87, + * "FI": 41, + * "FR": 97, + * "GB": 119, + * "GH": 11, + * "GQ": 11, + * "ID": 35, + * "IL": 9, + * "IN": 63, + * "IQ": 10, + * "IT": 90, + * "JO": 28, + * "KE": 12, + * "KW": 29, + * "LB": 10, + * "LY": 25, + * "MA": 24, + * "MU": 10, + * "MX": 70, + * "MZ": 11, + * "NE": 24, + * "NG": 27, + * "OM": 28, + * "PH": 31, + * "PL": 32, + * "PS": 10, + * "QA": 28, + * "RU": 29, + * "SA": 28, + * "SC": 11, + * "SN": 11, + * "TN": 25, + * "TR": 55, + * "TZ": 10, + * "UG": 11, + * "US": 215, + * "ZA": 26, + * "ZM": 11 + * }, + * "display_priority": 215, + * "logo_path": "/7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg", + * "provider_id": 1715, + * "provider_name": "Shahid VIP" + * }, + * { + * "display_priorities": { + * "ES": 48 + * }, + * "display_priority": 48, + * "logo_path": "/8vES2nJNwOF57muvqLByDLm6snp.jpg", + * "provider_id": 1717, + * "provider_name": "Acontra Plus" + * }, + * { + * "display_priorities": { + * "IT": 46 + * }, + * "display_priority": 46, + * "logo_path": "/q77DpszIupURiKGDeFdSHo7TsTF.jpg", + * "provider_id": 1726, + * "provider_name": "Infinity Selection Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 48 + * }, + * "display_priority": 48, + * "logo_path": "/iZzlUo191ynXNpPNdcY8vvlYSf6.jpg", + * "provider_id": 1728, + * "provider_name": "iWonder Full Amazon channel" + * }, + * { + * "display_priorities": { + * "IT": 49 + * }, + * "display_priority": 49, + * "logo_path": "/xdUXTl4ontqdKv9ZpSBZKiOTyWm.jpg", + * "provider_id": 1729, + * "provider_name": "Full Action Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 53 + * }, + * "display_priority": 53, + * "logo_path": "/uPhMKOrup9jtJHIci8FXo3D6y5x.jpg", + * "provider_id": 1732, + * "provider_name": "Universcine Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 54 + * }, + * "display_priority": 54, + * "logo_path": "/1PhTUiq01Z82nvuJlDNYtBnRRN0.jpg", + * "provider_id": 1733, + * "provider_name": "Action Max Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 56 + * }, + * "display_priority": 56, + * "logo_path": "/nJ43DUei5yK9wWG3g9YpYT4UfN4.jpg", + * "provider_id": 1735, + * "provider_name": "Insomnia Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 58 + * }, + * "display_priority": 58, + * "logo_path": "/zg1uFDzIchkwrwOW6dq7LFxB4n6.jpg", + * "provider_id": 1737, + * "provider_name": "INA madelen Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 59 + * }, + * "display_priority": 59, + * "logo_path": "/yXSOt0AKxG28wXhnBaogQGwF7Rq.jpg", + * "provider_id": 1738, + * "provider_name": "Benshi Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 52 + * }, + * "display_priority": 52, + * "logo_path": "/4s8njawy9i5sVseo5pO862bHKuM.jpg", + * "provider_id": 1739, + * "provider_name": "Pash Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 53 + * }, + * "display_priority": 53, + * "logo_path": "/yISpVXhf6axqiHh6lBvJ8RRrZ8v.jpg", + * "provider_id": 1740, + * "provider_name": "Planet Horror Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 127, + * "DE": 227, + * "ES": 54, + * "NL": 96, + * "PT": 65, + * "SE": 50 + * }, + * "display_priority": 50, + * "logo_path": "/tM1HabyA45cnckBEhLS7hAVga5g.jpg", + * "provider_id": 1741, + * "provider_name": "Dizi Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 55 + * }, + * "display_priority": 55, + * "logo_path": "/tGvAD4O9obFP3DfOrDn8NaRQ6eT.jpg", + * "provider_id": 1742, + * "provider_name": "Acontra Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 56 + * }, + * "display_priority": 56, + * "logo_path": "/aJECXkHekrkuRZ7ABF5YR9DVDd8.jpg", + * "provider_id": 1743, + * "provider_name": "Historia y Actualidad Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 83 + * }, + * "display_priority": 83, + * "logo_path": "/jTtwvCgQxD8W7vljH5pH28PfYQD.jpg", + * "provider_id": 1744, + * "provider_name": "Icon Film Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 86 + * }, + * "display_priority": 86, + * "logo_path": "/mLif0L2p0M2AK4pbqHOBqLwB3bP.jpg", + * "provider_id": 1747, + * "provider_name": "Studiocanal Presents Amazon Channel" + * }, + * { + * "display_priorities": { + * "AE": 15, + * "BH": 24, + * "DZ": 26, + * "EG": 31, + * "IQ": 25, + * "JO": 24, + * "KW": 25, + * "LB": 25, + * "LY": 26, + * "MA": 25, + * "OM": 24, + * "PS": 25, + * "QA": 24, + * "SA": 29, + * "TN": 26, + * "YE": 25 + * }, + * "display_priority": 25, + * "logo_path": "/bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg", + * "provider_id": 1750, + * "provider_name": "TOD" + * }, + * { + * "display_priorities": { + * "FR": 60 + * }, + * "display_priority": 60, + * "logo_path": "/blrBF9R2ONYu04ifGkYEb3k779N.jpg", + * "provider_id": 1754, + * "provider_name": "TF1+" + * }, + * { + * "display_priorities": { + * "AT": 47, + * "DE": 91, + * "GB": 88 + * }, + * "display_priority": 88, + * "logo_path": "/6WQqJyaFd0fmLLE6WIjFQyEyAFj.jpg", + * "provider_id": 1757, + * "provider_name": "Sooner Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 159 + * }, + * "display_priority": 159, + * "logo_path": "/biHGb84xAzYrNkdvX5XWQTmgzC8.jpg", + * "provider_id": 1759, + * "provider_name": "Bet+" + * }, + * { + * "display_priorities": { + * "US": 19 + * }, + * "display_priority": 19, + * "logo_path": "/kkUHFtdjasnnOknZN69TbZ2fCTh.jpg", + * "provider_id": 1770, + * "provider_name": "Paramount+ with Showtime" + * }, + * { + * "display_priorities": { + * "AD": 24, + * "AL": 26, + * "BA": 26, + * "BG": 19, + * "CZ": 26, + * "DK": 36, + * "ES": 9, + * "FI": 37, + * "HR": 33, + * "HU": 24, + * "MK": 25, + * "NL": 11, + * "NO": 7, + * "PL": 7, + * "PT": 32, + * "RO": 20, + * "RS": 27, + * "SE": 7, + * "SI": 27, + * "SK": 35, + * "XK": 3 + * }, + * "display_priority": 3, + * "logo_path": "/gQbqEYd0C9uprYxEUqTM589qn8g.jpg", + * "provider_id": 1773, + * "provider_name": "SkyShowtime" + * }, + * { + * "display_priorities": { + * "TR": 25 + * }, + * "display_priority": 25, + * "logo_path": "/sDihpCEJyBtH1pwVniZz2U3gcBz.jpg", + * "provider_id": 1791, + * "provider_name": "Exxen" + * }, + * { + * "display_priorities": { + * "CA": 108, + * "US": 174 + * }, + * "display_priority": 174, + * "logo_path": "/esiLBRzDUwodjfN8gA4qj7l3ZF7.jpg", + * "provider_id": 1794, + * "provider_name": "Starz Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 52, + * "BR": 46, + * "CA": 110, + * "DE": 102, + * "ES": 63, + * "FR": 71, + * "GB": 98, + * "IT": 63, + * "JP": 27, + * "KR": 28, + * "MX": 46, + * "US": 175 + * }, + * "display_priority": 175, + * "logo_path": "/kICQccvOh8AIBMHGkBXJ047xeHN.jpg", + * "provider_id": 1796, + * "provider_name": "Netflix basic with Ads" + * }, + * { + * "display_priorities": { + * "DE": 104 + * }, + * "display_priority": 104, + * "logo_path": "/3VYyCBiG2WTCZ2tGzTkWvoXTeqi.jpg", + * "provider_id": 1805, + * "provider_name": "Studiocanal Presents MOVIECULT Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 105 + * }, + * "display_priority": 105, + * "logo_path": "/tHX1KI8VdAzKWMxSgPKqKfHcxFA.jpg", + * "provider_id": 1806, + * "provider_name": "Studiocanal Presents ALLSTARS Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 180 + * }, + * "display_priority": 180, + * "logo_path": "/QAtDmj6XHlkPvw5xAjF08ZQARh.jpg", + * "provider_id": 1811, + * "provider_name": "Cohen Media Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 83, + * "CZ": 22, + * "FR": 122, + * "MX": 18, + * "US": 11 + * }, + * "display_priority": 11, + * "logo_path": "/erfmV26akboHUerxGjpl8pBwww3.jpg", + * "provider_id": 1825, + * "provider_name": "Max Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 183 + * }, + * "display_priority": 183, + * "logo_path": "/f5yNbaK23OSWV5IocAj8FZwIOQj.jpg", + * "provider_id": 1832, + * "provider_name": "Popflick" + * }, + * { + * "display_priorities": { + * "ES": 68 + * }, + * "display_priority": 68, + * "logo_path": "/8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg", + * "provider_id": 1838, + * "provider_name": "Tivify" + * }, + * { + * "display_priorities": { + * "AU": 58, + * "CA": 117, + * "NO": 40, + * "US": 23 + * }, + * "display_priority": 23, + * "logo_path": "/xp12VXTZfunk568CAPs2Xqknimq.jpg", + * "provider_id": 1852, + * "provider_name": "Britbox Apple TV Channel " + * }, + * { + * "display_priorities": { + * "AR": 49, + * "AT": 56, + * "AU": 55, + * "BO": 31, + * "BR": 55, + * "CA": 116, + * "CH": 47, + * "CL": 31, + * "CO": 32, + * "CR": 32, + * "DE": 116, + * "DO": 29, + * "EC": 31, + * "FR": 83, + * "GB": 104, + * "GT": 32, + * "HN": 31, + * "IE": 41, + * "IT": 70, + * "MX": 23, + * "NI": 10, + * "PA": 30, + * "PE": 32, + * "PY": 30, + * "SV": 30, + * "US": 20, + * "VE": 28 + * }, + * "display_priority": 28, + * "logo_path": "/tJqmTmQ8jp9WfyaZfApHK8lSywA.jpg", + * "provider_id": 1853, + * "provider_name": "Paramount Plus Apple TV Channel " + * }, + * { + * "display_priorities": { + * "AU": 56, + * "CA": 118, + * "ES": 93, + * "US": 22 + * }, + * "display_priority": 22, + * "logo_path": "/oTQdXIqM9iewlN4MC2nhKB0gHw.jpg", + * "provider_id": 1854, + * "provider_name": "AMC Plus Apple TV Channel " + * }, + * { + * "display_priorities": { + * "US": 21 + * }, + * "display_priority": 21, + * "logo_path": "/1C5EVCWyQD798CE1DFfcm6oAbxP.jpg", + * "provider_id": 1855, + * "provider_name": "Starz Apple TV Channel" + * }, + * { + * "display_priorities": { + * "BE": 35 + * }, + * "display_priority": 35, + * "logo_path": "/kwftIxtjuCAROIcdd53UEjzSmca.jpg", + * "provider_id": 1857, + * "provider_name": "Telenet" + * }, + * { + * "display_priorities": { + * "AR": 57, + * "BR": 59, + * "CO": 33, + * "FR": 102, + * "GB": 124, + * "MX": 72, + * "MZ": 16, + * "PT": 55, + * "US": 226, + * "ZA": 29 + * }, + * "display_priority": 226, + * "logo_path": "/44E23wCM3WLsvAVRyk6fye76cZb.jpg", + * "provider_id": 1860, + * "provider_name": "Univer Video" + * }, + * { + * "display_priorities": { + * "CL": 38, + * "CO": 39, + * "MX": 62, + * "US": 187 + * }, + * "display_priority": 187, + * "logo_path": "/6S6kGNEmB4iSq83FX2zWTz8aLMN.jpg", + * "provider_id": 1866, + * "provider_name": "ViX Premium Amazon Channel" + * }, + * { + * "display_priorities": { + * "AR": 44, + * "BO": 29, + * "BR": 62, + * "BZ": 8, + * "CA": 123, + * "CL": 29, + * "CO": 30, + * "CR": 30, + * "DO": 27, + * "EC": 29, + * "ES": 72, + * "FR": 88, + * "GB": 106, + * "GT": 30, + * "HN": 29, + * "MX": 63, + * "NI": 8, + * "PA": 28, + * "PE": 30, + * "PY": 28, + * "SV": 28, + * "US": 191, + * "UY": 30, + * "VE": 26 + * }, + * "display_priority": 191, + * "logo_path": "/oJRCAz1WKkKM9Ge7mX5KFnegTNY.jpg", + * "provider_id": 1875, + * "provider_name": "Runtime" + * }, + * { + * "display_priorities": { + * "FR": 89 + * }, + * "display_priority": 89, + * "logo_path": "/2HsZxiwKi9Ym91r6WY9ojORvq79.jpg", + * "provider_id": 1887, + * "provider_name": "BrutX Amazon Channel" + * }, + * { + * "display_priorities": { + * "FR": 90 + * }, + * "display_priority": 90, + * "logo_path": "/9jmtFeqCWvTSYpMMUPNhk8JNJWS.jpg", + * "provider_id": 1888, + * "provider_name": "Animation Digital Network Amazon Channel" + * }, + * { + * "display_priorities": { + * "CL": 44, + * "CO": 45, + * "FR": 91, + * "MX": 96 + * }, + * "display_priority": 96, + * "logo_path": "/4ABGBjAMtRrYUrr0w3QfanuiaoB.jpg", + * "provider_id": 1889, + * "provider_name": "Universal+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 83, + * "ES": 76 + * }, + * "display_priority": 76, + * "logo_path": "/3EFwJrJalr0YEgN1ENwrYbIar3Q.jpg", + * "provider_id": 1890, + * "provider_name": "Hopster Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 120 + * }, + * "display_priority": 120, + * "logo_path": "/s7ZjSKXOtjKBb7hAzBm3b0iY0SG.jpg", + * "provider_id": 1891, + * "provider_name": "alleskino Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 121 + * }, + * "display_priority": 121, + * "logo_path": "/5Qe65kN95Z0CytOaG3I8bytdW7A.jpg", + * "provider_id": 1892, + * "provider_name": "RTL Crime Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 109, + * "IT": 74 + * }, + * "display_priority": 74, + * "logo_path": "/bAcfYRySJoSGfNQhmItALKqHYbJ.jpg", + * "provider_id": 1893, + * "provider_name": "Crime+ Investigation Play Amazon Channel" + * }, + * { + * "display_priorities": { + * "IT": 76 + * }, + * "display_priority": 76, + * "logo_path": "/xcXI50PQIBsRDAP6eEpv09Vz8SG.jpg", + * "provider_id": 1895, + * "provider_name": "Anime Generation Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 47 + * }, + * "display_priority": 47, + * "logo_path": "/oRfWFOG7XbNO1ZSICEnRzmUt7bT.jpg", + * "provider_id": 1898, + * "provider_name": "Amazon miniTV" + * }, + * { + * "display_priorities": { + * "AD": 27, + * "AG": 12, + * "AR": 60, + * "BA": 29, + * "BB": 25, + * "BE": 67, + * "BG": 22, + * "BO": 32, + * "BR": 7, + * "BS": 26, + * "BZ": 10, + * "CL": 7, + * "CO": 6, + * "CR": 4, + * "CZ": 35, + * "DK": 43, + * "DO": 32, + * "EC": 5, + * "ES": 17, + * "FI": 45, + * "FR": 113, + * "GT": 4, + * "GY": 4, + * "HK": 40, + * "HN": 32, + * "HR": 36, + * "HU": 29, + * "ID": 41, + * "JM": 24, + * "LC": 11, + * "MC": 27, + * "MD": 27, + * "ME": 7, + * "MK": 28, + * "MX": 5, + * "MY": 33, + * "NI": 14, + * "NL": 88, + * "NO": 44, + * "PA": 32, + * "PE": 7, + * "PH": 34, + * "PL": 40, + * "PT": 61, + * "PY": 31, + * "RO": 25, + * "RS": 30, + * "SE": 48, + * "SG": 32, + * "SI": 30, + * "SK": 40, + * "SV": 32, + * "TC": 11, + * "TH": 32, + * "TT": 12, + * "TW": 40, + * "US": 10, + * "UY": 3, + * "VE": 29 + * }, + * "display_priority": 29, + * "logo_path": "/fksCUZ9QDWZMUwL2LgMtLckROUN.jpg", + * "provider_id": 1899, + * "provider_name": "Max" + * }, + * { + * "display_priorities": { + * "DE": 122 + * }, + * "display_priority": 122, + * "logo_path": "/qTybjmHLNcXZExZLBnm4muVCDzP.jpg", + * "provider_id": 1902, + * "provider_name": "ARD Plus" + * }, + * { + * "display_priorities": { + * "TR": 11 + * }, + * "display_priority": 11, + * "logo_path": "/c8ryDZroFQtuyRVPBwXq5PLpTWV.jpg", + * "provider_id": 1904, + * "provider_name": "TV+" + * }, + * { + * "display_priorities": { + * "CZ": 30 + * }, + * "display_priority": 30, + * "logo_path": "/vrefjVylvD4RkEjQguuXebCp9UQ.jpg", + * "provider_id": 1928, + * "provider_name": "Prima Plus" + * }, + * { + * "display_priorities": { + * "AT": 60 + * }, + * "display_priority": 60, + * "logo_path": "/kP741xlbpymqjELaTcPiAet3SnV.jpg", + * "provider_id": 1929, + * "provider_name": "Filmtastic bei Canal+" + * }, + * { + * "display_priorities": { + * "CZ": 31 + * }, + * "display_priority": 31, + * "logo_path": "/489t5n9o1KhH7voGNQkrXT7vBKV.jpg", + * "provider_id": 1939, + * "provider_name": "Lepsi TV" + * }, + * { + * "display_priorities": { + * "SE": 44 + * }, + * "display_priority": 44, + * "logo_path": "/5lKPs5yrjeKHFrXh9RIvzyJJzSd.jpg", + * "provider_id": 1944, + * "provider_name": "TV4 Play" + * }, + * { + * "display_priorities": { + * "US": 204 + * }, + * "display_priority": 204, + * "logo_path": "/en3dbHAWzDpvDhsI0G8LphUhpBr.jpg", + * "provider_id": 1948, + * "provider_name": "Reveel" + * }, + * { + * "display_priorities": { + * "US": 205 + * }, + * "display_priority": 205, + * "logo_path": "/wSvS4FbVGh81CnC51JqXA3xaj27.jpg", + * "provider_id": 1953, + * "provider_name": "Ovation TV" + * }, + * { + * "display_priorities": { + * "AT": 74, + * "DE": 135 + * }, + * "display_priority": 135, + * "logo_path": "/kVUNXh1Rt9JnwCDotghBKEwLGdH.jpg", + * "provider_id": 1954, + * "provider_name": "ServusTV On" + * }, + * { + * "display_priorities": { + * "US": 207 + * }, + * "display_priority": 207, + * "logo_path": "/znTpq1dy5TYxm1QLoxORzuOuwYq.jpg", + * "provider_id": 1956, + * "provider_name": "Angel Studios" + * }, + * { + * "display_priorities": { + * "CA": 132, + * "US": 208 + * }, + * "display_priority": 208, + * "logo_path": "/jpEV1w3CnrpDQ1vRvGQIZF1S6vA.jpg", + * "provider_id": 1957, + * "provider_name": "Cineverse" + * }, + * { + * "display_priorities": { + * "AE": 31, + * "DE": 136, + * "EG": 47, + * "IN": 61, + * "IQ": 41, + * "JO": 42, + * "KW": 42, + * "SA": 43, + * "US": 209 + * }, + * "display_priority": 209, + * "logo_path": "/mK8nfCXfwoAa6cAkHUSKCkLEIKK.jpg", + * "provider_id": 1958, + * "provider_name": "AD tv" + * }, + * { + * "display_priorities": { + * "CA": 133, + * "US": 210 + * }, + * "display_priority": 210, + * "logo_path": "/8s4adSGz4UmVOP5uegNkoikSFLV.jpg", + * "provider_id": 1960, + * "provider_name": "Midnight Pulp" + * }, + * { + * "display_priorities": { + * "DK": 40 + * }, + * "display_priority": 40, + * "logo_path": "/a6z85DKGuPOyTg03TlJ6ShzzFO6.jpg", + * "provider_id": 1961, + * "provider_name": "Allente" + * }, + * { + * "display_priorities": { + * "US": 211 + * }, + * "display_priority": 211, + * "logo_path": "/mfNkTJi4a462s69AxANQQU6IA7n.jpg", + * "provider_id": 1962, + * "provider_name": "FYI Network" + * }, + * { + * "display_priorities": { + * "US": 212 + * }, + * "display_priority": 212, + * "logo_path": "/xfKqqWYYIyvjECOFOaYtJdD7gl3.jpg", + * "provider_id": 1963, + * "provider_name": "Xumo Play" + * }, + * { + * "display_priorities": { + * "US": 213 + * }, + * "display_priority": 213, + * "logo_path": "/nlOrX8YVYjxFkEpfvJHayNg9UAB.jpg", + * "provider_id": 1964, + * "provider_name": "National Geographic" + * }, + * { + * "display_priorities": { + * "FR": 98 + * }, + * "display_priority": 98, + * "logo_path": "/8qSG9LtUhBQIWy2Fr6fzeW7gBdd.jpg", + * "provider_id": 1967, + * "provider_name": "Molotov TV" + * }, + * { + * "display_priorities": { + * "AT": 126, + * "AU": 85, + * "BE": 71, + * "BR": 112, + * "CA": 12, + * "CL": 46, + * "CO": 47, + * "DE": 226, + * "ES": 111, + * "FR": 120, + * "GB": 12, + * "GG": 20, + * "IN": 80, + * "IT": 110, + * "MX": 105, + * "NL": 95, + * "PL": 47, + * "SE": 13, + * "US": 13 + * }, + * "display_priority": 13, + * "logo_path": "/j7wdfXtHKUpV9CNwnXUa68HImFx.jpg", + * "provider_id": 1968, + * "provider_name": "Crunchyroll Amazon Channel" + * }, + * { + * "display_priorities": { + * "US": 216 + * }, + * "display_priority": 216, + * "logo_path": "/6gdKp9OwHgDLloethSPxZbtovkl.jpg", + * "provider_id": 1971, + * "provider_name": "DistroTV" + * }, + * { + * "display_priorities": { + * "CA": 135, + * "US": 217 + * }, + * "display_priority": 217, + * "logo_path": "/mWAOUnJY6hnQghUZpjuDB815efG.jpg", + * "provider_id": 1972, + * "provider_name": "myfilmfriend" + * }, + * { + * "display_priorities": { + * "US": 219 + * }, + * "display_priority": 219, + * "logo_path": "/jLD5zHgsAhSWBRTnMUOLaXrUuVI.jpg", + * "provider_id": 1976, + * "provider_name": "Outside Watch" + * }, + * { + * "display_priorities": { + * "US": 224 + * }, + * "display_priority": 224, + * "logo_path": "/iaTUCUOMrwXYRsVH3Ttkino1VDH.jpg", + * "provider_id": 1985, + * "provider_name": "Citytv" + * }, + * { + * "display_priorities": { + * "NL": 80 + * }, + * "display_priority": 80, + * "logo_path": "/cYyxWlMG0o1dKRvOdpMrVIFrY4F.jpg", + * "provider_id": 1986, + * "provider_name": "NPO Plus" + * }, + * { + * "display_priorities": { + * "AU": 62 + * }, + * "display_priority": 62, + * "logo_path": "/zlOChFXWhfIqK2QCf6KPxu0nH2D.jpg", + * "provider_id": 1988, + * "provider_name": "Brollie" + * }, + * { + * "display_priorities": { + * "DE": 144 + * }, + * "display_priority": 144, + * "logo_path": "/mmDWKHiDLmHDo2OWnduQuI1T4bh.jpg", + * "provider_id": 1989, + * "provider_name": "ZDF Select Amazon Channel " + * }, + * { + * "display_priorities": { + * "DE": 145 + * }, + * "display_priority": 145, + * "logo_path": "/dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg", + * "provider_id": 1993, + * "provider_name": "Videoload" + * }, + * { + * "display_priorities": { + * "DE": 146 + * }, + * "display_priority": 146, + * "logo_path": "/a1zZJiOid4gG27xJtkcDaSVrQdb.jpg", + * "provider_id": 1994, + * "provider_name": "TELE 5" + * }, + * { + * "display_priorities": { + * "FI": 42 + * }, + * "display_priority": 42, + * "logo_path": "/wRMEDOZ8iAEEHXIY2VyckvT0K8I.jpg", + * "provider_id": 2029, + * "provider_name": "MTV Katsomo" + * }, + * { + * "display_priorities": { + * "US": 230 + * }, + * "display_priority": 230, + * "logo_path": "/vpSjs2UcViGYYHyuI8Kow9oHEtU.jpg", + * "provider_id": 2030, + * "provider_name": "Toon Goggles" + * }, + * { + * "display_priorities": { + * "US": 231 + * }, + * "display_priority": 231, + * "logo_path": "/a0vfnBfWPAF6OtKZCzlyiW9A9l6.jpg", + * "provider_id": 2033, + * "provider_name": "A&E Crime Central Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AU": 63, + * "CA": 140, + * "ES": 92, + * "GB": 129, + * "MX": 78, + * "US": 232 + * }, + * "display_priority": 232, + * "logo_path": "/kx8rGgFYxX6aJkG7RHx2mtijglC.jpg", + * "provider_id": 2034, + * "provider_name": "Acorn TV Apple TV" + * }, + * { + * "display_priorities": { + * "DE": 148 + * }, + * "display_priority": 148, + * "logo_path": "/u8kLI2iiZVJfcQp9EqbaSU9OXFh.jpg", + * "provider_id": 2035, + * "provider_name": "Crime+Investigation Play Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 233 + * }, + * "display_priority": 233, + * "logo_path": "/voNwdFHk9uc2ZEWKZlwSQDsfRJN.jpg", + * "provider_id": 2036, + * "provider_name": "ALLBLK Apple TV channel" + * }, + * { + * "display_priorities": { + * "DE": 149 + * }, + * "display_priority": 149, + * "logo_path": "/9jxvmD363A04nuMw9jgyLzeDB3J.jpg", + * "provider_id": 2037, + * "provider_name": "ARD Plus Apple TV channel" + * }, + * { + * "display_priorities": { + * "DE": 150 + * }, + * "display_priority": 150, + * "logo_path": "/as1NArQkfAnptYQP3VS03GOJPdm.jpg", + * "provider_id": 2038, + * "provider_name": "Arthaus+ Apple TV channel" + * }, + * { + * "display_priorities": { + * "CA": 145, + * "US": 245 + * }, + * "display_priority": 245, + * "logo_path": "/z9YY5laFTjAb28NHvMU3ZBjVftm.jpg", + * "provider_id": 2039, + * "provider_name": "BBC Select Apple Tv channel" + * }, + * { + * "display_priorities": { + * "US": 246 + * }, + * "display_priority": 246, + * "logo_path": "/yFk3WffvGGUtIjJBSV0pgsciaEB.jpg", + * "provider_id": 2040, + * "provider_name": "BET+ Apple TV channel" + * }, + * { + * "display_priorities": { + * "CA": 143, + * "US": 239 + * }, + * "display_priority": 239, + * "logo_path": "/1SuB6tXdKaW4qDRDiqm9C1nr1mD.jpg", + * "provider_id": 2044, + * "provider_name": "OUTtv Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 234 + * }, + * "display_priority": 234, + * "logo_path": "/92iY4soQNVzNM02mHGjqovPdzdF.jpg", + * "provider_id": 2045, + * "provider_name": "UP Faith & Family Apple TV Channel" + * }, + * { + * "display_priorities": { + * "GB": 130, + * "US": 235 + * }, + * "display_priority": 235, + * "logo_path": "/5a0E4ozONnF8rw5cI3n9uueK9WM.jpg", + * "provider_id": 2047, + * "provider_name": "Tastemade Apple TV Channel" + * }, + * { + * "display_priorities": { + * "CA": 141, + * "US": 236 + * }, + * "display_priority": 236, + * "logo_path": "/1x0LxXHUibIolT5fxdSamGGMBC3.jpg", + * "provider_id": 2048, + * "provider_name": "Sundance Now Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AU": 64, + * "CA": 142, + * "US": 237 + * }, + * "display_priority": 237, + * "logo_path": "/kLfq0I2MwiUFUY9yI1GwOeKxX8f.jpg", + * "provider_id": 2049, + * "provider_name": "Shudder Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 238 + * }, + * "display_priority": 238, + * "logo_path": "/96HJkA4nMkcOtiqH9oF1YYtGBHK.jpg", + * "provider_id": 2050, + * "provider_name": "ScreenPix Apple TV Channel" + * }, + * { + * "display_priorities": { + * "CA": 144 + * }, + * "display_priority": 144, + * "logo_path": "/dy9XKHyf16dSB1Lg7KIrtUwDxIX.jpg", + * "provider_id": 2052, + * "provider_name": "Love Nature Apple TV Channel" + * }, + * { + * "display_priorities": { + * "IN": 74 + * }, + * "display_priority": 74, + * "logo_path": "/p8i1zUcZYQ7qU6RrGvGbDItvcx4.jpg", + * "provider_id": 2053, + * "provider_name": "Lionsgate Play Apple TV Channel" + * }, + * { + * "display_priorities": { + * "ID": 37 + * }, + * "display_priority": 37, + * "logo_path": "/hwX55ugBE1qtM62egayb1CHvNEh.jpg", + * "provider_id": 2054, + * "provider_name": "Lifetime Play Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 240 + * }, + * "display_priority": 240, + * "logo_path": "/cpSQ9P0ntzr1gZcxHIyaryihpgH.jpg", + * "provider_id": 2055, + * "provider_name": "Lifetime Movie Club Apple TV Channel" + * }, + * { + * "display_priorities": { + * "CA": 146, + * "US": 248 + * }, + * "display_priority": 248, + * "logo_path": "/tPvmybuDUn84aDps72GiMbvr2xU.jpg", + * "provider_id": 2056, + * "provider_name": "IFC Films Unlimited Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 249 + * }, + * "display_priority": 249, + * "logo_path": "/fsert5S2L3CWSFyaAODiWPOScmz.jpg", + * "provider_id": 2057, + * "provider_name": "HISTORY Vault Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 241 + * }, + * "display_priority": 241, + * "logo_path": "/ce9sTSF5WsvqEHv7kxOM1LlQha5.jpg", + * "provider_id": 2058, + * "provider_name": "Hallmark Movies Now Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AU": 65, + * "IN": 75, + * "US": 242 + * }, + * "display_priority": 242, + * "logo_path": "/cqgeSQHqKEkfcmsiy7GoCnf1Q2I.jpg", + * "provider_id": 2059, + * "provider_name": "Eros Now Select Apple TV Channel" + * }, + * { + * "display_priorities": { + * "GB": 131, + * "US": 243 + * }, + * "display_priority": 243, + * "logo_path": "/z9x1xFFKjHTYlLYWtiPhAjN4jOp.jpg", + * "provider_id": 2060, + * "provider_name": "CuriosityStream Apple TV Channel" + * }, + * { + * "display_priorities": { + * "US": 244 + * }, + * "display_priority": 244, + * "logo_path": "/zXCdY4pczONheFCU9GkrMbGI1o5.jpg", + * "provider_id": 2061, + * "provider_name": "Cinemax Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AT": 125, + * "BE": 70, + * "DE": 225, + * "NL": 94, + * "PL": 46 + * }, + * "display_priority": 46, + * "logo_path": "/2y1TzK7BFZlVV7IGmvGZGfzAAjj.jpg", + * "provider_id": 2063, + * "provider_name": "Crime+Investigation Play Amazon Channel " + * }, + * { + * "display_priorities": { + * "CA": 161, + * "US": 273 + * }, + * "display_priority": 273, + * "logo_path": "/dj9jb4fiaHILc5GtF76BXzrsGZj.jpg", + * "provider_id": 2064, + * "provider_name": "ALLBLK Amazon channel " + * }, + * { + * "display_priorities": { + * "AT": 122, + * "CH": 64, + * "DE": 223 + * }, + * "display_priority": 223, + * "logo_path": "/aiRdDAPESgu9ztDFcLtrSqFa0W2.jpg", + * "provider_id": 2065, + * "provider_name": "ARD Plus Amazon channel " + * }, + * { + * "display_priorities": { + * "US": 251 + * }, + * "display_priority": 251, + * "logo_path": "/fr8lHD0EAYU01UIhg6u8kJrk7jQ.jpg", + * "provider_id": 2073, + * "provider_name": "HISTORY Vault Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 77 + * }, + * "display_priority": 77, + * "logo_path": "/yVbjPWEbsStanRAxwKMDARVOvsn.jpg", + * "provider_id": 2074, + * "provider_name": "Lionsgate Play Amazon Channel" + * }, + * { + * "display_priorities": { + * "ID": 38 + * }, + * "display_priority": 38, + * "logo_path": "/zNYEUs0Z5t7jJqnLTtla8v6AoS4.jpg", + * "provider_id": 2075, + * "provider_name": "Lifetime Play Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 152 + * }, + * "display_priority": 152, + * "logo_path": "/ptSF973yIl90KwhEmNWDvN1nhan.jpg", + * "provider_id": 2076, + * "provider_name": "Wedo TV" + * }, + * { + * "display_priorities": { + * "DE": 160, + * "PE": 34, + * "US": 135 + * }, + * "display_priority": 135, + * "logo_path": "/27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg", + * "provider_id": 2077, + * "provider_name": "Plex Channel" + * }, + * { + * "display_priorities": { + * "US": 259 + * }, + * "display_priority": 259, + * "logo_path": "/2CYF8CNs5WK3sB69K0AlmwUxrzv.jpg", + * "provider_id": 2078, + * "provider_name": "Troma NOW" + * }, + * { + * "display_priorities": { + * "DE": 154 + * }, + * "display_priority": 154, + * "logo_path": "/5JkLub6H7HsWyLHbitnuXTzXmlJ.jpg", + * "provider_id": 2081, + * "provider_name": "KiKA" + * }, + * { + * "display_priorities": { + * "US": 253 + * }, + * "display_priority": 253, + * "logo_path": "/bKWKqZYT3wrpq1Lyi2qSmx1qlqh.jpg", + * "provider_id": 2089, + * "provider_name": "Lifetime Movie Club Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 65, + * "CA": 152, + * "DE": 156, + * "GB": 136, + * "US": 258 + * }, + * "display_priority": 258, + * "logo_path": "/8aBqoNeGGr0oSA85iopgNZUOTOc.jpg", + * "provider_id": 2100, + * "provider_name": "Amazon Prime Video with Ads" + * }, + * { + * "display_priorities": { + * "PL": 35 + * }, + * "display_priority": 35, + * "logo_path": "/hMfeG5pus99eh1xrSaC2r7YG5vw.jpg", + * "provider_id": 2101, + * "provider_name": "Canal+ online" + * }, + * { + * "display_priorities": { + * "DE": 157 + * }, + * "display_priority": 157, + * "logo_path": "/1rGIwO6vLlABDzMEUYKGGxfftTK.jpg", + * "provider_id": 2103, + * "provider_name": "Funk" + * }, + * { + * "display_priorities": { + * "US": 82 + * }, + * "display_priority": 82, + * "logo_path": "/9YYuvhTfMuBR7keJ7DPa1GFlDrF.jpg", + * "provider_id": 2129, + * "provider_name": "BYUtv" + * }, + * { + * "display_priorities": { + * "AT": 67, + * "DE": 162 + * }, + * "display_priority": 162, + * "logo_path": "/bh0e83QEvjzttsj8FJcQaYxPR43.jpg", + * "provider_id": 2134, + * "provider_name": "AXN Black Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 165 + * }, + * "display_priority": 165, + * "logo_path": "/inTlUMvnQrtCee5fnO4J45SuIwH.jpg", + * "provider_id": 2137, + * "provider_name": "Arthaus+" + * }, + * { + * "display_priorities": { + * "AT": 71, + * "BE": 66, + * "BR": 91, + * "CL": 37, + * "CO": 38, + * "DE": 166, + * "ES": 105, + * "GB": 144, + * "IT": 106, + * "MX": 85, + * "NL": 87 + * }, + * "display_priority": 87, + * "logo_path": "/efu1Cqc63XrPBoreYnf2mn0Nizj.jpg", + * "provider_id": 2141, + * "provider_name": "MGM Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "AR": 66, + * "BR": 90, + * "CL": 36, + * "CO": 37, + * "MX": 83 + * }, + * "display_priority": 83, + * "logo_path": "/foWKiK4ikpdM72OGN2B8jjyy6OY.jpg", + * "provider_id": 2142, + * "provider_name": "MGM+ Apple TV Channel" + * }, + * { + * "display_priorities": { + * "AT": 69 + * }, + * "display_priority": 69, + * "logo_path": "/d1d8EljUNvWVU09ShQyXHE1mO9L.jpg", + * "provider_id": 2151, + * "provider_name": "ORF ON" + * }, + * { + * "display_priorities": { + * "AT": 70 + * }, + * "display_priority": 70, + * "logo_path": "/5fS4WiQZ7yX3fBHKelQBO9NwUcD.jpg", + * "provider_id": 2152, + * "provider_name": "ORF KIDS" + * }, + * { + * "display_priorities": { + * "BR": 93 + * }, + * "display_priority": 93, + * "logo_path": "/rvepVasXaE7VFNNXR9pm0tGMu97.jpg", + * "provider_id": 2157, + * "provider_name": "Reserva Imovision Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 95 + * }, + * "display_priority": 95, + * "logo_path": "/lerdRkZ4vwe4gEZfSxpDpLF4uVl.jpg", + * "provider_id": 2159, + * "provider_name": "CurtaOn Amazon Channel" + * }, + * { + * "display_priorities": { + * "BR": 96, + * "MX": 87 + * }, + * "display_priority": 87, + * "logo_path": "/rWQZ2inMaEH315tkjREtBewl1Qf.jpg", + * "provider_id": 2160, + * "provider_name": "Playkids Learning Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 88 + * }, + * "display_priority": 88, + * "logo_path": "/b4vLoTkxvsjOB9kG2V0jsczRl1Q.jpg", + * "provider_id": 2161, + * "provider_name": "Sony One Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 89 + * }, + * "display_priority": 89, + * "logo_path": "/7lF4oJgbweKKeb9PemMUAw86ji2.jpg", + * "provider_id": 2162, + * "provider_name": "Atresplayer Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 90, + * "US": 275 + * }, + * "display_priority": 275, + * "logo_path": "/iHQ9I6iKiIAHSg4sAztp9QGYSs4.jpg", + * "provider_id": 2163, + * "provider_name": "Vix Gratis Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 91 + * }, + * "display_priority": 91, + * "logo_path": "/7SOOyT9PP0DMdsCXESdfMqbrFKW.jpg", + * "provider_id": 2164, + * "provider_name": "Gaia Amazon Channel" + * }, + * { + * "display_priorities": { + * "CL": 39, + * "CO": 40, + * "MX": 92 + * }, + * "display_priority": 92, + * "logo_path": "/p6vxYqm2xJpcLg3UbdHnqiVFHNa.jpg", + * "provider_id": 2165, + * "provider_name": "Kanal D Drama Amazon Channel" + * }, + * { + * "display_priorities": { + * "MX": 93 + * }, + * "display_priority": 93, + * "logo_path": "/qvTVusThbGd1FcEKQYcwiO4RjYa.jpg", + * "provider_id": 2166, + * "provider_name": "Pinguinitos Amazon Channel" + * }, + * { + * "display_priorities": { + * "CL": 40, + * "CO": 41, + * "MX": 94 + * }, + * "display_priority": 94, + * "logo_path": "/3Urtm9N9KL9cvhHBAKMpROdee1n.jpg", + * "provider_id": 2167, + * "provider_name": "Cindie Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 74 + * }, + * "display_priority": 74, + * "logo_path": "/qLT8rsghGQ92bsC0PAKtu4JAjTX.jpg", + * "provider_id": 2168, + * "provider_name": "DocPlay Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 75, + * "IN": 96 + * }, + * "display_priority": 96, + * "logo_path": "/3sOfrPDIomU45q0EN4Z9jQ3OfeG.jpg", + * "provider_id": 2169, + * "provider_name": "Iwonder Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 76 + * }, + * "display_priority": 76, + * "logo_path": "/cgdnToW3i10CWEoSoQC6Zq9mO9H.jpg", + * "provider_id": 2170, + * "provider_name": "Rialto Amazon Channel" + * }, + * { + * "display_priorities": { + * "CA": 156 + * }, + * "display_priority": 156, + * "logo_path": "/aaGh2F4UhXLRvOifdjSHQMqWB0K.jpg", + * "provider_id": 2171, + * "provider_name": "Citytvplus Amazon Channel" + * }, + * { + * "display_priorities": { + * "AU": 77, + * "CA": 157, + * "GB": 159 + * }, + * "display_priority": 159, + * "logo_path": "/e0MOb15WwgMmXPpza4eLqS0OmW6.jpg", + * "provider_id": 2172, + * "provider_name": "The Great Courses Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 167, + * "FR": 115 + * }, + * "display_priority": 115, + * "logo_path": "/h5QpXIpSnvrPFnOLRXV83CtVHQH.jpg", + * "provider_id": 2173, + * "provider_name": "Anime Digital Network Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 81 + * }, + * "display_priority": 81, + * "logo_path": "/8ipK9EjNHvcPM22SgqKdA8wZjal.jpg", + * "provider_id": 2176, + * "provider_name": "Hoichoi Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 82 + * }, + * "display_priority": 82, + * "logo_path": "/fY2J5CojsKC52LO2K8P5AQAH2UT.jpg", + * "provider_id": 2177, + * "provider_name": "ManoramaMAX Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 83 + * }, + * "display_priority": 83, + * "logo_path": "/sOikKxPVWnwUqa46nt8SwrQ53ui.jpg", + * "provider_id": 2178, + * "provider_name": "Chaupal Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 84 + * }, + * "display_priority": 84, + * "logo_path": "/vAlwpM4ey2gRvgWmg5mHrjOAIU4.jpg", + * "provider_id": 2179, + * "provider_name": "BBC Kids Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 85 + * }, + * "display_priority": 85, + * "logo_path": "/i7FaDWpD2xoIWB5lyF191cykfck.jpg", + * "provider_id": 2180, + * "provider_name": "Sony Pictures Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 86 + * }, + * "display_priority": 86, + * "logo_path": "/3LH55fdW1UrjDITGZcJlQT4wRqB.jpg", + * "provider_id": 2181, + * "provider_name": "Vrott Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 87 + * }, + * "display_priority": 87, + * "logo_path": "/p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg", + * "provider_id": 2182, + * "provider_name": "Anime Times Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 88 + * }, + * "display_priority": 88, + * "logo_path": "/yOHCtgHbtOKQF5Oezz2ZNSxV6bq.jpg", + * "provider_id": 2183, + * "provider_name": "MyZen TV Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 89 + * }, + * "display_priority": 89, + * "logo_path": "/saZdn4kLq6Brkc0d8g6SZYGPxIr.jpg", + * "provider_id": 2184, + * "provider_name": "Museum Tv Amazon Channel" + * }, + * { + * "display_priorities": { + * "IN": 97 + * }, + * "display_priority": 97, + * "logo_path": "/8WPLg0mQQUdzWZw7xDaM0POmwfO.jpg", + * "provider_id": 2185, + * "provider_name": "NammaFlix Amazon Channel" + * }, + * { + * "display_priorities": { + * "DE": 170 + * }, + * "display_priority": 170, + * "logo_path": "/745WQrNUjgJfUXxM2OJAoFkPhsw.jpg", + * "provider_id": 2201, + * "provider_name": "Toggo" + * }, + * { + * "display_priorities": { + * "DE": 171 + * }, + * "display_priority": 171, + * "logo_path": "/jASACep2h6gPgTEfilfsn0mFteF.jpg", + * "provider_id": 2206, + * "provider_name": "Kixi" + * }, + * { + * "display_priorities": { + * "DE": 173 + * }, + * "display_priority": 173, + * "logo_path": "/xo4zowa5gbKT4z65ZathH6H4Cdg.jpg", + * "provider_id": 2209, + * "provider_name": "Freenet meinVOD" + * }, + * { + * "display_priorities": { + * "DE": 174 + * }, + * "display_priority": 174, + * "logo_path": "/mvI5xXSRCBkPlcq83CI21rEMuGk.jpg", + * "provider_id": 2211, + * "provider_name": "3sat" + * }, + * { + * "display_priorities": { + * "PL": 44 + * }, + * "display_priority": 44, + * "logo_path": "/rZG2UBzS8ysl2kloSbrm9w4Mth2.jpg", + * "provider_id": 2214, + * "provider_name": "CDA Premium" + * }, + * { + * "display_priorities": { + * "DE": 175 + * }, + * "display_priority": 175, + * "logo_path": "/eeu878U02fXr6ef3OfeiVVUS8yv.jpg", + * "provider_id": 2220, + * "provider_name": "Akibapass" + * }, + * { + * "display_priorities": { + * "AT": 76, + * "DE": 177 + * }, + * "display_priority": 177, + * "logo_path": "/a688PNhEgWvLPzxr7AgAD8pDfE9.jpg", + * "provider_id": 2229, + * "provider_name": "Disaster X Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 77, + * "DE": 179 + * }, + * "display_priority": 179, + * "logo_path": "/yRtZJF9vKrSSwwsgUS6XycBdAl0.jpg", + * "provider_id": 2231, + * "provider_name": "Galactic Stream Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 78, + * "DE": 180 + * }, + * "display_priority": 180, + * "logo_path": "/59jxqvvHok2RxWZ4gsdNs33be5r.jpg", + * "provider_id": 2233, + * "provider_name": "BATTLEZONE Amazon Channel" + * }, + * { + * "display_priorities": { + * "ES": 108 + * }, + * "display_priority": 108, + * "logo_path": "/lDvzuBuNVgpcdzDpPmmufKvrZPb.jpg", + * "provider_id": 2237, + * "provider_name": "3Cat" + * }, + * { + * "display_priorities": { + * "TR": 1 + * }, + * "display_priority": 1, + * "logo_path": "/lt6XdkI9JJuQjW7FH1Tud3M6x68.jpg", + * "provider_id": 2240, + * "provider_name": "Gain" + * }, + * { + * "display_priorities": { + * "ES": 4 + * }, + * "display_priority": 4, + * "logo_path": "/jse4MOi92Jgetym7nbXFZZBI6LK.jpg", + * "provider_id": 2241, + * "provider_name": "Movistar Plus+" + * }, + * { + * "display_priorities": { + * "AU": 89, + * "CA": 168, + * "GB": 161, + * "US": 277 + * }, + * "display_priority": 277, + * "logo_path": "/yFrZVSC4UnDpeIzX2svcRPgV5P5.jpg", + * "provider_id": 2243, + * "provider_name": "Apple TV Plus Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 79, + * "DE": 181 + * }, + * "display_priority": 181, + * "logo_path": "/kdK7YNtuILiP8eczeXV9nv6w6rd.jpg", + * "provider_id": 2245, + * "provider_name": "Auto Motor und Sport Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 80, + * "CH": 54, + * "DE": 182 + * }, + * "display_priority": 182, + * "logo_path": "/fA2DzD3tCoGt3LLCfH2N4K9klQi.jpg", + * "provider_id": 2246, + * "provider_name": " AXN White Amazon Channel " + * }, + * { + * "display_priorities": { + * "AT": 81, + * "DE": 183 + * }, + * "display_priority": 183, + * "logo_path": "/ehDgFpzIDeWQARSAGi8gGvrNIxT.jpg", + * "provider_id": 2247, + * "provider_name": "Cirkus Amazon Channel " + * }, + * { + * "display_priorities": { + * "AT": 82, + * "DE": 184 + * }, + * "display_priority": 184, + * "logo_path": "/4crDlxVeDcvFYJriUmy9RgOdPGR.jpg", + * "provider_id": 2248, + * "provider_name": "E! Entertainment Amazon Channel " + * }, + * { + * "display_priorities": { + * "AT": 83, + * "DE": 185 + * }, + * "display_priority": 185, + * "logo_path": "/hj3dCuFVj4iBRQsYHRVtVGZ8ezb.jpg", + * "provider_id": 2249, + * "provider_name": "Fix And Foxi Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 84, + * "CH": 55, + * "DE": 186 + * }, + * "display_priority": 186, + * "logo_path": "/kuDPlNYeBXdJdBS1VhbwWEKXf8t.jpg", + * "provider_id": 2250, + * "provider_name": "FlimmerkisteTV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 86, + * "DE": 188 + * }, + * "display_priority": 188, + * "logo_path": "/cvh6xn93xim49GzNEwxx43CHRiS.jpg", + * "provider_id": 2252, + * "provider_name": "Franatic Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 87, + * "DE": 189 + * }, + * "display_priority": 189, + * "logo_path": "/xc1sNY9m26IWTDLVch4l5RITE5n.jpg", + * "provider_id": 2253, + * "provider_name": "GEO Television Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 88, + * "DE": 190 + * }, + * "display_priority": 190, + * "logo_path": "/15d0DEceQYOTdUhbTV4h90MCwzw.jpg", + * "provider_id": 2254, + * "provider_name": "GEO Wild Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 91, + * "DE": 193 + * }, + * "display_priority": 193, + * "logo_path": "/j0EdO7R89IKdVkOE7jG4UnlJWJx.jpg", + * "provider_id": 2257, + * "provider_name": "Historama Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 92, + * "DE": 194 + * }, + * "display_priority": 194, + * "logo_path": "/4H9Cr9iKiKwJkjBqJn4TgHu3ufL.jpg", + * "provider_id": 2258, + * "provider_name": "Kabel Eins Classics Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 93, + * "CH": 56, + * "DE": 195 + * }, + * "display_priority": 195, + * "logo_path": "/6rUYLv7HEvx5DK1D6MQXy3MkLQc.jpg", + * "provider_id": 2259, + * "provider_name": "Kinderwelt Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 94, + * "CH": 57, + * "DE": 196 + * }, + * "display_priority": 196, + * "logo_path": "/2ixS9fp8UgxGifDn9aNxyeMyShc.jpg", + * "provider_id": 2260, + * "provider_name": "Kixi Select Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 95, + * "CH": 58, + * "DE": 197, + * "LI": 30, + * "LU": 12 + * }, + * "display_priority": 30, + * "logo_path": "/AeebTPbgU6JeJ2OkptaFjeCsmvQ.jpg", + * "provider_id": 2261, + * "provider_name": "Moconomy Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 96, + * "CH": 59, + * "DE": 198, + * "GB": 149, + * "GG": 12, + * "LI": 31, + * "LU": 13, + * "US": 278 + * }, + * "display_priority": 278, + * "logo_path": "/jNcidIqJIs75zwPGbOXa1YRXqgW.jpg", + * "provider_id": 2262, + * "provider_name": "Motorvision TV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 97, + * "DE": 199 + * }, + * "display_priority": 199, + * "logo_path": "/ge0PnSsdq9tCFY7UVpPwVKddaER.jpg", + * "provider_id": 2263, + * "provider_name": "Netzkino Select Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 99, + * "DE": 201, + * "GB": 150, + * "GG": 13 + * }, + * "display_priority": 150, + * "logo_path": "/fNrfISilqgSKJPPrYFmVBwzQm0x.jpg", + * "provider_id": 2264, + * "provider_name": "Okidoki Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 100, + * "DE": 202 + * }, + * "display_priority": 202, + * "logo_path": "/uP1H33OCslvhtlFzYTicmHivq9O.jpg", + * "provider_id": 2265, + * "provider_name": "ProSieben Fun Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 102, + * "CH": 61, + * "DE": 204 + * }, + * "display_priority": 204, + * "logo_path": "/kMfIUfVymOKnLwQGBAAUl6V8Q6H.jpg", + * "provider_id": 2267, + * "provider_name": "Queer Cinemab Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 103, + * "DE": 205 + * }, + * "display_priority": 205, + * "logo_path": "/mv5q5cRD3SwijtJQ13lktAo1Zow.jpg", + * "provider_id": 2268, + * "provider_name": "RTL Living Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 104, + * "DE": 206, + * "GB": 151, + * "GG": 14 + * }, + * "display_priority": 151, + * "logo_path": "/eOHPreGr7UvOGMEpVqXWZdcJAiT.jpg", + * "provider_id": 2269, + * "provider_name": "Sat.1 emotions Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 105, + * "DE": 207 + * }, + * "display_priority": 207, + * "logo_path": "/e4XxAzUddiLEGm4Okh8mSWxgh5U.jpg", + * "provider_id": 2270, + * "provider_name": "Sony Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 106, + * "DE": 208 + * }, + * "display_priority": 208, + * "logo_path": "/f3RXdwfzEfl5tf68T4Z1e78RT5Y.jpg", + * "provider_id": 2271, + * "provider_name": "Spiegel Geschichte Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 112, + * "DE": 214 + * }, + * "display_priority": 214, + * "logo_path": "/orskeNGDTbM3Ja0XdJL6GsBsJux.jpg", + * "provider_id": 2277, + * "provider_name": "Terra X Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 115, + * "DE": 217 + * }, + * "display_priority": 217, + * "logo_path": "/oIzyclVVk4xllr5KNqr28NdXMmh.jpg", + * "provider_id": 2280, + * "provider_name": "Watch4+ Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 116, + * "CH": 62, + * "DE": 218 + * }, + * "display_priority": 218, + * "logo_path": "/wjIZsNyJ3BtYURWZoBzMSUQYjvg.jpg", + * "provider_id": 2281, + * "provider_name": "Wild West Amzon Channel" + * }, + * { + * "display_priorities": { + * "TH": 30 + * }, + * "display_priority": 30, + * "logo_path": "/kwuUSaCoI9XN0ofHGVTkRm4BMYt.jpg", + * "provider_id": 2283, + * "provider_name": "Monomax" + * }, + * { + * "display_priorities": { + * "JP": 59 + * }, + * "display_priority": 59, + * "logo_path": "/cT8C7KjGlmaLrcsXkZhQpRhqpQs.jpg", + * "provider_id": 2284, + * "provider_name": "Max UNext Channel" + * }, + * { + * "display_priorities": { + * "AD": 28, + * "AE": 40, + * "AG": 14, + * "AL": 29, + * "AO": 6, + * "AR": 70, + * "AT": 119, + * "AU": 86, + * "AZ": 6, + * "BA": 30, + * "BB": 27, + * "BE": 69, + * "BF": 6, + * "BG": 23, + * "BH": 53, + * "BM": 29, + * "BO": 34, + * "BR": 111, + * "BS": 28, + * "BY": 8, + * "BZ": 12, + * "CA": 165, + * "CD": 3, + * "CH": 63, + * "CI": 28, + * "CL": 45, + * "CM": 6, + * "CO": 46, + * "CR": 34, + * "CU": 9, + * "CV": 14, + * "CY": 10, + * "CZ": 36, + * "DE": 54, + * "DK": 44, + * "DO": 34, + * "DZ": 30, + * "EC": 33, + * "EE": 28, + * "EG": 57, + * "ES": 110, + * "FI": 46, + * "FJ": 13, + * "FR": 119, + * "GB": 47, + * "GF": 30, + * "GG": 19, + * "GH": 17, + * "GI": 28, + * "GQ": 15, + * "GR": 25, + * "GT": 34, + * "GY": 6, + * "HK": 39, + * "HN": 34, + * "HR": 37, + * "HU": 30, + * "ID": 40, + * "IE": 47, + * "IL": 28, + * "IN": 100, + * "IQ": 53, + * "IS": 33, + * "IT": 109, + * "JM": 27, + * "JO": 55, + * "JP": 60, + * "KE": 16, + * "KR": 58, + * "KW": 54, + * "LB": 30, + * "LC": 14, + * "LI": 33, + * "LT": 29, + * "LU": 15, + * "LV": 28, + * "LY": 30, + * "MA": 29, + * "MC": 28, + * "MD": 28, + * "ME": 8, + * "MG": 6, + * "MK": 29, + * "ML": 7, + * "MT": 27, + * "MU": 16, + * "MW": 4, + * "MX": 104, + * "MY": 32, + * "MZ": 18, + * "NE": 28, + * "NG": 31, + * "NI": 16, + * "NL": 93, + * "NO": 45, + * "NZ": 39, + * "OM": 54, + * "PA": 34, + * "PE": 35, + * "PF": 12, + * "PG": 6, + * "PH": 33, + * "PK": 9, + * "PL": 45, + * "PS": 29, + * "PT": 64, + * "PY": 33, + * "QA": 53, + * "RO": 26, + * "RS": 31, + * "RU": 31, + * "SA": 52, + * "SC": 15, + * "SE": 49, + * "SG": 31, + * "SI": 31, + * "SK": 41, + * "SM": 29, + * "SN": 15, + * "SV": 34, + * "TC": 13, + * "TD": 8, + * "TH": 31, + * "TN": 30, + * "TR": 67, + * "TT": 15, + * "TW": 39, + * "TZ": 33, + * "UA": 9, + * "UG": 17, + * "US": 43, + * "UY": 33, + * "VA": 8, + * "VE": 31, + * "XK": 6, + * "YE": 29, + * "ZA": 31, + * "ZM": 15, + * "ZW": 7 + * }, + * "display_priority": 31, + * "logo_path": "/uCMLyl8jGIbInVyDeCeV6kpciFm.jpg", + * "provider_id": 2285, + * "provider_name": "JustWatchTV" + * }, + * { + * "display_priorities": { + * "FR": 121 + * }, + * "display_priority": 121, + * "logo_path": "/PAaj5bekwbeeoRC1evWg4KJW8p.jpg", + * "provider_id": 2286, + * "provider_name": "VIVA by videofutur" + * }, + * { + * "display_priorities": { + * "AT": 121, + * "DE": 222 + * }, + * "display_priority": 222, + * "logo_path": "/8fE593wjaked3UDNEb0Aw9WsSNW.jpg", + * "provider_id": 2288, + * "provider_name": "Allstars Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 128, + * "CH": 66, + * "DE": 228, + * "LI": 34, + * "LU": 16 + * }, + * "display_priority": 34, + * "logo_path": "/4zKrTkGhbh1KjFksg3gVPsZiPt2.jpg", + * "provider_id": 2289, + * "provider_name": "Fernsehen mit Herz Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 129, + * "DE": 229, + * "GB": 157, + * "GG": 21 + * }, + * "display_priority": 229, + * "logo_path": "/wezYuFAT4j8UV9Lk3oY2gptoNJ.jpg", + * "provider_id": 2290, + * "provider_name": "H & C TV Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 131, + * "DE": 231 + * }, + * "display_priority": 231, + * "logo_path": "/1egNE9hIti4LGeVJPGHbgXuXXO9.jpg", + * "provider_id": 2291, + * "provider_name": "Moviecult Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 134, + * "DE": 234, + * "GB": 158, + * "GG": 22 + * }, + * "display_priority": 234, + * "logo_path": "/91mdl623RUIlQGr3ZlbB6uxKM9W.jpg", + * "provider_id": 2293, + * "provider_name": "Seven Entertainment Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 136, + * "DE": 236 + * }, + * "display_priority": 236, + * "logo_path": "/Qq3ZiMvLl288BvhVoBv8lFot8I.jpg", + * "provider_id": 2295, + * "provider_name": "Thrillbox Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 137, + * "DE": 237 + * }, + * "display_priority": 237, + * "logo_path": "/sElGn8Ml7yYKuAsceZYQ0nKpqHa.jpg", + * "provider_id": 2296, + * "provider_name": "Viaplay Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 138, + * "DE": 238 + * }, + * "display_priority": 238, + * "logo_path": "/r3Ure9Slzgn6hcjMQKVIgf0ORBV.jpg", + * "provider_id": 2297, + * "provider_name": "ZDF Krimi Amazon Channel" + * }, + * { + * "display_priorities": { + * "AT": 139, + * "DE": 239, + * "GB": 160, + * "GG": 23 + * }, + * "display_priority": 239, + * "logo_path": "/8w42AXYRf7BiaRMsFTUCsTSuz63.jpg", + * "provider_id": 2298, + * "provider_name": "ZDFtivi Amazon channel" + * }, + * { + * "display_priorities": { + * "AT": 123, + * "DE": 224 + * }, + * "display_priority": 224, + * "logo_path": "/txD7jP7uZCsfoYkkCrJ20RgW2R0.jpg", + * "provider_id": 2299, + * "provider_name": "Bergblick Amazon Channel" + * }, + * { + * "display_priorities": { + * "GB": 156 + * }, + * "display_priority": 156, + * "logo_path": "/1LuvKw01c2KQCt6DqgAgR06H2pT.jpg", + * "provider_id": 2300, + * "provider_name": "ITVX Premium" + * }, + * { + * "display_priorities": { + * "AR": 71 + * }, + * "display_priority": 71, + * "logo_path": "/yGXdJGI6K2fPhpUoCt22yjLkgRj.jpg", + * "provider_id": 2302, + * "provider_name": "Mercado Play" + * }, + * { + * "display_priorities": { + * "AU": 87, + * "BR": 114, + * "CA": 166, + * "FR": 123, + * "GB": 162, + * "IE": 48, + * "MX": 106 + * }, + * "display_priority": 106, + * "logo_path": "/h5DcR0J2EESLitnhR8xLG1QymTE.jpg", + * "provider_id": 2303, + * "provider_name": "Paramount Plus Premium" + * }, + * { + * "display_priorities": { + * "AU": 88, + * "CA": 167, + * "GB": 163, + * "IE": 49 + * }, + * "display_priority": 49, + * "logo_path": "/h5DcR0J2EESLitnhR8xLG1QymTE.jpg", + * "provider_id": 2304, + * "provider_name": "Paramount Plus Basic with Ads" + * }, + * { + * "display_priorities": { + * "FR": 124 + * }, + * "display_priority": 124, + * "logo_path": "/rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg", + * "provider_id": 2307, + * "provider_name": "Premiere Max" + * } + * ] */ + results?: { + display_priorities?: { + /** @example 0 */ + AD?: number; + /** @example 1 */ + AE?: number; + /** @example 0 */ + AG?: number; + /** @example 0 */ + AL?: number; + /** @example 0 */ + AO?: number; + /** @example 3 */ + AR?: number; + /** @example 4 */ + AT?: number; + /** @example 10 */ + AU?: number; + /** @example 1 */ + AZ?: number; + /** @example 0 */ + BA?: number; + /** @example 0 */ + BB?: number; + /** @example 6 */ + BE?: number; + /** @example 0 */ + BF?: number; + /** @example 2 */ + BG?: number; + /** @example 0 */ + BH?: number; + /** @example 0 */ + BM?: number; + /** @example 4 */ + BO?: number; + /** @example 8 */ + BR?: number; + /** @example 0 */ + BS?: number; + /** @example 0 */ + BY?: number; + /** @example 0 */ + BZ?: number; + /** @example 6 */ + CA?: number; + /** @example 1 */ + CD?: number; + /** @example 4 */ + CH?: number; + /** @example 0 */ + CI?: number; + /** @example 3 */ + CL?: number; + /** @example 4 */ + CM?: number; + /** @example 4 */ + CO?: number; + /** @example 5 */ + CR?: number; + /** @example 0 */ + CU?: number; + /** @example 11 */ + CV?: number; + /** @example 0 */ + CY?: number; + /** @example 4 */ + CZ?: number; + /** @example 4 */ + DE?: number; + /** @example 5 */ + DK?: number; + /** @example 0 */ + DO?: number; + /** @example 0 */ + DZ?: number; + /** @example 6 */ + EC?: number; + /** @example 2 */ + EE?: number; + /** @example 2 */ + EG?: number; + /** @example 5 */ + ES?: number; + /** @example 8 */ + FI?: number; + /** @example 0 */ + FJ?: number; + /** @example 4 */ + FR?: number; + /** @example 4 */ + GB?: number; + /** @example 0 */ + GF?: number; + /** @example 0 */ + GG?: number; + /** @example 14 */ + GH?: number; + /** @example 0 */ + GI?: number; + /** @example 0 */ + GQ?: number; + /** @example 2 */ + GR?: number; + /** @example 6 */ + GT?: number; + /** @example 1 */ + GY?: number; + /** @example 4 */ + HK?: number; + /** @example 5 */ + HN?: number; + /** @example 3 */ + HR?: number; + /** @example 3 */ + HU?: number; + /** @example 4 */ + ID?: number; + /** @example 4 */ + IE?: number; + /** @example 24 */ + IL?: number; + /** @example 3 */ + IN?: number; + /** @example 0 */ + IQ?: number; + /** @example 4 */ + IS?: number; + /** @example 4 */ + IT?: number; + /** @example 0 */ + JM?: number; + /** @example 0 */ + JO?: number; + /** @example 6 */ + JP?: number; + /** @example 0 */ + KE?: number; + /** @example 6 */ + KR?: number; + /** @example 0 */ + KW?: number; + /** @example 0 */ + LB?: number; + /** @example 0 */ + LC?: number; + /** @example 0 */ + LI?: number; + /** @example 2 */ + LT?: number; + /** @example 0 */ + LU?: number; + /** @example 2 */ + LV?: number; + /** @example 0 */ + LY?: number; + /** @example 0 */ + MA?: number; + /** @example 0 */ + MC?: number; + /** @example 0 */ + MD?: number; + /** @example 4 */ + ME?: number; + /** @example 4 */ + MG?: number; + /** @example 0 */ + MK?: number; + /** @example 1 */ + ML?: number; + /** @example 0 */ + MT?: number; + /** @example 13 */ + MU?: number; + /** @example 1 */ + MW?: number; + /** @example 2 */ + MX?: number; + /** @example 4 */ + MY?: number; + /** @example 14 */ + MZ?: number; + /** @example 0 */ + NE?: number; + /** @example 0 */ + NG?: number; + /** @example 0 */ + NI?: number; + /** @example 9 */ + NL?: number; + /** @example 5 */ + NO?: number; + /** @example 4 */ + NZ?: number; + /** @example 0 */ + OM?: number; + /** @example 0 */ + PA?: number; + /** @example 3 */ + PE?: number; + /** @example 0 */ + PF?: number; + /** @example 0 */ + PG?: number; + /** @example 4 */ + PH?: number; + /** @example 0 */ + PK?: number; + /** @example 2 */ + PL?: number; + /** @example 0 */ + PS?: number; + /** @example 4 */ + PT?: number; + /** @example 5 */ + PY?: number; + /** @example 0 */ + QA?: number; + /** @example 1 */ + RO?: number; + /** @example 0 */ + RS?: number; + /** @example 2 */ + RU?: number; + /** @example 1 */ + SA?: number; + /** @example 0 */ + SC?: number; + /** @example 4 */ + SE?: number; + /** @example 5 */ + SG?: number; + /** @example 25 */ + SI?: number; + /** @example 4 */ + SK?: number; + /** @example 0 */ + SM?: number; + /** @example 0 */ + SN?: number; + /** @example 0 */ + SV?: number; + /** @example 0 */ + TC?: number; + /** @example 5 */ + TD?: number; + /** @example 4 */ + TH?: number; + /** @example 0 */ + TN?: number; + /** @example 8 */ + TR?: number; + /** @example 0 */ + TT?: number; + /** @example 6 */ + TW?: number; + /** @example 18 */ + TZ?: number; + /** @example 2 */ + UA?: number; + /** @example 14 */ + UG?: number; + /** @example 6 */ + US?: number; + /** @example 0 */ + UY?: number; + /** @example 3 */ + VA?: number; + /** @example 4 */ + VE?: number; + /** @example 4 */ + XK?: number; + /** @example 0 */ + YE?: number; + /** @example 2 */ + ZA?: number; + /** @example 0 */ + ZM?: number; + /** @example 1 */ + ZW?: number; + }; + /** @example 2 */ + display_priority?: number; + /** @example /9ghgSC0MA082EL6HLCW3GalykFD.jpg */ + logo_path?: string; + /** @example 2 */ + provider_id?: number; + /** @example Apple TV */ + provider_name?: string; + }[]; + }; + }; + }; + }; + }; +} diff --git a/src/features/content/apis/tmdb.not.generated.ts b/src/features/content/apis/tmdb.not.generated.ts index 08f993a..6c4b2ea 100644 --- a/src/features/content/apis/tmdb.not.generated.ts +++ b/src/features/content/apis/tmdb.not.generated.ts @@ -1,5 +1,5 @@ export interface paths { - "/4/account/{account_object_id}/movie/recommendations": { + "/account/{account_object_id}/movie/recommendations": { parameters: { query?: never; header?: never; @@ -15,70 +15,6 @@ export interface paths { patch?: never; trace?: never; }; - "/3/movie/{movie_id}": { - parameters: { - query?: never; - header?: never; - path?: never; - cookie?: never; - }; - get: operations["GetMovieById"]; - put?: never; - post?: never; - delete?: never; - options?: never; - head?: never; - patch?: never; - trace?: never; - }; - "/3/series/{series_id}": { - parameters: { - query?: never; - header?: never; - path?: never; - cookie?: never; - }; - get: operations["GetSeriesById"]; - put?: never; - post?: never; - delete?: never; - options?: never; - head?: never; - patch?: never; - trace?: never; - }; - "/3/discover/movie": { - parameters: { - query?: never; - header?: never; - path?: never; - cookie?: never; - }; - get: operations["GetDiscovery_Movie"]; - put?: never; - post?: never; - delete?: never; - options?: never; - head?: never; - patch?: never; - trace?: never; - }; - "/3/discover/tv": { - parameters: { - query?: never; - header?: never; - path?: never; - cookie?: never; - }; - get: operations["GetDiscovery_Serie"]; - put?: never; - post?: never; - delete?: never; - options?: never; - head?: never; - patch?: never; - trace?: never; - }; } export type webhooks = Record; export interface components { diff --git a/src/features/content/apis/tmdb.ts b/src/features/content/apis/tmdb.ts index 42da72a..3f0625c 100644 --- a/src/features/content/apis/tmdb.ts +++ b/src/features/content/apis/tmdb.ts @@ -1,25 +1,42 @@ -"use server"; - import createClient from "openapi-fetch"; import { query } from "@solidjs/router"; -import { Entry } from "../types"; -import { paths } from "./tmdb.not.generated"; +import { Entry, SearchResult } from "../types"; +import { paths as pathsV3 } from "./tmdb.generated"; +import { paths as pathsV4 } from "./tmdb.not.generated"; -const baseUrl = process.env.TMDB_BASE_URL; -const client = createClient({ - baseUrl, - headers: { - Authorization: `Bearer ${process.env.TMDB_TOKEN}`, - "Content-Type": "application/json;", - }, -}); +const getClients = () => { + "use server"; + + const baseUrl = process.env.TMDB_BASE_URL; + const clientV3 = createClient({ + baseUrl: `${baseUrl}/3`, + headers: { + Authorization: `Bearer ${process.env.TMDB_TOKEN}`, + "Content-Type": "application/json;", + }, + }); + + const clientV4 = createClient({ + baseUrl: `${baseUrl}/4`, + headers: { + Authorization: `Bearer ${process.env.TMDB_TOKEN}`, + "Content-Type": "application/json;", + }, + }); + + return [clientV3, clientV4] as const; +}; export const getEntry = query( async (id: string): Promise => { - const { data } = await client.GET("/3/movie/{movie_id}", { + "use server"; + + const [ clientV3 ] = getClients(); + + const { data } = await clientV3.GET("/movie/{movie_id}", { params: { path: { - movie_id: id, + movie_id: Number.parseInt(id), }, }, }); @@ -29,8 +46,8 @@ export const getEntry = query( } return { - id: String(data.id), - title: data.title, + id: String(data.id ?? -1), + title: data.title!, overview: data.overview, thumbnail: `http://image.tmdb.org/t/p/w342${data.poster_path}`, image: `http://image.tmdb.org/t/p/original${data.backdrop_path}`, @@ -40,10 +57,14 @@ export const getEntry = query( ); export const getRecommendations = query(async (): Promise => { + "use server"; + + const [ ,clientV4 ] = getClients(); + const account_object_id = "6668b76e419b28ec1a1c5aab"; - const { data } = await client.GET( - "/4/account/{account_object_id}/movie/recommendations", + const { data } = await clientV4.GET( + "/account/{account_object_id}/movie/recommendations", { params: { path: { account_object_id }, @@ -57,8 +78,8 @@ export const getRecommendations = query(async (): Promise => { return data?.results.map( ({ id, title, overview, poster_path, backdrop_path }) => ({ - id: String(id), - title, + id: String(id ?? -1), + title: title!, overview, thumbnail: `http://image.tmdb.org/t/p/w342${poster_path}`, image: `http://image.tmdb.org/t/p/original${backdrop_path}`, @@ -67,25 +88,71 @@ export const getRecommendations = query(async (): Promise => { }, "tmdb.getRecommendations"); export const getDiscovery = query(async (): Promise => { + "use server"; + + const [ clientV3 ] = getClients(); + const [{ data: movies }, { data: series }] = await Promise.all([ - client.GET("/3/discover/movie"), - client.GET("/3/discover/movie"), + clientV3.GET("/discover/movie"), + clientV3.GET("/discover/tv"), ]); if (movies === undefined || series === undefined) { return []; } - // console.log({ movies: movies.results.length, series: series.results.length }); - - return movies?.results - .slice(0, 9) - .concat(series?.results.slice(0, 9)) + const movieEntries = movies?.results?.slice(0, 10) .map(({ id, title, overview, poster_path, backdrop_path }) => ({ - id: String(id), - title, + id: String(id ?? -1), + title: title!, overview, thumbnail: `http://image.tmdb.org/t/p/w342${poster_path}`, image: `http://image.tmdb.org/t/p/original${backdrop_path}`, - })); + })) ?? [] + + const seriesEntries = series?.results?.slice(0, 10) + .map(({ id, name, overview, poster_path, backdrop_path }) => ({ + id: String(id ?? -1), + title: name!, + overview, + thumbnail: `http://image.tmdb.org/t/p/w342${poster_path}`, + image: `http://image.tmdb.org/t/p/original${backdrop_path}`, + })) ?? [] + + return movieEntries.concat(seriesEntries); }, "tmdb.getDiscovery"); + +export const searchMulti = query(async (query: string, page: number = 1): Promise => { + "use server"; + + if (query.length === 0) { + return { count: 0, pages: 0, results: [] }; + } + const [ clientV3 ] = getClients(); + + + const { data } = await clientV3.GET("/search/multi", { + params: { + query: { + query, + page, + include_adult: false, + language: 'en-US' + } + } + }); + + if (data === undefined) { + return { count: 0, pages: 0, results: [] }; + } + + console.log(`loaded page ${page}, found ${data.results?.length} results`); + + return { count: data.total_results!, pages: data.total_pages!, results: data.results?.map(({ id, name, title, media_type, overview, backdrop_path, poster_path }) => ({ + id: String(id), + title: `${name ?? title ?? ''} (${media_type})`, + overview, + thumbnail: `http://image.tmdb.org/t/p/w342${poster_path}`, + image: `http://image.tmdb.org/t/p/original${backdrop_path}`, + })) ?? [] }; +}, "tmdb.search.multi"); \ No newline at end of file diff --git a/src/features/content/apis/tmdb.yml b/src/features/content/apis/tmdb.yml new file mode 100644 index 0000000..886762f --- /dev/null +++ b/src/features/content/apis/tmdb.yml @@ -0,0 +1,194262 @@ +openapi: 3.0.3 +info: + title: The Movie Database + version: 1.0.0 + contact: {} +servers: + - url: https://api.themoviedb.org/3 +paths: + /authentication/guest_session/new: + get: + tags: + - AUTHENTICATION + summary: Create guest session + description: >- + This endpoint create a user guest session. + + operationId: createGuestSession + responses: + '200': + description: create guest session + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sat, 14 Dec 2024 14:11:03 GMT + ETag: + schema: + type: string + example: W/"11b1640a9cd8f46d61b85c37e8568714" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c974a69619205281e0e6b8e73f95e4b4.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: zzF2JGG23NA6LKqS3ddW_lhZ6KgITPrvfqzKsFvSiZOvCaQlU5kxew== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + content: + application/json: + schema: + type: object + properties: + expires_at: + type: string + example: 2024-12-15 14:11:03 UTC + description: This is the time when the guest session id will expire. + guest_session_id: + type: string + example: 3803074424af57054b31a12f9890c412 + description: It represents a unique identifier for a session that is created for a guest user. + success: + type: boolean + example: true + description: This shows whether the output was a success or failure. + examples: + create guest session: + value: + expires_at: 2024-12-15 14:11:03 UTC + guest_session_id: 3803074424af57054b31a12f9890c412 + success: true + security: + - bearerAuth: [] + /authentication/token/new: + get: + tags: + - AUTHENTICATION + summary: Create request token + description: >- + This endpoint create a request token. + operationId: createRequestToken + responses: + '200': + description: Create request token + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sat, 14 Dec 2024 16:16:25 GMT + ETag: + schema: + type: string + example: W/"ce267b87bb8b2f4835a40dab2bd4ade8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c35f767218cbd1125d801b52fa785c8c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: zY9-KJ6Qft3e3HGuw8dcTGbKw2U-_LgAw39zcrlU6JVZkBupJJrFuA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + authentication-callback: + schema: + type: string + example: >- + http://www.themoviedb.org/authenticate/07a398bfc1da42869f38e52a7eee32ddbf1e3064 + content: + application/json: + schema: + type: object + properties: + expires_at: + type: string + example: 2024-12-14 17:16:25 UTC + description: This is the time when the request token will expire. + request_token: + type: string + example: 07a398bfc1da42869f38e52a7eee32ddbf1e3064 + description: This is the request token. + success: + type: boolean + example: true + description: This shows whether the output was a success or failure. + examples: + Create request token: + value: + expires_at: 2024-12-14 17:16:25 UTC + request_token: 07a398bfc1da42869f38e52a7eee32ddbf1e3064 + success: true + /authentication/session/new: + post: + tags: + - AUTHENTICATION + summary: Create session + description: This endpoint create the session id. + operationId: createSession + requestBody: + content: + application/json: + schema: + type: object + properties: + request_token: + type: string + example: 97e8b69a2897f0b530ccb46c5cb352dd0a387e7c + description: This is a temporary credential used in the authentication process. + examples: + Create session: + value: + request_token: 97e8b69a2897f0b530ccb46c5cb352dd0a387e7c + responses: + '200': + description: create session + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: br + Date: + schema: + type: string + example: Fri, 03 Jan 2025 16:30:40 GMT + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 de2ed3c94563fee614f35f9bc3f52d1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 7-l9AZ89mkLTLezrS3bB3tPyC4vrvvicP1d1Q1FKMebx_XQ3hH9ovw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"6733ee53bb8edf180e9cf7cab97da591" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + type: object + properties: + session_id: + type: string + example: 7274a757c27767f63eda2c6599afd5b280047f2d + description: A token that represents a logged-in user's session after they have authenticated with their TMDB account. + success: + type: boolean + example: true + description: This shows whether the output was a success or failure. + examples: + create session: + value: + session_id: 7274a757c27767f63eda2c6599afd5b280047f2d + success: true + /authentication/token/validate_with_login: + post: + tags: + - AUTHENTICATION + summary: Create Session (with login) + description: This endpoint create the session id with its login details. + operationId: createSessionWithLogin + requestBody: + content: + application/json: + schema: + type: object + properties: + password: + type: string + example: test123 + description: The password used to create the account. + request_token: + type: string + example: 9cd2a6e7bb16e67e55bc695c87d9d63e0727057b + description: A temporary credential used in the authentication process. + username: + type: string + example: johnny_appleseed + description: The username used to create the account + examples: + Create Session (with login): + value: + password: test123 + request_token: 9cd2a6e7bb16e67e55bc695c87d9d63e0727057b + username: johnny_appleseed + responses: + '200': + description: create session (with login) + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: br + Date: + schema: + type: string + example: Sat, 14 Dec 2024 16:10:03 GMT + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 1fa3f854976309f3d11907ad7125291a.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: tbkAj4DwKpVW0TyZeKDjhfY7YJ_a8NagMvZoMRawmHqjXExGJImOVQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"b612f766ca97c2289354c0108f65de9b" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + type: object + properties: + expires_at: + type: string + example: 2024-12-14 17:06:53 UTC + description: This is when the request token will expire. + request_token: + type: string + example: 9cd2a6e7bb16e67e55bc695c87d9d63e0727057b + description: A temporary credential used in the authentication process. + success: + type: boolean + example: true + description: This is the success or failure of our request. + examples: + create session (with login): + value: + expires_at: 2024-12-14 17:06:53 UTC + request_token: 9cd2a6e7bb16e67e55bc695c87d9d63e0727057b + success: true + /authentication: + get: + tags: + - AUTHENTICATION + summary: Validate Key + description: This endpoint test your API Key to see if it's valid. + operationId: validateKey + responses: + '200': + description: validate key + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '0' + Date: + schema: + type: string + example: Sat, 14 Dec 2024 16:23:15 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 a1157b69a14bebe8162237750a074fae.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 6_X5jvD-cdQgTeGk4pIqs2UHZ3IhigOuTT_whIYZ1HMdc0qsyNSMYw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + content: + application/json: + schema: + type: object + properties: + status_code: + type: number + example: 1 + description: The value of 1 typically suggests that there are no errors and the operation completed as intended. + status_message: + type: string + example: Success. + description: The message "Success" confirms the operation's success. + success: + type: boolean + example: true + description: signifies that the request was processed successfully. + examples: + validate key: + value: + status_code: 1 + status_message: Success. + success: true + + + /account: + get: + tags: + - ACCOUNT + summary: accountid + description: This endpoint is used to get the user account_id + operationId: accountID + parameters: + - name: your_bearer_token + in: query + required: true + description: Your read access token that is used to authenticate requests made to an API + schema: + type: string + example: '' + + responses: + '200': + description: Details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 15 Dec 2024 16:22:17 GMT + ETag: + schema: + type: string + example: W/"002db8c9645274b8cffcb39918f2a5a5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 157ebd6865840045fc8b5ed1cce7e466.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: HhpFDpGT2wLybwzRsTXMxQ2hl_k4xqDFscCiOQ2KA5qYm35V8f7Xbw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: RefreshHit from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 83290fb3588f38f4ad098888fb0afc23 + + content: + application/json: + schema: + type: object + properties: + avatar: + type: object + properties: + gravatar: + type: object + properties: + hash: + type: string + example: cd970d75df1eba28fca571453d833a6d + description: A unique hash representing the user's Gravatar profile. This hash is based on the user's email address and is used to retrieve the avatar image associated with it + tmdb: + type: object + properties: + avatar_path: + nullable: true + example: null + description: The path to the user's avatar image on TMDB servers. + id: + type: number + example: 38902467 + description: A unique identifier for the user account. + include_adult: + type: boolean + example: false + description: A boolean indicating whether adult content should be included in the user's profile or preferences (false means adult content is excluded). + iso_3166_1: + type: string + example: NG + description: A code representing the country of the user + iso_639_1: + type: string + example: en + description: A code representing the primary language of the user + username: + type: string + example: travisbell + description: The username of the account, used for login and profile identification. + + examples: + Details: + value: + avatar: + gravatar: + hash: cd970d75df1eba28fca571453d833a6d + tmdb: + avatar_path: null + id: 21675250 + iso_3166_1: NG + iso_639_1: en + include_adult: false + username: travisbell + + + /account/{account_id}: + get: + tags: + - ACCOUNT + summary: Details + description: This endpoint get the public details of an account on TMDB. + operationId: details + parameters: + - $ref: '#/components/parameters/session_id' + + - $ref: '#/components/parameters/account_id' + + + responses: + '200': + description: Details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 15 Dec 2024 16:22:17 GMT + ETag: + schema: + type: string + example: W/"002db8c9645274b8cffcb39918f2a5a5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 157ebd6865840045fc8b5ed1cce7e466.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: HhpFDpGT2wLybwzRsTXMxQ2hl_k4xqDFscCiOQ2KA5qYm35V8f7Xbw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: RefreshHit from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 83290fb3588f38f4ad098888fb0afc23 + content: + application/json: + schema: + type: object + properties: + avatar: + type: object + properties: + gravatar: + type: object + properties: + hash: + type: string + example: cd970d75df1eba28fca571453d833a6d + description: A unique hash representing the user's Gravatar profile. This hash is based on the user's email address and is used to retrieve the avatar image associated with it + tmdb: + type: object + properties: + avatar_path: + nullable: true + example: null + description: The path to the user's avatar image on TMDB servers. + id: + type: number + example: 38902467 + description: A unique identifier for the user account. + include_adult: + type: boolean + example: false + description: A boolean indicating whether adult content should be included in the user's profile or preferences (false means adult content is excluded). + iso_3166_1: + type: string + example: NG + description: A code representing the country of the user + iso_639_1: + type: string + example: en + description: A code representing the primary language of the user + name: + type: string + example: Travis Bell + description: The full name of the user. + username: + type: string + example: travisbell + description: The username of the account, used for login and profile identification. + examples: + Details: + value: + avatar: + gravatar: + hash: cd970d75df1eba28fca571453d833a6d + tmdb: + avatar_path: null + id: 38902467 + include_adult: false + iso_3166_1: NG + iso_639_1: en + name: Travis Bell + username: travisbell + + /account/{account_id}/favorite: + post: + tags: + - ACCOUNT + summary: Add Favourite + description: This endpoint mark a movie or TV show as a favourite. + operationId: addFavourite + requestBody: + content: + application/json: + schema: + type: object + properties: + favorite: + type: boolean + example: true + description: A boolean value that indicates whether the user is adding the movie to their favorites (true) or removing it from their favorites (false). + media_id: + type: number + example: 550 + description: A unique identifier for the specific movie in question. + media_type: + type: string + example: movie + description: A string that indicates the type of media the request pertains to. In this case, "movie" specifies that the media is a movie. + examples: + Add Favourite: + value: + favorite: true + media_id: 550 + media_type: movie + responses: + '201': + description: add favourite + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '60' + Date: + schema: + type: string + example: Mon, 16 Dec 2024 13:24:21 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 d4b41c13595dcfd327649d8cdea72ce8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: FcTftT67r8jFjTNPerqcoTeALUTHTghiouibBFiUiYEnInNmOHTvHw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"4543905c5703940a323f39bb4fdcba82" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + $ref: '#/components/schemas/addFavourite' + examples: + add favourite: + value: + status_code: 1 + status_message: Success. + success: true + parameters: + - $ref: '#/components/parameters/account_id' + - $ref: '#/components/parameters/session_id' + + + /account/{account_id}/watchlist: + post: + tags: + - ACCOUNT + summary: Add To Watchlist + description: This endpoint Add a movie or TV show to your watchlist. + operationId: addToWatchlist + requestBody: + content: + application/json: + schema: + type: object + properties: + media_id: + type: number + example: 11 + description: A unique identifier for the specific movie in question. The value 11 corresponds to a particular movie in the database. + media_type: + type: string + example: movie + description: A string that specifies the type of the media item + watchlist: + type: boolean + example: true + description: A boolean value indicating the user's intention regarding the movie. If true, it means the user wants to add the movie to their watchlist. If it were false, it would indicate the user wants to remove it from their watchlist. + examples: + Add To Watchlist: + value: + media_id: 11 + media_type: movie + watchlist: true + responses: + '201': + description: add to watchlist + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '60' + Date: + schema: + type: string + example: Mon, 16 Dec 2024 13:30:36 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 20579d8c7e6a7d159f211e9ee1d4003c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 33ri6yttSa1judMlKkS5xGcpC1UtXJx-aMTXuv_3cGr077CsdIKqvA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"4543905c5703940a323f39bb4fdcba82" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + $ref: '#/components/schemas/addFavourite' + examples: + add to watchlist: + value: + status_code: 1 + status_message: Success. + success: true + parameters: + - $ref: '#/components/parameters/account_id' + - $ref: '#/components/parameters/session_id' + + /account/{account_id}/favorite/movies: + get: + tags: + - ACCOUNT + summary: Favourite movies + description: This endpoint get a users list of favourite movies. + operationId: favouriteMovies + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/sort_by' + - $ref: '#/components/parameters/account_id' + + responses: + '200': + description: favourite movies + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 13:55:22 GMT + ETag: + schema: + type: string + example: W/"d9376a5c2fa767f8971f64292c2ca45c" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 98e30e5953336545df428a8f5923a288.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: J1P_W6z_EQiz8Y-Vn5P9C7TQhfmlGk_0kYn3geJR-PHgRobGsCmupw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 3bcea354c2edf68ee9b618feeea52e60 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: The current page number in the paginated results. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: Indicates if the movie is intended for adults (true) or is suitable for general audiences (false). + backdrop_path: + type: string + example: /se5Hxz7PArQZOG3Nx2bpfOhLhtV.jpg + description: The URL path to the movie's backdrop image (used for background displays). + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 12 + - 16 + - 10751 + description: An array of genre IDs that represent the types of genres the movie falls under. + id: + type: number + example: 9806 + description: A unique identifier for the movie. + original_language: + type: string + example: en + description: The original language in which the movie was produced. + original_title: + type: string + example: The Incredibles + description: The original title of the movie as it was released + overview: + type: string + example: >- + Bob Parr has given up his superhero days to log in + time as an insurance adjuster and raise his three + children with his formerly heroic wife in suburbia. + But when he receives a mysterious assignment, it's + time to get back into costume. + description: A brief summary of the movie's plot. + popularity: + type: number + example: 71.477 + description: A numerical value indicating the popularity of the movie, often based on user interactions and ratings. + poster_path: + type: string + example: /2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg + description: The URL path to the movie's poster image (used for display purposes). + release_date: + type: string + example: '2004-10-27' + description: The release date of the movie in the format YYYY-MM-DD. + title: + type: string + example: The Incredibles + description: The title of the movie as displayed to the audience. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 7.702 + description: The average rating of the movie based on user votes. + vote_count: + type: number + example: 16162 + description: The total number of votes cast for the movie. + example: + - adult: false + backdrop_path: /se5Hxz7PArQZOG3Nx2bpfOhLhtV.jpg + genre_ids: + - 28 + - 12 + - 16 + - 10751 + id: 9806 + original_language: en + original_title: The Incredibles + overview: >- + Bob Parr has given up his superhero days to log in + time as an insurance adjuster and raise his three + children with his formerly heroic wife in suburbia. + But when he receives a mysterious assignment, it's + time to get back into costume. + popularity: 71.477 + poster_path: /2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg + release_date: '2004-10-27' + title: The Incredibles + video: false + vote_average: 7.702 + vote_count: 16162 + - adult: false + backdrop_path: /8eRscFbRYl681zDfkjv1jjW1KAA.jpg + genre_ids: + - 878 + - 28 + - 12 + id: 1452 + original_language: en + original_title: Superman Returns + overview: >- + Superman returns to discover his 5-year absence has + allowed Lex Luthor to walk free, and that those he was + closest to felt abandoned and have moved on. Luthor + plots his ultimate revenge that could see millions + killed and change the face of the planet forever, as + well as ridding himself of the Man of Steel. + popularity: 23.183 + poster_path: /385XwTQZDpRX2d3kxtnpiLrjBXw.jpg + release_date: '2006-06-28' + title: Superman Returns + video: false + vote_average: 5.723 + vote_count: 3716 + - adult: false + backdrop_path: /xh0ZRdnL4pSqfW73HBf97xiNEFP.jpg + genre_ids: + - 14 + - 28 + id: 8960 + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 53.556 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.343 + vote_count: 8691 + - adult: false + backdrop_path: /2Gq4teAIkVVv0kc6JsfU66C3VOJ.jpg + genre_ids: + - 53 + - 18 + - 9648 + id: 9741 + original_language: en + original_title: Unbreakable + overview: >- + An ordinary man makes an extraordinary discovery when + a train accident leaves his fellow passengers dead — + and him unscathed. The answer to this mystery could + lie with the mysterious Elijah Price, a man who + suffers from a disease that renders his bones as + fragile as glass. + popularity: 24.491 + poster_path: /mLuehrGLiK5zFCyRmDDOH6gbfPf.jpg + release_date: '2000-11-22' + title: Unbreakable + video: false + vote_average: 7.134 + vote_count: 8357 + - adult: false + backdrop_path: /l4QHerTSbMI7qgvasqxP36pqjN6.jpg + genre_ids: + - 28 + - 878 + id: 603 + original_language: en + original_title: The Matrix + overview: >- + Set in the 22nd century, The Matrix tells the story of + a computer hacker who joins a group of underground + insurgents fighting the vast and powerful computers + who now rule the earth. + popularity: 79.309 + poster_path: /f89U3ADr1oiB1s9GkdPOEpXUk5H.jpg + release_date: '1999-03-30' + title: The Matrix + video: false + vote_average: 8.2 + vote_count: 23104 + - adult: false + backdrop_path: /zb6fM1CX41D9rF9hdgclu0peUmy.jpg + genre_ids: + - 18 + - 36 + - 10752 + id: 424 + original_language: en + original_title: Schindler's List + overview: >- + The true story of how businessman Oskar Schindler + saved over a thousand Jewish lives from the Nazis + while they worked as slaves in his factory during + World War II. + popularity: 51.98 + poster_path: /sF1U4EUQS8YHUYjNl3pMGNIQyr0.jpg + release_date: '1993-12-15' + title: Schindler's List + video: false + vote_average: 8.569 + vote_count: 13997 + - adult: false + backdrop_path: /6ms6RdNcQUAnjBY26aM85xC2wV0.jpg + genre_ids: + - 28 + - 53 + - 878 + id: 7191 + original_language: en + original_title: Cloverfield + overview: >- + Five young New Yorkers throw their friend a going-away + party the night that a monster the size of a + skyscraper descends upon the city. Told from the point + of view of their video camera, the film is a document + of their attempt to survive the most surreal, + horrifying event of their lives. + popularity: 31.474 + poster_path: /qIegUGJqyMMCRjkKV1s7A9MqdJ8.jpg + release_date: '2008-01-15' + title: Cloverfield + video: false + vote_average: 6.664 + vote_count: 6326 + - adult: false + backdrop_path: /wh4ze6klUbeichAj603OKZwY1W5.jpg + genre_ids: + - 28 + - 53 + - 878 + id: 218 + original_language: en + original_title: The Terminator + overview: >- + In the post-apocalyptic future, reigning tyrannical + supercomputers teleport a cyborg assassin known as the + "Terminator" back to 1984 to kill Sarah Connor, whose + unborn son is destined to lead insurgents against 21st + century mechanical hegemony. Meanwhile, the + human-resistance movement dispatches a lone warrior to + safeguard Sarah. Can he stop the virtually + indestructible killing machine? + popularity: 45.608 + poster_path: /kdYu7YJJP0uuGEuhUX5toqvBSog.jpg + release_date: '1984-10-26' + title: The Terminator + video: false + vote_average: 7.64 + vote_count: 11399 + - adult: false + backdrop_path: /P4bGyJQF0shAcRku3I2perNUQR.jpg + genre_ids: + - 28 + - 80 + id: 23483 + original_language: en + original_title: Kick-Ass + overview: >- + Dave Lizewski is an unnoticed high school student and + comic book fan who one day decides to become a + super-hero, even though he has no powers, training or + meaningful reason to do so. + popularity: 46.304 + poster_path: /8citjdBmjddZjlPsAHEyCKwGVvD.jpg + release_date: '2010-03-22' + title: Kick-Ass + video: false + vote_average: 7.118 + vote_count: 10732 + - adult: false + backdrop_path: /jMBpJFRtrtIXymer93XLavPwI3P.jpg + genre_ids: + - 28 + - 53 + - 878 + id: 679 + original_language: en + original_title: Aliens + overview: >- + When Ripley's lifepod is found by a salvage crew over + 50 years later, she finds that terra-formers are on + the very planet they found the alien species. When the + company sends a family of colonists out to investigate + her story—all contact is lost with the planet and + colonists. They enlist Ripley and the colonial marines + to return and search for answers. + popularity: 45.005 + poster_path: /r1x5JGpyqZU8PYhbs4UcrO1Xb6x.jpg + release_date: '1986-07-18' + title: Aliens + video: false + vote_average: 7.92 + vote_count: 8395 + - adult: false + backdrop_path: /4ywKTlsIllvQYRiZJPwYACJIHY8.jpg + genre_ids: + - 18 + id: 489 + original_language: en + original_title: Good Will Hunting + overview: >- + Will Hunting has a genius-level IQ but chooses to work + as a janitor at MIT. When he solves a difficult + graduate-level math problem, his talents are + discovered by Professor Gerald Lambeau, who decides to + help the misguided youth reach his potential. When + Will is arrested for attacking a police officer, + Professor Lambeau makes a deal to get leniency for him + if he will get treatment from therapist Sean Maguire. + popularity: 44.795 + poster_path: /bABCBKYBK7A5G1x0FzoeoNfuj2.jpg + release_date: '1997-12-05' + title: Good Will Hunting + video: false + vote_average: 8.146 + vote_count: 10649 + - adult: false + backdrop_path: /vVBcIN68kFq681b4lObiNJhEVro.jpg + genre_ids: + - 18 + - 10749 + id: 453 + original_language: en + original_title: A Beautiful Mind + overview: >- + John Nash is a brilliant but asocial mathematician + fighting schizophrenia. After he accepts secret work + in cryptography, his life takes a turn for the + nightmarish. + popularity: 27.447 + poster_path: /zwzWCmH72OSC9NA0ipoqw5Zjya8.jpg + release_date: '2001-12-11' + title: A Beautiful Mind + video: false + vote_average: 7.9 + vote_count: 9201 + - adult: false + backdrop_path: /hh28CTWLdxTXA5yJgefZ6gUnFDo.jpg + genre_ids: + - 80 + - 9648 + - 53 + id: 807 + original_language: en + original_title: Se7en + overview: >- + Two homicide detectives are on a desperate hunt for a + serial killer whose crimes are based on the "seven + deadly sins" in this dark and haunting film that takes + viewers from the tortured remains of one victim to the + next. The seasoned Det. Sommerset researches each sin + in an effort to get inside the killer's mind, while + his novice partner, Mills, scoffs at his efforts to + unravel the case. + popularity: 42.809 + poster_path: /6yoghtyTpznpBik8EngEmJskVUO.jpg + release_date: '1995-09-22' + title: Se7en + video: false + vote_average: 8.366 + vote_count: 18674 + - adult: false + backdrop_path: /qq4H9JfBKQ5DarMLI6lhUQjn9D7.jpg + genre_ids: + - 28 + - 53 + - 878 + - 9648 + id: 180 + original_language: en + original_title: Minority Report + overview: >- + John Anderton is a top 'Precrime' cop in the late-21st + century, when technology can predict crimes before + they're committed. But Anderton becomes the quarry + when another investigator targets him for a murder + charge. + popularity: 25.998 + poster_path: /ccqpHq5tk5W4ymbSbuoy4uYOxFI.jpg + release_date: '2002-06-20' + title: Minority Report + video: false + vote_average: 7.333 + vote_count: 7725 + - adult: false + backdrop_path: /9LSsSPbP715XT9B7acIZzantPyX.jpg + genre_ids: + - 18 + id: 73 + original_language: en + original_title: American History X + overview: >- + Derek Vineyard is paroled after serving 3 years in + prison for killing two African-American men. Through + his brother, Danny Vineyard's narration, we learn that + before going to prison, Derek was a skinhead and the + leader of a violent white supremacist gang that + committed acts of racial crime throughout L.A. and his + actions greatly influenced Danny. Reformed and fresh + out of prison, Derek severs contact with the gang and + becomes determined to keep Danny from going down the + same violent path as he did. + popularity: 29.943 + poster_path: /c2gsmSQ2Cqv8zosqKOCwRS0GFBS.jpg + release_date: '1998-07-01' + title: American History X + video: false + vote_average: 8.355 + vote_count: 10343 + - adult: false + backdrop_path: /vL5LR6WdxWPjLPFRLe133jXWsh5.jpg + genre_ids: + - 28 + - 12 + - 14 + - 878 + id: 19995 + original_language: en + original_title: Avatar + overview: >- + In the 22nd century, a paraplegic Marine is dispatched + to the moon Pandora on a unique mission, but becomes + torn between following orders and protecting an alien + civilization. + popularity: 201.185 + poster_path: /jRXYjXNq0Cs2TcJjLkki24MLp7u.jpg + release_date: '2009-12-15' + title: Avatar + video: false + vote_average: 7.569 + vote_count: 28980 + - adult: false + backdrop_path: /8AE7M2lMsyvowfT36porzGtmOtI.jpg + genre_ids: + - 878 + - 18 + - 10749 + id: 38 + original_language: en + original_title: Eternal Sunshine of the Spotless Mind + overview: >- + Joel Barish, heartbroken that his girlfriend underwent + a procedure to erase him from her memory, decides to + do the same. However, as he watches his memories of + her fade away, he realises that he still loves her, + and may be too late to correct his mistake. + popularity: 36.729 + poster_path: /5MwkWH9tYHv3mV9OdYTMR5qreIz.jpg + release_date: '2004-03-19' + title: Eternal Sunshine of the Spotless Mind + video: false + vote_average: 8.1 + vote_count: 13294 + - adult: false + backdrop_path: /eIi3klFf7mp3oL5EEF4mLIDs26r.jpg + genre_ids: + - 878 + - 18 + - 53 + id: 78 + original_language: en + original_title: Blade Runner + overview: >- + In the smog-choked dystopian Los Angeles of 2019, + blade runner Rick Deckard is called out of retirement + to terminate a quartet of replicants who have escaped + to Earth seeking their creator for a way to extend + their short life spans. + popularity: 47.122 + poster_path: /63N9uy8nd9j7Eog2axPQ8lbr3Wj.jpg + release_date: '1982-06-25' + title: Blade Runner + video: false + vote_average: 7.933 + vote_count: 12351 + - adult: false + backdrop_path: /fK5ssgvtI43z19FoWigdlqgpLRE.jpg + genre_ids: + - 16 + - 10751 + - 878 + id: 10681 + original_language: en + original_title: WALL·E + overview: >- + WALL·E is the last robot left on an Earth that has + been overrun with garbage and all humans have fled to + outer space. For 700 years he has continued to try and + clean up the mess, but has developed some rather + interesting human-like qualities. When a ship arrives + with a sleek new type of robot, WALL·E thinks he's + finally found a friend and stows away on the ship when + it leaves. + popularity: 72.81 + poster_path: /Agc6lw8pb6BIGVeguvdjDT0p9Mb.jpg + release_date: '2008-06-22' + title: WALL·E + video: false + vote_average: 8.075 + vote_count: 16926 + - adult: false + backdrop_path: /aDYSnJAK0BTVeE8osOy22Kz3SXY.jpg + genre_ids: + - 12 + - 28 + - 878 + id: 11 + original_language: en + original_title: Star Wars + overview: >- + Princess Leia is captured and held hostage by the evil + Imperial forces in their effort to take over the + galactic Empire. Venturesome Luke Skywalker and + dashing captain Han Solo team together with the + loveable robot duo R2-D2 and C-3PO to rescue the + beautiful princess and restore peace and justice in + the Empire. + popularity: 81.207 + poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg + release_date: '1977-05-25' + title: Star Wars + video: false + vote_average: 8.208 + vote_count: 18531 + description: This represents a collection of movie objects returned by the API that provides information about various films. + total_pages: + type: number + example: 4 + description: The total number of pages available in the response data. + total_results: + type: number + example: 80 + description: The total number of movie results returned from the query. + examples: + favourite movies: + value: + page: 1 + results: + - adult: false + backdrop_path: /se5Hxz7PArQZOG3Nx2bpfOhLhtV.jpg + genre_ids: + - 28 + - 12 + - 16 + - 10751 + id: 9806 + original_language: en + original_title: The Incredibles + overview: >- + Bob Parr has given up his superhero days to log in + time as an insurance adjuster and raise his three + children with his formerly heroic wife in suburbia. + But when he receives a mysterious assignment, it's + time to get back into costume. + popularity: 71.477 + poster_path: /2LqaLgk4Z226KkgPJuiOQ58wvrm.jpg + release_date: '2004-10-27' + title: The Incredibles + video: false + vote_average: 7.702 + vote_count: 16162 + - adult: false + backdrop_path: /8eRscFbRYl681zDfkjv1jjW1KAA.jpg + genre_ids: + - 878 + - 28 + - 12 + id: 1452 + original_language: en + original_title: Superman Returns + overview: >- + Superman returns to discover his 5-year absence has + allowed Lex Luthor to walk free, and that those he was + closest to felt abandoned and have moved on. Luthor + plots his ultimate revenge that could see millions + killed and change the face of the planet forever, as + well as ridding himself of the Man of Steel. + popularity: 23.183 + poster_path: /385XwTQZDpRX2d3kxtnpiLrjBXw.jpg + release_date: '2006-06-28' + title: Superman Returns + video: false + vote_average: 5.723 + vote_count: 3716 + - adult: false + backdrop_path: /xh0ZRdnL4pSqfW73HBf97xiNEFP.jpg + genre_ids: + - 14 + - 28 + id: 8960 + original_language: en + original_title: Handcock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 53.556 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.343 + vote_count: 8691 + - adult: false + backdrop_path: /2Gq4teAIkVVv0kc6JsfU66C3VOJ.jpg + genre_ids: + - 53 + - 18 + - 9648 + id: 9741 + original_language: en + original_title: Unbreakable + overview: >- + An ordinary man makes an extraordinary discovery when + a train accident leaves his fellow passengers dead — + and him unscathed. The answer to this mystery could + lie with the mysterious Elijah Price, a man who + suffers from a disease that renders his bones as + fragile as glass. + popularity: 24.491 + poster_path: /mLuehrGLiK5zFCyRmDDOH6gbfPf.jpg + release_date: '2000-11-22' + title: Unbreakable + video: false + vote_average: 7.134 + vote_count: 8357 + - adult: false + backdrop_path: /l4QHerTSbMI7qgvasqxP36pqjN6.jpg + genre_ids: + - 28 + - 878 + id: 603 + original_language: en + original_title: The Matrix + overview: >- + Set in the 22nd century, The Matrix tells the story of + a computer hacker who joins a group of underground + insurgents fighting the vast and powerful computers + who now rule the earth. + popularity: 79.309 + poster_path: /f89U3ADr1oiB1s9GkdPOEpXUk5H.jpg + release_date: '1999-03-30' + title: The Matrix + video: false + vote_average: 8.2 + vote_count: 23104 + - adult: false + backdrop_path: /zb6fM1CX41D9rF9hdgclu0peUmy.jpg + genre_ids: + - 18 + - 36 + - 10752 + id: 424 + original_language: en + original_title: Schindler's List + overview: >- + The true story of how businessman Oskar Schindler + saved over a thousand Jewish lives from the Nazis + while they worked as slaves in his factory during + World War II. + popularity: 51.98 + poster_path: /sF1U4EUQS8YHUYjNl3pMGNIQyr0.jpg + release_date: '1993-12-15' + title: Schindler's List + video: false + vote_average: 8.569 + vote_count: 13997 + - adult: false + backdrop_path: /6ms6RdNcQUAnjBY26aM85xC2wV0.jpg + genre_ids: + - 28 + - 53 + - 878 + id: 7191 + original_language: en + original_title: Cloverfield + overview: >- + Five young New Yorkers throw their friend a going-away + party the night that a monster the size of a + skyscraper descends upon the city. Told from the point + of view of their video camera, the film is a document + of their attempt to survive the most surreal, + horrifying event of their lives. + popularity: 31.474 + poster_path: /qIegUGJqyMMCRjkKV1s7A9MqdJ8.jpg + release_date: '2008-01-15' + title: Cloverfield + video: false + vote_average: 6.664 + vote_count: 6326 + - adult: false + backdrop_path: /wh4ze6klUbeichAj603OKZwY1W5.jpg + genre_ids: + - 28 + - 53 + - 878 + id: 218 + original_language: en + original_title: The Terminator + overview: >- + In the post-apocalyptic future, reigning tyrannical + supercomputers teleport a cyborg assassin known as the + "Terminator" back to 1984 to kill Sarah Connor, whose + unborn son is destined to lead insurgents against 21st + century mechanical hegemony. Meanwhile, the + human-resistance movement dispatches a lone warrior to + safeguard Sarah. Can he stop the virtually + indestructible killing machine? + popularity: 45.608 + poster_path: /kdYu7YJJP0uuGEuhUX5toqvBSog.jpg + release_date: '1984-10-26' + title: The Terminator + video: false + vote_average: 7.64 + vote_count: 11399 + - adult: false + backdrop_path: /P4bGyJQF0shAcRku3I2perNUQR.jpg + genre_ids: + - 28 + - 80 + id: 23483 + original_language: en + original_title: Kick-Ass + overview: >- + Dave Lizewski is an unnoticed high school student and + comic book fan who one day decides to become a + super-hero, even though he has no powers, training or + meaningful reason to do so. + popularity: 46.304 + poster_path: /8citjdBmjddZjlPsAHEyCKwGVvD.jpg + release_date: '2010-03-22' + title: Kick-Ass + video: false + vote_average: 7.118 + vote_count: 10732 + - adult: false + backdrop_path: /jMBpJFRtrtIXymer93XLavPwI3P.jpg + genre_ids: + - 28 + - 53 + - 878 + id: 679 + original_language: en + original_title: Aliens + overview: >- + When Ripley's lifepod is found by a salvage crew over + 50 years later, she finds that terra-formers are on + the very planet they found the alien species. When the + company sends a family of colonists out to investigate + her story—all contact is lost with the planet and + colonists. They enlist Ripley and the colonial marines + to return and search for answers. + popularity: 45.005 + poster_path: /r1x5JGpyqZU8PYhbs4UcrO1Xb6x.jpg + release_date: '1986-07-18' + title: Aliens + video: false + vote_average: 7.92 + vote_count: 8395 + - adult: false + backdrop_path: /4ywKTlsIllvQYRiZJPwYACJIHY8.jpg + genre_ids: + - 18 + id: 489 + original_language: en + original_title: Good Will Hunting + overview: >- + Will Hunting has a genius-level IQ but chooses to work + as a janitor at MIT. When he solves a difficult + graduate-level math problem, his talents are + discovered by Professor Gerald Lambeau, who decides to + help the misguided youth reach his potential. When + Will is arrested for attacking a police officer, + Professor Lambeau makes a deal to get leniency for him + if he will get treatment from therapist Sean Maguire. + popularity: 44.795 + poster_path: /bABCBKYBK7A5G1x0FzoeoNfuj2.jpg + release_date: '1997-12-05' + title: Good Will Hunting + video: false + vote_average: 8.146 + vote_count: 10649 + - adult: false + backdrop_path: /vVBcIN68kFq681b4lObiNJhEVro.jpg + genre_ids: + - 18 + - 10749 + id: 453 + original_language: en + original_title: A Beautiful Mind + overview: >- + John Nash is a brilliant but asocial mathematician + fighting schizophrenia. After he accepts secret work + in cryptography, his life takes a turn for the + nightmarish. + popularity: 27.447 + poster_path: /zwzWCmH72OSC9NA0ipoqw5Zjya8.jpg + release_date: '2001-12-11' + title: A Beautiful Mind + video: false + vote_average: 7.9 + vote_count: 9201 + - adult: false + backdrop_path: /hh28CTWLdxTXA5yJgefZ6gUnFDo.jpg + genre_ids: + - 80 + - 9648 + - 53 + id: 807 + original_language: en + original_title: Se7en + overview: >- + Two homicide detectives are on a desperate hunt for a + serial killer whose crimes are based on the "seven + deadly sins" in this dark and haunting film that takes + viewers from the tortured remains of one victim to the + next. The seasoned Det. Sommerset researches each sin + in an effort to get inside the killer's mind, while + his novice partner, Mills, scoffs at his efforts to + unravel the case. + popularity: 42.809 + poster_path: /6yoghtyTpznpBik8EngEmJskVUO.jpg + release_date: '1995-09-22' + title: Se7en + video: false + vote_average: 8.366 + vote_count: 18674 + - adult: false + backdrop_path: /qq4H9JfBKQ5DarMLI6lhUQjn9D7.jpg + genre_ids: + - 28 + - 53 + - 878 + - 9648 + id: 180 + original_language: en + original_title: Minority Report + overview: >- + John Anderton is a top 'Precrime' cop in the late-21st + century, when technology can predict crimes before + they're committed. But Anderton becomes the quarry + when another investigator targets him for a murder + charge. + popularity: 25.998 + poster_path: /ccqpHq5tk5W4ymbSbuoy4uYOxFI.jpg + release_date: '2002-06-20' + title: Minority Report + video: false + vote_average: 7.333 + vote_count: 7725 + - adult: false + backdrop_path: /9LSsSPbP715XT9B7acIZzantPyX.jpg + genre_ids: + - 18 + id: 73 + original_language: en + original_title: American History X + overview: >- + Derek Vineyard is paroled after serving 3 years in + prison for killing two African-American men. Through + his brother, Danny Vineyard's narration, we learn that + before going to prison, Derek was a skinhead and the + leader of a violent white supremacist gang that + committed acts of racial crime throughout L.A. and his + actions greatly influenced Danny. Reformed and fresh + out of prison, Derek severs contact with the gang and + becomes determined to keep Danny from going down the + same violent path as he did. + popularity: 29.943 + poster_path: /c2gsmSQ2Cqv8zosqKOCwRS0GFBS.jpg + release_date: '1998-07-01' + title: American History X + video: false + vote_average: 8.355 + vote_count: 10343 + - adult: false + backdrop_path: /vL5LR6WdxWPjLPFRLe133jXWsh5.jpg + genre_ids: + - 28 + - 12 + - 14 + - 878 + id: 19995 + original_language: en + original_title: Avatar + overview: >- + In the 22nd century, a paraplegic Marine is dispatched + to the moon Pandora on a unique mission, but becomes + torn between following orders and protecting an alien + civilization. + popularity: 201.185 + poster_path: /jRXYjXNq0Cs2TcJjLkki24MLp7u.jpg + release_date: '2009-12-15' + title: Avatar + video: false + vote_average: 7.569 + vote_count: 28980 + - adult: false + backdrop_path: /8AE7M2lMsyvowfT36porzGtmOtI.jpg + genre_ids: + - 878 + - 18 + - 10749 + id: 38 + original_language: en + original_title: Eternal Sunshine of the Spotless Mind + overview: >- + Joel Barish, heartbroken that his girlfriend underwent + a procedure to erase him from her memory, decides to + do the same. However, as he watches his memories of + her fade away, he realises that he still loves her, + and may be too late to correct his mistake. + popularity: 36.729 + poster_path: /5MwkWH9tYHv3mV9OdYTMR5qreIz.jpg + release_date: '2004-03-19' + title: Eternal Sunshine of the Spotless Mind + video: false + vote_average: 8.1 + vote_count: 13294 + - adult: false + backdrop_path: /eIi3klFf7mp3oL5EEF4mLIDs26r.jpg + genre_ids: + - 878 + - 18 + - 53 + id: 78 + original_language: en + original_title: Blade Runner + overview: >- + In the smog-choked dystopian Los Angeles of 2019, + blade runner Rick Deckard is called out of retirement + to terminate a quartet of replicants who have escaped + to Earth seeking their creator for a way to extend + their short life spans. + popularity: 47.122 + poster_path: /63N9uy8nd9j7Eog2axPQ8lbr3Wj.jpg + release_date: '1982-06-25' + title: Blade Runner + video: false + vote_average: 7.933 + vote_count: 12351 + - adult: false + backdrop_path: /fK5ssgvtI43z19FoWigdlqgpLRE.jpg + genre_ids: + - 16 + - 10751 + - 878 + id: 10681 + original_language: en + original_title: WALL·E + overview: >- + WALL·E is the last robot left on an Earth that has + been overrun with garbage and all humans have fled to + outer space. For 700 years he has continued to try and + clean up the mess, but has developed some rather + interesting human-like qualities. When a ship arrives + with a sleek new type of robot, WALL·E thinks he's + finally found a friend and stows away on the ship when + it leaves. + popularity: 72.81 + poster_path: /Agc6lw8pb6BIGVeguvdjDT0p9Mb.jpg + release_date: '2008-06-22' + title: WALL·E + video: false + vote_average: 8.075 + vote_count: 16926 + - adult: false + backdrop_path: /aDYSnJAK0BTVeE8osOy22Kz3SXY.jpg + genre_ids: + - 12 + - 28 + - 878 + id: 11 + original_language: en + original_title: Star Wars + overview: >- + Princess Leia is captured and held hostage by the evil + Imperial forces in their effort to take over the + galactic Empire. Venturesome Luke Skywalker and + dashing captain Han Solo team together with the + loveable robot duo R2-D2 and C-3PO to rescue the + beautiful princess and restore peace and justice in + the Empire. + popularity: 81.207 + poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg + release_date: '1977-05-25' + title: Star Wars + video: false + vote_average: 8.208 + vote_count: 18531 + total_pages: 4 + total_results: 80 + + + + /account/{account_id}/favorite/tv: + get: + tags: + - ACCOUNT + summary: Favourite TV + description: This endpoint get a users list of favourite TV shows. + operationId: favouriteTv + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/sort_by' + - $ref: '#/components/parameters/account_id' + responses: + '200': + description: favourite tv + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 14:00:11 GMT + ETag: + schema: + type: string + example: W/"5b333525ff117973180331432dc740b8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: AFKjT7-mLi6U1vAt6OO3I4fzLT1xghMs-kMwZSuoybxVuC1W0dbwmA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 20229377be244dc44224ef6c82b37f8f + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: An integer representing the current page being viewed in the paginated response. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the show is intended for adult audiences (true) or not (false). + backdrop_path: + type: string + example: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg + description: The URL path to the movie's backdrop image (used for background displays). + first_air_date: + type: string + example: '2008-01-20' + description: The date when the show first premiered, presented in the format YYYY-MM-DD. + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + - 80 + description: An array of integers representing the genres associated with the show, which can be mapped to genre names in a separate list. + id: + type: number + example: 1396 + description: An integer representing the unique identifier for the TV show. + name: + type: string + example: Breaking Bad + description: The name of the TV show as it is commonly recognized. + origin_country: + type: array + items: + type: string + example: US + example: + - US + description: An array of strings indicating the country where the show was produced. + original_language: + type: string + example: en + description: A string indicating the original language in which the show was produced. + original_name: + type: string + example: Breaking Bad + description: The title of the TV show as it was originally named, in its original language. + overview: + type: string + example: >- + When Walter White, a New Mexico chemistry teacher, + is diagnosed with Stage III cancer and given a + prognosis of only two years left to live. He becomes + filled with a sense of fearlessness and an + unrelenting desire to secure his family's financial + future at any cost as he enters the dangerous world + of drugs and crime. + description: A brief summary describing the plot and main elements of the show. + popularity: + type: number + example: 292.904 + description: A numerical value representing the popularity score of the show. Higher values indicate higher popularity. + poster_path: + type: string + example: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg + description: The URL path to the poster image for the show. + vote_average: + type: number + example: 8.878 + description: A decimal number representing the average rating of the show, typically on a scale from 0 to 10. + vote_count: + type: number + example: 11548 + description: An integer count of the total number of votes that contributed to the average rating. + example: + - adult: false + backdrop_path: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg + first_air_date: '2008-01-20' + genre_ids: + - 18 + - 80 + id: 1396 + name: Breaking Bad + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + When Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a prognosis + of only two years left to live. He becomes filled with + a sense of fearlessness and an unrelenting desire to + secure his family's financial future at any cost as he + enters the dangerous world of drugs and crime. + popularity: 292.904 + poster_path: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg + vote_average: 8.878 + vote_count: 11548 + - adult: false + backdrop_path: /2OMB0ynKlyIenMJWI2Dy9IWT4c.jpg + first_air_date: '2011-04-17' + genre_ids: + - 10765 + - 18 + - 10759 + id: 1399 + name: Game of Thrones + origin_country: + - US + original_language: en + original_name: Game of Thrones + overview: >- + Seven noble families fight for control of the mythical + land of Westeros. Friction between the houses leads to + full-scale war. All while a very ancient evil awakens + in the farthest north. Amidst the war, a neglected + military order of misfits, the Night's Watch, is all + that stands between the realms of men and icy horrors + beyond. + popularity: 316.756 + poster_path: /7WUHnWGx5OO145IRxPDUkQSh4C7.jpg + vote_average: 8.436 + vote_count: 21000 + - adult: false + backdrop_path: /zP5SftyPx2VCdly369kTVVNIcT3.jpg + first_air_date: '2007-09-24' + genre_ids: + - 10759 + - 35 + - 18 + id: 1404 + name: Chuck + origin_country: + - US + original_language: en + original_name: Chuck + overview: >- + When Buy More computer geek Chuck Bartowski + unwittingly downloads a database of government + information and deadly fighting skills into his head, + he becomes the CIA's most vital secret. This sets + Chuck on a path to become a full-fledged spy. + popularity: 79.243 + poster_path: /hdBp6Sya1w1DiKMKdJ6vdb0QOPS.jpg + vote_average: 7.726 + vote_count: 818 + - adult: false + backdrop_path: /8X1BTSaUyF5rc0malaaQovpxC3f.jpg + first_air_date: '2007-09-24' + genre_ids: + - 35 + id: 1418 + name: The Big Bang Theory + origin_country: + - US + original_language: en + original_name: The Big Bang Theory + overview: >- + The sitcom is centered on five characters living in + Pasadena, California: roommates Leonard Hofstadter and + Sheldon Cooper; Penny, a waitress and aspiring actress + who lives across the hall; and Leonard and Sheldon's + equally geeky and socially awkward friends and + co-workers, mechanical engineer Howard Wolowitz and + astrophysicist Raj Koothrappali. The geekiness and + intellect of the four guys is contrasted for comic + effect with Penny's social skills and common sense. + popularity: 134.048 + poster_path: /ooBGRQBdbGzBxAVfExiO8r7kloA.jpg + vote_average: 7.879 + vote_count: 9899 + - adult: false + backdrop_path: /lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg + first_air_date: '1999-01-10' + genre_ids: + - 18 + id: 1398 + name: The Sopranos + origin_country: + - US + original_language: en + original_name: The Sopranos + overview: >- + The story of New Jersey-based Italian-American mobster + Tony Soprano and the difficulties he faces as he tries + to balance the conflicting requirements of his home + life and the criminal organization he heads. Those + difficulties are often highlighted through his ongoing + professional relationship with psychiatrist Jennifer + Melfi. The show features Tony's family members and + Mafia associates in prominent roles and story arcs, + most notably his wife Carmela and his cousin and + protégé Christopher Moltisanti. + popularity: 162.264 + poster_path: /57okJJUBK0AaijxLh3RjNUaMvFI.jpg + vote_average: 8.6 + vote_count: 2130 + - adult: false + backdrop_path: /x4lxFIhhrDI4nWtV8osnYwbGESV.jpg + first_air_date: '2009-09-23' + genre_ids: + - 35 + id: 1421 + name: Modern Family + origin_country: + - US + original_language: en + original_name: Modern Family + overview: >- + The Pritchett-Dunphy-Tucker clan is a wonderfully + large and blended family. They give us an honest and + often hilarious look into the sometimes warm, + sometimes twisted, embrace of the modern family. + popularity: 231.798 + poster_path: /fu5vEUHgxkAPmX26ISQXqHmlPMq.jpg + vote_average: 7.787 + vote_count: 2159 + - adult: false + backdrop_path: /tEjnoEdE2PtFp9UcqQse5hDgW8U.jpg + first_air_date: '1999-03-28' + genre_ids: + - 16 + - 10759 + - 35 + - 10765 + id: 615 + name: Futurama + origin_country: + - US + original_language: en + original_name: Futurama + overview: >- + The adventures of a late-20th-century New York City + pizza delivery boy, Philip J. Fry, who, after being + unwittingly cryogenically frozen for one thousand + years, finds employment at Planet Express, an + interplanetary delivery company in the + retro-futuristic 31st century. + popularity: 120.381 + poster_path: /k5e8kAq9jpaSmgvFM10su5LXGFR.jpg + vote_average: 8.392 + vote_count: 2650 + - adult: false + backdrop_path: /wr3RtUspxiLV0TwBgdikTlTFSG5.jpg + first_air_date: '2009-09-22' + genre_ids: + - 18 + id: 1435 + name: The Good Wife + origin_country: + - US + original_language: en + original_name: The Good Wife + overview: >- + Alicia Florrick boldly assumes full responsibility for + her family and re-enters the workforce after her + husband's very public sex and political corruption + scandal lands him in jail. + popularity: 65.003 + poster_path: /lasNCd45fpPLirlA7QxkuopWro.jpg + vote_average: 7.597 + vote_count: 464 + - adult: false + backdrop_path: /iP9Xjlc8KRmXE0kVMTaJRaN0umh.jpg + first_air_date: '2002-09-20' + genre_ids: + - 18 + - 10759 + - 10765 + id: 1437 + name: Firefly + origin_country: + - US + original_language: en + original_name: Firefly + overview: >- + In the year 2517, after the arrival of humans in a new + star system, follow the adventures of the renegade + crew of Serenity, a "Firefly-class" spaceship. The + ensemble cast portrays the nine characters who live on + Serenity. + popularity: 39.093 + poster_path: /vZcKsy4sGAvWMVqLluwYuoi11Kj.jpg + vote_average: 8.323 + vote_count: 1744 + - adult: false + backdrop_path: /gNYLylxp5EzopGtIb4XqIzbLtNJ.jpg + first_air_date: '2010-09-19' + genre_ids: + - 80 + - 18 + id: 1621 + name: Boardwalk Empire + origin_country: + - US + original_language: en + original_name: Boardwalk Empire + overview: >- + Atlantic City at the dawn of Prohibition is a place + where the rules don't apply. And the man who runs + things -- legally and otherwise -- is the town's + treasurer, Enoch "Nucky" Thompson, who is equal parts + politician and gangster. + popularity: 32.102 + poster_path: /kL6SqlVPpfAof2nQbh1VxkUuXBQ.jpg + vote_average: 8 + vote_count: 862 + - adult: false + backdrop_path: /2yZXtM2Kky1Sy0kachbDlwybl3y.jpg + first_air_date: '2008-09-09' + genre_ids: + - 10765 + - 18 + - 9648 + id: 1705 + name: Fringe + origin_country: + - US + original_language: en + original_name: Fringe + overview: >- + FBI Special Agent Olivia Dunham, brilliant but + formerly institutionalized scientist Walter Bishop and + his scheming, reluctant son Peter uncover a deadly + mystery involving a series of unbelievable events and + realize they may be a part of a larger, more + disturbing pattern that blurs the line between science + fiction and technology. + popularity: 151.906 + poster_path: /sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg + vote_average: 8.109 + vote_count: 2050 + - adult: false + backdrop_path: /dGzPJnh8YcUS4J10sNunohaXMVn.jpg + first_air_date: '2004-03-21' + genre_ids: + - 37 + - 80 + - 18 + id: 1406 + name: Deadwood + origin_country: + - US + original_language: en + original_name: Deadwood + overview: >- + The story of the early days of Deadwood, South Dakota; + woven around actual historic events with most of the + main characters based on real people. Deadwood starts + as a gold mining camp and gradually turns from a + lawless wild-west community into an organized + wild-west civilized town. The story focuses on the + real-life characters Seth Bullock and Al Swearengen. + popularity: 42.61 + poster_path: /4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg + vote_average: 8.095 + vote_count: 670 + - adult: false + backdrop_path: /cyieN1P9Xo5SvLasSUT7SaAAzfy.jpg + first_air_date: '2010-03-16' + genre_ids: + - 80 + - 18 + id: 1436 + name: Justified + origin_country: + - US + original_language: en + original_name: Justified + overview: >- + A character drama based on the 2001 Elmore Leonard + short story "Fire in the Hole." Leonard's tale centers + around U.S. Marshal Raylan Givens of Kentucky, a quiet + but strong-willed official of the law. The tale covers + his high-stakes job, as well as his strained + relationships with his ex-wife and father. + popularity: 56.399 + poster_path: /aVYuGDlOZMCRt89fAnHTYgk3BMr.jpg + vote_average: 7.961 + vote_count: 558 + - adult: false + backdrop_path: /tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg + first_air_date: '1989-07-05' + genre_ids: + - 35 + id: 1400 + name: Seinfeld + origin_country: + - US + original_language: en + original_name: Seinfeld + overview: >- + A stand-up comedian and his three offbeat friends + weather the pitfalls and payoffs of life in New York + City in the '90s. It's a show about nothing. + popularity: 164.288 + poster_path: /aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg + vote_average: 8.3 + vote_count: 1557 + - adult: false + backdrop_path: /sAX6JOWZWJGhkvFRctSZIL556mp.jpg + first_air_date: '2008-09-03' + genre_ids: + - 80 + - 18 + id: 1409 + name: Sons of Anarchy + origin_country: + - US + original_language: en + original_name: Sons of Anarchy + overview: >- + An adrenalized drama with darkly comedic undertones + that explores a notorious outlaw motorcycle club’s + (MC) desire to protect its livelihood while ensuring + that their simple, sheltered town of Charming, + California remains exactly that, charming. The MC must + confront threats from drug dealers, corporate + developers, and overzealous law officers. Behind the + MC’s familial lifestyle and legally thriving + automotive shop is a ruthless and illegal arms + business driven by the seduction of money, power, and + blood. + popularity: 119.662 + poster_path: /kiy8BHtIHAslh81rvFcZ4wbNGdY.jpg + vote_average: 8.442 + vote_count: 2437 + - adult: false + backdrop_path: /tK8eRUWVY8AVdDUPUxSzrmlLb0R.jpg + first_air_date: '2009-10-02' + genre_ids: + - 10765 + - 10759 + - 18 + id: 5148 + name: Stargate Universe + origin_country: + - US + original_language: en + original_name: Stargate Universe + overview: >- + The adventures of a present-day, multinational + exploration team traveling on the Ancient spaceship + Destiny many billions of light years distant from the + Milky Way Galaxy. They evacuated there and are now + trying to figure out a way to return to Earth, while + simultaneously trying to explore and to survive in + their unknown area of the universe. + popularity: 35.116 + poster_path: /n23WMoa9y5TYPuKSQjPArpbHr9x.jpg + vote_average: 7.385 + vote_count: 577 + - adult: false + backdrop_path: /56TMJ466qTNRyg4CCu4AgiXpVQL.jpg + first_air_date: '2009-09-17' + genre_ids: + - 35 + - 10759 + - 16 + id: 10283 + name: Archer + origin_country: + - US + original_language: en + original_name: Archer + overview: >- + Sterling Archer is the world's most daunting spy. He + works for ISIS, a spy agency run by his mother. In + between dealing with his boss and his co-workers - one + of whom is his ex-girlfriend - Archer manages to annoy + or seduce everyone that crosses his path. His antics + are only excusable because at the end of the day, he + still somehow always manages to thwart whatever crises + was threatening mankind. + popularity: 78.672 + poster_path: /vhnrkTGYPqcB63ALcSJm0WoaKHT.jpg + vote_average: 7.907 + vote_count: 1009 + - adult: false + backdrop_path: /nVRyd8hlg0ZLxBn9RaI7mUMQLnz.jpg + first_air_date: '2005-09-13' + genre_ids: + - 18 + - 9648 + - 10765 + id: 1622 + name: Supernatural + origin_country: + - US + original_language: en + original_name: Supernatural + overview: >- + When they were boys, Sam and Dean Winchester lost + their mother to a mysterious and demonic supernatural + force. Subsequently, their father raised them to be + soldiers. He taught them about the paranormal evil + that lives in the dark corners and on the back roads + of America ... and he taught them how to kill it. Now, + the Winchester brothers crisscross the country in + their '67 Chevy Impala, battling every kind of + supernatural threat they encounter along the way. + popularity: 361.403 + poster_path: /KoYWXbnYuS3b0GyQPkbuexlVK9.jpg + vote_average: 8.304 + vote_count: 6650 + - adult: false + backdrop_path: /mCwQJqyuCFlbFyJR5sWg3PqtHEN.jpg + first_air_date: '2013-04-04' + genre_ids: + - 18 + - 80 + id: 40008 + name: Hannibal + origin_country: + - US + original_language: en + original_name: Hannibal + overview: >- + Both a gift and a curse, Graham has the extraordinary + ability to think like his prey—he sees what they see, + feels what they feel. But while Graham is pursuing an + especially troubling, cannibalistic murderer, Special + Agent Jack Crawford teams him with a highly respected + psychiatrist – a man with a taste for the criminal + minded – Dr. Hannibal Lecter. + popularity: 55.286 + poster_path: /imzvb941su6uhQ158GGurk7vF28.jpg + vote_average: 8.222 + vote_count: 2011 + - adult: false + backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg + first_air_date: '2001-09-09' + genre_ids: + - 18 + - 10768 + id: 4613 + name: Band of Brothers + origin_country: + - US + original_language: en + original_name: Band of Brothers + overview: >- + Drawn from interviews with survivors of Easy Company, + as well as their journals and letters, Band of + Brothers chronicles the experiences of these men from + paratrooper training in Georgia through the end of the + war. As an elite rifle company parachuting into + Normandy early on D-Day morning, participants in the + Battle of the Bulge, and witness to the horrors of + war, the men of Easy knew extraordinary bravery and + extraordinary fear - and became the stuff of legend. + Based on Stephen E. Ambrose's acclaimed book of the + same name. + popularity: 56.008 + poster_path: /pGzV187ogXzgJrvPRy2YPi29ofH.jpg + vote_average: 8.457 + vote_count: 2956 + description: This represents a collection of movie objects returned by the API that provides information about various films. + total_pages: + type: number + example: 4 + description: The total number of pages available in the response data. + total_results: + type: number + example: 68 + description: The total number of TV shows results returned from the query. + examples: + favourite tv: + value: + page: 1 + results: + - adult: false + backdrop_path: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg + first_air_date: '2008-01-20' + genre_ids: + - 18 + - 80 + id: 1396 + name: Breaking Bad + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + When Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a prognosis + of only two years left to live. He becomes filled with + a sense of fearlessness and an unrelenting desire to + secure his family's financial future at any cost as he + enters the dangerous world of drugs and crime. + popularity: 292.904 + poster_path: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg + vote_average: 8.878 + vote_count: 11548 + - adult: false + backdrop_path: /2OMB0ynKlyIenMJWI2Dy9IWT4c.jpg + first_air_date: '2011-04-17' + genre_ids: + - 10765 + - 18 + - 10759 + id: 1399 + name: Game of Thrones + origin_country: + - US + original_language: en + original_name: Game of Thrones + overview: >- + Seven noble families fight for control of the mythical + land of Westeros. Friction between the houses leads to + full-scale war. All while a very ancient evil awakens + in the farthest north. Amidst the war, a neglected + military order of misfits, the Night's Watch, is all + that stands between the realms of men and icy horrors + beyond. + popularity: 316.756 + poster_path: /7WUHnWGx5OO145IRxPDUkQSh4C7.jpg + vote_average: 8.436 + vote_count: 21000 + - adult: false + backdrop_path: /zP5SftyPx2VCdly369kTVVNIcT3.jpg + first_air_date: '2007-09-24' + genre_ids: + - 10759 + - 35 + - 18 + id: 1404 + name: Chuck + origin_country: + - US + original_language: en + original_name: Chuck + overview: >- + When Buy More computer geek Chuck Bartowski + unwittingly downloads a database of government + information and deadly fighting skills into his head, + he becomes the CIA's most vital secret. This sets + Chuck on a path to become a full-fledged spy. + popularity: 79.243 + poster_path: /hdBp6Sya1w1DiKMKdJ6vdb0QOPS.jpg + vote_average: 7.726 + vote_count: 818 + - adult: false + backdrop_path: /8X1BTSaUyF5rc0malaaQovpxC3f.jpg + first_air_date: '2007-09-24' + genre_ids: + - 35 + id: 1418 + name: The Big Bang Theory + origin_country: + - US + original_language: en + original_name: The Big Bang Theory + overview: >- + The sitcom is centered on five characters living in + Pasadena, California: roommates Leonard Hofstadter and + Sheldon Cooper; Penny, a waitress and aspiring actress + who lives across the hall; and Leonard and Sheldon's + equally geeky and socially awkward friends and + co-workers, mechanical engineer Howard Wolowitz and + astrophysicist Raj Koothrappali. The geekiness and + intellect of the four guys is contrasted for comic + effect with Penny's social skills and common sense. + popularity: 134.048 + poster_path: /ooBGRQBdbGzBxAVfExiO8r7kloA.jpg + vote_average: 7.879 + vote_count: 9899 + - adult: false + backdrop_path: /lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg + first_air_date: '1999-01-10' + genre_ids: + - 18 + id: 1398 + name: The Sopranos + origin_country: + - US + original_language: en + original_name: The Sopranos + overview: >- + The story of New Jersey-based Italian-American mobster + Tony Soprano and the difficulties he faces as he tries + to balance the conflicting requirements of his home + life and the criminal organization he heads. Those + difficulties are often highlighted through his ongoing + professional relationship with psychiatrist Jennifer + Melfi. The show features Tony's family members and + Mafia associates in prominent roles and story arcs, + most notably his wife Carmela and his cousin and + protégé Christopher Moltisanti. + popularity: 162.264 + poster_path: /57okJJUBK0AaijxLh3RjNUaMvFI.jpg + vote_average: 8.6 + vote_count: 2130 + - adult: false + backdrop_path: /x4lxFIhhrDI4nWtV8osnYwbGESV.jpg + first_air_date: '2009-09-23' + genre_ids: + - 35 + id: 1421 + name: Modern Family + origin_country: + - US + original_language: en + original_name: Modern Family + overview: >- + The Pritchett-Dunphy-Tucker clan is a wonderfully + large and blended family. They give us an honest and + often hilarious look into the sometimes warm, + sometimes twisted, embrace of the modern family. + popularity: 231.798 + poster_path: /fu5vEUHgxkAPmX26ISQXqHmlPMq.jpg + vote_average: 7.787 + vote_count: 2159 + - adult: false + backdrop_path: /tEjnoEdE2PtFp9UcqQse5hDgW8U.jpg + first_air_date: '1999-03-28' + genre_ids: + - 16 + - 10759 + - 35 + - 10765 + id: 615 + name: Futurama + origin_country: + - US + original_language: en + original_name: Futurama + overview: >- + The adventures of a late-20th-century New York City + pizza delivery boy, Philip J. Fry, who, after being + unwittingly cryogenically frozen for one thousand + years, finds employment at Planet Express, an + interplanetary delivery company in the + retro-futuristic 31st century. + popularity: 120.381 + poster_path: /k5e8kAq9jpaSmgvFM10su5LXGFR.jpg + vote_average: 8.392 + vote_count: 2650 + - adult: false + backdrop_path: /wr3RtUspxiLV0TwBgdikTlTFSG5.jpg + first_air_date: '2009-09-22' + genre_ids: + - 18 + id: 1435 + name: The Good Wife + origin_country: + - US + original_language: en + original_name: The Good Wife + overview: >- + Alicia Florrick boldly assumes full responsibility for + her family and re-enters the workforce after her + husband's very public sex and political corruption + scandal lands him in jail. + popularity: 65.003 + poster_path: /lasNCd45fpPLirlA7QxkuopWro.jpg + vote_average: 7.597 + vote_count: 464 + - adult: false + backdrop_path: /iP9Xjlc8KRmXE0kVMTaJRaN0umh.jpg + first_air_date: '2002-09-20' + genre_ids: + - 18 + - 10759 + - 10765 + id: 1437 + name: Firefly + origin_country: + - US + original_language: en + original_name: Firefly + overview: >- + In the year 2517, after the arrival of humans in a new + star system, follow the adventures of the renegade + crew of Serenity, a "Firefly-class" spaceship. The + ensemble cast portrays the nine characters who live on + Serenity. + popularity: 39.093 + poster_path: /vZcKsy4sGAvWMVqLluwYuoi11Kj.jpg + vote_average: 8.323 + vote_count: 1744 + - adult: false + backdrop_path: /gNYLylxp5EzopGtIb4XqIzbLtNJ.jpg + first_air_date: '2010-09-19' + genre_ids: + - 80 + - 18 + id: 1621 + name: Boardwalk Empire + origin_country: + - US + original_language: en + original_name: Boardwalk Empire + overview: >- + Atlantic City at the dawn of Prohibition is a place + where the rules don't apply. And the man who runs + things -- legally and otherwise -- is the town's + treasurer, Enoch "Nucky" Thompson, who is equal parts + politician and gangster. + popularity: 32.102 + poster_path: /kL6SqlVPpfAof2nQbh1VxkUuXBQ.jpg + vote_average: 8 + vote_count: 862 + - adult: false + backdrop_path: /2yZXtM2Kky1Sy0kachbDlwybl3y.jpg + first_air_date: '2008-09-09' + genre_ids: + - 10765 + - 18 + - 9648 + id: 1705 + name: Fringe + origin_country: + - US + original_language: en + original_name: Fringe + overview: >- + FBI Special Agent Olivia Dunham, brilliant but + formerly institutionalized scientist Walter Bishop and + his scheming, reluctant son Peter uncover a deadly + mystery involving a series of unbelievable events and + realize they may be a part of a larger, more + disturbing pattern that blurs the line between science + fiction and technology. + popularity: 151.906 + poster_path: /sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg + vote_average: 8.109 + vote_count: 2050 + - adult: false + backdrop_path: /dGzPJnh8YcUS4J10sNunohaXMVn.jpg + first_air_date: '2004-03-21' + genre_ids: + - 37 + - 80 + - 18 + id: 1406 + name: Deadwood + origin_country: + - US + original_language: en + original_name: Deadwood + overview: >- + The story of the early days of Deadwood, South Dakota; + woven around actual historic events with most of the + main characters based on real people. Deadwood starts + as a gold mining camp and gradually turns from a + lawless wild-west community into an organized + wild-west civilized town. The story focuses on the + real-life characters Seth Bullock and Al Swearengen. + popularity: 42.61 + poster_path: /4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg + vote_average: 8.095 + vote_count: 670 + - adult: false + backdrop_path: /cyieN1P9Xo5SvLasSUT7SaAAzfy.jpg + first_air_date: '2010-03-16' + genre_ids: + - 80 + - 18 + id: 1436 + name: Justified + origin_country: + - US + original_language: en + original_name: Justified + overview: >- + A character drama based on the 2001 Elmore Leonard + short story "Fire in the Hole." Leonard's tale centers + around U.S. Marshal Raylan Givens of Kentucky, a quiet + but strong-willed official of the law. The tale covers + his high-stakes job, as well as his strained + relationships with his ex-wife and father. + popularity: 56.399 + poster_path: /aVYuGDlOZMCRt89fAnHTYgk3BMr.jpg + vote_average: 7.961 + vote_count: 558 + - adult: false + backdrop_path: /tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg + first_air_date: '1989-07-05' + genre_ids: + - 35 + id: 1400 + name: Seinfeld + origin_country: + - US + original_language: en + original_name: Seinfeld + overview: >- + A stand-up comedian and his three offbeat friends + weather the pitfalls and payoffs of life in New York + City in the '90s. It's a show about nothing. + popularity: 164.288 + poster_path: /aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg + vote_average: 8.3 + vote_count: 1557 + - adult: false + backdrop_path: /sAX6JOWZWJGhkvFRctSZIL556mp.jpg + first_air_date: '2008-09-03' + genre_ids: + - 80 + - 18 + id: 1409 + name: Sons of Anarchy + origin_country: + - US + original_language: en + original_name: Sons of Anarchy + overview: >- + An adrenalized drama with darkly comedic undertones + that explores a notorious outlaw motorcycle club’s + (MC) desire to protect its livelihood while ensuring + that their simple, sheltered town of Charming, + California remains exactly that, charming. The MC must + confront threats from drug dealers, corporate + developers, and overzealous law officers. Behind the + MC’s familial lifestyle and legally thriving + automotive shop is a ruthless and illegal arms + business driven by the seduction of money, power, and + blood. + popularity: 119.662 + poster_path: /kiy8BHtIHAslh81rvFcZ4wbNGdY.jpg + vote_average: 8.442 + vote_count: 2437 + - adult: false + backdrop_path: /tK8eRUWVY8AVdDUPUxSzrmlLb0R.jpg + first_air_date: '2009-10-02' + genre_ids: + - 10765 + - 10759 + - 18 + id: 5148 + name: Stargate Universe + origin_country: + - US + original_language: en + original_name: Stargate Universe + overview: >- + The adventures of a present-day, multinational + exploration team traveling on the Ancient spaceship + Destiny many billions of light years distant from the + Milky Way Galaxy. They evacuated there and are now + trying to figure out a way to return to Earth, while + simultaneously trying to explore and to survive in + their unknown area of the universe. + popularity: 35.116 + poster_path: /n23WMoa9y5TYPuKSQjPArpbHr9x.jpg + vote_average: 7.385 + vote_count: 577 + - adult: false + backdrop_path: /56TMJ466qTNRyg4CCu4AgiXpVQL.jpg + first_air_date: '2009-09-17' + genre_ids: + - 35 + - 10759 + - 16 + id: 10283 + name: Archer + origin_country: + - US + original_language: en + original_name: Archer + overview: >- + Sterling Archer is the world's most daunting spy. He + works for ISIS, a spy agency run by his mother. In + between dealing with his boss and his co-workers - one + of whom is his ex-girlfriend - Archer manages to annoy + or seduce everyone that crosses his path. His antics + are only excusable because at the end of the day, he + still somehow always manages to thwart whatever crises + was threatening mankind. + popularity: 78.672 + poster_path: /vhnrkTGYPqcB63ALcSJm0WoaKHT.jpg + vote_average: 7.907 + vote_count: 1009 + - adult: false + backdrop_path: /nVRyd8hlg0ZLxBn9RaI7mUMQLnz.jpg + first_air_date: '2005-09-13' + genre_ids: + - 18 + - 9648 + - 10765 + id: 1622 + name: Supernatural + origin_country: + - US + original_language: en + original_name: Supernatural + overview: >- + When they were boys, Sam and Dean Winchester lost + their mother to a mysterious and demonic supernatural + force. Subsequently, their father raised them to be + soldiers. He taught them about the paranormal evil + that lives in the dark corners and on the back roads + of America ... and he taught them how to kill it. Now, + the Winchester brothers crisscross the country in + their '67 Chevy Impala, battling every kind of + supernatural threat they encounter along the way. + popularity: 361.403 + poster_path: /KoYWXbnYuS3b0GyQPkbuexlVK9.jpg + vote_average: 8.304 + vote_count: 6650 + - adult: false + backdrop_path: /mCwQJqyuCFlbFyJR5sWg3PqtHEN.jpg + first_air_date: '2013-04-04' + genre_ids: + - 18 + - 80 + id: 40008 + name: Hannibal + origin_country: + - US + original_language: en + original_name: Hannibal + overview: >- + Both a gift and a curse, Graham has the extraordinary + ability to think like his prey—he sees what they see, + feels what they feel. But while Graham is pursuing an + especially troubling, cannibalistic murderer, Special + Agent Jack Crawford teams him with a highly respected + psychiatrist – a man with a taste for the criminal + minded – Dr. Hannibal Lecter. + popularity: 55.286 + poster_path: /imzvb941su6uhQ158GGurk7vF28.jpg + vote_average: 8.222 + vote_count: 2011 + - adult: false + backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg + first_air_date: '2001-09-09' + genre_ids: + - 18 + - 10768 + id: 4613 + name: Band of Brothers + origin_country: + - US + original_language: en + original_name: Band of Brothers + overview: >- + Drawn from interviews with survivors of Easy Company, + as well as their journals and letters, Band of + Brothers chronicles the experiences of these men from + paratrooper training in Georgia through the end of the + war. As an elite rifle company parachuting into + Normandy early on D-Day morning, participants in the + Battle of the Bulge, and witness to the horrors of + war, the men of Easy knew extraordinary bravery and + extraordinary fear - and became the stuff of legend. + Based on Stephen E. Ambrose's acclaimed book of the + same name. + popularity: 56.008 + poster_path: /pGzV187ogXzgJrvPRy2YPi29ofH.jpg + vote_average: 8.457 + vote_count: 2956 + total_pages: 4 + total_results: 68 + + + /account/{account_id}/lists: + get: + tags: + - ACCOUNT + summary: Lists + description: This endpoint get a users list of custom lists. + operationId: lists + parameters: + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/account_id' + + responses: + '200': + description: lists + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 15:00:15 GMT + ETag: + schema: + type: string + example: W/"5b333525ff117973180331432dc740b8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 20f0d9cf6610f77242f5c592d2ecfd1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: wAQloToE_s0xkEk5_CYeqqEIPRvujaPnxHxfd9GWDsebzDMCRsr_sA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 208bf88ef35ae1f415fbf6b385484f09 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: Represents the current page of the results being returned. It starts from 1 and increments with each new page. + results: + type: array + items: + type: object + properties: + description: + type: string + example: '' + description: A textual description of the movie list. It provides additional context or insights about the movies in the list + favorite_count: + type: number + example: 0 + description: The number of users who have marked this list as a favorite. A count of 0 indicates no users have favorited it. + id: + type: number + example: 120174 + description: A unique identifier for each movie list. It is used for referencing or accessing specific lists in the database. + iso_639_1: + type: string + example: en + description: A code representing the language of the list (ISO 639-1 format). In this case, "en" indicates that the list is in English. + item_count: + type: number + example: 5 + description: The number of items (movies) included in this particular list. This gives an indication of the size of the list. + list_type: + type: string + example: movie + description: Denotes the type of the list. In this case, it is set to "movie", indicating that the list comprises movies. + name: + type: string + example: Test Alpha Sort + description: The title of the movie list, indicating the theme or focus of the collection. + poster_path: + type: string + nullable: true + example: null + description: A relative path to the poster image associated with the list. If null, it indicates that no poster image is available. + example: + - description: '' + favorite_count: 0 + id: 120174 + iso_639_1: en + item_count: 5 + list_type: movie + name: Test Alpha Sort + poster_path: null + - description: '' + favorite_count: 0 + id: 8221116 + iso_639_1: en + item_count: 4 + list_type: movie + name: Test List + poster_path: null + - description: >- + Here's a list of the films that take place in the DC + Comics universe. + favorite_count: 0 + id: 3 + iso_639_1: en + item_count: 30 + list_type: movie + name: The DC Comics Universe + poster_path: /4H1jWsgEQOgTs4KeG5j5BorKMfX.jpg + - description: This is a test. + favorite_count: 0 + id: 8212330 + iso_639_1: en + item_count: 2 + list_type: movie + name: 'Test List #1' + poster_path: null + - description: Just a UTF test list. 🍩 🐝 + favorite_count: 0 + id: 7066467 + iso_639_1: en + item_count: 3 + list_type: movie + name: 🚨 My Cool List! + poster_path: null + - description: >- + The idea behind this list is to collect the live + action comic book movies from within the Marvel + franchise. + favorite_count: 0 + id: 1 + iso_639_1: en + item_count: 59 + list_type: movie + name: The Marvel Universe + poster_path: /coJVIUEOToAEGViuhclM7pXC75R.jpg + - description: Test description. + favorite_count: 0 + id: 136203 + iso_639_1: en + item_count: 2 + list_type: movie + name: Test From Trav's Scripts + poster_path: null + - description: '' + favorite_count: 0 + id: 142798 + iso_639_1: en + item_count: 3 + list_type: movie + name: UFC Test + poster_path: null + - description: >- + A list of the films that were nominated at the 2012 + Oscars for best picture. + favorite_count: 0 + id: 2 + iso_639_1: en + item_count: 9 + list_type: movie + name: >- + 2012 Oscar Nominations for Best Picture - 84th Academy + Awards + poster_path: /zRqBleU93WncYnIwt8LAanQerZ7.jpg + - description: >- + Here are the films that have won for best drama at the + Golden Globes. + favorite_count: 0 + id: 2469 + iso_639_1: en + item_count: 63 + list_type: movie + name: Best Picture Winners - The Golden Globes + poster_path: /zkjL4XYZkbSKPYJgK1goBYS9EVN.jpg + - description: >- + Name pretty much says it all, here's the top 50 + grossing films of all time. + favorite_count: 0 + id: 10 + iso_639_1: en + item_count: 50 + list_type: movie + name: Top 50 Grossing Films of All Time (Worldwide) + poster_path: /sRbZeVtRKIWybTOVpCRPZtzW5bd.jpg + - description: >- + A list of the films that were nominated at the 2013 + Oscars for best picture. + favorite_count: 0 + id: 2278 + iso_639_1: en + item_count: 9 + list_type: movie + name: >- + 2013 Oscar Nominations for Best Picture - 85th Academy + Awards + poster_path: /AfyPUSSn7E75daZ3SfENRbA25h9.jpg + - description: >- + A list of the theatrical releases for Marvel's + Avengers characters that are in the latest Avengers + movie. + favorite_count: 0 + id: 5 + iso_639_1: en + item_count: 10 + list_type: movie + name: The Avengers + poster_path: /2i89ujVkhJebuoB2zy6QZcwbr2N.jpg + - description: >- + A list of the films that were nominated at the 2008 + Oscars for best picture. + favorite_count: 0 + id: 27 + iso_639_1: en + item_count: 5 + list_type: movie + name: >- + 2008 Oscar Nominations for Best Picture - 80th Academy + Awards + poster_path: /nWwFabqFaBbukXdkUCmtnrFxPNh.jpg + - description: >- + The View Askewniverse is a fictional universe created + by writer/director Kevin Smith, featured in several + films, comics and a television series; it is named for + Smith's production company, View Askew Productions. + favorite_count: 0 + id: 15 + iso_639_1: en + item_count: 6 + list_type: movie + name: The View Askewniverse + poster_path: /tGmU66LL8edoRm1RO7sbrz1xuhr.jpg + - description: >- + A list of the films that were nominated at the 2009 + Oscars for best picture. + favorite_count: 0 + id: 9 + iso_639_1: en + item_count: 5 + list_type: movie + name: >- + 2009 Oscar Nominations for Best Picture - 81st Academy + Awards + poster_path: /gShtwIvdSHgCEQRZfymNkEUEwFm.jpg + - description: >- + A list of the films that were nominated at the 2016 + Oscars for best picture. + favorite_count: 0 + id: 10291 + iso_639_1: en + item_count: 8 + list_type: movie + name: >- + 2016 Oscar Nominations for Best Picture - 88th Academy + Awards + poster_path: null + - description: >- + A list of the films that were nominated at the 2011 + Oscars for best picture. + favorite_count: 0 + id: 4 + iso_639_1: en + item_count: 10 + list_type: movie + name: >- + 2011 Oscar Nominations for Best Picture - 83rd Academy + Awards + poster_path: /iAHDZPyLD3NW7GuNV6U1TVtb0hN.jpg + - description: >- + A list of the films that were nominated at the 2010 + Oscars for best picture. + favorite_count: 0 + id: 8 + iso_639_1: en + item_count: 10 + list_type: movie + name: >- + 2010 Oscar Nominations for Best Picture - 82nd Academy + Awards + poster_path: /8iwe0iP49A6Gqcv31jBleZDZqI4.jpg + - description: >- + A list of the films that were nominated at the 2014 + Oscars for best picture. + favorite_count: 0 + id: 10288 + iso_639_1: en + item_count: 9 + list_type: movie + name: >- + 2014 Oscar Nominations for Best Picture - 86th Academy + Awards + poster_path: null + description: This represents a collection of movie objects returned by the API that provides information about various films. + total_pages: + type: number + example: 2 + description: The total number of pages available for the query results. + total_results: + type: number + example: 25 + description: The total number of results that meet the criteria of the query. + examples: + lists: + value: + page: 1 + results: + - description: '' + favorite_count: 0 + id: 120174 + iso_639_1: en + item_count: 5 + list_type: movie + name: Test Alpha Sort + poster_path: null + - description: '' + favorite_count: 0 + id: 8221116 + iso_639_1: en + item_count: 4 + list_type: movie + name: Test List + poster_path: null + - description: >- + Here's a list of the films that take place in the DC + Comics universe. + favorite_count: 0 + id: 3 + iso_639_1: en + item_count: 30 + list_type: movie + name: The DC Comics Universe + poster_path: /4H1jWsgEQOgTs4KeG5j5BorKMfX.jpg + - description: This is a test. + favorite_count: 0 + id: 8212330 + iso_639_1: en + item_count: 2 + list_type: movie + name: 'Test List #1' + poster_path: null + - description: Just a UTF test list. 🍩 🐝 + favorite_count: 0 + id: 7066467 + iso_639_1: en + item_count: 3 + list_type: movie + name: 🚨 My Cool List! + poster_path: null + - description: >- + The idea behind this list is to collect the live + action comic book movies from within the Marvel + franchise. + favorite_count: 0 + id: 1 + iso_639_1: en + item_count: 59 + list_type: movie + name: The Marvel Universe + poster_path: /coJVIUEOToAEGViuhclM7pXC75R.jpg + - description: Test description. + favorite_count: 0 + id: 136203 + iso_639_1: en + item_count: 2 + list_type: movie + name: Test From Trav's Scripts + poster_path: null + - description: '' + favorite_count: 0 + id: 142798 + iso_639_1: en + item_count: 3 + list_type: movie + name: UFC Test + poster_path: null + - description: >- + A list of the films that were nominated at the 2012 + Oscars for best picture. + favorite_count: 0 + id: 2 + iso_639_1: en + item_count: 9 + list_type: movie + name: >- + 2012 Oscar Nominations for Best Picture - 84th Academy + Awards + poster_path: /zRqBleU93WncYnIwt8LAanQerZ7.jpg + - description: >- + Here are the films that have won for best drama at the + Golden Globes. + favorite_count: 0 + id: 2469 + iso_639_1: en + item_count: 63 + list_type: movie + name: Best Picture Winners - The Golden Globes + poster_path: /zkjL4XYZkbSKPYJgK1goBYS9EVN.jpg + - description: >- + Name pretty much says it all, here's the top 50 + grossing films of all time. + favorite_count: 0 + id: 10 + iso_639_1: en + item_count: 50 + list_type: movie + name: Top 50 Grossing Films of All Time (Worldwide) + poster_path: /sRbZeVtRKIWybTOVpCRPZtzW5bd.jpg + - description: >- + A list of the films that were nominated at the 2013 + Oscars for best picture. + favorite_count: 0 + id: 2278 + iso_639_1: en + item_count: 9 + list_type: movie + name: >- + 2013 Oscar Nominations for Best Picture - 85th Academy + Awards + poster_path: /AfyPUSSn7E75daZ3SfENRbA25h9.jpg + - description: >- + A list of the theatrical releases for Marvel's + Avengers characters that are in the latest Avengers + movie. + favorite_count: 0 + id: 5 + iso_639_1: en + item_count: 10 + list_type: movie + name: The Avengers + poster_path: /2i89ujVkhJebuoB2zy6QZcwbr2N.jpg + - description: >- + A list of the films that were nominated at the 2008 + Oscars for best picture. + favorite_count: 0 + id: 27 + iso_639_1: en + item_count: 5 + list_type: movie + name: >- + 2008 Oscar Nominations for Best Picture - 80th Academy + Awards + poster_path: /nWwFabqFaBbukXdkUCmtnrFxPNh.jpg + - description: >- + The View Askewniverse is a fictional universe created + by writer/director Kevin Smith, featured in several + films, comics and a television series; it is named for + Smith's production company, View Askew Productions. + favorite_count: 0 + id: 15 + iso_639_1: en + item_count: 6 + list_type: movie + name: The View Askewniverse + poster_path: /tGmU66LL8edoRm1RO7sbrz1xuhr.jpg + - description: >- + A list of the films that were nominated at the 2009 + Oscars for best picture. + favorite_count: 0 + id: 9 + iso_639_1: en + item_count: 5 + list_type: movie + name: >- + 2009 Oscar Nominations for Best Picture - 81st Academy + Awards + poster_path: /gShtwIvdSHgCEQRZfymNkEUEwFm.jpg + - description: >- + A list of the films that were nominated at the 2016 + Oscars for best picture. + favorite_count: 0 + id: 10291 + iso_639_1: en + item_count: 8 + list_type: movie + name: >- + 2016 Oscar Nominations for Best Picture - 88th Academy + Awards + poster_path: null + - description: >- + A list of the films that were nominated at the 2011 + Oscars for best picture. + favorite_count: 0 + id: 4 + iso_639_1: en + item_count: 10 + list_type: movie + name: >- + 2011 Oscar Nominations for Best Picture - 83rd Academy + Awards + poster_path: /iAHDZPyLD3NW7GuNV6U1TVtb0hN.jpg + - description: >- + A list of the films that were nominated at the 2010 + Oscars for best picture. + favorite_count: 0 + id: 8 + iso_639_1: en + item_count: 10 + list_type: movie + name: >- + 2010 Oscar Nominations for Best Picture - 82nd Academy + Awards + poster_path: /8iwe0iP49A6Gqcv31jBleZDZqI4.jpg + - description: >- + A list of the films that were nominated at the 2014 + Oscars for best picture. + favorite_count: 0 + id: 10288 + iso_639_1: en + item_count: 9 + list_type: movie + name: >- + 2014 Oscar Nominations for Best Picture - 86th Academy + Awards + poster_path: null + total_pages: 2 + total_results: 25 + + + /account/{account_id}/rated/movies: + get: + tags: + - ACCOUNT + summary: Rated movies + description: This endpoint get a users list of rated movies. + operationId: ratedMovies + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/sort_by' + - $ref: '#/components/parameters/account_id' + + responses: + '200': + description: Rated movies + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 15:09:37 GMT + ETag: + schema: + type: string + example: W/"5b333525ff117973180331432dc740b8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 2f66aa06710fece8ed203ab0ea81eb56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qKVxZHzxu9Gk0uqD9m9VLNKaG0NX8BzDGV7jMs5_nz4ncz0t5Bf51A== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: f95619f71148a2812923e52dcbeaf59b + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: Represents the current page of the results being returned. It starts from 1 and increments with each new page. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is categorized as adult content (true) or not (false). + backdrop_path: + type: string + example: /dUVbWINfRMGojGZRcO6GF1Z2nV8.jpg + description: The URL path to the movie's backdrop image, that can be displayed behind the movie title. + genre_ids: + type: array + items: + type: number + example: 12 + example: + - 12 + - 14 + - 28 + description: An array of integers representing genre IDs for the movie. Each ID corresponds to a specific genre (e.g., 12 for Adventure, 28 for Action). + id: + type: number + example: 120 + description: An integer representing a unique identifier for the movie within the database. + original_language: + type: string + example: en + description: A string that specifies the primary language in which the movie was originally produced. For example, "en" stands for English. + original_title: + type: string + example: 'The Lord of the Rings: The Fellowship of the Ring' + description: A string indicating the original title of the movie as it was released in its original country. + overview: + type: string + example: >- + Young hobbit Frodo Baggins, after inheriting a + mysterious ring from his uncle Bilbo, must leave his + home in order to keep it from falling into the hands + of its evil creator. Along the way, a fellowship is + formed to protect the ringbearer and make sure that + the ring arrives at its final destination: Mt. Doom, + the only place where it can be destroyed. + description: A brief summary of the movie's plot or theme, providing an insight into the story. + + popularity: + type: number + example: 84.737 + description: A numeric value representing the popularity of the movie, calculated based on various factors such as viewership and engagement metrics. + poster_path: + type: string + example: /6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg + description: Indicates the path to the movie's poster image. + rating: + type: number + example: 8 + description: An integer that serves as a custom rating value that may reflect how the movie is perceived overall. + release_date: + type: string + example: '2001-12-18' + description: A string representing the date when the movie was first released to the public, following the format "YYYY-MM-DD". In this case, for example, "2001-12-18" denotes December 18, 2001. + title: + type: string + example: 'The Lord of the Rings: The Fellowship of the Ring' + description: A text representation of the film's name as recognized and referred to by its audience. + video: + type: boolean + example: false + description: A boolean indicating whether the movie has associated video content (like trailers) available (true) or not (false). + vote_average: + type: number + example: 8.396 + description: A numeric value that indicates the average rating the movie has received, generally on a scale of 0-10. + vote_count: + type: number + example: 22579 + description: An integer denoting the number of votes or ratings that have been submitted for the movie. + example: + - adult: false + backdrop_path: /dUVbWINfRMGojGZRcO6GF1Z2nV8.jpg + genre_ids: + - 12 + - 14 + - 28 + id: 120 + original_language: en + original_title: 'The Lord of the Rings: The Fellowship of the Ring' + overview: >- + Young hobbit Frodo Baggins, after inheriting a + mysterious ring from his uncle Bilbo, must leave his + home in order to keep it from falling into the hands + of its evil creator. Along the way, a fellowship is + formed to protect the ringbearer and make sure that + the ring arrives at its final destination: Mt. Doom, + the only place where it can be destroyed. + popularity: 84.737 + poster_path: /6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg + rating: 8 + release_date: '2001-12-18' + title: 'The Lord of the Rings: The Fellowship of the Ring' + video: false + vote_average: 8.396 + vote_count: 22579 + - adult: false + backdrop_path: /YL3GPOiDcNraIJOVDCZsoOBoDy.jpg + genre_ids: + - 878 + - 28 + - 12 + - 53 + id: 106 + original_language: en + original_title: Predator + overview: >- + A team of elite commandos on a secret mission in a + Central American jungle come to find themselves hunted + by an extraterrestrial warrior. + popularity: 62.969 + poster_path: /k3mW4qfJo6SKqe6laRyNGnbB9n5.jpg + rating: 6 + release_date: '1987-06-12' + title: Predator + video: false + vote_average: 7.491 + vote_count: 6943 + - adult: false + backdrop_path: /dqK9Hag1054tghRQSqLSfrkvQnA.jpg + genre_ids: + - 18 + - 28 + - 80 + - 53 + id: 155 + original_language: en + original_title: The Dark Knight + overview: >- + Batman raises the stakes in his war on crime. With the + help of Lt. Jim Gordon and District Attorney Harvey + Dent, Batman sets out to dismantle the remaining + criminal organizations that plague the streets. The + partnership proves to be effective, but they soon find + themselves prey to a reign of chaos unleashed by a + rising criminal mastermind known to the terrified + citizens of Gotham as the Joker. + popularity: 83.151 + poster_path: /qJ2tW6WMUDux911r6m7haRef0WH.jpg + rating: 9 + release_date: '2008-07-14' + title: The Dark Knight + video: false + vote_average: 8.509 + vote_count: 29582 + - adult: false + backdrop_path: /yzqaKAhglTrkeOfuIXYYArf0WnA.jpg + genre_ids: + - 16 + - 10751 + id: 12 + original_language: en + original_title: Finding Nemo + overview: >- + Nemo, an adventurous young clownfish, is unexpectedly + taken from his Great Barrier Reef home to a dentist's + office aquarium. It's up to his worrisome father + Marlin and a friendly but forgetful fish Dory to bring + Nemo home -- meeting vegetarian sharks, surfer dude + turtles, hypnotic jellyfish, hungry seagulls, and more + along the way. + popularity: 94.545 + poster_path: /5lc6nQc0VhWFYFbNv016xze8Jvy.jpg + rating: 8 + release_date: '2003-05-30' + title: Finding Nemo + video: false + vote_average: 7.822 + vote_count: 17590 + - adult: false + backdrop_path: /ysKahAEPP8h6MInuLjr0xuZOTjh.jpg + genre_ids: + - 80 + - 35 + id: 107 + original_language: en + original_title: Snatch + overview: >- + Unscrupulous boxing promoters, violent bookmakers, a + Russian gangster, incompetent amateur robbers and + supposedly Jewish jewelers fight to track down a + priceless stolen diamond. + popularity: 32.43 + poster_path: /56mOJth6DJ6JhgoE2jtpilVqJO.jpg + rating: 8 + release_date: '2000-09-01' + title: Snatch + video: false + vote_average: 7.803 + vote_count: 7985 + - adult: false + backdrop_path: /8AE7M2lMsyvowfT36porzGtmOtI.jpg + genre_ids: + - 878 + - 18 + - 10749 + id: 38 + original_language: en + original_title: Eternal Sunshine of the Spotless Mind + overview: >- + Joel Barish, heartbroken that his girlfriend underwent + a procedure to erase him from her memory, decides to + do the same. However, as he watches his memories of + her fade away, he realises that he still loves her, + and may be too late to correct his mistake. + popularity: 36.729 + poster_path: /5MwkWH9tYHv3mV9OdYTMR5qreIz.jpg + rating: 9 + release_date: '2004-03-19' + title: Eternal Sunshine of the Spotless Mind + video: false + vote_average: 8.1 + vote_count: 13294 + - adult: false + backdrop_path: /3h1JZGDhZ8nzxdgvkxha0qBqi05.jpg + genre_ids: + - 35 + - 18 + - 10749 + id: 13 + original_language: en + original_title: Forrest Gump + overview: >- + A man with a low IQ has accomplished great things in + his life and been present during significant historic + events—in each case, far exceeding what anyone + imagined he could do. But despite all he has achieved, + his one true love eludes him. + popularity: 62.225 + poster_path: /arw2vcBveWOVZr6pxd9XTd1TdQa.jpg + rating: 9 + release_date: '1994-06-23' + title: Forrest Gump + video: false + vote_average: 8.5 + vote_count: 24536 + - adult: false + backdrop_path: /xKb6mtdfI5Qsggc44Hr9CCUDvaj.jpg + genre_ids: + - 28 + - 53 + - 878 + id: 280 + original_language: en + original_title: 'Terminator 2: Judgment Day' + overview: >- + Nearly 10 years have passed since Sarah Connor was + targeted for termination by a cyborg from the future. + Now her son, John, the future leader of the + resistance, is the target for a newer, more deadly + terminator. Once again, the resistance has managed to + send a protector back to attempt to save John and his + mother Sarah. + popularity: 66.674 + poster_path: /5M0j0B18abtBI5gi2RhfjjurTqb.jpg + rating: 8 + release_date: '1991-07-03' + title: 'Terminator 2: Judgment Day' + video: false + vote_average: 8.096 + vote_count: 11255 + - adult: false + backdrop_path: /8bQbejOvAKe78RXxpkfM04n0K18.jpg + genre_ids: + - 14 + - 35 + id: 310 + original_language: en + original_title: Bruce Almighty + overview: >- + Bruce Nolan toils as a 'human interest' television + reporter in Buffalo, N.Y., but despite his high + ratings and the love of his beautiful girlfriend, + Bruce remains unfulfilled. At the end of the worst day + in his life, he angrily ridicules God—and the Almighty + responds, endowing Bruce with all of His divine + powers. + popularity: 35.483 + poster_path: /f0QqG14SZYYZcV4VWykVc5w13dz.jpg + rating: 8 + release_date: '2003-05-23' + title: Bruce Almighty + video: false + vote_average: 6.7 + vote_count: 9757 + - adult: false + backdrop_path: /lt1rGQSqhk2T2T4lHo6CTQYvoWP.jpg + genre_ids: + - 53 + - 28 + - 80 + id: 187 + original_language: en + original_title: Sin City + overview: >- + Welcome to Sin City. This town beckons to the tough, + the corrupt, the brokenhearted. Some call it dark… + Hard-boiled. Then there are those who call it home — + Crooked cops, sexy dames, desperate vigilantes. Some + are seeking revenge, others lust after redemption, and + then there are those hoping for a little of both. A + universe of unlikely and reluctant heroes still trying + to do the right thing in a city that refuses to care. + popularity: 23.715 + poster_path: /i66G50wATMmPrvpP95f0XP6ZdVS.jpg + rating: 8 + release_date: '2005-04-01' + title: Sin City + video: false + vote_average: 7.437 + vote_count: 7311 + - adult: false + backdrop_path: /tmU7GeKVybMWFButWEGl2M4GeiP.jpg + genre_ids: + - 18 + - 80 + id: 238 + original_language: en + original_title: The Godfather + overview: >- + Spanning the years 1945 to 1955, a chronicle of the + fictional Italian-American Corleone crime family. When + organized crime family patriarch, Vito Corleone barely + survives an attempt on his life, his youngest son, + Michael steps in to take care of the would-be killers, + launching a campaign of bloody revenge. + popularity: 100.932 + poster_path: /3bhkrj58Vtu7enYsRolD1fZdja1.jpg + rating: 9 + release_date: '1972-03-14' + title: The Godfather + video: false + vote_average: 8.712 + vote_count: 17812 + - adult: false + backdrop_path: /wOfzdzC0QZyhUIlyjeMuUYSb8Ax.jpg + genre_ids: + - 18 + - 10749 + id: 289 + original_language: en + original_title: Casablanca + overview: >- + In Casablanca, Morocco in December 1941, a cynical + American expatriate meets a former lover, with + unforeseen complications. + popularity: 17.927 + poster_path: /5K7cOHoay2mZusSLezBOY0Qxh8a.jpg + rating: 8 + release_date: '1942-11-26' + title: Casablanca + video: false + vote_average: 8.173 + vote_count: 4695 + - adult: false + backdrop_path: /747dgDfL5d8esobk7h4odaOFhUq.jpg + genre_ids: + - 80 + - 18 + - 53 + id: 275 + original_language: en + original_title: Fargo + overview: >- + Jerry, a small-town Minnesota car salesman is bursting + at the seams with debt... but he's got a plan. He's + going to hire two thugs to kidnap his wife in a scheme + to collect a hefty ransom from his wealthy + father-in-law. It's going to be a snap and nobody's + going to get hurt... until people start dying. Enter + Police Chief Marge, a coffee-drinking, parka-wearing - + and extremely pregnant - investigator who'll stop at + nothing to get her man. And if you think her + small-time investigative skills will give the crooks a + run for their ransom... you betcha! + popularity: 20.791 + poster_path: /rt7cpEr1uP6RTZykBFhBTcRaKvG.jpg + rating: 8 + release_date: '1996-03-08' + title: Fargo + video: false + vote_average: 7.87 + vote_count: 7007 + - adult: false + backdrop_path: /bsaA9qtIR6VTDQykXdBzJc8V5rS.jpg + genre_ids: + - 12 + - 14 + - 9648 + id: 675 + original_language: en + original_title: Harry Potter and the Order of the Phoenix + overview: >- + Returning for his fifth year of study at Hogwarts, + Harry is stunned to find that his warnings about the + return of Lord Voldemort have been ignored. Left with + no choice, Harry takes matters into his own hands, + training a small group of students to defend + themselves against the dark arts. + popularity: 118.896 + poster_path: /5aOyriWkPec0zUDxmHFP9qMmBaj.jpg + rating: 8 + release_date: '2007-06-28' + title: Harry Potter and the Order of the Phoenix + video: false + vote_average: 7.687 + vote_count: 17658 + - adult: false + backdrop_path: /r1gEZd7BoXtLNEQSNMqfsMlMtIz.jpg + genre_ids: + - 12 + - 28 + - 18 + - 53 + id: 503 + original_language: en + original_title: Poseidon + overview: >- + A packed cruise ship traveling the Atlantic is hit and + overturned by a massive wave, compelling the + passengers to begin a dramatic fight for their lives. + popularity: 22.847 + poster_path: /cCx2Ead8KoZhHofsAAr7tyrjfDo.jpg + rating: 6 + release_date: '2006-05-10' + title: Poseidon + video: false + vote_average: 5.848 + vote_count: 1890 + - adult: false + backdrop_path: /eGhjeUbzttA3E4flxdAm8gHz4h4.jpg + genre_ids: + - 28 + - 12 + - 10752 + id: 1271 + original_language: en + original_title: '300' + overview: >- + Based on Frank Miller's graphic novel, "300" is very + loosely based the 480 B.C. Battle of Thermopylae, + where the King of Sparta led his army against the + advancing Persians; the battle is said to have + inspired all of Greece to band together against the + Persians, and helped usher in the world's first + democracy. + popularity: 49.667 + poster_path: /9W49fy5G7v9Ed3CXtvMi41YqZtt.jpg + rating: 8 + release_date: '2007-03-07' + title: '300' + video: false + vote_average: 7.17 + vote_count: 12491 + description: This represents a collection of movie objects returned by the API that provides information about various films. + total_pages: + type: number + example: 47 + description: The total number of pages available for the query results. + total_results: + type: number + example: 940 + description: The total number of results that meet the criteria of the query. + examples: + Rated movies: + value: + page: 1 + results: + - adult: false + backdrop_path: /dUVbWINfRMGojGZRcO6GF1Z2nV8.jpg + genre_ids: + - 12 + - 14 + - 28 + id: 120 + original_language: en + original_title: 'The Lord of the Rings: The Fellowship of the Ring' + overview: >- + Young hobbit Frodo Baggins, after inheriting a + mysterious ring from his uncle Bilbo, must leave his + home in order to keep it from falling into the hands + of its evil creator. Along the way, a fellowship is + formed to protect the ringbearer and make sure that + the ring arrives at its final destination: Mt. Doom, + the only place where it can be destroyed. + popularity: 84.737 + poster_path: /6oom5QYQ2yQTMJIbnvbkBL9cHo6.jpg + rating: 8 + release_date: '2001-12-18' + title: 'The Lord of the Rings: The Fellowship of the Ring' + video: false + vote_average: 8.396 + vote_count: 22579 + - adult: false + backdrop_path: /YL3GPOiDcNraIJOVDCZsoOBoDy.jpg + genre_ids: + - 878 + - 28 + - 12 + - 53 + id: 106 + original_language: en + original_title: Predator + overview: >- + A team of elite commandos on a secret mission in a + Central American jungle come to find themselves hunted + by an extraterrestrial warrior. + popularity: 62.969 + poster_path: /k3mW4qfJo6SKqe6laRyNGnbB9n5.jpg + rating: 6 + release_date: '1987-06-12' + title: Predator + video: false + vote_average: 7.491 + vote_count: 6943 + - adult: false + backdrop_path: /dqK9Hag1054tghRQSqLSfrkvQnA.jpg + genre_ids: + - 18 + - 28 + - 80 + - 53 + id: 155 + original_language: en + original_title: The Dark Knight + overview: >- + Batman raises the stakes in his war on crime. With the + help of Lt. Jim Gordon and District Attorney Harvey + Dent, Batman sets out to dismantle the remaining + criminal organizations that plague the streets. The + partnership proves to be effective, but they soon find + themselves prey to a reign of chaos unleashed by a + rising criminal mastermind known to the terrified + citizens of Gotham as the Joker. + popularity: 83.151 + poster_path: /qJ2tW6WMUDux911r6m7haRef0WH.jpg + rating: 9 + release_date: '2008-07-14' + title: The Dark Knight + video: false + vote_average: 8.509 + vote_count: 29582 + - adult: false + backdrop_path: /yzqaKAhglTrkeOfuIXYYArf0WnA.jpg + genre_ids: + - 16 + - 10751 + id: 12 + original_language: en + original_title: Finding Nemo + overview: >- + Nemo, an adventurous young clownfish, is unexpectedly + taken from his Great Barrier Reef home to a dentist's + office aquarium. It's up to his worrisome father + Marlin and a friendly but forgetful fish Dory to bring + Nemo home -- meeting vegetarian sharks, surfer dude + turtles, hypnotic jellyfish, hungry seagulls, and more + along the way. + popularity: 94.545 + poster_path: /5lc6nQc0VhWFYFbNv016xze8Jvy.jpg + rating: 8 + release_date: '2003-05-30' + title: Finding Nemo + video: false + vote_average: 7.822 + vote_count: 17590 + - adult: false + backdrop_path: /ysKahAEPP8h6MInuLjr0xuZOTjh.jpg + genre_ids: + - 80 + - 35 + id: 107 + original_language: en + original_title: Snatch + overview: >- + Unscrupulous boxing promoters, violent bookmakers, a + Russian gangster, incompetent amateur robbers and + supposedly Jewish jewelers fight to track down a + priceless stolen diamond. + popularity: 32.43 + poster_path: /56mOJth6DJ6JhgoE2jtpilVqJO.jpg + rating: 8 + release_date: '2000-09-01' + title: Snatch + video: false + vote_average: 7.803 + vote_count: 7985 + - adult: false + backdrop_path: /8AE7M2lMsyvowfT36porzGtmOtI.jpg + genre_ids: + - 878 + - 18 + - 10749 + id: 38 + original_language: en + original_title: Eternal Sunshine of the Spotless Mind + overview: >- + Joel Barish, heartbroken that his girlfriend underwent + a procedure to erase him from her memory, decides to + do the same. However, as he watches his memories of + her fade away, he realises that he still loves her, + and may be too late to correct his mistake. + popularity: 36.729 + poster_path: /5MwkWH9tYHv3mV9OdYTMR5qreIz.jpg + rating: 9 + release_date: '2004-03-19' + title: Eternal Sunshine of the Spotless Mind + video: false + vote_average: 8.1 + vote_count: 13294 + - adult: false + backdrop_path: /3h1JZGDhZ8nzxdgvkxha0qBqi05.jpg + genre_ids: + - 35 + - 18 + - 10749 + id: 13 + original_language: en + original_title: Forrest Gump + overview: >- + A man with a low IQ has accomplished great things in + his life and been present during significant historic + events—in each case, far exceeding what anyone + imagined he could do. But despite all he has achieved, + his one true love eludes him. + popularity: 62.225 + poster_path: /arw2vcBveWOVZr6pxd9XTd1TdQa.jpg + rating: 9 + release_date: '1994-06-23' + title: Forrest Gump + video: false + vote_average: 8.5 + vote_count: 24536 + - adult: false + backdrop_path: /xKb6mtdfI5Qsggc44Hr9CCUDvaj.jpg + genre_ids: + - 28 + - 53 + - 878 + id: 280 + original_language: en + original_title: 'Terminator 2: Judgment Day' + overview: >- + Nearly 10 years have passed since Sarah Connor was + targeted for termination by a cyborg from the future. + Now her son, John, the future leader of the + resistance, is the target for a newer, more deadly + terminator. Once again, the resistance has managed to + send a protector back to attempt to save John and his + mother Sarah. + popularity: 66.674 + poster_path: /5M0j0B18abtBI5gi2RhfjjurTqb.jpg + rating: 8 + release_date: '1991-07-03' + title: 'Terminator 2: Judgment Day' + video: false + vote_average: 8.096 + vote_count: 11255 + - adult: false + backdrop_path: /8bQbejOvAKe78RXxpkfM04n0K18.jpg + genre_ids: + - 14 + - 35 + id: 310 + original_language: en + original_title: Bruce Almighty + overview: >- + Bruce Nolan toils as a 'human interest' television + reporter in Buffalo, N.Y., but despite his high + ratings and the love of his beautiful girlfriend, + Bruce remains unfulfilled. At the end of the worst day + in his life, he angrily ridicules God—and the Almighty + responds, endowing Bruce with all of His divine + powers. + popularity: 35.483 + poster_path: /f0QqG14SZYYZcV4VWykVc5w13dz.jpg + rating: 8 + release_date: '2003-05-23' + title: Bruce Almighty + video: false + vote_average: 6.7 + vote_count: 9757 + - adult: false + backdrop_path: /lt1rGQSqhk2T2T4lHo6CTQYvoWP.jpg + genre_ids: + - 53 + - 28 + - 80 + id: 187 + original_language: en + original_title: Sin City + overview: >- + Welcome to Sin City. This town beckons to the tough, + the corrupt, the brokenhearted. Some call it dark… + Hard-boiled. Then there are those who call it home — + Crooked cops, sexy dames, desperate vigilantes. Some + are seeking revenge, others lust after redemption, and + then there are those hoping for a little of both. A + universe of unlikely and reluctant heroes still trying + to do the right thing in a city that refuses to care. + popularity: 23.715 + poster_path: /i66G50wATMmPrvpP95f0XP6ZdVS.jpg + rating: 8 + release_date: '2005-04-01' + title: Sin City + video: false + vote_average: 7.437 + vote_count: 7311 + - adult: false + backdrop_path: /tmU7GeKVybMWFButWEGl2M4GeiP.jpg + genre_ids: + - 18 + - 80 + id: 238 + original_language: en + original_title: The Godfather + overview: >- + Spanning the years 1945 to 1955, a chronicle of the + fictional Italian-American Corleone crime family. When + organized crime family patriarch, Vito Corleone barely + survives an attempt on his life, his youngest son, + Michael steps in to take care of the would-be killers, + launching a campaign of bloody revenge. + popularity: 100.932 + poster_path: /3bhkrj58Vtu7enYsRolD1fZdja1.jpg + rating: 9 + release_date: '1972-03-14' + title: The Godfather + video: false + vote_average: 8.712 + vote_count: 17812 + - adult: false + backdrop_path: /wOfzdzC0QZyhUIlyjeMuUYSb8Ax.jpg + genre_ids: + - 18 + - 10749 + id: 289 + original_language: en + original_title: Casablanca + overview: >- + In Casablanca, Morocco in December 1941, a cynical + American expatriate meets a former lover, with + unforeseen complications. + popularity: 17.927 + poster_path: /5K7cOHoay2mZusSLezBOY0Qxh8a.jpg + rating: 8 + release_date: '1942-11-26' + title: Casablanca + video: false + vote_average: 8.173 + vote_count: 4695 + - adult: false + backdrop_path: /747dgDfL5d8esobk7h4odaOFhUq.jpg + genre_ids: + - 80 + - 18 + - 53 + id: 275 + original_language: en + original_title: Fargo + overview: >- + Jerry, a small-town Minnesota car salesman is bursting + at the seams with debt... but he's got a plan. He's + going to hire two thugs to kidnap his wife in a scheme + to collect a hefty ransom from his wealthy + father-in-law. It's going to be a snap and nobody's + going to get hurt... until people start dying. Enter + Police Chief Marge, a coffee-drinking, parka-wearing - + and extremely pregnant - investigator who'll stop at + nothing to get her man. And if you think her + small-time investigative skills will give the crooks a + run for their ransom... you betcha! + popularity: 20.791 + poster_path: /rt7cpEr1uP6RTZykBFhBTcRaKvG.jpg + rating: 8 + release_date: '1996-03-08' + title: Fargo + video: false + vote_average: 7.87 + vote_count: 7007 + - adult: false + backdrop_path: /bsaA9qtIR6VTDQykXdBzJc8V5rS.jpg + genre_ids: + - 12 + - 14 + - 9648 + id: 675 + original_language: en + original_title: Harry Potter and the Order of the Phoenix + overview: >- + Returning for his fifth year of study at Hogwarts, + Harry is stunned to find that his warnings about the + return of Lord Voldemort have been ignored. Left with + no choice, Harry takes matters into his own hands, + training a small group of students to defend + themselves against the dark arts. + popularity: 118.896 + poster_path: /5aOyriWkPec0zUDxmHFP9qMmBaj.jpg + rating: 8 + release_date: '2007-06-28' + title: Harry Potter and the Order of the Phoenix + video: false + vote_average: 7.687 + vote_count: 17658 + - adult: false + backdrop_path: /r1gEZd7BoXtLNEQSNMqfsMlMtIz.jpg + genre_ids: + - 12 + - 28 + - 18 + - 53 + id: 503 + original_language: en + original_title: Poseidon + overview: >- + A packed cruise ship traveling the Atlantic is hit and + overturned by a massive wave, compelling the + passengers to begin a dramatic fight for their lives. + popularity: 22.847 + poster_path: /cCx2Ead8KoZhHofsAAr7tyrjfDo.jpg + rating: 6 + release_date: '2006-05-10' + title: Poseidon + video: false + vote_average: 5.848 + vote_count: 1890 + - adult: false + backdrop_path: /eGhjeUbzttA3E4flxdAm8gHz4h4.jpg + genre_ids: + - 28 + - 12 + - 10752 + id: 1271 + original_language: en + original_title: '300' + overview: >- + Based on Frank Miller's graphic novel, "300" is very + loosely based the 480 B.C. Battle of Thermopylae, + where the King of Sparta led his army against the + advancing Persians; the battle is said to have + inspired all of Greece to band together against the + Persians, and helped usher in the world's first + democracy. + popularity: 49.667 + poster_path: /9W49fy5G7v9Ed3CXtvMi41YqZtt.jpg + rating: 8 + release_date: '2007-03-07' + title: '300' + video: false + vote_average: 7.17 + vote_count: 12491 + total_pages: 47 + total_results: 940 + + + + /account/{account_id}/rated/tv: + get: + tags: + - ACCOUNT + summary: Rated TV + description: This endpoint get a users list of rated TV shows. + operationId: ratedTv + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/sort_by' + - $ref: '#/components/parameters/account_id' + responses: + '200': + description: rated tv + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 15:34:51 GMT + ETag: + schema: + type: string + example: W/"5b333525ff117973180331432dc740b8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: h8zJf9X3gONA0VwKM-C3CtFSfjGeUmpUBlIHf-X9wA3UIf1-gvFqIA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 811f3c9e837b27ae54e369989c7f17b7 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: Represents the current page of the results being returned. It starts from 1 and increments with each new page. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is categorized as adult content (true) or not (false). + backdrop_path: + type: string + example: /2yZXtM2Kky1Sy0kachbDlwybl3y.jpg + description: The URL path to the movie's backdrop image, that can be displayed behind the movie title. + first_air_date: + type: string + example: '2008-09-09' + description: This indicate the date when the show first premiered. + genre_ids: + type: array + items: + type: number + example: 10765 + example: + - 10765 + - 18 + - 9648 + description: An array of integers representing unique identifiers for the genres associated with the show. + id: + type: number + example: 1705 + description: An integer representing a unique identifier for the movie within the database. + name: + type: string + example: Fringe + description: A string that contains the name or title of the show. + origin_country: + type: array + items: + type: string + example: US + example: + - US + description: An array of strings indicating the country or countries where the show was produced. + original_language: + type: string + example: en + description: A string representing the original language in which the show was produced. + original_name: + type: string + example: Fringe + description: A string that contains the original title of the show. + overview: + type: string + example: >- + FBI Special Agent Olivia Dunham, brilliant but + formerly institutionalized scientist Walter Bishop + and his scheming, reluctant son Peter uncover a + deadly mystery involving a series of unbelievable + events and realize they may be a part of a larger, + more disturbing pattern that blurs the line between + science fiction and technology. + description: A brief summary of the show, providing an insight into the story. + popularity: + type: number + example: 151.906 + description: A numeric value representing the popularity of the movie, calculated based on various factors such as viewership and engagement metrics. + poster_path: + type: string + example: /sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg + description: Indicates the path to the movie's poster image. + rating: + type: number + example: 9 + description: An integer that serves as a custom rating value that may reflect how the movie is perceived overall. + vote_average: + type: number + example: 8.109 + description: A numeric value that indicates the average rating the movie was received, generally on a scale of 0-10. + vote_count: + type: number + example: 2050 + description: An integer denoting the number of votes or ratings that have been submitted for the movie. + example: + - adult: false + backdrop_path: /2yZXtM2Kky1Sy0kachbDlwybl3y.jpg + first_air_date: '2008-09-09' + genre_ids: + - 10765 + - 18 + - 9648 + id: 1705 + name: Fringe + origin_country: + - US + original_language: en + original_name: Fringe + overview: >- + FBI Special Agent Olivia Dunham, brilliant but + formerly institutionalized scientist Walter Bishop and + his scheming, reluctant son Peter uncover a deadly + mystery involving a series of unbelievable events and + realize they may be a part of a larger, more + disturbing pattern that blurs the line between science + fiction and technology. + popularity: 151.906 + poster_path: /sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg + rating: 9 + vote_average: 8.109 + vote_count: 2050 + - adult: false + backdrop_path: /dGzPJnh8YcUS4J10sNunohaXMVn.jpg + first_air_date: '2004-03-21' + genre_ids: + - 37 + - 80 + - 18 + id: 1406 + name: Deadwood + origin_country: + - US + original_language: en + original_name: Deadwood + overview: >- + The story of the early days of Deadwood, South Dakota; + woven around actual historic events with most of the + main characters based on real people. Deadwood starts + as a gold mining camp and gradually turns from a + lawless wild-west community into an organized + wild-west civilized town. The story focuses on the + real-life characters Seth Bullock and Al Swearengen. + popularity: 42.61 + poster_path: /4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg + rating: 8 + vote_average: 8.095 + vote_count: 670 + - adult: false + backdrop_path: /cyieN1P9Xo5SvLasSUT7SaAAzfy.jpg + first_air_date: '2010-03-16' + genre_ids: + - 80 + - 18 + id: 1436 + name: Justified + origin_country: + - US + original_language: en + original_name: Justified + overview: >- + A character drama based on the 2001 Elmore Leonard + short story "Fire in the Hole." Leonard's tale centers + around U.S. Marshal Raylan Givens of Kentucky, a quiet + but strong-willed official of the law. The tale covers + his high-stakes job, as well as his strained + relationships with his ex-wife and father. + popularity: 56.399 + poster_path: /aVYuGDlOZMCRt89fAnHTYgk3BMr.jpg + rating: 8 + vote_average: 7.961 + vote_count: 558 + - adult: false + backdrop_path: /tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg + first_air_date: '1989-07-05' + genre_ids: + - 35 + id: 1400 + name: Seinfeld + origin_country: + - US + original_language: en + original_name: Seinfeld + overview: >- + A stand-up comedian and his three offbeat friends + weather the pitfalls and payoffs of life in New York + City in the '90s. It's a show about nothing. + popularity: 164.288 + poster_path: /aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg + rating: 9 + vote_average: 8.3 + vote_count: 1557 + - adult: false + backdrop_path: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg + first_air_date: '2008-01-20' + genre_ids: + - 18 + - 80 + id: 1396 + name: Breaking Bad + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + When Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a prognosis + of only two years left to live. He becomes filled with + a sense of fearlessness and an unrelenting desire to + secure his family's financial future at any cost as he + enters the dangerous world of drugs and crime. + popularity: 292.904 + poster_path: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg + rating: 10 + vote_average: 8.878 + vote_count: 11548 + - adult: false + backdrop_path: /sAX6JOWZWJGhkvFRctSZIL556mp.jpg + first_air_date: '2008-09-03' + genre_ids: + - 80 + - 18 + id: 1409 + name: Sons of Anarchy + origin_country: + - US + original_language: en + original_name: Sons of Anarchy + overview: >- + An adrenalized drama with darkly comedic undertones + that explores a notorious outlaw motorcycle club’s + (MC) desire to protect its livelihood while ensuring + that their simple, sheltered town of Charming, + California remains exactly that, charming. The MC must + confront threats from drug dealers, corporate + developers, and overzealous law officers. Behind the + MC’s familial lifestyle and legally thriving + automotive shop is a ruthless and illegal arms + business driven by the seduction of money, power, and + blood. + popularity: 119.662 + poster_path: /kiy8BHtIHAslh81rvFcZ4wbNGdY.jpg + rating: 8.5 + vote_average: 8.442 + vote_count: 2437 + - adult: false + backdrop_path: /r9t9lblyPfudl0LV0Ujg1nXdKyW.jpg + first_air_date: '2004-11-16' + genre_ids: + - 18 + - 9648 + id: 1408 + name: House + origin_country: + - US + original_language: en + original_name: House + overview: >- + Dr. Gregory House, a drug-addicted, unconventional, + misanthropic medical genius, leads a team of + diagnosticians at the fictional Princeton–Plainsboro + Teaching Hospital in New Jersey. + popularity: 257.672 + poster_path: /5rIQ3pTjWdZjNUJSJxn1T8MIvoG.jpg + rating: 7.5 + vote_average: 8.607 + vote_count: 5450 + - adult: false + backdrop_path: /8X1BTSaUyF5rc0malaaQovpxC3f.jpg + first_air_date: '2007-09-24' + genre_ids: + - 35 + id: 1418 + name: The Big Bang Theory + origin_country: + - US + original_language: en + original_name: The Big Bang Theory + overview: >- + The sitcom is centered on five characters living in + Pasadena, California: roommates Leonard Hofstadter and + Sheldon Cooper; Penny, a waitress and aspiring actress + who lives across the hall; and Leonard and Sheldon's + equally geeky and socially awkward friends and + co-workers, mechanical engineer Howard Wolowitz and + astrophysicist Raj Koothrappali. The geekiness and + intellect of the four guys is contrasted for comic + effect with Penny's social skills and common sense. + popularity: 134.048 + poster_path: /ooBGRQBdbGzBxAVfExiO8r7kloA.jpg + rating: 7 + vote_average: 7.879 + vote_count: 9899 + - adult: false + backdrop_path: /tK8eRUWVY8AVdDUPUxSzrmlLb0R.jpg + first_air_date: '2009-10-02' + genre_ids: + - 10765 + - 10759 + - 18 + id: 5148 + name: Stargate Universe + origin_country: + - US + original_language: en + original_name: Stargate Universe + overview: >- + The adventures of a present-day, multinational + exploration team traveling on the Ancient spaceship + Destiny many billions of light years distant from the + Milky Way Galaxy. They evacuated there and are now + trying to figure out a way to return to Earth, while + simultaneously trying to explore and to survive in + their unknown area of the universe. + popularity: 35.116 + poster_path: /n23WMoa9y5TYPuKSQjPArpbHr9x.jpg + rating: 7.5 + vote_average: 7.385 + vote_count: 577 + - adult: false + backdrop_path: /x4lxFIhhrDI4nWtV8osnYwbGESV.jpg + first_air_date: '2009-09-23' + genre_ids: + - 35 + id: 1421 + name: Modern Family + origin_country: + - US + original_language: en + original_name: Modern Family + overview: >- + The Pritchett-Dunphy-Tucker clan is a wonderfully + large and blended family. They give us an honest and + often hilarious look into the sometimes warm, + sometimes twisted, embrace of the modern family. + popularity: 231.798 + poster_path: /fu5vEUHgxkAPmX26ISQXqHmlPMq.jpg + rating: 9 + vote_average: 7.787 + vote_count: 2159 + - adult: false + backdrop_path: /nVRyd8hlg0ZLxBn9RaI7mUMQLnz.jpg + first_air_date: '2005-09-13' + genre_ids: + - 18 + - 9648 + - 10765 + id: 1622 + name: Supernatural + origin_country: + - US + original_language: en + original_name: Supernatural + overview: >- + When they were boys, Sam and Dean Winchester lost + their mother to a mysterious and demonic supernatural + force. Subsequently, their father raised them to be + soldiers. He taught them about the paranormal evil + that lives in the dark corners and on the back roads + of America ... and he taught them how to kill it. Now, + the Winchester brothers crisscross the country in + their '67 Chevy Impala, battling every kind of + supernatural threat they encounter along the way. + popularity: 361.403 + poster_path: /KoYWXbnYuS3b0GyQPkbuexlVK9.jpg + rating: 8 + vote_average: 8.304 + vote_count: 6650 + - adult: false + backdrop_path: /1dQHZhnej0acyQn5jlVb8NHDMDM.jpg + first_air_date: '2012-06-24' + genre_ids: + - 18 + id: 15621 + name: The Newsroom + origin_country: + - US + original_language: en + original_name: The Newsroom + overview: >- + A behind-the-scenes look at the people who make a + nightly cable-news program. Focusing on a network + anchor, his new executive producer, the newsroom staff + and their boss, the series tracks their quixotic + mission to do the news well in the face of corporate + and commercial obstacles-not to mention their own + personal entanglements. + popularity: 22.784 + poster_path: /2s6IPLtfw0GiMxlJznb1TkA6KXk.jpg + rating: 8.5 + vote_average: 8.119 + vote_count: 485 + - adult: false + backdrop_path: /mCwQJqyuCFlbFyJR5sWg3PqtHEN.jpg + first_air_date: '2013-04-04' + genre_ids: + - 18 + - 80 + id: 40008 + name: Hannibal + origin_country: + - US + original_language: en + original_name: Hannibal + overview: >- + Both a gift and a curse, Graham has the extraordinary + ability to think like his prey—he sees what they see, + feels what they feel. But while Graham is pursuing an + especially troubling, cannibalistic murderer, Special + Agent Jack Crawford teams him with a highly respected + psychiatrist – a man with a taste for the criminal + minded – Dr. Hannibal Lecter. + popularity: 55.286 + poster_path: /imzvb941su6uhQ158GGurk7vF28.jpg + rating: 9 + vote_average: 8.222 + vote_count: 2011 + - adult: false + backdrop_path: /jBhcm0Rm5Uv1UaHt0TTWuRjG5G3.jpg + first_air_date: '2004-09-22' + genre_ids: + - 9648 + - 10759 + id: 4607 + name: Lost + origin_country: + - US + original_language: en + original_name: Lost + overview: >- + Stripped of everything, the survivors of a horrific + plane crash must work together to stay alive. But the + island holds many secrets. + popularity: 152.944 + poster_path: /og6S0aTZU6YUJAbqxeKjCa3kY1E.jpg + rating: 7.5 + vote_average: 7.968 + vote_count: 3428 + - adult: false + backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg + first_air_date: '2001-09-09' + genre_ids: + - 18 + - 10768 + id: 4613 + name: Band of Brothers + origin_country: + - US + original_language: en + original_name: Band of Brothers + overview: >- + Drawn from interviews with survivors of Easy Company, + as well as their journals and letters, Band of + Brothers chronicles the experiences of these men from + paratrooper training in Georgia through the end of the + war. As an elite rifle company parachuting into + Normandy early on D-Day morning, participants in the + Battle of the Bulge, and witness to the horrors of + war, the men of Easy knew extraordinary bravery and + extraordinary fear - and became the stuff of legend. + Based on Stephen E. Ambrose's acclaimed book of the + same name. + popularity: 56.008 + poster_path: /pGzV187ogXzgJrvPRy2YPi29ofH.jpg + rating: 9 + vote_average: 8.457 + vote_count: 2956 + - adult: false + backdrop_path: /ogZMFPQbkv4gGYjVt9vA35eTpee.jpg + first_air_date: '2010-09-08' + genre_ids: + - 80 + - 18 + - 35 + id: 33400 + name: Terriers + origin_country: + - US + original_language: en + original_name: Terriers + overview: >- + Ex-cop and recovering alcoholic Hank Dolworth partners + with his best friend, former criminal Britt Pollack, + in an unlicensed private investigation business. The + series is set in Ocean Beach, San Diego, California, + although it is portrayed as a distinct town, with + Dolworth having once been a member of the fictional + Ocean Beach Police Department. + popularity: 8.858 + poster_path: /51T6VEO74kijlt2SDowGiiq0Cti.jpg + rating: 8 + vote_average: 8.135 + vote_count: 78 + - adult: false + backdrop_path: /gNYLylxp5EzopGtIb4XqIzbLtNJ.jpg + first_air_date: '2010-09-19' + genre_ids: + - 80 + - 18 + id: 1621 + name: Boardwalk Empire + origin_country: + - US + original_language: en + original_name: Boardwalk Empire + overview: >- + Atlantic City at the dawn of Prohibition is a place + where the rules don't apply. And the man who runs + things -- legally and otherwise -- is the town's + treasurer, Enoch "Nucky" Thompson, who is equal parts + politician and gangster. + popularity: 32.102 + poster_path: /kL6SqlVPpfAof2nQbh1VxkUuXBQ.jpg + rating: 8.5 + vote_average: 8 + vote_count: 862 + - adult: false + backdrop_path: /7sJrNKwzyJWnFPFpDL9wnZ859LZ.jpg + first_air_date: '2012-09-27' + genre_ids: + - 18 + - 9648 + - 80 + id: 1415 + name: Elementary + origin_country: + - US + original_language: en + original_name: Elementary + overview: >- + A modern-day drama about a crime-solving duo that + cracks the NYPD's most impossible cases. Following his + fall from grace in London and a stint in rehab, + eccentric Sherlock escapes to Manhattan where his + wealthy father forces him to live with his worst + nightmare - a sober companion, Dr. Watson. + popularity: 134.614 + poster_path: /q9dObe29W4bDpgzUfOOH3ZnzDbR.jpg + rating: 7 + vote_average: 7.563 + vote_count: 1406 + - adult: false + backdrop_path: /OylSdzVezjwGLYM0w73mUPNHM4.jpg + first_air_date: '2009-09-17' + genre_ids: + - 35 + id: 18347 + name: Community + origin_country: + - US + original_language: en + original_name: Community + overview: >- + Follow the lives of a group of students at what is + possibly the world’s worst community college in the + fictional locale of Greendale, Colorado. + popularity: 75.864 + poster_path: /3KUjDt8XY7w2Ku70UE0SECmv1zP.jpg + rating: 7.5 + vote_average: 7.957 + vote_count: 1327 + - adult: false + backdrop_path: /qoauOMsZq2GXBxVj05Oga0IYPbX.jpg + first_air_date: '2009-09-30' + genre_ids: + - 35 + id: 1422 + name: The Middle + origin_country: + - US + original_language: en + original_name: The Middle + overview: >- + The daily mishaps of a married woman and her + semi-dysfunctional family and their attempts to + survive life in general in the city of Orson, Indiana. + popularity: 129.786 + poster_path: /7YwLY7Fg9BJU9qu9rrwaYbIc77c.jpg + rating: 7.5 + vote_average: 7.546 + vote_count: 545 + description: This represents a collection of movie objects returned by the API that provides information about various films. + total_pages: + type: number + example: 15 + description: The total number of pages available for the query results. + total_results: + type: number + example: 290 + description: The total number of results that meet the criteria of the query. + examples: + rated tv: + value: + page: 1 + results: + - adult: false + backdrop_path: /2yZXtM2Kky1Sy0kachbDlwybl3y.jpg + first_air_date: '2008-09-09' + genre_ids: + - 10765 + - 18 + - 9648 + id: 1705 + name: Fringe + origin_country: + - US + original_language: en + original_name: Fringe + overview: >- + FBI Special Agent Olivia Dunham, brilliant but + formerly institutionalized scientist Walter Bishop and + his scheming, reluctant son Peter uncover a deadly + mystery involving a series of unbelievable events and + realize they may be a part of a larger, more + disturbing pattern that blurs the line between science + fiction and technology. + popularity: 151.906 + poster_path: /sY9hg5dLJ93RJOyKEiu1nAtBRND.jpg + rating: 9 + vote_average: 8.109 + vote_count: 2050 + - adult: false + backdrop_path: /dGzPJnh8YcUS4J10sNunohaXMVn.jpg + first_air_date: '2004-03-21' + genre_ids: + - 37 + - 80 + - 18 + id: 1406 + name: Deadwood + origin_country: + - US + original_language: en + original_name: Deadwood + overview: >- + The story of the early days of Deadwood, South Dakota; + woven around actual historic events with most of the + main characters based on real people. Deadwood starts + as a gold mining camp and gradually turns from a + lawless wild-west community into an organized + wild-west civilized town. The story focuses on the + real-life characters Seth Bullock and Al Swearengen. + popularity: 42.61 + poster_path: /4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg + rating: 8 + vote_average: 8.095 + vote_count: 670 + - adult: false + backdrop_path: /cyieN1P9Xo5SvLasSUT7SaAAzfy.jpg + first_air_date: '2010-03-16' + genre_ids: + - 80 + - 18 + id: 1436 + name: Justified + origin_country: + - US + original_language: en + original_name: Justified + overview: >- + A character drama based on the 2001 Elmore Leonard + short story "Fire in the Hole." Leonard's tale centers + around U.S. Marshal Raylan Givens of Kentucky, a quiet + but strong-willed official of the law. The tale covers + his high-stakes job, as well as his strained + relationships with his ex-wife and father. + popularity: 56.399 + poster_path: /aVYuGDlOZMCRt89fAnHTYgk3BMr.jpg + rating: 8 + vote_average: 7.961 + vote_count: 558 + - adult: false + backdrop_path: /tMRdEsMg9MyXAkcufK9YJEeIaNW.jpg + first_air_date: '1989-07-05' + genre_ids: + - 35 + id: 1400 + name: Seinfeld + origin_country: + - US + original_language: en + original_name: Seinfeld + overview: >- + A stand-up comedian and his three offbeat friends + weather the pitfalls and payoffs of life in New York + City in the '90s. It's a show about nothing. + popularity: 164.288 + poster_path: /aCw8ONfyz3AhngVQa1E2Ss4KSUQ.jpg + rating: 9 + vote_average: 8.3 + vote_count: 1557 + - adult: false + backdrop_path: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg + first_air_date: '2008-01-20' + genre_ids: + - 18 + - 80 + id: 1396 + name: Breaking Bad + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + When Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a prognosis + of only two years left to live. He becomes filled with + a sense of fearlessness and an unrelenting desire to + secure his family's financial future at any cost as he + enters the dangerous world of drugs and crime. + popularity: 292.904 + poster_path: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg + rating: 10 + vote_average: 8.878 + vote_count: 11548 + - adult: false + backdrop_path: /sAX6JOWZWJGhkvFRctSZIL556mp.jpg + first_air_date: '2008-09-03' + genre_ids: + - 80 + - 18 + id: 1409 + name: Sons of Anarchy + origin_country: + - US + original_language: en + original_name: Sons of Anarchy + overview: >- + An adrenalized drama with darkly comedic undertones + that explores a notorious outlaw motorcycle club’s + (MC) desire to protect its livelihood while ensuring + that their simple, sheltered town of Charming, + California remains exactly that, charming. The MC must + confront threats from drug dealers, corporate + developers, and overzealous law officers. Behind the + MC’s familial lifestyle and legally thriving + automotive shop is a ruthless and illegal arms + business driven by the seduction of money, power, and + blood. + popularity: 119.662 + poster_path: /kiy8BHtIHAslh81rvFcZ4wbNGdY.jpg + rating: 8.5 + vote_average: 8.442 + vote_count: 2437 + - adult: false + backdrop_path: /r9t9lblyPfudl0LV0Ujg1nXdKyW.jpg + first_air_date: '2004-11-16' + genre_ids: + - 18 + - 9648 + id: 1408 + name: House + origin_country: + - US + original_language: en + original_name: House + overview: >- + Dr. Gregory House, a drug-addicted, unconventional, + misanthropic medical genius, leads a team of + diagnosticians at the fictional Princeton–Plainsboro + Teaching Hospital in New Jersey. + popularity: 257.672 + poster_path: /5rIQ3pTjWdZjNUJSJxn1T8MIvoG.jpg + rating: 7.5 + vote_average: 8.607 + vote_count: 5450 + - adult: false + backdrop_path: /8X1BTSaUyF5rc0malaaQovpxC3f.jpg + first_air_date: '2007-09-24' + genre_ids: + - 35 + id: 1418 + name: The Big Bang Theory + origin_country: + - US + original_language: en + original_name: The Big Bang Theory + overview: >- + The sitcom is centered on five characters living in + Pasadena, California: roommates Leonard Hofstadter and + Sheldon Cooper; Penny, a waitress and aspiring actress + who lives across the hall; and Leonard and Sheldon's + equally geeky and socially awkward friends and + co-workers, mechanical engineer Howard Wolowitz and + astrophysicist Raj Koothrappali. The geekiness and + intellect of the four guys is contrasted for comic + effect with Penny's social skills and common sense. + popularity: 134.048 + poster_path: /ooBGRQBdbGzBxAVfExiO8r7kloA.jpg + rating: 7 + vote_average: 7.879 + vote_count: 9899 + - adult: false + backdrop_path: /tK8eRUWVY8AVdDUPUxSzrmlLb0R.jpg + first_air_date: '2009-10-02' + genre_ids: + - 10765 + - 10759 + - 18 + id: 5148 + name: Stargate Universe + origin_country: + - US + original_language: en + original_name: Stargate Universe + overview: >- + The adventures of a present-day, multinational + exploration team traveling on the Ancient spaceship + Destiny many billions of light years distant from the + Milky Way Galaxy. They evacuated there and are now + trying to figure out a way to return to Earth, while + simultaneously trying to explore and to survive in + their unknown area of the universe. + popularity: 35.116 + poster_path: /n23WMoa9y5TYPuKSQjPArpbHr9x.jpg + rating: 7.5 + vote_average: 7.385 + vote_count: 577 + - adult: false + backdrop_path: /x4lxFIhhrDI4nWtV8osnYwbGESV.jpg + first_air_date: '2009-09-23' + genre_ids: + - 35 + id: 1421 + name: Modern Family + origin_country: + - US + original_language: en + original_name: Modern Family + overview: >- + The Pritchett-Dunphy-Tucker clan is a wonderfully + large and blended family. They give us an honest and + often hilarious look into the sometimes warm, + sometimes twisted, embrace of the modern family. + popularity: 231.798 + poster_path: /fu5vEUHgxkAPmX26ISQXqHmlPMq.jpg + rating: 9 + vote_average: 7.787 + vote_count: 2159 + - adult: false + backdrop_path: /nVRyd8hlg0ZLxBn9RaI7mUMQLnz.jpg + first_air_date: '2005-09-13' + genre_ids: + - 18 + - 9648 + - 10765 + id: 1622 + name: Supernatural + origin_country: + - US + original_language: en + original_name: Supernatural + overview: >- + When they were boys, Sam and Dean Winchester lost + their mother to a mysterious and demonic supernatural + force. Subsequently, their father raised them to be + soldiers. He taught them about the paranormal evil + that lives in the dark corners and on the back roads + of America ... and he taught them how to kill it. Now, + the Winchester brothers crisscross the country in + their '67 Chevy Impala, battling every kind of + supernatural threat they encounter along the way. + popularity: 361.403 + poster_path: /KoYWXbnYuS3b0GyQPkbuexlVK9.jpg + rating: 8 + vote_average: 8.304 + vote_count: 6650 + - adult: false + backdrop_path: /1dQHZhnej0acyQn5jlVb8NHDMDM.jpg + first_air_date: '2012-06-24' + genre_ids: + - 18 + id: 15621 + name: The Newsroom + origin_country: + - US + original_language: en + original_name: The Newsroom + overview: >- + A behind-the-scenes look at the people who make a + nightly cable-news program. Focusing on a network + anchor, his new executive producer, the newsroom staff + and their boss, the series tracks their quixotic + mission to do the news well in the face of corporate + and commercial obstacles-not to mention their own + personal entanglements. + popularity: 22.784 + poster_path: /2s6IPLtfw0GiMxlJznb1TkA6KXk.jpg + rating: 8.5 + vote_average: 8.119 + vote_count: 485 + - adult: false + backdrop_path: /mCwQJqyuCFlbFyJR5sWg3PqtHEN.jpg + first_air_date: '2013-04-04' + genre_ids: + - 18 + - 80 + id: 40008 + name: Hannibal + origin_country: + - US + original_language: en + original_name: Hannibal + overview: >- + Both a gift and a curse, Graham has the extraordinary + ability to think like his prey—he sees what they see, + feels what they feel. But while Graham is pursuing an + especially troubling, cannibalistic murderer, Special + Agent Jack Crawford teams him with a highly respected + psychiatrist – a man with a taste for the criminal + minded – Dr. Hannibal Lecter. + popularity: 55.286 + poster_path: /imzvb941su6uhQ158GGurk7vF28.jpg + rating: 9 + vote_average: 8.222 + vote_count: 2011 + - adult: false + backdrop_path: /jBhcm0Rm5Uv1UaHt0TTWuRjG5G3.jpg + first_air_date: '2004-09-22' + genre_ids: + - 9648 + - 10759 + id: 4607 + name: Lost + origin_country: + - US + original_language: en + original_name: Lost + overview: >- + Stripped of everything, the survivors of a horrific + plane crash must work together to stay alive. But the + island holds many secrets. + popularity: 152.944 + poster_path: /og6S0aTZU6YUJAbqxeKjCa3kY1E.jpg + rating: 7.5 + vote_average: 7.968 + vote_count: 3428 + - adult: false + backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg + first_air_date: '2001-09-09' + genre_ids: + - 18 + - 10768 + id: 4613 + name: Band of Brothers + origin_country: + - US + original_language: en + original_name: Band of Brothers + overview: >- + Drawn from interviews with survivors of Easy Company, + as well as their journals and letters, Band of + Brothers chronicles the experiences of these men from + paratrooper training in Georgia through the end of the + war. As an elite rifle company parachuting into + Normandy early on D-Day morning, participants in the + Battle of the Bulge, and witness to the horrors of + war, the men of Easy knew extraordinary bravery and + extraordinary fear - and became the stuff of legend. + Based on Stephen E. Ambrose's acclaimed book of the + same name. + popularity: 56.008 + poster_path: /pGzV187ogXzgJrvPRy2YPi29ofH.jpg + rating: 9 + vote_average: 8.457 + vote_count: 2956 + - adult: false + backdrop_path: /ogZMFPQbkv4gGYjVt9vA35eTpee.jpg + first_air_date: '2010-09-08' + genre_ids: + - 80 + - 18 + - 35 + id: 33400 + name: Terriers + origin_country: + - US + original_language: en + original_name: Terriers + overview: >- + Ex-cop and recovering alcoholic Hank Dolworth partners + with his best friend, former criminal Britt Pollack, + in an unlicensed private investigation business. The + series is set in Ocean Beach, San Diego, California, + although it is portrayed as a distinct town, with + Dolworth having once been a member of the fictional + Ocean Beach Police Department. + popularity: 8.858 + poster_path: /51T6VEO74kijlt2SDowGiiq0Cti.jpg + rating: 8 + vote_average: 8.135 + vote_count: 78 + - adult: false + backdrop_path: /gNYLylxp5EzopGtIb4XqIzbLtNJ.jpg + first_air_date: '2010-09-19' + genre_ids: + - 80 + - 18 + id: 1621 + name: Boardwalk Empire + origin_country: + - US + original_language: en + original_name: Boardwalk Empire + overview: >- + Atlantic City at the dawn of Prohibition is a place + where the rules don't apply. And the man who runs + things -- legally and otherwise -- is the town's + treasurer, Enoch "Nucky" Thompson, who is equal parts + politician and gangster. + popularity: 32.102 + poster_path: /kL6SqlVPpfAof2nQbh1VxkUuXBQ.jpg + rating: 8.5 + vote_average: 8 + vote_count: 862 + - adult: false + backdrop_path: /7sJrNKwzyJWnFPFpDL9wnZ859LZ.jpg + first_air_date: '2012-09-27' + genre_ids: + - 18 + - 9648 + - 80 + id: 1415 + name: Elementary + origin_country: + - US + original_language: en + original_name: Elementary + overview: >- + A modern-day drama about a crime-solving duo that + cracks the NYPD's most impossible cases. Following his + fall from grace in London and a stint in rehab, + eccentric Sherlock escapes to Manhattan where his + wealthy father forces him to live with his worst + nightmare - a sober companion, Dr. Watson. + popularity: 134.614 + poster_path: /q9dObe29W4bDpgzUfOOH3ZnzDbR.jpg + rating: 7 + vote_average: 7.563 + vote_count: 1406 + - adult: false + backdrop_path: /OylSdzVezjwGLYM0w73mUPNHM4.jpg + first_air_date: '2009-09-17' + genre_ids: + - 35 + id: 18347 + name: Community + origin_country: + - US + original_language: en + original_name: Community + overview: >- + Follow the lives of a group of students at what is + possibly the world’s worst community college in the + fictional locale of Greendale, Colorado. + popularity: 75.864 + poster_path: /3KUjDt8XY7w2Ku70UE0SECmv1zP.jpg + rating: 7.5 + vote_average: 7.957 + vote_count: 1327 + - adult: false + backdrop_path: /qoauOMsZq2GXBxVj05Oga0IYPbX.jpg + first_air_date: '2009-09-30' + genre_ids: + - 35 + id: 1422 + name: The Middle + origin_country: + - US + original_language: en + original_name: The Middle + overview: >- + The daily mishaps of a married woman and her + semi-dysfunctional family and their attempts to + survive life in general in the city of Orson, Indiana. + popularity: 129.786 + poster_path: /7YwLY7Fg9BJU9qu9rrwaYbIc77c.jpg + rating: 7.5 + vote_average: 7.546 + vote_count: 545 + total_pages: 15 + total_results: 290 + + + /account/{account_id}/rated/tv/episodes: + get: + tags: + - ACCOUNT + summary: Rated TV Episodes + description: This endpoint get a users list of rated TV episodes. + operationId: ratedTvEpisodes + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/sort_by' + - $ref: '#/components/parameters/account_id' + + responses: + '200': + description: rated tv episodes + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 15:37:34 GMT + ETag: + schema: + type: string + example: W/"5b333525ff117973180331432dc740b8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 10a9e9969f05a75cc05e6f70b8499f7e.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: CEWzjLVjzuHocSfZ6QtwJ5ptQSmD10MmpkE5QnwAt9HsMzf5feVGYw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 6f88d0a3ea2e7d8a2e0c9f86e2260657 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: Indicates the current page number of the results being returned. + results: + type: array + items: + type: object + properties: + air_date: + type: string + example: '2013-10-17' + description: The date when the episode originally aired, formatted as YYYY-MM-DD. + episode_number: + type: number + example: 5 + description: The specific episode number within its season. + id: + type: number + example: 64782 + description: A unique identifier for the episode. + name: + type: string + example: The Workplace Proximity + description: The title of the episode. + overview: + type: string + example: >- + Amy starts working at Caltech which causes friction + with Sheldon. Howard agrees with Sheldon who + mentions this to Bernadette causing a big fight for + the Wolowitzes. + description: A brief summary of the episode's plot. + production_code: + type: string + example: 4X5305 + description: A code used for identifying the episode during production; may be empty if not specified. + rating: + type: number + example: 8 + description: An integer that serves as a custom rating value that may reflect how the episode is perceived overall. + runtime: + type: number + example: 22 + description: The duration of the episode in minutes. + season_number: + type: number + example: 7 + description: The season number in which the episode is aired. + show_id: + type: number + example: 1418 + description: A unique identifier for the TV show to which the episode belongs. + still_path: + type: string + example: /k8atjbd5gAsntuhbPnFpvnvo0qn.jpg + description: A relative path to an image representing the episode; often used for displaying a thumbnail. + vote_average: + type: number + example: 7.242 + description: The average rating given to the episode, typically on a scale of 1 to 10. + vote_count: + type: number + example: 31 + description: The total number of votes or ratings received for the episode. + example: + - air_date: '2013-10-17' + episode_number: 5 + id: 64782 + name: The Workplace Proximity + overview: >- + Amy starts working at Caltech which causes friction + with Sheldon. Howard agrees with Sheldon who mentions + this to Bernadette causing a big fight for the + Wolowitzes. + production_code: 4X5305 + rating: 8 + runtime: 22 + season_number: 7 + show_id: 1418 + still_path: /k8atjbd5gAsntuhbPnFpvnvo0qn.jpg + vote_average: 7.242 + vote_count: 31 + - air_date: '2013-12-08' + episode_number: 11 + id: 968782 + name: Big Man in Tehran + overview: >- + Brody's loyalty to the mission wavers when he meets a + ghost from his past. As Lockhart's confirmation looms, + Saul stares into the precipice between success and + failure. + production_code: 3WAH11 + rating: 9 + runtime: 55 + season_number: 3 + show_id: 1407 + still_path: /2JYvwe7HoEkn3BQhhHCyPzhqhh5.jpg + vote_average: 8 + vote_count: 23 + - air_date: '2014-03-23' + episode_number: 15 + id: 973273 + name: Dramatics, Your Honor + overview: >- + Alicia asks Cary to be her lawyer when Nelson Dubeck + (Eric Bogosian) asks her to participate in a + deposition; Will faces off with a new prosecutor while + defending Jeffrey Grant (Hunter Parrish). + production_code: '' + rating: 9 + runtime: 43 + season_number: 5 + show_id: 1435 + still_path: /eGQg94nfM6EhKrxGA8A92SXe3WT.jpg + vote_average: 8.2 + vote_count: 11 + - air_date: '2014-05-11' + episode_number: 6 + id: 63099 + name: The Laws of Gods and Men + overview: >- + Stannis makes a deal with the Iron Bank of Braavos. + Yara and her troops storm the Dreadfort to free Theon. + Meanwhile, Daenerys meets Hizdar zo Loraq and her + other supplicants. And the day of Tyrion's trial has + come where Tyrion faces his father. + production_code: '406' + rating: 8.5 + runtime: 51 + season_number: 4 + show_id: 1399 + still_path: /vKt9b7HNYhwM91C7S53zPsAWfT3.jpg + vote_average: 9 + vote_count: 133 + - air_date: '2014-05-18' + episode_number: 7 + id: 63100 + name: Mockingbird + overview: >- + Tyrion gains an unlikely ally; Daario asks Dany to + allow him to do what he does best; Jon's warnings + about the vulnerability of the Wall are ignored; + Brienne follows a new lead. + production_code: '407' + rating: 8.5 + runtime: 51 + season_number: 4 + show_id: 1399 + still_path: /r7u0uELPyDkNnBZzAFVvw1XJKo5.jpg + vote_average: 8.2 + vote_count: 116 + - air_date: '2014-05-16' + episode_number: 12 + id: 975339 + name: Tome-wan + overview: >- + Bedelia returns and accepts immunity to testify + against Hannibal. Mason Verger plots revenge after + learning of Hannibal's manipulations. + production_code: '212' + rating: 9 + runtime: 43 + season_number: 2 + show_id: 40008 + still_path: /pYsO5cXmjJGYUZWVDocBI3CIM6.jpg + vote_average: 8.2 + vote_count: 32 + - air_date: '2014-05-23' + episode_number: 13 + id: 976285 + name: Mizumono + overview: >- + Springing their trap, Jack, Will and Alana face off + with Hannibal in a bloody final showdown, but the + doctor has a few surprises of his own. + production_code: '213' + rating: 10 + runtime: 43 + season_number: 2 + show_id: 40008 + still_path: /40jqX3XRk6W97gscX5rj4kTy411.jpg + vote_average: 9 + vote_count: 47 + - air_date: '2014-06-01' + episode_number: 8 + id: 63101 + name: The Mountain and the Viper + overview: >- + Unexpected visitors arrive in Mole's Town. With + assistance from Theon, Ramsay proves himself to his + father, Lord Bolton. Littlefinger's motives are + questioned when Sansa reveals the fate of Lysa Arryn + to other lords of the Vale. Daenerys finds out a + secret about Jorah Mormont. Tyrion's fate is decided. + production_code: '408' + rating: 9.5 + runtime: 53 + season_number: 4 + show_id: 1399 + still_path: /exdPjUiilNFUV8uUSiBBhsanAwa.jpg + vote_average: 8.9 + vote_count: 141 + - air_date: '2013-09-29' + episode_number: 16 + id: 62161 + name: Felina + overview: All bad things must come to an end. + production_code: '' + rating: 9 + runtime: 56 + season_number: 5 + show_id: 1396 + still_path: /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg + vote_average: 9.2 + vote_count: 172 + - air_date: '2014-07-13' + episode_number: 1 + id: 989249 + name: Night Zero + overview: >- + When a plane lands in New York City with everyone on + board dead, Dr. Ephraim Goodweather, head of the CDC’s + Canary Project, and his team are called upon to + investigate. Harlem pawnbroker Abraham Setrakian races + to the airport, convinced that what looks at first + like a mysterious viral outbreak might be the + beginning of something infinitely more sinister. + production_code: XSN01001 + rating: 7.5 + runtime: 44 + season_number: 1 + show_id: 47640 + still_path: /18fgFoUhfDW4PVNOnwonaRXMJMe.jpg + vote_average: 7.6 + vote_count: 35 + - air_date: '2014-06-19' + episode_number: 1 + id: 976915 + name: Running with the Bull + overview: >- + Daniel’s family fears he won’t recover from his + injuries and his attackers will escape justice. Judy + Dean shows Bobby some unexpected affection. Ted, Jr. + hides a shameful secret from his wife. Sheriff Daggett + investigates Daniel’s beating. + production_code: '' + rating: 9 + runtime: 47 + season_number: 2 + show_id: 46619 + still_path: /8fpa0GjYpSaAaEI5f2JiP1dkrqc.jpg + vote_average: 8.7 + vote_count: 9 + - air_date: '2014-08-24' + episode_number: 9 + id: 990362 + name: The Garveys at Their Best + overview: >- + Kevin tries to suppress his bad habits while tracking + down a marauding deer in Mapleton. Laurie receives + not-unexpected news amidst a rising sense of + foreboding. Tom connects with his past, against his + better judgment. Nora has a job interview; Kevin + Senior receives an honor. + production_code: 4X5709 + rating: 9 + runtime: 60 + season_number: 1 + show_id: 54344 + still_path: /gGLWdy0ac2OryUwfGd3y0TiHTpD.jpg + vote_average: 8.5 + vote_count: 20 + - air_date: '2012-07-15' + episode_number: 1 + id: 62147 + name: Live Free or Die + overview: >- + As Walt deals with the aftermath of the Casa Tranquila + explosion, Hank works to wrap up his investigation of + Gus' empire. + production_code: '' + rating: 8 + runtime: 43 + season_number: 5 + show_id: 1396 + still_path: /uShB5dWoA3xIivZ9jvwWnGCVvt4.jpg + vote_average: 8.6 + vote_count: 122 + - air_date: '2012-08-26' + episode_number: 7 + id: 62153 + name: Say My Name + overview: >- + Walt takes control of business matters; Mike deals + with the consequences of his actions. + production_code: '' + rating: 8.5 + runtime: 48 + season_number: 5 + show_id: 1396 + still_path: /2NA7ti9jsWnG4xreMEFwbq4DH1f.jpg + vote_average: 8.9 + vote_count: 117 + - air_date: '2015-03-01' + episode_number: 1 + id: 1022053 + name: The Battle Creek Way + overview: >- + Jaded Det. Russ Agnew reluctantly partners with + charming FBI Agent Milt Chamberlain to solve a + drug-related double homicide, but while Milt + investigates with the high-tech resources of the FBI, + Russ prefers old-school police work and instinct. + production_code: '101' + rating: 8 + runtime: 60 + season_number: 1 + show_id: 61676 + still_path: /d7i0ChoPXU4VbdFWCNtFOqTZTk8.jpg + vote_average: 7.4 + vote_count: 7 + - air_date: '2015-02-23' + episode_number: 16 + id: 1039439 + name: The Wrong Stuff + overview: >- + When an astronaut, training for a trip to Mars, is + mysteriously killed inside a Mars simulation, Castle + and Beckett don spacesuits to investigate. But when + they discover no one inside the sealed simulation + could have committed the murder and no one from the + outside could get in, the case takes a shocking turn + production_code: '716' + rating: 8 + runtime: 45 + season_number: 7 + show_id: 1419 + still_path: /kg0beAZYaaLVsP3mMxVnwDcG1f8.jpg + vote_average: 7.5 + vote_count: 13 + - air_date: '2015-04-10' + episode_number: 13 + id: 1036361 + name: Daredevil + overview: >- + In the season finale, a boxed-in Fisk and a desperate + Murdock, Foggy and Karen are forced to play their end + games. + production_code: '' + rating: 9.5 + runtime: 57 + season_number: 1 + show_id: 61889 + still_path: /nSCJMlJkGULVKHuisKeH9Crguy8.jpg + vote_average: 8.4 + vote_count: 75 + - air_date: '2015-03-20' + episode_number: 1 + id: 1040171 + name: Part 1 + overview: >- + Trouble starts when oldest son Danny Rayburn comes + home for the 45th anniversary celebration of his + parents' hotel in the Florida Keys' Islamorada. + production_code: '' + rating: 8.5 + runtime: 60 + season_number: 1 + show_id: 61986 + still_path: /qfMRZLmVPm6ubFC1NxSVRm7RLnq.jpg + vote_average: 7.7 + vote_count: 14 + - air_date: '2015-05-31' + episode_number: 8 + id: 1070282 + name: Hardhome + overview: >- + Arya makes progress in her training. Sansa confronts + an old friend. Cersei struggles. Jon travels. + production_code: '508' + rating: 10 + runtime: 61 + season_number: 5 + show_id: 1399 + still_path: /zIrSrXU4zOArlVYnXFxxfKDYYY2.jpg + vote_average: 9.3 + vote_count: 170 + - air_date: '2011-04-17' + episode_number: 1 + id: 63056 + name: Winter Is Coming + overview: >- + Jon Arryn, the Hand of the King, is dead. King Robert + Baratheon plans to ask his oldest friend, Eddard + Stark, to take Jon's place. Across the sea, Viserys + Targaryen plans to wed his sister to a nomadic warlord + in exchange for an army. + production_code: '101' + rating: 9 + runtime: 62 + season_number: 1 + show_id: 1399 + still_path: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg + vote_average: 7.8 + vote_count: 285 + description: This represents a collection of movie objects returned by the API that provides information about various films. + total_pages: + type: number + example: 10 + description: The total number of pages available in the results. + total_results: + type: number + example: 186 + description: The total number of results found for the query submitted. + examples: + rated tv episodes: + value: + page: 1 + results: + - air_date: '2013-10-17' + episode_number: 5 + id: 64782 + name: The Workplace Proximity + overview: >- + Amy starts working at Caltech which causes friction + with Sheldon. Howard agrees with Sheldon who mentions + this to Bernadette causing a big fight for the + Wolowitzes. + production_code: 4X5305 + rating: 8 + runtime: 22 + season_number: 7 + show_id: 1418 + still_path: /k8atjbd5gAsntuhbPnFpvnvo0qn.jpg + vote_average: 7.242 + vote_count: 31 + - air_date: '2013-12-08' + episode_number: 11 + id: 968782 + name: Big Man in Tehran + overview: >- + Brody's loyalty to the mission wavers when he meets a + ghost from his past. As Lockhart's confirmation looms, + Saul stares into the precipice between success and + failure. + production_code: 3WAH11 + rating: 9 + runtime: 55 + season_number: 3 + show_id: 1407 + still_path: /2JYvwe7HoEkn3BQhhHCyPzhqhh5.jpg + vote_average: 8 + vote_count: 23 + - air_date: '2014-03-23' + episode_number: 15 + id: 973273 + name: Dramatics, Your Honor + overview: >- + Alicia asks Cary to be her lawyer when Nelson Dubeck + (Eric Bogosian) asks her to participate in a + deposition; Will faces off with a new prosecutor while + defending Jeffrey Grant (Hunter Parrish). + production_code: '' + rating: 9 + runtime: 43 + season_number: 5 + show_id: 1435 + still_path: /eGQg94nfM6EhKrxGA8A92SXe3WT.jpg + vote_average: 8.2 + vote_count: 11 + - air_date: '2014-05-11' + episode_number: 6 + id: 63099 + name: The Laws of Gods and Men + overview: >- + Stannis makes a deal with the Iron Bank of Braavos. + Yara and her troops storm the Dreadfort to free Theon. + Meanwhile, Daenerys meets Hizdar zo Loraq and her + other supplicants. And the day of Tyrion's trial has + come where Tyrion faces his father. + production_code: '406' + rating: 8.5 + runtime: 51 + season_number: 4 + show_id: 1399 + still_path: /vKt9b7HNYhwM91C7S53zPsAWfT3.jpg + vote_average: 9 + vote_count: 133 + - air_date: '2014-05-18' + episode_number: 7 + id: 63100 + name: Mockingbird + overview: >- + Tyrion gains an unlikely ally; Daario asks Dany to + allow him to do what he does best; Jon's warnings + about the vulnerability of the Wall are ignored; + Brienne follows a new lead. + production_code: '407' + rating: 8.5 + runtime: 51 + season_number: 4 + show_id: 1399 + still_path: /r7u0uELPyDkNnBZzAFVvw1XJKo5.jpg + vote_average: 8.2 + vote_count: 116 + - air_date: '2014-05-16' + episode_number: 12 + id: 975339 + name: Tome-wan + overview: >- + Bedelia returns and accepts immunity to testify + against Hannibal. Mason Verger plots revenge after + learning of Hannibal's manipulations. + production_code: '212' + rating: 9 + runtime: 43 + season_number: 2 + show_id: 40008 + still_path: /pYsO5cXmjJGYUZWVDocBI3CIM6.jpg + vote_average: 8.2 + vote_count: 32 + - air_date: '2014-05-23' + episode_number: 13 + id: 976285 + name: Mizumono + overview: >- + Springing their trap, Jack, Will and Alana face off + with Hannibal in a bloody final showdown, but the + doctor has a few surprises of his own. + production_code: '213' + rating: 10 + runtime: 43 + season_number: 2 + show_id: 40008 + still_path: /40jqX3XRk6W97gscX5rj4kTy411.jpg + vote_average: 9 + vote_count: 47 + - air_date: '2014-06-01' + episode_number: 8 + id: 63101 + name: The Mountain and the Viper + overview: >- + Unexpected visitors arrive in Mole's Town. With + assistance from Theon, Ramsay proves himself to his + father, Lord Bolton. Littlefinger's motives are + questioned when Sansa reveals the fate of Lysa Arryn + to other lords of the Vale. Daenerys finds out a + secret about Jorah Mormont. Tyrion's fate is decided. + production_code: '408' + rating: 9.5 + runtime: 53 + season_number: 4 + show_id: 1399 + still_path: /exdPjUiilNFUV8uUSiBBhsanAwa.jpg + vote_average: 8.9 + vote_count: 141 + - air_date: '2013-09-29' + episode_number: 16 + id: 62161 + name: Felina + overview: All bad things must come to an end. + production_code: '' + rating: 9 + runtime: 56 + season_number: 5 + show_id: 1396 + still_path: /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg + vote_average: 9.2 + vote_count: 172 + - air_date: '2014-07-13' + episode_number: 1 + id: 989249 + name: Night Zero + overview: >- + When a plane lands in New York City with everyone on + board dead, Dr. Ephraim Goodweather, head of the CDC’s + Canary Project, and his team are called upon to + investigate. Harlem pawnbroker Abraham Setrakian races + to the airport, convinced that what looks at first + like a mysterious viral outbreak might be the + beginning of something infinitely more sinister. + production_code: XSN01001 + rating: 7.5 + runtime: 44 + season_number: 1 + show_id: 47640 + still_path: /18fgFoUhfDW4PVNOnwonaRXMJMe.jpg + vote_average: 7.6 + vote_count: 35 + - air_date: '2014-06-19' + episode_number: 1 + id: 976915 + name: Running with the Bull + overview: >- + Daniel’s family fears he won’t recover from his + injuries and his attackers will escape justice. Judy + Dean shows Bobby some unexpected affection. Ted, Jr. + hides a shameful secret from his wife. Sheriff Daggett + investigates Daniel’s beating. + production_code: '' + rating: 9 + runtime: 47 + season_number: 2 + show_id: 46619 + still_path: /8fpa0GjYpSaAaEI5f2JiP1dkrqc.jpg + vote_average: 8.7 + vote_count: 9 + - air_date: '2014-08-24' + episode_number: 9 + id: 990362 + name: The Garveys at Their Best + overview: >- + Kevin tries to suppress his bad habits while tracking + down a marauding deer in Mapleton. Laurie receives + not-unexpected news amidst a rising sense of + foreboding. Tom connects with his past, against his + better judgment. Nora has a job interview; Kevin + Senior receives an honor. + production_code: 4X5709 + rating: 9 + runtime: 60 + season_number: 1 + show_id: 54344 + still_path: /gGLWdy0ac2OryUwfGd3y0TiHTpD.jpg + vote_average: 8.5 + vote_count: 20 + - air_date: '2012-07-15' + episode_number: 1 + id: 62147 + name: Live Free or Die + overview: >- + As Walt deals with the aftermath of the Casa Tranquila + explosion, Hank works to wrap up his investigation of + Gus' empire. + production_code: '' + rating: 8 + runtime: 43 + season_number: 5 + show_id: 1396 + still_path: /uShB5dWoA3xIivZ9jvwWnGCVvt4.jpg + vote_average: 8.6 + vote_count: 122 + - air_date: '2012-08-26' + episode_number: 7 + id: 62153 + name: Say My Name + overview: >- + Walt takes control of business matters; Mike deals + with the consequences of his actions. + production_code: '' + rating: 8.5 + runtime: 48 + season_number: 5 + show_id: 1396 + still_path: /2NA7ti9jsWnG4xreMEFwbq4DH1f.jpg + vote_average: 8.9 + vote_count: 117 + - air_date: '2015-03-01' + episode_number: 1 + id: 1022053 + name: The Battle Creek Way + overview: >- + Jaded Det. Russ Agnew reluctantly partners with + charming FBI Agent Milt Chamberlain to solve a + drug-related double homicide, but while Milt + investigates with the high-tech resources of the FBI, + Russ prefers old-school police work and instinct. + production_code: '101' + rating: 8 + runtime: 60 + season_number: 1 + show_id: 61676 + still_path: /d7i0ChoPXU4VbdFWCNtFOqTZTk8.jpg + vote_average: 7.4 + vote_count: 7 + - air_date: '2015-02-23' + episode_number: 16 + id: 1039439 + name: The Wrong Stuff + overview: >- + When an astronaut, training for a trip to Mars, is + mysteriously killed inside a Mars simulation, Castle + and Beckett don spacesuits to investigate. But when + they discover no one inside the sealed simulation + could have committed the murder and no one from the + outside could get in, the case takes a shocking turn + production_code: '716' + rating: 8 + runtime: 45 + season_number: 7 + show_id: 1419 + still_path: /kg0beAZYaaLVsP3mMxVnwDcG1f8.jpg + vote_average: 7.5 + vote_count: 13 + - air_date: '2015-04-10' + episode_number: 13 + id: 1036361 + name: Daredevil + overview: >- + In the season finale, a boxed-in Fisk and a desperate + Murdock, Foggy and Karen are forced to play their end + games. + production_code: '' + rating: 9.5 + runtime: 57 + season_number: 1 + show_id: 61889 + still_path: /nSCJMlJkGULVKHuisKeH9Crguy8.jpg + vote_average: 8.4 + vote_count: 75 + - air_date: '2015-03-20' + episode_number: 1 + id: 1040171 + name: Part 1 + overview: >- + Trouble starts when oldest son Danny Rayburn comes + home for the 45th anniversary celebration of his + parents' hotel in the Florida Keys' Islamorada. + production_code: '' + rating: 8.5 + runtime: 60 + season_number: 1 + show_id: 61986 + still_path: /qfMRZLmVPm6ubFC1NxSVRm7RLnq.jpg + vote_average: 7.7 + vote_count: 14 + - air_date: '2015-05-31' + episode_number: 8 + id: 1070282 + name: Hardhome + overview: >- + Arya makes progress in her training. Sansa confronts + an old friend. Cersei struggles. Jon travels. + production_code: '508' + rating: 10 + runtime: 61 + season_number: 5 + show_id: 1399 + still_path: /zIrSrXU4zOArlVYnXFxxfKDYYY2.jpg + vote_average: 9.3 + vote_count: 170 + - air_date: '2011-04-17' + episode_number: 1 + id: 63056 + name: Winter Is Coming + overview: >- + Jon Arryn, the Hand of the King, is dead. King Robert + Baratheon plans to ask his oldest friend, Eddard + Stark, to take Jon's place. Across the sea, Viserys + Targaryen plans to wed his sister to a nomadic warlord + in exchange for an army. + production_code: '101' + rating: 9 + runtime: 62 + season_number: 1 + show_id: 1399 + still_path: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg + vote_average: 7.8 + vote_count: 285 + total_pages: 10 + total_results: 186 + + + /account/{account_id}/watchlist/movies: + get: + tags: + - ACCOUNT + summary: Watchlist Movies + description: This endpoint get a list of movies added to a users watchlist. + operationId: watchlistMovies + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/sort_by' + - $ref: '#/components/parameters/account_id' + + responses: + '200': + description: watchlist movies + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 15:40:09 GMT + ETag: + schema: + type: string + example: W/"236a88df5154c47b84382440419d9327" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 156336391961f724345f6534c674b6ea.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: reLnD8t4AzJCx_uHiFVHPkGsUkkWcev9VHNB18i8KmgSNut-FL3pgw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 01301caab4e56e6114537fccf5979538 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: Indicates the current page number of the results being returned. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: Indicates if the movie is intended for adults (true) or is suitable for general audiences (false). + backdrop_path: + type: string + example: /zqkmTXzjkAgXmEWLRsY4UpTWCeo.jpg + description: The URL path to the movie's backdrop image (used for background displays). + genre_ids: + type: array + items: + type: number + example: 12 + example: + - 12 + - 28 + - 878 + description: An array of genre IDs that represent the types of genres the movie falls under. + id: + type: number + example: 11 + description: A unique identifier for the movie within the database. + original_language: + type: string + example: en + description: A string that specifies the original language in which the movie was produced, typically represented as a two-letter language code (e.g., "en" for English). + original_title: + type: string + example: Star Wars + description: The original title of the movie as it was released in its native language. + overview: + type: string + example: >- + Princess Leia is captured and held hostage by the + evil Imperial forces in their effort to take over + the galactic Empire. Venturesome Luke Skywalker and + dashing captain Han Solo team together with the + loveable robot duo R2-D2 and C-3PO to rescue the + beautiful princess and restore peace and justice in + the Empire. + description: A brief summary of the movie's plot or storyline + popularity: + type: number + example: 96.503 + description: A numerical value indicating the popularity of the movie based on user ratings and engagement. A higher number suggests greater popularity in the viewing audience. + poster_path: + type: string + example: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg + description: The URL path to the movie's poster image (used for display purposes). + release_date: + type: string + example: '1977-05-25' + description: The date when the movie was released, represented in the format YYYY-MM-DD, indicating the specific day the movie became available to the public. + title: + type: string + example: Star Wars + description: The title of the movie as it appears in releases. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 8.203 + description: The average rating of the movie based on user votes. + vote_count: + type: number + example: 20650 + description: An integer representing the total number of votes that the movie has received. + example: + - adult: false + backdrop_path: /zqkmTXzjkAgXmEWLRsY4UpTWCeo.jpg + genre_ids: + - 12 + - 28 + - 878 + id: 11 + original_language: en + original_title: Star Wars + overview: >- + Princess Leia is captured and held hostage by the evil + Imperial forces in their effort to take over the + galactic Empire. Venturesome Luke Skywalker and + dashing captain Han Solo team together with the + loveable robot duo R2-D2 and C-3PO to rescue the + beautiful princess and restore peace and justice in + the Empire. + popularity: 96.503 + poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg + release_date: '1977-05-25' + title: Star Wars + video: false + vote_average: 8.203 + vote_count: 20650 + description: This represents a collection of movie objects returned by the API that provides information about various films. + total_pages: + type: number + example: 1 + description: The total number of pages available in the results. + total_results: + type: number + example: 1 + description: The total number of results found for the query submitted. + examples: + watchlist movies: + value: + page: 1 + results: + - adult: false + backdrop_path: /zqkmTXzjkAgXmEWLRsY4UpTWCeo.jpg + genre_ids: + - 12 + - 28 + - 878 + id: 11 + original_language: en + original_title: Star Wars + overview: >- + Princess Leia is captured and held hostage by the evil + Imperial forces in their effort to take over the + galactic Empire. Venturesome Luke Skywalker and + dashing captain Han Solo team together with the + loveable robot duo R2-D2 and C-3PO to rescue the + beautiful princess and restore peace and justice in + the Empire. + popularity: 96.503 + poster_path: /6FfCtAuVAW8XJjZ7eWeLibRLWTw.jpg + release_date: '1977-05-25' + title: Star Wars + video: false + vote_average: 8.203 + vote_count: 20650 + total_pages: 1 + total_results: 1 + + + /account/{account_id}/watchlist/tv: + get: + tags: + - ACCOUNT + summary: Watchlist TV + description: This endpoint get a list of TV shows added to a users watchlist. + operationId: watchlistTv + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/sort_by' + - $ref: '#/components/parameters/account_id' + + responses: + '200': + description: watchlist tv + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 15:50:08 GMT + ETag: + schema: + type: string + example: W/"5b333525ff117973180331432dc740b8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: DDrfvrvgFI75PlLQzV9Fx8UMKM5qGnx9tpZ3mzX2tFZL9_dSuP68Rg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 98b049b8ddc84fdfc0c43b7d419f0abe + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: Indicates the current page number of the results being returned. + results: + type: array + items: {} + example: [] + description: This represents a collection of movie objects returned by the API that provides information about various films. It returns an emtpy array if no movie in it. + total_pages: + type: number + example: 0 + description: An integer representing the total number of pages available in the results set. + total_results: + type: number + example: 0 + description: An integer indicating the total number of results returned by the query. + examples: + watchlist tv: + value: + page: 1 + results: [] + total_pages: 0 + total_results: 0 + + /certification/movie/list: + get: + tags: + - CERTIFICATIONS + summary: Movie Certifications + description: This endpoint get an up to date list of the officially supported movie certifications on TMDB. + operationId: movieCertifications + responses: + '200': + description: movie certifications + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: max-age=0, private, must-revalidate + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 15:54:19 GMT + ETag: + schema: + type: string + example: W/"ffa60ba928568dd5349b401769f28dbe" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 20f0d9cf6610f77242f5c592d2ecfd1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 9_rZwoqVSkouB5eJKC1VkMvp8n94Jmu8gITACwjhPDIjJJewLw3xtw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + content: + application/json: + schema: + type: object + properties: + certifications: + type: object + properties: + AR: + type: array + items: + type: object + properties: + certification: + type: string + example: ATP + description: A code indicating the audience's suitability. + meaning: + type: string + example: For all public. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: ATP + meaning: For all public. + order: 1 + - certification: '+13' + meaning: >- + Suitable for 13-year-olds and over. Children under + the age of 13 are admitted if accompanied by an + adult. + order: 2 + - certification: '+16' + meaning: Suitable for 16-year-olds and over. + order: 3 + - certification: '+18' + meaning: Suitable for 18-year-olds and over. + order: 4 + - certification: C + meaning: >- + Suitable for 18-year-olds and over. Restricted to + specially licensed venues. + order: 5 + description: Array of objects for film certifications in Argentina. + AT: + type: array + items: + type: object + properties: + certification: + type: string + example: AA + description: A code indicating the audience's suitability. + meaning: + type: string + example: alle Altersstufen (For all ages) + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AA + meaning: alle Altersstufen + order: 1 + - certification: '6' + meaning: Freigegeben ab 6 Jahren + order: 2 + - certification: '8' + meaning: Freigegeben ab 8 Jahren + order: 3 + - certification: '10' + meaning: Freigegeben ab 10 Jahren + order: 4 + - certification: '12' + meaning: Freigegeben ab 12 Jahren + order: 5 + - certification: '14' + meaning: Freigegeben ab 14 Jahren + order: 6 + - certification: '16' + meaning: Freigegeben ab 16 Jahren + order: 7 + description: This is an array of objects related to film certifications in Austria. + AU: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability + meaning: + type: string + example: General. The content is very mild in impact. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: General. The content is very mild in impact. + order: 1 + - certification: PG + meaning: >- + Parental guidance recommended. There are no age + restrictions. The content is mild in impact. + order: 2 + - certification: M + meaning: >- + Recommended for mature audiences. There are no age + restrictions. The content is moderate in impact. + order: 3 + - certification: MA 15+ + meaning: >- + Mature Accompanied. Unsuitable for children + younger than 15. Children younger than 15 years + must be accompanied by a parent or guardian. The + content is strong in impact. + order: 4 + - certification: R 18+ + meaning: >- + Restricted to 18 years and over. Adults only. The + content is high in impact. + order: 5 + - certification: X 18+ + meaning: >- + Restricted to 18 years and over. Films with this + rating have pornographic content. Films classified + as X18+ are banned from being sold or rented in + all Australian states and are only legally + available in the Australian Capital Territory and + the Northern Territory. However, importing X18+ + material from the two territories to any of the + Australian states is legal.The content is sexually + explicit in impact. + order: 6 + - certification: RC + meaning: >- + Refused Classification. Banned from sale or hire + in Australia; also generally applies to + importation (if inspected by and suspicious to + Customs). Private Internet viewing is unenforced + and attempts to legally censor such online + material has resulted in controversy. Films are + rated RC if their content exceeds the guidelines. + The content is very high in impact. + order: 7 + description: This is an array of objects related to film certifications in Australia. + BE: + type: array + items: + type: object + properties: + certification: + type: string + example: AL + description: A code indicating the audience's suitability. + meaning: + type: string + example: All ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AL + meaning: All ages. + order: 1 + - certification: '6' + meaning: From 6 years. + order: 2 + - certification: '9' + meaning: From 9 years. + order: 3 + - certification: '12' + meaning: From 12 years. + order: 4 + - certification: '14' + meaning: From 14 years. + order: 5 + - certification: '16' + meaning: From 16 years. + order: 6 + - certification: '18' + meaning: From 18 years. + order: 7 + description: Array of objects for film certifications in Belgium. + BG: + type: array + items: + type: object + properties: + certification: + type: string + example: D + description: A code indicating the audience's suitability. + meaning: + type: string + example: Prohibited for persons under 16. + description: An explanation for what the certification implies. + order: + type: number + example: 4 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: D + meaning: Prohibited for persons under 16. + order: 4 + - certification: X + meaning: Prohibited for persons under 18. + order: 5 + - certification: B + meaning: Without age restrictions. + order: 2 + - certification: C + meaning: Not recommended for children under 12. + order: 3 + - certification: A + meaning: Recommended for children. + order: 1 + description: Array of objects for film certifications in Bulgaria. + BR: + type: array + items: + type: object + properties: + certification: + type: string + example: '14' + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Not recommended for minors under fourteen. More + violent material, stronger sex references and/or + nudity. + description: An explanation for what the certification implies. + order: + type: number + example: 4 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '14' + meaning: >- + Not recommended for minors under fourteen. More + violent material, stronger sex references and/or + nudity. + order: 4 + - certification: '16' + meaning: >- + Not recommended for minors under sixteen. Scenes + featuring production, trafficking and/or use of + illegal drugs, hyper-realistic sex, sexual + violence, abortion, torture, mutilation, suicide, + trivialization of violence and death penalty. + order: 5 + - certification: L + meaning: >- + General Audiences. Do not expose children to + potentially harmful content. + order: 1 + - certification: '12' + meaning: >- + Not recommended for minors under twelve. Scenes + can include physical aggression, use of legal + drugs and sexual innuendo. + order: 3 + - certification: '10' + meaning: >- + Not recommended for minors under ten. Violent + content or inappropriate language to children, + even if of a less intensity. + order: 2 + - certification: '18' + meaning: >- + Not recommended for minors under eighteen. Scenes + featuring explicit sex, incest, pedophilia, + praising of the use of illegal drugs and violence + of a strong imagery impact. + order: 6 + description: Array of objects for film certifications in Brazil. + CA: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: All ages. + description: An explanation for what the certification implies. + order: + type: number + example: 2 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: All ages. + order: 2 + - certification: PG + meaning: >- + Parental guidance advised. There is no age + restriction but some material may not be suitable + for all children. + order: 3 + - certification: 14A + meaning: >- + Persons under 14 years of age must be accompanied + by an adult. + order: 4 + - certification: 18A + meaning: >- + Persons under 18 years of age must be accompanied + by an adult. In the Maritimes & Manitoba, children + under the age of 14 are prohibited from viewing + the film. + order: 5 + - certification: R + meaning: >- + Restricted to 18 years and over. No rental or + purchase by those under 18. Content not suitable + for minors. Video contains frequent use of: sexual + activity; brutal/graphic violence; intense horror; + and/or other disturbing content. + order: 6 + - certification: A + meaning: >- + Admittance restricted to people 18 years of age or + older. Sole purpose of the film is the portrayal + of sexually explicit activity and/or explicit + violence. + order: 7 + - certification: E + meaning: >- + Exempt. Contains material not subject to + classification such as documentaries, nature, + travel, music, arts and culture, sports and + educational and instructional information. + order: 1 + description: Array of objects for film certifications in Canada. + CA-QC: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: G + meaning: >- + General Rating – May be viewed, rented or + purchased by persons of all ages. If a film + carrying a "G" rating might offend the + sensibilities of a child under 8 years of age, + "Not suitable for young children" is appended to + the classification. + order: 1 + - certification: 13+ + meaning: >- + 13 years and over – May be viewed, rented or + purchased only by children 13 years of age or + over. Children under 13 may be admitted only if + accompanied by an adult. + order: 2 + - certification: 16+ + meaning: >- + 16 years and over – May be viewed, rented or + purchased only by children 16 years of age or + over. + order: 3 + - certification: 18+ + meaning: >- + 18 years and over – May be viewed, rented or + purchased only by adults 18 years of age or over. + If a film contains real and explicit sexual + activity "Explicit sexuality" is appended to the + classification, and in the retail video industry + storeowners are required to place the film in a + room reserved for adults. + order: 4 + description: Array of objects for film certifications specifically in Quebec, Canada. + CH: + type: array + items: + type: object + properties: + certification: + type: string + example: '0' + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'Suitable for all audiences' + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '0' + meaning: '' + order: 1 + - certification: '6' + meaning: '' + order: 2 + - certification: '12' + meaning: '' + order: 3 + - certification: '16' + meaning: '' + order: 4 + - certification: '18' + meaning: '' + order: 5 + description: Array of objects for film certifications in Switzerland. + CL: + type: array + items: + type: object + properties: + certification: + type: string + example: TE + description: A code indicating the audience's suitability. + meaning: + type: string + example: General audience. + description: An explanation for what the certification implies. + order: + type: number + example: 2 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: TE + meaning: General audience. + order: 2 + - certification: TE+7 + meaning: Not suitable for children younger than 7 years. + order: 3 + - certification: '14' + meaning: 14 years old and over. + order: 4 + - certification: '18' + meaning: 18 years old and over. + order: 5 + - certification: UR + meaning: Unrated. + order: 1 + description: Array of objects for film certifications in Chile. + CZ: + type: array + items: + type: object + properties: + certification: + type: string + example: UR + description: A code indicating the audience's suitability. + meaning: + type: string + example: Not rated. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: UR + meaning: Not rated. + order: 0 + - certification: U + meaning: No age limit. + order: 1 + - certification: 12+ + meaning: Unsuitable for persons under the age of 12. + order: 2 + - certification: 15+ + meaning: Unsuitable for persons under the age of 15. + order: 3 + - certification: 18+ + meaning: Unsuitable for persons under the age of 18. + order: 4 + description: Array of objects for film certifications in Czech Republic + DE: + type: array + items: + type: object + properties: + certification: + type: string + example: '12' + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Children 12 or older admitted, children between + 6 and 11 only when accompanied by parent or a + legal guardian. + description: An explanation for what the certification implies. + order: + type: number + example: 3 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '12' + meaning: >- + Children 12 or older admitted, children between 6 + and 11 only when accompanied by parent or a legal + guardian. + order: 3 + - certification: '18' + meaning: No youth admitted, only adults. + order: 5 + - certification: '0' + meaning: No age restriction. + order: 1 + - certification: '6' + meaning: No children younger than 6 years admitted. + order: 2 + - certification: '16' + meaning: >- + Children 16 or older admitted, nobody under this + age admitted. + order: 4 + description: Array of objects for film certifications in Germany. + DK: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: A + meaning: Suitable for a general audience. + order: 1 + - certification: '7' + meaning: Not recommended for children under 7. + order: 2 + - certification: '11' + meaning: For ages 11 and up. + order: 3 + - certification: '15' + meaning: For ages 15 and up. + order: 4 + - certification: F + meaning: Exempt from classification. + order: 5 + description: Array of objects for film certifications in Denmark. + ES: + type: array + items: + type: object + properties: + certification: + type: string + example: A + description: A code indicating the audience's suitability. + meaning: + type: string + example: General admission. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: A + meaning: General admission. + order: 1 + - certification: Ai + meaning: General admission. + order: 2 + - certification: '7' + meaning: Not recommended for audiences under 7. + order: 3 + - certification: 7i + meaning: Not recommended for audiences under 7. + order: 4 + - certification: '12' + meaning: Not recommended for audiences under 12. + order: 5 + - certification: '16' + meaning: Not recommended for audiences under 16. + order: 5 + - certification: '18' + meaning: Not recommended for audiences under 18. + order: 7 + - certification: X + meaning: Prohibited for audiences under 18. + order: 8 + description: Array of objects for film certifications in Spain. + FI: + type: array + items: + type: object + properties: + certification: + type: string + example: K-16 + description: A code indicating the audience's suitability. + meaning: + type: string + example: Over 16 years. + description: An explanation for what the certification implies. + order: + type: number + example: 4 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: K-16 + meaning: Over 16 years. + order: 4 + - certification: K-12 + meaning: Over 12 years. + order: 3 + - certification: K-7 + meaning: Over 7 years. + order: 2 + - certification: S + meaning: For all ages. + order: 1 + - certification: K-18 + meaning: Adults only. + order: 5 + - certification: KK + meaning: Banned from commercial distribution. + order: 6 + description: Array of objects for film certifications in Finland. + FR: + type: array + items: + type: object + properties: + certification: + type: string + example: TP + description: A code indicating the audience's suitability. + meaning: + type: string + example: Valid for all audiences. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: TP + meaning: Valid for all audiences. + order: 1 + - certification: '12' + meaning: >- + Unsuitable for children younger than 12 or + forbidden in cinemas for under 12. + order: 2 + - certification: '16' + meaning: >- + Unsuitable for children younger than 16 or + forbidden in cinemas for under 16. + order: 3 + - certification: '18' + meaning: >- + Unsuitable for children younger than 18 or + forbidden in cinemas for under 18. + order: 4 + description: Array of objects for film certifications in France. + GB: + type: array + items: + type: object + properties: + certification: + type: string + example: '15' + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Only those over 15 years are admitted. Nobody + younger than 15 can rent or buy a 15-rated VHS, + DVD, Blu-ray Disc, UMD or game, or watch a film + in the cinema with this rating. Films under this + category can contain adult themes, hard drugs, + frequent strong language and limited use of very + strong language, strong violence and strong sex + references, and nudity without graphic detail. + Sexual activity may be portrayed but without any + strong detail. Sexual violence may be shown if + discreet and justified by context. + description: An explanation for what the certification implies. + order: + type: number + example: 5 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '15' + meaning: >- + Only those over 15 years are admitted. Nobody + younger than 15 can rent or buy a 15-rated VHS, + DVD, Blu-ray Disc, UMD or game, or watch a film in + the cinema with this rating. Films under this + category can contain adult themes, hard drugs, + frequent strong language and limited use of very + strong language, strong violence and strong sex + references, and nudity without graphic detail. + Sexual activity may be portrayed but without any + strong detail. Sexual violence may be shown if + discreet and justified by context. + order: 5 + - certification: R18 + meaning: >- + Can only be shown at licensed adult cinemas or + sold at licensed sex shops, and only to adults, + those aged 18 or over. Films under this category + are always hard-core pornography, defined as + material intended for sexual stimulation and + containing clear images of real sexual activity, + strong fetish material, explicit animated images, + or sight of certain acts such as triple + simultaneous penetration and snowballing. There + remains a range of material that is often cut from + the R18 rating: strong images of injury in BDSM or + spanking works, urolagnia, scenes suggesting + incest even if staged, references to underage sex + or childhood sexual development and aggressive + behaviour such as hair-pulling or spitting on a + performer are not permitted. More cuts are + demanded in this category than any other category. + order: 7 + - certification: PG + meaning: >- + All ages admitted, but certain scenes may be + unsuitable for young children. May contain mild + language and sex/drugs references. May contain + moderate violence if justified by context (e.g. + fantasy). + order: 2 + - certification: 12A + meaning: >- + Films under this category are considered to be + unsuitable for very young people. Those aged under + 12 years are only admitted if accompanied by an + adult, aged at least 18 years, at all times during + the motion picture. However, it is generally not + recommended that children under 12 years should + watch the film. Films under this category can + contain mature themes, discrimination, soft drugs, + moderate swear words, infrequent strong language + and moderate violence, sex references and nudity. + Sexual activity may be briefly and discreetly + portrayed. Sexual violence may be implied or + briefly indicated. + order: 3 + - certification: U + meaning: >- + All ages admitted, there is nothing unsuitable for + children. + order: 1 + - certification: '18' + meaning: >- + Only adults are admitted. Nobody younger than 18 + can rent or buy an 18-rated VHS, DVD, Blu-ray + Disc, UMD or game, or watch a film in the cinema + with this rating. Films under this category do not + have limitation on the bad language that is used. + Hard drugs are generally allowed, and explicit sex + references along with detailed sexual activity are + also allowed. Scenes of strong real sex may be + permitted if justified by the context. Very + strong, gory, and/or sadistic violence is usually + permitted. Strong sexual violence is permitted + unless it is eroticised or excessively graphic. + order: 6 + - certification: '12' + meaning: >- + Home media only since 2002. 12A-rated films are + usually given a 12 certificate for the VHS/DVD + version unless extra material has been added that + requires a higher rating. Nobody younger than 12 + can rent or buy a 12-rated VHS, DVD, Blu-ray Disc, + UMD or game. The content guidelines are identical + to those used for the 12A certificate. + order: 4 + description: Array of objects for film certifications in Great Britain. + GR: + type: array + items: + type: object + properties: + certification: + type: string + example: K + description: A code indicating the audience's suitability. + meaning: + type: string + example: No restrictions. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: K + meaning: No restrictions. + order: 1 + - certification: K12 + meaning: >- + The film may contain mild violence and adult + themes. Suitable for people aged 13 and above. + order: 2 + - certification: K15 + meaning: >- + The film may contain violence, drug abuse, and + softcore pornographic scenes. An ID card + certifying the age is required in all Greek + cinemas and video rental shops in order to get a + cinema ticket or rent a video of a + order: 3 + - certification: K18 + meaning: Not permitted to people under the age of 18. + order: 4 + description: Array of objects for film certifications in Greece. + HK: + type: array + items: + type: object + properties: + certification: + type: string + example: I + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'Suitable for all audiences' + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: I + meaning: '' + order: 1 + - certification: IIA + meaning: '' + order: 2 + - certification: IIB + meaning: '' + order: 3 + - certification: III + meaning: '' + order: 4 + description: Array of objects for film certifications in Hong Kong. + HU: + type: array + items: + type: object + properties: + certification: + type: string + example: '6' + description: A code indicating the audience's suitability. + meaning: + type: string + example: Not recommended below age of 6. + description: An explanation for what the certification implies. + order: + type: number + example: 2 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '6' + meaning: Not recommended below age of 6. + order: 2 + - certification: '16' + meaning: Not recommended below age of 16. + order: 4 + - certification: KN + meaning: Without age restriction. + order: 1 + - certification: '18' + meaning: Not recommended below age of 18. + order: 5 + - certification: NR + meaning: No rating information. + order: 0 + - certification: '12' + meaning: Not recommended below age of 12. + order: 3 + - certification: X + meaning: Restricted below 18, for adults only. + order: 6 + description: Array of objects for film certifications in Hungary. + ID: + type: array + items: + type: object + properties: + certification: + type: string + example: SU + description: A code indicating the audience's suitability. + meaning: + type: string + example: All ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: SU + meaning: All ages. + order: 1 + - certification: 13+ + meaning: Suitable for ages 13 and above. + order: 2 + - certification: 17+ + meaning: Suitable for ages 17 and above. + order: 3 + - certification: 21+ + meaning: Suitable for ages 21 and above. + order: 4 + description: Array of objects for film certifications in Indonesia. + IE: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Suitable for children of school going age (note: + children can be enrolled in school from the age + of 4). + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: >- + Suitable for children of school going age (note: + children can be enrolled in school from the age of + 4). + order: 1 + - certification: PG + meaning: >- + Suitable for children over the age of 8. Parental + guidance is recommended for children under the age + of 12. + order: 2 + - certification: 12A + meaning: >- + Suitable for viewers of 12 and over. Younger + children may be admitted to the film at cinemas if + accompanied by an adult; on home video younger + viewers are not permitted to purchase/rent the + video. + order: 3 + - certification: 15A + meaning: >- + Suitable for viewers of 15 and over. Younger + viewers may be admitted to the film at cinemas if + accompanied by an adult; on home video younger + viewers are not permitted to purchase/rent the + video. + order: 4 + - certification: '16' + meaning: >- + Suitable for viewers of 16 and over. Younger + viewers are not admitted. + order: 5 + - certification: '18' + meaning: >- + Suitable only for adults. Viewers under 18 are not + admitted at cinemas or permitted to purchase/rent + the video. + order: 6 + - certification: '12' + meaning: >- + Suitable for viewers of 12 and over. Younger + children may be admitted to the film at cinemas if + accompanied by an adult; on home video younger + viewers are not permitted to purchase/rent the + video. + order: 3 + - certification: '15' + meaning: >- + Suitable for viewers of 15 and over. Younger + viewers may be admitted to the film at cinemas if + accompanied by an adult; on home video younger + viewers are not permitted to purchase/rent the + video. + order: 4 + description: Array of objects for film certifications in Ireland. + IL: + type: array + items: + type: object + properties: + certification: + type: string + example: All + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'unrestricted and suitable for all audiences' + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: All + meaning: '' + order: 1 + - certification: '12' + meaning: '' + order: 2 + - certification: '14' + meaning: '' + order: 3 + - certification: '16' + meaning: '' + order: 4 + - certification: '18' + meaning: '' + order: 5 + description: Array of objects for film certifications in Israel. + IN: + type: array + items: + type: object + properties: + certification: + type: string + example: U + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Unrestricted Public Exhibition throughout India, + suitable for all age groups. Films under this + category should not upset children over 4. Such + films may contain educational, social or + family-oriented themes. Films under this + category may also contain fantasy violence + and/or mild bad language. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: U + meaning: >- + Unrestricted Public Exhibition throughout India, + suitable for all age groups. Films under this + category should not upset children over 4. Such + films may contain educational, social or + family-oriented themes. Films under this category + may also contain fantasy violence and/or mild bad + language. + order: 1 + - certification: U/A 7+ + meaning: Viewable for 7 and above years old. + order: 2 + - certification: UA + meaning: >- + All ages admitted, but it is advised that children + below 12 be accompanied by a parent as the theme + or content may be considered intense or + inappropriate for young children. Films under this + category may contain mature themes, sexual + references, mild sex scenes, violence with brief + gory images and/or infrequent use of crude + language. + order: 3 + - certification: U/A 13+ + meaning: Viewable for 13 and above years old. + order: 4 + - certification: U/A 16+ + meaning: Viewable for 16 and above years old. + order: 5 + - certification: A + meaning: >- + Restricted to adult audiences (18 years or over). + Nobody below the age of 18 may buy/rent an A-rated + DVD, VHS, UMD or watch a film in the cinema with + this rating. Films under this category may contain + adult/disturbing themes, frequent crude language, + brutal violence with blood and gore, strong sex + scenes and/or scenes of drug abuse which is + considered unsuitable for minors. + order: 6 + - certification: S + meaning: Restricted to any special class of persons. + order: 7 + description: Array of objects for film certifications in India. + IT: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: T + meaning: All ages admitted. + order: 1 + - certification: 6+ + meaning: Not suitable for children under 6. + order: 2 + - certification: 14+ + meaning: >- + Released to ages 14 and older; children who are at + least 12 may be admitted with adult accompaniment. + order: 3 + - certification: 18+ + meaning: >- + Released to ages 18 and older; children who are at + least 16 may be admitted with adult accompaniment. + order: 4 + description: Array of objects for film certifications in Italy. + JP: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: General, suitable for all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: General, suitable for all ages. + order: 1 + - certification: PG12 + meaning: >- + Parental guidance requested for young people under + 12 years. + order: 2 + - certification: R15+ + meaning: No one under 15 admitted. + order: 3 + - certification: R18+ + meaning: No one under 18 admitted. + order: 4 + description: Array of objects for film certifications in Japan. + KR: + type: array + items: + type: object + properties: + certification: + type: string + example: ALL + description: A code indicating the audience's suitability. + meaning: + type: string + example: Film suitable for all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: ALL + meaning: Film suitable for all ages. + order: 0 + - certification: '12' + meaning: >- + Film intended for audiences 12 and over. Underage + audiences accompanied by a parent or guardian are + allowed. + order: 1 + - certification: '15' + meaning: >- + Film intended for audiences 15 and over. Underage + audiences accompanied by a parent or guardian are + allowed. + order: 2 + - certification: '19' + meaning: No one under 19 is allowed to watch this film. + order: 3 + - certification: Restricted Screening + meaning: >- + Film needs a certain restriction in screening or + advertisement as it is considered a highly bad + influence to universal human dignity, social + value, good customs or national emotion due to + excessive expression of nudity, violence, social + behavior, etc. (technically not an age restriction + but films with this rating may only be screened + at + order: 4 + description: Array of objects for film certifications in South Korea. + LT: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: V + meaning: Movies for the audience of all ages. + order: 1 + - certification: N-7 + meaning: >- + Movies for viewers from 7 years old. Younger than + 7 years of age, viewers of this index have been + featured only together with accompanying adult + persons. + order: 2 + - certification: N-13 + meaning: >- + Movies for viewers from 13 years of age. The + viewers from 7 to 13 years of age are allowed to + enter this index only together with accompanying + adult persons. + order: 3 + - certification: N-16 + meaning: Movies for viewers from 16 years of age. + order: 4 + - certification: N-18 + meaning: Movies for viewers from 18 years of age. + order: 5 + description: Array of objects for film certifications in Lithuania. + LU: + type: array + items: + type: object + properties: + certification: + type: string + example: A + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'suitable for all audiences.' + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: A + meaning: '' + order: 1 + - certification: '6' + meaning: '' + order: 2 + - certification: '12' + meaning: '' + order: 3 + - certification: '16' + meaning: '' + order: 4 + - certification: '18' + meaning: '' + order: 5 + description: Array of objects for film certifications in Luxembourg. + LV: + type: array + items: + type: object + properties: + certification: + type: string + example: U + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'suitable for all audiences' + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: U + meaning: '' + order: 1 + - certification: 7+ + meaning: '' + order: 2 + - certification: 12+ + meaning: '' + order: 3 + - certification: 16+ + meaning: '' + order: 4 + - certification: 18+ + meaning: '' + order: 5 + description: Array of objects for film certifications in Latvia. + MO: + type: array + items: + type: object + properties: + certification: + type: string + example: A + description: A code indicating the audience's suitability. + meaning: + type: string + example: suitable for all audiences. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: A + meaning: '' + order: 1 + - certification: B + meaning: '' + order: 2 + - certification: C + meaning: '' + order: 3 + - certification: D + meaning: '' + order: 4 + description: Array of objects for film certifications in Macau. + MX: + type: array + items: + type: object + properties: + certification: + type: string + example: AA + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Informative-only rating: Understandable for + children under 7 years. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AA + meaning: >- + Informative-only rating: Understandable for + children under 7 years. + order: 1 + - certification: A + meaning: 'Information-only rating: For all age groups.' + order: 2 + - certification: B + meaning: >- + Information-only rating: For adolescents 12 years + and older. + order: 3 + - certification: B-15 + meaning: >- + Information-only rating: Not recommended for + children under 15. + order: 4 + - certification: C + meaning: 'Restrictive rating: For adults 18 and older.' + order: 5 + - certification: D + meaning: >- + Restrictive rating: Adult movies (legally + prohibited to those under 18 years of age). + order: 6 + description: Array of objects for film certifications in Mexico. + MY: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: U + meaning: >- + (Umum: "General Audiences") - For general + audiences. (Used by the majority of films screened + in Malaysia until 2008 but it continues only for + television, notably for RTM.) + order: 1 + - certification: P13 + meaning: >- + (Penjaga 13 : "Parental Guidance 13") - Children + under 13 not admitted unless accompanied by an + adult. (Introduced in 2006, this became the + official Malaysian motion picture rating system in + 2008. The "PG-13" rating was revised to "P13" from + April 2012 onwards to emphasize the use of Malay + language instead of English.) Passionate kissing + scenes are not allowed under a P13 rating. + order: 2 + - certification: 18SG + meaning: >- + (Seram, Ganas: "Graphic Violence and + Horror/Terror") - Film may contain strong + violence, gore or horror/terror people may find + objectionable. + order: 3 + - certification: 18SX + meaning: >- + (Seks: "Sexual Content") - Film may contain sex + scenes, nudity or sexual dialogue/references + people may find objectionable (despite scenes of + sex and nudity being strictly censored off by the + LPF.) + order: 4 + - certification: 18PA + meaning: >- + (Politik, Agama: "Strong Religious or Political + Elements") - Film may contain elements which + include religious, social or political aspects + people may find objectionable. Rarely used. + order: 5 + - certification: 18PL + meaning: >- + (Pelbagai: "Various") - Film may contain strong + violence, gore, horror/terror, sex scenes, nudity, + sexual dialogues/references, religious, social or + political aspects people may find objectionable. + The majority of the 18+ movies use this rating. + For example, a film with sex scenes and strong + violence will be classified as 18PL, despite + scenes of sex and nudity being strictly censored + off by the LPF. + order: 6 + description: Array of objects for film certifications in Malaysia. + NL: + type: array + items: + type: object + properties: + certification: + type: string + example: AL + description: A code indicating the audience's suitability. + meaning: + type: string + example: All ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AL + meaning: All ages. + order: 1 + - certification: '6' + meaning: Potentially harmful to children under 6 years. + order: 2 + - certification: '9' + meaning: Potentially harmful to children under 9 years. + order: 3 + - certification: '12' + meaning: >- + Potentially harmful to children under 12 years; + broadcasting is not allowed before 8:00 pm. + order: 4 + - certification: '16' + meaning: >- + Potentially harmful to children under 16 years; + broadcasting is not allowed before 10:00 pm. + order: 6 + - certification: '14' + meaning: >- + Potentially harmful to children under 14 years; + broadcasting is not allowed before 8:00 pm. + order: 5 + - certification: '18' + meaning: >- + Potentially harmful to (and not allowed for) + children under 18 years; broadcasting is not + allowed before midnight. + order: 7 + description: Array of objects for film certifications in the Netherlands. + 'NO': + type: array + items: + type: object + properties: + certification: + type: string + example: '6' + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + 6 years (no restriction for children accompanied + by an adult). + description: An explanation for what the certification implies. + order: + type: number + example: 2 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '6' + meaning: >- + 6 years (no restriction for children accompanied + by an adult). + order: 2 + - certification: '9' + meaning: >- + 9 years (children down to 6 years accompanied by + an adult). + order: 3 + - certification: NR + meaning: No rating information. + order: 0 + - certification: '18' + meaning: ' 18 years (absolute lower limit).' + order: 6 + - certification: '15' + meaning: >- + 15 years (young down to 12 years accompanied by an + adult). + order: 5 + - certification: '12' + meaning: >- + 12 years (children down to 9 years accompanied by + an adult). + order: 4 + - certification: A + meaning: Suitable for all. + order: 1 + description: Array of objects for film certifications in Norway. + NZ: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for general audiences. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: Suitable for general audiences. + order: 1 + - certification: PG + meaning: Parental guidance recommended for younger viewers. + order: 2 + - certification: M + meaning: >- + Suitable for (but not restricted to) mature + audiences 16 years and up. + order: 3 + - certification: R13 + meaning: Restricted to persons 13 years of age and over. + order: 4 + - certification: R15 + meaning: Restricted to persons 15 years of age and over. + order: 6 + - certification: R16 + meaning: Restricted to persons 16 years of age and over. + order: 7 + - certification: R18 + meaning: Restricted to persons 18 years of age and over. + order: 9 + - certification: R + meaning: >- + Restricted to a particular class of persons, or + for particular purposes, or both. + order: 11 + - certification: RP13 + meaning: '' + order: 5 + - certification: RP16 + meaning: '' + order: 8 + - certification: RP18 + meaning: '' + order: 10 + description: Array of objects for film certifications in New Zealand. + PH: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: PG + meaning: >- + Viewers below 13 years old must be accompanied by + a parent or supervising adult. + order: 2 + - certification: X + meaning: >- + “X-rated” films are not suitable for public + exhibition. + order: 6 + - certification: R-18 + meaning: >- + Only viewers who are 18 years old and above can be + admitted. + order: 5 + - certification: R-16 + meaning: >- + Only viewers who are 16 years old and above can be + admitted. + order: 4 + - certification: G + meaning: Viewers of all ages are admitted. + order: 1 + - certification: R-13 + meaning: >- + Only viewers who are 13 years old and above can be + admitted. + order: 3 + description: Array of objects for film certifications in the Philippines. + PL: + type: array + items: + type: object + properties: + certification: + type: string + example: AL + description: A code indicating the audience's suitability. + meaning: + type: string + example: No age restrictions. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AL + meaning: No age restrictions. + order: 1 + - certification: '7' + meaning: For minors from 7 years of age. + order: 2 + - certification: '12' + meaning: For minors from 12 years of age. + order: 3 + - certification: '16' + meaning: Allowed from 16 years of age. + order: 4 + - certification: '18' + meaning: Allowed from 18 years of age. + order: 5 + description: Array of objects for film certifications in Poland. + PR: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'General Audience.' + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: '' + order: 1 + - certification: PG + meaning: '' + order: 2 + - certification: PG-13 + meaning: '' + order: 3 + - certification: R + meaning: '' + order: 4 + - certification: NC-17 + meaning: '' + order: 5 + - certification: NR + meaning: '' + order: 0 + description: Array of objects for film certifications in Puerto Rico. + PT: + type: array + items: + type: object + properties: + certification: + type: string + example: Públicos + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + For all the public (especially designed for + children under 3 years of age). + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Públicos + meaning: >- + For all the public (especially designed for + children under 3 years of age). + order: 1 + - certification: M/3 + meaning: Passed for viewers aged 3 and older. + order: 2 + - certification: M/6 + meaning: Passed for viewers aged 6 and older. + order: 3 + - certification: M/12 + meaning: Passed for viewers aged 12 and older. + order: 4 + - certification: M/14 + meaning: Passed for viewers aged 14 and older. + order: 5 + - certification: M/16 + meaning: Passed for viewers aged 16 and older. + order: 6 + - certification: M/18 + meaning: Passed for viewers aged 18 and older. + order: 7 + - certification: P + meaning: >- + Special rating supplementary to the M/18 age + rating denoting pornography. + order: 8 + description: Array of objects for film certifications in Portugal. + RO: + type: array + items: + type: object + properties: + certification: + type: string + example: AP + description: A code indicating the audience's suitability. + meaning: + type: string + example: General audience. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AP + meaning: General audience. + order: 1 + - certification: '12' + meaning: Parental guidance for children under 12. + order: 2 + - certification: '15' + meaning: Not recommended for children under 15. + order: 3 + - certification: '18' + meaning: Prohibited to minors under 18. + order: 4 + - certification: 18+ + meaning: >- + Prohibited to minors under 18 and projection in + public. + order: 5 + - certification: IC + meaning: Prohibition of communication. + order: 6 + description: Array of objects for film certifications in Romania. + RU: + type: array + items: + type: object + properties: + certification: + type: string + example: 6+ + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + (For children above 6) – Unsuitable for children + under 6. + description: An explanation for what the certification implies. + order: + type: number + example: 2 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: 6+ + meaning: >- + (For children above 6) – Unsuitable for children + under 6. + order: 2 + - certification: 0+ + meaning: All ages are admitted. + order: 1 + - certification: 16+ + meaning: >- + (For children above 16) – Unsuitable for children + under 16. + order: 4 + - certification: 18+ + meaning: >- + (Prohibited for children) – Prohibited for + children under 18. + order: 5 + - certification: 12+ + meaning: >- + (For children above 12) – Unsuitable for children + under 12. + order: 3 + - certification: NR + meaning: No rating information. + order: 0 + description: Array of objects for film certifications in Russia. + SE: + type: array + items: + type: object + properties: + certification: + type: string + example: '11' + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Children over the age of 7, who are accompanied + by an adult, are admitted to films that have + been passed for children from the age of 11. + description: An explanation for what the certification implies. + order: + type: number + example: 3 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '11' + meaning: >- + Children over the age of 7, who are accompanied by + an adult, are admitted to films that have been + passed for children from the age of 11. + order: 3 + - certification: NR + meaning: No rating information. + order: 0 + - certification: '15' + meaning: >- + Children over the age of 7, who are accompanied by + an adult, are admitted to films that have been + passed for children from the age of 11. Updated on + March 1, 2017. + order: 4 + - certification: Btl + meaning: All ages. + order: 1 + - certification: '7' + meaning: >- + Children under the age of 7, who are accompanied + by an adult (a person aged 18 or over), are + admitted to films that have been passed for + children from the age of 7. + order: 2 + description: Array of objects for film certifications in Sweden. + SG: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: Suitable for all ages. + order: 1 + - certification: PG + meaning: >- + Suitable for all but parents should guide their + young. + order: 2 + - certification: PG13 + meaning: >- + Suitable for persons aged 13 and above but + parental guidance is advised for children below + 13. + order: 3 + - certification: NC16 + meaning: Suitable for persons aged 16 and above. + order: 4 + - certification: M18 + meaning: Suitable for persons aged 18 and above. + order: 5 + - certification: R21 + meaning: >- + Suitable for adults aged 21 and above (restricted + to licensed cinemas). + order: 6 + description: Array of objects for film certifications in Singapore. + SK: + type: array + items: + type: object + properties: + certification: + type: string + example: U + description: A code indicating the audience's suitability. + meaning: + type: string + example: General audience. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: U + meaning: General audience. + order: 1 + - certification: '7' + meaning: Not recommended for children younger than 7 years. + order: 2 + - certification: '12' + meaning: Not recommended for people younger than 12 years. + order: 3 + - certification: '15' + meaning: Not recommended for people younger than 15 years. + order: 4 + - certification: '18' + meaning: Prohibited for minors under 18 years of age. + order: 5 + description: Array of objects for film certifications in Slovakia. + TH: + type: array + items: + type: object + properties: + certification: + type: string + example: P + description: A code indicating the audience's suitability. + meaning: + type: string + example: Educational. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: P + meaning: Educational. + order: 1 + - certification: G + meaning: General audience + order: 2 + - certification: '13' + meaning: Suitable for viewers aged 13 years and over. + order: 3 + - certification: '15' + meaning: Suitable for viewers aged 15 years and over + order: 4 + - certification: '18' + meaning: Suitable for viewers aged 18 years and over. + order: 5 + - certification: '20' + meaning: Content is unsuitable for viewers aged under 20 + order: 6 + - certification: Banned + meaning: >- + Films that are not allowed to screen publicly in + Thailand + order: 7 + description: Array of objects for film certifications in Thailand. + TR: + type: array + items: + type: object + properties: + certification: + type: string + example: Genel İzleyici Kitlesi + description: A code indicating the audience's suitability. + meaning: + type: string + example: General audience. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Genel İzleyici Kitlesi + meaning: General audience. + order: 1 + - certification: 6A + meaning: >- + Viewers under the age of 6 may watch with + accompanying family members. + order: 2 + - certification: 6+ + meaning: Suitable for viewers aged 6 and over. + order: 3 + - certification: 10A + meaning: >- + Viewers under the age of 10 may watch with + accompanying family members. + order: 4 + - certification: 10+ + meaning: Suitable for viewers aged 10 and over. + order: 5 + - certification: 13A + meaning: >- + Viewers under the age of 13 may watch with + accompanying family members. + order: 6 + - certification: 13+ + meaning: Suitable for viewers aged 13 and over. + order: 7 + - certification: 16+ + meaning: Suitable for viewers aged 16 and over. + order: 8 + - certification: 18+ + meaning: Suitable for viewers aged 18 and over. + order: 9 + description: Array of objects for film certifications in Turkey. + TW: + type: array + items: + type: object + properties: + certification: + type: string + example: 0+ + description: A code indicating the audience's suitability. + meaning: + type: string + example: Viewing is permitted for audiences of all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: 0+ + meaning: Viewing is permitted for audiences of all ages. + order: 1 + - certification: 6+ + meaning: >- + Viewing is not permitted for children under 6; + children between 6 and 11 shall be accompanied and + given guidance by parents, teachers, seniors, or + adult relatives or friends. + order: 2 + - certification: 12+ + meaning: Viewing is not permitted for children under 12. + order: 3 + - certification: 15+ + meaning: Viewing is not permitted for those under 15. + order: 4 + - certification: 18+ + meaning: Viewing is not permitted for those under 18. + order: 5 + description: Array of objects for film certifications in Taiwan. + UA: + type: array + items: + type: object + properties: + certification: + type: string + example: 0+ + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: 0+ + meaning: Suitable for all ages. + order: 1 + - certification: 12+ + meaning: Suitable for persons aged 12 years and over. + order: 2 + - certification: 16+ + meaning: Suitable for persons aged 16 years and over. + order: 3 + - certification: 18+ + meaning: Suitable only for adults. + order: 4 + description: Array of objects for film certifications in Ukraine. + US: + type: array + items: + type: object + properties: + certification: + type: string + example: R + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Under 17 requires accompanying parent or adult + guardian 21 or older. The parent/guardian is + required to stay with the child under 17 through + the entire movie, even if the parent gives the + child/teenager permission to see the film alone. + These films may contain strong profanity, + graphic sexuality, nudity, strong violence, + horror, gore, and strong drug use. A movie rated + R for profanity often has more severe or + frequent language than the PG-13 rating would + permit. An R-rated movie may have more blood, + gore, drug use, nudity, or graphic sexuality + than a PG-13 movie would admit. + description: An explanation for what the certification implies. + order: + type: number + example: 4 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: R + meaning: >- + Under 17 requires accompanying parent or adult + guardian 21 or older. The parent/guardian is + required to stay with the child under 17 through + the entire movie, even if the parent gives the + child/teenager permission to see the film alone. + These films may contain strong profanity, graphic + sexuality, nudity, strong violence, horror, gore, + and strong drug use. A movie rated R for profanity + often has more severe or frequent language than + the PG-13 rating would permit. An R-rated movie + may have more blood, gore, drug use, nudity, or + graphic sexuality than a PG-13 movie would admit. + order: 4 + - certification: PG + meaning: >- + Some material may not be suitable for children + under 10. These films may contain some mild + language, crude/suggestive humor, scary moments + and/or violence. No drug content is present. There + are a few exceptions to this rule. A few racial + insults may also be heard. + order: 2 + - certification: NC-17 + meaning: >- + These films contain excessive graphic violence, + intense or explicit sex, depraved, abhorrent + behavior, explicit drug abuse, strong language, + explicit nudity, or any other elements which, at + present, most parents would consider too strong + and therefore off-limits for viewing by their + children and teens. NC-17 does not necessarily + mean obscene or pornographic in the oft-accepted + or legal meaning of those words. + order: 5 + - certification: G + meaning: >- + All ages admitted. There is no content that would + be objectionable to most parents. This is one of + only two ratings dating back to 1968 that still + exists today. + order: 1 + - certification: NR + meaning: No rating information. + order: 0 + - certification: PG-13 + meaning: >- + Some material may be inappropriate for children + under 13. Films given this rating may contain + sexual content, brief or partial nudity, some + strong language and innuendo, humor, mature + themes, political themes, terror and/or intense + action violence. However, bloodshed is rarely + present. This is the minimum rating at which drug + content is present. + order: 3 + description: Array of objects for film certifications in the United States. + VI: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: All ages admitted. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: All ages admitted. + order: 1 + - certification: PG + meaning: Some material may not be suitable for children. + order: 2 + - certification: PG-13 + meaning: >- + Some material may be inappropriate for children + under 13. + order: 3 + - certification: R + meaning: >- + Under 17 requires accompanying parent or adult + guardian. + order: 4 + - certification: NC-17 + meaning: No one 17 and under admitted. + order: 5 + - certification: NR + meaning: '' + order: 0 + description: Array of objects for film certifications in the U.S. Virgin Islands. + ZA: + type: array + items: + type: object + properties: + certification: + type: string + example: A + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for all. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: A + meaning: Suitable for all. + order: 1 + - certification: PG + meaning: Parental Guidance. + order: 2 + - certification: 7-9PG + meaning: >- + Not suitable for children under the age of 7. + Children aged 7–9 years old may not be admitted + unless accompanied by an adult. + order: 3 + - certification: 10-12PG + meaning: >- + Not suitable for children under the age of 10. + Children aged 10–12 years old may not be admitted + unless accompanied by an adult. + order: 4 + - certification: '13' + meaning: Not suitable for children under the age of 13. + order: 5 + - certification: '16' + meaning: Not suitable for persons under the age of 16. + order: 6 + - certification: '18' + meaning: Not suitable for persons under the age of 18. + order: 7 + - certification: X18 + meaning: >- + No one under 18 admitted; restricted to licensed + adult premises. + order: 8 + - certification: XX + meaning: Must not be distributed or exhibited in public. + order: 9 + description: Array of objects for film certifications in South Africa. + examples: + movie certifications: + value: + certifications: + AR: + - certification: ATP + meaning: For all public. + order: 1 + - certification: '+13' + meaning: >- + Suitable for 13-year-olds and over. Children under + the age of 13 are admitted if accompanied by an + adult. + order: 2 + - certification: '+16' + meaning: Suitable for 16-year-olds and over. + order: 3 + - certification: '+18' + meaning: Suitable for 18-year-olds and over. + order: 4 + - certification: C + meaning: >- + Suitable for 18-year-olds and over. Restricted to + specially licensed venues. + order: 5 + AT: + - certification: AA + meaning: alle Altersstufen + order: 1 + - certification: '6' + meaning: Freigegeben ab 6 Jahren + order: 2 + - certification: '8' + meaning: Freigegeben ab 8 Jahren + order: 3 + - certification: '10' + meaning: Freigegeben ab 10 Jahren + order: 4 + - certification: '12' + meaning: Freigegeben ab 12 Jahren + order: 5 + - certification: '14' + meaning: Freigegeben ab 14 Jahren + order: 6 + - certification: '16' + meaning: Freigegeben ab 16 Jahren + order: 7 + AU: + - certification: G + meaning: General. The content is very mild in impact. + order: 1 + - certification: PG + meaning: >- + Parental guidance recommended. There are no age + restrictions. The content is mild in impact. + order: 2 + - certification: M + meaning: >- + Recommended for mature audiences. There are no age + restrictions. The content is moderate in impact. + order: 3 + - certification: MA 15+ + meaning: >- + Mature Accompanied. Unsuitable for children younger + than 15. Children younger than 15 years must be + accompanied by a parent or guardian. The content is + strong in impact. + order: 4 + - certification: R 18+ + meaning: >- + Restricted to 18 years and over. Adults only. The + content is high in impact. + order: 5 + - certification: X 18+ + meaning: >- + Restricted to 18 years and over. Films with this + rating have pornographic content. Films classified + as X18+ are banned from being sold or rented in all + Australian states and are only legally available in + the Australian Capital Territory and the Northern + Territory. However, importing X18+ material from the + two territories to any of the Australian states is + legal.The content is sexually explicit in impact. + order: 6 + - certification: RC + meaning: >- + Refused Classification. Banned from sale or hire in + Australia; also generally applies to importation (if + inspected by and suspicious to Customs). Private + Internet viewing is unenforced and attempts to + legally censor such online material has resulted in + controversy. Films are rated RC if their content + exceeds the guidelines. The content is very high in + impact. + order: 7 + BE: + - certification: AL + meaning: All ages. + order: 1 + - certification: '6' + meaning: From 6 years. + order: 2 + - certification: '9' + meaning: From 9 years. + order: 3 + - certification: '12' + meaning: From 12 years. + order: 4 + - certification: '14' + meaning: From 14 years. + order: 5 + - certification: '16' + meaning: From 16 years. + order: 6 + - certification: '18' + meaning: From 18 years. + order: 7 + BG: + - certification: D + meaning: Prohibited for persons under 16. + order: 4 + - certification: X + meaning: Prohibited for persons under 18. + order: 5 + - certification: B + meaning: Without age restrictions. + order: 2 + - certification: C + meaning: Not recommended for children under 12. + order: 3 + - certification: A + meaning: Recommended for children. + order: 1 + BR: + - certification: '14' + meaning: >- + Not recommended for minors under fourteen. More + violent material, stronger sex references and/or + nudity. + order: 4 + - certification: '16' + meaning: >- + Not recommended for minors under sixteen. Scenes + featuring production, trafficking and/or use of + illegal drugs, hyper-realistic sex, sexual violence, + abortion, torture, mutilation, suicide, + trivialization of violence and death penalty. + order: 5 + - certification: L + meaning: >- + General Audiences. Do not expose children to + potentially harmful content. + order: 1 + - certification: '12' + meaning: >- + Not recommended for minors under twelve. Scenes can + include physical aggression, use of legal drugs and + sexual innuendo. + order: 3 + - certification: '10' + meaning: >- + Not recommended for minors under ten. Violent + content or inappropriate language to children, even + if of a less intensity. + order: 2 + - certification: '18' + meaning: >- + Not recommended for minors under eighteen. Scenes + featuring explicit sex, incest, pedophilia, praising + of the use of illegal drugs and violence of a strong + imagery impact. + order: 6 + CA: + - certification: G + meaning: All ages. + order: 2 + - certification: PG + meaning: >- + Parental guidance advised. There is no age + restriction but some material may not be suitable + for all children. + order: 3 + - certification: 14A + meaning: >- + Persons under 14 years of age must be accompanied by + an adult. + order: 4 + - certification: 18A + meaning: >- + Persons under 18 years of age must be accompanied by + an adult. In the Maritimes & Manitoba, children + under the age of 14 are prohibited from viewing the + film. + order: 5 + - certification: R + meaning: >- + Restricted to 18 years and over. No rental or + purchase by those under 18. Content not suitable for + minors. Video contains frequent use of: sexual + activity; brutal/graphic violence; intense horror; + and/or other disturbing content. + order: 6 + - certification: A + meaning: >- + Admittance restricted to people 18 years of age or + older. Sole purpose of the film is the portrayal of + sexually explicit activity and/or explicit violence. + order: 7 + - certification: E + meaning: >- + Exempt. Contains material not subject to + classification such as documentaries, nature, + travel, music, arts and culture, sports and + educational and instructional information. + order: 1 + CA-QC: + - certification: NR + meaning: No rating information. + order: 0 + - certification: G + meaning: >- + General Rating – May be viewed, rented or purchased + by persons of all ages. If a film carrying a "G" + rating might offend the sensibilities of a child + under 8 years of age, "Not suitable for young + children" is appended to the classification. + order: 1 + - certification: 13+ + meaning: >- + 13 years and over – May be viewed, rented or + purchased only by children 13 years of age or over. + Children under 13 may be admitted only if + accompanied by an adult. + order: 2 + - certification: 16+ + meaning: >- + 16 years and over – May be viewed, rented or + purchased only by children 16 years of age or over. + order: 3 + - certification: 18+ + meaning: >- + 18 years and over – May be viewed, rented or + purchased only by adults 18 years of age or over. If + a film contains real and explicit sexual activity + "Explicit sexuality" is appended to the + classification, and in the retail video industry + storeowners are required to place the film in a room + reserved for adults. + order: 4 + CH: + - certification: '0' + meaning: '' + order: 1 + - certification: '6' + meaning: '' + order: 2 + - certification: '12' + meaning: '' + order: 3 + - certification: '16' + meaning: '' + order: 4 + - certification: '18' + meaning: '' + order: 5 + CL: + - certification: TE + meaning: General audience. + order: 2 + - certification: TE+7 + meaning: Not suitable for children younger than 7 years. + order: 3 + - certification: '14' + meaning: 14 years old and over. + order: 4 + - certification: '18' + meaning: 18 years old and over. + order: 5 + - certification: UR + meaning: Unrated. + order: 1 + CZ: + - certification: UR + meaning: Not rated. + order: 0 + - certification: U + meaning: No age limit. + order: 1 + - certification: 12+ + meaning: Unsuitable for persons under the age of 12. + order: 2 + - certification: 15+ + meaning: Unsuitable for persons under the age of 15. + order: 3 + - certification: 18+ + meaning: Unsuitable for persons under the age of 18. + order: 4 + DE: + - certification: '12' + meaning: >- + Children 12 or older admitted, children between 6 + and 11 only when accompanied by parent or a legal + guardian. + order: 3 + - certification: '18' + meaning: No youth admitted, only adults. + order: 5 + - certification: '0' + meaning: No age restriction. + order: 1 + - certification: '6' + meaning: No children younger than 6 years admitted. + order: 2 + - certification: '16' + meaning: >- + Children 16 or older admitted, nobody under this age + admitted. + order: 4 + DK: + - certification: NR + meaning: No rating information. + order: 0 + - certification: A + meaning: Suitable for a general audience. + order: 1 + - certification: '7' + meaning: Not recommended for children under 7. + order: 2 + - certification: '11' + meaning: For ages 11 and up. + order: 3 + - certification: '15' + meaning: For ages 15 and up. + order: 4 + - certification: F + meaning: Exempt from classification. + order: 5 + ES: + - certification: A + meaning: General admission. + order: 1 + - certification: Ai + meaning: General admission. + order: 2 + - certification: '7' + meaning: Not recommended for audiences under 7. + order: 3 + - certification: 7i + meaning: Not recommended for audiences under 7. + order: 4 + - certification: '12' + meaning: Not recommended for audiences under 12. + order: 5 + - certification: '16' + meaning: Not recommended for audiences under 16. + order: 5 + - certification: '18' + meaning: Not recommended for audiences under 18. + order: 7 + - certification: X + meaning: Prohibited for audiences under 18. + order: 8 + FI: + - certification: K-16 + meaning: Over 16 years. + order: 4 + - certification: K-12 + meaning: Over 12 years. + order: 3 + - certification: K-7 + meaning: Over 7 years. + order: 2 + - certification: S + meaning: For all ages. + order: 1 + - certification: K-18 + meaning: Adults only. + order: 5 + - certification: KK + meaning: Banned from commercial distribution. + order: 6 + FR: + - certification: TP + meaning: Valid for all audiences. + order: 1 + - certification: '12' + meaning: >- + Unsuitable for children younger than 12 or forbidden + in cinemas for under 12. + order: 2 + - certification: '16' + meaning: >- + Unsuitable for children younger than 16 or forbidden + in cinemas for under 16. + order: 3 + - certification: '18' + meaning: >- + Unsuitable for children younger than 18 or forbidden + in cinemas for under 18. + order: 4 + GB: + - certification: '15' + meaning: >- + Only those over 15 years are admitted. Nobody + younger than 15 can rent or buy a 15-rated VHS, DVD, + Blu-ray Disc, UMD or game, or watch a film in the + cinema with this rating. Films under this category + can contain adult themes, hard drugs, frequent + strong language and limited use of very strong + language, strong violence and strong sex references, + and nudity without graphic detail. Sexual activity + may be portrayed but without any strong detail. + Sexual violence may be shown if discreet and + justified by context. + order: 5 + - certification: R18 + meaning: >- + Can only be shown at licensed adult cinemas or sold + at licensed sex shops, and only to adults, those + aged 18 or over. Films under this category are + always hard-core pornography, defined as material + intended for sexual stimulation and containing clear + images of real sexual activity, strong fetish + material, explicit animated images, or sight of + certain acts such as triple simultaneous penetration + and snowballing. There remains a range of material + that is often cut from the R18 rating: strong images + of injury in BDSM or spanking works, urolagnia, + scenes suggesting incest even if staged, references + to underage sex or childhood sexual development and + aggressive behaviour such as hair-pulling or + spitting on a performer are not permitted. More cuts + are demanded in this category than any other + category. + order: 7 + - certification: PG + meaning: >- + All ages admitted, but certain scenes may be + unsuitable for young children. May contain mild + language and sex/drugs references. May contain + moderate violence if justified by context (e.g. + fantasy). + order: 2 + - certification: 12A + meaning: >- + Films under this category are considered to be + unsuitable for very young people. Those aged under + 12 years are only admitted if accompanied by an + adult, aged at least 18 years, at all times during + the motion picture. However, it is generally not + recommended that children under 12 years should + watch the film. Films under this category can + contain mature themes, discrimination, soft drugs, + moderate swear words, infrequent strong language and + moderate violence, sex references and nudity. Sexual + activity may be briefly and discreetly portrayed. + Sexual violence may be implied or briefly indicated. + order: 3 + - certification: U + meaning: >- + All ages admitted, there is nothing unsuitable for + children. + order: 1 + - certification: '18' + meaning: >- + Only adults are admitted. Nobody younger than 18 can + rent or buy an 18-rated VHS, DVD, Blu-ray Disc, UMD + or game, or watch a film in the cinema with this + rating. Films under this category do not have + limitation on the bad language that is used. Hard + drugs are generally allowed, and explicit sex + references along with detailed sexual activity are + also allowed. Scenes of strong real sex may be + permitted if justified by the context. Very strong, + gory, and/or sadistic violence is usually permitted. + Strong sexual violence is permitted unless it is + eroticised or excessively graphic. + order: 6 + - certification: '12' + meaning: >- + Home media only since 2002. 12A-rated films are + usually given a 12 certificate for the VHS/DVD + version unless extra material has been added that + requires a higher rating. Nobody younger than 12 can + rent or buy a 12-rated VHS, DVD, Blu-ray Disc, UMD + or game. The content guidelines are identical to + those used for the 12A certificate. + order: 4 + GR: + - certification: K + meaning: No restrictions. + order: 1 + - certification: K12 + meaning: >- + The film may contain mild violence and adult themes. + Suitable for people aged 13 and above. + order: 2 + - certification: K15 + meaning: >- + The film may contain violence, drug abuse, and + softcore pornographic scenes. An ID card certifying + the age is required in all Greek cinemas and video + rental shops in order to get a cinema ticket or rent + a video of a + order: 3 + - certification: K18 + meaning: Not permitted to people under the age of 18. + order: 4 + HK: + - certification: I + meaning: '' + order: 1 + - certification: IIA + meaning: '' + order: 2 + - certification: IIB + meaning: '' + order: 3 + - certification: III + meaning: '' + order: 4 + HU: + - certification: '6' + meaning: Not recommended below age of 6. + order: 2 + - certification: '16' + meaning: Not recommended below age of 16. + order: 4 + - certification: KN + meaning: Without age restriction. + order: 1 + - certification: '18' + meaning: Not recommended below age of 18. + order: 5 + - certification: NR + meaning: No rating information. + order: 0 + - certification: '12' + meaning: Not recommended below age of 12. + order: 3 + - certification: X + meaning: Restricted below 18, for adults only. + order: 6 + ID: + - certification: SU + meaning: All ages. + order: 1 + - certification: 13+ + meaning: Suitable for ages 13 and above. + order: 2 + - certification: 17+ + meaning: Suitable for ages 17 and above. + order: 3 + - certification: 21+ + meaning: Suitable for ages 21 and above. + order: 4 + IE: + - certification: G + meaning: >- + Suitable for children of school going age (note: + children can be enrolled in school from the age of + 4). + order: 1 + - certification: PG + meaning: >- + Suitable for children over the age of 8. Parental + guidance is recommended for children under the age + of 12. + order: 2 + - certification: 12A + meaning: >- + Suitable for viewers of 12 and over. Younger + children may be admitted to the film at cinemas if + accompanied by an adult; on home video younger + viewers are not permitted to purchase/rent the + video. + order: 3 + - certification: 15A + meaning: >- + Suitable for viewers of 15 and over. Younger viewers + may be admitted to the film at cinemas if + accompanied by an adult; on home video younger + viewers are not permitted to purchase/rent the + video. + order: 4 + - certification: '16' + meaning: >- + Suitable for viewers of 16 and over. Younger viewers + are not admitted. + order: 5 + - certification: '18' + meaning: >- + Suitable only for adults. Viewers under 18 are not + admitted at cinemas or permitted to purchase/rent + the video. + order: 6 + - certification: '12' + meaning: >- + Suitable for viewers of 12 and over. Younger + children may be admitted to the film at cinemas if + accompanied by an adult; on home video younger + viewers are not permitted to purchase/rent the + video. + order: 3 + - certification: '15' + meaning: >- + Suitable for viewers of 15 and over. Younger viewers + may be admitted to the film at cinemas if + accompanied by an adult; on home video younger + viewers are not permitted to purchase/rent the + video. + order: 4 + IL: + - certification: All + meaning: '' + order: 1 + - certification: '12' + meaning: '' + order: 2 + - certification: '14' + meaning: '' + order: 3 + - certification: '16' + meaning: '' + order: 4 + - certification: '18' + meaning: '' + order: 5 + IN: + - certification: U + meaning: >- + Unrestricted Public Exhibition throughout India, + suitable for all age groups. Films under this + category should not upset children over 4. Such + films may contain educational, social or + family-oriented themes. Films under this category + may also contain fantasy violence and/or mild bad + language. + order: 1 + - certification: U/A 7+ + meaning: Viewable for 7 and above years old. + order: 2 + - certification: UA + meaning: >- + All ages admitted, but it is advised that children + below 12 be accompanied by a parent as the theme or + content may be considered intense or inappropriate + for young children. Films under this category may + contain mature themes, sexual references, mild sex + scenes, violence with brief gory images and/or + infrequent use of crude language. + order: 3 + - certification: U/A 13+ + meaning: Viewable for 13 and above years old. + order: 4 + - certification: U/A 16+ + meaning: Viewable for 16 and above years old. + order: 5 + - certification: A + meaning: >- + Restricted to adult audiences (18 years or over). + Nobody below the age of 18 may buy/rent an A-rated + DVD, VHS, UMD or watch a film in the cinema with + this rating. Films under this category may contain + adult/disturbing themes, frequent crude language, + brutal violence with blood and gore, strong sex + scenes and/or scenes of drug abuse which is + considered unsuitable for minors. + order: 6 + - certification: S + meaning: Restricted to any special class of persons. + order: 7 + IT: + - certification: NR + meaning: No rating information. + order: 0 + - certification: T + meaning: All ages admitted. + order: 1 + - certification: 6+ + meaning: Not suitable for children under 6. + order: 2 + - certification: 14+ + meaning: >- + Released to ages 14 and older; children who are at + least 12 may be admitted with adult accompaniment. + order: 3 + - certification: 18+ + meaning: >- + Released to ages 18 and older; children who are at + least 16 may be admitted with adult accompaniment. + order: 4 + JP: + - certification: G + meaning: General, suitable for all ages. + order: 1 + - certification: PG12 + meaning: >- + Parental guidance requested for young people under + 12 years. + order: 2 + - certification: R15+ + meaning: No one under 15 admitted. + order: 3 + - certification: R18+ + meaning: No one under 18 admitted. + order: 4 + KR: + - certification: ALL + meaning: Film suitable for all ages. + order: 0 + - certification: '12' + meaning: >- + Film intended for audiences 12 and over. Underage + audiences accompanied by a parent or guardian are + allowed. + order: 1 + - certification: '15' + meaning: >- + Film intended for audiences 15 and over. Underage + audiences accompanied by a parent or guardian are + allowed. + order: 2 + - certification: '19' + meaning: No one under 19 is allowed to watch this film. + order: 3 + - certification: Restricted Screening + meaning: >- + Film needs a certain restriction in screening or + advertisement as it is considered a highly bad + influence to universal human dignity, social value, + good customs or national emotion due to excessive + expression of nudity, violence, social behavior, + etc. (technically not an age restriction but films + with this rating may only be screened at + order: 4 + LT: + - certification: NR + meaning: No rating information. + order: 0 + - certification: V + meaning: Movies for the audience of all ages. + order: 1 + - certification: N-7 + meaning: >- + Movies for viewers from 7 years old. Younger than 7 + years of age, viewers of this index have been + featured only together with accompanying adult + persons. + order: 2 + - certification: N-13 + meaning: >- + Movies for viewers from 13 years of age. The viewers + from 7 to 13 years of age are allowed to enter this + index only together with accompanying adult persons. + order: 3 + - certification: N-16 + meaning: Movies for viewers from 16 years of age. + order: 4 + - certification: N-18 + meaning: Movies for viewers from 18 years of age. + order: 5 + LU: + - certification: A + meaning: '' + order: 1 + - certification: '6' + meaning: '' + order: 2 + - certification: '12' + meaning: '' + order: 3 + - certification: '16' + meaning: '' + order: 4 + - certification: '18' + meaning: '' + order: 5 + LV: + - certification: U + meaning: '' + order: 1 + - certification: 7+ + meaning: '' + order: 2 + - certification: 12+ + meaning: '' + order: 3 + - certification: 16+ + meaning: '' + order: 4 + - certification: 18+ + meaning: '' + order: 5 + MO: + - certification: A + meaning: '' + order: 1 + - certification: B + meaning: '' + order: 2 + - certification: C + meaning: '' + order: 3 + - certification: D + meaning: '' + order: 4 + MX: + - certification: AA + meaning: >- + Informative-only rating: Understandable for children + under 7 years. + order: 1 + - certification: A + meaning: 'Information-only rating: For all age groups.' + order: 2 + - certification: B + meaning: >- + Information-only rating: For adolescents 12 years + and older. + order: 3 + - certification: B-15 + meaning: >- + Information-only rating: Not recommended for + children under 15. + order: 4 + - certification: C + meaning: 'Restrictive rating: For adults 18 and older.' + order: 5 + - certification: D + meaning: >- + Restrictive rating: Adult movies (legally prohibited + to those under 18 years of age). + order: 6 + MY: + - certification: NR + meaning: No rating information. + order: 0 + - certification: U + meaning: >- + (Umum: "General Audiences") - For general audiences. + (Used by the majority of films screened in Malaysia + until 2008 but it continues only for television, + notably for RTM.) + order: 1 + - certification: P13 + meaning: >- + (Penjaga 13 : "Parental Guidance 13") - Children + under 13 not admitted unless accompanied by an + adult. (Introduced in 2006, this became the official + Malaysian motion picture rating system in 2008. The + "PG-13" rating was revised to "P13" from April 2012 + onwards to emphasize the use of Malay language + instead of English.) Passionate kissing scenes are + not allowed under a P13 rating. + order: 2 + - certification: 18SG + meaning: >- + (Seram, Ganas: "Graphic Violence and Horror/Terror") + - Film may contain strong violence, gore or + horror/terror people may find objectionable. + order: 3 + - certification: 18SX + meaning: >- + (Seks: "Sexual Content") - Film may contain sex + scenes, nudity or sexual dialogue/references people + may find objectionable (despite scenes of sex and + nudity being strictly censored off by the LPF.) + order: 4 + - certification: 18PA + meaning: >- + (Politik, Agama: "Strong Religious or Political + Elements") - Film may contain elements which include + religious, social or political aspects people may + find objectionable. Rarely used. + order: 5 + - certification: 18PL + meaning: >- + (Pelbagai: "Various") - Film may contain strong + violence, gore, horror/terror, sex scenes, nudity, + sexual dialogues/references, religious, social or + political aspects people may find objectionable. The + majority of the 18+ movies use this rating. For + example, a film with sex scenes and strong violence + will be classified as 18PL, despite scenes of sex + and nudity being strictly censored off by the LPF. + order: 6 + NL: + - certification: AL + meaning: All ages. + order: 1 + - certification: '6' + meaning: Potentially harmful to children under 6 years. + order: 2 + - certification: '9' + meaning: Potentially harmful to children under 9 years. + order: 3 + - certification: '12' + meaning: >- + Potentially harmful to children under 12 years; + broadcasting is not allowed before 8:00 pm. + order: 4 + - certification: '16' + meaning: >- + Potentially harmful to children under 16 years; + broadcasting is not allowed before 10:00 pm. + order: 6 + - certification: '14' + meaning: >- + Potentially harmful to children under 14 years; + broadcasting is not allowed before 8:00 pm. + order: 5 + - certification: '18' + meaning: >- + Potentially harmful to (and not allowed for) + children under 18 years; broadcasting is not allowed + before midnight. + order: 7 + 'NO': + - certification: '6' + meaning: >- + 6 years (no restriction for children accompanied by + an adult). + order: 2 + - certification: '9' + meaning: >- + 9 years (children down to 6 years accompanied by an + adult). + order: 3 + - certification: NR + meaning: No rating information. + order: 0 + - certification: '18' + meaning: ' 18 years (absolute lower limit).' + order: 6 + - certification: '15' + meaning: >- + 15 years (young down to 12 years accompanied by an + adult). + order: 5 + - certification: '12' + meaning: >- + 12 years (children down to 9 years accompanied by an + adult). + order: 4 + - certification: A + meaning: Suitable for all. + order: 1 + NZ: + - certification: G + meaning: Suitable for general audiences. + order: 1 + - certification: PG + meaning: Parental guidance recommended for younger viewers. + order: 2 + - certification: M + meaning: >- + Suitable for (but not restricted to) mature + audiences 16 years and up. + order: 3 + - certification: R13 + meaning: Restricted to persons 13 years of age and over. + order: 4 + - certification: R15 + meaning: Restricted to persons 15 years of age and over. + order: 6 + - certification: R16 + meaning: Restricted to persons 16 years of age and over. + order: 7 + - certification: R18 + meaning: Restricted to persons 18 years of age and over. + order: 9 + - certification: R + meaning: >- + Restricted to a particular class of persons, or for + particular purposes, or both. + order: 11 + - certification: RP13 + meaning: '' + order: 5 + - certification: RP16 + meaning: '' + order: 8 + - certification: RP18 + meaning: '' + order: 10 + PH: + - certification: NR + meaning: No rating information. + order: 0 + - certification: PG + meaning: >- + Viewers below 13 years old must be accompanied by a + parent or supervising adult. + order: 2 + - certification: X + meaning: >- + “X-rated” films are not suitable for public + exhibition. + order: 6 + - certification: R-18 + meaning: >- + Only viewers who are 18 years old and above can be + admitted. + order: 5 + - certification: R-16 + meaning: >- + Only viewers who are 16 years old and above can be + admitted. + order: 4 + - certification: G + meaning: Viewers of all ages are admitted. + order: 1 + - certification: R-13 + meaning: >- + Only viewers who are 13 years old and above can be + admitted. + order: 3 + PL: + - certification: AL + meaning: No age restrictions. + order: 1 + - certification: '7' + meaning: For minors from 7 years of age. + order: 2 + - certification: '12' + meaning: For minors from 12 years of age. + order: 3 + - certification: '16' + meaning: Allowed from 16 years of age. + order: 4 + - certification: '18' + meaning: Allowed from 18 years of age. + order: 5 + PR: + - certification: G + meaning: '' + order: 1 + - certification: PG + meaning: '' + order: 2 + - certification: PG-13 + meaning: '' + order: 3 + - certification: R + meaning: '' + order: 4 + - certification: NC-17 + meaning: '' + order: 5 + - certification: NR + meaning: '' + order: 0 + PT: + - certification: Públicos + meaning: >- + For all the public (especially designed for children + under 3 years of age). + order: 1 + - certification: M/3 + meaning: Passed for viewers aged 3 and older. + order: 2 + - certification: M/6 + meaning: Passed for viewers aged 6 and older. + order: 3 + - certification: M/12 + meaning: Passed for viewers aged 12 and older. + order: 4 + - certification: M/14 + meaning: Passed for viewers aged 14 and older. + order: 5 + - certification: M/16 + meaning: Passed for viewers aged 16 and older. + order: 6 + - certification: M/18 + meaning: Passed for viewers aged 18 and older. + order: 7 + - certification: P + meaning: >- + Special rating supplementary to the M/18 age rating + denoting pornography. + order: 8 + RO: + - certification: AP + meaning: General audience. + order: 1 + - certification: '12' + meaning: Parental guidance for children under 12. + order: 2 + - certification: '15' + meaning: Not recommended for children under 15. + order: 3 + - certification: '18' + meaning: Prohibited to minors under 18. + order: 4 + - certification: 18+ + meaning: >- + Prohibited to minors under 18 and projection in + public. + order: 5 + - certification: IC + meaning: Prohibition of communication. + order: 6 + RU: + - certification: 6+ + meaning: >- + (For children above 6) – Unsuitable for children + under 6. + order: 2 + - certification: 0+ + meaning: All ages are admitted. + order: 1 + - certification: 16+ + meaning: >- + (For children above 16) – Unsuitable for children + under 16. + order: 4 + - certification: 18+ + meaning: >- + (Prohibited for children) – Prohibited for children + under 18. + order: 5 + - certification: 12+ + meaning: >- + (For children above 12) – Unsuitable for children + under 12. + order: 3 + - certification: NR + meaning: No rating information. + order: 0 + SE: + - certification: '11' + meaning: >- + Children over the age of 7, who are accompanied by + an adult, are admitted to films that have been + passed for children from the age of 11. + order: 3 + - certification: NR + meaning: No rating information. + order: 0 + - certification: '15' + meaning: >- + Children over the age of 7, who are accompanied by + an adult, are admitted to films that have been + passed for children from the age of 11. Updated on + March 1, 2017. + order: 4 + - certification: Btl + meaning: All ages. + order: 1 + - certification: '7' + meaning: >- + Children under the age of 7, who are accompanied by + an adult (a person aged 18 or over), are admitted to + films that have been passed for children from the + age of 7. + order: 2 + SG: + - certification: G + meaning: Suitable for all ages. + order: 1 + - certification: PG + meaning: >- + Suitable for all but parents should guide their + young. + order: 2 + - certification: PG13 + meaning: >- + Suitable for persons aged 13 and above but parental + guidance is advised for children below 13. + order: 3 + - certification: NC16 + meaning: Suitable for persons aged 16 and above. + order: 4 + - certification: M18 + meaning: Suitable for persons aged 18 and above. + order: 5 + - certification: R21 + meaning: >- + Suitable for adults aged 21 and above (restricted to + licensed cinemas). + order: 6 + SK: + - certification: U + meaning: General audience. + order: 1 + - certification: '7' + meaning: Not recommended for children younger than 7 years. + order: 2 + - certification: '12' + meaning: Not recommended for people younger than 12 years. + order: 3 + - certification: '15' + meaning: Not recommended for people younger than 15 years. + order: 4 + - certification: '18' + meaning: Prohibited for minors under 18 years of age. + order: 5 + TH: + - certification: P + meaning: Educational. + order: 1 + - certification: G + meaning: General audience + order: 2 + - certification: '13' + meaning: Suitable for viewers aged 13 years and over. + order: 3 + - certification: '15' + meaning: Suitable for viewers aged 15 years and over + order: 4 + - certification: '18' + meaning: Suitable for viewers aged 18 years and over. + order: 5 + - certification: '20' + meaning: Content is unsuitable for viewers aged under 20 + order: 6 + - certification: Banned + meaning: >- + Films that are not allowed to screen publicly in + Thailand + order: 7 + TR: + - certification: Genel İzleyici Kitlesi + meaning: General audience. + order: 1 + - certification: 6A + meaning: >- + Viewers under the age of 6 may watch with + accompanying family members. + order: 2 + - certification: 6+ + meaning: Suitable for viewers aged 6 and over. + order: 3 + - certification: 10A + meaning: >- + Viewers under the age of 10 may watch with + accompanying family members. + order: 4 + - certification: 10+ + meaning: Suitable for viewers aged 10 and over. + order: 5 + - certification: 13A + meaning: >- + Viewers under the age of 13 may watch with + accompanying family members. + order: 6 + - certification: 13+ + meaning: Suitable for viewers aged 13 and over. + order: 7 + - certification: 16+ + meaning: Suitable for viewers aged 16 and over. + order: 8 + - certification: 18+ + meaning: Suitable for viewers aged 18 and over. + order: 9 + TW: + - certification: 0+ + meaning: Viewing is permitted for audiences of all ages. + order: 1 + - certification: 6+ + meaning: >- + Viewing is not permitted for children under 6; + children between 6 and 11 shall be accompanied and + given guidance by parents, teachers, seniors, or + adult relatives or friends. + order: 2 + - certification: 12+ + meaning: Viewing is not permitted for children under 12. + order: 3 + - certification: 15+ + meaning: Viewing is not permitted for those under 15. + order: 4 + - certification: 18+ + meaning: Viewing is not permitted for those under 18. + order: 5 + UA: + - certification: 0+ + meaning: Suitable for all ages. + order: 1 + - certification: 12+ + meaning: Suitable for persons aged 12 years and over. + order: 2 + - certification: 16+ + meaning: Suitable for persons aged 16 years and over. + order: 3 + - certification: 18+ + meaning: Suitable only for adults. + order: 4 + US: + - certification: R + meaning: >- + Under 17 requires accompanying parent or adult + guardian 21 or older. The parent/guardian is + required to stay with the child under 17 through the + entire movie, even if the parent gives the + child/teenager permission to see the film alone. + These films may contain strong profanity, graphic + sexuality, nudity, strong violence, horror, gore, + and strong drug use. A movie rated R for profanity + often has more severe or frequent language than the + PG-13 rating would permit. An R-rated movie may have + more blood, gore, drug use, nudity, or graphic + sexuality than a PG-13 movie would admit. + order: 4 + - certification: PG + meaning: >- + Some material may not be suitable for children under + 10. These films may contain some mild language, + crude/suggestive humor, scary moments and/or + violence. No drug content is present. There are a + few exceptions to this rule. A few racial insults + may also be heard. + order: 2 + - certification: NC-17 + meaning: >- + These films contain excessive graphic violence, + intense or explicit sex, depraved, abhorrent + behavior, explicit drug abuse, strong language, + explicit nudity, or any other elements which, at + present, most parents would consider too strong and + therefore off-limits for viewing by their children + and teens. NC-17 does not necessarily mean obscene + or pornographic in the oft-accepted or legal meaning + of those words. + order: 5 + - certification: G + meaning: >- + All ages admitted. There is no content that would be + objectionable to most parents. This is one of only + two ratings dating back to 1968 that still exists + today. + order: 1 + - certification: NR + meaning: No rating information. + order: 0 + - certification: PG-13 + meaning: >- + Some material may be inappropriate for children + under 13. Films given this rating may contain sexual + content, brief or partial nudity, some strong + language and innuendo, humor, mature themes, + political themes, terror and/or intense action + violence. However, bloodshed is rarely present. This + is the minimum rating at which drug content is + present. + order: 3 + VI: + - certification: G + meaning: All ages admitted. + order: 1 + - certification: PG + meaning: Some material may not be suitable for children. + order: 2 + - certification: PG-13 + meaning: >- + Some material may be inappropriate for children + under 13. + order: 3 + - certification: R + meaning: >- + Under 17 requires accompanying parent or adult + guardian. + order: 4 + - certification: NC-17 + meaning: No one 17 and under admitted. + order: 5 + - certification: NR + meaning: '' + order: 0 + ZA: + - certification: A + meaning: Suitable for all. + order: 1 + - certification: PG + meaning: Parental Guidance. + order: 2 + - certification: 7-9PG + meaning: >- + Not suitable for children under the age of 7. + Children aged 7–9 years old may not be admitted + unless accompanied by an adult. + order: 3 + - certification: 10-12PG + meaning: >- + Not suitable for children under the age of 10. + Children aged 10–12 years old may not be admitted + unless accompanied by an adult. + order: 4 + - certification: '13' + meaning: Not suitable for children under the age of 13. + order: 5 + - certification: '16' + meaning: Not suitable for persons under the age of 16. + order: 6 + - certification: '18' + meaning: Not suitable for persons under the age of 18. + order: 7 + - certification: X18 + meaning: >- + No one under 18 admitted; restricted to licensed + adult premises. + order: 8 + - certification: XX + meaning: Must not be distributed or exhibited in public. + order: 9 + /certification/tv/list: + get: + tags: + - CERTIFICATIONS + summary: TV Certifications + description: This endpoint Get an up to date list of the officially supported TV show certifications on TMDB. + operationId: tvCertifications + responses: + '200': + description: tv certifications + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: max-age=0, private, must-revalidate + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 16 Dec 2024 15:57:15 GMT + ETag: + schema: + type: string + example: W/"b51bde60c43b70480e766a464b3253eb" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: LKhRYdMKcjOSf_rkojd2--J74UhqYUGLhEe24W6WXgXflj1oAuqacA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + content: + application/json: + schema: + type: object + properties: + certifications: + type: object + properties: + AR: + type: array + items: + type: object + properties: + certification: + type: string + example: ATP + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for all audiences. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: ATP + meaning: Suitable for all audiences. + order: 1 + - certification: SAM 13 + meaning: Suitable for ages 13 and up. + order: 2 + - certification: SAM 16 + meaning: Suitable for ages 16 and up. + order: 3 + - certification: SAM 18 + meaning: Suitable for ages 18 and up. + order: 4 + description: Array of objects for film certifications in Argentina. + AT: + type: array + items: + type: object + properties: + certification: + type: string + example: AA + description: A code indicating the audience's suitability. + meaning: + type: string + example: alle Altersstufen + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AA + meaning: alle Altersstufen + order: 1 + - certification: '6' + meaning: Freigegeben ab 6 Jahren + order: 2 + - certification: '8' + meaning: Freigegeben ab 8 Jahren + order: 3 + - certification: '10' + meaning: Freigegeben ab 10 Jahren + order: 4 + - certification: '12' + meaning: Freigegeben ab 12 Jahren + order: 5 + - certification: '14' + meaning: Freigegeben ab 14 Jahren + order: 6 + - certification: '16' + meaning: Freigegeben ab 16 Jahren + order: 7 + description: This is an array of objects related to film certifications in Austria. + AU: + type: array + items: + type: object + properties: + certification: + type: string + example: P + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Programming is intended for younger children + 2–11; commercial stations must show at least 30 + minutes of P-rated content each weekday and + weekends at all times. No advertisements may be + shown during P-rated programs. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: P + meaning: >- + Programming is intended for younger children 2–11; + commercial stations must show at least 30 minutes + of P-rated content each weekday and weekends at + all times. No advertisements may be shown during + P-rated programs. + order: 1 + - certification: C + meaning: >- + Programming intended for older children 5–14; + commercial stations must show at least 30 minutes + of C-rated content each weekday between 7 a.m. and + 8 a.m. or between 4 p.m. and 8:30 p.m. A further 2 + and a half ours a week must also be shown either + within these time bands or between 7 a.m. and 8:30 + p.m. on weekends and school holidays, for a total + of five hours a week (averaged as 260 hours over + the course of a year). C-rated content is subject + to certain restrictions and limitations on + advertising (typically five minutes maximum per + 30-minute period or seven minutes including + promotions and community announcements). + order: 2 + - certification: G + meaning: >- + For general exhibition; all ages are permitted to + watch programming with this rating. + order: 3 + - certification: PG + meaning: >- + Parental guidance is recommended for young + viewers; PG-rated content may air at any time on + digital-only channels, otherwise, it should only + be broadcast between 8:30 a.m. and 4:00 p.m. and + between 7:00 p.m. and 6:00 a.m. on weekdays, and + between 10:00 a.m. and 6:00 a.m. on weekends. + order: 4 + - certification: M + meaning: >- + Recommended for mature audiences; M-rated content + may only be broadcast between 8:30 p.m. and 5:00 + a.m. on any day, and additionally between 12:00 + p.m. and 3:00 p.m. on schooldays. + order: 5 + - certification: MA 15+ + meaning: >- + Not suitable for children and teens under 15; + MA15+-rated programming may only be broadcast + between 9:00 p.m. and 5:00 a.m. on any given day. + Consumer advice is mandatory. Some R18+ rated + movies on DVD/Blu-ray are often re-edited on free + TV/cable channels to secure a more + order: 6 + - certification: R 18+ + meaning: >- + Not for children under 18; this is limited to + Adult + order: 8 + description: This is an array of objects related to film certifications in Australia. + BE: + type: array + items: + type: object + properties: + certification: + type: string + example: AL + description: A code indicating the audience's suitability. + meaning: + type: string + example: (cat.1) - Tous publics (No certification) + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AL + meaning: (cat.1) - Tous publics (No certification) + order: 1 + - certification: '6' + meaning: (cat. 2) + order: 2 + - certification: '9' + meaning: (cat. 3) + order: 3 + - certification: '12' + meaning: (cat.4) - Accord parental indispensable + order: 4 + - certification: '14' + meaning: (cat. 5) + order: 5 + - certification: '16' + meaning: (cat. 6) - Déconseillé aux moins de 16 ans + order: 6 + - certification: '18' + meaning: (cat. 7) - Déconseillé aux moins de 18 ans + order: 7 + description: Array of objects for film certifications in Belgium. + BG: + type: array + items: + type: object + properties: + certification: + type: string + example: Unrated + description: A code indicating the audience's suitability. + meaning: + type: string + example: Can be viewed for each age. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Unrated + meaning: Can be viewed for each age. + order: 1 + - certification: '12' + meaning: Content suitable for viewers over the age of 12. + order: 2 + - certification: '14' + meaning: Content suitable for viewers over the age of 14. + order: 3 + - certification: '16' + meaning: Content suitable for viewers over the age of 16. + order: 4 + - certification: '18' + meaning: >- + Content suitable for viewers over the age of 18. + Not allowed before 23:00. + order: 5 + description: Array of objects for film certifications in Bulgaria. + BR: + type: array + items: + type: object + properties: + certification: + type: string + example: '14' + description: A code indicating the audience's suitability. + meaning: + type: string + example: Content suitable for viewers over the age of 14. + description: An explanation for what the certification implies. + order: + type: number + example: 3 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '14' + meaning: Content suitable for viewers over the age of 14. + order: 3 + - certification: '16' + meaning: Content suitable for viewers over the age of 16. + order: 4 + - certification: L + meaning: Content is suitable for all audiences. + order: 0 + - certification: '10' + meaning: Content suitable for viewers over the age of 10. + order: 1 + - certification: '12' + meaning: Content suitable for viewers over the age of 12. + order: 2 + - certification: '18' + meaning: Content suitable for viewers over the age of 18. + order: 5 + description: Array of objects for film certifications in Brazil. + CA: + type: array + items: + type: object + properties: + certification: + type: string + example: Exempt + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Shows which are exempt from ratings (such as + news and sports programming) will not display an + on-screen rating at all. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Exempt + meaning: >- + Shows which are exempt from ratings (such as news + and sports programming) will not display an + on-screen rating at all. + order: 1 + - certification: C + meaning: >- + Programming suitable for children ages of 2–7 + years. No profanity or sexual content of any level + allowed. Contains little violence. + order: 2 + - certification: C8 + meaning: >- + Suitable for children ages 8+. Low level violence + and fantasy horror is allowed. No foul language is + allowed, but occasional + order: 3 + - certification: G + meaning: >- + Suitable for general audiences. Programming + suitable for the entire family with mild violence, + and mild profanity and/or censored language. + order: 4 + - certification: PG + meaning: >- + Parental guidance. Moderate violence and moderate + profanity is allowed, as is brief nudity and + sexual references if important to the context of + the story. + order: 5 + - certification: 14+ + meaning: >- + Programming intended for viewers ages 14 and + older. May contain strong violence and strong + profanity, and depictions of sexual activity as + long as they are within the context of a story. + order: 6 + - certification: 18+ + meaning: >- + Programming intended for viewers ages 18 and + older. May contain explicit violence and sexual + activity. Programming with this rating cannot air + before the watershed (9:00 p.m. to 6:00 a.m.). + order: 7 + description: Array of objects for film certifications in Canada. + CA-QC: + type: array + items: + type: object + properties: + certification: + type: string + example: 18+ + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Only to be viewed by adults and may contain + extreme violence and graphic sexual content. It + is mostly used for 18+ movies and pornography. + description: An explanation for what the certification implies. + order: + type: number + example: 5 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: 18+ + meaning: >- + Only to be viewed by adults and may contain + extreme violence and graphic sexual content. It is + mostly used for 18+ movies and pornography. + order: 5 + - certification: 13+ + meaning: >- + Appropriate – suitable for children 13 and up and + may contain with moderate violence, language, and + some sexual situations. + order: 3 + - certification: 8+ + meaning: >- + Appropriate for children 8 and up may contain with + little violence, language, and little to no sexual + situations. + order: 2 + - certification: 16+ + meaning: >- + Recommended for children over the age of 16 and + may contain with strong violence, strong language, + and strong sexual content. + order: 4 + - certification: NR + meaning: No rating information. + order: 0 + - certification: G + meaning: >- + Appropriate for all ages and must contain little + or no violence and little to no sexual content. + order: 1 + description: Array of objects for film certifications specifically in Quebec, Canada. + CH: + type: array + items: + type: object + properties: + certification: + type: string + example: '0' + description: A code indicating the audience's suitability. + meaning: + type: string + example: Can be aired at any time. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '0' + meaning: '' + order: 1 + - certification: '6' + meaning: ab 6 Jahren + order: 2 + - certification: '12' + meaning: ab 12 Jahren + order: 3 + - certification: '16' + meaning: ab 16 Jahren + order: 4 + - certification: '18' + meaning: ab 18 Jahren + order: 5 + description: Array of objects for film certifications in Switzerland. + CL: + type: array + items: + type: object + properties: + certification: + type: string + example: I + description: A code indicating the audience's suitability. + meaning: + type: string + example: Shows suitable for all children. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: I + meaning: Shows suitable for all children. + order: 1 + - certification: I7 + meaning: Shows for ages 7 or older. + order: 2 + - certification: I10 + meaning: Shows for ages 10 or older. + order: 3 + - certification: I12 + meaning: Shows for ages 12 or older. + order: 4 + - certification: F + meaning: >- + Shows suitable for all ages, regardless of + specific content. + order: 5 + - certification: R + meaning: Children under 12 accompanied by an adult. + order: 6 + - certification: A + meaning: For adult audiences only (ages 18 or older). + order: 7 + description: Array of objects for film certifications in Chile. + CZ: + type: array + items: + type: object + properties: + certification: + type: string + example: 0+ + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: 0+ + meaning: Suitable for all ages. + order: 1 + - certification: 5+ + meaning: Suitable for persons aged 5 years and over. + order: 2 + - certification: 7+ + meaning: Suitable for persons aged 7 years and over. + order: 3 + - certification: 9+ + meaning: Suitable for persons aged 9 years and over. + order: 4 + - certification: 12+ + meaning: Suitable for persons aged 12 years and over. + order: 5 + - certification: 15+ + meaning: Suitable for persons aged 15 years and over. + order: 6 + - certification: 18+ + meaning: Suitable only for adults. + order: 7 + description: Array of objects for film certifications in Czech Republic + DE: + type: array + items: + type: object + properties: + certification: + type: string + example: '0' + description: A code indicating the audience's suitability. + meaning: + type: string + example: Can be aired at any time. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '0' + meaning: Can be aired at any time. + order: 1 + - certification: '6' + meaning: Can be aired at any time. + order: 2 + - certification: '12' + meaning: >- + The broadcaster must take the decision about the + air time by taking in consideration the impact on + young children in the timeframe from 6:00am to + 8:00pm. + order: 3 + - certification: '16' + meaning: Can be aired only from 10:00pm Uhr to 6:00am. + order: 4 + - certification: '18' + meaning: Can be aired only from 11:00pm Uhr to 6:00am. + order: 5 + description: Array of objects for film certifications in Germany. + DK: + type: array + items: + type: object + properties: + certification: + type: string + example: A + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for a general audience. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: A + meaning: Suitable for a general audience. + order: 1 + - certification: '7' + meaning: Not recommended for children under 7. + order: 2 + - certification: '11' + meaning: For ages 11 and up. + order: 3 + - certification: '15' + meaning: For ages 15 and up. + order: 4 + description: Array of objects for film certifications in Denmark. + ES: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: ERI + meaning: Specially recommended for younger children. + order: 1 + - certification: TP + meaning: For general viewing. + order: 2 + - certification: '7' + meaning: Not recommended for viewers under the age of 7. + order: 3 + - certification: '10' + meaning: Not recommended for viewers under the age of 10. + order: 4 + - certification: '12' + meaning: Not recommended for viewers under the age of 12. + order: 5 + - certification: '13' + meaning: Not recommended for viewers under the age of 13. + order: 6 + - certification: '16' + meaning: Not recommended for viewers under the age of 16. + order: 7 + - certification: '18' + meaning: Not recommended for viewers under the age of 18. + order: 8 + description: Array of objects for film certifications in Spain. + FI: + type: array + items: + type: object + properties: + certification: + type: string + example: S + description: A code indicating the audience's suitability. + meaning: + type: string + example: Allowed at all times. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: S + meaning: Allowed at all times. + order: 0 + - certification: K7 + meaning: >- + Not allowed air before 7:00 a.m., not recommended + for children under 7. + order: 1 + - certification: K12 + meaning: >- + Not allowed air before 5:00 p.m., not recommended + for children under 12. + order: 2 + - certification: K16 + meaning: >- + Not allowed air before 9:00 p.m., not recommended + for children under 16. + order: 3 + - certification: K18 + meaning: >- + Not allowed air before 11:00 p.m., not recommended + for children under 18. + order: 4 + description: Array of objects for film certifications in Finland. + FR: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: '10' + meaning: >- + Not recommended for children under 10. Not allowed + in children's television series. + order: 2 + - certification: TP + meaning: Valid for all audiences. + order: 1 + - certification: '12' + meaning: >- + Not recommended for children under 12. Not allowed + air before 10:00 p.m. Some channels and programs + are subject to exception. + order: 3 + - certification: '16' + meaning: >- + Not recommended for children under 16. Not allowed + air before 10:30 p.m. Some channels and programs + are subject to exception. + order: 4 + - certification: '18' + meaning: >- + Not recommended for persons under 18. Allowed + between midnight and 5 a.m. and only in some + channels, access to these programs is locked by a + personal password. + order: 5 + description: Array of objects for film certifications in France. + GB: + type: array + items: + type: object + properties: + certification: + type: string + example: U + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + The U symbol stands for Universal. A U film + should be suitable for audiences aged four years + and over. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: U + meaning: >- + The U symbol stands for Universal. A U film should + be suitable for audiences aged four years and + over. + order: 0 + - certification: PG + meaning: >- + PG stands for Parental Guidance. This means a film + is suitable for general viewing, but some scenes + may be unsuitable for young children. A PG film + should not unsettle a child aged around eight or + older. + order: 1 + - certification: 12A + meaning: >- + Films classified 12A and video works classified 12 + contain material that is not generally suitable + for children aged under 12. 12A requires an adult + to accompany any child under 12 seeing a 12A film + at the cinema. + order: 2 + - certification: '12' + meaning: >- + Films classified 12A and video works classified 12 + contain material that is not generally suitable + for children aged under 12. + order: 3 + - certification: '15' + meaning: >- + No-one under 15 is allowed to see a 15 film at the + cinema or buy/rent a 15 rated video. 15 rated + works are not suitable for children under 15 years + of age. + order: 4 + - certification: '18' + meaning: >- + Films rated 18 are for adults. No-one under 18 is + allowed to see an 18 film at the cinema or buy / + rent an 18 rated video. No 18 rated works are + suitable for children. + order: 5 + - certification: R18 + meaning: >- + The R18 category is a special and + legally-restricted classification primarily for + explicit works of consenting sex or strong fetish + material involving adults. + order: 6 + description: Array of objects for film certifications in Great Britain. + GR: + type: array + items: + type: object + properties: + certification: + type: string + example: K + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: K + meaning: Suitable for all ages. + order: 1 + - certification: '8' + meaning: >- + Suitable for ages 8 and up (allowed only 30 + minutes after the kid-friendly zone). + order: 2 + - certification: '12' + meaning: >- + Suitable for ages 12 and up (allowed only between + 9:30 p.m. and 6:00 a.m., or between 10:00 p.m. and + 6:00 a.m. during Fridays, Saturdays and school + holidays). + order: 3 + - certification: '16' + meaning: >- + Suitable for ages 16 and up (allowed only between + 11:00 p.m. and 6:00 a.m.). + order: 4 + - certification: '18' + meaning: >- + Suitable for ages 18 and up (allowed only between + 1:00 a.m. and 6:00 a.m.). + order: 5 + description: Array of objects for film certifications in Greece. + HU: + type: array + items: + type: object + properties: + certification: + type: string + example: Unrated + description: A code indicating the audience's suitability. + meaning: + type: string + example: Without age restriction. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Unrated + meaning: Without age restriction. + order: 1 + - certification: Children + meaning: >- + Programs recommended for children. It is an + optional rating, there is no obligation for + broadcasters to indicate it. + order: 2 + - certification: '16' + meaning: >- + Programs not recommended for teens and children + below the age of 16, may contain more intensive + violence and sexual content. A yellow circle with + the number 16 written inside is used for this + rating. + order: 5 + - certification: '18' + meaning: >- + The program is recommended only for adult viewers + (for ages 18 and up), may contain explicit + violence and explicit sexual content. A red circle + with the number 18 written inside is used for this + rating (the red circle was also used until 2002, + but it did not contain any number in it). + order: 6 + - certification: NR + meaning: No rating information. + order: 0 + - certification: '6' + meaning: >- + Programs not recommended for children below the + age of 6, may not contain any violence or sexual + content. A yellow circle with the number 6 written + inside is used for this rating. + order: 3 + - certification: '12' + meaning: >- + Programs not recommended for children below the + age of 12, may contain light sexual content or + explicit language. Most films without serious + violence or sexual content fit into this category + as well. A yellow circle with the number 12 + written inside is used for this rating. + order: 4 + description: Array of objects for film certifications in Hungary. + + ID: + type: array + items: + type: object + properties: + certification: + type: string + example: SU + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Suitable for general audiences over the age of 2 + years. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: SU + meaning: >- + Suitable for general audiences over the age of 2 + years. + order: 1 + - certification: P + meaning: >- + Suitable for pre-school children from ages 2 + through 6. + order: 2 + - certification: A + meaning: Suitable for children from ages 7 through 12. + order: 3 + - certification: R + meaning: Suitable for teens from ages 13 through 17. + order: 4 + - certification: D + meaning: >- + Suitable for viewers over 18 and older. Programmes + with this rating are aired from 10.00 PM to 03.00 + AM. + order: 5 + description: Array of objects for film certifications in Indonesia. + IE: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: General - Suitable for all + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: General - Suitable for all + order: 1 + - certification: PG + meaning: PG - Parental Guidance + order: 2 + - certification: '12' + meaning: 12A - No-one younger than 12. + order: 3 + - certification: '15' + meaning: 15A - No-one younger than 15. + order: 4 + - certification: '16' + meaning: Minimum age for admission is 16 + order: 5 + - certification: '18' + meaning: 18 - No-one younger than 18. + order: 6 + description: Array of objects for film certifications in Ireland. + IL: + type: array + items: + type: object + properties: + certification: + type: string + example: E + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Exempt from classification. This rating is + usually applied to live broadcasts. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: E + meaning: >- + Exempt from classification. This rating is usually + applied to live broadcasts. + order: 1 + - certification: G + meaning: >- + General Audiences. Anyone, regardless of age, can + watch the programme. + order: 1 + - certification: 12+ + meaning: Suitable for children 12 and over only. + order: 2 + - certification: 15+ + meaning: Suitable for teens 15 and over only. + order: 3 + - certification: 18+ + meaning: Suitable for adults 18 and over only. + order: 4 + description: Array of objects for film certifications in Israel. + IN: + type: array + items: + type: object + properties: + certification: + type: string + example: U + description: A code indicating the audience's suitability. + meaning: + type: string + example: Viewable for all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: U + meaning: Viewable for all ages. + order: 1 + - certification: U/A 7+ + meaning: Viewable for 7 and above years old. + order: 2 + - certification: U/A 13+ + meaning: Viewable for 13 and above years old. + order: 3 + - certification: U/A 16+ + meaning: Viewable for 16 and above years old. + order: 4 + - certification: A + meaning: Viewable only for adults. + order: 5 + description: Array of objects for film certifications in India. + IT: + type: array + items: + type: object + properties: + certification: + type: string + example: T + description: A code indicating the audience's suitability. + meaning: + type: string + example: All ages admitted. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: T + meaning: All ages admitted. + order: 1 + - certification: BA + meaning: Parental guidance suggested. + order: 2 + - certification: VM12 + meaning: Not recommended for children under 12. + order: 3 + - certification: VM14 + meaning: Not recommended for children under 14. + order: 4 + - certification: VM18 + meaning: Not recommended for children under 18. + order: 5 + description: Array of objects for film certifications in Italy. + KR: + type: array + items: + type: object + properties: + certification: + type: string + example: Exempt + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + This rating is only for knowledge based game + shows; lifestyle shows; documentary shows; news; + current topic discussion shows; + education/culture shows; sports that excludes + MMA or other violent sports; and other programs + that Korea Communications Standards Commission + recognizes. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Exempt + meaning: >- + This rating is only for knowledge based game + shows; lifestyle shows; documentary shows; news; + current topic discussion shows; education/culture + shows; sports that excludes MMA or other violent + sports; and other programs that Korea + Communications Standards Commission recognizes. + order: 1 + - certification: ALL + meaning: >- + This rating is for programming that is appropriate + for all ages. This program usually involves + programs designed for children or families. + order: 2 + - certification: '7' + meaning: >- + This rating is for programming that may contain + material inappropriate for children younger than + 7, and parental discretion should be used. Some + cartoon programming not deemed strictly as + order: 3 + - certification: '12' + meaning: >- + This rating is for programs that may deemed + inappropriate for those younger than 12, and + parental discretion should be used. Usually used + for animations that have stronger themes or + violence then those designed for children, or for + reality shows that have mild violence, themes, or + language. + order: 4 + - certification: '15' + meaning: >- + This rating is for programs that contain material + that may be inappropriate for children under 15, + and that parental discretion should be used. + Examples include most dramas, and talk shows on + OTA (over-the-air) TV (KBS, MBC, SBS), and many + American TV shows/dramas on Cable TV channels like + OCN and OnStyle. The programs that have this + rating may include moderate or strong adult + themes, language, sexual inference, and violence. + As with the TV-MA rating in North America, this + rating is commonly applied to live events where + the occurrence of inappropriate dialogue is + unpredictable. Since 2007, this rating is the most + used rating for TV. + order: 5 + - certification: '19' + meaning: >- + This rating is for programs that are intended for + adults only. 19-rated programming cannot air + during the hours of 7:00AM to 9:00AM, and 1:00PM + to 10:00PM. Programmes that receive this rating + will almost certainly have adult themes, sexual + situations, frequent use of strong language and + disturbing scenes of violence. + order: 6 + description: Array of objects for film certifications in South Korea. + LT: + type: array + items: + type: object + properties: + certification: + type: string + example: S + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Intended for adult viewers from the age of 18 + (corresponding to the age-appropriate index + N-18) and broadcast between 23 (11pm) and 6 + (6am) hours; Limited to minors and intended for + adult audiences. + description: An explanation for what the certification implies. + order: + type: number + example: 3 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: S + meaning: >- + Intended for adult viewers from the age of 18 + (corresponding to the age-appropriate index N-18) + and broadcast between 23 (11pm) and 6 (6am) hours; + Limited to minors and intended for adult + audiences. + order: 3 + - certification: N-14 + meaning: >- + Intended for viewers from 14 years of age and + broadcast from 21 (9pm) to 6 (6am) hours. + order: 2 + - certification: NR + meaning: No rating information. + order: 0 + - certification: N-7 + meaning: Intended for viewers from 7 years old. + order: 1 + description: Array of objects for film certifications in Lithuania. + LU: + type: array + items: + type: object + properties: + certification: + type: string + example: Tous + description: A code indicating the audience's suitability. + meaning: + type: string + example: (cat.1) - Tous publics (No certification) + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Tous + meaning: (cat.1) - Tous publics (No certification) + order: 1 + - certification: '10' + meaning: (cat.2) + order: 2 + - certification: '12' + meaning: (cat.3) - Accord parental indispensable + order: 3 + - certification: '16' + meaning: (cat.4) - Déconseillé aux moins de 16 ans + order: 4 + - certification: '18' + meaning: (cat.5) - Déconseillé aux moins de 18 ans + order: 5 + description: Array of objects for film certifications in Luxembourg. + MA: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: All audiences. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: All audiences. + order: 0 + - certification: '10' + meaning: Not recommended for under 10. + order: 1 + - certification: '12' + meaning: Not recommended for under 12. + order: 2 + - certification: '16' + meaning: Not recommended for under 16. + order: 3 + description: Array of objects for film certifications in Morocco. + MX: + type: array + items: + type: object + properties: + certification: + type: string + example: AA + description: A code indicating the audience's suitability. + meaning: + type: string + example: Aimed at children (can be broadcast anytime). + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: AA + meaning: Aimed at children (can be broadcast anytime). + order: 1 + - certification: A + meaning: Appropriate for all ages. + order: 2 + - certification: B + meaning: >- + Designed for ages 12 and older (allowed only + between 16:00 and 05:59). + order: 3 + - certification: B-15 + meaning: >- + Designed for ages 15 and up (allowed only between + 19:00 and 05:59). + order: 4 + - certification: C + meaning: >- + Designed to be viewed by adults aged 18 or older + (allowed only between 21:00 and 05:59). + order: 5 + - certification: D + meaning: >- + Exclusively for adults aged 18 or older (allowed + only between midnight and 05:00). + order: 6 + description: Array of objects for film certifications in Mexico. + MY: + type: array + items: + type: object + properties: + certification: + type: string + example: U + description: A code indicating the audience's suitability. + meaning: + type: string + example: No age limit. Can be broadcast anytime. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: U + meaning: No age limit. Can be broadcast anytime. + order: 1 + - certification: P13 + meaning: >- + Viewers under 13 years of age need + parental/guardian supervision while viewing. Can + be broadcast anytime, but some elements may only + be broadcast at night. + order: 2 + - certification: '18' + meaning: >- + For viewers 18 and above. Cannot be broadcast + before 10:00 PM. + order: 3 + description: Array of objects for film certifications in Malaysia. + NL: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: AL + meaning: Not harmful / All Ages. + order: 1 + - certification: '6' + meaning: Take care with children under 6. + order: 2 + - certification: '9' + meaning: Take care with children under 9. + order: 3 + - certification: '12' + meaning: Take care with children under 12. + order: 4 + - certification: '16' + meaning: Take care with children under 16. + order: 6 + - certification: '14' + meaning: Take care with children under 14. + order: 5 + - certification: '18' + meaning: Take care with children under 18. + order: 7 + description: Array of objects for film certifications in the Netherlands. + 'NO': + type: array + items: + type: object + properties: + certification: + type: string + example: A + description: A code indicating the audience's suitability. + meaning: + type: string + example: Allowed at all times. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: A + meaning: Allowed at all times. + order: 1 + - certification: '6' + meaning: Allowed at all times. + order: 2 + - certification: '9' + meaning: Allowed at all times. + order: 3 + - certification: '12' + meaning: Only allowed during the period 19.00 – 05.30. + order: 4 + - certification: '15' + meaning: Only allowed during the period 21.00 – 05.30. + order: 5 + - certification: '18' + meaning: Only allowed during the period 21.00 – 05.30. + order: 6 + description: Array of objects for film certifications in Norway. + NZ: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: Approved for general viewing. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: Approved for general viewing. + order: 1 + - certification: PG + meaning: Parental Guidance recommended for younger viewers. + order: 2 + - certification: M + meaning: Suitable for mature audiences 16 years and over. + order: 3 + - certification: '16' + meaning: People under 16 years should not view. + order: 4 + - certification: '18' + meaning: People under 18 years should not view. + order: 5 + description: Array of objects for film certifications in New Zealand. + PH: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: G + meaning: >- + Suitable for all ages. Material for television, + which in the judgment of the Board does not + contain anything unsuitable for children. + order: 1 + - certification: PG + meaning: >- + Parental guidance suggested. Material for + television, which, in the judgment of the Board, + may contain some adult material that may be + permissible for children to watch but only under + the guidance and supervision of a parent or adult. + order: 2 + - certification: SPG + meaning: >- + Stronger and more vigilant parental guidance is + suggested. Programs classified as “SPG” may + contain more serious topic and theme, which may + not be advisable for children to watch except + under the very vigilant guidance and presence of a + parent or an adult. + order: 3 + - certification: X + meaning: >- + Any television program that does not conform to + the “G”, “PG”, and “SPG” classification shall be + disapproved for television broadcast. + order: 4 + description: Array of objects for film certifications in the Philippines. + PL: + type: array + items: + type: object + properties: + certification: + type: string + example: '0' + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Positive or neutral view of the world, little to + no violence, non-sexual love, and no sexual + content. + description: An explanation for what the certification implies. + order: + type: number + example: 2 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: '0' + meaning: >- + Positive or neutral view of the world, little to + no violence, non-sexual love, and no sexual + content. + order: 2 + - certification: '7' + meaning: >- + As above; may additionally contain some mild + language, bloodless violence, and a more negative + view of the world. + order: 3 + - certification: '12' + meaning: >- + May contain some foul language, some violence, and + some sexual content. + order: 4 + - certification: '16' + meaning: >- + Deviant social behaviour, world filled with + violence and sexuality, simplified picture of + adulthood, display of physical force, especially + in controversial social context (against or by + parents, teachers, etc.), immoral behaviour + without ethic dilemma, putting the blame on the + victim, excessive concentration on material + possessions. + order: 5 + - certification: '18' + meaning: >- + One-sided display of the joys of adult life + without showing responsibilities (e.g. work), + social justification of violent behaviour, + excessive vulgarity, use of racial slurs and + social stereotypes, explicit sexual content, + praise of aggression or vulgarity, access to these + programs is locked by a personal password. + order: 6 + - certification: AL + meaning: No age restrictions. + order: 1 + description: Array of objects for film certifications in Poland. + PR: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'No rating information' + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: '' + order: 0 + - certification: TV-MA + meaning: '' + order: 6 + - certification: TV-Y + meaning: '' + order: 1 + - certification: TV-Y7 + meaning: '' + order: 2 + - certification: TV-G + meaning: '' + order: 3 + - certification: TV-PG + meaning: '' + order: 4 + - certification: TV-14 + meaning: '' + order: 5 + description: Array of objects for film certifications in Puerto Rico. + PT: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: T + meaning: Todos (suitable for all). + order: 1 + - certification: 10AP + meaning: >- + Acompanhamento Parental (may not be suitable for + children under 10, parental guidance advised). + order: 2 + - certification: 12AP + meaning: >- + Acompanhamento Parental (may not be suitable for + children under 12, parental guidance advised). + order: 3 + - certification: '16' + meaning: >- + Not suitable for children under 16, access to + these programs is locked by a personal password. + order: 4 + description: Array of objects for film certifications in Portugal. + RO: + type: array + items: + type: object + properties: + certification: + type: string + example: Unrated + description: A code indicating the audience's suitability. + meaning: + type: string + example: Programmes can be viewed by any age. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Unrated + meaning: Programmes can be viewed by any age. + order: 1 + - certification: AP + meaning: >- + Programmes are recommended for children with + parental guidance, may not contain any violence or + sexual content. + order: 2 + - certification: '12' + meaning: >- + Programmes not recommended for children below the + age of 12, may contain light sexual content or + explicit language. + order: 3 + - certification: '15' + meaning: >- + Programmes not recommended for teens and children + below the age of 15, may contain more intensive + violence and sexual content. + order: 4 + - certification: '18' + meaning: >- + The programme is recommended for adult viewers + (for ages 18 and up), may contain explicit + violence and explicit sexual content. + order: 5 + description: Array of objects for film certifications in Romania. + RU: + type: array + items: + type: object + properties: + certification: + type: string + example: 16+ + description: A code indicating the audience's suitability. + meaning: + type: string + example: Only teens the age of 16 or older can watch. + description: An explanation for what the certification implies. + order: + type: number + example: 4 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: 16+ + meaning: Only teens the age of 16 or older can watch. + order: 4 + - certification: 18+ + meaning: Restricted to People 18 or Older. + order: 5 + - certification: 6+ + meaning: Only kids the age of 6 or older can watch. + order: 2 + - certification: 12+ + meaning: Only kids the age of 12 or older can watch. + order: 3 + - certification: 0+ + meaning: Can be watched by Any Age. + order: 1 + description: Array of objects for film certifications in Russia. + SE: + type: array + items: + type: object + properties: + certification: + type: string + example: Btl + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'Adult Audiences' + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Btl + meaning: '' + order: 1 + - certification: Från 7 år + meaning: '' + order: 2 + - certification: Från 11 år + meaning: '' + order: 3 + - certification: Från 15 år + meaning: '' + order: 4 + description: Array of objects for film certifications in Sweden. + SG: + type: array + items: + type: object + properties: + certification: + type: string + example: G + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'General - Suitable for all' + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: G + meaning: '' + order: 1 + - certification: PG + meaning: '' + order: 2 + - certification: PG13 + meaning: '' + order: 3 + - certification: NC16 + meaning: '' + order: 4 + - certification: M18 + meaning: '' + order: 5 + - certification: R21 + meaning: Suitable for adults aged 21 and above. + order: 6 + description: Array of objects for film certifications in Singapore. + SK: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: No rating information. + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: No rating information. + order: 0 + - certification: '7' + meaning: Content suitable for children over 6 years. + order: 2 + - certification: U + meaning: Content suitable for all children. + order: 1 + - certification: '12' + meaning: Content suitable for children over 12 years. + order: 3 + - certification: '15' + meaning: Content suitable for teens over 15 years. + order: 4 + - certification: '18' + meaning: Content exclusively for adults. + order: 5 + description: Array of objects for film certifications in Slovakia. + TH: + type: array + items: + type: object + properties: + certification: + type: string + example: ส + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + Sor - Educational movies which the public should + be encouraged to see. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: ส + meaning: >- + Sor - Educational movies which the public should + be encouraged to see. + order: 1 + - certification: ท + meaning: >- + Tor - G Movies appropriate for the general public. + No sex, abusive language or violence. + order: 2 + - certification: น 13+ + meaning: >- + Nor 13+ Movies appropriate for audiences aged 13 + and older. + order: 3 + - certification: น 15+ + meaning: >- + Nor 15+ Movies appropriate for audiences aged 15 + and older. Some violence, brutality, inhumanity, + bad language or indecent gestures allowed. + order: 4 + - certification: น 18+ + meaning: >- + Nor 18+ Movies appropriate for audiences aged 18 + and older. + order: 5 + - certification: ฉ 20- + meaning: >- + Chor 20 - Movies prohibited for audiences aged + below 20. + order: 6 + - certification: '-' + meaning: Banned. + order: 7 + description: Array of objects for film certifications in Thailand. + TR: + type: array + items: + type: object + properties: + certification: + type: string + example: Genel İzleyici + description: A code indicating the audience's suitability. + meaning: + type: string + example: General audience. Suitable for all ages. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: Genel İzleyici + meaning: General audience. Suitable for all ages. + order: 1 + - certification: 7+ + meaning: Suitable for ages 7 and over. + order: 2 + - certification: 13+ + meaning: Suitable for ages 13 and over. + order: 3 + - certification: 18+ + meaning: Suitable for ages 18 and over. + order: 4 + description: Array of objects for film certifications in Turkey. + TW: + type: array + items: + type: object + properties: + certification: + type: string + example: 0+ + description: A code indicating the audience's suitability. + meaning: + type: string + example: Suitable for watching by general audiences. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: 0+ + meaning: Suitable for watching by general audiences. + order: 1 + - certification: 6+ + meaning: >- + Not suitable for viewing by children under the age + of six; children over six and under the age of + twelve can view if accompanied by parents, teacher + or an adult relative. + order: 2 + - certification: 12+ + meaning: >- + Not suitable for viewing by children under the age + of twelve, split from the former rating Parental + Guidance. + order: 3 + - certification: 15+ + meaning: >- + Not suitable for viewing by people under the age + of fifteen, split from the former rating Parental + Guidance. + order: 4 + - certification: 18+ + meaning: >- + Not suitable for viewing by people under the age + of eighteen. + order: 4 + description: Array of objects for film certifications in Taiwan. + UA: + type: array + items: + type: object + properties: + certification: + type: string + example: 0+ + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'Viewing is permitted for audiences of all ages' + description: An explanation for what the certification implies. + order: + type: number + example: 2 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: 0+ + meaning: '' + order: 2 + - certification: UR + meaning: '' + order: 1 + - certification: 9+ + meaning: Suitable for persons aged 9 years and over. + order: 3 + - certification: 12+ + meaning: Suitable for persons aged 12 years and over. + order: 4 + - certification: 16+ + meaning: Suitable for persons aged 16 years and over. + order: 5 + - certification: 18+ + meaning: Suitable only for adults. + order: 6 + description: Array of objects for film certifications in Ukraine. + US: + type: array + items: + type: object + properties: + certification: + type: string + example: TV-MA + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + This program is specifically designed to be + viewed by adults and therefore may be unsuitable + for children under 17. + description: An explanation for what the certification implies. + order: + type: number + example: 6 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: TV-MA + meaning: >- + This program is specifically designed to be viewed + by adults and therefore may be unsuitable for + children under 17. + order: 6 + - certification: TV-Y + meaning: >- + This program is designed to be appropriate for all + children. + order: 1 + - certification: TV-14 + meaning: >- + This program contains some material that many + parents would find unsuitable for children under + 14 years of age. + order: 5 + - certification: NR + meaning: No rating information. + order: 0 + - certification: TV-PG + meaning: >- + This program contains material that parents may + find unsuitable for younger children. + order: 4 + - certification: TV-Y7 + meaning: >- + This program is designed for children age 7 and + above. + order: 2 + - certification: TV-G + meaning: >- + Most parents would find this program suitable for + all ages. + order: 3 + description: Array of objects for film certifications in the United States. + VI: + type: array + items: + type: object + properties: + certification: + type: string + example: NR + description: A code indicating the audience's suitability. + meaning: + type: string + example: 'No rating information.' + description: An explanation for what the certification implies. + order: + type: number + example: 0 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: NR + meaning: '' + order: 0 + - certification: TV-Y + meaning: '' + order: 1 + - certification: TV-Y7 + meaning: '' + order: 2 + - certification: TV-G + meaning: '' + order: 3 + - certification: TV-PG + meaning: '' + order: 4 + - certification: TV-14 + meaning: '' + order: 5 + - certification: TV-MA + meaning: '' + order: 6 + description: Array of objects for film certifications in the U.S. Virgin Islands. + ZA: + type: array + items: + type: object + properties: + certification: + type: string + example: All + description: A code indicating the audience's suitability. + meaning: + type: string + example: >- + This is a programme/film that does not contain + any obscenity, and is suitable for family + viewing. A logo must be displayed in the corner + of the screen for 30 seconds after each + commercial break. + description: An explanation for what the certification implies. + order: + type: number + example: 1 + description: A numerical value that indicates the ranking of the certification, with a lower number typically meaning fewer restrictions (more appropriate for younger audiences). + example: + - certification: All + meaning: >- + This is a programme/film that does not contain any + obscenity, and is suitable for family viewing. A + logo must be displayed in the corner of the screen + for 30 seconds after each commercial break. + order: 1 + - certification: PG + meaning: >- + Children under 6 may watch this programme/film, + but must be accompanied by an adult. This program + contains an adult related theme, which might + include very mild language, violence and sexual + innuendo. A logo must be displayed in the corner + of the screen for one minute after each commercial + break. + order: 2 + - certification: '13' + meaning: >- + Children under 13 are prohibited from watching + this programme/film. This programme contains mild + language, violence and sexual innuendo. A logo + must be displayed in the corner of the screen for + two minutes after each commercial break. + order: 3 + - certification: '16' + meaning: >- + Children under 16 are prohibited from watching + this programme/film. It contains moderate + violence, language, and some sexual situations. In + the case of television, this programme may only be + broadcast after 9pm–4:30am. A logo must be + displayed in the corner of the screen for five + minutes after each commercial break. A full-screen + warning must be issued before the start of the + programme. If the programme is longer than an + hour, a warning must be displayed every half an + hour. + order: 4 + - certification: '18' + meaning: >- + Children under 18 are prohibited from watching + this programme/film. It contains extreme violence, + language and/or graphic sexual content. In the + case of television, this program may only be + broadcast from 10pm–4:30am. A logo must be + displayed in the corner of the screen for the + duration of the programme. A full-screen warning + must be issued before the start of the programme + and after each commercial break. + order: 5 + - certification: X18 + meaning: >- + This is reserved for films of an extreme sexual + nature (pornography). X18 films may only be + distributed in the form of video and DVD in a + controlled environment (e.g. adult shops). No + public viewing of this film may take place. X18 + films may not be broadcast on television and in + cinemas. This has been breached twice by e.tv, + where the softcore (borderline hardcore) + Emmanuelle was screened. The X18 rating does not + refer to child pornography/child sexual abuse—due + to being banned by the Film and Publication Board. + order: 6 + description: Array of objects for film certifications in South Africa. + examples: + tv certifications: + value: + certifications: + AR: + - certification: ATP + meaning: Suitable for all audiences. + order: 1 + - certification: SAM 13 + meaning: Suitable for ages 13 and up. + order: 2 + - certification: SAM 16 + meaning: Suitable for ages 16 and up. + order: 3 + - certification: SAM 18 + meaning: Suitable for ages 18 and up. + order: 4 + AT: + - certification: AA + meaning: alle Altersstufen + order: 1 + - certification: '6' + meaning: Freigegeben ab 6 Jahren + order: 2 + - certification: '8' + meaning: Freigegeben ab 8 Jahren + order: 3 + - certification: '10' + meaning: Freigegeben ab 10 Jahren + order: 4 + - certification: '12' + meaning: Freigegeben ab 12 Jahren + order: 5 + - certification: '14' + meaning: Freigegeben ab 14 Jahren + order: 6 + - certification: '16' + meaning: Freigegeben ab 16 Jahren + order: 7 + AU: + - certification: P + meaning: >- + Programming is intended for younger children 2–11; + commercial stations must show at least 30 minutes of + P-rated content each weekday and weekends at all + times. No advertisements may be shown during P-rated + programs. + order: 1 + - certification: C + meaning: >- + Programming intended for older children 5–14; + commercial stations must show at least 30 minutes of + C-rated content each weekday between 7 a.m. and 8 + a.m. or between 4 p.m. and 8:30 p.m. A further 2 and + a half ours a week must also be shown either within + these time bands or between 7 a.m. and 8:30 p.m. on + weekends and school holidays, for a total of five + hours a week (averaged as 260 hours over the course + of a year). C-rated content is subject to certain + restrictions and limitations on advertising + (typically five minutes maximum per 30-minute period + or seven minutes including promotions and community + announcements). + order: 2 + - certification: G + meaning: >- + For general exhibition; all ages are permitted to + watch programming with this rating. + order: 3 + - certification: PG + meaning: >- + Parental guidance is recommended for young viewers; + PG-rated content may air at any time on digital-only + channels, otherwise, it should only be broadcast + between 8:30 a.m. and 4:00 p.m. and between 7:00 + p.m. and 6:00 a.m. on weekdays, and between 10:00 + a.m. and 6:00 a.m. on weekends. + order: 4 + - certification: M + meaning: >- + Recommended for mature audiences; M-rated content + may only be broadcast between 8:30 p.m. and 5:00 + a.m. on any day, and additionally between 12:00 p.m. + and 3:00 p.m. on schooldays. + order: 5 + - certification: MA 15+ + meaning: >- + Not suitable for children and teens under 15; + MA15+-rated programming may only be broadcast + between 9:00 p.m. and 5:00 a.m. on any given day. + Consumer advice is mandatory. Some R18+ rated movies + on DVD/Blu-ray are often re-edited on free TV/cable + channels to secure a more + order: 6 + - certification: R 18+ + meaning: 'Not for children under 18; this is limited to Adult ' + order: 8 + BE: + - certification: AL + meaning: (cat.1) - Tous publics (No certification) + order: 1 + - certification: '6' + meaning: (cat. 2) + order: 2 + - certification: '9' + meaning: (cat. 3) + order: 3 + - certification: '12' + meaning: (cat.4) - Accord parental indispensable + order: 4 + - certification: '14' + meaning: (cat. 5) + order: 5 + - certification: '16' + meaning: (cat. 6) - Déconseillé aux moins de 16 ans + order: 6 + - certification: '18' + meaning: (cat. 7) - Déconseillé aux moins de 18 ans + order: 7 + BG: + - certification: Unrated + meaning: Can be viewed for each age. + order: 1 + - certification: '12' + meaning: Content suitable for viewers over the age of 12. + order: 2 + - certification: '14' + meaning: Content suitable for viewers over the age of 14. + order: 3 + - certification: '16' + meaning: Content suitable for viewers over the age of 16. + order: 4 + - certification: '18' + meaning: >- + Content suitable for viewers over the age of 18. Not + allowed before 23:00. + order: 5 + BR: + - certification: '14' + meaning: Content suitable for viewers over the age of 14. + order: 3 + - certification: '16' + meaning: Content suitable for viewers over the age of 16. + order: 4 + - certification: L + meaning: Content is suitable for all audiences. + order: 0 + - certification: '10' + meaning: Content suitable for viewers over the age of 10. + order: 1 + - certification: '12' + meaning: Content suitable for viewers over the age of 12. + order: 2 + - certification: '18' + meaning: Content suitable for viewers over the age of 18. + order: 5 + CA: + - certification: Exempt + meaning: >- + Shows which are exempt from ratings (such as news + and sports programming) will not display an + on-screen rating at all. + order: 1 + - certification: C + meaning: >- + Programming suitable for children ages of 2–7 years. + No profanity or sexual content of any level allowed. + Contains little violence. + order: 2 + - certification: C8 + meaning: >- + Suitable for children ages 8+. Low level violence + and fantasy horror is allowed. No foul language is + allowed, but occasional + order: 3 + - certification: G + meaning: >- + Suitable for general audiences. Programming suitable + for the entire family with mild violence, and mild + profanity and/or censored language. + order: 4 + - certification: PG + meaning: >- + Parental guidance. Moderate violence and moderate + profanity is allowed, as is brief nudity and sexual + references if important to the context of the story. + order: 5 + - certification: 14+ + meaning: >- + Programming intended for viewers ages 14 and older. + May contain strong violence and strong profanity, + and depictions of sexual activity as long as they + are within the context of a story. + order: 6 + - certification: 18+ + meaning: >- + Programming intended for viewers ages 18 and older. + May contain explicit violence and sexual activity. + Programming with this rating cannot air before the + watershed (9:00 p.m. to 6:00 a.m.). + order: 7 + CA-QC: + - certification: 18+ + meaning: >- + Only to be viewed by adults and may contain extreme + violence and graphic sexual content. It is mostly + used for 18+ movies and pornography. + order: 5 + - certification: 13+ + meaning: >- + Appropriate – suitable for children 13 and up and + may contain with moderate violence, language, and + some sexual situations. + order: 3 + - certification: 8+ + meaning: >- + Appropriate for children 8 and up may contain with + little violence, language, and little to no sexual + situations. + order: 2 + - certification: 16+ + meaning: >- + Recommended for children over the age of 16 and may + contain with strong violence, strong language, and + strong sexual content. + order: 4 + - certification: NR + meaning: No rating information. + order: 0 + - certification: G + meaning: >- + Appropriate for all ages and must contain little or + no violence and little to no sexual content. + order: 1 + CH: + - certification: '0' + meaning: '' + order: 1 + - certification: '6' + meaning: ab 6 Jahren + order: 2 + - certification: '12' + meaning: ab 12 Jahren + order: 3 + - certification: '16' + meaning: ab 16 Jahren + order: 4 + - certification: '18' + meaning: ab 18 Jahren + order: 5 + CL: + - certification: I + meaning: Shows suitable for all children. + order: 1 + - certification: I7 + meaning: Shows for ages 7 or older. + order: 2 + - certification: I10 + meaning: Shows for ages 10 or older. + order: 3 + - certification: I12 + meaning: Shows for ages 12 or older. + order: 4 + - certification: F + meaning: >- + Shows suitable for all ages, regardless of specific + content. + order: 5 + - certification: R + meaning: Children under 12 accompanied by an adult. + order: 6 + - certification: A + meaning: For adult audiences only (ages 18 or older). + order: 7 + CZ: + - certification: 0+ + meaning: Suitable for all ages. + order: 1 + - certification: 5+ + meaning: Suitable for persons aged 5 years and over. + order: 2 + - certification: 7+ + meaning: Suitable for persons aged 7 years and over. + order: 3 + - certification: 9+ + meaning: Suitable for persons aged 9 years and over. + order: 4 + - certification: 12+ + meaning: Suitable for persons aged 12 years and over. + order: 5 + - certification: 15+ + meaning: Suitable for persons aged 15 years and over. + order: 6 + - certification: 18+ + meaning: Suitable only for adults. + order: 7 + DE: + - certification: '0' + meaning: Can be aired at any time. + order: 1 + - certification: '6' + meaning: Can be aired at any time. + order: 2 + - certification: '12' + meaning: >- + The broadcaster must take the decision about the air + time by taking in consideration the impact on young + children in the timeframe from 6:00am to 8:00pm. + order: 3 + - certification: '16' + meaning: Can be aired only from 10:00pm Uhr to 6:00am. + order: 4 + - certification: '18' + meaning: Can be aired only from 11:00pm Uhr to 6:00am. + order: 5 + DK: + - certification: A + meaning: Suitable for a general audience. + order: 1 + - certification: '7' + meaning: Not recommended for children under 7. + order: 2 + - certification: '11' + meaning: For ages 11 and up. + order: 3 + - certification: '15' + meaning: For ages 15 and up. + order: 4 + ES: + - certification: NR + meaning: No rating information. + order: 0 + - certification: ERI + meaning: Specially recommended for younger children. + order: 1 + - certification: TP + meaning: For general viewing. + order: 2 + - certification: '7' + meaning: Not recommended for viewers under the age of 7. + order: 3 + - certification: '10' + meaning: Not recommended for viewers under the age of 10. + order: 4 + - certification: '12' + meaning: Not recommended for viewers under the age of 12. + order: 5 + - certification: '13' + meaning: Not recommended for viewers under the age of 13. + order: 6 + - certification: '16' + meaning: Not recommended for viewers under the age of 16. + order: 7 + - certification: '18' + meaning: Not recommended for viewers under the age of 18. + order: 8 + FI: + - certification: S + meaning: Allowed at all times. + order: 0 + - certification: K7 + meaning: >- + Not allowed air before 7:00 a.m., not recommended + for children under 7. + order: 1 + - certification: K12 + meaning: >- + Not allowed air before 5:00 p.m., not recommended + for children under 12. + order: 2 + - certification: K16 + meaning: >- + Not allowed air before 9:00 p.m., not recommended + for children under 16. + order: 3 + - certification: K18 + meaning: >- + Not allowed air before 11:00 p.m., not recommended + for children under 18. + order: 4 + FR: + - certification: NR + meaning: No rating information. + order: 0 + - certification: '10' + meaning: >- + Not recommended for children under 10. Not allowed + in children's television series. + order: 2 + - certification: TP + meaning: Valid for all audiences. + order: 1 + - certification: '12' + meaning: >- + Not recommended for children under 12. Not allowed + air before 10:00 p.m. Some channels and programs are + subject to exception. + order: 3 + - certification: '16' + meaning: >- + Not recommended for children under 16. Not allowed + air before 10:30 p.m. Some channels and programs are + subject to exception. + order: 4 + - certification: '18' + meaning: >- + Not recommended for persons under 18. Allowed + between midnight and 5 a.m. and only in some + channels, access to these programs is locked by a + personal password. + order: 5 + GB: + - certification: U + meaning: >- + The U symbol stands for Universal. A U film should + be suitable for audiences aged four years and over. + order: 0 + - certification: PG + meaning: >- + PG stands for Parental Guidance. This means a film + is suitable for general viewing, but some scenes may + be unsuitable for young children. A PG film should + not unsettle a child aged around eight or older. + order: 1 + - certification: 12A + meaning: >- + Films classified 12A and video works classified 12 + contain material that is not generally suitable for + children aged under 12. 12A requires an adult to + accompany any child under 12 seeing a 12A film at + the cinema. + order: 2 + - certification: '12' + meaning: >- + Films classified 12A and video works classified 12 + contain material that is not generally suitable for + children aged under 12. + order: 3 + - certification: '15' + meaning: >- + No-one under 15 is allowed to see a 15 film at the + cinema or buy/rent a 15 rated video. 15 rated works + are not suitable for children under 15 years of age. + order: 4 + - certification: '18' + meaning: >- + Films rated 18 are for adults. No-one under 18 is + allowed to see an 18 film at the cinema or buy / + rent an 18 rated video. No 18 rated works are + suitable for children. + order: 5 + - certification: R18 + meaning: >- + The R18 category is a special and legally-restricted + classification primarily for explicit works of + consenting sex or strong fetish material involving + adults. + order: 6 + GR: + - certification: K + meaning: Suitable for all ages. + order: 1 + - certification: '8' + meaning: >- + Suitable for ages 8 and up (allowed only 30 minutes + after the kid-friendly zone). + order: 2 + - certification: '12' + meaning: >- + Suitable for ages 12 and up (allowed only between + 9:30 p.m. and 6:00 a.m., or between 10:00 p.m. and + 6:00 a.m. during Fridays, Saturdays and school + holidays). + order: 3 + - certification: '16' + meaning: >- + Suitable for ages 16 and up (allowed only between + 11:00 p.m. and 6:00 a.m.). + order: 4 + - certification: '18' + meaning: >- + Suitable for ages 18 and up (allowed only between + 1:00 a.m. and 6:00 a.m.). + order: 5 + HU: + - certification: Unrated + meaning: Without age restriction. + order: 1 + - certification: Children + meaning: >- + Programs recommended for children. It is an optional + rating, there is no obligation for broadcasters to + indicate it. + order: 2 + - certification: '16' + meaning: >- + Programs not recommended for teens and children + below the age of 16, may contain more intensive + violence and sexual content. A yellow circle with + the number 16 written inside is used for this + rating. + order: 5 + - certification: '18' + meaning: >- + The program is recommended only for adult viewers + (for ages 18 and up), may contain explicit violence + and explicit sexual content. A red circle with the + number 18 written inside is used for this rating + (the red circle was also used until 2002, but it did + not contain any number in it). + order: 6 + - certification: NR + meaning: No rating information. + order: 0 + - certification: '6' + meaning: >- + Programs not recommended for children below the age + of 6, may not contain any violence or sexual + content. A yellow circle with the number 6 written + inside is used for this rating. + order: 3 + - certification: '12' + meaning: >- + Programs not recommended for children below the age + of 12, may contain light sexual content or explicit + language. Most films without serious violence or + sexual content fit into this category as well. A + yellow circle with the number 12 written inside is + used for this rating. + order: 4 + ID: + - certification: SU + meaning: >- + Suitable for general audiences over the age of 2 + years. + order: 1 + - certification: P + meaning: >- + Suitable for pre-school children from ages 2 through + 6. + order: 2 + - certification: A + meaning: Suitable for children from ages 7 through 12. + order: 3 + - certification: R + meaning: Suitable for teens from ages 13 through 17. + order: 4 + - certification: D + meaning: >- + Suitable for viewers over 18 and older. Programmes + with this rating are aired from 10.00 PM to 03.00 + AM. + order: 5 + IE: + - certification: G + meaning: General - Suitable for all + order: 1 + - certification: PG + meaning: PG - Parental Guidance + order: 2 + - certification: '12' + meaning: 12A - No-one younger than 12. + order: 3 + - certification: '15' + meaning: 15A - No-one younger than 15. + order: 4 + - certification: '16' + meaning: Minimum age for admission is 16 + order: 5 + - certification: '18' + meaning: 18 - No-one younger than 18. + order: 6 + IL: + - certification: E + meaning: >- + Exempt from classification. This rating is usually + applied to live broadcasts. + order: 1 + - certification: G + meaning: >- + General Audiences. Anyone, regardless of age, can + watch the programme. + order: 1 + - certification: 12+ + meaning: Suitable for children 12 and over only. + order: 2 + - certification: 15+ + meaning: Suitable for teens 15 and over only. + order: 3 + - certification: 18+ + meaning: Suitable for adults 18 and over only. + order: 4 + IN: + - certification: U + meaning: Viewable for all ages. + order: 1 + - certification: U/A 7+ + meaning: Viewable for 7 and above years old. + order: 2 + - certification: U/A 13+ + meaning: Viewable for 13 and above years old. + order: 3 + - certification: U/A 16+ + meaning: Viewable for 16 and above years old. + order: 4 + - certification: A + meaning: Viewable only for adults. + order: 5 + IT: + - certification: T + meaning: All ages admitted. + order: 1 + - certification: BA + meaning: Parental guidance suggested. + order: 2 + - certification: VM12 + meaning: Not recommended for children under 12. + order: 3 + - certification: VM14 + meaning: Not recommended for children under 14. + order: 4 + - certification: VM18 + meaning: Not recommended for children under 18. + order: 5 + KR: + - certification: Exempt + meaning: >- + This rating is only for knowledge based game shows; + lifestyle shows; documentary shows; news; current + topic discussion shows; education/culture shows; + sports that excludes MMA or other violent sports; + and other programs that Korea Communications + Standards Commission recognizes. + order: 1 + - certification: ALL + meaning: >- + This rating is for programming that is appropriate + for all ages. This program usually involves programs + designed for children or families. + order: 2 + - certification: '7' + meaning: >- + This rating is for programming that may contain + material inappropriate for children younger than 7, + and parental discretion should be used. Some cartoon + programming not deemed strictly as + order: 3 + - certification: '12' + meaning: >- + This rating is for programs that may deemed + inappropriate for those younger than 12, and + parental discretion should be used. Usually used for + animations that have stronger themes or violence + then those designed for children, or for reality + shows that have mild violence, themes, or language. + order: 4 + - certification: '15' + meaning: >- + This rating is for programs that contain material + that may be inappropriate for children under 15, and + that parental discretion should be used. Examples + include most dramas, and talk shows on OTA + (over-the-air) TV (KBS, MBC, SBS), and many American + TV shows/dramas on Cable TV channels like OCN and + OnStyle. The programs that have this rating may + include moderate or strong adult themes, language, + sexual inference, and violence. As with the TV-MA + rating in North America, this rating is commonly + applied to live events where the occurrence of + inappropriate dialogue is unpredictable. Since 2007, + this rating is the most used rating for TV. + order: 5 + - certification: '19' + meaning: >- + This rating is for programs that are intended for + adults only. 19-rated programming cannot air during + the hours of 7:00AM to 9:00AM, and 1:00PM to + 10:00PM. Programmes that receive this rating will + almost certainly have adult themes, sexual + situations, frequent use of strong language and + disturbing scenes of violence. + order: 6 + LT: + - certification: S + meaning: >- + Intended for adult viewers from the age of 18 + (corresponding to the age-appropriate index N-18) + and broadcast between 23 (11pm) and 6 (6am) hours; + Limited to minors and intended for adult audiences. + order: 3 + - certification: N-14 + meaning: >- + Intended for viewers from 14 years of age and + broadcast from 21 (9pm) to 6 (6am) hours. + order: 2 + - certification: NR + meaning: No rating information. + order: 0 + - certification: N-7 + meaning: Intended for viewers from 7 years old. + order: 1 + LU: + - certification: Tous + meaning: (cat.1) - Tous publics (No certification) + order: 1 + - certification: '10' + meaning: (cat.2) + order: 2 + - certification: '12' + meaning: (cat.3) - Accord parental indispensable + order: 3 + - certification: '16' + meaning: (cat.4) - Déconseillé aux moins de 16 ans + order: 4 + - certification: '18' + meaning: (cat.5) - Déconseillé aux moins de 18 ans + order: 5 + MA: + - certification: NR + meaning: All audiences. + order: 0 + - certification: '10' + meaning: Not recommended for under 10. + order: 1 + - certification: '12' + meaning: Not recommended for under 12. + order: 2 + - certification: '16' + meaning: Not recommended for under 16. + order: 3 + MX: + - certification: AA + meaning: Aimed at children (can be broadcast anytime). + order: 1 + - certification: A + meaning: Appropriate for all ages. + order: 2 + - certification: B + meaning: >- + Designed for ages 12 and older (allowed only between + 16:00 and 05:59). + order: 3 + - certification: B-15 + meaning: >- + Designed for ages 15 and up (allowed only between + 19:00 and 05:59). + order: 4 + - certification: C + meaning: >- + Designed to be viewed by adults aged 18 or older + (allowed only between 21:00 and 05:59). + order: 5 + - certification: D + meaning: >- + Exclusively for adults aged 18 or older (allowed + only between midnight and 05:00). + order: 6 + MY: + - certification: U + meaning: No age limit. Can be broadcast anytime. + order: 1 + - certification: P13 + meaning: >- + Viewers under 13 years of age need parental/guardian + supervision while viewing. Can be broadcast anytime, + but some elements may only be broadcast at night. + order: 2 + - certification: '18' + meaning: >- + For viewers 18 and above. Cannot be broadcast before + 10:00 PM. + order: 3 + NL: + - certification: NR + meaning: No rating information. + order: 0 + - certification: AL + meaning: Not harmful / All Ages. + order: 1 + - certification: '6' + meaning: Take care with children under 6. + order: 2 + - certification: '9' + meaning: Take care with children under 9. + order: 3 + - certification: '12' + meaning: Take care with children under 12. + order: 4 + - certification: '16' + meaning: Take care with children under 16. + order: 6 + - certification: '14' + meaning: Take care with children under 14. + order: 5 + - certification: '18' + meaning: Take care with children under 18. + order: 7 + 'NO': + - certification: A + meaning: Allowed at all times. + order: 1 + - certification: '6' + meaning: Allowed at all times. + order: 2 + - certification: '9' + meaning: Allowed at all times. + order: 3 + - certification: '12' + meaning: Only allowed during the period 19.00 – 05.30. + order: 4 + - certification: '15' + meaning: Only allowed during the period 21.00 – 05.30. + order: 5 + - certification: '18' + meaning: Only allowed during the period 21.00 – 05.30. + order: 6 + NZ: + - certification: G + meaning: Approved for general viewing. + order: 1 + - certification: PG + meaning: Parental Guidance recommended for younger viewers. + order: 2 + - certification: M + meaning: Suitable for mature audiences 16 years and over. + order: 3 + - certification: '16' + meaning: People under 16 years should not view. + order: 4 + - certification: '18' + meaning: People under 18 years should not view. + order: 5 + PH: + - certification: NR + meaning: No rating information. + order: 0 + - certification: G + meaning: >- + Suitable for all ages. Material for television, + which in the judgment of the Board does not contain + anything unsuitable for children. + order: 1 + - certification: PG + meaning: >- + Parental guidance suggested. Material for + television, which, in the judgment of the Board, may + contain some adult material that may be permissible + for children to watch but only under the guidance + and supervision of a parent or adult. + order: 2 + - certification: SPG + meaning: >- + Stronger and more vigilant parental guidance is + suggested. Programs classified as “SPG” may contain + more serious topic and theme, which may not be + advisable for children to watch except under the + very vigilant guidance and presence of a parent or + an adult. + order: 3 + - certification: X + meaning: >- + Any television program that does not conform to the + “G”, “PG”, and “SPG” classification shall be + disapproved for television broadcast. + order: 4 + PL: + - certification: '0' + meaning: >- + Positive or neutral view of the world, little to no + violence, non-sexual love, and no sexual content. + order: 2 + - certification: '7' + meaning: >- + As above; may additionally contain some mild + language, bloodless violence, and a more negative + view of the world. + order: 3 + - certification: '12' + meaning: >- + May contain some foul language, some violence, and + some sexual content. + order: 4 + - certification: '16' + meaning: >- + Deviant social behaviour, world filled with violence + and sexuality, simplified picture of adulthood, + display of physical force, especially in + controversial social context (against or by parents, + teachers, etc.), immoral behaviour without ethic + dilemma, putting the blame on the victim, excessive + concentration on material possessions. + order: 5 + - certification: '18' + meaning: >- + One-sided display of the joys of adult life without + showing responsibilities (e.g. work), social + justification of violent behaviour, excessive + vulgarity, use of racial slurs and social + stereotypes, explicit sexual content, praise of + aggression or vulgarity, access to these programs is + locked by a personal password. + order: 6 + - certification: AL + meaning: No age restrictions. + order: 1 + PR: + - certification: NR + meaning: '' + order: 0 + - certification: TV-MA + meaning: '' + order: 6 + - certification: TV-Y + meaning: '' + order: 1 + - certification: TV-Y7 + meaning: '' + order: 2 + - certification: TV-G + meaning: '' + order: 3 + - certification: TV-PG + meaning: '' + order: 4 + - certification: TV-14 + meaning: '' + order: 5 + PT: + - certification: NR + meaning: No rating information. + order: 0 + - certification: T + meaning: Todos (suitable for all). + order: 1 + - certification: 10AP + meaning: >- + Acompanhamento Parental (may not be suitable for + children under 10, parental guidance advised). + order: 2 + - certification: 12AP + meaning: >- + Acompanhamento Parental (may not be suitable for + children under 12, parental guidance advised). + order: 3 + - certification: '16' + meaning: >- + Not suitable for children under 16, access to these + programs is locked by a personal password. + order: 4 + RO: + - certification: Unrated + meaning: Programmes can be viewed by any age. + order: 1 + - certification: AP + meaning: >- + Programmes are recommended for children with + parental guidance, may not contain any violence or + sexual content. + order: 2 + - certification: '12' + meaning: >- + Programmes not recommended for children below the + age of 12, may contain light sexual content or + explicit language. + order: 3 + - certification: '15' + meaning: >- + Programmes not recommended for teens and children + below the age of 15, may contain more intensive + violence and sexual content. + order: 4 + - certification: '18' + meaning: >- + The programme is recommended for adult viewers (for + ages 18 and up), may contain explicit violence and + explicit sexual content. + order: 5 + RU: + - certification: 16+ + meaning: Only teens the age of 16 or older can watch. + order: 4 + - certification: 18+ + meaning: Restricted to People 18 or Older. + order: 5 + - certification: 6+ + meaning: Only kids the age of 6 or older can watch. + order: 2 + - certification: 12+ + meaning: Only kids the age of 12 or older can watch. + order: 3 + - certification: 0+ + meaning: Can be watched by Any Age. + order: 1 + SE: + - certification: Btl + meaning: '' + order: 1 + - certification: Från 7 år + meaning: '' + order: 2 + - certification: Från 11 år + meaning: '' + order: 3 + - certification: Från 15 år + meaning: '' + order: 4 + SG: + - certification: G + meaning: '' + order: 1 + - certification: PG + meaning: '' + order: 2 + - certification: PG13 + meaning: '' + order: 3 + - certification: NC16 + meaning: '' + order: 4 + - certification: M18 + meaning: '' + order: 5 + - certification: R21 + meaning: Suitable for adults aged 21 and above. + order: 6 + SK: + - certification: NR + meaning: No rating information. + order: 0 + - certification: '7' + meaning: Content suitable for children over 6 years. + order: 2 + - certification: U + meaning: Content suitable for all children. + order: 1 + - certification: '12' + meaning: Content suitable for children over 12 years. + order: 3 + - certification: '15' + meaning: Content suitable for teens over 15 years. + order: 4 + - certification: '18' + meaning: Content exclusively for adults. + order: 5 + TH: + - certification: ส + meaning: >- + Sor - Educational movies which the public should be + encouraged to see. + order: 1 + - certification: ท + meaning: >- + Tor - G Movies appropriate for the general public. + No sex, abusive language or violence. + order: 2 + - certification: น 13+ + meaning: >- + Nor 13+ Movies appropriate for audiences aged 13 and + older. + order: 3 + - certification: น 15+ + meaning: >- + Nor 15+ Movies appropriate for audiences aged 15 and + older. Some violence, brutality, inhumanity, bad + language or indecent gestures allowed. + order: 4 + - certification: น 18+ + meaning: >- + Nor 18+ Movies appropriate for audiences aged 18 and + older. + order: 5 + - certification: ฉ 20- + meaning: >- + Chor 20 - Movies prohibited for audiences aged below + 20. + order: 6 + - certification: '-' + meaning: Banned. + order: 7 + TR: + - certification: Genel İzleyici + meaning: General audience. Suitable for all ages. + order: 1 + - certification: 7+ + meaning: Suitable for ages 7 and over. + order: 2 + - certification: 13+ + meaning: Suitable for ages 13 and over. + order: 3 + - certification: 18+ + meaning: Suitable for ages 18 and over. + order: 4 + TW: + - certification: 0+ + meaning: Suitable for watching by general audiences. + order: 1 + - certification: 6+ + meaning: >- + Not suitable for viewing by children under the age + of six; children over six and under the age of + twelve can view if accompanied by parents, teacher + or an adult relative. + order: 2 + - certification: 12+ + meaning: >- + Not suitable for viewing by children under the age + of twelve, split from the former rating Parental + Guidance. + order: 3 + - certification: 15+ + meaning: >- + Not suitable for viewing by people under the age of + fifteen, split from the former rating Parental + Guidance. + order: 4 + - certification: 18+ + meaning: >- + Not suitable for viewing by people under the age of + eighteen. + order: 4 + UA: + - certification: 0+ + meaning: '' + order: 2 + - certification: UR + meaning: '' + order: 1 + - certification: 9+ + meaning: Suitable for persons aged 9 years and over. + order: 3 + - certification: 12+ + meaning: Suitable for persons aged 12 years and over. + order: 4 + - certification: 16+ + meaning: Suitable for persons aged 16 years and over. + order: 5 + - certification: 18+ + meaning: Suitable only for adults. + order: 6 + US: + - certification: TV-MA + meaning: >- + This program is specifically designed to be viewed + by adults and therefore may be unsuitable for + children under 17. + order: 6 + - certification: TV-Y + meaning: >- + This program is designed to be appropriate for all + children. + order: 1 + - certification: TV-14 + meaning: >- + This program contains some material that many + parents would find unsuitable for children under 14 + years of age. + order: 5 + - certification: NR + meaning: No rating information. + order: 0 + - certification: TV-PG + meaning: >- + This program contains material that parents may find + unsuitable for younger children. + order: 4 + - certification: TV-Y7 + meaning: >- + This program is designed for children age 7 and + above. + order: 2 + - certification: TV-G + meaning: >- + Most parents would find this program suitable for + all ages. + order: 3 + VI: + - certification: NR + meaning: '' + order: 0 + - certification: TV-Y + meaning: '' + order: 1 + - certification: TV-Y7 + meaning: '' + order: 2 + - certification: TV-G + meaning: '' + order: 3 + - certification: TV-PG + meaning: '' + order: 4 + - certification: TV-14 + meaning: '' + order: 5 + - certification: TV-MA + meaning: '' + order: 6 + ZA: + - certification: All + meaning: >- + This is a programme/film that does not contain any + obscenity, and is suitable for family viewing. A + logo must be displayed in the corner of the screen + for 30 seconds after each commercial break. + order: 1 + - certification: PG + meaning: >- + Children under 6 may watch this programme/film, but + must be accompanied by an adult. This program + contains an adult related theme, which might include + very mild language, violence and sexual innuendo. A + logo must be displayed in the corner of the screen + for one minute after each commercial break. + order: 2 + - certification: '13' + meaning: >- + Children under 13 are prohibited from watching this + programme/film. This programme contains mild + language, violence and sexual innuendo. A logo must + be displayed in the corner of the screen for two + minutes after each commercial break. + order: 3 + - certification: '16' + meaning: >- + Children under 16 are prohibited from watching this + programme/film. It contains moderate violence, + language, and some sexual situations. In the case of + television, this programme may only be broadcast + after 9pm–4:30am. A logo must be displayed in the + corner of the screen for five minutes after each + commercial break. A full-screen warning must be + issued before the start of the programme. If the + programme is longer than an hour, a warning must be + displayed every half an hour. + order: 4 + - certification: '18' + meaning: >- + Children under 18 are prohibited from watching this + programme/film. It contains extreme violence, + language and/or graphic sexual content. In the case + of television, this program may only be broadcast + from 10pm–4:30am. A logo must be displayed in the + corner of the screen for the duration of the + programme. A full-screen warning must be issued + before the start of the programme and after each + commercial break. + order: 5 + - certification: X18 + meaning: >- + This is reserved for films of an extreme sexual + nature (pornography). X18 films may only be + distributed in the form of video and DVD in a + controlled environment (e.g. adult shops). No public + viewing of this film may take place. X18 films may + not be broadcast on television and in cinemas. This + has been breached twice by e.tv, where the softcore + (borderline hardcore) Emmanuelle was screened. The + X18 rating does not refer to child pornography/child + sexual abuse—due to being banned by the Film and + Publication Board. + order: 6 + /movie/changes: + get: + tags: + - CHANGES + summary: Movie List + description: This endpoint get a list of all of the movie ids that have been changed in the past 24 hours. + operationId: movieList + parameters: + - $ref: '#/components/parameters/start_date' + - $ref: '#/components/parameters/end_date' + - $ref: '#/components/parameters/page' + + + responses: + '200': + description: movie list + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=255 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Wed, 18 Dec 2024 11:25:47 GMT + ETag: + schema: + type: string + example: W/"be12d46a651e3a13b61a1010c0da62d0" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 40c1e5c4b3789c2ca411f57891da3fe4.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: cY6FHrpeZZxftYlvFgOOBJrC-vpm896bxRVykofOWTK1W_PMfG9RHQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD61-P1 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '345' + x-memc-expires: + schema: + type: string + example: '255' + x-memc-key: + schema: + type: string + example: 20a80ee8d473cdd04cc9929f320a9c65 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: This indicates the current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: this indicates whether a movie is classified as adult content. + id: + type: number + example: 431421 + description: This field is a unique identifier assigned to each movie in the database. + example: + - adult: false + id: 431421 + - adult: false + id: 1403458 + - adult: false + id: 13353 + - adult: true + id: 961788 + - adult: false + id: 33701 + - adult: false + id: 1079244 + - adult: false + id: 1400349 + - adult: false + id: 1263591 + - adult: false + id: 1244078 + - adult: false + id: 1284681 + - adult: false + id: 1383078 + - adult: false + id: 1047307 + - adult: false + id: 1089267 + - adult: false + id: 1208033 + - adult: false + id: 1103017 + - adult: false + id: 1223890 + - adult: false + id: 1120762 + - adult: false + id: 1277112 + - adult: false + id: 1182600 + - adult: false + id: 1282785 + - adult: false + id: 1287535 + - adult: false + id: 1338583 + - adult: false + id: 1354069 + - adult: false + id: 1367063 + - adult: false + id: 1372393 + - adult: false + id: 1379468 + - adult: false + id: 1383687 + - adult: false + id: 1385727 + - adult: false + id: 1389371 + - adult: false + id: 1390321 + - adult: false + id: 1393143 + - adult: false + id: 1394392 + - adult: false + id: 1394506 + - adult: false + id: 1395642 + - adult: false + id: 1396485 + - adult: false + id: 1396781 + - adult: false + id: 1397183 + - adult: false + id: 1397758 + - adult: false + id: 1397824 + - adult: false + id: 1398785 + - adult: false + id: 1398980 + - adult: false + id: 1399862 + - adult: false + id: 1400225 + - adult: false + id: 1400232 + - adult: false + id: 1401185 + - adult: false + id: 1401786 + - adult: false + id: 1402166 + - adult: false + id: 1402450 + - adult: false + id: 1390632 + - adult: false + id: 1026674 + - adult: false + id: 1043887 + - adult: false + id: 1217690 + - adult: false + id: 1112559 + - adult: false + id: 1229336 + - adult: false + id: 1235431 + - adult: false + id: 1153230 + - adult: false + id: 984500 + - adult: false + id: 1179715 + - adult: false + id: 1285660 + - adult: false + id: 1186350 + - adult: false + id: 1296484 + - adult: false + id: 1296500 + - adult: false + id: 1355030 + - adult: false + id: 1361202 + - adult: false + id: 1371030 + - adult: false + id: 1373095 + - adult: false + id: 1381755 + - adult: false + id: 1388604 + - adult: false + id: 1388916 + - adult: false + id: 1390390 + - adult: false + id: 1393868 + - adult: false + id: 1398270 + - adult: false + id: 1398274 + - adult: false + id: 1399718 + - adult: false + id: 1399790 + - adult: false + id: 1401768 + - adult: false + id: 1402540 + - adult: false + id: 1402811 + - adult: false + id: 1403387 + - adult: false + id: 1403334 + - adult: false + id: 947674 + - adult: false + id: 1257394 + - adult: false + id: 1403398 + - adult: false + id: 1403294 + - adult: false + id: 1058641 + - adult: false + id: 1397698 + - adult: false + id: 1403265 + - adult: false + id: 1403268 + - adult: false + id: 847692 + - adult: false + id: 1400769 + - adult: false + id: 1400789 + - adult: false + id: 1403473 + - adult: false + id: 1400731 + - adult: false + id: 1400782 + - adult: false + id: 1400795 + - adult: false + id: 1400798 + - adult: false + id: 1400776 + - adult: false + id: 1400780 + - adult: false + id: 1400783 + - adult: false + id: 1400794 + description: This is a collection of movie objects that match the criteria specified in the API request. + total_pages: + type: number + example: 68 + description: This indicates the total number of pages available based on the current query. + total_results: + type: number + example: 6708 + description: This indicate the total number of results that match the query. + examples: + movie list: + value: + page: 1 + results: + - adult: false + id: 431421 + - adult: false + id: 1403458 + - adult: false + id: 13353 + - adult: true + id: 961788 + - adult: false + id: 33701 + - adult: false + id: 1079244 + - adult: false + id: 1400349 + - adult: false + id: 1263591 + - adult: false + id: 1244078 + - adult: false + id: 1284681 + - adult: false + id: 1383078 + - adult: false + id: 1047307 + - adult: false + id: 1089267 + - adult: false + id: 1208033 + - adult: false + id: 1103017 + - adult: false + id: 1223890 + - adult: false + id: 1120762 + - adult: false + id: 1277112 + - adult: false + id: 1182600 + - adult: false + id: 1282785 + - adult: false + id: 1287535 + - adult: false + id: 1338583 + - adult: false + id: 1354069 + - adult: false + id: 1367063 + - adult: false + id: 1372393 + - adult: false + id: 1379468 + - adult: false + id: 1383687 + - adult: false + id: 1385727 + - adult: false + id: 1389371 + - adult: false + id: 1390321 + - adult: false + id: 1393143 + - adult: false + id: 1394392 + - adult: false + id: 1394506 + - adult: false + id: 1395642 + - adult: false + id: 1396485 + - adult: false + id: 1396781 + - adult: false + id: 1397183 + - adult: false + id: 1397758 + - adult: false + id: 1397824 + - adult: false + id: 1398785 + - adult: false + id: 1398980 + - adult: false + id: 1399862 + - adult: false + id: 1400225 + - adult: false + id: 1400232 + - adult: false + id: 1401185 + - adult: false + id: 1401786 + - adult: false + id: 1402166 + - adult: false + id: 1402450 + - adult: false + id: 1390632 + - adult: false + id: 1026674 + - adult: false + id: 1043887 + - adult: false + id: 1217690 + - adult: false + id: 1112559 + - adult: false + id: 1229336 + - adult: false + id: 1235431 + - adult: false + id: 1153230 + - adult: false + id: 984500 + - adult: false + id: 1179715 + - adult: false + id: 1285660 + - adult: false + id: 1186350 + - adult: false + id: 1296484 + - adult: false + id: 1296500 + - adult: false + id: 1355030 + - adult: false + id: 1361202 + - adult: false + id: 1371030 + - adult: false + id: 1373095 + - adult: false + id: 1381755 + - adult: false + id: 1388604 + - adult: false + id: 1388916 + - adult: false + id: 1390390 + - adult: false + id: 1393868 + - adult: false + id: 1398270 + - adult: false + id: 1398274 + - adult: false + id: 1399718 + - adult: false + id: 1399790 + - adult: false + id: 1401768 + - adult: false + id: 1402540 + - adult: false + id: 1402811 + - adult: false + id: 1403387 + - adult: false + id: 1403334 + - adult: false + id: 947674 + - adult: false + id: 1257394 + - adult: false + id: 1403398 + - adult: false + id: 1403294 + - adult: false + id: 1058641 + - adult: false + id: 1397698 + - adult: false + id: 1403265 + - adult: false + id: 1403268 + - adult: false + id: 847692 + - adult: false + id: 1400769 + - adult: false + id: 1400789 + - adult: false + id: 1403473 + - adult: false + id: 1400731 + - adult: false + id: 1400782 + - adult: false + id: 1400795 + - adult: false + id: 1400798 + - adult: false + id: 1400776 + - adult: false + id: 1400780 + - adult: false + id: 1400783 + - adult: false + id: 1400794 + total_pages: 68 + total_results: 6708 + /person/changes: + get: + tags: + - CHANGES + summary: People List + description: This endpoint allows users to retrieve information regarding people involved in the industry, such as actors, directors, and crew members. + operationId: peopleList + parameters: + - $ref: '#/components/parameters/start_date' + - $ref: '#/components/parameters/end_date' + - $ref: '#/components/parameters/page' + + responses: + '200': + description: people list + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=593 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Wed, 18 Dec 2024 11:30:09 GMT + ETag: + schema: + type: string + example: W/"b21cca6318398d8f54fb4e69ed71faaa" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 02d40d77941fe6c2f8e7ff5156c01128.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qSOV9pP8VLjYuhDL8HK5AFlus2gs37vM8LTg8ctXRgcuDHyj1oE1gQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD12-P4 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '7' + x-memc-expires: + schema: + type: string + example: '593' + x-memc-key: + schema: + type: string + example: e1dd25a70fc525a5520e13c35614b560 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: This indicates the current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + nullable: true + example: false + description: This indicates whether a movie is classified as adult content. + id: + type: number + example: 5124014 + description: This field is a unique identifier assigned to each movie in the database. + example: + - adult: false + id: 5124014 + - adult: false + id: 5124015 + - adult: false + id: 5124016 + - adult: false + id: 5124017 + - adult: false + id: 1702842 + - adult: false + id: 5124018 + - adult: false + id: 5124019 + - adult: false + id: 1522035 + - adult: false + id: 5124020 + - adult: false + id: 5124021 + - adult: false + id: 5124022 + - adult: false + id: 5124023 + - adult: false + id: 64439 + - adult: false + id: 1217555 + - adult: false + id: 129700 + - adult: false + id: 934289 + - adult: false + id: 11896 + - adult: false + id: 1330041 + - adult: false + id: 1496297 + - adult: null + id: 1711443 + - adult: false + id: 3330610 + - adult: false + id: 2305576 + - adult: false + id: 3950038 + - adult: null + id: 4940640 + - adult: false + id: 222249 + - adult: false + id: 1702928 + - adult: false + id: 5124024 + - adult: false + id: 103613 + - adult: false + id: 1837461 + - adult: false + id: 1034765 + - adult: false + id: 5124025 + - adult: false + id: 5124026 + - adult: false + id: 1795607 + - adult: false + id: 5124027 + - adult: false + id: 3663205 + - adult: false + id: 5124028 + - adult: false + id: 2449094 + - adult: false + id: 5124029 + - adult: false + id: 5124030 + - adult: false + id: 3818357 + - adult: false + id: 5124031 + - adult: false + id: 74961 + - adult: false + id: 163731 + - adult: false + id: 33527 + - adult: false + id: 5124032 + - adult: false + id: 5124033 + - adult: false + id: 5124034 + - adult: false + id: 5124035 + - adult: false + id: 5124036 + - adult: false + id: 5124037 + - adult: false + id: 5124038 + - adult: false + id: 5124039 + - adult: false + id: 2223734 + - adult: true + id: 5124040 + - adult: false + id: 5124041 + - adult: true + id: 5124042 + - adult: false + id: 5124043 + - adult: false + id: 5124044 + - adult: false + id: 5124045 + - adult: false + id: 1470107 + - adult: false + id: 2792282 + - adult: false + id: 5124046 + - adult: null + id: 3295548 + - adult: false + id: 5124047 + - adult: false + id: 70573 + - adult: false + id: 5124048 + - adult: false + id: 5124049 + - adult: false + id: 5124050 + - adult: false + id: 5124051 + - adult: false + id: 5124052 + - adult: false + id: 5124053 + - adult: false + id: 5124054 + - adult: false + id: 5124055 + - adult: false + id: 5124056 + - adult: false + id: 5124057 + - adult: false + id: 5124058 + - adult: false + id: 1731486 + - adult: false + id: 2423122 + - adult: false + id: 1160546 + - adult: false + id: 5124059 + - adult: false + id: 5124060 + - adult: false + id: 2041951 + - adult: false + id: 5124061 + - adult: false + id: 5124062 + - adult: false + id: 5124063 + - adult: false + id: 5124064 + - adult: false + id: 3762698 + - adult: false + id: 5124065 + - adult: false + id: 5124066 + - adult: false + id: 5124067 + - adult: null + id: 3469432 + - adult: false + id: 5124068 + - adult: false + id: 5124069 + - adult: false + id: 5124070 + - adult: false + id: 5124071 + - adult: false + id: 5124072 + - adult: false + id: 5124073 + - adult: false + id: 5124074 + - adult: false + id: 5124075 + - adult: false + id: 5124076 + description: This represents a collection of objects that detail changes or updates related to individuals in a film or entertainment database. + total_pages: + type: number + example: 50 + description: This indicates the total number of pages available based on the current query. + total_results: + type: number + example: 4920 + description: This indicate the total number of results that match the query. + examples: + people list: + value: + page: 1 + results: + - adult: false + id: 5124014 + - adult: false + id: 5124015 + - adult: false + id: 5124016 + - adult: false + id: 5124017 + - adult: false + id: 1702842 + - adult: false + id: 5124018 + - adult: false + id: 5124019 + - adult: false + id: 1522035 + - adult: false + id: 5124020 + - adult: false + id: 5124021 + - adult: false + id: 5124022 + - adult: false + id: 5124023 + - adult: false + id: 64439 + - adult: false + id: 1217555 + - adult: false + id: 129700 + - adult: false + id: 934289 + - adult: false + id: 11896 + - adult: false + id: 1330041 + - adult: false + id: 1496297 + - adult: null + id: 1711443 + - adult: false + id: 3330610 + - adult: false + id: 2305576 + - adult: false + id: 3950038 + - adult: null + id: 4940640 + - adult: false + id: 222249 + - adult: false + id: 1702928 + - adult: false + id: 5124024 + - adult: false + id: 103613 + - adult: false + id: 1837461 + - adult: false + id: 1034765 + - adult: false + id: 5124025 + - adult: false + id: 5124026 + - adult: false + id: 1795607 + - adult: false + id: 5124027 + - adult: false + id: 3663205 + - adult: false + id: 5124028 + - adult: false + id: 2449094 + - adult: false + id: 5124029 + - adult: false + id: 5124030 + - adult: false + id: 3818357 + - adult: false + id: 5124031 + - adult: false + id: 74961 + - adult: false + id: 163731 + - adult: false + id: 33527 + - adult: false + id: 5124032 + - adult: false + id: 5124033 + - adult: false + id: 5124034 + - adult: false + id: 5124035 + - adult: false + id: 5124036 + - adult: false + id: 5124037 + - adult: false + id: 5124038 + - adult: false + id: 5124039 + - adult: false + id: 2223734 + - adult: true + id: 5124040 + - adult: false + id: 5124041 + - adult: true + id: 5124042 + - adult: false + id: 5124043 + - adult: false + id: 5124044 + - adult: false + id: 5124045 + - adult: false + id: 1470107 + - adult: false + id: 2792282 + - adult: false + id: 5124046 + - adult: null + id: 3295548 + - adult: false + id: 5124047 + - adult: false + id: 70573 + - adult: false + id: 5124048 + - adult: false + id: 5124049 + - adult: false + id: 5124050 + - adult: false + id: 5124051 + - adult: false + id: 5124052 + - adult: false + id: 5124053 + - adult: false + id: 5124054 + - adult: false + id: 5124055 + - adult: false + id: 5124056 + - adult: false + id: 5124057 + - adult: false + id: 5124058 + - adult: false + id: 1731486 + - adult: false + id: 2423122 + - adult: false + id: 1160546 + - adult: false + id: 5124059 + - adult: false + id: 5124060 + - adult: false + id: 2041951 + - adult: false + id: 5124061 + - adult: false + id: 5124062 + - adult: false + id: 5124063 + - adult: false + id: 5124064 + - adult: false + id: 3762698 + - adult: false + id: 5124065 + - adult: false + id: 5124066 + - adult: false + id: 5124067 + - adult: null + id: 3469432 + - adult: false + id: 5124068 + - adult: false + id: 5124069 + - adult: false + id: 5124070 + - adult: false + id: 5124071 + - adult: false + id: 5124072 + - adult: false + id: 5124073 + - adult: false + id: 5124074 + - adult: false + id: 5124075 + - adult: false + id: 5124076 + total_pages: 50 + total_results: 4920 + + /tv/changes: + get: + tags: + - CHANGES + summary: TV List + description: This endpoint allows users to retrieve a list of changes that have occurred for TV shows over a specified period. + operationId: TVList + parameters: + - $ref: '#/components/parameters/start_date' + - $ref: '#/components/parameters/end_date' + - $ref: '#/components/parameters/page' + + responses: + '200': + description: TV Lists + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=331 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Wed, 18 Dec 2024 11:33:47 GMT + ETag: + schema: + type: string + example: W/"b21cca6318398d8f54fb4e69ed71faaa" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 02d40d77941fe6c2f8e7ff5156c01128.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qSOV9pP8VLjYuhDL8HK5AFlus2gs37vM8LTg8ctXRgcuDHyj1oE1gQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD12-P4 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '7' + x-memc-expires: + schema: + type: string + example: '593' + x-memc-key: + schema: + type: string + example: e1dd25a70fc525a5520e13c35614b560 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: This indicates the current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + nullable: true + example: false + description: This indicates whether a movie is classified as adult content. + id: + type: number + example: 276292 + description: This field is a unique identifier assigned to each movie in the database. + example: + - adult: false + id: 276292 + - adult: false + id: 279682 + - adult: false + id: 253942 + - adult: false + id: 204211 + - adult: false + id: 279191 + - adult: false + id: 279680 + - adult: false + id: 86034 + - adult: false + id: 512 + - adult: false + id: 277908 + - adult: false + id: 279681 + - adult: false + id: 4057 + - adult: false + id: 261579 + - adult: false + id: 270437 + - adult: false + id: 240253 + - adult: false + id: 257603 + - adult: false + id: 1127 + - adult: false + id: 279200 + - adult: false + id: 232648 + - adult: false + id: 41691 + - adult: null + id: 274603 + - adult: false + id: 32200 + - adult: false + id: 132872 + - adult: false + id: 241491 + - adult: false + id: 46078 + - adult: false + id: 138152 + - adult: false + id: 46975 + - adult: false + id: 101477 + - adult: false + id: 8392 + - adult: false + id: 115211 + - adult: false + id: 68735 + - adult: false + id: 133700 + - adult: false + id: 247350 + - adult: false + id: 134753 + - adult: false + id: 112487 + - adult: false + id: 196411 + - adult: false + id: 118241 + - adult: false + id: 195352 + - adult: false + id: 123639 + - adult: false + id: 232132 + - adult: false + id: 223447 + - adult: false + id: 277315 + - adult: false + id: 272134 + - adult: false + id: 261416 + - adult: false + id: 230918 + - adult: false + id: 87164 + - adult: false + id: 240022 + - adult: false + id: 4743 + - adult: false + id: 279683 + - adult: false + id: 250384 + - adult: false + id: 259787 + - adult: false + id: 39468 + - adult: false + id: 261201 + - adult: false + id: 155780 + - adult: true + id: 645 + - adult: false + id: 219937 + - adult: true + id: 279684 + - adult: false + id: 275657 + - adult: false + id: 81989 + - adult: false + id: 61916 + - adult: false + id: 277415 + - adult: false + id: 279685 + - adult: false + id: 99477 + - adult: false + id: 275983 + - adult: false + id: 84302 + - adult: false + id: 196568 + - adult: false + id: 261478 + - adult: false + id: 42490 + - adult: false + id: 244624 + - adult: false + id: 240641 + - adult: false + id: 67075 + - adult: false + id: 279250 + - adult: false + id: 244546 + - adult: false + id: 14658 + - adult: false + id: 207347 + - adult: false + id: 110381 + - adult: false + id: 73982 + - adult: false + id: 279686 + - adult: false + id: 35080 + - adult: false + id: 279687 + - adult: false + id: 275651 + - adult: false + id: 230272 + - adult: false + id: 155734 + - adult: false + id: 68598 + - adult: false + id: 244250 + - adult: false + id: 279688 + - adult: false + id: 279441 + - adult: false + id: 254482 + - adult: false + id: 22980 + - adult: false + id: 126027 + - adult: false + id: 249898 + - adult: false + id: 278035 + - adult: false + id: 113808 + - adult: false + id: 112732 + - adult: false + id: 12784 + - adult: false + id: 279689 + - adult: false + id: 1405 + - adult: false + id: 279430 + - adult: false + id: 276635 + - adult: false + id: 249972 + - adult: false + id: 271291 + description: This is an array containing a collection of objects, where each object represents a distinct TV show change that occurred within the specified date range or criteria based on the API request. + total_pages: + type: number + example: 15 + description: This indicates the total number of pages available based on the current query. + total_results: + type: number + example: 1434 + description: This indicate the total number of results that match the query. + examples: + people list: + value: + page: 1 + results: + - adult: false + id: 276292 + - adult: false + id: 279682 + - adult: false + id: 253942 + - adult: false + id: 204211 + - adult: false + id: 279191 + - adult: false + id: 279680 + - adult: false + id: 86034 + - adult: false + id: 512 + - adult: false + id: 277908 + - adult: false + id: 279681 + - adult: false + id: 4057 + - adult: false + id: 261579 + - adult: false + id: 270437 + - adult: false + id: 240253 + - adult: false + id: 257603 + - adult: false + id: 1127 + - adult: false + id: 279200 + - adult: false + id: 232648 + - adult: false + id: 41691 + - adult: null + id: 274603 + - adult: false + id: 32200 + - adult: false + id: 132872 + - adult: false + id: 241491 + - adult: false + id: 46078 + - adult: false + id: 138152 + - adult: false + id: 46975 + - adult: false + id: 101477 + - adult: false + id: 8392 + - adult: false + id: 115211 + - adult: false + id: 68735 + - adult: false + id: 133700 + - adult: false + id: 247350 + - adult: false + id: 134753 + - adult: false + id: 112487 + - adult: false + id: 196411 + - adult: false + id: 118241 + - adult: false + id: 195352 + - adult: false + id: 123639 + - adult: false + id: 232132 + - adult: false + id: 223447 + - adult: false + id: 277315 + - adult: false + id: 272134 + - adult: false + id: 261416 + - adult: false + id: 230918 + - adult: false + id: 87164 + - adult: false + id: 240022 + - adult: false + id: 4743 + - adult: false + id: 279683 + - adult: false + id: 250384 + - adult: false + id: 259787 + - adult: false + id: 39468 + - adult: false + id: 261201 + - adult: false + id: 155780 + - adult: true + id: 645 + - adult: false + id: 219937 + - adult: true + id: 279684 + - adult: false + id: 275657 + - adult: false + id: 81989 + - adult: false + id: 61916 + - adult: false + id: 277415 + - adult: false + id: 279685 + - adult: false + id: 99477 + - adult: false + id: 275983 + - adult: false + id: 84302 + - adult: false + id: 196568 + - adult: false + id: 261478 + - adult: false + id: 42490 + - adult: false + id: 244624 + - adult: false + id: 240641 + - adult: false + id: 67075 + - adult: false + id: 279250 + - adult: false + id: 244546 + - adult: false + id: 14658 + - adult: false + id: 207347 + - adult: false + id: 110381 + - adult: false + id: 73982 + - adult: false + id: 279686 + - adult: false + id: 35080 + - adult: false + id: 279687 + - adult: false + id: 275651 + - adult: false + id: 230272 + - adult: false + id: 155734 + - adult: false + id: 68598 + - adult: false + id: 244250 + - adult: false + id: 279688 + - adult: false + id: 279441 + - adult: false + id: 254482 + - adult: false + id: 22980 + - adult: false + id: 126027 + - adult: false + id: 249898 + - adult: false + id: 278035 + - adult: false + id: 113808 + - adult: false + id: 112732 + - adult: false + id: 12784 + - adult: false + id: 279689 + - adult: false + id: 1405 + - adult: false + id: 279430 + - adult: false + id: 276635 + - adult: false + id: 249972 + - adult: false + id: 271291 + total_pages: 15 + total_results: 1434 + + + /search/collection: + get: + tags: + - COLLECTIONS + summary: Collection_id + description: This endpoint is used to get the collection_id. + operationId: collectionId + parameters: + - name: query + in: query + description: This is the name of the movie collection. + schema: + type: string + example: The avengers collection + - $ref: '#/components/parameters/include_adult' + + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - name: region + in: query + description: This refers to the geographical area or market that is relevant for the query being made. + schema: + type: string + responses: + '200': + description: collection_id + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=21525 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 30 Dec 2024 16:10:28 GMT + ETag: + schema: + type: string + example: W/"b4adbe374cb74c72470965d5a9a6994c" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 199fd61d7551d8868317c5b53cc7d24c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: rwYAZ8ymJRfruF78qCvPVrxLqPmo7D-iv_zzWCWoBPOn4k7Gf3ofXQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '7071' + x-memc-expires: + schema: + type: string + example: '21525' + x-memc-key: + schema: + type: string + example: 831ee33cc6a644d3ea0262fae61d7770 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: This indicates the current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: this indicates whether a movie is classified as adult content. + backdrop_path: + type: string + example: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + description: The URL path to the backdrop image associated with the collection. + id: + type: number + example: 86311 + description: A unique identifier for a movie collection. + name: + type: string + example: The Avengers Collection + description: The title of the collection. + original_language: + type: string + example: en + description: The language in which the film collection was originally produced. + original_name: + type: string + example: The Avengers Collection + description: refers to the title of a film or television show as it was originally published or released in its native language or country. + overview: + type: string + example: >- + A superhero film series produced by Marvel Studios + based on the Marvel Comics superhero team of the + same name, and part of the Marvel Cinematic Universe + (MCU). The series features an ensemble cast from + the Marvel Cinematic Universe series films, as they + join forces for the peacekeeping organization + S.H.I.E.L.D. led by Nick Fury. + description: A brief summary of the film's plot. + poster_path: + type: string + example: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + description: The URL path to the poster image associated with the collection. + example: + - adult: false + backdrop_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + id: 86311 + name: The Avengers Collection + original_language: en + original_name: The Avengers Collection + overview: >- + A superhero film series produced by Marvel Studios + based on the Marvel Comics superhero team of the same + name, and part of the Marvel Cinematic Universe + (MCU). The series features an ensemble cast from the + Marvel Cinematic Universe series films, as they join + forces for the peacekeeping organization S.H.I.E.L.D. + led by Nick Fury. + poster_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + description: An array which provides detailed information about the movie collection. + total_pages: + type: number + example: 1 + description: This indicates the total number of pages available based on the current query. + total_results: + type: number + example: 1 + description: This indicate the total number of results that match the query. + examples: + collection_id: + value: + page: 1 + results: + - adult: false + backdrop_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + id: 86311 + name: The Avengers Collection + original_language: en + original_name: The Avengers Collection + overview: >- + A superhero film series produced by Marvel Studios + based on the Marvel Comics superhero team of the same + name, and part of the Marvel Cinematic Universe + (MCU). The series features an ensemble cast from the + Marvel Cinematic Universe series films, as they join + forces for the peacekeeping organization S.H.I.E.L.D. + led by Nick Fury. + poster_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + total_pages: 1 + total_results: 1 + + /collection/{collection_id}: + get: + tags: + - COLLECTIONS + summary: Details + description: This endpoint get movie collection details by ID. + operationId: details1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/collection_id' + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=11996 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 30 Dec 2024 16:13:23 GMT + ETag: + schema: + type: string + example: W/"a5dd5f9516ab1030e629fb7b7c8febfc" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 7eefe38d76087dfad8e2f0b7702246ee.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qaP0brzydxEAJ5elEQyST32jIzCLtibCnx-wqrO5nBn-c-xakIqc6Q== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '13986' + x-memc-expires: + schema: + type: string + example: '11996' + x-memc-key: + schema: + type: string + example: 69932a606aa6e77783ebfaa62cdcaee3 + content: + application/json: + schema: + type: object + properties: + backdrop_path: + type: string + example: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + description: The URL path to the backdrop image associated with the collection. + id: + type: number + example: 86311 + description: A unique identifier for the movie collection. + name: + type: string + example: The Avengers Collection + description: The title of the movie collection. + overview: + type: string + example: >- + A superhero film series produced by Marvel Studios based + on the Marvel Comics superhero team of the same name, and + part of the Marvel Cinematic Universe (MCU). The series + features an ensemble cast from the Marvel Cinematic + Universe series films, as they join forces for the + peacekeeping organization S.H.I.E.L.D. led by Nick Fury. + description: A brief summary of the film's plot. + parts: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: this indicates whether a movie is classified as adult content. + backdrop_path: + type: string + example: /9BBTo63ANSmhC4e6r62OJFuK2GL.jpg + description: The URL path to the backdrop image associated with the collection. + genre_ids: + type: array + items: + type: number + example: 878 + example: + - 878 + - 28 + - 12 + description: An array of genre IDs that represent the types of genres the movie falls under. + id: + type: number + example: 24428 + description: A unique identifier for the movie within the database. + media_type: + type: string + example: movie + description: A string that specifies the type of the media item + original_language: + type: string + example: en + description: The language in which the film was originally produced. + original_title: + type: string + example: The Avengers + description: The original title of the movie as it was released in its native language. + overview: + type: string + example: >- + When an unexpected enemy emerges and threatens + global safety and security, Nick Fury, director of + the international peacekeeping agency known as + S.H.I.E.L.D., finds himself in need of a team to + pull the world back from the brink of disaster. + Spanning the globe, a daring recruitment effort + begins! + description: A brief summary of the movie's plot. + popularity: + type: number + example: 132.151 + description: A numerical value indicating the popularity of the movie based on user ratings and engagement. A higher number suggests greater popularity in the viewing audience. + poster_path: + type: string + example: /RYMX2wcKCBAr24UyPD7xwmjaTn.jpg + description: The URL path to the movie's poster image (used for display purposes). + release_date: + type: string + example: '2012-04-25' + description: The date when the movie was released, represented in the format YYYY-MM-DD, indicating the specific day the movie became available to the public. + title: + type: string + example: The Avengers + description: The title of the movie as it appears in releases. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 7.724 + description: The average rating of the movie based on user votes. + vote_count: + type: number + example: 30925 + description: An integer representing the total number of votes that the movie has received. + example: + - adult: false + backdrop_path: /9BBTo63ANSmhC4e6r62OJFuK2GL.jpg + genre_ids: + - 878 + - 28 + - 12 + id: 24428 + media_type: movie + original_language: en + original_title: The Avengers + overview: >- + When an unexpected enemy emerges and threatens global + safety and security, Nick Fury, director of the + international peacekeeping agency known as + S.H.I.E.L.D., finds himself in need of a team to pull + the world back from the brink of disaster. Spanning + the globe, a daring recruitment effort begins! + popularity: 132.151 + poster_path: /RYMX2wcKCBAr24UyPD7xwmjaTn.jpg + release_date: '2012-04-25' + title: The Avengers + video: false + vote_average: 7.724 + vote_count: 30925 + - adult: false + backdrop_path: /6YwkGolwdOMNpbTOmLjoehlVWs5.jpg + genre_ids: + - 28 + - 12 + - 878 + id: 99861 + media_type: movie + original_language: en + original_title: 'Avengers: Age of Ultron' + overview: >- + When Tony Stark tries to jumpstart a dormant + peacekeeping program, things go awry and Earth’s + Mightiest Heroes are put to the ultimate test as the + fate of the planet hangs in the balance. As the + villainous Ultron emerges, it is up to The Avengers to + stop him from enacting his terrible plans, and soon + uneasy alliances and unexpected action pave the way + for an epic and unique global adventure. + popularity: 93.226 + poster_path: /4ssDuvEDkSArWEdyBl2X5EHvYKU.jpg + release_date: '2015-04-22' + title: 'Avengers: Age of Ultron' + video: false + vote_average: 7.274 + vote_count: 23034 + - adult: false + backdrop_path: /mDfJG3LC3Dqb67AZ52x3Z0jU0uB.jpg + genre_ids: + - 12 + - 28 + - 878 + id: 299536 + media_type: movie + original_language: en + original_title: 'Avengers: Infinity War' + overview: >- + As the Avengers and their allies have continued to + protect the world from threats too large for any one + hero to handle, a new danger has emerged from the + cosmic shadows: Thanos. A despot of intergalactic + infamy, his goal is to collect all six Infinity + Stones, artifacts of unimaginable power, and use them + to inflict his twisted will on all of reality. + Everything the Avengers have fought for has led up to + this moment - the fate of Earth and existence itself + has never been more uncertain. + popularity: 213.079 + poster_path: /7WsyChQLEftFiDOVTGkv3hFpyyt.jpg + release_date: '2018-04-25' + title: 'Avengers: Infinity War' + video: false + vote_average: 8.242 + vote_count: 29902 + - adult: false + backdrop_path: /7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg + genre_ids: + - 12 + - 878 + - 28 + id: 299534 + media_type: movie + original_language: en + original_title: 'Avengers: Endgame' + overview: >- + After the devastating events of Avengers: Infinity + War, the universe is in ruins due to the efforts of + the Mad Titan, Thanos. With the help of remaining + allies, the Avengers must assemble once more in order + to undo Thanos' actions and restore order to the + universe once and for all, no matter what consequences + may be in store. + popularity: 120.474 + poster_path: /bR8ISy1O9XQxqiy0fQFw2BX72RQ.jpg + release_date: '2019-04-24' + title: 'Avengers: Endgame' + video: false + vote_average: 8.246 + vote_count: 25766 + description: refers to individual movies that are part of the larger collection identified as "The Avengers Collection". + poster_path: + type: string + example: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + description: The URL path to the movie's poster image (used for display purposes). + examples: + details: + value: + backdrop_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + id: 86311 + name: The Avengers Collection + overview: >- + A superhero film series produced by Marvel Studios based + on the Marvel Comics superhero team of the same name, and + part of the Marvel Cinematic Universe (MCU). The series + features an ensemble cast from the Marvel Cinematic + Universe series films, as they join forces for the + peacekeeping organization S.H.I.E.L.D. led by Nick Fury. + parts: + - adult: false + backdrop_path: /9BBTo63ANSmhC4e6r62OJFuK2GL.jpg + genre_ids: + - 878 + - 28 + - 12 + id: 24428 + media_type: movie + original_language: en + original_title: The Avengers + overview: >- + When an unexpected enemy emerges and threatens global + safety and security, Nick Fury, director of the + international peacekeeping agency known as + S.H.I.E.L.D., finds himself in need of a team to pull + the world back from the brink of disaster. Spanning + the globe, a daring recruitment effort begins! + popularity: 132.151 + poster_path: /RYMX2wcKCBAr24UyPD7xwmjaTn.jpg + release_date: '2012-04-25' + title: The Avengers + video: false + vote_average: 7.724 + vote_count: 30925 + - adult: false + backdrop_path: /6YwkGolwdOMNpbTOmLjoehlVWs5.jpg + genre_ids: + - 28 + - 12 + - 878 + id: 99861 + media_type: movie + original_language: en + original_title: 'Avengers: Age of Ultron' + overview: >- + When Tony Stark tries to jumpstart a dormant + peacekeeping program, things go awry and Earth’s + Mightiest Heroes are put to the ultimate test as the + fate of the planet hangs in the balance. As the + villainous Ultron emerges, it is up to The Avengers to + stop him from enacting his terrible plans, and soon + uneasy alliances and unexpected action pave the way + for an epic and unique global adventure. + popularity: 93.226 + poster_path: /4ssDuvEDkSArWEdyBl2X5EHvYKU.jpg + release_date: '2015-04-22' + title: 'Avengers: Age of Ultron' + video: false + vote_average: 7.274 + vote_count: 23034 + - adult: false + backdrop_path: /mDfJG3LC3Dqb67AZ52x3Z0jU0uB.jpg + genre_ids: + - 12 + - 28 + - 878 + id: 299536 + media_type: movie + original_language: en + original_title: 'Avengers: Infinity War' + overview: >- + As the Avengers and their allies have continued to + protect the world from threats too large for any one + hero to handle, a new danger has emerged from the + cosmic shadows: Thanos. A despot of intergalactic + infamy, his goal is to collect all six Infinity + Stones, artifacts of unimaginable power, and use them + to inflict his twisted will on all of reality. + Everything the Avengers have fought for has led up to + this moment - the fate of Earth and existence itself + has never been more uncertain. + popularity: 213.079 + poster_path: /7WsyChQLEftFiDOVTGkv3hFpyyt.jpg + release_date: '2018-04-25' + title: 'Avengers: Infinity War' + video: false + vote_average: 8.242 + vote_count: 29902 + - adult: false + backdrop_path: /7RyHsO4yDXtBv1zUU3mTpHeQ0d5.jpg + genre_ids: + - 12 + - 878 + - 28 + id: 299534 + media_type: movie + original_language: en + original_title: 'Avengers: Endgame' + overview: >- + After the devastating events of Avengers: Infinity + War, the universe is in ruins due to the efforts of + the Mad Titan, Thanos. With the help of remaining + allies, the Avengers must assemble once more in order + to undo Thanos' actions and restore order to the + universe once and for all, no matter what consequences + may be in store. + popularity: 120.474 + poster_path: /bR8ISy1O9XQxqiy0fQFw2BX72RQ.jpg + release_date: '2019-04-24' + title: 'Avengers: Endgame' + video: false + vote_average: 8.246 + vote_count: 25766 + poster_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + + /collection/{collection_id}/images: + get: + tags: + - COLLECTIONS + summary: Images + description: This endpoint get the images that belong to a collection. + operationId: images + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/collection_id' + - name: include_image_language + in: query + description: It specify a comma-separated list of ISO-639-1 language codes (e.g., en,null) to filter the image metadata returned in API responses. + schema: + type: string + + + responses: + '200': + description: images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=14524 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 30 Dec 2024 16:14:21 GMT + ETag: + schema: + type: string + example: W/"99052f4da1462bca5c408a9421ae0ab4" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 9c90b41a9e5ac2856624d29ed4da4234.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: V4SeWegCU2flMNFJyYtRiBMzNhkS0mdwMC3yq_YVkAfRV8WMioo0jg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '11265' + x-memc-expires: + schema: + type: string + example: '14524' + x-memc-key: + schema: + type: string + example: 30690977f31d18df5ef94f00052106ab + content: + application/json: + schema: + type: object + properties: + backdrops: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 1.778 + description: The aspect ratio of the image (width divided by height), represented as a decimal number. + file_path: + type: string + example: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + description: The path to the image file on the server, used to construct the URL to access the image. + height: + type: number + example: 1080 + description: The height of the image in pixels. + iso_639_1: + type: string + nullable: true + example: null + description: The ISO 639-1 code representing the language of the image. + vote_average: + type: number + example: 10 + description: The average rating score assigned to the image or collection, typically on a scale of 1 to 10. + vote_count: + type: number + example: 5 + description: The total number of votes cast for the image or collection, indicating its popularity or reception. + width: + type: number + example: 1920 + description: The width of the image in pixels. + description: A collection of backdrop images associated with the collection. + example: + - aspect_ratio: 1.778 + file_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + height: 1080 + iso_639_1: null + vote_average: 10 + vote_count: 5 + width: 1920 + - aspect_ratio: 1.778 + file_path: /2UNUv4NJdC36E5myDHACBJ99EwL.jpg + height: 1080 + iso_639_1: null + vote_average: 8.034 + vote_count: 5 + width: 1920 + - aspect_ratio: 1.781 + file_path: /zUG2zOM55MAtpzeSQNMjPHhcNWi.jpg + height: 1080 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 1924 + - aspect_ratio: 1.778 + file_path: /agmQLAo3mdp7bPe9vPrd1mqrYeM.jpg + height: 2160 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /hX4RYoBxL04P45xs1fJaTKYGet4.jpg + height: 1080 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /irDiLpzsJVFRg6FAbOL7IVvYrpl.jpg + height: 1080 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.6 + file_path: /xCbb3hIID1AnEOBxPzsnBXG3n2h.jpg + height: 900 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1440 + - aspect_ratio: 1.778 + file_path: /9FQyNBfKv35D3drXRTnhhDO9Ys1.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /lqtqA95u6Aa8anss9q6wP6DnUq9.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /smLccpWC4ElF5xyjD9Xt0Zu2gna.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /m8nu2QHr704qQtAGWC3RfSuVSJb.jpg + height: 1080 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /yABPtsjom74BdRR73AhyoDErrL0.jpg + height: 2160 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /bdQzT9X6kF56lJjRRJeJQcVQBS6.jpg + height: 1080 + iso_639_1: pt + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ksE3GPQ4jKMDjg2vIvRYygYrj1f.jpg + height: 720 + iso_639_1: null + vote_average: 0.166 + vote_count: 2 + width: 1280 + - aspect_ratio: 1.778 + file_path: /94ubpd0Ro0vDf31wkSojP20VZJ7.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /6Ho6Qg9DpSaOLr3OLgaHUYtlA6j.jpg + height: 1080 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /p4pohr99MQXFCk0MJMGyj4iwLYr.jpg + height: 2160 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 3840 + id: + type: number + example: 86311 + description: A unique identifier for the collection or item. + posters: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 0.667 + description: The aspect ratio of the image (width divided by height), represented as a decimal number. + file_path: + type: string + example: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + description: The path to the image file on the server, used to construct the URL to access the image. + height: + type: number + example: 1500 + description: The height of the image in pixels. + iso_639_1: + type: string + nullable: true + example: en + description: The ISO 639-1 code representing the language of the image. + vote_average: + type: number + example: 6.676 + description: The average rating score assigned to the image or collection, typically on a scale of 1 to 10. + vote_count: + type: number + example: 20 + description: The total number of votes cast for the image or collection, indicating its popularity or reception. + width: + type: number + example: 1000 + description: The width of the image in pixels. + example: + - aspect_ratio: 0.667 + file_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + height: 1500 + iso_639_1: en + vote_average: 6.676 + vote_count: 20 + width: 1000 + - aspect_ratio: 0.667 + file_path: /5LkXlUPrRuhMAeVugr1xXcsZbV8.jpg + height: 3000 + iso_639_1: en + vote_average: 6.346 + vote_count: 13 + width: 2000 + - aspect_ratio: 0.667 + file_path: /yQpAleQ1KHebVem2vwWL6VPqILT.jpg + height: 1500 + iso_639_1: en + vote_average: 6.346 + vote_count: 13 + width: 1000 + - aspect_ratio: 0.701 + file_path: /kYVHFyJLZB7xxTlffhwuzeqsAvT.jpg + height: 1426 + iso_639_1: en + vote_average: 5.25 + vote_count: 10 + width: 1000 + - aspect_ratio: 0.667 + file_path: /bvjltR2nDuhf1NlnwCrgNwvHuIh.jpg + height: 1500 + iso_639_1: en + vote_average: 5.25 + vote_count: 8 + width: 1000 + - aspect_ratio: 0.667 + file_path: /aC3VJyuNpymHAf9pyQqB20EK4v6.jpg + height: 1500 + iso_639_1: en + vote_average: 4.884 + vote_count: 13 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yaC8DTvarpMU5QsOiLVgATIMovp.jpg + height: 3000 + iso_639_1: en + vote_average: 4.722 + vote_count: 9 + width: 2000 + - aspect_ratio: 0.667 + file_path: /qJawKUQcIBha507UahUlX0keOT7.jpg + height: 1500 + iso_639_1: en + vote_average: 4.508 + vote_count: 20 + width: 1000 + - aspect_ratio: 0.667 + file_path: /r0DKl4kZLcrcOfIl6TjLQdOVrHD.jpg + height: 1500 + iso_639_1: en + vote_average: 4.166 + vote_count: 19 + width: 1000 + - aspect_ratio: 0.722 + file_path: /hiLkVTP34V24JtzOQ22r7Uu8eMc.jpg + height: 900 + iso_639_1: en + vote_average: 3.974 + vote_count: 19 + width: 650 + - aspect_ratio: 0.667 + file_path: /yvrbNWhdQdYJvn31GM1musTxm3N.jpg + height: 1500 + iso_639_1: en + vote_average: 3.466 + vote_count: 15 + width: 1000 + - aspect_ratio: 0.667 + file_path: /w2ecAO6cZ1h7FtsT2KeysUte7cu.jpg + height: 1500 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /zfl38WLAglEpnS9yVHwilwbOsXE.jpg + height: 1500 + iso_639_1: ru + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xRgTmIWbsLjRIfFdOS6u5FTlAI2.jpg + height: 3000 + iso_639_1: es + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /aGQlwGCMiYq4iDcRPwZfVK6kiu9.jpg + height: 3000 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /mFQzLi0PG80hDKgAdFgBJrfvx6W.jpg + height: 1500 + iso_639_1: fr + vote_average: 3.334 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /mw7DYsV7GVYn29JXZjPOcex69YV.jpg + height: 1500 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xDbIqMePyccJbLp7DsSYkciFjFU.jpg + height: 3000 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.701 + file_path: /onprmzJA3NUiRIUB9FLM6AOMipQ.jpg + height: 2852 + iso_639_1: fr + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /whtJeVGRy1ZwhDmFCd7q8wahMUn.jpg + height: 1500 + iso_639_1: es + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /gXyeDg4vLlhcFBxtoAaC03FRGbD.jpg + height: 1500 + iso_639_1: pt + vote_average: 3.334 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.701 + file_path: /uYhTtQNzUbgCcOHCRxd2Zi7u9dK.jpg + height: 1426 + iso_639_1: zh + vote_average: 3.334 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.667 + file_path: /tqXiOD5rTyHgabO73Tpw9JDbd88.jpg + height: 3000 + iso_639_1: null + vote_average: 2.542 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /k0ZKsQOVlDYxjapzeZvCuDdAmkD.jpg + height: 1500 + iso_639_1: null + vote_average: 2.166 + vote_count: 6 + width: 1000 + - aspect_ratio: 0.667 + file_path: /h9PIPBez5Bf1zb3SXBjHgxgiac1.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /nuQ6zweT4r3qBFiMYzhGFejHlqM.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.732 + file_path: /sF2o0PNpfXTwLtQmkH6Ls780RZy.jpg + height: 870 + iso_639_1: en + vote_average: 1.75 + vote_count: 4 + width: 637 + - aspect_ratio: 0.667 + file_path: /ao0NvIgWmrmVJuSlymy1la9Y66w.jpg + height: 1500 + iso_639_1: ru + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xqN5CYdgauxw4tvbkhwum6YQdgR.jpg + height: 1500 + iso_639_1: ru + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /A0rU75Hn8Icvza3MKcIqNr91ujA.jpg + height: 3000 + iso_639_1: en + vote_average: 1.75 + vote_count: 6 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cftM0Wdkc8ZHZkb2FB2wgWrOPpQ.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /tU56OeCI0Q1Q7IEJeW0AsE5sRJa.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ciBe6lnHSxtJ2OhW2OmDWvC0x6Q.jpg + height: 1500 + iso_639_1: fr + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7FZWlcipoVed8D2I6Ti8bCHR2Un.jpg + height: 1500 + iso_639_1: zh + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /8HxgBGdTI8Gviy2dKPW0iANYBZx.jpg + height: 1500 + iso_639_1: zh + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /fMSxlk2zPpcXBn4R3TK3uqYjOpa.jpg + height: 960 + iso_639_1: en + vote_average: 1.57 + vote_count: 12 + width: 640 + - aspect_ratio: 0.667 + file_path: /9DOerMmIFrSsrQQm4NF8CJMK42T.jpg + height: 1500 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 1000 + - aspect_ratio: 0.667 + file_path: /gUUgzDtYOUaOIrMDMRMHPvMCC4i.jpg + height: 3000 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 2000 + - aspect_ratio: 0.667 + file_path: /f0xOjoWCGyMFT6zgwW7ElxcXkic.jpg + height: 1500 + iso_639_1: en + vote_average: 1.434 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7BFiRrHW0vnfVYyIONIBGP1aOtc.jpg + height: 1500 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.701 + file_path: /wshoNFvD20mt5HR63s1HK18kELZ.jpg + height: 1426 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.667 + file_path: /dWn9ymeZYEZkpk1EK5FMHOSx05B.jpg + height: 3000 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.701 + file_path: /3KRNMVcOAyFQDS1hpmhay2j9T8q.jpg + height: 1426 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.701 + file_path: /cc37JMwEJjBGS4KdPXUwwfrup21.jpg + height: 1426 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.701 + file_path: /kZF27S52By8MOc0DbaX9qhwDz5t.jpg + height: 1426 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.708 + file_path: /dGPtCnbJ0UovHmaw5veL2eenF3Y.jpg + height: 1754 + iso_639_1: en + vote_average: 0.972 + vote_count: 6 + width: 1241 + - aspect_ratio: 0.667 + file_path: /22oiz15BwsbdpoBTG3APidXdiMs.jpg + height: 3000 + iso_639_1: fr + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.701 + file_path: /zNFiNlIQgdNGt05e1yO0Nv5GPgJ.jpg + height: 1426 + iso_639_1: en + vote_average: 0.5 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.701 + file_path: /lCWZCWM96FD8mntFGuL8ij0UMBe.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 5 + width: 1051 + - aspect_ratio: 0.667 + file_path: /kvALfLboGdGmgpeP4OEP6CiKlDm.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ui1wBgNNEy8H4S5gmlY1mWgfzbd.jpg + height: 1500 + iso_639_1: es + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.71 + file_path: /afKUZSOVZRajahOyjDzINaqa6YD.jpg + height: 2818 + iso_639_1: pt + vote_average: 0.166 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1WMVlmhNDrQy4HzdWBpQIAdXG9t.jpg + height: 1500 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /lGBZW2q1jiYsU3nCuteSnos2oUg.jpg + height: 1500 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /vEgiN0OjlKoz2Eaz3sieKJp1XO3.jpg + height: 1500 + iso_639_1: es + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /697kEWpd1EvnTOvEtHneaz16HKf.jpg + height: 1500 + iso_639_1: fr + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /wPNvf7ChXxSu4Zp2H9cdctOEOFR.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /4ukiLS1wHgZjbMyFi9z2P7sNiGw.jpg + height: 2100 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 1400 + - aspect_ratio: 0.667 + file_path: /l8cbjjBevPLv2PIlvC3IK3jb5mA.jpg + height: 1500 + iso_639_1: sk + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /qyAN4lUJRvxQb4q3ZAlsKe2LdYu.jpg + height: 1500 + iso_639_1: pl + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xJzElFeRnrBrmOqDfmNNKblIVte.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /mm2HZGzH1EE71nzLA71eyEqzBPP.jpg + height: 1500 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /6CiofqRSJOmn2took2i4TOfzClZ.jpg + height: 1500 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7kDhziXAaMzBnKWW3om4ngWcImL.jpg + height: 1500 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /onIXErRZAtccMLPKxhFPRhxY6gu.jpg + height: 1500 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /nI50xksN8G3OOAyqaq7ks8mjrxj.jpg + height: 3000 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nNfquHUpAxQ5LigjvnuIkg9YRX2.jpg + height: 960 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 640 + - aspect_ratio: 0.667 + file_path: /1Q98LpwMyfDGuZuwlAMxp9DTZv4.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /rQLxUukZ1sLbDaOnhWqv1sYzWr.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /28MOyW5ZbkQOgBzDAYozfbpIqiN.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /13XhhZbygB6sW3VcAi1rJVycuID.jpg + height: 3000 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1ZfVLYZ6hIzVGoBGMSYYONByNWe.jpg + height: 2550 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1700 + - aspect_ratio: 0.667 + file_path: /y9KdwIoULrtWflTbFFEg9AhNm1f.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /qepj5C26dBb3LSSLaOIv9JYdXzz.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /gp3pah8JLyzp7ojVknjtBq3mn2F.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /eTQFYaKqOTSqloZmdJCPAp0kibV.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /iaqM27rvXKDtu9xMWcoEg1zp3CF.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /3ghulJLYHCb36zr65aa3I7oJMxS.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7a549upC4fRQSU51GOLWhW2RhiK.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /oGdn7v84NDnzfANK3FYodPn9CIy.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ipry6xO9Tbm2A3bkXvAzWXp6Oer.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /mZX36FUxrj0DUXK0igXVur7UzEQ.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /eL3jKkkGVI8AWN5gFrntXCegasM.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /fYw57vMRk6NuYydljVDc8DUuBRG.jpg + height: 900 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 600 + - aspect_ratio: 0.675 + file_path: /fZIiLwxnEw7W0IzzgAOzDZajhUB.jpg + height: 2960 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1998 + - aspect_ratio: 0.667 + file_path: /xzcDIOX7Aczv6nSrrw2Hz82FFmN.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /8o9EHzK6S2oEUnziAiTL8WrTy5B.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3CygvLoFmrsY1A7MXCUMdWt0CTK.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /yKDVMLFpy5tuMMbu11DJeRZbFAP.jpg + height: 2960 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1998 + - aspect_ratio: 0.667 + file_path: /mWF4vOSYOPGdFZmLLpOzk6Mb5Hk.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /wmsfywdtUEbWCNQoO6Pf0wQJeKK.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.675 + file_path: /ms62sd7CH679dzbQDSmLcaL6ztc.jpg + height: 2960 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1998 + - aspect_ratio: 0.71 + file_path: /z0ib01nlEXvjQENPgVxdoi4Yils.jpg + height: 2818 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /hWAyCiXcV9jGPYv3QLioRxT5HrZ.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /pXj5O87PtPDPdUYUUrSQsIEMqtk.jpg + height: 1500 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /zX1GKPHmo2e2lWFecxt72K0dhs7.jpg + height: 1500 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /spkLd7wxU3kcOkxBlin70iIIF3J.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /krxLoX8ZSxXhygGosISUpXo1kuB.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /zHHbU9Q4rwKhEMVfHEC0ZMREKIT.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + examples: + images: + value: + backdrops: + - aspect_ratio: 1.778 + file_path: /zuW6fOiusv4X9nnW3paHGfXcSll.jpg + height: 1080 + iso_639_1: null + vote_average: 10 + vote_count: 5 + width: 1920 + - aspect_ratio: 1.778 + file_path: /2UNUv4NJdC36E5myDHACBJ99EwL.jpg + height: 1080 + iso_639_1: null + vote_average: 8.034 + vote_count: 5 + width: 1920 + - aspect_ratio: 1.781 + file_path: /zUG2zOM55MAtpzeSQNMjPHhcNWi.jpg + height: 1080 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 1924 + - aspect_ratio: 1.778 + file_path: /agmQLAo3mdp7bPe9vPrd1mqrYeM.jpg + height: 2160 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /hX4RYoBxL04P45xs1fJaTKYGet4.jpg + height: 1080 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /irDiLpzsJVFRg6FAbOL7IVvYrpl.jpg + height: 1080 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.6 + file_path: /xCbb3hIID1AnEOBxPzsnBXG3n2h.jpg + height: 900 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1440 + - aspect_ratio: 1.778 + file_path: /9FQyNBfKv35D3drXRTnhhDO9Ys1.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /lqtqA95u6Aa8anss9q6wP6DnUq9.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /smLccpWC4ElF5xyjD9Xt0Zu2gna.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /m8nu2QHr704qQtAGWC3RfSuVSJb.jpg + height: 1080 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /yABPtsjom74BdRR73AhyoDErrL0.jpg + height: 2160 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /bdQzT9X6kF56lJjRRJeJQcVQBS6.jpg + height: 1080 + iso_639_1: pt + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ksE3GPQ4jKMDjg2vIvRYygYrj1f.jpg + height: 720 + iso_639_1: null + vote_average: 0.166 + vote_count: 2 + width: 1280 + - aspect_ratio: 1.778 + file_path: /94ubpd0Ro0vDf31wkSojP20VZJ7.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /6Ho6Qg9DpSaOLr3OLgaHUYtlA6j.jpg + height: 1080 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /p4pohr99MQXFCk0MJMGyj4iwLYr.jpg + height: 2160 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 3840 + id: 86311 + posters: + - aspect_ratio: 0.667 + file_path: /yFSIUVTCvgYrpalUktulvk3Gi5Y.jpg + height: 1500 + iso_639_1: en + vote_average: 6.676 + vote_count: 20 + width: 1000 + - aspect_ratio: 0.667 + file_path: /5LkXlUPrRuhMAeVugr1xXcsZbV8.jpg + height: 3000 + iso_639_1: en + vote_average: 6.346 + vote_count: 13 + width: 2000 + - aspect_ratio: 0.667 + file_path: /yQpAleQ1KHebVem2vwWL6VPqILT.jpg + height: 1500 + iso_639_1: en + vote_average: 6.346 + vote_count: 13 + width: 1000 + - aspect_ratio: 0.701 + file_path: /kYVHFyJLZB7xxTlffhwuzeqsAvT.jpg + height: 1426 + iso_639_1: en + vote_average: 5.25 + vote_count: 10 + width: 1000 + - aspect_ratio: 0.667 + file_path: /bvjltR2nDuhf1NlnwCrgNwvHuIh.jpg + height: 1500 + iso_639_1: en + vote_average: 5.25 + vote_count: 8 + width: 1000 + - aspect_ratio: 0.667 + file_path: /aC3VJyuNpymHAf9pyQqB20EK4v6.jpg + height: 1500 + iso_639_1: en + vote_average: 4.884 + vote_count: 13 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yaC8DTvarpMU5QsOiLVgATIMovp.jpg + height: 3000 + iso_639_1: en + vote_average: 4.722 + vote_count: 9 + width: 2000 + - aspect_ratio: 0.667 + file_path: /qJawKUQcIBha507UahUlX0keOT7.jpg + height: 1500 + iso_639_1: en + vote_average: 4.508 + vote_count: 20 + width: 1000 + - aspect_ratio: 0.667 + file_path: /r0DKl4kZLcrcOfIl6TjLQdOVrHD.jpg + height: 1500 + iso_639_1: en + vote_average: 4.166 + vote_count: 19 + width: 1000 + - aspect_ratio: 0.722 + file_path: /hiLkVTP34V24JtzOQ22r7Uu8eMc.jpg + height: 900 + iso_639_1: en + vote_average: 3.974 + vote_count: 19 + width: 650 + - aspect_ratio: 0.667 + file_path: /yvrbNWhdQdYJvn31GM1musTxm3N.jpg + height: 1500 + iso_639_1: en + vote_average: 3.466 + vote_count: 15 + width: 1000 + - aspect_ratio: 0.667 + file_path: /w2ecAO6cZ1h7FtsT2KeysUte7cu.jpg + height: 1500 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /zfl38WLAglEpnS9yVHwilwbOsXE.jpg + height: 1500 + iso_639_1: ru + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xRgTmIWbsLjRIfFdOS6u5FTlAI2.jpg + height: 3000 + iso_639_1: es + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /aGQlwGCMiYq4iDcRPwZfVK6kiu9.jpg + height: 3000 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /mFQzLi0PG80hDKgAdFgBJrfvx6W.jpg + height: 1500 + iso_639_1: fr + vote_average: 3.334 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /mw7DYsV7GVYn29JXZjPOcex69YV.jpg + height: 1500 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xDbIqMePyccJbLp7DsSYkciFjFU.jpg + height: 3000 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.701 + file_path: /onprmzJA3NUiRIUB9FLM6AOMipQ.jpg + height: 2852 + iso_639_1: fr + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /whtJeVGRy1ZwhDmFCd7q8wahMUn.jpg + height: 1500 + iso_639_1: es + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /gXyeDg4vLlhcFBxtoAaC03FRGbD.jpg + height: 1500 + iso_639_1: pt + vote_average: 3.334 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.701 + file_path: /uYhTtQNzUbgCcOHCRxd2Zi7u9dK.jpg + height: 1426 + iso_639_1: zh + vote_average: 3.334 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.667 + file_path: /tqXiOD5rTyHgabO73Tpw9JDbd88.jpg + height: 3000 + iso_639_1: null + vote_average: 2.542 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /k0ZKsQOVlDYxjapzeZvCuDdAmkD.jpg + height: 1500 + iso_639_1: null + vote_average: 2.166 + vote_count: 6 + width: 1000 + - aspect_ratio: 0.667 + file_path: /h9PIPBez5Bf1zb3SXBjHgxgiac1.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /nuQ6zweT4r3qBFiMYzhGFejHlqM.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.732 + file_path: /sF2o0PNpfXTwLtQmkH6Ls780RZy.jpg + height: 870 + iso_639_1: en + vote_average: 1.75 + vote_count: 4 + width: 637 + - aspect_ratio: 0.667 + file_path: /ao0NvIgWmrmVJuSlymy1la9Y66w.jpg + height: 1500 + iso_639_1: ru + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xqN5CYdgauxw4tvbkhwum6YQdgR.jpg + height: 1500 + iso_639_1: ru + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /A0rU75Hn8Icvza3MKcIqNr91ujA.jpg + height: 3000 + iso_639_1: en + vote_average: 1.75 + vote_count: 6 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cftM0Wdkc8ZHZkb2FB2wgWrOPpQ.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /tU56OeCI0Q1Q7IEJeW0AsE5sRJa.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ciBe6lnHSxtJ2OhW2OmDWvC0x6Q.jpg + height: 1500 + iso_639_1: fr + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7FZWlcipoVed8D2I6Ti8bCHR2Un.jpg + height: 1500 + iso_639_1: zh + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /8HxgBGdTI8Gviy2dKPW0iANYBZx.jpg + height: 1500 + iso_639_1: zh + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /fMSxlk2zPpcXBn4R3TK3uqYjOpa.jpg + height: 960 + iso_639_1: en + vote_average: 1.57 + vote_count: 12 + width: 640 + - aspect_ratio: 0.667 + file_path: /9DOerMmIFrSsrQQm4NF8CJMK42T.jpg + height: 1500 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 1000 + - aspect_ratio: 0.667 + file_path: /gUUgzDtYOUaOIrMDMRMHPvMCC4i.jpg + height: 3000 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 2000 + - aspect_ratio: 0.667 + file_path: /f0xOjoWCGyMFT6zgwW7ElxcXkic.jpg + height: 1500 + iso_639_1: en + vote_average: 1.434 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7BFiRrHW0vnfVYyIONIBGP1aOtc.jpg + height: 1500 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.701 + file_path: /wshoNFvD20mt5HR63s1HK18kELZ.jpg + height: 1426 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.667 + file_path: /dWn9ymeZYEZkpk1EK5FMHOSx05B.jpg + height: 3000 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.701 + file_path: /3KRNMVcOAyFQDS1hpmhay2j9T8q.jpg + height: 1426 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.701 + file_path: /cc37JMwEJjBGS4KdPXUwwfrup21.jpg + height: 1426 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.701 + file_path: /kZF27S52By8MOc0DbaX9qhwDz5t.jpg + height: 1426 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.708 + file_path: /dGPtCnbJ0UovHmaw5veL2eenF3Y.jpg + height: 1754 + iso_639_1: en + vote_average: 0.972 + vote_count: 6 + width: 1241 + - aspect_ratio: 0.667 + file_path: /22oiz15BwsbdpoBTG3APidXdiMs.jpg + height: 3000 + iso_639_1: fr + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.701 + file_path: /zNFiNlIQgdNGt05e1yO0Nv5GPgJ.jpg + height: 1426 + iso_639_1: en + vote_average: 0.5 + vote_count: 5 + width: 1000 + - aspect_ratio: 0.701 + file_path: /lCWZCWM96FD8mntFGuL8ij0UMBe.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 5 + width: 1051 + - aspect_ratio: 0.667 + file_path: /kvALfLboGdGmgpeP4OEP6CiKlDm.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ui1wBgNNEy8H4S5gmlY1mWgfzbd.jpg + height: 1500 + iso_639_1: es + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.71 + file_path: /afKUZSOVZRajahOyjDzINaqa6YD.jpg + height: 2818 + iso_639_1: pt + vote_average: 0.166 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1WMVlmhNDrQy4HzdWBpQIAdXG9t.jpg + height: 1500 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /lGBZW2q1jiYsU3nCuteSnos2oUg.jpg + height: 1500 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /vEgiN0OjlKoz2Eaz3sieKJp1XO3.jpg + height: 1500 + iso_639_1: es + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /697kEWpd1EvnTOvEtHneaz16HKf.jpg + height: 1500 + iso_639_1: fr + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /wPNvf7ChXxSu4Zp2H9cdctOEOFR.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /4ukiLS1wHgZjbMyFi9z2P7sNiGw.jpg + height: 2100 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 1400 + - aspect_ratio: 0.667 + file_path: /l8cbjjBevPLv2PIlvC3IK3jb5mA.jpg + height: 1500 + iso_639_1: sk + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /qyAN4lUJRvxQb4q3ZAlsKe2LdYu.jpg + height: 1500 + iso_639_1: pl + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xJzElFeRnrBrmOqDfmNNKblIVte.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /mm2HZGzH1EE71nzLA71eyEqzBPP.jpg + height: 1500 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /6CiofqRSJOmn2took2i4TOfzClZ.jpg + height: 1500 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7kDhziXAaMzBnKWW3om4ngWcImL.jpg + height: 1500 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /onIXErRZAtccMLPKxhFPRhxY6gu.jpg + height: 1500 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /nI50xksN8G3OOAyqaq7ks8mjrxj.jpg + height: 3000 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nNfquHUpAxQ5LigjvnuIkg9YRX2.jpg + height: 960 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 640 + - aspect_ratio: 0.667 + file_path: /1Q98LpwMyfDGuZuwlAMxp9DTZv4.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /rQLxUukZ1sLbDaOnhWqv1sYzWr.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /28MOyW5ZbkQOgBzDAYozfbpIqiN.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /13XhhZbygB6sW3VcAi1rJVycuID.jpg + height: 3000 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1ZfVLYZ6hIzVGoBGMSYYONByNWe.jpg + height: 2550 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1700 + - aspect_ratio: 0.667 + file_path: /y9KdwIoULrtWflTbFFEg9AhNm1f.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /qepj5C26dBb3LSSLaOIv9JYdXzz.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /gp3pah8JLyzp7ojVknjtBq3mn2F.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /eTQFYaKqOTSqloZmdJCPAp0kibV.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /iaqM27rvXKDtu9xMWcoEg1zp3CF.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /3ghulJLYHCb36zr65aa3I7oJMxS.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7a549upC4fRQSU51GOLWhW2RhiK.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /oGdn7v84NDnzfANK3FYodPn9CIy.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ipry6xO9Tbm2A3bkXvAzWXp6Oer.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /mZX36FUxrj0DUXK0igXVur7UzEQ.jpg + height: 1500 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /eL3jKkkGVI8AWN5gFrntXCegasM.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /fYw57vMRk6NuYydljVDc8DUuBRG.jpg + height: 900 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 600 + - aspect_ratio: 0.675 + file_path: /fZIiLwxnEw7W0IzzgAOzDZajhUB.jpg + height: 2960 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1998 + - aspect_ratio: 0.667 + file_path: /xzcDIOX7Aczv6nSrrw2Hz82FFmN.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /8o9EHzK6S2oEUnziAiTL8WrTy5B.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3CygvLoFmrsY1A7MXCUMdWt0CTK.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /yKDVMLFpy5tuMMbu11DJeRZbFAP.jpg + height: 2960 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1998 + - aspect_ratio: 0.667 + file_path: /mWF4vOSYOPGdFZmLLpOzk6Mb5Hk.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /wmsfywdtUEbWCNQoO6Pf0wQJeKK.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.675 + file_path: /ms62sd7CH679dzbQDSmLcaL6ztc.jpg + height: 2960 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1998 + - aspect_ratio: 0.71 + file_path: /z0ib01nlEXvjQENPgVxdoi4Yils.jpg + height: 2818 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /hWAyCiXcV9jGPYv3QLioRxT5HrZ.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /pXj5O87PtPDPdUYUUrSQsIEMqtk.jpg + height: 1500 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /zX1GKPHmo2e2lWFecxt72K0dhs7.jpg + height: 1500 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /spkLd7wxU3kcOkxBlin70iIIF3J.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /krxLoX8ZSxXhygGosISUpXo1kuB.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /zHHbU9Q4rwKhEMVfHEC0ZMREKIT.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + + /collection/{collection_id}/translations: + get: + tags: + - COLLECTIONS + summary: Translations + description: This endpoint retrieves the language translations for a specified collection of movies. + operationId: translations + parameters: + - $ref: '#/components/parameters/collection_id' + responses: + '200': + description: translations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=19395 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 30 Dec 2024 16:15:10 GMT + ETag: + schema: + type: string + example: W/"5a29203abf8ae9bca33eb0f18d76266e" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ddeb8679359f033dad405557c487bfdc.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: j3wdmlzwiMi9JQuudIZJC3k8jdRydMuG4cxndvV5cNoi6EaaZk7j1g== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '4078' + x-memc-expires: + schema: + type: string + example: '19395' + x-memc-key: + schema: + type: string + example: 5906ecb4c54712293cff481fa43a720f + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 86311 + description: A unique identifier for the collection + translations: + type: array + items: + type: object + properties: + data: + type: object + properties: + homepage: + type: string + example: '' + description: A URL that directs to the official homepage for the collection. + overview: + type: string + example: >- + 美国队长在被冰封数年后,终于苏醒过来。这个世界已经不再是他过去所熟悉的样子,各类型的邪恶对手层出不穷。于是美国队长、钢铁侠、雷神、绿巨人等超级英雄聚集在一起,组成史上最强大的“复仇者”团队,共同惩恶扬善,为和平而战。 + description: A brief summary of the collection + title: + type: string + example: 复仇者联盟(系列) + description: The title of the collection. + english_name: + type: string + example: Mandarin + description: The name of the collection in English. + iso_3166_1: + type: string + example: CN + description: The ISO 3166-1 code that represents the region or country where the translation is applicable. + iso_639_1: + type: string + example: zh + description: The ISO 639-1 code that indicates the language of the translation + name: + type: string + example: 普通话 + description: The name of the collection in the specified language indicated by the ISO codes above. + example: + - data: + homepage: '' + overview: >- + 美国队长在被冰封数年后,终于苏醒过来。这个世界已经不再是他过去所熟悉的样子,各类型的邪恶对手层出不穷。于是美国队长、钢铁侠、雷神、绿巨人等超级英雄聚集在一起,组成史上最强大的“复仇者”团队,共同惩恶扬善,为和平而战。 + title: 复仇者联盟(系列) + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: Samling af film om heltene fra 'Avengers' + title: The Avengers (Samling) + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + homepage: '' + overview: >- + A Bosszúállók gyűjtemény a Marvel Moziverzum (Marvel + Cinematic Universe, MCU) azon filmjeit gyűjti egy + csokorba, melyekben a Marvel Moziverzum válogatott + hősei összefognak a Nick Fury vezette S.H.I.E.L.D + békefenntartó szervezettel, hogy megvédjék a Földet + az idegen támadásoktól. + title: Bosszúállók gyűjtemény + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + homepage: '' + overview: '' + title: '' + english_name: Norwegian Bokmål + iso_3166_1: 'NO' + iso_639_1: nb + name: Bokmål + - data: + homepage: '' + overview: '' + title: '' + english_name: Norwegian + iso_3166_1: 'NO' + iso_639_1: 'no' + name: Norsk + - data: + homepage: '' + overview: >- + O serie de filme cu supereroi produsă de Studiourile + Marvel bazată pe echipa de supereroi Marvel Comics + cu același nume și care face parte din Marvel + Cinematic Universe (MCU). Serialul prezintă o + distribuție de ansamblu din seria de filme Marvel + Cinematic Universe, în timp ce își unesc forțele + pentru organizația de menținere a păcii S.H.I.E.L.D. + condus de Nick Fury. + title: Colecția Răzbunătorii + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + homepage: '' + overview: >- + Een superheldenfilmserie geproduceerd door Marvel + Studios op basis van het Marvel Comics + superheldenteam met dezelfde naam en onderdeel van + de Marvel Cinematic Universe (MCU). De serie bevat + een ensemblecast uit de films van de Marvel + Cinematic Universe-serie, wanneer ze hun krachten + bundelen voor de vredesorganisatie S.H.I.E.L.D. + onder leiding van Nick Fury. + title: The Avengers Collectie + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + homepage: '' + overview: >- + Die Organisation S.H.I.E.L.D., ein international + agierender Nachrichtendienst, vereint viele Marvel + Superhelden wie z. B. Iron Man, Thor, Captain + America, Hawkeye, dem Unglaublichen Hulk und Black + Widow, um die Erde vor scheinbar übermächtigen + Gegnern zu schützen. + title: Marvel's The Avengers Filmreihe + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + homepage: '' + overview: >- + Une série de films de super-héros produite par + Marvel Studios qui se base sur l'équipe de + super-héros issue de l'univers de Marvel Comics. La + série met en scène des super-héros unissant leurs + forces pour aider l'organisation de maintien de la + paix SHIELD dirigée par Nick Fury. + title: Avengers - Saga + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + homepage: '' + overview: >- + Marvel Studio uvádí super hrdinský tým všech dob + Avengers, který přestaví ikonické super hrdiny – + Iron Mana, Neuvěřitelného Hulka, Thora, Captaina + America, Hawkeye a Black Widow. Když se objeví + nečekaný nepřítel, který ohrožuje světovou + bezpečnost, Nick Fury, ředitel mezinárodní mírové + agentury, známé také jako S.H.I.E.L.D., zjistí, že + potřebuje tým, aby odvrátil světovou katastrofu. + Začíná provádět nábor po celém světě. + title: Avengers (kolekce) + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + homepage: '' + overview: >- + Avengers, även känd under namnet Hämnarna i Sverige, + är en amerikansk superhjältegrupp i egen + serietidning skapad av Stan Lee och Jack Kirby, + publicerad av Marvel Comics. + title: Avengers (samling) + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + homepage: '' + overview: >- + Colección de películas de los vengadores de Marvel, + incluyendo Thor, Capitán América, Iron Man, El + Increíble Hulk y Ojo de Halcón, entre otros. + title: Los Vengadores - Colección + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + homepage: '' + overview: >- + Uma série de filmes de super-heróis produzida pela + Marvel Studios com base na equipa de super-heróis + Marvel Comics do mesmo nome, e parte do Universo + Cinematográfico Marvel (MCU). A série apresenta um + elenco dos filmes da série Universo Cinematográfico + Marvel, uma vez que unem forças para a organização + de manutenção da paz com a ajuda da S.H.I.E.L.D. + liderado por Nick Fury. + title: Vingadores - Coleção + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + homepage: '' + overview: >- + הסרטים מאחדים את גיבורי העל איירון מן, קפטן אמריקה, + תור, הענק הירוק, הוקאיי והאלמנה השחורה. עלילת הסרטים + ממשיכה את עלילתם של סרטי מארוול הקודמים, כאשר באופן + כרונולוגי העלילה מתחילה בסרט המבוסס על קפטן אמריקה, + שמתקיים בזמן מלחמת העולם השנייה. + title: הנוקמים - אוסף + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + homepage: '' + overview: >- + Marvel Sinematik Evreni'nin (MCU) önemli bir + parçasıdır ve süper kahramanların bir araya gelerek + dünyayı koruma mücadelesini konu alır. İlk filmi + 2012'de çıkan "Yenilmezler" ile başlayan bu seri, + birçok ikonik karakteri ve onların birbirleriyle + olan ilişkilerini keşfeder. Temel hikâye, farklı + geçmişlere ve güçlere sahip süper kahramanların, + dünya üzerindeki tehditlerle başa çıkmak için bir + araya gelmeleridir. Başlıca karakterler arasında + Iron Man (Tony Stark), Captain America (Steve + Rogers), Thor, Hulk (Bruce Banner), Black Widow + (Natasha Romanoff) ve Hawkeye (Clint Barton) yer + alır. Bu karakterlerin her biri, kendi solo + filmlerinde tanıtılmıştır ve Yenilmezler serisi, bu + karakterlerin birlikte çalışarak büyük düşmanlara + karşı koyduğu olayları anlatır. + title: Yenilmezler [Seri] + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + homepage: '' + overview: >- + A superhero film series produced by Marvel Studios + based on the Marvel Comics superhero team of the + same name, and part of the Marvel Cinematic Universe + (MCU). The series features an ensemble cast from + the Marvel Cinematic Universe series films, as they + join forces for the peacekeeping organization + S.H.I.E.L.D. led by Nick Fury. + title: '' + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + homepage: '' + overview: '' + title: アベンジャーズ シリーズ + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + homepage: '' + overview: '' + title: '' + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + homepage: '' + overview: >- + 어벤져스 시리즈는 마블 코믹스의 슈퍼 히어로 집단 어벤져스의 활약을 영화화 한 시리즈이다. + 1, 2편은 조스 웨던이, 3, 4편은 루소 형제가 감독을 맡았다. 현재까지 마블 시네마틱 + 유니버스의 유일하게 4부작으로 개봉된 시리즈이다 + title: 어벤져스 시리즈 + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + homepage: '' + overview: >- + Superbohaterskie filmy produkowane przez Marvel + Studios, oparty na superbohaterskiej drużynie z + komiksów Marvela o tej samej nazwie, będący częścią + Marvel Cinematic Universe (MCU). Seria zawiera + ensemble cast z filmów serii Marvel Cinematic + Universe, jak połączyć siły dla organizacji + pokojowej S.H.I.E.L.D. pod przewodnictwem Nicka + Fury'ego. + title: Avengers - Kolekcja + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + homepage: '' + overview: >- + «Мстители»— элитная команда супергероев из комиксов + компании Marvel. Она была создана писателем Стэном + Ли и художником Джеком Кирби и впервые появилась в + комиксе The Avengers #1 в сентябре 1963 года. + Мстители, прозванные впоследствии «Самыми могучими + героями Земли», первоначально состояли из + Человека-Муравья, Осы, Тора, Железного Человека и + Халка. Однако с самого начала в составе команды + стали происходить изменения: Халк вскоре покинул + Мстителей, и к ним присоединился Капитан Америка. + Изменяющийся состав стал визитной карточкой команды, + хотя некоторое постоянство всё-таки сохранялось: + Мстители сражались с такими врагами, одолеть которых + в одиночку не мог ни один супергерой — так появилась + фирменная фраза: «Мстители, собирайтесь!». За всё + время существования команды в ней побывали люди, + мутанты, роботы, боги, пришельцы, сверхъестественные + существа и даже бывшие злодеи. + title: Мстители (Коллекция) + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + homepage: '' + overview: >- + Avengers è una serie di film di supereroi prodotta + da Marvel Studios basata sull'omonimo team di + supereroi Marvel Comics e parte del Marvel Cinematic + Universe (MCU). La serie racconta le avventure di + diversi supereroi che uniscono le forze per + mantenere la pace nel mondo guidati da Nick Fury + dell'agenzia di intelligence internazionale + S.H.I.E.L.D. + title: Avengers - Collezione + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + homepage: '' + overview: '' + title: Avengers (kolekcia) + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + homepage: '' + overview: >- + Uma série de filmes de super-heróis produzida pela + Marvel Studios com base na equipe de super-heróis + Marvel Comics do mesmo nome, e parte do Universo + Cinematográfico Marvel (MCU). A série apresenta um + elenco dos filmes da série Universo Cinematográfico + Marvel, uma vez que unem forças para a organização + de manutenção da paz com a ajuda da S.H.I.E.L.D. + liderado por Nick Fury. + title: 'Os Vingadores: Coleção' + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + homepage: '' + overview: >- + Una serie de películas de superhéroes producida por + Marvel Studios, basada en las historietas homónimas. + Cuenta con un elenco de la serie Marvel Cinematic + Universe, que unen fuerzas en el grupo S.H.I.E.L.D. + title: Avengers (Vengadores) - Colección + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + homepage: '' + overview: '' + title: 復仇者聯盟(系列) + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: >- + Une série de films de super-héros produite par + Marvel Studios qui se base sur l'équipe de + super-héros issue de l'univers de Marvel Comics. La + série met en scène des super-héros unissant leurs + forces pour aider l'organisation de maintien de la + paix SHIELD dirigée par Nick Fury. + title: Collection Les Avengers + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + - data: + homepage: '' + overview: >- + Μια σειρά ταινιών υπερήρωων παραγωγής Marvel Studios + που βασίζεται στην ομώνυμη ομάδα υπερήρωων της + Marvel Comics και μέρος του Marvel Cinematic + Universe (MCU). Η σειρά περιλαμβάνει ένα σύνολο από + καστ από τις ταινίες της σειράς Marvel Cinematic + Universe, καθώς ενώνουν τις δυνάμεις τους για την + ειρηνευτική οργάνωση με επικεφαλής τον Nick Fury. + title: Οι Εκδικητές - Συλλογή + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + homepage: '' + overview: '' + title: '' + english_name: Indonesian + iso_3166_1: ID + iso_639_1: id + name: Bahasa indonesia + - data: + homepage: '' + overview: >- + سلسلة أفلام خارقة من إنتاج استوديوهات مارفل مبنية + على فريق الأبطال الخارقين من مارفل كوميكس الذي يحمل + نفس الاسم، وهي جزء من عالم مارفل السينمائي (MCU). + يضم المسلسل طاقمًا من أفلام سلسلة Marvel Cinematic + Universe، حيث يتحدون من أجل منظمة حفظ السلام SHIELD + بقيادة Nick Fury. + title: 'مجموعة : المنتقمون' + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + homepage: '' + overview: '' + title: Biệt Đội Siêu Anh Hùng + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + homepage: '' + overview: '' + title: 'Zbirka: Maščevalci' + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + homepage: '' + overview: >- + Серія фільмів про супергероїв, створена Marvel + Studios на основі однойменної команди супергероїв + Marvel Comics, яка є частиною Кіновсесвіту Marvel + (MCU). У кіноциклі представлений ансамбль героїв з + серії Кіновсесвіту Marvel, оскільки вони об’єднують + зусилля для миротворчої організації Щ.И.Т на чолі з + Ніком Ф'юрі. + title: Месники | Колекція + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + homepage: '' + overview: >- + 由漫威工作室製作的超級英雄電影系列,基於漫威漫畫的同名超級英雄團隊,是漫威電影宇宙 (MCU) + 的一部分。 該系列以漫威電影宇宙系列電影的全體演員為特色,他們為維和組織神盾局聯手。 由 費·尼克 + 領導。 + title: 復仇者聯盟 (系列) + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: >- + یک سریال فیلم ابرقهرمانی که توسط استودیو های مارول + ساخته شده و براساس تیم ابرقهرمانی کمیک های مارول با + همین نام و بخشی از Marvel Cinematic Universe (MCU) + ساخته شده است. این سریال شامل گروهی است که از + فیلمهای سریال Universe Cinematic مارول جهانی ساخته + شده است ، زیرا آنها برای سازمانهای صلح صلح شیلد به + عضویت نیروها می روند. به رهبری نیک فیوری. + title: مجموعه انتقام‌جویان + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + homepage: '' + overview: Colección de filmes dos Vingadores de Marvel + title: Os Vingadores - A colección + english_name: Galician + iso_3166_1: ES + iso_639_1: gl + name: Galego + - data: + homepage: '' + overview: '' + title: อเวนเจอร์ส คอลเลกชั่น + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + homepage: '' + overview: '' + title: Qasoskorlar Kolleksiyasi + english_name: Uzbek + iso_3166_1: UZ + iso_639_1: uz + name: ozbek + - data: + homepage: '' + overview: '' + title: '' + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + homepage: '' + overview: '' + title: Atribēju kolekcija + english_name: Latvian + iso_3166_1: LV + iso_639_1: lv + name: Latviešu + - data: + homepage: '' + overview: '' + title: შურისმაძიებლები კოლექცია + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + homepage: '' + overview: >- + Kompanijos „Marvel Studios“ filmų serija apie + superherojus, kuri sukurta remiantis „Marvel Comics“ + superherojų komanda ir esančia „Marvel Cinematic + Universe“ (MCU) dalimi. Filmų serijoje vaidina + aktoriai iš „Marvel Cinematic Universe“ serijos + filmų, kurie suvienija jėgas vardan taikos palaikymo + organizacijos S.K.Y.D.A.S. vadovaujamos Nicko Fury. + title: '' + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + homepage: '' + overview: '' + title: '' + english_name: German + iso_3166_1: AT + iso_639_1: de + name: Deutsch + - data: + homepage: '' + overview: '' + title: '' + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + description: An array of translation objects related to the collection. Each object contains details about the translations available for the collection in different languages. + examples: + translations: + value: + id: 86311 + translations: + - data: + homepage: '' + overview: >- + 美国队长在被冰封数年后,终于苏醒过来。这个世界已经不再是他过去所熟悉的样子,各类型的邪恶对手层出不穷。于是美国队长、钢铁侠、雷神、绿巨人等超级英雄聚集在一起,组成史上最强大的“复仇者”团队,共同惩恶扬善,为和平而战。 + title: 复仇者联盟(系列) + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: Samling af film om heltene fra 'Avengers' + title: The Avengers (Samling) + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + homepage: '' + overview: >- + A Bosszúállók gyűjtemény a Marvel Moziverzum (Marvel + Cinematic Universe, MCU) azon filmjeit gyűjti egy + csokorba, melyekben a Marvel Moziverzum válogatott + hősei összefognak a Nick Fury vezette S.H.I.E.L.D + békefenntartó szervezettel, hogy megvédjék a Földet + az idegen támadásoktól. + title: Bosszúállók gyűjtemény + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + homepage: '' + overview: '' + title: '' + english_name: Norwegian Bokmål + iso_3166_1: 'NO' + iso_639_1: nb + name: Bokmål + - data: + homepage: '' + overview: '' + title: '' + english_name: Norwegian + iso_3166_1: 'NO' + iso_639_1: 'no' + name: Norsk + - data: + homepage: '' + overview: >- + O serie de filme cu supereroi produsă de Studiourile + Marvel bazată pe echipa de supereroi Marvel Comics + cu același nume și care face parte din Marvel + Cinematic Universe (MCU). Serialul prezintă o + distribuție de ansamblu din seria de filme Marvel + Cinematic Universe, în timp ce își unesc forțele + pentru organizația de menținere a păcii S.H.I.E.L.D. + condus de Nick Fury. + title: Colecția Răzbunătorii + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + homepage: '' + overview: >- + Een superheldenfilmserie geproduceerd door Marvel + Studios op basis van het Marvel Comics + superheldenteam met dezelfde naam en onderdeel van + de Marvel Cinematic Universe (MCU). De serie bevat + een ensemblecast uit de films van de Marvel + Cinematic Universe-serie, wanneer ze hun krachten + bundelen voor de vredesorganisatie S.H.I.E.L.D. + onder leiding van Nick Fury. + title: The Avengers Collectie + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + homepage: '' + overview: >- + Die Organisation S.H.I.E.L.D., ein international + agierender Nachrichtendienst, vereint viele Marvel + Superhelden wie z. B. Iron Man, Thor, Captain + America, Hawkeye, dem Unglaublichen Hulk und Black + Widow, um die Erde vor scheinbar übermächtigen + Gegnern zu schützen. + title: Marvel's The Avengers Filmreihe + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + homepage: '' + overview: >- + Une série de films de super-héros produite par + Marvel Studios qui se base sur l'équipe de + super-héros issue de l'univers de Marvel Comics. La + série met en scène des super-héros unissant leurs + forces pour aider l'organisation de maintien de la + paix SHIELD dirigée par Nick Fury. + title: Avengers - Saga + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + homepage: '' + overview: >- + Marvel Studio uvádí super hrdinský tým všech dob + Avengers, který přestaví ikonické super hrdiny – + Iron Mana, Neuvěřitelného Hulka, Thora, Captaina + America, Hawkeye a Black Widow. Když se objeví + nečekaný nepřítel, který ohrožuje světovou + bezpečnost, Nick Fury, ředitel mezinárodní mírové + agentury, známé také jako S.H.I.E.L.D., zjistí, že + potřebuje tým, aby odvrátil světovou katastrofu. + Začíná provádět nábor po celém světě. + title: Avengers (kolekce) + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + homepage: '' + overview: >- + Avengers, även känd under namnet Hämnarna i Sverige, + är en amerikansk superhjältegrupp i egen + serietidning skapad av Stan Lee och Jack Kirby, + publicerad av Marvel Comics. + title: Avengers (samling) + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + homepage: '' + overview: >- + Colección de películas de los vengadores de Marvel, + incluyendo Thor, Capitán América, Iron Man, El + Increíble Hulk y Ojo de Halcón, entre otros. + title: Los Vengadores - Colección + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + homepage: '' + overview: >- + Uma série de filmes de super-heróis produzida pela + Marvel Studios com base na equipa de super-heróis + Marvel Comics do mesmo nome, e parte do Universo + Cinematográfico Marvel (MCU). A série apresenta um + elenco dos filmes da série Universo Cinematográfico + Marvel, uma vez que unem forças para a organização + de manutenção da paz com a ajuda da S.H.I.E.L.D. + liderado por Nick Fury. + title: Vingadores - Coleção + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + homepage: '' + overview: >- + הסרטים מאחדים את גיבורי העל איירון מן, קפטן אמריקה, + תור, הענק הירוק, הוקאיי והאלמנה השחורה. עלילת הסרטים + ממשיכה את עלילתם של סרטי מארוול הקודמים, כאשר באופן + כרונולוגי העלילה מתחילה בסרט המבוסס על קפטן אמריקה, + שמתקיים בזמן מלחמת העולם השנייה. + title: הנוקמים - אוסף + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + homepage: '' + overview: >- + Marvel Sinematik Evreni'nin (MCU) önemli bir + parçasıdır ve süper kahramanların bir araya gelerek + dünyayı koruma mücadelesini konu alır. İlk filmi + 2012'de çıkan "Yenilmezler" ile başlayan bu seri, + birçok ikonik karakteri ve onların birbirleriyle + olan ilişkilerini keşfeder. Temel hikâye, farklı + geçmişlere ve güçlere sahip süper kahramanların, + dünya üzerindeki tehditlerle başa çıkmak için bir + araya gelmeleridir. Başlıca karakterler arasında + Iron Man (Tony Stark), Captain America (Steve + Rogers), Thor, Hulk (Bruce Banner), Black Widow + (Natasha Romanoff) ve Hawkeye (Clint Barton) yer + alır. Bu karakterlerin her biri, kendi solo + filmlerinde tanıtılmıştır ve Yenilmezler serisi, bu + karakterlerin birlikte çalışarak büyük düşmanlara + karşı koyduğu olayları anlatır. + title: Yenilmezler [Seri] + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + homepage: '' + overview: >- + A superhero film series produced by Marvel Studios + based on the Marvel Comics superhero team of the + same name, and part of the Marvel Cinematic Universe + (MCU). The series features an ensemble cast from + the Marvel Cinematic Universe series films, as they + join forces for the peacekeeping organization + S.H.I.E.L.D. led by Nick Fury. + title: '' + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + homepage: '' + overview: '' + title: アベンジャーズ シリーズ + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + homepage: '' + overview: '' + title: '' + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + homepage: '' + overview: >- + 어벤져스 시리즈는 마블 코믹스의 슈퍼 히어로 집단 어벤져스의 활약을 영화화 한 시리즈이다. + 1, 2편은 조스 웨던이, 3, 4편은 루소 형제가 감독을 맡았다. 현재까지 마블 시네마틱 + 유니버스의 유일하게 4부작으로 개봉된 시리즈이다 + title: 어벤져스 시리즈 + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + homepage: '' + overview: >- + Superbohaterskie filmy produkowane przez Marvel + Studios, oparty na superbohaterskiej drużynie z + komiksów Marvela o tej samej nazwie, będący częścią + Marvel Cinematic Universe (MCU). Seria zawiera + ensemble cast z filmów serii Marvel Cinematic + Universe, jak połączyć siły dla organizacji + pokojowej S.H.I.E.L.D. pod przewodnictwem Nicka + Fury'ego. + title: Avengers - Kolekcja + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + homepage: '' + overview: >- + «Мстители»— элитная команда супергероев из комиксов + компании Marvel. Она была создана писателем Стэном + Ли и художником Джеком Кирби и впервые появилась в + комиксе The Avengers #1 в сентябре 1963 года. + Мстители, прозванные впоследствии «Самыми могучими + героями Земли», первоначально состояли из + Человека-Муравья, Осы, Тора, Железного Человека и + Халка. Однако с самого начала в составе команды + стали происходить изменения: Халк вскоре покинул + Мстителей, и к ним присоединился Капитан Америка. + Изменяющийся состав стал визитной карточкой команды, + хотя некоторое постоянство всё-таки сохранялось: + Мстители сражались с такими врагами, одолеть которых + в одиночку не мог ни один супергерой — так появилась + фирменная фраза: «Мстители, собирайтесь!». За всё + время существования команды в ней побывали люди, + мутанты, роботы, боги, пришельцы, сверхъестественные + существа и даже бывшие злодеи. + title: Мстители (Коллекция) + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + homepage: '' + overview: >- + Avengers è una serie di film di supereroi prodotta + da Marvel Studios basata sull'omonimo team di + supereroi Marvel Comics e parte del Marvel Cinematic + Universe (MCU). La serie racconta le avventure di + diversi supereroi che uniscono le forze per + mantenere la pace nel mondo guidati da Nick Fury + dell'agenzia di intelligence internazionale + S.H.I.E.L.D. + title: Avengers - Collezione + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + homepage: '' + overview: '' + title: Avengers (kolekcia) + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + homepage: '' + overview: >- + Uma série de filmes de super-heróis produzida pela + Marvel Studios com base na equipe de super-heróis + Marvel Comics do mesmo nome, e parte do Universo + Cinematográfico Marvel (MCU). A série apresenta um + elenco dos filmes da série Universo Cinematográfico + Marvel, uma vez que unem forças para a organização + de manutenção da paz com a ajuda da S.H.I.E.L.D. + liderado por Nick Fury. + title: 'Os Vingadores: Coleção' + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + homepage: '' + overview: >- + Una serie de películas de superhéroes producida por + Marvel Studios, basada en las historietas homónimas. + Cuenta con un elenco de la serie Marvel Cinematic + Universe, que unen fuerzas en el grupo S.H.I.E.L.D. + title: Avengers (Vengadores) - Colección + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + homepage: '' + overview: '' + title: 復仇者聯盟(系列) + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: >- + Une série de films de super-héros produite par + Marvel Studios qui se base sur l'équipe de + super-héros issue de l'univers de Marvel Comics. La + série met en scène des super-héros unissant leurs + forces pour aider l'organisation de maintien de la + paix SHIELD dirigée par Nick Fury. + title: Collection Les Avengers + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + - data: + homepage: '' + overview: >- + Μια σειρά ταινιών υπερήρωων παραγωγής Marvel Studios + που βασίζεται στην ομώνυμη ομάδα υπερήρωων της + Marvel Comics και μέρος του Marvel Cinematic + Universe (MCU). Η σειρά περιλαμβάνει ένα σύνολο από + καστ από τις ταινίες της σειράς Marvel Cinematic + Universe, καθώς ενώνουν τις δυνάμεις τους για την + ειρηνευτική οργάνωση με επικεφαλής τον Nick Fury. + title: Οι Εκδικητές - Συλλογή + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + homepage: '' + overview: '' + title: '' + english_name: Indonesian + iso_3166_1: ID + iso_639_1: id + name: Bahasa indonesia + - data: + homepage: '' + overview: >- + سلسلة أفلام خارقة من إنتاج استوديوهات مارفل مبنية + على فريق الأبطال الخارقين من مارفل كوميكس الذي يحمل + نفس الاسم، وهي جزء من عالم مارفل السينمائي (MCU). + يضم المسلسل طاقمًا من أفلام سلسلة Marvel Cinematic + Universe، حيث يتحدون من أجل منظمة حفظ السلام SHIELD + بقيادة Nick Fury. + title: 'مجموعة : المنتقمون' + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + homepage: '' + overview: '' + title: Biệt Đội Siêu Anh Hùng + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + homepage: '' + overview: '' + title: 'Zbirka: Maščevalci' + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + homepage: '' + overview: >- + Серія фільмів про супергероїв, створена Marvel + Studios на основі однойменної команди супергероїв + Marvel Comics, яка є частиною Кіновсесвіту Marvel + (MCU). У кіноциклі представлений ансамбль героїв з + серії Кіновсесвіту Marvel, оскільки вони об’єднують + зусилля для миротворчої організації Щ.И.Т на чолі з + Ніком Ф'юрі. + title: Месники | Колекція + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + homepage: '' + overview: >- + 由漫威工作室製作的超級英雄電影系列,基於漫威漫畫的同名超級英雄團隊,是漫威電影宇宙 (MCU) + 的一部分。 該系列以漫威電影宇宙系列電影的全體演員為特色,他們為維和組織神盾局聯手。 由 費·尼克 + 領導。 + title: 復仇者聯盟 (系列) + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: >- + یک سریال فیلم ابرقهرمانی که توسط استودیو های مارول + ساخته شده و براساس تیم ابرقهرمانی کمیک های مارول با + همین نام و بخشی از Marvel Cinematic Universe (MCU) + ساخته شده است. این سریال شامل گروهی است که از + فیلمهای سریال Universe Cinematic مارول جهانی ساخته + شده است ، زیرا آنها برای سازمانهای صلح صلح شیلد به + عضویت نیروها می روند. به رهبری نیک فیوری. + title: مجموعه انتقام‌جویان + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + homepage: '' + overview: Colección de filmes dos Vingadores de Marvel + title: Os Vingadores - A colección + english_name: Galician + iso_3166_1: ES + iso_639_1: gl + name: Galego + - data: + homepage: '' + overview: '' + title: อเวนเจอร์ส คอลเลกชั่น + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + homepage: '' + overview: '' + title: Qasoskorlar Kolleksiyasi + english_name: Uzbek + iso_3166_1: UZ + iso_639_1: uz + name: ozbek + - data: + homepage: '' + overview: '' + title: '' + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + homepage: '' + overview: '' + title: Atribēju kolekcija + english_name: Latvian + iso_3166_1: LV + iso_639_1: lv + name: Latviešu + - data: + homepage: '' + overview: '' + title: შურისმაძიებლები კოლექცია + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + homepage: '' + overview: >- + Kompanijos „Marvel Studios“ filmų serija apie + superherojus, kuri sukurta remiantis „Marvel Comics“ + superherojų komanda ir esančia „Marvel Cinematic + Universe“ (MCU) dalimi. Filmų serijoje vaidina + aktoriai iš „Marvel Cinematic Universe“ serijos + filmų, kurie suvienija jėgas vardan taikos palaikymo + organizacijos S.K.Y.D.A.S. vadovaujamos Nicko Fury. + title: '' + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + homepage: '' + overview: '' + title: '' + english_name: German + iso_3166_1: AT + iso_639_1: de + name: Deutsch + - data: + homepage: '' + overview: '' + title: '' + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + + /search/company: + get: + tags: + - COMPANY + summary: Company_id + description: This endpoint is used to get the Company_id + operationId: companyId + parameters: + - name: query + in: query + required: true + description: The name of the company we are retrieving its company id. + schema: + type: string + example: HBO + - $ref: '#/components/parameters/page' + responses: + '200': + description: company_id + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=6691 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 30 Dec 2024 16:23:49 GMT + ETag: + schema: + type: string + example: W/"10bf76b7d236871f2e264834976eb1d0" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 600860a2fda807ac628822c14b5de860.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: sKYj6xX-8BLD7sgiRFXoWLlFCGAkdoWrVP59jeijCv4AJp-kELJ9dw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '17057' + x-memc-expires: + schema: + type: string + example: '6691' + x-memc-key: + schema: + type: string + example: e2be95df7795383510f41b0db9eec2e1 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: The current page number in the paginated results. + results: + type: array + items: + type: object + properties: + id: + type: number + example: 3268 + description: A unique identifier assigned to a company. + logo_path: + type: string + nullable: true + example: /tuomPhY2UtuPTqqFnKMVHvSb724.png + description: The path to the image representing the logo of the company. If it's "null", it indicates that there is no logo available for that company. + name: + type: string + example: HBO + description: The name of the company. + origin_country: + type: string + example: US + description: The country where the company is based or primarily operates. + example: + - id: 3268 + logo_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png + name: HBO + origin_country: US + - id: 142414 + logo_path: /tC3oVZvqpwhAG1uSjpMnmj4nW3O.png + name: HBO Asia + origin_country: SG + - id: 143571 + logo_path: null + name: HBO Showcase + origin_country: '' + - id: 14914 + logo_path: /1RZBWz53SpHUTLpRcM8BGv2plIP.png + name: HBO Documentary Films + origin_country: US + - id: 119349 + logo_path: null + name: HBO Central Europe + origin_country: '' + - id: 147188 + logo_path: null + name: HBO / Cinemax + origin_country: '' + - id: 7429 + logo_path: /6in9uMqxXEHx5XgYgkeRBpZ4rPw.png + name: HBO Films + origin_country: US + - id: 158691 + logo_path: /s5ELD35ShWgVKQxgERHM2iP5bXA.png + name: HBO Max + origin_country: US + - id: 21222 + logo_path: /baMruKL2uRhJ1Soi4flSHVzXIH2.png + name: HBO Independent Productions + origin_country: US + - id: 27289 + logo_path: null + name: HBO Bulgaria + origin_country: '' + - id: 128608 + logo_path: null + name: H-Bomb Films + origin_country: '' + - id: 37659 + logo_path: /zfouUSOEq718TbB9YqN9OylPtD7.png + name: HBO Polska + origin_country: PL + - id: 136561 + logo_path: /mReKmOZLemFcWlMocCwiq3XbsbB.png + name: HBO Europe + origin_country: CZ + - id: 44618 + logo_path: /vh38lPSFvesAuOQ8r5TrUT9Vur5.png + name: HBO Latin America + origin_country: '' + - id: 67207 + logo_path: null + name: HBO Downtown Productions + origin_country: '' + - id: 11489 + logo_path: null + name: HBO/Cinemax Documentary + origin_country: '' + - id: 13670 + logo_path: null + name: HBO Romania + origin_country: RO + - id: 6751 + logo_path: /giPzzhPdiNloiuwo7qLagRn5uGH.png + name: HBO Sports + origin_country: US + - id: 187379 + logo_path: /s5ELD35ShWgVKQxgERHM2iP5bXA.png + name: HBO Max + origin_country: CZ + - id: 6107 + logo_path: null + name: HBO Česká republika + origin_country: CZ + description: This provides specific information about a particular HBO brand. + total_pages: + type: number + example: 2 + description: The total number of pages available in the response data. + total_results: + type: number + example: 24 + description: The total number of movie results returned from the query. + examples: + company_id: + value: + page: 1 + results: + - id: 3268 + logo_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png + name: HBO + origin_country: US + - id: 142414 + logo_path: /tC3oVZvqpwhAG1uSjpMnmj4nW3O.png + name: HBO Asia + origin_country: SG + - id: 143571 + logo_path: null + name: HBO Showcase + origin_country: '' + - id: 14914 + logo_path: /1RZBWz53SpHUTLpRcM8BGv2plIP.png + name: HBO Documentary Films + origin_country: US + - id: 119349 + logo_path: null + name: HBO Central Europe + origin_country: '' + - id: 147188 + logo_path: null + name: HBO / Cinemax + origin_country: '' + - id: 7429 + logo_path: /6in9uMqxXEHx5XgYgkeRBpZ4rPw.png + name: HBO Films + origin_country: US + - id: 158691 + logo_path: /s5ELD35ShWgVKQxgERHM2iP5bXA.png + name: HBO Max + origin_country: US + - id: 21222 + logo_path: /baMruKL2uRhJ1Soi4flSHVzXIH2.png + name: HBO Independent Productions + origin_country: US + - id: 27289 + logo_path: null + name: HBO Bulgaria + origin_country: '' + - id: 128608 + logo_path: null + name: H-Bomb Films + origin_country: '' + - id: 37659 + logo_path: /zfouUSOEq718TbB9YqN9OylPtD7.png + name: HBO Polska + origin_country: PL + - id: 136561 + logo_path: /mReKmOZLemFcWlMocCwiq3XbsbB.png + name: HBO Europe + origin_country: CZ + - id: 44618 + logo_path: /vh38lPSFvesAuOQ8r5TrUT9Vur5.png + name: HBO Latin America + origin_country: '' + - id: 67207 + logo_path: null + name: HBO Downtown Productions + origin_country: '' + - id: 11489 + logo_path: null + name: HBO/Cinemax Documentary + origin_country: '' + - id: 13670 + logo_path: null + name: HBO Romania + origin_country: RO + - id: 6751 + logo_path: /giPzzhPdiNloiuwo7qLagRn5uGH.png + name: HBO Sports + origin_country: US + - id: 187379 + logo_path: /s5ELD35ShWgVKQxgERHM2iP5bXA.png + name: HBO Max + origin_country: CZ + - id: 6107 + logo_path: null + name: HBO Česká republika + origin_country: CZ + total_pages: 2 + total_results: 24 + /company/{company_id}: + get: + tags: + - COMPANY + summary: Details + description: This endpoint get the company details by ID. + operationId: details2 + parameters: + - $ref: '#/components/parameters/company_id' + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=20754 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 15:38:37 GMT + ETag: + schema: + type: string + example: W/"4741a4515b8b0238bd924b8799ef67b6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 98e30e5953336545df428a8f5923a288.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: fKCFq8jfcqoPW22AWdT6X0F6asJ9lR35qU4mapMjPNVC4Ah844yX8A== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '7338' + x-memc-expires: + schema: + type: string + example: '20754' + x-memc-key: + schema: + type: string + example: 73c1b839049e9659636a6578381a0bd1 + content: + application/json: + schema: + type: object + properties: + description: + type: string + example: '' + description: A textual overview of the company or organization. + headquarters: + type: string + example: New York City, New York + description: The location of the company’s main office or operational center. + homepage: + type: string + example: https://www.hbo.com + description: The official website of the company, providing information about its services, offerings, and contact details. + id: + type: number + example: 3268 + description: the unique identifier of the company. + logo_path: + type: string + example: /tuomPhY2UtuPTqqFnKMVHvSb724.png + description: The file path for the company’s logo, typically used to display the brand image visually. + name: + type: string + example: HBO + description: The official name of the company or organization. + origin_country: + type: string + example: US + description: The country where the company was established or primarily operates. + parent_company: + nullable: true + example: null + examples: + details: + value: + description: '' + headquarters: New York City, New York + homepage: https://www.hbo.com + id: 3268 + logo_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png + name: HBO + origin_country: US + parent_company: null + + /company/{company_id}/alternative_names: + get: + tags: + - COMPANY + summary: Alternative Names + description: This endpoint retrieves a list of alternative names associated with a specific company. + operationId: alternativeNames + parameters: + - $ref: '#/components/parameters/company_id' + responses: + '200': + description: alternative names + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=16087 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 15:38:57 GMT + ETag: + schema: + type: string + example: W/"330ca0f869fd7915e0279049e5937306" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 368146333bf1a1071e8432a7d4e41e1a.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: fVMvPIR07i0IxZtBuML8ZMpbdGZ_hoIx-mZ0igYbc8JdbL3zEjBOEw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '10703' + x-memc-expires: + schema: + type: string + example: '16087' + x-memc-key: + schema: + type: string + example: 34a277b6efac478b911fbac601a78742 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3268 + description: the unique identifier of the company. + results: + type: array + items: + type: object + properties: + name: + type: string + example: Home Box Office + description: This is the original name of the company. + type: + type: string + example: '' + description: indicate the type or category of the name (e.g., brand name, legal name) + description: This section contains an array of objects representing different names associated with the company. + example: + - name: Home Box Office + type: '' + - name: Home Box Office (HBO) + type: '' + - name: HBO Entertainment + type: '' + examples: + alternative names: + value: + id: 3268 + results: + - name: Home Box Office + type: '' + - name: Home Box Office (HBO) + type: '' + - name: HBO Entertainment + type: '' + + /company/{company_id}/images: + get: + tags: + - COMPANY + summary: Images + description: This endpoint get the company logos by id. + operationId: images1 + parameters: + - $ref: '#/components/parameters/company_id' + responses: + '200': + description: images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=10691 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 15:42:33 GMT + ETag: + schema: + type: string + example: W/"5fa7b180749f50486e2360ad78918730" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c84ecfd128e1f4c41a53a2b42410f3b8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: RMzRY-IPKsKyd70AJFn61xTfdsmDqvFjyWQpax9hmcteAqmSkm-P0Q== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '10919' + x-memc-expires: + schema: + type: string + example: '10691' + x-memc-key: + schema: + type: string + example: 499b7fa21cd17f1320e548556577386b + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3268 + description: A unique identifier for the company + logos: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 2.425287356321839 + description: The ratio of width to height of the logo image + file_path: + type: string + example: /tuomPhY2UtuPTqqFnKMVHvSb724.png + description: The path to the logo image file. + file_type: + type: string + example: .svg + description: The file extension/type of the logo image, indicating the format in which it is saved. Here, it is in SVG format. + height: + type: number + example: 174 + description: The height of the logo image + id: + type: string + example: 5aa1688c9251416105009d28 + description: A unique identifier for the specific logo within the context of the company. + vote_average: + type: number + example: 3.334 + description: The average rating (or score) given to the content (usually on a scale), representing user feedback. + vote_count: + type: number + example: 1 + description: The total number of votes/cast ratings that contributed to the vote_average + width: + type: number + example: 422 + description: The width of the image. + description: This is a graphical representations or brand images associated with a company. + example: + - aspect_ratio: 2.425287356321839 + file_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png + file_type: .svg + height: 174 + id: 5aa1688c9251416105009d28 + vote_average: 3.334 + vote_count: 1 + width: 422 + examples: + images: + value: + id: 3268 + logos: + - aspect_ratio: 2.425287356321839 + file_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png + file_type: .svg + height: 174 + id: 5aa1688c9251416105009d28 + vote_average: 3.334 + vote_count: 1 + width: 422 + + /configuration: + get: + tags: + - CONFIGURATION + summary: Details + description: >- + This endpoint query the API configuration details. + + operationId: details3 + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=10483 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 15:52:33 GMT + ETag: + schema: + type: string + example: W/"633473beea78b7c1134b70098a3f7420" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: DsBrv9dHa1Hz3AEhcf-OdTnijiidpH15-Ng6mjxvDtOvhi83IzkeWA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '15621' + x-memc-expires: + schema: + type: string + example: '10483' + x-memc-key: + schema: + type: string + example: 7a5a8ba4b0a7dc8def909bb4971ed158 + content: + application/json: + schema: + type: object + properties: + change_keys: + type: array + items: + type: string + example: adult + description: Indicates whether the content is intended for adults. + example: + - adult + - air_date + - also_known_as + - alternative_titles + - biography + - birthday + - budget + - cast + - certifications + - character_names + - created_by + - crew + - deathday + - episode + - episode_number + - episode_run_time + - freebase_id + - freebase_mid + - general + - genres + - guest_stars + - homepage + - images + - imdb_id + - languages + - name + - network + - origin_country + - original_name + - original_title + - overview + - parts + - place_of_birth + - plot_keywords + - production_code + - production_companies + - production_countries + - releases + - revenue + - runtime + - season + - season_number + - season_regular + - spoken_languages + - status + - tagline + - title + - translations + - tvdb_id + - tvrage_id + - type + - video + - videos + description: This refers to a list of specific attributes or fields that may be updated, added, or modified regarding a movie or television show. + images: + type: object + properties: + backdrop_sizes: + type: array + items: + type: string + example: w300 + + example: + - w300 + - w780 + - w1280 + - original + description: Available sizes for backdrop images (e.g., 300px, 780px, 1280px, original). + base_url: + type: string + example: http://image.tmdb.org/t/p/ + description: The base URL to access images from the TMDB. + logo_sizes: + type: array + items: + type: string + example: w45 + example: + - w45 + - w92 + - w154 + - w185 + - w300 + - w500 + - original + description: Available sizes for logo images. + poster_sizes: + type: array + items: + type: string + example: w92 + example: + - w92 + - w154 + - w185 + - w342 + - w500 + - w780 + - original + description: Available sizes for poster images + profile_sizes: + type: array + items: + type: string + example: w45 + example: + - w45 + - w185 + - h632 + - original + description: Available sizes for profile image images. + secure_base_url: + type: string + example: https://image.tmdb.org/t/p/ + description: The secure (HTTPS) base URL for accessing images. + still_sizes: + type: array + items: + type: string + example: w92 + example: + - w92 + - w185 + - w300 + - original + description: Available sizes for still images from movies or shows. + examples: + details: + value: + change_keys: + - adult + - air_date + - also_known_as + - alternative_titles + - biography + - birthday + - budget + - cast + - certifications + - character_names + - created_by + - crew + - deathday + - episode + - episode_number + - episode_run_time + - freebase_id + - freebase_mid + - general + - genres + - guest_stars + - homepage + - images + - imdb_id + - languages + - name + - network + - origin_country + - original_name + - original_title + - overview + - parts + - place_of_birth + - plot_keywords + - production_code + - production_companies + - production_countries + - releases + - revenue + - runtime + - season + - season_number + - season_regular + - spoken_languages + - status + - tagline + - title + - translations + - tvdb_id + - tvrage_id + - type + - video + - videos + images: + backdrop_sizes: + - w300 + - w780 + - w1280 + - original + base_url: http://image.tmdb.org/t/p/ + logo_sizes: + - w45 + - w92 + - w154 + - w185 + - w300 + - w500 + - original + poster_sizes: + - w92 + - w154 + - w185 + - w342 + - w500 + - w780 + - original + profile_sizes: + - w45 + - w185 + - h632 + - original + secure_base_url: https://image.tmdb.org/t/p/ + still_sizes: + - w92 + - w185 + - w300 + - original + /configuration/countries: + get: + tags: + - CONFIGURATION + summary: Countries + description: This endpoint get the list of countries (ISO 3166-1 tags) used throughout TMDB. + operationId: countries + parameters: + - $ref: '#/components/parameters/language' + responses: + '200': + description: countries + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=10498 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 15:56:19 GMT + ETag: + schema: + type: string + example: W/"fb4609a1fb14d5b77aed0b65496c05f4" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 b471d3775e81a9be536b52b99f39452a.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: dF0E596RraPBlitrk0AioKuVYwHlQ2mAMV3P2q5CVbgsYRtV0V5txQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '11788' + x-memc-expires: + schema: + type: string + example: '10498' + x-memc-key: + schema: + type: string + example: c852ccaaa943dfafe2c8542db4bf575c + content: + application/json: + schema: + type: array + items: + type: object + properties: + english_name: + type: string + example: Andorra + description: This value represents the name of the country in English. + iso_3166_1: + type: string + example: AD + description: This is the 2-letter country code as per the ISO 3166-1 standard. + native_name: + type: string + example: Andorra + description: This is the name of the country in its own native language, which allows for representation of the country that is culturally and linguistically appropriate. + example: + - english_name: Andorra + iso_3166_1: AD + native_name: Andorra + - english_name: United Arab Emirates + iso_3166_1: AE + native_name: United Arab Emirates + - english_name: Afghanistan + iso_3166_1: AF + native_name: Afghanistan + - english_name: Antigua and Barbuda + iso_3166_1: AG + native_name: Antigua & Barbuda + - english_name: Anguilla + iso_3166_1: AI + native_name: Anguilla + - english_name: Albania + iso_3166_1: AL + native_name: Albania + - english_name: Armenia + iso_3166_1: AM + native_name: Armenia + - english_name: Netherlands Antilles + iso_3166_1: AN + native_name: Netherlands Antilles + - english_name: Angola + iso_3166_1: AO + native_name: Angola + - english_name: Antarctica + iso_3166_1: AQ + native_name: Antarctica + - english_name: Argentina + iso_3166_1: AR + native_name: Argentina + - english_name: American Samoa + iso_3166_1: AS + native_name: American Samoa + - english_name: Austria + iso_3166_1: AT + native_name: Austria + - english_name: Australia + iso_3166_1: AU + native_name: Australia + - english_name: Aruba + iso_3166_1: AW + native_name: Aruba + - english_name: Azerbaijan + iso_3166_1: AZ + native_name: Azerbaijan + - english_name: Bosnia and Herzegovina + iso_3166_1: BA + native_name: Bosnia & Herzegovina + - english_name: Barbados + iso_3166_1: BB + native_name: Barbados + - english_name: Bangladesh + iso_3166_1: BD + native_name: Bangladesh + - english_name: Belgium + iso_3166_1: BE + native_name: Belgium + - english_name: Burkina Faso + iso_3166_1: BF + native_name: Burkina Faso + - english_name: Bulgaria + iso_3166_1: BG + native_name: Bulgaria + - english_name: Bahrain + iso_3166_1: BH + native_name: Bahrain + - english_name: Burundi + iso_3166_1: BI + native_name: Burundi + - english_name: Benin + iso_3166_1: BJ + native_name: Benin + - english_name: Bermuda + iso_3166_1: BM + native_name: Bermuda + - english_name: Brunei Darussalam + iso_3166_1: BN + native_name: Brunei + - english_name: Bolivia + iso_3166_1: BO + native_name: Bolivia + - english_name: Brazil + iso_3166_1: BR + native_name: Brazil + - english_name: Bahamas + iso_3166_1: BS + native_name: Bahamas + - english_name: Bhutan + iso_3166_1: BT + native_name: Bhutan + - english_name: Burma + iso_3166_1: BU + native_name: Burma + - english_name: Bouvet Island + iso_3166_1: BV + native_name: Bouvet Island + - english_name: Botswana + iso_3166_1: BW + native_name: Botswana + - english_name: Belarus + iso_3166_1: BY + native_name: Belarus + - english_name: Belize + iso_3166_1: BZ + native_name: Belize + - english_name: Canada + iso_3166_1: CA + native_name: Canada + - english_name: Cocos Islands + iso_3166_1: CC + native_name: Cocos (Keeling) Islands + - english_name: Congo + iso_3166_1: CD + native_name: Democratic Republic of the Congo (Kinshasa) + - english_name: Central African Republic + iso_3166_1: CF + native_name: Central African Republic + - english_name: Congo + iso_3166_1: CG + native_name: Republic of the Congo (Brazzaville) + - english_name: Switzerland + iso_3166_1: CH + native_name: Switzerland + - english_name: Cote D'Ivoire + iso_3166_1: CI + native_name: Côte d’Ivoire + - english_name: Cook Islands + iso_3166_1: CK + native_name: Cook Islands + - english_name: Chile + iso_3166_1: CL + native_name: Chile + - english_name: Cameroon + iso_3166_1: CM + native_name: Cameroon + - english_name: China + iso_3166_1: CN + native_name: China + - english_name: Colombia + iso_3166_1: CO + native_name: Colombia + - english_name: Costa Rica + iso_3166_1: CR + native_name: Costa Rica + - english_name: Serbia and Montenegro + iso_3166_1: CS + native_name: Serbia and Montenegro + - english_name: Cuba + iso_3166_1: CU + native_name: Cuba + - english_name: Cape Verde + iso_3166_1: CV + native_name: Cape Verde + - english_name: Christmas Island + iso_3166_1: CX + native_name: Christmas Island + - english_name: Cyprus + iso_3166_1: CY + native_name: Cyprus + - english_name: Czech Republic + iso_3166_1: CZ + native_name: Czech Republic + - english_name: Germany + iso_3166_1: DE + native_name: Germany + - english_name: Djibouti + iso_3166_1: DJ + native_name: Djibouti + - english_name: Denmark + iso_3166_1: DK + native_name: Denmark + - english_name: Dominica + iso_3166_1: DM + native_name: Dominica + - english_name: Dominican Republic + iso_3166_1: DO + native_name: Dominican Republic + - english_name: Algeria + iso_3166_1: DZ + native_name: Algeria + - english_name: Ecuador + iso_3166_1: EC + native_name: Ecuador + - english_name: Estonia + iso_3166_1: EE + native_name: Estonia + - english_name: Egypt + iso_3166_1: EG + native_name: Egypt + - english_name: Western Sahara + iso_3166_1: EH + native_name: Western Sahara + - english_name: Eritrea + iso_3166_1: ER + native_name: Eritrea + - english_name: Spain + iso_3166_1: ES + native_name: Spain + - english_name: Ethiopia + iso_3166_1: ET + native_name: Ethiopia + - english_name: Finland + iso_3166_1: FI + native_name: Finland + - english_name: Fiji + iso_3166_1: FJ + native_name: Fiji + - english_name: Falkland Islands + iso_3166_1: FK + native_name: Falkland Islands + - english_name: Micronesia + iso_3166_1: FM + native_name: Micronesia + - english_name: Faeroe Islands + iso_3166_1: FO + native_name: Faroe Islands + - english_name: France + iso_3166_1: FR + native_name: France + - english_name: Gabon + iso_3166_1: GA + native_name: Gabon + - english_name: United Kingdom + iso_3166_1: GB + native_name: United Kingdom + - english_name: Grenada + iso_3166_1: GD + native_name: Grenada + - english_name: Georgia + iso_3166_1: GE + native_name: Georgia + - english_name: French Guiana + iso_3166_1: GF + native_name: French Guiana + - english_name: Ghana + iso_3166_1: GH + native_name: Ghana + - english_name: Gibraltar + iso_3166_1: GI + native_name: Gibraltar + - english_name: Greenland + iso_3166_1: GL + native_name: Greenland + - english_name: Gambia + iso_3166_1: GM + native_name: Gambia + - english_name: Guinea + iso_3166_1: GN + native_name: Guinea + - english_name: Guadaloupe + iso_3166_1: GP + native_name: Guadeloupe + - english_name: Equatorial Guinea + iso_3166_1: GQ + native_name: Equatorial Guinea + - english_name: Greece + iso_3166_1: GR + native_name: Greece + - english_name: South Georgia and the South Sandwich Islands + iso_3166_1: GS + native_name: South Georgia & South Sandwich Islands + - english_name: Guatemala + iso_3166_1: GT + native_name: Guatemala + - english_name: Guam + iso_3166_1: GU + native_name: Guam + - english_name: Guinea-Bissau + iso_3166_1: GW + native_name: Guinea-Bissau + - english_name: Guyana + iso_3166_1: GY + native_name: Guyana + - english_name: Hong Kong + iso_3166_1: HK + native_name: Hong Kong SAR China + - english_name: Heard and McDonald Islands + iso_3166_1: HM + native_name: Heard & McDonald Islands + - english_name: Honduras + iso_3166_1: HN + native_name: Honduras + - english_name: Croatia + iso_3166_1: HR + native_name: Croatia + - english_name: Haiti + iso_3166_1: HT + native_name: Haiti + - english_name: Hungary + iso_3166_1: HU + native_name: Hungary + - english_name: Indonesia + iso_3166_1: ID + native_name: Indonesia + - english_name: Ireland + iso_3166_1: IE + native_name: Ireland + - english_name: Israel + iso_3166_1: IL + native_name: Israel + - english_name: India + iso_3166_1: IN + native_name: India + - english_name: British Indian Ocean Territory + iso_3166_1: IO + native_name: British Indian Ocean Territory + - english_name: Iraq + iso_3166_1: IQ + native_name: Iraq + - english_name: Iran + iso_3166_1: IR + native_name: Iran + - english_name: Iceland + iso_3166_1: IS + native_name: Iceland + - english_name: Italy + iso_3166_1: IT + native_name: Italy + - english_name: Jamaica + iso_3166_1: JM + native_name: Jamaica + - english_name: Jordan + iso_3166_1: JO + native_name: Jordan + - english_name: Japan + iso_3166_1: JP + native_name: Japan + - english_name: Kenya + iso_3166_1: KE + native_name: Kenya + - english_name: Kyrgyz Republic + iso_3166_1: KG + native_name: Kyrgyzstan + - english_name: Cambodia + iso_3166_1: KH + native_name: Cambodia + - english_name: Kiribati + iso_3166_1: KI + native_name: Kiribati + - english_name: Comoros + iso_3166_1: KM + native_name: Comoros + - english_name: St. Kitts and Nevis + iso_3166_1: KN + native_name: St. Kitts & Nevis + - english_name: North Korea + iso_3166_1: KP + native_name: North Korea + - english_name: South Korea + iso_3166_1: KR + native_name: South Korea + - english_name: Kuwait + iso_3166_1: KW + native_name: Kuwait + - english_name: Cayman Islands + iso_3166_1: KY + native_name: Cayman Islands + - english_name: Kazakhstan + iso_3166_1: KZ + native_name: Kazakhstan + - english_name: Lao People's Democratic Republic + iso_3166_1: LA + native_name: Laos + - english_name: Lebanon + iso_3166_1: LB + native_name: Lebanon + - english_name: St. Lucia + iso_3166_1: LC + native_name: St. Lucia + - english_name: Liechtenstein + iso_3166_1: LI + native_name: Liechtenstein + - english_name: Sri Lanka + iso_3166_1: LK + native_name: Sri Lanka + - english_name: Liberia + iso_3166_1: LR + native_name: Liberia + - english_name: Lesotho + iso_3166_1: LS + native_name: Lesotho + - english_name: Lithuania + iso_3166_1: LT + native_name: Lithuania + - english_name: Luxembourg + iso_3166_1: LU + native_name: Luxembourg + - english_name: Latvia + iso_3166_1: LV + native_name: Latvia + - english_name: Libyan Arab Jamahiriya + iso_3166_1: LY + native_name: Libya + - english_name: Morocco + iso_3166_1: MA + native_name: Morocco + - english_name: Monaco + iso_3166_1: MC + native_name: Monaco + - english_name: Moldova + iso_3166_1: MD + native_name: Moldova + - english_name: Montenegro + iso_3166_1: ME + native_name: Montenegro + - english_name: Madagascar + iso_3166_1: MG + native_name: Madagascar + - english_name: Marshall Islands + iso_3166_1: MH + native_name: Marshall Islands + - english_name: Macedonia + iso_3166_1: MK + native_name: Macedonia + - english_name: Mali + iso_3166_1: ML + native_name: Mali + - english_name: Myanmar + iso_3166_1: MM + native_name: Myanmar (Burma) + - english_name: Mongolia + iso_3166_1: MN + native_name: Mongolia + - english_name: Macao + iso_3166_1: MO + native_name: Macau SAR China + - english_name: Northern Mariana Islands + iso_3166_1: MP + native_name: Northern Mariana Islands + - english_name: Martinique + iso_3166_1: MQ + native_name: Martinique + - english_name: Mauritania + iso_3166_1: MR + native_name: Mauritania + - english_name: Montserrat + iso_3166_1: MS + native_name: Montserrat + - english_name: Malta + iso_3166_1: MT + native_name: Malta + - english_name: Mauritius + iso_3166_1: MU + native_name: Mauritius + - english_name: Maldives + iso_3166_1: MV + native_name: Maldives + - english_name: Malawi + iso_3166_1: MW + native_name: Malawi + - english_name: Mexico + iso_3166_1: MX + native_name: Mexico + - english_name: Malaysia + iso_3166_1: MY + native_name: Malaysia + - english_name: Mozambique + iso_3166_1: MZ + native_name: Mozambique + - english_name: Namibia + iso_3166_1: NA + native_name: Namibia + - english_name: New Caledonia + iso_3166_1: NC + native_name: New Caledonia + - english_name: Niger + iso_3166_1: NE + native_name: Niger + - english_name: Norfolk Island + iso_3166_1: NF + native_name: Norfolk Island + - english_name: Nigeria + iso_3166_1: NG + native_name: Nigeria + - english_name: Nicaragua + iso_3166_1: NI + native_name: Nicaragua + - english_name: Netherlands + iso_3166_1: NL + native_name: Netherlands + - english_name: Norway + iso_3166_1: 'NO' + native_name: Norway + - english_name: Nepal + iso_3166_1: NP + native_name: Nepal + - english_name: Nauru + iso_3166_1: NR + native_name: Nauru + - english_name: Niue + iso_3166_1: NU + native_name: Niue + - english_name: New Zealand + iso_3166_1: NZ + native_name: New Zealand + - english_name: Oman + iso_3166_1: OM + native_name: Oman + - english_name: Panama + iso_3166_1: PA + native_name: Panama + - english_name: Peru + iso_3166_1: PE + native_name: Peru + - english_name: French Polynesia + iso_3166_1: PF + native_name: French Polynesia + - english_name: Papua New Guinea + iso_3166_1: PG + native_name: Papua New Guinea + - english_name: Philippines + iso_3166_1: PH + native_name: Philippines + - english_name: Pakistan + iso_3166_1: PK + native_name: Pakistan + - english_name: Poland + iso_3166_1: PL + native_name: Poland + - english_name: St. Pierre and Miquelon + iso_3166_1: PM + native_name: St. Pierre & Miquelon + - english_name: Pitcairn Island + iso_3166_1: PN + native_name: Pitcairn Islands + - english_name: Puerto Rico + iso_3166_1: PR + native_name: Puerto Rico + - english_name: Palestinian Territory + iso_3166_1: PS + native_name: Palestinian Territories + - english_name: Portugal + iso_3166_1: PT + native_name: Portugal + - english_name: Palau + iso_3166_1: PW + native_name: Palau + - english_name: Paraguay + iso_3166_1: PY + native_name: Paraguay + - english_name: Qatar + iso_3166_1: QA + native_name: Qatar + - english_name: Reunion + iso_3166_1: RE + native_name: Réunion + - english_name: Romania + iso_3166_1: RO + native_name: Romania + - english_name: Serbia + iso_3166_1: RS + native_name: Serbia + - english_name: Russia + iso_3166_1: RU + native_name: Russia + - english_name: Rwanda + iso_3166_1: RW + native_name: Rwanda + - english_name: Saudi Arabia + iso_3166_1: SA + native_name: Saudi Arabia + - english_name: Solomon Islands + iso_3166_1: SB + native_name: Solomon Islands + - english_name: Seychelles + iso_3166_1: SC + native_name: Seychelles + - english_name: Sudan + iso_3166_1: SD + native_name: Sudan + - english_name: Sweden + iso_3166_1: SE + native_name: Sweden + - english_name: Singapore + iso_3166_1: SG + native_name: Singapore + - english_name: St. Helena + iso_3166_1: SH + native_name: St. Helena + - english_name: Slovenia + iso_3166_1: SI + native_name: Slovenia + - english_name: Svalbard & Jan Mayen Islands + iso_3166_1: SJ + native_name: Svalbard & Jan Mayen + - english_name: Slovakia + iso_3166_1: SK + native_name: Slovakia + - english_name: Sierra Leone + iso_3166_1: SL + native_name: Sierra Leone + - english_name: San Marino + iso_3166_1: SM + native_name: San Marino + - english_name: Senegal + iso_3166_1: SN + native_name: Senegal + - english_name: Somalia + iso_3166_1: SO + native_name: Somalia + - english_name: Suriname + iso_3166_1: SR + native_name: Suriname + - english_name: South Sudan + iso_3166_1: SS + native_name: South Sudan + - english_name: Sao Tome and Principe + iso_3166_1: ST + native_name: São Tomé & Príncipe + - english_name: Soviet Union + iso_3166_1: SU + native_name: Soviet Union + - english_name: El Salvador + iso_3166_1: SV + native_name: El Salvador + - english_name: Syrian Arab Republic + iso_3166_1: SY + native_name: Syria + - english_name: Swaziland + iso_3166_1: SZ + native_name: Eswatini (Swaziland) + - english_name: Turks and Caicos Islands + iso_3166_1: TC + native_name: Turks & Caicos Islands + - english_name: Chad + iso_3166_1: TD + native_name: Chad + - english_name: French Southern Territories + iso_3166_1: TF + native_name: French Southern Territories + - english_name: Togo + iso_3166_1: TG + native_name: Togo + - english_name: Thailand + iso_3166_1: TH + native_name: Thailand + - english_name: Tajikistan + iso_3166_1: TJ + native_name: Tajikistan + - english_name: Tokelau + iso_3166_1: TK + native_name: Tokelau + - english_name: Timor-Leste + iso_3166_1: TL + native_name: Timor-Leste + - english_name: Turkmenistan + iso_3166_1: TM + native_name: Turkmenistan + - english_name: Tunisia + iso_3166_1: TN + native_name: Tunisia + - english_name: Tonga + iso_3166_1: TO + native_name: Tonga + - english_name: East Timor + iso_3166_1: TP + native_name: East Timor + - english_name: Turkey + iso_3166_1: TR + native_name: Turkey + - english_name: Trinidad and Tobago + iso_3166_1: TT + native_name: Trinidad & Tobago + - english_name: Tuvalu + iso_3166_1: TV + native_name: Tuvalu + - english_name: Taiwan + iso_3166_1: TW + native_name: Taiwan + - english_name: Tanzania + iso_3166_1: TZ + native_name: Tanzania + - english_name: Ukraine + iso_3166_1: UA + native_name: Ukraine + - english_name: Uganda + iso_3166_1: UG + native_name: Uganda + - english_name: United States Minor Outlying Islands + iso_3166_1: UM + native_name: U.S. Outlying Islands + - english_name: United States of America + iso_3166_1: US + native_name: United States + - english_name: Uruguay + iso_3166_1: UY + native_name: Uruguay + - english_name: Uzbekistan + iso_3166_1: UZ + native_name: Uzbekistan + - english_name: Holy See + iso_3166_1: VA + native_name: Vatican City + - english_name: St. Vincent and the Grenadines + iso_3166_1: VC + native_name: St. Vincent & Grenadines + - english_name: Venezuela + iso_3166_1: VE + native_name: Venezuela + - english_name: British Virgin Islands + iso_3166_1: VG + native_name: British Virgin Islands + - english_name: US Virgin Islands + iso_3166_1: VI + native_name: U.S. Virgin Islands + - english_name: Vietnam + iso_3166_1: VN + native_name: Vietnam + - english_name: Vanuatu + iso_3166_1: VU + native_name: Vanuatu + - english_name: Wallis and Futuna Islands + iso_3166_1: WF + native_name: Wallis & Futuna + - english_name: Samoa + iso_3166_1: WS + native_name: Samoa + - english_name: Czechoslovakia + iso_3166_1: XC + native_name: Czechoslovakia + - english_name: East Germany + iso_3166_1: XG + native_name: East Germany + - english_name: Northern Ireland + iso_3166_1: XI + native_name: Northern Ireland + - english_name: Kosovo + iso_3166_1: XK + native_name: Kosovo + - english_name: Yemen + iso_3166_1: YE + native_name: Yemen + - english_name: Mayotte + iso_3166_1: YT + native_name: Mayotte + - english_name: Yugoslavia + iso_3166_1: YU + native_name: Yugoslavia + - english_name: South Africa + iso_3166_1: ZA + native_name: South Africa + - english_name: Zambia + iso_3166_1: ZM + native_name: Zambia + - english_name: Zaire + iso_3166_1: ZR + native_name: Zaire + - english_name: Zimbabwe + iso_3166_1: ZW + native_name: Zimbabwe + examples: + countries: + value: + - english_name: Andorra + iso_3166_1: AD + native_name: Andorra + - english_name: United Arab Emirates + iso_3166_1: AE + native_name: United Arab Emirates + - english_name: Afghanistan + iso_3166_1: AF + native_name: Afghanistan + - english_name: Antigua and Barbuda + iso_3166_1: AG + native_name: Antigua & Barbuda + - english_name: Anguilla + iso_3166_1: AI + native_name: Anguilla + - english_name: Albania + iso_3166_1: AL + native_name: Albania + - english_name: Armenia + iso_3166_1: AM + native_name: Armenia + - english_name: Netherlands Antilles + iso_3166_1: AN + native_name: Netherlands Antilles + - english_name: Angola + iso_3166_1: AO + native_name: Angola + - english_name: Antarctica + iso_3166_1: AQ + native_name: Antarctica + - english_name: Argentina + iso_3166_1: AR + native_name: Argentina + - english_name: American Samoa + iso_3166_1: AS + native_name: American Samoa + - english_name: Austria + iso_3166_1: AT + native_name: Austria + - english_name: Australia + iso_3166_1: AU + native_name: Australia + - english_name: Aruba + iso_3166_1: AW + native_name: Aruba + - english_name: Azerbaijan + iso_3166_1: AZ + native_name: Azerbaijan + - english_name: Bosnia and Herzegovina + iso_3166_1: BA + native_name: Bosnia & Herzegovina + - english_name: Barbados + iso_3166_1: BB + native_name: Barbados + - english_name: Bangladesh + iso_3166_1: BD + native_name: Bangladesh + - english_name: Belgium + iso_3166_1: BE + native_name: Belgium + - english_name: Burkina Faso + iso_3166_1: BF + native_name: Burkina Faso + - english_name: Bulgaria + iso_3166_1: BG + native_name: Bulgaria + - english_name: Bahrain + iso_3166_1: BH + native_name: Bahrain + - english_name: Burundi + iso_3166_1: BI + native_name: Burundi + - english_name: Benin + iso_3166_1: BJ + native_name: Benin + - english_name: Bermuda + iso_3166_1: BM + native_name: Bermuda + - english_name: Brunei Darussalam + iso_3166_1: BN + native_name: Brunei + - english_name: Bolivia + iso_3166_1: BO + native_name: Bolivia + - english_name: Brazil + iso_3166_1: BR + native_name: Brazil + - english_name: Bahamas + iso_3166_1: BS + native_name: Bahamas + - english_name: Bhutan + iso_3166_1: BT + native_name: Bhutan + - english_name: Burma + iso_3166_1: BU + native_name: Burma + - english_name: Bouvet Island + iso_3166_1: BV + native_name: Bouvet Island + - english_name: Botswana + iso_3166_1: BW + native_name: Botswana + - english_name: Belarus + iso_3166_1: BY + native_name: Belarus + - english_name: Belize + iso_3166_1: BZ + native_name: Belize + - english_name: Canada + iso_3166_1: CA + native_name: Canada + - english_name: Cocos Islands + iso_3166_1: CC + native_name: Cocos (Keeling) Islands + - english_name: Congo + iso_3166_1: CD + native_name: Democratic Republic of the Congo (Kinshasa) + - english_name: Central African Republic + iso_3166_1: CF + native_name: Central African Republic + - english_name: Congo + iso_3166_1: CG + native_name: Republic of the Congo (Brazzaville) + - english_name: Switzerland + iso_3166_1: CH + native_name: Switzerland + - english_name: Cote D'Ivoire + iso_3166_1: CI + native_name: Côte d’Ivoire + - english_name: Cook Islands + iso_3166_1: CK + native_name: Cook Islands + - english_name: Chile + iso_3166_1: CL + native_name: Chile + - english_name: Cameroon + iso_3166_1: CM + native_name: Cameroon + - english_name: China + iso_3166_1: CN + native_name: China + - english_name: Colombia + iso_3166_1: CO + native_name: Colombia + - english_name: Costa Rica + iso_3166_1: CR + native_name: Costa Rica + - english_name: Serbia and Montenegro + iso_3166_1: CS + native_name: Serbia and Montenegro + - english_name: Cuba + iso_3166_1: CU + native_name: Cuba + - english_name: Cape Verde + iso_3166_1: CV + native_name: Cape Verde + - english_name: Christmas Island + iso_3166_1: CX + native_name: Christmas Island + - english_name: Cyprus + iso_3166_1: CY + native_name: Cyprus + - english_name: Czech Republic + iso_3166_1: CZ + native_name: Czech Republic + - english_name: Germany + iso_3166_1: DE + native_name: Germany + - english_name: Djibouti + iso_3166_1: DJ + native_name: Djibouti + - english_name: Denmark + iso_3166_1: DK + native_name: Denmark + - english_name: Dominica + iso_3166_1: DM + native_name: Dominica + - english_name: Dominican Republic + iso_3166_1: DO + native_name: Dominican Republic + - english_name: Algeria + iso_3166_1: DZ + native_name: Algeria + - english_name: Ecuador + iso_3166_1: EC + native_name: Ecuador + - english_name: Estonia + iso_3166_1: EE + native_name: Estonia + - english_name: Egypt + iso_3166_1: EG + native_name: Egypt + - english_name: Western Sahara + iso_3166_1: EH + native_name: Western Sahara + - english_name: Eritrea + iso_3166_1: ER + native_name: Eritrea + - english_name: Spain + iso_3166_1: ES + native_name: Spain + - english_name: Ethiopia + iso_3166_1: ET + native_name: Ethiopia + - english_name: Finland + iso_3166_1: FI + native_name: Finland + - english_name: Fiji + iso_3166_1: FJ + native_name: Fiji + - english_name: Falkland Islands + iso_3166_1: FK + native_name: Falkland Islands + - english_name: Micronesia + iso_3166_1: FM + native_name: Micronesia + - english_name: Faeroe Islands + iso_3166_1: FO + native_name: Faroe Islands + - english_name: France + iso_3166_1: FR + native_name: France + - english_name: Gabon + iso_3166_1: GA + native_name: Gabon + - english_name: United Kingdom + iso_3166_1: GB + native_name: United Kingdom + - english_name: Grenada + iso_3166_1: GD + native_name: Grenada + - english_name: Georgia + iso_3166_1: GE + native_name: Georgia + - english_name: French Guiana + iso_3166_1: GF + native_name: French Guiana + - english_name: Ghana + iso_3166_1: GH + native_name: Ghana + - english_name: Gibraltar + iso_3166_1: GI + native_name: Gibraltar + - english_name: Greenland + iso_3166_1: GL + native_name: Greenland + - english_name: Gambia + iso_3166_1: GM + native_name: Gambia + - english_name: Guinea + iso_3166_1: GN + native_name: Guinea + - english_name: Guadaloupe + iso_3166_1: GP + native_name: Guadeloupe + - english_name: Equatorial Guinea + iso_3166_1: GQ + native_name: Equatorial Guinea + - english_name: Greece + iso_3166_1: GR + native_name: Greece + - english_name: South Georgia and the South Sandwich Islands + iso_3166_1: GS + native_name: South Georgia & South Sandwich Islands + - english_name: Guatemala + iso_3166_1: GT + native_name: Guatemala + - english_name: Guam + iso_3166_1: GU + native_name: Guam + - english_name: Guinea-Bissau + iso_3166_1: GW + native_name: Guinea-Bissau + - english_name: Guyana + iso_3166_1: GY + native_name: Guyana + - english_name: Hong Kong + iso_3166_1: HK + native_name: Hong Kong SAR China + - english_name: Heard and McDonald Islands + iso_3166_1: HM + native_name: Heard & McDonald Islands + - english_name: Honduras + iso_3166_1: HN + native_name: Honduras + - english_name: Croatia + iso_3166_1: HR + native_name: Croatia + - english_name: Haiti + iso_3166_1: HT + native_name: Haiti + - english_name: Hungary + iso_3166_1: HU + native_name: Hungary + - english_name: Indonesia + iso_3166_1: ID + native_name: Indonesia + - english_name: Ireland + iso_3166_1: IE + native_name: Ireland + - english_name: Israel + iso_3166_1: IL + native_name: Israel + - english_name: India + iso_3166_1: IN + native_name: India + - english_name: British Indian Ocean Territory + iso_3166_1: IO + native_name: British Indian Ocean Territory + - english_name: Iraq + iso_3166_1: IQ + native_name: Iraq + - english_name: Iran + iso_3166_1: IR + native_name: Iran + - english_name: Iceland + iso_3166_1: IS + native_name: Iceland + - english_name: Italy + iso_3166_1: IT + native_name: Italy + - english_name: Jamaica + iso_3166_1: JM + native_name: Jamaica + - english_name: Jordan + iso_3166_1: JO + native_name: Jordan + - english_name: Japan + iso_3166_1: JP + native_name: Japan + - english_name: Kenya + iso_3166_1: KE + native_name: Kenya + - english_name: Kyrgyz Republic + iso_3166_1: KG + native_name: Kyrgyzstan + - english_name: Cambodia + iso_3166_1: KH + native_name: Cambodia + - english_name: Kiribati + iso_3166_1: KI + native_name: Kiribati + - english_name: Comoros + iso_3166_1: KM + native_name: Comoros + - english_name: St. Kitts and Nevis + iso_3166_1: KN + native_name: St. Kitts & Nevis + - english_name: North Korea + iso_3166_1: KP + native_name: North Korea + - english_name: South Korea + iso_3166_1: KR + native_name: South Korea + - english_name: Kuwait + iso_3166_1: KW + native_name: Kuwait + - english_name: Cayman Islands + iso_3166_1: KY + native_name: Cayman Islands + - english_name: Kazakhstan + iso_3166_1: KZ + native_name: Kazakhstan + - english_name: Lao People's Democratic Republic + iso_3166_1: LA + native_name: Laos + - english_name: Lebanon + iso_3166_1: LB + native_name: Lebanon + - english_name: St. Lucia + iso_3166_1: LC + native_name: St. Lucia + - english_name: Liechtenstein + iso_3166_1: LI + native_name: Liechtenstein + - english_name: Sri Lanka + iso_3166_1: LK + native_name: Sri Lanka + - english_name: Liberia + iso_3166_1: LR + native_name: Liberia + - english_name: Lesotho + iso_3166_1: LS + native_name: Lesotho + - english_name: Lithuania + iso_3166_1: LT + native_name: Lithuania + - english_name: Luxembourg + iso_3166_1: LU + native_name: Luxembourg + - english_name: Latvia + iso_3166_1: LV + native_name: Latvia + - english_name: Libyan Arab Jamahiriya + iso_3166_1: LY + native_name: Libya + - english_name: Morocco + iso_3166_1: MA + native_name: Morocco + - english_name: Monaco + iso_3166_1: MC + native_name: Monaco + - english_name: Moldova + iso_3166_1: MD + native_name: Moldova + - english_name: Montenegro + iso_3166_1: ME + native_name: Montenegro + - english_name: Madagascar + iso_3166_1: MG + native_name: Madagascar + - english_name: Marshall Islands + iso_3166_1: MH + native_name: Marshall Islands + - english_name: Macedonia + iso_3166_1: MK + native_name: Macedonia + - english_name: Mali + iso_3166_1: ML + native_name: Mali + - english_name: Myanmar + iso_3166_1: MM + native_name: Myanmar (Burma) + - english_name: Mongolia + iso_3166_1: MN + native_name: Mongolia + - english_name: Macao + iso_3166_1: MO + native_name: Macau SAR China + - english_name: Northern Mariana Islands + iso_3166_1: MP + native_name: Northern Mariana Islands + - english_name: Martinique + iso_3166_1: MQ + native_name: Martinique + - english_name: Mauritania + iso_3166_1: MR + native_name: Mauritania + - english_name: Montserrat + iso_3166_1: MS + native_name: Montserrat + - english_name: Malta + iso_3166_1: MT + native_name: Malta + - english_name: Mauritius + iso_3166_1: MU + native_name: Mauritius + - english_name: Maldives + iso_3166_1: MV + native_name: Maldives + - english_name: Malawi + iso_3166_1: MW + native_name: Malawi + - english_name: Mexico + iso_3166_1: MX + native_name: Mexico + - english_name: Malaysia + iso_3166_1: MY + native_name: Malaysia + - english_name: Mozambique + iso_3166_1: MZ + native_name: Mozambique + - english_name: Namibia + iso_3166_1: NA + native_name: Namibia + - english_name: New Caledonia + iso_3166_1: NC + native_name: New Caledonia + - english_name: Niger + iso_3166_1: NE + native_name: Niger + - english_name: Norfolk Island + iso_3166_1: NF + native_name: Norfolk Island + - english_name: Nigeria + iso_3166_1: NG + native_name: Nigeria + - english_name: Nicaragua + iso_3166_1: NI + native_name: Nicaragua + - english_name: Netherlands + iso_3166_1: NL + native_name: Netherlands + - english_name: Norway + iso_3166_1: 'NO' + native_name: Norway + - english_name: Nepal + iso_3166_1: NP + native_name: Nepal + - english_name: Nauru + iso_3166_1: NR + native_name: Nauru + - english_name: Niue + iso_3166_1: NU + native_name: Niue + - english_name: New Zealand + iso_3166_1: NZ + native_name: New Zealand + - english_name: Oman + iso_3166_1: OM + native_name: Oman + - english_name: Panama + iso_3166_1: PA + native_name: Panama + - english_name: Peru + iso_3166_1: PE + native_name: Peru + - english_name: French Polynesia + iso_3166_1: PF + native_name: French Polynesia + - english_name: Papua New Guinea + iso_3166_1: PG + native_name: Papua New Guinea + - english_name: Philippines + iso_3166_1: PH + native_name: Philippines + - english_name: Pakistan + iso_3166_1: PK + native_name: Pakistan + - english_name: Poland + iso_3166_1: PL + native_name: Poland + - english_name: St. Pierre and Miquelon + iso_3166_1: PM + native_name: St. Pierre & Miquelon + - english_name: Pitcairn Island + iso_3166_1: PN + native_name: Pitcairn Islands + - english_name: Puerto Rico + iso_3166_1: PR + native_name: Puerto Rico + - english_name: Palestinian Territory + iso_3166_1: PS + native_name: Palestinian Territories + - english_name: Portugal + iso_3166_1: PT + native_name: Portugal + - english_name: Palau + iso_3166_1: PW + native_name: Palau + - english_name: Paraguay + iso_3166_1: PY + native_name: Paraguay + - english_name: Qatar + iso_3166_1: QA + native_name: Qatar + - english_name: Reunion + iso_3166_1: RE + native_name: Réunion + - english_name: Romania + iso_3166_1: RO + native_name: Romania + - english_name: Serbia + iso_3166_1: RS + native_name: Serbia + - english_name: Russia + iso_3166_1: RU + native_name: Russia + - english_name: Rwanda + iso_3166_1: RW + native_name: Rwanda + - english_name: Saudi Arabia + iso_3166_1: SA + native_name: Saudi Arabia + - english_name: Solomon Islands + iso_3166_1: SB + native_name: Solomon Islands + - english_name: Seychelles + iso_3166_1: SC + native_name: Seychelles + - english_name: Sudan + iso_3166_1: SD + native_name: Sudan + - english_name: Sweden + iso_3166_1: SE + native_name: Sweden + - english_name: Singapore + iso_3166_1: SG + native_name: Singapore + - english_name: St. Helena + iso_3166_1: SH + native_name: St. Helena + - english_name: Slovenia + iso_3166_1: SI + native_name: Slovenia + - english_name: Svalbard & Jan Mayen Islands + iso_3166_1: SJ + native_name: Svalbard & Jan Mayen + - english_name: Slovakia + iso_3166_1: SK + native_name: Slovakia + - english_name: Sierra Leone + iso_3166_1: SL + native_name: Sierra Leone + - english_name: San Marino + iso_3166_1: SM + native_name: San Marino + - english_name: Senegal + iso_3166_1: SN + native_name: Senegal + - english_name: Somalia + iso_3166_1: SO + native_name: Somalia + - english_name: Suriname + iso_3166_1: SR + native_name: Suriname + - english_name: South Sudan + iso_3166_1: SS + native_name: South Sudan + - english_name: Sao Tome and Principe + iso_3166_1: ST + native_name: São Tomé & Príncipe + - english_name: Soviet Union + iso_3166_1: SU + native_name: Soviet Union + - english_name: El Salvador + iso_3166_1: SV + native_name: El Salvador + - english_name: Syrian Arab Republic + iso_3166_1: SY + native_name: Syria + - english_name: Swaziland + iso_3166_1: SZ + native_name: Eswatini (Swaziland) + - english_name: Turks and Caicos Islands + iso_3166_1: TC + native_name: Turks & Caicos Islands + - english_name: Chad + iso_3166_1: TD + native_name: Chad + - english_name: French Southern Territories + iso_3166_1: TF + native_name: French Southern Territories + - english_name: Togo + iso_3166_1: TG + native_name: Togo + - english_name: Thailand + iso_3166_1: TH + native_name: Thailand + - english_name: Tajikistan + iso_3166_1: TJ + native_name: Tajikistan + - english_name: Tokelau + iso_3166_1: TK + native_name: Tokelau + - english_name: Timor-Leste + iso_3166_1: TL + native_name: Timor-Leste + - english_name: Turkmenistan + iso_3166_1: TM + native_name: Turkmenistan + - english_name: Tunisia + iso_3166_1: TN + native_name: Tunisia + - english_name: Tonga + iso_3166_1: TO + native_name: Tonga + - english_name: East Timor + iso_3166_1: TP + native_name: East Timor + - english_name: Turkey + iso_3166_1: TR + native_name: Turkey + - english_name: Trinidad and Tobago + iso_3166_1: TT + native_name: Trinidad & Tobago + - english_name: Tuvalu + iso_3166_1: TV + native_name: Tuvalu + - english_name: Taiwan + iso_3166_1: TW + native_name: Taiwan + - english_name: Tanzania + iso_3166_1: TZ + native_name: Tanzania + - english_name: Ukraine + iso_3166_1: UA + native_name: Ukraine + - english_name: Uganda + iso_3166_1: UG + native_name: Uganda + - english_name: United States Minor Outlying Islands + iso_3166_1: UM + native_name: U.S. Outlying Islands + - english_name: United States of America + iso_3166_1: US + native_name: United States + - english_name: Uruguay + iso_3166_1: UY + native_name: Uruguay + - english_name: Uzbekistan + iso_3166_1: UZ + native_name: Uzbekistan + - english_name: Holy See + iso_3166_1: VA + native_name: Vatican City + - english_name: St. Vincent and the Grenadines + iso_3166_1: VC + native_name: St. Vincent & Grenadines + - english_name: Venezuela + iso_3166_1: VE + native_name: Venezuela + - english_name: British Virgin Islands + iso_3166_1: VG + native_name: British Virgin Islands + - english_name: US Virgin Islands + iso_3166_1: VI + native_name: U.S. Virgin Islands + - english_name: Vietnam + iso_3166_1: VN + native_name: Vietnam + - english_name: Vanuatu + iso_3166_1: VU + native_name: Vanuatu + - english_name: Wallis and Futuna Islands + iso_3166_1: WF + native_name: Wallis & Futuna + - english_name: Samoa + iso_3166_1: WS + native_name: Samoa + - english_name: Czechoslovakia + iso_3166_1: XC + native_name: Czechoslovakia + - english_name: East Germany + iso_3166_1: XG + native_name: East Germany + - english_name: Northern Ireland + iso_3166_1: XI + native_name: Northern Ireland + - english_name: Kosovo + iso_3166_1: XK + native_name: Kosovo + - english_name: Yemen + iso_3166_1: YE + native_name: Yemen + - english_name: Mayotte + iso_3166_1: YT + native_name: Mayotte + - english_name: Yugoslavia + iso_3166_1: YU + native_name: Yugoslavia + - english_name: South Africa + iso_3166_1: ZA + native_name: South Africa + - english_name: Zambia + iso_3166_1: ZM + native_name: Zambia + - english_name: Zaire + iso_3166_1: ZR + native_name: Zaire + - english_name: Zimbabwe + iso_3166_1: ZW + native_name: Zimbabwe + /configuration/jobs: + get: + tags: + - CONFIGURATION + summary: Jobs + description: This endpoint get the list of the jobs and departments we use on TMDB. + operationId: jobs + responses: + '200': + description: jobs + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=25432 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 15:58:08 GMT + ETag: + schema: + type: string + example: W/"94eb73764be4adb53ec3c77eaf21cff6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: fZjN873ybqE9kGe39RJvDf3FzuXVhEX2AXkePjlkzPMHbQyktsIl9Q== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '2609' + x-memc-expires: + schema: + type: string + example: '25432' + x-memc-key: + schema: + type: string + example: 99354c98fddbf289fcdcb1ee9ccc2d8c + content: + application/json: + schema: + type: array + items: + type: object + properties: + department: + type: string + example: Sound + description: This represents the specific area within the organization or project that the jobs are associated with. + jobs: + type: array + items: + type: string + example: Dolby Consultant + example: + - Dolby Consultant + - First Assistant Sound Editor + - Music Director + - Songs + - Sound Engineer + - Orchestrator + - Music Supervisor + - ADR Editor + - Sound Effects + - Supervising Music Editor + - Recording Supervision + - Additional Sound Re-Recording Mixer + - Apprentice Sound Editor + - Sound Mixer + - Additional Music Supervisor + - Conductor + - Playback Singer + - Supervising Dialogue Editor + - Other + - Assistant Sound Editor + - Foley Editor + - Supervising Sound Editor + - Sound Recordist + - Sound Effects Designer + - Theme Song Performance + - Sound Montage Associate + - Assistant Music Supervisor + - Sound Editor + - Sound Director + - Additional Soundtrack + - Musician + - Utility Sound + - Original Music Composer + - Sound Designer + - Production Sound Mixer + - Dialogue Editor + - Additional Sound Re-Recordist + - Music Programmer + - Supervising ADR Editor + - Sound Re-Recording Mixer + - Boom Operator + - Scoring Mixer + - Foley + - Vocal Coach + - ADR Supervisor + - Music Editor + - Sound Effects Editor + - Music + - ADR & Dubbing + - Music Score Producer + - Supervising Sound Effects Editor + - Sound + - ADR Recording Engineer + - Assistant Sound Designer + - ADR Engineer + - Audio Post Coordinator + - Sound Technical Supervisor + - ADR Recordist + - Loop Group Coordinator + - Foley Recordist + - Additional Production Sound Mixer + - ADR Editor + - Music Coordinator + - Sound Post Supervisor + - ADR Coordinator + - Second Assistant Sound + - Music Producer + - Music Supervision Assistant + - Sound Re-Recording Assistant + - Vocals + - Assistant Sound Engineer + - Foley Supervisor + - Location Sound Mixer + - Music Sound Design and Processing + - Sound Post Production Coordinator + - ADR Mixer + - Digital Foley Artist + - Joint ADR Mixer + - Main Title Theme Composer + - Music Co-Supervisor + - Foley Mixer + - Location Sound Recordist + - Assistant Foley Artist + - Assistant Dialogue Editor + - Keyboard Programmer + - Music Consultant + - Sound Mix Technician + - Location Sound Assistant + - O.B. Sound + - Foley Artist + - Foley Recording Engineer + - Music Arranger + - Sound Assistant + - ADR Post Producer + - Sound Supervisor + description: A list of possible job titles available within the specified department. + example: + - department: Sound + jobs: + - Dolby Consultant + - First Assistant Sound Editor + - Music Director + - Songs + - Sound Engineer + - Orchestrator + - Music Supervisor + - ADR Editor + - Sound Effects + - Supervising Music Editor + - Recording Supervision + - Additional Sound Re-Recording Mixer + - Apprentice Sound Editor + - Sound Mixer + - Additional Music Supervisor + - Conductor + - Playback Singer + - Supervising Dialogue Editor + - Other + - Assistant Sound Editor + - Foley Editor + - Supervising Sound Editor + - Sound Recordist + - Sound Effects Designer + - Theme Song Performance + - Sound Montage Associate + - Assistant Music Supervisor + - Sound Editor + - Sound Director + - Additional Soundtrack + - Musician + - Utility Sound + - Original Music Composer + - Sound Designer + - Production Sound Mixer + - Dialogue Editor + - Additional Sound Re-Recordist + - Music Programmer + - Supervising ADR Editor + - Sound Re-Recording Mixer + - Boom Operator + - Scoring Mixer + - Foley + - Vocal Coach + - ADR Supervisor + - Music Editor + - Sound Effects Editor + - Music + - ADR & Dubbing + - Music Score Producer + - Supervising Sound Effects Editor + - Sound + - ADR Recording Engineer + - Assistant Sound Designer + - ADR Engineer + - Audio Post Coordinator + - Sound Technical Supervisor + - ADR Recordist + - Loop Group Coordinator + - Foley Recordist + - Additional Production Sound Mixer + - ADR Editor + - Music Coordinator + - Sound Post Supervisor + - ADR Coordinator + - Second Assistant Sound + - Music Producer + - Music Supervision Assistant + - Sound Re-Recording Assistant + - Vocals + - Assistant Sound Engineer + - Foley Supervisor + - Location Sound Mixer + - Music Sound Design and Processing + - Sound Post Production Coordinator + - ADR Mixer + - Digital Foley Artist + - Joint ADR Mixer + - Main Title Theme Composer + - Music Co-Supervisor + - Foley Mixer + - Location Sound Recordist + - Assistant Foley Artist + - Assistant Dialogue Editor + - Keyboard Programmer + - Music Consultant + - Sound Mix Technician + - Location Sound Assistant + - O.B. Sound + - Foley Artist + - Foley Recording Engineer + - Music Arranger + - Sound Assistant + - ADR Post Producer + - Sound Supervisor + - department: Art + jobs: + - Sculptor + - Assistant Set Dresser + - Title Designer + - Additional Construction + - Assistant Set Designer + - Shop Electric + - Additional Set Dresser + - On Set Key Props + - Set Supervisor + - Storyboard Artist + - Leadman + - First Assistant Property Master + - Head Designer + - Paint Coordinator + - Set Propsman + - Standby Carpenter + - Title Illustration + - Production Design + - Construction Coordinator + - Construction Foreman + - Lead Painter + - Painter + - Assistant Production Design + - Daily Grip + - Helping Hand + - Original Series Design + - Set Dressing Buyer + - Special Props + - Supervising Carpenter + - Textile Artist + - Property Master + - Draughtsman + - Concept Artist + - Decorator + - Lead Set Dresser + - Assistant Set Propsman + - On Set Computer Graphics + - Opening Title Sequence + - Art Department Manager + - Greensman + - First Assistant Art Direction + - Graphic Designer + - Runner Art Department + - Standby Art Director + - Co-Art Director + - Set Decorating Coordinator + - Storyboard Designer + - Art Designer + - Art Direction Intern + - Property Graphic Designer + - Production Illustrator + - Property Builder + - Swing + - Set Designer + - Standby Painter + - Gun Wrangler + - Conceptual Illustrator + - Assistant Director of Photography + - Assistant Set Decoration Buyer + - Construction Buyer + - Construction Grip + - Petty Cash Buyer + - Art Direction + - Art Department Coordinator + - Assistant Property Master + - Set Dresser + - Creative Director + - Conceptual Design + - Set Decoration Buyer + - Additional Construction Grip + - Head Carpenter + - Head Greensman + - Key Carpenter + - Props + - Set Painter + - Web Designer + - Set Decoration + - Art Department Assistant + - Additional Storyboarding + - Assistant Set Decoration + - Construction Manager + - Set Buyer + - Background Designer + - Location Scout + - Sign Painter + - Key Set Painter + - Interior Designer + - Assistant Art Director + - Supervising Art Director + - Additional Key Construction Grip + - Art Department Trainee + - Assistant Decorator + - Digital Storyboarding + - Dressing Prop + - Head Decorator + - Key Construction Grip + - On Set Props + - Storyboard Assistant + - Settings + - Other + - Prop Designer + - Main Title Designer + - Property Buyer + - Second Assistant Art Director + - Standby Property Master + - department: Crew + jobs: + - Post Production Supervisor + - Supervising Animator + - Tattooist + - Translator + - Series Writer + - Drone Operator + - Marine Coordinator + - Acting Double + - Assistant Craft Service + - Base Camp Operator + - Interactive Manager + - Series Publicist + - Sponsorship Coordinator + - Stunt Double + - Supervising Armorer + - Sequence Lead + - Sound Design Assistant + - Studio Teacher + - Security + - Quality Control Supervisor + - Animatronic and Prosthetic Effects + - Associate Choreographer + - Dramaturgy + - Graphic Novel Illustrator + - Pyrotechnician + - Chaperone Tutor + - Film Processor + - Military Consultant + - Police Consultant + - Special Effects Manager + - Sets & Props Artist + - Transportation Coordinator + - Executive Visual Effects Producer + - Poem + - Animal Wrangler + - Chaperone + - Charge Scenic Artist + - Generator Operator + - Health and Safety + - Department Administrator + - Supervisor of Production Resources + - Legal Services + - Public Relations + - Digital Effects Supervisor + - Script + - Additional Dialogue + - Radio Play + - Key Scenic Artist + - Key Special Effects + - Master at Arms + - Specialized Driver + - Vehicles Wrangler + - Second Film Editor + - Post Production Assistant + - Stand In + - Other + - Fight Choreographer + - In Memory Of + - Catering Head Chef + - Clearances Coordinator + - Special Effects + - Software Team Lead + - Motion Capture Artist + - Production Controller + - Prop Maker + - Score Engineer + - Steadycam + - Visual Effects Editor + - Additional Writing + - Marine Pilot + - Playback Coordinator + - Scientific Consultant + - Choreographer + - Stunts + - Documentation & Support + - Machinist + - Photoscience Manager + - Production Office Assistant + - Driver + - Loader + - Editorial Staff + - Technical Supervisor + - Additional Music + - Video Game + - Carpenter + - Animatronics Designer + - Assistant Vehicles Coordinator + - Medical Consultant + - Sequence Supervisor + - Dialect Coach + - CG Supervisor + - Commissioning Editor + - Assistant Chef + - Dialogue Coach + - Digital Supervisor + - Systems Administrators & Support + - Mixing Engineer + - Post-Production Manager + - Picture Car Coordinator + - Unit Publicist + - Transportation Co-Captain + - Thanks + - Pilot + - Catering + - Intern + - Logistics Coordinator + - Weapons Master + - Temp Music Editor + - Compositor + - Transportation Captain + - Post Production Consulting + - Second Unit Cinematographer + - Manager of Operations + - Treatment + - Lighting Camera + - Executive Music Producer + - Floor Runner + - Receptionist + - Special Effects Assistant + - Special Effects Technician + - Stunt Driver + - Special Effects Coordinator + - Special Sound Effects + - Cableman + - Set Medic + - Chef + - Martial Arts Choreographer + - Creator + - Animatronics Supervisor + - Armory Coordinator + - Additional Script Supervisor + - Assistant Script + - Director of Communications + - Post Production Scripts + - Stunt Coordinator + - Schedule Coordinator + - Projection + - Mix Technician + - Sequence Artist + - Video Assist Operator + - Production Intern + - Set Production Intern + - Visual Effects Art Director + - Makeup Effects + - Aerial Coordinator + - Administrative Assistant + - Cast Driver + - Vehicles Coordinator + - Weapons Wrangler + - Second Unit + - Utility Stunts + - Title Graphics + - Telecine Colorist + - Digital Producer + - Animal Coordinator + - Child Wrangler + - Special Effects Best Boy + - Supervising Technical Director + - Information Systems Manager + - Craft Service + - Scenic Artist + - Propmaker + - Executive in Charge of Finance + - Armorer + - Digital Effects Producer + - Presenter + - Techno Crane Operator + - Head Driver + - Security Coordinator + - Set Runner + - Unit Medic + - Production Artist + - Motion Actor + - Sets & Props Supervisor + - Actor's Assistant + - Cinematography + - CGI Supervisor + - Creative Consultant + - Assistant Picture Car Coordinator + - Technical Advisor + - Temp Sound Editor + - Software Engineer + - Set Production Assistant + - Visual Effects Design Consultant + - Captain Driver + - Clearances Consultant + - File Footage + - Sponsorship Director + - Transcriptions + - department: Editing + jobs: + - Digital Intermediate Assistant + - First Assistant Picture Editor + - Lead Editor + - Project Manager + - Negative Cutter + - 3D Digital Colorist + - Additional Editing + - Color Timer + - Assistant Picture Editor + - Dailies Technician + - Digital Intermediate + - Co-Editor + - Additional Editor + - Dailies Manager + - Editor + - First Assistant Editor + - Editorial Production Assistant + - Editorial Manager + - Additional Editorial Assistant + - Assistant Editor + - Color Grading + - Dailies Operator + - Digital Intermediate Colorist + - Digital Intermediate Producer + - EPK Editor + - Senior Colorist + - Supervising Film Editor + - Digital Conform Editor + - Editorial Consultant + - Archival Footage Research + - Digital Color Timer + - Digital Intermediate Data Wrangler + - Senior Digital Intermediate Colorist + - Associate Editor + - Online Editor + - Archival Footage Coordinator + - Colorist + - Consulting Editor + - Stereoscopic Editor + - Supervising Editor + - Other + - Atmos Editor + - Color Assistant + - Editorial Services + - Additional Colorist + - Digital Intermediate Editor + - Editorial Coordinator + - 3D Editor + - Digital Colorist + - department: Writing + jobs: + - Scenario Writer + - Story + - Co-Writer + - Series Composition + - Original Story + - Screenplay + - Author + - Adaptation + - Writer + - Book + - Other + - Characters + - Theatre Play + - Musical + - Screenstory + - Teleplay + - Storyboard + - Creative Producer + - Script Consultant + - Idea + - Opera + - Comic Book + - Script Editor + - Novel + - Dialogue + - Story Editor + - Short Story + - Story Coordinator + - Story Consultant + - Story Developer + - Junior Story Editor + - Story Artist + - Staff Writer + - Original Film Writer + - Story Supervisor + - Writers' Assistant + - Graphic Novel + - Writers' Production + - Senior Story Editor + - Original Concept + - Original Series Creator + - Executive Story Editor + - Head of Story + - Lyricist + - Story Manager + - department: Directing + jobs: + - Other + - First Assistant Director Trainee + - Insert Unit First Assistant Director + - First Assistant Director + - Layout + - Continuity + - Assistant Director Trainee + - Second Assistant Director Trainee + - Second Unit Director + - Second Unit First Assistant Director + - Additional Third Assistant Director + - First Assistant Director (Prep) + - Co-Director + - Script Coordinator + - Assistant Director + - Crowd Assistant Director + - Second Second Assistant Director + - Series Director + - Director + - Script Supervisor + - Special Guest Director + - Action Director + - Second Assistant Director + - Third Assistant Director + - Field Director + - Insert Unit Director + - Stage Director + - Additional Second Assistant Director + - department: Costume & Make-Up + jobs: + - Makeup Designer + - Assistant Makeup Artist + - Contact Lens Designer + - Daily Wardrobe + - Hairstylist + - Makeup Department Head + - Assistant Costume Designer + - Ager/Dyer + - Hair Supervisor + - Key Costumer + - Key Makeup Artist + - Makeup Effects Designer + - Prosthetic Designer + - Tattoo Designer + - Contact Lens Painter + - Costume Standby + - Costume Illustrator + - Makeup & Hair + - Prosthetics Sculptor + - Costume Design + - Makeup Artist + - Additional Wardrobe Assistant + - Assistant Hairdresser + - Extras Dresser + - First Assistant Makeup Artist + - Wardrobe Master + - Shoe Design + - Prosthetic Makeup Artist + - Costumer + - Key Dresser + - Key Hairdresser + - Wigmaker + - Hair Department Head + - Costume Mistress + - First Assistant Hairstylist + - Wardrobe Assistant + - Wardrobe Intern + - Costume Supervisor + - Other + - Co-Costume Designer + - Additional Hairstylist + - Contact Lens Technician + - Dresser + - Extras Makeup Artist + - Makeup & Hair Assistant + - Prosthetics Painter + - Facial Setup Artist + - Costume Coordinator + - Hair Assistant + - On Set Dresser + - Truck Costumer + - Wardrobe Coordinator + - Set Dressing Supervisor + - Costume Consultant + - Key Set Costumer + - Makeup Supervisor + - Tailor + - Hairdresser + - Set Costumer + - Seamstress + - Costume Assistant + - Costume Set Supervisor + - Prosthetics + - Set Dressing Artist + - Set Dressing Manager + - Set Dressing Production Assistant + - Wig Designer + - Daily Makeup & Hair + - Principal Costumer + - Hair Setup + - Hair Designer + - Key Hair Stylist + - Wardrobe Supervisor + - Makeup Trainee + - Special Effects Makeup Artist + - Truck Supervisor + - Prosthetic Supervisor + - Special Effects Key Makeup Artist + - Wardrobe Designer + - Assistant Hairstylist + - Costume Designer + - Lead Costumer + - Wardrobe Specialized Technician + - department: Production + jobs: + - Location Manager + - Other + - Executive Consultant + - Co-Producer + - Additional Casting + - Executive Producer + - Publicist + - Accounting Supervisor + - Line Producer + - Development Manager + - Administration + - Executive In Charge Of Post Production + - Unit Manager + - Assistant Production Manager + - Casting Assistant + - Casting Consultant + - Accounting Trainee + - Senior Executive Consultant + - Production Accountant + - Finance + - Researcher + - Supervising Producer + - ADR Voice Casting + - Coordinating Producer + - Producer + - Unit Production Manager + - Production Director + - Executive In Charge Of Production + - Associate Producer + - Accounting Clerk Assistant + - Assistant Production Coordinator + - Additional Production Assistant + - Assistant Extras Casting + - Consulting Producer + - Additional Post-Production Supervisor + - Production Manager + - Character Technical Supervisor + - Co-Executive Producer + - Accountant + - Casting + - Casting Associate + - Production Coordinator + - Local Casting + - Art Department Production Assistant + - Production Office Coordinator + - Script Researcher + - Assistant Accountant + - Production Supervisor + - Background Casting Director + - Executive Assistant + - Extras Casting + - Key Set Production Assistant + - Location Production Assistant + - Production Trainee + - Extras Casting Assistant + - Head of Research + - Trainee Production Coordinator + - Back-up Truck Production Assistant + - General Manager + - Production Driver + - Casting Producer + - Casting Researcher + - Location Assistant + - Production Assistant + - Assistant Location Manager + - Broadcast Producer + - Casting Coordinator + - Insert Unit Location Manager + - Payroll Accountant + - Producer's Assistant + - Unit Swing + - Assistant Unit Manager + - Business Affairs Coordinator + - Data Management Technician + - Finishing Producer + - Head of Programming + - Human Resources + - Key Production Assistant + - Location Coordinator + - Post Production Producer + - Street Casting + - Casting Director + - Controller + - Grip Production Assistant + - Key Art Production Assistant + - Production Consultant + - Travel Coordinator + - Delegated Producer + - Extras Casting Coordinator + - First Assistant Production Coordinator + - Post Producer + - Attorney + - Contract Manager + - Executive Co-Producer + - Location Casting + - Production Executive + - Production Runner + - Production Secretary + - Research Assistant + - Second Assistant Unit Manager + - Post Production Coordinator + - Truck Production Assistant + - Back-up Set Production Assistant + - Development Producer + - Head of Production + - Key Grip Production Assistant + - Locale Casting Director + - Second Assistant Accountant + - Musical Casting + - Post Production Accountant + - First Assistant Accountant + - Original Casting + - Production Designer + - Second Unit Location Manager + - Consulting Accountant + - Post Coordinator + - Post Production Technical Engineer + - Director of Operations + - Executive Producer's Assistant + - Feature Finishing Producer + - Key Accountant + - Second Assistant Production Coordinator + - department: Actors + jobs: + - Cameo + - Actor + - Special Guest + - Voice + - Stunt Double + - department: Visual Effects + jobs: + - CG Painter + - 24 Frame Playback + - I/O Manager + - Mechanical Designer + - Creature Technical Director + - Visual Effects + - Chief Technician / Stop-Motion Expert + - Creature Design + - I/O Supervisor + - Visual Effects Designer + - Visual Development + - Animation Manager + - Fix Animator + - Lead Character Designer + - Opening/Ending Animation + - VFX Supervisor + - Cloth Setup + - Visual Effects Producer + - VFX Production Coordinator + - 2D Supervisor + - Character Designer + - Pyrotechnic Supervisor + - 3D Generalist + - Digital Effects Producer + - Stereoscopic Coordinator + - Shading + - 3D Director + - Digital Compositor + - 3D Modeller + - Character Modelling Supervisor + - Animation Fix Coordinator + - Color Designer + - Battle Motion Coordinator + - Animation Supervisor + - Matchmove Supervisor + - Animation Department Coordinator + - Simulation & Effects Artist + - 3D Artist + - Lead Animator + - Pre-Visualization Supervisor + - Modeling + - VFX Artist + - Imaging Science + - Special Effects Supervisor + - CGI Director + - CG Engineer + - 3D Coordinator + - 3D Sequence Supervisor + - CG Animator + - Key Animation + - VFX Director of Photography + - Visual Effects Coordinator + - Visual Effects Technical Director + - Visual Effects Supervisor + - Additional Effects Development + - Simulation & Effects Production Assistant + - 3D Supervisor + - 2D Artist + - Roto Supervisor + - Animation + - Animation Director + - 3D Animator + - 3D Tracking Layout + - Animation Production Assistant + - Mechanical & Creature Designer + - VFX Editor + - VFX Lighting Artist + - Visual Effects Compositor + - Visual Effects Lineup + - Lead Creature Designer + - Pipeline Technical Director + - Photo Retouching + - Senior Generalist + - Visual Effects Assistant Editor + - Creature Effects Technical Director + - Visual Effects Director + - Modelling Supervisor + - Rotoscoping Artist + - Visual Effects Production Assistant + - Additional Visual Effects + - 2D Sequence Supervisor + - Compositing Artist + - Director of Previsualization + - Generalist + - Senior Modeller + - Stereoscopic Supervisor + - Animation Coordinator + - Compositing Supervisor + - Senior Animator + - Pre-Visualization Coordinator + - Supervising Animation Director + - Smoke Artist + - Compositing Lead + - Cyber Scanning Supervisor + - Layout Supervisor + - Matte Painter + - Visual Effects Production Manager + - Head of Animation + - Digital Film Recording + - Effects Supervisor + - Animation Technical Director + - CG Artist + - Senior Visual Effects Supervisor + - Visual Effects Camera + - Stereoscopic Technical Director + - department: Lighting + jobs: + - Lighting Artist + - Lighting Production Assistant + - Chief Lighting Technician + - Assistant Electrician + - Lighting Manager + - Electrician + - Other + - Master Lighting Artist + - Lighting Programmer + - Gaffer + - Rigging Gaffer + - Rigging Grip + - Underwater Gaffer + - Assistant Chief Lighting Technician + - Assistant Gaffer + - O.B. Lighting + - Lighting Technician + - Key Rigging Grip + - Lighting Design + - Best Boy Lighting Technician + - Additional Gaffer + - Genetator Operator + - Best Boy Electric + - Lighting Coordinator + - Daily Electrics + - Rigging Supervisor + - Additional Lighting Technician + - Lighting Supervisor + - Best Boy Electrician + - Directing Lighting Artist + - Lighting Director + - Standby Rigger + - department: Camera + jobs: + - Assistant Grip + - Data Wrangler + - First Assistant "B" Camera + - Underwater Epk Photographer + - Video Report + - Aerial Camera + - Underwater Director of Photography + - Best Boy Grip + - BTS Videographer + - Second Assistant "B" Camera + - '"D" Camera Operator' + - Drone Pilot + - Second Assistant "D" Camera + - Second Company Grip + - Third Assistant "B" Camera + - First Assistant Camera + - Aerial Camera Technician + - Key Grip + - Additional Director of Photography + - Additional Underwater Photography + - Clapper Loader + - First Company Grip + - Second Assistant "C" Camera + - Additional Photography + - Assistant Camera + - Camera Production Assistant + - Digital Imaging Technician + - Third Assistant "C" Camera + - Third Assistant Camera + - Underwater Stills Photographer + - Camera Intern + - Second Unit Director of Photography + - Camera Department Production Assistant + - Camera Supervisor + - Additional Camera + - Additional First Assistant Camera + - Additional Second Assistant Camera + - Set Photographer + - Still Photographer + - '"B" Camera Operator' + - Camera Car + - Jimmy Jib Operator + - Aerial Director of Photography + - Dolly Grip + - Epk Producer + - Focus Puller + - Head of Layout + - Second Assistant "A" Camera + - Underwater Camera + - Camera Technician + - Russian Arm Operator + - Phantom Operator + - Red Technician + - Helicopter Camera + - BTS Photographer + - Camera Trainee + - Epk Director + - Libra Head Technician + - Third Assistant "D" Camera + - Grip + - '"C" Camera Operator' + - BTS Footage + - Camera Truck + - First Assistant "C" Camera + - Second Assistant Camera + - Additional Still Photographer + - Epk Camera Operator + - '"A" Camera Operator' + - Additional Grip + - Additional Key Grip + - Additional Set Photographer + - Drone Cinematographer + - Steadicam Operator + - Ultimate Arm Operator + - First Assistant "A" Camera + - First Assistant "D" Camera + - Third Assistant "A" Camera + - Videojournalist + - Director of Photography + - Camera Operator + - Camera Department Manager + - Other + - Camera Loader + examples: + jobs: + value: + - department: Sound + jobs: + - Dolby Consultant + - First Assistant Sound Editor + - Music Director + - Songs + - Sound Engineer + - Orchestrator + - Music Supervisor + - ADR Editor + - Sound Effects + - Supervising Music Editor + - Recording Supervision + - Additional Sound Re-Recording Mixer + - Apprentice Sound Editor + - Sound Mixer + - Additional Music Supervisor + - Conductor + - Playback Singer + - Supervising Dialogue Editor + - Other + - Assistant Sound Editor + - Foley Editor + - Supervising Sound Editor + - Sound Recordist + - Sound Effects Designer + - Theme Song Performance + - Sound Montage Associate + - Assistant Music Supervisor + - Sound Editor + - Sound Director + - Additional Soundtrack + - Musician + - Utility Sound + - Original Music Composer + - Sound Designer + - Production Sound Mixer + - Dialogue Editor + - Additional Sound Re-Recordist + - Music Programmer + - Supervising ADR Editor + - Sound Re-Recording Mixer + - Boom Operator + - Scoring Mixer + - Foley + - Vocal Coach + - ADR Supervisor + - Music Editor + - Sound Effects Editor + - Music + - ADR & Dubbing + - Music Score Producer + - Supervising Sound Effects Editor + - Sound + - ADR Recording Engineer + - Assistant Sound Designer + - ADR Engineer + - Audio Post Coordinator + - Sound Technical Supervisor + - ADR Recordist + - Loop Group Coordinator + - Foley Recordist + - Additional Production Sound Mixer + - ADR Editor + - Music Coordinator + - Sound Post Supervisor + - ADR Coordinator + - Second Assistant Sound + - Music Producer + - Music Supervision Assistant + - Sound Re-Recording Assistant + - Vocals + - Assistant Sound Engineer + - Foley Supervisor + - Location Sound Mixer + - Music Sound Design and Processing + - Sound Post Production Coordinator + - ADR Mixer + - Digital Foley Artist + - Joint ADR Mixer + - Main Title Theme Composer + - Music Co-Supervisor + - Foley Mixer + - Location Sound Recordist + - Assistant Foley Artist + - Assistant Dialogue Editor + - Keyboard Programmer + - Music Consultant + - Sound Mix Technician + - Location Sound Assistant + - O.B. Sound + - Foley Artist + - Foley Recording Engineer + - Music Arranger + - Sound Assistant + - ADR Post Producer + - Sound Supervisor + - department: Art + jobs: + - Sculptor + - Assistant Set Dresser + - Title Designer + - Additional Construction + - Assistant Set Designer + - Shop Electric + - Additional Set Dresser + - On Set Key Props + - Set Supervisor + - Storyboard Artist + - Leadman + - First Assistant Property Master + - Head Designer + - Paint Coordinator + - Set Propsman + - Standby Carpenter + - Title Illustration + - Production Design + - Construction Coordinator + - Construction Foreman + - Lead Painter + - Painter + - Assistant Production Design + - Daily Grip + - Helping Hand + - Original Series Design + - Set Dressing Buyer + - Special Props + - Supervising Carpenter + - Textile Artist + - Property Master + - Draughtsman + - Concept Artist + - Decorator + - Lead Set Dresser + - Assistant Set Propsman + - On Set Computer Graphics + - Opening Title Sequence + - Art Department Manager + - Greensman + - First Assistant Art Direction + - Graphic Designer + - Runner Art Department + - Standby Art Director + - Co-Art Director + - Set Decorating Coordinator + - Storyboard Designer + - Art Designer + - Art Direction Intern + - Property Graphic Designer + - Production Illustrator + - Property Builder + - Swing + - Set Designer + - Standby Painter + - Gun Wrangler + - Conceptual Illustrator + - Assistant Director of Photography + - Assistant Set Decoration Buyer + - Construction Buyer + - Construction Grip + - Petty Cash Buyer + - Art Direction + - Art Department Coordinator + - Assistant Property Master + - Set Dresser + - Creative Director + - Conceptual Design + - Set Decoration Buyer + - Additional Construction Grip + - Head Carpenter + - Head Greensman + - Key Carpenter + - Props + - Set Painter + - Web Designer + - Set Decoration + - Art Department Assistant + - Additional Storyboarding + - Assistant Set Decoration + - Construction Manager + - Set Buyer + - Background Designer + - Location Scout + - Sign Painter + - Key Set Painter + - Interior Designer + - Assistant Art Director + - Supervising Art Director + - Additional Key Construction Grip + - Art Department Trainee + - Assistant Decorator + - Digital Storyboarding + - Dressing Prop + - Head Decorator + - Key Construction Grip + - On Set Props + - Storyboard Assistant + - Settings + - Other + - Prop Designer + - Main Title Designer + - Property Buyer + - Second Assistant Art Director + - Standby Property Master + - department: Crew + jobs: + - Post Production Supervisor + - Supervising Animator + - Tattooist + - Translator + - Series Writer + - Drone Operator + - Marine Coordinator + - Acting Double + - Assistant Craft Service + - Base Camp Operator + - Interactive Manager + - Series Publicist + - Sponsorship Coordinator + - Stunt Double + - Supervising Armorer + - Sequence Lead + - Sound Design Assistant + - Studio Teacher + - Security + - Quality Control Supervisor + - Animatronic and Prosthetic Effects + - Associate Choreographer + - Dramaturgy + - Graphic Novel Illustrator + - Pyrotechnician + - Chaperone Tutor + - Film Processor + - Military Consultant + - Police Consultant + - Special Effects Manager + - Sets & Props Artist + - Transportation Coordinator + - Executive Visual Effects Producer + - Poem + - Animal Wrangler + - Chaperone + - Charge Scenic Artist + - Generator Operator + - Health and Safety + - Department Administrator + - Supervisor of Production Resources + - Legal Services + - Public Relations + - Digital Effects Supervisor + - Script + - Additional Dialogue + - Radio Play + - Key Scenic Artist + - Key Special Effects + - Master at Arms + - Specialized Driver + - Vehicles Wrangler + - Second Film Editor + - Post Production Assistant + - Stand In + - Other + - Fight Choreographer + - In Memory Of + - Catering Head Chef + - Clearances Coordinator + - Special Effects + - Software Team Lead + - Motion Capture Artist + - Production Controller + - Prop Maker + - Score Engineer + - Steadycam + - Visual Effects Editor + - Additional Writing + - Marine Pilot + - Playback Coordinator + - Scientific Consultant + - Choreographer + - Stunts + - Documentation & Support + - Machinist + - Photoscience Manager + - Production Office Assistant + - Driver + - Loader + - Editorial Staff + - Technical Supervisor + - Additional Music + - Video Game + - Carpenter + - Animatronics Designer + - Assistant Vehicles Coordinator + - Medical Consultant + - Sequence Supervisor + - Dialect Coach + - CG Supervisor + - Commissioning Editor + - Assistant Chef + - Dialogue Coach + - Digital Supervisor + - Systems Administrators & Support + - Mixing Engineer + - Post-Production Manager + - Picture Car Coordinator + - Unit Publicist + - Transportation Co-Captain + - Thanks + - Pilot + - Catering + - Intern + - Logistics Coordinator + - Weapons Master + - Temp Music Editor + - Compositor + - Transportation Captain + - Post Production Consulting + - Second Unit Cinematographer + - Manager of Operations + - Treatment + - Lighting Camera + - Executive Music Producer + - Floor Runner + - Receptionist + - Special Effects Assistant + - Special Effects Technician + - Stunt Driver + - Special Effects Coordinator + - Special Sound Effects + - Cableman + - Set Medic + - Chef + - Martial Arts Choreographer + - Creator + - Animatronics Supervisor + - Armory Coordinator + - Additional Script Supervisor + - Assistant Script + - Director of Communications + - Post Production Scripts + - Stunt Coordinator + - Schedule Coordinator + - Projection + - Mix Technician + - Sequence Artist + - Video Assist Operator + - Production Intern + - Set Production Intern + - Visual Effects Art Director + - Makeup Effects + - Aerial Coordinator + - Administrative Assistant + - Cast Driver + - Vehicles Coordinator + - Weapons Wrangler + - Second Unit + - Utility Stunts + - Title Graphics + - Telecine Colorist + - Digital Producer + - Animal Coordinator + - Child Wrangler + - Special Effects Best Boy + - Supervising Technical Director + - Information Systems Manager + - Craft Service + - Scenic Artist + - Propmaker + - Executive in Charge of Finance + - Armorer + - Digital Effects Producer + - Presenter + - Techno Crane Operator + - Head Driver + - Security Coordinator + - Set Runner + - Unit Medic + - Production Artist + - Motion Actor + - Sets & Props Supervisor + - Actor's Assistant + - Cinematography + - CGI Supervisor + - Creative Consultant + - Assistant Picture Car Coordinator + - Technical Advisor + - Temp Sound Editor + - Software Engineer + - Set Production Assistant + - Visual Effects Design Consultant + - Captain Driver + - Clearances Consultant + - File Footage + - Sponsorship Director + - Transcriptions + - department: Editing + jobs: + - Digital Intermediate Assistant + - First Assistant Picture Editor + - Lead Editor + - Project Manager + - Negative Cutter + - 3D Digital Colorist + - Additional Editing + - Color Timer + - Assistant Picture Editor + - Dailies Technician + - Digital Intermediate + - Co-Editor + - Additional Editor + - Dailies Manager + - Editor + - First Assistant Editor + - Editorial Production Assistant + - Editorial Manager + - Additional Editorial Assistant + - Assistant Editor + - Color Grading + - Dailies Operator + - Digital Intermediate Colorist + - Digital Intermediate Producer + - EPK Editor + - Senior Colorist + - Supervising Film Editor + - Digital Conform Editor + - Editorial Consultant + - Archival Footage Research + - Digital Color Timer + - Digital Intermediate Data Wrangler + - Senior Digital Intermediate Colorist + - Associate Editor + - Online Editor + - Archival Footage Coordinator + - Colorist + - Consulting Editor + - Stereoscopic Editor + - Supervising Editor + - Other + - Atmos Editor + - Color Assistant + - Editorial Services + - Additional Colorist + - Digital Intermediate Editor + - Editorial Coordinator + - 3D Editor + - Digital Colorist + - department: Writing + jobs: + - Scenario Writer + - Story + - Co-Writer + - Series Composition + - Original Story + - Screenplay + - Author + - Adaptation + - Writer + - Book + - Other + - Characters + - Theatre Play + - Musical + - Screenstory + - Teleplay + - Storyboard + - Creative Producer + - Script Consultant + - Idea + - Opera + - Comic Book + - Script Editor + - Novel + - Dialogue + - Story Editor + - Short Story + - Story Coordinator + - Story Consultant + - Story Developer + - Junior Story Editor + - Story Artist + - Staff Writer + - Original Film Writer + - Story Supervisor + - Writers' Assistant + - Graphic Novel + - Writers' Production + - Senior Story Editor + - Original Concept + - Original Series Creator + - Executive Story Editor + - Head of Story + - Lyricist + - Story Manager + - department: Directing + jobs: + - Other + - First Assistant Director Trainee + - Insert Unit First Assistant Director + - First Assistant Director + - Layout + - Continuity + - Assistant Director Trainee + - Second Assistant Director Trainee + - Second Unit Director + - Second Unit First Assistant Director + - Additional Third Assistant Director + - First Assistant Director (Prep) + - Co-Director + - Script Coordinator + - Assistant Director + - Crowd Assistant Director + - Second Second Assistant Director + - Series Director + - Director + - Script Supervisor + - Special Guest Director + - Action Director + - Second Assistant Director + - Third Assistant Director + - Field Director + - Insert Unit Director + - Stage Director + - Additional Second Assistant Director + - department: Costume & Make-Up + jobs: + - Makeup Designer + - Assistant Makeup Artist + - Contact Lens Designer + - Daily Wardrobe + - Hairstylist + - Makeup Department Head + - Assistant Costume Designer + - Ager/Dyer + - Hair Supervisor + - Key Costumer + - Key Makeup Artist + - Makeup Effects Designer + - Prosthetic Designer + - Tattoo Designer + - Contact Lens Painter + - Costume Standby + - Costume Illustrator + - Makeup & Hair + - Prosthetics Sculptor + - Costume Design + - Makeup Artist + - Additional Wardrobe Assistant + - Assistant Hairdresser + - Extras Dresser + - First Assistant Makeup Artist + - Wardrobe Master + - Shoe Design + - Prosthetic Makeup Artist + - Costumer + - Key Dresser + - Key Hairdresser + - Wigmaker + - Hair Department Head + - Costume Mistress + - First Assistant Hairstylist + - Wardrobe Assistant + - Wardrobe Intern + - Costume Supervisor + - Other + - Co-Costume Designer + - Additional Hairstylist + - Contact Lens Technician + - Dresser + - Extras Makeup Artist + - Makeup & Hair Assistant + - Prosthetics Painter + - Facial Setup Artist + - Costume Coordinator + - Hair Assistant + - On Set Dresser + - Truck Costumer + - Wardrobe Coordinator + - Set Dressing Supervisor + - Costume Consultant + - Key Set Costumer + - Makeup Supervisor + - Tailor + - Hairdresser + - Set Costumer + - Seamstress + - Costume Assistant + - Costume Set Supervisor + - Prosthetics + - Set Dressing Artist + - Set Dressing Manager + - Set Dressing Production Assistant + - Wig Designer + - Daily Makeup & Hair + - Principal Costumer + - Hair Setup + - Hair Designer + - Key Hair Stylist + - Wardrobe Supervisor + - Makeup Trainee + - Special Effects Makeup Artist + - Truck Supervisor + - Prosthetic Supervisor + - Special Effects Key Makeup Artist + - Wardrobe Designer + - Assistant Hairstylist + - Costume Designer + - Lead Costumer + - Wardrobe Specialized Technician + - department: Production + jobs: + - Location Manager + - Other + - Executive Consultant + - Co-Producer + - Additional Casting + - Executive Producer + - Publicist + - Accounting Supervisor + - Line Producer + - Development Manager + - Administration + - Executive In Charge Of Post Production + - Unit Manager + - Assistant Production Manager + - Casting Assistant + - Casting Consultant + - Accounting Trainee + - Senior Executive Consultant + - Production Accountant + - Finance + - Researcher + - Supervising Producer + - ADR Voice Casting + - Coordinating Producer + - Producer + - Unit Production Manager + - Production Director + - Executive In Charge Of Production + - Associate Producer + - Accounting Clerk Assistant + - Assistant Production Coordinator + - Additional Production Assistant + - Assistant Extras Casting + - Consulting Producer + - Additional Post-Production Supervisor + - Production Manager + - Character Technical Supervisor + - Co-Executive Producer + - Accountant + - Casting + - Casting Associate + - Production Coordinator + - Local Casting + - Art Department Production Assistant + - Production Office Coordinator + - Script Researcher + - Assistant Accountant + - Production Supervisor + - Background Casting Director + - Executive Assistant + - Extras Casting + - Key Set Production Assistant + - Location Production Assistant + - Production Trainee + - Extras Casting Assistant + - Head of Research + - Trainee Production Coordinator + - Back-up Truck Production Assistant + - General Manager + - Production Driver + - Casting Producer + - Casting Researcher + - Location Assistant + - Production Assistant + - Assistant Location Manager + - Broadcast Producer + - Casting Coordinator + - Insert Unit Location Manager + - Payroll Accountant + - Producer's Assistant + - Unit Swing + - Assistant Unit Manager + - Business Affairs Coordinator + - Data Management Technician + - Finishing Producer + - Head of Programming + - Human Resources + - Key Production Assistant + - Location Coordinator + - Post Production Producer + - Street Casting + - Casting Director + - Controller + - Grip Production Assistant + - Key Art Production Assistant + - Production Consultant + - Travel Coordinator + - Delegated Producer + - Extras Casting Coordinator + - First Assistant Production Coordinator + - Post Producer + - Attorney + - Contract Manager + - Executive Co-Producer + - Location Casting + - Production Executive + - Production Runner + - Production Secretary + - Research Assistant + - Second Assistant Unit Manager + - Post Production Coordinator + - Truck Production Assistant + - Back-up Set Production Assistant + - Development Producer + - Head of Production + - Key Grip Production Assistant + - Locale Casting Director + - Second Assistant Accountant + - Musical Casting + - Post Production Accountant + - First Assistant Accountant + - Original Casting + - Production Designer + - Second Unit Location Manager + - Consulting Accountant + - Post Coordinator + - Post Production Technical Engineer + - Director of Operations + - Executive Producer's Assistant + - Feature Finishing Producer + - Key Accountant + - Second Assistant Production Coordinator + - department: Actors + jobs: + - Cameo + - Actor + - Special Guest + - Voice + - Stunt Double + - department: Visual Effects + jobs: + - CG Painter + - 24 Frame Playback + - I/O Manager + - Mechanical Designer + - Creature Technical Director + - Visual Effects + - Chief Technician / Stop-Motion Expert + - Creature Design + - I/O Supervisor + - Visual Effects Designer + - Visual Development + - Animation Manager + - Fix Animator + - Lead Character Designer + - Opening/Ending Animation + - VFX Supervisor + - Cloth Setup + - Visual Effects Producer + - VFX Production Coordinator + - 2D Supervisor + - Character Designer + - Pyrotechnic Supervisor + - 3D Generalist + - Digital Effects Producer + - Stereoscopic Coordinator + - Shading + - 3D Director + - Digital Compositor + - 3D Modeller + - Character Modelling Supervisor + - Animation Fix Coordinator + - Color Designer + - Battle Motion Coordinator + - Animation Supervisor + - Matchmove Supervisor + - Animation Department Coordinator + - Simulation & Effects Artist + - 3D Artist + - Lead Animator + - Pre-Visualization Supervisor + - Modeling + - VFX Artist + - Imaging Science + - Special Effects Supervisor + - CGI Director + - CG Engineer + - 3D Coordinator + - 3D Sequence Supervisor + - CG Animator + - Key Animation + - VFX Director of Photography + - Visual Effects Coordinator + - Visual Effects Technical Director + - Visual Effects Supervisor + - Additional Effects Development + - Simulation & Effects Production Assistant + - 3D Supervisor + - 2D Artist + - Roto Supervisor + - Animation + - Animation Director + - 3D Animator + - 3D Tracking Layout + - Animation Production Assistant + - Mechanical & Creature Designer + - VFX Editor + - VFX Lighting Artist + - Visual Effects Compositor + - Visual Effects Lineup + - Lead Creature Designer + - Pipeline Technical Director + - Photo Retouching + - Senior Generalist + - Visual Effects Assistant Editor + - Creature Effects Technical Director + - Visual Effects Director + - Modelling Supervisor + - Rotoscoping Artist + - Visual Effects Production Assistant + - Additional Visual Effects + - 2D Sequence Supervisor + - Compositing Artist + - Director of Previsualization + - Generalist + - Senior Modeller + - Stereoscopic Supervisor + - Animation Coordinator + - Compositing Supervisor + - Senior Animator + - Pre-Visualization Coordinator + - Supervising Animation Director + - Smoke Artist + - Compositing Lead + - Cyber Scanning Supervisor + - Layout Supervisor + - Matte Painter + - Visual Effects Production Manager + - Head of Animation + - Digital Film Recording + - Effects Supervisor + - Animation Technical Director + - CG Artist + - Senior Visual Effects Supervisor + - Visual Effects Camera + - Stereoscopic Technical Director + - department: Lighting + jobs: + - Lighting Artist + - Lighting Production Assistant + - Chief Lighting Technician + - Assistant Electrician + - Lighting Manager + - Electrician + - Other + - Master Lighting Artist + - Lighting Programmer + - Gaffer + - Rigging Gaffer + - Rigging Grip + - Underwater Gaffer + - Assistant Chief Lighting Technician + - Assistant Gaffer + - O.B. Lighting + - Lighting Technician + - Key Rigging Grip + - Lighting Design + - Best Boy Lighting Technician + - Additional Gaffer + - Genetator Operator + - Best Boy Electric + - Lighting Coordinator + - Daily Electrics + - Rigging Supervisor + - Additional Lighting Technician + - Lighting Supervisor + - Best Boy Electrician + - Directing Lighting Artist + - Lighting Director + - Standby Rigger + - department: Camera + jobs: + - Assistant Grip + - Data Wrangler + - First Assistant "B" Camera + - Underwater Epk Photographer + - Video Report + - Aerial Camera + - Underwater Director of Photography + - Best Boy Grip + - BTS Videographer + - Second Assistant "B" Camera + - '"D" Camera Operator' + - Drone Pilot + - Second Assistant "D" Camera + - Second Company Grip + - Third Assistant "B" Camera + - First Assistant Camera + - Aerial Camera Technician + - Key Grip + - Additional Director of Photography + - Additional Underwater Photography + - Clapper Loader + - First Company Grip + - Second Assistant "C" Camera + - Additional Photography + - Assistant Camera + - Camera Production Assistant + - Digital Imaging Technician + - Third Assistant "C" Camera + - Third Assistant Camera + - Underwater Stills Photographer + - Camera Intern + - Second Unit Director of Photography + - Camera Department Production Assistant + - Camera Supervisor + - Additional Camera + - Additional First Assistant Camera + - Additional Second Assistant Camera + - Set Photographer + - Still Photographer + - '"B" Camera Operator' + - Camera Car + - Jimmy Jib Operator + - Aerial Director of Photography + - Dolly Grip + - Epk Producer + - Focus Puller + - Head of Layout + - Second Assistant "A" Camera + - Underwater Camera + - Camera Technician + - Russian Arm Operator + - Phantom Operator + - Red Technician + - Helicopter Camera + - BTS Photographer + - Camera Trainee + - Epk Director + - Libra Head Technician + - Third Assistant "D" Camera + - Grip + - '"C" Camera Operator' + - BTS Footage + - Camera Truck + - First Assistant "C" Camera + - Second Assistant Camera + - Additional Still Photographer + - Epk Camera Operator + - '"A" Camera Operator' + - Additional Grip + - Additional Key Grip + - Additional Set Photographer + - Drone Cinematographer + - Steadicam Operator + - Ultimate Arm Operator + - First Assistant "A" Camera + - First Assistant "D" Camera + - Third Assistant "A" Camera + - Videojournalist + - Director of Photography + - Camera Operator + - Camera Department Manager + - Other + - Camera Loader + /configuration/languages: + get: + tags: + - CONFIGURATION + summary: Languages + description: This endpoint get the list of languages (ISO 639-1 tags) used throughout TMDB. + operationId: languages + responses: + '200': + description: languages + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=9226 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 16:16:43 GMT + ETag: + schema: + type: string + example: W/"3414aa5d37fe396379575d0dc818ce95" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: ZfS8e1SVOHJtqbl3LbgZE3nYPuMGHbB-SpC6kg5eJI4XcSnuD6EkiQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '15203' + x-memc-expires: + schema: + type: string + example: '9226' + x-memc-key: + schema: + type: string + example: 132bda69e78c274962f5a8a620e3b119 + content: + application/json: + schema: + type: array + items: + type: object + properties: + english_name: + type: string + example: Aymara + description: The name of the language in English. + iso_639_1: + type: string + example: ay + description: A two-letter language code defined by the ISO 639-1 standard. + name: + type: string + example: '' + description: The name of the language in its native script or form, which may not necessarily be in English. + example: + - english_name: Aymara + iso_639_1: ay + name: '' + - english_name: Chamorro + iso_639_1: ch + name: Finu' Chamorro + - english_name: Fijian + iso_639_1: fj + name: '' + - english_name: Italian + iso_639_1: it + name: Italiano + - english_name: Navajo + iso_639_1: nv + name: '' + - english_name: Quechua + iso_639_1: qu + name: '' + - english_name: Russian + iso_639_1: ru + name: Pусский + - english_name: Sardinian + iso_639_1: sc + name: '' + - english_name: Swahili + iso_639_1: sw + name: Kiswahili + - english_name: Tswana + iso_639_1: tn + name: '' + - english_name: Urdu + iso_639_1: ur + name: اردو + - english_name: Hiri Motu + iso_639_1: ho + name: '' + - english_name: Khmer + iso_639_1: km + name: '' + - english_name: Kuanyama + iso_639_1: kj + name: '' + - english_name: Tatar + iso_639_1: tt + name: '' + - english_name: Pushto + iso_639_1: ps + name: پښتو + - english_name: Cantonese + iso_639_1: cn + name: 广州话 / 廣州話 + - english_name: Macedonian + iso_639_1: mk + name: '' + - english_name: Yoruba + iso_639_1: yo + name: Èdè Yorùbá + - english_name: Faroese + iso_639_1: fo + name: '' + - english_name: Fulah + iso_639_1: ff + name: Fulfulde + - english_name: Igbo + iso_639_1: ig + name: '' + - english_name: Ido + iso_639_1: io + name: '' + - english_name: Indonesian + iso_639_1: id + name: Bahasa indonesia + - english_name: Korean + iso_639_1: ko + name: 한국어/조선말 + - english_name: Moldavian + iso_639_1: mo + name: '' + - english_name: Ndebele + iso_639_1: nr + name: '' + - english_name: Pali + iso_639_1: pi + name: '' + - english_name: Somali + iso_639_1: so + name: Somali + - english_name: Albanian + iso_639_1: sq + name: shqip + - english_name: Tamil + iso_639_1: ta + name: தமிழ் + - english_name: Tagalog + iso_639_1: tl + name: '' + - english_name: Thai + iso_639_1: th + name: ภาษาไทย + - english_name: Venda + iso_639_1: ve + name: '' + - english_name: Volapük + iso_639_1: vo + name: '' + - english_name: Slavic + iso_639_1: cu + name: '' + - english_name: Cornish + iso_639_1: kw + name: '' + - english_name: French + iso_639_1: fr + name: Français + - english_name: Frisian + iso_639_1: fy + name: '' + - english_name: Haitian; Haitian Creole + iso_639_1: ht + name: '' + - english_name: Interlingue + iso_639_1: ie + name: '' + - english_name: Interlingua + iso_639_1: ia + name: '' + - english_name: Marshall + iso_639_1: mh + name: '' + - english_name: Rundi + iso_639_1: rn + name: Kirundi + - english_name: Northern Sami + iso_639_1: se + name: '' + - english_name: Gaelic + iso_639_1: gd + name: '' + - english_name: Yi + iso_639_1: ii + name: '' + - english_name: Lao + iso_639_1: lo + name: '' + - english_name: Latin + iso_639_1: la + name: Latin + - english_name: Chichewa; Nyanja + iso_639_1: ny + name: '' + - english_name: Ojibwa + iso_639_1: oj + name: '' + - english_name: Abkhazian + iso_639_1: ab + name: '' + - english_name: Arabic + iso_639_1: ar + name: العربية + - english_name: Ewe + iso_639_1: ee + name: Èʋegbe + - english_name: Hindi + iso_639_1: hi + name: हिन्दी + - english_name: Aragonese + iso_639_1: an + name: '' + - english_name: Bashkir + iso_639_1: ba + name: '' + - english_name: Bengali + iso_639_1: bn + name: বাংলা + - english_name: Bislama + iso_639_1: bi + name: '' + - english_name: Estonian + iso_639_1: et + name: Eesti + - english_name: Basque + iso_639_1: eu + name: euskera + - english_name: Galician + iso_639_1: gl + name: Galego + - english_name: Hausa + iso_639_1: ha + name: Hausa + - english_name: Herero + iso_639_1: hz + name: '' + - english_name: Inuktitut + iso_639_1: iu + name: '' + - english_name: Javanese + iso_639_1: jv + name: '' + - english_name: Kanuri + iso_639_1: kr + name: '' + - english_name: Mongolian + iso_639_1: mn + name: '' + - english_name: Burmese + iso_639_1: my + name: '' + - english_name: Nauru + iso_639_1: na + name: '' + - english_name: Portuguese + iso_639_1: pt + name: Português + - english_name: Sindhi + iso_639_1: sd + name: '' + - english_name: Zulu + iso_639_1: zu + name: isiZulu + - english_name: Akan + iso_639_1: ak + name: '' + - english_name: Hungarian + iso_639_1: hu + name: Magyar + - english_name: Inupiaq + iso_639_1: ik + name: '' + - english_name: Kashmiri + iso_639_1: ks + name: '' + - english_name: Georgian + iso_639_1: ka + name: ქართული + - english_name: Ganda + iso_639_1: lg + name: '' + - english_name: Occitan + iso_639_1: oc + name: '' + - english_name: Uzbek + iso_639_1: uz + name: ozbek + - english_name: Xhosa + iso_639_1: xh + name: '' + - english_name: Zhuang + iso_639_1: za + name: '' + - english_name: Mandarin + iso_639_1: zh + name: 普通话 + - english_name: Greek + iso_639_1: el + name: ελληνικά + - english_name: Irish + iso_639_1: ga + name: Gaeilge + - english_name: Guarani + iso_639_1: gn + name: '' + - english_name: Gujarati + iso_639_1: gu + name: '' + - english_name: Kalaallisut + iso_639_1: kl + name: '' + - english_name: Kannada + iso_639_1: kn + name: '?????' + - english_name: Kirghiz + iso_639_1: ky + name: '??????' + - english_name: Dutch + iso_639_1: nl + name: Nederlands + - english_name: Slovenian + iso_639_1: sl + name: Slovenščina + - english_name: Serbian + iso_639_1: sr + name: Srpski + - english_name: Swati + iso_639_1: ss + name: '' + - english_name: Uighur + iso_639_1: ug + name: '' + - english_name: Bulgarian + iso_639_1: bg + name: български език + - english_name: Corsican + iso_639_1: co + name: '' + - english_name: Welsh + iso_639_1: cy + name: Cymraeg + - english_name: Divehi + iso_639_1: dv + name: '' + - english_name: Kikuyu + iso_639_1: ki + name: '' + - english_name: Maltese + iso_639_1: mt + name: Malti + - english_name: Nepali + iso_639_1: ne + name: '' + - english_name: Sinhalese + iso_639_1: si + name: සිංහල + - english_name: Shona + iso_639_1: sn + name: '' + - english_name: Sundanese + iso_639_1: su + name: '' + - english_name: Tonga + iso_639_1: to + name: '' + - english_name: Walloon + iso_639_1: wa + name: '' + - english_name: Cree + iso_639_1: cr + name: '' + - english_name: Finnish + iso_639_1: fi + name: suomi + - english_name: Croatian + iso_639_1: hr + name: Hrvatski + - english_name: Malagasy + iso_639_1: mg + name: '' + - english_name: Norwegian Bokmål + iso_639_1: nb + name: Bokmål + - english_name: Tsonga + iso_639_1: ts + name: '' + - english_name: Vietnamese + iso_639_1: vi + name: Tiếng Việt + - english_name: Armenian + iso_639_1: hy + name: '' + - english_name: Avaric + iso_639_1: av + name: '' + - english_name: Azerbaijani + iso_639_1: az + name: Azərbaycan + - english_name: Manx + iso_639_1: gv + name: '' + - english_name: Serbo-Croatian + iso_639_1: sh + name: '' + - english_name: Latvian + iso_639_1: lv + name: Latviešu + - english_name: Marathi + iso_639_1: mr + name: '' + - english_name: Polish + iso_639_1: pl + name: Polski + - english_name: Raeto-Romance + iso_639_1: rm + name: '' + - english_name: Turkish + iso_639_1: tr + name: Türkçe + - english_name: No Language + iso_639_1: xx + name: No Language + - english_name: Catalan + iso_639_1: ca + name: Català + - english_name: German + iso_639_1: de + name: Deutsch + - english_name: Kinyarwanda + iso_639_1: rw + name: Kinyarwanda + - english_name: Lingala + iso_639_1: ln + name: '' + - english_name: Romanian + iso_639_1: ro + name: Română + - english_name: Tahitian + iso_639_1: ty + name: '' + - english_name: Tigrinya + iso_639_1: ti + name: '' + - english_name: Hebrew + iso_639_1: he + name: עִבְרִית + - english_name: Assamese + iso_639_1: as + name: '' + - english_name: Tibetan + iso_639_1: bo + name: '' + - english_name: Dzongkha + iso_639_1: dz + name: '' + - english_name: Esperanto + iso_639_1: eo + name: Esperanto + - english_name: Japanese + iso_639_1: ja + name: 日本語 + - english_name: Ndonga + iso_639_1: ng + name: '' + - english_name: Norwegian + iso_639_1: 'no' + name: Norsk + - english_name: Punjabi + iso_639_1: pa + name: ਪੰਜਾਬੀ + - english_name: Sanskrit + iso_639_1: sa + name: '' + - english_name: Amharic + iso_639_1: am + name: '' + - english_name: Persian + iso_639_1: fa + name: فارسی + - english_name: Afar + iso_639_1: aa + name: '' + - english_name: Avestan + iso_639_1: ae + name: '' + - english_name: Breton + iso_639_1: br + name: '' + - english_name: Icelandic + iso_639_1: is + name: Íslenska + - english_name: Kazakh + iso_639_1: kk + name: қазақ + - english_name: Lithuanian + iso_639_1: lt + name: Lietuvių + - english_name: Maori + iso_639_1: mi + name: '' + - english_name: Malay + iso_639_1: ms + name: Bahasa melayu + - english_name: Oriya + iso_639_1: or + name: '' + - english_name: Sotho + iso_639_1: st + name: '' + - english_name: Turkmen + iso_639_1: tk + name: '' + - english_name: Afrikaans + iso_639_1: af + name: Afrikaans + - english_name: Bambara + iso_639_1: bm + name: Bamanankan + - english_name: Bosnian + iso_639_1: bs + name: Bosanski + - english_name: Czech + iso_639_1: cs + name: Český + - english_name: Chechen + iso_639_1: ce + name: '' + - english_name: Komi + iso_639_1: kv + name: '' + - english_name: Letzeburgesch + iso_639_1: lb + name: '' + - english_name: Ndebele + iso_639_1: nd + name: '' + - english_name: Slovak + iso_639_1: sk + name: Slovenčina + - english_name: Samoan + iso_639_1: sm + name: '' + - english_name: Tajik + iso_639_1: tg + name: '' + - english_name: Wolof + iso_639_1: wo + name: Wolof + - english_name: Yiddish + iso_639_1: yi + name: '' + - english_name: Belarusian + iso_639_1: be + name: беларуская мова + - english_name: Chuvash + iso_639_1: cv + name: '' + - english_name: Danish + iso_639_1: da + name: Dansk + - english_name: English + iso_639_1: en + name: English + - english_name: Kongo + iso_639_1: kg + name: '' + - english_name: Kurdish + iso_639_1: ku + name: '' + - english_name: Limburgish + iso_639_1: li + name: '' + - english_name: Luba-Katanga + iso_639_1: lu + name: '' + - english_name: Malayalam + iso_639_1: ml + name: '' + - english_name: Norwegian Nynorsk + iso_639_1: nn + name: '' + - english_name: Oromo + iso_639_1: om + name: '' + - english_name: Ossetian; Ossetic + iso_639_1: os + name: '' + - english_name: Sango + iso_639_1: sg + name: '' + - english_name: Spanish + iso_639_1: es + name: Español + - english_name: Swedish + iso_639_1: sv + name: svenska + - english_name: Telugu + iso_639_1: te + name: తెలుగు + - english_name: Twi + iso_639_1: tw + name: '' + - english_name: Ukrainian + iso_639_1: uk + name: Український + examples: + languages: + value: + - english_name: Aymara + iso_639_1: ay + name: '' + - english_name: Chamorro + iso_639_1: ch + name: Finu' Chamorro + - english_name: Fijian + iso_639_1: fj + name: '' + - english_name: Italian + iso_639_1: it + name: Italiano + - english_name: Navajo + iso_639_1: nv + name: '' + - english_name: Quechua + iso_639_1: qu + name: '' + - english_name: Russian + iso_639_1: ru + name: Pусский + - english_name: Sardinian + iso_639_1: sc + name: '' + - english_name: Swahili + iso_639_1: sw + name: Kiswahili + - english_name: Tswana + iso_639_1: tn + name: '' + - english_name: Urdu + iso_639_1: ur + name: اردو + - english_name: Hiri Motu + iso_639_1: ho + name: '' + - english_name: Khmer + iso_639_1: km + name: '' + - english_name: Kuanyama + iso_639_1: kj + name: '' + - english_name: Tatar + iso_639_1: tt + name: '' + - english_name: Pushto + iso_639_1: ps + name: پښتو + - english_name: Cantonese + iso_639_1: cn + name: 广州话 / 廣州話 + - english_name: Macedonian + iso_639_1: mk + name: '' + - english_name: Yoruba + iso_639_1: yo + name: Èdè Yorùbá + - english_name: Faroese + iso_639_1: fo + name: '' + - english_name: Fulah + iso_639_1: ff + name: Fulfulde + - english_name: Igbo + iso_639_1: ig + name: '' + - english_name: Ido + iso_639_1: io + name: '' + - english_name: Indonesian + iso_639_1: id + name: Bahasa indonesia + - english_name: Korean + iso_639_1: ko + name: 한국어/조선말 + - english_name: Moldavian + iso_639_1: mo + name: '' + - english_name: Ndebele + iso_639_1: nr + name: '' + - english_name: Pali + iso_639_1: pi + name: '' + - english_name: Somali + iso_639_1: so + name: Somali + - english_name: Albanian + iso_639_1: sq + name: shqip + - english_name: Tamil + iso_639_1: ta + name: தமிழ் + - english_name: Tagalog + iso_639_1: tl + name: '' + - english_name: Thai + iso_639_1: th + name: ภาษาไทย + - english_name: Venda + iso_639_1: ve + name: '' + - english_name: Volapük + iso_639_1: vo + name: '' + - english_name: Slavic + iso_639_1: cu + name: '' + - english_name: Cornish + iso_639_1: kw + name: '' + - english_name: French + iso_639_1: fr + name: Français + - english_name: Frisian + iso_639_1: fy + name: '' + - english_name: Haitian; Haitian Creole + iso_639_1: ht + name: '' + - english_name: Interlingue + iso_639_1: ie + name: '' + - english_name: Interlingua + iso_639_1: ia + name: '' + - english_name: Marshall + iso_639_1: mh + name: '' + - english_name: Rundi + iso_639_1: rn + name: Kirundi + - english_name: Northern Sami + iso_639_1: se + name: '' + - english_name: Gaelic + iso_639_1: gd + name: '' + - english_name: Yi + iso_639_1: ii + name: '' + - english_name: Lao + iso_639_1: lo + name: '' + - english_name: Latin + iso_639_1: la + name: Latin + - english_name: Chichewa; Nyanja + iso_639_1: ny + name: '' + - english_name: Ojibwa + iso_639_1: oj + name: '' + - english_name: Abkhazian + iso_639_1: ab + name: '' + - english_name: Arabic + iso_639_1: ar + name: العربية + - english_name: Ewe + iso_639_1: ee + name: Èʋegbe + - english_name: Hindi + iso_639_1: hi + name: हिन्दी + - english_name: Aragonese + iso_639_1: an + name: '' + - english_name: Bashkir + iso_639_1: ba + name: '' + - english_name: Bengali + iso_639_1: bn + name: বাংলা + - english_name: Bislama + iso_639_1: bi + name: '' + - english_name: Estonian + iso_639_1: et + name: Eesti + - english_name: Basque + iso_639_1: eu + name: euskera + - english_name: Galician + iso_639_1: gl + name: Galego + - english_name: Hausa + iso_639_1: ha + name: Hausa + - english_name: Herero + iso_639_1: hz + name: '' + - english_name: Inuktitut + iso_639_1: iu + name: '' + - english_name: Javanese + iso_639_1: jv + name: '' + - english_name: Kanuri + iso_639_1: kr + name: '' + - english_name: Mongolian + iso_639_1: mn + name: '' + - english_name: Burmese + iso_639_1: my + name: '' + - english_name: Nauru + iso_639_1: na + name: '' + - english_name: Portuguese + iso_639_1: pt + name: Português + - english_name: Sindhi + iso_639_1: sd + name: '' + - english_name: Zulu + iso_639_1: zu + name: isiZulu + - english_name: Akan + iso_639_1: ak + name: '' + - english_name: Hungarian + iso_639_1: hu + name: Magyar + - english_name: Inupiaq + iso_639_1: ik + name: '' + - english_name: Kashmiri + iso_639_1: ks + name: '' + - english_name: Georgian + iso_639_1: ka + name: ქართული + - english_name: Ganda + iso_639_1: lg + name: '' + - english_name: Occitan + iso_639_1: oc + name: '' + - english_name: Uzbek + iso_639_1: uz + name: ozbek + - english_name: Xhosa + iso_639_1: xh + name: '' + - english_name: Zhuang + iso_639_1: za + name: '' + - english_name: Mandarin + iso_639_1: zh + name: 普通话 + - english_name: Greek + iso_639_1: el + name: ελληνικά + - english_name: Irish + iso_639_1: ga + name: Gaeilge + - english_name: Guarani + iso_639_1: gn + name: '' + - english_name: Gujarati + iso_639_1: gu + name: '' + - english_name: Kalaallisut + iso_639_1: kl + name: '' + - english_name: Kannada + iso_639_1: kn + name: '?????' + - english_name: Kirghiz + iso_639_1: ky + name: '??????' + - english_name: Dutch + iso_639_1: nl + name: Nederlands + - english_name: Slovenian + iso_639_1: sl + name: Slovenščina + - english_name: Serbian + iso_639_1: sr + name: Srpski + - english_name: Swati + iso_639_1: ss + name: '' + - english_name: Uighur + iso_639_1: ug + name: '' + - english_name: Bulgarian + iso_639_1: bg + name: български език + - english_name: Corsican + iso_639_1: co + name: '' + - english_name: Welsh + iso_639_1: cy + name: Cymraeg + - english_name: Divehi + iso_639_1: dv + name: '' + - english_name: Kikuyu + iso_639_1: ki + name: '' + - english_name: Maltese + iso_639_1: mt + name: Malti + - english_name: Nepali + iso_639_1: ne + name: '' + - english_name: Sinhalese + iso_639_1: si + name: සිංහල + - english_name: Shona + iso_639_1: sn + name: '' + - english_name: Sundanese + iso_639_1: su + name: '' + - english_name: Tonga + iso_639_1: to + name: '' + - english_name: Walloon + iso_639_1: wa + name: '' + - english_name: Cree + iso_639_1: cr + name: '' + - english_name: Finnish + iso_639_1: fi + name: suomi + - english_name: Croatian + iso_639_1: hr + name: Hrvatski + - english_name: Malagasy + iso_639_1: mg + name: '' + - english_name: Norwegian Bokmål + iso_639_1: nb + name: Bokmål + - english_name: Tsonga + iso_639_1: ts + name: '' + - english_name: Vietnamese + iso_639_1: vi + name: Tiếng Việt + - english_name: Armenian + iso_639_1: hy + name: '' + - english_name: Avaric + iso_639_1: av + name: '' + - english_name: Azerbaijani + iso_639_1: az + name: Azərbaycan + - english_name: Manx + iso_639_1: gv + name: '' + - english_name: Serbo-Croatian + iso_639_1: sh + name: '' + - english_name: Latvian + iso_639_1: lv + name: Latviešu + - english_name: Marathi + iso_639_1: mr + name: '' + - english_name: Polish + iso_639_1: pl + name: Polski + - english_name: Raeto-Romance + iso_639_1: rm + name: '' + - english_name: Turkish + iso_639_1: tr + name: Türkçe + - english_name: No Language + iso_639_1: xx + name: No Language + - english_name: Catalan + iso_639_1: ca + name: Català + - english_name: German + iso_639_1: de + name: Deutsch + - english_name: Kinyarwanda + iso_639_1: rw + name: Kinyarwanda + - english_name: Lingala + iso_639_1: ln + name: '' + - english_name: Romanian + iso_639_1: ro + name: Română + - english_name: Tahitian + iso_639_1: ty + name: '' + - english_name: Tigrinya + iso_639_1: ti + name: '' + - english_name: Hebrew + iso_639_1: he + name: עִבְרִית + - english_name: Assamese + iso_639_1: as + name: '' + - english_name: Tibetan + iso_639_1: bo + name: '' + - english_name: Dzongkha + iso_639_1: dz + name: '' + - english_name: Esperanto + iso_639_1: eo + name: Esperanto + - english_name: Japanese + iso_639_1: ja + name: 日本語 + - english_name: Ndonga + iso_639_1: ng + name: '' + - english_name: Norwegian + iso_639_1: 'no' + name: Norsk + - english_name: Punjabi + iso_639_1: pa + name: ਪੰਜਾਬੀ + - english_name: Sanskrit + iso_639_1: sa + name: '' + - english_name: Amharic + iso_639_1: am + name: '' + - english_name: Persian + iso_639_1: fa + name: فارسی + - english_name: Afar + iso_639_1: aa + name: '' + - english_name: Avestan + iso_639_1: ae + name: '' + - english_name: Breton + iso_639_1: br + name: '' + - english_name: Icelandic + iso_639_1: is + name: Íslenska + - english_name: Kazakh + iso_639_1: kk + name: қазақ + - english_name: Lithuanian + iso_639_1: lt + name: Lietuvių + - english_name: Maori + iso_639_1: mi + name: '' + - english_name: Malay + iso_639_1: ms + name: Bahasa melayu + - english_name: Oriya + iso_639_1: or + name: '' + - english_name: Sotho + iso_639_1: st + name: '' + - english_name: Turkmen + iso_639_1: tk + name: '' + - english_name: Afrikaans + iso_639_1: af + name: Afrikaans + - english_name: Bambara + iso_639_1: bm + name: Bamanankan + - english_name: Bosnian + iso_639_1: bs + name: Bosanski + - english_name: Czech + iso_639_1: cs + name: Český + - english_name: Chechen + iso_639_1: ce + name: '' + - english_name: Komi + iso_639_1: kv + name: '' + - english_name: Letzeburgesch + iso_639_1: lb + name: '' + - english_name: Ndebele + iso_639_1: nd + name: '' + - english_name: Slovak + iso_639_1: sk + name: Slovenčina + - english_name: Samoan + iso_639_1: sm + name: '' + - english_name: Tajik + iso_639_1: tg + name: '' + - english_name: Wolof + iso_639_1: wo + name: Wolof + - english_name: Yiddish + iso_639_1: yi + name: '' + - english_name: Belarusian + iso_639_1: be + name: беларуская мова + - english_name: Chuvash + iso_639_1: cv + name: '' + - english_name: Danish + iso_639_1: da + name: Dansk + - english_name: English + iso_639_1: en + name: English + - english_name: Kongo + iso_639_1: kg + name: '' + - english_name: Kurdish + iso_639_1: ku + name: '' + - english_name: Limburgish + iso_639_1: li + name: '' + - english_name: Luba-Katanga + iso_639_1: lu + name: '' + - english_name: Malayalam + iso_639_1: ml + name: '' + - english_name: Norwegian Nynorsk + iso_639_1: nn + name: '' + - english_name: Oromo + iso_639_1: om + name: '' + - english_name: Ossetian; Ossetic + iso_639_1: os + name: '' + - english_name: Sango + iso_639_1: sg + name: '' + - english_name: Spanish + iso_639_1: es + name: Español + - english_name: Swedish + iso_639_1: sv + name: svenska + - english_name: Telugu + iso_639_1: te + name: తెలుగు + - english_name: Twi + iso_639_1: tw + name: '' + - english_name: Ukrainian + iso_639_1: uk + name: Український + /configuration/primary_translations: + get: + tags: + - CONFIGURATION + summary: Primary Translations + description: This endpoint get a list of the officially supported translations on TMDB. + operationId: primaryTranslations + responses: + '200': + description: primary translations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=6637 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 16:18:55 GMT + ETag: + schema: + type: string + example: W/"c6cdb30b4091b8cee580f9b1a4cf34d9" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 738984066968793a5714282f49fe0ab8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: eyETzP2hmND4kbLsWwJFylQTxjsaevHbD45L6IH1tW8iSG6ZH6Aqaw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '18514' + x-memc-expires: + schema: + type: string + example: '6637' + x-memc-key: + schema: + type: string + example: 66cdd9d50e1d69747aa16fdf196f30a0 + content: + application/json: + schema: + type: array + items: + type: string + example: af-ZA + example: + - af-ZA + - ar-AE + - ar-BH + - ar-EG + - ar-IQ + - ar-JO + - ar-LY + - ar-MA + - ar-QA + - ar-SA + - ar-TD + - ar-YE + - be-BY + - bg-BG + - bn-BD + - br-FR + - ca-AD + - ca-ES + - ch-GU + - cs-CZ + - cy-GB + - da-DK + - de-AT + - de-CH + - de-DE + - el-CY + - el-GR + - en-AG + - en-AU + - en-BB + - en-BZ + - en-CA + - en-CM + - en-GB + - en-GG + - en-GH + - en-GI + - en-GY + - en-IE + - en-JM + - en-KE + - en-LC + - en-MW + - en-NZ + - en-PG + - en-TC + - en-US + - en-ZM + - en-ZW + - eo-EO + - es-AR + - es-CL + - es-DO + - es-EC + - es-ES + - es-GQ + - es-GT + - es-HN + - es-MX + - es-NI + - es-PA + - es-PE + - es-PY + - es-SV + - es-UY + - et-EE + - eu-ES + - fa-IR + - fi-FI + - fr-BF + - fr-CA + - fr-CD + - fr-CI + - fr-FR + - fr-GF + - fr-GP + - fr-MC + - fr-ML + - fr-MU + - fr-PF + - ga-IE + - gd-GB + - gl-ES + - he-IL + - hi-IN + - hr-HR + - hu-HU + - id-ID + - it-IT + - it-VA + - ja-JP + - ka-GE + - kk-KZ + - kn-IN + - ko-KR + - ku-TR + - ky-KG + - lt-LT + - lv-LV + - ml-IN + - mr-IN + - ms-MY + - ms-SG + - nb-NO + - nl-BE + - nl-NL + - no-NO + - pa-IN + - pl-PL + - pt-AO + - pt-BR + - pt-MZ + - pt-PT + - ro-MD + - ro-RO + - ru-RU + - si-LK + - sk-SK + - sl-SI + - so-SO + - sq-AL + - sq-XK + - sr-ME + - sr-RS + - sv-SE + - sw-TZ + - ta-IN + - te-IN + - th-TH + - tl-PH + - tr-TR + - uk-UA + - ur-PK + - uz-UZ + - vi-VN + - zh-CN + - zh-HK + - zh-SG + - zh-TW + - zu-ZA + description: This array consists of language and regional codes, specifically in the [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) format. Each entry in the array represents a primary language supported by the service it comes from. + examples: + primary translations: + value: + - af-ZA + - ar-AE + - ar-BH + - ar-EG + - ar-IQ + - ar-JO + - ar-LY + - ar-MA + - ar-QA + - ar-SA + - ar-TD + - ar-YE + - be-BY + - bg-BG + - bn-BD + - br-FR + - ca-AD + - ca-ES + - ch-GU + - cs-CZ + - cy-GB + - da-DK + - de-AT + - de-CH + - de-DE + - el-CY + - el-GR + - en-AG + - en-AU + - en-BB + - en-BZ + - en-CA + - en-CM + - en-GB + - en-GG + - en-GH + - en-GI + - en-GY + - en-IE + - en-JM + - en-KE + - en-LC + - en-MW + - en-NZ + - en-PG + - en-TC + - en-US + - en-ZM + - en-ZW + - eo-EO + - es-AR + - es-CL + - es-DO + - es-EC + - es-ES + - es-GQ + - es-GT + - es-HN + - es-MX + - es-NI + - es-PA + - es-PE + - es-PY + - es-SV + - es-UY + - et-EE + - eu-ES + - fa-IR + - fi-FI + - fr-BF + - fr-CA + - fr-CD + - fr-CI + - fr-FR + - fr-GF + - fr-GP + - fr-MC + - fr-ML + - fr-MU + - fr-PF + - ga-IE + - gd-GB + - gl-ES + - he-IL + - hi-IN + - hr-HR + - hu-HU + - id-ID + - it-IT + - it-VA + - ja-JP + - ka-GE + - kk-KZ + - kn-IN + - ko-KR + - ku-TR + - ky-KG + - lt-LT + - lv-LV + - ml-IN + - mr-IN + - ms-MY + - ms-SG + - nb-NO + - nl-BE + - nl-NL + - no-NO + - pa-IN + - pl-PL + - pt-AO + - pt-BR + - pt-MZ + - pt-PT + - ro-MD + - ro-RO + - ru-RU + - si-LK + - sk-SK + - sl-SI + - so-SO + - sq-AL + - sq-XK + - sr-ME + - sr-RS + - sv-SE + - sw-TZ + - ta-IN + - te-IN + - th-TH + - tl-PH + - tr-TR + - uk-UA + - ur-PK + - uz-UZ + - vi-VN + - zh-CN + - zh-HK + - zh-SG + - zh-TW + - zu-ZA + /configuration/timezones: + get: + tags: + - CONFIGURATION + summary: Timezones + description: This endpoint get the list of timezones used throughout TMDB. + operationId: timezones + responses: + '200': + description: timezones + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=20348 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 20 Dec 2024 16:28:10 GMT + ETag: + schema: + type: string + example: W/"1b50971d6bd1981d0e0e21625a0f8e47" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 2f66aa06710fece8ed203ab0ea81eb56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: xWZB683qwAaJrUyYRP-92VyCqeRdPak_Sj6SPSbjri71JVMYpPZSRg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '5129' + x-memc-expires: + schema: + type: string + example: '20348' + x-memc-key: + schema: + type: string + example: 8dc08aa231d0dab0a95572509a5b4e13 + content: + application/json: + schema: + type: array + items: + type: object + properties: + iso_3166_1: + type: string + example: AD + description: A string representing the ISO 3166-1 alpha-2 code for a country. + zones: + type: array + items: + type: string + example: Europe/Andorra + example: + - Europe/Andorra + description: An array of strings that represents the time zone identifiers corresponding to the specified country. Each string in this array denotes a specific time zone that is applicable within that country, enabling precise time conversions and scheduling for users in different regions. + example: + - iso_3166_1: AD + zones: + - Europe/Andorra + - iso_3166_1: AE + zones: + - Asia/Dubai + - iso_3166_1: AF + zones: + - Asia/Kabul + - iso_3166_1: AG + zones: + - America/Puerto_Rico + - iso_3166_1: AI + zones: + - America/Puerto_Rico + - iso_3166_1: AL + zones: + - Europe/Tirane + - iso_3166_1: AM + zones: + - Asia/Yerevan + - iso_3166_1: AO + zones: + - Africa/Lagos + - iso_3166_1: AQ + zones: + - Antarctica/Casey + - Antarctica/Davis + - Antarctica/Mawson + - Antarctica/Palmer + - Antarctica/Rothera + - Antarctica/Troll + - Antarctica/Vostok + - Pacific/Auckland + - Pacific/Port_Moresby + - Asia/Riyadh + - iso_3166_1: AR + zones: + - America/Argentina/Buenos_Aires + - America/Argentina/Cordoba + - America/Argentina/Salta + - America/Argentina/Jujuy + - America/Argentina/Tucuman + - America/Argentina/Catamarca + - America/Argentina/La_Rioja + - America/Argentina/San_Juan + - America/Argentina/Mendoza + - America/Argentina/San_Luis + - America/Argentina/Rio_Gallegos + - America/Argentina/Ushuaia + - iso_3166_1: AS + zones: + - Pacific/Pago_Pago + - iso_3166_1: AT + zones: + - Europe/Vienna + - iso_3166_1: AU + zones: + - Australia/Lord_Howe + - Antarctica/Macquarie + - Australia/Hobart + - Australia/Melbourne + - Australia/Sydney + - Australia/Broken_Hill + - Australia/Brisbane + - Australia/Lindeman + - Australia/Adelaide + - Australia/Darwin + - Australia/Perth + - Australia/Eucla + - iso_3166_1: AW + zones: + - America/Puerto_Rico + - iso_3166_1: AX + zones: + - Europe/Helsinki + - iso_3166_1: AZ + zones: + - Asia/Baku + - iso_3166_1: BA + zones: + - Europe/Belgrade + - iso_3166_1: BB + zones: + - America/Barbados + - iso_3166_1: BD + zones: + - Asia/Dhaka + - iso_3166_1: BE + zones: + - Europe/Brussels + - iso_3166_1: BF + zones: + - Africa/Abidjan + - iso_3166_1: BG + zones: + - Europe/Sofia + - iso_3166_1: BH + zones: + - Asia/Qatar + - iso_3166_1: BI + zones: + - Africa/Maputo + - iso_3166_1: BJ + zones: + - Africa/Lagos + - iso_3166_1: BL + zones: + - America/Puerto_Rico + - iso_3166_1: BM + zones: + - Atlantic/Bermuda + - iso_3166_1: BN + zones: + - Asia/Kuching + - iso_3166_1: BO + zones: + - America/La_Paz + - iso_3166_1: BQ + zones: + - America/Puerto_Rico + - iso_3166_1: BR + zones: + - America/Noronha + - America/Belem + - America/Fortaleza + - America/Recife + - America/Araguaina + - America/Maceio + - America/Bahia + - America/Sao_Paulo + - America/Campo_Grande + - America/Cuiaba + - America/Santarem + - America/Porto_Velho + - America/Boa_Vista + - America/Manaus + - America/Eirunepe + - America/Rio_Branco + - iso_3166_1: BS + zones: + - America/Toronto + - iso_3166_1: BT + zones: + - Asia/Thimphu + - iso_3166_1: BV + zones: [] + - iso_3166_1: BW + zones: + - Africa/Maputo + - iso_3166_1: BY + zones: + - Europe/Minsk + - iso_3166_1: BZ + zones: + - America/Belize + - iso_3166_1: CA + zones: + - America/St_Johns + - America/Halifax + - America/Glace_Bay + - America/Moncton + - America/Goose_Bay + - America/Toronto + - America/Iqaluit + - America/Winnipeg + - America/Resolute + - America/Rankin_Inlet + - America/Regina + - America/Swift_Current + - America/Edmonton + - America/Cambridge_Bay + - America/Inuvik + - America/Dawson_Creek + - America/Fort_Nelson + - America/Whitehorse + - America/Dawson + - America/Vancouver + - America/Panama + - America/Puerto_Rico + - America/Phoenix + - iso_3166_1: CC + zones: + - Asia/Yangon + - iso_3166_1: CD + zones: + - Africa/Maputo + - Africa/Lagos + - iso_3166_1: CF + zones: + - Africa/Lagos + - iso_3166_1: CG + zones: + - Africa/Lagos + - iso_3166_1: CH + zones: + - Europe/Zurich + - iso_3166_1: CI + zones: + - Africa/Abidjan + - iso_3166_1: CK + zones: + - Pacific/Rarotonga + - iso_3166_1: CL + zones: + - America/Santiago + - America/Punta_Arenas + - Pacific/Easter + - iso_3166_1: CM + zones: + - Africa/Lagos + - iso_3166_1: CN + zones: + - Asia/Shanghai + - Asia/Urumqi + - iso_3166_1: CO + zones: + - America/Bogota + - iso_3166_1: CR + zones: + - America/Costa_Rica + - iso_3166_1: CU + zones: + - America/Havana + - iso_3166_1: CV + zones: + - Atlantic/Cape_Verde + - iso_3166_1: CW + zones: + - America/Puerto_Rico + - iso_3166_1: CX + zones: + - Asia/Bangkok + - iso_3166_1: CY + zones: + - Asia/Nicosia + - Asia/Famagusta + - iso_3166_1: CZ + zones: + - Europe/Prague + - iso_3166_1: DE + zones: + - Europe/Berlin + - Europe/Zurich + - iso_3166_1: DJ + zones: + - Africa/Nairobi + - iso_3166_1: DK + zones: + - Europe/Berlin + - iso_3166_1: DM + zones: + - America/Puerto_Rico + - iso_3166_1: DO + zones: + - America/Santo_Domingo + - iso_3166_1: DZ + zones: + - Africa/Algiers + - iso_3166_1: EC + zones: + - America/Guayaquil + - Pacific/Galapagos + - iso_3166_1: EE + zones: + - Europe/Tallinn + - iso_3166_1: EG + zones: + - Africa/Cairo + - iso_3166_1: EH + zones: + - Africa/El_Aaiun + - iso_3166_1: ER + zones: + - Africa/Nairobi + - iso_3166_1: ES + zones: + - Europe/Madrid + - Africa/Ceuta + - Atlantic/Canary + - iso_3166_1: ET + zones: + - Africa/Nairobi + - iso_3166_1: FI + zones: + - Europe/Helsinki + - iso_3166_1: FJ + zones: + - Pacific/Fiji + - iso_3166_1: FK + zones: + - Atlantic/Stanley + - iso_3166_1: FM + zones: + - Pacific/Kosrae + - Pacific/Port_Moresby + - Pacific/Guadalcanal + - iso_3166_1: FO + zones: + - Atlantic/Faroe + - iso_3166_1: FR + zones: + - Europe/Paris + - iso_3166_1: GA + zones: + - Africa/Lagos + - iso_3166_1: GB + zones: + - Europe/London + - iso_3166_1: GD + zones: + - America/Puerto_Rico + - iso_3166_1: GE + zones: + - Asia/Tbilisi + - iso_3166_1: GF + zones: + - America/Cayenne + - iso_3166_1: GG + zones: + - Europe/London + - iso_3166_1: GH + zones: + - Africa/Abidjan + - iso_3166_1: GI + zones: + - Europe/Gibraltar + - iso_3166_1: GL + zones: + - America/Nuuk + - America/Danmarkshavn + - America/Scoresbysund + - America/Thule + - iso_3166_1: GM + zones: + - Africa/Abidjan + - iso_3166_1: GN + zones: + - Africa/Abidjan + - iso_3166_1: GP + zones: + - America/Puerto_Rico + - iso_3166_1: GQ + zones: + - Africa/Lagos + - iso_3166_1: GR + zones: + - Europe/Athens + - iso_3166_1: GS + zones: + - Atlantic/South_Georgia + - iso_3166_1: GT + zones: + - America/Guatemala + - iso_3166_1: GU + zones: + - Pacific/Guam + - iso_3166_1: GW + zones: + - Africa/Bissau + - iso_3166_1: GY + zones: + - America/Guyana + - iso_3166_1: HK + zones: + - Asia/Hong_Kong + - iso_3166_1: HM + zones: [] + - iso_3166_1: HN + zones: + - America/Tegucigalpa + - iso_3166_1: HR + zones: + - Europe/Belgrade + - iso_3166_1: HT + zones: + - America/Port-au-Prince + - iso_3166_1: HU + zones: + - Europe/Budapest + - iso_3166_1: ID + zones: + - Asia/Jakarta + - Asia/Pontianak + - Asia/Makassar + - Asia/Jayapura + - iso_3166_1: IE + zones: + - Europe/Dublin + - iso_3166_1: IL + zones: + - Asia/Jerusalem + - iso_3166_1: IM + zones: + - Europe/London + - iso_3166_1: IN + zones: + - Asia/Kolkata + - iso_3166_1: IO + zones: + - Indian/Chagos + - iso_3166_1: IQ + zones: + - Asia/Baghdad + - iso_3166_1: IR + zones: + - Asia/Tehran + - iso_3166_1: IS + zones: + - Africa/Abidjan + - iso_3166_1: IT + zones: + - Europe/Rome + - iso_3166_1: JE + zones: + - Europe/London + - iso_3166_1: JM + zones: + - America/Jamaica + - iso_3166_1: JO + zones: + - Asia/Amman + - iso_3166_1: JP + zones: + - Asia/Tokyo + - iso_3166_1: KE + zones: + - Africa/Nairobi + - iso_3166_1: KG + zones: + - Asia/Bishkek + - iso_3166_1: KH + zones: + - Asia/Bangkok + - iso_3166_1: KI + zones: + - Pacific/Tarawa + - Pacific/Kanton + - Pacific/Kiritimati + - iso_3166_1: KM + zones: + - Africa/Nairobi + - iso_3166_1: KN + zones: + - America/Puerto_Rico + - iso_3166_1: KP + zones: + - Asia/Pyongyang + - iso_3166_1: KR + zones: + - Asia/Seoul + - iso_3166_1: KW + zones: + - Asia/Riyadh + - iso_3166_1: KY + zones: + - America/Panama + - iso_3166_1: KZ + zones: + - Asia/Almaty + - Asia/Qyzylorda + - Asia/Qostanay + - Asia/Aqtobe + - Asia/Aqtau + - Asia/Atyrau + - Asia/Oral + - iso_3166_1: LA + zones: + - Asia/Bangkok + - iso_3166_1: LB + zones: + - Asia/Beirut + - iso_3166_1: LC + zones: + - America/Puerto_Rico + - iso_3166_1: LI + zones: + - Europe/Zurich + - iso_3166_1: LK + zones: + - Asia/Colombo + - iso_3166_1: LR + zones: + - Africa/Monrovia + - iso_3166_1: LS + zones: + - Africa/Johannesburg + - iso_3166_1: LT + zones: + - Europe/Vilnius + - iso_3166_1: LU + zones: + - Europe/Brussels + - iso_3166_1: LV + zones: + - Europe/Riga + - iso_3166_1: LY + zones: + - Africa/Tripoli + - iso_3166_1: MA + zones: + - Africa/Casablanca + - iso_3166_1: MC + zones: + - Europe/Paris + - iso_3166_1: MD + zones: + - Europe/Chisinau + - iso_3166_1: ME + zones: + - Europe/Belgrade + - iso_3166_1: MF + zones: + - America/Puerto_Rico + - iso_3166_1: MG + zones: + - Africa/Nairobi + - iso_3166_1: MH + zones: + - Pacific/Kwajalein + - Pacific/Tarawa + - iso_3166_1: MK + zones: + - Europe/Belgrade + - iso_3166_1: ML + zones: + - Africa/Abidjan + - iso_3166_1: MM + zones: + - Asia/Yangon + - iso_3166_1: MN + zones: + - Asia/Ulaanbaatar + - Asia/Hovd + - iso_3166_1: MO + zones: + - Asia/Macau + - iso_3166_1: MP + zones: + - Pacific/Guam + - iso_3166_1: MQ + zones: + - America/Martinique + - iso_3166_1: MR + zones: + - Africa/Abidjan + - iso_3166_1: MS + zones: + - America/Puerto_Rico + - iso_3166_1: MT + zones: + - Europe/Malta + - iso_3166_1: MU + zones: + - Indian/Mauritius + - iso_3166_1: MV + zones: + - Indian/Maldives + - iso_3166_1: MW + zones: + - Africa/Maputo + - iso_3166_1: MX + zones: + - America/Mexico_City + - America/Cancun + - America/Merida + - America/Monterrey + - America/Matamoros + - America/Chihuahua + - America/Ciudad_Juarez + - America/Ojinaga + - America/Mazatlan + - America/Bahia_Banderas + - America/Hermosillo + - America/Tijuana + - iso_3166_1: MY + zones: + - Asia/Kuching + - Asia/Singapore + - iso_3166_1: MZ + zones: + - Africa/Maputo + - iso_3166_1: NA + zones: + - Africa/Windhoek + - iso_3166_1: NC + zones: + - Pacific/Noumea + - iso_3166_1: NE + zones: + - Africa/Lagos + - iso_3166_1: NF + zones: + - Pacific/Norfolk + - iso_3166_1: NG + zones: + - Africa/Lagos + - iso_3166_1: NI + zones: + - America/Managua + - iso_3166_1: NL + zones: + - Europe/Brussels + - iso_3166_1: 'NO' + zones: + - Europe/Berlin + - iso_3166_1: NP + zones: + - Asia/Kathmandu + - iso_3166_1: NR + zones: + - Pacific/Nauru + - iso_3166_1: NU + zones: + - Pacific/Niue + - iso_3166_1: NZ + zones: + - Pacific/Auckland + - Pacific/Chatham + - iso_3166_1: OM + zones: + - Asia/Dubai + - iso_3166_1: PA + zones: + - America/Panama + - iso_3166_1: PE + zones: + - America/Lima + - iso_3166_1: PF + zones: + - Pacific/Tahiti + - Pacific/Marquesas + - Pacific/Gambier + - iso_3166_1: PG + zones: + - Pacific/Port_Moresby + - Pacific/Bougainville + - iso_3166_1: PH + zones: + - Asia/Manila + - iso_3166_1: PK + zones: + - Asia/Karachi + - iso_3166_1: PL + zones: + - Europe/Warsaw + - iso_3166_1: PM + zones: + - America/Miquelon + - iso_3166_1: PN + zones: + - Pacific/Pitcairn + - iso_3166_1: PR + zones: + - America/Puerto_Rico + - iso_3166_1: PS + zones: + - Asia/Gaza + - Asia/Hebron + - iso_3166_1: PT + zones: + - Europe/Lisbon + - Atlantic/Madeira + - Atlantic/Azores + - iso_3166_1: PW + zones: + - Pacific/Palau + - iso_3166_1: PY + zones: + - America/Asuncion + - iso_3166_1: QA + zones: + - Asia/Qatar + - iso_3166_1: RE + zones: + - Asia/Dubai + - iso_3166_1: RO + zones: + - Europe/Bucharest + - iso_3166_1: RS + zones: + - Europe/Belgrade + - iso_3166_1: RU + zones: + - Europe/Kaliningrad + - Europe/Moscow + - Europe/Simferopol + - Europe/Kirov + - Europe/Volgograd + - Europe/Astrakhan + - Europe/Saratov + - Europe/Ulyanovsk + - Europe/Samara + - Asia/Yekaterinburg + - Asia/Omsk + - Asia/Novosibirsk + - Asia/Barnaul + - Asia/Tomsk + - Asia/Novokuznetsk + - Asia/Krasnoyarsk + - Asia/Irkutsk + - Asia/Chita + - Asia/Yakutsk + - Asia/Khandyga + - Asia/Vladivostok + - Asia/Ust-Nera + - Asia/Magadan + - Asia/Sakhalin + - Asia/Srednekolymsk + - Asia/Kamchatka + - Asia/Anadyr + - iso_3166_1: RW + zones: + - Africa/Maputo + - iso_3166_1: SA + zones: + - Asia/Riyadh + - iso_3166_1: SB + zones: + - Pacific/Guadalcanal + - iso_3166_1: SC + zones: + - Asia/Dubai + - iso_3166_1: SD + zones: + - Africa/Khartoum + - iso_3166_1: SE + zones: + - Europe/Berlin + - iso_3166_1: SG + zones: + - Asia/Singapore + - iso_3166_1: SH + zones: + - Africa/Abidjan + - iso_3166_1: SI + zones: + - Europe/Belgrade + - iso_3166_1: SJ + zones: + - Europe/Berlin + - iso_3166_1: SK + zones: + - Europe/Prague + - iso_3166_1: SL + zones: + - Africa/Abidjan + - iso_3166_1: SM + zones: + - Europe/Rome + - iso_3166_1: SN + zones: + - Africa/Abidjan + - iso_3166_1: SO + zones: + - Africa/Nairobi + - iso_3166_1: SR + zones: + - America/Paramaribo + - iso_3166_1: SS + zones: + - Africa/Juba + - iso_3166_1: ST + zones: + - Africa/Sao_Tome + - iso_3166_1: SV + zones: + - America/El_Salvador + - iso_3166_1: SX + zones: + - America/Puerto_Rico + - iso_3166_1: SY + zones: + - Asia/Damascus + - iso_3166_1: SZ + zones: + - Africa/Johannesburg + - iso_3166_1: TC + zones: + - America/Grand_Turk + - iso_3166_1: TD + zones: + - Africa/Ndjamena + - iso_3166_1: TF + zones: + - Asia/Dubai + - Indian/Maldives + - iso_3166_1: TG + zones: + - Africa/Abidjan + - iso_3166_1: TH + zones: + - Asia/Bangkok + - iso_3166_1: TJ + zones: + - Asia/Dushanbe + - iso_3166_1: TK + zones: + - Pacific/Fakaofo + - iso_3166_1: TL + zones: + - Asia/Dili + - iso_3166_1: TM + zones: + - Asia/Ashgabat + - iso_3166_1: TN + zones: + - Africa/Tunis + - iso_3166_1: TO + zones: + - Pacific/Tongatapu + - iso_3166_1: TR + zones: + - Europe/Istanbul + - iso_3166_1: TT + zones: + - America/Puerto_Rico + - iso_3166_1: TV + zones: + - Pacific/Tarawa + - iso_3166_1: TW + zones: + - Asia/Taipei + - iso_3166_1: TZ + zones: + - Africa/Nairobi + - iso_3166_1: UA + zones: + - Europe/Kyiv + - Europe/Simferopol + - iso_3166_1: UG + zones: + - Africa/Nairobi + - iso_3166_1: UM + zones: + - Pacific/Pago_Pago + - Pacific/Tarawa + - iso_3166_1: US + zones: + - America/New_York + - America/Detroit + - America/Kentucky/Louisville + - America/Kentucky/Monticello + - America/Indiana/Indianapolis + - America/Indiana/Vincennes + - America/Indiana/Winamac + - America/Indiana/Marengo + - America/Indiana/Petersburg + - America/Indiana/Vevay + - America/Chicago + - America/Indiana/Tell_City + - America/Indiana/Knox + - America/Menominee + - America/North_Dakota/Center + - America/North_Dakota/New_Salem + - America/North_Dakota/Beulah + - America/Denver + - America/Boise + - America/Phoenix + - America/Los_Angeles + - America/Anchorage + - America/Juneau + - America/Sitka + - America/Metlakatla + - America/Yakutat + - America/Nome + - America/Adak + - Pacific/Honolulu + - iso_3166_1: UY + zones: + - America/Montevideo + - iso_3166_1: UZ + zones: + - Asia/Samarkand + - Asia/Tashkent + - iso_3166_1: VA + zones: + - Europe/Rome + - iso_3166_1: VC + zones: + - America/Puerto_Rico + - iso_3166_1: VE + zones: + - America/Caracas + - iso_3166_1: VG + zones: + - America/Puerto_Rico + - iso_3166_1: VI + zones: + - America/Puerto_Rico + - iso_3166_1: VN + zones: + - Asia/Ho_Chi_Minh + - Asia/Bangkok + - iso_3166_1: VU + zones: + - Pacific/Efate + - iso_3166_1: WF + zones: + - Pacific/Tarawa + - iso_3166_1: WS + zones: + - Pacific/Apia + - iso_3166_1: YE + zones: + - Asia/Riyadh + - iso_3166_1: YT + zones: + - Africa/Nairobi + - iso_3166_1: ZA + zones: + - Africa/Johannesburg + - iso_3166_1: ZM + zones: + - Africa/Maputo + - iso_3166_1: ZW + zones: + - Africa/Maputo + examples: + timezones: + value: + - iso_3166_1: AD + zones: + - Europe/Andorra + - iso_3166_1: AE + zones: + - Asia/Dubai + - iso_3166_1: AF + zones: + - Asia/Kabul + - iso_3166_1: AG + zones: + - America/Puerto_Rico + - iso_3166_1: AI + zones: + - America/Puerto_Rico + - iso_3166_1: AL + zones: + - Europe/Tirane + - iso_3166_1: AM + zones: + - Asia/Yerevan + - iso_3166_1: AO + zones: + - Africa/Lagos + - iso_3166_1: AQ + zones: + - Antarctica/Casey + - Antarctica/Davis + - Antarctica/Mawson + - Antarctica/Palmer + - Antarctica/Rothera + - Antarctica/Troll + - Antarctica/Vostok + - Pacific/Auckland + - Pacific/Port_Moresby + - Asia/Riyadh + - iso_3166_1: AR + zones: + - America/Argentina/Buenos_Aires + - America/Argentina/Cordoba + - America/Argentina/Salta + - America/Argentina/Jujuy + - America/Argentina/Tucuman + - America/Argentina/Catamarca + - America/Argentina/La_Rioja + - America/Argentina/San_Juan + - America/Argentina/Mendoza + - America/Argentina/San_Luis + - America/Argentina/Rio_Gallegos + - America/Argentina/Ushuaia + - iso_3166_1: AS + zones: + - Pacific/Pago_Pago + - iso_3166_1: AT + zones: + - Europe/Vienna + - iso_3166_1: AU + zones: + - Australia/Lord_Howe + - Antarctica/Macquarie + - Australia/Hobart + - Australia/Melbourne + - Australia/Sydney + - Australia/Broken_Hill + - Australia/Brisbane + - Australia/Lindeman + - Australia/Adelaide + - Australia/Darwin + - Australia/Perth + - Australia/Eucla + - iso_3166_1: AW + zones: + - America/Puerto_Rico + - iso_3166_1: AX + zones: + - Europe/Helsinki + - iso_3166_1: AZ + zones: + - Asia/Baku + - iso_3166_1: BA + zones: + - Europe/Belgrade + - iso_3166_1: BB + zones: + - America/Barbados + - iso_3166_1: BD + zones: + - Asia/Dhaka + - iso_3166_1: BE + zones: + - Europe/Brussels + - iso_3166_1: BF + zones: + - Africa/Abidjan + - iso_3166_1: BG + zones: + - Europe/Sofia + - iso_3166_1: BH + zones: + - Asia/Qatar + - iso_3166_1: BI + zones: + - Africa/Maputo + - iso_3166_1: BJ + zones: + - Africa/Lagos + - iso_3166_1: BL + zones: + - America/Puerto_Rico + - iso_3166_1: BM + zones: + - Atlantic/Bermuda + - iso_3166_1: BN + zones: + - Asia/Kuching + - iso_3166_1: BO + zones: + - America/La_Paz + - iso_3166_1: BQ + zones: + - America/Puerto_Rico + - iso_3166_1: BR + zones: + - America/Noronha + - America/Belem + - America/Fortaleza + - America/Recife + - America/Araguaina + - America/Maceio + - America/Bahia + - America/Sao_Paulo + - America/Campo_Grande + - America/Cuiaba + - America/Santarem + - America/Porto_Velho + - America/Boa_Vista + - America/Manaus + - America/Eirunepe + - America/Rio_Branco + - iso_3166_1: BS + zones: + - America/Toronto + - iso_3166_1: BT + zones: + - Asia/Thimphu + - iso_3166_1: BV + zones: [] + - iso_3166_1: BW + zones: + - Africa/Maputo + - iso_3166_1: BY + zones: + - Europe/Minsk + - iso_3166_1: BZ + zones: + - America/Belize + - iso_3166_1: CA + zones: + - America/St_Johns + - America/Halifax + - America/Glace_Bay + - America/Moncton + - America/Goose_Bay + - America/Toronto + - America/Iqaluit + - America/Winnipeg + - America/Resolute + - America/Rankin_Inlet + - America/Regina + - America/Swift_Current + - America/Edmonton + - America/Cambridge_Bay + - America/Inuvik + - America/Dawson_Creek + - America/Fort_Nelson + - America/Whitehorse + - America/Dawson + - America/Vancouver + - America/Panama + - America/Puerto_Rico + - America/Phoenix + - iso_3166_1: CC + zones: + - Asia/Yangon + - iso_3166_1: CD + zones: + - Africa/Maputo + - Africa/Lagos + - iso_3166_1: CF + zones: + - Africa/Lagos + - iso_3166_1: CG + zones: + - Africa/Lagos + - iso_3166_1: CH + zones: + - Europe/Zurich + - iso_3166_1: CI + zones: + - Africa/Abidjan + - iso_3166_1: CK + zones: + - Pacific/Rarotonga + - iso_3166_1: CL + zones: + - America/Santiago + - America/Punta_Arenas + - Pacific/Easter + - iso_3166_1: CM + zones: + - Africa/Lagos + - iso_3166_1: CN + zones: + - Asia/Shanghai + - Asia/Urumqi + - iso_3166_1: CO + zones: + - America/Bogota + - iso_3166_1: CR + zones: + - America/Costa_Rica + - iso_3166_1: CU + zones: + - America/Havana + - iso_3166_1: CV + zones: + - Atlantic/Cape_Verde + - iso_3166_1: CW + zones: + - America/Puerto_Rico + - iso_3166_1: CX + zones: + - Asia/Bangkok + - iso_3166_1: CY + zones: + - Asia/Nicosia + - Asia/Famagusta + - iso_3166_1: CZ + zones: + - Europe/Prague + - iso_3166_1: DE + zones: + - Europe/Berlin + - Europe/Zurich + - iso_3166_1: DJ + zones: + - Africa/Nairobi + - iso_3166_1: DK + zones: + - Europe/Berlin + - iso_3166_1: DM + zones: + - America/Puerto_Rico + - iso_3166_1: DO + zones: + - America/Santo_Domingo + - iso_3166_1: DZ + zones: + - Africa/Algiers + - iso_3166_1: EC + zones: + - America/Guayaquil + - Pacific/Galapagos + - iso_3166_1: EE + zones: + - Europe/Tallinn + - iso_3166_1: EG + zones: + - Africa/Cairo + - iso_3166_1: EH + zones: + - Africa/El_Aaiun + - iso_3166_1: ER + zones: + - Africa/Nairobi + - iso_3166_1: ES + zones: + - Europe/Madrid + - Africa/Ceuta + - Atlantic/Canary + - iso_3166_1: ET + zones: + - Africa/Nairobi + - iso_3166_1: FI + zones: + - Europe/Helsinki + - iso_3166_1: FJ + zones: + - Pacific/Fiji + - iso_3166_1: FK + zones: + - Atlantic/Stanley + - iso_3166_1: FM + zones: + - Pacific/Kosrae + - Pacific/Port_Moresby + - Pacific/Guadalcanal + - iso_3166_1: FO + zones: + - Atlantic/Faroe + - iso_3166_1: FR + zones: + - Europe/Paris + - iso_3166_1: GA + zones: + - Africa/Lagos + - iso_3166_1: GB + zones: + - Europe/London + - iso_3166_1: GD + zones: + - America/Puerto_Rico + - iso_3166_1: GE + zones: + - Asia/Tbilisi + - iso_3166_1: GF + zones: + - America/Cayenne + - iso_3166_1: GG + zones: + - Europe/London + - iso_3166_1: GH + zones: + - Africa/Abidjan + - iso_3166_1: GI + zones: + - Europe/Gibraltar + - iso_3166_1: GL + zones: + - America/Nuuk + - America/Danmarkshavn + - America/Scoresbysund + - America/Thule + - iso_3166_1: GM + zones: + - Africa/Abidjan + - iso_3166_1: GN + zones: + - Africa/Abidjan + - iso_3166_1: GP + zones: + - America/Puerto_Rico + - iso_3166_1: GQ + zones: + - Africa/Lagos + - iso_3166_1: GR + zones: + - Europe/Athens + - iso_3166_1: GS + zones: + - Atlantic/South_Georgia + - iso_3166_1: GT + zones: + - America/Guatemala + - iso_3166_1: GU + zones: + - Pacific/Guam + - iso_3166_1: GW + zones: + - Africa/Bissau + - iso_3166_1: GY + zones: + - America/Guyana + - iso_3166_1: HK + zones: + - Asia/Hong_Kong + - iso_3166_1: HM + zones: [] + - iso_3166_1: HN + zones: + - America/Tegucigalpa + - iso_3166_1: HR + zones: + - Europe/Belgrade + - iso_3166_1: HT + zones: + - America/Port-au-Prince + - iso_3166_1: HU + zones: + - Europe/Budapest + - iso_3166_1: ID + zones: + - Asia/Jakarta + - Asia/Pontianak + - Asia/Makassar + - Asia/Jayapura + - iso_3166_1: IE + zones: + - Europe/Dublin + - iso_3166_1: IL + zones: + - Asia/Jerusalem + - iso_3166_1: IM + zones: + - Europe/London + - iso_3166_1: IN + zones: + - Asia/Kolkata + - iso_3166_1: IO + zones: + - Indian/Chagos + - iso_3166_1: IQ + zones: + - Asia/Baghdad + - iso_3166_1: IR + zones: + - Asia/Tehran + - iso_3166_1: IS + zones: + - Africa/Abidjan + - iso_3166_1: IT + zones: + - Europe/Rome + - iso_3166_1: JE + zones: + - Europe/London + - iso_3166_1: JM + zones: + - America/Jamaica + - iso_3166_1: JO + zones: + - Asia/Amman + - iso_3166_1: JP + zones: + - Asia/Tokyo + - iso_3166_1: KE + zones: + - Africa/Nairobi + - iso_3166_1: KG + zones: + - Asia/Bishkek + - iso_3166_1: KH + zones: + - Asia/Bangkok + - iso_3166_1: KI + zones: + - Pacific/Tarawa + - Pacific/Kanton + - Pacific/Kiritimati + - iso_3166_1: KM + zones: + - Africa/Nairobi + - iso_3166_1: KN + zones: + - America/Puerto_Rico + - iso_3166_1: KP + zones: + - Asia/Pyongyang + - iso_3166_1: KR + zones: + - Asia/Seoul + - iso_3166_1: KW + zones: + - Asia/Riyadh + - iso_3166_1: KY + zones: + - America/Panama + - iso_3166_1: KZ + zones: + - Asia/Almaty + - Asia/Qyzylorda + - Asia/Qostanay + - Asia/Aqtobe + - Asia/Aqtau + - Asia/Atyrau + - Asia/Oral + - iso_3166_1: LA + zones: + - Asia/Bangkok + - iso_3166_1: LB + zones: + - Asia/Beirut + - iso_3166_1: LC + zones: + - America/Puerto_Rico + - iso_3166_1: LI + zones: + - Europe/Zurich + - iso_3166_1: LK + zones: + - Asia/Colombo + - iso_3166_1: LR + zones: + - Africa/Monrovia + - iso_3166_1: LS + zones: + - Africa/Johannesburg + - iso_3166_1: LT + zones: + - Europe/Vilnius + - iso_3166_1: LU + zones: + - Europe/Brussels + - iso_3166_1: LV + zones: + - Europe/Riga + - iso_3166_1: LY + zones: + - Africa/Tripoli + - iso_3166_1: MA + zones: + - Africa/Casablanca + - iso_3166_1: MC + zones: + - Europe/Paris + - iso_3166_1: MD + zones: + - Europe/Chisinau + - iso_3166_1: ME + zones: + - Europe/Belgrade + - iso_3166_1: MF + zones: + - America/Puerto_Rico + - iso_3166_1: MG + zones: + - Africa/Nairobi + - iso_3166_1: MH + zones: + - Pacific/Kwajalein + - Pacific/Tarawa + - iso_3166_1: MK + zones: + - Europe/Belgrade + - iso_3166_1: ML + zones: + - Africa/Abidjan + - iso_3166_1: MM + zones: + - Asia/Yangon + - iso_3166_1: MN + zones: + - Asia/Ulaanbaatar + - Asia/Hovd + - iso_3166_1: MO + zones: + - Asia/Macau + - iso_3166_1: MP + zones: + - Pacific/Guam + - iso_3166_1: MQ + zones: + - America/Martinique + - iso_3166_1: MR + zones: + - Africa/Abidjan + - iso_3166_1: MS + zones: + - America/Puerto_Rico + - iso_3166_1: MT + zones: + - Europe/Malta + - iso_3166_1: MU + zones: + - Indian/Mauritius + - iso_3166_1: MV + zones: + - Indian/Maldives + - iso_3166_1: MW + zones: + - Africa/Maputo + - iso_3166_1: MX + zones: + - America/Mexico_City + - America/Cancun + - America/Merida + - America/Monterrey + - America/Matamoros + - America/Chihuahua + - America/Ciudad_Juarez + - America/Ojinaga + - America/Mazatlan + - America/Bahia_Banderas + - America/Hermosillo + - America/Tijuana + - iso_3166_1: MY + zones: + - Asia/Kuching + - Asia/Singapore + - iso_3166_1: MZ + zones: + - Africa/Maputo + - iso_3166_1: NA + zones: + - Africa/Windhoek + - iso_3166_1: NC + zones: + - Pacific/Noumea + - iso_3166_1: NE + zones: + - Africa/Lagos + - iso_3166_1: NF + zones: + - Pacific/Norfolk + - iso_3166_1: NG + zones: + - Africa/Lagos + - iso_3166_1: NI + zones: + - America/Managua + - iso_3166_1: NL + zones: + - Europe/Brussels + - iso_3166_1: 'NO' + zones: + - Europe/Berlin + - iso_3166_1: NP + zones: + - Asia/Kathmandu + - iso_3166_1: NR + zones: + - Pacific/Nauru + - iso_3166_1: NU + zones: + - Pacific/Niue + - iso_3166_1: NZ + zones: + - Pacific/Auckland + - Pacific/Chatham + - iso_3166_1: OM + zones: + - Asia/Dubai + - iso_3166_1: PA + zones: + - America/Panama + - iso_3166_1: PE + zones: + - America/Lima + - iso_3166_1: PF + zones: + - Pacific/Tahiti + - Pacific/Marquesas + - Pacific/Gambier + - iso_3166_1: PG + zones: + - Pacific/Port_Moresby + - Pacific/Bougainville + - iso_3166_1: PH + zones: + - Asia/Manila + - iso_3166_1: PK + zones: + - Asia/Karachi + - iso_3166_1: PL + zones: + - Europe/Warsaw + - iso_3166_1: PM + zones: + - America/Miquelon + - iso_3166_1: PN + zones: + - Pacific/Pitcairn + - iso_3166_1: PR + zones: + - America/Puerto_Rico + - iso_3166_1: PS + zones: + - Asia/Gaza + - Asia/Hebron + - iso_3166_1: PT + zones: + - Europe/Lisbon + - Atlantic/Madeira + - Atlantic/Azores + - iso_3166_1: PW + zones: + - Pacific/Palau + - iso_3166_1: PY + zones: + - America/Asuncion + - iso_3166_1: QA + zones: + - Asia/Qatar + - iso_3166_1: RE + zones: + - Asia/Dubai + - iso_3166_1: RO + zones: + - Europe/Bucharest + - iso_3166_1: RS + zones: + - Europe/Belgrade + - iso_3166_1: RU + zones: + - Europe/Kaliningrad + - Europe/Moscow + - Europe/Simferopol + - Europe/Kirov + - Europe/Volgograd + - Europe/Astrakhan + - Europe/Saratov + - Europe/Ulyanovsk + - Europe/Samara + - Asia/Yekaterinburg + - Asia/Omsk + - Asia/Novosibirsk + - Asia/Barnaul + - Asia/Tomsk + - Asia/Novokuznetsk + - Asia/Krasnoyarsk + - Asia/Irkutsk + - Asia/Chita + - Asia/Yakutsk + - Asia/Khandyga + - Asia/Vladivostok + - Asia/Ust-Nera + - Asia/Magadan + - Asia/Sakhalin + - Asia/Srednekolymsk + - Asia/Kamchatka + - Asia/Anadyr + - iso_3166_1: RW + zones: + - Africa/Maputo + - iso_3166_1: SA + zones: + - Asia/Riyadh + - iso_3166_1: SB + zones: + - Pacific/Guadalcanal + - iso_3166_1: SC + zones: + - Asia/Dubai + - iso_3166_1: SD + zones: + - Africa/Khartoum + - iso_3166_1: SE + zones: + - Europe/Berlin + - iso_3166_1: SG + zones: + - Asia/Singapore + - iso_3166_1: SH + zones: + - Africa/Abidjan + - iso_3166_1: SI + zones: + - Europe/Belgrade + - iso_3166_1: SJ + zones: + - Europe/Berlin + - iso_3166_1: SK + zones: + - Europe/Prague + - iso_3166_1: SL + zones: + - Africa/Abidjan + - iso_3166_1: SM + zones: + - Europe/Rome + - iso_3166_1: SN + zones: + - Africa/Abidjan + - iso_3166_1: SO + zones: + - Africa/Nairobi + - iso_3166_1: SR + zones: + - America/Paramaribo + - iso_3166_1: SS + zones: + - Africa/Juba + - iso_3166_1: ST + zones: + - Africa/Sao_Tome + - iso_3166_1: SV + zones: + - America/El_Salvador + - iso_3166_1: SX + zones: + - America/Puerto_Rico + - iso_3166_1: SY + zones: + - Asia/Damascus + - iso_3166_1: SZ + zones: + - Africa/Johannesburg + - iso_3166_1: TC + zones: + - America/Grand_Turk + - iso_3166_1: TD + zones: + - Africa/Ndjamena + - iso_3166_1: TF + zones: + - Asia/Dubai + - Indian/Maldives + - iso_3166_1: TG + zones: + - Africa/Abidjan + - iso_3166_1: TH + zones: + - Asia/Bangkok + - iso_3166_1: TJ + zones: + - Asia/Dushanbe + - iso_3166_1: TK + zones: + - Pacific/Fakaofo + - iso_3166_1: TL + zones: + - Asia/Dili + - iso_3166_1: TM + zones: + - Asia/Ashgabat + - iso_3166_1: TN + zones: + - Africa/Tunis + - iso_3166_1: TO + zones: + - Pacific/Tongatapu + - iso_3166_1: TR + zones: + - Europe/Istanbul + - iso_3166_1: TT + zones: + - America/Puerto_Rico + - iso_3166_1: TV + zones: + - Pacific/Tarawa + - iso_3166_1: TW + zones: + - Asia/Taipei + - iso_3166_1: TZ + zones: + - Africa/Nairobi + - iso_3166_1: UA + zones: + - Europe/Kyiv + - Europe/Simferopol + - iso_3166_1: UG + zones: + - Africa/Nairobi + - iso_3166_1: UM + zones: + - Pacific/Pago_Pago + - Pacific/Tarawa + - iso_3166_1: US + zones: + - America/New_York + - America/Detroit + - America/Kentucky/Louisville + - America/Kentucky/Monticello + - America/Indiana/Indianapolis + - America/Indiana/Vincennes + - America/Indiana/Winamac + - America/Indiana/Marengo + - America/Indiana/Petersburg + - America/Indiana/Vevay + - America/Chicago + - America/Indiana/Tell_City + - America/Indiana/Knox + - America/Menominee + - America/North_Dakota/Center + - America/North_Dakota/New_Salem + - America/North_Dakota/Beulah + - America/Denver + - America/Boise + - America/Phoenix + - America/Los_Angeles + - America/Anchorage + - America/Juneau + - America/Sitka + - America/Metlakatla + - America/Yakutat + - America/Nome + - America/Adak + - Pacific/Honolulu + - iso_3166_1: UY + zones: + - America/Montevideo + - iso_3166_1: UZ + zones: + - Asia/Samarkand + - Asia/Tashkent + - iso_3166_1: VA + zones: + - Europe/Rome + - iso_3166_1: VC + zones: + - America/Puerto_Rico + - iso_3166_1: VE + zones: + - America/Caracas + - iso_3166_1: VG + zones: + - America/Puerto_Rico + - iso_3166_1: VI + zones: + - America/Puerto_Rico + - iso_3166_1: VN + zones: + - Asia/Ho_Chi_Minh + - Asia/Bangkok + - iso_3166_1: VU + zones: + - Pacific/Efate + - iso_3166_1: WF + zones: + - Pacific/Tarawa + - iso_3166_1: WS + zones: + - Pacific/Apia + - iso_3166_1: YE + zones: + - Asia/Riyadh + - iso_3166_1: YT + zones: + - Africa/Nairobi + - iso_3166_1: ZA + zones: + - Africa/Johannesburg + - iso_3166_1: ZM + zones: + - Africa/Maputo + - iso_3166_1: ZW + zones: + - Africa/Maputo + /search/movie: + get: + tags: + - CREDIT + summary: Movie_id + description: This endpoint is used to get a movie_id + operationId: movieId + parameters: + - $ref: '#/components/parameters/region' + - $ref: '#/components/parameters/include_adult' + - $ref: '#/components/parameters/language' + - name: primary_release_year + in: query + description: This refers to the year when the film was primarily released in theaters. + schema: + type: string + - $ref: '#/components/parameters/page' + + - name: year + in: query + description: This generally refers to the broader or official year associated with the film. + schema: + type: string + responses: + '200': + description: movie_id + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=295 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 30 Dec 2024 16:36:40 GMT + ETag: + schema: + type: string + example: W/"a4f203b425843d786b767d453efd9959" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: HFXHXNgFk6SAKsDoxlSUPjqc-4BQDHDZS38UmvexnQPr42fd1h4Brg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '21636' + x-memc-expires: + schema: + type: string + example: '295' + x-memc-key: + schema: + type: string + example: d181ba52979f1aaa139230d0234dc2be + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: The current page number being viewed in the results. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for adults + backdrop_path: + type: string + nullable: true + example: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg + description: The URL path to the movie's backdrop image (used for background displays). + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + description: An array of genre IDs that represent the types of genres the movie falls under. + id: + type: number + example: 550 + description: A unique identifier for the movie. + original_language: + type: string + example: en + description: The original language in which the movie was produced. + original_title: + type: string + example: Fight Club + description: The original title of the movie as it was released + overview: + type: string + example: >- + A ticking-time-bomb insomniac and a slippery soap + salesman channel primal male aggression into a + shocking new form of therapy. Their concept catches + on, with underground "fight clubs" forming in every + town, until an eccentric gets in the way and ignites + an out-of-control spiral toward oblivion. + description: A brief summary of the movie's plot. + popularity: + type: number + example: 115.18 + description: A numerical value indicating the popularity of the movie, often based on user interactions and ratings. + poster_path: + type: string + nullable: true + example: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg + description: The URL path to the movie's poster image (used for display purposes). + release_date: + type: string + example: '1999-10-15' + description: The release date of the movie in the format YYYY-MM-DD. + title: + type: string + example: Fight Club + description: The title of the movie as displayed to the audience. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 8.4 + description: The average rating of the movie based on user votes. + vote_count: + type: number + example: 29575 + description: The total number of votes cast for the movie. + example: + - adult: false + backdrop_path: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg + genre_ids: + - 18 + id: 550 + original_language: en + original_title: Fight Club + overview: >- + A ticking-time-bomb insomniac and a slippery soap + salesman channel primal male aggression into a + shocking new form of therapy. Their concept catches + on, with underground "fight clubs" forming in every + town, until an eccentric gets in the way and ignites + an out-of-control spiral toward oblivion. + popularity: 115.18 + poster_path: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg + release_date: '1999-10-15' + title: Fight Club + video: false + vote_average: 8.4 + vote_count: 29575 + - adult: false + backdrop_path: /1VqE5z4VIOcNcajJuHLk4fDkY9G.jpg + genre_ids: + - 28 + - 27 + id: 289732 + original_language: zh + original_title: 屍城 + overview: >- + It's the end of the century at a corner of the city in + a building riddled with crime - Everyone in the + building has turned into zombies. After Jenny's + boyfriend is killed in a zombie attack, she faces the + challenge of surviving in the face of adversity. In + order to stay alive, she struggles with Andy to flee + danger. + popularity: 14.319 + poster_path: /u8u3KVq0qfJYmNDsaTVOXy4So6f.jpg + release_date: '2014-10-23' + title: Zombie Fight Club + video: false + vote_average: 5.6 + vote_count: 113 + - adult: false + backdrop_path: /nlDmuxSjJS1Fi2FgVToPm9ytm5S.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1213076 + original_language: ta + original_title: Fight Club + overview: >- + A young boy Selva chasing his football sports dreams + suffers a major setback, grows into an angry young man + who is drawn into conflicts by evil forces involving + him and his family, which he must navigate and reform + popularity: 4.154 + poster_path: /1h6t9nCYVWOLRskB35K51payMok.jpg + release_date: '2023-12-15' + title: Fight Club + video: false + vote_average: 6.5 + vote_count: 14 + - adult: false + backdrop_path: null + genre_ids: + - 35 + - 18 + id: 323667 + original_language: ru + original_title: Вставай и бейся + overview: >- + Intertwined stories from the gladiator/athletes + participating to the Calcio Storico Fiorentino yearly + championship. + popularity: 9.598 + poster_path: /rPCOC0myV3Vr7nYGMAOAOpUXgH3.jpg + release_date: '2015-06-21' + title: Florence Fight Club + video: false + vote_average: 7.4 + vote_count: 30 + - adult: false + backdrop_path: null + genre_ids: [] + id: 973534 + original_language: ru + original_title: Бойцовский клуб (русская версия) + overview: >- + The Russian version of the movie "Fight Club" is not + just a Russian version of a well-known cult film, it + is the result and of the hard work of two young men + and their love for cinema, Alexander Kukhar + (GOLOBON-TV) and Dmitry Ivanov (GRIZLIK FILM) , who + are responsible for this project, from the development + of its idea and the selection of the cast, to the + organization of filming and financial support. + Filming lasted a whole year. Everyday work, constant + trips, searching for suitable film sets and an + exhausting schedule - all this was not in vain and + resulted in an unusually amazing and original project + - the film "Fight Club", created in the very heart of + southern Russia, in the city of Krasnodar, by two + young people + popularity: 4.297 + poster_path: null + release_date: '' + title: Fight Club (Russian version) + video: true + vote_average: 7.75 + vote_count: 30 + - adult: false + backdrop_path: /cHnWx0QoVvtSNkDUpYcM9CXJhV8.jpg + genre_ids: + - 28 + id: 347807 + original_language: hi + original_title: 'Fight Club: Members Only' + overview: >- + Four friends head off to Bombay and get involved in + the mother and father of all gang wars. + popularity: 3.63 + poster_path: /aXFmWfWYCCxQTkCn7K86RvDiMHZ.jpg + release_date: '2006-02-17' + title: 'Fight Club: Members Only' + video: false + vote_average: 6.4 + vote_count: 25 + - adult: false + backdrop_path: null + genre_ids: + - 28 + - 16 + id: 1253350 + original_language: en + original_title: Jurassic Fight Club - Cannibal Dinosaur Claymation + overview: >- + A Short claymation version of Jurassic fight club's + first episode. + popularity: 1.468 + poster_path: /qVNnuW43y7fl0EBuP5Mzbi4tN9J.jpg + release_date: '2010-07-28' + title: Jurassic Fight Club - Cannibal Dinosaur Claymation + video: false + vote_average: 6.9 + vote_count: 7 + - adult: false + backdrop_path: /oBMzgMqZTp2X8ZSc3ysVUjT5BeN.jpg + genre_ids: + - 99 + id: 1159565 + original_language: en + original_title: Great White Fight Club + overview: >- + Experts set out to prove that female great white + sharks rule the ocean. + popularity: 2.11 + poster_path: /4gbp125YYBOTfNAGP7K81vFW792.jpg + release_date: '2023-07-24' + title: Great White Fight Club + video: false + vote_average: 7.8 + vote_count: 10 + - adult: false + backdrop_path: /tCcjGTnM20ujEtgFCGoMYeYilRj.jpg + genre_ids: + - 28 + - 16 + id: 1254078 + original_language: en + original_title: Fredz Jurassic Fight Club Claymation Style Part 1 + overview: >- + Shorter & More Violent Versions Instead of the lame + clay sculptures previously seen. The animals are not + in Vivid color B/C I don't have a large amount + colorful clay. This video Has 4 out of 8 Episodes i'll + be doing & soon i'll be making colorful Versions of + The Creatures In Runcycles. + popularity: 1.989 + poster_path: /1uSR6XpVK5gKdr4Qcc26CRGTwWk.jpg + release_date: '2010-08-14' + title: Fredz Jurassic Fight Club Claymation Style Part 1 + video: false + vote_average: 7.2 + vote_count: 4 + - adult: false + backdrop_path: /5ShuVz8G8LigZKktqAuPnupFxRK.jpg + genre_ids: + - 28 + - 16 + id: 1254080 + original_language: en + original_title: Fredz Jurassic Fight Club Claymation Style Part 2 + overview: >- + Finally, the second half of an epic short revealed! + Enjoy... The LOST EPISODE. + popularity: 3.534 + poster_path: /5vKdtHL6cdLzG5ZTPHNvZ7tR0LR.jpg + release_date: '2011-12-28' + title: Fredz Jurassic Fight Club Claymation Style Part 2 + video: false + vote_average: 6.5 + vote_count: 4 + - adult: false + backdrop_path: null + genre_ids: [] + id: 883656 + original_language: en + original_title: GCW Fight Club + overview: >- + GCW presents Fight Club straight from the Showboat + Hotel in Atlantic City, NJ! The event features the GCW + World Championship match where Mox defends against + Gage in a match that we have been waiting for during + the last decade. Who will be the new GCW World + Champion? + popularity: 3.472 + poster_path: /a9RWdhRLyx3BqCjlwmZJHXyeMkR.jpg + release_date: '2021-10-09' + title: GCW Fight Club + video: true + vote_average: 7.7 + vote_count: 21 + - adult: false + backdrop_path: null + genre_ids: + - 28 + - 18 + - 80 + id: 51021 + original_language: en + original_title: 'A Lure: Teen Fight Club' + overview: >- + A community is under siege as three Belmont Highschool + coed students go missing with no trace of their + whereabouts. The pressure is on the police to capture + the culprits responsible. Scouring the school hallways + in search of clues, undercover female detective Maggie + Rawdon (Jessica Sonnerborn) enters Belmont High as a + transfer student in an attempt to solve the hideous + disappearance of the students. Maggie makes a few new + friends, and gets invited to a private rave in the + country. Just as the group begins to suspect that + they've taken a wrong turn, however, the trap is + sprung and Maggie finds out firsthand what fate has + befallen the missing girls. + popularity: 3.067 + poster_path: /ipl6NdM0LwyakzLH9gKBDn8YhmZ.jpg + release_date: '2010-11-16' + title: 'A Lure: Teen Fight Club' + video: false + vote_average: 7.1 + vote_count: 24 + - adult: false + backdrop_path: null + genre_ids: [] + id: 1369119 + original_language: en + original_title: 'GCW Fight Club 2024 - Night 1: The Art Of War Games' + overview: '' + popularity: 1.201 + poster_path: /e0rAFOeJ0rF4EoloPHnAsZz8Fk4.jpg + release_date: '2024-10-12' + title: 'GCW Fight Club 2024 - Night 1: The Art Of War Games' + video: false + vote_average: 6.2 + vote_count: 2 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 944789 + original_language: en + original_title: Leopard Fight Club + overview: >- + Witness a remarkable coming-of-age story as we track a + young leopard's journey from rookie to royalty in + South Africa's lethal Big Five landscape. When we + first meet Jack, he's clumsy, fearful, and weak, but + he's a fast learner - and he'll need to be. He's + destined for a showdown with the area's current + leopard monarch, an alpha male with a real mean + streak. We follow Jack as he hones his skills and + builds up muscle for the ultimate catfight. It's a + battle where only the winner will walk out alive. + popularity: 1.74 + poster_path: /pNhu0kvxvBJhpzDEwKf9Zdphbfg.jpg + release_date: '2013-04-01' + title: Leopard Fight Club + video: false + vote_average: 7.5 + vote_count: 11 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 532155 + original_language: en + original_title: 'Musangwe: Fight Club' + overview: >- + The first rule is that there are no rules. For the + bare-knuckle combatants competing in Musangwe fights, + anything goes - you can even put a curse on him. The + sport, which dates back centuries, has become a South + African institution. Any male from the age of nine to + ninety can compete. We follow a group of fighters as + they slug it out in the ring. Who will be this year's + champion? + popularity: 1.476 + poster_path: /tZDxttt0LfgAKwvLIWyOO3fr01c.jpg + release_date: '2007-10-01' + title: 'Musangwe: Fight Club' + video: false + vote_average: 7.7 + vote_count: 16 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 151912 + original_language: en + original_title: Jurassic Fight Club + overview: >- + Jurassic Fight Club, a paleontology-based miniseries + that ran for 12 episodes, depicts how prehistoric + beasts hunted their prey, dissecting these battles and + uncovering a predatory world far more calculated and + complex than originally thought. It was hosted by + George Blasing, a self-taught paleontologist. + popularity: 2.167 + poster_path: null + release_date: '2008-10-22' + title: Jurassic Fight Club + video: false + vote_average: 7.5 + vote_count: 17 + - adult: false + backdrop_path: null + genre_ids: [] + id: 289100 + original_language: en + original_title: Girls Fight Club + overview: >- + The best women's wrestling competition of all + time...and if you think it's fake you're in for a big + surprise See LEGENDARY Mixed Martial Arts fighters + coach their teams to victory in the cage! aka Chuck + Lidell's Girl's Fight Club + popularity: 2.383 + poster_path: null + release_date: '2009-06-18' + title: Girls Fight Club + video: false + vote_average: 7.538 + vote_count: 13 + - adult: false + backdrop_path: null + genre_ids: [] + id: 969532 + original_language: en + original_title: 'GCW: Fight Club Houston' + overview: >- + On July 9th GCW presents Fight Club Houston straight + from Premier Arena in Houston, Texas. The lineup is + almost completed, check it below: AJ Gray vs Bryan + Keith Nick Gage vs Sadika Joey Janela vs Dante + Ninja Mack vs Jack Cartwheel Effy vs Gino Jimmy + Lloyd vs Carter Lucha Scramble .... more to be added + soon! + popularity: 1.136 + poster_path: /353CATo61TQERENVF6AqIqhUD51.jpg + release_date: '2021-07-09' + title: 'GCW: Fight Club Houston' + video: true + vote_average: 7.5 + vote_count: 12 + - adult: false + backdrop_path: null + genre_ids: + - 16 + - 35 + id: 615408 + original_language: en + original_title: Fight Club But With Tennis And No Fight + overview: >- + Drama descends upon two tennis-obsessed women as the + tension moves from off the court and into the café. + popularity: 2.295 + poster_path: /8pEQqVtSpgCtb7dzhR55EO1dC3l.jpg + release_date: '2019-07-13' + title: Fight Club But With Tennis And No Fight + video: false + vote_average: 7.6 + vote_count: 13 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 259016 + original_language: en + original_title: Insane Fight Club + overview: >- + A group of friends have created a brand new subculture + that is taking over the streets of Glasgow. They've + established their very own fight club, but this is no + ordinary wrestling event - this is brutal, riotous + chaos. Fights don't always stay inside the ring, + people are bounced off the side of buses and thrown + off balconies in pubs. They now plan the biggest show + of their lives. The stakes are high, will it bring + them the fame and recognition they need to survive? + popularity: 2.53 + poster_path: null + release_date: '2014-03-11' + title: Insane Fight Club + video: false + vote_average: 6.767 + vote_count: 15 + description: This represents a collection of movie objects returned by the API that provides information about various films. + total_pages: + type: number + example: 3 + description: The total number of pages available in the response data. + total_results: + type: number + example: 56 + description: The total number of movie results returned from the query. + examples: + movie_id: + value: + page: 1 + results: + - adult: false + backdrop_path: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg + genre_ids: + - 18 + id: 550 + original_language: en + original_title: Fight Club + overview: >- + A ticking-time-bomb insomniac and a slippery soap + salesman channel primal male aggression into a + shocking new form of therapy. Their concept catches + on, with underground "fight clubs" forming in every + town, until an eccentric gets in the way and ignites + an out-of-control spiral toward oblivion. + popularity: 115.18 + poster_path: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg + release_date: '1999-10-15' + title: Fight Club + video: false + vote_average: 8.4 + vote_count: 29575 + - adult: false + backdrop_path: /1VqE5z4VIOcNcajJuHLk4fDkY9G.jpg + genre_ids: + - 28 + - 27 + id: 289732 + original_language: zh + original_title: 屍城 + overview: >- + It's the end of the century at a corner of the city in + a building riddled with crime - Everyone in the + building has turned into zombies. After Jenny's + boyfriend is killed in a zombie attack, she faces the + challenge of surviving in the face of adversity. In + order to stay alive, she struggles with Andy to flee + danger. + popularity: 14.319 + poster_path: /u8u3KVq0qfJYmNDsaTVOXy4So6f.jpg + release_date: '2014-10-23' + title: Zombie Fight Club + video: false + vote_average: 5.6 + vote_count: 113 + - adult: false + backdrop_path: /nlDmuxSjJS1Fi2FgVToPm9ytm5S.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1213076 + original_language: ta + original_title: Fight Club + overview: >- + A young boy Selva chasing his football sports dreams + suffers a major setback, grows into an angry young man + who is drawn into conflicts by evil forces involving + him and his family, which he must navigate and reform + popularity: 4.154 + poster_path: /1h6t9nCYVWOLRskB35K51payMok.jpg + release_date: '2023-12-15' + title: Fight Club + video: false + vote_average: 6.5 + vote_count: 14 + - adult: false + backdrop_path: null + genre_ids: + - 35 + - 18 + id: 323667 + original_language: ru + original_title: Вставай и бейся + overview: >- + Intertwined stories from the gladiator/athletes + participating to the Calcio Storico Fiorentino yearly + championship. + popularity: 9.598 + poster_path: /rPCOC0myV3Vr7nYGMAOAOpUXgH3.jpg + release_date: '2015-06-21' + title: Florence Fight Club + video: false + vote_average: 7.4 + vote_count: 30 + - adult: false + backdrop_path: null + genre_ids: [] + id: 973534 + original_language: ru + original_title: Бойцовский клуб (русская версия) + overview: >- + The Russian version of the movie "Fight Club" is not + just a Russian version of a well-known cult film, it + is the result and of the hard work of two young men + and their love for cinema, Alexander Kukhar + (GOLOBON-TV) and Dmitry Ivanov (GRIZLIK FILM) , who + are responsible for this project, from the development + of its idea and the selection of the cast, to the + organization of filming and financial support. + Filming lasted a whole year. Everyday work, constant + trips, searching for suitable film sets and an + exhausting schedule - all this was not in vain and + resulted in an unusually amazing and original project + - the film "Fight Club", created in the very heart of + southern Russia, in the city of Krasnodar, by two + young people + popularity: 4.297 + poster_path: null + release_date: '' + title: Fight Club (Russian version) + video: true + vote_average: 7.75 + vote_count: 30 + - adult: false + backdrop_path: /cHnWx0QoVvtSNkDUpYcM9CXJhV8.jpg + genre_ids: + - 28 + id: 347807 + original_language: hi + original_title: 'Fight Club: Members Only' + overview: >- + Four friends head off to Bombay and get involved in + the mother and father of all gang wars. + popularity: 3.63 + poster_path: /aXFmWfWYCCxQTkCn7K86RvDiMHZ.jpg + release_date: '2006-02-17' + title: 'Fight Club: Members Only' + video: false + vote_average: 6.4 + vote_count: 25 + - adult: false + backdrop_path: null + genre_ids: + - 28 + - 16 + id: 1253350 + original_language: en + original_title: Jurassic Fight Club - Cannibal Dinosaur Claymation + overview: >- + A Short claymation version of Jurassic fight club's + first episode. + popularity: 1.468 + poster_path: /qVNnuW43y7fl0EBuP5Mzbi4tN9J.jpg + release_date: '2010-07-28' + title: Jurassic Fight Club - Cannibal Dinosaur Claymation + video: false + vote_average: 6.9 + vote_count: 7 + - adult: false + backdrop_path: /oBMzgMqZTp2X8ZSc3ysVUjT5BeN.jpg + genre_ids: + - 99 + id: 1159565 + original_language: en + original_title: Great White Fight Club + overview: >- + Experts set out to prove that female great white + sharks rule the ocean. + popularity: 2.11 + poster_path: /4gbp125YYBOTfNAGP7K81vFW792.jpg + release_date: '2023-07-24' + title: Great White Fight Club + video: false + vote_average: 7.8 + vote_count: 10 + - adult: false + backdrop_path: /tCcjGTnM20ujEtgFCGoMYeYilRj.jpg + genre_ids: + - 28 + - 16 + id: 1254078 + original_language: en + original_title: Fredz Jurassic Fight Club Claymation Style Part 1 + overview: >- + Shorter & More Violent Versions Instead of the lame + clay sculptures previously seen. The animals are not + in Vivid color B/C I don't have a large amount + colorful clay. This video Has 4 out of 8 Episodes i'll + be doing & soon i'll be making colorful Versions of + The Creatures In Runcycles. + popularity: 1.989 + poster_path: /1uSR6XpVK5gKdr4Qcc26CRGTwWk.jpg + release_date: '2010-08-14' + title: Fredz Jurassic Fight Club Claymation Style Part 1 + video: false + vote_average: 7.2 + vote_count: 4 + - adult: false + backdrop_path: /5ShuVz8G8LigZKktqAuPnupFxRK.jpg + genre_ids: + - 28 + - 16 + id: 1254080 + original_language: en + original_title: Fredz Jurassic Fight Club Claymation Style Part 2 + overview: >- + Finally, the second half of an epic short revealed! + Enjoy... The LOST EPISODE. + popularity: 3.534 + poster_path: /5vKdtHL6cdLzG5ZTPHNvZ7tR0LR.jpg + release_date: '2011-12-28' + title: Fredz Jurassic Fight Club Claymation Style Part 2 + video: false + vote_average: 6.5 + vote_count: 4 + - adult: false + backdrop_path: null + genre_ids: [] + id: 883656 + original_language: en + original_title: GCW Fight Club + overview: >- + GCW presents Fight Club straight from the Showboat + Hotel in Atlantic City, NJ! The event features the GCW + World Championship match where Mox defends against + Gage in a match that we have been waiting for during + the last decade. Who will be the new GCW World + Champion? + popularity: 3.472 + poster_path: /a9RWdhRLyx3BqCjlwmZJHXyeMkR.jpg + release_date: '2021-10-09' + title: GCW Fight Club + video: true + vote_average: 7.7 + vote_count: 21 + - adult: false + backdrop_path: null + genre_ids: + - 28 + - 18 + - 80 + id: 51021 + original_language: en + original_title: 'A Lure: Teen Fight Club' + overview: >- + A community is under siege as three Belmont Highschool + coed students go missing with no trace of their + whereabouts. The pressure is on the police to capture + the culprits responsible. Scouring the school hallways + in search of clues, undercover female detective Maggie + Rawdon (Jessica Sonnerborn) enters Belmont High as a + transfer student in an attempt to solve the hideous + disappearance of the students. Maggie makes a few new + friends, and gets invited to a private rave in the + country. Just as the group begins to suspect that + they've taken a wrong turn, however, the trap is + sprung and Maggie finds out firsthand what fate has + befallen the missing girls. + popularity: 3.067 + poster_path: /ipl6NdM0LwyakzLH9gKBDn8YhmZ.jpg + release_date: '2010-11-16' + title: 'A Lure: Teen Fight Club' + video: false + vote_average: 7.1 + vote_count: 24 + - adult: false + backdrop_path: null + genre_ids: [] + id: 1369119 + original_language: en + original_title: 'GCW Fight Club 2024 - Night 1: The Art Of War Games' + overview: '' + popularity: 1.201 + poster_path: /e0rAFOeJ0rF4EoloPHnAsZz8Fk4.jpg + release_date: '2024-10-12' + title: 'GCW Fight Club 2024 - Night 1: The Art Of War Games' + video: false + vote_average: 6.2 + vote_count: 2 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 944789 + original_language: en + original_title: Leopard Fight Club + overview: >- + Witness a remarkable coming-of-age story as we track a + young leopard's journey from rookie to royalty in + South Africa's lethal Big Five landscape. When we + first meet Jack, he's clumsy, fearful, and weak, but + he's a fast learner - and he'll need to be. He's + destined for a showdown with the area's current + leopard monarch, an alpha male with a real mean + streak. We follow Jack as he hones his skills and + builds up muscle for the ultimate catfight. It's a + battle where only the winner will walk out alive. + popularity: 1.74 + poster_path: /pNhu0kvxvBJhpzDEwKf9Zdphbfg.jpg + release_date: '2013-04-01' + title: Leopard Fight Club + video: false + vote_average: 7.5 + vote_count: 11 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 532155 + original_language: en + original_title: 'Musangwe: Fight Club' + overview: >- + The first rule is that there are no rules. For the + bare-knuckle combatants competing in Musangwe fights, + anything goes - you can even put a curse on him. The + sport, which dates back centuries, has become a South + African institution. Any male from the age of nine to + ninety can compete. We follow a group of fighters as + they slug it out in the ring. Who will be this year's + champion? + popularity: 1.476 + poster_path: /tZDxttt0LfgAKwvLIWyOO3fr01c.jpg + release_date: '2007-10-01' + title: 'Musangwe: Fight Club' + video: false + vote_average: 7.7 + vote_count: 16 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 151912 + original_language: en + original_title: Jurassic Fight Club + overview: >- + Jurassic Fight Club, a paleontology-based miniseries + that ran for 12 episodes, depicts how prehistoric + beasts hunted their prey, dissecting these battles and + uncovering a predatory world far more calculated and + complex than originally thought. It was hosted by + George Blasing, a self-taught paleontologist. + popularity: 2.167 + poster_path: null + release_date: '2008-10-22' + title: Jurassic Fight Club + video: false + vote_average: 7.5 + vote_count: 17 + - adult: false + backdrop_path: null + genre_ids: [] + id: 289100 + original_language: en + original_title: Girls Fight Club + overview: >- + The best women's wrestling competition of all + time...and if you think it's fake you're in for a big + surprise See LEGENDARY Mixed Martial Arts fighters + coach their teams to victory in the cage! aka Chuck + Lidell's Girl's Fight Club + popularity: 2.383 + poster_path: null + release_date: '2009-06-18' + title: Girls Fight Club + video: false + vote_average: 7.538 + vote_count: 13 + - adult: false + backdrop_path: null + genre_ids: [] + id: 969532 + original_language: en + original_title: 'GCW: Fight Club Houston' + overview: >- + On July 9th GCW presents Fight Club Houston straight + from Premier Arena in Houston, Texas. The lineup is + almost completed, check it below: AJ Gray vs Bryan + Keith Nick Gage vs Sadika Joey Janela vs Dante + Ninja Mack vs Jack Cartwheel Effy vs Gino Jimmy + Lloyd vs Carter Lucha Scramble .... more to be added + soon! + popularity: 1.136 + poster_path: /353CATo61TQERENVF6AqIqhUD51.jpg + release_date: '2021-07-09' + title: 'GCW: Fight Club Houston' + video: true + vote_average: 7.5 + vote_count: 12 + - adult: false + backdrop_path: null + genre_ids: + - 16 + - 35 + id: 615408 + original_language: en + original_title: Fight Club But With Tennis And No Fight + overview: >- + Drama descends upon two tennis-obsessed women as the + tension moves from off the court and into the café. + popularity: 2.295 + poster_path: /8pEQqVtSpgCtb7dzhR55EO1dC3l.jpg + release_date: '2019-07-13' + title: Fight Club But With Tennis And No Fight + video: false + vote_average: 7.6 + vote_count: 13 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 259016 + original_language: en + original_title: Insane Fight Club + overview: >- + A group of friends have created a brand new subculture + that is taking over the streets of Glasgow. They've + established their very own fight club, but this is no + ordinary wrestling event - this is brutal, riotous + chaos. Fights don't always stay inside the ring, + people are bounced off the side of buses and thrown + off balconies in pubs. They now plan the biggest show + of their lives. The stakes are high, will it bring + them the fame and recognition they need to survive? + popularity: 2.53 + poster_path: null + release_date: '2014-03-11' + title: Insane Fight Club + video: false + vote_average: 6.767 + vote_count: 15 + total_pages: 3 + total_results: 56 + + + /movie/{movie_id}/credits: + get: + tags: + - CREDIT + summary: Credit_id + description: This is used to get the credit_id + operationId: creditId + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: credit_id / credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=22740 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:01:19 GMT + ETag: + schema: + type: string + example: W/"178e76b672ca5b1f97c116da0dda5422" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 613faec4b883bfe2ebdd8a74d5006f4c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: ZKJvkUnu30UQGqgtA1BDSuubIWG5V3PIwgS6Vva_GhzfBtYP-W_ehg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '4626' + x-memc-expires: + schema: + type: string + example: '22740' + x-memc-key: + schema: + type: string + example: 3d8d6f72841ea5bf99d7fd720bfbf585 + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean value indicating whether the content is labeled as adult-oriented + cast_id: + type: number + example: 4 + description: A unique identifier for the cast member's role in the movie or show, used to associate credits with the specific character played. + character: + type: string + example: Narrator + description: The name of the character portrayed by the actor in the production. + credit_id: + type: string + example: 52fe4250c3a36847f80149f3 + description: A unique identifier for the credit record, which helps reference the specific credit related to a film or television show. + gender: + type: number + example: 2 + description: An integer value that represents the gender of the cast member; 0 for "not specified," 1 for female, and 2 for male. + id: + type: number + example: 819 + description: A unique identifier for the individual actor in the database, often a numeric ID used by The Movie Database (TMDb). + known_for_department: + type: string + example: Acting + description: The department in which the individual is most well-known (e.g., Acting, Directing). + name: + type: string + example: Edward Norton + description: The name of the actor or cast member credited in the production. + order: + type: number + example: 0 + description: An integer indicating the order of the cast in billing, where a lower number typically signifies a more prominent role in the film or series. + original_name: + type: string + example: Edward Norton + description: The original name of the actor, which may differ from their credited name, useful for identifying non-English names or variations. + popularity: + type: number + example: 23.946 + description: A numeric value that reflects the popularity of the actor or the character, often based on metrics like search and fan engagement data. + profile_path: + type: string + nullable: true + example: /8nytsqL59SFJTVYVrN72k6qkGgJ.jpg + description: The path to the actor's profile image or avatar in The Movie Database, typically a URL segment that can be appended to a base image URL to display the image. + + example: + - adult: false + cast_id: 4 + character: Narrator + credit_id: 52fe4250c3a36847f80149f3 + gender: 2 + id: 819 + known_for_department: Acting + name: Edward Norton + order: 0 + original_name: Edward Norton + popularity: 23.946 + profile_path: /8nytsqL59SFJTVYVrN72k6qkGgJ.jpg + - adult: false + cast_id: 5 + character: Tyler Durden + credit_id: 52fe4250c3a36847f80149f7 + gender: 2 + id: 287 + known_for_department: Acting + name: Brad Pitt + order: 1 + original_name: Brad Pitt + popularity: 80.316 + profile_path: /4rjnRCQ6bGFYdBb4UooOjsQy12c.jpg + - adult: false + cast_id: 285 + character: Marla Singer + credit_id: 631f0de8bd32090082733691 + gender: 1 + id: 1283 + known_for_department: Acting + name: Helena Bonham Carter + order: 2 + original_name: Helena Bonham Carter + popularity: 44.812 + profile_path: /hJMbNSPJ2PCahsP3rNEU39C8GWU.jpg + - adult: false + cast_id: 7 + character: Robert Paulson + credit_id: 52fe4250c3a36847f80149ff + gender: 2 + id: 7470 + known_for_department: Acting + name: Meat Loaf + order: 3 + original_name: Meat Loaf + popularity: 9.374 + profile_path: /7gKLR1u46OB8WJ6m06LemNBCMx6.jpg + - adult: false + cast_id: 286 + character: Angel Face + credit_id: 631f0e29ce9e91007f757d86 + gender: 2 + id: 7499 + known_for_department: Acting + name: Jared Leto + order: 4 + original_name: Jared Leto + popularity: 23.479 + profile_path: /ca3x0OfIKbJppZh8S1Alx3GfUZO.jpg + - adult: false + cast_id: 31 + character: Richard Chesler (Regional Manager) + credit_id: 52fe4250c3a36847f8014a55 + gender: 2 + id: 7471 + known_for_department: Acting + name: Zach Grenier + order: 5 + original_name: Zach Grenier + popularity: 9.097 + profile_path: /fSyQKZO39sUsqY283GXiScOg3Hi.jpg + - adult: false + cast_id: 32 + character: The Mechanic + credit_id: 52fe4250c3a36847f8014a59 + gender: 2 + id: 7497 + known_for_department: Acting + name: Holt McCallany + order: 6 + original_name: Holt McCallany + popularity: 16.351 + profile_path: /nttzDvj4rpcCvtxbsEwLRN6nQFq.jpg + - adult: false + cast_id: 33 + character: Ricky + credit_id: 52fe4250c3a36847f8014a5d + gender: 2 + id: 7498 + known_for_department: Acting + name: Eion Bailey + order: 7 + original_name: Eion Bailey + popularity: 22.355 + profile_path: /3DW13W47cKk4LQZwS4EvRaNBoVu.jpg + - adult: false + cast_id: 34 + character: Intern at Hospital + credit_id: 52fe4250c3a36847f8014a61 + gender: 2 + id: 7472 + known_for_department: Acting + name: Richmond Arquette + order: 8 + original_name: Richmond Arquette + popularity: 19.75 + profile_path: /y3b4UzS6DuWtCgdqxdQ5s1D5ipa.jpg + - adult: false + cast_id: 35 + character: Thomas at Remaining Men Together + credit_id: 52fe4250c3a36847f8014a65 + gender: 2 + id: 7219 + known_for_department: Acting + name: David Andrews + order: 9 + original_name: David Andrews + popularity: 6.303 + profile_path: /36LEerIIN7gpG52mM3Ier7YWDbh.jpg + - adult: false + cast_id: 59 + character: Group Leader at Remaining Men Together + credit_id: 581fce4c92514168ad00899d + gender: 2 + id: 1129738 + known_for_department: Acting + name: George Maguire + order: 10 + original_name: George Maguire + popularity: 1.135 + profile_path: null + - adult: false + cast_id: 60 + character: Weeping Woman - Onward and Upward + credit_id: 581fce7fc3a368555600847b + gender: 1 + id: 1317693 + known_for_department: Acting + name: Eugenie Bondurant + order: 11 + original_name: Eugenie Bondurant + popularity: 5.614 + profile_path: /9ULAELEKNha7VCJhRWoer58NcJe.jpg + - adult: false + cast_id: 36 + character: Group Leader - Partners in Positivity + credit_id: 52fe4250c3a36847f8014a69 + gender: 1 + id: 68277 + known_for_department: Acting + name: Christina Cabot + order: 12 + original_name: Christina Cabot + popularity: 4.076 + profile_path: /h1vwbOfITSvDvDq8E9MVvWqMYSr.jpg + - adult: false + cast_id: 61 + character: Speaker - Free and Clear + credit_id: 581fcf3a92514168ad008b09 + gender: 2 + id: 202080 + known_for_department: Acting + name: Sydney 'Big Dawg' Colston + order: 13 + original_name: Sydney 'Big Dawg' Colston + popularity: 1.112 + profile_path: /tdzVh7pstj6rcppqbBOX0KA7mX9.jpg + - adult: false + cast_id: 62 + character: Chloe + credit_id: 581fcf5d92514168aa008b9e + gender: 1 + id: 7473 + known_for_department: Acting + name: Rachel Singer + order: 14 + original_name: Rachel Singer + popularity: 5.38 + profile_path: /o4Hzvy1VRa3IILMrI45Ia08pstK.jpg + - adult: false + cast_id: 63 + character: Airline Check-In Attendant + credit_id: 581fd16ec3a36855530096a4 + gender: 1 + id: 1172435 + known_for_department: Acting + name: Christie Cronenweth + order: 15 + original_name: Christie Cronenweth + popularity: 0.718 + profile_path: /m9S13jmuBO2VeY0ZspSS7DlAEU.jpg + - adult: false + cast_id: 37 + character: Federated Motor Co. - Inspector Bird + credit_id: 52fe4250c3a36847f8014a6d + gender: 2 + id: 956719 + known_for_department: Acting + name: Tim DeZarn + order: 16 + original_name: Tim DeZarn + popularity: 3.049 + profile_path: /tduRqomAU3LARfuDa2OMKFAd1rR.jpg + - adult: false + cast_id: 38 + character: Federated Motor Co. - Inspector Dent + credit_id: 52fe4250c3a36847f8014a71 + gender: 2 + id: 59285 + known_for_department: Acting + name: Ezra Buzzington + order: 17 + original_name: Ezra Buzzington + popularity: 4.634 + profile_path: /j3kJRKgQdHAMXvJUtPHXJsGGW5X.jpg + - adult: false + cast_id: 64 + character: Business Woman on Plane + credit_id: 581fd575c3a36855630075c4 + gender: 1 + id: 1705289 + known_for_department: Acting + name: Dierdre Downing-Jackson + order: 18 + original_name: Dierdre Downing-Jackson + popularity: 0.526 + profile_path: /81NKNmWmruKfvN6ZTAJmUVgz2yR.jpg + - adult: false + cast_id: 39 + character: Airport Security Officer + credit_id: 52fe4250c3a36847f8014a75 + gender: 2 + id: 17449 + known_for_department: Acting + name: Bob Stephenson + order: 19 + original_name: Bob Stephenson + popularity: 5.251 + profile_path: /htF2P5zyyFFB1jpBNGVvTiGH01F.jpg + - adult: false + cast_id: 65 + character: Doorman at Person Towers + credit_id: 581fd6bcc3a3685556008e6b + gender: 2 + id: 62846 + known_for_department: Acting + name: Charlie Dell + order: 20 + original_name: Charlie Dell + popularity: 3.779 + profile_path: null + - adult: false + cast_id: 66 + character: Man in Suit + credit_id: 581fd6e192514168ad0093bc + gender: 2 + id: 530040 + known_for_department: Acting + name: Rob Lanza + order: 21 + original_name: Rob Lanza + popularity: 0.373 + profile_path: /4qhdB9O9G5xm4K0KVxcXTOK35en.jpg + - adult: false + cast_id: 40 + character: Walter + credit_id: 52fe4250c3a36847f8014a79 + gender: 2 + id: 56112 + known_for_department: Acting + name: David Lee Smith + order: 22 + original_name: David Lee Smith + popularity: 3.799 + profile_path: /A3vP0a0CqmQSdslPRnEYDiyIZ3V.jpg + - adult: false + cast_id: 67 + character: Food Court Maitre d' + credit_id: 581fd956c3a368554d009932 + gender: 2 + id: 137425 + known_for_department: Acting + name: Joel Bissonnette + order: 23 + original_name: Joel Bissonnette + popularity: 3.051 + profile_path: /kOvh6paITOTaE7H1NnuTB01DiVV.jpg + - adult: false + cast_id: 68 + character: '''Steph''' + credit_id: 581fda0292514168af009523 + gender: 2 + id: 175120 + known_for_department: Acting + name: Evan Mirand + order: 24 + original_name: Evan Mirand + popularity: 5.567 + profile_path: /2juze2UWM22dWfoL2E6YLrKwsmH.jpg + - adult: false + cast_id: 69 + character: Next Month's Opponent + credit_id: 58864e17925141107e0008b4 + gender: 2 + id: 1744132 + known_for_department: Crew + name: Robby Robinson + order: 25 + original_name: Robby Robinson + popularity: 0.72 + profile_path: null + - adult: false + cast_id: 70 + character: Cop at Marla's Building + credit_id: 58864e2fc3a3684480002f96 + gender: 2 + id: 168924 + known_for_department: Acting + name: Lou Beatty Jr. + order: 26 + original_name: Lou Beatty Jr. + popularity: 8.157 + profile_path: /eWEXAHp2VnOBUk0KXorvkSdhjYc.jpg + - adult: false + cast_id: 41 + character: Detective Stern + credit_id: 52fe4250c3a36847f8014a7d + gender: 2 + id: 1219497 + known_for_department: Acting + name: Thom Gossom Jr. + order: 27 + original_name: Thom Gossom Jr. + popularity: 1.11 + profile_path: /plFARWSTQ021TOOC5gpChhiUIVu.jpg + - adult: false + cast_id: 71 + character: Cosmetics Buyer + credit_id: 58864fa392514113ea00076f + gender: 1 + id: 157938 + known_for_department: Acting + name: Valerie Bickford + order: 28 + original_name: Valerie Bickford + popularity: 0.777 + profile_path: /qg6BYJ9qYYcz8ldT3zzp6h2BhQj.jpg + - adult: false + cast_id: 72 + character: Lou + credit_id: 58864fdac3a36845e6002f78 + gender: 2 + id: 7500 + known_for_department: Acting + name: Peter Iacangelo + order: 29 + original_name: Peter Iacangelo + popularity: 1.929 + profile_path: null + - adult: false + cast_id: 42 + character: Lou's Body Guard + credit_id: 52fe4250c3a36847f8014a81 + gender: 2 + id: 42824 + known_for_department: Crew + name: Carl Ciarfalio + order: 30 + original_name: Carl Ciarfalio + popularity: 4.683 + profile_path: /yADROfK7uJkmd8p3GyjxH8WZqRL.jpg + - adult: false + cast_id: 43 + character: Car Salesman + credit_id: 52fe4251c3a36847f8014a85 + gender: 2 + id: 40277 + known_for_department: Writing + name: Stuart Blumberg + order: 31 + original_name: Stuart Blumberg + popularity: 1.838 + profile_path: /28QBps35AtsONGU8yNXmKdoLmAB.jpg + - adult: false + cast_id: 73 + character: First Man at Auto Shop + credit_id: 5886500492514113ea000859 + gender: 0 + id: 1744135 + known_for_department: Acting + name: Todd Peirce + order: 32 + original_name: Todd Peirce + popularity: 0.001 + profile_path: null + - adult: false + cast_id: 44 + character: Second Man at Auto Shop + credit_id: 52fe4251c3a36847f8014a89 + gender: 2 + id: 122805 + known_for_department: Acting + name: Mark Fite + order: 33 + original_name: Mark Fite + popularity: 3.142 + profile_path: /qUbqKE14GAUdRhYqNcGzDkt1yi9.jpg + - adult: false + cast_id: 45 + character: Seminary Student + credit_id: 52fe4251c3a36847f8014a8d + gender: 2 + id: 35521 + known_for_department: Acting + name: Matt Winston + order: 34 + original_name: Matt Winston + popularity: 5.951 + profile_path: /et38vhCb9y8yGleMRNY2j4nDDyr.jpg + - adult: false + cast_id: 74 + character: Raymond K. Hessel + credit_id: 58865057c3a36843c80032d9 + gender: 0 + id: 1744137 + known_for_department: Acting + name: Joon Kim + order: 35 + original_name: Joon Kim + popularity: 0.382 + profile_path: null + - adult: false + cast_id: 75 + character: Bus Driver with Broken Nose + credit_id: 588650819251411bb4000042 + gender: 2 + id: 1636371 + known_for_department: Crew + name: Bennie Moore + order: 36 + original_name: Bennie Moore + popularity: 1.112 + profile_path: null + - adult: false + cast_id: 46 + character: Channel 4 Reporter + credit_id: 52fe4251c3a36847f8014a91 + gender: 1 + id: 1224996 + known_for_department: Acting + name: Lauren Sánchez + order: 37 + original_name: Lauren Sánchez + popularity: 3.548 + profile_path: /ahOwHtOHrFZUoJDOd7VvF7RPiL.jpg + - adult: false + cast_id: 76 + character: Commissioner Jacobs + credit_id: 588650a5925141125e000bcd + gender: 2 + id: 1174793 + known_for_department: Acting + name: Pat McNamara + order: 38 + original_name: Pat McNamara + popularity: 1.142 + profile_path: /buUUXw9geHBgz73p9IR3H9wscra.jpg + - adult: false + cast_id: 77 + character: Banquet Speaker + credit_id: 588650b7c3a3684628003283 + gender: 0 + id: 1744138 + known_for_department: Acting + name: Tyrone R. Livingston + order: 39 + original_name: Tyrone R. Livingston + popularity: 0.014 + profile_path: null + - adult: false + cast_id: 78 + character: Airport Valet + credit_id: 588650cb925141107e000e39 + gender: 2 + id: 1744139 + known_for_department: Acting + name: Owen Masterson + order: 40 + original_name: Owen Masterson + popularity: 0.537 + profile_path: /1LKLNASM94TIEUlDpPqdMXywDQl.jpg + - adult: false + cast_id: 47 + character: Policeman + credit_id: 52fe4251c3a36847f8014a95 + gender: 2 + id: 109100 + known_for_department: Acting + name: David Jean Thomas + order: 41 + original_name: David Jean Thomas + popularity: 1.968 + profile_path: null + - adult: false + cast_id: 48 + character: Salvator - Winking Bartender + credit_id: 52fe4251c3a36847f8014a99 + gender: 2 + id: 1221838 + known_for_department: Acting + name: Paul Carafotes + order: 42 + original_name: Paul Carafotes + popularity: 4.278 + profile_path: /snbFp9cOcPENH9ky6VKy38To6fC.jpg + - adult: false + cast_id: 49 + character: Proprietor of Dry Cleaners + credit_id: 52fe4251c3a36847f8014a9d + gender: 2 + id: 145531 + known_for_department: Acting + name: Christopher John Fields + order: 43 + original_name: Christopher John Fields + popularity: 4.904 + profile_path: /3ASDmbBZQnk526pPeNtb8LOJXBX.jpg + - adult: false + cast_id: 79 + character: 'Bruised Bar Patron #1' + credit_id: 58865114c3a36843020036a1 + gender: 0 + id: 1744140 + known_for_department: Acting + name: Anderson Bourell + order: 44 + original_name: Anderson Bourell + popularity: 0.203 + profile_path: null + - adult: false + cast_id: 80 + character: 'Bruised Bar Patron #2' + credit_id: 5886512c92514116ac000756 + gender: 2 + id: 63537 + known_for_department: Acting + name: Scotch Ellis Loring + order: 45 + original_name: Scotch Ellis Loring + popularity: 1.973 + profile_path: /qIvaaeBTZWwtJxJfBqpM4xBnwXE.jpg + - adult: false + cast_id: 50 + character: Bartender in Halo + credit_id: 52fe4251c3a36847f8014aa1 + gender: 2 + id: 9291 + known_for_department: Acting + name: Michael Shamus Wiles + order: 46 + original_name: Michael Shamus Wiles + popularity: 5.694 + profile_path: /niY4gYqAUjmnU4KRiguxpsKliWA.jpg + - adult: false + cast_id: 81 + character: Hotel Desk Clerk + credit_id: 5886514992514113ea000ae7 + gender: 1 + id: 170315 + known_for_department: Acting + name: Andi Carnick + order: 47 + original_name: Andi Carnick + popularity: 1.528 + profile_path: /iYP4CL76vHHAhs2t4MUZ0p4MnMc.jpg + - adult: false + cast_id: 302 + character: Waiter at Clifton's + credit_id: 65bfdce4fc6538017cec7c06 + gender: 0 + id: 95532 + known_for_department: Acting + name: Ed Kowalczyk + order: 48 + original_name: Ed Kowalczyk + popularity: 0.308 + profile_path: null + - adult: false + cast_id: 83 + character: Desk Sergeant + credit_id: 588651b59251411158000f3f + gender: 2 + id: 7140 + known_for_department: Acting + name: Leonard Termo + order: 49 + original_name: Leonard Termo + popularity: 3.356 + profile_path: /9QummJWlDgiEMClBTGyMfF6nyMX.jpg + - adult: false + cast_id: 51 + character: Detective Andrew + credit_id: 52fe4251c3a36847f8014aa5 + gender: 2 + id: 41352 + known_for_department: Acting + name: Van Quattro + order: 50 + original_name: Van Quattro + popularity: 2.282 + profile_path: /3W7P7vvdf0HV6i1oL2fVRiULV7a.jpg + - adult: false + cast_id: 52 + character: Detective Kevin + credit_id: 52fe4251c3a36847f8014aa9 + gender: 2 + id: 1226835 + known_for_department: Acting + name: Markus Redmond + order: 51 + original_name: Markus Redmond + popularity: 2.694 + profile_path: /1nbshlVnSpr72aPq1Ntx7jwbLbw.jpg + - adult: false + cast_id: 84 + character: Detective Walker + credit_id: 588651eac3a3684628003490 + gender: 0 + id: 177175 + known_for_department: Acting + name: Michael Girardin + order: 52 + original_name: Michael Girardin + popularity: 1.341 + profile_path: null + - adult: false + cast_id: 85 + character: BMW Salesman. (uncredited) + credit_id: 5886520ec3a36843c80035ea + gender: 2 + id: 74507 + known_for_department: Acting + name: Michael Arturo + order: 53 + original_name: Michael Arturo + popularity: 0.154 + profile_path: null + - adult: false + cast_id: 86 + character: Fight Spectator (uncredited) + credit_id: 58865232c3a3684628003526 + gender: 2 + id: 1383838 + known_for_department: Acting + name: Greg Bronson + order: 54 + original_name: Greg Bronson + popularity: 1.933 + profile_path: /smF0hrek3d0bVhq0m7ENLPFQpcP.jpg + - adult: false + cast_id: 87 + character: Fighter (uncredited) + credit_id: 58865242925141107e00117f + gender: 0 + id: 1194120 + known_for_department: Acting + name: Matt Cinquanta + order: 55 + original_name: Matt Cinquanta + popularity: 0.693 + profile_path: null + - adult: false + cast_id: 89 + character: Irvin (uncredited) + credit_id: 58865265c3a3684628003584 + gender: 2 + id: 13925 + known_for_department: Acting + name: Paul Dillon + order: 56 + original_name: Paul Dillon + popularity: 4.549 + profile_path: /eadglYBBzdsVMp2hxnfopdnDNFP.jpg + - adult: false + cast_id: 91 + character: Chanting Fighter (uncredited) + credit_id: 5886529f92514113ea000df8 + gender: 2 + id: 552271 + known_for_department: Acting + name: Eddie Hargitay + order: 57 + original_name: Eddie Hargitay + popularity: 4.732 + profile_path: null + - adult: false + cast_id: 92 + character: Banquet Guest (uncredited) + credit_id: 588652b5c3a3684480003740 + gender: 2 + id: 94561 + known_for_department: Acting + name: Phil Hawn + order: 58 + original_name: Phil Hawn + popularity: 0.493 + profile_path: /7NGVxTRGKjxYRgekHv7NF9kNVzM.jpg + - adult: false + cast_id: 93 + character: >- + Waiter in Bridgeworth Suites Corporate Video + (uncredited) + credit_id: 588652d892514111a900118a + gender: 2 + id: 1223916 + known_for_department: Acting + name: Bruce Holman + order: 59 + original_name: Bruce Holman + popularity: 4.234 + profile_path: /1xhSV69K8wiXFECYZQ6HHtKU6qB.jpg + - adult: false + cast_id: 94 + character: >- + Fight Patron Saying 'I don't know. What's going on?' + (uncredited) + credit_id: 588652f0c3a36845e60034af + gender: 2 + id: 1744143 + known_for_department: Acting + name: Jawara + order: 60 + original_name: Jawara + popularity: 0.001 + profile_path: /jOfD9tIC9vbnCtWxKtm29U1wTXc.jpg + - adult: false + cast_id: 95 + character: Waiter (uncredited) + credit_id: '58865312925141107e001361' + gender: 0 + id: 1525014 + known_for_department: Acting + name: Baron Jay + order: 61 + original_name: Baron Jay + popularity: 1.128 + profile_path: null + - adult: false + cast_id: 96 + character: Restaurant Maitre D' (uncredited) + credit_id: 58865333c3a36843c80037ef + gender: 2 + id: 1577360 + known_for_department: Acting + name: Jim Jenkins + order: 62 + original_name: Jim Jenkins + popularity: 0.699 + profile_path: null + - adult: false + cast_id: 97 + character: Passenger Clutching Armrest (uncredited) + credit_id: 5886535392514113ea000f8d + gender: 2 + id: 1403525 + known_for_department: Visual Effects + name: Kevin Scott Mack + order: 63 + original_name: Kevin Scott Mack + popularity: 0.56 + profile_path: /wsnhGz8PxiHKkXyp7jkOEbVH3LS.jpg + - adult: false + cast_id: 98 + character: 'Fight Club Patron / Guy #2 in Video Store (uncredited)' + credit_id: 5886536592514113ea000fbb + gender: 0 + id: 1744144 + known_for_department: Acting + name: Trey Ore + order: 64 + original_name: Trey Ore + popularity: 0.279 + profile_path: null + - adult: false + cast_id: 99 + character: Fight Spectator (uncredited) + credit_id: 5886537d9251411158001378 + gender: 2 + id: 1744145 + known_for_department: Acting + name: Louis Ortiz + order: 65 + original_name: Louis Ortiz + popularity: 0.494 + profile_path: null + - adult: false + cast_id: 100 + character: Fight Club Man (uncredited) + credit_id: 58865398c3a36845e60035ea + gender: 2 + id: 1386468 + known_for_department: Acting + name: Hugh Peddy + order: 66 + original_name: Hugh Peddy + popularity: 0.889 + profile_path: null + - adult: false + cast_id: 101 + character: Fight Club Man (uncredited) + credit_id: 588653aa92514111580013f2 + gender: 0 + id: 1744146 + known_for_department: Acting + name: J.T. Pontino + order: 67 + original_name: J.T. Pontino + popularity: 0.494 + profile_path: null + - adult: false + cast_id: 102 + character: Waiter (uncredited) + credit_id: 588653c8c3a36843c800390b + gender: 2 + id: 1744147 + known_for_department: Acting + name: Chad Randau + order: 68 + original_name: Chad Randau + popularity: 0.96 + profile_path: /zJeETjhI18I3W7gaJBX4yZsSNGV.jpg + - adult: false + cast_id: 103 + character: Fighter (uncredited) + credit_id: 588653ec92514113ea001123 + gender: 2 + id: 133153 + known_for_department: Acting + name: Marcio Rosario + order: 69 + original_name: Marcio Rosario + popularity: 1.159 + profile_path: /pkSWorrHpHciPjgIHdj35Y91xvV.jpg + - adult: false + cast_id: 104 + character: Riley Wilde - Fighter (uncredited) + credit_id: 58865401c3a36817620006fc + gender: 0 + id: 1744148 + known_for_department: Acting + name: Gregory Silva + order: 70 + original_name: Gregory Silva + popularity: 0.055 + profile_path: null + - adult: false + cast_id: 105 + character: Fight Bully (uncredited) + credit_id: 588654119251411bb40007f2 + gender: 2 + id: 16060 + known_for_department: Acting + name: Brian Tochi + order: 71 + original_name: Brian Tochi + popularity: 6.391 + profile_path: /oFmxzHpo3bw9wn8yx5fNCt9xTC7.jpg + - adult: false + cast_id: 107 + character: Support Group Member (uncredited) + credit_id: 58865450c3a3681eb70000ce + gender: 0 + id: 1744150 + known_for_department: Acting + name: Michael Zagst + order: 72 + original_name: Michael Zagst + popularity: 0.154 + profile_path: /khCB4Ww6RXEjghdwsxv4lj545em.jpg + - adult: false + cast_id: 206 + character: Space Monkey (uncredited) + credit_id: 5ad0963fc3a36825a3007d6d + gender: 0 + id: 1152377 + known_for_department: Directing + name: Marc Cinquanta + order: 73 + original_name: Marc Cinquanta + popularity: 0.562 + profile_path: null + - adult: false + cast_id: 202 + character: Marla's Neighbor (uncredited) + credit_id: 5acfeeecc3a36842ce003640 + gender: 1 + id: 1657018 + known_for_department: Acting + name: Summer Moore + order: 74 + original_name: Summer Moore + popularity: 1.168 + profile_path: /38lBOCEvFnWoDBIsZfXO8ENoEwX.jpg + description: refers to the group of actors and actresses who are assigned to perform specific roles in a movie or television show. + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean value indicating whether the content is labeled as adult-oriented. + credit_id: + type: string + example: 52fe4250c3a36847f8014a2f + description: A unique identifier for the credit record, which can be used to reference specific credits associated with a person or a project. + department: + type: string + example: Production + description: The specific department in which a person worked on the production (e.g., directing, writing, acting, etc.). + gender: + type: number + example: 1 + description: An integer value indicating the gender of the person; 0 for "not specified," 1 for female, and 2 for male. + id: + type: number + example: 7481 + description: A unique identifier for the person involved in the production, typically a numeric ID used by The Movie Database (TMDb) system. + job: + type: string + example: Casting + description: The specific job title or role that the person held in the production (e.g., actor, director, producer). + known_for_department: + type: string + example: Production + description: The department in which the person is most recognized or prominent (e.g., Acting, Directing, Writing). + name: + type: string + example: Laray Mayfield + description: The name of the individual credited for their work on the production. + original_name: + type: string + example: Laray Mayfield + description: The original name of the individual, which may differ from their credited name (helps in identifying non-English names or name variations). + popularity: + type: number + example: 1.054 + description: A numeric value reflecting the popularity of the individual or the content they are associated with, often based on audience engagement and search data. + profile_path: + type: string + nullable: true + example: /yBshxhOfzKrcvoVaFdI6VpH1BJ.jpg + description: The path to the individual’s profile image or avatar on The Movie Database, typically a URL segment that can be appended to the base image URL to display the image. + + example: + - adult: false + credit_id: 52fe4250c3a36847f8014a2f + department: Production + gender: 1 + id: 7481 + job: Casting + known_for_department: Production + name: Laray Mayfield + original_name: Laray Mayfield + popularity: 1.054 + profile_path: /yBshxhOfzKrcvoVaFdI6VpH1BJ.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a17 + department: Sound + gender: 2 + id: 7477 + job: Original Music Composer + known_for_department: Sound + name: John King + original_name: John King + popularity: 0.132 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a1d + department: Sound + gender: 2 + id: 7478 + job: Original Music Composer + known_for_department: Sound + name: Michael Simpson + original_name: Michael Simpson + popularity: 2.289 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a4d + department: Writing + gender: 2 + id: 7468 + job: Novel + known_for_department: Writing + name: Chuck Palahniuk + original_name: Chuck Palahniuk + popularity: 1.39 + profile_path: /r8WZhWea6RXCNO7HXvvB4lWYxzu.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a29 + department: Editing + gender: 2 + id: 7480 + job: Editor + known_for_department: Editing + name: James Haygood + original_name: James Haygood + popularity: 0.127 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a35 + department: Art + gender: 2 + id: 1303 + job: Production Design + known_for_department: Art + name: Alex McDowell + original_name: Alex McDowell + popularity: 1.956 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a11 + department: Production + gender: 2 + id: 1254 + job: Producer + known_for_department: Production + name: Art Linson + original_name: Art Linson + popularity: 1.98 + profile_path: /p9JPMQt4RRHYdQgvnrmFNiZ4eW6.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a0b + department: Production + gender: 1 + id: 7475 + job: Producer + known_for_department: Production + name: Ceán Chaffin + original_name: Ceán Chaffin + popularity: 1.946 + profile_path: /rk8DPo1CAMTWL0YjRsMFIy3gRmT.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a23 + department: Camera + gender: 2 + id: 7479 + job: Director of Photography + known_for_department: Camera + name: Jeff Cronenweth + original_name: Jeff Cronenweth + popularity: 1.25 + profile_path: /93Mn7WPDJjAEVvDv2J39RhzlnEE.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a3b + department: Sound + gender: 2 + id: 7763 + job: Sound Editor + known_for_department: Sound + name: Ren Klyce + original_name: Ren Klyce + popularity: 1.812 + profile_path: /tMDHEVa05pe3od1NMpfplPVPnxD.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a05 + department: Production + gender: 2 + id: 7474 + job: Producer + known_for_department: Production + name: Ross Grayson Bell + original_name: Ross Grayson Bell + popularity: 0.514 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a41 + department: Sound + gender: 2 + id: 7764 + job: Sound Editor + known_for_department: Sound + name: Richard Hymns + original_name: Richard Hymns + popularity: 2.245 + profile_path: /970GjgH2nfqsnEsimqLvLYoYTQn.jpg + - adult: false + credit_id: 60b1742c8ee49c003fe09c21 + department: Crew + gender: 2 + id: 101608 + job: Makeup Effects + known_for_department: Crew + name: Rob Bottin + original_name: Rob Bottin + popularity: 4.607 + profile_path: null + - adult: false + credit_id: 60b99d81c2f44b0029efec1b + department: Costume & Make-Up + gender: 0 + id: 1031820 + job: Key Costumer + known_for_department: Costume & Make-Up + name: Wendy J. Greiner + original_name: Wendy J. Greiner + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 60b9a11fdfaae9006ed88280 + department: Sound + gender: 1 + id: 1400905 + job: Dialogue Editor + known_for_department: Sound + name: Ewa Sztompke + original_name: Ewa Sztompke + popularity: 0.706 + profile_path: null + - adult: false + credit_id: 60b99cd28de0ae0059af0cde + department: Costume & Make-Up + gender: 0 + id: 1300663 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Margaret Prentice + original_name: Margaret Prentice + popularity: 1.272 + profile_path: null + - adult: false + credit_id: 60b99e53dfaae900295aee47 + department: Art + gender: 0 + id: 1621223 + job: Production Illustrator + known_for_department: Art + name: Tani Kunitake + original_name: Tani Kunitake + popularity: 0.572 + profile_path: null + - adult: false + credit_id: 60b99e73ec8a430057f2e2bc + department: Art + gender: 0 + id: 12639 + job: Set Designer + known_for_department: Art + name: Hugo Santiago + original_name: Hugo Santiago + popularity: 1.554 + profile_path: null + - adult: false + credit_id: 60b99ea3907f260029d958b0 + department: Art + gender: 2 + id: 46592 + job: Set Designer + known_for_department: Art + name: Domenic Silvestri + original_name: Domenic Silvestri + popularity: 3.781 + profile_path: null + - adult: false + credit_id: 60b99a8acd2f0f0059f89aa9 + department: Directing + gender: 2 + id: 17217 + job: First Assistant Director + known_for_department: Directing + name: Mike Topoozian + original_name: Mike Topoozian + popularity: 2.245 + profile_path: null + - adult: false + credit_id: 60b99c0009dda4004090a7bc + department: Camera + gender: 0 + id: 1691197 + job: Key Grip + known_for_department: Camera + name: Michael J. Coo + original_name: Michael J. Coo + popularity: 1.168 + profile_path: null + - adult: false + credit_id: 60b99cbaec8a4300298fc91b + department: Costume & Make-Up + gender: 0 + id: 1314463 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Randy Westgate + original_name: Randy Westgate + popularity: 0.237 + profile_path: null + - adult: false + credit_id: 60b9a056cd2f0f007a68f812 + department: Sound + gender: 2 + id: 1406614 + job: Sound Re-Recording Mixer + known_for_department: Sound + name: David Parker + original_name: David Parker + popularity: 1.39 + profile_path: /bDGLVWQShONQ59fvwKqP6dtFxT5.jpg + - adult: false + credit_id: 60b99e8ecadb6b005935b723 + department: Art + gender: 2 + id: 1855155 + job: Set Designer + known_for_department: Art + name: Peter J. Kelly + original_name: Peter J. Kelly + popularity: 0.099 + profile_path: null + - adult: false + credit_id: 60b99ffecd2f0f002a6b0a34 + department: Editing + gender: 0 + id: 1486851 + job: First Assistant Editor + known_for_department: Editing + name: Alex Olivares + original_name: Alex Olivares + popularity: 0.488 + profile_path: null + - adult: false + credit_id: 60b9a44e57d378002b19058f + department: Production + gender: 1 + id: 84493 + job: ADR Voice Casting + known_for_department: Acting + name: Mickie McGowan + original_name: Mickie McGowan + popularity: 11.506 + profile_path: /4K1HF10EvDjdaIoDAnWqFZjnmvk.jpg + - adult: false + credit_id: 60b9a1df18b7510058089981 + department: Sound + gender: 1 + id: 113088 + job: ADR Mixer + known_for_department: Sound + name: Charleen Richards-Steeves + original_name: Charleen Richards-Steeves + popularity: 1.276 + profile_path: null + - adult: false + credit_id: 60b9a1c2907f26006f555b66 + department: Sound + gender: 2 + id: 8157 + job: ADR Mixer + known_for_department: Sound + name: Doc Kane + original_name: Doc Kane + popularity: 1.436 + profile_path: /rJ12iE2gNd2TalhNXKbKH6Q3bKB.jpg + - adult: false + credit_id: 60b99bb965686e0040417efd + department: Lighting + gender: 2 + id: 51333 + job: Gaffer + known_for_department: Camera + name: Claudio Miranda + original_name: Claudio Miranda + popularity: 2.544 + profile_path: /nrNR3DeuX4kfPmv7POrVlRO22UX.jpg + - adult: false + credit_id: 60b9a17acadb6b0041dd74ab + department: Sound + gender: 2 + id: 1399117 + job: Sound Effects Editor + known_for_department: Sound + name: David C. Hughes + original_name: David C. Hughes + popularity: 0.449 + profile_path: null + - adult: false + credit_id: 60b9a264ede1b00043869f98 + department: Sound + gender: 2 + id: 1116937 + job: Foley Artist + known_for_department: Sound + name: John Roesch + original_name: John Roesch + popularity: 0.759 + profile_path: /sdVwSbK33OmcniJhX8ZkTByQmLQ.jpg + - adult: false + credit_id: 60b99af865686e00299c166d + department: Production + gender: 0 + id: 132616 + job: Location Manager + known_for_department: Production + name: Richard Schuler + original_name: Richard Schuler + popularity: 1.007 + profile_path: null + - adult: false + credit_id: 60b99f79cb9f4b006f3024b5 + department: Crew + gender: 0 + id: 1586932 + job: Transportation Captain + known_for_department: Crew + name: Frank Roughan + original_name: Frank Roughan + popularity: 0.335 + profile_path: null + - adult: false + credit_id: 60b99c93abf8e200597002fc + department: Costume & Make-Up + gender: 1 + id: 1758616 + job: Key Makeup Artist + known_for_department: Costume & Make-Up + name: Julie L. Pearce + original_name: Julie L. Pearce + popularity: 0.518 + profile_path: null + - adult: false + credit_id: 60b9a076cadb6b0028887e14 + department: Sound + gender: 2 + id: 957928 + job: Sound Re-Recording Mixer + known_for_department: Sound + name: Todd Boekelheide + original_name: Todd Boekelheide + popularity: 0.358 + profile_path: null + - adult: false + credit_id: 60b99eb67cffda006dbe489a + department: Art + gender: 1 + id: 1391566 + job: Set Designer + known_for_department: Art + name: Julia K. Levine + original_name: Julia K. Levine + popularity: 0.903 + profile_path: null + - adult: false + credit_id: 60b9a06557d378005989c835 + department: Sound + gender: 2 + id: 1378828 + job: Sound Re-Recording Mixer + known_for_department: Sound + name: Michael Semanick + original_name: Michael Semanick + popularity: 1.279 + profile_path: /poGaVc3vdZmkZCvSLNIkkIsxffj.jpg + - adult: false + credit_id: 65141d5ccadb6b02c0515a9d + department: Crew + gender: 2 + id: 1357063 + job: Stunts + known_for_department: Crew + name: Darrin Prescott + original_name: Darrin Prescott + popularity: 1.772 + profile_path: /yTN1eNBSos16vWSgajcdxKuOGKw.jpg + - adult: false + credit_id: 65141d0dcadb6b02c1d01523 + department: Crew + gender: 2 + id: 109129 + job: Stunts + known_for_department: Costume & Make-Up + name: Myke Michaels + original_name: Myke Michaels + popularity: 1.651 + profile_path: null + - adult: false + credit_id: 65141d44bdd56800e46b48f6 + department: Crew + gender: 2 + id: 2355555 + job: Stunts + known_for_department: Crew + name: Ryan Christopher Keys + original_name: Ryan Christopher Keys + popularity: 0.838 + profile_path: /1eukodLbhTquGLbA8xzdcZW0ZTT.jpg + - adult: false + credit_id: 65141d24a199a600e1fa433c + department: Crew + gender: 2 + id: 42824 + job: Stunts + known_for_department: Crew + name: Carl Ciarfalio + original_name: Carl Ciarfalio + popularity: 4.683 + profile_path: /yADROfK7uJkmd8p3GyjxH8WZqRL.jpg + - adult: false + credit_id: 65141d50a199a600c49c0d23 + department: Crew + gender: 1 + id: 1279727 + job: Stunts + known_for_department: Crew + name: Debbie Evans + original_name: Debbie Evans + popularity: 2.603 + profile_path: /eDLKuLGUsI2Wk5HYiq2n0DjQZ7C.jpg + - adult: false + credit_id: 65141d64ea84c700eb97b492 + department: Crew + gender: 2 + id: 1387252 + job: Utility Stunts + known_for_department: Crew + name: Chris O'Hara + original_name: Chris O'Hara + popularity: 13.489 + profile_path: /fld3KCrYr9IOTrAiKYPXgybgk1d.jpg + - adult: false + credit_id: 65141d6e0499f2013864ed94 + department: Crew + gender: 2 + id: 1380919 + job: Stunts + known_for_department: Crew + name: David Wald + original_name: David Wald + popularity: 0.429 + profile_path: /kfspTol2M7ekeHNogBu8yX2xPHt.jpg + - adult: false + credit_id: 65141d2aea84c700aee7f218 + department: Crew + gender: 2 + id: 1400371 + job: Stunts + known_for_department: Crew + name: James M. Halty + original_name: James M. Halty + popularity: 1.77 + profile_path: null + - adult: false + credit_id: 65141d4a9b861600e24e2977 + department: Crew + gender: 0 + id: 1500921 + job: Stunts + known_for_department: Crew + name: Lane Leavitt + original_name: Lane Leavitt + popularity: 0.881 + profile_path: null + - adult: false + credit_id: 65141d409b861600ff679346 + department: Crew + gender: 2 + id: 92493 + job: Stunts + known_for_department: Crew + name: Hiro Koda + original_name: Hiro Koda + popularity: 2.812 + profile_path: /q46e8GyzHgrXRqnB4cAhvsvRcGt.jpg + - adult: false + credit_id: 65141d739b8616013a231802 + department: Crew + gender: 2 + id: 159264 + job: Stunts + known_for_department: Acting + name: Denney Pierce + original_name: Denney Pierce + popularity: 2.971 + profile_path: /3mDO0AzrQwNIIalHXyfI22Dcd5N.jpg + - adult: false + credit_id: 6534b51891f0ea011b3c1bae + department: Sound + gender: 0 + id: 1749926 + job: Assistant Sound Designer + known_for_department: Sound + name: Misa Kageyama + original_name: Misa Kageyama + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 631f0289568463007bbe28a5 + department: Directing + gender: 2 + id: 7467 + job: Director + known_for_department: Directing + name: David Fincher + original_name: David Fincher + popularity: 29.921 + profile_path: /tpEczFclQZeKAiCeKZZ0adRvtfz.jpg + - adult: false + credit_id: 55422f369251414aee003e1c + department: Crew + gender: 0 + id: 1447557 + job: Compositors + known_for_department: Crew + name: Rachel Wyn Dunn + original_name: Rachel Wyn Dunn + popularity: 0.227 + profile_path: null + - adult: false + credit_id: 55731b7792514110f90024ab + department: Production + gender: 0 + id: 1474687 + job: Associate Producer + known_for_department: Production + name: John S. Dorsey + original_name: John S. Dorsey + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 55731b8192514111610027d7 + department: Production + gender: 2 + id: 376 + job: Executive Producer + known_for_department: Production + name: Arnon Milchan + original_name: Arnon Milchan + popularity: 4.221 + profile_path: /b2hBExX4NnczNAnLuTBF4kmNhZm.jpg + - adult: false + credit_id: 56380f0cc3a3681b5c0200be + department: Writing + gender: 2 + id: 7469 + job: Screenplay + known_for_department: Writing + name: Jim Uhls + original_name: Jim Uhls + popularity: 2.885 + profile_path: /uNkXdgsIdJF1xyj4BUSgHOfqjyb.jpg + - adult: false + credit_id: 65a012f21bf8760124ac8495 + department: Art + gender: 2 + id: 5935 + job: Swing + known_for_department: Writing + name: Sean Hood + original_name: Sean Hood + popularity: 2.129 + profile_path: null + - adult: false + credit_id: 57fe1e549251410699007177 + department: Costume & Make-Up + gender: 1 + id: 1693424 + job: Assistant Costume Designer + known_for_department: Costume & Make-Up + name: Mirela Rupic + original_name: Mirela Rupic + popularity: 0.882 + profile_path: null + - adult: false + credit_id: 5894c54ec3a3685ec9000253 + department: Art + gender: 0 + id: 562696 + job: Art Department Assistant + known_for_department: Art + name: Dianne Chadwick + original_name: Dianne Chadwick + popularity: 1.42 + profile_path: null + - adult: false + credit_id: 5894c7b2c3a3685ec00003eb + department: Costume & Make-Up + gender: 1 + id: 1413224 + job: Key Hair Stylist + known_for_department: Costume & Make-Up + name: Fríða Aradóttir + original_name: Fríða Aradóttir + popularity: 1.192 + profile_path: /mqLvWlhDMJKw2lg18N7D25rsiUu.jpg + - adult: false + credit_id: 5894c8b09251410b8d000438 + department: Crew + gender: 0 + id: 1559615 + job: Driver + known_for_department: Crew + name: Manny Demello + original_name: Manny Demello + popularity: 0.594 + profile_path: null + - adult: false + credit_id: 5894caa4c3a3685ebc000562 + department: Crew + gender: 0 + id: 1749916 + job: Systems Administrators & Support + known_for_department: Crew + name: Leon Xiao + original_name: Leon Xiao + popularity: 0.228 + profile_path: null + - adult: false + credit_id: 5894cbf79251410b930005d8 + department: Lighting + gender: 0 + id: 1622111 + job: Best Boy Electric + known_for_department: Lighting + name: Michael Arvanitis + original_name: Michael Arvanitis + popularity: 0.139 + profile_path: null + - adult: false + credit_id: 5894cd079251411efc00004d + department: Production + gender: 2 + id: 1749922 + job: Production Accountant + known_for_department: Production + name: Jim Davidson + original_name: Jim Davidson + popularity: 0.726 + profile_path: null + - adult: false + credit_id: 5894cfef92514122bf00017c + department: Crew + gender: 0 + id: 554001 + job: Thanks + known_for_department: Acting + name: Johann Benét + original_name: Johann Benét + popularity: 0.769 + profile_path: null + - adult: false + credit_id: 5894c670c3a3685ebc000311 + department: Art + gender: 2 + id: 1357044 + job: Production Illustrator + known_for_department: Art + name: Richard K. Buoen + original_name: Richard K. Buoen + popularity: 0.665 + profile_path: null + - adult: false + credit_id: 5894c7fcc3a3685ecd0003c8 + department: Costume & Make-Up + gender: 0 + id: 1532597 + job: Set Costumer + known_for_department: Costume & Make-Up + name: Terry Anderson + original_name: Terry Anderson + popularity: 0.424 + profile_path: null + - adult: false + credit_id: 5894c8589251410b960003ea + department: Crew + gender: 2 + id: 1552998 + job: Craft Service + known_for_department: Crew + name: Raymond Bulinski + original_name: Raymond Bulinski + popularity: 1.827 + profile_path: null + - adult: false + credit_id: 5894c4eac3a3685ec6000218 + department: Costume & Make-Up + gender: 2 + id: 605 + job: Costume Design + known_for_department: Costume & Make-Up + name: Michael Kaplan + original_name: Michael Kaplan + popularity: 1.892 + profile_path: /bNarnI5K4XYIKaHsX6HAitllyQr.jpg + - adult: false + credit_id: 5894c6509251410b9c0002c8 + department: Art + gender: 0 + id: 1749892 + job: Location Scout + known_for_department: Art + name: Jack Robinson + original_name: Jack Robinson + popularity: 0.092 + profile_path: null + - adult: false + credit_id: 5894c75b9251410b8900037f + department: Camera + gender: 2 + id: 1172443 + job: Still Photographer + known_for_department: Camera + name: Merrick Morton + original_name: Merrick Morton + popularity: 0.86 + profile_path: null + - adult: false + credit_id: 5894c5bcc3a3685ec0000288 + department: Art + gender: 0 + id: 1749891 + job: Art Department Coordinator + known_for_department: Art + name: S. Quinn + original_name: S. Quinn + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c61ac3a3685ec30002a5 + department: Art + gender: 0 + id: 1422059 + job: Greensman + known_for_department: Art + name: Craig B. Ayers Sr. + original_name: Craig B. Ayers Sr. + popularity: 1.466 + profile_path: null + - adult: false + credit_id: 5894c8269251410b900003c1 + department: Crew + gender: 2 + id: 1181128 + job: Additional Music + known_for_department: Sound + name: P.J. Hanke + original_name: P.J. Hanke + popularity: 0.214 + profile_path: null + - adult: false + credit_id: 5894c83b9251410b87000389 + department: Crew + gender: 2 + id: 1749897 + job: CG Supervisor + known_for_department: Visual Effects + name: Yann Blondel + original_name: Yann Blondel + popularity: 0.757 + profile_path: null + - adult: false + credit_id: 5894c88d9251410b870003ad + department: Crew + gender: 0 + id: 1378726 + job: Dialect Coach + known_for_department: Crew + name: Francie Brown + original_name: Francie Brown + popularity: 0.869 + profile_path: null + - adult: false + credit_id: 5894c5e29251410b89000283 + department: Art + gender: 0 + id: 1533533 + job: Conceptual Design + known_for_department: Art + name: Josue Clotaire Fleurimond + original_name: Josue Clotaire Fleurimond + popularity: 0.819 + profile_path: null + - adult: false + credit_id: 5894c6cb9251410b8d00031f + department: Camera + gender: 2 + id: 37925 + job: Camera Operator + known_for_department: Camera + name: Conrad W. Hall + original_name: Conrad W. Hall + popularity: 1.92 + profile_path: /lyKMo1zcwRWF5sh7qxVivQLgng0.jpg + - adult: false + credit_id: 5894c7cf9251410b9000039e + department: Costume & Make-Up + gender: 0 + id: 1325234 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Jean Ann Black + original_name: Jean Ann Black + popularity: 1.25 + profile_path: null + - adult: false + credit_id: 5894c91d9251410b9600045a + department: Crew + gender: 0 + id: 1735467 + job: Production Controller + known_for_department: Crew + name: Kieran Woo + original_name: Kieran Woo + popularity: 0.381 + profile_path: null + - adult: false + credit_id: 5894c69d9251410b93000302 + department: Art + gender: 0 + id: 1390518 + job: Set Designer + known_for_department: Art + name: Luis G. Hoyos + original_name: Luis G. Hoyos + popularity: 1.07 + profile_path: null + - adult: false + credit_id: 5894c73cc3a3685ec9000380 + department: Camera + gender: 2 + id: 1401109 + job: Steadicam Operator + known_for_department: Camera + name: Chris Haarhoff + original_name: Chris Haarhoff + popularity: 1.193 + profile_path: /s8rWd96a0I2IPKOjESrHtaZyQ8U.jpg + - adult: false + credit_id: 5894c5f6c3a3685ec00002bc + department: Art + gender: 0 + id: 1341851 + job: Construction Coordinator + known_for_department: Art + name: Jeff Passanante + original_name: Jeff Passanante + popularity: 0.627 + profile_path: null + - adult: false + credit_id: 5894c6e99251410b90000311 + department: Camera + gender: 2 + id: 1493771 + job: First Assistant Camera + known_for_department: Camera + name: John T. Connor + original_name: John T. Connor + popularity: 1.929 + profile_path: null + - adult: false + credit_id: 5894cedb92514122b50000e4 + department: Visual Effects + gender: 2 + id: 5714 + job: Animation Supervisor + known_for_department: Directing + name: Carlos Saldanha + original_name: Carlos Saldanha + popularity: 5.741 + profile_path: /oxUlCSgxKaoCRYFyS65PC2fZWrk.jpg + - adult: false + credit_id: 5894c7859251410b90000374 + department: Costume & Make-Up + gender: 0 + id: 1325655 + job: Costume Supervisor + known_for_department: Costume & Make-Up + name: Elinor Bardach + original_name: Elinor Bardach + popularity: 0.232 + profile_path: null + - adult: false + credit_id: 5894c8109251410b99000427 + department: Costume & Make-Up + gender: 0 + id: 1708007 + job: Set Dressing Artist + known_for_department: Lighting + name: Charles W. Belisle + original_name: Charles W. Belisle + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c8f29251410b990004a9 + department: Crew + gender: 0 + id: 1749901 + job: Post Production Assistant + known_for_department: Crew + name: Karman Graham + original_name: Karman Graham + popularity: 0.062 + profile_path: null + - adult: false + credit_id: 5894c9cf9251410b8700047e + department: Crew + gender: 0 + id: 1749907 + job: Set Medic + known_for_department: Crew + name: Katherine Jones + original_name: Katherine Jones + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c5c89251410b96000268 + department: Art + gender: 2 + id: 60937 + job: Assistant Art Director + known_for_department: Art + name: Seth Reed + original_name: Seth Reed + popularity: 2.562 + profile_path: /qqJq1jYN4WQ8dGaN1TQLS4UlVJ2.jpg + - adult: false + credit_id: 5894c632c3a3685ec60002ce + department: Art + gender: 2 + id: 83072 + job: Leadman + known_for_department: Art + name: P. Scott Bailey + original_name: P. Scott Bailey + popularity: 0.886 + profile_path: null + - adult: false + credit_id: 5894c65cc3a3685ecd0002c9 + department: Art + gender: 0 + id: 1728281 + job: Painter + known_for_department: Art + name: Tammy DeRuiter + original_name: Tammy DeRuiter + popularity: 0.467 + profile_path: null + - adult: false + credit_id: 5894c99c9251410b9600048c + department: Crew + gender: 0 + id: 1749904 + job: Propmaker + known_for_department: Crew + name: David B. Brenner + original_name: David B. Brenner + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c9de9251410b890004fc + department: Crew + gender: 0 + id: 1585177 + job: Set Production Assistant + known_for_department: Crew + name: Michael Herron + original_name: Michael Herron + popularity: 0.375 + profile_path: null + - adult: false + credit_id: 5894c6b59251410b9300030f + department: Art + gender: 2 + id: 1548670 + job: Standby Painter + known_for_department: Art + name: Bill 'Kauhane' Hoyt + original_name: Bill 'Kauhane' Hoyt + popularity: 1.026 + profile_path: null + - adult: false + credit_id: 5894c94ec3a3685ebc00048b + department: Crew + gender: 0 + id: 1749902 + job: Production Office Assistant + known_for_department: Crew + name: Carrie Shaw + original_name: Carrie Shaw + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c7299251410b9600032a + department: Camera + gender: 0 + id: 1646055 + job: Aerial Camera + known_for_department: Camera + name: Robert Mehnert + original_name: Robert Mehnert + popularity: 0.195 + profile_path: null + - adult: false + credit_id: 5894c4a3c3a3685ecd0001c0 + department: Art + gender: 2 + id: 7237 + job: Set Decoration + known_for_department: Art + name: Jay Hart + original_name: Jay Hart + popularity: 1.324 + profile_path: null + - adult: false + credit_id: 5894c60cc3a3685ec00002cf + department: Art + gender: 2 + id: 1463325 + job: Construction Foreman + known_for_department: Art + name: Tim R. Lafferty + original_name: Tim R. Lafferty + popularity: 0.848 + profile_path: null + - adult: false + credit_id: 5894c687c3a3685ebc000327 + department: Art + gender: 0 + id: 1397810 + job: Sculptor + known_for_department: Art + name: Kenneth Garrett + original_name: Kenneth Garrett + popularity: 0.136 + profile_path: null + - adult: false + credit_id: 5894c4869251410b990001e3 + department: Art + gender: 2 + id: 10855 + job: Art Direction + known_for_department: Art + name: Chris Gorak + original_name: Chris Gorak + popularity: 1.255 + profile_path: null + - adult: false + credit_id: 5894c79ec3a3685ec60003af + department: Costume & Make-Up + gender: 0 + id: 1408290 + job: Hairstylist + known_for_department: Costume & Make-Up + name: Patricia Miller + original_name: Patricia Miller + popularity: 0.386 + profile_path: null + - adult: false + credit_id: 5894ca5dc3a3685ec900053f + department: Crew + gender: 2 + id: 1535124 + job: Stunt Coordinator + known_for_department: Crew + name: Michael Runyard + original_name: Michael Runyard + popularity: 3.396 + profile_path: /45OfE6u2HFb2vsZDgSIwSMX9IjN.jpg + - adult: false + credit_id: 5894cd38c3a368771c000046 + department: Production + gender: 1 + id: 34528 + job: Production Supervisor + known_for_department: Production + name: Julie M. Anderson + original_name: Julie M. Anderson + popularity: 0.724 + profile_path: null + - adult: false + credit_id: 5894cf28c3a3687bb30000d8 + department: Visual Effects + gender: 0 + id: 1749925 + job: Visual Effects Coordinator + known_for_department: Visual Effects + name: Lauren A. Littleton + original_name: Lauren A. Littleton + popularity: 0.205 + profile_path: null + - adult: false + credit_id: 5894cc4f9251410b9c0005ce + department: Lighting + gender: 0 + id: 1552215 + job: Rigging Gaffer + known_for_department: Lighting + name: Martin Bosworth + original_name: Martin Bosworth + popularity: 0.332 + profile_path: null + - adult: false + credit_id: 5894cc7bc3a3685ecd000651 + department: Production + gender: 1 + id: 1530086 + job: Casting Associate + known_for_department: Production + name: Karen Meisels + original_name: Karen Meisels + popularity: 0.284 + profile_path: null + - adult: false + credit_id: 5894cc93c3a3685ec9000661 + department: Production + gender: 0 + id: 1749921 + job: Location Manager + known_for_department: Production + name: Flint Maloney + original_name: Flint Maloney + popularity: 0.941 + profile_path: null + - adult: false + credit_id: 5894cae99251410b9000055a + department: Crew + gender: 0 + id: 1398980 + job: Transportation Coordinator + known_for_department: Crew + name: Dave Robling + original_name: Dave Robling + popularity: 0.717 + profile_path: null + - adult: false + credit_id: 5894cc66c3a3685ecd00063e + department: Lighting + gender: 0 + id: 1749920 + job: Rigging Grip + known_for_department: Lighting + name: Ronald A. Miller + original_name: Ronald A. Miller + popularity: 0.392 + profile_path: null + - adult: false + credit_id: 5894c7efc3a3685ec30003c7 + department: Costume & Make-Up + gender: 0 + id: 1749896 + job: Prosthetic Makeup Artist + known_for_department: Costume & Make-Up + name: Greg Solomon + original_name: Greg Solomon + popularity: 0.476 + profile_path: null + - adult: false + credit_id: 5894c906c3a3685ec3000485 + department: Crew + gender: 2 + id: 1599632 + job: Post Production Supervisor + known_for_department: Crew + name: Peter Mavromates + original_name: Peter Mavromates + popularity: 1.02 + profile_path: null + - adult: false + credit_id: 5894c9f0c3a3685ec90004fb + department: Crew + gender: 0 + id: 1749908 + job: Software Engineer + known_for_department: Crew + name: Lucio I. Flores + original_name: Lucio I. Flores + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c9fe9251410b8d0004f8 + department: Crew + gender: 2 + id: 1342072 + job: Special Effects Coordinator + known_for_department: Crew + name: Cliff Wenger + original_name: Cliff Wenger + popularity: 1.141 + profile_path: null + - adult: false + credit_id: 5894cd209251411ee600004d + department: Production + gender: 2 + id: 1536630 + job: Production Coordinator + known_for_department: Production + name: Robb Earnest + original_name: Robb Earnest + popularity: 0.616 + profile_path: null + - adult: false + credit_id: 5894cdc692514122b7000038 + department: Sound + gender: 2 + id: 1404546 + job: Music Editor + known_for_department: Sound + name: Brian Richards + original_name: Brian Richards + popularity: 1.945 + profile_path: null + - adult: false + credit_id: 5894cb79c3a3685ec000062f + department: Crew + gender: 0 + id: 1735477 + job: Video Assist Operator + known_for_department: Crew + name: Wayne Tidwell + original_name: Wayne Tidwell + popularity: 0.297 + profile_path: null + - adult: false + credit_id: 5894cc37c3a3685ebc000644 + department: Lighting + gender: 2 + id: 1614187 + job: Lighting Technician + known_for_department: Lighting + name: Kevin Brown + original_name: Kevin Brown + popularity: 0.322 + profile_path: null + - adult: false + credit_id: 5894cd609251411eeb000065 + department: Sound + gender: 1 + id: 1376902 + job: ADR Supervisor + known_for_department: Sound + name: Gwendolyn Yates Whittle + original_name: Gwendolyn Yates Whittle + popularity: 0.645 + profile_path: /zEv9AZWrPFGKAut8JaQ0VGZct7P.jpg + - adult: false + credit_id: 5894cb1e9251410b87000528 + department: Crew + gender: 2 + id: 12371 + job: Utility Stunts + known_for_department: Acting + name: Richard Cetrone + original_name: Richard Cetrone + popularity: 4.08 + profile_path: /lZQqNU3QUcnIssWhIfatePfU6M7.jpg + - adult: false + credit_id: 5894cd95c3a3687ba300000e + department: Sound + gender: 0 + id: 1749923 + job: Assistant Sound Editor + known_for_department: Sound + name: Jessica Bellfort + original_name: Jessica Bellfort + popularity: 0.108 + profile_path: null + - adult: false + credit_id: 5894cef5c3a3687ba70000c6 + department: Visual Effects + gender: 2 + id: 1342601 + job: Digital Compositors + known_for_department: Visual Effects + name: Nicholas Brooks + original_name: Nicholas Brooks + popularity: 0.514 + profile_path: null + - adult: false + credit_id: 5894cf3e92514122b7000122 + department: Visual Effects + gender: 0 + id: 1403191 + job: Visual Effects Producer + known_for_department: Visual Effects + name: Andrea D'Amico + original_name: Andrea D'Amico + popularity: 0.573 + profile_path: null + - adult: false + credit_id: 5894ca83c3a3685ec3000578 + department: Crew + gender: 2 + id: 169628 + job: Stunts + known_for_department: Crew + name: Jeff Imada + original_name: Jeff Imada + popularity: 2.902 + profile_path: /sUNSaNQreSHYaJvKr0SfiBqMPDV.jpg + - adult: false + credit_id: 5894cdfcc3a3687bb800004a + department: Sound + gender: 2 + id: 7537 + job: Sound Effects Editor + known_for_department: Sound + name: Steve Boeddeker + original_name: Steve Boeddeker + popularity: 1.645 + profile_path: /djVxqpIMQkGi19htX1ObfMlterL.jpg + - adult: false + credit_id: 5894cab49251410b990005b2 + department: Crew + gender: 2 + id: 1586924 + job: Transportation Captain + known_for_department: Crew + name: Jim Alfonso + original_name: Jim Alfonso + popularity: 0.554 + profile_path: null + - adult: false + credit_id: 5894ce2cc3a3687ba7000053 + department: Sound + gender: 2 + id: 1511710 + job: Sound Mixer + known_for_department: Sound + name: Jeff Wexler + original_name: Jeff Wexler + popularity: 0.582 + profile_path: null + - adult: false + credit_id: 5894cde492514122c1000053 + department: Sound + gender: 2 + id: 7763 + job: Sound Designer + known_for_department: Sound + name: Ren Klyce + original_name: Ren Klyce + popularity: 1.812 + profile_path: /tMDHEVa05pe3od1NMpfplPVPnxD.jpg + - adult: false + credit_id: 5894cebf92514122b00000c0 + department: Visual Effects + gender: 0 + id: 1749924 + job: 3D Animator + known_for_department: Visual Effects + name: Jim Rutherford + original_name: Jim Rutherford + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894cf0fc3a3687b9f0000f1 + department: Visual Effects + gender: 0 + id: 1440848 + job: Visual Effects + known_for_department: Visual Effects + name: Joshua I. Kolden + original_name: Joshua I. Kolden + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894ca33c3a3685ec9000520 + department: Crew + gender: 0 + id: 1749910 + job: Stand In + known_for_department: Crew + name: Chad Keller + original_name: Chad Keller + popularity: 0.291 + profile_path: null + - adult: false + credit_id: 5894cb97c3a3685ec60005d9 + department: Directing + gender: 1 + id: 1521769 + job: Script Supervisor + known_for_department: Directing + name: Dina Waxman + original_name: Dina Waxman + popularity: 0.739 + profile_path: null + - adult: false + credit_id: 5894cd4ec3a368772c000049 + department: Production + gender: 0 + id: 1554372 + job: Researcher + known_for_department: Production + name: Carey Ann Strelecki + original_name: Carey Ann Strelecki + popularity: 0.557 + profile_path: null + - adult: false + credit_id: 5894cf5892514122ad000137 + department: Visual Effects + gender: 2 + id: 1002652 + job: Visual Effects Supervisor + known_for_department: Visual Effects + name: Dennis Berardi + original_name: Dennis Berardi + popularity: 1.581 + profile_path: /dWJCu2DGr57fW283nhQ4V0M8yFQ.jpg + - adult: false + credit_id: 5894cafd9251410b9300054d + department: Production + gender: 1 + id: 8850 + job: Unit Production Manager + known_for_department: Production + name: Helen Pollak + original_name: Helen Pollak + popularity: 2.686 + profile_path: null + - adult: false + credit_id: 5894cbe09251410b89000610 + department: Editing + gender: 2 + id: 423640 + job: First Assistant Editor + known_for_department: Editing + name: Michael Matzdorff + original_name: Michael Matzdorff + popularity: 0.917 + profile_path: null + - adult: false + credit_id: 5894cd7a92514122bf000003 + department: Sound + gender: 2 + id: 578767 + job: Boom Operator + known_for_department: Sound + name: Don Coufal + original_name: Don Coufal + popularity: 1.143 + profile_path: null + - adult: false + credit_id: 595513299251412b2304f78e + department: Costume & Make-Up + gender: 0 + id: 1327146 + job: Set Costumer + known_for_department: Costume & Make-Up + name: Wendy M. Craig + original_name: Wendy M. Craig + popularity: 1.196 + profile_path: null + - adult: false + credit_id: 5acee7f99251415a6d01dc19 + department: Editing + gender: 2 + id: 159112 + job: Color Timer + known_for_department: Editing + name: David Orr + original_name: David Orr + popularity: 1.441 + profile_path: null + - adult: false + credit_id: 5acff40e9251417b5d00388f + department: Crew + gender: 2 + id: 16522 + job: Stunts + known_for_department: Crew + name: Jimmy Nickerson + original_name: Jimmy Nickerson + popularity: 2.242 + profile_path: /zidbZdFLUj5DqmZT7yAbp3wEzmr.jpg + - adult: false + credit_id: 5acff3ffc3a36842d2003381 + department: Crew + gender: 2 + id: 40684 + job: Stunts + known_for_department: Directing + name: David Leitch + original_name: David Leitch + popularity: 7.879 + profile_path: /7FOLULXFvWrovvfsSyljXtK0tr8.jpg + - adult: false + credit_id: 5ae6d7440e0a26105a008ded + department: Art + gender: 2 + id: 1749906 + job: Property Master + known_for_department: Art + name: Roy 'Bucky' Moore + original_name: Roy 'Bucky' Moore + popularity: 0.998 + profile_path: null + - adult: false + credit_id: 5ae6d72d0e0a2610720089d5 + department: Sound + gender: 2 + id: 1389534 + job: Dialogue Editor + known_for_department: Sound + name: Richard Quinn + original_name: Richard Quinn + popularity: 2.558 + profile_path: null + - adult: false + credit_id: 5ba180b0c3a368719000067a + department: Sound + gender: 2 + id: 1352424 + job: Sound Mix Technician + known_for_department: Sound + name: Brandon Proctor + original_name: Brandon Proctor + popularity: 1.076 + profile_path: /wqo6jIOx23KaLj4h9sPVUnb8oGL.jpg + - adult: false + credit_id: 64cfbe58549dda00ffa43ea7 + department: Crew + gender: 2 + id: 83093 + job: Stunts + known_for_department: Crew + name: Jimmy N. Roberts + original_name: Jimmy N. Roberts + popularity: 4.346 + profile_path: /voJPkN18NYreFrwhhhDKC2hG83r.jpg + - adult: false + credit_id: 5c4e35630e0a264965d6db97 + department: Visual Effects + gender: 2 + id: 1403525 + job: Visual Effects Supervisor + known_for_department: Visual Effects + name: Kevin Scott Mack + original_name: Kevin Scott Mack + popularity: 0.56 + profile_path: /wsnhGz8PxiHKkXyp7jkOEbVH3LS.jpg + - adult: false + credit_id: 5c50dee60e0a26495adaea80 + department: Art + gender: 2 + id: 151007 + job: Storyboard Artist + known_for_department: Art + name: Peter Ramsey + original_name: Peter Ramsey + popularity: 7.595 + profile_path: /eAL9QdCEYyxiMP9cl9lQddg8zEa.jpg + - adult: false + credit_id: 5c7a4dcd9251412a5a4a18fc + department: Sound + gender: 1 + id: 1341856 + job: Foley Artist + known_for_department: Sound + name: Hilda Hodges + original_name: Hilda Hodges + popularity: 2.614 + profile_path: null + - adult: false + credit_id: 5c7a4e599251412a5d4a3ec8 + department: Camera + gender: 0 + id: 1586926 + job: Assistant Camera + known_for_department: Camera + name: Steve Wolfe + original_name: Steve Wolfe + popularity: 0.248 + profile_path: null + - adult: false + credit_id: 5c7a4ea99251412a5a4a1a2a + department: Production + gender: 0 + id: 1758622 + job: Casting Assistant + known_for_department: Production + name: Christie Cean George + original_name: Christie Cean George + popularity: 0.07 + profile_path: null + - adult: false + credit_id: 5c7a4da80e0a2637cb0e9b1d + department: Sound + gender: 0 + id: 113067 + job: ADR Recordist + known_for_department: Sound + name: David Lucarelli + original_name: David Lucarelli + popularity: 0.899 + profile_path: null + - adult: false + credit_id: 5c7a4e1ac3a36844d41b0642 + department: Crew + gender: 2 + id: 1390528 + job: Special Effects Technician + known_for_department: Crew + name: Wayne Burnes + original_name: Wayne Burnes + popularity: 0.509 + profile_path: null + - adult: false + credit_id: 5c7a4f7c0e0a2637cb0e9e97 + department: Production + gender: 0 + id: 2254363 + job: Production Driver + known_for_department: Production + name: Shaun Ryan + original_name: Shaun Ryan + popularity: 0.518 + profile_path: null + - adult: false + credit_id: 5c7a4ce7c3a36821ec1823b9 + department: Costume & Make-Up + gender: 1 + id: 6904 + job: Key Costumer + known_for_department: Costume & Make-Up + name: Rhona Meyers + original_name: Rhona Meyers + popularity: 0.355 + profile_path: null + - adult: false + credit_id: 5c7a4f1e0e0a2611ec1195d1 + department: Production + gender: 0 + id: 2220072 + job: General Manager + known_for_department: Production + name: Scott Ross + original_name: Scott Ross + popularity: 0.376 + profile_path: null + - adult: false + credit_id: 5c7a4d4bc3a3681c4b1832e3 + department: Art + gender: 0 + id: 2254345 + job: Set Dressing Buyer + known_for_department: Art + name: Danielle Simpson + original_name: Danielle Simpson + popularity: 0.339 + profile_path: null + - adult: false + credit_id: 5c7a4ee5925141634c475c70 + department: Production + gender: 0 + id: 1492646 + job: Extras Casting + known_for_department: Production + name: Sande Alessi + original_name: Sande Alessi + popularity: 1.111 + profile_path: null + - adult: false + credit_id: 5c7a4e38c3a36844d11b5227 + department: Visual Effects + gender: 2 + id: 1787833 + job: Visual Effects Technical Director + known_for_department: Visual Effects + name: Ryan Laney + original_name: Ryan Laney + popularity: 0.111 + profile_path: null + - adult: false + credit_id: 5c7a4f6d0e0a2620ae0e8967 + department: Production + gender: 0 + id: 2254362 + job: Production Assistant + known_for_department: Production + name: Tanya Doyle + original_name: Tanya Doyle + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5c7a4df3c3a36844d11b50c5 + department: Sound + gender: 1 + id: 1424126 + job: Foley Recordist + known_for_department: Sound + name: Carolyn Tapp + original_name: Carolyn Tapp + popularity: 1.107 + profile_path: null + - adult: false + credit_id: 5c7a4ec29251412a5d4a3f7f + department: Production + gender: 0 + id: 2254357 + job: Assistant Location Manager + known_for_department: Production + name: Chris Gutierrez + original_name: Chris Gutierrez + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5c7a4f0dc3a3681932183491 + department: Production + gender: 2 + id: 91161 + job: First Assistant Accountant + known_for_department: Production + name: Joe Hartwick Jr. + original_name: Joe Hartwick Jr. + popularity: 1.438 + profile_path: null + - adult: false + credit_id: 5c7a4fb10e0a2611da1192c3 + department: Production + gender: 0 + id: 2237171 + job: Second Assistant Accountant + known_for_department: Production + name: Eileen M. Dennis + original_name: Eileen M. Dennis + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5c7a4d170e0a263ee10ea972 + department: Directing + gender: 2 + id: 1534969 + job: Second Second Assistant Director + known_for_department: Directing + name: Allen Kupetsky + original_name: Allen Kupetsky + popularity: 0.743 + profile_path: null + - adult: false + credit_id: 5c7a4dbb0e0a2611e1117448 + department: Sound + gender: 1 + id: 993165 + job: Assistant Dialogue Editor + known_for_department: Sound + name: Mary Works + original_name: Mary Works + popularity: 0.855 + profile_path: null + - adult: false + credit_id: 5c7a4e990e0a26521c10eb72 + department: Camera + gender: 1 + id: 1281471 + job: Second Assistant Camera + known_for_department: Camera + name: Lisa Guerriero + original_name: Lisa Guerriero + popularity: 0.086 + profile_path: null + - adult: false + credit_id: 5c7a4ed1c3a36819321833af + department: Production + gender: 2 + id: 113013 + job: Assistant Production Coordinator + known_for_department: Production + name: David McKimmie + original_name: David McKimmie + popularity: 1.099 + profile_path: null + - adult: false + credit_id: 5c7a4ef80e0a26521c10ec07 + department: Crew + gender: 2 + id: 1368878 + job: Fight Choreographer + known_for_department: Crew + name: Damon Caro + original_name: Damon Caro + popularity: 1.519 + profile_path: /7uw119r2YmsQYIduvSSP3hxIT94.jpg + - adult: false + credit_id: 5c7a4f2d0e0a2620ae0e891d + department: Crew + gender: 0 + id: 2254358 + job: In Memory Of + known_for_department: Crew + name: Raymond Bongiovanni + original_name: Raymond Bongiovanni + popularity: 0.475 + profile_path: null + - adult: false + credit_id: 5c7a4f5b9251412a6949f7ab + department: Visual Effects + gender: 0 + id: 1859748 + job: Pre-Visualization Supervisor + known_for_department: Visual Effects + name: Ron Frankel + original_name: Ron Frankel + popularity: 0.356 + profile_path: null + - adult: false + credit_id: 5c7a4d58c3a36819321830c6 + department: Art + gender: 2 + id: 1463313 + job: Storyboard Artist + known_for_department: Art + name: Collin Grant + original_name: Collin Grant + popularity: 0.587 + profile_path: null + - adult: false + credit_id: 5c7a4d8a9251412a6949f246 + department: Sound + gender: 2 + id: 1432596 + job: ADR Engineer + known_for_department: Sound + name: Derek Casari + original_name: Derek Casari + popularity: 2.799 + profile_path: null + - adult: false + credit_id: 5c7a4d980e0a263ee10eaae9 + department: Sound + gender: 2 + id: 5339 + job: ADR Mixer + known_for_department: Sound + name: David Boulton + original_name: David Boulton + popularity: 1.319 + profile_path: null + - adult: false + credit_id: 5c7a4cfdc3a36841dc183f8e + department: Directing + gender: 2 + id: 1758614 + job: Second Assistant Director + known_for_department: Directing + name: Bob Wagner + original_name: Bob Wagner + popularity: 0.557 + profile_path: null + - adult: false + credit_id: 5c7a4d7ac3a36821ec182659 + department: Sound + gender: 2 + id: 572622 + job: ADR Editor + known_for_department: Sound + name: Tom Bellfort + original_name: Tom Bellfort + popularity: 0.578 + profile_path: null + - adult: false + credit_id: 5c7a4de00e0a263ee10eabe9 + department: Sound + gender: 1 + id: 1461371 + job: Foley Mixer + known_for_department: Sound + name: Mary Jo Lang + original_name: Mary Jo Lang + popularity: 1.169 + profile_path: null + - adult: false + credit_id: 5c7a4e450e0a2611de1157a7 + department: Crew + gender: 2 + id: 1368878 + job: Stunt Double + known_for_department: Crew + name: Damon Caro + original_name: Damon Caro + popularity: 1.519 + profile_path: /7uw119r2YmsQYIduvSSP3hxIT94.jpg + - adult: false + credit_id: 5c7a4eb4925141634c475c20 + department: Editing + gender: 0 + id: 1407900 + job: Assistant Editor + known_for_department: Editing + name: Joëlle Taar + original_name: Joëlle Taar + popularity: 0.146 + profile_path: null + - adult: false + credit_id: 5c7a4f51c3a36841dc1846a3 + department: Production + gender: 0 + id: 2254360 + job: Payroll Accountant + known_for_department: Production + name: Cindy Nevins + original_name: Cindy Nevins + popularity: 0.041 + profile_path: null + - adult: false + credit_id: 5c7a4e03c3a36821ec18283b + department: Sound + gender: 2 + id: 7764 + job: Sound Supervisor + known_for_department: Sound + name: Richard Hymns + original_name: Richard Hymns + popularity: 2.245 + profile_path: /970GjgH2nfqsnEsimqLvLYoYTQn.jpg + - adult: false + credit_id: 5c7a4f460e0a2620ae0e894f + department: Visual Effects + gender: 0 + id: 2254359 + job: Matte Painter + known_for_department: Visual Effects + name: David Bailey + original_name: David Bailey + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5c7a4e87c3a36841dc184450 + department: Camera + gender: 0 + id: 1854468 + job: Dolly Grip + known_for_department: Camera + name: Michael Brennan + original_name: Michael Brennan + popularity: 0.62 + profile_path: null + - adult: false + credit_id: 5c7a4d39925141634c4759e1 + department: Art + gender: 2 + id: 1392117 + job: Graphic Designer + known_for_department: Art + name: Eric Rosenberg + original_name: Eric Rosenberg + popularity: 0.718 + profile_path: null + - adult: false + credit_id: 5c7a4d29c3a36821ec1825f2 + department: Art + gender: 0 + id: 1741114 + job: Assistant Property Master + known_for_department: Art + name: Bryan Duff + original_name: Bryan Duff + popularity: 0.028 + profile_path: null + - adult: false + credit_id: 5c7a4e69c3a36844d41b076f + department: Camera + gender: 0 + id: 2223905 + job: Best Boy Grip + known_for_department: Camera + name: Craig Kohtala + original_name: Craig Kohtala + popularity: 0.542 + profile_path: null + - adult: false + credit_id: 5c7a4e7bc3a36821ec182984 + department: Camera + gender: 0 + id: 1749899 + job: Camera Loader + known_for_department: Camera + name: Gary Kanner + original_name: Gary Kanner + popularity: 0.199 + profile_path: null + - adult: false + credit_id: 5c7a4f8cc3a36844d11b565c + department: Production + gender: 2 + id: 180576 + job: Production Executive + known_for_department: Visual Effects + name: Rich Thorne + original_name: Rich Thorne + popularity: 1.227 + profile_path: /vrCTwuJc77BXQRwuEZtkgcS5yzS.jpg + - adult: false + credit_id: 5c7a4f9fc3a36821ec182ca8 + department: Visual Effects + gender: 0 + id: 1419264 + job: Rotoscoping Artist + known_for_department: Visual Effects + name: Fiona Campbell Westgate + original_name: Fiona Campbell Westgate + popularity: 0.571 + profile_path: null + - adult: false + credit_id: 5de004383faba0001306a760 + department: Visual Effects + gender: 0 + id: 1409273 + job: Visual Effects Supervisor + known_for_department: Visual Effects + name: Kevin Tod Haug + original_name: Kevin Tod Haug + popularity: 1.082 + profile_path: null + description: This refers to the group of individuals who work behind the scenes to create a movie or TV show. + id: + type: number + example: 550 + description: A unique identifier for the movie. + examples: + credit_id: + value: + cast: + - adult: false + cast_id: 4 + character: Narrator + credit_id: 52fe4250c3a36847f80149f3 + gender: 2 + id: 819 + known_for_department: Acting + name: Edward Norton + order: 0 + original_name: Edward Norton + popularity: 23.946 + profile_path: /8nytsqL59SFJTVYVrN72k6qkGgJ.jpg + - adult: false + cast_id: 5 + character: Tyler Durden + credit_id: 52fe4250c3a36847f80149f7 + gender: 2 + id: 287 + known_for_department: Acting + name: Brad Pitt + order: 1 + original_name: Brad Pitt + popularity: 80.316 + profile_path: /4rjnRCQ6bGFYdBb4UooOjsQy12c.jpg + - adult: false + cast_id: 285 + character: Marla Singer + credit_id: 631f0de8bd32090082733691 + gender: 1 + id: 1283 + known_for_department: Acting + name: Helena Bonham Carter + order: 2 + original_name: Helena Bonham Carter + popularity: 44.812 + profile_path: /hJMbNSPJ2PCahsP3rNEU39C8GWU.jpg + - adult: false + cast_id: 7 + character: Robert Paulson + credit_id: 52fe4250c3a36847f80149ff + gender: 2 + id: 7470 + known_for_department: Acting + name: Meat Loaf + order: 3 + original_name: Meat Loaf + popularity: 9.374 + profile_path: /7gKLR1u46OB8WJ6m06LemNBCMx6.jpg + - adult: false + cast_id: 286 + character: Angel Face + credit_id: 631f0e29ce9e91007f757d86 + gender: 2 + id: 7499 + known_for_department: Acting + name: Jared Leto + order: 4 + original_name: Jared Leto + popularity: 23.479 + profile_path: /ca3x0OfIKbJppZh8S1Alx3GfUZO.jpg + - adult: false + cast_id: 31 + character: Richard Chesler (Regional Manager) + credit_id: 52fe4250c3a36847f8014a55 + gender: 2 + id: 7471 + known_for_department: Acting + name: Zach Grenier + order: 5 + original_name: Zach Grenier + popularity: 9.097 + profile_path: /fSyQKZO39sUsqY283GXiScOg3Hi.jpg + - adult: false + cast_id: 32 + character: The Mechanic + credit_id: 52fe4250c3a36847f8014a59 + gender: 2 + id: 7497 + known_for_department: Acting + name: Holt McCallany + order: 6 + original_name: Holt McCallany + popularity: 16.351 + profile_path: /nttzDvj4rpcCvtxbsEwLRN6nQFq.jpg + - adult: false + cast_id: 33 + character: Ricky + credit_id: 52fe4250c3a36847f8014a5d + gender: 2 + id: 7498 + known_for_department: Acting + name: Eion Bailey + order: 7 + original_name: Eion Bailey + popularity: 22.355 + profile_path: /3DW13W47cKk4LQZwS4EvRaNBoVu.jpg + - adult: false + cast_id: 34 + character: Intern at Hospital + credit_id: 52fe4250c3a36847f8014a61 + gender: 2 + id: 7472 + known_for_department: Acting + name: Richmond Arquette + order: 8 + original_name: Richmond Arquette + popularity: 19.75 + profile_path: /y3b4UzS6DuWtCgdqxdQ5s1D5ipa.jpg + - adult: false + cast_id: 35 + character: Thomas at Remaining Men Together + credit_id: 52fe4250c3a36847f8014a65 + gender: 2 + id: 7219 + known_for_department: Acting + name: David Andrews + order: 9 + original_name: David Andrews + popularity: 6.303 + profile_path: /36LEerIIN7gpG52mM3Ier7YWDbh.jpg + - adult: false + cast_id: 59 + character: Group Leader at Remaining Men Together + credit_id: 581fce4c92514168ad00899d + gender: 2 + id: 1129738 + known_for_department: Acting + name: George Maguire + order: 10 + original_name: George Maguire + popularity: 1.135 + profile_path: null + - adult: false + cast_id: 60 + character: Weeping Woman - Onward and Upward + credit_id: 581fce7fc3a368555600847b + gender: 1 + id: 1317693 + known_for_department: Acting + name: Eugenie Bondurant + order: 11 + original_name: Eugenie Bondurant + popularity: 5.614 + profile_path: /9ULAELEKNha7VCJhRWoer58NcJe.jpg + - adult: false + cast_id: 36 + character: Group Leader - Partners in Positivity + credit_id: 52fe4250c3a36847f8014a69 + gender: 1 + id: 68277 + known_for_department: Acting + name: Christina Cabot + order: 12 + original_name: Christina Cabot + popularity: 4.076 + profile_path: /h1vwbOfITSvDvDq8E9MVvWqMYSr.jpg + - adult: false + cast_id: 61 + character: Speaker - Free and Clear + credit_id: 581fcf3a92514168ad008b09 + gender: 2 + id: 202080 + known_for_department: Acting + name: Sydney 'Big Dawg' Colston + order: 13 + original_name: Sydney 'Big Dawg' Colston + popularity: 1.112 + profile_path: /tdzVh7pstj6rcppqbBOX0KA7mX9.jpg + - adult: false + cast_id: 62 + character: Chloe + credit_id: 581fcf5d92514168aa008b9e + gender: 1 + id: 7473 + known_for_department: Acting + name: Rachel Singer + order: 14 + original_name: Rachel Singer + popularity: 5.38 + profile_path: /o4Hzvy1VRa3IILMrI45Ia08pstK.jpg + - adult: false + cast_id: 63 + character: Airline Check-In Attendant + credit_id: 581fd16ec3a36855530096a4 + gender: 1 + id: 1172435 + known_for_department: Acting + name: Christie Cronenweth + order: 15 + original_name: Christie Cronenweth + popularity: 0.718 + profile_path: /m9S13jmuBO2VeY0ZspSS7DlAEU.jpg + - adult: false + cast_id: 37 + character: Federated Motor Co. - Inspector Bird + credit_id: 52fe4250c3a36847f8014a6d + gender: 2 + id: 956719 + known_for_department: Acting + name: Tim DeZarn + order: 16 + original_name: Tim DeZarn + popularity: 3.049 + profile_path: /tduRqomAU3LARfuDa2OMKFAd1rR.jpg + - adult: false + cast_id: 38 + character: Federated Motor Co. - Inspector Dent + credit_id: 52fe4250c3a36847f8014a71 + gender: 2 + id: 59285 + known_for_department: Acting + name: Ezra Buzzington + order: 17 + original_name: Ezra Buzzington + popularity: 4.634 + profile_path: /j3kJRKgQdHAMXvJUtPHXJsGGW5X.jpg + - adult: false + cast_id: 64 + character: Business Woman on Plane + credit_id: 581fd575c3a36855630075c4 + gender: 1 + id: 1705289 + known_for_department: Acting + name: Dierdre Downing-Jackson + order: 18 + original_name: Dierdre Downing-Jackson + popularity: 0.526 + profile_path: /81NKNmWmruKfvN6ZTAJmUVgz2yR.jpg + - adult: false + cast_id: 39 + character: Airport Security Officer + credit_id: 52fe4250c3a36847f8014a75 + gender: 2 + id: 17449 + known_for_department: Acting + name: Bob Stephenson + order: 19 + original_name: Bob Stephenson + popularity: 5.251 + profile_path: /htF2P5zyyFFB1jpBNGVvTiGH01F.jpg + - adult: false + cast_id: 65 + character: Doorman at Person Towers + credit_id: 581fd6bcc3a3685556008e6b + gender: 2 + id: 62846 + known_for_department: Acting + name: Charlie Dell + order: 20 + original_name: Charlie Dell + popularity: 3.779 + profile_path: null + - adult: false + cast_id: 66 + character: Man in Suit + credit_id: 581fd6e192514168ad0093bc + gender: 2 + id: 530040 + known_for_department: Acting + name: Rob Lanza + order: 21 + original_name: Rob Lanza + popularity: 0.373 + profile_path: /4qhdB9O9G5xm4K0KVxcXTOK35en.jpg + - adult: false + cast_id: 40 + character: Walter + credit_id: 52fe4250c3a36847f8014a79 + gender: 2 + id: 56112 + known_for_department: Acting + name: David Lee Smith + order: 22 + original_name: David Lee Smith + popularity: 3.799 + profile_path: /A3vP0a0CqmQSdslPRnEYDiyIZ3V.jpg + - adult: false + cast_id: 67 + character: Food Court Maitre d' + credit_id: 581fd956c3a368554d009932 + gender: 2 + id: 137425 + known_for_department: Acting + name: Joel Bissonnette + order: 23 + original_name: Joel Bissonnette + popularity: 3.051 + profile_path: /kOvh6paITOTaE7H1NnuTB01DiVV.jpg + - adult: false + cast_id: 68 + character: '''Steph''' + credit_id: 581fda0292514168af009523 + gender: 2 + id: 175120 + known_for_department: Acting + name: Evan Mirand + order: 24 + original_name: Evan Mirand + popularity: 5.567 + profile_path: /2juze2UWM22dWfoL2E6YLrKwsmH.jpg + - adult: false + cast_id: 69 + character: Next Month's Opponent + credit_id: 58864e17925141107e0008b4 + gender: 2 + id: 1744132 + known_for_department: Crew + name: Robby Robinson + order: 25 + original_name: Robby Robinson + popularity: 0.72 + profile_path: null + - adult: false + cast_id: 70 + character: Cop at Marla's Building + credit_id: 58864e2fc3a3684480002f96 + gender: 2 + id: 168924 + known_for_department: Acting + name: Lou Beatty Jr. + order: 26 + original_name: Lou Beatty Jr. + popularity: 8.157 + profile_path: /eWEXAHp2VnOBUk0KXorvkSdhjYc.jpg + - adult: false + cast_id: 41 + character: Detective Stern + credit_id: 52fe4250c3a36847f8014a7d + gender: 2 + id: 1219497 + known_for_department: Acting + name: Thom Gossom Jr. + order: 27 + original_name: Thom Gossom Jr. + popularity: 1.11 + profile_path: /plFARWSTQ021TOOC5gpChhiUIVu.jpg + - adult: false + cast_id: 71 + character: Cosmetics Buyer + credit_id: 58864fa392514113ea00076f + gender: 1 + id: 157938 + known_for_department: Acting + name: Valerie Bickford + order: 28 + original_name: Valerie Bickford + popularity: 0.777 + profile_path: /qg6BYJ9qYYcz8ldT3zzp6h2BhQj.jpg + - adult: false + cast_id: 72 + character: Lou + credit_id: 58864fdac3a36845e6002f78 + gender: 2 + id: 7500 + known_for_department: Acting + name: Peter Iacangelo + order: 29 + original_name: Peter Iacangelo + popularity: 1.929 + profile_path: null + - adult: false + cast_id: 42 + character: Lou's Body Guard + credit_id: 52fe4250c3a36847f8014a81 + gender: 2 + id: 42824 + known_for_department: Crew + name: Carl Ciarfalio + order: 30 + original_name: Carl Ciarfalio + popularity: 4.683 + profile_path: /yADROfK7uJkmd8p3GyjxH8WZqRL.jpg + - adult: false + cast_id: 43 + character: Car Salesman + credit_id: 52fe4251c3a36847f8014a85 + gender: 2 + id: 40277 + known_for_department: Writing + name: Stuart Blumberg + order: 31 + original_name: Stuart Blumberg + popularity: 1.838 + profile_path: /28QBps35AtsONGU8yNXmKdoLmAB.jpg + - adult: false + cast_id: 73 + character: First Man at Auto Shop + credit_id: 5886500492514113ea000859 + gender: 0 + id: 1744135 + known_for_department: Acting + name: Todd Peirce + order: 32 + original_name: Todd Peirce + popularity: 0.001 + profile_path: null + - adult: false + cast_id: 44 + character: Second Man at Auto Shop + credit_id: 52fe4251c3a36847f8014a89 + gender: 2 + id: 122805 + known_for_department: Acting + name: Mark Fite + order: 33 + original_name: Mark Fite + popularity: 3.142 + profile_path: /qUbqKE14GAUdRhYqNcGzDkt1yi9.jpg + - adult: false + cast_id: 45 + character: Seminary Student + credit_id: 52fe4251c3a36847f8014a8d + gender: 2 + id: 35521 + known_for_department: Acting + name: Matt Winston + order: 34 + original_name: Matt Winston + popularity: 5.951 + profile_path: /et38vhCb9y8yGleMRNY2j4nDDyr.jpg + - adult: false + cast_id: 74 + character: Raymond K. Hessel + credit_id: 58865057c3a36843c80032d9 + gender: 0 + id: 1744137 + known_for_department: Acting + name: Joon Kim + order: 35 + original_name: Joon Kim + popularity: 0.382 + profile_path: null + - adult: false + cast_id: 75 + character: Bus Driver with Broken Nose + credit_id: 588650819251411bb4000042 + gender: 2 + id: 1636371 + known_for_department: Crew + name: Bennie Moore + order: 36 + original_name: Bennie Moore + popularity: 1.112 + profile_path: null + - adult: false + cast_id: 46 + character: Channel 4 Reporter + credit_id: 52fe4251c3a36847f8014a91 + gender: 1 + id: 1224996 + known_for_department: Acting + name: Lauren Sánchez + order: 37 + original_name: Lauren Sánchez + popularity: 3.548 + profile_path: /ahOwHtOHrFZUoJDOd7VvF7RPiL.jpg + - adult: false + cast_id: 76 + character: Commissioner Jacobs + credit_id: 588650a5925141125e000bcd + gender: 2 + id: 1174793 + known_for_department: Acting + name: Pat McNamara + order: 38 + original_name: Pat McNamara + popularity: 1.142 + profile_path: /buUUXw9geHBgz73p9IR3H9wscra.jpg + - adult: false + cast_id: 77 + character: Banquet Speaker + credit_id: 588650b7c3a3684628003283 + gender: 0 + id: 1744138 + known_for_department: Acting + name: Tyrone R. Livingston + order: 39 + original_name: Tyrone R. Livingston + popularity: 0.014 + profile_path: null + - adult: false + cast_id: 78 + character: Airport Valet + credit_id: 588650cb925141107e000e39 + gender: 2 + id: 1744139 + known_for_department: Acting + name: Owen Masterson + order: 40 + original_name: Owen Masterson + popularity: 0.537 + profile_path: /1LKLNASM94TIEUlDpPqdMXywDQl.jpg + - adult: false + cast_id: 47 + character: Policeman + credit_id: 52fe4251c3a36847f8014a95 + gender: 2 + id: 109100 + known_for_department: Acting + name: David Jean Thomas + order: 41 + original_name: David Jean Thomas + popularity: 1.968 + profile_path: null + - adult: false + cast_id: 48 + character: Salvator - Winking Bartender + credit_id: 52fe4251c3a36847f8014a99 + gender: 2 + id: 1221838 + known_for_department: Acting + name: Paul Carafotes + order: 42 + original_name: Paul Carafotes + popularity: 4.278 + profile_path: /snbFp9cOcPENH9ky6VKy38To6fC.jpg + - adult: false + cast_id: 49 + character: Proprietor of Dry Cleaners + credit_id: 52fe4251c3a36847f8014a9d + gender: 2 + id: 145531 + known_for_department: Acting + name: Christopher John Fields + order: 43 + original_name: Christopher John Fields + popularity: 4.904 + profile_path: /3ASDmbBZQnk526pPeNtb8LOJXBX.jpg + - adult: false + cast_id: 79 + character: 'Bruised Bar Patron #1' + credit_id: 58865114c3a36843020036a1 + gender: 0 + id: 1744140 + known_for_department: Acting + name: Anderson Bourell + order: 44 + original_name: Anderson Bourell + popularity: 0.203 + profile_path: null + - adult: false + cast_id: 80 + character: 'Bruised Bar Patron #2' + credit_id: 5886512c92514116ac000756 + gender: 2 + id: 63537 + known_for_department: Acting + name: Scotch Ellis Loring + order: 45 + original_name: Scotch Ellis Loring + popularity: 1.973 + profile_path: /qIvaaeBTZWwtJxJfBqpM4xBnwXE.jpg + - adult: false + cast_id: 50 + character: Bartender in Halo + credit_id: 52fe4251c3a36847f8014aa1 + gender: 2 + id: 9291 + known_for_department: Acting + name: Michael Shamus Wiles + order: 46 + original_name: Michael Shamus Wiles + popularity: 5.694 + profile_path: /niY4gYqAUjmnU4KRiguxpsKliWA.jpg + - adult: false + cast_id: 81 + character: Hotel Desk Clerk + credit_id: 5886514992514113ea000ae7 + gender: 1 + id: 170315 + known_for_department: Acting + name: Andi Carnick + order: 47 + original_name: Andi Carnick + popularity: 1.528 + profile_path: /iYP4CL76vHHAhs2t4MUZ0p4MnMc.jpg + - adult: false + cast_id: 302 + character: Waiter at Clifton's + credit_id: 65bfdce4fc6538017cec7c06 + gender: 0 + id: 95532 + known_for_department: Acting + name: Ed Kowalczyk + order: 48 + original_name: Ed Kowalczyk + popularity: 0.308 + profile_path: null + - adult: false + cast_id: 83 + character: Desk Sergeant + credit_id: 588651b59251411158000f3f + gender: 2 + id: 7140 + known_for_department: Acting + name: Leonard Termo + order: 49 + original_name: Leonard Termo + popularity: 3.356 + profile_path: /9QummJWlDgiEMClBTGyMfF6nyMX.jpg + - adult: false + cast_id: 51 + character: Detective Andrew + credit_id: 52fe4251c3a36847f8014aa5 + gender: 2 + id: 41352 + known_for_department: Acting + name: Van Quattro + order: 50 + original_name: Van Quattro + popularity: 2.282 + profile_path: /3W7P7vvdf0HV6i1oL2fVRiULV7a.jpg + - adult: false + cast_id: 52 + character: Detective Kevin + credit_id: 52fe4251c3a36847f8014aa9 + gender: 2 + id: 1226835 + known_for_department: Acting + name: Markus Redmond + order: 51 + original_name: Markus Redmond + popularity: 2.694 + profile_path: /1nbshlVnSpr72aPq1Ntx7jwbLbw.jpg + - adult: false + cast_id: 84 + character: Detective Walker + credit_id: 588651eac3a3684628003490 + gender: 0 + id: 177175 + known_for_department: Acting + name: Michael Girardin + order: 52 + original_name: Michael Girardin + popularity: 1.341 + profile_path: null + - adult: false + cast_id: 85 + character: BMW Salesman. (uncredited) + credit_id: 5886520ec3a36843c80035ea + gender: 2 + id: 74507 + known_for_department: Acting + name: Michael Arturo + order: 53 + original_name: Michael Arturo + popularity: 0.154 + profile_path: null + - adult: false + cast_id: 86 + character: Fight Spectator (uncredited) + credit_id: 58865232c3a3684628003526 + gender: 2 + id: 1383838 + known_for_department: Acting + name: Greg Bronson + order: 54 + original_name: Greg Bronson + popularity: 1.933 + profile_path: /smF0hrek3d0bVhq0m7ENLPFQpcP.jpg + - adult: false + cast_id: 87 + character: Fighter (uncredited) + credit_id: 58865242925141107e00117f + gender: 0 + id: 1194120 + known_for_department: Acting + name: Matt Cinquanta + order: 55 + original_name: Matt Cinquanta + popularity: 0.693 + profile_path: null + - adult: false + cast_id: 89 + character: Irvin (uncredited) + credit_id: 58865265c3a3684628003584 + gender: 2 + id: 13925 + known_for_department: Acting + name: Paul Dillon + order: 56 + original_name: Paul Dillon + popularity: 4.549 + profile_path: /eadglYBBzdsVMp2hxnfopdnDNFP.jpg + - adult: false + cast_id: 91 + character: Chanting Fighter (uncredited) + credit_id: 5886529f92514113ea000df8 + gender: 2 + id: 552271 + known_for_department: Acting + name: Eddie Hargitay + order: 57 + original_name: Eddie Hargitay + popularity: 4.732 + profile_path: null + - adult: false + cast_id: 92 + character: Banquet Guest (uncredited) + credit_id: 588652b5c3a3684480003740 + gender: 2 + id: 94561 + known_for_department: Acting + name: Phil Hawn + order: 58 + original_name: Phil Hawn + popularity: 0.493 + profile_path: /7NGVxTRGKjxYRgekHv7NF9kNVzM.jpg + - adult: false + cast_id: 93 + character: >- + Waiter in Bridgeworth Suites Corporate Video + (uncredited) + credit_id: 588652d892514111a900118a + gender: 2 + id: 1223916 + known_for_department: Acting + name: Bruce Holman + order: 59 + original_name: Bruce Holman + popularity: 4.234 + profile_path: /1xhSV69K8wiXFECYZQ6HHtKU6qB.jpg + - adult: false + cast_id: 94 + character: >- + Fight Patron Saying 'I don't know. What's going on?' + (uncredited) + credit_id: 588652f0c3a36845e60034af + gender: 2 + id: 1744143 + known_for_department: Acting + name: Jawara + order: 60 + original_name: Jawara + popularity: 0.001 + profile_path: /jOfD9tIC9vbnCtWxKtm29U1wTXc.jpg + - adult: false + cast_id: 95 + character: Waiter (uncredited) + credit_id: '58865312925141107e001361' + gender: 0 + id: 1525014 + known_for_department: Acting + name: Baron Jay + order: 61 + original_name: Baron Jay + popularity: 1.128 + profile_path: null + - adult: false + cast_id: 96 + character: Restaurant Maitre D' (uncredited) + credit_id: 58865333c3a36843c80037ef + gender: 2 + id: 1577360 + known_for_department: Acting + name: Jim Jenkins + order: 62 + original_name: Jim Jenkins + popularity: 0.699 + profile_path: null + - adult: false + cast_id: 97 + character: Passenger Clutching Armrest (uncredited) + credit_id: 5886535392514113ea000f8d + gender: 2 + id: 1403525 + known_for_department: Visual Effects + name: Kevin Scott Mack + order: 63 + original_name: Kevin Scott Mack + popularity: 0.56 + profile_path: /wsnhGz8PxiHKkXyp7jkOEbVH3LS.jpg + - adult: false + cast_id: 98 + character: 'Fight Club Patron / Guy #2 in Video Store (uncredited)' + credit_id: 5886536592514113ea000fbb + gender: 0 + id: 1744144 + known_for_department: Acting + name: Trey Ore + order: 64 + original_name: Trey Ore + popularity: 0.279 + profile_path: null + - adult: false + cast_id: 99 + character: Fight Spectator (uncredited) + credit_id: 5886537d9251411158001378 + gender: 2 + id: 1744145 + known_for_department: Acting + name: Louis Ortiz + order: 65 + original_name: Louis Ortiz + popularity: 0.494 + profile_path: null + - adult: false + cast_id: 100 + character: Fight Club Man (uncredited) + credit_id: 58865398c3a36845e60035ea + gender: 2 + id: 1386468 + known_for_department: Acting + name: Hugh Peddy + order: 66 + original_name: Hugh Peddy + popularity: 0.889 + profile_path: null + - adult: false + cast_id: 101 + character: Fight Club Man (uncredited) + credit_id: 588653aa92514111580013f2 + gender: 0 + id: 1744146 + known_for_department: Acting + name: J.T. Pontino + order: 67 + original_name: J.T. Pontino + popularity: 0.494 + profile_path: null + - adult: false + cast_id: 102 + character: Waiter (uncredited) + credit_id: 588653c8c3a36843c800390b + gender: 2 + id: 1744147 + known_for_department: Acting + name: Chad Randau + order: 68 + original_name: Chad Randau + popularity: 0.96 + profile_path: /zJeETjhI18I3W7gaJBX4yZsSNGV.jpg + - adult: false + cast_id: 103 + character: Fighter (uncredited) + credit_id: 588653ec92514113ea001123 + gender: 2 + id: 133153 + known_for_department: Acting + name: Marcio Rosario + order: 69 + original_name: Marcio Rosario + popularity: 1.159 + profile_path: /pkSWorrHpHciPjgIHdj35Y91xvV.jpg + - adult: false + cast_id: 104 + character: Riley Wilde - Fighter (uncredited) + credit_id: 58865401c3a36817620006fc + gender: 0 + id: 1744148 + known_for_department: Acting + name: Gregory Silva + order: 70 + original_name: Gregory Silva + popularity: 0.055 + profile_path: null + - adult: false + cast_id: 105 + character: Fight Bully (uncredited) + credit_id: 588654119251411bb40007f2 + gender: 2 + id: 16060 + known_for_department: Acting + name: Brian Tochi + order: 71 + original_name: Brian Tochi + popularity: 6.391 + profile_path: /oFmxzHpo3bw9wn8yx5fNCt9xTC7.jpg + - adult: false + cast_id: 107 + character: Support Group Member (uncredited) + credit_id: 58865450c3a3681eb70000ce + gender: 0 + id: 1744150 + known_for_department: Acting + name: Michael Zagst + order: 72 + original_name: Michael Zagst + popularity: 0.154 + profile_path: /khCB4Ww6RXEjghdwsxv4lj545em.jpg + - adult: false + cast_id: 206 + character: Space Monkey (uncredited) + credit_id: 5ad0963fc3a36825a3007d6d + gender: 0 + id: 1152377 + known_for_department: Directing + name: Marc Cinquanta + order: 73 + original_name: Marc Cinquanta + popularity: 0.562 + profile_path: null + - adult: false + cast_id: 202 + character: Marla's Neighbor (uncredited) + credit_id: 5acfeeecc3a36842ce003640 + gender: 1 + id: 1657018 + known_for_department: Acting + name: Summer Moore + order: 74 + original_name: Summer Moore + popularity: 1.168 + profile_path: /38lBOCEvFnWoDBIsZfXO8ENoEwX.jpg + crew: + - adult: false + credit_id: 52fe4250c3a36847f8014a2f + department: Production + gender: 1 + id: 7481 + job: Casting + known_for_department: Production + name: Laray Mayfield + original_name: Laray Mayfield + popularity: 1.054 + profile_path: /yBshxhOfzKrcvoVaFdI6VpH1BJ.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a17 + department: Sound + gender: 2 + id: 7477 + job: Original Music Composer + known_for_department: Sound + name: John King + original_name: John King + popularity: 0.132 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a1d + department: Sound + gender: 2 + id: 7478 + job: Original Music Composer + known_for_department: Sound + name: Michael Simpson + original_name: Michael Simpson + popularity: 2.289 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a4d + department: Writing + gender: 2 + id: 7468 + job: Novel + known_for_department: Writing + name: Chuck Palahniuk + original_name: Chuck Palahniuk + popularity: 1.39 + profile_path: /r8WZhWea6RXCNO7HXvvB4lWYxzu.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a29 + department: Editing + gender: 2 + id: 7480 + job: Editor + known_for_department: Editing + name: James Haygood + original_name: James Haygood + popularity: 0.127 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a35 + department: Art + gender: 2 + id: 1303 + job: Production Design + known_for_department: Art + name: Alex McDowell + original_name: Alex McDowell + popularity: 1.956 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a11 + department: Production + gender: 2 + id: 1254 + job: Producer + known_for_department: Production + name: Art Linson + original_name: Art Linson + popularity: 1.98 + profile_path: /p9JPMQt4RRHYdQgvnrmFNiZ4eW6.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a0b + department: Production + gender: 1 + id: 7475 + job: Producer + known_for_department: Production + name: Ceán Chaffin + original_name: Ceán Chaffin + popularity: 1.946 + profile_path: /rk8DPo1CAMTWL0YjRsMFIy3gRmT.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a23 + department: Camera + gender: 2 + id: 7479 + job: Director of Photography + known_for_department: Camera + name: Jeff Cronenweth + original_name: Jeff Cronenweth + popularity: 1.25 + profile_path: /93Mn7WPDJjAEVvDv2J39RhzlnEE.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a3b + department: Sound + gender: 2 + id: 7763 + job: Sound Editor + known_for_department: Sound + name: Ren Klyce + original_name: Ren Klyce + popularity: 1.812 + profile_path: /tMDHEVa05pe3od1NMpfplPVPnxD.jpg + - adult: false + credit_id: 52fe4250c3a36847f8014a05 + department: Production + gender: 2 + id: 7474 + job: Producer + known_for_department: Production + name: Ross Grayson Bell + original_name: Ross Grayson Bell + popularity: 0.514 + profile_path: null + - adult: false + credit_id: 52fe4250c3a36847f8014a41 + department: Sound + gender: 2 + id: 7764 + job: Sound Editor + known_for_department: Sound + name: Richard Hymns + original_name: Richard Hymns + popularity: 2.245 + profile_path: /970GjgH2nfqsnEsimqLvLYoYTQn.jpg + - adult: false + credit_id: 60b1742c8ee49c003fe09c21 + department: Crew + gender: 2 + id: 101608 + job: Makeup Effects + known_for_department: Crew + name: Rob Bottin + original_name: Rob Bottin + popularity: 4.607 + profile_path: null + - adult: false + credit_id: 60b99d81c2f44b0029efec1b + department: Costume & Make-Up + gender: 0 + id: 1031820 + job: Key Costumer + known_for_department: Costume & Make-Up + name: Wendy J. Greiner + original_name: Wendy J. Greiner + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 60b9a11fdfaae9006ed88280 + department: Sound + gender: 1 + id: 1400905 + job: Dialogue Editor + known_for_department: Sound + name: Ewa Sztompke + original_name: Ewa Sztompke + popularity: 0.706 + profile_path: null + - adult: false + credit_id: 60b99cd28de0ae0059af0cde + department: Costume & Make-Up + gender: 0 + id: 1300663 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Margaret Prentice + original_name: Margaret Prentice + popularity: 1.272 + profile_path: null + - adult: false + credit_id: 60b99e53dfaae900295aee47 + department: Art + gender: 0 + id: 1621223 + job: Production Illustrator + known_for_department: Art + name: Tani Kunitake + original_name: Tani Kunitake + popularity: 0.572 + profile_path: null + - adult: false + credit_id: 60b99e73ec8a430057f2e2bc + department: Art + gender: 0 + id: 12639 + job: Set Designer + known_for_department: Art + name: Hugo Santiago + original_name: Hugo Santiago + popularity: 1.554 + profile_path: null + - adult: false + credit_id: 60b99ea3907f260029d958b0 + department: Art + gender: 2 + id: 46592 + job: Set Designer + known_for_department: Art + name: Domenic Silvestri + original_name: Domenic Silvestri + popularity: 3.781 + profile_path: null + - adult: false + credit_id: 60b99a8acd2f0f0059f89aa9 + department: Directing + gender: 2 + id: 17217 + job: First Assistant Director + known_for_department: Directing + name: Mike Topoozian + original_name: Mike Topoozian + popularity: 2.245 + profile_path: null + - adult: false + credit_id: 60b99c0009dda4004090a7bc + department: Camera + gender: 0 + id: 1691197 + job: Key Grip + known_for_department: Camera + name: Michael J. Coo + original_name: Michael J. Coo + popularity: 1.168 + profile_path: null + - adult: false + credit_id: 60b99cbaec8a4300298fc91b + department: Costume & Make-Up + gender: 0 + id: 1314463 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Randy Westgate + original_name: Randy Westgate + popularity: 0.237 + profile_path: null + - adult: false + credit_id: 60b9a056cd2f0f007a68f812 + department: Sound + gender: 2 + id: 1406614 + job: Sound Re-Recording Mixer + known_for_department: Sound + name: David Parker + original_name: David Parker + popularity: 1.39 + profile_path: /bDGLVWQShONQ59fvwKqP6dtFxT5.jpg + - adult: false + credit_id: 60b99e8ecadb6b005935b723 + department: Art + gender: 2 + id: 1855155 + job: Set Designer + known_for_department: Art + name: Peter J. Kelly + original_name: Peter J. Kelly + popularity: 0.099 + profile_path: null + - adult: false + credit_id: 60b99ffecd2f0f002a6b0a34 + department: Editing + gender: 0 + id: 1486851 + job: First Assistant Editor + known_for_department: Editing + name: Alex Olivares + original_name: Alex Olivares + popularity: 0.488 + profile_path: null + - adult: false + credit_id: 60b9a44e57d378002b19058f + department: Production + gender: 1 + id: 84493 + job: ADR Voice Casting + known_for_department: Acting + name: Mickie McGowan + original_name: Mickie McGowan + popularity: 11.506 + profile_path: /4K1HF10EvDjdaIoDAnWqFZjnmvk.jpg + - adult: false + credit_id: 60b9a1df18b7510058089981 + department: Sound + gender: 1 + id: 113088 + job: ADR Mixer + known_for_department: Sound + name: Charleen Richards-Steeves + original_name: Charleen Richards-Steeves + popularity: 1.276 + profile_path: null + - adult: false + credit_id: 60b9a1c2907f26006f555b66 + department: Sound + gender: 2 + id: 8157 + job: ADR Mixer + known_for_department: Sound + name: Doc Kane + original_name: Doc Kane + popularity: 1.436 + profile_path: /rJ12iE2gNd2TalhNXKbKH6Q3bKB.jpg + - adult: false + credit_id: 60b99bb965686e0040417efd + department: Lighting + gender: 2 + id: 51333 + job: Gaffer + known_for_department: Camera + name: Claudio Miranda + original_name: Claudio Miranda + popularity: 2.544 + profile_path: /nrNR3DeuX4kfPmv7POrVlRO22UX.jpg + - adult: false + credit_id: 60b9a17acadb6b0041dd74ab + department: Sound + gender: 2 + id: 1399117 + job: Sound Effects Editor + known_for_department: Sound + name: David C. Hughes + original_name: David C. Hughes + popularity: 0.449 + profile_path: null + - adult: false + credit_id: 60b9a264ede1b00043869f98 + department: Sound + gender: 2 + id: 1116937 + job: Foley Artist + known_for_department: Sound + name: John Roesch + original_name: John Roesch + popularity: 0.759 + profile_path: /sdVwSbK33OmcniJhX8ZkTByQmLQ.jpg + - adult: false + credit_id: 60b99af865686e00299c166d + department: Production + gender: 0 + id: 132616 + job: Location Manager + known_for_department: Production + name: Richard Schuler + original_name: Richard Schuler + popularity: 1.007 + profile_path: null + - adult: false + credit_id: 60b99f79cb9f4b006f3024b5 + department: Crew + gender: 0 + id: 1586932 + job: Transportation Captain + known_for_department: Crew + name: Frank Roughan + original_name: Frank Roughan + popularity: 0.335 + profile_path: null + - adult: false + credit_id: 60b99c93abf8e200597002fc + department: Costume & Make-Up + gender: 1 + id: 1758616 + job: Key Makeup Artist + known_for_department: Costume & Make-Up + name: Julie L. Pearce + original_name: Julie L. Pearce + popularity: 0.518 + profile_path: null + - adult: false + credit_id: 60b9a076cadb6b0028887e14 + department: Sound + gender: 2 + id: 957928 + job: Sound Re-Recording Mixer + known_for_department: Sound + name: Todd Boekelheide + original_name: Todd Boekelheide + popularity: 0.358 + profile_path: null + - adult: false + credit_id: 60b99eb67cffda006dbe489a + department: Art + gender: 1 + id: 1391566 + job: Set Designer + known_for_department: Art + name: Julia K. Levine + original_name: Julia K. Levine + popularity: 0.903 + profile_path: null + - adult: false + credit_id: 60b9a06557d378005989c835 + department: Sound + gender: 2 + id: 1378828 + job: Sound Re-Recording Mixer + known_for_department: Sound + name: Michael Semanick + original_name: Michael Semanick + popularity: 1.279 + profile_path: /poGaVc3vdZmkZCvSLNIkkIsxffj.jpg + - adult: false + credit_id: 65141d5ccadb6b02c0515a9d + department: Crew + gender: 2 + id: 1357063 + job: Stunts + known_for_department: Crew + name: Darrin Prescott + original_name: Darrin Prescott + popularity: 1.772 + profile_path: /yTN1eNBSos16vWSgajcdxKuOGKw.jpg + - adult: false + credit_id: 65141d0dcadb6b02c1d01523 + department: Crew + gender: 2 + id: 109129 + job: Stunts + known_for_department: Costume & Make-Up + name: Myke Michaels + original_name: Myke Michaels + popularity: 1.651 + profile_path: null + - adult: false + credit_id: 65141d44bdd56800e46b48f6 + department: Crew + gender: 2 + id: 2355555 + job: Stunts + known_for_department: Crew + name: Ryan Christopher Keys + original_name: Ryan Christopher Keys + popularity: 0.838 + profile_path: /1eukodLbhTquGLbA8xzdcZW0ZTT.jpg + - adult: false + credit_id: 65141d24a199a600e1fa433c + department: Crew + gender: 2 + id: 42824 + job: Stunts + known_for_department: Crew + name: Carl Ciarfalio + original_name: Carl Ciarfalio + popularity: 4.683 + profile_path: /yADROfK7uJkmd8p3GyjxH8WZqRL.jpg + - adult: false + credit_id: 65141d50a199a600c49c0d23 + department: Crew + gender: 1 + id: 1279727 + job: Stunts + known_for_department: Crew + name: Debbie Evans + original_name: Debbie Evans + popularity: 2.603 + profile_path: /eDLKuLGUsI2Wk5HYiq2n0DjQZ7C.jpg + - adult: false + credit_id: 65141d64ea84c700eb97b492 + department: Crew + gender: 2 + id: 1387252 + job: Utility Stunts + known_for_department: Crew + name: Chris O'Hara + original_name: Chris O'Hara + popularity: 13.489 + profile_path: /fld3KCrYr9IOTrAiKYPXgybgk1d.jpg + - adult: false + credit_id: 65141d6e0499f2013864ed94 + department: Crew + gender: 2 + id: 1380919 + job: Stunts + known_for_department: Crew + name: David Wald + original_name: David Wald + popularity: 0.429 + profile_path: /kfspTol2M7ekeHNogBu8yX2xPHt.jpg + - adult: false + credit_id: 65141d2aea84c700aee7f218 + department: Crew + gender: 2 + id: 1400371 + job: Stunts + known_for_department: Crew + name: James M. Halty + original_name: James M. Halty + popularity: 1.77 + profile_path: null + - adult: false + credit_id: 65141d4a9b861600e24e2977 + department: Crew + gender: 0 + id: 1500921 + job: Stunts + known_for_department: Crew + name: Lane Leavitt + original_name: Lane Leavitt + popularity: 0.881 + profile_path: null + - adult: false + credit_id: 65141d409b861600ff679346 + department: Crew + gender: 2 + id: 92493 + job: Stunts + known_for_department: Crew + name: Hiro Koda + original_name: Hiro Koda + popularity: 2.812 + profile_path: /q46e8GyzHgrXRqnB4cAhvsvRcGt.jpg + - adult: false + credit_id: 65141d739b8616013a231802 + department: Crew + gender: 2 + id: 159264 + job: Stunts + known_for_department: Acting + name: Denney Pierce + original_name: Denney Pierce + popularity: 2.971 + profile_path: /3mDO0AzrQwNIIalHXyfI22Dcd5N.jpg + - adult: false + credit_id: 6534b51891f0ea011b3c1bae + department: Sound + gender: 0 + id: 1749926 + job: Assistant Sound Designer + known_for_department: Sound + name: Misa Kageyama + original_name: Misa Kageyama + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 631f0289568463007bbe28a5 + department: Directing + gender: 2 + id: 7467 + job: Director + known_for_department: Directing + name: David Fincher + original_name: David Fincher + popularity: 29.921 + profile_path: /tpEczFclQZeKAiCeKZZ0adRvtfz.jpg + - adult: false + credit_id: 55422f369251414aee003e1c + department: Crew + gender: 0 + id: 1447557 + job: Compositors + known_for_department: Crew + name: Rachel Wyn Dunn + original_name: Rachel Wyn Dunn + popularity: 0.227 + profile_path: null + - adult: false + credit_id: 55731b7792514110f90024ab + department: Production + gender: 0 + id: 1474687 + job: Associate Producer + known_for_department: Production + name: John S. Dorsey + original_name: John S. Dorsey + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 55731b8192514111610027d7 + department: Production + gender: 2 + id: 376 + job: Executive Producer + known_for_department: Production + name: Arnon Milchan + original_name: Arnon Milchan + popularity: 4.221 + profile_path: /b2hBExX4NnczNAnLuTBF4kmNhZm.jpg + - adult: false + credit_id: 56380f0cc3a3681b5c0200be + department: Writing + gender: 2 + id: 7469 + job: Screenplay + known_for_department: Writing + name: Jim Uhls + original_name: Jim Uhls + popularity: 2.885 + profile_path: /uNkXdgsIdJF1xyj4BUSgHOfqjyb.jpg + - adult: false + credit_id: 65a012f21bf8760124ac8495 + department: Art + gender: 2 + id: 5935 + job: Swing + known_for_department: Writing + name: Sean Hood + original_name: Sean Hood + popularity: 2.129 + profile_path: null + - adult: false + credit_id: 57fe1e549251410699007177 + department: Costume & Make-Up + gender: 1 + id: 1693424 + job: Assistant Costume Designer + known_for_department: Costume & Make-Up + name: Mirela Rupic + original_name: Mirela Rupic + popularity: 0.882 + profile_path: null + - adult: false + credit_id: 5894c54ec3a3685ec9000253 + department: Art + gender: 0 + id: 562696 + job: Art Department Assistant + known_for_department: Art + name: Dianne Chadwick + original_name: Dianne Chadwick + popularity: 1.42 + profile_path: null + - adult: false + credit_id: 5894c7b2c3a3685ec00003eb + department: Costume & Make-Up + gender: 1 + id: 1413224 + job: Key Hair Stylist + known_for_department: Costume & Make-Up + name: Fríða Aradóttir + original_name: Fríða Aradóttir + popularity: 1.192 + profile_path: /mqLvWlhDMJKw2lg18N7D25rsiUu.jpg + - adult: false + credit_id: 5894c8b09251410b8d000438 + department: Crew + gender: 0 + id: 1559615 + job: Driver + known_for_department: Crew + name: Manny Demello + original_name: Manny Demello + popularity: 0.594 + profile_path: null + - adult: false + credit_id: 5894caa4c3a3685ebc000562 + department: Crew + gender: 0 + id: 1749916 + job: Systems Administrators & Support + known_for_department: Crew + name: Leon Xiao + original_name: Leon Xiao + popularity: 0.228 + profile_path: null + - adult: false + credit_id: 5894cbf79251410b930005d8 + department: Lighting + gender: 0 + id: 1622111 + job: Best Boy Electric + known_for_department: Lighting + name: Michael Arvanitis + original_name: Michael Arvanitis + popularity: 0.139 + profile_path: null + - adult: false + credit_id: 5894cd079251411efc00004d + department: Production + gender: 2 + id: 1749922 + job: Production Accountant + known_for_department: Production + name: Jim Davidson + original_name: Jim Davidson + popularity: 0.726 + profile_path: null + - adult: false + credit_id: 5894cfef92514122bf00017c + department: Crew + gender: 0 + id: 554001 + job: Thanks + known_for_department: Acting + name: Johann Benét + original_name: Johann Benét + popularity: 0.769 + profile_path: null + - adult: false + credit_id: 5894c670c3a3685ebc000311 + department: Art + gender: 2 + id: 1357044 + job: Production Illustrator + known_for_department: Art + name: Richard K. Buoen + original_name: Richard K. Buoen + popularity: 0.665 + profile_path: null + - adult: false + credit_id: 5894c7fcc3a3685ecd0003c8 + department: Costume & Make-Up + gender: 0 + id: 1532597 + job: Set Costumer + known_for_department: Costume & Make-Up + name: Terry Anderson + original_name: Terry Anderson + popularity: 0.424 + profile_path: null + - adult: false + credit_id: 5894c8589251410b960003ea + department: Crew + gender: 2 + id: 1552998 + job: Craft Service + known_for_department: Crew + name: Raymond Bulinski + original_name: Raymond Bulinski + popularity: 1.827 + profile_path: null + - adult: false + credit_id: 5894c4eac3a3685ec6000218 + department: Costume & Make-Up + gender: 2 + id: 605 + job: Costume Design + known_for_department: Costume & Make-Up + name: Michael Kaplan + original_name: Michael Kaplan + popularity: 1.892 + profile_path: /bNarnI5K4XYIKaHsX6HAitllyQr.jpg + - adult: false + credit_id: 5894c6509251410b9c0002c8 + department: Art + gender: 0 + id: 1749892 + job: Location Scout + known_for_department: Art + name: Jack Robinson + original_name: Jack Robinson + popularity: 0.092 + profile_path: null + - adult: false + credit_id: 5894c75b9251410b8900037f + department: Camera + gender: 2 + id: 1172443 + job: Still Photographer + known_for_department: Camera + name: Merrick Morton + original_name: Merrick Morton + popularity: 0.86 + profile_path: null + - adult: false + credit_id: 5894c5bcc3a3685ec0000288 + department: Art + gender: 0 + id: 1749891 + job: Art Department Coordinator + known_for_department: Art + name: S. Quinn + original_name: S. Quinn + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c61ac3a3685ec30002a5 + department: Art + gender: 0 + id: 1422059 + job: Greensman + known_for_department: Art + name: Craig B. Ayers Sr. + original_name: Craig B. Ayers Sr. + popularity: 1.466 + profile_path: null + - adult: false + credit_id: 5894c8269251410b900003c1 + department: Crew + gender: 2 + id: 1181128 + job: Additional Music + known_for_department: Sound + name: P.J. Hanke + original_name: P.J. Hanke + popularity: 0.214 + profile_path: null + - adult: false + credit_id: 5894c83b9251410b87000389 + department: Crew + gender: 2 + id: 1749897 + job: CG Supervisor + known_for_department: Visual Effects + name: Yann Blondel + original_name: Yann Blondel + popularity: 0.757 + profile_path: null + - adult: false + credit_id: 5894c88d9251410b870003ad + department: Crew + gender: 0 + id: 1378726 + job: Dialect Coach + known_for_department: Crew + name: Francie Brown + original_name: Francie Brown + popularity: 0.869 + profile_path: null + - adult: false + credit_id: 5894c5e29251410b89000283 + department: Art + gender: 0 + id: 1533533 + job: Conceptual Design + known_for_department: Art + name: Josue Clotaire Fleurimond + original_name: Josue Clotaire Fleurimond + popularity: 0.819 + profile_path: null + - adult: false + credit_id: 5894c6cb9251410b8d00031f + department: Camera + gender: 2 + id: 37925 + job: Camera Operator + known_for_department: Camera + name: Conrad W. Hall + original_name: Conrad W. Hall + popularity: 1.92 + profile_path: /lyKMo1zcwRWF5sh7qxVivQLgng0.jpg + - adult: false + credit_id: 5894c7cf9251410b9000039e + department: Costume & Make-Up + gender: 0 + id: 1325234 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Jean Ann Black + original_name: Jean Ann Black + popularity: 1.25 + profile_path: null + - adult: false + credit_id: 5894c91d9251410b9600045a + department: Crew + gender: 0 + id: 1735467 + job: Production Controller + known_for_department: Crew + name: Kieran Woo + original_name: Kieran Woo + popularity: 0.381 + profile_path: null + - adult: false + credit_id: 5894c69d9251410b93000302 + department: Art + gender: 0 + id: 1390518 + job: Set Designer + known_for_department: Art + name: Luis G. Hoyos + original_name: Luis G. Hoyos + popularity: 1.07 + profile_path: null + - adult: false + credit_id: 5894c73cc3a3685ec9000380 + department: Camera + gender: 2 + id: 1401109 + job: Steadicam Operator + known_for_department: Camera + name: Chris Haarhoff + original_name: Chris Haarhoff + popularity: 1.193 + profile_path: /s8rWd96a0I2IPKOjESrHtaZyQ8U.jpg + - adult: false + credit_id: 5894c5f6c3a3685ec00002bc + department: Art + gender: 0 + id: 1341851 + job: Construction Coordinator + known_for_department: Art + name: Jeff Passanante + original_name: Jeff Passanante + popularity: 0.627 + profile_path: null + - adult: false + credit_id: 5894c6e99251410b90000311 + department: Camera + gender: 2 + id: 1493771 + job: First Assistant Camera + known_for_department: Camera + name: John T. Connor + original_name: John T. Connor + popularity: 1.929 + profile_path: null + - adult: false + credit_id: 5894cedb92514122b50000e4 + department: Visual Effects + gender: 2 + id: 5714 + job: Animation Supervisor + known_for_department: Directing + name: Carlos Saldanha + original_name: Carlos Saldanha + popularity: 5.741 + profile_path: /oxUlCSgxKaoCRYFyS65PC2fZWrk.jpg + - adult: false + credit_id: 5894c7859251410b90000374 + department: Costume & Make-Up + gender: 0 + id: 1325655 + job: Costume Supervisor + known_for_department: Costume & Make-Up + name: Elinor Bardach + original_name: Elinor Bardach + popularity: 0.232 + profile_path: null + - adult: false + credit_id: 5894c8109251410b99000427 + department: Costume & Make-Up + gender: 0 + id: 1708007 + job: Set Dressing Artist + known_for_department: Lighting + name: Charles W. Belisle + original_name: Charles W. Belisle + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c8f29251410b990004a9 + department: Crew + gender: 0 + id: 1749901 + job: Post Production Assistant + known_for_department: Crew + name: Karman Graham + original_name: Karman Graham + popularity: 0.062 + profile_path: null + - adult: false + credit_id: 5894c9cf9251410b8700047e + department: Crew + gender: 0 + id: 1749907 + job: Set Medic + known_for_department: Crew + name: Katherine Jones + original_name: Katherine Jones + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c5c89251410b96000268 + department: Art + gender: 2 + id: 60937 + job: Assistant Art Director + known_for_department: Art + name: Seth Reed + original_name: Seth Reed + popularity: 2.562 + profile_path: /qqJq1jYN4WQ8dGaN1TQLS4UlVJ2.jpg + - adult: false + credit_id: 5894c632c3a3685ec60002ce + department: Art + gender: 2 + id: 83072 + job: Leadman + known_for_department: Art + name: P. Scott Bailey + original_name: P. Scott Bailey + popularity: 0.886 + profile_path: null + - adult: false + credit_id: 5894c65cc3a3685ecd0002c9 + department: Art + gender: 0 + id: 1728281 + job: Painter + known_for_department: Art + name: Tammy DeRuiter + original_name: Tammy DeRuiter + popularity: 0.467 + profile_path: null + - adult: false + credit_id: 5894c99c9251410b9600048c + department: Crew + gender: 0 + id: 1749904 + job: Propmaker + known_for_department: Crew + name: David B. Brenner + original_name: David B. Brenner + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c9de9251410b890004fc + department: Crew + gender: 0 + id: 1585177 + job: Set Production Assistant + known_for_department: Crew + name: Michael Herron + original_name: Michael Herron + popularity: 0.375 + profile_path: null + - adult: false + credit_id: 5894c6b59251410b9300030f + department: Art + gender: 2 + id: 1548670 + job: Standby Painter + known_for_department: Art + name: Bill 'Kauhane' Hoyt + original_name: Bill 'Kauhane' Hoyt + popularity: 1.026 + profile_path: null + - adult: false + credit_id: 5894c94ec3a3685ebc00048b + department: Crew + gender: 0 + id: 1749902 + job: Production Office Assistant + known_for_department: Crew + name: Carrie Shaw + original_name: Carrie Shaw + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c7299251410b9600032a + department: Camera + gender: 0 + id: 1646055 + job: Aerial Camera + known_for_department: Camera + name: Robert Mehnert + original_name: Robert Mehnert + popularity: 0.195 + profile_path: null + - adult: false + credit_id: 5894c4a3c3a3685ecd0001c0 + department: Art + gender: 2 + id: 7237 + job: Set Decoration + known_for_department: Art + name: Jay Hart + original_name: Jay Hart + popularity: 1.324 + profile_path: null + - adult: false + credit_id: 5894c60cc3a3685ec00002cf + department: Art + gender: 2 + id: 1463325 + job: Construction Foreman + known_for_department: Art + name: Tim R. Lafferty + original_name: Tim R. Lafferty + popularity: 0.848 + profile_path: null + - adult: false + credit_id: 5894c687c3a3685ebc000327 + department: Art + gender: 0 + id: 1397810 + job: Sculptor + known_for_department: Art + name: Kenneth Garrett + original_name: Kenneth Garrett + popularity: 0.136 + profile_path: null + - adult: false + credit_id: 5894c4869251410b990001e3 + department: Art + gender: 2 + id: 10855 + job: Art Direction + known_for_department: Art + name: Chris Gorak + original_name: Chris Gorak + popularity: 1.255 + profile_path: null + - adult: false + credit_id: 5894c79ec3a3685ec60003af + department: Costume & Make-Up + gender: 0 + id: 1408290 + job: Hairstylist + known_for_department: Costume & Make-Up + name: Patricia Miller + original_name: Patricia Miller + popularity: 0.386 + profile_path: null + - adult: false + credit_id: 5894ca5dc3a3685ec900053f + department: Crew + gender: 2 + id: 1535124 + job: Stunt Coordinator + known_for_department: Crew + name: Michael Runyard + original_name: Michael Runyard + popularity: 3.396 + profile_path: /45OfE6u2HFb2vsZDgSIwSMX9IjN.jpg + - adult: false + credit_id: 5894cd38c3a368771c000046 + department: Production + gender: 1 + id: 34528 + job: Production Supervisor + known_for_department: Production + name: Julie M. Anderson + original_name: Julie M. Anderson + popularity: 0.724 + profile_path: null + - adult: false + credit_id: 5894cf28c3a3687bb30000d8 + department: Visual Effects + gender: 0 + id: 1749925 + job: Visual Effects Coordinator + known_for_department: Visual Effects + name: Lauren A. Littleton + original_name: Lauren A. Littleton + popularity: 0.205 + profile_path: null + - adult: false + credit_id: 5894cc4f9251410b9c0005ce + department: Lighting + gender: 0 + id: 1552215 + job: Rigging Gaffer + known_for_department: Lighting + name: Martin Bosworth + original_name: Martin Bosworth + popularity: 0.332 + profile_path: null + - adult: false + credit_id: 5894cc7bc3a3685ecd000651 + department: Production + gender: 1 + id: 1530086 + job: Casting Associate + known_for_department: Production + name: Karen Meisels + original_name: Karen Meisels + popularity: 0.284 + profile_path: null + - adult: false + credit_id: 5894cc93c3a3685ec9000661 + department: Production + gender: 0 + id: 1749921 + job: Location Manager + known_for_department: Production + name: Flint Maloney + original_name: Flint Maloney + popularity: 0.941 + profile_path: null + - adult: false + credit_id: 5894cae99251410b9000055a + department: Crew + gender: 0 + id: 1398980 + job: Transportation Coordinator + known_for_department: Crew + name: Dave Robling + original_name: Dave Robling + popularity: 0.717 + profile_path: null + - adult: false + credit_id: 5894cc66c3a3685ecd00063e + department: Lighting + gender: 0 + id: 1749920 + job: Rigging Grip + known_for_department: Lighting + name: Ronald A. Miller + original_name: Ronald A. Miller + popularity: 0.392 + profile_path: null + - adult: false + credit_id: 5894c7efc3a3685ec30003c7 + department: Costume & Make-Up + gender: 0 + id: 1749896 + job: Prosthetic Makeup Artist + known_for_department: Costume & Make-Up + name: Greg Solomon + original_name: Greg Solomon + popularity: 0.476 + profile_path: null + - adult: false + credit_id: 5894c906c3a3685ec3000485 + department: Crew + gender: 2 + id: 1599632 + job: Post Production Supervisor + known_for_department: Crew + name: Peter Mavromates + original_name: Peter Mavromates + popularity: 1.02 + profile_path: null + - adult: false + credit_id: 5894c9f0c3a3685ec90004fb + department: Crew + gender: 0 + id: 1749908 + job: Software Engineer + known_for_department: Crew + name: Lucio I. Flores + original_name: Lucio I. Flores + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894c9fe9251410b8d0004f8 + department: Crew + gender: 2 + id: 1342072 + job: Special Effects Coordinator + known_for_department: Crew + name: Cliff Wenger + original_name: Cliff Wenger + popularity: 1.141 + profile_path: null + - adult: false + credit_id: 5894cd209251411ee600004d + department: Production + gender: 2 + id: 1536630 + job: Production Coordinator + known_for_department: Production + name: Robb Earnest + original_name: Robb Earnest + popularity: 0.616 + profile_path: null + - adult: false + credit_id: 5894cdc692514122b7000038 + department: Sound + gender: 2 + id: 1404546 + job: Music Editor + known_for_department: Sound + name: Brian Richards + original_name: Brian Richards + popularity: 1.945 + profile_path: null + - adult: false + credit_id: 5894cb79c3a3685ec000062f + department: Crew + gender: 0 + id: 1735477 + job: Video Assist Operator + known_for_department: Crew + name: Wayne Tidwell + original_name: Wayne Tidwell + popularity: 0.297 + profile_path: null + - adult: false + credit_id: 5894cc37c3a3685ebc000644 + department: Lighting + gender: 2 + id: 1614187 + job: Lighting Technician + known_for_department: Lighting + name: Kevin Brown + original_name: Kevin Brown + popularity: 0.322 + profile_path: null + - adult: false + credit_id: 5894cd609251411eeb000065 + department: Sound + gender: 1 + id: 1376902 + job: ADR Supervisor + known_for_department: Sound + name: Gwendolyn Yates Whittle + original_name: Gwendolyn Yates Whittle + popularity: 0.645 + profile_path: /zEv9AZWrPFGKAut8JaQ0VGZct7P.jpg + - adult: false + credit_id: 5894cb1e9251410b87000528 + department: Crew + gender: 2 + id: 12371 + job: Utility Stunts + known_for_department: Acting + name: Richard Cetrone + original_name: Richard Cetrone + popularity: 4.08 + profile_path: /lZQqNU3QUcnIssWhIfatePfU6M7.jpg + - adult: false + credit_id: 5894cd95c3a3687ba300000e + department: Sound + gender: 0 + id: 1749923 + job: Assistant Sound Editor + known_for_department: Sound + name: Jessica Bellfort + original_name: Jessica Bellfort + popularity: 0.108 + profile_path: null + - adult: false + credit_id: 5894cef5c3a3687ba70000c6 + department: Visual Effects + gender: 2 + id: 1342601 + job: Digital Compositors + known_for_department: Visual Effects + name: Nicholas Brooks + original_name: Nicholas Brooks + popularity: 0.514 + profile_path: null + - adult: false + credit_id: 5894cf3e92514122b7000122 + department: Visual Effects + gender: 0 + id: 1403191 + job: Visual Effects Producer + known_for_department: Visual Effects + name: Andrea D'Amico + original_name: Andrea D'Amico + popularity: 0.573 + profile_path: null + - adult: false + credit_id: 5894ca83c3a3685ec3000578 + department: Crew + gender: 2 + id: 169628 + job: Stunts + known_for_department: Crew + name: Jeff Imada + original_name: Jeff Imada + popularity: 2.902 + profile_path: /sUNSaNQreSHYaJvKr0SfiBqMPDV.jpg + - adult: false + credit_id: 5894cdfcc3a3687bb800004a + department: Sound + gender: 2 + id: 7537 + job: Sound Effects Editor + known_for_department: Sound + name: Steve Boeddeker + original_name: Steve Boeddeker + popularity: 1.645 + profile_path: /djVxqpIMQkGi19htX1ObfMlterL.jpg + - adult: false + credit_id: 5894cab49251410b990005b2 + department: Crew + gender: 2 + id: 1586924 + job: Transportation Captain + known_for_department: Crew + name: Jim Alfonso + original_name: Jim Alfonso + popularity: 0.554 + profile_path: null + - adult: false + credit_id: 5894ce2cc3a3687ba7000053 + department: Sound + gender: 2 + id: 1511710 + job: Sound Mixer + known_for_department: Sound + name: Jeff Wexler + original_name: Jeff Wexler + popularity: 0.582 + profile_path: null + - adult: false + credit_id: 5894cde492514122c1000053 + department: Sound + gender: 2 + id: 7763 + job: Sound Designer + known_for_department: Sound + name: Ren Klyce + original_name: Ren Klyce + popularity: 1.812 + profile_path: /tMDHEVa05pe3od1NMpfplPVPnxD.jpg + - adult: false + credit_id: 5894cebf92514122b00000c0 + department: Visual Effects + gender: 0 + id: 1749924 + job: 3D Animator + known_for_department: Visual Effects + name: Jim Rutherford + original_name: Jim Rutherford + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894cf0fc3a3687b9f0000f1 + department: Visual Effects + gender: 0 + id: 1440848 + job: Visual Effects + known_for_department: Visual Effects + name: Joshua I. Kolden + original_name: Joshua I. Kolden + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5894ca33c3a3685ec9000520 + department: Crew + gender: 0 + id: 1749910 + job: Stand In + known_for_department: Crew + name: Chad Keller + original_name: Chad Keller + popularity: 0.291 + profile_path: null + - adult: false + credit_id: 5894cb97c3a3685ec60005d9 + department: Directing + gender: 1 + id: 1521769 + job: Script Supervisor + known_for_department: Directing + name: Dina Waxman + original_name: Dina Waxman + popularity: 0.739 + profile_path: null + - adult: false + credit_id: 5894cd4ec3a368772c000049 + department: Production + gender: 0 + id: 1554372 + job: Researcher + known_for_department: Production + name: Carey Ann Strelecki + original_name: Carey Ann Strelecki + popularity: 0.557 + profile_path: null + - adult: false + credit_id: 5894cf5892514122ad000137 + department: Visual Effects + gender: 2 + id: 1002652 + job: Visual Effects Supervisor + known_for_department: Visual Effects + name: Dennis Berardi + original_name: Dennis Berardi + popularity: 1.581 + profile_path: /dWJCu2DGr57fW283nhQ4V0M8yFQ.jpg + - adult: false + credit_id: 5894cafd9251410b9300054d + department: Production + gender: 1 + id: 8850 + job: Unit Production Manager + known_for_department: Production + name: Helen Pollak + original_name: Helen Pollak + popularity: 2.686 + profile_path: null + - adult: false + credit_id: 5894cbe09251410b89000610 + department: Editing + gender: 2 + id: 423640 + job: First Assistant Editor + known_for_department: Editing + name: Michael Matzdorff + original_name: Michael Matzdorff + popularity: 0.917 + profile_path: null + - adult: false + credit_id: 5894cd7a92514122bf000003 + department: Sound + gender: 2 + id: 578767 + job: Boom Operator + known_for_department: Sound + name: Don Coufal + original_name: Don Coufal + popularity: 1.143 + profile_path: null + - adult: false + credit_id: 595513299251412b2304f78e + department: Costume & Make-Up + gender: 0 + id: 1327146 + job: Set Costumer + known_for_department: Costume & Make-Up + name: Wendy M. Craig + original_name: Wendy M. Craig + popularity: 1.196 + profile_path: null + - adult: false + credit_id: 5acee7f99251415a6d01dc19 + department: Editing + gender: 2 + id: 159112 + job: Color Timer + known_for_department: Editing + name: David Orr + original_name: David Orr + popularity: 1.441 + profile_path: null + - adult: false + credit_id: 5acff40e9251417b5d00388f + department: Crew + gender: 2 + id: 16522 + job: Stunts + known_for_department: Crew + name: Jimmy Nickerson + original_name: Jimmy Nickerson + popularity: 2.242 + profile_path: /zidbZdFLUj5DqmZT7yAbp3wEzmr.jpg + - adult: false + credit_id: 5acff3ffc3a36842d2003381 + department: Crew + gender: 2 + id: 40684 + job: Stunts + known_for_department: Directing + name: David Leitch + original_name: David Leitch + popularity: 7.879 + profile_path: /7FOLULXFvWrovvfsSyljXtK0tr8.jpg + - adult: false + credit_id: 5ae6d7440e0a26105a008ded + department: Art + gender: 2 + id: 1749906 + job: Property Master + known_for_department: Art + name: Roy 'Bucky' Moore + original_name: Roy 'Bucky' Moore + popularity: 0.998 + profile_path: null + - adult: false + credit_id: 5ae6d72d0e0a2610720089d5 + department: Sound + gender: 2 + id: 1389534 + job: Dialogue Editor + known_for_department: Sound + name: Richard Quinn + original_name: Richard Quinn + popularity: 2.558 + profile_path: null + - adult: false + credit_id: 5ba180b0c3a368719000067a + department: Sound + gender: 2 + id: 1352424 + job: Sound Mix Technician + known_for_department: Sound + name: Brandon Proctor + original_name: Brandon Proctor + popularity: 1.076 + profile_path: /wqo6jIOx23KaLj4h9sPVUnb8oGL.jpg + - adult: false + credit_id: 64cfbe58549dda00ffa43ea7 + department: Crew + gender: 2 + id: 83093 + job: Stunts + known_for_department: Crew + name: Jimmy N. Roberts + original_name: Jimmy N. Roberts + popularity: 4.346 + profile_path: /voJPkN18NYreFrwhhhDKC2hG83r.jpg + - adult: false + credit_id: 5c4e35630e0a264965d6db97 + department: Visual Effects + gender: 2 + id: 1403525 + job: Visual Effects Supervisor + known_for_department: Visual Effects + name: Kevin Scott Mack + original_name: Kevin Scott Mack + popularity: 0.56 + profile_path: /wsnhGz8PxiHKkXyp7jkOEbVH3LS.jpg + - adult: false + credit_id: 5c50dee60e0a26495adaea80 + department: Art + gender: 2 + id: 151007 + job: Storyboard Artist + known_for_department: Art + name: Peter Ramsey + original_name: Peter Ramsey + popularity: 7.595 + profile_path: /eAL9QdCEYyxiMP9cl9lQddg8zEa.jpg + - adult: false + credit_id: 5c7a4dcd9251412a5a4a18fc + department: Sound + gender: 1 + id: 1341856 + job: Foley Artist + known_for_department: Sound + name: Hilda Hodges + original_name: Hilda Hodges + popularity: 2.614 + profile_path: null + - adult: false + credit_id: 5c7a4e599251412a5d4a3ec8 + department: Camera + gender: 0 + id: 1586926 + job: Assistant Camera + known_for_department: Camera + name: Steve Wolfe + original_name: Steve Wolfe + popularity: 0.248 + profile_path: null + - adult: false + credit_id: 5c7a4ea99251412a5a4a1a2a + department: Production + gender: 0 + id: 1758622 + job: Casting Assistant + known_for_department: Production + name: Christie Cean George + original_name: Christie Cean George + popularity: 0.07 + profile_path: null + - adult: false + credit_id: 5c7a4da80e0a2637cb0e9b1d + department: Sound + gender: 0 + id: 113067 + job: ADR Recordist + known_for_department: Sound + name: David Lucarelli + original_name: David Lucarelli + popularity: 0.899 + profile_path: null + - adult: false + credit_id: 5c7a4e1ac3a36844d41b0642 + department: Crew + gender: 2 + id: 1390528 + job: Special Effects Technician + known_for_department: Crew + name: Wayne Burnes + original_name: Wayne Burnes + popularity: 0.509 + profile_path: null + - adult: false + credit_id: 5c7a4f7c0e0a2637cb0e9e97 + department: Production + gender: 0 + id: 2254363 + job: Production Driver + known_for_department: Production + name: Shaun Ryan + original_name: Shaun Ryan + popularity: 0.518 + profile_path: null + - adult: false + credit_id: 5c7a4ce7c3a36821ec1823b9 + department: Costume & Make-Up + gender: 1 + id: 6904 + job: Key Costumer + known_for_department: Costume & Make-Up + name: Rhona Meyers + original_name: Rhona Meyers + popularity: 0.355 + profile_path: null + - adult: false + credit_id: 5c7a4f1e0e0a2611ec1195d1 + department: Production + gender: 0 + id: 2220072 + job: General Manager + known_for_department: Production + name: Scott Ross + original_name: Scott Ross + popularity: 0.376 + profile_path: null + - adult: false + credit_id: 5c7a4d4bc3a3681c4b1832e3 + department: Art + gender: 0 + id: 2254345 + job: Set Dressing Buyer + known_for_department: Art + name: Danielle Simpson + original_name: Danielle Simpson + popularity: 0.339 + profile_path: null + - adult: false + credit_id: 5c7a4ee5925141634c475c70 + department: Production + gender: 0 + id: 1492646 + job: Extras Casting + known_for_department: Production + name: Sande Alessi + original_name: Sande Alessi + popularity: 1.111 + profile_path: null + - adult: false + credit_id: 5c7a4e38c3a36844d11b5227 + department: Visual Effects + gender: 2 + id: 1787833 + job: Visual Effects Technical Director + known_for_department: Visual Effects + name: Ryan Laney + original_name: Ryan Laney + popularity: 0.111 + profile_path: null + - adult: false + credit_id: 5c7a4f6d0e0a2620ae0e8967 + department: Production + gender: 0 + id: 2254362 + job: Production Assistant + known_for_department: Production + name: Tanya Doyle + original_name: Tanya Doyle + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5c7a4df3c3a36844d11b50c5 + department: Sound + gender: 1 + id: 1424126 + job: Foley Recordist + known_for_department: Sound + name: Carolyn Tapp + original_name: Carolyn Tapp + popularity: 1.107 + profile_path: null + - adult: false + credit_id: 5c7a4ec29251412a5d4a3f7f + department: Production + gender: 0 + id: 2254357 + job: Assistant Location Manager + known_for_department: Production + name: Chris Gutierrez + original_name: Chris Gutierrez + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5c7a4f0dc3a3681932183491 + department: Production + gender: 2 + id: 91161 + job: First Assistant Accountant + known_for_department: Production + name: Joe Hartwick Jr. + original_name: Joe Hartwick Jr. + popularity: 1.438 + profile_path: null + - adult: false + credit_id: 5c7a4fb10e0a2611da1192c3 + department: Production + gender: 0 + id: 2237171 + job: Second Assistant Accountant + known_for_department: Production + name: Eileen M. Dennis + original_name: Eileen M. Dennis + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5c7a4d170e0a263ee10ea972 + department: Directing + gender: 2 + id: 1534969 + job: Second Second Assistant Director + known_for_department: Directing + name: Allen Kupetsky + original_name: Allen Kupetsky + popularity: 0.743 + profile_path: null + - adult: false + credit_id: 5c7a4dbb0e0a2611e1117448 + department: Sound + gender: 1 + id: 993165 + job: Assistant Dialogue Editor + known_for_department: Sound + name: Mary Works + original_name: Mary Works + popularity: 0.855 + profile_path: null + - adult: false + credit_id: 5c7a4e990e0a26521c10eb72 + department: Camera + gender: 1 + id: 1281471 + job: Second Assistant Camera + known_for_department: Camera + name: Lisa Guerriero + original_name: Lisa Guerriero + popularity: 0.086 + profile_path: null + - adult: false + credit_id: 5c7a4ed1c3a36819321833af + department: Production + gender: 2 + id: 113013 + job: Assistant Production Coordinator + known_for_department: Production + name: David McKimmie + original_name: David McKimmie + popularity: 1.099 + profile_path: null + - adult: false + credit_id: 5c7a4ef80e0a26521c10ec07 + department: Crew + gender: 2 + id: 1368878 + job: Fight Choreographer + known_for_department: Crew + name: Damon Caro + original_name: Damon Caro + popularity: 1.519 + profile_path: /7uw119r2YmsQYIduvSSP3hxIT94.jpg + - adult: false + credit_id: 5c7a4f2d0e0a2620ae0e891d + department: Crew + gender: 0 + id: 2254358 + job: In Memory Of + known_for_department: Crew + name: Raymond Bongiovanni + original_name: Raymond Bongiovanni + popularity: 0.475 + profile_path: null + - adult: false + credit_id: 5c7a4f5b9251412a6949f7ab + department: Visual Effects + gender: 0 + id: 1859748 + job: Pre-Visualization Supervisor + known_for_department: Visual Effects + name: Ron Frankel + original_name: Ron Frankel + popularity: 0.356 + profile_path: null + - adult: false + credit_id: 5c7a4d58c3a36819321830c6 + department: Art + gender: 2 + id: 1463313 + job: Storyboard Artist + known_for_department: Art + name: Collin Grant + original_name: Collin Grant + popularity: 0.587 + profile_path: null + - adult: false + credit_id: 5c7a4d8a9251412a6949f246 + department: Sound + gender: 2 + id: 1432596 + job: ADR Engineer + known_for_department: Sound + name: Derek Casari + original_name: Derek Casari + popularity: 2.799 + profile_path: null + - adult: false + credit_id: 5c7a4d980e0a263ee10eaae9 + department: Sound + gender: 2 + id: 5339 + job: ADR Mixer + known_for_department: Sound + name: David Boulton + original_name: David Boulton + popularity: 1.319 + profile_path: null + - adult: false + credit_id: 5c7a4cfdc3a36841dc183f8e + department: Directing + gender: 2 + id: 1758614 + job: Second Assistant Director + known_for_department: Directing + name: Bob Wagner + original_name: Bob Wagner + popularity: 0.557 + profile_path: null + - adult: false + credit_id: 5c7a4d7ac3a36821ec182659 + department: Sound + gender: 2 + id: 572622 + job: ADR Editor + known_for_department: Sound + name: Tom Bellfort + original_name: Tom Bellfort + popularity: 0.578 + profile_path: null + - adult: false + credit_id: 5c7a4de00e0a263ee10eabe9 + department: Sound + gender: 1 + id: 1461371 + job: Foley Mixer + known_for_department: Sound + name: Mary Jo Lang + original_name: Mary Jo Lang + popularity: 1.169 + profile_path: null + - adult: false + credit_id: 5c7a4e450e0a2611de1157a7 + department: Crew + gender: 2 + id: 1368878 + job: Stunt Double + known_for_department: Crew + name: Damon Caro + original_name: Damon Caro + popularity: 1.519 + profile_path: /7uw119r2YmsQYIduvSSP3hxIT94.jpg + - adult: false + credit_id: 5c7a4eb4925141634c475c20 + department: Editing + gender: 0 + id: 1407900 + job: Assistant Editor + known_for_department: Editing + name: Joëlle Taar + original_name: Joëlle Taar + popularity: 0.146 + profile_path: null + - adult: false + credit_id: 5c7a4f51c3a36841dc1846a3 + department: Production + gender: 0 + id: 2254360 + job: Payroll Accountant + known_for_department: Production + name: Cindy Nevins + original_name: Cindy Nevins + popularity: 0.041 + profile_path: null + - adult: false + credit_id: 5c7a4e03c3a36821ec18283b + department: Sound + gender: 2 + id: 7764 + job: Sound Supervisor + known_for_department: Sound + name: Richard Hymns + original_name: Richard Hymns + popularity: 2.245 + profile_path: /970GjgH2nfqsnEsimqLvLYoYTQn.jpg + - adult: false + credit_id: 5c7a4f460e0a2620ae0e894f + department: Visual Effects + gender: 0 + id: 2254359 + job: Matte Painter + known_for_department: Visual Effects + name: David Bailey + original_name: David Bailey + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 5c7a4e87c3a36841dc184450 + department: Camera + gender: 0 + id: 1854468 + job: Dolly Grip + known_for_department: Camera + name: Michael Brennan + original_name: Michael Brennan + popularity: 0.62 + profile_path: null + - adult: false + credit_id: 5c7a4d39925141634c4759e1 + department: Art + gender: 2 + id: 1392117 + job: Graphic Designer + known_for_department: Art + name: Eric Rosenberg + original_name: Eric Rosenberg + popularity: 0.718 + profile_path: null + - adult: false + credit_id: 5c7a4d29c3a36821ec1825f2 + department: Art + gender: 0 + id: 1741114 + job: Assistant Property Master + known_for_department: Art + name: Bryan Duff + original_name: Bryan Duff + popularity: 0.028 + profile_path: null + - adult: false + credit_id: 5c7a4e69c3a36844d41b076f + department: Camera + gender: 0 + id: 2223905 + job: Best Boy Grip + known_for_department: Camera + name: Craig Kohtala + original_name: Craig Kohtala + popularity: 0.542 + profile_path: null + - adult: false + credit_id: 5c7a4e7bc3a36821ec182984 + department: Camera + gender: 0 + id: 1749899 + job: Camera Loader + known_for_department: Camera + name: Gary Kanner + original_name: Gary Kanner + popularity: 0.199 + profile_path: null + - adult: false + credit_id: 5c7a4f8cc3a36844d11b565c + department: Production + gender: 2 + id: 180576 + job: Production Executive + known_for_department: Visual Effects + name: Rich Thorne + original_name: Rich Thorne + popularity: 1.227 + profile_path: /vrCTwuJc77BXQRwuEZtkgcS5yzS.jpg + - adult: false + credit_id: 5c7a4f9fc3a36821ec182ca8 + department: Visual Effects + gender: 0 + id: 1419264 + job: Rotoscoping Artist + known_for_department: Visual Effects + name: Fiona Campbell Westgate + original_name: Fiona Campbell Westgate + popularity: 0.571 + profile_path: null + - adult: false + credit_id: 5de004383faba0001306a760 + department: Visual Effects + gender: 0 + id: 1409273 + job: Visual Effects Supervisor + known_for_department: Visual Effects + name: Kevin Tod Haug + original_name: Kevin Tod Haug + popularity: 1.082 + profile_path: null + id: 550 + credits: + value: + cast: + - adult: false + cast_id: 10 + character: Lucius + credit_id: 63b8777a1cfe3a00894541ec + gender: 2 + id: 2326151 + known_for_department: Acting + name: Paul Mescal + order: 0 + original_name: Paul Mescal + popularity: 38.943 + profile_path: /vrzZ41TGNAFgfmZjC2sOJySzBLd.jpg + - adult: false + cast_id: 25 + character: Macrinus + credit_id: 641493c3ede1b028c599148f + gender: 2 + id: 5292 + known_for_department: Acting + name: Denzel Washington + order: 1 + original_name: Denzel Washington + popularity: 59.02 + profile_path: /9Iyt3wbsla5bM6IzbICDVnBhkER.jpg + - adult: false + cast_id: 29 + character: General Acacius + credit_id: 64501ad035039802e7d5a111 + gender: 2 + id: 1253360 + known_for_department: Acting + name: Pedro Pascal + order: 2 + original_name: Pedro Pascal + popularity: 85.355 + profile_path: /9VYK7oxcqhjd5LAH6ZFJ3XzOlID.jpg + - adult: false + cast_id: 26 + character: Lucilla + credit_id: 644bfc03336e0105177379a2 + gender: 1 + id: 935 + known_for_department: Acting + name: Connie Nielsen + order: 3 + original_name: Connie Nielsen + popularity: 72.609 + profile_path: /lvQypTfeH2Gn2PTbzq6XkT2PLmn.jpg + - adult: false + cast_id: 27 + character: Emperor Geta + credit_id: 644bfc0e596a91054d57f2f8 + gender: 2 + id: 1597365 + known_for_department: Acting + name: Joseph Quinn + order: 4 + original_name: Joseph Quinn + popularity: 32.623 + profile_path: /zshhuioZaH8S5ZKdMcojzWi1ntl.jpg + - adult: false + cast_id: 64 + character: Emperor Caracalla + credit_id: 6466aa282bcf67015581afa6 + gender: 2 + id: 2099497 + known_for_department: Acting + name: Fred Hechinger + order: 5 + original_name: Fred Hechinger + popularity: 27.005 + profile_path: /99ctABEIEwNl4qjIZcLODgwnx0M.jpg + - adult: false + cast_id: 60 + character: Viggo + credit_id: 6466952033a37600e6796f6d + gender: 2 + id: 1259880 + known_for_department: Acting + name: Lior Raz + order: 6 + original_name: Lior Raz + popularity: 13.651 + profile_path: /bl3KLFUQ4Q0zC9lCU4qP1Jf4qHS.jpg + - adult: false + cast_id: 61 + character: Gracchus + credit_id: 6466952ba5046e012466c6a7 + gender: 2 + id: 937 + known_for_department: Acting + name: Derek Jacobi + order: 7 + original_name: Derek Jacobi + popularity: 21.702 + profile_path: /htc4eCYmNlVotcu8AFTbDiLBzsJ.jpg + - adult: false + cast_id: 62 + character: Jugurtha + credit_id: 64669537a5046e01474be4cb + gender: 2 + id: 68278 + known_for_department: Acting + name: Peter Mensah + order: 8 + original_name: Peter Mensah + popularity: 40.979 + profile_path: /t94TFc6f71AUmZFqdaQfjr7LTRp.jpg + - adult: false + cast_id: 63 + character: Master of Ceremonies + credit_id: 64669541c3514c00e5dc2eb4 + gender: 2 + id: 26209 + known_for_department: Acting + name: Matt Lucas + order: 9 + original_name: Matt Lucas + popularity: 18.702 + profile_path: /2OhGLJqiknaWlbTkG2KDwT935km.jpg + - adult: false + cast_id: 399 + character: Ravi + credit_id: 665515bc7ff452fc6e63ce60 + gender: 2 + id: 115737 + known_for_department: Acting + name: Alexander Karim + order: 10 + original_name: Alexander Karim + popularity: 10.962 + profile_path: /weqb7jkGhNfdEJsGArbvAqqhuXD.jpg + - adult: false + cast_id: 431 + character: Arishat + credit_id: 6733817e02c49392f1e82101 + gender: 1 + id: 2672815 + known_for_department: Acting + name: Yuval Gonen + order: 11 + original_name: Yuval Gonen + popularity: 0.001 + profile_path: /8yJ0nJa27AYx0MPSER6Cln1pHLE.jpg + - adult: false + cast_id: 432 + character: Quaestor + credit_id: 673381ec02c49392f1e82132 + gender: 2 + id: 7025 + known_for_department: Acting + name: Richard McCabe + order: 12 + original_name: Richard McCabe + popularity: 5.263 + profile_path: /j7ra3qbWSYKwONNfJ6GBMuIoixY.jpg + - adult: false + cast_id: 396 + character: Senator Thraex + credit_id: 66551559ceac5b7a9963ce61 + gender: 2 + id: 41043 + known_for_department: Acting + name: Tim McInnerny + order: 13 + original_name: Tim McInnerny + popularity: 25.604 + profile_path: /nOLjLixEDo1xFhBmAfRLMKwB9Fv.jpg + - adult: false + cast_id: 425 + character: Darius + credit_id: 671626a64bf37c883cb70134 + gender: 2 + id: 1196960 + known_for_department: Acting + name: Alec Utgoff + order: 14 + original_name: Alec Utgoff + popularity: 8.766 + profile_path: /zYtPKsXbeUg8kR2UqADdgKDfvJ1.jpg + - adult: false + cast_id: 424 + character: General Tegula + credit_id: 6716268d9943637ce582aa93 + gender: 2 + id: 3075 + known_for_department: Acting + name: Rory McCann + order: 15 + original_name: Rory McCann + popularity: 11.56 + profile_path: /gGpgbNQVthuzXEZaGRGVqWhk2o5.jpg + - adult: false + cast_id: 429 + character: Bostar + credit_id: 6733811202c49392f1e8209a + gender: 2 + id: 1391937 + known_for_department: Acting + name: Yann Gael + order: 16 + original_name: Yann Gael + popularity: 3.247 + profile_path: /605oiV6iBp2aOa2SdqaoASVvmtz.jpg + - adult: false + cast_id: 401 + character: Hyacinthia + credit_id: 665515edbf1239cc6f0185e3 + gender: 1 + id: 2599915 + known_for_department: Acting + name: Riana Duce + order: 17 + original_name: Riana Duce + popularity: 1.997 + profile_path: /AgJxumDV4srU7ye3d3m0IPDlH7P.jpg + - adult: false + cast_id: 400 + character: Young Lucius + credit_id: 665515ce65ab0476978f14dd + gender: 2 + id: 3815640 + known_for_department: Acting + name: Alfie Tempest + order: 18 + original_name: Alfie Tempest + popularity: 4.055 + profile_path: /4nkoNuusnc5cIwxlPnEQ9WmIYZZ.jpg + - adult: false + cast_id: 430 + character: Leta | Lucilla's Servant + credit_id: 6733815302c49392f1e820d6 + gender: 1 + id: 1108725 + known_for_department: Acting + name: Amira Ghazalla + order: 19 + original_name: Amira Ghazalla + popularity: 2.208 + profile_path: /pYOVA7yWtosslFgNh8lVivaNdT7.jpg + - adult: false + cast_id: 465 + character: Boy (Numidia) + credit_id: 676e8c6df9bc02e498929e17 + gender: 0 + id: 5143339 + known_for_department: Acting + name: Abdelmoula Ait Sidi Lhassan + order: 20 + original_name: Abdelmoula Ait Sidi Lhassan + popularity: 0.89 + profile_path: null + - adult: false + cast_id: 466 + character: Boy (Numidia) + credit_id: 676e8c7b62ba310fc012c8e1 + gender: 0 + id: 5143340 + known_for_department: Acting + name: Mouaiz El Outmany + order: 21 + original_name: Mouaiz El Outmany + popularity: 0.356 + profile_path: null + - adult: false + cast_id: 467 + character: Boy (Numidia) + credit_id: 676e8c83e2976ba75b92b2a8 + gender: 0 + id: 5143341 + known_for_department: Acting + name: Brahim Assagour + order: 22 + original_name: Brahim Assagour + popularity: 0.886 + profile_path: null + - adult: false + cast_id: 405 + character: Centurion (Branding) + credit_id: 6655165bfcbc111ebe0b8e83 + gender: 0 + id: 2734689 + known_for_department: Acting + name: Alexander Simkin + order: 23 + original_name: Alexander Simkin + popularity: 0.001 + profile_path: null + - adult: false + cast_id: 433 + character: Governor (Baboon Arena) + credit_id: 6733823fbefd49c0bb658770 + gender: 2 + id: 25679 + known_for_department: Acting + name: Richard Katz + order: 24 + original_name: Richard Katz + popularity: 1.222 + profile_path: /crAR7zWiz6LhnJSxi6gNuRwQDRu.jpg + - adult: false + cast_id: 434 + character: Master of Ceremonies (Baboon Arena) + credit_id: 67338259e2cb62b5bc1663ff + gender: 2 + id: 77505 + known_for_department: Acting + name: David Ganly + order: 25 + original_name: David Ganly + popularity: 1.856 + profile_path: /e9NUAspQ306cmyhkl3gG5LU1LHi.jpg + - adult: false + cast_id: 468 + character: Praetorian (Lucilla's) + credit_id: 676e8ce4f9bc02e498929e2a + gender: 0 + id: 5143343 + known_for_department: Acting + name: Anton Saliba + order: 26 + original_name: Anton Saliba + popularity: 0.604 + profile_path: /vJkjqvXNRprIBybjdgBCDc0iWem.jpg + - adult: false + cast_id: 435 + character: Noble Bedouin Woman + credit_id: 673382aebefd49c0bb6587a8 + gender: 1 + id: 68139 + known_for_department: Acting + name: Amal Ayouch + order: 27 + original_name: Amal Ayouch + popularity: 0.655 + profile_path: /m8b5bO5pByEjl3L1Rc7TpF7o0uG.jpg + - adult: false + cast_id: 404 + character: Agedilios + credit_id: 665516371bf7cc43ba63ce65 + gender: 2 + id: 1483038 + known_for_department: Acting + name: Hadrian Howard + order: 28 + original_name: Hadrian Howard + popularity: 4.305 + profile_path: /zNnuXJlPm8LQaOHPauDD8HIH6jD.jpg + - adult: false + cast_id: 398 + character: Gladiator + credit_id: 665515aa1b1ccdaff13f099e + gender: 2 + id: 1285754 + known_for_department: Acting + name: Chidi Ajufo + order: 29 + original_name: Chidi Ajufo + popularity: 6.012 + profile_path: /fOBzmoaaigPNBWnldBx4wIf3lIS.jpg + - adult: false + cast_id: 397 + character: Slovak + credit_id: 66551593fe0746ef297f6dbd + gender: 2 + id: 1301638 + known_for_department: Acting + name: Lee Charles + order: 30 + original_name: Lee Charles + popularity: 1.575 + profile_path: /hPcEeF8mG9PiOJmnduVjq9yH9jD.jpg + - adult: false + cast_id: 441 + character: Glyceo + credit_id: 6733888ebc78ce2b94ba69fb + gender: 2 + id: 5055137 + known_for_department: Acting + name: Christopher Edward Hallaways + order: 31 + original_name: Christopher Edward Hallaways + popularity: 0.657 + profile_path: null + - adult: false + cast_id: 402 + character: Phoebus + credit_id: 66551613984b307b037f6dbd + gender: 2 + id: 1344320 + known_for_department: Acting + name: Chi Lewis-Parry + order: 32 + original_name: Chi Lewis-Parry + popularity: 1.221 + profile_path: /eS5mcqDMYtwHJ8lnwXkIjkz88WO.jpg + - adult: false + cast_id: 438 + character: Gnaeus + credit_id: 6733871f09b256d09461cb06 + gender: 2 + id: 2851513 + known_for_department: Acting + name: Ángel Gómez De La Torre + order: 33 + original_name: Ángel Gómez De La Torre + popularity: 0.001 + profile_path: null + - adult: false + cast_id: 439 + character: Centurion (Lucius' Arrest) + credit_id: 6733876929aa8ff244c0f945 + gender: 2 + id: 2501923 + known_for_department: Acting + name: Brahim Ait Ben Azzouz + order: 34 + original_name: Brahim Ait Ben Azzouz + popularity: 0.001 + profile_path: /uFi12glMQ9QXTY1zRuhdh785AWp.jpg + - adult: false + cast_id: 440 + character: Centurion (Ostia) + credit_id: 6733879cbc78ce2b94ba699b + gender: 2 + id: 5055132 + known_for_department: Acting + name: Maxime Rauf Ruijselaar + order: 35 + original_name: Maxime Rauf Ruijselaar + popularity: 0.35 + profile_path: null + - adult: false + cast_id: 469 + character: Wailing Woman + credit_id: 676e8d8be2976ba75b92b2f4 + gender: 0 + id: 5143346 + known_for_department: Acting + name: Sana El Baghdady + order: 36 + original_name: Sana El Baghdady + popularity: 0.399 + profile_path: null + - adult: false + cast_id: 470 + character: Wailing Woman + credit_id: 676e8d97bf10ff1984616dba + gender: 0 + id: 5143347 + known_for_department: Acting + name: Nadia El Masnaoui + order: 37 + original_name: Nadia El Masnaoui + popularity: 0.952 + profile_path: null + - adult: false + cast_id: 471 + character: Wailing Woman + credit_id: 676e8d9ee2976ba75b92b2ff + gender: 0 + id: 5143348 + known_for_department: Acting + name: Nisrine Machat + order: 38 + original_name: Nisrine Machat + popularity: 0.886 + profile_path: null + - adult: false + cast_id: 472 + character: Female Concubine + credit_id: 676e8dd0e2976ba75b92b31b + gender: 0 + id: 5143350 + known_for_department: Acting + name: Maud Oulhen + order: 39 + original_name: Maud Oulhen + popularity: 0.46 + profile_path: /r8vwniHFB2utfmRRlmFTZJBMbf4.jpg + - adult: false + cast_id: 473 + character: Female Concubine + credit_id: 676e8ddc3dff0de99b616ff0 + gender: 0 + id: 5143351 + known_for_department: Acting + name: Estelle Courret + order: 40 + original_name: Estelle Courret + popularity: 0.6 + profile_path: /vLBFFkmOEZT7d28aaKOvfSu1unF.jpg + - adult: false + cast_id: 474 + character: Female Concubine + credit_id: 676e8df062ba310fc012c951 + gender: 1 + id: 3818082 + known_for_department: Acting + name: Line Ancel + order: 41 + original_name: Line Ancel + popularity: 0.001 + profile_path: /a4I90c7VAFn0bSXbqEvePIGU29J.jpg + - adult: false + cast_id: 475 + character: Female Concubine + credit_id: 676e8df762ba310fc012c95a + gender: 1 + id: 5111658 + known_for_department: Acting + name: Sixtine Gignoux + order: 42 + original_name: Sixtine Gignoux + popularity: 0.001 + profile_path: /mWi8Pg36IIAW1gWzSnl8ACXwhTP.jpg + - adult: false + cast_id: 476 + character: Male Concubine + credit_id: 676e8e35cfe62644df12b6bb + gender: 0 + id: 3704971 + known_for_department: Acting + name: Igor Badnjar + order: 43 + original_name: Igor Badnjar + popularity: 0.001 + profile_path: null + - adult: false + cast_id: 477 + character: Male Concubine + credit_id: 676e8e462c9097b266615aa7 + gender: 0 + id: 4642454 + known_for_department: Acting + name: Romi Debart + order: 44 + original_name: Romi Debart + popularity: 0.001 + profile_path: null + - adult: false + cast_id: 478 + character: Male Concubine + credit_id: 676e8e56355bec07b092b65c + gender: 2 + id: 2532001 + known_for_department: Acting + name: Arnaud Préchac + order: 45 + original_name: Arnaud Préchac + popularity: 0.857 + profile_path: /3dyrKiO4x91GleH0SC9Do8LxW3V.jpg + - adult: false + cast_id: 436 + character: Brennos + credit_id: 673386cb29aa8ff244c0f8e6 + gender: 2 + id: 2525032 + known_for_department: Acting + name: Tom Moutchi + order: 46 + original_name: Tom Moutchi + popularity: 0.559 + profile_path: /yzZ15o9miyWG3RMhBiq7sjHQh8L.jpg + - adult: false + cast_id: 437 + character: Dorso + credit_id: 673386df02c49392f1e822e3 + gender: 2 + id: 1793027 + known_for_department: Acting + name: Dean Fagan + order: 47 + original_name: Dean Fagan + popularity: 1.225 + profile_path: /m0fe5GK7BhiZXczvyKEKD5KDV2P.jpg + - adult: false + cast_id: 442 + character: Macrinus' Companion (uncredited) + credit_id: 673db36d4435e78bfba76fe8 + gender: 1 + id: 1952051 + known_for_department: Acting + name: May Calamawy + order: 48 + original_name: May Calamawy + popularity: 5.889 + profile_path: /5S3nNkH5p85xK7k7AaXBZ0ouyOR.jpg + crew: + - adult: false + credit_id: 6500c6561bf26600ac74e78e + department: Camera + gender: 2 + id: 943 + job: Director of Photography + known_for_department: Camera + name: John Mathieson + original_name: John Mathieson + popularity: 2.162 + profile_path: /AkWm67UMEWHhF3BDfH32HkRl5oM.jpg + - adult: false + credit_id: 659831c1d7a70a128f6a5d40 + department: Sound + gender: 2 + id: 5553 + job: Original Music Composer + known_for_department: Sound + name: Harry Gregson-Williams + original_name: Harry Gregson-Williams + popularity: 5.82 + profile_path: /xLuIAM22zCffnzPyKOSRQQYh03C.jpg + - adult: false + credit_id: 63b877b9f04d0100ae57f7d0 + department: Art + gender: 2 + id: 944 + job: Production Design + known_for_department: Art + name: Arthur Max + original_name: Arthur Max + popularity: 3.91 + profile_path: /kIh83DFSNqWQuHsR0CiKw3Qjf2n.jpg + - adult: false + credit_id: 63b8e36650733c00ac63b37b + department: Writing + gender: 2 + id: 929 + job: Characters + known_for_department: Writing + name: David Franzoni + original_name: David Franzoni + popularity: 3.296 + profile_path: /uNDu3nnt5HCxuSxWAlDWrzQfWSz.jpg + - adult: false + credit_id: 65d5e91bed2ac2017c34e75b + department: Crew + gender: 2 + id: 1914415 + job: Military Consultant + known_for_department: Crew + name: Paul Biddiss + original_name: Paul Biddiss + popularity: 2.101 + profile_path: null + - adult: false + credit_id: 63dd4b3ece5d82008e0829b1 + department: Production + gender: 2 + id: 1527474 + job: Producer + known_for_department: Production + name: Michael A. Pruss + original_name: Michael A. Pruss + popularity: 0.259 + profile_path: null + - adult: false + credit_id: 63dd4b87cd20460081e150e8 + department: Costume & Make-Up + gender: 1 + id: 946 + job: Costume Design + known_for_department: Costume & Make-Up + name: Janty Yates + original_name: Janty Yates + popularity: 3.725 + profile_path: null + - adult: false + credit_id: 63e27d3fac8e6b00a0ba6f64 + department: Visual Effects + gender: 2 + id: 6060 + job: Special Effects Supervisor + known_for_department: Visual Effects + name: Neil Corbould + original_name: Neil Corbould + popularity: 2.794 + profile_path: /tyrIWpWILlaDroOuzRNI18G9PXn.jpg + - adult: false + credit_id: 63ffa9109653f600894eafee + department: Art + gender: 1 + id: 12787 + job: Set Decoration + known_for_department: Art + name: Elli Griff + original_name: Elli Griff + popularity: 3.891 + profile_path: /xH1jrTP58CVnGWPBICtpECd13g1.jpg + - adult: false + credit_id: 63ffa950c7176d009d6e735b + department: Art + gender: 0 + id: 3944590 + job: Sculptor + known_for_department: Art + name: Roberto Bolea + original_name: Roberto Bolea + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 63ffa959c7176d008188aa09 + department: Art + gender: 0 + id: 2752656 + job: Assistant Art Director + known_for_department: Art + name: Sara Taddei + original_name: Sara Taddei + popularity: 0.53 + profile_path: null + - adult: false + credit_id: 66142112a6a4c10186bdb779 + department: Production + gender: 2 + id: 9815 + job: Co-Producer + known_for_department: Production + name: Winston Azzopardi + original_name: Winston Azzopardi + popularity: 1.139 + profile_path: null + - adult: false + credit_id: 6614211c6c84920185fd3e59 + department: Production + gender: 0 + id: 1441663 + job: Executive Producer + known_for_department: Production + name: Aidan Elliott + original_name: Aidan Elliott + popularity: 1.023 + profile_path: null + - adult: false + credit_id: 661421286c8492012ffc121c + department: Production + gender: 0 + id: 1578651 + job: Executive Producer + known_for_department: Directing + name: Raymond Kirk + original_name: Raymond Kirk + popularity: 2.458 + profile_path: null + - adult: false + credit_id: 661421313d7454016207579e + department: Production + gender: 1 + id: 8701 + job: Executive Producer + known_for_department: Production + name: Laurie MacDonald + original_name: Laurie MacDonald + popularity: 3.989 + profile_path: /qmshY2CdaZKjl6s7K0fVWVFeO7p.jpg + - adult: false + credit_id: 6614213c3d7454014806c107 + department: Production + gender: 2 + id: 2212 + job: Executive Producer + known_for_department: Production + name: Walter F. Parkes + original_name: Walter F. Parkes + popularity: 5.583 + profile_path: /voOB5IhqOMvaweh44mfNnAYJBrq.jpg + - adult: false + credit_id: 661421623d74540185081f2d + department: Editing + gender: 1 + id: 11880 + job: Editor + known_for_department: Editing + name: Claire Simpson + original_name: Claire Simpson + popularity: 1.034 + profile_path: /l67tVrqKyvVnPeU0nfCgK3SzQnE.jpg + - adult: false + credit_id: 66142173048638017c1b0853 + department: Production + gender: 0 + id: 1519284 + job: Casting + known_for_department: Production + name: Salaheddine Benchegra + original_name: Salaheddine Benchegra + popularity: 0.619 + profile_path: null + - adult: false + credit_id: 661421c6ac617c014ab078b1 + department: Directing + gender: 2 + id: 1867158 + job: Second Assistant Director + known_for_department: Directing + name: Tarik Ait Ben Ali + original_name: Tarik Ait Ben Ali + popularity: 0.879 + profile_path: null + - adult: false + credit_id: 661421cfa6a4c10186bdb7cc + department: Directing + gender: 0 + id: 1993861 + job: Second Assistant Director + known_for_department: Directing + name: Jaafar Ameur + original_name: Jaafar Ameur + popularity: 0.868 + profile_path: null + - adult: false + credit_id: 661421f15437f501847e57aa + department: Directing + gender: 0 + id: 2237348 + job: First Assistant Director + known_for_department: Directing + name: Ben Burt + original_name: Ben Burt + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661421faac617c017db1bcc1 + department: Directing + gender: 0 + id: 4172549 + job: Third Assistant Director + known_for_department: Directing + name: Eamonn Cawley + original_name: Eamonn Cawley + popularity: 0.572 + profile_path: null + - adult: false + credit_id: 6614221e8ee0a9017ea45d48 + department: Directing + gender: 0 + id: 2470245 + job: Third Assistant Director + known_for_department: Directing + name: Callum Dawson + original_name: Callum Dawson + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661422795437f501647db733 + department: Directing + gender: 0 + id: 2237349 + job: Second Assistant Director + known_for_department: Directing + name: Oana Ene + original_name: Oana Ene + popularity: 0.623 + profile_path: null + - adult: false + credit_id: 661422848ee0a9017ea45d90 + department: Directing + gender: 0 + id: 3851957 + job: Second Second Assistant Director + known_for_department: Directing + name: Conor Feltham + original_name: Conor Feltham + popularity: 0.013 + profile_path: null + - adult: false + credit_id: 6614228e3d7454018508204d + department: Directing + gender: 2 + id: 1986808 + job: Third Assistant Director + known_for_department: Directing + name: Conor Flannery + original_name: Conor Flannery + popularity: 0.28 + profile_path: /b8xTpyRtL3c1VegG9nvr6weNT5t.jpg + - adult: false + credit_id: 661422a70bb07601623065f0 + department: Directing + gender: 0 + id: 4122876 + job: Assistant Director + known_for_department: Production + name: Dylan Henricson + original_name: Dylan Henricson + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661422c38ee0a9017ea45dc5 + department: Directing + gender: 0 + id: 2332282 + job: Second Assistant Director + known_for_department: Directing + name: Dan John + original_name: Dan John + popularity: 0.54 + profile_path: null + - adult: false + credit_id: 661422e359008601857e023c + department: Crew + gender: 0 + id: 2344789 + job: Set Production Assistant + known_for_department: Production + name: Diara Vassallo Ndiaye + original_name: Diara Vassallo Ndiaye + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661423150bb0760185311ee4 + department: Directing + gender: 0 + id: 2157635 + job: Third Assistant Director + known_for_department: Directing + name: Mohammed Hamza Regragui + original_name: Mohammed Hamza Regragui + popularity: 0.656 + profile_path: null + - adult: false + credit_id: 6614232c982f7401325fb097 + department: Crew + gender: 0 + id: 1324539 + job: Set Production Assistant + known_for_department: Art + name: Rafael Salazar + original_name: Rafael Salazar + popularity: 0.245 + profile_path: null + - adult: false + credit_id: 661423365437f501847e5840 + department: Directing + gender: 0 + id: 2936889 + job: Third Assistant Director + known_for_department: Directing + name: Krishan Sharda + original_name: Krishan Sharda + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614234a9bcd0f014a2aff82 + department: Directing + gender: 2 + id: 2507419 + job: Second Unit First Assistant Director + known_for_department: Directing + name: Nick Thomas + original_name: Nick Thomas + popularity: 0.682 + profile_path: null + - adult: false + credit_id: 661423546c84920185fd3f84 + department: Directing + gender: 0 + id: 3264409 + job: Third Assistant Director + known_for_department: Directing + name: Kieron Walshe + original_name: Kieron Walshe + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661423669408ec017d2b9789 + department: Directing + gender: 0 + id: 2651734 + job: Assistant Director + known_for_department: Production + name: Vanluke Watson + original_name: Vanluke Watson + popularity: 0.613 + profile_path: null + - adult: false + credit_id: 66142372d18b24017c342782 + department: Production + gender: 0 + id: 201871 + job: Production Assistant + known_for_department: Acting + name: Charlotte Weston + original_name: Charlotte Weston + popularity: 0.704 + profile_path: /kCOVoyTG3fKRg91DRmH278kqMr6.jpg + - adult: false + credit_id: 66142dcf8ee0a90165a3efdd + department: Production + gender: 0 + id: 4472653 + job: Location Manager + known_for_department: Production + name: Curtis Burrell + original_name: Curtis Burrell + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66142e04d18b24016333c489 + department: Production + gender: 0 + id: 4299209 + job: Location Assistant + known_for_department: Directing + name: Taha Drissi + original_name: Taha Drissi + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66142e0d5437f501847e5d20 + department: Production + gender: 0 + id: 1206006 + job: Assistant Location Manager + known_for_department: Acting + name: Malcolm Ellul + original_name: Malcolm Ellul + popularity: 1.546 + profile_path: /1MNlyQbwuTsJxywxEoe5NIUWyD3.jpg + - adult: false + credit_id: 66142e199bcd0f014a2b01d2 + department: Production + gender: 2 + id: 1867157 + job: Location Manager + known_for_department: Directing + name: Yann Mari Faget + original_name: Yann Mari Faget + popularity: 1.115 + profile_path: null + - adult: false + credit_id: 66142e2e982f74017e605697 + department: Production + gender: 0 + id: 1319626 + job: Location Manager + known_for_department: Production + name: John David Gunkle + original_name: John David Gunkle + popularity: 0.089 + profile_path: null + - adult: false + credit_id: 66142e37e10f46014a38e007 + department: Production + gender: 2 + id: 1505884 + job: Location Manager + known_for_department: Acting + name: Johnny Hopkins + original_name: Johnny Hopkins + popularity: 4.768 + profile_path: /xlhVNqdh2EBU6r3uwAvqDyyCxx7.jpg + - adult: false + credit_id: 66142e46d18b24017c342d8b + department: Production + gender: 0 + id: 4407889 + job: Assistant Unit Manager + known_for_department: Art + name: Georgia Jones + original_name: Georgia Jones + popularity: 0.176 + profile_path: null + - adult: false + credit_id: 66142eac982f7401656001c8 + department: Sound + gender: 0 + id: 1338287 + job: Music Editor + known_for_department: Sound + name: Tony Lewis + original_name: Tony Lewis + popularity: 0.522 + profile_path: null + - adult: false + credit_id: 66142ec6d18b24017c342de2 + department: Editing + gender: 0 + id: 3637968 + job: Assistant Editor + known_for_department: Editing + name: Stefano De Marco + original_name: Stefano De Marco + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66142ed0982f74017e6056e4 + department: Editing + gender: 0 + id: 2261973 + job: First Assistant Editor + known_for_department: Editing + name: Danielle El-Hendi + original_name: Danielle El-Hendi + popularity: 0.446 + profile_path: null + - adult: false + credit_id: 66142f1b8ee0a9017ea4643e + department: Editing + gender: 0 + id: 218173 + job: Assistant Editor + known_for_department: Acting + name: Roddy McDonald + original_name: Roddy McDonald + popularity: 0.042 + profile_path: null + - adult: false + credit_id: 66142f2b0bb07601853125c9 + department: Art + gender: 0 + id: 2053182 + job: Textile Artist + known_for_department: Costume & Make-Up + name: Tamsyn Lee Wilson + original_name: Tamsyn Lee Wilson + popularity: 0.897 + profile_path: null + - adult: false + credit_id: 66142fa80bb0760162306b4e + department: Costume & Make-Up + gender: 0 + id: 1917331 + job: Costume Set Supervisor + known_for_department: Costume & Make-Up + name: Hassan Taghriti + original_name: Hassan Taghriti + popularity: 0.602 + profile_path: null + - adult: false + credit_id: 66142fb8048638017c1b1102 + department: Costume & Make-Up + gender: 0 + id: 2232911 + job: Costume Set Supervisor + known_for_department: Costume & Make-Up + name: William Steggle + original_name: William Steggle + popularity: 0.545 + profile_path: null + - adult: false + credit_id: 66142fc36c84920185fd4550 + department: Costume & Make-Up + gender: 0 + id: 2612390 + job: Costume Assistant + known_for_department: Costume & Make-Up + name: Rupert Steggle + original_name: Rupert Steggle + popularity: 0.625 + profile_path: null + - adult: false + credit_id: 66142fe6982f74016560021f + department: Costume & Make-Up + gender: 0 + id: 1660255 + job: Costumer + known_for_department: Costume & Make-Up + name: Emma-Louise Ryan + original_name: Emma-Louise Ryan + popularity: 0.34 + profile_path: null + - adult: false + credit_id: 6614302c8ee0a90165a3f0ca + department: Costume & Make-Up + gender: 0 + id: 3187202 + job: Costume Assistant + known_for_department: Costume & Make-Up + name: Emma Rawnsley + original_name: Emma Rawnsley + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661430618ee0a90165a3f0dc + department: Costume & Make-Up + gender: 0 + id: 3342206 + job: Assistant Costume Designer + known_for_department: Costume & Make-Up + name: Melissa Moritz + original_name: Melissa Moritz + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661430779408ec017d2b9f83 + department: Costume & Make-Up + gender: 0 + id: 2264298 + job: Costume Assistant + known_for_department: Crew + name: Alesha Mitchell + original_name: Alesha Mitchell + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661430983d745401850829f0 + department: Costume & Make-Up + gender: 0 + id: 4141931 + job: Costume Assistant + known_for_department: Costume & Make-Up + name: Angeliki Michaelidou Matsi + original_name: Angeliki Michaelidou Matsi + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661430a2d18b24016333c517 + department: Costume & Make-Up + gender: 0 + id: 1798082 + job: Assistant Costume Designer + known_for_department: Costume & Make-Up + name: Claudio Manzi + original_name: Claudio Manzi + popularity: 0.51 + profile_path: null + - adult: false + credit_id: 661430c39bcd0f017d2b51c0 + department: Costume & Make-Up + gender: 0 + id: 1405369 + job: Costume Assistant + known_for_department: Costume & Make-Up + name: Anna Izquierdo + original_name: Anna Izquierdo + popularity: 0.258 + profile_path: null + - adult: false + credit_id: 661430e25437f501647dbb96 + department: Costume & Make-Up + gender: 0 + id: 1918459 + job: Costumer + known_for_department: Costume & Make-Up + name: Samuela Galea + original_name: Samuela Galea + popularity: 1.078 + profile_path: null + - adult: false + credit_id: 6614312ce10f460163395041 + department: Costume & Make-Up + gender: 0 + id: 2559321 + job: Costume Supervisor + known_for_department: Costume & Make-Up + name: Amelia Bianchi + original_name: Amelia Bianchi + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143148048638017c1b11dd + department: Costume & Make-Up + gender: 0 + id: 1434870 + job: Assistant Costume Designer + known_for_department: Costume & Make-Up + name: Stella Atkinson + original_name: Stella Atkinson + popularity: 1.092 + profile_path: null + - adult: false + credit_id: 66143159a6a4c10162bce3d2 + department: Costume & Make-Up + gender: 2 + id: 1610228 + job: Costumer + known_for_department: Costume & Make-Up + name: Craig Anthony + original_name: Craig Anthony + popularity: 0.808 + profile_path: null + - adult: false + credit_id: 661431776c84920162fcaf79 + department: Costume & Make-Up + gender: 0 + id: 2157665 + job: Costume Assistant + known_for_department: Costume & Make-Up + name: Othmane Ajana + original_name: Othmane Ajana + popularity: 0.547 + profile_path: null + - adult: false + credit_id: 661431a39408ec01632acae9 + department: Production + gender: 1 + id: 3018234 + job: Casting Assistant + known_for_department: Acting + name: Kate Edmonds + original_name: Kate Edmonds + popularity: 1.903 + profile_path: /jg14GNsEEjQCQlqHIzu5gFWWWVb.jpg + - adult: false + credit_id: 661431bcd18b24016333c55e + department: Production + gender: 0 + id: 3079929 + job: Casting Coordinator + known_for_department: Production + name: Brenda Camilleri + original_name: Brenda Camilleri + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661431c6a6a4c10162bce402 + department: Production + gender: 2 + id: 1475892 + job: Casting Coordinator + known_for_department: Production + name: Hamid Ait Timaghrit + original_name: Hamid Ait Timaghrit + popularity: 0.633 + profile_path: null + - adult: false + credit_id: 661431cf6c84920149fc384d + department: Production + gender: 0 + id: 3820238 + job: Casting Assistant + known_for_department: Production + name: Saïd Aamoum + original_name: Saïd Aamoum + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614320059008601627d34ed + department: Camera + gender: 0 + id: 2156095 + job: Key Grip + known_for_department: Camera + name: Dave Wells + original_name: Dave Wells + popularity: 0.889 + profile_path: null + - adult: false + credit_id: 6614320cac617c017db1c55a + department: Camera + gender: 0 + id: 3864251 + job: Camera Trainee + known_for_department: Lighting + name: Kenza Tazi + original_name: Kenza Tazi + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143231d18b24016333c57f + department: Lighting + gender: 0 + id: 2153687 + job: Lighting Technician + known_for_department: Lighting + name: Adrian Sworn + original_name: Adrian Sworn + popularity: 0.428 + profile_path: null + - adult: false + credit_id: 66143254048638017c1b1266 + department: Camera + gender: 0 + id: 1363579 + job: Camera Operator + known_for_department: Camera + name: Katie Swain + original_name: Katie Swain + popularity: 0.246 + profile_path: null + - adult: false + credit_id: 66143265a6a4c10186bdc196 + department: Camera + gender: 0 + id: 1363579 + job: Second Unit Director of Photography + known_for_department: Camera + name: Katie Swain + original_name: Katie Swain + popularity: 0.246 + profile_path: null + - adult: false + credit_id: 661432855437f501647dbc2d + department: Camera + gender: 2 + id: 1635048 + job: Camera Operator + known_for_department: Camera + name: Basil Smith + original_name: Basil Smith + popularity: 0.286 + profile_path: null + - adult: false + credit_id: 661432a804863801631a47ae + department: Camera + gender: 0 + id: 1302376 + job: Dolly Grip + known_for_department: Camera + name: Massimo Rinella + original_name: Massimo Rinella + popularity: 0.109 + profile_path: null + - adult: false + credit_id: 661432b83d7454014806c401 + department: Camera + gender: 0 + id: 1402937 + job: '"B" Camera Operator' + known_for_department: Camera + name: Chris Plevin + original_name: Chris Plevin + popularity: 0.68 + profile_path: null + - adult: false + credit_id: 661432c2d18b24016333c5b0 + department: Camera + gender: 0 + id: 1426336 + job: '"C" Camera Operator' + known_for_department: Camera + name: Richard Philpott + original_name: Richard Philpott + popularity: 0.547 + profile_path: null + - adult: false + credit_id: 661432d6e10f4601a439f66a + department: Camera + gender: 0 + id: 1441677 + job: Still Photographer + known_for_department: Camera + name: Aidan Monaghan + original_name: Aidan Monaghan + popularity: 0.305 + profile_path: null + - adult: false + credit_id: 661432e115a4a1017df7adcb + department: Crew + gender: 0 + id: 1627988 + job: Video Assist Operator + known_for_department: Crew + name: Youssef Mohattane + original_name: Youssef Mohattane + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661432ea5437f501647dbc4e + department: Camera + gender: 0 + id: 2159199 + job: Focus Puller + known_for_department: Camera + name: Keith McNamara + original_name: Keith McNamara + popularity: 0.104 + profile_path: null + - adult: false + credit_id: 661433095437f5014a7d5794 + department: Lighting + gender: 0 + id: 1519298 + job: Gaffer + known_for_department: Lighting + name: Driss Marzak + original_name: Driss Marzak + popularity: 0.484 + profile_path: null + - adult: false + credit_id: 661433153d74540185082add + department: Crew + gender: 0 + id: 2890088 + job: Drone Operator + known_for_department: Camera + name: Aerial Malta + original_name: Aerial Malta + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661433216c84920185fd46d2 + department: Lighting + gender: 0 + id: 3139020 + job: Gaffer + known_for_department: Lighting + name: Lee Knight + original_name: Lee Knight + popularity: 1.065 + profile_path: null + - adult: false + credit_id: 6614332fac617c017db1c5d8 + department: Crew + gender: 0 + id: 3341366 + job: Video Assist Operator + known_for_department: Camera + name: Jack Kelly + original_name: Jack Kelly + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614335bac617c017db1c5fa + department: Lighting + gender: 0 + id: 2157714 + job: Rigging Grip + known_for_department: Camera + name: Hassan Hajhouj + original_name: Hassan Hajhouj + popularity: 0.08 + profile_path: null + - adult: false + credit_id: 6614337d048638017c1b1315 + department: Camera + gender: 0 + id: 2932059 + job: Digital Imaging Technician + known_for_department: Camera + name: Ryan Gatt + original_name: Ryan Gatt + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661433879408ec01632acc07 + department: Camera + gender: 0 + id: 2895672 + job: Dolly Grip + known_for_department: Camera + name: Donavan Gallagher + original_name: Donavan Gallagher + popularity: 0.119 + profile_path: null + - adult: false + credit_id: 66143397e10f4601a439f6df + department: Camera + gender: 0 + id: 2211255 + job: Digital Imaging Technician + known_for_department: Camera + name: Gastone Ferrante + original_name: Gastone Ferrante + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661433a69408ec017d2ba0f5 + department: Crew + gender: 0 + id: 2890072 + job: Drone Operator + known_for_department: Camera + name: Mario Demanuele + original_name: Mario Demanuele + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661433c0048638013019828e + department: Lighting + gender: 0 + id: 3079943 + job: Key Rigging Grip + known_for_department: Camera + name: Maverick Debono + original_name: Maverick Debono + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661433c96c84920162fcb029 + department: Crew + gender: 0 + id: 2533398 + job: Video Assist Operator + known_for_department: Camera + name: James Culloty + original_name: James Culloty + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661433e4048638014919ba7a + department: Camera + gender: 2 + id: 1408354 + job: '"A" Camera Operator' + known_for_department: Camera + name: Pete Cavaciuti + original_name: Pete Cavaciuti + popularity: 1.108 + profile_path: null + - adult: false + credit_id: 661433ec9bcd0f01312abc2d + department: Camera + gender: 2 + id: 1408354 + job: Steadicam Operator + known_for_department: Camera + name: Pete Cavaciuti + original_name: Pete Cavaciuti + popularity: 1.108 + profile_path: null + - adult: false + credit_id: 661433f5ac617c0164b0f988 + department: Camera + gender: 0 + id: 3079944 + job: Camera Operator + known_for_department: Camera + name: Benjamin Borg Cardona + original_name: Benjamin Borg Cardona + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661433ff3d74540185082b68 + department: Camera + gender: 0 + id: 2265401 + job: Camera Operator + known_for_department: Camera + name: Ciro Candia + original_name: Ciro Candia + popularity: 0.665 + profile_path: /8GKGw81PJnJDg1aDCH0BRN4waIt.jpg + - adult: false + credit_id: 66143416e10f4601a439f712 + department: Camera + gender: 0 + id: 3380828 + job: Camera Trainee + known_for_department: Production + name: Gabriel Bucher + original_name: Gabriel Bucher + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614343e15a4a1017df7ae50 + department: Camera + gender: 0 + id: 1619639 + job: Camera Operator + known_for_department: Camera + name: Amine Boudour + original_name: Amine Boudour + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614344a5437f501847e6052 + department: Camera + gender: 0 + id: 3002924 + job: Best Boy Grip + known_for_department: Camera + name: Gordon Borg + original_name: Gordon Borg + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143456d18b24016333c655 + department: Crew + gender: 0 + id: 3079949 + job: Video Assist Operator + known_for_department: Crew + name: Amadeo Bezzina + original_name: Amadeo Bezzina + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614345e8ee0a90165a3f1d7 + department: Production + gender: 0 + id: 3982453 + job: Data Management Technician + known_for_department: Production + name: Jake Bennett-Young + original_name: Jake Bennett-Young + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614348d9408ec01632acc44 + department: Lighting + gender: 0 + id: 2202187 + job: Rigging Gaffer + known_for_department: Lighting + name: Yassine Abounouom + original_name: Yassine Abounouom + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661434cc9bcd0f014a2b0318 + department: Crew + gender: 2 + id: 1697622 + job: Stunts + known_for_department: Crew + name: Steve Abela + original_name: Steve Abela + popularity: 0.968 + profile_path: null + - adult: false + credit_id: 661434d45437f501647dbc96 + department: Crew + gender: 2 + id: 1554026 + job: Stunts + known_for_department: Crew + name: Younes Afroukh + original_name: Younes Afroukh + popularity: 2.298 + profile_path: null + - adult: false + credit_id: 661434dda6a4c10186bdc300 + department: Crew + gender: 1 + id: 2881848 + job: Stunt Double + known_for_department: Crew + name: Aurélia Agel + original_name: Aurélia Agel + popularity: 7.176 + profile_path: /65jldkmfDloJqJzmWSfmk2ex2J0.jpg + - adult: false + credit_id: 661434e79bcd0f017d2b5327 + department: Crew + gender: 2 + id: 1291797 + job: Stunt Double + known_for_department: Crew + name: Clay Donahue Fontenot + original_name: Clay Donahue Fontenot + popularity: 3.065 + profile_path: /qipU9rM8SyqXDC7mTsynN2f8ze2.jpg + - adult: false + credit_id: 661434f0048638014919babe + department: Crew + gender: 0 + id: 3446430 + job: Stunts + known_for_department: Crew + name: James Apps + original_name: James Apps + popularity: 1.802 + profile_path: null + - adult: false + credit_id: 661434f859008601857e0d8b + department: Crew + gender: 0 + id: 4144648 + job: Stunts + known_for_department: Crew + name: Victor Aquilina + original_name: Victor Aquilina + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143508a6a4c10162bce516 + department: Crew + gender: 0 + id: 2193150 + job: Stunts + known_for_department: Acting + name: Adam Behan + original_name: Adam Behan + popularity: 1.538 + profile_path: null + - adult: false + credit_id: 661435118ee0a90165a3f205 + department: Crew + gender: 0 + id: 3282108 + job: Stunts + known_for_department: Crew + name: Tarik Belmekki + original_name: Tarik Belmekki + popularity: 0.371 + profile_path: null + - adult: false + credit_id: 66143527d18b24016333c6b0 + department: Crew + gender: 2 + id: 234621 + job: Stunts + known_for_department: Crew + name: Alexander Bracq + original_name: Alexander Bracq + popularity: 4.144 + profile_path: /bX55S9X9XHeL6HGuzrehJhqJpcQ.jpg + - adult: false + credit_id: 6614352e0bb07600c92f8b17 + department: Crew + gender: 0 + id: 4046391 + job: Stunts + known_for_department: Crew + name: Lucas Breathnach + original_name: Lucas Breathnach + popularity: 0.477 + profile_path: null + - adult: false + credit_id: 6614353d0bb07601853129a2 + department: Crew + gender: 0 + id: 3248328 + job: Stunts + known_for_department: Crew + name: Paul Burke + original_name: Paul Burke + popularity: 0.088 + profile_path: null + - adult: false + credit_id: 661435443d74540185082c20 + department: Crew + gender: 0 + id: 4144654 + job: Stunts + known_for_department: Crew + name: Ryan Busuttil + original_name: Ryan Busuttil + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661435530bb07601853129aa + department: Crew + gender: 2 + id: 3919031 + job: Stunts + known_for_department: Crew + name: Matthew Camilleri + original_name: Matthew Camilleri + popularity: 0.001 + profile_path: /jZFLXu4rFcvxeJgDAp9L6RXxNpO.jpg + - adult: false + credit_id: 6614355e59008600e37c9df3 + department: Crew + gender: 0 + id: 4101499 + job: Stunts + known_for_department: Acting + name: Daniel Carrión + original_name: Daniel Carrión + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143578982f74017e605a25 + department: Crew + gender: 0 + id: 1583579 + job: Stunts + known_for_department: Crew + name: Morgan Chetcuti + original_name: Morgan Chetcuti + popularity: 0.511 + profile_path: /yDGX3XQrIJXvQiVNXo3IndarEAq.jpg + - adult: false + credit_id: 661435803d74540162075f5c + department: Crew + gender: 2 + id: 1849452 + job: Stunts + known_for_department: Crew + name: Tony Christian + original_name: Tony Christian + popularity: 1.099 + profile_path: /vQNmZWh5msxjOYbSn5ZkPVajfgF.jpg + - adult: false + credit_id: 66143588982f74016560033a + department: Crew + gender: 0 + id: 4049977 + job: Stunts + known_for_department: Crew + name: Peppijna Dalli + original_name: Peppijna Dalli + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661435993d74540185082c4d + department: Crew + gender: 2 + id: 2423288 + job: Stunts + known_for_department: Crew + name: Genadiy Ganchev + original_name: Genadiy Ganchev + popularity: 0.498 + profile_path: /m0BOcXmUIviwHLURcymPa3aI2JW.jpg + - adult: false + credit_id: 661435ab59008601627d36b3 + department: Crew + gender: 0 + id: 4317278 + job: Stunts + known_for_department: Crew + name: Hayden Grech + original_name: Hayden Grech + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661435b4e10f460163395145 + department: Crew + gender: 2 + id: 3154786 + job: Stunts + known_for_department: Crew + name: Richard Hall + original_name: Richard Hall + popularity: 0.714 + profile_path: null + - adult: false + credit_id: 661435bde10f46013038b69d + department: Crew + gender: 0 + id: 4351972 + job: Stunts + known_for_department: Crew + name: Chris Hallaways + original_name: Chris Hallaways + popularity: 0.571 + profile_path: null + - adult: false + credit_id: 661435c5ac617c014ab07b8e + department: Crew + gender: 0 + id: 2060103 + job: Stunts + known_for_department: Crew + name: Viktor Hristov + original_name: Viktor Hristov + popularity: 0.096 + profile_path: null + - adult: false + credit_id: 661435e059008601627d36c8 + department: Crew + gender: 0 + id: 1449604 + job: Stunts + known_for_department: Acting + name: Alard Hufner + original_name: Alard Hufner + popularity: 0.174 + profile_path: null + - adult: false + credit_id: 661435f4d18b240149337e82 + department: Crew + gender: 2 + id: 1116958 + job: Stunts + known_for_department: Crew + name: Radoslav Ignatov + original_name: Radoslav Ignatov + popularity: 0.598 + profile_path: null + - adult: false + credit_id: 661435fc6c8492012ffc1371 + department: Crew + gender: 0 + id: 1797928 + job: Stunts + known_for_department: Crew + name: Ivan Iliev + original_name: Ivan Iliev + popularity: 0.206 + profile_path: null + - adult: false + credit_id: 661436055437f501847e6140 + department: Crew + gender: 0 + id: 2758128 + job: Stunts + known_for_department: Crew + name: Othman Ilyassa + original_name: Othman Ilyassa + popularity: 0.791 + profile_path: null + - adult: false + credit_id: 661436150bb0760162306d2b + department: Crew + gender: 2 + id: 1172814 + job: Stunts + known_for_department: Acting + name: Lucky Johnson + original_name: Lucky Johnson + popularity: 0.972 + profile_path: null + - adult: false + credit_id: 661436245437f501647dbce9 + department: Crew + gender: 0 + id: 1709351 + job: Stunt Double + known_for_department: Crew + name: Dylan Jones + original_name: Dylan Jones + popularity: 0.238 + profile_path: null + - adult: false + credit_id: 6614362de10f46016339516c + department: Crew + gender: 1 + id: 3352337 + job: Stunts + known_for_department: Crew + name: Maureen Lavoyer + original_name: Maureen Lavoyer + popularity: 0.415 + profile_path: null + - adult: false + credit_id: 661436368ee0a90165a3f279 + department: Crew + gender: 0 + id: 4453406 + job: Stunts + known_for_department: Acting + name: Vitas Le Bas + original_name: Vitas Le Bas + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614363f8ee0a9017ea467b0 + department: Crew + gender: 0 + id: 2507813 + job: Stunts + known_for_department: Crew + name: Will Mackay + original_name: Will Mackay + popularity: 0.085 + profile_path: null + - adult: false + credit_id: 66143648d18b24016333c73e + department: Crew + gender: 0 + id: 4144667 + job: Stunts + known_for_department: Crew + name: Mark Mallia + original_name: Mark Mallia + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614365359008601857e0e54 + department: Crew + gender: 2 + id: 3158546 + job: Stunt Double + known_for_department: Acting + name: Harry Makanga + original_name: Harry Makanga + popularity: 0.395 + profile_path: /osIb0RBgxaWuh9p2dKlSC3OG6Dz.jpg + - adult: false + credit_id: 6614365d59008601627d36fb + department: Crew + gender: 0 + id: 4637138 + job: Stunts + known_for_department: Crew + name: Roberto Dias McCarthy + original_name: Roberto Dias McCarthy + popularity: 0.001 + profile_path: null + - adult: true + credit_id: 66143668e10f4601a439f85a + department: Crew + gender: 2 + id: 2128314 + job: Stunts + known_for_department: Acting + name: Philip McDean + original_name: Philip McDean + popularity: 1.38 + profile_path: /pxM2u6yG31iVjU749O4cgdLsh5u.jpg + - adult: false + credit_id: 6614367d3d74540162075fc6 + department: Crew + gender: 2 + id: 2163887 + job: Stunts + known_for_department: Acting + name: Faisal Mohammed + original_name: Faisal Mohammed + popularity: 1.842 + profile_path: /f6bAPrTX1zuhqOSmpmFVTk4Xuuw.jpg + - adult: false + credit_id: 6614368c048638017c1b14eb + department: Crew + gender: 2 + id: 2299914 + job: Stunts + known_for_department: Acting + name: Pablo Márquez + original_name: Pablo Márquez + popularity: 0.473 + profile_path: /fhDC9uAw1RvUGOZ2SsPWzfZuTB6.jpg + - adult: false + credit_id: 66143695048638017c1b14fe + department: Crew + gender: 2 + id: 3505064 + job: Stunts + known_for_department: Crew + name: Grégory Nolbas + original_name: Grégory Nolbas + popularity: 0.837 + profile_path: null + - adult: false + credit_id: 661436b6048638017c1b150e + department: Crew + gender: 0 + id: 2991133 + job: Stunt Double + known_for_department: Acting + name: Michael Oladele + original_name: Michael Oladele + popularity: 1.68 + profile_path: null + - adult: false + credit_id: 661436bfa6a4c10186bdc3f6 + department: Crew + gender: 0 + id: 3989794 + job: Stunts + known_for_department: Crew + name: Abdellah Ouksih + original_name: Abdellah Ouksih + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661436c7982f74017e605a98 + department: Crew + gender: 0 + id: 3040181 + job: Stunts + known_for_department: Acting + name: Chris Pace + original_name: Chris Pace + popularity: 0.517 + profile_path: null + - adult: false + credit_id: 661436d059008600e37c9e2b + department: Crew + gender: 2 + id: 1358716 + job: Stunts + known_for_department: Crew + name: Rob Pavey + original_name: Rob Pavey + popularity: 0.314 + profile_path: /bKmidWZWGYy9j5jYdoGq0s3gB3C.jpg + - adult: false + credit_id: 661436d73d74540185082ce9 + department: Crew + gender: 2 + id: 1394407 + job: Stunts + known_for_department: Acting + name: Laurent Plancel + original_name: Laurent Plancel + popularity: 2.3 + profile_path: /wL6VvpT67w3FtT1bvnjTeLOSIxb.jpg + - adult: false + credit_id: 661436e48ee0a9017ea46819 + department: Crew + gender: 0 + id: 2770597 + job: Stunt Double + known_for_department: Crew + name: Andrej Riabokon + original_name: Andrej Riabokon + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661436eed18b240149337ee8 + department: Crew + gender: 0 + id: 4010914 + job: Stunts + known_for_department: Crew + name: Aitoufqir Rida + original_name: Aitoufqir Rida + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661436f60bb0760162306d62 + department: Crew + gender: 1 + id: 3664927 + job: Stunts + known_for_department: Acting + name: Florine Silva + original_name: Florine Silva + popularity: 0.498 + profile_path: null + - adult: false + credit_id: 661436ff6c84920149fc3976 + department: Crew + gender: 0 + id: 2770596 + job: Stunt Double + known_for_department: Crew + name: Zach Roberts + original_name: Zach Roberts + popularity: 1.112 + profile_path: null + - adult: false + credit_id: 66143708d18b24017c343133 + department: Crew + gender: 0 + id: 2423293 + job: Stunts + known_for_department: Crew + name: Vasil Simeonov + original_name: Vasil Simeonov + popularity: 0.315 + profile_path: null + - adult: false + credit_id: 66143710e10f4601633951b3 + department: Crew + gender: 2 + id: 2789454 + job: Stunts + known_for_department: Crew + name: Mike Snow + original_name: Mike Snow + popularity: 0.591 + profile_path: /cvInpzuBhQ33X6lvZbEQgG43LYu.jpg + - adult: false + credit_id: 661437196c84920149fc3984 + department: Crew + gender: 0 + id: 2920594 + job: Stunts + known_for_department: Crew + name: Peter Syckelmoore + original_name: Peter Syckelmoore + popularity: 0.07 + profile_path: null + - adult: false + credit_id: 661437205437f5014a7d57f3 + department: Crew + gender: 2 + id: 2866181 + job: Stunts + known_for_department: Crew + name: Justin Sysum + original_name: Justin Sysum + popularity: 0.288 + profile_path: /p9PHin7Y7yYXSZbIsAUncBtWViH.jpg + - adult: false + credit_id: 6614372b048638017c1b154d + department: Crew + gender: 0 + id: 3410721 + job: Stunt Double + known_for_department: Crew + name: Harvey Taylor + original_name: Harvey Taylor + popularity: 0.878 + profile_path: null + - adult: false + credit_id: 66143735982f74017e605ac7 + department: Crew + gender: 0 + id: 2473934 + job: Stunts + known_for_department: Acting + name: Phillip Ray Tommy + original_name: Phillip Ray Tommy + popularity: 0.593 + profile_path: /zfORtuJ7oHb2d55sFEJShsEot5.jpg + - adult: false + credit_id: 6614373d3d74540185082d29 + department: Crew + gender: 2 + id: 1701651 + job: Stunts + known_for_department: Crew + name: Vencislav Stojanov + original_name: Vencislav Stojanov + popularity: 0.576 + profile_path: /96klIXOQhsJJS0ZR7V4qBhKmsgj.jpg + - adult: false + credit_id: 6614374a3d74540185082d36 + department: Crew + gender: 0 + id: 2507817 + job: Stunts + known_for_department: Crew + name: Elmo Walker + original_name: Elmo Walker + popularity: 2.065 + profile_path: null + - adult: false + credit_id: 661437535437f501647dbd7a + department: Crew + gender: 0 + id: 2270889 + job: Stunts + known_for_department: Crew + name: Keith Ward + original_name: Keith Ward + popularity: 0.353 + profile_path: null + - adult: false + credit_id: 6614375d59008601627d374a + department: Crew + gender: 0 + id: 2153563 + job: Stunts + known_for_department: Crew + name: Peter White + original_name: Peter White + popularity: 0.905 + profile_path: null + - adult: false + credit_id: 661437653d74540185082d45 + department: Crew + gender: 2 + id: 2272527 + job: Stunts + known_for_department: Crew + name: Richie Wilson + original_name: Richie Wilson + popularity: 0.368 + profile_path: /fupLzCf0GkZ36O7BOuMk3swILZg.jpg + - adult: false + credit_id: 661437700bb0760162306d8d + department: Crew + gender: 0 + id: 2660237 + job: Stunt Coordinator + known_for_department: Directing + name: Natalie Wright-Cella + original_name: Natalie Wright-Cella + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614377a59008600e37c9e6e + department: Crew + gender: 2 + id: 2086774 + job: Stunts + known_for_department: Crew + name: Vasil Yordanov + original_name: Vasil Yordanov + popularity: 0.952 + profile_path: null + - adult: false + credit_id: 661437829408ec017d2ba325 + department: Crew + gender: 0 + id: 2770586 + job: Stunts + known_for_department: Crew + name: Ramon Álvarez + original_name: Ramon Álvarez + popularity: 1.397 + profile_path: null + - adult: false + credit_id: 661437b26c84920162fcb0ce + department: Visual Effects + gender: 2 + id: 2808013 + job: 3D Artist + known_for_department: Visual Effects + name: Reetu Aggarwal + original_name: Reetu Aggarwal + popularity: 0.577 + profile_path: null + - adult: false + credit_id: 661437d304863801631a4885 + department: Visual Effects + gender: 0 + id: 2269723 + job: Visual Effects Compositor + known_for_department: Visual Effects + name: Luke Armstrong + original_name: Luke Armstrong + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661437fbe10f4601633951fc + department: Visual Effects + gender: 2 + id: 1354927 + job: Visual Effects Supervisor + known_for_department: Visual Effects + name: Ed Bruce + original_name: Ed Bruce + popularity: 0.612 + profile_path: null + - adult: false + credit_id: 6614383cd18b24017c3431c0 + department: Crew + gender: 0 + id: 1467811 + job: Visual Effects Editor + known_for_department: Visual Effects + name: Michael Cheung + original_name: Michael Cheung + popularity: 0.185 + profile_path: null + - adult: false + credit_id: 661438a2d18b24017c3431f0 + department: Visual Effects + gender: 0 + id: 1736608 + job: 3D Artist + known_for_department: Visual Effects + name: Zoltán Lányi + original_name: Zoltán Lányi + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661438bd8ee0a9017ea468f8 + department: Visual Effects + gender: 0 + id: 1558540 + job: Visual Effects Producer + known_for_department: Visual Effects + name: Edward Randolph + original_name: Edward Randolph + popularity: 0.129 + profile_path: null + - adult: false + credit_id: 661438e28ee0a90165a3f305 + department: Visual Effects + gender: 0 + id: 2142856 + job: Visual Effects Compositor + known_for_department: Visual Effects + name: David Schott + original_name: David Schott + popularity: 0.008 + profile_path: null + - adult: false + credit_id: 66143902e10f4601a439f97a + department: Visual Effects + gender: 0 + id: 3005981 + job: Animation + known_for_department: Visual Effects + name: Wayne Simmons + original_name: Wayne Simmons + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614391d6c84920162fcb166 + department: Visual Effects + gender: 0 + id: 4026809 + job: Visual Effects Compositor + known_for_department: Crew + name: Bilal Terrar + original_name: Bilal Terrar + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614392a982f74017e605b82 + department: Visual Effects + gender: 0 + id: 3346142 + job: 3D Artist + known_for_department: Acting + name: Máté Vörös + original_name: Máté Vörös + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143a1cac617c017db1c971 + department: Crew + gender: 0 + id: 1544660 + job: Special Effects Technician + known_for_department: Crew + name: Adrian Nica + original_name: Adrian Nica + popularity: 0.141 + profile_path: null + - adult: false + credit_id: 66143a2559008600b47c5938 + department: Crew + gender: 0 + id: 4317331 + job: Special Effects Technician + known_for_department: Crew + name: Justin Montebello + original_name: Justin Montebello + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143a3dac617c017db1c97f + department: Crew + gender: 0 + id: 1579411 + job: Special Effects Coordinator + known_for_department: Crew + name: Zuzana Milfort + original_name: Zuzana Milfort + popularity: 0.028 + profile_path: null + - adult: false + credit_id: 66143a54048638017c1b16f0 + department: Crew + gender: 0 + id: 3106083 + job: Special Effects Technician + known_for_department: Crew + name: Mike March + original_name: Mike March + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143a6f9408ec01632ace59 + department: Crew + gender: 0 + id: 3035436 + job: Special Effects Assistant + known_for_department: Crew + name: Gavin Kidner + original_name: Gavin Kidner + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143a7c15a4a1014af7aaea + department: Crew + gender: 2 + id: 1232791 + job: Special Effects Technician + known_for_department: Visual Effects + name: Adam Howarth + original_name: Adam Howarth + popularity: 0.544 + profile_path: null + - adult: false + credit_id: 66143a9b982f74017e605c1c + department: Crew + gender: 0 + id: 3486399 + job: Special Effects Technician + known_for_department: Sound + name: Will Harvey + original_name: Will Harvey + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143be8e10f46014a38e16a + department: Art + gender: 0 + id: 3152982 + job: Art Department Coordinator + known_for_department: Art + name: Laila Ait Oujamaa + original_name: Laila Ait Oujamaa + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143bfc0bb0760162306ea6 + department: Art + gender: 0 + id: 2202181 + job: Set Decoration Buyer + known_for_department: Art + name: Tarik Amchemar + original_name: Tarik Amchemar + popularity: 0.041 + profile_path: null + - adult: false + credit_id: 66143c079408ec01492a4b36 + department: Art + gender: 0 + id: 2539961 + job: Assistant Art Director + known_for_department: Art + name: Andrea Arces + original_name: Andrea Arces + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143c24d18b24016333c854 + department: Art + gender: 0 + id: 2876606 + job: Standby Property Master + known_for_department: Art + name: Youness Benbakrim + original_name: Youness Benbakrim + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143c32d18b240149337f86 + department: Art + gender: 1 + id: 2847134 + job: Set Decoration Buyer + known_for_department: Art + name: Molly Blake + original_name: Molly Blake + popularity: 0.095 + profile_path: null + - adult: false + credit_id: 66143c418ee0a90132a38ce1 + department: Art + gender: 0 + id: 1797891 + job: Assistant Art Director + known_for_department: Art + name: Cesco Bonello + original_name: Cesco Bonello + popularity: 0.892 + profile_path: null + - adult: false + credit_id: 66143c4b9bcd0f017d2b5555 + department: Art + gender: 0 + id: 2012900 + job: Assistant Art Director + known_for_department: Art + name: Sven Bonnici + original_name: Sven Bonnici + popularity: 0.046 + profile_path: null + - adult: false + credit_id: 66143c7559008601857e11c3 + department: Art + gender: 0 + id: 3504695 + job: Painter + known_for_department: Art + name: Giuseppe Cafagna + original_name: Giuseppe Cafagna + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143c8fa6a4c10162bce6e0 + department: Art + gender: 0 + id: 3945627 + job: Construction Coordinator + known_for_department: Art + name: Olivia Carney + original_name: Olivia Carney + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143ca3a6a4c10186bdc6fe + department: Crew + gender: 0 + id: 1423425 + job: Scenic Artist + known_for_department: Crew + name: Lino Chetcuti + original_name: Lino Chetcuti + popularity: 0.686 + profile_path: null + - adult: false + credit_id: 66143cb29bcd0f017d2b557c + department: Art + gender: 0 + id: 3588227 + job: Set Dresser + known_for_department: Art + name: Archie Cook + original_name: Archie Cook + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143cbfa6a4c10186bdc713 + department: Art + gender: 0 + id: 3504581 + job: Assistant Set Decoration + known_for_department: Art + name: Mojca Crnic + original_name: Mojca Crnic + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143ccbe10f46014a38e192 + department: Art + gender: 2 + id: 1408371 + job: Art Direction + known_for_department: Art + name: Charlo Dalli + original_name: Charlo Dalli + popularity: 0.459 + profile_path: null + - adult: false + credit_id: 66143cd8048638017c1b1836 + department: Art + gender: 0 + id: 1891307 + job: Property Master + known_for_department: Art + name: Garry Dawson + original_name: Garry Dawson + popularity: 0.396 + profile_path: null + - adult: false + credit_id: 66143ce30bb0760185312e83 + department: Art + gender: 0 + id: 4304158 + job: Assistant Art Director + known_for_department: Art + name: Branislav Dimov + original_name: Branislav Dimov + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143cefac617c017db1caa9 + department: Art + gender: 0 + id: 2704264 + job: Set Decoration Buyer + known_for_department: Art + name: Betane Driss + original_name: Betane Driss + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143d1dd18b24016333c889 + department: Art + gender: 2 + id: 2533725 + job: Assistant Set Decoration + known_for_department: Art + name: Nathan Elliott + original_name: Nathan Elliott + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143d2d0bb0760185312ebe + department: Art + gender: 0 + id: 2968810 + job: Assistant Set Decoration + known_for_department: Art + name: Isabella Faull + original_name: Isabella Faull + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143d6415a4a1017df7b0f2 + department: Art + gender: 0 + id: 1944831 + job: Concept Artist + known_for_department: Art + name: Kim Frederiksen + original_name: Kim Frederiksen + popularity: 0.37 + profile_path: null + - adult: false + credit_id: 66143d6e3d74540162076206 + department: Art + gender: 0 + id: 2068107 + job: Assistant Art Director + known_for_department: Art + name: Damián Galán Álvarez + original_name: Damián Galán Álvarez + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143d879408ec01632acf7d + department: Art + gender: 0 + id: 1579410 + job: Construction Manager + known_for_department: Art + name: Dylan Gouder + original_name: Dylan Gouder + popularity: 0.201 + profile_path: null + - adult: false + credit_id: 66143d973d7454014806c57a + department: Art + gender: 0 + id: 1545921 + job: Props + known_for_department: Art + name: Abdenabi Izlaguen + original_name: Abdenabi Izlaguen + popularity: 0.339 + profile_path: null + - adult: false + credit_id: 66143dc4982f74014b5fca0a + department: Art + gender: 0 + id: 2003886 + job: Assistant Art Director + known_for_department: Acting + name: James Laing + original_name: James Laing + popularity: 0.528 + profile_path: null + - adult: false + credit_id: 66143de904863801631a4a2c + department: Art + gender: 0 + id: 1743001 + job: Assistant Set Decoration + known_for_department: Art + name: Candice Marchlewski + original_name: Candice Marchlewski + popularity: 0.172 + profile_path: null + - adult: false + credit_id: 66143df259008601857e12b5 + department: Art + gender: 1 + id: 1578404 + job: Supervising Art Director + known_for_department: Art + name: Tamara Marini + original_name: Tamara Marini + popularity: 0.892 + profile_path: null + - adult: false + credit_id: 66143dfc3d745401850830f0 + department: Art + gender: 0 + id: 2068125 + job: Assistant Art Director + known_for_department: Art + name: Ana Martínez Fernández + original_name: Ana Martínez Fernández + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143e3004863801631a4a43 + department: Art + gender: 0 + id: 2162415 + job: Set Dresser + known_for_department: Art + name: Piotr Micyk + original_name: Piotr Micyk + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143e3cd18b24017c34342f + department: Art + gender: 0 + id: 1957199 + job: Assistant Art Director + known_for_department: Art + name: Dániel Miklós + original_name: Dániel Miklós + popularity: 1.046 + profile_path: null + - adult: false + credit_id: 66143e4be10f4601a439fb77 + department: Visual Effects + gender: 0 + id: 3845456 + job: 3D Artist + known_for_department: Art + name: Krstic Milan + original_name: Krstic Milan + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143e6f8ee0a90165a3f3f5 + department: Art + gender: 0 + id: 2502854 + job: Assistant Set Decoration + known_for_department: Art + name: Sonja Nenadić + original_name: Sonja Nenadić + popularity: 0.781 + profile_path: null + - adult: false + credit_id: 66143e7a9408ec01632acfca + department: Art + gender: 0 + id: 1368860 + job: Assistant Art Director + known_for_department: Art + name: Nikolai Nikolov + original_name: Nikolai Nikolov + popularity: 0.25 + profile_path: null + - adult: false + credit_id: 66143e90e10f4601a439fb8c + department: Crew + gender: 0 + id: 3621187 + job: Scenic Artist + known_for_department: Art + name: Julie O'Connor + original_name: Julie O'Connor + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143e9e6c84920162fcb253 + department: Art + gender: 0 + id: 1405686 + job: Assistant Set Decoration + known_for_department: Art + name: Ellie Pash + original_name: Ellie Pash + popularity: 0.721 + profile_path: null + - adult: false + credit_id: 66143edbe10f46014a38e1d3 + department: Art + gender: 1 + id: 2909154 + job: Assistant Set Decoration + known_for_department: Art + name: Aoife Power + original_name: Aoife Power + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143ef8ac617c017db1cb98 + department: Art + gender: 0 + id: 2129431 + job: Painter + known_for_department: Art + name: Markus Ruiz + original_name: Markus Ruiz + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143f0659008601857e1353 + department: Art + gender: 0 + id: 4514284 + job: Standby Property Master + known_for_department: Art + name: Kenrick Ruthven + original_name: Kenrick Ruthven + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143f30e10f4601a439fbdc + department: Art + gender: 1 + id: 2923022 + job: Set Designer + known_for_department: Art + name: Ana Saric + original_name: Ana Saric + popularity: 0.311 + profile_path: null + - adult: false + credit_id: 66143f4a9408ec017d2ba6b4 + department: Art + gender: 0 + id: 3079913 + job: Art Department Coordinator + known_for_department: Production + name: Natali Shershulskaya + original_name: Natali Shershulskaya + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143f55048638014919bc11 + department: Art + gender: 0 + id: 2734689 + job: Assistant Set Decoration + known_for_department: Acting + name: Alexander Simkin + original_name: Alexander Simkin + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143f5f5437f501847e64b4 + department: Art + gender: 0 + id: 2156105 + job: Concept Artist + known_for_department: Art + name: Jessica Sinclair + original_name: Jessica Sinclair + popularity: 0.102 + profile_path: null + - adult: false + credit_id: 66143f7859008601857e1381 + department: Art + gender: 0 + id: 3939471 + job: Assistant Art Director + known_for_department: Art + name: Chris Straessle + original_name: Chris Straessle + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143fbed18b24017c34349f + department: Production + gender: 0 + id: 1663950 + job: Unit Production Manager + known_for_department: Production + name: Darren Chesney + original_name: Darren Chesney + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66143fc904863801631a4aa2 + department: Production + gender: 0 + id: 1922281 + job: Unit Manager + known_for_department: Production + name: Sam Courtnage + original_name: Sam Courtnage + popularity: 0.374 + profile_path: null + - adult: false + credit_id: 66143fd09408ec01632ad01e + department: Production + gender: 0 + id: 1206006 + job: Unit Manager + known_for_department: Acting + name: Malcolm Ellul + original_name: Malcolm Ellul + popularity: 1.546 + profile_path: /1MNlyQbwuTsJxywxEoe5NIUWyD3.jpg + - adult: false + credit_id: 66143ff2a6a4c10186bdc8ab + department: Production + gender: 0 + id: 3969548 + job: Production Manager + known_for_department: Production + name: Nath Rodriguez + original_name: Nath Rodriguez + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661440133d74540185083263 + department: Production + gender: 0 + id: 2143742 + job: Unit Manager + known_for_department: Production + name: Rasul Kalyayev + original_name: Rasul Kalyayev + popularity: 0.037 + profile_path: null + - adult: false + credit_id: 6614404515a4a10164f7add1 + department: Production + gender: 0 + id: 3079921 + job: Unit Manager + known_for_department: Production + name: Matthew Camilleri + original_name: Matthew Camilleri + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661440709408ec017d2ba768 + department: Costume & Make-Up + gender: 0 + id: 3020385 + job: Hairstylist + known_for_department: Costume & Make-Up + name: Eva Fernández + original_name: Eva Fernández + popularity: 1.55 + profile_path: null + - adult: false + credit_id: 6614409f15a4a1017df7b219 + department: Costume & Make-Up + gender: 1 + id: 25060 + job: Makeup Designer + known_for_department: Costume & Make-Up + name: Jana Carboni + original_name: Jana Carboni + popularity: 0.554 + profile_path: null + - adult: false + credit_id: 661440af9408ec017d2ba789 + department: Costume & Make-Up + gender: 0 + id: 2481617 + job: Hairstylist + known_for_department: Costume & Make-Up + name: Daniele Fiori + original_name: Daniele Fiori + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661440bba6a4c1012fbc37ec + department: Costume & Make-Up + gender: 0 + id: 2769011 + job: Hairstylist + known_for_department: Costume & Make-Up + name: Nicola Griguoli + original_name: Nicola Griguoli + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661440c66c84920149fc3ac1 + department: Costume & Make-Up + gender: 1 + id: 3490620 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Elizabeth Eva Hedley + original_name: Elizabeth Eva Hedley + popularity: 0.001 + profile_path: /iXNyUyJXldCSCAHFQ8IluOvFaYM.jpg + - adult: false + credit_id: 661440d133a53301648623a3 + department: Costume & Make-Up + gender: 0 + id: 1551801 + job: Makeup Supervisor + known_for_department: Costume & Make-Up + name: Charlie Hounslow + original_name: Charlie Hounslow + popularity: 1.078 + profile_path: null + - adult: false + credit_id: 661440da8ee0a9017ea46ce4 + department: Costume & Make-Up + gender: 0 + id: 4453701 + job: Hairstylist + known_for_department: Costume & Make-Up + name: Said Lachkar + original_name: Said Lachkar + popularity: 0.476 + profile_path: null + - adult: false + credit_id: 661440f19408ec01492a4b9a + department: Costume & Make-Up + gender: 0 + id: 2967649 + job: Hairstylist + known_for_department: Costume & Make-Up + name: Hamdan Malika + original_name: Hamdan Malika + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 661440fd9408ec017d2ba7a9 + department: Costume & Make-Up + gender: 2 + id: 2059543 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Luca Mazzoccoli + original_name: Luca Mazzoccoli + popularity: 0.117 + profile_path: null + - adult: false + credit_id: 6614411115a4a10164f7adfb + department: Costume & Make-Up + gender: 0 + id: 3345817 + job: Makeup Artist + known_for_department: Costume & Make-Up + name: Lisa Pantaleoni + original_name: Lisa Pantaleoni + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6614412ce10f4601a439fcc1 + department: Costume & Make-Up + gender: 1 + id: 4299181 + job: Hair Supervisor + known_for_department: Costume & Make-Up + name: Kerstin Weller + original_name: Kerstin Weller + popularity: 0.602 + profile_path: null + - adult: false + credit_id: 662ab5c8e8d0b4011e10fdb0 + department: Costume & Make-Up + gender: 2 + id: 1324461 + job: Costume Design + known_for_department: Costume & Make-Up + name: David Crossman + original_name: David Crossman + popularity: 3.143 + profile_path: null + - adult: false + credit_id: 6450a35d435011012424437b + department: Editing + gender: 2 + id: 1333160 + job: Editor + known_for_department: Editing + name: Sam Restivo + original_name: Sam Restivo + popularity: 0.956 + profile_path: null + - adult: false + credit_id: 6450a36c93bd6900f01ab326 + department: Production + gender: 1 + id: 62257 + job: Casting + known_for_department: Production + name: Kate Rhodes James + original_name: Kate Rhodes James + popularity: 1.406 + profile_path: /wbT1bFGQAuqgVbXfQdlxWRBIqDD.jpg + - adult: false + credit_id: 6450a394d7107e010adebaea + department: Art + gender: 2 + id: 3167018 + job: Supervising Art Director + known_for_department: Art + name: David Ingram + original_name: David Ingram + popularity: 0.472 + profile_path: null + - adult: false + credit_id: 6450a3a0af85de00e723c4c7 + department: Art + gender: 0 + id: 1790904 + job: Art Direction + known_for_department: Art + name: Laura Miller + original_name: Laura Miller + popularity: 0.596 + profile_path: null + - adult: false + credit_id: 6450a3cd435011015e922100 + department: Art + gender: 0 + id: 4040159 + job: Set Dresser + known_for_department: Art + name: Raja Achoukhane + original_name: Raja Achoukhane + popularity: 0.479 + profile_path: null + - adult: false + credit_id: 6450a3d893bd6901746a8118 + department: Art + gender: 0 + id: 4040161 + job: Sculptor + known_for_department: Art + name: Rino Banko + original_name: Rino Banko + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a3e8af85de015be670ac + department: Art + gender: 0 + id: 1405374 + job: Art Department Coordinator + known_for_department: Art + name: Francesca Birri + original_name: Francesca Birri + popularity: 0.535 + profile_path: null + - adult: false + credit_id: 6450a3f912b10e053f238b25 + department: Art + gender: 0 + id: 4040163 + job: Painter + known_for_department: Art + name: Mohamed Bouhadra + original_name: Mohamed Bouhadra + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a41dd7107e00ebe0412b + department: Art + gender: 0 + id: 4040164 + job: Sculptor + known_for_department: Art + name: Vjekoslav Filipovic + original_name: Vjekoslav Filipovic + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a42712b10e053dd66f87 + department: Art + gender: 0 + id: 4040165 + job: Painter + known_for_department: Art + name: Aomar Hessaini + original_name: Aomar Hessaini + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a43faf85de00e723c523 + department: Art + gender: 0 + id: 1335543 + job: Greensman + known_for_department: Art + name: Roger Holden + original_name: Roger Holden + popularity: 0.694 + profile_path: null + - adult: false + credit_id: 6450a44be942ee015b73cbc7 + department: Art + gender: 0 + id: 4040169 + job: Sculptor + known_for_department: Art + name: Danijel Mataija + original_name: Danijel Mataija + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a45493bd6901746a8162 + department: Art + gender: 0 + id: 4040171 + job: Assistant Art Director + known_for_department: Art + name: Emanuela Piu + original_name: Emanuela Piu + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a45ee16e5a01401fd5a4 + department: Art + gender: 0 + id: 4040173 + job: Painter + known_for_department: Art + name: Samah Saoui + original_name: Samah Saoui + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a46bd7107e00ebe0415d + department: Art + gender: 0 + id: 2659290 + job: Assistant Art Director + known_for_department: Directing + name: Melkior Serdarevic + original_name: Melkior Serdarevic + popularity: 0.014 + profile_path: null + - adult: false + credit_id: 6450a47ce16e5a0123a46635 + department: Sound + gender: 2 + id: 928495 + job: Sound Mixer + known_for_department: Sound + name: Stéphane Bucher + original_name: Stéphane Bucher + popularity: 0.77 + profile_path: /tHpjwZtBYHdWh4FaEaYtTiG0xEC.jpg + - adult: false + credit_id: 6450a48812b10e053f238b66 + department: Sound + gender: 0 + id: 2132523 + job: Boom Operator + known_for_department: Sound + name: Josselin Panchout + original_name: Josselin Panchout + popularity: 0.255 + profile_path: null + - adult: false + credit_id: 6450a4b0af85de013e641c72 + department: Crew + gender: 2 + id: 1797832 + job: Fight Choreographer + known_for_department: Crew + name: Cali Nelle + original_name: Cali Nelle + popularity: 3.48 + profile_path: /9JsBGeqfSe0Hugz9IWdkUUGIhhL.jpg + - adult: false + credit_id: 6450a4df12b10e054230fad8 + department: Costume & Make-Up + gender: 0 + id: 4040176 + job: Costume Coordinator + known_for_department: Costume & Make-Up + name: Elena Rotatori + original_name: Elena Rotatori + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a4eaaf85de0104c0a53a + department: Costume & Make-Up + gender: 0 + id: 1411107 + job: Assistant Costume Designer + known_for_department: Costume & Make-Up + name: Maurizio Torti + original_name: Maurizio Torti + popularity: 0.245 + profile_path: null + - adult: false + credit_id: 6450a4feaf85de00e723c592 + department: Crew + gender: 0 + id: 2143598 + job: Special Effects Technician + known_for_department: Crew + name: Tibor Skornyak + original_name: Tibor Skornyak + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a513e942ee00e5e47995 + department: Crew + gender: 0 + id: 4040178 + job: Special Effects Technician + known_for_department: Crew + name: Charles Montebello + original_name: Charles Montebello + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a51c435011015e9221db + department: Crew + gender: 0 + id: 4040179 + job: Special Effects Technician + known_for_department: Crew + name: Joe Montabello + original_name: Joe Montabello + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a525d7107e016b7ddd11 + department: Crew + gender: 0 + id: 3079955 + job: Special Effects Technician + known_for_department: Crew + name: Robert Grech + original_name: Robert Grech + popularity: 1.011 + profile_path: null + - adult: false + credit_id: 6450a52ee942ee00e25911c6 + department: Crew + gender: 2 + id: 6060 + job: Special Effects Technician + known_for_department: Visual Effects + name: Neil Corbould + original_name: Neil Corbould + popularity: 2.794 + profile_path: /tyrIWpWILlaDroOuzRNI18G9PXn.jpg + - adult: false + credit_id: 6450a539d7107e010adebc2c + department: Visual Effects + gender: 0 + id: 1556505 + job: Special Effects Supervisor + known_for_department: Visual Effects + name: Kenneth Cassar + original_name: Kenneth Cassar + popularity: 0.313 + profile_path: null + - adult: false + credit_id: 6450a544e942ee00e5e479b9 + department: Crew + gender: 0 + id: 4040180 + job: Special Effects Coordinator + known_for_department: Crew + name: Graziella Cassar + original_name: Graziella Cassar + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a554e942ee015b73cc74 + department: Crew + gender: 0 + id: 4040182 + job: Special Effects Technician + known_for_department: Crew + name: Karl Brincat + original_name: Karl Brincat + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 6450a55dd7107e00ebe041fb + department: Crew + gender: 0 + id: 2333173 + job: Special Effects Technician + known_for_department: Crew + name: Lawrence Attard + original_name: Lawrence Attard + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 668da391eaafae55aeae112c + department: Crew + gender: 2 + id: 2770611 + job: Stunts + known_for_department: Crew + name: Bogdan Kumšackij + original_name: Bogdan Kumšackij + popularity: 3.048 + profile_path: /bJSkpkpRSbb7DgIVovxKu2cagN6.jpg + - adult: false + credit_id: 668da6b1a5de770dd5ae11df + department: Crew + gender: 1 + id: 4733517 + job: Stunts + known_for_department: Crew + name: Ayesha Hussain + original_name: Ayesha Hussain + popularity: 0.001 + profile_path: /7bChdeG2k7GoAf8nG12p05Ssrbe.jpg + - adult: false + credit_id: 668df8fc1f11861a2832bf42 + department: Writing + gender: 2 + id: 225633 + job: Story + known_for_department: Writing + name: Peter Craig + original_name: Peter Craig + popularity: 8.384 + profile_path: /5r0nnz5JJ8bIiUfcK2TaasmJm3h.jpg + - adult: false + credit_id: 668df9082e771e88710d3cdf + department: Writing + gender: 2 + id: 21527 + job: Story + known_for_department: Writing + name: David Scarpa + original_name: David Scarpa + popularity: 5.93 + profile_path: null + - adult: false + credit_id: 668df91162c5f3902cb3042c + department: Writing + gender: 2 + id: 21527 + job: Screenplay + known_for_department: Writing + name: David Scarpa + original_name: David Scarpa + popularity: 5.93 + profile_path: null + - adult: false + credit_id: 668dfa5dd512e9d9610a49e4 + department: Production + gender: 2 + id: 929 + job: Producer + known_for_department: Writing + name: David Franzoni + original_name: David Franzoni + popularity: 3.296 + profile_path: /uNDu3nnt5HCxuSxWAlDWrzQfWSz.jpg + - adult: false + credit_id: 66981be9a154c0256d9990ea + department: Crew + gender: 0 + id: 4233225 + job: Post Production Assistant + known_for_department: Production + name: Fabrizio Fenech + original_name: Fabrizio Fenech + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66acc9cb9c51a487dba15501 + department: Art + gender: 1 + id: 41336 + job: Set Decoration + known_for_department: Art + name: Jille Azis + original_name: Jille Azis + popularity: 2.341 + profile_path: null + - adult: false + credit_id: 5bdc0fbf0e0a26332f008f8b + department: Directing + gender: 2 + id: 578 + job: Director + known_for_department: Directing + name: Ridley Scott + original_name: Ridley Scott + popularity: 22.624 + profile_path: /zABJmN9opmqD4orWl3KSdCaSo7Q.jpg + - adult: false + credit_id: 66c5314e2b988c22a8d115ea + department: Art + gender: 0 + id: 3164741 + job: Assistant Art Director + known_for_department: Art + name: Dario Nolé + original_name: Dario Nolé + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66c69461912210473b3950dc + department: Crew + gender: 2 + id: 3520035 + job: Stunts + known_for_department: Crew + name: James Offield + original_name: James Offield + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 66cf1a8de47e8360ddcd9b6f + department: Visual Effects + gender: 0 + id: 1551913 + job: Visual Effects Supervisor + known_for_department: Visual Effects + name: Mark Bakowski + original_name: Mark Bakowski + popularity: 0.522 + profile_path: /uZZf4cGU4pM9Jg8za9WRfr3TJfj.jpg + - adult: false + credit_id: 5d367bb260c51d001480c621 + department: Production + gender: 2 + id: 578 + job: Producer + known_for_department: Directing + name: Ridley Scott + original_name: Ridley Scott + popularity: 22.624 + profile_path: /zABJmN9opmqD4orWl3KSdCaSo7Q.jpg + - adult: false + credit_id: 5d367bc0ab68490013842c17 + department: Production + gender: 2 + id: 931 + job: Producer + known_for_department: Production + name: Douglas Wick + original_name: Douglas Wick + popularity: 2.594 + profile_path: null + - adult: false + credit_id: 5d367bdae54d5d0013da094f + department: Production + gender: 1 + id: 19862 + job: Producer + known_for_department: Production + name: Lucy Fisher + original_name: Lucy Fisher + popularity: 0.864 + profile_path: null + - adult: false + credit_id: 67254a65e7b37c73c69d383c + department: Art + gender: 2 + id: 1665616 + job: Main Title Designer + known_for_department: Art + name: Matt Curtis + original_name: Matt Curtis + popularity: 3.444 + profile_path: /ijoE4C3RQvaLqaDSxkDiEgpQXNv.jpg + - adult: false + credit_id: 674115aa5cac041cfae29634 + department: Sound + gender: 1 + id: 948 + job: Vocals + known_for_department: Sound + name: Lisa Gerrard + original_name: Lisa Gerrard + popularity: 3.393 + profile_path: /pJnB0SuB96d6ZLVfIm7rvbwnXuZ.jpg + - adult: false + credit_id: 67423212d8db7dd1ba453980 + department: Sound + gender: 0 + id: 3921444 + job: Utility Sound + known_for_department: Sound + name: Nouhayla Ayari + original_name: Nouhayla Ayari + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 67423233ac27f516d9f3572c + department: Sound + gender: 0 + id: 5077569 + job: Utility Sound + known_for_department: Sound + name: Luke Brickley + original_name: Luke Brickley + popularity: 0.044 + profile_path: null + - adult: false + credit_id: 67423240d8db7dd1ba453989 + department: Sound + gender: 2 + id: 40823 + job: Foley Artist + known_for_department: Sound + name: Peter Burgis + original_name: Peter Burgis + popularity: 4.27 + profile_path: /ApVqfB7TmNAIBtCcwVlWSy2iuQ6.jpg + - adult: false + credit_id: 6742324e015d2e0f702e36a6 + department: Sound + gender: 0 + id: 1338220 + job: Supervising Sound Editor + known_for_department: Sound + name: Matthew Collinge + original_name: Matthew Collinge + popularity: 1.812 + profile_path: null + - adult: false + credit_id: 67423257d8db7dd1ba45398f + department: Sound + gender: 0 + id: 1338220 + job: Sound Re-Recording Mixer + known_for_department: Sound + name: Matthew Collinge + original_name: Matthew Collinge + popularity: 1.812 + profile_path: null + - adult: false + credit_id: 674232636370ecad3fffe0fc + department: Sound + gender: 0 + id: 1409297 + job: Sound Designer + known_for_department: Sound + name: Paul Carter + original_name: Paul Carter + popularity: 0.262 + profile_path: null + - adult: false + credit_id: 6742326dd8db7dd1ba45399d + department: Sound + gender: 0 + id: 5077572 + job: Utility Sound + known_for_department: Sound + name: Jonathan d'Alessandro + original_name: Jonathan d'Alessandro + popularity: 0.035 + profile_path: null + - adult: false + credit_id: 6742327c703e85589d189f26 + department: Sound + gender: 2 + id: 1335556 + job: Sound Designer + known_for_department: Sound + name: Michael Fentum + original_name: Michael Fentum + popularity: 2.844 + profile_path: null + - adult: false + credit_id: 6742328aac27f516d9f3574c + department: Sound + gender: 0 + id: 2843329 + job: Dialogue Editor + known_for_department: Sound + name: Aleksey Kuznetsov + original_name: Aleksey Kuznetsov + popularity: 0.032 + profile_path: null + - adult: false + credit_id: 674232979f40a7aaf6ea1d1e + department: Sound + gender: 0 + id: 1873467 + job: Boom Operator + known_for_department: Sound + name: Stephane Malenfant + original_name: Stephane Malenfant + popularity: 0.459 + profile_path: null + - adult: false + credit_id: 674232a36370ecad3fffe13d + department: Sound + gender: 2 + id: 113073 + job: Sound Re-Recording Mixer + known_for_department: Sound + name: Paul Massey + original_name: Paul Massey + popularity: 2.639 + profile_path: /tWhvSEIPMJVrxeWZ1deVGbMxZLY.jpg + - adult: false + credit_id: 674232af8b4e4c2ef6f7c30d + department: Sound + gender: 0 + id: 4180361 + job: Foley Editor + known_for_department: Sound + name: Joe O'Halloran + original_name: Joe O'Halloran + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 674232c0d8db7dd1ba4539b6 + department: Sound + gender: 0 + id: 1905492 + job: Sound Effects Editor + known_for_department: Sound + name: Rob Prynne + original_name: Rob Prynne + popularity: 0.867 + profile_path: null + - adult: false + credit_id: 674232d6d8db7dd1ba4539c1 + department: Sound + gender: 0 + id: 3258692 + job: Sound Designer + known_for_department: Sound + name: Alyn Sclosa + original_name: Alyn Sclosa + popularity: 1.261 + profile_path: null + - adult: false + credit_id: 674232ea9f40a7aaf6ea1d46 + department: Sound + gender: 0 + id: 1409296 + job: Supervising Sound Editor + known_for_department: Sound + name: Danny Sheehan + original_name: Danny Sheehan + popularity: 0.359 + profile_path: null + - adult: false + credit_id: 674232fb703e85589d189f57 + department: Sound + gender: 0 + id: 1248356 + job: Sound Effects Editor + known_for_department: Sound + name: Rob Turner + original_name: Rob Turner + popularity: 0.423 + profile_path: null + - adult: false + credit_id: 67423305d8db7dd1ba4539c9 + department: Sound + gender: 0 + id: 2704303 + job: Boom Operator + known_for_department: Sound + name: Mohamed Waaziz + original_name: Mohamed Waaziz + popularity: 0.001 + profile_path: null + - adult: false + credit_id: 67423310d8db7dd1ba4539cf + department: Sound + gender: 0 + id: 1682570 + job: Sound Designer + known_for_department: Sound + name: Rowan Watson + original_name: Rowan Watson + popularity: 0.217 + profile_path: null + - adult: false + credit_id: 6742331dd8db7dd1ba4539db + department: Sound + gender: 0 + id: 1784593 + job: Foley Artist + known_for_department: Sound + name: Anna Wright + original_name: Anna Wright + popularity: 0.173 + profile_path: null + - adult: false + credit_id: 6751fb518af6d3feb3aff666 + department: Art + gender: 2 + id: 15512 + job: Assistant Set Decoration + known_for_department: Art + name: Fergus Clegg + original_name: Fergus Clegg + popularity: 0.946 + profile_path: /2PSVztVPzImGwZ4QutkARYQqYs7.jpg + id: 558449 + + /credit/{credit_id}: + get: + tags: + - CREDIT + summary: Details + description: This endpoint is used get a movie or TV credit details by ID. + operationId: details4 + parameters: + - name: credit_id + in: path + required: true + schema: + type: string + example: '' + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=21799 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 30 Dec 2024 16:53:23 GMT + ETag: + schema: + type: string + example: W/"70c6c89c700023e2032bf5dd95941fcd" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 d4b41c13595dcfd327649d8cdea72ce8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: iQs_kPPZxvsmqgF04KsX46fpfusJWgcah_WMu84id9yrS5iI-xKvbg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '17' + x-memc-expires: + schema: + type: string + example: '21799' + x-memc-key: + schema: + type: string + example: 23aad0d5dc8ac858b673222348ca9aec + content: + application/json: + schema: + type: object + properties: + credit_type: + type: string + example: cast + description: Indicates the type of credit associated with the person in the media—here it is "cast," which means the person is an actor in the production. + department: + type: string + example: Acting + description: The department where the person worked; in this case, "Acting" refers to the performing arts section of the production team. + id: + type: string + example: 52fe4250c3a36847f80149f3 + description: The unique identifier associated with the credit entry itself, which can be referenced separately within the database; here it is a unique string. + job: + type: string + example: Actor + description: Specifies the role of the individual in the department. + media: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for adults + backdrop_path: + type: string + example: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg + description: The URL path to the movie's backdrop image (used for background displays). + character: + type: string + example: Narrator + description: The name of the character portrayed by the person in the media. + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + description: An array of genre IDs that represent the types of genres the movie falls under. + id: + type: number + example: 550 + description: A unique identifier for the movie. + media_type: + type: string + example: movie + description: It refers the type of media involved. + original_language: + type: string + example: en + description: The original language in which the movie was produced. + original_title: + type: string + example: Fight Club + description: The original title of the movie as it was released + overview: + type: string + example: >- + A ticking-time-bomb insomniac and a slippery soap + salesman channel primal male aggression into a + shocking new form of therapy. Their concept catches + on, with underground "fight clubs" forming in every + town, until an eccentric gets in the way and ignites + an out-of-control spiral toward oblivion. + description: A brief summary of the movie's plot. + popularity: + type: number + example: 115.18 + description: A numerical value indicating the popularity of the movie, often based on user interactions and ratings. + poster_path: + type: string + example: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg + description: The URL path to the movie's poster image (used for display purposes). + release_date: + type: string + example: '1999-10-15' + description: The release date of the movie in the format YYYY-MM-DD. + title: + type: string + example: Fight Club + description: The title of the movie as displayed to the audience. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 8.4 + description: The average rating of the movie based on user votes. + vote_count: + type: number + example: 29575 + description: The total number of votes cast for the movie. + media_type: + type: string + example: movie + description: It refers the type of media involved. + person: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the individual is associated with adult content; "false" means they are not involved in adult-oriented material. + gender: + type: number + example: 2 + description: Numeric representation of the person’s gender; "2" usually signifies male (based on a typical classification where 1 = female, 2 = male). + id: + type: number + example: 819 + description: The unique identifier for the person in the database. + known_for_department: + type: string + example: Acting + description: Indicates the branch of work the person is most recognized. + media_type: + type: string + example: person + description: Indicates the type of the person object, identified as "person." + name: + type: string + example: Edward Norton + description: The name of the individual associated with the credit. + original_name: + type: string + example: Edward Norton + description: The original name of the individual. + popularity: + type: number + example: 23.946 + description: A numerical value representing the popularity of the actor. + profile_path: + type: string + example: /8nytsqL59SFJTVYVrN72k6qkGgJ.jpg + description: The path to the profile image of the person, which visually represents the individual; it suggests where the profile picture can be accessed. + examples: + details: + value: + credit_type: cast + department: Acting + id: 52fe4250c3a36847f80149f3 + job: Actor + media: + adult: false + backdrop_path: /hZkgoQYus5vegHoetLkCJzb17zJ.jpg + character: Narrator + genre_ids: + - 18 + id: 550 + media_type: movie + original_language: en + original_title: Fight Club + overview: >- + A ticking-time-bomb insomniac and a slippery soap + salesman channel primal male aggression into a shocking + new form of therapy. Their concept catches on, with + underground "fight clubs" forming in every town, until + an eccentric gets in the way and ignites an + out-of-control spiral toward oblivion. + popularity: 115.18 + poster_path: /pB8BM7pdSp6B6Ih7QZ4DrQ3PmJK.jpg + release_date: '1999-10-15' + title: Fight Club + video: false + vote_average: 8.4 + vote_count: 29575 + media_type: movie + person: + adult: false + gender: 2 + id: 819 + known_for_department: Acting + media_type: person + name: Edward Norton + original_name: Edward Norton + popularity: 23.946 + profile_path: /8nytsqL59SFJTVYVrN72k6qkGgJ.jpg + + /discover/movie: + get: + tags: + - DISCOVER + summary: Movie + description: This endpoint find movies using over 30 filters and sort options. + operationId: movie + parameters: + - name: certification + in: query + description: Used to filter results based on the film's certification rating (e.g., PG, R) in conjunction with the region parameters. + schema: + type: string + - name: certification.gte + in: query + description: Filters results that have a certification rating greater than or equal to the specified value. This is used in conjunction with the region. + schema: + type: string + - name: certification.lte + in: query + description: Filters results that have a certification rating less than or equal to the specified value. This is used in conjunction with the region. + schema: + type: string + - name: certification_country + in: query + description: Specifies the country to filter by the certification rating. It is used alongside certification, certification.gte, and certification.lte filters. + schema: + type: string + - $ref: '#/components/parameters/include_adult' + - name: include_video + in: query + description: Includes videos in the results if set to true. By default, this is set to false. + schema: + type: string + enum: + - true + - false + example: 'false' + + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - name: primary_relaase_year + in: query + description: Filters results to only include those released in the specified year. + schema: + type: integer + example: '' + - name: primary_release_date.gte + in: query + description: Filters results to only include those released on or after the specified date. + schema: + type: integer + example: '' + - name: primary_release_date.lte + in: query + description: Filters results to only include those released on or before the specified date. + schema: + type: string + example: '' + - $ref: '#/components/parameters/region' + - name: release_date.gte + in: query + description: Filters results to only include those released on or after the specified date. + schema: + type: string + example: '' + - name: release_date.lte + in: query + description: Filters results to only include those released on or before the specified date. + schema: + type: string + example: '' + - $ref: '#/components/parameters/sorts_by' + - $ref: '#/components/parameters/vote_average.gte' + - $ref: '#/components/parameters/vote_average.lte' + - $ref: '#/components/parameters/vote_count.gte' + - $ref: '#/components/parameters/vote_count.lte' + - $ref: '#/components/parameters/watch_region' + - $ref: '#/components/parameters/with_cast' + - $ref: '#/components/parameters/with_companies' + - $ref: '#/components/parameters/with_crew' + - $ref: '#/components/parameters/with_genres' + - $ref: '#/components/parameters/with_keyword' + - $ref: '#/components/parameters/with_origin_country' + - $ref: '#/components/parameters/with_original_language' + - $ref: '#/components/parameters/with_people' + - $ref: '#/components/parameters/with_release_type' + - $ref: '#/components/parameters/with_runtime.gte' + - $ref: '#/components/parameters/with_runtime.lte' + - $ref: '#/components/parameters/with_watch_monetization' + - $ref: '#/components/parameters/with_watch_providers' + - $ref: '#/components/parameters/without_companies' + - $ref: '#/components/parameters/without_genres' + - $ref: '#/components/parameters/without_keywords' + - $ref: '#/components/parameters/without_watch_providers' + - $ref: '#/components/parameters/year' + + responses: + '200': + description: movie + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=15273 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Thu, 02 Jan 2025 15:17:55 GMT + ETag: + schema: + type: string + example: W/"d653b23dc7195963c28a7b65afef5bf2" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 51391527dd8c879c45b44b119905c872.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: odTpjPOLp8bNkpKPU427_R9RGq1Sbzc33bArNRMXhCj7Bv4LSrXsHQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '12125' + x-memc-expires: + schema: + type: string + example: '15273' + x-memc-key: + schema: + type: string + example: f7a89dec9d4f603186ad9e2a834a72ff + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: The current page number of the results returned by the API. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for adults (true) or not (false). + backdrop_path: + type: string + example: /6qld2YxAO9gdEblo0rsEb8BcYKO.jpg + description: A string representing the file path to the movie's backdrop image. + genre_ids: + type: array + items: + type: number + example: 10749 + example: + - 10749 + - 18 + description: An array of integers representing the genres the movie belongs to. + id: + type: number + example: 1156593 + description: A unique identifier for the movie in the database + original_language: + type: string + example: es + description: A string indicating the original language in which the movie was produced. + original_title: + type: string + example: Culpa tuya + description: The title of the movie in its original language. + overview: + type: string + example: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. + But his job and her entry into college open up their + lives to new relationships that will shake the + foundations of both their relationship and the + Leister family itself. + description: A brief summary of the movie's plot. + popularity: + type: number + example: 5111.721 + description: A numerical value representing the popularity of the movie. + poster_path: + type: string + example: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + description: A string representing the file path to the movie's promotional poster image. + release_date: + type: string + example: '2024-12-26' + description: A string indicating the release date of the movie in the format YYYY-MM-DD. + title: + type: string + example: Your Fault + description: The title of the movie as presented to the audience. + video: + type: boolean + example: false + description: A boolean indicating whether the movie has an associated video (true) or not (false). + vote_average: + type: number + example: 7.187 + description: A numerical value representing the average rating of the movie based on user votes, typically given on a scale from 1 to 10. + vote_count: + type: number + example: 497 + description: An integer representing the total number of votes received for the movie. + example: + - adult: false + backdrop_path: /6qld2YxAO9gdEblo0rsEb8BcYKO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. But + his job and her entry into college open up their lives + to new relationships that will shake the foundations + of both their relationship and the Leister family + itself. + popularity: 5111.721 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.187 + vote_count: 497 + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 5438.718 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.8 + vote_count: 1796 + - adult: false + backdrop_path: /cjEcqdRdPQJhYre3HUAc5538Gk8.jpg + genre_ids: + - 28 + - 14 + - 35 + id: 845781 + original_language: en + original_title: Red One + overview: >- + After Santa Claus (codename: Red One) is kidnapped, + the North Pole's Head of Security must team up with + the world's most infamous tracker in a globe-trotting, + action-packed mission to save Christmas. + popularity: 3597.308 + poster_path: /cdqLnri3NEGcmfnqwk2TSIYtddg.jpg + release_date: '2024-10-31' + title: Red One + video: false + vote_average: 7.032 + vote_count: 1709 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3225.056 + poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.669 + vote_count: 255 + - adult: false + backdrop_path: /3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg + genre_ids: + - 28 + - 878 + - 12 + - 53 + id: 912649 + original_language: en + original_title: 'Venom: The Last Dance' + overview: >- + Eddie and Venom are on the run. Hunted by both of + their worlds and with the net closing in, the duo are + forced into a devastating decision that will bring the + curtains down on Venom and Eddie's last dance. + popularity: 3410.921 + poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg + release_date: '2024-10-22' + title: 'Venom: The Last Dance' + video: false + vote_average: 6.801 + vote_count: 2036 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2553.687 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 6.956 + vote_count: 698 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + - 10402 + id: 762509 + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Told in flashbacks, Mufasa is an orphaned cub, lost + and alone until he meets a sympathetic lion named + Taka—the heir to a royal bloodline. The chance meeting + sets in motion a journey of misfits searching for + their destiny and working together to evade a + threatening and deadly foe. + popularity: 2400.566 + poster_path: /9bXHaLlsFYpJUutg4E6WXAjaxDi.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.3 + vote_count: 370 + - adult: false + backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg + genre_ids: + - 28 + - 53 + id: 1005331 + original_language: en + original_title: Carry-On + overview: >- + An airport security officer races to outsmart a + mysterious traveler forcing him to let a dangerous + item slip onto a Christmas Eve flight. + popularity: 1665.553 + poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg + release_date: '2024-12-05' + title: Carry-On + video: false + vote_average: 6.962 + vote_count: 1310 + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends to + move into William Leister's mansion, the flashy and + wealthy husband of her mother Rafaela. As a proud and + independent 17 year old, Noah resists living in a + mansion surrounded by luxury. However, it is there + where she meets Nick, her new stepbrother, and the + clash of their strong personalities becomes evident + from the very beginning. + popularity: 1420.188 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.911 + vote_count: 3257 + - adult: false + backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1043905 + original_language: en + original_title: Dirty Angels + overview: >- + During the United States' 2021 withdrawal from + Afghanistan, a group of female soldiers posing as + medical relief are sent back in to rescue a group of + kidnapped teenagers caught between ISIS and the + Taliban. + popularity: 1575.331 + poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg + release_date: '2024-12-11' + title: Dirty Angels + video: false + vote_average: 6.9 + vote_count: 71 + - adult: false + backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 1540.349 + poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 832 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1499.384 + poster_path: /sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 216 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 1479.457 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 167 + - adult: false + backdrop_path: /A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg + genre_ids: + - 80 + - 53 + - 28 + id: 1276945 + original_language: nl + original_title: Ferry 2 + overview: >- + After losing his drug empire, Ferry Bouman has found a + measure of peace away from Brabant's criminal + underworld — until his past catches up to him. + popularity: 1202.657 + poster_path: /8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg + release_date: '2024-12-19' + title: Ferry 2 + video: false + vote_average: 5.7 + vote_count: 58 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 933.485 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.2 + vote_count: 2907 + - adult: false + backdrop_path: /6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 974453 + original_language: en + original_title: Absolution + overview: >- + An aging ex-boxer gangster working as muscle for a + Boston crime boss receives an upsetting diagnosis. + Despite a faltering memory, he attempts to rectify the + sins of his past and reconnect with his estranged + children. He is determined to leave a positive legacy + for his grandson, but the criminal underworld isn’t + done with him and won’t loosen their grip willingly. + popularity: 1171.658 + poster_path: /2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg + release_date: '2024-10-31' + title: Absolution + video: false + vote_average: 5.939 + vote_count: 198 + - adult: false + backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg + genre_ids: + - 16 + - 28 + - 878 + - 10751 + id: 1184918 + original_language: en + original_title: The Wild Robot + overview: >- + After a shipwreck, an intelligent robot called Roz is + stranded on an uninhabited island. To survive the + harsh environment, Roz bonds with the island's animals + and cares for an orphaned baby goose. + popularity: 1012.104 + poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg + release_date: '2024-09-08' + title: The Wild Robot + video: false + vote_average: 8.4 + vote_count: 3740 + - adult: false + backdrop_path: /by8z9Fe8y7p4jo2YlW2SZDnptyT.jpg + genre_ids: + - 28 + - 35 + - 878 + id: 533535 + original_language: en + original_title: Deadpool & Wolverine + overview: >- + A listless Wade Wilson toils away in civilian life + with his days as the morally flexible mercenary, + Deadpool, behind him. But when his homeworld faces an + existential threat, Wade must reluctantly suit-up + again with an even more reluctant Wolverine. + popularity: 836.06 + poster_path: /8cdWjvZQUExUUTzyp4t6EDMubfO.jpg + release_date: '2024-07-24' + title: Deadpool & Wolverine + video: false + vote_average: 7.658 + vote_count: 6148 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + id: 426063 + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 755.116 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.6 + vote_count: 197 + - adult: false + backdrop_path: /sQbFupSWM9wUdPj96NZNUOFSP5.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 1000075 + original_language: fr + original_title: 'Largo Winch: Le prix de l''argent' + overview: >- + Largo Winch, devastated by the kidnapping of his son, + realizes that if he finds those responsible for his + bankruptcy, maybe he'll see his son again. + popularity: 865.936 + poster_path: /myS41ZUmFvslkT8LeD2irAKxyrf.jpg + release_date: '2024-07-31' + title: 'The Price of Money: A Largo Winch Adventure' + video: false + vote_average: 5.813 + vote_count: 67 + description: An array containing objects, where each object represents a movie with various details. + total_pages: + type: number + example: 47955 + description: The total number of pages available for the results set, indicating how many pages of results can be retrieved. + total_results: + type: number + example: 959088 + description: The total number of results (movies) found that match the search criteria specified in the API request. + examples: + movie: + value: + page: 1 + results: + - adult: false + backdrop_path: /6qld2YxAO9gdEblo0rsEb8BcYKO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. But + his job and her entry into college open up their lives + to new relationships that will shake the foundations + of both their relationship and the Leister family + itself. + popularity: 5111.721 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.187 + vote_count: 497 + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 5438.718 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.8 + vote_count: 1796 + - adult: false + backdrop_path: /cjEcqdRdPQJhYre3HUAc5538Gk8.jpg + genre_ids: + - 28 + - 14 + - 35 + id: 845781 + original_language: en + original_title: Red One + overview: >- + After Santa Claus (codename: Red One) is kidnapped, + the North Pole's Head of Security must team up with + the world's most infamous tracker in a globe-trotting, + action-packed mission to save Christmas. + popularity: 3597.308 + poster_path: /cdqLnri3NEGcmfnqwk2TSIYtddg.jpg + release_date: '2024-10-31' + title: Red One + video: false + vote_average: 7.032 + vote_count: 1709 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3225.056 + poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.669 + vote_count: 255 + - adult: false + backdrop_path: /3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg + genre_ids: + - 28 + - 878 + - 12 + - 53 + id: 912649 + original_language: en + original_title: 'Venom: The Last Dance' + overview: >- + Eddie and Venom are on the run. Hunted by both of + their worlds and with the net closing in, the duo are + forced into a devastating decision that will bring the + curtains down on Venom and Eddie's last dance. + popularity: 3410.921 + poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg + release_date: '2024-10-22' + title: 'Venom: The Last Dance' + video: false + vote_average: 6.801 + vote_count: 2036 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2553.687 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 6.956 + vote_count: 698 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + - 10402 + id: 762509 + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Told in flashbacks, Mufasa is an orphaned cub, lost + and alone until he meets a sympathetic lion named + Taka—the heir to a royal bloodline. The chance meeting + sets in motion a journey of misfits searching for + their destiny and working together to evade a + threatening and deadly foe. + popularity: 2400.566 + poster_path: /9bXHaLlsFYpJUutg4E6WXAjaxDi.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.3 + vote_count: 370 + - adult: false + backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg + genre_ids: + - 28 + - 53 + id: 1005331 + original_language: en + original_title: Carry-On + overview: >- + An airport security officer races to outsmart a + mysterious traveler forcing him to let a dangerous + item slip onto a Christmas Eve flight. + popularity: 1665.553 + poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg + release_date: '2024-12-05' + title: Carry-On + video: false + vote_average: 6.962 + vote_count: 1310 + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends to + move into William Leister's mansion, the flashy and + wealthy husband of her mother Rafaela. As a proud and + independent 17 year old, Noah resists living in a + mansion surrounded by luxury. However, it is there + where she meets Nick, her new stepbrother, and the + clash of their strong personalities becomes evident + from the very beginning. + popularity: 1420.188 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.911 + vote_count: 3257 + - adult: false + backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1043905 + original_language: en + original_title: Dirty Angels + overview: >- + During the United States' 2021 withdrawal from + Afghanistan, a group of female soldiers posing as + medical relief are sent back in to rescue a group of + kidnapped teenagers caught between ISIS and the + Taliban. + popularity: 1575.331 + poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg + release_date: '2024-12-11' + title: Dirty Angels + video: false + vote_average: 6.9 + vote_count: 71 + - adult: false + backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 1540.349 + poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 832 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1499.384 + poster_path: /sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 216 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 1479.457 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 167 + - adult: false + backdrop_path: /A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg + genre_ids: + - 80 + - 53 + - 28 + id: 1276945 + original_language: nl + original_title: Ferry 2 + overview: >- + After losing his drug empire, Ferry Bouman has found a + measure of peace away from Brabant's criminal + underworld — until his past catches up to him. + popularity: 1202.657 + poster_path: /8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg + release_date: '2024-12-19' + title: Ferry 2 + video: false + vote_average: 5.7 + vote_count: 58 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 933.485 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.2 + vote_count: 2907 + - adult: false + backdrop_path: /6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 974453 + original_language: en + original_title: Absolution + overview: >- + An aging ex-boxer gangster working as muscle for a + Boston crime boss receives an upsetting diagnosis. + Despite a faltering memory, he attempts to rectify the + sins of his past and reconnect with his estranged + children. He is determined to leave a positive legacy + for his grandson, but the criminal underworld isn’t + done with him and won’t loosen their grip willingly. + popularity: 1171.658 + poster_path: /2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg + release_date: '2024-10-31' + title: Absolution + video: false + vote_average: 5.939 + vote_count: 198 + - adult: false + backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg + genre_ids: + - 16 + - 28 + - 878 + - 10751 + id: 1184918 + original_language: en + original_title: The Wild Robot + overview: >- + After a shipwreck, an intelligent robot called Roz is + stranded on an uninhabited island. To survive the + harsh environment, Roz bonds with the island's animals + and cares for an orphaned baby goose. + popularity: 1012.104 + poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg + release_date: '2024-09-08' + title: The Wild Robot + video: false + vote_average: 8.4 + vote_count: 3740 + - adult: false + backdrop_path: /by8z9Fe8y7p4jo2YlW2SZDnptyT.jpg + genre_ids: + - 28 + - 35 + - 878 + id: 533535 + original_language: en + original_title: Deadpool & Wolverine + overview: >- + A listless Wade Wilson toils away in civilian life + with his days as the morally flexible mercenary, + Deadpool, behind him. But when his homeworld faces an + existential threat, Wade must reluctantly suit-up + again with an even more reluctant Wolverine. + popularity: 836.06 + poster_path: /8cdWjvZQUExUUTzyp4t6EDMubfO.jpg + release_date: '2024-07-24' + title: Deadpool & Wolverine + video: false + vote_average: 7.658 + vote_count: 6148 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + id: 426063 + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 755.116 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.6 + vote_count: 197 + - adult: false + backdrop_path: /sQbFupSWM9wUdPj96NZNUOFSP5.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 1000075 + original_language: fr + original_title: 'Largo Winch: Le prix de l''argent' + overview: >- + Largo Winch, devastated by the kidnapping of his son, + realizes that if he finds those responsible for his + bankruptcy, maybe he'll see his son again. + popularity: 865.936 + poster_path: /myS41ZUmFvslkT8LeD2irAKxyrf.jpg + release_date: '2024-07-31' + title: 'The Price of Money: A Largo Winch Adventure' + video: false + vote_average: 5.813 + vote_count: 67 + total_pages: 47955 + total_results: 959088 + /discover/tv: + get: + tags: + - DISCOVER + summary: TV + description: This endpoint find TV shows using over 30 filters and sort options. + operationId: tv + parameters: + - name: air_date.gte + in: query + description: Selects results with an air date greater than or equal to the specified date. + schema: + type: string + example: '' + - name: air_date.lte + in: query + description: Selects results with an air date less than or equal to the specified date. + schema: + type: string + example: '' + - name: first_air_date_year + in: query + description: Filters results based on the year of the first air date. Must be a valid four-digit year (e.g., 2020). + schema: + type: integer + example: '' + - name: first_air_date.gte + in: query + description: Selects results with a first air date greater than or equal to the specified date. + schema: + type: string + example: '' + - name: first_air-date.lte + in: query + description: Selects results with a first air date less than or equal to the specified date. + schema: + type: string + example: '' + - $ref: '#/components/parameters/include_adult' + - name: include_null_first_air_dates + in: query + description: Defaults to false. If set to true, includes results that do not have a first air date. + schema: + type: string + enum: + - true + - false + example: false + + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - name: screened_theatrically + in: query + description: Filters results to include only those that have been screened in theatres. + schema: + type: string + enum: + - true + - false + example: false + + - $ref: '#/components/parameters/sorts_by' + - name: timezone + in: query + description: Specifies the timezone for date-related queries. + schema: + type: string + example: '' + - $ref: '#/components/parameters/vote_average.gte' + - $ref: '#/components/parameters/vote_average.lte' + - $ref: '#/components/parameters/vote_count.gte' + - $ref: '#/components/parameters/vote_count.lte' + - $ref: '#/components/parameters/watch_region' + - $ref: '#/components/parameters/with_companies' + - $ref: '#/components/parameters/with_genres' + - $ref: '#/components/parameters/with_keyword' + + - name: with_networks + in: query + description: Filters results to include those on specified networks (e.g., NBC, HBO). + schema: + type: string + example: '' + - $ref: '#/components/parameters/with_origin_country' + - $ref: '#/components/parameters/with_original_language' + - $ref: '#/components/parameters/with_runtime.gte' + - $ref: '#/components/parameters/with_runtime.lte' + - name: with_status + in: query + description: Possible values are [0, 1, 2, 3, 4, 5]. Can be a comma (AND) or pipe (OR) separated query to filter results based on content status (e.g., air/ended). + schema: + type: string + example: '' + - $ref: '#/components/parameters/with_watch_monetization' + - $ref: '#/components/parameters/with_watch_providers' + - $ref: '#/components/parameters/without_companies' + - $ref: '#/components/parameters/without_genres' + - $ref: '#/components/parameters/without_keywords' + - $ref: '#/components/parameters/without_watch_providers' + - name: with_type + in: query + description: Possible values are [0, 1, 2, 3, 4, 5, 6]. Can be a comma (AND) or pipe (OR) separated query to filter results by type (e.g., movie, series). + schema: + type: string + example: '' + responses: + '200': + description: tv + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=28099 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Thu, 02 Jan 2025 15:31:56 GMT + ETag: + schema: + type: string + example: W/"bb278f79dc9725ecd91708be60b2ec84" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c84ecfd128e1f4c41a53a2b42410f3b8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: ZSQ9FhaAhae6QQobF44d6rFRFu-gV2eHNhDFdvc3tSFxuQ-w9MdXnA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS, STORE + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '28099' + x-memc-key: + schema: + type: string + example: 1e74239d2adae1e06c08943f452b75b6 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: The current page number of the results returned by the API. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the show is intended for adults (true) or not (false). + backdrop_path: + type: string + nullable: true + example: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + description: A string representing the file path to the show’s backdrop image, typically used as a background for promotional materials on platforms. + first_air_date: + type: string + example: '2021-09-17' + description: A string indicating the original release date of the show in the format YYYY-MM-DD. + genre_ids: + type: array + items: + type: number + example: 10759 + example: + - 10759 + - 9648 + - 18 + description: An array of integers representing the genres the show belongs to. Each integer corresponds to a genre code in the genre database. + id: + type: number + example: 93405 + description: A unique identifier for the TV show in the database. + name: + type: string + example: Squid Game + description: The English title of the show as it is commonly known in international markets. + origin_country: + type: array + items: + type: string + example: KR + example: + - KR + description: An array of strings specifying the country where the show originated, indicated by country codes. + original_language: + type: string + example: ko + description: A string indicating the original language in which the show was produced + original_name: + type: string + example: 오징어 게임 + description: The title of the TV show in its original language. + overview: + type: string + example: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + description: A brief summary describing the plot. + popularity: + type: number + example: 8611.964 + description: A numerical value representing the popularity of the show. + poster_path: + type: string + example: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + description: A string representing the file path to the show’s promotional poster image. + vote_average: + type: number + example: 7.8 + description: A numerical value representing the average rating of the show based on user votes, typically on a scale from 1 to 10. + vote_count: + type: number + example: 14486 + description: An integer representing the total number of votes received for the show. This value helps gauge the reliability of the average rating. + example: + - adult: false + backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: '2021-09-17' + genre_ids: + - 10759 + - 9648 + - 18 + id: 93405 + name: Squid Game + origin_country: + - KR + original_language: ko + original_name: 오징어 게임 + overview: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: 8611.964 + poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: 7.8 + vote_count: 14486 + - adult: false + backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg + first_air_date: '2005-10-13' + genre_ids: + - 10766 + id: 206559 + name: Binnelanders + origin_country: + - ZA + original_language: af + original_name: Binnelanders + overview: >- + A South African Afrikaans soap opera. It is set in and + around the fictional private hospital, Binneland + Kliniek, in Pretoria, and the storyline follows the + trials, trauma and tribulations of the staff and + patients of the hospital. + popularity: 4599.626 + poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg + vote_average: 5.563 + vote_count: 79 + - adult: false + backdrop_path: /vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg + first_air_date: '2020-11-02' + genre_ids: + - 10766 + - 18 + id: 112470 + name: Ici tout commence + origin_country: + - FR + original_language: fr + original_name: Ici tout commence + overview: >- + This television drama series is centered around the + prestigious culinary school of renowned chef Auguste + Armand. The show follows the lives of students and + staff as they navigate the challenges and pressures of + the culinary world—delving into their personal and + professional lives, revealing secrets, rivalries, and + complex relationships. + popularity: 3513.033 + poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg + vote_average: 6.8 + vote_count: 86 + - adult: false + backdrop_path: /4i3iJepkqqH5JJgTNLJdi8ke6ir.jpg + first_air_date: '2024-05-06' + genre_ids: + - 10766 + id: 249010 + name: Kelders van Geheime + origin_country: + - ZA + original_language: af + original_name: Kelders van Geheime + overview: >- + Kelders van Geheime (Cellars of Secrets) is a South + African, Afrikaans-language telenovela based on the + wheeling's and dealings of the community that lives on + Soebatskloof (a wine farm in the Cape). The series + focuses on three families: the Abrahams, Syster and + Marais households. These families will have to stand + together, agree (or agree to disagree), and work + together to earn their bread and butter – and a glass + of wine. + popularity: 3351.82 + poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg + vote_average: 5.9 + vote_count: 13 + - adult: false + backdrop_path: /mLcD1v4sfoa1juOsBat7Vik7wEe.jpg + first_air_date: '2024-03-18' + genre_ids: + - 10764 + id: 248890 + name: Ready Steady Cook South Africa + origin_country: + - ZA + original_language: en + original_name: Ready Steady Cook South Africa + overview: >- + In Ready Steady Cook, two teams - a Red Tomato and a + Green Pepper - compete in a Red Kitchen and a Green + Kitchen, together with a South African chef on each + side and paired with enthusiastic home cooks, as they + are challenged creatively with a mystery bag of + ingredients in a 20-minute cook-off. + popularity: 3322.43 + poster_path: /30xX4IMbgnMbQwo76xM4BOSokZO.jpg + vote_average: 4.5 + vote_count: 9 + - adult: false + backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + - 10751 + id: 251691 + name: Autumn of the Heart + origin_country: + - SA + original_language: ar + original_name: خريف القلب + overview: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: 3020.408 + poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: 4.429 + vote_count: 7 + - adult: false + backdrop_path: null + first_air_date: '2005-09-05' + genre_ids: + - 18 + - 35 + id: 36361 + name: Ulice + origin_country: + - CZ + original_language: cs + original_name: Ulice + overview: >- + Ulice is a Czech soap opera produced and broadcast by + Nova. In the Czech language Ulice means street. + + + The show describes the lives of the Farský, Jordán, + Boháč, Nikl, and Liška families and many other people + that live in Prague. Their daily battle against real + problems of living in a modern world like divorce, + love, betrayal and illness or disease. Ulice often + shows crime. + popularity: 2611.223 + poster_path: /gFEHva8Csx18hMGJJZ6gi4sFSKR.jpg + vote_average: 4.6 + vote_count: 30 + - adult: false + backdrop_path: /zk3UqXnnK7cpUv6LsD9DS8FtUxb.jpg + first_air_date: '2024-09-02' + genre_ids: + - 18 + - 10759 + id: 256121 + name: Lavender Fields + origin_country: + - PH + original_language: tl + original_name: Lavender Fields + overview: >- + The life of a simple flower farm girl is shattered + when she falls for a charming accountant, who turns + out to be a married gun cartel member. Targeted for + his stolen money, she loses everything she holds dear + and reinvents herself to seek justice. + popularity: 2527.344 + poster_path: /7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg + vote_average: 8.2 + vote_count: 5 + - adult: false + backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg + first_air_date: '2024-09-30' + genre_ids: + - 10766 + - 18 + - 35 + id: 257064 + name: Volta por Cima + origin_country: + - BR + original_language: pt + original_name: Volta por Cima + overview: '' + popularity: 2477.511 + poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg + vote_average: 6.4 + vote_count: 9 + - adult: false + backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg + first_air_date: '2024-11-04' + genre_ids: + - 10766 + - 18 + id: 257048 + name: Garota do Momento + origin_country: + - BR + original_language: pt + original_name: Garota do Momento + overview: '' + popularity: 2466.805 + poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg + vote_average: 7.9 + vote_count: 8 + - adult: false + backdrop_path: /4uWvmON2pqDJtpPAsHMggdDFFrn.jpg + first_air_date: '1990-09-13' + genre_ids: + - 80 + - 18 + id: 549 + name: Law & Order + origin_country: + - US + original_language: en + original_name: Law & Order + overview: >- + In cases ripped from the headlines, police investigate + serious and often deadly crimes, weighing the evidence + and questioning the suspects until someone is taken + into custody. The district attorney's office then + builds a case to convict the perpetrator by proving + the person guilty beyond a reasonable doubt. Working + together, these expert teams navigate all sides of the + complex criminal justice system to make New York a + safer place. + popularity: 2423.893 + poster_path: /6vFL8S6Cci8s7SHWXz60xOisGBC.jpg + vote_average: 7.4 + vote_count: 582 + - adult: false + backdrop_path: /i8iqYtAy9qcO5RSrA1f6fY1n6SN.jpg + first_air_date: '2015-11-16' + genre_ids: + - 10766 + id: 235484 + name: Suidooster + origin_country: + - ZA + original_language: af + original_name: Suidooster + overview: >- + Suidooster is a South African television soap opera + produced by Suidooster Films which revolves around a + matriarch, her family, friends and the people of + Suidooster, a small shopping and business centre in + the fictional Cape Town suburb of Ruiterbosch. + popularity: 2319.123 + poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg + vote_average: 7.7 + vote_count: 20 + - adult: false + backdrop_path: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg + first_air_date: '2007-09-10' + genre_ids: + - 10763 + - 35 + id: 13008 + name: TMZ + origin_country: + - US + original_language: en + original_name: TMZ + overview: >- + Based on the popular gossip website, this + entertainment newsmagazine delivers daily updates on + Hollywood's rich, beautiful and screwed-up. The + program often shows highlights of the day's staff + meeting during which reporters pitch ideas for stories + to air that day. + popularity: 2234.99 + poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg + vote_average: 4.813 + vote_count: 16 + - adult: false + backdrop_path: /kkfqNkGQR5og5sDjJTxTVmI9PW.jpg + first_air_date: '2017-07-17' + genre_ids: + - 80 + - 18 + id: 72879 + name: Tomorrow Is Ours + origin_country: + - FR + original_language: fr + original_name: Demain nous appartient + overview: >- + The story revolves around the people of Sète, France. + Their lives are punctuated by family rivalries, + romance and scenes from daily life, but also by plots + involving police investigations, secrets and + betrayals. + popularity: 2213.046 + poster_path: /zMWldNZF0wS3L5XkDVFHxYhclcL.jpg + vote_average: 6.3 + vote_count: 64 + - adult: false + backdrop_path: /5w5Cn8c4PNmDA5o9rET2oc0nxwb.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + id: 260695 + name: sensitive chord + origin_country: + - EG + original_language: ar + original_name: وتر حساس + overview: >- + In a social dramatic context, the events of the series + revolve around the issue of marital infidelity and the + secrets of the human soul through three women (a + doctor, a lawyer, and an employee in one of the + departments), where the pace of events escalates due + to the disputes between the lawyer and her husband, an + interior designer, especially after she accused him of + betrayal, with the intertwined relationships between + all parties. + popularity: 2205.576 + poster_path: /hHoBvznjHhGqPKNkRnqb9zUq8s6.jpg + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: /s41aHDgGza66JSwEc0poXSuBrmx.jpg + first_air_date: '2024-11-18' + genre_ids: + - 18 + id: 261121 + name: Desperate Mrs. Seonju + origin_country: + - KR + original_language: ko + original_name: 친절한 선주씨 + overview: >- + Pi Seon Ju works as an interior designer in a small + neighborhood. She is married to Jeon Nam Jin, who is + an ambitious architect. Although Pi Seon Ju is devoted + to her husband, her husband falls in love with Jin + Sang A, who will become the successor of an + architecture company. To further pursue his love and + ambitions, Jeon Nam Jin demands a divorce from Pi Seon + Ju. After their divorce, Pi Seon Ju decides to start + her new life. + + + Meanwhile, architect Kim So U is married to Jin Sang + A. Unlike Jin Sang A, he is satisfied with a stable + situation rather than being fueled with ambition. Due + to his wife's affair with Jeon Nam Jin, Kim So U gets + divorced. After meeting Pi Seon Ju, Kim So U + experiences a turning point in his life. + popularity: 2179.102 + poster_path: /wALnisqW9vGGJWH1GYUeCCWTcYd.jpg + vote_average: 6.3 + vote_count: 3 + - adult: false + backdrop_path: /2Bkqjc9tNWo3KLr1aRYyJ7vMQtM.jpg + first_air_date: '2023-10-22' + genre_ids: + - 10764 + id: 235493 + name: De Bondgenoten + origin_country: + - NL + original_language: nl + original_name: De Bondgenoten + overview: '' + popularity: 2162.016 + poster_path: /sFgeZT3H1Uz3X1OipPq3WONv0WO.jpg + vote_average: 6.8 + vote_count: 20 + - adult: false + backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg + first_air_date: '1960-12-09' + genre_ids: + - 10766 + id: 291 + name: Coronation Street + origin_country: + - MY + - GB + original_language: en + original_name: Coronation Street + overview: >- + The residents of Coronation Street are ordinary, + working-class people, and the show follows them + through regular social and family interactions at + home, in the workplace, and in their local pub, the + Rovers Return Inn. Britain's longest-running soap. + popularity: 2135.406 + poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg + vote_average: 5.3 + vote_count: 108 + - adult: false + backdrop_path: /6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg + first_air_date: '2024-09-09' + genre_ids: + - 10766 + - 18 + - 9648 + id: 237478 + name: Crazy About You + origin_country: + - BR + original_language: pt + original_name: Mania de Você + overview: >- + The story begins with the ambiguous relationship + between friends Viola and Luma, who seem predestined + to literally enter each other's lives. Born on the + same day, in very different situations, they meet + years later, united by coincidences that go beyond + their birthday. From humble origins, Viola moves with + her boyfriend Mavi to Angra dos Reis, where Luma lives + a luxurious life and dates Rudá, who ends up meeting + Viola by chance. Thus begins the duo's journey, which + goes from a passion for recipes to an obsession with + the same man, from the immediate connection to the + point of starting to live their friend’s reality, 10 + years later. A journey divided between complicity and + rivalry, which includes them in a love quadrangle and + is impacted by a series of circumstances, twists and + surprises, such as the secret surrounding a murder. + popularity: 2097.681 + poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg + vote_average: 5.4 + vote_count: 8 + - adult: false + backdrop_path: /dg2pu4Vm4B2cOqTHlZ26Lka9qEz.jpg + first_air_date: '2024-10-11' + genre_ids: + - 10766 + - 18 + id: 262969 + name: Return to Las Sabinas + origin_country: + - ES + original_language: es + original_name: Regreso a Las Sabinas + overview: >- + Gracia and Paloma return to Las Sabinas to look after + their father, Emilio. Gracia reunites with her + childhood sweetheart, Miguel, who is now engaged to + Esther. Paloma takes over the family's land and + clashes with landowner Paca Utrera, who shares a + terrible secret with Emilio and has a nefarious plan + for the village. Young Óscar is found dead under + strange circumstances. Manuela must investigate the + murder with the help of Óscar's brother, Álex, who is + a priest. + popularity: 2092.241 + poster_path: /xMMH3r8gJtWVe1841BtHGjDooUm.jpg + vote_average: 6.2 + vote_count: 5 + description: An array containing objects, where each object represents a TV show with specific details. + total_pages: + type: number + example: 9439 + description: The total number of pages available for the results, indicating how many pages of shows can be retrieved from the API. + total_results: + type: number + example: 188772 + description: The total number of results (TV shows) found that match the search criteria specified in the API request. + examples: + tv: + value: + page: 1 + results: + - adult: false + backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: '2021-09-17' + genre_ids: + - 10759 + - 9648 + - 18 + id: 93405 + name: Squid Game + origin_country: + - KR + original_language: ko + original_name: 오징어 게임 + overview: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: 8611.964 + poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: 7.8 + vote_count: 14486 + - adult: false + backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg + first_air_date: '2005-10-13' + genre_ids: + - 10766 + id: 206559 + name: Binnelanders + origin_country: + - ZA + original_language: af + original_name: Binnelanders + overview: >- + A South African Afrikaans soap opera. It is set in and + around the fictional private hospital, Binneland + Kliniek, in Pretoria, and the storyline follows the + trials, trauma and tribulations of the staff and + patients of the hospital. + popularity: 4599.626 + poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg + vote_average: 5.563 + vote_count: 79 + - adult: false + backdrop_path: /vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg + first_air_date: '2020-11-02' + genre_ids: + - 10766 + - 18 + id: 112470 + name: Ici tout commence + origin_country: + - FR + original_language: fr + original_name: Ici tout commence + overview: >- + This television drama series is centered around the + prestigious culinary school of renowned chef Auguste + Armand. The show follows the lives of students and + staff as they navigate the challenges and pressures of + the culinary world—delving into their personal and + professional lives, revealing secrets, rivalries, and + complex relationships. + popularity: 3513.033 + poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg + vote_average: 6.8 + vote_count: 86 + - adult: false + backdrop_path: /4i3iJepkqqH5JJgTNLJdi8ke6ir.jpg + first_air_date: '2024-05-06' + genre_ids: + - 10766 + id: 249010 + name: Kelders van Geheime + origin_country: + - ZA + original_language: af + original_name: Kelders van Geheime + overview: >- + Kelders van Geheime (Cellars of Secrets) is a South + African, Afrikaans-language telenovela based on the + wheeling's and dealings of the community that lives on + Soebatskloof (a wine farm in the Cape). The series + focuses on three families: the Abrahams, Syster and + Marais households. These families will have to stand + together, agree (or agree to disagree), and work + together to earn their bread and butter – and a glass + of wine. + popularity: 3351.82 + poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg + vote_average: 5.9 + vote_count: 13 + - adult: false + backdrop_path: /mLcD1v4sfoa1juOsBat7Vik7wEe.jpg + first_air_date: '2024-03-18' + genre_ids: + - 10764 + id: 248890 + name: Ready Steady Cook South Africa + origin_country: + - ZA + original_language: en + original_name: Ready Steady Cook South Africa + overview: >- + In Ready Steady Cook, two teams - a Red Tomato and a + Green Pepper - compete in a Red Kitchen and a Green + Kitchen, together with a South African chef on each + side and paired with enthusiastic home cooks, as they + are challenged creatively with a mystery bag of + ingredients in a 20-minute cook-off. + popularity: 3322.43 + poster_path: /30xX4IMbgnMbQwo76xM4BOSokZO.jpg + vote_average: 4.5 + vote_count: 9 + - adult: false + backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + - 10751 + id: 251691 + name: Autumn of the Heart + origin_country: + - SA + original_language: ar + original_name: خريف القلب + overview: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: 3020.408 + poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: 4.429 + vote_count: 7 + - adult: false + backdrop_path: null + first_air_date: '2005-09-05' + genre_ids: + - 18 + - 35 + id: 36361 + name: Ulice + origin_country: + - CZ + original_language: cs + original_name: Ulice + overview: >- + Ulice is a Czech soap opera produced and broadcast by + Nova. In the Czech language Ulice means street. + + + The show describes the lives of the Farský, Jordán, + Boháč, Nikl, and Liška families and many other people + that live in Prague. Their daily battle against real + problems of living in a modern world like divorce, + love, betrayal and illness or disease. Ulice often + shows crime. + popularity: 2611.223 + poster_path: /gFEHva8Csx18hMGJJZ6gi4sFSKR.jpg + vote_average: 4.6 + vote_count: 30 + - adult: false + backdrop_path: /zk3UqXnnK7cpUv6LsD9DS8FtUxb.jpg + first_air_date: '2024-09-02' + genre_ids: + - 18 + - 10759 + id: 256121 + name: Lavender Fields + origin_country: + - PH + original_language: tl + original_name: Lavender Fields + overview: >- + The life of a simple flower farm girl is shattered + when she falls for a charming accountant, who turns + out to be a married gun cartel member. Targeted for + his stolen money, she loses everything she holds dear + and reinvents herself to seek justice. + popularity: 2527.344 + poster_path: /7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg + vote_average: 8.2 + vote_count: 5 + - adult: false + backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg + first_air_date: '2024-09-30' + genre_ids: + - 10766 + - 18 + - 35 + id: 257064 + name: Volta por Cima + origin_country: + - BR + original_language: pt + original_name: Volta por Cima + overview: '' + popularity: 2477.511 + poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg + vote_average: 6.4 + vote_count: 9 + - adult: false + backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg + first_air_date: '2024-11-04' + genre_ids: + - 10766 + - 18 + id: 257048 + name: Garota do Momento + origin_country: + - BR + original_language: pt + original_name: Garota do Momento + overview: '' + popularity: 2466.805 + poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg + vote_average: 7.9 + vote_count: 8 + - adult: false + backdrop_path: /4uWvmON2pqDJtpPAsHMggdDFFrn.jpg + first_air_date: '1990-09-13' + genre_ids: + - 80 + - 18 + id: 549 + name: Law & Order + origin_country: + - US + original_language: en + original_name: Law & Order + overview: >- + In cases ripped from the headlines, police investigate + serious and often deadly crimes, weighing the evidence + and questioning the suspects until someone is taken + into custody. The district attorney's office then + builds a case to convict the perpetrator by proving + the person guilty beyond a reasonable doubt. Working + together, these expert teams navigate all sides of the + complex criminal justice system to make New York a + safer place. + popularity: 2423.893 + poster_path: /6vFL8S6Cci8s7SHWXz60xOisGBC.jpg + vote_average: 7.4 + vote_count: 582 + - adult: false + backdrop_path: /i8iqYtAy9qcO5RSrA1f6fY1n6SN.jpg + first_air_date: '2015-11-16' + genre_ids: + - 10766 + id: 235484 + name: Suidooster + origin_country: + - ZA + original_language: af + original_name: Suidooster + overview: >- + Suidooster is a South African television soap opera + produced by Suidooster Films which revolves around a + matriarch, her family, friends and the people of + Suidooster, a small shopping and business centre in + the fictional Cape Town suburb of Ruiterbosch. + popularity: 2319.123 + poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg + vote_average: 7.7 + vote_count: 20 + - adult: false + backdrop_path: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg + first_air_date: '2007-09-10' + genre_ids: + - 10763 + - 35 + id: 13008 + name: TMZ + origin_country: + - US + original_language: en + original_name: TMZ + overview: >- + Based on the popular gossip website, this + entertainment newsmagazine delivers daily updates on + Hollywood's rich, beautiful and screwed-up. The + program often shows highlights of the day's staff + meeting during which reporters pitch ideas for stories + to air that day. + popularity: 2234.99 + poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg + vote_average: 4.813 + vote_count: 16 + - adult: false + backdrop_path: /kkfqNkGQR5og5sDjJTxTVmI9PW.jpg + first_air_date: '2017-07-17' + genre_ids: + - 80 + - 18 + id: 72879 + name: Tomorrow Is Ours + origin_country: + - FR + original_language: fr + original_name: Demain nous appartient + overview: >- + The story revolves around the people of Sète, France. + Their lives are punctuated by family rivalries, + romance and scenes from daily life, but also by plots + involving police investigations, secrets and + betrayals. + popularity: 2213.046 + poster_path: /zMWldNZF0wS3L5XkDVFHxYhclcL.jpg + vote_average: 6.3 + vote_count: 64 + - adult: false + backdrop_path: /5w5Cn8c4PNmDA5o9rET2oc0nxwb.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + id: 260695 + name: sensitive chord + origin_country: + - EG + original_language: ar + original_name: وتر حساس + overview: >- + In a social dramatic context, the events of the series + revolve around the issue of marital infidelity and the + secrets of the human soul through three women (a + doctor, a lawyer, and an employee in one of the + departments), where the pace of events escalates due + to the disputes between the lawyer and her husband, an + interior designer, especially after she accused him of + betrayal, with the intertwined relationships between + all parties. + popularity: 2205.576 + poster_path: /hHoBvznjHhGqPKNkRnqb9zUq8s6.jpg + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: /s41aHDgGza66JSwEc0poXSuBrmx.jpg + first_air_date: '2024-11-18' + genre_ids: + - 18 + id: 261121 + name: Desperate Mrs. Seonju + origin_country: + - KR + original_language: ko + original_name: 친절한 선주씨 + overview: >- + Pi Seon Ju works as an interior designer in a small + neighborhood. She is married to Jeon Nam Jin, who is + an ambitious architect. Although Pi Seon Ju is devoted + to her husband, her husband falls in love with Jin + Sang A, who will become the successor of an + architecture company. To further pursue his love and + ambitions, Jeon Nam Jin demands a divorce from Pi Seon + Ju. After their divorce, Pi Seon Ju decides to start + her new life. + + + Meanwhile, architect Kim So U is married to Jin Sang + A. Unlike Jin Sang A, he is satisfied with a stable + situation rather than being fueled with ambition. Due + to his wife's affair with Jeon Nam Jin, Kim So U gets + divorced. After meeting Pi Seon Ju, Kim So U + experiences a turning point in his life. + popularity: 2179.102 + poster_path: /wALnisqW9vGGJWH1GYUeCCWTcYd.jpg + vote_average: 6.3 + vote_count: 3 + - adult: false + backdrop_path: /2Bkqjc9tNWo3KLr1aRYyJ7vMQtM.jpg + first_air_date: '2023-10-22' + genre_ids: + - 10764 + id: 235493 + name: De Bondgenoten + origin_country: + - NL + original_language: nl + original_name: De Bondgenoten + overview: '' + popularity: 2162.016 + poster_path: /sFgeZT3H1Uz3X1OipPq3WONv0WO.jpg + vote_average: 6.8 + vote_count: 20 + - adult: false + backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg + first_air_date: '1960-12-09' + genre_ids: + - 10766 + id: 291 + name: Coronation Street + origin_country: + - MY + - GB + original_language: en + original_name: Coronation Street + overview: >- + The residents of Coronation Street are ordinary, + working-class people, and the show follows them + through regular social and family interactions at + home, in the workplace, and in their local pub, the + Rovers Return Inn. Britain's longest-running soap. + popularity: 2135.406 + poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg + vote_average: 5.3 + vote_count: 108 + - adult: false + backdrop_path: /6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg + first_air_date: '2024-09-09' + genre_ids: + - 10766 + - 18 + - 9648 + id: 237478 + name: Crazy About You + origin_country: + - BR + original_language: pt + original_name: Mania de Você + overview: >- + The story begins with the ambiguous relationship + between friends Viola and Luma, who seem predestined + to literally enter each other's lives. Born on the + same day, in very different situations, they meet + years later, united by coincidences that go beyond + their birthday. From humble origins, Viola moves with + her boyfriend Mavi to Angra dos Reis, where Luma lives + a luxurious life and dates Rudá, who ends up meeting + Viola by chance. Thus begins the duo's journey, which + goes from a passion for recipes to an obsession with + the same man, from the immediate connection to the + point of starting to live their friend’s reality, 10 + years later. A journey divided between complicity and + rivalry, which includes them in a love quadrangle and + is impacted by a series of circumstances, twists and + surprises, such as the secret surrounding a murder. + popularity: 2097.681 + poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg + vote_average: 5.4 + vote_count: 8 + - adult: false + backdrop_path: /dg2pu4Vm4B2cOqTHlZ26Lka9qEz.jpg + first_air_date: '2024-10-11' + genre_ids: + - 10766 + - 18 + id: 262969 + name: Return to Las Sabinas + origin_country: + - ES + original_language: es + original_name: Regreso a Las Sabinas + overview: >- + Gracia and Paloma return to Las Sabinas to look after + their father, Emilio. Gracia reunites with her + childhood sweetheart, Miguel, who is now engaged to + Esther. Paloma takes over the family's land and + clashes with landowner Paca Utrera, who shares a + terrible secret with Emilio and has a nefarious plan + for the village. Young Óscar is found dead under + strange circumstances. Manuela must investigate the + murder with the help of Óscar's brother, Álex, who is + a priest. + popularity: 2092.241 + poster_path: /xMMH3r8gJtWVe1841BtHGjDooUm.jpg + vote_average: 6.2 + vote_count: 5 + total_pages: 9439 + total_results: 188772 + /find/{external_id}: + get: + tags: + - FIND + summary: Find By ID + description: >- + This endpoint find data by external ID's. + operationId: findById + parameters: + + + - name: external_id + in: path + required: true + description: A unique identifier for an object (movie, TV show, person) in the specified external source. This is necessary to find a specific item you are looking for. + schema: + type: string + example: '' + + - name: external_source + in: query + description: Specifies the source of the external ID + required: true + schema: + type: string + enum: + - imdb_id + - facebook_id + - Instagram_id + - tvdb_id, + - tiktok_id + - twitter_id + - wikidata_id + - youtube_id + example: imdb_id + + - $ref: '#/components/parameters/language' + responses: + '200': + description: find by id + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=22968 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:09:29 GMT + ETag: + schema: + type: string + example: W/"30d1084fe3d0aa3b9e72463680c022f6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 2f66aa06710fece8ed203ab0ea81eb56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Nbu_vUYvdo3rPlkKlBdfG0redl-d6xdHMiIVMrolbXI_vNgbPKtKrg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '5448' + x-memc-expires: + schema: + type: string + example: '22968' + x-memc-key: + schema: + type: string + example: 9ebe8654d4645188433408719407f556 + content: + application/json: + schema: + type: object + properties: + movie_results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for adults (true) or not (false). + backdrop_path: + type: string + example: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + description: A string representing the file path to the movie's backdrop image. + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 12 + - 18 + description: An array of integers representing the genres the movie belongs to. + id: + type: number + example: 558449 + description: A unique identifier for the movie within the database. + media_type: + type: string + example: movie + description: Indicates the type of media returned, which in this case is a movie. Other possible values could include "tv" for television shows, depending on the API's response structure + original_language: + type: string + example: en + description: A string indicating the original language in which the movie was made. + original_title: + type: string + example: Gladiator II + description: The title of the movie in its original language. + overview: + type: string + example: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced + to enter the Colosseum after his home is conquered + by the tyrannical Emperors who now lead Rome with an + iron fist. With rage in his heart and the future of + the Empire at stake, Lucius must look to his past to + find strength and honor to return the glory of Rome + to its people. + description: A brief summary of the plot (eithr movie or TV show) + popularity: + type: number + example: 5382.147 + description: A numerical value representing the popularity of plot + poster_path: + type: string + example: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + description: A string representing the file path to the movie's promotional poster . + release_date: + type: string + example: '2024-11-05' + description: A string indicating the release date of the movie in the format YYYY-MM-DD. + title: + type: string + example: Gladiator II + description: The title of the movie as presented to the audience. + video: + type: boolean + example: false + description: A boolean indicating whether the movie has an associated video (true) or not (false). + vote_average: + type: number + example: 6.759 + description: A numerical value representing the average rating of the movie based on user votes, typically given on a scale from 1 to 10. + vote_count: + type: number + example: 1888 + description: An integer representing the total number of votes received for the movie. + example: + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + media_type: movie + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 5382.147 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.759 + vote_count: 1888 + description: An array containing the results of movies based on the query. If the query doesn't return movie results, this array will be empty. + person_results: + type: array + items: {} + example: [] + description: An array intended for returning information about individuals (e.g., actors, directors) related to the query. + tv_episode_results: + type: array + items: {} + example: [] + description: An array designated for TV episode data related to the query. + tv_results: + type: array + items: {} + example: [] + description: An array for returning results pertaining to TV shows. + tv_season_results: + type: array + items: {} + example: [] + description: An array meant for TV season data relevant to the query. + examples: + find by id: + value: + movie_results: + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + media_type: movie + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 5382.147 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.759 + vote_count: 1888 + person_results: [] + tv_episode_results: [] + tv_results: [] + tv_season_results: [] + + /genre/movie/list: + get: + tags: + - GENRES + summary: movie List + description: This endpoint get the list of official genres for movies. + operationId: movieList1 + parameters: + - $ref: '#/components/parameters/language' + responses: + '200': + description: movie list + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=25725 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Thu, 02 Jan 2025 17:14:38 GMT + ETag: + schema: + type: string + example: W/"98d6f4fb3a0e0c77544a7277f32baebb" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 613faec4b883bfe2ebdd8a74d5006f4c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: HCi_xDGSE3bptFh298cP30qVABcYCWpQYH4RXryoI-SVYrbX-fBuhg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '744' + x-memc-expires: + schema: + type: string + example: '25725' + x-memc-key: + schema: + type: string + example: f781971c95c323df5625e30d17cbce76 + content: + application/json: + schema: + type: object + properties: + genres: + type: array + items: + type: object + properties: + id: + type: number + example: 28 + description: A unique numerical identifier assigned to each genre. + name: + type: string + example: Action + description: The textual representation or label of the genre. + example: + - id: 28 + name: Action + - id: 12 + name: Adventure + - id: 16 + name: Animation + - id: 35 + name: Comedy + - id: 80 + name: Crime + - id: 99 + name: Documentary + - id: 18 + name: Drama + - id: 10751 + name: Family + - id: 14 + name: Fantasy + - id: 36 + name: History + - id: 27 + name: Horror + - id: 10402 + name: Music + - id: 9648 + name: Mystery + - id: 10749 + name: Romance + - id: 878 + name: Science Fiction + - id: 10770 + name: TV Movie + - id: 53 + name: Thriller + - id: 10752 + name: War + - id: 37 + name: Western + description: This array is the collection or list of categories that classify various types of movies based on their thematic and stylistic elements. + examples: + movie list: + value: + genres: + - id: 28 + name: Action + - id: 12 + name: Adventure + - id: 16 + name: Animation + - id: 35 + name: Comedy + - id: 80 + name: Crime + - id: 99 + name: Documentary + - id: 18 + name: Drama + - id: 10751 + name: Family + - id: 14 + name: Fantasy + - id: 36 + name: History + - id: 27 + name: Horror + - id: 10402 + name: Music + - id: 9648 + name: Mystery + - id: 10749 + name: Romance + - id: 878 + name: Science Fiction + - id: 10770 + name: TV Movie + - id: 53 + name: Thriller + - id: 10752 + name: War + - id: 37 + name: Western + /genre/tv/list: + get: + tags: + - GENRES + summary: TV List + description: This endpoint get the list of official genres for TV shows. + operationId: tvList + parameters: + - $ref: '#/components/parameters/language' + responses: + '200': + description: tv list + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=15733 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Thu, 02 Jan 2025 17:16:13 GMT + ETag: + schema: + type: string + example: W/"c9414e40a9e909888e1e74fd911cf7d1" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 2ifJrSckIr5cZqTblyFNe23liGsUncoaU5lr3q9TwiOM5aoWTHohVA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '12057' + x-memc-expires: + schema: + type: string + example: '15733' + x-memc-key: + schema: + type: string + example: 802dfd0c0b218bb30b1dbe3917b34e76 + content: + application/json: + schema: + type: object + properties: + genres: + type: array + items: + type: object + properties: + id: + type: number + example: 10759 + description: A unique numerical identifier assigned to each genre. + name: + type: string + example: Action & Adventure + description: The textual representation or label of the genre. + example: + - id: 10759 + name: Action & Adventure + - id: 16 + name: Animation + - id: 35 + name: Comedy + - id: 80 + name: Crime + - id: 99 + name: Documentary + - id: 18 + name: Drama + - id: 10751 + name: Family + - id: 10762 + name: Kids + - id: 9648 + name: Mystery + - id: 10763 + name: News + - id: 10764 + name: Reality + - id: 10765 + name: Sci-Fi & Fantasy + - id: 10766 + name: Soap + - id: 10767 + name: Talk + - id: 10768 + name: War & Politics + - id: 37 + name: Western + description: This array is the collection or list of categories that classify various types of TV shows based on their thematic and stylistic elements. + examples: + tv list: + value: + genres: + - id: 10759 + name: Action & Adventure + - id: 16 + name: Animation + - id: 35 + name: Comedy + - id: 80 + name: Crime + - id: 99 + name: Documentary + - id: 18 + name: Drama + - id: 10751 + name: Family + - id: 10762 + name: Kids + - id: 9648 + name: Mystery + - id: 10763 + name: News + - id: 10764 + name: Reality + - id: 10765 + name: Sci-Fi & Fantasy + - id: 10766 + name: Soap + - id: 10767 + name: Talk + - id: 10768 + name: War & Politics + - id: 37 + name: Western + /guest_session/{guest_session_id}/rated/movies: + get: + tags: + - GUEST SESSIONS + summary: Rated Movies + description: This endpoint get the rated movies for a guest session. + operationId: ratedMovies1 + parameters: + - $ref: '#/components/parameters/guest_session_id' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/sort_by' + responses: + '200': + description: '' + + /guest_session/{guest_session_id}/rated/tv: + get: + tags: + - GUEST SESSIONS + summary: Rated TV + description: This endpoint get the rated TV shows for a guest session. + operationId: ratedTv1 + parameters: + - $ref: '#/components/parameters/guest_session_id' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/sort_by' + responses: + '200': + description: '' + + /guest_session/{guest_session_id}/rated/tv/episodes: + get: + tags: + - GUEST SESSIONS + summary: Rated TV Episodes + description: This endpoint get the rated TV episodes for a guest session. + operationId: ratedTvEpisodes1 + parameters: + - $ref: '#/components/parameters/guest_session_id' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/sort_by' + responses: + '200': + description: '' + + /search/keyword: + get: + tags: + - KEYWORDS + summary: Keyword + description: This endpoint is used to get a keyword_id. + operationId: keyword + parameters: + - name: query + in: query + description: This is the keyword we want to search for in the database. + required: true + schema: + type: string + example: fight + - $ref: '#/components/parameters/page' + responses: + '200': + description: keyword + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=21402 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Thu, 02 Jan 2025 17:57:20 GMT + ETag: + schema: + type: string + example: W/"0794c42bb74fb6b87b1275e4a627657c" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 2f66aa06710fece8ed203ab0ea81eb56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: p8-fHQpl720_SOrtUE1wKT-f2v6k8HCUSu5HoQ6JGcJNgaJqOfkZQQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '596' + x-memc-expires: + schema: + type: string + example: '21402' + x-memc-key: + schema: + type: string + example: 179ccf78479debb49bec7c9ebd2be137 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: The current page number of the results returned by the API. + results: + type: array + items: + type: object + properties: + id: + type: number + example: 1721 + name: + type: string + example: fight + description: This is a unique identifier for each entry. + example: + - id: 1721 + name: fight + - id: 4678 + name: stick fighting + - id: 5380 + name: virtual fight + - id: 14696 + name: bloody fight + - id: 17977 + name: underground fighting + - id: 18109 + name: knife fight + - id: 68643 + name: food fight + - id: 155464 + name: over-the-hill fighter + - id: 155701 + name: cock fighting + - id: 217041 + name: fight night + - id: 217367 + name: tavern fight + - id: 252315 + name: fight against the rich + - id: 221838 + name: women fighters + - id: 223071 + name: foo fighters + - id: 168593 + name: fake fight + - id: 256306 + name: fight for the fallen + - id: 170703 + name: snowball fight + - id: 224692 + name: fighting games + - id: 225356 + name: epic fights + - id: 174375 + name: resistance fighter + description: This is an array of objects where each object represents a unique entry related to the search query. + total_pages: + type: number + example: 7 + description: This field indicates the total number of pages available for the results. + total_results: + type: number + example: 130 + description: This field shows the total count of results obtained from the search query. + examples: + keyword: + value: + page: 1 + results: + - id: 1721 + name: fight + - id: 4678 + name: stick fighting + - id: 5380 + name: virtual fight + - id: 14696 + name: bloody fight + - id: 17977 + name: underground fighting + - id: 18109 + name: knife fight + - id: 68643 + name: food fight + - id: 155464 + name: over-the-hill fighter + - id: 155701 + name: cock fighting + - id: 217041 + name: fight night + - id: 217367 + name: tavern fight + - id: 252315 + name: fight against the rich + - id: 221838 + name: women fighters + - id: 223071 + name: foo fighters + - id: 168593 + name: fake fight + - id: 256306 + name: fight for the fallen + - id: 170703 + name: snowball fight + - id: 224692 + name: fighting games + - id: 225356 + name: epic fights + - id: 174375 + name: resistance fighter + total_pages: 7 + total_results: 130 + /keyword/{keyword_id}: + get: + tags: + - KEYWORDS + summary: Details + description: This endpoint allows users to retrieve detailed information about a specific keyword in The Movie Database. + operationId: details5 + parameters: + - $ref: '#/components/parameters/keyword_id' + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=25026 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Thu, 02 Jan 2025 17:59:16 GMT + ETag: + schema: + type: string + example: W/"e1566e2e909cdc93162b7353d53a23e5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: IafTiX_8uiL9MX1zOA-QOSMhOVcSGEzZEK9v3lUUr3JiYQ66zVP7jQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS, STORE + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '25026' + x-memc-key: + schema: + type: string + example: 0d9289316045e87e7938325aa85f180c + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 14696 + description: A unique identifier for the keyword. + name: + type: string + example: bloody fight + description: The name of the keyword, which describes a specific theme or element associated with a movie or TV show. + examples: + details: + value: + id: 14696 + name: bloody fight + + /keyword/{keyword_id}/movies: + get: + tags: + - KEYWORDS + summary: Movies + description: >- + This endpoint fetch movies associated with a certain keyword. + deprecated: true + operationId: movies + parameters: + + - $ref: '#/components/parameters/include_adult' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/keyword_id' + + responses: + '200': + description: movie + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=23569 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Thu, 02 Jan 2025 21:25:59 GMT + ETag: + schema: + type: string + example: W/"742d54da44c59203d6153930f10322c9" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 38ecebcaa39c8742da2b6336935bb446.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 2zsTGPGXYDmp6QQLQCYY7yW4SMcUzkL_XXbIiPZCGahcSS7obemUGA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '1958' + x-memc-expires: + schema: + type: string + example: '23569' + x-memc-key: + schema: + type: string + example: 9153a77796e5f6ca7842502a81d83792 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 14696 + description: A unique identifier for the keyword or search query in the database. + page: + type: number + example: 1 + description: The current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: Boolean value indicating whether the content is meant for adults (true) or suitable for all audiences (false). + backdrop_path: + type: string + nullable: true + example: /44Yi72Ut3NchXewQzx814ViE2dy.jpg + description: The path to a backdrop image associated with the movie, used for displaying a larger background image. + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 12 + - 53 + description: An array of numeric genre identifiers that categorize the movie (e.g., action, drama, horror). + id: + type: number + example: 22832 + description: A unique identifier for the movie in the database. + original_language: + type: string + example: en + description: The original language in which the movie was produced. + original_title: + type: string + example: Ninja Assassin + description: The title of the movie in its original language. + overview: + type: string + example: >- + Ninja Assassin follows Raizo, one of the deadliest + assassins in the world. Taken from the streets as a + child, he was transformed into a trained killer by + the Ozunu Clan, a secret society whose very + existence is considered a myth. But haunted by the + merciless execution of his friend by the Clan, Raizo + breaks free from them and vanishes. Now he waits, + preparing to exact his revenge. + description: A brief summary of the plot or storyline (either movie or TV show). + popularity: + type: number + example: 60.159 + description: A numerical value indicating the popularity of the movie, often based on viewer engagement and interactions. + poster_path: + type: string + nullable: true + example: /5twFaR5A1Y9C3KAt6uy6iq332m0.jpg + description: The path to the movie's poster image, used for displaying a thumbnail. + release_date: + type: string + example: '2009-09-29' + description: The official release date of the movie (in YYYY-MM-DD format). + title: + type: string + example: Ninja Assassin + description: The title of the movie in English or the most recognized language. + video: + type: boolean + example: false + description: Boolean value indicating whether there is a video clip available for the movie (true or false). + vote_average: + type: number + example: 6.7 + description: The average rating (out of 10) that the movie has received from viewers. + vote_count: + type: number + example: 1561 + description: The total number of votes the movie has received, contributing to the vote_average. + example: + - adult: false + backdrop_path: /44Yi72Ut3NchXewQzx814ViE2dy.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 22832 + original_language: en + original_title: Ninja Assassin + overview: >- + Ninja Assassin follows Raizo, one of the deadliest + assassins in the world. Taken from the streets as a + child, he was transformed into a trained killer by the + Ozunu Clan, a secret society whose very existence is + considered a myth. But haunted by the merciless + execution of his friend by the Clan, Raizo breaks free + from them and vanishes. Now he waits, preparing to + exact his revenge. + popularity: 60.159 + poster_path: /5twFaR5A1Y9C3KAt6uy6iq332m0.jpg + release_date: '2009-09-29' + title: Ninja Assassin + video: false + vote_average: 6.7 + vote_count: 1561 + - adult: false + backdrop_path: /9J3HHP3kQ5ZStyirJyWPWtvvrHY.jpg + genre_ids: + - 878 + - 27 + - 53 + id: 158015 + original_language: en + original_title: The Purge + overview: >- + Given the country's overcrowded prisons, the U.S. + government begins to allow 12-hour periods of time in + which all illegal activity is legal. During one of + these free-for-alls, a family must protect themselves + from a home invasion. + popularity: 42.998 + poster_path: /46X1ei9uf13nkkr0OhWldGyr5Uh.jpg + release_date: '2013-05-31' + title: The Purge + video: false + vote_average: 6.3 + vote_count: 8378 + - adult: false + backdrop_path: /eoIQMUeJDOG41way1pb5TjiPFFf.jpg + genre_ids: + - 27 + - 53 + id: 76617 + original_language: en + original_title: Texas Chainsaw 3D + overview: "A young woman learns that she has inherited a Texas estate from her deceased grandmother.\_After embarking on a road trip with friends to uncover her roots, she finds she is the sole owner of a lavish, isolated Victorian mansion. But her newfound wealth comes at a price as she stumbles upon a horror that awaits her in the mansion’s dank cellars." + popularity: 40.234 + poster_path: /qaPvvHP1kKlQaUAXQZQAWitqBOT.jpg + release_date: '2013-01-03' + title: Texas Chainsaw 3D + video: false + vote_average: 5.5 + vote_count: 1674 + - adult: false + backdrop_path: /sclEvlduoGf5io1oLj5UsQLOdKQ.jpg + genre_ids: + - 18 + - 28 + - 36 + id: 30596 + original_language: cn + original_title: 十月圍城 + overview: >- + In 1905, revolutionist Sun Yat-Sen visits Hong Kong to + discuss plans with Tongmenghui members to overthrow + the Qing dynasty. But when they find out that + assassins have been sent to kill him, they assemble a + group of protectors to prevent any attacks. + popularity: 12.611 + poster_path: /hEqqA5pSm62IcJ4YJAuMByme3zr.jpg + release_date: '2009-12-18' + title: Bodyguards and Assassins + video: false + vote_average: 6.8 + vote_count: 364 + - adult: false + backdrop_path: /6ze4mMV25hIaFK2QKeyb5ZgFIP1.jpg + genre_ids: + - 12 + - 28 + - 27 + - 9648 + - 53 + id: 878414 + original_language: en + original_title: The Mountain Stalker + overview: >- + Deep in the Forest lurks a psychopath who returns 15 + years after 5 hikers go missing. Mark Unit 121 is a + forest ranger is sent to investigate , after 3 kids go + missing on the mountain trail, a bloody trail. + popularity: 2.261 + poster_path: /9vlVyF3iX3CmmXrEwSSJuzYevLF.jpg + release_date: '2021-09-26' + title: The Mountain Stalker + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /7rjarT5Gj7Ozxw0riyVmAOAp1mU.jpg + genre_ids: + - 28 + id: 1168962 + original_language: en + original_title: CCC + overview: >- + After talking to an AI online, our protagonist, Mayne, + is receiving strange phone calls from an unknown + person. Soon he will have to face heavy threats, and + get engaged into an action packed adventure to save + humanity from evil forces. + popularity: 2.12 + poster_path: /7yf3qMHlO0BACnJEFORpVOqIaH9.jpg + release_date: '2023-09-02' + title: CCC + video: false + vote_average: 6.2 + vote_count: 4 + - adult: false + backdrop_path: null + genre_ids: + - 27 + id: 227907 + original_language: en + original_title: Truth or Dare + overview: >- + Six college kids find internet stardom when they make + "Truth or Dare" videos with a violent twist. It is all + fun and games until their number one fan decides he + wants to play by his own rules. + popularity: 1.383 + poster_path: /6EVAvgr4QVUsnWE5Bib7EYYGmaU.jpg + release_date: '2013-09-13' + title: Truth or Dare + video: false + vote_average: 6.318 + vote_count: 22 + - adult: false + backdrop_path: /nIpml7IQL2MtOrPPgd2wRjwg0sT.jpg + genre_ids: + - 28 + id: 380104 + original_language: zh + original_title: 拳霸风云 + overview: >- + After reuniting with his love of life, Sha Sha, + underground boxer Gao Yuan escapes from the gangster + who controls him. Hao Ge kidnaps Sha Sha so Gao Yuan + would return to the game. + popularity: 1.346 + poster_path: /HziHfCo9AQ5nuLNm4rmhqvYoCc.jpg + release_date: '2015-06-20' + title: Bloody Destiny + video: false + vote_average: 7 + vote_count: 2 + - adult: false + backdrop_path: /kwpANiyObTPqFLrIVNe2bhph2EE.jpg + genre_ids: + - 35 + - 28 + - 18 + id: 728503 + original_language: en + original_title: 'Tribe: The Untold Story of the Making of Vice Cops' + overview: >- + Two brave young men set out to create the greatest + film drama of all time. What comes next turns out to + be much bigger than they ever expected. + popularity: 1.234 + poster_path: /9VmT16H0Qsswjr8vmjcRMM8l40z.jpg + release_date: '2020-02-20' + title: 'Tribe: The Untold Story of the Making of Vice Cops' + video: false + vote_average: 9.5 + vote_count: 1 + - adult: false + backdrop_path: /7IeztTEv3srZPyN68XFKgJ1UimJ.jpg + genre_ids: + - 28 + - 80 + - 9648 + id: 1302631 + original_language: en + original_title: Hound + overview: '' + popularity: 1.096 + poster_path: /96bJWYmbchLng25xw1tT6lF067N.jpg + release_date: '2024-11-20' + title: Hound + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zC3srTR7MZifDeNyv0Ka1ggkj66.jpg + genre_ids: + - 28 + - 27 + - 35 + id: 1291466 + original_language: en + original_title: Holy Cripes! It’s Pipes Mackenzie! + overview: >- + Pipes Mackenzie is a disgraced pugilist, who hopes to + avenge the brutal death of his grandmother and reclaim + his name, by cleaning up the streets of scum with + fists blessed by the Lord. + popularity: 0.989 + poster_path: null + release_date: '2024-08-01' + title: Holy Cripes! It’s Pipes Mackenzie! + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /iBcBxwloIFDMiJpbdDe1rtmFAD2.jpg + genre_ids: + - 16 + - 28 + - 18 + id: 1117062 + original_language: en + original_title: Head to Head + overview: >- + On a hot day in the unforgiving desert, two hungry and + solitary beasts find themselves in the proximity of a + partially devoured carcass. They must go head to head + in a bloody and crippling battle to determine who + deserves to eat and who must leave. + popularity: 0.952 + poster_path: /fe57HzOxzw7BfArY2AVzq0HytwK.jpg + release_date: '2022-05-15' + title: Head to Head + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 18 + - 28 + id: 1179272 + original_language: pt + original_title: Pakanga + overview: '' + popularity: 0.925 + poster_path: /9faiD3nbauXtyt4RvJznXgJC4f3.jpg + release_date: '2023-09-15' + title: Pakanga + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 28 + - 99 + id: 394313 + original_language: en + original_title: Mike V's Greatest Hits + overview: >- + Professional skateboarder and legendary bad ass, Mike + V has been fighting against bullies and injustice his + whole life. Mike V grew up in a small town in New + Jersey and has been fighting for skateboarding and + skateboarders his entire professional career. This + video documents Mike's most notorious run-in's, + confrontations, and brawls. These are the stories + behind the stories. It's all here; the car crashing, + elbow smashing, ramp thrashing and security guard + bashing that has made Mike V a legend in and out of + the skateboard world. This video shows you his + legendary aggression when someone or something tries + to knock him off. Stand Strong indeed. + popularity: 0.912 + poster_path: /4HTNqM9wC9MHEFNHIyhW7RwoPJ4.jpg + release_date: '2003-04-24' + title: Mike V's Greatest Hits + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: /ysVt38szEjyKcvDrMZOxUuz3Z6d.jpg + genre_ids: + - 27 + id: 537445 + original_language: en + original_title: Parts Unknown + overview: >- + After putting their bodies on the line for countless + years, a family of professional wrestlers seek a brand + new way to satisfy an impeccable bloodlust. + popularity: 0.679 + poster_path: /5TJb9to2uSXsu9HzbwNdZAHFrTf.jpg + release_date: '2018-06-08' + title: Parts Unknown + video: false + vote_average: 4 + vote_count: 2 + - adult: false + backdrop_path: null + genre_ids: + - 28 + - 12 + - 878 + id: 1277409 + original_language: en + original_title: 'Ghost Spider: Veins Of The Multiverse' + overview: >- + After the loss of her best friend, Gwen Stacy is + thrust into a world beyond anything she could’ve + imagined. + popularity: 0.332 + poster_path: null + release_date: '2023-11-04' + title: 'Ghost Spider: Veins Of The Multiverse' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /avAVD6cXug6fMWz556R42equkJE.jpg + genre_ids: + - 27 + - 9648 + - 53 + id: 799069 + original_language: en + original_title: Craving + overview: >- + Suzie, a hopeful fashion school graduate seeks + inspiration in the city of Paris after moving in with + her famous DJ boyfriend. Bored and left alone in an + unfamiliar city, Suzie attends a mysterious fashion + show, where she soon finds out that there is something + sinister going on beneath the designer clothing. + popularity: 0.149 + poster_path: /cmlvC9fNixstQgAWPSZWU7pYPrV.jpg + release_date: '2021-06-22' + title: Craving + video: false + vote_average: 0 + vote_count: 0 + description: This array is collection of movie objects that match a specific keyword. + total_pages: + type: number + example: 1 + description: The total number of pages available for the query results. + total_results: + type: number + example: 17 + description: The total number of results found for the query. + examples: + movie: + value: + id: 14696 + page: 1 + results: + - adult: false + backdrop_path: /44Yi72Ut3NchXewQzx814ViE2dy.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 22832 + original_language: en + original_title: Ninja Assassin + overview: >- + Ninja Assassin follows Raizo, one of the deadliest + assassins in the world. Taken from the streets as a + child, he was transformed into a trained killer by the + Ozunu Clan, a secret society whose very existence is + considered a myth. But haunted by the merciless + execution of his friend by the Clan, Raizo breaks free + from them and vanishes. Now he waits, preparing to + exact his revenge. + popularity: 60.159 + poster_path: /5twFaR5A1Y9C3KAt6uy6iq332m0.jpg + release_date: '2009-09-29' + title: Ninja Assassin + video: false + vote_average: 6.7 + vote_count: 1561 + - adult: false + backdrop_path: /9J3HHP3kQ5ZStyirJyWPWtvvrHY.jpg + genre_ids: + - 878 + - 27 + - 53 + id: 158015 + original_language: en + original_title: The Purge + overview: >- + Given the country's overcrowded prisons, the U.S. + government begins to allow 12-hour periods of time in + which all illegal activity is legal. During one of + these free-for-alls, a family must protect themselves + from a home invasion. + popularity: 42.998 + poster_path: /46X1ei9uf13nkkr0OhWldGyr5Uh.jpg + release_date: '2013-05-31' + title: The Purge + video: false + vote_average: 6.3 + vote_count: 8378 + - adult: false + backdrop_path: /eoIQMUeJDOG41way1pb5TjiPFFf.jpg + genre_ids: + - 27 + - 53 + id: 76617 + original_language: en + original_title: Texas Chainsaw 3D + overview: "A young woman learns that she has inherited a Texas estate from her deceased grandmother.\_After embarking on a road trip with friends to uncover her roots, she finds she is the sole owner of a lavish, isolated Victorian mansion. But her newfound wealth comes at a price as she stumbles upon a horror that awaits her in the mansion’s dank cellars." + popularity: 40.234 + poster_path: /qaPvvHP1kKlQaUAXQZQAWitqBOT.jpg + release_date: '2013-01-03' + title: Texas Chainsaw 3D + video: false + vote_average: 5.5 + vote_count: 1674 + - adult: false + backdrop_path: /sclEvlduoGf5io1oLj5UsQLOdKQ.jpg + genre_ids: + - 18 + - 28 + - 36 + id: 30596 + original_language: cn + original_title: 十月圍城 + overview: >- + In 1905, revolutionist Sun Yat-Sen visits Hong Kong to + discuss plans with Tongmenghui members to overthrow + the Qing dynasty. But when they find out that + assassins have been sent to kill him, they assemble a + group of protectors to prevent any attacks. + popularity: 12.611 + poster_path: /hEqqA5pSm62IcJ4YJAuMByme3zr.jpg + release_date: '2009-12-18' + title: Bodyguards and Assassins + video: false + vote_average: 6.8 + vote_count: 364 + - adult: false + backdrop_path: /6ze4mMV25hIaFK2QKeyb5ZgFIP1.jpg + genre_ids: + - 12 + - 28 + - 27 + - 9648 + - 53 + id: 878414 + original_language: en + original_title: The Mountain Stalker + overview: >- + Deep in the Forest lurks a psychopath who returns 15 + years after 5 hikers go missing. Mark Unit 121 is a + forest ranger is sent to investigate , after 3 kids go + missing on the mountain trail, a bloody trail. + popularity: 2.261 + poster_path: /9vlVyF3iX3CmmXrEwSSJuzYevLF.jpg + release_date: '2021-09-26' + title: The Mountain Stalker + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /7rjarT5Gj7Ozxw0riyVmAOAp1mU.jpg + genre_ids: + - 28 + id: 1168962 + original_language: en + original_title: CCC + overview: >- + After talking to an AI online, our protagonist, Mayne, + is receiving strange phone calls from an unknown + person. Soon he will have to face heavy threats, and + get engaged into an action packed adventure to save + humanity from evil forces. + popularity: 2.12 + poster_path: /7yf3qMHlO0BACnJEFORpVOqIaH9.jpg + release_date: '2023-09-02' + title: CCC + video: false + vote_average: 6.2 + vote_count: 4 + - adult: false + backdrop_path: null + genre_ids: + - 27 + id: 227907 + original_language: en + original_title: Truth or Dare + overview: >- + Six college kids find internet stardom when they make + "Truth or Dare" videos with a violent twist. It is all + fun and games until their number one fan decides he + wants to play by his own rules. + popularity: 1.383 + poster_path: /6EVAvgr4QVUsnWE5Bib7EYYGmaU.jpg + release_date: '2013-09-13' + title: Truth or Dare + video: false + vote_average: 6.318 + vote_count: 22 + - adult: false + backdrop_path: /nIpml7IQL2MtOrPPgd2wRjwg0sT.jpg + genre_ids: + - 28 + id: 380104 + original_language: zh + original_title: 拳霸风云 + overview: >- + After reuniting with his love of life, Sha Sha, + underground boxer Gao Yuan escapes from the gangster + who controls him. Hao Ge kidnaps Sha Sha so Gao Yuan + would return to the game. + popularity: 1.346 + poster_path: /HziHfCo9AQ5nuLNm4rmhqvYoCc.jpg + release_date: '2015-06-20' + title: Bloody Destiny + video: false + vote_average: 7 + vote_count: 2 + - adult: false + backdrop_path: /kwpANiyObTPqFLrIVNe2bhph2EE.jpg + genre_ids: + - 35 + - 28 + - 18 + id: 728503 + original_language: en + original_title: 'Tribe: The Untold Story of the Making of Vice Cops' + overview: >- + Two brave young men set out to create the greatest + film drama of all time. What comes next turns out to + be much bigger than they ever expected. + popularity: 1.234 + poster_path: /9VmT16H0Qsswjr8vmjcRMM8l40z.jpg + release_date: '2020-02-20' + title: 'Tribe: The Untold Story of the Making of Vice Cops' + video: false + vote_average: 9.5 + vote_count: 1 + - adult: false + backdrop_path: /7IeztTEv3srZPyN68XFKgJ1UimJ.jpg + genre_ids: + - 28 + - 80 + - 9648 + id: 1302631 + original_language: en + original_title: Hound + overview: '' + popularity: 1.096 + poster_path: /96bJWYmbchLng25xw1tT6lF067N.jpg + release_date: '2024-11-20' + title: Hound + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zC3srTR7MZifDeNyv0Ka1ggkj66.jpg + genre_ids: + - 28 + - 27 + - 35 + id: 1291466 + original_language: en + original_title: Holy Cripes! It’s Pipes Mackenzie! + overview: >- + Pipes Mackenzie is a disgraced pugilist, who hopes to + avenge the brutal death of his grandmother and reclaim + his name, by cleaning up the streets of scum with + fists blessed by the Lord. + popularity: 0.989 + poster_path: null + release_date: '2024-08-01' + title: Holy Cripes! It’s Pipes Mackenzie! + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /iBcBxwloIFDMiJpbdDe1rtmFAD2.jpg + genre_ids: + - 16 + - 28 + - 18 + id: 1117062 + original_language: en + original_title: Head to Head + overview: >- + On a hot day in the unforgiving desert, two hungry and + solitary beasts find themselves in the proximity of a + partially devoured carcass. They must go head to head + in a bloody and crippling battle to determine who + deserves to eat and who must leave. + popularity: 0.952 + poster_path: /fe57HzOxzw7BfArY2AVzq0HytwK.jpg + release_date: '2022-05-15' + title: Head to Head + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 18 + - 28 + id: 1179272 + original_language: pt + original_title: Pakanga + overview: '' + popularity: 0.925 + poster_path: /9faiD3nbauXtyt4RvJznXgJC4f3.jpg + release_date: '2023-09-15' + title: Pakanga + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 28 + - 99 + id: 394313 + original_language: en + original_title: Mike V's Greatest Hits + overview: >- + Professional skateboarder and legendary bad ass, Mike + V has been fighting against bullies and injustice his + whole life. Mike V grew up in a small town in New + Jersey and has been fighting for skateboarding and + skateboarders his entire professional career. This + video documents Mike's most notorious run-in's, + confrontations, and brawls. These are the stories + behind the stories. It's all here; the car crashing, + elbow smashing, ramp thrashing and security guard + bashing that has made Mike V a legend in and out of + the skateboard world. This video shows you his + legendary aggression when someone or something tries + to knock him off. Stand Strong indeed. + popularity: 0.912 + poster_path: /4HTNqM9wC9MHEFNHIyhW7RwoPJ4.jpg + release_date: '2003-04-24' + title: Mike V's Greatest Hits + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: /ysVt38szEjyKcvDrMZOxUuz3Z6d.jpg + genre_ids: + - 27 + id: 537445 + original_language: en + original_title: Parts Unknown + overview: >- + After putting their bodies on the line for countless + years, a family of professional wrestlers seek a brand + new way to satisfy an impeccable bloodlust. + popularity: 0.679 + poster_path: /5TJb9to2uSXsu9HzbwNdZAHFrTf.jpg + release_date: '2018-06-08' + title: Parts Unknown + video: false + vote_average: 4 + vote_count: 2 + - adult: false + backdrop_path: null + genre_ids: + - 28 + - 12 + - 878 + id: 1277409 + original_language: en + original_title: 'Ghost Spider: Veins Of The Multiverse' + overview: >- + After the loss of her best friend, Gwen Stacy is + thrust into a world beyond anything she could’ve + imagined. + popularity: 0.332 + poster_path: null + release_date: '2023-11-04' + title: 'Ghost Spider: Veins Of The Multiverse' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /avAVD6cXug6fMWz556R42equkJE.jpg + genre_ids: + - 27 + - 9648 + - 53 + id: 799069 + original_language: en + original_title: Craving + overview: >- + Suzie, a hopeful fashion school graduate seeks + inspiration in the city of Paris after moving in with + her famous DJ boyfriend. Bored and left alone in an + unfamiliar city, Suzie attends a mysterious fashion + show, where she soon finds out that there is something + sinister going on beneath the designer clothing. + popularity: 0.149 + poster_path: /cmlvC9fNixstQgAWPSZWU7pYPrV.jpg + release_date: '2021-06-22' + title: Craving + video: false + vote_average: 0 + vote_count: 0 + total_pages: 1 + total_results: 17 + + /list: + post: + tags: + - LISTS + summary: Create List_id + description: >- + This is endpoint is used to create a list. + operationId: createListId + parameters: + - $ref: '#/components/parameters/session_id' + requestBody: + content: + application/json: + schema: + type: object + properties: + description: + type: string + example: This contains the list of all anime, movie or TV shows + description: This describe our list. i.e what our list should contain. + language: + type: string + example: en + description: Specifies the language we are using to create the list. + name: + type: string + example: Anime + description: This is the name of the list. + examples: + Create List_id: + value: + description: This contains the list of all anime, movie or TV shows + language: en + name: Anime + responses: + '201': + description: create list_id + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '78' + Date: + schema: + type: string + example: Fri, 03 Jan 2025 20:36:09 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 22e9d361a9c4153886c1c8aa0eb4ffa8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: BAcA-SFwvsLwwVl720-W9HrcjSv-0kyVPJQxw0Eu5erTl_4-cI9hCw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"104b21126e241656173f647236264065" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + allOf: + - $ref: '#/components/schemas/addFavourite' + - type: object + properties: + list_id: + type: number + example: 8504995 + description: This is the unique identifier of the list been created + + examples: + create list_id: + value: + list_id: 8504995 + status_code: 1 + status_message: Success. + success: true + /list/{list_id}/add_item: + post: + tags: + - LISTS + summary: Add Movie + description: This endpoint add a movie to a list. + operationId: addMovie + parameters: + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/list_id' + requestBody: + content: + application/json: + schema: + type: object + properties: + media_id: + type: number + example: 18 + description: This is the value been sent to the server. And it represent an identifier for a specific piece of media. + examples: + Add Movie: + value: + media_id: 18 + responses: + '201': + description: add movie + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '94' + Date: + schema: + type: string + example: Fri, 03 Jan 2025 21:13:09 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Ha5DlLldGWFxP1EJZ7ahBWno8DXLe077doH6GfcdCpX93p-4Ly5bkQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"04302547257ccb7e68844cdd59055002" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + $ref: '#/components/schemas/listProperty' + examples: + add movie: + value: + status_code: 12 + status_message: The item/record was updated successfully. + success: true + + /list/{list_id}/item_status: + get: + tags: + - LISTS + summary: Check Item Status + description: This endpoint check if an item has already been added to the list. + operationId: checkItemStatus + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/list_id' + - name: movie_id + in: query + description: This is the unique identifier of a movie. + schema: + type: string + responses: + '200': + description: check item status + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: max-age=0, private, must-revalidate + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 21:28:09 GMT + ETag: + schema: + type: string + example: W/"fca9158d787a55d7cac08b955a8eb69d" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 3dcb635971b5d310e8941cdb963aff70.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: QtBuiipvcnwQs23h7cBlgrUVksEv7zYr_CWLtZaGtLsWsFNoB52Ftw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + content: + application/json: + schema: + type: object + properties: + id: + type: string + example: '8504997' + description: This is the list_id + item_present: + type: boolean + example: false + description: This shows if any movie or tv shows is in the list. + examples: + check item status: + value: + id: '8504997' + item_present: false + + /list/{list_id}: + get: + tags: + - LISTS + summary: Details + description: This endpoint allows user to access informations addded in the list. + operationId: details6 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/list_id' + - $ref: '#/components/parameters/page' + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: max-age=0, private, must-revalidate + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 21:34:01 GMT + ETag: + schema: + type: string + example: W/"5c91541af3292887de0262216571e105" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 22e9d361a9c4153886c1c8aa0eb4ffa8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: xK5g8TLkeXI4AogsKgkSP23-jqfqy25Vf8lyOupusSh8QSquwWLMuA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + content: + application/json: + schema: + type: object + properties: + created_by: + type: string + example: SirJosh + description: The name of the user who created the list. + description: + type: string + example: This contains the list of all anime, movie or TV shows + description: A textual description of the list. + favorite_count: + type: number + example: 0 + description: The number of users who have marked the list as a favorite (default is 0). + id: + type: number + example: 8504997 + description: The unique identifier for the list. + iso_639_1: + type: string + example: en + description: The ISO 639-1 code for the language of the list. + item_count: + type: number + example: 1 + description: The total number of items in the list. + items: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: Indicates if the item is for adults. + backdrop_path: + type: string + example: /wgvc3PmjQGtYYDWaeuV867mnFDs.jpg + description: The path of the backdrop image associated with the item. + genre_ids: + type: array + items: + type: number + example: 878 + example: + - 878 + - 28 + - 12 + description: This represents an array of unique identifiers that correspond to the genres associated with each media item listed. + id: + type: number + example: 18 + description: The unique identifier for the media item in the list + media_type: + type: string + example: movie + description: The type of media in the list(movie, TV show, etc.). + original_language: + type: string + example: fr + description: The original language of the item was produced + original_title: + type: string + example: Le Cinquième Élément + description: The original title of the item. + overview: + type: string + example: >- + In 2257, a taxi driver is unintentionally given the + task of saving a young girl who is part of the key + that will ensure the survival of humanity. + description: A brief overview of the item. + popularity: + type: number + example: 69.185 + description: The popularity score of the item. + poster_path: + type: string + example: /fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg + description: The path of the poster image associated with the item. + release_date: + type: string + example: '1997-05-02' + description: The release date of the item. + title: + type: string + example: The Fifth Element + description: The title of the item. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 7.554 + description: The average voting score of the item. + vote_count: + type: number + example: 10764 + description: The number of votes the item has received. + + example: + - adult: false + backdrop_path: /wgvc3PmjQGtYYDWaeuV867mnFDs.jpg + genre_ids: + - 878 + - 28 + - 12 + id: 18 + media_type: movie + original_language: fr + original_title: Le Cinquième Élément + overview: >- + In 2257, a taxi driver is unintentionally given the + task of saving a young girl who is part of the key + that will ensure the survival of humanity. + popularity: 69.185 + poster_path: /fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg + release_date: '1997-05-02' + title: The Fifth Element + video: false + vote_average: 7.554 + vote_count: 10764 + description: A collection of items (movies/shows) contained in the list. + name: + type: string + example: Anime + description: The name of the list. + page: + type: number + example: 1 + description: The current page number of the results being displayed. + poster_path: + nullable: true + example: null + description: The path of the poster image associated with the list. When poster_path is null, it means that the item does not have an associated poster image in the database. + total_pages: + type: number + example: 1 + description: The total number of pages available for the query results. + total_results: + type: number + example: 1 + description: The total number of results found for the query. + examples: + details: + value: + created_by: SirJosh + description: This contains the list of all anime, movie or TV shows + favorite_count: 0 + id: 8504997 + iso_639_1: en + item_count: 1 + items: + - adult: false + backdrop_path: /wgvc3PmjQGtYYDWaeuV867mnFDs.jpg + genre_ids: + - 878 + - 28 + - 12 + id: 18 + media_type: movie + original_language: fr + original_title: Le Cinquième Élément + overview: >- + In 2257, a taxi driver is unintentionally given the + task of saving a young girl who is part of the key + that will ensure the survival of humanity. + popularity: 69.185 + poster_path: /fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg + release_date: '1997-05-02' + title: The Fifth Element + video: false + vote_average: 7.554 + vote_count: 10764 + + name: Anime + page: 1 + poster_path: null + total_pages: 1 + total_results: 1 + + /list/{list_id}/remove_item: + post: + tags: + - LISTS + summary: Remove Movie + description: This endpoint remove a movie from a list. + operationId: removeMovie + parameters: + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/list_id' + requestBody: + content: + application/json: + schema: + type: object + properties: + media_id: + type: number + example: 18 + description: This is the value that is intended to be removed from the server. + examples: + Remove Movie: + value: + media_id: 18 + responses: + '200': + description: remove movie + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: br + Date: + schema: + type: string + example: Fri, 03 Jan 2025 21:38:22 GMT + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 4db130e87be66fce9731567ae0669c56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: sBoHxPc2Zq6SGChY9O5BMpCC_v_4WsIhkZoVeJFahgDI0S0HhX54aw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"0566f98871ddfd7f6ade28aaefb5167d" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + type: object + properties: + status_code: + type: number + example: 13 + description: An integer value representing the status of the response. A value of 1 is often used to denote a generic success response. + status_message: + type: string + example: The item/record was deleted successfully. + description: A string providing a brief indication of the status of the request. + success: + type: boolean + example: true + description: A boolean value indicating whether the request was successful. + examples: + remove movie: + value: + status_code: 13 + status_message: The item/record was deleted successfully. + success: true + + /list/{list_id}/clear: + post: + tags: + - LISTS + summary: Clear List + description: This endpoint clear all items from a list. + operationId: clearList + parameters: + - name: session_id + in: query + required: true + description: A token that represents a logged-in user's session after they have authenticated with their TMDB account. + schema: + type: string + example: '' + - name: confirm + in: query + required: true + description: This confirm if you want to clear all the items in the list. + schema: + type: string + enum: + - true + - false + example: 'true' + - $ref: '#/components/parameters/list_id' + responses: + '201': + description: clear list + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '94' + Date: + schema: + type: string + example: Fri, 03 Jan 2025 21:52:50 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 368146333bf1a1071e8432a7d4e41e1a.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: ReNpkryUITHj_4sccDCvxg-5KYXtUNAnFfN3nKZL0VtRpm0BGN-FCQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"04302547257ccb7e68844cdd59055002" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + $ref: '#/components/schemas/listProperty' + examples: + clear list: + value: + status_code: 12 + status_message: The item/record was updated successfully. + success: true + + /movie/now_playing: + get: + tags: + - MOVIE LISTS + summary: Now Playing + description: This endpoint get a list of movies that are currently in theatres. + operationId: nowPlaying + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/region' + + responses: + '200': + description: now playing + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=6091 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 21:55:50 GMT + ETag: + schema: + type: string + example: W/"05cedeab3516602356a888a5723078f1" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ddeb8679359f033dad405557c487bfdc.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: J1o10wxFF03Dj2BJ9_WrGqeSj0zIZayWT32DD7BCL3t_cXLKsXsMmQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '18317' + x-memc-expires: + schema: + type: string + example: '6091' + x-memc-key: + schema: + type: string + example: 6804ac2963faf18883efa2932266ec34 + content: + application/json: + schema: + type: object + properties: + dates: + type: object + properties: + maximum: + type: string + example: '2025-01-08' + description: The latest release date of the movies in the results, formatted as "YYYY-MM-DD" (in this case, "2025-01-08"). + minimum: + type: string + example: '2024-11-27' + description: The earliest release date of the movies in the results, formatted as "YYYY-MM-DD" (in this case, "2024-11-27"). + + page: + type: number + example: 1 + description: The current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise). + backdrop_path: + type: string + example: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + description: A string representing the path to the movie's backdrop image. + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 12 + - 18 + description: An array of integers corresponding to genres (e.g., 28 for Action, 12 for Adventure, 18 for Drama). + id: + type: number + example: 558449 + description: A unique identifier for the movie in the database. + original_language: + type: string + example: en + description: A string indicating the original language of the movie. + original_title: + type: string + example: Gladiator II + description: The original title of the movie as it was released initially. + overview: + type: string + example: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced + to enter the Colosseum after his home is conquered + by the tyrannical Emperors who now lead Rome with an + iron fist. With rage in his heart and the future of + the Empire at stake, Lucius must look to his past to + find strength and honor to return the glory of Rome + to its people. + description: A brief description of the movie's plot + popularity: + type: number + example: 5382.147 + description: A numeric value indicating the popularity of the movie. + poster_path: + type: string + example: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + description: A string representing the path to the movie's poster image + release_date: + type: string + example: '2024-11-05' + description: The date when the movie is set to be released, formatted as "YYYY-MM-DD". + title: + type: string + example: Gladiator II + description: The title of the movie as it will be known to the public. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 6.757 + description: A numeric value representing the average rating of the movie, typically on a scale from 1 to 10. + vote_count: + type: number + example: 1876 + description: An integer indicating the total number of votes cast for the movie, which contributes to the vote average. + example: + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 5382.147 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.757 + vote_count: 1876 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. But + his job and her entry into college open up their lives + to new relationships that will shake the foundations + of both their relationship and the Leister family + itself. + popularity: 5236.256 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.1 + vote_count: 564 + - adult: false + backdrop_path: /cjEcqdRdPQJhYre3HUAc5538Gk8.jpg + genre_ids: + - 28 + - 14 + - 35 + id: 845781 + original_language: en + original_title: Red One + overview: >- + After Santa Claus (codename: Red One) is kidnapped, + the North Pole's Head of Security must team up with + the world's most infamous tracker in a globe-trotting, + action-packed mission to save Christmas. + popularity: 3805.408 + poster_path: /cdqLnri3NEGcmfnqwk2TSIYtddg.jpg + release_date: '2024-10-31' + title: Red One + video: false + vote_average: 7.028 + vote_count: 1749 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3403.343 + poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.6 + vote_count: 284 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2873.518 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 6.974 + vote_count: 720 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Told in flashbacks, Mufasa is an orphaned cub, lost + and alone until he meets a sympathetic lion named + Taka—the heir to a royal bloodline. The chance meeting + sets in motion a journey of misfits searching for + their destiny and working together to evade a + threatening and deadly foe. + popularity: 2805.337 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.332 + vote_count: 385 + - adult: false + backdrop_path: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2156.489 + poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.43 + vote_count: 883 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 2071.24 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 178 + - adult: false + backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg + genre_ids: + - 28 + - 53 + id: 1005331 + original_language: en + original_title: Carry-On + overview: >- + An airport security officer races to outsmart a + mysterious traveler forcing him to let a dangerous + item slip onto a Christmas Eve flight. + popularity: 1742.273 + poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg + release_date: '2024-12-05' + title: Carry-On + video: false + vote_average: 7 + vote_count: 1340 + - adult: false + backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1043905 + original_language: en + original_title: Dirty Angels + overview: >- + During the United States' 2021 withdrawal from + Afghanistan, a group of female soldiers posing as + medical relief are sent back in to rescue a group of + kidnapped teenagers caught between ISIS and the + Taliban. + popularity: 1736.39 + poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg + release_date: '2024-12-11' + title: Dirty Angels + video: false + vote_average: 6.8 + vote_count: 74 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1633.009 + poster_path: /sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 220 + - adult: false + backdrop_path: /A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg + genre_ids: + - 80 + - 53 + - 28 + id: 1276945 + original_language: nl + original_title: Ferry 2 + overview: >- + After losing his drug empire, Ferry Bouman has found a + measure of peace away from Brabant's criminal + underworld — until his past catches up to him. + popularity: 1266.034 + poster_path: /8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg + release_date: '2024-12-19' + title: Ferry 2 + video: false + vote_average: 5.645 + vote_count: 62 + - adult: false + backdrop_path: /6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 974453 + original_language: en + original_title: Absolution + overview: >- + An aging ex-boxer gangster working as muscle for a + Boston crime boss receives an upsetting diagnosis. + Despite a faltering memory, he attempts to rectify the + sins of his past and reconnect with his estranged + children. He is determined to leave a positive legacy + for his grandson, but the criminal underworld isn’t + done with him and won’t loosen their grip willingly. + popularity: 1122.811 + poster_path: /2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg + release_date: '2024-10-31' + title: Absolution + video: false + vote_average: 5.9 + vote_count: 202 + - adult: false + backdrop_path: /fzjH7kt1017R9EckLDmWmH5pGhD.jpg + genre_ids: + - 28 + - 27 + - 53 + id: 970450 + original_language: en + original_title: Werewolves + overview: >- + A year after a supermoon’s light activated a dormant + gene, transforming humans into bloodthirsty werewolves + and causing nearly a billion deaths, the nightmare + resurfaces as the supermoon rises again. Two + scientists attempt to stop the mutation but fail, + leaving those exposed to the moonlight to once again + become feral werewolves. Chaos engulfs the streets as + the scientists struggle to reach one of their family + homes, now under siege by the savage creatures. + popularity: 1081.542 + poster_path: /elKf8Y5yi6Rl6teKsrQg0GAwaQD.jpg + release_date: '2024-12-04' + title: Werewolves + video: false + vote_average: 6.1 + vote_count: 75 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 953.442 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.2 + vote_count: 2933 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 895.241 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.7 + vote_count: 267 + - adult: false + backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg + genre_ids: + - 27 + - 53 + id: 1138194 + original_language: en + original_title: Heretic + overview: >- + Two young missionaries are forced to prove their faith + when they knock on the wrong door and are greeted by a + diabolical Mr. Reed, becoming ensnared in his deadly + game of cat-and-mouse. + popularity: 840.621 + poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg + release_date: '2024-10-31' + title: Heretic + video: false + vote_average: 7.182 + vote_count: 676 + - adult: false + backdrop_path: /18TSJF1WLA4CkymvVUcKDBwUJ9F.jpg + genre_ids: + - 27 + - 53 + id: 1034541 + original_language: en + original_title: Terrifier 3 + overview: >- + Five years after surviving Art the Clown's Halloween + massacre, Sienna and Jonathan are still struggling to + rebuild their shattered lives. As the holiday season + approaches, they try to embrace the Christmas spirit + and leave the horrors of the past behind. But just + when they think they're safe, Art returns, determined + to turn their holiday cheer into a new nightmare. The + festive season quickly unravels as Art unleashes his + twisted brand of terror, proving that no holiday is + safe. + popularity: 802.614 + poster_path: /ju10W5gl3PPK3b7TjEmVOZap51I.jpg + release_date: '2024-10-09' + title: Terrifier 3 + video: false + vote_average: 6.886 + vote_count: 1333 + - adult: false + backdrop_path: /v9Du2HC3hlknAvGlWhquRbeifwW.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 539972 + original_language: en + original_title: Kraven the Hunter + overview: >- + Kraven Kravinoff's complex relationship with his + ruthless gangster father, Nikolai, starts him down a + path of vengeance with brutal consequences, motivating + him to become not only the greatest hunter in the + world, but also one of its most feared. + popularity: 795.977 + poster_path: /i47IUSsN126K11JUzqQIOi1Mg1M.jpg + release_date: '2024-12-11' + title: Kraven the Hunter + video: false + vote_average: 5.9 + vote_count: 254 + - adult: false + backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg + genre_ids: + - 10749 + - 35 + - 18 + id: 1064213 + original_language: en + original_title: Anora + overview: >- + A young sex worker from Brooklyn gets her chance at a + Cinderella story when she meets and impulsively + marries the son of an oligarch. Once the news reaches + Russia, her fairytale is threatened as his parents set + out to get the marriage annulled. + popularity: 682.243 + poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg + release_date: '2024-10-14' + title: Anora + video: false + vote_average: 6.9 + vote_count: 613 + description: An array of movie objects, each containing details about a movie. + total_pages: + type: number + example: 219 + description: The total number of pages available for the query results. + total_results: + type: number + example: 4365 + description: The total number of results found for the query. + examples: + now playing: + value: + dates: + maximum: '2025-01-08' + minimum: '2024-11-27' + page: 1 + results: + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 5382.147 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.757 + vote_count: 1876 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. But + his job and her entry into college open up their lives + to new relationships that will shake the foundations + of both their relationship and the Leister family + itself. + popularity: 5236.256 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.1 + vote_count: 564 + - adult: false + backdrop_path: /cjEcqdRdPQJhYre3HUAc5538Gk8.jpg + genre_ids: + - 28 + - 14 + - 35 + id: 845781 + original_language: en + original_title: Red One + overview: >- + After Santa Claus (codename: Red One) is kidnapped, + the North Pole's Head of Security must team up with + the world's most infamous tracker in a globe-trotting, + action-packed mission to save Christmas. + popularity: 3805.408 + poster_path: /cdqLnri3NEGcmfnqwk2TSIYtddg.jpg + release_date: '2024-10-31' + title: Red One + video: false + vote_average: 7.028 + vote_count: 1749 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3403.343 + poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.6 + vote_count: 284 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2873.518 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 6.974 + vote_count: 720 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Told in flashbacks, Mufasa is an orphaned cub, lost + and alone until he meets a sympathetic lion named + Taka—the heir to a royal bloodline. The chance meeting + sets in motion a journey of misfits searching for + their destiny and working together to evade a + threatening and deadly foe. + popularity: 2805.337 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.332 + vote_count: 385 + - adult: false + backdrop_path: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2156.489 + poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.43 + vote_count: 883 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 2071.24 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 178 + - adult: false + backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg + genre_ids: + - 28 + - 53 + id: 1005331 + original_language: en + original_title: Carry-On + overview: >- + An airport security officer races to outsmart a + mysterious traveler forcing him to let a dangerous + item slip onto a Christmas Eve flight. + popularity: 1742.273 + poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg + release_date: '2024-12-05' + title: Carry-On + video: false + vote_average: 7 + vote_count: 1340 + - adult: false + backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1043905 + original_language: en + original_title: Dirty Angels + overview: >- + During the United States' 2021 withdrawal from + Afghanistan, a group of female soldiers posing as + medical relief are sent back in to rescue a group of + kidnapped teenagers caught between ISIS and the + Taliban. + popularity: 1736.39 + poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg + release_date: '2024-12-11' + title: Dirty Angels + video: false + vote_average: 6.8 + vote_count: 74 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1633.009 + poster_path: /sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 220 + - adult: false + backdrop_path: /A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg + genre_ids: + - 80 + - 53 + - 28 + id: 1276945 + original_language: nl + original_title: Ferry 2 + overview: >- + After losing his drug empire, Ferry Bouman has found a + measure of peace away from Brabant's criminal + underworld — until his past catches up to him. + popularity: 1266.034 + poster_path: /8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg + release_date: '2024-12-19' + title: Ferry 2 + video: false + vote_average: 5.645 + vote_count: 62 + - adult: false + backdrop_path: /6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 974453 + original_language: en + original_title: Absolution + overview: >- + An aging ex-boxer gangster working as muscle for a + Boston crime boss receives an upsetting diagnosis. + Despite a faltering memory, he attempts to rectify the + sins of his past and reconnect with his estranged + children. He is determined to leave a positive legacy + for his grandson, but the criminal underworld isn’t + done with him and won’t loosen their grip willingly. + popularity: 1122.811 + poster_path: /2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg + release_date: '2024-10-31' + title: Absolution + video: false + vote_average: 5.9 + vote_count: 202 + - adult: false + backdrop_path: /fzjH7kt1017R9EckLDmWmH5pGhD.jpg + genre_ids: + - 28 + - 27 + - 53 + id: 970450 + original_language: en + original_title: Werewolves + overview: >- + A year after a supermoon’s light activated a dormant + gene, transforming humans into bloodthirsty werewolves + and causing nearly a billion deaths, the nightmare + resurfaces as the supermoon rises again. Two + scientists attempt to stop the mutation but fail, + leaving those exposed to the moonlight to once again + become feral werewolves. Chaos engulfs the streets as + the scientists struggle to reach one of their family + homes, now under siege by the savage creatures. + popularity: 1081.542 + poster_path: /elKf8Y5yi6Rl6teKsrQg0GAwaQD.jpg + release_date: '2024-12-04' + title: Werewolves + video: false + vote_average: 6.1 + vote_count: 75 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 953.442 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.2 + vote_count: 2933 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 895.241 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.7 + vote_count: 267 + - adult: false + backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg + genre_ids: + - 27 + - 53 + id: 1138194 + original_language: en + original_title: Heretic + overview: >- + Two young missionaries are forced to prove their faith + when they knock on the wrong door and are greeted by a + diabolical Mr. Reed, becoming ensnared in his deadly + game of cat-and-mouse. + popularity: 840.621 + poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg + release_date: '2024-10-31' + title: Heretic + video: false + vote_average: 7.182 + vote_count: 676 + - adult: false + backdrop_path: /18TSJF1WLA4CkymvVUcKDBwUJ9F.jpg + genre_ids: + - 27 + - 53 + id: 1034541 + original_language: en + original_title: Terrifier 3 + overview: >- + Five years after surviving Art the Clown's Halloween + massacre, Sienna and Jonathan are still struggling to + rebuild their shattered lives. As the holiday season + approaches, they try to embrace the Christmas spirit + and leave the horrors of the past behind. But just + when they think they're safe, Art returns, determined + to turn their holiday cheer into a new nightmare. The + festive season quickly unravels as Art unleashes his + twisted brand of terror, proving that no holiday is + safe. + popularity: 802.614 + poster_path: /ju10W5gl3PPK3b7TjEmVOZap51I.jpg + release_date: '2024-10-09' + title: Terrifier 3 + video: false + vote_average: 6.886 + vote_count: 1333 + - adult: false + backdrop_path: /v9Du2HC3hlknAvGlWhquRbeifwW.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 539972 + original_language: en + original_title: Kraven the Hunter + overview: >- + Kraven Kravinoff's complex relationship with his + ruthless gangster father, Nikolai, starts him down a + path of vengeance with brutal consequences, motivating + him to become not only the greatest hunter in the + world, but also one of its most feared. + popularity: 795.977 + poster_path: /i47IUSsN126K11JUzqQIOi1Mg1M.jpg + release_date: '2024-12-11' + title: Kraven the Hunter + video: false + vote_average: 5.9 + vote_count: 254 + - adult: false + backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg + genre_ids: + - 10749 + - 35 + - 18 + id: 1064213 + original_language: en + original_title: Anora + overview: >- + A young sex worker from Brooklyn gets her chance at a + Cinderella story when she meets and impulsively + marries the son of an oligarch. Once the news reaches + Russia, her fairytale is threatened as his parents set + out to get the marriage annulled. + popularity: 682.243 + poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg + release_date: '2024-10-14' + title: Anora + video: false + vote_average: 6.9 + vote_count: 613 + total_pages: 219 + total_results: 4365 + /movie/popular: + get: + tags: + - MOVIE LISTS + summary: Popular + description: This endpoint get a list of movies ordered by popularity. + operationId: popular + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/region' + responses: + '200': + description: popular + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=1605 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 21:57:32 GMT + ETag: + schema: + type: string + example: W/"87a13cd0c2875065645f6608b05ee01b" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e685e9e08c2e4b105f4d86b35da50628.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: gRX9vUKfKK5zCPrIbq2nga8DEfO-V_CbFS2-30ibYwUxAv5FwfpARA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '23037' + x-memc-expires: + schema: + type: string + example: '1605' + x-memc-key: + schema: + type: string + example: f147f269b881c1ffcda165f76b7c7e51 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: The current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise + backdrop_path: + type: string + example: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + description: A string representing the path to the movie's backdrop image (used as a background image in user interfaces). + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 12 + - 18 + description: An array of integers corresponding to genres (e.g., 28 for Action, 12 for Adventure, 18 for Drama). + id: + type: number + example: 558449 + description: A unique identifier for the movie in the database. + original_language: + type: string + example: en + description: A string indicating the original language of the movie. + original_title: + type: string + example: Gladiator II + description: The original title of the movie as it was released initially. + overview: + type: string + example: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced + to enter the Colosseum after his home is conquered + by the tyrannical Emperors who now lead Rome with an + iron fist. With rage in his heart and the future of + the Empire at stake, Lucius must look to his past to + find strength and honor to return the glory of Rome + to its people. + description: A brief description of the movie's plot. + popularity: + type: number + example: 5382.147 + description: A numeric value indicating the popularity of the movie. + poster_path: + type: string + example: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: + type: string + example: '2024-11-05' + description: The date when the movie is set to be released, formatted as "YYYY-MM-DD". + title: + type: string + example: Gladiator II + description: The title of the movie as it will be known to the public. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 6.8 + description: A numeric value representing the average rating of the movie, typically on a scale from 1 to 10. + vote_count: + type: number + example: 1873 + description: An integer indicating the total number of votes cast for the movie, which contributes to the vote average. + example: + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 5382.147 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.8 + vote_count: 1873 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. But + his job and her entry into college open up their lives + to new relationships that will shake the foundations + of both their relationship and the Leister family + itself. + popularity: 5236.256 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.133 + vote_count: 563 + - adult: false + backdrop_path: /cjEcqdRdPQJhYre3HUAc5538Gk8.jpg + genre_ids: + - 28 + - 14 + - 35 + id: 845781 + original_language: en + original_title: Red One + overview: >- + After Santa Claus (codename: Red One) is kidnapped, + the North Pole's Head of Security must team up with + the world's most infamous tracker in a globe-trotting, + action-packed mission to save Christmas. + popularity: 3805.408 + poster_path: /cdqLnri3NEGcmfnqwk2TSIYtddg.jpg + release_date: '2024-10-31' + title: Red One + video: false + vote_average: 7.03 + vote_count: 1746 + - adult: false + backdrop_path: /3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg + genre_ids: + - 28 + - 878 + - 12 + - 53 + id: 912649 + original_language: en + original_title: 'Venom: The Last Dance' + overview: >- + Eddie and Venom are on the run. Hunted by both of + their worlds and with the net closing in, the duo are + forced into a devastating decision that will bring the + curtains down on Venom and Eddie's last dance. + popularity: 3527.162 + poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg + release_date: '2024-10-22' + title: 'Venom: The Last Dance' + video: false + vote_average: 6.8 + vote_count: 2078 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3403.343 + poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.6 + vote_count: 284 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2873.518 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 6.975 + vote_count: 719 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Told in flashbacks, Mufasa is an orphaned cub, lost + and alone until he meets a sympathetic lion named + Taka—the heir to a royal bloodline. The chance meeting + sets in motion a journey of misfits searching for + their destiny and working together to evade a + threatening and deadly foe. + popularity: 2805.337 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.3 + vote_count: 384 + - adult: false + backdrop_path: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2156.489 + poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 882 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 2071.24 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 177 + - adult: false + backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg + genre_ids: + - 28 + - 53 + id: 1005331 + original_language: en + original_title: Carry-On + overview: >- + An airport security officer races to outsmart a + mysterious traveler forcing him to let a dangerous + item slip onto a Christmas Eve flight. + popularity: 1742.273 + poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg + release_date: '2024-12-05' + title: Carry-On + video: false + vote_average: 6.953 + vote_count: 1338 + - adult: false + backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1043905 + original_language: en + original_title: Dirty Angels + overview: >- + During the United States' 2021 withdrawal from + Afghanistan, a group of female soldiers posing as + medical relief are sent back in to rescue a group of + kidnapped teenagers caught between ISIS and the + Taliban. + popularity: 1736.39 + poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg + release_date: '2024-12-11' + title: Dirty Angels + video: false + vote_average: 6.8 + vote_count: 74 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1633.009 + poster_path: /sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 220 + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends to + move into William Leister's mansion, the flashy and + wealthy husband of her mother Rafaela. As a proud and + independent 17 year old, Noah resists living in a + mansion surrounded by luxury. However, it is there + where she meets Nick, her new stepbrother, and the + clash of their strong personalities becomes evident + from the very beginning. + popularity: 1562.561 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.9 + vote_count: 3279 + - adult: false + backdrop_path: /A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg + genre_ids: + - 80 + - 53 + - 28 + id: 1276945 + original_language: nl + original_title: Ferry 2 + overview: >- + After losing his drug empire, Ferry Bouman has found a + measure of peace away from Brabant's criminal + underworld — until his past catches up to him. + popularity: 1266.034 + poster_path: /8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg + release_date: '2024-12-19' + title: Ferry 2 + video: false + vote_average: 5.7 + vote_count: 61 + - adult: false + backdrop_path: /6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 974453 + original_language: en + original_title: Absolution + overview: >- + An aging ex-boxer gangster working as muscle for a + Boston crime boss receives an upsetting diagnosis. + Despite a faltering memory, he attempts to rectify the + sins of his past and reconnect with his estranged + children. He is determined to leave a positive legacy + for his grandson, but the criminal underworld isn’t + done with him and won’t loosen their grip willingly. + popularity: 1122.811 + poster_path: /2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg + release_date: '2024-10-31' + title: Absolution + video: false + vote_average: 5.9 + vote_count: 202 + - adult: false + backdrop_path: /fzjH7kt1017R9EckLDmWmH5pGhD.jpg + genre_ids: + - 28 + - 27 + - 53 + id: 970450 + original_language: en + original_title: Werewolves + overview: >- + A year after a supermoon’s light activated a dormant + gene, transforming humans into bloodthirsty werewolves + and causing nearly a billion deaths, the nightmare + resurfaces as the supermoon rises again. Two + scientists attempt to stop the mutation but fail, + leaving those exposed to the moonlight to once again + become feral werewolves. Chaos engulfs the streets as + the scientists struggle to reach one of their family + homes, now under siege by the savage creatures. + popularity: 1081.542 + poster_path: /elKf8Y5yi6Rl6teKsrQg0GAwaQD.jpg + release_date: '2024-12-04' + title: Werewolves + video: false + vote_average: 6.1 + vote_count: 75 + - adult: false + backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg + genre_ids: + - 16 + - 28 + - 878 + - 10751 + id: 1184918 + original_language: en + original_title: The Wild Robot + overview: >- + After a shipwreck, an intelligent robot called Roz is + stranded on an uninhabited island. To survive the + harsh environment, Roz bonds with the island's animals + and cares for an orphaned baby goose. + popularity: 1043.986 + poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg + release_date: '2024-09-12' + title: The Wild Robot + video: false + vote_average: 8.377 + vote_count: 3757 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 953.442 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.168 + vote_count: 2932 + - adult: false + backdrop_path: /sQbFupSWM9wUdPj96NZNUOFSP5.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 1000075 + original_language: fr + original_title: 'Largo Winch: Le prix de l''argent' + overview: >- + Largo Winch, devastated by the kidnapping of his son, + realizes that if he finds those responsible for his + bankruptcy, maybe he'll see his son again. + popularity: 937.027 + poster_path: /myS41ZUmFvslkT8LeD2irAKxyrf.jpg + release_date: '2024-07-31' + title: 'The Price of Money: A Largo Winch Adventure' + video: false + vote_average: 5.8 + vote_count: 67 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 895.241 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.708 + vote_count: 267 + description: An array of movie objects, each containing details about a movie. + total_pages: + type: number + example: 47977 + description: The total number of pages available for the query results. + total_results: + type: number + example: 959527 + description: The total number of results found for the query. + examples: + popular: + value: + page: 1 + results: + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 5382.147 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.8 + vote_count: 1873 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. But + his job and her entry into college open up their lives + to new relationships that will shake the foundations + of both their relationship and the Leister family + itself. + popularity: 5236.256 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.133 + vote_count: 563 + - adult: false + backdrop_path: /cjEcqdRdPQJhYre3HUAc5538Gk8.jpg + genre_ids: + - 28 + - 14 + - 35 + id: 845781 + original_language: en + original_title: Red One + overview: >- + After Santa Claus (codename: Red One) is kidnapped, + the North Pole's Head of Security must team up with + the world's most infamous tracker in a globe-trotting, + action-packed mission to save Christmas. + popularity: 3805.408 + poster_path: /cdqLnri3NEGcmfnqwk2TSIYtddg.jpg + release_date: '2024-10-31' + title: Red One + video: false + vote_average: 7.03 + vote_count: 1746 + - adult: false + backdrop_path: /3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg + genre_ids: + - 28 + - 878 + - 12 + - 53 + id: 912649 + original_language: en + original_title: 'Venom: The Last Dance' + overview: >- + Eddie and Venom are on the run. Hunted by both of + their worlds and with the net closing in, the duo are + forced into a devastating decision that will bring the + curtains down on Venom and Eddie's last dance. + popularity: 3527.162 + poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg + release_date: '2024-10-22' + title: 'Venom: The Last Dance' + video: false + vote_average: 6.8 + vote_count: 2078 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3403.343 + poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.6 + vote_count: 284 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2873.518 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 6.975 + vote_count: 719 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Told in flashbacks, Mufasa is an orphaned cub, lost + and alone until he meets a sympathetic lion named + Taka—the heir to a royal bloodline. The chance meeting + sets in motion a journey of misfits searching for + their destiny and working together to evade a + threatening and deadly foe. + popularity: 2805.337 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.3 + vote_count: 384 + - adult: false + backdrop_path: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2156.489 + poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 882 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 2071.24 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 177 + - adult: false + backdrop_path: /rhc8Mtuo3Kh8CndnlmTNMF8o9pU.jpg + genre_ids: + - 28 + - 53 + id: 1005331 + original_language: en + original_title: Carry-On + overview: >- + An airport security officer races to outsmart a + mysterious traveler forcing him to let a dangerous + item slip onto a Christmas Eve flight. + popularity: 1742.273 + poster_path: /sjMN7DRi4sGiledsmllEw5HJjPy.jpg + release_date: '2024-12-05' + title: Carry-On + video: false + vote_average: 6.953 + vote_count: 1338 + - adult: false + backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1043905 + original_language: en + original_title: Dirty Angels + overview: >- + During the United States' 2021 withdrawal from + Afghanistan, a group of female soldiers posing as + medical relief are sent back in to rescue a group of + kidnapped teenagers caught between ISIS and the + Taliban. + popularity: 1736.39 + poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg + release_date: '2024-12-11' + title: Dirty Angels + video: false + vote_average: 6.8 + vote_count: 74 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1633.009 + poster_path: /sLJqbUymYkLvoNt4E7DG2E4ia6y.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 220 + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends to + move into William Leister's mansion, the flashy and + wealthy husband of her mother Rafaela. As a proud and + independent 17 year old, Noah resists living in a + mansion surrounded by luxury. However, it is there + where she meets Nick, her new stepbrother, and the + clash of their strong personalities becomes evident + from the very beginning. + popularity: 1562.561 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.9 + vote_count: 3279 + - adult: false + backdrop_path: /A28EE0vgHrB0OdoxWWMfgfyEoYn.jpg + genre_ids: + - 80 + - 53 + - 28 + id: 1276945 + original_language: nl + original_title: Ferry 2 + overview: >- + After losing his drug empire, Ferry Bouman has found a + measure of peace away from Brabant's criminal + underworld — until his past catches up to him. + popularity: 1266.034 + poster_path: /8pwdnL3pEISIN1EGmwZzU6hpNVk.jpg + release_date: '2024-12-19' + title: Ferry 2 + video: false + vote_average: 5.7 + vote_count: 61 + - adult: false + backdrop_path: /6lE2e6j8qbtQR8aHxQNJlwxdmKV.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 974453 + original_language: en + original_title: Absolution + overview: >- + An aging ex-boxer gangster working as muscle for a + Boston crime boss receives an upsetting diagnosis. + Despite a faltering memory, he attempts to rectify the + sins of his past and reconnect with his estranged + children. He is determined to leave a positive legacy + for his grandson, but the criminal underworld isn’t + done with him and won’t loosen their grip willingly. + popularity: 1122.811 + poster_path: /2MeQG5Vq8rUnRAa463BZe5GNhVk.jpg + release_date: '2024-10-31' + title: Absolution + video: false + vote_average: 5.9 + vote_count: 202 + - adult: false + backdrop_path: /fzjH7kt1017R9EckLDmWmH5pGhD.jpg + genre_ids: + - 28 + - 27 + - 53 + id: 970450 + original_language: en + original_title: Werewolves + overview: >- + A year after a supermoon’s light activated a dormant + gene, transforming humans into bloodthirsty werewolves + and causing nearly a billion deaths, the nightmare + resurfaces as the supermoon rises again. Two + scientists attempt to stop the mutation but fail, + leaving those exposed to the moonlight to once again + become feral werewolves. Chaos engulfs the streets as + the scientists struggle to reach one of their family + homes, now under siege by the savage creatures. + popularity: 1081.542 + poster_path: /elKf8Y5yi6Rl6teKsrQg0GAwaQD.jpg + release_date: '2024-12-04' + title: Werewolves + video: false + vote_average: 6.1 + vote_count: 75 + - adult: false + backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg + genre_ids: + - 16 + - 28 + - 878 + - 10751 + id: 1184918 + original_language: en + original_title: The Wild Robot + overview: >- + After a shipwreck, an intelligent robot called Roz is + stranded on an uninhabited island. To survive the + harsh environment, Roz bonds with the island's animals + and cares for an orphaned baby goose. + popularity: 1043.986 + poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg + release_date: '2024-09-12' + title: The Wild Robot + video: false + vote_average: 8.377 + vote_count: 3757 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 953.442 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.168 + vote_count: 2932 + - adult: false + backdrop_path: /sQbFupSWM9wUdPj96NZNUOFSP5.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 1000075 + original_language: fr + original_title: 'Largo Winch: Le prix de l''argent' + overview: >- + Largo Winch, devastated by the kidnapping of his son, + realizes that if he finds those responsible for his + bankruptcy, maybe he'll see his son again. + popularity: 937.027 + poster_path: /myS41ZUmFvslkT8LeD2irAKxyrf.jpg + release_date: '2024-07-31' + title: 'The Price of Money: A Largo Winch Adventure' + video: false + vote_average: 5.8 + vote_count: 67 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 895.241 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.708 + vote_count: 267 + total_pages: 47977 + total_results: 959527 + /movie/top_rated: + get: + tags: + - MOVIE LISTS + summary: Top Rated + description: This endpoint get a list of movies ordered by rating. + operationId: topRated + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/region' + responses: + '200': + description: top rated + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=20854 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 22:06:59 GMT + ETag: + schema: + type: string + example: W/"ab54bf9c9f439e68685a25cdc0254726" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 4db130e87be66fce9731567ae0669c56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: F-j5_MguGeLxvuB-6U2B7ygx4D9_4C_5h1IwzBw4CxOTh64tqWE8BA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '3684' + x-memc-expires: + schema: + type: string + example: '20854' + x-memc-key: + schema: + type: string + example: da14c0526e9ed3fa5ab3c5adbcd369c1 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + description: The current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise). + backdrop_path: + type: string + example: /zfbjgQE1uSd9wiPTX4VzsLi0rGG.jpg + description: A string representing the path to the movie's backdrop image. + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + - 80 + description: An array of integers corresponding to genres (e.g. 18 for Drama). + id: + type: number + example: 278 + description: A unique identifier for the movie in the database. + original_language: + type: string + example: en + description: A string indicating the original language of the movie. + original_title: + type: string + example: The Shawshank Redemption + description: The original title of the movie as it was released initially. + overview: + type: string + example: >- + Imprisoned in the 1940s for the double murder of his + wife and her lover, upstanding banker Andy Dufresne + begins a new life at the Shawshank prison, where he + puts his accounting skills to work for an amoral + warden. During his long stretch in prison, Dufresne + comes to be admired by the other inmates -- + including an older prisoner named Red -- for his + integrity and unquenchable sense of hope. + description: A brief description of the movie's plot. + popularity: + type: number + example: 161.056 + description: A numeric value indicating the popularity of the movie. + poster_path: + type: string + example: /9cqNxx0GxF0bflZmeSMuL5tnGzr.jpg + description: A string representing the path to the movie's poster image + release_date: + type: string + example: '1994-09-23' + description: The date when the movie is set to be released, formatted as "YYYY-MM-DD". + title: + type: string + example: The Shawshank Redemption + description: The title of the movie as it will be known to the public. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 8.708 + description: A numeric value representing the average rating of the movie, typically on a scale from 1 to 10. + vote_count: + type: number + example: 27411 + description: An integer indicating the total number of votes cast for the movie, which contributes to the vote average. + example: + - adult: false + backdrop_path: /zfbjgQE1uSd9wiPTX4VzsLi0rGG.jpg + genre_ids: + - 18 + - 80 + id: 278 + original_language: en + original_title: The Shawshank Redemption + overview: >- + Imprisoned in the 1940s for the double murder of his + wife and her lover, upstanding banker Andy Dufresne + begins a new life at the Shawshank prison, where he + puts his accounting skills to work for an amoral + warden. During his long stretch in prison, Dufresne + comes to be admired by the other inmates -- including + an older prisoner named Red -- for his integrity and + unquenchable sense of hope. + popularity: 161.056 + poster_path: /9cqNxx0GxF0bflZmeSMuL5tnGzr.jpg + release_date: '1994-09-23' + title: The Shawshank Redemption + video: false + vote_average: 8.708 + vote_count: 27411 + - adult: false + backdrop_path: /tmU7GeKVybMWFButWEGl2M4GeiP.jpg + genre_ids: + - 18 + - 80 + id: 238 + original_language: en + original_title: The Godfather + overview: >- + Spanning the years 1945 to 1955, a chronicle of the + fictional Italian-American Corleone crime family. When + organized crime family patriarch, Vito Corleone barely + survives an attempt on his life, his youngest son, + Michael steps in to take care of the would-be killers, + launching a campaign of bloody revenge. + popularity: 175.971 + poster_path: /3bhkrj58Vtu7enYsRolD1fZdja1.jpg + release_date: '1972-03-14' + title: The Godfather + video: false + vote_average: 8.7 + vote_count: 20815 + - adult: false + backdrop_path: /kGzFbGhp99zva6oZODW5atUtnqi.jpg + genre_ids: + - 18 + - 80 + id: 240 + original_language: en + original_title: The Godfather Part II + overview: >- + In the continuing saga of the Corleone crime family, a + young Vito Corleone grows up in Sicily and in 1910s + New York. In the 1950s, Michael Corleone attempts to + expand the family business into Las Vegas, Hollywood + and Cuba. + popularity: 95.373 + poster_path: /hek3koDUyRQk7FIhPXsa6mT2Zc3.jpg + release_date: '1974-12-20' + title: The Godfather Part II + video: false + vote_average: 8.6 + vote_count: 12560 + - adult: false + backdrop_path: /zb6fM1CX41D9rF9hdgclu0peUmy.jpg + genre_ids: + - 18 + - 36 + - 10752 + id: 424 + original_language: en + original_title: Schindler's List + overview: >- + The true story of how businessman Oskar Schindler + saved over a thousand Jewish lives from the Nazis + while they worked as slaves in his factory during + World War II. + popularity: 94.819 + poster_path: /sF1U4EUQS8YHUYjNl3pMGNIQyr0.jpg + release_date: '1993-12-15' + title: Schindler's List + video: false + vote_average: 8.568 + vote_count: 15980 + - adult: false + backdrop_path: /bxgTSUenZDHNFerQ1whRKplrMKF.jpg + genre_ids: + - 18 + id: 389 + original_language: en + original_title: 12 Angry Men + overview: >- + The defense and the prosecution have rested and the + jury is filing into the jury room to decide if a young + Spanish-American is guilty or innocent of murdering + his father. What begins as an open and shut case soon + becomes a mini-drama of each of the jurors' prejudices + and preconceptions about the trial, the accused, and + each other. + popularity: 59.074 + poster_path: /ow3wq89wM8qd5X7hWKxiRfsFf9C.jpg + release_date: '1957-04-10' + title: 12 Angry Men + video: false + vote_average: 8.547 + vote_count: 8766 + - adult: false + backdrop_path: /m4TUa2ciEWSlk37rOsjiSIvZDXE.jpg + genre_ids: + - 16 + - 10751 + - 14 + id: 129 + original_language: ja + original_title: 千と千尋の神隠し + overview: >- + A young girl, Chihiro, becomes trapped in a strange + new world of spirits. When her parents undergo a + mysterious transformation, she must call upon the + courage she never knew she had to free her family. + popularity: 107.041 + poster_path: /39wmItIWsg5sZMyRUHLkWBcuVCM.jpg + release_date: '2001-07-20' + title: Spirited Away + video: false + vote_average: 8.5 + vote_count: 16639 + - adult: false + backdrop_path: /90ez6ArvpO8bvpyIngBuwXOqJm5.jpg + genre_ids: + - 35 + - 18 + - 10749 + id: 19404 + original_language: hi + original_title: दिलवाले दुल्हनिया ले जायेंगे + overview: >- + Raj is a rich, carefree, happy-go-lucky second + generation NRI. Simran is the daughter of Chaudhary + Baldev Singh, who in spite of being an NRI is very + strict about adherence to Indian values. Simran has + left for India to be married to her childhood fiancé. + Raj leaves for India with a mission at his hands, to + claim his lady love under the noses of her whole + family. Thus begins a saga. + popularity: 39.71 + poster_path: /lfRkUr7DYdHldAqi3PwdQGBRBPM.jpg + release_date: '1995-10-20' + title: Dilwale Dulhania Le Jayenge + video: false + vote_average: 8.523 + vote_count: 4450 + - adult: false + backdrop_path: /x5f2uTfw0Pqc5QI4ch5AHICee2o.jpg + genre_ids: + - 18 + - 28 + - 80 + - 53 + id: 155 + original_language: en + original_title: The Dark Knight + overview: >- + Batman raises the stakes in his war on crime. With the + help of Lt. Jim Gordon and District Attorney Harvey + Dent, Batman sets out to dismantle the remaining + criminal organizations that plague the streets. The + partnership proves to be effective, but they soon find + themselves prey to a reign of chaos unleashed by a + rising criminal mastermind known to the terrified + citizens of Gotham as the Joker. + popularity: 153.809 + poster_path: /qJ2tW6WMUDux911r6m7haRef0WH.jpg + release_date: '2008-07-16' + title: The Dark Knight + video: false + vote_average: 8.5 + vote_count: 33137 + - adult: false + backdrop_path: /vxJ08SvwomfKbpboCWynC3uqUg4.jpg + genre_ids: + - 14 + - 18 + - 80 + id: 497 + original_language: en + original_title: The Green Mile + overview: >- + A supernatural tale set on death row in a Southern + prison, where gentle giant John Coffey possesses the + mysterious power to heal people's ailments. When the + cell block's head guard, Paul Edgecomb, recognizes + Coffey's miraculous gift, he tries desperately to help + stave off the condemned man's execution. + popularity: 98.659 + poster_path: /8VG8fDNiy50H4FedGwdSVUPoaJe.jpg + release_date: '1999-12-10' + title: The Green Mile + video: false + vote_average: 8.507 + vote_count: 17602 + - adult: false + backdrop_path: /x6skktR5OS99lAX4JhmjCQYq490.jpg + genre_ids: + - 35 + - 53 + - 18 + id: 496243 + original_language: ko + original_title: 기생충 + overview: >- + All unemployed, Ki-taek's family takes peculiar + interest in the wealthy and glamorous Parks for their + livelihood until they get entangled in an unexpected + incident. + popularity: 104.606 + poster_path: /7IiTTgloJzvGI1TAYymCfbfl3vT.jpg + release_date: '2019-05-30' + title: Parasite + video: false + vote_average: 8.5 + vote_count: 18434 + - adult: false + backdrop_path: /suaEOtk1N1sgg2MTM7oZd2cfVp3.jpg + genre_ids: + - 53 + - 80 + id: 680 + original_language: en + original_title: Pulp Fiction + overview: >- + A burger-loving hit man, his philosophical partner, a + drug-addled gangster's moll and a washed-up boxer + converge in this sprawling, comedic crime caper. Their + adventures unfurl in three stories that ingeniously + trip back and forth in time. + popularity: 93.13 + poster_path: /vQWk5YBFWF4bZaofAbv0tShwBvQ.jpg + release_date: '1994-09-10' + title: Pulp Fiction + video: false + vote_average: 8.487 + vote_count: 28087 + - adult: false + backdrop_path: /8x9iKH8kWA0zdkgNdpAew7OstYe.jpg + genre_ids: + - 16 + - 10749 + - 18 + id: 372058 + original_language: ja + original_title: 君の名は。 + overview: >- + High schoolers Mitsuha and Taki are complete strangers + living separate lives. But one night, they suddenly + switch places. Mitsuha wakes up in Taki’s body, and he + in hers. This bizarre occurrence continues to happen + randomly, and the two must adjust their lives around + each other. + popularity: 82.057 + poster_path: /vfJFJPepRKapMd5G2ro7klIRysq.jpg + release_date: '2016-08-26' + title: Your Name. + video: false + vote_average: 8.486 + vote_count: 11471 + - adult: false + backdrop_path: /5JrZAtyk3LwiiAWLW0kwz41XZJC.jpg + genre_ids: + - 12 + - 14 + - 28 + id: 122 + original_language: en + original_title: 'The Lord of the Rings: The Return of the King' + overview: >- + As armies mass for a final battle that will decide the + fate of the world--and powerful, ancient forces of + Light and Dark compete to determine the outcome--one + member of the Fellowship of the Ring is revealed as + the noble heir to the throne of the Kings of Men. Yet, + the sole hope for triumph over evil lies with a brave + hobbit, Frodo, who, accompanied by his loyal friend + Sam and the hideous, wretched Gollum, ventures deep + into the very dark heart of Mordor on his seemingly + impossible quest to destroy the Ring of Power.​ + popularity: 159.538 + poster_path: /rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg + release_date: '2003-12-17' + title: 'The Lord of the Rings: The Return of the King' + video: false + vote_average: 8.483 + vote_count: 24400 + - adult: false + backdrop_path: /mzfx54nfDPTUXZOG48u4LaEheDy.jpg + genre_ids: + - 35 + - 18 + - 10749 + id: 13 + original_language: en + original_title: Forrest Gump + overview: >- + A man with a low IQ has accomplished great things in + his life and been present during significant historic + events—in each case, far exceeding what anyone + imagined he could do. But despite all he has achieved, + his one true love eludes him. + popularity: 115.011 + poster_path: /arw2vcBveWOVZr6pxd9XTd1TdQa.jpg + release_date: '1994-06-23' + title: Forrest Gump + video: false + vote_average: 8.47 + vote_count: 27620 + - adult: false + backdrop_path: /x4biAVdPVCghBlsVIzB6NmbghIz.jpg + genre_ids: + - 37 + id: 429 + original_language: it + original_title: Il buono, il brutto, il cattivo + overview: >- + While the Civil War rages on between the Union and the + Confederacy, three men – a quiet loner, a ruthless + hitman, and a Mexican bandit – comb the American + Southwest in search of a strongbox containing $200,000 + in stolen gold. + popularity: 85.415 + poster_path: /bX2xnavhMYjWDoZp1VM6VnU1xwe.jpg + release_date: '1966-12-22' + title: The Good, the Bad and the Ugly + video: false + vote_average: 8.5 + vote_count: 8700 + - adult: false + backdrop_path: /sJNNMCc6B7KZIY3LH3JMYJJNH5j.jpg + genre_ids: + - 28 + - 18 + id: 346 + original_language: ja + original_title: 七人の侍 + overview: >- + A samurai answers a village's request for protection + after he falls on hard times. The town needs + protection from bandits, so the samurai gathers six + others to help him teach the people how to defend + themselves, and the villagers provide the soldiers + with food. + popularity: 47.352 + poster_path: /iAq0sq42vKTLneVGqHn1D4GzgrM.jpg + release_date: '1954-04-26' + title: Seven Samurai + video: false + vote_average: 8.461 + vote_count: 3728 + - adult: false + backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg + genre_ids: + - 16 + - 14 + - 12 + id: 823219 + original_language: lv + original_title: Straume + overview: >- + A solitary cat, displaced by a great flood, finds + refuge on a boat with various species and must + navigate the challenges of adapting to a transformed + world together. + popularity: 618.523 + poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg + release_date: '2024-08-29' + title: Flow + video: false + vote_average: 8.453 + vote_count: 498 + - adult: false + backdrop_path: /7TF4p86ZafnxFuNqWdhpHXFO244.jpg + genre_ids: + - 18 + - 80 + id: 769 + original_language: en + original_title: GoodFellas + overview: >- + The true story of Henry Hill, a half-Irish, + half-Sicilian Brooklyn kid who is adopted by + neighbourhood gangsters at an early age and climbs the + ranks of a Mafia family under the guidance of Jimmy + Conway. + popularity: 76.258 + poster_path: /aKuFiU82s5ISJpGZp7YkIr3kCUd.jpg + release_date: '1990-09-12' + title: GoodFellas + video: false + vote_average: 8.457 + vote_count: 12973 + - adult: false + backdrop_path: /dlC0ed9Ugh3FzydnkBtV5lRXUu4.jpg + genre_ids: + - 16 + - 18 + - 10752 + id: 12477 + original_language: ja + original_title: 火垂るの墓 + overview: >- + In the final months of World War II, 14-year-old Seita + and his sister Setsuko are orphaned when their mother + is killed during an air raid in Kobe, Japan. After a + falling out with their aunt, they move into an + abandoned bomb shelter. With no surviving relatives + and their emergency rations depleted, Seita and + Setsuko struggle to survive. + popularity: 0.045 + poster_path: /k9tv1rXZbOhH7eiCk378x61kNQ1.jpg + release_date: '1988-04-16' + title: Grave of the Fireflies + video: false + vote_average: 8.456 + vote_count: 5613 + - adult: false + backdrop_path: /zoVeIgKzGJzpdG6Gwnr7iOYfIMU.jpg + genre_ids: + - 18 + - 10749 + id: 11216 + original_language: it + original_title: Nuovo Cinema Paradiso + overview: >- + A filmmaker recalls his childhood, when he fell in + love with the movies at his village's theater and + formed a deep friendship with the theater's + projectionist. + popularity: 31.583 + poster_path: /gCI2AeMV4IHSewhJkzsur5MEp6R.jpg + release_date: '1988-11-17' + title: Cinema Paradiso + video: false + vote_average: 8.4 + vote_count: 4405 + description: An array of movie objects, each containing details about a movie. + total_pages: + type: number + example: 493 + description: The total number of pages available for the query results. + total_results: + type: number + example: 9854 + description: The total number of results found for the query. + examples: + top rated: + value: + page: 1 + results: + - adult: false + backdrop_path: /zfbjgQE1uSd9wiPTX4VzsLi0rGG.jpg + genre_ids: + - 18 + - 80 + id: 278 + original_language: en + original_title: The Shawshank Redemption + overview: >- + Imprisoned in the 1940s for the double murder of his + wife and her lover, upstanding banker Andy Dufresne + begins a new life at the Shawshank prison, where he + puts his accounting skills to work for an amoral + warden. During his long stretch in prison, Dufresne + comes to be admired by the other inmates -- including + an older prisoner named Red -- for his integrity and + unquenchable sense of hope. + popularity: 161.056 + poster_path: /9cqNxx0GxF0bflZmeSMuL5tnGzr.jpg + release_date: '1994-09-23' + title: The Shawshank Redemption + video: false + vote_average: 8.708 + vote_count: 27411 + - adult: false + backdrop_path: /tmU7GeKVybMWFButWEGl2M4GeiP.jpg + genre_ids: + - 18 + - 80 + id: 238 + original_language: en + original_title: The Godfather + overview: >- + Spanning the years 1945 to 1955, a chronicle of the + fictional Italian-American Corleone crime family. When + organized crime family patriarch, Vito Corleone barely + survives an attempt on his life, his youngest son, + Michael steps in to take care of the would-be killers, + launching a campaign of bloody revenge. + popularity: 175.971 + poster_path: /3bhkrj58Vtu7enYsRolD1fZdja1.jpg + release_date: '1972-03-14' + title: The Godfather + video: false + vote_average: 8.7 + vote_count: 20815 + - adult: false + backdrop_path: /kGzFbGhp99zva6oZODW5atUtnqi.jpg + genre_ids: + - 18 + - 80 + id: 240 + original_language: en + original_title: The Godfather Part II + overview: >- + In the continuing saga of the Corleone crime family, a + young Vito Corleone grows up in Sicily and in 1910s + New York. In the 1950s, Michael Corleone attempts to + expand the family business into Las Vegas, Hollywood + and Cuba. + popularity: 95.373 + poster_path: /hek3koDUyRQk7FIhPXsa6mT2Zc3.jpg + release_date: '1974-12-20' + title: The Godfather Part II + video: false + vote_average: 8.6 + vote_count: 12560 + - adult: false + backdrop_path: /zb6fM1CX41D9rF9hdgclu0peUmy.jpg + genre_ids: + - 18 + - 36 + - 10752 + id: 424 + original_language: en + original_title: Schindler's List + overview: >- + The true story of how businessman Oskar Schindler + saved over a thousand Jewish lives from the Nazis + while they worked as slaves in his factory during + World War II. + popularity: 94.819 + poster_path: /sF1U4EUQS8YHUYjNl3pMGNIQyr0.jpg + release_date: '1993-12-15' + title: Schindler's List + video: false + vote_average: 8.568 + vote_count: 15980 + - adult: false + backdrop_path: /bxgTSUenZDHNFerQ1whRKplrMKF.jpg + genre_ids: + - 18 + id: 389 + original_language: en + original_title: 12 Angry Men + overview: >- + The defense and the prosecution have rested and the + jury is filing into the jury room to decide if a young + Spanish-American is guilty or innocent of murdering + his father. What begins as an open and shut case soon + becomes a mini-drama of each of the jurors' prejudices + and preconceptions about the trial, the accused, and + each other. + popularity: 59.074 + poster_path: /ow3wq89wM8qd5X7hWKxiRfsFf9C.jpg + release_date: '1957-04-10' + title: 12 Angry Men + video: false + vote_average: 8.547 + vote_count: 8766 + - adult: false + backdrop_path: /m4TUa2ciEWSlk37rOsjiSIvZDXE.jpg + genre_ids: + - 16 + - 10751 + - 14 + id: 129 + original_language: ja + original_title: 千と千尋の神隠し + overview: >- + A young girl, Chihiro, becomes trapped in a strange + new world of spirits. When her parents undergo a + mysterious transformation, she must call upon the + courage she never knew she had to free her family. + popularity: 107.041 + poster_path: /39wmItIWsg5sZMyRUHLkWBcuVCM.jpg + release_date: '2001-07-20' + title: Spirited Away + video: false + vote_average: 8.5 + vote_count: 16639 + - adult: false + backdrop_path: /90ez6ArvpO8bvpyIngBuwXOqJm5.jpg + genre_ids: + - 35 + - 18 + - 10749 + id: 19404 + original_language: hi + original_title: दिलवाले दुल्हनिया ले जायेंगे + overview: >- + Raj is a rich, carefree, happy-go-lucky second + generation NRI. Simran is the daughter of Chaudhary + Baldev Singh, who in spite of being an NRI is very + strict about adherence to Indian values. Simran has + left for India to be married to her childhood fiancé. + Raj leaves for India with a mission at his hands, to + claim his lady love under the noses of her whole + family. Thus begins a saga. + popularity: 39.71 + poster_path: /lfRkUr7DYdHldAqi3PwdQGBRBPM.jpg + release_date: '1995-10-20' + title: Dilwale Dulhania Le Jayenge + video: false + vote_average: 8.523 + vote_count: 4450 + - adult: false + backdrop_path: /x5f2uTfw0Pqc5QI4ch5AHICee2o.jpg + genre_ids: + - 18 + - 28 + - 80 + - 53 + id: 155 + original_language: en + original_title: The Dark Knight + overview: >- + Batman raises the stakes in his war on crime. With the + help of Lt. Jim Gordon and District Attorney Harvey + Dent, Batman sets out to dismantle the remaining + criminal organizations that plague the streets. The + partnership proves to be effective, but they soon find + themselves prey to a reign of chaos unleashed by a + rising criminal mastermind known to the terrified + citizens of Gotham as the Joker. + popularity: 153.809 + poster_path: /qJ2tW6WMUDux911r6m7haRef0WH.jpg + release_date: '2008-07-16' + title: The Dark Knight + video: false + vote_average: 8.5 + vote_count: 33137 + - adult: false + backdrop_path: /vxJ08SvwomfKbpboCWynC3uqUg4.jpg + genre_ids: + - 14 + - 18 + - 80 + id: 497 + original_language: en + original_title: The Green Mile + overview: >- + A supernatural tale set on death row in a Southern + prison, where gentle giant John Coffey possesses the + mysterious power to heal people's ailments. When the + cell block's head guard, Paul Edgecomb, recognizes + Coffey's miraculous gift, he tries desperately to help + stave off the condemned man's execution. + popularity: 98.659 + poster_path: /8VG8fDNiy50H4FedGwdSVUPoaJe.jpg + release_date: '1999-12-10' + title: The Green Mile + video: false + vote_average: 8.507 + vote_count: 17602 + - adult: false + backdrop_path: /x6skktR5OS99lAX4JhmjCQYq490.jpg + genre_ids: + - 35 + - 53 + - 18 + id: 496243 + original_language: ko + original_title: 기생충 + overview: >- + All unemployed, Ki-taek's family takes peculiar + interest in the wealthy and glamorous Parks for their + livelihood until they get entangled in an unexpected + incident. + popularity: 104.606 + poster_path: /7IiTTgloJzvGI1TAYymCfbfl3vT.jpg + release_date: '2019-05-30' + title: Parasite + video: false + vote_average: 8.5 + vote_count: 18434 + - adult: false + backdrop_path: /suaEOtk1N1sgg2MTM7oZd2cfVp3.jpg + genre_ids: + - 53 + - 80 + id: 680 + original_language: en + original_title: Pulp Fiction + overview: >- + A burger-loving hit man, his philosophical partner, a + drug-addled gangster's moll and a washed-up boxer + converge in this sprawling, comedic crime caper. Their + adventures unfurl in three stories that ingeniously + trip back and forth in time. + popularity: 93.13 + poster_path: /vQWk5YBFWF4bZaofAbv0tShwBvQ.jpg + release_date: '1994-09-10' + title: Pulp Fiction + video: false + vote_average: 8.487 + vote_count: 28087 + - adult: false + backdrop_path: /8x9iKH8kWA0zdkgNdpAew7OstYe.jpg + genre_ids: + - 16 + - 10749 + - 18 + id: 372058 + original_language: ja + original_title: 君の名は。 + overview: >- + High schoolers Mitsuha and Taki are complete strangers + living separate lives. But one night, they suddenly + switch places. Mitsuha wakes up in Taki’s body, and he + in hers. This bizarre occurrence continues to happen + randomly, and the two must adjust their lives around + each other. + popularity: 82.057 + poster_path: /vfJFJPepRKapMd5G2ro7klIRysq.jpg + release_date: '2016-08-26' + title: Your Name. + video: false + vote_average: 8.486 + vote_count: 11471 + - adult: false + backdrop_path: /5JrZAtyk3LwiiAWLW0kwz41XZJC.jpg + genre_ids: + - 12 + - 14 + - 28 + id: 122 + original_language: en + original_title: 'The Lord of the Rings: The Return of the King' + overview: >- + As armies mass for a final battle that will decide the + fate of the world--and powerful, ancient forces of + Light and Dark compete to determine the outcome--one + member of the Fellowship of the Ring is revealed as + the noble heir to the throne of the Kings of Men. Yet, + the sole hope for triumph over evil lies with a brave + hobbit, Frodo, who, accompanied by his loyal friend + Sam and the hideous, wretched Gollum, ventures deep + into the very dark heart of Mordor on his seemingly + impossible quest to destroy the Ring of Power.​ + popularity: 159.538 + poster_path: /rCzpDGLbOoPwLjy3OAm5NUPOTrC.jpg + release_date: '2003-12-17' + title: 'The Lord of the Rings: The Return of the King' + video: false + vote_average: 8.483 + vote_count: 24400 + - adult: false + backdrop_path: /mzfx54nfDPTUXZOG48u4LaEheDy.jpg + genre_ids: + - 35 + - 18 + - 10749 + id: 13 + original_language: en + original_title: Forrest Gump + overview: >- + A man with a low IQ has accomplished great things in + his life and been present during significant historic + events—in each case, far exceeding what anyone + imagined he could do. But despite all he has achieved, + his one true love eludes him. + popularity: 115.011 + poster_path: /arw2vcBveWOVZr6pxd9XTd1TdQa.jpg + release_date: '1994-06-23' + title: Forrest Gump + video: false + vote_average: 8.47 + vote_count: 27620 + - adult: false + backdrop_path: /x4biAVdPVCghBlsVIzB6NmbghIz.jpg + genre_ids: + - 37 + id: 429 + original_language: it + original_title: Il buono, il brutto, il cattivo + overview: >- + While the Civil War rages on between the Union and the + Confederacy, three men – a quiet loner, a ruthless + hitman, and a Mexican bandit – comb the American + Southwest in search of a strongbox containing $200,000 + in stolen gold. + popularity: 85.415 + poster_path: /bX2xnavhMYjWDoZp1VM6VnU1xwe.jpg + release_date: '1966-12-22' + title: The Good, the Bad and the Ugly + video: false + vote_average: 8.5 + vote_count: 8700 + - adult: false + backdrop_path: /sJNNMCc6B7KZIY3LH3JMYJJNH5j.jpg + genre_ids: + - 28 + - 18 + id: 346 + original_language: ja + original_title: 七人の侍 + overview: >- + A samurai answers a village's request for protection + after he falls on hard times. The town needs + protection from bandits, so the samurai gathers six + others to help him teach the people how to defend + themselves, and the villagers provide the soldiers + with food. + popularity: 47.352 + poster_path: /iAq0sq42vKTLneVGqHn1D4GzgrM.jpg + release_date: '1954-04-26' + title: Seven Samurai + video: false + vote_average: 8.461 + vote_count: 3728 + - adult: false + backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg + genre_ids: + - 16 + - 14 + - 12 + id: 823219 + original_language: lv + original_title: Straume + overview: >- + A solitary cat, displaced by a great flood, finds + refuge on a boat with various species and must + navigate the challenges of adapting to a transformed + world together. + popularity: 618.523 + poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg + release_date: '2024-08-29' + title: Flow + video: false + vote_average: 8.453 + vote_count: 498 + - adult: false + backdrop_path: /7TF4p86ZafnxFuNqWdhpHXFO244.jpg + genre_ids: + - 18 + - 80 + id: 769 + original_language: en + original_title: GoodFellas + overview: >- + The true story of Henry Hill, a half-Irish, + half-Sicilian Brooklyn kid who is adopted by + neighbourhood gangsters at an early age and climbs the + ranks of a Mafia family under the guidance of Jimmy + Conway. + popularity: 76.258 + poster_path: /aKuFiU82s5ISJpGZp7YkIr3kCUd.jpg + release_date: '1990-09-12' + title: GoodFellas + video: false + vote_average: 8.457 + vote_count: 12973 + - adult: false + backdrop_path: /dlC0ed9Ugh3FzydnkBtV5lRXUu4.jpg + genre_ids: + - 16 + - 18 + - 10752 + id: 12477 + original_language: ja + original_title: 火垂るの墓 + overview: >- + In the final months of World War II, 14-year-old Seita + and his sister Setsuko are orphaned when their mother + is killed during an air raid in Kobe, Japan. After a + falling out with their aunt, they move into an + abandoned bomb shelter. With no surviving relatives + and their emergency rations depleted, Seita and + Setsuko struggle to survive. + popularity: 0.045 + poster_path: /k9tv1rXZbOhH7eiCk378x61kNQ1.jpg + release_date: '1988-04-16' + title: Grave of the Fireflies + video: false + vote_average: 8.456 + vote_count: 5613 + - adult: false + backdrop_path: /zoVeIgKzGJzpdG6Gwnr7iOYfIMU.jpg + genre_ids: + - 18 + - 10749 + id: 11216 + original_language: it + original_title: Nuovo Cinema Paradiso + overview: >- + A filmmaker recalls his childhood, when he fell in + love with the movies at his village's theater and + formed a deep friendship with the theater's + projectionist. + popularity: 31.583 + poster_path: /gCI2AeMV4IHSewhJkzsur5MEp6R.jpg + release_date: '1988-11-17' + title: Cinema Paradiso + video: false + vote_average: 8.4 + vote_count: 4405 + total_pages: 493 + total_results: 9854 + /movie/upcoming: + get: + tags: + - MOVIE LISTS + summary: Upcoming + description: This endpoint get a list of movies that are being released soon. + operationId: upcoming + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/region' + responses: + '200': + description: upcoming + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=23284 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 22:08:37 GMT + ETag: + schema: + type: string + example: W/"1958c879ca1f50f080e44c5f2d58575a" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: eDh65JAeZUFV_fLNjvZ2m6WoMcaKlGRGoJpYj1g0Zf14eebY4hYtGQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '1031' + x-memc-expires: + schema: + type: string + example: '23284' + x-memc-key: + schema: + type: string + example: 9b6bcfd738b025ee8554b1b42f7d3a5d + content: + application/json: + schema: + type: object + properties: + dates: + type: object + properties: + maximum: + type: string + example: '2025-01-29' + description: The latest release date of the movies in the results, formatted as "YYYY-MM-DD" (in this case, "2025-01-08"). + minimum: + type: string + example: '2025-01-08' + description: The earliest release date of the movies in the results, formatted as "YYYY-MM-DD" (in this case, "2024-11-27"). + page: + type: number + example: 1 + description: The current page number of the results being displayed. + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise). + backdrop_path: + type: string + example: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + description: A string representing the path to the movie's backdrop image. + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 878 + - 35 + - 10751 + description: An array of integers corresponding to genres.(e.g. 28 for Action) + id: + type: number + example: 939243 + description: A unique identifier for the movie in the database. + original_language: + type: string + example: en + description: A string indicating the original language of the movie. + original_title: + type: string + example: Sonic the Hedgehog 3 + description: The original title of the movie as it was released initially. + overview: + type: string + example: >- + Sonic, Knuckles, and Tails reunite against a + powerful new adversary, Shadow, a mysterious villain + with powers unlike anything they have faced before. + With their abilities outmatched in every way, Team + Sonic must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + description: A brief description of the movie's plot + popularity: + type: number + example: 3403.343 + description: A numeric value indicating the popularity of the movie. + poster_path: + type: string + example: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + description: A string representing the path to the movie's poster image + release_date: + type: string + example: '2024-12-19' + description: The date when the movie is set to be released, formatted as "YYYY-MM-DD". + title: + type: string + example: Sonic the Hedgehog 3 + description: The title of the movie as it will be known to the public. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 7.62 + description: A numeric value representing the average rating of the movie, typically on a scale from 1 to 10. + vote_count: + type: number + example: 291 + description: An integer indicating the total number of votes cast for the movie, which contributes to the vote average. + example: + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3403.343 + poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.62 + vote_count: 291 + - adult: false + backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1043905 + original_language: en + original_title: Dirty Angels + overview: >- + During the United States' 2021 withdrawal from + Afghanistan, a group of female soldiers posing as + medical relief are sent back in to rescue a group of + kidnapped teenagers caught between ISIS and the + Taliban. + popularity: 1736.39 + poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg + release_date: '2024-12-11' + title: Dirty Angels + video: false + vote_average: 6.693 + vote_count: 75 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1633.009 + poster_path: /y5CakxusfCElHau7oredncjtt3P.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 224 + - adult: false + backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg + genre_ids: + - 16 + - 28 + - 878 + - 10751 + id: 1184918 + original_language: en + original_title: The Wild Robot + overview: >- + After a shipwreck, an intelligent robot called Roz is + stranded on an uninhabited island. To survive the + harsh environment, Roz bonds with the island's animals + and cares for an orphaned baby goose. + popularity: 1043.986 + poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg + release_date: '2024-09-12' + title: The Wild Robot + video: false + vote_average: 8.374 + vote_count: 3765 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 895.241 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.7 + vote_count: 281 + - adult: false + backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg + genre_ids: + - 27 + - 53 + id: 1138194 + original_language: en + original_title: Heretic + overview: >- + Two young missionaries are forced to prove their faith + when they knock on the wrong door and are greeted by a + diabolical Mr. Reed, becoming ensnared in his deadly + game of cat-and-mouse. + popularity: 840.621 + poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg + release_date: '2024-10-31' + title: Heretic + video: false + vote_average: 7.182 + vote_count: 681 + - adult: false + backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg + genre_ids: + - 10749 + - 35 + - 18 + id: 1064213 + original_language: en + original_title: Anora + overview: >- + A young sex worker from Brooklyn gets her chance at a + Cinderella story when she meets and impulsively + marries the son of an oligarch. Once the news reaches + Russia, her fairytale is threatened as his parents set + out to get the marriage annulled. + popularity: 682.243 + poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg + release_date: '2024-10-14' + title: Anora + video: false + vote_average: 6.892 + vote_count: 627 + - adult: false + backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg + genre_ids: + - 16 + - 14 + - 12 + id: 823219 + original_language: lv + original_title: Straume + overview: >- + A solitary cat, displaced by a great flood, finds + refuge on a boat with various species and must + navigate the challenges of adapting to a transformed + world together. + popularity: 618.523 + poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg + release_date: '2024-08-29' + title: Flow + video: false + vote_average: 8.456 + vote_count: 499 + - adult: false + backdrop_path: /9s9o9RT9Yj6nDuRJjnJm78WFoFl.jpg + genre_ids: + - 28 + - 27 + - 53 + - 878 + id: 1051896 + original_language: en + original_title: Arcadian + overview: >- + In the near future, on a decimated Earth, Paul and his + twin sons face terror at night when ferocious + creatures awaken. When Paul is nearly killed, the boys + come up with a plan for survival, using everything + their father taught them to keep him alive. + popularity: 558.456 + poster_path: /spWV1eRzlDxvai8LbxwAWR0Vst4.jpg + release_date: '2024-04-12' + title: Arcadian + video: false + vote_average: 6.1 + vote_count: 526 + - adult: false + backdrop_path: /csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg + genre_ids: + - 878 + - 53 + - 12 + - 28 + id: 1196470 + original_language: fr + original_title: Survivre + overview: >- + A couple celebrates their son’s birthday in the middle + of the ocean on their boat. A violent storm hits and + it brings up hungry creatures from the depths and they + fight for their survival. + popularity: 526.598 + poster_path: /59nsfU5hMG3puDZIGzZzJ1yW8FN.jpg + release_date: '2024-06-19' + title: Survive + video: false + vote_average: 5.787 + vote_count: 87 + - adult: false + backdrop_path: /uLqNGzJwnj8JKkKuRM2dHWJKCtc.jpg + genre_ids: + - 28 + - 27 + - 53 + id: 1029235 + original_language: en + original_title: Azrael + overview: >- + In a world where no one speaks, a devout female hunts + down a young woman who has escaped her imprisonment. + Recaptured by its ruthless leaders, Azrael is due to + be sacrificed to pacify an ancient evil deep within + the surrounding wilderness. + popularity: 415.42 + poster_path: /qpdFKDvJS7oLKTcBLXOaMwUESbs.jpg + release_date: '2024-09-27' + title: Azrael + video: false + vote_average: 6.018 + vote_count: 163 + - adult: false + backdrop_path: /zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg + genre_ids: + - 10749 + - 18 + id: 1100099 + original_language: en + original_title: We Live in Time + overview: >- + An up-and-coming chef and a recent divorcée find their + lives forever changed when a chance encounter brings + them together, in a decade-spanning, deeply moving + romance. + popularity: 395.862 + poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg + release_date: '2024-10-10' + title: We Live in Time + video: false + vote_average: 7.604 + vote_count: 326 + - adult: false + backdrop_path: /a3PBAmXUXuazAzr83WNzRaBS33I.jpg + genre_ids: + - 27 + - 53 + id: 978796 + original_language: en + original_title: Bagman + overview: >- + For centuries and across cultures, parents have warned + their children of the legendary Bagman, who snatches + innocent children and stuffs them into his vile, + rotting bag—never to be seen again. Patrick McKee + narrowly escaped such an encounter as a boy, which + left him with lasting scars throughout his adulthood. + Now, Patrick’s childhood tormentor has returned, + threatening the safety of his wife Karina and son + Jake. + popularity: 381.143 + poster_path: /53IK9rlZJbwFYbNnJZiLq7UWxkT.jpg + release_date: '2024-09-20' + title: Bagman + video: false + vote_average: 6.173 + vote_count: 139 + - adult: false + backdrop_path: /llIXQAndg5kB6SWlp6ouUdO7Zxd.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 1084736 + original_language: fr + original_title: Le Comte de Monte-Cristo + overview: >- + Edmond Dantes becomes the target of a sinister plot + and is arrested on his wedding day for a crime he did + not commit. After 14 years in the island prison of + Château d’If, he manages a daring escape. Now rich + beyond his dreams, he assumes the identity of the + Count of Monte-Cristo and exacts his revenge on the + three men who betrayed him. + popularity: 375.034 + poster_path: /zw4kV7npGtaqvUxvJE9IdqdFsNc.jpg + release_date: '2024-06-28' + title: The Count of Monte Cristo + video: false + vote_average: 8.14 + vote_count: 1118 + - adult: false + backdrop_path: /hctfNoMpQGfn3VXdBYb9p0P5bT5.jpg + genre_ids: + - 18 + id: 1097549 + original_language: en + original_title: Babygirl + overview: >- + A high-powered CEO puts her career and family on the + line when she begins a torrid affair with her much + younger intern. + popularity: 313.593 + poster_path: /A8HbTd0FemZyFCh5qvJFpHGiwF8.jpg + release_date: '2024-12-25' + title: Babygirl + video: false + vote_average: 5.5 + vote_count: 26 + - adult: false + backdrop_path: /9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg + genre_ids: + - 12 + - 18 + - 878 + id: 157336 + original_language: en + original_title: Interstellar + overview: >- + The adventures of a group of explorers who make use of + a newly discovered wormhole to surpass the limitations + on human space travel and conquer the vast distances + involved in an interstellar voyage. + popularity: 252.756 + poster_path: /gEU2QniE6E77NI6lCU6MxlNBvIx.jpg + release_date: '2014-11-05' + title: Interstellar + video: false + vote_average: 8.4 + vote_count: 35974 + - adult: false + backdrop_path: /66nlC5LDZmDUWONGkUZT2BrOszG.jpg + genre_ids: + - 53 + - 18 + id: 974576 + original_language: en + original_title: Conclave + overview: >- + After the unexpected death of the Pope, Cardinal + Lawrence is tasked with managing the covert and + ancient ritual of electing a new one. Sequestered in + the Vatican with the Catholic Church’s most powerful + leaders until the process is complete, Lawrence finds + himself at the center of a conspiracy that could lead + to its downfall. + popularity: 251.12 + poster_path: /m5x8D0bZ3eKqIVWZ5y7TnZ2oTVg.jpg + release_date: '2024-10-25' + title: Conclave + video: false + vote_average: 7.13 + vote_count: 636 + - adult: false + backdrop_path: /9Qq8InnodUYs8zdam8Zj967i6RO.jpg + genre_ids: + - 80 + - 18 + id: 1106739 + original_language: en + original_title: 'Juror #2' + overview: >- + While serving as a juror in a high profile murder + trial, family man Justin Kemp finds himself struggling + with a serious moral dilemma…one he could use to sway + the jury verdict and potentially convict—or free—the + accused killer. + popularity: 228.23 + poster_path: /utLESWj433xnIc1ss9TZjRI9SSl.jpg + release_date: '2024-10-30' + title: 'Juror #2' + video: false + vote_average: 7.032 + vote_count: 980 + - adult: false + backdrop_path: /hkJhGayONXn96CqIRM9GhWKnlCf.jpg + genre_ids: + - 28 + - 12 + - 16 + - 14 + id: 1014505 + original_language: ja + original_title: 劇場版「オーバーロード」聖王国編 + overview: >- + After twelve years of playing his favorite MMORPG + game, Momonga logs in for the last time only to find + himself transported into its world playing it + indefinitely. Throughout his adventures, his avatar + ascends to the title of Sorcerer King Ains Ooal Gown. + Once prosperous but now on the brink of ruin, The + Sacred Kingdom enjoyed years of peace after + construction of an enormous wall protecting them from + neighboring invasions. But, one day this comes to an + end when the Demon Emperor Jaldabaoth arrives with an + army of villainous demi-humans. Fearing invasion of + their own lands, the neighboring territory of the + Slane Theocracy is forced to beg their enemies at the + Sorcerer Kingdom for help. Heeding the call, Momonga, + now known as the Sorcerer King Ains Ooal Gown, rallies + the Sorcerer Kingdom and its undead army to join the + fight alongside the Sacred Kingdom and the Slane + Theocracy in hopes to defeat the Demon Emperor. + popularity: 221.994 + poster_path: /jEvytxNa5mfW7VAUmDWsZtIdATc.jpg + release_date: '2024-09-20' + title: 'OVERLORD: The Sacred Kingdom' + video: false + vote_average: 7.7 + vote_count: 26 + - adult: false + backdrop_path: /H39NvEXz23GE9iYQ4qqV4w1zWn.jpg + genre_ids: + - 35 + - 27 + - 14 + id: 728949 + original_language: en + original_title: Nightbitch + overview: >- + A woman, thrown into the stay-at-home routine of + raising a toddler in the suburbs, slowly embraces the + feral power deeply rooted in motherhood, as she + becomes increasingly aware of the bizarre and + undeniable signs that she may be turning into a dog. + popularity: 193.375 + poster_path: /h49Pie8gM2jK0UHGFRjfPB3YTd.jpg + release_date: '2024-12-06' + title: Nightbitch + video: false + vote_average: 6.2 + vote_count: 51 + description: An array of movie objects, each containing details about a movie. + total_pages: + type: number + example: 43 + description: The total number of pages available for the query results. + total_results: + type: number + example: 860 + description: The total number of results found for the query. + examples: + upcoming: + value: + dates: + maximum: '2025-01-29' + minimum: '2025-01-08' + page: 1 + results: + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3403.343 + poster_path: /mubt4bnVfpJ5lBMq93DidEuMkJr.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.62 + vote_count: 291 + - adult: false + backdrop_path: /dWkdmxIkH9y23s9v1PjQFhTGIwo.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 1043905 + original_language: en + original_title: Dirty Angels + overview: >- + During the United States' 2021 withdrawal from + Afghanistan, a group of female soldiers posing as + medical relief are sent back in to rescue a group of + kidnapped teenagers caught between ISIS and the + Taliban. + popularity: 1736.39 + poster_path: /3O3qSGmjRGc10hMwFul8WDxKE5t.jpg + release_date: '2024-12-11' + title: Dirty Angels + video: false + vote_average: 6.693 + vote_count: 75 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1633.009 + poster_path: /y5CakxusfCElHau7oredncjtt3P.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 224 + - adult: false + backdrop_path: /1pmXyN3sKeYoUhu5VBZiDU4BX21.jpg + genre_ids: + - 16 + - 28 + - 878 + - 10751 + id: 1184918 + original_language: en + original_title: The Wild Robot + overview: >- + After a shipwreck, an intelligent robot called Roz is + stranded on an uninhabited island. To survive the + harsh environment, Roz bonds with the island's animals + and cares for an orphaned baby goose. + popularity: 1043.986 + poster_path: /9w0Vh9eizfBXrcomiaFWTIPdboo.jpg + release_date: '2024-09-12' + title: The Wild Robot + video: false + vote_average: 8.374 + vote_count: 3765 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 895.241 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.7 + vote_count: 281 + - adult: false + backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg + genre_ids: + - 27 + - 53 + id: 1138194 + original_language: en + original_title: Heretic + overview: >- + Two young missionaries are forced to prove their faith + when they knock on the wrong door and are greeted by a + diabolical Mr. Reed, becoming ensnared in his deadly + game of cat-and-mouse. + popularity: 840.621 + poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg + release_date: '2024-10-31' + title: Heretic + video: false + vote_average: 7.182 + vote_count: 681 + - adult: false + backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg + genre_ids: + - 10749 + - 35 + - 18 + id: 1064213 + original_language: en + original_title: Anora + overview: >- + A young sex worker from Brooklyn gets her chance at a + Cinderella story when she meets and impulsively + marries the son of an oligarch. Once the news reaches + Russia, her fairytale is threatened as his parents set + out to get the marriage annulled. + popularity: 682.243 + poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg + release_date: '2024-10-14' + title: Anora + video: false + vote_average: 6.892 + vote_count: 627 + - adult: false + backdrop_path: /b3mdmjYTEL70j7nuXATUAD9qgu4.jpg + genre_ids: + - 16 + - 14 + - 12 + id: 823219 + original_language: lv + original_title: Straume + overview: >- + A solitary cat, displaced by a great flood, finds + refuge on a boat with various species and must + navigate the challenges of adapting to a transformed + world together. + popularity: 618.523 + poster_path: /imKSymKBK7o73sajciEmndJoVkR.jpg + release_date: '2024-08-29' + title: Flow + video: false + vote_average: 8.456 + vote_count: 499 + - adult: false + backdrop_path: /9s9o9RT9Yj6nDuRJjnJm78WFoFl.jpg + genre_ids: + - 28 + - 27 + - 53 + - 878 + id: 1051896 + original_language: en + original_title: Arcadian + overview: >- + In the near future, on a decimated Earth, Paul and his + twin sons face terror at night when ferocious + creatures awaken. When Paul is nearly killed, the boys + come up with a plan for survival, using everything + their father taught them to keep him alive. + popularity: 558.456 + poster_path: /spWV1eRzlDxvai8LbxwAWR0Vst4.jpg + release_date: '2024-04-12' + title: Arcadian + video: false + vote_average: 6.1 + vote_count: 526 + - adult: false + backdrop_path: /csQSGH0QU8D3Ov5YLEYuHep8ihA.jpg + genre_ids: + - 878 + - 53 + - 12 + - 28 + id: 1196470 + original_language: fr + original_title: Survivre + overview: >- + A couple celebrates their son’s birthday in the middle + of the ocean on their boat. A violent storm hits and + it brings up hungry creatures from the depths and they + fight for their survival. + popularity: 526.598 + poster_path: /59nsfU5hMG3puDZIGzZzJ1yW8FN.jpg + release_date: '2024-06-19' + title: Survive + video: false + vote_average: 5.787 + vote_count: 87 + - adult: false + backdrop_path: /uLqNGzJwnj8JKkKuRM2dHWJKCtc.jpg + genre_ids: + - 28 + - 27 + - 53 + id: 1029235 + original_language: en + original_title: Azrael + overview: >- + In a world where no one speaks, a devout female hunts + down a young woman who has escaped her imprisonment. + Recaptured by its ruthless leaders, Azrael is due to + be sacrificed to pacify an ancient evil deep within + the surrounding wilderness. + popularity: 415.42 + poster_path: /qpdFKDvJS7oLKTcBLXOaMwUESbs.jpg + release_date: '2024-09-27' + title: Azrael + video: false + vote_average: 6.018 + vote_count: 163 + - adult: false + backdrop_path: /zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg + genre_ids: + - 10749 + - 18 + id: 1100099 + original_language: en + original_title: We Live in Time + overview: >- + An up-and-coming chef and a recent divorcée find their + lives forever changed when a chance encounter brings + them together, in a decade-spanning, deeply moving + romance. + popularity: 395.862 + poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg + release_date: '2024-10-10' + title: We Live in Time + video: false + vote_average: 7.604 + vote_count: 326 + - adult: false + backdrop_path: /a3PBAmXUXuazAzr83WNzRaBS33I.jpg + genre_ids: + - 27 + - 53 + id: 978796 + original_language: en + original_title: Bagman + overview: >- + For centuries and across cultures, parents have warned + their children of the legendary Bagman, who snatches + innocent children and stuffs them into his vile, + rotting bag—never to be seen again. Patrick McKee + narrowly escaped such an encounter as a boy, which + left him with lasting scars throughout his adulthood. + Now, Patrick’s childhood tormentor has returned, + threatening the safety of his wife Karina and son + Jake. + popularity: 381.143 + poster_path: /53IK9rlZJbwFYbNnJZiLq7UWxkT.jpg + release_date: '2024-09-20' + title: Bagman + video: false + vote_average: 6.173 + vote_count: 139 + - adult: false + backdrop_path: /llIXQAndg5kB6SWlp6ouUdO7Zxd.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 1084736 + original_language: fr + original_title: Le Comte de Monte-Cristo + overview: >- + Edmond Dantes becomes the target of a sinister plot + and is arrested on his wedding day for a crime he did + not commit. After 14 years in the island prison of + Château d’If, he manages a daring escape. Now rich + beyond his dreams, he assumes the identity of the + Count of Monte-Cristo and exacts his revenge on the + three men who betrayed him. + popularity: 375.034 + poster_path: /zw4kV7npGtaqvUxvJE9IdqdFsNc.jpg + release_date: '2024-06-28' + title: The Count of Monte Cristo + video: false + vote_average: 8.14 + vote_count: 1118 + - adult: false + backdrop_path: /hctfNoMpQGfn3VXdBYb9p0P5bT5.jpg + genre_ids: + - 18 + id: 1097549 + original_language: en + original_title: Babygirl + overview: >- + A high-powered CEO puts her career and family on the + line when she begins a torrid affair with her much + younger intern. + popularity: 313.593 + poster_path: /A8HbTd0FemZyFCh5qvJFpHGiwF8.jpg + release_date: '2024-12-25' + title: Babygirl + video: false + vote_average: 5.5 + vote_count: 26 + - adult: false + backdrop_path: /9REO1DLpmwhrBJY3mYW5eVxkXFM.jpg + genre_ids: + - 12 + - 18 + - 878 + id: 157336 + original_language: en + original_title: Interstellar + overview: >- + The adventures of a group of explorers who make use of + a newly discovered wormhole to surpass the limitations + on human space travel and conquer the vast distances + involved in an interstellar voyage. + popularity: 252.756 + poster_path: /gEU2QniE6E77NI6lCU6MxlNBvIx.jpg + release_date: '2014-11-05' + title: Interstellar + video: false + vote_average: 8.4 + vote_count: 35974 + - adult: false + backdrop_path: /66nlC5LDZmDUWONGkUZT2BrOszG.jpg + genre_ids: + - 53 + - 18 + id: 974576 + original_language: en + original_title: Conclave + overview: >- + After the unexpected death of the Pope, Cardinal + Lawrence is tasked with managing the covert and + ancient ritual of electing a new one. Sequestered in + the Vatican with the Catholic Church’s most powerful + leaders until the process is complete, Lawrence finds + himself at the center of a conspiracy that could lead + to its downfall. + popularity: 251.12 + poster_path: /m5x8D0bZ3eKqIVWZ5y7TnZ2oTVg.jpg + release_date: '2024-10-25' + title: Conclave + video: false + vote_average: 7.13 + vote_count: 636 + - adult: false + backdrop_path: /9Qq8InnodUYs8zdam8Zj967i6RO.jpg + genre_ids: + - 80 + - 18 + id: 1106739 + original_language: en + original_title: 'Juror #2' + overview: >- + While serving as a juror in a high profile murder + trial, family man Justin Kemp finds himself struggling + with a serious moral dilemma…one he could use to sway + the jury verdict and potentially convict—or free—the + accused killer. + popularity: 228.23 + poster_path: /utLESWj433xnIc1ss9TZjRI9SSl.jpg + release_date: '2024-10-30' + title: 'Juror #2' + video: false + vote_average: 7.032 + vote_count: 980 + - adult: false + backdrop_path: /hkJhGayONXn96CqIRM9GhWKnlCf.jpg + genre_ids: + - 28 + - 12 + - 16 + - 14 + id: 1014505 + original_language: ja + original_title: 劇場版「オーバーロード」聖王国編 + overview: >- + After twelve years of playing his favorite MMORPG + game, Momonga logs in for the last time only to find + himself transported into its world playing it + indefinitely. Throughout his adventures, his avatar + ascends to the title of Sorcerer King Ains Ooal Gown. + Once prosperous but now on the brink of ruin, The + Sacred Kingdom enjoyed years of peace after + construction of an enormous wall protecting them from + neighboring invasions. But, one day this comes to an + end when the Demon Emperor Jaldabaoth arrives with an + army of villainous demi-humans. Fearing invasion of + their own lands, the neighboring territory of the + Slane Theocracy is forced to beg their enemies at the + Sorcerer Kingdom for help. Heeding the call, Momonga, + now known as the Sorcerer King Ains Ooal Gown, rallies + the Sorcerer Kingdom and its undead army to join the + fight alongside the Sacred Kingdom and the Slane + Theocracy in hopes to defeat the Demon Emperor. + popularity: 221.994 + poster_path: /jEvytxNa5mfW7VAUmDWsZtIdATc.jpg + release_date: '2024-09-20' + title: 'OVERLORD: The Sacred Kingdom' + video: false + vote_average: 7.7 + vote_count: 26 + - adult: false + backdrop_path: /H39NvEXz23GE9iYQ4qqV4w1zWn.jpg + genre_ids: + - 35 + - 27 + - 14 + id: 728949 + original_language: en + original_title: Nightbitch + overview: >- + A woman, thrown into the stay-at-home routine of + raising a toddler in the suburbs, slowly embraces the + feral power deeply rooted in motherhood, as she + becomes increasingly aware of the bizarre and + undeniable signs that she may be turning into a dog. + popularity: 193.375 + poster_path: /h49Pie8gM2jK0UHGFRjfPB3YTd.jpg + release_date: '2024-12-06' + title: Nightbitch + video: false + vote_average: 6.2 + vote_count: 51 + total_pages: 43 + total_results: 860 + /movie/{movie_id}: + get: + tags: + - MOVIES + summary: Details + description: Get the top level details of a movie by ID. + operationId: details7 + parameters: + - $ref: '#/components/parameters/append_to_response' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=9927 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 22:26:00 GMT + ETag: + schema: + type: string + example: W/"074e82d5ce91b8e21650eab3ed54fee5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 8d6071bd169bbf5fd46638140132b1d0.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Fb6ScmzU449P8FE_3p8uPAvK286fwuzQqCpW7crUlrfCUE2P4qd8qw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '15128' + x-memc-expires: + schema: + type: string + example: '9927' + x-memc-key: + schema: + type: string + example: 936dd93ad51c3ddbb8adf10ceb3af43d + content: + application/json: + schema: + type: object + properties: + adult: + type: boolean + example: false + description: A boolean indicating whether the movie is intended for an adult audience (true if it contains adult content, false otherwise). + backdrop_path: + type: string + example: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + description: A string representing the path to the movie's backdrop image. + belongs_to_collection: + type: object + properties: + backdrop_path: + type: string + example: /1VdLvSIeHuwqCT13H9EafxCacGB.jpg + description: Path to the collection's backdrop image. + id: + type: number + example: 1069584 + description: Unique identifier for the collection. + name: + type: string + example: Gladiator Collection + description: Name of the collection (e.g, "Gladiator Collection"). + poster_path: + type: string + example: /r7uyUOB6fmmPumWwHiV7Hn2kUbL.jpg + description: Path to the collection's poster image. + description: An object containing information about collections that this movie belongs to. + budget: + type: number + example: 310000000 + description: The estimated production budget of the movie, measured in US dollars. + genres: + type: array + items: + type: object + properties: + id: + type: number + example: 28 + description: Unique identifier for the genre. + name: + type: string + example: Action + description: Name of the genre. + + example: + - id: 28 + name: Action + - id: 12 + name: Adventure + - id: 18 + name: Drama + description: An array of objects representing the genres of the movie + homepage: + type: string + example: https://www.gladiator.movie + description: A URL to the official website of the movie, which may provide more information, trailers, or promotional content. + id: + type: number + example: 558449 + description: Unique identifier for the movie within the database. + imdb_id: + type: string + example: tt9218128 + description: The unique identifier used on IMDb for the movie + origin_country: + type: array + items: + type: string + example: US + example: + - US + description: An array indicating the countries where the movie was produced. + original_language: + type: string + example: en + description: The primary language in which the movie was made. + original_title: + type: string + example: Gladiator II + description: The original title of the movie as it was first released. + overview: + type: string + example: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron fist. + With rage in his heart and the future of the Empire at + stake, Lucius must look to his past to find strength and + honor to return the glory of Rome to its people. + description: A brief summary of the movie's plot. + popularity: + type: number + example: 5382.147 + description: A numerical value indicating the popularity of the movie. + poster_path: + type: string + example: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + description: A string that represents the path to the official poster image for the movie. + production_companies: + type: array + items: + type: object + properties: + id: + type: number + example: 4 + description: Unique identifier for the production company. + logo_path: + type: string + nullable: true + example: /gz66EfNoYPqHTYI4q9UEN4CbHRc.png + description: Path to the company's logo. + name: + type: string + example: Paramount Pictures + description: Name of the company. + origin_country: + type: string + example: US + description: Country where the company is based. + example: + - id: 4 + logo_path: /gz66EfNoYPqHTYI4q9UEN4CbHRc.png + name: Paramount Pictures + origin_country: US + - id: 221347 + logo_path: /6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png + name: Scott Free Productions + origin_country: US + - id: 246486 + logo_path: null + name: Lucy Fisher/Douglas Wick Productions + origin_country: US + description: An array of objects showing the companies that produced the movie. + production_countries: + type: array + items: + type: object + properties: + iso_3166_1: + type: string + example: US + description: ISO 639-1 code for the language. + name: + type: string + example: United States of America + description: The country where the production of the movie took place. + example: + - iso_3166_1: US + name: United States of America + description: An array of objects that denote the countries involved in the film’s production. + release_date: + type: string + example: '2024-11-05' + description: The official release date of the movie. + revenue: + type: number + example: 435417355 + description: The total gross revenue generated by the movie, measured in US dollars (here, $435,417,355). + runtime: + type: number + example: 148 + description: The total run time of the movie, expressed in minutes. + spoken_languages: + type: array + items: + type: object + properties: + english_name: + type: string + example: English + description: English name of the language. + iso_639_1: + type: string + example: en + description: ISO 639-1 code for the language. + name: + type: string + example: English + description: Name of the language in its native form. + example: + - english_name: English + iso_639_1: en + name: English + description: An array of objects representing the languages spoken in the movie. + status: + type: string + example: Released + description: The current release status of the movie. + tagline: + type: string + example: Prepare to be entertained. + description: A brief, catchy phrase or slogan that helps promote the movie. + title: + type: string + example: Gladiator II + description: The title of the movie as it is officially known. + video: + type: boolean + example: false + description: A boolean value indicating whether there is an associated video (such as a trailer) available for the movie. true means there is a video, whereas false indicates there is none. + vote_average: + type: number + example: 6.8 + description: The average rating that the movie has received from viewers, usually on a scale from 1 to 10. + vote_count: + type: number + example: 1875 + description: The total number of votes or ratings submitted for the movie. + examples: + details: + value: + adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + belongs_to_collection: + backdrop_path: /1VdLvSIeHuwqCT13H9EafxCacGB.jpg + id: 1069584 + name: Gladiator Collection + poster_path: /r7uyUOB6fmmPumWwHiV7Hn2kUbL.jpg + budget: 310000000 + genres: + - id: 28 + name: Action + - id: 12 + name: Adventure + - id: 18 + name: Drama + homepage: https://www.gladiator.movie + id: 558449 + imdb_id: tt9218128 + origin_country: + - US + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron fist. + With rage in his heart and the future of the Empire at + stake, Lucius must look to his past to find strength and + honor to return the glory of Rome to its people. + popularity: 5382.147 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + production_companies: + - id: 4 + logo_path: /gz66EfNoYPqHTYI4q9UEN4CbHRc.png + name: Paramount Pictures + origin_country: US + - id: 221347 + logo_path: /6Ry6uNBaa0IbbSs1XYIgX5DkA9r.png + name: Scott Free Productions + origin_country: US + - id: 246486 + logo_path: null + name: Lucy Fisher/Douglas Wick Productions + origin_country: US + production_countries: + - iso_3166_1: US + name: United States of America + release_date: '2024-11-05' + revenue: 435417355 + runtime: 148 + spoken_languages: + - english_name: English + iso_639_1: en + name: English + status: Released + tagline: Prepare to be entertained. + title: Gladiator II + video: false + vote_average: 6.8 + vote_count: 1875 + + /movie/{movie_id}/account_states: + get: + tags: + - MOVIES + summary: Account States + description: This endpoint get the rating, watchlist and favourite status of an account. + operationId: accountStates + parameters: + - $ref: '#/components/parameters/session_id' + - name: guest_session_id + in: query + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + example: '' + + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: New Request + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 22:38:15 GMT + ETag: + schema: + type: string + example: W/"6f4c4f7d52d5617763d9607ffecf6edf" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: vGk7DhxuWZD5Sk-d5Ob1gkWaiNkq8rfYRnBqVxDKOeQixD3oHOYmGQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 9fa3a7fe7f91802f9503b9b0e54a4945 + content: + application/json: + schema: + type: object + properties: + favorite: + type: boolean + example: false + description: This indicates whether the user has marked this movie as a favorite. A value of false means the movie is not currently a favorite for the user. + id: + type: number + example: 558449 + description: This is the unique identifier for the movie within the database. + rated: + type: boolean + example: false + description: This signifies whether the user has rated this movie. A value of false suggests that the user has not provided a rating for the movie. + watchlist: + type: boolean + example: false + description: This shows whether the user has added the movie to their watchlist. A value of false indicates that the movie is not on the user's watchlist. + examples: + New Request: + value: + favorite: false + id: 558449 + rated: false + watchlist: false + + /movie/{movie_id}/alternative_titles: + get: + tags: + - MOVIES + summary: Alternative Titles + description: This endpoint get the alternative titles for a movie. + operationId: alternativeTitles + parameters: + - name: country + in: query + description: This parameter allows you to specify an ISO-3166-1 code. By including this parameter, you can filter the results to show alternative titles for the specified movie that are recognized in that particular country. + schema: + type: string + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: alternative titles + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=11802 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 22:41:10 GMT + ETag: + schema: + type: string + example: W/"38584fbb9172739380b2e33168873013" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 23c9ec01b6f4151f654547c0190aeebe.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 9FdYDoSMP97CCDmHQLHwcXy2ScewJhI_jbB8k941BJ-YW6pCJzZkRQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '13402' + x-memc-expires: + schema: + type: string + example: '11802' + x-memc-key: + schema: + type: string + example: e0ceba1ca83eb3c18d022bcd69cd51ae + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 558449 + description: This is a unique identifier for the movie. + titles: + type: array + items: + type: object + properties: + iso_3166_1: + type: string + example: US + description: The ISO 3166-1 alpha-2 code for the country where the title is used. + title: + type: string + example: Gladiator 2 + description: The title of the movie in a country + type: + type: string + example: '' + description: Indicates the nature of the title. A blank string usually signifies a standard alternative title without any qualifications. + example: + - iso_3166_1: US + title: Gladiator 2 + type: '' + - iso_3166_1: IT + title: Il gladiatore 2 + type: provisional title + - iso_3166_1: IL + title: גלדיאטור 2 + type: '' + - iso_3166_1: TR + title: Gladyatör II + type: '' + - iso_3166_1: TR + title: Gladyatör 2 + type: '' + - iso_3166_1: BG + title: Гладиатор II + type: '' + - iso_3166_1: KR + title: 글래디에이터 2 + type: '' + - iso_3166_1: AZ + title: Qladiator II + type: '' + - iso_3166_1: US + title: GladiatorⅡ + type: '' + - iso_3166_1: JP + title: グラディエーターII 英雄を呼ぶ声 + type: '' + - iso_3166_1: HK + title: 帝國驕雄 2 + type: '' + - iso_3166_1: US + title: GladIIator + type: '' + - iso_3166_1: BR + title: Gladiador 2 + type: '' + - iso_3166_1: CN + title: 角斗士2 + type: '' + - iso_3166_1: KR + title: 글래디에이터Ⅱ + type: '' + - iso_3166_1: KR + title: 글래디에이터 II + type: '' + - iso_3166_1: AM + title: Գլադիատոր 2 + type: '' + - iso_3166_1: CA + title: Gladiateur II + type: '' + description: An array containing alternative titles for the movie in various countries. + examples: + alternative titles: + value: + id: 558449 + titles: + - iso_3166_1: US + title: Gladiator 2 + type: '' + - iso_3166_1: IT + title: Il gladiatore 2 + type: provisional title + - iso_3166_1: IL + title: גלדיאטור 2 + type: '' + - iso_3166_1: TR + title: Gladyatör II + type: '' + - iso_3166_1: TR + title: Gladyatör 2 + type: '' + - iso_3166_1: BG + title: Гладиатор II + type: '' + - iso_3166_1: KR + title: 글래디에이터 2 + type: '' + - iso_3166_1: AZ + title: Qladiator II + type: '' + - iso_3166_1: US + title: GladiatorⅡ + type: '' + - iso_3166_1: JP + title: グラディエーターII 英雄を呼ぶ声 + type: '' + - iso_3166_1: HK + title: 帝國驕雄 2 + type: '' + - iso_3166_1: US + title: GladIIator + type: '' + - iso_3166_1: BR + title: Gladiador 2 + type: '' + - iso_3166_1: CN + title: 角斗士2 + type: '' + - iso_3166_1: KR + title: 글래디에이터Ⅱ + type: '' + - iso_3166_1: KR + title: 글래디에이터 II + type: '' + - iso_3166_1: AM + title: Գլադիատոր 2 + type: '' + - iso_3166_1: CA + title: Gladiateur II + type: '' + + /movie/{movie_id}/changes: + get: + tags: + - MOVIES + summary: Changes + description: >- + This endpoint get the recent changes for a movie. + operationId: changes + parameters: + - $ref: '#/components/parameters/start_date' + - $ref: '#/components/parameters/end_date' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/movie_id' + + responses: + '200': + description: changes + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=297 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 22:43:59 GMT + ETag: + schema: + type: string + example: W/"669f463421388b056bd66c458aa09573" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 20579d8c7e6a7d159f211e9ee1d4003c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: JcsPiqxScVATzvJddgSjGaR23AQTROBn7xpncoB31acXB5_r8XiSXg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '303' + x-memc-expires: + schema: + type: string + example: '297' + x-memc-key: + schema: + type: string + example: c6ee445e39d71b853fa47d0b96090534 + content: + application/json: + schema: + type: object + properties: + changes: + type: array + items: + type: object + properties: + items: + type: array + items: + type: object + properties: + action: + type: string + example: added + description: Specifies the type of operation that was performed; added, updated, or deleted. + id: + type: string + example: 6775db1d194b5816d7614a4b + description: A unique identifier for the specific change entry. + iso_3166_1: + type: string + example: '' + description: A country code (ISO 3166-1) representing the country of the specific change, if applicable. + iso_639_1: + type: string + example: '' + description: A language code (ISO 639-1) representing the language of the specific change, if applicable. + original_value: + type: object + properties: + poster: + type: object + properties: + file_path: + type: string + example: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + description: The path to the image file on the server. + iso_639_1: + nullable: true + example: null + + title_logo: + type: object + properties: + file_path: + type: string + example: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + description: The path to the image file on the server. + iso_639_1: + nullable: true + example: null + + + time: + type: string + example: 2025-01-02 00:17:33 UTC + value: + type: object + properties: + poster: + type: object + properties: + file_path: + type: string + example: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + description: The path to the image file on the server. + iso_639_1: + type: string + example: en + description: The ISO 639-1 code representing the language of the image. + title_logo: + type: object + properties: + file_path: + type: string + example: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + description: The path to the image file on the server. + iso_639_1: + type: string + example: pt + description: The ISO 639-1 code representing the language of the image. + example: + - action: added + id: 6775db1d194b5816d7614a4b + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 00:17:33 UTC + value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + - action: updated + id: 6775db30194b5816d7614a54 + iso_3166_1: '' + iso_639_1: en + original_value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + iso_639_1: null + time: 2025-01-02 00:17:52 UTC + value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + iso_639_1: en + - action: added + id: 677685bc2efbf3b41d92ceac + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 12:25:32 UTC + value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + - action: updated + id: 677685c70f248e850812f653 + iso_3166_1: '' + iso_639_1: pt + original_value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + iso_639_1: null + time: 2025-01-02 12:25:43 UTC + value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + iso_639_1: pt + - action: added + id: 6776e19405c46ab3fc931822 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 18:57:24 UTC + value: + poster: + file_path: /Fj7aQbGG5FJ7WAEJkycwi8nZqC.jpg + - action: added + id: 677705f31a2df59ad374854e + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:35 UTC + value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + - action: added + id: 677705f31a2df59ad3748552 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:35 UTC + value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + - action: added + id: 677705f4b55ff939be66776d + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:36 UTC + value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + - action: updated + id: 677705fa6d7ca00e78723d5a + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + iso_639_1: null + time: 2025-01-02 21:32:42 UTC + value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + iso_639_1: fr + - action: updated + id: 677705fd6d7ca00e78723d5f + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + iso_639_1: null + time: 2025-01-02 21:32:45 UTC + value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + iso_639_1: fr + - action: updated + id: 677706016d7ca00e78723d60 + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + iso_639_1: null + time: 2025-01-02 21:32:49 UTC + value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + iso_639_1: fr + key: + type: string + example: images + description: Indicates the type of change being reported. Common keys include images, plot_keywords, and videos. + + + example: + - items: + - action: added + id: 6775db1d194b5816d7614a4b + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 00:17:33 UTC + value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + - action: updated + id: 6775db30194b5816d7614a54 + iso_3166_1: '' + iso_639_1: en + original_value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + iso_639_1: null + time: 2025-01-02 00:17:52 UTC + value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + iso_639_1: en + - action: added + id: 677685bc2efbf3b41d92ceac + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 12:25:32 UTC + value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + - action: updated + id: 677685c70f248e850812f653 + iso_3166_1: '' + iso_639_1: pt + original_value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + iso_639_1: null + time: 2025-01-02 12:25:43 UTC + value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + iso_639_1: pt + - action: added + id: 6776e19405c46ab3fc931822 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 18:57:24 UTC + value: + poster: + file_path: /Fj7aQbGG5FJ7WAEJkycwi8nZqC.jpg + - action: added + id: 677705f31a2df59ad374854e + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:35 UTC + value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + - action: added + id: 677705f31a2df59ad3748552 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:35 UTC + value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + - action: added + id: 677705f4b55ff939be66776d + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:36 UTC + value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + - action: updated + id: 677705fa6d7ca00e78723d5a + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + iso_639_1: null + time: 2025-01-02 21:32:42 UTC + value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + iso_639_1: fr + - action: updated + id: 677705fd6d7ca00e78723d5f + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + iso_639_1: null + time: 2025-01-02 21:32:45 UTC + value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + iso_639_1: fr + - action: updated + id: 677706016d7ca00e78723d60 + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + iso_639_1: null + time: 2025-01-02 21:32:49 UTC + value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + iso_639_1: fr + key: images + - items: + - action: deleted + id: 6775f9d9f6fa01a2aa613844 + iso_3166_1: '' + iso_639_1: '' + original_value: + group: tones + id: 200918 + name: angry + time: 2025-01-02 02:28:41 UTC + key: plot_keywords + - items: + - action: added + id: 67771f4515521f83d9667cb9 + iso_3166_1: US + iso_639_1: en + time: 2025-01-02 23:20:37 UTC + value: + id: 67771f4515521f83d9667cb8 + key: _ZBYN01c7OM + name: >- + Gladiator II | 20 Years of Making a Sequel + (EXCLUSIVE Behind the Scenes) | Paramount Movies + site: YouTube + size: 1080 + type: Behind the Scenes + - action: updated + id: 67771f5225e0e91c57748a1b + iso_3166_1: US + iso_639_1: en + original_value: + id: 67771f4515521f83d9667cb8 + key: _ZBYN01c7OM + name: >- + Gladiator II | 20 Years of Making a Sequel + (EXCLUSIVE Behind the Scenes) | Paramount Movies + site: YouTube + size: 1080 + type: Behind the Scenes + time: 2025-01-02 23:20:50 UTC + value: + id: 67771f4515521f83d9667cb8 + key: _ZBYN01c7OM + name: >- + 20 Years of Making a Sequel - Exclusive Behind + the Scenes + site: YouTube + size: 1080 + type: Behind the Scenes + key: videos + description: An array of changes made to a movie's details, categorized by the type of change. + examples: + changes: + value: + changes: + - items: + - action: added + id: 6775db1d194b5816d7614a4b + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 00:17:33 UTC + value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + - action: updated + id: 6775db30194b5816d7614a54 + iso_3166_1: '' + iso_639_1: en + original_value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + iso_639_1: null + time: 2025-01-02 00:17:52 UTC + value: + poster: + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + iso_639_1: en + - action: added + id: 677685bc2efbf3b41d92ceac + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 12:25:32 UTC + value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + - action: updated + id: 677685c70f248e850812f653 + iso_3166_1: '' + iso_639_1: pt + original_value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + iso_639_1: null + time: 2025-01-02 12:25:43 UTC + value: + title_logo: + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + iso_639_1: pt + - action: added + id: 6776e19405c46ab3fc931822 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 18:57:24 UTC + value: + poster: + file_path: /Fj7aQbGG5FJ7WAEJkycwi8nZqC.jpg + - action: added + id: 677705f31a2df59ad374854e + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:35 UTC + value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + - action: added + id: 677705f31a2df59ad3748552 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:35 UTC + value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + - action: added + id: 677705f4b55ff939be66776d + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-02 21:32:36 UTC + value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + - action: updated + id: 677705fa6d7ca00e78723d5a + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + iso_639_1: null + time: 2025-01-02 21:32:42 UTC + value: + poster: + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + iso_639_1: fr + - action: updated + id: 677705fd6d7ca00e78723d5f + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + iso_639_1: null + time: 2025-01-02 21:32:45 UTC + value: + poster: + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + iso_639_1: fr + - action: updated + id: 677706016d7ca00e78723d60 + iso_3166_1: '' + iso_639_1: fr + original_value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + iso_639_1: null + time: 2025-01-02 21:32:49 UTC + value: + poster: + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + iso_639_1: fr + key: images + - items: + - action: deleted + id: 6775f9d9f6fa01a2aa613844 + iso_3166_1: '' + iso_639_1: '' + original_value: + group: tones + id: 200918 + name: angry + time: 2025-01-02 02:28:41 UTC + key: plot_keywords + - items: + - action: added + id: 67771f4515521f83d9667cb9 + iso_3166_1: US + iso_639_1: en + time: 2025-01-02 23:20:37 UTC + value: + id: 67771f4515521f83d9667cb8 + key: _ZBYN01c7OM + name: >- + Gladiator II | 20 Years of Making a Sequel + (EXCLUSIVE Behind the Scenes) | Paramount Movies + site: YouTube + size: 1080 + type: Behind the Scenes + - action: updated + id: 67771f5225e0e91c57748a1b + iso_3166_1: US + iso_639_1: en + original_value: + id: 67771f4515521f83d9667cb8 + key: _ZBYN01c7OM + name: >- + Gladiator II | 20 Years of Making a Sequel + (EXCLUSIVE Behind the Scenes) | Paramount Movies + site: YouTube + size: 1080 + type: Behind the Scenes + time: 2025-01-02 23:20:50 UTC + value: + id: 67771f4515521f83d9667cb8 + key: _ZBYN01c7OM + name: >- + 20 Years of Making a Sequel - Exclusive Behind + the Scenes + site: YouTube + size: 1080 + type: Behind the Scenes + key: videos + + /movie/{movie_id}/external_ids: + get: + tags: + - MOVIES + summary: External IDs + description: This endpoint retrieves external identifiers for a specified movie. + operationId: externalIds + parameters: + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: external ids + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=5234 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:03:47 GMT + ETag: + schema: + type: string + example: W/"0ea17ef002114fc9a58e5d4c461a371b" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 199fd61d7551d8868317c5b53cc7d24c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 1CvgjvAQI1QmJyKzMhz-rVoCu35XbSCRGG8Uk4VWp4HyhbyWu424yQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '18989' + x-memc-expires: + schema: + type: string + example: '5234' + x-memc-key: + schema: + type: string + example: 6023fbd7c4f06cffdccb5690cf1382fd + content: + application/json: + schema: + type: object + properties: + facebook_id: + type: string + example: GladiatorMovie + description: This is the identifier for the movie's official Facebook page. + id: + type: number + example: 558449 + description: This is a unique identifier for a movie within the database. + imdb_id: + type: string + example: tt9218128 + description: This is the unique identifier for the movie on IMDb (Internet Movie Database). It's used for retrieving detailed information about the movie from IMDb. + instagram_id: + type: string + example: gladiatormovie + description: This is the identifier for the official Instagram account associated with the movie. + twitter_id: + type: string + example: GladiatorMovie + description: This identifier refers to the movie's official Twitter account. + wikidata_id: + type: string + example: Q115789958 + description: This identifier points to the movie's entry in Wikidata, a free and open knowledge base. + examples: + external ids: + value: + facebook_id: GladiatorMovie + id: 558449 + imdb_id: tt9218128 + instagram_id: gladiatormovie + twitter_id: GladiatorMovie + wikidata_id: Q115789958 + + /movie/{movie_id}/images: + get: + tags: + - MOVIES + summary: Images + description: This endpoint get the images that belong to a movie. + operationId: images2 + parameters: + - name: include_image_language + in: query + description: This filter and specify the languages of the images (such as backdrops, posters, and logos) that are returned in the response. It accepts a comma-separated list of ISO-639-1 language codes. + schema: + type: string + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=14971 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:13:34 GMT + ETag: + schema: + type: string + example: W/"a4915757ae91d50e5da67c39911b8fa6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e89d95d090c0c86ecc7b8930e434625c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: lb56TeoEwAIdjZqH-lPPch59I9-2mX1qPe1FV8uJouCJ8V74mBg8-A== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '8057' + x-memc-expires: + schema: + type: string + example: '14971' + x-memc-key: + schema: + type: string + example: 9503bc47f0675177a40c9381a82db9a8 + content: + application/json: + schema: + type: object + properties: + backdrops: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 1.778 + description: The aspect ratio of the backdrops image (width/height). + file_path: + type: string + example: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + description: The relative path to the backdrops image file on the server. + height: + type: number + example: 2160 + description: The height of the backdrops image in pixels. + iso_639_1: + type: string + nullable: true + example: null + description: The ISO 639-1 language code that specifies the language of the backdrops image + vote_average: + type: number + example: 5.928 + description: The average rating of the backdrops image. + vote_count: + type: number + example: 14 + description: The number of votes that have been cast for the backdrops image. + width: + type: number + example: 3840 + description: The width of the backdrops image in pixels. + example: + - aspect_ratio: 1.778 + file_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + height: 2160 + iso_639_1: null + vote_average: 5.928 + vote_count: 14 + width: 3840 + - aspect_ratio: 1.778 + file_path: /4hvK1uenpT7VVClzoNqXanvgdjX.jpg + height: 2160 + iso_639_1: null + vote_average: 5.778 + vote_count: 9 + width: 3840 + - aspect_ratio: 1.778 + file_path: /8mjYwWT50GkRrrRdyHzJorfEfcl.jpg + height: 2160 + iso_639_1: null + vote_average: 5.616 + vote_count: 26 + width: 3840 + - aspect_ratio: 1.778 + file_path: /tdfhohunNwgMTfWxmSWmLoJWk4H.jpg + height: 2160 + iso_639_1: null + vote_average: 5.25 + vote_count: 16 + width: 3840 + - aspect_ratio: 1.778 + file_path: /huXiPrdGqnxVv9R8os1xrvul4xA.jpg + height: 2160 + iso_639_1: null + vote_average: 4.722 + vote_count: 9 + width: 3840 + - aspect_ratio: 1.778 + file_path: /vfI2n6NmEHIT38LrTsR22pcCiGV.jpg + height: 1125 + iso_639_1: null + vote_average: 4.3 + vote_count: 10 + width: 2000 + - aspect_ratio: 1.778 + file_path: /5i2JguWeH2wn0RtPsdWuCM0A3EJ.jpg + height: 2160 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /oNpwaWkITEGGlrzPoq6aoGh34PU.jpg + height: 1125 + iso_639_1: null + vote_average: 3.334 + vote_count: 3 + width: 2000 + - aspect_ratio: 1.778 + file_path: /rJTbRtDOpy0Of1Tyw2zMdq1loMf.jpg + height: 2160 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /253lYITeE9pJEr9f36dr0iXb79O.jpg + height: 800 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1422 + - aspect_ratio: 1.778 + file_path: /5Y3Y0wEh7cToBl9ljslx02xwO8Z.jpg + height: 2160 + iso_639_1: null + vote_average: 3.214 + vote_count: 14 + width: 3840 + - aspect_ratio: 1.778 + file_path: /xGv28mcf8vdFttD0KgI5GnDDlkG.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /bHeUgZKqduubnNl8GshjrpHS9lF.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /uR9M6nOXTigDq64upoBzr23X3ag.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /tOqIwliWMovSIZ9DyvHcHI7p2im.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /55kzdqKC7hmKv3bx654Qpp5RtGG.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /aWLDaVhnWRkkgwG8LPqwKGsjL2a.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /eys9taPcuaPrb4MaDNkVjVJpSOS.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /ntjmlOQpTNJSslz6jQkJD1MZr4X.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /5TT0aN864ynfWO1iEnET4RRyVBi.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /p451JlaQ1Xihj9Jn48JEH3y9N0C.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /e0xnvkG0nZjEfvREuhgFekJZmQr.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /qoZHK7EVaO70jaucJYEvI1tGqRh.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /A4SDLzUM9RJVdQc3gWOX4epGLM7.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /i1m4y6iMzPrvRdQc5YMKJ5nyeOP.jpg + height: 2025 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3600 + - aspect_ratio: 1.778 + file_path: /vAItJF3RpCb4xduODQ8GdjyGsrI.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /rvtktpfnLOMXVLDB5JVL5s9OhIR.jpg + height: 1440 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 2560 + - aspect_ratio: 1.778 + file_path: /o4CiVz1S6zb1l5sp0pxMie6HDP4.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /5Qugp4wxEL6S834swNj5bD2kWso.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /pHNT5tMeSeYMfSprUyQC9klQ6dr.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /xoKqzCAfo4q4N8QKAr4iRuzpG2T.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /gSYD8YgPx1D8cNMAn9ax0g8k88x.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /3isD2wjJ8WPS60WnN83Uvgo0xda.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /7NhsCr480Sixltnvamd7WMGcpQ2.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /l3B9ZeZZYfEdePIJjzvDYqDzeLV.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /7lHLIdYSKnNkdo0VzEUhfG0Ymn5.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /gEzJv1hchzjrdQ2cHlnA23yUCd7.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /ceXdME7hutZdxOWdoX0VGzurF34.jpg + height: 2160 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 3840 + - aspect_ratio: 1.778 + file_path: /3fhfGexgMMAOkw9CVNjuOuvRxJr.jpg + height: 1800 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 3200 + - aspect_ratio: 1.775 + file_path: /238GWWAhGpAzqpEIjEyd3qMtJn7.jpg + height: 721 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 1.778 + file_path: /xMwXGQRzpHNxDQyr9wnIqPvLzJ6.jpg + height: 1228 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 2183 + - aspect_ratio: 1.777 + file_path: /gt3gTrjsPbGo2LH8Rbv524UT15x.jpg + height: 844 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1500 + - aspect_ratio: 1.778 + file_path: /aQ5qRIqneDWKyi3twKu8fR4uXvL.jpg + height: 1602 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 2848 + - aspect_ratio: 1.778 + file_path: /koD1vVVL8WxA9helcHDhTT1bu4C.jpg + height: 2160 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 3840 + - aspect_ratio: 1.778 + file_path: /TGZv2fzhlRcSHmEWJQi4CYB6tC.jpg + height: 2160 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /8dZmp4Xi9L4vbqaPasVHCtCGaZs.jpg + height: 1596 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2837 + - aspect_ratio: 1.778 + file_path: /dOYopUk1MIsUPoMkluY8kLIlfvL.jpg + height: 1064 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1892 + - aspect_ratio: 1.775 + file_path: /hwKEwGDfaDuqJ7dRRLBfHzntYqX.jpg + height: 721 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.777 + file_path: /xrKlhn8YNDJOevWa1QhPI09HTlI.jpg + height: 1231 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2188 + - aspect_ratio: 1.778 + file_path: /wOAn5dJo9uAkbjPvcVLH0XPFoB1.jpg + height: 2160 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /piKam6tEDCuj7RMIX2kM1Hk34tE.jpg + height: 1224 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2176 + - aspect_ratio: 1.778 + file_path: /7kRjIHNZS2NWn6k3VDPKUe5vkNu.jpg + height: 1440 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2560 + - aspect_ratio: 1.778 + file_path: /7rg8iLWYjaJRBC1f2z4PPKzGvH1.jpg + height: 1440 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2560 + - aspect_ratio: 1.778 + file_path: /whYBMM7BwNAoGDSQpNMOBmQHLIO.jpg + height: 1236 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2198 + - aspect_ratio: 1.779 + file_path: /xu9nnLJITe6FwdWYePkpE5bIsYy.jpg + height: 720 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1281 + - aspect_ratio: 1.777 + file_path: /cldVn1ilz5lR9H0aCJNPihCnZMu.jpg + height: 773 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1374 + - aspect_ratio: 1.778 + file_path: /6gucA0ALtq0BKLehy9nug5YTf4g.jpg + height: 720 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /wu2vZDCU6kALyNh4fZEGbkTAq74.jpg + height: 2160 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /tdNzEFkWd8LbHgj2S2hFqfaIimT.jpg + height: 1080 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /66BRnT0yAk4NIfg1eYrfkUAo5Ob.jpg + height: 720 + iso_639_1: ka + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /qzR37GAmcuRuTKbM5OdfeCb5qgH.jpg + height: 2160 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /2mbURZA7PXPsZQ8ddirfrGDcT2K.jpg + height: 1080 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /6CUIlUwtcRUeNZ6ucSv0irf4hJW.jpg + height: 1080 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /e71BRC7iapxU6HQzC97Q5w9piG9.jpg + height: 2160 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /oMJBJZ5N4J84Z56B6oYNc77C1wL.jpg + height: 1080 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ntIJnv6XoPBuq11GBYx4PhU7WCi.jpg + height: 2160 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /hPfAXIltU9Hxkh9uUEnNxXAJXjo.jpg + height: 720 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /ahjCpAdaAHXutS4RXV2duyH7nTt.jpg + height: 1080 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /eit6F8VC4IVFoTsaxD1kOTb8Avj.jpg + height: 1080 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /fLeDZMX25FdsodjyZDzPZzDUKVq.jpg + height: 2160 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 3840 + description: This array contains images that serve as the background image associated with a movie. + id: + type: number + example: 558449 + description: A unique identifier for the image object + logos: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 2.75 + description: The aspect ratio of the logo image. + file_path: + type: string + example: /jREsBZjAI6721S1GWLOtWcyTdzz.png + description: The relative path to the logo image file on the server. + height: + type: number + example: 3328 + description: The height of the logo image in pixels + iso_639_1: + type: string + example: zh + description: The ISO 639-1 language code that specifies the language of the logo image. + vote_average: + type: number + example: 6.722 + description: The average rating of the logo image. + vote_count: + type: number + example: 6 + description: The number of votes that have been cast for the logo image. + width: + type: number + example: 9151 + description: The width of the logo image in pixels. + example: + - aspect_ratio: 2.75 + file_path: /jREsBZjAI6721S1GWLOtWcyTdzz.png + height: 3328 + iso_639_1: zh + vote_average: 6.722 + vote_count: 6 + width: 9151 + - aspect_ratio: 4.196 + file_path: /jwXk1c2esVoEzVLplPiQubNVyFC.png + height: 1029 + iso_639_1: en + vote_average: 3.334 + vote_count: 3 + width: 4318 + - aspect_ratio: 5.142 + file_path: /2diGXHhY8lFUyI6aojw1X7ihsHc.png + height: 839 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 4314 + - aspect_ratio: 5.142 + file_path: /ezSmUBCgf3Y0HqxqnZ9ZEQ4xDN8.png + height: 839 + iso_639_1: de + vote_average: 3.334 + vote_count: 1 + width: 4314 + - aspect_ratio: 2.978 + file_path: /ryIKwhrRAIs9Q6IeiBEzYGRTSFH.png + height: 1295 + iso_639_1: zh + vote_average: 1.75 + vote_count: 4 + width: 3856 + - aspect_ratio: 3.963 + file_path: /aMwuVpXTWCZpEHoay4RZmtEj18w.png + height: 269 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1066 + - aspect_ratio: 4.944 + file_path: /ncAexbdH8rDpJh4FAgLjOZZLgZR.png + height: 213 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 1053 + - aspect_ratio: 4.268 + file_path: /phliRHzrDQapwqLFKuCDDNDYbXH.png + height: 440 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1878 + - aspect_ratio: 4.261 + file_path: /guSZIGJtBLuPSxITUw2uFsNJrYq.png + height: 161 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 686 + - aspect_ratio: 3.685 + file_path: /oZiOJIMEwdLw8ILZALpmDNHT4sA.png + height: 1171 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 4315 + - aspect_ratio: 2.251 + file_path: /ebg4x9eWt8KPQX1qlUdyxTmL75x.png + height: 1791 + iso_639_1: cn + vote_average: 0 + vote_count: 0 + width: 4031 + - aspect_ratio: 3.964 + file_path: /3YctpOZ1RFkyOioCTqOwUZC6zLx.png + height: 504 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1998 + - aspect_ratio: 8.351 + file_path: /pHEm1QX51jIvpJHxKQUMuT8aiiw.png + height: 479 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 4000 + - aspect_ratio: 3.684 + file_path: /gVKDzFe1s8RhyaAZ9u1SHMGIs7B.png + height: 1172 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 4318 + - aspect_ratio: 4.174 + file_path: /erdYsIufsFfGqivBmLnEyvEAu1d.png + height: 1026 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 4283 + - aspect_ratio: 4.245 + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + height: 106 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 450 + description: This array contains images that represent the logo of the movie. + posters: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 0.667 + description: The aspect ratio of the poster image. + file_path: + type: string + example: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + description: The relative path to the poster image file on the server. + height: + type: number + example: 3000 + description: The height of the poster image in pixels. + iso_639_1: + type: string + nullable: true + example: en + description: The ISO 639-1 language code that specifies the language of the poster image + vote_average: + type: number + example: 5.53 + description: The average rating of the poster image. + vote_count: + type: number + example: 34 + description: The number of votes that have been cast for the poster image. + width: + type: number + example: 2000 + description: The width of the poster image in pixels. + example: + - aspect_ratio: 0.667 + file_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + height: 3000 + iso_639_1: en + vote_average: 5.53 + vote_count: 34 + width: 2000 + - aspect_ratio: 0.699 + file_path: /b5UXjzW5cLZhprMnlAmsVAA3G4t.jpg + height: 2048 + iso_639_1: ko + vote_average: 10 + vote_count: 5 + width: 1432 + - aspect_ratio: 0.667 + file_path: /dARTCpnHY0R0B28j5q5ynq7erua.jpg + height: 2400 + iso_639_1: tr + vote_average: 10 + vote_count: 4 + width: 1600 + - aspect_ratio: 0.667 + file_path: /swjNWFBiejiGxWwzI6HFSigXWYe.jpg + height: 3000 + iso_639_1: tr + vote_average: 10 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.667 + file_path: /qfvUTepUYvDeNo4bxwiwsACfmwe.jpg + height: 3000 + iso_639_1: tr + vote_average: 10 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.699 + file_path: /c9gdMDpnJft75uMxBzOnECHsRPQ.jpg + height: 1287 + iso_639_1: ko + vote_average: 7.19 + vote_count: 7 + width: 900 + - aspect_ratio: 0.667 + file_path: /f54mzACTFdiAxnQ30BK4GjrKzyn.jpg + height: 3000 + iso_639_1: en + vote_average: 6.834 + vote_count: 33 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3d52MgDuO1QNR5oVpBsdQv5JX8.jpg + height: 2700 + iso_639_1: en + vote_average: 6.312 + vote_count: 8 + width: 1800 + - aspect_ratio: 0.675 + file_path: /kXmpB6xDj34l03s8YG4gFIF1Rgl.jpg + height: 2048 + iso_639_1: en + vote_average: 5.778 + vote_count: 9 + width: 1383 + - aspect_ratio: 0.675 + file_path: /PulIVB3W999oXG6fzrwkzaX6Ze.jpg + height: 2492 + iso_639_1: zh + vote_average: 5.778 + vote_count: 9 + width: 1682 + - aspect_ratio: 0.675 + file_path: /dokohxZXncGAhsmg4elINNTI49M.jpg + height: 2963 + iso_639_1: zh + vote_average: 5.25 + vote_count: 8 + width: 2000 + - aspect_ratio: 0.667 + file_path: /r4bIQrxPpELjar0C4CPopgowAdO.jpg + height: 3000 + iso_639_1: en + vote_average: 4.3 + vote_count: 15 + width: 2000 + - aspect_ratio: 0.666 + file_path: /wVUpl4S22QuUxt3iVQB8J4RNjz7.jpg + height: 1346 + iso_639_1: en + vote_average: 3.954 + vote_count: 11 + width: 897 + - aspect_ratio: 0.666 + file_path: /ghi5oHyTeH3qmJcaprY83DL1tOb.jpg + height: 1349 + iso_639_1: tr + vote_average: 3.334 + vote_count: 1 + width: 899 + - aspect_ratio: 0.667 + file_path: /dz0BpOyup2GPWzGjztAtJzWFWS4.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /xI9yNCzDIaZ5k5ejCWYXRwN7w1n.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /iYFEnAfzcacwT2YiFOAGW2SBmuG.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /aHbw2eEdFAc0Co03nhT0CRlsFF0.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /o9UOrTwGNrcq5iqDk9iGQmOJive.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /rYRcXRNul9jiqxaQI6XDjxtpj3q.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /vvmqDGuQSMxYrM0hHn78TtqWrg2.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ftY2O6SpfDDBBQahZeePK1yw2ny.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gg3tKeN7eDCuPeliWjguHKLKhAU.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /noKwpBKiKzi3y2OcF42wgoT8QLp.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /51PMHA2fYPyHrsDwrhpvxc176tT.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7nu6olKLmlacEurlL0nk66DVMD4.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /i9pSXGiyjZNmOABo7a1kG6Myo22.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /664QOigXUGdSyTWVHg1kambZy2E.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /5o84ymC1G5M1AJb8x52vyx8Ya1K.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /upI1fBBQp6NAmov9FHwmY3dAYuK.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /o5JniSw7vAnUJdIwMZQEuXj8T8h.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /v2naGeIbdjm1ZS3LFYMkEChNglv.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /n7NavQHy48vuAjXaFcaGCQ3E0o4.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /jpS7IfwW5jXEdhckdD0BKRbHlJ9.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7IOMFZF9nUprIy2jr2B9d02laWv.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /JfEDrH4QObfVvFtnqzZfkUp9x4.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /5AXGJX4pZiWTOhH9mYqwzImA51r.jpg + height: 1500 + iso_639_1: ka + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yLL5yCd1kkbUFMArTPPr0atrife.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /9HcrORwot9z4huGmav2hxDUv08m.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /bAihxBMmSgrHJKahVX7l7lNv7aO.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /zuPCUbdgcpuQqYdxNzUrYLH7AeR.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3cyB4THF7J780Mq2JPOazKWU3gr.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /abi0JXDLTZjntXwUZ7SHyyFJVA7.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.7 + file_path: /nVc6x2e68BwOifYcM7owtwHth1l.jpg + height: 2857 + iso_639_1: ca + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nOjIxy29fpVTirwG4zlAxNzfw8q.jpg + height: 3000 + iso_639_1: uk + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /As9P4NgfpYAZzs54uVetvL6qyeK.jpg + height: 750 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 500 + - aspect_ratio: 0.667 + file_path: /zorlLz9vGTMilsJMr8XqeaxKZ08.jpg + height: 750 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 500 + - aspect_ratio: 0.667 + file_path: /pTwQqNicNllLxKuaMsFaJnBhUlB.jpg + height: 1500 + iso_639_1: ka + vote_average: 3.334 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yFnWrK5bVGMKvLWB0Hkf6L9LHNf.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /tu0m0CEwcdO3DI2WwSkBWgT3l5w.jpg + height: 1500 + iso_639_1: en + vote_average: 3.334 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.667 + file_path: /l9fOolnUmwZiiW0LtOg4KMF0xEQ.jpg + height: 3000 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /geOz6jnXvI9agOXJfzsWYmllrPJ.jpg + height: 3000 + iso_639_1: bg + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /342bly9MqveL65TnEFzx8TTUxcL.jpg + height: 3000 + iso_639_1: pt + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /dsopfD3XEZ1syOTll87AeL5nQWj.jpg + height: 1500 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.675 + file_path: /yp35ncuaGl9TTIWEJBJpefSgHcF.jpg + height: 2963 + iso_639_1: el + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ynYHIxwPMIvNRTIpK9lz2YkhsR9.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7KGr2OivGDnlzHtpaxGv84HUiyX.jpg + height: 3000 + iso_639_1: ja + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.75 + file_path: /pccTRPWItUoBqnFuzq9ErKwgU7I.jpg + height: 1600 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 1200 + - aspect_ratio: 0.672 + file_path: /w6duejqRxsIPbgc6w0PTW0U5eUy.jpg + height: 2197 + iso_639_1: ro + vote_average: 3.334 + vote_count: 1 + width: 1476 + - aspect_ratio: 0.667 + file_path: /zg8POUOo87WNk67zUdqCbMhRp2q.jpg + height: 3000 + iso_639_1: sk + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6S6Bd1JS4p4SlLe64uJiKv5tI1e.jpg + height: 1200 + iso_639_1: en + vote_average: 3.334 + vote_count: 3 + width: 800 + - aspect_ratio: 0.667 + file_path: /fbcs5AxrdXwyj1b8bGGMgC9kXrM.jpg + height: 3000 + iso_639_1: es + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gGnSGohHWvXjQkpG1CNPYrPUvmO.jpg + height: 3000 + iso_639_1: es + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6N7F1Ga9m0CTHziA2Fs7BQczaKZ.jpg + height: 3000 + iso_639_1: ru + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /sUnGXbEdXlgHlK3EkmB5w2NiLlc.jpg + height: 3000 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /chnuw5cQMzbrGTK2F7bPUDdmyQF.jpg + height: 3000 + iso_639_1: it + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ml5KqUtvpqQMtDdpcvUTUEWPkiE.jpg + height: 3000 + iso_639_1: de + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1c2tDQqPSSk6woq0MsyFl2mAZWy.jpg + height: 3000 + iso_639_1: de + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /viSyJo6GaiRj8KHerQjnuYDbzhp.jpg + height: 1350 + iso_639_1: en + vote_average: 3.214 + vote_count: 14 + width: 900 + - aspect_ratio: 0.677 + file_path: /dwqNuKFOKj6w4fM4NILaC3z9FKN.jpg + height: 1596 + iso_639_1: en + vote_average: 3.034 + vote_count: 15 + width: 1080 + - aspect_ratio: 0.675 + file_path: /hEW6tMHTVvxTqBaY2VjZY2USmPf.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.542 + vote_count: 4 + width: 1382 + - aspect_ratio: 0.667 + file_path: /s5YviCAQnvybud7mBjAz4SQJ95S.jpg + height: 2100 + iso_639_1: tr + vote_average: 2.542 + vote_count: 4 + width: 1400 + - aspect_ratio: 0.667 + file_path: /qOc0W4SdaFBxloZ2rmWsRrvjhKq.jpg + height: 3000 + iso_639_1: null + vote_average: 2.542 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /h2DREh45ZIlPA5rgmqWRlhwdsTQ.jpg + height: 2700 + iso_639_1: en + vote_average: 2.542 + vote_count: 4 + width: 1800 + - aspect_ratio: 0.675 + file_path: /6Ckp9ymBNRosUcRxy9zkYeH6er6.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /lCarWPJcLgY0JjYmEX3NSkVXduu.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /psMzQHYcEk7nfdlkmXXT6xA0KNm.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /iRty8gHtVCXejLK4LllEz8Cr3Ve.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /sVjZtgtB49XlJPjvxfPG8t3Uwge.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /7VCTbQWRpnL16d2Th4W28Hpe2vV.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.667 + file_path: /5OzMPFoEADPpqhmEvaTmb6tif64.jpg + height: 3000 + iso_639_1: fr + vote_average: 2.278 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.675 + file_path: /zPgtb2IaAvBF6c8KTcfVWqY3kNB.jpg + height: 1500 + iso_639_1: ko + vote_average: 2.066 + vote_count: 5 + width: 1012 + - aspect_ratio: 0.667 + file_path: /6Mlv9m4bKMu4UBZxVS9dh2kaGiY.jpg + height: 3000 + iso_639_1: fr + vote_average: 1.75 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6BdM97ubpoaFRoLJdaXdRMhSF45.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /rEkgnB3ZfrIOREm8YzsZr2mf2HG.jpg + height: 3000 + iso_639_1: uk + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nPWyJY3kR1lfO6tTPBmxcREwAp6.jpg + height: 1350 + iso_639_1: ko + vote_average: 1.75 + vote_count: 4 + width: 900 + - aspect_ratio: 0.667 + file_path: /3nO0R6LqoNwmhrtau81eclj2R1.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /vfzIDQF0Din10nagYxpnEPDenC5.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ndsT2skvSKiWpOzy7n8fPC367VS.jpg + height: 3000 + iso_639_1: he + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6kxdEI3n7VutuJXQG7rZUik4D7F.jpg + height: 3000 + iso_639_1: ru + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /vK1sK1B3WglfgVWPn6Xj4nNsw1q.jpg + height: 3000 + iso_639_1: es + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /z1hNoGhH12ISnPzPqMOq1QLVGdu.jpg + height: 1500 + iso_639_1: pt + vote_average: 1.75 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /uT3jb2exALtaWrlhi8AMcBwvYph.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 6 + width: 1000 + - aspect_ratio: 0.667 + file_path: /9G83cBi0mQ6w9RpmJSzGfvU7Cm.jpg + height: 3000 + iso_639_1: de + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7R1EXkBAKunoG0UhZToFrnlStcp.jpg + height: 3000 + iso_639_1: fr + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /aIzxE76MKjHQQSFtjPkYz9StTdQ.jpg + height: 3000 + iso_639_1: de + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /5viXivrFuYRqztTsuTzwl3dXK16.jpg + height: 3000 + iso_639_1: zh + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /uFf9QaEX5dfWxJYohacTneft6g7.jpg + height: 3000 + iso_639_1: zh + vote_average: 1.562 + vote_count: 8 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1UJmMi7pFr96dl0OXAkFfQnc3KV.jpg + height: 1500 + iso_639_1: en + vote_average: 1.562 + vote_count: 8 + width: 1000 + - aspect_ratio: 0.667 + file_path: /tUGVv9jJcuOqwUM2WLaH2SNm1X2.jpg + height: 1500 + iso_639_1: en + vote_average: 1.444 + vote_count: 9 + width: 1000 + - aspect_ratio: 0.667 + file_path: /6JhGlzgmQL1xgvHGA2f5NXxcvZq.jpg + height: 3000 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 2000 + - aspect_ratio: 0.667 + file_path: /2SY7NhdrKc3WK5nB9mANHxylQk1.jpg + height: 1500 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 1000 + - aspect_ratio: 0.667 + file_path: /rTa9otCuUwcJKoI78SkleDUC0pH.jpg + height: 1350 + iso_639_1: fr + vote_average: 1.222 + vote_count: 3 + width: 900 + - aspect_ratio: 0.666 + file_path: /k1H0FZuMUEfKBuHK6Nf0THFyIxC.jpg + height: 755 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 503 + - aspect_ratio: 0.667 + file_path: /2cjwAkvXkeTZeKcsaGnUxWFBif9.jpg + height: 3000 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.667 + file_path: /b51y1BTveencFcCMscJaT9jnAsJ.jpg + height: 3000 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ilFH00wkPCOXV3etjd81AvDKuRr.jpg + height: 3000 + iso_639_1: fr + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /oNr6XH3D9DXK80PI5nnHTqBgNNp.jpg + height: 3000 + iso_639_1: ko + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /uQIx269ZAzp64iIfBmxxFe73fTt.jpg + height: 1600 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1067 + - aspect_ratio: 0.667 + file_path: /nTe86DJnUqibKu1uoznzvxkVEu.jpg + height: 3000 + iso_639_1: zh + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /9ZcAYcmJgGThXi8dR68DX5byd5R.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /f0DPXGe35k7xsolb5izWGI949J7.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ivcn3nAfm7xHqN5cEpABIYiUv5F.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /v5cOBIKH9nfSkMeyOXfM4FNspoY.jpg + height: 1620 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1080 + - aspect_ratio: 0.667 + file_path: /piMZeZi09b4O0kPMfz6VnyP5PTY.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.675 + file_path: /v27SuXrY9dkC5sNUf9kG1WSqIdv.jpg + height: 2964 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nuCcM1McslMVKb8F99u3QHPRA55.jpg + height: 3000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /y3H3mKOlrsCTTnNtU1nt5zX9B9M.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /66N8XlJqwm0d0WkajEQlMMdNHDm.jpg + height: 3000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /sAGEjJaRJAcBeTBGtWIVmnnrS9i.jpg + height: 3000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /8lMWOyKVetYDS5eKDPzHFP7z2uj.jpg + height: 3000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3Jtt4VCVXYHia4OyjIo3sSKZDhO.jpg + height: 3000 + iso_639_1: en + vote_average: 0.904 + vote_count: 7 + width: 2000 + - aspect_ratio: 0.675 + file_path: /ndXQzzMiC6kaUlSCVd9BMPAsJaM.jpg + height: 1300 + iso_639_1: en + vote_average: 0.5 + vote_count: 4 + width: 878 + - aspect_ratio: 0.667 + file_path: /u2LADrvXAyMiBVhVoWhLi8WiXAL.jpg + height: 3000 + iso_639_1: es + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gydEah1gGAjmpi1Swj6VqPEy8MB.jpg + height: 2048 + iso_639_1: tr + vote_average: 0.166 + vote_count: 1 + width: 1366 + - aspect_ratio: 0.675 + file_path: /l3AzuXJSb6kn7hCRVG9PVWZZFT7.jpg + height: 2048 + iso_639_1: ru + vote_average: 0.166 + vote_count: 2 + width: 1382 + - aspect_ratio: 0.667 + file_path: /8wWcs677bd5bjNHbkCPIhykPWHt.jpg + height: 3000 + iso_639_1: zh + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nL0OO7MJKUuedJzpoxaULXCU4Fk.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.666 + file_path: /mmwPVN2ZRDZIXIe7jW87fENOZ1B.jpg + height: 1754 + iso_639_1: de + vote_average: 0.166 + vote_count: 2 + width: 1169 + - aspect_ratio: 0.667 + file_path: /cqQ89k3pNBLjY0VZu6SdaAJ6lPG.jpg + height: 3000 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.675 + file_path: /a6j9D6SxbuEWUucQaP5FmroX2k6.jpg + height: 2963 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.675 + file_path: /a9HNsptR5P33ZfVVIMgjAT3fAOA.jpg + height: 2963 + iso_639_1: en + vote_average: 0.166 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /sHJzY9cS85fcL3fZ5Dg9zIltSPB.jpg + height: 1350 + iso_639_1: pt + vote_average: 0.166 + vote_count: 1 + width: 900 + - aspect_ratio: 0.675 + file_path: /AaC42MyCUNazYjvygSB4G2ovqJX.jpg + height: 1600 + iso_639_1: en + vote_average: 0.166 + vote_count: 3 + width: 1080 + - aspect_ratio: 0.7 + file_path: /nrxtWpJsmLsaoRNFcbV1HT4csPc.jpg + height: 1920 + iso_639_1: ca + vote_average: 0.166 + vote_count: 1 + width: 1344 + - aspect_ratio: 0.667 + file_path: /m2xd3KC0IeC5jgXJrojHRKGi9qw.jpg + height: 1500 + iso_639_1: vi + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.675 + file_path: /cCmziq7GNm8G9rE3SawOwrCyQ8f.jpg + height: 1600 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 1080 + - aspect_ratio: 0.667 + file_path: /cJcGXUfFkgNxpbzDKZ53kMfqk3c.jpg + height: 3000 + iso_639_1: ms + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /qbGXUQULzzQ90ujpDBlItvCKdEw.jpg + height: 1500 + iso_639_1: vi + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /f6Pa2uwWEEgFIbF3wTnMR9FKFvh.jpg + height: 1500 + iso_639_1: vi + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /PbR1Hqt0dSk8CfTD77OX7izLGk.jpg + height: 1350 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 900 + - aspect_ratio: 0.753 + file_path: /zl9ruxSuszoMCbaJC0nHKtes6gy.jpg + height: 2048 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1542 + - aspect_ratio: 0.667 + file_path: /4alB2zsPllq7zTL6qAl9SZn98hW.jpg + height: 1500 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /qHdT0w5y1n4dExioF5tfhMClLyB.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /pPrRrvg56TQVqRHg1yRr6aj0Dr7.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1ILRb1LrLOmyVwsbiVGN0OrBhdM.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3V0BWV45jGYlUmUYi0y2H3Ko2OO.jpg + height: 1309 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 873 + - aspect_ratio: 0.675 + file_path: /kbKZdmEAsW6EoVRNkkquobivRob.jpg + height: 1920 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1296 + - aspect_ratio: 0.656 + file_path: /2QtHhvTrMqrn4twVY0tCQbtswYG.jpg + height: 1192 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 782 + - aspect_ratio: 0.667 + file_path: /ccycBfjmS79AyKfZLZLYM0QeESN.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ke3yE9PQBSFCCKbSbYvNVhkohW.jpg + height: 1350 + iso_639_1: de + vote_average: 0.166 + vote_count: 1 + width: 900 + - aspect_ratio: 0.664 + file_path: /agRSsOmQSZklxlJadKJ51ymawQE.jpg + height: 1929 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 0.667 + file_path: /ey1dvTTjshv6qJBIDoAmUZbtiDD.jpg + height: 1620 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1080 + - aspect_ratio: 0.667 + file_path: /jcsL0T9bXmW6cd39LE4iP4K9ndq.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /sbLcDyS938MAr6aZJpJfKxbiOss.jpg + height: 1500 + iso_639_1: ka + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /aMlBZbWUvcCs4Zbm22S7of3iYhr.jpg + height: 1920 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 0.675 + file_path: /sWmWQFGdyGJXDGo1qlt8X8QXGsw.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 675 + - aspect_ratio: 0.667 + file_path: /55RRu0Gh7b7PBefhYsegLpM6PiI.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.666 + file_path: /jdcOxbsyoalPGhIdrD7gVmYQEXd.jpg + height: 1346 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 897 + - aspect_ratio: 0.666 + file_path: /avtYM3N8VpxFAo3c1HXXaewg0L1.jpg + height: 1286 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 857 + - aspect_ratio: 0.666 + file_path: /kGMgcXltUL9pPR7oSK0gtquknNN.jpg + height: 1370 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 913 + - aspect_ratio: 0.667 + file_path: /2Mbu2CugKYwuhWW8D28FhmPIUK0.jpg + height: 3000 + iso_639_1: de + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.707 + file_path: /gvnCbXfXQCyT6nX19MVUz7WZhVj.jpg + height: 1576 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1115 + - aspect_ratio: 0.707 + file_path: /lwL3pjbSuWFcKIsvgqAfjajvfv2.jpg + height: 2000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1414 + - aspect_ratio: 0.675 + file_path: /88XRpsTTo5v7diJyZOVcvcFimD0.jpg + height: 2048 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1383 + - aspect_ratio: 0.675 + file_path: /vicq7pwNR9xmuZiJkKs3vEgj0bI.jpg + height: 2222 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1500 + - aspect_ratio: 0.667 + file_path: /tkxdzRokGtuuN8gTOhPdfEC2G0X.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.666 + file_path: /v1ffLD5yQqpJW1VXYy1n6sp5wgX.jpg + height: 1280 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 853 + - aspect_ratio: 0.667 + file_path: /sdpNRwKXrrDvbwtGDVBPh0rbPdt.jpg + height: 3000 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /tefXocWquCU6USsxoZMqxU4QFBr.jpg + height: 2048 + iso_639_1: bg + vote_average: 0 + vote_count: 0 + width: 1382 + - aspect_ratio: 0.667 + file_path: /8VAkrzzxhIuJxoNnlUcLVqvLgSz.jpg + height: 2048 + iso_639_1: sk + vote_average: 0 + vote_count: 0 + width: 1365 + - aspect_ratio: 0.666 + file_path: /rSHFQNSs3e9VGlKoTG4pn04Hmp3.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /8wSAgNGhcm7obFbfC3XJzxOQct7.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /4MkkU1eGwPtX2xwf3iffXsiKqPQ.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /4z2IxvZRTJYEleSqIcmJtcHZHEF.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /so2sV6dMPbU5CzH7RD3Qs23f7NH.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /uu1GEVl3muBOWazuNuQmYcMHmbt.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /nK4hHVPHQzvFF8DK8MaVcZF5kON.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /5fpLSo02jud1bGzineKOsO39o1A.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /6ums9GyhLdQN9RGpLMphh3SENu3.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /6wbeBRsKGN05L7R9nlPfaZk7jPW.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /jRgTEBevIAs5upRQX3EGY6Da8r.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.667 + file_path: /mZ9aHW9uu9t1nUn34tfUDa8s6pR.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /eWhjhZKqLkMb08BdX81r2sdn6s1.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /5hiVIaTkKPG6tjgICtCdbCWf9nB.jpg + height: 1350 + iso_639_1: cn + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /7he8sKD4n4Qzw1zxpwRzfFaw8xU.jpg + height: 1500 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /hs9xAfUajxHxuRNFSXKK3FHwltD.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /n2GXi3WSz11DfPjiUI2rcirbaAh.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /rnBDV4T7XpyRBy3HHBCfpK3CKl5.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /tvDm1jXcissK8GQIXsHBUBKWMRN.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ceaDcX1QnaRjo86lwjgHyMWz2l.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xdTXkwMYdYu9ABNkgAKnuR129fx.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /2c7BFny74xzpqmvJMYoEiakEUcI.jpg + height: 3000 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ldJcbo6hx2O0hP2oJVcYJgVGsCd.jpg + height: 1350 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /kHGqNgLp63qZafvRhsCiTsyu49a.jpg + height: 1407 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 938 + - aspect_ratio: 0.667 + file_path: /8qr1WkZAsENMVx3PQAtM3MBhO1X.jpg + height: 1350 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /ntGsOEWqKSMLyJlFxQ2WzqjiL9H.jpg + height: 1350 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /o010rnqf6sGfJzMasIKYseCn4k4.jpg + height: 1350 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.675 + file_path: /ckTXrwlr4cRVxpBFEZcEmDzrmea.jpg + height: 1185 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 800 + - aspect_ratio: 0.667 + file_path: /4yKWXhG7f6g2gmTHRmUEXeBnGVd.jpg + height: 2284 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1523 + - aspect_ratio: 0.667 + file_path: /lvQhK3OQ3ID4bDYdStwNhwmRJVQ.jpg + height: 3000 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /tBYkptsNtqZ4WY92GtCbZeB4F0D.jpg + height: 2520 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1701 + - aspect_ratio: 0.7 + file_path: /xNEiOj7lYCvCDkPjxpDfGHqgtNG.jpg + height: 2560 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1792 + - aspect_ratio: 0.71 + file_path: /pUIgDTDgDtQ7eMnzi2ZY9NwrIZp.jpg + height: 1995 + iso_639_1: cn + vote_average: 0 + vote_count: 0 + width: 1417 + - aspect_ratio: 0.667 + file_path: /eoHLADhyf9jeHzv6DC7fTV3Br0q.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /otNT4ORQND8M13DNrOYzOFgE0xb.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.675 + file_path: /90PvtZTVaqiN7fbNcs6k4t3YcsG.jpg + height: 1481 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /6KUm2AyyQqmBMq8sm2VxhpSn7sV.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /wzU2N4VL0nZyMkO19zKIAjuGcsU.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /jlsfNaxrhZihHirFTGg57i6QMvd.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /pzbuZEbpTpWkxwJbnxKUUnOzlxg.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /mdkl69r14hjOmyLHPQXXoHbGcyG.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /y3Lr5a9ahLdfUVMoXMHIMvYwJ2E.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7BrWuLUFneQW6WW9PtzbrK6lK54.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.664 + file_path: /zZts8KXHYU7T3C2qyO8SPYqaeEP.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 1991 + - aspect_ratio: 0.711 + file_path: /huGgKqSYhR6TrMJrOYZVaWgU4lZ.jpg + height: 2811 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /2fTFl49wJaWFR0Z8nVNceBQvbJq.jpg + height: 2976 + iso_639_1: sv + vote_average: 0 + vote_count: 0 + width: 1984 + - aspect_ratio: 0.667 + file_path: /gUPnmDkNRSLFynbpNw9VJrYBEgT.jpg + height: 3000 + iso_639_1: nl + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1kTo33oGCR0ngAW8CTu0GKHnx2q.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ejFVHop1DKVU0HfGDaVbRARz5KK.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /jItHn5Q8FDfM8KdisCUW609W867.jpg + height: 3000 + iso_639_1: bg + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /raqiFdXDfID8sixSZcQPxZssC0T.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cqZRI8O4cwLjFuXrXUlvohajJ5D.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cFcYhOb30A3rfJqPbx2coWkqHzV.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ybBX6L4KquQZohC9x9oOC48RAqQ.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /o3QmNhdSQQ31PmyaGc70DXs0TO7.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /zxnR8Sxm50QGEEFlUY0294hIyH5.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /8ezT2jv28e5DuslSdf5wUn6v93n.jpg + height: 1350 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /iqx3wBo4CYOq2NJIJZyPMoPndtU.jpg + height: 2866 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1911 + - aspect_ratio: 0.667 + file_path: /gzR4oqHUkaRMHgfUo53NgFZaqbW.jpg + height: 2920 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1947 + - aspect_ratio: 0.657 + file_path: /ugkajmrS5inLAMbi8EbNd9XnIXw.jpg + height: 2975 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1954 + - aspect_ratio: 0.667 + file_path: /97ny22UZqmGcaKTWmaV9SQrbPIR.jpg + height: 2560 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 1707 + - aspect_ratio: 0.679 + file_path: /mzFxoZJ25A3gugwU2trIwiFbEhW.jpg + height: 2945 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /t5tQb7DexgLeT1PNSe7PHjYTkm8.jpg + height: 2963 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /zXn7S1dReNqsidBR5ifEWitLqd4.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /lchO7l8I0xRrSm5bNDEN6FIy1sD.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /YHRfyG1xoTXLYzPKnelQIHn02F.jpg + height: 889 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 600 + - aspect_ratio: 0.667 + file_path: /lKRSy3bdGujuUAyHVm7G4KDMIXm.jpg + height: 3000 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /lmyLpK91sXaD5LXBSZVZbl0psVi.jpg + height: 2250 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1500 + - aspect_ratio: 0.667 + file_path: /oLmZOS6gm0dRn188nxl0xLVvmpK.jpg + height: 2250 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1500 + - aspect_ratio: 0.667 + file_path: /vPuC4G9h49Kmfx4bwKxReJxNZmU.jpg + height: 3000 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3Uj2KdUbMWvqjsFVC9qK7BShgYn.jpg + height: 1500 + iso_639_1: ka + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /uAqxCM3QehGRBhjhqZpZCoGzA2g.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.675 + file_path: /mIOIpwugyLALGRKxFShXJDtnCnF.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /ipWfsxcx7rC8Yr7D2r3Kxz2M4lW.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /aFJbZguxlVj80CtzbmjuqJXLPMG.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /bevnLr6vnyB50MAA2i2bnyF23E6.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /cAhq2Ig3huHgPnfKBm0lvvfXmdx.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /2CoLZ3bbK7K3YmVeHMWNJiCwJiV.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /uSBvzreMDOFEzQBqzglUSwP2ZGu.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /nSINY8U4NuEvq7edYuAjwCqSCLY.jpg + height: 2048 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1382 + - aspect_ratio: 0.675 + file_path: /rBOhbXtpuV0KmiLnbEUzL43JPfn.jpg + height: 2048 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1382 + - aspect_ratio: 0.666 + file_path: /5gHJuTOEzaDsRJEuWHfenNNjQrP.jpg + height: 800 + iso_639_1: sl + vote_average: 0 + vote_count: 0 + width: 533 + - aspect_ratio: 0.667 + file_path: /l9hE6DEMU2bDjtgckE151AqKuW9.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gis5QSmnPhnDlwkTMo69BOfh5lA.jpg + height: 1494 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 996 + - aspect_ratio: 0.667 + file_path: /w2EpM1bGVRdJR9Tr1IvJc97wumY.jpg + height: 1494 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 996 + - aspect_ratio: 0.667 + file_path: /5ZKxUmHIr2IW5oAcv3Oy4QuuQKN.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yaJjYtaLnRdcNvHpVJm79M60ZXr.jpg + height: 999 + iso_639_1: pl + vote_average: 0 + vote_count: 0 + width: 666 + - aspect_ratio: 0.667 + file_path: /q6mkkb5XU6ERF7xP9nAjnNq9n7V.jpg + height: 1350 + iso_639_1: pl + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /5cIYak4saULeFVAqDKTR8WOp1Pi.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ldQtvtZMKPVYF8wpmZLz1TwBxNb.jpg + height: 3000 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /e7qCeNXjCe3FPMVHBXVXgcrCzX.jpg + height: 3000 + iso_639_1: mk + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cqkVIh7m9SNmg7i2SXDGFvJ32nW.jpg + height: 1156 + iso_639_1: sk + vote_average: 0 + vote_count: 0 + width: 771 + - aspect_ratio: 0.667 + file_path: /hJL46zOWmHMrXi2g6MgCpOats82.jpg + height: 3000 + iso_639_1: sk + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6xcpyyAv7Yk8J70o3VETPWLGV1H.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /yw8YOUaQXWDmVlFiOt141QFkgxu.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.679 + file_path: /yF0l27SMoHzr9ILN64af0Da3U5e.jpg + height: 1002 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.679 + file_path: /5kUXHNMMeB7vnpdFI2euSeN01FF.jpg + height: 1002 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.675 + file_path: /VD3o7qJSmuQM4rl0FcPCAJySNw.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1013 + - aspect_ratio: 0.679 + file_path: /3dD5oSAj03DTAPfFq6d1RDDDSf3.jpg + height: 1002 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.679 + file_path: /uUHyZn0q4Q2hr0YuZEtab4fzupl.jpg + height: 1002 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.667 + file_path: /alWeyUzSZ75QSLPsqXYBgF6YGAV.jpg + height: 1350 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /6YhfdltefsvLvFOPDfATq1b5hE4.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7tsnzmabU3ab3OzAx6QVPzg1Vl6.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /2AZn2NfB0vK18EV9exUZdWxCc1r.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /96q3wjO50CZFCgvUgptgUnKbfSa.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gVsxrRcw5yVSc4AIFpkxjTHlXtJ.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cgYNOMhk31vo0prwPlkyHfETYD6.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /rt7froav9Xij62pla4p6ORkz2Ux.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /mjfsYBp0Xb74A8e9XQzBoMyBT84.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /tVBCG6qHQQaq2doZsOvpGNcwMuP.jpg + height: 3000 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.683 + file_path: /lVQBp3hI0C5fjfXsFCILBR6syfg.jpg + height: 1581 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1080 + - aspect_ratio: 0.683 + file_path: /rmkVmSrrNdOQI4h5hr4qjNTV7WR.jpg + height: 1581 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1080 + - aspect_ratio: 0.683 + file_path: /7DofR7rvBgZxW2ULMtHs8tR5F4s.jpg + height: 1581 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1080 + - aspect_ratio: 0.683 + file_path: /9miIXOGjnK7D4lU7F7oFJcWIEEv.jpg + height: 1581 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1080 + - aspect_ratio: 0.666 + file_path: /1baoCEEPazbyWzGUSydDXJ7kukR.jpg + height: 1600 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1066 + - aspect_ratio: 0.75 + file_path: /msH65A5wz5leMLuMUJnkMwJTxCa.jpg + height: 1600 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1200 + - aspect_ratio: 0.667 + file_path: /nBHcyhJuQlsmcwrCgf7KVJYf9BS.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ePRHrOSTgLbYKPbm9ZD9FqBvU8c.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /e1KH8ds1XX2exihfEdXDQGAOKk6.jpg + height: 3000 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /Fj7aQbGG5FJ7WAEJkycwi8nZqC.jpg + height: 1500 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + description: This array contains promotional images for the movie, usually designed to attract viewers. + examples: + images: + value: + backdrops: + - aspect_ratio: 1.778 + file_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + height: 2160 + iso_639_1: null + vote_average: 5.928 + vote_count: 14 + width: 3840 + - aspect_ratio: 1.778 + file_path: /4hvK1uenpT7VVClzoNqXanvgdjX.jpg + height: 2160 + iso_639_1: null + vote_average: 5.778 + vote_count: 9 + width: 3840 + - aspect_ratio: 1.778 + file_path: /8mjYwWT50GkRrrRdyHzJorfEfcl.jpg + height: 2160 + iso_639_1: null + vote_average: 5.616 + vote_count: 26 + width: 3840 + - aspect_ratio: 1.778 + file_path: /tdfhohunNwgMTfWxmSWmLoJWk4H.jpg + height: 2160 + iso_639_1: null + vote_average: 5.25 + vote_count: 16 + width: 3840 + - aspect_ratio: 1.778 + file_path: /huXiPrdGqnxVv9R8os1xrvul4xA.jpg + height: 2160 + iso_639_1: null + vote_average: 4.722 + vote_count: 9 + width: 3840 + - aspect_ratio: 1.778 + file_path: /vfI2n6NmEHIT38LrTsR22pcCiGV.jpg + height: 1125 + iso_639_1: null + vote_average: 4.3 + vote_count: 10 + width: 2000 + - aspect_ratio: 1.778 + file_path: /5i2JguWeH2wn0RtPsdWuCM0A3EJ.jpg + height: 2160 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /oNpwaWkITEGGlrzPoq6aoGh34PU.jpg + height: 1125 + iso_639_1: null + vote_average: 3.334 + vote_count: 3 + width: 2000 + - aspect_ratio: 1.778 + file_path: /rJTbRtDOpy0Of1Tyw2zMdq1loMf.jpg + height: 2160 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /253lYITeE9pJEr9f36dr0iXb79O.jpg + height: 800 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1422 + - aspect_ratio: 1.778 + file_path: /5Y3Y0wEh7cToBl9ljslx02xwO8Z.jpg + height: 2160 + iso_639_1: null + vote_average: 3.214 + vote_count: 14 + width: 3840 + - aspect_ratio: 1.778 + file_path: /xGv28mcf8vdFttD0KgI5GnDDlkG.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /bHeUgZKqduubnNl8GshjrpHS9lF.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /uR9M6nOXTigDq64upoBzr23X3ag.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /tOqIwliWMovSIZ9DyvHcHI7p2im.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /55kzdqKC7hmKv3bx654Qpp5RtGG.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /aWLDaVhnWRkkgwG8LPqwKGsjL2a.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /eys9taPcuaPrb4MaDNkVjVJpSOS.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /ntjmlOQpTNJSslz6jQkJD1MZr4X.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /5TT0aN864ynfWO1iEnET4RRyVBi.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /p451JlaQ1Xihj9Jn48JEH3y9N0C.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /e0xnvkG0nZjEfvREuhgFekJZmQr.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /qoZHK7EVaO70jaucJYEvI1tGqRh.jpg + height: 2160 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 3840 + - aspect_ratio: 1.778 + file_path: /A4SDLzUM9RJVdQc3gWOX4epGLM7.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /i1m4y6iMzPrvRdQc5YMKJ5nyeOP.jpg + height: 2025 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3600 + - aspect_ratio: 1.778 + file_path: /vAItJF3RpCb4xduODQ8GdjyGsrI.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /rvtktpfnLOMXVLDB5JVL5s9OhIR.jpg + height: 1440 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 2560 + - aspect_ratio: 1.778 + file_path: /o4CiVz1S6zb1l5sp0pxMie6HDP4.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /5Qugp4wxEL6S834swNj5bD2kWso.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /pHNT5tMeSeYMfSprUyQC9klQ6dr.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /xoKqzCAfo4q4N8QKAr4iRuzpG2T.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /gSYD8YgPx1D8cNMAn9ax0g8k88x.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /3isD2wjJ8WPS60WnN83Uvgo0xda.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /7NhsCr480Sixltnvamd7WMGcpQ2.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /l3B9ZeZZYfEdePIJjzvDYqDzeLV.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /7lHLIdYSKnNkdo0VzEUhfG0Ymn5.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /gEzJv1hchzjrdQ2cHlnA23yUCd7.jpg + height: 2160 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 3840 + - aspect_ratio: 1.778 + file_path: /ceXdME7hutZdxOWdoX0VGzurF34.jpg + height: 2160 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 3840 + - aspect_ratio: 1.778 + file_path: /3fhfGexgMMAOkw9CVNjuOuvRxJr.jpg + height: 1800 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 3200 + - aspect_ratio: 1.775 + file_path: /238GWWAhGpAzqpEIjEyd3qMtJn7.jpg + height: 721 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 1.778 + file_path: /xMwXGQRzpHNxDQyr9wnIqPvLzJ6.jpg + height: 1228 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 2183 + - aspect_ratio: 1.777 + file_path: /gt3gTrjsPbGo2LH8Rbv524UT15x.jpg + height: 844 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1500 + - aspect_ratio: 1.778 + file_path: /aQ5qRIqneDWKyi3twKu8fR4uXvL.jpg + height: 1602 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 2848 + - aspect_ratio: 1.778 + file_path: /koD1vVVL8WxA9helcHDhTT1bu4C.jpg + height: 2160 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 3840 + - aspect_ratio: 1.778 + file_path: /TGZv2fzhlRcSHmEWJQi4CYB6tC.jpg + height: 2160 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /8dZmp4Xi9L4vbqaPasVHCtCGaZs.jpg + height: 1596 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2837 + - aspect_ratio: 1.778 + file_path: /dOYopUk1MIsUPoMkluY8kLIlfvL.jpg + height: 1064 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1892 + - aspect_ratio: 1.775 + file_path: /hwKEwGDfaDuqJ7dRRLBfHzntYqX.jpg + height: 721 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.777 + file_path: /xrKlhn8YNDJOevWa1QhPI09HTlI.jpg + height: 1231 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2188 + - aspect_ratio: 1.778 + file_path: /wOAn5dJo9uAkbjPvcVLH0XPFoB1.jpg + height: 2160 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /piKam6tEDCuj7RMIX2kM1Hk34tE.jpg + height: 1224 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2176 + - aspect_ratio: 1.778 + file_path: /7kRjIHNZS2NWn6k3VDPKUe5vkNu.jpg + height: 1440 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2560 + - aspect_ratio: 1.778 + file_path: /7rg8iLWYjaJRBC1f2z4PPKzGvH1.jpg + height: 1440 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2560 + - aspect_ratio: 1.778 + file_path: /whYBMM7BwNAoGDSQpNMOBmQHLIO.jpg + height: 1236 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2198 + - aspect_ratio: 1.779 + file_path: /xu9nnLJITe6FwdWYePkpE5bIsYy.jpg + height: 720 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1281 + - aspect_ratio: 1.777 + file_path: /cldVn1ilz5lR9H0aCJNPihCnZMu.jpg + height: 773 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1374 + - aspect_ratio: 1.778 + file_path: /6gucA0ALtq0BKLehy9nug5YTf4g.jpg + height: 720 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /wu2vZDCU6kALyNh4fZEGbkTAq74.jpg + height: 2160 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /tdNzEFkWd8LbHgj2S2hFqfaIimT.jpg + height: 1080 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /66BRnT0yAk4NIfg1eYrfkUAo5Ob.jpg + height: 720 + iso_639_1: ka + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /qzR37GAmcuRuTKbM5OdfeCb5qgH.jpg + height: 2160 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /2mbURZA7PXPsZQ8ddirfrGDcT2K.jpg + height: 1080 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /6CUIlUwtcRUeNZ6ucSv0irf4hJW.jpg + height: 1080 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /e71BRC7iapxU6HQzC97Q5w9piG9.jpg + height: 2160 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /oMJBJZ5N4J84Z56B6oYNc77C1wL.jpg + height: 1080 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ntIJnv6XoPBuq11GBYx4PhU7WCi.jpg + height: 2160 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /hPfAXIltU9Hxkh9uUEnNxXAJXjo.jpg + height: 720 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /ahjCpAdaAHXutS4RXV2duyH7nTt.jpg + height: 1080 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /eit6F8VC4IVFoTsaxD1kOTb8Avj.jpg + height: 1080 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /fLeDZMX25FdsodjyZDzPZzDUKVq.jpg + height: 2160 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 3840 + id: 558449 + logos: + - aspect_ratio: 2.75 + file_path: /jREsBZjAI6721S1GWLOtWcyTdzz.png + height: 3328 + iso_639_1: zh + vote_average: 6.722 + vote_count: 6 + width: 9151 + - aspect_ratio: 4.196 + file_path: /jwXk1c2esVoEzVLplPiQubNVyFC.png + height: 1029 + iso_639_1: en + vote_average: 3.334 + vote_count: 3 + width: 4318 + - aspect_ratio: 5.142 + file_path: /2diGXHhY8lFUyI6aojw1X7ihsHc.png + height: 839 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 4314 + - aspect_ratio: 5.142 + file_path: /ezSmUBCgf3Y0HqxqnZ9ZEQ4xDN8.png + height: 839 + iso_639_1: de + vote_average: 3.334 + vote_count: 1 + width: 4314 + - aspect_ratio: 2.978 + file_path: /ryIKwhrRAIs9Q6IeiBEzYGRTSFH.png + height: 1295 + iso_639_1: zh + vote_average: 1.75 + vote_count: 4 + width: 3856 + - aspect_ratio: 3.963 + file_path: /aMwuVpXTWCZpEHoay4RZmtEj18w.png + height: 269 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1066 + - aspect_ratio: 4.944 + file_path: /ncAexbdH8rDpJh4FAgLjOZZLgZR.png + height: 213 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 1053 + - aspect_ratio: 4.268 + file_path: /phliRHzrDQapwqLFKuCDDNDYbXH.png + height: 440 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1878 + - aspect_ratio: 4.261 + file_path: /guSZIGJtBLuPSxITUw2uFsNJrYq.png + height: 161 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 686 + - aspect_ratio: 3.685 + file_path: /oZiOJIMEwdLw8ILZALpmDNHT4sA.png + height: 1171 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 4315 + - aspect_ratio: 2.251 + file_path: /ebg4x9eWt8KPQX1qlUdyxTmL75x.png + height: 1791 + iso_639_1: cn + vote_average: 0 + vote_count: 0 + width: 4031 + - aspect_ratio: 3.964 + file_path: /3YctpOZ1RFkyOioCTqOwUZC6zLx.png + height: 504 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1998 + - aspect_ratio: 8.351 + file_path: /pHEm1QX51jIvpJHxKQUMuT8aiiw.png + height: 479 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 4000 + - aspect_ratio: 3.684 + file_path: /gVKDzFe1s8RhyaAZ9u1SHMGIs7B.png + height: 1172 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 4318 + - aspect_ratio: 4.174 + file_path: /erdYsIufsFfGqivBmLnEyvEAu1d.png + height: 1026 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 4283 + - aspect_ratio: 4.245 + file_path: /oOR5k82yzBJ6OIFVrVV47eHn7Lk.png + height: 106 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 450 + posters: + - aspect_ratio: 0.667 + file_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + height: 3000 + iso_639_1: en + vote_average: 5.53 + vote_count: 34 + width: 2000 + - aspect_ratio: 0.699 + file_path: /b5UXjzW5cLZhprMnlAmsVAA3G4t.jpg + height: 2048 + iso_639_1: ko + vote_average: 10 + vote_count: 5 + width: 1432 + - aspect_ratio: 0.667 + file_path: /dARTCpnHY0R0B28j5q5ynq7erua.jpg + height: 2400 + iso_639_1: tr + vote_average: 10 + vote_count: 4 + width: 1600 + - aspect_ratio: 0.667 + file_path: /swjNWFBiejiGxWwzI6HFSigXWYe.jpg + height: 3000 + iso_639_1: tr + vote_average: 10 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.667 + file_path: /qfvUTepUYvDeNo4bxwiwsACfmwe.jpg + height: 3000 + iso_639_1: tr + vote_average: 10 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.699 + file_path: /c9gdMDpnJft75uMxBzOnECHsRPQ.jpg + height: 1287 + iso_639_1: ko + vote_average: 7.19 + vote_count: 7 + width: 900 + - aspect_ratio: 0.667 + file_path: /f54mzACTFdiAxnQ30BK4GjrKzyn.jpg + height: 3000 + iso_639_1: en + vote_average: 6.834 + vote_count: 33 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3d52MgDuO1QNR5oVpBsdQv5JX8.jpg + height: 2700 + iso_639_1: en + vote_average: 6.312 + vote_count: 8 + width: 1800 + - aspect_ratio: 0.675 + file_path: /kXmpB6xDj34l03s8YG4gFIF1Rgl.jpg + height: 2048 + iso_639_1: en + vote_average: 5.778 + vote_count: 9 + width: 1383 + - aspect_ratio: 0.675 + file_path: /PulIVB3W999oXG6fzrwkzaX6Ze.jpg + height: 2492 + iso_639_1: zh + vote_average: 5.778 + vote_count: 9 + width: 1682 + - aspect_ratio: 0.675 + file_path: /dokohxZXncGAhsmg4elINNTI49M.jpg + height: 2963 + iso_639_1: zh + vote_average: 5.25 + vote_count: 8 + width: 2000 + - aspect_ratio: 0.667 + file_path: /r4bIQrxPpELjar0C4CPopgowAdO.jpg + height: 3000 + iso_639_1: en + vote_average: 4.3 + vote_count: 15 + width: 2000 + - aspect_ratio: 0.666 + file_path: /wVUpl4S22QuUxt3iVQB8J4RNjz7.jpg + height: 1346 + iso_639_1: en + vote_average: 3.954 + vote_count: 11 + width: 897 + - aspect_ratio: 0.666 + file_path: /ghi5oHyTeH3qmJcaprY83DL1tOb.jpg + height: 1349 + iso_639_1: tr + vote_average: 3.334 + vote_count: 1 + width: 899 + - aspect_ratio: 0.667 + file_path: /dz0BpOyup2GPWzGjztAtJzWFWS4.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /xI9yNCzDIaZ5k5ejCWYXRwN7w1n.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /iYFEnAfzcacwT2YiFOAGW2SBmuG.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /aHbw2eEdFAc0Co03nhT0CRlsFF0.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /o9UOrTwGNrcq5iqDk9iGQmOJive.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /rYRcXRNul9jiqxaQI6XDjxtpj3q.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /vvmqDGuQSMxYrM0hHn78TtqWrg2.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ftY2O6SpfDDBBQahZeePK1yw2ny.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gg3tKeN7eDCuPeliWjguHKLKhAU.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /noKwpBKiKzi3y2OcF42wgoT8QLp.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /51PMHA2fYPyHrsDwrhpvxc176tT.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7nu6olKLmlacEurlL0nk66DVMD4.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /i9pSXGiyjZNmOABo7a1kG6Myo22.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /664QOigXUGdSyTWVHg1kambZy2E.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /5o84ymC1G5M1AJb8x52vyx8Ya1K.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /upI1fBBQp6NAmov9FHwmY3dAYuK.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /o5JniSw7vAnUJdIwMZQEuXj8T8h.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /v2naGeIbdjm1ZS3LFYMkEChNglv.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /n7NavQHy48vuAjXaFcaGCQ3E0o4.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /jpS7IfwW5jXEdhckdD0BKRbHlJ9.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7IOMFZF9nUprIy2jr2B9d02laWv.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /JfEDrH4QObfVvFtnqzZfkUp9x4.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /5AXGJX4pZiWTOhH9mYqwzImA51r.jpg + height: 1500 + iso_639_1: ka + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yLL5yCd1kkbUFMArTPPr0atrife.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /9HcrORwot9z4huGmav2hxDUv08m.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /bAihxBMmSgrHJKahVX7l7lNv7aO.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /zuPCUbdgcpuQqYdxNzUrYLH7AeR.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3cyB4THF7J780Mq2JPOazKWU3gr.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /abi0JXDLTZjntXwUZ7SHyyFJVA7.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.7 + file_path: /nVc6x2e68BwOifYcM7owtwHth1l.jpg + height: 2857 + iso_639_1: ca + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nOjIxy29fpVTirwG4zlAxNzfw8q.jpg + height: 3000 + iso_639_1: uk + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /As9P4NgfpYAZzs54uVetvL6qyeK.jpg + height: 750 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 500 + - aspect_ratio: 0.667 + file_path: /zorlLz9vGTMilsJMr8XqeaxKZ08.jpg + height: 750 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 500 + - aspect_ratio: 0.667 + file_path: /pTwQqNicNllLxKuaMsFaJnBhUlB.jpg + height: 1500 + iso_639_1: ka + vote_average: 3.334 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yFnWrK5bVGMKvLWB0Hkf6L9LHNf.jpg + height: 3000 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /tu0m0CEwcdO3DI2WwSkBWgT3l5w.jpg + height: 1500 + iso_639_1: en + vote_average: 3.334 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.667 + file_path: /l9fOolnUmwZiiW0LtOg4KMF0xEQ.jpg + height: 3000 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /geOz6jnXvI9agOXJfzsWYmllrPJ.jpg + height: 3000 + iso_639_1: bg + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /342bly9MqveL65TnEFzx8TTUxcL.jpg + height: 3000 + iso_639_1: pt + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /dsopfD3XEZ1syOTll87AeL5nQWj.jpg + height: 1500 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.675 + file_path: /yp35ncuaGl9TTIWEJBJpefSgHcF.jpg + height: 2963 + iso_639_1: el + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ynYHIxwPMIvNRTIpK9lz2YkhsR9.jpg + height: 3000 + iso_639_1: fa + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7KGr2OivGDnlzHtpaxGv84HUiyX.jpg + height: 3000 + iso_639_1: ja + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.75 + file_path: /pccTRPWItUoBqnFuzq9ErKwgU7I.jpg + height: 1600 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 1200 + - aspect_ratio: 0.672 + file_path: /w6duejqRxsIPbgc6w0PTW0U5eUy.jpg + height: 2197 + iso_639_1: ro + vote_average: 3.334 + vote_count: 1 + width: 1476 + - aspect_ratio: 0.667 + file_path: /zg8POUOo87WNk67zUdqCbMhRp2q.jpg + height: 3000 + iso_639_1: sk + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6S6Bd1JS4p4SlLe64uJiKv5tI1e.jpg + height: 1200 + iso_639_1: en + vote_average: 3.334 + vote_count: 3 + width: 800 + - aspect_ratio: 0.667 + file_path: /fbcs5AxrdXwyj1b8bGGMgC9kXrM.jpg + height: 3000 + iso_639_1: es + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gGnSGohHWvXjQkpG1CNPYrPUvmO.jpg + height: 3000 + iso_639_1: es + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6N7F1Ga9m0CTHziA2Fs7BQczaKZ.jpg + height: 3000 + iso_639_1: ru + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /sUnGXbEdXlgHlK3EkmB5w2NiLlc.jpg + height: 3000 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /chnuw5cQMzbrGTK2F7bPUDdmyQF.jpg + height: 3000 + iso_639_1: it + vote_average: 3.334 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ml5KqUtvpqQMtDdpcvUTUEWPkiE.jpg + height: 3000 + iso_639_1: de + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1c2tDQqPSSk6woq0MsyFl2mAZWy.jpg + height: 3000 + iso_639_1: de + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /viSyJo6GaiRj8KHerQjnuYDbzhp.jpg + height: 1350 + iso_639_1: en + vote_average: 3.214 + vote_count: 14 + width: 900 + - aspect_ratio: 0.677 + file_path: /dwqNuKFOKj6w4fM4NILaC3z9FKN.jpg + height: 1596 + iso_639_1: en + vote_average: 3.034 + vote_count: 15 + width: 1080 + - aspect_ratio: 0.675 + file_path: /hEW6tMHTVvxTqBaY2VjZY2USmPf.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.542 + vote_count: 4 + width: 1382 + - aspect_ratio: 0.667 + file_path: /s5YviCAQnvybud7mBjAz4SQJ95S.jpg + height: 2100 + iso_639_1: tr + vote_average: 2.542 + vote_count: 4 + width: 1400 + - aspect_ratio: 0.667 + file_path: /qOc0W4SdaFBxloZ2rmWsRrvjhKq.jpg + height: 3000 + iso_639_1: null + vote_average: 2.542 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /h2DREh45ZIlPA5rgmqWRlhwdsTQ.jpg + height: 2700 + iso_639_1: en + vote_average: 2.542 + vote_count: 4 + width: 1800 + - aspect_ratio: 0.675 + file_path: /6Ckp9ymBNRosUcRxy9zkYeH6er6.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /lCarWPJcLgY0JjYmEX3NSkVXduu.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /psMzQHYcEk7nfdlkmXXT6xA0KNm.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /iRty8gHtVCXejLK4LllEz8Cr3Ve.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /sVjZtgtB49XlJPjvxfPG8t3Uwge.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.675 + file_path: /7VCTbQWRpnL16d2Th4W28Hpe2vV.jpg + height: 2048 + iso_639_1: ko + vote_average: 2.278 + vote_count: 3 + width: 1382 + - aspect_ratio: 0.667 + file_path: /5OzMPFoEADPpqhmEvaTmb6tif64.jpg + height: 3000 + iso_639_1: fr + vote_average: 2.278 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.675 + file_path: /zPgtb2IaAvBF6c8KTcfVWqY3kNB.jpg + height: 1500 + iso_639_1: ko + vote_average: 2.066 + vote_count: 5 + width: 1012 + - aspect_ratio: 0.667 + file_path: /6Mlv9m4bKMu4UBZxVS9dh2kaGiY.jpg + height: 3000 + iso_639_1: fr + vote_average: 1.75 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6BdM97ubpoaFRoLJdaXdRMhSF45.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /rEkgnB3ZfrIOREm8YzsZr2mf2HG.jpg + height: 3000 + iso_639_1: uk + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nPWyJY3kR1lfO6tTPBmxcREwAp6.jpg + height: 1350 + iso_639_1: ko + vote_average: 1.75 + vote_count: 4 + width: 900 + - aspect_ratio: 0.667 + file_path: /3nO0R6LqoNwmhrtau81eclj2R1.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /vfzIDQF0Din10nagYxpnEPDenC5.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ndsT2skvSKiWpOzy7n8fPC367VS.jpg + height: 3000 + iso_639_1: he + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6kxdEI3n7VutuJXQG7rZUik4D7F.jpg + height: 3000 + iso_639_1: ru + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /vK1sK1B3WglfgVWPn6Xj4nNsw1q.jpg + height: 3000 + iso_639_1: es + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /z1hNoGhH12ISnPzPqMOq1QLVGdu.jpg + height: 1500 + iso_639_1: pt + vote_average: 1.75 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /uT3jb2exALtaWrlhi8AMcBwvYph.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 6 + width: 1000 + - aspect_ratio: 0.667 + file_path: /9G83cBi0mQ6w9RpmJSzGfvU7Cm.jpg + height: 3000 + iso_639_1: de + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7R1EXkBAKunoG0UhZToFrnlStcp.jpg + height: 3000 + iso_639_1: fr + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /aIzxE76MKjHQQSFtjPkYz9StTdQ.jpg + height: 3000 + iso_639_1: de + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /5viXivrFuYRqztTsuTzwl3dXK16.jpg + height: 3000 + iso_639_1: zh + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /uFf9QaEX5dfWxJYohacTneft6g7.jpg + height: 3000 + iso_639_1: zh + vote_average: 1.562 + vote_count: 8 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1UJmMi7pFr96dl0OXAkFfQnc3KV.jpg + height: 1500 + iso_639_1: en + vote_average: 1.562 + vote_count: 8 + width: 1000 + - aspect_ratio: 0.667 + file_path: /tUGVv9jJcuOqwUM2WLaH2SNm1X2.jpg + height: 1500 + iso_639_1: en + vote_average: 1.444 + vote_count: 9 + width: 1000 + - aspect_ratio: 0.667 + file_path: /6JhGlzgmQL1xgvHGA2f5NXxcvZq.jpg + height: 3000 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 2000 + - aspect_ratio: 0.667 + file_path: /2SY7NhdrKc3WK5nB9mANHxylQk1.jpg + height: 1500 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 1000 + - aspect_ratio: 0.667 + file_path: /rTa9otCuUwcJKoI78SkleDUC0pH.jpg + height: 1350 + iso_639_1: fr + vote_average: 1.222 + vote_count: 3 + width: 900 + - aspect_ratio: 0.666 + file_path: /k1H0FZuMUEfKBuHK6Nf0THFyIxC.jpg + height: 755 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 503 + - aspect_ratio: 0.667 + file_path: /2cjwAkvXkeTZeKcsaGnUxWFBif9.jpg + height: 3000 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.667 + file_path: /b51y1BTveencFcCMscJaT9jnAsJ.jpg + height: 3000 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ilFH00wkPCOXV3etjd81AvDKuRr.jpg + height: 3000 + iso_639_1: fr + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /oNr6XH3D9DXK80PI5nnHTqBgNNp.jpg + height: 3000 + iso_639_1: ko + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /uQIx269ZAzp64iIfBmxxFe73fTt.jpg + height: 1600 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1067 + - aspect_ratio: 0.667 + file_path: /nTe86DJnUqibKu1uoznzvxkVEu.jpg + height: 3000 + iso_639_1: zh + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /9ZcAYcmJgGThXi8dR68DX5byd5R.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /f0DPXGe35k7xsolb5izWGI949J7.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ivcn3nAfm7xHqN5cEpABIYiUv5F.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /v5cOBIKH9nfSkMeyOXfM4FNspoY.jpg + height: 1620 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1080 + - aspect_ratio: 0.667 + file_path: /piMZeZi09b4O0kPMfz6VnyP5PTY.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.675 + file_path: /v27SuXrY9dkC5sNUf9kG1WSqIdv.jpg + height: 2964 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nuCcM1McslMVKb8F99u3QHPRA55.jpg + height: 3000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /y3H3mKOlrsCTTnNtU1nt5zX9B9M.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /66N8XlJqwm0d0WkajEQlMMdNHDm.jpg + height: 3000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /sAGEjJaRJAcBeTBGtWIVmnnrS9i.jpg + height: 3000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /8lMWOyKVetYDS5eKDPzHFP7z2uj.jpg + height: 3000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3Jtt4VCVXYHia4OyjIo3sSKZDhO.jpg + height: 3000 + iso_639_1: en + vote_average: 0.904 + vote_count: 7 + width: 2000 + - aspect_ratio: 0.675 + file_path: /ndXQzzMiC6kaUlSCVd9BMPAsJaM.jpg + height: 1300 + iso_639_1: en + vote_average: 0.5 + vote_count: 4 + width: 878 + - aspect_ratio: 0.667 + file_path: /u2LADrvXAyMiBVhVoWhLi8WiXAL.jpg + height: 3000 + iso_639_1: es + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gydEah1gGAjmpi1Swj6VqPEy8MB.jpg + height: 2048 + iso_639_1: tr + vote_average: 0.166 + vote_count: 1 + width: 1366 + - aspect_ratio: 0.675 + file_path: /l3AzuXJSb6kn7hCRVG9PVWZZFT7.jpg + height: 2048 + iso_639_1: ru + vote_average: 0.166 + vote_count: 2 + width: 1382 + - aspect_ratio: 0.667 + file_path: /8wWcs677bd5bjNHbkCPIhykPWHt.jpg + height: 3000 + iso_639_1: zh + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nL0OO7MJKUuedJzpoxaULXCU4Fk.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.666 + file_path: /mmwPVN2ZRDZIXIe7jW87fENOZ1B.jpg + height: 1754 + iso_639_1: de + vote_average: 0.166 + vote_count: 2 + width: 1169 + - aspect_ratio: 0.667 + file_path: /cqQ89k3pNBLjY0VZu6SdaAJ6lPG.jpg + height: 3000 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.675 + file_path: /a6j9D6SxbuEWUucQaP5FmroX2k6.jpg + height: 2963 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.675 + file_path: /a9HNsptR5P33ZfVVIMgjAT3fAOA.jpg + height: 2963 + iso_639_1: en + vote_average: 0.166 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /sHJzY9cS85fcL3fZ5Dg9zIltSPB.jpg + height: 1350 + iso_639_1: pt + vote_average: 0.166 + vote_count: 1 + width: 900 + - aspect_ratio: 0.675 + file_path: /AaC42MyCUNazYjvygSB4G2ovqJX.jpg + height: 1600 + iso_639_1: en + vote_average: 0.166 + vote_count: 3 + width: 1080 + - aspect_ratio: 0.7 + file_path: /nrxtWpJsmLsaoRNFcbV1HT4csPc.jpg + height: 1920 + iso_639_1: ca + vote_average: 0.166 + vote_count: 1 + width: 1344 + - aspect_ratio: 0.667 + file_path: /m2xd3KC0IeC5jgXJrojHRKGi9qw.jpg + height: 1500 + iso_639_1: vi + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.675 + file_path: /cCmziq7GNm8G9rE3SawOwrCyQ8f.jpg + height: 1600 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 1080 + - aspect_ratio: 0.667 + file_path: /cJcGXUfFkgNxpbzDKZ53kMfqk3c.jpg + height: 3000 + iso_639_1: ms + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /qbGXUQULzzQ90ujpDBlItvCKdEw.jpg + height: 1500 + iso_639_1: vi + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /f6Pa2uwWEEgFIbF3wTnMR9FKFvh.jpg + height: 1500 + iso_639_1: vi + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /PbR1Hqt0dSk8CfTD77OX7izLGk.jpg + height: 1350 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 900 + - aspect_ratio: 0.753 + file_path: /zl9ruxSuszoMCbaJC0nHKtes6gy.jpg + height: 2048 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1542 + - aspect_ratio: 0.667 + file_path: /4alB2zsPllq7zTL6qAl9SZn98hW.jpg + height: 1500 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /qHdT0w5y1n4dExioF5tfhMClLyB.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /pPrRrvg56TQVqRHg1yRr6aj0Dr7.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1ILRb1LrLOmyVwsbiVGN0OrBhdM.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3V0BWV45jGYlUmUYi0y2H3Ko2OO.jpg + height: 1309 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 873 + - aspect_ratio: 0.675 + file_path: /kbKZdmEAsW6EoVRNkkquobivRob.jpg + height: 1920 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1296 + - aspect_ratio: 0.656 + file_path: /2QtHhvTrMqrn4twVY0tCQbtswYG.jpg + height: 1192 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 782 + - aspect_ratio: 0.667 + file_path: /ccycBfjmS79AyKfZLZLYM0QeESN.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ke3yE9PQBSFCCKbSbYvNVhkohW.jpg + height: 1350 + iso_639_1: de + vote_average: 0.166 + vote_count: 1 + width: 900 + - aspect_ratio: 0.664 + file_path: /agRSsOmQSZklxlJadKJ51ymawQE.jpg + height: 1929 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 0.667 + file_path: /ey1dvTTjshv6qJBIDoAmUZbtiDD.jpg + height: 1620 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1080 + - aspect_ratio: 0.667 + file_path: /jcsL0T9bXmW6cd39LE4iP4K9ndq.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /sbLcDyS938MAr6aZJpJfKxbiOss.jpg + height: 1500 + iso_639_1: ka + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /aMlBZbWUvcCs4Zbm22S7of3iYhr.jpg + height: 1920 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 0.675 + file_path: /sWmWQFGdyGJXDGo1qlt8X8QXGsw.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 675 + - aspect_ratio: 0.667 + file_path: /55RRu0Gh7b7PBefhYsegLpM6PiI.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.666 + file_path: /jdcOxbsyoalPGhIdrD7gVmYQEXd.jpg + height: 1346 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 897 + - aspect_ratio: 0.666 + file_path: /avtYM3N8VpxFAo3c1HXXaewg0L1.jpg + height: 1286 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 857 + - aspect_ratio: 0.666 + file_path: /kGMgcXltUL9pPR7oSK0gtquknNN.jpg + height: 1370 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 913 + - aspect_ratio: 0.667 + file_path: /2Mbu2CugKYwuhWW8D28FhmPIUK0.jpg + height: 3000 + iso_639_1: de + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.707 + file_path: /gvnCbXfXQCyT6nX19MVUz7WZhVj.jpg + height: 1576 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1115 + - aspect_ratio: 0.707 + file_path: /lwL3pjbSuWFcKIsvgqAfjajvfv2.jpg + height: 2000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1414 + - aspect_ratio: 0.675 + file_path: /88XRpsTTo5v7diJyZOVcvcFimD0.jpg + height: 2048 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1383 + - aspect_ratio: 0.675 + file_path: /vicq7pwNR9xmuZiJkKs3vEgj0bI.jpg + height: 2222 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1500 + - aspect_ratio: 0.667 + file_path: /tkxdzRokGtuuN8gTOhPdfEC2G0X.jpg + height: 3000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.666 + file_path: /v1ffLD5yQqpJW1VXYy1n6sp5wgX.jpg + height: 1280 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 853 + - aspect_ratio: 0.667 + file_path: /sdpNRwKXrrDvbwtGDVBPh0rbPdt.jpg + height: 3000 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /tefXocWquCU6USsxoZMqxU4QFBr.jpg + height: 2048 + iso_639_1: bg + vote_average: 0 + vote_count: 0 + width: 1382 + - aspect_ratio: 0.667 + file_path: /8VAkrzzxhIuJxoNnlUcLVqvLgSz.jpg + height: 2048 + iso_639_1: sk + vote_average: 0 + vote_count: 0 + width: 1365 + - aspect_ratio: 0.666 + file_path: /rSHFQNSs3e9VGlKoTG4pn04Hmp3.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /8wSAgNGhcm7obFbfC3XJzxOQct7.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /4MkkU1eGwPtX2xwf3iffXsiKqPQ.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /4z2IxvZRTJYEleSqIcmJtcHZHEF.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /so2sV6dMPbU5CzH7RD3Qs23f7NH.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /uu1GEVl3muBOWazuNuQmYcMHmbt.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /nK4hHVPHQzvFF8DK8MaVcZF5kON.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /5fpLSo02jud1bGzineKOsO39o1A.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /6ums9GyhLdQN9RGpLMphh3SENu3.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /6wbeBRsKGN05L7R9nlPfaZk7jPW.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.666 + file_path: /jRgTEBevIAs5upRQX3EGY6Da8r.jpg + height: 1349 + iso_639_1: tr + vote_average: 0 + vote_count: 0 + width: 899 + - aspect_ratio: 0.667 + file_path: /mZ9aHW9uu9t1nUn34tfUDa8s6pR.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /eWhjhZKqLkMb08BdX81r2sdn6s1.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /5hiVIaTkKPG6tjgICtCdbCWf9nB.jpg + height: 1350 + iso_639_1: cn + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /7he8sKD4n4Qzw1zxpwRzfFaw8xU.jpg + height: 1500 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /hs9xAfUajxHxuRNFSXKK3FHwltD.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /n2GXi3WSz11DfPjiUI2rcirbaAh.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /rnBDV4T7XpyRBy3HHBCfpK3CKl5.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /tvDm1jXcissK8GQIXsHBUBKWMRN.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ceaDcX1QnaRjo86lwjgHyMWz2l.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xdTXkwMYdYu9ABNkgAKnuR129fx.jpg + height: 1500 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /2c7BFny74xzpqmvJMYoEiakEUcI.jpg + height: 3000 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ldJcbo6hx2O0hP2oJVcYJgVGsCd.jpg + height: 1350 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /kHGqNgLp63qZafvRhsCiTsyu49a.jpg + height: 1407 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 938 + - aspect_ratio: 0.667 + file_path: /8qr1WkZAsENMVx3PQAtM3MBhO1X.jpg + height: 1350 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /ntGsOEWqKSMLyJlFxQ2WzqjiL9H.jpg + height: 1350 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /o010rnqf6sGfJzMasIKYseCn4k4.jpg + height: 1350 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.675 + file_path: /ckTXrwlr4cRVxpBFEZcEmDzrmea.jpg + height: 1185 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 800 + - aspect_ratio: 0.667 + file_path: /4yKWXhG7f6g2gmTHRmUEXeBnGVd.jpg + height: 2284 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 1523 + - aspect_ratio: 0.667 + file_path: /lvQhK3OQ3ID4bDYdStwNhwmRJVQ.jpg + height: 3000 + iso_639_1: cs + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /tBYkptsNtqZ4WY92GtCbZeB4F0D.jpg + height: 2520 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1701 + - aspect_ratio: 0.7 + file_path: /xNEiOj7lYCvCDkPjxpDfGHqgtNG.jpg + height: 2560 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1792 + - aspect_ratio: 0.71 + file_path: /pUIgDTDgDtQ7eMnzi2ZY9NwrIZp.jpg + height: 1995 + iso_639_1: cn + vote_average: 0 + vote_count: 0 + width: 1417 + - aspect_ratio: 0.667 + file_path: /eoHLADhyf9jeHzv6DC7fTV3Br0q.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /otNT4ORQND8M13DNrOYzOFgE0xb.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.675 + file_path: /90PvtZTVaqiN7fbNcs6k4t3YcsG.jpg + height: 1481 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /6KUm2AyyQqmBMq8sm2VxhpSn7sV.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /wzU2N4VL0nZyMkO19zKIAjuGcsU.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /jlsfNaxrhZihHirFTGg57i6QMvd.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /pzbuZEbpTpWkxwJbnxKUUnOzlxg.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /mdkl69r14hjOmyLHPQXXoHbGcyG.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /y3Lr5a9ahLdfUVMoXMHIMvYwJ2E.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7BrWuLUFneQW6WW9PtzbrK6lK54.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.664 + file_path: /zZts8KXHYU7T3C2qyO8SPYqaeEP.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 1991 + - aspect_ratio: 0.711 + file_path: /huGgKqSYhR6TrMJrOYZVaWgU4lZ.jpg + height: 2811 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /2fTFl49wJaWFR0Z8nVNceBQvbJq.jpg + height: 2976 + iso_639_1: sv + vote_average: 0 + vote_count: 0 + width: 1984 + - aspect_ratio: 0.667 + file_path: /gUPnmDkNRSLFynbpNw9VJrYBEgT.jpg + height: 3000 + iso_639_1: nl + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1kTo33oGCR0ngAW8CTu0GKHnx2q.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ejFVHop1DKVU0HfGDaVbRARz5KK.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /jItHn5Q8FDfM8KdisCUW609W867.jpg + height: 3000 + iso_639_1: bg + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /raqiFdXDfID8sixSZcQPxZssC0T.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cqZRI8O4cwLjFuXrXUlvohajJ5D.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cFcYhOb30A3rfJqPbx2coWkqHzV.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ybBX6L4KquQZohC9x9oOC48RAqQ.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /o3QmNhdSQQ31PmyaGc70DXs0TO7.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /zxnR8Sxm50QGEEFlUY0294hIyH5.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /8ezT2jv28e5DuslSdf5wUn6v93n.jpg + height: 1350 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /iqx3wBo4CYOq2NJIJZyPMoPndtU.jpg + height: 2866 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1911 + - aspect_ratio: 0.667 + file_path: /gzR4oqHUkaRMHgfUo53NgFZaqbW.jpg + height: 2920 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1947 + - aspect_ratio: 0.657 + file_path: /ugkajmrS5inLAMbi8EbNd9XnIXw.jpg + height: 2975 + iso_639_1: ja + vote_average: 0 + vote_count: 0 + width: 1954 + - aspect_ratio: 0.667 + file_path: /97ny22UZqmGcaKTWmaV9SQrbPIR.jpg + height: 2560 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 1707 + - aspect_ratio: 0.679 + file_path: /mzFxoZJ25A3gugwU2trIwiFbEhW.jpg + height: 2945 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /t5tQb7DexgLeT1PNSe7PHjYTkm8.jpg + height: 2963 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /zXn7S1dReNqsidBR5ifEWitLqd4.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /lchO7l8I0xRrSm5bNDEN6FIy1sD.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /YHRfyG1xoTXLYzPKnelQIHn02F.jpg + height: 889 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 600 + - aspect_ratio: 0.667 + file_path: /lKRSy3bdGujuUAyHVm7G4KDMIXm.jpg + height: 3000 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /lmyLpK91sXaD5LXBSZVZbl0psVi.jpg + height: 2250 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1500 + - aspect_ratio: 0.667 + file_path: /oLmZOS6gm0dRn188nxl0xLVvmpK.jpg + height: 2250 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 1500 + - aspect_ratio: 0.667 + file_path: /vPuC4G9h49Kmfx4bwKxReJxNZmU.jpg + height: 3000 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /3Uj2KdUbMWvqjsFVC9qK7BShgYn.jpg + height: 1500 + iso_639_1: ka + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /uAqxCM3QehGRBhjhqZpZCoGzA2g.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.675 + file_path: /mIOIpwugyLALGRKxFShXJDtnCnF.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /ipWfsxcx7rC8Yr7D2r3Kxz2M4lW.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /aFJbZguxlVj80CtzbmjuqJXLPMG.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /bevnLr6vnyB50MAA2i2bnyF23E6.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /cAhq2Ig3huHgPnfKBm0lvvfXmdx.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /2CoLZ3bbK7K3YmVeHMWNJiCwJiV.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /uSBvzreMDOFEzQBqzglUSwP2ZGu.jpg + height: 2963 + iso_639_1: el + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.675 + file_path: /nSINY8U4NuEvq7edYuAjwCqSCLY.jpg + height: 2048 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1382 + - aspect_ratio: 0.675 + file_path: /rBOhbXtpuV0KmiLnbEUzL43JPfn.jpg + height: 2048 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1382 + - aspect_ratio: 0.666 + file_path: /5gHJuTOEzaDsRJEuWHfenNNjQrP.jpg + height: 800 + iso_639_1: sl + vote_average: 0 + vote_count: 0 + width: 533 + - aspect_ratio: 0.667 + file_path: /l9hE6DEMU2bDjtgckE151AqKuW9.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gis5QSmnPhnDlwkTMo69BOfh5lA.jpg + height: 1494 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 996 + - aspect_ratio: 0.667 + file_path: /w2EpM1bGVRdJR9Tr1IvJc97wumY.jpg + height: 1494 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 996 + - aspect_ratio: 0.667 + file_path: /5ZKxUmHIr2IW5oAcv3Oy4QuuQKN.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yaJjYtaLnRdcNvHpVJm79M60ZXr.jpg + height: 999 + iso_639_1: pl + vote_average: 0 + vote_count: 0 + width: 666 + - aspect_ratio: 0.667 + file_path: /q6mkkb5XU6ERF7xP9nAjnNq9n7V.jpg + height: 1350 + iso_639_1: pl + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /5cIYak4saULeFVAqDKTR8WOp1Pi.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ldQtvtZMKPVYF8wpmZLz1TwBxNb.jpg + height: 3000 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /e7qCeNXjCe3FPMVHBXVXgcrCzX.jpg + height: 3000 + iso_639_1: mk + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cqkVIh7m9SNmg7i2SXDGFvJ32nW.jpg + height: 1156 + iso_639_1: sk + vote_average: 0 + vote_count: 0 + width: 771 + - aspect_ratio: 0.667 + file_path: /hJL46zOWmHMrXi2g6MgCpOats82.jpg + height: 3000 + iso_639_1: sk + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /6xcpyyAv7Yk8J70o3VETPWLGV1H.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /yw8YOUaQXWDmVlFiOt141QFkgxu.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.679 + file_path: /yF0l27SMoHzr9ILN64af0Da3U5e.jpg + height: 1002 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.679 + file_path: /5kUXHNMMeB7vnpdFI2euSeN01FF.jpg + height: 1002 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.675 + file_path: /VD3o7qJSmuQM4rl0FcPCAJySNw.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1013 + - aspect_ratio: 0.679 + file_path: /3dD5oSAj03DTAPfFq6d1RDDDSf3.jpg + height: 1002 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.679 + file_path: /uUHyZn0q4Q2hr0YuZEtab4fzupl.jpg + height: 1002 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.667 + file_path: /alWeyUzSZ75QSLPsqXYBgF6YGAV.jpg + height: 1350 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 0.667 + file_path: /6YhfdltefsvLvFOPDfATq1b5hE4.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7tsnzmabU3ab3OzAx6QVPzg1Vl6.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /2AZn2NfB0vK18EV9exUZdWxCc1r.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /96q3wjO50CZFCgvUgptgUnKbfSa.jpg + height: 3000 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gVsxrRcw5yVSc4AIFpkxjTHlXtJ.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cgYNOMhk31vo0prwPlkyHfETYD6.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /rt7froav9Xij62pla4p6ORkz2Ux.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /mjfsYBp0Xb74A8e9XQzBoMyBT84.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /tVBCG6qHQQaq2doZsOvpGNcwMuP.jpg + height: 3000 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.683 + file_path: /lVQBp3hI0C5fjfXsFCILBR6syfg.jpg + height: 1581 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1080 + - aspect_ratio: 0.683 + file_path: /rmkVmSrrNdOQI4h5hr4qjNTV7WR.jpg + height: 1581 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1080 + - aspect_ratio: 0.683 + file_path: /7DofR7rvBgZxW2ULMtHs8tR5F4s.jpg + height: 1581 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1080 + - aspect_ratio: 0.683 + file_path: /9miIXOGjnK7D4lU7F7oFJcWIEEv.jpg + height: 1581 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1080 + - aspect_ratio: 0.666 + file_path: /1baoCEEPazbyWzGUSydDXJ7kukR.jpg + height: 1600 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1066 + - aspect_ratio: 0.75 + file_path: /msH65A5wz5leMLuMUJnkMwJTxCa.jpg + height: 1600 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1200 + - aspect_ratio: 0.667 + file_path: /nBHcyhJuQlsmcwrCgf7KVJYf9BS.jpg + height: 3000 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ePRHrOSTgLbYKPbm9ZD9FqBvU8c.jpg + height: 3000 + iso_639_1: es + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /e1KH8ds1XX2exihfEdXDQGAOKk6.jpg + height: 3000 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /jTCgHXv8zTNgI7ELff4PkcVBhBh.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /Fj7aQbGG5FJ7WAEJkycwi8nZqC.jpg + height: 1500 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /lD6n9YVuHiR6ZudGTCKlVNHmpgC.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /7YzXRQ1dJa8Ke0LDBl7fiLojH4w.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /qoGNVy0GKdoXMQwY3i9ammDVAbz.jpg + height: 1500 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 1000 + + /movie/{movie_id}/keywords: + get: + tags: + - MOVIES + summary: Keywords + description: This endpoint fetches a list of keywords associated with a specified movie + operationId: keywords + parameters: + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: keywords + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=18697 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:15:20 GMT + ETag: + schema: + type: string + example: W/"a5f8c993dee24f642d84074fae28fec5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c35f767218cbd1125d801b52fa785c8c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qPIzXPb1re4JdDjrRR4CR4wFB-F5maWZuaeSFHofEXTvjoQWIsj5PA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '7999' + x-memc-expires: + schema: + type: string + example: '18697' + x-memc-key: + schema: + type: string + example: 8136eba8d45562579dde9aebc9af8091 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 558449 + keywords: + type: array + items: + type: object + properties: + id: + type: number + example: 6917 + name: + type: string + example: epic + example: + - id: 6917 + name: epic + - id: 1394 + name: gladiator + - id: 1405 + name: roman empire + - id: 5049 + name: ancient rome + - id: 9663 + name: sequel + - id: 307212 + name: evil tyrant + - id: 317728 + name: sword and sandal + - id: 320529 + name: sword fighting + - id: 321763 + name: second part + examples: + keywords: + value: + id: 558449 + keywords: + - id: 6917 + name: epic + - id: 1394 + name: gladiator + - id: 1405 + name: roman empire + - id: 5049 + name: ancient rome + - id: 9663 + name: sequel + - id: 307212 + name: evil tyrant + - id: 317728 + name: sword and sandal + - id: 320529 + name: sword fighting + - id: 321763 + name: second part + + /movie/latest: + get: + tags: + - MOVIES + summary: Latest + description: This endpoint get the newest movie ID. + operationId: latest + responses: + '200': + description: latest + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:16:58 GMT + ETag: + schema: + type: string + example: W/"a070b4945150d2be52c97a3779ca79d5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ba82151bf51e4c722c5305c983d8b71e.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Nrc-3eEs7PSTZfKzyZ8Q8Y2mEpSUKq9wFFz-NX4DmkI0XQwLjZiBzA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 8ce31d4810563febd72c1dedb3b74cce + content: + application/json: + schema: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + nullable: true + example: null + belongs_to_collection: + nullable: true + example: null + budget: + type: number + example: 4800000 + genres: + type: array + items: {} + example: [] + homepage: + type: string + example: http://rainbowfriendsmovie.com + id: + type: number + example: 1411987 + imdb_id: + nullable: true + example: null + origin_country: + type: array + items: + type: string + example: US + example: + - US + original_language: + type: string + example: en + original_title: + type: string + example: Rainbow Friends + overview: + type: string + example: >- + A group of schoolchildren embark on a field trip to an + amusement park called Odd World, but the day takes a dark + turn when their bus driver makes a wrong turn, leading to + a crash. The driver is killed, and the children are left + unconscious. Upon awakening, they find themselves trapped + in a mysterious, sprawling indoor amusement center. An + unknown figure forces them to complete a series of + unsettling tasks, and the children soon realize they are + not alone. Strange monsters roam the facility, creating an + atmosphere of fear and uncertainty. As they navigate the + eerie environment, the children must work together to + survive and uncover the truth behind their captivity. + popularity: + type: number + example: 0 + poster_path: + nullable: true + example: null + production_companies: + type: array + items: {} + example: [] + production_countries: + type: array + items: {} + example: [] + release_date: + type: string + example: '' + revenue: + type: number + example: 0 + runtime: + type: number + example: 120 + spoken_languages: + type: array + items: + type: object + properties: + english_name: + type: string + example: English + iso_639_1: + type: string + example: en + name: + type: string + example: English + example: + - english_name: English + iso_639_1: en + name: English + status: + type: string + example: In Production + tagline: + type: string + example: >- + It was supposed to be a normal field trip, but the Rainbow + Friends want to play... + title: + type: string + example: Rainbow Friends + video: + type: boolean + example: false + vote_average: + type: number + example: 0 + vote_count: + type: number + example: 0 + examples: + latest: + value: + adult: false + backdrop_path: null + belongs_to_collection: null + budget: 4800000 + genres: [] + homepage: http://rainbowfriendsmovie.com + id: 1411987 + imdb_id: null + origin_country: + - US + original_language: en + original_title: Rainbow Friends + overview: >- + A group of schoolchildren embark on a field trip to an + amusement park called Odd World, but the day takes a dark + turn when their bus driver makes a wrong turn, leading to + a crash. The driver is killed, and the children are left + unconscious. Upon awakening, they find themselves trapped + in a mysterious, sprawling indoor amusement center. An + unknown figure forces them to complete a series of + unsettling tasks, and the children soon realize they are + not alone. Strange monsters roam the facility, creating an + atmosphere of fear and uncertainty. As they navigate the + eerie environment, the children must work together to + survive and uncover the truth behind their captivity. + popularity: 0 + poster_path: null + production_companies: [] + production_countries: [] + release_date: '' + revenue: 0 + runtime: 120 + spoken_languages: + - english_name: English + iso_639_1: en + name: English + status: In Production + tagline: >- + It was supposed to be a normal field trip, but the Rainbow + Friends want to play... + title: Rainbow Friends + video: false + vote_average: 0 + vote_count: 0 + /movie/{movie_id}/lists: + get: + tags: + - MOVIES + summary: Lists + description: This endpoint get the lists that a movie has been added to. + operationId: lists1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: lists + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=28022 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:19:57 GMT + ETag: + schema: + type: string + example: W/"dc1606efbd509929257a2392ed0629a6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 613faec4b883bfe2ebdd8a74d5006f4c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qxUuApax6-HfvWzANAumphL12muU10FH9DrzaSTBW5mMKfJg3ftCmQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '208' + x-memc-expires: + schema: + type: string + example: '28022' + x-memc-key: + schema: + type: string + example: aca861e50080a93ff05f38002e14b58f + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 558449 + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + description: + type: string + example: >- + vudu Top 10 Movies - Updated + 2025-01-03T18:01:42.657-05:00 + favorite_count: + type: number + example: 0 + id: + type: number + example: 8303524 + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + item_count: + type: number + example: 8 + list_type: + type: string + example: movie + name: + type: string + example: Top 10 Movies - Vudu + poster_path: + nullable: true + example: null + example: + - description: >- + vudu Top 10 Movies - Updated + 2025-01-03T18:01:42.657-05:00 + favorite_count: 0 + id: 8303524 + iso_3166_1: US + iso_639_1: en + item_count: 8 + list_type: movie + name: Top 10 Movies - Vudu + poster_path: null + - description: >- + itunes Top 10 Movies - Updated + 2025-01-03T18:01:18.324-05:00 + favorite_count: 0 + id: 8303529 + iso_3166_1: US + iso_639_1: en + item_count: 10 + list_type: movie + name: Top 10 Movies - iTunes + poster_path: null + - description: >- + amazon Top 10 Movies - Updated + 2025-01-03T18:00:41.843-05:00 + favorite_count: 0 + id: 8303535 + iso_3166_1: US + iso_639_1: en + item_count: 8 + list_type: movie + name: Top 10 Movies - Amazon + poster_path: null + - description: '' + favorite_count: 0 + id: 8501680 + iso_3166_1: US + iso_639_1: en + item_count: 14 + list_type: movie + name: Action + poster_path: null + - description: Master List In Progress + favorite_count: 0 + id: 51108 + iso_3166_1: US + iso_639_1: en + item_count: 11779 + list_type: movie + name: My Movies + poster_path: null + - description: '' + favorite_count: 0 + id: 8501581 + iso_3166_1: US + iso_639_1: en + item_count: 68 + list_type: movie + name: Tobhar + poster_path: null + - description: '' + favorite_count: 0 + id: 8502517 + iso_3166_1: US + iso_639_1: en + item_count: 25 + list_type: movie + name: MY TV SHOWS + poster_path: null + - description: '' + favorite_count: 0 + id: 7053491 + iso_3166_1: US + iso_639_1: en + item_count: 6736 + list_type: movie + name: New HD (Popular) + poster_path: null + - description: '' + favorite_count: 0 + id: 8290390 + iso_3166_1: US + iso_639_1: en + item_count: 273 + list_type: movie + name: Live-Action + poster_path: null + - description: '' + favorite_count: 0 + id: 8238235 + iso_3166_1: US + iso_639_1: en + item_count: 11363 + list_type: movie + name: My Movie Library + poster_path: null + - description: '' + favorite_count: 0 + id: 143813 + iso_3166_1: US + iso_639_1: en + item_count: 15413 + list_type: movie + name: MNR + poster_path: null + - description: '' + favorite_count: 0 + id: 8168597 + iso_3166_1: US + iso_639_1: en + item_count: 15720 + list_type: movie + name: movies + poster_path: null + - description: '' + favorite_count: 0 + id: 8503973 + iso_3166_1: US + iso_639_1: en + item_count: 32 + list_type: movie + name: lams + poster_path: null + - description: Photography aligned with beauty. + favorite_count: 0 + id: 8501221 + iso_3166_1: US + iso_639_1: en + item_count: 1762 + list_type: movie + name: Cinematography One + poster_path: null + - description: "Trying to list the movies I have watched, but it may take quite some time to complete it.\r\n\r\nBy the way, I use MyAnimeList's notation system, which is:\r\n\r\n(1)\_Appalling; (2) Horrible; (3) Very Bad; (4) Bad; (5) Average; (6) Fine; (7) Good; (8) Very Good; (9) Great; (10) Masterpiece" + favorite_count: 0 + id: 8303328 + iso_3166_1: US + iso_639_1: en + item_count: 202 + list_type: movie + name: WATCHED + poster_path: null + - description: interesting 😎 + favorite_count: 0 + id: 8504939 + iso_3166_1: US + iso_639_1: en + item_count: 1 + list_type: movie + name: GB playlist + poster_path: null + - description: '' + favorite_count: 0 + id: 8502481 + iso_3166_1: US + iso_639_1: en + item_count: 10 + list_type: movie + name: MINE + poster_path: null + - description: '' + favorite_count: 0 + id: 8502368 + iso_3166_1: US + iso_639_1: en + item_count: 8 + list_type: movie + name: movies + poster_path: null + - description: A list of Movies running in Theaters + favorite_count: 0 + id: 63802 + iso_3166_1: US + iso_639_1: en + item_count: 38 + list_type: movie + name: Now Running + poster_path: null + - description: '' + favorite_count: 0 + id: 8504363 + iso_3166_1: US + iso_639_1: en + item_count: 20 + list_type: movie + name: KD Sami 🙃🤪🫠 + poster_path: null + total_pages: + type: number + example: 11 + total_results: + type: number + example: 216 + examples: + lists: + value: + id: 558449 + page: 1 + results: + - description: >- + vudu Top 10 Movies - Updated + 2025-01-03T18:01:42.657-05:00 + favorite_count: 0 + id: 8303524 + iso_3166_1: US + iso_639_1: en + item_count: 8 + list_type: movie + name: Top 10 Movies - Vudu + poster_path: null + - description: >- + itunes Top 10 Movies - Updated + 2025-01-03T18:01:18.324-05:00 + favorite_count: 0 + id: 8303529 + iso_3166_1: US + iso_639_1: en + item_count: 10 + list_type: movie + name: Top 10 Movies - iTunes + poster_path: null + - description: >- + amazon Top 10 Movies - Updated + 2025-01-03T18:00:41.843-05:00 + favorite_count: 0 + id: 8303535 + iso_3166_1: US + iso_639_1: en + item_count: 8 + list_type: movie + name: Top 10 Movies - Amazon + poster_path: null + - description: '' + favorite_count: 0 + id: 8501680 + iso_3166_1: US + iso_639_1: en + item_count: 14 + list_type: movie + name: Action + poster_path: null + - description: Master List In Progress + favorite_count: 0 + id: 51108 + iso_3166_1: US + iso_639_1: en + item_count: 11779 + list_type: movie + name: My Movies + poster_path: null + - description: '' + favorite_count: 0 + id: 8501581 + iso_3166_1: US + iso_639_1: en + item_count: 68 + list_type: movie + name: Tobhar + poster_path: null + - description: '' + favorite_count: 0 + id: 8502517 + iso_3166_1: US + iso_639_1: en + item_count: 25 + list_type: movie + name: MY TV SHOWS + poster_path: null + - description: '' + favorite_count: 0 + id: 7053491 + iso_3166_1: US + iso_639_1: en + item_count: 6736 + list_type: movie + name: New HD (Popular) + poster_path: null + - description: '' + favorite_count: 0 + id: 8290390 + iso_3166_1: US + iso_639_1: en + item_count: 273 + list_type: movie + name: Live-Action + poster_path: null + - description: '' + favorite_count: 0 + id: 8238235 + iso_3166_1: US + iso_639_1: en + item_count: 11363 + list_type: movie + name: My Movie Library + poster_path: null + - description: '' + favorite_count: 0 + id: 143813 + iso_3166_1: US + iso_639_1: en + item_count: 15413 + list_type: movie + name: MNR + poster_path: null + - description: '' + favorite_count: 0 + id: 8168597 + iso_3166_1: US + iso_639_1: en + item_count: 15720 + list_type: movie + name: movies + poster_path: null + - description: '' + favorite_count: 0 + id: 8503973 + iso_3166_1: US + iso_639_1: en + item_count: 32 + list_type: movie + name: lams + poster_path: null + - description: Photography aligned with beauty. + favorite_count: 0 + id: 8501221 + iso_3166_1: US + iso_639_1: en + item_count: 1762 + list_type: movie + name: Cinematography One + poster_path: null + - description: "Trying to list the movies I have watched, but it may take quite some time to complete it.\r\n\r\nBy the way, I use MyAnimeList's notation system, which is:\r\n\r\n(1)\_Appalling; (2) Horrible; (3) Very Bad; (4) Bad; (5) Average; (6) Fine; (7) Good; (8) Very Good; (9) Great; (10) Masterpiece" + favorite_count: 0 + id: 8303328 + iso_3166_1: US + iso_639_1: en + item_count: 202 + list_type: movie + name: WATCHED + poster_path: null + - description: interesting 😎 + favorite_count: 0 + id: 8504939 + iso_3166_1: US + iso_639_1: en + item_count: 1 + list_type: movie + name: GB playlist + poster_path: null + - description: '' + favorite_count: 0 + id: 8502481 + iso_3166_1: US + iso_639_1: en + item_count: 10 + list_type: movie + name: MINE + poster_path: null + - description: '' + favorite_count: 0 + id: 8502368 + iso_3166_1: US + iso_639_1: en + item_count: 8 + list_type: movie + name: movies + poster_path: null + - description: A list of Movies running in Theaters + favorite_count: 0 + id: 63802 + iso_3166_1: US + iso_639_1: en + item_count: 38 + list_type: movie + name: Now Running + poster_path: null + - description: '' + favorite_count: 0 + id: 8504363 + iso_3166_1: US + iso_639_1: en + item_count: 20 + list_type: movie + name: KD Sami 🙃🤪🫠 + poster_path: null + total_pages: 11 + total_results: 216 + + /movie/{movie_id}/recommendations: + get: + tags: + - MOVIES + summary: Recommendations + description: This endpoint is used to fetch a list of movie recommendations based on a specified movie. + operationId: recommendations + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: recommendations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=23090 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:22:53 GMT + ETag: + schema: + type: string + example: W/"1bc4c9a471d27bafb407d30d270f2ae4" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 199fd61d7551d8868317c5b53cc7d24c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Wm9VhJ4zyDFTJlTOntc41dLOuj4Guy7qltD9ksyDw3ZZC7BNoBJZKA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '2682' + x-memc-expires: + schema: + type: string + example: '23090' + x-memc-key: + schema: + type: string + example: b166054a19e4ca901fefd6042ad42189 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + - 10749 + - 14 + id: + type: number + example: 402431 + media_type: + type: string + example: movie + original_language: + type: string + example: en + original_title: + type: string + example: Wicked + overview: + type: string + example: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, + and the two's unlikely friendship is tested as they + begin to fulfill their respective destinies as + Glinda the Good and the Wicked Witch of the West. + popularity: + type: number + example: 2156.489 + poster_path: + type: string + example: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: + type: string + example: '2024-11-20' + title: + type: string + example: Wicked + video: + type: boolean + example: false + vote_average: + type: number + example: 7.4 + vote_count: + type: number + example: 892 + example: + - adult: false + backdrop_path: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + media_type: movie + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2156.489 + poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 892 + - adult: false + backdrop_path: /9Qq8InnodUYs8zdam8Zj967i6RO.jpg + genre_ids: + - 80 + - 18 + id: 1106739 + media_type: movie + original_language: en + original_title: 'Juror #2' + overview: >- + While serving as a juror in a high profile murder + trial, family man Justin Kemp finds himself struggling + with a serious moral dilemma…one he could use to sway + the jury verdict and potentially convict—or free—the + accused killer. + popularity: 228.23 + poster_path: /utLESWj433xnIc1ss9TZjRI9SSl.jpg + release_date: '2024-10-30' + title: 'Juror #2' + video: false + vote_average: 7.034 + vote_count: 982 + - adult: false + backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg + genre_ids: + - 27 + - 53 + id: 1138194 + media_type: movie + original_language: en + original_title: Heretic + overview: >- + Two young missionaries are forced to prove their faith + when they knock on the wrong door and are greeted by a + diabolical Mr. Reed, becoming ensnared in his deadly + game of cat-and-mouse. + popularity: 840.621 + poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg + release_date: '2024-10-31' + title: Heretic + video: false + vote_average: 7.182 + vote_count: 681 + - adult: false + backdrop_path: /6neVLKBU4DaWAwpWFhfCpV6yuqN.jpg + genre_ids: + - 10749 + - 35 + id: 1290287 + media_type: movie + original_language: en + original_title: Hot Frosty + overview: >- + When a young widow's magic scarf brings a dashing + snowman to life, can he help her rediscover romance, + laughter and holiday cheer before he melts away? + popularity: 49.103 + poster_path: /waW6R5WJQSxq65gwBkvnKlseU6n.jpg + release_date: '2024-11-12' + title: Hot Frosty + video: false + vote_average: 6 + vote_count: 223 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + media_type: movie + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 2071.24 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.852 + vote_count: 182 + - adult: false + backdrop_path: /wYkrnn3eQY3vzMz4DJVMAgpQYYy.jpg + genre_ids: + - 80 + - 18 + - 53 + id: 1082195 + media_type: movie + original_language: en + original_title: The Order + overview: >- + A string of violent robberies in the Pacific Northwest + leads a veteran FBI agent into a domestic terrorist + plot to overthrow the federal government. + popularity: 109.105 + poster_path: /1bJ2652AUnuK1WhlR0GLbJKVqMF.jpg + release_date: '2024-12-05' + title: The Order + video: false + vote_average: 6.8 + vote_count: 83 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + media_type: movie + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2873.518 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 6.983 + vote_count: 725 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + media_type: movie + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1633.009 + poster_path: /y5CakxusfCElHau7oredncjtt3P.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 225 + - adult: false + backdrop_path: /zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg + genre_ids: + - 10749 + - 18 + id: 1100099 + media_type: movie + original_language: en + original_title: We Live in Time + overview: >- + An up-and-coming chef and a recent divorcée find their + lives forever changed when a chance encounter brings + them together, in a decade-spanning, deeply moving + romance. + popularity: 395.862 + poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg + release_date: '2024-10-10' + title: We Live in Time + video: false + vote_average: 7.604 + vote_count: 326 + - adult: false + backdrop_path: /jhk6D8pim3yaByu1801kMoxXFaX.jpg + genre_ids: + - 28 + - 18 + - 12 + id: 98 + media_type: movie + original_language: en + original_title: Gladiator + overview: >- + After the death of Emperor Marcus Aurelius, his + devious son takes power and demotes Maximus, one of + Rome's most capable generals who Marcus preferred. + Eventually, Maximus is forced to become a gladiator + and battle to the death against other men for the + amusement of paying audiences. + popularity: 323.649 + poster_path: /ty8TGRuvJLPUmAR1H1nRIsgwvim.jpg + release_date: '2000-05-04' + title: Gladiator + video: false + vote_average: 8.217 + vote_count: 19068 + - adult: false + backdrop_path: /wLxGa71pt0P4e7BuINR8vYSeLow.jpg + genre_ids: + - 27 + - 9648 + id: 1100782 + media_type: movie + original_language: en + original_title: Smile 2 + overview: >- + About to embark on a new world tour, global pop + sensation Skye Riley begins experiencing increasingly + terrifying and inexplicable events. Overwhelmed by the + escalating horrors and the pressures of fame, Skye is + forced to face her dark past to regain control of her + life before it spirals out of control. + popularity: 641.809 + poster_path: /ht8Uv9QPv9y7K0RvUyJIaXOZTfd.jpg + release_date: '2024-10-16' + title: Smile 2 + video: false + vote_average: 6.62 + vote_count: 1073 + - adult: false + backdrop_path: /evFChfYeD2LqobEJf8iQsrYcGTw.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 1182387 + media_type: movie + original_language: en + original_title: Armor + overview: >- + Armored truck security guard James Brody is working + with his son Casey transporting millions of dollars + between banks when a team of thieves led by Rook + orchestrate a takeover of their truck to seize the + riches. Following a violent car chase, Rook soon has + the armored truck surrounded and James and Casey find + themselves cornered onto a decrepit bridge. + popularity: 672.906 + poster_path: /pnXLFioDeftqjlCVlRmXvIdMsdP.jpg + release_date: '2024-10-30' + title: Armor + video: false + vote_average: 5.554 + vote_count: 112 + - adult: false + backdrop_path: /cjEcqdRdPQJhYre3HUAc5538Gk8.jpg + genre_ids: + - 28 + - 14 + - 35 + id: 845781 + media_type: movie + original_language: en + original_title: Red One + overview: >- + After Santa Claus (codename: Red One) is kidnapped, + the North Pole's Head of Security must team up with + the world's most infamous tracker in a globe-trotting, + action-packed mission to save Christmas. + popularity: 3805.408 + poster_path: /cdqLnri3NEGcmfnqwk2TSIYtddg.jpg + release_date: '2024-10-31' + title: Red One + video: false + vote_average: 7.028 + vote_count: 1757 + - adult: false + backdrop_path: /66nlC5LDZmDUWONGkUZT2BrOszG.jpg + genre_ids: + - 53 + - 18 + id: 974576 + media_type: movie + original_language: en + original_title: Conclave + overview: >- + After the unexpected death of the Pope, Cardinal + Lawrence is tasked with managing the covert and + ancient ritual of electing a new one. Sequestered in + the Vatican with the Catholic Church’s most powerful + leaders until the process is complete, Lawrence finds + himself at the center of a conspiracy that could lead + to its downfall. + popularity: 251.12 + poster_path: /m5x8D0bZ3eKqIVWZ5y7TnZ2oTVg.jpg + release_date: '2024-10-25' + title: Conclave + video: false + vote_average: 7.13 + vote_count: 636 + - adult: false + backdrop_path: /18TSJF1WLA4CkymvVUcKDBwUJ9F.jpg + genre_ids: + - 27 + - 53 + id: 1034541 + media_type: movie + original_language: en + original_title: Terrifier 3 + overview: >- + Five years after surviving Art the Clown's Halloween + massacre, Sienna and Jonathan are still struggling to + rebuild their shattered lives. As the holiday season + approaches, they try to embrace the Christmas spirit + and leave the horrors of the past behind. But just + when they think they're safe, Art returns, determined + to turn their holiday cheer into a new nightmare. The + festive season quickly unravels as Art unleashes his + twisted brand of terror, proving that no holiday is + safe. + popularity: 802.614 + poster_path: /ju10W5gl3PPK3b7TjEmVOZap51I.jpg + release_date: '2024-10-09' + title: Terrifier 3 + video: false + vote_average: 6.9 + vote_count: 1334 + - adult: false + backdrop_path: /l2VqHMBEwAYZh6DeAZSlOzAXw7N.jpg + genre_ids: + - 35 + - 18 + id: 933419 + media_type: movie + original_language: en + original_title: Champions + overview: >- + A stubborn and hotheaded minor league basketball coach + is forced to train a Special Olympics team when he is + sentenced to community service. + popularity: 17.128 + poster_path: /sP6Lq3OmAChOSdLHAgMUxav0l5E.jpg + release_date: '2023-03-09' + title: Champions + video: false + vote_average: 6.8 + vote_count: 377 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + media_type: movie + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Told in flashbacks, Mufasa is an orphaned cub, lost + and alone until he meets a sympathetic lion named + Taka—the heir to a royal bloodline. The chance meeting + sets in motion a journey of misfits searching for + their destiny and working together to evade a + threatening and deadly foe. + popularity: 2805.337 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.3 + vote_count: 392 + - adult: false + backdrop_path: /j9uruwRe9qM8RnP758dF7ISB8Bj.jpg + genre_ids: + - 18 + - 36 + id: 1000837 + media_type: movie + original_language: pt + original_title: Ainda Estou Aqui + overview: >- + In the early 1970s, the military dictatorship in + Brazil reaches its height. The Paiva family - Rubens, + Eunice, and their five children - live in a beachside + house in Rio, open to all their friends. One day, + Rubens is taken for questioning and does not return. + popularity: 33.286 + poster_path: /qNLMPY3KLrYgTX2QZ5iEwwOqyRz.jpg + release_date: '2024-09-19' + title: I’m Still Here + video: false + vote_average: 8.9 + vote_count: 105 + - adult: false + backdrop_path: /bv9tOAIACAdQioCs80dKytYV3G7.jpg + genre_ids: + - 35 + - 18 + id: 989662 + media_type: movie + original_language: en + original_title: A Different Man + overview: >- + Aspiring actor Edward undergoes a radical medical + procedure to drastically transform his appearance. But + his new dream face quickly turns into a nightmare, as + he loses out on the role he was born to play and + becomes obsessed with reclaiming what was lost. + popularity: 86.589 + poster_path: /lZZKTEvo92u1J5pm7QoEA5yN3du.jpg + release_date: '2024-08-24' + title: A Different Man + video: false + vote_average: 7 + vote_count: 107 + - adult: false + backdrop_path: /612qR3S84a1Sat3K8FSGtkqQku8.jpg + genre_ids: + - 18 + id: 1112637 + media_type: movie + original_language: it + original_title: Napoli-New York + overview: >- + In the immediate post-war period, amidst the rubble of + a poverty-ridden Naples, two kids, Carmine and + Celestina, try to survive as best they can by helping + each other out. One night, they secretly board a ship + bound for New York to reach Celestina’s sister, who + emigrated to America several years earlier. The two + children join the many Italian emigrants seeking a new + life in America and arrive in an unknown metropolis, + which, after several misadventures, they will learn to + call home. + popularity: 4.836 + poster_path: /5mhyooqkRWPJBKynfM8n8GKsjgp.jpg + release_date: '2024-11-21' + title: Naples to New York + video: false + vote_average: 7.167 + vote_count: 63 + total_pages: + type: number + example: 2 + total_results: + type: number + example: 40 + examples: + recommendations: + value: + page: 1 + results: + - adult: false + backdrop_path: /uVlUu174iiKhsUGqnOSy46eIIMU.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + media_type: movie + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2156.489 + poster_path: /xDGbZ0JJ3mYaGKy4Nzd9Kph6M9L.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 892 + - adult: false + backdrop_path: /9Qq8InnodUYs8zdam8Zj967i6RO.jpg + genre_ids: + - 80 + - 18 + id: 1106739 + media_type: movie + original_language: en + original_title: 'Juror #2' + overview: >- + While serving as a juror in a high profile murder + trial, family man Justin Kemp finds himself struggling + with a serious moral dilemma…one he could use to sway + the jury verdict and potentially convict—or free—the + accused killer. + popularity: 228.23 + poster_path: /utLESWj433xnIc1ss9TZjRI9SSl.jpg + release_date: '2024-10-30' + title: 'Juror #2' + video: false + vote_average: 7.034 + vote_count: 982 + - adult: false + backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg + genre_ids: + - 27 + - 53 + id: 1138194 + media_type: movie + original_language: en + original_title: Heretic + overview: >- + Two young missionaries are forced to prove their faith + when they knock on the wrong door and are greeted by a + diabolical Mr. Reed, becoming ensnared in his deadly + game of cat-and-mouse. + popularity: 840.621 + poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg + release_date: '2024-10-31' + title: Heretic + video: false + vote_average: 7.182 + vote_count: 681 + - adult: false + backdrop_path: /6neVLKBU4DaWAwpWFhfCpV6yuqN.jpg + genre_ids: + - 10749 + - 35 + id: 1290287 + media_type: movie + original_language: en + original_title: Hot Frosty + overview: >- + When a young widow's magic scarf brings a dashing + snowman to life, can he help her rediscover romance, + laughter and holiday cheer before he melts away? + popularity: 49.103 + poster_path: /waW6R5WJQSxq65gwBkvnKlseU6n.jpg + release_date: '2024-11-12' + title: Hot Frosty + video: false + vote_average: 6 + vote_count: 223 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + media_type: movie + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 2071.24 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.852 + vote_count: 182 + - adult: false + backdrop_path: /wYkrnn3eQY3vzMz4DJVMAgpQYYy.jpg + genre_ids: + - 80 + - 18 + - 53 + id: 1082195 + media_type: movie + original_language: en + original_title: The Order + overview: >- + A string of violent robberies in the Pacific Northwest + leads a veteran FBI agent into a domestic terrorist + plot to overthrow the federal government. + popularity: 109.105 + poster_path: /1bJ2652AUnuK1WhlR0GLbJKVqMF.jpg + release_date: '2024-12-05' + title: The Order + video: false + vote_average: 6.8 + vote_count: 83 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + media_type: movie + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2873.518 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 6.983 + vote_count: 725 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + media_type: movie + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1633.009 + poster_path: /y5CakxusfCElHau7oredncjtt3P.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.3 + vote_count: 225 + - adult: false + backdrop_path: /zpaodBqO2lcwJh2SQrFFf1Rn8Jy.jpg + genre_ids: + - 10749 + - 18 + id: 1100099 + media_type: movie + original_language: en + original_title: We Live in Time + overview: >- + An up-and-coming chef and a recent divorcée find their + lives forever changed when a chance encounter brings + them together, in a decade-spanning, deeply moving + romance. + popularity: 395.862 + poster_path: /ssFS25CiYQvRJqErqaEyHuVgyH7.jpg + release_date: '2024-10-10' + title: We Live in Time + video: false + vote_average: 7.604 + vote_count: 326 + - adult: false + backdrop_path: /jhk6D8pim3yaByu1801kMoxXFaX.jpg + genre_ids: + - 28 + - 18 + - 12 + id: 98 + media_type: movie + original_language: en + original_title: Gladiator + overview: >- + After the death of Emperor Marcus Aurelius, his + devious son takes power and demotes Maximus, one of + Rome's most capable generals who Marcus preferred. + Eventually, Maximus is forced to become a gladiator + and battle to the death against other men for the + amusement of paying audiences. + popularity: 323.649 + poster_path: /ty8TGRuvJLPUmAR1H1nRIsgwvim.jpg + release_date: '2000-05-04' + title: Gladiator + video: false + vote_average: 8.217 + vote_count: 19068 + - adult: false + backdrop_path: /wLxGa71pt0P4e7BuINR8vYSeLow.jpg + genre_ids: + - 27 + - 9648 + id: 1100782 + media_type: movie + original_language: en + original_title: Smile 2 + overview: >- + About to embark on a new world tour, global pop + sensation Skye Riley begins experiencing increasingly + terrifying and inexplicable events. Overwhelmed by the + escalating horrors and the pressures of fame, Skye is + forced to face her dark past to regain control of her + life before it spirals out of control. + popularity: 641.809 + poster_path: /ht8Uv9QPv9y7K0RvUyJIaXOZTfd.jpg + release_date: '2024-10-16' + title: Smile 2 + video: false + vote_average: 6.62 + vote_count: 1073 + - adult: false + backdrop_path: /evFChfYeD2LqobEJf8iQsrYcGTw.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 1182387 + media_type: movie + original_language: en + original_title: Armor + overview: >- + Armored truck security guard James Brody is working + with his son Casey transporting millions of dollars + between banks when a team of thieves led by Rook + orchestrate a takeover of their truck to seize the + riches. Following a violent car chase, Rook soon has + the armored truck surrounded and James and Casey find + themselves cornered onto a decrepit bridge. + popularity: 672.906 + poster_path: /pnXLFioDeftqjlCVlRmXvIdMsdP.jpg + release_date: '2024-10-30' + title: Armor + video: false + vote_average: 5.554 + vote_count: 112 + - adult: false + backdrop_path: /cjEcqdRdPQJhYre3HUAc5538Gk8.jpg + genre_ids: + - 28 + - 14 + - 35 + id: 845781 + media_type: movie + original_language: en + original_title: Red One + overview: >- + After Santa Claus (codename: Red One) is kidnapped, + the North Pole's Head of Security must team up with + the world's most infamous tracker in a globe-trotting, + action-packed mission to save Christmas. + popularity: 3805.408 + poster_path: /cdqLnri3NEGcmfnqwk2TSIYtddg.jpg + release_date: '2024-10-31' + title: Red One + video: false + vote_average: 7.028 + vote_count: 1757 + - adult: false + backdrop_path: /66nlC5LDZmDUWONGkUZT2BrOszG.jpg + genre_ids: + - 53 + - 18 + id: 974576 + media_type: movie + original_language: en + original_title: Conclave + overview: >- + After the unexpected death of the Pope, Cardinal + Lawrence is tasked with managing the covert and + ancient ritual of electing a new one. Sequestered in + the Vatican with the Catholic Church’s most powerful + leaders until the process is complete, Lawrence finds + himself at the center of a conspiracy that could lead + to its downfall. + popularity: 251.12 + poster_path: /m5x8D0bZ3eKqIVWZ5y7TnZ2oTVg.jpg + release_date: '2024-10-25' + title: Conclave + video: false + vote_average: 7.13 + vote_count: 636 + - adult: false + backdrop_path: /18TSJF1WLA4CkymvVUcKDBwUJ9F.jpg + genre_ids: + - 27 + - 53 + id: 1034541 + media_type: movie + original_language: en + original_title: Terrifier 3 + overview: >- + Five years after surviving Art the Clown's Halloween + massacre, Sienna and Jonathan are still struggling to + rebuild their shattered lives. As the holiday season + approaches, they try to embrace the Christmas spirit + and leave the horrors of the past behind. But just + when they think they're safe, Art returns, determined + to turn their holiday cheer into a new nightmare. The + festive season quickly unravels as Art unleashes his + twisted brand of terror, proving that no holiday is + safe. + popularity: 802.614 + poster_path: /ju10W5gl3PPK3b7TjEmVOZap51I.jpg + release_date: '2024-10-09' + title: Terrifier 3 + video: false + vote_average: 6.9 + vote_count: 1334 + - adult: false + backdrop_path: /l2VqHMBEwAYZh6DeAZSlOzAXw7N.jpg + genre_ids: + - 35 + - 18 + id: 933419 + media_type: movie + original_language: en + original_title: Champions + overview: >- + A stubborn and hotheaded minor league basketball coach + is forced to train a Special Olympics team when he is + sentenced to community service. + popularity: 17.128 + poster_path: /sP6Lq3OmAChOSdLHAgMUxav0l5E.jpg + release_date: '2023-03-09' + title: Champions + video: false + vote_average: 6.8 + vote_count: 377 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + media_type: movie + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Told in flashbacks, Mufasa is an orphaned cub, lost + and alone until he meets a sympathetic lion named + Taka—the heir to a royal bloodline. The chance meeting + sets in motion a journey of misfits searching for + their destiny and working together to evade a + threatening and deadly foe. + popularity: 2805.337 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.3 + vote_count: 392 + - adult: false + backdrop_path: /j9uruwRe9qM8RnP758dF7ISB8Bj.jpg + genre_ids: + - 18 + - 36 + id: 1000837 + media_type: movie + original_language: pt + original_title: Ainda Estou Aqui + overview: >- + In the early 1970s, the military dictatorship in + Brazil reaches its height. The Paiva family - Rubens, + Eunice, and their five children - live in a beachside + house in Rio, open to all their friends. One day, + Rubens is taken for questioning and does not return. + popularity: 33.286 + poster_path: /qNLMPY3KLrYgTX2QZ5iEwwOqyRz.jpg + release_date: '2024-09-19' + title: I’m Still Here + video: false + vote_average: 8.9 + vote_count: 105 + - adult: false + backdrop_path: /bv9tOAIACAdQioCs80dKytYV3G7.jpg + genre_ids: + - 35 + - 18 + id: 989662 + media_type: movie + original_language: en + original_title: A Different Man + overview: >- + Aspiring actor Edward undergoes a radical medical + procedure to drastically transform his appearance. But + his new dream face quickly turns into a nightmare, as + he loses out on the role he was born to play and + becomes obsessed with reclaiming what was lost. + popularity: 86.589 + poster_path: /lZZKTEvo92u1J5pm7QoEA5yN3du.jpg + release_date: '2024-08-24' + title: A Different Man + video: false + vote_average: 7 + vote_count: 107 + - adult: false + backdrop_path: /612qR3S84a1Sat3K8FSGtkqQku8.jpg + genre_ids: + - 18 + id: 1112637 + media_type: movie + original_language: it + original_title: Napoli-New York + overview: >- + In the immediate post-war period, amidst the rubble of + a poverty-ridden Naples, two kids, Carmine and + Celestina, try to survive as best they can by helping + each other out. One night, they secretly board a ship + bound for New York to reach Celestina’s sister, who + emigrated to America several years earlier. The two + children join the many Italian emigrants seeking a new + life in America and arrive in an unknown metropolis, + which, after several misadventures, they will learn to + call home. + popularity: 4.836 + poster_path: /5mhyooqkRWPJBKynfM8n8GKsjgp.jpg + release_date: '2024-11-21' + title: Naples to New York + video: false + vote_average: 7.167 + vote_count: 63 + total_pages: 2 + total_results: 40 + + /movie/{movie_id}/release_dates: + get: + tags: + - MOVIES + summary: Release Dates + description: This endpoint get the release dates and certifications for a movie. + operationId: releaseDates + parameters: + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: release dates + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=1143 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:25:48 GMT + ETag: + schema: + type: string + example: W/"d1a02ad1b97c70dcecabc81684784a67" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 4db130e87be66fce9731567ae0669c56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: yUYqKLUfsIxCeR1rr7hhCWKQmIdkBPTVc9MZC5fVNy6b_misa8IdPA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '23206' + x-memc-expires: + schema: + type: string + example: '1143' + x-memc-key: + schema: + type: string + example: 884054d2e0d0d133e8d2af81b7d180b7 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 558449 + results: + type: array + items: + type: object + properties: + iso_3166_1: + type: string + example: AR + release_dates: + type: array + items: + type: object + properties: + certification: + type: string + example: '' + descriptors: + type: array + items: {} + example: [] + iso_639_1: + type: string + example: '' + note: + type: string + example: '' + release_date: + type: string + example: '2024-11-14T00:00:00.000Z' + type: + type: number + example: 3 + example: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + example: + - iso_3166_1: AR + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: AU + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: Sydney, New South Wales + release_date: '2024-10-30T00:00:00.000Z' + type: 1 + - certification: MA 15+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - certification: MA 15+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-12-27T00:00:00.000Z' + type: 4 + - iso_3166_1: AZ + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-21T00:00:00.000Z' + type: 3 + - iso_3166_1: BE + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: BG + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: BR + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: CA + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-22T00:00:00.000Z' + type: 3 + - iso_3166_1: CH + release_dates: + - certification: '' + descriptors: [] + iso_639_1: de + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - certification: '' + descriptors: [] + iso_639_1: it + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: CN + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: Beijing + release_date: '2024-11-17T00:00:00.000Z' + type: 1 + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-22T00:00:00.000Z' + type: 3 + - iso_3166_1: CO + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: CZ + release_dates: + - certification: 15+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: DE + release_dates: + - certification: '16' + descriptors: + - Violence + - Injury + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: DO + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: EC + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: EE + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: ES + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: FI + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: FR + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2025-03-31T00:00:00.000Z' + type: 5 + - iso_3166_1: GB + release_dates: + - certification: '15' + descriptors: [] + iso_639_1: '' + note: Regional IMAX Premiere + release_date: '2024-11-13T00:00:00.000Z' + type: 1 + - certification: '15' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: GR + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: HK + release_dates: + - certification: III + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: HR + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: HU + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-21T00:00:00.000Z' + type: 3 + - iso_3166_1: ID + release_dates: + - certification: 17+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: IE + release_dates: + - certification: 15A + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: IL + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: IN + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: IT + release_dates: + - certification: T + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: JP + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: Tokyo International Film Festival + release_date: '2024-11-05T00:00:00.000Z' + type: 1 + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: KR + release_dates: + - certification: '19' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: LT + release_dates: + - certification: N-16 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: MX + release_dates: + - certification: B-15 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: MY + release_dates: + - certification: 18PA + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: NL + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: NZ + release_dates: + - certification: R16 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: PH + release_dates: + - certification: R-16 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-12-04T00:00:00.000Z' + type: 3 + - iso_3166_1: PL + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: PT + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: RO + release_dates: + - certification: '12' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: RU + release_dates: + - certification: 18+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-05T00:00:00.000Z' + type: 3 + - iso_3166_1: SE + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: SG + release_dates: + - certification: M18 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: SK + release_dates: + - certification: '15' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: TH + release_dates: + - certification: '15' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: TR + release_dates: + - certification: 16+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: TW + release_dates: + - certification: 15+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: UA + release_dates: + - certification: 16+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: US + release_dates: + - certification: R + descriptors: [] + iso_639_1: '' + note: Los Angeles, California + release_date: '2024-10-18T00:00:00.000Z' + type: 1 + - certification: R + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-22T00:00:00.000Z' + type: 3 + - certification: R + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-12-24T00:00:00.000Z' + type: 4 + - iso_3166_1: VN + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: ZA + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + examples: + release dates: + value: + id: 558449 + results: + - iso_3166_1: AR + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: AU + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: Sydney, New South Wales + release_date: '2024-10-30T00:00:00.000Z' + type: 1 + - certification: MA 15+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - certification: MA 15+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-12-27T00:00:00.000Z' + type: 4 + - iso_3166_1: AZ + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-21T00:00:00.000Z' + type: 3 + - iso_3166_1: BE + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: BG + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: BR + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: CA + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-22T00:00:00.000Z' + type: 3 + - iso_3166_1: CH + release_dates: + - certification: '' + descriptors: [] + iso_639_1: de + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - certification: '' + descriptors: [] + iso_639_1: it + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: CN + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: Beijing + release_date: '2024-11-17T00:00:00.000Z' + type: 1 + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-22T00:00:00.000Z' + type: 3 + - iso_3166_1: CO + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: CZ + release_dates: + - certification: 15+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: DE + release_dates: + - certification: '16' + descriptors: + - Violence + - Injury + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: DO + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: EC + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: EE + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: ES + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: FI + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: FR + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2025-03-31T00:00:00.000Z' + type: 5 + - iso_3166_1: GB + release_dates: + - certification: '15' + descriptors: [] + iso_639_1: '' + note: Regional IMAX Premiere + release_date: '2024-11-13T00:00:00.000Z' + type: 1 + - certification: '15' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: GR + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: HK + release_dates: + - certification: III + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: HR + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: HU + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-21T00:00:00.000Z' + type: 3 + - iso_3166_1: ID + release_dates: + - certification: 17+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: IE + release_dates: + - certification: 15A + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: IL + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: IN + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: IT + release_dates: + - certification: T + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: JP + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: Tokyo International Film Festival + release_date: '2024-11-05T00:00:00.000Z' + type: 1 + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: KR + release_dates: + - certification: '19' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-13T00:00:00.000Z' + type: 3 + - iso_3166_1: LT + release_dates: + - certification: N-16 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: MX + release_dates: + - certification: B-15 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: MY + release_dates: + - certification: 18PA + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: NL + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: NZ + release_dates: + - certification: R16 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: PH + release_dates: + - certification: R-16 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-12-04T00:00:00.000Z' + type: 3 + - iso_3166_1: PL + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: PT + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: RO + release_dates: + - certification: '12' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: RU + release_dates: + - certification: 18+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-05T00:00:00.000Z' + type: 3 + - iso_3166_1: SE + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: SG + release_dates: + - certification: M18 + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: SK + release_dates: + - certification: '15' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: TH + release_dates: + - certification: '15' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: TR + release_dates: + - certification: 16+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: TW + release_dates: + - certification: 15+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: UA + release_dates: + - certification: 16+ + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-14T00:00:00.000Z' + type: 3 + - iso_3166_1: US + release_dates: + - certification: R + descriptors: [] + iso_639_1: '' + note: Los Angeles, California + release_date: '2024-10-18T00:00:00.000Z' + type: 1 + - certification: R + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-22T00:00:00.000Z' + type: 3 + - certification: R + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-12-24T00:00:00.000Z' + type: 4 + - iso_3166_1: VN + release_dates: + - certification: '' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + - iso_3166_1: ZA + release_dates: + - certification: '16' + descriptors: [] + iso_639_1: '' + note: '' + release_date: '2024-11-15T00:00:00.000Z' + type: 3 + + /movie/{movie_id}/reviews: + get: + tags: + - REVIEWS + summary: Reviews + description: Get the user reviews for a movie. + operationId: reviews + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: reviews / review_id + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=21417 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:45:48 GMT + ETag: + schema: + type: string + example: W/"cbbe71c9384d09c075afa4f5459824c5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 20579d8c7e6a7d159f211e9ee1d4003c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 8P7GV0ectxygJSnVMNTI61TCgvT-C3-ZeA5ujT84j-0ptM-esEDhJw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '5562' + x-memc-expires: + schema: + type: string + example: '21417' + x-memc-key: + schema: + type: string + example: c0f560148328ebafec47a415c842362d + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 558449 + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + author: + type: string + example: Manuel São Bento + author_details: + type: object + properties: + avatar_path: + type: string + nullable: true + example: null + name: + type: string + example: Manuel São Bento + rating: + type: number + example: 8 + username: + type: string + example: msbreviews + content: + type: string + example: "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-" + created_at: + type: string + example: '2024-11-14T08:50:23.907Z' + id: + type: string + example: 6735b9cfffe3878e9e9f89ed + updated_at: + type: string + example: '2024-11-14T08:50:24.017Z' + url: + type: string + example: >- + https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed + example: + - author: Manuel São Bento + author_details: + avatar_path: null + name: Manuel São Bento + rating: 8 + username: msbreviews + content: "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-" + created_at: '2024-11-14T08:50:23.907Z' + id: 6735b9cfffe3878e9e9f89ed + updated_at: '2024-11-14T08:50:24.017Z' + url: >- + https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed + - author: Dean + author_details: + avatar_path: null + name: Dean + rating: 1 + username: Ditendra + content: >- + Another trash Woke movie from Hollywood. There were + never black (African) emperors in Roman empire... This + movie is simply false propaganda. + created_at: '2024-11-14T18:19:09.990Z' + id: 67363f1da102d269c03f0161 + updated_at: '2024-12-30T18:39:31.213Z' + url: >- + https://www.themoviedb.org/review/67363f1da102d269c03f0161 + - author: griggs79 + author_details: + avatar_path: /22j4jmDfV77WFPk2IeF3lXpSdsJ.jpg + name: '' + rating: 8 + username: griggs79 + content: "_Gladiator II_, a polished echo of the original, is a testament to Ridley Scott's cinematic powers. It follows his hit-and-miss _Napoleon_ biopic last year, which was rather miss than hit. The sequel captures the original's essence while introducing elements, making it a worthy successor.\r\n\r\nPaul Mescal in the lead role - inherited from the ever-growling Russel Crowe, who was at the top of his career in the original - holds his ground against Denzel Washington, whose charisma cleaves through the screen as effortlessly as his character's sword.\r\n\r\nRidley Scott admits he was prompted to revisit _Gladiator_ by the acclaim he received from those too young to have seen the original on the big screen. His mission to lure Gen Z away from their streaming devices may help to save cinema, ushering in a new era of appreciation for the big screen. But for the love of Jupiter, I hope they quickly learn that it isn't just a big iPad with comfy chairs. No pausing, swiping, mid-film selfies, dashes to the bar, or running commentary required. Screen four at your local cinema isn't the Colosseum but a place where the magic of film of this scale truly comes alive, offering a unique and immersive experience that can't be replicated at home." + created_at: '2024-11-15T10:44:36.828Z' + id: 67372614c62c3a26ad055ce3 + updated_at: '2024-11-15T10:44:36.886Z' + url: >- + https://www.themoviedb.org/review/67372614c62c3a26ad055ce3 + - author: r96sk + author_details: + avatar_path: /mwR7rFHoDcobAx1i61I3skzMW3U.jpg + name: '' + rating: 9 + username: r96sk + content: "'Gladiator II' is awesome!\r\n\r\nI only watched the original three years ago, almost to the day in fact, but I was anticipating this follow-up after thoroughly loving the Russell Crowe film. Honestly, I think I kinda enjoyed this sequel more - at worst, the two are on the same level, for me anyway. Crowe is missed, though everyone in this movie more than makes up for his (obvious) absence.\r\n\r\nThis is the first time I've seen Paul Mescal act, despite knowing of him for quite a while now. I'm impressed! He delivers a showing of great strength (pardon the pun). Pedro Pascal is very good too, as is Joseph Quinn; I wasn't instantly sold on the latter when he appeared onscreen, though when all is said and done I rate his performance positively.\r\n\r\nDenzel Washington... what a geezer. I'll never tire or turn down the chance at seeing that man act. Needless to say, given he's one of two favourite actors of mine, I loved his performance all the way through. The likes of Fred Hechinger and Connie Nielsen merit fair praise as well, interesting to see Rory McCann and Matt Lucas in there too.\r\n\r\nOh, and the score... superb! Deafeningly grand." + created_at: '2024-11-15T19:15:28.384Z' + id: 67379dd0ac9f3ba08155924f + updated_at: '2024-11-15T19:15:28.471Z' + url: >- + https://www.themoviedb.org/review/67379dd0ac9f3ba08155924f + - author: CinemaSerf + author_details: + avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg + name: CinemaSerf + rating: 6 + username: Geronimo1967 + content: >- + Sixteen years after "Maximus" (Russell Crowe) bit the + dust, we find ancient Rome under the control of twins + "Geta" (Joseph Quinn) and his brother "Caracalla" + (Fred Hechinger) and thanks to their general "Acacias" + (Pedro Pascal) continuing to expand their empire. It's + this latter man who leads an attack on the home + "Nanno" (Paul Mescal) shares with his wife "Arishat" + (Yuval Gonen). That doesn't go so well and next thing, + she's gone on ahead of him to the wheat fields and + he's now a slave owned by the manipulative "Macrinus" + (Denzel Washington) heading to the Colosseum to + entertain the emperors and their cousin "Lucilla" + (Connie Nielsen). What now ensues is a well produced + and good looking rehash of the first film paying + homage en route to "Spartacus" and it's the sheer + predicability that I struggled with. It's episodically + delivered with far too much script and though Mescal + tries hard, his performance is largely charm-free and + as wooden as a rudius, especially once the rather + far-fetched familial back-story has been established. + Sir Derek Jacobi sparingly appears as the other + survivor from 2000 reprising his role as the senator + "Gracchus" but to no real effect and the scene stealer + for me is really only the megalomanic Quinn's imperial + offering as he and his bonkers sibling teeter on the + brink of inbred, sexually fluid, madness. Washington + does well enough as the scheming slave-master, but he + hasn't really enough to work with to stand out amongst + what really are a mediocre collection of undercooked + characters that just don't deliver any real sense of + the hedonism and menace of this debauched and corrupt + state. As with Sir Ridley Scott's "Kingdom of Heaven" + (2005) the battle scenes are superb and action packed, + as are the combat scenes in the vast marble auditorium + filled with baying plebs and rhinos, but I am afraid + that the shallow characterisations just didn't work + well enough to keep this engaging and the plot was + just too thin to stretch over a couple of hours that + could have been so very much better. It really does + need a big screen to appreciate the creatively crafted + visuals, but I was still pretty disappointed, sorry. + created_at: '2024-11-16T08:14:36.854Z' + id: 6738546ca181a717eac89458 + updated_at: '2024-11-16T08:14:36.970Z' + url: >- + https://www.themoviedb.org/review/6738546ca181a717eac89458 + - author: DWP + author_details: + avatar_path: null + name: '' + rating: 7 + username: DWP + content: >- + Comparisons will be inevitable and Gladiator II will + never be as iconic as the 2000 classic. However it is + very good, strong all-around with gripping action and + a well executed script. Performances are very good, + with some pleasant surprises. + created_at: '2024-11-19T17:32:10.445Z' + id: 673ccb9a08e8fd8518c96021 + updated_at: '2024-11-20T18:52:05.324Z' + url: >- + https://www.themoviedb.org/review/673ccb9a08e8fd8518c96021 + - author: Chris Sawin + author_details: + avatar_path: null + name: Chris Sawin + rating: 5 + username: ChrisSawin + content: "Gladiator II features some impressive action sequences. Every battle in the Colosseum is fantastic despite how historically inaccurate they may be. The monkey sequence showcases how skilled Hanno (Paul Mescal) is not only as a fighter but also in how he interacts with others. Then there's the rhino sequence that plays out much like Bugs Bunny’s interactions with Toro the Bull in the Chuck Jones-directed Looney Tunes short Bully for Bugs (1953).\r\n\r\nWhile those sequences are fairly believable, the shark sequence seems like pure fantasy and that’s why it’s so incredible. They fill the Colosseum with water and let sharks loose while the opposing gladiators try to survive the onslaught on boats.\r\n\r\nIt’s also interesting to note that every major actor who dies in the film has a spectacular death. Not only that but these gruesome deaths get increasingly more grisly and memorable as the film progresses. These bloody triumphs rarely delve any deeper than someone getting shot with a bunch of arrows or a beheading or appendage severing of some kind. This level of brutality escalates throughout the film and eventually culminates with the most satisfying kill that takes two and a half hours to achieve.\r\n\r\nThe performances fluctuate between being top-tier perfection and mediocre overacting. Denzel Washington is having the time of his life as Macrinus. He has the most interesting storyline and Denzel dances in every scene with a giddiness that is unparalleled. Joseph Quinn seems to be acting in an entirely different film than everyone else as Emperor Geta. His mannerisms are operatic and theatrical with his wide eyes that rarely blink, grand body language and hand gestures, and explosive line delivery.\r\n\r\nPedro Pascal doesn’t do anything in Gladiator II as Marcus Acacius that he didn’t do in Game of Thrones apart from having more screen time. Much like how his character is written, Paul Mescal’s performance is muddled. The Hanno character and who he is is a poorly kept secret that consistently pulls the character in several directions.\r\n\r\nHanno is vengeful at first before succumbing to being the hero of the film and the evolution isn’t earned. The writing and pacing of Gladiator II feel like the film drops Hanno’s fate in his lap halfway through, which he’s either forgotten about over two decades or never knew until the audience did.\r\n\r\nConnie Nielsen, one of the few returning actors from the original film, is awful in this. Her acting in Gladiator II always comes off as forced as her crying scenes are often portrayed as constipated grunts with crocodile tears. Her dialogue delivery is also strained and broken despite being given some of the most important sequences of character connections and reawakenings of sorts in the sequel.\r\n\r\nCalling Gladiator II action-heavy is misleading because the film drags between every fight sequence. The film is largely dull and difficult to indulge during its quieter moments. The film is gorgeous with its incredible set pieces, intricate costume design, and impressive use of infinitely numerous extras. Director Ridley Scott reunites with all of the set decorators (Sonja Klaus, Crispian Sallis, and Emilio Ardura) and costume designer (Janty Yates) that he worked with on Gladiator in 2000. From a visual standpoint, Ridley Scott's films are highly detailed masterpieces.\r\n\r\nDenzel Washington’s extravagant performance makes Gladiator II worthwhile. Still, not even its excessively violent action sequences, beautiful cinematography, and masterful set and costume design can save the sequel from how boring it is. Ridley Scott waited over twenty years to make a sequel that is more than twice as expensive as the original only to rehash the same story points." + created_at: '2024-11-20T01:01:33.492Z' + id: 673d34ed757b2842d9d8a184 + updated_at: '2024-11-20T01:01:33.681Z' + url: >- + https://www.themoviedb.org/review/673d34ed757b2842d9d8a184 + - author: GenerationofSwine + author_details: + avatar_path: /xYhvrFNntgAowjRsf6mRg9JgITr.jpg + name: '' + rating: 1 + username: GenerationofSwine + content: "pssst.... it's woke, but that's no surprise.\r\n\r\nWhat is a surprise is that people are giving spoiler alerts. I don't understand why. Like so many movie squeals and reboots what you have here is Gladiator with everything intelligent and entertaining sucked out of it. So it's the same movie, but shorter. There are two emperors rather than ones. Rome is falling, but not from the debauchery, intellectual laziness, and over stretched militarism that really caused it's fall... that would be anti-woke to point out it collapsed for all the reasons they love. Instead some lazy leftism the right is evil crap, peppered with fiery but mostly peaceful protests blamed on the thinly veiled reference to Trump. Might as well have the baddies wear red hats that read \"Make Rome Great Again.\"\r\n\r\nWith lectures. And I don't need to go over the political lectures, they are all the same. Woke Hollywood is predictable and best described as \"The Who to Hate Network.\"\r\n\r\nThe worst part is Denzel, I mean I know he still needs to work, but come on man, you're better than this." + created_at: '2024-11-24T21:45:19.306Z' + id: 67439e6f893be609be3a7bc0 + updated_at: '2024-11-24T21:45:19.367Z' + url: >- + https://www.themoviedb.org/review/67439e6f893be609be3a7bc0 + - author: MovieGuys + author_details: + avatar_path: null + name: '' + rating: 5 + username: MovieGuys + content: "Are you not entertained? Well, quite frankly, no.... \r\n\r\nGladiator II or Gladiator lite as I like to call it is the \"essentials\" brand version of Gladiator. You know like, the \"essentials brand\" of underpants as opposed to known brands like Bendon or Jockey. They do the job, they're okay but still the brand names are just \"better\".\r\n\r\nGladiator lite (II) mimics its predecessor but its predominantly just a bare essentials remake of a superior, original film. The story is a rather basic \"almost\" version of the year 2000 film starring Russell Crowe, the protagonists more or less fill the same or similar roles and well, that's about it. Oh but for a dash of difference, they do have CGI sharks, monkey's and rhino's, if, for whatever weird reason, that's your thing.\r\n\r\nIn summary, this is really just a rather uninspiring \"almost\" facsimile, of a vastly superior, original film. Its not bad as such, its just feels like a beige re-run of sorts, that need not have been made." + created_at: '2024-11-26T00:18:06.993Z' + id: 674513becfd24c3a7aaba878 + updated_at: '2024-11-26T03:33:57.712Z' + url: >- + https://www.themoviedb.org/review/674513becfd24c3a7aaba878 + - author: Elif Duru Alaca + author_details: + avatar_path: null + name: Elif Duru Alaca + rating: 9 + username: Alacaea + content: >- + After many years, the sequel of the movie is really + great, go to the cinema and watch it. + created_at: '2024-11-27T23:38:44.141Z' + id: 6747ad84a65145f558dae8db + updated_at: '2024-12-10T16:16:26.177Z' + url: >- + https://www.themoviedb.org/review/6747ad84a65145f558dae8db + - author: Chandler Danier + author_details: + avatar_path: null + name: Chandler Danier + rating: 4 + username: chandlerdanier + content: "Denzel is a badass. I love Denzel. He does the tongue thing from Joaquin's role in the first. Not even he could save this pile of crap.\r\n\r\nThe CGI somehow is worse than the original. Historical battles are cool but not even historical battles could save this pile of crap.\r\n\r\nThe Mandalorian is cool. Not even the Mandalorian could save this pile of crap.\r\n\r\nIt's a pile of crap." + created_at: '2024-12-14T01:29:59.468Z' + id: 675cdf976c04dc336615b904 + updated_at: '2024-12-14T01:29:59.543Z' + url: >- + https://www.themoviedb.org/review/675cdf976c04dc336615b904 + - author: RalphRahal + author_details: + avatar_path: null + name: '' + rating: 5 + username: RalphRahal + content: "When Ridley Scott decided to revisit Gladiator, it sounded like an opportunity to expand on one of the greatest historical epics. Instead, we got a rehash that feels more like a missed opportunity than a bold sequel.\r\n\r\nThe first act rushes through familiar territory. A general, born out of combat, loses his family and ends up as a slave. Sound familiar? It’s the same setup as Maximus’s story, minus the emotional weight. And sending Lucilla’s son away to protect him? That’s not just a weak plot point, it spits on everything Maximus and Marcus died for.\r\n\r\nThe second act brings nothing new to the table. The “twist” is predictable, the plot messy, and the villains uninspired. Commodus worked because he was layered, a mix of insecurity and cruelty. Here, the two emperors are generic placeholders. Even the attempted coup feels like déjà vu, with none of the intensity or buildup that made the first movie iconic.\r\n\r\nThe third act delivers a visually stunning battle but lacks substance. The final showdown offers nothing fresh, and the death of the antagonist in front of everyone feels like it’s trying to copy the original. The speech about “Maximus and Marcus’s dream”? We’ve heard it before, and it meant more the first time.\r\n\r\nWhat was the point of that last scene? There were so many ways to end this movie with a high note, something meaningful to honor Lucilla or Acacius. Instead, we get a hollow, pointless ending that adds nothing to the story.\r\n\r\nCredit where it’s due: the cinematography, CGI, and score are outstanding. Visually, the movie is a masterpiece, with breathtaking scenery and polished editing. The music, while clearly inspired by the original, carries the mood well. But great visuals can’t save a story that refuses to move forward.\r\n\r\nGladiator 2 had potential, but it’s stuck trying to recreate past glory instead of delivering something new. It’s visually impressive but ultimately hollow." + created_at: '2024-12-29T01:09:01.956Z' + id: 6770a12d005810c23f927a8c + updated_at: '2024-12-29T01:09:02.034Z' + url: >- + https://www.themoviedb.org/review/6770a12d005810c23f927a8c + total_pages: + type: number + example: 1 + total_results: + type: number + example: 12 + examples: + review_id: + value: + id: 558449 + page: 1 + results: + - author: Manuel São Bento + author_details: + avatar_path: null + name: Manuel São Bento + rating: 8 + username: msbreviews + content: "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-" + created_at: '2024-11-14T08:50:23.907Z' + id: 6735b9cfffe3878e9e9f89ed + updated_at: '2024-11-14T08:50:24.017Z' + url: >- + https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed + - author: Dean + author_details: + avatar_path: null + name: Dean + rating: 1 + username: Ditendra + content: >- + Another trash Woke movie from Hollywood. There were + never black (African) emperors in Roman empire... This + movie is simply false propaganda. + created_at: '2024-11-14T18:19:09.990Z' + id: 67363f1da102d269c03f0161 + updated_at: '2024-12-30T18:39:31.213Z' + url: >- + https://www.themoviedb.org/review/67363f1da102d269c03f0161 + - author: griggs79 + author_details: + avatar_path: /22j4jmDfV77WFPk2IeF3lXpSdsJ.jpg + name: '' + rating: 8 + username: griggs79 + content: "_Gladiator II_, a polished echo of the original, is a testament to Ridley Scott's cinematic powers. It follows his hit-and-miss _Napoleon_ biopic last year, which was rather miss than hit. The sequel captures the original's essence while introducing elements, making it a worthy successor.\r\n\r\nPaul Mescal in the lead role - inherited from the ever-growling Russel Crowe, who was at the top of his career in the original - holds his ground against Denzel Washington, whose charisma cleaves through the screen as effortlessly as his character's sword.\r\n\r\nRidley Scott admits he was prompted to revisit _Gladiator_ by the acclaim he received from those too young to have seen the original on the big screen. His mission to lure Gen Z away from their streaming devices may help to save cinema, ushering in a new era of appreciation for the big screen. But for the love of Jupiter, I hope they quickly learn that it isn't just a big iPad with comfy chairs. No pausing, swiping, mid-film selfies, dashes to the bar, or running commentary required. Screen four at your local cinema isn't the Colosseum but a place where the magic of film of this scale truly comes alive, offering a unique and immersive experience that can't be replicated at home." + created_at: '2024-11-15T10:44:36.828Z' + id: 67372614c62c3a26ad055ce3 + updated_at: '2024-11-15T10:44:36.886Z' + url: >- + https://www.themoviedb.org/review/67372614c62c3a26ad055ce3 + - author: r96sk + author_details: + avatar_path: /mwR7rFHoDcobAx1i61I3skzMW3U.jpg + name: '' + rating: 9 + username: r96sk + content: "'Gladiator II' is awesome!\r\n\r\nI only watched the original three years ago, almost to the day in fact, but I was anticipating this follow-up after thoroughly loving the Russell Crowe film. Honestly, I think I kinda enjoyed this sequel more - at worst, the two are on the same level, for me anyway. Crowe is missed, though everyone in this movie more than makes up for his (obvious) absence.\r\n\r\nThis is the first time I've seen Paul Mescal act, despite knowing of him for quite a while now. I'm impressed! He delivers a showing of great strength (pardon the pun). Pedro Pascal is very good too, as is Joseph Quinn; I wasn't instantly sold on the latter when he appeared onscreen, though when all is said and done I rate his performance positively.\r\n\r\nDenzel Washington... what a geezer. I'll never tire or turn down the chance at seeing that man act. Needless to say, given he's one of two favourite actors of mine, I loved his performance all the way through. The likes of Fred Hechinger and Connie Nielsen merit fair praise as well, interesting to see Rory McCann and Matt Lucas in there too.\r\n\r\nOh, and the score... superb! Deafeningly grand." + created_at: '2024-11-15T19:15:28.384Z' + id: 67379dd0ac9f3ba08155924f + updated_at: '2024-11-15T19:15:28.471Z' + url: >- + https://www.themoviedb.org/review/67379dd0ac9f3ba08155924f + - author: CinemaSerf + author_details: + avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg + name: CinemaSerf + rating: 6 + username: Geronimo1967 + content: >- + Sixteen years after "Maximus" (Russell Crowe) bit the + dust, we find ancient Rome under the control of twins + "Geta" (Joseph Quinn) and his brother "Caracalla" + (Fred Hechinger) and thanks to their general "Acacias" + (Pedro Pascal) continuing to expand their empire. It's + this latter man who leads an attack on the home + "Nanno" (Paul Mescal) shares with his wife "Arishat" + (Yuval Gonen). That doesn't go so well and next thing, + she's gone on ahead of him to the wheat fields and + he's now a slave owned by the manipulative "Macrinus" + (Denzel Washington) heading to the Colosseum to + entertain the emperors and their cousin "Lucilla" + (Connie Nielsen). What now ensues is a well produced + and good looking rehash of the first film paying + homage en route to "Spartacus" and it's the sheer + predicability that I struggled with. It's episodically + delivered with far too much script and though Mescal + tries hard, his performance is largely charm-free and + as wooden as a rudius, especially once the rather + far-fetched familial back-story has been established. + Sir Derek Jacobi sparingly appears as the other + survivor from 2000 reprising his role as the senator + "Gracchus" but to no real effect and the scene stealer + for me is really only the megalomanic Quinn's imperial + offering as he and his bonkers sibling teeter on the + brink of inbred, sexually fluid, madness. Washington + does well enough as the scheming slave-master, but he + hasn't really enough to work with to stand out amongst + what really are a mediocre collection of undercooked + characters that just don't deliver any real sense of + the hedonism and menace of this debauched and corrupt + state. As with Sir Ridley Scott's "Kingdom of Heaven" + (2005) the battle scenes are superb and action packed, + as are the combat scenes in the vast marble auditorium + filled with baying plebs and rhinos, but I am afraid + that the shallow characterisations just didn't work + well enough to keep this engaging and the plot was + just too thin to stretch over a couple of hours that + could have been so very much better. It really does + need a big screen to appreciate the creatively crafted + visuals, but I was still pretty disappointed, sorry. + created_at: '2024-11-16T08:14:36.854Z' + id: 6738546ca181a717eac89458 + updated_at: '2024-11-16T08:14:36.970Z' + url: >- + https://www.themoviedb.org/review/6738546ca181a717eac89458 + - author: DWP + author_details: + avatar_path: null + name: '' + rating: 7 + username: DWP + content: >- + Comparisons will be inevitable and Gladiator II will + never be as iconic as the 2000 classic. However it is + very good, strong all-around with gripping action and + a well executed script. Performances are very good, + with some pleasant surprises. + created_at: '2024-11-19T17:32:10.445Z' + id: 673ccb9a08e8fd8518c96021 + updated_at: '2024-11-20T18:52:05.324Z' + url: >- + https://www.themoviedb.org/review/673ccb9a08e8fd8518c96021 + - author: Chris Sawin + author_details: + avatar_path: null + name: Chris Sawin + rating: 5 + username: ChrisSawin + content: "Gladiator II features some impressive action sequences. Every battle in the Colosseum is fantastic despite how historically inaccurate they may be. The monkey sequence showcases how skilled Hanno (Paul Mescal) is not only as a fighter but also in how he interacts with others. Then there's the rhino sequence that plays out much like Bugs Bunny’s interactions with Toro the Bull in the Chuck Jones-directed Looney Tunes short Bully for Bugs (1953).\r\n\r\nWhile those sequences are fairly believable, the shark sequence seems like pure fantasy and that’s why it’s so incredible. They fill the Colosseum with water and let sharks loose while the opposing gladiators try to survive the onslaught on boats.\r\n\r\nIt’s also interesting to note that every major actor who dies in the film has a spectacular death. Not only that but these gruesome deaths get increasingly more grisly and memorable as the film progresses. These bloody triumphs rarely delve any deeper than someone getting shot with a bunch of arrows or a beheading or appendage severing of some kind. This level of brutality escalates throughout the film and eventually culminates with the most satisfying kill that takes two and a half hours to achieve.\r\n\r\nThe performances fluctuate between being top-tier perfection and mediocre overacting. Denzel Washington is having the time of his life as Macrinus. He has the most interesting storyline and Denzel dances in every scene with a giddiness that is unparalleled. Joseph Quinn seems to be acting in an entirely different film than everyone else as Emperor Geta. His mannerisms are operatic and theatrical with his wide eyes that rarely blink, grand body language and hand gestures, and explosive line delivery.\r\n\r\nPedro Pascal doesn’t do anything in Gladiator II as Marcus Acacius that he didn’t do in Game of Thrones apart from having more screen time. Much like how his character is written, Paul Mescal’s performance is muddled. The Hanno character and who he is is a poorly kept secret that consistently pulls the character in several directions.\r\n\r\nHanno is vengeful at first before succumbing to being the hero of the film and the evolution isn’t earned. The writing and pacing of Gladiator II feel like the film drops Hanno’s fate in his lap halfway through, which he’s either forgotten about over two decades or never knew until the audience did.\r\n\r\nConnie Nielsen, one of the few returning actors from the original film, is awful in this. Her acting in Gladiator II always comes off as forced as her crying scenes are often portrayed as constipated grunts with crocodile tears. Her dialogue delivery is also strained and broken despite being given some of the most important sequences of character connections and reawakenings of sorts in the sequel.\r\n\r\nCalling Gladiator II action-heavy is misleading because the film drags between every fight sequence. The film is largely dull and difficult to indulge during its quieter moments. The film is gorgeous with its incredible set pieces, intricate costume design, and impressive use of infinitely numerous extras. Director Ridley Scott reunites with all of the set decorators (Sonja Klaus, Crispian Sallis, and Emilio Ardura) and costume designer (Janty Yates) that he worked with on Gladiator in 2000. From a visual standpoint, Ridley Scott's films are highly detailed masterpieces.\r\n\r\nDenzel Washington’s extravagant performance makes Gladiator II worthwhile. Still, not even its excessively violent action sequences, beautiful cinematography, and masterful set and costume design can save the sequel from how boring it is. Ridley Scott waited over twenty years to make a sequel that is more than twice as expensive as the original only to rehash the same story points." + created_at: '2024-11-20T01:01:33.492Z' + id: 673d34ed757b2842d9d8a184 + updated_at: '2024-11-20T01:01:33.681Z' + url: >- + https://www.themoviedb.org/review/673d34ed757b2842d9d8a184 + - author: GenerationofSwine + author_details: + avatar_path: /xYhvrFNntgAowjRsf6mRg9JgITr.jpg + name: '' + rating: 1 + username: GenerationofSwine + content: "pssst.... it's woke, but that's no surprise.\r\n\r\nWhat is a surprise is that people are giving spoiler alerts. I don't understand why. Like so many movie squeals and reboots what you have here is Gladiator with everything intelligent and entertaining sucked out of it. So it's the same movie, but shorter. There are two emperors rather than ones. Rome is falling, but not from the debauchery, intellectual laziness, and over stretched militarism that really caused it's fall... that would be anti-woke to point out it collapsed for all the reasons they love. Instead some lazy leftism the right is evil crap, peppered with fiery but mostly peaceful protests blamed on the thinly veiled reference to Trump. Might as well have the baddies wear red hats that read \"Make Rome Great Again.\"\r\n\r\nWith lectures. And I don't need to go over the political lectures, they are all the same. Woke Hollywood is predictable and best described as \"The Who to Hate Network.\"\r\n\r\nThe worst part is Denzel, I mean I know he still needs to work, but come on man, you're better than this." + created_at: '2024-11-24T21:45:19.306Z' + id: 67439e6f893be609be3a7bc0 + updated_at: '2024-11-24T21:45:19.367Z' + url: >- + https://www.themoviedb.org/review/67439e6f893be609be3a7bc0 + - author: MovieGuys + author_details: + avatar_path: null + name: '' + rating: 5 + username: MovieGuys + content: "Are you not entertained? Well, quite frankly, no.... \r\n\r\nGladiator II or Gladiator lite as I like to call it is the \"essentials\" brand version of Gladiator. You know like, the \"essentials brand\" of underpants as opposed to known brands like Bendon or Jockey. They do the job, they're okay but still the brand names are just \"better\".\r\n\r\nGladiator lite (II) mimics its predecessor but its predominantly just a bare essentials remake of a superior, original film. The story is a rather basic \"almost\" version of the year 2000 film starring Russell Crowe, the protagonists more or less fill the same or similar roles and well, that's about it. Oh but for a dash of difference, they do have CGI sharks, monkey's and rhino's, if, for whatever weird reason, that's your thing.\r\n\r\nIn summary, this is really just a rather uninspiring \"almost\" facsimile, of a vastly superior, original film. Its not bad as such, its just feels like a beige re-run of sorts, that need not have been made." + created_at: '2024-11-26T00:18:06.993Z' + id: 674513becfd24c3a7aaba878 + updated_at: '2024-11-26T03:33:57.712Z' + url: >- + https://www.themoviedb.org/review/674513becfd24c3a7aaba878 + - author: Elif Duru Alaca + author_details: + avatar_path: null + name: Elif Duru Alaca + rating: 9 + username: Alacaea + content: >- + After many years, the sequel of the movie is really + great, go to the cinema and watch it. + created_at: '2024-11-27T23:38:44.141Z' + id: 6747ad84a65145f558dae8db + updated_at: '2024-12-10T16:16:26.177Z' + url: >- + https://www.themoviedb.org/review/6747ad84a65145f558dae8db + - author: Chandler Danier + author_details: + avatar_path: null + name: Chandler Danier + rating: 4 + username: chandlerdanier + content: "Denzel is a badass. I love Denzel. He does the tongue thing from Joaquin's role in the first. Not even he could save this pile of crap.\r\n\r\nThe CGI somehow is worse than the original. Historical battles are cool but not even historical battles could save this pile of crap.\r\n\r\nThe Mandalorian is cool. Not even the Mandalorian could save this pile of crap.\r\n\r\nIt's a pile of crap." + created_at: '2024-12-14T01:29:59.468Z' + id: 675cdf976c04dc336615b904 + updated_at: '2024-12-14T01:29:59.543Z' + url: >- + https://www.themoviedb.org/review/675cdf976c04dc336615b904 + - author: RalphRahal + author_details: + avatar_path: null + name: '' + rating: 5 + username: RalphRahal + content: "When Ridley Scott decided to revisit Gladiator, it sounded like an opportunity to expand on one of the greatest historical epics. Instead, we got a rehash that feels more like a missed opportunity than a bold sequel.\r\n\r\nThe first act rushes through familiar territory. A general, born out of combat, loses his family and ends up as a slave. Sound familiar? It’s the same setup as Maximus’s story, minus the emotional weight. And sending Lucilla’s son away to protect him? That’s not just a weak plot point, it spits on everything Maximus and Marcus died for.\r\n\r\nThe second act brings nothing new to the table. The “twist” is predictable, the plot messy, and the villains uninspired. Commodus worked because he was layered, a mix of insecurity and cruelty. Here, the two emperors are generic placeholders. Even the attempted coup feels like déjà vu, with none of the intensity or buildup that made the first movie iconic.\r\n\r\nThe third act delivers a visually stunning battle but lacks substance. The final showdown offers nothing fresh, and the death of the antagonist in front of everyone feels like it’s trying to copy the original. The speech about “Maximus and Marcus’s dream”? We’ve heard it before, and it meant more the first time.\r\n\r\nWhat was the point of that last scene? There were so many ways to end this movie with a high note, something meaningful to honor Lucilla or Acacius. Instead, we get a hollow, pointless ending that adds nothing to the story.\r\n\r\nCredit where it’s due: the cinematography, CGI, and score are outstanding. Visually, the movie is a masterpiece, with breathtaking scenery and polished editing. The music, while clearly inspired by the original, carries the mood well. But great visuals can’t save a story that refuses to move forward.\r\n\r\nGladiator 2 had potential, but it’s stuck trying to recreate past glory instead of delivering something new. It’s visually impressive but ultimately hollow." + created_at: '2024-12-29T01:09:01.956Z' + id: 6770a12d005810c23f927a8c + updated_at: '2024-12-29T01:09:02.034Z' + url: >- + https://www.themoviedb.org/review/6770a12d005810c23f927a8c + total_pages: 1 + total_results: 12 + reviews: + value: + id: 558449 + page: 1 + results: + - author: Manuel São Bento + author_details: + avatar_path: null + name: Manuel São Bento + rating: 8 + username: msbreviews + content: "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-" + created_at: '2024-11-14T08:50:23.907Z' + id: 6735b9cfffe3878e9e9f89ed + updated_at: '2024-11-14T08:50:24.017Z' + url: >- + https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed + - author: Dean + author_details: + avatar_path: null + name: Dean + rating: 1 + username: Ditendra + content: >- + Another trash Woke movie from Hollywood. There were + never black (African) emperors in Roman empire... This + movie is simply false propaganda. + created_at: '2024-11-14T18:19:09.990Z' + id: 67363f1da102d269c03f0161 + updated_at: '2024-12-30T18:39:31.213Z' + url: >- + https://www.themoviedb.org/review/67363f1da102d269c03f0161 + - author: griggs79 + author_details: + avatar_path: /22j4jmDfV77WFPk2IeF3lXpSdsJ.jpg + name: '' + rating: 8 + username: griggs79 + content: "_Gladiator II_, a polished echo of the original, is a testament to Ridley Scott's cinematic powers. It follows his hit-and-miss _Napoleon_ biopic last year, which was rather miss than hit. The sequel captures the original's essence while introducing elements, making it a worthy successor.\r\n\r\nPaul Mescal in the lead role - inherited from the ever-growling Russel Crowe, who was at the top of his career in the original - holds his ground against Denzel Washington, whose charisma cleaves through the screen as effortlessly as his character's sword.\r\n\r\nRidley Scott admits he was prompted to revisit _Gladiator_ by the acclaim he received from those too young to have seen the original on the big screen. His mission to lure Gen Z away from their streaming devices may help to save cinema, ushering in a new era of appreciation for the big screen. But for the love of Jupiter, I hope they quickly learn that it isn't just a big iPad with comfy chairs. No pausing, swiping, mid-film selfies, dashes to the bar, or running commentary required. Screen four at your local cinema isn't the Colosseum but a place where the magic of film of this scale truly comes alive, offering a unique and immersive experience that can't be replicated at home." + created_at: '2024-11-15T10:44:36.828Z' + id: 67372614c62c3a26ad055ce3 + updated_at: '2024-11-15T10:44:36.886Z' + url: >- + https://www.themoviedb.org/review/67372614c62c3a26ad055ce3 + - author: r96sk + author_details: + avatar_path: /mwR7rFHoDcobAx1i61I3skzMW3U.jpg + name: '' + rating: 9 + username: r96sk + content: "'Gladiator II' is awesome!\r\n\r\nI only watched the original three years ago, almost to the day in fact, but I was anticipating this follow-up after thoroughly loving the Russell Crowe film. Honestly, I think I kinda enjoyed this sequel more - at worst, the two are on the same level, for me anyway. Crowe is missed, though everyone in this movie more than makes up for his (obvious) absence.\r\n\r\nThis is the first time I've seen Paul Mescal act, despite knowing of him for quite a while now. I'm impressed! He delivers a showing of great strength (pardon the pun). Pedro Pascal is very good too, as is Joseph Quinn; I wasn't instantly sold on the latter when he appeared onscreen, though when all is said and done I rate his performance positively.\r\n\r\nDenzel Washington... what a geezer. I'll never tire or turn down the chance at seeing that man act. Needless to say, given he's one of two favourite actors of mine, I loved his performance all the way through. The likes of Fred Hechinger and Connie Nielsen merit fair praise as well, interesting to see Rory McCann and Matt Lucas in there too.\r\n\r\nOh, and the score... superb! Deafeningly grand." + created_at: '2024-11-15T19:15:28.384Z' + id: 67379dd0ac9f3ba08155924f + updated_at: '2024-11-15T19:15:28.471Z' + url: >- + https://www.themoviedb.org/review/67379dd0ac9f3ba08155924f + - author: CinemaSerf + author_details: + avatar_path: /yz2HPme8NPLne0mM8tBnZ5ZWJzf.jpg + name: CinemaSerf + rating: 6 + username: Geronimo1967 + content: >- + Sixteen years after "Maximus" (Russell Crowe) bit the + dust, we find ancient Rome under the control of twins + "Geta" (Joseph Quinn) and his brother "Caracalla" + (Fred Hechinger) and thanks to their general "Acacias" + (Pedro Pascal) continuing to expand their empire. It's + this latter man who leads an attack on the home + "Nanno" (Paul Mescal) shares with his wife "Arishat" + (Yuval Gonen). That doesn't go so well and next thing, + she's gone on ahead of him to the wheat fields and + he's now a slave owned by the manipulative "Macrinus" + (Denzel Washington) heading to the Colosseum to + entertain the emperors and their cousin "Lucilla" + (Connie Nielsen). What now ensues is a well produced + and good looking rehash of the first film paying + homage en route to "Spartacus" and it's the sheer + predicability that I struggled with. It's episodically + delivered with far too much script and though Mescal + tries hard, his performance is largely charm-free and + as wooden as a rudius, especially once the rather + far-fetched familial back-story has been established. + Sir Derek Jacobi sparingly appears as the other + survivor from 2000 reprising his role as the senator + "Gracchus" but to no real effect and the scene stealer + for me is really only the megalomanic Quinn's imperial + offering as he and his bonkers sibling teeter on the + brink of inbred, sexually fluid, madness. Washington + does well enough as the scheming slave-master, but he + hasn't really enough to work with to stand out amongst + what really are a mediocre collection of undercooked + characters that just don't deliver any real sense of + the hedonism and menace of this debauched and corrupt + state. As with Sir Ridley Scott's "Kingdom of Heaven" + (2005) the battle scenes are superb and action packed, + as are the combat scenes in the vast marble auditorium + filled with baying plebs and rhinos, but I am afraid + that the shallow characterisations just didn't work + well enough to keep this engaging and the plot was + just too thin to stretch over a couple of hours that + could have been so very much better. It really does + need a big screen to appreciate the creatively crafted + visuals, but I was still pretty disappointed, sorry. + created_at: '2024-11-16T08:14:36.854Z' + id: 6738546ca181a717eac89458 + updated_at: '2024-11-16T08:14:36.970Z' + url: >- + https://www.themoviedb.org/review/6738546ca181a717eac89458 + - author: DWP + author_details: + avatar_path: null + name: '' + rating: 7 + username: DWP + content: >- + Comparisons will be inevitable and Gladiator II will + never be as iconic as the 2000 classic. However it is + very good, strong all-around with gripping action and + a well executed script. Performances are very good, + with some pleasant surprises. + created_at: '2024-11-19T17:32:10.445Z' + id: 673ccb9a08e8fd8518c96021 + updated_at: '2024-11-20T18:52:05.324Z' + url: >- + https://www.themoviedb.org/review/673ccb9a08e8fd8518c96021 + - author: Chris Sawin + author_details: + avatar_path: null + name: Chris Sawin + rating: 5 + username: ChrisSawin + content: "Gladiator II features some impressive action sequences. Every battle in the Colosseum is fantastic despite how historically inaccurate they may be. The monkey sequence showcases how skilled Hanno (Paul Mescal) is not only as a fighter but also in how he interacts with others. Then there's the rhino sequence that plays out much like Bugs Bunny’s interactions with Toro the Bull in the Chuck Jones-directed Looney Tunes short Bully for Bugs (1953).\r\n\r\nWhile those sequences are fairly believable, the shark sequence seems like pure fantasy and that’s why it’s so incredible. They fill the Colosseum with water and let sharks loose while the opposing gladiators try to survive the onslaught on boats.\r\n\r\nIt’s also interesting to note that every major actor who dies in the film has a spectacular death. Not only that but these gruesome deaths get increasingly more grisly and memorable as the film progresses. These bloody triumphs rarely delve any deeper than someone getting shot with a bunch of arrows or a beheading or appendage severing of some kind. This level of brutality escalates throughout the film and eventually culminates with the most satisfying kill that takes two and a half hours to achieve.\r\n\r\nThe performances fluctuate between being top-tier perfection and mediocre overacting. Denzel Washington is having the time of his life as Macrinus. He has the most interesting storyline and Denzel dances in every scene with a giddiness that is unparalleled. Joseph Quinn seems to be acting in an entirely different film than everyone else as Emperor Geta. His mannerisms are operatic and theatrical with his wide eyes that rarely blink, grand body language and hand gestures, and explosive line delivery.\r\n\r\nPedro Pascal doesn’t do anything in Gladiator II as Marcus Acacius that he didn’t do in Game of Thrones apart from having more screen time. Much like how his character is written, Paul Mescal’s performance is muddled. The Hanno character and who he is is a poorly kept secret that consistently pulls the character in several directions.\r\n\r\nHanno is vengeful at first before succumbing to being the hero of the film and the evolution isn’t earned. The writing and pacing of Gladiator II feel like the film drops Hanno’s fate in his lap halfway through, which he’s either forgotten about over two decades or never knew until the audience did.\r\n\r\nConnie Nielsen, one of the few returning actors from the original film, is awful in this. Her acting in Gladiator II always comes off as forced as her crying scenes are often portrayed as constipated grunts with crocodile tears. Her dialogue delivery is also strained and broken despite being given some of the most important sequences of character connections and reawakenings of sorts in the sequel.\r\n\r\nCalling Gladiator II action-heavy is misleading because the film drags between every fight sequence. The film is largely dull and difficult to indulge during its quieter moments. The film is gorgeous with its incredible set pieces, intricate costume design, and impressive use of infinitely numerous extras. Director Ridley Scott reunites with all of the set decorators (Sonja Klaus, Crispian Sallis, and Emilio Ardura) and costume designer (Janty Yates) that he worked with on Gladiator in 2000. From a visual standpoint, Ridley Scott's films are highly detailed masterpieces.\r\n\r\nDenzel Washington’s extravagant performance makes Gladiator II worthwhile. Still, not even its excessively violent action sequences, beautiful cinematography, and masterful set and costume design can save the sequel from how boring it is. Ridley Scott waited over twenty years to make a sequel that is more than twice as expensive as the original only to rehash the same story points." + created_at: '2024-11-20T01:01:33.492Z' + id: 673d34ed757b2842d9d8a184 + updated_at: '2024-11-20T01:01:33.681Z' + url: >- + https://www.themoviedb.org/review/673d34ed757b2842d9d8a184 + - author: GenerationofSwine + author_details: + avatar_path: /xYhvrFNntgAowjRsf6mRg9JgITr.jpg + name: '' + rating: 1 + username: GenerationofSwine + content: "pssst.... it's woke, but that's no surprise.\r\n\r\nWhat is a surprise is that people are giving spoiler alerts. I don't understand why. Like so many movie squeals and reboots what you have here is Gladiator with everything intelligent and entertaining sucked out of it. So it's the same movie, but shorter. There are two emperors rather than ones. Rome is falling, but not from the debauchery, intellectual laziness, and over stretched militarism that really caused it's fall... that would be anti-woke to point out it collapsed for all the reasons they love. Instead some lazy leftism the right is evil crap, peppered with fiery but mostly peaceful protests blamed on the thinly veiled reference to Trump. Might as well have the baddies wear red hats that read \"Make Rome Great Again.\"\r\n\r\nWith lectures. And I don't need to go over the political lectures, they are all the same. Woke Hollywood is predictable and best described as \"The Who to Hate Network.\"\r\n\r\nThe worst part is Denzel, I mean I know he still needs to work, but come on man, you're better than this." + created_at: '2024-11-24T21:45:19.306Z' + id: 67439e6f893be609be3a7bc0 + updated_at: '2024-11-24T21:45:19.367Z' + url: >- + https://www.themoviedb.org/review/67439e6f893be609be3a7bc0 + - author: MovieGuys + author_details: + avatar_path: null + name: '' + rating: 5 + username: MovieGuys + content: "Are you not entertained? Well, quite frankly, no.... \r\n\r\nGladiator II or Gladiator lite as I like to call it is the \"essentials\" brand version of Gladiator. You know like, the \"essentials brand\" of underpants as opposed to known brands like Bendon or Jockey. They do the job, they're okay but still the brand names are just \"better\".\r\n\r\nGladiator lite (II) mimics its predecessor but its predominantly just a bare essentials remake of a superior, original film. The story is a rather basic \"almost\" version of the year 2000 film starring Russell Crowe, the protagonists more or less fill the same or similar roles and well, that's about it. Oh but for a dash of difference, they do have CGI sharks, monkey's and rhino's, if, for whatever weird reason, that's your thing.\r\n\r\nIn summary, this is really just a rather uninspiring \"almost\" facsimile, of a vastly superior, original film. Its not bad as such, its just feels like a beige re-run of sorts, that need not have been made." + created_at: '2024-11-26T00:18:06.993Z' + id: 674513becfd24c3a7aaba878 + updated_at: '2024-11-26T03:33:57.712Z' + url: >- + https://www.themoviedb.org/review/674513becfd24c3a7aaba878 + - author: Elif Duru Alaca + author_details: + avatar_path: null + name: Elif Duru Alaca + rating: 9 + username: Alacaea + content: >- + After many years, the sequel of the movie is really + great, go to the cinema and watch it. + created_at: '2024-11-27T23:38:44.141Z' + id: 6747ad84a65145f558dae8db + updated_at: '2024-12-10T16:16:26.177Z' + url: >- + https://www.themoviedb.org/review/6747ad84a65145f558dae8db + - author: Chandler Danier + author_details: + avatar_path: null + name: Chandler Danier + rating: 4 + username: chandlerdanier + content: "Denzel is a badass. I love Denzel. He does the tongue thing from Joaquin's role in the first. Not even he could save this pile of crap.\r\n\r\nThe CGI somehow is worse than the original. Historical battles are cool but not even historical battles could save this pile of crap.\r\n\r\nThe Mandalorian is cool. Not even the Mandalorian could save this pile of crap.\r\n\r\nIt's a pile of crap." + created_at: '2024-12-14T01:29:59.468Z' + id: 675cdf976c04dc336615b904 + updated_at: '2024-12-14T01:29:59.543Z' + url: >- + https://www.themoviedb.org/review/675cdf976c04dc336615b904 + - author: RalphRahal + author_details: + avatar_path: null + name: '' + rating: 5 + username: RalphRahal + content: "When Ridley Scott decided to revisit Gladiator, it sounded like an opportunity to expand on one of the greatest historical epics. Instead, we got a rehash that feels more like a missed opportunity than a bold sequel.\r\n\r\nThe first act rushes through familiar territory. A general, born out of combat, loses his family and ends up as a slave. Sound familiar? It’s the same setup as Maximus’s story, minus the emotional weight. And sending Lucilla’s son away to protect him? That’s not just a weak plot point, it spits on everything Maximus and Marcus died for.\r\n\r\nThe second act brings nothing new to the table. The “twist” is predictable, the plot messy, and the villains uninspired. Commodus worked because he was layered, a mix of insecurity and cruelty. Here, the two emperors are generic placeholders. Even the attempted coup feels like déjà vu, with none of the intensity or buildup that made the first movie iconic.\r\n\r\nThe third act delivers a visually stunning battle but lacks substance. The final showdown offers nothing fresh, and the death of the antagonist in front of everyone feels like it’s trying to copy the original. The speech about “Maximus and Marcus’s dream”? We’ve heard it before, and it meant more the first time.\r\n\r\nWhat was the point of that last scene? There were so many ways to end this movie with a high note, something meaningful to honor Lucilla or Acacius. Instead, we get a hollow, pointless ending that adds nothing to the story.\r\n\r\nCredit where it’s due: the cinematography, CGI, and score are outstanding. Visually, the movie is a masterpiece, with breathtaking scenery and polished editing. The music, while clearly inspired by the original, carries the mood well. But great visuals can’t save a story that refuses to move forward.\r\n\r\nGladiator 2 had potential, but it’s stuck trying to recreate past glory instead of delivering something new. It’s visually impressive but ultimately hollow." + created_at: '2024-12-29T01:09:01.956Z' + id: 6770a12d005810c23f927a8c + updated_at: '2024-12-29T01:09:02.034Z' + url: >- + https://www.themoviedb.org/review/6770a12d005810c23f927a8c + total_pages: 1 + total_results: 12 + + /movie/{movie_id}/similar: + get: + tags: + - MOVIES + summary: Similar + description: This endpoint get the similar movies based on genres and keywords. + operationId: similar + parameters: + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: similar + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=13815 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:31:46 GMT + ETag: + schema: + type: string + example: W/"ae457f88456604a75b0be02ea261ad6d" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 b471d3775e81a9be536b52b99f39452a.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: PG59o9HOY73mIuwHu40VofaxkyOjeSPIu26VLH1xu_OdpNU48R7KZw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '13292' + x-memc-expires: + schema: + type: string + example: '13815' + x-memc-key: + schema: + type: string + example: 364c77228440f017af9298cf4ada009e + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /AuV99eQivVWuk2AOSM6hYh9QRPQ.jpg + genre_ids: + type: array + items: + type: number + example: 12 + example: + - 12 + - 10751 + - 14 + id: + type: number + example: 411 + original_language: + type: string + example: en + original_title: + type: string + example: >- + The Chronicles of Narnia: The Lion, the Witch and + the Wardrobe + overview: + type: string + example: >- + Siblings Lucy, Edmund, Susan and Peter step through + a magical wardrobe and find the land of Narnia. + There, they discover a charming, once peaceful + kingdom that has been plunged into eternal winter by + the evil White Witch, Jadis. Aided by the wise and + magnificent lion, Aslan, the children lead Narnia + into a spectacular, climactic battle to be free of + the Witch's glacial powers forever. + popularity: + type: number + example: 214.923 + poster_path: + type: string + nullable: true + example: /iREd0rNCjYdf5Ar0vfaW32yrkm.jpg + release_date: + type: string + example: '2005-12-07' + title: + type: string + example: >- + The Chronicles of Narnia: The Lion, the Witch and + the Wardrobe + video: + type: boolean + example: false + vote_average: + type: number + example: 7.1 + vote_count: + type: number + example: 10666 + example: + - adult: false + backdrop_path: /AuV99eQivVWuk2AOSM6hYh9QRPQ.jpg + genre_ids: + - 12 + - 10751 + - 14 + id: 411 + original_language: en + original_title: >- + The Chronicles of Narnia: The Lion, the Witch and the + Wardrobe + overview: >- + Siblings Lucy, Edmund, Susan and Peter step through a + magical wardrobe and find the land of Narnia. There, + they discover a charming, once peaceful kingdom that + has been plunged into eternal winter by the evil White + Witch, Jadis. Aided by the wise and magnificent lion, + Aslan, the children lead Narnia into a spectacular, + climactic battle to be free of the Witch's glacial + powers forever. + popularity: 214.923 + poster_path: /iREd0rNCjYdf5Ar0vfaW32yrkm.jpg + release_date: '2005-12-07' + title: >- + The Chronicles of Narnia: The Lion, the Witch and the + Wardrobe + video: false + vote_average: 7.1 + vote_count: 10666 + - adult: false + backdrop_path: /qDEZmaaAGhEso6kvB5kk1CROPwG.jpg + genre_ids: + - 18 + id: 897 + original_language: bn + original_title: অপরাজিত + overview: >- + Aparajito picks up where the first film leaves off, + with Apu and his family having moved away from the + country to live in the bustling holy city of Varanasi + (then known as Benares). As Apu progresses from + wide-eyed child to intellectually curious teenager, + eventually studying in Kolkata, we witness his + academic and moral education, as well as the growing + complexity of his relationship with his mother. This + tenderly expressive, often heart-wrenching film, which + won three top prizes at the Venice Film Festival, + including the Golden Lion, not only extends but also + spiritually deepens the tale of Apu. Preserved by the + Academy Film Archive in 1996. + popularity: 10.379 + poster_path: /qvR2Qs42WHwCEcuwhQnterU3gVY.jpg + release_date: '1956-10-11' + title: Aparajito + video: false + vote_average: 7.9 + vote_count: 253 + - adult: false + backdrop_path: /rgy1Nf2kf7UodG4BI6awfQqttac.jpg + genre_ids: + - 18 + - 10749 + - 10752 + id: 907 + original_language: en + original_title: Doctor Zhivago + overview: >- + The life of a Russian physician and poet who, although + married to another, falls in love with a political + activist's wife and experiences hardship during World + War I and then the October Revolution. + popularity: 24.561 + poster_path: /r0Iv2BiCFYDnzc6uU1q3AJ56igT.jpg + release_date: '1965-12-22' + title: Doctor Zhivago + video: false + vote_average: 7.542 + vote_count: 1147 + - adult: false + backdrop_path: /ryuNZtfeugm9olrytaydFPsDSoB.jpg + genre_ids: + - 28 + - 12 + - 35 + - 80 + - 53 + id: 942 + original_language: en + original_title: Lethal Weapon 2 + overview: >- + In the opening chase, Martin Riggs and Roger Murtaugh + stumble across a trunk full of Krugerrands. They + follow the trail to a South African diplomat who's + using his immunity to conceal a smuggling operation. + When he plants a bomb under Murtaugh's toilet, the + action explodes! + popularity: 26.588 + poster_path: /z35OkbOTfnalyx8LK5EPUrnKQhR.jpg + release_date: '1989-07-07' + title: Lethal Weapon 2 + video: false + vote_average: 7.016 + vote_count: 3379 + - adult: false + backdrop_path: /kmt9XmhmX36sJduuDVFlTgEWh9U.jpg + genre_ids: + - 12 + - 28 + - 35 + - 53 + - 80 + id: 943 + original_language: en + original_title: Lethal Weapon 3 + overview: >- + Archetypal buddy cops Riggs and Murtaugh are back for + another round of high-stakes action, this time setting + their collective sights on bringing down a former Los + Angeles police lieutenant turned black market weapons + dealer. Lorna Cole joins as the beautiful yet + hardnosed internal affairs sergeant who catches + Riggs's eye. + popularity: 31.505 + poster_path: /smzJxEnusgqv3bvHIWwf4cuwPcr.jpg + release_date: '1992-05-15' + title: Lethal Weapon 3 + video: false + vote_average: 6.697 + vote_count: 2898 + - adult: false + backdrop_path: /u4d4vymNPo1UuJ6ihtyy9OQgco2.jpg + genre_ids: + - 28 + - 12 + - 35 + - 80 + - 53 + id: 944 + original_language: en + original_title: Lethal Weapon 4 + overview: >- + Officers Martin Riggs and Roger Murtaugh of the Los + Angeles Police Department must stop a dangerous crime + lord from China from getting his brother out of jail. + popularity: 31.029 + poster_path: /vl4n3uO602y8nDsqjE4RIMnSy8Q.jpg + release_date: '1998-07-10' + title: Lethal Weapon 4 + video: false + vote_average: 6.6 + vote_count: 2638 + - adult: false + backdrop_path: /mx2jS5Kaa5rmaldEFzKeKpDN9Q2.jpg + genre_ids: + - 12 + - 36 + - 10752 + id: 947 + original_language: en + original_title: Lawrence of Arabia + overview: >- + The story of British officer T.E. Lawrence's mission + to aid the Arab tribes in their revolt against the + Ottoman Empire during the First World War. Lawrence + becomes a flamboyant, messianic figure in the cause of + Arab unity but his psychological instability threatens + to undermine his achievements. + popularity: 37.987 + poster_path: /AiAm0EtDvyGqNpVoieRw4u65vD1.jpg + release_date: '1962-12-11' + title: Lawrence of Arabia + video: false + vote_average: 8 + vote_count: 3032 + - adult: false + backdrop_path: /wRTZaxAiDP0ZEeQsO0HiiSqYCSp.jpg + genre_ids: + - 16 + - 10751 + - 35 + - 12 + id: 950 + original_language: en + original_title: 'Ice Age: The Meltdown' + overview: >- + Diego, Manny and Sid return in this sequel to the hit + animated movie Ice Age. This time around, the deep + freeze is over, and the ice-covered earth is starting + to melt, which will destroy the trio's cherished + valley. The impending disaster prompts them to reunite + and warn all the other beasts about the desperate + situation. + popularity: 61.72 + poster_path: /zDduhCHasKQ9YOTvlOreHem7Wbi.jpg + release_date: '2006-03-29' + title: 'Ice Age: The Meltdown' + video: false + vote_average: 6.71 + vote_count: 9729 + - adult: false + backdrop_path: /aheSIG4h3JNxWeDvdb1NxKzgjaM.jpg + genre_ids: + - 36 + - 10752 + - 18 + - 12 + id: 967 + original_language: en + original_title: Spartacus + overview: >- + The rebellious Thracian Spartacus, born and raised a + slave, is sold to Gladiator trainer Batiatus. After + weeks of being trained to kill for the arena, + Spartacus turns on his owners and leads the other + slaves in rebellion. As the rebels move from town to + town, their numbers swell as escaped slaves join their + ranks. Under the leadership of Spartacus, they make + their way to southern Italy, where they will cross the + sea and return to their homes. + popularity: 34.715 + poster_path: /xLPpQlFWE12cbqNJQ5Vf4eJU8ij.jpg + release_date: '1960-10-13' + title: Spartacus + video: false + vote_average: 7.5 + vote_count: 2146 + - adult: false + backdrop_path: /eGhjeUbzttA3E4flxdAm8gHz4h4.jpg + genre_ids: + - 28 + - 12 + - 10752 + id: 1271 + original_language: en + original_title: '300' + overview: >- + Based on Frank Miller's graphic novel, "300" is very + loosely based the 480 B.C. Battle of Thermopylae, + where the King of Sparta led his army against the + advancing Persians; the battle is said to have + inspired all of Greece to band together against the + Persians, and helped usher in the world's first + democracy. + popularity: 50.326 + poster_path: /h7Lcio0c9ohxPhSZg42eTlKIVVY.jpg + release_date: '2007-03-07' + title: '300' + video: false + vote_average: 7.188 + vote_count: 13738 + - adult: false + backdrop_path: /gRWOLFbgkmujsPUNgQshkSkCTdf.jpg + genre_ids: + - 28 + - 12 + - 53 + - 10752 + id: 1369 + original_language: en + original_title: 'Rambo: First Blood Part II' + overview: >- + John Rambo is released from prison by the government + for a top-secret covert mission to the last place on + Earth he'd want to return - the jungles of Vietnam. + popularity: 54.874 + poster_path: /pzPdwOitmTleVE3YPMfIQgLh84p.jpg + release_date: '1985-05-21' + title: 'Rambo: First Blood Part II' + video: false + vote_average: 6.646 + vote_count: 3922 + - adult: false + backdrop_path: /8eRscFbRYl681zDfkjv1jjW1KAA.jpg + genre_ids: + - 878 + - 28 + - 12 + id: 1452 + original_language: en + original_title: Superman Returns + overview: >- + Superman returns to discover his 5-year absence has + allowed Lex Luthor to walk free, and that those he was + closest to felt abandoned and have moved on. Luthor + plots his ultimate revenge that could see millions + killed and change the face of the planet forever, as + well as ridding himself of the Man of Steel. + popularity: 32.702 + poster_path: /385XwTQZDpRX2d3kxtnpiLrjBXw.jpg + release_date: '2006-06-28' + title: Superman Returns + video: false + vote_average: 5.774 + vote_count: 4200 + - adult: false + backdrop_path: /kP8rK9dGS1pr0HrnmXfIi2heWjo.jpg + genre_ids: + - 18 + - 28 + - 12 + - 36 + - 10752 + id: 1495 + original_language: en + original_title: Kingdom of Heaven + overview: >- + After his wife dies, a blacksmith named Balian is + thrust into royalty, political intrigue and bloody + holy wars during the Crusades. + popularity: 63.024 + poster_path: /uk55nBEFIQFveIiy9jvLGiVtk4h.jpg + release_date: '2005-05-03' + title: Kingdom of Heaven + video: false + vote_average: 7 + vote_count: 4299 + - adult: false + backdrop_path: /bYJv39whWTAOWO0mv7oUija8GgM.jpg + genre_ids: + - 28 + - 12 + id: 575264 + original_language: en + original_title: 'Mission: Impossible - Dead Reckoning Part One' + overview: >- + Ethan Hunt and his IMF team embark on their most + dangerous mission yet: To track down a terrifying new + weapon that threatens all of humanity before it falls + into the wrong hands. With control of the future and + the world's fate at stake and dark forces from Ethan's + past closing in, a deadly race around the globe + begins. Confronted by a mysterious, all-powerful + enemy, Ethan must consider that nothing can matter + more than his mission—not even the lives of those he + cares about most. + popularity: 120.784 + poster_path: /NNxYkU70HPurnNCSiCjYAmacwm.jpg + release_date: '2023-07-08' + title: 'Mission: Impossible - Dead Reckoning Part One' + video: false + vote_average: 7.5 + vote_count: 3889 + - adult: false + backdrop_path: /3hugi0xNkUG2SvrQI5GXIpDaf17.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 575265 + original_language: en + original_title: 'Mission: Impossible - The Final Reckoning' + overview: >- + After escaping a calamitous train crash, Ethan + realizes The Entity is stashed aboard an old Russian + submarine, but a foe from his past named Gabriel is + also on the trail. + popularity: 103.939 + poster_path: /z53D72EAOxGRqdr7KXXWp9dJiDe.jpg + release_date: '2025-05-21' + title: 'Mission: Impossible - The Final Reckoning' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 80 + - 28 + id: 1249415 + original_language: ko + original_title: 범죄도시 5 + overview: '' + popularity: 3.199 + poster_path: null + release_date: '' + title: The Roundup 5 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4xSwUdwDw43YV8eVXFF7FquN2vH.jpg + genre_ids: + - 80 + - 18 + id: 1253059 + original_language: pa + original_title: ਬਲੈਕੀਆ ੨ + overview: >- + A young man from a village rises through the ranks of + the underworld. + popularity: 0.982 + poster_path: /eA9dnAXj9NETERswgEiZlNTcE7Q.jpg + release_date: '2024-03-08' + title: Blackia 2 + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: /kv7Cnk2FZzFzdbTMVPjMrOhSJdH.jpg + genre_ids: + - 18 + - 36 + id: 5153 + original_language: it + original_title: Cabiria + overview: >- + Young Cabiria is kidnapped by pirates and sold as a + slave in Carthage. Just as she's to be sacrificed to + Moloch, Cabiria is rescued by Fulvius Axilla, a + good-hearted Roman spy, and his powerful slave, + Maciste. The trio are broken up as Cabiria is + entrusted to a woman of noble birth. With Cabiria's + fate unknown, Maciste punished for his heroism, and + Fulvius sent away to fight for Rome, is there any hope + of our heroes reuniting? + popularity: 5.96 + poster_path: /oZhgcHHapkzYmB0OhQcRfZ7LdLM.jpg + release_date: '1914-06-01' + title: Cabiria + video: false + vote_average: 7.2 + vote_count: 128 + - adult: false + backdrop_path: /flYEmZuMyDJKomYbprKzkbltXRw.jpg + genre_ids: + - 28 + - 12 + - 18 + - 53 + id: 7227 + original_language: en + original_title: Airport '77 + overview: >- + Flight 23 has crashed in the Bermuda Triangle after a + hijacking gone wrong. Now the surviving passengers + must brave panic, slow leaks, oxygen depletion, and + more while attempting a daring plan, all while 200 + feet underwater. + popularity: 15.611 + poster_path: /m9b3frZR0Wu8I3ayN3QPrxfZMvC.jpg + release_date: '1977-03-11' + title: Airport '77 + video: false + vote_average: 5.599 + vote_count: 293 + - adult: false + backdrop_path: /zzAErvRSasbEpe3biSLjhilvBlk.jpg + genre_ids: + - 28 + - 53 + - 10752 + id: 7555 + original_language: en + original_title: Rambo + overview: >- + In Thailand, ex-Green Beret John James Rambo joins a + group of mercenaries to venture into war-torn + neighboring Myanmar to rescue a group of Christian aid + workers who have been kidnapped by a ruthless local + infantry unit. + popularity: 51.142 + poster_path: /3mInub5c8o00H7EJ1TrjAqOzIuc.jpg + release_date: '2008-01-24' + title: Rambo + video: false + vote_average: 6.7 + vote_count: 3902 + total_pages: + type: number + example: 14410 + total_results: + type: number + example: 288183 + examples: + similar: + value: + page: 1 + results: + - adult: false + backdrop_path: /AuV99eQivVWuk2AOSM6hYh9QRPQ.jpg + genre_ids: + - 12 + - 10751 + - 14 + id: 411 + original_language: en + original_title: >- + The Chronicles of Narnia: The Lion, the Witch and the + Wardrobe + overview: >- + Siblings Lucy, Edmund, Susan and Peter step through a + magical wardrobe and find the land of Narnia. There, + they discover a charming, once peaceful kingdom that + has been plunged into eternal winter by the evil White + Witch, Jadis. Aided by the wise and magnificent lion, + Aslan, the children lead Narnia into a spectacular, + climactic battle to be free of the Witch's glacial + powers forever. + popularity: 214.923 + poster_path: /iREd0rNCjYdf5Ar0vfaW32yrkm.jpg + release_date: '2005-12-07' + title: >- + The Chronicles of Narnia: The Lion, the Witch and the + Wardrobe + video: false + vote_average: 7.1 + vote_count: 10666 + - adult: false + backdrop_path: /qDEZmaaAGhEso6kvB5kk1CROPwG.jpg + genre_ids: + - 18 + id: 897 + original_language: bn + original_title: অপরাজিত + overview: >- + Aparajito picks up where the first film leaves off, + with Apu and his family having moved away from the + country to live in the bustling holy city of Varanasi + (then known as Benares). As Apu progresses from + wide-eyed child to intellectually curious teenager, + eventually studying in Kolkata, we witness his + academic and moral education, as well as the growing + complexity of his relationship with his mother. This + tenderly expressive, often heart-wrenching film, which + won three top prizes at the Venice Film Festival, + including the Golden Lion, not only extends but also + spiritually deepens the tale of Apu. Preserved by the + Academy Film Archive in 1996. + popularity: 10.379 + poster_path: /qvR2Qs42WHwCEcuwhQnterU3gVY.jpg + release_date: '1956-10-11' + title: Aparajito + video: false + vote_average: 7.9 + vote_count: 253 + - adult: false + backdrop_path: /rgy1Nf2kf7UodG4BI6awfQqttac.jpg + genre_ids: + - 18 + - 10749 + - 10752 + id: 907 + original_language: en + original_title: Doctor Zhivago + overview: >- + The life of a Russian physician and poet who, although + married to another, falls in love with a political + activist's wife and experiences hardship during World + War I and then the October Revolution. + popularity: 24.561 + poster_path: /r0Iv2BiCFYDnzc6uU1q3AJ56igT.jpg + release_date: '1965-12-22' + title: Doctor Zhivago + video: false + vote_average: 7.542 + vote_count: 1147 + - adult: false + backdrop_path: /ryuNZtfeugm9olrytaydFPsDSoB.jpg + genre_ids: + - 28 + - 12 + - 35 + - 80 + - 53 + id: 942 + original_language: en + original_title: Lethal Weapon 2 + overview: >- + In the opening chase, Martin Riggs and Roger Murtaugh + stumble across a trunk full of Krugerrands. They + follow the trail to a South African diplomat who's + using his immunity to conceal a smuggling operation. + When he plants a bomb under Murtaugh's toilet, the + action explodes! + popularity: 26.588 + poster_path: /z35OkbOTfnalyx8LK5EPUrnKQhR.jpg + release_date: '1989-07-07' + title: Lethal Weapon 2 + video: false + vote_average: 7.016 + vote_count: 3379 + - adult: false + backdrop_path: /kmt9XmhmX36sJduuDVFlTgEWh9U.jpg + genre_ids: + - 12 + - 28 + - 35 + - 53 + - 80 + id: 943 + original_language: en + original_title: Lethal Weapon 3 + overview: >- + Archetypal buddy cops Riggs and Murtaugh are back for + another round of high-stakes action, this time setting + their collective sights on bringing down a former Los + Angeles police lieutenant turned black market weapons + dealer. Lorna Cole joins as the beautiful yet + hardnosed internal affairs sergeant who catches + Riggs's eye. + popularity: 31.505 + poster_path: /smzJxEnusgqv3bvHIWwf4cuwPcr.jpg + release_date: '1992-05-15' + title: Lethal Weapon 3 + video: false + vote_average: 6.697 + vote_count: 2898 + - adult: false + backdrop_path: /u4d4vymNPo1UuJ6ihtyy9OQgco2.jpg + genre_ids: + - 28 + - 12 + - 35 + - 80 + - 53 + id: 944 + original_language: en + original_title: Lethal Weapon 4 + overview: >- + Officers Martin Riggs and Roger Murtaugh of the Los + Angeles Police Department must stop a dangerous crime + lord from China from getting his brother out of jail. + popularity: 31.029 + poster_path: /vl4n3uO602y8nDsqjE4RIMnSy8Q.jpg + release_date: '1998-07-10' + title: Lethal Weapon 4 + video: false + vote_average: 6.6 + vote_count: 2638 + - adult: false + backdrop_path: /mx2jS5Kaa5rmaldEFzKeKpDN9Q2.jpg + genre_ids: + - 12 + - 36 + - 10752 + id: 947 + original_language: en + original_title: Lawrence of Arabia + overview: >- + The story of British officer T.E. Lawrence's mission + to aid the Arab tribes in their revolt against the + Ottoman Empire during the First World War. Lawrence + becomes a flamboyant, messianic figure in the cause of + Arab unity but his psychological instability threatens + to undermine his achievements. + popularity: 37.987 + poster_path: /AiAm0EtDvyGqNpVoieRw4u65vD1.jpg + release_date: '1962-12-11' + title: Lawrence of Arabia + video: false + vote_average: 8 + vote_count: 3032 + - adult: false + backdrop_path: /wRTZaxAiDP0ZEeQsO0HiiSqYCSp.jpg + genre_ids: + - 16 + - 10751 + - 35 + - 12 + id: 950 + original_language: en + original_title: 'Ice Age: The Meltdown' + overview: >- + Diego, Manny and Sid return in this sequel to the hit + animated movie Ice Age. This time around, the deep + freeze is over, and the ice-covered earth is starting + to melt, which will destroy the trio's cherished + valley. The impending disaster prompts them to reunite + and warn all the other beasts about the desperate + situation. + popularity: 61.72 + poster_path: /zDduhCHasKQ9YOTvlOreHem7Wbi.jpg + release_date: '2006-03-29' + title: 'Ice Age: The Meltdown' + video: false + vote_average: 6.71 + vote_count: 9729 + - adult: false + backdrop_path: /aheSIG4h3JNxWeDvdb1NxKzgjaM.jpg + genre_ids: + - 36 + - 10752 + - 18 + - 12 + id: 967 + original_language: en + original_title: Spartacus + overview: >- + The rebellious Thracian Spartacus, born and raised a + slave, is sold to Gladiator trainer Batiatus. After + weeks of being trained to kill for the arena, + Spartacus turns on his owners and leads the other + slaves in rebellion. As the rebels move from town to + town, their numbers swell as escaped slaves join their + ranks. Under the leadership of Spartacus, they make + their way to southern Italy, where they will cross the + sea and return to their homes. + popularity: 34.715 + poster_path: /xLPpQlFWE12cbqNJQ5Vf4eJU8ij.jpg + release_date: '1960-10-13' + title: Spartacus + video: false + vote_average: 7.5 + vote_count: 2146 + - adult: false + backdrop_path: /eGhjeUbzttA3E4flxdAm8gHz4h4.jpg + genre_ids: + - 28 + - 12 + - 10752 + id: 1271 + original_language: en + original_title: '300' + overview: >- + Based on Frank Miller's graphic novel, "300" is very + loosely based the 480 B.C. Battle of Thermopylae, + where the King of Sparta led his army against the + advancing Persians; the battle is said to have + inspired all of Greece to band together against the + Persians, and helped usher in the world's first + democracy. + popularity: 50.326 + poster_path: /h7Lcio0c9ohxPhSZg42eTlKIVVY.jpg + release_date: '2007-03-07' + title: '300' + video: false + vote_average: 7.188 + vote_count: 13738 + - adult: false + backdrop_path: /gRWOLFbgkmujsPUNgQshkSkCTdf.jpg + genre_ids: + - 28 + - 12 + - 53 + - 10752 + id: 1369 + original_language: en + original_title: 'Rambo: First Blood Part II' + overview: >- + John Rambo is released from prison by the government + for a top-secret covert mission to the last place on + Earth he'd want to return - the jungles of Vietnam. + popularity: 54.874 + poster_path: /pzPdwOitmTleVE3YPMfIQgLh84p.jpg + release_date: '1985-05-21' + title: 'Rambo: First Blood Part II' + video: false + vote_average: 6.646 + vote_count: 3922 + - adult: false + backdrop_path: /8eRscFbRYl681zDfkjv1jjW1KAA.jpg + genre_ids: + - 878 + - 28 + - 12 + id: 1452 + original_language: en + original_title: Superman Returns + overview: >- + Superman returns to discover his 5-year absence has + allowed Lex Luthor to walk free, and that those he was + closest to felt abandoned and have moved on. Luthor + plots his ultimate revenge that could see millions + killed and change the face of the planet forever, as + well as ridding himself of the Man of Steel. + popularity: 32.702 + poster_path: /385XwTQZDpRX2d3kxtnpiLrjBXw.jpg + release_date: '2006-06-28' + title: Superman Returns + video: false + vote_average: 5.774 + vote_count: 4200 + - adult: false + backdrop_path: /kP8rK9dGS1pr0HrnmXfIi2heWjo.jpg + genre_ids: + - 18 + - 28 + - 12 + - 36 + - 10752 + id: 1495 + original_language: en + original_title: Kingdom of Heaven + overview: >- + After his wife dies, a blacksmith named Balian is + thrust into royalty, political intrigue and bloody + holy wars during the Crusades. + popularity: 63.024 + poster_path: /uk55nBEFIQFveIiy9jvLGiVtk4h.jpg + release_date: '2005-05-03' + title: Kingdom of Heaven + video: false + vote_average: 7 + vote_count: 4299 + - adult: false + backdrop_path: /bYJv39whWTAOWO0mv7oUija8GgM.jpg + genre_ids: + - 28 + - 12 + id: 575264 + original_language: en + original_title: 'Mission: Impossible - Dead Reckoning Part One' + overview: >- + Ethan Hunt and his IMF team embark on their most + dangerous mission yet: To track down a terrifying new + weapon that threatens all of humanity before it falls + into the wrong hands. With control of the future and + the world's fate at stake and dark forces from Ethan's + past closing in, a deadly race around the globe + begins. Confronted by a mysterious, all-powerful + enemy, Ethan must consider that nothing can matter + more than his mission—not even the lives of those he + cares about most. + popularity: 120.784 + poster_path: /NNxYkU70HPurnNCSiCjYAmacwm.jpg + release_date: '2023-07-08' + title: 'Mission: Impossible - Dead Reckoning Part One' + video: false + vote_average: 7.5 + vote_count: 3889 + - adult: false + backdrop_path: /3hugi0xNkUG2SvrQI5GXIpDaf17.jpg + genre_ids: + - 28 + - 12 + - 53 + id: 575265 + original_language: en + original_title: 'Mission: Impossible - The Final Reckoning' + overview: >- + After escaping a calamitous train crash, Ethan + realizes The Entity is stashed aboard an old Russian + submarine, but a foe from his past named Gabriel is + also on the trail. + popularity: 103.939 + poster_path: /z53D72EAOxGRqdr7KXXWp9dJiDe.jpg + release_date: '2025-05-21' + title: 'Mission: Impossible - The Final Reckoning' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 80 + - 28 + id: 1249415 + original_language: ko + original_title: 범죄도시 5 + overview: '' + popularity: 3.199 + poster_path: null + release_date: '' + title: The Roundup 5 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4xSwUdwDw43YV8eVXFF7FquN2vH.jpg + genre_ids: + - 80 + - 18 + id: 1253059 + original_language: pa + original_title: ਬਲੈਕੀਆ ੨ + overview: >- + A young man from a village rises through the ranks of + the underworld. + popularity: 0.982 + poster_path: /eA9dnAXj9NETERswgEiZlNTcE7Q.jpg + release_date: '2024-03-08' + title: Blackia 2 + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: /kv7Cnk2FZzFzdbTMVPjMrOhSJdH.jpg + genre_ids: + - 18 + - 36 + id: 5153 + original_language: it + original_title: Cabiria + overview: >- + Young Cabiria is kidnapped by pirates and sold as a + slave in Carthage. Just as she's to be sacrificed to + Moloch, Cabiria is rescued by Fulvius Axilla, a + good-hearted Roman spy, and his powerful slave, + Maciste. The trio are broken up as Cabiria is + entrusted to a woman of noble birth. With Cabiria's + fate unknown, Maciste punished for his heroism, and + Fulvius sent away to fight for Rome, is there any hope + of our heroes reuniting? + popularity: 5.96 + poster_path: /oZhgcHHapkzYmB0OhQcRfZ7LdLM.jpg + release_date: '1914-06-01' + title: Cabiria + video: false + vote_average: 7.2 + vote_count: 128 + - adult: false + backdrop_path: /flYEmZuMyDJKomYbprKzkbltXRw.jpg + genre_ids: + - 28 + - 12 + - 18 + - 53 + id: 7227 + original_language: en + original_title: Airport '77 + overview: >- + Flight 23 has crashed in the Bermuda Triangle after a + hijacking gone wrong. Now the surviving passengers + must brave panic, slow leaks, oxygen depletion, and + more while attempting a daring plan, all while 200 + feet underwater. + popularity: 15.611 + poster_path: /m9b3frZR0Wu8I3ayN3QPrxfZMvC.jpg + release_date: '1977-03-11' + title: Airport '77 + video: false + vote_average: 5.599 + vote_count: 293 + - adult: false + backdrop_path: /zzAErvRSasbEpe3biSLjhilvBlk.jpg + genre_ids: + - 28 + - 53 + - 10752 + id: 7555 + original_language: en + original_title: Rambo + overview: >- + In Thailand, ex-Green Beret John James Rambo joins a + group of mercenaries to venture into war-torn + neighboring Myanmar to rescue a group of Christian aid + workers who have been kidnapped by a ruthless local + infantry unit. + popularity: 51.142 + poster_path: /3mInub5c8o00H7EJ1TrjAqOzIuc.jpg + release_date: '2008-01-24' + title: Rambo + video: false + vote_average: 6.7 + vote_count: 3902 + total_pages: 14410 + total_results: 288183 + + /movie/{movie_id}/translations: + get: + tags: + - MOVIES + summary: Translations + description: This endpoint get the translations for a movie. + operationId: translations1 + parameters: + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: translations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=5718 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:34:15 GMT + ETag: + schema: + type: string + example: W/"82ea6de437576013c27ad95858cf4291" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c35f767218cbd1125d801b52fa785c8c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: wDxWjmqdSsULb8oCI-ryNFTId8sum-92h4uzMv-icX-Zf85kQLyE5Q== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '17813' + x-memc-expires: + schema: + type: string + example: '5718' + x-memc-key: + schema: + type: string + example: df05ec54b5eb2a30fc4f84d0d6e7d0b2 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 558449 + translations: + type: array + items: + type: object + properties: + data: + type: object + properties: + homepage: + type: string + example: https://www.gladiator.movie + overview: + type: string + example: >- + Years after witnessing the death of the revered + hero Maximus at the hands of his uncle, Lucius + is forced to enter the Colosseum after his home + is conquered by the tyrannical Emperors who now + lead Rome with an iron fist. With rage in his + heart and the future of the Empire at stake, + Lucius must look to his past to find strength + and honor to return the glory of Rome to its + people. + runtime: + type: number + example: 148 + tagline: + type: string + example: Prepare to be entertained. + title: + type: string + example: '' + english_name: + type: string + example: English + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + name: + type: string + example: English + example: + - data: + homepage: https://www.gladiator.movie + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced + to enter the Colosseum after his home is conquered + by the tyrannical Emperors who now lead Rome with an + iron fist. With rage in his heart and the future of + the Empire at stake, Lucius must look to his past to + find strength and honor to return the glory of Rome + to its people. + runtime: 148 + tagline: Prepare to be entertained. + title: '' + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + homepage: '' + overview: >- + Años después de presenciar la muerte del venerado + héroe Maximus a manos de su tío, Lucius se ve + obligado a ingresar al Coliseo después de que su + hogar fuera conquistado por los emperadores + tiránicos que ahora dirigen Roma con mano de hierro. + Con rabia en su corazón y el futuro del Imperio en + juego, Lucius debe mirar a su pasado para encontrar + fuerza y ​​honor para devolver la gloria de Roma a + su pueblo. + runtime: 0 + tagline: '' + title: Gladiador II + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + homepage: '' + overview: >- + 故事延续前作,路奇乌斯(保罗·麦斯卡 Paul Mescal + 饰)童年时亲眼目击受万人景仰的英雄马克西蒙斯死于舅舅之手,多年后已长大成人的他,在暴君的铁腕统治下,被迫进入竞技场为生存而战。心中充满怒火的路奇乌斯,眼见罗马帝国的未来岌岌可危,决心讨回本属于他的权力和荣誉 + ,还罗马人民一个辉煌的罗马。 + runtime: 148 + tagline: '' + title: 角斗士2 + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: >- + 로마의 영웅이자 최고의 검투사였던 막시무스가 콜로세움에서 죽음을 맞이한 뒤 20여 년이 흐른 + 후. 쌍둥이 황제 게타와 카라칼라의 폭압 아래 시민을 위한 자유로운 나라 로마의 꿈은 잊힌 지 + 오래다. 한편 아카시우스 장군이 이끄는 로마군에 대패한 후 모든 것을 잃고 노예로 전락한 + 루시우스는 강한 권력욕을 지닌 마크리누스의 눈에 띄어 검투사로 발탁된다. 로마를 향한 걷잡을 + 수 없는 분노, 타고난 투사의 기질로 콜로세움에 입성하게 된 루시우스는 결투를 거듭하며 자신이 + 진짜 누구인지 알게 되고 마침내 로마의 운명을 건 결전을 준비하게 되는데...! + runtime: 148 + tagline: 역사로 기억될 새로운 반란이 시작된다! + title: 글래디에이터 II + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + homepage: '' + overview: >- + Dieciséis años después de la muerte de Marco + Aurelio, Roma está gobernada por los despiadados + emperadores gemelos Geta y Caracalla. El nieto de + Aurelio, Lucio Vero, vive bajo el seudónimo de Hanno + con su esposa Arishat en el reino norteafricano de + Numidia. El ejército romano dirigido por el general + Acacio invade y conquista el reino, esclavizando a + Lucio junto con otros supervivientes. Los esclavos + son llevados a Ostia, donde Lucio es comprado por el + maestro de cuadra Macrinus, que le promete la + oportunidad de vengarse matando a Acacio si gana + suficientes combates para llegar al Coliseo. + runtime: 0 + tagline: '' + title: '' + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + homepage: '' + overview: >- + Des années après avoir assisté à la mort du héros + vénéré Maximus aux mains de son oncle, Lucius est + forcé d'entrer dans le Colisée lorsque son pays est + conquis par les empereurs tyranniques qui gouvernent + désormais Rome d'une main de fer. La rage au cœur et + l'avenir de l'Empire en jeu, Lucius doit se tourner + vers son passé pour trouver la force et l'honneur de + rendre la gloire de Rome à son peuple. + runtime: 0 + tagline: Préparez-vous à être divertis. + title: '' + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + homepage: '' + overview: >- + 20 năm trước, một anh hùng đã được sinh ra và nhanh + chóng thống trị mọi mặt trận phòng vé toàn cầu đầy + kiêu hãnh. Tên gã là "Maximus Decimus Meridius, chỉ + huy quân đội phương Bắc, tướng quân của Felix + Legions, người trung thành với hoàng đế chân chính + Marcus Aurelius, cha của một đứa con đã bị giết, + chồng của một người vợ đã bị giết. Và tôi sẽ trả + thù, trong kiếp này hoặc kiếp sau". Và 20 năm sau, + Võ Sĩ Giác Đấu II tiếp nối với câu chuyện được thúc + đẩy bởi nỗi căm thù của cậu bé Lucius, lúc này đã là + một chàng võ sĩ giác đấu cường tráng bị ép buộc phải + bước vào Đấu Trường La Mã khi cả vương quốc của mình + rơi vào tay những gã Hoàng Đế bạo chúa. + runtime: 0 + tagline: Đế chế gào thét. Huyền thoại trở lại. + title: Võ Sĩ Giác Đấu II + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + homepage: '' + overview: >- + «Гладіатор II» продовжує епічну сагу про владу, + помсту та інтриги, події якої відбуваються в + Стародавньому Римі. Декілька років тому Луцій став + свідком вбивства Максимуса від рук свого дядька. + Тепер він змушений увійти в Колізей після того як + його дім було зруйновано імператорами-тиранами, які + тепер керують Римом. Оскільки на карту поставлено + майбутнє імперії, Луцій повинен знайти у собі сили + забути минуле та повернути Риму і його народу + колишню славу. + runtime: 148 + tagline: '' + title: Гладіатор II + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + homepage: '' + overview: >- + تدور أحداث العمل حول (لوشيوس)، ابن حبيبة (ماكسيموس) + والتي تُعرف باسم (لوسيا)، ذلك في أعقاب وفاة + (ماكسيموس) وانقلاب موازين القوة. + runtime: 0 + tagline: '' + title: المصارع 2 + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + homepage: https://gladiator2.jp + overview: >- + ローマ帝国が栄華を誇った時代―。ローマを支配する暴君の圧政によって自由を奪われたルシアスは、グラディエーター(剣闘士)となり、コロセウム(円形闘技場)での闘いに身を投じていく。果たして、怒りに燃えるルシアスは帝国への復讐を果たすことができるのか。 + runtime: 0 + tagline: '' + title: グラディエーターII 英雄を呼ぶ声 + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + homepage: '' + overview: >- + Anos depois de testemunhar a trágica morte do + reverenciado herói Maximus nas mãos de seu tio + malvado, Lucius se vê forçado a lutar no Coliseu + depois que sua terra natal é conquistada por dois + imperadores tirânicos, que agora governam Roma. Com + o coração ardendo de raiva e o destino do Império + pendurado por um fio, Lucius deve enfrentar perigos + e inimigos, redescobrindo em seu passado a força e a + honra necessárias para trazer a glória de Roma de + volta ao seu povo. Prepare-se para uma jornada épica + de coragem e vingança na sangrenta arena do Coliseu. + runtime: 150 + tagline: Um novo legado de rebelião vai começar. + title: Gladiador 2 + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + homepage: '' + overview: >- + Wiele lat po tym, jak był świadkiem śmierci + szanowanego bohatera Maximusa z rąk swojego wuja, + Lucjusz zostaje zmuszony do wejścia do Koloseum po + tym, jak jego dom został podbity przez despotycznych + cesarzy, którzy teraz prowadzą Rzym żelazną pięścią. + Z wściekłością w sercu i przyszłością Imperium na + szali, Lucjusz musi spojrzeć w swoją przeszłość, aby + znaleźć siłę i honor, aby przywrócić chwałę Rzymu + jego obywatelom. + runtime: 0 + tagline: '' + title: Gladiator 2 + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + homepage: '' + overview: >- + Anni dopo aver assistito alla tragica morte del + venerato eroe Massimo per mano del suo perfido zio, + Lucio (Paul Mescal) si trova costretto a combattere + nel Colosseo dopo che la sua patria viene + conquistata da parte di due tirannici imperatori, + che ora governano Roma. Con il cuore ardente di + rabbia e il destino dell'Impero appeso a un filo, + Lucio deve affrontare pericoli e nemici, riscoprendo + nel suo passato la forza e l'onore necessari per + riportare la gloria di Roma al suo popolo. + Preparatevi per un viaggio epico di coraggio e + vendetta nella sanguinosa arena del Colosseo. + runtime: 0 + tagline: >- + Ciò che facciamo nella vita riecheggia + nell'eternità. + title: Il gladiatore II + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + homepage: '' + overview: >- + Gladyatör Maximus Decimus Meridius’un ölümünden 15 + yıl sonrasıdır. Kana susamış kalabalıklar yarı deli + ikiz imparatorları zalimliğin yeni zirvelerine + iterken Kolezyum’daki savaşlar çok daha ölümcül ve + görkemli hâle gelmiştir. Roma İmparatorluğu + sınırlarını genişleterek, yoluna çıkan her kültürü + yağmalayarak ve hayatta kalanları ringde yaşamları + için savaşmaya zorlayarak yeryüzündeki yürüyüşünü + sürdürmektedir. + runtime: 0 + tagline: Eğlenmeye hazır olun. + title: Gladyatör II + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + homepage: '' + overview: '' + runtime: 0 + tagline: '' + title: გლადიატორი 2 + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + homepage: '' + overview: >- + หลายปีหลังจากที่ได้เห็นการเสียชีวิตของวีรบุรุษผู้เป็นที่เคารพนับถืออย่าง + แม็กซิมัส ด้วยน้ำมือของลุงของเขา ลูเซียส + ถูกบังคับให้เข้าสู่สังเวียนโคลอสเซียม + หลังจากบ้านของเขาถูกยึดครองโดยจักรพรรดิเผด็จการผู้ปกครองกรุงโรมด้วยอำนาจอันเหี้ยมโหด + ด้วยความโกรธภายในใจและอนาคตของจักรวรรดิที่แขวนอยู่บนเส้นด้าย + ลูเซียส + ต้องหันกลับไปหาค้นหาความเข้มแข็งและเกียรติยศจากอดีตของเขา + เพื่อคืนความรุ่งโรจน์ของโรมให้แก่ประชาชนของมัน + runtime: 0 + tagline: '' + title: แกลดดิเอเตอร์ นักรบผู้กล้า ผ่าแผ่นดินทรราช 2 + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + homepage: '' + overview: >- + 盧修斯(保羅麥斯卡 + 飾)童年時親眼目擊受萬人景仰的英雄麥師武死於舅父之手,多年後已長大成人的他,在暴帝的鐵腕統治下,被迫進入競技場為生存而戰。心中充滿怒火的盧修斯,眼見羅馬帝國的未來岌岌可危,決心討回本屬於他的權力和榮譽,還羅馬人民一個輝煌的羅馬。 + runtime: 0 + tagline: '' + title: 帝國驕雄 II + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: >- + Години след смъртта на почитания герой Максимус, + Луций – внук на бившия император на Рим Марк Аврелий + и син на Луцила – живее със съпругата и детето си в + Нумидия. Когато римски войници, начело с генерал + Марк Акаций, нахлуват в берберското царство, за да + го присъединят към империята, Луций е взет в + робство. Воден от нестихващата си ярост и желание за + мъст, Луций трябва да се обърне към миналото си, за + да намери в себе си сила да се опълчи срещу + тираничното управлението на младите императори + Каракала и Гета и да върне славата на Рим на неговия + народ. + runtime: 0 + tagline: '' + title: Гладиатор II + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + homepage: '' + overview: >- + سال‌ها پس از مرگ قهرمان مورد احترام، ماکسیموس، به + دست عمویش، لوسیوس مجبور می‌شود وارد کولوسئوم شود، پس + از اینکه خانه‌اش توسط امپراتوران ظالمی که اکنون با + مشت آهنین بر روم حکومت می‌کنند، تسخیر می‌شود. با خشم + در قلب و آینده امپراتوری در خطر، لوسیوس باید به + گذشته خود نگاه کند تا قدرت و افتخار را بیابد و شکوه + روم را به مردمش بازگرداند. + runtime: 141 + tagline: '' + title: گلادیاتور ۲ + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + homepage: '' + overview: >- + לוציוס, בנה של לוסילה ואחיינו של הנבל קומודוס, נשלח + בילדותו להתגורר בצפון אפריקה כדי להתרחק מהאימפריה + הרומית. כעת הוא שב אל רומא כגלדיאטור ורוכש אויבים + חדשים. + runtime: 148 + tagline: '' + title: גלדיאטור II + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + homepage: '' + overview: >- + Lucius, vnuk cisára Marca Aurelia a syn „prvého“ + gladiátora Maxima, žije v úkryte v jednom z + posledných slobodných miest v severnej Afrike. + Rozsiahla Rímska ríša ho však nenechá na pokoji. + Stačí jeden masívny útok flotily vedenej generálom + Acacciom, aby sa prosperujúce mesto zmenilo na ruiny + a slobodný Lucius na bezmenného otroka. Dobre + stavaného zajatca si všimne organizátor + gladiátorských hier Macrinus, ktorý z neho chce + urobiť hviezdu rímskeho kolosea (kým ho nenahradí + niekto schopnejší). Gladiátorské hry však nie sú tou + hlavnou hrou, ktorú Marcus hrá. Premyslený stratég + si uvedomuje slabosť ríše, ktorej vládnu dvaja + šialení cisári, Caracalla a Geta, a rozohráva + riskantnú hru, v ktorej gladiátor a zároveň + právoplatný dedič rímskeho trónu Lucius, jeho matka + Lucilla a generál Acacius, jej manžel a muž, ktorého + jej syn na smrť nenávidí za to, že mu zničil život, + bojujú na pomyselnej šachovnici. Chystá sa stret, + pri ktorom krv potečie nielen Koloseom, ale aj + ulicami Ríma. + runtime: 0 + tagline: '' + title: Gladiátor II + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + homepage: '' + overview: >- + 200 год нашей эры. Армия Римской империи под + командованием генерала Марка Акация штурмует Нумидию + — последнее свободное государство в Северной Африке. + В битве с захватчиками у воина Ханно погибает + супруга-лучница, а сам он попадает в плен. Вместе с + другими пленникам его готовятся продать в рабство, + но благодаря физической выносливости и боевым + навыкам его замечает и покупает организатор + гладиаторских боёв Макрин. Так воин становится + гладиатором, одержимым жаждой мести римскому + полководцу. Макрин обещает Ханно устроить встречу с + его заклятым врагом, если парень будет эффектно, + красочно и яростно сражаться на арене Колизея. + runtime: 148 + tagline: '' + title: Гладиатор 2 + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + homepage: '' + overview: >- + 保羅在片中飾演長大後露西拉之子的盧賽斯,在第一部事件發生後,他被母親送往非洲北部海岸生活,以避開羅馬的腐敗和暴力。他在那裡長大過著平靜的生活,但成年後,當佩德羅帕斯卡飾演的馬庫將軍率領的勢力入侵他在努米底亞的家鄉,並最終將他俘虜時,他發現自己又被推回羅馬的生活以及充滿殺戮的競技場之中。 + runtime: 0 + tagline: '' + title: 神鬼戰士2 + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + homepage: https://www.gladiator.movie/ + overview: >- + Jahre nachdem er Zeuge des Todes des verehrten + Helden Maximus durch die Hand seines Onkels wurde, + wird Lucius gezwungen, das Kolosseum zu betreten, + nachdem seine Heimat von den tyrannischen Kaisern + erobert wurde, die Rom nun mit eiserner Faust + regieren. Mit Wut in seinem Herzen und der Zukunft + des Imperiums auf dem Spiel muss Lucius in seine + Vergangenheit blicken, um Kraft und Ehre zu finden, + um den Ruhm Roms an sein Volk zurückzugeben. + runtime: 141 + tagline: '' + title: '' + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + homepage: '' + overview: >- + Az ötszörös Oscar-díjas Gladiátor folytatása. A + cselekmény néhány évvel később játszódik: Lucius, a + császár húgának, Lucillának fia felnőtt. Semmi sem + nyűgözte le jobban, mint Maximus hőstette. Az + egykori hadvezér, aki gladiátorok ellen kényszerült + harcolni, megmentette Luciust és édesanyját, + miközben bosszút akart állni saját családja + meggyilkolásáért. Lucius méltónak akarja bizonyítani + magát nagy példaképéhez, aki az arénában halt meg... + runtime: 0 + tagline: Készülj fel a szórakozásra + title: Gladiátor II. + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + homepage: '' + overview: >- + Er zijn inmiddels tientallen jaren verstreken nadat + Maximus zijn leven heeft gegeven als gladiator in + het Colosseum om zich te wreken op de keizer. + Lucius, de inmiddels volwassen zoon van Lucilla, + werd als kind door zijn moeder weggestuurd naar + Numidia om op te groeien net buiten het bereik van + het Romeinse Rijk. Hij heeft nooit helemaal begrepen + waarom. En naarmate hij sterker werd, nam zijn wrok + jegens haar toe. + runtime: 148 + tagline: '' + title: '' + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + homepage: '' + overview: >- + Nakon što su njegov dom osvojili tiranski carevi + koji sada vode Rim, Lucius je prisiljen ući u + Koloseum i mora pogledati u svoju prošlost kako bi + smogao snage da vrati slavu Rima njegovim ljudima. + runtime: 0 + tagline: '' + title: Gladijator II + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + homepage: '' + overview: >- + Dėl valdžios. Dėl sukilimo. Dėl keršto. Viena + istorija baigiasi. Ir prasideda kita. Liucijus (akt. + Paul Mescal), buvusio Romos imperatoriaus Marko + Aurelijaus anūkas ir Liucilos (akt. Connie Nielsen) + sūnus, gyvena ramų gyvenimą kol jo nesujaukia Romos + kareiviai, vadovaujami generolo Akacijaus (akt. + Pedro Pascal), pagrobdami ir parduodami Liucijų į + vergiją. Įkvėptas garsaus romėnų armijos generolo ir + sau lygių neturėjusio gladiatoriaus Maksimo, + Liucijus ryžtasi kovoti kaip gladiatorius, siekdamas + sugriauti jaunųjų imperatorių Karakalos ir Getos + valdžią. Įtūžis – jo dovana. Ir jis ją išpakuos + didingiausioje šventykloje, kokią yra pastačiusi + Roma – Koliziejuje – arenoje, kuri vergus paverčia + gladiatoriais, o gladiatorius – laisvais žmonėmis. + runtime: 0 + tagline: '' + title: Gladiatorius 2 + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + homepage: '' + overview: >- + Vuosia sen jälkeen, kun Lucius todisti arvostetun + gladiaattorisankari Maximuksen kuoleman setänsä + takia, hän joutuu itse astumaan Colosseumille. + Luciuksen omat kotiseudut on valloitettu, kun kaksi + tyrannimaista keisaria hallitsee nyt Roomaa + rautaisella otteellaan. Koska Rooman imperiumin + tulevaisuus on uhattuna, Luciuksen pitää ammentaa + kokemistaan vääryyksistä voimaa ja palauttaa Rooma + takaisin kansalleen. + runtime: 141 + tagline: '' + title: '' + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + homepage: '' + overview: >- + År efter att ha bevittnat den ärade hjälten Maximus + död, som orsakades av hans morbror, tvingas Lucius + att gå in i Colosseum efter att hans hem har + erövrats av de tyranniska kejsarna som nu styr Rom + med järnhand. Med vrede i hjärtat och imperiets + framtid på spel måste Lucius söka i sitt förflutna + för att hitta styrkan och hedern att återge Rom dess + forna glans och ära till dess folk. + runtime: 0 + tagline: '' + title: '' + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + homepage: '' + overview: >- + Anys després de presenciar la mort de l'admirat + heroi Màxim a mans del seu oncle, Luci es veu forçat + a entrar al Colosseu després de ser testimoni de la + conquesta de casa seva per part dels tirànics + emperadors que dirigeixen Roma amb puny de ferro. + Amb un cor desbordant de fúria i el futur de + l'imperi en joc, Luci ha de rememorar el seu passat + a la recerca de la força i l'honor que tornin al + poble la glòria perduda de Roma. + runtime: 0 + tagline: '' + title: '' + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + homepage: '' + overview: >- + Lucius, vnuk císaře Marka Aurelia a syn „prvního“ + gladiátora Maxima, žije v utajení v jednom z + posledních svobodných měst na severu Afriky. + Rozpínavá Římská říše ho však nenechá na pokoji. + Stačí jeden masívní útok loďstva vedeného generálem + Acaciem a prosperující město se změní v ruiny a + svobodný Lucius v bezejmenného otroka. Urostlého + zajatce si všimne organizátor gladiátorských zápasů + Macrinus, který z něj chce mít hvězdu Římského + kolosea (než ho nahradí někdo schopnější). + Gladiátorské hry však nejsou tou hlavní hrou, kterou + Marcinus hraje. Důmyslný stratég si uvědomuje + slabost impéria ovládaného dvěma šílenými císaři, + Caracallou a Getou, a rozehraje riskantní partii, v + níž na pomyslné šachovnici bojují gladiátor a také + právoplatný dědic římského trůnu Lucius, jeho matka + Lucilla a generál Acacius, její manžel a zároveň + muž, kterého její syn k smrti nenávidí, protože mu + zničil život. Blíží se střet, při kterém krev + nepoteče jen Koloseem, ale i ulicemi Říma. + runtime: 0 + tagline: '' + title: Gladiátor II + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + homepage: '' + overview: >- + Anos depois de testemunhar a morte do venerado herói + Máximus às mãos do seu tio, Lúcius é forçado a + entrar no Coliseu depois de a sua casa ter sido + conquistada pelos imperadores tirânicos que agora + lideram Roma com mão de ferro. Com a raiva no + coração e o futuro do Império em jogo, Lúcius tem de + olhar para o seu passado para encontrar força e + honra para devolver a glória de Roma ao seu povo. + runtime: 148 + tagline: '' + title: Gladiador II + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + homepage: '' + overview: >- + La ani după ce a asistat la moartea veneratului erou + Maximus de către unchiul său, Lucius este forțat să + intre în Colosseum după ce casa lui este cucerită de + împărații tiranici care acum conduc Roma cu o mână + de fier. Cu furie în inimă și cu viitorul Imperiului + în joc, Lucius trebuie să se uite la trecutul său + pentru a găsi putere și onoare pentru a întoarce + gloria Romei poporului său. + runtime: 0 + tagline: '' + title: Gladiatorul II + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + homepage: '' + overview: >- + Χρόνια αφότου έγινε μάρτυρας του θανάτου του + αξιοσέβαστου Μάξιμου από τα χέρια του θείου του, ο + Λεύκιος αναγκάζεται να εισέλθει στο Κολοσσαίο, αφού + η πατρίδα του κατακτήθηκε από τους τυραννικούς + αυτοκράτορες που πλέον ηγούνται της Ρώμης. Γεμάτος + οργή και με το μέλλον της αυτοκρατορίας να + διακυβεύεται, ο Λεύκιος πρέπει να ανατρέξει στο + παρελθόν του για να βρει τη δύναμη να επιστρέψει η + δόξα στο λαό της Ρώμης. + runtime: 148 + tagline: '' + title: Μονομάχος ΙΙ + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + homepage: '' + overview: >- + Lucij je leta po tem, ko je bil priča smrti + častitljivega junaka Maksima, ki ga je ubil njegov + stric, prisiljen vstopiti v Kolosej, potem ko njegov + dom zavzamejo tiranski cesarji, ki zdaj Rim vodijo z + železno roko. Z besom v srcu in s tveganjem za + prihodnost cesarstva mora Lucij pogledati v svojo + preteklost, da bi našel moč in čast ter vrnil slavo + Rima njegovemu ljudstvu. + runtime: 0 + tagline: Pripravite se na zabavo. + title: '' + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + homepage: '' + overview: >- + Годинама након што је био сведок Максимове смрти од + руке свог стрица, Луције мора да уђе у Колосеум + након што су моћни римски цареви освојили његов дом. + Са бесом у срцу и будућношћу царства у питању, он + гледа у прошлост како би пронашао снагу и част + потребну да врати славу Рима његовом народу. + runtime: 0 + tagline: Припреми се за забаву. + title: Гладијатор 2 + english_name: Serbian + iso_3166_1: RS + iso_639_1: sr + name: Srpski + - data: + homepage: '' + overview: >- + Години откако бил сведок на смртта на почитуваниот + херој Максим од рацете на неговиот чичко, Луциј е + принуден да влезе во Колосеумот откако неговиот дом + е освоен од тиранските императори што сега го водат + Рим со железна тупаница. Со бес во срцето и со + иднината на империјата загрозена, Луциј мора да + погледне во своето минато за да најде сила и чест да + му ја врати славата на Рим на неговиот народ. + runtime: 0 + tagline: '' + title: Гладијатор 2 + english_name: Macedonian + iso_3166_1: MK + iso_639_1: mk + name: '' + - data: + homepage: '' + overview: '' + runtime: 0 + tagline: '' + title: Gladiaator II + english_name: Estonian + iso_3166_1: EE + iso_639_1: et + name: Eesti + - data: + homepage: '' + overview: >- + År efter at have været vidne til den ærede helt + Maximus' død i hænderne på sin onkel, er Lucius + tvunget til at gå ind i Colosseum, efter at hans + hjem er erobret af de tyranniske kejsere, der nu + leder Rom med en jernnæve. Med vrede i hjertet og + imperiets fremtid på spil, må Lucius se på sin + fortid for at finde styrke og ære til at returnere + Roms herlighed til dets folk. + runtime: 148 + tagline: '' + title: '' + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + homepage: '' + overview: >- + Petit-fils de l'empereur Marc Aurèle, Lucius a + grandi en Numidie où il a été envoyé pour sa + sécurité par sa mère, Lucilla, à la suite de la mort + de son père, un illustre gladiateur. Des années plus + tard, au cours d'une bataille âprement disputée qui + coûte la vie à sa femme, sa ville est conquise par + les soldats romains sous le commandement du général + Marcus Acacius. Fait prisonnier, Lucius, dont + personne ne connaît la véritable identité, est + emmené à Rome. Ses aptitudes au combat, sa force et + son ingéniosité impressionnent le maître des + gladiateurs Macrinus qui lui propose de lutter dans + l'arène et lui fait miroiter du même coup la + possibilité de prendre sa revanche sur Acacius. + runtime: 148 + tagline: Préparez-vous à être divertis. + title: Gladiateur II + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + examples: + translations: + value: + id: 558449 + translations: + - data: + homepage: https://www.gladiator.movie + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced + to enter the Colosseum after his home is conquered + by the tyrannical Emperors who now lead Rome with an + iron fist. With rage in his heart and the future of + the Empire at stake, Lucius must look to his past to + find strength and honor to return the glory of Rome + to its people. + runtime: 148 + tagline: Prepare to be entertained. + title: '' + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + homepage: '' + overview: >- + Años después de presenciar la muerte del venerado + héroe Maximus a manos de su tío, Lucius se ve + obligado a ingresar al Coliseo después de que su + hogar fuera conquistado por los emperadores + tiránicos que ahora dirigen Roma con mano de hierro. + Con rabia en su corazón y el futuro del Imperio en + juego, Lucius debe mirar a su pasado para encontrar + fuerza y ​​honor para devolver la gloria de Roma a + su pueblo. + runtime: 0 + tagline: '' + title: Gladiador II + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + homepage: '' + overview: >- + 故事延续前作,路奇乌斯(保罗·麦斯卡 Paul Mescal + 饰)童年时亲眼目击受万人景仰的英雄马克西蒙斯死于舅舅之手,多年后已长大成人的他,在暴君的铁腕统治下,被迫进入竞技场为生存而战。心中充满怒火的路奇乌斯,眼见罗马帝国的未来岌岌可危,决心讨回本属于他的权力和荣誉 + ,还罗马人民一个辉煌的罗马。 + runtime: 148 + tagline: '' + title: 角斗士2 + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: >- + 로마의 영웅이자 최고의 검투사였던 막시무스가 콜로세움에서 죽음을 맞이한 뒤 20여 년이 흐른 + 후. 쌍둥이 황제 게타와 카라칼라의 폭압 아래 시민을 위한 자유로운 나라 로마의 꿈은 잊힌 지 + 오래다. 한편 아카시우스 장군이 이끄는 로마군에 대패한 후 모든 것을 잃고 노예로 전락한 + 루시우스는 강한 권력욕을 지닌 마크리누스의 눈에 띄어 검투사로 발탁된다. 로마를 향한 걷잡을 + 수 없는 분노, 타고난 투사의 기질로 콜로세움에 입성하게 된 루시우스는 결투를 거듭하며 자신이 + 진짜 누구인지 알게 되고 마침내 로마의 운명을 건 결전을 준비하게 되는데...! + runtime: 148 + tagline: 역사로 기억될 새로운 반란이 시작된다! + title: 글래디에이터 II + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + homepage: '' + overview: >- + Dieciséis años después de la muerte de Marco + Aurelio, Roma está gobernada por los despiadados + emperadores gemelos Geta y Caracalla. El nieto de + Aurelio, Lucio Vero, vive bajo el seudónimo de Hanno + con su esposa Arishat en el reino norteafricano de + Numidia. El ejército romano dirigido por el general + Acacio invade y conquista el reino, esclavizando a + Lucio junto con otros supervivientes. Los esclavos + son llevados a Ostia, donde Lucio es comprado por el + maestro de cuadra Macrinus, que le promete la + oportunidad de vengarse matando a Acacio si gana + suficientes combates para llegar al Coliseo. + runtime: 0 + tagline: '' + title: '' + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + homepage: '' + overview: >- + Des années après avoir assisté à la mort du héros + vénéré Maximus aux mains de son oncle, Lucius est + forcé d'entrer dans le Colisée lorsque son pays est + conquis par les empereurs tyranniques qui gouvernent + désormais Rome d'une main de fer. La rage au cœur et + l'avenir de l'Empire en jeu, Lucius doit se tourner + vers son passé pour trouver la force et l'honneur de + rendre la gloire de Rome à son peuple. + runtime: 0 + tagline: Préparez-vous à être divertis. + title: '' + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + homepage: '' + overview: >- + 20 năm trước, một anh hùng đã được sinh ra và nhanh + chóng thống trị mọi mặt trận phòng vé toàn cầu đầy + kiêu hãnh. Tên gã là "Maximus Decimus Meridius, chỉ + huy quân đội phương Bắc, tướng quân của Felix + Legions, người trung thành với hoàng đế chân chính + Marcus Aurelius, cha của một đứa con đã bị giết, + chồng của một người vợ đã bị giết. Và tôi sẽ trả + thù, trong kiếp này hoặc kiếp sau". Và 20 năm sau, + Võ Sĩ Giác Đấu II tiếp nối với câu chuyện được thúc + đẩy bởi nỗi căm thù của cậu bé Lucius, lúc này đã là + một chàng võ sĩ giác đấu cường tráng bị ép buộc phải + bước vào Đấu Trường La Mã khi cả vương quốc của mình + rơi vào tay những gã Hoàng Đế bạo chúa. + runtime: 0 + tagline: Đế chế gào thét. Huyền thoại trở lại. + title: Võ Sĩ Giác Đấu II + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + homepage: '' + overview: >- + «Гладіатор II» продовжує епічну сагу про владу, + помсту та інтриги, події якої відбуваються в + Стародавньому Римі. Декілька років тому Луцій став + свідком вбивства Максимуса від рук свого дядька. + Тепер він змушений увійти в Колізей після того як + його дім було зруйновано імператорами-тиранами, які + тепер керують Римом. Оскільки на карту поставлено + майбутнє імперії, Луцій повинен знайти у собі сили + забути минуле та повернути Риму і його народу + колишню славу. + runtime: 148 + tagline: '' + title: Гладіатор II + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + homepage: '' + overview: >- + تدور أحداث العمل حول (لوشيوس)، ابن حبيبة (ماكسيموس) + والتي تُعرف باسم (لوسيا)، ذلك في أعقاب وفاة + (ماكسيموس) وانقلاب موازين القوة. + runtime: 0 + tagline: '' + title: المصارع 2 + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + homepage: https://gladiator2.jp + overview: >- + ローマ帝国が栄華を誇った時代―。ローマを支配する暴君の圧政によって自由を奪われたルシアスは、グラディエーター(剣闘士)となり、コロセウム(円形闘技場)での闘いに身を投じていく。果たして、怒りに燃えるルシアスは帝国への復讐を果たすことができるのか。 + runtime: 0 + tagline: '' + title: グラディエーターII 英雄を呼ぶ声 + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + homepage: '' + overview: >- + Anos depois de testemunhar a trágica morte do + reverenciado herói Maximus nas mãos de seu tio + malvado, Lucius se vê forçado a lutar no Coliseu + depois que sua terra natal é conquistada por dois + imperadores tirânicos, que agora governam Roma. Com + o coração ardendo de raiva e o destino do Império + pendurado por um fio, Lucius deve enfrentar perigos + e inimigos, redescobrindo em seu passado a força e a + honra necessárias para trazer a glória de Roma de + volta ao seu povo. Prepare-se para uma jornada épica + de coragem e vingança na sangrenta arena do Coliseu. + runtime: 150 + tagline: Um novo legado de rebelião vai começar. + title: Gladiador 2 + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + homepage: '' + overview: >- + Wiele lat po tym, jak był świadkiem śmierci + szanowanego bohatera Maximusa z rąk swojego wuja, + Lucjusz zostaje zmuszony do wejścia do Koloseum po + tym, jak jego dom został podbity przez despotycznych + cesarzy, którzy teraz prowadzą Rzym żelazną pięścią. + Z wściekłością w sercu i przyszłością Imperium na + szali, Lucjusz musi spojrzeć w swoją przeszłość, aby + znaleźć siłę i honor, aby przywrócić chwałę Rzymu + jego obywatelom. + runtime: 0 + tagline: '' + title: Gladiator 2 + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + homepage: '' + overview: >- + Anni dopo aver assistito alla tragica morte del + venerato eroe Massimo per mano del suo perfido zio, + Lucio (Paul Mescal) si trova costretto a combattere + nel Colosseo dopo che la sua patria viene + conquistata da parte di due tirannici imperatori, + che ora governano Roma. Con il cuore ardente di + rabbia e il destino dell'Impero appeso a un filo, + Lucio deve affrontare pericoli e nemici, riscoprendo + nel suo passato la forza e l'onore necessari per + riportare la gloria di Roma al suo popolo. + Preparatevi per un viaggio epico di coraggio e + vendetta nella sanguinosa arena del Colosseo. + runtime: 0 + tagline: >- + Ciò che facciamo nella vita riecheggia + nell'eternità. + title: Il gladiatore II + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + homepage: '' + overview: >- + Gladyatör Maximus Decimus Meridius’un ölümünden 15 + yıl sonrasıdır. Kana susamış kalabalıklar yarı deli + ikiz imparatorları zalimliğin yeni zirvelerine + iterken Kolezyum’daki savaşlar çok daha ölümcül ve + görkemli hâle gelmiştir. Roma İmparatorluğu + sınırlarını genişleterek, yoluna çıkan her kültürü + yağmalayarak ve hayatta kalanları ringde yaşamları + için savaşmaya zorlayarak yeryüzündeki yürüyüşünü + sürdürmektedir. + runtime: 0 + tagline: Eğlenmeye hazır olun. + title: Gladyatör II + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + homepage: '' + overview: '' + runtime: 0 + tagline: '' + title: გლადიატორი 2 + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + homepage: '' + overview: >- + หลายปีหลังจากที่ได้เห็นการเสียชีวิตของวีรบุรุษผู้เป็นที่เคารพนับถืออย่าง + แม็กซิมัส ด้วยน้ำมือของลุงของเขา ลูเซียส + ถูกบังคับให้เข้าสู่สังเวียนโคลอสเซียม + หลังจากบ้านของเขาถูกยึดครองโดยจักรพรรดิเผด็จการผู้ปกครองกรุงโรมด้วยอำนาจอันเหี้ยมโหด + ด้วยความโกรธภายในใจและอนาคตของจักรวรรดิที่แขวนอยู่บนเส้นด้าย + ลูเซียส + ต้องหันกลับไปหาค้นหาความเข้มแข็งและเกียรติยศจากอดีตของเขา + เพื่อคืนความรุ่งโรจน์ของโรมให้แก่ประชาชนของมัน + runtime: 0 + tagline: '' + title: แกลดดิเอเตอร์ นักรบผู้กล้า ผ่าแผ่นดินทรราช 2 + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + homepage: '' + overview: >- + 盧修斯(保羅麥斯卡 + 飾)童年時親眼目擊受萬人景仰的英雄麥師武死於舅父之手,多年後已長大成人的他,在暴帝的鐵腕統治下,被迫進入競技場為生存而戰。心中充滿怒火的盧修斯,眼見羅馬帝國的未來岌岌可危,決心討回本屬於他的權力和榮譽,還羅馬人民一個輝煌的羅馬。 + runtime: 0 + tagline: '' + title: 帝國驕雄 II + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + overview: >- + Години след смъртта на почитания герой Максимус, + Луций – внук на бившия император на Рим Марк Аврелий + и син на Луцила – живее със съпругата и детето си в + Нумидия. Когато римски войници, начело с генерал + Марк Акаций, нахлуват в берберското царство, за да + го присъединят към империята, Луций е взет в + робство. Воден от нестихващата си ярост и желание за + мъст, Луций трябва да се обърне към миналото си, за + да намери в себе си сила да се опълчи срещу + тираничното управлението на младите императори + Каракала и Гета и да върне славата на Рим на неговия + народ. + runtime: 0 + tagline: '' + title: Гладиатор II + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + homepage: '' + overview: >- + سال‌ها پس از مرگ قهرمان مورد احترام، ماکسیموس، به + دست عمویش، لوسیوس مجبور می‌شود وارد کولوسئوم شود، پس + از اینکه خانه‌اش توسط امپراتوران ظالمی که اکنون با + مشت آهنین بر روم حکومت می‌کنند، تسخیر می‌شود. با خشم + در قلب و آینده امپراتوری در خطر، لوسیوس باید به + گذشته خود نگاه کند تا قدرت و افتخار را بیابد و شکوه + روم را به مردمش بازگرداند. + runtime: 141 + tagline: '' + title: گلادیاتور ۲ + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + homepage: '' + overview: >- + לוציוס, בנה של לוסילה ואחיינו של הנבל קומודוס, נשלח + בילדותו להתגורר בצפון אפריקה כדי להתרחק מהאימפריה + הרומית. כעת הוא שב אל רומא כגלדיאטור ורוכש אויבים + חדשים. + runtime: 148 + tagline: '' + title: גלדיאטור II + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + homepage: '' + overview: >- + Lucius, vnuk cisára Marca Aurelia a syn „prvého“ + gladiátora Maxima, žije v úkryte v jednom z + posledných slobodných miest v severnej Afrike. + Rozsiahla Rímska ríša ho však nenechá na pokoji. + Stačí jeden masívny útok flotily vedenej generálom + Acacciom, aby sa prosperujúce mesto zmenilo na ruiny + a slobodný Lucius na bezmenného otroka. Dobre + stavaného zajatca si všimne organizátor + gladiátorských hier Macrinus, ktorý z neho chce + urobiť hviezdu rímskeho kolosea (kým ho nenahradí + niekto schopnejší). Gladiátorské hry však nie sú tou + hlavnou hrou, ktorú Marcus hrá. Premyslený stratég + si uvedomuje slabosť ríše, ktorej vládnu dvaja + šialení cisári, Caracalla a Geta, a rozohráva + riskantnú hru, v ktorej gladiátor a zároveň + právoplatný dedič rímskeho trónu Lucius, jeho matka + Lucilla a generál Acacius, jej manžel a muž, ktorého + jej syn na smrť nenávidí za to, že mu zničil život, + bojujú na pomyselnej šachovnici. Chystá sa stret, + pri ktorom krv potečie nielen Koloseom, ale aj + ulicami Ríma. + runtime: 0 + tagline: '' + title: Gladiátor II + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + homepage: '' + overview: >- + 200 год нашей эры. Армия Римской империи под + командованием генерала Марка Акация штурмует Нумидию + — последнее свободное государство в Северной Африке. + В битве с захватчиками у воина Ханно погибает + супруга-лучница, а сам он попадает в плен. Вместе с + другими пленникам его готовятся продать в рабство, + но благодаря физической выносливости и боевым + навыкам его замечает и покупает организатор + гладиаторских боёв Макрин. Так воин становится + гладиатором, одержимым жаждой мести римскому + полководцу. Макрин обещает Ханно устроить встречу с + его заклятым врагом, если парень будет эффектно, + красочно и яростно сражаться на арене Колизея. + runtime: 148 + tagline: '' + title: Гладиатор 2 + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + homepage: '' + overview: >- + 保羅在片中飾演長大後露西拉之子的盧賽斯,在第一部事件發生後,他被母親送往非洲北部海岸生活,以避開羅馬的腐敗和暴力。他在那裡長大過著平靜的生活,但成年後,當佩德羅帕斯卡飾演的馬庫將軍率領的勢力入侵他在努米底亞的家鄉,並最終將他俘虜時,他發現自己又被推回羅馬的生活以及充滿殺戮的競技場之中。 + runtime: 0 + tagline: '' + title: 神鬼戰士2 + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + homepage: https://www.gladiator.movie/ + overview: >- + Jahre nachdem er Zeuge des Todes des verehrten + Helden Maximus durch die Hand seines Onkels wurde, + wird Lucius gezwungen, das Kolosseum zu betreten, + nachdem seine Heimat von den tyrannischen Kaisern + erobert wurde, die Rom nun mit eiserner Faust + regieren. Mit Wut in seinem Herzen und der Zukunft + des Imperiums auf dem Spiel muss Lucius in seine + Vergangenheit blicken, um Kraft und Ehre zu finden, + um den Ruhm Roms an sein Volk zurückzugeben. + runtime: 141 + tagline: '' + title: '' + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + homepage: '' + overview: >- + Az ötszörös Oscar-díjas Gladiátor folytatása. A + cselekmény néhány évvel később játszódik: Lucius, a + császár húgának, Lucillának fia felnőtt. Semmi sem + nyűgözte le jobban, mint Maximus hőstette. Az + egykori hadvezér, aki gladiátorok ellen kényszerült + harcolni, megmentette Luciust és édesanyját, + miközben bosszút akart állni saját családja + meggyilkolásáért. Lucius méltónak akarja bizonyítani + magát nagy példaképéhez, aki az arénában halt meg... + runtime: 0 + tagline: Készülj fel a szórakozásra + title: Gladiátor II. + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + homepage: '' + overview: >- + Er zijn inmiddels tientallen jaren verstreken nadat + Maximus zijn leven heeft gegeven als gladiator in + het Colosseum om zich te wreken op de keizer. + Lucius, de inmiddels volwassen zoon van Lucilla, + werd als kind door zijn moeder weggestuurd naar + Numidia om op te groeien net buiten het bereik van + het Romeinse Rijk. Hij heeft nooit helemaal begrepen + waarom. En naarmate hij sterker werd, nam zijn wrok + jegens haar toe. + runtime: 148 + tagline: '' + title: '' + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + homepage: '' + overview: >- + Nakon što su njegov dom osvojili tiranski carevi + koji sada vode Rim, Lucius je prisiljen ući u + Koloseum i mora pogledati u svoju prošlost kako bi + smogao snage da vrati slavu Rima njegovim ljudima. + runtime: 0 + tagline: '' + title: Gladijator II + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + homepage: '' + overview: >- + Dėl valdžios. Dėl sukilimo. Dėl keršto. Viena + istorija baigiasi. Ir prasideda kita. Liucijus (akt. + Paul Mescal), buvusio Romos imperatoriaus Marko + Aurelijaus anūkas ir Liucilos (akt. Connie Nielsen) + sūnus, gyvena ramų gyvenimą kol jo nesujaukia Romos + kareiviai, vadovaujami generolo Akacijaus (akt. + Pedro Pascal), pagrobdami ir parduodami Liucijų į + vergiją. Įkvėptas garsaus romėnų armijos generolo ir + sau lygių neturėjusio gladiatoriaus Maksimo, + Liucijus ryžtasi kovoti kaip gladiatorius, siekdamas + sugriauti jaunųjų imperatorių Karakalos ir Getos + valdžią. Įtūžis – jo dovana. Ir jis ją išpakuos + didingiausioje šventykloje, kokią yra pastačiusi + Roma – Koliziejuje – arenoje, kuri vergus paverčia + gladiatoriais, o gladiatorius – laisvais žmonėmis. + runtime: 0 + tagline: '' + title: Gladiatorius 2 + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + homepage: '' + overview: >- + Vuosia sen jälkeen, kun Lucius todisti arvostetun + gladiaattorisankari Maximuksen kuoleman setänsä + takia, hän joutuu itse astumaan Colosseumille. + Luciuksen omat kotiseudut on valloitettu, kun kaksi + tyrannimaista keisaria hallitsee nyt Roomaa + rautaisella otteellaan. Koska Rooman imperiumin + tulevaisuus on uhattuna, Luciuksen pitää ammentaa + kokemistaan vääryyksistä voimaa ja palauttaa Rooma + takaisin kansalleen. + runtime: 141 + tagline: '' + title: '' + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + homepage: '' + overview: >- + År efter att ha bevittnat den ärade hjälten Maximus + död, som orsakades av hans morbror, tvingas Lucius + att gå in i Colosseum efter att hans hem har + erövrats av de tyranniska kejsarna som nu styr Rom + med järnhand. Med vrede i hjärtat och imperiets + framtid på spel måste Lucius söka i sitt förflutna + för att hitta styrkan och hedern att återge Rom dess + forna glans och ära till dess folk. + runtime: 0 + tagline: '' + title: '' + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + homepage: '' + overview: >- + Anys després de presenciar la mort de l'admirat + heroi Màxim a mans del seu oncle, Luci es veu forçat + a entrar al Colosseu després de ser testimoni de la + conquesta de casa seva per part dels tirànics + emperadors que dirigeixen Roma amb puny de ferro. + Amb un cor desbordant de fúria i el futur de + l'imperi en joc, Luci ha de rememorar el seu passat + a la recerca de la força i l'honor que tornin al + poble la glòria perduda de Roma. + runtime: 0 + tagline: '' + title: '' + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + homepage: '' + overview: >- + Lucius, vnuk císaře Marka Aurelia a syn „prvního“ + gladiátora Maxima, žije v utajení v jednom z + posledních svobodných měst na severu Afriky. + Rozpínavá Římská říše ho však nenechá na pokoji. + Stačí jeden masívní útok loďstva vedeného generálem + Acaciem a prosperující město se změní v ruiny a + svobodný Lucius v bezejmenného otroka. Urostlého + zajatce si všimne organizátor gladiátorských zápasů + Macrinus, který z něj chce mít hvězdu Římského + kolosea (než ho nahradí někdo schopnější). + Gladiátorské hry však nejsou tou hlavní hrou, kterou + Marcinus hraje. Důmyslný stratég si uvědomuje + slabost impéria ovládaného dvěma šílenými císaři, + Caracallou a Getou, a rozehraje riskantní partii, v + níž na pomyslné šachovnici bojují gladiátor a také + právoplatný dědic římského trůnu Lucius, jeho matka + Lucilla a generál Acacius, její manžel a zároveň + muž, kterého její syn k smrti nenávidí, protože mu + zničil život. Blíží se střet, při kterém krev + nepoteče jen Koloseem, ale i ulicemi Říma. + runtime: 0 + tagline: '' + title: Gladiátor II + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + homepage: '' + overview: >- + Anos depois de testemunhar a morte do venerado herói + Máximus às mãos do seu tio, Lúcius é forçado a + entrar no Coliseu depois de a sua casa ter sido + conquistada pelos imperadores tirânicos que agora + lideram Roma com mão de ferro. Com a raiva no + coração e o futuro do Império em jogo, Lúcius tem de + olhar para o seu passado para encontrar força e + honra para devolver a glória de Roma ao seu povo. + runtime: 148 + tagline: '' + title: Gladiador II + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + homepage: '' + overview: >- + La ani după ce a asistat la moartea veneratului erou + Maximus de către unchiul său, Lucius este forțat să + intre în Colosseum după ce casa lui este cucerită de + împărații tiranici care acum conduc Roma cu o mână + de fier. Cu furie în inimă și cu viitorul Imperiului + în joc, Lucius trebuie să se uite la trecutul său + pentru a găsi putere și onoare pentru a întoarce + gloria Romei poporului său. + runtime: 0 + tagline: '' + title: Gladiatorul II + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + homepage: '' + overview: >- + Χρόνια αφότου έγινε μάρτυρας του θανάτου του + αξιοσέβαστου Μάξιμου από τα χέρια του θείου του, ο + Λεύκιος αναγκάζεται να εισέλθει στο Κολοσσαίο, αφού + η πατρίδα του κατακτήθηκε από τους τυραννικούς + αυτοκράτορες που πλέον ηγούνται της Ρώμης. Γεμάτος + οργή και με το μέλλον της αυτοκρατορίας να + διακυβεύεται, ο Λεύκιος πρέπει να ανατρέξει στο + παρελθόν του για να βρει τη δύναμη να επιστρέψει η + δόξα στο λαό της Ρώμης. + runtime: 148 + tagline: '' + title: Μονομάχος ΙΙ + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + homepage: '' + overview: >- + Lucij je leta po tem, ko je bil priča smrti + častitljivega junaka Maksima, ki ga je ubil njegov + stric, prisiljen vstopiti v Kolosej, potem ko njegov + dom zavzamejo tiranski cesarji, ki zdaj Rim vodijo z + železno roko. Z besom v srcu in s tveganjem za + prihodnost cesarstva mora Lucij pogledati v svojo + preteklost, da bi našel moč in čast ter vrnil slavo + Rima njegovemu ljudstvu. + runtime: 0 + tagline: Pripravite se na zabavo. + title: '' + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + homepage: '' + overview: >- + Годинама након што је био сведок Максимове смрти од + руке свог стрица, Луције мора да уђе у Колосеум + након што су моћни римски цареви освојили његов дом. + Са бесом у срцу и будућношћу царства у питању, он + гледа у прошлост како би пронашао снагу и част + потребну да врати славу Рима његовом народу. + runtime: 0 + tagline: Припреми се за забаву. + title: Гладијатор 2 + english_name: Serbian + iso_3166_1: RS + iso_639_1: sr + name: Srpski + - data: + homepage: '' + overview: >- + Години откако бил сведок на смртта на почитуваниот + херој Максим од рацете на неговиот чичко, Луциј е + принуден да влезе во Колосеумот откако неговиот дом + е освоен од тиранските императори што сега го водат + Рим со железна тупаница. Со бес во срцето и со + иднината на империјата загрозена, Луциј мора да + погледне во своето минато за да најде сила и чест да + му ја врати славата на Рим на неговиот народ. + runtime: 0 + tagline: '' + title: Гладијатор 2 + english_name: Macedonian + iso_3166_1: MK + iso_639_1: mk + name: '' + - data: + homepage: '' + overview: '' + runtime: 0 + tagline: '' + title: Gladiaator II + english_name: Estonian + iso_3166_1: EE + iso_639_1: et + name: Eesti + - data: + homepage: '' + overview: >- + År efter at have været vidne til den ærede helt + Maximus' død i hænderne på sin onkel, er Lucius + tvunget til at gå ind i Colosseum, efter at hans + hjem er erobret af de tyranniske kejsere, der nu + leder Rom med en jernnæve. Med vrede i hjertet og + imperiets fremtid på spil, må Lucius se på sin + fortid for at finde styrke og ære til at returnere + Roms herlighed til dets folk. + runtime: 148 + tagline: '' + title: '' + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + homepage: '' + overview: >- + Petit-fils de l'empereur Marc Aurèle, Lucius a + grandi en Numidie où il a été envoyé pour sa + sécurité par sa mère, Lucilla, à la suite de la mort + de son père, un illustre gladiateur. Des années plus + tard, au cours d'une bataille âprement disputée qui + coûte la vie à sa femme, sa ville est conquise par + les soldats romains sous le commandement du général + Marcus Acacius. Fait prisonnier, Lucius, dont + personne ne connaît la véritable identité, est + emmené à Rome. Ses aptitudes au combat, sa force et + son ingéniosité impressionnent le maître des + gladiateurs Macrinus qui lui propose de lutter dans + l'arène et lui fait miroiter du même coup la + possibilité de prendre sa revanche sur Acacius. + runtime: 148 + tagline: Préparez-vous à être divertis. + title: Gladiateur II + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + + /movie/{movie_id}/videos: + get: + tags: + - MOVIES + summary: Videos + description: This endpoint retrieves video information related to a particular movie. + operationId: videos + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: videos + headers: + Age: + schema: + type: string + example: '24' + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=3565 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:37:42 GMT + ETag: + schema: + type: string + example: W/"17188c28e88168382be7dff613dda942" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: DyWz5QRaZfaUTJE-M9pZMSSJcU57T1ORHQRR20yQn9aK9NWjjzcDUw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Hit from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '21575' + x-memc-expires: + schema: + type: string + example: '3565' + x-memc-key: + schema: + type: string + example: e088a52f697a5e0ff69bb210443041e4 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 558449 + results: + type: array + items: + type: object + properties: + id: + type: string + example: 67771f4515521f83d9667cb8 + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + key: + type: string + example: _ZBYN01c7OM + name: + type: string + example: >- + 20 Years of Making a Sequel - Exclusive Behind the + Scenes + official: + type: boolean + example: true + published_at: + type: string + example: '2024-12-31T15:59:55.000Z' + site: + type: string + example: YouTube + size: + type: number + example: 1080 + type: + type: string + example: Behind the Scenes + example: + - id: 67771f4515521f83d9667cb8 + iso_3166_1: US + iso_639_1: en + key: _ZBYN01c7OM + name: >- + 20 Years of Making a Sequel - Exclusive Behind the + Scenes + official: true + published_at: '2024-12-31T15:59:55.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 676a46d21bb91310c064b1e0 + iso_3166_1: US + iso_639_1: en + key: gGmaZCZz48g + name: Screenwriting of Gladiator II + official: true + published_at: '2024-12-23T18:00:06.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 676a46c99348daa54ba9e899 + iso_3166_1: US + iso_639_1: en + key: L5HZw0tGAv8 + name: Cinematography of Gladiator II + official: true + published_at: '2024-12-23T18:00:02.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 676a3b8bfdaa7c2549a9d803 + iso_3166_1: US + iso_639_1: en + key: eEFRXtV5LTE + name: Extended Clip - The Gateway to Rome + official: true + published_at: '2024-12-23T12:59:51.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 6766b63641db2b4b9c74861a + iso_3166_1: US + iso_639_1: en + key: ICvbuugHjUg + name: Costume Design of Gladiator II + official: true + published_at: '2024-12-19T20:08:52.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 6764d3f68f10c2746b90bf7d + iso_3166_1: US + iso_639_1: en + key: uwd0uX0h1Mc + name: >- + A Conversation with Director Ridley Scott and + Christopher Nolan + official: true + published_at: '2024-12-19T20:05:30.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 6752262a0e8c237986a8f72f + iso_3166_1: US + iso_639_1: en + key: abP1EYHvGvc + name: It's time to enter the arena + official: true + published_at: '2024-12-05T01:00:02.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 675326b4802bad16091abcfc + iso_3166_1: US + iso_639_1: en + key: lLl6Bx8coJ4 + name: >- + 'Gladiator II' With Paul Mescal, Denzel Washington, + Ridley Scott, and More | Academy Conversations + official: true + published_at: '2024-12-04T16:00:06.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 674fd437355dbc0b15d7a05a + iso_3166_1: US + iso_639_1: en + key: d-_apjZSE_s + name: Gladiator II is “what movies are made for.” + official: true + published_at: '2024-12-04T01:00:21.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 674dda79f313bac2f7a98ad1 + iso_3166_1: US + iso_639_1: en + key: QiDTEfTSRbw + name: See it. Feel it. Experience Gladiator II in 4DX + official: true + published_at: '2024-11-29T03:45:01.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 674dc8fb562b030bb5addc2c + iso_3166_1: US + iso_639_1: en + key: fdh8bUZHt6s + name: Rebuilding Rome for Gladiator II + official: true + published_at: '2024-11-27T15:03:05.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 6745e66041433428d92ec7f0 + iso_3166_1: US + iso_639_1: en + key: DFgIdcti2KQ + name: This is what movies are made for + official: true + published_at: '2024-11-26T03:45:00.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6744b820c24765fa2f2def12 + iso_3166_1: US + iso_639_1: en + key: HL6IOyKy8Fc + name: “The best action blockbuster of the year”! + official: true + published_at: '2024-11-25T03:43:31.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6744b20cdae2e6a93825f4ae + iso_3166_1: US + iso_639_1: en + key: 7-CLwRoh4m0 + name: World Tour + official: true + published_at: '2024-11-22T18:00:11.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 673fd41fae12bafff5754bf8 + iso_3166_1: US + iso_639_1: en + key: NlJE-JayNIk + name: HBCU Student Roundtable with Denzel Washington + official: true + published_at: '2024-11-21T23:31:24.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 673fd4068337acae076dcafe + iso_3166_1: US + iso_639_1: en + key: lkOEfB0U1IQ + name: Lucilla + official: true + published_at: '2024-11-20T18:00:11.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673fd4007b825e685b4e0b77 + iso_3166_1: US + iso_639_1: en + key: 6q4vdtNnxMs + name: Acacius + official: true + published_at: '2024-11-20T18:00:09.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673fd3f97b825e685b4e0b75 + iso_3166_1: US + iso_639_1: en + key: L9-Vwg82mfQ + name: Emperors + official: true + published_at: '2024-11-20T18:00:07.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673fd3d5ae12bafff5754bce + iso_3166_1: US + iso_639_1: en + key: cuzExc4OpK0 + name: Lucius + official: true + published_at: '2024-11-20T18:00:05.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673fd3c268823004ca9c44b4 + iso_3166_1: US + iso_639_1: en + key: tnQu4VrggM8 + name: Macrinus + official: true + published_at: '2024-11-20T18:00:01.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673c7ca5ac3aa714f4321583 + iso_3166_1: US + iso_639_1: en + key: 8Lld3U0sVho + name: The birth of a new Roman epic + official: true + published_at: '2024-11-19T01:30:06.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 673c7ec93555417913b14b70 + iso_3166_1: US + iso_639_1: en + key: SL0ellaO20k + name: London Premiere + official: true + published_at: '2024-11-18T18:56:28.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 673c7cb5ac3aa714f432159d + iso_3166_1: US + iso_639_1: en + key: TQwSz88ITAE + name: Final Trailer + official: true + published_at: '2024-11-18T16:00:01.000Z' + site: YouTube + size: 1080 + type: Trailer + - id: 673b42dc74a2e6e0237b64d8 + iso_3166_1: US + iso_639_1: en + key: mmbLQNsZqh0 + name: Let the games begin + official: true + published_at: '2024-11-18T01:00:29.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6735de73ff85881393a09f27 + iso_3166_1: US + iso_639_1: en + key: mw3NuoRkDCw + name: Prepare for the roar of the crowd + official: true + published_at: '2024-11-14T10:00:55.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67357b977dfa9751886e121c + iso_3166_1: US + iso_639_1: en + key: g_yU1rS261M + name: Strength x Honor + official: true + published_at: '2024-11-14T01:00:25.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67354e7fdd2c72a8a9036c2b + iso_3166_1: US + iso_639_1: en + key: botmnZBsji8 + name: Prepare to be entertained + official: true + published_at: '2024-11-13T01:00:22.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67357ba8d4ffba1e8b2ad32d + iso_3166_1: US + iso_639_1: en + key: lKAosomWZto + name: Directing Gladiator II + official: true + published_at: '2024-11-12T17:00:54.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 6732de0f575d069d39fc7c9d + iso_3166_1: US + iso_639_1: en + key: DizBLLrSMSc + name: He will defy an empire + official: true + published_at: '2024-11-12T01:00:07.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6732de1f855cbb4e48f6718d + iso_3166_1: US + iso_639_1: en + key: iK7EDIzgJw0 + name: The fire of vengeance burns hot + official: true + published_at: '2024-11-11T01:00:23.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6732de2d4cee4fc8d5d1a996 + iso_3166_1: US + iso_639_1: en + key: 4OQnvl6zOTs + name: A new Roman legacy begins. + official: true + published_at: '2024-11-10T01:00:05.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67300abf8f81fed6bd3f6141 + iso_3166_1: US + iso_639_1: en + key: 504X_zXULVs + name: Roundtable Interview + official: true + published_at: '2024-11-09T01:00:05.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 67256d771ba193caec2ab146 + iso_3166_1: US + iso_639_1: en + key: nZtmOBiXOjc + name: Rage can be a gift + official: true + published_at: '2024-10-31T19:00:38.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67256d6f1ba193caec2ab143 + iso_3166_1: US + iso_639_1: en + key: LBpqSQJFl90 + name: A day you’ll never forget + official: true + published_at: '2024-10-31T18:30:20.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6721ece9d9a8a77b5da4407d + iso_3166_1: US + iso_639_1: en + key: '-LNvW2ofxdI' + name: For vengeance. For honor. + official: true + published_at: '2024-10-30T01:00:00.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 671f36994542e371fe0b080d + iso_3166_1: US + iso_639_1: en + key: L1foOR4beXQ + name: Honor isn’t given. It’s fought for. + official: true + published_at: '2024-10-28T01:00:10.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67184e204be15469e70d4b13 + iso_3166_1: US + iso_639_1: en + key: utK0oXB_waQ + name: Training + official: true + published_at: '2024-10-22T13:00:06.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 670879f2c5fcf5a1634f336d + iso_3166_1: US + iso_639_1: en + key: 9F2zmfRu5SM + name: "Experience the Music of Gladiator II - Behind the\_scoring\_with Ridley Scott, Harry Gregson-Williams" + official: true + published_at: '2024-10-10T14:00:03.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 67085de7c6010e40cd58e6f7 + iso_3166_1: US + iso_639_1: en + key: rbbNgvm3SS8 + name: Making Of An Epic + official: true + published_at: '2024-10-08T15:00:01.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 66f173c6c237258e4c2693c8 + iso_3166_1: US + iso_639_1: en + key: Ts0N8swyWFI + name: New Trailer + official: true + published_at: '2024-09-23T13:00:20.000Z' + site: YouTube + size: 1080 + type: Trailer + - id: 66f102e02d98d59ce13ae95b + iso_3166_1: US + iso_639_1: en + key: le6-HvwsyQc + name: New Trailer Tomorrow + official: true + published_at: '2024-09-22T17:00:07.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 66c540b2d0ac0d6ff72d409a + iso_3166_1: US + iso_639_1: en + key: zBUlcCtE-fk + name: Paul Mescal Featurette + official: true + published_at: '2024-08-20T22:45:04.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 66c540abb9b2b73959d1220e + iso_3166_1: US + iso_639_1: en + key: HMlPacqbVf8 + name: Joseph Quinn Featurette + official: true + published_at: '2024-08-20T22:45:01.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 66c540b919fcb9bc26971f58 + iso_3166_1: US + iso_639_1: en + key: Sfewq6MbT8c + name: Denzel Washington Featurette + official: true + published_at: '2024-08-20T22:45:01.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 66c540c0ec6215ea20d5c337 + iso_3166_1: US + iso_639_1: en + key: 7fGnxleq7vA + name: Pedro Pascal Featurette + official: true + published_at: '2024-08-20T22:45:01.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 668d37079d1b57031f5c0490 + iso_3166_1: US + iso_639_1: en + key: 4rgYUipGJNo + name: Official Trailer + official: true + published_at: '2024-07-09T13:00:03.000Z' + site: YouTube + size: 1080 + type: Trailer + examples: + videos: + value: + id: 558449 + results: + - id: 67771f4515521f83d9667cb8 + iso_3166_1: US + iso_639_1: en + key: _ZBYN01c7OM + name: >- + 20 Years of Making a Sequel - Exclusive Behind the + Scenes + official: true + published_at: '2024-12-31T15:59:55.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 676a46d21bb91310c064b1e0 + iso_3166_1: US + iso_639_1: en + key: gGmaZCZz48g + name: Screenwriting of Gladiator II + official: true + published_at: '2024-12-23T18:00:06.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 676a46c99348daa54ba9e899 + iso_3166_1: US + iso_639_1: en + key: L5HZw0tGAv8 + name: Cinematography of Gladiator II + official: true + published_at: '2024-12-23T18:00:02.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 676a3b8bfdaa7c2549a9d803 + iso_3166_1: US + iso_639_1: en + key: eEFRXtV5LTE + name: Extended Clip - The Gateway to Rome + official: true + published_at: '2024-12-23T12:59:51.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 6766b63641db2b4b9c74861a + iso_3166_1: US + iso_639_1: en + key: ICvbuugHjUg + name: Costume Design of Gladiator II + official: true + published_at: '2024-12-19T20:08:52.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 6764d3f68f10c2746b90bf7d + iso_3166_1: US + iso_639_1: en + key: uwd0uX0h1Mc + name: >- + A Conversation with Director Ridley Scott and + Christopher Nolan + official: true + published_at: '2024-12-19T20:05:30.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 6752262a0e8c237986a8f72f + iso_3166_1: US + iso_639_1: en + key: abP1EYHvGvc + name: It's time to enter the arena + official: true + published_at: '2024-12-05T01:00:02.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 675326b4802bad16091abcfc + iso_3166_1: US + iso_639_1: en + key: lLl6Bx8coJ4 + name: >- + 'Gladiator II' With Paul Mescal, Denzel Washington, + Ridley Scott, and More | Academy Conversations + official: true + published_at: '2024-12-04T16:00:06.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 674fd437355dbc0b15d7a05a + iso_3166_1: US + iso_639_1: en + key: d-_apjZSE_s + name: Gladiator II is “what movies are made for.” + official: true + published_at: '2024-12-04T01:00:21.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 674dda79f313bac2f7a98ad1 + iso_3166_1: US + iso_639_1: en + key: QiDTEfTSRbw + name: See it. Feel it. Experience Gladiator II in 4DX + official: true + published_at: '2024-11-29T03:45:01.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 674dc8fb562b030bb5addc2c + iso_3166_1: US + iso_639_1: en + key: fdh8bUZHt6s + name: Rebuilding Rome for Gladiator II + official: true + published_at: '2024-11-27T15:03:05.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 6745e66041433428d92ec7f0 + iso_3166_1: US + iso_639_1: en + key: DFgIdcti2KQ + name: This is what movies are made for + official: true + published_at: '2024-11-26T03:45:00.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6744b820c24765fa2f2def12 + iso_3166_1: US + iso_639_1: en + key: HL6IOyKy8Fc + name: “The best action blockbuster of the year”! + official: true + published_at: '2024-11-25T03:43:31.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6744b20cdae2e6a93825f4ae + iso_3166_1: US + iso_639_1: en + key: 7-CLwRoh4m0 + name: World Tour + official: true + published_at: '2024-11-22T18:00:11.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 673fd41fae12bafff5754bf8 + iso_3166_1: US + iso_639_1: en + key: NlJE-JayNIk + name: HBCU Student Roundtable with Denzel Washington + official: true + published_at: '2024-11-21T23:31:24.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 673fd4068337acae076dcafe + iso_3166_1: US + iso_639_1: en + key: lkOEfB0U1IQ + name: Lucilla + official: true + published_at: '2024-11-20T18:00:11.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673fd4007b825e685b4e0b77 + iso_3166_1: US + iso_639_1: en + key: 6q4vdtNnxMs + name: Acacius + official: true + published_at: '2024-11-20T18:00:09.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673fd3f97b825e685b4e0b75 + iso_3166_1: US + iso_639_1: en + key: L9-Vwg82mfQ + name: Emperors + official: true + published_at: '2024-11-20T18:00:07.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673fd3d5ae12bafff5754bce + iso_3166_1: US + iso_639_1: en + key: cuzExc4OpK0 + name: Lucius + official: true + published_at: '2024-11-20T18:00:05.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673fd3c268823004ca9c44b4 + iso_3166_1: US + iso_639_1: en + key: tnQu4VrggM8 + name: Macrinus + official: true + published_at: '2024-11-20T18:00:01.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 673c7ca5ac3aa714f4321583 + iso_3166_1: US + iso_639_1: en + key: 8Lld3U0sVho + name: The birth of a new Roman epic + official: true + published_at: '2024-11-19T01:30:06.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 673c7ec93555417913b14b70 + iso_3166_1: US + iso_639_1: en + key: SL0ellaO20k + name: London Premiere + official: true + published_at: '2024-11-18T18:56:28.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 673c7cb5ac3aa714f432159d + iso_3166_1: US + iso_639_1: en + key: TQwSz88ITAE + name: Final Trailer + official: true + published_at: '2024-11-18T16:00:01.000Z' + site: YouTube + size: 1080 + type: Trailer + - id: 673b42dc74a2e6e0237b64d8 + iso_3166_1: US + iso_639_1: en + key: mmbLQNsZqh0 + name: Let the games begin + official: true + published_at: '2024-11-18T01:00:29.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6735de73ff85881393a09f27 + iso_3166_1: US + iso_639_1: en + key: mw3NuoRkDCw + name: Prepare for the roar of the crowd + official: true + published_at: '2024-11-14T10:00:55.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67357b977dfa9751886e121c + iso_3166_1: US + iso_639_1: en + key: g_yU1rS261M + name: Strength x Honor + official: true + published_at: '2024-11-14T01:00:25.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67354e7fdd2c72a8a9036c2b + iso_3166_1: US + iso_639_1: en + key: botmnZBsji8 + name: Prepare to be entertained + official: true + published_at: '2024-11-13T01:00:22.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67357ba8d4ffba1e8b2ad32d + iso_3166_1: US + iso_639_1: en + key: lKAosomWZto + name: Directing Gladiator II + official: true + published_at: '2024-11-12T17:00:54.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 6732de0f575d069d39fc7c9d + iso_3166_1: US + iso_639_1: en + key: DizBLLrSMSc + name: He will defy an empire + official: true + published_at: '2024-11-12T01:00:07.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6732de1f855cbb4e48f6718d + iso_3166_1: US + iso_639_1: en + key: iK7EDIzgJw0 + name: The fire of vengeance burns hot + official: true + published_at: '2024-11-11T01:00:23.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6732de2d4cee4fc8d5d1a996 + iso_3166_1: US + iso_639_1: en + key: 4OQnvl6zOTs + name: A new Roman legacy begins. + official: true + published_at: '2024-11-10T01:00:05.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67300abf8f81fed6bd3f6141 + iso_3166_1: US + iso_639_1: en + key: 504X_zXULVs + name: Roundtable Interview + official: true + published_at: '2024-11-09T01:00:05.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 67256d771ba193caec2ab146 + iso_3166_1: US + iso_639_1: en + key: nZtmOBiXOjc + name: Rage can be a gift + official: true + published_at: '2024-10-31T19:00:38.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67256d6f1ba193caec2ab143 + iso_3166_1: US + iso_639_1: en + key: LBpqSQJFl90 + name: A day you’ll never forget + official: true + published_at: '2024-10-31T18:30:20.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 6721ece9d9a8a77b5da4407d + iso_3166_1: US + iso_639_1: en + key: '-LNvW2ofxdI' + name: For vengeance. For honor. + official: true + published_at: '2024-10-30T01:00:00.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 671f36994542e371fe0b080d + iso_3166_1: US + iso_639_1: en + key: L1foOR4beXQ + name: Honor isn’t given. It’s fought for. + official: true + published_at: '2024-10-28T01:00:10.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 67184e204be15469e70d4b13 + iso_3166_1: US + iso_639_1: en + key: utK0oXB_waQ + name: Training + official: true + published_at: '2024-10-22T13:00:06.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 670879f2c5fcf5a1634f336d + iso_3166_1: US + iso_639_1: en + key: 9F2zmfRu5SM + name: "Experience the Music of Gladiator II - Behind the\_scoring\_with Ridley Scott, Harry Gregson-Williams" + official: true + published_at: '2024-10-10T14:00:03.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 67085de7c6010e40cd58e6f7 + iso_3166_1: US + iso_639_1: en + key: rbbNgvm3SS8 + name: Making Of An Epic + official: true + published_at: '2024-10-08T15:00:01.000Z' + site: YouTube + size: 1080 + type: Behind the Scenes + - id: 66f173c6c237258e4c2693c8 + iso_3166_1: US + iso_639_1: en + key: Ts0N8swyWFI + name: New Trailer + official: true + published_at: '2024-09-23T13:00:20.000Z' + site: YouTube + size: 1080 + type: Trailer + - id: 66f102e02d98d59ce13ae95b + iso_3166_1: US + iso_639_1: en + key: le6-HvwsyQc + name: New Trailer Tomorrow + official: true + published_at: '2024-09-22T17:00:07.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 66c540b2d0ac0d6ff72d409a + iso_3166_1: US + iso_639_1: en + key: zBUlcCtE-fk + name: Paul Mescal Featurette + official: true + published_at: '2024-08-20T22:45:04.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 66c540abb9b2b73959d1220e + iso_3166_1: US + iso_639_1: en + key: HMlPacqbVf8 + name: Joseph Quinn Featurette + official: true + published_at: '2024-08-20T22:45:01.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 66c540b919fcb9bc26971f58 + iso_3166_1: US + iso_639_1: en + key: Sfewq6MbT8c + name: Denzel Washington Featurette + official: true + published_at: '2024-08-20T22:45:01.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 66c540c0ec6215ea20d5c337 + iso_3166_1: US + iso_639_1: en + key: 7fGnxleq7vA + name: Pedro Pascal Featurette + official: true + published_at: '2024-08-20T22:45:01.000Z' + site: YouTube + size: 1080 + type: Featurette + - id: 668d37079d1b57031f5c0490 + iso_3166_1: US + iso_639_1: en + key: 4rgYUipGJNo + name: Official Trailer + official: true + published_at: '2024-07-09T13:00:03.000Z' + site: YouTube + size: 1080 + type: Trailer + + /movie/{movie_id}/watch/providers: + get: + tags: + - MOVIES + summary: Watch Providers + description: This endpoint get the list of streaming providers we have for a movie. + operationId: watchProviders + parameters: + - $ref: '#/components/parameters/movie_id' + responses: + '200': + description: watch providers + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=6299 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:40:02 GMT + ETag: + schema: + type: string + example: W/"6a771ec2df8e637491ec367dfb7f277a" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: pT-sL1zyBnWdtT9RVR2kft658MgvT13-43Y_ArC0xR-0pm2rvMDkmQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '17171' + x-memc-expires: + schema: + type: string + example: '6299' + x-memc-key: + schema: + type: string + example: 1fd78fa8f64021c80185c46f1710d85e + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 558449 + results: + type: object + properties: + AR: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 4 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=AR + AU: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 10 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 10 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 12 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 13 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 17 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 21 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=AU + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 10 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 10 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 12 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 13 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 17 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 21 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + BO: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 20 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 20 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=BO + BR: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 8 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 8 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 13 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 15 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 25 + logo_path: + type: string + example: /7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg + provider_id: + type: number + example: 484 + provider_name: + type: string + example: Claro tv+ + example: + - display_priority: 25 + logo_path: /7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg + provider_id: 484 + provider_name: Claro tv+ + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=BR + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 8 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 8 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 13 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 15 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + CA: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 8 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 19 + logo_path: /d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg + provider_id: 140 + provider_name: Cineplex + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 37 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priority: 59 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CA + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 8 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 19 + logo_path: /d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg + provider_id: 140 + provider_name: Cineplex + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 37 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priority: 59 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 86 + logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg + provider_id: 538 + provider_name: Plex + CL: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 4 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CL + CO: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 3 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CO + CR: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 21 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 21 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CR + EC: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 9 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=EC + GT: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 21 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 21 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=GT + HK: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 11 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 11 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=HK + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 11 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 11 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + HN: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 20 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 20 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=HN + ID: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=ID + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + IN: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 3 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=IN + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 3 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 43 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + KR: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=KR + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + MX: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 7 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 7 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 14 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 24 + logo_path: /21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg + provider_id: 167 + provider_name: Claro video + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=MX + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 7 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 7 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 14 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 24 + logo_path: /21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg + provider_id: 167 + provider_name: Claro video + NI: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 1 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=NI + NZ: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=NZ + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: + type: number + example: 273 + provider_name: + type: string + example: Neon TV + example: + - display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + PE: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 4 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=PE + SG: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=SG + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + TH: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 5 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=TH + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 5 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + US: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 16 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 17 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=US + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 16 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 17 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 128 + logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg + provider_id: 486 + provider_name: Spectrum On Demand + - display_priority: 134 + logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg + provider_id: 538 + provider_name: Plex + VE: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 3 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: + type: string + example: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=VE + examples: + watch providers: + value: + id: 558449 + results: + AR: + buy: + - display_priority: 4 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=AR + AU: + buy: + - display_priority: 10 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 12 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 13 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 17 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 21 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=AU + rent: + - display_priority: 10 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 12 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 13 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 17 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 21 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + BO: + buy: + - display_priority: 20 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=BO + BR: + buy: + - display_priority: 8 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 13 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 15 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 25 + logo_path: /7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg + provider_id: 484 + provider_name: Claro tv+ + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=BR + rent: + - display_priority: 8 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 13 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 15 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + CA: + buy: + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 8 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 19 + logo_path: /d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg + provider_id: 140 + provider_name: Cineplex + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 37 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priority: 59 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CA + rent: + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 8 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 19 + logo_path: /d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg + provider_id: 140 + provider_name: Cineplex + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 37 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priority: 59 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 86 + logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg + provider_id: 538 + provider_name: Plex + CL: + buy: + - display_priority: 4 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CL + CO: + buy: + - display_priority: 3 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CO + CR: + buy: + - display_priority: 21 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=CR + EC: + buy: + - display_priority: 9 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=EC + GT: + buy: + - display_priority: 21 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=GT + HK: + buy: + - display_priority: 11 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=HK + rent: + - display_priority: 11 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + HN: + buy: + - display_priority: 20 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=HN + ID: + buy: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=ID + rent: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + IN: + buy: + - display_priority: 3 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=IN + rent: + - display_priority: 3 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 43 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + KR: + buy: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=KR + rent: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + MX: + buy: + - display_priority: 7 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 14 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 24 + logo_path: /21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg + provider_id: 167 + provider_name: Claro video + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=MX + rent: + - display_priority: 7 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 14 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 24 + logo_path: /21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg + provider_id: 167 + provider_name: Claro video + NI: + buy: + - display_priority: 1 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=NI + NZ: + buy: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=NZ + rent: + - display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + PE: + buy: + - display_priority: 4 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=PE + SG: + buy: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=SG + rent: + - display_priority: 6 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + TH: + buy: + - display_priority: 5 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=TH + rent: + - display_priority: 5 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + US: + buy: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 16 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 17 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=US + rent: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 16 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 17 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 128 + logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg + provider_id: 486 + provider_name: Spectrum On Demand + - display_priority: 134 + logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg + provider_id: 538 + provider_name: Plex + VE: + buy: + - display_priority: 3 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + link: >- + https://www.themoviedb.org/movie/558449-gladiator-ii/watch?locale=VE + + /movie/{movie_id}/rating: + post: + tags: + - MOVIES + summary: Add Rating + description: This endpoint rate a movie and save it to your rated list. + operationId: addRating + parameters: + - $ref: '#/components/parameters/guest_session_id' + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/movie_id' + + - name: content_type + in: header + description: Indicates the media type of the resource being sent. It specifies the format of the data being sent in the request body (e.g., application/json;charset=utf-8). + schema: + type: string + example: application/json;charset=utf-8 + requestBody: + content: + application/json: + schema: + type: object + properties: + value: + type: number + example: 8.5 + description: The rating score for the movie. + examples: + Add Rating: + value: + value: 8.5 + responses: + '201': + description: add rating + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '60' + Date: + schema: + type: string + example: Fri, 03 Jan 2025 23:44:56 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Lpb42MglOHHZ8O-Fz4yAnOUpOW_szeBx_Cb-GiFF-AX8ur1hB_7wbw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"4543905c5703940a323f39bb4fdcba82" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + type: object + properties: + status_code: + type: number + example: 1 + status_message: + type: string + example: Success. + success: + type: boolean + example: true + examples: + add rating: + value: + status_code: 1 + status_message: Success. + success: true + + /network/{network_id}: + get: + tags: + - NETWORKS + summary: Details + description: This endpoint allows you to access detailed data about a specific network identified by its unique ```network_id```. + operationId: details8 + parameters: + - $ref: '#/components/parameters/network_id' + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=7373 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 15:40:27 GMT + ETag: + schema: + type: string + example: W/"471732b16d9e19fe426c29edc0b613ce" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c84ecfd128e1f4c41a53a2b42410f3b8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: uyUrUrIcdDMEOw2NDMeW_X1Mk-Py9mdU1byHTVkuUfMsWITaHUWMXw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16585' + x-memc-expires: + schema: + type: string + example: '7373' + x-memc-key: + schema: + type: string + example: d95518b23e652da208a78104753e8174 + content: + application/json: + schema: + type: object + properties: + headquarters: + type: string + example: Singapore + homepage: + type: string + example: http://animax-asia.com/ + id: + type: number + example: 3268 + logo_path: + type: string + example: /gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png + name: + type: string + example: Animax Asia + origin_country: + type: string + example: TW + examples: + details: + value: + headquarters: Singapore + homepage: http://animax-asia.com/ + id: 3268 + logo_path: /gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png + name: Animax Asia + origin_country: TW + + /network/{network_id}/alternative_names: + get: + tags: + - NETWORKS + summary: Alternative networks + description: This endpoint get the alternative names of a network. + operationId: alternativeNetworks + parameters: + - $ref: '#/components/parameters/network_id' + responses: + '200': + description: alternative names + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=7771 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 15:42:02 GMT + ETag: + schema: + type: string + example: W/"7a468930001f83943b2f483e0498bf69" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 9c90b41a9e5ac2856624d29ed4da4234.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: jzx8VhxvWGMPqvqg9MgW5qGh2MnmSSW2BZy-6o23Q-LNfRH0iXqtrQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16680' + x-memc-expires: + schema: + type: string + example: '7771' + x-memc-key: + schema: + type: string + example: bde90b8ed9ed84ea4c5ce0650bb44561 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3268 + results: + type: array + items: + type: object + properties: + name: + type: string + example: Animax + type: + type: string + example: '' + example: + - name: Animax + type: '' + examples: + alternative names: + value: + id: 3268 + results: + - name: Animax + type: '' + + /network/{network_id}/images: + get: + tags: + - NETWORKS + summary: Images + description: This endpoint get the TV network logos by id. + operationId: images3 + parameters: + - $ref: '#/components/parameters/network_id' + responses: + '200': + description: images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=13440 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 15:45:32 GMT + ETag: + schema: + type: string + example: W/"2df5fa93abc236d9f738cdc94b34d5ec" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 613faec4b883bfe2ebdd8a74d5006f4c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: N0O8DMiem7DHYzcIhv9c6Dza0hHMi_C6bqM82_lmggd3XBIbG56Vqg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '10516' + x-memc-expires: + schema: + type: string + example: '13440' + x-memc-key: + schema: + type: string + example: 958ab0cad084d69fb8e87634612edf07 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3268 + logos: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 2.99644128113879 + file_path: + type: string + example: /gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png + file_type: + type: string + example: .png + height: + type: number + example: 281 + id: + type: string + example: 5f3432efef9d7200348dd5b8 + vote_average: + type: number + example: 0 + vote_count: + type: number + example: 0 + width: + type: number + example: 842 + example: + - aspect_ratio: 2.99644128113879 + file_path: /gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png + file_type: .png + height: 281 + id: 5f3432efef9d7200348dd5b8 + vote_average: 0 + vote_count: 0 + width: 842 + examples: + images: + value: + id: 3268 + logos: + - aspect_ratio: 2.99644128113879 + file_path: /gNsvkmJY7QzRQ7AZ0QK9PeONIm2.png + file_type: .png + height: 281 + id: 5f3432efef9d7200348dd5b8 + vote_average: 0 + vote_count: 0 + width: 842 + + /person/popular: + get: + tags: + - PEOPLE LIST + summary: popular + description: This endpoint get a list of people ordered by popularity. + operationId: popular1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + responses: + '200': + description: popular + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=21132 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 15:47:31 GMT + ETag: + schema: + type: string + example: W/"32d1d5e89ad776528daac874ac0a75dd" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 613faec4b883bfe2ebdd8a74d5006f4c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: uChUJc4lxr0MnBBc51ROsc91CBy6WrXcXlrFK7eMCq0-tLMB6Vl-FA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '2271' + x-memc-expires: + schema: + type: string + example: '21132' + x-memc-key: + schema: + type: string + example: 0dd437779fbb4e548d6bc72bec938687 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + gender: + type: number + example: 1 + id: + type: number + example: 2527414 + known_for: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + first_air_date: + type: string + example: '2024-05-31' + genre_ids: + type: array + items: + type: number + example: 10749 + example: + - 10749 + - 18 + id: + type: number + example: 1010581 + media_type: + type: string + example: movie + name: + type: string + example: Raising Voices + origin_country: + type: array + items: + type: string + example: ES + example: + - ES + original_language: + type: string + example: es + original_name: + type: string + example: Ni una más + original_title: + type: string + example: Culpa mía + overview: + type: string + example: >- + Noah must leave her city, boyfriend, and + friends to move into William Leister's + mansion, the flashy and wealthy husband of her + mother Rafaela. As a proud and independent 17 + year old, Noah resists living in a mansion + surrounded by luxury. However, it is there + where she meets Nick, her new stepbrother, and + the clash of their strong personalities + becomes evident from the very beginning. + popularity: + type: number + example: 1413.583 + poster_path: + type: string + example: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: + type: string + example: '2023-06-08' + title: + type: string + example: My Fault + video: + type: boolean + example: false + vote_average: + type: number + example: 7.905 + vote_count: + type: number + example: 3300 + example: + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + media_type: movie + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends + to move into William Leister's mansion, the + flashy and wealthy husband of her mother + Rafaela. As a proud and independent 17 year old, + Noah resists living in a mansion surrounded by + luxury. However, it is there where she meets + Nick, her new stepbrother, and the clash of + their strong personalities becomes evident from + the very beginning. + popularity: 1413.583 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.905 + vote_count: 3300 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + media_type: movie + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate + them. But his job and her entry into college + open up their lives to new relationships that + will shake the foundations of both their + relationship and the Leister family itself. + popularity: 4279.149 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.1 + vote_count: 648 + - adult: false + backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg + first_air_date: '2024-05-31' + genre_ids: + - 18 + id: 242876 + media_type: tv + name: Raising Voices + origin_country: + - ES + original_language: es + original_name: Ni una más + overview: >- + When a 17-year-old reports a sexual assault at + her high school, an investigation upends her + life and tests her relationships. + popularity: 400.641 + poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg + vote_average: 7.8 + vote_count: 350 + known_for_department: + type: string + example: Acting + name: + type: string + example: Nicole Wallace + original_name: + type: string + example: Nicole Wallace + popularity: + type: number + example: 301.158 + profile_path: + type: string + example: /gSGCoJVKAMUTmyA3GzCAX22WNBA.jpg + example: + - adult: false + gender: 1 + id: 2527414 + known_for: + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + media_type: movie + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends + to move into William Leister's mansion, the flashy + and wealthy husband of her mother Rafaela. As a + proud and independent 17 year old, Noah resists + living in a mansion surrounded by luxury. However, + it is there where she meets Nick, her new + stepbrother, and the clash of their strong + personalities becomes evident from the very + beginning. + popularity: 1413.583 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.905 + vote_count: 3300 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + media_type: movie + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. + But his job and her entry into college open up + their lives to new relationships that will shake + the foundations of both their relationship and the + Leister family itself. + popularity: 4279.149 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.1 + vote_count: 648 + - adult: false + backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg + first_air_date: '2024-05-31' + genre_ids: + - 18 + id: 242876 + media_type: tv + name: Raising Voices + origin_country: + - ES + original_language: es + original_name: Ni una más + overview: >- + When a 17-year-old reports a sexual assault at her + high school, an investigation upends her life and + tests her relationships. + popularity: 400.641 + poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg + vote_average: 7.8 + vote_count: 350 + known_for_department: Acting + name: Nicole Wallace + original_name: Nicole Wallace + popularity: 301.158 + profile_path: /gSGCoJVKAMUTmyA3GzCAX22WNBA.jpg + - adult: false + gender: 2 + id: 3724154 + known_for: + - adult: false + backdrop_path: /9ExqMvtOqvYcmQjMDXyhtfjLmEA.jpg + genre_ids: + - 18 + - 10749 + id: 1232449 + media_type: movie + original_language: nl + original_title: Young Hearts + overview: >- + Fourteen-year-old Elias increasingly feels like an + outsider in his village. When he meets his new + neighbour of the same age, Alexander, Elias is + confronted with his burgeoning sexuality. + popularity: 154.202 + poster_path: /iGCtYxfuvXfy0BD5m6p7vKuPOxS.jpg + release_date: '2024-10-26' + title: Young Hearts + video: false + vote_average: 8.315 + vote_count: 27 + - adult: false + backdrop_path: /xbb0AzHP1B7vJ2LiN7ARLNe3RwZ.jpg + first_air_date: '2023-08-18' + genre_ids: + - 35 + id: 229685 + media_type: tv + name: Boomer + origin_country: + - BE + original_language: nl + original_name: Boomer + overview: '' + popularity: 12.522 + poster_path: /bZAKLGZk3gqCbdBhcfrnBp0LuwS.jpg + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: /xANGcChEgQJLHMdiLwOLxWebvbs.jpg + genre_ids: + - 18 + id: 1030955 + media_type: movie + original_language: nl + original_title: Alleen Ik + overview: >- + Longing for acceptance, a neurodivergent boy + taunts the boundaries of his best friend: his + brother. + popularity: 26.569 + poster_path: /qUzwUif6WybmpH6t4MA26hkdUI5.jpg + release_date: '2022-11-05' + title: Alleen Ik (Only me, me alone) + video: false + vote_average: 6 + vote_count: 2 + known_for_department: Acting + name: Lou Goossens + original_name: Lou Goossens + popularity: 296.747 + profile_path: /kY8eifhCPvjTE6JJclrrWO7Zr9L.jpg + - adult: false + gender: 2 + id: 2786960 + known_for: + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + media_type: movie + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends + to move into William Leister's mansion, the flashy + and wealthy husband of her mother Rafaela. As a + proud and independent 17 year old, Noah resists + living in a mansion surrounded by luxury. However, + it is there where she meets Nick, her new + stepbrother, and the clash of their strong + personalities becomes evident from the very + beginning. + popularity: 1413.583 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.905 + vote_count: 3300 + - adult: false + backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg + first_air_date: '2024-05-31' + genre_ids: + - 18 + id: 242876 + media_type: tv + name: Raising Voices + origin_country: + - ES + original_language: es + original_name: Ni una más + overview: >- + When a 17-year-old reports a sexual assault at her + high school, an investigation upends her life and + tests her relationships. + popularity: 400.641 + poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg + vote_average: 7.8 + vote_count: 350 + - adult: false + backdrop_path: /kxxJBjQAwhQXTtJTRe0qursHuDH.jpg + first_air_date: '2024-06-12' + genre_ids: + - 18 + - 9648 + id: 249670 + media_type: tv + name: From Tomorrow + origin_country: + - ES + original_language: es + original_name: Desde el mañana + overview: >- + Gabriela and Andrés, a doctor and a detective, + must face a series of supernatural phenomena that + disrupt their lives and those of their loved ones. + Together, they have the opportunity to change + their destinies. + popularity: 54.234 + poster_path: /tsaOWbVklGlGhMxRcRqPEi5QZIW.jpg + vote_average: 7.2 + vote_count: 63 + known_for_department: Acting + name: Gabriel Guevara + original_name: Gabriel Guevara + popularity: 280.142 + profile_path: /pviRYKEEmoPUfLYwP1VHJ6LQcRg.jpg + - adult: false + gender: 2 + id: 63429 + known_for: + - adult: false + backdrop_path: /13uKAt4M87HQi1lMZAwBmsNZRGg.jpg + genre_ids: + - 18 + - 35 + - 10749 + id: 11178 + media_type: movie + original_language: ko + original_title: 엽기적인 그녀 + overview: >- + A dweeby, mild-mannered man comes to the aid of a + drunk young woman on a subway platform. Little + does he know how much trouble he’s in for. + popularity: 15.228 + poster_path: /qx4hZvSy2b11KIPBHBFEibgRbk0.jpg + release_date: '2001-07-27' + title: My Sassy Girl + video: false + vote_average: 7.5 + vote_count: 569 + - adult: false + backdrop_path: /aUskYggZkaoU2BhvIaRF1QehNdj.jpg + genre_ids: + - 18 + - 10749 + id: 42190 + media_type: movie + original_language: ko + original_title: 클래식 + overview: >- + Ji-hae's friend is having problems expressing her + feelings to the boy she loves, so she asks Ji-hae + to write e-mails to him in her name. As the boy + falls in love with her letters, Ji-hae discovers + the story of her mother's romance which is + remarkably similar to her own circumstances. + popularity: 12.762 + poster_path: /sNe23Tsia9usMBN5TW2KXPJdq2K.jpg + release_date: '2003-01-30' + title: The Classic + video: false + vote_average: 7.6 + vote_count: 158 + - adult: false + backdrop_path: /2tZb1Aq8TK55GAWuGnosGy9Rmt5.jpg + genre_ids: + - 35 + - 10749 + id: 821661 + media_type: movie + original_language: ko + original_title: 해피 뉴 이어 + overview: >- + A romantic comedy of a young man and woman that is + told in the background of hotel 'Emross'. It has + stories of people who met each other at Hotel + Emross during the New Year holidays. Each one has + his own memory to relate and create relationships + or just going nostalgic. + popularity: 13.638 + poster_path: /z1kgyVRmoNd4MxsP4NTNMadsPRZ.jpg + release_date: '2021-12-29' + title: A Year-End Medley + video: false + vote_average: 7.141 + vote_count: 142 + known_for_department: Directing + name: Kwak Jae-yong + original_name: 곽재용 + popularity: 272.223 + profile_path: /oTpZ0Ek4qoI8U0tRIViUhgfB05b.jpg + - adult: false + gender: 1 + id: 20652 + known_for: + - adult: false + backdrop_path: /AwlJ2bQGjfEuXLsL5XJAaxOmMuV.jpg + genre_ids: + - 14 + - 18 + - 28 + - 53 + - 10749 + id: 2008 + media_type: movie + original_language: zh + original_title: 无极 + overview: >- + An orphaned girl, driven by poverty at such a + young age, makes a promise with an enchantress. In + return for beauty and the admiration of every man, + she will never be with the man she loves. This + spell cannot be broken unless the impossible + happens: snow falling in spring and the dead + coming back to life. Now a grown and beautiful + princess, she regrets her promise, for all of the + men she's loved has always been met with tragedy. + popularity: 14.927 + poster_path: /tdm4mlc27S1d72ub4Y4xcU2OlDD.jpg + release_date: '2005-12-15' + title: The Promise + video: false + vote_average: 5.6 + vote_count: 115 + - adult: false + backdrop_path: /lMRX4cLx4hxYth3iQ96c0E1RHGB.jpg + genre_ids: + - 28 + - 35 + id: 11770 + media_type: movie + original_language: cn + original_title: 少林足球 + overview: >- + A young Shaolin follower reunites with his + discouraged brothers to form a soccer team using + their martial art skills to their advantage. + popularity: 47.294 + poster_path: /ppgeawDWa4rehYYRidWCqg4kOli.jpg + release_date: '2001-07-05' + title: Shaolin Soccer + video: false + vote_average: 7.127 + vote_count: 2259 + - adult: false + backdrop_path: /fGzO3qGIaBlLlW53fsaRSUPEjw0.jpg + genre_ids: + - 35 + - 18 + - 10749 + id: 53168 + media_type: movie + original_language: cn + original_title: 喜劇之王 + overview: >- + Wan Tin-Sau is an actor who cannot seem to catch a + break, since his only professional jobs are + limited to being a movie extra. As well as being + an actor, he is also the head of his village's + community center. + popularity: 18.049 + poster_path: /dmJWvKNgeCrIwJH6AapdSMiZHop.jpg + release_date: '1999-02-08' + title: King of Comedy + video: false + vote_average: 7.3 + vote_count: 173 + known_for_department: Acting + name: Cecilia Cheung + original_name: 張柏芝 + popularity: 180.629 + profile_path: /xghVxRPUmFCHYxzD0NxMO8NtoKK.jpg + - adult: false + gender: 1 + id: 2497156 + known_for: + - adult: false + backdrop_path: /kZA1PConTaVJQH2lAgvGB6VEO2b.jpg + first_air_date: '2018-04-24' + genre_ids: + - 18 + id: 79053 + media_type: tv + name: The Split + origin_country: + - GB + original_language: en + original_name: The Split + overview: >- + The Defoes, a family of female divorce lawyers, + are forced to face their past following the return + of their estranged father after a 30 year absence. + popularity: 32.508 + poster_path: /vOxXjqBNGXTjZeYCsEebljiDkLj.jpg + vote_average: 7.364 + vote_count: 44 + - adult: false + backdrop_path: /eesuJC91i5MPGOZvEtoa11cPqe5.jpg + first_air_date: '2013-01-14' + genre_ids: + - 18 + - 80 + - 9648 + id: 61511 + media_type: tv + name: Father Brown + origin_country: + - GB + original_language: en + original_name: Father Brown + overview: >- + Father Brown is based on G. K. Chesterton's + detective stories about a Catholic priest who + doubles as an amateur detective in order to try + and solve mysteries. + popularity: 152.559 + poster_path: /u8LUC3O1hiEDKP2SFZK68iYqMzl.jpg + vote_average: 7.495 + vote_count: 111 + - adult: false + backdrop_path: /vpd5FK7CtizjUdPmZlmEgYBfCxy.jpg + genre_ids: + - 18 + id: 1027337 + media_type: movie + original_language: en + original_title: Tommies + overview: >- + In Regency-era London, five women waiting for a + carriage descend into a frenzy of vicious gossip. + popularity: 0.508 + poster_path: /x8si9oWFbKq994qWvPQORAS9cJ4.jpg + release_date: '2022-10-08' + title: Tommies + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Elizabeth Roberts + original_name: Elizabeth Roberts + popularity: 175.437 + profile_path: /A2QYCmbSmEequBZWHj2BPywMdrP.jpg + - adult: false + gender: 1 + id: 2049994 + known_for: + - adult: false + backdrop_path: /wQlJJJ50gKphCci0SmoetUXmJN4.jpg + first_air_date: '2023-06-20' + genre_ids: + - 18 + id: 210733 + media_type: tv + name: Hidden Love + origin_country: + - CN + original_language: zh + original_name: 偷偷藏不住 + overview: >- + Since high school, Sang Zhi has had a crush on + Duan Jiaxu. When fate brings them together again, + they find a chance to embark on a sweet + relationship. + popularity: 130.717 + poster_path: /riGzESa9N9toumP9OhMmg0QvFPD.jpg + vote_average: 8.521 + vote_count: 121 + - adult: false + backdrop_path: /5BuVAlwQiLHVqTWITHxaLmp2leB.jpg + first_air_date: '2019-01-28' + genre_ids: + - 18 + id: 87299 + media_type: tv + name: I Hear You + origin_country: + - CN + original_language: zh + original_name: 最动听的事 + overview: >- + Bei Er Duo, a girl from an ordinary family, dreams + about studying in Japan to be a professional voice + actor. However, her mother wants her to marry rich + whilst she is young, leading to continuous blind + dates which irritate Bei Er Duo. In her + desperation to raise funds for studying overseas + as well as helping her best friend Tang Li out of + a crisis, Bei Er Duo joins a couple reality + program, encountering top violin maker Ye Shu Wei. + popularity: 110.602 + poster_path: /2wVMh3vqvt1IgAhextxwUKxaOAH.jpg + vote_average: 7.7 + vote_count: 66 + - adult: false + backdrop_path: /gxafmR8O7cAJxmrs3RHp1P2ftsY.jpg + first_air_date: '2020-05-18' + genre_ids: + - 35 + - 18 + id: 103635 + media_type: tv + name: The Romance of Tiger and Rose + origin_country: + - CN + original_language: zh + original_name: 传闻中的陈芊芊 + overview: >- + A screenwriter finds herself becoming a character + in the script of her own creation. However, she is + not meant to live past three episodes! Chen + Xiaoqian is a writer who poured blood, sweat and + tears into creating a big female-centric drama. + What could have started filming smoothly quickly + turned south because of actor Han Mingxing's + reservations about the script. Feeling wronged, + Chen Xiaoqian vows to prove herself yet she + accidentally gets stuck in a parallel world where + her story has come to life. Now known as the 3rd + princess Chen Qianqian, she is an insignificant + side character with a horrid reputation that is + not meant to live long in the story. In order to + live, she starts on a road to reverse her fate. + She also gets caught in between the arrogant and + black-bellied prince Han Shuo and the practically + perfect Pei Heng. + popularity: 13.617 + poster_path: /mCsidkxf6ji8e71T07dYff3FjCF.jpg + vote_average: 7.3 + vote_count: 23 + known_for_department: Acting + name: Zhao Lusi + original_name: 赵露思 + popularity: 169.526 + profile_path: /hjuAEb4VksEtgSpygDKXs5WSWho.jpg + - adult: false + gender: 1 + id: 122822 + known_for: + - adult: false + backdrop_path: /nPx3FS9ZnQ6fwy9BtgcnNZJpyXC.jpg + genre_ids: + - 28 + - 35 + id: 12207 + media_type: movie + original_language: cn + original_title: 醉拳二 + overview: >- + Returning home with his father after a shopping + expedition, Wong Fei-Hong is unwittingly caught up + in the battle between foreigners who wish to + export ancient Chinese artifacts and loyalists who + don't want the pieces to leave the country. + Fei-Hong must fight against the foreigners using + his Drunken Boxing style, and overcome his + father's antagonism as well. + popularity: 26.474 + poster_path: /xqUBrSBtPYLvCtfqHF5sapU6Div.jpg + release_date: '1994-02-03' + title: The Legend of Drunken Master + video: false + vote_average: 7.411 + vote_count: 958 + - adult: false + backdrop_path: /c6wTuTMEl0ffnZyzozNiw08Ocnl.jpg + genre_ids: + - 27 + - 35 + - 18 + id: 32629 + media_type: movie + original_language: cn + original_title: 滿清十大酷刑 + overview: >- + A corrupt magistrate subjects a innocent young + bride to inconceivable physical punishments after + convicting her of killing her husband. + popularity: 34.571 + poster_path: /wbMoB0gCTA9oKz75YuE8szcCjfJ.jpg + release_date: '1994-05-19' + title: A Chinese Torture Chamber Story + video: false + vote_average: 5.7 + vote_count: 57 + - adult: false + backdrop_path: /5zmVp93emCBu28JKCo4Jzzod5xW.jpg + genre_ids: + - 18 + - 35 + - 10749 + id: 67120 + media_type: movie + original_language: cn + original_title: 滿清禁宮奇案 + overview: >- + In the Qing Dynasty, the only people who lived in + the Forbidden City are the Emperor's concubines, + their maids, the eunuchs and the Emperor himself. + Lee Lien Ying is an eunuch who enters the + Forbidden City with a big secret. One that will + have his head on the floor if the wrong people + find out. + popularity: 15.959 + poster_path: /6nHUJONnTgKPwUbIN4kiDXMMh0P.jpg + release_date: '1994-02-10' + title: Sex and the Emperor + video: false + vote_average: 4 + vote_count: 18 + known_for_department: Acting + name: Yvonne Yung Hung + original_name: 翁虹 + popularity: 168.872 + profile_path: /d7tO5Z1UdpMfutCdW2zfLfXCOfO.jpg + - adult: false + gender: 1 + id: 550627 + known_for: + - adult: false + backdrop_path: /scMU7yDvzZdqpqb24WcuQB0i4fb.jpg + genre_ids: + - 28 + - 53 + - 80 + - 35 + id: 36282 + media_type: movie + original_language: ja + original_title: 極道戦国志 不動 + overview: >- + In order to settle a business dispute, a mob + leader murders one of his own teenage sons. The + surviving son vows to avenge his brother's death, + and organizes his own gang of teenage killers to + destroy his father's organization. + popularity: 7.427 + poster_path: /kRlmTuDdZEGPbbXavNmiafUYYka.jpg + release_date: '1996-10-12' + title: 'Fudoh: The New Generation' + video: false + vote_average: 6.6 + vote_count: 64 + - adult: false + backdrop_path: /1XUjqfCCgoqGiJYV6hfPlHOxC59.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 36274 + media_type: movie + original_language: ja + original_title: 実録・安藤昇侠道(アウトロー)伝 烈火 + overview: >- + After Kunisada's Yakuza leader and father figure + is brutally murdered, he and his best friend go on + a two-man mission to avenge his death, killing + other Yakuza leaders leading to a final + confrontation by the old man's killers. + popularity: 7.237 + poster_path: /2r4WNCpwAQzekbaZwoCcOv1GJuO.jpg + release_date: '2002-09-21' + title: 'Deadly Outlaw: Rekka' + video: false + vote_average: 6.7 + vote_count: 28 + - adult: false + backdrop_path: null + genre_ids: + - 18 + id: 792589 + media_type: movie + original_language: cn + original_title: 女歡 + overview: Female modeling and lesbian interest + popularity: 6.027 + poster_path: /6owpqEOBcnDJ6r6GEoV4xZcdolo.jpg + release_date: '1998-01-01' + title: Intimate Desire + video: false + vote_average: 1.5 + vote_count: 2 + known_for_department: Acting + name: Miho Nomoto + original_name: 野本美穂 + popularity: 154.325 + profile_path: /ego6I5PWMZRJGYyu8aPjiNwsz3l.jpg + - adult: false + gender: 1 + id: 3513082 + known_for: + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + media_type: movie + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. + But his job and her entry into college open up + their lives to new relationships that will shake + the foundations of both their relationship and the + Leister family itself. + popularity: 4279.149 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.1 + vote_count: 648 + - adult: false + backdrop_path: null + genre_ids: + - 10749 + - 18 + id: 1252309 + media_type: movie + original_language: es + original_title: Pídeme lo que quieras + overview: >- + After his father's death, Eric Zimmerman travels + to Spain to oversee his company's branches. In + Madrid, he falls for Judith and engage in an + intense, erotic relationship full of exploration. + However, Eric fears his secret may end their + affair. + popularity: 754.386 + poster_path: /76qnVxU2rPdVvipBN3DPQH6fVYB.jpg + release_date: '2024-11-29' + title: Ask Me What You Want + video: false + vote_average: 5.625 + vote_count: 12 + - adult: false + backdrop_path: /9KjiHBfeQAoRGhk6ts5p4mFUM5T.jpg + first_air_date: '2022-04-15' + genre_ids: + - 18 + id: 128008 + media_type: tv + name: Heirs to the Land + origin_country: + - ES + original_language: es + original_name: Los herederos de la tierra + overview: >- + Resourceful young Hugo Llor works to make a name + for himself in 14th-century Barcelona while + keeping a vow he made to the Estanyol family. + popularity: 19.828 + poster_path: /zuYtzT6rLn5N4g5XHivpkaM5Yls.jpg + vote_average: 6.5 + vote_count: 30 + known_for_department: Acting + name: Gabriela Andrada + original_name: Gabriela Andrada + popularity: 152.928 + profile_path: /h8cAdDqbDK2ayGIuxQQdNCzyCsb.jpg + - adult: false + gender: 1 + id: 80792 + known_for: + - adult: false + backdrop_path: /3PWmMis6SLZ986t5ruPpv9ekd7g.jpg + genre_ids: + - 35 + - 27 + id: 45065 + media_type: movie + original_language: ja + original_title: 残酷飯店 + overview: >- + Just what is the mystery ingredient in the pot + stickers at Togen Restaurant? Those who look for + the answer have a habit of disappearing. So when + body parts start washing up on the beach, police + trace the murders to Togen's seemingly innocent + owner. But the slaughter of a few curious fans is + the least shocking secret coming out of Togen's + kitchen! Mihiro, Sakae Yamazaki, Katsuya Naruse + and Yusuke Iwata star in this pitch-black comic + horror tale. + popularity: 4.308 + poster_path: /ndziFzdfFk8CvsqPmwtd0iQEvIo.jpg + release_date: '2008-01-25' + title: Cruel Restaurant + video: false + vote_average: 4.7 + vote_count: 19 + - adult: false + backdrop_path: /p1Q81xNXjvTYpSx7pVJ2XFEuS05.jpg + genre_ids: + - 28 + - 80 + id: 50133 + media_type: movie + original_language: ja + original_title: スケパン刑事 バージンネーム=諸見栄サキ + overview: >- + A beautiful "special student undercover cop" + attends a prestigious high school in order to bust + up a student prostitution ring in this sexy spoof + of the popular Yo-Yo Girl Cop series. Saki + (Mihiro) may look like you're average innocent + schoolgirl, but in reality she's a highly skilled + agent for the Japanese government. Armed with a + lethal yo-yo and a special pair of see through + underwear, Saki befriends a student prostitute + named Asuka in hopes of identifying of the + ringleaders and gathering the evidence that will + bring them to justice. Accomplishing that goal is + no simple task, however, because in addition to + being bullied about her unconventional + undergarments, Saki soon finds herself falling for + handsome young classmate Takuya. Now torn between + love and duty, Saki is shocked to learn that Asuka + has been murdered after her double life was + discovered, and that the leaders of the + prostitution are none other than the Headmaster of + the school and a highly respected teacher. + popularity: 3.505 + poster_path: /hAYcM6G1GNOWTRDP24pS1flHTzw.jpg + release_date: '2006-09-30' + title: Yo-Yo Sexy Girl Cop + video: false + vote_average: 3.9 + vote_count: 9 + - adult: false + backdrop_path: /lnlXn8kU3qE3aKWpMkMj22I4aNd.jpg + genre_ids: + - 14 + - 27 + id: 26693 + media_type: movie + original_language: ja + original_title: 呪怨 白い老女 + overview: >- + An apparitions of a young schoolgirl in a yellow + rain hat, a family massacre, and a law student's + suicide after he fails his bar exam are linked by + the ominous recordings discovered on an audio + cassette. + popularity: 9.13 + poster_path: /dX9itkjGfYJq4gk2HIdAwmg31l8.jpg + release_date: '2009-06-27' + title: 'Ju-On: White Ghost' + video: false + vote_average: 6.063 + vote_count: 96 + known_for_department: Acting + name: Mihiro + original_name: みひろ + popularity: 150.538 + profile_path: /30hRircgW7oYvSdbpRyxUUGfqI3.jpg + - adult: false + gender: 1 + id: 115440 + known_for: + - adult: false + backdrop_path: /9KnIzPCv9XpWA0MqmwiKBZvV1Sj.jpg + first_air_date: '2019-06-16' + genre_ids: + - 18 + id: 85552 + media_type: tv + name: Euphoria + origin_country: + - US + original_language: en + original_name: Euphoria + overview: >- + A group of high school students navigate love and + friendships in a world of drugs, sex, trauma, and + social media. + popularity: 311.587 + poster_path: /3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg + vote_average: 8.3 + vote_count: 9824 + - adult: false + backdrop_path: /j9eOeLlTGoHoM8BNUJVNyWmIvCi.jpg + genre_ids: + - 10749 + - 35 + id: 1072790 + media_type: movie + original_language: en + original_title: Anyone But You + overview: >- + After an amazing first date, Bea and Ben’s fiery + attraction turns ice cold — until they find + themselves unexpectedly reunited at a destination + wedding in Australia. So they do what any two + mature adults would do: pretend to be a couple. + popularity: 113.463 + poster_path: /5qHoazZiaLe7oFBok7XlUhg96f2.jpg + release_date: '2023-12-21' + title: Anyone But You + video: false + vote_average: 6.9 + vote_count: 2314 + - adult: false + backdrop_path: /5Eip60UDiPLASyKjmHPMruggTc4.jpg + genre_ids: + - 27 + - 9648 + - 53 + id: 1041613 + media_type: movie + original_language: en + original_title: Immaculate + overview: >- + An American nun embarks on a new journey when she + joins a remote convent in the Italian countryside. + However, her warm welcome quickly turns into a + living nightmare when she discovers her new home + harbours a sinister secret and unspeakable + horrors. + popularity: 94.628 + poster_path: /fdZpvODTX5wwkD0ikZNaClE4AoW.jpg + release_date: '2024-03-20' + title: Immaculate + video: false + vote_average: 6.25 + vote_count: 1288 + known_for_department: Acting + name: Sydney Sweeney + original_name: Sydney Sweeney + popularity: 149.169 + profile_path: /qYiaSl0Eb7G3VaxOg8PxExCFwon.jpg + - adult: false + gender: 2 + id: 976 + known_for: + - adult: false + backdrop_path: /ibKeXahq4JD63z6uWQphqoJLvNw.jpg + genre_ids: + - 28 + - 878 + - 27 + id: 345940 + media_type: movie + original_language: en + original_title: The Meg + overview: >- + A deep sea submersible pilot revisits his past + fears in the Mariana Trench, and accidentally + unleashes the seventy foot ancestor of the Great + White Shark believed to be extinct. + popularity: 78.542 + poster_path: /eyWICPcxOuTcDDDbTMOZawoOn8d.jpg + release_date: '2018-08-09' + title: The Meg + video: false + vote_average: 6.253 + vote_count: 7662 + - adult: false + backdrop_path: /70AV2Xx5FQYj20labp0EGdbjI6E.jpg + genre_ids: + - 80 + - 28 + - 53 + id: 637649 + media_type: movie + original_language: en + original_title: Wrath of Man + overview: >- + A cold and mysterious new security guard for a Los + Angeles cash truck company surprises his + co-workers when he unleashes precision skills + during a heist. The crew is left wondering who he + is and where he came from. Soon, the marksman's + ultimate motive becomes clear as he takes dramatic + and irrevocable steps to settle a score. + popularity: 187.07 + poster_path: /M7SUK85sKjaStg4TKhlAVyGlz3.jpg + release_date: '2021-04-22' + title: Wrath of Man + video: false + vote_average: 7.632 + vote_count: 5349 + - adult: false + backdrop_path: /kWt1OcPgwO1ssu57wgTKmq38JYw.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 4108 + media_type: movie + original_language: en + original_title: The Transporter + overview: >- + Former Special Forces officer Frank Martin will + deliver anything to anyone for the right price, + and his no-questions-asked policy puts him in high + demand. But when he realizes his latest cargo is + alive, it sets in motion a dangerous chain of + events. The bound and gagged Lai is being smuggled + to France by a shady American businessman, and + Frank works to save her as his own illegal + activities are uncovered by a French detective. + popularity: 59.986 + poster_path: /xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg + release_date: '2002-10-02' + title: The Transporter + video: false + vote_average: 6.712 + vote_count: 5338 + known_for_department: Acting + name: Jason Statham + original_name: Jason Statham + popularity: 148.853 + profile_path: /tI3QoB2KlvXoXM0rH3SVhmcUuxv.jpg + - adult: false + gender: 2 + id: 1190668 + known_for: + - adult: false + backdrop_path: /h3HsfV8Kn9Sz2QWUYYdP5ya23hx.jpg + genre_ids: + - 878 + - 12 + id: 438631 + media_type: movie + original_language: en + original_title: Dune + overview: >- + Paul Atreides, a brilliant and gifted young man + born into a great destiny beyond his + understanding, must travel to the most dangerous + planet in the universe to ensure the future of his + family and his people. As malevolent forces + explode into conflict over the planet's exclusive + supply of the most precious resource in + existence-a commodity capable of unlocking + humanity's greatest potential-only those who can + conquer their fear will survive. + popularity: 175.392 + poster_path: /d5NXSklXo0qyIYkgV94XAgMIckC.jpg + release_date: '2021-09-15' + title: Dune + video: false + vote_average: 7.784 + vote_count: 12926 + - adult: false + backdrop_path: /zvOJawrnmgK0sL293mOXOdLvTXQ.jpg + genre_ids: + - 10749 + - 18 + id: 398818 + media_type: movie + original_language: en + original_title: Call Me by Your Name + overview: >- + In 1980s Italy, a relationship begins between + seventeen-year-old teenage Elio and the older + adult man hired as his father's research + assistant. + popularity: 75.34 + poster_path: /mZ4gBdfkhP9tvLH1DO4m4HYtiyi.jpg + release_date: '2017-07-28' + title: Call Me by Your Name + video: false + vote_average: 8.1 + vote_count: 12108 + - adult: false + backdrop_path: /rRBD8ORo9y34tYkAQJVbn4Ml6tu.jpg + genre_ids: + - 878 + - 12 + id: 693134 + media_type: movie + original_language: en + original_title: 'Dune: Part Two' + overview: >- + Follow the mythic journey of Paul Atreides as he + unites with Chani and the Fremen while on a path + of revenge against the conspirators who destroyed + his family. Facing a choice between the love of + his life and the fate of the known universe, Paul + endeavors to prevent a terrible future only he can + foresee. + popularity: 275.013 + poster_path: /6izwz7rsy95ARzTR3poZ8H6c5pp.jpg + release_date: '2024-02-27' + title: 'Dune: Part Two' + video: false + vote_average: 8.151 + vote_count: 5927 + known_for_department: Acting + name: Timothée Chalamet + original_name: Timothée Chalamet + popularity: 141.181 + profile_path: /BE2sdjpgsa2rNTFa66f7upkaOP.jpg + - adult: false + gender: 1 + id: 224513 + known_for: + - adult: false + backdrop_path: /3bWUP9kyf9BxVc0hmZdqXB2w4UP.jpg + genre_ids: + - 878 + - 18 + id: 335984 + media_type: movie + original_language: en + original_title: Blade Runner 2049 + overview: >- + Thirty years after the events of the first film, a + new blade runner, LAPD Officer K, unearths a + long-buried secret that has the potential to + plunge what's left of society into chaos. K's + discovery leads him on a quest to find Rick + Deckard, a former LAPD blade runner who has been + missing for 30 years. + popularity: 111.939 + poster_path: /gajva2L0rPYkEWjzgFlBXCAVBE5.jpg + release_date: '2017-10-04' + title: Blade Runner 2049 + video: false + vote_average: 7.571 + vote_count: 13729 + - adult: false + backdrop_path: /4HWAQu28e2yaWrtupFPGFkdNU7V.jpg + genre_ids: + - 35 + - 80 + - 9648 + id: 546554 + media_type: movie + original_language: en + original_title: Knives Out + overview: >- + When renowned crime novelist Harlan Thrombey is + found dead at his estate just after his 85th + birthday, the inquisitive and debonair Detective + Benoit Blanc is mysteriously enlisted to + investigate. From Harlan's dysfunctional family to + his devoted staff, Blanc sifts through a web of + red herrings and self-serving lies to uncover the + truth behind Harlan's untimely death. + popularity: 104.027 + poster_path: /pThyQovXQrw2m0s9x82twj48Jq4.jpg + release_date: '2019-11-27' + title: Knives Out + video: false + vote_average: 7.8 + vote_count: 12468 + - adult: false + backdrop_path: /oNoprEND25zXR6Fns8cIZUkuoMc.jpg + genre_ids: + - 35 + - 80 + - 18 + id: 308266 + media_type: movie + original_language: en + original_title: War Dogs + overview: >- + Based on the true story of two young men, David + Packouz and Efraim Diveroli, who won a $300 + million contract from the Pentagon to arm + America's allies in Afghanistan. + popularity: 37.774 + poster_path: /mDcPRjZC1bb6LavFU3gwsWdVfCM.jpg + release_date: '2016-08-18' + title: War Dogs + video: false + vote_average: 6.922 + vote_count: 4923 + known_for_department: Acting + name: Ana de Armas + original_name: Ana de Armas + popularity: 138.067 + profile_path: /5Qne374OM0ewMM7uSN9eq9jNrWq.jpg + - adult: false + gender: 1 + id: 1877932 + known_for: + - adult: false + backdrop_path: /3FJ53wbpjSAGY98KYiHJ4DQccDr.jpg + genre_ids: + - 35 + id: 800937 + media_type: movie + original_language: en + original_title: Senior Year + overview: >- + A thirty-seven-year-old woman wakes up from a + twenty-year coma and returns to the high school + where she was once a popular cheerleader to finish + her senior year and become prom queen. + popularity: 19.038 + poster_path: /6UqbcDQhCYpxboK58Z0eVfdeHcT.jpg + release_date: '2022-05-11' + title: Senior Year + video: false + vote_average: 5.938 + vote_count: 825 + - adult: false + backdrop_path: /vwkJChYb9dBcuds98Se4oHIcbnw.jpg + genre_ids: + - 18 + - 9648 + - 53 + - 36 + id: 567970 + media_type: movie + original_language: en + original_title: Lost Girls + overview: >- + When Mari Gilbert's daughter disappears, police + inaction drives her own investigation into the + gated Long Island community where Shannan was last + seen. Her search brings attention to over a dozen + murdered prostitutes. + popularity: 14.595 + poster_path: /pDas4DwURlRzjD9xEhSdtkcl1ZV.jpg + release_date: '2020-01-28' + title: Lost Girls + video: false + vote_average: 6.081 + vote_count: 698 + - adult: false + backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg + first_air_date: '2024-12-15' + genre_ids: + - 80 + - 18 + id: 219937 + media_type: tv + name: 'Dexter: Original Sin' + origin_country: + - US + original_language: en + original_name: 'Dexter: Original Sin' + overview: >- + In 1991 Miami, Dexter Morgan transitions from + student to avenging serial killer. When his + bloodthirsty urges can't be ignored any longer, + Dexter must learn to channel his inner darkness. + With the guidance of his father, Harry, he adopts + a Code designed to help him find and kill people + who deserve to be eliminated from society without + getting on law enforcements' radar. This is a + particular challenge for young Dexter as he begins + a forensics internship at the Miami Metro Police + Department. + popularity: 616.13 + poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg + vote_average: 8.83 + vote_count: 56 + known_for_department: Acting + name: Molly Brown + original_name: Molly Brown + popularity: 137.15 + profile_path: /qB9WaA6ekkULwwiiNxcXUsdDi9q.jpg + - adult: false + gender: 1 + id: 572043 + known_for: + - adult: false + backdrop_path: /hxhc3IiG7jSMUXDSlWO1ZhysvhU.jpg + genre_ids: + - 14 + - 28 + - 12 + - 18 + id: 611698 + media_type: movie + original_language: zh + original_title: 刺杀小说家 + overview: >- + Kongwen Lu is the author of a fantasy novel series + following a heroic teenager, also named Kongwen, + on a quest to end the tyrannical rule of Lord + Redmane, under the guidance of a Black Armor. But + through a strange twist of fate, the fantasy world + of the novel begins to impact life in the real + world, leading Guan Ning to accept a mission from + Tu Ling to kill the author. + popularity: 24.645 + poster_path: /7hEhhmAF8Tr7g95fkbuxDpeR27b.jpg + release_date: '2021-02-12' + title: A Writer's Odyssey + video: false + vote_average: 7.1 + vote_count: 301 + - adult: false + backdrop_path: /lKilKeX1rlIhRcY4xQPP4bmuct9.jpg + genre_ids: + - 16 + - 14 + - 18 + - 878 + id: 369552 + media_type: movie + original_language: zh + original_title: 爵迹 + overview: >- + Based on the novel of the same name, the film + depicts the endless battles of four kingdoms as + they fight for power and domination of the one + ultimate realm.Based on his 2 beloved fantasy + novels with 6 million copies sold, L.O.R.D is + acclaimed writer and director Guo Jingming’s + follow up to his Tiny Times films. The + action-adventure odyssey is set in a world of + warring Sorcerers, Lords and Beasts. The first CGI + Film to come from China + popularity: 13.299 + poster_path: /qIUDi1XDAREkarkwNzOOBgUzqyC.jpg + release_date: '2016-09-29' + title: 'L.O.R.D: Legend of Ravaging Dynasties' + video: false + vote_average: 7.004 + vote_count: 133 + - adult: false + backdrop_path: /f2fWG89GPSe31ymp6pqJANfjbit.jpg + genre_ids: + - 28 + - 878 + id: 457832 + media_type: movie + original_language: zh + original_title: 逆时营救 + overview: >- + In 2025, a scientist on the verge of making a + major discovery related to time travel is suddenly + put in peril when a rival kidnaps her young son + and demands a hefty ransom: her entire research. + popularity: 13.274 + poster_path: /zwTonDtQstoMQHYEBCz8x8RvBJJ.jpg + release_date: '2017-06-28' + title: Reset + video: false + vote_average: 6.981 + vote_count: 104 + known_for_department: Acting + name: Yang Mi + original_name: 杨幂 + popularity: 133.246 + profile_path: /6RezRxlQBsYmlotybR3q7riSrvV.jpg + - adult: false + gender: 1 + id: 3424435 + known_for: + - adult: false + backdrop_path: /ogaulvh5g9Z7PxLBybF7qOxuHs9.jpg + genre_ids: + - 10749 + id: 911835 + media_type: movie + original_language: ko + original_title: 숙모 + overview: '' + popularity: 27.993 + poster_path: /zTZqwdxVPs0Qmx4gVejnWWdmudD.jpg + release_date: '2021-07-28' + title: Aunt + video: false + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /mG6idJ78OCxdqn3AccqqeuJ9Nph.jpg + genre_ids: + - 18 + - 10751 + id: 938086 + media_type: movie + original_language: ko + original_title: 위험한 사촌동생 + overview: >- + Hyang-gi hates her mother who only likes men and + doesn't take care of herself. She brings a man to + her house to sleep over so her mom will find her + crooked. To correct Hyang-gi, she asked Do-hwan, + Hyang-gi’s cousin, to live with her at home for a + while. Hyang-gi and Do-hwan, who were reunited as + adults, grew very attracted to each other. + Chae-kyeong, Do-hwan's girlfriend, finds out about + it. After revealing the truth in front of + everyone, Hyang-gi and Do-hwan are on the verge of + breaking up. + popularity: 22.325 + poster_path: /pwdWFhhdfzNFCUnlZsiz2MfWv37.jpg + release_date: '2021-11-23' + title: Dangerous Younger Cousin + video: false + vote_average: 10 + vote_count: 2 + - adult: false + backdrop_path: /1NVo9Stsr9JJtqoE1dwzaRTArLR.jpg + genre_ids: + - 10749 + id: 901506 + media_type: movie + original_language: ko + original_title: 그랜드퍼커 회춘할배 + overview: >- + An erotic film depicting the lust of an old man + who wants to become young again and to be with his + past lover. + popularity: 10.654 + poster_path: /dzNvAjZDnV04on1C00fyeeUHvU.jpg + release_date: '2021-04-29' + title: Grand Pucker Rejuvenation Grandfather + video: false + vote_average: 0 + vote_count: 1 + known_for_department: Acting + name: Yoo Ji-hyun + original_name: Yoo Ji-hyun + popularity: 131.664 + profile_path: /8qBnfSVKcf742nRQk9NCgadqNPc.jpg + - adult: false + gender: 2 + id: 80981 + known_for: + - adult: false + backdrop_path: /alo20exRRwPj1vhqrjbmaee9op9.jpg + genre_ids: + - 18 + - 28 + - 53 + id: 235704 + media_type: movie + original_language: ko + original_title: 동창생 + overview: >- + The son of a North Korean spy decides to follow in + his father's footsteps to protect his little + sister. After his father's botched espionage + mission, North Korean Myung-hoon and his young + sister Hye-in are sent to a labor prison camp. In + order to save his sister's life, Myung-hoon + volunteers to become a spy and infiltrates the + South as a teenage defector. While attending high + school in the South, he meets another girl named + Hye-in, and rescues her when she comes under + attack. + popularity: 15.28 + poster_path: /ybM400b3vesnoNzOlTlAmHeEYPq.jpg + release_date: '2013-11-05' + title: Commitment + video: false + vote_average: 7.2 + vote_count: 120 + - adult: false + backdrop_path: /pPcgtojMTIMkRT9I6wacHBxpnyW.jpg + genre_ids: + - 10752 + id: 51200 + media_type: movie + original_language: ko + original_title: 포화 속으로 + overview: >- + In August 1950, waiting for UN troops to arrive, + the South Korean army assembled to protect Nakdong + River. Only 71 student-soldiers are left behind to + guard the city of Pohang. Now they are on a + mission to defend the country from North Korean + troops. + popularity: 16.962 + poster_path: /3p8nZAGiw8LT8TFpYOn7uoTUdvI.jpg + release_date: '2010-06-16' + title: '71: Into the Fire' + video: false + vote_average: 7.5 + vote_count: 187 + - adult: false + backdrop_path: /tW8H0Bn1vptVAS2SZASmkkl2K5P.jpg + genre_ids: + - 80 + - 18 + id: 290865 + media_type: movie + original_language: ko + original_title: '타짜: 신의 손' + overview: >- + Dae-gil has been skilled with his hands and has + shown a strong desire for winning ever since he + was a child. He will succeed his uncle and jump + into the world of Tazza, risking his life in + competition. + popularity: 30.783 + poster_path: /lWiOBlD8NSuOJRQAZHOzPRFrwa5.jpg + release_date: '2014-09-03' + title: 'Tazza: The Hidden Card' + video: false + vote_average: 7 + vote_count: 85 + known_for_department: Acting + name: Choi Seung-hyun + original_name: 최승현 + popularity: 131.424 + profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg + - adult: false + gender: 1 + id: 4095744 + known_for: + - adult: false + backdrop_path: /7B72d6f09eIifSgkpCkzwkv8fle.jpg + genre_ids: + - 18 + - 10749 + id: 1002398 + media_type: movie + original_language: tl + original_title: Donselya + overview: >- + Iris, an 18-year old virgin marries Joaquin, a + rich widower, because of money. However, when he + learns that Iris is not really a virgin, their + honeymoon turns to a bloodbath. + popularity: 31.275 + poster_path: /iVS3ZiPsKy8Hhc5Dipqgrjmoj2b.jpg + release_date: '2024-10-29' + title: Donselya + video: false + vote_average: 5.9 + vote_count: 11 + - adult: false + backdrop_path: /uUJuPiZh1QfIeTa1GeLWqnEkaP2.jpg + genre_ids: + - 18 + id: 1302011 + media_type: movie + original_language: tl + original_title: Init + overview: >- + When a young barrio lass moves in to the city to + study, she lives in a boarding house with other + college students. Unknown to them, behind her shy + and timid personality is a woman with insatiable + hunger for sex. + popularity: 35.597 + poster_path: /fGY13rtdRzFqTkDMi5JayUWg6vL.jpg + release_date: '2024-07-30' + title: Init + video: false + vote_average: 5 + vote_count: 4 + - adult: false + backdrop_path: /4GHPT4glMQHPCke2DNigRqZ6KqH.jpg + genre_ids: + - 18 + id: 1226299 + media_type: movie + original_language: tl + original_title: Dilig + overview: >- + About to get married to an old, wealthy + businessman, Resa enlists the help of gardener + Otso to seduce her fiancé’s daughter, Katelyn, and + record his sexploits with her in order to get her + disowned. + popularity: 26.746 + poster_path: /lDn02aAZFUb7JpM7l7iuHdbWEHH.jpg + release_date: '2024-01-30' + title: Dilig + video: false + vote_average: 4.3 + vote_count: 3 + known_for_department: Acting + name: Dyessa Garcia + original_name: Dyessa Garcia + popularity: 130.295 + profile_path: /xak9L0fkIOkjSwJpz3SWLl94tVP.jpg + total_pages: + type: number + example: 190013 + total_results: + type: number + example: 3800260 + examples: + popular: + value: + page: 1 + results: + - adult: false + gender: 1 + id: 2527414 + known_for: + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + media_type: movie + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends + to move into William Leister's mansion, the flashy + and wealthy husband of her mother Rafaela. As a + proud and independent 17 year old, Noah resists + living in a mansion surrounded by luxury. However, + it is there where she meets Nick, her new + stepbrother, and the clash of their strong + personalities becomes evident from the very + beginning. + popularity: 1413.583 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.905 + vote_count: 3300 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + media_type: movie + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. + But his job and her entry into college open up + their lives to new relationships that will shake + the foundations of both their relationship and the + Leister family itself. + popularity: 4279.149 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.1 + vote_count: 648 + - adult: false + backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg + first_air_date: '2024-05-31' + genre_ids: + - 18 + id: 242876 + media_type: tv + name: Raising Voices + origin_country: + - ES + original_language: es + original_name: Ni una más + overview: >- + When a 17-year-old reports a sexual assault at her + high school, an investigation upends her life and + tests her relationships. + popularity: 400.641 + poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg + vote_average: 7.8 + vote_count: 350 + known_for_department: Acting + name: Nicole Wallace + original_name: Nicole Wallace + popularity: 301.158 + profile_path: /gSGCoJVKAMUTmyA3GzCAX22WNBA.jpg + - adult: false + gender: 2 + id: 3724154 + known_for: + - adult: false + backdrop_path: /9ExqMvtOqvYcmQjMDXyhtfjLmEA.jpg + genre_ids: + - 18 + - 10749 + id: 1232449 + media_type: movie + original_language: nl + original_title: Young Hearts + overview: >- + Fourteen-year-old Elias increasingly feels like an + outsider in his village. When he meets his new + neighbour of the same age, Alexander, Elias is + confronted with his burgeoning sexuality. + popularity: 154.202 + poster_path: /iGCtYxfuvXfy0BD5m6p7vKuPOxS.jpg + release_date: '2024-10-26' + title: Young Hearts + video: false + vote_average: 8.315 + vote_count: 27 + - adult: false + backdrop_path: /xbb0AzHP1B7vJ2LiN7ARLNe3RwZ.jpg + first_air_date: '2023-08-18' + genre_ids: + - 35 + id: 229685 + media_type: tv + name: Boomer + origin_country: + - BE + original_language: nl + original_name: Boomer + overview: '' + popularity: 12.522 + poster_path: /bZAKLGZk3gqCbdBhcfrnBp0LuwS.jpg + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: /xANGcChEgQJLHMdiLwOLxWebvbs.jpg + genre_ids: + - 18 + id: 1030955 + media_type: movie + original_language: nl + original_title: Alleen Ik + overview: >- + Longing for acceptance, a neurodivergent boy + taunts the boundaries of his best friend: his + brother. + popularity: 26.569 + poster_path: /qUzwUif6WybmpH6t4MA26hkdUI5.jpg + release_date: '2022-11-05' + title: Alleen Ik (Only me, me alone) + video: false + vote_average: 6 + vote_count: 2 + known_for_department: Acting + name: Lou Goossens + original_name: Lou Goossens + popularity: 296.747 + profile_path: /kY8eifhCPvjTE6JJclrrWO7Zr9L.jpg + - adult: false + gender: 2 + id: 2786960 + known_for: + - adult: false + backdrop_path: /lntyt4OVDbcxA1l7LtwITbrD3FI.jpg + genre_ids: + - 10749 + - 18 + id: 1010581 + media_type: movie + original_language: es + original_title: Culpa mía + overview: >- + Noah must leave her city, boyfriend, and friends + to move into William Leister's mansion, the flashy + and wealthy husband of her mother Rafaela. As a + proud and independent 17 year old, Noah resists + living in a mansion surrounded by luxury. However, + it is there where she meets Nick, her new + stepbrother, and the clash of their strong + personalities becomes evident from the very + beginning. + popularity: 1413.583 + poster_path: /w46Vw536HwNnEzOa7J24YH9DPRS.jpg + release_date: '2023-06-08' + title: My Fault + video: false + vote_average: 7.905 + vote_count: 3300 + - adult: false + backdrop_path: /ieiq46OoeTrLkjtclmhii6iRyzP.jpg + first_air_date: '2024-05-31' + genre_ids: + - 18 + id: 242876 + media_type: tv + name: Raising Voices + origin_country: + - ES + original_language: es + original_name: Ni una más + overview: >- + When a 17-year-old reports a sexual assault at her + high school, an investigation upends her life and + tests her relationships. + popularity: 400.641 + poster_path: /lCU77Jp0iWN2e1WuSJvR7M35ebN.jpg + vote_average: 7.8 + vote_count: 350 + - adult: false + backdrop_path: /kxxJBjQAwhQXTtJTRe0qursHuDH.jpg + first_air_date: '2024-06-12' + genre_ids: + - 18 + - 9648 + id: 249670 + media_type: tv + name: From Tomorrow + origin_country: + - ES + original_language: es + original_name: Desde el mañana + overview: >- + Gabriela and Andrés, a doctor and a detective, + must face a series of supernatural phenomena that + disrupt their lives and those of their loved ones. + Together, they have the opportunity to change + their destinies. + popularity: 54.234 + poster_path: /tsaOWbVklGlGhMxRcRqPEi5QZIW.jpg + vote_average: 7.2 + vote_count: 63 + known_for_department: Acting + name: Gabriel Guevara + original_name: Gabriel Guevara + popularity: 280.142 + profile_path: /pviRYKEEmoPUfLYwP1VHJ6LQcRg.jpg + - adult: false + gender: 2 + id: 63429 + known_for: + - adult: false + backdrop_path: /13uKAt4M87HQi1lMZAwBmsNZRGg.jpg + genre_ids: + - 18 + - 35 + - 10749 + id: 11178 + media_type: movie + original_language: ko + original_title: 엽기적인 그녀 + overview: >- + A dweeby, mild-mannered man comes to the aid of a + drunk young woman on a subway platform. Little + does he know how much trouble he’s in for. + popularity: 15.228 + poster_path: /qx4hZvSy2b11KIPBHBFEibgRbk0.jpg + release_date: '2001-07-27' + title: My Sassy Girl + video: false + vote_average: 7.5 + vote_count: 569 + - adult: false + backdrop_path: /aUskYggZkaoU2BhvIaRF1QehNdj.jpg + genre_ids: + - 18 + - 10749 + id: 42190 + media_type: movie + original_language: ko + original_title: 클래식 + overview: >- + Ji-hae's friend is having problems expressing her + feelings to the boy she loves, so she asks Ji-hae + to write e-mails to him in her name. As the boy + falls in love with her letters, Ji-hae discovers + the story of her mother's romance which is + remarkably similar to her own circumstances. + popularity: 12.762 + poster_path: /sNe23Tsia9usMBN5TW2KXPJdq2K.jpg + release_date: '2003-01-30' + title: The Classic + video: false + vote_average: 7.6 + vote_count: 158 + - adult: false + backdrop_path: /2tZb1Aq8TK55GAWuGnosGy9Rmt5.jpg + genre_ids: + - 35 + - 10749 + id: 821661 + media_type: movie + original_language: ko + original_title: 해피 뉴 이어 + overview: >- + A romantic comedy of a young man and woman that is + told in the background of hotel 'Emross'. It has + stories of people who met each other at Hotel + Emross during the New Year holidays. Each one has + his own memory to relate and create relationships + or just going nostalgic. + popularity: 13.638 + poster_path: /z1kgyVRmoNd4MxsP4NTNMadsPRZ.jpg + release_date: '2021-12-29' + title: A Year-End Medley + video: false + vote_average: 7.141 + vote_count: 142 + known_for_department: Directing + name: Kwak Jae-yong + original_name: 곽재용 + popularity: 272.223 + profile_path: /oTpZ0Ek4qoI8U0tRIViUhgfB05b.jpg + - adult: false + gender: 1 + id: 20652 + known_for: + - adult: false + backdrop_path: /AwlJ2bQGjfEuXLsL5XJAaxOmMuV.jpg + genre_ids: + - 14 + - 18 + - 28 + - 53 + - 10749 + id: 2008 + media_type: movie + original_language: zh + original_title: 无极 + overview: >- + An orphaned girl, driven by poverty at such a + young age, makes a promise with an enchantress. In + return for beauty and the admiration of every man, + she will never be with the man she loves. This + spell cannot be broken unless the impossible + happens: snow falling in spring and the dead + coming back to life. Now a grown and beautiful + princess, she regrets her promise, for all of the + men she's loved has always been met with tragedy. + popularity: 14.927 + poster_path: /tdm4mlc27S1d72ub4Y4xcU2OlDD.jpg + release_date: '2005-12-15' + title: The Promise + video: false + vote_average: 5.6 + vote_count: 115 + - adult: false + backdrop_path: /lMRX4cLx4hxYth3iQ96c0E1RHGB.jpg + genre_ids: + - 28 + - 35 + id: 11770 + media_type: movie + original_language: cn + original_title: 少林足球 + overview: >- + A young Shaolin follower reunites with his + discouraged brothers to form a soccer team using + their martial art skills to their advantage. + popularity: 47.294 + poster_path: /ppgeawDWa4rehYYRidWCqg4kOli.jpg + release_date: '2001-07-05' + title: Shaolin Soccer + video: false + vote_average: 7.127 + vote_count: 2259 + - adult: false + backdrop_path: /fGzO3qGIaBlLlW53fsaRSUPEjw0.jpg + genre_ids: + - 35 + - 18 + - 10749 + id: 53168 + media_type: movie + original_language: cn + original_title: 喜劇之王 + overview: >- + Wan Tin-Sau is an actor who cannot seem to catch a + break, since his only professional jobs are + limited to being a movie extra. As well as being + an actor, he is also the head of his village's + community center. + popularity: 18.049 + poster_path: /dmJWvKNgeCrIwJH6AapdSMiZHop.jpg + release_date: '1999-02-08' + title: King of Comedy + video: false + vote_average: 7.3 + vote_count: 173 + known_for_department: Acting + name: Cecilia Cheung + original_name: 張柏芝 + popularity: 180.629 + profile_path: /xghVxRPUmFCHYxzD0NxMO8NtoKK.jpg + - adult: false + gender: 1 + id: 2497156 + known_for: + - adult: false + backdrop_path: /kZA1PConTaVJQH2lAgvGB6VEO2b.jpg + first_air_date: '2018-04-24' + genre_ids: + - 18 + id: 79053 + media_type: tv + name: The Split + origin_country: + - GB + original_language: en + original_name: The Split + overview: >- + The Defoes, a family of female divorce lawyers, + are forced to face their past following the return + of their estranged father after a 30 year absence. + popularity: 32.508 + poster_path: /vOxXjqBNGXTjZeYCsEebljiDkLj.jpg + vote_average: 7.364 + vote_count: 44 + - adult: false + backdrop_path: /eesuJC91i5MPGOZvEtoa11cPqe5.jpg + first_air_date: '2013-01-14' + genre_ids: + - 18 + - 80 + - 9648 + id: 61511 + media_type: tv + name: Father Brown + origin_country: + - GB + original_language: en + original_name: Father Brown + overview: >- + Father Brown is based on G. K. Chesterton's + detective stories about a Catholic priest who + doubles as an amateur detective in order to try + and solve mysteries. + popularity: 152.559 + poster_path: /u8LUC3O1hiEDKP2SFZK68iYqMzl.jpg + vote_average: 7.495 + vote_count: 111 + - adult: false + backdrop_path: /vpd5FK7CtizjUdPmZlmEgYBfCxy.jpg + genre_ids: + - 18 + id: 1027337 + media_type: movie + original_language: en + original_title: Tommies + overview: >- + In Regency-era London, five women waiting for a + carriage descend into a frenzy of vicious gossip. + popularity: 0.508 + poster_path: /x8si9oWFbKq994qWvPQORAS9cJ4.jpg + release_date: '2022-10-08' + title: Tommies + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Elizabeth Roberts + original_name: Elizabeth Roberts + popularity: 175.437 + profile_path: /A2QYCmbSmEequBZWHj2BPywMdrP.jpg + - adult: false + gender: 1 + id: 2049994 + known_for: + - adult: false + backdrop_path: /wQlJJJ50gKphCci0SmoetUXmJN4.jpg + first_air_date: '2023-06-20' + genre_ids: + - 18 + id: 210733 + media_type: tv + name: Hidden Love + origin_country: + - CN + original_language: zh + original_name: 偷偷藏不住 + overview: >- + Since high school, Sang Zhi has had a crush on + Duan Jiaxu. When fate brings them together again, + they find a chance to embark on a sweet + relationship. + popularity: 130.717 + poster_path: /riGzESa9N9toumP9OhMmg0QvFPD.jpg + vote_average: 8.521 + vote_count: 121 + - adult: false + backdrop_path: /5BuVAlwQiLHVqTWITHxaLmp2leB.jpg + first_air_date: '2019-01-28' + genre_ids: + - 18 + id: 87299 + media_type: tv + name: I Hear You + origin_country: + - CN + original_language: zh + original_name: 最动听的事 + overview: >- + Bei Er Duo, a girl from an ordinary family, dreams + about studying in Japan to be a professional voice + actor. However, her mother wants her to marry rich + whilst she is young, leading to continuous blind + dates which irritate Bei Er Duo. In her + desperation to raise funds for studying overseas + as well as helping her best friend Tang Li out of + a crisis, Bei Er Duo joins a couple reality + program, encountering top violin maker Ye Shu Wei. + popularity: 110.602 + poster_path: /2wVMh3vqvt1IgAhextxwUKxaOAH.jpg + vote_average: 7.7 + vote_count: 66 + - adult: false + backdrop_path: /gxafmR8O7cAJxmrs3RHp1P2ftsY.jpg + first_air_date: '2020-05-18' + genre_ids: + - 35 + - 18 + id: 103635 + media_type: tv + name: The Romance of Tiger and Rose + origin_country: + - CN + original_language: zh + original_name: 传闻中的陈芊芊 + overview: >- + A screenwriter finds herself becoming a character + in the script of her own creation. However, she is + not meant to live past three episodes! Chen + Xiaoqian is a writer who poured blood, sweat and + tears into creating a big female-centric drama. + What could have started filming smoothly quickly + turned south because of actor Han Mingxing's + reservations about the script. Feeling wronged, + Chen Xiaoqian vows to prove herself yet she + accidentally gets stuck in a parallel world where + her story has come to life. Now known as the 3rd + princess Chen Qianqian, she is an insignificant + side character with a horrid reputation that is + not meant to live long in the story. In order to + live, she starts on a road to reverse her fate. + She also gets caught in between the arrogant and + black-bellied prince Han Shuo and the practically + perfect Pei Heng. + popularity: 13.617 + poster_path: /mCsidkxf6ji8e71T07dYff3FjCF.jpg + vote_average: 7.3 + vote_count: 23 + known_for_department: Acting + name: Zhao Lusi + original_name: 赵露思 + popularity: 169.526 + profile_path: /hjuAEb4VksEtgSpygDKXs5WSWho.jpg + - adult: false + gender: 1 + id: 122822 + known_for: + - adult: false + backdrop_path: /nPx3FS9ZnQ6fwy9BtgcnNZJpyXC.jpg + genre_ids: + - 28 + - 35 + id: 12207 + media_type: movie + original_language: cn + original_title: 醉拳二 + overview: >- + Returning home with his father after a shopping + expedition, Wong Fei-Hong is unwittingly caught up + in the battle between foreigners who wish to + export ancient Chinese artifacts and loyalists who + don't want the pieces to leave the country. + Fei-Hong must fight against the foreigners using + his Drunken Boxing style, and overcome his + father's antagonism as well. + popularity: 26.474 + poster_path: /xqUBrSBtPYLvCtfqHF5sapU6Div.jpg + release_date: '1994-02-03' + title: The Legend of Drunken Master + video: false + vote_average: 7.411 + vote_count: 958 + - adult: false + backdrop_path: /c6wTuTMEl0ffnZyzozNiw08Ocnl.jpg + genre_ids: + - 27 + - 35 + - 18 + id: 32629 + media_type: movie + original_language: cn + original_title: 滿清十大酷刑 + overview: >- + A corrupt magistrate subjects a innocent young + bride to inconceivable physical punishments after + convicting her of killing her husband. + popularity: 34.571 + poster_path: /wbMoB0gCTA9oKz75YuE8szcCjfJ.jpg + release_date: '1994-05-19' + title: A Chinese Torture Chamber Story + video: false + vote_average: 5.7 + vote_count: 57 + - adult: false + backdrop_path: /5zmVp93emCBu28JKCo4Jzzod5xW.jpg + genre_ids: + - 18 + - 35 + - 10749 + id: 67120 + media_type: movie + original_language: cn + original_title: 滿清禁宮奇案 + overview: >- + In the Qing Dynasty, the only people who lived in + the Forbidden City are the Emperor's concubines, + their maids, the eunuchs and the Emperor himself. + Lee Lien Ying is an eunuch who enters the + Forbidden City with a big secret. One that will + have his head on the floor if the wrong people + find out. + popularity: 15.959 + poster_path: /6nHUJONnTgKPwUbIN4kiDXMMh0P.jpg + release_date: '1994-02-10' + title: Sex and the Emperor + video: false + vote_average: 4 + vote_count: 18 + known_for_department: Acting + name: Yvonne Yung Hung + original_name: 翁虹 + popularity: 168.872 + profile_path: /d7tO5Z1UdpMfutCdW2zfLfXCOfO.jpg + - adult: false + gender: 1 + id: 550627 + known_for: + - adult: false + backdrop_path: /scMU7yDvzZdqpqb24WcuQB0i4fb.jpg + genre_ids: + - 28 + - 53 + - 80 + - 35 + id: 36282 + media_type: movie + original_language: ja + original_title: 極道戦国志 不動 + overview: >- + In order to settle a business dispute, a mob + leader murders one of his own teenage sons. The + surviving son vows to avenge his brother's death, + and organizes his own gang of teenage killers to + destroy his father's organization. + popularity: 7.427 + poster_path: /kRlmTuDdZEGPbbXavNmiafUYYka.jpg + release_date: '1996-10-12' + title: 'Fudoh: The New Generation' + video: false + vote_average: 6.6 + vote_count: 64 + - adult: false + backdrop_path: /1XUjqfCCgoqGiJYV6hfPlHOxC59.jpg + genre_ids: + - 28 + - 18 + - 53 + id: 36274 + media_type: movie + original_language: ja + original_title: 実録・安藤昇侠道(アウトロー)伝 烈火 + overview: >- + After Kunisada's Yakuza leader and father figure + is brutally murdered, he and his best friend go on + a two-man mission to avenge his death, killing + other Yakuza leaders leading to a final + confrontation by the old man's killers. + popularity: 7.237 + poster_path: /2r4WNCpwAQzekbaZwoCcOv1GJuO.jpg + release_date: '2002-09-21' + title: 'Deadly Outlaw: Rekka' + video: false + vote_average: 6.7 + vote_count: 28 + - adult: false + backdrop_path: null + genre_ids: + - 18 + id: 792589 + media_type: movie + original_language: cn + original_title: 女歡 + overview: Female modeling and lesbian interest + popularity: 6.027 + poster_path: /6owpqEOBcnDJ6r6GEoV4xZcdolo.jpg + release_date: '1998-01-01' + title: Intimate Desire + video: false + vote_average: 1.5 + vote_count: 2 + known_for_department: Acting + name: Miho Nomoto + original_name: 野本美穂 + popularity: 154.325 + profile_path: /ego6I5PWMZRJGYyu8aPjiNwsz3l.jpg + - adult: false + gender: 1 + id: 3513082 + known_for: + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + media_type: movie + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. + But his job and her entry into college open up + their lives to new relationships that will shake + the foundations of both their relationship and the + Leister family itself. + popularity: 4279.149 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.1 + vote_count: 648 + - adult: false + backdrop_path: null + genre_ids: + - 10749 + - 18 + id: 1252309 + media_type: movie + original_language: es + original_title: Pídeme lo que quieras + overview: >- + After his father's death, Eric Zimmerman travels + to Spain to oversee his company's branches. In + Madrid, he falls for Judith and engage in an + intense, erotic relationship full of exploration. + However, Eric fears his secret may end their + affair. + popularity: 754.386 + poster_path: /76qnVxU2rPdVvipBN3DPQH6fVYB.jpg + release_date: '2024-11-29' + title: Ask Me What You Want + video: false + vote_average: 5.625 + vote_count: 12 + - adult: false + backdrop_path: /9KjiHBfeQAoRGhk6ts5p4mFUM5T.jpg + first_air_date: '2022-04-15' + genre_ids: + - 18 + id: 128008 + media_type: tv + name: Heirs to the Land + origin_country: + - ES + original_language: es + original_name: Los herederos de la tierra + overview: >- + Resourceful young Hugo Llor works to make a name + for himself in 14th-century Barcelona while + keeping a vow he made to the Estanyol family. + popularity: 19.828 + poster_path: /zuYtzT6rLn5N4g5XHivpkaM5Yls.jpg + vote_average: 6.5 + vote_count: 30 + known_for_department: Acting + name: Gabriela Andrada + original_name: Gabriela Andrada + popularity: 152.928 + profile_path: /h8cAdDqbDK2ayGIuxQQdNCzyCsb.jpg + - adult: false + gender: 1 + id: 80792 + known_for: + - adult: false + backdrop_path: /3PWmMis6SLZ986t5ruPpv9ekd7g.jpg + genre_ids: + - 35 + - 27 + id: 45065 + media_type: movie + original_language: ja + original_title: 残酷飯店 + overview: >- + Just what is the mystery ingredient in the pot + stickers at Togen Restaurant? Those who look for + the answer have a habit of disappearing. So when + body parts start washing up on the beach, police + trace the murders to Togen's seemingly innocent + owner. But the slaughter of a few curious fans is + the least shocking secret coming out of Togen's + kitchen! Mihiro, Sakae Yamazaki, Katsuya Naruse + and Yusuke Iwata star in this pitch-black comic + horror tale. + popularity: 4.308 + poster_path: /ndziFzdfFk8CvsqPmwtd0iQEvIo.jpg + release_date: '2008-01-25' + title: Cruel Restaurant + video: false + vote_average: 4.7 + vote_count: 19 + - adult: false + backdrop_path: /p1Q81xNXjvTYpSx7pVJ2XFEuS05.jpg + genre_ids: + - 28 + - 80 + id: 50133 + media_type: movie + original_language: ja + original_title: スケパン刑事 バージンネーム=諸見栄サキ + overview: >- + A beautiful "special student undercover cop" + attends a prestigious high school in order to bust + up a student prostitution ring in this sexy spoof + of the popular Yo-Yo Girl Cop series. Saki + (Mihiro) may look like you're average innocent + schoolgirl, but in reality she's a highly skilled + agent for the Japanese government. Armed with a + lethal yo-yo and a special pair of see through + underwear, Saki befriends a student prostitute + named Asuka in hopes of identifying of the + ringleaders and gathering the evidence that will + bring them to justice. Accomplishing that goal is + no simple task, however, because in addition to + being bullied about her unconventional + undergarments, Saki soon finds herself falling for + handsome young classmate Takuya. Now torn between + love and duty, Saki is shocked to learn that Asuka + has been murdered after her double life was + discovered, and that the leaders of the + prostitution are none other than the Headmaster of + the school and a highly respected teacher. + popularity: 3.505 + poster_path: /hAYcM6G1GNOWTRDP24pS1flHTzw.jpg + release_date: '2006-09-30' + title: Yo-Yo Sexy Girl Cop + video: false + vote_average: 3.9 + vote_count: 9 + - adult: false + backdrop_path: /lnlXn8kU3qE3aKWpMkMj22I4aNd.jpg + genre_ids: + - 14 + - 27 + id: 26693 + media_type: movie + original_language: ja + original_title: 呪怨 白い老女 + overview: >- + An apparitions of a young schoolgirl in a yellow + rain hat, a family massacre, and a law student's + suicide after he fails his bar exam are linked by + the ominous recordings discovered on an audio + cassette. + popularity: 9.13 + poster_path: /dX9itkjGfYJq4gk2HIdAwmg31l8.jpg + release_date: '2009-06-27' + title: 'Ju-On: White Ghost' + video: false + vote_average: 6.063 + vote_count: 96 + known_for_department: Acting + name: Mihiro + original_name: みひろ + popularity: 150.538 + profile_path: /30hRircgW7oYvSdbpRyxUUGfqI3.jpg + - adult: false + gender: 1 + id: 115440 + known_for: + - adult: false + backdrop_path: /9KnIzPCv9XpWA0MqmwiKBZvV1Sj.jpg + first_air_date: '2019-06-16' + genre_ids: + - 18 + id: 85552 + media_type: tv + name: Euphoria + origin_country: + - US + original_language: en + original_name: Euphoria + overview: >- + A group of high school students navigate love and + friendships in a world of drugs, sex, trauma, and + social media. + popularity: 311.587 + poster_path: /3Q0hd3heuWwDWpwcDkhQOA6TYWI.jpg + vote_average: 8.3 + vote_count: 9824 + - adult: false + backdrop_path: /j9eOeLlTGoHoM8BNUJVNyWmIvCi.jpg + genre_ids: + - 10749 + - 35 + id: 1072790 + media_type: movie + original_language: en + original_title: Anyone But You + overview: >- + After an amazing first date, Bea and Ben’s fiery + attraction turns ice cold — until they find + themselves unexpectedly reunited at a destination + wedding in Australia. So they do what any two + mature adults would do: pretend to be a couple. + popularity: 113.463 + poster_path: /5qHoazZiaLe7oFBok7XlUhg96f2.jpg + release_date: '2023-12-21' + title: Anyone But You + video: false + vote_average: 6.9 + vote_count: 2314 + - adult: false + backdrop_path: /5Eip60UDiPLASyKjmHPMruggTc4.jpg + genre_ids: + - 27 + - 9648 + - 53 + id: 1041613 + media_type: movie + original_language: en + original_title: Immaculate + overview: >- + An American nun embarks on a new journey when she + joins a remote convent in the Italian countryside. + However, her warm welcome quickly turns into a + living nightmare when she discovers her new home + harbours a sinister secret and unspeakable + horrors. + popularity: 94.628 + poster_path: /fdZpvODTX5wwkD0ikZNaClE4AoW.jpg + release_date: '2024-03-20' + title: Immaculate + video: false + vote_average: 6.25 + vote_count: 1288 + known_for_department: Acting + name: Sydney Sweeney + original_name: Sydney Sweeney + popularity: 149.169 + profile_path: /qYiaSl0Eb7G3VaxOg8PxExCFwon.jpg + - adult: false + gender: 2 + id: 976 + known_for: + - adult: false + backdrop_path: /ibKeXahq4JD63z6uWQphqoJLvNw.jpg + genre_ids: + - 28 + - 878 + - 27 + id: 345940 + media_type: movie + original_language: en + original_title: The Meg + overview: >- + A deep sea submersible pilot revisits his past + fears in the Mariana Trench, and accidentally + unleashes the seventy foot ancestor of the Great + White Shark believed to be extinct. + popularity: 78.542 + poster_path: /eyWICPcxOuTcDDDbTMOZawoOn8d.jpg + release_date: '2018-08-09' + title: The Meg + video: false + vote_average: 6.253 + vote_count: 7662 + - adult: false + backdrop_path: /70AV2Xx5FQYj20labp0EGdbjI6E.jpg + genre_ids: + - 80 + - 28 + - 53 + id: 637649 + media_type: movie + original_language: en + original_title: Wrath of Man + overview: >- + A cold and mysterious new security guard for a Los + Angeles cash truck company surprises his + co-workers when he unleashes precision skills + during a heist. The crew is left wondering who he + is and where he came from. Soon, the marksman's + ultimate motive becomes clear as he takes dramatic + and irrevocable steps to settle a score. + popularity: 187.07 + poster_path: /M7SUK85sKjaStg4TKhlAVyGlz3.jpg + release_date: '2021-04-22' + title: Wrath of Man + video: false + vote_average: 7.632 + vote_count: 5349 + - adult: false + backdrop_path: /kWt1OcPgwO1ssu57wgTKmq38JYw.jpg + genre_ids: + - 28 + - 80 + - 53 + id: 4108 + media_type: movie + original_language: en + original_title: The Transporter + overview: >- + Former Special Forces officer Frank Martin will + deliver anything to anyone for the right price, + and his no-questions-asked policy puts him in high + demand. But when he realizes his latest cargo is + alive, it sets in motion a dangerous chain of + events. The bound and gagged Lai is being smuggled + to France by a shady American businessman, and + Frank works to save her as his own illegal + activities are uncovered by a French detective. + popularity: 59.986 + poster_path: /xmuCaJJjGbUns8pwMD7M0C0O1uP.jpg + release_date: '2002-10-02' + title: The Transporter + video: false + vote_average: 6.712 + vote_count: 5338 + known_for_department: Acting + name: Jason Statham + original_name: Jason Statham + popularity: 148.853 + profile_path: /tI3QoB2KlvXoXM0rH3SVhmcUuxv.jpg + - adult: false + gender: 2 + id: 1190668 + known_for: + - adult: false + backdrop_path: /h3HsfV8Kn9Sz2QWUYYdP5ya23hx.jpg + genre_ids: + - 878 + - 12 + id: 438631 + media_type: movie + original_language: en + original_title: Dune + overview: >- + Paul Atreides, a brilliant and gifted young man + born into a great destiny beyond his + understanding, must travel to the most dangerous + planet in the universe to ensure the future of his + family and his people. As malevolent forces + explode into conflict over the planet's exclusive + supply of the most precious resource in + existence-a commodity capable of unlocking + humanity's greatest potential-only those who can + conquer their fear will survive. + popularity: 175.392 + poster_path: /d5NXSklXo0qyIYkgV94XAgMIckC.jpg + release_date: '2021-09-15' + title: Dune + video: false + vote_average: 7.784 + vote_count: 12926 + - adult: false + backdrop_path: /zvOJawrnmgK0sL293mOXOdLvTXQ.jpg + genre_ids: + - 10749 + - 18 + id: 398818 + media_type: movie + original_language: en + original_title: Call Me by Your Name + overview: >- + In 1980s Italy, a relationship begins between + seventeen-year-old teenage Elio and the older + adult man hired as his father's research + assistant. + popularity: 75.34 + poster_path: /mZ4gBdfkhP9tvLH1DO4m4HYtiyi.jpg + release_date: '2017-07-28' + title: Call Me by Your Name + video: false + vote_average: 8.1 + vote_count: 12108 + - adult: false + backdrop_path: /rRBD8ORo9y34tYkAQJVbn4Ml6tu.jpg + genre_ids: + - 878 + - 12 + id: 693134 + media_type: movie + original_language: en + original_title: 'Dune: Part Two' + overview: >- + Follow the mythic journey of Paul Atreides as he + unites with Chani and the Fremen while on a path + of revenge against the conspirators who destroyed + his family. Facing a choice between the love of + his life and the fate of the known universe, Paul + endeavors to prevent a terrible future only he can + foresee. + popularity: 275.013 + poster_path: /6izwz7rsy95ARzTR3poZ8H6c5pp.jpg + release_date: '2024-02-27' + title: 'Dune: Part Two' + video: false + vote_average: 8.151 + vote_count: 5927 + known_for_department: Acting + name: Timothée Chalamet + original_name: Timothée Chalamet + popularity: 141.181 + profile_path: /BE2sdjpgsa2rNTFa66f7upkaOP.jpg + - adult: false + gender: 1 + id: 224513 + known_for: + - adult: false + backdrop_path: /3bWUP9kyf9BxVc0hmZdqXB2w4UP.jpg + genre_ids: + - 878 + - 18 + id: 335984 + media_type: movie + original_language: en + original_title: Blade Runner 2049 + overview: >- + Thirty years after the events of the first film, a + new blade runner, LAPD Officer K, unearths a + long-buried secret that has the potential to + plunge what's left of society into chaos. K's + discovery leads him on a quest to find Rick + Deckard, a former LAPD blade runner who has been + missing for 30 years. + popularity: 111.939 + poster_path: /gajva2L0rPYkEWjzgFlBXCAVBE5.jpg + release_date: '2017-10-04' + title: Blade Runner 2049 + video: false + vote_average: 7.571 + vote_count: 13729 + - adult: false + backdrop_path: /4HWAQu28e2yaWrtupFPGFkdNU7V.jpg + genre_ids: + - 35 + - 80 + - 9648 + id: 546554 + media_type: movie + original_language: en + original_title: Knives Out + overview: >- + When renowned crime novelist Harlan Thrombey is + found dead at his estate just after his 85th + birthday, the inquisitive and debonair Detective + Benoit Blanc is mysteriously enlisted to + investigate. From Harlan's dysfunctional family to + his devoted staff, Blanc sifts through a web of + red herrings and self-serving lies to uncover the + truth behind Harlan's untimely death. + popularity: 104.027 + poster_path: /pThyQovXQrw2m0s9x82twj48Jq4.jpg + release_date: '2019-11-27' + title: Knives Out + video: false + vote_average: 7.8 + vote_count: 12468 + - adult: false + backdrop_path: /oNoprEND25zXR6Fns8cIZUkuoMc.jpg + genre_ids: + - 35 + - 80 + - 18 + id: 308266 + media_type: movie + original_language: en + original_title: War Dogs + overview: >- + Based on the true story of two young men, David + Packouz and Efraim Diveroli, who won a $300 + million contract from the Pentagon to arm + America's allies in Afghanistan. + popularity: 37.774 + poster_path: /mDcPRjZC1bb6LavFU3gwsWdVfCM.jpg + release_date: '2016-08-18' + title: War Dogs + video: false + vote_average: 6.922 + vote_count: 4923 + known_for_department: Acting + name: Ana de Armas + original_name: Ana de Armas + popularity: 138.067 + profile_path: /5Qne374OM0ewMM7uSN9eq9jNrWq.jpg + - adult: false + gender: 1 + id: 1877932 + known_for: + - adult: false + backdrop_path: /3FJ53wbpjSAGY98KYiHJ4DQccDr.jpg + genre_ids: + - 35 + id: 800937 + media_type: movie + original_language: en + original_title: Senior Year + overview: >- + A thirty-seven-year-old woman wakes up from a + twenty-year coma and returns to the high school + where she was once a popular cheerleader to finish + her senior year and become prom queen. + popularity: 19.038 + poster_path: /6UqbcDQhCYpxboK58Z0eVfdeHcT.jpg + release_date: '2022-05-11' + title: Senior Year + video: false + vote_average: 5.938 + vote_count: 825 + - adult: false + backdrop_path: /vwkJChYb9dBcuds98Se4oHIcbnw.jpg + genre_ids: + - 18 + - 9648 + - 53 + - 36 + id: 567970 + media_type: movie + original_language: en + original_title: Lost Girls + overview: >- + When Mari Gilbert's daughter disappears, police + inaction drives her own investigation into the + gated Long Island community where Shannan was last + seen. Her search brings attention to over a dozen + murdered prostitutes. + popularity: 14.595 + poster_path: /pDas4DwURlRzjD9xEhSdtkcl1ZV.jpg + release_date: '2020-01-28' + title: Lost Girls + video: false + vote_average: 6.081 + vote_count: 698 + - adult: false + backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg + first_air_date: '2024-12-15' + genre_ids: + - 80 + - 18 + id: 219937 + media_type: tv + name: 'Dexter: Original Sin' + origin_country: + - US + original_language: en + original_name: 'Dexter: Original Sin' + overview: >- + In 1991 Miami, Dexter Morgan transitions from + student to avenging serial killer. When his + bloodthirsty urges can't be ignored any longer, + Dexter must learn to channel his inner darkness. + With the guidance of his father, Harry, he adopts + a Code designed to help him find and kill people + who deserve to be eliminated from society without + getting on law enforcements' radar. This is a + particular challenge for young Dexter as he begins + a forensics internship at the Miami Metro Police + Department. + popularity: 616.13 + poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg + vote_average: 8.83 + vote_count: 56 + known_for_department: Acting + name: Molly Brown + original_name: Molly Brown + popularity: 137.15 + profile_path: /qB9WaA6ekkULwwiiNxcXUsdDi9q.jpg + - adult: false + gender: 1 + id: 572043 + known_for: + - adult: false + backdrop_path: /hxhc3IiG7jSMUXDSlWO1ZhysvhU.jpg + genre_ids: + - 14 + - 28 + - 12 + - 18 + id: 611698 + media_type: movie + original_language: zh + original_title: 刺杀小说家 + overview: >- + Kongwen Lu is the author of a fantasy novel series + following a heroic teenager, also named Kongwen, + on a quest to end the tyrannical rule of Lord + Redmane, under the guidance of a Black Armor. But + through a strange twist of fate, the fantasy world + of the novel begins to impact life in the real + world, leading Guan Ning to accept a mission from + Tu Ling to kill the author. + popularity: 24.645 + poster_path: /7hEhhmAF8Tr7g95fkbuxDpeR27b.jpg + release_date: '2021-02-12' + title: A Writer's Odyssey + video: false + vote_average: 7.1 + vote_count: 301 + - adult: false + backdrop_path: /lKilKeX1rlIhRcY4xQPP4bmuct9.jpg + genre_ids: + - 16 + - 14 + - 18 + - 878 + id: 369552 + media_type: movie + original_language: zh + original_title: 爵迹 + overview: >- + Based on the novel of the same name, the film + depicts the endless battles of four kingdoms as + they fight for power and domination of the one + ultimate realm.Based on his 2 beloved fantasy + novels with 6 million copies sold, L.O.R.D is + acclaimed writer and director Guo Jingming’s + follow up to his Tiny Times films. The + action-adventure odyssey is set in a world of + warring Sorcerers, Lords and Beasts. The first CGI + Film to come from China + popularity: 13.299 + poster_path: /qIUDi1XDAREkarkwNzOOBgUzqyC.jpg + release_date: '2016-09-29' + title: 'L.O.R.D: Legend of Ravaging Dynasties' + video: false + vote_average: 7.004 + vote_count: 133 + - adult: false + backdrop_path: /f2fWG89GPSe31ymp6pqJANfjbit.jpg + genre_ids: + - 28 + - 878 + id: 457832 + media_type: movie + original_language: zh + original_title: 逆时营救 + overview: >- + In 2025, a scientist on the verge of making a + major discovery related to time travel is suddenly + put in peril when a rival kidnaps her young son + and demands a hefty ransom: her entire research. + popularity: 13.274 + poster_path: /zwTonDtQstoMQHYEBCz8x8RvBJJ.jpg + release_date: '2017-06-28' + title: Reset + video: false + vote_average: 6.981 + vote_count: 104 + known_for_department: Acting + name: Yang Mi + original_name: 杨幂 + popularity: 133.246 + profile_path: /6RezRxlQBsYmlotybR3q7riSrvV.jpg + - adult: false + gender: 1 + id: 3424435 + known_for: + - adult: false + backdrop_path: /ogaulvh5g9Z7PxLBybF7qOxuHs9.jpg + genre_ids: + - 10749 + id: 911835 + media_type: movie + original_language: ko + original_title: 숙모 + overview: '' + popularity: 27.993 + poster_path: /zTZqwdxVPs0Qmx4gVejnWWdmudD.jpg + release_date: '2021-07-28' + title: Aunt + video: false + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /mG6idJ78OCxdqn3AccqqeuJ9Nph.jpg + genre_ids: + - 18 + - 10751 + id: 938086 + media_type: movie + original_language: ko + original_title: 위험한 사촌동생 + overview: >- + Hyang-gi hates her mother who only likes men and + doesn't take care of herself. She brings a man to + her house to sleep over so her mom will find her + crooked. To correct Hyang-gi, she asked Do-hwan, + Hyang-gi’s cousin, to live with her at home for a + while. Hyang-gi and Do-hwan, who were reunited as + adults, grew very attracted to each other. + Chae-kyeong, Do-hwan's girlfriend, finds out about + it. After revealing the truth in front of + everyone, Hyang-gi and Do-hwan are on the verge of + breaking up. + popularity: 22.325 + poster_path: /pwdWFhhdfzNFCUnlZsiz2MfWv37.jpg + release_date: '2021-11-23' + title: Dangerous Younger Cousin + video: false + vote_average: 10 + vote_count: 2 + - adult: false + backdrop_path: /1NVo9Stsr9JJtqoE1dwzaRTArLR.jpg + genre_ids: + - 10749 + id: 901506 + media_type: movie + original_language: ko + original_title: 그랜드퍼커 회춘할배 + overview: >- + An erotic film depicting the lust of an old man + who wants to become young again and to be with his + past lover. + popularity: 10.654 + poster_path: /dzNvAjZDnV04on1C00fyeeUHvU.jpg + release_date: '2021-04-29' + title: Grand Pucker Rejuvenation Grandfather + video: false + vote_average: 0 + vote_count: 1 + known_for_department: Acting + name: Yoo Ji-hyun + original_name: Yoo Ji-hyun + popularity: 131.664 + profile_path: /8qBnfSVKcf742nRQk9NCgadqNPc.jpg + - adult: false + gender: 2 + id: 80981 + known_for: + - adult: false + backdrop_path: /alo20exRRwPj1vhqrjbmaee9op9.jpg + genre_ids: + - 18 + - 28 + - 53 + id: 235704 + media_type: movie + original_language: ko + original_title: 동창생 + overview: >- + The son of a North Korean spy decides to follow in + his father's footsteps to protect his little + sister. After his father's botched espionage + mission, North Korean Myung-hoon and his young + sister Hye-in are sent to a labor prison camp. In + order to save his sister's life, Myung-hoon + volunteers to become a spy and infiltrates the + South as a teenage defector. While attending high + school in the South, he meets another girl named + Hye-in, and rescues her when she comes under + attack. + popularity: 15.28 + poster_path: /ybM400b3vesnoNzOlTlAmHeEYPq.jpg + release_date: '2013-11-05' + title: Commitment + video: false + vote_average: 7.2 + vote_count: 120 + - adult: false + backdrop_path: /pPcgtojMTIMkRT9I6wacHBxpnyW.jpg + genre_ids: + - 10752 + id: 51200 + media_type: movie + original_language: ko + original_title: 포화 속으로 + overview: >- + In August 1950, waiting for UN troops to arrive, + the South Korean army assembled to protect Nakdong + River. Only 71 student-soldiers are left behind to + guard the city of Pohang. Now they are on a + mission to defend the country from North Korean + troops. + popularity: 16.962 + poster_path: /3p8nZAGiw8LT8TFpYOn7uoTUdvI.jpg + release_date: '2010-06-16' + title: '71: Into the Fire' + video: false + vote_average: 7.5 + vote_count: 187 + - adult: false + backdrop_path: /tW8H0Bn1vptVAS2SZASmkkl2K5P.jpg + genre_ids: + - 80 + - 18 + id: 290865 + media_type: movie + original_language: ko + original_title: '타짜: 신의 손' + overview: >- + Dae-gil has been skilled with his hands and has + shown a strong desire for winning ever since he + was a child. He will succeed his uncle and jump + into the world of Tazza, risking his life in + competition. + popularity: 30.783 + poster_path: /lWiOBlD8NSuOJRQAZHOzPRFrwa5.jpg + release_date: '2014-09-03' + title: 'Tazza: The Hidden Card' + video: false + vote_average: 7 + vote_count: 85 + known_for_department: Acting + name: Choi Seung-hyun + original_name: 최승현 + popularity: 131.424 + profile_path: /TVMPz9YPf4eVtd2up9kZnUMzQn.jpg + - adult: false + gender: 1 + id: 4095744 + known_for: + - adult: false + backdrop_path: /7B72d6f09eIifSgkpCkzwkv8fle.jpg + genre_ids: + - 18 + - 10749 + id: 1002398 + media_type: movie + original_language: tl + original_title: Donselya + overview: >- + Iris, an 18-year old virgin marries Joaquin, a + rich widower, because of money. However, when he + learns that Iris is not really a virgin, their + honeymoon turns to a bloodbath. + popularity: 31.275 + poster_path: /iVS3ZiPsKy8Hhc5Dipqgrjmoj2b.jpg + release_date: '2024-10-29' + title: Donselya + video: false + vote_average: 5.9 + vote_count: 11 + - adult: false + backdrop_path: /uUJuPiZh1QfIeTa1GeLWqnEkaP2.jpg + genre_ids: + - 18 + id: 1302011 + media_type: movie + original_language: tl + original_title: Init + overview: >- + When a young barrio lass moves in to the city to + study, she lives in a boarding house with other + college students. Unknown to them, behind her shy + and timid personality is a woman with insatiable + hunger for sex. + popularity: 35.597 + poster_path: /fGY13rtdRzFqTkDMi5JayUWg6vL.jpg + release_date: '2024-07-30' + title: Init + video: false + vote_average: 5 + vote_count: 4 + - adult: false + backdrop_path: /4GHPT4glMQHPCke2DNigRqZ6KqH.jpg + genre_ids: + - 18 + id: 1226299 + media_type: movie + original_language: tl + original_title: Dilig + overview: >- + About to get married to an old, wealthy + businessman, Resa enlists the help of gardener + Otso to seduce her fiancé’s daughter, Katelyn, and + record his sexploits with her in order to get her + disowned. + popularity: 26.746 + poster_path: /lDn02aAZFUb7JpM7l7iuHdbWEHH.jpg + release_date: '2024-01-30' + title: Dilig + video: false + vote_average: 4.3 + vote_count: 3 + known_for_department: Acting + name: Dyessa Garcia + original_name: Dyessa Garcia + popularity: 130.295 + profile_path: /xak9L0fkIOkjSwJpz3SWLl94tVP.jpg + total_pages: 190013 + total_results: 3800260 + + /search/person: + get: + tags: + - PEOPLE + summary: person_id + description: This endpoint is used to search for people (such as actors, actresses, directors, etc.). + operationId: personId + parameters: + - name: query + in: query + description: The name of the person we want to search for. + required: true + schema: + type: string + example: '' + - $ref: '#/components/parameters/include_adult' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + + responses: + '200': + description: person_id + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=7651 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 15:53:47 GMT + ETag: + schema: + type: string + example: W/"06e8eb1658e25d36062d64514093d23c" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ba82151bf51e4c722c5305c983d8b71e.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: W6M38lmUXFni2hMZ4i_P6ZdHpVuWO8dp_F-YcYKSpTYVjCyzZrVGxQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16079' + x-memc-expires: + schema: + type: string + example: '7651' + x-memc-key: + schema: + type: string + example: d4f131009d64ea359da4bbd7d8ea19b5 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + gender: + type: number + example: 2 + id: + type: number + example: 2888 + known_for: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 12 + - 14 + id: + type: number + example: 297761 + media_type: + type: string + example: movie + original_language: + type: string + example: en + original_title: + type: string + example: Suicide Squad + overview: + type: string + example: >- + From DC Comics comes the Suicide Squad, an + antihero team of incarcerated supervillains + who act as deniable assets for the United + States government, undertaking high-risk black + ops missions in exchange for commuted prison + sentences. + popularity: + type: number + example: 46.652 + poster_path: + type: string + example: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg + release_date: + type: string + example: '2016-08-03' + title: + type: string + example: Suicide Squad + video: + type: boolean + example: false + vote_average: + type: number + example: 5.921 + vote_count: + type: number + example: 21151 + example: + - adult: false + backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg + genre_ids: + - 28 + - 12 + - 14 + id: 297761 + media_type: movie + original_language: en + original_title: Suicide Squad + overview: >- + From DC Comics comes the Suicide Squad, an + antihero team of incarcerated supervillains who + act as deniable assets for the United States + government, undertaking high-risk black ops + missions in exchange for commuted prison + sentences. + popularity: 46.652 + poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg + release_date: '2016-08-03' + title: Suicide Squad + video: false + vote_average: 5.921 + vote_count: 21151 + - adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + media_type: movie + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to + stop the spread of the terrible virus that was + incurable and man-made. Immune, Neville is now + the last human survivor in what is left of New + York City and perhaps the world. For three + years, Neville has faithfully sent out daily + radio messages, desperate to find any other + survivors who might be out there. But he is not + alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15754 + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + genre_ids: + - 28 + - 878 + id: 2048 + media_type: movie + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide + by the three laws of robotics, a technophobic + cop investigates an apparent suicide. Suspecting + that a robot may be responsible for the death, + his investigation leads him to believe that + humanity may be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11796 + known_for_department: + type: string + nullable: true + example: Acting + name: + type: string + example: Will Smith + original_name: + type: string + example: Will Smith + popularity: + type: number + example: 63.822 + profile_path: + type: string + nullable: true + example: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg + example: + - adult: false + gender: 2 + id: 2888 + known_for: + - adult: false + backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg + genre_ids: + - 28 + - 12 + - 14 + id: 297761 + media_type: movie + original_language: en + original_title: Suicide Squad + overview: >- + From DC Comics comes the Suicide Squad, an + antihero team of incarcerated supervillains who + act as deniable assets for the United States + government, undertaking high-risk black ops + missions in exchange for commuted prison + sentences. + popularity: 46.652 + poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg + release_date: '2016-08-03' + title: Suicide Squad + video: false + vote_average: 5.921 + vote_count: 21151 + - adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + media_type: movie + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to + stop the spread of the terrible virus that was + incurable and man-made. Immune, Neville is now the + last human survivor in what is left of New York + City and perhaps the world. For three years, + Neville has faithfully sent out daily radio + messages, desperate to find any other survivors + who might be out there. But he is not alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15754 + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + genre_ids: + - 28 + - 878 + id: 2048 + media_type: movie + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by + the three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that + a robot may be responsible for the death, his + investigation leads him to believe that humanity + may be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11796 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 63.822 + profile_path: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg + - adult: false + gender: 2 + id: 234120 + known_for: + - adult: false + backdrop_path: /qhXdYysiamRu6moMGMZPQ4oVLvd.jpg + first_air_date: '2022-04-01' + genre_ids: + - 80 + - 18 + - 35 + id: 95480 + media_type: tv + name: Slow Horses + origin_country: + - GB + original_language: en + original_name: Slow Horses + overview: >- + Follow a dysfunctional team of MI5 agents—and + their obnoxious boss, the notorious Jackson + Lamb—as they navigate the espionage world's smoke + and mirrors to defend England from sinister + forces. + popularity: 225.802 + poster_path: /dnpatlJrEPiDSn5fzgzvxtiSnMo.jpg + vote_average: 7.909 + vote_count: 472 + - adult: false + backdrop_path: /vKaDMLbdLrThldFj9Vavo6suTS2.jpg + first_air_date: '2012-04-22' + genre_ids: + - 35 + id: 2947 + media_type: tv + name: Veep + origin_country: + - US + original_language: en + original_name: Veep + overview: >- + A look into American politics, revolving around + former Senator Selina Meyer who finds being Vice + President of the United States is nothing like she + expected and everything everyone ever warned her + about. + popularity: 119.754 + poster_path: /cdd78fGdaA3EbK2ToZRWcaaB1fx.jpg + vote_average: 7.424 + vote_count: 440 + - adult: false + backdrop_path: /suA6aZe1OCTtnv4W3nfDM8GiSaC.jpg + first_air_date: '2020-01-19' + genre_ids: + - 35 + - 10765 + id: 90811 + media_type: tv + name: Avenue 5 + origin_country: + - US + original_language: en + original_name: Avenue 5 + overview: >- + 40 years in the future, space captain Ryan Clark + and the crew of the luxury space cruise ship + Avenue 5 navigate disgruntled passengers and + unexpected events after experiencing technical + difficulties onboard. + popularity: 56.239 + poster_path: /inSe4HBqnwIoeqoChGlagVs0avG.jpg + vote_average: 6.507 + vote_count: 352 + known_for_department: Writing + name: Will Smith + original_name: Will Smith + popularity: 1.581 + profile_path: /2MndmsbL0PE5oNj1t00v4jUwtaS.jpg + - adult: false + gender: 0 + id: 2878434 + known_for: + - adult: false + backdrop_path: /yCGCtDRIaEHSPd5pO8NPfTML6Jh.jpg + genre_ids: + - 28 + - 14 + - 10770 + id: 877703 + media_type: movie + original_language: en + original_title: 'Teen Wolf: The Movie' + overview: >- + The wolves are howling once again, as a terrifying + ancient evil emerges in Beacon Hills. Scott + McCall, no longer a teenager yet still an Alpha, + must gather new allies and reunite trusted friends + to fight back against this powerful and deadly + enemy. + popularity: 44.564 + poster_path: /wAkpPm3wcHRqZl8XjUI3Y2chYq2.jpg + release_date: '2023-01-18' + title: 'Teen Wolf: The Movie' + video: false + vote_average: 7.535 + vote_count: 840 + - adult: false + backdrop_path: /huIWsZ9urt47iRbateMTaQdTJij.jpg + genre_ids: + - 35 + - 18 + id: 770879 + media_type: movie + original_language: en + original_title: Roles We Play + overview: >- + An older professor longing for motherhood must + recalibrate her path to pregnancy when she + realizes one of her favorite students is a + potential sperm donor. + popularity: 0.549 + poster_path: /l00kpNsD7NfkpubsP63UoWQ35WS.jpg + release_date: '2018-05-12' + title: Roles We Play + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Editing + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4528761 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 10402 + id: 1243233 + media_type: movie + original_language: en + original_title: The White Mask + overview: >- + A musical ensemble responds to the notion of + ‘becoming animal’ through improvisation. The + musicians perform seven compositions in which they + reflect on how it would feel to undergo such a + transformation. + popularity: 0.065 + poster_path: /rvu88P2znmZjBBfXYH7gw4zoJsB.jpg + release_date: '2019-10-11' + title: The White Mask + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Camera + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 3322276 + known_for: + - adult: false + backdrop_path: null + genre_ids: [] + id: 735455 + media_type: movie + original_language: en + original_title: 'Bellator 244: Bader vs. Nemkov' + overview: >- + MMA Fighting will have Bellator 244, Bader vs. + Nemkov fight card at the Mohegan Sun Arena in + Uncasville, CT., on August 22, 2020. In the main + event, Bellator double champion Ryan Bader will + defend his light heavyweight title against Vadim + Nemkov. + popularity: 0.029 + poster_path: /rDqZY8I4DXX47VATS0yagTm0zzv.jpg + release_date: '2020-08-22' + title: 'Bellator 244: Bader vs. Nemkov' + video: true + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /6sN9n72J3l2Av3b1SAPg40jIhfU.jpg + genre_ids: + - 28 + id: 816853 + media_type: movie + original_language: en + original_title: 'Bellator 256: Bader vs. Machida 2' + overview: >- + Bellator 256: Bader vs. Machida 2 took place on + April 9, 2021 at Mohegan Sun Arena in Uncasville, + Connecticut. The event was headlined by a + Quarterfinal of the Bellator Light Heavyweight + World Grand Prix Tournament. The headliner will be + a rematch between former Bellator Light + Heavyweight World Champion Ryan Bader and former + UFC Light Heavyweight Champion Lyoto Machida. + popularity: 0.301 + poster_path: /u4FBqqIgG01Rt3yFNPlVq7kmD6G.jpg + release_date: '2021-04-09' + title: 'Bellator 256: Bader vs. Machida 2' + video: true + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 3409873 + known_for: + - adult: false + backdrop_path: /79FzFAW6oKNSikI7t5tgpra23MX.jpg + genre_ids: + - 27 + - 9648 + id: 892957 + media_type: movie + original_language: en + original_title: Onryō + overview: >- + A Man on the run meets a mysterious woman in the + woods who begins to ask him cryptic and strangely + personal questions. + popularity: 0.019 + poster_path: /9t1kszaUd87rblrGHJXzXjVvZ4N.jpg + release_date: '2021-11-01' + title: Onryo + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Sound + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4123976 + known_for: + - adult: false + backdrop_path: null + genre_ids: [] + id: 1143079 + media_type: movie + original_language: en + original_title: A Helping Hand + overview: >- + Michael and Ava reunite after the death of their + father. Ava has come to grieve but Michael has + other plans + popularity: 0.001 + poster_path: /n58FdRCbhkvwykcBPCaG8xllm2d.jpg + release_date: '' + title: A Helping Hand + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4405681 + known_for: + - adult: false + backdrop_path: /xDpA2Csi78grwqroX27OovPn0WQ.jpg + genre_ids: + - 99 + id: 1211874 + media_type: movie + original_language: en + original_title: '2021 World Series Champions: Atlanta Braves' + overview: >- + Following the death of Braves baseball legend Hank + Aaron, the Atlanta Braves honor his legacy, + turning on the power to win the 2021 World Series. + popularity: 0.333 + poster_path: /441LaX2VY8dshbSCSXtDDGACmAt.jpg + release_date: '2021-11-30' + title: '2021 World Series Champions: Atlanta Braves' + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 3269236 + known_for: + - adult: false + backdrop_path: /quixzoFLJaeYgCLlhq1HQ6MqTpE.jpg + genre_ids: + - 35 + - 80 + - 18 + id: 884432 + media_type: movie + original_language: en + original_title: Philly's Finest + overview: >- + Cops, drug dealers and mayhem ensue in the city of + brotherly love. + popularity: 0.02 + poster_path: /uMguBgx4eHy2AhAGc6nxU8xWU9M.jpg + release_date: '2021-10-23' + title: Philly's Finest + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: [] + id: 992934 + media_type: movie + original_language: en + original_title: Vice Presents - Red Cards + overview: >- + Red Cards is an investigative documentary series + chronicling the fascinating stories of athletes + and crime. + popularity: 0.014 + poster_path: /AtAWlQbb1jD9u2SLwh9O922oze9.jpg + release_date: '2018-06-20' + title: Vice Presents - Red Cards + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 2 + id: 2652007 + known_for: + - adult: false + backdrop_path: /vDQwbN2ymkMQ8ldL3Sc275FGBw3.jpg + genre_ids: + - 10752 + - 36 + - 53 + - 18 + id: 530915 + media_type: movie + original_language: en + original_title: '1917' + overview: >- + At the height of the First World War, two young + British soldiers must cross enemy territory and + deliver a message that will stop a deadly attack + on hundreds of soldiers. + popularity: 47.434 + poster_path: /iZf0KyrE25z1sage4SYFLCCrMi9.jpg + release_date: '2019-12-25' + title: '1917' + video: false + vote_average: 7.991 + vote_count: 12456 + - adult: false + backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + media_type: movie + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room + with the popular aristocrat Glinda at Shiz + University, and the two's unlikely friendship is + tested as they begin to fulfill their respective + destinies as Glinda the Good and the Wicked Witch + of the West. + popularity: 2943.848 + poster_path: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.368 + vote_count: 966 + - adult: false + backdrop_path: /6snBXmgkscLEJQmxx46qEIlqYlB.jpg + first_air_date: '2024-01-25' + genre_ids: + - 18 + - 10768 + id: 46518 + media_type: tv + name: Masters of the Air + origin_country: + - US + original_language: en + original_name: Masters of the Air + overview: >- + During World War II, airmen risk their lives with + the 100th Bomb Group, a brotherhood forged by + courage, loss, and triumph. + popularity: 143.448 + poster_path: /rSAmgcoA74371rplbqM27yVsd3y.jpg + vote_average: 7.841 + vote_count: 419 + known_for_department: Art + name: Will Smith + original_name: Will Smith + popularity: 0.045 + profile_path: null + - adult: false + gender: 0 + id: 2146221 + known_for: + - adult: false + backdrop_path: null + genre_ids: [] + id: 783619 + media_type: movie + original_language: en + original_title: 'Michael McIntyre: In His Own Words' + overview: >- + Documentary profiling stand-up comedian Michael + McIntyre. + popularity: 1.184 + poster_path: null + release_date: '2021-01-01' + title: 'Michael McIntyre: In His Own Words' + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 1093789 + media_type: movie + original_language: en + original_title: 'Sainsbury''s: Christmas Food Secrets' + overview: >- + A behind-the-scenes look at how supermarket giant + Sainsbury's created its festive food range for + Christmas 2021. + popularity: 0.916 + poster_path: /7X5xFm0mdhLfRB0IyAMZZJA3mMm.jpg + release_date: '2021-12-17' + title: 'Sainsbury''s: Christmas Food Secrets' + video: false + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 775791 + media_type: movie + original_language: en + original_title: 'Des O''Connor: The Ultimate Entertainer' + overview: >- + ITV pay tribute to Des O'Connor in this special + celebrating his life and work, telling how Des + went from Butlins Redcoat to become the ultimate + entertainer. + popularity: 0.915 + poster_path: /6WUZ3jbHEWbVOEkN2dhNwv2iUFW.jpg + release_date: '2020-11-23' + title: 'Des O''Connor: The Ultimate Entertainer' + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Production + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4080266 + known_for: [] + known_for_department: null + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 3735879 + known_for: + - adult: false + backdrop_path: /1U1vBOFQGoXaK4tnzuKofM6K93L.jpg + first_air_date: '1996-11-12' + genre_ids: + - 35 + id: 1847 + media_type: tv + name: Never Mind the Buzzcocks + origin_country: + - GB + original_language: en + original_name: Never Mind the Buzzcocks + overview: >- + Never Mind the Buzzcocks is a comedy panel game + show with a pop and rock music theme. The show is + infamous for its dry, sarcastic humour and + scathing, provocative attacks on the pop industry. + popularity: 55.373 + poster_path: /ez0fX5nA68BJWL8jfP6dYr5WrcL.jpg + vote_average: 6.961 + vote_count: 51 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 5148224 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 27 + id: 1409439 + media_type: movie + original_language: en + original_title: Every Room a Nightmare + overview: >- + Cassie feels an overwhelming sense of dread over + an event that haunts her psyche. + popularity: 0.065 + poster_path: null + release_date: '' + title: Every Room a Nightmare + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Directing + name: Will Smith + original_name: Will Smith + popularity: 0.065 + profile_path: null + - adult: false + gender: 0 + id: 3876740 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 18 + - 36 + - 10752 + id: 1074977 + media_type: movie + original_language: en + original_title: Resistance + overview: >- + In 1942 Czechoslovakia, the resistance plot an + assassination of Nazi SS leader Reinhard Heydrich. + Ex-resistance fighter Alexei is enticed to answer + the call, risk losing his partner, and carry out a + duty fit only for a soldier. + popularity: 0.024 + poster_path: null + release_date: '2022-04-28' + title: Resistance + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Camera + name: Will Smith-Blyth + original_name: Will Smith-Blyth + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 2111406 + known_for: + - adult: false + backdrop_path: /wqX1vVZnBWwb0E18kt4epWYL90z.jpg + genre_ids: + - 35 + - 12 + - 10751 + id: 116149 + media_type: movie + original_language: en + original_title: Paddington + overview: >- + A young Peruvian bear travels to London in search + of a new home. Finding himself lost and alone at + Paddington Station, he meets the kindly Brown + family. + popularity: 56.943 + poster_path: /fNa1MSARWnJMnslPA0G0etYdYTm.jpg + release_date: '2014-11-24' + title: Paddington + video: false + vote_average: 7.1 + vote_count: 3722 + - adult: false + backdrop_path: /3di4noZGr04O2lyqgDgWNbyW1wA.jpg + genre_ids: + - 35 + - 10749 + id: 1049638 + media_type: movie + original_language: en + original_title: Rye Lane + overview: >- + Two twenty-somethings, both reeling from bad + break-ups, connect over the course of an eventful + day in South London – helping each other deal with + their nightmare exes, and potentially restoring + their faith in romance. + popularity: 11.274 + poster_path: /int5eEKNc8g0V5i3XYaPeaC6paD.jpg + release_date: '2023-03-17' + title: Rye Lane + video: false + vote_average: 7.1 + vote_count: 193 + - adult: false + backdrop_path: /uUHQaZoq8dnaMbORdOTHgFbbSYR.jpg + genre_ids: + - 53 + - 9648 + - 878 + id: 301228 + media_type: movie + original_language: en + original_title: Narcopolis + overview: >- + In the near future, Frank, a police officer, + discovers that the legalization of all + recreational drugs comes with a price. + popularity: 8.495 + poster_path: /puxZMIhfaIzRqBzu0J64soz5ewv.jpg + release_date: '2015-09-25' + title: Narcopolis + video: false + vote_average: 4.638 + vote_count: 69 + known_for_department: Lighting + name: Will Rae Smith + original_name: Will Rae Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4627886 + known_for: + - adult: false + backdrop_path: /gRhabEEfCC7t6WlgKhymRoTWNWe.jpg + first_air_date: '' + genre_ids: [] + id: 44286 + media_type: tv + name: Preschool Power! + origin_country: + - US + original_language: en + original_name: Preschool Power! + overview: >- + Preschool Power is an educational series created + by Carey Sutton, and it features young children + teaching viewers how to do big things. Tom Connell + wrote the score and the music and her husband, + Tony Sutton, wrote the script, instructions and + the lyrics to the songs. + popularity: 0.122 + poster_path: /uQCI3jESCZH2xucBhMrvi0gT7tn.jpg + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smitherman + original_name: Will Smitherman + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4426579 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 18 + - 35 + id: 449221 + media_type: movie + original_language: en + original_title: Check Please + overview: >- + In a fancy restaurant, Ben plans to propose to his + long time girlfriend only to find out that his + ring was mistakenly sent to the wrong table. + popularity: 0.439 + poster_path: /sNz4qzOxE98QbT5diabzbpNXL2i.jpg + release_date: '2015-08-03' + title: Check Please + video: false + vote_average: 6.5 + vote_count: 4 + known_for_department: Sound + name: Will Smithson + original_name: Will Smithson + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4198450 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 35 + - 10402 + - 10749 + - 18 + id: 39257 + media_type: movie + original_language: en + original_title: '1234' + overview: >- + Ian Bonar is Stevie, a wannabe musician whose look + is a hybrid of Jarvis Cocker and early Elvis + Costello. Working with his drummer pal Neil + (Matthew Baynton) in a call centre, they dream of + breaking into the indie music scene. To do this + they require additional band members. Step forward + the driven (and drinking) guitarist Billy (Kieran + Bew) and slightly scatty bassist Emily (Lyndsey + Marshal), who has a sideline in making sculpture + from hair. + popularity: 2.02 + poster_path: /2CZOz1YkXfr2jdwLMQ64WllZf9e.jpg + release_date: '2008-10-17' + title: '1234' + video: false + vote_average: 5.4 + vote_count: 10 + known_for_department: Visual Effects + name: Will Innes-Smith + original_name: Will Innes-Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4209416 + known_for: + - adult: false + backdrop_path: /spNdKUAXB4UJ8Q3vs81kOGa5FNz.jpg + genre_ids: [] + id: 1023314 + media_type: movie + original_language: en + original_title: Get Paid + overview: >- + A street love story about a broken woman who copes + with life by getting paid and falls in love -- + only to find out things are not always what they + seem. + popularity: 0.948 + poster_path: /lhRVQquugEOkDxBb0GLoUbYosdE.jpg + release_date: '2022-06-14' + title: Get Paid + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: [] + id: 1163721 + media_type: movie + original_language: en + original_title: 3rd Degree + overview: >- + Young Deon's father is betrayed by his business + partner. 20 years later, a Deon obsessed with + revenge, finds himself in a complicated + relationship. Like life, 3rd Degree is part drama, + part thriller, part comedy and ablaze with + surprises. + popularity: 0.227 + poster_path: null + release_date: '2023-05-14' + title: 3rd Degree + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 53 + - 18 + id: 1293857 + media_type: movie + original_language: en + original_title: Obsession + overview: >- + When Igrid finds her high school sweetheart happy + without her, she decides to take matters into her + own hands and do anything to reclaim her spot. + popularity: 0.193 + poster_path: /JE0ZOUlfutmpxgQAaG5KnZZk2n.jpg + release_date: '2024-05-17' + title: Obsession + video: false + vote_average: 10 + vote_count: 1 + known_for_department: Acting + name: Will Smith IV + original_name: Will Smith IV + popularity: 0.001 + profile_path: null + total_pages: + type: number + example: 500 + total_results: + type: number + example: 10000 + examples: + person_id: + value: + page: 1 + results: + - adult: false + gender: 2 + id: 2888 + known_for: + - adult: false + backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg + genre_ids: + - 28 + - 12 + - 14 + id: 297761 + media_type: movie + original_language: en + original_title: Suicide Squad + overview: >- + From DC Comics comes the Suicide Squad, an + antihero team of incarcerated supervillains who + act as deniable assets for the United States + government, undertaking high-risk black ops + missions in exchange for commuted prison + sentences. + popularity: 46.652 + poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg + release_date: '2016-08-03' + title: Suicide Squad + video: false + vote_average: 5.921 + vote_count: 21151 + - adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + media_type: movie + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to + stop the spread of the terrible virus that was + incurable and man-made. Immune, Neville is now the + last human survivor in what is left of New York + City and perhaps the world. For three years, + Neville has faithfully sent out daily radio + messages, desperate to find any other survivors + who might be out there. But he is not alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15754 + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + genre_ids: + - 28 + - 878 + id: 2048 + media_type: movie + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by + the three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that + a robot may be responsible for the death, his + investigation leads him to believe that humanity + may be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11796 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 63.822 + profile_path: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg + - adult: false + gender: 2 + id: 234120 + known_for: + - adult: false + backdrop_path: /qhXdYysiamRu6moMGMZPQ4oVLvd.jpg + first_air_date: '2022-04-01' + genre_ids: + - 80 + - 18 + - 35 + id: 95480 + media_type: tv + name: Slow Horses + origin_country: + - GB + original_language: en + original_name: Slow Horses + overview: >- + Follow a dysfunctional team of MI5 agents—and + their obnoxious boss, the notorious Jackson + Lamb—as they navigate the espionage world's smoke + and mirrors to defend England from sinister + forces. + popularity: 225.802 + poster_path: /dnpatlJrEPiDSn5fzgzvxtiSnMo.jpg + vote_average: 7.909 + vote_count: 472 + - adult: false + backdrop_path: /vKaDMLbdLrThldFj9Vavo6suTS2.jpg + first_air_date: '2012-04-22' + genre_ids: + - 35 + id: 2947 + media_type: tv + name: Veep + origin_country: + - US + original_language: en + original_name: Veep + overview: >- + A look into American politics, revolving around + former Senator Selina Meyer who finds being Vice + President of the United States is nothing like she + expected and everything everyone ever warned her + about. + popularity: 119.754 + poster_path: /cdd78fGdaA3EbK2ToZRWcaaB1fx.jpg + vote_average: 7.424 + vote_count: 440 + - adult: false + backdrop_path: /suA6aZe1OCTtnv4W3nfDM8GiSaC.jpg + first_air_date: '2020-01-19' + genre_ids: + - 35 + - 10765 + id: 90811 + media_type: tv + name: Avenue 5 + origin_country: + - US + original_language: en + original_name: Avenue 5 + overview: >- + 40 years in the future, space captain Ryan Clark + and the crew of the luxury space cruise ship + Avenue 5 navigate disgruntled passengers and + unexpected events after experiencing technical + difficulties onboard. + popularity: 56.239 + poster_path: /inSe4HBqnwIoeqoChGlagVs0avG.jpg + vote_average: 6.507 + vote_count: 352 + known_for_department: Writing + name: Will Smith + original_name: Will Smith + popularity: 1.581 + profile_path: /2MndmsbL0PE5oNj1t00v4jUwtaS.jpg + - adult: false + gender: 0 + id: 2878434 + known_for: + - adult: false + backdrop_path: /yCGCtDRIaEHSPd5pO8NPfTML6Jh.jpg + genre_ids: + - 28 + - 14 + - 10770 + id: 877703 + media_type: movie + original_language: en + original_title: 'Teen Wolf: The Movie' + overview: >- + The wolves are howling once again, as a terrifying + ancient evil emerges in Beacon Hills. Scott + McCall, no longer a teenager yet still an Alpha, + must gather new allies and reunite trusted friends + to fight back against this powerful and deadly + enemy. + popularity: 44.564 + poster_path: /wAkpPm3wcHRqZl8XjUI3Y2chYq2.jpg + release_date: '2023-01-18' + title: 'Teen Wolf: The Movie' + video: false + vote_average: 7.535 + vote_count: 840 + - adult: false + backdrop_path: /huIWsZ9urt47iRbateMTaQdTJij.jpg + genre_ids: + - 35 + - 18 + id: 770879 + media_type: movie + original_language: en + original_title: Roles We Play + overview: >- + An older professor longing for motherhood must + recalibrate her path to pregnancy when she + realizes one of her favorite students is a + potential sperm donor. + popularity: 0.549 + poster_path: /l00kpNsD7NfkpubsP63UoWQ35WS.jpg + release_date: '2018-05-12' + title: Roles We Play + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Editing + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4528761 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 10402 + id: 1243233 + media_type: movie + original_language: en + original_title: The White Mask + overview: >- + A musical ensemble responds to the notion of + ‘becoming animal’ through improvisation. The + musicians perform seven compositions in which they + reflect on how it would feel to undergo such a + transformation. + popularity: 0.065 + poster_path: /rvu88P2znmZjBBfXYH7gw4zoJsB.jpg + release_date: '2019-10-11' + title: The White Mask + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Camera + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 3322276 + known_for: + - adult: false + backdrop_path: null + genre_ids: [] + id: 735455 + media_type: movie + original_language: en + original_title: 'Bellator 244: Bader vs. Nemkov' + overview: >- + MMA Fighting will have Bellator 244, Bader vs. + Nemkov fight card at the Mohegan Sun Arena in + Uncasville, CT., on August 22, 2020. In the main + event, Bellator double champion Ryan Bader will + defend his light heavyweight title against Vadim + Nemkov. + popularity: 0.029 + poster_path: /rDqZY8I4DXX47VATS0yagTm0zzv.jpg + release_date: '2020-08-22' + title: 'Bellator 244: Bader vs. Nemkov' + video: true + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /6sN9n72J3l2Av3b1SAPg40jIhfU.jpg + genre_ids: + - 28 + id: 816853 + media_type: movie + original_language: en + original_title: 'Bellator 256: Bader vs. Machida 2' + overview: >- + Bellator 256: Bader vs. Machida 2 took place on + April 9, 2021 at Mohegan Sun Arena in Uncasville, + Connecticut. The event was headlined by a + Quarterfinal of the Bellator Light Heavyweight + World Grand Prix Tournament. The headliner will be + a rematch between former Bellator Light + Heavyweight World Champion Ryan Bader and former + UFC Light Heavyweight Champion Lyoto Machida. + popularity: 0.301 + poster_path: /u4FBqqIgG01Rt3yFNPlVq7kmD6G.jpg + release_date: '2021-04-09' + title: 'Bellator 256: Bader vs. Machida 2' + video: true + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 3409873 + known_for: + - adult: false + backdrop_path: /79FzFAW6oKNSikI7t5tgpra23MX.jpg + genre_ids: + - 27 + - 9648 + id: 892957 + media_type: movie + original_language: en + original_title: Onryō + overview: >- + A Man on the run meets a mysterious woman in the + woods who begins to ask him cryptic and strangely + personal questions. + popularity: 0.019 + poster_path: /9t1kszaUd87rblrGHJXzXjVvZ4N.jpg + release_date: '2021-11-01' + title: Onryo + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Sound + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4123976 + known_for: + - adult: false + backdrop_path: null + genre_ids: [] + id: 1143079 + media_type: movie + original_language: en + original_title: A Helping Hand + overview: >- + Michael and Ava reunite after the death of their + father. Ava has come to grieve but Michael has + other plans + popularity: 0.001 + poster_path: /n58FdRCbhkvwykcBPCaG8xllm2d.jpg + release_date: '' + title: A Helping Hand + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4405681 + known_for: + - adult: false + backdrop_path: /xDpA2Csi78grwqroX27OovPn0WQ.jpg + genre_ids: + - 99 + id: 1211874 + media_type: movie + original_language: en + original_title: '2021 World Series Champions: Atlanta Braves' + overview: >- + Following the death of Braves baseball legend Hank + Aaron, the Atlanta Braves honor his legacy, + turning on the power to win the 2021 World Series. + popularity: 0.333 + poster_path: /441LaX2VY8dshbSCSXtDDGACmAt.jpg + release_date: '2021-11-30' + title: '2021 World Series Champions: Atlanta Braves' + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 3269236 + known_for: + - adult: false + backdrop_path: /quixzoFLJaeYgCLlhq1HQ6MqTpE.jpg + genre_ids: + - 35 + - 80 + - 18 + id: 884432 + media_type: movie + original_language: en + original_title: Philly's Finest + overview: >- + Cops, drug dealers and mayhem ensue in the city of + brotherly love. + popularity: 0.02 + poster_path: /uMguBgx4eHy2AhAGc6nxU8xWU9M.jpg + release_date: '2021-10-23' + title: Philly's Finest + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: [] + id: 992934 + media_type: movie + original_language: en + original_title: Vice Presents - Red Cards + overview: >- + Red Cards is an investigative documentary series + chronicling the fascinating stories of athletes + and crime. + popularity: 0.014 + poster_path: /AtAWlQbb1jD9u2SLwh9O922oze9.jpg + release_date: '2018-06-20' + title: Vice Presents - Red Cards + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 2 + id: 2652007 + known_for: + - adult: false + backdrop_path: /vDQwbN2ymkMQ8ldL3Sc275FGBw3.jpg + genre_ids: + - 10752 + - 36 + - 53 + - 18 + id: 530915 + media_type: movie + original_language: en + original_title: '1917' + overview: >- + At the height of the First World War, two young + British soldiers must cross enemy territory and + deliver a message that will stop a deadly attack + on hundreds of soldiers. + popularity: 47.434 + poster_path: /iZf0KyrE25z1sage4SYFLCCrMi9.jpg + release_date: '2019-12-25' + title: '1917' + video: false + vote_average: 7.991 + vote_count: 12456 + - adult: false + backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + media_type: movie + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room + with the popular aristocrat Glinda at Shiz + University, and the two's unlikely friendship is + tested as they begin to fulfill their respective + destinies as Glinda the Good and the Wicked Witch + of the West. + popularity: 2943.848 + poster_path: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.368 + vote_count: 966 + - adult: false + backdrop_path: /6snBXmgkscLEJQmxx46qEIlqYlB.jpg + first_air_date: '2024-01-25' + genre_ids: + - 18 + - 10768 + id: 46518 + media_type: tv + name: Masters of the Air + origin_country: + - US + original_language: en + original_name: Masters of the Air + overview: >- + During World War II, airmen risk their lives with + the 100th Bomb Group, a brotherhood forged by + courage, loss, and triumph. + popularity: 143.448 + poster_path: /rSAmgcoA74371rplbqM27yVsd3y.jpg + vote_average: 7.841 + vote_count: 419 + known_for_department: Art + name: Will Smith + original_name: Will Smith + popularity: 0.045 + profile_path: null + - adult: false + gender: 0 + id: 2146221 + known_for: + - adult: false + backdrop_path: null + genre_ids: [] + id: 783619 + media_type: movie + original_language: en + original_title: 'Michael McIntyre: In His Own Words' + overview: >- + Documentary profiling stand-up comedian Michael + McIntyre. + popularity: 1.184 + poster_path: null + release_date: '2021-01-01' + title: 'Michael McIntyre: In His Own Words' + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 1093789 + media_type: movie + original_language: en + original_title: 'Sainsbury''s: Christmas Food Secrets' + overview: >- + A behind-the-scenes look at how supermarket giant + Sainsbury's created its festive food range for + Christmas 2021. + popularity: 0.916 + poster_path: /7X5xFm0mdhLfRB0IyAMZZJA3mMm.jpg + release_date: '2021-12-17' + title: 'Sainsbury''s: Christmas Food Secrets' + video: false + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: null + genre_ids: + - 99 + id: 775791 + media_type: movie + original_language: en + original_title: 'Des O''Connor: The Ultimate Entertainer' + overview: >- + ITV pay tribute to Des O'Connor in this special + celebrating his life and work, telling how Des + went from Butlins Redcoat to become the ultimate + entertainer. + popularity: 0.915 + poster_path: /6WUZ3jbHEWbVOEkN2dhNwv2iUFW.jpg + release_date: '2020-11-23' + title: 'Des O''Connor: The Ultimate Entertainer' + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Production + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4080266 + known_for: [] + known_for_department: null + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 3735879 + known_for: + - adult: false + backdrop_path: /1U1vBOFQGoXaK4tnzuKofM6K93L.jpg + first_air_date: '1996-11-12' + genre_ids: + - 35 + id: 1847 + media_type: tv + name: Never Mind the Buzzcocks + origin_country: + - GB + original_language: en + original_name: Never Mind the Buzzcocks + overview: >- + Never Mind the Buzzcocks is a comedy panel game + show with a pop and rock music theme. The show is + infamous for its dry, sarcastic humour and + scathing, provocative attacks on the pop industry. + popularity: 55.373 + poster_path: /ez0fX5nA68BJWL8jfP6dYr5WrcL.jpg + vote_average: 6.961 + vote_count: 51 + known_for_department: Acting + name: Will Smith + original_name: Will Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 5148224 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 27 + id: 1409439 + media_type: movie + original_language: en + original_title: Every Room a Nightmare + overview: >- + Cassie feels an overwhelming sense of dread over + an event that haunts her psyche. + popularity: 0.065 + poster_path: null + release_date: '' + title: Every Room a Nightmare + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Directing + name: Will Smith + original_name: Will Smith + popularity: 0.065 + profile_path: null + - adult: false + gender: 0 + id: 3876740 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 18 + - 36 + - 10752 + id: 1074977 + media_type: movie + original_language: en + original_title: Resistance + overview: >- + In 1942 Czechoslovakia, the resistance plot an + assassination of Nazi SS leader Reinhard Heydrich. + Ex-resistance fighter Alexei is enticed to answer + the call, risk losing his partner, and carry out a + duty fit only for a soldier. + popularity: 0.024 + poster_path: null + release_date: '2022-04-28' + title: Resistance + video: false + vote_average: 0 + vote_count: 0 + known_for_department: Camera + name: Will Smith-Blyth + original_name: Will Smith-Blyth + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 2111406 + known_for: + - adult: false + backdrop_path: /wqX1vVZnBWwb0E18kt4epWYL90z.jpg + genre_ids: + - 35 + - 12 + - 10751 + id: 116149 + media_type: movie + original_language: en + original_title: Paddington + overview: >- + A young Peruvian bear travels to London in search + of a new home. Finding himself lost and alone at + Paddington Station, he meets the kindly Brown + family. + popularity: 56.943 + poster_path: /fNa1MSARWnJMnslPA0G0etYdYTm.jpg + release_date: '2014-11-24' + title: Paddington + video: false + vote_average: 7.1 + vote_count: 3722 + - adult: false + backdrop_path: /3di4noZGr04O2lyqgDgWNbyW1wA.jpg + genre_ids: + - 35 + - 10749 + id: 1049638 + media_type: movie + original_language: en + original_title: Rye Lane + overview: >- + Two twenty-somethings, both reeling from bad + break-ups, connect over the course of an eventful + day in South London – helping each other deal with + their nightmare exes, and potentially restoring + their faith in romance. + popularity: 11.274 + poster_path: /int5eEKNc8g0V5i3XYaPeaC6paD.jpg + release_date: '2023-03-17' + title: Rye Lane + video: false + vote_average: 7.1 + vote_count: 193 + - adult: false + backdrop_path: /uUHQaZoq8dnaMbORdOTHgFbbSYR.jpg + genre_ids: + - 53 + - 9648 + - 878 + id: 301228 + media_type: movie + original_language: en + original_title: Narcopolis + overview: >- + In the near future, Frank, a police officer, + discovers that the legalization of all + recreational drugs comes with a price. + popularity: 8.495 + poster_path: /puxZMIhfaIzRqBzu0J64soz5ewv.jpg + release_date: '2015-09-25' + title: Narcopolis + video: false + vote_average: 4.638 + vote_count: 69 + known_for_department: Lighting + name: Will Rae Smith + original_name: Will Rae Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4627886 + known_for: + - adult: false + backdrop_path: /gRhabEEfCC7t6WlgKhymRoTWNWe.jpg + first_air_date: '' + genre_ids: [] + id: 44286 + media_type: tv + name: Preschool Power! + origin_country: + - US + original_language: en + original_name: Preschool Power! + overview: >- + Preschool Power is an educational series created + by Carey Sutton, and it features young children + teaching viewers how to do big things. Tom Connell + wrote the score and the music and her husband, + Tony Sutton, wrote the script, instructions and + the lyrics to the songs. + popularity: 0.122 + poster_path: /uQCI3jESCZH2xucBhMrvi0gT7tn.jpg + vote_average: 0 + vote_count: 0 + known_for_department: Acting + name: Will Smitherman + original_name: Will Smitherman + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4426579 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 18 + - 35 + id: 449221 + media_type: movie + original_language: en + original_title: Check Please + overview: >- + In a fancy restaurant, Ben plans to propose to his + long time girlfriend only to find out that his + ring was mistakenly sent to the wrong table. + popularity: 0.439 + poster_path: /sNz4qzOxE98QbT5diabzbpNXL2i.jpg + release_date: '2015-08-03' + title: Check Please + video: false + vote_average: 6.5 + vote_count: 4 + known_for_department: Sound + name: Will Smithson + original_name: Will Smithson + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4198450 + known_for: + - adult: false + backdrop_path: null + genre_ids: + - 35 + - 10402 + - 10749 + - 18 + id: 39257 + media_type: movie + original_language: en + original_title: '1234' + overview: >- + Ian Bonar is Stevie, a wannabe musician whose look + is a hybrid of Jarvis Cocker and early Elvis + Costello. Working with his drummer pal Neil + (Matthew Baynton) in a call centre, they dream of + breaking into the indie music scene. To do this + they require additional band members. Step forward + the driven (and drinking) guitarist Billy (Kieran + Bew) and slightly scatty bassist Emily (Lyndsey + Marshal), who has a sideline in making sculpture + from hair. + popularity: 2.02 + poster_path: /2CZOz1YkXfr2jdwLMQ64WllZf9e.jpg + release_date: '2008-10-17' + title: '1234' + video: false + vote_average: 5.4 + vote_count: 10 + known_for_department: Visual Effects + name: Will Innes-Smith + original_name: Will Innes-Smith + popularity: 0.001 + profile_path: null + - adult: false + gender: 0 + id: 4209416 + known_for: + - adult: false + backdrop_path: /spNdKUAXB4UJ8Q3vs81kOGa5FNz.jpg + genre_ids: [] + id: 1023314 + media_type: movie + original_language: en + original_title: Get Paid + overview: >- + A street love story about a broken woman who copes + with life by getting paid and falls in love -- + only to find out things are not always what they + seem. + popularity: 0.948 + poster_path: /lhRVQquugEOkDxBb0GLoUbYosdE.jpg + release_date: '2022-06-14' + title: Get Paid + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: [] + id: 1163721 + media_type: movie + original_language: en + original_title: 3rd Degree + overview: >- + Young Deon's father is betrayed by his business + partner. 20 years later, a Deon obsessed with + revenge, finds himself in a complicated + relationship. Like life, 3rd Degree is part drama, + part thriller, part comedy and ablaze with + surprises. + popularity: 0.227 + poster_path: null + release_date: '2023-05-14' + title: 3rd Degree + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 53 + - 18 + id: 1293857 + media_type: movie + original_language: en + original_title: Obsession + overview: >- + When Igrid finds her high school sweetheart happy + without her, she decides to take matters into her + own hands and do anything to reclaim her spot. + popularity: 0.193 + poster_path: /JE0ZOUlfutmpxgQAaG5KnZZk2n.jpg + release_date: '2024-05-17' + title: Obsession + video: false + vote_average: 10 + vote_count: 1 + known_for_department: Acting + name: Will Smith IV + original_name: Will Smith IV + popularity: 0.001 + profile_path: null + total_pages: 500 + total_results: 10000 + /person/{person_id}: + get: + tags: + - PEOPLE + summary: Details + description: This endpoint query the top level details of a person. + operationId: details9 + parameters: + - $ref: '#/components/parameters/append_to_response' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/person_id' + + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=23249 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 15:57:23 GMT + ETag: + schema: + type: string + example: W/"410662044f51026fa8a18e66cbe83001" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c34bd35d24f6df50307d1ac92d0f6110.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Ab--u28jtBSUdqP4RMmzfYGtf4ukEPfRwCXgqwhBcGjSKy9bL4vwpA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '4948' + x-memc-expires: + schema: + type: string + example: '23249' + x-memc-key: + schema: + type: string + example: d8570cc582623a3ec9178c2d4e7c0b08 + content: + application/json: + schema: + type: object + properties: + adult: + type: boolean + example: false + also_known_as: + type: array + items: + type: string + example: The Fresh Prince + example: + - The Fresh Prince + - Willard Smith + - ويل سميث + - 윌 스미스 + - วิลล์ สมิธ + - 威爾·史密斯 + - וויל סמית + - Γουίλ Σμιθ + - Willard Christopher "Will" Smith, Jr. + - Willard Christopher Smith, Jr. + - 威尔·史密斯 + - 'വിൽ സ്മിത്ത് ' + - ' Γουίλαρντ Κάρολ Σμιθ' + - ウィル・スミス + - ウィラード・キャロル・スミス・ジュニア + - ویل اسمیت + biography: + type: string + example: >- + Willard Carroll Smith II (born September 25, 1968) is an + American actor and rapper. Known for variety of roles, + Smith has received various accolades, including an Academy + Award, a British Academy Film Award and four Grammy + Awards. + + + Smith began his acting career starring as a fictionalized + version of himself on the NBC sitcom The Fresh Prince of + Bel-Air (1990–1996). He first gained recognition as part + of a hip hop duo with DJ Jazzy Jeff, with whom he released + five studio albums and the US Billboard Hot 100 top 20 + singles "Parents Just Don't Understand", "A Nightmare on + My Street", "Summertime", "Ring My Bell", and "Boom! Shake + the Room" from 1984 to 1994. He released the solo albums + Big Willie Style (1997), Willennium (1999), Born to Reign + (2002), and Lost and Found (2005), which contained the US + number-one singles "Gettin' Jiggy wit It" and "Wild Wild + West". He has received four Grammy Awards for his rap + performances. + + + Smith achieved wider fame as a leading man in films such + as the action film Bad Boys (1995), its sequels Bad Boys + II (2003) and Bad Boys for Life (2020), and the sci-fi + comedies Men in Black (1997), Men in Black II (2002), and + Men in Black 3 (2012). After starring in the thrillers + Independence Day (1996) and Enemy of the State (1998), he + received Academy Award for Best Actor nominations for his + portrayal as Muhammad Ali in Ali (2001), and as Chris + Gardner in The Pursuit of Happyness (2006). He then + starred in a range of commercially successful films, + including I, Robot (2004), Shark Tale (2004), Hitch + (2005), I Am Legend (2007), Hancock (2008), Seven Pounds + (2008), Suicide Squad (2016) and Aladdin (2019). + + + For his portrayal of Richard Williams in the biographical + sports drama King Richard (2021), Smith won the Academy + Award, BAFTA Award, Golden Globe Award, and Screen Actors + Guild Award for Best Actor. + birthday: + type: string + example: '1968-09-25' + deathday: + nullable: true + example: null + gender: + type: number + example: 2 + homepage: + type: string + example: http://www.willsmith.com + id: + type: number + example: 2888 + imdb_id: + type: string + example: nm0000226 + known_for_department: + type: string + example: Acting + name: + type: string + example: Will Smith + place_of_birth: + type: string + example: Philadelphia, Pennsylvania, USA + popularity: + type: number + example: 63.822 + profile_path: + type: string + example: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg + examples: + details: + value: + adult: false + also_known_as: + - The Fresh Prince + - Willard Smith + - ويل سميث + - 윌 스미스 + - วิลล์ สมิธ + - 威爾·史密斯 + - וויל סמית + - Γουίλ Σμιθ + - Willard Christopher "Will" Smith, Jr. + - Willard Christopher Smith, Jr. + - 威尔·史密斯 + - 'വിൽ സ്മിത്ത് ' + - ' Γουίλαρντ Κάρολ Σμιθ' + - ウィル・スミス + - ウィラード・キャロル・スミス・ジュニア + - ویل اسمیت + biography: >- + Willard Carroll Smith II (born September 25, 1968) is an + American actor and rapper. Known for variety of roles, + Smith has received various accolades, including an Academy + Award, a British Academy Film Award and four Grammy + Awards. + + + Smith began his acting career starring as a fictionalized + version of himself on the NBC sitcom The Fresh Prince of + Bel-Air (1990–1996). He first gained recognition as part + of a hip hop duo with DJ Jazzy Jeff, with whom he released + five studio albums and the US Billboard Hot 100 top 20 + singles "Parents Just Don't Understand", "A Nightmare on + My Street", "Summertime", "Ring My Bell", and "Boom! Shake + the Room" from 1984 to 1994. He released the solo albums + Big Willie Style (1997), Willennium (1999), Born to Reign + (2002), and Lost and Found (2005), which contained the US + number-one singles "Gettin' Jiggy wit It" and "Wild Wild + West". He has received four Grammy Awards for his rap + performances. + + + Smith achieved wider fame as a leading man in films such + as the action film Bad Boys (1995), its sequels Bad Boys + II (2003) and Bad Boys for Life (2020), and the sci-fi + comedies Men in Black (1997), Men in Black II (2002), and + Men in Black 3 (2012). After starring in the thrillers + Independence Day (1996) and Enemy of the State (1998), he + received Academy Award for Best Actor nominations for his + portrayal as Muhammad Ali in Ali (2001), and as Chris + Gardner in The Pursuit of Happyness (2006). He then + starred in a range of commercially successful films, + including I, Robot (2004), Shark Tale (2004), Hitch + (2005), I Am Legend (2007), Hancock (2008), Seven Pounds + (2008), Suicide Squad (2016) and Aladdin (2019). + + + For his portrayal of Richard Williams in the biographical + sports drama King Richard (2021), Smith won the Academy + Award, BAFTA Award, Golden Globe Award, and Screen Actors + Guild Award for Best Actor. + birthday: '1968-09-25' + deathday: null + gender: 2 + homepage: http://www.willsmith.com + id: 2888 + imdb_id: nm0000226 + known_for_department: Acting + name: Will Smith + place_of_birth: Philadelphia, Pennsylvania, USA + popularity: 63.822 + profile_path: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg + + + /person/{person_id}/changes: + get: + tags: + - PEOPLE + summary: Changes + description: This endpoint get the recent changes for a person. + operationId: changes1 + parameters: + - $ref: '#/components/parameters/end_date' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/start_date' + - $ref: '#/components/parameters/person_id' + responses: + '200': + description: changes + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=600 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '14' + Date: + schema: + type: string + example: Sun, 05 Jan 2025 15:59:29 GMT + ETag: + schema: + type: string + example: W/"1c7b0be7cfcb529d61df7c7b50baa91e" + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ba82151bf51e4c722c5305c983d8b71e.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: mULNkmaA_DyL_9pwFAZwj52zXhFkntw5cY8G1aFiQv-MthuvIP8YKg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS, STORE + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '600' + x-memc-key: + schema: + type: string + example: bda52b382b167539aeb55890ae9474bc + content: + application/json: + schema: + type: object + properties: + changes: + type: array + items: + type: object + properties: + items: + type: array + items: + type: object + properties: + action: + type: string + example: added + id: + type: string + example: 640469b113654500ba4e859a + iso_3166_1: + type: string + example: ES + iso_639_1: + type: string + example: ca + time: + type: string + example: 2023-03-05 10:06:41 UTC + value: + type: string + example: >- + Thomas "Tom" Jeffrey Hanks (Concord, + Califòrnia, 9 de juliol de 1956) és un actor + de cinema i productor estatunidenc, guanyador + dues vegades de l'Oscar al millor actor i + considerat un dels més versàtils i talentosos + del cinema actual. + + + Hanks és l'actor que més diners ha guanyat de + tota la història del cinema amb un total de + gairebé sis mil milions de dòlars (setembre + 2006). És també copropietari de Playtone, una + companyia de producció de pel·lícules. + example: + - action: added + id: 640469b113654500ba4e859a + iso_3166_1: ES + iso_639_1: ca + time: 2023-03-05 10:06:41 UTC + value: >- + Thomas "Tom" Jeffrey Hanks (Concord, Califòrnia, + 9 de juliol de 1956) és un actor de cinema i + productor estatunidenc, guanyador dues vegades + de l'Oscar al millor actor i considerat un dels + més versàtils i talentosos del cinema actual. + + + Hanks és l'actor que més diners ha guanyat de + tota la història del cinema amb un total de + gairebé sis mil milions de dòlars (setembre + 2006). És també copropietari de Playtone, una + companyia de producció de pel·lícules. + key: + type: string + example: biography + example: + - items: + - action: added + id: 640469b113654500ba4e859a + iso_3166_1: ES + iso_639_1: ca + time: 2023-03-05 10:06:41 UTC + value: >- + Thomas "Tom" Jeffrey Hanks (Concord, Califòrnia, 9 + de juliol de 1956) és un actor de cinema i + productor estatunidenc, guanyador dues vegades de + l'Oscar al millor actor i considerat un dels més + versàtils i talentosos del cinema actual. + + + Hanks és l'actor que més diners ha guanyat de tota + la història del cinema amb un total de gairebé sis + mil milions de dòlars (setembre 2006). És també + copropietari de Playtone, una companyia de + producció de pel·lícules. + key: biography + - items: + - action: added + id: 640469a7e61e6d00963c33bb + iso_3166_1: '' + iso_639_1: '' + time: 2023-03-05 10:06:31 UTC + value: ca-ES + key: translations + examples: + changes: + value: + changes: + - items: + - action: added + id: 640469b113654500ba4e859a + iso_3166_1: ES + iso_639_1: ca + time: 2023-03-05 10:06:41 UTC + value: >- + Thomas "Tom" Jeffrey Hanks (Concord, Califòrnia, 9 + de juliol de 1956) és un actor de cinema i + productor estatunidenc, guanyador dues vegades de + l'Oscar al millor actor i considerat un dels més + versàtils i talentosos del cinema actual. + + + Hanks és l'actor que més diners ha guanyat de tota + la història del cinema amb un total de gairebé sis + mil milions de dòlars (setembre 2006). És també + copropietari de Playtone, una companyia de + producció de pel·lícules. + key: biography + - items: + - action: added + id: 640469a7e61e6d00963c33bb + iso_3166_1: '' + iso_639_1: '' + time: 2023-03-05 10:06:31 UTC + value: ca-ES + key: translations + + /person/{person_id}/combined_credits: + get: + tags: + - PEOPLE + summary: Combined Credits + description: This endpoint get the combined movie and TV credits that belong to a person. + operationId: combinedCredits + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/person_id' + + responses: + '200': + description: combined credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=15515 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:02:16 GMT + ETag: + schema: + type: string + example: W/"dd29a1f9b037aaf912f997ad17c74ec8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 a075746ea1824aa1c02a5e26a9e968e4.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: jHPeE48-77BE1ulQaQnb0b8tbmGOvhROC6Y-Ya7sT1K85JkXmvFuWw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '7805' + x-memc-expires: + schema: + type: string + example: '15515' + x-memc-key: + schema: + type: string + example: ae98ab881e36e7aefe38b5ed80e6045d + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + character: + type: string + example: Del Spooner + credit_id: + type: string + example: 52fe4330c3a36847f8041063 + episode_count: + type: number + example: 1 + first_air_date: + type: string + example: '1988-10-03' + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 878 + id: + type: number + example: 2048 + media_type: + type: string + example: movie + name: + type: string + example: This Morning + order: + type: number + example: 0 + origin_country: + type: array + items: + type: string + example: GB + example: + - GB + original_language: + type: string + example: en + original_name: + type: string + example: This Morning + original_title: + type: string + example: I, Robot + overview: + type: string + example: >- + In 2035, where robots are commonplace and abide by + the three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: + type: number + example: 43.332 + poster_path: + type: string + nullable: true + example: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: + type: string + example: '2004-07-15' + title: + type: string + example: I, Robot + video: + type: boolean + example: false + vote_average: + type: number + example: 6.953 + vote_count: + type: number + example: 11797 + example: + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + character: Del Spooner + credit_id: 52fe4330c3a36847f8041063 + genre_ids: + - 28 + - 878 + id: 2048 + media_type: movie + order: 0 + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by the + three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11797 + - adult: false + backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + character: Chris Gardner + credit_id: 52fe42f3c3a36847f802f1eb + genre_ids: + - 18 + id: 1402 + media_type: movie + order: 0 + original_language: en + original_title: The Pursuit of Happyness + overview: >- + A struggling salesman takes custody of his son as he's + poised to begin a life-changing professional career. + popularity: 65.281 + poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: '2006-12-14' + title: The Pursuit of Happyness + video: false + vote_average: 7.9 + vote_count: 9888 + - adult: false + backdrop_path: /uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg + character: Capt. Steven Hiller + credit_id: 52fe425bc3a36847f8017f8b + genre_ids: + - 28 + - 12 + - 878 + id: 602 + media_type: movie + order: 0 + original_language: en + original_title: Independence Day + overview: >- + Strange phenomena surface around the globe. The skies + ignite. Terror races through the world's major cities. + As these extraordinary events unfold, it becomes + increasingly clear that a force of incredible + magnitude has arrived. Its mission: total annihilation + over the Fourth of July weekend. The last hope to stop + the destruction is an unlikely group of people united + by fate and unimaginable circumstances. + popularity: 52.44 + poster_path: /p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg + release_date: '1996-06-25' + title: Independence Day + video: false + vote_average: 6.89 + vote_count: 9590 + - adult: false + backdrop_path: /1GJvBE7UWU1WOVi0XREl4JQc7f8.jpg + character: Jay + credit_id: 52fe425dc3a36847f80187cb + genre_ids: + - 28 + - 12 + - 35 + - 878 + id: 607 + media_type: movie + order: 1 + original_language: en + original_title: Men in Black + overview: >- + After a police chase with an otherworldly being, a New + York City cop is recruited as an agent in a top-secret + organization established to monitor and police alien + activity on Earth: the Men in Black. Agent K and new + recruit Agent J find themselves in the middle of a + deadly plot by an intergalactic terrorist who has + arrived on Earth to assassinate two ambassadors from + opposing galaxies. + popularity: 50.124 + poster_path: /uLOmOF5IzWoyrgIF5MfUnh5pa1X.jpg + release_date: '1997-07-02' + title: Men in Black + video: false + vote_average: 7.203 + vote_count: 13788 + - adult: false + backdrop_path: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg + character: Jay + credit_id: 52fe425dc3a36847f8018905 + genre_ids: + - 28 + - 35 + - 878 + id: 608 + media_type: movie + order: 1 + original_language: en + original_title: Men in Black II + overview: >- + Kay and Jay reunite to provide our best, last and only + line of defense against a sinister seductress who + levels the toughest challenge yet to the MIB's + untarnished mission statement – protecting Earth from + the scum of the universe. It's been four years since + the alien-seeking agents averted an intergalactic + disaster of epic proportions. Now it's a race against + the clock as Jay must convince Kay – who not only has + absolutely no memory of his time spent with the MIB, + but is also the only living person left with the + expertise to save the galaxy – to reunite with the MIB + before the earth submits to ultimate destruction. + popularity: 35.639 + poster_path: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg + release_date: '2002-07-03' + title: Men in Black II + video: false + vote_average: 6.372 + vote_count: 9923 + - adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + character: Oscar (voice) + credit_id: 52fe43879251416c75013e51 + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + order: 0 + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often get + him into trouble. Meanwhile, Lenny is a great white + shark with a surprising secret that no sea creature + would guess: He's a vegetarian. When a lie turns Oscar + into an improbable hero and Lenny becomes an outcast, + the two form an unlikely friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + - adult: false + backdrop_path: /bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg + character: Bagger Vance + credit_id: 52fe43e7c3a36847f80776ed + genre_ids: + - 18 + - 14 + id: 4958 + media_type: movie + order: 1 + original_language: en + original_title: The Legend of Bagger Vance + overview: >- + World War I has left golfer Rannulph Junuh a + poker-playing alcoholic, his perfect swing gone. Now, + however, he needs to get it back to play in a + tournament to save the financially ravaged golf course + of a long-ago sweetheart. Help arrives in the form of + mysterious caddy Bagger Vance. + popularity: 12.032 + poster_path: /fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg + release_date: '2000-11-02' + title: The Legend of Bagger Vance + video: false + vote_average: 6.578 + vote_count: 898 + - adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + character: Robert Neville + credit_id: 52fe4455c3a36847f808fc19 + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + media_type: movie + order: 0 + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to stop + the spread of the terrible virus that was incurable + and man-made. Immune, Neville is now the last human + survivor in what is left of New York City and perhaps + the world. For three years, Neville has faithfully + sent out daily radio messages, desperate to find any + other survivors who might be out there. But he is not + alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15755 + - adult: false + backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg + character: Ben + credit_id: 52fe44259251416c7502a685 + genre_ids: + - 18 + id: 11321 + media_type: movie + order: 0 + original_language: en + original_title: Seven Pounds + overview: >- + An IRS agent with a fateful secret embarks on an + extraordinary journey of redemption by forever + changing the lives of seven strangers. + popularity: 22.971 + poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg + release_date: '2008-12-18' + title: Seven Pounds + video: false + vote_average: 7.609 + vote_count: 6773 + - adult: false + backdrop_path: /dYHAIKsRZ7959Yf6tUM55xjV711.jpg + character: Paul + credit_id: 52fe4462c3a368484e020081 + genre_ids: + - 9648 + - 18 + - 35 + id: 23210 + media_type: movie + order: 1 + original_language: en + original_title: Six Degrees of Separation + overview: >- + The story of a young, gay, black, con artist who, + posing as the son of Sidney Poitier, cunningly + maneuvers his way into the lives of a white, + upper-class New York family. + popularity: 11.912 + poster_path: /oH0bl69uZZA6dAclgFRkm1Vwcry.jpg + release_date: '1993-12-08' + title: Six Degrees of Separation + video: false + vote_average: 6.4 + vote_count: 323 + - adult: false + backdrop_path: /gVtm7G5NtQxjFNA5ydqxslxjCuk.jpg + character: Muhammad Ali / Cassius Clay + credit_id: 52fe44adc3a36847f80a3d47 + genre_ids: + - 18 + id: 8489 + media_type: movie + order: 0 + original_language: en + original_title: Ali + overview: >- + In 1964, a brash, new pro boxer, fresh from his + Olympic gold medal victory, explodes onto the scene: + Cassius Clay. Bold and outspoken, he cuts an entirely + new image for African Americans in sport with his + proud public self-confidence and his unapologetic + belief that he is the greatest boxer of all time. Yet + at the top of his game, both Ali's personal and + professional lives face the ultimate test. + popularity: 14.244 + poster_path: /hBE9VTgwmHbIBkJ0uxrnmqJOpkm.jpg + release_date: '2001-12-10' + title: Ali + video: false + vote_average: 6.8 + vote_count: 1712 + - adult: false + backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg + character: Alex 'Hitch' Hitchens + credit_id: 52fe44adc3a36847f80a3c4f + genre_ids: + - 35 + - 18 + - 10749 + id: 8488 + media_type: movie + order: 0 + original_language: en + original_title: Hitch + overview: >- + Dating coach Alex 'Hitch' Hitchens mentors a bumbling + client, Albert, who hopes to win the heart of the + glamorous Allegra Cole. While Albert makes progress, + Hitch faces his own romantic setbacks when proven + techniques fail to work on Sara Melas, a tabloid + reporter digging for dirt on Allegra Cole's love life. + When Sara discovers Hitch's connection to Albert – now + Allegra's boyfriend – it threatens to destroy both + relationships. + popularity: 34.865 + poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg + release_date: '2005-02-11' + title: Hitch + video: false + vote_average: 6.564 + vote_count: 5779 + - adult: false + backdrop_path: /3mNbtT2MWJPmQWYrUXvxFYNuz5j.jpg + character: Capt. James West + credit_id: 52fe44adc3a36847f80a3bdb + genre_ids: + - 28 + - 12 + - 35 + - 878 + - 37 + id: 8487 + media_type: movie + order: 0 + original_language: en + original_title: Wild Wild West + overview: >- + Legless Southern inventor Dr. Arliss Loveless plans to + rekindle the Civil War by assassinating President U.S. + Grant. Only two men can stop him: gunfighter James + West and master-of-disguise and inventor Artemus + Gordon. The two must team up to thwart Loveless' + plans. + popularity: 21.53 + poster_path: /3C5cZnIwQ6Wj4qGFKv0BBjimWro.jpg + release_date: '1999-06-30' + title: Wild Wild West + video: false + vote_average: 5.324 + vote_count: 3311 + - adult: false + backdrop_path: /oHtK1ExsXr9trwueDdgFJmlrKJV.jpg + character: Self + credit_id: 6174c889b6c264002a69b827 + genre_ids: + - 99 + id: 795625 + media_type: movie + order: 3 + original_language: en + original_title: Lily Topples The World + overview: >- + Follow 20-year-old Lily Hevesh — the world’s greatest + domino toppler and the only woman in her field — in a + coming-of-age story of artistry, passion, and unlikely + triumph. + popularity: 1.214 + poster_path: /dgxLTkwTPo8a8EDKcLgpiSDn0zF.jpg + release_date: '2021-03-16' + title: Lily Topples The World + video: false + vote_average: 7.5 + vote_count: 10 + - adult: false + backdrop_path: /gFsBGyMJezO1wMRmEjBX8YEh0Mc.jpg + character: Tea Cake Walters + credit_id: 52fe44ba9251416c7503ed09 + genre_ids: + - 35 + id: 12121 + media_type: movie + order: 2 + original_language: en + original_title: Made in America + overview: >- + A young black woman discovers that her father was a + sperm donor, and if that wasn't bad enough, he's + white. + popularity: 9.487 + poster_path: /2frB553lKEm1q4dds5PUqLNQA3z.jpg + release_date: '1993-01-06' + title: Made in America + video: false + vote_average: 5.5 + vote_count: 357 + - adult: false + backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg + character: John Hancock + credit_id: 52fe44cbc3a36847f80aa55d + genre_ids: + - 14 + - 28 + id: 8960 + media_type: movie + order: 0 + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 38.95 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.347 + vote_count: 9589 + - adult: false + backdrop_path: /gxSVZCUlDd8upT1G2wdrUdz2hxG.jpg + character: Detective Mike Lowrey + credit_id: 52fe44cbc3a36847f80aa747 + genre_ids: + - 28 + - 80 + - 35 + id: 8961 + media_type: movie + order: 1 + original_language: en + original_title: Bad Boys II + overview: >- + Detectives Marcus Burnett and Mike Lowrey of the Miami + Narcotics Task Force are tasked with stopping the flow + of the drug Ecstasy into Miami. They track the drugs + to the whacked-out Cuban drug lord Johnny Tapia, who + is also involved in a bloody war with Russian and + Haitian mobsters. If that isn't bad enough, there's + tension between the two detectives when Marcus + discovers that playboy Mike is secretly romancing + Marcus’ sister, Syd. + popularity: 51.272 + poster_path: /yCvB5fG5aEPqa1St7ihY6KEAsHD.jpg + release_date: '2003-07-18' + title: Bad Boys II + video: false + vote_average: 6.6 + vote_count: 5485 + - adult: false + backdrop_path: /zuxSfx7ZNzBsXE0f0lSGrfRB01e.jpg + character: Will Smith + credit_id: 52fe4507c3a36847f80b8013 + genre_ids: + - 35 + - 10749 + - 18 + id: 9541 + media_type: movie + order: 8 + original_language: en + original_title: Jersey Girl + overview: >- + Ollie Trinke is a young, suave music publicist who + seems to have it all, with a new wife and a baby on + the way. But life deals him a bum hand when he's + suddenly faced with single fatherhood, a defunct + career and having to move in with his father. To + bounce back, it takes a new love and the courage + instilled in him by his daughter. + popularity: 13.651 + poster_path: /nMmMWoSooR6QmCjdT0AvZardof1.jpg + release_date: '2004-03-25' + title: Jersey Girl + video: false + vote_average: 6.2 + vote_count: 1033 + - adult: false + backdrop_path: null + character: Self + credit_id: 6401109c9f1be70086a02479 + genre_ids: + - 99 + id: 1094280 + media_type: movie + order: 1 + original_language: en + original_title: Putting The Boom & Bang in 'Bad Boys' + overview: Bad Boys featurette. + popularity: 2.062 + poster_path: /zT1TtogGgcrQBZAofjp37s24Vui.jpg + release_date: '2000-06-27' + title: Putting The Boom & Bang in 'Bad Boys' + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /lPLTLCBn39Wiy1RPQLB9xOKyF2v.jpg + character: Robert Clayton Dean + credit_id: 52fe452fc3a36847f80c0f93 + genre_ids: + - 28 + - 18 + - 53 + id: 9798 + media_type: movie + order: 0 + original_language: en + original_title: Enemy of the State + overview: "When the videotape of the murder of a congressman unknowingly ends up in the hands of labor lawyer and dedicated family man Robert Clayton Dean, he\_is framed for the murder. With the help of the mysterious Brill, Dean attempts to throw the NSA off his trail and prove his innocence." + popularity: 24.51 + poster_path: /x9pXrMKLsBGGOFyyZ0Gwt9YpVub.jpg + release_date: '1998-11-20' + title: Enemy of the State + video: false + vote_average: 7.044 + vote_count: 3830 + - adult: false + backdrop_path: /5AhpUb8CAP0jZ4Wrn7AsRUYjZxB.jpg + character: Agent J + credit_id: 52fe45b7c3a36847f80d6875 + genre_ids: + - 28 + - 35 + - 878 + id: 41154 + media_type: movie + order: 0 + original_language: en + original_title: Men in Black 3 + overview: >- + Agents J and K are back...in time. J has seen some + inexplicable things in his 15 years with the Men in + Black, but nothing, not even aliens, perplexes him as + much as his wry, reticent partner. But when K's life + and the fate of the planet are put at stake, Agent J + will have to travel back in time to put things right. + J discovers that there are secrets to the universe + that K never told him - secrets that will reveal + themselves as he teams up with the young Agent K to + save his partner, the agency, and the future of + humankind. + popularity: 33.904 + poster_path: /90DdoEStzeObs96fsYf4GG544iN.jpg + release_date: '2012-05-23' + title: Men in Black 3 + video: false + vote_average: 6.525 + vote_count: 10310 + - adult: false + backdrop_path: /webc35UIXecNENTkM9mw7IgifKr.jpg + character: Fresh Prince + credit_id: 64192591e004a6007be0153e + genre_ids: + - 16 + - 10402 + id: 276109 + media_type: movie + order: 0 + original_language: en + original_title: The Chipmunks Rockin' Through The Decades + overview: >- + A live-action/animated TV special featuring Alvin and + the Chipmunks. + popularity: 1.846 + poster_path: null + release_date: '1990-12-09' + title: The Chipmunks Rockin' Through The Decades + video: false + vote_average: 4 + vote_count: 1 + - adult: false + backdrop_path: null + character: Nicky Barnes + credit_id: 619d82dfa410c80090ab2e70 + genre_ids: + - 80 + - 18 + id: 903060 + media_type: movie + order: 0 + original_language: en + original_title: The Council + overview: >- + The never-before told story of a crime syndicate + consisting of seven African-American men who ruled + Harlem in the 1970s and early 80s focusing on Nicky + Barnes, dubbed "Mr. Untouchable" by the New York + Times. + popularity: 1.442 + poster_path: null + release_date: '' + title: The Council + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /wOLTJxfv98miIQcn0oNXq9fIgXM.jpg + character: Mike Lowrey + credit_id: 644901856a22270474d17219 + genre_ids: + - 28 + - 35 + - 80 + - 53 + id: 9737 + media_type: movie + order: 0 + original_language: en + original_title: Bad Boys + overview: >- + Marcus Burnett is a henpecked family man. Mike Lowrey + is a footloose and fancy free ladies' man. Both Miami + policemen, they have 72 hours to reclaim a consignment + of drugs stolen from under their station's nose. To + complicate matters, in order to get the assistance of + the sole witness to a murder, they have to pretend to + be each other. + popularity: 48.299 + poster_path: /qKiLKvJaT6rRmd3IBsoVV58luXH.jpg + release_date: '1995-04-07' + title: Bad Boys + video: false + vote_average: 6.8 + vote_count: 6398 + - adult: false + backdrop_path: /cYs9gkWP1Pk7nnQO33HOI1nb3ds.jpg + character: Self (archive footage) + credit_id: 61e50e747d2bc1009fcf7f7c + genre_ids: + - 10402 + - 99 + id: 904962 + media_type: movie + order: 32 + original_language: en + original_title: You're Watching Video Music Box + overview: >- + The untold story of the world’s longest running video + show, Video Music Box. A hip hop mainstay since 1983, + VMB gave a platform to artists like Jay-Z, Nas and + Mary J. Blige before they hit it big. Host Ralph + McDaniels’ archives — amassed over nearly 40 years — + reveal the show’s importance to numerous big-name + musicians, as well as to the kids that grew up + watching. + popularity: 1.739 + poster_path: /r0gtyJoM5dMPFdEMyT1EKMaQDCk.jpg + release_date: '2021-12-03' + title: You're Watching Video Music Box + video: false + vote_average: 6.4 + vote_count: 5 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + character: Cypher Raige + credit_id: 52fe486f9251416c9108c5db + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + media_type: movie + order: 1 + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: null + character: Robert Neville + credit_id: 62228e237719d7006dac569c + genre_ids: + - 878 + - 53 + id: 945956 + media_type: movie + order: 0 + original_language: en + original_title: I Am Legend 2 + overview: A sequel to the 2007 film I Am Legend. + popularity: 23.965 + poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg + release_date: '' + title: I Am Legend 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Blind Referee + credit_id: 64a95eabb686b900edf8e984 + genre_ids: + - 18 + - 35 + id: 1149524 + media_type: movie + order: 0 + original_language: en + original_title: Blind Ref + overview: A blind man struggles to become a basketball referee. + popularity: 1.267 + poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg + release_date: '2013-06-06' + title: Blind Ref + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /IdrHHTC2QcrWUnEqshutR8L4vj.jpg + character: Judge + credit_id: 52fe4c2ec3a368484e1ab62f + genre_ids: + - 18 + - 14 + - 9648 + - 10749 + id: 137321 + media_type: movie + order: 5 + original_language: en + original_title: Winter's Tale + overview: >- + A burglar falls for an heiress as she dies in his + arms. When he learns that he has the gift of + reincarnation, he sets out to save her. + popularity: 12.852 + poster_path: /dwDAUpidqVEql6w1o51VIPlMtbG.jpg + release_date: '2014-02-13' + title: Winter's Tale + video: false + vote_average: 6.3 + vote_count: 1334 + - adult: false + backdrop_path: null + character: Self + credit_id: 65124a268e2ba600e4517cc1 + genre_ids: + - 99 + id: 587817 + media_type: movie + order: 15 + original_language: en + original_title: Pesel Ha'Zahav + overview: >- + A behind-the-scenes look at the preparations for the + live broadcast of the 69th Annual Academy Awards + ceremony. + popularity: 1.788 + poster_path: /hD2xo96UYYwG1NJCbNDD29pXmCD.jpg + release_date: '1998-01-01' + title: Inside the Golden Statue + video: false + vote_average: 6.3 + vote_count: 3 + - adult: false + backdrop_path: /3WfSR7bLZQBMzTjwa9A9ohfblgT.jpg + character: Self (archive footage) + credit_id: 6523e238ab5e3400c47d3fd7 + genre_ids: + - 99 + id: 1038495 + media_type: movie + order: 25 + original_language: en + original_title: 'Kids'' TV: The Surprising Story' + overview: >- + Konnie Huq celebrates the very best of British + children’s television, with a dazzling array of clips + from some of the most treasured programmes ever made + and revealing chats with some of TV’s most beloved + stars. But Konnie also tells a perhaps more + surprising story: of how kids’ TV has frequently been + at the forefront of social change, in terms of the + stories it tells and the people who get to tell them. + popularity: 2.636 + poster_path: /kuEcbIvW70o27cdUuuNTFwouigU.jpg + release_date: '2022-10-26' + title: 'Kids'' TV: The Surprising Story' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /8B7ZCUeLsTqO72o0uVKMIQXSjOi.jpg + character: Genie / Mariner (archive footage) + credit_id: 62ba30d468b766006174866d + genre_ids: + - 99 + - 10402 + id: 512191 + media_type: movie + order: 96 + original_language: en + original_title: Howard + overview: >- + Though legendary lyricist Howard Ashman died far too + young, his impact on Broadway, movies, and the culture + at large were incalculable. Told entirely through rare + archival footage and interviews with Ashman’s family, + friends, associates, and longtime partner Bill Lauch, + Howard is an intimate tribute to a + once-in-a-generation talent and a rousing celebration + of musical storytelling itself. + popularity: 5.917 + poster_path: /kTMIYVGKeXsIcVumZvyapkhvQiY.jpg + release_date: '2018-04-22' + title: Howard + video: false + vote_average: 6.9 + vote_count: 48 + - adult: false + backdrop_path: /e3dzlpDdqkVrxfw9gusYPjG5Vub.jpg + character: Nicky Spurgeon + credit_id: 530789e0925141111100018d + genre_ids: + - 10749 + - 35 + - 80 + id: 256591 + media_type: movie + order: 0 + original_language: en + original_title: Focus + overview: >- + Nicky, an accomplished con artist, gets romantically + involved with his disciple Jess but later ends their + relationship. Years later, she returns as a femme + fatale to spoil his plans. + popularity: 32.29 + poster_path: /j6YcokvYBLSRLBQ4LxeeY6B1Aso.jpg + release_date: '2015-02-25' + title: Focus + video: false + vote_average: 6.878 + vote_count: 7841 + - adult: false + backdrop_path: null + character: Self - Host (archive footage) + credit_id: 62cd331ba9117f131cbd4088 + genre_ids: + - 99 + id: 999067 + media_type: movie + order: 0 + original_language: en + original_title: One Strange Rock + overview: >- + A mind-bending, thrilling journey exploring the + fragility and wonder of planet Earth, one of the most + peculiar, unique places in the entire universe, + brought to life by the only people to have left it + behind – the world’s most well known and leading + astronauts. This edit combined episodes one and ten to + create a new movie. + popularity: 1.81 + poster_path: /2yKKKl9d1H5f3EjZrijpr8WOqQu.jpg + release_date: '2022-07-10' + title: One Strange Rock + video: true + vote_average: 5.7 + vote_count: 3 + - adult: false + backdrop_path: /c5Hub79rAGq7MtKrRNcr5Rfk3NM.jpg + character: Self + credit_id: 658f14116611b46b9fa40ca4 + genre_ids: + - 99 + - 10402 + id: 746752 + media_type: movie + order: 2 + original_language: fr + original_title: 'Bigflo & Oli : Presque Trop' + overview: >- + Go backstage with French rap duo Bigflo & Oli in this + intimate music documentary, then join the superstar + siblings as they embark on a major tour. + popularity: 3.744 + poster_path: /heCJcnFHizhV286Y71W92f9mrBQ.jpg + release_date: '2020-10-08' + title: 'Bigflo & Oli: Hip Hop Frenzy' + video: false + vote_average: 7 + vote_count: 70 + - adult: false + backdrop_path: null + character: Self + credit_id: 6326378d8d22fc007a30eebc + genre_ids: + - 35 + - 10402 + - 10770 + - 99 + id: 537745 + media_type: movie + order: 134 + original_language: en + original_title: Night of 100 Stars III + overview: >- + A celebrity benefit for The Actors' Fund of America, + featuring music, songs, dance and comedy. + popularity: 1.523 + poster_path: /886JJFF8s2z3x5txGkaVRnmeMU9.jpg + release_date: '1990-05-21' + title: Night of 100 Stars III + video: false + vote_average: 4 + vote_count: 2 + - adult: false + backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg + character: Floyd Lawton / Deadshot + credit_id: 547ebbec92514124aa000a6d + genre_ids: + - 28 + - 12 + - 14 + id: 297761 + media_type: movie + order: 0 + original_language: en + original_title: Suicide Squad + overview: >- + From DC Comics comes the Suicide Squad, an antihero + team of incarcerated supervillains who act as deniable + assets for the United States government, undertaking + high-risk black ops missions in exchange for commuted + prison sentences. + popularity: 46.652 + poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg + release_date: '2016-08-03' + title: Suicide Squad + video: false + vote_average: 5.921 + vote_count: 21151 + - adult: false + backdrop_path: /bDp6SAo5tDf4KyZHX5hOg0Tj74D.jpg + character: Self + credit_id: 6596fba6a6c10410ddfa83eb + genre_ids: + - 99 + - 18 + id: 1226352 + media_type: movie + order: 3 + original_language: en + original_title: Free Child + overview: >- + From leaving Egypt 10 years ago, to almost dying a + month ago in a car accident. This film is about the + journey in between and the massive role the internet + played in the life of prominent Youtuber and Yes + Theory co-founder Ammar Kandil. + popularity: 2.591 + poster_path: /n03RhHzq0henGZ7M1Lif1TfKZvH.jpg + release_date: '2020-09-28' + title: Free Child + video: false + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg + character: Dr. Bennet Omalu + credit_id: 54c884a1925141678e00568e + genre_ids: + - 18 + id: 321741 + media_type: movie + order: 0 + original_language: en + original_title: Concussion + overview: >- + A dramatic thriller based on the incredible true David + vs. Goliath story of American immigrant Dr. Bennet + Omalu, the brilliant forensic neuropathologist who + made the first discovery of CTE, a football-related + brain trauma, in a pro player and fought for the truth + to be known. Omalu's emotional quest puts him at + dangerous odds with one of the most powerful + institutions in the world. + popularity: 12.822 + poster_path: /gseayWAIFt3GQrEUNuUcYxT77Ud.jpg + release_date: '2015-11-12' + title: Concussion + video: false + vote_average: 7.09 + vote_count: 2540 + - adult: false + backdrop_path: /TiiWQf1pMFIfR3z7hxdAAd4PnN.jpg + character: Self (archive footage) + credit_id: 635e94b7efd3c200918dcc80 + genre_ids: + - 10751 + - 10402 + - 10770 + id: 341949 + media_type: movie + order: 52 + original_language: en + original_title: 'Sesame Street: Elmopalooza!' + overview: >- + Jon Stewart hosts the Sesame Street Muppets' 30 year + celebration, but Elmo steps in when things go awry. + popularity: 1.19 + poster_path: /64QjfrazV5J12PUoqMvNOyKjRxL.jpg + release_date: '1998-02-20' + title: 'Sesame Street: Elmopalooza!' + video: false + vote_average: 5.8 + vote_count: 5 + - adult: false + backdrop_path: null + character: Self (archive footage) + credit_id: 65c67b3e4350110183e6f70d + genre_ids: + - 99 + - 10402 + id: 324610 + media_type: movie + order: 29 + original_language: en + original_title: Yo! The Story of ‘Yo! MTV Raps’ + overview: >- + A provocative look into the seven-year history of the + series that gave hip hop a voice and broke color + barriers, integrating MTV with rap. "Yo! MTV Raps" + premiered on August 6, 1988 with hosts Fab 5 Freddy, + Ed Lover and Doctor Dré, and shaped the careers of + many of today’s hip hop superstars, while + simultaneously making groundbreaking strides in + introducing hip hop to the mainstream. + popularity: 2.444 + poster_path: /5peOO9sApI7GXOVBFQPgrlsWLBM.jpg + release_date: '2012-06-07' + title: Yo! The Story of ‘Yo! MTV Raps’ + video: false + vote_average: 2 + vote_count: 0 + - adult: false + backdrop_path: /jEo7s4kyUiClgtxXqYcLRWvJTik.jpg + character: Self + credit_id: 65cca2d7e263bb0186692850 + genre_ids: + - 10402 + - 99 + id: 1216282 + media_type: movie + order: 22 + original_language: en + original_title: A GRAMMY Salute To 50 Years Of Hip-Hop + overview: >- + A once-in-a-lifetime live concert special celebrating + the 50th anniversary of hip-hop. Airing Sunday, Dec. + 10, at at 8:30 p.m. ET/8 p.m. PT on the CBS Television + Network and streaming live and on demand on + Paramount+, the two-hour tribute special will feature + exclusive performances from hip-hop legends and + GRAMMY-winning artists, including Black Thought, Bun + B, Common, De La Soul, Jermaine Dupri, J.J. Fad, Talib + Kweli, The Lady Of Rage, LL COOL J, MC Sha-Rock, Monie + Love, The Pharcyde, Queen Latifah, Questlove, Rakim, + Remy Ma, Uncle Luke, and Yo-Yo. + popularity: 2.644 + poster_path: /8PPBVqnMsESwN0n9TNuA4HAG6IS.jpg + release_date: '2023-12-10' + title: A GRAMMY Salute To 50 Years Of Hip-Hop + video: false + vote_average: 8.5 + vote_count: 2 + - adult: false + backdrop_path: /3yJCGeV4c4H0eMojckyva9vMATd.jpg + character: Self + credit_id: 65ce2d0c13a38801879f3170 + genre_ids: + - 10402 + id: 171084 + media_type: movie + order: 3 + original_language: de + original_title: 'Tina Turner : Celebrate!' + overview: >- + Tina Turner celebrates her 60th birthday with this + unbelievable 1999 concert. Turner performs a variety + from her repertoire from throughout her entire career + – her beginnings with Ike Turner, the 80’s resurgence + and later career material. Hits featured are 'River + Deep, Mountain High', 'What's Love Got to Do With It', + 'Nutbush City Limits', 'The Best' and '24/7'. + popularity: 1.416 + poster_path: /5iRALSqo8V25KZFB6Ybrr2L1ng7.jpg + release_date: '1999-11-26' + title: 'Tina Turner : Celebrate!' + video: true + vote_average: 8.7 + vote_count: 3 + - adult: false + backdrop_path: /iovi35nPfjbYTw2gRo7uImWblRU.jpg + character: Howard Inlet + credit_id: 55d4d38392514102d500281b + genre_ids: + - 18 + - 10749 + id: 345920 + media_type: movie + order: 0 + original_language: en + original_title: Collateral Beauty + overview: >- + Retreating from life after a tragedy, a man questions + the universe by writing to Love, Time and Death. + Receiving unexpected answers, he begins to see how + these things interlock and how even loss can reveal + moments of meaning and beauty. + popularity: 30.723 + poster_path: /4vfqosgik5pLb32RpskYifp8PWJ.jpg + release_date: '2016-12-15' + title: Collateral Beauty + video: false + vote_average: 7.223 + vote_count: 5370 + - adult: false + backdrop_path: /tp5xCbXsevp5rJG11HRfXYuruDZ.jpg + character: Self + credit_id: 660c2ed16dc507017e559423 + genre_ids: + - 10770 + - 10751 + - 99 + id: 238466 + media_type: movie + order: 23 + original_language: en + original_title: 'David Blaine: Real or Magic' + overview: >- + David Blaine's signature brand of street magic + mystifies the most recognisable celebrities in the + world, such as Jamie Foxx, Bryan Cranston, Aaron Paul, + Ricky Gervais, Katy Perry, Woody Allen, and Robert + DeNiro, to name a few. He goes to the homes of Kanye + West and Harrison Ford, Will Smith and Olivia Wilde. + He pays a visit to Stephen Hawking at his office in + Cambridge University. Blaine also travels the world, + astonishing people from all walks of life with + never-before seen, inconceivable magic. + popularity: 4.684 + poster_path: /gTMYu8oaAu31PW3wPooGLuM5maA.jpg + release_date: '2013-11-19' + title: 'David Blaine: Real or Magic' + video: false + vote_average: 6.7 + vote_count: 82 + - adult: false + backdrop_path: /hYY7wC3vuwSmoRdcMalVMjPC0a0.jpg + character: ESPN Reporter + credit_id: 660b2fae9c97bd017ca40404 + genre_ids: + - 35 + id: 109443 + media_type: movie + order: 71 + original_language: en + original_title: 'Anchorman 2: The Legend Continues' + overview: >- + With the 70s behind him, San Diego's top rated + newsman, Ron Burgundy, returns to take New York's + first 24-hour news channel by storm. + popularity: 27.328 + poster_path: /BAdmxMdCqzjs6hx3KuEtnoWP8d.jpg + release_date: '2013-12-18' + title: 'Anchorman 2: The Legend Continues' + video: false + vote_average: 6.139 + vote_count: 2578 + - adult: false + backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg + character: Self + credit_id: 660bc789d6dbba014a6f2e36 + genre_ids: + - 99 + id: 1242980 + media_type: movie + order: 13 + original_language: pt + original_title: Nos Bastidores de Hollywood + overview: '' + popularity: 2.023 + poster_path: /2tbIAd61D03RPNvjouFq9CkyKWo.jpg + release_date: '2005-03-01' + title: Nos Bastidores de Hollywood + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 56a2c015c3a3683890000d06 + genre_ids: + - 99 + id: 378674 + media_type: movie + order: 4 + original_language: en + original_title: DC Films Presents Dawn of the Justice League + overview: >- + A documentary special taking a look at the upcoming + films making up the DC Universe. Kevin Smith hosts + with Geoff Johns, as they take a look at Batman vs + Superman: Dawn of Justice, Suicide Squad, the upcoming + Wonder Woman and Justice League movies. + popularity: 8.212 + poster_path: /jjYndp8PuLFNuIbGg6Zs7MkxWIc.jpg + release_date: '2016-01-19' + title: DC Films Presents Dawn of the Justice League + video: false + vote_average: 6 + vote_count: 68 + - adult: false + backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg + character: Mike + credit_id: 56b410fa92514114e5003551 + genre_ids: + - 53 + - 28 + - 80 + id: 38700 + media_type: movie + order: 0 + original_language: en + original_title: Bad Boys for Life + overview: >- + Marcus and Mike are forced to confront new threats, + career changes, and midlife crises as they join the + newly created elite team AMMO of the Miami police + department to take down the ruthless Armando Armas, + the vicious leader of a Miami drug cartel. + popularity: 81.514 + poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg + release_date: '2020-01-15' + title: Bad Boys for Life + video: false + vote_average: 7.139 + vote_count: 8290 + - adult: false + backdrop_path: /hu4psJoKxDYezvvS4GlLF531fom.jpg + character: Daryl Ward + credit_id: 574c539f9251410ef80000d8 + genre_ids: + - 14 + - 28 + - 53 + id: 400106 + media_type: movie + order: 0 + original_language: en + original_title: Bright + overview: >- + In an alternate present-day where magical creatures + live among us, two L.A. cops become embroiled in a + prophesied turf battle. + popularity: 23.137 + poster_path: /whkT53Sv2vKAUiknQ13pqcWaPXB.jpg + release_date: '2017-12-22' + title: Bright + video: false + vote_average: 6.152 + vote_count: 5642 + - adult: false + backdrop_path: /15w69mRh7r6XTWF4ipIB59eoG6r.jpg + character: Cameo + credit_id: 6667e76e4a60c1410bf71455 + genre_ids: + - 10749 + - 35 + - 18 + id: 503129 + media_type: movie + order: 15 + original_language: hi + original_title: Student of the Year 2 + overview: >- + A student must overcome bullies and hardships, both + academic and romantic, in order to win his college's + coveted Student of the Year trophy. + popularity: 15.596 + poster_path: /78EMPsM8bu9R3jcxgBUUAQoVgI.jpg + release_date: '2019-05-10' + title: Student of the Year 2 + video: false + vote_average: 4.444 + vote_count: 72 + - adult: false + backdrop_path: null + character: Jon Grady + credit_id: 6671edb8dbc136011d90aee3 + genre_ids: + - 878 + - 53 + id: 693390 + media_type: movie + order: 0 + original_language: en + original_title: Resistor + overview: >- + Physicist Jon Grady and his team discover a device + that can reflect gravity — a triumph that will + revolutionize the field of physics and change the + future. But instead of acclaim, Grady's lab is locked + down by a covert organization known as the Bureau of + Technology Control. When Grady refuses to join the + BTC, he's thrown into a nightmarish high-tech prison + housing other doomed rebel intellects. + popularity: 1.87 + poster_path: null + release_date: '' + title: Resistor + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Hancock + credit_id: 66646cd718bd0a0bdb4d38d2 + genre_ids: + - 14 + - 28 + id: 475387 + media_type: movie + order: 0 + original_language: en + original_title: Hancock 2 + overview: '' + popularity: 9.235 + poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg + release_date: '' + title: Hancock 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tPUP70sPdV9l0otMf23lFNng0nF.jpg + character: '' + credit_id: 66b8db3686f5391f4fa7e3c1 + genre_ids: [] + id: 1328458 + media_type: movie + order: 0 + original_language: en + original_title: The Fresh Prince of Nowhere + overview: >- + 25 years ago, a biographical documentary on Will Smith + was crafted, completed, and concealed. Today, just one + VHS copy remains. Originally titled The Fresh Prince + of Everywhere, this vandalised tape now goes as The + Fresh Prince of Nowhere - and where it picked up its + new name, no one knows. Seemingly resonating with an + uncanny relevance to the present day, the documentary + is an eerie yet meaningful lesson in love, fame and + failure. In 2024, the world knows a different Will + Smith to the one we knew on the cusp of the + millennium. But the story of this VHS tape is a + timeless reflection on the cycles of triumph, + adversity, and the cost of fame. + popularity: 1.319 + poster_path: /wmeho2nhr1bdiXxWcGcRlaFdr9e.jpg + release_date: '2024-03-29' + title: The Fresh Prince of Nowhere + video: true + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg + character: Genie / Mariner + credit_id: 58f991d0925141588d004052 + genre_ids: + - 12 + - 14 + - 10749 + - 10751 + id: 420817 + media_type: movie + order: 0 + original_language: en + original_title: Aladdin + overview: >- + A kindhearted street urchin named Aladdin embarks on a + magical adventure after finding a lamp that releases a + wisecracking genie while a power-hungry Grand Vizier + vies for the same lamp that has the power to make + their deepest wishes come true. + popularity: 50.646 + poster_path: /ykUEbfpkf8d0w49pHh0AD2KrT52.jpg + release_date: '2019-05-22' + title: Aladdin + video: false + vote_average: 7.098 + vote_count: 10067 + - adult: false + backdrop_path: /sfW7GcOuwZFuCxVoU5ULlkiDJ7Q.jpg + character: Henry Brogen / Junior + credit_id: 595f247b9251410bfa09d25c + genre_ids: + - 878 + - 28 + - 12 + - 53 + id: 453405 + media_type: movie + order: 0 + original_language: en + original_title: Gemini Man + overview: >- + Henry Brogan is an elite 51-year-old assassin who's + ready to call it quits after completing his 72nd job. + His plans get turned upside down when he becomes the + target of a mysterious operative who can seemingly + predict his every move. To his horror, Brogan soon + learns that the man who's trying to kill him is a + younger, faster, cloned version of himself. + popularity: 28.914 + poster_path: /uTALxjQU8e1lhmNjP9nnJ3t2pRU.jpg + release_date: '2019-10-02' + title: Gemini Man + video: false + vote_average: 6.289 + vote_count: 5122 + - adult: false + backdrop_path: /gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg + character: Self - Philadelphia + credit_id: 59e392fe9251410b67000415 + genre_ids: + - 10402 + - 99 + id: 42348 + media_type: movie + order: 45 + original_language: en + original_title: Live 8 + overview: >- + On 2 July 2005 an estimated 3 billion people came + together in the fight against extreme poverty. LIVE 8 + - 10 concerts featuring over 1000 musicians from + across the globe - asked people not for their money, + but for their voice. + popularity: 2.31 + poster_path: /joFzIENnJHDLesiktLETN3VNutO.jpg + release_date: '2005-11-07' + title: Live 8 + video: false + vote_average: 7.2 + vote_count: 23 + - adult: false + backdrop_path: /A5DEgBGrp1lK4yWYDpdQ7YNFSfy.jpg + character: Will Smith + credit_id: 59e392fe9251410b67000419 + genre_ids: + - 35 + id: 127088 + media_type: movie + order: 49 + original_language: en + original_title: Welcome to Hollywood + overview: >- + A film director decides to chart the course of a young + actor as he tries to make it in Hollywood... + popularity: 4.101 + poster_path: /6lteBH7j3De6sCYIRCXWBPskaLq.jpg + release_date: '1998-10-01' + title: Welcome to Hollywood + video: false + vote_average: 3.8 + vote_count: 9 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b67000417 + genre_ids: + - 99 + id: 378386 + media_type: movie + order: 28 + original_language: en + original_title: 'Star Wars: Greatest Moments' + overview: >- + Alex Zane counts down the top 20 Star Wars moments as + voted by the public. Includes contributions from + famous fans as well as the stars and crew of the + intergalactic saga. + popularity: 3.169 + poster_path: /zIffPwISrW48qSmvAXEV27lBTMA.jpg + release_date: '2015-12-26' + title: 'Star Wars: Greatest Moments' + video: false + vote_average: 7 + vote_count: 32 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b6700041d + genre_ids: + - 10402 + - 99 + id: 413131 + media_type: movie + order: 0 + original_language: en + original_title: 'Will Smith: Live in Concert' + overview: >- + Will Smith performs live in concert some of his old + and new hits. + popularity: 1.266 + poster_path: /4lTEZfXUNON6wxh6CWYcJrO0Sv6.jpg + release_date: '2005-06-14' + title: 'Will Smith: Live in Concert' + video: false + vote_average: 5.8 + vote_count: 10 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b67000421 + genre_ids: + - 99 + - 35 + - 878 + id: 461916 + media_type: movie + order: 3 + original_language: en + original_title: Metamorphosis of 'Men in Black' + overview: >- + An in-depth look into the creation of the special + effects for the film Men in Black (1997). Various + interviews with the cast and filmmakers and a look at + the pre-rendered SFX from ILM and Rick Baker. Also a + look at storyboards and information about the change + of the script during production. + popularity: 1.539 + poster_path: /5ax0t8bU8E5JhtxkPGQT48TSOvZ.jpg + release_date: '2000-09-05' + title: Metamorphosis of 'Men in Black' + video: false + vote_average: 5 + vote_count: 3 + - adult: false + backdrop_path: /lLe36uxDamMg6YWmIBN7bhuSmdy.jpg + character: Manny + credit_id: 59e392fe9251410b6700040d + genre_ids: + - 18 + - 53 + - 80 + id: 17736 + media_type: movie + order: 8 + original_language: en + original_title: Where the Day Takes You + overview: >- + King is a young man, but he's already a veteran of + life on the streets of Los Angeles. The de facto + leader of a group of teenage runaways, King acts as a + mentor to troubled kids such as gay hustler Little J + and junkie Greg. When Heather, a beautiful girl from + Chicago, starts hanging out with King and his crew, it + changes the dynamic of the gang. However, it seems as + though nothing will alter their dangerous lifestyle. + popularity: 5.488 + poster_path: /6W7pwB1o601kN8zySjHNz5X3QDK.jpg + release_date: '1992-09-11' + title: Where the Day Takes You + video: false + vote_average: 6.122 + vote_count: 55 + - adult: false + backdrop_path: /A5VWK3aPhMUbEyKkOKdSrZr70JL.jpg + character: Self + credit_id: 59e392fe9251410b6700041b + genre_ids: + - 35 + id: 452460 + media_type: movie + order: 10 + original_language: en + original_title: Torrance Rises + overview: >- + A mockumentary chronicling the Torrance Community + Dance Group (from Fatboy Slim's "Praise You" video) on + their road to the MTV Video Music Awards. + popularity: 1.042 + poster_path: /2CShiMeuWypm9ObpfZl0R2g03je.jpg + release_date: '1999-01-01' + title: Torrance Rises + video: false + vote_average: 7.8 + vote_count: 5 + - adult: false + backdrop_path: /uG1v9Hk1XKICd6IJChRR20mBh8i.jpg + character: Lance Sterling (voice) + credit_id: 59e48d59925141082b029493 + genre_ids: + - 16 + - 28 + - 12 + - 35 + - 10751 + id: 431693 + media_type: movie + order: 0 + original_language: en + original_title: Spies in Disguise + overview: >- + Super spy Lance Sterling and scientist Walter Beckett + are almost exact opposites. Lance is smooth, suave and + debonair. Walter is… not. But what Walter lacks in + social skills he makes up for in smarts and invention, + creating the awesome gadgets Lance uses on his epic + missions. But when events take an unexpected turn, + Walter and Lance suddenly have to rely on each other + in a whole new way. + popularity: 24.749 + poster_path: /e7rWcrnuNej3JeVjqmRu0jVeRa4.jpg + release_date: '2019-12-04' + title: Spies in Disguise + video: false + vote_average: 7.6 + vote_count: 2800 + - adult: false + backdrop_path: null + character: Self + credit_id: 5a5e8a899251412eac000b3c + genre_ids: + - 99 + id: 85770 + media_type: movie + order: 19 + original_language: en + original_title: A Man's Story + overview: >- + Documentary about British fashion designer Ozwald + Boateng. + popularity: 2.405 + poster_path: /7XChyRgt2B1GrJoPYrV4oGuOApD.jpg + release_date: '2011-10-08' + title: A Man's Story + video: false + vote_average: 6.9 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 5b0191790e0a2623d700bbc4 + genre_ids: + - 99 + id: 525331 + media_type: movie + order: 3 + original_language: en + original_title: Roswell Top Secret + overview: >- + Something happened near the town of Rosewell. This + event came to be known as the Rosewell incident. The + town has since become synonymous with flying saucers + crashes, alien visitation, government cover up, or + what many say, a jump to conclusions and a gross + distortion of facts. + popularity: 0.547 + poster_path: /72WcqiUCfDhcpkcbxP3VvsJwlAk.jpg + release_date: '1998-01-01' + title: Roswell Top Secret + video: false + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: /avW5cKK7hELN7tZuF7iajQTVDgA.jpg + character: Self + credit_id: 5bb3f793c3a3687b0b002146 + genre_ids: + - 99 + - 10402 + - 36 + id: 551587 + media_type: movie + order: 10 + original_language: en + original_title: >- + National Museum of African American History and + Culture Grand Opening Ceremony + overview: >- + The grand opening dedication ceremony of the + Smithsonian's National Museum of African American + History and Culture. + popularity: 0.595 + poster_path: /pEk4ySUowiwaxoNSZvSYYKJf7wa.jpg + release_date: '2016-09-24' + title: >- + National Museum of African American History and + Culture Grand Opening Ceremony + video: true + vote_average: 5.5 + vote_count: 1 + - adult: false + backdrop_path: /8McBKWoQOQZfeIGQl23g0TJ6jto.jpg + character: Self + credit_id: 5bac13980e0a2664df02fce3 + genre_ids: + - 99 + - 10402 + id: 504561 + media_type: movie + order: 5 + original_language: en + original_title: Quincy + overview: >- + An intimate look into the life of icon Quincy Jones. A + unique force in music and popular culture for 70 + years, Jones has transcended racial and cultural + boundaries; his story is inextricably woven into the + fabric of America. Jones came to prominence in the + 1950s as a jazz arranger and conductor before working + on pop music and film scores. He moved easily between + musical genres, producing major pop hits of the early + 1960s and serving as an arranger and conductor for + several collaborations in the same time period. + popularity: 6.64 + poster_path: /yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg + release_date: '2018-09-09' + title: Quincy + video: false + vote_average: 7.3 + vote_count: 106 + - adult: false + backdrop_path: /2NMov7UkikACB3m5FCndZZ0LG8U.jpg + character: Oscar (voice) + credit_id: 5c466f760e0a26496bc891ec + genre_ids: + - 16 + - 35 + - 10751 + id: 118254 + media_type: movie + order: 2 + original_language: en + original_title: Club Oscar + overview: >- + Picking up where Shark Tale ends, all the characters + of the film dance at the whale wash in a spoof of + Saturday Night Fever. + popularity: 3.012 + poster_path: /o8o3lBY3oiI8NwpzZw8nLMUH3FA.jpg + release_date: '2005-02-08' + title: Club Oscar + video: false + vote_average: 4.944 + vote_count: 18 + - adult: false + backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg + character: Richard Williams + credit_id: 5d288a8fcaab6d00129b75a6 + genre_ids: + - 18 + - 36 + id: 614917 + media_type: movie + order: 0 + original_language: en + original_title: King Richard + overview: >- + The story of how Richard Williams served as a coach to + his daughters Venus and Serena, who will soon become + two of the most legendary tennis players in history. + popularity: 23.53 + poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg + release_date: '2021-11-18' + title: King Richard + video: false + vote_average: 7.649 + vote_count: 2497 + - adult: false + backdrop_path: null + character: Nick Cooper + credit_id: 5d73f770209f180013fc9c70 + genre_ids: + - 878 + id: 629423 + media_type: movie + order: 0 + original_language: en + original_title: Brilliance + overview: >- + In the future, non-neurotypical people — demonized by + society as “twists” or “abnorms” — are threatening the + status quo of the “normal” population with their + unique gifts. They are officially labeled as + “Brilliants” and are carefully tracked by the + government. + popularity: 1.203 + poster_path: null + release_date: '' + title: Brilliance + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 5dd930a712aabc00169120d8 + genre_ids: + - 99 + - 878 + id: 277499 + media_type: movie + order: 25 + original_language: en + original_title: >- + From Star Wars to Star Wars: The Story of Industrial + Light & Magic + overview: >- + The incredible evolution of George Lucas' special + effects dream factory, including an inside look at + "Star Wars: Episode One - The Phantom Menace." + popularity: 4.325 + poster_path: /eOK9FczS2GrH8ByZr9RkLYnQiW6.jpg + release_date: '1999-06-15' + title: >- + From Star Wars to Star Wars: The Story of Industrial + Light & Magic + video: false + vote_average: 8.1 + vote_count: 9 + - adult: false + backdrop_path: /r0DFmENrZIM1qHeDofxYQS4v07T.jpg + character: Self + credit_id: 5de218c1c51acd0015f6bdf3 + genre_ids: + - 99 + id: 621757 + media_type: movie + order: 10 + original_language: en + original_title: Dads + overview: >- + A joyful exploration of modern fatherhood, this doc + gathers the testimonies of dads around the world, from + famous comedians to everyday parents. Their unfiltered + stories speak to the beauty, struggles, and ridiculous + hilarity of being a dad today. + popularity: 4.833 + poster_path: /lDBHH2oQJJtSIsUZfruBEDXra2n.jpg + release_date: '2019-09-06' + title: Dads + video: false + vote_average: 6.71 + vote_count: 31 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e72c626357c0000134a0856 + genre_ids: + - 878 + - 28 + id: 579480 + media_type: movie + order: 1 + original_language: en + original_title: 'Independence Day: The ID4 Invasion' + overview: >- + A "mockumentary" of the alien invasion during + Independence Day. Barry Nolan hosts the programme, the + first 9 minutes of which are a spoof news report of + the events of the film. The middle bit is a discussion + of the film by cast and crew, and at the end various + scientists and politicians discuss what would happen + if real aliens arrive on Earth. + popularity: 2.744 + poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg + release_date: '1996-06-30' + title: 'Independence Day: The ID4 Invasion' + video: false + vote_average: 6.4 + vote_count: 10 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e72cf59357c000019495ea8 + genre_ids: + - 99 + - 878 + - 28 + id: 684413 + media_type: movie + order: 2 + original_language: en + original_title: The Making of 'Independence Day' + overview: >- + We take a look at various fields of development for + the motion picture, Independence Day (1996). Jeff + Goldblum is our guide through 'Area ID4' (a rip-off + name of Area 51). He pretends to creep around and give + us "secret" information about the film. There is also + interviews with the cast and crew, and some other + behind the scenes stuff that is only there to impress + you, and to make you want to go see the film. + popularity: 1.961 + poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg + release_date: '1996-06-29' + title: The Making of 'Independence Day' + video: true + vote_average: 5.8 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e8aa24f9a99001433d18f + genre_ids: + - 99 + - 35 + - 878 + id: 687112 + media_type: movie + order: 4 + original_language: en + original_title: Barry Sonnenfeld's Intergalactic Guide to Comedy + overview: >- + Provides a few minutes of joking around about how + director Barry Sonnenfeld's dry comedy style works. + popularity: 0.597 + poster_path: /iWPWZvh9uP1Z0LG1IY6U8vMwDEi.jpg + release_date: '2002-11-26' + title: Barry Sonnenfeld's Intergalactic Guide to Comedy + video: true + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7ea1a04f9a990016340e43 + genre_ids: + - 35 + - 37 + - 99 + id: 687143 + media_type: movie + order: 0 + original_language: en + original_title: 'Wild Wild West: Wardrobes of the West' + overview: An interesting look at the costume design of the movie + popularity: 1.893 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-11-30' + title: 'Wild Wild West: Wardrobes of the West' + video: true + vote_average: 4 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9b884f9a99001433ed25 + genre_ids: + - 99 + - 878 + - 35 + id: 687134 + media_type: movie + order: 4 + original_language: en + original_title: MIB ADR + overview: A look at the ADR of Men in Black II (2002) + popularity: 0.886 + poster_path: /4Aw6o4AAG5x3ydWyaBRoeHknf6E.jpg + release_date: '2002-11-26' + title: MIB ADR + video: true + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9239c144dd001723e241 + genre_ids: + - 99 + - 878 + - 35 + id: 687121 + media_type: movie + order: 1 + original_language: en + original_title: 'Design in Motion: The Look of ''Men in Black II''' + overview: A look at the art direction of Men in Black II (2002) + popularity: 2.083 + poster_path: /i12BzsvVF8yofENLfH1Mjo04lPb.jpg + release_date: '2002-11-26' + title: 'Design in Motion: The Look of ''Men in Black II''' + video: true + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9f27c144dd001723feab + genre_ids: + - 99 + - 35 + - 37 + id: 687141 + media_type: movie + order: 8 + original_language: en + original_title: 'It''s a Whole New West: The Making of ''Wild, Wild West''' + overview: >- + This is a promotional behind the scenes featurette + that originally appeared on HBO. A lot of the usual + interviews and behind-the-scenes clips, but enjoyably, + there are a few shots that look at how the FX were + filmed. + popularity: 1.742 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-06-29' + title: 'It''s a Whole New West: The Making of ''Wild, Wild West''' + video: false + vote_average: 4.9 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7ea5b5c68b69001741475d + genre_ids: + - 99 + - 35 + - 37 + id: 687151 + media_type: movie + order: 0 + original_language: en + original_title: 'Wild Wild West: Good Guys Gadgets' + overview: A look at some of the gadgets and effects of the movie + popularity: 1.022 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-11-30' + title: 'Wild Wild West: Good Guys Gadgets' + video: true + vote_average: 5.3 + vote_count: 3 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7eae0270309f00176047d8 + genre_ids: + - 99 + - 35 + - 878 + id: 687162 + media_type: movie + order: 0 + original_language: en + original_title: The Making of Men in Black + overview: Behind the scenes of Men in Black (1997) + popularity: 1.912 + poster_path: /31l8XyHx7sRI1nbIh5SfBRXHOw7.jpg + release_date: '1997-11-04' + title: The Making of Men in Black + video: true + vote_average: 7.7 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e77ed8eb1f68d0014e5e852 + genre_ids: + - 99 + - 878 + - 28 + id: 685607 + media_type: movie + order: 0 + original_language: en + original_title: 'After Earth: A Father''s Legacy' + overview: >- + This is a featurette with some behind-the-scenes + footage of Will Smith and Jaden Smith on-set + popularity: 18.664 + poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg + release_date: '2013-10-08' + title: 'After Earth: A Father''s Legacy' + video: true + vote_average: 6.5 + vote_count: 12 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e77f0b4357c000013517d00 + genre_ids: + - 99 + - 878 + - 28 + id: 685614 + media_type: movie + order: 0 + original_language: en + original_title: 'After Earth: 1,000 Years in 300 Seconds' + overview: >- + Shows Behind-the-Scenes footage compiled into a + montage video clip set to music, with no dialogue. + popularity: 3.682 + poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg + release_date: '2013-10-08' + title: 'After Earth: 1,000 Years in 300 Seconds' + video: true + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e84f8d1e38bd80013ac2713 + genre_ids: + - 99 + id: 688736 + media_type: movie + order: 0 + original_language: en + original_title: 'Making Pursuit: An Italian Take on the American Dream' + overview: >- + This is a "making of" documentary for the hit film + "The Pursuit of Happyness". It chronicles a foreign + director's perspective on The American Dream, and the + challenges in making the film. + popularity: 1.245 + poster_path: /fNpy4kXzd5WRCVDHQxpwgLzakbQ.jpg + release_date: '2007-03-27' + title: 'Making Pursuit: An Italian Take on the American Dream' + video: true + vote_average: 9 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e860cab5294e700114b244a + genre_ids: [] + id: 689041 + media_type: movie + order: 0 + original_language: en + original_title: 'Father and Son: On Screen and Off' + overview: >- + A look into Will and Jaden Smith's father and son bond + on and off the screen of The Pursuit of Happyness + popularity: 0.906 + poster_path: /72su4fAPcid1koHYegAe62NfPn2.jpg + release_date: '2007-05-22' + title: 'Father and Son: On Screen and Off' + video: true + vote_average: 6 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5eba862c7d2bc1001d026661 + genre_ids: + - 35 + id: 702942 + media_type: movie + order: 40 + original_language: en + original_title: Feeding America Comedy Festival + overview: All-star comics perform in support of Feeding America. + popularity: 3.139 + poster_path: /mE6PuUktz0zAfI5PvsNXDdDZEzu.jpg + release_date: '2020-05-10' + title: Feeding America Comedy Festival + video: false + vote_average: 6.8 + vote_count: 4 + - adult: false + backdrop_path: null + character: Self + credit_id: 5ed87962e4b576002038a21a + genre_ids: + - 10751 + - 35 + - 10770 + id: 564784 + media_type: movie + order: 19 + original_language: en + original_title: Disneyland's 35th Anniversary Special + overview: Celebration of Disneyland's 35th Anniversary + popularity: 3.001 + poster_path: /nUAoRVhGZqsQMrUjKZ7f1rLclYD.jpg + release_date: '1990-07-01' + title: Disneyland's 35th Anniversary Special + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg + character: Peter + credit_id: 5ee790e915794a0021158ead + genre_ids: + - 18 + - 10752 + - 36 + id: 715931 + media_type: movie + order: 0 + original_language: en + original_title: Emancipation + overview: >- + Inspired by the gripping true story of a man who would + do anything for his family—and for freedom. When + Peter, an enslaved man, risks his life to escape and + return to his family, he embarks on a perilous journey + of love and endurance. + popularity: 23.242 + poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg + release_date: '2022-12-02' + title: Emancipation + video: false + vote_average: 7.8 + vote_count: 1130 + - adult: false + backdrop_path: null + character: '' + credit_id: 5f3b038f46aed4003467daef + genre_ids: + - 35 + id: 734184 + media_type: movie + order: 0 + original_language: en + original_title: Planes, Trains and Automobiles + overview: >- + Remake of the 1987 comedy about a pair of unlikely + travel companions trying to make their destinations in + time for the Holiday weekend. + popularity: 1.509 + poster_path: null + release_date: '' + title: Planes, Trains and Automobiles + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /hzbrQ8gR26R6BWbrp3HaPCRs08T.jpg + character: Self + credit_id: 5f4d4c999ecf1800359412f5 + genre_ids: + - 99 + id: 738362 + media_type: movie + order: 0 + original_language: en + original_title: The Fresh Prince of Bel-Air Reunion + overview: >- + Join Will Smith, Tatyana Ali, Karyn Parsons, Joseph + Marcell, Daphne Maxwell Reid, Alfonso Ribeiro and DJ + Jazzy Jeff, for a funny and heartfelt night full of + music and dancing in honor of the show that ran for + six seasons and 148 episodes. + popularity: 8.43 + poster_path: /tcKsgTnrjuZLWAJwn8uBZHy5YWy.jpg + release_date: '2020-11-18' + title: The Fresh Prince of Bel-Air Reunion + video: false + vote_average: 8.2 + vote_count: 157 + - adult: false + backdrop_path: /3UphTQsOLOiUVaYFXrfZjwuR0hB.jpg + character: Self (archive footage) + credit_id: 5f4fa487be7f350032e1c98d + genre_ids: + - 99 + - 10770 + id: 736206 + media_type: movie + order: 4 + original_language: en + original_title: 'David Blaine: Ascension' + overview: >- + David Blaine will redefine magic once again for an + unprecedented live event at a time when the world + could use a positive distraction. + popularity: 1.267 + poster_path: /i6vjILMgPc9lO5yRkBSmS46MHKL.jpg + release_date: '2020-09-02' + title: 'David Blaine: Ascension' + video: false + vote_average: 6.3 + vote_count: 7 + - adult: false + backdrop_path: null + character: Self + credit_id: 5f93484b7e9d5f00434f5b40 + genre_ids: + - 99 + - 10402 + id: 756740 + media_type: movie + order: 3 + original_language: en + original_title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep' + overview: >- + Behind the scenes look at the creation and production + of Jon Bellion's second studio album 'Glory Sound + Prep'. + popularity: 0.176 + poster_path: /rprMlFRJHfbOwXFvGY9BBAnH7dZ.jpg + release_date: '2019-05-24' + title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /Ad2OcBdlDO4Gq3ABnTUE8Jo2vm7.jpg + character: Self + credit_id: 5fce933c680be8003e1f1278 + genre_ids: + - 99 + - 35 + id: 773790 + media_type: movie + order: 0 + original_language: en + original_title: 'Will Smith: The Prince of Hollywood' + overview: >- + Fans forever love Will Smith who are reassured they + will always be entertained. Follow the journey of this + fascinating actor, producer, husband, father, who has + the WILL to win. + popularity: 2.145 + poster_path: /sm417MFmhiJmFZuuBq4KliH0kS3.jpg + release_date: '2020-10-01' + title: 'Will Smith: The Prince of Hollywood' + video: false + vote_average: 1.2 + vote_count: 4 + - adult: false + backdrop_path: null + character: '' + credit_id: 601e268215c636003fbc6657 + genre_ids: + - 28 + - 53 + id: 698261 + media_type: movie + order: 0 + original_language: en + original_title: Fast and Loose + overview: >- + A man who wakes up in Tijuana after being left for + dead with absolutely no memory. As he follows a string + of clues to uncover his identity, he discovers that + he’s been living two different lives: one as a + super-successful crime kingpin, surrounded by + beautiful women, expensive toys and a lavish + lifestyle, and the other as an undercover CIA agent, + but with a puny salary, no family or home life + whatsoever and zero trappings of success. The problem + is, he can’t remember which of these two personas is + his true identity. + popularity: 1.465 + poster_path: null + release_date: '' + title: Fast and Loose + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + character: Mike Lowrey + credit_id: 60214ee4a80673003f419f46 + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + media_type: movie + order: 0 + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey and + Burnett try to clear his name, only to end up on the + run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + - adult: false + backdrop_path: /wtLw69A3lUkFGePgfUQUxnjLGkL.jpg + character: Fresh Prince + credit_id: 6107e3698d22fc0047133dfc + genre_ids: + - 99 + - 10770 + id: 405806 + media_type: movie + order: 38 + original_language: en + original_title: The Earth Day Special + overview: >- + The Earth Day Special is a television special + revolving around Earth Day that aired on ABC on April + 22, 1990. Sponsored by Time Warner, the two hour + special featured an all-star cast addressing concerns + about global warming, deforestation, and other + environmental ills. + popularity: 3.342 + poster_path: /vNaVkULweHjOKqu4uxJAvoy1XC8.jpg + release_date: '1990-04-22' + title: The Earth Day Special + video: false + vote_average: 8 + vote_count: 6 + - adult: false + backdrop_path: null + character: '' + credit_id: 66fd63daf878adfed084a8aa + genre_ids: + - 35 + id: 1365199 + media_type: movie + order: 17 + original_language: es + original_title: Asesinatos sólo en El Hormiguero + overview: '' + popularity: 1.215 + poster_path: /8lp6XsvR2IzK08FJ5hp9ekt4ZXS.jpg + release_date: '2024-09-03' + title: Asesinatos sólo en El Hormiguero + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /ixjGyb6nbt3Joc7MBUhUzewHkye.jpg + character: Self (archive footage) (uncredited) + credit_id: 6711d067097c3d7760f87e8d + genre_ids: + - 99 + id: 1364758 + media_type: movie + order: 31 + original_language: es + original_title: El Cuarto Round + overview: >- + "El Cuarto Round" invites us to accompany Osvaldo, "El + Mariana", on an intimate six-month journey as he + prepares for his fight at La Velada del Año 4, at the + Santiago Bernabéu stadium in Madrid. Through his + training, we not only see him face physical and + emotional challenges, but also discover new facets of + himself, where his public and personal lives become + deeply intertwined. + popularity: 4.517 + poster_path: /5FgBzoBlzVvfkDGaWQHjdR90dxf.jpg + release_date: '2024-10-17' + title: The Fourth Round + video: false + vote_average: 7.2 + vote_count: 2 + - adult: false + backdrop_path: /eHKvL9U6B4YB1booJhGklF3UIfb.jpg + character: Self + credit_id: 672f9a5611b6cc0571f62afb + genre_ids: + - 99 + id: 1385136 + media_type: movie + order: 1 + original_language: en + original_title: Bad Boys:Legacy + overview: >- + Take an epic lookback at 30 years of making the Bad + Boys franchise with a 22-minute retrospective. Go + behind the scenes of the all-new movie with an + exclusive conversation featuring Will Smith and Martin + Lawrence. Explore the making of the first three films + with commentary from filmmakers Jerry Bruckheimer, + Michael Bay, and stars Vanessa Hudgens, Alexander + Ludwig, Joe Pantoliano, and more. From the initial + table read to the final "that's a wrap," fans will + experience an intimate look at this action-packed + 30-year journey. + popularity: 11.02 + poster_path: /mjDuFfwGFB1G3VRXE4s3dEemdaU.jpg + release_date: '2024-07-24' + title: 'Bad Boys: Legacy' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg + character: Self + credit_id: 525394ca19c29579402be4ea + episode_count: 1 + first_air_date: '1988-10-03' + genre_ids: + - 10767 + - 10763 + id: 766 + media_type: tv + name: This Morning + origin_country: + - GB + original_language: en + original_name: This Morning + overview: >- + This Morning features a variety of news, as well as + show business, fashion, beauty, lifestyle, home and + garden, food, tech, live phone-ins, and competitions. + popularity: 18.283 + poster_path: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg + vote_average: 5.5 + vote_count: 21 + - adult: false + backdrop_path: /cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg + character: Self + credit_id: 5253463019c29579400c9508 + episode_count: 1 + first_air_date: '1994-08-14' + genre_ids: + - 10767 + id: 217 + media_type: tv + name: Inside the Actors Studio + origin_country: + - US + original_language: en + original_name: Inside the Actors Studio + overview: >- + James Lipton sits down with some of the world's most + accomplished actors and directors for penetrating, + fascinating interviews. + popularity: 4.265 + poster_path: /a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg + vote_average: 7.443 + vote_count: 53 + - adult: false + backdrop_path: /69TLqW1BeyP3bAPf18GpGqjTb00.jpg + character: Self + credit_id: 52570aec760ee3776a05f593 + episode_count: 1 + first_air_date: '2006-08-14' + genre_ids: + - 10767 + id: 1514 + media_type: tv + name: The One Show + origin_country: + - GB + original_language: en + original_name: The One Show + overview: >- + A topical magazine-style daily television programme + broadcast live on BBC One. + popularity: 122.214 + poster_path: /7QpzCej3Lwrsnx5A8FePYsUCIzf.jpg + vote_average: 4.6 + vote_count: 25 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + character: '' + credit_id: 52570ccc19c2957114017a28 + episode_count: 3 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + media_type: tv + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + character: Will Smith + credit_id: 525718a319c29571140a88c5 + episode_count: 148 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + media_type: tv + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg + character: Self + credit_id: 5257137b760ee3776a1068d9 + episode_count: 1 + first_air_date: '1952-01-14' + genre_ids: + - 10763 + - 10767 + id: 1709 + media_type: tv + name: Today + origin_country: + - US + original_language: en + original_name: Today + overview: >- + Today is a daily American morning television show that + airs on NBC. The program debuted on January 14, 1952. + It was the first of its genre on American television + and in the world, and is the fifth-longest running + American television series. Originally a two-hour + program on weekdays, it expanded to Sundays in 1987 + and Saturdays in 1992. The weekday broadcast expanded + to three hours in 2000, and to four hours in 2007. + + + Today's dominance was virtually unchallenged by the + other networks until the late 1980s, when it was + overtaken by ABC's Good Morning America. Today retook + the Nielsen ratings lead the week of December 11, + 1995, and held onto that position for 852 consecutive + weeks until the week of April 9, 2012, when it was + beaten by Good Morning America yet again. In 2002, + Today was ranked #17 on TV Guide's 50 Greatest + Television Shows of All Time. + popularity: 15.425 + poster_path: /xlWdasY9oYg3OO5VTNqlPFftgya.jpg + vote_average: 5.5 + vote_count: 26 + - adult: false + backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg + character: '' + credit_id: 52571abd19c29571140d0f30 + episode_count: 2 + first_air_date: '1988-09-05' + genre_ids: + - 10767 + id: 1900 + media_type: tv + name: LIVE with Kelly and Mark + origin_country: + - US + original_language: en + original_name: LIVE with Kelly and Mark + overview: >- + A morning talk show with A-list celebrity guests, + top-notch performances and one-of-a-kind segments that + are unrivaled on daytime television, plus spontaneous, + hilarious and unpredictable talk. + popularity: 98.694 + poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg + vote_average: 5.488 + vote_count: 40 + - adult: false + backdrop_path: /sSQKcECh7TkrvvASfbjcbiFiwlP.jpg + character: Self + credit_id: 602fbe5e32cc2b004184a9df + episode_count: 1 + first_air_date: '1976-10-03' + genre_ids: + - 10767 + id: 118944 + media_type: tv + name: Domenica In + origin_country: + - IT + original_language: it + original_name: Domenica In + overview: '' + popularity: 12.967 + poster_path: /pIFifwfmgMMyksoanuAwPU73sDP.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg + character: '' + credit_id: 52573b60760ee36aaa013f4e + episode_count: 6 + first_air_date: '1992-05-25' + genre_ids: + - 10767 + - 35 + id: 2518 + media_type: tv + name: The Tonight Show with Jay Leno + origin_country: + - US + original_language: en + original_name: The Tonight Show with Jay Leno + overview: >- + Jay Leno hosts some of the biggest celebrities in the + world. + popularity: 60.316 + poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg + vote_average: 5.4 + vote_count: 86 + - adult: false + backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg + character: Self — Host + credit_id: 6019b4fc87a27a003fe84fd4 + episode_count: 6 + first_air_date: '2021-02-17' + genre_ids: + - 99 + - 10763 + - 10768 + id: 118043 + media_type: tv + name: 'Amend: The Fight for America' + origin_country: + - US + original_language: en + original_name: 'Amend: The Fight for America' + overview: >- + When the United States of America was founded, the + ideals of freedom and equality did not apply to all + people. These are the stories of the brave Americans + who fought to right the nation’s wrongs and enshrine + the values we hold most dear into the Constitution — + with liberty and justice for all. + popularity: 12.082 + poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg + vote_average: 7.079 + vote_count: 164 + - adult: false + backdrop_path: null + character: Self + credit_id: 52574daf760ee36aaa16f5b7 + episode_count: 1 + first_air_date: '1999-11-01' + genre_ids: + - 10763 + id: 3167 + media_type: tv + name: The Early Show + origin_country: + - US + original_language: en + original_name: The Early Show + overview: >- + The Early Show is an American morning television show + which was broadcast by CBS from New York City from + 1999 to 2012. The program aired live from 7 to 9 a.m. + Eastern Time Monday through Friday in the Eastern time + zone; most affiliates in the Central, Mountain, and + Pacific time zones aired the show on tape-delay from 7 + to 9 a.m. local time. The Saturday edition aired live + from 7 to 9 a.m. Eastern Time as well, but a number of + affiliates did not carry it or aired it later on + tape-delay. It premiered on November 1, 1999, and was + the newest of the major networks' morning shows, + although CBS has made several attempts to program in + the morning slot since 1954. The show aired as a + division of CBS News. + + + The Early Show, like many of its predecessors, + traditionally ran last in the ratings to its rivals, + NBC's Today and ABC's Good Morning America. Much like + NBC's The Today Show and The Tonight Show, the title + The Early Show was analogous to that of CBS's + late-night talk show, The Late Show. + + + On November 15, 2011, CBS announced that a new morning + show would replace The Early Show on January 9, 2012. + CBS News chairman Jeff Fager and CBS News president + David Rhodes stated that the new show would "redefine + the morning television landscape." On December 1, it + was announced that the new show would be titled CBS + This Morning. The Early Show ended its twelve-year run + on January 6, 2012, to make way for the program. + Charlie Rose, Gayle King, and Erica Hill were named + anchors of the new program. + popularity: 13.92 + poster_path: /iJvwr7kL0Q7BtrYC38KQ5baPw7g.jpg + vote_average: 5.7 + vote_count: 7 + - adult: false + backdrop_path: /sBhM4huBFPWi8XQDJhKjP2D2SG1.jpg + character: '' + credit_id: 52576eb5760ee36aaa449ab3 + episode_count: 1 + first_air_date: '2003-03-31' + genre_ids: + - 10764 + id: 4535 + media_type: tv + name: American Chopper + origin_country: + - US + original_language: en + original_name: American Chopper + overview: >- + Paul Teutul, Sr. and his son Paul Teutul, Jr. + manufacture custom chopper-style motorcycles. + popularity: 43.965 + poster_path: /y4HP3SGLHeYi2TBhnXcoRRyhhJA.jpg + vote_average: 6.5 + vote_count: 54 + - adult: false + backdrop_path: null + character: Self + credit_id: 5257858b19c29531db28c08e + episode_count: 1 + first_air_date: '1973-09-27' + genre_ids: [] + id: 6249 + media_type: tv + name: Rock Concert + origin_country: + - US + original_language: en + original_name: Rock Concert + overview: >- + Don Kirshner's Rock Concert is an American television + music variety show that ran during the 1970s and early + 1980s, created and produced by Don Kirshner and + syndicated to television stations. It premiered on + September 27, 1973, with a performance by The Rolling + Stones; its last episode was in 1981. + popularity: 10.434 + poster_path: /4qLa3uzz90looZy0y75ilON63rI.jpg + vote_average: 8 + vote_count: 2 + - adult: false + backdrop_path: /vfRY6XG6gaWyc6AF3QDLn12aUer.jpg + character: Self + credit_id: 52576b20760ee36aaa3e7217 + episode_count: 1 + first_air_date: '1995-10-14' + genre_ids: + - 35 + id: 4469 + media_type: tv + name: MADtv + origin_country: + - US + original_language: en + original_name: MADtv + overview: >- + MADtv is an American sketch comedy television series + originally inspired by Mad magazine. The one-hour show + aired Saturday nights on Fox. + popularity: 20.515 + poster_path: /4tXHrqYbETym7Def99MeXrpPyRA.jpg + vote_average: 6.888 + vote_count: 116 + - adult: false + backdrop_path: /mF8wqQiSNMdYHnp2D7TiL2s03DK.jpg + character: Self + credit_id: 60afa8c617792c006e1d23ac + episode_count: 1 + first_air_date: '2018-08-28' + genre_ids: + - 10767 + id: 81187 + media_type: tv + name: The Shop + origin_country: + - US + original_language: en + original_name: The Shop + overview: >- + A one-of-a-kind barbershop experience with unfiltered + conversation and debate from the biggest names in + sports and entertainment. + popularity: 24.571 + poster_path: /yhISN0ewMkjqKxBQAeo2QkLFTnm.jpg + vote_average: 4.909 + vote_count: 11 + - adult: false + backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg + character: '' + credit_id: 5258298a760ee36aaa854083 + episode_count: 1 + first_air_date: '1992-06-10' + genre_ids: [] + id: 13667 + media_type: tv + name: MTV Movie & TV Awards + origin_country: + - US + original_language: en + original_name: MTV Movie & TV Awards + overview: >- + The annual film & TV awards show presented by MTV. The + nominees are decided by producers and executives at + MTV with winners decided online by the general public. + popularity: 40.864 + poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg + vote_average: 7.7 + vote_count: 11 + - adult: false + backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg + character: '' + credit_id: 60e9020d22e4800047adc709 + episode_count: 1 + first_air_date: '2003-01-26' + genre_ids: + - 10767 + - 35 + id: 1489 + media_type: tv + name: Jimmy Kimmel Live! + origin_country: + - US + original_language: en + original_name: Jimmy Kimmel Live! + overview: >- + Jimmy Kimmel Live! is an American late-night talk + show, created and hosted by Jimmy Kimmel and broadcast + on ABC. + popularity: 62.291 + poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg + vote_average: 5.5 + vote_count: 160 + - adult: false + backdrop_path: /be8s04cLyXXEqjBT24YPYdDSZKB.jpg + character: Self - Host + credit_id: 60cb658005a533002a24d85d + episode_count: 6 + first_air_date: '2021-12-08' + genre_ids: + - 99 + id: 127700 + media_type: tv + name: Welcome to Earth + origin_country: + - US + original_language: en + original_name: Welcome to Earth + overview: >- + Will Smith whose curiosity and wonder is positively + infectious—is guided by National Geographic Explorers + traveling to different corners of the world to get up + close and personal with the weirdest, most unusual, + dangerous and thrilling spectacles of the planet. + popularity: 13.261 + poster_path: /l9x6xh4KCgwMk9PYiosXXFGwI3a.jpg + vote_average: 7.6 + vote_count: 416 + - adult: false + backdrop_path: /fga95w01nU0UVUSHpeeNz92zv8M.jpg + character: Self + credit_id: 5258834d760ee3466140968f + episode_count: 5 + first_air_date: '1953-03-19' + genre_ids: [] + id: 27023 + media_type: tv + name: The Oscars + origin_country: + - US + original_language: en + original_name: The Oscars + overview: >- + An annual American awards ceremony honoring cinematic + achievements in the film industry. The various + category winners are awarded a copy of a statuette, + officially the Academy Award of Merit, that is better + known by its nickname Oscar. + popularity: 31.744 + poster_path: /cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg + vote_average: 7 + vote_count: 65 + - adult: false + backdrop_path: null + character: Self + credit_id: 52588691760ee346614740af + episode_count: 2 + first_air_date: '1993-01-01' + genre_ids: + - 10763 + id: 27511 + media_type: tv + name: GMTV + origin_country: + - GB + original_language: en + original_name: GMTV + overview: >- + GMTV is the name of the national Channel 3 breakfast + television contractor/licensee, broadcasting in the + United Kingdom from 1 January 1993 to 3 September + 2010. It became a wholly owned subsidiary of ITV plc + in November 2009. Shortly after, ITV plc announced the + programme would end. The final edition of GMTV was + broadcast on 3 September 2010. + popularity: 49.689 + poster_path: /peQ3blnogd6YXfjqPJOwMx1yOVK.jpg + vote_average: 5.583 + vote_count: 12 + - adult: false + backdrop_path: /k8BfpqU2PXjg2YHZBGxWIS2efj3.jpg + character: '' + credit_id: 5258819a760ee346613ac69a + episode_count: 1 + first_air_date: '1998-09-14' + genre_ids: [] + id: 26834 + media_type: tv + name: TRL + origin_country: + - US + original_language: en + original_name: TRL + overview: >- + Total Request Live was a television series on MTV that + featured popular music videos. TRL was MTV's prime + outlet for music videos as the network continued to + concentrate on reality-based programming. In addition + to music videos, TRL featured daily guests. The show + was a popular promotion tool used by musicians, + actors, and other celebrities to promote their newest + works to the show's target teen demographic. + + + TRL played the top ten most requested videos of the + day, as requested by viewers who voted online for + their favorite video. The countdown started with the + tenth most requested video and ended with the most + requested. As of October 22, 2007, TRL's countdown was + based on votes, charts, ringtones, download, radio + airplay, and streams, meaning that the most user + requested video might not have been the number 1 + video. The show generally aired Monday through + Thursday for one hour, though the scheduling and + length of the show fluctuated over the years. Despite + the word "Live" in the title of the show, many + episodes were actually pre-recorded. + + + It was announced on September 15, 2008 that TRL would + be shut down and replaced with FNMTV. The special + three-hour finale aired on November 16, 2008, at 8 + p.m. + popularity: 24.686 + poster_path: /kzjtc9bdEvy3ilAlfzq16CgFtuC.jpg + vote_average: 5.2 + vote_count: 14 + - adult: false + backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg + character: Self + credit_id: 525899d2760ee346615da101 + episode_count: 1 + first_air_date: '2009-09-14' + genre_ids: + - 10767 + id: 30769 + media_type: tv + name: Live from Studio Five + origin_country: + - GB + original_language: en + original_name: Live from Studio Five + overview: >- + Live from Studio Five was an early-evening British + magazine programme which was produced by Sky News for + Channel 5. It was presented by Kate Walsh and a + line-up of other co-presenters during its run. It + consisted of interviews and discussing topical issues, + with an emphasis on showbusiness news and celebrity + gossip, after originally covering stories from a + popular news agenda. It aired its final edition on 4 + February 2011 and was replaced by OK! TV in February + 2011 which lasted just nine months on air before + itself being axed. + popularity: 3.07 + poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg + vote_average: 3.3 + vote_count: 12 + - adult: false + backdrop_path: /hw6CdkZ0NOdnkFv6cJHHRI6qt3y.jpg + character: Self (archive footage) + credit_id: 61021fa74e52ed002ea46fd0 + episode_count: 1 + first_air_date: '2021-03-06' + genre_ids: + - 99 + id: 125972 + media_type: tv + name: This Is Pop + origin_country: + - CA + original_language: en + original_name: This Is Pop + overview: >- + Unknown histories take center stage as the hitmakers + themselves - from ABBA to T-Pain - explore dimensions + of pop music you never knew existed. + popularity: 8.656 + poster_path: /uVG8QtrKspTYGCJRKqFUa4Vyfgs.jpg + vote_average: 5.7 + vote_count: 15 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: '' + credit_id: 53b80c670e0a2676c7007b13 + episode_count: 1 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + media_type: tv + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: /jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg + character: Self + credit_id: 560bd01cc3a3686824005131 + episode_count: 1 + first_air_date: '1995-12-05' + genre_ids: + - 10764 + id: 40605 + media_type: tv + name: Die Harald Schmidt Show + origin_country: + - DE + original_language: de + original_name: Die Harald Schmidt Show + overview: >- + The Harald Schmidt Show is a German late night talk + show hosted on Sky Deutschland by comedian Harald + Schmidt. The show first aired from 5 December 1995 to + 23 December 2003 on Sat.1. Schmidt then moved his show + to Das Erste as Harald Schmidt and Schmidt & Pocher, + but he returned to Sat.1 on 13 September 2011. After + cancellation on Sat.1, the show continued on Sky + Deutschland in September 2012. + popularity: 149.454 + poster_path: /lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg + vote_average: 7 + vote_count: 16 + - adult: false + backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg + character: Self + credit_id: 55df5b0e92514179820000e3 + episode_count: 1 + first_air_date: '2006-09-24' + genre_ids: + - 35 + - 10767 + id: 6809 + media_type: tv + name: El hormiguero + origin_country: + - ES + original_language: es + original_name: El hormiguero + overview: >- + El Hormiguero is a Spanish television program with a + live audience focusing on comedy, science, and + politics running since September 2006. It is hosted + and produced by screenwriter Pablo Motos. The show + aired on Spain's Cuatro channel from launch until June + 2011 and is now broadcast on Antena 3. Recurring + guests on the show include Luis Piedrahita, Raquel + Martos, Marron & "The Man in Black", and puppet ants + Trancas and Barrancas. It has proved a ratings + success, and has expanded from a weekly 120-minute + show to a daily 40-minute show in its third season, + which began on September 17, 2007. The show won the + Entertainment prize at the 2009 Rose d'Or ceremony. + popularity: 125.63 + poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg + vote_average: 4.9 + vote_count: 33 + - adult: false + backdrop_path: null + character: Self + credit_id: 55e8d37fc3a3682c6b00392c + episode_count: 2 + first_air_date: '1981-02-14' + genre_ids: + - 18 + - 10764 + - 35 + - 10767 + id: 10918 + media_type: tv + name: Wetten, dass..? + origin_country: + - DE + original_language: de + original_name: Wetten, dass..? + overview: >- + A long-running German-language entertainment + television show based on the format of the British + show You Bet! and the American show Wanna Bet?. + popularity: 54.985 + poster_path: /4i8719B3j4z5U5EI1mjw3sOjBWe.jpg + vote_average: 5.5 + vote_count: 18 + - adult: false + backdrop_path: null + character: Self + credit_id: 617f9318229ae2002a60fdda + episode_count: 6 + first_air_date: '2021-11-08' + genre_ids: + - 99 + id: 137684 + media_type: tv + name: Best Shape of My Life + origin_country: + - US + original_language: en + original_name: Best Shape of My Life + overview: >- + Will Smith teams up with guests and undergoes a + fitness challenge. + popularity: 2.732 + poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg + vote_average: 4 + vote_count: 4 + - adult: false + backdrop_path: /lgI98jt69LFv4GWj0RmOaLU69sK.jpg + character: Self - Guest + credit_id: 560001569251412aad00234c + episode_count: 1 + first_air_date: '2009-01-16' + genre_ids: + - 10767 + id: 31449 + media_type: tv + name: Skavlan + origin_country: + - 'NO' + - SE + original_language: 'no' + original_name: Skavlan + overview: >- + Skavlan is a Norwegian-Swedish television talk show + hosted by Norwegian journalist Fredrik Skavlan. It + premiered in Sweden on Sveriges Television in January + 2009, and the first guests to appear on the show were + former Prime Minister of Sweden Göran Persson and his + wife Anitra Steen. On 8 May 2009, it was announced + that Skavlan had been renewed for a second season. It + was also announced that the show would no longer only + be produced by SVT in Sweden; Skavlan would now be + partly produced in Norway by the Norwegian + Broadcasting Corporation. The first twelve episodes of + Skavlan's second season were produced by SVT in + Sweden, and the remaining twelve by NRK in Norway. + + + Skavlan speaks Norwegian and his dialog is therefore + subtitled in Swedish in Sweden, even though the two + languages are quite similar and mutually intelligible. + If the persons being interviewed by Skavlan are + Swedish, he often tells them to let him know if they + do not understand what he is saying. Swedish novelist + Jan Guillou has criticized SVT for subtitling the + program, stating "there is no need for that. If the + host had been Danish, subtitling would have been + necessary, but with a Norwegian host it does not make + any sense." + popularity: 617.216 + poster_path: /aDQoVmOfYIy7iGEQno9NtxDmaDI.jpg + vote_average: 5 + vote_count: 10 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: Self - Guest + credit_id: 61838c62e93e9500625d85fb + episode_count: 1 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + media_type: tv + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: /ef46O4ejjL8tWo4WD84UI7DLFZW.jpg + character: Self + credit_id: 618489a23e2ec8008d1f4a7d + episode_count: 1 + first_air_date: '2020-07-30' + genre_ids: + - 10767 + id: 106727 + media_type: tv + name: The Oprah Conversation + origin_country: + - US + original_language: en + original_name: The Oprah Conversation + overview: >- + Oprah leads intimate discussions with today’s foremost + newsmakers, thought leaders, and masters of their + craft. Bringing truth and perspective to a range of + topics shaping our world, they reveal gripping stories + of human connection. + popularity: 12.53 + poster_path: /fGfbY5RcLG9HyXp3zx7AsT0XDvU.jpg + vote_average: 8.3 + vote_count: 3 + - adult: false + backdrop_path: null + character: Self (archive footage) + credit_id: 64af19e9c490480139cfe0d7 + episode_count: 1 + first_air_date: '2020-09-07' + genre_ids: + - 99 + id: 133401 + media_type: tv + name: The True Story of... + origin_country: + - DE + original_language: de + original_name: The True Story of... + overview: '' + popularity: 9.528 + poster_path: /roQeI2dldIn7eHQMyovFfhwtuHg.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 572b3531c3a36848010024f6 + episode_count: 1 + first_air_date: '1999-09-22' + genre_ids: + - 35 + id: 4461 + media_type: tv + name: Rove + origin_country: + - AU + original_language: en + original_name: Rove + overview: >- + Rove, formerly Rove Live, was an Australian television + variety show which premiered on the Nine Network on 22 + September 1999, before moving to Network Ten which + aired the program from 2000 until November, 2009. The + show was hosted by comedian Rove McManus, and featured + an ensemble cast, who presented various segments + throughout the course of the show. The show won the + Logie Award for "Most Popular Light Entertainment + Program" five times. + popularity: 271.453 + poster_path: /znUsPPMZndVOOxlGm6zLk6BpkFo.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /8Zm2LR8YmGMF67Oofc9FdBSw1WM.jpg + character: Self + credit_id: 61db4c05bf09d1001f79795b + episode_count: 1 + first_air_date: '2018-05-07' + genre_ids: + - 10767 + id: 83216 + media_type: tv + name: Red Table Talk + origin_country: + - US + original_language: en + original_name: Red Table Talk + overview: >- + Jada Pinkett Smith, her daughter Willow, and mother + Adrienne – three generations of women open their home + for a series of candid conversations with family and + friends. + popularity: 20.341 + poster_path: /9MFH6LriSscCg9HiGeLam78KfBV.jpg + vote_average: 6.4 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 62015277136545006828ae7b + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + media_type: tv + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg + character: Self - Presenter + credit_id: 64ebcbeed48cee00ad4436e1 + episode_count: 1 + first_air_date: '1992-06-10' + genre_ids: [] + id: 13667 + media_type: tv + name: MTV Movie & TV Awards + origin_country: + - US + original_language: en + original_name: MTV Movie & TV Awards + overview: >- + The annual film & TV awards show presented by MTV. The + nominees are decided by producers and executives at + MTV with winners decided online by the general public. + popularity: 40.864 + poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg + vote_average: 7.7 + vote_count: 11 + - adult: false + backdrop_path: /lJSojr9b2KaddW1QI8q2bY6OXy.jpg + character: Self + credit_id: 599396299251415433007ff7 + episode_count: 1 + first_air_date: '2017-08-08' + genre_ids: + - 35 + id: 72610 + media_type: tv + name: 'Carpool Karaoke: The Series' + origin_country: + - US + original_language: en + original_name: 'Carpool Karaoke: The Series' + overview: >- + Celebrity pairings ride along in a car together as + they sing tunes from their personal playlists and + surprise fans who don't expect to see big stars + belting out tunes one lane over. + popularity: 57.353 + poster_path: /bA6tpDMoyQO8fRmXC8sHh7LQoqW.jpg + vote_average: 5.9 + vote_count: 32 + - adult: false + backdrop_path: /7zDjaT3hSNkjUDtiG1W2vOdecVB.jpg + character: Self + credit_id: 625da10987e63e0067485b66 + episode_count: 76 + first_air_date: '2016-09-12' + genre_ids: + - 10767 + id: 67824 + media_type: tv + name: Quotidien + origin_country: + - FR + original_language: fr + original_name: Quotidien + overview: >- + Quotidien is a French television program presented by + Yann Barthès and broadcast from September 12, 2016 on + TMC. + popularity: 207.682 + poster_path: /gzJQCQPklSEuQDiM9ayAjCtCoL2.jpg + vote_average: 6.2 + vote_count: 11 + - adult: false + backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg + character: Self + credit_id: 5a3e81720e0a2620f2013280 + episode_count: 8 + first_air_date: '2007-02-22' + genre_ids: + - 35 + - 10767 + id: 1220 + media_type: tv + name: The Graham Norton Show + origin_country: + - GB + original_language: en + original_name: The Graham Norton Show + overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out." + popularity: 160.438 + poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg + vote_average: 7.2 + vote_count: 252 + - adult: false + backdrop_path: /cgGqcvi2Hmi7jgjtoWa0bDqixj6.jpg + character: Hawker + credit_id: 5a42f4859251411f4f059bf9 + episode_count: 1 + first_air_date: '1972-10-04' + genre_ids: + - 18 + id: 18162 + media_type: tv + name: ABC Afterschool Special + origin_country: + - US + original_language: en + original_name: ABC Afterschool Special + overview: >- + Dramatically presented situations, often + controversial, of interest to children and teenagers. + Several episodes were either in animated form or + presented as documentaries. Topics included + illiteracy, substance abuse and teenage pregnancy. + popularity: 68.237 + poster_path: /uOx0dDmt72hjIC5gmCzxEdn8qt0.jpg + vote_average: 6.385 + vote_count: 13 + - adult: false + backdrop_path: /634Ie2lnbFlLMknu0mDid8vJVvT.jpg + character: Self + credit_id: 6265a1a97fcab3116983eac1 + episode_count: 1 + first_air_date: '2018-03-12' + genre_ids: + - 10767 + id: 78086 + media_type: tv + name: Late Night Berlin + origin_country: [] + original_language: de + original_name: Late Night Berlin + overview: '' + popularity: 48.225 + poster_path: /5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 6277ee6d389da100a320a8da + episode_count: 1 + first_air_date: '1988-09-21' + genre_ids: + - 10767 + id: 201558 + media_type: tv + name: Yo! MTV Raps + origin_country: + - US + original_language: en + original_name: Yo! MTV Raps + overview: >- + Popular rap music videos showcased along with live + performances and interviews with notable rap artists. + popularity: 12.076 + poster_path: /bVkwSDjUXpc5bX4YM0pTu6EeIq6.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: /7oX1mr71ymBEJOBSDS5UZQDrhng.jpg + character: Self + credit_id: 6289aa789a643500508f1bfe + episode_count: 1 + first_air_date: '2018-01-12' + genre_ids: + - 10767 + - 35 + id: 76178 + media_type: tv + name: >- + My Next Guest Needs No Introduction With David + Letterman + origin_country: + - US + original_language: en + original_name: >- + My Next Guest Needs No Introduction With David + Letterman + overview: >- + Late-night TV legend David Letterman hosts an intimate + talk show featuring insightful conversations and + fun-filled excursions with notable figures. + popularity: 18.624 + poster_path: /5dObN91CjQPUhgQoEMbpmLTtxc8.jpg + vote_average: 7 + vote_count: 58 + - adult: false + backdrop_path: /lX1An9AZV19BapiUbDgMyPbr0tZ.jpg + character: Self - Host + credit_id: 5a3787940e0a264cd01e82f2 + episode_count: 10 + first_air_date: '2018-03-26' + genre_ids: + - 99 + id: 75782 + media_type: tv + name: One Strange Rock + origin_country: + - US + original_language: en + original_name: One Strange Rock + overview: >- + A mind-bending, thrilling journey exploring the + fragility and wonder of planet Earth, one of the most + peculiar, unique places in the entire universe, + brought to life by the only people to have left it + behind – the world’s most well known and leading + astronauts. + popularity: 66.851 + poster_path: /bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg + vote_average: 7.642 + vote_count: 74 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: Self + credit_id: 659ed484d6590b014a28d774 + episode_count: 3 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + media_type: tv + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: null + character: Self + credit_id: 5b379ebb0e0a263ff003c64b + episode_count: 1 + first_air_date: '2005-11-11' + genre_ids: + - 10767 + id: 80515 + media_type: tv + name: The Reichen Show + origin_country: + - US + original_language: en + original_name: The Reichen Show + overview: A list of celebrity interviews and sensational topics. + popularity: 84.345 + poster_path: /x9fDBKqmmHHUvcaal1Tzw6iqTW.jpg + vote_average: 4.8 + vote_count: 5 + - adult: false + backdrop_path: /pLdOKGTe8LvtW67zyiNqU3512HB.jpg + character: Self - Nominee + credit_id: 65a4fa831fb94f00ba749a08 + episode_count: 1 + first_air_date: '1999-08-01' + genre_ids: + - 35 + - 10751 + - 10762 + id: 43117 + media_type: tv + name: Teen Choice Awards + origin_country: + - US + original_language: en + original_name: Teen Choice Awards + overview: >- + The Teen Choice Awards is a teen awards show presented + annually by Fox. The first awards were held in 1999. + The program honors the year's biggest achievements in + music, movies, sports, television, fashion and more, + as voted on by teens aged 13–19. The program features + a number of celebrities and also musical performers. + The winners are awarded with authentic mini size (182 + cm) surfboards designed with a summertime theme. The + ceremony has created spin-off teen awards on YouTube. + popularity: 2.143 + poster_path: /3q900BNcKbe3GHga4RVxSnoiqP4.jpg + vote_average: 10 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 630d03f3028f14007b1e4b26 + episode_count: 2 + first_air_date: '1988-01-01' + genre_ids: [] + id: 209121 + media_type: tv + name: Smash Hits Poll Winners Party + origin_country: + - GB + original_language: en + original_name: Smash Hits Poll Winners Party + overview: '' + popularity: 4.134 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /nmfCjVO4KsATq5idhHfGVwqfl32.jpg + character: Pinoak (voice) + credit_id: 5cac84fec3a3685bfde4a2c1 + episode_count: 1 + first_air_date: '1995-03-12' + genre_ids: + - 16 + id: 10906 + media_type: tv + name: 'Happily Ever After: Fairy Tales for Every Child' + origin_country: + - US + original_language: en + original_name: 'Happily Ever After: Fairy Tales for Every Child' + overview: >- + Happily Ever After: Fairy Tales for Every Child is an + American anthology animated television series. + popularity: 39.168 + poster_path: /yOfpjbdrR4bc3Q0slw3o0j8b7sE.jpg + vote_average: 6 + vote_count: 10 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + character: Self + credit_id: 5c911b959251410ff4a643da + episode_count: 6 + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + media_type: tv + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg + character: Self - Guest + credit_id: 63534fdbf8e98200817b3499 + episode_count: 3 + first_air_date: '2007-02-22' + genre_ids: + - 35 + - 10767 + id: 1220 + media_type: tv + name: The Graham Norton Show + origin_country: + - GB + original_language: en + original_name: The Graham Norton Show + overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out." + popularity: 160.438 + poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg + vote_average: 7.2 + vote_count: 252 + - adult: false + backdrop_path: /7RizgNN3qH1vjDbhWrJKFoxPfrT.jpg + character: Self + credit_id: 5d25979337b3a902ce52df84 + episode_count: 1 + first_air_date: '2018-04-29' + genre_ids: + - 99 + - 10765 + id: 79003 + media_type: tv + name: James Cameron's Story of Science Fiction + origin_country: + - US + original_language: en + original_name: James Cameron's Story of Science Fiction + overview: >- + Explore the evolution of sci-fi from its origins as a + small genre with a cult following to the blockbuster + pop-cultural phenomenon we know today. In each + episode, James Cameron introduces one of the “Big + Questions” that humankind has contemplated throughout + the ages and reaches back into sci-fi’s past to better + understand how our favorite films, TV shows, books, + and video games were born. + popularity: 20.484 + poster_path: /qhanotOZnOdgmCZonug5anT0mFo.jpg + vote_average: 6.779 + vote_count: 43 + - adult: false + backdrop_path: /qtjkdVO28fF3fhADjaLKU7LJWtJ.jpg + character: Self + credit_id: 63828617a4af8f0097bfc9cd + episode_count: 1 + first_air_date: '1998-06-08' + genre_ids: + - 10767 + id: 9847 + media_type: tv + name: The Magic Hour + origin_country: + - US + original_language: en + original_name: The Magic Hour + overview: >- + The Magic Hour is an American talk show hosted by + basketball player Earvin "Magic" Johnson. The series + aired in syndication from June to September 1998. + popularity: 18.85 + poster_path: /8UpbTCtKFIeMN0TJGLKsPkUo9jp.jpg + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5dc5e329a14e1000105a9e63 + episode_count: 1 + first_air_date: '1998-01-22' + genre_ids: + - 10767 + id: 63069 + media_type: tv + name: Die Johannes B. Kerner Show + origin_country: + - DE + original_language: de + original_name: Die Johannes B. Kerner Show + overview: '' + popularity: 155.052 + poster_path: null + vote_average: 4 + vote_count: 1 + - adult: false + backdrop_path: /gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg + character: Self + credit_id: 5e27b130c68b6900143eb585 + episode_count: 1 + first_air_date: '2015-08-02' + genre_ids: + - 10767 + id: 63498 + media_type: tv + name: Close Up with The Hollywood Reporter + origin_country: + - US + original_language: en + original_name: Close Up with The Hollywood Reporter + overview: >- + Some of this year's most talked about talent open up + about the challenges and triumphs of creating + critically acclaimed series and performances. + popularity: 79.433 + poster_path: /h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg + vote_average: 5.735 + vote_count: 17 + - adult: false + backdrop_path: /9giQxevgoCWfSfXALGmuaXmqEq0.jpg + character: Self + credit_id: 5e4c02ad9a3c490014335361 + episode_count: 3 + first_air_date: '1996-07-22' + genre_ids: + - 10763 + - 35 + id: 2224 + media_type: tv + name: The Daily Show + origin_country: + - US + original_language: en + original_name: The Daily Show + overview: >- + The World's Fakest News Team tackle the biggest + stories in news, politics and pop culture. + popularity: 336.421 + poster_path: /ixcfyK7it6FjRM36Te4OdblAq4X.jpg + vote_average: 6.362 + vote_count: 538 + - adult: false + backdrop_path: /iNt4CmfX70UlqFG6Ixxnhto3IOA.jpg + character: Self + credit_id: 6660ce32248b6acbb2008901 + episode_count: 1 + first_air_date: '2015-03-12' + genre_ids: + - 10767 + - 35 + id: 72649 + media_type: tv + name: Hot Ones + origin_country: + - US + original_language: en + original_name: Hot Ones + overview: >- + The show with hot questions and even hotter wings + invites a famous guest over to eat and then interviews + them while they're struggling through the heat. + popularity: 150.496 + poster_path: /4uudasFgKCVQFNGqfanD6wEGVS1.jpg + vote_average: 7.4 + vote_count: 53 + - adult: false + backdrop_path: /fE4vTc4IAneVYFvKSoSL3Th91S1.jpg + character: Host + credit_id: 5eb1f022edeb43001fca6ce1 + episode_count: 1 + first_air_date: '1987-01-18' + genre_ids: [] + id: 23521 + media_type: tv + name: Kids' Choice Awards + origin_country: + - US + original_language: en + original_name: Kids' Choice Awards + overview: "Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange\_blimp\_figurine which also functions as a\_kaleidoscope." + popularity: 27.655 + poster_path: /aXmN5IYM0zWtfe8MD0WNMZlHjeE.jpg + vote_average: 8.8 + vote_count: 12 + - adult: false + backdrop_path: /gLyYrZ34u7zcGpEPJEnwxCTGhuP.jpg + character: Self - Host + credit_id: 5f4644722da846003539ef2e + episode_count: 16 + first_air_date: '2022-03-04' + genre_ids: + - 35 + - 99 + id: 108265 + media_type: tv + name: This Joka + origin_country: + - US + original_language: en + original_name: This Joka + overview: >- + Will Smith invites a diverse lineup of comics to + explore the nature of comedy and its unique ability to + bring people together. Watch stand-up sets, intimate + interviews with Smith and the comics, and docu-style + moments backstage and around Las Vegas. + popularity: 3.428 + poster_path: /syiVecxfBy6ZsTB3exCqeI1qxtX.jpg + vote_average: 4 + vote_count: 3 + - adult: false + backdrop_path: /43v7fFaHiDjSosdNLM1ytgXkeSe.jpg + character: Self - Nominee/Presenter + credit_id: 66c889cb31ea1508c4d81042 + episode_count: 1 + first_air_date: '1956-04-01' + genre_ids: [] + id: 30048 + media_type: tv + name: Tony Awards + origin_country: + - US + original_language: en + original_name: Tony Awards + overview: >- + The Antoinette Perry Award for Excellence in Theatre, + more commonly known as a Tony Award, recognizes + achievement in live Broadway theatre. The awards are + presented by the American Theatre Wing and The + Broadway League at an annual ceremony in New York + City. The awards are given for Broadway productions + and performances, and an award is given for regional + theatre. + popularity: 211.2 + poster_path: /6pxoHfywO6bFDOQa9bmWZ1hyKBt.jpg + vote_average: 4.556 + vote_count: 9 + - adult: false + backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg + character: Self - Guest + credit_id: 5f8fe8b7fed5970037491369 + episode_count: 1 + first_air_date: '2006-09-24' + genre_ids: + - 35 + - 10767 + id: 6809 + media_type: tv + name: El hormiguero + origin_country: + - ES + original_language: es + original_name: El hormiguero + overview: >- + El Hormiguero is a Spanish television program with a + live audience focusing on comedy, science, and + politics running since September 2006. It is hosted + and produced by screenwriter Pablo Motos. The show + aired on Spain's Cuatro channel from launch until June + 2011 and is now broadcast on Antena 3. Recurring + guests on the show include Luis Piedrahita, Raquel + Martos, Marron & "The Man in Black", and puppet ants + Trancas and Barrancas. It has proved a ratings + success, and has expanded from a weekly 120-minute + show to a daily 40-minute show in its third season, + which began on September 17, 2007. The show won the + Entertainment prize at the 2009 Rose d'Or ceremony. + popularity: 125.63 + poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg + vote_average: 4.9 + vote_count: 33 + - adult: false + backdrop_path: null + character: self - segment + credit_id: 66f1f34ffc009839148d52ff + episode_count: 1 + first_air_date: '2004-08-02' + genre_ids: + - 10767 + id: 20426 + media_type: tv + name: Sarah Kuttner – Die Show + origin_country: + - DE + original_language: de + original_name: Sarah Kuttner – Die Show + overview: >- + Sarah Kuttner – Die Show was a German television talk + show that ran on VIVA and was then transferred to MTV + under the title Kuttner. in mid-2005. It ran from + August 2, 2004 to August 3, 2006. + + + Hosted by Sarah Kuttner, it was a more youthful + variation on the traditional late show concept with a + sidekick, Sven Schuhmacher, and various national as + well as international celebrity guests. The show also + featured humorous reports by Michael Wigge and + Caroline Korneli, its own band and musical guests + performing live on stage. + + + When MTV took over other German music channel VIVA in + 2004, it was suggested, the show would be cancelled, + which drew massive protests from fans. It was then cut + from four shows per week to just two shows and later + transferred to MTV and renamed Kuttner. Production was + relocated from Cologne to Berlin. + + + MTV cancelled Kuttner. in summer 2006 due to low + ratings and high production costs. + popularity: 13.386 + poster_path: null + vote_average: 7 + vote_count: 2 + - adult: false + backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg + character: Self - Nominee + credit_id: 67008ce4b146282f7b853a8c + episode_count: 2 + first_air_date: '1944-01-20' + genre_ids: + - 10767 + id: 71494 + media_type: tv + name: Golden Globe Awards + origin_country: + - US + original_language: en + original_name: Golden Globe Awards + overview: >- + An annual awards ceremony recognizing excellence in + film and television, both domestic and foreign, + bestowed by the Hollywood Foreign Press Association. + popularity: 263.564 + poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg + vote_average: 6.8 + vote_count: 14 + - adult: false + backdrop_path: /mCZEHiyPkmsw3MDBNuiN5z85gs8.jpg + character: Self + credit_id: 6717a2726fb09e394c02a762 + episode_count: 1 + first_air_date: '2002-10-20' + genre_ids: + - 10767 + - 10759 + - 10764 + - 35 + id: 45 + media_type: tv + name: Top Gear + origin_country: + - GB + original_language: en + original_name: Top Gear + overview: >- + This fast-paced and stunt-filled motor show tests + whether cars, both mundane and extraordinary, live up + to their manufacturers' claims. The long-running show + travels to locations around the world, performing + extreme stunts and challenges to see what the featured + cars are capable of doing. The current hosts are Paddy + Mcguinness, Chris Harris and Andrew "Freddie" + Flintoff. + popularity: 138.658 + poster_path: /aqM6QnuhSXzjHlKbXyKUqxaGiWu.jpg + vote_average: 7.5 + vote_count: 751 + - adult: false + backdrop_path: /riAGbIUpWdLJckBdI8McejwqLG5.jpg + character: Self + credit_id: 675f6cb6204f3b5b48304f55 + episode_count: 1 + first_air_date: '2014-12-21' + genre_ids: + - 10767 + id: 105197 + media_type: tv + name: 'Variety Studio: Actors on Actors' + origin_country: + - US + original_language: en + original_name: 'Variety Studio: Actors on Actors' + overview: >- + PBS SoCal and Variety take you inside the biggest + movies and TV shows of the past year through candid + conversations with today's hottest actors. Hosted by + Variety Film Awards Editor Clayton Davis and Variety + Chief Correspondent Elizabeth Wagmeister, each episode + brings together pairs of actors engaging in intimate + one-on-one discussions about their craft and work. + popularity: 115.99 + poster_path: /pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg + vote_average: 4.4 + vote_count: 7 + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + credit_id: + type: string + example: 52fe42f3c3a36847f802f1bd + department: + type: string + example: Production + episode_count: + type: number + example: 1 + first_air_date: + type: string + example: '2003-09-16' + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + id: + type: number + example: 1402 + job: + type: string + example: Producer + media_type: + type: string + example: movie + name: + type: string + example: All of Us + origin_country: + type: array + items: + type: string + example: US + example: + - US + original_language: + type: string + example: en + original_name: + type: string + example: All of Us + original_title: + type: string + example: The Pursuit of Happyness + overview: + type: string + example: >- + A struggling salesman takes custody of his son as + he's poised to begin a life-changing professional + career. + popularity: + type: number + example: 65.281 + poster_path: + type: string + nullable: true + example: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: + type: string + example: '2006-12-14' + title: + type: string + example: The Pursuit of Happyness + video: + type: boolean + example: false + vote_average: + type: number + example: 7.9 + vote_count: + type: number + example: 9888 + example: + - adult: false + backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + credit_id: 52fe42f3c3a36847f802f1bd + department: Production + genre_ids: + - 18 + id: 1402 + job: Producer + media_type: movie + original_language: en + original_title: The Pursuit of Happyness + overview: >- + A struggling salesman takes custody of his son as he's + poised to begin a life-changing professional career. + popularity: 65.281 + poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: '2006-12-14' + title: The Pursuit of Happyness + video: false + vote_average: 7.9 + vote_count: 9888 + - adult: false + backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg + credit_id: 52fe44259251416c7502a667 + department: Production + genre_ids: + - 18 + id: 11321 + job: Producer + media_type: movie + original_language: en + original_title: Seven Pounds + overview: >- + An IRS agent with a fateful secret embarks on an + extraordinary journey of redemption by forever + changing the lives of seven strangers. + popularity: 22.971 + poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg + release_date: '2008-12-18' + title: Seven Pounds + video: false + vote_average: 7.609 + vote_count: 6773 + - adult: false + backdrop_path: /4fU2ddunguMjxWK0oWdUfKES9Qo.jpg + credit_id: 52fe4426c3a36847f80853b9 + department: Production + genre_ids: + - 28 + - 35 + id: 5851 + job: Executive Producer + media_type: movie + original_language: en + original_title: Showtime + overview: >- + A spoof of buddy cop movies where two very different + cops are forced to team up on a new reality based T.V. + cop show. + popularity: 10.537 + poster_path: /8sIooUxXZo2blCVuAYbL2wkdUfD.jpg + release_date: '2002-03-14' + title: Showtime + video: false + vote_average: 5.5 + vote_count: 969 + - adult: false + backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg + credit_id: 52fe44adc3a36847f80a3c2f + department: Production + genre_ids: + - 35 + - 18 + - 10749 + id: 8488 + job: Producer + media_type: movie + original_language: en + original_title: Hitch + overview: >- + Dating coach Alex 'Hitch' Hitchens mentors a bumbling + client, Albert, who hopes to win the heart of the + glamorous Allegra Cole. While Albert makes progress, + Hitch faces his own romantic setbacks when proven + techniques fail to work on Sara Melas, a tabloid + reporter digging for dirt on Allegra Cole's love life. + When Sara discovers Hitch's connection to Albert – now + Allegra's boyfriend – it threatens to destroy both + relationships. + popularity: 34.865 + poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg + release_date: '2005-02-11' + title: Hitch + video: false + vote_average: 6.564 + vote_count: 5779 + - adult: false + backdrop_path: null + credit_id: 6222a8fee1ad79006b76aeac + department: Production + genre_ids: + - 878 + - 53 + id: 945956 + job: Producer + media_type: movie + original_language: en + original_title: I Am Legend 2 + overview: A sequel to the 2007 film I Am Legend. + popularity: 23.965 + poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg + release_date: '' + title: I Am Legend 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg + credit_id: 52fe44cbc3a36847f80aa59d + department: Production + genre_ids: + - 14 + - 28 + id: 8960 + job: Producer + media_type: movie + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 38.95 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.347 + vote_count: 9589 + - adult: false + backdrop_path: /6WfnLguRcpYQlJ6Wkx5CO7c8LpV.jpg + credit_id: 52fe45559251416c75052eff + department: Production + genre_ids: + - 18 + - 80 + - 53 + id: 13279 + job: Producer + media_type: movie + original_language: en + original_title: Lakeview Terrace + overview: >- + A young interracial couple has just moved into their + California dream home when they become the target of + their next-door neighbor, who disapproves of their + relationship. A tightly wound LAPD officer has + appointed himself the watchdog of the neighborhood. + His nightly foot patrols and overly watchful eyes + bring comfort to some, but he becomes increasingly + aggressive to the newlyweds. These persistent + intrusions into their lives cause the couple to fight + back. + popularity: 13.14 + poster_path: /2ThsS74hopBz0RveLgOWiwrMfE8.jpg + release_date: '2008-09-19' + title: Lakeview Terrace + video: false + vote_average: 5.966 + vote_count: 1038 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + credit_id: 52fe486f9251416c9108c607 + department: Writing + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + job: Story + media_type: movie + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + credit_id: 52fe486f9251416c9108c5d7 + department: Production + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + job: Producer + media_type: movie + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: /88J6waYVTta8Qz3iX3qUeWNA5d5.jpg + credit_id: 60f5c52d12c6040074471dd5 + department: Production + genre_ids: + - 18 + - 10749 + id: 447362 + job: Executive Producer + media_type: movie + original_language: en + original_title: Life in a Year + overview: >- + A 17 year old finds out that his girlfriend is dying, + so he sets out to give her an entire life, in the last + year she has left. + popularity: 40.357 + poster_path: /bP7u19opmHXYeTCUwGjlLldmUMc.jpg + release_date: '2020-11-27' + title: Life in a Year + video: false + vote_average: 8.25 + vote_count: 1879 + - adult: false + backdrop_path: /j3snmrxqxT60FrH1Z8i54fGnHZJ.jpg + credit_id: 52fe4d3c9251416c9110f435 + department: Production + genre_ids: + - 35 + - 18 + - 10751 + id: 196867 + job: Producer + media_type: movie + original_language: en + original_title: Annie + overview: >- + Annie is a young, happy foster kid who's also tough + enough to make her way on the streets of New York in + 2014. Originally left by her parents as a baby with + the promise that they'd be back for her someday, it's + been a hard knock life ever since with her mean foster + mom Miss Hannigan. But everything's about to change + when the hard-nosed tycoon and New York mayoral + candidate Will Stacks—advised by his brilliant VP and + his shrewd and scheming campaign advisor—makes a + thinly-veiled campaign move and takes her in. Stacks + believes he's her guardian angel, but Annie's + self-assured nature and bright, + sun-will-come-out-tomorrow outlook on life just might + mean it's the other way around. + popularity: 40.306 + poster_path: /aKAM9V0izx4VhsdyAdBvAB26UCZ.jpg + release_date: '2014-12-18' + title: Annie + video: false + vote_average: 6.2 + vote_count: 1275 + - adult: false + backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg + credit_id: 61018a1b0a517c0027ad407c + department: Production + genre_ids: + - 18 + - 36 + id: 614917 + job: Producer + media_type: movie + original_language: en + original_title: King Richard + overview: >- + The story of how Richard Williams served as a coach to + his daughters Venus and Serena, who will soon become + two of the most legendary tennis players in history. + popularity: 23.53 + poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg + release_date: '2021-11-18' + title: King Richard + video: false + vote_average: 7.649 + vote_count: 2497 + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + credit_id: 556f829fc3a3681073000a9d + department: Production + genre_ids: + - 28 + - 878 + id: 2048 + job: Executive Producer + media_type: movie + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by the + three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11797 + - adult: false + backdrop_path: /3CcO4QdasRCitq2dczOpx7CXgLM.jpg + credit_id: 5647cc689251413acc004e90 + department: Production + genre_ids: + - 10751 + - 12 + - 18 + id: 12837 + job: Producer + media_type: movie + original_language: en + original_title: The Secret Life of Bees + overview: >- + Set in South Carolina in 1964, this is the tale of + Lily Owens a 14 year-old girl who is haunted by the + memory of her late mother. To escape her lonely life + and troubled relationship with her father, Lily flees + with Rosaleen, her caregiver and only friend, to a + South Carolina town that holds the secret to her + mother's past. + popularity: 20.915 + poster_path: /m1LGEeoYfc6crbfG8WmTKg9SVqL.jpg + release_date: '2008-09-17' + title: The Secret Life of Bees + video: false + vote_average: 7.5 + vote_count: 508 + - adult: false + backdrop_path: /mRRpXyjsuj314rqHbQEHlvhoO49.jpg + credit_id: 56775821c3a3681683007059 + department: Production + genre_ids: + - 28 + - 35 + - 10749 + id: 59962 + job: Producer + media_type: movie + original_language: en + original_title: This Means War + overview: >- + Two top CIA operatives wage an epic battle against one + another after they discover they are dating the same + woman. + popularity: 19.462 + poster_path: /7d1hwECRc1NZlGfAeYE42ki7Fem.jpg + release_date: '2012-02-14' + title: This Means War + video: false + vote_average: 6.2 + vote_count: 3375 + - adult: false + backdrop_path: /v8DepuF6gizphLzIyNZeQiB0hij.jpg + credit_id: 5668c520c3a36836a600422e + department: Production + genre_ids: + - 28 + - 12 + - 18 + - 10751 + id: 38575 + job: Producer + media_type: movie + original_language: en + original_title: The Karate Kid + overview: >- + Twelve-year-old Dre Parker could have been the most + popular kid in Detroit, but his mother's latest career + move has landed him in China. Dre immediately falls + for his classmate Mei Ying but the cultural + differences make such a friendship impossible. Even + worse, Dre's feelings make him an enemy of the class + bully, Cheng. With no friends in a strange land, Dre + has nowhere to turn but maintenance man Mr. Han, who + is a kung fu master. As Han teaches Dre that kung fu + is not about punches and parries, but maturity and + calm, Dre realizes that facing down the bullies will + be the fight of his life. + popularity: 89.462 + poster_path: /qV8xTWfknTOSErSa0b9Iay2QztS.jpg + release_date: '2010-06-10' + title: The Karate Kid + video: false + vote_average: 6.536 + vote_count: 6008 + - adult: false + backdrop_path: /piT1WWJlC0ebUVpAWI1SBwg2Vdq.jpg + credit_id: 5686e2ddc3a3683628008212 + department: Production + genre_ids: + - 35 + - 10749 + - 18 + id: 19316 + job: Producer + media_type: movie + original_language: en + original_title: Saving Face + overview: >- + A Chinese-American lesbian and her traditionalist + mother are reluctant to go public with secret loves + that clash against cultural expectations. + popularity: 12.765 + poster_path: /7XbbgkKi4nEMOu9iwiANXpjKKhe.jpg + release_date: '2004-09-12' + title: Saving Face + video: false + vote_average: 7.3 + vote_count: 218 + - adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + credit_id: 63d95504955c65007bab880f + department: Production + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + job: Producer + media_type: movie + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey and + Burnett try to clear his name, only to end up on the + run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + - adult: false + backdrop_path: null + credit_id: 63f780f3d1ca2a008600228c + department: Production + genre_ids: + - 16 + id: 1090671 + job: Producer + media_type: movie + original_language: en + original_title: Onyeka and the Academy of the Sun + overview: >- + A teenager learns she has powers and travels to + Nigeria to learn more about her origins, where she + discovers a threat to her newfound magical community. + popularity: 1.323 + poster_path: null + release_date: '' + title: Onyeka and the Academy of the Sun + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /15Hy6qCCTSlDKp9VbVAC1jKfH8e.jpg + credit_id: 58decf8ec3a3683d4600048b + department: Production + genre_ids: + - 35 + - 10749 + id: 50220 + job: Producer + media_type: movie + original_language: en + original_title: The Seat Filler + overview: >- + Derrick is a struggling law student who takes a job as + an awards show seat filler to make ends meet. One day, + he is seated next to the beautiful pop superstar + Jhnelle, who mistakes him for a well-known industry + executive. With an instant chemistry, the unlikely + pair begin to date. + popularity: 3.446 + poster_path: /iwSnXkciG5ogTRhbTeXzqolpSkK.jpg + release_date: '2004-08-05' + title: The Seat Filler + video: false + vote_average: 4.3 + vote_count: 15 + - adult: false + backdrop_path: /mGs03iJbrh3FTFiCqMM3G8Folmq.jpg + credit_id: 58decefb9251415e7f00047e + department: Production + genre_ids: + - 18 + - 35 + - 9648 + id: 13960 + job: Producer + media_type: movie + original_language: en + original_title: ATL + overview: >- + As four friends prepare for life after high school, + different challenges bring about turning points in + each of their lives. The dramas unfold and resolve at + their local rollerskating rink, Cascade. + popularity: 9.618 + poster_path: /wi9VRukGburXfDwDKqcQQdgFK5S.jpg + release_date: '2006-03-31' + title: ATL + video: false + vote_average: 6.9 + vote_count: 151 + - adult: false + backdrop_path: /pRPWczd6IFWNjfWHbUJNLQmhCU7.jpg + credit_id: 58decf489251415e360004d7 + department: Production + genre_ids: + - 18 + id: 22633 + job: Producer + media_type: movie + original_language: en + original_title: The Human Contract + overview: >- + A free-spirited woman leads a businessman down a path + of reckless abandon. + popularity: 10.781 + poster_path: /fGzk7eIGscDHzTaIRrIUDdece7Z.jpg + release_date: '2008-09-12' + title: The Human Contract + video: false + vote_average: 4.5 + vote_count: 53 + - adult: false + backdrop_path: null + credit_id: 64077376de11e500f0a4fd72 + department: Production + genre_ids: + - 18 + - 53 + id: 1096655 + job: Producer + media_type: movie + original_language: en + original_title: Da Understudy + overview: >- + Life imitates art when the understudy of a Broadway + production finds a role he’s willing to kill for. + popularity: 0.515 + poster_path: null + release_date: '' + title: Da Understudy + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 661eb6ddd75bd6014930d65b + department: Production + genre_ids: [] + id: 1275325 + job: Producer + media_type: movie + original_language: en + original_title: Clean Air + overview: >- + Ambitious sports agent Lyla loses her superstar client + before the start of NASCAR's season and decides to + take a chance on a rebellious female dirt track racer, + 17-year-old Piper Kyte. + popularity: 0.316 + poster_path: null + release_date: '' + title: Clean Air + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 665d7ee57c431fc42b491ba6 + department: Production + genre_ids: + - 35 + id: 734184 + job: Producer + media_type: movie + original_language: en + original_title: Planes, Trains and Automobiles + overview: >- + Remake of the 1987 comedy about a pair of unlikely + travel companions trying to make their destinations in + time for the Holiday weekend. + popularity: 1.509 + poster_path: null + release_date: '' + title: Planes, Trains and Automobiles + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6671ee0b56d4e5c9b1353ee1 + department: Production + genre_ids: + - 878 + - 53 + id: 693390 + job: Producer + media_type: movie + original_language: en + original_title: Resistor + overview: >- + Physicist Jon Grady and his team discover a device + that can reflect gravity — a triumph that will + revolutionize the field of physics and change the + future. But instead of acclaim, Grady's lab is locked + down by a covert organization known as the Bureau of + Technology Control. When Grady refuses to join the + BTC, he's thrown into a nightmarish high-tech prison + housing other doomed rebel intellects. + popularity: 1.87 + poster_path: null + release_date: '' + title: Resistor + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5b362310c3a3685320027c1e + department: Production + genre_ids: + - 14 + - 28 + id: 475387 + job: Producer + media_type: movie + original_language: en + original_title: Hancock 2 + overview: '' + popularity: 9.235 + poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg + release_date: '' + title: Hancock 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 64a95e736a344800c9fa77f1 + department: Production + genre_ids: + - 18 + - 35 + id: 1149524 + job: Executive Producer + media_type: movie + original_language: en + original_title: Blind Ref + overview: A blind man struggles to become a basketball referee. + popularity: 1.267 + poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg + release_date: '2013-06-06' + title: Blind Ref + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5cdf69280e0a264718c9bba2 + department: Production + genre_ids: + - 10402 + id: 603038 + job: Producer + media_type: movie + original_language: en + original_title: Romeo and Juliet + overview: >- + A contemporary musical take on William Shakespeare's + tragedy set against the urban rhythms of New York. The + love story follows a young waitress from the streets + of Brooklyn and an aspiring musician from a wealthy + family whose unconventional romance forces them to + confront their life choices. + popularity: 1.175 + poster_path: null + release_date: '' + title: Romeo and Juliet + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: null + credit_id: 5d44ef2c0f2fbd766bed1d3c + department: Production + genre_ids: + - 35 + id: 620275 + job: Producer + media_type: movie + original_language: en + original_title: Uptown Saturday Night + overview: >- + A comedy centered around two friends,their night at an + illegal club,a misplaced wallet,and a winning lottery + ticket. + popularity: 0.652 + poster_path: null + release_date: '' + title: Uptown Saturday Night + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5d73f86e209f185340fb281c + department: Production + genre_ids: + - 878 + id: 629423 + job: Producer + media_type: movie + original_language: en + original_title: Brilliance + overview: >- + In the future, non-neurotypical people — demonized by + society as “twists” or “abnorms” — are threatening the + status quo of the “normal” population with their + unique gifts. They are officially labeled as + “Brilliants” and are carefully tracked by the + government. + popularity: 1.203 + poster_path: null + release_date: '' + title: Brilliance + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4FbTBvNO3VTFbFFghipK7Jqz7I6.jpg + credit_id: 5df670730d1e7f0015721014 + department: Production + genre_ids: + - 18 + id: 552532 + job: Executive Producer + media_type: movie + original_language: en + original_title: Charm City Kings + overview: >- + Mouse desperately wants to join The Midnight Clique, + the infamous Baltimore dirt bike riders who rule the + summertime streets. When Midnight’s leader, Blax, + takes 14-year-old Mouse under his wing, Mouse soon + finds himself torn between the straight-and-narrow and + a road filled with fast money and violence. + popularity: 22.854 + poster_path: /8oiMFMarbRpcusASIX4cjVXoZKI.jpg + release_date: '2020-01-27' + title: Charm City Kings + video: false + vote_average: 7.835 + vote_count: 471 + - adult: false + backdrop_path: /alcBeDMSAetOaCFyQ76178fJqda.jpg + credit_id: 5e5188cef48b3400136ed84e + department: Production + genre_ids: + - 99 + id: 121983 + job: Executive Producer + media_type: movie + original_language: en + original_title: Free Angela and All Political Prisoners + overview: >- + FREE ANGELA is a feature-length documentary about + Angela Davis and the high stakes crime, political + movement, and trial that catapults the 26 year-old + newly appointed philosophy professor at the University + of California at Los Angeles into a seventies + revolutionary political icon. Nearly forty years + later, and for the first time, Angela Davis speaks + frankly about the actions that branded her as a + terrorist and simultaneously spurred a worldwide + political movement for her freedom. + popularity: 2.506 + poster_path: /k7ZKZDIoYPnDEpxtkLqSzjW9Wgs.jpg + release_date: '2012-09-09' + title: Free Angela and All Political Prisoners + video: false + vote_average: 7.1 + vote_count: 27 + - adult: false + backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg + credit_id: 5eef9bfd568463003301bafd + department: Production + genre_ids: + - 53 + - 28 + - 80 + id: 38700 + job: Producer + media_type: movie + original_language: en + original_title: Bad Boys for Life + overview: >- + Marcus and Mike are forced to confront new threats, + career changes, and midlife crises as they join the + newly created elite team AMMO of the Miami police + department to take down the ruthless Armando Armas, + the vicious leader of a Miami drug cartel. + popularity: 81.514 + poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg + release_date: '2020-01-15' + title: Bad Boys for Life + video: false + vote_average: 7.139 + vote_count: 8290 + - adult: false + backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg + credit_id: 5eee06639661fc00375d7f72 + department: Production + genre_ids: + - 18 + - 10752 + - 36 + id: 715931 + job: Producer + media_type: movie + original_language: en + original_title: Emancipation + overview: >- + Inspired by the gripping true story of a man who would + do anything for his family—and for freedom. When + Peter, an enslaved man, risks his life to escape and + return to his family, he embarks on a perilous journey + of love and endurance. + popularity: 23.242 + poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg + release_date: '2022-12-02' + title: Emancipation + video: false + vote_average: 7.8 + vote_count: 1130 + - adult: false + backdrop_path: null + credit_id: 601e26cb0929f6003ea8d238 + department: Production + genre_ids: + - 28 + - 53 + id: 698261 + job: Producer + media_type: movie + original_language: en + original_title: Fast and Loose + overview: >- + A man who wakes up in Tijuana after being left for + dead with absolutely no memory. As he follows a string + of clues to uncover his identity, he discovers that + he’s been living two different lives: one as a + super-successful crime kingpin, surrounded by + beautiful women, expensive toys and a lavish + lifestyle, and the other as an undercover CIA agent, + but with a puny salary, no family or home life + whatsoever and zero trappings of success. The problem + is, he can’t remember which of these two personas is + his true identity. + popularity: 1.465 + poster_path: null + release_date: '' + title: Fast and Loose + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 66d8af138f73fe939d1abb9d + department: Production + genre_ids: [] + id: 1244949 + job: Producer + media_type: movie + original_language: en + original_title: Sugar Bandits + overview: >- + Based on the Chuck Hogan book “Devils in Exile,” the + thriller centres on an Iraq War veteran who teams up + with a crew of fellow vets to target the drug trade in + Boston. + popularity: 0.936 + poster_path: null + release_date: '' + title: Sugar Bandits + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 66ec5f173d29e1389646c456 + department: Production + genre_ids: [] + id: 1358854 + job: Producer + media_type: movie + original_language: en + original_title: Untitled Queen Latifah Biopic + overview: >- + A Hip Hop biopic about the rise of the iconic artist, + Queen Latifah. + popularity: 1.682 + poster_path: null + release_date: '' + title: Untitled Queen Latifah Biopic + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 52570ce219c29571140186c5 + department: Directing + episode_count: 1 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Director + media_type: tv + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /xACZqtfxTYftZvB70ZnZtAjq820.jpg + credit_id: 52582d72760ee36aaa8a5e32 + department: Production + episode_count: 2 + first_air_date: '2000-02-05' + genre_ids: [] + id: 13992 + job: Producer + media_type: tv + name: The Queen Latifah Show + origin_country: + - US + original_language: en + original_name: The Queen Latifah Show + overview: >- + The First iteration (1999-2001) was described as the + "Dear Abby for the Hip-Hop Generation", with the + series covering various topics and including + interviews with celebrities and non-celebrities alike. + The Second iteration (2013-2015) featured celebrity + interviews, human interest stories, musical + performances, and Queen Latifah's take on pop culture + news. Latifah also ventured into communities across + the country to share compelling stories, celebrate + individuals who give back to their communities and + delivers life-changing surprises. + + + Previously, a talk show with the exact same title + aired from 1999 to 2001; however, the second iteration + is not a revival of this older syndicated television + production. Telepictures (1999-2001) / Sony Pictures + Television (2013-205) with Flavor Unit and Overbrook. + popularity: 7.841 + poster_path: /cGFOMyTM4DRXeBVCRUV8EGnJ8iq.jpg + vote_average: 3.5 + vote_count: 4 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 5867ea6bc3a3680f580008c8 + department: Production + episode_count: 24 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Executive Producer + media_type: tv + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 58719074925141356900f793 + department: Writing + episode_count: 1 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Story + media_type: tv + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 5caf4a9e9251412fb0221bd1 + department: Production + episode_count: 88 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Executive Producer + media_type: tv + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + credit_id: 5d386e7703fa9e0012858ff7 + department: Directing + episode_count: 6 + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + job: Director + media_type: tv + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg + credit_id: 5f0c1aac93db9200344c46a6 + department: Production + episode_count: 30 + first_air_date: '2018-05-02' + genre_ids: + - 10759 + - 18 + - 35 + id: 77169 + job: Executive Producer + media_type: tv + name: Cobra Kai + origin_country: + - US + original_language: en + original_name: Cobra Kai + overview: >- + This Karate Kid sequel series picks up 30 years after + the events of the 1984 All Valley Karate Tournament + and finds Johnny Lawrence on the hunt for redemption + by reopening the infamous Cobra Kai karate dojo. This + reignites his old rivalry with the successful Daniel + LaRusso, who has been working to maintain the balance + in his life without mentor Mr. Miyagi. + popularity: 587.088 + poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg + vote_average: 8.209 + vote_count: 6366 + - adult: false + backdrop_path: /zHdQ6yaqDf3OQO5uhr0auAgwK6O.jpg + credit_id: 5f57f633197de400395b5258 + department: Production + episode_count: 30 + first_air_date: '2022-02-13' + genre_ids: + - 18 + id: 107365 + job: Executive Producer + media_type: tv + name: Bel-Air + origin_country: + - US + original_language: en + original_name: Bel-Air + overview: >- + The journey of a book smart teen whose life is forever + transformed when he moves from the streets of west + Philadelphia to live with his relatives in one of LA’s + wealthiest suburbs. + popularity: 51.067 + poster_path: /j8tbXWXrL15RucA6H4khq87dEXa.jpg + vote_average: 7.9 + vote_count: 222 + - adult: false + backdrop_path: /lfedcBcQRHFtvIlePwLaZvvJHHl.jpg + credit_id: 5f7fd1e9d11e0e0037c2e90e + department: Production + episode_count: 6 + first_air_date: '2022-01-06' + genre_ids: + - 18 + id: 111263 + job: Executive Producer + media_type: tv + name: Women of the Movement + origin_country: + - US + original_language: en + original_name: Women of the Movement + overview: >- + A limited series focusing on Mamie Till Mobley, who + devoted her life to seeking justice for her son Emmett + Till following his brutal murder in the Jim Crow + South. + popularity: 10.619 + poster_path: /pL9prhQYEPKoNOniVJcJjEaozdY.jpg + vote_average: 7.5 + vote_count: 12 + - adult: false + backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg + credit_id: 606ddcf43c887d004093ed2a + department: Production + episode_count: 6 + first_air_date: '2021-02-17' + genre_ids: + - 99 + - 10763 + - 10768 + id: 118043 + job: Executive Producer + media_type: tv + name: 'Amend: The Fight for America' + origin_country: + - US + original_language: en + original_name: 'Amend: The Fight for America' + overview: >- + When the United States of America was founded, the + ideals of freedom and equality did not apply to all + people. These are the stories of the brave Americans + who fought to right the nation’s wrongs and enshrine + the values we hold most dear into the Constitution — + with liberty and justice for all. + popularity: 12.082 + poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg + vote_average: 7.079 + vote_count: 164 + - adult: false + backdrop_path: /eAvMLFaY0GpgqkcdiAsjzxbK0C9.jpg + credit_id: 619bcf8ee2ff32006595e8aa + department: Production + episode_count: 3 + first_air_date: '2022-02-19' + genre_ids: + - 10764 + - 10767 + id: 138763 + job: Producer + media_type: tv + name: Off Thee Leash + origin_country: + - US + original_language: en + original_name: Off Thee Leash + overview: >- + Who let the dogs out? Megan Thee Stallion, and she's + teaming up with Snapchat for a new pet series called + Off Thee Leash. + popularity: 1.516 + poster_path: /oxtDZZnMRlmWriiE2pQWWoHO8VV.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6201548c1e92256135a14a02 + department: Production + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + job: Producer + media_type: tv + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6201549100508a00deda9fb3 + department: Production + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + job: Executive Producer + media_type: tv + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg + credit_id: 631c9b3cd399e6008485baff + department: Production + episode_count: 50 + first_air_date: '2018-05-02' + genre_ids: + - 10759 + - 18 + - 35 + id: 77169 + job: Producer + media_type: tv + name: Cobra Kai + origin_country: + - US + original_language: en + original_name: Cobra Kai + overview: >- + This Karate Kid sequel series picks up 30 years after + the events of the 1984 All Valley Karate Tournament + and finds Johnny Lawrence on the hunt for redemption + by reopening the infamous Cobra Kai karate dojo. This + reignites his old rivalry with the successful Daniel + LaRusso, who has been working to maintain the balance + in his life without mentor Mr. Miyagi. + popularity: 587.088 + poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg + vote_average: 8.209 + vote_count: 6366 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 647ac651e323f300c429b8fe + department: Sound + episode_count: 148 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Theme Song Performance + media_type: tv + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 52570ce819c2957114018be3 + department: Creator + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Creator + media_type: tv + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: null + credit_id: 5258e8f4760ee3466186a080 + department: Creator + first_air_date: '' + genre_ids: [] + id: 37428 + job: Creator + media_type: tv + name: Almost + origin_country: + - US + original_language: en + original_name: Almost + overview: '' + popularity: 0.935 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + credit_id: 5c9751379251416b33f4c500 + department: Creator + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + job: Creator + media_type: tv + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: null + credit_id: 617f92e8e93e95002b35f367 + department: Creator + first_air_date: '2021-11-08' + genre_ids: + - 99 + id: 137684 + job: Creator + media_type: tv + name: Best Shape of My Life + origin_country: + - US + original_language: en + original_name: Best Shape of My Life + overview: >- + Will Smith teams up with guests and undergoes a + fitness challenge. + popularity: 2.732 + poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg + vote_average: 4 + vote_count: 4 + - adult: false + backdrop_path: null + credit_id: 63f64a458c22c0008c50a693 + department: Creator + first_air_date: '2022-03-21' + genre_ids: + - 10762 + id: 203054 + job: Creator + media_type: tv + name: Las Aventuras de Giga Doki + origin_country: + - ES + original_language: es + original_name: Las Aventuras de Giga Doki + overview: '' + popularity: 2.858 + poster_path: /q23cxXSwBZLucKac1lRFPGsCRtj.jpg + vote_average: 2 + vote_count: 1 + id: + type: number + example: 2888 + examples: + combined credits: + value: + cast: + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + character: Del Spooner + credit_id: 52fe4330c3a36847f8041063 + genre_ids: + - 28 + - 878 + id: 2048 + media_type: movie + order: 0 + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by the + three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11797 + - adult: false + backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + character: Chris Gardner + credit_id: 52fe42f3c3a36847f802f1eb + genre_ids: + - 18 + id: 1402 + media_type: movie + order: 0 + original_language: en + original_title: The Pursuit of Happyness + overview: >- + A struggling salesman takes custody of his son as he's + poised to begin a life-changing professional career. + popularity: 65.281 + poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: '2006-12-14' + title: The Pursuit of Happyness + video: false + vote_average: 7.9 + vote_count: 9888 + - adult: false + backdrop_path: /uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg + character: Capt. Steven Hiller + credit_id: 52fe425bc3a36847f8017f8b + genre_ids: + - 28 + - 12 + - 878 + id: 602 + media_type: movie + order: 0 + original_language: en + original_title: Independence Day + overview: >- + Strange phenomena surface around the globe. The skies + ignite. Terror races through the world's major cities. + As these extraordinary events unfold, it becomes + increasingly clear that a force of incredible + magnitude has arrived. Its mission: total annihilation + over the Fourth of July weekend. The last hope to stop + the destruction is an unlikely group of people united + by fate and unimaginable circumstances. + popularity: 52.44 + poster_path: /p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg + release_date: '1996-06-25' + title: Independence Day + video: false + vote_average: 6.89 + vote_count: 9590 + - adult: false + backdrop_path: /1GJvBE7UWU1WOVi0XREl4JQc7f8.jpg + character: Jay + credit_id: 52fe425dc3a36847f80187cb + genre_ids: + - 28 + - 12 + - 35 + - 878 + id: 607 + media_type: movie + order: 1 + original_language: en + original_title: Men in Black + overview: >- + After a police chase with an otherworldly being, a New + York City cop is recruited as an agent in a top-secret + organization established to monitor and police alien + activity on Earth: the Men in Black. Agent K and new + recruit Agent J find themselves in the middle of a + deadly plot by an intergalactic terrorist who has + arrived on Earth to assassinate two ambassadors from + opposing galaxies. + popularity: 50.124 + poster_path: /uLOmOF5IzWoyrgIF5MfUnh5pa1X.jpg + release_date: '1997-07-02' + title: Men in Black + video: false + vote_average: 7.203 + vote_count: 13788 + - adult: false + backdrop_path: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg + character: Jay + credit_id: 52fe425dc3a36847f8018905 + genre_ids: + - 28 + - 35 + - 878 + id: 608 + media_type: movie + order: 1 + original_language: en + original_title: Men in Black II + overview: >- + Kay and Jay reunite to provide our best, last and only + line of defense against a sinister seductress who + levels the toughest challenge yet to the MIB's + untarnished mission statement – protecting Earth from + the scum of the universe. It's been four years since + the alien-seeking agents averted an intergalactic + disaster of epic proportions. Now it's a race against + the clock as Jay must convince Kay – who not only has + absolutely no memory of his time spent with the MIB, + but is also the only living person left with the + expertise to save the galaxy – to reunite with the MIB + before the earth submits to ultimate destruction. + popularity: 35.639 + poster_path: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg + release_date: '2002-07-03' + title: Men in Black II + video: false + vote_average: 6.372 + vote_count: 9923 + - adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + character: Oscar (voice) + credit_id: 52fe43879251416c75013e51 + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + order: 0 + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often get + him into trouble. Meanwhile, Lenny is a great white + shark with a surprising secret that no sea creature + would guess: He's a vegetarian. When a lie turns Oscar + into an improbable hero and Lenny becomes an outcast, + the two form an unlikely friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + - adult: false + backdrop_path: /bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg + character: Bagger Vance + credit_id: 52fe43e7c3a36847f80776ed + genre_ids: + - 18 + - 14 + id: 4958 + media_type: movie + order: 1 + original_language: en + original_title: The Legend of Bagger Vance + overview: >- + World War I has left golfer Rannulph Junuh a + poker-playing alcoholic, his perfect swing gone. Now, + however, he needs to get it back to play in a + tournament to save the financially ravaged golf course + of a long-ago sweetheart. Help arrives in the form of + mysterious caddy Bagger Vance. + popularity: 12.032 + poster_path: /fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg + release_date: '2000-11-02' + title: The Legend of Bagger Vance + video: false + vote_average: 6.578 + vote_count: 898 + - adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + character: Robert Neville + credit_id: 52fe4455c3a36847f808fc19 + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + media_type: movie + order: 0 + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to stop + the spread of the terrible virus that was incurable + and man-made. Immune, Neville is now the last human + survivor in what is left of New York City and perhaps + the world. For three years, Neville has faithfully + sent out daily radio messages, desperate to find any + other survivors who might be out there. But he is not + alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15755 + - adult: false + backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg + character: Ben + credit_id: 52fe44259251416c7502a685 + genre_ids: + - 18 + id: 11321 + media_type: movie + order: 0 + original_language: en + original_title: Seven Pounds + overview: >- + An IRS agent with a fateful secret embarks on an + extraordinary journey of redemption by forever + changing the lives of seven strangers. + popularity: 22.971 + poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg + release_date: '2008-12-18' + title: Seven Pounds + video: false + vote_average: 7.609 + vote_count: 6773 + - adult: false + backdrop_path: /dYHAIKsRZ7959Yf6tUM55xjV711.jpg + character: Paul + credit_id: 52fe4462c3a368484e020081 + genre_ids: + - 9648 + - 18 + - 35 + id: 23210 + media_type: movie + order: 1 + original_language: en + original_title: Six Degrees of Separation + overview: >- + The story of a young, gay, black, con artist who, + posing as the son of Sidney Poitier, cunningly + maneuvers his way into the lives of a white, + upper-class New York family. + popularity: 11.912 + poster_path: /oH0bl69uZZA6dAclgFRkm1Vwcry.jpg + release_date: '1993-12-08' + title: Six Degrees of Separation + video: false + vote_average: 6.4 + vote_count: 323 + - adult: false + backdrop_path: /gVtm7G5NtQxjFNA5ydqxslxjCuk.jpg + character: Muhammad Ali / Cassius Clay + credit_id: 52fe44adc3a36847f80a3d47 + genre_ids: + - 18 + id: 8489 + media_type: movie + order: 0 + original_language: en + original_title: Ali + overview: >- + In 1964, a brash, new pro boxer, fresh from his + Olympic gold medal victory, explodes onto the scene: + Cassius Clay. Bold and outspoken, he cuts an entirely + new image for African Americans in sport with his + proud public self-confidence and his unapologetic + belief that he is the greatest boxer of all time. Yet + at the top of his game, both Ali's personal and + professional lives face the ultimate test. + popularity: 14.244 + poster_path: /hBE9VTgwmHbIBkJ0uxrnmqJOpkm.jpg + release_date: '2001-12-10' + title: Ali + video: false + vote_average: 6.8 + vote_count: 1712 + - adult: false + backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg + character: Alex 'Hitch' Hitchens + credit_id: 52fe44adc3a36847f80a3c4f + genre_ids: + - 35 + - 18 + - 10749 + id: 8488 + media_type: movie + order: 0 + original_language: en + original_title: Hitch + overview: >- + Dating coach Alex 'Hitch' Hitchens mentors a bumbling + client, Albert, who hopes to win the heart of the + glamorous Allegra Cole. While Albert makes progress, + Hitch faces his own romantic setbacks when proven + techniques fail to work on Sara Melas, a tabloid + reporter digging for dirt on Allegra Cole's love life. + When Sara discovers Hitch's connection to Albert – now + Allegra's boyfriend – it threatens to destroy both + relationships. + popularity: 34.865 + poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg + release_date: '2005-02-11' + title: Hitch + video: false + vote_average: 6.564 + vote_count: 5779 + - adult: false + backdrop_path: /3mNbtT2MWJPmQWYrUXvxFYNuz5j.jpg + character: Capt. James West + credit_id: 52fe44adc3a36847f80a3bdb + genre_ids: + - 28 + - 12 + - 35 + - 878 + - 37 + id: 8487 + media_type: movie + order: 0 + original_language: en + original_title: Wild Wild West + overview: >- + Legless Southern inventor Dr. Arliss Loveless plans to + rekindle the Civil War by assassinating President U.S. + Grant. Only two men can stop him: gunfighter James + West and master-of-disguise and inventor Artemus + Gordon. The two must team up to thwart Loveless' + plans. + popularity: 21.53 + poster_path: /3C5cZnIwQ6Wj4qGFKv0BBjimWro.jpg + release_date: '1999-06-30' + title: Wild Wild West + video: false + vote_average: 5.324 + vote_count: 3311 + - adult: false + backdrop_path: /oHtK1ExsXr9trwueDdgFJmlrKJV.jpg + character: Self + credit_id: 6174c889b6c264002a69b827 + genre_ids: + - 99 + id: 795625 + media_type: movie + order: 3 + original_language: en + original_title: Lily Topples The World + overview: >- + Follow 20-year-old Lily Hevesh — the world’s greatest + domino toppler and the only woman in her field — in a + coming-of-age story of artistry, passion, and unlikely + triumph. + popularity: 1.214 + poster_path: /dgxLTkwTPo8a8EDKcLgpiSDn0zF.jpg + release_date: '2021-03-16' + title: Lily Topples The World + video: false + vote_average: 7.5 + vote_count: 10 + - adult: false + backdrop_path: /gFsBGyMJezO1wMRmEjBX8YEh0Mc.jpg + character: Tea Cake Walters + credit_id: 52fe44ba9251416c7503ed09 + genre_ids: + - 35 + id: 12121 + media_type: movie + order: 2 + original_language: en + original_title: Made in America + overview: >- + A young black woman discovers that her father was a + sperm donor, and if that wasn't bad enough, he's + white. + popularity: 9.487 + poster_path: /2frB553lKEm1q4dds5PUqLNQA3z.jpg + release_date: '1993-01-06' + title: Made in America + video: false + vote_average: 5.5 + vote_count: 357 + - adult: false + backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg + character: John Hancock + credit_id: 52fe44cbc3a36847f80aa55d + genre_ids: + - 14 + - 28 + id: 8960 + media_type: movie + order: 0 + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 38.95 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.347 + vote_count: 9589 + - adult: false + backdrop_path: /gxSVZCUlDd8upT1G2wdrUdz2hxG.jpg + character: Detective Mike Lowrey + credit_id: 52fe44cbc3a36847f80aa747 + genre_ids: + - 28 + - 80 + - 35 + id: 8961 + media_type: movie + order: 1 + original_language: en + original_title: Bad Boys II + overview: >- + Detectives Marcus Burnett and Mike Lowrey of the Miami + Narcotics Task Force are tasked with stopping the flow + of the drug Ecstasy into Miami. They track the drugs + to the whacked-out Cuban drug lord Johnny Tapia, who + is also involved in a bloody war with Russian and + Haitian mobsters. If that isn't bad enough, there's + tension between the two detectives when Marcus + discovers that playboy Mike is secretly romancing + Marcus’ sister, Syd. + popularity: 51.272 + poster_path: /yCvB5fG5aEPqa1St7ihY6KEAsHD.jpg + release_date: '2003-07-18' + title: Bad Boys II + video: false + vote_average: 6.6 + vote_count: 5485 + - adult: false + backdrop_path: /zuxSfx7ZNzBsXE0f0lSGrfRB01e.jpg + character: Will Smith + credit_id: 52fe4507c3a36847f80b8013 + genre_ids: + - 35 + - 10749 + - 18 + id: 9541 + media_type: movie + order: 8 + original_language: en + original_title: Jersey Girl + overview: >- + Ollie Trinke is a young, suave music publicist who + seems to have it all, with a new wife and a baby on + the way. But life deals him a bum hand when he's + suddenly faced with single fatherhood, a defunct + career and having to move in with his father. To + bounce back, it takes a new love and the courage + instilled in him by his daughter. + popularity: 13.651 + poster_path: /nMmMWoSooR6QmCjdT0AvZardof1.jpg + release_date: '2004-03-25' + title: Jersey Girl + video: false + vote_average: 6.2 + vote_count: 1033 + - adult: false + backdrop_path: null + character: Self + credit_id: 6401109c9f1be70086a02479 + genre_ids: + - 99 + id: 1094280 + media_type: movie + order: 1 + original_language: en + original_title: Putting The Boom & Bang in 'Bad Boys' + overview: Bad Boys featurette. + popularity: 2.062 + poster_path: /zT1TtogGgcrQBZAofjp37s24Vui.jpg + release_date: '2000-06-27' + title: Putting The Boom & Bang in 'Bad Boys' + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /lPLTLCBn39Wiy1RPQLB9xOKyF2v.jpg + character: Robert Clayton Dean + credit_id: 52fe452fc3a36847f80c0f93 + genre_ids: + - 28 + - 18 + - 53 + id: 9798 + media_type: movie + order: 0 + original_language: en + original_title: Enemy of the State + overview: "When the videotape of the murder of a congressman unknowingly ends up in the hands of labor lawyer and dedicated family man Robert Clayton Dean, he\_is framed for the murder. With the help of the mysterious Brill, Dean attempts to throw the NSA off his trail and prove his innocence." + popularity: 24.51 + poster_path: /x9pXrMKLsBGGOFyyZ0Gwt9YpVub.jpg + release_date: '1998-11-20' + title: Enemy of the State + video: false + vote_average: 7.044 + vote_count: 3830 + - adult: false + backdrop_path: /5AhpUb8CAP0jZ4Wrn7AsRUYjZxB.jpg + character: Agent J + credit_id: 52fe45b7c3a36847f80d6875 + genre_ids: + - 28 + - 35 + - 878 + id: 41154 + media_type: movie + order: 0 + original_language: en + original_title: Men in Black 3 + overview: >- + Agents J and K are back...in time. J has seen some + inexplicable things in his 15 years with the Men in + Black, but nothing, not even aliens, perplexes him as + much as his wry, reticent partner. But when K's life + and the fate of the planet are put at stake, Agent J + will have to travel back in time to put things right. + J discovers that there are secrets to the universe + that K never told him - secrets that will reveal + themselves as he teams up with the young Agent K to + save his partner, the agency, and the future of + humankind. + popularity: 33.904 + poster_path: /90DdoEStzeObs96fsYf4GG544iN.jpg + release_date: '2012-05-23' + title: Men in Black 3 + video: false + vote_average: 6.525 + vote_count: 10310 + - adult: false + backdrop_path: /webc35UIXecNENTkM9mw7IgifKr.jpg + character: Fresh Prince + credit_id: 64192591e004a6007be0153e + genre_ids: + - 16 + - 10402 + id: 276109 + media_type: movie + order: 0 + original_language: en + original_title: The Chipmunks Rockin' Through The Decades + overview: >- + A live-action/animated TV special featuring Alvin and + the Chipmunks. + popularity: 1.846 + poster_path: null + release_date: '1990-12-09' + title: The Chipmunks Rockin' Through The Decades + video: false + vote_average: 4 + vote_count: 1 + - adult: false + backdrop_path: null + character: Nicky Barnes + credit_id: 619d82dfa410c80090ab2e70 + genre_ids: + - 80 + - 18 + id: 903060 + media_type: movie + order: 0 + original_language: en + original_title: The Council + overview: >- + The never-before told story of a crime syndicate + consisting of seven African-American men who ruled + Harlem in the 1970s and early 80s focusing on Nicky + Barnes, dubbed "Mr. Untouchable" by the New York + Times. + popularity: 1.442 + poster_path: null + release_date: '' + title: The Council + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /wOLTJxfv98miIQcn0oNXq9fIgXM.jpg + character: Mike Lowrey + credit_id: 644901856a22270474d17219 + genre_ids: + - 28 + - 35 + - 80 + - 53 + id: 9737 + media_type: movie + order: 0 + original_language: en + original_title: Bad Boys + overview: >- + Marcus Burnett is a henpecked family man. Mike Lowrey + is a footloose and fancy free ladies' man. Both Miami + policemen, they have 72 hours to reclaim a consignment + of drugs stolen from under their station's nose. To + complicate matters, in order to get the assistance of + the sole witness to a murder, they have to pretend to + be each other. + popularity: 48.299 + poster_path: /qKiLKvJaT6rRmd3IBsoVV58luXH.jpg + release_date: '1995-04-07' + title: Bad Boys + video: false + vote_average: 6.8 + vote_count: 6398 + - adult: false + backdrop_path: /cYs9gkWP1Pk7nnQO33HOI1nb3ds.jpg + character: Self (archive footage) + credit_id: 61e50e747d2bc1009fcf7f7c + genre_ids: + - 10402 + - 99 + id: 904962 + media_type: movie + order: 32 + original_language: en + original_title: You're Watching Video Music Box + overview: >- + The untold story of the world’s longest running video + show, Video Music Box. A hip hop mainstay since 1983, + VMB gave a platform to artists like Jay-Z, Nas and + Mary J. Blige before they hit it big. Host Ralph + McDaniels’ archives — amassed over nearly 40 years — + reveal the show’s importance to numerous big-name + musicians, as well as to the kids that grew up + watching. + popularity: 1.739 + poster_path: /r0gtyJoM5dMPFdEMyT1EKMaQDCk.jpg + release_date: '2021-12-03' + title: You're Watching Video Music Box + video: false + vote_average: 6.4 + vote_count: 5 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + character: Cypher Raige + credit_id: 52fe486f9251416c9108c5db + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + media_type: movie + order: 1 + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: null + character: Robert Neville + credit_id: 62228e237719d7006dac569c + genre_ids: + - 878 + - 53 + id: 945956 + media_type: movie + order: 0 + original_language: en + original_title: I Am Legend 2 + overview: A sequel to the 2007 film I Am Legend. + popularity: 23.965 + poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg + release_date: '' + title: I Am Legend 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Blind Referee + credit_id: 64a95eabb686b900edf8e984 + genre_ids: + - 18 + - 35 + id: 1149524 + media_type: movie + order: 0 + original_language: en + original_title: Blind Ref + overview: A blind man struggles to become a basketball referee. + popularity: 1.267 + poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg + release_date: '2013-06-06' + title: Blind Ref + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /IdrHHTC2QcrWUnEqshutR8L4vj.jpg + character: Judge + credit_id: 52fe4c2ec3a368484e1ab62f + genre_ids: + - 18 + - 14 + - 9648 + - 10749 + id: 137321 + media_type: movie + order: 5 + original_language: en + original_title: Winter's Tale + overview: >- + A burglar falls for an heiress as she dies in his + arms. When he learns that he has the gift of + reincarnation, he sets out to save her. + popularity: 12.852 + poster_path: /dwDAUpidqVEql6w1o51VIPlMtbG.jpg + release_date: '2014-02-13' + title: Winter's Tale + video: false + vote_average: 6.3 + vote_count: 1334 + - adult: false + backdrop_path: null + character: Self + credit_id: 65124a268e2ba600e4517cc1 + genre_ids: + - 99 + id: 587817 + media_type: movie + order: 15 + original_language: en + original_title: Pesel Ha'Zahav + overview: >- + A behind-the-scenes look at the preparations for the + live broadcast of the 69th Annual Academy Awards + ceremony. + popularity: 1.788 + poster_path: /hD2xo96UYYwG1NJCbNDD29pXmCD.jpg + release_date: '1998-01-01' + title: Inside the Golden Statue + video: false + vote_average: 6.3 + vote_count: 3 + - adult: false + backdrop_path: /3WfSR7bLZQBMzTjwa9A9ohfblgT.jpg + character: Self (archive footage) + credit_id: 6523e238ab5e3400c47d3fd7 + genre_ids: + - 99 + id: 1038495 + media_type: movie + order: 25 + original_language: en + original_title: 'Kids'' TV: The Surprising Story' + overview: >- + Konnie Huq celebrates the very best of British + children’s television, with a dazzling array of clips + from some of the most treasured programmes ever made + and revealing chats with some of TV’s most beloved + stars. But Konnie also tells a perhaps more + surprising story: of how kids’ TV has frequently been + at the forefront of social change, in terms of the + stories it tells and the people who get to tell them. + popularity: 2.636 + poster_path: /kuEcbIvW70o27cdUuuNTFwouigU.jpg + release_date: '2022-10-26' + title: 'Kids'' TV: The Surprising Story' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /8B7ZCUeLsTqO72o0uVKMIQXSjOi.jpg + character: Genie / Mariner (archive footage) + credit_id: 62ba30d468b766006174866d + genre_ids: + - 99 + - 10402 + id: 512191 + media_type: movie + order: 96 + original_language: en + original_title: Howard + overview: >- + Though legendary lyricist Howard Ashman died far too + young, his impact on Broadway, movies, and the culture + at large were incalculable. Told entirely through rare + archival footage and interviews with Ashman’s family, + friends, associates, and longtime partner Bill Lauch, + Howard is an intimate tribute to a + once-in-a-generation talent and a rousing celebration + of musical storytelling itself. + popularity: 5.917 + poster_path: /kTMIYVGKeXsIcVumZvyapkhvQiY.jpg + release_date: '2018-04-22' + title: Howard + video: false + vote_average: 6.9 + vote_count: 48 + - adult: false + backdrop_path: /e3dzlpDdqkVrxfw9gusYPjG5Vub.jpg + character: Nicky Spurgeon + credit_id: 530789e0925141111100018d + genre_ids: + - 10749 + - 35 + - 80 + id: 256591 + media_type: movie + order: 0 + original_language: en + original_title: Focus + overview: >- + Nicky, an accomplished con artist, gets romantically + involved with his disciple Jess but later ends their + relationship. Years later, she returns as a femme + fatale to spoil his plans. + popularity: 32.29 + poster_path: /j6YcokvYBLSRLBQ4LxeeY6B1Aso.jpg + release_date: '2015-02-25' + title: Focus + video: false + vote_average: 6.878 + vote_count: 7841 + - adult: false + backdrop_path: null + character: Self - Host (archive footage) + credit_id: 62cd331ba9117f131cbd4088 + genre_ids: + - 99 + id: 999067 + media_type: movie + order: 0 + original_language: en + original_title: One Strange Rock + overview: >- + A mind-bending, thrilling journey exploring the + fragility and wonder of planet Earth, one of the most + peculiar, unique places in the entire universe, + brought to life by the only people to have left it + behind – the world’s most well known and leading + astronauts. This edit combined episodes one and ten to + create a new movie. + popularity: 1.81 + poster_path: /2yKKKl9d1H5f3EjZrijpr8WOqQu.jpg + release_date: '2022-07-10' + title: One Strange Rock + video: true + vote_average: 5.7 + vote_count: 3 + - adult: false + backdrop_path: /c5Hub79rAGq7MtKrRNcr5Rfk3NM.jpg + character: Self + credit_id: 658f14116611b46b9fa40ca4 + genre_ids: + - 99 + - 10402 + id: 746752 + media_type: movie + order: 2 + original_language: fr + original_title: 'Bigflo & Oli : Presque Trop' + overview: >- + Go backstage with French rap duo Bigflo & Oli in this + intimate music documentary, then join the superstar + siblings as they embark on a major tour. + popularity: 3.744 + poster_path: /heCJcnFHizhV286Y71W92f9mrBQ.jpg + release_date: '2020-10-08' + title: 'Bigflo & Oli: Hip Hop Frenzy' + video: false + vote_average: 7 + vote_count: 70 + - adult: false + backdrop_path: null + character: Self + credit_id: 6326378d8d22fc007a30eebc + genre_ids: + - 35 + - 10402 + - 10770 + - 99 + id: 537745 + media_type: movie + order: 134 + original_language: en + original_title: Night of 100 Stars III + overview: >- + A celebrity benefit for The Actors' Fund of America, + featuring music, songs, dance and comedy. + popularity: 1.523 + poster_path: /886JJFF8s2z3x5txGkaVRnmeMU9.jpg + release_date: '1990-05-21' + title: Night of 100 Stars III + video: false + vote_average: 4 + vote_count: 2 + - adult: false + backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg + character: Floyd Lawton / Deadshot + credit_id: 547ebbec92514124aa000a6d + genre_ids: + - 28 + - 12 + - 14 + id: 297761 + media_type: movie + order: 0 + original_language: en + original_title: Suicide Squad + overview: >- + From DC Comics comes the Suicide Squad, an antihero + team of incarcerated supervillains who act as deniable + assets for the United States government, undertaking + high-risk black ops missions in exchange for commuted + prison sentences. + popularity: 46.652 + poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg + release_date: '2016-08-03' + title: Suicide Squad + video: false + vote_average: 5.921 + vote_count: 21151 + - adult: false + backdrop_path: /bDp6SAo5tDf4KyZHX5hOg0Tj74D.jpg + character: Self + credit_id: 6596fba6a6c10410ddfa83eb + genre_ids: + - 99 + - 18 + id: 1226352 + media_type: movie + order: 3 + original_language: en + original_title: Free Child + overview: >- + From leaving Egypt 10 years ago, to almost dying a + month ago in a car accident. This film is about the + journey in between and the massive role the internet + played in the life of prominent Youtuber and Yes + Theory co-founder Ammar Kandil. + popularity: 2.591 + poster_path: /n03RhHzq0henGZ7M1Lif1TfKZvH.jpg + release_date: '2020-09-28' + title: Free Child + video: false + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg + character: Dr. Bennet Omalu + credit_id: 54c884a1925141678e00568e + genre_ids: + - 18 + id: 321741 + media_type: movie + order: 0 + original_language: en + original_title: Concussion + overview: >- + A dramatic thriller based on the incredible true David + vs. Goliath story of American immigrant Dr. Bennet + Omalu, the brilliant forensic neuropathologist who + made the first discovery of CTE, a football-related + brain trauma, in a pro player and fought for the truth + to be known. Omalu's emotional quest puts him at + dangerous odds with one of the most powerful + institutions in the world. + popularity: 12.822 + poster_path: /gseayWAIFt3GQrEUNuUcYxT77Ud.jpg + release_date: '2015-11-12' + title: Concussion + video: false + vote_average: 7.09 + vote_count: 2540 + - adult: false + backdrop_path: /TiiWQf1pMFIfR3z7hxdAAd4PnN.jpg + character: Self (archive footage) + credit_id: 635e94b7efd3c200918dcc80 + genre_ids: + - 10751 + - 10402 + - 10770 + id: 341949 + media_type: movie + order: 52 + original_language: en + original_title: 'Sesame Street: Elmopalooza!' + overview: >- + Jon Stewart hosts the Sesame Street Muppets' 30 year + celebration, but Elmo steps in when things go awry. + popularity: 1.19 + poster_path: /64QjfrazV5J12PUoqMvNOyKjRxL.jpg + release_date: '1998-02-20' + title: 'Sesame Street: Elmopalooza!' + video: false + vote_average: 5.8 + vote_count: 5 + - adult: false + backdrop_path: null + character: Self (archive footage) + credit_id: 65c67b3e4350110183e6f70d + genre_ids: + - 99 + - 10402 + id: 324610 + media_type: movie + order: 29 + original_language: en + original_title: Yo! The Story of ‘Yo! MTV Raps’ + overview: >- + A provocative look into the seven-year history of the + series that gave hip hop a voice and broke color + barriers, integrating MTV with rap. "Yo! MTV Raps" + premiered on August 6, 1988 with hosts Fab 5 Freddy, + Ed Lover and Doctor Dré, and shaped the careers of + many of today’s hip hop superstars, while + simultaneously making groundbreaking strides in + introducing hip hop to the mainstream. + popularity: 2.444 + poster_path: /5peOO9sApI7GXOVBFQPgrlsWLBM.jpg + release_date: '2012-06-07' + title: Yo! The Story of ‘Yo! MTV Raps’ + video: false + vote_average: 2 + vote_count: 0 + - adult: false + backdrop_path: /jEo7s4kyUiClgtxXqYcLRWvJTik.jpg + character: Self + credit_id: 65cca2d7e263bb0186692850 + genre_ids: + - 10402 + - 99 + id: 1216282 + media_type: movie + order: 22 + original_language: en + original_title: A GRAMMY Salute To 50 Years Of Hip-Hop + overview: >- + A once-in-a-lifetime live concert special celebrating + the 50th anniversary of hip-hop. Airing Sunday, Dec. + 10, at at 8:30 p.m. ET/8 p.m. PT on the CBS Television + Network and streaming live and on demand on + Paramount+, the two-hour tribute special will feature + exclusive performances from hip-hop legends and + GRAMMY-winning artists, including Black Thought, Bun + B, Common, De La Soul, Jermaine Dupri, J.J. Fad, Talib + Kweli, The Lady Of Rage, LL COOL J, MC Sha-Rock, Monie + Love, The Pharcyde, Queen Latifah, Questlove, Rakim, + Remy Ma, Uncle Luke, and Yo-Yo. + popularity: 2.644 + poster_path: /8PPBVqnMsESwN0n9TNuA4HAG6IS.jpg + release_date: '2023-12-10' + title: A GRAMMY Salute To 50 Years Of Hip-Hop + video: false + vote_average: 8.5 + vote_count: 2 + - adult: false + backdrop_path: /3yJCGeV4c4H0eMojckyva9vMATd.jpg + character: Self + credit_id: 65ce2d0c13a38801879f3170 + genre_ids: + - 10402 + id: 171084 + media_type: movie + order: 3 + original_language: de + original_title: 'Tina Turner : Celebrate!' + overview: >- + Tina Turner celebrates her 60th birthday with this + unbelievable 1999 concert. Turner performs a variety + from her repertoire from throughout her entire career + – her beginnings with Ike Turner, the 80’s resurgence + and later career material. Hits featured are 'River + Deep, Mountain High', 'What's Love Got to Do With It', + 'Nutbush City Limits', 'The Best' and '24/7'. + popularity: 1.416 + poster_path: /5iRALSqo8V25KZFB6Ybrr2L1ng7.jpg + release_date: '1999-11-26' + title: 'Tina Turner : Celebrate!' + video: true + vote_average: 8.7 + vote_count: 3 + - adult: false + backdrop_path: /iovi35nPfjbYTw2gRo7uImWblRU.jpg + character: Howard Inlet + credit_id: 55d4d38392514102d500281b + genre_ids: + - 18 + - 10749 + id: 345920 + media_type: movie + order: 0 + original_language: en + original_title: Collateral Beauty + overview: >- + Retreating from life after a tragedy, a man questions + the universe by writing to Love, Time and Death. + Receiving unexpected answers, he begins to see how + these things interlock and how even loss can reveal + moments of meaning and beauty. + popularity: 30.723 + poster_path: /4vfqosgik5pLb32RpskYifp8PWJ.jpg + release_date: '2016-12-15' + title: Collateral Beauty + video: false + vote_average: 7.223 + vote_count: 5370 + - adult: false + backdrop_path: /tp5xCbXsevp5rJG11HRfXYuruDZ.jpg + character: Self + credit_id: 660c2ed16dc507017e559423 + genre_ids: + - 10770 + - 10751 + - 99 + id: 238466 + media_type: movie + order: 23 + original_language: en + original_title: 'David Blaine: Real or Magic' + overview: >- + David Blaine's signature brand of street magic + mystifies the most recognisable celebrities in the + world, such as Jamie Foxx, Bryan Cranston, Aaron Paul, + Ricky Gervais, Katy Perry, Woody Allen, and Robert + DeNiro, to name a few. He goes to the homes of Kanye + West and Harrison Ford, Will Smith and Olivia Wilde. + He pays a visit to Stephen Hawking at his office in + Cambridge University. Blaine also travels the world, + astonishing people from all walks of life with + never-before seen, inconceivable magic. + popularity: 4.684 + poster_path: /gTMYu8oaAu31PW3wPooGLuM5maA.jpg + release_date: '2013-11-19' + title: 'David Blaine: Real or Magic' + video: false + vote_average: 6.7 + vote_count: 82 + - adult: false + backdrop_path: /hYY7wC3vuwSmoRdcMalVMjPC0a0.jpg + character: ESPN Reporter + credit_id: 660b2fae9c97bd017ca40404 + genre_ids: + - 35 + id: 109443 + media_type: movie + order: 71 + original_language: en + original_title: 'Anchorman 2: The Legend Continues' + overview: >- + With the 70s behind him, San Diego's top rated + newsman, Ron Burgundy, returns to take New York's + first 24-hour news channel by storm. + popularity: 27.328 + poster_path: /BAdmxMdCqzjs6hx3KuEtnoWP8d.jpg + release_date: '2013-12-18' + title: 'Anchorman 2: The Legend Continues' + video: false + vote_average: 6.139 + vote_count: 2578 + - adult: false + backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg + character: Self + credit_id: 660bc789d6dbba014a6f2e36 + genre_ids: + - 99 + id: 1242980 + media_type: movie + order: 13 + original_language: pt + original_title: Nos Bastidores de Hollywood + overview: '' + popularity: 2.023 + poster_path: /2tbIAd61D03RPNvjouFq9CkyKWo.jpg + release_date: '2005-03-01' + title: Nos Bastidores de Hollywood + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 56a2c015c3a3683890000d06 + genre_ids: + - 99 + id: 378674 + media_type: movie + order: 4 + original_language: en + original_title: DC Films Presents Dawn of the Justice League + overview: >- + A documentary special taking a look at the upcoming + films making up the DC Universe. Kevin Smith hosts + with Geoff Johns, as they take a look at Batman vs + Superman: Dawn of Justice, Suicide Squad, the upcoming + Wonder Woman and Justice League movies. + popularity: 8.212 + poster_path: /jjYndp8PuLFNuIbGg6Zs7MkxWIc.jpg + release_date: '2016-01-19' + title: DC Films Presents Dawn of the Justice League + video: false + vote_average: 6 + vote_count: 68 + - adult: false + backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg + character: Mike + credit_id: 56b410fa92514114e5003551 + genre_ids: + - 53 + - 28 + - 80 + id: 38700 + media_type: movie + order: 0 + original_language: en + original_title: Bad Boys for Life + overview: >- + Marcus and Mike are forced to confront new threats, + career changes, and midlife crises as they join the + newly created elite team AMMO of the Miami police + department to take down the ruthless Armando Armas, + the vicious leader of a Miami drug cartel. + popularity: 81.514 + poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg + release_date: '2020-01-15' + title: Bad Boys for Life + video: false + vote_average: 7.139 + vote_count: 8290 + - adult: false + backdrop_path: /hu4psJoKxDYezvvS4GlLF531fom.jpg + character: Daryl Ward + credit_id: 574c539f9251410ef80000d8 + genre_ids: + - 14 + - 28 + - 53 + id: 400106 + media_type: movie + order: 0 + original_language: en + original_title: Bright + overview: >- + In an alternate present-day where magical creatures + live among us, two L.A. cops become embroiled in a + prophesied turf battle. + popularity: 23.137 + poster_path: /whkT53Sv2vKAUiknQ13pqcWaPXB.jpg + release_date: '2017-12-22' + title: Bright + video: false + vote_average: 6.152 + vote_count: 5642 + - adult: false + backdrop_path: /15w69mRh7r6XTWF4ipIB59eoG6r.jpg + character: Cameo + credit_id: 6667e76e4a60c1410bf71455 + genre_ids: + - 10749 + - 35 + - 18 + id: 503129 + media_type: movie + order: 15 + original_language: hi + original_title: Student of the Year 2 + overview: >- + A student must overcome bullies and hardships, both + academic and romantic, in order to win his college's + coveted Student of the Year trophy. + popularity: 15.596 + poster_path: /78EMPsM8bu9R3jcxgBUUAQoVgI.jpg + release_date: '2019-05-10' + title: Student of the Year 2 + video: false + vote_average: 4.444 + vote_count: 72 + - adult: false + backdrop_path: null + character: Jon Grady + credit_id: 6671edb8dbc136011d90aee3 + genre_ids: + - 878 + - 53 + id: 693390 + media_type: movie + order: 0 + original_language: en + original_title: Resistor + overview: >- + Physicist Jon Grady and his team discover a device + that can reflect gravity — a triumph that will + revolutionize the field of physics and change the + future. But instead of acclaim, Grady's lab is locked + down by a covert organization known as the Bureau of + Technology Control. When Grady refuses to join the + BTC, he's thrown into a nightmarish high-tech prison + housing other doomed rebel intellects. + popularity: 1.87 + poster_path: null + release_date: '' + title: Resistor + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Hancock + credit_id: 66646cd718bd0a0bdb4d38d2 + genre_ids: + - 14 + - 28 + id: 475387 + media_type: movie + order: 0 + original_language: en + original_title: Hancock 2 + overview: '' + popularity: 9.235 + poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg + release_date: '' + title: Hancock 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tPUP70sPdV9l0otMf23lFNng0nF.jpg + character: '' + credit_id: 66b8db3686f5391f4fa7e3c1 + genre_ids: [] + id: 1328458 + media_type: movie + order: 0 + original_language: en + original_title: The Fresh Prince of Nowhere + overview: >- + 25 years ago, a biographical documentary on Will Smith + was crafted, completed, and concealed. Today, just one + VHS copy remains. Originally titled The Fresh Prince + of Everywhere, this vandalised tape now goes as The + Fresh Prince of Nowhere - and where it picked up its + new name, no one knows. Seemingly resonating with an + uncanny relevance to the present day, the documentary + is an eerie yet meaningful lesson in love, fame and + failure. In 2024, the world knows a different Will + Smith to the one we knew on the cusp of the + millennium. But the story of this VHS tape is a + timeless reflection on the cycles of triumph, + adversity, and the cost of fame. + popularity: 1.319 + poster_path: /wmeho2nhr1bdiXxWcGcRlaFdr9e.jpg + release_date: '2024-03-29' + title: The Fresh Prince of Nowhere + video: true + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg + character: Genie / Mariner + credit_id: 58f991d0925141588d004052 + genre_ids: + - 12 + - 14 + - 10749 + - 10751 + id: 420817 + media_type: movie + order: 0 + original_language: en + original_title: Aladdin + overview: >- + A kindhearted street urchin named Aladdin embarks on a + magical adventure after finding a lamp that releases a + wisecracking genie while a power-hungry Grand Vizier + vies for the same lamp that has the power to make + their deepest wishes come true. + popularity: 50.646 + poster_path: /ykUEbfpkf8d0w49pHh0AD2KrT52.jpg + release_date: '2019-05-22' + title: Aladdin + video: false + vote_average: 7.098 + vote_count: 10067 + - adult: false + backdrop_path: /sfW7GcOuwZFuCxVoU5ULlkiDJ7Q.jpg + character: Henry Brogen / Junior + credit_id: 595f247b9251410bfa09d25c + genre_ids: + - 878 + - 28 + - 12 + - 53 + id: 453405 + media_type: movie + order: 0 + original_language: en + original_title: Gemini Man + overview: >- + Henry Brogan is an elite 51-year-old assassin who's + ready to call it quits after completing his 72nd job. + His plans get turned upside down when he becomes the + target of a mysterious operative who can seemingly + predict his every move. To his horror, Brogan soon + learns that the man who's trying to kill him is a + younger, faster, cloned version of himself. + popularity: 28.914 + poster_path: /uTALxjQU8e1lhmNjP9nnJ3t2pRU.jpg + release_date: '2019-10-02' + title: Gemini Man + video: false + vote_average: 6.289 + vote_count: 5122 + - adult: false + backdrop_path: /gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg + character: Self - Philadelphia + credit_id: 59e392fe9251410b67000415 + genre_ids: + - 10402 + - 99 + id: 42348 + media_type: movie + order: 45 + original_language: en + original_title: Live 8 + overview: >- + On 2 July 2005 an estimated 3 billion people came + together in the fight against extreme poverty. LIVE 8 + - 10 concerts featuring over 1000 musicians from + across the globe - asked people not for their money, + but for their voice. + popularity: 2.31 + poster_path: /joFzIENnJHDLesiktLETN3VNutO.jpg + release_date: '2005-11-07' + title: Live 8 + video: false + vote_average: 7.2 + vote_count: 23 + - adult: false + backdrop_path: /A5DEgBGrp1lK4yWYDpdQ7YNFSfy.jpg + character: Will Smith + credit_id: 59e392fe9251410b67000419 + genre_ids: + - 35 + id: 127088 + media_type: movie + order: 49 + original_language: en + original_title: Welcome to Hollywood + overview: >- + A film director decides to chart the course of a young + actor as he tries to make it in Hollywood... + popularity: 4.101 + poster_path: /6lteBH7j3De6sCYIRCXWBPskaLq.jpg + release_date: '1998-10-01' + title: Welcome to Hollywood + video: false + vote_average: 3.8 + vote_count: 9 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b67000417 + genre_ids: + - 99 + id: 378386 + media_type: movie + order: 28 + original_language: en + original_title: 'Star Wars: Greatest Moments' + overview: >- + Alex Zane counts down the top 20 Star Wars moments as + voted by the public. Includes contributions from + famous fans as well as the stars and crew of the + intergalactic saga. + popularity: 3.169 + poster_path: /zIffPwISrW48qSmvAXEV27lBTMA.jpg + release_date: '2015-12-26' + title: 'Star Wars: Greatest Moments' + video: false + vote_average: 7 + vote_count: 32 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b6700041d + genre_ids: + - 10402 + - 99 + id: 413131 + media_type: movie + order: 0 + original_language: en + original_title: 'Will Smith: Live in Concert' + overview: >- + Will Smith performs live in concert some of his old + and new hits. + popularity: 1.266 + poster_path: /4lTEZfXUNON6wxh6CWYcJrO0Sv6.jpg + release_date: '2005-06-14' + title: 'Will Smith: Live in Concert' + video: false + vote_average: 5.8 + vote_count: 10 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b67000421 + genre_ids: + - 99 + - 35 + - 878 + id: 461916 + media_type: movie + order: 3 + original_language: en + original_title: Metamorphosis of 'Men in Black' + overview: >- + An in-depth look into the creation of the special + effects for the film Men in Black (1997). Various + interviews with the cast and filmmakers and a look at + the pre-rendered SFX from ILM and Rick Baker. Also a + look at storyboards and information about the change + of the script during production. + popularity: 1.539 + poster_path: /5ax0t8bU8E5JhtxkPGQT48TSOvZ.jpg + release_date: '2000-09-05' + title: Metamorphosis of 'Men in Black' + video: false + vote_average: 5 + vote_count: 3 + - adult: false + backdrop_path: /lLe36uxDamMg6YWmIBN7bhuSmdy.jpg + character: Manny + credit_id: 59e392fe9251410b6700040d + genre_ids: + - 18 + - 53 + - 80 + id: 17736 + media_type: movie + order: 8 + original_language: en + original_title: Where the Day Takes You + overview: >- + King is a young man, but he's already a veteran of + life on the streets of Los Angeles. The de facto + leader of a group of teenage runaways, King acts as a + mentor to troubled kids such as gay hustler Little J + and junkie Greg. When Heather, a beautiful girl from + Chicago, starts hanging out with King and his crew, it + changes the dynamic of the gang. However, it seems as + though nothing will alter their dangerous lifestyle. + popularity: 5.488 + poster_path: /6W7pwB1o601kN8zySjHNz5X3QDK.jpg + release_date: '1992-09-11' + title: Where the Day Takes You + video: false + vote_average: 6.122 + vote_count: 55 + - adult: false + backdrop_path: /A5VWK3aPhMUbEyKkOKdSrZr70JL.jpg + character: Self + credit_id: 59e392fe9251410b6700041b + genre_ids: + - 35 + id: 452460 + media_type: movie + order: 10 + original_language: en + original_title: Torrance Rises + overview: >- + A mockumentary chronicling the Torrance Community + Dance Group (from Fatboy Slim's "Praise You" video) on + their road to the MTV Video Music Awards. + popularity: 1.042 + poster_path: /2CShiMeuWypm9ObpfZl0R2g03je.jpg + release_date: '1999-01-01' + title: Torrance Rises + video: false + vote_average: 7.8 + vote_count: 5 + - adult: false + backdrop_path: /uG1v9Hk1XKICd6IJChRR20mBh8i.jpg + character: Lance Sterling (voice) + credit_id: 59e48d59925141082b029493 + genre_ids: + - 16 + - 28 + - 12 + - 35 + - 10751 + id: 431693 + media_type: movie + order: 0 + original_language: en + original_title: Spies in Disguise + overview: >- + Super spy Lance Sterling and scientist Walter Beckett + are almost exact opposites. Lance is smooth, suave and + debonair. Walter is… not. But what Walter lacks in + social skills he makes up for in smarts and invention, + creating the awesome gadgets Lance uses on his epic + missions. But when events take an unexpected turn, + Walter and Lance suddenly have to rely on each other + in a whole new way. + popularity: 24.749 + poster_path: /e7rWcrnuNej3JeVjqmRu0jVeRa4.jpg + release_date: '2019-12-04' + title: Spies in Disguise + video: false + vote_average: 7.6 + vote_count: 2800 + - adult: false + backdrop_path: null + character: Self + credit_id: 5a5e8a899251412eac000b3c + genre_ids: + - 99 + id: 85770 + media_type: movie + order: 19 + original_language: en + original_title: A Man's Story + overview: >- + Documentary about British fashion designer Ozwald + Boateng. + popularity: 2.405 + poster_path: /7XChyRgt2B1GrJoPYrV4oGuOApD.jpg + release_date: '2011-10-08' + title: A Man's Story + video: false + vote_average: 6.9 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 5b0191790e0a2623d700bbc4 + genre_ids: + - 99 + id: 525331 + media_type: movie + order: 3 + original_language: en + original_title: Roswell Top Secret + overview: >- + Something happened near the town of Rosewell. This + event came to be known as the Rosewell incident. The + town has since become synonymous with flying saucers + crashes, alien visitation, government cover up, or + what many say, a jump to conclusions and a gross + distortion of facts. + popularity: 0.547 + poster_path: /72WcqiUCfDhcpkcbxP3VvsJwlAk.jpg + release_date: '1998-01-01' + title: Roswell Top Secret + video: false + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: /avW5cKK7hELN7tZuF7iajQTVDgA.jpg + character: Self + credit_id: 5bb3f793c3a3687b0b002146 + genre_ids: + - 99 + - 10402 + - 36 + id: 551587 + media_type: movie + order: 10 + original_language: en + original_title: >- + National Museum of African American History and + Culture Grand Opening Ceremony + overview: >- + The grand opening dedication ceremony of the + Smithsonian's National Museum of African American + History and Culture. + popularity: 0.595 + poster_path: /pEk4ySUowiwaxoNSZvSYYKJf7wa.jpg + release_date: '2016-09-24' + title: >- + National Museum of African American History and + Culture Grand Opening Ceremony + video: true + vote_average: 5.5 + vote_count: 1 + - adult: false + backdrop_path: /8McBKWoQOQZfeIGQl23g0TJ6jto.jpg + character: Self + credit_id: 5bac13980e0a2664df02fce3 + genre_ids: + - 99 + - 10402 + id: 504561 + media_type: movie + order: 5 + original_language: en + original_title: Quincy + overview: >- + An intimate look into the life of icon Quincy Jones. A + unique force in music and popular culture for 70 + years, Jones has transcended racial and cultural + boundaries; his story is inextricably woven into the + fabric of America. Jones came to prominence in the + 1950s as a jazz arranger and conductor before working + on pop music and film scores. He moved easily between + musical genres, producing major pop hits of the early + 1960s and serving as an arranger and conductor for + several collaborations in the same time period. + popularity: 6.64 + poster_path: /yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg + release_date: '2018-09-09' + title: Quincy + video: false + vote_average: 7.3 + vote_count: 106 + - adult: false + backdrop_path: /2NMov7UkikACB3m5FCndZZ0LG8U.jpg + character: Oscar (voice) + credit_id: 5c466f760e0a26496bc891ec + genre_ids: + - 16 + - 35 + - 10751 + id: 118254 + media_type: movie + order: 2 + original_language: en + original_title: Club Oscar + overview: >- + Picking up where Shark Tale ends, all the characters + of the film dance at the whale wash in a spoof of + Saturday Night Fever. + popularity: 3.012 + poster_path: /o8o3lBY3oiI8NwpzZw8nLMUH3FA.jpg + release_date: '2005-02-08' + title: Club Oscar + video: false + vote_average: 4.944 + vote_count: 18 + - adult: false + backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg + character: Richard Williams + credit_id: 5d288a8fcaab6d00129b75a6 + genre_ids: + - 18 + - 36 + id: 614917 + media_type: movie + order: 0 + original_language: en + original_title: King Richard + overview: >- + The story of how Richard Williams served as a coach to + his daughters Venus and Serena, who will soon become + two of the most legendary tennis players in history. + popularity: 23.53 + poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg + release_date: '2021-11-18' + title: King Richard + video: false + vote_average: 7.649 + vote_count: 2497 + - adult: false + backdrop_path: null + character: Nick Cooper + credit_id: 5d73f770209f180013fc9c70 + genre_ids: + - 878 + id: 629423 + media_type: movie + order: 0 + original_language: en + original_title: Brilliance + overview: >- + In the future, non-neurotypical people — demonized by + society as “twists” or “abnorms” — are threatening the + status quo of the “normal” population with their + unique gifts. They are officially labeled as + “Brilliants” and are carefully tracked by the + government. + popularity: 1.203 + poster_path: null + release_date: '' + title: Brilliance + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 5dd930a712aabc00169120d8 + genre_ids: + - 99 + - 878 + id: 277499 + media_type: movie + order: 25 + original_language: en + original_title: >- + From Star Wars to Star Wars: The Story of Industrial + Light & Magic + overview: >- + The incredible evolution of George Lucas' special + effects dream factory, including an inside look at + "Star Wars: Episode One - The Phantom Menace." + popularity: 4.325 + poster_path: /eOK9FczS2GrH8ByZr9RkLYnQiW6.jpg + release_date: '1999-06-15' + title: >- + From Star Wars to Star Wars: The Story of Industrial + Light & Magic + video: false + vote_average: 8.1 + vote_count: 9 + - adult: false + backdrop_path: /r0DFmENrZIM1qHeDofxYQS4v07T.jpg + character: Self + credit_id: 5de218c1c51acd0015f6bdf3 + genre_ids: + - 99 + id: 621757 + media_type: movie + order: 10 + original_language: en + original_title: Dads + overview: >- + A joyful exploration of modern fatherhood, this doc + gathers the testimonies of dads around the world, from + famous comedians to everyday parents. Their unfiltered + stories speak to the beauty, struggles, and ridiculous + hilarity of being a dad today. + popularity: 4.833 + poster_path: /lDBHH2oQJJtSIsUZfruBEDXra2n.jpg + release_date: '2019-09-06' + title: Dads + video: false + vote_average: 6.71 + vote_count: 31 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e72c626357c0000134a0856 + genre_ids: + - 878 + - 28 + id: 579480 + media_type: movie + order: 1 + original_language: en + original_title: 'Independence Day: The ID4 Invasion' + overview: >- + A "mockumentary" of the alien invasion during + Independence Day. Barry Nolan hosts the programme, the + first 9 minutes of which are a spoof news report of + the events of the film. The middle bit is a discussion + of the film by cast and crew, and at the end various + scientists and politicians discuss what would happen + if real aliens arrive on Earth. + popularity: 2.744 + poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg + release_date: '1996-06-30' + title: 'Independence Day: The ID4 Invasion' + video: false + vote_average: 6.4 + vote_count: 10 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e72cf59357c000019495ea8 + genre_ids: + - 99 + - 878 + - 28 + id: 684413 + media_type: movie + order: 2 + original_language: en + original_title: The Making of 'Independence Day' + overview: >- + We take a look at various fields of development for + the motion picture, Independence Day (1996). Jeff + Goldblum is our guide through 'Area ID4' (a rip-off + name of Area 51). He pretends to creep around and give + us "secret" information about the film. There is also + interviews with the cast and crew, and some other + behind the scenes stuff that is only there to impress + you, and to make you want to go see the film. + popularity: 1.961 + poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg + release_date: '1996-06-29' + title: The Making of 'Independence Day' + video: true + vote_average: 5.8 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e8aa24f9a99001433d18f + genre_ids: + - 99 + - 35 + - 878 + id: 687112 + media_type: movie + order: 4 + original_language: en + original_title: Barry Sonnenfeld's Intergalactic Guide to Comedy + overview: >- + Provides a few minutes of joking around about how + director Barry Sonnenfeld's dry comedy style works. + popularity: 0.597 + poster_path: /iWPWZvh9uP1Z0LG1IY6U8vMwDEi.jpg + release_date: '2002-11-26' + title: Barry Sonnenfeld's Intergalactic Guide to Comedy + video: true + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7ea1a04f9a990016340e43 + genre_ids: + - 35 + - 37 + - 99 + id: 687143 + media_type: movie + order: 0 + original_language: en + original_title: 'Wild Wild West: Wardrobes of the West' + overview: An interesting look at the costume design of the movie + popularity: 1.893 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-11-30' + title: 'Wild Wild West: Wardrobes of the West' + video: true + vote_average: 4 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9b884f9a99001433ed25 + genre_ids: + - 99 + - 878 + - 35 + id: 687134 + media_type: movie + order: 4 + original_language: en + original_title: MIB ADR + overview: A look at the ADR of Men in Black II (2002) + popularity: 0.886 + poster_path: /4Aw6o4AAG5x3ydWyaBRoeHknf6E.jpg + release_date: '2002-11-26' + title: MIB ADR + video: true + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9239c144dd001723e241 + genre_ids: + - 99 + - 878 + - 35 + id: 687121 + media_type: movie + order: 1 + original_language: en + original_title: 'Design in Motion: The Look of ''Men in Black II''' + overview: A look at the art direction of Men in Black II (2002) + popularity: 2.083 + poster_path: /i12BzsvVF8yofENLfH1Mjo04lPb.jpg + release_date: '2002-11-26' + title: 'Design in Motion: The Look of ''Men in Black II''' + video: true + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9f27c144dd001723feab + genre_ids: + - 99 + - 35 + - 37 + id: 687141 + media_type: movie + order: 8 + original_language: en + original_title: 'It''s a Whole New West: The Making of ''Wild, Wild West''' + overview: >- + This is a promotional behind the scenes featurette + that originally appeared on HBO. A lot of the usual + interviews and behind-the-scenes clips, but enjoyably, + there are a few shots that look at how the FX were + filmed. + popularity: 1.742 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-06-29' + title: 'It''s a Whole New West: The Making of ''Wild, Wild West''' + video: false + vote_average: 4.9 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7ea5b5c68b69001741475d + genre_ids: + - 99 + - 35 + - 37 + id: 687151 + media_type: movie + order: 0 + original_language: en + original_title: 'Wild Wild West: Good Guys Gadgets' + overview: A look at some of the gadgets and effects of the movie + popularity: 1.022 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-11-30' + title: 'Wild Wild West: Good Guys Gadgets' + video: true + vote_average: 5.3 + vote_count: 3 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7eae0270309f00176047d8 + genre_ids: + - 99 + - 35 + - 878 + id: 687162 + media_type: movie + order: 0 + original_language: en + original_title: The Making of Men in Black + overview: Behind the scenes of Men in Black (1997) + popularity: 1.912 + poster_path: /31l8XyHx7sRI1nbIh5SfBRXHOw7.jpg + release_date: '1997-11-04' + title: The Making of Men in Black + video: true + vote_average: 7.7 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e77ed8eb1f68d0014e5e852 + genre_ids: + - 99 + - 878 + - 28 + id: 685607 + media_type: movie + order: 0 + original_language: en + original_title: 'After Earth: A Father''s Legacy' + overview: >- + This is a featurette with some behind-the-scenes + footage of Will Smith and Jaden Smith on-set + popularity: 18.664 + poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg + release_date: '2013-10-08' + title: 'After Earth: A Father''s Legacy' + video: true + vote_average: 6.5 + vote_count: 12 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e77f0b4357c000013517d00 + genre_ids: + - 99 + - 878 + - 28 + id: 685614 + media_type: movie + order: 0 + original_language: en + original_title: 'After Earth: 1,000 Years in 300 Seconds' + overview: >- + Shows Behind-the-Scenes footage compiled into a + montage video clip set to music, with no dialogue. + popularity: 3.682 + poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg + release_date: '2013-10-08' + title: 'After Earth: 1,000 Years in 300 Seconds' + video: true + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e84f8d1e38bd80013ac2713 + genre_ids: + - 99 + id: 688736 + media_type: movie + order: 0 + original_language: en + original_title: 'Making Pursuit: An Italian Take on the American Dream' + overview: >- + This is a "making of" documentary for the hit film + "The Pursuit of Happyness". It chronicles a foreign + director's perspective on The American Dream, and the + challenges in making the film. + popularity: 1.245 + poster_path: /fNpy4kXzd5WRCVDHQxpwgLzakbQ.jpg + release_date: '2007-03-27' + title: 'Making Pursuit: An Italian Take on the American Dream' + video: true + vote_average: 9 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e860cab5294e700114b244a + genre_ids: [] + id: 689041 + media_type: movie + order: 0 + original_language: en + original_title: 'Father and Son: On Screen and Off' + overview: >- + A look into Will and Jaden Smith's father and son bond + on and off the screen of The Pursuit of Happyness + popularity: 0.906 + poster_path: /72su4fAPcid1koHYegAe62NfPn2.jpg + release_date: '2007-05-22' + title: 'Father and Son: On Screen and Off' + video: true + vote_average: 6 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5eba862c7d2bc1001d026661 + genre_ids: + - 35 + id: 702942 + media_type: movie + order: 40 + original_language: en + original_title: Feeding America Comedy Festival + overview: All-star comics perform in support of Feeding America. + popularity: 3.139 + poster_path: /mE6PuUktz0zAfI5PvsNXDdDZEzu.jpg + release_date: '2020-05-10' + title: Feeding America Comedy Festival + video: false + vote_average: 6.8 + vote_count: 4 + - adult: false + backdrop_path: null + character: Self + credit_id: 5ed87962e4b576002038a21a + genre_ids: + - 10751 + - 35 + - 10770 + id: 564784 + media_type: movie + order: 19 + original_language: en + original_title: Disneyland's 35th Anniversary Special + overview: Celebration of Disneyland's 35th Anniversary + popularity: 3.001 + poster_path: /nUAoRVhGZqsQMrUjKZ7f1rLclYD.jpg + release_date: '1990-07-01' + title: Disneyland's 35th Anniversary Special + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg + character: Peter + credit_id: 5ee790e915794a0021158ead + genre_ids: + - 18 + - 10752 + - 36 + id: 715931 + media_type: movie + order: 0 + original_language: en + original_title: Emancipation + overview: >- + Inspired by the gripping true story of a man who would + do anything for his family—and for freedom. When + Peter, an enslaved man, risks his life to escape and + return to his family, he embarks on a perilous journey + of love and endurance. + popularity: 23.242 + poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg + release_date: '2022-12-02' + title: Emancipation + video: false + vote_average: 7.8 + vote_count: 1130 + - adult: false + backdrop_path: null + character: '' + credit_id: 5f3b038f46aed4003467daef + genre_ids: + - 35 + id: 734184 + media_type: movie + order: 0 + original_language: en + original_title: Planes, Trains and Automobiles + overview: >- + Remake of the 1987 comedy about a pair of unlikely + travel companions trying to make their destinations in + time for the Holiday weekend. + popularity: 1.509 + poster_path: null + release_date: '' + title: Planes, Trains and Automobiles + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /hzbrQ8gR26R6BWbrp3HaPCRs08T.jpg + character: Self + credit_id: 5f4d4c999ecf1800359412f5 + genre_ids: + - 99 + id: 738362 + media_type: movie + order: 0 + original_language: en + original_title: The Fresh Prince of Bel-Air Reunion + overview: >- + Join Will Smith, Tatyana Ali, Karyn Parsons, Joseph + Marcell, Daphne Maxwell Reid, Alfonso Ribeiro and DJ + Jazzy Jeff, for a funny and heartfelt night full of + music and dancing in honor of the show that ran for + six seasons and 148 episodes. + popularity: 8.43 + poster_path: /tcKsgTnrjuZLWAJwn8uBZHy5YWy.jpg + release_date: '2020-11-18' + title: The Fresh Prince of Bel-Air Reunion + video: false + vote_average: 8.2 + vote_count: 157 + - adult: false + backdrop_path: /3UphTQsOLOiUVaYFXrfZjwuR0hB.jpg + character: Self (archive footage) + credit_id: 5f4fa487be7f350032e1c98d + genre_ids: + - 99 + - 10770 + id: 736206 + media_type: movie + order: 4 + original_language: en + original_title: 'David Blaine: Ascension' + overview: >- + David Blaine will redefine magic once again for an + unprecedented live event at a time when the world + could use a positive distraction. + popularity: 1.267 + poster_path: /i6vjILMgPc9lO5yRkBSmS46MHKL.jpg + release_date: '2020-09-02' + title: 'David Blaine: Ascension' + video: false + vote_average: 6.3 + vote_count: 7 + - adult: false + backdrop_path: null + character: Self + credit_id: 5f93484b7e9d5f00434f5b40 + genre_ids: + - 99 + - 10402 + id: 756740 + media_type: movie + order: 3 + original_language: en + original_title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep' + overview: >- + Behind the scenes look at the creation and production + of Jon Bellion's second studio album 'Glory Sound + Prep'. + popularity: 0.176 + poster_path: /rprMlFRJHfbOwXFvGY9BBAnH7dZ.jpg + release_date: '2019-05-24' + title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /Ad2OcBdlDO4Gq3ABnTUE8Jo2vm7.jpg + character: Self + credit_id: 5fce933c680be8003e1f1278 + genre_ids: + - 99 + - 35 + id: 773790 + media_type: movie + order: 0 + original_language: en + original_title: 'Will Smith: The Prince of Hollywood' + overview: >- + Fans forever love Will Smith who are reassured they + will always be entertained. Follow the journey of this + fascinating actor, producer, husband, father, who has + the WILL to win. + popularity: 2.145 + poster_path: /sm417MFmhiJmFZuuBq4KliH0kS3.jpg + release_date: '2020-10-01' + title: 'Will Smith: The Prince of Hollywood' + video: false + vote_average: 1.2 + vote_count: 4 + - adult: false + backdrop_path: null + character: '' + credit_id: 601e268215c636003fbc6657 + genre_ids: + - 28 + - 53 + id: 698261 + media_type: movie + order: 0 + original_language: en + original_title: Fast and Loose + overview: >- + A man who wakes up in Tijuana after being left for + dead with absolutely no memory. As he follows a string + of clues to uncover his identity, he discovers that + he’s been living two different lives: one as a + super-successful crime kingpin, surrounded by + beautiful women, expensive toys and a lavish + lifestyle, and the other as an undercover CIA agent, + but with a puny salary, no family or home life + whatsoever and zero trappings of success. The problem + is, he can’t remember which of these two personas is + his true identity. + popularity: 1.465 + poster_path: null + release_date: '' + title: Fast and Loose + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + character: Mike Lowrey + credit_id: 60214ee4a80673003f419f46 + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + media_type: movie + order: 0 + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey and + Burnett try to clear his name, only to end up on the + run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + - adult: false + backdrop_path: /wtLw69A3lUkFGePgfUQUxnjLGkL.jpg + character: Fresh Prince + credit_id: 6107e3698d22fc0047133dfc + genre_ids: + - 99 + - 10770 + id: 405806 + media_type: movie + order: 38 + original_language: en + original_title: The Earth Day Special + overview: >- + The Earth Day Special is a television special + revolving around Earth Day that aired on ABC on April + 22, 1990. Sponsored by Time Warner, the two hour + special featured an all-star cast addressing concerns + about global warming, deforestation, and other + environmental ills. + popularity: 3.342 + poster_path: /vNaVkULweHjOKqu4uxJAvoy1XC8.jpg + release_date: '1990-04-22' + title: The Earth Day Special + video: false + vote_average: 8 + vote_count: 6 + - adult: false + backdrop_path: null + character: '' + credit_id: 66fd63daf878adfed084a8aa + genre_ids: + - 35 + id: 1365199 + media_type: movie + order: 17 + original_language: es + original_title: Asesinatos sólo en El Hormiguero + overview: '' + popularity: 1.215 + poster_path: /8lp6XsvR2IzK08FJ5hp9ekt4ZXS.jpg + release_date: '2024-09-03' + title: Asesinatos sólo en El Hormiguero + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /ixjGyb6nbt3Joc7MBUhUzewHkye.jpg + character: Self (archive footage) (uncredited) + credit_id: 6711d067097c3d7760f87e8d + genre_ids: + - 99 + id: 1364758 + media_type: movie + order: 31 + original_language: es + original_title: El Cuarto Round + overview: >- + "El Cuarto Round" invites us to accompany Osvaldo, "El + Mariana", on an intimate six-month journey as he + prepares for his fight at La Velada del Año 4, at the + Santiago Bernabéu stadium in Madrid. Through his + training, we not only see him face physical and + emotional challenges, but also discover new facets of + himself, where his public and personal lives become + deeply intertwined. + popularity: 4.517 + poster_path: /5FgBzoBlzVvfkDGaWQHjdR90dxf.jpg + release_date: '2024-10-17' + title: The Fourth Round + video: false + vote_average: 7.2 + vote_count: 2 + - adult: false + backdrop_path: /eHKvL9U6B4YB1booJhGklF3UIfb.jpg + character: Self + credit_id: 672f9a5611b6cc0571f62afb + genre_ids: + - 99 + id: 1385136 + media_type: movie + order: 1 + original_language: en + original_title: Bad Boys:Legacy + overview: >- + Take an epic lookback at 30 years of making the Bad + Boys franchise with a 22-minute retrospective. Go + behind the scenes of the all-new movie with an + exclusive conversation featuring Will Smith and Martin + Lawrence. Explore the making of the first three films + with commentary from filmmakers Jerry Bruckheimer, + Michael Bay, and stars Vanessa Hudgens, Alexander + Ludwig, Joe Pantoliano, and more. From the initial + table read to the final "that's a wrap," fans will + experience an intimate look at this action-packed + 30-year journey. + popularity: 11.02 + poster_path: /mjDuFfwGFB1G3VRXE4s3dEemdaU.jpg + release_date: '2024-07-24' + title: 'Bad Boys: Legacy' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg + character: Self + credit_id: 525394ca19c29579402be4ea + episode_count: 1 + first_air_date: '1988-10-03' + genre_ids: + - 10767 + - 10763 + id: 766 + media_type: tv + name: This Morning + origin_country: + - GB + original_language: en + original_name: This Morning + overview: >- + This Morning features a variety of news, as well as + show business, fashion, beauty, lifestyle, home and + garden, food, tech, live phone-ins, and competitions. + popularity: 18.283 + poster_path: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg + vote_average: 5.5 + vote_count: 21 + - adult: false + backdrop_path: /cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg + character: Self + credit_id: 5253463019c29579400c9508 + episode_count: 1 + first_air_date: '1994-08-14' + genre_ids: + - 10767 + id: 217 + media_type: tv + name: Inside the Actors Studio + origin_country: + - US + original_language: en + original_name: Inside the Actors Studio + overview: >- + James Lipton sits down with some of the world's most + accomplished actors and directors for penetrating, + fascinating interviews. + popularity: 4.265 + poster_path: /a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg + vote_average: 7.443 + vote_count: 53 + - adult: false + backdrop_path: /69TLqW1BeyP3bAPf18GpGqjTb00.jpg + character: Self + credit_id: 52570aec760ee3776a05f593 + episode_count: 1 + first_air_date: '2006-08-14' + genre_ids: + - 10767 + id: 1514 + media_type: tv + name: The One Show + origin_country: + - GB + original_language: en + original_name: The One Show + overview: >- + A topical magazine-style daily television programme + broadcast live on BBC One. + popularity: 122.214 + poster_path: /7QpzCej3Lwrsnx5A8FePYsUCIzf.jpg + vote_average: 4.6 + vote_count: 25 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + character: '' + credit_id: 52570ccc19c2957114017a28 + episode_count: 3 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + media_type: tv + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + character: Will Smith + credit_id: 525718a319c29571140a88c5 + episode_count: 148 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + media_type: tv + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg + character: Self + credit_id: 5257137b760ee3776a1068d9 + episode_count: 1 + first_air_date: '1952-01-14' + genre_ids: + - 10763 + - 10767 + id: 1709 + media_type: tv + name: Today + origin_country: + - US + original_language: en + original_name: Today + overview: >- + Today is a daily American morning television show that + airs on NBC. The program debuted on January 14, 1952. + It was the first of its genre on American television + and in the world, and is the fifth-longest running + American television series. Originally a two-hour + program on weekdays, it expanded to Sundays in 1987 + and Saturdays in 1992. The weekday broadcast expanded + to three hours in 2000, and to four hours in 2007. + + + Today's dominance was virtually unchallenged by the + other networks until the late 1980s, when it was + overtaken by ABC's Good Morning America. Today retook + the Nielsen ratings lead the week of December 11, + 1995, and held onto that position for 852 consecutive + weeks until the week of April 9, 2012, when it was + beaten by Good Morning America yet again. In 2002, + Today was ranked #17 on TV Guide's 50 Greatest + Television Shows of All Time. + popularity: 15.425 + poster_path: /xlWdasY9oYg3OO5VTNqlPFftgya.jpg + vote_average: 5.5 + vote_count: 26 + - adult: false + backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg + character: '' + credit_id: 52571abd19c29571140d0f30 + episode_count: 2 + first_air_date: '1988-09-05' + genre_ids: + - 10767 + id: 1900 + media_type: tv + name: LIVE with Kelly and Mark + origin_country: + - US + original_language: en + original_name: LIVE with Kelly and Mark + overview: >- + A morning talk show with A-list celebrity guests, + top-notch performances and one-of-a-kind segments that + are unrivaled on daytime television, plus spontaneous, + hilarious and unpredictable talk. + popularity: 98.694 + poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg + vote_average: 5.488 + vote_count: 40 + - adult: false + backdrop_path: /sSQKcECh7TkrvvASfbjcbiFiwlP.jpg + character: Self + credit_id: 602fbe5e32cc2b004184a9df + episode_count: 1 + first_air_date: '1976-10-03' + genre_ids: + - 10767 + id: 118944 + media_type: tv + name: Domenica In + origin_country: + - IT + original_language: it + original_name: Domenica In + overview: '' + popularity: 12.967 + poster_path: /pIFifwfmgMMyksoanuAwPU73sDP.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg + character: '' + credit_id: 52573b60760ee36aaa013f4e + episode_count: 6 + first_air_date: '1992-05-25' + genre_ids: + - 10767 + - 35 + id: 2518 + media_type: tv + name: The Tonight Show with Jay Leno + origin_country: + - US + original_language: en + original_name: The Tonight Show with Jay Leno + overview: >- + Jay Leno hosts some of the biggest celebrities in the + world. + popularity: 60.316 + poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg + vote_average: 5.4 + vote_count: 86 + - adult: false + backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg + character: Self — Host + credit_id: 6019b4fc87a27a003fe84fd4 + episode_count: 6 + first_air_date: '2021-02-17' + genre_ids: + - 99 + - 10763 + - 10768 + id: 118043 + media_type: tv + name: 'Amend: The Fight for America' + origin_country: + - US + original_language: en + original_name: 'Amend: The Fight for America' + overview: >- + When the United States of America was founded, the + ideals of freedom and equality did not apply to all + people. These are the stories of the brave Americans + who fought to right the nation’s wrongs and enshrine + the values we hold most dear into the Constitution — + with liberty and justice for all. + popularity: 12.082 + poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg + vote_average: 7.079 + vote_count: 164 + - adult: false + backdrop_path: null + character: Self + credit_id: 52574daf760ee36aaa16f5b7 + episode_count: 1 + first_air_date: '1999-11-01' + genre_ids: + - 10763 + id: 3167 + media_type: tv + name: The Early Show + origin_country: + - US + original_language: en + original_name: The Early Show + overview: >- + The Early Show is an American morning television show + which was broadcast by CBS from New York City from + 1999 to 2012. The program aired live from 7 to 9 a.m. + Eastern Time Monday through Friday in the Eastern time + zone; most affiliates in the Central, Mountain, and + Pacific time zones aired the show on tape-delay from 7 + to 9 a.m. local time. The Saturday edition aired live + from 7 to 9 a.m. Eastern Time as well, but a number of + affiliates did not carry it or aired it later on + tape-delay. It premiered on November 1, 1999, and was + the newest of the major networks' morning shows, + although CBS has made several attempts to program in + the morning slot since 1954. The show aired as a + division of CBS News. + + + The Early Show, like many of its predecessors, + traditionally ran last in the ratings to its rivals, + NBC's Today and ABC's Good Morning America. Much like + NBC's The Today Show and The Tonight Show, the title + The Early Show was analogous to that of CBS's + late-night talk show, The Late Show. + + + On November 15, 2011, CBS announced that a new morning + show would replace The Early Show on January 9, 2012. + CBS News chairman Jeff Fager and CBS News president + David Rhodes stated that the new show would "redefine + the morning television landscape." On December 1, it + was announced that the new show would be titled CBS + This Morning. The Early Show ended its twelve-year run + on January 6, 2012, to make way for the program. + Charlie Rose, Gayle King, and Erica Hill were named + anchors of the new program. + popularity: 13.92 + poster_path: /iJvwr7kL0Q7BtrYC38KQ5baPw7g.jpg + vote_average: 5.7 + vote_count: 7 + - adult: false + backdrop_path: /sBhM4huBFPWi8XQDJhKjP2D2SG1.jpg + character: '' + credit_id: 52576eb5760ee36aaa449ab3 + episode_count: 1 + first_air_date: '2003-03-31' + genre_ids: + - 10764 + id: 4535 + media_type: tv + name: American Chopper + origin_country: + - US + original_language: en + original_name: American Chopper + overview: >- + Paul Teutul, Sr. and his son Paul Teutul, Jr. + manufacture custom chopper-style motorcycles. + popularity: 43.965 + poster_path: /y4HP3SGLHeYi2TBhnXcoRRyhhJA.jpg + vote_average: 6.5 + vote_count: 54 + - adult: false + backdrop_path: null + character: Self + credit_id: 5257858b19c29531db28c08e + episode_count: 1 + first_air_date: '1973-09-27' + genre_ids: [] + id: 6249 + media_type: tv + name: Rock Concert + origin_country: + - US + original_language: en + original_name: Rock Concert + overview: >- + Don Kirshner's Rock Concert is an American television + music variety show that ran during the 1970s and early + 1980s, created and produced by Don Kirshner and + syndicated to television stations. It premiered on + September 27, 1973, with a performance by The Rolling + Stones; its last episode was in 1981. + popularity: 10.434 + poster_path: /4qLa3uzz90looZy0y75ilON63rI.jpg + vote_average: 8 + vote_count: 2 + - adult: false + backdrop_path: /vfRY6XG6gaWyc6AF3QDLn12aUer.jpg + character: Self + credit_id: 52576b20760ee36aaa3e7217 + episode_count: 1 + first_air_date: '1995-10-14' + genre_ids: + - 35 + id: 4469 + media_type: tv + name: MADtv + origin_country: + - US + original_language: en + original_name: MADtv + overview: >- + MADtv is an American sketch comedy television series + originally inspired by Mad magazine. The one-hour show + aired Saturday nights on Fox. + popularity: 20.515 + poster_path: /4tXHrqYbETym7Def99MeXrpPyRA.jpg + vote_average: 6.888 + vote_count: 116 + - adult: false + backdrop_path: /mF8wqQiSNMdYHnp2D7TiL2s03DK.jpg + character: Self + credit_id: 60afa8c617792c006e1d23ac + episode_count: 1 + first_air_date: '2018-08-28' + genre_ids: + - 10767 + id: 81187 + media_type: tv + name: The Shop + origin_country: + - US + original_language: en + original_name: The Shop + overview: >- + A one-of-a-kind barbershop experience with unfiltered + conversation and debate from the biggest names in + sports and entertainment. + popularity: 24.571 + poster_path: /yhISN0ewMkjqKxBQAeo2QkLFTnm.jpg + vote_average: 4.909 + vote_count: 11 + - adult: false + backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg + character: '' + credit_id: 5258298a760ee36aaa854083 + episode_count: 1 + first_air_date: '1992-06-10' + genre_ids: [] + id: 13667 + media_type: tv + name: MTV Movie & TV Awards + origin_country: + - US + original_language: en + original_name: MTV Movie & TV Awards + overview: >- + The annual film & TV awards show presented by MTV. The + nominees are decided by producers and executives at + MTV with winners decided online by the general public. + popularity: 40.864 + poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg + vote_average: 7.7 + vote_count: 11 + - adult: false + backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg + character: '' + credit_id: 60e9020d22e4800047adc709 + episode_count: 1 + first_air_date: '2003-01-26' + genre_ids: + - 10767 + - 35 + id: 1489 + media_type: tv + name: Jimmy Kimmel Live! + origin_country: + - US + original_language: en + original_name: Jimmy Kimmel Live! + overview: >- + Jimmy Kimmel Live! is an American late-night talk + show, created and hosted by Jimmy Kimmel and broadcast + on ABC. + popularity: 62.291 + poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg + vote_average: 5.5 + vote_count: 160 + - adult: false + backdrop_path: /be8s04cLyXXEqjBT24YPYdDSZKB.jpg + character: Self - Host + credit_id: 60cb658005a533002a24d85d + episode_count: 6 + first_air_date: '2021-12-08' + genre_ids: + - 99 + id: 127700 + media_type: tv + name: Welcome to Earth + origin_country: + - US + original_language: en + original_name: Welcome to Earth + overview: >- + Will Smith whose curiosity and wonder is positively + infectious—is guided by National Geographic Explorers + traveling to different corners of the world to get up + close and personal with the weirdest, most unusual, + dangerous and thrilling spectacles of the planet. + popularity: 13.261 + poster_path: /l9x6xh4KCgwMk9PYiosXXFGwI3a.jpg + vote_average: 7.6 + vote_count: 416 + - adult: false + backdrop_path: /fga95w01nU0UVUSHpeeNz92zv8M.jpg + character: Self + credit_id: 5258834d760ee3466140968f + episode_count: 5 + first_air_date: '1953-03-19' + genre_ids: [] + id: 27023 + media_type: tv + name: The Oscars + origin_country: + - US + original_language: en + original_name: The Oscars + overview: >- + An annual American awards ceremony honoring cinematic + achievements in the film industry. The various + category winners are awarded a copy of a statuette, + officially the Academy Award of Merit, that is better + known by its nickname Oscar. + popularity: 31.744 + poster_path: /cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg + vote_average: 7 + vote_count: 65 + - adult: false + backdrop_path: null + character: Self + credit_id: 52588691760ee346614740af + episode_count: 2 + first_air_date: '1993-01-01' + genre_ids: + - 10763 + id: 27511 + media_type: tv + name: GMTV + origin_country: + - GB + original_language: en + original_name: GMTV + overview: >- + GMTV is the name of the national Channel 3 breakfast + television contractor/licensee, broadcasting in the + United Kingdom from 1 January 1993 to 3 September + 2010. It became a wholly owned subsidiary of ITV plc + in November 2009. Shortly after, ITV plc announced the + programme would end. The final edition of GMTV was + broadcast on 3 September 2010. + popularity: 49.689 + poster_path: /peQ3blnogd6YXfjqPJOwMx1yOVK.jpg + vote_average: 5.583 + vote_count: 12 + - adult: false + backdrop_path: /k8BfpqU2PXjg2YHZBGxWIS2efj3.jpg + character: '' + credit_id: 5258819a760ee346613ac69a + episode_count: 1 + first_air_date: '1998-09-14' + genre_ids: [] + id: 26834 + media_type: tv + name: TRL + origin_country: + - US + original_language: en + original_name: TRL + overview: >- + Total Request Live was a television series on MTV that + featured popular music videos. TRL was MTV's prime + outlet for music videos as the network continued to + concentrate on reality-based programming. In addition + to music videos, TRL featured daily guests. The show + was a popular promotion tool used by musicians, + actors, and other celebrities to promote their newest + works to the show's target teen demographic. + + + TRL played the top ten most requested videos of the + day, as requested by viewers who voted online for + their favorite video. The countdown started with the + tenth most requested video and ended with the most + requested. As of October 22, 2007, TRL's countdown was + based on votes, charts, ringtones, download, radio + airplay, and streams, meaning that the most user + requested video might not have been the number 1 + video. The show generally aired Monday through + Thursday for one hour, though the scheduling and + length of the show fluctuated over the years. Despite + the word "Live" in the title of the show, many + episodes were actually pre-recorded. + + + It was announced on September 15, 2008 that TRL would + be shut down and replaced with FNMTV. The special + three-hour finale aired on November 16, 2008, at 8 + p.m. + popularity: 24.686 + poster_path: /kzjtc9bdEvy3ilAlfzq16CgFtuC.jpg + vote_average: 5.2 + vote_count: 14 + - adult: false + backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg + character: Self + credit_id: 525899d2760ee346615da101 + episode_count: 1 + first_air_date: '2009-09-14' + genre_ids: + - 10767 + id: 30769 + media_type: tv + name: Live from Studio Five + origin_country: + - GB + original_language: en + original_name: Live from Studio Five + overview: >- + Live from Studio Five was an early-evening British + magazine programme which was produced by Sky News for + Channel 5. It was presented by Kate Walsh and a + line-up of other co-presenters during its run. It + consisted of interviews and discussing topical issues, + with an emphasis on showbusiness news and celebrity + gossip, after originally covering stories from a + popular news agenda. It aired its final edition on 4 + February 2011 and was replaced by OK! TV in February + 2011 which lasted just nine months on air before + itself being axed. + popularity: 3.07 + poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg + vote_average: 3.3 + vote_count: 12 + - adult: false + backdrop_path: /hw6CdkZ0NOdnkFv6cJHHRI6qt3y.jpg + character: Self (archive footage) + credit_id: 61021fa74e52ed002ea46fd0 + episode_count: 1 + first_air_date: '2021-03-06' + genre_ids: + - 99 + id: 125972 + media_type: tv + name: This Is Pop + origin_country: + - CA + original_language: en + original_name: This Is Pop + overview: >- + Unknown histories take center stage as the hitmakers + themselves - from ABBA to T-Pain - explore dimensions + of pop music you never knew existed. + popularity: 8.656 + poster_path: /uVG8QtrKspTYGCJRKqFUa4Vyfgs.jpg + vote_average: 5.7 + vote_count: 15 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: '' + credit_id: 53b80c670e0a2676c7007b13 + episode_count: 1 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + media_type: tv + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: /jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg + character: Self + credit_id: 560bd01cc3a3686824005131 + episode_count: 1 + first_air_date: '1995-12-05' + genre_ids: + - 10764 + id: 40605 + media_type: tv + name: Die Harald Schmidt Show + origin_country: + - DE + original_language: de + original_name: Die Harald Schmidt Show + overview: >- + The Harald Schmidt Show is a German late night talk + show hosted on Sky Deutschland by comedian Harald + Schmidt. The show first aired from 5 December 1995 to + 23 December 2003 on Sat.1. Schmidt then moved his show + to Das Erste as Harald Schmidt and Schmidt & Pocher, + but he returned to Sat.1 on 13 September 2011. After + cancellation on Sat.1, the show continued on Sky + Deutschland in September 2012. + popularity: 149.454 + poster_path: /lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg + vote_average: 7 + vote_count: 16 + - adult: false + backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg + character: Self + credit_id: 55df5b0e92514179820000e3 + episode_count: 1 + first_air_date: '2006-09-24' + genre_ids: + - 35 + - 10767 + id: 6809 + media_type: tv + name: El hormiguero + origin_country: + - ES + original_language: es + original_name: El hormiguero + overview: >- + El Hormiguero is a Spanish television program with a + live audience focusing on comedy, science, and + politics running since September 2006. It is hosted + and produced by screenwriter Pablo Motos. The show + aired on Spain's Cuatro channel from launch until June + 2011 and is now broadcast on Antena 3. Recurring + guests on the show include Luis Piedrahita, Raquel + Martos, Marron & "The Man in Black", and puppet ants + Trancas and Barrancas. It has proved a ratings + success, and has expanded from a weekly 120-minute + show to a daily 40-minute show in its third season, + which began on September 17, 2007. The show won the + Entertainment prize at the 2009 Rose d'Or ceremony. + popularity: 125.63 + poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg + vote_average: 4.9 + vote_count: 33 + - adult: false + backdrop_path: null + character: Self + credit_id: 55e8d37fc3a3682c6b00392c + episode_count: 2 + first_air_date: '1981-02-14' + genre_ids: + - 18 + - 10764 + - 35 + - 10767 + id: 10918 + media_type: tv + name: Wetten, dass..? + origin_country: + - DE + original_language: de + original_name: Wetten, dass..? + overview: >- + A long-running German-language entertainment + television show based on the format of the British + show You Bet! and the American show Wanna Bet?. + popularity: 54.985 + poster_path: /4i8719B3j4z5U5EI1mjw3sOjBWe.jpg + vote_average: 5.5 + vote_count: 18 + - adult: false + backdrop_path: null + character: Self + credit_id: 617f9318229ae2002a60fdda + episode_count: 6 + first_air_date: '2021-11-08' + genre_ids: + - 99 + id: 137684 + media_type: tv + name: Best Shape of My Life + origin_country: + - US + original_language: en + original_name: Best Shape of My Life + overview: >- + Will Smith teams up with guests and undergoes a + fitness challenge. + popularity: 2.732 + poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg + vote_average: 4 + vote_count: 4 + - adult: false + backdrop_path: /lgI98jt69LFv4GWj0RmOaLU69sK.jpg + character: Self - Guest + credit_id: 560001569251412aad00234c + episode_count: 1 + first_air_date: '2009-01-16' + genre_ids: + - 10767 + id: 31449 + media_type: tv + name: Skavlan + origin_country: + - 'NO' + - SE + original_language: 'no' + original_name: Skavlan + overview: >- + Skavlan is a Norwegian-Swedish television talk show + hosted by Norwegian journalist Fredrik Skavlan. It + premiered in Sweden on Sveriges Television in January + 2009, and the first guests to appear on the show were + former Prime Minister of Sweden Göran Persson and his + wife Anitra Steen. On 8 May 2009, it was announced + that Skavlan had been renewed for a second season. It + was also announced that the show would no longer only + be produced by SVT in Sweden; Skavlan would now be + partly produced in Norway by the Norwegian + Broadcasting Corporation. The first twelve episodes of + Skavlan's second season were produced by SVT in + Sweden, and the remaining twelve by NRK in Norway. + + + Skavlan speaks Norwegian and his dialog is therefore + subtitled in Swedish in Sweden, even though the two + languages are quite similar and mutually intelligible. + If the persons being interviewed by Skavlan are + Swedish, he often tells them to let him know if they + do not understand what he is saying. Swedish novelist + Jan Guillou has criticized SVT for subtitling the + program, stating "there is no need for that. If the + host had been Danish, subtitling would have been + necessary, but with a Norwegian host it does not make + any sense." + popularity: 617.216 + poster_path: /aDQoVmOfYIy7iGEQno9NtxDmaDI.jpg + vote_average: 5 + vote_count: 10 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: Self - Guest + credit_id: 61838c62e93e9500625d85fb + episode_count: 1 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + media_type: tv + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: /ef46O4ejjL8tWo4WD84UI7DLFZW.jpg + character: Self + credit_id: 618489a23e2ec8008d1f4a7d + episode_count: 1 + first_air_date: '2020-07-30' + genre_ids: + - 10767 + id: 106727 + media_type: tv + name: The Oprah Conversation + origin_country: + - US + original_language: en + original_name: The Oprah Conversation + overview: >- + Oprah leads intimate discussions with today’s foremost + newsmakers, thought leaders, and masters of their + craft. Bringing truth and perspective to a range of + topics shaping our world, they reveal gripping stories + of human connection. + popularity: 12.53 + poster_path: /fGfbY5RcLG9HyXp3zx7AsT0XDvU.jpg + vote_average: 8.3 + vote_count: 3 + - adult: false + backdrop_path: null + character: Self (archive footage) + credit_id: 64af19e9c490480139cfe0d7 + episode_count: 1 + first_air_date: '2020-09-07' + genre_ids: + - 99 + id: 133401 + media_type: tv + name: The True Story of... + origin_country: + - DE + original_language: de + original_name: The True Story of... + overview: '' + popularity: 9.528 + poster_path: /roQeI2dldIn7eHQMyovFfhwtuHg.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 572b3531c3a36848010024f6 + episode_count: 1 + first_air_date: '1999-09-22' + genre_ids: + - 35 + id: 4461 + media_type: tv + name: Rove + origin_country: + - AU + original_language: en + original_name: Rove + overview: >- + Rove, formerly Rove Live, was an Australian television + variety show which premiered on the Nine Network on 22 + September 1999, before moving to Network Ten which + aired the program from 2000 until November, 2009. The + show was hosted by comedian Rove McManus, and featured + an ensemble cast, who presented various segments + throughout the course of the show. The show won the + Logie Award for "Most Popular Light Entertainment + Program" five times. + popularity: 271.453 + poster_path: /znUsPPMZndVOOxlGm6zLk6BpkFo.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /8Zm2LR8YmGMF67Oofc9FdBSw1WM.jpg + character: Self + credit_id: 61db4c05bf09d1001f79795b + episode_count: 1 + first_air_date: '2018-05-07' + genre_ids: + - 10767 + id: 83216 + media_type: tv + name: Red Table Talk + origin_country: + - US + original_language: en + original_name: Red Table Talk + overview: >- + Jada Pinkett Smith, her daughter Willow, and mother + Adrienne – three generations of women open their home + for a series of candid conversations with family and + friends. + popularity: 20.341 + poster_path: /9MFH6LriSscCg9HiGeLam78KfBV.jpg + vote_average: 6.4 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 62015277136545006828ae7b + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + media_type: tv + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg + character: Self - Presenter + credit_id: 64ebcbeed48cee00ad4436e1 + episode_count: 1 + first_air_date: '1992-06-10' + genre_ids: [] + id: 13667 + media_type: tv + name: MTV Movie & TV Awards + origin_country: + - US + original_language: en + original_name: MTV Movie & TV Awards + overview: >- + The annual film & TV awards show presented by MTV. The + nominees are decided by producers and executives at + MTV with winners decided online by the general public. + popularity: 40.864 + poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg + vote_average: 7.7 + vote_count: 11 + - adult: false + backdrop_path: /lJSojr9b2KaddW1QI8q2bY6OXy.jpg + character: Self + credit_id: 599396299251415433007ff7 + episode_count: 1 + first_air_date: '2017-08-08' + genre_ids: + - 35 + id: 72610 + media_type: tv + name: 'Carpool Karaoke: The Series' + origin_country: + - US + original_language: en + original_name: 'Carpool Karaoke: The Series' + overview: >- + Celebrity pairings ride along in a car together as + they sing tunes from their personal playlists and + surprise fans who don't expect to see big stars + belting out tunes one lane over. + popularity: 57.353 + poster_path: /bA6tpDMoyQO8fRmXC8sHh7LQoqW.jpg + vote_average: 5.9 + vote_count: 32 + - adult: false + backdrop_path: /7zDjaT3hSNkjUDtiG1W2vOdecVB.jpg + character: Self + credit_id: 625da10987e63e0067485b66 + episode_count: 76 + first_air_date: '2016-09-12' + genre_ids: + - 10767 + id: 67824 + media_type: tv + name: Quotidien + origin_country: + - FR + original_language: fr + original_name: Quotidien + overview: >- + Quotidien is a French television program presented by + Yann Barthès and broadcast from September 12, 2016 on + TMC. + popularity: 207.682 + poster_path: /gzJQCQPklSEuQDiM9ayAjCtCoL2.jpg + vote_average: 6.2 + vote_count: 11 + - adult: false + backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg + character: Self + credit_id: 5a3e81720e0a2620f2013280 + episode_count: 8 + first_air_date: '2007-02-22' + genre_ids: + - 35 + - 10767 + id: 1220 + media_type: tv + name: The Graham Norton Show + origin_country: + - GB + original_language: en + original_name: The Graham Norton Show + overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out." + popularity: 160.438 + poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg + vote_average: 7.2 + vote_count: 252 + - adult: false + backdrop_path: /cgGqcvi2Hmi7jgjtoWa0bDqixj6.jpg + character: Hawker + credit_id: 5a42f4859251411f4f059bf9 + episode_count: 1 + first_air_date: '1972-10-04' + genre_ids: + - 18 + id: 18162 + media_type: tv + name: ABC Afterschool Special + origin_country: + - US + original_language: en + original_name: ABC Afterschool Special + overview: >- + Dramatically presented situations, often + controversial, of interest to children and teenagers. + Several episodes were either in animated form or + presented as documentaries. Topics included + illiteracy, substance abuse and teenage pregnancy. + popularity: 68.237 + poster_path: /uOx0dDmt72hjIC5gmCzxEdn8qt0.jpg + vote_average: 6.385 + vote_count: 13 + - adult: false + backdrop_path: /634Ie2lnbFlLMknu0mDid8vJVvT.jpg + character: Self + credit_id: 6265a1a97fcab3116983eac1 + episode_count: 1 + first_air_date: '2018-03-12' + genre_ids: + - 10767 + id: 78086 + media_type: tv + name: Late Night Berlin + origin_country: [] + original_language: de + original_name: Late Night Berlin + overview: '' + popularity: 48.225 + poster_path: /5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 6277ee6d389da100a320a8da + episode_count: 1 + first_air_date: '1988-09-21' + genre_ids: + - 10767 + id: 201558 + media_type: tv + name: Yo! MTV Raps + origin_country: + - US + original_language: en + original_name: Yo! MTV Raps + overview: >- + Popular rap music videos showcased along with live + performances and interviews with notable rap artists. + popularity: 12.076 + poster_path: /bVkwSDjUXpc5bX4YM0pTu6EeIq6.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: /7oX1mr71ymBEJOBSDS5UZQDrhng.jpg + character: Self + credit_id: 6289aa789a643500508f1bfe + episode_count: 1 + first_air_date: '2018-01-12' + genre_ids: + - 10767 + - 35 + id: 76178 + media_type: tv + name: >- + My Next Guest Needs No Introduction With David + Letterman + origin_country: + - US + original_language: en + original_name: >- + My Next Guest Needs No Introduction With David + Letterman + overview: >- + Late-night TV legend David Letterman hosts an intimate + talk show featuring insightful conversations and + fun-filled excursions with notable figures. + popularity: 18.624 + poster_path: /5dObN91CjQPUhgQoEMbpmLTtxc8.jpg + vote_average: 7 + vote_count: 58 + - adult: false + backdrop_path: /lX1An9AZV19BapiUbDgMyPbr0tZ.jpg + character: Self - Host + credit_id: 5a3787940e0a264cd01e82f2 + episode_count: 10 + first_air_date: '2018-03-26' + genre_ids: + - 99 + id: 75782 + media_type: tv + name: One Strange Rock + origin_country: + - US + original_language: en + original_name: One Strange Rock + overview: >- + A mind-bending, thrilling journey exploring the + fragility and wonder of planet Earth, one of the most + peculiar, unique places in the entire universe, + brought to life by the only people to have left it + behind – the world’s most well known and leading + astronauts. + popularity: 66.851 + poster_path: /bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg + vote_average: 7.642 + vote_count: 74 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: Self + credit_id: 659ed484d6590b014a28d774 + episode_count: 3 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + media_type: tv + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: null + character: Self + credit_id: 5b379ebb0e0a263ff003c64b + episode_count: 1 + first_air_date: '2005-11-11' + genre_ids: + - 10767 + id: 80515 + media_type: tv + name: The Reichen Show + origin_country: + - US + original_language: en + original_name: The Reichen Show + overview: A list of celebrity interviews and sensational topics. + popularity: 84.345 + poster_path: /x9fDBKqmmHHUvcaal1Tzw6iqTW.jpg + vote_average: 4.8 + vote_count: 5 + - adult: false + backdrop_path: /pLdOKGTe8LvtW67zyiNqU3512HB.jpg + character: Self - Nominee + credit_id: 65a4fa831fb94f00ba749a08 + episode_count: 1 + first_air_date: '1999-08-01' + genre_ids: + - 35 + - 10751 + - 10762 + id: 43117 + media_type: tv + name: Teen Choice Awards + origin_country: + - US + original_language: en + original_name: Teen Choice Awards + overview: >- + The Teen Choice Awards is a teen awards show presented + annually by Fox. The first awards were held in 1999. + The program honors the year's biggest achievements in + music, movies, sports, television, fashion and more, + as voted on by teens aged 13–19. The program features + a number of celebrities and also musical performers. + The winners are awarded with authentic mini size (182 + cm) surfboards designed with a summertime theme. The + ceremony has created spin-off teen awards on YouTube. + popularity: 2.143 + poster_path: /3q900BNcKbe3GHga4RVxSnoiqP4.jpg + vote_average: 10 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 630d03f3028f14007b1e4b26 + episode_count: 2 + first_air_date: '1988-01-01' + genre_ids: [] + id: 209121 + media_type: tv + name: Smash Hits Poll Winners Party + origin_country: + - GB + original_language: en + original_name: Smash Hits Poll Winners Party + overview: '' + popularity: 4.134 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /nmfCjVO4KsATq5idhHfGVwqfl32.jpg + character: Pinoak (voice) + credit_id: 5cac84fec3a3685bfde4a2c1 + episode_count: 1 + first_air_date: '1995-03-12' + genre_ids: + - 16 + id: 10906 + media_type: tv + name: 'Happily Ever After: Fairy Tales for Every Child' + origin_country: + - US + original_language: en + original_name: 'Happily Ever After: Fairy Tales for Every Child' + overview: >- + Happily Ever After: Fairy Tales for Every Child is an + American anthology animated television series. + popularity: 39.168 + poster_path: /yOfpjbdrR4bc3Q0slw3o0j8b7sE.jpg + vote_average: 6 + vote_count: 10 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + character: Self + credit_id: 5c911b959251410ff4a643da + episode_count: 6 + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + media_type: tv + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg + character: Self - Guest + credit_id: 63534fdbf8e98200817b3499 + episode_count: 3 + first_air_date: '2007-02-22' + genre_ids: + - 35 + - 10767 + id: 1220 + media_type: tv + name: The Graham Norton Show + origin_country: + - GB + original_language: en + original_name: The Graham Norton Show + overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out." + popularity: 160.438 + poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg + vote_average: 7.2 + vote_count: 252 + - adult: false + backdrop_path: /7RizgNN3qH1vjDbhWrJKFoxPfrT.jpg + character: Self + credit_id: 5d25979337b3a902ce52df84 + episode_count: 1 + first_air_date: '2018-04-29' + genre_ids: + - 99 + - 10765 + id: 79003 + media_type: tv + name: James Cameron's Story of Science Fiction + origin_country: + - US + original_language: en + original_name: James Cameron's Story of Science Fiction + overview: >- + Explore the evolution of sci-fi from its origins as a + small genre with a cult following to the blockbuster + pop-cultural phenomenon we know today. In each + episode, James Cameron introduces one of the “Big + Questions” that humankind has contemplated throughout + the ages and reaches back into sci-fi’s past to better + understand how our favorite films, TV shows, books, + and video games were born. + popularity: 20.484 + poster_path: /qhanotOZnOdgmCZonug5anT0mFo.jpg + vote_average: 6.779 + vote_count: 43 + - adult: false + backdrop_path: /qtjkdVO28fF3fhADjaLKU7LJWtJ.jpg + character: Self + credit_id: 63828617a4af8f0097bfc9cd + episode_count: 1 + first_air_date: '1998-06-08' + genre_ids: + - 10767 + id: 9847 + media_type: tv + name: The Magic Hour + origin_country: + - US + original_language: en + original_name: The Magic Hour + overview: >- + The Magic Hour is an American talk show hosted by + basketball player Earvin "Magic" Johnson. The series + aired in syndication from June to September 1998. + popularity: 18.85 + poster_path: /8UpbTCtKFIeMN0TJGLKsPkUo9jp.jpg + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5dc5e329a14e1000105a9e63 + episode_count: 1 + first_air_date: '1998-01-22' + genre_ids: + - 10767 + id: 63069 + media_type: tv + name: Die Johannes B. Kerner Show + origin_country: + - DE + original_language: de + original_name: Die Johannes B. Kerner Show + overview: '' + popularity: 155.052 + poster_path: null + vote_average: 4 + vote_count: 1 + - adult: false + backdrop_path: /gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg + character: Self + credit_id: 5e27b130c68b6900143eb585 + episode_count: 1 + first_air_date: '2015-08-02' + genre_ids: + - 10767 + id: 63498 + media_type: tv + name: Close Up with The Hollywood Reporter + origin_country: + - US + original_language: en + original_name: Close Up with The Hollywood Reporter + overview: >- + Some of this year's most talked about talent open up + about the challenges and triumphs of creating + critically acclaimed series and performances. + popularity: 79.433 + poster_path: /h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg + vote_average: 5.735 + vote_count: 17 + - adult: false + backdrop_path: /9giQxevgoCWfSfXALGmuaXmqEq0.jpg + character: Self + credit_id: 5e4c02ad9a3c490014335361 + episode_count: 3 + first_air_date: '1996-07-22' + genre_ids: + - 10763 + - 35 + id: 2224 + media_type: tv + name: The Daily Show + origin_country: + - US + original_language: en + original_name: The Daily Show + overview: >- + The World's Fakest News Team tackle the biggest + stories in news, politics and pop culture. + popularity: 336.421 + poster_path: /ixcfyK7it6FjRM36Te4OdblAq4X.jpg + vote_average: 6.362 + vote_count: 538 + - adult: false + backdrop_path: /iNt4CmfX70UlqFG6Ixxnhto3IOA.jpg + character: Self + credit_id: 6660ce32248b6acbb2008901 + episode_count: 1 + first_air_date: '2015-03-12' + genre_ids: + - 10767 + - 35 + id: 72649 + media_type: tv + name: Hot Ones + origin_country: + - US + original_language: en + original_name: Hot Ones + overview: >- + The show with hot questions and even hotter wings + invites a famous guest over to eat and then interviews + them while they're struggling through the heat. + popularity: 150.496 + poster_path: /4uudasFgKCVQFNGqfanD6wEGVS1.jpg + vote_average: 7.4 + vote_count: 53 + - adult: false + backdrop_path: /fE4vTc4IAneVYFvKSoSL3Th91S1.jpg + character: Host + credit_id: 5eb1f022edeb43001fca6ce1 + episode_count: 1 + first_air_date: '1987-01-18' + genre_ids: [] + id: 23521 + media_type: tv + name: Kids' Choice Awards + origin_country: + - US + original_language: en + original_name: Kids' Choice Awards + overview: "Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange\_blimp\_figurine which also functions as a\_kaleidoscope." + popularity: 27.655 + poster_path: /aXmN5IYM0zWtfe8MD0WNMZlHjeE.jpg + vote_average: 8.8 + vote_count: 12 + - adult: false + backdrop_path: /gLyYrZ34u7zcGpEPJEnwxCTGhuP.jpg + character: Self - Host + credit_id: 5f4644722da846003539ef2e + episode_count: 16 + first_air_date: '2022-03-04' + genre_ids: + - 35 + - 99 + id: 108265 + media_type: tv + name: This Joka + origin_country: + - US + original_language: en + original_name: This Joka + overview: >- + Will Smith invites a diverse lineup of comics to + explore the nature of comedy and its unique ability to + bring people together. Watch stand-up sets, intimate + interviews with Smith and the comics, and docu-style + moments backstage and around Las Vegas. + popularity: 3.428 + poster_path: /syiVecxfBy6ZsTB3exCqeI1qxtX.jpg + vote_average: 4 + vote_count: 3 + - adult: false + backdrop_path: /43v7fFaHiDjSosdNLM1ytgXkeSe.jpg + character: Self - Nominee/Presenter + credit_id: 66c889cb31ea1508c4d81042 + episode_count: 1 + first_air_date: '1956-04-01' + genre_ids: [] + id: 30048 + media_type: tv + name: Tony Awards + origin_country: + - US + original_language: en + original_name: Tony Awards + overview: >- + The Antoinette Perry Award for Excellence in Theatre, + more commonly known as a Tony Award, recognizes + achievement in live Broadway theatre. The awards are + presented by the American Theatre Wing and The + Broadway League at an annual ceremony in New York + City. The awards are given for Broadway productions + and performances, and an award is given for regional + theatre. + popularity: 211.2 + poster_path: /6pxoHfywO6bFDOQa9bmWZ1hyKBt.jpg + vote_average: 4.556 + vote_count: 9 + - adult: false + backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg + character: Self - Guest + credit_id: 5f8fe8b7fed5970037491369 + episode_count: 1 + first_air_date: '2006-09-24' + genre_ids: + - 35 + - 10767 + id: 6809 + media_type: tv + name: El hormiguero + origin_country: + - ES + original_language: es + original_name: El hormiguero + overview: >- + El Hormiguero is a Spanish television program with a + live audience focusing on comedy, science, and + politics running since September 2006. It is hosted + and produced by screenwriter Pablo Motos. The show + aired on Spain's Cuatro channel from launch until June + 2011 and is now broadcast on Antena 3. Recurring + guests on the show include Luis Piedrahita, Raquel + Martos, Marron & "The Man in Black", and puppet ants + Trancas and Barrancas. It has proved a ratings + success, and has expanded from a weekly 120-minute + show to a daily 40-minute show in its third season, + which began on September 17, 2007. The show won the + Entertainment prize at the 2009 Rose d'Or ceremony. + popularity: 125.63 + poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg + vote_average: 4.9 + vote_count: 33 + - adult: false + backdrop_path: null + character: self - segment + credit_id: 66f1f34ffc009839148d52ff + episode_count: 1 + first_air_date: '2004-08-02' + genre_ids: + - 10767 + id: 20426 + media_type: tv + name: Sarah Kuttner – Die Show + origin_country: + - DE + original_language: de + original_name: Sarah Kuttner – Die Show + overview: >- + Sarah Kuttner – Die Show was a German television talk + show that ran on VIVA and was then transferred to MTV + under the title Kuttner. in mid-2005. It ran from + August 2, 2004 to August 3, 2006. + + + Hosted by Sarah Kuttner, it was a more youthful + variation on the traditional late show concept with a + sidekick, Sven Schuhmacher, and various national as + well as international celebrity guests. The show also + featured humorous reports by Michael Wigge and + Caroline Korneli, its own band and musical guests + performing live on stage. + + + When MTV took over other German music channel VIVA in + 2004, it was suggested, the show would be cancelled, + which drew massive protests from fans. It was then cut + from four shows per week to just two shows and later + transferred to MTV and renamed Kuttner. Production was + relocated from Cologne to Berlin. + + + MTV cancelled Kuttner. in summer 2006 due to low + ratings and high production costs. + popularity: 13.386 + poster_path: null + vote_average: 7 + vote_count: 2 + - adult: false + backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg + character: Self - Nominee + credit_id: 67008ce4b146282f7b853a8c + episode_count: 2 + first_air_date: '1944-01-20' + genre_ids: + - 10767 + id: 71494 + media_type: tv + name: Golden Globe Awards + origin_country: + - US + original_language: en + original_name: Golden Globe Awards + overview: >- + An annual awards ceremony recognizing excellence in + film and television, both domestic and foreign, + bestowed by the Hollywood Foreign Press Association. + popularity: 263.564 + poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg + vote_average: 6.8 + vote_count: 14 + - adult: false + backdrop_path: /mCZEHiyPkmsw3MDBNuiN5z85gs8.jpg + character: Self + credit_id: 6717a2726fb09e394c02a762 + episode_count: 1 + first_air_date: '2002-10-20' + genre_ids: + - 10767 + - 10759 + - 10764 + - 35 + id: 45 + media_type: tv + name: Top Gear + origin_country: + - GB + original_language: en + original_name: Top Gear + overview: >- + This fast-paced and stunt-filled motor show tests + whether cars, both mundane and extraordinary, live up + to their manufacturers' claims. The long-running show + travels to locations around the world, performing + extreme stunts and challenges to see what the featured + cars are capable of doing. The current hosts are Paddy + Mcguinness, Chris Harris and Andrew "Freddie" + Flintoff. + popularity: 138.658 + poster_path: /aqM6QnuhSXzjHlKbXyKUqxaGiWu.jpg + vote_average: 7.5 + vote_count: 751 + - adult: false + backdrop_path: /riAGbIUpWdLJckBdI8McejwqLG5.jpg + character: Self + credit_id: 675f6cb6204f3b5b48304f55 + episode_count: 1 + first_air_date: '2014-12-21' + genre_ids: + - 10767 + id: 105197 + media_type: tv + name: 'Variety Studio: Actors on Actors' + origin_country: + - US + original_language: en + original_name: 'Variety Studio: Actors on Actors' + overview: >- + PBS SoCal and Variety take you inside the biggest + movies and TV shows of the past year through candid + conversations with today's hottest actors. Hosted by + Variety Film Awards Editor Clayton Davis and Variety + Chief Correspondent Elizabeth Wagmeister, each episode + brings together pairs of actors engaging in intimate + one-on-one discussions about their craft and work. + popularity: 115.99 + poster_path: /pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg + vote_average: 4.4 + vote_count: 7 + crew: + - adult: false + backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + credit_id: 52fe42f3c3a36847f802f1bd + department: Production + genre_ids: + - 18 + id: 1402 + job: Producer + media_type: movie + original_language: en + original_title: The Pursuit of Happyness + overview: >- + A struggling salesman takes custody of his son as he's + poised to begin a life-changing professional career. + popularity: 65.281 + poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: '2006-12-14' + title: The Pursuit of Happyness + video: false + vote_average: 7.9 + vote_count: 9888 + - adult: false + backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg + credit_id: 52fe44259251416c7502a667 + department: Production + genre_ids: + - 18 + id: 11321 + job: Producer + media_type: movie + original_language: en + original_title: Seven Pounds + overview: >- + An IRS agent with a fateful secret embarks on an + extraordinary journey of redemption by forever + changing the lives of seven strangers. + popularity: 22.971 + poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg + release_date: '2008-12-18' + title: Seven Pounds + video: false + vote_average: 7.609 + vote_count: 6773 + - adult: false + backdrop_path: /4fU2ddunguMjxWK0oWdUfKES9Qo.jpg + credit_id: 52fe4426c3a36847f80853b9 + department: Production + genre_ids: + - 28 + - 35 + id: 5851 + job: Executive Producer + media_type: movie + original_language: en + original_title: Showtime + overview: >- + A spoof of buddy cop movies where two very different + cops are forced to team up on a new reality based T.V. + cop show. + popularity: 10.537 + poster_path: /8sIooUxXZo2blCVuAYbL2wkdUfD.jpg + release_date: '2002-03-14' + title: Showtime + video: false + vote_average: 5.5 + vote_count: 969 + - adult: false + backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg + credit_id: 52fe44adc3a36847f80a3c2f + department: Production + genre_ids: + - 35 + - 18 + - 10749 + id: 8488 + job: Producer + media_type: movie + original_language: en + original_title: Hitch + overview: >- + Dating coach Alex 'Hitch' Hitchens mentors a bumbling + client, Albert, who hopes to win the heart of the + glamorous Allegra Cole. While Albert makes progress, + Hitch faces his own romantic setbacks when proven + techniques fail to work on Sara Melas, a tabloid + reporter digging for dirt on Allegra Cole's love life. + When Sara discovers Hitch's connection to Albert – now + Allegra's boyfriend – it threatens to destroy both + relationships. + popularity: 34.865 + poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg + release_date: '2005-02-11' + title: Hitch + video: false + vote_average: 6.564 + vote_count: 5779 + - adult: false + backdrop_path: null + credit_id: 6222a8fee1ad79006b76aeac + department: Production + genre_ids: + - 878 + - 53 + id: 945956 + job: Producer + media_type: movie + original_language: en + original_title: I Am Legend 2 + overview: A sequel to the 2007 film I Am Legend. + popularity: 23.965 + poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg + release_date: '' + title: I Am Legend 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg + credit_id: 52fe44cbc3a36847f80aa59d + department: Production + genre_ids: + - 14 + - 28 + id: 8960 + job: Producer + media_type: movie + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 38.95 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.347 + vote_count: 9589 + - adult: false + backdrop_path: /6WfnLguRcpYQlJ6Wkx5CO7c8LpV.jpg + credit_id: 52fe45559251416c75052eff + department: Production + genre_ids: + - 18 + - 80 + - 53 + id: 13279 + job: Producer + media_type: movie + original_language: en + original_title: Lakeview Terrace + overview: >- + A young interracial couple has just moved into their + California dream home when they become the target of + their next-door neighbor, who disapproves of their + relationship. A tightly wound LAPD officer has + appointed himself the watchdog of the neighborhood. + His nightly foot patrols and overly watchful eyes + bring comfort to some, but he becomes increasingly + aggressive to the newlyweds. These persistent + intrusions into their lives cause the couple to fight + back. + popularity: 13.14 + poster_path: /2ThsS74hopBz0RveLgOWiwrMfE8.jpg + release_date: '2008-09-19' + title: Lakeview Terrace + video: false + vote_average: 5.966 + vote_count: 1038 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + credit_id: 52fe486f9251416c9108c607 + department: Writing + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + job: Story + media_type: movie + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + credit_id: 52fe486f9251416c9108c5d7 + department: Production + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + job: Producer + media_type: movie + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: /88J6waYVTta8Qz3iX3qUeWNA5d5.jpg + credit_id: 60f5c52d12c6040074471dd5 + department: Production + genre_ids: + - 18 + - 10749 + id: 447362 + job: Executive Producer + media_type: movie + original_language: en + original_title: Life in a Year + overview: >- + A 17 year old finds out that his girlfriend is dying, + so he sets out to give her an entire life, in the last + year she has left. + popularity: 40.357 + poster_path: /bP7u19opmHXYeTCUwGjlLldmUMc.jpg + release_date: '2020-11-27' + title: Life in a Year + video: false + vote_average: 8.25 + vote_count: 1879 + - adult: false + backdrop_path: /j3snmrxqxT60FrH1Z8i54fGnHZJ.jpg + credit_id: 52fe4d3c9251416c9110f435 + department: Production + genre_ids: + - 35 + - 18 + - 10751 + id: 196867 + job: Producer + media_type: movie + original_language: en + original_title: Annie + overview: >- + Annie is a young, happy foster kid who's also tough + enough to make her way on the streets of New York in + 2014. Originally left by her parents as a baby with + the promise that they'd be back for her someday, it's + been a hard knock life ever since with her mean foster + mom Miss Hannigan. But everything's about to change + when the hard-nosed tycoon and New York mayoral + candidate Will Stacks—advised by his brilliant VP and + his shrewd and scheming campaign advisor—makes a + thinly-veiled campaign move and takes her in. Stacks + believes he's her guardian angel, but Annie's + self-assured nature and bright, + sun-will-come-out-tomorrow outlook on life just might + mean it's the other way around. + popularity: 40.306 + poster_path: /aKAM9V0izx4VhsdyAdBvAB26UCZ.jpg + release_date: '2014-12-18' + title: Annie + video: false + vote_average: 6.2 + vote_count: 1275 + - adult: false + backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg + credit_id: 61018a1b0a517c0027ad407c + department: Production + genre_ids: + - 18 + - 36 + id: 614917 + job: Producer + media_type: movie + original_language: en + original_title: King Richard + overview: >- + The story of how Richard Williams served as a coach to + his daughters Venus and Serena, who will soon become + two of the most legendary tennis players in history. + popularity: 23.53 + poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg + release_date: '2021-11-18' + title: King Richard + video: false + vote_average: 7.649 + vote_count: 2497 + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + credit_id: 556f829fc3a3681073000a9d + department: Production + genre_ids: + - 28 + - 878 + id: 2048 + job: Executive Producer + media_type: movie + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by the + three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11797 + - adult: false + backdrop_path: /3CcO4QdasRCitq2dczOpx7CXgLM.jpg + credit_id: 5647cc689251413acc004e90 + department: Production + genre_ids: + - 10751 + - 12 + - 18 + id: 12837 + job: Producer + media_type: movie + original_language: en + original_title: The Secret Life of Bees + overview: >- + Set in South Carolina in 1964, this is the tale of + Lily Owens a 14 year-old girl who is haunted by the + memory of her late mother. To escape her lonely life + and troubled relationship with her father, Lily flees + with Rosaleen, her caregiver and only friend, to a + South Carolina town that holds the secret to her + mother's past. + popularity: 20.915 + poster_path: /m1LGEeoYfc6crbfG8WmTKg9SVqL.jpg + release_date: '2008-09-17' + title: The Secret Life of Bees + video: false + vote_average: 7.5 + vote_count: 508 + - adult: false + backdrop_path: /mRRpXyjsuj314rqHbQEHlvhoO49.jpg + credit_id: 56775821c3a3681683007059 + department: Production + genre_ids: + - 28 + - 35 + - 10749 + id: 59962 + job: Producer + media_type: movie + original_language: en + original_title: This Means War + overview: >- + Two top CIA operatives wage an epic battle against one + another after they discover they are dating the same + woman. + popularity: 19.462 + poster_path: /7d1hwECRc1NZlGfAeYE42ki7Fem.jpg + release_date: '2012-02-14' + title: This Means War + video: false + vote_average: 6.2 + vote_count: 3375 + - adult: false + backdrop_path: /v8DepuF6gizphLzIyNZeQiB0hij.jpg + credit_id: 5668c520c3a36836a600422e + department: Production + genre_ids: + - 28 + - 12 + - 18 + - 10751 + id: 38575 + job: Producer + media_type: movie + original_language: en + original_title: The Karate Kid + overview: >- + Twelve-year-old Dre Parker could have been the most + popular kid in Detroit, but his mother's latest career + move has landed him in China. Dre immediately falls + for his classmate Mei Ying but the cultural + differences make such a friendship impossible. Even + worse, Dre's feelings make him an enemy of the class + bully, Cheng. With no friends in a strange land, Dre + has nowhere to turn but maintenance man Mr. Han, who + is a kung fu master. As Han teaches Dre that kung fu + is not about punches and parries, but maturity and + calm, Dre realizes that facing down the bullies will + be the fight of his life. + popularity: 89.462 + poster_path: /qV8xTWfknTOSErSa0b9Iay2QztS.jpg + release_date: '2010-06-10' + title: The Karate Kid + video: false + vote_average: 6.536 + vote_count: 6008 + - adult: false + backdrop_path: /piT1WWJlC0ebUVpAWI1SBwg2Vdq.jpg + credit_id: 5686e2ddc3a3683628008212 + department: Production + genre_ids: + - 35 + - 10749 + - 18 + id: 19316 + job: Producer + media_type: movie + original_language: en + original_title: Saving Face + overview: >- + A Chinese-American lesbian and her traditionalist + mother are reluctant to go public with secret loves + that clash against cultural expectations. + popularity: 12.765 + poster_path: /7XbbgkKi4nEMOu9iwiANXpjKKhe.jpg + release_date: '2004-09-12' + title: Saving Face + video: false + vote_average: 7.3 + vote_count: 218 + - adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + credit_id: 63d95504955c65007bab880f + department: Production + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + job: Producer + media_type: movie + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey and + Burnett try to clear his name, only to end up on the + run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + - adult: false + backdrop_path: null + credit_id: 63f780f3d1ca2a008600228c + department: Production + genre_ids: + - 16 + id: 1090671 + job: Producer + media_type: movie + original_language: en + original_title: Onyeka and the Academy of the Sun + overview: >- + A teenager learns she has powers and travels to + Nigeria to learn more about her origins, where she + discovers a threat to her newfound magical community. + popularity: 1.323 + poster_path: null + release_date: '' + title: Onyeka and the Academy of the Sun + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /15Hy6qCCTSlDKp9VbVAC1jKfH8e.jpg + credit_id: 58decf8ec3a3683d4600048b + department: Production + genre_ids: + - 35 + - 10749 + id: 50220 + job: Producer + media_type: movie + original_language: en + original_title: The Seat Filler + overview: >- + Derrick is a struggling law student who takes a job as + an awards show seat filler to make ends meet. One day, + he is seated next to the beautiful pop superstar + Jhnelle, who mistakes him for a well-known industry + executive. With an instant chemistry, the unlikely + pair begin to date. + popularity: 3.446 + poster_path: /iwSnXkciG5ogTRhbTeXzqolpSkK.jpg + release_date: '2004-08-05' + title: The Seat Filler + video: false + vote_average: 4.3 + vote_count: 15 + - adult: false + backdrop_path: /mGs03iJbrh3FTFiCqMM3G8Folmq.jpg + credit_id: 58decefb9251415e7f00047e + department: Production + genre_ids: + - 18 + - 35 + - 9648 + id: 13960 + job: Producer + media_type: movie + original_language: en + original_title: ATL + overview: >- + As four friends prepare for life after high school, + different challenges bring about turning points in + each of their lives. The dramas unfold and resolve at + their local rollerskating rink, Cascade. + popularity: 9.618 + poster_path: /wi9VRukGburXfDwDKqcQQdgFK5S.jpg + release_date: '2006-03-31' + title: ATL + video: false + vote_average: 6.9 + vote_count: 151 + - adult: false + backdrop_path: /pRPWczd6IFWNjfWHbUJNLQmhCU7.jpg + credit_id: 58decf489251415e360004d7 + department: Production + genre_ids: + - 18 + id: 22633 + job: Producer + media_type: movie + original_language: en + original_title: The Human Contract + overview: >- + A free-spirited woman leads a businessman down a path + of reckless abandon. + popularity: 10.781 + poster_path: /fGzk7eIGscDHzTaIRrIUDdece7Z.jpg + release_date: '2008-09-12' + title: The Human Contract + video: false + vote_average: 4.5 + vote_count: 53 + - adult: false + backdrop_path: null + credit_id: 64077376de11e500f0a4fd72 + department: Production + genre_ids: + - 18 + - 53 + id: 1096655 + job: Producer + media_type: movie + original_language: en + original_title: Da Understudy + overview: >- + Life imitates art when the understudy of a Broadway + production finds a role he’s willing to kill for. + popularity: 0.515 + poster_path: null + release_date: '' + title: Da Understudy + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 661eb6ddd75bd6014930d65b + department: Production + genre_ids: [] + id: 1275325 + job: Producer + media_type: movie + original_language: en + original_title: Clean Air + overview: >- + Ambitious sports agent Lyla loses her superstar client + before the start of NASCAR's season and decides to + take a chance on a rebellious female dirt track racer, + 17-year-old Piper Kyte. + popularity: 0.316 + poster_path: null + release_date: '' + title: Clean Air + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 665d7ee57c431fc42b491ba6 + department: Production + genre_ids: + - 35 + id: 734184 + job: Producer + media_type: movie + original_language: en + original_title: Planes, Trains and Automobiles + overview: >- + Remake of the 1987 comedy about a pair of unlikely + travel companions trying to make their destinations in + time for the Holiday weekend. + popularity: 1.509 + poster_path: null + release_date: '' + title: Planes, Trains and Automobiles + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6671ee0b56d4e5c9b1353ee1 + department: Production + genre_ids: + - 878 + - 53 + id: 693390 + job: Producer + media_type: movie + original_language: en + original_title: Resistor + overview: >- + Physicist Jon Grady and his team discover a device + that can reflect gravity — a triumph that will + revolutionize the field of physics and change the + future. But instead of acclaim, Grady's lab is locked + down by a covert organization known as the Bureau of + Technology Control. When Grady refuses to join the + BTC, he's thrown into a nightmarish high-tech prison + housing other doomed rebel intellects. + popularity: 1.87 + poster_path: null + release_date: '' + title: Resistor + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5b362310c3a3685320027c1e + department: Production + genre_ids: + - 14 + - 28 + id: 475387 + job: Producer + media_type: movie + original_language: en + original_title: Hancock 2 + overview: '' + popularity: 9.235 + poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg + release_date: '' + title: Hancock 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 64a95e736a344800c9fa77f1 + department: Production + genre_ids: + - 18 + - 35 + id: 1149524 + job: Executive Producer + media_type: movie + original_language: en + original_title: Blind Ref + overview: A blind man struggles to become a basketball referee. + popularity: 1.267 + poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg + release_date: '2013-06-06' + title: Blind Ref + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5cdf69280e0a264718c9bba2 + department: Production + genre_ids: + - 10402 + id: 603038 + job: Producer + media_type: movie + original_language: en + original_title: Romeo and Juliet + overview: >- + A contemporary musical take on William Shakespeare's + tragedy set against the urban rhythms of New York. The + love story follows a young waitress from the streets + of Brooklyn and an aspiring musician from a wealthy + family whose unconventional romance forces them to + confront their life choices. + popularity: 1.175 + poster_path: null + release_date: '' + title: Romeo and Juliet + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: null + credit_id: 5d44ef2c0f2fbd766bed1d3c + department: Production + genre_ids: + - 35 + id: 620275 + job: Producer + media_type: movie + original_language: en + original_title: Uptown Saturday Night + overview: >- + A comedy centered around two friends,their night at an + illegal club,a misplaced wallet,and a winning lottery + ticket. + popularity: 0.652 + poster_path: null + release_date: '' + title: Uptown Saturday Night + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5d73f86e209f185340fb281c + department: Production + genre_ids: + - 878 + id: 629423 + job: Producer + media_type: movie + original_language: en + original_title: Brilliance + overview: >- + In the future, non-neurotypical people — demonized by + society as “twists” or “abnorms” — are threatening the + status quo of the “normal” population with their + unique gifts. They are officially labeled as + “Brilliants” and are carefully tracked by the + government. + popularity: 1.203 + poster_path: null + release_date: '' + title: Brilliance + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4FbTBvNO3VTFbFFghipK7Jqz7I6.jpg + credit_id: 5df670730d1e7f0015721014 + department: Production + genre_ids: + - 18 + id: 552532 + job: Executive Producer + media_type: movie + original_language: en + original_title: Charm City Kings + overview: >- + Mouse desperately wants to join The Midnight Clique, + the infamous Baltimore dirt bike riders who rule the + summertime streets. When Midnight’s leader, Blax, + takes 14-year-old Mouse under his wing, Mouse soon + finds himself torn between the straight-and-narrow and + a road filled with fast money and violence. + popularity: 22.854 + poster_path: /8oiMFMarbRpcusASIX4cjVXoZKI.jpg + release_date: '2020-01-27' + title: Charm City Kings + video: false + vote_average: 7.835 + vote_count: 471 + - adult: false + backdrop_path: /alcBeDMSAetOaCFyQ76178fJqda.jpg + credit_id: 5e5188cef48b3400136ed84e + department: Production + genre_ids: + - 99 + id: 121983 + job: Executive Producer + media_type: movie + original_language: en + original_title: Free Angela and All Political Prisoners + overview: >- + FREE ANGELA is a feature-length documentary about + Angela Davis and the high stakes crime, political + movement, and trial that catapults the 26 year-old + newly appointed philosophy professor at the University + of California at Los Angeles into a seventies + revolutionary political icon. Nearly forty years + later, and for the first time, Angela Davis speaks + frankly about the actions that branded her as a + terrorist and simultaneously spurred a worldwide + political movement for her freedom. + popularity: 2.506 + poster_path: /k7ZKZDIoYPnDEpxtkLqSzjW9Wgs.jpg + release_date: '2012-09-09' + title: Free Angela and All Political Prisoners + video: false + vote_average: 7.1 + vote_count: 27 + - adult: false + backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg + credit_id: 5eef9bfd568463003301bafd + department: Production + genre_ids: + - 53 + - 28 + - 80 + id: 38700 + job: Producer + media_type: movie + original_language: en + original_title: Bad Boys for Life + overview: >- + Marcus and Mike are forced to confront new threats, + career changes, and midlife crises as they join the + newly created elite team AMMO of the Miami police + department to take down the ruthless Armando Armas, + the vicious leader of a Miami drug cartel. + popularity: 81.514 + poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg + release_date: '2020-01-15' + title: Bad Boys for Life + video: false + vote_average: 7.139 + vote_count: 8290 + - adult: false + backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg + credit_id: 5eee06639661fc00375d7f72 + department: Production + genre_ids: + - 18 + - 10752 + - 36 + id: 715931 + job: Producer + media_type: movie + original_language: en + original_title: Emancipation + overview: >- + Inspired by the gripping true story of a man who would + do anything for his family—and for freedom. When + Peter, an enslaved man, risks his life to escape and + return to his family, he embarks on a perilous journey + of love and endurance. + popularity: 23.242 + poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg + release_date: '2022-12-02' + title: Emancipation + video: false + vote_average: 7.8 + vote_count: 1130 + - adult: false + backdrop_path: null + credit_id: 601e26cb0929f6003ea8d238 + department: Production + genre_ids: + - 28 + - 53 + id: 698261 + job: Producer + media_type: movie + original_language: en + original_title: Fast and Loose + overview: >- + A man who wakes up in Tijuana after being left for + dead with absolutely no memory. As he follows a string + of clues to uncover his identity, he discovers that + he’s been living two different lives: one as a + super-successful crime kingpin, surrounded by + beautiful women, expensive toys and a lavish + lifestyle, and the other as an undercover CIA agent, + but with a puny salary, no family or home life + whatsoever and zero trappings of success. The problem + is, he can’t remember which of these two personas is + his true identity. + popularity: 1.465 + poster_path: null + release_date: '' + title: Fast and Loose + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 66d8af138f73fe939d1abb9d + department: Production + genre_ids: [] + id: 1244949 + job: Producer + media_type: movie + original_language: en + original_title: Sugar Bandits + overview: >- + Based on the Chuck Hogan book “Devils in Exile,” the + thriller centres on an Iraq War veteran who teams up + with a crew of fellow vets to target the drug trade in + Boston. + popularity: 0.936 + poster_path: null + release_date: '' + title: Sugar Bandits + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 66ec5f173d29e1389646c456 + department: Production + genre_ids: [] + id: 1358854 + job: Producer + media_type: movie + original_language: en + original_title: Untitled Queen Latifah Biopic + overview: >- + A Hip Hop biopic about the rise of the iconic artist, + Queen Latifah. + popularity: 1.682 + poster_path: null + release_date: '' + title: Untitled Queen Latifah Biopic + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 52570ce219c29571140186c5 + department: Directing + episode_count: 1 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Director + media_type: tv + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /xACZqtfxTYftZvB70ZnZtAjq820.jpg + credit_id: 52582d72760ee36aaa8a5e32 + department: Production + episode_count: 2 + first_air_date: '2000-02-05' + genre_ids: [] + id: 13992 + job: Producer + media_type: tv + name: The Queen Latifah Show + origin_country: + - US + original_language: en + original_name: The Queen Latifah Show + overview: >- + The First iteration (1999-2001) was described as the + "Dear Abby for the Hip-Hop Generation", with the + series covering various topics and including + interviews with celebrities and non-celebrities alike. + The Second iteration (2013-2015) featured celebrity + interviews, human interest stories, musical + performances, and Queen Latifah's take on pop culture + news. Latifah also ventured into communities across + the country to share compelling stories, celebrate + individuals who give back to their communities and + delivers life-changing surprises. + + + Previously, a talk show with the exact same title + aired from 1999 to 2001; however, the second iteration + is not a revival of this older syndicated television + production. Telepictures (1999-2001) / Sony Pictures + Television (2013-205) with Flavor Unit and Overbrook. + popularity: 7.841 + poster_path: /cGFOMyTM4DRXeBVCRUV8EGnJ8iq.jpg + vote_average: 3.5 + vote_count: 4 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 5867ea6bc3a3680f580008c8 + department: Production + episode_count: 24 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Executive Producer + media_type: tv + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 58719074925141356900f793 + department: Writing + episode_count: 1 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Story + media_type: tv + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 5caf4a9e9251412fb0221bd1 + department: Production + episode_count: 88 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Executive Producer + media_type: tv + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + credit_id: 5d386e7703fa9e0012858ff7 + department: Directing + episode_count: 6 + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + job: Director + media_type: tv + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg + credit_id: 5f0c1aac93db9200344c46a6 + department: Production + episode_count: 30 + first_air_date: '2018-05-02' + genre_ids: + - 10759 + - 18 + - 35 + id: 77169 + job: Executive Producer + media_type: tv + name: Cobra Kai + origin_country: + - US + original_language: en + original_name: Cobra Kai + overview: >- + This Karate Kid sequel series picks up 30 years after + the events of the 1984 All Valley Karate Tournament + and finds Johnny Lawrence on the hunt for redemption + by reopening the infamous Cobra Kai karate dojo. This + reignites his old rivalry with the successful Daniel + LaRusso, who has been working to maintain the balance + in his life without mentor Mr. Miyagi. + popularity: 587.088 + poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg + vote_average: 8.209 + vote_count: 6366 + - adult: false + backdrop_path: /zHdQ6yaqDf3OQO5uhr0auAgwK6O.jpg + credit_id: 5f57f633197de400395b5258 + department: Production + episode_count: 30 + first_air_date: '2022-02-13' + genre_ids: + - 18 + id: 107365 + job: Executive Producer + media_type: tv + name: Bel-Air + origin_country: + - US + original_language: en + original_name: Bel-Air + overview: >- + The journey of a book smart teen whose life is forever + transformed when he moves from the streets of west + Philadelphia to live with his relatives in one of LA’s + wealthiest suburbs. + popularity: 51.067 + poster_path: /j8tbXWXrL15RucA6H4khq87dEXa.jpg + vote_average: 7.9 + vote_count: 222 + - adult: false + backdrop_path: /lfedcBcQRHFtvIlePwLaZvvJHHl.jpg + credit_id: 5f7fd1e9d11e0e0037c2e90e + department: Production + episode_count: 6 + first_air_date: '2022-01-06' + genre_ids: + - 18 + id: 111263 + job: Executive Producer + media_type: tv + name: Women of the Movement + origin_country: + - US + original_language: en + original_name: Women of the Movement + overview: >- + A limited series focusing on Mamie Till Mobley, who + devoted her life to seeking justice for her son Emmett + Till following his brutal murder in the Jim Crow + South. + popularity: 10.619 + poster_path: /pL9prhQYEPKoNOniVJcJjEaozdY.jpg + vote_average: 7.5 + vote_count: 12 + - adult: false + backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg + credit_id: 606ddcf43c887d004093ed2a + department: Production + episode_count: 6 + first_air_date: '2021-02-17' + genre_ids: + - 99 + - 10763 + - 10768 + id: 118043 + job: Executive Producer + media_type: tv + name: 'Amend: The Fight for America' + origin_country: + - US + original_language: en + original_name: 'Amend: The Fight for America' + overview: >- + When the United States of America was founded, the + ideals of freedom and equality did not apply to all + people. These are the stories of the brave Americans + who fought to right the nation’s wrongs and enshrine + the values we hold most dear into the Constitution — + with liberty and justice for all. + popularity: 12.082 + poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg + vote_average: 7.079 + vote_count: 164 + - adult: false + backdrop_path: /eAvMLFaY0GpgqkcdiAsjzxbK0C9.jpg + credit_id: 619bcf8ee2ff32006595e8aa + department: Production + episode_count: 3 + first_air_date: '2022-02-19' + genre_ids: + - 10764 + - 10767 + id: 138763 + job: Producer + media_type: tv + name: Off Thee Leash + origin_country: + - US + original_language: en + original_name: Off Thee Leash + overview: >- + Who let the dogs out? Megan Thee Stallion, and she's + teaming up with Snapchat for a new pet series called + Off Thee Leash. + popularity: 1.516 + poster_path: /oxtDZZnMRlmWriiE2pQWWoHO8VV.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6201548c1e92256135a14a02 + department: Production + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + job: Producer + media_type: tv + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6201549100508a00deda9fb3 + department: Production + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + job: Executive Producer + media_type: tv + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg + credit_id: 631c9b3cd399e6008485baff + department: Production + episode_count: 50 + first_air_date: '2018-05-02' + genre_ids: + - 10759 + - 18 + - 35 + id: 77169 + job: Producer + media_type: tv + name: Cobra Kai + origin_country: + - US + original_language: en + original_name: Cobra Kai + overview: >- + This Karate Kid sequel series picks up 30 years after + the events of the 1984 All Valley Karate Tournament + and finds Johnny Lawrence on the hunt for redemption + by reopening the infamous Cobra Kai karate dojo. This + reignites his old rivalry with the successful Daniel + LaRusso, who has been working to maintain the balance + in his life without mentor Mr. Miyagi. + popularity: 587.088 + poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg + vote_average: 8.209 + vote_count: 6366 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 647ac651e323f300c429b8fe + department: Sound + episode_count: 148 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Theme Song Performance + media_type: tv + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 52570ce819c2957114018be3 + department: Creator + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Creator + media_type: tv + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: null + credit_id: 5258e8f4760ee3466186a080 + department: Creator + first_air_date: '' + genre_ids: [] + id: 37428 + job: Creator + media_type: tv + name: Almost + origin_country: + - US + original_language: en + original_name: Almost + overview: '' + popularity: 0.935 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + credit_id: 5c9751379251416b33f4c500 + department: Creator + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + job: Creator + media_type: tv + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: null + credit_id: 617f92e8e93e95002b35f367 + department: Creator + first_air_date: '2021-11-08' + genre_ids: + - 99 + id: 137684 + job: Creator + media_type: tv + name: Best Shape of My Life + origin_country: + - US + original_language: en + original_name: Best Shape of My Life + overview: >- + Will Smith teams up with guests and undergoes a + fitness challenge. + popularity: 2.732 + poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg + vote_average: 4 + vote_count: 4 + - adult: false + backdrop_path: null + credit_id: 63f64a458c22c0008c50a693 + department: Creator + first_air_date: '2022-03-21' + genre_ids: + - 10762 + id: 203054 + job: Creator + media_type: tv + name: Las Aventuras de Giga Doki + origin_country: + - ES + original_language: es + original_name: Las Aventuras de Giga Doki + overview: '' + popularity: 2.858 + poster_path: /q23cxXSwBZLucKac1lRFPGsCRtj.jpg + vote_average: 2 + vote_count: 1 + id: 2888 + + /person/{person_id}/external_ids: + get: + tags: + - PEOPLE + summary: External IDs + description: This endpoint get the external ID's that belong to a person. + operationId: externalIds1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/person_id' + + responses: + '200': + description: external ids + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=10063 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:05:49 GMT + ETag: + schema: + type: string + example: W/"c13a4d4c7996926f4083cd608c0ad08c" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: T9NVNiImvcmdx16kv19OvQ7XSBXPAfXNDEtXcdMIW7mZ1k4QQ3lgOg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '12689' + x-memc-expires: + schema: + type: string + example: '10063' + x-memc-key: + schema: + type: string + example: 9ca7fa025bd8f06bc67e13ed885b1743 + content: + application/json: + schema: + type: object + properties: + facebook_id: + type: string + example: WillSmith + freebase_id: + type: string + example: /en/will_smith + freebase_mid: + type: string + example: /m/0147dk + id: + type: number + example: 2888 + imdb_id: + type: string + example: nm0000226 + instagram_id: + type: string + example: willsmith + tiktok_id: + type: string + example: willsmith + tvrage_id: + type: number + example: 9542 + twitter_id: + type: string + example: '' + wikidata_id: + type: string + example: Q40096 + youtube_id: + type: string + example: WillSmith + examples: + external ids: + value: + facebook_id: WillSmith + freebase_id: /en/will_smith + freebase_mid: /m/0147dk + id: 2888 + imdb_id: nm0000226 + instagram_id: willsmith + tiktok_id: willsmith + tvrage_id: 9542 + twitter_id: '' + wikidata_id: Q40096 + youtube_id: WillSmith + + /person/{person_id}/images: + get: + tags: + - PEOPLE + summary: Images + description: This endpoint get the profile images that belong to a person. + operationId: images4 + parameters: + - $ref: '#/components/parameters/person_id' + responses: + '200': + description: images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=11980 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:06:51 GMT + ETag: + schema: + type: string + example: W/"15def4f0b15685bfc83a2f3e7082e404" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 a075746ea1824aa1c02a5e26a9e968e4.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: fIx6cHCFCSE90ULfmPLr280qPZJ3mkU9BtJoQoYmGAmw43nAxeNbMw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '14421' + x-memc-expires: + schema: + type: string + example: '11980' + x-memc-key: + schema: + type: string + example: a60c0a6778be02935c7e6e51491b2298 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 2888 + profiles: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 0.667 + file_path: + type: string + example: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg + height: + type: number + example: 750 + iso_639_1: + nullable: true + example: null + vote_average: + type: number + example: 4.97 + vote_count: + type: number + example: 17 + width: + type: number + example: 500 + example: + - aspect_ratio: 0.667 + file_path: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg + height: 750 + iso_639_1: null + vote_average: 4.97 + vote_count: 17 + width: 500 + - aspect_ratio: 0.667 + file_path: /zCrnERhs0L8FNK6xz4f5wWp0pKK.jpg + height: 1440 + iso_639_1: null + vote_average: 3.666 + vote_count: 12 + width: 960 + - aspect_ratio: 0.667 + file_path: /8TlKqbXYgHmmaEoPBJ7djJ8Rxxa.jpg + height: 900 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 600 + - aspect_ratio: 0.667 + file_path: /8Hbr3ndKeGX8OjSW1SjUbJpbfzh.jpg + height: 1500 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /aTocGs4c3LJ7ssyHeEJhgApe6Ze.jpg + height: 900 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 600 + - aspect_ratio: 0.666 + file_path: /9QD9DvQUF5t8ZVKpeoW4k2sFZ4D.jpg + height: 1436 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 957 + - aspect_ratio: 0.667 + file_path: /2LcX9u5DDo6TtKy109EcQFDe9l5.jpg + height: 1920 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 0.667 + file_path: /j1VdmftAir0hdeWKadDuIpfmWFd.jpg + height: 1920 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 0.667 + file_path: /f16q1fWtsLQVmRx7udUsMmOz5aH.jpg + height: 1920 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 0.667 + file_path: /5vtHreCntxLx5uC36ZA5ZXwfTjL.jpg + height: 3000 + iso_639_1: null + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /tSk3lEhp0Zvy10CLsBbpnWKquPa.jpg + height: 900 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 600 + - aspect_ratio: 0.667 + file_path: /saBHS2uYUVKZSwAuXpD2PlCWMxx.jpg + height: 1920 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 0.667 + file_path: /dSiL2fC8sCl1L9ftF7VyefRY64k.jpg + height: 1920 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 0.665 + file_path: /rJEsL66Vf09rB9BKBnvv5oz6H5x.jpg + height: 562 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 374 + - aspect_ratio: 0.666 + file_path: /4NojiAh3CUoNnb8Y5lF8ewpaDLS.jpg + height: 530 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 353 + - aspect_ratio: 0.667 + file_path: /sT7rZg3elM9f8nO8fIotTywLmac.jpg + height: 2449 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1633 + - aspect_ratio: 0.671 + file_path: /bZ8ZecqWsfMKwyt1iWitp8SCvhp.jpg + height: 1203 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 807 + - aspect_ratio: 0.667 + file_path: /2TOjaN8SFNXp39WdHO517v6ar1V.jpg + height: 750 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 500 + examples: + images: + value: + id: 2888 + profiles: + - aspect_ratio: 0.667 + file_path: /1QqaRZ8neYlqLx7ODZC4as47wUV.jpg + height: 750 + iso_639_1: null + vote_average: 4.97 + vote_count: 17 + width: 500 + - aspect_ratio: 0.667 + file_path: /zCrnERhs0L8FNK6xz4f5wWp0pKK.jpg + height: 1440 + iso_639_1: null + vote_average: 3.666 + vote_count: 12 + width: 960 + - aspect_ratio: 0.667 + file_path: /8TlKqbXYgHmmaEoPBJ7djJ8Rxxa.jpg + height: 900 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 600 + - aspect_ratio: 0.667 + file_path: /8Hbr3ndKeGX8OjSW1SjUbJpbfzh.jpg + height: 1500 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /aTocGs4c3LJ7ssyHeEJhgApe6Ze.jpg + height: 900 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 600 + - aspect_ratio: 0.666 + file_path: /9QD9DvQUF5t8ZVKpeoW4k2sFZ4D.jpg + height: 1436 + iso_639_1: null + vote_average: 1.434 + vote_count: 5 + width: 957 + - aspect_ratio: 0.667 + file_path: /2LcX9u5DDo6TtKy109EcQFDe9l5.jpg + height: 1920 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 0.667 + file_path: /j1VdmftAir0hdeWKadDuIpfmWFd.jpg + height: 1920 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 0.667 + file_path: /f16q1fWtsLQVmRx7udUsMmOz5aH.jpg + height: 1920 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 0.667 + file_path: /5vtHreCntxLx5uC36ZA5ZXwfTjL.jpg + height: 3000 + iso_639_1: null + vote_average: 0.958 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /tSk3lEhp0Zvy10CLsBbpnWKquPa.jpg + height: 900 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 600 + - aspect_ratio: 0.667 + file_path: /saBHS2uYUVKZSwAuXpD2PlCWMxx.jpg + height: 1920 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 0.667 + file_path: /dSiL2fC8sCl1L9ftF7VyefRY64k.jpg + height: 1920 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 0.665 + file_path: /rJEsL66Vf09rB9BKBnvv5oz6H5x.jpg + height: 562 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 374 + - aspect_ratio: 0.666 + file_path: /4NojiAh3CUoNnb8Y5lF8ewpaDLS.jpg + height: 530 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 353 + - aspect_ratio: 0.667 + file_path: /sT7rZg3elM9f8nO8fIotTywLmac.jpg + height: 2449 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1633 + - aspect_ratio: 0.671 + file_path: /bZ8ZecqWsfMKwyt1iWitp8SCvhp.jpg + height: 1203 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 807 + - aspect_ratio: 0.667 + file_path: /2TOjaN8SFNXp39WdHO517v6ar1V.jpg + height: 750 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 500 + + /person/latest: + get: + tags: + - PEOPLE + summary: Latest + description: This endpoint get the newest created person. This is a live response and will continuously change. + operationId: latest1 + responses: + '200': + description: latest + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:09:31 GMT + ETag: + schema: + type: string + example: W/"871e1c49df5009975a05f82596b067d2" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 600860a2fda807ac628822c14b5de860.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: ZNpuCHPEGwCjODoRcxJvt6wmx9wuyiYYTU0BP3y-AfE8et75GaCmPw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: b391f808e9cc6eb3157abf5c19519e52 + content: + application/json: + schema: + type: object + properties: + adult: + type: boolean + example: false + also_known_as: + type: array + items: {} + example: [] + biography: + type: string + example: '' + birthday: + nullable: true + example: null + deathday: + nullable: true + example: null + gender: + type: number + example: 0 + homepage: + nullable: true + example: null + id: + type: number + example: 5160396 + imdb_id: + nullable: true + example: null + known_for_department: + type: string + example: Visual Effects + name: + type: string + example: Manfred Gärtner + place_of_birth: + nullable: true + example: null + popularity: + type: number + example: 0 + profile_path: + nullable: true + example: null + examples: + latest: + value: + adult: false + also_known_as: [] + biography: '' + birthday: null + deathday: null + gender: 0 + homepage: null + id: 5160396 + imdb_id: null + known_for_department: Visual Effects + name: Manfred Gärtner + place_of_birth: null + popularity: 0 + profile_path: null + /person/{person_id}/movie_credits: + get: + tags: + - PEOPLE + summary: Movie Credits + description: This endpoint get the movie credits for a person. + operationId: movieCredits + parameters: + + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/person_id' + + responses: + '200': + description: movie credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=9171 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:11:15 GMT + ETag: + schema: + type: string + example: W/"ed132301324d0714a4e1827e368356cf" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 38ecebcaa39c8742da2b6336935bb446.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: BsL363wcsAoDTNL5PfQO0hhQJwvuePsDhtUtOE4qxchdXMMfMdDO4Q== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '15868' + x-memc-expires: + schema: + type: string + example: '9171' + x-memc-key: + schema: + type: string + example: 1dd787f3ab2b15791869b11b545d987a + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + character: + type: string + example: Del Spooner + credit_id: + type: string + example: 52fe4330c3a36847f8041063 + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 878 + id: + type: number + example: 2048 + order: + type: number + example: 0 + original_language: + type: string + example: en + original_title: + type: string + example: I, Robot + overview: + type: string + example: >- + In 2035, where robots are commonplace and abide by + the three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: + type: number + example: 43.332 + poster_path: + type: string + nullable: true + example: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: + type: string + example: '2004-07-15' + title: + type: string + example: I, Robot + video: + type: boolean + example: false + vote_average: + type: number + example: 6.953 + vote_count: + type: number + example: 11796 + example: + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + character: Del Spooner + credit_id: 52fe4330c3a36847f8041063 + genre_ids: + - 28 + - 878 + id: 2048 + order: 0 + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by the + three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11796 + - adult: false + backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + character: Chris Gardner + credit_id: 52fe42f3c3a36847f802f1eb + genre_ids: + - 18 + id: 1402 + order: 0 + original_language: en + original_title: The Pursuit of Happyness + overview: >- + A struggling salesman takes custody of his son as he's + poised to begin a life-changing professional career. + popularity: 65.281 + poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: '2006-12-14' + title: The Pursuit of Happyness + video: false + vote_average: 7.9 + vote_count: 9888 + - adult: false + backdrop_path: /uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg + character: Capt. Steven Hiller + credit_id: 52fe425bc3a36847f8017f8b + genre_ids: + - 28 + - 12 + - 878 + id: 602 + order: 0 + original_language: en + original_title: Independence Day + overview: >- + Strange phenomena surface around the globe. The skies + ignite. Terror races through the world's major cities. + As these extraordinary events unfold, it becomes + increasingly clear that a force of incredible + magnitude has arrived. Its mission: total annihilation + over the Fourth of July weekend. The last hope to stop + the destruction is an unlikely group of people united + by fate and unimaginable circumstances. + popularity: 52.44 + poster_path: /p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg + release_date: '1996-06-25' + title: Independence Day + video: false + vote_average: 6.89 + vote_count: 9589 + - adult: false + backdrop_path: /1GJvBE7UWU1WOVi0XREl4JQc7f8.jpg + character: Jay + credit_id: 52fe425dc3a36847f80187cb + genre_ids: + - 28 + - 12 + - 35 + - 878 + id: 607 + order: 1 + original_language: en + original_title: Men in Black + overview: >- + After a police chase with an otherworldly being, a New + York City cop is recruited as an agent in a top-secret + organization established to monitor and police alien + activity on Earth: the Men in Black. Agent K and new + recruit Agent J find themselves in the middle of a + deadly plot by an intergalactic terrorist who has + arrived on Earth to assassinate two ambassadors from + opposing galaxies. + popularity: 50.124 + poster_path: /uLOmOF5IzWoyrgIF5MfUnh5pa1X.jpg + release_date: '1997-07-02' + title: Men in Black + video: false + vote_average: 7.203 + vote_count: 13787 + - adult: false + backdrop_path: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg + character: Jay + credit_id: 52fe425dc3a36847f8018905 + genre_ids: + - 28 + - 35 + - 878 + id: 608 + order: 1 + original_language: en + original_title: Men in Black II + overview: >- + Kay and Jay reunite to provide our best, last and only + line of defense against a sinister seductress who + levels the toughest challenge yet to the MIB's + untarnished mission statement – protecting Earth from + the scum of the universe. It's been four years since + the alien-seeking agents averted an intergalactic + disaster of epic proportions. Now it's a race against + the clock as Jay must convince Kay – who not only has + absolutely no memory of his time spent with the MIB, + but is also the only living person left with the + expertise to save the galaxy – to reunite with the MIB + before the earth submits to ultimate destruction. + popularity: 35.639 + poster_path: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg + release_date: '2002-07-03' + title: Men in Black II + video: false + vote_average: 6.372 + vote_count: 9923 + - adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + character: Oscar (voice) + credit_id: 52fe43879251416c75013e51 + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + order: 0 + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often get + him into trouble. Meanwhile, Lenny is a great white + shark with a surprising secret that no sea creature + would guess: He's a vegetarian. When a lie turns Oscar + into an improbable hero and Lenny becomes an outcast, + the two form an unlikely friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + - adult: false + backdrop_path: /bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg + character: Bagger Vance + credit_id: 52fe43e7c3a36847f80776ed + genre_ids: + - 18 + - 14 + id: 4958 + order: 1 + original_language: en + original_title: The Legend of Bagger Vance + overview: >- + World War I has left golfer Rannulph Junuh a + poker-playing alcoholic, his perfect swing gone. Now, + however, he needs to get it back to play in a + tournament to save the financially ravaged golf course + of a long-ago sweetheart. Help arrives in the form of + mysterious caddy Bagger Vance. + popularity: 12.032 + poster_path: /fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg + release_date: '2000-11-02' + title: The Legend of Bagger Vance + video: false + vote_average: 6.578 + vote_count: 898 + - adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + character: Robert Neville + credit_id: 52fe4455c3a36847f808fc19 + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + order: 0 + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to stop + the spread of the terrible virus that was incurable + and man-made. Immune, Neville is now the last human + survivor in what is left of New York City and perhaps + the world. For three years, Neville has faithfully + sent out daily radio messages, desperate to find any + other survivors who might be out there. But he is not + alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15754 + - adult: false + backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg + character: Ben + credit_id: 52fe44259251416c7502a685 + genre_ids: + - 18 + id: 11321 + order: 0 + original_language: en + original_title: Seven Pounds + overview: >- + An IRS agent with a fateful secret embarks on an + extraordinary journey of redemption by forever + changing the lives of seven strangers. + popularity: 22.971 + poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg + release_date: '2008-12-18' + title: Seven Pounds + video: false + vote_average: 7.609 + vote_count: 6773 + - adult: false + backdrop_path: /dYHAIKsRZ7959Yf6tUM55xjV711.jpg + character: Paul + credit_id: 52fe4462c3a368484e020081 + genre_ids: + - 9648 + - 18 + - 35 + id: 23210 + order: 1 + original_language: en + original_title: Six Degrees of Separation + overview: >- + The story of a young, gay, black, con artist who, + posing as the son of Sidney Poitier, cunningly + maneuvers his way into the lives of a white, + upper-class New York family. + popularity: 11.912 + poster_path: /oH0bl69uZZA6dAclgFRkm1Vwcry.jpg + release_date: '1993-12-08' + title: Six Degrees of Separation + video: false + vote_average: 6.4 + vote_count: 323 + - adult: false + backdrop_path: /gVtm7G5NtQxjFNA5ydqxslxjCuk.jpg + character: Muhammad Ali / Cassius Clay + credit_id: 52fe44adc3a36847f80a3d47 + genre_ids: + - 18 + id: 8489 + order: 0 + original_language: en + original_title: Ali + overview: >- + In 1964, a brash, new pro boxer, fresh from his + Olympic gold medal victory, explodes onto the scene: + Cassius Clay. Bold and outspoken, he cuts an entirely + new image for African Americans in sport with his + proud public self-confidence and his unapologetic + belief that he is the greatest boxer of all time. Yet + at the top of his game, both Ali's personal and + professional lives face the ultimate test. + popularity: 14.244 + poster_path: /hBE9VTgwmHbIBkJ0uxrnmqJOpkm.jpg + release_date: '2001-12-10' + title: Ali + video: false + vote_average: 6.8 + vote_count: 1712 + - adult: false + backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg + character: Alex 'Hitch' Hitchens + credit_id: 52fe44adc3a36847f80a3c4f + genre_ids: + - 35 + - 18 + - 10749 + id: 8488 + order: 0 + original_language: en + original_title: Hitch + overview: >- + Dating coach Alex 'Hitch' Hitchens mentors a bumbling + client, Albert, who hopes to win the heart of the + glamorous Allegra Cole. While Albert makes progress, + Hitch faces his own romantic setbacks when proven + techniques fail to work on Sara Melas, a tabloid + reporter digging for dirt on Allegra Cole's love life. + When Sara discovers Hitch's connection to Albert – now + Allegra's boyfriend – it threatens to destroy both + relationships. + popularity: 34.865 + poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg + release_date: '2005-02-11' + title: Hitch + video: false + vote_average: 6.564 + vote_count: 5779 + - adult: false + backdrop_path: /3mNbtT2MWJPmQWYrUXvxFYNuz5j.jpg + character: Capt. James West + credit_id: 52fe44adc3a36847f80a3bdb + genre_ids: + - 28 + - 12 + - 35 + - 878 + - 37 + id: 8487 + order: 0 + original_language: en + original_title: Wild Wild West + overview: >- + Legless Southern inventor Dr. Arliss Loveless plans to + rekindle the Civil War by assassinating President U.S. + Grant. Only two men can stop him: gunfighter James + West and master-of-disguise and inventor Artemus + Gordon. The two must team up to thwart Loveless' + plans. + popularity: 21.53 + poster_path: /3C5cZnIwQ6Wj4qGFKv0BBjimWro.jpg + release_date: '1999-06-30' + title: Wild Wild West + video: false + vote_average: 5.324 + vote_count: 3311 + - adult: false + backdrop_path: /oHtK1ExsXr9trwueDdgFJmlrKJV.jpg + character: Self + credit_id: 6174c889b6c264002a69b827 + genre_ids: + - 99 + id: 795625 + order: 3 + original_language: en + original_title: Lily Topples The World + overview: >- + Follow 20-year-old Lily Hevesh — the world’s greatest + domino toppler and the only woman in her field — in a + coming-of-age story of artistry, passion, and unlikely + triumph. + popularity: 1.214 + poster_path: /dgxLTkwTPo8a8EDKcLgpiSDn0zF.jpg + release_date: '2021-03-16' + title: Lily Topples The World + video: false + vote_average: 7.5 + vote_count: 10 + - adult: false + backdrop_path: /gFsBGyMJezO1wMRmEjBX8YEh0Mc.jpg + character: Tea Cake Walters + credit_id: 52fe44ba9251416c7503ed09 + genre_ids: + - 35 + id: 12121 + order: 2 + original_language: en + original_title: Made in America + overview: >- + A young black woman discovers that her father was a + sperm donor, and if that wasn't bad enough, he's + white. + popularity: 9.487 + poster_path: /2frB553lKEm1q4dds5PUqLNQA3z.jpg + release_date: '1993-01-06' + title: Made in America + video: false + vote_average: 5.5 + vote_count: 357 + - adult: false + backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg + character: John Hancock + credit_id: 52fe44cbc3a36847f80aa55d + genre_ids: + - 14 + - 28 + id: 8960 + order: 0 + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 38.95 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.347 + vote_count: 9589 + - adult: false + backdrop_path: /gxSVZCUlDd8upT1G2wdrUdz2hxG.jpg + character: Detective Mike Lowrey + credit_id: 52fe44cbc3a36847f80aa747 + genre_ids: + - 28 + - 80 + - 35 + id: 8961 + order: 1 + original_language: en + original_title: Bad Boys II + overview: >- + Detectives Marcus Burnett and Mike Lowrey of the Miami + Narcotics Task Force are tasked with stopping the flow + of the drug Ecstasy into Miami. They track the drugs + to the whacked-out Cuban drug lord Johnny Tapia, who + is also involved in a bloody war with Russian and + Haitian mobsters. If that isn't bad enough, there's + tension between the two detectives when Marcus + discovers that playboy Mike is secretly romancing + Marcus’ sister, Syd. + popularity: 51.272 + poster_path: /yCvB5fG5aEPqa1St7ihY6KEAsHD.jpg + release_date: '2003-07-18' + title: Bad Boys II + video: false + vote_average: 6.6 + vote_count: 5485 + - adult: false + backdrop_path: /zuxSfx7ZNzBsXE0f0lSGrfRB01e.jpg + character: Will Smith + credit_id: 52fe4507c3a36847f80b8013 + genre_ids: + - 35 + - 10749 + - 18 + id: 9541 + order: 8 + original_language: en + original_title: Jersey Girl + overview: >- + Ollie Trinke is a young, suave music publicist who + seems to have it all, with a new wife and a baby on + the way. But life deals him a bum hand when he's + suddenly faced with single fatherhood, a defunct + career and having to move in with his father. To + bounce back, it takes a new love and the courage + instilled in him by his daughter. + popularity: 13.651 + poster_path: /nMmMWoSooR6QmCjdT0AvZardof1.jpg + release_date: '2004-03-25' + title: Jersey Girl + video: false + vote_average: 6.2 + vote_count: 1033 + - adult: false + backdrop_path: null + character: Self + credit_id: 6401109c9f1be70086a02479 + genre_ids: + - 99 + id: 1094280 + order: 1 + original_language: en + original_title: Putting The Boom & Bang in 'Bad Boys' + overview: Bad Boys featurette. + popularity: 2.062 + poster_path: /zT1TtogGgcrQBZAofjp37s24Vui.jpg + release_date: '2000-06-27' + title: Putting The Boom & Bang in 'Bad Boys' + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /lPLTLCBn39Wiy1RPQLB9xOKyF2v.jpg + character: Robert Clayton Dean + credit_id: 52fe452fc3a36847f80c0f93 + genre_ids: + - 28 + - 18 + - 53 + id: 9798 + order: 0 + original_language: en + original_title: Enemy of the State + overview: "When the videotape of the murder of a congressman unknowingly ends up in the hands of labor lawyer and dedicated family man Robert Clayton Dean, he\_is framed for the murder. With the help of the mysterious Brill, Dean attempts to throw the NSA off his trail and prove his innocence." + popularity: 24.51 + poster_path: /x9pXrMKLsBGGOFyyZ0Gwt9YpVub.jpg + release_date: '1998-11-20' + title: Enemy of the State + video: false + vote_average: 7.044 + vote_count: 3830 + - adult: false + backdrop_path: /5AhpUb8CAP0jZ4Wrn7AsRUYjZxB.jpg + character: Agent J + credit_id: 52fe45b7c3a36847f80d6875 + genre_ids: + - 28 + - 35 + - 878 + id: 41154 + order: 0 + original_language: en + original_title: Men in Black 3 + overview: >- + Agents J and K are back...in time. J has seen some + inexplicable things in his 15 years with the Men in + Black, but nothing, not even aliens, perplexes him as + much as his wry, reticent partner. But when K's life + and the fate of the planet are put at stake, Agent J + will have to travel back in time to put things right. + J discovers that there are secrets to the universe + that K never told him - secrets that will reveal + themselves as he teams up with the young Agent K to + save his partner, the agency, and the future of + humankind. + popularity: 33.904 + poster_path: /90DdoEStzeObs96fsYf4GG544iN.jpg + release_date: '2012-05-23' + title: Men in Black 3 + video: false + vote_average: 6.525 + vote_count: 10309 + - adult: false + backdrop_path: /webc35UIXecNENTkM9mw7IgifKr.jpg + character: Fresh Prince + credit_id: 64192591e004a6007be0153e + genre_ids: + - 16 + - 10402 + id: 276109 + order: 0 + original_language: en + original_title: The Chipmunks Rockin' Through The Decades + overview: >- + A live-action/animated TV special featuring Alvin and + the Chipmunks. + popularity: 1.846 + poster_path: null + release_date: '1990-12-09' + title: The Chipmunks Rockin' Through The Decades + video: false + vote_average: 4 + vote_count: 1 + - adult: false + backdrop_path: null + character: Nicky Barnes + credit_id: 619d82dfa410c80090ab2e70 + genre_ids: + - 80 + - 18 + id: 903060 + order: 0 + original_language: en + original_title: The Council + overview: >- + The never-before told story of a crime syndicate + consisting of seven African-American men who ruled + Harlem in the 1970s and early 80s focusing on Nicky + Barnes, dubbed "Mr. Untouchable" by the New York + Times. + popularity: 1.442 + poster_path: null + release_date: '' + title: The Council + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /wOLTJxfv98miIQcn0oNXq9fIgXM.jpg + character: Mike Lowrey + credit_id: 644901856a22270474d17219 + genre_ids: + - 28 + - 35 + - 80 + - 53 + id: 9737 + order: 0 + original_language: en + original_title: Bad Boys + overview: >- + Marcus Burnett is a henpecked family man. Mike Lowrey + is a footloose and fancy free ladies' man. Both Miami + policemen, they have 72 hours to reclaim a consignment + of drugs stolen from under their station's nose. To + complicate matters, in order to get the assistance of + the sole witness to a murder, they have to pretend to + be each other. + popularity: 48.299 + poster_path: /qKiLKvJaT6rRmd3IBsoVV58luXH.jpg + release_date: '1995-04-07' + title: Bad Boys + video: false + vote_average: 6.817 + vote_count: 6398 + - adult: false + backdrop_path: /cYs9gkWP1Pk7nnQO33HOI1nb3ds.jpg + character: Self (archive footage) + credit_id: 61e50e747d2bc1009fcf7f7c + genre_ids: + - 10402 + - 99 + id: 904962 + order: 32 + original_language: en + original_title: You're Watching Video Music Box + overview: >- + The untold story of the world’s longest running video + show, Video Music Box. A hip hop mainstay since 1983, + VMB gave a platform to artists like Jay-Z, Nas and + Mary J. Blige before they hit it big. Host Ralph + McDaniels’ archives — amassed over nearly 40 years — + reveal the show’s importance to numerous big-name + musicians, as well as to the kids that grew up + watching. + popularity: 1.739 + poster_path: /r0gtyJoM5dMPFdEMyT1EKMaQDCk.jpg + release_date: '2021-12-03' + title: You're Watching Video Music Box + video: false + vote_average: 6.4 + vote_count: 5 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + character: Cypher Raige + credit_id: 52fe486f9251416c9108c5db + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + order: 1 + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: null + character: Robert Neville + credit_id: 62228e237719d7006dac569c + genre_ids: + - 878 + - 53 + id: 945956 + order: 0 + original_language: en + original_title: I Am Legend 2 + overview: A sequel to the 2007 film I Am Legend. + popularity: 23.965 + poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg + release_date: '' + title: I Am Legend 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Blind Referee + credit_id: 64a95eabb686b900edf8e984 + genre_ids: + - 18 + - 35 + id: 1149524 + order: 0 + original_language: en + original_title: Blind Ref + overview: A blind man struggles to become a basketball referee. + popularity: 1.267 + poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg + release_date: '2013-06-06' + title: Blind Ref + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /IdrHHTC2QcrWUnEqshutR8L4vj.jpg + character: Judge + credit_id: 52fe4c2ec3a368484e1ab62f + genre_ids: + - 18 + - 14 + - 9648 + - 10749 + id: 137321 + order: 5 + original_language: en + original_title: Winter's Tale + overview: >- + A burglar falls for an heiress as she dies in his + arms. When he learns that he has the gift of + reincarnation, he sets out to save her. + popularity: 12.852 + poster_path: /dwDAUpidqVEql6w1o51VIPlMtbG.jpg + release_date: '2014-02-13' + title: Winter's Tale + video: false + vote_average: 6.266 + vote_count: 1334 + - adult: false + backdrop_path: null + character: Self + credit_id: 65124a268e2ba600e4517cc1 + genre_ids: + - 99 + id: 587817 + order: 15 + original_language: en + original_title: Pesel Ha'Zahav + overview: >- + A behind-the-scenes look at the preparations for the + live broadcast of the 69th Annual Academy Awards + ceremony. + popularity: 1.788 + poster_path: /hD2xo96UYYwG1NJCbNDD29pXmCD.jpg + release_date: '1998-01-01' + title: Inside the Golden Statue + video: false + vote_average: 6.3 + vote_count: 3 + - adult: false + backdrop_path: /3WfSR7bLZQBMzTjwa9A9ohfblgT.jpg + character: Self (archive footage) + credit_id: 6523e238ab5e3400c47d3fd7 + genre_ids: + - 99 + id: 1038495 + order: 25 + original_language: en + original_title: 'Kids'' TV: The Surprising Story' + overview: >- + Konnie Huq celebrates the very best of British + children’s television, with a dazzling array of clips + from some of the most treasured programmes ever made + and revealing chats with some of TV’s most beloved + stars. But Konnie also tells a perhaps more + surprising story: of how kids’ TV has frequently been + at the forefront of social change, in terms of the + stories it tells and the people who get to tell them. + popularity: 2.636 + poster_path: /kuEcbIvW70o27cdUuuNTFwouigU.jpg + release_date: '2022-10-26' + title: 'Kids'' TV: The Surprising Story' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /8B7ZCUeLsTqO72o0uVKMIQXSjOi.jpg + character: Genie / Mariner (archive footage) + credit_id: 62ba30d468b766006174866d + genre_ids: + - 99 + - 10402 + id: 512191 + order: 96 + original_language: en + original_title: Howard + overview: >- + Though legendary lyricist Howard Ashman died far too + young, his impact on Broadway, movies, and the culture + at large were incalculable. Told entirely through rare + archival footage and interviews with Ashman’s family, + friends, associates, and longtime partner Bill Lauch, + Howard is an intimate tribute to a + once-in-a-generation talent and a rousing celebration + of musical storytelling itself. + popularity: 5.917 + poster_path: /kTMIYVGKeXsIcVumZvyapkhvQiY.jpg + release_date: '2018-04-22' + title: Howard + video: false + vote_average: 6.9 + vote_count: 48 + - adult: false + backdrop_path: /e3dzlpDdqkVrxfw9gusYPjG5Vub.jpg + character: Nicky Spurgeon + credit_id: 530789e0925141111100018d + genre_ids: + - 10749 + - 35 + - 80 + id: 256591 + order: 0 + original_language: en + original_title: Focus + overview: >- + Nicky, an accomplished con artist, gets romantically + involved with his disciple Jess but later ends their + relationship. Years later, she returns as a femme + fatale to spoil his plans. + popularity: 32.29 + poster_path: /j6YcokvYBLSRLBQ4LxeeY6B1Aso.jpg + release_date: '2015-02-25' + title: Focus + video: false + vote_average: 6.878 + vote_count: 7841 + - adult: false + backdrop_path: null + character: Self - Host (archive footage) + credit_id: 62cd331ba9117f131cbd4088 + genre_ids: + - 99 + id: 999067 + order: 0 + original_language: en + original_title: One Strange Rock + overview: >- + A mind-bending, thrilling journey exploring the + fragility and wonder of planet Earth, one of the most + peculiar, unique places in the entire universe, + brought to life by the only people to have left it + behind – the world’s most well known and leading + astronauts. This edit combined episodes one and ten to + create a new movie. + popularity: 1.81 + poster_path: /2yKKKl9d1H5f3EjZrijpr8WOqQu.jpg + release_date: '2022-07-10' + title: One Strange Rock + video: true + vote_average: 5.7 + vote_count: 3 + - adult: false + backdrop_path: /c5Hub79rAGq7MtKrRNcr5Rfk3NM.jpg + character: Self + credit_id: 658f14116611b46b9fa40ca4 + genre_ids: + - 99 + - 10402 + id: 746752 + order: 2 + original_language: fr + original_title: 'Bigflo & Oli : Presque Trop' + overview: >- + Go backstage with French rap duo Bigflo & Oli in this + intimate music documentary, then join the superstar + siblings as they embark on a major tour. + popularity: 3.744 + poster_path: /heCJcnFHizhV286Y71W92f9mrBQ.jpg + release_date: '2020-10-08' + title: 'Bigflo & Oli: Hip Hop Frenzy' + video: false + vote_average: 7 + vote_count: 70 + - adult: false + backdrop_path: null + character: Self + credit_id: 6326378d8d22fc007a30eebc + genre_ids: + - 35 + - 10402 + - 10770 + - 99 + id: 537745 + order: 134 + original_language: en + original_title: Night of 100 Stars III + overview: >- + A celebrity benefit for The Actors' Fund of America, + featuring music, songs, dance and comedy. + popularity: 1.523 + poster_path: /886JJFF8s2z3x5txGkaVRnmeMU9.jpg + release_date: '1990-05-21' + title: Night of 100 Stars III + video: false + vote_average: 4 + vote_count: 2 + - adult: false + backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg + character: Floyd Lawton / Deadshot + credit_id: 547ebbec92514124aa000a6d + genre_ids: + - 28 + - 12 + - 14 + id: 297761 + order: 0 + original_language: en + original_title: Suicide Squad + overview: >- + From DC Comics comes the Suicide Squad, an antihero + team of incarcerated supervillains who act as deniable + assets for the United States government, undertaking + high-risk black ops missions in exchange for commuted + prison sentences. + popularity: 46.652 + poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg + release_date: '2016-08-03' + title: Suicide Squad + video: false + vote_average: 5.921 + vote_count: 21151 + - adult: false + backdrop_path: /bDp6SAo5tDf4KyZHX5hOg0Tj74D.jpg + character: Self + credit_id: 6596fba6a6c10410ddfa83eb + genre_ids: + - 99 + - 18 + id: 1226352 + order: 3 + original_language: en + original_title: Free Child + overview: >- + From leaving Egypt 10 years ago, to almost dying a + month ago in a car accident. This film is about the + journey in between and the massive role the internet + played in the life of prominent Youtuber and Yes + Theory co-founder Ammar Kandil. + popularity: 2.591 + poster_path: /n03RhHzq0henGZ7M1Lif1TfKZvH.jpg + release_date: '2020-09-28' + title: Free Child + video: false + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg + character: Dr. Bennet Omalu + credit_id: 54c884a1925141678e00568e + genre_ids: + - 18 + id: 321741 + order: 0 + original_language: en + original_title: Concussion + overview: >- + A dramatic thriller based on the incredible true David + vs. Goliath story of American immigrant Dr. Bennet + Omalu, the brilliant forensic neuropathologist who + made the first discovery of CTE, a football-related + brain trauma, in a pro player and fought for the truth + to be known. Omalu's emotional quest puts him at + dangerous odds with one of the most powerful + institutions in the world. + popularity: 12.822 + poster_path: /gseayWAIFt3GQrEUNuUcYxT77Ud.jpg + release_date: '2015-11-12' + title: Concussion + video: false + vote_average: 7.09 + vote_count: 2540 + - adult: false + backdrop_path: /TiiWQf1pMFIfR3z7hxdAAd4PnN.jpg + character: Self (archive footage) + credit_id: 635e94b7efd3c200918dcc80 + genre_ids: + - 10751 + - 10402 + - 10770 + id: 341949 + order: 52 + original_language: en + original_title: 'Sesame Street: Elmopalooza!' + overview: >- + Jon Stewart hosts the Sesame Street Muppets' 30 year + celebration, but Elmo steps in when things go awry. + popularity: 1.19 + poster_path: /64QjfrazV5J12PUoqMvNOyKjRxL.jpg + release_date: '1998-02-20' + title: 'Sesame Street: Elmopalooza!' + video: false + vote_average: 5.8 + vote_count: 5 + - adult: false + backdrop_path: null + character: Self (archive footage) + credit_id: 65c67b3e4350110183e6f70d + genre_ids: + - 99 + - 10402 + id: 324610 + order: 29 + original_language: en + original_title: Yo! The Story of ‘Yo! MTV Raps’ + overview: >- + A provocative look into the seven-year history of the + series that gave hip hop a voice and broke color + barriers, integrating MTV with rap. "Yo! MTV Raps" + premiered on August 6, 1988 with hosts Fab 5 Freddy, + Ed Lover and Doctor Dré, and shaped the careers of + many of today’s hip hop superstars, while + simultaneously making groundbreaking strides in + introducing hip hop to the mainstream. + popularity: 2.444 + poster_path: /5peOO9sApI7GXOVBFQPgrlsWLBM.jpg + release_date: '2012-06-07' + title: Yo! The Story of ‘Yo! MTV Raps’ + video: false + vote_average: 2 + vote_count: 0 + - adult: false + backdrop_path: /jEo7s4kyUiClgtxXqYcLRWvJTik.jpg + character: Self + credit_id: 65cca2d7e263bb0186692850 + genre_ids: + - 10402 + - 99 + id: 1216282 + order: 22 + original_language: en + original_title: A GRAMMY Salute To 50 Years Of Hip-Hop + overview: >- + A once-in-a-lifetime live concert special celebrating + the 50th anniversary of hip-hop. Airing Sunday, Dec. + 10, at at 8:30 p.m. ET/8 p.m. PT on the CBS Television + Network and streaming live and on demand on + Paramount+, the two-hour tribute special will feature + exclusive performances from hip-hop legends and + GRAMMY-winning artists, including Black Thought, Bun + B, Common, De La Soul, Jermaine Dupri, J.J. Fad, Talib + Kweli, The Lady Of Rage, LL COOL J, MC Sha-Rock, Monie + Love, The Pharcyde, Queen Latifah, Questlove, Rakim, + Remy Ma, Uncle Luke, and Yo-Yo. + popularity: 2.644 + poster_path: /8PPBVqnMsESwN0n9TNuA4HAG6IS.jpg + release_date: '2023-12-10' + title: A GRAMMY Salute To 50 Years Of Hip-Hop + video: false + vote_average: 8.5 + vote_count: 2 + - adult: false + backdrop_path: /3yJCGeV4c4H0eMojckyva9vMATd.jpg + character: Self + credit_id: 65ce2d0c13a38801879f3170 + genre_ids: + - 10402 + id: 171084 + order: 3 + original_language: de + original_title: 'Tina Turner : Celebrate!' + overview: >- + Tina Turner celebrates her 60th birthday with this + unbelievable 1999 concert. Turner performs a variety + from her repertoire from throughout her entire career + – her beginnings with Ike Turner, the 80’s resurgence + and later career material. Hits featured are 'River + Deep, Mountain High', 'What's Love Got to Do With It', + 'Nutbush City Limits', 'The Best' and '24/7'. + popularity: 1.416 + poster_path: /5iRALSqo8V25KZFB6Ybrr2L1ng7.jpg + release_date: '1999-11-26' + title: 'Tina Turner : Celebrate!' + video: true + vote_average: 8.7 + vote_count: 3 + - adult: false + backdrop_path: /iovi35nPfjbYTw2gRo7uImWblRU.jpg + character: Howard Inlet + credit_id: 55d4d38392514102d500281b + genre_ids: + - 18 + - 10749 + id: 345920 + order: 0 + original_language: en + original_title: Collateral Beauty + overview: >- + Retreating from life after a tragedy, a man questions + the universe by writing to Love, Time and Death. + Receiving unexpected answers, he begins to see how + these things interlock and how even loss can reveal + moments of meaning and beauty. + popularity: 30.723 + poster_path: /4vfqosgik5pLb32RpskYifp8PWJ.jpg + release_date: '2016-12-15' + title: Collateral Beauty + video: false + vote_average: 7.223 + vote_count: 5369 + - adult: false + backdrop_path: /tp5xCbXsevp5rJG11HRfXYuruDZ.jpg + character: Self + credit_id: 660c2ed16dc507017e559423 + genre_ids: + - 10770 + - 10751 + - 99 + id: 238466 + order: 23 + original_language: en + original_title: 'David Blaine: Real or Magic' + overview: >- + David Blaine's signature brand of street magic + mystifies the most recognisable celebrities in the + world, such as Jamie Foxx, Bryan Cranston, Aaron Paul, + Ricky Gervais, Katy Perry, Woody Allen, and Robert + DeNiro, to name a few. He goes to the homes of Kanye + West and Harrison Ford, Will Smith and Olivia Wilde. + He pays a visit to Stephen Hawking at his office in + Cambridge University. Blaine also travels the world, + astonishing people from all walks of life with + never-before seen, inconceivable magic. + popularity: 4.684 + poster_path: /gTMYu8oaAu31PW3wPooGLuM5maA.jpg + release_date: '2013-11-19' + title: 'David Blaine: Real or Magic' + video: false + vote_average: 6.7 + vote_count: 82 + - adult: false + backdrop_path: /hYY7wC3vuwSmoRdcMalVMjPC0a0.jpg + character: ESPN Reporter + credit_id: 660b2fae9c97bd017ca40404 + genre_ids: + - 35 + id: 109443 + order: 71 + original_language: en + original_title: 'Anchorman 2: The Legend Continues' + overview: >- + With the 70s behind him, San Diego's top rated + newsman, Ron Burgundy, returns to take New York's + first 24-hour news channel by storm. + popularity: 27.328 + poster_path: /BAdmxMdCqzjs6hx3KuEtnoWP8d.jpg + release_date: '2013-12-18' + title: 'Anchorman 2: The Legend Continues' + video: false + vote_average: 6.139 + vote_count: 2578 + - adult: false + backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg + character: Self + credit_id: 660bc789d6dbba014a6f2e36 + genre_ids: + - 99 + id: 1242980 + order: 13 + original_language: pt + original_title: Nos Bastidores de Hollywood + overview: '' + popularity: 2.023 + poster_path: /2tbIAd61D03RPNvjouFq9CkyKWo.jpg + release_date: '2005-03-01' + title: Nos Bastidores de Hollywood + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 56a2c015c3a3683890000d06 + genre_ids: + - 99 + id: 378674 + order: 4 + original_language: en + original_title: DC Films Presents Dawn of the Justice League + overview: >- + A documentary special taking a look at the upcoming + films making up the DC Universe. Kevin Smith hosts + with Geoff Johns, as they take a look at Batman vs + Superman: Dawn of Justice, Suicide Squad, the upcoming + Wonder Woman and Justice League movies. + popularity: 8.212 + poster_path: /jjYndp8PuLFNuIbGg6Zs7MkxWIc.jpg + release_date: '2016-01-19' + title: DC Films Presents Dawn of the Justice League + video: false + vote_average: 6 + vote_count: 68 + - adult: false + backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg + character: Mike + credit_id: 56b410fa92514114e5003551 + genre_ids: + - 53 + - 28 + - 80 + id: 38700 + order: 0 + original_language: en + original_title: Bad Boys for Life + overview: >- + Marcus and Mike are forced to confront new threats, + career changes, and midlife crises as they join the + newly created elite team AMMO of the Miami police + department to take down the ruthless Armando Armas, + the vicious leader of a Miami drug cartel. + popularity: 81.514 + poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg + release_date: '2020-01-15' + title: Bad Boys for Life + video: false + vote_average: 7.139 + vote_count: 8290 + - adult: false + backdrop_path: /hu4psJoKxDYezvvS4GlLF531fom.jpg + character: Daryl Ward + credit_id: 574c539f9251410ef80000d8 + genre_ids: + - 14 + - 28 + - 53 + id: 400106 + order: 0 + original_language: en + original_title: Bright + overview: >- + In an alternate present-day where magical creatures + live among us, two L.A. cops become embroiled in a + prophesied turf battle. + popularity: 23.137 + poster_path: /whkT53Sv2vKAUiknQ13pqcWaPXB.jpg + release_date: '2017-12-22' + title: Bright + video: false + vote_average: 6.152 + vote_count: 5641 + - adult: false + backdrop_path: /15w69mRh7r6XTWF4ipIB59eoG6r.jpg + character: Cameo + credit_id: 6667e76e4a60c1410bf71455 + genre_ids: + - 10749 + - 35 + - 18 + id: 503129 + order: 15 + original_language: hi + original_title: Student of the Year 2 + overview: >- + A student must overcome bullies and hardships, both + academic and romantic, in order to win his college's + coveted Student of the Year trophy. + popularity: 15.596 + poster_path: /78EMPsM8bu9R3jcxgBUUAQoVgI.jpg + release_date: '2019-05-10' + title: Student of the Year 2 + video: false + vote_average: 4.444 + vote_count: 72 + - adult: false + backdrop_path: null + character: Jon Grady + credit_id: 6671edb8dbc136011d90aee3 + genre_ids: + - 878 + - 53 + id: 693390 + order: 0 + original_language: en + original_title: Resistor + overview: >- + Physicist Jon Grady and his team discover a device + that can reflect gravity — a triumph that will + revolutionize the field of physics and change the + future. But instead of acclaim, Grady's lab is locked + down by a covert organization known as the Bureau of + Technology Control. When Grady refuses to join the + BTC, he's thrown into a nightmarish high-tech prison + housing other doomed rebel intellects. + popularity: 1.87 + poster_path: null + release_date: '' + title: Resistor + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Hancock + credit_id: 66646cd718bd0a0bdb4d38d2 + genre_ids: + - 14 + - 28 + id: 475387 + order: 0 + original_language: en + original_title: Hancock 2 + overview: '' + popularity: 9.235 + poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg + release_date: '' + title: Hancock 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tPUP70sPdV9l0otMf23lFNng0nF.jpg + character: '' + credit_id: 66b8db3686f5391f4fa7e3c1 + genre_ids: [] + id: 1328458 + order: 0 + original_language: en + original_title: The Fresh Prince of Nowhere + overview: >- + 25 years ago, a biographical documentary on Will Smith + was crafted, completed, and concealed. Today, just one + VHS copy remains. Originally titled The Fresh Prince + of Everywhere, this vandalised tape now goes as The + Fresh Prince of Nowhere - and where it picked up its + new name, no one knows. Seemingly resonating with an + uncanny relevance to the present day, the documentary + is an eerie yet meaningful lesson in love, fame and + failure. In 2024, the world knows a different Will + Smith to the one we knew on the cusp of the + millennium. But the story of this VHS tape is a + timeless reflection on the cycles of triumph, + adversity, and the cost of fame. + popularity: 1.319 + poster_path: /wmeho2nhr1bdiXxWcGcRlaFdr9e.jpg + release_date: '2024-03-29' + title: The Fresh Prince of Nowhere + video: true + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg + character: Genie / Mariner + credit_id: 58f991d0925141588d004052 + genre_ids: + - 12 + - 14 + - 10749 + - 10751 + id: 420817 + order: 0 + original_language: en + original_title: Aladdin + overview: >- + A kindhearted street urchin named Aladdin embarks on a + magical adventure after finding a lamp that releases a + wisecracking genie while a power-hungry Grand Vizier + vies for the same lamp that has the power to make + their deepest wishes come true. + popularity: 50.646 + poster_path: /ykUEbfpkf8d0w49pHh0AD2KrT52.jpg + release_date: '2019-05-22' + title: Aladdin + video: false + vote_average: 7.098 + vote_count: 10067 + - adult: false + backdrop_path: /sfW7GcOuwZFuCxVoU5ULlkiDJ7Q.jpg + character: Henry Brogen / Junior + credit_id: 595f247b9251410bfa09d25c + genre_ids: + - 878 + - 28 + - 12 + - 53 + id: 453405 + order: 0 + original_language: en + original_title: Gemini Man + overview: >- + Henry Brogan is an elite 51-year-old assassin who's + ready to call it quits after completing his 72nd job. + His plans get turned upside down when he becomes the + target of a mysterious operative who can seemingly + predict his every move. To his horror, Brogan soon + learns that the man who's trying to kill him is a + younger, faster, cloned version of himself. + popularity: 28.914 + poster_path: /uTALxjQU8e1lhmNjP9nnJ3t2pRU.jpg + release_date: '2019-10-02' + title: Gemini Man + video: false + vote_average: 6.289 + vote_count: 5122 + - adult: false + backdrop_path: /gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg + character: Self - Philadelphia + credit_id: 59e392fe9251410b67000415 + genre_ids: + - 10402 + - 99 + id: 42348 + order: 45 + original_language: en + original_title: Live 8 + overview: >- + On 2 July 2005 an estimated 3 billion people came + together in the fight against extreme poverty. LIVE 8 + - 10 concerts featuring over 1000 musicians from + across the globe - asked people not for their money, + but for their voice. + popularity: 2.31 + poster_path: /joFzIENnJHDLesiktLETN3VNutO.jpg + release_date: '2005-11-07' + title: Live 8 + video: false + vote_average: 7.2 + vote_count: 23 + - adult: false + backdrop_path: /A5DEgBGrp1lK4yWYDpdQ7YNFSfy.jpg + character: Will Smith + credit_id: 59e392fe9251410b67000419 + genre_ids: + - 35 + id: 127088 + order: 49 + original_language: en + original_title: Welcome to Hollywood + overview: >- + A film director decides to chart the course of a young + actor as he tries to make it in Hollywood... + popularity: 4.101 + poster_path: /6lteBH7j3De6sCYIRCXWBPskaLq.jpg + release_date: '1998-10-01' + title: Welcome to Hollywood + video: false + vote_average: 3.8 + vote_count: 9 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b67000417 + genre_ids: + - 99 + id: 378386 + order: 28 + original_language: en + original_title: 'Star Wars: Greatest Moments' + overview: >- + Alex Zane counts down the top 20 Star Wars moments as + voted by the public. Includes contributions from + famous fans as well as the stars and crew of the + intergalactic saga. + popularity: 3.169 + poster_path: /zIffPwISrW48qSmvAXEV27lBTMA.jpg + release_date: '2015-12-26' + title: 'Star Wars: Greatest Moments' + video: false + vote_average: 7 + vote_count: 32 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b6700041d + genre_ids: + - 10402 + - 99 + id: 413131 + order: 0 + original_language: en + original_title: 'Will Smith: Live in Concert' + overview: >- + Will Smith performs live in concert some of his old + and new hits. + popularity: 1.266 + poster_path: /4lTEZfXUNON6wxh6CWYcJrO0Sv6.jpg + release_date: '2005-06-14' + title: 'Will Smith: Live in Concert' + video: false + vote_average: 5.8 + vote_count: 10 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b67000421 + genre_ids: + - 99 + - 35 + - 878 + id: 461916 + order: 3 + original_language: en + original_title: Metamorphosis of 'Men in Black' + overview: >- + An in-depth look into the creation of the special + effects for the film Men in Black (1997). Various + interviews with the cast and filmmakers and a look at + the pre-rendered SFX from ILM and Rick Baker. Also a + look at storyboards and information about the change + of the script during production. + popularity: 1.539 + poster_path: /5ax0t8bU8E5JhtxkPGQT48TSOvZ.jpg + release_date: '2000-09-05' + title: Metamorphosis of 'Men in Black' + video: false + vote_average: 5 + vote_count: 3 + - adult: false + backdrop_path: /lLe36uxDamMg6YWmIBN7bhuSmdy.jpg + character: Manny + credit_id: 59e392fe9251410b6700040d + genre_ids: + - 18 + - 53 + - 80 + id: 17736 + order: 8 + original_language: en + original_title: Where the Day Takes You + overview: >- + King is a young man, but he's already a veteran of + life on the streets of Los Angeles. The de facto + leader of a group of teenage runaways, King acts as a + mentor to troubled kids such as gay hustler Little J + and junkie Greg. When Heather, a beautiful girl from + Chicago, starts hanging out with King and his crew, it + changes the dynamic of the gang. However, it seems as + though nothing will alter their dangerous lifestyle. + popularity: 5.488 + poster_path: /6W7pwB1o601kN8zySjHNz5X3QDK.jpg + release_date: '1992-09-11' + title: Where the Day Takes You + video: false + vote_average: 6.122 + vote_count: 55 + - adult: false + backdrop_path: /A5VWK3aPhMUbEyKkOKdSrZr70JL.jpg + character: Self + credit_id: 59e392fe9251410b6700041b + genre_ids: + - 35 + id: 452460 + order: 10 + original_language: en + original_title: Torrance Rises + overview: >- + A mockumentary chronicling the Torrance Community + Dance Group (from Fatboy Slim's "Praise You" video) on + their road to the MTV Video Music Awards. + popularity: 1.042 + poster_path: /2CShiMeuWypm9ObpfZl0R2g03je.jpg + release_date: '1999-01-01' + title: Torrance Rises + video: false + vote_average: 7.8 + vote_count: 5 + - adult: false + backdrop_path: /uG1v9Hk1XKICd6IJChRR20mBh8i.jpg + character: Lance Sterling (voice) + credit_id: 59e48d59925141082b029493 + genre_ids: + - 16 + - 28 + - 12 + - 35 + - 10751 + id: 431693 + order: 0 + original_language: en + original_title: Spies in Disguise + overview: >- + Super spy Lance Sterling and scientist Walter Beckett + are almost exact opposites. Lance is smooth, suave and + debonair. Walter is… not. But what Walter lacks in + social skills he makes up for in smarts and invention, + creating the awesome gadgets Lance uses on his epic + missions. But when events take an unexpected turn, + Walter and Lance suddenly have to rely on each other + in a whole new way. + popularity: 24.749 + poster_path: /e7rWcrnuNej3JeVjqmRu0jVeRa4.jpg + release_date: '2019-12-04' + title: Spies in Disguise + video: false + vote_average: 7.6 + vote_count: 2800 + - adult: false + backdrop_path: null + character: Self + credit_id: 5a5e8a899251412eac000b3c + genre_ids: + - 99 + id: 85770 + order: 19 + original_language: en + original_title: A Man's Story + overview: >- + Documentary about British fashion designer Ozwald + Boateng. + popularity: 2.405 + poster_path: /7XChyRgt2B1GrJoPYrV4oGuOApD.jpg + release_date: '2011-10-08' + title: A Man's Story + video: false + vote_average: 6.9 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 5b0191790e0a2623d700bbc4 + genre_ids: + - 99 + id: 525331 + order: 3 + original_language: en + original_title: Roswell Top Secret + overview: >- + Something happened near the town of Rosewell. This + event came to be known as the Rosewell incident. The + town has since become synonymous with flying saucers + crashes, alien visitation, government cover up, or + what many say, a jump to conclusions and a gross + distortion of facts. + popularity: 0.547 + poster_path: /72WcqiUCfDhcpkcbxP3VvsJwlAk.jpg + release_date: '1998-01-01' + title: Roswell Top Secret + video: false + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: /avW5cKK7hELN7tZuF7iajQTVDgA.jpg + character: Self + credit_id: 5bb3f793c3a3687b0b002146 + genre_ids: + - 99 + - 10402 + - 36 + id: 551587 + order: 10 + original_language: en + original_title: >- + National Museum of African American History and + Culture Grand Opening Ceremony + overview: >- + The grand opening dedication ceremony of the + Smithsonian's National Museum of African American + History and Culture. + popularity: 0.595 + poster_path: /pEk4ySUowiwaxoNSZvSYYKJf7wa.jpg + release_date: '2016-09-24' + title: >- + National Museum of African American History and + Culture Grand Opening Ceremony + video: true + vote_average: 5.5 + vote_count: 1 + - adult: false + backdrop_path: /8McBKWoQOQZfeIGQl23g0TJ6jto.jpg + character: Self + credit_id: 5bac13980e0a2664df02fce3 + genre_ids: + - 99 + - 10402 + id: 504561 + order: 5 + original_language: en + original_title: Quincy + overview: >- + An intimate look into the life of icon Quincy Jones. A + unique force in music and popular culture for 70 + years, Jones has transcended racial and cultural + boundaries; his story is inextricably woven into the + fabric of America. Jones came to prominence in the + 1950s as a jazz arranger and conductor before working + on pop music and film scores. He moved easily between + musical genres, producing major pop hits of the early + 1960s and serving as an arranger and conductor for + several collaborations in the same time period. + popularity: 6.64 + poster_path: /yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg + release_date: '2018-09-09' + title: Quincy + video: false + vote_average: 7.3 + vote_count: 106 + - adult: false + backdrop_path: /2NMov7UkikACB3m5FCndZZ0LG8U.jpg + character: Oscar (voice) + credit_id: 5c466f760e0a26496bc891ec + genre_ids: + - 16 + - 35 + - 10751 + id: 118254 + order: 2 + original_language: en + original_title: Club Oscar + overview: >- + Picking up where Shark Tale ends, all the characters + of the film dance at the whale wash in a spoof of + Saturday Night Fever. + popularity: 3.012 + poster_path: /o8o3lBY3oiI8NwpzZw8nLMUH3FA.jpg + release_date: '2005-02-08' + title: Club Oscar + video: false + vote_average: 4.944 + vote_count: 18 + - adult: false + backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg + character: Richard Williams + credit_id: 5d288a8fcaab6d00129b75a6 + genre_ids: + - 18 + - 36 + id: 614917 + order: 0 + original_language: en + original_title: King Richard + overview: >- + The story of how Richard Williams served as a coach to + his daughters Venus and Serena, who will soon become + two of the most legendary tennis players in history. + popularity: 23.53 + poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg + release_date: '2021-11-18' + title: King Richard + video: false + vote_average: 7.649 + vote_count: 2497 + - adult: false + backdrop_path: null + character: Nick Cooper + credit_id: 5d73f770209f180013fc9c70 + genre_ids: + - 878 + id: 629423 + order: 0 + original_language: en + original_title: Brilliance + overview: >- + In the future, non-neurotypical people — demonized by + society as “twists” or “abnorms” — are threatening the + status quo of the “normal” population with their + unique gifts. They are officially labeled as + “Brilliants” and are carefully tracked by the + government. + popularity: 1.203 + poster_path: null + release_date: '' + title: Brilliance + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 5dd930a712aabc00169120d8 + genre_ids: + - 99 + - 878 + id: 277499 + order: 25 + original_language: en + original_title: >- + From Star Wars to Star Wars: The Story of Industrial + Light & Magic + overview: >- + The incredible evolution of George Lucas' special + effects dream factory, including an inside look at + "Star Wars: Episode One - The Phantom Menace." + popularity: 4.325 + poster_path: /eOK9FczS2GrH8ByZr9RkLYnQiW6.jpg + release_date: '1999-06-15' + title: >- + From Star Wars to Star Wars: The Story of Industrial + Light & Magic + video: false + vote_average: 8.1 + vote_count: 9 + - adult: false + backdrop_path: /r0DFmENrZIM1qHeDofxYQS4v07T.jpg + character: Self + credit_id: 5de218c1c51acd0015f6bdf3 + genre_ids: + - 99 + id: 621757 + order: 10 + original_language: en + original_title: Dads + overview: >- + A joyful exploration of modern fatherhood, this doc + gathers the testimonies of dads around the world, from + famous comedians to everyday parents. Their unfiltered + stories speak to the beauty, struggles, and ridiculous + hilarity of being a dad today. + popularity: 4.833 + poster_path: /lDBHH2oQJJtSIsUZfruBEDXra2n.jpg + release_date: '2019-09-06' + title: Dads + video: false + vote_average: 6.71 + vote_count: 31 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e72c626357c0000134a0856 + genre_ids: + - 878 + - 28 + id: 579480 + order: 1 + original_language: en + original_title: 'Independence Day: The ID4 Invasion' + overview: >- + A "mockumentary" of the alien invasion during + Independence Day. Barry Nolan hosts the programme, the + first 9 minutes of which are a spoof news report of + the events of the film. The middle bit is a discussion + of the film by cast and crew, and at the end various + scientists and politicians discuss what would happen + if real aliens arrive on Earth. + popularity: 2.744 + poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg + release_date: '1996-06-30' + title: 'Independence Day: The ID4 Invasion' + video: false + vote_average: 6.4 + vote_count: 10 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e72cf59357c000019495ea8 + genre_ids: + - 99 + - 878 + - 28 + id: 684413 + order: 2 + original_language: en + original_title: The Making of 'Independence Day' + overview: >- + We take a look at various fields of development for + the motion picture, Independence Day (1996). Jeff + Goldblum is our guide through 'Area ID4' (a rip-off + name of Area 51). He pretends to creep around and give + us "secret" information about the film. There is also + interviews with the cast and crew, and some other + behind the scenes stuff that is only there to impress + you, and to make you want to go see the film. + popularity: 1.961 + poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg + release_date: '1996-06-29' + title: The Making of 'Independence Day' + video: true + vote_average: 5.8 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e8aa24f9a99001433d18f + genre_ids: + - 99 + - 35 + - 878 + id: 687112 + order: 4 + original_language: en + original_title: Barry Sonnenfeld's Intergalactic Guide to Comedy + overview: >- + Provides a few minutes of joking around about how + director Barry Sonnenfeld's dry comedy style works. + popularity: 0.597 + poster_path: /iWPWZvh9uP1Z0LG1IY6U8vMwDEi.jpg + release_date: '2002-11-26' + title: Barry Sonnenfeld's Intergalactic Guide to Comedy + video: true + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7ea1a04f9a990016340e43 + genre_ids: + - 35 + - 37 + - 99 + id: 687143 + order: 0 + original_language: en + original_title: 'Wild Wild West: Wardrobes of the West' + overview: An interesting look at the costume design of the movie + popularity: 1.893 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-11-30' + title: 'Wild Wild West: Wardrobes of the West' + video: true + vote_average: 4 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9b884f9a99001433ed25 + genre_ids: + - 99 + - 878 + - 35 + id: 687134 + order: 4 + original_language: en + original_title: MIB ADR + overview: A look at the ADR of Men in Black II (2002) + popularity: 0.886 + poster_path: /4Aw6o4AAG5x3ydWyaBRoeHknf6E.jpg + release_date: '2002-11-26' + title: MIB ADR + video: true + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9239c144dd001723e241 + genre_ids: + - 99 + - 878 + - 35 + id: 687121 + order: 1 + original_language: en + original_title: 'Design in Motion: The Look of ''Men in Black II''' + overview: A look at the art direction of Men in Black II (2002) + popularity: 2.083 + poster_path: /i12BzsvVF8yofENLfH1Mjo04lPb.jpg + release_date: '2002-11-26' + title: 'Design in Motion: The Look of ''Men in Black II''' + video: true + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9f27c144dd001723feab + genre_ids: + - 99 + - 35 + - 37 + id: 687141 + order: 8 + original_language: en + original_title: 'It''s a Whole New West: The Making of ''Wild, Wild West''' + overview: >- + This is a promotional behind the scenes featurette + that originally appeared on HBO. A lot of the usual + interviews and behind-the-scenes clips, but enjoyably, + there are a few shots that look at how the FX were + filmed. + popularity: 1.742 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-06-29' + title: 'It''s a Whole New West: The Making of ''Wild, Wild West''' + video: false + vote_average: 4.9 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7ea5b5c68b69001741475d + genre_ids: + - 99 + - 35 + - 37 + id: 687151 + order: 0 + original_language: en + original_title: 'Wild Wild West: Good Guys Gadgets' + overview: A look at some of the gadgets and effects of the movie + popularity: 1.022 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-11-30' + title: 'Wild Wild West: Good Guys Gadgets' + video: true + vote_average: 5.3 + vote_count: 3 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7eae0270309f00176047d8 + genre_ids: + - 99 + - 35 + - 878 + id: 687162 + order: 0 + original_language: en + original_title: The Making of Men in Black + overview: Behind the scenes of Men in Black (1997) + popularity: 1.912 + poster_path: /31l8XyHx7sRI1nbIh5SfBRXHOw7.jpg + release_date: '1997-11-04' + title: The Making of Men in Black + video: true + vote_average: 7.7 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e77ed8eb1f68d0014e5e852 + genre_ids: + - 99 + - 878 + - 28 + id: 685607 + order: 0 + original_language: en + original_title: 'After Earth: A Father''s Legacy' + overview: >- + This is a featurette with some behind-the-scenes + footage of Will Smith and Jaden Smith on-set + popularity: 18.664 + poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg + release_date: '2013-10-08' + title: 'After Earth: A Father''s Legacy' + video: true + vote_average: 6.5 + vote_count: 12 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e77f0b4357c000013517d00 + genre_ids: + - 99 + - 878 + - 28 + id: 685614 + order: 0 + original_language: en + original_title: 'After Earth: 1,000 Years in 300 Seconds' + overview: >- + Shows Behind-the-Scenes footage compiled into a + montage video clip set to music, with no dialogue. + popularity: 3.682 + poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg + release_date: '2013-10-08' + title: 'After Earth: 1,000 Years in 300 Seconds' + video: true + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e84f8d1e38bd80013ac2713 + genre_ids: + - 99 + id: 688736 + order: 0 + original_language: en + original_title: 'Making Pursuit: An Italian Take on the American Dream' + overview: >- + This is a "making of" documentary for the hit film + "The Pursuit of Happyness". It chronicles a foreign + director's perspective on The American Dream, and the + challenges in making the film. + popularity: 1.245 + poster_path: /fNpy4kXzd5WRCVDHQxpwgLzakbQ.jpg + release_date: '2007-03-27' + title: 'Making Pursuit: An Italian Take on the American Dream' + video: true + vote_average: 9 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e860cab5294e700114b244a + genre_ids: [] + id: 689041 + order: 0 + original_language: en + original_title: 'Father and Son: On Screen and Off' + overview: >- + A look into Will and Jaden Smith's father and son bond + on and off the screen of The Pursuit of Happyness + popularity: 0.906 + poster_path: /72su4fAPcid1koHYegAe62NfPn2.jpg + release_date: '2007-05-22' + title: 'Father and Son: On Screen and Off' + video: true + vote_average: 6 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5eba862c7d2bc1001d026661 + genre_ids: + - 35 + id: 702942 + order: 40 + original_language: en + original_title: Feeding America Comedy Festival + overview: All-star comics perform in support of Feeding America. + popularity: 3.139 + poster_path: /mE6PuUktz0zAfI5PvsNXDdDZEzu.jpg + release_date: '2020-05-10' + title: Feeding America Comedy Festival + video: false + vote_average: 6.8 + vote_count: 4 + - adult: false + backdrop_path: null + character: Self + credit_id: 5ed87962e4b576002038a21a + genre_ids: + - 10751 + - 35 + - 10770 + id: 564784 + order: 19 + original_language: en + original_title: Disneyland's 35th Anniversary Special + overview: Celebration of Disneyland's 35th Anniversary + popularity: 3.001 + poster_path: /nUAoRVhGZqsQMrUjKZ7f1rLclYD.jpg + release_date: '1990-07-01' + title: Disneyland's 35th Anniversary Special + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg + character: Peter + credit_id: 5ee790e915794a0021158ead + genre_ids: + - 18 + - 10752 + - 36 + id: 715931 + order: 0 + original_language: en + original_title: Emancipation + overview: >- + Inspired by the gripping true story of a man who would + do anything for his family—and for freedom. When + Peter, an enslaved man, risks his life to escape and + return to his family, he embarks on a perilous journey + of love and endurance. + popularity: 23.242 + poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg + release_date: '2022-12-02' + title: Emancipation + video: false + vote_average: 7.8 + vote_count: 1130 + - adult: false + backdrop_path: null + character: '' + credit_id: 5f3b038f46aed4003467daef + genre_ids: + - 35 + id: 734184 + order: 0 + original_language: en + original_title: Planes, Trains and Automobiles + overview: >- + Remake of the 1987 comedy about a pair of unlikely + travel companions trying to make their destinations in + time for the Holiday weekend. + popularity: 1.509 + poster_path: null + release_date: '' + title: Planes, Trains and Automobiles + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /hzbrQ8gR26R6BWbrp3HaPCRs08T.jpg + character: Self + credit_id: 5f4d4c999ecf1800359412f5 + genre_ids: + - 99 + id: 738362 + order: 0 + original_language: en + original_title: The Fresh Prince of Bel-Air Reunion + overview: >- + Join Will Smith, Tatyana Ali, Karyn Parsons, Joseph + Marcell, Daphne Maxwell Reid, Alfonso Ribeiro and DJ + Jazzy Jeff, for a funny and heartfelt night full of + music and dancing in honor of the show that ran for + six seasons and 148 episodes. + popularity: 8.43 + poster_path: /tcKsgTnrjuZLWAJwn8uBZHy5YWy.jpg + release_date: '2020-11-18' + title: The Fresh Prince of Bel-Air Reunion + video: false + vote_average: 8.2 + vote_count: 157 + - adult: false + backdrop_path: /3UphTQsOLOiUVaYFXrfZjwuR0hB.jpg + character: Self (archive footage) + credit_id: 5f4fa487be7f350032e1c98d + genre_ids: + - 99 + - 10770 + id: 736206 + order: 4 + original_language: en + original_title: 'David Blaine: Ascension' + overview: >- + David Blaine will redefine magic once again for an + unprecedented live event at a time when the world + could use a positive distraction. + popularity: 1.267 + poster_path: /i6vjILMgPc9lO5yRkBSmS46MHKL.jpg + release_date: '2020-09-02' + title: 'David Blaine: Ascension' + video: false + vote_average: 6.3 + vote_count: 7 + - adult: false + backdrop_path: null + character: Self + credit_id: 5f93484b7e9d5f00434f5b40 + genre_ids: + - 99 + - 10402 + id: 756740 + order: 3 + original_language: en + original_title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep' + overview: >- + Behind the scenes look at the creation and production + of Jon Bellion's second studio album 'Glory Sound + Prep'. + popularity: 0.176 + poster_path: /rprMlFRJHfbOwXFvGY9BBAnH7dZ.jpg + release_date: '2019-05-24' + title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /Ad2OcBdlDO4Gq3ABnTUE8Jo2vm7.jpg + character: Self + credit_id: 5fce933c680be8003e1f1278 + genre_ids: + - 99 + - 35 + id: 773790 + order: 0 + original_language: en + original_title: 'Will Smith: The Prince of Hollywood' + overview: >- + Fans forever love Will Smith who are reassured they + will always be entertained. Follow the journey of this + fascinating actor, producer, husband, father, who has + the WILL to win. + popularity: 2.145 + poster_path: /sm417MFmhiJmFZuuBq4KliH0kS3.jpg + release_date: '2020-10-01' + title: 'Will Smith: The Prince of Hollywood' + video: false + vote_average: 1.2 + vote_count: 4 + - adult: false + backdrop_path: null + character: '' + credit_id: 601e268215c636003fbc6657 + genre_ids: + - 28 + - 53 + id: 698261 + order: 0 + original_language: en + original_title: Fast and Loose + overview: >- + A man who wakes up in Tijuana after being left for + dead with absolutely no memory. As he follows a string + of clues to uncover his identity, he discovers that + he’s been living two different lives: one as a + super-successful crime kingpin, surrounded by + beautiful women, expensive toys and a lavish + lifestyle, and the other as an undercover CIA agent, + but with a puny salary, no family or home life + whatsoever and zero trappings of success. The problem + is, he can’t remember which of these two personas is + his true identity. + popularity: 1.465 + poster_path: null + release_date: '' + title: Fast and Loose + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + character: Mike Lowrey + credit_id: 60214ee4a80673003f419f46 + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + order: 0 + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey and + Burnett try to clear his name, only to end up on the + run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + - adult: false + backdrop_path: /wtLw69A3lUkFGePgfUQUxnjLGkL.jpg + character: Fresh Prince + credit_id: 6107e3698d22fc0047133dfc + genre_ids: + - 99 + - 10770 + id: 405806 + order: 38 + original_language: en + original_title: The Earth Day Special + overview: >- + The Earth Day Special is a television special + revolving around Earth Day that aired on ABC on April + 22, 1990. Sponsored by Time Warner, the two hour + special featured an all-star cast addressing concerns + about global warming, deforestation, and other + environmental ills. + popularity: 3.342 + poster_path: /vNaVkULweHjOKqu4uxJAvoy1XC8.jpg + release_date: '1990-04-22' + title: The Earth Day Special + video: false + vote_average: 8 + vote_count: 6 + - adult: false + backdrop_path: null + character: '' + credit_id: 66fd63daf878adfed084a8aa + genre_ids: + - 35 + id: 1365199 + order: 17 + original_language: es + original_title: Asesinatos sólo en El Hormiguero + overview: '' + popularity: 1.215 + poster_path: /8lp6XsvR2IzK08FJ5hp9ekt4ZXS.jpg + release_date: '2024-09-03' + title: Asesinatos sólo en El Hormiguero + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /ixjGyb6nbt3Joc7MBUhUzewHkye.jpg + character: Self (archive footage) (uncredited) + credit_id: 6711d067097c3d7760f87e8d + genre_ids: + - 99 + id: 1364758 + order: 31 + original_language: es + original_title: El Cuarto Round + overview: >- + "El Cuarto Round" invites us to accompany Osvaldo, "El + Mariana", on an intimate six-month journey as he + prepares for his fight at La Velada del Año 4, at the + Santiago Bernabéu stadium in Madrid. Through his + training, we not only see him face physical and + emotional challenges, but also discover new facets of + himself, where his public and personal lives become + deeply intertwined. + popularity: 4.517 + poster_path: /5FgBzoBlzVvfkDGaWQHjdR90dxf.jpg + release_date: '2024-10-17' + title: The Fourth Round + video: false + vote_average: 7.2 + vote_count: 2 + - adult: false + backdrop_path: /eHKvL9U6B4YB1booJhGklF3UIfb.jpg + character: Self + credit_id: 672f9a5611b6cc0571f62afb + genre_ids: + - 99 + id: 1385136 + order: 1 + original_language: en + original_title: Bad Boys:Legacy + overview: >- + Take an epic lookback at 30 years of making the Bad + Boys franchise with a 22-minute retrospective. Go + behind the scenes of the all-new movie with an + exclusive conversation featuring Will Smith and Martin + Lawrence. Explore the making of the first three films + with commentary from filmmakers Jerry Bruckheimer, + Michael Bay, and stars Vanessa Hudgens, Alexander + Ludwig, Joe Pantoliano, and more. From the initial + table read to the final "that's a wrap," fans will + experience an intimate look at this action-packed + 30-year journey. + popularity: 11.02 + poster_path: /mjDuFfwGFB1G3VRXE4s3dEemdaU.jpg + release_date: '2024-07-24' + title: 'Bad Boys: Legacy' + video: false + vote_average: 0 + vote_count: 0 + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + credit_id: + type: string + example: 52fe42f3c3a36847f802f1bd + department: + type: string + example: Production + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + id: + type: number + example: 1402 + job: + type: string + example: Producer + original_language: + type: string + example: en + original_title: + type: string + example: The Pursuit of Happyness + overview: + type: string + example: >- + A struggling salesman takes custody of his son as + he's poised to begin a life-changing professional + career. + popularity: + type: number + example: 65.281 + poster_path: + type: string + nullable: true + example: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: + type: string + example: '2006-12-14' + title: + type: string + example: The Pursuit of Happyness + video: + type: boolean + example: false + vote_average: + type: number + example: 7.9 + vote_count: + type: number + example: 9888 + example: + - adult: false + backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + credit_id: 52fe42f3c3a36847f802f1bd + department: Production + genre_ids: + - 18 + id: 1402 + job: Producer + original_language: en + original_title: The Pursuit of Happyness + overview: >- + A struggling salesman takes custody of his son as he's + poised to begin a life-changing professional career. + popularity: 65.281 + poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: '2006-12-14' + title: The Pursuit of Happyness + video: false + vote_average: 7.9 + vote_count: 9888 + - adult: false + backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg + credit_id: 52fe44259251416c7502a667 + department: Production + genre_ids: + - 18 + id: 11321 + job: Producer + original_language: en + original_title: Seven Pounds + overview: >- + An IRS agent with a fateful secret embarks on an + extraordinary journey of redemption by forever + changing the lives of seven strangers. + popularity: 22.971 + poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg + release_date: '2008-12-18' + title: Seven Pounds + video: false + vote_average: 7.609 + vote_count: 6773 + - adult: false + backdrop_path: /4fU2ddunguMjxWK0oWdUfKES9Qo.jpg + credit_id: 52fe4426c3a36847f80853b9 + department: Production + genre_ids: + - 28 + - 35 + id: 5851 + job: Executive Producer + original_language: en + original_title: Showtime + overview: >- + A spoof of buddy cop movies where two very different + cops are forced to team up on a new reality based T.V. + cop show. + popularity: 10.537 + poster_path: /8sIooUxXZo2blCVuAYbL2wkdUfD.jpg + release_date: '2002-03-14' + title: Showtime + video: false + vote_average: 5.5 + vote_count: 969 + - adult: false + backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg + credit_id: 52fe44adc3a36847f80a3c2f + department: Production + genre_ids: + - 35 + - 18 + - 10749 + id: 8488 + job: Producer + original_language: en + original_title: Hitch + overview: >- + Dating coach Alex 'Hitch' Hitchens mentors a bumbling + client, Albert, who hopes to win the heart of the + glamorous Allegra Cole. While Albert makes progress, + Hitch faces his own romantic setbacks when proven + techniques fail to work on Sara Melas, a tabloid + reporter digging for dirt on Allegra Cole's love life. + When Sara discovers Hitch's connection to Albert – now + Allegra's boyfriend – it threatens to destroy both + relationships. + popularity: 34.865 + poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg + release_date: '2005-02-11' + title: Hitch + video: false + vote_average: 6.564 + vote_count: 5779 + - adult: false + backdrop_path: null + credit_id: 6222a8fee1ad79006b76aeac + department: Production + genre_ids: + - 878 + - 53 + id: 945956 + job: Producer + original_language: en + original_title: I Am Legend 2 + overview: A sequel to the 2007 film I Am Legend. + popularity: 23.965 + poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg + release_date: '' + title: I Am Legend 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg + credit_id: 52fe44cbc3a36847f80aa59d + department: Production + genre_ids: + - 14 + - 28 + id: 8960 + job: Producer + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 38.95 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.347 + vote_count: 9589 + - adult: false + backdrop_path: /6WfnLguRcpYQlJ6Wkx5CO7c8LpV.jpg + credit_id: 52fe45559251416c75052eff + department: Production + genre_ids: + - 18 + - 80 + - 53 + id: 13279 + job: Producer + original_language: en + original_title: Lakeview Terrace + overview: >- + A young interracial couple has just moved into their + California dream home when they become the target of + their next-door neighbor, who disapproves of their + relationship. A tightly wound LAPD officer has + appointed himself the watchdog of the neighborhood. + His nightly foot patrols and overly watchful eyes + bring comfort to some, but he becomes increasingly + aggressive to the newlyweds. These persistent + intrusions into their lives cause the couple to fight + back. + popularity: 13.14 + poster_path: /2ThsS74hopBz0RveLgOWiwrMfE8.jpg + release_date: '2008-09-19' + title: Lakeview Terrace + video: false + vote_average: 5.966 + vote_count: 1038 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + credit_id: 52fe486f9251416c9108c607 + department: Writing + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + job: Story + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + credit_id: 52fe486f9251416c9108c5d7 + department: Production + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + job: Producer + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: /88J6waYVTta8Qz3iX3qUeWNA5d5.jpg + credit_id: 60f5c52d12c6040074471dd5 + department: Production + genre_ids: + - 18 + - 10749 + id: 447362 + job: Executive Producer + original_language: en + original_title: Life in a Year + overview: >- + A 17 year old finds out that his girlfriend is dying, + so he sets out to give her an entire life, in the last + year she has left. + popularity: 40.357 + poster_path: /bP7u19opmHXYeTCUwGjlLldmUMc.jpg + release_date: '2020-11-27' + title: Life in a Year + video: false + vote_average: 8.25 + vote_count: 1879 + - adult: false + backdrop_path: /j3snmrxqxT60FrH1Z8i54fGnHZJ.jpg + credit_id: 52fe4d3c9251416c9110f435 + department: Production + genre_ids: + - 35 + - 18 + - 10751 + id: 196867 + job: Producer + original_language: en + original_title: Annie + overview: >- + Annie is a young, happy foster kid who's also tough + enough to make her way on the streets of New York in + 2014. Originally left by her parents as a baby with + the promise that they'd be back for her someday, it's + been a hard knock life ever since with her mean foster + mom Miss Hannigan. But everything's about to change + when the hard-nosed tycoon and New York mayoral + candidate Will Stacks—advised by his brilliant VP and + his shrewd and scheming campaign advisor—makes a + thinly-veiled campaign move and takes her in. Stacks + believes he's her guardian angel, but Annie's + self-assured nature and bright, + sun-will-come-out-tomorrow outlook on life just might + mean it's the other way around. + popularity: 40.306 + poster_path: /aKAM9V0izx4VhsdyAdBvAB26UCZ.jpg + release_date: '2014-12-18' + title: Annie + video: false + vote_average: 6.2 + vote_count: 1275 + - adult: false + backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg + credit_id: 61018a1b0a517c0027ad407c + department: Production + genre_ids: + - 18 + - 36 + id: 614917 + job: Producer + original_language: en + original_title: King Richard + overview: >- + The story of how Richard Williams served as a coach to + his daughters Venus and Serena, who will soon become + two of the most legendary tennis players in history. + popularity: 23.53 + poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg + release_date: '2021-11-18' + title: King Richard + video: false + vote_average: 7.649 + vote_count: 2497 + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + credit_id: 556f829fc3a3681073000a9d + department: Production + genre_ids: + - 28 + - 878 + id: 2048 + job: Executive Producer + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by the + three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11796 + - adult: false + backdrop_path: /3CcO4QdasRCitq2dczOpx7CXgLM.jpg + credit_id: 5647cc689251413acc004e90 + department: Production + genre_ids: + - 10751 + - 12 + - 18 + id: 12837 + job: Producer + original_language: en + original_title: The Secret Life of Bees + overview: >- + Set in South Carolina in 1964, this is the tale of + Lily Owens a 14 year-old girl who is haunted by the + memory of her late mother. To escape her lonely life + and troubled relationship with her father, Lily flees + with Rosaleen, her caregiver and only friend, to a + South Carolina town that holds the secret to her + mother's past. + popularity: 20.915 + poster_path: /m1LGEeoYfc6crbfG8WmTKg9SVqL.jpg + release_date: '2008-09-17' + title: The Secret Life of Bees + video: false + vote_average: 7.5 + vote_count: 508 + - adult: false + backdrop_path: /mRRpXyjsuj314rqHbQEHlvhoO49.jpg + credit_id: 56775821c3a3681683007059 + department: Production + genre_ids: + - 28 + - 35 + - 10749 + id: 59962 + job: Producer + original_language: en + original_title: This Means War + overview: >- + Two top CIA operatives wage an epic battle against one + another after they discover they are dating the same + woman. + popularity: 19.462 + poster_path: /7d1hwECRc1NZlGfAeYE42ki7Fem.jpg + release_date: '2012-02-14' + title: This Means War + video: false + vote_average: 6.2 + vote_count: 3375 + - adult: false + backdrop_path: /v8DepuF6gizphLzIyNZeQiB0hij.jpg + credit_id: 5668c520c3a36836a600422e + department: Production + genre_ids: + - 28 + - 12 + - 18 + - 10751 + id: 38575 + job: Producer + original_language: en + original_title: The Karate Kid + overview: >- + Twelve-year-old Dre Parker could have been the most + popular kid in Detroit, but his mother's latest career + move has landed him in China. Dre immediately falls + for his classmate Mei Ying but the cultural + differences make such a friendship impossible. Even + worse, Dre's feelings make him an enemy of the class + bully, Cheng. With no friends in a strange land, Dre + has nowhere to turn but maintenance man Mr. Han, who + is a kung fu master. As Han teaches Dre that kung fu + is not about punches and parries, but maturity and + calm, Dre realizes that facing down the bullies will + be the fight of his life. + popularity: 89.462 + poster_path: /qV8xTWfknTOSErSa0b9Iay2QztS.jpg + release_date: '2010-06-10' + title: The Karate Kid + video: false + vote_average: 6.536 + vote_count: 6008 + - adult: false + backdrop_path: /piT1WWJlC0ebUVpAWI1SBwg2Vdq.jpg + credit_id: 5686e2ddc3a3683628008212 + department: Production + genre_ids: + - 35 + - 10749 + - 18 + id: 19316 + job: Producer + original_language: en + original_title: Saving Face + overview: >- + A Chinese-American lesbian and her traditionalist + mother are reluctant to go public with secret loves + that clash against cultural expectations. + popularity: 12.765 + poster_path: /7XbbgkKi4nEMOu9iwiANXpjKKhe.jpg + release_date: '2004-09-12' + title: Saving Face + video: false + vote_average: 7.3 + vote_count: 218 + - adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + credit_id: 63d95504955c65007bab880f + department: Production + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + job: Producer + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey and + Burnett try to clear his name, only to end up on the + run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + - adult: false + backdrop_path: null + credit_id: 63f780f3d1ca2a008600228c + department: Production + genre_ids: + - 16 + id: 1090671 + job: Producer + original_language: en + original_title: Onyeka and the Academy of the Sun + overview: >- + A teenager learns she has powers and travels to + Nigeria to learn more about her origins, where she + discovers a threat to her newfound magical community. + popularity: 1.323 + poster_path: null + release_date: '' + title: Onyeka and the Academy of the Sun + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /15Hy6qCCTSlDKp9VbVAC1jKfH8e.jpg + credit_id: 58decf8ec3a3683d4600048b + department: Production + genre_ids: + - 35 + - 10749 + id: 50220 + job: Producer + original_language: en + original_title: The Seat Filler + overview: >- + Derrick is a struggling law student who takes a job as + an awards show seat filler to make ends meet. One day, + he is seated next to the beautiful pop superstar + Jhnelle, who mistakes him for a well-known industry + executive. With an instant chemistry, the unlikely + pair begin to date. + popularity: 3.446 + poster_path: /iwSnXkciG5ogTRhbTeXzqolpSkK.jpg + release_date: '2004-08-05' + title: The Seat Filler + video: false + vote_average: 4.3 + vote_count: 15 + - adult: false + backdrop_path: /mGs03iJbrh3FTFiCqMM3G8Folmq.jpg + credit_id: 58decefb9251415e7f00047e + department: Production + genre_ids: + - 18 + - 35 + - 9648 + id: 13960 + job: Producer + original_language: en + original_title: ATL + overview: >- + As four friends prepare for life after high school, + different challenges bring about turning points in + each of their lives. The dramas unfold and resolve at + their local rollerskating rink, Cascade. + popularity: 9.618 + poster_path: /wi9VRukGburXfDwDKqcQQdgFK5S.jpg + release_date: '2006-03-31' + title: ATL + video: false + vote_average: 6.9 + vote_count: 151 + - adult: false + backdrop_path: /pRPWczd6IFWNjfWHbUJNLQmhCU7.jpg + credit_id: 58decf489251415e360004d7 + department: Production + genre_ids: + - 18 + id: 22633 + job: Producer + original_language: en + original_title: The Human Contract + overview: >- + A free-spirited woman leads a businessman down a path + of reckless abandon. + popularity: 10.781 + poster_path: /fGzk7eIGscDHzTaIRrIUDdece7Z.jpg + release_date: '2008-09-12' + title: The Human Contract + video: false + vote_average: 4.5 + vote_count: 53 + - adult: false + backdrop_path: null + credit_id: 64077376de11e500f0a4fd72 + department: Production + genre_ids: + - 18 + - 53 + id: 1096655 + job: Producer + original_language: en + original_title: Da Understudy + overview: >- + Life imitates art when the understudy of a Broadway + production finds a role he’s willing to kill for. + popularity: 0.515 + poster_path: null + release_date: '' + title: Da Understudy + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 661eb6ddd75bd6014930d65b + department: Production + genre_ids: [] + id: 1275325 + job: Producer + original_language: en + original_title: Clean Air + overview: >- + Ambitious sports agent Lyla loses her superstar client + before the start of NASCAR's season and decides to + take a chance on a rebellious female dirt track racer, + 17-year-old Piper Kyte. + popularity: 0.316 + poster_path: null + release_date: '' + title: Clean Air + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 665d7ee57c431fc42b491ba6 + department: Production + genre_ids: + - 35 + id: 734184 + job: Producer + original_language: en + original_title: Planes, Trains and Automobiles + overview: >- + Remake of the 1987 comedy about a pair of unlikely + travel companions trying to make their destinations in + time for the Holiday weekend. + popularity: 1.509 + poster_path: null + release_date: '' + title: Planes, Trains and Automobiles + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6671ee0b56d4e5c9b1353ee1 + department: Production + genre_ids: + - 878 + - 53 + id: 693390 + job: Producer + original_language: en + original_title: Resistor + overview: >- + Physicist Jon Grady and his team discover a device + that can reflect gravity — a triumph that will + revolutionize the field of physics and change the + future. But instead of acclaim, Grady's lab is locked + down by a covert organization known as the Bureau of + Technology Control. When Grady refuses to join the + BTC, he's thrown into a nightmarish high-tech prison + housing other doomed rebel intellects. + popularity: 1.87 + poster_path: null + release_date: '' + title: Resistor + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5b362310c3a3685320027c1e + department: Production + genre_ids: + - 14 + - 28 + id: 475387 + job: Producer + original_language: en + original_title: Hancock 2 + overview: '' + popularity: 9.235 + poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg + release_date: '' + title: Hancock 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 64a95e736a344800c9fa77f1 + department: Production + genre_ids: + - 18 + - 35 + id: 1149524 + job: Executive Producer + original_language: en + original_title: Blind Ref + overview: A blind man struggles to become a basketball referee. + popularity: 1.267 + poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg + release_date: '2013-06-06' + title: Blind Ref + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5cdf69280e0a264718c9bba2 + department: Production + genre_ids: + - 10402 + id: 603038 + job: Producer + original_language: en + original_title: Romeo and Juliet + overview: >- + A contemporary musical take on William Shakespeare's + tragedy set against the urban rhythms of New York. The + love story follows a young waitress from the streets + of Brooklyn and an aspiring musician from a wealthy + family whose unconventional romance forces them to + confront their life choices. + popularity: 1.175 + poster_path: null + release_date: '' + title: Romeo and Juliet + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: null + credit_id: 5d44ef2c0f2fbd766bed1d3c + department: Production + genre_ids: + - 35 + id: 620275 + job: Producer + original_language: en + original_title: Uptown Saturday Night + overview: >- + A comedy centered around two friends,their night at an + illegal club,a misplaced wallet,and a winning lottery + ticket. + popularity: 0.652 + poster_path: null + release_date: '' + title: Uptown Saturday Night + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5d73f86e209f185340fb281c + department: Production + genre_ids: + - 878 + id: 629423 + job: Producer + original_language: en + original_title: Brilliance + overview: >- + In the future, non-neurotypical people — demonized by + society as “twists” or “abnorms” — are threatening the + status quo of the “normal” population with their + unique gifts. They are officially labeled as + “Brilliants” and are carefully tracked by the + government. + popularity: 1.203 + poster_path: null + release_date: '' + title: Brilliance + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4FbTBvNO3VTFbFFghipK7Jqz7I6.jpg + credit_id: 5df670730d1e7f0015721014 + department: Production + genre_ids: + - 18 + id: 552532 + job: Executive Producer + original_language: en + original_title: Charm City Kings + overview: >- + Mouse desperately wants to join The Midnight Clique, + the infamous Baltimore dirt bike riders who rule the + summertime streets. When Midnight’s leader, Blax, + takes 14-year-old Mouse under his wing, Mouse soon + finds himself torn between the straight-and-narrow and + a road filled with fast money and violence. + popularity: 22.854 + poster_path: /8oiMFMarbRpcusASIX4cjVXoZKI.jpg + release_date: '2020-01-27' + title: Charm City Kings + video: false + vote_average: 7.835 + vote_count: 471 + - adult: false + backdrop_path: /alcBeDMSAetOaCFyQ76178fJqda.jpg + credit_id: 5e5188cef48b3400136ed84e + department: Production + genre_ids: + - 99 + id: 121983 + job: Executive Producer + original_language: en + original_title: Free Angela and All Political Prisoners + overview: >- + FREE ANGELA is a feature-length documentary about + Angela Davis and the high stakes crime, political + movement, and trial that catapults the 26 year-old + newly appointed philosophy professor at the University + of California at Los Angeles into a seventies + revolutionary political icon. Nearly forty years + later, and for the first time, Angela Davis speaks + frankly about the actions that branded her as a + terrorist and simultaneously spurred a worldwide + political movement for her freedom. + popularity: 2.506 + poster_path: /k7ZKZDIoYPnDEpxtkLqSzjW9Wgs.jpg + release_date: '2012-09-09' + title: Free Angela and All Political Prisoners + video: false + vote_average: 7.1 + vote_count: 27 + - adult: false + backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg + credit_id: 5eef9bfd568463003301bafd + department: Production + genre_ids: + - 53 + - 28 + - 80 + id: 38700 + job: Producer + original_language: en + original_title: Bad Boys for Life + overview: >- + Marcus and Mike are forced to confront new threats, + career changes, and midlife crises as they join the + newly created elite team AMMO of the Miami police + department to take down the ruthless Armando Armas, + the vicious leader of a Miami drug cartel. + popularity: 81.514 + poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg + release_date: '2020-01-15' + title: Bad Boys for Life + video: false + vote_average: 7.139 + vote_count: 8290 + - adult: false + backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg + credit_id: 5eee06639661fc00375d7f72 + department: Production + genre_ids: + - 18 + - 10752 + - 36 + id: 715931 + job: Producer + original_language: en + original_title: Emancipation + overview: >- + Inspired by the gripping true story of a man who would + do anything for his family—and for freedom. When + Peter, an enslaved man, risks his life to escape and + return to his family, he embarks on a perilous journey + of love and endurance. + popularity: 23.242 + poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg + release_date: '2022-12-02' + title: Emancipation + video: false + vote_average: 7.8 + vote_count: 1130 + - adult: false + backdrop_path: null + credit_id: 601e26cb0929f6003ea8d238 + department: Production + genre_ids: + - 28 + - 53 + id: 698261 + job: Producer + original_language: en + original_title: Fast and Loose + overview: >- + A man who wakes up in Tijuana after being left for + dead with absolutely no memory. As he follows a string + of clues to uncover his identity, he discovers that + he’s been living two different lives: one as a + super-successful crime kingpin, surrounded by + beautiful women, expensive toys and a lavish + lifestyle, and the other as an undercover CIA agent, + but with a puny salary, no family or home life + whatsoever and zero trappings of success. The problem + is, he can’t remember which of these two personas is + his true identity. + popularity: 1.465 + poster_path: null + release_date: '' + title: Fast and Loose + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 66d8af138f73fe939d1abb9d + department: Production + genre_ids: [] + id: 1244949 + job: Producer + original_language: en + original_title: Sugar Bandits + overview: >- + Based on the Chuck Hogan book “Devils in Exile,” the + thriller centres on an Iraq War veteran who teams up + with a crew of fellow vets to target the drug trade in + Boston. + popularity: 0.936 + poster_path: null + release_date: '' + title: Sugar Bandits + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 66ec5f173d29e1389646c456 + department: Production + genre_ids: [] + id: 1358854 + job: Producer + original_language: en + original_title: Untitled Queen Latifah Biopic + overview: >- + A Hip Hop biopic about the rise of the iconic artist, + Queen Latifah. + popularity: 1.682 + poster_path: null + release_date: '' + title: Untitled Queen Latifah Biopic + video: false + vote_average: 0 + vote_count: 0 + id: + type: number + example: 2888 + examples: + movie credits: + value: + cast: + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + character: Del Spooner + credit_id: 52fe4330c3a36847f8041063 + genre_ids: + - 28 + - 878 + id: 2048 + order: 0 + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by the + three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11796 + - adult: false + backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + character: Chris Gardner + credit_id: 52fe42f3c3a36847f802f1eb + genre_ids: + - 18 + id: 1402 + order: 0 + original_language: en + original_title: The Pursuit of Happyness + overview: >- + A struggling salesman takes custody of his son as he's + poised to begin a life-changing professional career. + popularity: 65.281 + poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: '2006-12-14' + title: The Pursuit of Happyness + video: false + vote_average: 7.9 + vote_count: 9888 + - adult: false + backdrop_path: /uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg + character: Capt. Steven Hiller + credit_id: 52fe425bc3a36847f8017f8b + genre_ids: + - 28 + - 12 + - 878 + id: 602 + order: 0 + original_language: en + original_title: Independence Day + overview: >- + Strange phenomena surface around the globe. The skies + ignite. Terror races through the world's major cities. + As these extraordinary events unfold, it becomes + increasingly clear that a force of incredible + magnitude has arrived. Its mission: total annihilation + over the Fourth of July weekend. The last hope to stop + the destruction is an unlikely group of people united + by fate and unimaginable circumstances. + popularity: 52.44 + poster_path: /p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg + release_date: '1996-06-25' + title: Independence Day + video: false + vote_average: 6.89 + vote_count: 9589 + - adult: false + backdrop_path: /1GJvBE7UWU1WOVi0XREl4JQc7f8.jpg + character: Jay + credit_id: 52fe425dc3a36847f80187cb + genre_ids: + - 28 + - 12 + - 35 + - 878 + id: 607 + order: 1 + original_language: en + original_title: Men in Black + overview: >- + After a police chase with an otherworldly being, a New + York City cop is recruited as an agent in a top-secret + organization established to monitor and police alien + activity on Earth: the Men in Black. Agent K and new + recruit Agent J find themselves in the middle of a + deadly plot by an intergalactic terrorist who has + arrived on Earth to assassinate two ambassadors from + opposing galaxies. + popularity: 50.124 + poster_path: /uLOmOF5IzWoyrgIF5MfUnh5pa1X.jpg + release_date: '1997-07-02' + title: Men in Black + video: false + vote_average: 7.203 + vote_count: 13787 + - adult: false + backdrop_path: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg + character: Jay + credit_id: 52fe425dc3a36847f8018905 + genre_ids: + - 28 + - 35 + - 878 + id: 608 + order: 1 + original_language: en + original_title: Men in Black II + overview: >- + Kay and Jay reunite to provide our best, last and only + line of defense against a sinister seductress who + levels the toughest challenge yet to the MIB's + untarnished mission statement – protecting Earth from + the scum of the universe. It's been four years since + the alien-seeking agents averted an intergalactic + disaster of epic proportions. Now it's a race against + the clock as Jay must convince Kay – who not only has + absolutely no memory of his time spent with the MIB, + but is also the only living person left with the + expertise to save the galaxy – to reunite with the MIB + before the earth submits to ultimate destruction. + popularity: 35.639 + poster_path: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg + release_date: '2002-07-03' + title: Men in Black II + video: false + vote_average: 6.372 + vote_count: 9923 + - adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + character: Oscar (voice) + credit_id: 52fe43879251416c75013e51 + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + order: 0 + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often get + him into trouble. Meanwhile, Lenny is a great white + shark with a surprising secret that no sea creature + would guess: He's a vegetarian. When a lie turns Oscar + into an improbable hero and Lenny becomes an outcast, + the two form an unlikely friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + - adult: false + backdrop_path: /bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg + character: Bagger Vance + credit_id: 52fe43e7c3a36847f80776ed + genre_ids: + - 18 + - 14 + id: 4958 + order: 1 + original_language: en + original_title: The Legend of Bagger Vance + overview: >- + World War I has left golfer Rannulph Junuh a + poker-playing alcoholic, his perfect swing gone. Now, + however, he needs to get it back to play in a + tournament to save the financially ravaged golf course + of a long-ago sweetheart. Help arrives in the form of + mysterious caddy Bagger Vance. + popularity: 12.032 + poster_path: /fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg + release_date: '2000-11-02' + title: The Legend of Bagger Vance + video: false + vote_average: 6.578 + vote_count: 898 + - adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + character: Robert Neville + credit_id: 52fe4455c3a36847f808fc19 + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + order: 0 + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to stop + the spread of the terrible virus that was incurable + and man-made. Immune, Neville is now the last human + survivor in what is left of New York City and perhaps + the world. For three years, Neville has faithfully + sent out daily radio messages, desperate to find any + other survivors who might be out there. But he is not + alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15754 + - adult: false + backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg + character: Ben + credit_id: 52fe44259251416c7502a685 + genre_ids: + - 18 + id: 11321 + order: 0 + original_language: en + original_title: Seven Pounds + overview: >- + An IRS agent with a fateful secret embarks on an + extraordinary journey of redemption by forever + changing the lives of seven strangers. + popularity: 22.971 + poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg + release_date: '2008-12-18' + title: Seven Pounds + video: false + vote_average: 7.609 + vote_count: 6773 + - adult: false + backdrop_path: /dYHAIKsRZ7959Yf6tUM55xjV711.jpg + character: Paul + credit_id: 52fe4462c3a368484e020081 + genre_ids: + - 9648 + - 18 + - 35 + id: 23210 + order: 1 + original_language: en + original_title: Six Degrees of Separation + overview: >- + The story of a young, gay, black, con artist who, + posing as the son of Sidney Poitier, cunningly + maneuvers his way into the lives of a white, + upper-class New York family. + popularity: 11.912 + poster_path: /oH0bl69uZZA6dAclgFRkm1Vwcry.jpg + release_date: '1993-12-08' + title: Six Degrees of Separation + video: false + vote_average: 6.4 + vote_count: 323 + - adult: false + backdrop_path: /gVtm7G5NtQxjFNA5ydqxslxjCuk.jpg + character: Muhammad Ali / Cassius Clay + credit_id: 52fe44adc3a36847f80a3d47 + genre_ids: + - 18 + id: 8489 + order: 0 + original_language: en + original_title: Ali + overview: >- + In 1964, a brash, new pro boxer, fresh from his + Olympic gold medal victory, explodes onto the scene: + Cassius Clay. Bold and outspoken, he cuts an entirely + new image for African Americans in sport with his + proud public self-confidence and his unapologetic + belief that he is the greatest boxer of all time. Yet + at the top of his game, both Ali's personal and + professional lives face the ultimate test. + popularity: 14.244 + poster_path: /hBE9VTgwmHbIBkJ0uxrnmqJOpkm.jpg + release_date: '2001-12-10' + title: Ali + video: false + vote_average: 6.8 + vote_count: 1712 + - adult: false + backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg + character: Alex 'Hitch' Hitchens + credit_id: 52fe44adc3a36847f80a3c4f + genre_ids: + - 35 + - 18 + - 10749 + id: 8488 + order: 0 + original_language: en + original_title: Hitch + overview: >- + Dating coach Alex 'Hitch' Hitchens mentors a bumbling + client, Albert, who hopes to win the heart of the + glamorous Allegra Cole. While Albert makes progress, + Hitch faces his own romantic setbacks when proven + techniques fail to work on Sara Melas, a tabloid + reporter digging for dirt on Allegra Cole's love life. + When Sara discovers Hitch's connection to Albert – now + Allegra's boyfriend – it threatens to destroy both + relationships. + popularity: 34.865 + poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg + release_date: '2005-02-11' + title: Hitch + video: false + vote_average: 6.564 + vote_count: 5779 + - adult: false + backdrop_path: /3mNbtT2MWJPmQWYrUXvxFYNuz5j.jpg + character: Capt. James West + credit_id: 52fe44adc3a36847f80a3bdb + genre_ids: + - 28 + - 12 + - 35 + - 878 + - 37 + id: 8487 + order: 0 + original_language: en + original_title: Wild Wild West + overview: >- + Legless Southern inventor Dr. Arliss Loveless plans to + rekindle the Civil War by assassinating President U.S. + Grant. Only two men can stop him: gunfighter James + West and master-of-disguise and inventor Artemus + Gordon. The two must team up to thwart Loveless' + plans. + popularity: 21.53 + poster_path: /3C5cZnIwQ6Wj4qGFKv0BBjimWro.jpg + release_date: '1999-06-30' + title: Wild Wild West + video: false + vote_average: 5.324 + vote_count: 3311 + - adult: false + backdrop_path: /oHtK1ExsXr9trwueDdgFJmlrKJV.jpg + character: Self + credit_id: 6174c889b6c264002a69b827 + genre_ids: + - 99 + id: 795625 + order: 3 + original_language: en + original_title: Lily Topples The World + overview: >- + Follow 20-year-old Lily Hevesh — the world’s greatest + domino toppler and the only woman in her field — in a + coming-of-age story of artistry, passion, and unlikely + triumph. + popularity: 1.214 + poster_path: /dgxLTkwTPo8a8EDKcLgpiSDn0zF.jpg + release_date: '2021-03-16' + title: Lily Topples The World + video: false + vote_average: 7.5 + vote_count: 10 + - adult: false + backdrop_path: /gFsBGyMJezO1wMRmEjBX8YEh0Mc.jpg + character: Tea Cake Walters + credit_id: 52fe44ba9251416c7503ed09 + genre_ids: + - 35 + id: 12121 + order: 2 + original_language: en + original_title: Made in America + overview: >- + A young black woman discovers that her father was a + sperm donor, and if that wasn't bad enough, he's + white. + popularity: 9.487 + poster_path: /2frB553lKEm1q4dds5PUqLNQA3z.jpg + release_date: '1993-01-06' + title: Made in America + video: false + vote_average: 5.5 + vote_count: 357 + - adult: false + backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg + character: John Hancock + credit_id: 52fe44cbc3a36847f80aa55d + genre_ids: + - 14 + - 28 + id: 8960 + order: 0 + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 38.95 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.347 + vote_count: 9589 + - adult: false + backdrop_path: /gxSVZCUlDd8upT1G2wdrUdz2hxG.jpg + character: Detective Mike Lowrey + credit_id: 52fe44cbc3a36847f80aa747 + genre_ids: + - 28 + - 80 + - 35 + id: 8961 + order: 1 + original_language: en + original_title: Bad Boys II + overview: >- + Detectives Marcus Burnett and Mike Lowrey of the Miami + Narcotics Task Force are tasked with stopping the flow + of the drug Ecstasy into Miami. They track the drugs + to the whacked-out Cuban drug lord Johnny Tapia, who + is also involved in a bloody war with Russian and + Haitian mobsters. If that isn't bad enough, there's + tension between the two detectives when Marcus + discovers that playboy Mike is secretly romancing + Marcus’ sister, Syd. + popularity: 51.272 + poster_path: /yCvB5fG5aEPqa1St7ihY6KEAsHD.jpg + release_date: '2003-07-18' + title: Bad Boys II + video: false + vote_average: 6.6 + vote_count: 5485 + - adult: false + backdrop_path: /zuxSfx7ZNzBsXE0f0lSGrfRB01e.jpg + character: Will Smith + credit_id: 52fe4507c3a36847f80b8013 + genre_ids: + - 35 + - 10749 + - 18 + id: 9541 + order: 8 + original_language: en + original_title: Jersey Girl + overview: >- + Ollie Trinke is a young, suave music publicist who + seems to have it all, with a new wife and a baby on + the way. But life deals him a bum hand when he's + suddenly faced with single fatherhood, a defunct + career and having to move in with his father. To + bounce back, it takes a new love and the courage + instilled in him by his daughter. + popularity: 13.651 + poster_path: /nMmMWoSooR6QmCjdT0AvZardof1.jpg + release_date: '2004-03-25' + title: Jersey Girl + video: false + vote_average: 6.2 + vote_count: 1033 + - adult: false + backdrop_path: null + character: Self + credit_id: 6401109c9f1be70086a02479 + genre_ids: + - 99 + id: 1094280 + order: 1 + original_language: en + original_title: Putting The Boom & Bang in 'Bad Boys' + overview: Bad Boys featurette. + popularity: 2.062 + poster_path: /zT1TtogGgcrQBZAofjp37s24Vui.jpg + release_date: '2000-06-27' + title: Putting The Boom & Bang in 'Bad Boys' + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /lPLTLCBn39Wiy1RPQLB9xOKyF2v.jpg + character: Robert Clayton Dean + credit_id: 52fe452fc3a36847f80c0f93 + genre_ids: + - 28 + - 18 + - 53 + id: 9798 + order: 0 + original_language: en + original_title: Enemy of the State + overview: "When the videotape of the murder of a congressman unknowingly ends up in the hands of labor lawyer and dedicated family man Robert Clayton Dean, he\_is framed for the murder. With the help of the mysterious Brill, Dean attempts to throw the NSA off his trail and prove his innocence." + popularity: 24.51 + poster_path: /x9pXrMKLsBGGOFyyZ0Gwt9YpVub.jpg + release_date: '1998-11-20' + title: Enemy of the State + video: false + vote_average: 7.044 + vote_count: 3830 + - adult: false + backdrop_path: /5AhpUb8CAP0jZ4Wrn7AsRUYjZxB.jpg + character: Agent J + credit_id: 52fe45b7c3a36847f80d6875 + genre_ids: + - 28 + - 35 + - 878 + id: 41154 + order: 0 + original_language: en + original_title: Men in Black 3 + overview: >- + Agents J and K are back...in time. J has seen some + inexplicable things in his 15 years with the Men in + Black, but nothing, not even aliens, perplexes him as + much as his wry, reticent partner. But when K's life + and the fate of the planet are put at stake, Agent J + will have to travel back in time to put things right. + J discovers that there are secrets to the universe + that K never told him - secrets that will reveal + themselves as he teams up with the young Agent K to + save his partner, the agency, and the future of + humankind. + popularity: 33.904 + poster_path: /90DdoEStzeObs96fsYf4GG544iN.jpg + release_date: '2012-05-23' + title: Men in Black 3 + video: false + vote_average: 6.525 + vote_count: 10309 + - adult: false + backdrop_path: /webc35UIXecNENTkM9mw7IgifKr.jpg + character: Fresh Prince + credit_id: 64192591e004a6007be0153e + genre_ids: + - 16 + - 10402 + id: 276109 + order: 0 + original_language: en + original_title: The Chipmunks Rockin' Through The Decades + overview: >- + A live-action/animated TV special featuring Alvin and + the Chipmunks. + popularity: 1.846 + poster_path: null + release_date: '1990-12-09' + title: The Chipmunks Rockin' Through The Decades + video: false + vote_average: 4 + vote_count: 1 + - adult: false + backdrop_path: null + character: Nicky Barnes + credit_id: 619d82dfa410c80090ab2e70 + genre_ids: + - 80 + - 18 + id: 903060 + order: 0 + original_language: en + original_title: The Council + overview: >- + The never-before told story of a crime syndicate + consisting of seven African-American men who ruled + Harlem in the 1970s and early 80s focusing on Nicky + Barnes, dubbed "Mr. Untouchable" by the New York + Times. + popularity: 1.442 + poster_path: null + release_date: '' + title: The Council + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /wOLTJxfv98miIQcn0oNXq9fIgXM.jpg + character: Mike Lowrey + credit_id: 644901856a22270474d17219 + genre_ids: + - 28 + - 35 + - 80 + - 53 + id: 9737 + order: 0 + original_language: en + original_title: Bad Boys + overview: >- + Marcus Burnett is a henpecked family man. Mike Lowrey + is a footloose and fancy free ladies' man. Both Miami + policemen, they have 72 hours to reclaim a consignment + of drugs stolen from under their station's nose. To + complicate matters, in order to get the assistance of + the sole witness to a murder, they have to pretend to + be each other. + popularity: 48.299 + poster_path: /qKiLKvJaT6rRmd3IBsoVV58luXH.jpg + release_date: '1995-04-07' + title: Bad Boys + video: false + vote_average: 6.817 + vote_count: 6398 + - adult: false + backdrop_path: /cYs9gkWP1Pk7nnQO33HOI1nb3ds.jpg + character: Self (archive footage) + credit_id: 61e50e747d2bc1009fcf7f7c + genre_ids: + - 10402 + - 99 + id: 904962 + order: 32 + original_language: en + original_title: You're Watching Video Music Box + overview: >- + The untold story of the world’s longest running video + show, Video Music Box. A hip hop mainstay since 1983, + VMB gave a platform to artists like Jay-Z, Nas and + Mary J. Blige before they hit it big. Host Ralph + McDaniels’ archives — amassed over nearly 40 years — + reveal the show’s importance to numerous big-name + musicians, as well as to the kids that grew up + watching. + popularity: 1.739 + poster_path: /r0gtyJoM5dMPFdEMyT1EKMaQDCk.jpg + release_date: '2021-12-03' + title: You're Watching Video Music Box + video: false + vote_average: 6.4 + vote_count: 5 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + character: Cypher Raige + credit_id: 52fe486f9251416c9108c5db + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + order: 1 + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: null + character: Robert Neville + credit_id: 62228e237719d7006dac569c + genre_ids: + - 878 + - 53 + id: 945956 + order: 0 + original_language: en + original_title: I Am Legend 2 + overview: A sequel to the 2007 film I Am Legend. + popularity: 23.965 + poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg + release_date: '' + title: I Am Legend 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Blind Referee + credit_id: 64a95eabb686b900edf8e984 + genre_ids: + - 18 + - 35 + id: 1149524 + order: 0 + original_language: en + original_title: Blind Ref + overview: A blind man struggles to become a basketball referee. + popularity: 1.267 + poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg + release_date: '2013-06-06' + title: Blind Ref + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /IdrHHTC2QcrWUnEqshutR8L4vj.jpg + character: Judge + credit_id: 52fe4c2ec3a368484e1ab62f + genre_ids: + - 18 + - 14 + - 9648 + - 10749 + id: 137321 + order: 5 + original_language: en + original_title: Winter's Tale + overview: >- + A burglar falls for an heiress as she dies in his + arms. When he learns that he has the gift of + reincarnation, he sets out to save her. + popularity: 12.852 + poster_path: /dwDAUpidqVEql6w1o51VIPlMtbG.jpg + release_date: '2014-02-13' + title: Winter's Tale + video: false + vote_average: 6.266 + vote_count: 1334 + - adult: false + backdrop_path: null + character: Self + credit_id: 65124a268e2ba600e4517cc1 + genre_ids: + - 99 + id: 587817 + order: 15 + original_language: en + original_title: Pesel Ha'Zahav + overview: >- + A behind-the-scenes look at the preparations for the + live broadcast of the 69th Annual Academy Awards + ceremony. + popularity: 1.788 + poster_path: /hD2xo96UYYwG1NJCbNDD29pXmCD.jpg + release_date: '1998-01-01' + title: Inside the Golden Statue + video: false + vote_average: 6.3 + vote_count: 3 + - adult: false + backdrop_path: /3WfSR7bLZQBMzTjwa9A9ohfblgT.jpg + character: Self (archive footage) + credit_id: 6523e238ab5e3400c47d3fd7 + genre_ids: + - 99 + id: 1038495 + order: 25 + original_language: en + original_title: 'Kids'' TV: The Surprising Story' + overview: >- + Konnie Huq celebrates the very best of British + children’s television, with a dazzling array of clips + from some of the most treasured programmes ever made + and revealing chats with some of TV’s most beloved + stars. But Konnie also tells a perhaps more + surprising story: of how kids’ TV has frequently been + at the forefront of social change, in terms of the + stories it tells and the people who get to tell them. + popularity: 2.636 + poster_path: /kuEcbIvW70o27cdUuuNTFwouigU.jpg + release_date: '2022-10-26' + title: 'Kids'' TV: The Surprising Story' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /8B7ZCUeLsTqO72o0uVKMIQXSjOi.jpg + character: Genie / Mariner (archive footage) + credit_id: 62ba30d468b766006174866d + genre_ids: + - 99 + - 10402 + id: 512191 + order: 96 + original_language: en + original_title: Howard + overview: >- + Though legendary lyricist Howard Ashman died far too + young, his impact on Broadway, movies, and the culture + at large were incalculable. Told entirely through rare + archival footage and interviews with Ashman’s family, + friends, associates, and longtime partner Bill Lauch, + Howard is an intimate tribute to a + once-in-a-generation talent and a rousing celebration + of musical storytelling itself. + popularity: 5.917 + poster_path: /kTMIYVGKeXsIcVumZvyapkhvQiY.jpg + release_date: '2018-04-22' + title: Howard + video: false + vote_average: 6.9 + vote_count: 48 + - adult: false + backdrop_path: /e3dzlpDdqkVrxfw9gusYPjG5Vub.jpg + character: Nicky Spurgeon + credit_id: 530789e0925141111100018d + genre_ids: + - 10749 + - 35 + - 80 + id: 256591 + order: 0 + original_language: en + original_title: Focus + overview: >- + Nicky, an accomplished con artist, gets romantically + involved with his disciple Jess but later ends their + relationship. Years later, she returns as a femme + fatale to spoil his plans. + popularity: 32.29 + poster_path: /j6YcokvYBLSRLBQ4LxeeY6B1Aso.jpg + release_date: '2015-02-25' + title: Focus + video: false + vote_average: 6.878 + vote_count: 7841 + - adult: false + backdrop_path: null + character: Self - Host (archive footage) + credit_id: 62cd331ba9117f131cbd4088 + genre_ids: + - 99 + id: 999067 + order: 0 + original_language: en + original_title: One Strange Rock + overview: >- + A mind-bending, thrilling journey exploring the + fragility and wonder of planet Earth, one of the most + peculiar, unique places in the entire universe, + brought to life by the only people to have left it + behind – the world’s most well known and leading + astronauts. This edit combined episodes one and ten to + create a new movie. + popularity: 1.81 + poster_path: /2yKKKl9d1H5f3EjZrijpr8WOqQu.jpg + release_date: '2022-07-10' + title: One Strange Rock + video: true + vote_average: 5.7 + vote_count: 3 + - adult: false + backdrop_path: /c5Hub79rAGq7MtKrRNcr5Rfk3NM.jpg + character: Self + credit_id: 658f14116611b46b9fa40ca4 + genre_ids: + - 99 + - 10402 + id: 746752 + order: 2 + original_language: fr + original_title: 'Bigflo & Oli : Presque Trop' + overview: >- + Go backstage with French rap duo Bigflo & Oli in this + intimate music documentary, then join the superstar + siblings as they embark on a major tour. + popularity: 3.744 + poster_path: /heCJcnFHizhV286Y71W92f9mrBQ.jpg + release_date: '2020-10-08' + title: 'Bigflo & Oli: Hip Hop Frenzy' + video: false + vote_average: 7 + vote_count: 70 + - adult: false + backdrop_path: null + character: Self + credit_id: 6326378d8d22fc007a30eebc + genre_ids: + - 35 + - 10402 + - 10770 + - 99 + id: 537745 + order: 134 + original_language: en + original_title: Night of 100 Stars III + overview: >- + A celebrity benefit for The Actors' Fund of America, + featuring music, songs, dance and comedy. + popularity: 1.523 + poster_path: /886JJFF8s2z3x5txGkaVRnmeMU9.jpg + release_date: '1990-05-21' + title: Night of 100 Stars III + video: false + vote_average: 4 + vote_count: 2 + - adult: false + backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg + character: Floyd Lawton / Deadshot + credit_id: 547ebbec92514124aa000a6d + genre_ids: + - 28 + - 12 + - 14 + id: 297761 + order: 0 + original_language: en + original_title: Suicide Squad + overview: >- + From DC Comics comes the Suicide Squad, an antihero + team of incarcerated supervillains who act as deniable + assets for the United States government, undertaking + high-risk black ops missions in exchange for commuted + prison sentences. + popularity: 46.652 + poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg + release_date: '2016-08-03' + title: Suicide Squad + video: false + vote_average: 5.921 + vote_count: 21151 + - adult: false + backdrop_path: /bDp6SAo5tDf4KyZHX5hOg0Tj74D.jpg + character: Self + credit_id: 6596fba6a6c10410ddfa83eb + genre_ids: + - 99 + - 18 + id: 1226352 + order: 3 + original_language: en + original_title: Free Child + overview: >- + From leaving Egypt 10 years ago, to almost dying a + month ago in a car accident. This film is about the + journey in between and the massive role the internet + played in the life of prominent Youtuber and Yes + Theory co-founder Ammar Kandil. + popularity: 2.591 + poster_path: /n03RhHzq0henGZ7M1Lif1TfKZvH.jpg + release_date: '2020-09-28' + title: Free Child + video: false + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg + character: Dr. Bennet Omalu + credit_id: 54c884a1925141678e00568e + genre_ids: + - 18 + id: 321741 + order: 0 + original_language: en + original_title: Concussion + overview: >- + A dramatic thriller based on the incredible true David + vs. Goliath story of American immigrant Dr. Bennet + Omalu, the brilliant forensic neuropathologist who + made the first discovery of CTE, a football-related + brain trauma, in a pro player and fought for the truth + to be known. Omalu's emotional quest puts him at + dangerous odds with one of the most powerful + institutions in the world. + popularity: 12.822 + poster_path: /gseayWAIFt3GQrEUNuUcYxT77Ud.jpg + release_date: '2015-11-12' + title: Concussion + video: false + vote_average: 7.09 + vote_count: 2540 + - adult: false + backdrop_path: /TiiWQf1pMFIfR3z7hxdAAd4PnN.jpg + character: Self (archive footage) + credit_id: 635e94b7efd3c200918dcc80 + genre_ids: + - 10751 + - 10402 + - 10770 + id: 341949 + order: 52 + original_language: en + original_title: 'Sesame Street: Elmopalooza!' + overview: >- + Jon Stewart hosts the Sesame Street Muppets' 30 year + celebration, but Elmo steps in when things go awry. + popularity: 1.19 + poster_path: /64QjfrazV5J12PUoqMvNOyKjRxL.jpg + release_date: '1998-02-20' + title: 'Sesame Street: Elmopalooza!' + video: false + vote_average: 5.8 + vote_count: 5 + - adult: false + backdrop_path: null + character: Self (archive footage) + credit_id: 65c67b3e4350110183e6f70d + genre_ids: + - 99 + - 10402 + id: 324610 + order: 29 + original_language: en + original_title: Yo! The Story of ‘Yo! MTV Raps’ + overview: >- + A provocative look into the seven-year history of the + series that gave hip hop a voice and broke color + barriers, integrating MTV with rap. "Yo! MTV Raps" + premiered on August 6, 1988 with hosts Fab 5 Freddy, + Ed Lover and Doctor Dré, and shaped the careers of + many of today’s hip hop superstars, while + simultaneously making groundbreaking strides in + introducing hip hop to the mainstream. + popularity: 2.444 + poster_path: /5peOO9sApI7GXOVBFQPgrlsWLBM.jpg + release_date: '2012-06-07' + title: Yo! The Story of ‘Yo! MTV Raps’ + video: false + vote_average: 2 + vote_count: 0 + - adult: false + backdrop_path: /jEo7s4kyUiClgtxXqYcLRWvJTik.jpg + character: Self + credit_id: 65cca2d7e263bb0186692850 + genre_ids: + - 10402 + - 99 + id: 1216282 + order: 22 + original_language: en + original_title: A GRAMMY Salute To 50 Years Of Hip-Hop + overview: >- + A once-in-a-lifetime live concert special celebrating + the 50th anniversary of hip-hop. Airing Sunday, Dec. + 10, at at 8:30 p.m. ET/8 p.m. PT on the CBS Television + Network and streaming live and on demand on + Paramount+, the two-hour tribute special will feature + exclusive performances from hip-hop legends and + GRAMMY-winning artists, including Black Thought, Bun + B, Common, De La Soul, Jermaine Dupri, J.J. Fad, Talib + Kweli, The Lady Of Rage, LL COOL J, MC Sha-Rock, Monie + Love, The Pharcyde, Queen Latifah, Questlove, Rakim, + Remy Ma, Uncle Luke, and Yo-Yo. + popularity: 2.644 + poster_path: /8PPBVqnMsESwN0n9TNuA4HAG6IS.jpg + release_date: '2023-12-10' + title: A GRAMMY Salute To 50 Years Of Hip-Hop + video: false + vote_average: 8.5 + vote_count: 2 + - adult: false + backdrop_path: /3yJCGeV4c4H0eMojckyva9vMATd.jpg + character: Self + credit_id: 65ce2d0c13a38801879f3170 + genre_ids: + - 10402 + id: 171084 + order: 3 + original_language: de + original_title: 'Tina Turner : Celebrate!' + overview: >- + Tina Turner celebrates her 60th birthday with this + unbelievable 1999 concert. Turner performs a variety + from her repertoire from throughout her entire career + – her beginnings with Ike Turner, the 80’s resurgence + and later career material. Hits featured are 'River + Deep, Mountain High', 'What's Love Got to Do With It', + 'Nutbush City Limits', 'The Best' and '24/7'. + popularity: 1.416 + poster_path: /5iRALSqo8V25KZFB6Ybrr2L1ng7.jpg + release_date: '1999-11-26' + title: 'Tina Turner : Celebrate!' + video: true + vote_average: 8.7 + vote_count: 3 + - adult: false + backdrop_path: /iovi35nPfjbYTw2gRo7uImWblRU.jpg + character: Howard Inlet + credit_id: 55d4d38392514102d500281b + genre_ids: + - 18 + - 10749 + id: 345920 + order: 0 + original_language: en + original_title: Collateral Beauty + overview: >- + Retreating from life after a tragedy, a man questions + the universe by writing to Love, Time and Death. + Receiving unexpected answers, he begins to see how + these things interlock and how even loss can reveal + moments of meaning and beauty. + popularity: 30.723 + poster_path: /4vfqosgik5pLb32RpskYifp8PWJ.jpg + release_date: '2016-12-15' + title: Collateral Beauty + video: false + vote_average: 7.223 + vote_count: 5369 + - adult: false + backdrop_path: /tp5xCbXsevp5rJG11HRfXYuruDZ.jpg + character: Self + credit_id: 660c2ed16dc507017e559423 + genre_ids: + - 10770 + - 10751 + - 99 + id: 238466 + order: 23 + original_language: en + original_title: 'David Blaine: Real or Magic' + overview: >- + David Blaine's signature brand of street magic + mystifies the most recognisable celebrities in the + world, such as Jamie Foxx, Bryan Cranston, Aaron Paul, + Ricky Gervais, Katy Perry, Woody Allen, and Robert + DeNiro, to name a few. He goes to the homes of Kanye + West and Harrison Ford, Will Smith and Olivia Wilde. + He pays a visit to Stephen Hawking at his office in + Cambridge University. Blaine also travels the world, + astonishing people from all walks of life with + never-before seen, inconceivable magic. + popularity: 4.684 + poster_path: /gTMYu8oaAu31PW3wPooGLuM5maA.jpg + release_date: '2013-11-19' + title: 'David Blaine: Real or Magic' + video: false + vote_average: 6.7 + vote_count: 82 + - adult: false + backdrop_path: /hYY7wC3vuwSmoRdcMalVMjPC0a0.jpg + character: ESPN Reporter + credit_id: 660b2fae9c97bd017ca40404 + genre_ids: + - 35 + id: 109443 + order: 71 + original_language: en + original_title: 'Anchorman 2: The Legend Continues' + overview: >- + With the 70s behind him, San Diego's top rated + newsman, Ron Burgundy, returns to take New York's + first 24-hour news channel by storm. + popularity: 27.328 + poster_path: /BAdmxMdCqzjs6hx3KuEtnoWP8d.jpg + release_date: '2013-12-18' + title: 'Anchorman 2: The Legend Continues' + video: false + vote_average: 6.139 + vote_count: 2578 + - adult: false + backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg + character: Self + credit_id: 660bc789d6dbba014a6f2e36 + genre_ids: + - 99 + id: 1242980 + order: 13 + original_language: pt + original_title: Nos Bastidores de Hollywood + overview: '' + popularity: 2.023 + poster_path: /2tbIAd61D03RPNvjouFq9CkyKWo.jpg + release_date: '2005-03-01' + title: Nos Bastidores de Hollywood + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 56a2c015c3a3683890000d06 + genre_ids: + - 99 + id: 378674 + order: 4 + original_language: en + original_title: DC Films Presents Dawn of the Justice League + overview: >- + A documentary special taking a look at the upcoming + films making up the DC Universe. Kevin Smith hosts + with Geoff Johns, as they take a look at Batman vs + Superman: Dawn of Justice, Suicide Squad, the upcoming + Wonder Woman and Justice League movies. + popularity: 8.212 + poster_path: /jjYndp8PuLFNuIbGg6Zs7MkxWIc.jpg + release_date: '2016-01-19' + title: DC Films Presents Dawn of the Justice League + video: false + vote_average: 6 + vote_count: 68 + - adult: false + backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg + character: Mike + credit_id: 56b410fa92514114e5003551 + genre_ids: + - 53 + - 28 + - 80 + id: 38700 + order: 0 + original_language: en + original_title: Bad Boys for Life + overview: >- + Marcus and Mike are forced to confront new threats, + career changes, and midlife crises as they join the + newly created elite team AMMO of the Miami police + department to take down the ruthless Armando Armas, + the vicious leader of a Miami drug cartel. + popularity: 81.514 + poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg + release_date: '2020-01-15' + title: Bad Boys for Life + video: false + vote_average: 7.139 + vote_count: 8290 + - adult: false + backdrop_path: /hu4psJoKxDYezvvS4GlLF531fom.jpg + character: Daryl Ward + credit_id: 574c539f9251410ef80000d8 + genre_ids: + - 14 + - 28 + - 53 + id: 400106 + order: 0 + original_language: en + original_title: Bright + overview: >- + In an alternate present-day where magical creatures + live among us, two L.A. cops become embroiled in a + prophesied turf battle. + popularity: 23.137 + poster_path: /whkT53Sv2vKAUiknQ13pqcWaPXB.jpg + release_date: '2017-12-22' + title: Bright + video: false + vote_average: 6.152 + vote_count: 5641 + - adult: false + backdrop_path: /15w69mRh7r6XTWF4ipIB59eoG6r.jpg + character: Cameo + credit_id: 6667e76e4a60c1410bf71455 + genre_ids: + - 10749 + - 35 + - 18 + id: 503129 + order: 15 + original_language: hi + original_title: Student of the Year 2 + overview: >- + A student must overcome bullies and hardships, both + academic and romantic, in order to win his college's + coveted Student of the Year trophy. + popularity: 15.596 + poster_path: /78EMPsM8bu9R3jcxgBUUAQoVgI.jpg + release_date: '2019-05-10' + title: Student of the Year 2 + video: false + vote_average: 4.444 + vote_count: 72 + - adult: false + backdrop_path: null + character: Jon Grady + credit_id: 6671edb8dbc136011d90aee3 + genre_ids: + - 878 + - 53 + id: 693390 + order: 0 + original_language: en + original_title: Resistor + overview: >- + Physicist Jon Grady and his team discover a device + that can reflect gravity — a triumph that will + revolutionize the field of physics and change the + future. But instead of acclaim, Grady's lab is locked + down by a covert organization known as the Bureau of + Technology Control. When Grady refuses to join the + BTC, he's thrown into a nightmarish high-tech prison + housing other doomed rebel intellects. + popularity: 1.87 + poster_path: null + release_date: '' + title: Resistor + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Hancock + credit_id: 66646cd718bd0a0bdb4d38d2 + genre_ids: + - 14 + - 28 + id: 475387 + order: 0 + original_language: en + original_title: Hancock 2 + overview: '' + popularity: 9.235 + poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg + release_date: '' + title: Hancock 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tPUP70sPdV9l0otMf23lFNng0nF.jpg + character: '' + credit_id: 66b8db3686f5391f4fa7e3c1 + genre_ids: [] + id: 1328458 + order: 0 + original_language: en + original_title: The Fresh Prince of Nowhere + overview: >- + 25 years ago, a biographical documentary on Will Smith + was crafted, completed, and concealed. Today, just one + VHS copy remains. Originally titled The Fresh Prince + of Everywhere, this vandalised tape now goes as The + Fresh Prince of Nowhere - and where it picked up its + new name, no one knows. Seemingly resonating with an + uncanny relevance to the present day, the documentary + is an eerie yet meaningful lesson in love, fame and + failure. In 2024, the world knows a different Will + Smith to the one we knew on the cusp of the + millennium. But the story of this VHS tape is a + timeless reflection on the cycles of triumph, + adversity, and the cost of fame. + popularity: 1.319 + poster_path: /wmeho2nhr1bdiXxWcGcRlaFdr9e.jpg + release_date: '2024-03-29' + title: The Fresh Prince of Nowhere + video: true + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg + character: Genie / Mariner + credit_id: 58f991d0925141588d004052 + genre_ids: + - 12 + - 14 + - 10749 + - 10751 + id: 420817 + order: 0 + original_language: en + original_title: Aladdin + overview: >- + A kindhearted street urchin named Aladdin embarks on a + magical adventure after finding a lamp that releases a + wisecracking genie while a power-hungry Grand Vizier + vies for the same lamp that has the power to make + their deepest wishes come true. + popularity: 50.646 + poster_path: /ykUEbfpkf8d0w49pHh0AD2KrT52.jpg + release_date: '2019-05-22' + title: Aladdin + video: false + vote_average: 7.098 + vote_count: 10067 + - adult: false + backdrop_path: /sfW7GcOuwZFuCxVoU5ULlkiDJ7Q.jpg + character: Henry Brogen / Junior + credit_id: 595f247b9251410bfa09d25c + genre_ids: + - 878 + - 28 + - 12 + - 53 + id: 453405 + order: 0 + original_language: en + original_title: Gemini Man + overview: >- + Henry Brogan is an elite 51-year-old assassin who's + ready to call it quits after completing his 72nd job. + His plans get turned upside down when he becomes the + target of a mysterious operative who can seemingly + predict his every move. To his horror, Brogan soon + learns that the man who's trying to kill him is a + younger, faster, cloned version of himself. + popularity: 28.914 + poster_path: /uTALxjQU8e1lhmNjP9nnJ3t2pRU.jpg + release_date: '2019-10-02' + title: Gemini Man + video: false + vote_average: 6.289 + vote_count: 5122 + - adult: false + backdrop_path: /gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg + character: Self - Philadelphia + credit_id: 59e392fe9251410b67000415 + genre_ids: + - 10402 + - 99 + id: 42348 + order: 45 + original_language: en + original_title: Live 8 + overview: >- + On 2 July 2005 an estimated 3 billion people came + together in the fight against extreme poverty. LIVE 8 + - 10 concerts featuring over 1000 musicians from + across the globe - asked people not for their money, + but for their voice. + popularity: 2.31 + poster_path: /joFzIENnJHDLesiktLETN3VNutO.jpg + release_date: '2005-11-07' + title: Live 8 + video: false + vote_average: 7.2 + vote_count: 23 + - adult: false + backdrop_path: /A5DEgBGrp1lK4yWYDpdQ7YNFSfy.jpg + character: Will Smith + credit_id: 59e392fe9251410b67000419 + genre_ids: + - 35 + id: 127088 + order: 49 + original_language: en + original_title: Welcome to Hollywood + overview: >- + A film director decides to chart the course of a young + actor as he tries to make it in Hollywood... + popularity: 4.101 + poster_path: /6lteBH7j3De6sCYIRCXWBPskaLq.jpg + release_date: '1998-10-01' + title: Welcome to Hollywood + video: false + vote_average: 3.8 + vote_count: 9 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b67000417 + genre_ids: + - 99 + id: 378386 + order: 28 + original_language: en + original_title: 'Star Wars: Greatest Moments' + overview: >- + Alex Zane counts down the top 20 Star Wars moments as + voted by the public. Includes contributions from + famous fans as well as the stars and crew of the + intergalactic saga. + popularity: 3.169 + poster_path: /zIffPwISrW48qSmvAXEV27lBTMA.jpg + release_date: '2015-12-26' + title: 'Star Wars: Greatest Moments' + video: false + vote_average: 7 + vote_count: 32 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b6700041d + genre_ids: + - 10402 + - 99 + id: 413131 + order: 0 + original_language: en + original_title: 'Will Smith: Live in Concert' + overview: >- + Will Smith performs live in concert some of his old + and new hits. + popularity: 1.266 + poster_path: /4lTEZfXUNON6wxh6CWYcJrO0Sv6.jpg + release_date: '2005-06-14' + title: 'Will Smith: Live in Concert' + video: false + vote_average: 5.8 + vote_count: 10 + - adult: false + backdrop_path: null + character: Self + credit_id: 59e392fe9251410b67000421 + genre_ids: + - 99 + - 35 + - 878 + id: 461916 + order: 3 + original_language: en + original_title: Metamorphosis of 'Men in Black' + overview: >- + An in-depth look into the creation of the special + effects for the film Men in Black (1997). Various + interviews with the cast and filmmakers and a look at + the pre-rendered SFX from ILM and Rick Baker. Also a + look at storyboards and information about the change + of the script during production. + popularity: 1.539 + poster_path: /5ax0t8bU8E5JhtxkPGQT48TSOvZ.jpg + release_date: '2000-09-05' + title: Metamorphosis of 'Men in Black' + video: false + vote_average: 5 + vote_count: 3 + - adult: false + backdrop_path: /lLe36uxDamMg6YWmIBN7bhuSmdy.jpg + character: Manny + credit_id: 59e392fe9251410b6700040d + genre_ids: + - 18 + - 53 + - 80 + id: 17736 + order: 8 + original_language: en + original_title: Where the Day Takes You + overview: >- + King is a young man, but he's already a veteran of + life on the streets of Los Angeles. The de facto + leader of a group of teenage runaways, King acts as a + mentor to troubled kids such as gay hustler Little J + and junkie Greg. When Heather, a beautiful girl from + Chicago, starts hanging out with King and his crew, it + changes the dynamic of the gang. However, it seems as + though nothing will alter their dangerous lifestyle. + popularity: 5.488 + poster_path: /6W7pwB1o601kN8zySjHNz5X3QDK.jpg + release_date: '1992-09-11' + title: Where the Day Takes You + video: false + vote_average: 6.122 + vote_count: 55 + - adult: false + backdrop_path: /A5VWK3aPhMUbEyKkOKdSrZr70JL.jpg + character: Self + credit_id: 59e392fe9251410b6700041b + genre_ids: + - 35 + id: 452460 + order: 10 + original_language: en + original_title: Torrance Rises + overview: >- + A mockumentary chronicling the Torrance Community + Dance Group (from Fatboy Slim's "Praise You" video) on + their road to the MTV Video Music Awards. + popularity: 1.042 + poster_path: /2CShiMeuWypm9ObpfZl0R2g03je.jpg + release_date: '1999-01-01' + title: Torrance Rises + video: false + vote_average: 7.8 + vote_count: 5 + - adult: false + backdrop_path: /uG1v9Hk1XKICd6IJChRR20mBh8i.jpg + character: Lance Sterling (voice) + credit_id: 59e48d59925141082b029493 + genre_ids: + - 16 + - 28 + - 12 + - 35 + - 10751 + id: 431693 + order: 0 + original_language: en + original_title: Spies in Disguise + overview: >- + Super spy Lance Sterling and scientist Walter Beckett + are almost exact opposites. Lance is smooth, suave and + debonair. Walter is… not. But what Walter lacks in + social skills he makes up for in smarts and invention, + creating the awesome gadgets Lance uses on his epic + missions. But when events take an unexpected turn, + Walter and Lance suddenly have to rely on each other + in a whole new way. + popularity: 24.749 + poster_path: /e7rWcrnuNej3JeVjqmRu0jVeRa4.jpg + release_date: '2019-12-04' + title: Spies in Disguise + video: false + vote_average: 7.6 + vote_count: 2800 + - adult: false + backdrop_path: null + character: Self + credit_id: 5a5e8a899251412eac000b3c + genre_ids: + - 99 + id: 85770 + order: 19 + original_language: en + original_title: A Man's Story + overview: >- + Documentary about British fashion designer Ozwald + Boateng. + popularity: 2.405 + poster_path: /7XChyRgt2B1GrJoPYrV4oGuOApD.jpg + release_date: '2011-10-08' + title: A Man's Story + video: false + vote_average: 6.9 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 5b0191790e0a2623d700bbc4 + genre_ids: + - 99 + id: 525331 + order: 3 + original_language: en + original_title: Roswell Top Secret + overview: >- + Something happened near the town of Rosewell. This + event came to be known as the Rosewell incident. The + town has since become synonymous with flying saucers + crashes, alien visitation, government cover up, or + what many say, a jump to conclusions and a gross + distortion of facts. + popularity: 0.547 + poster_path: /72WcqiUCfDhcpkcbxP3VvsJwlAk.jpg + release_date: '1998-01-01' + title: Roswell Top Secret + video: false + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: /avW5cKK7hELN7tZuF7iajQTVDgA.jpg + character: Self + credit_id: 5bb3f793c3a3687b0b002146 + genre_ids: + - 99 + - 10402 + - 36 + id: 551587 + order: 10 + original_language: en + original_title: >- + National Museum of African American History and + Culture Grand Opening Ceremony + overview: >- + The grand opening dedication ceremony of the + Smithsonian's National Museum of African American + History and Culture. + popularity: 0.595 + poster_path: /pEk4ySUowiwaxoNSZvSYYKJf7wa.jpg + release_date: '2016-09-24' + title: >- + National Museum of African American History and + Culture Grand Opening Ceremony + video: true + vote_average: 5.5 + vote_count: 1 + - adult: false + backdrop_path: /8McBKWoQOQZfeIGQl23g0TJ6jto.jpg + character: Self + credit_id: 5bac13980e0a2664df02fce3 + genre_ids: + - 99 + - 10402 + id: 504561 + order: 5 + original_language: en + original_title: Quincy + overview: >- + An intimate look into the life of icon Quincy Jones. A + unique force in music and popular culture for 70 + years, Jones has transcended racial and cultural + boundaries; his story is inextricably woven into the + fabric of America. Jones came to prominence in the + 1950s as a jazz arranger and conductor before working + on pop music and film scores. He moved easily between + musical genres, producing major pop hits of the early + 1960s and serving as an arranger and conductor for + several collaborations in the same time period. + popularity: 6.64 + poster_path: /yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg + release_date: '2018-09-09' + title: Quincy + video: false + vote_average: 7.3 + vote_count: 106 + - adult: false + backdrop_path: /2NMov7UkikACB3m5FCndZZ0LG8U.jpg + character: Oscar (voice) + credit_id: 5c466f760e0a26496bc891ec + genre_ids: + - 16 + - 35 + - 10751 + id: 118254 + order: 2 + original_language: en + original_title: Club Oscar + overview: >- + Picking up where Shark Tale ends, all the characters + of the film dance at the whale wash in a spoof of + Saturday Night Fever. + popularity: 3.012 + poster_path: /o8o3lBY3oiI8NwpzZw8nLMUH3FA.jpg + release_date: '2005-02-08' + title: Club Oscar + video: false + vote_average: 4.944 + vote_count: 18 + - adult: false + backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg + character: Richard Williams + credit_id: 5d288a8fcaab6d00129b75a6 + genre_ids: + - 18 + - 36 + id: 614917 + order: 0 + original_language: en + original_title: King Richard + overview: >- + The story of how Richard Williams served as a coach to + his daughters Venus and Serena, who will soon become + two of the most legendary tennis players in history. + popularity: 23.53 + poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg + release_date: '2021-11-18' + title: King Richard + video: false + vote_average: 7.649 + vote_count: 2497 + - adult: false + backdrop_path: null + character: Nick Cooper + credit_id: 5d73f770209f180013fc9c70 + genre_ids: + - 878 + id: 629423 + order: 0 + original_language: en + original_title: Brilliance + overview: >- + In the future, non-neurotypical people — demonized by + society as “twists” or “abnorms” — are threatening the + status quo of the “normal” population with their + unique gifts. They are officially labeled as + “Brilliants” and are carefully tracked by the + government. + popularity: 1.203 + poster_path: null + release_date: '' + title: Brilliance + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 5dd930a712aabc00169120d8 + genre_ids: + - 99 + - 878 + id: 277499 + order: 25 + original_language: en + original_title: >- + From Star Wars to Star Wars: The Story of Industrial + Light & Magic + overview: >- + The incredible evolution of George Lucas' special + effects dream factory, including an inside look at + "Star Wars: Episode One - The Phantom Menace." + popularity: 4.325 + poster_path: /eOK9FczS2GrH8ByZr9RkLYnQiW6.jpg + release_date: '1999-06-15' + title: >- + From Star Wars to Star Wars: The Story of Industrial + Light & Magic + video: false + vote_average: 8.1 + vote_count: 9 + - adult: false + backdrop_path: /r0DFmENrZIM1qHeDofxYQS4v07T.jpg + character: Self + credit_id: 5de218c1c51acd0015f6bdf3 + genre_ids: + - 99 + id: 621757 + order: 10 + original_language: en + original_title: Dads + overview: >- + A joyful exploration of modern fatherhood, this doc + gathers the testimonies of dads around the world, from + famous comedians to everyday parents. Their unfiltered + stories speak to the beauty, struggles, and ridiculous + hilarity of being a dad today. + popularity: 4.833 + poster_path: /lDBHH2oQJJtSIsUZfruBEDXra2n.jpg + release_date: '2019-09-06' + title: Dads + video: false + vote_average: 6.71 + vote_count: 31 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e72c626357c0000134a0856 + genre_ids: + - 878 + - 28 + id: 579480 + order: 1 + original_language: en + original_title: 'Independence Day: The ID4 Invasion' + overview: >- + A "mockumentary" of the alien invasion during + Independence Day. Barry Nolan hosts the programme, the + first 9 minutes of which are a spoof news report of + the events of the film. The middle bit is a discussion + of the film by cast and crew, and at the end various + scientists and politicians discuss what would happen + if real aliens arrive on Earth. + popularity: 2.744 + poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg + release_date: '1996-06-30' + title: 'Independence Day: The ID4 Invasion' + video: false + vote_average: 6.4 + vote_count: 10 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e72cf59357c000019495ea8 + genre_ids: + - 99 + - 878 + - 28 + id: 684413 + order: 2 + original_language: en + original_title: The Making of 'Independence Day' + overview: >- + We take a look at various fields of development for + the motion picture, Independence Day (1996). Jeff + Goldblum is our guide through 'Area ID4' (a rip-off + name of Area 51). He pretends to creep around and give + us "secret" information about the film. There is also + interviews with the cast and crew, and some other + behind the scenes stuff that is only there to impress + you, and to make you want to go see the film. + popularity: 1.961 + poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg + release_date: '1996-06-29' + title: The Making of 'Independence Day' + video: true + vote_average: 5.8 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e8aa24f9a99001433d18f + genre_ids: + - 99 + - 35 + - 878 + id: 687112 + order: 4 + original_language: en + original_title: Barry Sonnenfeld's Intergalactic Guide to Comedy + overview: >- + Provides a few minutes of joking around about how + director Barry Sonnenfeld's dry comedy style works. + popularity: 0.597 + poster_path: /iWPWZvh9uP1Z0LG1IY6U8vMwDEi.jpg + release_date: '2002-11-26' + title: Barry Sonnenfeld's Intergalactic Guide to Comedy + video: true + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7ea1a04f9a990016340e43 + genre_ids: + - 35 + - 37 + - 99 + id: 687143 + order: 0 + original_language: en + original_title: 'Wild Wild West: Wardrobes of the West' + overview: An interesting look at the costume design of the movie + popularity: 1.893 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-11-30' + title: 'Wild Wild West: Wardrobes of the West' + video: true + vote_average: 4 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9b884f9a99001433ed25 + genre_ids: + - 99 + - 878 + - 35 + id: 687134 + order: 4 + original_language: en + original_title: MIB ADR + overview: A look at the ADR of Men in Black II (2002) + popularity: 0.886 + poster_path: /4Aw6o4AAG5x3ydWyaBRoeHknf6E.jpg + release_date: '2002-11-26' + title: MIB ADR + video: true + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9239c144dd001723e241 + genre_ids: + - 99 + - 878 + - 35 + id: 687121 + order: 1 + original_language: en + original_title: 'Design in Motion: The Look of ''Men in Black II''' + overview: A look at the art direction of Men in Black II (2002) + popularity: 2.083 + poster_path: /i12BzsvVF8yofENLfH1Mjo04lPb.jpg + release_date: '2002-11-26' + title: 'Design in Motion: The Look of ''Men in Black II''' + video: true + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7e9f27c144dd001723feab + genre_ids: + - 99 + - 35 + - 37 + id: 687141 + order: 8 + original_language: en + original_title: 'It''s a Whole New West: The Making of ''Wild, Wild West''' + overview: >- + This is a promotional behind the scenes featurette + that originally appeared on HBO. A lot of the usual + interviews and behind-the-scenes clips, but enjoyably, + there are a few shots that look at how the FX were + filmed. + popularity: 1.742 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-06-29' + title: 'It''s a Whole New West: The Making of ''Wild, Wild West''' + video: false + vote_average: 4.9 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7ea5b5c68b69001741475d + genre_ids: + - 99 + - 35 + - 37 + id: 687151 + order: 0 + original_language: en + original_title: 'Wild Wild West: Good Guys Gadgets' + overview: A look at some of the gadgets and effects of the movie + popularity: 1.022 + poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg + release_date: '1999-11-30' + title: 'Wild Wild West: Good Guys Gadgets' + video: true + vote_average: 5.3 + vote_count: 3 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e7eae0270309f00176047d8 + genre_ids: + - 99 + - 35 + - 878 + id: 687162 + order: 0 + original_language: en + original_title: The Making of Men in Black + overview: Behind the scenes of Men in Black (1997) + popularity: 1.912 + poster_path: /31l8XyHx7sRI1nbIh5SfBRXHOw7.jpg + release_date: '1997-11-04' + title: The Making of Men in Black + video: true + vote_average: 7.7 + vote_count: 6 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e77ed8eb1f68d0014e5e852 + genre_ids: + - 99 + - 878 + - 28 + id: 685607 + order: 0 + original_language: en + original_title: 'After Earth: A Father''s Legacy' + overview: >- + This is a featurette with some behind-the-scenes + footage of Will Smith and Jaden Smith on-set + popularity: 18.664 + poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg + release_date: '2013-10-08' + title: 'After Earth: A Father''s Legacy' + video: true + vote_average: 6.5 + vote_count: 12 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e77f0b4357c000013517d00 + genre_ids: + - 99 + - 878 + - 28 + id: 685614 + order: 0 + original_language: en + original_title: 'After Earth: 1,000 Years in 300 Seconds' + overview: >- + Shows Behind-the-Scenes footage compiled into a + montage video clip set to music, with no dialogue. + popularity: 3.682 + poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg + release_date: '2013-10-08' + title: 'After Earth: 1,000 Years in 300 Seconds' + video: true + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e84f8d1e38bd80013ac2713 + genre_ids: + - 99 + id: 688736 + order: 0 + original_language: en + original_title: 'Making Pursuit: An Italian Take on the American Dream' + overview: >- + This is a "making of" documentary for the hit film + "The Pursuit of Happyness". It chronicles a foreign + director's perspective on The American Dream, and the + challenges in making the film. + popularity: 1.245 + poster_path: /fNpy4kXzd5WRCVDHQxpwgLzakbQ.jpg + release_date: '2007-03-27' + title: 'Making Pursuit: An Italian Take on the American Dream' + video: true + vote_average: 9 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5e860cab5294e700114b244a + genre_ids: [] + id: 689041 + order: 0 + original_language: en + original_title: 'Father and Son: On Screen and Off' + overview: >- + A look into Will and Jaden Smith's father and son bond + on and off the screen of The Pursuit of Happyness + popularity: 0.906 + poster_path: /72su4fAPcid1koHYegAe62NfPn2.jpg + release_date: '2007-05-22' + title: 'Father and Son: On Screen and Off' + video: true + vote_average: 6 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 5eba862c7d2bc1001d026661 + genre_ids: + - 35 + id: 702942 + order: 40 + original_language: en + original_title: Feeding America Comedy Festival + overview: All-star comics perform in support of Feeding America. + popularity: 3.139 + poster_path: /mE6PuUktz0zAfI5PvsNXDdDZEzu.jpg + release_date: '2020-05-10' + title: Feeding America Comedy Festival + video: false + vote_average: 6.8 + vote_count: 4 + - adult: false + backdrop_path: null + character: Self + credit_id: 5ed87962e4b576002038a21a + genre_ids: + - 10751 + - 35 + - 10770 + id: 564784 + order: 19 + original_language: en + original_title: Disneyland's 35th Anniversary Special + overview: Celebration of Disneyland's 35th Anniversary + popularity: 3.001 + poster_path: /nUAoRVhGZqsQMrUjKZ7f1rLclYD.jpg + release_date: '1990-07-01' + title: Disneyland's 35th Anniversary Special + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg + character: Peter + credit_id: 5ee790e915794a0021158ead + genre_ids: + - 18 + - 10752 + - 36 + id: 715931 + order: 0 + original_language: en + original_title: Emancipation + overview: >- + Inspired by the gripping true story of a man who would + do anything for his family—and for freedom. When + Peter, an enslaved man, risks his life to escape and + return to his family, he embarks on a perilous journey + of love and endurance. + popularity: 23.242 + poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg + release_date: '2022-12-02' + title: Emancipation + video: false + vote_average: 7.8 + vote_count: 1130 + - adult: false + backdrop_path: null + character: '' + credit_id: 5f3b038f46aed4003467daef + genre_ids: + - 35 + id: 734184 + order: 0 + original_language: en + original_title: Planes, Trains and Automobiles + overview: >- + Remake of the 1987 comedy about a pair of unlikely + travel companions trying to make their destinations in + time for the Holiday weekend. + popularity: 1.509 + poster_path: null + release_date: '' + title: Planes, Trains and Automobiles + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /hzbrQ8gR26R6BWbrp3HaPCRs08T.jpg + character: Self + credit_id: 5f4d4c999ecf1800359412f5 + genre_ids: + - 99 + id: 738362 + order: 0 + original_language: en + original_title: The Fresh Prince of Bel-Air Reunion + overview: >- + Join Will Smith, Tatyana Ali, Karyn Parsons, Joseph + Marcell, Daphne Maxwell Reid, Alfonso Ribeiro and DJ + Jazzy Jeff, for a funny and heartfelt night full of + music and dancing in honor of the show that ran for + six seasons and 148 episodes. + popularity: 8.43 + poster_path: /tcKsgTnrjuZLWAJwn8uBZHy5YWy.jpg + release_date: '2020-11-18' + title: The Fresh Prince of Bel-Air Reunion + video: false + vote_average: 8.2 + vote_count: 157 + - adult: false + backdrop_path: /3UphTQsOLOiUVaYFXrfZjwuR0hB.jpg + character: Self (archive footage) + credit_id: 5f4fa487be7f350032e1c98d + genre_ids: + - 99 + - 10770 + id: 736206 + order: 4 + original_language: en + original_title: 'David Blaine: Ascension' + overview: >- + David Blaine will redefine magic once again for an + unprecedented live event at a time when the world + could use a positive distraction. + popularity: 1.267 + poster_path: /i6vjILMgPc9lO5yRkBSmS46MHKL.jpg + release_date: '2020-09-02' + title: 'David Blaine: Ascension' + video: false + vote_average: 6.3 + vote_count: 7 + - adult: false + backdrop_path: null + character: Self + credit_id: 5f93484b7e9d5f00434f5b40 + genre_ids: + - 99 + - 10402 + id: 756740 + order: 3 + original_language: en + original_title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep' + overview: >- + Behind the scenes look at the creation and production + of Jon Bellion's second studio album 'Glory Sound + Prep'. + popularity: 0.176 + poster_path: /rprMlFRJHfbOwXFvGY9BBAnH7dZ.jpg + release_date: '2019-05-24' + title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep' + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /Ad2OcBdlDO4Gq3ABnTUE8Jo2vm7.jpg + character: Self + credit_id: 5fce933c680be8003e1f1278 + genre_ids: + - 99 + - 35 + id: 773790 + order: 0 + original_language: en + original_title: 'Will Smith: The Prince of Hollywood' + overview: >- + Fans forever love Will Smith who are reassured they + will always be entertained. Follow the journey of this + fascinating actor, producer, husband, father, who has + the WILL to win. + popularity: 2.145 + poster_path: /sm417MFmhiJmFZuuBq4KliH0kS3.jpg + release_date: '2020-10-01' + title: 'Will Smith: The Prince of Hollywood' + video: false + vote_average: 1.2 + vote_count: 4 + - adult: false + backdrop_path: null + character: '' + credit_id: 601e268215c636003fbc6657 + genre_ids: + - 28 + - 53 + id: 698261 + order: 0 + original_language: en + original_title: Fast and Loose + overview: >- + A man who wakes up in Tijuana after being left for + dead with absolutely no memory. As he follows a string + of clues to uncover his identity, he discovers that + he’s been living two different lives: one as a + super-successful crime kingpin, surrounded by + beautiful women, expensive toys and a lavish + lifestyle, and the other as an undercover CIA agent, + but with a puny salary, no family or home life + whatsoever and zero trappings of success. The problem + is, he can’t remember which of these two personas is + his true identity. + popularity: 1.465 + poster_path: null + release_date: '' + title: Fast and Loose + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + character: Mike Lowrey + credit_id: 60214ee4a80673003f419f46 + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + order: 0 + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey and + Burnett try to clear his name, only to end up on the + run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + - adult: false + backdrop_path: /wtLw69A3lUkFGePgfUQUxnjLGkL.jpg + character: Fresh Prince + credit_id: 6107e3698d22fc0047133dfc + genre_ids: + - 99 + - 10770 + id: 405806 + order: 38 + original_language: en + original_title: The Earth Day Special + overview: >- + The Earth Day Special is a television special + revolving around Earth Day that aired on ABC on April + 22, 1990. Sponsored by Time Warner, the two hour + special featured an all-star cast addressing concerns + about global warming, deforestation, and other + environmental ills. + popularity: 3.342 + poster_path: /vNaVkULweHjOKqu4uxJAvoy1XC8.jpg + release_date: '1990-04-22' + title: The Earth Day Special + video: false + vote_average: 8 + vote_count: 6 + - adult: false + backdrop_path: null + character: '' + credit_id: 66fd63daf878adfed084a8aa + genre_ids: + - 35 + id: 1365199 + order: 17 + original_language: es + original_title: Asesinatos sólo en El Hormiguero + overview: '' + popularity: 1.215 + poster_path: /8lp6XsvR2IzK08FJ5hp9ekt4ZXS.jpg + release_date: '2024-09-03' + title: Asesinatos sólo en El Hormiguero + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /ixjGyb6nbt3Joc7MBUhUzewHkye.jpg + character: Self (archive footage) (uncredited) + credit_id: 6711d067097c3d7760f87e8d + genre_ids: + - 99 + id: 1364758 + order: 31 + original_language: es + original_title: El Cuarto Round + overview: >- + "El Cuarto Round" invites us to accompany Osvaldo, "El + Mariana", on an intimate six-month journey as he + prepares for his fight at La Velada del Año 4, at the + Santiago Bernabéu stadium in Madrid. Through his + training, we not only see him face physical and + emotional challenges, but also discover new facets of + himself, where his public and personal lives become + deeply intertwined. + popularity: 4.517 + poster_path: /5FgBzoBlzVvfkDGaWQHjdR90dxf.jpg + release_date: '2024-10-17' + title: The Fourth Round + video: false + vote_average: 7.2 + vote_count: 2 + - adult: false + backdrop_path: /eHKvL9U6B4YB1booJhGklF3UIfb.jpg + character: Self + credit_id: 672f9a5611b6cc0571f62afb + genre_ids: + - 99 + id: 1385136 + order: 1 + original_language: en + original_title: Bad Boys:Legacy + overview: >- + Take an epic lookback at 30 years of making the Bad + Boys franchise with a 22-minute retrospective. Go + behind the scenes of the all-new movie with an + exclusive conversation featuring Will Smith and Martin + Lawrence. Explore the making of the first three films + with commentary from filmmakers Jerry Bruckheimer, + Michael Bay, and stars Vanessa Hudgens, Alexander + Ludwig, Joe Pantoliano, and more. From the initial + table read to the final "that's a wrap," fans will + experience an intimate look at this action-packed + 30-year journey. + popularity: 11.02 + poster_path: /mjDuFfwGFB1G3VRXE4s3dEemdaU.jpg + release_date: '2024-07-24' + title: 'Bad Boys: Legacy' + video: false + vote_average: 0 + vote_count: 0 + crew: + - adult: false + backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg + credit_id: 52fe42f3c3a36847f802f1bd + department: Production + genre_ids: + - 18 + id: 1402 + job: Producer + original_language: en + original_title: The Pursuit of Happyness + overview: >- + A struggling salesman takes custody of his son as he's + poised to begin a life-changing professional career. + popularity: 65.281 + poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg + release_date: '2006-12-14' + title: The Pursuit of Happyness + video: false + vote_average: 7.9 + vote_count: 9888 + - adult: false + backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg + credit_id: 52fe44259251416c7502a667 + department: Production + genre_ids: + - 18 + id: 11321 + job: Producer + original_language: en + original_title: Seven Pounds + overview: >- + An IRS agent with a fateful secret embarks on an + extraordinary journey of redemption by forever + changing the lives of seven strangers. + popularity: 22.971 + poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg + release_date: '2008-12-18' + title: Seven Pounds + video: false + vote_average: 7.609 + vote_count: 6773 + - adult: false + backdrop_path: /4fU2ddunguMjxWK0oWdUfKES9Qo.jpg + credit_id: 52fe4426c3a36847f80853b9 + department: Production + genre_ids: + - 28 + - 35 + id: 5851 + job: Executive Producer + original_language: en + original_title: Showtime + overview: >- + A spoof of buddy cop movies where two very different + cops are forced to team up on a new reality based T.V. + cop show. + popularity: 10.537 + poster_path: /8sIooUxXZo2blCVuAYbL2wkdUfD.jpg + release_date: '2002-03-14' + title: Showtime + video: false + vote_average: 5.5 + vote_count: 969 + - adult: false + backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg + credit_id: 52fe44adc3a36847f80a3c2f + department: Production + genre_ids: + - 35 + - 18 + - 10749 + id: 8488 + job: Producer + original_language: en + original_title: Hitch + overview: >- + Dating coach Alex 'Hitch' Hitchens mentors a bumbling + client, Albert, who hopes to win the heart of the + glamorous Allegra Cole. While Albert makes progress, + Hitch faces his own romantic setbacks when proven + techniques fail to work on Sara Melas, a tabloid + reporter digging for dirt on Allegra Cole's love life. + When Sara discovers Hitch's connection to Albert – now + Allegra's boyfriend – it threatens to destroy both + relationships. + popularity: 34.865 + poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg + release_date: '2005-02-11' + title: Hitch + video: false + vote_average: 6.564 + vote_count: 5779 + - adult: false + backdrop_path: null + credit_id: 6222a8fee1ad79006b76aeac + department: Production + genre_ids: + - 878 + - 53 + id: 945956 + job: Producer + original_language: en + original_title: I Am Legend 2 + overview: A sequel to the 2007 film I Am Legend. + popularity: 23.965 + poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg + release_date: '' + title: I Am Legend 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg + credit_id: 52fe44cbc3a36847f80aa59d + department: Production + genre_ids: + - 14 + - 28 + id: 8960 + job: Producer + original_language: en + original_title: Hancock + overview: >- + Hancock is a down-and-out superhero who's forced to + employ a PR expert to help repair his image when the + public grows weary of all the damage he's inflicted + during his lifesaving heroics. The agent's idea of + imprisoning the antihero to make the world miss him + proves successful, but will Hancock stick to his new + sense of purpose or slip back into old habits? + popularity: 38.95 + poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg + release_date: '2008-07-01' + title: Hancock + video: false + vote_average: 6.347 + vote_count: 9589 + - adult: false + backdrop_path: /6WfnLguRcpYQlJ6Wkx5CO7c8LpV.jpg + credit_id: 52fe45559251416c75052eff + department: Production + genre_ids: + - 18 + - 80 + - 53 + id: 13279 + job: Producer + original_language: en + original_title: Lakeview Terrace + overview: >- + A young interracial couple has just moved into their + California dream home when they become the target of + their next-door neighbor, who disapproves of their + relationship. A tightly wound LAPD officer has + appointed himself the watchdog of the neighborhood. + His nightly foot patrols and overly watchful eyes + bring comfort to some, but he becomes increasingly + aggressive to the newlyweds. These persistent + intrusions into their lives cause the couple to fight + back. + popularity: 13.14 + poster_path: /2ThsS74hopBz0RveLgOWiwrMfE8.jpg + release_date: '2008-09-19' + title: Lakeview Terrace + video: false + vote_average: 5.966 + vote_count: 1038 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + credit_id: 52fe486f9251416c9108c607 + department: Writing + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + job: Story + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg + credit_id: 52fe486f9251416c9108c5d7 + department: Production + genre_ids: + - 878 + - 28 + - 12 + id: 82700 + job: Producer + original_language: en + original_title: After Earth + overview: >- + One thousand years after cataclysmic events forced + humanity's escape from Earth, Nova Prime has become + mankind's new home. Legendary General Cypher Raige + returns from an extended tour of duty to his estranged + family, ready to be a father to his 13-year-old son, + Kitai. When an asteroid storm damages Cypher and + Kitai's craft, they crash-land on a now unfamiliar and + dangerous Earth. As his father lies dying in the + cockpit, Kitai must trek across the hostile terrain to + recover their rescue beacon. His whole life, Kitai has + wanted nothing more than to be a soldier like his + father. Today, he gets his chance. + popularity: 29.428 + poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg + release_date: '2013-05-30' + title: After Earth + video: false + vote_average: 5.187 + vote_count: 6536 + - adult: false + backdrop_path: /88J6waYVTta8Qz3iX3qUeWNA5d5.jpg + credit_id: 60f5c52d12c6040074471dd5 + department: Production + genre_ids: + - 18 + - 10749 + id: 447362 + job: Executive Producer + original_language: en + original_title: Life in a Year + overview: >- + A 17 year old finds out that his girlfriend is dying, + so he sets out to give her an entire life, in the last + year she has left. + popularity: 40.357 + poster_path: /bP7u19opmHXYeTCUwGjlLldmUMc.jpg + release_date: '2020-11-27' + title: Life in a Year + video: false + vote_average: 8.25 + vote_count: 1879 + - adult: false + backdrop_path: /j3snmrxqxT60FrH1Z8i54fGnHZJ.jpg + credit_id: 52fe4d3c9251416c9110f435 + department: Production + genre_ids: + - 35 + - 18 + - 10751 + id: 196867 + job: Producer + original_language: en + original_title: Annie + overview: >- + Annie is a young, happy foster kid who's also tough + enough to make her way on the streets of New York in + 2014. Originally left by her parents as a baby with + the promise that they'd be back for her someday, it's + been a hard knock life ever since with her mean foster + mom Miss Hannigan. But everything's about to change + when the hard-nosed tycoon and New York mayoral + candidate Will Stacks—advised by his brilliant VP and + his shrewd and scheming campaign advisor—makes a + thinly-veiled campaign move and takes her in. Stacks + believes he's her guardian angel, but Annie's + self-assured nature and bright, + sun-will-come-out-tomorrow outlook on life just might + mean it's the other way around. + popularity: 40.306 + poster_path: /aKAM9V0izx4VhsdyAdBvAB26UCZ.jpg + release_date: '2014-12-18' + title: Annie + video: false + vote_average: 6.2 + vote_count: 1275 + - adult: false + backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg + credit_id: 61018a1b0a517c0027ad407c + department: Production + genre_ids: + - 18 + - 36 + id: 614917 + job: Producer + original_language: en + original_title: King Richard + overview: >- + The story of how Richard Williams served as a coach to + his daughters Venus and Serena, who will soon become + two of the most legendary tennis players in history. + popularity: 23.53 + poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg + release_date: '2021-11-18' + title: King Richard + video: false + vote_average: 7.649 + vote_count: 2497 + - adult: false + backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg + credit_id: 556f829fc3a3681073000a9d + department: Production + genre_ids: + - 28 + - 878 + id: 2048 + job: Executive Producer + original_language: en + original_title: I, Robot + overview: >- + In 2035, where robots are commonplace and abide by the + three laws of robotics, a technophobic cop + investigates an apparent suicide. Suspecting that a + robot may be responsible for the death, his + investigation leads him to believe that humanity may + be in danger. + popularity: 43.332 + poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg + release_date: '2004-07-15' + title: I, Robot + video: false + vote_average: 6.953 + vote_count: 11796 + - adult: false + backdrop_path: /3CcO4QdasRCitq2dczOpx7CXgLM.jpg + credit_id: 5647cc689251413acc004e90 + department: Production + genre_ids: + - 10751 + - 12 + - 18 + id: 12837 + job: Producer + original_language: en + original_title: The Secret Life of Bees + overview: >- + Set in South Carolina in 1964, this is the tale of + Lily Owens a 14 year-old girl who is haunted by the + memory of her late mother. To escape her lonely life + and troubled relationship with her father, Lily flees + with Rosaleen, her caregiver and only friend, to a + South Carolina town that holds the secret to her + mother's past. + popularity: 20.915 + poster_path: /m1LGEeoYfc6crbfG8WmTKg9SVqL.jpg + release_date: '2008-09-17' + title: The Secret Life of Bees + video: false + vote_average: 7.5 + vote_count: 508 + - adult: false + backdrop_path: /mRRpXyjsuj314rqHbQEHlvhoO49.jpg + credit_id: 56775821c3a3681683007059 + department: Production + genre_ids: + - 28 + - 35 + - 10749 + id: 59962 + job: Producer + original_language: en + original_title: This Means War + overview: >- + Two top CIA operatives wage an epic battle against one + another after they discover they are dating the same + woman. + popularity: 19.462 + poster_path: /7d1hwECRc1NZlGfAeYE42ki7Fem.jpg + release_date: '2012-02-14' + title: This Means War + video: false + vote_average: 6.2 + vote_count: 3375 + - adult: false + backdrop_path: /v8DepuF6gizphLzIyNZeQiB0hij.jpg + credit_id: 5668c520c3a36836a600422e + department: Production + genre_ids: + - 28 + - 12 + - 18 + - 10751 + id: 38575 + job: Producer + original_language: en + original_title: The Karate Kid + overview: >- + Twelve-year-old Dre Parker could have been the most + popular kid in Detroit, but his mother's latest career + move has landed him in China. Dre immediately falls + for his classmate Mei Ying but the cultural + differences make such a friendship impossible. Even + worse, Dre's feelings make him an enemy of the class + bully, Cheng. With no friends in a strange land, Dre + has nowhere to turn but maintenance man Mr. Han, who + is a kung fu master. As Han teaches Dre that kung fu + is not about punches and parries, but maturity and + calm, Dre realizes that facing down the bullies will + be the fight of his life. + popularity: 89.462 + poster_path: /qV8xTWfknTOSErSa0b9Iay2QztS.jpg + release_date: '2010-06-10' + title: The Karate Kid + video: false + vote_average: 6.536 + vote_count: 6008 + - adult: false + backdrop_path: /piT1WWJlC0ebUVpAWI1SBwg2Vdq.jpg + credit_id: 5686e2ddc3a3683628008212 + department: Production + genre_ids: + - 35 + - 10749 + - 18 + id: 19316 + job: Producer + original_language: en + original_title: Saving Face + overview: >- + A Chinese-American lesbian and her traditionalist + mother are reluctant to go public with secret loves + that clash against cultural expectations. + popularity: 12.765 + poster_path: /7XbbgkKi4nEMOu9iwiANXpjKKhe.jpg + release_date: '2004-09-12' + title: Saving Face + video: false + vote_average: 7.3 + vote_count: 218 + - adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + credit_id: 63d95504955c65007bab880f + department: Production + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + job: Producer + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey and + Burnett try to clear his name, only to end up on the + run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + - adult: false + backdrop_path: null + credit_id: 63f780f3d1ca2a008600228c + department: Production + genre_ids: + - 16 + id: 1090671 + job: Producer + original_language: en + original_title: Onyeka and the Academy of the Sun + overview: >- + A teenager learns she has powers and travels to + Nigeria to learn more about her origins, where she + discovers a threat to her newfound magical community. + popularity: 1.323 + poster_path: null + release_date: '' + title: Onyeka and the Academy of the Sun + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /15Hy6qCCTSlDKp9VbVAC1jKfH8e.jpg + credit_id: 58decf8ec3a3683d4600048b + department: Production + genre_ids: + - 35 + - 10749 + id: 50220 + job: Producer + original_language: en + original_title: The Seat Filler + overview: >- + Derrick is a struggling law student who takes a job as + an awards show seat filler to make ends meet. One day, + he is seated next to the beautiful pop superstar + Jhnelle, who mistakes him for a well-known industry + executive. With an instant chemistry, the unlikely + pair begin to date. + popularity: 3.446 + poster_path: /iwSnXkciG5ogTRhbTeXzqolpSkK.jpg + release_date: '2004-08-05' + title: The Seat Filler + video: false + vote_average: 4.3 + vote_count: 15 + - adult: false + backdrop_path: /mGs03iJbrh3FTFiCqMM3G8Folmq.jpg + credit_id: 58decefb9251415e7f00047e + department: Production + genre_ids: + - 18 + - 35 + - 9648 + id: 13960 + job: Producer + original_language: en + original_title: ATL + overview: >- + As four friends prepare for life after high school, + different challenges bring about turning points in + each of their lives. The dramas unfold and resolve at + their local rollerskating rink, Cascade. + popularity: 9.618 + poster_path: /wi9VRukGburXfDwDKqcQQdgFK5S.jpg + release_date: '2006-03-31' + title: ATL + video: false + vote_average: 6.9 + vote_count: 151 + - adult: false + backdrop_path: /pRPWczd6IFWNjfWHbUJNLQmhCU7.jpg + credit_id: 58decf489251415e360004d7 + department: Production + genre_ids: + - 18 + id: 22633 + job: Producer + original_language: en + original_title: The Human Contract + overview: >- + A free-spirited woman leads a businessman down a path + of reckless abandon. + popularity: 10.781 + poster_path: /fGzk7eIGscDHzTaIRrIUDdece7Z.jpg + release_date: '2008-09-12' + title: The Human Contract + video: false + vote_average: 4.5 + vote_count: 53 + - adult: false + backdrop_path: null + credit_id: 64077376de11e500f0a4fd72 + department: Production + genre_ids: + - 18 + - 53 + id: 1096655 + job: Producer + original_language: en + original_title: Da Understudy + overview: >- + Life imitates art when the understudy of a Broadway + production finds a role he’s willing to kill for. + popularity: 0.515 + poster_path: null + release_date: '' + title: Da Understudy + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 661eb6ddd75bd6014930d65b + department: Production + genre_ids: [] + id: 1275325 + job: Producer + original_language: en + original_title: Clean Air + overview: >- + Ambitious sports agent Lyla loses her superstar client + before the start of NASCAR's season and decides to + take a chance on a rebellious female dirt track racer, + 17-year-old Piper Kyte. + popularity: 0.316 + poster_path: null + release_date: '' + title: Clean Air + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 665d7ee57c431fc42b491ba6 + department: Production + genre_ids: + - 35 + id: 734184 + job: Producer + original_language: en + original_title: Planes, Trains and Automobiles + overview: >- + Remake of the 1987 comedy about a pair of unlikely + travel companions trying to make their destinations in + time for the Holiday weekend. + popularity: 1.509 + poster_path: null + release_date: '' + title: Planes, Trains and Automobiles + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6671ee0b56d4e5c9b1353ee1 + department: Production + genre_ids: + - 878 + - 53 + id: 693390 + job: Producer + original_language: en + original_title: Resistor + overview: >- + Physicist Jon Grady and his team discover a device + that can reflect gravity — a triumph that will + revolutionize the field of physics and change the + future. But instead of acclaim, Grady's lab is locked + down by a covert organization known as the Bureau of + Technology Control. When Grady refuses to join the + BTC, he's thrown into a nightmarish high-tech prison + housing other doomed rebel intellects. + popularity: 1.87 + poster_path: null + release_date: '' + title: Resistor + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5b362310c3a3685320027c1e + department: Production + genre_ids: + - 14 + - 28 + id: 475387 + job: Producer + original_language: en + original_title: Hancock 2 + overview: '' + popularity: 9.235 + poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg + release_date: '' + title: Hancock 2 + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 64a95e736a344800c9fa77f1 + department: Production + genre_ids: + - 18 + - 35 + id: 1149524 + job: Executive Producer + original_language: en + original_title: Blind Ref + overview: A blind man struggles to become a basketball referee. + popularity: 1.267 + poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg + release_date: '2013-06-06' + title: Blind Ref + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5cdf69280e0a264718c9bba2 + department: Production + genre_ids: + - 10402 + id: 603038 + job: Producer + original_language: en + original_title: Romeo and Juliet + overview: >- + A contemporary musical take on William Shakespeare's + tragedy set against the urban rhythms of New York. The + love story follows a young waitress from the streets + of Brooklyn and an aspiring musician from a wealthy + family whose unconventional romance forces them to + confront their life choices. + popularity: 1.175 + poster_path: null + release_date: '' + title: Romeo and Juliet + video: false + vote_average: 10 + vote_count: 1 + - adult: false + backdrop_path: null + credit_id: 5d44ef2c0f2fbd766bed1d3c + department: Production + genre_ids: + - 35 + id: 620275 + job: Producer + original_language: en + original_title: Uptown Saturday Night + overview: >- + A comedy centered around two friends,their night at an + illegal club,a misplaced wallet,and a winning lottery + ticket. + popularity: 0.652 + poster_path: null + release_date: '' + title: Uptown Saturday Night + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 5d73f86e209f185340fb281c + department: Production + genre_ids: + - 878 + id: 629423 + job: Producer + original_language: en + original_title: Brilliance + overview: >- + In the future, non-neurotypical people — demonized by + society as “twists” or “abnorms” — are threatening the + status quo of the “normal” population with their + unique gifts. They are officially labeled as + “Brilliants” and are carefully tracked by the + government. + popularity: 1.203 + poster_path: null + release_date: '' + title: Brilliance + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4FbTBvNO3VTFbFFghipK7Jqz7I6.jpg + credit_id: 5df670730d1e7f0015721014 + department: Production + genre_ids: + - 18 + id: 552532 + job: Executive Producer + original_language: en + original_title: Charm City Kings + overview: >- + Mouse desperately wants to join The Midnight Clique, + the infamous Baltimore dirt bike riders who rule the + summertime streets. When Midnight’s leader, Blax, + takes 14-year-old Mouse under his wing, Mouse soon + finds himself torn between the straight-and-narrow and + a road filled with fast money and violence. + popularity: 22.854 + poster_path: /8oiMFMarbRpcusASIX4cjVXoZKI.jpg + release_date: '2020-01-27' + title: Charm City Kings + video: false + vote_average: 7.835 + vote_count: 471 + - adult: false + backdrop_path: /alcBeDMSAetOaCFyQ76178fJqda.jpg + credit_id: 5e5188cef48b3400136ed84e + department: Production + genre_ids: + - 99 + id: 121983 + job: Executive Producer + original_language: en + original_title: Free Angela and All Political Prisoners + overview: >- + FREE ANGELA is a feature-length documentary about + Angela Davis and the high stakes crime, political + movement, and trial that catapults the 26 year-old + newly appointed philosophy professor at the University + of California at Los Angeles into a seventies + revolutionary political icon. Nearly forty years + later, and for the first time, Angela Davis speaks + frankly about the actions that branded her as a + terrorist and simultaneously spurred a worldwide + political movement for her freedom. + popularity: 2.506 + poster_path: /k7ZKZDIoYPnDEpxtkLqSzjW9Wgs.jpg + release_date: '2012-09-09' + title: Free Angela and All Political Prisoners + video: false + vote_average: 7.1 + vote_count: 27 + - adult: false + backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg + credit_id: 5eef9bfd568463003301bafd + department: Production + genre_ids: + - 53 + - 28 + - 80 + id: 38700 + job: Producer + original_language: en + original_title: Bad Boys for Life + overview: >- + Marcus and Mike are forced to confront new threats, + career changes, and midlife crises as they join the + newly created elite team AMMO of the Miami police + department to take down the ruthless Armando Armas, + the vicious leader of a Miami drug cartel. + popularity: 81.514 + poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg + release_date: '2020-01-15' + title: Bad Boys for Life + video: false + vote_average: 7.139 + vote_count: 8290 + - adult: false + backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg + credit_id: 5eee06639661fc00375d7f72 + department: Production + genre_ids: + - 18 + - 10752 + - 36 + id: 715931 + job: Producer + original_language: en + original_title: Emancipation + overview: >- + Inspired by the gripping true story of a man who would + do anything for his family—and for freedom. When + Peter, an enslaved man, risks his life to escape and + return to his family, he embarks on a perilous journey + of love and endurance. + popularity: 23.242 + poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg + release_date: '2022-12-02' + title: Emancipation + video: false + vote_average: 7.8 + vote_count: 1130 + - adult: false + backdrop_path: null + credit_id: 601e26cb0929f6003ea8d238 + department: Production + genre_ids: + - 28 + - 53 + id: 698261 + job: Producer + original_language: en + original_title: Fast and Loose + overview: >- + A man who wakes up in Tijuana after being left for + dead with absolutely no memory. As he follows a string + of clues to uncover his identity, he discovers that + he’s been living two different lives: one as a + super-successful crime kingpin, surrounded by + beautiful women, expensive toys and a lavish + lifestyle, and the other as an undercover CIA agent, + but with a puny salary, no family or home life + whatsoever and zero trappings of success. The problem + is, he can’t remember which of these two personas is + his true identity. + popularity: 1.465 + poster_path: null + release_date: '' + title: Fast and Loose + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 66d8af138f73fe939d1abb9d + department: Production + genre_ids: [] + id: 1244949 + job: Producer + original_language: en + original_title: Sugar Bandits + overview: >- + Based on the Chuck Hogan book “Devils in Exile,” the + thriller centres on an Iraq War veteran who teams up + with a crew of fellow vets to target the drug trade in + Boston. + popularity: 0.936 + poster_path: null + release_date: '' + title: Sugar Bandits + video: false + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 66ec5f173d29e1389646c456 + department: Production + genre_ids: [] + id: 1358854 + job: Producer + original_language: en + original_title: Untitled Queen Latifah Biopic + overview: >- + A Hip Hop biopic about the rise of the iconic artist, + Queen Latifah. + popularity: 1.682 + poster_path: null + release_date: '' + title: Untitled Queen Latifah Biopic + video: false + vote_average: 0 + vote_count: 0 + id: 2888 + + /person/{person_id}/tv_credits: + get: + tags: + - PEOPLE + summary: TV Credits + description: This endpoint get the TV credits that belong to a person. + operationId: tvCredits + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/person_id' + + responses: + '200': + description: tv credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=17076 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:13:13 GMT + ETag: + schema: + type: string + example: W/"b1a5922db2982805f10b1a28cd7f2652" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 fb41e17254dfd781519e95cedd257826.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: KsVpVklBdT1erPqbjr1fosD6gCriq0paCfcX2P0WMqD6Lg6Q4w7HNQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '5189' + x-memc-expires: + schema: + type: string + example: '17076' + x-memc-key: + schema: + type: string + example: 8ed639e0999affcacfedca31255b7112 + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg + character: + type: string + example: Self + credit_id: + type: string + example: 525394ca19c29579402be4ea + episode_count: + type: number + example: 1 + first_air_date: + type: string + example: '1988-10-03' + genre_ids: + type: array + items: + type: number + example: 10767 + example: + - 10767 + - 10763 + id: + type: number + example: 766 + name: + type: string + example: This Morning + origin_country: + type: array + items: + type: string + example: GB + example: + - GB + original_language: + type: string + example: en + original_name: + type: string + example: This Morning + overview: + type: string + example: >- + This Morning features a variety of news, as well as + show business, fashion, beauty, lifestyle, home and + garden, food, tech, live phone-ins, and + competitions. + popularity: + type: number + example: 18.283 + poster_path: + type: string + nullable: true + example: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg + vote_average: + type: number + example: 5.5 + vote_count: + type: number + example: 21 + example: + - adult: false + backdrop_path: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg + character: Self + credit_id: 525394ca19c29579402be4ea + episode_count: 1 + first_air_date: '1988-10-03' + genre_ids: + - 10767 + - 10763 + id: 766 + name: This Morning + origin_country: + - GB + original_language: en + original_name: This Morning + overview: >- + This Morning features a variety of news, as well as + show business, fashion, beauty, lifestyle, home and + garden, food, tech, live phone-ins, and competitions. + popularity: 18.283 + poster_path: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg + vote_average: 5.5 + vote_count: 21 + - adult: false + backdrop_path: /cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg + character: Self + credit_id: 5253463019c29579400c9508 + episode_count: 1 + first_air_date: '1994-08-14' + genre_ids: + - 10767 + id: 217 + name: Inside the Actors Studio + origin_country: + - US + original_language: en + original_name: Inside the Actors Studio + overview: >- + James Lipton sits down with some of the world's most + accomplished actors and directors for penetrating, + fascinating interviews. + popularity: 4.265 + poster_path: /a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg + vote_average: 7.443 + vote_count: 53 + - adult: false + backdrop_path: /69TLqW1BeyP3bAPf18GpGqjTb00.jpg + character: Self + credit_id: 52570aec760ee3776a05f593 + episode_count: 1 + first_air_date: '2006-08-14' + genre_ids: + - 10767 + id: 1514 + name: The One Show + origin_country: + - GB + original_language: en + original_name: The One Show + overview: >- + A topical magazine-style daily television programme + broadcast live on BBC One. + popularity: 122.214 + poster_path: /7QpzCej3Lwrsnx5A8FePYsUCIzf.jpg + vote_average: 4.6 + vote_count: 25 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + character: '' + credit_id: 52570ccc19c2957114017a28 + episode_count: 3 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + character: Will Smith + credit_id: 525718a319c29571140a88c5 + episode_count: 148 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg + character: Self + credit_id: 5257137b760ee3776a1068d9 + episode_count: 1 + first_air_date: '1952-01-14' + genre_ids: + - 10763 + - 10767 + id: 1709 + name: Today + origin_country: + - US + original_language: en + original_name: Today + overview: >- + Today is a daily American morning television show that + airs on NBC. The program debuted on January 14, 1952. + It was the first of its genre on American television + and in the world, and is the fifth-longest running + American television series. Originally a two-hour + program on weekdays, it expanded to Sundays in 1987 + and Saturdays in 1992. The weekday broadcast expanded + to three hours in 2000, and to four hours in 2007. + + + Today's dominance was virtually unchallenged by the + other networks until the late 1980s, when it was + overtaken by ABC's Good Morning America. Today retook + the Nielsen ratings lead the week of December 11, + 1995, and held onto that position for 852 consecutive + weeks until the week of April 9, 2012, when it was + beaten by Good Morning America yet again. In 2002, + Today was ranked #17 on TV Guide's 50 Greatest + Television Shows of All Time. + popularity: 15.425 + poster_path: /xlWdasY9oYg3OO5VTNqlPFftgya.jpg + vote_average: 5.5 + vote_count: 26 + - adult: false + backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg + character: '' + credit_id: 52571abd19c29571140d0f30 + episode_count: 2 + first_air_date: '1988-09-05' + genre_ids: + - 10767 + id: 1900 + name: LIVE with Kelly and Mark + origin_country: + - US + original_language: en + original_name: LIVE with Kelly and Mark + overview: >- + A morning talk show with A-list celebrity guests, + top-notch performances and one-of-a-kind segments that + are unrivaled on daytime television, plus spontaneous, + hilarious and unpredictable talk. + popularity: 98.694 + poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg + vote_average: 5.488 + vote_count: 40 + - adult: false + backdrop_path: /sSQKcECh7TkrvvASfbjcbiFiwlP.jpg + character: Self + credit_id: 602fbe5e32cc2b004184a9df + episode_count: 1 + first_air_date: '1976-10-03' + genre_ids: + - 10767 + id: 118944 + name: Domenica In + origin_country: + - IT + original_language: it + original_name: Domenica In + overview: '' + popularity: 12.967 + poster_path: /pIFifwfmgMMyksoanuAwPU73sDP.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg + character: '' + credit_id: 52573b60760ee36aaa013f4e + episode_count: 6 + first_air_date: '1992-05-25' + genre_ids: + - 10767 + - 35 + id: 2518 + name: The Tonight Show with Jay Leno + origin_country: + - US + original_language: en + original_name: The Tonight Show with Jay Leno + overview: >- + Jay Leno hosts some of the biggest celebrities in the + world. + popularity: 60.316 + poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg + vote_average: 5.4 + vote_count: 86 + - adult: false + backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg + character: Self — Host + credit_id: 6019b4fc87a27a003fe84fd4 + episode_count: 6 + first_air_date: '2021-02-17' + genre_ids: + - 99 + - 10763 + - 10768 + id: 118043 + name: 'Amend: The Fight for America' + origin_country: + - US + original_language: en + original_name: 'Amend: The Fight for America' + overview: >- + When the United States of America was founded, the + ideals of freedom and equality did not apply to all + people. These are the stories of the brave Americans + who fought to right the nation’s wrongs and enshrine + the values we hold most dear into the Constitution — + with liberty and justice for all. + popularity: 12.082 + poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg + vote_average: 7.079 + vote_count: 164 + - adult: false + backdrop_path: null + character: Self + credit_id: 52574daf760ee36aaa16f5b7 + episode_count: 1 + first_air_date: '1999-11-01' + genre_ids: + - 10763 + id: 3167 + name: The Early Show + origin_country: + - US + original_language: en + original_name: The Early Show + overview: >- + The Early Show is an American morning television show + which was broadcast by CBS from New York City from + 1999 to 2012. The program aired live from 7 to 9 a.m. + Eastern Time Monday through Friday in the Eastern time + zone; most affiliates in the Central, Mountain, and + Pacific time zones aired the show on tape-delay from 7 + to 9 a.m. local time. The Saturday edition aired live + from 7 to 9 a.m. Eastern Time as well, but a number of + affiliates did not carry it or aired it later on + tape-delay. It premiered on November 1, 1999, and was + the newest of the major networks' morning shows, + although CBS has made several attempts to program in + the morning slot since 1954. The show aired as a + division of CBS News. + + + The Early Show, like many of its predecessors, + traditionally ran last in the ratings to its rivals, + NBC's Today and ABC's Good Morning America. Much like + NBC's The Today Show and The Tonight Show, the title + The Early Show was analogous to that of CBS's + late-night talk show, The Late Show. + + + On November 15, 2011, CBS announced that a new morning + show would replace The Early Show on January 9, 2012. + CBS News chairman Jeff Fager and CBS News president + David Rhodes stated that the new show would "redefine + the morning television landscape." On December 1, it + was announced that the new show would be titled CBS + This Morning. The Early Show ended its twelve-year run + on January 6, 2012, to make way for the program. + Charlie Rose, Gayle King, and Erica Hill were named + anchors of the new program. + popularity: 13.92 + poster_path: /iJvwr7kL0Q7BtrYC38KQ5baPw7g.jpg + vote_average: 5.7 + vote_count: 7 + - adult: false + backdrop_path: /sBhM4huBFPWi8XQDJhKjP2D2SG1.jpg + character: '' + credit_id: 52576eb5760ee36aaa449ab3 + episode_count: 1 + first_air_date: '2003-03-31' + genre_ids: + - 10764 + id: 4535 + name: American Chopper + origin_country: + - US + original_language: en + original_name: American Chopper + overview: >- + Paul Teutul, Sr. and his son Paul Teutul, Jr. + manufacture custom chopper-style motorcycles. + popularity: 43.965 + poster_path: /y4HP3SGLHeYi2TBhnXcoRRyhhJA.jpg + vote_average: 6.5 + vote_count: 54 + - adult: false + backdrop_path: null + character: Self + credit_id: 5257858b19c29531db28c08e + episode_count: 1 + first_air_date: '1973-09-27' + genre_ids: [] + id: 6249 + name: Rock Concert + origin_country: + - US + original_language: en + original_name: Rock Concert + overview: >- + Don Kirshner's Rock Concert is an American television + music variety show that ran during the 1970s and early + 1980s, created and produced by Don Kirshner and + syndicated to television stations. It premiered on + September 27, 1973, with a performance by The Rolling + Stones; its last episode was in 1981. + popularity: 10.434 + poster_path: /4qLa3uzz90looZy0y75ilON63rI.jpg + vote_average: 8 + vote_count: 2 + - adult: false + backdrop_path: /vfRY6XG6gaWyc6AF3QDLn12aUer.jpg + character: Self + credit_id: 52576b20760ee36aaa3e7217 + episode_count: 1 + first_air_date: '1995-10-14' + genre_ids: + - 35 + id: 4469 + name: MADtv + origin_country: + - US + original_language: en + original_name: MADtv + overview: >- + MADtv is an American sketch comedy television series + originally inspired by Mad magazine. The one-hour show + aired Saturday nights on Fox. + popularity: 20.515 + poster_path: /4tXHrqYbETym7Def99MeXrpPyRA.jpg + vote_average: 6.888 + vote_count: 116 + - adult: false + backdrop_path: /mF8wqQiSNMdYHnp2D7TiL2s03DK.jpg + character: Self + credit_id: 60afa8c617792c006e1d23ac + episode_count: 1 + first_air_date: '2018-08-28' + genre_ids: + - 10767 + id: 81187 + name: The Shop + origin_country: + - US + original_language: en + original_name: The Shop + overview: >- + A one-of-a-kind barbershop experience with unfiltered + conversation and debate from the biggest names in + sports and entertainment. + popularity: 24.571 + poster_path: /yhISN0ewMkjqKxBQAeo2QkLFTnm.jpg + vote_average: 4.909 + vote_count: 11 + - adult: false + backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg + character: '' + credit_id: 5258298a760ee36aaa854083 + episode_count: 1 + first_air_date: '1992-06-10' + genre_ids: [] + id: 13667 + name: MTV Movie & TV Awards + origin_country: + - US + original_language: en + original_name: MTV Movie & TV Awards + overview: >- + The annual film & TV awards show presented by MTV. The + nominees are decided by producers and executives at + MTV with winners decided online by the general public. + popularity: 40.864 + poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg + vote_average: 7.7 + vote_count: 11 + - adult: false + backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg + character: '' + credit_id: 60e9020d22e4800047adc709 + episode_count: 1 + first_air_date: '2003-01-26' + genre_ids: + - 10767 + - 35 + id: 1489 + name: Jimmy Kimmel Live! + origin_country: + - US + original_language: en + original_name: Jimmy Kimmel Live! + overview: >- + Jimmy Kimmel Live! is an American late-night talk + show, created and hosted by Jimmy Kimmel and broadcast + on ABC. + popularity: 62.291 + poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg + vote_average: 5.5 + vote_count: 160 + - adult: false + backdrop_path: /be8s04cLyXXEqjBT24YPYdDSZKB.jpg + character: Self - Host + credit_id: 60cb658005a533002a24d85d + episode_count: 6 + first_air_date: '2021-12-08' + genre_ids: + - 99 + id: 127700 + name: Welcome to Earth + origin_country: + - US + original_language: en + original_name: Welcome to Earth + overview: >- + Will Smith whose curiosity and wonder is positively + infectious—is guided by National Geographic Explorers + traveling to different corners of the world to get up + close and personal with the weirdest, most unusual, + dangerous and thrilling spectacles of the planet. + popularity: 13.261 + poster_path: /l9x6xh4KCgwMk9PYiosXXFGwI3a.jpg + vote_average: 7.6 + vote_count: 416 + - adult: false + backdrop_path: /fga95w01nU0UVUSHpeeNz92zv8M.jpg + character: Self + credit_id: 5258834d760ee3466140968f + episode_count: 5 + first_air_date: '1953-03-19' + genre_ids: [] + id: 27023 + name: The Oscars + origin_country: + - US + original_language: en + original_name: The Oscars + overview: >- + An annual American awards ceremony honoring cinematic + achievements in the film industry. The various + category winners are awarded a copy of a statuette, + officially the Academy Award of Merit, that is better + known by its nickname Oscar. + popularity: 31.744 + poster_path: /cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg + vote_average: 7 + vote_count: 65 + - adult: false + backdrop_path: null + character: Self + credit_id: 52588691760ee346614740af + episode_count: 2 + first_air_date: '1993-01-01' + genre_ids: + - 10763 + id: 27511 + name: GMTV + origin_country: + - GB + original_language: en + original_name: GMTV + overview: >- + GMTV is the name of the national Channel 3 breakfast + television contractor/licensee, broadcasting in the + United Kingdom from 1 January 1993 to 3 September + 2010. It became a wholly owned subsidiary of ITV plc + in November 2009. Shortly after, ITV plc announced the + programme would end. The final edition of GMTV was + broadcast on 3 September 2010. + popularity: 49.689 + poster_path: /peQ3blnogd6YXfjqPJOwMx1yOVK.jpg + vote_average: 5.583 + vote_count: 12 + - adult: false + backdrop_path: /k8BfpqU2PXjg2YHZBGxWIS2efj3.jpg + character: '' + credit_id: 5258819a760ee346613ac69a + episode_count: 1 + first_air_date: '1998-09-14' + genre_ids: [] + id: 26834 + name: TRL + origin_country: + - US + original_language: en + original_name: TRL + overview: >- + Total Request Live was a television series on MTV that + featured popular music videos. TRL was MTV's prime + outlet for music videos as the network continued to + concentrate on reality-based programming. In addition + to music videos, TRL featured daily guests. The show + was a popular promotion tool used by musicians, + actors, and other celebrities to promote their newest + works to the show's target teen demographic. + + + TRL played the top ten most requested videos of the + day, as requested by viewers who voted online for + their favorite video. The countdown started with the + tenth most requested video and ended with the most + requested. As of October 22, 2007, TRL's countdown was + based on votes, charts, ringtones, download, radio + airplay, and streams, meaning that the most user + requested video might not have been the number 1 + video. The show generally aired Monday through + Thursday for one hour, though the scheduling and + length of the show fluctuated over the years. Despite + the word "Live" in the title of the show, many + episodes were actually pre-recorded. + + + It was announced on September 15, 2008 that TRL would + be shut down and replaced with FNMTV. The special + three-hour finale aired on November 16, 2008, at 8 + p.m. + popularity: 24.686 + poster_path: /kzjtc9bdEvy3ilAlfzq16CgFtuC.jpg + vote_average: 5.2 + vote_count: 14 + - adult: false + backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg + character: Self + credit_id: 525899d2760ee346615da101 + episode_count: 1 + first_air_date: '2009-09-14' + genre_ids: + - 10767 + id: 30769 + name: Live from Studio Five + origin_country: + - GB + original_language: en + original_name: Live from Studio Five + overview: >- + Live from Studio Five was an early-evening British + magazine programme which was produced by Sky News for + Channel 5. It was presented by Kate Walsh and a + line-up of other co-presenters during its run. It + consisted of interviews and discussing topical issues, + with an emphasis on showbusiness news and celebrity + gossip, after originally covering stories from a + popular news agenda. It aired its final edition on 4 + February 2011 and was replaced by OK! TV in February + 2011 which lasted just nine months on air before + itself being axed. + popularity: 3.07 + poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg + vote_average: 3.3 + vote_count: 12 + - adult: false + backdrop_path: /hw6CdkZ0NOdnkFv6cJHHRI6qt3y.jpg + character: Self (archive footage) + credit_id: 61021fa74e52ed002ea46fd0 + episode_count: 1 + first_air_date: '2021-03-06' + genre_ids: + - 99 + id: 125972 + name: This Is Pop + origin_country: + - CA + original_language: en + original_name: This Is Pop + overview: >- + Unknown histories take center stage as the hitmakers + themselves - from ABBA to T-Pain - explore dimensions + of pop music you never knew existed. + popularity: 8.656 + poster_path: /uVG8QtrKspTYGCJRKqFUa4Vyfgs.jpg + vote_average: 5.7 + vote_count: 15 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: '' + credit_id: 53b80c670e0a2676c7007b13 + episode_count: 1 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: /jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg + character: Self + credit_id: 560bd01cc3a3686824005131 + episode_count: 1 + first_air_date: '1995-12-05' + genre_ids: + - 10764 + id: 40605 + name: Die Harald Schmidt Show + origin_country: + - DE + original_language: de + original_name: Die Harald Schmidt Show + overview: >- + The Harald Schmidt Show is a German late night talk + show hosted on Sky Deutschland by comedian Harald + Schmidt. The show first aired from 5 December 1995 to + 23 December 2003 on Sat.1. Schmidt then moved his show + to Das Erste as Harald Schmidt and Schmidt & Pocher, + but he returned to Sat.1 on 13 September 2011. After + cancellation on Sat.1, the show continued on Sky + Deutschland in September 2012. + popularity: 149.454 + poster_path: /lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg + vote_average: 7 + vote_count: 16 + - adult: false + backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg + character: Self + credit_id: 55df5b0e92514179820000e3 + episode_count: 1 + first_air_date: '2006-09-24' + genre_ids: + - 35 + - 10767 + id: 6809 + name: El hormiguero + origin_country: + - ES + original_language: es + original_name: El hormiguero + overview: >- + El Hormiguero is a Spanish television program with a + live audience focusing on comedy, science, and + politics running since September 2006. It is hosted + and produced by screenwriter Pablo Motos. The show + aired on Spain's Cuatro channel from launch until June + 2011 and is now broadcast on Antena 3. Recurring + guests on the show include Luis Piedrahita, Raquel + Martos, Marron & "The Man in Black", and puppet ants + Trancas and Barrancas. It has proved a ratings + success, and has expanded from a weekly 120-minute + show to a daily 40-minute show in its third season, + which began on September 17, 2007. The show won the + Entertainment prize at the 2009 Rose d'Or ceremony. + popularity: 125.63 + poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg + vote_average: 4.9 + vote_count: 33 + - adult: false + backdrop_path: null + character: Self + credit_id: 55e8d37fc3a3682c6b00392c + episode_count: 2 + first_air_date: '1981-02-14' + genre_ids: + - 18 + - 10764 + - 35 + - 10767 + id: 10918 + name: Wetten, dass..? + origin_country: + - DE + original_language: de + original_name: Wetten, dass..? + overview: >- + A long-running German-language entertainment + television show based on the format of the British + show You Bet! and the American show Wanna Bet?. + popularity: 54.985 + poster_path: /4i8719B3j4z5U5EI1mjw3sOjBWe.jpg + vote_average: 5.5 + vote_count: 18 + - adult: false + backdrop_path: null + character: Self + credit_id: 617f9318229ae2002a60fdda + episode_count: 6 + first_air_date: '2021-11-08' + genre_ids: + - 99 + id: 137684 + name: Best Shape of My Life + origin_country: + - US + original_language: en + original_name: Best Shape of My Life + overview: >- + Will Smith teams up with guests and undergoes a + fitness challenge. + popularity: 2.732 + poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg + vote_average: 4 + vote_count: 4 + - adult: false + backdrop_path: /lgI98jt69LFv4GWj0RmOaLU69sK.jpg + character: Self - Guest + credit_id: 560001569251412aad00234c + episode_count: 1 + first_air_date: '2009-01-16' + genre_ids: + - 10767 + id: 31449 + name: Skavlan + origin_country: + - 'NO' + - SE + original_language: 'no' + original_name: Skavlan + overview: >- + Skavlan is a Norwegian-Swedish television talk show + hosted by Norwegian journalist Fredrik Skavlan. It + premiered in Sweden on Sveriges Television in January + 2009, and the first guests to appear on the show were + former Prime Minister of Sweden Göran Persson and his + wife Anitra Steen. On 8 May 2009, it was announced + that Skavlan had been renewed for a second season. It + was also announced that the show would no longer only + be produced by SVT in Sweden; Skavlan would now be + partly produced in Norway by the Norwegian + Broadcasting Corporation. The first twelve episodes of + Skavlan's second season were produced by SVT in + Sweden, and the remaining twelve by NRK in Norway. + + + Skavlan speaks Norwegian and his dialog is therefore + subtitled in Swedish in Sweden, even though the two + languages are quite similar and mutually intelligible. + If the persons being interviewed by Skavlan are + Swedish, he often tells them to let him know if they + do not understand what he is saying. Swedish novelist + Jan Guillou has criticized SVT for subtitling the + program, stating "there is no need for that. If the + host had been Danish, subtitling would have been + necessary, but with a Norwegian host it does not make + any sense." + popularity: 617.216 + poster_path: /aDQoVmOfYIy7iGEQno9NtxDmaDI.jpg + vote_average: 5 + vote_count: 10 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: Self - Guest + credit_id: 61838c62e93e9500625d85fb + episode_count: 1 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: /ef46O4ejjL8tWo4WD84UI7DLFZW.jpg + character: Self + credit_id: 618489a23e2ec8008d1f4a7d + episode_count: 1 + first_air_date: '2020-07-30' + genre_ids: + - 10767 + id: 106727 + name: The Oprah Conversation + origin_country: + - US + original_language: en + original_name: The Oprah Conversation + overview: >- + Oprah leads intimate discussions with today’s foremost + newsmakers, thought leaders, and masters of their + craft. Bringing truth and perspective to a range of + topics shaping our world, they reveal gripping stories + of human connection. + popularity: 12.53 + poster_path: /fGfbY5RcLG9HyXp3zx7AsT0XDvU.jpg + vote_average: 8.3 + vote_count: 3 + - adult: false + backdrop_path: null + character: Self (archive footage) + credit_id: 64af19e9c490480139cfe0d7 + episode_count: 1 + first_air_date: '2020-09-07' + genre_ids: + - 99 + id: 133401 + name: The True Story of... + origin_country: + - DE + original_language: de + original_name: The True Story of... + overview: '' + popularity: 9.528 + poster_path: /roQeI2dldIn7eHQMyovFfhwtuHg.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 572b3531c3a36848010024f6 + episode_count: 1 + first_air_date: '1999-09-22' + genre_ids: + - 35 + id: 4461 + name: Rove + origin_country: + - AU + original_language: en + original_name: Rove + overview: >- + Rove, formerly Rove Live, was an Australian television + variety show which premiered on the Nine Network on 22 + September 1999, before moving to Network Ten which + aired the program from 2000 until November, 2009. The + show was hosted by comedian Rove McManus, and featured + an ensemble cast, who presented various segments + throughout the course of the show. The show won the + Logie Award for "Most Popular Light Entertainment + Program" five times. + popularity: 271.453 + poster_path: /znUsPPMZndVOOxlGm6zLk6BpkFo.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /8Zm2LR8YmGMF67Oofc9FdBSw1WM.jpg + character: Self + credit_id: 61db4c05bf09d1001f79795b + episode_count: 1 + first_air_date: '2018-05-07' + genre_ids: + - 10767 + id: 83216 + name: Red Table Talk + origin_country: + - US + original_language: en + original_name: Red Table Talk + overview: >- + Jada Pinkett Smith, her daughter Willow, and mother + Adrienne – three generations of women open their home + for a series of candid conversations with family and + friends. + popularity: 20.341 + poster_path: /9MFH6LriSscCg9HiGeLam78KfBV.jpg + vote_average: 6.4 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 62015277136545006828ae7b + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg + character: Self - Presenter + credit_id: 64ebcbeed48cee00ad4436e1 + episode_count: 1 + first_air_date: '1992-06-10' + genre_ids: [] + id: 13667 + name: MTV Movie & TV Awards + origin_country: + - US + original_language: en + original_name: MTV Movie & TV Awards + overview: >- + The annual film & TV awards show presented by MTV. The + nominees are decided by producers and executives at + MTV with winners decided online by the general public. + popularity: 40.864 + poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg + vote_average: 7.7 + vote_count: 11 + - adult: false + backdrop_path: /lJSojr9b2KaddW1QI8q2bY6OXy.jpg + character: Self + credit_id: 599396299251415433007ff7 + episode_count: 1 + first_air_date: '2017-08-08' + genre_ids: + - 35 + id: 72610 + name: 'Carpool Karaoke: The Series' + origin_country: + - US + original_language: en + original_name: 'Carpool Karaoke: The Series' + overview: >- + Celebrity pairings ride along in a car together as + they sing tunes from their personal playlists and + surprise fans who don't expect to see big stars + belting out tunes one lane over. + popularity: 57.353 + poster_path: /bA6tpDMoyQO8fRmXC8sHh7LQoqW.jpg + vote_average: 5.9 + vote_count: 32 + - adult: false + backdrop_path: /7zDjaT3hSNkjUDtiG1W2vOdecVB.jpg + character: Self + credit_id: 625da10987e63e0067485b66 + episode_count: 76 + first_air_date: '2016-09-12' + genre_ids: + - 10767 + id: 67824 + name: Quotidien + origin_country: + - FR + original_language: fr + original_name: Quotidien + overview: >- + Quotidien is a French television program presented by + Yann Barthès and broadcast from September 12, 2016 on + TMC. + popularity: 207.682 + poster_path: /gzJQCQPklSEuQDiM9ayAjCtCoL2.jpg + vote_average: 6.2 + vote_count: 11 + - adult: false + backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg + character: Self + credit_id: 5a3e81720e0a2620f2013280 + episode_count: 8 + first_air_date: '2007-02-22' + genre_ids: + - 35 + - 10767 + id: 1220 + name: The Graham Norton Show + origin_country: + - GB + original_language: en + original_name: The Graham Norton Show + overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out." + popularity: 160.438 + poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg + vote_average: 7.2 + vote_count: 252 + - adult: false + backdrop_path: /cgGqcvi2Hmi7jgjtoWa0bDqixj6.jpg + character: Hawker + credit_id: 5a42f4859251411f4f059bf9 + episode_count: 1 + first_air_date: '1972-10-04' + genre_ids: + - 18 + id: 18162 + name: ABC Afterschool Special + origin_country: + - US + original_language: en + original_name: ABC Afterschool Special + overview: >- + Dramatically presented situations, often + controversial, of interest to children and teenagers. + Several episodes were either in animated form or + presented as documentaries. Topics included + illiteracy, substance abuse and teenage pregnancy. + popularity: 68.237 + poster_path: /uOx0dDmt72hjIC5gmCzxEdn8qt0.jpg + vote_average: 6.385 + vote_count: 13 + - adult: false + backdrop_path: /634Ie2lnbFlLMknu0mDid8vJVvT.jpg + character: Self + credit_id: 6265a1a97fcab3116983eac1 + episode_count: 1 + first_air_date: '2018-03-12' + genre_ids: + - 10767 + id: 78086 + name: Late Night Berlin + origin_country: [] + original_language: de + original_name: Late Night Berlin + overview: '' + popularity: 48.225 + poster_path: /5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 6277ee6d389da100a320a8da + episode_count: 1 + first_air_date: '1988-09-21' + genre_ids: + - 10767 + id: 201558 + name: Yo! MTV Raps + origin_country: + - US + original_language: en + original_name: Yo! MTV Raps + overview: >- + Popular rap music videos showcased along with live + performances and interviews with notable rap artists. + popularity: 12.076 + poster_path: /bVkwSDjUXpc5bX4YM0pTu6EeIq6.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: /7oX1mr71ymBEJOBSDS5UZQDrhng.jpg + character: Self + credit_id: 6289aa789a643500508f1bfe + episode_count: 1 + first_air_date: '2018-01-12' + genre_ids: + - 10767 + - 35 + id: 76178 + name: >- + My Next Guest Needs No Introduction With David + Letterman + origin_country: + - US + original_language: en + original_name: >- + My Next Guest Needs No Introduction With David + Letterman + overview: >- + Late-night TV legend David Letterman hosts an intimate + talk show featuring insightful conversations and + fun-filled excursions with notable figures. + popularity: 18.624 + poster_path: /5dObN91CjQPUhgQoEMbpmLTtxc8.jpg + vote_average: 7 + vote_count: 58 + - adult: false + backdrop_path: /lX1An9AZV19BapiUbDgMyPbr0tZ.jpg + character: Self - Host + credit_id: 5a3787940e0a264cd01e82f2 + episode_count: 10 + first_air_date: '2018-03-26' + genre_ids: + - 99 + id: 75782 + name: One Strange Rock + origin_country: + - US + original_language: en + original_name: One Strange Rock + overview: >- + A mind-bending, thrilling journey exploring the + fragility and wonder of planet Earth, one of the most + peculiar, unique places in the entire universe, + brought to life by the only people to have left it + behind – the world’s most well known and leading + astronauts. + popularity: 66.851 + poster_path: /bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg + vote_average: 7.642 + vote_count: 74 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: Self + credit_id: 659ed484d6590b014a28d774 + episode_count: 3 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: null + character: Self + credit_id: 5b379ebb0e0a263ff003c64b + episode_count: 1 + first_air_date: '2005-11-11' + genre_ids: + - 10767 + id: 80515 + name: The Reichen Show + origin_country: + - US + original_language: en + original_name: The Reichen Show + overview: A list of celebrity interviews and sensational topics. + popularity: 84.345 + poster_path: /x9fDBKqmmHHUvcaal1Tzw6iqTW.jpg + vote_average: 4.8 + vote_count: 5 + - adult: false + backdrop_path: /pLdOKGTe8LvtW67zyiNqU3512HB.jpg + character: Self - Nominee + credit_id: 65a4fa831fb94f00ba749a08 + episode_count: 1 + first_air_date: '1999-08-01' + genre_ids: + - 35 + - 10751 + - 10762 + id: 43117 + name: Teen Choice Awards + origin_country: + - US + original_language: en + original_name: Teen Choice Awards + overview: >- + The Teen Choice Awards is a teen awards show presented + annually by Fox. The first awards were held in 1999. + The program honors the year's biggest achievements in + music, movies, sports, television, fashion and more, + as voted on by teens aged 13–19. The program features + a number of celebrities and also musical performers. + The winners are awarded with authentic mini size (182 + cm) surfboards designed with a summertime theme. The + ceremony has created spin-off teen awards on YouTube. + popularity: 2.143 + poster_path: /3q900BNcKbe3GHga4RVxSnoiqP4.jpg + vote_average: 10 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 630d03f3028f14007b1e4b26 + episode_count: 2 + first_air_date: '1988-01-01' + genre_ids: [] + id: 209121 + name: Smash Hits Poll Winners Party + origin_country: + - GB + original_language: en + original_name: Smash Hits Poll Winners Party + overview: '' + popularity: 4.134 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /nmfCjVO4KsATq5idhHfGVwqfl32.jpg + character: Pinoak (voice) + credit_id: 5cac84fec3a3685bfde4a2c1 + episode_count: 1 + first_air_date: '1995-03-12' + genre_ids: + - 16 + id: 10906 + name: 'Happily Ever After: Fairy Tales for Every Child' + origin_country: + - US + original_language: en + original_name: 'Happily Ever After: Fairy Tales for Every Child' + overview: >- + Happily Ever After: Fairy Tales for Every Child is an + American anthology animated television series. + popularity: 39.168 + poster_path: /yOfpjbdrR4bc3Q0slw3o0j8b7sE.jpg + vote_average: 6 + vote_count: 10 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + character: Self + credit_id: 5c911b959251410ff4a643da + episode_count: 6 + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg + character: Self - Guest + credit_id: 63534fdbf8e98200817b3499 + episode_count: 3 + first_air_date: '2007-02-22' + genre_ids: + - 35 + - 10767 + id: 1220 + name: The Graham Norton Show + origin_country: + - GB + original_language: en + original_name: The Graham Norton Show + overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out." + popularity: 160.438 + poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg + vote_average: 7.2 + vote_count: 252 + - adult: false + backdrop_path: /7RizgNN3qH1vjDbhWrJKFoxPfrT.jpg + character: Self + credit_id: 5d25979337b3a902ce52df84 + episode_count: 1 + first_air_date: '2018-04-29' + genre_ids: + - 99 + - 10765 + id: 79003 + name: James Cameron's Story of Science Fiction + origin_country: + - US + original_language: en + original_name: James Cameron's Story of Science Fiction + overview: >- + Explore the evolution of sci-fi from its origins as a + small genre with a cult following to the blockbuster + pop-cultural phenomenon we know today. In each + episode, James Cameron introduces one of the “Big + Questions” that humankind has contemplated throughout + the ages and reaches back into sci-fi’s past to better + understand how our favorite films, TV shows, books, + and video games were born. + popularity: 20.484 + poster_path: /qhanotOZnOdgmCZonug5anT0mFo.jpg + vote_average: 6.779 + vote_count: 43 + - adult: false + backdrop_path: /qtjkdVO28fF3fhADjaLKU7LJWtJ.jpg + character: Self + credit_id: 63828617a4af8f0097bfc9cd + episode_count: 1 + first_air_date: '1998-06-08' + genre_ids: + - 10767 + id: 9847 + name: The Magic Hour + origin_country: + - US + original_language: en + original_name: The Magic Hour + overview: >- + The Magic Hour is an American talk show hosted by + basketball player Earvin "Magic" Johnson. The series + aired in syndication from June to September 1998. + popularity: 18.85 + poster_path: /8UpbTCtKFIeMN0TJGLKsPkUo9jp.jpg + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5dc5e329a14e1000105a9e63 + episode_count: 1 + first_air_date: '1998-01-22' + genre_ids: + - 10767 + id: 63069 + name: Die Johannes B. Kerner Show + origin_country: + - DE + original_language: de + original_name: Die Johannes B. Kerner Show + overview: '' + popularity: 155.052 + poster_path: null + vote_average: 4 + vote_count: 1 + - adult: false + backdrop_path: /gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg + character: Self + credit_id: 5e27b130c68b6900143eb585 + episode_count: 1 + first_air_date: '2015-08-02' + genre_ids: + - 10767 + id: 63498 + name: Close Up with The Hollywood Reporter + origin_country: + - US + original_language: en + original_name: Close Up with The Hollywood Reporter + overview: >- + Some of this year's most talked about talent open up + about the challenges and triumphs of creating + critically acclaimed series and performances. + popularity: 79.433 + poster_path: /h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg + vote_average: 5.735 + vote_count: 17 + - adult: false + backdrop_path: /9giQxevgoCWfSfXALGmuaXmqEq0.jpg + character: Self + credit_id: 5e4c02ad9a3c490014335361 + episode_count: 3 + first_air_date: '1996-07-22' + genre_ids: + - 10763 + - 35 + id: 2224 + name: The Daily Show + origin_country: + - US + original_language: en + original_name: The Daily Show + overview: >- + The World's Fakest News Team tackle the biggest + stories in news, politics and pop culture. + popularity: 336.421 + poster_path: /ixcfyK7it6FjRM36Te4OdblAq4X.jpg + vote_average: 6.362 + vote_count: 538 + - adult: false + backdrop_path: /iNt4CmfX70UlqFG6Ixxnhto3IOA.jpg + character: Self + credit_id: 6660ce32248b6acbb2008901 + episode_count: 1 + first_air_date: '2015-03-12' + genre_ids: + - 10767 + - 35 + id: 72649 + name: Hot Ones + origin_country: + - US + original_language: en + original_name: Hot Ones + overview: >- + The show with hot questions and even hotter wings + invites a famous guest over to eat and then interviews + them while they're struggling through the heat. + popularity: 150.496 + poster_path: /4uudasFgKCVQFNGqfanD6wEGVS1.jpg + vote_average: 7.4 + vote_count: 53 + - adult: false + backdrop_path: /fE4vTc4IAneVYFvKSoSL3Th91S1.jpg + character: Host + credit_id: 5eb1f022edeb43001fca6ce1 + episode_count: 1 + first_air_date: '1987-01-18' + genre_ids: [] + id: 23521 + name: Kids' Choice Awards + origin_country: + - US + original_language: en + original_name: Kids' Choice Awards + overview: "Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange\_blimp\_figurine which also functions as a\_kaleidoscope." + popularity: 27.655 + poster_path: /aXmN5IYM0zWtfe8MD0WNMZlHjeE.jpg + vote_average: 8.8 + vote_count: 12 + - adult: false + backdrop_path: /gLyYrZ34u7zcGpEPJEnwxCTGhuP.jpg + character: Self - Host + credit_id: 5f4644722da846003539ef2e + episode_count: 16 + first_air_date: '2022-03-04' + genre_ids: + - 35 + - 99 + id: 108265 + name: This Joka + origin_country: + - US + original_language: en + original_name: This Joka + overview: >- + Will Smith invites a diverse lineup of comics to + explore the nature of comedy and its unique ability to + bring people together. Watch stand-up sets, intimate + interviews with Smith and the comics, and docu-style + moments backstage and around Las Vegas. + popularity: 3.428 + poster_path: /syiVecxfBy6ZsTB3exCqeI1qxtX.jpg + vote_average: 4 + vote_count: 3 + - adult: false + backdrop_path: /43v7fFaHiDjSosdNLM1ytgXkeSe.jpg + character: Self - Nominee/Presenter + credit_id: 66c889cb31ea1508c4d81042 + episode_count: 1 + first_air_date: '1956-04-01' + genre_ids: [] + id: 30048 + name: Tony Awards + origin_country: + - US + original_language: en + original_name: Tony Awards + overview: >- + The Antoinette Perry Award for Excellence in Theatre, + more commonly known as a Tony Award, recognizes + achievement in live Broadway theatre. The awards are + presented by the American Theatre Wing and The + Broadway League at an annual ceremony in New York + City. The awards are given for Broadway productions + and performances, and an award is given for regional + theatre. + popularity: 211.2 + poster_path: /6pxoHfywO6bFDOQa9bmWZ1hyKBt.jpg + vote_average: 4.556 + vote_count: 9 + - adult: false + backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg + character: Self - Guest + credit_id: 5f8fe8b7fed5970037491369 + episode_count: 1 + first_air_date: '2006-09-24' + genre_ids: + - 35 + - 10767 + id: 6809 + name: El hormiguero + origin_country: + - ES + original_language: es + original_name: El hormiguero + overview: >- + El Hormiguero is a Spanish television program with a + live audience focusing on comedy, science, and + politics running since September 2006. It is hosted + and produced by screenwriter Pablo Motos. The show + aired on Spain's Cuatro channel from launch until June + 2011 and is now broadcast on Antena 3. Recurring + guests on the show include Luis Piedrahita, Raquel + Martos, Marron & "The Man in Black", and puppet ants + Trancas and Barrancas. It has proved a ratings + success, and has expanded from a weekly 120-minute + show to a daily 40-minute show in its third season, + which began on September 17, 2007. The show won the + Entertainment prize at the 2009 Rose d'Or ceremony. + popularity: 125.63 + poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg + vote_average: 4.9 + vote_count: 33 + - adult: false + backdrop_path: null + character: self - segment + credit_id: 66f1f34ffc009839148d52ff + episode_count: 1 + first_air_date: '2004-08-02' + genre_ids: + - 10767 + id: 20426 + name: Sarah Kuttner – Die Show + origin_country: + - DE + original_language: de + original_name: Sarah Kuttner – Die Show + overview: >- + Sarah Kuttner – Die Show was a German television talk + show that ran on VIVA and was then transferred to MTV + under the title Kuttner. in mid-2005. It ran from + August 2, 2004 to August 3, 2006. + + + Hosted by Sarah Kuttner, it was a more youthful + variation on the traditional late show concept with a + sidekick, Sven Schuhmacher, and various national as + well as international celebrity guests. The show also + featured humorous reports by Michael Wigge and + Caroline Korneli, its own band and musical guests + performing live on stage. + + + When MTV took over other German music channel VIVA in + 2004, it was suggested, the show would be cancelled, + which drew massive protests from fans. It was then cut + from four shows per week to just two shows and later + transferred to MTV and renamed Kuttner. Production was + relocated from Cologne to Berlin. + + + MTV cancelled Kuttner. in summer 2006 due to low + ratings and high production costs. + popularity: 13.386 + poster_path: null + vote_average: 7 + vote_count: 2 + - adult: false + backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg + character: Self - Nominee + credit_id: 67008ce4b146282f7b853a8c + episode_count: 2 + first_air_date: '1944-01-20' + genre_ids: + - 10767 + id: 71494 + name: Golden Globe Awards + origin_country: + - US + original_language: en + original_name: Golden Globe Awards + overview: >- + An annual awards ceremony recognizing excellence in + film and television, both domestic and foreign, + bestowed by the Hollywood Foreign Press Association. + popularity: 263.564 + poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg + vote_average: 6.8 + vote_count: 14 + - adult: false + backdrop_path: /mCZEHiyPkmsw3MDBNuiN5z85gs8.jpg + character: Self + credit_id: 6717a2726fb09e394c02a762 + episode_count: 1 + first_air_date: '2002-10-20' + genre_ids: + - 10767 + - 10759 + - 10764 + - 35 + id: 45 + name: Top Gear + origin_country: + - GB + original_language: en + original_name: Top Gear + overview: >- + This fast-paced and stunt-filled motor show tests + whether cars, both mundane and extraordinary, live up + to their manufacturers' claims. The long-running show + travels to locations around the world, performing + extreme stunts and challenges to see what the featured + cars are capable of doing. The current hosts are Paddy + Mcguinness, Chris Harris and Andrew "Freddie" + Flintoff. + popularity: 138.658 + poster_path: /aqM6QnuhSXzjHlKbXyKUqxaGiWu.jpg + vote_average: 7.5 + vote_count: 751 + - adult: false + backdrop_path: /riAGbIUpWdLJckBdI8McejwqLG5.jpg + character: Self + credit_id: 675f6cb6204f3b5b48304f55 + episode_count: 1 + first_air_date: '2014-12-21' + genre_ids: + - 10767 + id: 105197 + name: 'Variety Studio: Actors on Actors' + origin_country: + - US + original_language: en + original_name: 'Variety Studio: Actors on Actors' + overview: >- + PBS SoCal and Variety take you inside the biggest + movies and TV shows of the past year through candid + conversations with today's hottest actors. Hosted by + Variety Film Awards Editor Clayton Davis and Variety + Chief Correspondent Elizabeth Wagmeister, each episode + brings together pairs of actors engaging in intimate + one-on-one discussions about their craft and work. + popularity: 115.99 + poster_path: /pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg + vote_average: 4.4 + vote_count: 7 + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: + type: string + example: 52570ce219c29571140186c5 + department: + type: string + example: Directing + episode_count: + type: number + example: 1 + first_air_date: + type: string + example: '2003-09-16' + genre_ids: + type: array + items: + type: number + example: 35 + example: + - 35 + - 10751 + id: + type: number + example: 1566 + job: + type: string + example: Director + name: + type: string + example: All of Us + origin_country: + type: array + items: + type: string + example: US + example: + - US + original_language: + type: string + example: en + original_name: + type: string + example: All of Us + overview: + type: string + example: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart + and thoroughly modern in his thinking. Recently + divorced from the somewhat self-absorbed Neesee, the + mother of their endearing 6-year-old son, Robert + refuses to buy into the old stereotype that being + divorced means you can't get along with the ex. + popularity: + type: number + example: 28.535 + poster_path: + type: string + nullable: true + example: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: + type: number + example: 7.354 + vote_count: + type: number + example: 24 + example: + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 52570ce219c29571140186c5 + department: Directing + episode_count: 1 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Director + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /xACZqtfxTYftZvB70ZnZtAjq820.jpg + credit_id: 52582d72760ee36aaa8a5e32 + department: Production + episode_count: 2 + first_air_date: '2000-02-05' + genre_ids: [] + id: 13992 + job: Producer + name: The Queen Latifah Show + origin_country: + - US + original_language: en + original_name: The Queen Latifah Show + overview: >- + The First iteration (1999-2001) was described as the + "Dear Abby for the Hip-Hop Generation", with the + series covering various topics and including + interviews with celebrities and non-celebrities alike. + The Second iteration (2013-2015) featured celebrity + interviews, human interest stories, musical + performances, and Queen Latifah's take on pop culture + news. Latifah also ventured into communities across + the country to share compelling stories, celebrate + individuals who give back to their communities and + delivers life-changing surprises. + + + Previously, a talk show with the exact same title + aired from 1999 to 2001; however, the second iteration + is not a revival of this older syndicated television + production. Telepictures (1999-2001) / Sony Pictures + Television (2013-205) with Flavor Unit and Overbrook. + popularity: 7.841 + poster_path: /cGFOMyTM4DRXeBVCRUV8EGnJ8iq.jpg + vote_average: 3.5 + vote_count: 4 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 5867ea6bc3a3680f580008c8 + department: Production + episode_count: 24 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Executive Producer + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 58719074925141356900f793 + department: Writing + episode_count: 1 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Story + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 5caf4a9e9251412fb0221bd1 + department: Production + episode_count: 88 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Executive Producer + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + credit_id: 5d386e7703fa9e0012858ff7 + department: Directing + episode_count: 6 + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + job: Director + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg + credit_id: 5f0c1aac93db9200344c46a6 + department: Production + episode_count: 30 + first_air_date: '2018-05-02' + genre_ids: + - 10759 + - 18 + - 35 + id: 77169 + job: Executive Producer + name: Cobra Kai + origin_country: + - US + original_language: en + original_name: Cobra Kai + overview: >- + This Karate Kid sequel series picks up 30 years after + the events of the 1984 All Valley Karate Tournament + and finds Johnny Lawrence on the hunt for redemption + by reopening the infamous Cobra Kai karate dojo. This + reignites his old rivalry with the successful Daniel + LaRusso, who has been working to maintain the balance + in his life without mentor Mr. Miyagi. + popularity: 587.088 + poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg + vote_average: 8.209 + vote_count: 6366 + - adult: false + backdrop_path: /zHdQ6yaqDf3OQO5uhr0auAgwK6O.jpg + credit_id: 5f57f633197de400395b5258 + department: Production + episode_count: 30 + first_air_date: '2022-02-13' + genre_ids: + - 18 + id: 107365 + job: Executive Producer + name: Bel-Air + origin_country: + - US + original_language: en + original_name: Bel-Air + overview: >- + The journey of a book smart teen whose life is forever + transformed when he moves from the streets of west + Philadelphia to live with his relatives in one of LA’s + wealthiest suburbs. + popularity: 51.067 + poster_path: /j8tbXWXrL15RucA6H4khq87dEXa.jpg + vote_average: 7.9 + vote_count: 222 + - adult: false + backdrop_path: /lfedcBcQRHFtvIlePwLaZvvJHHl.jpg + credit_id: 5f7fd1e9d11e0e0037c2e90e + department: Production + episode_count: 6 + first_air_date: '2022-01-06' + genre_ids: + - 18 + id: 111263 + job: Executive Producer + name: Women of the Movement + origin_country: + - US + original_language: en + original_name: Women of the Movement + overview: >- + A limited series focusing on Mamie Till Mobley, who + devoted her life to seeking justice for her son Emmett + Till following his brutal murder in the Jim Crow + South. + popularity: 10.619 + poster_path: /pL9prhQYEPKoNOniVJcJjEaozdY.jpg + vote_average: 7.5 + vote_count: 12 + - adult: false + backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg + credit_id: 606ddcf43c887d004093ed2a + department: Production + episode_count: 6 + first_air_date: '2021-02-17' + genre_ids: + - 99 + - 10763 + - 10768 + id: 118043 + job: Executive Producer + name: 'Amend: The Fight for America' + origin_country: + - US + original_language: en + original_name: 'Amend: The Fight for America' + overview: >- + When the United States of America was founded, the + ideals of freedom and equality did not apply to all + people. These are the stories of the brave Americans + who fought to right the nation’s wrongs and enshrine + the values we hold most dear into the Constitution — + with liberty and justice for all. + popularity: 12.082 + poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg + vote_average: 7.079 + vote_count: 164 + - adult: false + backdrop_path: /eAvMLFaY0GpgqkcdiAsjzxbK0C9.jpg + credit_id: 619bcf8ee2ff32006595e8aa + department: Production + episode_count: 3 + first_air_date: '2022-02-19' + genre_ids: + - 10764 + - 10767 + id: 138763 + job: Producer + name: Off Thee Leash + origin_country: + - US + original_language: en + original_name: Off Thee Leash + overview: >- + Who let the dogs out? Megan Thee Stallion, and she's + teaming up with Snapchat for a new pet series called + Off Thee Leash. + popularity: 1.516 + poster_path: /oxtDZZnMRlmWriiE2pQWWoHO8VV.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6201548c1e92256135a14a02 + department: Production + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + job: Producer + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6201549100508a00deda9fb3 + department: Production + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + job: Executive Producer + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg + credit_id: 631c9b3cd399e6008485baff + department: Production + episode_count: 50 + first_air_date: '2018-05-02' + genre_ids: + - 10759 + - 18 + - 35 + id: 77169 + job: Producer + name: Cobra Kai + origin_country: + - US + original_language: en + original_name: Cobra Kai + overview: >- + This Karate Kid sequel series picks up 30 years after + the events of the 1984 All Valley Karate Tournament + and finds Johnny Lawrence on the hunt for redemption + by reopening the infamous Cobra Kai karate dojo. This + reignites his old rivalry with the successful Daniel + LaRusso, who has been working to maintain the balance + in his life without mentor Mr. Miyagi. + popularity: 587.088 + poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg + vote_average: 8.209 + vote_count: 6366 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 647ac651e323f300c429b8fe + department: Sound + episode_count: 148 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Theme Song Performance + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 52570ce819c2957114018be3 + department: Creator + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Creator + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: null + credit_id: 5258e8f4760ee3466186a080 + department: Creator + first_air_date: '' + genre_ids: [] + id: 37428 + job: Creator + name: Almost + origin_country: + - US + original_language: en + original_name: Almost + overview: '' + popularity: 0.935 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + credit_id: 5c9751379251416b33f4c500 + department: Creator + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + job: Creator + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: null + credit_id: 617f92e8e93e95002b35f367 + department: Creator + first_air_date: '2021-11-08' + genre_ids: + - 99 + id: 137684 + job: Creator + name: Best Shape of My Life + origin_country: + - US + original_language: en + original_name: Best Shape of My Life + overview: >- + Will Smith teams up with guests and undergoes a + fitness challenge. + popularity: 2.732 + poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg + vote_average: 4 + vote_count: 4 + - adult: false + backdrop_path: null + credit_id: 63f64a458c22c0008c50a693 + department: Creator + first_air_date: '2022-03-21' + genre_ids: + - 10762 + id: 203054 + job: Creator + name: Las Aventuras de Giga Doki + origin_country: + - ES + original_language: es + original_name: Las Aventuras de Giga Doki + overview: '' + popularity: 2.858 + poster_path: /q23cxXSwBZLucKac1lRFPGsCRtj.jpg + vote_average: 2 + vote_count: 1 + id: + type: number + example: 2888 + examples: + tv credits: + value: + cast: + - adult: false + backdrop_path: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg + character: Self + credit_id: 525394ca19c29579402be4ea + episode_count: 1 + first_air_date: '1988-10-03' + genre_ids: + - 10767 + - 10763 + id: 766 + name: This Morning + origin_country: + - GB + original_language: en + original_name: This Morning + overview: >- + This Morning features a variety of news, as well as + show business, fashion, beauty, lifestyle, home and + garden, food, tech, live phone-ins, and competitions. + popularity: 18.283 + poster_path: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg + vote_average: 5.5 + vote_count: 21 + - adult: false + backdrop_path: /cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg + character: Self + credit_id: 5253463019c29579400c9508 + episode_count: 1 + first_air_date: '1994-08-14' + genre_ids: + - 10767 + id: 217 + name: Inside the Actors Studio + origin_country: + - US + original_language: en + original_name: Inside the Actors Studio + overview: >- + James Lipton sits down with some of the world's most + accomplished actors and directors for penetrating, + fascinating interviews. + popularity: 4.265 + poster_path: /a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg + vote_average: 7.443 + vote_count: 53 + - adult: false + backdrop_path: /69TLqW1BeyP3bAPf18GpGqjTb00.jpg + character: Self + credit_id: 52570aec760ee3776a05f593 + episode_count: 1 + first_air_date: '2006-08-14' + genre_ids: + - 10767 + id: 1514 + name: The One Show + origin_country: + - GB + original_language: en + original_name: The One Show + overview: >- + A topical magazine-style daily television programme + broadcast live on BBC One. + popularity: 122.214 + poster_path: /7QpzCej3Lwrsnx5A8FePYsUCIzf.jpg + vote_average: 4.6 + vote_count: 25 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + character: '' + credit_id: 52570ccc19c2957114017a28 + episode_count: 3 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + character: Will Smith + credit_id: 525718a319c29571140a88c5 + episode_count: 148 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg + character: Self + credit_id: 5257137b760ee3776a1068d9 + episode_count: 1 + first_air_date: '1952-01-14' + genre_ids: + - 10763 + - 10767 + id: 1709 + name: Today + origin_country: + - US + original_language: en + original_name: Today + overview: >- + Today is a daily American morning television show that + airs on NBC. The program debuted on January 14, 1952. + It was the first of its genre on American television + and in the world, and is the fifth-longest running + American television series. Originally a two-hour + program on weekdays, it expanded to Sundays in 1987 + and Saturdays in 1992. The weekday broadcast expanded + to three hours in 2000, and to four hours in 2007. + + + Today's dominance was virtually unchallenged by the + other networks until the late 1980s, when it was + overtaken by ABC's Good Morning America. Today retook + the Nielsen ratings lead the week of December 11, + 1995, and held onto that position for 852 consecutive + weeks until the week of April 9, 2012, when it was + beaten by Good Morning America yet again. In 2002, + Today was ranked #17 on TV Guide's 50 Greatest + Television Shows of All Time. + popularity: 15.425 + poster_path: /xlWdasY9oYg3OO5VTNqlPFftgya.jpg + vote_average: 5.5 + vote_count: 26 + - adult: false + backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg + character: '' + credit_id: 52571abd19c29571140d0f30 + episode_count: 2 + first_air_date: '1988-09-05' + genre_ids: + - 10767 + id: 1900 + name: LIVE with Kelly and Mark + origin_country: + - US + original_language: en + original_name: LIVE with Kelly and Mark + overview: >- + A morning talk show with A-list celebrity guests, + top-notch performances and one-of-a-kind segments that + are unrivaled on daytime television, plus spontaneous, + hilarious and unpredictable talk. + popularity: 98.694 + poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg + vote_average: 5.488 + vote_count: 40 + - adult: false + backdrop_path: /sSQKcECh7TkrvvASfbjcbiFiwlP.jpg + character: Self + credit_id: 602fbe5e32cc2b004184a9df + episode_count: 1 + first_air_date: '1976-10-03' + genre_ids: + - 10767 + id: 118944 + name: Domenica In + origin_country: + - IT + original_language: it + original_name: Domenica In + overview: '' + popularity: 12.967 + poster_path: /pIFifwfmgMMyksoanuAwPU73sDP.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg + character: '' + credit_id: 52573b60760ee36aaa013f4e + episode_count: 6 + first_air_date: '1992-05-25' + genre_ids: + - 10767 + - 35 + id: 2518 + name: The Tonight Show with Jay Leno + origin_country: + - US + original_language: en + original_name: The Tonight Show with Jay Leno + overview: >- + Jay Leno hosts some of the biggest celebrities in the + world. + popularity: 60.316 + poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg + vote_average: 5.4 + vote_count: 86 + - adult: false + backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg + character: Self — Host + credit_id: 6019b4fc87a27a003fe84fd4 + episode_count: 6 + first_air_date: '2021-02-17' + genre_ids: + - 99 + - 10763 + - 10768 + id: 118043 + name: 'Amend: The Fight for America' + origin_country: + - US + original_language: en + original_name: 'Amend: The Fight for America' + overview: >- + When the United States of America was founded, the + ideals of freedom and equality did not apply to all + people. These are the stories of the brave Americans + who fought to right the nation’s wrongs and enshrine + the values we hold most dear into the Constitution — + with liberty and justice for all. + popularity: 12.082 + poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg + vote_average: 7.079 + vote_count: 164 + - adult: false + backdrop_path: null + character: Self + credit_id: 52574daf760ee36aaa16f5b7 + episode_count: 1 + first_air_date: '1999-11-01' + genre_ids: + - 10763 + id: 3167 + name: The Early Show + origin_country: + - US + original_language: en + original_name: The Early Show + overview: >- + The Early Show is an American morning television show + which was broadcast by CBS from New York City from + 1999 to 2012. The program aired live from 7 to 9 a.m. + Eastern Time Monday through Friday in the Eastern time + zone; most affiliates in the Central, Mountain, and + Pacific time zones aired the show on tape-delay from 7 + to 9 a.m. local time. The Saturday edition aired live + from 7 to 9 a.m. Eastern Time as well, but a number of + affiliates did not carry it or aired it later on + tape-delay. It premiered on November 1, 1999, and was + the newest of the major networks' morning shows, + although CBS has made several attempts to program in + the morning slot since 1954. The show aired as a + division of CBS News. + + + The Early Show, like many of its predecessors, + traditionally ran last in the ratings to its rivals, + NBC's Today and ABC's Good Morning America. Much like + NBC's The Today Show and The Tonight Show, the title + The Early Show was analogous to that of CBS's + late-night talk show, The Late Show. + + + On November 15, 2011, CBS announced that a new morning + show would replace The Early Show on January 9, 2012. + CBS News chairman Jeff Fager and CBS News president + David Rhodes stated that the new show would "redefine + the morning television landscape." On December 1, it + was announced that the new show would be titled CBS + This Morning. The Early Show ended its twelve-year run + on January 6, 2012, to make way for the program. + Charlie Rose, Gayle King, and Erica Hill were named + anchors of the new program. + popularity: 13.92 + poster_path: /iJvwr7kL0Q7BtrYC38KQ5baPw7g.jpg + vote_average: 5.7 + vote_count: 7 + - adult: false + backdrop_path: /sBhM4huBFPWi8XQDJhKjP2D2SG1.jpg + character: '' + credit_id: 52576eb5760ee36aaa449ab3 + episode_count: 1 + first_air_date: '2003-03-31' + genre_ids: + - 10764 + id: 4535 + name: American Chopper + origin_country: + - US + original_language: en + original_name: American Chopper + overview: >- + Paul Teutul, Sr. and his son Paul Teutul, Jr. + manufacture custom chopper-style motorcycles. + popularity: 43.965 + poster_path: /y4HP3SGLHeYi2TBhnXcoRRyhhJA.jpg + vote_average: 6.5 + vote_count: 54 + - adult: false + backdrop_path: null + character: Self + credit_id: 5257858b19c29531db28c08e + episode_count: 1 + first_air_date: '1973-09-27' + genre_ids: [] + id: 6249 + name: Rock Concert + origin_country: + - US + original_language: en + original_name: Rock Concert + overview: >- + Don Kirshner's Rock Concert is an American television + music variety show that ran during the 1970s and early + 1980s, created and produced by Don Kirshner and + syndicated to television stations. It premiered on + September 27, 1973, with a performance by The Rolling + Stones; its last episode was in 1981. + popularity: 10.434 + poster_path: /4qLa3uzz90looZy0y75ilON63rI.jpg + vote_average: 8 + vote_count: 2 + - adult: false + backdrop_path: /vfRY6XG6gaWyc6AF3QDLn12aUer.jpg + character: Self + credit_id: 52576b20760ee36aaa3e7217 + episode_count: 1 + first_air_date: '1995-10-14' + genre_ids: + - 35 + id: 4469 + name: MADtv + origin_country: + - US + original_language: en + original_name: MADtv + overview: >- + MADtv is an American sketch comedy television series + originally inspired by Mad magazine. The one-hour show + aired Saturday nights on Fox. + popularity: 20.515 + poster_path: /4tXHrqYbETym7Def99MeXrpPyRA.jpg + vote_average: 6.888 + vote_count: 116 + - adult: false + backdrop_path: /mF8wqQiSNMdYHnp2D7TiL2s03DK.jpg + character: Self + credit_id: 60afa8c617792c006e1d23ac + episode_count: 1 + first_air_date: '2018-08-28' + genre_ids: + - 10767 + id: 81187 + name: The Shop + origin_country: + - US + original_language: en + original_name: The Shop + overview: >- + A one-of-a-kind barbershop experience with unfiltered + conversation and debate from the biggest names in + sports and entertainment. + popularity: 24.571 + poster_path: /yhISN0ewMkjqKxBQAeo2QkLFTnm.jpg + vote_average: 4.909 + vote_count: 11 + - adult: false + backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg + character: '' + credit_id: 5258298a760ee36aaa854083 + episode_count: 1 + first_air_date: '1992-06-10' + genre_ids: [] + id: 13667 + name: MTV Movie & TV Awards + origin_country: + - US + original_language: en + original_name: MTV Movie & TV Awards + overview: >- + The annual film & TV awards show presented by MTV. The + nominees are decided by producers and executives at + MTV with winners decided online by the general public. + popularity: 40.864 + poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg + vote_average: 7.7 + vote_count: 11 + - adult: false + backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg + character: '' + credit_id: 60e9020d22e4800047adc709 + episode_count: 1 + first_air_date: '2003-01-26' + genre_ids: + - 10767 + - 35 + id: 1489 + name: Jimmy Kimmel Live! + origin_country: + - US + original_language: en + original_name: Jimmy Kimmel Live! + overview: >- + Jimmy Kimmel Live! is an American late-night talk + show, created and hosted by Jimmy Kimmel and broadcast + on ABC. + popularity: 62.291 + poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg + vote_average: 5.5 + vote_count: 160 + - adult: false + backdrop_path: /be8s04cLyXXEqjBT24YPYdDSZKB.jpg + character: Self - Host + credit_id: 60cb658005a533002a24d85d + episode_count: 6 + first_air_date: '2021-12-08' + genre_ids: + - 99 + id: 127700 + name: Welcome to Earth + origin_country: + - US + original_language: en + original_name: Welcome to Earth + overview: >- + Will Smith whose curiosity and wonder is positively + infectious—is guided by National Geographic Explorers + traveling to different corners of the world to get up + close and personal with the weirdest, most unusual, + dangerous and thrilling spectacles of the planet. + popularity: 13.261 + poster_path: /l9x6xh4KCgwMk9PYiosXXFGwI3a.jpg + vote_average: 7.6 + vote_count: 416 + - adult: false + backdrop_path: /fga95w01nU0UVUSHpeeNz92zv8M.jpg + character: Self + credit_id: 5258834d760ee3466140968f + episode_count: 5 + first_air_date: '1953-03-19' + genre_ids: [] + id: 27023 + name: The Oscars + origin_country: + - US + original_language: en + original_name: The Oscars + overview: >- + An annual American awards ceremony honoring cinematic + achievements in the film industry. The various + category winners are awarded a copy of a statuette, + officially the Academy Award of Merit, that is better + known by its nickname Oscar. + popularity: 31.744 + poster_path: /cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg + vote_average: 7 + vote_count: 65 + - adult: false + backdrop_path: null + character: Self + credit_id: 52588691760ee346614740af + episode_count: 2 + first_air_date: '1993-01-01' + genre_ids: + - 10763 + id: 27511 + name: GMTV + origin_country: + - GB + original_language: en + original_name: GMTV + overview: >- + GMTV is the name of the national Channel 3 breakfast + television contractor/licensee, broadcasting in the + United Kingdom from 1 January 1993 to 3 September + 2010. It became a wholly owned subsidiary of ITV plc + in November 2009. Shortly after, ITV plc announced the + programme would end. The final edition of GMTV was + broadcast on 3 September 2010. + popularity: 49.689 + poster_path: /peQ3blnogd6YXfjqPJOwMx1yOVK.jpg + vote_average: 5.583 + vote_count: 12 + - adult: false + backdrop_path: /k8BfpqU2PXjg2YHZBGxWIS2efj3.jpg + character: '' + credit_id: 5258819a760ee346613ac69a + episode_count: 1 + first_air_date: '1998-09-14' + genre_ids: [] + id: 26834 + name: TRL + origin_country: + - US + original_language: en + original_name: TRL + overview: >- + Total Request Live was a television series on MTV that + featured popular music videos. TRL was MTV's prime + outlet for music videos as the network continued to + concentrate on reality-based programming. In addition + to music videos, TRL featured daily guests. The show + was a popular promotion tool used by musicians, + actors, and other celebrities to promote their newest + works to the show's target teen demographic. + + + TRL played the top ten most requested videos of the + day, as requested by viewers who voted online for + their favorite video. The countdown started with the + tenth most requested video and ended with the most + requested. As of October 22, 2007, TRL's countdown was + based on votes, charts, ringtones, download, radio + airplay, and streams, meaning that the most user + requested video might not have been the number 1 + video. The show generally aired Monday through + Thursday for one hour, though the scheduling and + length of the show fluctuated over the years. Despite + the word "Live" in the title of the show, many + episodes were actually pre-recorded. + + + It was announced on September 15, 2008 that TRL would + be shut down and replaced with FNMTV. The special + three-hour finale aired on November 16, 2008, at 8 + p.m. + popularity: 24.686 + poster_path: /kzjtc9bdEvy3ilAlfzq16CgFtuC.jpg + vote_average: 5.2 + vote_count: 14 + - adult: false + backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg + character: Self + credit_id: 525899d2760ee346615da101 + episode_count: 1 + first_air_date: '2009-09-14' + genre_ids: + - 10767 + id: 30769 + name: Live from Studio Five + origin_country: + - GB + original_language: en + original_name: Live from Studio Five + overview: >- + Live from Studio Five was an early-evening British + magazine programme which was produced by Sky News for + Channel 5. It was presented by Kate Walsh and a + line-up of other co-presenters during its run. It + consisted of interviews and discussing topical issues, + with an emphasis on showbusiness news and celebrity + gossip, after originally covering stories from a + popular news agenda. It aired its final edition on 4 + February 2011 and was replaced by OK! TV in February + 2011 which lasted just nine months on air before + itself being axed. + popularity: 3.07 + poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg + vote_average: 3.3 + vote_count: 12 + - adult: false + backdrop_path: /hw6CdkZ0NOdnkFv6cJHHRI6qt3y.jpg + character: Self (archive footage) + credit_id: 61021fa74e52ed002ea46fd0 + episode_count: 1 + first_air_date: '2021-03-06' + genre_ids: + - 99 + id: 125972 + name: This Is Pop + origin_country: + - CA + original_language: en + original_name: This Is Pop + overview: >- + Unknown histories take center stage as the hitmakers + themselves - from ABBA to T-Pain - explore dimensions + of pop music you never knew existed. + popularity: 8.656 + poster_path: /uVG8QtrKspTYGCJRKqFUa4Vyfgs.jpg + vote_average: 5.7 + vote_count: 15 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: '' + credit_id: 53b80c670e0a2676c7007b13 + episode_count: 1 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: /jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg + character: Self + credit_id: 560bd01cc3a3686824005131 + episode_count: 1 + first_air_date: '1995-12-05' + genre_ids: + - 10764 + id: 40605 + name: Die Harald Schmidt Show + origin_country: + - DE + original_language: de + original_name: Die Harald Schmidt Show + overview: >- + The Harald Schmidt Show is a German late night talk + show hosted on Sky Deutschland by comedian Harald + Schmidt. The show first aired from 5 December 1995 to + 23 December 2003 on Sat.1. Schmidt then moved his show + to Das Erste as Harald Schmidt and Schmidt & Pocher, + but he returned to Sat.1 on 13 September 2011. After + cancellation on Sat.1, the show continued on Sky + Deutschland in September 2012. + popularity: 149.454 + poster_path: /lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg + vote_average: 7 + vote_count: 16 + - adult: false + backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg + character: Self + credit_id: 55df5b0e92514179820000e3 + episode_count: 1 + first_air_date: '2006-09-24' + genre_ids: + - 35 + - 10767 + id: 6809 + name: El hormiguero + origin_country: + - ES + original_language: es + original_name: El hormiguero + overview: >- + El Hormiguero is a Spanish television program with a + live audience focusing on comedy, science, and + politics running since September 2006. It is hosted + and produced by screenwriter Pablo Motos. The show + aired on Spain's Cuatro channel from launch until June + 2011 and is now broadcast on Antena 3. Recurring + guests on the show include Luis Piedrahita, Raquel + Martos, Marron & "The Man in Black", and puppet ants + Trancas and Barrancas. It has proved a ratings + success, and has expanded from a weekly 120-minute + show to a daily 40-minute show in its third season, + which began on September 17, 2007. The show won the + Entertainment prize at the 2009 Rose d'Or ceremony. + popularity: 125.63 + poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg + vote_average: 4.9 + vote_count: 33 + - adult: false + backdrop_path: null + character: Self + credit_id: 55e8d37fc3a3682c6b00392c + episode_count: 2 + first_air_date: '1981-02-14' + genre_ids: + - 18 + - 10764 + - 35 + - 10767 + id: 10918 + name: Wetten, dass..? + origin_country: + - DE + original_language: de + original_name: Wetten, dass..? + overview: >- + A long-running German-language entertainment + television show based on the format of the British + show You Bet! and the American show Wanna Bet?. + popularity: 54.985 + poster_path: /4i8719B3j4z5U5EI1mjw3sOjBWe.jpg + vote_average: 5.5 + vote_count: 18 + - adult: false + backdrop_path: null + character: Self + credit_id: 617f9318229ae2002a60fdda + episode_count: 6 + first_air_date: '2021-11-08' + genre_ids: + - 99 + id: 137684 + name: Best Shape of My Life + origin_country: + - US + original_language: en + original_name: Best Shape of My Life + overview: >- + Will Smith teams up with guests and undergoes a + fitness challenge. + popularity: 2.732 + poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg + vote_average: 4 + vote_count: 4 + - adult: false + backdrop_path: /lgI98jt69LFv4GWj0RmOaLU69sK.jpg + character: Self - Guest + credit_id: 560001569251412aad00234c + episode_count: 1 + first_air_date: '2009-01-16' + genre_ids: + - 10767 + id: 31449 + name: Skavlan + origin_country: + - 'NO' + - SE + original_language: 'no' + original_name: Skavlan + overview: >- + Skavlan is a Norwegian-Swedish television talk show + hosted by Norwegian journalist Fredrik Skavlan. It + premiered in Sweden on Sveriges Television in January + 2009, and the first guests to appear on the show were + former Prime Minister of Sweden Göran Persson and his + wife Anitra Steen. On 8 May 2009, it was announced + that Skavlan had been renewed for a second season. It + was also announced that the show would no longer only + be produced by SVT in Sweden; Skavlan would now be + partly produced in Norway by the Norwegian + Broadcasting Corporation. The first twelve episodes of + Skavlan's second season were produced by SVT in + Sweden, and the remaining twelve by NRK in Norway. + + + Skavlan speaks Norwegian and his dialog is therefore + subtitled in Swedish in Sweden, even though the two + languages are quite similar and mutually intelligible. + If the persons being interviewed by Skavlan are + Swedish, he often tells them to let him know if they + do not understand what he is saying. Swedish novelist + Jan Guillou has criticized SVT for subtitling the + program, stating "there is no need for that. If the + host had been Danish, subtitling would have been + necessary, but with a Norwegian host it does not make + any sense." + popularity: 617.216 + poster_path: /aDQoVmOfYIy7iGEQno9NtxDmaDI.jpg + vote_average: 5 + vote_count: 10 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: Self - Guest + credit_id: 61838c62e93e9500625d85fb + episode_count: 1 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: /ef46O4ejjL8tWo4WD84UI7DLFZW.jpg + character: Self + credit_id: 618489a23e2ec8008d1f4a7d + episode_count: 1 + first_air_date: '2020-07-30' + genre_ids: + - 10767 + id: 106727 + name: The Oprah Conversation + origin_country: + - US + original_language: en + original_name: The Oprah Conversation + overview: >- + Oprah leads intimate discussions with today’s foremost + newsmakers, thought leaders, and masters of their + craft. Bringing truth and perspective to a range of + topics shaping our world, they reveal gripping stories + of human connection. + popularity: 12.53 + poster_path: /fGfbY5RcLG9HyXp3zx7AsT0XDvU.jpg + vote_average: 8.3 + vote_count: 3 + - adult: false + backdrop_path: null + character: Self (archive footage) + credit_id: 64af19e9c490480139cfe0d7 + episode_count: 1 + first_air_date: '2020-09-07' + genre_ids: + - 99 + id: 133401 + name: The True Story of... + origin_country: + - DE + original_language: de + original_name: The True Story of... + overview: '' + popularity: 9.528 + poster_path: /roQeI2dldIn7eHQMyovFfhwtuHg.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 572b3531c3a36848010024f6 + episode_count: 1 + first_air_date: '1999-09-22' + genre_ids: + - 35 + id: 4461 + name: Rove + origin_country: + - AU + original_language: en + original_name: Rove + overview: >- + Rove, formerly Rove Live, was an Australian television + variety show which premiered on the Nine Network on 22 + September 1999, before moving to Network Ten which + aired the program from 2000 until November, 2009. The + show was hosted by comedian Rove McManus, and featured + an ensemble cast, who presented various segments + throughout the course of the show. The show won the + Logie Award for "Most Popular Light Entertainment + Program" five times. + popularity: 271.453 + poster_path: /znUsPPMZndVOOxlGm6zLk6BpkFo.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /8Zm2LR8YmGMF67Oofc9FdBSw1WM.jpg + character: Self + credit_id: 61db4c05bf09d1001f79795b + episode_count: 1 + first_air_date: '2018-05-07' + genre_ids: + - 10767 + id: 83216 + name: Red Table Talk + origin_country: + - US + original_language: en + original_name: Red Table Talk + overview: >- + Jada Pinkett Smith, her daughter Willow, and mother + Adrienne – three generations of women open their home + for a series of candid conversations with family and + friends. + popularity: 20.341 + poster_path: /9MFH6LriSscCg9HiGeLam78KfBV.jpg + vote_average: 6.4 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 62015277136545006828ae7b + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg + character: Self - Presenter + credit_id: 64ebcbeed48cee00ad4436e1 + episode_count: 1 + first_air_date: '1992-06-10' + genre_ids: [] + id: 13667 + name: MTV Movie & TV Awards + origin_country: + - US + original_language: en + original_name: MTV Movie & TV Awards + overview: >- + The annual film & TV awards show presented by MTV. The + nominees are decided by producers and executives at + MTV with winners decided online by the general public. + popularity: 40.864 + poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg + vote_average: 7.7 + vote_count: 11 + - adult: false + backdrop_path: /lJSojr9b2KaddW1QI8q2bY6OXy.jpg + character: Self + credit_id: 599396299251415433007ff7 + episode_count: 1 + first_air_date: '2017-08-08' + genre_ids: + - 35 + id: 72610 + name: 'Carpool Karaoke: The Series' + origin_country: + - US + original_language: en + original_name: 'Carpool Karaoke: The Series' + overview: >- + Celebrity pairings ride along in a car together as + they sing tunes from their personal playlists and + surprise fans who don't expect to see big stars + belting out tunes one lane over. + popularity: 57.353 + poster_path: /bA6tpDMoyQO8fRmXC8sHh7LQoqW.jpg + vote_average: 5.9 + vote_count: 32 + - adult: false + backdrop_path: /7zDjaT3hSNkjUDtiG1W2vOdecVB.jpg + character: Self + credit_id: 625da10987e63e0067485b66 + episode_count: 76 + first_air_date: '2016-09-12' + genre_ids: + - 10767 + id: 67824 + name: Quotidien + origin_country: + - FR + original_language: fr + original_name: Quotidien + overview: >- + Quotidien is a French television program presented by + Yann Barthès and broadcast from September 12, 2016 on + TMC. + popularity: 207.682 + poster_path: /gzJQCQPklSEuQDiM9ayAjCtCoL2.jpg + vote_average: 6.2 + vote_count: 11 + - adult: false + backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg + character: Self + credit_id: 5a3e81720e0a2620f2013280 + episode_count: 8 + first_air_date: '2007-02-22' + genre_ids: + - 35 + - 10767 + id: 1220 + name: The Graham Norton Show + origin_country: + - GB + original_language: en + original_name: The Graham Norton Show + overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out." + popularity: 160.438 + poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg + vote_average: 7.2 + vote_count: 252 + - adult: false + backdrop_path: /cgGqcvi2Hmi7jgjtoWa0bDqixj6.jpg + character: Hawker + credit_id: 5a42f4859251411f4f059bf9 + episode_count: 1 + first_air_date: '1972-10-04' + genre_ids: + - 18 + id: 18162 + name: ABC Afterschool Special + origin_country: + - US + original_language: en + original_name: ABC Afterschool Special + overview: >- + Dramatically presented situations, often + controversial, of interest to children and teenagers. + Several episodes were either in animated form or + presented as documentaries. Topics included + illiteracy, substance abuse and teenage pregnancy. + popularity: 68.237 + poster_path: /uOx0dDmt72hjIC5gmCzxEdn8qt0.jpg + vote_average: 6.385 + vote_count: 13 + - adult: false + backdrop_path: /634Ie2lnbFlLMknu0mDid8vJVvT.jpg + character: Self + credit_id: 6265a1a97fcab3116983eac1 + episode_count: 1 + first_air_date: '2018-03-12' + genre_ids: + - 10767 + id: 78086 + name: Late Night Berlin + origin_country: [] + original_language: de + original_name: Late Night Berlin + overview: '' + popularity: 48.225 + poster_path: /5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg + vote_average: 5.5 + vote_count: 2 + - adult: false + backdrop_path: null + character: Self + credit_id: 6277ee6d389da100a320a8da + episode_count: 1 + first_air_date: '1988-09-21' + genre_ids: + - 10767 + id: 201558 + name: Yo! MTV Raps + origin_country: + - US + original_language: en + original_name: Yo! MTV Raps + overview: >- + Popular rap music videos showcased along with live + performances and interviews with notable rap artists. + popularity: 12.076 + poster_path: /bVkwSDjUXpc5bX4YM0pTu6EeIq6.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: /7oX1mr71ymBEJOBSDS5UZQDrhng.jpg + character: Self + credit_id: 6289aa789a643500508f1bfe + episode_count: 1 + first_air_date: '2018-01-12' + genre_ids: + - 10767 + - 35 + id: 76178 + name: >- + My Next Guest Needs No Introduction With David + Letterman + origin_country: + - US + original_language: en + original_name: >- + My Next Guest Needs No Introduction With David + Letterman + overview: >- + Late-night TV legend David Letterman hosts an intimate + talk show featuring insightful conversations and + fun-filled excursions with notable figures. + popularity: 18.624 + poster_path: /5dObN91CjQPUhgQoEMbpmLTtxc8.jpg + vote_average: 7 + vote_count: 58 + - adult: false + backdrop_path: /lX1An9AZV19BapiUbDgMyPbr0tZ.jpg + character: Self - Host + credit_id: 5a3787940e0a264cd01e82f2 + episode_count: 10 + first_air_date: '2018-03-26' + genre_ids: + - 99 + id: 75782 + name: One Strange Rock + origin_country: + - US + original_language: en + original_name: One Strange Rock + overview: >- + A mind-bending, thrilling journey exploring the + fragility and wonder of planet Earth, one of the most + peculiar, unique places in the entire universe, + brought to life by the only people to have left it + behind – the world’s most well known and leading + astronauts. + popularity: 66.851 + poster_path: /bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg + vote_average: 7.642 + vote_count: 74 + - adult: false + backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg + character: Self + credit_id: 659ed484d6590b014a28d774 + episode_count: 3 + first_air_date: '2014-02-17' + genre_ids: + - 35 + - 10767 + id: 59941 + name: The Tonight Show Starring Jimmy Fallon + origin_country: + - US + original_language: en + original_name: The Tonight Show Starring Jimmy Fallon + overview: >- + After Jay Leno's second retirement from the program, + Jimmy Fallon stepped in as his permanent replacement. + After 42 years in Los Angeles the program was brought + back to New York. + popularity: 341.016 + poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg + vote_average: 5.826 + vote_count: 316 + - adult: false + backdrop_path: null + character: Self + credit_id: 5b379ebb0e0a263ff003c64b + episode_count: 1 + first_air_date: '2005-11-11' + genre_ids: + - 10767 + id: 80515 + name: The Reichen Show + origin_country: + - US + original_language: en + original_name: The Reichen Show + overview: A list of celebrity interviews and sensational topics. + popularity: 84.345 + poster_path: /x9fDBKqmmHHUvcaal1Tzw6iqTW.jpg + vote_average: 4.8 + vote_count: 5 + - adult: false + backdrop_path: /pLdOKGTe8LvtW67zyiNqU3512HB.jpg + character: Self - Nominee + credit_id: 65a4fa831fb94f00ba749a08 + episode_count: 1 + first_air_date: '1999-08-01' + genre_ids: + - 35 + - 10751 + - 10762 + id: 43117 + name: Teen Choice Awards + origin_country: + - US + original_language: en + original_name: Teen Choice Awards + overview: >- + The Teen Choice Awards is a teen awards show presented + annually by Fox. The first awards were held in 1999. + The program honors the year's biggest achievements in + music, movies, sports, television, fashion and more, + as voted on by teens aged 13–19. The program features + a number of celebrities and also musical performers. + The winners are awarded with authentic mini size (182 + cm) surfboards designed with a summertime theme. The + ceremony has created spin-off teen awards on YouTube. + popularity: 2.143 + poster_path: /3q900BNcKbe3GHga4RVxSnoiqP4.jpg + vote_average: 10 + vote_count: 8 + - adult: false + backdrop_path: null + character: Self + credit_id: 630d03f3028f14007b1e4b26 + episode_count: 2 + first_air_date: '1988-01-01' + genre_ids: [] + id: 209121 + name: Smash Hits Poll Winners Party + origin_country: + - GB + original_language: en + original_name: Smash Hits Poll Winners Party + overview: '' + popularity: 4.134 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /nmfCjVO4KsATq5idhHfGVwqfl32.jpg + character: Pinoak (voice) + credit_id: 5cac84fec3a3685bfde4a2c1 + episode_count: 1 + first_air_date: '1995-03-12' + genre_ids: + - 16 + id: 10906 + name: 'Happily Ever After: Fairy Tales for Every Child' + origin_country: + - US + original_language: en + original_name: 'Happily Ever After: Fairy Tales for Every Child' + overview: >- + Happily Ever After: Fairy Tales for Every Child is an + American anthology animated television series. + popularity: 39.168 + poster_path: /yOfpjbdrR4bc3Q0slw3o0j8b7sE.jpg + vote_average: 6 + vote_count: 10 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + character: Self + credit_id: 5c911b959251410ff4a643da + episode_count: 6 + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg + character: Self - Guest + credit_id: 63534fdbf8e98200817b3499 + episode_count: 3 + first_air_date: '2007-02-22' + genre_ids: + - 35 + - 10767 + id: 1220 + name: The Graham Norton Show + origin_country: + - GB + original_language: en + original_name: The Graham Norton Show + overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out." + popularity: 160.438 + poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg + vote_average: 7.2 + vote_count: 252 + - adult: false + backdrop_path: /7RizgNN3qH1vjDbhWrJKFoxPfrT.jpg + character: Self + credit_id: 5d25979337b3a902ce52df84 + episode_count: 1 + first_air_date: '2018-04-29' + genre_ids: + - 99 + - 10765 + id: 79003 + name: James Cameron's Story of Science Fiction + origin_country: + - US + original_language: en + original_name: James Cameron's Story of Science Fiction + overview: >- + Explore the evolution of sci-fi from its origins as a + small genre with a cult following to the blockbuster + pop-cultural phenomenon we know today. In each + episode, James Cameron introduces one of the “Big + Questions” that humankind has contemplated throughout + the ages and reaches back into sci-fi’s past to better + understand how our favorite films, TV shows, books, + and video games were born. + popularity: 20.484 + poster_path: /qhanotOZnOdgmCZonug5anT0mFo.jpg + vote_average: 6.779 + vote_count: 43 + - adult: false + backdrop_path: /qtjkdVO28fF3fhADjaLKU7LJWtJ.jpg + character: Self + credit_id: 63828617a4af8f0097bfc9cd + episode_count: 1 + first_air_date: '1998-06-08' + genre_ids: + - 10767 + id: 9847 + name: The Magic Hour + origin_country: + - US + original_language: en + original_name: The Magic Hour + overview: >- + The Magic Hour is an American talk show hosted by + basketball player Earvin "Magic" Johnson. The series + aired in syndication from June to September 1998. + popularity: 18.85 + poster_path: /8UpbTCtKFIeMN0TJGLKsPkUo9jp.jpg + vote_average: 5 + vote_count: 1 + - adult: false + backdrop_path: null + character: Self + credit_id: 5dc5e329a14e1000105a9e63 + episode_count: 1 + first_air_date: '1998-01-22' + genre_ids: + - 10767 + id: 63069 + name: Die Johannes B. Kerner Show + origin_country: + - DE + original_language: de + original_name: Die Johannes B. Kerner Show + overview: '' + popularity: 155.052 + poster_path: null + vote_average: 4 + vote_count: 1 + - adult: false + backdrop_path: /gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg + character: Self + credit_id: 5e27b130c68b6900143eb585 + episode_count: 1 + first_air_date: '2015-08-02' + genre_ids: + - 10767 + id: 63498 + name: Close Up with The Hollywood Reporter + origin_country: + - US + original_language: en + original_name: Close Up with The Hollywood Reporter + overview: >- + Some of this year's most talked about talent open up + about the challenges and triumphs of creating + critically acclaimed series and performances. + popularity: 79.433 + poster_path: /h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg + vote_average: 5.735 + vote_count: 17 + - adult: false + backdrop_path: /9giQxevgoCWfSfXALGmuaXmqEq0.jpg + character: Self + credit_id: 5e4c02ad9a3c490014335361 + episode_count: 3 + first_air_date: '1996-07-22' + genre_ids: + - 10763 + - 35 + id: 2224 + name: The Daily Show + origin_country: + - US + original_language: en + original_name: The Daily Show + overview: >- + The World's Fakest News Team tackle the biggest + stories in news, politics and pop culture. + popularity: 336.421 + poster_path: /ixcfyK7it6FjRM36Te4OdblAq4X.jpg + vote_average: 6.362 + vote_count: 538 + - adult: false + backdrop_path: /iNt4CmfX70UlqFG6Ixxnhto3IOA.jpg + character: Self + credit_id: 6660ce32248b6acbb2008901 + episode_count: 1 + first_air_date: '2015-03-12' + genre_ids: + - 10767 + - 35 + id: 72649 + name: Hot Ones + origin_country: + - US + original_language: en + original_name: Hot Ones + overview: >- + The show with hot questions and even hotter wings + invites a famous guest over to eat and then interviews + them while they're struggling through the heat. + popularity: 150.496 + poster_path: /4uudasFgKCVQFNGqfanD6wEGVS1.jpg + vote_average: 7.4 + vote_count: 53 + - adult: false + backdrop_path: /fE4vTc4IAneVYFvKSoSL3Th91S1.jpg + character: Host + credit_id: 5eb1f022edeb43001fca6ce1 + episode_count: 1 + first_air_date: '1987-01-18' + genre_ids: [] + id: 23521 + name: Kids' Choice Awards + origin_country: + - US + original_language: en + original_name: Kids' Choice Awards + overview: "Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange\_blimp\_figurine which also functions as a\_kaleidoscope." + popularity: 27.655 + poster_path: /aXmN5IYM0zWtfe8MD0WNMZlHjeE.jpg + vote_average: 8.8 + vote_count: 12 + - adult: false + backdrop_path: /gLyYrZ34u7zcGpEPJEnwxCTGhuP.jpg + character: Self - Host + credit_id: 5f4644722da846003539ef2e + episode_count: 16 + first_air_date: '2022-03-04' + genre_ids: + - 35 + - 99 + id: 108265 + name: This Joka + origin_country: + - US + original_language: en + original_name: This Joka + overview: >- + Will Smith invites a diverse lineup of comics to + explore the nature of comedy and its unique ability to + bring people together. Watch stand-up sets, intimate + interviews with Smith and the comics, and docu-style + moments backstage and around Las Vegas. + popularity: 3.428 + poster_path: /syiVecxfBy6ZsTB3exCqeI1qxtX.jpg + vote_average: 4 + vote_count: 3 + - adult: false + backdrop_path: /43v7fFaHiDjSosdNLM1ytgXkeSe.jpg + character: Self - Nominee/Presenter + credit_id: 66c889cb31ea1508c4d81042 + episode_count: 1 + first_air_date: '1956-04-01' + genre_ids: [] + id: 30048 + name: Tony Awards + origin_country: + - US + original_language: en + original_name: Tony Awards + overview: >- + The Antoinette Perry Award for Excellence in Theatre, + more commonly known as a Tony Award, recognizes + achievement in live Broadway theatre. The awards are + presented by the American Theatre Wing and The + Broadway League at an annual ceremony in New York + City. The awards are given for Broadway productions + and performances, and an award is given for regional + theatre. + popularity: 211.2 + poster_path: /6pxoHfywO6bFDOQa9bmWZ1hyKBt.jpg + vote_average: 4.556 + vote_count: 9 + - adult: false + backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg + character: Self - Guest + credit_id: 5f8fe8b7fed5970037491369 + episode_count: 1 + first_air_date: '2006-09-24' + genre_ids: + - 35 + - 10767 + id: 6809 + name: El hormiguero + origin_country: + - ES + original_language: es + original_name: El hormiguero + overview: >- + El Hormiguero is a Spanish television program with a + live audience focusing on comedy, science, and + politics running since September 2006. It is hosted + and produced by screenwriter Pablo Motos. The show + aired on Spain's Cuatro channel from launch until June + 2011 and is now broadcast on Antena 3. Recurring + guests on the show include Luis Piedrahita, Raquel + Martos, Marron & "The Man in Black", and puppet ants + Trancas and Barrancas. It has proved a ratings + success, and has expanded from a weekly 120-minute + show to a daily 40-minute show in its third season, + which began on September 17, 2007. The show won the + Entertainment prize at the 2009 Rose d'Or ceremony. + popularity: 125.63 + poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg + vote_average: 4.9 + vote_count: 33 + - adult: false + backdrop_path: null + character: self - segment + credit_id: 66f1f34ffc009839148d52ff + episode_count: 1 + first_air_date: '2004-08-02' + genre_ids: + - 10767 + id: 20426 + name: Sarah Kuttner – Die Show + origin_country: + - DE + original_language: de + original_name: Sarah Kuttner – Die Show + overview: >- + Sarah Kuttner – Die Show was a German television talk + show that ran on VIVA and was then transferred to MTV + under the title Kuttner. in mid-2005. It ran from + August 2, 2004 to August 3, 2006. + + + Hosted by Sarah Kuttner, it was a more youthful + variation on the traditional late show concept with a + sidekick, Sven Schuhmacher, and various national as + well as international celebrity guests. The show also + featured humorous reports by Michael Wigge and + Caroline Korneli, its own band and musical guests + performing live on stage. + + + When MTV took over other German music channel VIVA in + 2004, it was suggested, the show would be cancelled, + which drew massive protests from fans. It was then cut + from four shows per week to just two shows and later + transferred to MTV and renamed Kuttner. Production was + relocated from Cologne to Berlin. + + + MTV cancelled Kuttner. in summer 2006 due to low + ratings and high production costs. + popularity: 13.386 + poster_path: null + vote_average: 7 + vote_count: 2 + - adult: false + backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg + character: Self - Nominee + credit_id: 67008ce4b146282f7b853a8c + episode_count: 2 + first_air_date: '1944-01-20' + genre_ids: + - 10767 + id: 71494 + name: Golden Globe Awards + origin_country: + - US + original_language: en + original_name: Golden Globe Awards + overview: >- + An annual awards ceremony recognizing excellence in + film and television, both domestic and foreign, + bestowed by the Hollywood Foreign Press Association. + popularity: 263.564 + poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg + vote_average: 6.8 + vote_count: 14 + - adult: false + backdrop_path: /mCZEHiyPkmsw3MDBNuiN5z85gs8.jpg + character: Self + credit_id: 6717a2726fb09e394c02a762 + episode_count: 1 + first_air_date: '2002-10-20' + genre_ids: + - 10767 + - 10759 + - 10764 + - 35 + id: 45 + name: Top Gear + origin_country: + - GB + original_language: en + original_name: Top Gear + overview: >- + This fast-paced and stunt-filled motor show tests + whether cars, both mundane and extraordinary, live up + to their manufacturers' claims. The long-running show + travels to locations around the world, performing + extreme stunts and challenges to see what the featured + cars are capable of doing. The current hosts are Paddy + Mcguinness, Chris Harris and Andrew "Freddie" + Flintoff. + popularity: 138.658 + poster_path: /aqM6QnuhSXzjHlKbXyKUqxaGiWu.jpg + vote_average: 7.5 + vote_count: 751 + - adult: false + backdrop_path: /riAGbIUpWdLJckBdI8McejwqLG5.jpg + character: Self + credit_id: 675f6cb6204f3b5b48304f55 + episode_count: 1 + first_air_date: '2014-12-21' + genre_ids: + - 10767 + id: 105197 + name: 'Variety Studio: Actors on Actors' + origin_country: + - US + original_language: en + original_name: 'Variety Studio: Actors on Actors' + overview: >- + PBS SoCal and Variety take you inside the biggest + movies and TV shows of the past year through candid + conversations with today's hottest actors. Hosted by + Variety Film Awards Editor Clayton Davis and Variety + Chief Correspondent Elizabeth Wagmeister, each episode + brings together pairs of actors engaging in intimate + one-on-one discussions about their craft and work. + popularity: 115.99 + poster_path: /pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg + vote_average: 4.4 + vote_count: 7 + crew: + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 52570ce219c29571140186c5 + department: Directing + episode_count: 1 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Director + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /xACZqtfxTYftZvB70ZnZtAjq820.jpg + credit_id: 52582d72760ee36aaa8a5e32 + department: Production + episode_count: 2 + first_air_date: '2000-02-05' + genre_ids: [] + id: 13992 + job: Producer + name: The Queen Latifah Show + origin_country: + - US + original_language: en + original_name: The Queen Latifah Show + overview: >- + The First iteration (1999-2001) was described as the + "Dear Abby for the Hip-Hop Generation", with the + series covering various topics and including + interviews with celebrities and non-celebrities alike. + The Second iteration (2013-2015) featured celebrity + interviews, human interest stories, musical + performances, and Queen Latifah's take on pop culture + news. Latifah also ventured into communities across + the country to share compelling stories, celebrate + individuals who give back to their communities and + delivers life-changing surprises. + + + Previously, a talk show with the exact same title + aired from 1999 to 2001; however, the second iteration + is not a revival of this older syndicated television + production. Telepictures (1999-2001) / Sony Pictures + Television (2013-205) with Flavor Unit and Overbrook. + popularity: 7.841 + poster_path: /cGFOMyTM4DRXeBVCRUV8EGnJ8iq.jpg + vote_average: 3.5 + vote_count: 4 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 5867ea6bc3a3680f580008c8 + department: Production + episode_count: 24 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Executive Producer + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 58719074925141356900f793 + department: Writing + episode_count: 1 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Story + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 5caf4a9e9251412fb0221bd1 + department: Production + episode_count: 88 + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Executive Producer + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + credit_id: 5d386e7703fa9e0012858ff7 + department: Directing + episode_count: 6 + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + job: Director + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg + credit_id: 5f0c1aac93db9200344c46a6 + department: Production + episode_count: 30 + first_air_date: '2018-05-02' + genre_ids: + - 10759 + - 18 + - 35 + id: 77169 + job: Executive Producer + name: Cobra Kai + origin_country: + - US + original_language: en + original_name: Cobra Kai + overview: >- + This Karate Kid sequel series picks up 30 years after + the events of the 1984 All Valley Karate Tournament + and finds Johnny Lawrence on the hunt for redemption + by reopening the infamous Cobra Kai karate dojo. This + reignites his old rivalry with the successful Daniel + LaRusso, who has been working to maintain the balance + in his life without mentor Mr. Miyagi. + popularity: 587.088 + poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg + vote_average: 8.209 + vote_count: 6366 + - adult: false + backdrop_path: /zHdQ6yaqDf3OQO5uhr0auAgwK6O.jpg + credit_id: 5f57f633197de400395b5258 + department: Production + episode_count: 30 + first_air_date: '2022-02-13' + genre_ids: + - 18 + id: 107365 + job: Executive Producer + name: Bel-Air + origin_country: + - US + original_language: en + original_name: Bel-Air + overview: >- + The journey of a book smart teen whose life is forever + transformed when he moves from the streets of west + Philadelphia to live with his relatives in one of LA’s + wealthiest suburbs. + popularity: 51.067 + poster_path: /j8tbXWXrL15RucA6H4khq87dEXa.jpg + vote_average: 7.9 + vote_count: 222 + - adult: false + backdrop_path: /lfedcBcQRHFtvIlePwLaZvvJHHl.jpg + credit_id: 5f7fd1e9d11e0e0037c2e90e + department: Production + episode_count: 6 + first_air_date: '2022-01-06' + genre_ids: + - 18 + id: 111263 + job: Executive Producer + name: Women of the Movement + origin_country: + - US + original_language: en + original_name: Women of the Movement + overview: >- + A limited series focusing on Mamie Till Mobley, who + devoted her life to seeking justice for her son Emmett + Till following his brutal murder in the Jim Crow + South. + popularity: 10.619 + poster_path: /pL9prhQYEPKoNOniVJcJjEaozdY.jpg + vote_average: 7.5 + vote_count: 12 + - adult: false + backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg + credit_id: 606ddcf43c887d004093ed2a + department: Production + episode_count: 6 + first_air_date: '2021-02-17' + genre_ids: + - 99 + - 10763 + - 10768 + id: 118043 + job: Executive Producer + name: 'Amend: The Fight for America' + origin_country: + - US + original_language: en + original_name: 'Amend: The Fight for America' + overview: >- + When the United States of America was founded, the + ideals of freedom and equality did not apply to all + people. These are the stories of the brave Americans + who fought to right the nation’s wrongs and enshrine + the values we hold most dear into the Constitution — + with liberty and justice for all. + popularity: 12.082 + poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg + vote_average: 7.079 + vote_count: 164 + - adult: false + backdrop_path: /eAvMLFaY0GpgqkcdiAsjzxbK0C9.jpg + credit_id: 619bcf8ee2ff32006595e8aa + department: Production + episode_count: 3 + first_air_date: '2022-02-19' + genre_ids: + - 10764 + - 10767 + id: 138763 + job: Producer + name: Off Thee Leash + origin_country: + - US + original_language: en + original_name: Off Thee Leash + overview: >- + Who let the dogs out? Megan Thee Stallion, and she's + teaming up with Snapchat for a new pet series called + Off Thee Leash. + popularity: 1.516 + poster_path: /oxtDZZnMRlmWriiE2pQWWoHO8VV.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6201548c1e92256135a14a02 + department: Production + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + job: Producer + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + credit_id: 6201549100508a00deda9fb3 + department: Production + episode_count: 1 + first_air_date: '' + genre_ids: + - 99 + id: 157194 + job: Executive Producer + name: Pole to Pole + origin_country: + - US + original_language: en + original_name: Pole to Pole + overview: >- + A series that will see the King Richard star cover + 26,000 miles from the South Pole to the North Pole. It + comes from Smith’s Westbrook Studios, Jane Root’s + Nutopia and Aronofsky’s Protoza. + popularity: 1.63 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg + credit_id: 631c9b3cd399e6008485baff + department: Production + episode_count: 50 + first_air_date: '2018-05-02' + genre_ids: + - 10759 + - 18 + - 35 + id: 77169 + job: Producer + name: Cobra Kai + origin_country: + - US + original_language: en + original_name: Cobra Kai + overview: >- + This Karate Kid sequel series picks up 30 years after + the events of the 1984 All Valley Karate Tournament + and finds Johnny Lawrence on the hunt for redemption + by reopening the infamous Cobra Kai karate dojo. This + reignites his old rivalry with the successful Daniel + LaRusso, who has been working to maintain the balance + in his life without mentor Mr. Miyagi. + popularity: 587.088 + poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg + vote_average: 8.209 + vote_count: 6366 + - adult: false + backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg + credit_id: 647ac651e323f300c429b8fe + department: Sound + episode_count: 148 + first_air_date: '1990-09-10' + genre_ids: + - 35 + - 10751 + id: 1892 + job: Theme Song Performance + name: The Fresh Prince of Bel-Air + origin_country: + - US + original_language: en + original_name: The Fresh Prince of Bel-Air + overview: >- + Will, a street-smart teenager, moves from the tough + streets of West Philly to posh Bel-Air to live with + his Uncle Philip, Aunt Vivian, his cousins — spoiled + Hilary, preppy Carlton and young Ashley — and their + sophisticated British butler, Geoffrey. Though Will’s + antics and upbringing contrast greatly with the + upper-class lifestyle of his extended relatives, he + soon finds himself right at home as a loved part of + the family. + popularity: 75.033 + poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg + vote_average: 7.936 + vote_count: 2259 + - adult: false + backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg + credit_id: 52570ce819c2957114018be3 + department: Creator + first_air_date: '2003-09-16' + genre_ids: + - 35 + - 10751 + id: 1566 + job: Creator + name: All of Us + origin_country: + - US + original_language: en + original_name: All of Us + overview: >- + Robert James, an entertainment reporter for a local + Los Angeles television station, is handsome, smart and + thoroughly modern in his thinking. Recently divorced + from the somewhat self-absorbed Neesee, the mother of + their endearing 6-year-old son, Robert refuses to buy + into the old stereotype that being divorced means you + can't get along with the ex. + popularity: 28.535 + poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg + vote_average: 7.354 + vote_count: 24 + - adult: false + backdrop_path: null + credit_id: 5258e8f4760ee3466186a080 + department: Creator + first_air_date: '' + genre_ids: [] + id: 37428 + job: Creator + name: Almost + origin_country: + - US + original_language: en + original_name: Almost + overview: '' + popularity: 0.935 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg + credit_id: 5c9751379251416b33f4c500 + department: Creator + first_air_date: '2019-02-27' + genre_ids: + - 10764 + - 99 + id: 87732 + job: Creator + name: Will Smith's Bucket List + origin_country: + - US + original_language: en + original_name: Will Smith's Bucket List + overview: >- + There aren’t many people in the world who have a + bucket list quite like Will Smith. Now you can join + him on his unbelievable adventure as he travels the + globe, takes on insane challenges, overcomes obstacles + and punches fear in the mouth! + popularity: 8.492 + poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg + vote_average: 4.1 + vote_count: 8 + - adult: false + backdrop_path: null + credit_id: 617f92e8e93e95002b35f367 + department: Creator + first_air_date: '2021-11-08' + genre_ids: + - 99 + id: 137684 + job: Creator + name: Best Shape of My Life + origin_country: + - US + original_language: en + original_name: Best Shape of My Life + overview: >- + Will Smith teams up with guests and undergoes a + fitness challenge. + popularity: 2.732 + poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg + vote_average: 4 + vote_count: 4 + - adult: false + backdrop_path: null + credit_id: 63f64a458c22c0008c50a693 + department: Creator + first_air_date: '2022-03-21' + genre_ids: + - 10762 + id: 203054 + job: Creator + name: Las Aventuras de Giga Doki + origin_country: + - ES + original_language: es + original_name: Las Aventuras de Giga Doki + overview: '' + popularity: 2.858 + poster_path: /q23cxXSwBZLucKac1lRFPGsCRtj.jpg + vote_average: 2 + vote_count: 1 + id: 2888 + + /person/{person_id}/tagged_images: + get: + tags: + - PEOPLE + summary: Tagged Images + description: This endpoint get the tagged images for a person. + operationId: taggedImages + parameters: + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/person_id' + + responses: + '200': + description: tagged images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=6834 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:15:24 GMT + ETag: + schema: + type: string + example: W/"9ab6390070a7a9de3ccab29f11e24d50" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 f37f104903bda438e8b0547be6e0c192.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: mLnwWwlfapel6LXBKWKAABPsWPJcpfK3h2kbdzeY5QuVS8NwijrL1g== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '21520' + x-memc-expires: + schema: + type: string + example: '6834' + x-memc-key: + schema: + type: string + example: 95cac800004bd960b07b762f61d39428 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 2888 + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 1.7780938833570412 + file_path: + type: string + example: /i5eAeveFvxmEB7giipop8gSJJ0o.jpg + height: + type: number + example: 1406 + id: + type: string + example: 53b80c8f0e0a2676c4007773 + image_type: + type: string + example: still + iso_639_1: + type: string + nullable: true + example: null + media: + type: object + properties: + adult: + type: boolean + example: false + air_date: + type: string + example: '2014-02-17' + backdrop_path: + type: string + example: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg + episode_number: + type: number + example: 1 + episode_type: + type: string + example: standard + genre_ids: + type: array + items: + type: number + example: 28 + example: + - 28 + - 35 + - 878 + id: + type: number + example: 993959 + media_type: + type: string + example: tv_episode + name: + type: string + example: Will Smith, U2 + original_language: + type: string + example: en + original_title: + type: string + example: Men in Black II + overview: + type: string + example: Actor Will Smith; U2 performs. + popularity: + type: number + example: 35.639 + poster_path: + type: string + example: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg + production_code: + type: string + example: '' + release_date: + type: string + example: '2002-07-03' + runtime: + type: number + example: 45 + season_number: + type: number + example: 1 + show_id: + type: number + example: 59941 + still_path: + type: string + example: /i5eAeveFvxmEB7giipop8gSJJ0o.jpg + title: + type: string + example: Men in Black II + video: + type: boolean + example: false + vote_average: + type: number + example: 0 + vote_count: + type: number + example: 0 + media_type: + type: string + example: episode + vote_average: + type: number + example: 3.334 + vote_count: + type: number + example: 1 + width: + type: number + example: 2500 + example: + - aspect_ratio: 1.7780938833570412 + file_path: /i5eAeveFvxmEB7giipop8gSJJ0o.jpg + height: 1406 + id: 53b80c8f0e0a2676c4007773 + image_type: still + iso_639_1: null + media: + air_date: '2014-02-17' + episode_number: 1 + episode_type: standard + id: 993959 + media_type: tv_episode + name: Will Smith, U2 + overview: Actor Will Smith; U2 performs. + production_code: '' + runtime: 45 + season_number: 1 + show_id: 59941 + still_path: /i5eAeveFvxmEB7giipop8gSJJ0o.jpg + vote_average: 0 + vote_count: 0 + media_type: episode + vote_average: 3.334 + vote_count: 1 + width: 2500 + - aspect_ratio: 1.7780938833570412 + file_path: /r5NmxYScVF6SLEBkvNv49Zjvpcd.jpg + height: 1406 + id: 53b8c3ad0e0a2676bf008910 + image_type: still + iso_639_1: null + media: + air_date: '2014-02-17' + episode_number: 1 + episode_type: standard + id: 993959 + media_type: tv_episode + name: Will Smith, U2 + overview: Actor Will Smith; U2 performs. + production_code: '' + runtime: 45 + season_number: 1 + show_id: 59941 + still_path: /i5eAeveFvxmEB7giipop8gSJJ0o.jpg + vote_average: 0 + vote_count: 0 + media_type: episode + vote_average: 1.666 + vote_count: 1 + width: 2500 + - aspect_ratio: 0.6666666666666666 + file_path: /hsOPTbmZcnZyY5aCyATdjdHLE3x.jpg + height: 2100 + id: 5ae831b79251410cec01277a + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg + genre_ids: + - 28 + - 35 + - 878 + id: 608 + media_type: movie + original_language: en + original_title: Men in Black II + overview: >- + Kay and Jay reunite to provide our best, last and + only line of defense against a sinister seductress + who levels the toughest challenge yet to the MIB's + untarnished mission statement – protecting Earth + from the scum of the universe. It's been four years + since the alien-seeking agents averted an + intergalactic disaster of epic proportions. Now it's + a race against the clock as Jay must convince Kay – + who not only has absolutely no memory of his time + spent with the MIB, but is also the only living + person left with the expertise to save the galaxy – + to reunite with the MIB before the earth submits to + ultimate destruction. + popularity: 35.639 + poster_path: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg + release_date: '2002-07-03' + title: Men in Black II + video: false + vote_average: 6.372 + vote_count: 9923 + media_type: movie + vote_average: 1.222 + vote_count: 3 + width: 1400 + - aspect_ratio: 0.6666666666666666 + file_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + height: 1500 + id: 5b48f0d30e0a26453e00000c + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often + get him into trouble. Meanwhile, Lenny is a great + white shark with a surprising secret that no sea + creature would guess: He's a vegetarian. When a lie + turns Oscar into an improbable hero and Lenny + becomes an outcast, the two form an unlikely + friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + media_type: movie + vote_average: 8.908 + vote_count: 9 + width: 1000 + - aspect_ratio: 0.6802721088435374 + file_path: /3opaQxwN8aPV8IjuhzaXjXzjQlX.jpg + height: 2940 + id: 5d0490d1c3a368445b29df0d + image_type: poster + iso_639_1: uk + media: + adult: false + backdrop_path: /rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg + genre_ids: + - 12 + - 14 + - 10749 + - 10751 + id: 420817 + media_type: movie + original_language: en + original_title: Aladdin + overview: >- + A kindhearted street urchin named Aladdin embarks on + a magical adventure after finding a lamp that + releases a wisecracking genie while a power-hungry + Grand Vizier vies for the same lamp that has the + power to make their deepest wishes come true. + popularity: 50.646 + poster_path: /ykUEbfpkf8d0w49pHh0AD2KrT52.jpg + release_date: '2019-05-22' + title: Aladdin + video: false + vote_average: 7.098 + vote_count: 10067 + media_type: movie + vote_average: 1.714 + vote_count: 7 + width: 2000 + - aspect_ratio: 0.666 + file_path: /51XB57VpXPQd4ls16jez5Zg4Mtu.jpg + height: 1000 + id: 5e9e5fb31f331900244bd573 + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often + get him into trouble. Meanwhile, Lenny is a great + white shark with a surprising secret that no sea + creature would guess: He's a vegetarian. When a lie + turns Oscar into an improbable hero and Lenny + becomes an outcast, the two form an unlikely + friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + media_type: movie + vote_average: 1.75 + vote_count: 4 + width: 666 + - aspect_ratio: 0.7012622720897616 + file_path: /xJ0xfe3BDNmLml47fo1lBb2pt1I.jpg + height: 1426 + id: 5eb893b5b7d3520021e74790 + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often + get him into trouble. Meanwhile, Lenny is a great + white shark with a surprising secret that no sea + creature would guess: He's a vegetarian. When a lie + turns Oscar into an improbable hero and Lenny + becomes an outcast, the two form an unlikely + friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + media_type: movie + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.7012622720897616 + file_path: /mTU5OEVbQVACWWeRzEBUKLMHOgH.jpg + height: 1426 + id: 5eb893b87d2bc1001cfc102f + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often + get him into trouble. Meanwhile, Lenny is a great + white shark with a surprising secret that no sea + creature would guess: He's a vegetarian. When a lie + turns Oscar into an improbable hero and Lenny + becomes an outcast, the two form an unlikely + friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + media_type: movie + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.6896551724137931 + file_path: /gAEWE1toUskXS76yNlKFQkdTnZt.jpg + height: 1015 + id: 5ecb9233bb070d0022e7ec9e + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg + genre_ids: + - 18 + id: 321741 + media_type: movie + original_language: en + original_title: Concussion + overview: >- + A dramatic thriller based on the incredible true + David vs. Goliath story of American immigrant Dr. + Bennet Omalu, the brilliant forensic + neuropathologist who made the first discovery of + CTE, a football-related brain trauma, in a pro + player and fought for the truth to be known. Omalu's + emotional quest puts him at dangerous odds with one + of the most powerful institutions in the world. + popularity: 12.822 + poster_path: /gseayWAIFt3GQrEUNuUcYxT77Ud.jpg + release_date: '2015-11-12' + title: Concussion + video: false + vote_average: 7.09 + vote_count: 2540 + media_type: movie + vote_average: 1.222 + vote_count: 3 + width: 700 + - aspect_ratio: 0.7521902377972466 + file_path: /viKkEpIDAdqKTFKW4UKMwKiaHs6.jpg + height: 799 + id: 6195b88a4ccc500062d5e490 + image_type: poster + iso_639_1: es + media: + adult: false + backdrop_path: /bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg + genre_ids: + - 18 + - 14 + id: 4958 + media_type: movie + original_language: en + original_title: The Legend of Bagger Vance + overview: >- + World War I has left golfer Rannulph Junuh a + poker-playing alcoholic, his perfect swing gone. + Now, however, he needs to get it back to play in a + tournament to save the financially ravaged golf + course of a long-ago sweetheart. Help arrives in the + form of mysterious caddy Bagger Vance. + popularity: 12.032 + poster_path: /fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg + release_date: '2000-11-02' + title: The Legend of Bagger Vance + video: false + vote_average: 6.578 + vote_count: 898 + media_type: movie + vote_average: 2.278 + vote_count: 3 + width: 601 + - aspect_ratio: 0.6666666666666666 + file_path: /xqyF5arkkIg2o9Dd4I1YCmVknKi.jpg + height: 3000 + id: 65345d64c8a5ac00ac38c005 + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + media_type: movie + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to stop + the spread of the terrible virus that was incurable + and man-made. Immune, Neville is now the last human + survivor in what is left of New York City and + perhaps the world. For three years, Neville has + faithfully sent out daily radio messages, desperate + to find any other survivors who might be out there. + But he is not alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15754 + media_type: movie + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.6666666666666666 + file_path: /kKYnQHH48rhL5xisNcQeLHBTGxU.jpg + height: 1605 + id: 6630b8934a4bfc0126e122dd + image_type: poster + iso_639_1: he + media: + adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + media_type: movie + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey + and Burnett try to clear his name, only to end up on + the run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + media_type: movie + vote_average: 1.75 + vote_count: 2 + width: 1070 + - aspect_ratio: 0.6670567583382094 + file_path: /x9tFT73WOJuJEgtTXDYuFmCXmeR.jpg + height: 1709 + id: 665e0113d590af694288fbe2 + image_type: poster + iso_639_1: he + media: + adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + media_type: movie + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey + and Burnett try to clear his name, only to end up on + the run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + media_type: movie + vote_average: 3.334 + vote_count: 3 + width: 1140 + total_pages: + type: number + example: 1 + total_results: + type: number + example: 13 + examples: + tagged images: + value: + id: 2888 + page: 1 + results: + - aspect_ratio: 1.7780938833570412 + file_path: /i5eAeveFvxmEB7giipop8gSJJ0o.jpg + height: 1406 + id: 53b80c8f0e0a2676c4007773 + image_type: still + iso_639_1: null + media: + air_date: '2014-02-17' + episode_number: 1 + episode_type: standard + id: 993959 + media_type: tv_episode + name: Will Smith, U2 + overview: Actor Will Smith; U2 performs. + production_code: '' + runtime: 45 + season_number: 1 + show_id: 59941 + still_path: /i5eAeveFvxmEB7giipop8gSJJ0o.jpg + vote_average: 0 + vote_count: 0 + media_type: episode + vote_average: 3.334 + vote_count: 1 + width: 2500 + - aspect_ratio: 1.7780938833570412 + file_path: /r5NmxYScVF6SLEBkvNv49Zjvpcd.jpg + height: 1406 + id: 53b8c3ad0e0a2676bf008910 + image_type: still + iso_639_1: null + media: + air_date: '2014-02-17' + episode_number: 1 + episode_type: standard + id: 993959 + media_type: tv_episode + name: Will Smith, U2 + overview: Actor Will Smith; U2 performs. + production_code: '' + runtime: 45 + season_number: 1 + show_id: 59941 + still_path: /i5eAeveFvxmEB7giipop8gSJJ0o.jpg + vote_average: 0 + vote_count: 0 + media_type: episode + vote_average: 1.666 + vote_count: 1 + width: 2500 + - aspect_ratio: 0.6666666666666666 + file_path: /hsOPTbmZcnZyY5aCyATdjdHLE3x.jpg + height: 2100 + id: 5ae831b79251410cec01277a + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg + genre_ids: + - 28 + - 35 + - 878 + id: 608 + media_type: movie + original_language: en + original_title: Men in Black II + overview: >- + Kay and Jay reunite to provide our best, last and + only line of defense against a sinister seductress + who levels the toughest challenge yet to the MIB's + untarnished mission statement – protecting Earth + from the scum of the universe. It's been four years + since the alien-seeking agents averted an + intergalactic disaster of epic proportions. Now it's + a race against the clock as Jay must convince Kay – + who not only has absolutely no memory of his time + spent with the MIB, but is also the only living + person left with the expertise to save the galaxy – + to reunite with the MIB before the earth submits to + ultimate destruction. + popularity: 35.639 + poster_path: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg + release_date: '2002-07-03' + title: Men in Black II + video: false + vote_average: 6.372 + vote_count: 9923 + media_type: movie + vote_average: 1.222 + vote_count: 3 + width: 1400 + - aspect_ratio: 0.6666666666666666 + file_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + height: 1500 + id: 5b48f0d30e0a26453e00000c + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often + get him into trouble. Meanwhile, Lenny is a great + white shark with a surprising secret that no sea + creature would guess: He's a vegetarian. When a lie + turns Oscar into an improbable hero and Lenny + becomes an outcast, the two form an unlikely + friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + media_type: movie + vote_average: 8.908 + vote_count: 9 + width: 1000 + - aspect_ratio: 0.6802721088435374 + file_path: /3opaQxwN8aPV8IjuhzaXjXzjQlX.jpg + height: 2940 + id: 5d0490d1c3a368445b29df0d + image_type: poster + iso_639_1: uk + media: + adult: false + backdrop_path: /rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg + genre_ids: + - 12 + - 14 + - 10749 + - 10751 + id: 420817 + media_type: movie + original_language: en + original_title: Aladdin + overview: >- + A kindhearted street urchin named Aladdin embarks on + a magical adventure after finding a lamp that + releases a wisecracking genie while a power-hungry + Grand Vizier vies for the same lamp that has the + power to make their deepest wishes come true. + popularity: 50.646 + poster_path: /ykUEbfpkf8d0w49pHh0AD2KrT52.jpg + release_date: '2019-05-22' + title: Aladdin + video: false + vote_average: 7.098 + vote_count: 10067 + media_type: movie + vote_average: 1.714 + vote_count: 7 + width: 2000 + - aspect_ratio: 0.666 + file_path: /51XB57VpXPQd4ls16jez5Zg4Mtu.jpg + height: 1000 + id: 5e9e5fb31f331900244bd573 + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often + get him into trouble. Meanwhile, Lenny is a great + white shark with a surprising secret that no sea + creature would guess: He's a vegetarian. When a lie + turns Oscar into an improbable hero and Lenny + becomes an outcast, the two form an unlikely + friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + media_type: movie + vote_average: 1.75 + vote_count: 4 + width: 666 + - aspect_ratio: 0.7012622720897616 + file_path: /xJ0xfe3BDNmLml47fo1lBb2pt1I.jpg + height: 1426 + id: 5eb893b5b7d3520021e74790 + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often + get him into trouble. Meanwhile, Lenny is a great + white shark with a surprising secret that no sea + creature would guess: He's a vegetarian. When a lie + turns Oscar into an improbable hero and Lenny + becomes an outcast, the two form an unlikely + friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + media_type: movie + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.7012622720897616 + file_path: /mTU5OEVbQVACWWeRzEBUKLMHOgH.jpg + height: 1426 + id: 5eb893b87d2bc1001cfc102f + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg + genre_ids: + - 16 + - 28 + - 35 + - 10751 + id: 10555 + media_type: movie + original_language: en + original_title: Shark Tale + overview: >- + Oscar is a small fish whose big aspirations often + get him into trouble. Meanwhile, Lenny is a great + white shark with a surprising secret that no sea + creature would guess: He's a vegetarian. When a lie + turns Oscar into an improbable hero and Lenny + becomes an outcast, the two form an unlikely + friendship. + popularity: 45.234 + poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg + release_date: '2004-09-20' + title: Shark Tale + video: false + vote_average: 6.026 + vote_count: 6336 + media_type: movie + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.6896551724137931 + file_path: /gAEWE1toUskXS76yNlKFQkdTnZt.jpg + height: 1015 + id: 5ecb9233bb070d0022e7ec9e + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg + genre_ids: + - 18 + id: 321741 + media_type: movie + original_language: en + original_title: Concussion + overview: >- + A dramatic thriller based on the incredible true + David vs. Goliath story of American immigrant Dr. + Bennet Omalu, the brilliant forensic + neuropathologist who made the first discovery of + CTE, a football-related brain trauma, in a pro + player and fought for the truth to be known. Omalu's + emotional quest puts him at dangerous odds with one + of the most powerful institutions in the world. + popularity: 12.822 + poster_path: /gseayWAIFt3GQrEUNuUcYxT77Ud.jpg + release_date: '2015-11-12' + title: Concussion + video: false + vote_average: 7.09 + vote_count: 2540 + media_type: movie + vote_average: 1.222 + vote_count: 3 + width: 700 + - aspect_ratio: 0.7521902377972466 + file_path: /viKkEpIDAdqKTFKW4UKMwKiaHs6.jpg + height: 799 + id: 6195b88a4ccc500062d5e490 + image_type: poster + iso_639_1: es + media: + adult: false + backdrop_path: /bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg + genre_ids: + - 18 + - 14 + id: 4958 + media_type: movie + original_language: en + original_title: The Legend of Bagger Vance + overview: >- + World War I has left golfer Rannulph Junuh a + poker-playing alcoholic, his perfect swing gone. + Now, however, he needs to get it back to play in a + tournament to save the financially ravaged golf + course of a long-ago sweetheart. Help arrives in the + form of mysterious caddy Bagger Vance. + popularity: 12.032 + poster_path: /fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg + release_date: '2000-11-02' + title: The Legend of Bagger Vance + video: false + vote_average: 6.578 + vote_count: 898 + media_type: movie + vote_average: 2.278 + vote_count: 3 + width: 601 + - aspect_ratio: 0.6666666666666666 + file_path: /xqyF5arkkIg2o9Dd4I1YCmVknKi.jpg + height: 3000 + id: 65345d64c8a5ac00ac38c005 + image_type: poster + iso_639_1: en + media: + adult: false + backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg + genre_ids: + - 18 + - 878 + - 53 + id: 6479 + media_type: movie + original_language: en + original_title: I Am Legend + overview: >- + Robert Neville is a scientist who was unable to stop + the spread of the terrible virus that was incurable + and man-made. Immune, Neville is now the last human + survivor in what is left of New York City and + perhaps the world. For three years, Neville has + faithfully sent out daily radio messages, desperate + to find any other survivors who might be out there. + But he is not alone. + popularity: 80.993 + poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg + release_date: '2007-12-12' + title: I Am Legend + video: false + vote_average: 7.208 + vote_count: 15754 + media_type: movie + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.6666666666666666 + file_path: /kKYnQHH48rhL5xisNcQeLHBTGxU.jpg + height: 1605 + id: 6630b8934a4bfc0126e122dd + image_type: poster + iso_639_1: he + media: + adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + media_type: movie + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey + and Burnett try to clear his name, only to end up on + the run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + media_type: movie + vote_average: 1.75 + vote_count: 2 + width: 1070 + - aspect_ratio: 0.6670567583382094 + file_path: /x9tFT73WOJuJEgtTXDYuFmCXmeR.jpg + height: 1709 + id: 665e0113d590af694288fbe2 + image_type: poster + iso_639_1: he + media: + adult: false + backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg + genre_ids: + - 28 + - 35 + - 80 + - 53 + - 12 + id: 573435 + media_type: movie + original_language: en + original_title: 'Bad Boys: Ride or Die' + overview: >- + After their late former Captain is framed, Lowrey + and Burnett try to clear his name, only to end up on + the run themselves. + popularity: 394.83 + poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg + release_date: '2024-06-05' + title: 'Bad Boys: Ride or Die' + video: false + vote_average: 7.5 + vote_count: 2548 + media_type: movie + vote_average: 3.334 + vote_count: 3 + width: 1140 + total_pages: 1 + total_results: 13 + + /person/{person_id}/translations: + get: + tags: + - PEOPLE + summary: Translations + description: This endpoint get the translations that belong to a person. + operationId: translations2 + parameters: + - $ref: '#/components/parameters/person_id' + responses: + '200': + description: translations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=20803 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:16:55 GMT + ETag: + schema: + type: string + example: W/"520d64c7318a668319bd8acdd1ef8d46" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e685e9e08c2e4b105f4d86b35da50628.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: e9dpoA6tBuxNkt7bZyQQSOh7VRbwyDL7hE0Uq-mLLo8mxaII2smuxg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '2941' + x-memc-expires: + schema: + type: string + example: '20803' + x-memc-key: + schema: + type: string + example: db368ddfbde5065f8108fedf600ee3db + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 2888 + translations: + type: array + items: + type: object + properties: + data: + type: object + properties: + biography: + type: string + example: >- + Willard Carroll Smith II (born September 25, + 1968) is an American actor and rapper. Known for + variety of roles, Smith has received various + accolades, including an Academy Award, a British + Academy Film Award and four Grammy Awards. + + + Smith began his acting career starring as a + fictionalized version of himself on the NBC + sitcom The Fresh Prince of Bel-Air (1990–1996). + He first gained recognition as part of a hip hop + duo with DJ Jazzy Jeff, with whom he released + five studio albums and the US Billboard Hot 100 + top 20 singles "Parents Just Don't Understand", + "A Nightmare on My Street", "Summertime", "Ring + My Bell", and "Boom! Shake the Room" from 1984 + to 1994. He released the solo albums Big Willie + Style (1997), Willennium (1999), Born to Reign + (2002), and Lost and Found (2005), which + contained the US number-one singles "Gettin' + Jiggy wit It" and "Wild Wild West". He has + received four Grammy Awards for his rap + performances. + + + Smith achieved wider fame as a leading man in + films such as the action film Bad Boys (1995), + its sequels Bad Boys II (2003) and Bad Boys for + Life (2020), and the sci-fi comedies Men in + Black (1997), Men in Black II (2002), and Men in + Black 3 (2012). After starring in the thrillers + Independence Day (1996) and Enemy of the State + (1998), he received Academy Award for Best Actor + nominations for his portrayal as Muhammad Ali in + Ali (2001), and as Chris Gardner in The Pursuit + of Happyness (2006). He then starred in a range + of commercially successful films, including I, + Robot (2004), Shark Tale (2004), Hitch (2005), I + Am Legend (2007), Hancock (2008), Seven Pounds + (2008), Suicide Squad (2016) and Aladdin (2019). + + + For his portrayal of Richard Williams in the + biographical sports drama King Richard (2021), + Smith won the Academy Award, BAFTA Award, Golden + Globe Award, and Screen Actors Guild Award for + Best Actor. + name: + type: string + example: Will Smith + primary: + type: boolean + example: true + english_name: + type: string + example: English + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + name: + type: string + example: English + example: + - data: + biography: >- + Willard Carroll Smith II (born September 25, 1968) + is an American actor and rapper. Known for variety + of roles, Smith has received various accolades, + including an Academy Award, a British Academy Film + Award and four Grammy Awards. + + + Smith began his acting career starring as a + fictionalized version of himself on the NBC sitcom + The Fresh Prince of Bel-Air (1990–1996). He first + gained recognition as part of a hip hop duo with DJ + Jazzy Jeff, with whom he released five studio albums + and the US Billboard Hot 100 top 20 singles "Parents + Just Don't Understand", "A Nightmare on My Street", + "Summertime", "Ring My Bell", and "Boom! Shake the + Room" from 1984 to 1994. He released the solo albums + Big Willie Style (1997), Willennium (1999), Born to + Reign (2002), and Lost and Found (2005), which + contained the US number-one singles "Gettin' Jiggy + wit It" and "Wild Wild West". He has received four + Grammy Awards for his rap performances. + + + Smith achieved wider fame as a leading man in films + such as the action film Bad Boys (1995), its sequels + Bad Boys II (2003) and Bad Boys for Life (2020), and + the sci-fi comedies Men in Black (1997), Men in + Black II (2002), and Men in Black 3 (2012). After + starring in the thrillers Independence Day (1996) + and Enemy of the State (1998), he received Academy + Award for Best Actor nominations for his portrayal + as Muhammad Ali in Ali (2001), and as Chris Gardner + in The Pursuit of Happyness (2006). He then starred + in a range of commercially successful films, + including I, Robot (2004), Shark Tale (2004), Hitch + (2005), I Am Legend (2007), Hancock (2008), Seven + Pounds (2008), Suicide Squad (2016) and Aladdin + (2019). + + + For his portrayal of Richard Williams in the + biographical sports drama King Richard (2021), Smith + won the Academy Award, BAFTA Award, Golden Globe + Award, and Screen Actors Guild Award for Best Actor. + name: Will Smith + primary: true + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + biography: >- + Will Smith, de son nom complet Willard Christopher + Smith, Jr., est un acteur, producteur et chanteur de + hip-hop américain, né le 25 septembre 1968 à + Philadelphie (Pennsylvanie). + + + Il est l'un des rares artistes à avoir connu le + succès dans trois différents médias de + divertissement aux États-Unis et dans le monde : + cinéma, télévision et musique. Il est devenu + rapidement célèbre en tenant le rôle-titre de la + série télévisée Le Prince de Bel-Air et a joué dans + plusieurs grosses productions hollywoodiennes comme + Bad Boys, Independence Day et Men in Black. + + + Il est l'un des acteurs les mieux payés d'Hollywood + avec 80 millions de dollars (78 millions d'euros) + gagnés entre le 1er juin 2007 et le 1er juin 2008, + et le seul acteur à avoir tourné dans huit films + classés premiers au box-office américain dès leur + premier week-end de diffusion. + name: '' + primary: false + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + biography: >- + Willard Carroll “Will” Smith Jr. (Filadélfia, 25 de + setembro de 1968) é um ator, rapper, produtor + cinematográfico, produtor musical e produtor de + televisão americano. É filho do ator e humorista + Willard Carroll Smith Sr. e da cantora Caroline + Bright. Ele é mais conhecido pelas atuações em Bad + Boys, Independence Day, Eu, Robô, Eu Sou a Lenda, + Hancock, MIB: Homens de Preto. Smith já foi duas + vezes indicado ao Oscar de melhor ator pelas + atuações em Ali e À Procura da Felicidade. + name: '' + primary: false + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + biography: >- + Willard Carroll „Will“ Smith Jr. (* 25. September + 1968 in Philadelphia, Pennsylvania) ist ein + US-amerikanischer Schauspieler, Filmproduzent und + Rapper. + + + Smith gab am Anfang seiner Karriere als Musiker viel + Geld aus und zahlte zu wenig Einkommensteuer. Die + US-Steuerbehörde verhängte schließlich eine + Steuernachzahlung von 2,8 Millionen US-Dollar gegen + Smith, so dass er dadurch einen Großteil seines + Besitzes verlor und sein Einkommen gepfändet wurde. + Smith war 1990 fast bankrott, als Benny Medina, ein + Manager von Warner Brothers, auf ihn aufmerksam + wurde. Er fand, dass die Geschichte vom „naiven, + vorlauten Will aus Philadelphia“ in der Ortschaft + Beverly Hills etwas Witziges und Fernsehreifes + hatte. Dadurch wurde, basierend auf Smiths + Werdegang, die NBC-Fernsehserie Der Prinz von + Bel-Air konzipiert, die erfolgreich von 1990 bis + 1996 produziert wurde. Obwohl Smith bereits 1993 ein + bemerkenswertes Leinwanddebüt in Das Leben – Ein + Sechserpack hatte, wurde er erst in dem Buddy-Movie + Bad Boys – Harte Jungs einem breiten Publikum als + Leinwandschauspieler bekannt. Der endgültige + weltweite Durchbruch gelang ihm mit den Filmen + Independence Day (1996) und Men in Black (1997). + + + Die Matrix-Macherinnen Lilly und Lana Wachowski + boten ihm 1999 die Hauptrolle des Neo in der + Matrix-Trilogie an. Smith jedoch lehnte die Rolle + ab, um stattdessen in Wild Wild West mitzuspielen. + Dadurch verhalf er Keanu Reeves zu dessen bisher + erfolgreichster Rolle. Smith äußerte später zu Wild + Wild West, dass er sich „schlecht dabei fühle, dass + die Werbung den Film als guten Film verkauft, obwohl + es ein schlechter Film ist“. + + + Der Film Ali zeigt den Lebenslauf der Boxer-Legende + Muhammad Ali alias Cassius Clay. Die Rolle brachte + Smith eine Oscar-Nominierung ein. Im Film Das + Streben nach Glück agierte er an der Seite seines + Sohnes Jaden. Für seine darstellerischen Leistungen + wurde er dafür zum zweiten Mal für den Oscar + nominiert, den er aber wiederum nicht erhielt. 2004 + lieh er dem Winzlingsfisch Oscar in Große Haie – + Kleine Fische seine Stimme. + + + Am 5. August 2016 kam David Ayers Comicverfilmung + Suicide Squad in die amerikanischen Kinos, in dem + Smith die Rolle des Scharfschützen und Attentäters + Deadshot übernahm. + + + Im Juli 2017 wurde bekannt, dass Smith in der + Realverfilmung des Disney Films Aladdin die Rolle + des Dschinni verkörpern wird. Zwischen Juni 2007 + und Juni 2008 erhielt Smith Gagen in Höhe von 80 + Millionen US-Dollar, wodurch er laut dem + amerikanischen Forbes Magazine noch vor Johnny Depp + (72 Millionen US-Dollar), Eddie Murphy und Mike + Myers (je 55 Millionen US-Dollar) zum am besten + verdienenden Hollywood-Schauspieler avancierte. + Gleichzeitig galt Will Smith zu dieser Zeit auch als + einer der sichersten Publikumsmagneten überhaupt. So + wurde er von amerikanischen Kinobesitzern zum + „kassenträchtigsten Star des Jahres“ 2008 gewählt. + Seit 2009 sind ihm allerdings – mit der Ausnahme von + Men in Black 3 – keine großen Kassenerfolge mehr + vergönnt gewesen. + + + Quelle: Wikipedia + name: '' + primary: false + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + biography: >- + Willard Carroll «Will» Smith, Jr., (25 de septiembre + de 1968, Filadelfia, Pensilvania, Estados Unidos), + mejor conocido como Will Smith, es un actor y rapero + estadounidense que ha tenido éxito en sus dos + facetas artísticas: ha sido nominado a cuatro + Premios Globo de Oro y a dos Premios Óscar, y ha + ganado Premios Grammy. A finales de los años 1980, + alcanzó una modesta fama como rapero, con el nombre + de The Fresh Prince. En 1990, su fama aumentó + drásticamente, cuando protagonizó la serie de + televisión The Fresh Prince of Bel-Air, que se + transmitió durante más de media década (1990 - 1996) + en la NBC y se ha retransmitido de forma permanente + en diversas cadenas. A mediados de los 90, pasó de + la televisión al cine, y actuó en numerosas + películas que lograron un gran éxito de taquilla. + También recibió un premio especial por su aportación + a la música dentro del cine, en la Gala de los + Premios Principales del 2007. + + + Es el único actor de la historia que ha actuado en + ocho películas consecutivas que hayan generado más + de 100 millones de dólares en la taquilla nacional, + y también el único actor que ha participado en ocho + películas consecutivas que han alcanzado el número + uno en su estreno. Sus películas de mayor éxito + financiero han sido Bad Boys, Bad Boys II, + Independence Day, Men in Black, Men in Black II, Men + in Black III, Yo, robot, En busca de la felicidad, + Soy leyenda, Hancock, Wild Wild West, Enemigo + público, Shark Tale, Hitch, Siete almas y After + Earth. También recibió elogios de la crítica por sus + actuaciones en Ali y en Seis grados de separación. + En el 2013, adquirió los derechos para Estados + Unidos del programa de televisión español El + hormiguero, presentado por Pablo Motos. + + + Forbes lo considera la estrella más financiable en + todo el mundo, a pesar de la taquilla y la decepción + crítica de su película del 2013, After Earth. De los + 20 filmes de ficción en las que ha actuado en todo + el mundo, dieciséis han acumulado ganancias brutas + de más de $100 millones cada uno, y cinco ganaron + más de $500 millones cada uno de los ingresos + mundiales de taquilla. A partir del 2014, sus + películas han recaudado $600 millones en la taquilla + mundial. + name: '' + primary: false + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + biography: >- + 威尔·史密斯(Will Smith),全名小威拉德·卡罗尔·史密斯(Willard Carroll + Smith + Jr.),1968年9月25日出生于美国宾夕法尼亚州费城,美国演员、歌手、制片人,毕业于奥弗布鲁克高中。 + + + 1985年,组成说唱组合“DJ Jazzy Jeff & The Fresh + Prince”而出道。1987年,随组合推出首张录音室专辑《Rock the + House》。1989年,获得第31届格莱美奖最佳说唱表演奖。1990年,通过喜剧剧集《ABC + Afterschool + Special》踏入影视圈,同年主演情景喜剧《新鲜王子妙事多》。1992年,与DJ Jazzy + Jeff获第34届格莱美奖最佳说唱组合奖。1995年,主演动作片《绝地战警》。1996年,主演科幻片《独立日》。1997年,在科幻片《黑衣人》中饰演J探员。 + + + 2002年,凭借传记片《拳王阿里》入围第74届奥斯卡金像奖最佳男主角。2004年,主演科幻电影《机械公敌》。2005年,获第30届法国电影凯撒奖荣誉凯撒奖。2007年,凭借传记片《当幸福来敲门》入围第79届奥斯卡金像奖最佳男主角奖,同年留名好莱坞星光大道。2008年,凭借科幻片《我是传奇》获第17届MTV电影奖最佳男演员奖。 + + + 2015年,凭借电影《震荡效应》获第19届好莱坞电影奖最佳男演员奖。2016年,获第25届MTV电影奖MTV世代大奖。2020年,其主演的动作片《绝地战警:疾速追击》上映。 + name: 威尔·史密斯 + primary: false + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + biography: >- + Уилл Смит + + + Американский актёр, режиссер и хип-хоп исполнитель. + Номинант двух премий «Оскар», пятикратный номинант + «Золотого глобуса», обладатель премии «Грэмми». В + 2008 году Уилл Смит возглавил список Forbes самых + высокооплачиваемых актёров Голливуда, заработав за + год $80 млн. Смит стал первым актёром в истории + Голливуда, чьи девять фильмов подряд собрали в + прокате более 100 млн долларов США каждый. + + + Уиллард Кэрролл Смит-младший родился 25 сентября + 1968 года в Филадельфии, Пенсильвания, США. Его мать + Кэролайн работала школьным учителем, а отец Уиллард + Кэрролл Смит-старший — инженером (умер в 2016 году). + Его родители разошлись, когда Уиллу было 13 лет, но + официально не разводились до 2000 года. + + + Сам Уилл со своей первой женой Шири Зампино (ныне + Шири Флетчер) развёлся в 1995 году, прожив с ней три + года (9 мая 1992 год — 10 декабря 1995). Его сын + Уиллард Кристофер Смит III (Трей) остался с матерью, + однако часто видится со своим отцом. Спустя два + года, 31 декабря 1997 года, Смит женился на своей + давней подруге Джаде Пинкетт. От Джады у Смита + появилось двое детей: сын Джейден Смит (8 июля 1998 + год) и дочь Уиллоу Смит (31 октября 2000 год). С + дочкой он появился в картине «Я — легенда», а с + сыном — в фильме «В погоне за счастьем» и «После + нашей эры». + name: Уилл Смит + primary: false + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + biography: >- + ويلارد كرستوفر "ويل" سميث هو ممثل أمريكي، منتج، + ومغني راب، ولد في 25 سبتمبر 1968. استمتع في النجاح + في التلفزيون والأفلام والأغاني. وفي عام 2007 وصفته + مجلة النيوزويك بأنه أكثر الممثلين تأثيرا في هوليوود. + تم ترشيحه لأربع جوائز جولدن جلوب،و لجائزتي أوسكار، + وحصل على أربع جوائز غرامي. + + + في أواخر عام 1980 حقق "سميث" شهرة متواضعة كمغني راب + تحت اسم "ذا فرش برنسس". في عام 1990 زادت شعبيته بشكل + كبير عندما مثل في المسلسل التلفزيوني الشعبي "ذا فرش + برنس اوف بل-أير". استمر العرض لمدة ست سنوات تقريبا + على القناة الأمريكية "أن بي سي" وانتشرت باستمرار في + شبكات مختلفة. في منتصف 1990، انتقل "ويل" من البرامج + التلفزيوينة إلى الأفلام. وفي نهاية المطاف تألق في + عدة أفلام واسعة الصيت. وهو الممثل الوحيد الذي مثل 8 + أفلام على التوالي والتي وصلت إجمالي إيراداتها إلى + أكثر من 100 مليون دولار في شباك التذاكر. + + + حصدت أربعة أفلام ذات الخيال التي مثل فيها "ويل" أكثر + من 500 مليون دولار في شباك التذاكر العالمي، اعتبارا + من عام 2011، اجمالي ايرادات أفلامه وصلت إلى 5.7 + بيليون دولار في شباك التذاكر العالمي. حصل على + ترشيحات أوسكار لأفضل ممثل للعبه دور الملاكم محمد علي + كلاي، وتمثيله في فيلم البحث عن السعادة. + name: '' + primary: false + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + biography: >- + Willard Christopher Smith Jr. 1968. szeptember 25- + én született a pennsylvaniai Philadelphia városában. + Édesanyja, Caroline Bright iskolaigazgató volt, + apja, id. Willard Carroll Smith pedig mérnök. + + + Megnyerő és ravasz viselkedésével nyerte el a + "Prince" becenevet - ebből lett később a Fresh + Prince művésznév, Smith ugyanis gyerekkorába kezdett + rappelni, majd egyik barátjával, Jeff Townesszal + (D.J. Jazzy Jeff) 1985-ben megalakították a D.J. + Jazzy Jeff & The Fresh Prince nevű formációt, + amelyben Will a szövegekért volt felelős, Jeff pedig + a zenéért. + + + Will színészként 1990-ben robbant be a köztudatba, + amikor is leszerződött az NBC televíziós társasággal + egy, a személyére épülő sitcomra, mely hazánkban + Kaliforniába jöttem címmel vált ismertté. + + + Hat évadon és 147 epizódon át játszott a sorozatban, + alakítását kétszer (1993 és 1994-ben) Golden + Globe-díjra is jelölték. + + + Karrierjében az igazi áttörést a Bad boys - Mire jók + a rosszfiúk? (1995) című akciófilm hozta meg, + amelyben partnerével, Martin Lawrence-szel egy + nagydumás miami rendőrpárost alakítottak. A + következő évben véget ért a Kaliforniába jöttem, + Smith pedig főszerepet kapott a Roland Emmerich + rendezésében bemutatott A függetlenség napja (1996) + című nagysikerű sci-fiben. + + + 1997-ben Tommy Lee Jones oldalán megkapta James + Edwards, vagyis J. ügynök szerepét a hatalmas + népszerűségnek örvendő Barry Sonnenfeld Men in Black + - Sötét zsarukban (1997). + + + 1999-ben visszautasította Neo szerepét a Mátrix című + filmben, hogy a Wild Wild West - Vadiúj vadnyugat + (1999) western-komédiára tudjon koncentrálni. + + + 2001-ben karrierje legnagyobb kihívása elé nézett, + amikor is egy valós személyt, Cassius Clayt, vagyis + Muhammad Alit alakította az Ali (2001) című + életrajzi drámában. + + + 2002-ben és 2003-ban két korábbi sikerfilmjének + folytatásán dolgozott. Ismét J ügynököt alakította a + Men in Black - Sötét zsaruk 2.-ben (2002), valamint + Johnny Tapia drogbáró után nyomozott a Bad Boys 2. - + Már megint a rosszfiúkban (2003). + + + Két évvel később főszerepet vállalt az Én, a robot + (2005) című sci-fiben, de még ugyanebben az évben A + randiguruban (2005) is láthattuk, melyben egy + randi-tanácsadót alakított. + + + 2007-ben ismét egy sci-fi főszerepében, a Legenda + vagyokban (2007) láthattuk, Dr. Robert Neville-t, + egy pusztító járvány egyetlen emberi túlélőjét + játszotta. Egy évvel később főszerepet kapott a + Hancockban (2008), melyben egy lecsúszott szuperhőst + alakított. + + + 2009-től három évig nem forgatott, majd 2012-ben + tért vissza mozik világába a Men in Black - Sötét + zsaruk 3.-mal (2012). + name: '' + primary: false + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + biography: >- + סמית' החל בקריירת ראפ ושיתף פעולה עם דיג'יי ג'אזי + ג'ף, אותו פגש במסיבה. ההרכב שלהם, די ג'יי ג'אזי ג'ף + אנד דה פרש פרינס, פעל בין השנים 1984-1994. ב-1988, + ההרכב זכה לביקורות מהללות כאשר היו הראפרים הראשונים + שזכו בפרס הגראמי. + + + ב-1990, סמית' היה קרוב לפשיטת רגל כאשר חברת + הטלוויזיה NBC החתימה אותו לסדרה "הנסיך המדליק מבל + אייר", בה היה הדמות הראשית. התוכנית הפכה להצלחה + גדולה, ורצה שש עונות רצופות והייתה פופולרית ברחבי + העולם, גם בישראל. ב-1992 הוא הופיע לראשונה בקולנוע + בסרט "קשר בכל מחיר", אשר אליו הצטלם במקביל לצילומי + הסדרה. הוא התפרסם כאשר הופיע בסרט "בחורים רעים" + (1995), ובהמשך בשוברי הקופות "היום השלישי" (1996) + ו"גברים בשחור" (1997). כמו כן שיחק ב"גברים בשחור 2" + (2002), "אני, רובוט" (2004), "היצ'" (2005), "אני + אגדה" (2007) ו"הנקוק" (2008). בשנת 2005 כיכב עם בנו + בסרט "המרדף לאושר", סרט שונה ורציני יותר מסרטיו + האחרים של סמית'. הסרט גם הופק על ידי וויל סמית', הוא + שב ושיחק עם בנו ג׳יידן בסרט ׳העולם אחרי׳ (2013) + + + לאחר שהסדרה "הנסיך המדליק מבל אייר" הסתיימה ב-1996, + החל סמית' בקריירת מוזיקה. ב-1997, יצא אלבום הבכורה + שלו, "Big Willie Style", אשר הגיע למעמד אלבום + פלטינה. + + + סמית' היה מועמד פעמיים לפרס אוסקר, ב-2001 על "עלי" + (אנ'), וב-2006, על הסרט "המרדף לאושר". בנוסף הוא היה + מועמד ארבע פעמים לפרס גלובוס הזהב ("עלי", "המרדף + לאושר" ופעמיים, כשחקן בסדרה, על "הנסיך המדליק מבל + אייר"). ב-2007 זכה בפרס סאטורן בקטגוריית "השחקן הטוב + ביותר" על "אני אגדה". + + + ביוני 2002, יצא אלבומו השלישי של סמית', "Born to + Reign" והוא מכר פחות משני האלבומים לפניו. באותה שנה, + יצא אלבום הלהיטים הגדולים של סמית', וגם מכירותיו + כשלו. הוא עזב את חברת התקליטים קולומביה רקורדס וחתם + בחברת "Interscope Records". במרץ 2005, יצא אלבומו + "Lost and Found" והסינגל "Switch" מתוכו הפך ללהיט + וכבש את המצעדים. + + + ב-2005, נכנס סמית' לספר השיאים של גינס כאשר שבר את + השיא והגיע לשלוש הצגות בכורה במשך זמן של 24 שעות. + ביולי אותה שנה, שימש סמית' כמנחה בקונצרט הלייב 8 + בפילדלפיה. + name: וויל סמית' + primary: false + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + biography: >- + Will Smith je američki filmski glumac i hip hop + pjevač. Rođen u siromašnoj obitelji kao jedno od + četvero djece, Smith već u dvanaestoj godini počinje + repati te 1989. zajedno sa svojim prijateljem, + rapperom Jeffom Townesom, osvaja prvog Grammyja za + najbolji rap performans s pjesmom Parents Just Don't + Understand. To je bio samo početak njegove uspješne + karijere. Ispekavši zanat u hvaljenoj TV-seriji The + Fresh Prince of Bel-Air, Smith svojim šarmom ubrzo + osvaja i na filmskim platnima. Zahvaljujući ulogama + u Where the Day Takes You (1992.), Made in America + (1993.) i Six Degrees of Separation (1993.) osvojio + je povjerenje kritičara i publike te ostvario uvjete + za nastavak filmske karijere. Dvije godine kasnije + slijedi prvi veći komercijalni uspjeh s filmom Bad + Boys, a 1996. snima blockbuster Independence Day. + name: '' + primary: false + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + biography: '' + name: 윌 스미스 + primary: false + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + biography: >- + Ο Γουίλαρντ Κάρολ "Γουίλ" Σμιθ (γεννήθηκε. 25 + Σεπτεμβρίου 1968) είναι Αμερικανός ηθοποιός, + παραγωγός, στιχουργός και ράπερ. Έχει γνωρίσει την + επιτυχία στην τηλεόραση, το κινηματογράφο και τη + μουσική. Τον Απρίλιο του 2007, η εφημερίδα Newsweek + τον αποκάλεσε "τον πιο ισχυρό ηθοποιό του Χόλυγουντ" + Ο Σμιθ έχει προταθεί πέντε φορές για Χρυσή Σφαίρα + και δύο φορές για Όσκαρ και έχει κερδίσει τέσσερα + βραβεία Γκράμι. Στα τέλη της δεκαετίας του 1980, ο + Σμιθ απέκτησε μια μέτρια φήμη ως ράπερ με το όνομα + The Fresh Prince. Το 1990, η δημοτικότητά του + αυξήθηκε δραματικά όταν πρωταγωνίστησε στην δημοφιλή + τηλεοπτική σειρά του NBC Ο Πρίγκιπας του Μπελ Αιρ, η + οποία διήρκεσε για έξι σεζόν (1990–1996) και έχει + προβληθεί σε πολλά τηλεοπτικά δίκτυα από τότε. Μετά + το τέλος αυτής της σειράς, ο Σμιθ στράφηκε στον + κινηματογράφο, όπου πρωταγωνίστησε σε πολλές + επιτυχημένες ταινίες. Είναι ο μοναδικός ηθοποιός που + έχει οχτώ συνεχόμενες ταινίες με απολαβές στο + εγχώριο box office πάνω από 100 εκατομμύρια δολάρια + και ο μοναδικός που έχει οχτώ συνεχόμενες ταινίες + στις οποίες πρωταγωνιστεί με άνοιγμα στην 1η θέση + στο εγχώριο box office.[8] + name: '' + primary: false + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + biography: >- + 威爾史密斯1990年,史密斯主演情境喜劇《新鮮王子妙事多》開始展開他的演員生涯,1995年他與馬汀勞倫斯合演了動作電影《絕地戰警》,演員事業火速起飛。1996年在《ID4:星際終結者》與1997年的《MIB星際戰警》讓史密斯在商業電影中建立起票房明星的地位。2001年的傳奇拳擊手阿里的傳記電影《叱吒風雲》,史密斯為了演出叱吒風雲的拳擊手努力運動健身增加體重,並獲得首次奧斯卡提名, + 2006年的史密斯推出《當幸福來敲門》,此片是史密斯父子檔首度聯手在影片擔綱演出的處女秀,精采的演出讓史密斯獲的第二次奧斯卡的提名,雖然還是沒獲獎,但也證明了史密斯不僅只會演出動作英雄,在內心戲中更有深層動人的表現。近年史密斯又推出多部賣座佳片如《我是傳奇》及《全民超人》。從早期的電視肥皂劇喜劇人物、饒舌歌手到炙手可熱的電影巨星,威爾史密斯成功地跨足大小螢幕與唱片業,受歡迎程度可說是當今黑人演員第一。 + name: 威爾·史密斯 + primary: false + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + biography: >- + Will Smith estaba destinado a desarrollar su carrera + en la música cuando, en 1989, conoció a Benny + Medina, productor ejecutivo de Warner, quién le dio + el papel principal en la serie de televisión 'El + Príncipe de Bel-Air'. Una serie que le proporciona + gran popularidad y le permite iniciar una carrera en + el cine. En 1992, protagonizó la comedia 'Made in + America'. + + + En 1995, Will Smith explota a nivel internacional + con su papel de policía imprudente y seductor en el + éxito de taquilla 'Dos policías rebeldes'. Al año + siguiente, confirmó su ascenso meteórico en la + superproducción 'Independence Day'. Sobre la base de + su talento para la comedia, el actor aparece en las + divertidas 'Men in black' y 'Wild Wild West'. Pero + también demuestra que es capaz de papeles más + complicados como demuestra con su presencia en el + drama 'La leyenda de Bagger Vance' (2001). + + + Después de su sorprendente composición del boxeador + Muhammad Ali en 2002, se reencontró con dos sus + personajes favoritos de Agente J en 'Hombres de + Negro 2' y Mike Lowrey en 'Dos policías rebeldes 2'. + Actor de gran demanda en Hollywood, se hizo con el + papel de detective en la futurista, 'Yo, Robot', que + adaptaba una obra de Isaac Asimov. + + + Al año siguiente, rueda la comedia dramática de + Gabriele Muccino, 'En busca de la felicidad', que le + permite rodar junto a su pequeño hijo Jaden Smith. + Más tarde se enfrentaría a una horda de zombies + sedientos de sangre en la adaptación libre de la + novela de culto de Richard Matheson, 'Soy leyenda'. + Will Smith encarna a continuación al superhéroe + 'Hancock', antes de regresar en 2008 junto al + director Gabriele Muccino, en 'Siete almas'. + name: '' + primary: false + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + biography: '' + name: '' + primary: false + english_name: Galician + iso_3166_1: ES + iso_639_1: gl + name: Galego + - data: + biography: '' + name: Вілл Сміт + primary: false + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + biography: >- + Willard Christopher "Will" Smith, Jr. (nato il 25 + settembre 1968) è un attore, produttore + cinematografico e rapper pop americano. Ha avuto + successo in musica, televisione e film. Nell'aprile + 2007, Newsweek lo ha definito l'attore più potente + del pianeta. Smith è stato nominato per quattro + Golden Globe, due Academy Awards e ha vinto più + Grammy Awards. + name: '' + primary: false + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + biography: '' + name: ویل اسمیت + primary: false + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + biography: >- + Will Smith to amerykański aktor, reżyser, producent + filmowy i raper. Popularność przyniosła mu rola w + serialu "Bajer z Bel-Air". Filmy Willa Smitha niemal + zawsze odnoszą komercyjne sukcesy. Takie produkcje + jak "Jestem legendą", "Dzień Niepodległości", + "Bardzo dziki Zachód", "Bad Boys", "Man in Black", + "Hancock" i "Legion samobójców" zapewniły Smithowi + bezpieczną pozycję w Hollywood. Gwiazdor z + powodzeniem nagrywa również płyty. Najsłynniejsze + piosenki Willa Smitha to m.in. "Men in Black", + "Miami", "Gettin' Jiggy wit It" i "Switch". Żoną + aktora jest Jada Pinkett-Smith. Para ma 2 dzieci. + Rodzina Willa Smitha na co dzień rezyduje w Los + Angeles. + name: '' + primary: false + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + biography: '' + name: ウィル・スミス + primary: false + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + biography: >- + Willard Carroll Smith Jr. (Filadèlfia, Pennsilvània, + 25 de setembre de 1968), més conegut com a Will + Smith, és un actor, productor de cinema i cantant + estatunidenc. Ha rebut diversos premis, entre els + quals un Oscar, un Premi de l'Acadèmia Britànica de + Cinema, un Globus d'Or, un Premi del Sindicat + d'Actors i quatre Premis Grammy. + + + Smith va assolir una modesta fama en els seus inicis + com a cantant i raper sota el nom de The Fresh + Prince a la fi dels anys 1980. La fama mundial, + però, li va arribar gràcies al seu paper de William + "Will" Smith a la sèrie de televisió The Fresh + Prince of Bel-Air (1990-1996) de la NBC i, a partir + de mitjans dels anys 90, per les seves + interpretacions en diferents blockbusters de + Hollywood. + name: '' + primary: false + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + biography: '' + name: '' + primary: false + english_name: Herero + iso_3166_1: HZ + iso_639_1: hz + name: '' + - data: + biography: >- + უილარდ „უილ“ კრისტოფერ სმითი, უმცროსი — ოქროს + გლობუსზე და ორჯერ კინოაკადემიის ჯილდოზე ნომინირებული + ამერიკელი მსახიობი და მრავალი გრემის ჯილდოს მფლობელი + ჰიპ-ჰოპ შემსრულებელი. + name: უილ სმითი + primary: false + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + biography: '' + name: 韋·史密夫 + primary: false + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + examples: + translations: + value: + id: 2888 + translations: + - data: + biography: >- + Willard Carroll Smith II (born September 25, 1968) + is an American actor and rapper. Known for variety + of roles, Smith has received various accolades, + including an Academy Award, a British Academy Film + Award and four Grammy Awards. + + + Smith began his acting career starring as a + fictionalized version of himself on the NBC sitcom + The Fresh Prince of Bel-Air (1990–1996). He first + gained recognition as part of a hip hop duo with DJ + Jazzy Jeff, with whom he released five studio albums + and the US Billboard Hot 100 top 20 singles "Parents + Just Don't Understand", "A Nightmare on My Street", + "Summertime", "Ring My Bell", and "Boom! Shake the + Room" from 1984 to 1994. He released the solo albums + Big Willie Style (1997), Willennium (1999), Born to + Reign (2002), and Lost and Found (2005), which + contained the US number-one singles "Gettin' Jiggy + wit It" and "Wild Wild West". He has received four + Grammy Awards for his rap performances. + + + Smith achieved wider fame as a leading man in films + such as the action film Bad Boys (1995), its sequels + Bad Boys II (2003) and Bad Boys for Life (2020), and + the sci-fi comedies Men in Black (1997), Men in + Black II (2002), and Men in Black 3 (2012). After + starring in the thrillers Independence Day (1996) + and Enemy of the State (1998), he received Academy + Award for Best Actor nominations for his portrayal + as Muhammad Ali in Ali (2001), and as Chris Gardner + in The Pursuit of Happyness (2006). He then starred + in a range of commercially successful films, + including I, Robot (2004), Shark Tale (2004), Hitch + (2005), I Am Legend (2007), Hancock (2008), Seven + Pounds (2008), Suicide Squad (2016) and Aladdin + (2019). + + + For his portrayal of Richard Williams in the + biographical sports drama King Richard (2021), Smith + won the Academy Award, BAFTA Award, Golden Globe + Award, and Screen Actors Guild Award for Best Actor. + name: Will Smith + primary: true + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + biography: >- + Will Smith, de son nom complet Willard Christopher + Smith, Jr., est un acteur, producteur et chanteur de + hip-hop américain, né le 25 septembre 1968 à + Philadelphie (Pennsylvanie). + + + Il est l'un des rares artistes à avoir connu le + succès dans trois différents médias de + divertissement aux États-Unis et dans le monde : + cinéma, télévision et musique. Il est devenu + rapidement célèbre en tenant le rôle-titre de la + série télévisée Le Prince de Bel-Air et a joué dans + plusieurs grosses productions hollywoodiennes comme + Bad Boys, Independence Day et Men in Black. + + + Il est l'un des acteurs les mieux payés d'Hollywood + avec 80 millions de dollars (78 millions d'euros) + gagnés entre le 1er juin 2007 et le 1er juin 2008, + et le seul acteur à avoir tourné dans huit films + classés premiers au box-office américain dès leur + premier week-end de diffusion. + name: '' + primary: false + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + biography: >- + Willard Carroll “Will” Smith Jr. (Filadélfia, 25 de + setembro de 1968) é um ator, rapper, produtor + cinematográfico, produtor musical e produtor de + televisão americano. É filho do ator e humorista + Willard Carroll Smith Sr. e da cantora Caroline + Bright. Ele é mais conhecido pelas atuações em Bad + Boys, Independence Day, Eu, Robô, Eu Sou a Lenda, + Hancock, MIB: Homens de Preto. Smith já foi duas + vezes indicado ao Oscar de melhor ator pelas + atuações em Ali e À Procura da Felicidade. + name: '' + primary: false + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + biography: >- + Willard Carroll „Will“ Smith Jr. (* 25. September + 1968 in Philadelphia, Pennsylvania) ist ein + US-amerikanischer Schauspieler, Filmproduzent und + Rapper. + + + Smith gab am Anfang seiner Karriere als Musiker viel + Geld aus und zahlte zu wenig Einkommensteuer. Die + US-Steuerbehörde verhängte schließlich eine + Steuernachzahlung von 2,8 Millionen US-Dollar gegen + Smith, so dass er dadurch einen Großteil seines + Besitzes verlor und sein Einkommen gepfändet wurde. + Smith war 1990 fast bankrott, als Benny Medina, ein + Manager von Warner Brothers, auf ihn aufmerksam + wurde. Er fand, dass die Geschichte vom „naiven, + vorlauten Will aus Philadelphia“ in der Ortschaft + Beverly Hills etwas Witziges und Fernsehreifes + hatte. Dadurch wurde, basierend auf Smiths + Werdegang, die NBC-Fernsehserie Der Prinz von + Bel-Air konzipiert, die erfolgreich von 1990 bis + 1996 produziert wurde. Obwohl Smith bereits 1993 ein + bemerkenswertes Leinwanddebüt in Das Leben – Ein + Sechserpack hatte, wurde er erst in dem Buddy-Movie + Bad Boys – Harte Jungs einem breiten Publikum als + Leinwandschauspieler bekannt. Der endgültige + weltweite Durchbruch gelang ihm mit den Filmen + Independence Day (1996) und Men in Black (1997). + + + Die Matrix-Macherinnen Lilly und Lana Wachowski + boten ihm 1999 die Hauptrolle des Neo in der + Matrix-Trilogie an. Smith jedoch lehnte die Rolle + ab, um stattdessen in Wild Wild West mitzuspielen. + Dadurch verhalf er Keanu Reeves zu dessen bisher + erfolgreichster Rolle. Smith äußerte später zu Wild + Wild West, dass er sich „schlecht dabei fühle, dass + die Werbung den Film als guten Film verkauft, obwohl + es ein schlechter Film ist“. + + + Der Film Ali zeigt den Lebenslauf der Boxer-Legende + Muhammad Ali alias Cassius Clay. Die Rolle brachte + Smith eine Oscar-Nominierung ein. Im Film Das + Streben nach Glück agierte er an der Seite seines + Sohnes Jaden. Für seine darstellerischen Leistungen + wurde er dafür zum zweiten Mal für den Oscar + nominiert, den er aber wiederum nicht erhielt. 2004 + lieh er dem Winzlingsfisch Oscar in Große Haie – + Kleine Fische seine Stimme. + + + Am 5. August 2016 kam David Ayers Comicverfilmung + Suicide Squad in die amerikanischen Kinos, in dem + Smith die Rolle des Scharfschützen und Attentäters + Deadshot übernahm. + + + Im Juli 2017 wurde bekannt, dass Smith in der + Realverfilmung des Disney Films Aladdin die Rolle + des Dschinni verkörpern wird. Zwischen Juni 2007 + und Juni 2008 erhielt Smith Gagen in Höhe von 80 + Millionen US-Dollar, wodurch er laut dem + amerikanischen Forbes Magazine noch vor Johnny Depp + (72 Millionen US-Dollar), Eddie Murphy und Mike + Myers (je 55 Millionen US-Dollar) zum am besten + verdienenden Hollywood-Schauspieler avancierte. + Gleichzeitig galt Will Smith zu dieser Zeit auch als + einer der sichersten Publikumsmagneten überhaupt. So + wurde er von amerikanischen Kinobesitzern zum + „kassenträchtigsten Star des Jahres“ 2008 gewählt. + Seit 2009 sind ihm allerdings – mit der Ausnahme von + Men in Black 3 – keine großen Kassenerfolge mehr + vergönnt gewesen. + + + Quelle: Wikipedia + name: '' + primary: false + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + biography: >- + Willard Carroll «Will» Smith, Jr., (25 de septiembre + de 1968, Filadelfia, Pensilvania, Estados Unidos), + mejor conocido como Will Smith, es un actor y rapero + estadounidense que ha tenido éxito en sus dos + facetas artísticas: ha sido nominado a cuatro + Premios Globo de Oro y a dos Premios Óscar, y ha + ganado Premios Grammy. A finales de los años 1980, + alcanzó una modesta fama como rapero, con el nombre + de The Fresh Prince. En 1990, su fama aumentó + drásticamente, cuando protagonizó la serie de + televisión The Fresh Prince of Bel-Air, que se + transmitió durante más de media década (1990 - 1996) + en la NBC y se ha retransmitido de forma permanente + en diversas cadenas. A mediados de los 90, pasó de + la televisión al cine, y actuó en numerosas + películas que lograron un gran éxito de taquilla. + También recibió un premio especial por su aportación + a la música dentro del cine, en la Gala de los + Premios Principales del 2007. + + + Es el único actor de la historia que ha actuado en + ocho películas consecutivas que hayan generado más + de 100 millones de dólares en la taquilla nacional, + y también el único actor que ha participado en ocho + películas consecutivas que han alcanzado el número + uno en su estreno. Sus películas de mayor éxito + financiero han sido Bad Boys, Bad Boys II, + Independence Day, Men in Black, Men in Black II, Men + in Black III, Yo, robot, En busca de la felicidad, + Soy leyenda, Hancock, Wild Wild West, Enemigo + público, Shark Tale, Hitch, Siete almas y After + Earth. También recibió elogios de la crítica por sus + actuaciones en Ali y en Seis grados de separación. + En el 2013, adquirió los derechos para Estados + Unidos del programa de televisión español El + hormiguero, presentado por Pablo Motos. + + + Forbes lo considera la estrella más financiable en + todo el mundo, a pesar de la taquilla y la decepción + crítica de su película del 2013, After Earth. De los + 20 filmes de ficción en las que ha actuado en todo + el mundo, dieciséis han acumulado ganancias brutas + de más de $100 millones cada uno, y cinco ganaron + más de $500 millones cada uno de los ingresos + mundiales de taquilla. A partir del 2014, sus + películas han recaudado $600 millones en la taquilla + mundial. + name: '' + primary: false + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + biography: >- + 威尔·史密斯(Will Smith),全名小威拉德·卡罗尔·史密斯(Willard Carroll + Smith + Jr.),1968年9月25日出生于美国宾夕法尼亚州费城,美国演员、歌手、制片人,毕业于奥弗布鲁克高中。 + + + 1985年,组成说唱组合“DJ Jazzy Jeff & The Fresh + Prince”而出道。1987年,随组合推出首张录音室专辑《Rock the + House》。1989年,获得第31届格莱美奖最佳说唱表演奖。1990年,通过喜剧剧集《ABC + Afterschool + Special》踏入影视圈,同年主演情景喜剧《新鲜王子妙事多》。1992年,与DJ Jazzy + Jeff获第34届格莱美奖最佳说唱组合奖。1995年,主演动作片《绝地战警》。1996年,主演科幻片《独立日》。1997年,在科幻片《黑衣人》中饰演J探员。 + + + 2002年,凭借传记片《拳王阿里》入围第74届奥斯卡金像奖最佳男主角。2004年,主演科幻电影《机械公敌》。2005年,获第30届法国电影凯撒奖荣誉凯撒奖。2007年,凭借传记片《当幸福来敲门》入围第79届奥斯卡金像奖最佳男主角奖,同年留名好莱坞星光大道。2008年,凭借科幻片《我是传奇》获第17届MTV电影奖最佳男演员奖。 + + + 2015年,凭借电影《震荡效应》获第19届好莱坞电影奖最佳男演员奖。2016年,获第25届MTV电影奖MTV世代大奖。2020年,其主演的动作片《绝地战警:疾速追击》上映。 + name: 威尔·史密斯 + primary: false + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + biography: >- + Уилл Смит + + + Американский актёр, режиссер и хип-хоп исполнитель. + Номинант двух премий «Оскар», пятикратный номинант + «Золотого глобуса», обладатель премии «Грэмми». В + 2008 году Уилл Смит возглавил список Forbes самых + высокооплачиваемых актёров Голливуда, заработав за + год $80 млн. Смит стал первым актёром в истории + Голливуда, чьи девять фильмов подряд собрали в + прокате более 100 млн долларов США каждый. + + + Уиллард Кэрролл Смит-младший родился 25 сентября + 1968 года в Филадельфии, Пенсильвания, США. Его мать + Кэролайн работала школьным учителем, а отец Уиллард + Кэрролл Смит-старший — инженером (умер в 2016 году). + Его родители разошлись, когда Уиллу было 13 лет, но + официально не разводились до 2000 года. + + + Сам Уилл со своей первой женой Шири Зампино (ныне + Шири Флетчер) развёлся в 1995 году, прожив с ней три + года (9 мая 1992 год — 10 декабря 1995). Его сын + Уиллард Кристофер Смит III (Трей) остался с матерью, + однако часто видится со своим отцом. Спустя два + года, 31 декабря 1997 года, Смит женился на своей + давней подруге Джаде Пинкетт. От Джады у Смита + появилось двое детей: сын Джейден Смит (8 июля 1998 + год) и дочь Уиллоу Смит (31 октября 2000 год). С + дочкой он появился в картине «Я — легенда», а с + сыном — в фильме «В погоне за счастьем» и «После + нашей эры». + name: Уилл Смит + primary: false + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + biography: >- + ويلارد كرستوفر "ويل" سميث هو ممثل أمريكي، منتج، + ومغني راب، ولد في 25 سبتمبر 1968. استمتع في النجاح + في التلفزيون والأفلام والأغاني. وفي عام 2007 وصفته + مجلة النيوزويك بأنه أكثر الممثلين تأثيرا في هوليوود. + تم ترشيحه لأربع جوائز جولدن جلوب،و لجائزتي أوسكار، + وحصل على أربع جوائز غرامي. + + + في أواخر عام 1980 حقق "سميث" شهرة متواضعة كمغني راب + تحت اسم "ذا فرش برنسس". في عام 1990 زادت شعبيته بشكل + كبير عندما مثل في المسلسل التلفزيوني الشعبي "ذا فرش + برنس اوف بل-أير". استمر العرض لمدة ست سنوات تقريبا + على القناة الأمريكية "أن بي سي" وانتشرت باستمرار في + شبكات مختلفة. في منتصف 1990، انتقل "ويل" من البرامج + التلفزيوينة إلى الأفلام. وفي نهاية المطاف تألق في + عدة أفلام واسعة الصيت. وهو الممثل الوحيد الذي مثل 8 + أفلام على التوالي والتي وصلت إجمالي إيراداتها إلى + أكثر من 100 مليون دولار في شباك التذاكر. + + + حصدت أربعة أفلام ذات الخيال التي مثل فيها "ويل" أكثر + من 500 مليون دولار في شباك التذاكر العالمي، اعتبارا + من عام 2011، اجمالي ايرادات أفلامه وصلت إلى 5.7 + بيليون دولار في شباك التذاكر العالمي. حصل على + ترشيحات أوسكار لأفضل ممثل للعبه دور الملاكم محمد علي + كلاي، وتمثيله في فيلم البحث عن السعادة. + name: '' + primary: false + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + biography: >- + Willard Christopher Smith Jr. 1968. szeptember 25- + én született a pennsylvaniai Philadelphia városában. + Édesanyja, Caroline Bright iskolaigazgató volt, + apja, id. Willard Carroll Smith pedig mérnök. + + + Megnyerő és ravasz viselkedésével nyerte el a + "Prince" becenevet - ebből lett később a Fresh + Prince művésznév, Smith ugyanis gyerekkorába kezdett + rappelni, majd egyik barátjával, Jeff Townesszal + (D.J. Jazzy Jeff) 1985-ben megalakították a D.J. + Jazzy Jeff & The Fresh Prince nevű formációt, + amelyben Will a szövegekért volt felelős, Jeff pedig + a zenéért. + + + Will színészként 1990-ben robbant be a köztudatba, + amikor is leszerződött az NBC televíziós társasággal + egy, a személyére épülő sitcomra, mely hazánkban + Kaliforniába jöttem címmel vált ismertté. + + + Hat évadon és 147 epizódon át játszott a sorozatban, + alakítását kétszer (1993 és 1994-ben) Golden + Globe-díjra is jelölték. + + + Karrierjében az igazi áttörést a Bad boys - Mire jók + a rosszfiúk? (1995) című akciófilm hozta meg, + amelyben partnerével, Martin Lawrence-szel egy + nagydumás miami rendőrpárost alakítottak. A + következő évben véget ért a Kaliforniába jöttem, + Smith pedig főszerepet kapott a Roland Emmerich + rendezésében bemutatott A függetlenség napja (1996) + című nagysikerű sci-fiben. + + + 1997-ben Tommy Lee Jones oldalán megkapta James + Edwards, vagyis J. ügynök szerepét a hatalmas + népszerűségnek örvendő Barry Sonnenfeld Men in Black + - Sötét zsarukban (1997). + + + 1999-ben visszautasította Neo szerepét a Mátrix című + filmben, hogy a Wild Wild West - Vadiúj vadnyugat + (1999) western-komédiára tudjon koncentrálni. + + + 2001-ben karrierje legnagyobb kihívása elé nézett, + amikor is egy valós személyt, Cassius Clayt, vagyis + Muhammad Alit alakította az Ali (2001) című + életrajzi drámában. + + + 2002-ben és 2003-ban két korábbi sikerfilmjének + folytatásán dolgozott. Ismét J ügynököt alakította a + Men in Black - Sötét zsaruk 2.-ben (2002), valamint + Johnny Tapia drogbáró után nyomozott a Bad Boys 2. - + Már megint a rosszfiúkban (2003). + + + Két évvel később főszerepet vállalt az Én, a robot + (2005) című sci-fiben, de még ugyanebben az évben A + randiguruban (2005) is láthattuk, melyben egy + randi-tanácsadót alakított. + + + 2007-ben ismét egy sci-fi főszerepében, a Legenda + vagyokban (2007) láthattuk, Dr. Robert Neville-t, + egy pusztító járvány egyetlen emberi túlélőjét + játszotta. Egy évvel később főszerepet kapott a + Hancockban (2008), melyben egy lecsúszott szuperhőst + alakított. + + + 2009-től három évig nem forgatott, majd 2012-ben + tért vissza mozik világába a Men in Black - Sötét + zsaruk 3.-mal (2012). + name: '' + primary: false + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + biography: >- + סמית' החל בקריירת ראפ ושיתף פעולה עם דיג'יי ג'אזי + ג'ף, אותו פגש במסיבה. ההרכב שלהם, די ג'יי ג'אזי ג'ף + אנד דה פרש פרינס, פעל בין השנים 1984-1994. ב-1988, + ההרכב זכה לביקורות מהללות כאשר היו הראפרים הראשונים + שזכו בפרס הגראמי. + + + ב-1990, סמית' היה קרוב לפשיטת רגל כאשר חברת + הטלוויזיה NBC החתימה אותו לסדרה "הנסיך המדליק מבל + אייר", בה היה הדמות הראשית. התוכנית הפכה להצלחה + גדולה, ורצה שש עונות רצופות והייתה פופולרית ברחבי + העולם, גם בישראל. ב-1992 הוא הופיע לראשונה בקולנוע + בסרט "קשר בכל מחיר", אשר אליו הצטלם במקביל לצילומי + הסדרה. הוא התפרסם כאשר הופיע בסרט "בחורים רעים" + (1995), ובהמשך בשוברי הקופות "היום השלישי" (1996) + ו"גברים בשחור" (1997). כמו כן שיחק ב"גברים בשחור 2" + (2002), "אני, רובוט" (2004), "היצ'" (2005), "אני + אגדה" (2007) ו"הנקוק" (2008). בשנת 2005 כיכב עם בנו + בסרט "המרדף לאושר", סרט שונה ורציני יותר מסרטיו + האחרים של סמית'. הסרט גם הופק על ידי וויל סמית', הוא + שב ושיחק עם בנו ג׳יידן בסרט ׳העולם אחרי׳ (2013) + + + לאחר שהסדרה "הנסיך המדליק מבל אייר" הסתיימה ב-1996, + החל סמית' בקריירת מוזיקה. ב-1997, יצא אלבום הבכורה + שלו, "Big Willie Style", אשר הגיע למעמד אלבום + פלטינה. + + + סמית' היה מועמד פעמיים לפרס אוסקר, ב-2001 על "עלי" + (אנ'), וב-2006, על הסרט "המרדף לאושר". בנוסף הוא היה + מועמד ארבע פעמים לפרס גלובוס הזהב ("עלי", "המרדף + לאושר" ופעמיים, כשחקן בסדרה, על "הנסיך המדליק מבל + אייר"). ב-2007 זכה בפרס סאטורן בקטגוריית "השחקן הטוב + ביותר" על "אני אגדה". + + + ביוני 2002, יצא אלבומו השלישי של סמית', "Born to + Reign" והוא מכר פחות משני האלבומים לפניו. באותה שנה, + יצא אלבום הלהיטים הגדולים של סמית', וגם מכירותיו + כשלו. הוא עזב את חברת התקליטים קולומביה רקורדס וחתם + בחברת "Interscope Records". במרץ 2005, יצא אלבומו + "Lost and Found" והסינגל "Switch" מתוכו הפך ללהיט + וכבש את המצעדים. + + + ב-2005, נכנס סמית' לספר השיאים של גינס כאשר שבר את + השיא והגיע לשלוש הצגות בכורה במשך זמן של 24 שעות. + ביולי אותה שנה, שימש סמית' כמנחה בקונצרט הלייב 8 + בפילדלפיה. + name: וויל סמית' + primary: false + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + biography: >- + Will Smith je američki filmski glumac i hip hop + pjevač. Rođen u siromašnoj obitelji kao jedno od + četvero djece, Smith već u dvanaestoj godini počinje + repati te 1989. zajedno sa svojim prijateljem, + rapperom Jeffom Townesom, osvaja prvog Grammyja za + najbolji rap performans s pjesmom Parents Just Don't + Understand. To je bio samo početak njegove uspješne + karijere. Ispekavši zanat u hvaljenoj TV-seriji The + Fresh Prince of Bel-Air, Smith svojim šarmom ubrzo + osvaja i na filmskim platnima. Zahvaljujući ulogama + u Where the Day Takes You (1992.), Made in America + (1993.) i Six Degrees of Separation (1993.) osvojio + je povjerenje kritičara i publike te ostvario uvjete + za nastavak filmske karijere. Dvije godine kasnije + slijedi prvi veći komercijalni uspjeh s filmom Bad + Boys, a 1996. snima blockbuster Independence Day. + name: '' + primary: false + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + biography: '' + name: 윌 스미스 + primary: false + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + biography: >- + Ο Γουίλαρντ Κάρολ "Γουίλ" Σμιθ (γεννήθηκε. 25 + Σεπτεμβρίου 1968) είναι Αμερικανός ηθοποιός, + παραγωγός, στιχουργός και ράπερ. Έχει γνωρίσει την + επιτυχία στην τηλεόραση, το κινηματογράφο και τη + μουσική. Τον Απρίλιο του 2007, η εφημερίδα Newsweek + τον αποκάλεσε "τον πιο ισχυρό ηθοποιό του Χόλυγουντ" + Ο Σμιθ έχει προταθεί πέντε φορές για Χρυσή Σφαίρα + και δύο φορές για Όσκαρ και έχει κερδίσει τέσσερα + βραβεία Γκράμι. Στα τέλη της δεκαετίας του 1980, ο + Σμιθ απέκτησε μια μέτρια φήμη ως ράπερ με το όνομα + The Fresh Prince. Το 1990, η δημοτικότητά του + αυξήθηκε δραματικά όταν πρωταγωνίστησε στην δημοφιλή + τηλεοπτική σειρά του NBC Ο Πρίγκιπας του Μπελ Αιρ, η + οποία διήρκεσε για έξι σεζόν (1990–1996) και έχει + προβληθεί σε πολλά τηλεοπτικά δίκτυα από τότε. Μετά + το τέλος αυτής της σειράς, ο Σμιθ στράφηκε στον + κινηματογράφο, όπου πρωταγωνίστησε σε πολλές + επιτυχημένες ταινίες. Είναι ο μοναδικός ηθοποιός που + έχει οχτώ συνεχόμενες ταινίες με απολαβές στο + εγχώριο box office πάνω από 100 εκατομμύρια δολάρια + και ο μοναδικός που έχει οχτώ συνεχόμενες ταινίες + στις οποίες πρωταγωνιστεί με άνοιγμα στην 1η θέση + στο εγχώριο box office.[8] + name: '' + primary: false + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + biography: >- + 威爾史密斯1990年,史密斯主演情境喜劇《新鮮王子妙事多》開始展開他的演員生涯,1995年他與馬汀勞倫斯合演了動作電影《絕地戰警》,演員事業火速起飛。1996年在《ID4:星際終結者》與1997年的《MIB星際戰警》讓史密斯在商業電影中建立起票房明星的地位。2001年的傳奇拳擊手阿里的傳記電影《叱吒風雲》,史密斯為了演出叱吒風雲的拳擊手努力運動健身增加體重,並獲得首次奧斯卡提名, + 2006年的史密斯推出《當幸福來敲門》,此片是史密斯父子檔首度聯手在影片擔綱演出的處女秀,精采的演出讓史密斯獲的第二次奧斯卡的提名,雖然還是沒獲獎,但也證明了史密斯不僅只會演出動作英雄,在內心戲中更有深層動人的表現。近年史密斯又推出多部賣座佳片如《我是傳奇》及《全民超人》。從早期的電視肥皂劇喜劇人物、饒舌歌手到炙手可熱的電影巨星,威爾史密斯成功地跨足大小螢幕與唱片業,受歡迎程度可說是當今黑人演員第一。 + name: 威爾·史密斯 + primary: false + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + biography: >- + Will Smith estaba destinado a desarrollar su carrera + en la música cuando, en 1989, conoció a Benny + Medina, productor ejecutivo de Warner, quién le dio + el papel principal en la serie de televisión 'El + Príncipe de Bel-Air'. Una serie que le proporciona + gran popularidad y le permite iniciar una carrera en + el cine. En 1992, protagonizó la comedia 'Made in + America'. + + + En 1995, Will Smith explota a nivel internacional + con su papel de policía imprudente y seductor en el + éxito de taquilla 'Dos policías rebeldes'. Al año + siguiente, confirmó su ascenso meteórico en la + superproducción 'Independence Day'. Sobre la base de + su talento para la comedia, el actor aparece en las + divertidas 'Men in black' y 'Wild Wild West'. Pero + también demuestra que es capaz de papeles más + complicados como demuestra con su presencia en el + drama 'La leyenda de Bagger Vance' (2001). + + + Después de su sorprendente composición del boxeador + Muhammad Ali en 2002, se reencontró con dos sus + personajes favoritos de Agente J en 'Hombres de + Negro 2' y Mike Lowrey en 'Dos policías rebeldes 2'. + Actor de gran demanda en Hollywood, se hizo con el + papel de detective en la futurista, 'Yo, Robot', que + adaptaba una obra de Isaac Asimov. + + + Al año siguiente, rueda la comedia dramática de + Gabriele Muccino, 'En busca de la felicidad', que le + permite rodar junto a su pequeño hijo Jaden Smith. + Más tarde se enfrentaría a una horda de zombies + sedientos de sangre en la adaptación libre de la + novela de culto de Richard Matheson, 'Soy leyenda'. + Will Smith encarna a continuación al superhéroe + 'Hancock', antes de regresar en 2008 junto al + director Gabriele Muccino, en 'Siete almas'. + name: '' + primary: false + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + biography: '' + name: '' + primary: false + english_name: Galician + iso_3166_1: ES + iso_639_1: gl + name: Galego + - data: + biography: '' + name: Вілл Сміт + primary: false + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + biography: >- + Willard Christopher "Will" Smith, Jr. (nato il 25 + settembre 1968) è un attore, produttore + cinematografico e rapper pop americano. Ha avuto + successo in musica, televisione e film. Nell'aprile + 2007, Newsweek lo ha definito l'attore più potente + del pianeta. Smith è stato nominato per quattro + Golden Globe, due Academy Awards e ha vinto più + Grammy Awards. + name: '' + primary: false + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + biography: '' + name: ویل اسمیت + primary: false + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + biography: >- + Will Smith to amerykański aktor, reżyser, producent + filmowy i raper. Popularność przyniosła mu rola w + serialu "Bajer z Bel-Air". Filmy Willa Smitha niemal + zawsze odnoszą komercyjne sukcesy. Takie produkcje + jak "Jestem legendą", "Dzień Niepodległości", + "Bardzo dziki Zachód", "Bad Boys", "Man in Black", + "Hancock" i "Legion samobójców" zapewniły Smithowi + bezpieczną pozycję w Hollywood. Gwiazdor z + powodzeniem nagrywa również płyty. Najsłynniejsze + piosenki Willa Smitha to m.in. "Men in Black", + "Miami", "Gettin' Jiggy wit It" i "Switch". Żoną + aktora jest Jada Pinkett-Smith. Para ma 2 dzieci. + Rodzina Willa Smitha na co dzień rezyduje w Los + Angeles. + name: '' + primary: false + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + biography: '' + name: ウィル・スミス + primary: false + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + biography: >- + Willard Carroll Smith Jr. (Filadèlfia, Pennsilvània, + 25 de setembre de 1968), més conegut com a Will + Smith, és un actor, productor de cinema i cantant + estatunidenc. Ha rebut diversos premis, entre els + quals un Oscar, un Premi de l'Acadèmia Britànica de + Cinema, un Globus d'Or, un Premi del Sindicat + d'Actors i quatre Premis Grammy. + + + Smith va assolir una modesta fama en els seus inicis + com a cantant i raper sota el nom de The Fresh + Prince a la fi dels anys 1980. La fama mundial, + però, li va arribar gràcies al seu paper de William + "Will" Smith a la sèrie de televisió The Fresh + Prince of Bel-Air (1990-1996) de la NBC i, a partir + de mitjans dels anys 90, per les seves + interpretacions en diferents blockbusters de + Hollywood. + name: '' + primary: false + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + biography: '' + name: '' + primary: false + english_name: Herero + iso_3166_1: HZ + iso_639_1: hz + name: '' + - data: + biography: >- + უილარდ „უილ“ კრისტოფერ სმითი, უმცროსი — ოქროს + გლობუსზე და ორჯერ კინოაკადემიის ჯილდოზე ნომინირებული + ამერიკელი მსახიობი და მრავალი გრემის ჯილდოს მფლობელი + ჰიპ-ჰოპ შემსრულებელი. + name: უილ სმითი + primary: false + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + biography: '' + name: 韋·史密夫 + primary: false + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + + /review/{review_id}: + get: + tags: + - REVIEWS + summary: Details + description: This endpoint retrieve the details of a movie or TV show review. + operationId: details10 + parameters: + - name: review_id + in: path + required: true + description: The unique identifier for a specific review within the database. + schema: + type: string + example: '' + responses: + '200': + description: details + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=26924 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 16:48:47 GMT + ETag: + schema: + type: string + example: W/"c5cd200f7357de0d5e11d4dc09989b68" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 d9057c384f4ac5ba2672d2ff44de7e08.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: gfnCfl8VrAmCcQQkxZKj6ZLmGL2KE26EwPlZgfvgKECMPgp1Y81dxw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '126' + x-memc-expires: + schema: + type: string + example: '26924' + x-memc-key: + schema: + type: string + example: 2e673c0ff4253b53df35d9417d8b5412 + content: + application/json: + schema: + type: object + properties: + author: + type: string + example: Manuel São Bento + author_details: + type: object + properties: + avatar_path: + nullable: true + example: null + name: + type: string + example: Manuel São Bento + rating: + type: number + example: 8 + username: + type: string + example: msbreviews + content: + type: string + example: "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-" + created_at: + type: string + example: '2024-11-14T08:50:23.907Z' + id: + type: string + example: 6735b9cfffe3878e9e9f89ed + iso_639_1: + type: string + example: en + media_id: + type: number + example: 558449 + media_title: + type: string + example: Gladiator II + media_type: + type: string + example: movie + updated_at: + type: string + example: '2024-11-14T08:50:24.017Z' + url: + type: string + example: https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed + examples: + details: + value: + author: Manuel São Bento + author_details: + avatar_path: null + name: Manuel São Bento + rating: 8 + username: msbreviews + content: "FULL SPOILER-FREE REVIEW @ https://talkingfilms.net/gladiator-ii-review-a-legacy-sequel-that-triumphs-through-spectacle-and-emotion/\r\n\r\n\"Gladiator II may not achieve the groundbreaking impact of the original film, but it remains an impressive cinematic experience, transporting audiences into an epic filled with emotional and visual grandeur.\r\n\r\nRidley Scott once again showcases his mastery in blending narrative, action, and thematic depth, delivering a sequel marked by superb technical execution and standout performances, particularly from Denzel Washington. Despite the inevitable comparisons to the classic, the iconic filmmaker presents a story that justifies its existence, even if it treads familiar ground.\r\n\r\nNecessary or not, what truly matters is the strength (and honor) with which a work captivates us - and here, Gladiator II triumphs.\"\r\n\r\nRating: A-" + created_at: '2024-11-14T08:50:23.907Z' + id: 6735b9cfffe3878e9e9f89ed + iso_639_1: en + media_id: 558449 + media_title: Gladiator II + media_type: movie + updated_at: '2024-11-14T08:50:24.017Z' + url: https://www.themoviedb.org/review/6735b9cfffe3878e9e9f89ed + + + /search/multi: + get: + tags: + - SEARCH + summary: Multi + description: This endpoint search for movies, TV shows and people in a single request. + operationId: multi + parameters: + - name: query + in: query + required: true + description: The term you want to search for (e.g., "Inception"). + schema: + type: string + example: '' + - $ref: '#/components/parameters/include_adult' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + responses: + '200': + description: multi + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=7663 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 17:03:55 GMT + ETag: + schema: + type: string + example: W/"cfbe2962c73c5a89ea1a6c8d05d624c5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 38ecebcaa39c8742da2b6336935bb446.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qMnD0oLbHHp-dPax6aqfYlygihnlawHla16I4tQ2zy6mKEx7nLa_Ew== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '19831' + x-memc-expires: + schema: + type: string + example: '7663' + x-memc-key: + schema: + type: string + example: 11bae7e8f721d1b9f3dbfc8e69c17f1f + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg + first_air_date: + type: string + example: '2000-10-03' + genre_ids: + type: array + items: + type: number + example: 16 + example: + - 16 + - 35 + - 18 + - 10759 + id: + type: number + example: 42705 + media_type: + type: string + example: tv + name: + type: string + example: Fighting Spirit + origin_country: + type: array + items: + type: string + example: JP + example: + - JP + original_language: + type: string + example: ja + original_name: + type: string + example: はじめの一歩 + original_title: + type: string + example: Fight + overview: + type: string + example: >- + Makunouchi Ippo is an ordinary high school student + in Japan. Since he spends most of his time away from + school helping his mother run the family business, + he doesn't get to enjoy his younger years like most + teenagers. Always a target for bullying at school + (the family fishing business grants him a distinct + odor), Ippo's life is one of hardship. One of these + after-school bullying sessions turns Ippo's life + around for the better, as he is saved by a boxer + named Takamura. He decides to follow in Takamura's + footsteps and train to become a boxer, giving his + life direction and purpose. Ippo's path to + perfecting his pugilistic prowess is just + beginning... + popularity: + type: number + example: 1363.754 + poster_path: + type: string + nullable: true + example: /qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg + release_date: + type: string + example: '1973-01-01' + title: + type: string + example: Fight + video: + type: boolean + example: false + vote_average: + type: number + example: 8.7 + vote_count: + type: number + example: 1086 + example: + - adult: false + backdrop_path: /2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg + first_air_date: '2000-10-03' + genre_ids: + - 16 + - 35 + - 18 + - 10759 + id: 42705 + media_type: tv + name: Fighting Spirit + origin_country: + - JP + original_language: ja + original_name: はじめの一歩 + overview: >- + Makunouchi Ippo is an ordinary high school student in + Japan. Since he spends most of his time away from + school helping his mother run the family business, he + doesn't get to enjoy his younger years like most + teenagers. Always a target for bullying at school (the + family fishing business grants him a distinct odor), + Ippo's life is one of hardship. One of these + after-school bullying sessions turns Ippo's life + around for the better, as he is saved by a boxer named + Takamura. He decides to follow in Takamura's footsteps + and train to become a boxer, giving his life direction + and purpose. Ippo's path to perfecting his pugilistic + prowess is just beginning... + popularity: 1363.754 + poster_path: /qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg + vote_average: 8.7 + vote_count: 1086 + - adult: false + backdrop_path: /nSj6EKpNtNCd84OT1MNK9XAUlPM.jpg + first_air_date: '2015-06-14' + genre_ids: + - 10759 + - 10764 + - 35 + id: 89620 + media_type: tv + name: Go Fighting + origin_country: + - CN + original_language: zh + original_name: 极限挑战 + overview: >- + Go Fighting! is classified as a game-variety-reality + show, and the MCs and guests complete missions at a + landmark to win the objective. Usually each episode + will also have an over-arching theme or story. Each + episode varies in the challenges and the instructions + given to the MCs, and rules are not strictly enforced, + resulting in a largely unscripted show. + popularity: 647.332 + poster_path: /nYsiHMplUCBFazdAOVr1gQaGy34.jpg + vote_average: 8.5 + vote_count: 10 + - adult: false + backdrop_path: /jCWMWclOVImgkpZgryFd6AvYIu5.jpg + first_air_date: '2017-01-07' + genre_ids: + - 16 + - 10759 + - 10765 + id: 79481 + media_type: tv + name: Fights Break Sphere + origin_country: + - CN + original_language: zh + original_name: 斗破苍穹 + overview: >- + In a land where no magic is present. A land where the + strong make the rules and weak have to obey. A land + filled with alluring treasures and beauty, yet also + filled with unforeseen danger. Three years ago, Xiao + Yan, who had shown talents none had seen in decades, + suddenly lost everything. His powers, his reputation, + and his promise to his mother. What sorcery has caused + him to lose all of his powers? And why has his fiancee + suddenly shown up? + popularity: 179.357 + poster_path: /a9bJPlezCXF6u0siDxf7cZaSXaJ.jpg + vote_average: 8.7 + vote_count: 40 + - adult: false + backdrop_path: null + genre_ids: [] + id: 757019 + media_type: movie + original_language: en + original_title: Fight + overview: >- + An improvised hour-long fight between Brigid Berlin & + Charles Rydell. Produced by Andy Warhol. + popularity: 1.326 + poster_path: /sKLsn8KckO0uP1jaQR7jsmGdkNj.jpg + release_date: '1973-01-01' + title: Fight + video: false + vote_average: 6.5 + vote_count: 22 + - adult: false + backdrop_path: /7D8BmOJWq5oct6tKbow4VHvYo0r.jpg + first_air_date: '2012-10-01' + genre_ids: + - 35 + - 10766 + id: 48892 + media_type: tv + name: Fight or Love? + origin_country: + - BR + original_language: pt + original_name: Guerra dos Sexos + overview: >- + An inheritance of millions brings the fun-loving + Charlô (Irene Raveche) and her bad-tempered cousin + Otávio (Tony Ramos) closer than they ever expected. + The inheritance, which includes a mansion and a chain + of clothing stores, stipulates that the assets remain + in the family. And since no one is willing to give up + their part they decide to share the mansion and the + business, despite the mortal hatred they harbor for + each other. Charlô’s adopted son Felipe (Edson + Celulari) also becomes caught up in the situation. + However, he turns against his mother and becomes + Otávio’s right-hand man at the company. + popularity: 33.428 + poster_path: /6i4O50PaSEyAP7abxUPbAFGq58q.jpg + vote_average: 8 + vote_count: 5 + - adult: false + backdrop_path: /y7iFuGVYvrShnGPAqdZzsE8gA3k.jpg + first_air_date: '2007-10-08' + genre_ids: + - 18 + - 10759 + id: 109775 + media_type: tv + name: The Ultimate Crime Fighter + origin_country: + - HK + original_language: cn + original_name: 通天幹探 + overview: >- + Yuen Biao is a former Hong Kong officer. He quit after + an "accident" occured where he kills an innocent + teenager. He felt guilty and decided to train with + monks to feel better. After 5 years, he joins the + force again after an encounter with the supernatural + at a performance. He realizes that he has no other + choice but to help out with his visions, which are + very accurate. When Yuen Biao meets up with his former + friend, who is Gigi's dad, he is offered to live in an + apartment next to them. There he meets Moses Chan, the + man who got kicked out of where Yuen Biao would be + living. Little does Yuen Biao know is that Moses is + actually an undercover officer who's spying on the + triads. Yuen Biao gradually learns the truth about + Moses and they become good friends. They tackle on + many strange cases along with Yoyo Mung, who became a + lawyer after being a head officer/investigator. + popularity: 10.292 + poster_path: /kBivvgBEnCs4Um0DmVRbNgBiGe3.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 16 + - 28 + - 14 + id: 227326 + media_type: movie + original_language: ja + original_title: FIGHT!! + overview: >- + Yonosuke Hikura appears to be an ordinary high school + student. Yet he has inherited the important role of + protecting the harmony between Heaven and Earth. With + the help of the magical sword Chitentai, and Tsukinojo + Inbe, he courageously battles the demons, sending them + back to the Earth World, from which they have escaped. + popularity: 2.606 + poster_path: /2ctuOltpgm2IXHZ5tbTstFwQ4tT.jpg + release_date: '1993-06-17' + title: Fight!! Spirit of the Sword + video: false + vote_average: 6.2 + vote_count: 19 + - adult: false + backdrop_path: /ekDjikLzQmZ5T993sf5wQ86vu05.jpg + first_air_date: '2021-01-24' + genre_ids: + - 18 + id: 117476 + media_type: tv + name: Fighting Youth + origin_country: + - CN + original_language: zh + original_name: 正青春 + overview: >- + This tells the story of corporate rookie Zhang Xiao + Yu, and how through her extraordinary talent, she + manages to earn the appreciation of Lin Rui, the sales + division director of a renowned cosmetics company. Lin + Rui’s many achievements as the sales director of the + cosmetics company, SW, has earned her recognition from + SW’s board of directors in France. She is next in line + for her boss Shu Wan Ting’s position, but her road to + the top hasn't been easy. Unwilling to be replaced, + Shu Wan Ting recruits Lin Rui’s rival, Fang Jing, to + lead a new department. This is when Zhang Xiao Yu is + hired as Lin Rui’s secretary and gets caught up in the + messy office politics. Despite everything happening + around her, Zhang Xiao Yu manages to blossom as a + career woman while also finding her true love. + popularity: 9.748 + poster_path: /6YLW2jiBuWfCxrswlqyDwGkoffw.jpg + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /sxSYsofhuuLMXFE95ev3QjNy3rj.jpg + first_air_date: '2024-08-25' + genre_ids: + - 18 + - 80 + id: 223397 + media_type: tv + name: 'City of God: The Fight Rages On' + origin_country: + - BR + original_language: pt + original_name: 'Cidade de Deus: A Luta Não Para' + overview: >- + Twenty years after City of God, Buscapé recounts how + conflicts between police, traffickers, and militias + impacted the community. + popularity: 57.414 + poster_path: /4K0t47rrpRdhQGp4LnjD8WtqMq3.jpg + vote_average: 7.535 + vote_count: 57 + - adult: false + backdrop_path: /mx0loGeDTtIV7ITfJTweo7Vm1t9.jpg + first_air_date: '2013-10-07' + genre_ids: + - 16 + - 35 + - 10765 + - 10762 + - 10751 + id: 60667 + media_type: tv + name: Gundam Build Fighters + origin_country: + - JP + original_language: ja + original_name: ガンダムビルドファイターズ + overview: >- + Sei Iori is a Gunpla builder whose family runs a hobby + shop in a small town. He aspires to be a Gunpla Battle + champion like his father, but despite his exceptional + building skills, he lacks the combat abilities to + compete with other contestants. Then one day, he meets + a mysterious boy named Reiji, who helps him improve + his confidence in participating in Gunpla Battles. + Together, Sei and Reiji battle their way to the 7th + Gunpla Battle World Tournament. + popularity: 606.305 + poster_path: /k8EBZ63k2fOfQNRJWpyqFxcQTZI.jpg + vote_average: 7 + vote_count: 17 + - adult: false + backdrop_path: /nz6vpYyN1pEwBYeoAVIu2316d0z.jpg + first_air_date: '2017-02-19' + genre_ids: + - 18 + id: 69158 + media_type: tv + name: The Good Fight + origin_country: + - US + original_language: en + original_name: The Good Fight + overview: >- + Picking up one year after the events of the final + broadcast episode of "The Good Wife", an enormous + financial scam has destroyed the reputation of a young + lawyer, Maia Rindell, while simultaneously wiping out + her mentor and godmother Diane Lockhart's savings. + Forced out of her law firm, now called "Lockhart, + Deckler, Gussman, Lee, Lyman, Gilbert, Lurie, Kagan, + Tannebaum & Associates", they join Lucca Quinn at one + of Chicago's preeminent law firms. + popularity: 189.698 + poster_path: /8qoOHOfbUbrCcHZnDVxGcwOWinV.jpg + vote_average: 7.607 + vote_count: 284 + - adult: false + backdrop_path: /cUq6UJIgOK08RtY72m5i1MknKyn.jpg + first_air_date: '2024-01-31' + genre_ids: + - 80 + - 18 + - 9648 + id: 233968 + media_type: tv + name: Fighting for Love + origin_country: + - CN + original_language: zh + original_name: 阿麦从军 + overview: >- + A Mai, the daughter of a Nanxia official, is out for + blood after her family was killed by her childhood + sweetheart Chen Qi. Having grown into a young woman, + she disguises herself as a man and wanders the lands + to seek revenge. During a chance encounter, A Mai + rescues Shang Yizhi, the son of the Crown Princess, + and helps him out of many predicaments. Their fates + have been intertwined ever since. When war broke out, + A Mai joined the military. She moved up from a foot + soldier to a commander due to her marvelous + achievements. At the same time, Shang Yizhi has been + struggling to survive as he is being hunted down. A + Mai assists him in turning the tide. Meanwhile, she + also has repeated encounters with the enemy general + Chang Yu Qing in the battlefield. Through unexpected + events, their paths cross again and they experience + life and death together. In the face of the cruelties + of the times, A Mai must make a decision for the sake + of her country. + popularity: 23.161 + poster_path: /cy5RrUOANg1o9MS2tcaUCiG6HaO.jpg + vote_average: 9 + vote_count: 2 + - adult: false + backdrop_path: null + genre_ids: [] + id: 1163111 + media_type: movie + original_language: en + original_title: Fight + overview: >- + A Winnipeg high school teacher and former boxer helps + two troubled teens at risk of not graduating by using + one unique approach: get them in the ring. + popularity: 0.035 + poster_path: null + release_date: '' + title: Fight + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /ruY7VWjcjBTZ5w8YifCcecjIe60.jpg + first_air_date: '2000-10-24' + genre_ids: + - 10759 + - 16 + id: 9705 + media_type: tv + name: Clockwork Fighters Hiwou's War + origin_country: + - JP + original_language: ja + original_name: 機巧奇傳ヒヲウ戦記 + overview: >- + 8 years ago, Western Civilization visited 19th century + Japan. Mechanized dolls and new steam-powered + creations began spreading throughout the country. The + Wind Gang is a group of doll and steam users who + believe in using their creations to violently bring + about a new Industrial Era. They attack and destroy + the peaceful village of a young doll user named Hiwou + one day. Hiwou and his friends escape with a giant + doll named Homura. Hiwou now wants to find his father, + so that he can help defeat the Wind Gang, and bring + peace back to Japan. + popularity: 209.519 + poster_path: /cpS8zhLWswn49x6Qzg310kCEstl.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /gdGudhFpDN9btbP5ONi8uotm2g8.jpg + first_air_date: '1986-10-15' + genre_ids: + - 16 + - 35 + - 18 + id: 64049 + media_type: tv + name: Fight! Kickers + origin_country: + - JP + original_language: ja + original_name: がんばれ!キッカーズ + overview: >- + The Kitahara Kickers are a soccer who struggle to win + a game, with a run of 22 consecutive losses. But then + a newcomer joins the team whose attitude brings back + the passion for soccer that his teammates have + forgotten. + popularity: 200.226 + poster_path: /7NjsEwjdP2TiScGDr2vDujC2F8T.jpg + vote_average: 6.6 + vote_count: 20 + - adult: false + backdrop_path: /vZEVQQ9ZVi4vCBkW8lTv9OBjs6M.jpg + first_air_date: '1985-11-01' + genre_ids: [] + id: 108061 + media_type: tv + name: The Tough Fight + origin_country: + - HK + original_language: cn + original_name: 後生可畏 + overview: '' + popularity: 13.065 + poster_path: /xakgZZH2VHO4s0R6x32rDtLtrg2.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /vRVO1Tm5v4XZyt1I3FNPLZkSVkl.jpg + first_air_date: '2000-10-04' + genre_ids: + - 16 + - 18 + - 10759 + - 10765 + id: 34680 + media_type: tv + name: GEAR Fighter Dendoh + origin_country: + - JP + original_language: ja + original_name: GEAR戦士電童 + overview: >- + GEAR Fighter Dendoh is an anime series that aired in + Japan. It ran for 38 episodes, from October 4, 2000 to + June 27, 2001, on the TV Tokyo network and its + affiliates. + + + Japanese elementary school students Ginga Izumo and + Hokuto Kusanagi are chosen by a giant robot known as + Dendoh, and now have to work together to defend the + Earth from the evil mechanical alien empire Garufa. + popularity: 16.087 + poster_path: /vzRM7tSk0d3mJgPFi4kY1bSFJ7D.jpg + vote_average: 6.5 + vote_count: 2 + - adult: false + backdrop_path: /hvwiQtH0KiOvv8p3BhEzY93C04N.jpg + first_air_date: '1976-04-04' + genre_ids: + - 16 + - 10765 + id: 45929 + media_type: tv + name: Goliath the Super Fighter + origin_country: + - JP + original_language: ja + original_name: ゴワッパー5ゴーダム + overview: >- + Go-wapper 5 Go-dam, is an anime series aired in 1976. + There were 36 episodes. It is also referred to as + Godam and Gowapper 5 Gordam. + + + The series has also been aired on Italian television + under the title Godam. + popularity: 24.157 + poster_path: /hMM1MR6lwJT1oIx4cLb9ZQhI4Mx.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /5odUFu8M5jviIkfNgbuJi1jkqQy.jpg + first_air_date: '2017-05-11' + genre_ids: + - 18 + id: 80093 + media_type: tv + name: Fighting Time + origin_country: + - CN + original_language: zh + original_name: 职场是个技术活 + overview: >- + White collar worker Xu Nuo and her company’s chairman + Chen Zhi Ze start out as enemies but later become + lovers. Hand in hand, they fight against their + opponents. + popularity: 110.726 + poster_path: /nraK9TPIKhNf5B3FaxcKZyLB8Vb.jpg + vote_average: 7 + vote_count: 1 + - adult: false + backdrop_path: null + genre_ids: + - 16 + id: 723745 + media_type: movie + original_language: en + original_title: Fight! + overview: Two friends fighting dirty + popularity: 2.082 + poster_path: /1KpQ8Rhl1T3rzypivqsOZusXQ4g.jpg + release_date: '2014-09-17' + title: Fight! + video: false + vote_average: 5.9 + vote_count: 23 + total_pages: + type: number + example: 166 + total_results: + type: number + example: 3310 + examples: + multi: + value: + page: 1 + results: + - adult: false + backdrop_path: /2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg + first_air_date: '2000-10-03' + genre_ids: + - 16 + - 35 + - 18 + - 10759 + id: 42705 + media_type: tv + name: Fighting Spirit + origin_country: + - JP + original_language: ja + original_name: はじめの一歩 + overview: >- + Makunouchi Ippo is an ordinary high school student in + Japan. Since he spends most of his time away from + school helping his mother run the family business, he + doesn't get to enjoy his younger years like most + teenagers. Always a target for bullying at school (the + family fishing business grants him a distinct odor), + Ippo's life is one of hardship. One of these + after-school bullying sessions turns Ippo's life + around for the better, as he is saved by a boxer named + Takamura. He decides to follow in Takamura's footsteps + and train to become a boxer, giving his life direction + and purpose. Ippo's path to perfecting his pugilistic + prowess is just beginning... + popularity: 1363.754 + poster_path: /qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg + vote_average: 8.7 + vote_count: 1086 + - adult: false + backdrop_path: /nSj6EKpNtNCd84OT1MNK9XAUlPM.jpg + first_air_date: '2015-06-14' + genre_ids: + - 10759 + - 10764 + - 35 + id: 89620 + media_type: tv + name: Go Fighting + origin_country: + - CN + original_language: zh + original_name: 极限挑战 + overview: >- + Go Fighting! is classified as a game-variety-reality + show, and the MCs and guests complete missions at a + landmark to win the objective. Usually each episode + will also have an over-arching theme or story. Each + episode varies in the challenges and the instructions + given to the MCs, and rules are not strictly enforced, + resulting in a largely unscripted show. + popularity: 647.332 + poster_path: /nYsiHMplUCBFazdAOVr1gQaGy34.jpg + vote_average: 8.5 + vote_count: 10 + - adult: false + backdrop_path: /jCWMWclOVImgkpZgryFd6AvYIu5.jpg + first_air_date: '2017-01-07' + genre_ids: + - 16 + - 10759 + - 10765 + id: 79481 + media_type: tv + name: Fights Break Sphere + origin_country: + - CN + original_language: zh + original_name: 斗破苍穹 + overview: >- + In a land where no magic is present. A land where the + strong make the rules and weak have to obey. A land + filled with alluring treasures and beauty, yet also + filled with unforeseen danger. Three years ago, Xiao + Yan, who had shown talents none had seen in decades, + suddenly lost everything. His powers, his reputation, + and his promise to his mother. What sorcery has caused + him to lose all of his powers? And why has his fiancee + suddenly shown up? + popularity: 179.357 + poster_path: /a9bJPlezCXF6u0siDxf7cZaSXaJ.jpg + vote_average: 8.7 + vote_count: 40 + - adult: false + backdrop_path: null + genre_ids: [] + id: 757019 + media_type: movie + original_language: en + original_title: Fight + overview: >- + An improvised hour-long fight between Brigid Berlin & + Charles Rydell. Produced by Andy Warhol. + popularity: 1.326 + poster_path: /sKLsn8KckO0uP1jaQR7jsmGdkNj.jpg + release_date: '1973-01-01' + title: Fight + video: false + vote_average: 6.5 + vote_count: 22 + - adult: false + backdrop_path: /7D8BmOJWq5oct6tKbow4VHvYo0r.jpg + first_air_date: '2012-10-01' + genre_ids: + - 35 + - 10766 + id: 48892 + media_type: tv + name: Fight or Love? + origin_country: + - BR + original_language: pt + original_name: Guerra dos Sexos + overview: >- + An inheritance of millions brings the fun-loving + Charlô (Irene Raveche) and her bad-tempered cousin + Otávio (Tony Ramos) closer than they ever expected. + The inheritance, which includes a mansion and a chain + of clothing stores, stipulates that the assets remain + in the family. And since no one is willing to give up + their part they decide to share the mansion and the + business, despite the mortal hatred they harbor for + each other. Charlô’s adopted son Felipe (Edson + Celulari) also becomes caught up in the situation. + However, he turns against his mother and becomes + Otávio’s right-hand man at the company. + popularity: 33.428 + poster_path: /6i4O50PaSEyAP7abxUPbAFGq58q.jpg + vote_average: 8 + vote_count: 5 + - adult: false + backdrop_path: /y7iFuGVYvrShnGPAqdZzsE8gA3k.jpg + first_air_date: '2007-10-08' + genre_ids: + - 18 + - 10759 + id: 109775 + media_type: tv + name: The Ultimate Crime Fighter + origin_country: + - HK + original_language: cn + original_name: 通天幹探 + overview: >- + Yuen Biao is a former Hong Kong officer. He quit after + an "accident" occured where he kills an innocent + teenager. He felt guilty and decided to train with + monks to feel better. After 5 years, he joins the + force again after an encounter with the supernatural + at a performance. He realizes that he has no other + choice but to help out with his visions, which are + very accurate. When Yuen Biao meets up with his former + friend, who is Gigi's dad, he is offered to live in an + apartment next to them. There he meets Moses Chan, the + man who got kicked out of where Yuen Biao would be + living. Little does Yuen Biao know is that Moses is + actually an undercover officer who's spying on the + triads. Yuen Biao gradually learns the truth about + Moses and they become good friends. They tackle on + many strange cases along with Yoyo Mung, who became a + lawyer after being a head officer/investigator. + popularity: 10.292 + poster_path: /kBivvgBEnCs4Um0DmVRbNgBiGe3.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: null + genre_ids: + - 16 + - 28 + - 14 + id: 227326 + media_type: movie + original_language: ja + original_title: FIGHT!! + overview: >- + Yonosuke Hikura appears to be an ordinary high school + student. Yet he has inherited the important role of + protecting the harmony between Heaven and Earth. With + the help of the magical sword Chitentai, and Tsukinojo + Inbe, he courageously battles the demons, sending them + back to the Earth World, from which they have escaped. + popularity: 2.606 + poster_path: /2ctuOltpgm2IXHZ5tbTstFwQ4tT.jpg + release_date: '1993-06-17' + title: Fight!! Spirit of the Sword + video: false + vote_average: 6.2 + vote_count: 19 + - adult: false + backdrop_path: /ekDjikLzQmZ5T993sf5wQ86vu05.jpg + first_air_date: '2021-01-24' + genre_ids: + - 18 + id: 117476 + media_type: tv + name: Fighting Youth + origin_country: + - CN + original_language: zh + original_name: 正青春 + overview: >- + This tells the story of corporate rookie Zhang Xiao + Yu, and how through her extraordinary talent, she + manages to earn the appreciation of Lin Rui, the sales + division director of a renowned cosmetics company. Lin + Rui’s many achievements as the sales director of the + cosmetics company, SW, has earned her recognition from + SW’s board of directors in France. She is next in line + for her boss Shu Wan Ting’s position, but her road to + the top hasn't been easy. Unwilling to be replaced, + Shu Wan Ting recruits Lin Rui’s rival, Fang Jing, to + lead a new department. This is when Zhang Xiao Yu is + hired as Lin Rui’s secretary and gets caught up in the + messy office politics. Despite everything happening + around her, Zhang Xiao Yu manages to blossom as a + career woman while also finding her true love. + popularity: 9.748 + poster_path: /6YLW2jiBuWfCxrswlqyDwGkoffw.jpg + vote_average: 9 + vote_count: 1 + - adult: false + backdrop_path: /sxSYsofhuuLMXFE95ev3QjNy3rj.jpg + first_air_date: '2024-08-25' + genre_ids: + - 18 + - 80 + id: 223397 + media_type: tv + name: 'City of God: The Fight Rages On' + origin_country: + - BR + original_language: pt + original_name: 'Cidade de Deus: A Luta Não Para' + overview: >- + Twenty years after City of God, Buscapé recounts how + conflicts between police, traffickers, and militias + impacted the community. + popularity: 57.414 + poster_path: /4K0t47rrpRdhQGp4LnjD8WtqMq3.jpg + vote_average: 7.535 + vote_count: 57 + - adult: false + backdrop_path: /mx0loGeDTtIV7ITfJTweo7Vm1t9.jpg + first_air_date: '2013-10-07' + genre_ids: + - 16 + - 35 + - 10765 + - 10762 + - 10751 + id: 60667 + media_type: tv + name: Gundam Build Fighters + origin_country: + - JP + original_language: ja + original_name: ガンダムビルドファイターズ + overview: >- + Sei Iori is a Gunpla builder whose family runs a hobby + shop in a small town. He aspires to be a Gunpla Battle + champion like his father, but despite his exceptional + building skills, he lacks the combat abilities to + compete with other contestants. Then one day, he meets + a mysterious boy named Reiji, who helps him improve + his confidence in participating in Gunpla Battles. + Together, Sei and Reiji battle their way to the 7th + Gunpla Battle World Tournament. + popularity: 606.305 + poster_path: /k8EBZ63k2fOfQNRJWpyqFxcQTZI.jpg + vote_average: 7 + vote_count: 17 + - adult: false + backdrop_path: /nz6vpYyN1pEwBYeoAVIu2316d0z.jpg + first_air_date: '2017-02-19' + genre_ids: + - 18 + id: 69158 + media_type: tv + name: The Good Fight + origin_country: + - US + original_language: en + original_name: The Good Fight + overview: >- + Picking up one year after the events of the final + broadcast episode of "The Good Wife", an enormous + financial scam has destroyed the reputation of a young + lawyer, Maia Rindell, while simultaneously wiping out + her mentor and godmother Diane Lockhart's savings. + Forced out of her law firm, now called "Lockhart, + Deckler, Gussman, Lee, Lyman, Gilbert, Lurie, Kagan, + Tannebaum & Associates", they join Lucca Quinn at one + of Chicago's preeminent law firms. + popularity: 189.698 + poster_path: /8qoOHOfbUbrCcHZnDVxGcwOWinV.jpg + vote_average: 7.607 + vote_count: 284 + - adult: false + backdrop_path: /cUq6UJIgOK08RtY72m5i1MknKyn.jpg + first_air_date: '2024-01-31' + genre_ids: + - 80 + - 18 + - 9648 + id: 233968 + media_type: tv + name: Fighting for Love + origin_country: + - CN + original_language: zh + original_name: 阿麦从军 + overview: >- + A Mai, the daughter of a Nanxia official, is out for + blood after her family was killed by her childhood + sweetheart Chen Qi. Having grown into a young woman, + she disguises herself as a man and wanders the lands + to seek revenge. During a chance encounter, A Mai + rescues Shang Yizhi, the son of the Crown Princess, + and helps him out of many predicaments. Their fates + have been intertwined ever since. When war broke out, + A Mai joined the military. She moved up from a foot + soldier to a commander due to her marvelous + achievements. At the same time, Shang Yizhi has been + struggling to survive as he is being hunted down. A + Mai assists him in turning the tide. Meanwhile, she + also has repeated encounters with the enemy general + Chang Yu Qing in the battlefield. Through unexpected + events, their paths cross again and they experience + life and death together. In the face of the cruelties + of the times, A Mai must make a decision for the sake + of her country. + popularity: 23.161 + poster_path: /cy5RrUOANg1o9MS2tcaUCiG6HaO.jpg + vote_average: 9 + vote_count: 2 + - adult: false + backdrop_path: null + genre_ids: [] + id: 1163111 + media_type: movie + original_language: en + original_title: Fight + overview: >- + A Winnipeg high school teacher and former boxer helps + two troubled teens at risk of not graduating by using + one unique approach: get them in the ring. + popularity: 0.035 + poster_path: null + release_date: '' + title: Fight + video: false + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /ruY7VWjcjBTZ5w8YifCcecjIe60.jpg + first_air_date: '2000-10-24' + genre_ids: + - 10759 + - 16 + id: 9705 + media_type: tv + name: Clockwork Fighters Hiwou's War + origin_country: + - JP + original_language: ja + original_name: 機巧奇傳ヒヲウ戦記 + overview: >- + 8 years ago, Western Civilization visited 19th century + Japan. Mechanized dolls and new steam-powered + creations began spreading throughout the country. The + Wind Gang is a group of doll and steam users who + believe in using their creations to violently bring + about a new Industrial Era. They attack and destroy + the peaceful village of a young doll user named Hiwou + one day. Hiwou and his friends escape with a giant + doll named Homura. Hiwou now wants to find his father, + so that he can help defeat the Wind Gang, and bring + peace back to Japan. + popularity: 209.519 + poster_path: /cpS8zhLWswn49x6Qzg310kCEstl.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /gdGudhFpDN9btbP5ONi8uotm2g8.jpg + first_air_date: '1986-10-15' + genre_ids: + - 16 + - 35 + - 18 + id: 64049 + media_type: tv + name: Fight! Kickers + origin_country: + - JP + original_language: ja + original_name: がんばれ!キッカーズ + overview: >- + The Kitahara Kickers are a soccer who struggle to win + a game, with a run of 22 consecutive losses. But then + a newcomer joins the team whose attitude brings back + the passion for soccer that his teammates have + forgotten. + popularity: 200.226 + poster_path: /7NjsEwjdP2TiScGDr2vDujC2F8T.jpg + vote_average: 6.6 + vote_count: 20 + - adult: false + backdrop_path: /vZEVQQ9ZVi4vCBkW8lTv9OBjs6M.jpg + first_air_date: '1985-11-01' + genre_ids: [] + id: 108061 + media_type: tv + name: The Tough Fight + origin_country: + - HK + original_language: cn + original_name: 後生可畏 + overview: '' + popularity: 13.065 + poster_path: /xakgZZH2VHO4s0R6x32rDtLtrg2.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /vRVO1Tm5v4XZyt1I3FNPLZkSVkl.jpg + first_air_date: '2000-10-04' + genre_ids: + - 16 + - 18 + - 10759 + - 10765 + id: 34680 + media_type: tv + name: GEAR Fighter Dendoh + origin_country: + - JP + original_language: ja + original_name: GEAR戦士電童 + overview: >- + GEAR Fighter Dendoh is an anime series that aired in + Japan. It ran for 38 episodes, from October 4, 2000 to + June 27, 2001, on the TV Tokyo network and its + affiliates. + + + Japanese elementary school students Ginga Izumo and + Hokuto Kusanagi are chosen by a giant robot known as + Dendoh, and now have to work together to defend the + Earth from the evil mechanical alien empire Garufa. + popularity: 16.087 + poster_path: /vzRM7tSk0d3mJgPFi4kY1bSFJ7D.jpg + vote_average: 6.5 + vote_count: 2 + - adult: false + backdrop_path: /hvwiQtH0KiOvv8p3BhEzY93C04N.jpg + first_air_date: '1976-04-04' + genre_ids: + - 16 + - 10765 + id: 45929 + media_type: tv + name: Goliath the Super Fighter + origin_country: + - JP + original_language: ja + original_name: ゴワッパー5ゴーダム + overview: >- + Go-wapper 5 Go-dam, is an anime series aired in 1976. + There were 36 episodes. It is also referred to as + Godam and Gowapper 5 Gordam. + + + The series has also been aired on Italian television + under the title Godam. + popularity: 24.157 + poster_path: /hMM1MR6lwJT1oIx4cLb9ZQhI4Mx.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /5odUFu8M5jviIkfNgbuJi1jkqQy.jpg + first_air_date: '2017-05-11' + genre_ids: + - 18 + id: 80093 + media_type: tv + name: Fighting Time + origin_country: + - CN + original_language: zh + original_name: 职场是个技术活 + overview: >- + White collar worker Xu Nuo and her company’s chairman + Chen Zhi Ze start out as enemies but later become + lovers. Hand in hand, they fight against their + opponents. + popularity: 110.726 + poster_path: /nraK9TPIKhNf5B3FaxcKZyLB8Vb.jpg + vote_average: 7 + vote_count: 1 + - adult: false + backdrop_path: null + genre_ids: + - 16 + id: 723745 + media_type: movie + original_language: en + original_title: Fight! + overview: Two friends fighting dirty + popularity: 2.082 + poster_path: /1KpQ8Rhl1T3rzypivqsOZusXQ4g.jpg + release_date: '2014-09-17' + title: Fight! + video: false + vote_average: 5.9 + vote_count: 23 + total_pages: 166 + total_results: 3310 + /search/tv: + get: + tags: + - SEARCH + summary: TV shows + description: This endpoint search for TV shows by their original, translated and also known as names. + operationId: tvShows + parameters: + - name: query + in: query + required: true + description: The term you want to search for (e.g., "Inception"). + schema: + type: string + example: '' + - name: first_air_date_year + in: query + description: It specifies the year in which a TV show first premiered or aired its initial episode. + schema: + type: string + example: '' + - $ref: '#/components/parameters/include_adult' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + + - name: year + in: query + description: Search the first air date and all episode air dates + schema: + type: string + responses: + '200': + description: tv shows + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=20752 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 17:31:40 GMT + ETag: + schema: + type: string + example: W/"e0dc3be8417da1b6dcaff20e91469d29" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 a497eba714f030335fd7adebea6fe8b6.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 3mDt8bq8EcH7XlR5Lqvmtz_Lm11GGMhHWj1EtweurY2wtL06kc9JrQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '8000' + x-memc-expires: + schema: + type: string + example: '20752' + x-memc-key: + schema: + type: string + example: 9e45d2b1fcf397940116dafa0a8ebfec + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + first_air_date: + type: string + example: '2008-01-20' + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + - 80 + id: + type: number + example: 1396 + name: + type: string + example: Breaking Bad + origin_country: + type: array + items: + type: string + example: US + example: + - US + original_language: + type: string + example: en + original_name: + type: string + example: Breaking Bad + overview: + type: string + example: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a + prognosis of only two years left to live. He becomes + filled with a sense of fearlessness and an + unrelenting desire to secure his family's financial + future at any cost as he enters the dangerous world + of drugs and crime. + popularity: + type: number + example: 712.364 + poster_path: + type: string + example: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + vote_average: + type: number + example: 8.9 + vote_count: + type: number + example: 14776 + example: + - adult: false + backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + first_air_date: '2008-01-20' + genre_ids: + - 18 + - 80 + id: 1396 + name: Breaking Bad + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a prognosis + of only two years left to live. He becomes filled with + a sense of fearlessness and an unrelenting desire to + secure his family's financial future at any cost as he + enters the dangerous world of drugs and crime. + popularity: 712.364 + poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + vote_average: 8.9 + vote_count: 14776 + - adult: false + backdrop_path: /ozlVxYzf3iOH1dWhpE8nmwQLKKd.jpg + first_air_date: '1979-10-01' + genre_ids: [] + id: 8386 + name: The Good The Bad The Ugly + origin_country: + - HK + original_language: cn + original_name: 網中人 + overview: >- + The Good, the Bad and the Ugly is a TVB television + series, premiered on 1 September 1979. Theme song "The + Good, the Bad and the Ugly" composition and + arrangement by Joseph Koo, lyricist by Tang Wai Hung, + sung by Teresa Cheung. + popularity: 370.358 + poster_path: /b5WEVyx2qTVFF5WaUFzBDru8wpo.jpg + vote_average: 9 + vote_count: 6 + - adult: false + backdrop_path: /m4Zo7Ks4ewo7daCtj8nvxjJrlqN.jpg + first_air_date: '2024-05-05' + genre_ids: + - 35 + - 10764 + - 18 + id: 253092 + name: Baddies Caribbean + origin_country: + - US + original_language: en + original_name: Baddies Caribbean + overview: >- + The Baddies head to the Caribbean where they plan on + creating more of a storm than a Hurricane. + popularity: 14.587 + poster_path: /72C1GBm0MO2scR4oLOgnqMFfNjj.jpg + vote_average: 8.655 + vote_count: 29 + - adult: false + backdrop_path: /62vZPS73Ncl50zuLdGAouEG55bd.jpg + first_air_date: '2021-11-01' + genre_ids: + - 10759 + - 18 + - 80 + id: 137713 + name: The Bad Penny + origin_country: + - TR + original_language: tr + original_name: Üç Kuruş + overview: >- + When a serial killer stalks a Romani neighborhood, a + hardboiled police captain teams up with a Gypsy crime + boss to bring the killer to justice. + popularity: 9.47 + poster_path: /90FtMHAsphVXAXAL8U8fjb3BdOP.jpg + vote_average: 7.8 + vote_count: 11 + - adult: false + backdrop_path: /pkHOVTeH0BlsSk8GacfdmmnXtIR.jpg + first_air_date: '1993-09-25' + genre_ids: + - 16 + - 10759 + - 35 + - 80 + id: 138112 + name: Bad Boys + origin_country: + - JP + original_language: ja + original_name: Bad Boys + overview: >- + Tsukasa, Yoji, and Eiji are friends and members of the + motorcycle gang called the Paradise Butterflies. + Riding the streets of Hiroshima, their goal in life is + to top all other gangs in their city. + popularity: 5.344 + poster_path: /6SsL6sR3AFDsa4Eg8tsr3TsMvVz.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tVUNXVAH609yaW1hB9pJ2uiaUrD.jpg + first_air_date: '2014-07-31' + genre_ids: + - 16 + id: 83463 + name: 'A Portrait of Jianghu: Bad Guys' + origin_country: + - CN + original_language: zh + original_name: 画江湖之不良人 + overview: >- + Two martial artists are brutally killed by a team of + assassins, leaving their wards, a young boy and girl, + defenseless. A martial arts master dispatches of the + assassins, sparing their lives, and decides to take + them in. He raises them and teaches them martial arts. + popularity: 337.578 + poster_path: /ewC9M547XWDANvjZkWlU3XDdeAp.jpg + vote_average: 9.2 + vote_count: 11 + - adult: false + backdrop_path: /dwR8uaoUCsBMyrztbBsAcCewLEB.jpg + first_air_date: '2024-11-03' + genre_ids: + - 10764 + id: 275096 + name: Baddies Midwest + origin_country: + - US + original_language: en + original_name: Baddies Midwest + overview: >- + The Baddies are back - this time bringing it to the + Midwest! + popularity: 26.491 + poster_path: /bMHsYAlBBDNqqgxWSgqGkz6V0RH.jpg + vote_average: 7.6 + vote_count: 5 + - adult: false + backdrop_path: /mBlLoWXu7a9f7tLr7zyUMTfYDjo.jpg + first_air_date: '2010-05-26' + genre_ids: + - 18 + id: 32784 + name: Bad Guy + origin_country: + - KR + original_language: ko + original_name: 나쁜 남자 + overview: >- + Bad Guy is a 2010 South Korean melodrama television + series, starring Kim Nam-gil, Han Ga-in, Kim Jae-wook, + Oh Yeon-soo and Jung So-min. Directed by Lee + Hyung-min, it aired on SBS from May 26 to August 5, + 2010 on Wednesdays and Thursdays at 21:55 for 17 + episodes. + popularity: 109.48 + poster_path: /wwE3VvcyGhtsRMZhLVKNz32Xuwd.jpg + vote_average: 6.1 + vote_count: 11 + - adult: false + backdrop_path: /4M8NgEJMn3mmR3iYakZLHw5O2HR.jpg + first_air_date: '2024-06-20' + genre_ids: + - 18 + - 80 + id: 256522 + name: Bad Cop + origin_country: + - IN + original_language: hi + original_name: Bad Cop + overview: >- + Twin brothers on the opposite sides of the law get + caught in a complex web of deceit, loyalty and + betrayal. + popularity: 2.673 + poster_path: /9VtAKcZoGD5gKhMG7ACJOsE1XRk.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4H3oChXtBKo4xaCVcznsik3Mjaz.jpg + first_air_date: '1996-09-07' + genre_ids: + - 10759 + - 10762 + id: 2136 + name: Big Bad BeetleBorgs + origin_country: + - US + original_language: en + original_name: Big Bad BeetleBorgs + overview: >- + When three kids explore Charterville's haunted + Hillhurst Mansion on a dare, they discover a lot more + than they bargain for! The trio find a wild and wacky + phasm named Flabber, who changes their lives forever + when he grants their wish to become the superheroes + they've read about in BeetleBorgs comics. However, not + only does Flabber grant the kids' wish, but he also + accidentally facilitates the escape of supervillains + from the comic books as well! Now it's up to these + three newly tapped superheroes - aided by a friendly + neighborhood phasm and armed with fantastic powers and + awesome vehicles - to save the world from the forces + of darkness that threaten the peace and harmony of all + mankind. + popularity: 27.914 + poster_path: /aIHIj3VxKTlhdeclpnw1dT9581w.jpg + vote_average: 6.625 + vote_count: 24 + - adult: false + backdrop_path: /pM6mbfZ0sHmQuiNkXbZMGw0yPd1.jpg + first_air_date: '2024-03-03' + genre_ids: + - 18 + id: 246811 + name: Baddies Caribbean Auditions + origin_country: + - US + original_language: en + original_name: Baddies Caribbean Auditions + overview: >- + Executive Producer Natalie Nunn, along with music + sensation Shenseea, reality stars Spice & Bobby Lytes + and the Baddies East all-stars, help to choose the + cast for the next season of Zeus Network's original + hit Baddies franchise. Also featuring special guest, + NeNe Leakes. + popularity: 6.804 + poster_path: /gubOa7dZg10uPm5s27sveNoJ1XA.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /qHIA0MUGbRTZz9FXxHksh6kvvVS.jpg + first_air_date: '2017-12-15' + genre_ids: + - 80 + - 18 + - 10759 + id: 75765 + name: 'Bad Guys: Vile City' + origin_country: + - KR + original_language: ko + original_name: '나쁜 녀석들: 악의 도시' + overview: >- + Ordered to take down a villainous business leader who + controls the city, a prosecutor gathers a team of men + who may not be so clean themselves. + popularity: 123.763 + poster_path: /ob8JeEgAjUwAZAATI6uqOI743R2.jpg + vote_average: 7.3 + vote_count: 22 + - adult: false + backdrop_path: /wBXCD3K6GKvdhKoKKCq4SaNZvxz.jpg + first_air_date: '2015-09-04' + genre_ids: + - 99 + - 10764 + id: 64696 + name: There Is No Such Thing as a Bad Dog + origin_country: + - KR + original_language: ko + original_name: 세상에 나쁜 개는 없다 + overview: '' + popularity: 57.145 + poster_path: /l6Cbh0sIF4wMcGDn9ewcD6UfEkA.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /apmcAQtugJ7K7jVifcJZUkdHlIC.jpg + first_air_date: '2024-09-15' + genre_ids: + - 10764 + - 35 + - 10767 + id: 271239 + name: Baddies Midwest & Baddies Gone Wild Auditions + origin_country: + - US + original_language: en + original_name: Baddies Midwest & Baddies Gone Wild Auditions + overview: >- + Executive Producer Natalie Nunn heads to the Midwest + to pick out the next group of Baddies. + popularity: 7.045 + poster_path: /5DMtl3W0xIN3vMUiGbza7HohGtv.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zRRyu5cBOQBnBzuywWSUqT0qScI.jpg + first_air_date: '2023-04-26' + genre_ids: + - 18 + - 35 + id: 214999 + name: The Good Bad Mother + origin_country: + - KR + original_language: ko + original_name: 나쁜 엄마 + overview: >- + A tragic accident leaves an ambitious prosecutor with + the mind of a child – forcing him and his mother to + embark on a journey to heal their relationship. + popularity: 60.231 + poster_path: /vtDLhvpTk1xcaBCKubSH0if575G.jpg + vote_average: 8.9 + vote_count: 142 + - adult: false + backdrop_path: null + first_air_date: '1957-05-03' + genre_ids: + - 10763 + id: 113485 + name: Landesschau Baden-Württemberg + origin_country: + - DE + original_language: de + original_name: Landesschau Baden-Württemberg + overview: '' + popularity: 31.272 + poster_path: /wDOSenxoxj7sxesG8H6zrOSZOhw.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /fe72h5SlHb5kWAweNDg88RhtdLo.jpg + first_air_date: '2016-05-25' + genre_ids: + - 35 + id: 66733 + name: Bad Internet + origin_country: + - US + original_language: en + original_name: Bad Internet + overview: >- + A satirical anthology series about the terrifying + potential futures of internet technology and culture. + Not at all similar to any other shows about + technological overreaching. + popularity: 44.735 + poster_path: /ogqVsgXKk9gEUynU2eF4ENZaSM4.jpg + vote_average: 6.8 + vote_count: 8 + - adult: false + backdrop_path: /lUIrxz7HwqdBQwCzJYysdYy34uH.jpg + first_air_date: '2013-12-30' + genre_ids: + - 35 + - 18 + id: 62474 + name: Seaside Hotel + origin_country: + - DK + original_language: da + original_name: Badehotellet + overview: >- + At Andersen’s Seaside Hotel by the North Sea dunes, + meet three young people as they try to emancipate + themselves from the plans other people have made on + their behalf. + popularity: 76.362 + poster_path: /2YrFeKSc23Glr9g3GSgOclEjizd.jpg + vote_average: 8 + vote_count: 28 + - adult: false + backdrop_path: /3PGcn1ccxdQJ8ySl6VouPNMXV6T.jpg + first_air_date: '2007-06-02' + genre_ids: + - 35 + - 18 + id: 38853 + name: Bad Couple + origin_country: + - KR + - MX + original_language: ko + original_name: 불량 커플 + overview: >- + Choi Gi Chan is an University Botanic Professor with + the "perfect genes." The drama is about an editor of a + fashion magazine, Kim Dang Ja, who suddenly develops + an urge to have her own baby despite opposing the idea + of marriage. The story will talk about Dang Ja + striving to look for a man with perfect genes to + accomplish her mission. Gi Chan happens to be her + "target" in order for her to accomplish her mission. + The story later develops as Dang Ja must persuade him + to do it without any commitments, which is a problem + because Gi Chan doesn't believe in the idea of sex + before marriage. + popularity: 5.87 + poster_path: /A3AaweI9ib5IkdihtPtSoykVlxP.jpg + vote_average: 6 + vote_count: 2 + - adult: false + backdrop_path: /6MQaS4mMnM2WPvsAdQvZDOTxRK9.jpg + first_air_date: '2021-12-17' + genre_ids: + - 10759 + - 80 + - 18 + - 10765 + id: 132979 + name: Bad and Crazy + origin_country: + - KR + original_language: ko + original_name: 배드 앤 크레이지 + overview: >- + A superhero drama about Soo-yeol who has lived his + whole life as a materialistic police detective, but + changes into a champion for justice and fights against + police corruption when a hidden persona called "K" + awakens inside him. + popularity: 47.347 + poster_path: /t9CRsIT1sGZY3bEpkWPZjMb4EWy.jpg + vote_average: 7.9 + vote_count: 74 + total_pages: + type: number + example: 21 + total_results: + type: number + example: 410 + examples: + tv shows: + value: + page: 1 + results: + - adult: false + backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + first_air_date: '2008-01-20' + genre_ids: + - 18 + - 80 + id: 1396 + name: Breaking Bad + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a prognosis + of only two years left to live. He becomes filled with + a sense of fearlessness and an unrelenting desire to + secure his family's financial future at any cost as he + enters the dangerous world of drugs and crime. + popularity: 712.364 + poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + vote_average: 8.9 + vote_count: 14776 + - adult: false + backdrop_path: /ozlVxYzf3iOH1dWhpE8nmwQLKKd.jpg + first_air_date: '1979-10-01' + genre_ids: [] + id: 8386 + name: The Good The Bad The Ugly + origin_country: + - HK + original_language: cn + original_name: 網中人 + overview: >- + The Good, the Bad and the Ugly is a TVB television + series, premiered on 1 September 1979. Theme song "The + Good, the Bad and the Ugly" composition and + arrangement by Joseph Koo, lyricist by Tang Wai Hung, + sung by Teresa Cheung. + popularity: 370.358 + poster_path: /b5WEVyx2qTVFF5WaUFzBDru8wpo.jpg + vote_average: 9 + vote_count: 6 + - adult: false + backdrop_path: /m4Zo7Ks4ewo7daCtj8nvxjJrlqN.jpg + first_air_date: '2024-05-05' + genre_ids: + - 35 + - 10764 + - 18 + id: 253092 + name: Baddies Caribbean + origin_country: + - US + original_language: en + original_name: Baddies Caribbean + overview: >- + The Baddies head to the Caribbean where they plan on + creating more of a storm than a Hurricane. + popularity: 14.587 + poster_path: /72C1GBm0MO2scR4oLOgnqMFfNjj.jpg + vote_average: 8.655 + vote_count: 29 + - adult: false + backdrop_path: /62vZPS73Ncl50zuLdGAouEG55bd.jpg + first_air_date: '2021-11-01' + genre_ids: + - 10759 + - 18 + - 80 + id: 137713 + name: The Bad Penny + origin_country: + - TR + original_language: tr + original_name: Üç Kuruş + overview: >- + When a serial killer stalks a Romani neighborhood, a + hardboiled police captain teams up with a Gypsy crime + boss to bring the killer to justice. + popularity: 9.47 + poster_path: /90FtMHAsphVXAXAL8U8fjb3BdOP.jpg + vote_average: 7.8 + vote_count: 11 + - adult: false + backdrop_path: /pkHOVTeH0BlsSk8GacfdmmnXtIR.jpg + first_air_date: '1993-09-25' + genre_ids: + - 16 + - 10759 + - 35 + - 80 + id: 138112 + name: Bad Boys + origin_country: + - JP + original_language: ja + original_name: Bad Boys + overview: >- + Tsukasa, Yoji, and Eiji are friends and members of the + motorcycle gang called the Paradise Butterflies. + Riding the streets of Hiroshima, their goal in life is + to top all other gangs in their city. + popularity: 5.344 + poster_path: /6SsL6sR3AFDsa4Eg8tsr3TsMvVz.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /tVUNXVAH609yaW1hB9pJ2uiaUrD.jpg + first_air_date: '2014-07-31' + genre_ids: + - 16 + id: 83463 + name: 'A Portrait of Jianghu: Bad Guys' + origin_country: + - CN + original_language: zh + original_name: 画江湖之不良人 + overview: >- + Two martial artists are brutally killed by a team of + assassins, leaving their wards, a young boy and girl, + defenseless. A martial arts master dispatches of the + assassins, sparing their lives, and decides to take + them in. He raises them and teaches them martial arts. + popularity: 337.578 + poster_path: /ewC9M547XWDANvjZkWlU3XDdeAp.jpg + vote_average: 9.2 + vote_count: 11 + - adult: false + backdrop_path: /dwR8uaoUCsBMyrztbBsAcCewLEB.jpg + first_air_date: '2024-11-03' + genre_ids: + - 10764 + id: 275096 + name: Baddies Midwest + origin_country: + - US + original_language: en + original_name: Baddies Midwest + overview: >- + The Baddies are back - this time bringing it to the + Midwest! + popularity: 26.491 + poster_path: /bMHsYAlBBDNqqgxWSgqGkz6V0RH.jpg + vote_average: 7.6 + vote_count: 5 + - adult: false + backdrop_path: /mBlLoWXu7a9f7tLr7zyUMTfYDjo.jpg + first_air_date: '2010-05-26' + genre_ids: + - 18 + id: 32784 + name: Bad Guy + origin_country: + - KR + original_language: ko + original_name: 나쁜 남자 + overview: >- + Bad Guy is a 2010 South Korean melodrama television + series, starring Kim Nam-gil, Han Ga-in, Kim Jae-wook, + Oh Yeon-soo and Jung So-min. Directed by Lee + Hyung-min, it aired on SBS from May 26 to August 5, + 2010 on Wednesdays and Thursdays at 21:55 for 17 + episodes. + popularity: 109.48 + poster_path: /wwE3VvcyGhtsRMZhLVKNz32Xuwd.jpg + vote_average: 6.1 + vote_count: 11 + - adult: false + backdrop_path: /4M8NgEJMn3mmR3iYakZLHw5O2HR.jpg + first_air_date: '2024-06-20' + genre_ids: + - 18 + - 80 + id: 256522 + name: Bad Cop + origin_country: + - IN + original_language: hi + original_name: Bad Cop + overview: >- + Twin brothers on the opposite sides of the law get + caught in a complex web of deceit, loyalty and + betrayal. + popularity: 2.673 + poster_path: /9VtAKcZoGD5gKhMG7ACJOsE1XRk.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4H3oChXtBKo4xaCVcznsik3Mjaz.jpg + first_air_date: '1996-09-07' + genre_ids: + - 10759 + - 10762 + id: 2136 + name: Big Bad BeetleBorgs + origin_country: + - US + original_language: en + original_name: Big Bad BeetleBorgs + overview: >- + When three kids explore Charterville's haunted + Hillhurst Mansion on a dare, they discover a lot more + than they bargain for! The trio find a wild and wacky + phasm named Flabber, who changes their lives forever + when he grants their wish to become the superheroes + they've read about in BeetleBorgs comics. However, not + only does Flabber grant the kids' wish, but he also + accidentally facilitates the escape of supervillains + from the comic books as well! Now it's up to these + three newly tapped superheroes - aided by a friendly + neighborhood phasm and armed with fantastic powers and + awesome vehicles - to save the world from the forces + of darkness that threaten the peace and harmony of all + mankind. + popularity: 27.914 + poster_path: /aIHIj3VxKTlhdeclpnw1dT9581w.jpg + vote_average: 6.625 + vote_count: 24 + - adult: false + backdrop_path: /pM6mbfZ0sHmQuiNkXbZMGw0yPd1.jpg + first_air_date: '2024-03-03' + genre_ids: + - 18 + id: 246811 + name: Baddies Caribbean Auditions + origin_country: + - US + original_language: en + original_name: Baddies Caribbean Auditions + overview: >- + Executive Producer Natalie Nunn, along with music + sensation Shenseea, reality stars Spice & Bobby Lytes + and the Baddies East all-stars, help to choose the + cast for the next season of Zeus Network's original + hit Baddies franchise. Also featuring special guest, + NeNe Leakes. + popularity: 6.804 + poster_path: /gubOa7dZg10uPm5s27sveNoJ1XA.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /qHIA0MUGbRTZz9FXxHksh6kvvVS.jpg + first_air_date: '2017-12-15' + genre_ids: + - 80 + - 18 + - 10759 + id: 75765 + name: 'Bad Guys: Vile City' + origin_country: + - KR + original_language: ko + original_name: '나쁜 녀석들: 악의 도시' + overview: >- + Ordered to take down a villainous business leader who + controls the city, a prosecutor gathers a team of men + who may not be so clean themselves. + popularity: 123.763 + poster_path: /ob8JeEgAjUwAZAATI6uqOI743R2.jpg + vote_average: 7.3 + vote_count: 22 + - adult: false + backdrop_path: /wBXCD3K6GKvdhKoKKCq4SaNZvxz.jpg + first_air_date: '2015-09-04' + genre_ids: + - 99 + - 10764 + id: 64696 + name: There Is No Such Thing as a Bad Dog + origin_country: + - KR + original_language: ko + original_name: 세상에 나쁜 개는 없다 + overview: '' + popularity: 57.145 + poster_path: /l6Cbh0sIF4wMcGDn9ewcD6UfEkA.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /apmcAQtugJ7K7jVifcJZUkdHlIC.jpg + first_air_date: '2024-09-15' + genre_ids: + - 10764 + - 35 + - 10767 + id: 271239 + name: Baddies Midwest & Baddies Gone Wild Auditions + origin_country: + - US + original_language: en + original_name: Baddies Midwest & Baddies Gone Wild Auditions + overview: >- + Executive Producer Natalie Nunn heads to the Midwest + to pick out the next group of Baddies. + popularity: 7.045 + poster_path: /5DMtl3W0xIN3vMUiGbza7HohGtv.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zRRyu5cBOQBnBzuywWSUqT0qScI.jpg + first_air_date: '2023-04-26' + genre_ids: + - 18 + - 35 + id: 214999 + name: The Good Bad Mother + origin_country: + - KR + original_language: ko + original_name: 나쁜 엄마 + overview: >- + A tragic accident leaves an ambitious prosecutor with + the mind of a child – forcing him and his mother to + embark on a journey to heal their relationship. + popularity: 60.231 + poster_path: /vtDLhvpTk1xcaBCKubSH0if575G.jpg + vote_average: 8.9 + vote_count: 142 + - adult: false + backdrop_path: null + first_air_date: '1957-05-03' + genre_ids: + - 10763 + id: 113485 + name: Landesschau Baden-Württemberg + origin_country: + - DE + original_language: de + original_name: Landesschau Baden-Württemberg + overview: '' + popularity: 31.272 + poster_path: /wDOSenxoxj7sxesG8H6zrOSZOhw.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /fe72h5SlHb5kWAweNDg88RhtdLo.jpg + first_air_date: '2016-05-25' + genre_ids: + - 35 + id: 66733 + name: Bad Internet + origin_country: + - US + original_language: en + original_name: Bad Internet + overview: >- + A satirical anthology series about the terrifying + potential futures of internet technology and culture. + Not at all similar to any other shows about + technological overreaching. + popularity: 44.735 + poster_path: /ogqVsgXKk9gEUynU2eF4ENZaSM4.jpg + vote_average: 6.8 + vote_count: 8 + - adult: false + backdrop_path: /lUIrxz7HwqdBQwCzJYysdYy34uH.jpg + first_air_date: '2013-12-30' + genre_ids: + - 35 + - 18 + id: 62474 + name: Seaside Hotel + origin_country: + - DK + original_language: da + original_name: Badehotellet + overview: >- + At Andersen’s Seaside Hotel by the North Sea dunes, + meet three young people as they try to emancipate + themselves from the plans other people have made on + their behalf. + popularity: 76.362 + poster_path: /2YrFeKSc23Glr9g3GSgOclEjizd.jpg + vote_average: 8 + vote_count: 28 + - adult: false + backdrop_path: /3PGcn1ccxdQJ8ySl6VouPNMXV6T.jpg + first_air_date: '2007-06-02' + genre_ids: + - 35 + - 18 + id: 38853 + name: Bad Couple + origin_country: + - KR + - MX + original_language: ko + original_name: 불량 커플 + overview: >- + Choi Gi Chan is an University Botanic Professor with + the "perfect genes." The drama is about an editor of a + fashion magazine, Kim Dang Ja, who suddenly develops + an urge to have her own baby despite opposing the idea + of marriage. The story will talk about Dang Ja + striving to look for a man with perfect genes to + accomplish her mission. Gi Chan happens to be her + "target" in order for her to accomplish her mission. + The story later develops as Dang Ja must persuade him + to do it without any commitments, which is a problem + because Gi Chan doesn't believe in the idea of sex + before marriage. + popularity: 5.87 + poster_path: /A3AaweI9ib5IkdihtPtSoykVlxP.jpg + vote_average: 6 + vote_count: 2 + - adult: false + backdrop_path: /6MQaS4mMnM2WPvsAdQvZDOTxRK9.jpg + first_air_date: '2021-12-17' + genre_ids: + - 10759 + - 80 + - 18 + - 10765 + id: 132979 + name: Bad and Crazy + origin_country: + - KR + original_language: ko + original_name: 배드 앤 크레이지 + overview: >- + A superhero drama about Soo-yeol who has lived his + whole life as a materialistic police detective, but + changes into a champion for justice and fights against + police corruption when a hidden persona called "K" + awakens inside him. + popularity: 47.347 + poster_path: /t9CRsIT1sGZY3bEpkWPZjMb4EWy.jpg + vote_average: 7.9 + vote_count: 74 + total_pages: 21 + total_results: 410 + /trending/all/{time_window}: + get: + tags: + - TRENDING + summary: All + description: This endpoint get the trending movies, TV shows and people. + operationId: all + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/time_window' + + responses: + '200': + description: all + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=461 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 17:45:18 GMT + ETag: + schema: + type: string + example: W/"223a968326fa5d821afb5b1182058d5a" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: b9Rs69llJIXuunJrcwmaKGO8ZYfqFRUqBLTpN8dIZ9ob8YTJXcu0Hw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '139' + x-memc-expires: + schema: + type: string + example: '461' + x-memc-key: + schema: + type: string + example: 510a15a44b99e7d3ec895702a72161cc + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: + type: string + example: '2021-09-17' + genre_ids: + type: array + items: + type: number + example: 10759 + example: + - 10759 + - 9648 + - 18 + id: + type: number + example: 93405 + media_type: + type: string + example: tv + name: + type: string + example: Squid Game + origin_country: + type: array + items: + type: string + example: KR + example: + - KR + original_language: + type: string + example: ko + original_name: + type: string + example: 오징어 게임 + original_title: + type: string + example: Wicked + overview: + type: string + example: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: + type: number + example: 13121.205 + poster_path: + type: string + example: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + release_date: + type: string + example: '2024-11-20' + title: + type: string + example: Wicked + video: + type: boolean + example: false + vote_average: + type: number + example: 7.8 + vote_count: + type: number + example: 14641 + example: + - adult: false + backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: '2021-09-17' + genre_ids: + - 10759 + - 9648 + - 18 + id: 93405 + media_type: tv + name: Squid Game + origin_country: + - KR + original_language: ko + original_name: 오징어 게임 + overview: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: 13121.205 + poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: 7.8 + vote_count: 14641 + - adult: false + backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg + first_air_date: '2024-01-07' + genre_ids: + - 10759 + - 10765 + - 16 + id: 127532 + media_type: tv + name: Solo Leveling + origin_country: + - JP + original_language: ja + original_name: 俺だけレベルアップな件 + overview: >- + They say whatever doesn’t kill you makes you stronger, + but that’s not the case for the world’s weakest hunter + Sung Jinwoo. After being brutally slaughtered by + monsters in a high-ranking dungeon, Jinwoo came back + with the System, a program only he could see, that’s + leveling him up in every way. Now, he’s inspired to + discover the secrets behind his powers and the dungeon + that spawned them. + popularity: 517.748 + poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg + vote_average: 8.5 + vote_count: 563 + - adult: false + backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + media_type: movie + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2943.848 + poster_path: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 975 + - adult: false + backdrop_path: /ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg + genre_ids: + - 16 + - 35 + - 10751 + id: 929204 + media_type: movie + original_language: en + original_title: 'Wallace & Gromit: Vengeance Most Fowl' + overview: >- + Gromit’s concern that Wallace is becoming too + dependent on his inventions proves justified, when + Wallace invents a “smart” gnome that seems to develop + a mind of its own. When it emerges that a vengeful + figure from the past might be masterminding things, it + falls to Gromit to battle sinister forces and save his + master… or Wallace may never be able to invent again! + popularity: 273.489 + poster_path: /6BxK38ehxuX2dJmZIMpJcVNbYks.jpg + release_date: '2024-12-18' + title: 'Wallace & Gromit: Vengeance Most Fowl' + video: false + vote_average: 7.773 + vote_count: 128 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + media_type: movie + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Mufasa, a cub lost and alone, meets a sympathetic lion + named Taka, the heir to a royal bloodline. The chance + meeting sets in motion an expansive journey of a group + of misfits searching for their destiny. + popularity: 2704.585 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.4 + vote_count: 439 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + media_type: movie + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 3009.106 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 209 + - adult: false + backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg + first_air_date: '2023-05-04' + genre_ids: + - 10765 + - 18 + id: 125988 + media_type: tv + name: Silo + origin_country: + - US + original_language: en + original_name: Silo + overview: >- + In a ruined and toxic future, thousands live in a + giant silo deep underground. After its sheriff breaks + a cardinal rule and residents die mysteriously, + engineer Juliette starts to uncover shocking secrets + and the truth about the silo. + popularity: 1310.42 + poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg + vote_average: 8.158 + vote_count: 1212 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + media_type: movie + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3313.566 + poster_path: /d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.6 + vote_count: 330 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + media_type: movie + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 1114.688 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.744 + vote_count: 436 + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + media_type: movie + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 4782.551 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.8 + vote_count: 1992 + - adult: false + backdrop_path: /nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg + genre_ids: + - 35 + - 18 + id: 1013850 + media_type: movie + original_language: en + original_title: A Real Pain + overview: >- + Mismatched cousins David and Benji reunite for a tour + through Poland to honor their beloved grandmother. The + adventure takes a turn when the pair's old tensions + resurface against the backdrop of their family + history. + popularity: 275.752 + poster_path: /38lb62nJcNvVgCDkFt2wiVE0bX4.jpg + release_date: '2024-11-01' + title: A Real Pain + video: false + vote_average: 6.8 + vote_count: 95 + - adult: false + backdrop_path: /3WnoZw50qIfXsFnKr0LddEh5Jnf.jpg + genre_ids: + - 10752 + - 36 + id: 1222248 + media_type: movie + original_language: 'no' + original_title: Nr. 24 + overview: >- + On the brink of the Second World War, a young + Norwegian man's drive to resist the Nazis sets a new + course for his future – and the future of his country. + popularity: 38.954 + poster_path: /rzsmKSFEsEWBLbJ968abffnfYZ7.jpg + release_date: '2024-10-30' + title: Number 24 + video: false + vote_average: 7.7 + vote_count: 51 + - adult: false + backdrop_path: /sP0R5F8fkVM0eHcRFXr012rzNAM.jpg + first_air_date: '2025-01-04' + genre_ids: + - 35 + - 10765 + - 18 + id: 154822 + media_type: tv + name: When the Stars Gossip + origin_country: + - KR + original_language: ko + original_name: 별들에게 물어봐 + overview: >- + From two different worlds and with separate missions, + an astronaut and a space tourist entangle in space — + only to start falling for each other. + popularity: 109.921 + poster_path: /pdOiUbJ0vEJfh5OGFG8y1e4InQ7.jpg + vote_average: 8 + vote_count: 2 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + media_type: movie + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1792.596 + poster_path: /y5CakxusfCElHau7oredncjtt3P.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.231 + vote_count: 247 + - adult: false + backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg + genre_ids: + - 10749 + - 35 + - 18 + id: 1064213 + media_type: movie + original_language: en + original_title: Anora + overview: >- + A young sex worker from Brooklyn gets her chance at a + Cinderella story when she meets and impulsively + marries the son of an oligarch. Once the news reaches + Russia, her fairytale is threatened as his parents set + out to get the marriage annulled. + popularity: 588.802 + poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg + release_date: '2024-10-14' + title: Anora + video: false + vote_average: 6.9 + vote_count: 650 + - adult: false + backdrop_path: /wJzHFl5mq6JFbD6equTleJuzlnk.jpg + first_air_date: '2011-04-17' + genre_ids: + - 16 + - 10765 + - 9648 + - 10759 + id: 38464 + media_type: tv + name: Blue Exorcist + origin_country: + - JP + original_language: ja + original_name: 青の祓魔師 + overview: >- + Humans live in the world of Assiah, demons in Gehenna. + The two dimensions are not meant to interfere with + each other, but demons still possess creatures in + Assiah in spite of this. The humans who can fight + these demons are known as exorcists. Rin Okumura is a + boy who bears the curse of being Satan's illegitimate + son. His foster father sacrificed himself to save him + from demons. To avenge his foster father's death as + well as to prove himself, Rin decides to follow the + path of an exorcist and defeat his own father, Satan. + To hone his raw skills, Rin enters True Cross Academy + to train with other exorcist candidates. + popularity: 286.647 + poster_path: /kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg + vote_average: 7.9 + vote_count: 446 + - adult: false + backdrop_path: /bGMLZoRtfIY0OxtCOpZiwkUzeQl.jpg + first_air_date: '2023-01-06' + genre_ids: + - 18 + - 9648 + id: 112581 + media_type: tv + name: The Rig + origin_country: + - GB + original_language: en + original_name: The Rig + overview: >- + When the crew of the Kinloch Bravo find themselves cut + off from all communication with the Scottish mainland + by a mysterious fog, they must fight to find a way + home whilst managing environmental pressures, mounting + paranoia and rising tensions. But as the threat facing + them reveals itself to be something beyond their + wildest imagination, the divided crew must form an + alliance to ensure survival. + popularity: 208.618 + poster_path: /o8KxvfdpSVCP53d4S6a4DPHOqNh.jpg + vote_average: 6.739 + vote_count: 157 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + media_type: movie + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 894.606 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.2 + vote_count: 2986 + - adult: false + backdrop_path: /3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg + genre_ids: + - 28 + - 878 + - 12 + - 53 + id: 912649 + media_type: movie + original_language: en + original_title: 'Venom: The Last Dance' + overview: >- + Eddie and Venom are on the run. Hunted by both of + their worlds and with the net closing in, the duo are + forced into a devastating decision that will bring the + curtains down on Venom and Eddie's last dance. + popularity: 3124.993 + poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg + release_date: '2024-10-22' + title: 'Venom: The Last Dance' + video: false + vote_average: 6.797 + vote_count: 2130 + - adult: false + backdrop_path: /532ZdugTqAT9XH38oA318Eh0gzG.jpg + first_air_date: '2025-01-05' + genre_ids: + - 16 + - 35 + - 10765 + - 10759 + id: 273048 + media_type: tv + name: I'm Living with an Otaku NEET Kunoichi!? + origin_country: + - JP + original_language: ja + original_name: ニートくノ一となぜか同棲はじめました + overview: >- + In order to protect an ordinary businessman, Tsukasa + Atsumi, from demons, a genius kunoichi, Shizuri + Ideura, signs a master-servant contract with him on + the condition that she stays with him. Despite her + cool appearance of defeating demons, Shizuri is an + otaku NEET who spends all her time playing video + games. While Shizuri is spoiled by Tsukasa and leads a + lazy cohabitation life, the quirky Kunoichi gather + together. + popularity: 32.701 + poster_path: /u4m7bCQYdH0ZwEqUYAoyIR92eG7.jpg + vote_average: 0 + vote_count: 0 + total_pages: + type: number + example: 500 + total_results: + type: number + example: 10000 + examples: + all: + value: + page: 1 + results: + - adult: false + backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: '2021-09-17' + genre_ids: + - 10759 + - 9648 + - 18 + id: 93405 + media_type: tv + name: Squid Game + origin_country: + - KR + original_language: ko + original_name: 오징어 게임 + overview: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: 13121.205 + poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: 7.8 + vote_count: 14641 + - adult: false + backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg + first_air_date: '2024-01-07' + genre_ids: + - 10759 + - 10765 + - 16 + id: 127532 + media_type: tv + name: Solo Leveling + origin_country: + - JP + original_language: ja + original_name: 俺だけレベルアップな件 + overview: >- + They say whatever doesn’t kill you makes you stronger, + but that’s not the case for the world’s weakest hunter + Sung Jinwoo. After being brutally slaughtered by + monsters in a high-ranking dungeon, Jinwoo came back + with the System, a program only he could see, that’s + leveling him up in every way. Now, he’s inspired to + discover the secrets behind his powers and the dungeon + that spawned them. + popularity: 517.748 + poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg + vote_average: 8.5 + vote_count: 563 + - adult: false + backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + media_type: movie + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2943.848 + poster_path: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 975 + - adult: false + backdrop_path: /ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg + genre_ids: + - 16 + - 35 + - 10751 + id: 929204 + media_type: movie + original_language: en + original_title: 'Wallace & Gromit: Vengeance Most Fowl' + overview: >- + Gromit’s concern that Wallace is becoming too + dependent on his inventions proves justified, when + Wallace invents a “smart” gnome that seems to develop + a mind of its own. When it emerges that a vengeful + figure from the past might be masterminding things, it + falls to Gromit to battle sinister forces and save his + master… or Wallace may never be able to invent again! + popularity: 273.489 + poster_path: /6BxK38ehxuX2dJmZIMpJcVNbYks.jpg + release_date: '2024-12-18' + title: 'Wallace & Gromit: Vengeance Most Fowl' + video: false + vote_average: 7.773 + vote_count: 128 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + media_type: movie + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Mufasa, a cub lost and alone, meets a sympathetic lion + named Taka, the heir to a royal bloodline. The chance + meeting sets in motion an expansive journey of a group + of misfits searching for their destiny. + popularity: 2704.585 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.4 + vote_count: 439 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + media_type: movie + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 3009.106 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 209 + - adult: false + backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg + first_air_date: '2023-05-04' + genre_ids: + - 10765 + - 18 + id: 125988 + media_type: tv + name: Silo + origin_country: + - US + original_language: en + original_name: Silo + overview: >- + In a ruined and toxic future, thousands live in a + giant silo deep underground. After its sheriff breaks + a cardinal rule and residents die mysteriously, + engineer Juliette starts to uncover shocking secrets + and the truth about the silo. + popularity: 1310.42 + poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg + vote_average: 8.158 + vote_count: 1212 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + media_type: movie + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3313.566 + poster_path: /d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.6 + vote_count: 330 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + media_type: movie + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 1114.688 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.744 + vote_count: 436 + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + media_type: movie + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 4782.551 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.8 + vote_count: 1992 + - adult: false + backdrop_path: /nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg + genre_ids: + - 35 + - 18 + id: 1013850 + media_type: movie + original_language: en + original_title: A Real Pain + overview: >- + Mismatched cousins David and Benji reunite for a tour + through Poland to honor their beloved grandmother. The + adventure takes a turn when the pair's old tensions + resurface against the backdrop of their family + history. + popularity: 275.752 + poster_path: /38lb62nJcNvVgCDkFt2wiVE0bX4.jpg + release_date: '2024-11-01' + title: A Real Pain + video: false + vote_average: 6.8 + vote_count: 95 + - adult: false + backdrop_path: /3WnoZw50qIfXsFnKr0LddEh5Jnf.jpg + genre_ids: + - 10752 + - 36 + id: 1222248 + media_type: movie + original_language: 'no' + original_title: Nr. 24 + overview: >- + On the brink of the Second World War, a young + Norwegian man's drive to resist the Nazis sets a new + course for his future – and the future of his country. + popularity: 38.954 + poster_path: /rzsmKSFEsEWBLbJ968abffnfYZ7.jpg + release_date: '2024-10-30' + title: Number 24 + video: false + vote_average: 7.7 + vote_count: 51 + - adult: false + backdrop_path: /sP0R5F8fkVM0eHcRFXr012rzNAM.jpg + first_air_date: '2025-01-04' + genre_ids: + - 35 + - 10765 + - 18 + id: 154822 + media_type: tv + name: When the Stars Gossip + origin_country: + - KR + original_language: ko + original_name: 별들에게 물어봐 + overview: >- + From two different worlds and with separate missions, + an astronaut and a space tourist entangle in space — + only to start falling for each other. + popularity: 109.921 + poster_path: /pdOiUbJ0vEJfh5OGFG8y1e4InQ7.jpg + vote_average: 8 + vote_count: 2 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + media_type: movie + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1792.596 + poster_path: /y5CakxusfCElHau7oredncjtt3P.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.231 + vote_count: 247 + - adult: false + backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg + genre_ids: + - 10749 + - 35 + - 18 + id: 1064213 + media_type: movie + original_language: en + original_title: Anora + overview: >- + A young sex worker from Brooklyn gets her chance at a + Cinderella story when she meets and impulsively + marries the son of an oligarch. Once the news reaches + Russia, her fairytale is threatened as his parents set + out to get the marriage annulled. + popularity: 588.802 + poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg + release_date: '2024-10-14' + title: Anora + video: false + vote_average: 6.9 + vote_count: 650 + - adult: false + backdrop_path: /wJzHFl5mq6JFbD6equTleJuzlnk.jpg + first_air_date: '2011-04-17' + genre_ids: + - 16 + - 10765 + - 9648 + - 10759 + id: 38464 + media_type: tv + name: Blue Exorcist + origin_country: + - JP + original_language: ja + original_name: 青の祓魔師 + overview: >- + Humans live in the world of Assiah, demons in Gehenna. + The two dimensions are not meant to interfere with + each other, but demons still possess creatures in + Assiah in spite of this. The humans who can fight + these demons are known as exorcists. Rin Okumura is a + boy who bears the curse of being Satan's illegitimate + son. His foster father sacrificed himself to save him + from demons. To avenge his foster father's death as + well as to prove himself, Rin decides to follow the + path of an exorcist and defeat his own father, Satan. + To hone his raw skills, Rin enters True Cross Academy + to train with other exorcist candidates. + popularity: 286.647 + poster_path: /kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg + vote_average: 7.9 + vote_count: 446 + - adult: false + backdrop_path: /bGMLZoRtfIY0OxtCOpZiwkUzeQl.jpg + first_air_date: '2023-01-06' + genre_ids: + - 18 + - 9648 + id: 112581 + media_type: tv + name: The Rig + origin_country: + - GB + original_language: en + original_name: The Rig + overview: >- + When the crew of the Kinloch Bravo find themselves cut + off from all communication with the Scottish mainland + by a mysterious fog, they must fight to find a way + home whilst managing environmental pressures, mounting + paranoia and rising tensions. But as the threat facing + them reveals itself to be something beyond their + wildest imagination, the divided crew must form an + alliance to ensure survival. + popularity: 208.618 + poster_path: /o8KxvfdpSVCP53d4S6a4DPHOqNh.jpg + vote_average: 6.739 + vote_count: 157 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + media_type: movie + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 894.606 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.2 + vote_count: 2986 + - adult: false + backdrop_path: /3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg + genre_ids: + - 28 + - 878 + - 12 + - 53 + id: 912649 + media_type: movie + original_language: en + original_title: 'Venom: The Last Dance' + overview: >- + Eddie and Venom are on the run. Hunted by both of + their worlds and with the net closing in, the duo are + forced into a devastating decision that will bring the + curtains down on Venom and Eddie's last dance. + popularity: 3124.993 + poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg + release_date: '2024-10-22' + title: 'Venom: The Last Dance' + video: false + vote_average: 6.797 + vote_count: 2130 + - adult: false + backdrop_path: /532ZdugTqAT9XH38oA318Eh0gzG.jpg + first_air_date: '2025-01-05' + genre_ids: + - 16 + - 35 + - 10765 + - 10759 + id: 273048 + media_type: tv + name: I'm Living with an Otaku NEET Kunoichi!? + origin_country: + - JP + original_language: ja + original_name: ニートくノ一となぜか同棲はじめました + overview: >- + In order to protect an ordinary businessman, Tsukasa + Atsumi, from demons, a genius kunoichi, Shizuri + Ideura, signs a master-servant contract with him on + the condition that she stays with him. Despite her + cool appearance of defeating demons, Shizuri is an + otaku NEET who spends all her time playing video + games. While Shizuri is spoiled by Tsukasa and leads a + lazy cohabitation life, the quirky Kunoichi gather + together. + popularity: 32.701 + poster_path: /u4m7bCQYdH0ZwEqUYAoyIR92eG7.jpg + vote_average: 0 + vote_count: 0 + total_pages: 500 + total_results: 10000 + + /trending/movie/{time_window}: + get: + tags: + - TRENDING + summary: Movies + description: This endpoint get the trending movies on TMDB. + operationId: movies1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/time_window' + responses: + '200': + description: movies + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=514 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 17:48:30 GMT + ETag: + schema: + type: string + example: W/"f277460c0c29a194695286c87cea8b3e" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 38ecebcaa39c8742da2b6336935bb446.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: UGIO_oIez7Mg8sedcxz-ifcJ-weQ0R7ckEMOxMn6QBfN_S_YXNHiaw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '86' + x-memc-expires: + schema: + type: string + example: '514' + x-memc-key: + schema: + type: string + example: 913424cf2877f705324786bd19bafab6 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + - 10749 + - 14 + id: + type: number + example: 402431 + media_type: + type: string + example: movie + original_language: + type: string + example: en + original_title: + type: string + example: Wicked + overview: + type: string + example: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, + and the two's unlikely friendship is tested as they + begin to fulfill their respective destinies as + Glinda the Good and the Wicked Witch of the West. + popularity: + type: number + example: 2943.848 + poster_path: + type: string + example: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg + release_date: + type: string + example: '2024-11-20' + title: + type: string + example: Wicked + video: + type: boolean + example: false + vote_average: + type: number + example: 7.4 + vote_count: + type: number + example: 975 + example: + - adult: false + backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + media_type: movie + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2943.848 + poster_path: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 975 + - adult: false + backdrop_path: /ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg + genre_ids: + - 16 + - 35 + - 10751 + id: 929204 + media_type: movie + original_language: en + original_title: 'Wallace & Gromit: Vengeance Most Fowl' + overview: >- + Gromit’s concern that Wallace is becoming too + dependent on his inventions proves justified, when + Wallace invents a “smart” gnome that seems to develop + a mind of its own. When it emerges that a vengeful + figure from the past might be masterminding things, it + falls to Gromit to battle sinister forces and save his + master… or Wallace may never be able to invent again! + popularity: 273.489 + poster_path: /6BxK38ehxuX2dJmZIMpJcVNbYks.jpg + release_date: '2024-12-18' + title: 'Wallace & Gromit: Vengeance Most Fowl' + video: false + vote_average: 7.775 + vote_count: 129 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + media_type: movie + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Mufasa, a cub lost and alone, meets a sympathetic lion + named Taka, the heir to a royal bloodline. The chance + meeting sets in motion an expansive journey of a group + of misfits searching for their destiny. + popularity: 2704.585 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.4 + vote_count: 439 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + media_type: movie + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 3009.106 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 209 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + media_type: movie + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3313.566 + poster_path: /d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.6 + vote_count: 330 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + media_type: movie + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 1114.688 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.744 + vote_count: 436 + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + media_type: movie + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 4782.551 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.754 + vote_count: 1992 + - adult: false + backdrop_path: /nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg + genre_ids: + - 35 + - 18 + id: 1013850 + media_type: movie + original_language: en + original_title: A Real Pain + overview: >- + Mismatched cousins David and Benji reunite for a tour + through Poland to honor their beloved grandmother. The + adventure takes a turn when the pair's old tensions + resurface against the backdrop of their family + history. + popularity: 275.752 + poster_path: /38lb62nJcNvVgCDkFt2wiVE0bX4.jpg + release_date: '2024-11-01' + title: A Real Pain + video: false + vote_average: 6.8 + vote_count: 95 + - adult: false + backdrop_path: /3WnoZw50qIfXsFnKr0LddEh5Jnf.jpg + genre_ids: + - 10752 + - 36 + id: 1222248 + media_type: movie + original_language: 'no' + original_title: Nr. 24 + overview: >- + On the brink of the Second World War, a young + Norwegian man's drive to resist the Nazis sets a new + course for his future – and the future of his country. + popularity: 38.954 + poster_path: /rzsmKSFEsEWBLbJ968abffnfYZ7.jpg + release_date: '2024-10-30' + title: Number 24 + video: false + vote_average: 7.7 + vote_count: 51 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + media_type: movie + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1792.596 + poster_path: /y5CakxusfCElHau7oredncjtt3P.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.231 + vote_count: 247 + - adult: false + backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg + genre_ids: + - 10749 + - 35 + - 18 + id: 1064213 + media_type: movie + original_language: en + original_title: Anora + overview: >- + A young sex worker from Brooklyn gets her chance at a + Cinderella story when she meets and impulsively + marries the son of an oligarch. Once the news reaches + Russia, her fairytale is threatened as his parents set + out to get the marriage annulled. + popularity: 588.802 + poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg + release_date: '2024-10-14' + title: Anora + video: false + vote_average: 6.9 + vote_count: 650 + - adult: false + backdrop_path: /3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg + genre_ids: + - 28 + - 878 + - 12 + - 53 + id: 912649 + media_type: movie + original_language: en + original_title: 'Venom: The Last Dance' + overview: >- + Eddie and Venom are on the run. Hunted by both of + their worlds and with the net closing in, the duo are + forced into a devastating decision that will bring the + curtains down on Venom and Eddie's last dance. + popularity: 3124.993 + poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg + release_date: '2024-10-22' + title: 'Venom: The Last Dance' + video: false + vote_average: 6.797 + vote_count: 2130 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + media_type: movie + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 894.606 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.2 + vote_count: 2986 + - adult: false + backdrop_path: /okVLmXL5y18dfN2R4ufMZEGaeCd.jpg + genre_ids: + - 28 + - 80 + - 53 + - 18 + id: 1160018 + media_type: movie + original_language: hi + original_title: किल + overview: >- + When an army commando finds out his true love is + engaged against her will, he boards a New Dehli-bound + train in a daring quest to derail the arranged + marriage. But when a gang of knife-wielding thieves + begin to terrorize innocent passengers on his train, + the commando takes them on himself in a death-defying + kill-spree to save those around him — turning what + should have been a typical commute into an + adrenaline-fueled thrill ride. + popularity: 135.055 + poster_path: /m2zXTuNPkywdYLyWlVyJZW2QOJH.jpg + release_date: '2024-07-03' + title: Kill + video: false + vote_average: 7.2 + vote_count: 299 + - adult: false + backdrop_path: /hlfu6g0h0D65SjkVhQBU20zePTl.jpg + genre_ids: + - 28 + - 12 + - 14 + - 16 + id: 1357633 + media_type: movie + original_language: ja + original_title: 俺だけレベルアップな件 -ReAwakening- + overview: >- + Over a decade after 'gates' connecting worlds + appeared, awakening 'hunters' with superpowers, + weakest hunter Sung Jinwoo encounters a double dungeon + and accepts a mysterious quest, becoming the only one + able to level up, changing his fate. A catch-up recap + of the first season coupled with an exclusive sneak + peek of the first two episodes of the highly + anticipated second season in one momentous theatrical + fan experience. + popularity: 425.517 + poster_path: /dblIFen0bNZAq8icJXHwrjfymDW.jpg + release_date: '2024-11-26' + title: Solo Leveling -ReAwakening- + video: false + vote_average: 7.4 + vote_count: 46 + - adult: false + backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg + genre_ids: + - 27 + - 53 + id: 1138194 + media_type: movie + original_language: en + original_title: Heretic + overview: >- + Two young missionaries are forced to prove their faith + when they knock on the wrong door and are greeted by a + diabolical Mr. Reed, becoming ensnared in his deadly + game of cat-and-mouse. + popularity: 930.226 + poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg + release_date: '2024-10-31' + title: Heretic + video: false + vote_average: 7.18 + vote_count: 724 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + media_type: movie + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. But + his job and her entry into college open up their lives + to new relationships that will shake the foundations + of both their relationship and the Leister family + itself. + popularity: 4279.149 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.078 + vote_count: 651 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + media_type: movie + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2540.729 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 7.006 + vote_count: 749 + - adult: false + backdrop_path: /rRBD8ORo9y34tYkAQJVbn4Ml6tu.jpg + genre_ids: + - 878 + - 12 + id: 693134 + media_type: movie + original_language: en + original_title: 'Dune: Part Two' + overview: >- + Follow the mythic journey of Paul Atreides as he + unites with Chani and the Fremen while on a path of + revenge against the conspirators who destroyed his + family. Facing a choice between the love of his life + and the fate of the known universe, Paul endeavors to + prevent a terrible future only he can foresee. + popularity: 275.013 + poster_path: /6izwz7rsy95ARzTR3poZ8H6c5pp.jpg + release_date: '2024-02-27' + title: 'Dune: Part Two' + video: false + vote_average: 8.2 + vote_count: 5929 + - adult: false + backdrop_path: /p1PLSI5Nw2krGxD7X4ulul1tDAk.jpg + genre_ids: + - 80 + - 9648 + - 53 + id: 807 + media_type: movie + original_language: en + original_title: Se7en + overview: >- + Two homicide detectives are on a desperate hunt for a + serial killer whose crimes are based on the "seven + deadly sins" in this dark and haunting film that takes + viewers from the tortured remains of one victim to the + next. The seasoned Det. Sommerset researches each sin + in an effort to get inside the killer's mind, while + his novice partner, Mills, scoffs at his efforts to + unravel the case. + popularity: 203.084 + poster_path: /191nKfP0ehp3uIvWqgPbFmI4lv9.jpg + release_date: '1995-09-22' + title: Se7en + video: false + vote_average: 8.375 + vote_count: 21163 + total_pages: + type: number + example: 500 + total_results: + type: number + example: 10000 + examples: + movies: + value: + page: 1 + results: + - adult: false + backdrop_path: /uKb22E0nlzr914bA9KyA5CVCOlV.jpg + genre_ids: + - 18 + - 10749 + - 14 + id: 402431 + media_type: movie + original_language: en + original_title: Wicked + overview: >- + In the land of Oz, ostracized and misunderstood + green-skinned Elphaba is forced to share a room with + the popular aristocrat Glinda at Shiz University, and + the two's unlikely friendship is tested as they begin + to fulfill their respective destinies as Glinda the + Good and the Wicked Witch of the West. + popularity: 2943.848 + poster_path: /dfdvUzj4nLZpZ37BoefqvevCMI1.jpg + release_date: '2024-11-20' + title: Wicked + video: false + vote_average: 7.4 + vote_count: 975 + - adult: false + backdrop_path: /ovt5KdS1oNwXkFPsgymhMoKvxKa.jpg + genre_ids: + - 16 + - 35 + - 10751 + id: 929204 + media_type: movie + original_language: en + original_title: 'Wallace & Gromit: Vengeance Most Fowl' + overview: >- + Gromit’s concern that Wallace is becoming too + dependent on his inventions proves justified, when + Wallace invents a “smart” gnome that seems to develop + a mind of its own. When it emerges that a vengeful + figure from the past might be masterminding things, it + falls to Gromit to battle sinister forces and save his + master… or Wallace may never be able to invent again! + popularity: 273.489 + poster_path: /6BxK38ehxuX2dJmZIMpJcVNbYks.jpg + release_date: '2024-12-18' + title: 'Wallace & Gromit: Vengeance Most Fowl' + video: false + vote_average: 7.775 + vote_count: 129 + - adult: false + backdrop_path: /oHPoF0Gzu8xwK4CtdXDaWdcuZxZ.jpg + genre_ids: + - 12 + - 10751 + - 16 + id: 762509 + media_type: movie + original_language: en + original_title: 'Mufasa: The Lion King' + overview: >- + Mufasa, a cub lost and alone, meets a sympathetic lion + named Taka, the heir to a royal bloodline. The chance + meeting sets in motion an expansive journey of a group + of misfits searching for their destiny. + popularity: 2704.585 + poster_path: /nHhjqeJcaQKOBCd21c1kV2DK5gm.jpg + release_date: '2024-12-18' + title: 'Mufasa: The Lion King' + video: false + vote_average: 7.4 + vote_count: 439 + - adult: false + backdrop_path: /A6vAMO3myroRfBwSZetY4GVqaW4.jpg + genre_ids: + - 16 + - 14 + - 28 + - 12 + id: 839033 + media_type: movie + original_language: en + original_title: 'The Lord of the Rings: The War of the Rohirrim' + overview: >- + 183 years before the events chronicled in the original + trilogy, a sudden attack by Wulf, a clever and + ruthless Dunlending lord seeking vengeance for the + death of his father, forces Helm Hammerhand and his + people to make a daring last stand in the ancient + stronghold of the Hornburg. Finding herself in an + increasingly desperate situation, Héra, the daughter + of Helm, must summon the will to lead the resistance + against a deadly enemy intent on their total + destruction. + popularity: 3009.106 + poster_path: /hE9SAMyMSUGAPsHUGdyl6irv11v.jpg + release_date: '2024-12-05' + title: 'The Lord of the Rings: The War of the Rohirrim' + video: false + vote_average: 6.8 + vote_count: 209 + - adult: false + backdrop_path: /zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg + genre_ids: + - 28 + - 878 + - 35 + - 10751 + id: 939243 + media_type: movie + original_language: en + original_title: Sonic the Hedgehog 3 + overview: >- + Sonic, Knuckles, and Tails reunite against a powerful + new adversary, Shadow, a mysterious villain with + powers unlike anything they have faced before. With + their abilities outmatched in every way, Team Sonic + must seek out an unlikely alliance in hopes of + stopping Shadow and protecting the planet. + popularity: 3313.566 + poster_path: /d8Ryb8AunYAuycVKDp5HpdWPKgC.jpg + release_date: '2024-12-19' + title: Sonic the Hedgehog 3 + video: false + vote_average: 7.6 + vote_count: 330 + - adult: false + backdrop_path: /uWOJbarUXfVf6B4o0368dh138eR.jpg + genre_ids: + - 27 + - 14 + - 18 + id: 426063 + media_type: movie + original_language: en + original_title: Nosferatu + overview: >- + A gothic tale of obsession between a haunted young + woman and the terrifying vampire infatuated with her, + causing untold horror in its wake. + popularity: 1114.688 + poster_path: /5qGIxdEO841C0tdY8vOdLoRVrr0.jpg + release_date: '2024-12-25' + title: Nosferatu + video: false + vote_average: 6.744 + vote_count: 436 + - adult: false + backdrop_path: /euYIwmwkmz95mnXvufEmbL6ovhZ.jpg + genre_ids: + - 28 + - 12 + - 18 + id: 558449 + media_type: movie + original_language: en + original_title: Gladiator II + overview: >- + Years after witnessing the death of the revered hero + Maximus at the hands of his uncle, Lucius is forced to + enter the Colosseum after his home is conquered by the + tyrannical Emperors who now lead Rome with an iron + fist. With rage in his heart and the future of the + Empire at stake, Lucius must look to his past to find + strength and honor to return the glory of Rome to its + people. + popularity: 4782.551 + poster_path: /2cxhvwyEwRlysAmRH4iodkvo0z5.jpg + release_date: '2024-11-05' + title: Gladiator II + video: false + vote_average: 6.754 + vote_count: 1992 + - adult: false + backdrop_path: /nGC3ZkXEcjGbqAAonS1xn6gaNpb.jpg + genre_ids: + - 35 + - 18 + id: 1013850 + media_type: movie + original_language: en + original_title: A Real Pain + overview: >- + Mismatched cousins David and Benji reunite for a tour + through Poland to honor their beloved grandmother. The + adventure takes a turn when the pair's old tensions + resurface against the backdrop of their family + history. + popularity: 275.752 + poster_path: /38lb62nJcNvVgCDkFt2wiVE0bX4.jpg + release_date: '2024-11-01' + title: A Real Pain + video: false + vote_average: 6.8 + vote_count: 95 + - adult: false + backdrop_path: /3WnoZw50qIfXsFnKr0LddEh5Jnf.jpg + genre_ids: + - 10752 + - 36 + id: 1222248 + media_type: movie + original_language: 'no' + original_title: Nr. 24 + overview: >- + On the brink of the Second World War, a young + Norwegian man's drive to resist the Nazis sets a new + course for his future – and the future of his country. + popularity: 38.954 + poster_path: /rzsmKSFEsEWBLbJ968abffnfYZ7.jpg + release_date: '2024-10-30' + title: Number 24 + video: false + vote_average: 7.7 + vote_count: 51 + - adult: false + backdrop_path: /au3o84ub27qTZiMiEc9UYzN74V3.jpg + genre_ids: + - 28 + - 878 + - 53 + id: 1035048 + media_type: movie + original_language: en + original_title: Elevation + overview: >- + A single father and two women venture from the safety + of their homes to face monstrous creatures to save the + life of a young boy. + popularity: 1792.596 + poster_path: /y5CakxusfCElHau7oredncjtt3P.jpg + release_date: '2024-11-07' + title: Elevation + video: false + vote_average: 6.231 + vote_count: 247 + - adult: false + backdrop_path: /4cp40IyTpFfsT2IKpl0YlUkMBIR.jpg + genre_ids: + - 10749 + - 35 + - 18 + id: 1064213 + media_type: movie + original_language: en + original_title: Anora + overview: >- + A young sex worker from Brooklyn gets her chance at a + Cinderella story when she meets and impulsively + marries the son of an oligarch. Once the news reaches + Russia, her fairytale is threatened as his parents set + out to get the marriage annulled. + popularity: 588.802 + poster_path: /7MrgIUeq0DD2iF7GR6wqJfYZNeC.jpg + release_date: '2024-10-14' + title: Anora + video: false + vote_average: 6.9 + vote_count: 650 + - adult: false + backdrop_path: /3sh2UA2Q2l7fihgoj1LhFFPTlIM.jpg + genre_ids: + - 28 + - 878 + - 12 + - 53 + id: 912649 + media_type: movie + original_language: en + original_title: 'Venom: The Last Dance' + overview: >- + Eddie and Venom are on the run. Hunted by both of + their worlds and with the net closing in, the duo are + forced into a devastating decision that will bring the + curtains down on Venom and Eddie's last dance. + popularity: 3124.993 + poster_path: /aosm8NMQ3UyoBVpSxyimorCQykC.jpg + release_date: '2024-10-22' + title: 'Venom: The Last Dance' + video: false + vote_average: 6.797 + vote_count: 2130 + - adult: false + backdrop_path: /bFPqSvR2EmWQ9AlzWkC801XpoAZ.jpg + genre_ids: + - 27 + - 878 + id: 933260 + media_type: movie + original_language: en + original_title: The Substance + overview: >- + A fading celebrity decides to use a black market drug, + a cell-replicating substance that temporarily creates + a younger, better version of herself. + popularity: 894.606 + poster_path: /lqoMzCcZYEFK729d6qzt349fB4o.jpg + release_date: '2024-09-07' + title: The Substance + video: false + vote_average: 7.2 + vote_count: 2986 + - adult: false + backdrop_path: /okVLmXL5y18dfN2R4ufMZEGaeCd.jpg + genre_ids: + - 28 + - 80 + - 53 + - 18 + id: 1160018 + media_type: movie + original_language: hi + original_title: किल + overview: >- + When an army commando finds out his true love is + engaged against her will, he boards a New Dehli-bound + train in a daring quest to derail the arranged + marriage. But when a gang of knife-wielding thieves + begin to terrorize innocent passengers on his train, + the commando takes them on himself in a death-defying + kill-spree to save those around him — turning what + should have been a typical commute into an + adrenaline-fueled thrill ride. + popularity: 135.055 + poster_path: /m2zXTuNPkywdYLyWlVyJZW2QOJH.jpg + release_date: '2024-07-03' + title: Kill + video: false + vote_average: 7.2 + vote_count: 299 + - adult: false + backdrop_path: /hlfu6g0h0D65SjkVhQBU20zePTl.jpg + genre_ids: + - 28 + - 12 + - 14 + - 16 + id: 1357633 + media_type: movie + original_language: ja + original_title: 俺だけレベルアップな件 -ReAwakening- + overview: >- + Over a decade after 'gates' connecting worlds + appeared, awakening 'hunters' with superpowers, + weakest hunter Sung Jinwoo encounters a double dungeon + and accepts a mysterious quest, becoming the only one + able to level up, changing his fate. A catch-up recap + of the first season coupled with an exclusive sneak + peek of the first two episodes of the highly + anticipated second season in one momentous theatrical + fan experience. + popularity: 425.517 + poster_path: /dblIFen0bNZAq8icJXHwrjfymDW.jpg + release_date: '2024-11-26' + title: Solo Leveling -ReAwakening- + video: false + vote_average: 7.4 + vote_count: 46 + - adult: false + backdrop_path: /ag66gJCiZ06q1GSJuQlhGLi3Udx.jpg + genre_ids: + - 27 + - 53 + id: 1138194 + media_type: movie + original_language: en + original_title: Heretic + overview: >- + Two young missionaries are forced to prove their faith + when they knock on the wrong door and are greeted by a + diabolical Mr. Reed, becoming ensnared in his deadly + game of cat-and-mouse. + popularity: 930.226 + poster_path: /5HJqjCTcaE1TFwnNh3Dn21be2es.jpg + release_date: '2024-10-31' + title: Heretic + video: false + vote_average: 7.18 + vote_count: 724 + - adult: false + backdrop_path: /2C4js9DGb3GzoZeef1ZzhSGLXRO.jpg + genre_ids: + - 10749 + - 18 + id: 1156593 + media_type: movie + original_language: es + original_title: Culpa tuya + overview: >- + The love between Noah and Nick seems unwavering + despite their parents' attempts to separate them. But + his job and her entry into college open up their lives + to new relationships that will shake the foundations + of both their relationship and the Leister family + itself. + popularity: 4279.149 + poster_path: /1sQA7lfcF9yUyoLYC0e6Zo3jmxE.jpg + release_date: '2024-12-26' + title: Your Fault + video: false + vote_average: 7.078 + vote_count: 651 + - adult: false + backdrop_path: /tElnmtQ6yz1PjN1kePNl8yMSb59.jpg + genre_ids: + - 16 + - 12 + - 10751 + - 35 + id: 1241982 + media_type: movie + original_language: en + original_title: Moana 2 + overview: >- + After receiving an unexpected call from her wayfinding + ancestors, Moana journeys alongside Maui and a new + crew to the far seas of Oceania and into dangerous, + long-lost waters for an adventure unlike anything + she's ever faced. + popularity: 2540.729 + poster_path: /m0SbwFNCa9epW1X60deLqTHiP7x.jpg + release_date: '2024-11-21' + title: Moana 2 + video: false + vote_average: 7.006 + vote_count: 749 + - adult: false + backdrop_path: /rRBD8ORo9y34tYkAQJVbn4Ml6tu.jpg + genre_ids: + - 878 + - 12 + id: 693134 + media_type: movie + original_language: en + original_title: 'Dune: Part Two' + overview: >- + Follow the mythic journey of Paul Atreides as he + unites with Chani and the Fremen while on a path of + revenge against the conspirators who destroyed his + family. Facing a choice between the love of his life + and the fate of the known universe, Paul endeavors to + prevent a terrible future only he can foresee. + popularity: 275.013 + poster_path: /6izwz7rsy95ARzTR3poZ8H6c5pp.jpg + release_date: '2024-02-27' + title: 'Dune: Part Two' + video: false + vote_average: 8.2 + vote_count: 5929 + - adult: false + backdrop_path: /p1PLSI5Nw2krGxD7X4ulul1tDAk.jpg + genre_ids: + - 80 + - 9648 + - 53 + id: 807 + media_type: movie + original_language: en + original_title: Se7en + overview: >- + Two homicide detectives are on a desperate hunt for a + serial killer whose crimes are based on the "seven + deadly sins" in this dark and haunting film that takes + viewers from the tortured remains of one victim to the + next. The seasoned Det. Sommerset researches each sin + in an effort to get inside the killer's mind, while + his novice partner, Mills, scoffs at his efforts to + unravel the case. + popularity: 203.084 + poster_path: /191nKfP0ehp3uIvWqgPbFmI4lv9.jpg + release_date: '1995-09-22' + title: Se7en + video: false + vote_average: 8.375 + vote_count: 21163 + total_pages: 500 + total_results: 10000 + + /trending/person/{time_window}: + get: + tags: + - TRENDING + summary: People + description: This endpoint get the trending people on TMDB. + operationId: people + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/time_window' + responses: + '200': + description: people + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=76 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 17:50:08 GMT + ETag: + schema: + type: string + example: W/"0fac4c6d7442df33961b7b620a0c5d89" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: BI3nmJMec2oGLV4eZaNMJcMMnE3ggdU8I2rqibjvmspKfNP1JDSlww== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '524' + x-memc-expires: + schema: + type: string + example: '76' + x-memc-key: + schema: + type: string + example: 8e3076d3ff2399ed6f663a07a0d73a89 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + gender: + type: number + example: 2 + id: + type: number + example: 17276 + known_for_department: + type: string + nullable: true + example: Acting + media_type: + type: string + example: person + name: + type: string + example: Gerard Butler + original_name: + type: string + example: Gerard Butler + popularity: + type: number + example: 55.612 + profile_path: + type: string + nullable: true + example: /rTO5opVC3Gs6hPYAxWSP9eEjogi.jpg + example: + - adult: false + gender: 2 + id: 17276 + known_for_department: Acting + media_type: person + name: Gerard Butler + original_name: Gerard Butler + popularity: 55.612 + profile_path: /rTO5opVC3Gs6hPYAxWSP9eEjogi.jpg + - adult: false + gender: 2 + id: 1908004 + known_for_department: Acting + media_type: person + name: Sang Woo + original_name: 상우 + popularity: 2.401 + profile_path: /lLGmnCeUVsVAS6Q4GvhiMFXuI8L.jpg + - adult: false + gender: 1 + id: 589340 + known_for_department: Acting + media_type: person + name: Huang Yi + original_name: 黄奕 + popularity: 8.248 + profile_path: /AZMBqGQOmNqb6ScgunLhC5KNdW.jpg + - adult: false + gender: 1 + id: 1974009 + known_for_department: Acting + media_type: person + name: Kim Do-hee + original_name: Kim Do-hee + popularity: 64.816 + profile_path: /vDK2YCaePyUO4bxTE5mbvQqdqwp.jpg + - adult: false + gender: 1 + id: 2710789 + known_for_department: Acting + media_type: person + name: Seung Ha + original_name: 채승하 + popularity: 30.942 + profile_path: /nvSJiHakYrDa3CedKSVOEsbLLX8.jpg + - adult: false + gender: 2 + id: 18897 + known_for_department: Acting + media_type: person + name: Jackie Chan + original_name: 成龍 + popularity: 90.474 + profile_path: /nraZoTzwJQPHspAVsKfgl3RXKKa.jpg + - adult: false + gender: 1 + id: 5009810 + known_for_department: Acting + media_type: person + name: 河北彩花 + original_name: 河北彩花 + popularity: 5.295 + profile_path: /5mH6mkgwFZmeYTJpxVTaqbF3uIn.jpg + - adult: false + gender: 2 + id: 1019 + known_for_department: Acting + media_type: person + name: Mads Mikkelsen + original_name: Mads Mikkelsen + popularity: 73.19 + profile_path: /ntwPvV4GKGGHO3I7LcHMwhXfsw9.jpg + - adult: false + gender: 1 + id: 5009979 + known_for_department: null + media_type: person + name: 河北彩花 + original_name: 河北彩花 + popularity: 7.433 + profile_path: /pDVfME2z2DiosnHFBALHvoSvqs5.jpg + - adult: false + gender: 2 + id: 488 + known_for_department: Directing + media_type: person + name: Steven Spielberg + original_name: Steven Spielberg + popularity: 45.486 + profile_path: /tZxcg19YQ3e8fJ0pOs7hjlnmmr6.jpg + - adult: false + gender: 1 + id: 224513 + known_for_department: Acting + media_type: person + name: Ana de Armas + original_name: Ana de Armas + popularity: 138.067 + profile_path: /5Qne374OM0ewMM7uSN9eq9jNrWq.jpg + - adult: false + gender: 1 + id: 1622390 + known_for_department: Acting + media_type: person + name: Lee Chae-dam + original_name: Lee Chae-dam + popularity: 22.754 + profile_path: /7wMyr6F3yzvbSpu2XMxSW3vObED.jpg + - adult: false + gender: 2 + id: 287 + known_for_department: Acting + media_type: person + name: Brad Pitt + original_name: Brad Pitt + popularity: 68.057 + profile_path: /4rjnRCQ6bGFYdBb4UooOjsQy12c.jpg + - adult: false + gender: 1 + id: 2227 + known_for_department: Acting + media_type: person + name: Nicole Kidman + original_name: Nicole Kidman + popularity: 72.579 + profile_path: /lfW2cDigTcvuoe4k6UfCdGVE1R6.jpg + - adult: false + gender: 0 + id: 4624919 + known_for_department: Directing + media_type: person + name: Angel Alvarez + original_name: Angel Alvarez + popularity: 0.001 + profile_path: null + - adult: false + gender: 2 + id: 17884 + known_for_department: Directing + media_type: person + name: Jeff Baena + original_name: Jeff Baena + popularity: 2.08 + profile_path: /eOdq8CVGTQ9aba9coTzHQZp6MM2.jpg + - adult: false + gender: 2 + id: 525 + known_for_department: Directing + media_type: person + name: Christopher Nolan + original_name: Christopher Nolan + popularity: 46.211 + profile_path: /xuAIuYSmsUzKlUMBFGVZaWsY3DZ.jpg + - adult: false + gender: 1 + id: 2359937 + known_for_department: Acting + media_type: person + name: Jo Yu-ri + original_name: 조유리 + popularity: 41.496 + profile_path: /uv9CSDBOPhpOn494P4oZTsk4J5J.jpg + - adult: false + gender: 2 + id: 62 + known_for_department: Acting + media_type: person + name: Bruce Willis + original_name: Bruce Willis + popularity: 63.638 + profile_path: /w3aXr1e7gQCn8MSp1vW4sXHn99P.jpg + - adult: false + gender: 2 + id: 1664920 + known_for_department: Acting + media_type: person + name: Oh Soon-tae + original_name: 오순태 + popularity: 0.001 + profile_path: /deE937OZKgXGRky9LJMTtujy8KQ.jpg + total_pages: + type: number + example: 266 + total_results: + type: number + example: 5304 + examples: + people: + value: + page: 1 + results: + - adult: false + gender: 2 + id: 17276 + known_for_department: Acting + media_type: person + name: Gerard Butler + original_name: Gerard Butler + popularity: 55.612 + profile_path: /rTO5opVC3Gs6hPYAxWSP9eEjogi.jpg + - adult: false + gender: 2 + id: 1908004 + known_for_department: Acting + media_type: person + name: Sang Woo + original_name: 상우 + popularity: 2.401 + profile_path: /lLGmnCeUVsVAS6Q4GvhiMFXuI8L.jpg + - adult: false + gender: 1 + id: 589340 + known_for_department: Acting + media_type: person + name: Huang Yi + original_name: 黄奕 + popularity: 8.248 + profile_path: /AZMBqGQOmNqb6ScgunLhC5KNdW.jpg + - adult: false + gender: 1 + id: 1974009 + known_for_department: Acting + media_type: person + name: Kim Do-hee + original_name: Kim Do-hee + popularity: 64.816 + profile_path: /vDK2YCaePyUO4bxTE5mbvQqdqwp.jpg + - adult: false + gender: 1 + id: 2710789 + known_for_department: Acting + media_type: person + name: Seung Ha + original_name: 채승하 + popularity: 30.942 + profile_path: /nvSJiHakYrDa3CedKSVOEsbLLX8.jpg + - adult: false + gender: 2 + id: 18897 + known_for_department: Acting + media_type: person + name: Jackie Chan + original_name: 成龍 + popularity: 90.474 + profile_path: /nraZoTzwJQPHspAVsKfgl3RXKKa.jpg + - adult: false + gender: 1 + id: 5009810 + known_for_department: Acting + media_type: person + name: 河北彩花 + original_name: 河北彩花 + popularity: 5.295 + profile_path: /5mH6mkgwFZmeYTJpxVTaqbF3uIn.jpg + - adult: false + gender: 2 + id: 1019 + known_for_department: Acting + media_type: person + name: Mads Mikkelsen + original_name: Mads Mikkelsen + popularity: 73.19 + profile_path: /ntwPvV4GKGGHO3I7LcHMwhXfsw9.jpg + - adult: false + gender: 1 + id: 5009979 + known_for_department: null + media_type: person + name: 河北彩花 + original_name: 河北彩花 + popularity: 7.433 + profile_path: /pDVfME2z2DiosnHFBALHvoSvqs5.jpg + - adult: false + gender: 2 + id: 488 + known_for_department: Directing + media_type: person + name: Steven Spielberg + original_name: Steven Spielberg + popularity: 45.486 + profile_path: /tZxcg19YQ3e8fJ0pOs7hjlnmmr6.jpg + - adult: false + gender: 1 + id: 224513 + known_for_department: Acting + media_type: person + name: Ana de Armas + original_name: Ana de Armas + popularity: 138.067 + profile_path: /5Qne374OM0ewMM7uSN9eq9jNrWq.jpg + - adult: false + gender: 1 + id: 1622390 + known_for_department: Acting + media_type: person + name: Lee Chae-dam + original_name: Lee Chae-dam + popularity: 22.754 + profile_path: /7wMyr6F3yzvbSpu2XMxSW3vObED.jpg + - adult: false + gender: 2 + id: 287 + known_for_department: Acting + media_type: person + name: Brad Pitt + original_name: Brad Pitt + popularity: 68.057 + profile_path: /4rjnRCQ6bGFYdBb4UooOjsQy12c.jpg + - adult: false + gender: 1 + id: 2227 + known_for_department: Acting + media_type: person + name: Nicole Kidman + original_name: Nicole Kidman + popularity: 72.579 + profile_path: /lfW2cDigTcvuoe4k6UfCdGVE1R6.jpg + - adult: false + gender: 0 + id: 4624919 + known_for_department: Directing + media_type: person + name: Angel Alvarez + original_name: Angel Alvarez + popularity: 0.001 + profile_path: null + - adult: false + gender: 2 + id: 17884 + known_for_department: Directing + media_type: person + name: Jeff Baena + original_name: Jeff Baena + popularity: 2.08 + profile_path: /eOdq8CVGTQ9aba9coTzHQZp6MM2.jpg + - adult: false + gender: 2 + id: 525 + known_for_department: Directing + media_type: person + name: Christopher Nolan + original_name: Christopher Nolan + popularity: 46.211 + profile_path: /xuAIuYSmsUzKlUMBFGVZaWsY3DZ.jpg + - adult: false + gender: 1 + id: 2359937 + known_for_department: Acting + media_type: person + name: Jo Yu-ri + original_name: 조유리 + popularity: 41.496 + profile_path: /uv9CSDBOPhpOn494P4oZTsk4J5J.jpg + - adult: false + gender: 2 + id: 62 + known_for_department: Acting + media_type: person + name: Bruce Willis + original_name: Bruce Willis + popularity: 63.638 + profile_path: /w3aXr1e7gQCn8MSp1vW4sXHn99P.jpg + - adult: false + gender: 2 + id: 1664920 + known_for_department: Acting + media_type: person + name: Oh Soon-tae + original_name: 오순태 + popularity: 0.001 + profile_path: /deE937OZKgXGRky9LJMTtujy8KQ.jpg + total_pages: 266 + total_results: 5304 + + /trending/tv/{time_window}: + get: + tags: + - TRENDING + summary: TV + description: This endpoint get the trending TV shows on TMDB. + operationId: tv1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/time_window' + responses: + '200': + description: tv + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=281 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 17:51:52 GMT + ETag: + schema: + type: string + example: W/"e0017ac847105dda88732dc4f38c80d8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: hFyHNiu5Ywu9KgFAAWR5cR3V0yVrj2WsXpGHs95LB1n2yvzQOOh8FA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '319' + x-memc-expires: + schema: + type: string + example: '281' + x-memc-key: + schema: + type: string + example: 88b045d957c55fc9bb6a4cb8571983c8 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: + type: string + example: '2021-09-17' + genre_ids: + type: array + items: + type: number + example: 10759 + example: + - 10759 + - 9648 + - 18 + id: + type: number + example: 93405 + media_type: + type: string + example: tv + name: + type: string + example: Squid Game + origin_country: + type: array + items: + type: string + example: KR + example: + - KR + original_language: + type: string + example: ko + original_name: + type: string + example: 오징어 게임 + overview: + type: string + example: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: + type: number + example: 13121.205 + poster_path: + type: string + example: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: + type: number + example: 7.8 + vote_count: + type: number + example: 14641 + example: + - adult: false + backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: '2021-09-17' + genre_ids: + - 10759 + - 9648 + - 18 + id: 93405 + media_type: tv + name: Squid Game + origin_country: + - KR + original_language: ko + original_name: 오징어 게임 + overview: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: 13121.205 + poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: 7.8 + vote_count: 14641 + - adult: false + backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg + first_air_date: '2024-01-07' + genre_ids: + - 10759 + - 10765 + - 16 + id: 127532 + media_type: tv + name: Solo Leveling + origin_country: + - JP + original_language: ja + original_name: 俺だけレベルアップな件 + overview: >- + They say whatever doesn’t kill you makes you stronger, + but that’s not the case for the world’s weakest hunter + Sung Jinwoo. After being brutally slaughtered by + monsters in a high-ranking dungeon, Jinwoo came back + with the System, a program only he could see, that’s + leveling him up in every way. Now, he’s inspired to + discover the secrets behind his powers and the dungeon + that spawned them. + popularity: 517.748 + poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg + vote_average: 8.5 + vote_count: 563 + - adult: false + backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg + first_air_date: '2023-05-04' + genre_ids: + - 10765 + - 18 + id: 125988 + media_type: tv + name: Silo + origin_country: + - US + original_language: en + original_name: Silo + overview: >- + In a ruined and toxic future, thousands live in a + giant silo deep underground. After its sheriff breaks + a cardinal rule and residents die mysteriously, + engineer Juliette starts to uncover shocking secrets + and the truth about the silo. + popularity: 1310.42 + poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg + vote_average: 8.158 + vote_count: 1212 + - adult: false + backdrop_path: /sP0R5F8fkVM0eHcRFXr012rzNAM.jpg + first_air_date: '2025-01-04' + genre_ids: + - 35 + - 10765 + - 18 + id: 154822 + media_type: tv + name: When the Stars Gossip + origin_country: + - KR + original_language: ko + original_name: 별들에게 물어봐 + overview: >- + From two different worlds and with separate missions, + an astronaut and a space tourist entangle in space — + only to start falling for each other. + popularity: 109.921 + poster_path: /pdOiUbJ0vEJfh5OGFG8y1e4InQ7.jpg + vote_average: 8 + vote_count: 2 + - adult: false + backdrop_path: /wJzHFl5mq6JFbD6equTleJuzlnk.jpg + first_air_date: '2011-04-17' + genre_ids: + - 16 + - 10765 + - 9648 + - 10759 + id: 38464 + media_type: tv + name: Blue Exorcist + origin_country: + - JP + original_language: ja + original_name: 青の祓魔師 + overview: >- + Humans live in the world of Assiah, demons in Gehenna. + The two dimensions are not meant to interfere with + each other, but demons still possess creatures in + Assiah in spite of this. The humans who can fight + these demons are known as exorcists. Rin Okumura is a + boy who bears the curse of being Satan's illegitimate + son. His foster father sacrificed himself to save him + from demons. To avenge his foster father's death as + well as to prove himself, Rin decides to follow the + path of an exorcist and defeat his own father, Satan. + To hone his raw skills, Rin enters True Cross Academy + to train with other exorcist candidates. + popularity: 286.647 + poster_path: /kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg + vote_average: 7.9 + vote_count: 446 + - adult: false + backdrop_path: /bGMLZoRtfIY0OxtCOpZiwkUzeQl.jpg + first_air_date: '2023-01-06' + genre_ids: + - 18 + - 9648 + id: 112581 + media_type: tv + name: The Rig + origin_country: + - GB + original_language: en + original_name: The Rig + overview: >- + When the crew of the Kinloch Bravo find themselves cut + off from all communication with the Scottish mainland + by a mysterious fog, they must fight to find a way + home whilst managing environmental pressures, mounting + paranoia and rising tensions. But as the threat facing + them reveals itself to be something beyond their + wildest imagination, the divided crew must form an + alliance to ensure survival. + popularity: 208.618 + poster_path: /o8KxvfdpSVCP53d4S6a4DPHOqNh.jpg + vote_average: 6.739 + vote_count: 157 + - adult: false + backdrop_path: /532ZdugTqAT9XH38oA318Eh0gzG.jpg + first_air_date: '2025-01-05' + genre_ids: + - 16 + - 35 + - 10765 + - 10759 + id: 273048 + media_type: tv + name: I'm Living with an Otaku NEET Kunoichi!? + origin_country: + - JP + original_language: ja + original_name: ニートくノ一となぜか同棲はじめました + overview: >- + In order to protect an ordinary businessman, Tsukasa + Atsumi, from demons, a genius kunoichi, Shizuri + Ideura, signs a master-servant contract with him on + the condition that she stays with him. Despite her + cool appearance of defeating demons, Shizuri is an + otaku NEET who spends all her time playing video + games. While Shizuri is spoiled by Tsukasa and leads a + lazy cohabitation life, the quirky Kunoichi gather + together. + popularity: 32.701 + poster_path: /u4m7bCQYdH0ZwEqUYAoyIR92eG7.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /2vtI9xzD6qpDzY9m8kV67QY0qfM.jpg + first_air_date: '2024-11-22' + genre_ids: + - 18 + - 9648 + id: 253905 + media_type: tv + name: When the Phone Rings + origin_country: + - KR + original_language: ko + original_name: 지금 거신 전화는 + overview: >- + A rising politician and his mute wife's tense marriage + begins to unravel after a call from a kidnapper turns + their lives upside down. + popularity: 735.843 + poster_path: /glWP5Y7CVeqrOjJpLckQjuLFjQJ.jpg + vote_average: 8.387 + vote_count: 119 + - adult: false + backdrop_path: /atPVFcn6Wfp6nv4T6BxQwAAxKRV.jpg + first_air_date: '2024-03-13' + genre_ids: + - 10759 + id: 241269 + media_type: tv + name: Bandidos + origin_country: + - MX + original_language: es + original_name: Bandidos + overview: >- + A gang of skilled misfits ventures to uncover a + long-hidden Mayan treasure. Their strategy? Hazy. + Their dynamic? Off. Luckily, they're pretty ingenious. + popularity: 234.006 + poster_path: /hoM8DvKJw5KPfdHbcITxn0rO2HZ.jpg + vote_average: 7.4 + vote_count: 109 + - adult: false + backdrop_path: /e4DURydTSrJHRjOaeqHQ8MY0kwe.jpg + first_air_date: '2025-01-05' + genre_ids: + - 16 + - 35 + id: 245561 + media_type: tv + name: >- + OKITSURA: Fell in Love with an Okinawan Girl, but I + Just Wish I Know What She's Saying + origin_country: + - JP + original_language: ja + original_name: 沖縄で好きになった子が方言すぎてツラすぎる + overview: >- + When Teruaki Nakamura transfers to laid-back Okinawa, + he falls for the lively Kyan-san—but her dialect is a + complete mystery to him. With Higa-san translating, + Teru's misunderstanding-filled island life takes + off... and subtle hints suggest Higa-san might want + his heart too. On this serene island, love flows as + freely as the ocean breeze! + popularity: 38.199 + poster_path: /4NbO1QPoxZwiYdffJwcV4bNmdbo.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /9DHo5qXkG0titQmr2PF92N3aYYk.jpg + first_air_date: '2023-01-08' + genre_ids: + - 18 + - 10765 + id: 207863 + media_type: tv + name: Mayfair Witches + origin_country: + - US + original_language: en + original_name: Mayfair Witches + overview: >- + An intuitive young neurosurgeon discovers that she is + the unlikely heir to a family of witches. As she + grapples with her newfound powers, she must contend + with a sinister presence that has haunted her family + for generations. + popularity: 115.466 + poster_path: /nmrbR5hXA06OrZlpVQYFfEIhGih.jpg + vote_average: 7.4 + vote_count: 209 + - adult: false + backdrop_path: /xqneR9dUR5Jv14U0nZZ0uwrKaQ9.jpg + first_air_date: '2025-01-05' + genre_ids: + - 16 + - 18 + id: 237529 + media_type: tv + name: Medalist + origin_country: + - JP + original_language: ja + original_name: メダリスト + overview: >- + Tsukasa Akeuraji, a frustrated skater, meets Inori + Yuitsuka, a girl who yearns to be a figure skater. + Motivated by Inori's obsession on the rink, Tsukasa + begins coaching Inori. Inori's talent blossoms, and + Tsukasa becomes a brilliant mentor. Together they aim + to make her a glorious medalist! + popularity: 49.309 + poster_path: /cdV6n9VnvlhwlcAr3OneuSn3XeD.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg + first_air_date: '2024-12-28' + genre_ids: + - 18 + - 10759 + - 35 + id: 233912 + media_type: tv + name: Guardians of the Dafeng + origin_country: + - CN + original_language: zh + original_name: 大奉打更人 + overview: >- + Xu Qi’an, a recent police academy graduate, awakens in + a strange world filled with Confucians, Taoists, + Buddhists, demons, and warlocks. Facing imminent exile + to a remote frontier town, he seizes the chance to + change his fate by joining a powerful organization of + guardians. + popularity: 475.241 + poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg + vote_average: 8.6 + vote_count: 5 + - adult: false + backdrop_path: /rn9aAeJQSXRK0FG14bFmQrktQtY.jpg + first_air_date: '2025-01-03' + genre_ids: + - 16 + - 35 + id: 257790 + media_type: tv + name: I'm Getting Married to a Girl I Hate in My Class + origin_country: + - JP + original_language: ja + original_name: クラスの大嫌いな女子と結婚することになった。 + overview: >- + High school student Saito Hojo is set to inherit his + grandfather’s major corporation. First, he must marry + Akane Sakuramori, the girl he despises the most, and + who hates him just as much. The two are determined to + keep their unexpected marriage a secret from their + classmates. But as they begin their newlywed life, the + distance between them starts to close. + popularity: 84.869 + poster_path: /k0Yb8KjspVjNlmvHNgqRRbhZ6LA.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4Mt7WHox67uJ1yErwTBFcV8KWgG.jpg + first_air_date: '1999-10-20' + genre_ids: + - 10759 + - 35 + - 16 + id: 37854 + media_type: tv + name: One Piece + origin_country: + - JP + original_language: ja + original_name: ワンピース + overview: >- + Years ago, the fearsome Pirate King, Gol D. Roger was + executed leaving a huge pile of treasure and the + famous "One Piece" behind. Whoever claims the "One + Piece" will be named the new King of the Pirates. + + + Monkey D. Luffy, a boy who consumed a "Devil Fruit," + decides to follow in the footsteps of his idol, the + pirate Shanks, and find the One Piece. It helps, of + course, that his body has the properties of rubber and + that he's surrounded by a bevy of skilled fighters and + thieves to help him along the way. + + + Luffy will do anything to get the One Piece and become + King of the Pirates! + popularity: 364.261 + poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg + vote_average: 8.7 + vote_count: 4748 + - adult: false + backdrop_path: /q8vXtjJn2OPMMQi92HuLb9jHKM3.jpg + first_air_date: '2025-01-01' + genre_ids: + - 18 + - 80 + - 9648 + id: 244243 + media_type: tv + name: Missing You + origin_country: + - GB + original_language: en + original_name: Missing You + overview: >- + When Detective Kat Donovan matches on a dating app + with the fiancé who disappeared years before, she + learns that some secrets are best left in the past. + popularity: 361.81 + poster_path: /aEiqusZEqOrqHmRtOninChmcOG0.jpg + vote_average: 7.12 + vote_count: 25 + - adult: false + backdrop_path: /sYXLeu5usz6yEz0k00FYvtEdodD.jpg + first_air_date: '2021-11-06' + genre_ids: + - 16 + - 10765 + - 18 + - 10759 + id: 94605 + media_type: tv + name: Arcane + origin_country: + - US + original_language: en + original_name: Arcane + overview: >- + Amid the stark discord of twin cities Piltover and + Zaun, two sisters fight on rival sides of a war + between magic technologies and clashing convictions. + popularity: 371.175 + poster_path: /abf8tHznhSvl9BAElD2cQeRr7do.jpg + vote_average: 8.777 + vote_count: 4713 + - adult: false + backdrop_path: /o0NsbcIvsllg6CJX0FBFY8wWbsn.jpg + first_air_date: '2004-10-05' + genre_ids: + - 10759 + - 16 + - 10765 + id: 30984 + media_type: tv + name: Bleach + origin_country: + - JP + original_language: ja + original_name: BLEACH + overview: >- + For as long as he can remember, Ichigo Kurosaki has + been able to see ghosts. But when he meets Rukia, a + Soul Reaper who battles evil spirits known as Hollows, + he finds his life is changed forever. Now, with a + newfound wealth of spiritual energy, Ichigo discovers + his true calling: to protect the living and the dead + from evil. + popularity: 367.307 + poster_path: /2EewmxXe72ogD0EaWM8gqa0ccIw.jpg + vote_average: 8.4 + vote_count: 1872 + - adult: false + backdrop_path: /mh2UczqEXJJVgqohbyZbHTuxwhL.jpg + first_air_date: '2024-11-17' + genre_ids: + - 18 + id: 157741 + media_type: tv + name: Landman + origin_country: + - US + original_language: en + original_name: Landman + overview: >- + Set in the proverbial boomtowns of West-Texas and a + modern-day tale of fortune-seeking in the world of oil + rigs, the series is an upstairs/downstairs story of + roughnecks and wildcat billionaires that are fueling a + boom so big it’s reshaping our climate, our economy + and our geopolitics. + popularity: 498.638 + poster_path: /AnLq5YSssNWpiD06iYF69wFiaNh.jpg + vote_average: 7.944 + vote_count: 71 + - adult: false + backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg + first_air_date: '2021-08-11' + genre_ids: + - 16 + - 10759 + - 10765 + id: 91363 + media_type: tv + name: What If...? + origin_country: + - US + original_language: en + original_name: What If...? + overview: >- + Taking inspiration from the comic books of the same + name, each episode of this animated anthology series + questions, revisits and twists classic Marvel + Cinematic moments. + popularity: 418.529 + poster_path: /lztz5XBMG1x6Y5ubz7CxfPFsAcW.jpg + vote_average: 8.1 + vote_count: 4256 + total_pages: + type: number + example: 500 + total_results: + type: number + example: 10000 + examples: + tv: + value: + page: 1 + results: + - adult: false + backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: '2021-09-17' + genre_ids: + - 10759 + - 9648 + - 18 + id: 93405 + media_type: tv + name: Squid Game + origin_country: + - KR + original_language: ko + original_name: 오징어 게임 + overview: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: 13121.205 + poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: 7.8 + vote_count: 14641 + - adult: false + backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg + first_air_date: '2024-01-07' + genre_ids: + - 10759 + - 10765 + - 16 + id: 127532 + media_type: tv + name: Solo Leveling + origin_country: + - JP + original_language: ja + original_name: 俺だけレベルアップな件 + overview: >- + They say whatever doesn’t kill you makes you stronger, + but that’s not the case for the world’s weakest hunter + Sung Jinwoo. After being brutally slaughtered by + monsters in a high-ranking dungeon, Jinwoo came back + with the System, a program only he could see, that’s + leveling him up in every way. Now, he’s inspired to + discover the secrets behind his powers and the dungeon + that spawned them. + popularity: 517.748 + poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg + vote_average: 8.5 + vote_count: 563 + - adult: false + backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg + first_air_date: '2023-05-04' + genre_ids: + - 10765 + - 18 + id: 125988 + media_type: tv + name: Silo + origin_country: + - US + original_language: en + original_name: Silo + overview: >- + In a ruined and toxic future, thousands live in a + giant silo deep underground. After its sheriff breaks + a cardinal rule and residents die mysteriously, + engineer Juliette starts to uncover shocking secrets + and the truth about the silo. + popularity: 1310.42 + poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg + vote_average: 8.158 + vote_count: 1212 + - adult: false + backdrop_path: /sP0R5F8fkVM0eHcRFXr012rzNAM.jpg + first_air_date: '2025-01-04' + genre_ids: + - 35 + - 10765 + - 18 + id: 154822 + media_type: tv + name: When the Stars Gossip + origin_country: + - KR + original_language: ko + original_name: 별들에게 물어봐 + overview: >- + From two different worlds and with separate missions, + an astronaut and a space tourist entangle in space — + only to start falling for each other. + popularity: 109.921 + poster_path: /pdOiUbJ0vEJfh5OGFG8y1e4InQ7.jpg + vote_average: 8 + vote_count: 2 + - adult: false + backdrop_path: /wJzHFl5mq6JFbD6equTleJuzlnk.jpg + first_air_date: '2011-04-17' + genre_ids: + - 16 + - 10765 + - 9648 + - 10759 + id: 38464 + media_type: tv + name: Blue Exorcist + origin_country: + - JP + original_language: ja + original_name: 青の祓魔師 + overview: >- + Humans live in the world of Assiah, demons in Gehenna. + The two dimensions are not meant to interfere with + each other, but demons still possess creatures in + Assiah in spite of this. The humans who can fight + these demons are known as exorcists. Rin Okumura is a + boy who bears the curse of being Satan's illegitimate + son. His foster father sacrificed himself to save him + from demons. To avenge his foster father's death as + well as to prove himself, Rin decides to follow the + path of an exorcist and defeat his own father, Satan. + To hone his raw skills, Rin enters True Cross Academy + to train with other exorcist candidates. + popularity: 286.647 + poster_path: /kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg + vote_average: 7.9 + vote_count: 446 + - adult: false + backdrop_path: /bGMLZoRtfIY0OxtCOpZiwkUzeQl.jpg + first_air_date: '2023-01-06' + genre_ids: + - 18 + - 9648 + id: 112581 + media_type: tv + name: The Rig + origin_country: + - GB + original_language: en + original_name: The Rig + overview: >- + When the crew of the Kinloch Bravo find themselves cut + off from all communication with the Scottish mainland + by a mysterious fog, they must fight to find a way + home whilst managing environmental pressures, mounting + paranoia and rising tensions. But as the threat facing + them reveals itself to be something beyond their + wildest imagination, the divided crew must form an + alliance to ensure survival. + popularity: 208.618 + poster_path: /o8KxvfdpSVCP53d4S6a4DPHOqNh.jpg + vote_average: 6.739 + vote_count: 157 + - adult: false + backdrop_path: /532ZdugTqAT9XH38oA318Eh0gzG.jpg + first_air_date: '2025-01-05' + genre_ids: + - 16 + - 35 + - 10765 + - 10759 + id: 273048 + media_type: tv + name: I'm Living with an Otaku NEET Kunoichi!? + origin_country: + - JP + original_language: ja + original_name: ニートくノ一となぜか同棲はじめました + overview: >- + In order to protect an ordinary businessman, Tsukasa + Atsumi, from demons, a genius kunoichi, Shizuri + Ideura, signs a master-servant contract with him on + the condition that she stays with him. Despite her + cool appearance of defeating demons, Shizuri is an + otaku NEET who spends all her time playing video + games. While Shizuri is spoiled by Tsukasa and leads a + lazy cohabitation life, the quirky Kunoichi gather + together. + popularity: 32.701 + poster_path: /u4m7bCQYdH0ZwEqUYAoyIR92eG7.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /2vtI9xzD6qpDzY9m8kV67QY0qfM.jpg + first_air_date: '2024-11-22' + genre_ids: + - 18 + - 9648 + id: 253905 + media_type: tv + name: When the Phone Rings + origin_country: + - KR + original_language: ko + original_name: 지금 거신 전화는 + overview: >- + A rising politician and his mute wife's tense marriage + begins to unravel after a call from a kidnapper turns + their lives upside down. + popularity: 735.843 + poster_path: /glWP5Y7CVeqrOjJpLckQjuLFjQJ.jpg + vote_average: 8.387 + vote_count: 119 + - adult: false + backdrop_path: /atPVFcn6Wfp6nv4T6BxQwAAxKRV.jpg + first_air_date: '2024-03-13' + genre_ids: + - 10759 + id: 241269 + media_type: tv + name: Bandidos + origin_country: + - MX + original_language: es + original_name: Bandidos + overview: >- + A gang of skilled misfits ventures to uncover a + long-hidden Mayan treasure. Their strategy? Hazy. + Their dynamic? Off. Luckily, they're pretty ingenious. + popularity: 234.006 + poster_path: /hoM8DvKJw5KPfdHbcITxn0rO2HZ.jpg + vote_average: 7.4 + vote_count: 109 + - adult: false + backdrop_path: /e4DURydTSrJHRjOaeqHQ8MY0kwe.jpg + first_air_date: '2025-01-05' + genre_ids: + - 16 + - 35 + id: 245561 + media_type: tv + name: >- + OKITSURA: Fell in Love with an Okinawan Girl, but I + Just Wish I Know What She's Saying + origin_country: + - JP + original_language: ja + original_name: 沖縄で好きになった子が方言すぎてツラすぎる + overview: >- + When Teruaki Nakamura transfers to laid-back Okinawa, + he falls for the lively Kyan-san—but her dialect is a + complete mystery to him. With Higa-san translating, + Teru's misunderstanding-filled island life takes + off... and subtle hints suggest Higa-san might want + his heart too. On this serene island, love flows as + freely as the ocean breeze! + popularity: 38.199 + poster_path: /4NbO1QPoxZwiYdffJwcV4bNmdbo.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /9DHo5qXkG0titQmr2PF92N3aYYk.jpg + first_air_date: '2023-01-08' + genre_ids: + - 18 + - 10765 + id: 207863 + media_type: tv + name: Mayfair Witches + origin_country: + - US + original_language: en + original_name: Mayfair Witches + overview: >- + An intuitive young neurosurgeon discovers that she is + the unlikely heir to a family of witches. As she + grapples with her newfound powers, she must contend + with a sinister presence that has haunted her family + for generations. + popularity: 115.466 + poster_path: /nmrbR5hXA06OrZlpVQYFfEIhGih.jpg + vote_average: 7.4 + vote_count: 209 + - adult: false + backdrop_path: /xqneR9dUR5Jv14U0nZZ0uwrKaQ9.jpg + first_air_date: '2025-01-05' + genre_ids: + - 16 + - 18 + id: 237529 + media_type: tv + name: Medalist + origin_country: + - JP + original_language: ja + original_name: メダリスト + overview: >- + Tsukasa Akeuraji, a frustrated skater, meets Inori + Yuitsuka, a girl who yearns to be a figure skater. + Motivated by Inori's obsession on the rink, Tsukasa + begins coaching Inori. Inori's talent blossoms, and + Tsukasa becomes a brilliant mentor. Together they aim + to make her a glorious medalist! + popularity: 49.309 + poster_path: /cdV6n9VnvlhwlcAr3OneuSn3XeD.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg + first_air_date: '2024-12-28' + genre_ids: + - 18 + - 10759 + - 35 + id: 233912 + media_type: tv + name: Guardians of the Dafeng + origin_country: + - CN + original_language: zh + original_name: 大奉打更人 + overview: >- + Xu Qi’an, a recent police academy graduate, awakens in + a strange world filled with Confucians, Taoists, + Buddhists, demons, and warlocks. Facing imminent exile + to a remote frontier town, he seizes the chance to + change his fate by joining a powerful organization of + guardians. + popularity: 475.241 + poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg + vote_average: 8.6 + vote_count: 5 + - adult: false + backdrop_path: /rn9aAeJQSXRK0FG14bFmQrktQtY.jpg + first_air_date: '2025-01-03' + genre_ids: + - 16 + - 35 + id: 257790 + media_type: tv + name: I'm Getting Married to a Girl I Hate in My Class + origin_country: + - JP + original_language: ja + original_name: クラスの大嫌いな女子と結婚することになった。 + overview: >- + High school student Saito Hojo is set to inherit his + grandfather’s major corporation. First, he must marry + Akane Sakuramori, the girl he despises the most, and + who hates him just as much. The two are determined to + keep their unexpected marriage a secret from their + classmates. But as they begin their newlywed life, the + distance between them starts to close. + popularity: 84.869 + poster_path: /k0Yb8KjspVjNlmvHNgqRRbhZ6LA.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /4Mt7WHox67uJ1yErwTBFcV8KWgG.jpg + first_air_date: '1999-10-20' + genre_ids: + - 10759 + - 35 + - 16 + id: 37854 + media_type: tv + name: One Piece + origin_country: + - JP + original_language: ja + original_name: ワンピース + overview: >- + Years ago, the fearsome Pirate King, Gol D. Roger was + executed leaving a huge pile of treasure and the + famous "One Piece" behind. Whoever claims the "One + Piece" will be named the new King of the Pirates. + + + Monkey D. Luffy, a boy who consumed a "Devil Fruit," + decides to follow in the footsteps of his idol, the + pirate Shanks, and find the One Piece. It helps, of + course, that his body has the properties of rubber and + that he's surrounded by a bevy of skilled fighters and + thieves to help him along the way. + + + Luffy will do anything to get the One Piece and become + King of the Pirates! + popularity: 364.261 + poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg + vote_average: 8.7 + vote_count: 4748 + - adult: false + backdrop_path: /q8vXtjJn2OPMMQi92HuLb9jHKM3.jpg + first_air_date: '2025-01-01' + genre_ids: + - 18 + - 80 + - 9648 + id: 244243 + media_type: tv + name: Missing You + origin_country: + - GB + original_language: en + original_name: Missing You + overview: >- + When Detective Kat Donovan matches on a dating app + with the fiancé who disappeared years before, she + learns that some secrets are best left in the past. + popularity: 361.81 + poster_path: /aEiqusZEqOrqHmRtOninChmcOG0.jpg + vote_average: 7.12 + vote_count: 25 + - adult: false + backdrop_path: /sYXLeu5usz6yEz0k00FYvtEdodD.jpg + first_air_date: '2021-11-06' + genre_ids: + - 16 + - 10765 + - 18 + - 10759 + id: 94605 + media_type: tv + name: Arcane + origin_country: + - US + original_language: en + original_name: Arcane + overview: >- + Amid the stark discord of twin cities Piltover and + Zaun, two sisters fight on rival sides of a war + between magic technologies and clashing convictions. + popularity: 371.175 + poster_path: /abf8tHznhSvl9BAElD2cQeRr7do.jpg + vote_average: 8.777 + vote_count: 4713 + - adult: false + backdrop_path: /o0NsbcIvsllg6CJX0FBFY8wWbsn.jpg + first_air_date: '2004-10-05' + genre_ids: + - 10759 + - 16 + - 10765 + id: 30984 + media_type: tv + name: Bleach + origin_country: + - JP + original_language: ja + original_name: BLEACH + overview: >- + For as long as he can remember, Ichigo Kurosaki has + been able to see ghosts. But when he meets Rukia, a + Soul Reaper who battles evil spirits known as Hollows, + he finds his life is changed forever. Now, with a + newfound wealth of spiritual energy, Ichigo discovers + his true calling: to protect the living and the dead + from evil. + popularity: 367.307 + poster_path: /2EewmxXe72ogD0EaWM8gqa0ccIw.jpg + vote_average: 8.4 + vote_count: 1872 + - adult: false + backdrop_path: /mh2UczqEXJJVgqohbyZbHTuxwhL.jpg + first_air_date: '2024-11-17' + genre_ids: + - 18 + id: 157741 + media_type: tv + name: Landman + origin_country: + - US + original_language: en + original_name: Landman + overview: >- + Set in the proverbial boomtowns of West-Texas and a + modern-day tale of fortune-seeking in the world of oil + rigs, the series is an upstairs/downstairs story of + roughnecks and wildcat billionaires that are fueling a + boom so big it’s reshaping our climate, our economy + and our geopolitics. + popularity: 498.638 + poster_path: /AnLq5YSssNWpiD06iYF69wFiaNh.jpg + vote_average: 7.944 + vote_count: 71 + - adult: false + backdrop_path: /4N6zEMfZ57zNEQcM8gWeERFupMv.jpg + first_air_date: '2021-08-11' + genre_ids: + - 16 + - 10759 + - 10765 + id: 91363 + media_type: tv + name: What If...? + origin_country: + - US + original_language: en + original_name: What If...? + overview: >- + Taking inspiration from the comic books of the same + name, each episode of this animated anthology series + questions, revisits and twists classic Marvel + Cinematic moments. + popularity: 418.529 + poster_path: /lztz5XBMG1x6Y5ubz7CxfPFsAcW.jpg + vote_average: 8.1 + vote_count: 4256 + total_pages: 500 + total_results: 10000 + + /tv/airing_today: + get: + tags: + - TV SERIES LIST + summary: Airing Today + description: This endpoint get a list of TV shows airing today. + operationId: airingToday + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/timezone' + responses: + '200': + description: airing today + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=27928 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 17:54:49 GMT + ETag: + schema: + type: string + example: W/"cf492f4021f70227bf642b9dc2bed4ff" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 22e9d361a9c4153886c1c8aa0eb4ffa8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 0NrZXcCgFd1VGT9xY7bLToW9RLlsvXSDKCHAbC4tKL92qjFSIIF7tw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS, STORE + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '27928' + x-memc-key: + schema: + type: string + example: 746acc7801f4ecc61b27ca6a25688e61 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: + type: string + example: '2024-10-27' + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + - 10751 + id: + type: number + example: 251691 + name: + type: string + example: Autumn of the Heart + origin_country: + type: array + items: + type: string + example: SA + example: + - SA + original_language: + type: string + example: ar + original_name: + type: string + example: خريف القلب + overview: + type: string + example: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: + type: number + example: 1522.286 + poster_path: + type: string + example: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: + type: number + example: 4 + vote_count: + type: number + example: 8 + example: + - adult: false + backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + - 10751 + id: 251691 + name: Autumn of the Heart + origin_country: + - SA + original_language: ar + original_name: خريف القلب + overview: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: 1522.286 + poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: 4 + vote_count: 8 + - adult: false + backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg + first_air_date: '1970-11-29' + genre_ids: + - 18 + - 80 + id: 3034 + name: Scene of the Crime + origin_country: + - AT + - DE + - CH + original_language: de + original_name: Tatort + overview: >- + Tatort is a long-running German/Austrian/Swiss, crime + television series set in various parts of these + countries. The show is broadcast on the channels of + ARD in Germany, ORF in Austria and SF1 in Switzerland. + popularity: 1330.885 + poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg + vote_average: 6.1 + vote_count: 109 + - adult: false + backdrop_path: /mYW9FSNCbh1JImoJ8a8VCrZKCmM.jpg + first_air_date: '2017-12-25' + genre_ids: + - 10767 + - 35 + id: 154509 + name: Vrede op aarde + origin_country: + - BE + original_language: nl + original_name: Vrede op aarde + overview: '' + popularity: 933.961 + poster_path: /uRRcE1KTpRpPyOCJqT6uVSrmyph.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /vFJpFtQsYs6jY1CrAESGneVVI3o.jpg + first_air_date: '2024-11-11' + genre_ids: + - 18 + id: 273327 + name: Black Point + origin_country: + - EG + original_language: ar + original_name: نقطة سودة + overview: >- + “Black Point” takes place in a social romantic + setting, exploring the complex relationships between + its diverse characters. + popularity: 932.453 + poster_path: /xrGx7uRbCc9qwU76YD2wJXL56Js.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /ugcdRKcOyUMAr9hAsL058cAX2vj.jpg + first_air_date: '2001-10-20' + genre_ids: + - 10764 + id: 12409 + name: Star Academy + origin_country: + - FR + original_language: fr + original_name: Star Academy + overview: >- + Star Academy is a French reality television show + produced by the Dutch company Endemol. It consists of + a contest of young singers. It spawned an equally + successful show in Quebec called Star Académie. It is + broadcast on TF1. At the end of each season, selected + contestants would go on tour around France, Morocco, + Switzerland, Belgium, Tunisia, and other + French-speaking countries. + popularity: 638.878 + poster_path: /26qS8VmB7PgtkkBuA0J20nmTish.jpg + vote_average: 6.4 + vote_count: 12 + - adult: false + backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg + first_air_date: '2024-12-15' + genre_ids: + - 80 + - 18 + id: 219937 + name: 'Dexter: Original Sin' + origin_country: + - US + original_language: en + original_name: 'Dexter: Original Sin' + overview: >- + In 1991 Miami, Dexter Morgan transitions from student + to avenging serial killer. When his bloodthirsty urges + can't be ignored any longer, Dexter must learn to + channel his inner darkness. With the guidance of his + father, Harry, he adopts a Code designed to help him + find and kill people who deserve to be eliminated from + society without getting on law enforcements' radar. + This is a particular challenge for young Dexter as he + begins a forensics internship at the Miami Metro + Police Department. + popularity: 616.13 + poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg + vote_average: 8.83 + vote_count: 56 + - adult: false + backdrop_path: /hu3i0AEfCUV76q0CLsdGyRrchSi.jpg + first_air_date: '2005-11-13' + genre_ids: + - 10764 + - 9648 + id: 61583 + name: Cuarto milenio + origin_country: + - ES + original_language: es + original_name: Cuarto milenio + overview: '' + popularity: 563.728 + poster_path: /fnuPYgBw5UriMqE6bfrtbjZlrqH.jpg + vote_average: 7.5 + vote_count: 49 + - adult: false + backdrop_path: /xDXaptzkHFHGyQ2QGZ3aGnEE1dK.jpg + first_air_date: '2015-04-05' + genre_ids: + - 10764 + id: 66046 + name: 'Mystery Music Show: King of Mask Singer' + origin_country: + - KR + original_language: ko + original_name: 미스터리 음악쇼 복면가왕 + overview: >- + Competitors are given elaborate masks to wear in order + to conceal their identity, thus removing factors such + as popularity, career and age that could lead to + prejudiced voting. In the first round, a pair of + competitors sing the same song, while in the second + and third rounds they each sing a solo song. After the + First Generation, the winner of the Third Round goes + on to challenge the Mask King, and is either + eliminated or replaces the previous Mask King through + live voting. The identities of the singers are not + revealed unless they have been eliminated. + popularity: 518.588 + poster_path: /vlnAfmirzYx1TSxXuaPhHjkPPmK.jpg + vote_average: 5.2 + vote_count: 8 + - adult: false + backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg + first_air_date: '2024-01-07' + genre_ids: + - 10759 + - 10765 + - 16 + id: 127532 + name: Solo Leveling + origin_country: + - JP + original_language: ja + original_name: 俺だけレベルアップな件 + overview: >- + They say whatever doesn’t kill you makes you stronger, + but that’s not the case for the world’s weakest hunter + Sung Jinwoo. After being brutally slaughtered by + monsters in a high-ranking dungeon, Jinwoo came back + with the System, a program only he could see, that’s + leveling him up in every way. Now, he’s inspired to + discover the secrets behind his powers and the dungeon + that spawned them. + popularity: 517.748 + poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg + vote_average: 8.5 + vote_count: 563 + - adult: false + backdrop_path: /mh2UczqEXJJVgqohbyZbHTuxwhL.jpg + first_air_date: '2024-11-17' + genre_ids: + - 18 + id: 157741 + name: Landman + origin_country: + - US + original_language: en + original_name: Landman + overview: >- + Set in the proverbial boomtowns of West-Texas and a + modern-day tale of fortune-seeking in the world of oil + rigs, the series is an upstairs/downstairs story of + roughnecks and wildcat billionaires that are fueling a + boom so big it’s reshaping our climate, our economy + and our geopolitics. + popularity: 498.638 + poster_path: /AnLq5YSssNWpiD06iYF69wFiaNh.jpg + vote_average: 7.944 + vote_count: 71 + - adult: false + backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg + first_air_date: '2024-12-28' + genre_ids: + - 18 + - 10759 + - 35 + id: 233912 + name: Guardians of the Dafeng + origin_country: + - CN + original_language: zh + original_name: 大奉打更人 + overview: >- + Xu Qi’an, a recent police academy graduate, awakens in + a strange world filled with Confucians, Taoists, + Buddhists, demons, and warlocks. Facing imminent exile + to a remote frontier town, he seizes the chance to + change his fate by joining a powerful organization of + guardians. + popularity: 475.241 + poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg + vote_average: 8.6 + vote_count: 5 + - adult: false + backdrop_path: /wsHj4oHQJoe7DMYaqNFwVoyLiAh.jpg + first_air_date: '2010-07-11' + genre_ids: + - 35 + - 10764 + id: 33238 + name: Running Man + origin_country: + - KR + original_language: ko + original_name: 런닝맨 + overview: >- + A reality and competition show where members are + joined by celebs to complete a weekly mission to win + the race with Seoul as the beautiful backdrop. + popularity: 453.372 + poster_path: /2Wmmu1MkqxJ48J7aySET9EKEjXz.jpg + vote_average: 8.4 + vote_count: 178 + - adult: false + backdrop_path: /hmNgVtGWKYWQg6C6dAdRaASgt1M.jpg + first_air_date: '2025-01-02' + genre_ids: + - 10765 + - 18 + id: 243512 + name: The Blossoming Love + origin_country: + - CN + original_language: zh + original_name: 千朵桃花一世开 + overview: >- + In ancient times, the Human Emperor, Zhao Ming, + petitioned on behalf of the people and sacrificed + himself to resist the divine realm. After Zhao Ming's + fall, his beloved, Hun Dunzhu, risked her life to save + a wisp of his soul, setting up the cycle of + reincarnation for eternity. In the distant future, + Zhao Ming reincarnated as Xie Xuechen, the leader of + the Immortal Alliance, while Hun Dunzhu became the + Holy Maiden Mu Xuanling in the Dark Domain. The two + finally reunited in the mortal realm but had forgotten + their past, becoming adversaries in a "righteous + versus evil" struggle. Mu Xuanling saved the heavily + injured Xie Xuechen in the Dark Domain and coerced him + to travel together in gratitude for saving his life. + popularity: 388.153 + poster_path: /jZnxPvb5rHgXk5B8Kw0lyBjyjjA.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: /FSp8tU6g8dGv1BkL5V01XcrX3p.jpg + first_air_date: '1981-03-24' + genre_ids: + - 10751 + id: 46129 + name: Löwenzahn + origin_country: + - DE + original_language: de + original_name: Löwenzahn + overview: >- + Each 30 minute episode is dedicated to a separate + issue or theme and consists mainly of related short + featurettes, which explain, explore and educate how + things of everyday life and even complex systems work. + It spans a wide variety of topics from technology and + industry to something as mundane as how the postal + service works. + popularity: 355.492 + poster_path: /2qS4TNPkZycFHXQO1SpqISe6irV.jpg + vote_average: 7.8 + vote_count: 18 + - adult: false + backdrop_path: /1gZrOa2E9DOohEvSLLBJqus2zGu.jpg + first_air_date: '1998-01-21' + genre_ids: + - 80 + - 18 + - 9648 + id: 15226 + name: C.I.D. + origin_country: + - IN + original_language: hi + original_name: C.I.D. + overview: >- + The first thrilling investigative series on Indian + Television, is today one of the most popular shows on + Sony Entertainment Television. Dramatic and absolutely + unpredictable, C.I.D. has captivated viewers over the + last eleven years and continues to keep audiences + glued to their television sets with its thrilling + plots and excitement. Also interwoven in its fast + paced plots are the personal challenges that the + C.I.D. team faces with non-stop adventure, tremendous + pressure and risk, all in the name of duty.The series + consists of hard-core police procedural stories + dealing with investigation, detection and suspense. + The protagonists of the serial are an elite group of + police officers belonging to the Crime Investigation + Department of the police force, led by ACP Pradyuman. + popularity: 341.365 + poster_path: /60ZxbAMk6QO8jMD0p8WrGHVCbyK.jpg + vote_average: 5.9 + vote_count: 21 + - adult: false + backdrop_path: null + first_air_date: '2024-12-22' + genre_ids: + - 9648 + id: 247398 + name: Strange Notes + origin_country: + - CN + original_language: zh + original_name: 怪奇笔记 + overview: >- + In a bustling city, the House of Wonders offers + mysterious items with extraordinary powers for + visiting customers who seek solutions to their + struggles. + popularity: 328.661 + poster_path: /ye5fPoTnofHJzrl6Dxl4qtIpfZU.jpg + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /dD2X3iqtF4Dz3FpnYNSWud3LOrj.jpg + first_air_date: '2024-12-01' + genre_ids: + - 18 + - 9648 + id: 219971 + name: The Agency + origin_country: + - US + original_language: en + original_name: The Agency + overview: >- + Covert CIA agent Martian is ordered to abandon his + undercover life and return to London Station. When the + love he left behind unexpectedly reappears, their + romance reignites, pitting his career, his real + identity and his mission against his heart while + hurling them both into a deadly game of international + intrigue and espionage. + popularity: 327.457 + poster_path: /jtzUrOzxY0iRnPJ2qZ6VmVC1Hfl.jpg + vote_average: 7.9 + vote_count: 38 + - adult: false + backdrop_path: /a600KQ3DdQUQl5LewN5imbL0BaF.jpg + first_air_date: '2012-01-15' + genre_ids: + - 18 + id: 39793 + name: Call the Midwife + origin_country: + - GB + original_language: en + original_name: Call the Midwife + overview: >- + Drama following the lives of a group of midwives + working in the poverty-stricken East End of London + during the 1950s, based on the best-selling memoirs of + Jennifer Worth. + popularity: 313.201 + poster_path: /b1p0nL00x563ACkcmGNIRP4ZnkA.jpg + vote_average: 7.507 + vote_count: 219 + - adult: false + backdrop_path: /wqebNDaopLixqxeQRDaqhNfy866.jpg + first_air_date: '2024-01-01' + genre_ids: + - 18 + id: 242551 + name: Winds of Love + origin_country: + - TR + original_language: tr + original_name: Rüzgarlı Tepe + overview: >- + Zeynep is the smart, well-behaved, exemplary daughter + of the wealthiest family in the town where she lives, + while Halil is a young man who lost his mother and + father at an early age and lives with his aunt with a + grudge to avenge his family. These two young people + who live despite their families will find themselves + in an unthinkable blind knot. + popularity: 308.547 + poster_path: /vGrrdx21rS69tl55mxpl9pn9ebx.jpg + vote_average: 7.3 + vote_count: 19 + - adult: false + backdrop_path: /wJzHFl5mq6JFbD6equTleJuzlnk.jpg + first_air_date: '2011-04-17' + genre_ids: + - 16 + - 10765 + - 9648 + - 10759 + id: 38464 + name: Blue Exorcist + origin_country: + - JP + original_language: ja + original_name: 青の祓魔師 + overview: >- + Humans live in the world of Assiah, demons in Gehenna. + The two dimensions are not meant to interfere with + each other, but demons still possess creatures in + Assiah in spite of this. The humans who can fight + these demons are known as exorcists. Rin Okumura is a + boy who bears the curse of being Satan's illegitimate + son. His foster father sacrificed himself to save him + from demons. To avenge his foster father's death as + well as to prove himself, Rin decides to follow the + path of an exorcist and defeat his own father, Satan. + To hone his raw skills, Rin enters True Cross Academy + to train with other exorcist candidates. + popularity: 286.647 + poster_path: /kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg + vote_average: 7.9 + vote_count: 446 + total_pages: + type: number + example: 10 + total_results: + type: number + example: 194 + examples: + airing today: + value: + page: 1 + results: + - adult: false + backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + - 10751 + id: 251691 + name: Autumn of the Heart + origin_country: + - SA + original_language: ar + original_name: خريف القلب + overview: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: 1522.286 + poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: 4 + vote_count: 8 + - adult: false + backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg + first_air_date: '1970-11-29' + genre_ids: + - 18 + - 80 + id: 3034 + name: Scene of the Crime + origin_country: + - AT + - DE + - CH + original_language: de + original_name: Tatort + overview: >- + Tatort is a long-running German/Austrian/Swiss, crime + television series set in various parts of these + countries. The show is broadcast on the channels of + ARD in Germany, ORF in Austria and SF1 in Switzerland. + popularity: 1330.885 + poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg + vote_average: 6.1 + vote_count: 109 + - adult: false + backdrop_path: /mYW9FSNCbh1JImoJ8a8VCrZKCmM.jpg + first_air_date: '2017-12-25' + genre_ids: + - 10767 + - 35 + id: 154509 + name: Vrede op aarde + origin_country: + - BE + original_language: nl + original_name: Vrede op aarde + overview: '' + popularity: 933.961 + poster_path: /uRRcE1KTpRpPyOCJqT6uVSrmyph.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /vFJpFtQsYs6jY1CrAESGneVVI3o.jpg + first_air_date: '2024-11-11' + genre_ids: + - 18 + id: 273327 + name: Black Point + origin_country: + - EG + original_language: ar + original_name: نقطة سودة + overview: >- + “Black Point” takes place in a social romantic + setting, exploring the complex relationships between + its diverse characters. + popularity: 932.453 + poster_path: /xrGx7uRbCc9qwU76YD2wJXL56Js.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /ugcdRKcOyUMAr9hAsL058cAX2vj.jpg + first_air_date: '2001-10-20' + genre_ids: + - 10764 + id: 12409 + name: Star Academy + origin_country: + - FR + original_language: fr + original_name: Star Academy + overview: >- + Star Academy is a French reality television show + produced by the Dutch company Endemol. It consists of + a contest of young singers. It spawned an equally + successful show in Quebec called Star Académie. It is + broadcast on TF1. At the end of each season, selected + contestants would go on tour around France, Morocco, + Switzerland, Belgium, Tunisia, and other + French-speaking countries. + popularity: 638.878 + poster_path: /26qS8VmB7PgtkkBuA0J20nmTish.jpg + vote_average: 6.4 + vote_count: 12 + - adult: false + backdrop_path: /jmcRdwSOb1Bo1snMtxTSWOqbvgR.jpg + first_air_date: '2024-12-15' + genre_ids: + - 80 + - 18 + id: 219937 + name: 'Dexter: Original Sin' + origin_country: + - US + original_language: en + original_name: 'Dexter: Original Sin' + overview: >- + In 1991 Miami, Dexter Morgan transitions from student + to avenging serial killer. When his bloodthirsty urges + can't be ignored any longer, Dexter must learn to + channel his inner darkness. With the guidance of his + father, Harry, he adopts a Code designed to help him + find and kill people who deserve to be eliminated from + society without getting on law enforcements' radar. + This is a particular challenge for young Dexter as he + begins a forensics internship at the Miami Metro + Police Department. + popularity: 616.13 + poster_path: /j5bP7spdfS0NpDLKDlqJYyJPi1j.jpg + vote_average: 8.83 + vote_count: 56 + - adult: false + backdrop_path: /hu3i0AEfCUV76q0CLsdGyRrchSi.jpg + first_air_date: '2005-11-13' + genre_ids: + - 10764 + - 9648 + id: 61583 + name: Cuarto milenio + origin_country: + - ES + original_language: es + original_name: Cuarto milenio + overview: '' + popularity: 563.728 + poster_path: /fnuPYgBw5UriMqE6bfrtbjZlrqH.jpg + vote_average: 7.5 + vote_count: 49 + - adult: false + backdrop_path: /xDXaptzkHFHGyQ2QGZ3aGnEE1dK.jpg + first_air_date: '2015-04-05' + genre_ids: + - 10764 + id: 66046 + name: 'Mystery Music Show: King of Mask Singer' + origin_country: + - KR + original_language: ko + original_name: 미스터리 음악쇼 복면가왕 + overview: >- + Competitors are given elaborate masks to wear in order + to conceal their identity, thus removing factors such + as popularity, career and age that could lead to + prejudiced voting. In the first round, a pair of + competitors sing the same song, while in the second + and third rounds they each sing a solo song. After the + First Generation, the winner of the Third Round goes + on to challenge the Mask King, and is either + eliminated or replaces the previous Mask King through + live voting. The identities of the singers are not + revealed unless they have been eliminated. + popularity: 518.588 + poster_path: /vlnAfmirzYx1TSxXuaPhHjkPPmK.jpg + vote_average: 5.2 + vote_count: 8 + - adult: false + backdrop_path: /odVlTMqPPiMksmxpN9cCbPCjUPP.jpg + first_air_date: '2024-01-07' + genre_ids: + - 10759 + - 10765 + - 16 + id: 127532 + name: Solo Leveling + origin_country: + - JP + original_language: ja + original_name: 俺だけレベルアップな件 + overview: >- + They say whatever doesn’t kill you makes you stronger, + but that’s not the case for the world’s weakest hunter + Sung Jinwoo. After being brutally slaughtered by + monsters in a high-ranking dungeon, Jinwoo came back + with the System, a program only he could see, that’s + leveling him up in every way. Now, he’s inspired to + discover the secrets behind his powers and the dungeon + that spawned them. + popularity: 517.748 + poster_path: /geCRueV3ElhRTr0xtJuEWJt6dJ1.jpg + vote_average: 8.5 + vote_count: 563 + - adult: false + backdrop_path: /mh2UczqEXJJVgqohbyZbHTuxwhL.jpg + first_air_date: '2024-11-17' + genre_ids: + - 18 + id: 157741 + name: Landman + origin_country: + - US + original_language: en + original_name: Landman + overview: >- + Set in the proverbial boomtowns of West-Texas and a + modern-day tale of fortune-seeking in the world of oil + rigs, the series is an upstairs/downstairs story of + roughnecks and wildcat billionaires that are fueling a + boom so big it’s reshaping our climate, our economy + and our geopolitics. + popularity: 498.638 + poster_path: /AnLq5YSssNWpiD06iYF69wFiaNh.jpg + vote_average: 7.944 + vote_count: 71 + - adult: false + backdrop_path: /5JbWk5f3zSbwkQjbCazWi1adDMl.jpg + first_air_date: '2024-12-28' + genre_ids: + - 18 + - 10759 + - 35 + id: 233912 + name: Guardians of the Dafeng + origin_country: + - CN + original_language: zh + original_name: 大奉打更人 + overview: >- + Xu Qi’an, a recent police academy graduate, awakens in + a strange world filled with Confucians, Taoists, + Buddhists, demons, and warlocks. Facing imminent exile + to a remote frontier town, he seizes the chance to + change his fate by joining a powerful organization of + guardians. + popularity: 475.241 + poster_path: /zhIvZOCzwjJdn1Xu2KWikC7Luiq.jpg + vote_average: 8.6 + vote_count: 5 + - adult: false + backdrop_path: /wsHj4oHQJoe7DMYaqNFwVoyLiAh.jpg + first_air_date: '2010-07-11' + genre_ids: + - 35 + - 10764 + id: 33238 + name: Running Man + origin_country: + - KR + original_language: ko + original_name: 런닝맨 + overview: >- + A reality and competition show where members are + joined by celebs to complete a weekly mission to win + the race with Seoul as the beautiful backdrop. + popularity: 453.372 + poster_path: /2Wmmu1MkqxJ48J7aySET9EKEjXz.jpg + vote_average: 8.4 + vote_count: 178 + - adult: false + backdrop_path: /hmNgVtGWKYWQg6C6dAdRaASgt1M.jpg + first_air_date: '2025-01-02' + genre_ids: + - 10765 + - 18 + id: 243512 + name: The Blossoming Love + origin_country: + - CN + original_language: zh + original_name: 千朵桃花一世开 + overview: >- + In ancient times, the Human Emperor, Zhao Ming, + petitioned on behalf of the people and sacrificed + himself to resist the divine realm. After Zhao Ming's + fall, his beloved, Hun Dunzhu, risked her life to save + a wisp of his soul, setting up the cycle of + reincarnation for eternity. In the distant future, + Zhao Ming reincarnated as Xie Xuechen, the leader of + the Immortal Alliance, while Hun Dunzhu became the + Holy Maiden Mu Xuanling in the Dark Domain. The two + finally reunited in the mortal realm but had forgotten + their past, becoming adversaries in a "righteous + versus evil" struggle. Mu Xuanling saved the heavily + injured Xie Xuechen in the Dark Domain and coerced him + to travel together in gratitude for saving his life. + popularity: 388.153 + poster_path: /jZnxPvb5rHgXk5B8Kw0lyBjyjjA.jpg + vote_average: 7.5 + vote_count: 2 + - adult: false + backdrop_path: /FSp8tU6g8dGv1BkL5V01XcrX3p.jpg + first_air_date: '1981-03-24' + genre_ids: + - 10751 + id: 46129 + name: Löwenzahn + origin_country: + - DE + original_language: de + original_name: Löwenzahn + overview: >- + Each 30 minute episode is dedicated to a separate + issue or theme and consists mainly of related short + featurettes, which explain, explore and educate how + things of everyday life and even complex systems work. + It spans a wide variety of topics from technology and + industry to something as mundane as how the postal + service works. + popularity: 355.492 + poster_path: /2qS4TNPkZycFHXQO1SpqISe6irV.jpg + vote_average: 7.8 + vote_count: 18 + - adult: false + backdrop_path: /1gZrOa2E9DOohEvSLLBJqus2zGu.jpg + first_air_date: '1998-01-21' + genre_ids: + - 80 + - 18 + - 9648 + id: 15226 + name: C.I.D. + origin_country: + - IN + original_language: hi + original_name: C.I.D. + overview: >- + The first thrilling investigative series on Indian + Television, is today one of the most popular shows on + Sony Entertainment Television. Dramatic and absolutely + unpredictable, C.I.D. has captivated viewers over the + last eleven years and continues to keep audiences + glued to their television sets with its thrilling + plots and excitement. Also interwoven in its fast + paced plots are the personal challenges that the + C.I.D. team faces with non-stop adventure, tremendous + pressure and risk, all in the name of duty.The series + consists of hard-core police procedural stories + dealing with investigation, detection and suspense. + The protagonists of the serial are an elite group of + police officers belonging to the Crime Investigation + Department of the police force, led by ACP Pradyuman. + popularity: 341.365 + poster_path: /60ZxbAMk6QO8jMD0p8WrGHVCbyK.jpg + vote_average: 5.9 + vote_count: 21 + - adult: false + backdrop_path: null + first_air_date: '2024-12-22' + genre_ids: + - 9648 + id: 247398 + name: Strange Notes + origin_country: + - CN + original_language: zh + original_name: 怪奇笔记 + overview: >- + In a bustling city, the House of Wonders offers + mysterious items with extraordinary powers for + visiting customers who seek solutions to their + struggles. + popularity: 328.661 + poster_path: /ye5fPoTnofHJzrl6Dxl4qtIpfZU.jpg + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /dD2X3iqtF4Dz3FpnYNSWud3LOrj.jpg + first_air_date: '2024-12-01' + genre_ids: + - 18 + - 9648 + id: 219971 + name: The Agency + origin_country: + - US + original_language: en + original_name: The Agency + overview: >- + Covert CIA agent Martian is ordered to abandon his + undercover life and return to London Station. When the + love he left behind unexpectedly reappears, their + romance reignites, pitting his career, his real + identity and his mission against his heart while + hurling them both into a deadly game of international + intrigue and espionage. + popularity: 327.457 + poster_path: /jtzUrOzxY0iRnPJ2qZ6VmVC1Hfl.jpg + vote_average: 7.9 + vote_count: 38 + - adult: false + backdrop_path: /a600KQ3DdQUQl5LewN5imbL0BaF.jpg + first_air_date: '2012-01-15' + genre_ids: + - 18 + id: 39793 + name: Call the Midwife + origin_country: + - GB + original_language: en + original_name: Call the Midwife + overview: >- + Drama following the lives of a group of midwives + working in the poverty-stricken East End of London + during the 1950s, based on the best-selling memoirs of + Jennifer Worth. + popularity: 313.201 + poster_path: /b1p0nL00x563ACkcmGNIRP4ZnkA.jpg + vote_average: 7.507 + vote_count: 219 + - adult: false + backdrop_path: /wqebNDaopLixqxeQRDaqhNfy866.jpg + first_air_date: '2024-01-01' + genre_ids: + - 18 + id: 242551 + name: Winds of Love + origin_country: + - TR + original_language: tr + original_name: Rüzgarlı Tepe + overview: >- + Zeynep is the smart, well-behaved, exemplary daughter + of the wealthiest family in the town where she lives, + while Halil is a young man who lost his mother and + father at an early age and lives with his aunt with a + grudge to avenge his family. These two young people + who live despite their families will find themselves + in an unthinkable blind knot. + popularity: 308.547 + poster_path: /vGrrdx21rS69tl55mxpl9pn9ebx.jpg + vote_average: 7.3 + vote_count: 19 + - adult: false + backdrop_path: /wJzHFl5mq6JFbD6equTleJuzlnk.jpg + first_air_date: '2011-04-17' + genre_ids: + - 16 + - 10765 + - 9648 + - 10759 + id: 38464 + name: Blue Exorcist + origin_country: + - JP + original_language: ja + original_name: 青の祓魔師 + overview: >- + Humans live in the world of Assiah, demons in Gehenna. + The two dimensions are not meant to interfere with + each other, but demons still possess creatures in + Assiah in spite of this. The humans who can fight + these demons are known as exorcists. Rin Okumura is a + boy who bears the curse of being Satan's illegitimate + son. His foster father sacrificed himself to save him + from demons. To avenge his foster father's death as + well as to prove himself, Rin decides to follow the + path of an exorcist and defeat his own father, Satan. + To hone his raw skills, Rin enters True Cross Academy + to train with other exorcist candidates. + popularity: 286.647 + poster_path: /kpNoqNmElzGUEcEoZyfFwvYXMsR.jpg + vote_average: 7.9 + vote_count: 446 + total_pages: 10 + total_results: 194 + /tv/on_the_air: + get: + tags: + - TV SERIES LIST + summary: On The Air + description: This endpoint get a list of TV shows that air in the next 7 days. + operationId: onTheAir + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/timezone' + + responses: + '200': + description: on the air + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=28113 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 17:58:32 GMT + ETag: + schema: + type: string + example: W/"2b63f04bc334ab02fac964c9205aa84e" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: pwseiQ68my33klHsDFyE4KVPcMoTU_lU8jJK6fK39Ntd-TD4fetrEw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS, STORE + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '28113' + x-memc-key: + schema: + type: string + example: fa276a6cea89b0d84a90ea99ced4bfdf + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg + first_air_date: + type: string + example: '2005-10-13' + genre_ids: + type: array + items: + type: number + example: 10766 + example: + - 10766 + id: + type: number + example: 206559 + name: + type: string + example: Binnelanders + origin_country: + type: array + items: + type: string + example: ZA + example: + - ZA + original_language: + type: string + example: af + original_name: + type: string + example: Binnelanders + overview: + type: string + example: >- + A South African Afrikaans soap opera. It is set in + and around the fictional private hospital, Binneland + Kliniek, in Pretoria, and the storyline follows the + trials, trauma and tribulations of the staff and + patients of the hospital. + popularity: + type: number + example: 2235.035 + poster_path: + type: string + example: /3bzECfllho8PphdYujLUIuhncJD.jpg + vote_average: + type: number + example: 5.619 + vote_count: + type: number + example: 80 + example: + - adult: false + backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg + first_air_date: '2005-10-13' + genre_ids: + - 10766 + id: 206559 + name: Binnelanders + origin_country: + - ZA + original_language: af + original_name: Binnelanders + overview: >- + A South African Afrikaans soap opera. It is set in and + around the fictional private hospital, Binneland + Kliniek, in Pretoria, and the storyline follows the + trials, trauma and tribulations of the staff and + patients of the hospital. + popularity: 2235.035 + poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg + vote_average: 5.619 + vote_count: 80 + - adult: false + backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg + first_air_date: '1960-12-09' + genre_ids: + - 10766 + id: 291 + name: Coronation Street + origin_country: + - MY + - GB + original_language: en + original_name: Coronation Street + overview: >- + The residents of Coronation Street are ordinary, + working-class people, and the show follows them + through regular social and family interactions at + home, in the workplace, and in their local pub, the + Rovers Return Inn. Britain's longest-running soap. + popularity: 1736.545 + poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg + vote_average: 5.3 + vote_count: 109 + - adult: false + backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg + first_air_date: '2024-09-30' + genre_ids: + - 10766 + - 18 + - 35 + id: 257064 + name: Volta por Cima + origin_country: + - BR + original_language: pt + original_name: Volta por Cima + overview: '' + popularity: 1534.793 + poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg + vote_average: 6.4 + vote_count: 9 + - adult: false + backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + - 10751 + id: 251691 + name: Autumn of the Heart + origin_country: + - SA + original_language: ar + original_name: خريف القلب + overview: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: 1522.286 + poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: 4 + vote_count: 8 + - adult: false + backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg + first_air_date: '2024-11-04' + genre_ids: + - 10766 + - 18 + id: 257048 + name: Garota do Momento + origin_country: + - BR + original_language: pt + original_name: Garota do Momento + overview: '' + popularity: 1517.348 + poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg + vote_average: 7.9 + vote_count: 8 + - adult: false + backdrop_path: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg + first_air_date: '2007-09-10' + genre_ids: + - 10763 + - 35 + id: 13008 + name: TMZ + origin_country: + - US + original_language: en + original_name: TMZ + overview: >- + Based on the popular gossip website, this + entertainment newsmagazine delivers daily updates on + Hollywood's rich, beautiful and screwed-up. The + program often shows highlights of the day's staff + meeting during which reporters pitch ideas for stories + to air that day. + popularity: 1360.641 + poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg + vote_average: 4.813 + vote_count: 16 + - adult: false + backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg + first_air_date: '1970-11-29' + genre_ids: + - 18 + - 80 + id: 3034 + name: Scene of the Crime + origin_country: + - AT + - DE + - CH + original_language: de + original_name: Tatort + overview: >- + Tatort is a long-running German/Austrian/Swiss, crime + television series set in various parts of these + countries. The show is broadcast on the channels of + ARD in Germany, ORF in Austria and SF1 in Switzerland. + popularity: 1330.885 + poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg + vote_average: 6.1 + vote_count: 109 + - adult: false + backdrop_path: /6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg + first_air_date: '2024-09-09' + genre_ids: + - 10766 + - 18 + - 9648 + id: 237478 + name: Crazy About You + origin_country: + - BR + original_language: pt + original_name: Mania de Você + overview: >- + The story begins with the ambiguous relationship + between friends Viola and Luma, who seem predestined + to literally enter each other's lives. Born on the + same day, in very different situations, they meet + years later, united by coincidences that go beyond + their birthday. From humble origins, Viola moves with + her boyfriend Mavi to Angra dos Reis, where Luma lives + a luxurious life and dates Rudá, who ends up meeting + Viola by chance. Thus begins the duo's journey, which + goes from a passion for recipes to an obsession with + the same man, from the immediate connection to the + point of starting to live their friend’s reality, 10 + years later. A journey divided between complicity and + rivalry, which includes them in a love quadrangle and + is impacted by a series of circumstances, twists and + surprises, such as the secret surrounding a murder. + popularity: 1312.357 + poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg + vote_average: 5.111 + vote_count: 8 + - adult: false + backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg + first_air_date: '2023-05-04' + genre_ids: + - 10765 + - 18 + id: 125988 + name: Silo + origin_country: + - US + original_language: en + original_name: Silo + overview: >- + In a ruined and toxic future, thousands live in a + giant silo deep underground. After its sheriff breaks + a cardinal rule and residents die mysteriously, + engineer Juliette starts to uncover shocking secrets + and the truth about the silo. + popularity: 1310.42 + poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg + vote_average: 8.158 + vote_count: 1212 + - adult: false + backdrop_path: /vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg + first_air_date: '2020-11-02' + genre_ids: + - 10766 + - 18 + id: 112470 + name: Ici tout commence + origin_country: + - FR + original_language: fr + original_name: Ici tout commence + overview: >- + This television drama series is centered around the + prestigious culinary school of renowned chef Auguste + Armand. The show follows the lives of students and + staff as they navigate the challenges and pressures of + the culinary world—delving into their personal and + professional lives, revealing secrets, rivalries, and + complex relationships. + popularity: 1276.018 + poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg + vote_average: 6.8 + vote_count: 86 + - adult: false + backdrop_path: /rotcih1fY3UOYejNbiTmz36og12.jpg + first_air_date: '2024-01-22' + genre_ids: + - 18 + - 10751 + id: 242722 + name: Shrimad Ramayan + origin_country: + - IN + original_language: hi + original_name: श्रीमद् रामायण + overview: >- + Shrimad Ramayan is an ambitious television series that + brings to life the timeless epic, the Ramayan, with a + deep commitment to authenticity, cultural reverence + and a contemporary sensibility. + popularity: 1265.662 + poster_path: /aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg + vote_average: 6.9 + vote_count: 9 + - adult: false + backdrop_path: /xSQaQi0WfPPmJ9UAFGIUkBciwns.jpg + first_air_date: '2015-04-20' + genre_ids: + - 10767 + id: 96386 + name: Nogizaka Under Construction + origin_country: + - JP + original_language: ja + original_name: 乃木坂工事中 + overview: >- + Nogizaka46 is making a big leap forward right now! + + + Their activities range from live performances, + varieties, dramas, movies, and models. + + + In order to give these girls even more momentum, this + program will challenge various projects that bring out + new aspects and charms of the members!!! + popularity: 1248.089 + poster_path: /wjfGdo9BoKeakiSxdKdiPZxv1jA.jpg + vote_average: 8.2 + vote_count: 4 + - adult: false + backdrop_path: /4i3iJepkqqH5JJgTNLJdi8ke6ir.jpg + first_air_date: '2024-05-06' + genre_ids: + - 10766 + id: 249010 + name: Kelders van Geheime + origin_country: + - ZA + original_language: af + original_name: Kelders van Geheime + overview: >- + Kelders van Geheime (Cellars of Secrets) is a South + African, Afrikaans-language telenovela based on the + wheeling's and dealings of the community that lives on + Soebatskloof (a wine farm in the Cape). The series + focuses on three families: the Abrahams, Syster and + Marais households. These families will have to stand + together, agree (or agree to disagree), and work + together to earn their bread and butter – and a glass + of wine. + popularity: 1212.197 + poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg + vote_average: 5.9 + vote_count: 13 + - adult: false + backdrop_path: /mLcD1v4sfoa1juOsBat7Vik7wEe.jpg + first_air_date: '2024-03-18' + genre_ids: + - 10764 + id: 248890 + name: Ready Steady Cook South Africa + origin_country: + - ZA + original_language: en + original_name: Ready Steady Cook South Africa + overview: >- + In Ready Steady Cook, two teams - a Red Tomato and a + Green Pepper - compete in a Red Kitchen and a Green + Kitchen, together with a South African chef on each + side and paired with enthusiastic home cooks, as they + are challenged creatively with a mystery bag of + ingredients in a 20-minute cook-off. + popularity: 1200.724 + poster_path: /30xX4IMbgnMbQwo76xM4BOSokZO.jpg + vote_average: 4.5 + vote_count: 9 + - adult: false + backdrop_path: /eJd5TfoiFG5JOhuMZgdvpTgp8eK.jpg + first_air_date: '2004-10-06' + genre_ids: + - 80 + id: 41018 + name: SOKO Wismar + origin_country: + - DE + original_language: de + original_name: SOKO Wismar + overview: '' + popularity: 1163.511 + poster_path: /jvc2fWkPfr5CdiK18k9VOM6xYZ5.jpg + vote_average: 6.1 + vote_count: 9 + - adult: false + backdrop_path: /2m1Mu0xPj4SikiqkaolTRUcNtWH.jpg + first_air_date: '2018-10-16' + genre_ids: + - 80 + - 18 + - 35 + id: 79744 + name: The Rookie + origin_country: + - US + original_language: en + original_name: The Rookie + overview: >- + Starting over isn’t easy, especially for small-town + guy John Nolan who, after a life-altering incident, is + pursuing his dream of being an LAPD officer. As the + force’s oldest rookie, he’s met with skepticism from + some higher-ups who see him as just a walking midlife + crisis. + popularity: 1040.308 + poster_path: /bL1mwXDnH5fCxqc4S2n40hoVyoe.jpg + vote_average: 8.5 + vote_count: 2127 + - adult: false + backdrop_path: /mYW9FSNCbh1JImoJ8a8VCrZKCmM.jpg + first_air_date: '2017-12-25' + genre_ids: + - 10767 + - 35 + id: 154509 + name: Vrede op aarde + origin_country: + - BE + original_language: nl + original_name: Vrede op aarde + overview: '' + popularity: 933.961 + poster_path: /uRRcE1KTpRpPyOCJqT6uVSrmyph.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /vFJpFtQsYs6jY1CrAESGneVVI3o.jpg + first_air_date: '2024-11-11' + genre_ids: + - 18 + id: 273327 + name: Black Point + origin_country: + - EG + original_language: ar + original_name: نقطة سودة + overview: >- + “Black Point” takes place in a social romantic + setting, exploring the complex relationships between + its diverse characters. + popularity: 932.453 + poster_path: /xrGx7uRbCc9qwU76YD2wJXL56Js.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zk3UqXnnK7cpUv6LsD9DS8FtUxb.jpg + first_air_date: '2024-09-02' + genre_ids: + - 18 + - 10759 + id: 256121 + name: Lavender Fields + origin_country: + - PH + original_language: tl + original_name: Lavender Fields + overview: >- + The life of a simple flower farm girl is shattered + when she falls for a charming accountant, who turns + out to be a married gun cartel member. Targeted for + his stolen money, she loses everything she holds dear + and reinvents herself to seek justice. + popularity: 921.394 + poster_path: /7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg + vote_average: 7.2 + vote_count: 6 + - adult: false + backdrop_path: /i8iqYtAy9qcO5RSrA1f6fY1n6SN.jpg + first_air_date: '2015-11-16' + genre_ids: + - 10766 + id: 235484 + name: Suidooster + origin_country: + - ZA + original_language: af + original_name: Suidooster + overview: >- + Suidooster is a South African television soap opera + produced by Suidooster Films which revolves around a + matriarch, her family, friends and the people of + Suidooster, a small shopping and business centre in + the fictional Cape Town suburb of Ruiterbosch. + popularity: 862.085 + poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg + vote_average: 7.7 + vote_count: 20 + total_pages: + type: number + example: 52 + total_results: + type: number + example: 1025 + examples: + on the air: + value: + page: 1 + results: + - adult: false + backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg + first_air_date: '2005-10-13' + genre_ids: + - 10766 + id: 206559 + name: Binnelanders + origin_country: + - ZA + original_language: af + original_name: Binnelanders + overview: >- + A South African Afrikaans soap opera. It is set in and + around the fictional private hospital, Binneland + Kliniek, in Pretoria, and the storyline follows the + trials, trauma and tribulations of the staff and + patients of the hospital. + popularity: 2235.035 + poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg + vote_average: 5.619 + vote_count: 80 + - adult: false + backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg + first_air_date: '1960-12-09' + genre_ids: + - 10766 + id: 291 + name: Coronation Street + origin_country: + - MY + - GB + original_language: en + original_name: Coronation Street + overview: >- + The residents of Coronation Street are ordinary, + working-class people, and the show follows them + through regular social and family interactions at + home, in the workplace, and in their local pub, the + Rovers Return Inn. Britain's longest-running soap. + popularity: 1736.545 + poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg + vote_average: 5.3 + vote_count: 109 + - adult: false + backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg + first_air_date: '2024-09-30' + genre_ids: + - 10766 + - 18 + - 35 + id: 257064 + name: Volta por Cima + origin_country: + - BR + original_language: pt + original_name: Volta por Cima + overview: '' + popularity: 1534.793 + poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg + vote_average: 6.4 + vote_count: 9 + - adult: false + backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + - 10751 + id: 251691 + name: Autumn of the Heart + origin_country: + - SA + original_language: ar + original_name: خريف القلب + overview: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: 1522.286 + poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: 4 + vote_count: 8 + - adult: false + backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg + first_air_date: '2024-11-04' + genre_ids: + - 10766 + - 18 + id: 257048 + name: Garota do Momento + origin_country: + - BR + original_language: pt + original_name: Garota do Momento + overview: '' + popularity: 1517.348 + poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg + vote_average: 7.9 + vote_count: 8 + - adult: false + backdrop_path: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg + first_air_date: '2007-09-10' + genre_ids: + - 10763 + - 35 + id: 13008 + name: TMZ + origin_country: + - US + original_language: en + original_name: TMZ + overview: >- + Based on the popular gossip website, this + entertainment newsmagazine delivers daily updates on + Hollywood's rich, beautiful and screwed-up. The + program often shows highlights of the day's staff + meeting during which reporters pitch ideas for stories + to air that day. + popularity: 1360.641 + poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg + vote_average: 4.813 + vote_count: 16 + - adult: false + backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg + first_air_date: '1970-11-29' + genre_ids: + - 18 + - 80 + id: 3034 + name: Scene of the Crime + origin_country: + - AT + - DE + - CH + original_language: de + original_name: Tatort + overview: >- + Tatort is a long-running German/Austrian/Swiss, crime + television series set in various parts of these + countries. The show is broadcast on the channels of + ARD in Germany, ORF in Austria and SF1 in Switzerland. + popularity: 1330.885 + poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg + vote_average: 6.1 + vote_count: 109 + - adult: false + backdrop_path: /6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg + first_air_date: '2024-09-09' + genre_ids: + - 10766 + - 18 + - 9648 + id: 237478 + name: Crazy About You + origin_country: + - BR + original_language: pt + original_name: Mania de Você + overview: >- + The story begins with the ambiguous relationship + between friends Viola and Luma, who seem predestined + to literally enter each other's lives. Born on the + same day, in very different situations, they meet + years later, united by coincidences that go beyond + their birthday. From humble origins, Viola moves with + her boyfriend Mavi to Angra dos Reis, where Luma lives + a luxurious life and dates Rudá, who ends up meeting + Viola by chance. Thus begins the duo's journey, which + goes from a passion for recipes to an obsession with + the same man, from the immediate connection to the + point of starting to live their friend’s reality, 10 + years later. A journey divided between complicity and + rivalry, which includes them in a love quadrangle and + is impacted by a series of circumstances, twists and + surprises, such as the secret surrounding a murder. + popularity: 1312.357 + poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg + vote_average: 5.111 + vote_count: 8 + - adult: false + backdrop_path: /n5FPNMJ0eRoiQrKGfUQQRAZeaxg.jpg + first_air_date: '2023-05-04' + genre_ids: + - 10765 + - 18 + id: 125988 + name: Silo + origin_country: + - US + original_language: en + original_name: Silo + overview: >- + In a ruined and toxic future, thousands live in a + giant silo deep underground. After its sheriff breaks + a cardinal rule and residents die mysteriously, + engineer Juliette starts to uncover shocking secrets + and the truth about the silo. + popularity: 1310.42 + poster_path: /tlliQuCupf8fpTH7RAor3aKMGy.jpg + vote_average: 8.158 + vote_count: 1212 + - adult: false + backdrop_path: /vgeDRVpSUa4Hvovg4C6dgm4dfUW.jpg + first_air_date: '2020-11-02' + genre_ids: + - 10766 + - 18 + id: 112470 + name: Ici tout commence + origin_country: + - FR + original_language: fr + original_name: Ici tout commence + overview: >- + This television drama series is centered around the + prestigious culinary school of renowned chef Auguste + Armand. The show follows the lives of students and + staff as they navigate the challenges and pressures of + the culinary world—delving into their personal and + professional lives, revealing secrets, rivalries, and + complex relationships. + popularity: 1276.018 + poster_path: /v7nXPo2zdaIOfeIaERiOuTEt89N.jpg + vote_average: 6.8 + vote_count: 86 + - adult: false + backdrop_path: /rotcih1fY3UOYejNbiTmz36og12.jpg + first_air_date: '2024-01-22' + genre_ids: + - 18 + - 10751 + id: 242722 + name: Shrimad Ramayan + origin_country: + - IN + original_language: hi + original_name: श्रीमद् रामायण + overview: >- + Shrimad Ramayan is an ambitious television series that + brings to life the timeless epic, the Ramayan, with a + deep commitment to authenticity, cultural reverence + and a contemporary sensibility. + popularity: 1265.662 + poster_path: /aCDK83ykQYnQGFOTfiLjnoqXv1b.jpg + vote_average: 6.9 + vote_count: 9 + - adult: false + backdrop_path: /xSQaQi0WfPPmJ9UAFGIUkBciwns.jpg + first_air_date: '2015-04-20' + genre_ids: + - 10767 + id: 96386 + name: Nogizaka Under Construction + origin_country: + - JP + original_language: ja + original_name: 乃木坂工事中 + overview: >- + Nogizaka46 is making a big leap forward right now! + + + Their activities range from live performances, + varieties, dramas, movies, and models. + + + In order to give these girls even more momentum, this + program will challenge various projects that bring out + new aspects and charms of the members!!! + popularity: 1248.089 + poster_path: /wjfGdo9BoKeakiSxdKdiPZxv1jA.jpg + vote_average: 8.2 + vote_count: 4 + - adult: false + backdrop_path: /4i3iJepkqqH5JJgTNLJdi8ke6ir.jpg + first_air_date: '2024-05-06' + genre_ids: + - 10766 + id: 249010 + name: Kelders van Geheime + origin_country: + - ZA + original_language: af + original_name: Kelders van Geheime + overview: >- + Kelders van Geheime (Cellars of Secrets) is a South + African, Afrikaans-language telenovela based on the + wheeling's and dealings of the community that lives on + Soebatskloof (a wine farm in the Cape). The series + focuses on three families: the Abrahams, Syster and + Marais households. These families will have to stand + together, agree (or agree to disagree), and work + together to earn their bread and butter – and a glass + of wine. + popularity: 1212.197 + poster_path: /vf1I0G5jICTstI1EXxb9Oqq80TU.jpg + vote_average: 5.9 + vote_count: 13 + - adult: false + backdrop_path: /mLcD1v4sfoa1juOsBat7Vik7wEe.jpg + first_air_date: '2024-03-18' + genre_ids: + - 10764 + id: 248890 + name: Ready Steady Cook South Africa + origin_country: + - ZA + original_language: en + original_name: Ready Steady Cook South Africa + overview: >- + In Ready Steady Cook, two teams - a Red Tomato and a + Green Pepper - compete in a Red Kitchen and a Green + Kitchen, together with a South African chef on each + side and paired with enthusiastic home cooks, as they + are challenged creatively with a mystery bag of + ingredients in a 20-minute cook-off. + popularity: 1200.724 + poster_path: /30xX4IMbgnMbQwo76xM4BOSokZO.jpg + vote_average: 4.5 + vote_count: 9 + - adult: false + backdrop_path: /eJd5TfoiFG5JOhuMZgdvpTgp8eK.jpg + first_air_date: '2004-10-06' + genre_ids: + - 80 + id: 41018 + name: SOKO Wismar + origin_country: + - DE + original_language: de + original_name: SOKO Wismar + overview: '' + popularity: 1163.511 + poster_path: /jvc2fWkPfr5CdiK18k9VOM6xYZ5.jpg + vote_average: 6.1 + vote_count: 9 + - adult: false + backdrop_path: /2m1Mu0xPj4SikiqkaolTRUcNtWH.jpg + first_air_date: '2018-10-16' + genre_ids: + - 80 + - 18 + - 35 + id: 79744 + name: The Rookie + origin_country: + - US + original_language: en + original_name: The Rookie + overview: >- + Starting over isn’t easy, especially for small-town + guy John Nolan who, after a life-altering incident, is + pursuing his dream of being an LAPD officer. As the + force’s oldest rookie, he’s met with skepticism from + some higher-ups who see him as just a walking midlife + crisis. + popularity: 1040.308 + poster_path: /bL1mwXDnH5fCxqc4S2n40hoVyoe.jpg + vote_average: 8.5 + vote_count: 2127 + - adult: false + backdrop_path: /mYW9FSNCbh1JImoJ8a8VCrZKCmM.jpg + first_air_date: '2017-12-25' + genre_ids: + - 10767 + - 35 + id: 154509 + name: Vrede op aarde + origin_country: + - BE + original_language: nl + original_name: Vrede op aarde + overview: '' + popularity: 933.961 + poster_path: /uRRcE1KTpRpPyOCJqT6uVSrmyph.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /vFJpFtQsYs6jY1CrAESGneVVI3o.jpg + first_air_date: '2024-11-11' + genre_ids: + - 18 + id: 273327 + name: Black Point + origin_country: + - EG + original_language: ar + original_name: نقطة سودة + overview: >- + “Black Point” takes place in a social romantic + setting, exploring the complex relationships between + its diverse characters. + popularity: 932.453 + poster_path: /xrGx7uRbCc9qwU76YD2wJXL56Js.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /zk3UqXnnK7cpUv6LsD9DS8FtUxb.jpg + first_air_date: '2024-09-02' + genre_ids: + - 18 + - 10759 + id: 256121 + name: Lavender Fields + origin_country: + - PH + original_language: tl + original_name: Lavender Fields + overview: >- + The life of a simple flower farm girl is shattered + when she falls for a charming accountant, who turns + out to be a married gun cartel member. Targeted for + his stolen money, she loses everything she holds dear + and reinvents herself to seek justice. + popularity: 921.394 + poster_path: /7o9eY4qolqVn7SDLZzpJ89t7QYE.jpg + vote_average: 7.2 + vote_count: 6 + - adult: false + backdrop_path: /i8iqYtAy9qcO5RSrA1f6fY1n6SN.jpg + first_air_date: '2015-11-16' + genre_ids: + - 10766 + id: 235484 + name: Suidooster + origin_country: + - ZA + original_language: af + original_name: Suidooster + overview: >- + Suidooster is a South African television soap opera + produced by Suidooster Films which revolves around a + matriarch, her family, friends and the people of + Suidooster, a small shopping and business centre in + the fictional Cape Town suburb of Ruiterbosch. + popularity: 862.085 + poster_path: /naCgSiacvV685kait6fBvhVhdce.jpg + vote_average: 7.7 + vote_count: 20 + total_pages: 52 + total_results: 1025 + /tv/popular: + get: + tags: + - TV SERIES LIST + summary: Popular + description: This endpoint get a list of TV shows ordered by popularity. + operationId: popular2 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + responses: + '200': + description: popular + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=21511 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 18:00:30 GMT + ETag: + schema: + type: string + example: W/"5fc1ffbf8de44a14eea14a452b167f91" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 51391527dd8c879c45b44b119905c872.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: hJBfym-OcX2lrLw6XACaE6GGPhm7nxt-yZpgktwkMyfRWjpsyQEfZQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '5920' + x-memc-expires: + schema: + type: string + example: '21511' + x-memc-key: + schema: + type: string + example: 71537d24c76ee334c5e1999ee581c54f + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: + type: string + example: '2021-09-17' + genre_ids: + type: array + items: + type: number + example: 10759 + example: + - 10759 + - 9648 + - 18 + id: + type: number + example: 93405 + name: + type: string + example: Squid Game + origin_country: + type: array + items: + type: string + example: KR + example: + - KR + original_language: + type: string + example: ko + original_name: + type: string + example: 오징어 게임 + overview: + type: string + example: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: + type: number + example: 13121.205 + poster_path: + type: string + example: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: + type: number + example: 7.8 + vote_count: + type: number + example: 14640 + example: + - adult: false + backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: '2021-09-17' + genre_ids: + - 10759 + - 9648 + - 18 + id: 93405 + name: Squid Game + origin_country: + - KR + original_language: ko + original_name: 오징어 게임 + overview: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: 13121.205 + poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: 7.8 + vote_count: 14640 + - adult: false + backdrop_path: /fRzSn59mtc4BV3cckdHntRKaufM.jpg + first_air_date: '2012-05-14' + genre_ids: + - 35 + - 18 + - 10751 + id: 84791 + name: Come Home Love + origin_country: + - HK + original_language: cn + original_name: 愛·回家 + overview: >- + MA FU, a retired employee of the HK Correctional + Services Department, moved back to live with his son + after retirement. MA FU treats and disciplines + everyone in his family as if they were the offenders + he works with in his job. His youngest son MA CHONG + feels like he's in jail when he gets home, and his + father is even often involved with his job as a + paralegal. The father and son get into disputes daily + and his elder brother MA KEUNG and his wife LO LAI + SEUNG are often stuck in between and have to settle + the disputes. The couple also holds the heavy + responsibility of raising their kids. Three + generations in the MA family all live together and + encounter different situations, experiences and system + of values. + popularity: 3270.112 + poster_path: /nQwKCmgbpjb3wIf816t4WNgxzcR.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /n85GMdNw2pDVtkgoTdpHNpM89Uh.jpg + first_air_date: '2011-12-18' + genre_ids: + - 18 + id: 42316 + name: Devon Ke Dev...Mahadev + origin_country: + - IO + original_language: hi + original_name: देवों के देव...महादेव + overview: >- + He is the supreme being and the destroyer of evil. + Witness lord Shiva's story, his avatars, and a union + that sha more. + popularity: 2615.504 + poster_path: /oMzXcYsUVIt6pQEODc6FRe8IBug.jpg + vote_average: 9.1 + vote_count: 7 + - adult: false + backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg + first_air_date: '2005-10-13' + genre_ids: + - 10766 + id: 206559 + name: Binnelanders + origin_country: + - ZA + original_language: af + original_name: Binnelanders + overview: >- + A South African Afrikaans soap opera. It is set in and + around the fictional private hospital, Binneland + Kliniek, in Pretoria, and the storyline follows the + trials, trauma and tribulations of the staff and + patients of the hospital. + popularity: 2235.035 + poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg + vote_average: 5.619 + vote_count: 80 + - adult: false + backdrop_path: /mFy2U5HVQ81hewd68897llwkwlc.jpg + first_air_date: '1997-04-01' + genre_ids: + - 16 + - 10759 + - 10765 + id: 60572 + name: Pokémon + origin_country: + - JP + original_language: ja + original_name: ポケットモンスター + overview: >- + Join Ash accompanied by his partner Pikachu, as he + travels through many regions, meets new friends and + faces new challenges on his quest to become a Pokémon + Master. + popularity: 2049.1 + poster_path: /rOuGm07PxBhEsK9TaGPRQVJQm1X.jpg + vote_average: 7.8 + vote_count: 1814 + - adult: false + backdrop_path: /fQsIJQxE1D0Y0NpWSKwo489y5px.jpg + first_air_date: '2023-11-22' + genre_ids: + - 10764 + id: 204082 + name: 'Squid Game: The Challenge' + origin_country: + - GB + original_language: en + original_name: 'Squid Game: The Challenge' + overview: >- + In this reality competition show inspired by "Squid + Game," 456 players put their skills to the ultimate + test for a life-changing $4.56 million prize. + popularity: 1988.888 + poster_path: /y85L9DWoaM2MYNg1p8QRywxXJsa.jpg + vote_average: 6.504 + vote_count: 360 + - adult: false + backdrop_path: /sztoil0XfQ0cSHy4PXmYW6uAdfQ.jpg + first_air_date: '2013-03-22' + genre_ids: + - 10764 + id: 65282 + name: Home Alone + origin_country: + - KR + - US + original_language: ko + original_name: 나 혼자 산다 + overview: >- + It can be a badge of honor to be “single.” “I Live + Alone” is a documentary-style South Korean reality + series that follows the members of a self-formed club + called Rainbow, which is comprised of celebrities who + are single and live alone. + popularity: 1982.208 + poster_path: /1hqGagr94soBq70Lq7tPHvNmmxy.jpg + vote_average: 6.8 + vote_count: 16 + - adult: false + backdrop_path: /sgE2evtpaP5b9tavrgYCy2nKYLT.jpg + first_air_date: '2011-10-21' + genre_ids: + - 10764 + id: 52910 + name: Law of the Jungle + origin_country: + - KR + original_language: ko + original_name: 정글의 법칙 + overview: >- + Law of the Jungle is a hybrid reality show combining + elements of drama and documentary. The show is hosted + by comedian Kim Byung Man, and each episode invites + various celebrities from the various field. So far, + many of idol stars and famous actors have appeared on + the show. The show introduces viewers to exotic + locations around the world where celebrities must work + together in order to complete missions and survive. + The cast celebrities travel to less habituated, + natural places to survive on their own and experience + life with local tribes and people. In each location, + the guests are tasked to hunt and prepare their meals + and also create shelter for the tribe. They sometimes + confronted by many difficult challenges. Where will + the tribe visit? And how will they survive on their + own? Stay tuned to check out! + popularity: 1759.368 + poster_path: /b38QkTpxOiQM3Ex9NTc6jg9JAmw.jpg + vote_average: 4.7 + vote_count: 7 + - adult: false + backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg + first_air_date: '1960-12-09' + genre_ids: + - 10766 + id: 291 + name: Coronation Street + origin_country: + - MY + - GB + original_language: en + original_name: Coronation Street + overview: >- + The residents of Coronation Street are ordinary, + working-class people, and the show follows them + through regular social and family interactions at + home, in the workplace, and in their local pub, the + Rovers Return Inn. Britain's longest-running soap. + popularity: 1736.545 + poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg + vote_average: 5.3 + vote_count: 109 + - adult: false + backdrop_path: /4uWvmON2pqDJtpPAsHMggdDFFrn.jpg + first_air_date: '1990-09-13' + genre_ids: + - 80 + - 18 + id: 549 + name: Law & Order + origin_country: + - US + original_language: en + original_name: Law & Order + overview: >- + In cases ripped from the headlines, police investigate + serious and often deadly crimes, weighing the evidence + and questioning the suspects until someone is taken + into custody. The district attorney's office then + builds a case to convict the perpetrator by proving + the person guilty beyond a reasonable doubt. Working + together, these expert teams navigate all sides of the + complex criminal justice system to make New York a + safer place. + popularity: 1640.258 + poster_path: /6vFL8S6Cci8s7SHWXz60xOisGBC.jpg + vote_average: 7.4 + vote_count: 583 + - adult: false + backdrop_path: /9rdlZYoFcoSG7pVSxJ7XbzWxcDo.jpg + first_air_date: '1989-04-15' + genre_ids: + - 35 + - 10759 + - 16 + - 10765 + id: 57706 + name: Ranma ½ + origin_country: + - JP + original_language: ja + original_name: らんま1/2 + overview: >- + Ranma Saotome, a teenage martial artist, and his + father Genma travel to the 'cursed training ground' of + Jusenkyo in China. There, despite the warnings of the + Chinese guard, they fall into the cursed springs. From + now on, whenever Ranma is doused in cold water, he + turns into a girl and a cute, well-built redhead at + that. Hot water changes him back into a man again, but + only until the next time. To make matters worse, his + father engages him to Akane Tendo, a girl who hates + boys. + popularity: 1553.785 + poster_path: /qb1R5iLZcjIgdDIfXFQXmJadQPI.jpg + vote_average: 8.6 + vote_count: 1399 + - adult: false + backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg + first_air_date: '2024-09-30' + genre_ids: + - 10766 + - 18 + - 35 + id: 257064 + name: Volta por Cima + origin_country: + - BR + original_language: pt + original_name: Volta por Cima + overview: '' + popularity: 1534.793 + poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg + vote_average: 6.4 + vote_count: 9 + - adult: false + backdrop_path: /mIKv5ABEKVajXvfxms9SGKxNpRW.jpg + first_air_date: '2009-11-16' + genre_ids: + - 35 + id: 46078 + name: The Voronins + origin_country: + - RU + original_language: ru + original_name: Воронины + overview: >- + The main characters of the series are an ordinary + family. The family consists of the following: Kostya + (a sports journalist), his wife Vera (a housewife) and + their children: Masha and the twins Philip and Kirill. + Right on the same landing, where the apartment of the + young Voronin family is located, Kostya’s parents + live: Galina Ivanovna (housewife, Kostya and Lyonya’s + mother, Vera’s mother-in-law), Nikolai Petrovich + (Kostya’s and Lyonya’s father, Vera’s father-in-law) + and Lyonya (the major of the police) - Kostya's older + brother. + popularity: 1530.192 + poster_path: /lKW2c9KrIhKy272AYZCzY2SSVcM.jpg + vote_average: 6.8 + vote_count: 41 + - adult: false + backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + - 10751 + id: 251691 + name: Autumn of the Heart + origin_country: + - SA + original_language: ar + original_name: خريف القلب + overview: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: 1522.286 + poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: 4 + vote_count: 8 + - adult: false + backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg + first_air_date: '2024-11-04' + genre_ids: + - 10766 + - 18 + id: 257048 + name: Garota do Momento + origin_country: + - BR + original_language: pt + original_name: Garota do Momento + overview: '' + popularity: 1517.348 + poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg + vote_average: 7.9 + vote_count: 8 + - adult: false + backdrop_path: /4P2gbaCGdZyP4i95TmmA6nS9HJh.jpg + first_air_date: '2013-11-03' + genre_ids: + - 10764 + id: 64356 + name: The Return of Superman + origin_country: + - KR + original_language: ko + original_name: 슈퍼맨이 돌아왔다 + overview: >- + An up-close look at celebrity dads who have to take + care of their kids for the next 48 hours without any + help. Will it be a dad-tastrophe, or can they finish + their wives' to-do lists while having fun with their + kids? + popularity: 1491.398 + poster_path: /qjBx2RCnyyBPgu9qBV7j3UiXjeo.jpg + vote_average: 7.9 + vote_count: 12 + - adult: false + backdrop_path: /2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg + first_air_date: '2000-10-03' + genre_ids: + - 16 + - 35 + - 18 + - 10759 + id: 42705 + name: Fighting Spirit + origin_country: + - JP + original_language: ja + original_name: はじめの一歩 + overview: >- + Makunouchi Ippo is an ordinary high school student in + Japan. Since he spends most of his time away from + school helping his mother run the family business, he + doesn't get to enjoy his younger years like most + teenagers. Always a target for bullying at school (the + family fishing business grants him a distinct odor), + Ippo's life is one of hardship. One of these + after-school bullying sessions turns Ippo's life + around for the better, as he is saved by a boxer named + Takamura. He decides to follow in Takamura's footsteps + and train to become a boxer, giving his life direction + and purpose. Ippo's path to perfecting his pugilistic + prowess is just beginning... + popularity: 1363.754 + poster_path: /qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg + vote_average: 8.7 + vote_count: 1086 + - adult: false + backdrop_path: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg + first_air_date: '2007-09-10' + genre_ids: + - 10763 + - 35 + id: 13008 + name: TMZ + origin_country: + - US + original_language: en + original_name: TMZ + overview: >- + Based on the popular gossip website, this + entertainment newsmagazine delivers daily updates on + Hollywood's rich, beautiful and screwed-up. The + program often shows highlights of the day's staff + meeting during which reporters pitch ideas for stories + to air that day. + popularity: 1360.641 + poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg + vote_average: 4.813 + vote_count: 16 + - adult: false + backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg + first_air_date: '1970-11-29' + genre_ids: + - 18 + - 80 + id: 3034 + name: Scene of the Crime + origin_country: + - AT + - DE + - CH + original_language: de + original_name: Tatort + overview: >- + Tatort is a long-running German/Austrian/Swiss, crime + television series set in various parts of these + countries. The show is broadcast on the channels of + ARD in Germany, ORF in Austria and SF1 in Switzerland. + popularity: 1330.885 + poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg + vote_average: 6.1 + vote_count: 109 + - adult: false + backdrop_path: /6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg + first_air_date: '2024-09-09' + genre_ids: + - 10766 + - 18 + - 9648 + id: 237478 + name: Crazy About You + origin_country: + - BR + original_language: pt + original_name: Mania de Você + overview: >- + The story begins with the ambiguous relationship + between friends Viola and Luma, who seem predestined + to literally enter each other's lives. Born on the + same day, in very different situations, they meet + years later, united by coincidences that go beyond + their birthday. From humble origins, Viola moves with + her boyfriend Mavi to Angra dos Reis, where Luma lives + a luxurious life and dates Rudá, who ends up meeting + Viola by chance. Thus begins the duo's journey, which + goes from a passion for recipes to an obsession with + the same man, from the immediate connection to the + point of starting to live their friend’s reality, 10 + years later. A journey divided between complicity and + rivalry, which includes them in a love quadrangle and + is impacted by a series of circumstances, twists and + surprises, such as the secret surrounding a murder. + popularity: 1312.357 + poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg + vote_average: 5.111 + vote_count: 8 + total_pages: + type: number + example: 9448 + total_results: + type: number + example: 188951 + examples: + popular: + value: + page: 1 + results: + - adult: false + backdrop_path: /2meX1nMdScFOoV4370rqHWKmXhY.jpg + first_air_date: '2021-09-17' + genre_ids: + - 10759 + - 9648 + - 18 + id: 93405 + name: Squid Game + origin_country: + - KR + original_language: ko + original_name: 오징어 게임 + overview: >- + Hundreds of cash-strapped players accept a strange + invitation to compete in children's games. Inside, a + tempting prize awaits — with deadly high stakes. + popularity: 13121.205 + poster_path: /dDlEmu3EZ0Pgg93K2SVNLCjCSvE.jpg + vote_average: 7.8 + vote_count: 14640 + - adult: false + backdrop_path: /fRzSn59mtc4BV3cckdHntRKaufM.jpg + first_air_date: '2012-05-14' + genre_ids: + - 35 + - 18 + - 10751 + id: 84791 + name: Come Home Love + origin_country: + - HK + original_language: cn + original_name: 愛·回家 + overview: >- + MA FU, a retired employee of the HK Correctional + Services Department, moved back to live with his son + after retirement. MA FU treats and disciplines + everyone in his family as if they were the offenders + he works with in his job. His youngest son MA CHONG + feels like he's in jail when he gets home, and his + father is even often involved with his job as a + paralegal. The father and son get into disputes daily + and his elder brother MA KEUNG and his wife LO LAI + SEUNG are often stuck in between and have to settle + the disputes. The couple also holds the heavy + responsibility of raising their kids. Three + generations in the MA family all live together and + encounter different situations, experiences and system + of values. + popularity: 3270.112 + poster_path: /nQwKCmgbpjb3wIf816t4WNgxzcR.jpg + vote_average: 8 + vote_count: 1 + - adult: false + backdrop_path: /n85GMdNw2pDVtkgoTdpHNpM89Uh.jpg + first_air_date: '2011-12-18' + genre_ids: + - 18 + id: 42316 + name: Devon Ke Dev...Mahadev + origin_country: + - IO + original_language: hi + original_name: देवों के देव...महादेव + overview: >- + He is the supreme being and the destroyer of evil. + Witness lord Shiva's story, his avatars, and a union + that sha more. + popularity: 2615.504 + poster_path: /oMzXcYsUVIt6pQEODc6FRe8IBug.jpg + vote_average: 9.1 + vote_count: 7 + - adult: false + backdrop_path: /mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg + first_air_date: '2005-10-13' + genre_ids: + - 10766 + id: 206559 + name: Binnelanders + origin_country: + - ZA + original_language: af + original_name: Binnelanders + overview: >- + A South African Afrikaans soap opera. It is set in and + around the fictional private hospital, Binneland + Kliniek, in Pretoria, and the storyline follows the + trials, trauma and tribulations of the staff and + patients of the hospital. + popularity: 2235.035 + poster_path: /3bzECfllho8PphdYujLUIuhncJD.jpg + vote_average: 5.619 + vote_count: 80 + - adult: false + backdrop_path: /mFy2U5HVQ81hewd68897llwkwlc.jpg + first_air_date: '1997-04-01' + genre_ids: + - 16 + - 10759 + - 10765 + id: 60572 + name: Pokémon + origin_country: + - JP + original_language: ja + original_name: ポケットモンスター + overview: >- + Join Ash accompanied by his partner Pikachu, as he + travels through many regions, meets new friends and + faces new challenges on his quest to become a Pokémon + Master. + popularity: 2049.1 + poster_path: /rOuGm07PxBhEsK9TaGPRQVJQm1X.jpg + vote_average: 7.8 + vote_count: 1814 + - adult: false + backdrop_path: /fQsIJQxE1D0Y0NpWSKwo489y5px.jpg + first_air_date: '2023-11-22' + genre_ids: + - 10764 + id: 204082 + name: 'Squid Game: The Challenge' + origin_country: + - GB + original_language: en + original_name: 'Squid Game: The Challenge' + overview: >- + In this reality competition show inspired by "Squid + Game," 456 players put their skills to the ultimate + test for a life-changing $4.56 million prize. + popularity: 1988.888 + poster_path: /y85L9DWoaM2MYNg1p8QRywxXJsa.jpg + vote_average: 6.504 + vote_count: 360 + - adult: false + backdrop_path: /sztoil0XfQ0cSHy4PXmYW6uAdfQ.jpg + first_air_date: '2013-03-22' + genre_ids: + - 10764 + id: 65282 + name: Home Alone + origin_country: + - KR + - US + original_language: ko + original_name: 나 혼자 산다 + overview: >- + It can be a badge of honor to be “single.” “I Live + Alone” is a documentary-style South Korean reality + series that follows the members of a self-formed club + called Rainbow, which is comprised of celebrities who + are single and live alone. + popularity: 1982.208 + poster_path: /1hqGagr94soBq70Lq7tPHvNmmxy.jpg + vote_average: 6.8 + vote_count: 16 + - adult: false + backdrop_path: /sgE2evtpaP5b9tavrgYCy2nKYLT.jpg + first_air_date: '2011-10-21' + genre_ids: + - 10764 + id: 52910 + name: Law of the Jungle + origin_country: + - KR + original_language: ko + original_name: 정글의 법칙 + overview: >- + Law of the Jungle is a hybrid reality show combining + elements of drama and documentary. The show is hosted + by comedian Kim Byung Man, and each episode invites + various celebrities from the various field. So far, + many of idol stars and famous actors have appeared on + the show. The show introduces viewers to exotic + locations around the world where celebrities must work + together in order to complete missions and survive. + The cast celebrities travel to less habituated, + natural places to survive on their own and experience + life with local tribes and people. In each location, + the guests are tasked to hunt and prepare their meals + and also create shelter for the tribe. They sometimes + confronted by many difficult challenges. Where will + the tribe visit? And how will they survive on their + own? Stay tuned to check out! + popularity: 1759.368 + poster_path: /b38QkTpxOiQM3Ex9NTc6jg9JAmw.jpg + vote_average: 4.7 + vote_count: 7 + - adult: false + backdrop_path: /5APjn4LnV5wWk5DXq7ZewT6zzP1.jpg + first_air_date: '1960-12-09' + genre_ids: + - 10766 + id: 291 + name: Coronation Street + origin_country: + - MY + - GB + original_language: en + original_name: Coronation Street + overview: >- + The residents of Coronation Street are ordinary, + working-class people, and the show follows them + through regular social and family interactions at + home, in the workplace, and in their local pub, the + Rovers Return Inn. Britain's longest-running soap. + popularity: 1736.545 + poster_path: /5x1HXqYqPyYw7oc7Isu1lvVmwRP.jpg + vote_average: 5.3 + vote_count: 109 + - adult: false + backdrop_path: /4uWvmON2pqDJtpPAsHMggdDFFrn.jpg + first_air_date: '1990-09-13' + genre_ids: + - 80 + - 18 + id: 549 + name: Law & Order + origin_country: + - US + original_language: en + original_name: Law & Order + overview: >- + In cases ripped from the headlines, police investigate + serious and often deadly crimes, weighing the evidence + and questioning the suspects until someone is taken + into custody. The district attorney's office then + builds a case to convict the perpetrator by proving + the person guilty beyond a reasonable doubt. Working + together, these expert teams navigate all sides of the + complex criminal justice system to make New York a + safer place. + popularity: 1640.258 + poster_path: /6vFL8S6Cci8s7SHWXz60xOisGBC.jpg + vote_average: 7.4 + vote_count: 583 + - adult: false + backdrop_path: /9rdlZYoFcoSG7pVSxJ7XbzWxcDo.jpg + first_air_date: '1989-04-15' + genre_ids: + - 35 + - 10759 + - 16 + - 10765 + id: 57706 + name: Ranma ½ + origin_country: + - JP + original_language: ja + original_name: らんま1/2 + overview: >- + Ranma Saotome, a teenage martial artist, and his + father Genma travel to the 'cursed training ground' of + Jusenkyo in China. There, despite the warnings of the + Chinese guard, they fall into the cursed springs. From + now on, whenever Ranma is doused in cold water, he + turns into a girl and a cute, well-built redhead at + that. Hot water changes him back into a man again, but + only until the next time. To make matters worse, his + father engages him to Akane Tendo, a girl who hates + boys. + popularity: 1553.785 + poster_path: /qb1R5iLZcjIgdDIfXFQXmJadQPI.jpg + vote_average: 8.6 + vote_count: 1399 + - adult: false + backdrop_path: /j5CR0gFPjwgmAXkV9HGaF4VMjIW.jpg + first_air_date: '2024-09-30' + genre_ids: + - 10766 + - 18 + - 35 + id: 257064 + name: Volta por Cima + origin_country: + - BR + original_language: pt + original_name: Volta por Cima + overview: '' + popularity: 1534.793 + poster_path: /nyN8R0P1Hqwq7ksJz4O2BIAUd4W.jpg + vote_average: 6.4 + vote_count: 9 + - adult: false + backdrop_path: /mIKv5ABEKVajXvfxms9SGKxNpRW.jpg + first_air_date: '2009-11-16' + genre_ids: + - 35 + id: 46078 + name: The Voronins + origin_country: + - RU + original_language: ru + original_name: Воронины + overview: >- + The main characters of the series are an ordinary + family. The family consists of the following: Kostya + (a sports journalist), his wife Vera (a housewife) and + their children: Masha and the twins Philip and Kirill. + Right on the same landing, where the apartment of the + young Voronin family is located, Kostya’s parents + live: Galina Ivanovna (housewife, Kostya and Lyonya’s + mother, Vera’s mother-in-law), Nikolai Petrovich + (Kostya’s and Lyonya’s father, Vera’s father-in-law) + and Lyonya (the major of the police) - Kostya's older + brother. + popularity: 1530.192 + poster_path: /lKW2c9KrIhKy272AYZCzY2SSVcM.jpg + vote_average: 6.8 + vote_count: 41 + - adult: false + backdrop_path: /2wNuLc0cEoPz6PZItftrZLHjG2k.jpg + first_air_date: '2024-10-27' + genre_ids: + - 18 + - 10751 + id: 251691 + name: Autumn of the Heart + origin_country: + - SA + original_language: ar + original_name: خريف القلب + overview: >- + A devastating car accident unearths a long-buried + secret that turns wealthy businessman Rashid and + hardworking Nahla's life around; fifteen years ago, + their daughters were switched at birth. + popularity: 1522.286 + poster_path: /8uDmIxjBx90y5OCwJDBADtQzxb7.jpg + vote_average: 4 + vote_count: 8 + - adult: false + backdrop_path: /tPLUHT2cQYJi66aSZZ1qrcu74Zq.jpg + first_air_date: '2024-11-04' + genre_ids: + - 10766 + - 18 + id: 257048 + name: Garota do Momento + origin_country: + - BR + original_language: pt + original_name: Garota do Momento + overview: '' + popularity: 1517.348 + poster_path: /jFSkjQSZ5Td52igalpoTQRuHtk.jpg + vote_average: 7.9 + vote_count: 8 + - adult: false + backdrop_path: /4P2gbaCGdZyP4i95TmmA6nS9HJh.jpg + first_air_date: '2013-11-03' + genre_ids: + - 10764 + id: 64356 + name: The Return of Superman + origin_country: + - KR + original_language: ko + original_name: 슈퍼맨이 돌아왔다 + overview: >- + An up-close look at celebrity dads who have to take + care of their kids for the next 48 hours without any + help. Will it be a dad-tastrophe, or can they finish + their wives' to-do lists while having fun with their + kids? + popularity: 1491.398 + poster_path: /qjBx2RCnyyBPgu9qBV7j3UiXjeo.jpg + vote_average: 7.9 + vote_count: 12 + - adult: false + backdrop_path: /2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg + first_air_date: '2000-10-03' + genre_ids: + - 16 + - 35 + - 18 + - 10759 + id: 42705 + name: Fighting Spirit + origin_country: + - JP + original_language: ja + original_name: はじめの一歩 + overview: >- + Makunouchi Ippo is an ordinary high school student in + Japan. Since he spends most of his time away from + school helping his mother run the family business, he + doesn't get to enjoy his younger years like most + teenagers. Always a target for bullying at school (the + family fishing business grants him a distinct odor), + Ippo's life is one of hardship. One of these + after-school bullying sessions turns Ippo's life + around for the better, as he is saved by a boxer named + Takamura. He decides to follow in Takamura's footsteps + and train to become a boxer, giving his life direction + and purpose. Ippo's path to perfecting his pugilistic + prowess is just beginning... + popularity: 1363.754 + poster_path: /qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg + vote_average: 8.7 + vote_count: 1086 + - adult: false + backdrop_path: /9zIqN0oMmaeFvBlccgw80sWed7I.jpg + first_air_date: '2007-09-10' + genre_ids: + - 10763 + - 35 + id: 13008 + name: TMZ + origin_country: + - US + original_language: en + original_name: TMZ + overview: >- + Based on the popular gossip website, this + entertainment newsmagazine delivers daily updates on + Hollywood's rich, beautiful and screwed-up. The + program often shows highlights of the day's staff + meeting during which reporters pitch ideas for stories + to air that day. + popularity: 1360.641 + poster_path: /ifFpUG51DJaQxwnZ35VwoGRFGGv.jpg + vote_average: 4.813 + vote_count: 16 + - adult: false + backdrop_path: /lUrtMjiunomHPDC2sQNIxswbmdU.jpg + first_air_date: '1970-11-29' + genre_ids: + - 18 + - 80 + id: 3034 + name: Scene of the Crime + origin_country: + - AT + - DE + - CH + original_language: de + original_name: Tatort + overview: >- + Tatort is a long-running German/Austrian/Swiss, crime + television series set in various parts of these + countries. The show is broadcast on the channels of + ARD in Germany, ORF in Austria and SF1 in Switzerland. + popularity: 1330.885 + poster_path: /b6kIWHHifuc8qH0IpzVzUeXBnvq.jpg + vote_average: 6.1 + vote_count: 109 + - adult: false + backdrop_path: /6wAu4kZiKov5WkavL7H2ZfwbGAo.jpg + first_air_date: '2024-09-09' + genre_ids: + - 10766 + - 18 + - 9648 + id: 237478 + name: Crazy About You + origin_country: + - BR + original_language: pt + original_name: Mania de Você + overview: >- + The story begins with the ambiguous relationship + between friends Viola and Luma, who seem predestined + to literally enter each other's lives. Born on the + same day, in very different situations, they meet + years later, united by coincidences that go beyond + their birthday. From humble origins, Viola moves with + her boyfriend Mavi to Angra dos Reis, where Luma lives + a luxurious life and dates Rudá, who ends up meeting + Viola by chance. Thus begins the duo's journey, which + goes from a passion for recipes to an obsession with + the same man, from the immediate connection to the + point of starting to live their friend’s reality, 10 + years later. A journey divided between complicity and + rivalry, which includes them in a love quadrangle and + is impacted by a series of circumstances, twists and + surprises, such as the secret surrounding a murder. + popularity: 1312.357 + poster_path: /cRMofv8YC4F1WnpF7cIqMpwSnwh.jpg + vote_average: 5.111 + vote_count: 8 + total_pages: 9448 + total_results: 188951 + /tv/top_rated: + get: + tags: + - TV SERIES LIST + summary: Top Rated + description: This endpoint get a list of TV shows ordered by rating. + operationId: topRated1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + responses: + '200': + description: top rated + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=9367 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 18:02:38 GMT + ETag: + schema: + type: string + example: W/"a3c0dfc93d29256feccf6b0759975cc3" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 d9057c384f4ac5ba2672d2ff44de7e08.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: TY8kkmAThpt2rMTJuiBjd9lTuF3r0EoGLU0twB2Zwt8yt3C6IME6NQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '18377' + x-memc-expires: + schema: + type: string + example: '9367' + x-memc-key: + schema: + type: string + example: 4fa31e9f19ee7d310f0ffd75fc6da85d + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + first_air_date: + type: string + example: '2008-01-20' + genre_ids: + type: array + items: + type: number + example: 18 + example: + - 18 + - 80 + id: + type: number + example: 1396 + name: + type: string + example: Breaking Bad + origin_country: + type: array + items: + type: string + example: US + example: + - US + original_language: + type: string + example: en + original_name: + type: string + example: Breaking Bad + overview: + type: string + example: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a + prognosis of only two years left to live. He becomes + filled with a sense of fearlessness and an + unrelenting desire to secure his family's financial + future at any cost as he enters the dangerous world + of drugs and crime. + popularity: + type: number + example: 712.364 + poster_path: + type: string + example: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + vote_average: + type: number + example: 8.918 + vote_count: + type: number + example: 14775 + example: + - adult: false + backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + first_air_date: '2008-01-20' + genre_ids: + - 18 + - 80 + id: 1396 + name: Breaking Bad + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a prognosis + of only two years left to live. He becomes filled with + a sense of fearlessness and an unrelenting desire to + secure his family's financial future at any cost as he + enters the dangerous world of drugs and crime. + popularity: 712.364 + poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + vote_average: 8.918 + vote_count: 14775 + - adult: false + backdrop_path: /96RT2A47UdzWlUfvIERFyBsLhL2.jpg + first_air_date: '2023-09-29' + genre_ids: + - 16 + - 10759 + - 10765 + - 18 + id: 209867 + name: 'Frieren: Beyond Journey''s End' + origin_country: + - JP + original_language: ja + original_name: 葬送のフリーレン + overview: >- + After the party of heroes defeated the Demon King, + they restored peace to the land and returned to lives + of solitude. Generations pass, and the elven mage + Frieren comes face to face with humanity’s mortality. + She takes on a new apprentice and promises to fulfill + old friends’ dying wishes. Can an elven mind make + peace with the nature of life and death? Frieren + embarks on her quest to find out. + popularity: 122.031 + poster_path: /dqZENchTd7lp5zht7BdlqM7RBhD.jpg + vote_average: 8.84 + vote_count: 351 + - adult: false + backdrop_path: /jlbUx0aHJupDVDlCo0R7UxSaUUd.jpg + first_air_date: '2024-10-04' + genre_ids: + - 16 + - 10759 + - 35 + - 10765 + id: 240411 + name: Dan Da Dan + origin_country: + - JP + original_language: ja + original_name: ダンダダン + overview: >- + In a bet to prove whether ghosts or aliens exist, two + high schoolers face terrifying paranormal threats, + gain superpowers and maybe even fall in love?! + popularity: 383.562 + poster_path: /6qfZAOEUFIrbUH3JvePclx1nXzz.jpg + vote_average: 8.829 + vote_count: 334 + - adult: false + backdrop_path: /lJuQBW4w1x6NgD514xDPqZ2Lbpz.jpg + first_air_date: '2023-10-22' + genre_ids: + - 16 + - 18 + - 9648 + id: 220542 + name: The Apothecary Diaries + origin_country: + - JP + original_language: ja + original_name: 薬屋のひとりごと + overview: >- + Maomao lived a peaceful life with her apothecary + father. Until one day, she's sold as a lowly servant + to the emperor's palace. But she wasn't meant for a + compliant life among royalty. So when imperial heirs + fall ill, she decides to step in and find a cure! This + catches the eye of Jinshi, a handsome palace official + who promotes her. Now, she's making a name for herself + solving medical mysteries! + popularity: 160.967 + poster_path: /e3ojpANrFnmJCyeBNTinYwyBCIN.jpg + vote_average: 8.8 + vote_count: 205 + - adult: false + backdrop_path: /tuCU2yVRM2iZxFkpqlPUyvd6tSu.jpg + first_air_date: '2024-01-18' + genre_ids: + - 16 + - 35 + - 10765 + id: 94954 + name: Hazbin Hotel + origin_country: + - US + original_language: en + original_name: Hazbin Hotel + overview: >- + In attempt to find a non-violent alternative for + reducing Hell's overpopulation, the daughter of + Lucifer opens a rehabilitation hotel that offers a + group of misfit demons a chance at redemption. + popularity: 108.72 + poster_path: /rXojaQcxVUubPLSrFV8PD4xdjrs.jpg + vote_average: 8.8 + vote_count: 1192 + - adult: false + backdrop_path: /sYXLeu5usz6yEz0k00FYvtEdodD.jpg + first_air_date: '2021-11-06' + genre_ids: + - 16 + - 10765 + - 18 + - 10759 + id: 94605 + name: Arcane + origin_country: + - US + original_language: en + original_name: Arcane + overview: >- + Amid the stark discord of twin cities Piltover and + Zaun, two sisters fight on rival sides of a war + between magic technologies and clashing convictions. + popularity: 371.175 + poster_path: /abf8tHznhSvl9BAElD2cQeRr7do.jpg + vote_average: 8.778 + vote_count: 4711 + - adult: false + backdrop_path: /jvFfHNiCKPWRULvkmeocyjm4QtE.jpg + first_air_date: '2022-02-12' + genre_ids: + - 18 + id: 129888 + name: Twenty Five Twenty One + origin_country: + - KR + original_language: ko + original_name: 스물다섯 스물하나 + overview: >- + In a time when dreams seem out of reach, a teen fencer + pursues big ambitions and meets a hardworking young + man who seeks to rebuild his life. + popularity: 93.856 + poster_path: /yCQFnmYhYf7XALMka2EoBRAFmPO.jpg + vote_average: 8.755 + vote_count: 212 + - adult: false + backdrop_path: /cJdnkIrD9vcIUiCbWjay55qoaQz.jpg + first_air_date: '2005-02-21' + genre_ids: + - 16 + - 10759 + - 10765 + id: 246 + name: 'Avatar: The Last Airbender' + origin_country: + - US + original_language: en + original_name: 'Avatar: The Last Airbender' + overview: >- + In a war-torn world of elemental magic, a young boy + reawakens to undertake a dangerous mystic quest to + fulfill his destiny as the Avatar, and bring peace to + the world. + popularity: 70.421 + poster_path: /9RQhVb3r3mCMqYVhLoCu4EvuipP.jpg + vote_average: 8.734 + vote_count: 4182 + - adult: false + backdrop_path: /4Mt7WHox67uJ1yErwTBFcV8KWgG.jpg + first_air_date: '1999-10-20' + genre_ids: + - 10759 + - 35 + - 16 + id: 37854 + name: One Piece + origin_country: + - JP + original_language: ja + original_name: ワンピース + overview: >- + Years ago, the fearsome Pirate King, Gol D. Roger was + executed leaving a huge pile of treasure and the + famous "One Piece" behind. Whoever claims the "One + Piece" will be named the new King of the Pirates. + + + Monkey D. Luffy, a boy who consumed a "Devil Fruit," + decides to follow in the footsteps of his idol, the + pirate Shanks, and find the One Piece. It helps, of + course, that his body has the properties of rubber and + that he's surrounded by a bevy of skilled fighters and + thieves to help him along the way. + + + Luffy will do anything to get the One Piece and become + King of the Pirates! + popularity: 364.261 + poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg + vote_average: 8.7 + vote_count: 4748 + - adult: false + backdrop_path: /A6tMQAo6t6eRFCPhsrShmxZLqFB.jpg + first_air_date: '2009-04-05' + genre_ids: + - 10759 + - 16 + - 10765 + - 35 + id: 31911 + name: 'Fullmetal Alchemist: Brotherhood' + origin_country: + - JP + original_language: ja + original_name: 鋼の錬金術師 FULLMETAL ALCHEMIST + overview: >- + Disregard for alchemy’s laws ripped half of Edward + Elric’s limbs from his body and left his brother + Alphonse’s soul clinging to a suit of armor. To + restore what was lost, the brothers seek the + Philosopher’s Stone. Enemies and allies – the corrupt + military, the Homunculi, and foreign alchemists – will + alter the Elric brothers course, but their purpose + will remain unchanged and their bond unbreakable. + popularity: 92.425 + poster_path: /5ZFUEOULaVml7pQuXxhpR2SmVUw.jpg + vote_average: 8.7 + vote_count: 2090 + - adult: false + backdrop_path: /8aCek7W6BovH7M4enWjqrGptvQ8.jpg + first_air_date: '2013-12-02' + genre_ids: + - 16 + - 35 + - 10765 + - 10759 + id: 60625 + name: Rick and Morty + origin_country: + - US + original_language: en + original_name: Rick and Morty + overview: >- + Rick is a mentally-unbalanced but scientifically + gifted old man who has recently reconnected with his + family. He spends most of his time involving his young + grandson Morty in dangerous, outlandish adventures + throughout space and alternate universes. Compounded + with Morty's already unstable family life, these + events cause Morty much distress at home and school. + popularity: 461.522 + poster_path: /gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg + vote_average: 8.692 + vote_count: 9863 + - adult: false + backdrop_path: /og2jKploGHYnCz68vV1nRSEE0xV.jpg + first_air_date: '2015-02-08' + genre_ids: + - 80 + - 18 + id: 60059 + name: Better Call Saul + origin_country: + - US + original_language: en + original_name: Better Call Saul + overview: >- + Six years before Saul Goodman meets Walter White. We + meet him when the man who will become Saul Goodman is + known as Jimmy McGill, a small-time lawyer searching + for his destiny, and, more immediately, hustling to + make ends meet. Working alongside, and, often, against + Jimmy, is “fixer” Mike Ehrmantraut. The series tracks + Jimmy’s transformation into Saul Goodman, the man who + puts “criminal” in “criminal lawyer". + popularity: 333.718 + poster_path: /zjg4jpK1Wp2kiRvtt5ND0kznako.jpg + vote_average: 8.691 + vote_count: 5339 + - adult: false + backdrop_path: /20eIP9o5ebArmu2HxJutaBjhLf4.jpg + first_air_date: '2019-05-06' + genre_ids: + - 18 + id: 87108 + name: Chernobyl + origin_country: + - US + original_language: en + original_name: Chernobyl + overview: >- + The true story of one of the worst man-made + catastrophes in history: the catastrophic nuclear + accident at Chernobyl. A tale of the brave men and + women who sacrificed to save Europe from unimaginable + disaster. + popularity: 160.277 + poster_path: /7vcwOySsqeyEdmfHQNT5jHCL2gb.jpg + vote_average: 8.682 + vote_count: 6455 + - adult: false + backdrop_path: /iKIyTYNYsQB05EspmjrX468UTmL.jpg + first_air_date: '2022-06-18' + genre_ids: + - 10765 + - 18 + - 10759 + - 9648 + id: 135157 + name: Alchemy of Souls + origin_country: + - KR + original_language: ko + original_name: 환혼 + overview: >- + A powerful sorceress in a blind woman's body + encounters a man from a prestigious family, who wants + her help to change his destiny. + popularity: 206.201 + poster_path: /q2IiPRSXPOZ6qVRj36WRAYEQyHs.jpg + vote_average: 8.7 + vote_count: 616 + - adult: false + backdrop_path: /yvKrycViRMQcIgdnjsM5JGNWU4Q.jpg + first_air_date: '2013-04-07' + genre_ids: + - 16 + - 10765 + - 10759 + id: 1429 + name: Attack on Titan + origin_country: + - JP + original_language: ja + original_name: 進撃の巨人 + overview: >- + Many years ago, the last remnants of humanity were + forced to retreat behind the towering walls of a + fortified city to escape the massive, man-eating + Titans that roamed the land outside their fortress. + Only the heroic members of the Scouting Legion dared + to stray beyond the safety of the walls – but even + those brave warriors seldom returned alive. Those + within the city clung to the illusion of a peaceful + existence until the day that dream was shattered, and + their slim chance at survival was reduced to one + horrifying choice: kill – or be devoured! + popularity: 105.22 + poster_path: /hTP1DtLGFamjfu8WqjnuQdP1n4i.jpg + vote_average: 8.667 + vote_count: 6493 + - adult: false + backdrop_path: /ywQtHG17LZhAFZyZtBflhtFMtJ7.jpg + first_air_date: '2017-03-19' + genre_ids: + - 18 + - 10751 + id: 70785 + name: Anne with an E + origin_country: + - CA + original_language: en + original_name: Anne with an E + overview: >- + A coming-of-age story about an outsider who, against + all odds and numerous challenges, fights for love and + acceptance and for her place in the world. The series + centers on a young orphaned girl in the late 1890’s, + who, after an abusive childhood spent in orphanages + and the homes of strangers, is mistakenly sent to live + with an elderly woman and her aging brother. Over + time, 13-year-old Anne will transform their lives and + eventually the small town in which they live with her + unique spirit, fierce intellect and brilliant + imagination. + popularity: 103.949 + poster_path: /6P6tXhjT5tK3qOXzxF9OMLlG7iz.jpg + vote_average: 8.666 + vote_count: 4671 + - adult: false + backdrop_path: /7BoRhg8zXP0ca9Zql4p8llCFR2P.jpg + first_air_date: '2024-01-01' + genre_ids: + - 18 + - 10765 + - 35 + id: 221851 + name: Marry My Husband + origin_country: + - KR + original_language: ko + original_name: 내 남편과 결혼해줘 + overview: >- + Kang Ji-won, a terminally ill cancer patient, is + killed by her husband and best friend after she + witnesses them having an affair. She wakes up 10 years + before the incident and decides to seek revenge with + the help of Yu Ji-hyuk, a director at the company + where she works. Now, she must reclaim her fate and + eliminate the trash from her life. + popularity: 123.96 + poster_path: /y2hvE76S6Me0uhYEQ1P8lGf7Wm0.jpg + vote_average: 8.664 + vote_count: 480 + - adult: false + backdrop_path: /2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg + first_air_date: '2000-10-03' + genre_ids: + - 16 + - 35 + - 18 + - 10759 + id: 42705 + name: Fighting Spirit + origin_country: + - JP + original_language: ja + original_name: はじめの一歩 + overview: >- + Makunouchi Ippo is an ordinary high school student in + Japan. Since he spends most of his time away from + school helping his mother run the family business, he + doesn't get to enjoy his younger years like most + teenagers. Always a target for bullying at school (the + family fishing business grants him a distinct odor), + Ippo's life is one of hardship. One of these + after-school bullying sessions turns Ippo's life + around for the better, as he is saved by a boxer named + Takamura. He decides to follow in Takamura's footsteps + and train to become a boxer, giving his life direction + and purpose. Ippo's path to perfecting his pugilistic + prowess is just beginning... + popularity: 1363.754 + poster_path: /qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg + vote_average: 8.7 + vote_count: 1086 + - adult: false + backdrop_path: /mGHrUSt2uA5RaIheSmBfRnRHPS8.jpg + first_air_date: '2020-01-10' + genre_ids: + - 16 + - 10765 + - 18 + - 10759 + - 35 + - 10762 + id: 92685 + name: The Owl House + origin_country: + - US + original_language: en + original_name: The Owl House + overview: >- + An animated fantasy-comedy series that follows Luz, a + self-assured teenage girl who accidentally stumbles + upon a portal to a magical world where she befriends a + rebellious witch, Eda, and an adorably tiny warrior, + King. Despite not having magical abilities, Luz + pursues her dream of becoming a witch by serving as + Eda's apprentice at the Owl House and ultimately finds + a new family in an unlikely setting. + popularity: 148.77 + poster_path: /zqjSex7DZn7p4dU7mMktdJ8zQV5.jpg + vote_average: 8.656 + vote_count: 1612 + - adult: false + backdrop_path: /3GQKYh6Trm8pxd2AypovoYQf4Ay.jpg + first_air_date: '2019-04-06' + genre_ids: + - 16 + - 10759 + - 10765 + id: 85937 + name: 'Demon Slayer: Kimetsu no Yaiba' + origin_country: + - JP + original_language: ja + original_name: 鬼滅の刃 + overview: >- + It is the Taisho Period in Japan. Tanjiro, a + kindhearted boy who sells charcoal for a living, finds + his family slaughtered by a demon. To make matters + worse, his younger sister Nezuko, the sole survivor, + has been transformed into a demon herself. Though + devastated by this grim reality, Tanjiro resolves to + become a “demon slayer” so that he can turn his sister + back into a human, and kill the demon that massacred + his family. + popularity: 176.925 + poster_path: /xUfRZu2mi8jH6SzQEJGP6tjBuYj.jpg + vote_average: 8.7 + vote_count: 6524 + total_pages: + type: number + example: 105 + total_results: + type: number + example: 2098 + examples: + top rated: + value: + page: 1 + results: + - adult: false + backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + first_air_date: '2008-01-20' + genre_ids: + - 18 + - 80 + id: 1396 + name: Breaking Bad + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a prognosis + of only two years left to live. He becomes filled with + a sense of fearlessness and an unrelenting desire to + secure his family's financial future at any cost as he + enters the dangerous world of drugs and crime. + popularity: 712.364 + poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + vote_average: 8.918 + vote_count: 14775 + - adult: false + backdrop_path: /96RT2A47UdzWlUfvIERFyBsLhL2.jpg + first_air_date: '2023-09-29' + genre_ids: + - 16 + - 10759 + - 10765 + - 18 + id: 209867 + name: 'Frieren: Beyond Journey''s End' + origin_country: + - JP + original_language: ja + original_name: 葬送のフリーレン + overview: >- + After the party of heroes defeated the Demon King, + they restored peace to the land and returned to lives + of solitude. Generations pass, and the elven mage + Frieren comes face to face with humanity’s mortality. + She takes on a new apprentice and promises to fulfill + old friends’ dying wishes. Can an elven mind make + peace with the nature of life and death? Frieren + embarks on her quest to find out. + popularity: 122.031 + poster_path: /dqZENchTd7lp5zht7BdlqM7RBhD.jpg + vote_average: 8.84 + vote_count: 351 + - adult: false + backdrop_path: /jlbUx0aHJupDVDlCo0R7UxSaUUd.jpg + first_air_date: '2024-10-04' + genre_ids: + - 16 + - 10759 + - 35 + - 10765 + id: 240411 + name: Dan Da Dan + origin_country: + - JP + original_language: ja + original_name: ダンダダン + overview: >- + In a bet to prove whether ghosts or aliens exist, two + high schoolers face terrifying paranormal threats, + gain superpowers and maybe even fall in love?! + popularity: 383.562 + poster_path: /6qfZAOEUFIrbUH3JvePclx1nXzz.jpg + vote_average: 8.829 + vote_count: 334 + - adult: false + backdrop_path: /lJuQBW4w1x6NgD514xDPqZ2Lbpz.jpg + first_air_date: '2023-10-22' + genre_ids: + - 16 + - 18 + - 9648 + id: 220542 + name: The Apothecary Diaries + origin_country: + - JP + original_language: ja + original_name: 薬屋のひとりごと + overview: >- + Maomao lived a peaceful life with her apothecary + father. Until one day, she's sold as a lowly servant + to the emperor's palace. But she wasn't meant for a + compliant life among royalty. So when imperial heirs + fall ill, she decides to step in and find a cure! This + catches the eye of Jinshi, a handsome palace official + who promotes her. Now, she's making a name for herself + solving medical mysteries! + popularity: 160.967 + poster_path: /e3ojpANrFnmJCyeBNTinYwyBCIN.jpg + vote_average: 8.8 + vote_count: 205 + - adult: false + backdrop_path: /tuCU2yVRM2iZxFkpqlPUyvd6tSu.jpg + first_air_date: '2024-01-18' + genre_ids: + - 16 + - 35 + - 10765 + id: 94954 + name: Hazbin Hotel + origin_country: + - US + original_language: en + original_name: Hazbin Hotel + overview: >- + In attempt to find a non-violent alternative for + reducing Hell's overpopulation, the daughter of + Lucifer opens a rehabilitation hotel that offers a + group of misfit demons a chance at redemption. + popularity: 108.72 + poster_path: /rXojaQcxVUubPLSrFV8PD4xdjrs.jpg + vote_average: 8.8 + vote_count: 1192 + - adult: false + backdrop_path: /sYXLeu5usz6yEz0k00FYvtEdodD.jpg + first_air_date: '2021-11-06' + genre_ids: + - 16 + - 10765 + - 18 + - 10759 + id: 94605 + name: Arcane + origin_country: + - US + original_language: en + original_name: Arcane + overview: >- + Amid the stark discord of twin cities Piltover and + Zaun, two sisters fight on rival sides of a war + between magic technologies and clashing convictions. + popularity: 371.175 + poster_path: /abf8tHznhSvl9BAElD2cQeRr7do.jpg + vote_average: 8.778 + vote_count: 4711 + - adult: false + backdrop_path: /jvFfHNiCKPWRULvkmeocyjm4QtE.jpg + first_air_date: '2022-02-12' + genre_ids: + - 18 + id: 129888 + name: Twenty Five Twenty One + origin_country: + - KR + original_language: ko + original_name: 스물다섯 스물하나 + overview: >- + In a time when dreams seem out of reach, a teen fencer + pursues big ambitions and meets a hardworking young + man who seeks to rebuild his life. + popularity: 93.856 + poster_path: /yCQFnmYhYf7XALMka2EoBRAFmPO.jpg + vote_average: 8.755 + vote_count: 212 + - adult: false + backdrop_path: /cJdnkIrD9vcIUiCbWjay55qoaQz.jpg + first_air_date: '2005-02-21' + genre_ids: + - 16 + - 10759 + - 10765 + id: 246 + name: 'Avatar: The Last Airbender' + origin_country: + - US + original_language: en + original_name: 'Avatar: The Last Airbender' + overview: >- + In a war-torn world of elemental magic, a young boy + reawakens to undertake a dangerous mystic quest to + fulfill his destiny as the Avatar, and bring peace to + the world. + popularity: 70.421 + poster_path: /9RQhVb3r3mCMqYVhLoCu4EvuipP.jpg + vote_average: 8.734 + vote_count: 4182 + - adult: false + backdrop_path: /4Mt7WHox67uJ1yErwTBFcV8KWgG.jpg + first_air_date: '1999-10-20' + genre_ids: + - 10759 + - 35 + - 16 + id: 37854 + name: One Piece + origin_country: + - JP + original_language: ja + original_name: ワンピース + overview: >- + Years ago, the fearsome Pirate King, Gol D. Roger was + executed leaving a huge pile of treasure and the + famous "One Piece" behind. Whoever claims the "One + Piece" will be named the new King of the Pirates. + + + Monkey D. Luffy, a boy who consumed a "Devil Fruit," + decides to follow in the footsteps of his idol, the + pirate Shanks, and find the One Piece. It helps, of + course, that his body has the properties of rubber and + that he's surrounded by a bevy of skilled fighters and + thieves to help him along the way. + + + Luffy will do anything to get the One Piece and become + King of the Pirates! + popularity: 364.261 + poster_path: /cMD9Ygz11zjJzAovURpO75Qg7rT.jpg + vote_average: 8.7 + vote_count: 4748 + - adult: false + backdrop_path: /A6tMQAo6t6eRFCPhsrShmxZLqFB.jpg + first_air_date: '2009-04-05' + genre_ids: + - 10759 + - 16 + - 10765 + - 35 + id: 31911 + name: 'Fullmetal Alchemist: Brotherhood' + origin_country: + - JP + original_language: ja + original_name: 鋼の錬金術師 FULLMETAL ALCHEMIST + overview: >- + Disregard for alchemy’s laws ripped half of Edward + Elric’s limbs from his body and left his brother + Alphonse’s soul clinging to a suit of armor. To + restore what was lost, the brothers seek the + Philosopher’s Stone. Enemies and allies – the corrupt + military, the Homunculi, and foreign alchemists – will + alter the Elric brothers course, but their purpose + will remain unchanged and their bond unbreakable. + popularity: 92.425 + poster_path: /5ZFUEOULaVml7pQuXxhpR2SmVUw.jpg + vote_average: 8.7 + vote_count: 2090 + - adult: false + backdrop_path: /8aCek7W6BovH7M4enWjqrGptvQ8.jpg + first_air_date: '2013-12-02' + genre_ids: + - 16 + - 35 + - 10765 + - 10759 + id: 60625 + name: Rick and Morty + origin_country: + - US + original_language: en + original_name: Rick and Morty + overview: >- + Rick is a mentally-unbalanced but scientifically + gifted old man who has recently reconnected with his + family. He spends most of his time involving his young + grandson Morty in dangerous, outlandish adventures + throughout space and alternate universes. Compounded + with Morty's already unstable family life, these + events cause Morty much distress at home and school. + popularity: 461.522 + poster_path: /gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg + vote_average: 8.692 + vote_count: 9863 + - adult: false + backdrop_path: /og2jKploGHYnCz68vV1nRSEE0xV.jpg + first_air_date: '2015-02-08' + genre_ids: + - 80 + - 18 + id: 60059 + name: Better Call Saul + origin_country: + - US + original_language: en + original_name: Better Call Saul + overview: >- + Six years before Saul Goodman meets Walter White. We + meet him when the man who will become Saul Goodman is + known as Jimmy McGill, a small-time lawyer searching + for his destiny, and, more immediately, hustling to + make ends meet. Working alongside, and, often, against + Jimmy, is “fixer” Mike Ehrmantraut. The series tracks + Jimmy’s transformation into Saul Goodman, the man who + puts “criminal” in “criminal lawyer". + popularity: 333.718 + poster_path: /zjg4jpK1Wp2kiRvtt5ND0kznako.jpg + vote_average: 8.691 + vote_count: 5339 + - adult: false + backdrop_path: /20eIP9o5ebArmu2HxJutaBjhLf4.jpg + first_air_date: '2019-05-06' + genre_ids: + - 18 + id: 87108 + name: Chernobyl + origin_country: + - US + original_language: en + original_name: Chernobyl + overview: >- + The true story of one of the worst man-made + catastrophes in history: the catastrophic nuclear + accident at Chernobyl. A tale of the brave men and + women who sacrificed to save Europe from unimaginable + disaster. + popularity: 160.277 + poster_path: /7vcwOySsqeyEdmfHQNT5jHCL2gb.jpg + vote_average: 8.682 + vote_count: 6455 + - adult: false + backdrop_path: /iKIyTYNYsQB05EspmjrX468UTmL.jpg + first_air_date: '2022-06-18' + genre_ids: + - 10765 + - 18 + - 10759 + - 9648 + id: 135157 + name: Alchemy of Souls + origin_country: + - KR + original_language: ko + original_name: 환혼 + overview: >- + A powerful sorceress in a blind woman's body + encounters a man from a prestigious family, who wants + her help to change his destiny. + popularity: 206.201 + poster_path: /q2IiPRSXPOZ6qVRj36WRAYEQyHs.jpg + vote_average: 8.7 + vote_count: 616 + - adult: false + backdrop_path: /yvKrycViRMQcIgdnjsM5JGNWU4Q.jpg + first_air_date: '2013-04-07' + genre_ids: + - 16 + - 10765 + - 10759 + id: 1429 + name: Attack on Titan + origin_country: + - JP + original_language: ja + original_name: 進撃の巨人 + overview: >- + Many years ago, the last remnants of humanity were + forced to retreat behind the towering walls of a + fortified city to escape the massive, man-eating + Titans that roamed the land outside their fortress. + Only the heroic members of the Scouting Legion dared + to stray beyond the safety of the walls – but even + those brave warriors seldom returned alive. Those + within the city clung to the illusion of a peaceful + existence until the day that dream was shattered, and + their slim chance at survival was reduced to one + horrifying choice: kill – or be devoured! + popularity: 105.22 + poster_path: /hTP1DtLGFamjfu8WqjnuQdP1n4i.jpg + vote_average: 8.667 + vote_count: 6493 + - adult: false + backdrop_path: /ywQtHG17LZhAFZyZtBflhtFMtJ7.jpg + first_air_date: '2017-03-19' + genre_ids: + - 18 + - 10751 + id: 70785 + name: Anne with an E + origin_country: + - CA + original_language: en + original_name: Anne with an E + overview: >- + A coming-of-age story about an outsider who, against + all odds and numerous challenges, fights for love and + acceptance and for her place in the world. The series + centers on a young orphaned girl in the late 1890’s, + who, after an abusive childhood spent in orphanages + and the homes of strangers, is mistakenly sent to live + with an elderly woman and her aging brother. Over + time, 13-year-old Anne will transform their lives and + eventually the small town in which they live with her + unique spirit, fierce intellect and brilliant + imagination. + popularity: 103.949 + poster_path: /6P6tXhjT5tK3qOXzxF9OMLlG7iz.jpg + vote_average: 8.666 + vote_count: 4671 + - adult: false + backdrop_path: /7BoRhg8zXP0ca9Zql4p8llCFR2P.jpg + first_air_date: '2024-01-01' + genre_ids: + - 18 + - 10765 + - 35 + id: 221851 + name: Marry My Husband + origin_country: + - KR + original_language: ko + original_name: 내 남편과 결혼해줘 + overview: >- + Kang Ji-won, a terminally ill cancer patient, is + killed by her husband and best friend after she + witnesses them having an affair. She wakes up 10 years + before the incident and decides to seek revenge with + the help of Yu Ji-hyuk, a director at the company + where she works. Now, she must reclaim her fate and + eliminate the trash from her life. + popularity: 123.96 + poster_path: /y2hvE76S6Me0uhYEQ1P8lGf7Wm0.jpg + vote_average: 8.664 + vote_count: 480 + - adult: false + backdrop_path: /2w8FaLwwJTWr6ExUMeVgT2Th5YT.jpg + first_air_date: '2000-10-03' + genre_ids: + - 16 + - 35 + - 18 + - 10759 + id: 42705 + name: Fighting Spirit + origin_country: + - JP + original_language: ja + original_name: はじめの一歩 + overview: >- + Makunouchi Ippo is an ordinary high school student in + Japan. Since he spends most of his time away from + school helping his mother run the family business, he + doesn't get to enjoy his younger years like most + teenagers. Always a target for bullying at school (the + family fishing business grants him a distinct odor), + Ippo's life is one of hardship. One of these + after-school bullying sessions turns Ippo's life + around for the better, as he is saved by a boxer named + Takamura. He decides to follow in Takamura's footsteps + and train to become a boxer, giving his life direction + and purpose. Ippo's path to perfecting his pugilistic + prowess is just beginning... + popularity: 1363.754 + poster_path: /qC4taY6yB9BWJ8IxcbnXR8yUS4o.jpg + vote_average: 8.7 + vote_count: 1086 + - adult: false + backdrop_path: /mGHrUSt2uA5RaIheSmBfRnRHPS8.jpg + first_air_date: '2020-01-10' + genre_ids: + - 16 + - 10765 + - 18 + - 10759 + - 35 + - 10762 + id: 92685 + name: The Owl House + origin_country: + - US + original_language: en + original_name: The Owl House + overview: >- + An animated fantasy-comedy series that follows Luz, a + self-assured teenage girl who accidentally stumbles + upon a portal to a magical world where she befriends a + rebellious witch, Eda, and an adorably tiny warrior, + King. Despite not having magical abilities, Luz + pursues her dream of becoming a witch by serving as + Eda's apprentice at the Owl House and ultimately finds + a new family in an unlikely setting. + popularity: 148.77 + poster_path: /zqjSex7DZn7p4dU7mMktdJ8zQV5.jpg + vote_average: 8.656 + vote_count: 1612 + - adult: false + backdrop_path: /3GQKYh6Trm8pxd2AypovoYQf4Ay.jpg + first_air_date: '2019-04-06' + genre_ids: + - 16 + - 10759 + - 10765 + id: 85937 + name: 'Demon Slayer: Kimetsu no Yaiba' + origin_country: + - JP + original_language: ja + original_name: 鬼滅の刃 + overview: >- + It is the Taisho Period in Japan. Tanjiro, a + kindhearted boy who sells charcoal for a living, finds + his family slaughtered by a demon. To make matters + worse, his younger sister Nezuko, the sole survivor, + has been transformed into a demon herself. Though + devastated by this grim reality, Tanjiro resolves to + become a “demon slayer” so that he can turn his sister + back into a human, and kill the demon that massacred + his family. + popularity: 176.925 + poster_path: /xUfRZu2mi8jH6SzQEJGP6tjBuYj.jpg + vote_average: 8.7 + vote_count: 6524 + total_pages: 105 + total_results: 2098 + /tv/{series_id}: + get: + tags: + - TV SERIES + summary: Details + description: This endpoint get the details of a TV show. + operationId: details11 + parameters: + - $ref: '#/components/parameters/append_to_response' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: details / season number + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=3839 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:09:26 GMT + ETag: + schema: + type: string + example: W/"a925aafbb45123b00b2a7abe5e8b2481" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 d9057c384f4ac5ba2672d2ff44de7e08.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: c1z6HRnF2ENRPUlXpU2DCoLA85lLsYjhDsgJe3CB3G0XCT_48NUgWA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '20299' + x-memc-expires: + schema: + type: string + example: '3839' + x-memc-key: + schema: + type: string + example: 0ed4eea173d05b9230865214485d8a0f + content: + application/json: + schema: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + created_by: + type: array + items: + type: object + properties: + credit_id: + type: string + example: 52542286760ee31328001a7b + gender: + type: number + example: 2 + id: + type: number + example: 66633 + name: + type: string + example: Vince Gilligan + original_name: + type: string + example: Vince Gilligan + profile_path: + type: string + example: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + example: + - credit_id: 52542286760ee31328001a7b + gender: 2 + id: 66633 + name: Vince Gilligan + original_name: Vince Gilligan + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + episode_run_time: + type: array + items: {} + example: [] + first_air_date: + type: string + example: '2008-01-20' + genres: + type: array + items: + type: object + properties: + id: + type: number + example: 18 + name: + type: string + example: Drama + example: + - id: 18 + name: Drama + - id: 80 + name: Crime + homepage: + type: string + example: https://www.sonypictures.com/tv/breakingbad + id: + type: number + example: 1396 + in_production: + type: boolean + example: false + languages: + type: array + items: + type: string + example: en + example: + - en + - de + - es + last_air_date: + type: string + example: '2013-09-29' + last_episode_to_air: + type: object + properties: + air_date: + type: string + example: '2013-09-29' + episode_number: + type: number + example: 16 + episode_type: + type: string + example: finale + id: + type: number + example: 62161 + name: + type: string + example: Felina + overview: + type: string + example: All bad things must come to an end. + production_code: + type: string + example: '' + runtime: + type: number + example: 56 + season_number: + type: number + example: 5 + show_id: + type: number + example: 1396 + still_path: + type: string + example: /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg + vote_average: + type: number + example: 9.226 + vote_count: + type: number + example: 223 + name: + type: string + example: Breaking Bad + networks: + type: array + items: + type: object + properties: + id: + type: number + example: 174 + logo_path: + type: string + example: /alqLicR1ZMHMaZGP3xRQxn9sq7p.png + name: + type: string + example: AMC + origin_country: + type: string + example: US + example: + - id: 174 + logo_path: /alqLicR1ZMHMaZGP3xRQxn9sq7p.png + name: AMC + origin_country: US + next_episode_to_air: + nullable: true + example: null + number_of_episodes: + type: number + example: 62 + number_of_seasons: + type: number + example: 5 + origin_country: + type: array + items: + type: string + example: US + example: + - US + original_language: + type: string + example: en + original_name: + type: string + example: Breaking Bad + overview: + type: string + example: >- + Walter White, a New Mexico chemistry teacher, is diagnosed + with Stage III cancer and given a prognosis of only two + years left to live. He becomes filled with a sense of + fearlessness and an unrelenting desire to secure his + family's financial future at any cost as he enters the + dangerous world of drugs and crime. + popularity: + type: number + example: 712.364 + poster_path: + type: string + example: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + production_companies: + type: array + items: + type: object + properties: + id: + type: number + example: 11073 + logo_path: + type: string + nullable: true + example: /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png + name: + type: string + example: Sony Pictures Television + origin_country: + type: string + example: US + example: + - id: 11073 + logo_path: /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png + name: Sony Pictures Television + origin_country: US + - id: 33742 + logo_path: null + name: High Bridge Productions + origin_country: US + - id: 2605 + logo_path: null + name: Gran Via Productions + origin_country: US + production_countries: + type: array + items: + type: object + properties: + iso_3166_1: + type: string + example: US + name: + type: string + example: United States of America + example: + - iso_3166_1: US + name: United States of America + seasons: + type: array + items: + type: object + properties: + air_date: + type: string + example: '2009-02-17' + episode_count: + type: number + example: 9 + id: + type: number + example: 3577 + name: + type: string + example: Specials + overview: + type: string + example: '' + poster_path: + type: string + example: /40dT79mDEZwXkQiZNBgSaydQFDP.jpg + season_number: + type: number + example: 0 + vote_average: + type: number + example: 0 + example: + - air_date: '2009-02-17' + episode_count: 9 + id: 3577 + name: Specials + overview: '' + poster_path: /40dT79mDEZwXkQiZNBgSaydQFDP.jpg + season_number: 0 + vote_average: 0 + - air_date: '2008-01-20' + episode_count: 7 + id: 3572 + name: Season 1 + overview: >- + High school chemistry teacher Walter White's life is + suddenly transformed by a dire medical diagnosis. + Street-savvy former student Jesse Pinkman "teaches" + Walter a new trade. + poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + season_number: 1 + vote_average: 8.3 + - air_date: '2009-03-08' + episode_count: 13 + id: 3573 + name: Season 2 + overview: >- + Walt must deal with the chain reaction of his choice, + as he and Jesse face new and severe consequences. When + danger and suspicion around Walt escalate, he is + pushed to new levels of desperation. Just how much + higher will the stakes rise? How far is Walt willing + to go to ensure his family's security? Will his grand + plan spiral out of control? + poster_path: /e3oGYpoTUhOFK0BJfloru5ZmGV.jpg + season_number: 2 + vote_average: 8.4 + - air_date: '2010-03-21' + episode_count: 13 + id: 3575 + name: Season 3 + overview: >- + Walt continues to battle dueling identities: a + desperate husband and father trying to provide for his + family, and a newly appointed key player in the + Albuquerque drug trade. As the danger around him + escalates, Walt is now entrenched in the complex + worlds of an angst-ridden family on the verge of + dissolution, and the ruthless and unrelenting drug + cartel. + poster_path: /ffP8Q8ew048YofHRnFVM18B2fPG.jpg + season_number: 3 + vote_average: 8.4 + - air_date: '2011-07-17' + episode_count: 13 + id: 3576 + name: Season 4 + overview: >- + Walt and Jesse must cope with the fallout of their + previous actions, both personally and professionally. + Tension mounts as Walt faces a true standoff with his + employer, Gus, with neither side willing or able to + back down. Walt must also adjust to a new relationship + with Skyler, whom while still reconciling her + relationship with Walt, is committed to properly + laundering Walt’s money and ensuring her sister Marie + and an ailing Hank are financially stable. + poster_path: /5ewrnKp4TboU4hTLT5cWO350mHj.jpg + season_number: 4 + vote_average: 8.5 + - air_date: '2012-07-15' + episode_count: 16 + id: 3578 + name: Season 5 + overview: "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt.\_" + poster_path: /r3z70vunihrAkjILQKWHX0G2xzO.jpg + season_number: 5 + vote_average: 8.9 + spoken_languages: + type: array + items: + type: object + properties: + english_name: + type: string + example: English + iso_639_1: + type: string + example: en + name: + type: string + example: English + example: + - english_name: English + iso_639_1: en + name: English + - english_name: German + iso_639_1: de + name: Deutsch + - english_name: Spanish + iso_639_1: es + name: Español + status: + type: string + example: Ended + tagline: + type: string + example: Change the equation. + type: + type: string + example: Scripted + vote_average: + type: number + example: 8.918 + vote_count: + type: number + example: 14777 + examples: + details: + value: + adult: false + backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + created_by: + - credit_id: 52542286760ee31328001a7b + gender: 2 + id: 66633 + name: Vince Gilligan + original_name: Vince Gilligan + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + episode_run_time: [] + first_air_date: '2008-01-20' + genres: + - id: 18 + name: Drama + - id: 80 + name: Crime + homepage: https://www.sonypictures.com/tv/breakingbad + id: 1396 + in_production: false + languages: + - en + - de + - es + last_air_date: '2013-09-29' + last_episode_to_air: + air_date: '2013-09-29' + episode_number: 16 + episode_type: finale + id: 62161 + name: Felina + overview: All bad things must come to an end. + production_code: '' + runtime: 56 + season_number: 5 + show_id: 1396 + still_path: /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg + vote_average: 9.226 + vote_count: 223 + name: Breaking Bad + networks: + - id: 174 + logo_path: /alqLicR1ZMHMaZGP3xRQxn9sq7p.png + name: AMC + origin_country: US + next_episode_to_air: null + number_of_episodes: 62 + number_of_seasons: 5 + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + Walter White, a New Mexico chemistry teacher, is diagnosed + with Stage III cancer and given a prognosis of only two + years left to live. He becomes filled with a sense of + fearlessness and an unrelenting desire to secure his + family's financial future at any cost as he enters the + dangerous world of drugs and crime. + popularity: 712.364 + poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + production_companies: + - id: 11073 + logo_path: /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png + name: Sony Pictures Television + origin_country: US + - id: 33742 + logo_path: null + name: High Bridge Productions + origin_country: US + - id: 2605 + logo_path: null + name: Gran Via Productions + origin_country: US + production_countries: + - iso_3166_1: US + name: United States of America + seasons: + - air_date: '2009-02-17' + episode_count: 9 + id: 3577 + name: Specials + overview: '' + poster_path: /40dT79mDEZwXkQiZNBgSaydQFDP.jpg + season_number: 0 + vote_average: 0 + - air_date: '2008-01-20' + episode_count: 7 + id: 3572 + name: Season 1 + overview: >- + High school chemistry teacher Walter White's life is + suddenly transformed by a dire medical diagnosis. + Street-savvy former student Jesse Pinkman "teaches" + Walter a new trade. + poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + season_number: 1 + vote_average: 8.3 + - air_date: '2009-03-08' + episode_count: 13 + id: 3573 + name: Season 2 + overview: >- + Walt must deal with the chain reaction of his choice, + as he and Jesse face new and severe consequences. When + danger and suspicion around Walt escalate, he is + pushed to new levels of desperation. Just how much + higher will the stakes rise? How far is Walt willing + to go to ensure his family's security? Will his grand + plan spiral out of control? + poster_path: /e3oGYpoTUhOFK0BJfloru5ZmGV.jpg + season_number: 2 + vote_average: 8.4 + - air_date: '2010-03-21' + episode_count: 13 + id: 3575 + name: Season 3 + overview: >- + Walt continues to battle dueling identities: a + desperate husband and father trying to provide for his + family, and a newly appointed key player in the + Albuquerque drug trade. As the danger around him + escalates, Walt is now entrenched in the complex + worlds of an angst-ridden family on the verge of + dissolution, and the ruthless and unrelenting drug + cartel. + poster_path: /ffP8Q8ew048YofHRnFVM18B2fPG.jpg + season_number: 3 + vote_average: 8.4 + - air_date: '2011-07-17' + episode_count: 13 + id: 3576 + name: Season 4 + overview: >- + Walt and Jesse must cope with the fallout of their + previous actions, both personally and professionally. + Tension mounts as Walt faces a true standoff with his + employer, Gus, with neither side willing or able to + back down. Walt must also adjust to a new relationship + with Skyler, whom while still reconciling her + relationship with Walt, is committed to properly + laundering Walt’s money and ensuring her sister Marie + and an ailing Hank are financially stable. + poster_path: /5ewrnKp4TboU4hTLT5cWO350mHj.jpg + season_number: 4 + vote_average: 8.5 + - air_date: '2012-07-15' + episode_count: 16 + id: 3578 + name: Season 5 + overview: "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt.\_" + poster_path: /r3z70vunihrAkjILQKWHX0G2xzO.jpg + season_number: 5 + vote_average: 8.9 + spoken_languages: + - english_name: English + iso_639_1: en + name: English + - english_name: German + iso_639_1: de + name: Deutsch + - english_name: Spanish + iso_639_1: es + name: Español + status: Ended + tagline: Change the equation. + type: Scripted + vote_average: 8.918 + vote_count: 14777 + season number: + value: + adult: false + backdrop_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + created_by: + - credit_id: 52542286760ee31328001a7b + gender: 2 + id: 66633 + name: Vince Gilligan + original_name: Vince Gilligan + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + episode_run_time: [] + first_air_date: '2008-01-20' + genres: + - id: 18 + name: Drama + - id: 80 + name: Crime + homepage: https://www.sonypictures.com/tv/breakingbad + id: 1396 + in_production: false + languages: + - en + - de + - es + last_air_date: '2013-09-29' + last_episode_to_air: + air_date: '2013-09-29' + episode_number: 16 + episode_type: finale + id: 62161 + name: Felina + overview: All bad things must come to an end. + production_code: '' + runtime: 56 + season_number: 5 + show_id: 1396 + still_path: /pA0YwyhvdDXP3BEGL2grrIhq8aM.jpg + vote_average: 9.226 + vote_count: 223 + name: Breaking Bad + networks: + - id: 174 + logo_path: /alqLicR1ZMHMaZGP3xRQxn9sq7p.png + name: AMC + origin_country: US + next_episode_to_air: null + number_of_episodes: 62 + number_of_seasons: 5 + origin_country: + - US + original_language: en + original_name: Breaking Bad + overview: >- + Walter White, a New Mexico chemistry teacher, is diagnosed + with Stage III cancer and given a prognosis of only two + years left to live. He becomes filled with a sense of + fearlessness and an unrelenting desire to secure his + family's financial future at any cost as he enters the + dangerous world of drugs and crime. + popularity: 712.364 + poster_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + production_companies: + - id: 11073 + logo_path: /aCbASRcI1MI7DXjPbSW9Fcv9uGR.png + name: Sony Pictures Television + origin_country: US + - id: 33742 + logo_path: null + name: High Bridge Productions + origin_country: US + - id: 2605 + logo_path: null + name: Gran Via Productions + origin_country: US + production_countries: + - iso_3166_1: US + name: United States of America + seasons: + - air_date: '2009-02-17' + episode_count: 9 + id: 3577 + name: Specials + overview: '' + poster_path: /40dT79mDEZwXkQiZNBgSaydQFDP.jpg + season_number: 0 + vote_average: 0 + - air_date: '2008-01-20' + episode_count: 7 + id: 3572 + name: Season 1 + overview: >- + High school chemistry teacher Walter White's life is + suddenly transformed by a dire medical diagnosis. + Street-savvy former student Jesse Pinkman "teaches" + Walter a new trade. + poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + season_number: 1 + vote_average: 8.3 + - air_date: '2009-03-08' + episode_count: 13 + id: 3573 + name: Season 2 + overview: >- + Walt must deal with the chain reaction of his choice, + as he and Jesse face new and severe consequences. When + danger and suspicion around Walt escalate, he is + pushed to new levels of desperation. Just how much + higher will the stakes rise? How far is Walt willing + to go to ensure his family's security? Will his grand + plan spiral out of control? + poster_path: /e3oGYpoTUhOFK0BJfloru5ZmGV.jpg + season_number: 2 + vote_average: 8.4 + - air_date: '2010-03-21' + episode_count: 13 + id: 3575 + name: Season 3 + overview: >- + Walt continues to battle dueling identities: a + desperate husband and father trying to provide for his + family, and a newly appointed key player in the + Albuquerque drug trade. As the danger around him + escalates, Walt is now entrenched in the complex + worlds of an angst-ridden family on the verge of + dissolution, and the ruthless and unrelenting drug + cartel. + poster_path: /ffP8Q8ew048YofHRnFVM18B2fPG.jpg + season_number: 3 + vote_average: 8.4 + - air_date: '2011-07-17' + episode_count: 13 + id: 3576 + name: Season 4 + overview: >- + Walt and Jesse must cope with the fallout of their + previous actions, both personally and professionally. + Tension mounts as Walt faces a true standoff with his + employer, Gus, with neither side willing or able to + back down. Walt must also adjust to a new relationship + with Skyler, whom while still reconciling her + relationship with Walt, is committed to properly + laundering Walt’s money and ensuring her sister Marie + and an ailing Hank are financially stable. + poster_path: /5ewrnKp4TboU4hTLT5cWO350mHj.jpg + season_number: 4 + vote_average: 8.5 + - air_date: '2012-07-15' + episode_count: 16 + id: 3578 + name: Season 5 + overview: "Walt is faced with the prospect of moving on in a world without his enemy. As the pressure of a criminal life starts to build, Skyler struggles to keep Walt’s terrible secrets. Facing resistance from sometime adversary and former Fring lieutenant Mike, Walt tries to keep his world from falling apart even as his DEA Agent brother in law, Hank, finds numerous leads that could blaze a path straight to Walt.\_" + poster_path: /r3z70vunihrAkjILQKWHX0G2xzO.jpg + season_number: 5 + vote_average: 8.9 + spoken_languages: + - english_name: English + iso_639_1: en + name: English + - english_name: German + iso_639_1: de + name: Deutsch + - english_name: Spanish + iso_639_1: es + name: Español + status: Ended + tagline: Change the equation. + type: Scripted + vote_average: 8.918 + vote_count: 14777 + + /tv/{series_id}/account_states: + get: + tags: + - TV SERIES + summary: Account States + description: This endpoint get the rating, watchlist and favourite status. + operationId: accountStates1 + parameters: + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/series_id' + + - name: guest_session_id + in: query + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + responses: + '200': + description: account states + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 19:16:13 GMT + ETag: + schema: + type: string + example: W/"6768a0780e0c6a6707d516f538f3d876" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: mgFxetG7ykZrLgwMIWSamCs7n8sycZjqKewJGSnlLKiZjne_IhOKRg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: a2c6e6449bc8c5460c3b86d3ce9303c0 + content: + application/json: + schema: + type: object + properties: + favorite: + type: boolean + example: false + id: + type: number + example: 1396 + rated: + type: boolean + example: false + watchlist: + type: boolean + example: false + examples: + account states: + value: + favorite: false + id: 1396 + rated: false + watchlist: false + + /tv/{series_id}/aggregate_credits: + get: + tags: + - TV SERIES + summary: Aggregate Credits + description: This endpoint get the aggregate credits (cast and crew) that have been added to a TV show. + operationId: aggregateCredits + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: aggregate credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=4846 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 19:18:17 GMT + ETag: + schema: + type: string + example: W/"9c5d05a4ff068fa02b61ba6195d65a09" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: FL3pVBH_n2Ymw_swTF7XcsfCvlixkPoivavdBWr2ImvEJkQsjwXUfA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16798' + x-memc-expires: + schema: + type: string + example: '4846' + x-memc-key: + schema: + type: string + example: f5ebd119d91dcb6fc4364f65cd7b2e34 + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + gender: + type: number + example: 2 + id: + type: number + example: 17419 + known_for_department: + type: string + example: Acting + name: + type: string + example: Bryan Cranston + order: + type: number + example: 0 + original_name: + type: string + example: Bryan Cranston + popularity: + type: number + example: 37.518 + profile_path: + type: string + nullable: true + example: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + roles: + type: array + items: + type: object + properties: + character: + type: string + example: Walter White + credit_id: + type: string + example: 52542282760ee313280017f9 + episode_count: + type: number + example: 65 + example: + - character: Walter White + credit_id: 52542282760ee313280017f9 + episode_count: 65 + total_episode_count: + type: number + example: 65 + example: + - adult: false + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + roles: + - character: Walter White + credit_id: 52542282760ee313280017f9 + episode_count: 65 + total_episode_count: 65 + - adult: false + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + roles: + - character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + episode_count: 64 + total_episode_count: 64 + - adult: false + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + roles: + - character: Hank Schrader + credit_id: 52542283760ee3132800187b + episode_count: 64 + total_episode_count: 64 + - adult: false + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + roles: + - character: Marie Schrader + credit_id: 52542283760ee31328001891 + episode_count: 64 + total_episode_count: 64 + - adult: false + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + roles: + - character: Skyler White + credit_id: 52542282760ee3132800181b + episode_count: 62 + total_episode_count: 62 + - adult: false + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + roles: + - character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + episode_count: 62 + total_episode_count: 62 + - adult: false + gender: 2 + id: 59410 + known_for_department: Acting + name: Bob Odenkirk + order: 7 + original_name: Bob Odenkirk + popularity: 20.318 + profile_path: /rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg + roles: + - character: Saul Goodman + credit_id: 5271b180760ee35afc09bb8d + episode_count: 43 + total_episode_count: 43 + - adult: false + gender: 2 + id: 783 + known_for_department: Acting + name: Jonathan Banks + order: 9 + original_name: Jonathan Banks + popularity: 38.083 + profile_path: /bswk26L13PvY4iMTwUTAsepXCLv.jpg + roles: + - character: Mike Ehrmantraut + credit_id: 5271b1e6760ee35af60941ad + episode_count: 37 + total_episode_count: 37 + - adult: false + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + roles: + - character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + episode_count: 33 + total_episode_count: 33 + - adult: false + gender: 2 + id: 4808 + known_for_department: Acting + name: Giancarlo Esposito + order: 6 + original_name: Giancarlo Esposito + popularity: 32.276 + profile_path: /rcXnr82TwDzU4ZGdBeNXfG0ZQnZ.jpg + roles: + - character: Gus Fring + credit_id: 5271b1a7760ee35afc09c4e5 + episode_count: 28 + total_episode_count: 28 + - adult: false + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + roles: + - character: Skinny Pete + credit_id: 52744007760ee356f6076365 + episode_count: 15 + total_episode_count: 15 + - adult: false + gender: 2 + id: 20379 + known_for_department: Acting + name: Christopher Cousins + order: 604 + original_name: Christopher Cousins + popularity: 22.494 + profile_path: /9fmoeZLGbJfiYU6mIbrUkjF9wsR.jpg + roles: + - character: Ted Beneke + credit_id: 527504f6760ee347c912980c + episode_count: 13 + total_episode_count: 13 + - adult: false + gender: 2 + id: 191202 + known_for_department: Acting + name: Matt Jones + order: 658 + original_name: Matt Jones + popularity: 11.871 + profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg + roles: + - character: Badger + credit_id: 52744535760ee3572209100e + episode_count: 12 + total_episode_count: 12 + - adult: false + gender: 2 + id: 9291 + known_for_department: Acting + name: Michael Shamus Wiles + order: 606 + original_name: Michael Shamus Wiles + popularity: 4.608 + profile_path: /niY4gYqAUjmnU4KRiguxpsKliWA.jpg + roles: + - character: ASAC George Merkert + credit_id: 5271b622760ee35b0709869c + episode_count: 11 + total_episode_count: 11 + - adult: false + gender: 2 + id: 564348 + known_for_department: Acting + name: Lavell Crawford + order: 637 + original_name: Lavell Crawford + popularity: 4.988 + profile_path: /mvDs3bWKicnC98nGJNqrm4NaALd.jpg + roles: + - character: Huell + credit_id: 52763ec8760ee35a9a0f7511 + episode_count: 11 + total_episode_count: 11 + - adult: false + gender: 2 + id: 88124 + known_for_department: Acting + name: Jesse Plemons + order: 725 + original_name: Jesse Plemons + popularity: 22.962 + profile_path: /edKyn7RDsuM6dJ7r9QMbb5ourmT.jpg + roles: + - character: Todd + credit_id: 6524ae29447f9c010048439b + episode_count: 11 + total_episode_count: 11 + - adult: false + gender: 2 + id: 159334 + known_for_department: Acting + name: Ray Campbell + order: 599 + original_name: Ray Campbell + popularity: 3.501 + profile_path: /nbapP8LvO1KZrmlpNWthEP40H75.jpg + roles: + - character: Tyrus Kitt + credit_id: 52765341760ee3603300f575 + episode_count: 10 + total_episode_count: 10 + - adult: false + gender: 1 + id: 147085 + known_for_department: Acting + name: Tina Parker + order: 625 + original_name: Tina Parker + popularity: 5.003 + profile_path: /qa4BFhrCGQKwqdTgLJ8S2rr95hD.jpg + roles: + - character: Francesca + credit_id: 52753cc8760ee3157002006b + episode_count: 8 + - character: Francesca (voice) + credit_id: 52768aeb760ee36d750c58ae + episode_count: 1 + total_episode_count: 9 + - adult: false + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + roles: + - character: Carmen Molina + credit_id: 52542273760ee31328000676 + episode_count: 9 + total_episode_count: 9 + - adult: false + gender: 1 + id: 211474 + known_for_department: Acting + name: Emily Rios + order: 645 + original_name: Emily Rios + popularity: 16.142 + profile_path: /h8d9eg0wpyXcvJlunpZklh2asVY.jpg + roles: + - character: Andrea Cantillo + credit_id: 5276391d760ee33e440250f4 + episode_count: 9 + total_episode_count: 9 + - adult: false + gender: 1 + id: 78080 + known_for_department: Acting + name: Krysten Ritter + order: 705 + original_name: Krysten Ritter + popularity: 69.719 + profile_path: /d39VsFGyWq7f5fkUrCI9k3XpZl2.jpg + roles: + - character: Jane Margolis + credit_id: 631aff6577b1fb00807bf819 + episode_count: 9 + total_episode_count: 9 + - adult: false + gender: 1 + id: 42279 + known_for_department: Acting + name: Laura Fraser + order: 724 + original_name: Laura Fraser + popularity: 14.449 + profile_path: /4aD3xDLA22CIf6jdK0IAs75h8pp.jpg + roles: + - character: Lydia Rodarte-Quayle + credit_id: 6524ad8ed399e6011d14adb3 + episode_count: 9 + total_episode_count: 9 + - adult: false + gender: 2 + id: 582668 + known_for_department: Acting + name: Jeremiah Bitsui + order: 622 + original_name: Jeremiah Bitsui + popularity: 6.728 + profile_path: /jB4u8jekprqQeB0xhdB4YSgO8FG.jpg + roles: + - character: Victor + credit_id: 5275464a760ee33556010f2a + episode_count: 7 + - character: Gus' Messenger + credit_id: 653051e71fb94f00ffda8bf3 + episode_count: 1 + total_episode_count: 8 + - adult: false + gender: 2 + id: 1173 + known_for_department: Acting + name: Mark Margolis + order: 674 + original_name: Mark Margolis + popularity: 11.672 + profile_path: /rT5TYJIPLBkTqsrUs00AixGeaMM.jpg + roles: + - character: Tío Salamanca + credit_id: 5254227b760ee31328000e52 + episode_count: 8 + total_episode_count: 8 + - adult: false + gender: 2 + id: 2162380 + known_for_department: Acting + name: Ian Posada + order: 789 + original_name: Ian Posada + popularity: 5.933 + profile_path: /7iI6saMN1wROXgTUdQWCgYJfzoo.jpg + roles: + - character: Brock Cantillo + credit_id: 653eac27cc9683012cf478f0 + episode_count: 8 + total_episode_count: 8 + - adult: false + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + roles: + - character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 82167 + known_for_department: Acting + name: David Costabile + order: 584 + original_name: David Costabile + popularity: 12.988 + profile_path: /zmXVVpsmYbkP1XRPgg2dWIYg1um.jpg + roles: + - character: Gale Boetticher + credit_id: 527630ad760ee3353f281211 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 2234 + known_for_department: Acting + name: Michael Bowen + order: 660 + original_name: Michael Bowen + popularity: 15.425 + profile_path: /8clG1Q984hsYJSfpOVbnoJAEJb2.jpg + roles: + - character: Uncle Jack + credit_id: 52780156760ee3397038de79 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 114000 + known_for_department: Acting + name: Kevin Rankin + order: 661 + original_name: Kevin Rankin + popularity: 12.337 + profile_path: /fOW5R6BSgRvMrt2R7KAxSk7L4H2.jpg + roles: + - character: Kenny + credit_id: 527801a9760ee331ce03af8a + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + roles: + - character: Jock + credit_id: 52542275760ee313280006b4 + episode_count: 6 + total_episode_count: 6 + - adult: false + gender: 2 + id: 35518 + known_for_department: Acting + name: Harry Groener + order: 501 + original_name: Harry Groener + popularity: 7.171 + profile_path: /3MAsDC1JtNqef1O4MwqakGjJkkI.jpg + roles: + - character: Dr. Chavez + credit_id: 5254227c760ee31328000f01 + episode_count: 6 + total_episode_count: 6 + - adult: false + gender: 2 + id: 1268114 + known_for_department: Acting + name: Patrick Sane + order: 663 + original_name: Patrick Sane + popularity: 2.211 + profile_path: /AnT9tInB0UNpZszdUiT5wT1AzpI.jpg + roles: + - character: Frankie + credit_id: 527811bc760ee35e8e226e09 + episode_count: 6 + total_episode_count: 6 + - adult: false + gender: 2 + id: 1371007 + known_for_department: Acting + name: Daniel Moncada + order: 667 + original_name: Daniel Moncada + popularity: 2.858 + profile_path: /pfR9dEo0RWq62rNqzclqx0zUQmp.jpg + roles: + - character: Leonel Salamanca + credit_id: 626a3ab257176f0050ccd6f6 + episode_count: 6 + total_episode_count: 6 + - adult: false + gender: 2 + id: 945491 + known_for_department: Acting + name: Luis Moncada + order: 551 + original_name: Luis Moncada + popularity: 6.96 + profile_path: /t3H7bTAu3lYKvHAEYtevOd91kzx.jpg + roles: + - character: Marco Salamanca + credit_id: 52754b23760ee3353f017890 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + roles: + - character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 109708 + known_for_department: Acting + name: Bill Burr + order: 632 + original_name: Bill Burr + popularity: 12.239 + profile_path: /fP2UJs7RiSafEHxDFYVjVFSesda.jpg + roles: + - character: Kuby + credit_id: 52765756760ee3603601643b + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 1178637 + known_for_department: Acting + name: Todd Terry + order: 650 + original_name: Todd Terry + popularity: 2.57 + profile_path: /vB9zZNg8qZPlSijYs84F4LpwVpo.jpg + roles: + - character: SAC Ramey + credit_id: 52745106760ee3570909e16b + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + roles: + - character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 1105706 + known_for_department: Acting + name: Tait Fletcher + order: 662 + original_name: Tait Fletcher + popularity: 13.449 + profile_path: /zAVsHT2GBLPaQ4RpTopnHvIrCbv.jpg + roles: + - character: Lester + credit_id: 52782a42760ee375d4023968 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 3471782 + known_for_department: Acting + name: Rodney Rush + order: 666 + original_name: Rodney Rush + popularity: 0.564 + profile_path: /vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg + roles: + - character: Combo + credit_id: 62361a15db4ed60045128de2 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 1 + id: 3627380 + known_for_department: Acting + name: Kaija Bales + order: 671 + original_name: Kaija Bales + popularity: 1.717 + profile_path: /b9sbXXwftPLRG2ZU7XUZ7qvWdMT.jpg + roles: + - character: Kaylee Ehrmantraut + credit_id: 62d400f8d399e6004bfbf95b + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 0 + id: 1719996 + known_for_department: Acting + name: Matthew T. Metzler + order: 835 + original_name: Matthew T. Metzler + popularity: 2.831 + profile_path: /ivNVgsAbsyoBMFSt4Ek3kujxqWF.jpg + roles: + - character: Matt + credit_id: 653eb897e894a600c516eb26 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 11077 + known_for_department: Acting + name: John de Lancie + order: 535 + original_name: John de Lancie + popularity: 9.363 + profile_path: /e9GsjWaW9fabT22ceLzesJhUgzd.jpg + roles: + - character: Donald Margolis + credit_id: 52542280760ee31328001390 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 76537 + known_for_department: Acting + name: Tom Kiesche + order: 547 + original_name: Tom Kiesche + popularity: 3.725 + profile_path: /wYYHv0ThAV12wmwM0dQve68614S.jpg + roles: + - character: Clovis + credit_id: 52745042760ee3570909ac98 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 57167 + known_for_department: Acting + name: Jere Burns + order: 582 + original_name: Jere Burns + popularity: 15.919 + profile_path: /nAWNCtD4DDOIAR63zVA4XZ4C8eg.jpg + roles: + - character: Group Leader + credit_id: 525423ca760ee3132800202b + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 48530 + known_for_department: Acting + name: Maurice Compte + order: 592 + original_name: Maurice Compte + popularity: 12.897 + profile_path: /9PFInf2I0kqjAU0CmZhdDWmHfwT.jpg + roles: + - character: Gaff + credit_id: 527682ea760ee37a9307494c + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 0 + id: 223395 + known_for_department: Acting + name: Morse Bicknell + order: 627 + original_name: Morse Bicknell + popularity: 1.418 + profile_path: /14z7m7PpgLpNWN5EShCmKmm12zb.jpg + roles: + - character: Declan's Driver + credit_id: 5277fe8e760ee331ce03390f + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 11915 + known_for_department: Acting + name: Nigel Gibbs + order: 668 + original_name: Nigel Gibbs + popularity: 7.283 + profile_path: /eqDPaZWlBOriugBzUoy9ES4HKdA.jpg + roles: + - character: APD Detective Tim Roberts + credit_id: 52744e08760ee356ea0a5260 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 1 + id: 41249 + known_for_department: Acting + name: Tess Harper + order: 673 + original_name: Tess Harper + popularity: 9.92 + profile_path: /8Z770Kk13MK1NP7skWmTxvRGx3V.jpg + roles: + - character: Mrs. Pinkman + credit_id: 52542277760ee31328000a61 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + roles: + - character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + roles: + - character: Krazy-8 + credit_id: 52725845760ee3046b09426e + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + roles: + - character: No-Doze + credit_id: 527447ca760ee356ea08e165 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + roles: + - character: Gonzo + credit_id: 527447b3760ee3571308a638 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 95195 + known_for_department: Acting + name: Michael Bofshever + order: 537 + original_name: Michael Bofshever + popularity: 2.283 + profile_path: /t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg + roles: + - character: Mr. Pinkman + credit_id: 527440ce760ee3570906ada3 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 1 + id: 156990 + known_for_department: Acting + name: Julie Dretzin + order: 545 + original_name: Julie Dretzin + popularity: 5.847 + profile_path: /fba0rgwlp1iwDdmuLU0PiCOdi4R.jpg + roles: + - character: Pamela + credit_id: 52754a72760ee33556019f36 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 1123871 + known_for_department: Acting + name: Mike Seal + order: 562 + original_name: Mike Seal + popularity: 2.829 + profile_path: /qUja8e2k4XMWWV3k4ocMCZb4HBl.jpg + roles: + - character: 'Rival Dealer #1' + credit_id: 52754578760ee33562013f99 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 583 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + roles: + - character: Hospital Medic + credit_id: 5274514c760ee357220bde09 + episode_count: 1 + - character: 'ER Doctor #1' + credit_id: 5276352e760ee35aa00c9c27 + episode_count: 1 + - character: E.M.T + credit_id: 63012a3d97eab4007d00192b + episode_count: 1 + total_episode_count: 3 + - adult: false + gender: 2 + id: 66148 + known_for_department: Acting + name: Javier Grajeda + order: 588 + original_name: Javier Grajeda + popularity: 6.497 + profile_path: /unwjwqAcrfnIcpDv9EcnlgfD67p.jpg + roles: + - character: Juan Bolsa + credit_id: 5275a26a760ee3352b11a79f + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 109687 + known_for_department: Acting + name: Mike Batayeh + order: 619 + original_name: Mike Batayeh + popularity: 1.36 + profile_path: /9uMJaSYCHjwRaXIe7ajpvDeURVC.jpg + roles: + - character: Dennis Markowski + credit_id: 5276f379760ee34f980c1dff + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 2128853 + known_for_department: Production + name: Chris Freihofer + order: 620 + original_name: Chris Freihofer + popularity: 2.304 + profile_path: /2hrz73LkQoTFCa7jZJMJUj5S5oc.jpg + roles: + - character: Dan Wachsberger + credit_id: 5277f141760ee36033476505 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 51036 + known_for_department: Acting + name: Louis Ferreira + order: 626 + original_name: Louis Ferreira + popularity: 13.245 + profile_path: /7xUTd7N6XbB3uWvob12qpmGzPzA.jpg + roles: + - character: Declan + credit_id: 5277fe02760ee331cb02f9f3 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 84754 + known_for_department: Acting + name: Gonzalo Menendez + order: 630 + original_name: Gonzalo Menendez + popularity: 6.46 + profile_path: /nWvWfIwLZVXjZUru5DG08nAnPW4.jpg + roles: + - character: Detective Kalanchoe + credit_id: 5276f551760ee34f980c7576 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 20496 + known_for_department: Acting + name: Jason Douglas + order: 633 + original_name: Jason Douglas + popularity: 5.365 + profile_path: /9vvygaziqPt23AafWHJY8TlUK8d.jpg + roles: + - character: Detective Munn + credit_id: 5276f5c9760ee34ca70c6628 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 23429 + known_for_department: Acting + name: Adam Godley + order: 659 + original_name: Adam Godley + popularity: 7.829 + profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg + roles: + - character: Elliott Schwartz + credit_id: 527444c1760ee3572208fbc2 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 1 + id: 1834391 + known_for_department: Acting + name: Julia Minesci + order: 710 + original_name: Julia Minesci + popularity: 7.315 + profile_path: /gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg + roles: + - character: Wendy + credit_id: 64426b36b3f6f5049c9df12f + episode_count: 2 + - character: Meth Whore + credit_id: 64426b0ee2bca804df435597 + episode_count: 1 + total_episode_count: 3 + - adult: false + gender: 2 + id: 1488519 + known_for_department: Acting + name: Antonio Leyba + order: 728 + original_name: Antonio Leyba + popularity: 5.208 + profile_path: null + roles: + - character: 'Rival Dealer #2' + credit_id: 6525d31ecedac400ff2892de + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 4315263 + known_for_department: Acting + name: Angelo Martinez + order: 730 + original_name: Angelo Martinez + popularity: 0.756 + profile_path: null + roles: + - character: Tomas + credit_id: 6525d3ccfd63000139e59f11 + episode_count: 2 + - character: Boy + credit_id: 6525d3becedac400e2127fab + episode_count: 1 + total_episode_count: 3 + - adult: false + gender: 0 + id: 4327774 + known_for_department: Acting + name: Ashley Kajiki + order: 760 + original_name: Ashley Kajiki + popularity: 0.039 + profile_path: null + roles: + - character: Pollos Manager + credit_id: 653ea8365907de00fe1f48ae + episode_count: 2 + - character: Restaurant Manager + credit_id: 653051db1fb94f00e2507ec2 + episode_count: 1 + total_episode_count: 3 + - adult: false + gender: 1 + id: 1448096 + known_for_department: Acting + name: Mary Sue Evans + order: 770 + original_name: Mary Sue Evans + popularity: 2.304 + profile_path: null + roles: + - character: Janice + credit_id: 653ea6b6c8a5ac013a876bb4 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 1 + id: 210057 + known_for_department: Acting + name: Judith Rane + order: 522 + original_name: Judith Rane + popularity: 2.411 + profile_path: /yY8fuyFCaXSjBRtDXaF178AwVqq.jpg + roles: + - character: Office Manager + credit_id: 52744834760ee37c3e010cc7 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1237876 + known_for_department: Acting + name: David Ury + order: 524 + original_name: David Ury + popularity: 5.471 + profile_path: /7PxPrnttpomJ9FuX4iSUwapRqR3.jpg + roles: + - character: Spooge + credit_id: 5274ef24760ee343700ef4dd + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 46814 + known_for_department: Acting + name: Dale Dickey + order: 526 + original_name: Dale Dickey + popularity: 17.535 + profile_path: /jjGeQ4hJTXftegRHmrxK2IZnf9A.jpg + roles: + - character: Spooge's Woman + credit_id: 5274ee2e760ee345a90f7240 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 5176 + known_for_department: Acting + name: Sam McMurray + order: 534 + original_name: Sam McMurray + popularity: 11.451 + profile_path: /pbZSG0hprUcRkUF3q4NUUzvQX3E.jpg + roles: + - character: Dr. Victor Bravenec + credit_id: 5271b55e760ee35b220a9959 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 11160 + known_for_department: Acting + name: Danny Trejo + order: 536 + original_name: Danny Trejo + popularity: 21.014 + profile_path: /34DmzlVf6Ui7PIWrAp5ZA9xwLvP.jpg + roles: + - character: Tortuga + credit_id: 5254227f760ee313280011d7 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1217972 + known_for_department: Acting + name: Dan Desmond + order: 538 + original_name: Dan Desmond + popularity: 3.267 + profile_path: null + roles: + - character: Mr. Gardiner + credit_id: 5274e93e760ee37c93080336 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 572541 + known_for_department: Acting + name: Caleb Landry Jones + order: 540 + original_name: Caleb Landry Jones + popularity: 12.131 + profile_path: /8M5lPHrERwAIfWK56RkH30FOjhV.jpg + roles: + - character: Louis + credit_id: 5274ec60760ee37c9308874c + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1224374 + known_for_department: Acting + name: Michael Bryan French + order: 554 + original_name: Michael Bryan French + popularity: 4.416 + profile_path: /pWPCAhPpmFAIKzybnmIWTDyPqWp.jpg + roles: + - character: Doctor + credit_id: 527634ab760ee3354c290334 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 15034 + known_for_department: Acting + name: Jeremy Howard + order: 577 + original_name: Jeremy Howard + popularity: 6.933 + profile_path: /tkZNfmlNkiH7UZxYDaDqO9z1TuV.jpg + roles: + - character: Sketchy + credit_id: 5276578e760ee36d75000dc0 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1069550 + known_for_department: Acting + name: Lou Pimber + order: 587 + original_name: Lou Pimber + popularity: 0.997 + profile_path: /oEWHQjHjnGcNlFC1pi7KWMRe2oW.jpg + roles: + - character: Cartel Henchman + credit_id: 52768549760ee37a9307a96e + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1159 + known_for_department: Acting + name: Steven Bauer + order: 594 + original_name: Steven Bauer + popularity: 22.041 + profile_path: /bdBfcd6cFKYPdWfeJ6X7tCpuKfu.jpg + roles: + - character: Don Eladio + credit_id: 527688d9760ee360330c59fd + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 927801 + known_for_department: Acting + name: Virginia Montero + order: 597 + original_name: Virginia Montero + popularity: 1.631 + profile_path: /f5ybu9cl2tjo0YXSPRmpxifrx6Y.jpg + roles: + - character: Grandma + credit_id: 52763984760ee33e44026131 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 11519 + known_for_department: Acting + name: Larry Hankin + order: 602 + original_name: Larry Hankin + popularity: 17.188 + profile_path: /2uR8SZ9geiSQOpBhKrerh9qY7CX.jpg + roles: + - character: Old Joe + credit_id: 5276312a760ee33e4400b8c7 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 29862 + known_for_department: Acting + name: Jim Beaver + order: 603 + original_name: Jim Beaver + popularity: 12.166 + profile_path: /c3Cqp1XAdcyeUZKkcrdQsPwb010.jpg + roles: + - character: Lawson + credit_id: 5276518e760ee36036009db6 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 136152 + known_for_department: Acting + name: JB Blanc + order: 605 + original_name: JB Blanc + popularity: 4.087 + profile_path: /fHLyXboPlBDo1aoAl085YqaPjO8.jpg + roles: + - character: Dr. Barry Goodman + credit_id: 5276f211760ee34f980bdc6a + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 1007881 + known_for_department: Acting + name: Miguel Martinez + order: 616 + original_name: Miguel Martinez + popularity: 0.71 + profile_path: /3khjt3XRFhqFJUFdeQMYtQbLpkn.jpg + roles: + - character: Fernando + credit_id: 5277f9a8760ee35ba20de492 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1145262 + known_for_department: Acting + name: Phil Duran + order: 628 + original_name: Phil Duran + popularity: 2.354 + profile_path: /2UI8j6zf8WFkq2yjHOuJNtpSD9F.jpg + roles: + - character: Van Oster + credit_id: 52783046760ee3046f01bc36 + episode_count: 1 + - character: DEA Agent + credit_id: 5277feab760ee360334956ee + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1077794 + known_for_department: Acting + name: Pedro García + order: 628 + original_name: Pedro García + popularity: 2.228 + profile_path: null + roles: + - character: Mariano + credit_id: 5278133f760ee35e8e22b180 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 110999 + known_for_department: Acting + name: Joe Nemmers + order: 649 + original_name: Joe Nemmers + popularity: 1.706 + profile_path: /9Pd12b0Ii8Qio0Gyprwuu62UUQi.jpg + roles: + - character: DEA Agent Scott + credit_id: 52781aa7760ee36324007300 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 681 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + roles: + - character: Ben + credit_id: 63012d2111c066007cbc37b1 + episode_count: 1 + - character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + roles: + - character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 4082804 + known_for_department: Acting + name: Jonathan Ragsdale + order: 715 + original_name: Jonathan Ragsdale + popularity: 0.704 + profile_path: null + roles: + - character: Barry + credit_id: 647139dda199a60116c68a5f + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 1570632 + known_for_department: Acting + name: Catherine Haun + order: 716 + original_name: Catherine Haun + popularity: 2.349 + profile_path: /mxN9RFEdu2octsLkXwu4dS9xxKM.jpg + roles: + - character: Receptionist + credit_id: 64713a00dd731b01178ecccb + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3944044 + known_for_department: Acting + name: Dana Cortez + order: 737 + original_name: Dana Cortez + popularity: 0.241 + profile_path: null + roles: + - character: 'Anchor #4' + credit_id: 653ea0575907de011bc560a9 + episode_count: 1 + - character: TV Reporter + credit_id: 63ff4beb9f1be700cd61cd07 + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 4082806 + known_for_department: Acting + name: John Christopher Hicks + order: 755 + original_name: John Christopher Hicks + popularity: 0.294 + profile_path: null + roles: + - character: Biker + credit_id: 653eae2250733c01219b609c + episode_count: 1 + - character: Big Biker + credit_id: 64713a22dd731b00fae9d49b + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3955141 + known_for_department: Acting + name: David Priemazon + order: 778 + original_name: David Priemazon + popularity: 0.93 + profile_path: null + roles: + - character: DEA Point Man + credit_id: 64426b6f651fcf04dc9c8d23 + episode_count: 1 + - character: 'Deputy #2' + credit_id: 653ebb36cc968300c9e4893c + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1310671 + known_for_department: Acting + name: James Ning + order: 791 + original_name: James Ning + popularity: 1.187 + profile_path: /tlO5YAUNiDY7OlMiK5V23xPMmno.jpg + roles: + - character: Duane Chow + credit_id: 653ead685907de00c496ca7c + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1283043 + known_for_department: Acting + name: Eric Steinig + order: 806 + original_name: Eric Steinig + popularity: 3.482 + profile_path: /13k3JlULwttWFfCByfOcwMpQsmv.jpg + roles: + - character: Mike's Security Team 2 + credit_id: 653eb073109cd0010b043478 + episode_count: 1 + - character: Mike's Security Team Member + credit_id: 653eb135519bbb00fe5d117b + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3016433 + known_for_department: Acting + name: Matt Berlin + order: 810 + original_name: Matt Berlin + popularity: 1.117 + profile_path: null + roles: + - character: DEA Agent + credit_id: 653eb262bc2cb3014d4b518a + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 1808731 + known_for_department: Acting + name: Russ Dillen + order: 826 + original_name: Russ Dillen + popularity: 1.009 + profile_path: /iVDlokqyhNPuoEC0pGtEq0BI9i2.jpg + roles: + - character: Ron Forenall + credit_id: 653eb5b4c8a5ac011d6d9ef9 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1673616 + known_for_department: Acting + name: Sam Webb + order: 828 + original_name: Sam Webb + popularity: 0.665 + profile_path: null + roles: + - character: Drew Sharp + credit_id: 653eb66e5907de00e1a2b0cc + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 1797280 + known_for_department: Acting + name: Antoinette Antonio + order: 829 + original_name: Antoinette Antonio + popularity: 1.015 + profile_path: /tzyXZlK7iF89Cnm1xsUOWioK3N0.jpg + roles: + - character: TV Reporter + credit_id: 653eb6f030813100ae619803 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + roles: + - character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1215836 + known_for_department: Acting + name: Kyle Bornheimer + order: 503 + original_name: Kyle Bornheimer + popularity: 5.657 + profile_path: /79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg + roles: + - character: Ken Wins + credit_id: 52743e4d760ee35a69055194 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 220118 + known_for_department: Acting + name: Benjamin Petry + order: 505 + original_name: Benjamin Petry + popularity: 5.948 + profile_path: /xoCIpS2wG2JiP1BXL2qTun8q85o.jpg + roles: + - character: Jake Pinkman + credit_id: 527442eb760ee3572b078715 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 202830 + known_for_department: Acting + name: William Sterchi + order: 506 + original_name: William Sterchi + popularity: 1.631 + profile_path: /6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg + roles: + - character: Manager + credit_id: 527445a9760ee356ff077e53 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210056 + known_for_department: Acting + name: Pierre Barrera + order: 507 + original_name: Pierre Barrera + popularity: 2.081 + profile_path: /4JHYsaULy3LwSHig94olNyuYkx5.jpg + roles: + - character: Hugo Archuleta + credit_id: 52744776760ee356ea0892f3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 59303 + known_for_department: Acting + name: Marc Mouchet + order: 508 + original_name: Marc Mouchet + popularity: 0.768 + profile_path: /8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg + roles: + - character: Farley + credit_id: 527445f5760ee357130849b9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 187505 + known_for_department: Acting + name: Vivian Nesbitt + order: 509 + original_name: Vivian Nesbitt + popularity: 1.2 + profile_path: /9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg + roles: + - character: Mrs. Pope + credit_id: 527447f4760ee37c3e00f81f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1089016 + known_for_department: Acting + name: Seri DeYoung + order: 510 + original_name: Seri DeYoung + popularity: 2.566 + profile_path: /nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg + roles: + - character: Student + credit_id: 52744908760ee35a690730ed + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 967071 + known_for_department: Acting + name: Beth Bailey + order: 511 + original_name: Beth Bailey + popularity: 1.443 + profile_path: /eoedvwzfma84LRwfCYhkb69wky7.jpg + roles: + - character: Realtor + credit_id: 52744bd7760ee356ff08c286 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1221121 + known_for_department: Acting + name: Dennis Keiffer + order: 512 + original_name: Dennis Keiffer + popularity: 4.928 + profile_path: /jb6FR0OZgCqbPOkKq2KikXr31WW.jpg + roles: + - character: Lookout + credit_id: 52744a4a760ee35a69077c8c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 58651 + known_for_department: Acting + name: Geoffrey Rivas + order: 513 + original_name: Geoffrey Rivas + popularity: 6.035 + profile_path: /nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg + roles: + - character: Police Officer + credit_id: 52744c32760ee37c3e01cba4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210154 + known_for_department: Acting + name: Mike Miller + order: 514 + original_name: Mike Miller + popularity: 1.018 + profile_path: null + roles: + - character: Jewelry Store Owner + credit_id: 52744cd0760ee357130a126e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 162098 + known_for_department: Acting + name: Kat Sawyer-Young + order: 518 + original_name: Kat Sawyer-Young + popularity: 3.677 + profile_path: /y20zuHaRfkYWeCsljk7P6fSiFCE.jpg + roles: + - character: Dr. Soper + credit_id: 52745180760ee357220beabd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 211742 + known_for_department: Acting + name: Drew Waters + order: 519 + original_name: Drew Waters + popularity: 3.519 + profile_path: /xMHfQ9ZLK5uDN0olOs4opDwUapS.jpg + roles: + - character: Paul Tyree + credit_id: 5274ea5e760ee347c90dc622 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 207201 + known_for_department: Acting + name: Shauna McLean + order: 520 + original_name: Shauna McLean + popularity: 1.859 + profile_path: null + roles: + - character: Sara Tyree + credit_id: 5274eb39760ee345a90ea99c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 569548 + known_for_department: Acting + name: Argos MacCallum + order: 521 + original_name: Argos MacCallum + popularity: 0.941 + profile_path: null + roles: + - character: Wino + credit_id: 5274ecc7760ee314b5058b54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 61566 + known_for_department: Acting + name: Lawrence Varnado + order: 523 + original_name: Lawrence Varnado + popularity: 1.341 + profile_path: /455paVSfl1yQtcX5pQ6I2EJCpKv.jpg + roles: + - character: Agent Buddy + credit_id: 5274f786760ee347c91056ff + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 999320 + known_for_department: Acting + name: Cocoa Brown + order: 525 + original_name: Cocoa Brown + popularity: 3.118 + profile_path: /s8Lel80TmLqMV0YMEkplpy58H4l.jpg + roles: + - character: Mail Lady + credit_id: 527503b0760ee343c010eaa6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 85954 + known_for_department: Acting + name: J.D. Garfield + order: 527 + original_name: J.D. Garfield + popularity: 2.864 + profile_path: /7omIUAP7WPEXkS0OtFUmqXCgTq9.jpg + roles: + - character: DEA Agent Vanco + credit_id: 52750782760ee345a913b54e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 42201 + known_for_department: Acting + name: Rio Alexander + order: 528 + original_name: Rio Alexander + popularity: 2.382 + profile_path: /aeeWB6b5FrPrxbjXCI4TfY1mzQb.jpg + roles: + - character: Federale + credit_id: 5275081e760ee314b50a2ea2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 132078 + known_for_department: Acting + name: DJ Qualls + order: 529 + original_name: DJ Qualls + popularity: 17.035 + profile_path: /82COoV89p7a8Cd6pxPO9H7m1sIy.jpg + roles: + - character: Getz + credit_id: 527538ac760ee31552011ef3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1129124 + known_for_department: Acting + name: Jeff Fenter + order: 530 + original_name: Jeff Fenter + popularity: 0.707 + profile_path: /nx0ItdfjwE52xBPz8smZ6vAma9T.jpg + roles: + - character: Urinal Guy + credit_id: 52753f28760ee3155a02727d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 205521 + known_for_department: Acting + name: Marcus M. Mauldin + order: 531 + original_name: Marcus M. Mauldin + popularity: 1.27 + profile_path: /gTY6cPYeJ9IuIyN2AJX2Bdt2IN1.jpg + roles: + - character: Technician + credit_id: 52753f6b760ee3157a0271ab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 111014 + known_for_department: Acting + name: Carl Savering + order: 533 + original_name: Carl Savering + popularity: 1.106 + profile_path: null + roles: + - character: Bob + credit_id: 52754154760ee335780056e8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 19491 + known_for_department: Acting + name: Stoney Westmoreland + order: 539 + original_name: Stoney Westmoreland + popularity: 2.166 + profile_path: null + roles: + - character: Policeman + credit_id: 5275a2ee760ee33562121029 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 12435 + known_for_department: Production + name: Shari Rhodes + order: 541 + original_name: Shari Rhodes + popularity: 4.886 + profile_path: /eXQ9dUdKqqP6NUbpMfUl2xWCcaA.jpg + roles: + - character: Bingo Lady + credit_id: 5275a363760ee33562121b5e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 20088 + known_for_department: Acting + name: Jolene Purdy + order: 542 + original_name: Jolene Purdy + popularity: 3.632 + profile_path: /hq66UInEJuDjS3M4aCqgTFEcIzA.jpg + roles: + - character: Cara + credit_id: 5275a56f760ee31a0e01f504 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 35566 + known_for_department: Acting + name: Mark Hanson + order: 543 + original_name: Mark Hanson + popularity: 2.999 + profile_path: /brqpJ3MQuQQYommR1Qud7PcBx06.jpg + roles: + - character: Burnout + credit_id: 5275a639760ee3354c134a68 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 167759 + known_for_department: Acting + name: Carole Gutierrez + order: 544 + original_name: Carole Gutierrez + popularity: 0.904 + profile_path: /kBF3tccPYqG3Ns708nbhSzwU4g9.jpg + roles: + - character: Mrs. Ortega + credit_id: 52762e0a760ee36b3709ce03 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 138266 + known_for_department: Acting + name: Kathy Rose Center + order: 546 + original_name: Kathy Rose Center + popularity: 2.124 + profile_path: /qp2kddgWdNBBDHqpIvArE6qwvDe.jpg + roles: + - character: Ma Kettle + credit_id: 52762f9f760ee35a9d0d7351 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210697 + known_for_department: Acting + name: Frank Bond + order: 548 + original_name: Frank Bond + popularity: 0.905 + profile_path: /5EyqkOeNDzksCPgvZCwvPyujPbz.jpg + roles: + - character: Realtor + credit_id: 527631bb760ee3354c287607 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 223397 + known_for_department: Acting + name: Jiji Hise + order: 549 + original_name: Jiji Hise + popularity: 2.598 + profile_path: /ttGiAfKXVjNNdKfNhFxxCibQ1QJ.jpg + roles: + - character: Mother + credit_id: 52763214760ee36b370aa6a1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 74538 + known_for_department: Acting + name: Nate Mooney + order: 550 + original_name: Nate Mooney + popularity: 4.344 + profile_path: /kBcIrVvc9hTAiUOERK2pCQgX1Iw.jpg + roles: + - character: Arms Dealer + credit_id: 527632fc760ee36b370ac9eb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 109787 + known_for_department: Acting + name: Michael Showers + order: 552 + original_name: Michael Showers + popularity: 1.096 + profile_path: /7QAkmhrZVgRYflui9rj9Jf8fiYS.jpg + roles: + - character: Union Rep + credit_id: 52763381760ee33449026de3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 156605 + known_for_department: Acting + name: Mark Sivertsen + order: 553 + original_name: Mark Sivertsen + popularity: 2.803 + profile_path: /MXbRFhkhmu1qpAD2vqyPaAfuNt.jpg + roles: + - character: 'ABQ Detective #1' + credit_id: 5276339a760ee35a9d0ec267 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1151637 + known_for_department: Acting + name: Lora Martinez-Cunningham + order: 556 + original_name: Lora Martinez-Cunningham + popularity: 6.674 + profile_path: /gjbnJZCzNkshj2bKEe51sEcnPOV.jpg + roles: + - character: 'ER Doctor #2' + credit_id: 5276354f760ee33e44017683 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 88949 + known_for_department: Acting + name: Mark Harelik + order: 557 + original_name: Mark Harelik + popularity: 8.146 + profile_path: /tzLd27s8dduLh3c22gSt2QfI6wY.jpg + roles: + - character: Doctor + credit_id: 527636e8760ee35a9d0f3073 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 156667 + known_for_department: Acting + name: Cynthia Ruffin + order: 558 + original_name: Cynthia Ruffin + popularity: 3.098 + profile_path: /v9pRPxUbs8Cbm9c39Nshnzoi6gD.jpg + roles: + - character: Hospital Administrator + credit_id: 52763733760ee35a9a0de06a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 93228 + known_for_department: Acting + name: Louis Herthum + order: 559 + original_name: Louis Herthum + popularity: 7.299 + profile_path: /7QarKov7OLIKKv6m152rnEyOnfq.jpg + roles: + - character: Realtor + credit_id: 52763bf0760ee35a9d1044d7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 176463 + known_for_department: Acting + name: Fernando Escandon + order: 560 + original_name: Fernando Escandon + popularity: 1.508 + profile_path: null + roles: + - character: Commercial Narrator (voice) + credit_id: 52763765760ee35a9a0defae + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 201975 + known_for_department: Acting + name: Tiley Chao + order: 561 + original_name: Tiley Chao + popularity: 1.634 + profile_path: /65ue0kHyuHMxbeGaVn5S1k5zkZb.jpg + roles: + - character: Peng + credit_id: 52763c18760ee3353f2a331d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 18300 + known_for_department: Crew + name: Eddie J. Fernandez + order: 563 + original_name: Eddie J. Fernandez + popularity: 5.719 + profile_path: /wA9CnODxcaiLTrTnZ8wnlPIeW1R.jpg + roles: + - character: 'Cartel Gunman #1' + credit_id: 52763c4c760ee3353f2a3e45 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 59674 + known_for_department: Acting + name: Ben Hernandez Bray + order: 564 + original_name: Ben Hernandez Bray + popularity: 3.955 + profile_path: /bl5f89xS7JddYe7hfBUej7EUs6U.jpg + roles: + - character: 'Cartel Gunman #2' + credit_id: 52763c65760ee33e4402e056 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 179882 + known_for_department: Crew + name: Toby Holguin + order: 565 + original_name: Toby Holguin + popularity: 3.877 + profile_path: /4jjsgFJYudtaIaX7ITxiFoBEQlo.jpg + roles: + - character: 'Cartel Gunman #3' + credit_id: 52763c7c760ee35aa00dfb1c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1031469 + known_for_department: Crew + name: Eddie Perez + order: 566 + original_name: Eddie Perez + popularity: 3.83 + profile_path: /lJ0584zfHNwj2QywbBvF7TcEy8w.jpg + roles: + - character: 'Cartel Gunman #4' + credit_id: 52763cb2760ee3354c2a876f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 102454 + known_for_department: Acting + name: John Lawlor + order: 568 + original_name: John Lawlor + popularity: 1.903 + profile_path: /2MAGzh7EyyyFfeBVxmUQQc8STFZ.jpg + roles: + - character: Locksmith + credit_id: 52763f74760ee35a9a0f9afa + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1232036 + known_for_department: Acting + name: John Barbour + order: 569 + original_name: John Barbour + popularity: 0.729 + profile_path: /zZnDhvj97LSbwrueg6hdsKUIzFz.jpg + roles: + - character: Neighbor + credit_id: 52764013760ee33e440391df + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 61883 + known_for_department: Acting + name: Tank Jones + order: 570 + original_name: Tank Jones + popularity: 2.902 + profile_path: /cUMseyEe7JxY0uAZm76PyCX4hm8.jpg + roles: + - character: Chuck + credit_id: 52765395760ee35aa0119bf0 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1059256 + known_for_department: Acting + name: Jefferson Arca + order: 571 + original_name: Jefferson Arca + popularity: 0.2 + profile_path: /uzy0J3RmshYaDWmWJcsPmjN0n0z.jpg + roles: + - character: Delivery Man + credit_id: 527653b3760ee33449071b76 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1260554 + known_for_department: Acting + name: Sarah Minnich + order: 572 + original_name: Sarah Minnich + popularity: 4.01 + profile_path: /b9HKZ5Q4RmMKhiDfIGHzADmZ45c.jpg + roles: + - character: Party Girl + credit_id: 5276540a760ee3354c2d9a41 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 191897 + known_for_department: Acting + name: Jennifer Hasty + order: 573 + original_name: Jennifer Hasty + popularity: 3.189 + profile_path: /93wJj5pTLByM4PtGrZdzAyF0dQd.jpg + roles: + - character: Stephanie Doswell + credit_id: 527655c0760ee360360133eb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 61161 + known_for_department: Acting + name: Ralph Alderman + order: 574 + original_name: Ralph Alderman + popularity: 4.442 + profile_path: /cwhyblIX4r8V5Mmrm6u4r9v4Etw.jpg + roles: + - character: First Realtor + credit_id: 527659f8760ee3354c2e969c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 155876 + known_for_department: Acting + name: Delana Michaels + order: 576 + original_name: Delana Michaels + popularity: 1.633 + profile_path: /tYAarmro0T2P4J4NDqsrY0amCgo.jpg + roles: + - character: Female Homeowner + credit_id: 52765a3d760ee33449080d54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1234823 + known_for_department: Acting + name: Rutherford Cravens + order: 578 + original_name: Rutherford Cravens + popularity: 0.865 + profile_path: /qrwiysLs4u5nEAWYtSBIG4Gd2Cn.jpg + roles: + - character: Mortgage Broker + credit_id: 5276825d760ee3354c36d9a3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 62752 + known_for_department: Acting + name: Damon Herriman + order: 579 + original_name: Damon Herriman + popularity: 13.007 + profile_path: /wMCYFY8qzKEvg9Jq6cQmLnHHyLl.jpg + roles: + - character: Scary Skell + credit_id: 52768328760ee37a93075234 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1218789 + known_for_department: Acting + name: Blake Berris + order: 580 + original_name: Blake Berris + popularity: 3.759 + profile_path: /pm6J4LQIFEnCbKsRrbCAcRr8Ejs.jpg + roles: + - character: Tucker + credit_id: 5276840a760ee3354c37371b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 210698 + known_for_department: Acting + name: Henry Herman + order: 581 + original_name: Henry Herman + popularity: 0.784 + profile_path: null + roles: + - character: Truck Guard 2 + credit_id: 52768513760ee36d5f0a384d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1054505 + known_for_department: Acting + name: Fran Martone + order: 583 + original_name: Fran Martone + popularity: 0.752 + profile_path: null + roles: + - character: Colleen + credit_id: 527686b8760ee360330bcc44 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 982297 + known_for_department: Acting + name: J. Michael Oliva + order: 585 + original_name: J. Michael Oliva + popularity: 1.679 + profile_path: null + roles: + - character: Support Group Member + credit_id: 527686d2760ee35a9a1dce65 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1155333 + known_for_department: Acting + name: Keith Meriweather + order: 586 + original_name: Keith Meriweather + popularity: 3.479 + profile_path: /9piO8NoPCQzOB189KM4terAhoF.jpg + roles: + - character: Mike's Security Team 1 + credit_id: 527686fd760ee33449146bab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 62146 + known_for_department: Acting + name: Rob Brownstein + order: 589 + original_name: Rob Brownstein + popularity: 4.756 + profile_path: /sk9VcGhw7XenZMJTNi9l8nI1v6o.jpg + roles: + - character: CID Special Agent + credit_id: 527689e1760ee360330c96b4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1140569 + known_for_department: Acting + name: Scott Sharot + order: 590 + original_name: Scott Sharot + popularity: 0.694 + profile_path: null + roles: + - character: Car Wash Customer + credit_id: 52768a1f760ee35a9a1e83cc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 54793 + known_for_department: Acting + name: Carlo Rota + order: 591 + original_name: Carlo Rota + popularity: 11.244 + profile_path: /bsT3XaB8YqsZijYdOsG1pKH24JJ.jpg + roles: + - character: Benicio Fuentes + credit_id: 52768ab6760ee37a9308e349 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 989813 + known_for_department: Acting + name: Stephen Eiland + order: 595 + original_name: Stephen Eiland + popularity: 1.292 + profile_path: /bdpyGtNlwHS9y4Cdq4kirmeQRAU.jpg + roles: + - character: Miguel + credit_id: 52768b2a760ee36d750c5dda + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 178654 + known_for_department: Acting + name: T.C. Warner + order: 596 + original_name: T.C. Warner + popularity: 0.819 + profile_path: null + roles: + - character: Pediatric Nurse + credit_id: 5276f3ef760ee35a9a31d180 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1219610 + known_for_department: Acting + name: Myra Turley + order: 598 + original_name: Myra Turley + popularity: 2.155 + profile_path: /896M6BggJ6vcjviVvZV9trcSV93.jpg + roles: + - character: Caregiver + credit_id: 5276f517760ee34ca70c3f55 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1240490 + known_for_department: Acting + name: Kevin Wiggins + order: 600 + original_name: Kevin Wiggins + popularity: 4.267 + profile_path: /9wVPnBSwCYEZXS6gWGxaYwxUIVv.jpg + roles: + - character: Gus' Operative + credit_id: 5276f641760ee36033200f51 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1264845 + known_for_department: Acting + name: Monique Candelaria + order: 601 + original_name: Monique Candelaria + popularity: 5.146 + profile_path: /jndsq3PlaIGmRExZHKrfvrMS3Uj.jpg + roles: + - character: Lucy + credit_id: 5277000c760ee34f980dca0c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 6701 + known_for_department: Acting + name: Norbert Weisser + order: 607 + original_name: Norbert Weisser + popularity: 7.579 + profile_path: /A2QeLaigXmj1dtJHVLl27N8qNFd.jpg + roles: + - character: Peter Schuler + credit_id: 527702a7760ee3215f01527d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1219524 + known_for_department: Acting + name: Wolf Muser + order: 608 + original_name: Wolf Muser + popularity: 2.292 + profile_path: /pjtffZMshARfyYvFdFJrPqykkXl.jpg + roles: + - character: Herr Herzog + credit_id: 5277038c760ee34f980e4bd6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 121277 + known_for_department: Acting + name: Norma Maldonado + order: 609 + original_name: Norma Maldonado + popularity: 2.493 + profile_path: /hD9iSbqkRU5dpxr3OScKIiYjLnN.jpg + roles: + - character: Delores + credit_id: 52770445760ee339701307f0 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 239997 + known_for_department: Acting + name: Debrianna Mansini + order: 610 + original_name: Debrianna Mansini + popularity: 2.217 + profile_path: /xG3T8QWMmEgD47tyWGOy4NibYMN.jpg + roles: + - character: Fran + credit_id: 5277046e760ee3215f018e69 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 116233 + known_for_department: Acting + name: Franc Ross + order: 611 + original_name: Franc Ross + popularity: 3.92 + profile_path: /ryhu0C5dAatcI2vDpi2crx0NbBE.jpg + roles: + - character: Ira + credit_id: 5277f0f0760ee35ba20c6abc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1170374 + known_for_department: Acting + name: Kristin Hansen + order: 612 + original_name: Kristin Hansen + popularity: 2.63 + profile_path: /kVK61O0lHcXNaXTS03HGqtcRcwh.jpg + roles: + - character: Darla + credit_id: 5277f185760ee331cb010fc8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 307885 + known_for_department: Acting + name: Alex Knight + order: 613 + original_name: Alex Knight + popularity: 2.977 + profile_path: /eojFYCdbTnv5VegIMoCVrJXur3K.jpg + roles: + - character: Salesman + credit_id: 5277f20b760ee331ce012975 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 79079 + known_for_department: Acting + name: Jamie McShane + order: 614 + original_name: Jamie McShane + popularity: 15.198 + profile_path: /wojvRZMpAwytyoFTMFOpvZ26qJq.jpg + roles: + - character: Conductor + credit_id: 5277f521760ee331cb019d13 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 84955 + known_for_department: Acting + name: Myk Watford + order: 615 + original_name: Myk Watford + popularity: 3.039 + profile_path: /atyeOUzaR5f6Ew3gA2qE9N0Tvcr.jpg + roles: + - character: Engineer + credit_id: 5277f920760ee3397037ab99 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1194992 + known_for_department: Acting + name: Ryan Begay + order: 617 + original_name: Ryan Begay + popularity: 3.589 + profile_path: /oIzcJxPs0gcW5Ne6beuwaXKTZrJ.jpg + roles: + - character: Good Samaritan + credit_id: 5277faee760ee331ce02b84e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 197857 + known_for_department: Acting + name: Craig Nigh + order: 621 + original_name: Craig Nigh + popularity: 2.683 + profile_path: /6dUivUU1OEmixR7ettlonsL5KDX.jpg + roles: + - character: Asst. US Attorney + credit_id: 5278121c760ee36b951e53f1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 61152 + known_for_department: Acting + name: Debi Parker + order: 622 + original_name: Debi Parker + popularity: 0.524 + profile_path: null + roles: + - character: Min-Ye + credit_id: 52781a00760ee3764e103a31 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 208061 + known_for_department: Acting + name: Chad Brummett + order: 623 + original_name: Chad Brummett + popularity: 0.979 + profile_path: /gAey8j0Rnz9k6nPgcni3p1Cm3zO.jpg + roles: + - character: DEA Agent Artie + credit_id: 52781a3d760ee35b14023699 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1193431 + known_for_department: Acting + name: Wayne Dehart + order: 624 + original_name: Wayne Dehart + popularity: 2.941 + profile_path: /lvSDWQ0TpkhsTmk9obaZLIxU0j2.jpg + roles: + - character: Homeless Man + credit_id: 52781aeb760ee35e8e247957 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 963009 + known_for_department: Acting + name: Ray Chavez + order: 625 + original_name: Ray Chavez + popularity: 1.131 + profile_path: null + roles: + - character: Skater + credit_id: 52781bc6760ee375bb0007ca + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 191132 + known_for_department: Acting + name: Mark Vasconcellos + order: 629 + original_name: Mark Vasconcellos + popularity: 0.923 + profile_path: /sq75o4tKduBBiBeTsNQALBkJoBS.jpg + roles: + - character: Jack's Henchman + credit_id: 52782a7c760ee375d40245c0 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 962861 + known_for_department: Acting + name: Bruce McKenzie + order: 631 + original_name: Bruce McKenzie + popularity: 4.133 + profile_path: /hzXLV3EzPFVTTgZ8lHves52GIb0.jpg + roles: + - character: Dave + credit_id: 52782ee0760ee3046f019146 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 131420 + known_for_department: Acting + name: Wray Crawford + order: 635 + original_name: Wray Crawford + popularity: 1.145 + profile_path: /vfELFDthE2iIXurrdfJ53UtqkWY.jpg + roles: + - character: Locksmith + credit_id: 52782f10760ee30b9d0040a8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 199836 + known_for_department: Acting + name: Jack Burning + order: 636 + original_name: Jack Burning + popularity: 1.053 + profile_path: null + roles: + - character: Homeless Man + credit_id: 52782f67760ee3046f019e6f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1102383 + known_for_department: Acting + name: Merritt C. Glover + order: 639 + original_name: Merritt C. Glover + popularity: 0.734 + profile_path: null + roles: + - character: Customer + credit_id: 52783068760ee3046f01bf54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 126829 + known_for_department: Acting + name: Saginaw Grant + order: 640 + original_name: Saginaw Grant + popularity: 1.751 + profile_path: /pQdS21e9ddOcSS2JzKsibdZexbd.jpg + roles: + - character: Native American Man + credit_id: 52783137760ee37c54027895 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 167145 + known_for_department: Acting + name: Hank Rogerson + order: 641 + original_name: Hank Rogerson + popularity: 1.967 + profile_path: /iP4XcHwxQsgeoRb9izKXGyXk3DQ.jpg + roles: + - character: 'Detective #1' + credit_id: 52783157760ee3757203bccd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 967704 + known_for_department: Acting + name: Billy Lockwood + order: 642 + original_name: Billy Lockwood + popularity: 1.688 + profile_path: /kH1J0HhK7GgAwqkpAJxOyRbPL2D.jpg + roles: + - character: 'Detective #2' + credit_id: 52783181760ee375b3039628 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1218149 + known_for_department: Acting + name: Brennan Brown + order: 644 + original_name: Brennan Brown + popularity: 9.765 + profile_path: /ulP8XOTkF1EOfZGiyLXMrpkIZzo.jpg + roles: + - character: US Attorney + credit_id: 527832b6760ee3757e0437cf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1063149 + known_for_department: Acting + name: Eric Price + order: 646 + original_name: Eric Price + popularity: 1.681 + profile_path: /ubz1x3b3osigzaaitLuGnofDE.jpg + roles: + - character: Public Defender + credit_id: 52783571760ee3046f026795 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 5694 + known_for_department: Acting + name: Robert Forster + order: 647 + original_name: Robert Forster + popularity: 11.899 + profile_path: /8OiwipCStS3HyfIm7h7qwEEqIaF.jpg + roles: + - character: Ed + credit_id: 527835f4760ee37572044673 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 173129 + known_for_department: Acting + name: Kurt Soderstrom + order: 648 + original_name: Kurt Soderstrom + popularity: 0.896 + profile_path: null + roles: + - character: Bartender + credit_id: 527836c3760ee375a605416f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + roles: + - character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 208060 + known_for_department: Acting + name: Deborah Martinez + order: 652 + original_name: Deborah Martinez + popularity: 1.057 + profile_path: /hhmtAeXEKtZxOSxaAZ6jYBW5ow.jpg + roles: + - character: School Office Worker + credit_id: 527836e6760ee375b3044064 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 209680 + known_for_department: Acting + name: Frederic Doss + order: 653 + original_name: Frederic Doss + popularity: 0.56 + profile_path: null + roles: + - character: Off Duty Cop + credit_id: 54e89b13c3a36836e0001dc9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 70177 + known_for_department: Acting + name: Charlie Rose + order: 654 + original_name: Charlie Rose + popularity: 3.347 + profile_path: /xUP3ASMgGrqruj7dYcQQBfLo9xm.jpg + roles: + - character: Charlie Rose + credit_id: 5278372e760ee37c54032bbf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 175895 + known_for_department: Acting + name: Steve Stafford + order: 657 + original_name: Steve Stafford + popularity: 5.352 + profile_path: null + roles: + - character: DEA Agent + credit_id: 527838cc760ee3046f02c0e8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 104482 + known_for_department: Acting + name: James Martinez + order: 664 + original_name: James Martinez + popularity: 6.923 + profile_path: /xWGHtcBUmNO9MBqoDHPtetQZ3k7.jpg + roles: + - character: Max Arsiniega + credit_id: 527a42d8760ee3483017f5a3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 3021273 + known_for_department: Acting + name: Michael McCormick + order: 665 + original_name: Michael McCormick + popularity: 1.127 + profile_path: /4JsEn7M5eC5XDxuiBn6Izq86ERj.jpg + roles: + - character: Pa Kettle + credit_id: 60599eb66bdec300548b4f2f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1313823 + known_for_department: Acting + name: Guy Wilson + order: 669 + original_name: Guy Wilson + popularity: 1.658 + profile_path: /qoBVJOg8yYo5UpZoyrAV0jhhl0n.jpg + roles: + - character: Trent + credit_id: 5ef3bae59661fc003625f338 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 3039254 + known_for_department: Acting + name: Fred Cruz + order: 670 + original_name: Fred Cruz + popularity: 1.483 + profile_path: null + roles: + - character: Lt. Adam Estiguez + credit_id: 606b4cdf9ca7590029e92aea + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1731714 + known_for_department: Acting + name: Taylor Dearden + order: 672 + original_name: Taylor Dearden + popularity: 2.888 + profile_path: /4oIL97ha0B4Gmp5tf4VUsqsWQUa.jpg + roles: + - character: Sad Faced Girl + credit_id: 62f29cf4880c92007aefda8b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + roles: + - character: Chad + credit_id: 63012a1a33a376007a442d63 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + roles: + - character: Irving + credit_id: 63012a5c33a376007f87247b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + roles: + - character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + roles: + - character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + roles: + - character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1448105 + known_for_department: Acting + name: Shane Marinson + order: 683 + original_name: Shane Marinson + popularity: 0.232 + profile_path: null + roles: + - character: Ob-Gyn + credit_id: 63012c9c5f4b73008267ba53 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670933 + known_for_department: Acting + name: Anthony Wamego + order: 685 + original_name: Anthony Wamego + popularity: 0.001 + profile_path: null + roles: + - character: Backhoe Operator + credit_id: 63012d2abb2602007ceea8d2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 939366 + known_for_department: Acting + name: Anna Felix + order: 686 + original_name: Anna Felix + popularity: 2.055 + profile_path: null + roles: + - character: Sales Girl + credit_id: 63012e36dfe31d0080103f2c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2085663 + known_for_department: Acting + name: Daniel Serrano + order: 687 + original_name: Daniel Serrano + popularity: 0.99 + profile_path: null + roles: + - character: Meth Drug Dealer + credit_id: 63012e72426ae8007a5b6b5a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1673624 + known_for_department: Acting + name: Jon Kristian Moore + order: 688 + original_name: Jon Kristian Moore + popularity: 2.09 + profile_path: null + roles: + - character: DEA Agent + credit_id: 63012ebb426ae800823a6bac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1302829 + known_for_department: Acting + name: Tish Rayburn-Miller + order: 689 + original_name: Tish Rayburn-Miller + popularity: 0.447 + profile_path: null + roles: + - character: Bank Teller + credit_id: 63012ec897eab40082b1a672 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2430293 + known_for_department: Production + name: Kiira Arai + order: 690 + original_name: Kiira Arai + popularity: 1.058 + profile_path: null + roles: + - character: Server + credit_id: 63012f961da7a6007db08d8a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 92756 + known_for_department: Acting + name: Bill Allen + order: 691 + original_name: Bill Allen + popularity: 1.54 + profile_path: /uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg + roles: + - character: Scientist + credit_id: 63012fa39653f6007fee8185 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 193285 + known_for_department: Acting + name: Loren Haynes + order: 692 + original_name: Loren Haynes + popularity: 0.666 + profile_path: /1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg + roles: + - character: Music Producer + credit_id: 63012fc4839d93007e4c2dbf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670958 + known_for_department: Acting + name: Kyle Swimmer + order: 693 + original_name: Kyle Swimmer + popularity: 0.028 + profile_path: null + roles: + - character: Louis + credit_id: 63012fd111c066007f8de38f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670960 + known_for_department: Acting + name: Robert Arrington + order: 694 + original_name: Robert Arrington + popularity: 0.07 + profile_path: null + roles: + - character: Soren + credit_id: 63012fd93e6f2b0082b3ba66 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 3670961 + known_for_department: Acting + name: Juanita Trad + order: 695 + original_name: Juanita Trad + popularity: 0.384 + profile_path: null + roles: + - character: Medical Technician + credit_id: 63012fe5839d93007b62c31e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1803314 + known_for_department: Acting + name: Lorri Oliver + order: 696 + original_name: Lorri Oliver + popularity: 0.537 + profile_path: null + roles: + - character: Concerned Parent + credit_id: 6301b920097c4900911058ab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 3671381 + known_for_department: Acting + name: Kristen Loree + order: 697 + original_name: Kristen Loree + popularity: 0.482 + profile_path: null + roles: + - character: Concerned Parent + credit_id: 6301b927532acb007bd3b1cf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 79236 + known_for_department: Acting + name: Dave Colon + order: 698 + original_name: Dave Colon + popularity: 1.105 + profile_path: /lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg + roles: + - character: Concerned Parent + credit_id: 6301b930532acb007bd3b1d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 209844 + known_for_department: Acting + name: Carrie Fleming + order: 699 + original_name: Carrie Fleming + popularity: 0.83 + profile_path: /sa8ey6b8wTFYhm170tE7pPWS1An.jpg + roles: + - character: Yuppie Woman + credit_id: 6301b987fb5299007d66336f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1094319 + known_for_department: Acting + name: Matthew Page + order: 700 + original_name: Matthew Page + popularity: 1.932 + profile_path: /vMI1zxybJONZYqL8MI9gGxyfqfC.jpg + roles: + - character: Chemical Plant Guard + credit_id: 6301b9db839d93008b6133ea + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1847290 + known_for_department: Writing + name: Jacob O'Brien Mulliken + order: 701 + original_name: Jacob O'Brien Mulliken + popularity: 0.944 + profile_path: null + roles: + - character: Prospective Buyer + credit_id: 6301b9f1839d93007b62e5e1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3671392 + known_for_department: Acting + name: Charles Dowdy III + order: 702 + original_name: Charles Dowdy III + popularity: 1.462 + profile_path: null + roles: + - character: Mr. Wilson + credit_id: 6301ba0f097c490091105904 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1223198 + known_for_department: Writing + name: Moira Walley-Beckett + order: 703 + original_name: Moira Walley-Beckett + popularity: 5.629 + profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + roles: + - character: Car Wash Customer (uncredited) + credit_id: 6315fec4326c190079d3f992 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1884648 + known_for_department: Acting + name: Isaac Kappy + order: 706 + original_name: Isaac Kappy + popularity: 1.817 + profile_path: /t2Yy4YwlmQGHCp6IOaCeWnMKENh.jpg + roles: + - character: Rowdy Prisoner + credit_id: 63ff4b8cc7176d00db594b09 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 456066 + known_for_department: Acting + name: Ryan Lee + order: 707 + original_name: Ryan Lee + popularity: 11.499 + profile_path: /1DpDbF9qi9nnMfKfGKnyhNPkNCb.jpg + roles: + - character: Neighborhood Kid + credit_id: 63ff4b979f1be7007ca6968f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1006144 + known_for_department: Acting + name: Vic Browder + order: 708 + original_name: Vic Browder + popularity: 1.303 + profile_path: /lIPhuDHdmO0sDeykHmSkQA9terF.jpg + roles: + - character: Detective + credit_id: 63ff4ba3cf62cd00811c281f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2266095 + known_for_department: Acting + name: Sheran Goodspeed Keyton + order: 712 + original_name: Sheran Goodspeed Keyton + popularity: 1.478 + profile_path: null + roles: + - character: Tio's Nurse + credit_id: 64426b52d35dea04d9faed2b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1785041 + known_for_department: Acting + name: Ramsey Williams + order: 714 + original_name: Ramsey Williams + popularity: 1.691 + profile_path: null + roles: + - character: Supermarket Clerk + credit_id: 64426b7afcec2e0439d975de + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 4082808 + known_for_department: Acting + name: Gabriel Berrelleza + order: 718 + original_name: Gabriel Berrelleza + popularity: 1.014 + profile_path: null + roles: + - character: 'Narcocorridos Band #1' + credit_id: 64713a3d9ae61300e593c46d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 4082809 + known_for_department: Acting + name: Martiniano Berrelleza Alvarado + order: 719 + original_name: Martiniano Berrelleza Alvarado + popularity: 0.557 + profile_path: null + roles: + - character: 'Narcocorridos Band #2' + credit_id: 64713a47dd731b00c0ba3bdb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1582083 + known_for_department: Acting + name: Rafael Herrera + order: 720 + original_name: Rafael Herrera + popularity: 0.846 + profile_path: null + roles: + - character: 'Carpet Cleaner #2' + credit_id: 64d24191549dda00e2ded27e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 4310260 + known_for_department: Acting + name: Brandon Carr + order: 721 + original_name: Brandon Carr + popularity: 0.227 + profile_path: null + roles: + - character: Young Boy + credit_id: 6521d3c595c0af01001fc19c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 4310261 + known_for_department: Acting + name: Dylan Carr + order: 722 + original_name: Dylan Carr + popularity: 0.513 + profile_path: null + roles: + - character: Young Boy + credit_id: 6521d3cac50ad200c91fc4de + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1392034 + known_for_department: Acting + name: Andrew Lutheran + order: 723 + original_name: Andrew Lutheran + popularity: 1.61 + profile_path: /xQcso4XpNnHollWR8nRSEC40nWR.jpg + roles: + - character: Jeffrey + credit_id: 6521d43d07216600e2da229d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 227950 + known_for_department: Acting + name: Shannon McCormick + order: 726 + original_name: Shannon McCormick + popularity: 1.303 + profile_path: /8MqQpAFfZpO5m6PdrnrrQicCeEH.jpg + roles: + - character: Tweaky Dude + credit_id: 6525d2cecedac4012217726f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1559825 + known_for_department: Acting + name: Ka Beesler + order: 727 + original_name: Ka Beesler + popularity: 0.427 + profile_path: null + roles: + - character: Thug Buddy + credit_id: 6525d2d407216645b40032c1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 4315262 + known_for_department: Acting + name: Reis Myers Mccormick + order: 729 + original_name: Reis Myers Mccormick + popularity: 0.146 + profile_path: null + roles: + - character: OB / GYN + credit_id: 6525d32ecedac400ace3e3ac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4327773 + known_for_department: Acting + name: Erin Miller-Gibbs + order: 732 + original_name: Erin Miller-Gibbs + popularity: 0.01 + profile_path: null + roles: + - character: Restaurant Employee + credit_id: 653051cfedeb4300fe7c48c6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1086459 + known_for_department: Acting + name: Maggie Fine + order: 735 + original_name: Maggie Fine + popularity: 0.479 + profile_path: null + roles: + - character: 'Beneke Employee #1' + credit_id: 653051ed1fb94f00e2507ec8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2950986 + known_for_department: Acting + name: Kate Schroeder + order: 736 + original_name: Kate Schroeder + popularity: 0.053 + profile_path: null + roles: + - character: 'Beneke Employee #2' + credit_id: 6530525b1fb94f011c606ef5 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346500 + known_for_department: Acting + name: Liam Ruggles + order: 738 + original_name: Liam Ruggles + popularity: 0.045 + profile_path: null + roles: + - character: Henry Tyree + credit_id: 653e9a9950733c013e34ecac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346512 + known_for_department: Acting + name: Jimmy Daniels + order: 739 + original_name: Jimmy Daniels + popularity: 0.392 + profile_path: /4crdHU3eNKfknX9mTq9MOxB85Rx.jpg + roles: + - character: Jimmy in-'N-Out / James Edward Kilkelly + credit_id: 653e9bddcc9683014eb9bea7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1119011 + known_for_department: Acting + name: Shenoah Allen + order: 740 + original_name: Shenoah Allen + popularity: 0.518 + profile_path: /7nwXUC5O9dtyMliiOst1lluEiTU.jpg + roles: + - character: 'Schlubby Guy #1' + credit_id: 653e9be8bc2cb300aca419a9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 2128839 + known_for_department: Acting + name: Drew Pollock + order: 741 + original_name: Drew Pollock + popularity: 1.048 + profile_path: null + roles: + - character: 'Schlubby Guy #2' + credit_id: 653e9bf3519bbb00c434ae6a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346518 + known_for_department: Acting + name: Casey Cerutti + order: 742 + original_name: Casey Cerutti + popularity: 0.588 + profile_path: null + roles: + - character: Hot Chick Cop + credit_id: 653e9bfccc9683012cf474a7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346540 + known_for_department: Acting + name: Tomas Potts + order: 743 + original_name: Tomas Potts + popularity: 0.602 + profile_path: null + roles: + - character: Tattooed Biker + credit_id: 653e9cd5bc2cb300c97f1922 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1204048 + known_for_department: Acting + name: Cyd Schulte + order: 744 + original_name: Cyd Schulte + popularity: 2.107 + profile_path: /AfAoN0l9UskufTqPrBYsDZKDBno.jpg + roles: + - character: Tattooed Woman + credit_id: 653e9ce05907de0138e231a3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4112702 + known_for_department: Acting + name: Tony Whitecrow + order: 745 + original_name: Tony Whitecrow + popularity: 0.58 + profile_path: null + roles: + - character: Addict + credit_id: 653e9cee519bbb00c434aead + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2870318 + known_for_department: Acting + name: Wendy Scott + order: 746 + original_name: Wendy Scott + popularity: 0.519 + profile_path: null + roles: + - character: Nurse + credit_id: 653e9cfe50733c00ff4abbc7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 927751 + known_for_department: Acting + name: Erik J. Bockemeier + order: 747 + original_name: Erik J. Bockemeier + popularity: 0.615 + profile_path: null + roles: + - character: NA Sponsor + credit_id: 653e9d12519bbb00fe5d0c1b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346543 + known_for_department: Acting + name: Phil Howell + order: 748 + original_name: Phil Howell + popularity: 0.011 + profile_path: null + roles: + - character: O.M.I. Attendant + credit_id: 653e9d61cc9683014eb9bf15 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1194993 + known_for_department: Acting + name: Juliet Lopez + order: 749 + original_name: Juliet Lopez + popularity: 1.285 + profile_path: /aZHUeji9oZQ6kphgIQ2AocNp8FW.jpg + roles: + - character: O.M.I. Officer + credit_id: 653e9d785907de011bc55fdd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1366004 + known_for_department: Acting + name: Kieran Sequoia + order: 750 + original_name: Kieran Sequoia + popularity: 1.724 + profile_path: /gbf96AvsWygK5dRkYZM0K0eEo2N.jpg + roles: + - character: Local Correspondant + credit_id: 653e9d845907de011bc55fe4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346546 + known_for_department: Acting + name: Richard Williams + order: 751 + original_name: Richard Williams + popularity: 0.001 + profile_path: null + roles: + - character: 'Business Community Leader #1' + credit_id: 653e9dac519bbb011b4576e8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 589041 + known_for_department: Acting + name: Daniel D. Halleck + order: 752 + original_name: Daniel D. Halleck + popularity: 0.773 + profile_path: /q5qe5SZinxrkPdruiWPUTGP4gQ.jpg + roles: + - character: 'Business Community Leader #2' + credit_id: 653e9ec4519bbb00fe5d0ca5 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 169410 + known_for_department: Acting + name: Dick Christie + order: 753 + original_name: Dick Christie + popularity: 5.305 + profile_path: /OncqVE0uPNrVQT5ONOQElJa5mO.jpg + roles: + - character: Stew + credit_id: 653e9edce894a600e2ce84ba + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346571 + known_for_department: Acting + name: Ravenna Fahey + order: 754 + original_name: Ravenna Fahey + popularity: 0.516 + profile_path: null + roles: + - character: Nurse + credit_id: 653e9f05519bbb011b45775a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 166124 + known_for_department: Acting + name: Robin Dearden + order: 755 + original_name: Robin Dearden + popularity: 1.82 + profile_path: null + roles: + - character: Emotional Woman + credit_id: 653e9f49109cd000ad631699 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1112415 + known_for_department: Acting + name: Galen Hutchison + order: 756 + original_name: Galen Hutchison + popularity: 0.84 + profile_path: null + roles: + - character: Wide Eyed Boy + credit_id: 653e9f52c8a5ac00ad37c734 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 204196 + known_for_department: Acting + name: Jesus Mayorga + order: 757 + original_name: Jesus Mayorga + popularity: 2.725 + profile_path: null + roles: + - character: Friendly Guy + credit_id: 653e9f67c8a5ac0100fa9a96 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1381152 + known_for_department: Acting + name: Lorél Medina + order: 758 + original_name: Lorél Medina + popularity: 0.106 + profile_path: null + roles: + - character: Daughter + credit_id: 653e9f7f519bbb00fe5d0ce0 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 2521312 + known_for_department: Acting + name: Mario Moreno + order: 759 + original_name: Mario Moreno + popularity: 0.337 + profile_path: null + roles: + - character: Father + credit_id: 653e9fd8519bbb011b457785 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 239998 + known_for_department: Acting + name: Maria Bethke + order: 760 + original_name: Maria Bethke + popularity: 1.865 + profile_path: /ikAxFd7DybY1TQm70LfiuHFUOjT.jpg + roles: + - character: Mother + credit_id: 653e9ff1519bbb011b45778a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346579 + known_for_department: Acting + name: Cicelo Solano + order: 761 + original_name: Cicelo Solano + popularity: 0.494 + profile_path: null + roles: + - character: Old Crawler + credit_id: 653e9ffe109cd0012cffccbb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1230050 + known_for_department: Acting + name: Ashleigh Banfield + order: 762 + original_name: Ashleigh Banfield + popularity: 0.623 + profile_path: null + roles: + - character: 'Anchor #1' + credit_id: 653ea007519bbb00e18d2a47 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346581 + known_for_department: Acting + name: Marla Tellez + order: 763 + original_name: Marla Tellez + popularity: 0.363 + profile_path: null + roles: + - character: 'Anchor #2' + credit_id: 653ea0305907de0138e2329e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346583 + known_for_department: Acting + name: Jeff Maher + order: 764 + original_name: Jeff Maher + popularity: 0.204 + profile_path: null + roles: + - character: 'Anchor #3' + credit_id: 653ea04e5907de00ac01f888 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346631 + known_for_department: Acting + name: J. Taylor + order: 766 + original_name: J. Taylor + popularity: 0.112 + profile_path: null + roles: + - character: Cop + credit_id: 653ea517cc968300ade75760 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346635 + known_for_department: Acting + name: Daniel Champine + order: 767 + original_name: Daniel Champine + popularity: 0.011 + profile_path: null + roles: + - character: Rookie Officer + credit_id: 653ea552519bbb00ab695b0e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1794930 + known_for_department: Acting + name: James Espinoza + order: 768 + original_name: James Espinoza + popularity: 2.393 + profile_path: /aGog9grUQNEl06LKEBwMigvpQJY.jpg + roles: + - character: Beto + credit_id: 653ea55b519bbb00ab695b15 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346665 + known_for_department: Acting + name: Parker Sisty + order: 769 + original_name: Parker Sisty + popularity: 0.029 + profile_path: null + roles: + - character: Saul's Client + credit_id: 653ea66650733c00ff4abe6d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2456335 + known_for_department: Acting + name: Amanda Schofield + order: 771 + original_name: Amanda Schofield + popularity: 0.325 + profile_path: null + roles: + - character: Waitress + credit_id: 653ea6d0c8a5ac00ad37c904 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3136482 + known_for_department: Crew + name: Erin Elliott + order: 772 + original_name: Erin Elliott + popularity: 0.515 + profile_path: null + roles: + - character: 'Stripper #1' + credit_id: 653ea765519bbb00ab695ba8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346689 + known_for_department: Acting + name: Portia Cline + order: 773 + original_name: Portia Cline + popularity: 1.303 + profile_path: null + roles: + - character: 'Stripper #2' + credit_id: 653ea77550733c00adbcc44e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346702 + known_for_department: Acting + name: Jose Avila + order: 775 + original_name: Jose Avila + popularity: 0.015 + profile_path: null + roles: + - character: Deputy Kee + credit_id: 653ea865e894a600ff1767d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1803318 + known_for_department: Art + name: Trina Siopy + order: 776 + original_name: Trina Siopy + popularity: 1.634 + profile_path: /mMV1Bj6kdiocP0EGkcUAFRBDEeY.jpg + roles: + - character: Nurse + credit_id: 653ea876519bbb00e18d2c60 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346722 + known_for_department: Acting + name: Ruben Munoz-Soto + order: 777 + original_name: Ruben Munoz-Soto + popularity: 0.2 + profile_path: null + roles: + - character: Young Marco + credit_id: 653ea9ba5907de0138e23559 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346724 + known_for_department: Acting + name: Victor Munoz-Soto + order: 778 + original_name: Victor Munoz-Soto + popularity: 0.197 + profile_path: null + roles: + - character: Young Leonel + credit_id: 653ea9d3cc9683012cf47836 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346726 + known_for_department: Acting + name: Matthew Feight + order: 779 + original_name: Matthew Feight + popularity: 0.785 + profile_path: null + roles: + - character: Preppy Shopper + credit_id: 653ea9e4519bbb00e18d2cc9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1740851 + known_for_department: Acting + name: Chris Ranney + order: 780 + original_name: Chris Ranney + popularity: 0.598 + profile_path: /z0vjQIYxJ8ip435wshxem0cKyQh.jpg + roles: + - character: 'ABQ Detective #2' + credit_id: 653ea9f95907de00fe1f48ff + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1668460 + known_for_department: Acting + name: Steve Cormier + order: 781 + original_name: Steve Cormier + popularity: 0.672 + profile_path: null + roles: + - character: 'OPR Official #1' + credit_id: 653eaa0ebc2cb3012c31f894 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346730 + known_for_department: Acting + name: Wendy Kostora + order: 782 + original_name: Wendy Kostora + popularity: 0.031 + profile_path: null + roles: + - character: Screaming Shopper + credit_id: 653eaa1bbc2cb3010b4b99a2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1452636 + known_for_department: Acting + name: Steve Corona + order: 783 + original_name: Steve Corona + popularity: 1.625 + profile_path: /oTpREkLQMmyHXHd13yfnDMAJBe2.jpg + roles: + - character: Orderly + credit_id: 653eaa69e894a600e2ce87f5 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346738 + known_for_department: Acting + name: Brian G. Lax + order: 784 + original_name: Brian G. Lax + popularity: 0.043 + profile_path: null + roles: + - character: EMT + credit_id: 653eaa7fc8a5ac00e3a1a39b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346739 + known_for_department: Acting + name: John Welker + order: 785 + original_name: John Welker + popularity: 0.014 + profile_path: null + roles: + - character: Lead Doctor + credit_id: 653eaa88e894a600ad57539b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 582669 + known_for_department: Acting + name: Kevin Christopher Brown + order: 786 + original_name: Kevin Christopher Brown + popularity: 0.748 + profile_path: null + roles: + - character: APD Officer + credit_id: 653eaa97c8a5ac00ad37ca13 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 59456 + known_for_department: Acting + name: Ken Thomas + order: 787 + original_name: Ken Thomas + popularity: 0.609 + profile_path: /iqdbZ2TyLqr05MDNmoGA5RJfJOl.jpg + roles: + - character: Friendly Agent + credit_id: 653eaaa5bc2cb3010b4b99cb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2837875 + known_for_department: Crew + name: Rosa Estrada + order: 788 + original_name: Rosa Estrada + popularity: 1.011 + profile_path: null + roles: + - character: Doctor + credit_id: 653eaac0109cd0010b0432f6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346781 + known_for_department: Acting + name: Rebecca Crago + order: 790 + original_name: Rebecca Crago + popularity: 0.001 + profile_path: null + roles: + - character: Physical Therapist + credit_id: 653eac4cbc2cb300aca41dc3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346794 + known_for_department: Acting + name: Victoria Aultman + order: 792 + original_name: Victoria Aultman + popularity: 0.024 + profile_path: null + roles: + - character: Waitress + credit_id: 653eadb8cc9683012cf47969 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346806 + known_for_department: Acting + name: David Robinson Jr. + order: 794 + original_name: David Robinson Jr. + popularity: 0.004 + profile_path: null + roles: + - character: Commercial Voice Over (voice) + credit_id: 653eae8cc8a5ac00e3a1a4ac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346814 + known_for_department: Acting + name: Jonathan Richards + order: 795 + original_name: Jonathan Richards + popularity: 0.024 + profile_path: null + roles: + - character: Male Homeowner + credit_id: 653eaf2c109cd000c948a794 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346816 + known_for_department: Acting + name: Stephen Braddock + order: 796 + original_name: Stephen Braddock + popularity: 2.777 + profile_path: null + roles: + - character: Partygoer + credit_id: 653eaf35cc9683014eb9c3ad + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3101108 + known_for_department: Acting + name: Frank Andrade + order: 797 + original_name: Frank Andrade + popularity: 0.857 + profile_path: null + roles: + - character: Tweaker Thief + credit_id: 653eaf68308131011d8d7f23 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346818 + known_for_department: Acting + name: Paul Neis + order: 798 + original_name: Paul Neis + popularity: 0.01 + profile_path: null + roles: + - character: Support Group Leader + credit_id: 653eaf75308131013a150e24 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346819 + known_for_department: Acting + name: Brittany Gustin + order: 799 + original_name: Brittany Gustin + popularity: 0.625 + profile_path: null + roles: + - character: Morning After Girl + credit_id: 653eaf7fc8a5ac011d6d9d76 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 202930 + known_for_department: Acting + name: Anthony Molinari + order: 800 + original_name: Anthony Molinari + popularity: 13.03 + profile_path: /8Gl1b5Y7QLrdv5vvOwAmJk29joM.jpg + roles: + - character: 'Gunman #1 (uncredited)' + credit_id: 653eafaacc9683012cf479cc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1333907 + known_for_department: Acting + name: Jason E. Hill + order: 801 + original_name: Jason E. Hill + popularity: 1.005 + profile_path: /72vwVXFK7tb0IFt22WYQ8X0uPCy.jpg + roles: + - character: 'Truck Guard #1' + credit_id: 653eb01830813100e3b218c1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346827 + known_for_department: Acting + name: Celia Anaya + order: 802 + original_name: Celia Anaya + popularity: 0.428 + profile_path: null + roles: + - character: Laundry Woman 1 + credit_id: 653eb02ee894a600c516e904 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346828 + known_for_department: Acting + name: Maria L. Pardo + order: 803 + original_name: Maria L. Pardo + popularity: 0.805 + profile_path: null + roles: + - character: Laundry Woman 2 + credit_id: 653eb037519bbb00fe5d1124 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346829 + known_for_department: Acting + name: Veronica Jaquez + order: 804 + original_name: Veronica Jaquez + popularity: 0.427 + profile_path: null + roles: + - character: Laundry Woman 3 + credit_id: 653eb04050733c00c53586c1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1494546 + known_for_department: Acting + name: Michael Sheets + order: 806 + original_name: Michael Sheets + popularity: 2.762 + profile_path: /rOlI3xD8vgHgkCd07JA0OeEyI58.jpg + roles: + - character: Cancer Patient + credit_id: 653eb107e894a600ad5754ff + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 2671876 + known_for_department: Acting + name: Rick A. Ortega Jr. + order: 808 + original_name: Rick A. Ortega Jr. + popularity: 0.102 + profile_path: /2eTonxzRVM64UbI3bcWVTVKJFq4.jpg + roles: + - character: Waiter + credit_id: 653eb16430813100ae619662 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1936778 + known_for_department: Acting + name: Amanda Fresquez + order: 809 + original_name: Amanda Fresquez + popularity: 3.19 + profile_path: null + roles: + - character: Sexy Cartel Girl + credit_id: 653eb173e894a600ff1769df + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346867 + known_for_department: Acting + name: Michael Valverde + order: 811 + original_name: Michael Valverde + popularity: 1.116 + profile_path: null + roles: + - character: Dog Handler + credit_id: 653eb2b450733c00ff4ac1a5 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346877 + known_for_department: Acting + name: Augusta Meyers + order: 812 + original_name: Augusta Meyers + popularity: 0.185 + profile_path: null + roles: + - character: News Reporter + credit_id: 653eb335e894a600e2ce89ee + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346878 + known_for_department: Acting + name: Lorenzita Anaya + order: 813 + original_name: Lorenzita Anaya + popularity: 0.024 + profile_path: null + roles: + - character: Little Old Lady + credit_id: 653eb33e50733c00adbcc7ab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346880 + known_for_department: Acting + name: Marty Smith + order: 814 + original_name: Marty Smith + popularity: 0.029 + profile_path: null + roles: + - character: Bingo Caller + credit_id: 653eb37dcc9683010b3f6a76 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346881 + known_for_department: Acting + name: Erica Viking + order: 815 + original_name: Erica Viking + popularity: 0.003 + profile_path: null + roles: + - character: 'Radio DJ #1 (voice)' + credit_id: 653eb3a8cc968300ea719214 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346883 + known_for_department: Acting + name: Steve Ruiz + order: 816 + original_name: Steve Ruiz + popularity: 1.174 + profile_path: null + roles: + - character: 'Radio DJ #2 (voice)' + credit_id: 653eb3b5109cd000eae41879 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346886 + known_for_department: Acting + name: James Harris + order: 817 + original_name: James Harris + popularity: 0.637 + profile_path: null + roles: + - character: Duty Officer + credit_id: 653eb43c109cd000c948a8bd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346889 + known_for_department: Acting + name: Gail Starr + order: 818 + original_name: Gail Starr + popularity: 0.315 + profile_path: null + roles: + - character: Nurse + credit_id: 653eb449519bbb011b457cfb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1314555 + known_for_department: Acting + name: Carrington Vilmont + order: 819 + original_name: Carrington Vilmont + popularity: 2.601 + profile_path: /xfYxpKsD9DHiZTH0aIqVvHwmCSR.jpg + roles: + - character: Chief Food Technician + credit_id: 653eb4825907de0138e23801 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346894 + known_for_department: Acting + name: Christopher King + order: 820 + original_name: Christopher King + popularity: 0.048 + profile_path: null + roles: + - character: Chris Mara + credit_id: 653eb4ad308131013a150f96 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2803722 + known_for_department: Acting + name: Trine Christensen + order: 821 + original_name: Trine Christensen + popularity: 1.655 + profile_path: /4hHK96AiRvRjLIepEAQKoW6gMNZ.jpg + roles: + - character: Ms. Tromel + credit_id: 653eb4becc9683014eb9c4f6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346897 + known_for_department: Acting + name: Mathias Kaesebier + order: 822 + original_name: Mathias Kaesebier + popularity: 0.127 + profile_path: null + roles: + - character: Lawyer + credit_id: 653eb4cf30813100ae619757 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346899 + known_for_department: Acting + name: Brennan Foster + order: 823 + original_name: Brennan Foster + popularity: 0.039 + profile_path: null + roles: + - character: Detective + credit_id: 653eb4e0c8a5ac00c6d7500b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3955228 + known_for_department: Acting + name: Lillian Presley Leyba + order: 824 + original_name: Lillian Presley Leyba + popularity: 0.241 + profile_path: null + roles: + - character: Kiira + credit_id: 653eb4f0bc2cb3010b4b9c9b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1391889 + known_for_department: Acting + name: Mike Ostroski + order: 825 + original_name: Mike Ostroski + popularity: 2.638 + profile_path: /tSHW9pmdaHCGxbzdqkNtAedMcbL.jpg + roles: + - character: Homeowner + credit_id: 653eb55e50733c00adbcc820 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1276800 + known_for_department: Production + name: Melissa McCurley + order: 827 + original_name: Melissa McCurley + popularity: 2.43 + profile_path: null + roles: + - character: Secretary + credit_id: 653eb5c6308131011d8d80f3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2649509 + known_for_department: Acting + name: Kathleen Brady + order: 830 + original_name: Kathleen Brady + popularity: 0.392 + profile_path: null + roles: + - character: Dorothy Yobs + credit_id: 653eb739e894a600e2ce8ada + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346915 + known_for_department: Acting + name: Phillip Hart + order: 831 + original_name: Phillip Hart + popularity: 0.048 + profile_path: null + roles: + - character: DEA Agent + credit_id: 653eb74a109cd0012cffd2aa + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346922 + known_for_department: Acting + name: Cheryl Ford-Mente + order: 832 + original_name: Cheryl Ford-Mente + popularity: 0.074 + profile_path: null + roles: + - character: Carol + credit_id: 653eb7da109cd0012cffd2cc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346926 + known_for_department: Acting + name: Brett Shane Cooley + order: 833 + original_name: Brett Shane Cooley + popularity: 0.064 + profile_path: null + roles: + - character: Homeowner + credit_id: 653eb7fc50733c013e34f4f9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346927 + known_for_department: Acting + name: Victoria Lease + order: 834 + original_name: Victoria Lease + popularity: 1.098 + profile_path: null + roles: + - character: DEA Agent + credit_id: 653eb85acc968300ade75bd2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346930 + known_for_department: Acting + name: Michael Davis + order: 836 + original_name: Michael Davis + popularity: 0.645 + profile_path: null + roles: + - character: Old Man + credit_id: 653eb8eb5907de00fe1f4c77 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 132424 + known_for_department: Acting + name: Kevin Owen McDonald + order: 837 + original_name: Kevin Owen McDonald + popularity: 1.642 + profile_path: /bQLhtyqYcnWsNHAYB6ie8obgaMr.jpg + roles: + - character: Meth Cook + credit_id: 653eb903bc2cb3014d4b5325 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346939 + known_for_department: Acting + name: Millard Drexler + order: 838 + original_name: Millard Drexler + popularity: 0.024 + profile_path: null + roles: + - character: Customer + credit_id: 653eb93e109cd000c948a9e6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2834952 + known_for_department: Acting + name: Caroline Patz + order: 839 + original_name: Caroline Patz + popularity: 0.09 + profile_path: null + roles: + - character: Waitress + credit_id: 653eb945519bbb00fe5d1357 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1930686 + known_for_department: Acting + name: Sachie Capitani + order: 840 + original_name: Sachie Capitani + popularity: 0.557 + profile_path: /vo496Peu1qRdoPO1bO4qvzC59q7.jpg + roles: + - character: Kid + credit_id: 653eb991c8a5ac00ad37cdbd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 48312 + known_for_department: Acting + name: Noah Segan + order: 841 + original_name: Noah Segan + popularity: 4.325 + profile_path: /j1mjH6uOZlKaiQ18U4SaTnmnjMl.jpg + roles: + - character: Fireman (uncredited) + credit_id: 653eba22109cd000eae419ca + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346960 + known_for_department: Acting + name: Patricio Delgado + order: 842 + original_name: Patricio Delgado + popularity: 0.087 + profile_path: null + roles: + - character: 'Cop #1' + credit_id: 653eba71e894a600ad5756cc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346967 + known_for_department: Acting + name: Aaron Wright + order: 843 + original_name: Aaron Wright + popularity: 1.032 + profile_path: null + roles: + - character: 'Debuty #1' + credit_id: 653ebb22308131013a1510e9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1639193 + known_for_department: Acting + name: Julianne Flores + order: 845 + original_name: Julianne Flores + popularity: 0.858 + profile_path: null + roles: + - character: Waitress + credit_id: 653ebb4b5907de011bc56696 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1570629 + known_for_department: Acting + name: William R. Stafford + order: 846 + original_name: William R. Stafford + popularity: 0.001 + profile_path: null + roles: + - character: Government Lawyer + credit_id: 653ebb5fcc968300ade75c6e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3957062 + known_for_department: Acting + name: Leslie O'Carroll + order: 847 + original_name: Leslie O'Carroll + popularity: 1.429 + profile_path: null + roles: + - character: Barfly + credit_id: 653ebb74519bbb011b457e76 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1283875 + known_for_department: Production + name: Alex Gianopoulos + order: 848 + original_name: Alex Gianopoulos + popularity: 0.84 + profile_path: null + roles: + - character: Waiter + credit_id: 653ebbb130813100ae61990b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1335375 + known_for_department: Crew + name: Ed Duran + order: 849 + original_name: Ed Duran + popularity: 2.433 + profile_path: /mzPJkVKg7ve3whmvyf2TyDIuewr.jpg + roles: + - character: 'DEA Agent #1 (uncredited)' + credit_id: 655bb4fa10923000ab494163 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 2569929 + known_for_department: Acting + name: Carlos Telles + order: 850 + original_name: Carlos Telles + popularity: 0.556 + profile_path: null + roles: + - character: 'Cop #2' + credit_id: 659b1f2d5b12400148038445 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4472830 + known_for_department: Acting + name: Scott Ward + order: 851 + original_name: Scott Ward + popularity: 0.001 + profile_path: null + roles: + - character: Public Defender + credit_id: 659dad671d35630095d6aa8c + episode_count: 1 + total_episode_count: 1 + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + department: + type: string + example: Art + gender: + type: number + example: 2 + id: + type: number + example: 1330079 + jobs: + type: array + items: + type: object + properties: + credit_id: + type: string + example: 539980c8c3a3681d0700143a + episode_count: + type: number + example: 55 + job: + type: string + example: Art Direction + example: + - credit_id: 539980c8c3a3681d0700143a + episode_count: 55 + job: Art Direction + known_for_department: + type: string + example: Art + name: + type: string + example: Bjarne Sletteland + original_name: + type: string + example: Bjarne Sletteland + popularity: + type: number + example: 2.391 + profile_path: + type: string + nullable: true + example: null + total_episode_count: + type: number + example: 55 + example: + - adult: false + department: Art + gender: 2 + id: 1330079 + jobs: + - credit_id: 539980c8c3a3681d0700143a + episode_count: 55 + job: Art Direction + known_for_department: Art + name: Bjarne Sletteland + original_name: Bjarne Sletteland + popularity: 2.391 + profile_path: null + total_episode_count: 55 + - adult: false + department: Art + gender: 2 + id: 12706 + jobs: + - credit_id: 539980a1c3a3681d0d00148b + episode_count: 42 + job: Production Design + known_for_department: Art + name: Mark S. Freeborn + original_name: Mark S. Freeborn + popularity: 2.144 + profile_path: null + total_episode_count: 42 + - adult: false + department: Art + gender: 2 + id: 21640 + jobs: + - credit_id: 52b7020b19c295223b0a46e8 + episode_count: 20 + job: Production Design + known_for_department: Art + name: Robb Wilson King + original_name: Robb Wilson King + popularity: 2.247 + profile_path: null + total_episode_count: 20 + - adult: false + department: Art + gender: 1 + id: 1537678 + jobs: + - credit_id: 643fecaedd4716080d81383b + episode_count: 2 + job: Art Direction + - credit_id: 643fec9bb0ba7e04cf13314a + episode_count: 12 + job: Assistant Art Director + known_for_department: Art + name: Paula Dal Santo + original_name: Paula Dal Santo + popularity: 0.793 + profile_path: null + total_episode_count: 14 + - adult: false + department: Art + gender: 2 + id: 1018092 + jobs: + - credit_id: 62feade5cf4a640080998241 + episode_count: 1 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + total_episode_count: 1 + - adult: false + department: Camera + gender: 2 + id: 52034 + jobs: + - credit_id: 64603ebedbbb42015305d0a9 + episode_count: 48 + job: Director of Photography + known_for_department: Directing + name: Michael Slovis + original_name: Michael Slovis + popularity: 3.458 + profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg + total_episode_count: 48 + - adult: false + department: Camera + gender: 2 + id: 17948 + jobs: + - credit_id: 52b7049c19c2953b63015013 + episode_count: 6 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + total_episode_count: 6 + - adult: false + department: Camera + gender: 2 + id: 58187 + jobs: + - credit_id: 64603f03a672540143668ef9 + episode_count: 3 + job: Director of Photography + known_for_department: Camera + name: Arthur Albert + original_name: Arthur Albert + popularity: 1.591 + profile_path: null + total_episode_count: 3 + - adult: false + department: Camera + gender: 2 + id: 959352 + jobs: + - credit_id: 53998f1fc3a3681d150015c6 + episode_count: 2 + job: Director of Photography + known_for_department: Camera + name: Nelson Cragg + original_name: Nelson Cragg + popularity: 1.855 + profile_path: /mq9JphJkqfmeQ86oqn5PQX1P7Qq.jpg + total_episode_count: 2 + - adult: false + department: Camera + gender: 2 + id: 1330080 + jobs: + - credit_id: 539982d8c3a3681d0a0014f5 + episode_count: 2 + job: Director of Photography + known_for_department: Camera + name: Peter Reniers + original_name: Peter Reniers + popularity: 0.398 + profile_path: null + total_episode_count: 2 + - adult: false + department: Camera + gender: 2 + id: 2483 + jobs: + - credit_id: 52b7029219c29533d00dd2c1 + episode_count: 1 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + total_episode_count: 1 + - adult: false + department: Camera + gender: 2 + id: 1543194 + jobs: + - credit_id: 565e263fc3a3687cff00374b + episode_count: 1 + job: Director of Photography + known_for_department: Camera + name: Marshall Adams + original_name: Marshall Adams + popularity: 2.426 + profile_path: /ncUZjPfQrKBdUZV0fOlUwn984rx.jpg + total_episode_count: 1 + - adult: false + department: Costume & Make-Up + gender: 0 + id: 35583 + jobs: + - credit_id: 52b7034f19c2955402184de6 + episode_count: 46 + job: Costume Design + known_for_department: Costume & Make-Up + name: Kathleen Detoro + original_name: Kathleen Detoro + popularity: 1.319 + profile_path: null + total_episode_count: 46 + - adult: false + department: Costume & Make-Up + gender: 1 + id: 1537674 + jobs: + - credit_id: 6418a1a7a14bef00b815158a + episode_count: 16 + job: Costume Design + known_for_department: Costume & Make-Up + name: Jennifer Bryan + original_name: Jennifer Bryan + popularity: 1.422 + profile_path: /oA5QovyVfEG0SUIs0DIhGsriyok.jpg + total_episode_count: 16 + - adult: false + department: Crew + gender: 2 + id: 1537690 + jobs: + - credit_id: 6450485343501100ea397cba + episode_count: 62 + job: Stunt Coordinator + known_for_department: Crew + name: Al Goto + original_name: Al Goto + popularity: 2.667 + profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg + total_episode_count: 62 + - adult: false + department: Crew + gender: 2 + id: 4065202 + jobs: + - credit_id: 64634c54ef8b3200fe7e825f + episode_count: 32 + job: Thanks + known_for_department: Crew + name: Richard Berry + original_name: Richard Berry + popularity: 1.219 + profile_path: null + total_episode_count: 32 + - adult: false + department: Crew + gender: 2 + id: 4065206 + jobs: + - credit_id: 64634bf20f365501190773a4 + episode_count: 30 + job: Thanks + known_for_department: Crew + name: Martin Chávez + original_name: Martin Chávez + popularity: 0.332 + profile_path: null + total_episode_count: 30 + - adult: false + department: Crew + gender: 2 + id: 53255 + jobs: + - credit_id: 64f2e2e55f2b8d00e12b6852 + episode_count: 2 + job: Stunts + known_for_department: Acting + name: Cesar Garcia + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + total_episode_count: 2 + - adult: false + department: Directing + gender: 2 + id: 111338 + jobs: + - credit_id: 52542275760ee31328000725 + episode_count: 44 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + total_episode_count: 44 + - adult: false + department: Directing + gender: 2 + id: 1212287 + jobs: + - credit_id: 52542281760ee31328001550 + episode_count: 21 + job: Director + known_for_department: Directing + name: Colin Bucksey + original_name: Colin Bucksey + popularity: 3.051 + profile_path: /apHHMfnkCVna1iYR3K5PA0TQ14D.jpg + total_episode_count: 21 + - adult: false + department: Directing + gender: 1 + id: 29779 + jobs: + - credit_id: 52542280760ee31328001325 + episode_count: 11 + job: Director + known_for_department: Directing + name: Michelle MacLaren + original_name: Michelle MacLaren + popularity: 3.534 + profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg + total_episode_count: 11 + - adult: false + department: Directing + gender: 2 + id: 1214396 + jobs: + - credit_id: 525423ca760ee31328002186 + episode_count: 10 + job: Director + known_for_department: Directing + name: Scott Winant + original_name: Scott Winant + popularity: 4.243 + profile_path: /6B7nTUfpOW714j6A1GO0obiggX7.jpg + total_episode_count: 10 + - adult: false + department: Directing + gender: 2 + id: 21053 + jobs: + - credit_id: 5254227d760ee31328000fdc + episode_count: 6 + job: Director + known_for_department: Directing + name: John Dahl + original_name: John Dahl + popularity: 7.236 + profile_path: /8WDCi9LJ9Lc7z6BSwGiQqfkSx61.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 1 + id: 18320 + jobs: + - credit_id: 52542279760ee31328000b61 + episode_count: 6 + job: Director + known_for_department: Directing + name: Bronwen Hughes + original_name: Bronwen Hughes + popularity: 2.821 + profile_path: /6m7XiXVXyEaN81e4OyDfWxBpNov.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 21377 + jobs: + - credit_id: 5254227f760ee313280010b4 + episode_count: 6 + job: Director + known_for_department: Directing + name: Peter Medak + original_name: Peter Medak + popularity: 6.868 + profile_path: /oUPjJXMOSomwrqFx4eobxROVZOV.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 77211 + jobs: + - credit_id: 5254227f760ee31328001211 + episode_count: 6 + job: Director + known_for_department: Directing + name: Félix Enríquez Alcalá + original_name: Félix Enríquez Alcalá + popularity: 2.867 + profile_path: /rlnSbY7tueXmlyjI8St7ee1PniI.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 15858 + jobs: + - credit_id: 5254227b760ee31328000d0c + episode_count: 6 + job: Director + known_for_department: Directing + name: Tim Hunter + original_name: Tim Hunter + popularity: 3.246 + profile_path: /n03G1gCKqxpi6udwINygNiLoGdn.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 1214445 + jobs: + - credit_id: 52542280760ee313280013a6 + episode_count: 6 + job: Director + known_for_department: Directing + name: Phil Abraham + original_name: Phil Abraham + popularity: 3.119 + profile_path: /kSFThx7LRAFjFPEMERR4O0kuGzf.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 205639 + jobs: + - credit_id: 52542278760ee31328000a9b + episode_count: 6 + job: Director + known_for_department: Directing + name: Jim McKay + original_name: Jim McKay + popularity: 3.275 + profile_path: /hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 66633 + jobs: + - credit_id: 52542275760ee313280006e8 + episode_count: 5 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 5 + - adult: false + department: Directing + gender: 2 + id: 52034 + jobs: + - credit_id: 525423cb760ee3132800238d + episode_count: 4 + job: Director + known_for_department: Directing + name: Michael Slovis + original_name: Michael Slovis + popularity: 3.458 + profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg + total_episode_count: 4 + - adult: false + department: Directing + gender: 2 + id: 17419 + jobs: + - credit_id: 5254227b760ee31328000d85 + episode_count: 3 + job: Director + known_for_department: Acting + name: Bryan Cranston + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + total_episode_count: 3 + - adult: false + department: Directing + gender: 2 + id: 1193575 + jobs: + - credit_id: 52753dad760ee3158f01fff4 + episode_count: 3 + job: Director + known_for_department: Directing + name: Terry McDonough + original_name: Terry McDonough + popularity: 1.556 + profile_path: null + total_episode_count: 3 + - adult: false + department: Directing + gender: 2 + id: 67367 + jobs: + - credit_id: 525423cb760ee313280023d8 + episode_count: 3 + job: Director + known_for_department: Directing + name: Rian Johnson + original_name: Rian Johnson + popularity: 7.747 + profile_path: /uPWwvdppeZVKPbYcjXKU8zyuAVh.jpg + total_episode_count: 3 + - adult: false + department: Directing + gender: 2 + id: 212408 + jobs: + - credit_id: 5274fa85760ee343c00f6cb7 + episode_count: 3 + job: Director + known_for_department: Directing + name: Johan Renck + original_name: Johan Renck + popularity: 3.195 + profile_path: /pkPO6RhVFcKDiEUtbHjTkq4JjYi.jpg + total_episode_count: 3 + - adult: false + department: Directing + gender: 2 + id: 24951 + jobs: + - credit_id: 527685f3760ee360330b9ed3 + episode_count: 2 + job: Director + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + total_episode_count: 2 + - adult: false + department: Directing + gender: 2 + id: 1223193 + jobs: + - credit_id: 5277f415760ee331cb01760b + episode_count: 1 + job: Director + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 29924 + jobs: + - credit_id: 525423cb760ee3132800227c + episode_count: 1 + job: Director + known_for_department: Writing + name: John Shiban + original_name: John Shiban + popularity: 2.348 + profile_path: /rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 27571 + jobs: + - credit_id: 52765a86760ee36d75009e18 + episode_count: 1 + job: Director + known_for_department: Directing + name: David Slade + original_name: David Slade + popularity: 6.289 + profile_path: /9jL9OasecqvhQFvGYQtB4K6omGf.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 1223194 + jobs: + - credit_id: 52782e08760ee375a6041d36 + episode_count: 1 + job: Director + known_for_department: Writing + name: Sam Catlin + original_name: Sam Catlin + popularity: 0.748 + profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 69791 + jobs: + - credit_id: 5254227b760ee31328000e92 + episode_count: 1 + job: Director + known_for_department: Acting + name: Charles Haid + original_name: Charles Haid + popularity: 10.461 + profile_path: /6X2iBOvxH9ud6XFgMwNycFnfVqh.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 1 + id: 1215145 + jobs: + - credit_id: 5603c49292514122c00042fc + episode_count: 1 + job: Director + known_for_department: Directing + name: Tricia Brock + original_name: Tricia Brock + popularity: 2.165 + profile_path: /5OV41AzetM5WrJ0zKqmw4mShEk5.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 103009 + jobs: + - credit_id: 5277ff43760ee33970388037 + episode_count: 1 + job: Director + known_for_department: Writing + name: Thomas Schnauz + original_name: Thomas Schnauz + popularity: 3.936 + profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg + total_episode_count: 1 + - adult: false + department: Editing + gender: 2 + id: 1123195 + jobs: + - credit_id: 52b705e619c2955a1f0c895b + episode_count: 16 + job: Editor + known_for_department: Editing + name: Skip Macdonald + original_name: Skip Macdonald + popularity: 1.205 + profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg + total_episode_count: 16 + - adult: false + department: Editing + gender: 1 + id: 1280074 + jobs: + - credit_id: 52b7051619c29533d00e8c79 + episode_count: 15 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + total_episode_count: 15 + - adult: false + department: Editing + gender: 1 + id: 1280071 + jobs: + - credit_id: 52b702ea19c2955402183a66 + episode_count: 4 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + total_episode_count: 4 + - adult: false + department: Production + gender: 2 + id: 5162 + jobs: + - credit_id: 52542287760ee31328001b69 + episode_count: 62 + job: Executive Producer + known_for_department: Production + name: Mark Johnson + original_name: Mark Johnson + popularity: 3.444 + profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 1 + id: 6479 + jobs: + - credit_id: 6444663ccee2f6049f36d7d3 + episode_count: 62 + job: Casting + known_for_department: Production + name: Sharon Bialy + original_name: Sharon Bialy + popularity: 3.104 + profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 1 + id: 959387 + jobs: + - credit_id: 64446643cee2f604f336e877 + episode_count: 62 + job: Casting + known_for_department: Production + name: Sherry Thomas + original_name: Sherry Thomas + popularity: 1.562 + profile_path: null + total_episode_count: 62 + - adult: false + department: Production + gender: 1 + id: 1223199 + jobs: + - credit_id: 64189dc4a14bef0081007126 + episode_count: 26 + job: Producer + - credit_id: 64189dbaa14bef00fd7d4bca + episode_count: 7 + job: Co-Producer + - credit_id: 64189dcea14bef008100712b + episode_count: 29 + job: Co-Executive Producer + known_for_department: Production + name: Melissa Bernstein + original_name: Melissa Bernstein + popularity: 1.273 + profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 2 + id: 1223200 + jobs: + - credit_id: 64189cd9e74146007c82fbfc + episode_count: 7 + job: Co-Producer + - credit_id: 64189d12310325010151b7b7 + episode_count: 55 + job: Producer + known_for_department: Production + name: Stewart Lyons + original_name: Stewart Lyons + popularity: 0.524 + profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 2 + id: 66633 + jobs: + - credit_id: 52542287760ee31328001af1 + episode_count: 62 + job: Executive Producer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 1 + id: 1223202 + jobs: + - credit_id: 64189d6f2b8a43008158d346 + episode_count: 13 + job: Co-Producer + - credit_id: 64189d6931032500e8a2e67a + episode_count: 13 + job: Associate Producer + - credit_id: 64189d742b8a4300b8d57ca9 + episode_count: 29 + job: Producer + known_for_department: Production + name: Diane Mercer + original_name: Diane Mercer + popularity: 3.922 + profile_path: null + total_episode_count: 55 + - adult: false + department: Production + gender: 2 + id: 1223194 + jobs: + - credit_id: 64189e12a14bef00b81514a9 + episode_count: 29 + job: Co-Executive Producer + - credit_id: 64189e0e0d5d85008387c458 + episode_count: 13 + job: Supervising Producer + - credit_id: 64189e076a222700e976684a + episode_count: 13 + job: Co-Producer + known_for_department: Writing + name: Sam Catlin + original_name: Sam Catlin + popularity: 0.748 + profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg + total_episode_count: 55 + - adult: false + department: Production + gender: 2 + id: 1537675 + jobs: + - credit_id: 644465ffd38b580521114ec4 + episode_count: 55 + job: Casting Associate + known_for_department: Production + name: Russell Scott + original_name: Russell Scott + popularity: 1.113 + profile_path: null + total_episode_count: 55 + - adult: false + department: Production + gender: 1 + id: 29779 + jobs: + - credit_id: 64189e593103250086f93b2e + episode_count: 13 + job: Co-Executive Producer + - credit_id: 64189e5f6a2227008de8d147 + episode_count: 29 + job: Executive Producer + known_for_department: Directing + name: Michelle MacLaren + original_name: Michelle MacLaren + popularity: 3.534 + profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 2 + id: 24951 + jobs: + - credit_id: 64189e32e7414600b96bf12e + episode_count: 13 + job: Producer + - credit_id: 64189e3f0d5d85009ba2c1d8 + episode_count: 16 + job: Co-Executive Producer + - credit_id: 64189e3a2b8a430099f4a7d7 + episode_count: 13 + job: Supervising Producer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 2 + id: 1223193 + jobs: + - credit_id: 64189e986a222700e9766867 + episode_count: 13 + job: Supervising Producer + - credit_id: 64189e9c6a2227008de8d158 + episode_count: 16 + job: Co-Executive Producer + - credit_id: 64189e90e74146008672cb4b + episode_count: 13 + job: Producer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 2 + id: 103009 + jobs: + - credit_id: 64189eba2b8a43008158d399 + episode_count: 13 + job: Supervising Producer + - credit_id: 64189ecbe7414600f7ef55f8 + episode_count: 16 + job: Co-Executive Producer + - credit_id: 52542289760ee31328001c03 + episode_count: 13 + job: Producer + known_for_department: Writing + name: Thomas Schnauz + original_name: Thomas Schnauz + popularity: 3.936 + profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 1 + id: 1223198 + jobs: + - credit_id: 64189f2be74146007c82fc98 + episode_count: 13 + job: Producer + - credit_id: 64189f24a14bef0099c83946 + episode_count: 13 + job: Co-Producer + - credit_id: 64189f31310325010151b83d + episode_count: 16 + job: Supervising Producer + known_for_department: Writing + name: Moira Walley-Beckett + original_name: Moira Walley-Beckett + popularity: 5.629 + profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 2 + id: 29924 + jobs: + - credit_id: 64189f480d5d8500f2d7be40 + episode_count: 39 + job: Consulting Producer + known_for_department: Writing + name: John Shiban + original_name: John Shiban + popularity: 2.348 + profile_path: /rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg + total_episode_count: 39 + - adult: false + department: Production + gender: 2 + id: 3970747 + jobs: + - credit_id: 64189f7aa14bef0099c8395a + episode_count: 29 + job: Associate Producer + known_for_department: Production + name: Andrew Ortner + original_name: Andrew Ortner + popularity: 0.234 + profile_path: null + total_episode_count: 29 + - adult: false + department: Production + gender: 2 + id: 17419 + jobs: + - credit_id: 5254228d760ee31328001cc7 + episode_count: 29 + job: Producer + known_for_department: Acting + name: Bryan Cranston + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + total_episode_count: 29 + - adult: false + department: Production + gender: 2 + id: 1930718 + jobs: + - credit_id: 6449841d05a53304be1b880d + episode_count: 29 + job: Location Manager + known_for_department: Production + name: Christian Diaz de Bedoya + original_name: Christian Diaz de Bedoya + popularity: 1.431 + profile_path: /jgELIZ1msexaFvFHUePDvvZpFRr.jpg + total_episode_count: 29 + - adult: false + department: Production + gender: 1 + id: 1223201 + jobs: + - credit_id: 5254228c760ee31328001c37 + episode_count: 20 + job: Producer + known_for_department: Production + name: Karen Moore + original_name: Karen Moore + popularity: 1.033 + profile_path: null + total_episode_count: 20 + - adult: false + department: Production + gender: 1 + id: 1218856 + jobs: + - credit_id: 6418a01d0d5d8500f2d7be70 + episode_count: 6 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + total_episode_count: 6 + - adult: false + department: Production + gender: 1 + id: 1808170 + jobs: + - credit_id: 6418a04de7414600b96bf1bd + episode_count: 2 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + total_episode_count: 2 + - adult: false + department: Sound + gender: 2 + id: 1537682 + jobs: + - credit_id: 644986702fdec604e4a1236a + episode_count: 62 + job: Supervising Sound Editor + known_for_department: Sound + name: Kurt Nicholas Forshager + original_name: Kurt Nicholas Forshager + popularity: 0.58 + profile_path: null + total_episode_count: 62 + - adult: false + department: Sound + gender: 2 + id: 1280070 + jobs: + - credit_id: 52b7008819c29559eb03dd72 + episode_count: 62 + job: Original Music Composer + known_for_department: Sound + name: Dave Porter + original_name: Dave Porter + popularity: 0.86 + profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg + total_episode_count: 62 + - adult: false + department: Sound + gender: 2 + id: 1069688 + jobs: + - credit_id: 64634e45e3fa2f00e404a628 + episode_count: 62 + job: Music Supervisor + known_for_department: Sound + name: Thomas Golubić + original_name: Thomas Golubić + popularity: 1.132 + profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg + total_episode_count: 62 + - adult: false + department: Writing + gender: 2 + id: 66633 + jobs: + - credit_id: 52542275760ee313280006ce + episode_count: 13 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 13 + - adult: false + department: Writing + gender: 2 + id: 24951 + jobs: + - credit_id: 6443b361cee2f6044b36a4f2 + episode_count: 11 + job: Writer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + total_episode_count: 11 + - adult: false + department: Writing + gender: 2 + id: 1223194 + jobs: + - credit_id: 5254227d760ee31328000fb2 + episode_count: 10 + job: Writer + known_for_department: Writing + name: Sam Catlin + original_name: Sam Catlin + popularity: 0.748 + profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg + total_episode_count: 10 + - adult: false + department: Writing + gender: 2 + id: 1223193 + jobs: + - credit_id: 52542279760ee31328000b45 + episode_count: 10 + job: Writer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + total_episode_count: 10 + - adult: false + department: Writing + gender: 1 + id: 1223198 + jobs: + - credit_id: 6443b454651fcf04b29d2b4f + episode_count: 9 + job: Writer + known_for_department: Writing + name: Moira Walley-Beckett + original_name: Moira Walley-Beckett + popularity: 5.629 + profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + total_episode_count: 9 + - adult: false + department: Writing + gender: 2 + id: 103009 + jobs: + - credit_id: 6443b3e3a06efe0552a4835a + episode_count: 7 + job: Writer + known_for_department: Writing + name: Thomas Schnauz + original_name: Thomas Schnauz + popularity: 3.936 + profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg + total_episode_count: 7 + - adult: false + department: Writing + gender: 1 + id: 1223203 + jobs: + - credit_id: 525423ce760ee3132800261a + episode_count: 5 + job: Writer + known_for_department: Writing + name: Gennifer Hutchison + original_name: Gennifer Hutchison + popularity: 0.946 + profile_path: /b9aW3OIGhVOv7m8QdIzX87Bs4hl.jpg + total_episode_count: 5 + - adult: false + department: Writing + gender: 2 + id: 29924 + jobs: + - credit_id: 6443b562cee2f604c936a8a3 + episode_count: 4 + job: Writer + known_for_department: Writing + name: John Shiban + original_name: John Shiban + popularity: 2.348 + profile_path: /rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg + total_episode_count: 4 + - adult: false + department: Writing + gender: 2 + id: 212407 + jobs: + - credit_id: 52750452760ee345a913253e + episode_count: 2 + job: Writer + known_for_department: Writing + name: J. Roberts + original_name: J. Roberts + popularity: 0.279 + profile_path: null + total_episode_count: 2 + - adult: false + department: Writing + gender: 1 + id: 1218856 + jobs: + - credit_id: 64189fca5690b5007a5592e1 + episode_count: 1 + job: Writer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + total_episode_count: 1 + id: + type: number + example: 1396 + examples: + aggregate credits: + value: + cast: + - adult: false + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + roles: + - character: Walter White + credit_id: 52542282760ee313280017f9 + episode_count: 65 + total_episode_count: 65 + - adult: false + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + roles: + - character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + episode_count: 64 + total_episode_count: 64 + - adult: false + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + roles: + - character: Hank Schrader + credit_id: 52542283760ee3132800187b + episode_count: 64 + total_episode_count: 64 + - adult: false + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + roles: + - character: Marie Schrader + credit_id: 52542283760ee31328001891 + episode_count: 64 + total_episode_count: 64 + - adult: false + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + roles: + - character: Skyler White + credit_id: 52542282760ee3132800181b + episode_count: 62 + total_episode_count: 62 + - adult: false + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + roles: + - character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + episode_count: 62 + total_episode_count: 62 + - adult: false + gender: 2 + id: 59410 + known_for_department: Acting + name: Bob Odenkirk + order: 7 + original_name: Bob Odenkirk + popularity: 20.318 + profile_path: /rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg + roles: + - character: Saul Goodman + credit_id: 5271b180760ee35afc09bb8d + episode_count: 43 + total_episode_count: 43 + - adult: false + gender: 2 + id: 783 + known_for_department: Acting + name: Jonathan Banks + order: 9 + original_name: Jonathan Banks + popularity: 38.083 + profile_path: /bswk26L13PvY4iMTwUTAsepXCLv.jpg + roles: + - character: Mike Ehrmantraut + credit_id: 5271b1e6760ee35af60941ad + episode_count: 37 + total_episode_count: 37 + - adult: false + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + roles: + - character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + episode_count: 33 + total_episode_count: 33 + - adult: false + gender: 2 + id: 4808 + known_for_department: Acting + name: Giancarlo Esposito + order: 6 + original_name: Giancarlo Esposito + popularity: 32.276 + profile_path: /rcXnr82TwDzU4ZGdBeNXfG0ZQnZ.jpg + roles: + - character: Gus Fring + credit_id: 5271b1a7760ee35afc09c4e5 + episode_count: 28 + total_episode_count: 28 + - adult: false + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + roles: + - character: Skinny Pete + credit_id: 52744007760ee356f6076365 + episode_count: 15 + total_episode_count: 15 + - adult: false + gender: 2 + id: 20379 + known_for_department: Acting + name: Christopher Cousins + order: 604 + original_name: Christopher Cousins + popularity: 22.494 + profile_path: /9fmoeZLGbJfiYU6mIbrUkjF9wsR.jpg + roles: + - character: Ted Beneke + credit_id: 527504f6760ee347c912980c + episode_count: 13 + total_episode_count: 13 + - adult: false + gender: 2 + id: 191202 + known_for_department: Acting + name: Matt Jones + order: 658 + original_name: Matt Jones + popularity: 11.871 + profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg + roles: + - character: Badger + credit_id: 52744535760ee3572209100e + episode_count: 12 + total_episode_count: 12 + - adult: false + gender: 2 + id: 9291 + known_for_department: Acting + name: Michael Shamus Wiles + order: 606 + original_name: Michael Shamus Wiles + popularity: 4.608 + profile_path: /niY4gYqAUjmnU4KRiguxpsKliWA.jpg + roles: + - character: ASAC George Merkert + credit_id: 5271b622760ee35b0709869c + episode_count: 11 + total_episode_count: 11 + - adult: false + gender: 2 + id: 564348 + known_for_department: Acting + name: Lavell Crawford + order: 637 + original_name: Lavell Crawford + popularity: 4.988 + profile_path: /mvDs3bWKicnC98nGJNqrm4NaALd.jpg + roles: + - character: Huell + credit_id: 52763ec8760ee35a9a0f7511 + episode_count: 11 + total_episode_count: 11 + - adult: false + gender: 2 + id: 88124 + known_for_department: Acting + name: Jesse Plemons + order: 725 + original_name: Jesse Plemons + popularity: 22.962 + profile_path: /edKyn7RDsuM6dJ7r9QMbb5ourmT.jpg + roles: + - character: Todd + credit_id: 6524ae29447f9c010048439b + episode_count: 11 + total_episode_count: 11 + - adult: false + gender: 2 + id: 159334 + known_for_department: Acting + name: Ray Campbell + order: 599 + original_name: Ray Campbell + popularity: 3.501 + profile_path: /nbapP8LvO1KZrmlpNWthEP40H75.jpg + roles: + - character: Tyrus Kitt + credit_id: 52765341760ee3603300f575 + episode_count: 10 + total_episode_count: 10 + - adult: false + gender: 1 + id: 147085 + known_for_department: Acting + name: Tina Parker + order: 625 + original_name: Tina Parker + popularity: 5.003 + profile_path: /qa4BFhrCGQKwqdTgLJ8S2rr95hD.jpg + roles: + - character: Francesca + credit_id: 52753cc8760ee3157002006b + episode_count: 8 + - character: Francesca (voice) + credit_id: 52768aeb760ee36d750c58ae + episode_count: 1 + total_episode_count: 9 + - adult: false + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + roles: + - character: Carmen Molina + credit_id: 52542273760ee31328000676 + episode_count: 9 + total_episode_count: 9 + - adult: false + gender: 1 + id: 211474 + known_for_department: Acting + name: Emily Rios + order: 645 + original_name: Emily Rios + popularity: 16.142 + profile_path: /h8d9eg0wpyXcvJlunpZklh2asVY.jpg + roles: + - character: Andrea Cantillo + credit_id: 5276391d760ee33e440250f4 + episode_count: 9 + total_episode_count: 9 + - adult: false + gender: 1 + id: 78080 + known_for_department: Acting + name: Krysten Ritter + order: 705 + original_name: Krysten Ritter + popularity: 69.719 + profile_path: /d39VsFGyWq7f5fkUrCI9k3XpZl2.jpg + roles: + - character: Jane Margolis + credit_id: 631aff6577b1fb00807bf819 + episode_count: 9 + total_episode_count: 9 + - adult: false + gender: 1 + id: 42279 + known_for_department: Acting + name: Laura Fraser + order: 724 + original_name: Laura Fraser + popularity: 14.449 + profile_path: /4aD3xDLA22CIf6jdK0IAs75h8pp.jpg + roles: + - character: Lydia Rodarte-Quayle + credit_id: 6524ad8ed399e6011d14adb3 + episode_count: 9 + total_episode_count: 9 + - adult: false + gender: 2 + id: 582668 + known_for_department: Acting + name: Jeremiah Bitsui + order: 622 + original_name: Jeremiah Bitsui + popularity: 6.728 + profile_path: /jB4u8jekprqQeB0xhdB4YSgO8FG.jpg + roles: + - character: Victor + credit_id: 5275464a760ee33556010f2a + episode_count: 7 + - character: Gus' Messenger + credit_id: 653051e71fb94f00ffda8bf3 + episode_count: 1 + total_episode_count: 8 + - adult: false + gender: 2 + id: 1173 + known_for_department: Acting + name: Mark Margolis + order: 674 + original_name: Mark Margolis + popularity: 11.672 + profile_path: /rT5TYJIPLBkTqsrUs00AixGeaMM.jpg + roles: + - character: Tío Salamanca + credit_id: 5254227b760ee31328000e52 + episode_count: 8 + total_episode_count: 8 + - adult: false + gender: 2 + id: 2162380 + known_for_department: Acting + name: Ian Posada + order: 789 + original_name: Ian Posada + popularity: 5.933 + profile_path: /7iI6saMN1wROXgTUdQWCgYJfzoo.jpg + roles: + - character: Brock Cantillo + credit_id: 653eac27cc9683012cf478f0 + episode_count: 8 + total_episode_count: 8 + - adult: false + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + roles: + - character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 82167 + known_for_department: Acting + name: David Costabile + order: 584 + original_name: David Costabile + popularity: 12.988 + profile_path: /zmXVVpsmYbkP1XRPgg2dWIYg1um.jpg + roles: + - character: Gale Boetticher + credit_id: 527630ad760ee3353f281211 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 2234 + known_for_department: Acting + name: Michael Bowen + order: 660 + original_name: Michael Bowen + popularity: 15.425 + profile_path: /8clG1Q984hsYJSfpOVbnoJAEJb2.jpg + roles: + - character: Uncle Jack + credit_id: 52780156760ee3397038de79 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 114000 + known_for_department: Acting + name: Kevin Rankin + order: 661 + original_name: Kevin Rankin + popularity: 12.337 + profile_path: /fOW5R6BSgRvMrt2R7KAxSk7L4H2.jpg + roles: + - character: Kenny + credit_id: 527801a9760ee331ce03af8a + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + roles: + - character: Jock + credit_id: 52542275760ee313280006b4 + episode_count: 6 + total_episode_count: 6 + - adult: false + gender: 2 + id: 35518 + known_for_department: Acting + name: Harry Groener + order: 501 + original_name: Harry Groener + popularity: 7.171 + profile_path: /3MAsDC1JtNqef1O4MwqakGjJkkI.jpg + roles: + - character: Dr. Chavez + credit_id: 5254227c760ee31328000f01 + episode_count: 6 + total_episode_count: 6 + - adult: false + gender: 2 + id: 1268114 + known_for_department: Acting + name: Patrick Sane + order: 663 + original_name: Patrick Sane + popularity: 2.211 + profile_path: /AnT9tInB0UNpZszdUiT5wT1AzpI.jpg + roles: + - character: Frankie + credit_id: 527811bc760ee35e8e226e09 + episode_count: 6 + total_episode_count: 6 + - adult: false + gender: 2 + id: 1371007 + known_for_department: Acting + name: Daniel Moncada + order: 667 + original_name: Daniel Moncada + popularity: 2.858 + profile_path: /pfR9dEo0RWq62rNqzclqx0zUQmp.jpg + roles: + - character: Leonel Salamanca + credit_id: 626a3ab257176f0050ccd6f6 + episode_count: 6 + total_episode_count: 6 + - adult: false + gender: 2 + id: 945491 + known_for_department: Acting + name: Luis Moncada + order: 551 + original_name: Luis Moncada + popularity: 6.96 + profile_path: /t3H7bTAu3lYKvHAEYtevOd91kzx.jpg + roles: + - character: Marco Salamanca + credit_id: 52754b23760ee3353f017890 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + roles: + - character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 109708 + known_for_department: Acting + name: Bill Burr + order: 632 + original_name: Bill Burr + popularity: 12.239 + profile_path: /fP2UJs7RiSafEHxDFYVjVFSesda.jpg + roles: + - character: Kuby + credit_id: 52765756760ee3603601643b + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 1178637 + known_for_department: Acting + name: Todd Terry + order: 650 + original_name: Todd Terry + popularity: 2.57 + profile_path: /vB9zZNg8qZPlSijYs84F4LpwVpo.jpg + roles: + - character: SAC Ramey + credit_id: 52745106760ee3570909e16b + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + roles: + - character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 1105706 + known_for_department: Acting + name: Tait Fletcher + order: 662 + original_name: Tait Fletcher + popularity: 13.449 + profile_path: /zAVsHT2GBLPaQ4RpTopnHvIrCbv.jpg + roles: + - character: Lester + credit_id: 52782a42760ee375d4023968 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 3471782 + known_for_department: Acting + name: Rodney Rush + order: 666 + original_name: Rodney Rush + popularity: 0.564 + profile_path: /vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg + roles: + - character: Combo + credit_id: 62361a15db4ed60045128de2 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 1 + id: 3627380 + known_for_department: Acting + name: Kaija Bales + order: 671 + original_name: Kaija Bales + popularity: 1.717 + profile_path: /b9sbXXwftPLRG2ZU7XUZ7qvWdMT.jpg + roles: + - character: Kaylee Ehrmantraut + credit_id: 62d400f8d399e6004bfbf95b + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 0 + id: 1719996 + known_for_department: Acting + name: Matthew T. Metzler + order: 835 + original_name: Matthew T. Metzler + popularity: 2.831 + profile_path: /ivNVgsAbsyoBMFSt4Ek3kujxqWF.jpg + roles: + - character: Matt + credit_id: 653eb897e894a600c516eb26 + episode_count: 5 + total_episode_count: 5 + - adult: false + gender: 2 + id: 11077 + known_for_department: Acting + name: John de Lancie + order: 535 + original_name: John de Lancie + popularity: 9.363 + profile_path: /e9GsjWaW9fabT22ceLzesJhUgzd.jpg + roles: + - character: Donald Margolis + credit_id: 52542280760ee31328001390 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 76537 + known_for_department: Acting + name: Tom Kiesche + order: 547 + original_name: Tom Kiesche + popularity: 3.725 + profile_path: /wYYHv0ThAV12wmwM0dQve68614S.jpg + roles: + - character: Clovis + credit_id: 52745042760ee3570909ac98 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 57167 + known_for_department: Acting + name: Jere Burns + order: 582 + original_name: Jere Burns + popularity: 15.919 + profile_path: /nAWNCtD4DDOIAR63zVA4XZ4C8eg.jpg + roles: + - character: Group Leader + credit_id: 525423ca760ee3132800202b + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 48530 + known_for_department: Acting + name: Maurice Compte + order: 592 + original_name: Maurice Compte + popularity: 12.897 + profile_path: /9PFInf2I0kqjAU0CmZhdDWmHfwT.jpg + roles: + - character: Gaff + credit_id: 527682ea760ee37a9307494c + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 0 + id: 223395 + known_for_department: Acting + name: Morse Bicknell + order: 627 + original_name: Morse Bicknell + popularity: 1.418 + profile_path: /14z7m7PpgLpNWN5EShCmKmm12zb.jpg + roles: + - character: Declan's Driver + credit_id: 5277fe8e760ee331ce03390f + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 11915 + known_for_department: Acting + name: Nigel Gibbs + order: 668 + original_name: Nigel Gibbs + popularity: 7.283 + profile_path: /eqDPaZWlBOriugBzUoy9ES4HKdA.jpg + roles: + - character: APD Detective Tim Roberts + credit_id: 52744e08760ee356ea0a5260 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 1 + id: 41249 + known_for_department: Acting + name: Tess Harper + order: 673 + original_name: Tess Harper + popularity: 9.92 + profile_path: /8Z770Kk13MK1NP7skWmTxvRGx3V.jpg + roles: + - character: Mrs. Pinkman + credit_id: 52542277760ee31328000a61 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + roles: + - character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + roles: + - character: Krazy-8 + credit_id: 52725845760ee3046b09426e + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + roles: + - character: No-Doze + credit_id: 527447ca760ee356ea08e165 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + roles: + - character: Gonzo + credit_id: 527447b3760ee3571308a638 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 95195 + known_for_department: Acting + name: Michael Bofshever + order: 537 + original_name: Michael Bofshever + popularity: 2.283 + profile_path: /t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg + roles: + - character: Mr. Pinkman + credit_id: 527440ce760ee3570906ada3 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 1 + id: 156990 + known_for_department: Acting + name: Julie Dretzin + order: 545 + original_name: Julie Dretzin + popularity: 5.847 + profile_path: /fba0rgwlp1iwDdmuLU0PiCOdi4R.jpg + roles: + - character: Pamela + credit_id: 52754a72760ee33556019f36 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 1123871 + known_for_department: Acting + name: Mike Seal + order: 562 + original_name: Mike Seal + popularity: 2.829 + profile_path: /qUja8e2k4XMWWV3k4ocMCZb4HBl.jpg + roles: + - character: 'Rival Dealer #1' + credit_id: 52754578760ee33562013f99 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 583 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + roles: + - character: Hospital Medic + credit_id: 5274514c760ee357220bde09 + episode_count: 1 + - character: 'ER Doctor #1' + credit_id: 5276352e760ee35aa00c9c27 + episode_count: 1 + - character: E.M.T + credit_id: 63012a3d97eab4007d00192b + episode_count: 1 + total_episode_count: 3 + - adult: false + gender: 2 + id: 66148 + known_for_department: Acting + name: Javier Grajeda + order: 588 + original_name: Javier Grajeda + popularity: 6.497 + profile_path: /unwjwqAcrfnIcpDv9EcnlgfD67p.jpg + roles: + - character: Juan Bolsa + credit_id: 5275a26a760ee3352b11a79f + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 109687 + known_for_department: Acting + name: Mike Batayeh + order: 619 + original_name: Mike Batayeh + popularity: 1.36 + profile_path: /9uMJaSYCHjwRaXIe7ajpvDeURVC.jpg + roles: + - character: Dennis Markowski + credit_id: 5276f379760ee34f980c1dff + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 2128853 + known_for_department: Production + name: Chris Freihofer + order: 620 + original_name: Chris Freihofer + popularity: 2.304 + profile_path: /2hrz73LkQoTFCa7jZJMJUj5S5oc.jpg + roles: + - character: Dan Wachsberger + credit_id: 5277f141760ee36033476505 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 51036 + known_for_department: Acting + name: Louis Ferreira + order: 626 + original_name: Louis Ferreira + popularity: 13.245 + profile_path: /7xUTd7N6XbB3uWvob12qpmGzPzA.jpg + roles: + - character: Declan + credit_id: 5277fe02760ee331cb02f9f3 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 84754 + known_for_department: Acting + name: Gonzalo Menendez + order: 630 + original_name: Gonzalo Menendez + popularity: 6.46 + profile_path: /nWvWfIwLZVXjZUru5DG08nAnPW4.jpg + roles: + - character: Detective Kalanchoe + credit_id: 5276f551760ee34f980c7576 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 20496 + known_for_department: Acting + name: Jason Douglas + order: 633 + original_name: Jason Douglas + popularity: 5.365 + profile_path: /9vvygaziqPt23AafWHJY8TlUK8d.jpg + roles: + - character: Detective Munn + credit_id: 5276f5c9760ee34ca70c6628 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 23429 + known_for_department: Acting + name: Adam Godley + order: 659 + original_name: Adam Godley + popularity: 7.829 + profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg + roles: + - character: Elliott Schwartz + credit_id: 527444c1760ee3572208fbc2 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 1 + id: 1834391 + known_for_department: Acting + name: Julia Minesci + order: 710 + original_name: Julia Minesci + popularity: 7.315 + profile_path: /gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg + roles: + - character: Wendy + credit_id: 64426b36b3f6f5049c9df12f + episode_count: 2 + - character: Meth Whore + credit_id: 64426b0ee2bca804df435597 + episode_count: 1 + total_episode_count: 3 + - adult: false + gender: 2 + id: 1488519 + known_for_department: Acting + name: Antonio Leyba + order: 728 + original_name: Antonio Leyba + popularity: 5.208 + profile_path: null + roles: + - character: 'Rival Dealer #2' + credit_id: 6525d31ecedac400ff2892de + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 4315263 + known_for_department: Acting + name: Angelo Martinez + order: 730 + original_name: Angelo Martinez + popularity: 0.756 + profile_path: null + roles: + - character: Tomas + credit_id: 6525d3ccfd63000139e59f11 + episode_count: 2 + - character: Boy + credit_id: 6525d3becedac400e2127fab + episode_count: 1 + total_episode_count: 3 + - adult: false + gender: 0 + id: 4327774 + known_for_department: Acting + name: Ashley Kajiki + order: 760 + original_name: Ashley Kajiki + popularity: 0.039 + profile_path: null + roles: + - character: Pollos Manager + credit_id: 653ea8365907de00fe1f48ae + episode_count: 2 + - character: Restaurant Manager + credit_id: 653051db1fb94f00e2507ec2 + episode_count: 1 + total_episode_count: 3 + - adult: false + gender: 1 + id: 1448096 + known_for_department: Acting + name: Mary Sue Evans + order: 770 + original_name: Mary Sue Evans + popularity: 2.304 + profile_path: null + roles: + - character: Janice + credit_id: 653ea6b6c8a5ac013a876bb4 + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 1 + id: 210057 + known_for_department: Acting + name: Judith Rane + order: 522 + original_name: Judith Rane + popularity: 2.411 + profile_path: /yY8fuyFCaXSjBRtDXaF178AwVqq.jpg + roles: + - character: Office Manager + credit_id: 52744834760ee37c3e010cc7 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1237876 + known_for_department: Acting + name: David Ury + order: 524 + original_name: David Ury + popularity: 5.471 + profile_path: /7PxPrnttpomJ9FuX4iSUwapRqR3.jpg + roles: + - character: Spooge + credit_id: 5274ef24760ee343700ef4dd + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 46814 + known_for_department: Acting + name: Dale Dickey + order: 526 + original_name: Dale Dickey + popularity: 17.535 + profile_path: /jjGeQ4hJTXftegRHmrxK2IZnf9A.jpg + roles: + - character: Spooge's Woman + credit_id: 5274ee2e760ee345a90f7240 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 5176 + known_for_department: Acting + name: Sam McMurray + order: 534 + original_name: Sam McMurray + popularity: 11.451 + profile_path: /pbZSG0hprUcRkUF3q4NUUzvQX3E.jpg + roles: + - character: Dr. Victor Bravenec + credit_id: 5271b55e760ee35b220a9959 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 11160 + known_for_department: Acting + name: Danny Trejo + order: 536 + original_name: Danny Trejo + popularity: 21.014 + profile_path: /34DmzlVf6Ui7PIWrAp5ZA9xwLvP.jpg + roles: + - character: Tortuga + credit_id: 5254227f760ee313280011d7 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1217972 + known_for_department: Acting + name: Dan Desmond + order: 538 + original_name: Dan Desmond + popularity: 3.267 + profile_path: null + roles: + - character: Mr. Gardiner + credit_id: 5274e93e760ee37c93080336 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 572541 + known_for_department: Acting + name: Caleb Landry Jones + order: 540 + original_name: Caleb Landry Jones + popularity: 12.131 + profile_path: /8M5lPHrERwAIfWK56RkH30FOjhV.jpg + roles: + - character: Louis + credit_id: 5274ec60760ee37c9308874c + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1224374 + known_for_department: Acting + name: Michael Bryan French + order: 554 + original_name: Michael Bryan French + popularity: 4.416 + profile_path: /pWPCAhPpmFAIKzybnmIWTDyPqWp.jpg + roles: + - character: Doctor + credit_id: 527634ab760ee3354c290334 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 15034 + known_for_department: Acting + name: Jeremy Howard + order: 577 + original_name: Jeremy Howard + popularity: 6.933 + profile_path: /tkZNfmlNkiH7UZxYDaDqO9z1TuV.jpg + roles: + - character: Sketchy + credit_id: 5276578e760ee36d75000dc0 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1069550 + known_for_department: Acting + name: Lou Pimber + order: 587 + original_name: Lou Pimber + popularity: 0.997 + profile_path: /oEWHQjHjnGcNlFC1pi7KWMRe2oW.jpg + roles: + - character: Cartel Henchman + credit_id: 52768549760ee37a9307a96e + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1159 + known_for_department: Acting + name: Steven Bauer + order: 594 + original_name: Steven Bauer + popularity: 22.041 + profile_path: /bdBfcd6cFKYPdWfeJ6X7tCpuKfu.jpg + roles: + - character: Don Eladio + credit_id: 527688d9760ee360330c59fd + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 927801 + known_for_department: Acting + name: Virginia Montero + order: 597 + original_name: Virginia Montero + popularity: 1.631 + profile_path: /f5ybu9cl2tjo0YXSPRmpxifrx6Y.jpg + roles: + - character: Grandma + credit_id: 52763984760ee33e44026131 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 11519 + known_for_department: Acting + name: Larry Hankin + order: 602 + original_name: Larry Hankin + popularity: 17.188 + profile_path: /2uR8SZ9geiSQOpBhKrerh9qY7CX.jpg + roles: + - character: Old Joe + credit_id: 5276312a760ee33e4400b8c7 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 29862 + known_for_department: Acting + name: Jim Beaver + order: 603 + original_name: Jim Beaver + popularity: 12.166 + profile_path: /c3Cqp1XAdcyeUZKkcrdQsPwb010.jpg + roles: + - character: Lawson + credit_id: 5276518e760ee36036009db6 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 136152 + known_for_department: Acting + name: JB Blanc + order: 605 + original_name: JB Blanc + popularity: 4.087 + profile_path: /fHLyXboPlBDo1aoAl085YqaPjO8.jpg + roles: + - character: Dr. Barry Goodman + credit_id: 5276f211760ee34f980bdc6a + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 1007881 + known_for_department: Acting + name: Miguel Martinez + order: 616 + original_name: Miguel Martinez + popularity: 0.71 + profile_path: /3khjt3XRFhqFJUFdeQMYtQbLpkn.jpg + roles: + - character: Fernando + credit_id: 5277f9a8760ee35ba20de492 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1145262 + known_for_department: Acting + name: Phil Duran + order: 628 + original_name: Phil Duran + popularity: 2.354 + profile_path: /2UI8j6zf8WFkq2yjHOuJNtpSD9F.jpg + roles: + - character: Van Oster + credit_id: 52783046760ee3046f01bc36 + episode_count: 1 + - character: DEA Agent + credit_id: 5277feab760ee360334956ee + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1077794 + known_for_department: Acting + name: Pedro García + order: 628 + original_name: Pedro García + popularity: 2.228 + profile_path: null + roles: + - character: Mariano + credit_id: 5278133f760ee35e8e22b180 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 110999 + known_for_department: Acting + name: Joe Nemmers + order: 649 + original_name: Joe Nemmers + popularity: 1.706 + profile_path: /9Pd12b0Ii8Qio0Gyprwuu62UUQi.jpg + roles: + - character: DEA Agent Scott + credit_id: 52781aa7760ee36324007300 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 681 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + roles: + - character: Ben + credit_id: 63012d2111c066007cbc37b1 + episode_count: 1 + - character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + roles: + - character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 4082804 + known_for_department: Acting + name: Jonathan Ragsdale + order: 715 + original_name: Jonathan Ragsdale + popularity: 0.704 + profile_path: null + roles: + - character: Barry + credit_id: 647139dda199a60116c68a5f + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 1570632 + known_for_department: Acting + name: Catherine Haun + order: 716 + original_name: Catherine Haun + popularity: 2.349 + profile_path: /mxN9RFEdu2octsLkXwu4dS9xxKM.jpg + roles: + - character: Receptionist + credit_id: 64713a00dd731b01178ecccb + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3944044 + known_for_department: Acting + name: Dana Cortez + order: 737 + original_name: Dana Cortez + popularity: 0.241 + profile_path: null + roles: + - character: 'Anchor #4' + credit_id: 653ea0575907de011bc560a9 + episode_count: 1 + - character: TV Reporter + credit_id: 63ff4beb9f1be700cd61cd07 + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 4082806 + known_for_department: Acting + name: John Christopher Hicks + order: 755 + original_name: John Christopher Hicks + popularity: 0.294 + profile_path: null + roles: + - character: Biker + credit_id: 653eae2250733c01219b609c + episode_count: 1 + - character: Big Biker + credit_id: 64713a22dd731b00fae9d49b + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3955141 + known_for_department: Acting + name: David Priemazon + order: 778 + original_name: David Priemazon + popularity: 0.93 + profile_path: null + roles: + - character: DEA Point Man + credit_id: 64426b6f651fcf04dc9c8d23 + episode_count: 1 + - character: 'Deputy #2' + credit_id: 653ebb36cc968300c9e4893c + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1310671 + known_for_department: Acting + name: James Ning + order: 791 + original_name: James Ning + popularity: 1.187 + profile_path: /tlO5YAUNiDY7OlMiK5V23xPMmno.jpg + roles: + - character: Duane Chow + credit_id: 653ead685907de00c496ca7c + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1283043 + known_for_department: Acting + name: Eric Steinig + order: 806 + original_name: Eric Steinig + popularity: 3.482 + profile_path: /13k3JlULwttWFfCByfOcwMpQsmv.jpg + roles: + - character: Mike's Security Team 2 + credit_id: 653eb073109cd0010b043478 + episode_count: 1 + - character: Mike's Security Team Member + credit_id: 653eb135519bbb00fe5d117b + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3016433 + known_for_department: Acting + name: Matt Berlin + order: 810 + original_name: Matt Berlin + popularity: 1.117 + profile_path: null + roles: + - character: DEA Agent + credit_id: 653eb262bc2cb3014d4b518a + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 1808731 + known_for_department: Acting + name: Russ Dillen + order: 826 + original_name: Russ Dillen + popularity: 1.009 + profile_path: /iVDlokqyhNPuoEC0pGtEq0BI9i2.jpg + roles: + - character: Ron Forenall + credit_id: 653eb5b4c8a5ac011d6d9ef9 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1673616 + known_for_department: Acting + name: Sam Webb + order: 828 + original_name: Sam Webb + popularity: 0.665 + profile_path: null + roles: + - character: Drew Sharp + credit_id: 653eb66e5907de00e1a2b0cc + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 1797280 + known_for_department: Acting + name: Antoinette Antonio + order: 829 + original_name: Antoinette Antonio + popularity: 1.015 + profile_path: /tzyXZlK7iF89Cnm1xsUOWioK3N0.jpg + roles: + - character: TV Reporter + credit_id: 653eb6f030813100ae619803 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + roles: + - character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1215836 + known_for_department: Acting + name: Kyle Bornheimer + order: 503 + original_name: Kyle Bornheimer + popularity: 5.657 + profile_path: /79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg + roles: + - character: Ken Wins + credit_id: 52743e4d760ee35a69055194 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 220118 + known_for_department: Acting + name: Benjamin Petry + order: 505 + original_name: Benjamin Petry + popularity: 5.948 + profile_path: /xoCIpS2wG2JiP1BXL2qTun8q85o.jpg + roles: + - character: Jake Pinkman + credit_id: 527442eb760ee3572b078715 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 202830 + known_for_department: Acting + name: William Sterchi + order: 506 + original_name: William Sterchi + popularity: 1.631 + profile_path: /6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg + roles: + - character: Manager + credit_id: 527445a9760ee356ff077e53 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210056 + known_for_department: Acting + name: Pierre Barrera + order: 507 + original_name: Pierre Barrera + popularity: 2.081 + profile_path: /4JHYsaULy3LwSHig94olNyuYkx5.jpg + roles: + - character: Hugo Archuleta + credit_id: 52744776760ee356ea0892f3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 59303 + known_for_department: Acting + name: Marc Mouchet + order: 508 + original_name: Marc Mouchet + popularity: 0.768 + profile_path: /8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg + roles: + - character: Farley + credit_id: 527445f5760ee357130849b9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 187505 + known_for_department: Acting + name: Vivian Nesbitt + order: 509 + original_name: Vivian Nesbitt + popularity: 1.2 + profile_path: /9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg + roles: + - character: Mrs. Pope + credit_id: 527447f4760ee37c3e00f81f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1089016 + known_for_department: Acting + name: Seri DeYoung + order: 510 + original_name: Seri DeYoung + popularity: 2.566 + profile_path: /nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg + roles: + - character: Student + credit_id: 52744908760ee35a690730ed + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 967071 + known_for_department: Acting + name: Beth Bailey + order: 511 + original_name: Beth Bailey + popularity: 1.443 + profile_path: /eoedvwzfma84LRwfCYhkb69wky7.jpg + roles: + - character: Realtor + credit_id: 52744bd7760ee356ff08c286 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1221121 + known_for_department: Acting + name: Dennis Keiffer + order: 512 + original_name: Dennis Keiffer + popularity: 4.928 + profile_path: /jb6FR0OZgCqbPOkKq2KikXr31WW.jpg + roles: + - character: Lookout + credit_id: 52744a4a760ee35a69077c8c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 58651 + known_for_department: Acting + name: Geoffrey Rivas + order: 513 + original_name: Geoffrey Rivas + popularity: 6.035 + profile_path: /nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg + roles: + - character: Police Officer + credit_id: 52744c32760ee37c3e01cba4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210154 + known_for_department: Acting + name: Mike Miller + order: 514 + original_name: Mike Miller + popularity: 1.018 + profile_path: null + roles: + - character: Jewelry Store Owner + credit_id: 52744cd0760ee357130a126e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 162098 + known_for_department: Acting + name: Kat Sawyer-Young + order: 518 + original_name: Kat Sawyer-Young + popularity: 3.677 + profile_path: /y20zuHaRfkYWeCsljk7P6fSiFCE.jpg + roles: + - character: Dr. Soper + credit_id: 52745180760ee357220beabd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 211742 + known_for_department: Acting + name: Drew Waters + order: 519 + original_name: Drew Waters + popularity: 3.519 + profile_path: /xMHfQ9ZLK5uDN0olOs4opDwUapS.jpg + roles: + - character: Paul Tyree + credit_id: 5274ea5e760ee347c90dc622 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 207201 + known_for_department: Acting + name: Shauna McLean + order: 520 + original_name: Shauna McLean + popularity: 1.859 + profile_path: null + roles: + - character: Sara Tyree + credit_id: 5274eb39760ee345a90ea99c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 569548 + known_for_department: Acting + name: Argos MacCallum + order: 521 + original_name: Argos MacCallum + popularity: 0.941 + profile_path: null + roles: + - character: Wino + credit_id: 5274ecc7760ee314b5058b54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 61566 + known_for_department: Acting + name: Lawrence Varnado + order: 523 + original_name: Lawrence Varnado + popularity: 1.341 + profile_path: /455paVSfl1yQtcX5pQ6I2EJCpKv.jpg + roles: + - character: Agent Buddy + credit_id: 5274f786760ee347c91056ff + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 999320 + known_for_department: Acting + name: Cocoa Brown + order: 525 + original_name: Cocoa Brown + popularity: 3.118 + profile_path: /s8Lel80TmLqMV0YMEkplpy58H4l.jpg + roles: + - character: Mail Lady + credit_id: 527503b0760ee343c010eaa6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 85954 + known_for_department: Acting + name: J.D. Garfield + order: 527 + original_name: J.D. Garfield + popularity: 2.864 + profile_path: /7omIUAP7WPEXkS0OtFUmqXCgTq9.jpg + roles: + - character: DEA Agent Vanco + credit_id: 52750782760ee345a913b54e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 42201 + known_for_department: Acting + name: Rio Alexander + order: 528 + original_name: Rio Alexander + popularity: 2.382 + profile_path: /aeeWB6b5FrPrxbjXCI4TfY1mzQb.jpg + roles: + - character: Federale + credit_id: 5275081e760ee314b50a2ea2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 132078 + known_for_department: Acting + name: DJ Qualls + order: 529 + original_name: DJ Qualls + popularity: 17.035 + profile_path: /82COoV89p7a8Cd6pxPO9H7m1sIy.jpg + roles: + - character: Getz + credit_id: 527538ac760ee31552011ef3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1129124 + known_for_department: Acting + name: Jeff Fenter + order: 530 + original_name: Jeff Fenter + popularity: 0.707 + profile_path: /nx0ItdfjwE52xBPz8smZ6vAma9T.jpg + roles: + - character: Urinal Guy + credit_id: 52753f28760ee3155a02727d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 205521 + known_for_department: Acting + name: Marcus M. Mauldin + order: 531 + original_name: Marcus M. Mauldin + popularity: 1.27 + profile_path: /gTY6cPYeJ9IuIyN2AJX2Bdt2IN1.jpg + roles: + - character: Technician + credit_id: 52753f6b760ee3157a0271ab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 111014 + known_for_department: Acting + name: Carl Savering + order: 533 + original_name: Carl Savering + popularity: 1.106 + profile_path: null + roles: + - character: Bob + credit_id: 52754154760ee335780056e8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 19491 + known_for_department: Acting + name: Stoney Westmoreland + order: 539 + original_name: Stoney Westmoreland + popularity: 2.166 + profile_path: null + roles: + - character: Policeman + credit_id: 5275a2ee760ee33562121029 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 12435 + known_for_department: Production + name: Shari Rhodes + order: 541 + original_name: Shari Rhodes + popularity: 4.886 + profile_path: /eXQ9dUdKqqP6NUbpMfUl2xWCcaA.jpg + roles: + - character: Bingo Lady + credit_id: 5275a363760ee33562121b5e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 20088 + known_for_department: Acting + name: Jolene Purdy + order: 542 + original_name: Jolene Purdy + popularity: 3.632 + profile_path: /hq66UInEJuDjS3M4aCqgTFEcIzA.jpg + roles: + - character: Cara + credit_id: 5275a56f760ee31a0e01f504 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 35566 + known_for_department: Acting + name: Mark Hanson + order: 543 + original_name: Mark Hanson + popularity: 2.999 + profile_path: /brqpJ3MQuQQYommR1Qud7PcBx06.jpg + roles: + - character: Burnout + credit_id: 5275a639760ee3354c134a68 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 167759 + known_for_department: Acting + name: Carole Gutierrez + order: 544 + original_name: Carole Gutierrez + popularity: 0.904 + profile_path: /kBF3tccPYqG3Ns708nbhSzwU4g9.jpg + roles: + - character: Mrs. Ortega + credit_id: 52762e0a760ee36b3709ce03 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 138266 + known_for_department: Acting + name: Kathy Rose Center + order: 546 + original_name: Kathy Rose Center + popularity: 2.124 + profile_path: /qp2kddgWdNBBDHqpIvArE6qwvDe.jpg + roles: + - character: Ma Kettle + credit_id: 52762f9f760ee35a9d0d7351 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210697 + known_for_department: Acting + name: Frank Bond + order: 548 + original_name: Frank Bond + popularity: 0.905 + profile_path: /5EyqkOeNDzksCPgvZCwvPyujPbz.jpg + roles: + - character: Realtor + credit_id: 527631bb760ee3354c287607 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 223397 + known_for_department: Acting + name: Jiji Hise + order: 549 + original_name: Jiji Hise + popularity: 2.598 + profile_path: /ttGiAfKXVjNNdKfNhFxxCibQ1QJ.jpg + roles: + - character: Mother + credit_id: 52763214760ee36b370aa6a1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 74538 + known_for_department: Acting + name: Nate Mooney + order: 550 + original_name: Nate Mooney + popularity: 4.344 + profile_path: /kBcIrVvc9hTAiUOERK2pCQgX1Iw.jpg + roles: + - character: Arms Dealer + credit_id: 527632fc760ee36b370ac9eb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 109787 + known_for_department: Acting + name: Michael Showers + order: 552 + original_name: Michael Showers + popularity: 1.096 + profile_path: /7QAkmhrZVgRYflui9rj9Jf8fiYS.jpg + roles: + - character: Union Rep + credit_id: 52763381760ee33449026de3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 156605 + known_for_department: Acting + name: Mark Sivertsen + order: 553 + original_name: Mark Sivertsen + popularity: 2.803 + profile_path: /MXbRFhkhmu1qpAD2vqyPaAfuNt.jpg + roles: + - character: 'ABQ Detective #1' + credit_id: 5276339a760ee35a9d0ec267 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1151637 + known_for_department: Acting + name: Lora Martinez-Cunningham + order: 556 + original_name: Lora Martinez-Cunningham + popularity: 6.674 + profile_path: /gjbnJZCzNkshj2bKEe51sEcnPOV.jpg + roles: + - character: 'ER Doctor #2' + credit_id: 5276354f760ee33e44017683 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 88949 + known_for_department: Acting + name: Mark Harelik + order: 557 + original_name: Mark Harelik + popularity: 8.146 + profile_path: /tzLd27s8dduLh3c22gSt2QfI6wY.jpg + roles: + - character: Doctor + credit_id: 527636e8760ee35a9d0f3073 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 156667 + known_for_department: Acting + name: Cynthia Ruffin + order: 558 + original_name: Cynthia Ruffin + popularity: 3.098 + profile_path: /v9pRPxUbs8Cbm9c39Nshnzoi6gD.jpg + roles: + - character: Hospital Administrator + credit_id: 52763733760ee35a9a0de06a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 93228 + known_for_department: Acting + name: Louis Herthum + order: 559 + original_name: Louis Herthum + popularity: 7.299 + profile_path: /7QarKov7OLIKKv6m152rnEyOnfq.jpg + roles: + - character: Realtor + credit_id: 52763bf0760ee35a9d1044d7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 176463 + known_for_department: Acting + name: Fernando Escandon + order: 560 + original_name: Fernando Escandon + popularity: 1.508 + profile_path: null + roles: + - character: Commercial Narrator (voice) + credit_id: 52763765760ee35a9a0defae + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 201975 + known_for_department: Acting + name: Tiley Chao + order: 561 + original_name: Tiley Chao + popularity: 1.634 + profile_path: /65ue0kHyuHMxbeGaVn5S1k5zkZb.jpg + roles: + - character: Peng + credit_id: 52763c18760ee3353f2a331d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 18300 + known_for_department: Crew + name: Eddie J. Fernandez + order: 563 + original_name: Eddie J. Fernandez + popularity: 5.719 + profile_path: /wA9CnODxcaiLTrTnZ8wnlPIeW1R.jpg + roles: + - character: 'Cartel Gunman #1' + credit_id: 52763c4c760ee3353f2a3e45 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 59674 + known_for_department: Acting + name: Ben Hernandez Bray + order: 564 + original_name: Ben Hernandez Bray + popularity: 3.955 + profile_path: /bl5f89xS7JddYe7hfBUej7EUs6U.jpg + roles: + - character: 'Cartel Gunman #2' + credit_id: 52763c65760ee33e4402e056 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 179882 + known_for_department: Crew + name: Toby Holguin + order: 565 + original_name: Toby Holguin + popularity: 3.877 + profile_path: /4jjsgFJYudtaIaX7ITxiFoBEQlo.jpg + roles: + - character: 'Cartel Gunman #3' + credit_id: 52763c7c760ee35aa00dfb1c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1031469 + known_for_department: Crew + name: Eddie Perez + order: 566 + original_name: Eddie Perez + popularity: 3.83 + profile_path: /lJ0584zfHNwj2QywbBvF7TcEy8w.jpg + roles: + - character: 'Cartel Gunman #4' + credit_id: 52763cb2760ee3354c2a876f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 102454 + known_for_department: Acting + name: John Lawlor + order: 568 + original_name: John Lawlor + popularity: 1.903 + profile_path: /2MAGzh7EyyyFfeBVxmUQQc8STFZ.jpg + roles: + - character: Locksmith + credit_id: 52763f74760ee35a9a0f9afa + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1232036 + known_for_department: Acting + name: John Barbour + order: 569 + original_name: John Barbour + popularity: 0.729 + profile_path: /zZnDhvj97LSbwrueg6hdsKUIzFz.jpg + roles: + - character: Neighbor + credit_id: 52764013760ee33e440391df + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 61883 + known_for_department: Acting + name: Tank Jones + order: 570 + original_name: Tank Jones + popularity: 2.902 + profile_path: /cUMseyEe7JxY0uAZm76PyCX4hm8.jpg + roles: + - character: Chuck + credit_id: 52765395760ee35aa0119bf0 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1059256 + known_for_department: Acting + name: Jefferson Arca + order: 571 + original_name: Jefferson Arca + popularity: 0.2 + profile_path: /uzy0J3RmshYaDWmWJcsPmjN0n0z.jpg + roles: + - character: Delivery Man + credit_id: 527653b3760ee33449071b76 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1260554 + known_for_department: Acting + name: Sarah Minnich + order: 572 + original_name: Sarah Minnich + popularity: 4.01 + profile_path: /b9HKZ5Q4RmMKhiDfIGHzADmZ45c.jpg + roles: + - character: Party Girl + credit_id: 5276540a760ee3354c2d9a41 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 191897 + known_for_department: Acting + name: Jennifer Hasty + order: 573 + original_name: Jennifer Hasty + popularity: 3.189 + profile_path: /93wJj5pTLByM4PtGrZdzAyF0dQd.jpg + roles: + - character: Stephanie Doswell + credit_id: 527655c0760ee360360133eb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 61161 + known_for_department: Acting + name: Ralph Alderman + order: 574 + original_name: Ralph Alderman + popularity: 4.442 + profile_path: /cwhyblIX4r8V5Mmrm6u4r9v4Etw.jpg + roles: + - character: First Realtor + credit_id: 527659f8760ee3354c2e969c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 155876 + known_for_department: Acting + name: Delana Michaels + order: 576 + original_name: Delana Michaels + popularity: 1.633 + profile_path: /tYAarmro0T2P4J4NDqsrY0amCgo.jpg + roles: + - character: Female Homeowner + credit_id: 52765a3d760ee33449080d54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1234823 + known_for_department: Acting + name: Rutherford Cravens + order: 578 + original_name: Rutherford Cravens + popularity: 0.865 + profile_path: /qrwiysLs4u5nEAWYtSBIG4Gd2Cn.jpg + roles: + - character: Mortgage Broker + credit_id: 5276825d760ee3354c36d9a3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 62752 + known_for_department: Acting + name: Damon Herriman + order: 579 + original_name: Damon Herriman + popularity: 13.007 + profile_path: /wMCYFY8qzKEvg9Jq6cQmLnHHyLl.jpg + roles: + - character: Scary Skell + credit_id: 52768328760ee37a93075234 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1218789 + known_for_department: Acting + name: Blake Berris + order: 580 + original_name: Blake Berris + popularity: 3.759 + profile_path: /pm6J4LQIFEnCbKsRrbCAcRr8Ejs.jpg + roles: + - character: Tucker + credit_id: 5276840a760ee3354c37371b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 210698 + known_for_department: Acting + name: Henry Herman + order: 581 + original_name: Henry Herman + popularity: 0.784 + profile_path: null + roles: + - character: Truck Guard 2 + credit_id: 52768513760ee36d5f0a384d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1054505 + known_for_department: Acting + name: Fran Martone + order: 583 + original_name: Fran Martone + popularity: 0.752 + profile_path: null + roles: + - character: Colleen + credit_id: 527686b8760ee360330bcc44 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 982297 + known_for_department: Acting + name: J. Michael Oliva + order: 585 + original_name: J. Michael Oliva + popularity: 1.679 + profile_path: null + roles: + - character: Support Group Member + credit_id: 527686d2760ee35a9a1dce65 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1155333 + known_for_department: Acting + name: Keith Meriweather + order: 586 + original_name: Keith Meriweather + popularity: 3.479 + profile_path: /9piO8NoPCQzOB189KM4terAhoF.jpg + roles: + - character: Mike's Security Team 1 + credit_id: 527686fd760ee33449146bab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 62146 + known_for_department: Acting + name: Rob Brownstein + order: 589 + original_name: Rob Brownstein + popularity: 4.756 + profile_path: /sk9VcGhw7XenZMJTNi9l8nI1v6o.jpg + roles: + - character: CID Special Agent + credit_id: 527689e1760ee360330c96b4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1140569 + known_for_department: Acting + name: Scott Sharot + order: 590 + original_name: Scott Sharot + popularity: 0.694 + profile_path: null + roles: + - character: Car Wash Customer + credit_id: 52768a1f760ee35a9a1e83cc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 54793 + known_for_department: Acting + name: Carlo Rota + order: 591 + original_name: Carlo Rota + popularity: 11.244 + profile_path: /bsT3XaB8YqsZijYdOsG1pKH24JJ.jpg + roles: + - character: Benicio Fuentes + credit_id: 52768ab6760ee37a9308e349 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 989813 + known_for_department: Acting + name: Stephen Eiland + order: 595 + original_name: Stephen Eiland + popularity: 1.292 + profile_path: /bdpyGtNlwHS9y4Cdq4kirmeQRAU.jpg + roles: + - character: Miguel + credit_id: 52768b2a760ee36d750c5dda + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 178654 + known_for_department: Acting + name: T.C. Warner + order: 596 + original_name: T.C. Warner + popularity: 0.819 + profile_path: null + roles: + - character: Pediatric Nurse + credit_id: 5276f3ef760ee35a9a31d180 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1219610 + known_for_department: Acting + name: Myra Turley + order: 598 + original_name: Myra Turley + popularity: 2.155 + profile_path: /896M6BggJ6vcjviVvZV9trcSV93.jpg + roles: + - character: Caregiver + credit_id: 5276f517760ee34ca70c3f55 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1240490 + known_for_department: Acting + name: Kevin Wiggins + order: 600 + original_name: Kevin Wiggins + popularity: 4.267 + profile_path: /9wVPnBSwCYEZXS6gWGxaYwxUIVv.jpg + roles: + - character: Gus' Operative + credit_id: 5276f641760ee36033200f51 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1264845 + known_for_department: Acting + name: Monique Candelaria + order: 601 + original_name: Monique Candelaria + popularity: 5.146 + profile_path: /jndsq3PlaIGmRExZHKrfvrMS3Uj.jpg + roles: + - character: Lucy + credit_id: 5277000c760ee34f980dca0c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 6701 + known_for_department: Acting + name: Norbert Weisser + order: 607 + original_name: Norbert Weisser + popularity: 7.579 + profile_path: /A2QeLaigXmj1dtJHVLl27N8qNFd.jpg + roles: + - character: Peter Schuler + credit_id: 527702a7760ee3215f01527d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1219524 + known_for_department: Acting + name: Wolf Muser + order: 608 + original_name: Wolf Muser + popularity: 2.292 + profile_path: /pjtffZMshARfyYvFdFJrPqykkXl.jpg + roles: + - character: Herr Herzog + credit_id: 5277038c760ee34f980e4bd6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 121277 + known_for_department: Acting + name: Norma Maldonado + order: 609 + original_name: Norma Maldonado + popularity: 2.493 + profile_path: /hD9iSbqkRU5dpxr3OScKIiYjLnN.jpg + roles: + - character: Delores + credit_id: 52770445760ee339701307f0 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 239997 + known_for_department: Acting + name: Debrianna Mansini + order: 610 + original_name: Debrianna Mansini + popularity: 2.217 + profile_path: /xG3T8QWMmEgD47tyWGOy4NibYMN.jpg + roles: + - character: Fran + credit_id: 5277046e760ee3215f018e69 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 116233 + known_for_department: Acting + name: Franc Ross + order: 611 + original_name: Franc Ross + popularity: 3.92 + profile_path: /ryhu0C5dAatcI2vDpi2crx0NbBE.jpg + roles: + - character: Ira + credit_id: 5277f0f0760ee35ba20c6abc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1170374 + known_for_department: Acting + name: Kristin Hansen + order: 612 + original_name: Kristin Hansen + popularity: 2.63 + profile_path: /kVK61O0lHcXNaXTS03HGqtcRcwh.jpg + roles: + - character: Darla + credit_id: 5277f185760ee331cb010fc8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 307885 + known_for_department: Acting + name: Alex Knight + order: 613 + original_name: Alex Knight + popularity: 2.977 + profile_path: /eojFYCdbTnv5VegIMoCVrJXur3K.jpg + roles: + - character: Salesman + credit_id: 5277f20b760ee331ce012975 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 79079 + known_for_department: Acting + name: Jamie McShane + order: 614 + original_name: Jamie McShane + popularity: 15.198 + profile_path: /wojvRZMpAwytyoFTMFOpvZ26qJq.jpg + roles: + - character: Conductor + credit_id: 5277f521760ee331cb019d13 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 84955 + known_for_department: Acting + name: Myk Watford + order: 615 + original_name: Myk Watford + popularity: 3.039 + profile_path: /atyeOUzaR5f6Ew3gA2qE9N0Tvcr.jpg + roles: + - character: Engineer + credit_id: 5277f920760ee3397037ab99 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1194992 + known_for_department: Acting + name: Ryan Begay + order: 617 + original_name: Ryan Begay + popularity: 3.589 + profile_path: /oIzcJxPs0gcW5Ne6beuwaXKTZrJ.jpg + roles: + - character: Good Samaritan + credit_id: 5277faee760ee331ce02b84e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 197857 + known_for_department: Acting + name: Craig Nigh + order: 621 + original_name: Craig Nigh + popularity: 2.683 + profile_path: /6dUivUU1OEmixR7ettlonsL5KDX.jpg + roles: + - character: Asst. US Attorney + credit_id: 5278121c760ee36b951e53f1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 61152 + known_for_department: Acting + name: Debi Parker + order: 622 + original_name: Debi Parker + popularity: 0.524 + profile_path: null + roles: + - character: Min-Ye + credit_id: 52781a00760ee3764e103a31 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 208061 + known_for_department: Acting + name: Chad Brummett + order: 623 + original_name: Chad Brummett + popularity: 0.979 + profile_path: /gAey8j0Rnz9k6nPgcni3p1Cm3zO.jpg + roles: + - character: DEA Agent Artie + credit_id: 52781a3d760ee35b14023699 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1193431 + known_for_department: Acting + name: Wayne Dehart + order: 624 + original_name: Wayne Dehart + popularity: 2.941 + profile_path: /lvSDWQ0TpkhsTmk9obaZLIxU0j2.jpg + roles: + - character: Homeless Man + credit_id: 52781aeb760ee35e8e247957 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 963009 + known_for_department: Acting + name: Ray Chavez + order: 625 + original_name: Ray Chavez + popularity: 1.131 + profile_path: null + roles: + - character: Skater + credit_id: 52781bc6760ee375bb0007ca + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 191132 + known_for_department: Acting + name: Mark Vasconcellos + order: 629 + original_name: Mark Vasconcellos + popularity: 0.923 + profile_path: /sq75o4tKduBBiBeTsNQALBkJoBS.jpg + roles: + - character: Jack's Henchman + credit_id: 52782a7c760ee375d40245c0 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 962861 + known_for_department: Acting + name: Bruce McKenzie + order: 631 + original_name: Bruce McKenzie + popularity: 4.133 + profile_path: /hzXLV3EzPFVTTgZ8lHves52GIb0.jpg + roles: + - character: Dave + credit_id: 52782ee0760ee3046f019146 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 131420 + known_for_department: Acting + name: Wray Crawford + order: 635 + original_name: Wray Crawford + popularity: 1.145 + profile_path: /vfELFDthE2iIXurrdfJ53UtqkWY.jpg + roles: + - character: Locksmith + credit_id: 52782f10760ee30b9d0040a8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 199836 + known_for_department: Acting + name: Jack Burning + order: 636 + original_name: Jack Burning + popularity: 1.053 + profile_path: null + roles: + - character: Homeless Man + credit_id: 52782f67760ee3046f019e6f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1102383 + known_for_department: Acting + name: Merritt C. Glover + order: 639 + original_name: Merritt C. Glover + popularity: 0.734 + profile_path: null + roles: + - character: Customer + credit_id: 52783068760ee3046f01bf54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 126829 + known_for_department: Acting + name: Saginaw Grant + order: 640 + original_name: Saginaw Grant + popularity: 1.751 + profile_path: /pQdS21e9ddOcSS2JzKsibdZexbd.jpg + roles: + - character: Native American Man + credit_id: 52783137760ee37c54027895 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 167145 + known_for_department: Acting + name: Hank Rogerson + order: 641 + original_name: Hank Rogerson + popularity: 1.967 + profile_path: /iP4XcHwxQsgeoRb9izKXGyXk3DQ.jpg + roles: + - character: 'Detective #1' + credit_id: 52783157760ee3757203bccd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 967704 + known_for_department: Acting + name: Billy Lockwood + order: 642 + original_name: Billy Lockwood + popularity: 1.688 + profile_path: /kH1J0HhK7GgAwqkpAJxOyRbPL2D.jpg + roles: + - character: 'Detective #2' + credit_id: 52783181760ee375b3039628 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1218149 + known_for_department: Acting + name: Brennan Brown + order: 644 + original_name: Brennan Brown + popularity: 9.765 + profile_path: /ulP8XOTkF1EOfZGiyLXMrpkIZzo.jpg + roles: + - character: US Attorney + credit_id: 527832b6760ee3757e0437cf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1063149 + known_for_department: Acting + name: Eric Price + order: 646 + original_name: Eric Price + popularity: 1.681 + profile_path: /ubz1x3b3osigzaaitLuGnofDE.jpg + roles: + - character: Public Defender + credit_id: 52783571760ee3046f026795 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 5694 + known_for_department: Acting + name: Robert Forster + order: 647 + original_name: Robert Forster + popularity: 11.899 + profile_path: /8OiwipCStS3HyfIm7h7qwEEqIaF.jpg + roles: + - character: Ed + credit_id: 527835f4760ee37572044673 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 173129 + known_for_department: Acting + name: Kurt Soderstrom + order: 648 + original_name: Kurt Soderstrom + popularity: 0.896 + profile_path: null + roles: + - character: Bartender + credit_id: 527836c3760ee375a605416f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + roles: + - character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 208060 + known_for_department: Acting + name: Deborah Martinez + order: 652 + original_name: Deborah Martinez + popularity: 1.057 + profile_path: /hhmtAeXEKtZxOSxaAZ6jYBW5ow.jpg + roles: + - character: School Office Worker + credit_id: 527836e6760ee375b3044064 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 209680 + known_for_department: Acting + name: Frederic Doss + order: 653 + original_name: Frederic Doss + popularity: 0.56 + profile_path: null + roles: + - character: Off Duty Cop + credit_id: 54e89b13c3a36836e0001dc9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 70177 + known_for_department: Acting + name: Charlie Rose + order: 654 + original_name: Charlie Rose + popularity: 3.347 + profile_path: /xUP3ASMgGrqruj7dYcQQBfLo9xm.jpg + roles: + - character: Charlie Rose + credit_id: 5278372e760ee37c54032bbf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 175895 + known_for_department: Acting + name: Steve Stafford + order: 657 + original_name: Steve Stafford + popularity: 5.352 + profile_path: null + roles: + - character: DEA Agent + credit_id: 527838cc760ee3046f02c0e8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 104482 + known_for_department: Acting + name: James Martinez + order: 664 + original_name: James Martinez + popularity: 6.923 + profile_path: /xWGHtcBUmNO9MBqoDHPtetQZ3k7.jpg + roles: + - character: Max Arsiniega + credit_id: 527a42d8760ee3483017f5a3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 3021273 + known_for_department: Acting + name: Michael McCormick + order: 665 + original_name: Michael McCormick + popularity: 1.127 + profile_path: /4JsEn7M5eC5XDxuiBn6Izq86ERj.jpg + roles: + - character: Pa Kettle + credit_id: 60599eb66bdec300548b4f2f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1313823 + known_for_department: Acting + name: Guy Wilson + order: 669 + original_name: Guy Wilson + popularity: 1.658 + profile_path: /qoBVJOg8yYo5UpZoyrAV0jhhl0n.jpg + roles: + - character: Trent + credit_id: 5ef3bae59661fc003625f338 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 3039254 + known_for_department: Acting + name: Fred Cruz + order: 670 + original_name: Fred Cruz + popularity: 1.483 + profile_path: null + roles: + - character: Lt. Adam Estiguez + credit_id: 606b4cdf9ca7590029e92aea + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1731714 + known_for_department: Acting + name: Taylor Dearden + order: 672 + original_name: Taylor Dearden + popularity: 2.888 + profile_path: /4oIL97ha0B4Gmp5tf4VUsqsWQUa.jpg + roles: + - character: Sad Faced Girl + credit_id: 62f29cf4880c92007aefda8b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + roles: + - character: Chad + credit_id: 63012a1a33a376007a442d63 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + roles: + - character: Irving + credit_id: 63012a5c33a376007f87247b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + roles: + - character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + roles: + - character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + roles: + - character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1448105 + known_for_department: Acting + name: Shane Marinson + order: 683 + original_name: Shane Marinson + popularity: 0.232 + profile_path: null + roles: + - character: Ob-Gyn + credit_id: 63012c9c5f4b73008267ba53 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670933 + known_for_department: Acting + name: Anthony Wamego + order: 685 + original_name: Anthony Wamego + popularity: 0.001 + profile_path: null + roles: + - character: Backhoe Operator + credit_id: 63012d2abb2602007ceea8d2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 939366 + known_for_department: Acting + name: Anna Felix + order: 686 + original_name: Anna Felix + popularity: 2.055 + profile_path: null + roles: + - character: Sales Girl + credit_id: 63012e36dfe31d0080103f2c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2085663 + known_for_department: Acting + name: Daniel Serrano + order: 687 + original_name: Daniel Serrano + popularity: 0.99 + profile_path: null + roles: + - character: Meth Drug Dealer + credit_id: 63012e72426ae8007a5b6b5a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1673624 + known_for_department: Acting + name: Jon Kristian Moore + order: 688 + original_name: Jon Kristian Moore + popularity: 2.09 + profile_path: null + roles: + - character: DEA Agent + credit_id: 63012ebb426ae800823a6bac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1302829 + known_for_department: Acting + name: Tish Rayburn-Miller + order: 689 + original_name: Tish Rayburn-Miller + popularity: 0.447 + profile_path: null + roles: + - character: Bank Teller + credit_id: 63012ec897eab40082b1a672 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2430293 + known_for_department: Production + name: Kiira Arai + order: 690 + original_name: Kiira Arai + popularity: 1.058 + profile_path: null + roles: + - character: Server + credit_id: 63012f961da7a6007db08d8a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 92756 + known_for_department: Acting + name: Bill Allen + order: 691 + original_name: Bill Allen + popularity: 1.54 + profile_path: /uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg + roles: + - character: Scientist + credit_id: 63012fa39653f6007fee8185 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 193285 + known_for_department: Acting + name: Loren Haynes + order: 692 + original_name: Loren Haynes + popularity: 0.666 + profile_path: /1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg + roles: + - character: Music Producer + credit_id: 63012fc4839d93007e4c2dbf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670958 + known_for_department: Acting + name: Kyle Swimmer + order: 693 + original_name: Kyle Swimmer + popularity: 0.028 + profile_path: null + roles: + - character: Louis + credit_id: 63012fd111c066007f8de38f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670960 + known_for_department: Acting + name: Robert Arrington + order: 694 + original_name: Robert Arrington + popularity: 0.07 + profile_path: null + roles: + - character: Soren + credit_id: 63012fd93e6f2b0082b3ba66 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 3670961 + known_for_department: Acting + name: Juanita Trad + order: 695 + original_name: Juanita Trad + popularity: 0.384 + profile_path: null + roles: + - character: Medical Technician + credit_id: 63012fe5839d93007b62c31e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1803314 + known_for_department: Acting + name: Lorri Oliver + order: 696 + original_name: Lorri Oliver + popularity: 0.537 + profile_path: null + roles: + - character: Concerned Parent + credit_id: 6301b920097c4900911058ab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 3671381 + known_for_department: Acting + name: Kristen Loree + order: 697 + original_name: Kristen Loree + popularity: 0.482 + profile_path: null + roles: + - character: Concerned Parent + credit_id: 6301b927532acb007bd3b1cf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 79236 + known_for_department: Acting + name: Dave Colon + order: 698 + original_name: Dave Colon + popularity: 1.105 + profile_path: /lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg + roles: + - character: Concerned Parent + credit_id: 6301b930532acb007bd3b1d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 209844 + known_for_department: Acting + name: Carrie Fleming + order: 699 + original_name: Carrie Fleming + popularity: 0.83 + profile_path: /sa8ey6b8wTFYhm170tE7pPWS1An.jpg + roles: + - character: Yuppie Woman + credit_id: 6301b987fb5299007d66336f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1094319 + known_for_department: Acting + name: Matthew Page + order: 700 + original_name: Matthew Page + popularity: 1.932 + profile_path: /vMI1zxybJONZYqL8MI9gGxyfqfC.jpg + roles: + - character: Chemical Plant Guard + credit_id: 6301b9db839d93008b6133ea + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1847290 + known_for_department: Writing + name: Jacob O'Brien Mulliken + order: 701 + original_name: Jacob O'Brien Mulliken + popularity: 0.944 + profile_path: null + roles: + - character: Prospective Buyer + credit_id: 6301b9f1839d93007b62e5e1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3671392 + known_for_department: Acting + name: Charles Dowdy III + order: 702 + original_name: Charles Dowdy III + popularity: 1.462 + profile_path: null + roles: + - character: Mr. Wilson + credit_id: 6301ba0f097c490091105904 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1223198 + known_for_department: Writing + name: Moira Walley-Beckett + order: 703 + original_name: Moira Walley-Beckett + popularity: 5.629 + profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + roles: + - character: Car Wash Customer (uncredited) + credit_id: 6315fec4326c190079d3f992 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1884648 + known_for_department: Acting + name: Isaac Kappy + order: 706 + original_name: Isaac Kappy + popularity: 1.817 + profile_path: /t2Yy4YwlmQGHCp6IOaCeWnMKENh.jpg + roles: + - character: Rowdy Prisoner + credit_id: 63ff4b8cc7176d00db594b09 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 456066 + known_for_department: Acting + name: Ryan Lee + order: 707 + original_name: Ryan Lee + popularity: 11.499 + profile_path: /1DpDbF9qi9nnMfKfGKnyhNPkNCb.jpg + roles: + - character: Neighborhood Kid + credit_id: 63ff4b979f1be7007ca6968f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1006144 + known_for_department: Acting + name: Vic Browder + order: 708 + original_name: Vic Browder + popularity: 1.303 + profile_path: /lIPhuDHdmO0sDeykHmSkQA9terF.jpg + roles: + - character: Detective + credit_id: 63ff4ba3cf62cd00811c281f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2266095 + known_for_department: Acting + name: Sheran Goodspeed Keyton + order: 712 + original_name: Sheran Goodspeed Keyton + popularity: 1.478 + profile_path: null + roles: + - character: Tio's Nurse + credit_id: 64426b52d35dea04d9faed2b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1785041 + known_for_department: Acting + name: Ramsey Williams + order: 714 + original_name: Ramsey Williams + popularity: 1.691 + profile_path: null + roles: + - character: Supermarket Clerk + credit_id: 64426b7afcec2e0439d975de + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 4082808 + known_for_department: Acting + name: Gabriel Berrelleza + order: 718 + original_name: Gabriel Berrelleza + popularity: 1.014 + profile_path: null + roles: + - character: 'Narcocorridos Band #1' + credit_id: 64713a3d9ae61300e593c46d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 4082809 + known_for_department: Acting + name: Martiniano Berrelleza Alvarado + order: 719 + original_name: Martiniano Berrelleza Alvarado + popularity: 0.557 + profile_path: null + roles: + - character: 'Narcocorridos Band #2' + credit_id: 64713a47dd731b00c0ba3bdb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1582083 + known_for_department: Acting + name: Rafael Herrera + order: 720 + original_name: Rafael Herrera + popularity: 0.846 + profile_path: null + roles: + - character: 'Carpet Cleaner #2' + credit_id: 64d24191549dda00e2ded27e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 4310260 + known_for_department: Acting + name: Brandon Carr + order: 721 + original_name: Brandon Carr + popularity: 0.227 + profile_path: null + roles: + - character: Young Boy + credit_id: 6521d3c595c0af01001fc19c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 4310261 + known_for_department: Acting + name: Dylan Carr + order: 722 + original_name: Dylan Carr + popularity: 0.513 + profile_path: null + roles: + - character: Young Boy + credit_id: 6521d3cac50ad200c91fc4de + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1392034 + known_for_department: Acting + name: Andrew Lutheran + order: 723 + original_name: Andrew Lutheran + popularity: 1.61 + profile_path: /xQcso4XpNnHollWR8nRSEC40nWR.jpg + roles: + - character: Jeffrey + credit_id: 6521d43d07216600e2da229d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 227950 + known_for_department: Acting + name: Shannon McCormick + order: 726 + original_name: Shannon McCormick + popularity: 1.303 + profile_path: /8MqQpAFfZpO5m6PdrnrrQicCeEH.jpg + roles: + - character: Tweaky Dude + credit_id: 6525d2cecedac4012217726f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1559825 + known_for_department: Acting + name: Ka Beesler + order: 727 + original_name: Ka Beesler + popularity: 0.427 + profile_path: null + roles: + - character: Thug Buddy + credit_id: 6525d2d407216645b40032c1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 4315262 + known_for_department: Acting + name: Reis Myers Mccormick + order: 729 + original_name: Reis Myers Mccormick + popularity: 0.146 + profile_path: null + roles: + - character: OB / GYN + credit_id: 6525d32ecedac400ace3e3ac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4327773 + known_for_department: Acting + name: Erin Miller-Gibbs + order: 732 + original_name: Erin Miller-Gibbs + popularity: 0.01 + profile_path: null + roles: + - character: Restaurant Employee + credit_id: 653051cfedeb4300fe7c48c6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1086459 + known_for_department: Acting + name: Maggie Fine + order: 735 + original_name: Maggie Fine + popularity: 0.479 + profile_path: null + roles: + - character: 'Beneke Employee #1' + credit_id: 653051ed1fb94f00e2507ec8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2950986 + known_for_department: Acting + name: Kate Schroeder + order: 736 + original_name: Kate Schroeder + popularity: 0.053 + profile_path: null + roles: + - character: 'Beneke Employee #2' + credit_id: 6530525b1fb94f011c606ef5 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346500 + known_for_department: Acting + name: Liam Ruggles + order: 738 + original_name: Liam Ruggles + popularity: 0.045 + profile_path: null + roles: + - character: Henry Tyree + credit_id: 653e9a9950733c013e34ecac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346512 + known_for_department: Acting + name: Jimmy Daniels + order: 739 + original_name: Jimmy Daniels + popularity: 0.392 + profile_path: /4crdHU3eNKfknX9mTq9MOxB85Rx.jpg + roles: + - character: Jimmy in-'N-Out / James Edward Kilkelly + credit_id: 653e9bddcc9683014eb9bea7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1119011 + known_for_department: Acting + name: Shenoah Allen + order: 740 + original_name: Shenoah Allen + popularity: 0.518 + profile_path: /7nwXUC5O9dtyMliiOst1lluEiTU.jpg + roles: + - character: 'Schlubby Guy #1' + credit_id: 653e9be8bc2cb300aca419a9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 2128839 + known_for_department: Acting + name: Drew Pollock + order: 741 + original_name: Drew Pollock + popularity: 1.048 + profile_path: null + roles: + - character: 'Schlubby Guy #2' + credit_id: 653e9bf3519bbb00c434ae6a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346518 + known_for_department: Acting + name: Casey Cerutti + order: 742 + original_name: Casey Cerutti + popularity: 0.588 + profile_path: null + roles: + - character: Hot Chick Cop + credit_id: 653e9bfccc9683012cf474a7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346540 + known_for_department: Acting + name: Tomas Potts + order: 743 + original_name: Tomas Potts + popularity: 0.602 + profile_path: null + roles: + - character: Tattooed Biker + credit_id: 653e9cd5bc2cb300c97f1922 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1204048 + known_for_department: Acting + name: Cyd Schulte + order: 744 + original_name: Cyd Schulte + popularity: 2.107 + profile_path: /AfAoN0l9UskufTqPrBYsDZKDBno.jpg + roles: + - character: Tattooed Woman + credit_id: 653e9ce05907de0138e231a3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4112702 + known_for_department: Acting + name: Tony Whitecrow + order: 745 + original_name: Tony Whitecrow + popularity: 0.58 + profile_path: null + roles: + - character: Addict + credit_id: 653e9cee519bbb00c434aead + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2870318 + known_for_department: Acting + name: Wendy Scott + order: 746 + original_name: Wendy Scott + popularity: 0.519 + profile_path: null + roles: + - character: Nurse + credit_id: 653e9cfe50733c00ff4abbc7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 927751 + known_for_department: Acting + name: Erik J. Bockemeier + order: 747 + original_name: Erik J. Bockemeier + popularity: 0.615 + profile_path: null + roles: + - character: NA Sponsor + credit_id: 653e9d12519bbb00fe5d0c1b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346543 + known_for_department: Acting + name: Phil Howell + order: 748 + original_name: Phil Howell + popularity: 0.011 + profile_path: null + roles: + - character: O.M.I. Attendant + credit_id: 653e9d61cc9683014eb9bf15 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1194993 + known_for_department: Acting + name: Juliet Lopez + order: 749 + original_name: Juliet Lopez + popularity: 1.285 + profile_path: /aZHUeji9oZQ6kphgIQ2AocNp8FW.jpg + roles: + - character: O.M.I. Officer + credit_id: 653e9d785907de011bc55fdd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1366004 + known_for_department: Acting + name: Kieran Sequoia + order: 750 + original_name: Kieran Sequoia + popularity: 1.724 + profile_path: /gbf96AvsWygK5dRkYZM0K0eEo2N.jpg + roles: + - character: Local Correspondant + credit_id: 653e9d845907de011bc55fe4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346546 + known_for_department: Acting + name: Richard Williams + order: 751 + original_name: Richard Williams + popularity: 0.001 + profile_path: null + roles: + - character: 'Business Community Leader #1' + credit_id: 653e9dac519bbb011b4576e8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 589041 + known_for_department: Acting + name: Daniel D. Halleck + order: 752 + original_name: Daniel D. Halleck + popularity: 0.773 + profile_path: /q5qe5SZinxrkPdruiWPUTGP4gQ.jpg + roles: + - character: 'Business Community Leader #2' + credit_id: 653e9ec4519bbb00fe5d0ca5 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 169410 + known_for_department: Acting + name: Dick Christie + order: 753 + original_name: Dick Christie + popularity: 5.305 + profile_path: /OncqVE0uPNrVQT5ONOQElJa5mO.jpg + roles: + - character: Stew + credit_id: 653e9edce894a600e2ce84ba + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346571 + known_for_department: Acting + name: Ravenna Fahey + order: 754 + original_name: Ravenna Fahey + popularity: 0.516 + profile_path: null + roles: + - character: Nurse + credit_id: 653e9f05519bbb011b45775a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 166124 + known_for_department: Acting + name: Robin Dearden + order: 755 + original_name: Robin Dearden + popularity: 1.82 + profile_path: null + roles: + - character: Emotional Woman + credit_id: 653e9f49109cd000ad631699 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1112415 + known_for_department: Acting + name: Galen Hutchison + order: 756 + original_name: Galen Hutchison + popularity: 0.84 + profile_path: null + roles: + - character: Wide Eyed Boy + credit_id: 653e9f52c8a5ac00ad37c734 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 204196 + known_for_department: Acting + name: Jesus Mayorga + order: 757 + original_name: Jesus Mayorga + popularity: 2.725 + profile_path: null + roles: + - character: Friendly Guy + credit_id: 653e9f67c8a5ac0100fa9a96 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1381152 + known_for_department: Acting + name: Lorél Medina + order: 758 + original_name: Lorél Medina + popularity: 0.106 + profile_path: null + roles: + - character: Daughter + credit_id: 653e9f7f519bbb00fe5d0ce0 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 2521312 + known_for_department: Acting + name: Mario Moreno + order: 759 + original_name: Mario Moreno + popularity: 0.337 + profile_path: null + roles: + - character: Father + credit_id: 653e9fd8519bbb011b457785 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 239998 + known_for_department: Acting + name: Maria Bethke + order: 760 + original_name: Maria Bethke + popularity: 1.865 + profile_path: /ikAxFd7DybY1TQm70LfiuHFUOjT.jpg + roles: + - character: Mother + credit_id: 653e9ff1519bbb011b45778a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346579 + known_for_department: Acting + name: Cicelo Solano + order: 761 + original_name: Cicelo Solano + popularity: 0.494 + profile_path: null + roles: + - character: Old Crawler + credit_id: 653e9ffe109cd0012cffccbb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1230050 + known_for_department: Acting + name: Ashleigh Banfield + order: 762 + original_name: Ashleigh Banfield + popularity: 0.623 + profile_path: null + roles: + - character: 'Anchor #1' + credit_id: 653ea007519bbb00e18d2a47 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346581 + known_for_department: Acting + name: Marla Tellez + order: 763 + original_name: Marla Tellez + popularity: 0.363 + profile_path: null + roles: + - character: 'Anchor #2' + credit_id: 653ea0305907de0138e2329e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346583 + known_for_department: Acting + name: Jeff Maher + order: 764 + original_name: Jeff Maher + popularity: 0.204 + profile_path: null + roles: + - character: 'Anchor #3' + credit_id: 653ea04e5907de00ac01f888 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346631 + known_for_department: Acting + name: J. Taylor + order: 766 + original_name: J. Taylor + popularity: 0.112 + profile_path: null + roles: + - character: Cop + credit_id: 653ea517cc968300ade75760 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346635 + known_for_department: Acting + name: Daniel Champine + order: 767 + original_name: Daniel Champine + popularity: 0.011 + profile_path: null + roles: + - character: Rookie Officer + credit_id: 653ea552519bbb00ab695b0e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1794930 + known_for_department: Acting + name: James Espinoza + order: 768 + original_name: James Espinoza + popularity: 2.393 + profile_path: /aGog9grUQNEl06LKEBwMigvpQJY.jpg + roles: + - character: Beto + credit_id: 653ea55b519bbb00ab695b15 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346665 + known_for_department: Acting + name: Parker Sisty + order: 769 + original_name: Parker Sisty + popularity: 0.029 + profile_path: null + roles: + - character: Saul's Client + credit_id: 653ea66650733c00ff4abe6d + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2456335 + known_for_department: Acting + name: Amanda Schofield + order: 771 + original_name: Amanda Schofield + popularity: 0.325 + profile_path: null + roles: + - character: Waitress + credit_id: 653ea6d0c8a5ac00ad37c904 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3136482 + known_for_department: Crew + name: Erin Elliott + order: 772 + original_name: Erin Elliott + popularity: 0.515 + profile_path: null + roles: + - character: 'Stripper #1' + credit_id: 653ea765519bbb00ab695ba8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346689 + known_for_department: Acting + name: Portia Cline + order: 773 + original_name: Portia Cline + popularity: 1.303 + profile_path: null + roles: + - character: 'Stripper #2' + credit_id: 653ea77550733c00adbcc44e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346702 + known_for_department: Acting + name: Jose Avila + order: 775 + original_name: Jose Avila + popularity: 0.015 + profile_path: null + roles: + - character: Deputy Kee + credit_id: 653ea865e894a600ff1767d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1803318 + known_for_department: Art + name: Trina Siopy + order: 776 + original_name: Trina Siopy + popularity: 1.634 + profile_path: /mMV1Bj6kdiocP0EGkcUAFRBDEeY.jpg + roles: + - character: Nurse + credit_id: 653ea876519bbb00e18d2c60 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346722 + known_for_department: Acting + name: Ruben Munoz-Soto + order: 777 + original_name: Ruben Munoz-Soto + popularity: 0.2 + profile_path: null + roles: + - character: Young Marco + credit_id: 653ea9ba5907de0138e23559 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346724 + known_for_department: Acting + name: Victor Munoz-Soto + order: 778 + original_name: Victor Munoz-Soto + popularity: 0.197 + profile_path: null + roles: + - character: Young Leonel + credit_id: 653ea9d3cc9683012cf47836 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346726 + known_for_department: Acting + name: Matthew Feight + order: 779 + original_name: Matthew Feight + popularity: 0.785 + profile_path: null + roles: + - character: Preppy Shopper + credit_id: 653ea9e4519bbb00e18d2cc9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1740851 + known_for_department: Acting + name: Chris Ranney + order: 780 + original_name: Chris Ranney + popularity: 0.598 + profile_path: /z0vjQIYxJ8ip435wshxem0cKyQh.jpg + roles: + - character: 'ABQ Detective #2' + credit_id: 653ea9f95907de00fe1f48ff + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1668460 + known_for_department: Acting + name: Steve Cormier + order: 781 + original_name: Steve Cormier + popularity: 0.672 + profile_path: null + roles: + - character: 'OPR Official #1' + credit_id: 653eaa0ebc2cb3012c31f894 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346730 + known_for_department: Acting + name: Wendy Kostora + order: 782 + original_name: Wendy Kostora + popularity: 0.031 + profile_path: null + roles: + - character: Screaming Shopper + credit_id: 653eaa1bbc2cb3010b4b99a2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1452636 + known_for_department: Acting + name: Steve Corona + order: 783 + original_name: Steve Corona + popularity: 1.625 + profile_path: /oTpREkLQMmyHXHd13yfnDMAJBe2.jpg + roles: + - character: Orderly + credit_id: 653eaa69e894a600e2ce87f5 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346738 + known_for_department: Acting + name: Brian G. Lax + order: 784 + original_name: Brian G. Lax + popularity: 0.043 + profile_path: null + roles: + - character: EMT + credit_id: 653eaa7fc8a5ac00e3a1a39b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346739 + known_for_department: Acting + name: John Welker + order: 785 + original_name: John Welker + popularity: 0.014 + profile_path: null + roles: + - character: Lead Doctor + credit_id: 653eaa88e894a600ad57539b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 582669 + known_for_department: Acting + name: Kevin Christopher Brown + order: 786 + original_name: Kevin Christopher Brown + popularity: 0.748 + profile_path: null + roles: + - character: APD Officer + credit_id: 653eaa97c8a5ac00ad37ca13 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 59456 + known_for_department: Acting + name: Ken Thomas + order: 787 + original_name: Ken Thomas + popularity: 0.609 + profile_path: /iqdbZ2TyLqr05MDNmoGA5RJfJOl.jpg + roles: + - character: Friendly Agent + credit_id: 653eaaa5bc2cb3010b4b99cb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2837875 + known_for_department: Crew + name: Rosa Estrada + order: 788 + original_name: Rosa Estrada + popularity: 1.011 + profile_path: null + roles: + - character: Doctor + credit_id: 653eaac0109cd0010b0432f6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346781 + known_for_department: Acting + name: Rebecca Crago + order: 790 + original_name: Rebecca Crago + popularity: 0.001 + profile_path: null + roles: + - character: Physical Therapist + credit_id: 653eac4cbc2cb300aca41dc3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346794 + known_for_department: Acting + name: Victoria Aultman + order: 792 + original_name: Victoria Aultman + popularity: 0.024 + profile_path: null + roles: + - character: Waitress + credit_id: 653eadb8cc9683012cf47969 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346806 + known_for_department: Acting + name: David Robinson Jr. + order: 794 + original_name: David Robinson Jr. + popularity: 0.004 + profile_path: null + roles: + - character: Commercial Voice Over (voice) + credit_id: 653eae8cc8a5ac00e3a1a4ac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346814 + known_for_department: Acting + name: Jonathan Richards + order: 795 + original_name: Jonathan Richards + popularity: 0.024 + profile_path: null + roles: + - character: Male Homeowner + credit_id: 653eaf2c109cd000c948a794 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346816 + known_for_department: Acting + name: Stephen Braddock + order: 796 + original_name: Stephen Braddock + popularity: 2.777 + profile_path: null + roles: + - character: Partygoer + credit_id: 653eaf35cc9683014eb9c3ad + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3101108 + known_for_department: Acting + name: Frank Andrade + order: 797 + original_name: Frank Andrade + popularity: 0.857 + profile_path: null + roles: + - character: Tweaker Thief + credit_id: 653eaf68308131011d8d7f23 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346818 + known_for_department: Acting + name: Paul Neis + order: 798 + original_name: Paul Neis + popularity: 0.01 + profile_path: null + roles: + - character: Support Group Leader + credit_id: 653eaf75308131013a150e24 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346819 + known_for_department: Acting + name: Brittany Gustin + order: 799 + original_name: Brittany Gustin + popularity: 0.625 + profile_path: null + roles: + - character: Morning After Girl + credit_id: 653eaf7fc8a5ac011d6d9d76 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 202930 + known_for_department: Acting + name: Anthony Molinari + order: 800 + original_name: Anthony Molinari + popularity: 13.03 + profile_path: /8Gl1b5Y7QLrdv5vvOwAmJk29joM.jpg + roles: + - character: 'Gunman #1 (uncredited)' + credit_id: 653eafaacc9683012cf479cc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1333907 + known_for_department: Acting + name: Jason E. Hill + order: 801 + original_name: Jason E. Hill + popularity: 1.005 + profile_path: /72vwVXFK7tb0IFt22WYQ8X0uPCy.jpg + roles: + - character: 'Truck Guard #1' + credit_id: 653eb01830813100e3b218c1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346827 + known_for_department: Acting + name: Celia Anaya + order: 802 + original_name: Celia Anaya + popularity: 0.428 + profile_path: null + roles: + - character: Laundry Woman 1 + credit_id: 653eb02ee894a600c516e904 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346828 + known_for_department: Acting + name: Maria L. Pardo + order: 803 + original_name: Maria L. Pardo + popularity: 0.805 + profile_path: null + roles: + - character: Laundry Woman 2 + credit_id: 653eb037519bbb00fe5d1124 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346829 + known_for_department: Acting + name: Veronica Jaquez + order: 804 + original_name: Veronica Jaquez + popularity: 0.427 + profile_path: null + roles: + - character: Laundry Woman 3 + credit_id: 653eb04050733c00c53586c1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1494546 + known_for_department: Acting + name: Michael Sheets + order: 806 + original_name: Michael Sheets + popularity: 2.762 + profile_path: /rOlI3xD8vgHgkCd07JA0OeEyI58.jpg + roles: + - character: Cancer Patient + credit_id: 653eb107e894a600ad5754ff + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 2671876 + known_for_department: Acting + name: Rick A. Ortega Jr. + order: 808 + original_name: Rick A. Ortega Jr. + popularity: 0.102 + profile_path: /2eTonxzRVM64UbI3bcWVTVKJFq4.jpg + roles: + - character: Waiter + credit_id: 653eb16430813100ae619662 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1936778 + known_for_department: Acting + name: Amanda Fresquez + order: 809 + original_name: Amanda Fresquez + popularity: 3.19 + profile_path: null + roles: + - character: Sexy Cartel Girl + credit_id: 653eb173e894a600ff1769df + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346867 + known_for_department: Acting + name: Michael Valverde + order: 811 + original_name: Michael Valverde + popularity: 1.116 + profile_path: null + roles: + - character: Dog Handler + credit_id: 653eb2b450733c00ff4ac1a5 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346877 + known_for_department: Acting + name: Augusta Meyers + order: 812 + original_name: Augusta Meyers + popularity: 0.185 + profile_path: null + roles: + - character: News Reporter + credit_id: 653eb335e894a600e2ce89ee + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346878 + known_for_department: Acting + name: Lorenzita Anaya + order: 813 + original_name: Lorenzita Anaya + popularity: 0.024 + profile_path: null + roles: + - character: Little Old Lady + credit_id: 653eb33e50733c00adbcc7ab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346880 + known_for_department: Acting + name: Marty Smith + order: 814 + original_name: Marty Smith + popularity: 0.029 + profile_path: null + roles: + - character: Bingo Caller + credit_id: 653eb37dcc9683010b3f6a76 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346881 + known_for_department: Acting + name: Erica Viking + order: 815 + original_name: Erica Viking + popularity: 0.003 + profile_path: null + roles: + - character: 'Radio DJ #1 (voice)' + credit_id: 653eb3a8cc968300ea719214 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346883 + known_for_department: Acting + name: Steve Ruiz + order: 816 + original_name: Steve Ruiz + popularity: 1.174 + profile_path: null + roles: + - character: 'Radio DJ #2 (voice)' + credit_id: 653eb3b5109cd000eae41879 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346886 + known_for_department: Acting + name: James Harris + order: 817 + original_name: James Harris + popularity: 0.637 + profile_path: null + roles: + - character: Duty Officer + credit_id: 653eb43c109cd000c948a8bd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346889 + known_for_department: Acting + name: Gail Starr + order: 818 + original_name: Gail Starr + popularity: 0.315 + profile_path: null + roles: + - character: Nurse + credit_id: 653eb449519bbb011b457cfb + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1314555 + known_for_department: Acting + name: Carrington Vilmont + order: 819 + original_name: Carrington Vilmont + popularity: 2.601 + profile_path: /xfYxpKsD9DHiZTH0aIqVvHwmCSR.jpg + roles: + - character: Chief Food Technician + credit_id: 653eb4825907de0138e23801 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346894 + known_for_department: Acting + name: Christopher King + order: 820 + original_name: Christopher King + popularity: 0.048 + profile_path: null + roles: + - character: Chris Mara + credit_id: 653eb4ad308131013a150f96 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2803722 + known_for_department: Acting + name: Trine Christensen + order: 821 + original_name: Trine Christensen + popularity: 1.655 + profile_path: /4hHK96AiRvRjLIepEAQKoW6gMNZ.jpg + roles: + - character: Ms. Tromel + credit_id: 653eb4becc9683014eb9c4f6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346897 + known_for_department: Acting + name: Mathias Kaesebier + order: 822 + original_name: Mathias Kaesebier + popularity: 0.127 + profile_path: null + roles: + - character: Lawyer + credit_id: 653eb4cf30813100ae619757 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346899 + known_for_department: Acting + name: Brennan Foster + order: 823 + original_name: Brennan Foster + popularity: 0.039 + profile_path: null + roles: + - character: Detective + credit_id: 653eb4e0c8a5ac00c6d7500b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3955228 + known_for_department: Acting + name: Lillian Presley Leyba + order: 824 + original_name: Lillian Presley Leyba + popularity: 0.241 + profile_path: null + roles: + - character: Kiira + credit_id: 653eb4f0bc2cb3010b4b9c9b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1391889 + known_for_department: Acting + name: Mike Ostroski + order: 825 + original_name: Mike Ostroski + popularity: 2.638 + profile_path: /tSHW9pmdaHCGxbzdqkNtAedMcbL.jpg + roles: + - character: Homeowner + credit_id: 653eb55e50733c00adbcc820 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1276800 + known_for_department: Production + name: Melissa McCurley + order: 827 + original_name: Melissa McCurley + popularity: 2.43 + profile_path: null + roles: + - character: Secretary + credit_id: 653eb5c6308131011d8d80f3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2649509 + known_for_department: Acting + name: Kathleen Brady + order: 830 + original_name: Kathleen Brady + popularity: 0.392 + profile_path: null + roles: + - character: Dorothy Yobs + credit_id: 653eb739e894a600e2ce8ada + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346915 + known_for_department: Acting + name: Phillip Hart + order: 831 + original_name: Phillip Hart + popularity: 0.048 + profile_path: null + roles: + - character: DEA Agent + credit_id: 653eb74a109cd0012cffd2aa + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346922 + known_for_department: Acting + name: Cheryl Ford-Mente + order: 832 + original_name: Cheryl Ford-Mente + popularity: 0.074 + profile_path: null + roles: + - character: Carol + credit_id: 653eb7da109cd0012cffd2cc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346926 + known_for_department: Acting + name: Brett Shane Cooley + order: 833 + original_name: Brett Shane Cooley + popularity: 0.064 + profile_path: null + roles: + - character: Homeowner + credit_id: 653eb7fc50733c013e34f4f9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346927 + known_for_department: Acting + name: Victoria Lease + order: 834 + original_name: Victoria Lease + popularity: 1.098 + profile_path: null + roles: + - character: DEA Agent + credit_id: 653eb85acc968300ade75bd2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346930 + known_for_department: Acting + name: Michael Davis + order: 836 + original_name: Michael Davis + popularity: 0.645 + profile_path: null + roles: + - character: Old Man + credit_id: 653eb8eb5907de00fe1f4c77 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 132424 + known_for_department: Acting + name: Kevin Owen McDonald + order: 837 + original_name: Kevin Owen McDonald + popularity: 1.642 + profile_path: /bQLhtyqYcnWsNHAYB6ie8obgaMr.jpg + roles: + - character: Meth Cook + credit_id: 653eb903bc2cb3014d4b5325 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346939 + known_for_department: Acting + name: Millard Drexler + order: 838 + original_name: Millard Drexler + popularity: 0.024 + profile_path: null + roles: + - character: Customer + credit_id: 653eb93e109cd000c948a9e6 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2834952 + known_for_department: Acting + name: Caroline Patz + order: 839 + original_name: Caroline Patz + popularity: 0.09 + profile_path: null + roles: + - character: Waitress + credit_id: 653eb945519bbb00fe5d1357 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1930686 + known_for_department: Acting + name: Sachie Capitani + order: 840 + original_name: Sachie Capitani + popularity: 0.557 + profile_path: /vo496Peu1qRdoPO1bO4qvzC59q7.jpg + roles: + - character: Kid + credit_id: 653eb991c8a5ac00ad37cdbd + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 48312 + known_for_department: Acting + name: Noah Segan + order: 841 + original_name: Noah Segan + popularity: 4.325 + profile_path: /j1mjH6uOZlKaiQ18U4SaTnmnjMl.jpg + roles: + - character: Fireman (uncredited) + credit_id: 653eba22109cd000eae419ca + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346960 + known_for_department: Acting + name: Patricio Delgado + order: 842 + original_name: Patricio Delgado + popularity: 0.087 + profile_path: null + roles: + - character: 'Cop #1' + credit_id: 653eba71e894a600ad5756cc + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4346967 + known_for_department: Acting + name: Aaron Wright + order: 843 + original_name: Aaron Wright + popularity: 1.032 + profile_path: null + roles: + - character: 'Debuty #1' + credit_id: 653ebb22308131013a1510e9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1639193 + known_for_department: Acting + name: Julianne Flores + order: 845 + original_name: Julianne Flores + popularity: 0.858 + profile_path: null + roles: + - character: Waitress + credit_id: 653ebb4b5907de011bc56696 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1570629 + known_for_department: Acting + name: William R. Stafford + order: 846 + original_name: William R. Stafford + popularity: 0.001 + profile_path: null + roles: + - character: Government Lawyer + credit_id: 653ebb5fcc968300ade75c6e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3957062 + known_for_department: Acting + name: Leslie O'Carroll + order: 847 + original_name: Leslie O'Carroll + popularity: 1.429 + profile_path: null + roles: + - character: Barfly + credit_id: 653ebb74519bbb011b457e76 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1283875 + known_for_department: Production + name: Alex Gianopoulos + order: 848 + original_name: Alex Gianopoulos + popularity: 0.84 + profile_path: null + roles: + - character: Waiter + credit_id: 653ebbb130813100ae61990b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1335375 + known_for_department: Crew + name: Ed Duran + order: 849 + original_name: Ed Duran + popularity: 2.433 + profile_path: /mzPJkVKg7ve3whmvyf2TyDIuewr.jpg + roles: + - character: 'DEA Agent #1 (uncredited)' + credit_id: 655bb4fa10923000ab494163 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 2569929 + known_for_department: Acting + name: Carlos Telles + order: 850 + original_name: Carlos Telles + popularity: 0.556 + profile_path: null + roles: + - character: 'Cop #2' + credit_id: 659b1f2d5b12400148038445 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 4472830 + known_for_department: Acting + name: Scott Ward + order: 851 + original_name: Scott Ward + popularity: 0.001 + profile_path: null + roles: + - character: Public Defender + credit_id: 659dad671d35630095d6aa8c + episode_count: 1 + total_episode_count: 1 + crew: + - adult: false + department: Art + gender: 2 + id: 1330079 + jobs: + - credit_id: 539980c8c3a3681d0700143a + episode_count: 55 + job: Art Direction + known_for_department: Art + name: Bjarne Sletteland + original_name: Bjarne Sletteland + popularity: 2.391 + profile_path: null + total_episode_count: 55 + - adult: false + department: Art + gender: 2 + id: 12706 + jobs: + - credit_id: 539980a1c3a3681d0d00148b + episode_count: 42 + job: Production Design + known_for_department: Art + name: Mark S. Freeborn + original_name: Mark S. Freeborn + popularity: 2.144 + profile_path: null + total_episode_count: 42 + - adult: false + department: Art + gender: 2 + id: 21640 + jobs: + - credit_id: 52b7020b19c295223b0a46e8 + episode_count: 20 + job: Production Design + known_for_department: Art + name: Robb Wilson King + original_name: Robb Wilson King + popularity: 2.247 + profile_path: null + total_episode_count: 20 + - adult: false + department: Art + gender: 1 + id: 1537678 + jobs: + - credit_id: 643fecaedd4716080d81383b + episode_count: 2 + job: Art Direction + - credit_id: 643fec9bb0ba7e04cf13314a + episode_count: 12 + job: Assistant Art Director + known_for_department: Art + name: Paula Dal Santo + original_name: Paula Dal Santo + popularity: 0.793 + profile_path: null + total_episode_count: 14 + - adult: false + department: Art + gender: 2 + id: 1018092 + jobs: + - credit_id: 62feade5cf4a640080998241 + episode_count: 1 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + total_episode_count: 1 + - adult: false + department: Camera + gender: 2 + id: 52034 + jobs: + - credit_id: 64603ebedbbb42015305d0a9 + episode_count: 48 + job: Director of Photography + known_for_department: Directing + name: Michael Slovis + original_name: Michael Slovis + popularity: 3.458 + profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg + total_episode_count: 48 + - adult: false + department: Camera + gender: 2 + id: 17948 + jobs: + - credit_id: 52b7049c19c2953b63015013 + episode_count: 6 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + total_episode_count: 6 + - adult: false + department: Camera + gender: 2 + id: 58187 + jobs: + - credit_id: 64603f03a672540143668ef9 + episode_count: 3 + job: Director of Photography + known_for_department: Camera + name: Arthur Albert + original_name: Arthur Albert + popularity: 1.591 + profile_path: null + total_episode_count: 3 + - adult: false + department: Camera + gender: 2 + id: 959352 + jobs: + - credit_id: 53998f1fc3a3681d150015c6 + episode_count: 2 + job: Director of Photography + known_for_department: Camera + name: Nelson Cragg + original_name: Nelson Cragg + popularity: 1.855 + profile_path: /mq9JphJkqfmeQ86oqn5PQX1P7Qq.jpg + total_episode_count: 2 + - adult: false + department: Camera + gender: 2 + id: 1330080 + jobs: + - credit_id: 539982d8c3a3681d0a0014f5 + episode_count: 2 + job: Director of Photography + known_for_department: Camera + name: Peter Reniers + original_name: Peter Reniers + popularity: 0.398 + profile_path: null + total_episode_count: 2 + - adult: false + department: Camera + gender: 2 + id: 2483 + jobs: + - credit_id: 52b7029219c29533d00dd2c1 + episode_count: 1 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + total_episode_count: 1 + - adult: false + department: Camera + gender: 2 + id: 1543194 + jobs: + - credit_id: 565e263fc3a3687cff00374b + episode_count: 1 + job: Director of Photography + known_for_department: Camera + name: Marshall Adams + original_name: Marshall Adams + popularity: 2.426 + profile_path: /ncUZjPfQrKBdUZV0fOlUwn984rx.jpg + total_episode_count: 1 + - adult: false + department: Costume & Make-Up + gender: 0 + id: 35583 + jobs: + - credit_id: 52b7034f19c2955402184de6 + episode_count: 46 + job: Costume Design + known_for_department: Costume & Make-Up + name: Kathleen Detoro + original_name: Kathleen Detoro + popularity: 1.319 + profile_path: null + total_episode_count: 46 + - adult: false + department: Costume & Make-Up + gender: 1 + id: 1537674 + jobs: + - credit_id: 6418a1a7a14bef00b815158a + episode_count: 16 + job: Costume Design + known_for_department: Costume & Make-Up + name: Jennifer Bryan + original_name: Jennifer Bryan + popularity: 1.422 + profile_path: /oA5QovyVfEG0SUIs0DIhGsriyok.jpg + total_episode_count: 16 + - adult: false + department: Crew + gender: 2 + id: 1537690 + jobs: + - credit_id: 6450485343501100ea397cba + episode_count: 62 + job: Stunt Coordinator + known_for_department: Crew + name: Al Goto + original_name: Al Goto + popularity: 2.667 + profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg + total_episode_count: 62 + - adult: false + department: Crew + gender: 2 + id: 4065202 + jobs: + - credit_id: 64634c54ef8b3200fe7e825f + episode_count: 32 + job: Thanks + known_for_department: Crew + name: Richard Berry + original_name: Richard Berry + popularity: 1.219 + profile_path: null + total_episode_count: 32 + - adult: false + department: Crew + gender: 2 + id: 4065206 + jobs: + - credit_id: 64634bf20f365501190773a4 + episode_count: 30 + job: Thanks + known_for_department: Crew + name: Martin Chávez + original_name: Martin Chávez + popularity: 0.332 + profile_path: null + total_episode_count: 30 + - adult: false + department: Crew + gender: 2 + id: 53255 + jobs: + - credit_id: 64f2e2e55f2b8d00e12b6852 + episode_count: 2 + job: Stunts + known_for_department: Acting + name: Cesar Garcia + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + total_episode_count: 2 + - adult: false + department: Directing + gender: 2 + id: 111338 + jobs: + - credit_id: 52542275760ee31328000725 + episode_count: 44 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + total_episode_count: 44 + - adult: false + department: Directing + gender: 2 + id: 1212287 + jobs: + - credit_id: 52542281760ee31328001550 + episode_count: 21 + job: Director + known_for_department: Directing + name: Colin Bucksey + original_name: Colin Bucksey + popularity: 3.051 + profile_path: /apHHMfnkCVna1iYR3K5PA0TQ14D.jpg + total_episode_count: 21 + - adult: false + department: Directing + gender: 1 + id: 29779 + jobs: + - credit_id: 52542280760ee31328001325 + episode_count: 11 + job: Director + known_for_department: Directing + name: Michelle MacLaren + original_name: Michelle MacLaren + popularity: 3.534 + profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg + total_episode_count: 11 + - adult: false + department: Directing + gender: 2 + id: 1214396 + jobs: + - credit_id: 525423ca760ee31328002186 + episode_count: 10 + job: Director + known_for_department: Directing + name: Scott Winant + original_name: Scott Winant + popularity: 4.243 + profile_path: /6B7nTUfpOW714j6A1GO0obiggX7.jpg + total_episode_count: 10 + - adult: false + department: Directing + gender: 2 + id: 21053 + jobs: + - credit_id: 5254227d760ee31328000fdc + episode_count: 6 + job: Director + known_for_department: Directing + name: John Dahl + original_name: John Dahl + popularity: 7.236 + profile_path: /8WDCi9LJ9Lc7z6BSwGiQqfkSx61.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 1 + id: 18320 + jobs: + - credit_id: 52542279760ee31328000b61 + episode_count: 6 + job: Director + known_for_department: Directing + name: Bronwen Hughes + original_name: Bronwen Hughes + popularity: 2.821 + profile_path: /6m7XiXVXyEaN81e4OyDfWxBpNov.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 21377 + jobs: + - credit_id: 5254227f760ee313280010b4 + episode_count: 6 + job: Director + known_for_department: Directing + name: Peter Medak + original_name: Peter Medak + popularity: 6.868 + profile_path: /oUPjJXMOSomwrqFx4eobxROVZOV.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 77211 + jobs: + - credit_id: 5254227f760ee31328001211 + episode_count: 6 + job: Director + known_for_department: Directing + name: Félix Enríquez Alcalá + original_name: Félix Enríquez Alcalá + popularity: 2.867 + profile_path: /rlnSbY7tueXmlyjI8St7ee1PniI.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 15858 + jobs: + - credit_id: 5254227b760ee31328000d0c + episode_count: 6 + job: Director + known_for_department: Directing + name: Tim Hunter + original_name: Tim Hunter + popularity: 3.246 + profile_path: /n03G1gCKqxpi6udwINygNiLoGdn.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 1214445 + jobs: + - credit_id: 52542280760ee313280013a6 + episode_count: 6 + job: Director + known_for_department: Directing + name: Phil Abraham + original_name: Phil Abraham + popularity: 3.119 + profile_path: /kSFThx7LRAFjFPEMERR4O0kuGzf.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 205639 + jobs: + - credit_id: 52542278760ee31328000a9b + episode_count: 6 + job: Director + known_for_department: Directing + name: Jim McKay + original_name: Jim McKay + popularity: 3.275 + profile_path: /hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg + total_episode_count: 6 + - adult: false + department: Directing + gender: 2 + id: 66633 + jobs: + - credit_id: 52542275760ee313280006e8 + episode_count: 5 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 5 + - adult: false + department: Directing + gender: 2 + id: 52034 + jobs: + - credit_id: 525423cb760ee3132800238d + episode_count: 4 + job: Director + known_for_department: Directing + name: Michael Slovis + original_name: Michael Slovis + popularity: 3.458 + profile_path: /6L2U9eY6YisJlxlmQEwims8Gkf3.jpg + total_episode_count: 4 + - adult: false + department: Directing + gender: 2 + id: 17419 + jobs: + - credit_id: 5254227b760ee31328000d85 + episode_count: 3 + job: Director + known_for_department: Acting + name: Bryan Cranston + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + total_episode_count: 3 + - adult: false + department: Directing + gender: 2 + id: 1193575 + jobs: + - credit_id: 52753dad760ee3158f01fff4 + episode_count: 3 + job: Director + known_for_department: Directing + name: Terry McDonough + original_name: Terry McDonough + popularity: 1.556 + profile_path: null + total_episode_count: 3 + - adult: false + department: Directing + gender: 2 + id: 67367 + jobs: + - credit_id: 525423cb760ee313280023d8 + episode_count: 3 + job: Director + known_for_department: Directing + name: Rian Johnson + original_name: Rian Johnson + popularity: 7.747 + profile_path: /uPWwvdppeZVKPbYcjXKU8zyuAVh.jpg + total_episode_count: 3 + - adult: false + department: Directing + gender: 2 + id: 212408 + jobs: + - credit_id: 5274fa85760ee343c00f6cb7 + episode_count: 3 + job: Director + known_for_department: Directing + name: Johan Renck + original_name: Johan Renck + popularity: 3.195 + profile_path: /pkPO6RhVFcKDiEUtbHjTkq4JjYi.jpg + total_episode_count: 3 + - adult: false + department: Directing + gender: 2 + id: 24951 + jobs: + - credit_id: 527685f3760ee360330b9ed3 + episode_count: 2 + job: Director + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + total_episode_count: 2 + - adult: false + department: Directing + gender: 2 + id: 1223193 + jobs: + - credit_id: 5277f415760ee331cb01760b + episode_count: 1 + job: Director + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 29924 + jobs: + - credit_id: 525423cb760ee3132800227c + episode_count: 1 + job: Director + known_for_department: Writing + name: John Shiban + original_name: John Shiban + popularity: 2.348 + profile_path: /rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 27571 + jobs: + - credit_id: 52765a86760ee36d75009e18 + episode_count: 1 + job: Director + known_for_department: Directing + name: David Slade + original_name: David Slade + popularity: 6.289 + profile_path: /9jL9OasecqvhQFvGYQtB4K6omGf.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 1223194 + jobs: + - credit_id: 52782e08760ee375a6041d36 + episode_count: 1 + job: Director + known_for_department: Writing + name: Sam Catlin + original_name: Sam Catlin + popularity: 0.748 + profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 69791 + jobs: + - credit_id: 5254227b760ee31328000e92 + episode_count: 1 + job: Director + known_for_department: Acting + name: Charles Haid + original_name: Charles Haid + popularity: 10.461 + profile_path: /6X2iBOvxH9ud6XFgMwNycFnfVqh.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 1 + id: 1215145 + jobs: + - credit_id: 5603c49292514122c00042fc + episode_count: 1 + job: Director + known_for_department: Directing + name: Tricia Brock + original_name: Tricia Brock + popularity: 2.165 + profile_path: /5OV41AzetM5WrJ0zKqmw4mShEk5.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 103009 + jobs: + - credit_id: 5277ff43760ee33970388037 + episode_count: 1 + job: Director + known_for_department: Writing + name: Thomas Schnauz + original_name: Thomas Schnauz + popularity: 3.936 + profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg + total_episode_count: 1 + - adult: false + department: Editing + gender: 2 + id: 1123195 + jobs: + - credit_id: 52b705e619c2955a1f0c895b + episode_count: 16 + job: Editor + known_for_department: Editing + name: Skip Macdonald + original_name: Skip Macdonald + popularity: 1.205 + profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg + total_episode_count: 16 + - adult: false + department: Editing + gender: 1 + id: 1280074 + jobs: + - credit_id: 52b7051619c29533d00e8c79 + episode_count: 15 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + total_episode_count: 15 + - adult: false + department: Editing + gender: 1 + id: 1280071 + jobs: + - credit_id: 52b702ea19c2955402183a66 + episode_count: 4 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + total_episode_count: 4 + - adult: false + department: Production + gender: 2 + id: 5162 + jobs: + - credit_id: 52542287760ee31328001b69 + episode_count: 62 + job: Executive Producer + known_for_department: Production + name: Mark Johnson + original_name: Mark Johnson + popularity: 3.444 + profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 1 + id: 6479 + jobs: + - credit_id: 6444663ccee2f6049f36d7d3 + episode_count: 62 + job: Casting + known_for_department: Production + name: Sharon Bialy + original_name: Sharon Bialy + popularity: 3.104 + profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 1 + id: 959387 + jobs: + - credit_id: 64446643cee2f604f336e877 + episode_count: 62 + job: Casting + known_for_department: Production + name: Sherry Thomas + original_name: Sherry Thomas + popularity: 1.562 + profile_path: null + total_episode_count: 62 + - adult: false + department: Production + gender: 1 + id: 1223199 + jobs: + - credit_id: 64189dc4a14bef0081007126 + episode_count: 26 + job: Producer + - credit_id: 64189dbaa14bef00fd7d4bca + episode_count: 7 + job: Co-Producer + - credit_id: 64189dcea14bef008100712b + episode_count: 29 + job: Co-Executive Producer + known_for_department: Production + name: Melissa Bernstein + original_name: Melissa Bernstein + popularity: 1.273 + profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 2 + id: 1223200 + jobs: + - credit_id: 64189cd9e74146007c82fbfc + episode_count: 7 + job: Co-Producer + - credit_id: 64189d12310325010151b7b7 + episode_count: 55 + job: Producer + known_for_department: Production + name: Stewart Lyons + original_name: Stewart Lyons + popularity: 0.524 + profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 2 + id: 66633 + jobs: + - credit_id: 52542287760ee31328001af1 + episode_count: 62 + job: Executive Producer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 62 + - adult: false + department: Production + gender: 1 + id: 1223202 + jobs: + - credit_id: 64189d6f2b8a43008158d346 + episode_count: 13 + job: Co-Producer + - credit_id: 64189d6931032500e8a2e67a + episode_count: 13 + job: Associate Producer + - credit_id: 64189d742b8a4300b8d57ca9 + episode_count: 29 + job: Producer + known_for_department: Production + name: Diane Mercer + original_name: Diane Mercer + popularity: 3.922 + profile_path: null + total_episode_count: 55 + - adult: false + department: Production + gender: 2 + id: 1223194 + jobs: + - credit_id: 64189e12a14bef00b81514a9 + episode_count: 29 + job: Co-Executive Producer + - credit_id: 64189e0e0d5d85008387c458 + episode_count: 13 + job: Supervising Producer + - credit_id: 64189e076a222700e976684a + episode_count: 13 + job: Co-Producer + known_for_department: Writing + name: Sam Catlin + original_name: Sam Catlin + popularity: 0.748 + profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg + total_episode_count: 55 + - adult: false + department: Production + gender: 2 + id: 1537675 + jobs: + - credit_id: 644465ffd38b580521114ec4 + episode_count: 55 + job: Casting Associate + known_for_department: Production + name: Russell Scott + original_name: Russell Scott + popularity: 1.113 + profile_path: null + total_episode_count: 55 + - adult: false + department: Production + gender: 1 + id: 29779 + jobs: + - credit_id: 64189e593103250086f93b2e + episode_count: 13 + job: Co-Executive Producer + - credit_id: 64189e5f6a2227008de8d147 + episode_count: 29 + job: Executive Producer + known_for_department: Directing + name: Michelle MacLaren + original_name: Michelle MacLaren + popularity: 3.534 + profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 2 + id: 24951 + jobs: + - credit_id: 64189e32e7414600b96bf12e + episode_count: 13 + job: Producer + - credit_id: 64189e3f0d5d85009ba2c1d8 + episode_count: 16 + job: Co-Executive Producer + - credit_id: 64189e3a2b8a430099f4a7d7 + episode_count: 13 + job: Supervising Producer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 2 + id: 1223193 + jobs: + - credit_id: 64189e986a222700e9766867 + episode_count: 13 + job: Supervising Producer + - credit_id: 64189e9c6a2227008de8d158 + episode_count: 16 + job: Co-Executive Producer + - credit_id: 64189e90e74146008672cb4b + episode_count: 13 + job: Producer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 2 + id: 103009 + jobs: + - credit_id: 64189eba2b8a43008158d399 + episode_count: 13 + job: Supervising Producer + - credit_id: 64189ecbe7414600f7ef55f8 + episode_count: 16 + job: Co-Executive Producer + - credit_id: 52542289760ee31328001c03 + episode_count: 13 + job: Producer + known_for_department: Writing + name: Thomas Schnauz + original_name: Thomas Schnauz + popularity: 3.936 + profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 1 + id: 1223198 + jobs: + - credit_id: 64189f2be74146007c82fc98 + episode_count: 13 + job: Producer + - credit_id: 64189f24a14bef0099c83946 + episode_count: 13 + job: Co-Producer + - credit_id: 64189f31310325010151b83d + episode_count: 16 + job: Supervising Producer + known_for_department: Writing + name: Moira Walley-Beckett + original_name: Moira Walley-Beckett + popularity: 5.629 + profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + total_episode_count: 42 + - adult: false + department: Production + gender: 2 + id: 29924 + jobs: + - credit_id: 64189f480d5d8500f2d7be40 + episode_count: 39 + job: Consulting Producer + known_for_department: Writing + name: John Shiban + original_name: John Shiban + popularity: 2.348 + profile_path: /rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg + total_episode_count: 39 + - adult: false + department: Production + gender: 2 + id: 3970747 + jobs: + - credit_id: 64189f7aa14bef0099c8395a + episode_count: 29 + job: Associate Producer + known_for_department: Production + name: Andrew Ortner + original_name: Andrew Ortner + popularity: 0.234 + profile_path: null + total_episode_count: 29 + - adult: false + department: Production + gender: 2 + id: 17419 + jobs: + - credit_id: 5254228d760ee31328001cc7 + episode_count: 29 + job: Producer + known_for_department: Acting + name: Bryan Cranston + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + total_episode_count: 29 + - adult: false + department: Production + gender: 2 + id: 1930718 + jobs: + - credit_id: 6449841d05a53304be1b880d + episode_count: 29 + job: Location Manager + known_for_department: Production + name: Christian Diaz de Bedoya + original_name: Christian Diaz de Bedoya + popularity: 1.431 + profile_path: /jgELIZ1msexaFvFHUePDvvZpFRr.jpg + total_episode_count: 29 + - adult: false + department: Production + gender: 1 + id: 1223201 + jobs: + - credit_id: 5254228c760ee31328001c37 + episode_count: 20 + job: Producer + known_for_department: Production + name: Karen Moore + original_name: Karen Moore + popularity: 1.033 + profile_path: null + total_episode_count: 20 + - adult: false + department: Production + gender: 1 + id: 1218856 + jobs: + - credit_id: 6418a01d0d5d8500f2d7be70 + episode_count: 6 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + total_episode_count: 6 + - adult: false + department: Production + gender: 1 + id: 1808170 + jobs: + - credit_id: 6418a04de7414600b96bf1bd + episode_count: 2 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + total_episode_count: 2 + - adult: false + department: Sound + gender: 2 + id: 1537682 + jobs: + - credit_id: 644986702fdec604e4a1236a + episode_count: 62 + job: Supervising Sound Editor + known_for_department: Sound + name: Kurt Nicholas Forshager + original_name: Kurt Nicholas Forshager + popularity: 0.58 + profile_path: null + total_episode_count: 62 + - adult: false + department: Sound + gender: 2 + id: 1280070 + jobs: + - credit_id: 52b7008819c29559eb03dd72 + episode_count: 62 + job: Original Music Composer + known_for_department: Sound + name: Dave Porter + original_name: Dave Porter + popularity: 0.86 + profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg + total_episode_count: 62 + - adult: false + department: Sound + gender: 2 + id: 1069688 + jobs: + - credit_id: 64634e45e3fa2f00e404a628 + episode_count: 62 + job: Music Supervisor + known_for_department: Sound + name: Thomas Golubić + original_name: Thomas Golubić + popularity: 1.132 + profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg + total_episode_count: 62 + - adult: false + department: Writing + gender: 2 + id: 66633 + jobs: + - credit_id: 52542275760ee313280006ce + episode_count: 13 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 13 + - adult: false + department: Writing + gender: 2 + id: 24951 + jobs: + - credit_id: 6443b361cee2f6044b36a4f2 + episode_count: 11 + job: Writer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + total_episode_count: 11 + - adult: false + department: Writing + gender: 2 + id: 1223194 + jobs: + - credit_id: 5254227d760ee31328000fb2 + episode_count: 10 + job: Writer + known_for_department: Writing + name: Sam Catlin + original_name: Sam Catlin + popularity: 0.748 + profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg + total_episode_count: 10 + - adult: false + department: Writing + gender: 2 + id: 1223193 + jobs: + - credit_id: 52542279760ee31328000b45 + episode_count: 10 + job: Writer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + total_episode_count: 10 + - adult: false + department: Writing + gender: 1 + id: 1223198 + jobs: + - credit_id: 6443b454651fcf04b29d2b4f + episode_count: 9 + job: Writer + known_for_department: Writing + name: Moira Walley-Beckett + original_name: Moira Walley-Beckett + popularity: 5.629 + profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + total_episode_count: 9 + - adult: false + department: Writing + gender: 2 + id: 103009 + jobs: + - credit_id: 6443b3e3a06efe0552a4835a + episode_count: 7 + job: Writer + known_for_department: Writing + name: Thomas Schnauz + original_name: Thomas Schnauz + popularity: 3.936 + profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg + total_episode_count: 7 + - adult: false + department: Writing + gender: 1 + id: 1223203 + jobs: + - credit_id: 525423ce760ee3132800261a + episode_count: 5 + job: Writer + known_for_department: Writing + name: Gennifer Hutchison + original_name: Gennifer Hutchison + popularity: 0.946 + profile_path: /b9aW3OIGhVOv7m8QdIzX87Bs4hl.jpg + total_episode_count: 5 + - adult: false + department: Writing + gender: 2 + id: 29924 + jobs: + - credit_id: 6443b562cee2f604c936a8a3 + episode_count: 4 + job: Writer + known_for_department: Writing + name: John Shiban + original_name: John Shiban + popularity: 2.348 + profile_path: /rdmBnBQnxAab2FE2CP6A6hGnUXT.jpg + total_episode_count: 4 + - adult: false + department: Writing + gender: 2 + id: 212407 + jobs: + - credit_id: 52750452760ee345a913253e + episode_count: 2 + job: Writer + known_for_department: Writing + name: J. Roberts + original_name: J. Roberts + popularity: 0.279 + profile_path: null + total_episode_count: 2 + - adult: false + department: Writing + gender: 1 + id: 1218856 + jobs: + - credit_id: 64189fca5690b5007a5592e1 + episode_count: 1 + job: Writer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + total_episode_count: 1 + id: 1396 + + /tv/{series_id}/alternative_titles: + get: + tags: + - TV SERIES + summary: Alternative Titles + description: This endpoint get the alternative titles that have been added to a TV show. + operationId: alternativeTitles1 + parameters: + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: alternative titles + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=9450 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 19:20:23 GMT + ETag: + schema: + type: string + example: W/"1144cdb8e8614b74a777f803b4afa818" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 51391527dd8c879c45b44b119905c872.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: TNBoTpaEfCqzWSw5x24SG_a0tBP8iq9uIUFTZDatCgLtqLAe4zms_Q== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '17893' + x-memc-expires: + schema: + type: string + example: '9450' + x-memc-key: + schema: + type: string + example: 4d97b3c8a20cb3d452651ac950d03306 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + results: + type: array + items: + type: object + properties: + iso_3166_1: + type: string + example: BG + title: + type: string + example: В обувките на Сатаната + type: + type: string + example: '' + example: + - iso_3166_1: BG + title: В обувките на Сатаната + type: '' + - iso_3166_1: BR + title: 'Breaking Bad: A Química do Mal' + type: '' + - iso_3166_1: CA + title: Breaking Bad - Le Chimiste + type: '' + - iso_3166_1: CN + title: 绝命毒师 + type: '' + - iso_3166_1: CZ + title: Perníkový táta + type: '' + - iso_3166_1: EE + title: Halvale teele + type: '' + - iso_3166_1: GR + title: Σπάζοντας τα ηθικά σου όρια + type: '' + - iso_3166_1: HR + title: Na putu prema dolje + type: '' + - iso_3166_1: HU + title: Totál szívás + type: '' + - iso_3166_1: IR + title: افسار گسیخته + type: '' + - iso_3166_1: IT + title: Breaking Bad - Reazioni collaterali + type: '' + - iso_3166_1: JP + title: ブレイキング・バッド + type: '' + - iso_3166_1: LT + title: Bręstantis blogis + type: '' + - iso_3166_1: LV + title: Pārkāpt robežu + type: '' + - iso_3166_1: PT + title: 'Breaking Bad: Ruptura Total' + type: '' + - iso_3166_1: RS + title: Чиста хемија + type: '' + - iso_3166_1: RU + title: Во все тяжкие + type: '' + - iso_3166_1: SA + title: بريكنق باد + type: دراما + - iso_3166_1: SI + title: Kriva pota + type: '' + - iso_3166_1: TW + title: 絕命毒師 + type: '' + - iso_3166_1: UA + title: Пуститися берега + type: '' + - iso_3166_1: UZ + title: Egrilik sari + type: '' + - iso_3166_1: VN + title: Tập Làm Người Xấu + type: '' + examples: + alternative titles: + value: + id: 1396 + results: + - iso_3166_1: BG + title: В обувките на Сатаната + type: '' + - iso_3166_1: BR + title: 'Breaking Bad: A Química do Mal' + type: '' + - iso_3166_1: CA + title: Breaking Bad - Le Chimiste + type: '' + - iso_3166_1: CN + title: 绝命毒师 + type: '' + - iso_3166_1: CZ + title: Perníkový táta + type: '' + - iso_3166_1: EE + title: Halvale teele + type: '' + - iso_3166_1: GR + title: Σπάζοντας τα ηθικά σου όρια + type: '' + - iso_3166_1: HR + title: Na putu prema dolje + type: '' + - iso_3166_1: HU + title: Totál szívás + type: '' + - iso_3166_1: IR + title: افسار گسیخته + type: '' + - iso_3166_1: IT + title: Breaking Bad - Reazioni collaterali + type: '' + - iso_3166_1: JP + title: ブレイキング・バッド + type: '' + - iso_3166_1: LT + title: Bręstantis blogis + type: '' + - iso_3166_1: LV + title: Pārkāpt robežu + type: '' + - iso_3166_1: PT + title: 'Breaking Bad: Ruptura Total' + type: '' + - iso_3166_1: RS + title: Чиста хемија + type: '' + - iso_3166_1: RU + title: Во все тяжкие + type: '' + - iso_3166_1: SA + title: بريكنق باد + type: دراما + - iso_3166_1: SI + title: Kriva pota + type: '' + - iso_3166_1: TW + title: 絕命毒師 + type: '' + - iso_3166_1: UA + title: Пуститися берега + type: '' + - iso_3166_1: UZ + title: Egrilik sari + type: '' + - iso_3166_1: VN + title: Tập Làm Người Xấu + type: '' + + /tv/{series_id}/changes: + get: + tags: + - TV SERIES + summary: Changes + description: This endpoint get the recent changes for a TV show. + operationId: changes2 + parameters: + - $ref: '#/components/parameters/end_date' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/start_date' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: changes + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=379 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:01:29 GMT + ETag: + schema: + type: string + example: W/"549765b2b73c1e9915abb86e350e446a" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 38ecebcaa39c8742da2b6336935bb446.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: v_61x-fNCYJ274p7pC_zBG9onp_nD2YSWg9EYo3Hvy_C01lJhDoCvA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '221' + x-memc-expires: + schema: + type: string + example: '379' + x-memc-key: + schema: + type: string + example: 3d458dca7a40193ff7de487510983ef1 + content: + application/json: + schema: + type: object + properties: + changes: + type: array + items: + type: object + properties: + items: + type: array + items: + type: object + properties: + action: + type: string + example: added + id: + type: string + example: 6778c884830a8f4cc7667e36 + iso_3166_1: + type: string + example: '' + iso_639_1: + type: string + example: '' + time: + type: string + example: 2025-01-04 05:35:00 UTC + value: + type: object + properties: + group: + type: string + example: tones + id: + type: number + example: 321464 + name: + type: string + example: intense + example: + - action: added + id: 6778c884830a8f4cc7667e36 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-04 05:35:00 UTC + value: + group: tones + id: 321464 + name: intense + key: + type: string + example: plot_keywords + example: + - items: + - action: added + id: 6778c884830a8f4cc7667e36 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-04 05:35:00 UTC + value: + group: tones + id: 321464 + name: intense + key: plot_keywords + - items: + - action: added + id: 6779c6451a2df59ad374dfa7 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-04 23:37:41 UTC + value: + title_logo: + file_path: /drouevbbzEoSwcPdEkiwDtNx6oa.png + - action: added + id: 6779c64d15521f83d966db33 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-04 23:37:49 UTC + value: + title_logo: + file_path: /nU0oqhzgHC4swzFFaqlOMhS2oDz.png + - action: updated + id: 6779c65982cce15a7674e104 + iso_3166_1: '' + iso_639_1: hu + original_value: + title_logo: + file_path: /drouevbbzEoSwcPdEkiwDtNx6oa.png + iso_639_1: null + time: 2025-01-04 23:38:01 UTC + value: + title_logo: + file_path: /drouevbbzEoSwcPdEkiwDtNx6oa.png + iso_639_1: hu + - action: updated + id: 6779c65f15521f83d966db37 + iso_3166_1: '' + iso_639_1: hu + original_value: + title_logo: + file_path: /nU0oqhzgHC4swzFFaqlOMhS2oDz.png + iso_639_1: null + time: 2025-01-04 23:38:07 UTC + value: + title_logo: + file_path: /nU0oqhzgHC4swzFFaqlOMhS2oDz.png + iso_639_1: hu + key: images + examples: + changes: + value: + changes: + - items: + - action: added + id: 6778c884830a8f4cc7667e36 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-04 05:35:00 UTC + value: + group: tones + id: 321464 + name: intense + key: plot_keywords + - items: + - action: added + id: 6779c6451a2df59ad374dfa7 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-04 23:37:41 UTC + value: + title_logo: + file_path: /drouevbbzEoSwcPdEkiwDtNx6oa.png + - action: added + id: 6779c64d15521f83d966db33 + iso_3166_1: '' + iso_639_1: '' + time: 2025-01-04 23:37:49 UTC + value: + title_logo: + file_path: /nU0oqhzgHC4swzFFaqlOMhS2oDz.png + - action: updated + id: 6779c65982cce15a7674e104 + iso_3166_1: '' + iso_639_1: hu + original_value: + title_logo: + file_path: /drouevbbzEoSwcPdEkiwDtNx6oa.png + iso_639_1: null + time: 2025-01-04 23:38:01 UTC + value: + title_logo: + file_path: /drouevbbzEoSwcPdEkiwDtNx6oa.png + iso_639_1: hu + - action: updated + id: 6779c65f15521f83d966db37 + iso_3166_1: '' + iso_639_1: hu + original_value: + title_logo: + file_path: /nU0oqhzgHC4swzFFaqlOMhS2oDz.png + iso_639_1: null + time: 2025-01-04 23:38:07 UTC + value: + title_logo: + file_path: /nU0oqhzgHC4swzFFaqlOMhS2oDz.png + iso_639_1: hu + key: images + + /tv/{series_id}/content_ratings: + get: + tags: + - TV SERIES + summary: Content Rating + description: This endpoint get the content ratings that have been added to a TV show. + operationId: contentRating + parameters: + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: content rating + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=18308 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:03:19 GMT + ETag: + schema: + type: string + example: W/"7f6d36ae2ceea2fa95517ac75f070321" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 10a9e9969f05a75cc05e6f70b8499f7e.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: aSv5PUH7IoaMxGlUQFXkqANjUZTzmmkx2pX5Cv5h0OrGXnAuxuTghQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '9173' + x-memc-expires: + schema: + type: string + example: '18308' + x-memc-key: + schema: + type: string + example: 4dc5e59ff44079265119b5e3fdab67c7 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + results: + type: array + items: + type: object + properties: + descriptors: + type: array + items: {} + example: [] + iso_3166_1: + type: string + example: DE + rating: + type: string + example: '16' + example: + - descriptors: [] + iso_3166_1: DE + rating: '16' + - descriptors: [] + iso_3166_1: GB + rating: '18' + - descriptors: [] + iso_3166_1: US + rating: TV-MA + - descriptors: [] + iso_3166_1: FR + rating: '12' + - descriptors: [] + iso_3166_1: RU + rating: 18+ + - descriptors: [] + iso_3166_1: KR + rating: '19' + - descriptors: [] + iso_3166_1: BR + rating: '16' + - descriptors: [] + iso_3166_1: NL + rating: '16' + - descriptors: [] + iso_3166_1: PT + rating: '18' + - descriptors: [] + iso_3166_1: HU + rating: '18' + - descriptors: [] + iso_3166_1: LT + rating: N-14 + - descriptors: [] + iso_3166_1: ES + rating: '16' + - descriptors: [] + iso_3166_1: SG + rating: M18 + - descriptors: [] + iso_3166_1: IN + rating: A + - descriptors: [] + iso_3166_1: MX + rating: C + - descriptors: [] + iso_3166_1: TR + rating: 18+ + - descriptors: [] + iso_3166_1: MX + rating: B-15 + - descriptors: [] + iso_3166_1: AU + rating: MA 15+ + - descriptors: [] + iso_3166_1: ES + rating: '18' + - descriptors: [] + iso_3166_1: DK + rating: '15' + - descriptors: [] + iso_3166_1: PT + rating: 12AP + - descriptors: [] + iso_3166_1: BR + rating: '18' + - descriptors: [] + iso_3166_1: SE + rating: Från 15 år + - descriptors: [] + iso_3166_1: CA + rating: 14+ + - descriptors: [] + iso_3166_1: AT + rating: '16' + - descriptors: [] + iso_3166_1: IE + rating: '18' + - descriptors: [] + iso_3166_1: CH + rating: '16' + - descriptors: [] + iso_3166_1: HU + rating: '16' + - descriptors: [] + iso_3166_1: CZ + rating: 18+ + - descriptors: [] + iso_3166_1: RO + rating: AP + - descriptors: [] + iso_3166_1: FI + rating: K16 + examples: + content rating: + value: + id: 1396 + results: + - descriptors: [] + iso_3166_1: DE + rating: '16' + - descriptors: [] + iso_3166_1: GB + rating: '18' + - descriptors: [] + iso_3166_1: US + rating: TV-MA + - descriptors: [] + iso_3166_1: FR + rating: '12' + - descriptors: [] + iso_3166_1: RU + rating: 18+ + - descriptors: [] + iso_3166_1: KR + rating: '19' + - descriptors: [] + iso_3166_1: BR + rating: '16' + - descriptors: [] + iso_3166_1: NL + rating: '16' + - descriptors: [] + iso_3166_1: PT + rating: '18' + - descriptors: [] + iso_3166_1: HU + rating: '18' + - descriptors: [] + iso_3166_1: LT + rating: N-14 + - descriptors: [] + iso_3166_1: ES + rating: '16' + - descriptors: [] + iso_3166_1: SG + rating: M18 + - descriptors: [] + iso_3166_1: IN + rating: A + - descriptors: [] + iso_3166_1: MX + rating: C + - descriptors: [] + iso_3166_1: TR + rating: 18+ + - descriptors: [] + iso_3166_1: MX + rating: B-15 + - descriptors: [] + iso_3166_1: AU + rating: MA 15+ + - descriptors: [] + iso_3166_1: ES + rating: '18' + - descriptors: [] + iso_3166_1: DK + rating: '15' + - descriptors: [] + iso_3166_1: PT + rating: 12AP + - descriptors: [] + iso_3166_1: BR + rating: '18' + - descriptors: [] + iso_3166_1: SE + rating: Från 15 år + - descriptors: [] + iso_3166_1: CA + rating: 14+ + - descriptors: [] + iso_3166_1: AT + rating: '16' + - descriptors: [] + iso_3166_1: IE + rating: '18' + - descriptors: [] + iso_3166_1: CH + rating: '16' + - descriptors: [] + iso_3166_1: HU + rating: '16' + - descriptors: [] + iso_3166_1: CZ + rating: 18+ + - descriptors: [] + iso_3166_1: RO + rating: AP + - descriptors: [] + iso_3166_1: FI + rating: K16 + + /tv/{series_id}/credits: + get: + tags: + - TV SERIES + summary: Credits + description: This endpoint get the latest season credits of a TV show. + operationId: credits + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=7620 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:05:58 GMT + ETag: + schema: + type: string + example: W/"e517ec2dec1ea768b0845b1d549ae1df" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 de2ed3c94563fee614f35f9bc3f52d1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: hwItYmq4dTH5EDOwoNel6A2zaenXt83MM8xjShSTRu_M_qIARiWolw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '15114' + x-memc-expires: + schema: + type: string + example: '7620' + x-memc-key: + schema: + type: string + example: 11e59fb524948d0c7917fab8ad47279a + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + character: + type: string + example: Walter White + credit_id: + type: string + example: 52542282760ee313280017f9 + gender: + type: number + example: 2 + id: + type: number + example: 17419 + known_for_department: + type: string + example: Acting + name: + type: string + example: Bryan Cranston + order: + type: number + example: 0 + original_name: + type: string + example: Bryan Cranston + popularity: + type: number + example: 37.518 + profile_path: + type: string + example: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + example: + - adult: false + character: Walter White + credit_id: 52542282760ee313280017f9 + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + - adult: false + character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + - adult: false + character: Skyler White + credit_id: 52542282760ee3132800181b + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + - adult: false + character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + - adult: false + character: Hank Schrader + credit_id: 52542283760ee3132800187b + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + - adult: false + character: Marie Schrader + credit_id: 52542283760ee31328001891 + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + - adult: false + character: Saul Goodman + credit_id: 5271b180760ee35afc09bb8d + gender: 2 + id: 59410 + known_for_department: Acting + name: Bob Odenkirk + order: 7 + original_name: Bob Odenkirk + popularity: 20.318 + profile_path: /rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg + - adult: false + character: Mike Ehrmantraut + credit_id: 5271b1e6760ee35af60941ad + gender: 2 + id: 783 + known_for_department: Acting + name: Jonathan Banks + order: 9 + original_name: Jonathan Banks + popularity: 38.083 + profile_path: /bswk26L13PvY4iMTwUTAsepXCLv.jpg + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + credit_id: + type: string + example: 64189f31310325010151b83d + department: + type: string + example: Production + gender: + type: number + example: 1 + id: + type: number + example: 1223198 + job: + type: string + example: Supervising Producer + known_for_department: + type: string + example: Writing + name: + type: string + example: Moira Walley-Beckett + original_name: + type: string + example: Moira Walley-Beckett + popularity: + type: number + example: 5.629 + profile_path: + type: string + nullable: true + example: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + example: + - adult: false + credit_id: 64189f31310325010151b83d + department: Production + gender: 1 + id: 1223198 + job: Supervising Producer + known_for_department: Writing + name: Moira Walley-Beckett + original_name: Moira Walley-Beckett + popularity: 5.629 + profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + - adult: false + credit_id: 64189e9c6a2227008de8d158 + department: Production + gender: 2 + id: 1223193 + job: Co-Executive Producer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + - adult: false + credit_id: 64189ecbe7414600f7ef55f8 + department: Production + gender: 2 + id: 103009 + job: Co-Executive Producer + known_for_department: Writing + name: Thomas Schnauz + original_name: Thomas Schnauz + popularity: 3.936 + profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg + - adult: false + credit_id: 64189e3f0d5d85009ba2c1d8 + department: Production + gender: 2 + id: 24951 + job: Co-Executive Producer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + - adult: false + credit_id: 6418a1a7a14bef00b815158a + department: Costume & Make-Up + gender: 1 + id: 1537674 + job: Costume Design + known_for_department: Costume & Make-Up + name: Jennifer Bryan + original_name: Jennifer Bryan + popularity: 1.422 + profile_path: /oA5QovyVfEG0SUIs0DIhGsriyok.jpg + - adult: false + credit_id: 5254228d760ee31328001cc7 + department: Production + gender: 2 + id: 17419 + job: Producer + known_for_department: Acting + name: Bryan Cranston + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + - adult: false + credit_id: 6449841d05a53304be1b880d + department: Production + gender: 2 + id: 1930718 + job: Location Manager + known_for_department: Production + name: Christian Diaz de Bedoya + original_name: Christian Diaz de Bedoya + popularity: 1.431 + profile_path: /jgELIZ1msexaFvFHUePDvvZpFRr.jpg + - adult: false + credit_id: 64189dcea14bef008100712b + department: Production + gender: 1 + id: 1223199 + job: Co-Executive Producer + known_for_department: Production + name: Melissa Bernstein + original_name: Melissa Bernstein + popularity: 1.273 + profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg + - adult: false + credit_id: 64189f7aa14bef0099c8395a + department: Production + gender: 2 + id: 3970747 + job: Associate Producer + known_for_department: Production + name: Andrew Ortner + original_name: Andrew Ortner + popularity: 0.234 + profile_path: null + - adult: false + credit_id: 64189d742b8a4300b8d57ca9 + department: Production + gender: 1 + id: 1223202 + job: Producer + known_for_department: Production + name: Diane Mercer + original_name: Diane Mercer + popularity: 3.922 + profile_path: null + - adult: false + credit_id: 64189e12a14bef00b81514a9 + department: Production + gender: 2 + id: 1223194 + job: Co-Executive Producer + known_for_department: Writing + name: Sam Catlin + original_name: Sam Catlin + popularity: 0.748 + profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg + - adult: false + credit_id: 64189e5f6a2227008de8d147 + department: Production + gender: 1 + id: 29779 + job: Executive Producer + known_for_department: Directing + name: Michelle MacLaren + original_name: Michelle MacLaren + popularity: 3.534 + profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg + - adult: false + credit_id: 64634c54ef8b3200fe7e825f + department: Crew + gender: 2 + id: 4065202 + job: Thanks + known_for_department: Crew + name: Richard Berry + original_name: Richard Berry + popularity: 1.219 + profile_path: null + - adult: false + credit_id: 539980a1c3a3681d0d00148b + department: Art + gender: 2 + id: 12706 + job: Production Design + known_for_department: Art + name: Mark S. Freeborn + original_name: Mark S. Freeborn + popularity: 2.144 + profile_path: null + - adult: false + credit_id: 644465ffd38b580521114ec4 + department: Production + gender: 2 + id: 1537675 + job: Casting Associate + known_for_department: Production + name: Russell Scott + original_name: Russell Scott + popularity: 1.113 + profile_path: null + - adult: false + credit_id: 64189d12310325010151b7b7 + department: Production + gender: 2 + id: 1223200 + job: Producer + known_for_department: Production + name: Stewart Lyons + original_name: Stewart Lyons + popularity: 0.524 + profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + - adult: false + credit_id: 539980c8c3a3681d0700143a + department: Art + gender: 2 + id: 1330079 + job: Art Direction + known_for_department: Art + name: Bjarne Sletteland + original_name: Bjarne Sletteland + popularity: 2.391 + profile_path: null + - adult: false + credit_id: 52b7008819c29559eb03dd72 + department: Sound + gender: 2 + id: 1280070 + job: Original Music Composer + known_for_department: Sound + name: Dave Porter + original_name: Dave Porter + popularity: 0.86 + profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg + - adult: false + credit_id: 64446643cee2f604f336e877 + department: Production + gender: 1 + id: 959387 + job: Casting + known_for_department: Production + name: Sherry Thomas + original_name: Sherry Thomas + popularity: 1.562 + profile_path: null + - adult: false + credit_id: 6444663ccee2f6049f36d7d3 + department: Production + gender: 1 + id: 6479 + job: Casting + known_for_department: Production + name: Sharon Bialy + original_name: Sharon Bialy + popularity: 3.104 + profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg + - adult: false + credit_id: 52542287760ee31328001af1 + department: Production + gender: 2 + id: 66633 + job: Executive Producer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 64634e45e3fa2f00e404a628 + department: Sound + gender: 2 + id: 1069688 + job: Music Supervisor + known_for_department: Sound + name: Thomas Golubić + original_name: Thomas Golubić + popularity: 1.132 + profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg + - adult: false + credit_id: 52542287760ee31328001b69 + department: Production + gender: 2 + id: 5162 + job: Executive Producer + known_for_department: Production + name: Mark Johnson + original_name: Mark Johnson + popularity: 3.444 + profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg + - adult: false + credit_id: 644986702fdec604e4a1236a + department: Sound + gender: 2 + id: 1537682 + job: Supervising Sound Editor + known_for_department: Sound + name: Kurt Nicholas Forshager + original_name: Kurt Nicholas Forshager + popularity: 0.58 + profile_path: null + - adult: false + credit_id: 6450485343501100ea397cba + department: Crew + gender: 2 + id: 1537690 + job: Stunt Coordinator + known_for_department: Crew + name: Al Goto + original_name: Al Goto + popularity: 2.667 + profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg + id: + type: number + example: 1396 + examples: + credits: + value: + cast: + - adult: false + character: Walter White + credit_id: 52542282760ee313280017f9 + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + - adult: false + character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + - adult: false + character: Skyler White + credit_id: 52542282760ee3132800181b + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + - adult: false + character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + - adult: false + character: Hank Schrader + credit_id: 52542283760ee3132800187b + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + - adult: false + character: Marie Schrader + credit_id: 52542283760ee31328001891 + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + - adult: false + character: Saul Goodman + credit_id: 5271b180760ee35afc09bb8d + gender: 2 + id: 59410 + known_for_department: Acting + name: Bob Odenkirk + order: 7 + original_name: Bob Odenkirk + popularity: 20.318 + profile_path: /rF0Lb6SBhGSTvjRffmlKRSeI3jE.jpg + - adult: false + character: Mike Ehrmantraut + credit_id: 5271b1e6760ee35af60941ad + gender: 2 + id: 783 + known_for_department: Acting + name: Jonathan Banks + order: 9 + original_name: Jonathan Banks + popularity: 38.083 + profile_path: /bswk26L13PvY4iMTwUTAsepXCLv.jpg + crew: + - adult: false + credit_id: 64189f31310325010151b83d + department: Production + gender: 1 + id: 1223198 + job: Supervising Producer + known_for_department: Writing + name: Moira Walley-Beckett + original_name: Moira Walley-Beckett + popularity: 5.629 + profile_path: /1sRNcxMZVsVcY6NFNQzASJuR8By.jpg + - adult: false + credit_id: 64189e9c6a2227008de8d158 + department: Production + gender: 2 + id: 1223193 + job: Co-Executive Producer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + - adult: false + credit_id: 64189ecbe7414600f7ef55f8 + department: Production + gender: 2 + id: 103009 + job: Co-Executive Producer + known_for_department: Writing + name: Thomas Schnauz + original_name: Thomas Schnauz + popularity: 3.936 + profile_path: /uMz5wsgv6QQAgFI809SgCCbwYn9.jpg + - adult: false + credit_id: 64189e3f0d5d85009ba2c1d8 + department: Production + gender: 2 + id: 24951 + job: Co-Executive Producer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + - adult: false + credit_id: 6418a1a7a14bef00b815158a + department: Costume & Make-Up + gender: 1 + id: 1537674 + job: Costume Design + known_for_department: Costume & Make-Up + name: Jennifer Bryan + original_name: Jennifer Bryan + popularity: 1.422 + profile_path: /oA5QovyVfEG0SUIs0DIhGsriyok.jpg + - adult: false + credit_id: 5254228d760ee31328001cc7 + department: Production + gender: 2 + id: 17419 + job: Producer + known_for_department: Acting + name: Bryan Cranston + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + - adult: false + credit_id: 6449841d05a53304be1b880d + department: Production + gender: 2 + id: 1930718 + job: Location Manager + known_for_department: Production + name: Christian Diaz de Bedoya + original_name: Christian Diaz de Bedoya + popularity: 1.431 + profile_path: /jgELIZ1msexaFvFHUePDvvZpFRr.jpg + - adult: false + credit_id: 64189dcea14bef008100712b + department: Production + gender: 1 + id: 1223199 + job: Co-Executive Producer + known_for_department: Production + name: Melissa Bernstein + original_name: Melissa Bernstein + popularity: 1.273 + profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg + - adult: false + credit_id: 64189f7aa14bef0099c8395a + department: Production + gender: 2 + id: 3970747 + job: Associate Producer + known_for_department: Production + name: Andrew Ortner + original_name: Andrew Ortner + popularity: 0.234 + profile_path: null + - adult: false + credit_id: 64189d742b8a4300b8d57ca9 + department: Production + gender: 1 + id: 1223202 + job: Producer + known_for_department: Production + name: Diane Mercer + original_name: Diane Mercer + popularity: 3.922 + profile_path: null + - adult: false + credit_id: 64189e12a14bef00b81514a9 + department: Production + gender: 2 + id: 1223194 + job: Co-Executive Producer + known_for_department: Writing + name: Sam Catlin + original_name: Sam Catlin + popularity: 0.748 + profile_path: /xc9Ax2kpvQLayUaFL1d1NTUQ7df.jpg + - adult: false + credit_id: 64189e5f6a2227008de8d147 + department: Production + gender: 1 + id: 29779 + job: Executive Producer + known_for_department: Directing + name: Michelle MacLaren + original_name: Michelle MacLaren + popularity: 3.534 + profile_path: /3LcH5eNiysMWaepARllVrS4Dzn7.jpg + - adult: false + credit_id: 64634c54ef8b3200fe7e825f + department: Crew + gender: 2 + id: 4065202 + job: Thanks + known_for_department: Crew + name: Richard Berry + original_name: Richard Berry + popularity: 1.219 + profile_path: null + - adult: false + credit_id: 539980a1c3a3681d0d00148b + department: Art + gender: 2 + id: 12706 + job: Production Design + known_for_department: Art + name: Mark S. Freeborn + original_name: Mark S. Freeborn + popularity: 2.144 + profile_path: null + - adult: false + credit_id: 644465ffd38b580521114ec4 + department: Production + gender: 2 + id: 1537675 + job: Casting Associate + known_for_department: Production + name: Russell Scott + original_name: Russell Scott + popularity: 1.113 + profile_path: null + - adult: false + credit_id: 64189d12310325010151b7b7 + department: Production + gender: 2 + id: 1223200 + job: Producer + known_for_department: Production + name: Stewart Lyons + original_name: Stewart Lyons + popularity: 0.524 + profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + - adult: false + credit_id: 539980c8c3a3681d0700143a + department: Art + gender: 2 + id: 1330079 + job: Art Direction + known_for_department: Art + name: Bjarne Sletteland + original_name: Bjarne Sletteland + popularity: 2.391 + profile_path: null + - adult: false + credit_id: 52b7008819c29559eb03dd72 + department: Sound + gender: 2 + id: 1280070 + job: Original Music Composer + known_for_department: Sound + name: Dave Porter + original_name: Dave Porter + popularity: 0.86 + profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg + - adult: false + credit_id: 64446643cee2f604f336e877 + department: Production + gender: 1 + id: 959387 + job: Casting + known_for_department: Production + name: Sherry Thomas + original_name: Sherry Thomas + popularity: 1.562 + profile_path: null + - adult: false + credit_id: 6444663ccee2f6049f36d7d3 + department: Production + gender: 1 + id: 6479 + job: Casting + known_for_department: Production + name: Sharon Bialy + original_name: Sharon Bialy + popularity: 3.104 + profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg + - adult: false + credit_id: 52542287760ee31328001af1 + department: Production + gender: 2 + id: 66633 + job: Executive Producer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 64634e45e3fa2f00e404a628 + department: Sound + gender: 2 + id: 1069688 + job: Music Supervisor + known_for_department: Sound + name: Thomas Golubić + original_name: Thomas Golubić + popularity: 1.132 + profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg + - adult: false + credit_id: 52542287760ee31328001b69 + department: Production + gender: 2 + id: 5162 + job: Executive Producer + known_for_department: Production + name: Mark Johnson + original_name: Mark Johnson + popularity: 3.444 + profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg + - adult: false + credit_id: 644986702fdec604e4a1236a + department: Sound + gender: 2 + id: 1537682 + job: Supervising Sound Editor + known_for_department: Sound + name: Kurt Nicholas Forshager + original_name: Kurt Nicholas Forshager + popularity: 0.58 + profile_path: null + - adult: false + credit_id: 6450485343501100ea397cba + department: Crew + gender: 2 + id: 1537690 + job: Stunt Coordinator + known_for_department: Crew + name: Al Goto + original_name: Al Goto + popularity: 2.667 + profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg + id: 1396 + + /tv/{series_id}/episode_groups: + get: + tags: + - TV SERIES + summary: Episode Groups + description: This endpoint get the episode groups that have been added to a TV show. + operationId: episodeGroups + parameters: + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: episode groups + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=13307 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:10:12 GMT + ETag: + schema: + type: string + example: W/"34d1c50031ea82248e13823d938bfd87" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 7eefe38d76087dfad8e2f0b7702246ee.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: x4Z1-FUdzOTHj7GKLKgxtYdwufH1SInSWTG6swfTAY_nLESlLMkTgA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '11114' + x-memc-expires: + schema: + type: string + example: '13307' + x-memc-key: + schema: + type: string + example: 944145099977b84fbdeb8de2ea493f1a + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + results: + type: array + items: {} + example: [] + examples: + episode groups: + value: + id: 1396 + results: [] + + /tv/{series_id}/external_ids: + get: + tags: + - TV SERIES + summary: External IDs + description: This endpoint get a list of external IDs that have been added to a TV show. + operationId: externalIds2 + parameters: + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: external ids + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=12325 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:13:20 GMT + ETag: + schema: + type: string + example: W/"acbf5e6e36cb1717ed94eeb458245ad6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 76a7fdbced88b6eccf433c4e386bae40.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: kAJjfiiwJk49jUS1cSP8pDHy_iJ1-LBgGfjmhkyl6H39G2vRW47iXQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '10759' + x-memc-expires: + schema: + type: string + example: '12325' + x-memc-key: + schema: + type: string + example: 119b3a9ffb82c6babbe78bfd9aa4b6e3 + content: + application/json: + schema: + type: object + properties: + facebook_id: + type: string + example: BreakingBad + freebase_id: + type: string + example: /en/breaking_bad + freebase_mid: + type: string + example: /m/03d34x8 + id: + type: number + example: 1396 + imdb_id: + type: string + example: tt0903747 + instagram_id: + type: string + example: breakingbad + tvdb_id: + type: number + example: 81189 + tvrage_id: + type: number + example: 18164 + twitter_id: + type: string + example: BreakingBad + wikidata_id: + type: string + example: Q1079 + examples: + external ids: + value: + facebook_id: BreakingBad + freebase_id: /en/breaking_bad + freebase_mid: /m/03d34x8 + id: 1396 + imdb_id: tt0903747 + instagram_id: breakingbad + tvdb_id: 81189 + tvrage_id: 18164 + twitter_id: BreakingBad + wikidata_id: Q1079 + + /tv/{series_id}/images: + get: + tags: + - TV SERIES + summary: Images + description: This endpoint get the images that belong to a TV series. + operationId: images5 + parameters: + + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/series_id' + - name: include_image_language + in: query + description: Filters returned images based on specified languages. specify a comma separated list of ISO-639-1 values to query, for example; ```en,null```. + schema: + type: string + example: '' + + responses: + '200': + description: images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=9253 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:16:14 GMT + ETag: + schema: + type: string + example: W/"a14e7e7d2d6af2bacf04190ec0086312" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 9c90b41a9e5ac2856624d29ed4da4234.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: m0k54BvZxNeo7DLOswx0wrXX5qvBgOFUvpSDDfSuupfH7oQelCtiGA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16715' + x-memc-expires: + schema: + type: string + example: '9253' + x-memc-key: + schema: + type: string + example: e5a1467ec2f5d8247e6cf909a2f8d5ea + content: + application/json: + schema: + type: object + properties: + backdrops: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 1.778 + file_path: + type: string + example: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + height: + type: number + example: 1080 + iso_639_1: + type: string + nullable: true + example: null + vote_average: + type: number + example: 6.608 + vote_count: + type: number + example: 14 + width: + type: number + example: 1920 + example: + - aspect_ratio: 1.778 + file_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + height: 1080 + iso_639_1: null + vote_average: 6.608 + vote_count: 14 + width: 1920 + - aspect_ratio: 1.778 + file_path: /yXSzo0VU1Q1QaB7Xg5Hqe4tXXA3.jpg + height: 1080 + iso_639_1: null + vote_average: 6.546 + vote_count: 11 + width: 1920 + - aspect_ratio: 1.778 + file_path: /9faGSFi5jam6pDWGNd0p8JcJgXQ.jpg + height: 1080 + iso_639_1: null + vote_average: 6.042 + vote_count: 12 + width: 1920 + - aspect_ratio: 1.778 + file_path: /dFWqgL6MYHWLOs6Pev4G0TbMHSW.jpg + height: 1080 + iso_639_1: null + vote_average: 5.786 + vote_count: 7 + width: 1920 + - aspect_ratio: 1.778 + file_path: /alb2BU2BeBZv5dgHhuzV9ZGakfZ.jpg + height: 1080 + iso_639_1: null + vote_average: 5.786 + vote_count: 7 + width: 1920 + - aspect_ratio: 1.778 + file_path: /wSztOsbdspDi0E6dWU1cxNmYDV9.jpg + height: 1152 + iso_639_1: null + vote_average: 5.786 + vote_count: 7 + width: 2048 + - aspect_ratio: 1.778 + file_path: /vFxjuhENDjEKzWXUGKmRFct15bA.jpg + height: 1080 + iso_639_1: null + vote_average: 5.778 + vote_count: 9 + width: 1920 + - aspect_ratio: 1.778 + file_path: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg + height: 1080 + iso_639_1: null + vote_average: 5.25 + vote_count: 14 + width: 1920 + - aspect_ratio: 1.778 + file_path: /lKODbE8ARPJEPnjTBfiIJ98I3YL.jpg + height: 1080 + iso_639_1: null + vote_average: 5.25 + vote_count: 12 + width: 1920 + - aspect_ratio: 1.777 + file_path: /tsRy63Mu5cu8etL1X7ZLyf7UP1M.jpg + height: 1688 + iso_639_1: null + vote_average: 5.25 + vote_count: 24 + width: 3000 + - aspect_ratio: 1.778 + file_path: /84XPpjGvxNyExjSuLQe0SzioErt.jpg + height: 1080 + iso_639_1: null + vote_average: 5.25 + vote_count: 24 + width: 1920 + - aspect_ratio: 1.778 + file_path: /wKHImjeHwVIiWJWFIJtWUKkA5QJ.jpg + height: 1080 + iso_639_1: null + vote_average: 5.25 + vote_count: 8 + width: 1920 + - aspect_ratio: 1.778 + file_path: /EurcYIB7obJgoVzeui2RZkFlEm.jpg + height: 2160 + iso_639_1: null + vote_average: 5.25 + vote_count: 8 + width: 3840 + - aspect_ratio: 1.778 + file_path: /wuwcaQlk6ldGXgQiVgV0MshOxHE.jpg + height: 1080 + iso_639_1: null + vote_average: 4.884 + vote_count: 13 + width: 1920 + - aspect_ratio: 1.778 + file_path: /n3u3kgNttY1F5Ixi5bMY9BwZImQ.jpg + height: 1080 + iso_639_1: null + vote_average: 4.722 + vote_count: 9 + width: 1920 + - aspect_ratio: 1.778 + file_path: /py7gDxOlcVxVPuw56thayohGFb0.jpg + height: 720 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /rKUAAwWnUJSVO7Up72qjqo1myQ4.jpg + height: 720 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /6y12pMO6lLB5xytaEq9RWwjHMJi.jpg + height: 720 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /nt2GqQjY4LP4whticSC405u2tSV.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /yuz0clINVBCEXVT9JZtw8ZzhIVU.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /qsYUEXhAI7oFvU4uMpWj1NaNbBK.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.777 + file_path: /4zx1ZEK7voRHpIcC1pD99S6aN9T.jpg + height: 1688 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 3000 + - aspect_ratio: 1.778 + file_path: /1ih76QX7YKFxF1xTfwRvONl8tc4.jpg + height: 2160 + iso_639_1: ru + vote_average: 3.334 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /pafxe7NlhuR2CrqJ9H6m2I2lW7J.jpg + height: 1080 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /5WKVhTcc1cVaCsXwEUtB8lHzgm4.jpg + height: 1080 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /whL1DXc6TDGYxtuvVRKRCRWvqni.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /hwIAR9FDsKULo8efoOUuxsFtO2u.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /gae3QaHGZNF6UhQf8nMOyssp8ul.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /q4js3LcDAYXyK8lLYggfCGecOOO.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 1920 + - aspect_ratio: 1.778 + file_path: /v8KMtA8MqTGdJVPa3CCFsLhJtvL.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 1920 + - aspect_ratio: 1.778 + file_path: /wlAhZdue7yl7AnrcXScXbWiK9CY.jpg + height: 1152 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 2048 + - aspect_ratio: 1.778 + file_path: /wbfg0y8Ptk472rLa9e3TTO9XVNh.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 1920 + - aspect_ratio: 1.778 + file_path: /bXE1dnpe5Ol4xX4VHkXBdbbxF3I.jpg + height: 1080 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /y6Q2lOq16SQ5kUBsTzG9DpkEwf9.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /63FA8vwSZnXkGxedrDQwni4JuZN.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 3840 + - aspect_ratio: 1.778 + file_path: /sp1RSDvoVsbvDouQx1A75ebU35e.jpg + height: 1080 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 1920 + - aspect_ratio: 1.778 + file_path: /b5rOkbQ0jKYvBqBf3bwJ6nXBOtx.jpg + height: 720 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 1.778 + file_path: /9WcEE9XfG4yxJkr3x1fjOHPblTO.jpg + height: 1080 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /zUcEorE4QtzVvZhLj3f3It0Ely8.jpg + height: 2160 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 3840 + - aspect_ratio: 1.778 + file_path: /2zQSQPYJvqn23KsrJVtQXwOLAsC.jpg + height: 720 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /3u5cElKDUxJQpK8tZRSqgt4vUEk.jpg + height: 720 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /f3hwT3dLj3Jb8ikbxs415vKlIgg.jpg + height: 2160 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /sLaUolq9dx8pLypwv6M3YPXkUX1.jpg + height: 2160 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /hDRfskJOAgqe05OXBRusu3YVnVO.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /lWZp3RGOctFxl2lIYVemhE4gBsi.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.777 + file_path: /vksfmM3yPYVPphCCC9BYrahI3KK.jpg + height: 979 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1740 + - aspect_ratio: 1.778 + file_path: /je0kra0a8WMkzL3hJVDXjK2AB2B.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /miPczbYeFYIB3DKYP7F70ZY6sOA.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /36NPDaB79skOa6dIHqBNLh4fIyZ.jpg + height: 720 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /xbRNGC939ZIiCF6qNwmbx0FedLs.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /14lvW78eZ0o3uptiRMZYmXhqCGU.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /9E5SD81Pg8w5bYJvKKV5Ohn65AD.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /bOf7rb9P30MISpaLCs5VWnHJYq9.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /vQNFD4F0CYbDBLupQ7VFkyR0Q34.jpg + height: 1152 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2048 + - aspect_ratio: 1.778 + file_path: /xbmzcEiG2SvX6zZtgHNNLy0XluL.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /fo94LwJdqHX2wUC5QVw6pI6my6H.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /iU5e7Po31TsvxmQ87lZtuobe250.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /zQp0DoO0zcTDZSci7AgcRvdmWZi.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /dhWnZSk6zFATcYr0GNbdVAfdYBY.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /otCnAN1edreRudT5E2OHk8beiDu.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /nPJ1quzQIDhu4u5tqjE6baKcOMT.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /kRsDSZj7mNN9dpNqsUjjFvyxtW3.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ftDOw49A0vIMvrustr08Vy604jR.jpg + height: 1125 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 1.78 + file_path: /fPcxC7uxMoZ8cCrUJiJlMsY9aJr.jpg + height: 1011 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1800 + - aspect_ratio: 1.778 + file_path: /rcinpO7V9SSLfQdcRb2G2Xcf7vF.jpg + height: 720 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /8HDLgNrbMJYmwCIYaxzoPJtLbV0.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ou2n17nTdno8odv9zzKohR0ZlNJ.jpg + height: 720 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /4NgYewZYQo2q8crjYGwLALghDoi.jpg + height: 720 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /xtWwa5tq6IOxXjC5YjcIrxVfaNO.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /QyOJBJDEXUR0B79XB5G5Izde0A.jpg + height: 1152 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2048 + - aspect_ratio: 1.778 + file_path: /x8PPJ1OiT6uo8zGYrJRFwHt2CTx.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /19rhuvssQyoDg7HUHXD2BcmlFL3.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /scGGbGjVbNyqKbJ6QnlPPY5je0v.jpg + height: 1080 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /crHOD8COvAetQ0ABjBwmsEG2lJb.jpg + height: 2160 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /xCyQG7nBMCtAHrWymkVeSSoyjA6.jpg + height: 2160 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /9f2oWi1FPTWgSDNBCRLVnS4m4EJ.jpg + height: 1080 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /tPIEBq3G4a6a94aVp4zoLNtTGTj.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /slqXKgY9JjMhZNLo4KYC9J2PXiN.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /35qWjWvDrW78dLmSMhCUoZOO5me.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /ySw8QKypNBpFhMY75J05zaNN6Wt.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /bcpD5KjYCnHGlsCfOR58VbSReIm.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /rZy9EJaRmESKjEMz5XgG81jZloS.jpg + height: 2160 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /v1vf72pWbDjs2xT6GWXJTVBrZMf.jpg + height: 1152 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2048 + - aspect_ratio: 1.778 + file_path: /y20qXWlX2fgQtBzakKQO1AZjiB5.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.779 + file_path: /lBg3UCQMJTPsPe2rgi0AiCzVZxF.jpg + height: 1359 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2417 + - aspect_ratio: 1.779 + file_path: /ouuXOvez02DiUzX1MJrRUsVwnMc.jpg + height: 1102 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1960 + - aspect_ratio: 1.779 + file_path: /g8WhEOXGdwqfBF5xPPiXVhWGLvq.jpg + height: 1359 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2417 + id: + type: number + example: 1396 + logos: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 2.253 + file_path: + type: string + example: /62q353KyiSdwv4kqVTF31k41RUr.png + height: + type: number + example: 296 + iso_639_1: + type: string + example: ru + vote_average: + type: number + example: 3.334 + vote_count: + type: number + example: 1 + width: + type: number + example: 667 + example: + - aspect_ratio: 2.253 + file_path: /62q353KyiSdwv4kqVTF31k41RUr.png + height: 296 + iso_639_1: ru + vote_average: 3.334 + vote_count: 1 + width: 667 + - aspect_ratio: 1.654 + file_path: /n9ayq93aW6H8dd2Vah59cmWeEp5.png + height: 538 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 890 + - aspect_ratio: 1.68 + file_path: /chw44B2VnLha8iiTdyZcIW0ZELC.png + height: 1300 + iso_639_1: en + vote_average: 2.066 + vote_count: 5 + width: 2184 + - aspect_ratio: 5.109 + file_path: /h6yDiAXP5AyOzXHTxjUssYOGbG3.png + height: 1200 + iso_639_1: en + vote_average: 2.066 + vote_count: 5 + width: 6131 + - aspect_ratio: 1.681 + file_path: /72OJ4Uqmdi8DwPqfjQtz7IG43cc.png + height: 464 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 780 + - aspect_ratio: 1.584 + file_path: /jkfeiZ6LubWG9VYqrhHeXoBCXH7.png + height: 536 + iso_639_1: en + vote_average: 1.434 + vote_count: 5 + width: 849 + - aspect_ratio: 1.68 + file_path: /bM2bNffZlZ2UxZqwHaxr5VS3UUI.svg + height: 219 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 368 + - aspect_ratio: 1.677 + file_path: /i5ZfXRq8RjBNyy4SoCUoJOlsBJ4.png + height: 1300 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2180 + - aspect_ratio: 1.68 + file_path: /ojzKpMUAcA91P6wF0TfCyAvvYLw.svg + height: 219 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 368 + - aspect_ratio: 1.394 + file_path: /7IwMlKJHo7fAtxiGw8LaA5tvpYD.png + height: 525 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 732 + - aspect_ratio: 2.943 + file_path: /en8Mn9MWOoBvsKAqXglwkE3u6iP.png + height: 264 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 777 + - aspect_ratio: 2.232 + file_path: /esR0j3VVfGIUaAQqMryo93Gmqzl.png + height: 298 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 665 + - aspect_ratio: 1.748 + file_path: /8opNqe6yydrd12HgdEORcrxyDMQ.png + height: 290 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 507 + - aspect_ratio: 2.244 + file_path: /ld6tZguD6nNnfw89TAVXlEh295a.png + height: 1106 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 2482 + - aspect_ratio: 2.241 + file_path: /259o0Edu2mv6oOlYvEqAqjbwf5n.svg + height: 220 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 493 + - aspect_ratio: 1.654 + file_path: /vtlp1gi2J1vsThcwtgnzOtwHWDc.png + height: 538 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 890 + - aspect_ratio: 2.46 + file_path: /w3CaG9Em5khk815cW9OnJ5PULmS.png + height: 489 + iso_639_1: uk + vote_average: 0 + vote_count: 0 + width: 1203 + - aspect_ratio: 1.315 + file_path: /3W6DxYPxlROYZSA7OqVncAaJpR6.png + height: 352 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 463 + - aspect_ratio: 4.371 + file_path: /rremo194TuI5o295iwY1jDstrwL.png + height: 151 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 660 + - aspect_ratio: 1.612 + file_path: /mX6P0swjFFwDZ11H0i59mfHNXeI.png + height: 317 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 511 + - aspect_ratio: 2.537 + file_path: /k8vZbDBQpY4Nwuh7E9sfTLyDtc2.png + height: 503 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1276 + - aspect_ratio: 2.304 + file_path: /juNjWQHV0wUscEIlojJ05cic9f.png + height: 536 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1235 + - aspect_ratio: 1.587 + file_path: /6gCsRLiJuumiZVwvYhKQiVDHPIF.png + height: 242 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 384 + - aspect_ratio: 5.109 + file_path: /nhjOtFmSRYjd6wRNj3eXVdB6xQO.png + height: 1200 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 6131 + - aspect_ratio: 2.222 + file_path: /j2Otiyd0jZQIpaaQmctDJDMR61z.png + height: 405 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 1.636 + file_path: /drouevbbzEoSwcPdEkiwDtNx6oa.png + height: 536 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 877 + - aspect_ratio: 4.281 + file_path: /nU0oqhzgHC4swzFFaqlOMhS2oDz.png + height: 270 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 1156 + posters: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 0.667 + file_path: + type: string + example: /oVLZtMcIjouOXBA2nz9tJHqrK4A.jpg + height: + type: number + example: 3000 + iso_639_1: + type: string + nullable: true + example: uk + vote_average: + type: number + example: 7.19 + vote_count: + type: number + example: 7 + width: + type: number + example: 2000 + example: + - aspect_ratio: 0.667 + file_path: /oVLZtMcIjouOXBA2nz9tJHqrK4A.jpg + height: 3000 + iso_639_1: uk + vote_average: 7.19 + vote_count: 7 + width: 2000 + - aspect_ratio: 0.675 + file_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + height: 1500 + iso_639_1: en + vote_average: 6.784 + vote_count: 65 + width: 1012 + - aspect_ratio: 0.667 + file_path: /3xnWaLQjelJDDF7LT1WBo6f4BRe.jpg + height: 1500 + iso_639_1: en + vote_average: 6.346 + vote_count: 26 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ineLOBPG8AZsluYwnkMpHRyu7L.jpg + height: 1500 + iso_639_1: en + vote_average: 6.346 + vote_count: 13 + width: 1000 + - aspect_ratio: 0.667 + file_path: /anFx9aTOOYqgS3v7x3R84Kz67ly.jpg + height: 3000 + iso_639_1: en + vote_average: 6.2 + vote_count: 10 + width: 2000 + - aspect_ratio: 0.666 + file_path: /vZ1RQSDZ3xzBhLqJdrmvpkm2Nbu.jpg + height: 2000 + iso_639_1: en + vote_average: 6.042 + vote_count: 12 + width: 1332 + - aspect_ratio: 0.667 + file_path: /bSldznJEjkeojc5dzjLvlukqVEU.jpg + height: 3000 + iso_639_1: zh + vote_average: 6.042 + vote_count: 12 + width: 2000 + - aspect_ratio: 0.667 + file_path: /9tfFl11jL5fBA2qtxRxro7yW8Fh.jpg + height: 3000 + iso_639_1: zh + vote_average: 5.844 + vote_count: 16 + width: 2000 + - aspect_ratio: 0.667 + file_path: /bMSbEx9vXCSGN4NEktjVIEuibn2.jpg + height: 3000 + iso_639_1: null + vote_average: 5.786 + vote_count: 7 + width: 2000 + - aspect_ratio: 0.667 + file_path: /m9qXTc8EEKkd2mb3QUajlKGr6YQ.jpg + height: 1500 + iso_639_1: en + vote_average: 5.786 + vote_count: 7 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yQAh12bfMjMRaGJupcKt5T5dUhz.jpg + height: 2945 + iso_639_1: uk + vote_average: 5.778 + vote_count: 9 + width: 1964 + - aspect_ratio: 0.667 + file_path: /zKnBah5dWlFoY0yIKcSIYb4f7kC.jpg + height: 1500 + iso_639_1: en + vote_average: 5.598 + vote_count: 41 + width: 1000 + - aspect_ratio: 0.68 + file_path: /9PVfHEBXFeCBGvy4NVQLwh43iDt.jpg + height: 1000 + iso_639_1: en + vote_average: 5.25 + vote_count: 8 + width: 680 + - aspect_ratio: 0.68 + file_path: /eve7CQBM3QXbU2oNbS73WDPV8FM.jpg + height: 1000 + iso_639_1: en + vote_average: 5.25 + vote_count: 10 + width: 680 + - aspect_ratio: 0.68 + file_path: /zdzmC8rwVP17vicUx1fNqHeDEg1.jpg + height: 1000 + iso_639_1: en + vote_average: 5.25 + vote_count: 12 + width: 680 + - aspect_ratio: 0.68 + file_path: /7LUswjn6jgLxdJ4e6sgwkULXsZI.jpg + height: 1000 + iso_639_1: en + vote_average: 4.884 + vote_count: 13 + width: 680 + - aspect_ratio: 0.667 + file_path: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg + height: 1800 + iso_639_1: en + vote_average: 4.52 + vote_count: 52 + width: 1200 + - aspect_ratio: 0.667 + file_path: /7zRIwsu7jWfh14E7Z84PLUY6IbI.jpg + height: 1560 + iso_639_1: ku + vote_average: 3.334 + vote_count: 1 + width: 1040 + - aspect_ratio: 0.667 + file_path: /3NA1FOlnjE909OyVT534B7fw5h5.jpg + height: 3000 + iso_639_1: ru + vote_average: 3.334 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /dY2FtSKXFCvutAHNgYax27oqwqX.jpg + height: 1500 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /rERmhJQuvxeO9t442rN0OOHBW7l.jpg + height: 1800 + iso_639_1: hr + vote_average: 3.334 + vote_count: 1 + width: 1200 + - aspect_ratio: 0.667 + file_path: /rB2zuh010Qh7LS1qgqG319kTx0H.jpg + height: 1500 + iso_639_1: hu + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /gebqmdgZrb3vT7IEEybNwRRJANh.jpg + height: 3000 + iso_639_1: bg + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.67 + file_path: /18hWpvIIhZleEPUnpPO71kJgEP9.jpg + height: 2048 + iso_639_1: zh + vote_average: 3.334 + vote_count: 2 + width: 1373 + - aspect_ratio: 0.667 + file_path: /tP2wgZfzkZxL18jImD2YXqEUXQA.jpg + height: 1500 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /oldc2tfUwLXV5XeyMvBL2R2yDqb.jpg + height: 3000 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /pVhgEZ9I8UgusdnCpbRXR4gTeKg.jpg + height: 750 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 500 + - aspect_ratio: 0.681 + file_path: /wjs68P6xbV7bFjnZpoIcT7ZjIz3.jpg + height: 1280 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 872 + - aspect_ratio: 0.666 + file_path: /lsMVI84qKS3WpCYzaPnf37HWOo9.jpg + height: 1060 + iso_639_1: null + vote_average: 3.334 + vote_count: 3 + width: 706 + - aspect_ratio: 0.667 + file_path: /zla1t6G3mUIBG0b2tPqMY0MvM6T.jpg + height: 1500 + iso_639_1: null + vote_average: 2.542 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /30erzlzIOtOK3k3T3BAl1GiVMP1.jpg + height: 2100 + iso_639_1: pt + vote_average: 2.278 + vote_count: 3 + width: 1400 + - aspect_ratio: 0.667 + file_path: /5K9uCjQR4lEylyK2IWaZmv2lhLg.jpg + height: 2160 + iso_639_1: ar + vote_average: 2.278 + vote_count: 3 + width: 1440 + - aspect_ratio: 0.667 + file_path: /nRLFup6SpwKRa1tSXwUHOi0Bfug.jpg + height: 3000 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /eG5ozVUA0x6DvTIjn9zXQIND1E2.jpg + height: 3000 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7TOPrmrJ8qO5cKJa7r6WSnjim54.jpg + height: 3000 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gezxPZpGLuEnRXUkhJbJzqo14ke.jpg + height: 1380 + iso_639_1: uk + vote_average: 2.278 + vote_count: 3 + width: 920 + - aspect_ratio: 0.667 + file_path: /cbz48fEG8jW4mPMqRtp4mrU0CIB.jpg + height: 1500 + iso_639_1: en + vote_average: 2.278 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xL5yWkuH1PlmNJmpWvIxAfXvNXK.jpg + height: 2268 + iso_639_1: hu + vote_average: 1.75 + vote_count: 4 + width: 1512 + - aspect_ratio: 0.667 + file_path: /pzv18Cp8lSqlYFj4zEqwCwXoLOJ.jpg + height: 2880 + iso_639_1: ru + vote_average: 1.75 + vote_count: 4 + width: 1920 + - aspect_ratio: 0.667 + file_path: /9DhQyS7c9gWc5G33cLzu8BhJONh.jpg + height: 3000 + iso_639_1: hu + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /bGOB1aVrsMlWiZ2zoAXVBKnPMO.jpg + height: 1800 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 1200 + - aspect_ratio: 0.667 + file_path: /yfUp5k5SbZxWqC15UfbWLIlk6iL.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1hATIM5eAcObWBFnMXfwS7Y086U.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.68 + file_path: /bD22gfzZiYQWuRTX2NrdDveRpwX.jpg + height: 1000 + iso_639_1: en + vote_average: 1.75 + vote_count: 6 + width: 680 + - aspect_ratio: 0.667 + file_path: /dpN6OsnEEgjRhuEAwaowv6gr3sF.jpg + height: 1800 + iso_639_1: zh + vote_average: 1.75 + vote_count: 6 + width: 1200 + - aspect_ratio: 0.667 + file_path: /sMKqv5ieg47EiSXaRCUaiiHHGgJ.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /jmMJrYWFqP8gGhEaHYe0oYPQ4h3.jpg + height: 750 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 500 + - aspect_ratio: 0.68 + file_path: /1ktcj45eMokEv7fYRCc8jVCc7UM.jpg + height: 1000 + iso_639_1: en + vote_average: 1.714 + vote_count: 7 + width: 680 + - aspect_ratio: 0.667 + file_path: /oNed1FKr9h0c5FfyFE3TfIwj445.jpg + height: 1500 + iso_639_1: en + vote_average: 1.562 + vote_count: 8 + width: 1000 + - aspect_ratio: 0.667 + file_path: /iEiPvmgItLzTROvzKlFuuGYI1rc.jpg + height: 2400 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 1600 + - aspect_ratio: 0.68 + file_path: /3ZMOKFDA3fPLlIgFnrZLYLXGoiD.jpg + height: 1000 + iso_639_1: en + vote_average: 1.434 + vote_count: 5 + width: 680 + - aspect_ratio: 0.68 + file_path: /wXKRP7S2KHMmhUbSeuRIPnKI5gn.jpg + height: 1000 + iso_639_1: en + vote_average: 1.434 + vote_count: 5 + width: 680 + - aspect_ratio: 0.68 + file_path: /3cWI8ZxgfPTGarwCUVEQCSoO8Vd.jpg + height: 1000 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 680 + - aspect_ratio: 0.68 + file_path: /dnWOIytZNU0WGDvULMWsdzhxy0C.jpg + height: 1000 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 680 + - aspect_ratio: 0.68 + file_path: /r2Pgx9tHL1enwLJ5H7wfMsil8v2.jpg + height: 1000 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 680 + - aspect_ratio: 0.667 + file_path: /4WM4yvTLrRi5lSHNjQMcIYRkenm.jpg + height: 3000 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /5VR63t1nd3MW2n0p4w1o9r12KQN.jpg + height: 3000 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nNqVVwbNTxrOD5FP7GJvdj0AXPt.jpg + height: 999 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 666 + - aspect_ratio: 0.667 + file_path: /olnpzVO1f77LjsN4PaK1gwcx5qW.jpg + height: 2130 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1420 + - aspect_ratio: 0.667 + file_path: /cn1UF4jVoBkdiTdz7h9ABykfVGe.jpg + height: 2400 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1600 + - aspect_ratio: 0.667 + file_path: /peKt8n4PghbH3skQjTCzOaBhqr.jpg + height: 1590 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1060 + - aspect_ratio: 0.667 + file_path: /i7OGHRAevgxu3fAsZzet0VBUBfG.jpg + height: 1800 + iso_639_1: zh + vote_average: 1.222 + vote_count: 3 + width: 1200 + - aspect_ratio: 0.667 + file_path: /pe7vBi6hIucA9ILjMMGu6kBMEVE.jpg + height: 900 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 600 + - aspect_ratio: 0.679 + file_path: /tApz4ai74BZM3D6Id7YEISysH65.jpg + height: 2945 + iso_639_1: uk + vote_average: 1.066 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.675 + file_path: /pbEAxyuVzApIShO9VLQ2loPKYcM.jpg + height: 1500 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1012 + - aspect_ratio: 0.68 + file_path: /Ahr25VAM7egQRBABjxLzEHd5bgP.jpg + height: 1000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 680 + - aspect_ratio: 0.668 + file_path: /b02A8dHr7rc90E3gcFSlmMjYi4R.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1002 + - aspect_ratio: 0.68 + file_path: /ndMfQyIUy71vpKrGuN6NA4LTP06.jpg + height: 1000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 680 + - aspect_ratio: 0.675 + file_path: /8OUc4BYrUoOhfcCALFAue8oPgIX.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 4 + width: 1012 + - aspect_ratio: 0.666 + file_path: /oUigR4DZSInL4u5cC93ap3eWWDM.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 5 + width: 999 + - aspect_ratio: 0.675 + file_path: /w6ghT6tnydMd6vFtmJhs2zIn9fH.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 6 + width: 1012 + - aspect_ratio: 0.646 + file_path: /53vznB7thE5zz22iiudoJaQDzva.jpg + height: 774 + iso_639_1: en + vote_average: 0.166 + vote_count: 3 + width: 500 + - aspect_ratio: 0.68 + file_path: /p4MtEvgoebca2vQsrou2Cg8c6lO.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 3 + width: 680 + - aspect_ratio: 0.68 + file_path: /81xn1s7zRNOruLrRaPdInaWy6T9.jpg + height: 1000 + iso_639_1: he + vote_average: 0.166 + vote_count: 2 + width: 680 + - aspect_ratio: 0.68 + file_path: /dOJ5xloGImOvWBfDkWZVYgyLQe6.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 680 + - aspect_ratio: 0.667 + file_path: /u1N5AQ0T6Xr28bZGP84AcSJ5M6b.jpg + height: 2100 + iso_639_1: de + vote_average: 0.166 + vote_count: 1 + width: 1400 + - aspect_ratio: 0.68 + file_path: /pTRLqRzAm5QRvO4qmiBgvWxpvjf.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 680 + - aspect_ratio: 0.68 + file_path: /2svpH2Ypfy5AAKxukLOISFFoJ3U.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 680 + - aspect_ratio: 0.68 + file_path: /rQxzhQLnqMS0cJz3DVVm1tTNv6c.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 680 + - aspect_ratio: 0.667 + file_path: /8Pja0VYeYO56kjaOhVfCmpVmA2v.jpg + height: 1500 + iso_639_1: vi + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /kHwJWpp1o3M8Y1uTNjxVhRkzM56.jpg + height: 1440 + iso_639_1: he + vote_average: 0.166 + vote_count: 1 + width: 960 + - aspect_ratio: 0.667 + file_path: /odN92TeI4NIIeKcexQsSQ1dtHD9.jpg + height: 1440 + iso_639_1: he + vote_average: 0.166 + vote_count: 1 + width: 960 + - aspect_ratio: 0.667 + file_path: /bkpSYI7ZbOSFxG0Cqc2YqA9MdFI.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /q09O5WVM22wU3adFpD62GCznHls.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /lYbjV4JdD6mGegBRyGiDZPPW9iy.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /oQGxjhI8glhjQ0zG8tnO1pPkkwY.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ylvEzpJUzOWnANjrod7MAPuVIwl.jpg + height: 1425 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 950 + - aspect_ratio: 0.667 + file_path: /zvhXuTicLd71owPVn8sfNEJrWRd.jpg + height: 1425 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 950 + - aspect_ratio: 0.667 + file_path: /b3CUQldMX7yZTarKfG3360vP9sV.jpg + height: 1425 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 950 + - aspect_ratio: 0.667 + file_path: /yCOz851BLHF7LWZarVtVxxQig31.jpg + height: 2430 + iso_639_1: null + vote_average: 0.166 + vote_count: 2 + width: 1620 + - aspect_ratio: 0.667 + file_path: /leRU5Rw3qPq7dYzgo0UNrIPwyUC.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 667 + - aspect_ratio: 0.667 + file_path: /4Fh4Y5l6EAaf7c2dOEO0wcsrYVQ.jpg + height: 1920 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 0.667 + file_path: /2hWNBjdsSmye9eWq04zmjnRi40t.jpg + height: 3000 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.706 + file_path: /smOdus61Cfc7PbYlb3LkOfljj8f.jpg + height: 1000 + iso_639_1: bg + vote_average: 0 + vote_count: 0 + width: 706 + - aspect_ratio: 0.667 + file_path: /55IMp5GpqohS3UPMxIk0MGkMSCe.jpg + height: 1500 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.68 + file_path: /qvrYWJUPUjCcqhW3Twl0l2Ywc5i.jpg + height: 1000 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.667 + file_path: /piGpakRtB2J30kyAuAnuMqgMsgH.jpg + height: 3000 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /vjfyaIb7fwpj9OeRKiAGfEpTTaF.jpg + height: 3000 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /qOoRhz5TGzgvmIgbDqhpzlaiX8C.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /zA0Nucn46Sd6EIhUaKza5zXPtKR.jpg + height: 1500 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /a4a9N8ysgJigJP8UNX0NjD6nA4O.jpg + height: 3000 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /iCJ0fb6SaJ20ZW2YyMAbAPZd1zv.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /Ab0JK94BXnTbsJfKTTMeVogQz1O.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /eqicQ3dWK69MdVYYJbA73ocM9Y1.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /aAR6JVgMiveng1dzsVq9eIDq7Gr.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /kTRueZswAemwJgoNQKcaXD9hed.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.707 + file_path: /qs1C99NFTgYDJg4U7B9RsLc0qBA.jpg + height: 2828 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /mKUjSLW9AJAMBiTutclbwwvL5ju.jpg + height: 750 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 500 + - aspect_ratio: 0.667 + file_path: /iQtfsCQyLMJ0CQrFoopW8DUZ3Zv.jpg + height: 1104 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.708 + file_path: /bQM4cc2DBq4XhIfnX1O4QmT28xy.jpg + height: 1040 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.707 + file_path: /13j2a0hvDbady2k7RbqRarxrExw.jpg + height: 842 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 595 + - aspect_ratio: 0.708 + file_path: /qTH6eIZRviqhWYRwv0hLIlNTOlx.jpg + height: 1039 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.667 + file_path: /hgYVleP6Ir3xla5onbbVWqIeE9O.jpg + height: 1104 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.667 + file_path: /4AiM3CMXtuWMuKtnsYFINnvcNKg.jpg + height: 1920 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 0.667 + file_path: /iMNOa4uQoZ8RTcsWkUHOyIM7IqA.jpg + height: 1920 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 0.667 + file_path: /ZdtFPouBgk3HSueekJe5tlXLj9.jpg + height: 1104 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.679 + file_path: /aUyYYBBIlKXutF5PU2gr6bsKX0X.jpg + height: 1280 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 869 + examples: + images: + value: + backdrops: + - aspect_ratio: 1.778 + file_path: /gc8PfyTqzqltKPW3X0cIVUGmagz.jpg + height: 1080 + iso_639_1: null + vote_average: 6.608 + vote_count: 14 + width: 1920 + - aspect_ratio: 1.778 + file_path: /yXSzo0VU1Q1QaB7Xg5Hqe4tXXA3.jpg + height: 1080 + iso_639_1: null + vote_average: 6.546 + vote_count: 11 + width: 1920 + - aspect_ratio: 1.778 + file_path: /9faGSFi5jam6pDWGNd0p8JcJgXQ.jpg + height: 1080 + iso_639_1: null + vote_average: 6.042 + vote_count: 12 + width: 1920 + - aspect_ratio: 1.778 + file_path: /dFWqgL6MYHWLOs6Pev4G0TbMHSW.jpg + height: 1080 + iso_639_1: null + vote_average: 5.786 + vote_count: 7 + width: 1920 + - aspect_ratio: 1.778 + file_path: /alb2BU2BeBZv5dgHhuzV9ZGakfZ.jpg + height: 1080 + iso_639_1: null + vote_average: 5.786 + vote_count: 7 + width: 1920 + - aspect_ratio: 1.778 + file_path: /wSztOsbdspDi0E6dWU1cxNmYDV9.jpg + height: 1152 + iso_639_1: null + vote_average: 5.786 + vote_count: 7 + width: 2048 + - aspect_ratio: 1.778 + file_path: /vFxjuhENDjEKzWXUGKmRFct15bA.jpg + height: 1080 + iso_639_1: null + vote_average: 5.778 + vote_count: 9 + width: 1920 + - aspect_ratio: 1.778 + file_path: /bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg + height: 1080 + iso_639_1: null + vote_average: 5.25 + vote_count: 14 + width: 1920 + - aspect_ratio: 1.778 + file_path: /lKODbE8ARPJEPnjTBfiIJ98I3YL.jpg + height: 1080 + iso_639_1: null + vote_average: 5.25 + vote_count: 12 + width: 1920 + - aspect_ratio: 1.777 + file_path: /tsRy63Mu5cu8etL1X7ZLyf7UP1M.jpg + height: 1688 + iso_639_1: null + vote_average: 5.25 + vote_count: 24 + width: 3000 + - aspect_ratio: 1.778 + file_path: /84XPpjGvxNyExjSuLQe0SzioErt.jpg + height: 1080 + iso_639_1: null + vote_average: 5.25 + vote_count: 24 + width: 1920 + - aspect_ratio: 1.778 + file_path: /wKHImjeHwVIiWJWFIJtWUKkA5QJ.jpg + height: 1080 + iso_639_1: null + vote_average: 5.25 + vote_count: 8 + width: 1920 + - aspect_ratio: 1.778 + file_path: /EurcYIB7obJgoVzeui2RZkFlEm.jpg + height: 2160 + iso_639_1: null + vote_average: 5.25 + vote_count: 8 + width: 3840 + - aspect_ratio: 1.778 + file_path: /wuwcaQlk6ldGXgQiVgV0MshOxHE.jpg + height: 1080 + iso_639_1: null + vote_average: 4.884 + vote_count: 13 + width: 1920 + - aspect_ratio: 1.778 + file_path: /n3u3kgNttY1F5Ixi5bMY9BwZImQ.jpg + height: 1080 + iso_639_1: null + vote_average: 4.722 + vote_count: 9 + width: 1920 + - aspect_ratio: 1.778 + file_path: /py7gDxOlcVxVPuw56thayohGFb0.jpg + height: 720 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /rKUAAwWnUJSVO7Up72qjqo1myQ4.jpg + height: 720 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /6y12pMO6lLB5xytaEq9RWwjHMJi.jpg + height: 720 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /nt2GqQjY4LP4whticSC405u2tSV.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /yuz0clINVBCEXVT9JZtw8ZzhIVU.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /qsYUEXhAI7oFvU4uMpWj1NaNbBK.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.777 + file_path: /4zx1ZEK7voRHpIcC1pD99S6aN9T.jpg + height: 1688 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 3000 + - aspect_ratio: 1.778 + file_path: /1ih76QX7YKFxF1xTfwRvONl8tc4.jpg + height: 2160 + iso_639_1: ru + vote_average: 3.334 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /pafxe7NlhuR2CrqJ9H6m2I2lW7J.jpg + height: 1080 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /5WKVhTcc1cVaCsXwEUtB8lHzgm4.jpg + height: 1080 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /whL1DXc6TDGYxtuvVRKRCRWvqni.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /hwIAR9FDsKULo8efoOUuxsFtO2u.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 6 + width: 3840 + - aspect_ratio: 1.778 + file_path: /gae3QaHGZNF6UhQf8nMOyssp8ul.jpg + height: 2160 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 3840 + - aspect_ratio: 1.778 + file_path: /q4js3LcDAYXyK8lLYggfCGecOOO.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 1920 + - aspect_ratio: 1.778 + file_path: /v8KMtA8MqTGdJVPa3CCFsLhJtvL.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 1920 + - aspect_ratio: 1.778 + file_path: /wlAhZdue7yl7AnrcXScXbWiK9CY.jpg + height: 1152 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 2048 + - aspect_ratio: 1.778 + file_path: /wbfg0y8Ptk472rLa9e3TTO9XVNh.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 6 + width: 1920 + - aspect_ratio: 1.778 + file_path: /bXE1dnpe5Ol4xX4VHkXBdbbxF3I.jpg + height: 1080 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /y6Q2lOq16SQ5kUBsTzG9DpkEwf9.jpg + height: 1080 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /63FA8vwSZnXkGxedrDQwni4JuZN.jpg + height: 2160 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 3840 + - aspect_ratio: 1.778 + file_path: /sp1RSDvoVsbvDouQx1A75ebU35e.jpg + height: 1080 + iso_639_1: null + vote_average: 1.714 + vote_count: 7 + width: 1920 + - aspect_ratio: 1.778 + file_path: /b5rOkbQ0jKYvBqBf3bwJ6nXBOtx.jpg + height: 720 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 1280 + - aspect_ratio: 1.778 + file_path: /9WcEE9XfG4yxJkr3x1fjOHPblTO.jpg + height: 1080 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1920 + - aspect_ratio: 1.778 + file_path: /zUcEorE4QtzVvZhLj3f3It0Ely8.jpg + height: 2160 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 3840 + - aspect_ratio: 1.778 + file_path: /2zQSQPYJvqn23KsrJVtQXwOLAsC.jpg + height: 720 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /3u5cElKDUxJQpK8tZRSqgt4vUEk.jpg + height: 720 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /f3hwT3dLj3Jb8ikbxs415vKlIgg.jpg + height: 2160 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /sLaUolq9dx8pLypwv6M3YPXkUX1.jpg + height: 2160 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 3840 + - aspect_ratio: 1.778 + file_path: /hDRfskJOAgqe05OXBRusu3YVnVO.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /lWZp3RGOctFxl2lIYVemhE4gBsi.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.777 + file_path: /vksfmM3yPYVPphCCC9BYrahI3KK.jpg + height: 979 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1740 + - aspect_ratio: 1.778 + file_path: /je0kra0a8WMkzL3hJVDXjK2AB2B.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /miPczbYeFYIB3DKYP7F70ZY6sOA.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /36NPDaB79skOa6dIHqBNLh4fIyZ.jpg + height: 720 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /xbRNGC939ZIiCF6qNwmbx0FedLs.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /14lvW78eZ0o3uptiRMZYmXhqCGU.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /9E5SD81Pg8w5bYJvKKV5Ohn65AD.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /bOf7rb9P30MISpaLCs5VWnHJYq9.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /vQNFD4F0CYbDBLupQ7VFkyR0Q34.jpg + height: 1152 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 2048 + - aspect_ratio: 1.778 + file_path: /xbmzcEiG2SvX6zZtgHNNLy0XluL.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /fo94LwJdqHX2wUC5QVw6pI6my6H.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /iU5e7Po31TsvxmQ87lZtuobe250.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /zQp0DoO0zcTDZSci7AgcRvdmWZi.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /dhWnZSk6zFATcYr0GNbdVAfdYBY.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /otCnAN1edreRudT5E2OHk8beiDu.jpg + height: 1080 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /nPJ1quzQIDhu4u5tqjE6baKcOMT.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /kRsDSZj7mNN9dpNqsUjjFvyxtW3.jpg + height: 1080 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ftDOw49A0vIMvrustr08Vy604jR.jpg + height: 1125 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 1.78 + file_path: /fPcxC7uxMoZ8cCrUJiJlMsY9aJr.jpg + height: 1011 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1800 + - aspect_ratio: 1.778 + file_path: /rcinpO7V9SSLfQdcRb2G2Xcf7vF.jpg + height: 720 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 1.778 + file_path: /8HDLgNrbMJYmwCIYaxzoPJtLbV0.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ou2n17nTdno8odv9zzKohR0ZlNJ.jpg + height: 720 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /4NgYewZYQo2q8crjYGwLALghDoi.jpg + height: 720 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /xtWwa5tq6IOxXjC5YjcIrxVfaNO.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /QyOJBJDEXUR0B79XB5G5Izde0A.jpg + height: 1152 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2048 + - aspect_ratio: 1.778 + file_path: /x8PPJ1OiT6uo8zGYrJRFwHt2CTx.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /19rhuvssQyoDg7HUHXD2BcmlFL3.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /scGGbGjVbNyqKbJ6QnlPPY5je0v.jpg + height: 1080 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /crHOD8COvAetQ0ABjBwmsEG2lJb.jpg + height: 2160 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /xCyQG7nBMCtAHrWymkVeSSoyjA6.jpg + height: 2160 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /9f2oWi1FPTWgSDNBCRLVnS4m4EJ.jpg + height: 1080 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.778 + file_path: /tPIEBq3G4a6a94aVp4zoLNtTGTj.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /slqXKgY9JjMhZNLo4KYC9J2PXiN.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /35qWjWvDrW78dLmSMhCUoZOO5me.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /ySw8QKypNBpFhMY75J05zaNN6Wt.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /bcpD5KjYCnHGlsCfOR58VbSReIm.jpg + height: 720 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 1.778 + file_path: /rZy9EJaRmESKjEMz5XgG81jZloS.jpg + height: 2160 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 3840 + - aspect_ratio: 1.778 + file_path: /v1vf72pWbDjs2xT6GWXJTVBrZMf.jpg + height: 1152 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2048 + - aspect_ratio: 1.778 + file_path: /y20qXWlX2fgQtBzakKQO1AZjiB5.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + - aspect_ratio: 1.779 + file_path: /lBg3UCQMJTPsPe2rgi0AiCzVZxF.jpg + height: 1359 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2417 + - aspect_ratio: 1.779 + file_path: /ouuXOvez02DiUzX1MJrRUsVwnMc.jpg + height: 1102 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1960 + - aspect_ratio: 1.779 + file_path: /g8WhEOXGdwqfBF5xPPiXVhWGLvq.jpg + height: 1359 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2417 + id: 1396 + logos: + - aspect_ratio: 2.253 + file_path: /62q353KyiSdwv4kqVTF31k41RUr.png + height: 296 + iso_639_1: ru + vote_average: 3.334 + vote_count: 1 + width: 667 + - aspect_ratio: 1.654 + file_path: /n9ayq93aW6H8dd2Vah59cmWeEp5.png + height: 538 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 890 + - aspect_ratio: 1.68 + file_path: /chw44B2VnLha8iiTdyZcIW0ZELC.png + height: 1300 + iso_639_1: en + vote_average: 2.066 + vote_count: 5 + width: 2184 + - aspect_ratio: 5.109 + file_path: /h6yDiAXP5AyOzXHTxjUssYOGbG3.png + height: 1200 + iso_639_1: en + vote_average: 2.066 + vote_count: 5 + width: 6131 + - aspect_ratio: 1.681 + file_path: /72OJ4Uqmdi8DwPqfjQtz7IG43cc.png + height: 464 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 780 + - aspect_ratio: 1.584 + file_path: /jkfeiZ6LubWG9VYqrhHeXoBCXH7.png + height: 536 + iso_639_1: en + vote_average: 1.434 + vote_count: 5 + width: 849 + - aspect_ratio: 1.68 + file_path: /bM2bNffZlZ2UxZqwHaxr5VS3UUI.svg + height: 219 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 368 + - aspect_ratio: 1.677 + file_path: /i5ZfXRq8RjBNyy4SoCUoJOlsBJ4.png + height: 1300 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 2180 + - aspect_ratio: 1.68 + file_path: /ojzKpMUAcA91P6wF0TfCyAvvYLw.svg + height: 219 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 368 + - aspect_ratio: 1.394 + file_path: /7IwMlKJHo7fAtxiGw8LaA5tvpYD.png + height: 525 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 732 + - aspect_ratio: 2.943 + file_path: /en8Mn9MWOoBvsKAqXglwkE3u6iP.png + height: 264 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 777 + - aspect_ratio: 2.232 + file_path: /esR0j3VVfGIUaAQqMryo93Gmqzl.png + height: 298 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 665 + - aspect_ratio: 1.748 + file_path: /8opNqe6yydrd12HgdEORcrxyDMQ.png + height: 290 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 507 + - aspect_ratio: 2.244 + file_path: /ld6tZguD6nNnfw89TAVXlEh295a.png + height: 1106 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 2482 + - aspect_ratio: 2.241 + file_path: /259o0Edu2mv6oOlYvEqAqjbwf5n.svg + height: 220 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 493 + - aspect_ratio: 1.654 + file_path: /vtlp1gi2J1vsThcwtgnzOtwHWDc.png + height: 538 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 890 + - aspect_ratio: 2.46 + file_path: /w3CaG9Em5khk815cW9OnJ5PULmS.png + height: 489 + iso_639_1: uk + vote_average: 0 + vote_count: 0 + width: 1203 + - aspect_ratio: 1.315 + file_path: /3W6DxYPxlROYZSA7OqVncAaJpR6.png + height: 352 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 463 + - aspect_ratio: 4.371 + file_path: /rremo194TuI5o295iwY1jDstrwL.png + height: 151 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 660 + - aspect_ratio: 1.612 + file_path: /mX6P0swjFFwDZ11H0i59mfHNXeI.png + height: 317 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 511 + - aspect_ratio: 2.537 + file_path: /k8vZbDBQpY4Nwuh7E9sfTLyDtc2.png + height: 503 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1276 + - aspect_ratio: 2.304 + file_path: /juNjWQHV0wUscEIlojJ05cic9f.png + height: 536 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 1235 + - aspect_ratio: 1.587 + file_path: /6gCsRLiJuumiZVwvYhKQiVDHPIF.png + height: 242 + iso_639_1: pt + vote_average: 0 + vote_count: 0 + width: 384 + - aspect_ratio: 5.109 + file_path: /nhjOtFmSRYjd6wRNj3eXVdB6xQO.png + height: 1200 + iso_639_1: fr + vote_average: 0 + vote_count: 0 + width: 6131 + - aspect_ratio: 2.222 + file_path: /j2Otiyd0jZQIpaaQmctDJDMR61z.png + height: 405 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 900 + - aspect_ratio: 1.636 + file_path: /drouevbbzEoSwcPdEkiwDtNx6oa.png + height: 536 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 877 + - aspect_ratio: 4.281 + file_path: /nU0oqhzgHC4swzFFaqlOMhS2oDz.png + height: 270 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 1156 + posters: + - aspect_ratio: 0.667 + file_path: /oVLZtMcIjouOXBA2nz9tJHqrK4A.jpg + height: 3000 + iso_639_1: uk + vote_average: 7.19 + vote_count: 7 + width: 2000 + - aspect_ratio: 0.675 + file_path: /ztkUQFLlC19CCMYHW9o1zWhJRNq.jpg + height: 1500 + iso_639_1: en + vote_average: 6.784 + vote_count: 65 + width: 1012 + - aspect_ratio: 0.667 + file_path: /3xnWaLQjelJDDF7LT1WBo6f4BRe.jpg + height: 1500 + iso_639_1: en + vote_average: 6.346 + vote_count: 26 + width: 1000 + - aspect_ratio: 0.667 + file_path: /ineLOBPG8AZsluYwnkMpHRyu7L.jpg + height: 1500 + iso_639_1: en + vote_average: 6.346 + vote_count: 13 + width: 1000 + - aspect_ratio: 0.667 + file_path: /anFx9aTOOYqgS3v7x3R84Kz67ly.jpg + height: 3000 + iso_639_1: en + vote_average: 6.2 + vote_count: 10 + width: 2000 + - aspect_ratio: 0.666 + file_path: /vZ1RQSDZ3xzBhLqJdrmvpkm2Nbu.jpg + height: 2000 + iso_639_1: en + vote_average: 6.042 + vote_count: 12 + width: 1332 + - aspect_ratio: 0.667 + file_path: /bSldznJEjkeojc5dzjLvlukqVEU.jpg + height: 3000 + iso_639_1: zh + vote_average: 6.042 + vote_count: 12 + width: 2000 + - aspect_ratio: 0.667 + file_path: /9tfFl11jL5fBA2qtxRxro7yW8Fh.jpg + height: 3000 + iso_639_1: zh + vote_average: 5.844 + vote_count: 16 + width: 2000 + - aspect_ratio: 0.667 + file_path: /bMSbEx9vXCSGN4NEktjVIEuibn2.jpg + height: 3000 + iso_639_1: null + vote_average: 5.786 + vote_count: 7 + width: 2000 + - aspect_ratio: 0.667 + file_path: /m9qXTc8EEKkd2mb3QUajlKGr6YQ.jpg + height: 1500 + iso_639_1: en + vote_average: 5.786 + vote_count: 7 + width: 1000 + - aspect_ratio: 0.667 + file_path: /yQAh12bfMjMRaGJupcKt5T5dUhz.jpg + height: 2945 + iso_639_1: uk + vote_average: 5.778 + vote_count: 9 + width: 1964 + - aspect_ratio: 0.667 + file_path: /zKnBah5dWlFoY0yIKcSIYb4f7kC.jpg + height: 1500 + iso_639_1: en + vote_average: 5.598 + vote_count: 41 + width: 1000 + - aspect_ratio: 0.68 + file_path: /9PVfHEBXFeCBGvy4NVQLwh43iDt.jpg + height: 1000 + iso_639_1: en + vote_average: 5.25 + vote_count: 8 + width: 680 + - aspect_ratio: 0.68 + file_path: /eve7CQBM3QXbU2oNbS73WDPV8FM.jpg + height: 1000 + iso_639_1: en + vote_average: 5.25 + vote_count: 10 + width: 680 + - aspect_ratio: 0.68 + file_path: /zdzmC8rwVP17vicUx1fNqHeDEg1.jpg + height: 1000 + iso_639_1: en + vote_average: 5.25 + vote_count: 12 + width: 680 + - aspect_ratio: 0.68 + file_path: /7LUswjn6jgLxdJ4e6sgwkULXsZI.jpg + height: 1000 + iso_639_1: en + vote_average: 4.884 + vote_count: 13 + width: 680 + - aspect_ratio: 0.667 + file_path: /ggFHVNu6YYI5L9pCfOacjizRGt.jpg + height: 1800 + iso_639_1: en + vote_average: 4.52 + vote_count: 52 + width: 1200 + - aspect_ratio: 0.667 + file_path: /7zRIwsu7jWfh14E7Z84PLUY6IbI.jpg + height: 1560 + iso_639_1: ku + vote_average: 3.334 + vote_count: 1 + width: 1040 + - aspect_ratio: 0.667 + file_path: /3NA1FOlnjE909OyVT534B7fw5h5.jpg + height: 3000 + iso_639_1: ru + vote_average: 3.334 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /dY2FtSKXFCvutAHNgYax27oqwqX.jpg + height: 1500 + iso_639_1: he + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /rERmhJQuvxeO9t442rN0OOHBW7l.jpg + height: 1800 + iso_639_1: hr + vote_average: 3.334 + vote_count: 1 + width: 1200 + - aspect_ratio: 0.667 + file_path: /rB2zuh010Qh7LS1qgqG319kTx0H.jpg + height: 1500 + iso_639_1: hu + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /gebqmdgZrb3vT7IEEybNwRRJANh.jpg + height: 3000 + iso_639_1: bg + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.67 + file_path: /18hWpvIIhZleEPUnpPO71kJgEP9.jpg + height: 2048 + iso_639_1: zh + vote_average: 3.334 + vote_count: 2 + width: 1373 + - aspect_ratio: 0.667 + file_path: /tP2wgZfzkZxL18jImD2YXqEUXQA.jpg + height: 1500 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /oldc2tfUwLXV5XeyMvBL2R2yDqb.jpg + height: 3000 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /pVhgEZ9I8UgusdnCpbRXR4gTeKg.jpg + height: 750 + iso_639_1: null + vote_average: 3.334 + vote_count: 1 + width: 500 + - aspect_ratio: 0.681 + file_path: /wjs68P6xbV7bFjnZpoIcT7ZjIz3.jpg + height: 1280 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 872 + - aspect_ratio: 0.666 + file_path: /lsMVI84qKS3WpCYzaPnf37HWOo9.jpg + height: 1060 + iso_639_1: null + vote_average: 3.334 + vote_count: 3 + width: 706 + - aspect_ratio: 0.667 + file_path: /zla1t6G3mUIBG0b2tPqMY0MvM6T.jpg + height: 1500 + iso_639_1: null + vote_average: 2.542 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.667 + file_path: /30erzlzIOtOK3k3T3BAl1GiVMP1.jpg + height: 2100 + iso_639_1: pt + vote_average: 2.278 + vote_count: 3 + width: 1400 + - aspect_ratio: 0.667 + file_path: /5K9uCjQR4lEylyK2IWaZmv2lhLg.jpg + height: 2160 + iso_639_1: ar + vote_average: 2.278 + vote_count: 3 + width: 1440 + - aspect_ratio: 0.667 + file_path: /nRLFup6SpwKRa1tSXwUHOi0Bfug.jpg + height: 3000 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /eG5ozVUA0x6DvTIjn9zXQIND1E2.jpg + height: 3000 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /7TOPrmrJ8qO5cKJa7r6WSnjim54.jpg + height: 3000 + iso_639_1: null + vote_average: 2.278 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /gezxPZpGLuEnRXUkhJbJzqo14ke.jpg + height: 1380 + iso_639_1: uk + vote_average: 2.278 + vote_count: 3 + width: 920 + - aspect_ratio: 0.667 + file_path: /cbz48fEG8jW4mPMqRtp4mrU0CIB.jpg + height: 1500 + iso_639_1: en + vote_average: 2.278 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.667 + file_path: /xL5yWkuH1PlmNJmpWvIxAfXvNXK.jpg + height: 2268 + iso_639_1: hu + vote_average: 1.75 + vote_count: 4 + width: 1512 + - aspect_ratio: 0.667 + file_path: /pzv18Cp8lSqlYFj4zEqwCwXoLOJ.jpg + height: 2880 + iso_639_1: ru + vote_average: 1.75 + vote_count: 4 + width: 1920 + - aspect_ratio: 0.667 + file_path: /9DhQyS7c9gWc5G33cLzu8BhJONh.jpg + height: 3000 + iso_639_1: hu + vote_average: 1.75 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /bGOB1aVrsMlWiZ2zoAXVBKnPMO.jpg + height: 1800 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 1200 + - aspect_ratio: 0.667 + file_path: /yfUp5k5SbZxWqC15UfbWLIlk6iL.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.667 + file_path: /1hATIM5eAcObWBFnMXfwS7Y086U.jpg + height: 3000 + iso_639_1: null + vote_average: 1.75 + vote_count: 4 + width: 2000 + - aspect_ratio: 0.68 + file_path: /bD22gfzZiYQWuRTX2NrdDveRpwX.jpg + height: 1000 + iso_639_1: en + vote_average: 1.75 + vote_count: 6 + width: 680 + - aspect_ratio: 0.667 + file_path: /dpN6OsnEEgjRhuEAwaowv6gr3sF.jpg + height: 1800 + iso_639_1: zh + vote_average: 1.75 + vote_count: 6 + width: 1200 + - aspect_ratio: 0.667 + file_path: /sMKqv5ieg47EiSXaRCUaiiHHGgJ.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.667 + file_path: /jmMJrYWFqP8gGhEaHYe0oYPQ4h3.jpg + height: 750 + iso_639_1: null + vote_average: 1.75 + vote_count: 2 + width: 500 + - aspect_ratio: 0.68 + file_path: /1ktcj45eMokEv7fYRCc8jVCc7UM.jpg + height: 1000 + iso_639_1: en + vote_average: 1.714 + vote_count: 7 + width: 680 + - aspect_ratio: 0.667 + file_path: /oNed1FKr9h0c5FfyFE3TfIwj445.jpg + height: 1500 + iso_639_1: en + vote_average: 1.562 + vote_count: 8 + width: 1000 + - aspect_ratio: 0.667 + file_path: /iEiPvmgItLzTROvzKlFuuGYI1rc.jpg + height: 2400 + iso_639_1: en + vote_average: 1.444 + vote_count: 6 + width: 1600 + - aspect_ratio: 0.68 + file_path: /3ZMOKFDA3fPLlIgFnrZLYLXGoiD.jpg + height: 1000 + iso_639_1: en + vote_average: 1.434 + vote_count: 5 + width: 680 + - aspect_ratio: 0.68 + file_path: /wXKRP7S2KHMmhUbSeuRIPnKI5gn.jpg + height: 1000 + iso_639_1: en + vote_average: 1.434 + vote_count: 5 + width: 680 + - aspect_ratio: 0.68 + file_path: /3cWI8ZxgfPTGarwCUVEQCSoO8Vd.jpg + height: 1000 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 680 + - aspect_ratio: 0.68 + file_path: /dnWOIytZNU0WGDvULMWsdzhxy0C.jpg + height: 1000 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 680 + - aspect_ratio: 0.68 + file_path: /r2Pgx9tHL1enwLJ5H7wfMsil8v2.jpg + height: 1000 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 680 + - aspect_ratio: 0.667 + file_path: /4WM4yvTLrRi5lSHNjQMcIYRkenm.jpg + height: 3000 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /5VR63t1nd3MW2n0p4w1o9r12KQN.jpg + height: 3000 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 2000 + - aspect_ratio: 0.667 + file_path: /nNqVVwbNTxrOD5FP7GJvdj0AXPt.jpg + height: 999 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 666 + - aspect_ratio: 0.667 + file_path: /olnpzVO1f77LjsN4PaK1gwcx5qW.jpg + height: 2130 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1420 + - aspect_ratio: 0.667 + file_path: /cn1UF4jVoBkdiTdz7h9ABykfVGe.jpg + height: 2400 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1600 + - aspect_ratio: 0.667 + file_path: /peKt8n4PghbH3skQjTCzOaBhqr.jpg + height: 1590 + iso_639_1: null + vote_average: 1.222 + vote_count: 3 + width: 1060 + - aspect_ratio: 0.667 + file_path: /i7OGHRAevgxu3fAsZzet0VBUBfG.jpg + height: 1800 + iso_639_1: zh + vote_average: 1.222 + vote_count: 3 + width: 1200 + - aspect_ratio: 0.667 + file_path: /pe7vBi6hIucA9ILjMMGu6kBMEVE.jpg + height: 900 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 600 + - aspect_ratio: 0.679 + file_path: /tApz4ai74BZM3D6Id7YEISysH65.jpg + height: 2945 + iso_639_1: uk + vote_average: 1.066 + vote_count: 5 + width: 2000 + - aspect_ratio: 0.675 + file_path: /pbEAxyuVzApIShO9VLQ2loPKYcM.jpg + height: 1500 + iso_639_1: en + vote_average: 1.066 + vote_count: 5 + width: 1012 + - aspect_ratio: 0.68 + file_path: /Ahr25VAM7egQRBABjxLzEHd5bgP.jpg + height: 1000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 680 + - aspect_ratio: 0.668 + file_path: /b02A8dHr7rc90E3gcFSlmMjYi4R.jpg + height: 1500 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 1002 + - aspect_ratio: 0.68 + file_path: /ndMfQyIUy71vpKrGuN6NA4LTP06.jpg + height: 1000 + iso_639_1: en + vote_average: 0.958 + vote_count: 4 + width: 680 + - aspect_ratio: 0.675 + file_path: /8OUc4BYrUoOhfcCALFAue8oPgIX.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 4 + width: 1012 + - aspect_ratio: 0.666 + file_path: /oUigR4DZSInL4u5cC93ap3eWWDM.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 5 + width: 999 + - aspect_ratio: 0.675 + file_path: /w6ghT6tnydMd6vFtmJhs2zIn9fH.jpg + height: 1500 + iso_639_1: en + vote_average: 0.5 + vote_count: 6 + width: 1012 + - aspect_ratio: 0.646 + file_path: /53vznB7thE5zz22iiudoJaQDzva.jpg + height: 774 + iso_639_1: en + vote_average: 0.166 + vote_count: 3 + width: 500 + - aspect_ratio: 0.68 + file_path: /p4MtEvgoebca2vQsrou2Cg8c6lO.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 3 + width: 680 + - aspect_ratio: 0.68 + file_path: /81xn1s7zRNOruLrRaPdInaWy6T9.jpg + height: 1000 + iso_639_1: he + vote_average: 0.166 + vote_count: 2 + width: 680 + - aspect_ratio: 0.68 + file_path: /dOJ5xloGImOvWBfDkWZVYgyLQe6.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 680 + - aspect_ratio: 0.667 + file_path: /u1N5AQ0T6Xr28bZGP84AcSJ5M6b.jpg + height: 2100 + iso_639_1: de + vote_average: 0.166 + vote_count: 1 + width: 1400 + - aspect_ratio: 0.68 + file_path: /pTRLqRzAm5QRvO4qmiBgvWxpvjf.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 680 + - aspect_ratio: 0.68 + file_path: /2svpH2Ypfy5AAKxukLOISFFoJ3U.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 680 + - aspect_ratio: 0.68 + file_path: /rQxzhQLnqMS0cJz3DVVm1tTNv6c.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 680 + - aspect_ratio: 0.667 + file_path: /8Pja0VYeYO56kjaOhVfCmpVmA2v.jpg + height: 1500 + iso_639_1: vi + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /kHwJWpp1o3M8Y1uTNjxVhRkzM56.jpg + height: 1440 + iso_639_1: he + vote_average: 0.166 + vote_count: 1 + width: 960 + - aspect_ratio: 0.667 + file_path: /odN92TeI4NIIeKcexQsSQ1dtHD9.jpg + height: 1440 + iso_639_1: he + vote_average: 0.166 + vote_count: 1 + width: 960 + - aspect_ratio: 0.667 + file_path: /bkpSYI7ZbOSFxG0Cqc2YqA9MdFI.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 2 + width: 2000 + - aspect_ratio: 0.667 + file_path: /q09O5WVM22wU3adFpD62GCznHls.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /lYbjV4JdD6mGegBRyGiDZPPW9iy.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /oQGxjhI8glhjQ0zG8tnO1pPkkwY.jpg + height: 3000 + iso_639_1: uk + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /ylvEzpJUzOWnANjrod7MAPuVIwl.jpg + height: 1425 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 950 + - aspect_ratio: 0.667 + file_path: /zvhXuTicLd71owPVn8sfNEJrWRd.jpg + height: 1425 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 950 + - aspect_ratio: 0.667 + file_path: /b3CUQldMX7yZTarKfG3360vP9sV.jpg + height: 1425 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 950 + - aspect_ratio: 0.667 + file_path: /yCOz851BLHF7LWZarVtVxxQig31.jpg + height: 2430 + iso_639_1: null + vote_average: 0.166 + vote_count: 2 + width: 1620 + - aspect_ratio: 0.667 + file_path: /leRU5Rw3qPq7dYzgo0UNrIPwyUC.jpg + height: 1000 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 667 + - aspect_ratio: 0.667 + file_path: /4Fh4Y5l6EAaf7c2dOEO0wcsrYVQ.jpg + height: 1920 + iso_639_1: null + vote_average: 0.166 + vote_count: 1 + width: 1280 + - aspect_ratio: 0.667 + file_path: /2hWNBjdsSmye9eWq04zmjnRi40t.jpg + height: 3000 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.706 + file_path: /smOdus61Cfc7PbYlb3LkOfljj8f.jpg + height: 1000 + iso_639_1: bg + vote_average: 0 + vote_count: 0 + width: 706 + - aspect_ratio: 0.667 + file_path: /55IMp5GpqohS3UPMxIk0MGkMSCe.jpg + height: 1500 + iso_639_1: hu + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.68 + file_path: /qvrYWJUPUjCcqhW3Twl0l2Ywc5i.jpg + height: 1000 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.667 + file_path: /piGpakRtB2J30kyAuAnuMqgMsgH.jpg + height: 3000 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /vjfyaIb7fwpj9OeRKiAGfEpTTaF.jpg + height: 3000 + iso_639_1: th + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /qOoRhz5TGzgvmIgbDqhpzlaiX8C.jpg + height: 1500 + iso_639_1: vi + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /zA0Nucn46Sd6EIhUaKza5zXPtKR.jpg + height: 1500 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /a4a9N8ysgJigJP8UNX0NjD6nA4O.jpg + height: 3000 + iso_639_1: hr + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /iCJ0fb6SaJ20ZW2YyMAbAPZd1zv.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /Ab0JK94BXnTbsJfKTTMeVogQz1O.jpg + height: 3000 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /eqicQ3dWK69MdVYYJbA73ocM9Y1.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /aAR6JVgMiveng1dzsVq9eIDq7Gr.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /kTRueZswAemwJgoNQKcaXD9hed.jpg + height: 3000 + iso_639_1: fa + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.707 + file_path: /qs1C99NFTgYDJg4U7B9RsLc0qBA.jpg + height: 2828 + iso_639_1: zh + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /mKUjSLW9AJAMBiTutclbwwvL5ju.jpg + height: 750 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 500 + - aspect_ratio: 0.667 + file_path: /iQtfsCQyLMJ0CQrFoopW8DUZ3Zv.jpg + height: 1104 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.708 + file_path: /bQM4cc2DBq4XhIfnX1O4QmT28xy.jpg + height: 1040 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.707 + file_path: /13j2a0hvDbady2k7RbqRarxrExw.jpg + height: 842 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 595 + - aspect_ratio: 0.708 + file_path: /qTH6eIZRviqhWYRwv0hLIlNTOlx.jpg + height: 1039 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.667 + file_path: /hgYVleP6Ir3xla5onbbVWqIeE9O.jpg + height: 1104 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.667 + file_path: /4AiM3CMXtuWMuKtnsYFINnvcNKg.jpg + height: 1920 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 0.667 + file_path: /iMNOa4uQoZ8RTcsWkUHOyIM7IqA.jpg + height: 1920 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1280 + - aspect_ratio: 0.667 + file_path: /ZdtFPouBgk3HSueekJe5tlXLj9.jpg + height: 1104 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 736 + - aspect_ratio: 0.679 + file_path: /aUyYYBBIlKXutF5PU2gr6bsKX0X.jpg + height: 1280 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 869 + + /tv/{series_id}/keywords: + get: + tags: + - TV SERIES + summary: Keywords + description: This endpoint get a list of keywords that have been added to a TV show. + operationId: keywords1 + parameters: + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: keywords + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=10213 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:17:57 GMT + ETag: + schema: + type: string + example: W/"435a196d3cb4bb6ed2c05d112b510db1" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 20579d8c7e6a7d159f211e9ee1d4003c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: a7Qxx8SjHb8vwjZm1ZT5weNa0Yn7flKUqedUUAr8EFoVCQW64m1ggA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '11565' + x-memc-expires: + schema: + type: string + example: '10213' + x-memc-key: + schema: + type: string + example: 31cce2d0bb4aaffc054c5331a058700f + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + results: + type: array + items: + type: object + properties: + id: + type: number + example: 1508 + name: + type: string + example: new mexico + example: + - id: 1508 + name: new mexico + - id: 2231 + name: drug dealer + - id: 5857 + name: narcissism + - id: 6259 + name: psychopath + - id: 6564 + name: terminal illness + - id: 9503 + name: outlaw + - id: 10123 + name: dark comedy + - id: 10163 + name: cancer + - id: 10614 + name: tragedy + - id: 14964 + name: drugs + - id: 15009 + name: criminal + - id: 15484 + name: meth lab + - id: 41525 + name: high school teacher + - id: 156805 + name: dea agent + - id: 168713 + name: neo-western + - id: 185959 + name: narcissist + - id: 191005 + name: albuquerque, new mexico + - id: 191199 + name: criminal lawyer + - id: 199660 + name: fall from grace + - id: 206594 + name: cartel + - id: 217064 + name: mexican cartel + - id: 217104 + name: male egos + - id: 239108 + name: crystal meth + - id: 281692 + name: methamphetamine + - id: 316362 + name: thriller + examples: + keywords: + value: + id: 1396 + results: + - id: 1508 + name: new mexico + - id: 2231 + name: drug dealer + - id: 5857 + name: narcissism + - id: 6259 + name: psychopath + - id: 6564 + name: terminal illness + - id: 9503 + name: outlaw + - id: 10123 + name: dark comedy + - id: 10163 + name: cancer + - id: 10614 + name: tragedy + - id: 14964 + name: drugs + - id: 15009 + name: criminal + - id: 15484 + name: meth lab + - id: 41525 + name: high school teacher + - id: 156805 + name: dea agent + - id: 168713 + name: neo-western + - id: 185959 + name: narcissist + - id: 191005 + name: albuquerque, new mexico + - id: 191199 + name: criminal lawyer + - id: 199660 + name: fall from grace + - id: 206594 + name: cartel + - id: 217064 + name: mexican cartel + - id: 217104 + name: male egos + - id: 239108 + name: crystal meth + - id: 281692 + name: methamphetamine + - id: 316362 + name: thriller + + /tv/latest: + get: + tags: + - TV SERIES + summary: Latest + description: This endpoint get the newest TV show ID. + operationId: latest2 + responses: + '200': + description: latest + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:20:01 GMT + ETag: + schema: + type: string + example: W/"b8c647e0ccf98244baf76426c1fcd2a6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: RhazrFBCGHjwuAwSaocZi4olyr20sAnEFusRl9AQ0ulLMRoJTNfzCQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 409cf93616f07a40b32b7847985b6452 + content: + application/json: + schema: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /7znzkZqpnFgStYsb7NJdJ0RfbHD.jpg + created_by: + type: array + items: + type: object + properties: + credit_id: + type: string + example: 677affb4816b2810d166fe5c + gender: + type: number + example: 0 + id: + type: number + example: 4852413 + name: + type: string + example: Ludovic Daxhelet + original_name: + type: string + example: Ludovic Daxhelet + profile_path: + type: string + example: /pZPAX2jRDyyCgi3m6bhoUGuFJy0.jpg + example: + - credit_id: 677affb4816b2810d166fe5c + gender: 0 + id: 4852413 + name: Ludovic Daxhelet + original_name: Ludovic Daxhelet + profile_path: /pZPAX2jRDyyCgi3m6bhoUGuFJy0.jpg + episode_run_time: + type: array + items: + type: number + example: 30 + example: + - 30 + first_air_date: + type: string + example: '2019-10-05' + genres: + type: array + items: + type: object + properties: + id: + type: number + example: 99 + name: + type: string + example: Documentary + example: + - id: 99 + name: Documentary + - id: 10751 + name: Family + homepage: + type: string + example: >- + https://www.rtlplay.be/rtlplay/planete-zoo~d3a41ba7-2618-476e-84ca-c9e4777b9863/saison-5#episodes + id: + type: number + example: 281223 + in_production: + type: boolean + example: true + languages: + type: array + items: + type: string + example: fr + example: + - fr + last_air_date: + type: string + example: '2023-03-19' + last_episode_to_air: + type: object + properties: + air_date: + type: string + example: '2023-03-19' + episode_number: + type: number + example: 3 + episode_type: + type: string + example: standard + id: + type: number + example: 5879368 + name: + type: string + example: Episode 3 + overview: + type: string + example: '' + production_code: + type: string + example: '' + runtime: + nullable: true + example: null + season_number: + type: number + example: 5 + show_id: + type: number + example: 281223 + still_path: + nullable: true + example: null + vote_average: + type: number + example: 0 + vote_count: + type: number + example: 0 + name: + type: string + example: Planète Zoo + networks: + type: array + items: + type: object + properties: + id: + type: number + example: 1846 + logo_path: + type: string + example: /lyo2nqmPCpXBWvMIQhmVjvZvoHN.png + name: + type: string + example: RTL-TVI + origin_country: + type: string + example: BE + example: + - id: 1846 + logo_path: /lyo2nqmPCpXBWvMIQhmVjvZvoHN.png + name: RTL-TVI + origin_country: BE + next_episode_to_air: + nullable: true + example: null + number_of_episodes: + type: number + example: 4 + number_of_seasons: + type: number + example: 5 + origin_country: + type: array + items: + type: string + example: BE + example: + - BE + original_language: + type: string + example: fr + original_name: + type: string + example: Planète Zoo + overview: + type: string + example: '' + popularity: + type: number + example: 0 + poster_path: + type: string + example: /r8dnSioXWg8kqAKpNVkSNuGCDZk.jpg + production_companies: + type: array + items: + type: object + properties: + id: + type: number + example: 2208 + logo_path: + type: string + example: /lyo2nqmPCpXBWvMIQhmVjvZvoHN.png + name: + type: string + example: RTL-TVi + origin_country: + type: string + example: BE + example: + - id: 2208 + logo_path: /lyo2nqmPCpXBWvMIQhmVjvZvoHN.png + name: RTL-TVi + origin_country: BE + - id: 202584 + logo_path: /xzwuvF1SmLz0O1TunE2eMWq8Rdn.png + name: RTL Belgium + origin_country: BE + production_countries: + type: array + items: + type: object + properties: + iso_3166_1: + type: string + example: BE + name: + type: string + example: Belgium + example: + - iso_3166_1: BE + name: Belgium + seasons: + type: array + items: + type: object + properties: + air_date: + type: string + nullable: true + example: '2019-10-05' + episode_count: + type: number + example: 1 + id: + type: number + example: 436477 + name: + type: string + example: Season 1 + overview: + type: string + example: '' + poster_path: + nullable: true + example: null + season_number: + type: number + example: 1 + vote_average: + type: number + example: 0 + example: + - air_date: '2019-10-05' + episode_count: 1 + id: 436477 + name: Season 1 + overview: '' + poster_path: null + season_number: 1 + vote_average: 0 + - air_date: null + episode_count: 0 + id: 436478 + name: Season 2 + overview: '' + poster_path: null + season_number: 2 + vote_average: 0 + - air_date: null + episode_count: 0 + id: 436479 + name: Season 3 + overview: '' + poster_path: null + season_number: 3 + vote_average: 0 + - air_date: null + episode_count: 0 + id: 436480 + name: Season 4 + overview: '' + poster_path: null + season_number: 4 + vote_average: 0 + - air_date: '2023-03-05' + episode_count: 3 + id: 436481 + name: Season 5 + overview: '' + poster_path: null + season_number: 5 + vote_average: 0 + spoken_languages: + type: array + items: + type: object + properties: + english_name: + type: string + example: French + iso_639_1: + type: string + example: fr + name: + type: string + example: Français + example: + - english_name: French + iso_639_1: fr + name: Français + status: + type: string + example: Returning Series + tagline: + type: string + example: '' + type: + type: string + example: Documentary + vote_average: + type: number + example: 0 + vote_count: + type: number + example: 0 + examples: + latest: + value: + adult: false + backdrop_path: /7znzkZqpnFgStYsb7NJdJ0RfbHD.jpg + created_by: + - credit_id: 677affb4816b2810d166fe5c + gender: 0 + id: 4852413 + name: Ludovic Daxhelet + original_name: Ludovic Daxhelet + profile_path: /pZPAX2jRDyyCgi3m6bhoUGuFJy0.jpg + episode_run_time: + - 30 + first_air_date: '2019-10-05' + genres: + - id: 99 + name: Documentary + - id: 10751 + name: Family + homepage: >- + https://www.rtlplay.be/rtlplay/planete-zoo~d3a41ba7-2618-476e-84ca-c9e4777b9863/saison-5#episodes + id: 281223 + in_production: true + languages: + - fr + last_air_date: '2023-03-19' + last_episode_to_air: + air_date: '2023-03-19' + episode_number: 3 + episode_type: standard + id: 5879368 + name: Episode 3 + overview: '' + production_code: '' + runtime: null + season_number: 5 + show_id: 281223 + still_path: null + vote_average: 0 + vote_count: 0 + name: Planète Zoo + networks: + - id: 1846 + logo_path: /lyo2nqmPCpXBWvMIQhmVjvZvoHN.png + name: RTL-TVI + origin_country: BE + next_episode_to_air: null + number_of_episodes: 4 + number_of_seasons: 5 + origin_country: + - BE + original_language: fr + original_name: Planète Zoo + overview: '' + popularity: 0 + poster_path: /r8dnSioXWg8kqAKpNVkSNuGCDZk.jpg + production_companies: + - id: 2208 + logo_path: /lyo2nqmPCpXBWvMIQhmVjvZvoHN.png + name: RTL-TVi + origin_country: BE + - id: 202584 + logo_path: /xzwuvF1SmLz0O1TunE2eMWq8Rdn.png + name: RTL Belgium + origin_country: BE + production_countries: + - iso_3166_1: BE + name: Belgium + seasons: + - air_date: '2019-10-05' + episode_count: 1 + id: 436477 + name: Season 1 + overview: '' + poster_path: null + season_number: 1 + vote_average: 0 + - air_date: null + episode_count: 0 + id: 436478 + name: Season 2 + overview: '' + poster_path: null + season_number: 2 + vote_average: 0 + - air_date: null + episode_count: 0 + id: 436479 + name: Season 3 + overview: '' + poster_path: null + season_number: 3 + vote_average: 0 + - air_date: null + episode_count: 0 + id: 436480 + name: Season 4 + overview: '' + poster_path: null + season_number: 4 + vote_average: 0 + - air_date: '2023-03-05' + episode_count: 3 + id: 436481 + name: Season 5 + overview: '' + poster_path: null + season_number: 5 + vote_average: 0 + spoken_languages: + - english_name: French + iso_639_1: fr + name: Français + status: Returning Series + tagline: '' + type: Documentary + vote_average: 0 + vote_count: 0 + /tv/{series_id}/lists: + get: + tags: + - TV SERIES + summary: Lists + description: This endpoint get the lists that a TV series has been added to. + operationId: lists2 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: lists + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=7755 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:22:33 GMT + ETag: + schema: + type: string + example: W/"eb9e6291bb2520aa9526fd43f530c056" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 738984066968793a5714282f49fe0ab8.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: a10wu_p1w6GwQHAW7Y2MtfYKl7nqNNUvuT9mMlBx5LYLV_WPq3jJVg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16718' + x-memc-expires: + schema: + type: string + example: '7755' + x-memc-key: + schema: + type: string + example: 932722f041cdafe28132f415f5a9fe29 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + description: + type: string + example: Photography aligned with beauty. + favorite_count: + type: number + example: 0 + id: + type: number + example: 8501221 + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + item_count: + type: number + example: 1782 + name: + type: string + example: Cinematography One + poster_path: + nullable: true + example: null + example: + - description: Photography aligned with beauty. + favorite_count: 0 + id: 8501221 + iso_3166_1: US + iso_639_1: en + item_count: 1782 + name: Cinematography One + poster_path: null + - description: '' + favorite_count: 0 + id: 8505287 + iso_3166_1: US + iso_639_1: en + item_count: 1 + name: بشوفها + poster_path: null + - description: "TV SERIES BALISTAR LIST\r\nJl. Sahadewa No.13C, Legian, Kec kuta, Kabupaten Badung, Bali. “In front of The Local Restaurant”" + favorite_count: 0 + id: 8226356 + iso_3166_1: US + iso_639_1: en + item_count: 2341 + name: TV SERIES 2024 UPDATE + poster_path: null + - description: '' + favorite_count: 0 + id: 8228031 + iso_3166_1: US + iso_639_1: en + item_count: 646 + name: Watched + poster_path: null + - description: '' + favorite_count: 0 + id: 8217948 + iso_3166_1: US + iso_639_1: en + item_count: 80 + name: TV Shows (end) + poster_path: null + - description: '' + favorite_count: 0 + id: 8309257 + iso_3166_1: US + iso_639_1: en + item_count: 15 + name: Liked TV Shows + poster_path: null + - description: as of 6/27/24 + favorite_count: 0 + id: 8309158 + iso_3166_1: US + iso_639_1: en + item_count: 10 + name: Favourite TV + poster_path: null + - description: '' + favorite_count: 0 + id: 8290390 + iso_3166_1: US + iso_639_1: en + item_count: 298 + name: Live-Action + poster_path: null + - description: my collection + favorite_count: 0 + id: 35027 + iso_3166_1: US + iso_639_1: en + item_count: 3255 + name: DVD + poster_path: null + - description: '' + favorite_count: 0 + id: 8502088 + iso_3166_1: US + iso_639_1: en + item_count: 28 + name: got + poster_path: null + - description: "Ticked off my watchlist\r\n" + favorite_count: 0 + id: 8232683 + iso_3166_1: US + iso_639_1: en + item_count: 440 + name: Seen + poster_path: null + - description: piiiii + favorite_count: 0 + id: 8502319 + iso_3166_1: US + iso_639_1: en + item_count: 88 + name: 'best of the best ' + poster_path: null + - description: '' + favorite_count: 0 + id: 8504350 + iso_3166_1: US + iso_639_1: en + item_count: 54 + name: 2000's + poster_path: null + - description: '' + favorite_count: 0 + id: 8218470 + iso_3166_1: US + iso_639_1: en + item_count: 326 + name: ' Watched ' + poster_path: null + - description: '' + favorite_count: 0 + id: 8503715 + iso_3166_1: US + iso_639_1: en + item_count: 9 + name: kaido + poster_path: null + - description: '' + favorite_count: 0 + id: 8304464 + iso_3166_1: US + iso_639_1: en + item_count: 181 + name: Watched + poster_path: null + - description: "Select a title for trailers and more.\r\n\r\nCain Cinema features a 4K UHD picture on a 120\" (16:9) screen, and a 7.2.4 Dolby Atmos audio experience. " + favorite_count: 0 + id: 7081593 + iso_3166_1: US + iso_639_1: en + item_count: 1679 + name: Now Showing at Cain Cinema + poster_path: null + - description: The movie that I already watched. + favorite_count: 0 + id: 8264035 + iso_3166_1: US + iso_639_1: en + item_count: 158 + name: 'Watched ' + poster_path: null + - description: '' + favorite_count: 0 + id: 8500907 + iso_3166_1: US + iso_639_1: en + item_count: 396 + name: Watched + poster_path: null + - description: 'winter is coming ' + favorite_count: 0 + id: 8502009 + iso_3166_1: US + iso_639_1: en + item_count: 14 + name: 🌕 + poster_path: null + total_pages: + type: number + example: 74 + total_results: + type: number + example: 1477 + examples: + lists: + value: + id: 1396 + page: 1 + results: + - description: Photography aligned with beauty. + favorite_count: 0 + id: 8501221 + iso_3166_1: US + iso_639_1: en + item_count: 1782 + name: Cinematography One + poster_path: null + - description: '' + favorite_count: 0 + id: 8505287 + iso_3166_1: US + iso_639_1: en + item_count: 1 + name: بشوفها + poster_path: null + - description: "TV SERIES BALISTAR LIST\r\nJl. Sahadewa No.13C, Legian, Kec kuta, Kabupaten Badung, Bali. “In front of The Local Restaurant”" + favorite_count: 0 + id: 8226356 + iso_3166_1: US + iso_639_1: en + item_count: 2341 + name: TV SERIES 2024 UPDATE + poster_path: null + - description: '' + favorite_count: 0 + id: 8228031 + iso_3166_1: US + iso_639_1: en + item_count: 646 + name: Watched + poster_path: null + - description: '' + favorite_count: 0 + id: 8217948 + iso_3166_1: US + iso_639_1: en + item_count: 80 + name: TV Shows (end) + poster_path: null + - description: '' + favorite_count: 0 + id: 8309257 + iso_3166_1: US + iso_639_1: en + item_count: 15 + name: Liked TV Shows + poster_path: null + - description: as of 6/27/24 + favorite_count: 0 + id: 8309158 + iso_3166_1: US + iso_639_1: en + item_count: 10 + name: Favourite TV + poster_path: null + - description: '' + favorite_count: 0 + id: 8290390 + iso_3166_1: US + iso_639_1: en + item_count: 298 + name: Live-Action + poster_path: null + - description: my collection + favorite_count: 0 + id: 35027 + iso_3166_1: US + iso_639_1: en + item_count: 3255 + name: DVD + poster_path: null + - description: '' + favorite_count: 0 + id: 8502088 + iso_3166_1: US + iso_639_1: en + item_count: 28 + name: got + poster_path: null + - description: "Ticked off my watchlist\r\n" + favorite_count: 0 + id: 8232683 + iso_3166_1: US + iso_639_1: en + item_count: 440 + name: Seen + poster_path: null + - description: piiiii + favorite_count: 0 + id: 8502319 + iso_3166_1: US + iso_639_1: en + item_count: 88 + name: 'best of the best ' + poster_path: null + - description: '' + favorite_count: 0 + id: 8504350 + iso_3166_1: US + iso_639_1: en + item_count: 54 + name: 2000's + poster_path: null + - description: '' + favorite_count: 0 + id: 8218470 + iso_3166_1: US + iso_639_1: en + item_count: 326 + name: ' Watched ' + poster_path: null + - description: '' + favorite_count: 0 + id: 8503715 + iso_3166_1: US + iso_639_1: en + item_count: 9 + name: kaido + poster_path: null + - description: '' + favorite_count: 0 + id: 8304464 + iso_3166_1: US + iso_639_1: en + item_count: 181 + name: Watched + poster_path: null + - description: "Select a title for trailers and more.\r\n\r\nCain Cinema features a 4K UHD picture on a 120\" (16:9) screen, and a 7.2.4 Dolby Atmos audio experience. " + favorite_count: 0 + id: 7081593 + iso_3166_1: US + iso_639_1: en + item_count: 1679 + name: Now Showing at Cain Cinema + poster_path: null + - description: The movie that I already watched. + favorite_count: 0 + id: 8264035 + iso_3166_1: US + iso_639_1: en + item_count: 158 + name: 'Watched ' + poster_path: null + - description: '' + favorite_count: 0 + id: 8500907 + iso_3166_1: US + iso_639_1: en + item_count: 396 + name: Watched + poster_path: null + - description: 'winter is coming ' + favorite_count: 0 + id: 8502009 + iso_3166_1: US + iso_639_1: en + item_count: 14 + name: 🌕 + poster_path: null + total_pages: 74 + total_results: 1477 + + /tv/{series_id}/recommendations: + get: + tags: + - TV SERIES + summary: Recommendations + description: This endpoint retrieve recommendations for a particular TV series. + operationId: recommendations1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: recommendations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=24460 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:25:34 GMT + ETag: + schema: + type: string + example: W/"450b623d2a8d88272fd8a95c3d8ff137" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: NP-zv8d4NDkxu_5Wajly5NSFWIp5Vo70r5fwnH0Zu_q3GFU2meJiYQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '2971' + x-memc-expires: + schema: + type: string + example: '24460' + x-memc-key: + schema: + type: string + example: 07244f4b7f8f13013e9fc25c20a5ccf6 + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + example: /og2jKploGHYnCz68vV1nRSEE0xV.jpg + first_air_date: + type: string + example: '2015-02-08' + genre_ids: + type: array + items: + type: number + example: 80 + example: + - 80 + - 18 + id: + type: number + example: 60059 + media_type: + type: string + example: tv + name: + type: string + example: Better Call Saul + origin_country: + type: array + items: + type: string + example: US + example: + - US + original_language: + type: string + example: en + original_name: + type: string + example: Better Call Saul + overview: + type: string + example: >- + Six years before Saul Goodman meets Walter White. We + meet him when the man who will become Saul Goodman + is known as Jimmy McGill, a small-time lawyer + searching for his destiny, and, more immediately, + hustling to make ends meet. Working alongside, and, + often, against Jimmy, is “fixer” Mike Ehrmantraut. + The series tracks Jimmy’s transformation into Saul + Goodman, the man who puts “criminal” in “criminal + lawyer". + popularity: + type: number + example: 333.718 + poster_path: + type: string + example: /zjg4jpK1Wp2kiRvtt5ND0kznako.jpg + vote_average: + type: number + example: 8.691 + vote_count: + type: number + example: 5342 + example: + - adult: false + backdrop_path: /og2jKploGHYnCz68vV1nRSEE0xV.jpg + first_air_date: '2015-02-08' + genre_ids: + - 80 + - 18 + id: 60059 + media_type: tv + name: Better Call Saul + origin_country: + - US + original_language: en + original_name: Better Call Saul + overview: >- + Six years before Saul Goodman meets Walter White. We + meet him when the man who will become Saul Goodman is + known as Jimmy McGill, a small-time lawyer searching + for his destiny, and, more immediately, hustling to + make ends meet. Working alongside, and, often, against + Jimmy, is “fixer” Mike Ehrmantraut. The series tracks + Jimmy’s transformation into Saul Goodman, the man who + puts “criminal” in “criminal lawyer". + popularity: 333.718 + poster_path: /zjg4jpK1Wp2kiRvtt5ND0kznako.jpg + vote_average: 8.691 + vote_count: 5342 + - adult: false + backdrop_path: /aSGSxGMTP893DPMCvMl9AdnEICE.jpg + first_air_date: '2006-10-01' + genre_ids: + - 80 + - 18 + - 9648 + id: 1405 + media_type: tv + name: Dexter + origin_country: + - US + original_language: en + original_name: Dexter + overview: >- + Dexter Morgan, a blood spatter pattern analyst for the + Miami Metro Police also leads a secret life as a + serial killer, hunting down criminals who have slipped + through the cracks of justice. + popularity: 807.392 + poster_path: /q8dWfc4JwQuv3HayIZeO84jAXED.jpg + vote_average: 8.199 + vote_count: 4390 + - adult: false + backdrop_path: /4q6TBkY0Ilx7WtV5LX8HRqNHr5J.jpg + first_air_date: '2010-07-25' + genre_ids: + - 80 + - 18 + - 9648 + id: 19885 + media_type: tv + name: Sherlock + origin_country: + - GB + original_language: en + original_name: Sherlock + overview: >- + A modern update finds the famous sleuth and his doctor + partner solving crime in 21st century London. + popularity: 158.889 + poster_path: /7WTsnHkbA0FaG6R9twfFde0I9hl.jpg + vote_average: 8.519 + vote_count: 5505 + - adult: false + backdrop_path: /zZqpAXxVSBtxV9qPBcscfXBcL2w.jpg + first_air_date: '2011-04-17' + genre_ids: + - 10765 + - 18 + - 10759 + id: 1399 + media_type: tv + name: Game of Thrones + origin_country: + - US + original_language: en + original_name: Game of Thrones + overview: >- + Seven noble families fight for control of the mythical + land of Westeros. Friction between the houses leads to + full-scale war. All while a very ancient evil awakens + in the farthest north. Amidst the war, a neglected + military order of misfits, the Night's Watch, is all + that stands between the realms of men and icy horrors + beyond. + popularity: 728.528 + poster_path: /1XS1oqL89opfnbLl8WnZY1O1uJx.jpg + vote_average: 8.456 + vote_count: 24367 + - adult: false + backdrop_path: /9wYtsChiXyJmTirguADrJWwqbmk.jpg + first_air_date: '2002-06-02' + genre_ids: + - 80 + - 18 + id: 1438 + media_type: tv + name: The Wire + origin_country: + - US + original_language: en + original_name: The Wire + overview: >- + Told from the points of view of both the Baltimore + homicide and narcotics detectives and their targets, + the series captures a universe in which the national + war on drugs has become a permanent, self-sustaining + bureaucracy, and distinctions between good and evil + are routinely obliterated. + popularity: 165.726 + poster_path: /4lbclFySvugI51fwsyxBTOm4DqK.jpg + vote_average: 8.6 + vote_count: 2234 + - adult: false + backdrop_path: /lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg + first_air_date: '1999-01-10' + genre_ids: + - 18 + id: 1398 + media_type: tv + name: The Sopranos + origin_country: + - US + original_language: en + original_name: The Sopranos + overview: >- + The story of New Jersey-based Italian-American mobster + Tony Soprano and the difficulties he faces as he tries + to balance the conflicting requirements of his home + life and the criminal organization he heads. Those + difficulties are often highlighted through his ongoing + professional relationship with psychiatrist Jennifer + Melfi. The show features Tony's family members and + Mafia associates in prominent roles and story arcs, + most notably his wife Carmela and his cousin and + protégé Christopher Moltisanti. + popularity: 338.458 + poster_path: /57okJJUBK0AaijxLh3RjNUaMvFI.jpg + vote_average: 8.653 + vote_count: 2798 + - adult: false + backdrop_path: /20eIP9o5ebArmu2HxJutaBjhLf4.jpg + first_air_date: '2019-05-06' + genre_ids: + - 18 + id: 87108 + media_type: tv + name: Chernobyl + origin_country: + - US + original_language: en + original_name: Chernobyl + overview: >- + The true story of one of the worst man-made + catastrophes in history: the catastrophic nuclear + accident at Chernobyl. A tale of the brave men and + women who sacrificed to save Europe from unimaginable + disaster. + popularity: 160.277 + poster_path: /7vcwOySsqeyEdmfHQNT5jHCL2gb.jpg + vote_average: 8.7 + vote_count: 6458 + - adult: false + backdrop_path: /l0qVZIpXtIo7km9u5Yqh0nKPOr5.jpg + first_air_date: '1994-09-22' + genre_ids: + - 35 + id: 1668 + media_type: tv + name: Friends + origin_country: + - US + original_language: en + original_name: Friends + overview: >- + Six young people from New York City, on their own and + struggling to survive in the real world, find the + companionship, comfort and support they get from each + other to be the perfect antidote to the pressures of + life. + popularity: 424.409 + poster_path: /2koX1xLkpTQM4IZebYvKysFW1Nh.jpg + vote_average: 8.437 + vote_count: 8119 + - adult: false + backdrop_path: /lHe8iwM4Cdm6RSEiara4PN8ZcBd.jpg + first_air_date: '2013-03-03' + genre_ids: + - 10759 + - 18 + - 10768 + id: 44217 + media_type: tv + name: Vikings + origin_country: + - CA + original_language: en + original_name: Vikings + overview: >- + The adventures of Ragnar Lothbrok, the greatest hero + of his age. The series tells the sagas of Ragnar's + band of Viking brothers and his family, as he rises to + become King of the Viking tribes. As well as being a + fearless warrior, Ragnar embodies the Norse traditions + of devotion to the gods. Legend has it that he was a + direct descendant of Odin, the god of war and + warriors. + popularity: 606.691 + poster_path: /bQLrHIRNEkE3PdIWQrZHynQZazu.jpg + vote_average: 8.097 + vote_count: 6978 + - adult: false + backdrop_path: /sYXLeu5usz6yEz0k00FYvtEdodD.jpg + first_air_date: '2021-11-06' + genre_ids: + - 16 + - 10765 + - 18 + - 10759 + id: 94605 + media_type: tv + name: Arcane + origin_country: + - US + original_language: en + original_name: Arcane + overview: >- + Amid the stark discord of twin cities Piltover and + Zaun, two sisters fight on rival sides of a war + between magic technologies and clashing convictions. + popularity: 371.175 + poster_path: /abf8tHznhSvl9BAElD2cQeRr7do.jpg + vote_average: 8.777 + vote_count: 4715 + - adult: false + backdrop_path: /7w165QdHmJuTHSQwEyJDBDpuDT7.jpg + first_air_date: '2005-08-29' + genre_ids: + - 10759 + - 80 + - 18 + id: 2288 + media_type: tv + name: Prison Break + origin_country: + - US + original_language: en + original_name: Prison Break + overview: >- + Due to a political conspiracy, an innocent man is sent + to death row and his only hope is his brother, who + makes it his mission to deliberately get himself sent + to the same prison in order to break the both of them + out, from the inside out. + popularity: 753.881 + poster_path: /5E1BhkCgjLBlqx557Z5yzcN0i88.jpg + vote_average: 8.071 + vote_count: 5215 + - adult: false + backdrop_path: /uJUe985oIuRiD3hmHQYskIMc2WU.jpg + first_air_date: '2015-06-24' + genre_ids: + - 80 + - 18 + id: 62560 + media_type: tv + name: Mr. Robot + origin_country: + - US + original_language: en + original_name: Mr. Robot + overview: >- + A contemporary and culturally resonant drama about a + young programmer, Elliot, who suffers from a + debilitating anti-social disorder and decides that he + can only connect to people by hacking them. He wields + his skills as a weapon to protect the people that he + cares about. Elliot will find himself in the + intersection between a cybersecurity firm he works for + and the underworld organizations that are recruiting + him to bring down corporate America. + popularity: 166.912 + poster_path: /oKIBhzZzDX07SoE2bOLhq2EE8rf.jpg + vote_average: 8.244 + vote_count: 4682 + - adult: false + backdrop_path: /ex4kvQb0Ski5KL2fsnKQU2hV3oo.jpg + first_air_date: '2013-02-01' + genre_ids: + - 18 + id: 1425 + media_type: tv + name: House of Cards + origin_country: + - US + original_language: en + original_name: House of Cards + overview: >- + Set in present day Washington, D.C., House of Cards is + the story of Frank Underwood, a ruthless and cunning + politician, and his wife Claire who will stop at + nothing to conquer everything. This wicked political + drama penetrates the shadowy world of greed, sex and + corruption in modern D.C. + popularity: 105.848 + poster_path: /hKWxWjFwnMvkWQawbhvC0Y7ygQ8.jpg + vote_average: 8 + vote_count: 2755 + - adult: false + backdrop_path: /jBhcm0Rm5Uv1UaHt0TTWuRjG5G3.jpg + first_air_date: '2004-09-22' + genre_ids: + - 9648 + - 10759 + - 18 + id: 4607 + media_type: tv + name: Lost + origin_country: + - US + original_language: en + original_name: Lost + overview: >- + Stripped of everything, the survivors of a horrific + plane crash must work together to stay alive. But the + island holds many secrets. + popularity: 478.666 + poster_path: /og6S0aTZU6YUJAbqxeKjCa3kY1E.jpg + vote_average: 7.945 + vote_count: 4338 + - adult: false + backdrop_path: /38aCLy0BdFbOAIEfuDladoITHN0.jpg + first_air_date: '2011-12-04' + genre_ids: + - 10765 + - 18 + - 9648 + id: 42009 + media_type: tv + name: Black Mirror + origin_country: + - GB + original_language: en + original_name: Black Mirror + overview: >- + Over the last ten years, technology has transformed + almost every aspect of our lives before we've had time + to stop and question it. In every home; on every desk; + in every palm - a plasma screen; a monitor; a + smartphone - a black mirror of our 21st Century + existence. + popularity: 360.158 + poster_path: /5UaYsGZOFhjFDwQh6GuLjjA1WlF.jpg + vote_average: 8.289 + vote_count: 5120 + - adult: false + backdrop_path: /8aCek7W6BovH7M4enWjqrGptvQ8.jpg + first_air_date: '2013-12-02' + genre_ids: + - 16 + - 35 + - 10765 + - 10759 + id: 60625 + media_type: tv + name: Rick and Morty + origin_country: + - US + original_language: en + original_name: Rick and Morty + overview: >- + Rick is a mentally-unbalanced but scientifically + gifted old man who has recently reconnected with his + family. He spends most of his time involving his young + grandson Morty in dangerous, outlandish adventures + throughout space and alternate universes. Compounded + with Morty's already unstable family life, these + events cause Morty much distress at home and school. + popularity: 461.522 + poster_path: /gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg + vote_average: 8.7 + vote_count: 9863 + - adult: false + backdrop_path: /2MaumbgBlW1NoPo3ZJO38A6v7OS.jpg + first_air_date: '2016-07-15' + genre_ids: + - 18 + - 10765 + - 9648 + - 10759 + id: 66732 + media_type: tv + name: Stranger Things + origin_country: + - US + original_language: en + original_name: Stranger Things + overview: >- + When a young boy vanishes, a small town uncovers a + mystery involving secret experiments, terrifying + supernatural forces, and one strange little girl. + popularity: 429.214 + poster_path: /uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg + vote_average: 8.6 + vote_count: 17843 + - adult: false + backdrop_path: /82qpvU7AzT9D8oC02fIceb5KAz8.jpg + first_air_date: '2014-01-12' + genre_ids: + - 18 + - 9648 + id: 46648 + media_type: tv + name: True Detective + origin_country: + - US + original_language: en + original_name: True Detective + overview: >- + An American anthology police detective series + utilizing multiple timelines in which investigations + seem to unearth personal and professional secrets of + those involved, both within or outside the law. + popularity: 291.912 + poster_path: /cuV2O5ZyDLHSOWzg3nLVljp1ubw.jpg + vote_average: 8.298 + vote_count: 3466 + - adult: false + backdrop_path: /r0Q6eeN9L1ORL9QsV0Sg8ZV3vnv.jpg + first_air_date: '2004-11-16' + genre_ids: + - 18 + - 9648 + - 35 + id: 1408 + media_type: tv + name: House + origin_country: + - US + original_language: en + original_name: House + overview: >- + Dr. Gregory House, a drug-addicted, unconventional, + misanthropic medical genius, leads a team of + diagnosticians at the fictional Princeton–Plainsboro + Teaching Hospital in New Jersey. + popularity: 723.948 + poster_path: /3Cz7ySOQJmqiuTdrc6CY0r65yDI.jpg + vote_average: 8.589 + vote_count: 6642 + - adult: false + backdrop_path: /nOpary3p4f9cazyj1bCGkBNoaIS.jpg + first_air_date: '2017-12-01' + genre_ids: + - 80 + - 18 + - 10765 + - 9648 + id: 70523 + media_type: tv + name: Dark + origin_country: + - DE + original_language: de + original_name: Dark + overview: >- + A missing child causes four families to help each + other for answers. What they could not imagine is that + this mystery would be connected to innumerable other + secrets of the small town. + popularity: 217.645 + poster_path: /7CFCzWIZZcnxHke3yAQiGPWXHwF.jpg + vote_average: 8.4 + vote_count: 6737 + total_pages: + type: number + example: 2 + total_results: + type: number + example: 40 + examples: + recommendations: + value: + page: 1 + results: + - adult: false + backdrop_path: /og2jKploGHYnCz68vV1nRSEE0xV.jpg + first_air_date: '2015-02-08' + genre_ids: + - 80 + - 18 + id: 60059 + media_type: tv + name: Better Call Saul + origin_country: + - US + original_language: en + original_name: Better Call Saul + overview: >- + Six years before Saul Goodman meets Walter White. We + meet him when the man who will become Saul Goodman is + known as Jimmy McGill, a small-time lawyer searching + for his destiny, and, more immediately, hustling to + make ends meet. Working alongside, and, often, against + Jimmy, is “fixer” Mike Ehrmantraut. The series tracks + Jimmy’s transformation into Saul Goodman, the man who + puts “criminal” in “criminal lawyer". + popularity: 333.718 + poster_path: /zjg4jpK1Wp2kiRvtt5ND0kznako.jpg + vote_average: 8.691 + vote_count: 5342 + - adult: false + backdrop_path: /aSGSxGMTP893DPMCvMl9AdnEICE.jpg + first_air_date: '2006-10-01' + genre_ids: + - 80 + - 18 + - 9648 + id: 1405 + media_type: tv + name: Dexter + origin_country: + - US + original_language: en + original_name: Dexter + overview: >- + Dexter Morgan, a blood spatter pattern analyst for the + Miami Metro Police also leads a secret life as a + serial killer, hunting down criminals who have slipped + through the cracks of justice. + popularity: 807.392 + poster_path: /q8dWfc4JwQuv3HayIZeO84jAXED.jpg + vote_average: 8.199 + vote_count: 4390 + - adult: false + backdrop_path: /4q6TBkY0Ilx7WtV5LX8HRqNHr5J.jpg + first_air_date: '2010-07-25' + genre_ids: + - 80 + - 18 + - 9648 + id: 19885 + media_type: tv + name: Sherlock + origin_country: + - GB + original_language: en + original_name: Sherlock + overview: >- + A modern update finds the famous sleuth and his doctor + partner solving crime in 21st century London. + popularity: 158.889 + poster_path: /7WTsnHkbA0FaG6R9twfFde0I9hl.jpg + vote_average: 8.519 + vote_count: 5505 + - adult: false + backdrop_path: /zZqpAXxVSBtxV9qPBcscfXBcL2w.jpg + first_air_date: '2011-04-17' + genre_ids: + - 10765 + - 18 + - 10759 + id: 1399 + media_type: tv + name: Game of Thrones + origin_country: + - US + original_language: en + original_name: Game of Thrones + overview: >- + Seven noble families fight for control of the mythical + land of Westeros. Friction between the houses leads to + full-scale war. All while a very ancient evil awakens + in the farthest north. Amidst the war, a neglected + military order of misfits, the Night's Watch, is all + that stands between the realms of men and icy horrors + beyond. + popularity: 728.528 + poster_path: /1XS1oqL89opfnbLl8WnZY1O1uJx.jpg + vote_average: 8.456 + vote_count: 24367 + - adult: false + backdrop_path: /9wYtsChiXyJmTirguADrJWwqbmk.jpg + first_air_date: '2002-06-02' + genre_ids: + - 80 + - 18 + id: 1438 + media_type: tv + name: The Wire + origin_country: + - US + original_language: en + original_name: The Wire + overview: >- + Told from the points of view of both the Baltimore + homicide and narcotics detectives and their targets, + the series captures a universe in which the national + war on drugs has become a permanent, self-sustaining + bureaucracy, and distinctions between good and evil + are routinely obliterated. + popularity: 165.726 + poster_path: /4lbclFySvugI51fwsyxBTOm4DqK.jpg + vote_average: 8.6 + vote_count: 2234 + - adult: false + backdrop_path: /lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg + first_air_date: '1999-01-10' + genre_ids: + - 18 + id: 1398 + media_type: tv + name: The Sopranos + origin_country: + - US + original_language: en + original_name: The Sopranos + overview: >- + The story of New Jersey-based Italian-American mobster + Tony Soprano and the difficulties he faces as he tries + to balance the conflicting requirements of his home + life and the criminal organization he heads. Those + difficulties are often highlighted through his ongoing + professional relationship with psychiatrist Jennifer + Melfi. The show features Tony's family members and + Mafia associates in prominent roles and story arcs, + most notably his wife Carmela and his cousin and + protégé Christopher Moltisanti. + popularity: 338.458 + poster_path: /57okJJUBK0AaijxLh3RjNUaMvFI.jpg + vote_average: 8.653 + vote_count: 2798 + - adult: false + backdrop_path: /20eIP9o5ebArmu2HxJutaBjhLf4.jpg + first_air_date: '2019-05-06' + genre_ids: + - 18 + id: 87108 + media_type: tv + name: Chernobyl + origin_country: + - US + original_language: en + original_name: Chernobyl + overview: >- + The true story of one of the worst man-made + catastrophes in history: the catastrophic nuclear + accident at Chernobyl. A tale of the brave men and + women who sacrificed to save Europe from unimaginable + disaster. + popularity: 160.277 + poster_path: /7vcwOySsqeyEdmfHQNT5jHCL2gb.jpg + vote_average: 8.7 + vote_count: 6458 + - adult: false + backdrop_path: /l0qVZIpXtIo7km9u5Yqh0nKPOr5.jpg + first_air_date: '1994-09-22' + genre_ids: + - 35 + id: 1668 + media_type: tv + name: Friends + origin_country: + - US + original_language: en + original_name: Friends + overview: >- + Six young people from New York City, on their own and + struggling to survive in the real world, find the + companionship, comfort and support they get from each + other to be the perfect antidote to the pressures of + life. + popularity: 424.409 + poster_path: /2koX1xLkpTQM4IZebYvKysFW1Nh.jpg + vote_average: 8.437 + vote_count: 8119 + - adult: false + backdrop_path: /lHe8iwM4Cdm6RSEiara4PN8ZcBd.jpg + first_air_date: '2013-03-03' + genre_ids: + - 10759 + - 18 + - 10768 + id: 44217 + media_type: tv + name: Vikings + origin_country: + - CA + original_language: en + original_name: Vikings + overview: >- + The adventures of Ragnar Lothbrok, the greatest hero + of his age. The series tells the sagas of Ragnar's + band of Viking brothers and his family, as he rises to + become King of the Viking tribes. As well as being a + fearless warrior, Ragnar embodies the Norse traditions + of devotion to the gods. Legend has it that he was a + direct descendant of Odin, the god of war and + warriors. + popularity: 606.691 + poster_path: /bQLrHIRNEkE3PdIWQrZHynQZazu.jpg + vote_average: 8.097 + vote_count: 6978 + - adult: false + backdrop_path: /sYXLeu5usz6yEz0k00FYvtEdodD.jpg + first_air_date: '2021-11-06' + genre_ids: + - 16 + - 10765 + - 18 + - 10759 + id: 94605 + media_type: tv + name: Arcane + origin_country: + - US + original_language: en + original_name: Arcane + overview: >- + Amid the stark discord of twin cities Piltover and + Zaun, two sisters fight on rival sides of a war + between magic technologies and clashing convictions. + popularity: 371.175 + poster_path: /abf8tHznhSvl9BAElD2cQeRr7do.jpg + vote_average: 8.777 + vote_count: 4715 + - adult: false + backdrop_path: /7w165QdHmJuTHSQwEyJDBDpuDT7.jpg + first_air_date: '2005-08-29' + genre_ids: + - 10759 + - 80 + - 18 + id: 2288 + media_type: tv + name: Prison Break + origin_country: + - US + original_language: en + original_name: Prison Break + overview: >- + Due to a political conspiracy, an innocent man is sent + to death row and his only hope is his brother, who + makes it his mission to deliberately get himself sent + to the same prison in order to break the both of them + out, from the inside out. + popularity: 753.881 + poster_path: /5E1BhkCgjLBlqx557Z5yzcN0i88.jpg + vote_average: 8.071 + vote_count: 5215 + - adult: false + backdrop_path: /uJUe985oIuRiD3hmHQYskIMc2WU.jpg + first_air_date: '2015-06-24' + genre_ids: + - 80 + - 18 + id: 62560 + media_type: tv + name: Mr. Robot + origin_country: + - US + original_language: en + original_name: Mr. Robot + overview: >- + A contemporary and culturally resonant drama about a + young programmer, Elliot, who suffers from a + debilitating anti-social disorder and decides that he + can only connect to people by hacking them. He wields + his skills as a weapon to protect the people that he + cares about. Elliot will find himself in the + intersection between a cybersecurity firm he works for + and the underworld organizations that are recruiting + him to bring down corporate America. + popularity: 166.912 + poster_path: /oKIBhzZzDX07SoE2bOLhq2EE8rf.jpg + vote_average: 8.244 + vote_count: 4682 + - adult: false + backdrop_path: /ex4kvQb0Ski5KL2fsnKQU2hV3oo.jpg + first_air_date: '2013-02-01' + genre_ids: + - 18 + id: 1425 + media_type: tv + name: House of Cards + origin_country: + - US + original_language: en + original_name: House of Cards + overview: >- + Set in present day Washington, D.C., House of Cards is + the story of Frank Underwood, a ruthless and cunning + politician, and his wife Claire who will stop at + nothing to conquer everything. This wicked political + drama penetrates the shadowy world of greed, sex and + corruption in modern D.C. + popularity: 105.848 + poster_path: /hKWxWjFwnMvkWQawbhvC0Y7ygQ8.jpg + vote_average: 8 + vote_count: 2755 + - adult: false + backdrop_path: /jBhcm0Rm5Uv1UaHt0TTWuRjG5G3.jpg + first_air_date: '2004-09-22' + genre_ids: + - 9648 + - 10759 + - 18 + id: 4607 + media_type: tv + name: Lost + origin_country: + - US + original_language: en + original_name: Lost + overview: >- + Stripped of everything, the survivors of a horrific + plane crash must work together to stay alive. But the + island holds many secrets. + popularity: 478.666 + poster_path: /og6S0aTZU6YUJAbqxeKjCa3kY1E.jpg + vote_average: 7.945 + vote_count: 4338 + - adult: false + backdrop_path: /38aCLy0BdFbOAIEfuDladoITHN0.jpg + first_air_date: '2011-12-04' + genre_ids: + - 10765 + - 18 + - 9648 + id: 42009 + media_type: tv + name: Black Mirror + origin_country: + - GB + original_language: en + original_name: Black Mirror + overview: >- + Over the last ten years, technology has transformed + almost every aspect of our lives before we've had time + to stop and question it. In every home; on every desk; + in every palm - a plasma screen; a monitor; a + smartphone - a black mirror of our 21st Century + existence. + popularity: 360.158 + poster_path: /5UaYsGZOFhjFDwQh6GuLjjA1WlF.jpg + vote_average: 8.289 + vote_count: 5120 + - adult: false + backdrop_path: /8aCek7W6BovH7M4enWjqrGptvQ8.jpg + first_air_date: '2013-12-02' + genre_ids: + - 16 + - 35 + - 10765 + - 10759 + id: 60625 + media_type: tv + name: Rick and Morty + origin_country: + - US + original_language: en + original_name: Rick and Morty + overview: >- + Rick is a mentally-unbalanced but scientifically + gifted old man who has recently reconnected with his + family. He spends most of his time involving his young + grandson Morty in dangerous, outlandish adventures + throughout space and alternate universes. Compounded + with Morty's already unstable family life, these + events cause Morty much distress at home and school. + popularity: 461.522 + poster_path: /gdIrmf2DdY5mgN6ycVP0XlzKzbE.jpg + vote_average: 8.7 + vote_count: 9863 + - adult: false + backdrop_path: /2MaumbgBlW1NoPo3ZJO38A6v7OS.jpg + first_air_date: '2016-07-15' + genre_ids: + - 18 + - 10765 + - 9648 + - 10759 + id: 66732 + media_type: tv + name: Stranger Things + origin_country: + - US + original_language: en + original_name: Stranger Things + overview: >- + When a young boy vanishes, a small town uncovers a + mystery involving secret experiments, terrifying + supernatural forces, and one strange little girl. + popularity: 429.214 + poster_path: /uOOtwVbSr4QDjAGIifLDwpb2Pdl.jpg + vote_average: 8.6 + vote_count: 17843 + - adult: false + backdrop_path: /82qpvU7AzT9D8oC02fIceb5KAz8.jpg + first_air_date: '2014-01-12' + genre_ids: + - 18 + - 9648 + id: 46648 + media_type: tv + name: True Detective + origin_country: + - US + original_language: en + original_name: True Detective + overview: >- + An American anthology police detective series + utilizing multiple timelines in which investigations + seem to unearth personal and professional secrets of + those involved, both within or outside the law. + popularity: 291.912 + poster_path: /cuV2O5ZyDLHSOWzg3nLVljp1ubw.jpg + vote_average: 8.298 + vote_count: 3466 + - adult: false + backdrop_path: /r0Q6eeN9L1ORL9QsV0Sg8ZV3vnv.jpg + first_air_date: '2004-11-16' + genre_ids: + - 18 + - 9648 + - 35 + id: 1408 + media_type: tv + name: House + origin_country: + - US + original_language: en + original_name: House + overview: >- + Dr. Gregory House, a drug-addicted, unconventional, + misanthropic medical genius, leads a team of + diagnosticians at the fictional Princeton–Plainsboro + Teaching Hospital in New Jersey. + popularity: 723.948 + poster_path: /3Cz7ySOQJmqiuTdrc6CY0r65yDI.jpg + vote_average: 8.589 + vote_count: 6642 + - adult: false + backdrop_path: /nOpary3p4f9cazyj1bCGkBNoaIS.jpg + first_air_date: '2017-12-01' + genre_ids: + - 80 + - 18 + - 10765 + - 9648 + id: 70523 + media_type: tv + name: Dark + origin_country: + - DE + original_language: de + original_name: Dark + overview: >- + A missing child causes four families to help each + other for answers. What they could not imagine is that + this mystery would be connected to innumerable other + secrets of the small town. + popularity: 217.645 + poster_path: /7CFCzWIZZcnxHke3yAQiGPWXHwF.jpg + vote_average: 8.4 + vote_count: 6737 + total_pages: 2 + total_results: 40 + + /tv/{series_id}/reviews: + get: + tags: + - TV SERIES + summary: Reviews + description: This endpoint get the reviews that have been added to a TV show. + operationId: reviews1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: reviews + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=15244 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:28:44 GMT + ETag: + schema: + type: string + example: W/"a311f0fcb86e3583cf6928906f1d89d6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 199fd61d7551d8868317c5b53cc7d24c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qt8oCbEEdLZ0aky6FJjTKUfrRP_sYwPt_i7YgtO4zTOuV5jMfEbSMQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '11213' + x-memc-expires: + schema: + type: string + example: '15244' + x-memc-key: + schema: + type: string + example: 3b6d9b838a029647a18676390e538a47 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + author: + type: string + example: slyone10001 + author_details: + type: object + properties: + avatar_path: + type: string + nullable: true + example: null + name: + type: string + example: '' + rating: + type: number + example: 10 + username: + type: string + example: slyone10001 + content: + type: string + example: >- + Wow....where to start. Not really into "DRUG" + inspired shows. But this one had me from the start. + The only bad about this show was the split seasons + when it was a first run show. But now you can go + right through to the next episode with out having to + wait.....MUST WATCH ! ! + created_at: + type: string + example: '2018-04-10T15:44:38.134Z' + id: + type: string + example: 5accdbe6c3a3687e2702d058 + updated_at: + type: string + example: '2021-06-23T15:58:07.601Z' + url: + type: string + example: >- + https://www.themoviedb.org/review/5accdbe6c3a3687e2702d058 + example: + - author: slyone10001 + author_details: + avatar_path: null + name: '' + rating: 10 + username: slyone10001 + content: >- + Wow....where to start. Not really into "DRUG" inspired + shows. But this one had me from the start. The only + bad about this show was the split seasons when it was + a first run show. But now you can go right through to + the next episode with out having to wait.....MUST + WATCH ! ! + created_at: '2018-04-10T15:44:38.134Z' + id: 5accdbe6c3a3687e2702d058 + updated_at: '2021-06-23T15:58:07.601Z' + url: >- + https://www.themoviedb.org/review/5accdbe6c3a3687e2702d058 + - author: Dean + author_details: + avatar_path: null + name: Dean + rating: 10 + username: Ditendra + content: "I'll be honest, at first when I started this TV show and finished first season, I didn't like it. It felt boring for me and I stopped watching, but after few years, I decided to give it a chance and continue. I'm so happy because of my decision, because after finishing this TV show, I can definitely tell that it was a masterpiece! 5th season is a bomb and 14th season was shocking! It left me with sad, euphoric shock feeling. It was mind blowing! I'm not gonna spoil you what happened, but if you started first season and you don't like it, for goodness sake, give it a chance and continue watching. I promise you won't regret.\r\n\r\nCharacters are very well developed. Acting is superb! Plot is very interesting. Whole TV show is tense, especially the last season. The only downside I can think about is camera. Sometimes it's shaking on some certain scenes. I don't know why they didn't pay attention to this, but this is nothing, just a very minor minus. Everything else is great about this TV show." + created_at: '2019-09-30T09:02:26.890Z' + id: 5d91c4a2172d7f001759ca0a + updated_at: '2021-06-23T15:58:27.439Z' + url: >- + https://www.themoviedb.org/review/5d91c4a2172d7f001759ca0a + - author: l33t5p34k3r + author_details: + avatar_path: null + name: '' + rating: 9 + username: l33t5p34k3r + content: >- + Started out really good, but dropped quality after the + second to last season + created_at: '2020-06-10T07:29:33.686Z' + id: 5ee08bdd90dde0001fa67192 + updated_at: '2021-06-23T15:58:39.055Z' + url: >- + https://www.themoviedb.org/review/5ee08bdd90dde0001fa67192 + - author: drystyx + author_details: + avatar_path: /hLLsAvAnVT0cFU7JuuaaItTWXv8.jpg + name: '' + rating: 3 + username: drystyx + content: "This is the kind of TV show for the \"formula lovers\" who want to feel superior.\r\nThere is an air of the superiority complex of the \"drug knowledgeable\" crowd in this series about a \"smart guy\" breaking into the drug trade.\r\nHis \"talent\" makes him the important cog in the machine. He can call his shots.\r\nStill, the ruffians give him a rough way to go, because criminals really are stupid.\r\nOnce they learn that they are nothing without him, he gets his way.\r\nMuch like a Western town blacksmith, he's the needed ingredient.\r\nHowever, things get very formula early on in the show. And there's always this sense of a superiority complex from the sort of people who push shows like this onto their friends and acquaintances. The directing writing team tap into the control freak crowd very well.\r\nBut it is a dull show about dull people." + created_at: '2023-04-02T17:02:14.125Z' + id: 6429b5168de0ae00978d836a + updated_at: '2023-04-03T16:45:23.650Z' + url: >- + https://www.themoviedb.org/review/6429b5168de0ae00978d836a + total_pages: + type: number + example: 1 + total_results: + type: number + example: 4 + examples: + reviews: + value: + id: 1396 + page: 1 + results: + - author: slyone10001 + author_details: + avatar_path: null + name: '' + rating: 10 + username: slyone10001 + content: >- + Wow....where to start. Not really into "DRUG" inspired + shows. But this one had me from the start. The only + bad about this show was the split seasons when it was + a first run show. But now you can go right through to + the next episode with out having to wait.....MUST + WATCH ! ! + created_at: '2018-04-10T15:44:38.134Z' + id: 5accdbe6c3a3687e2702d058 + updated_at: '2021-06-23T15:58:07.601Z' + url: >- + https://www.themoviedb.org/review/5accdbe6c3a3687e2702d058 + - author: Dean + author_details: + avatar_path: null + name: Dean + rating: 10 + username: Ditendra + content: "I'll be honest, at first when I started this TV show and finished first season, I didn't like it. It felt boring for me and I stopped watching, but after few years, I decided to give it a chance and continue. I'm so happy because of my decision, because after finishing this TV show, I can definitely tell that it was a masterpiece! 5th season is a bomb and 14th season was shocking! It left me with sad, euphoric shock feeling. It was mind blowing! I'm not gonna spoil you what happened, but if you started first season and you don't like it, for goodness sake, give it a chance and continue watching. I promise you won't regret.\r\n\r\nCharacters are very well developed. Acting is superb! Plot is very interesting. Whole TV show is tense, especially the last season. The only downside I can think about is camera. Sometimes it's shaking on some certain scenes. I don't know why they didn't pay attention to this, but this is nothing, just a very minor minus. Everything else is great about this TV show." + created_at: '2019-09-30T09:02:26.890Z' + id: 5d91c4a2172d7f001759ca0a + updated_at: '2021-06-23T15:58:27.439Z' + url: >- + https://www.themoviedb.org/review/5d91c4a2172d7f001759ca0a + - author: l33t5p34k3r + author_details: + avatar_path: null + name: '' + rating: 9 + username: l33t5p34k3r + content: >- + Started out really good, but dropped quality after the + second to last season + created_at: '2020-06-10T07:29:33.686Z' + id: 5ee08bdd90dde0001fa67192 + updated_at: '2021-06-23T15:58:39.055Z' + url: >- + https://www.themoviedb.org/review/5ee08bdd90dde0001fa67192 + - author: drystyx + author_details: + avatar_path: /hLLsAvAnVT0cFU7JuuaaItTWXv8.jpg + name: '' + rating: 3 + username: drystyx + content: "This is the kind of TV show for the \"formula lovers\" who want to feel superior.\r\nThere is an air of the superiority complex of the \"drug knowledgeable\" crowd in this series about a \"smart guy\" breaking into the drug trade.\r\nHis \"talent\" makes him the important cog in the machine. He can call his shots.\r\nStill, the ruffians give him a rough way to go, because criminals really are stupid.\r\nOnce they learn that they are nothing without him, he gets his way.\r\nMuch like a Western town blacksmith, he's the needed ingredient.\r\nHowever, things get very formula early on in the show. And there's always this sense of a superiority complex from the sort of people who push shows like this onto their friends and acquaintances. The directing writing team tap into the control freak crowd very well.\r\nBut it is a dull show about dull people." + created_at: '2023-04-02T17:02:14.125Z' + id: 6429b5168de0ae00978d836a + updated_at: '2023-04-03T16:45:23.650Z' + url: >- + https://www.themoviedb.org/review/6429b5168de0ae00978d836a + total_pages: 1 + total_results: 4 + + /tv/{series_id}/screened_theatrically: + get: + tags: + - TV SERIES + summary: Screened Theatrically + description: This endpoint get the seasons and episodes that have screened theatrically. + operationId: screenedTheatrically + parameters: + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: screened theatrically + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=3551 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:30:58 GMT + ETag: + schema: + type: string + example: W/"7c0c77bcee03301e44c59254a71f50c6" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 20f0d9cf6610f77242f5c592d2ecfd1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Fkj60JMFItoKJP-1mYdR8uK0WPRLmSCeFy8eJmaMwf77qwt0G3vJJQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '24400' + x-memc-expires: + schema: + type: string + example: '3551' + x-memc-key: + schema: + type: string + example: 403065d74c3850e74f0127ba885af462 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + results: + type: array + items: {} + example: [] + examples: + screened theatrically: + value: + id: 1396 + results: [] + + /tv/{series_id}/similar: + get: + tags: + - TV SERIES + summary: Similar + description: This endpoint get the similar TV shows. + operationId: similar1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: similar + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=23959 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:36:48 GMT + ETag: + schema: + type: string + example: W/"e9feaabe65005242d360672d6503aedf" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 20f0d9cf6610f77242f5c592d2ecfd1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 3uEkTDX9Q89EnrToXEMuaHO5i1O4LzI9z_OBgW0_iZfux0A8g5rsYQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '3761' + x-memc-expires: + schema: + type: string + example: '23959' + x-memc-key: + schema: + type: string + example: 7d4b5430b9cf2dd818bfc0103509469e + content: + application/json: + schema: + type: object + properties: + page: + type: number + example: 1 + results: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + backdrop_path: + type: string + nullable: true + example: /6JuwG7Ban6lMr3DuVUSmRkO3AGv.jpg + first_air_date: + type: string + example: '2013-04-07' + genre_ids: + type: array + items: + type: number + example: 80 + example: + - 80 + id: + type: number + example: 55841 + name: + type: string + example: Crime Stories + origin_country: + type: array + items: + type: string + example: DE + example: + - DE + original_language: + type: string + example: de + original_name: + type: string + example: VERBRECHEN nach Ferdinand von Schirach + overview: + type: string + example: >- + A respected small-town physician has brutally killed + his wife, thus ending a four-year martyrdom from + which he could not escape by any other means... + popularity: + type: number + example: 10.593 + poster_path: + type: string + nullable: true + example: /q3zNkjwvhRrRhtF5o7R3RBfEv9C.jpg + vote_average: + type: number + example: 6.8 + vote_count: + type: number + example: 10 + example: + - adult: false + backdrop_path: /6JuwG7Ban6lMr3DuVUSmRkO3AGv.jpg + first_air_date: '2013-04-07' + genre_ids: + - 80 + id: 55841 + name: Crime Stories + origin_country: + - DE + original_language: de + original_name: VERBRECHEN nach Ferdinand von Schirach + overview: >- + A respected small-town physician has brutally killed + his wife, thus ending a four-year martyrdom from which + he could not escape by any other means... + popularity: 10.593 + poster_path: /q3zNkjwvhRrRhtF5o7R3RBfEv9C.jpg + vote_average: 6.8 + vote_count: 10 + - adult: false + backdrop_path: /89KG5dlNSexy2O4Wj8p5tj5SZ6Q.jpg + first_air_date: '2018-12-26' + genre_ids: + - 80 + - 18 + id: 85233 + name: The Defence + origin_country: + - PL + original_language: pl + original_name: Chyłka + overview: >- + Three-year-old Nikola Szlezyngier disappears in + unexplained circumstances and her parents Angelika and + Dawid are the main suspects. Angelika contacts an old + friend Joanna Chylka, a brilliant, cynical and + successful lawyer to help. With her new apprentice + Kordian, Joanna will try to bring the case to a happy + close. + popularity: 16.439 + poster_path: /3sohkhCEkIboAuJf8SH4H3HRmsU.jpg + vote_average: 6.7 + vote_count: 16 + - adult: false + backdrop_path: null + first_air_date: '2015-09-07' + genre_ids: + - 80 + - 99 + id: 85350 + name: Killer Medics On Death Row + origin_country: + - GB + original_language: en + original_name: Killer Medics On Death Row + overview: >- + Responsible for people’s lives and welfare on a daily + basis doctors and nurses are sworn to protect and look + after their patients. This series explores the dark + and sinister motives behind the doctors who abuse the + trust put in them and instead of using medicine to + heal their patients; they used their powers to murder + unsuspecting victims. We examine the cases of doctors + and nurses who have been convicted for terrible + crimes. + popularity: 4.71 + poster_path: /71LUjKEPUzUnlaC4ZuAff1b54B9.jpg + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /3qaIDtU8gtHBj4m2K4s4upMrplG.jpg + first_air_date: '1991-04-07' + genre_ids: + - 80 + - 18 + - 9648 + id: 2583 + name: Prime Suspect + origin_country: + - GB + original_language: en + original_name: Prime Suspect + overview: >- + Highly skilled Detective Inspector Jane Tennison + battles to prove herself in a male dominated world. + popularity: 41.753 + poster_path: /dkTwajGd46vR4vkLaiROvowDTNc.jpg + vote_average: 7.714 + vote_count: 84 + - adult: false + backdrop_path: /uMLihaxfbeCvraDmER37t2jTNKi.jpg + first_air_date: '2021-05-10' + genre_ids: + - 18 + - 10765 + id: 116386 + name: Doom at Your Service + origin_country: + - KR + original_language: ko + original_name: 어느 날 우리 집 현관으로 멸망이 들어왔다 + overview: >- + A woman with only a short time to live and a man with + the supernatural power to bring the world to an end + discover the true meaning of life and love. + popularity: 47.41 + poster_path: /tgsWD4dJI5YFY8Kyk6vVjZoIKfO.jpg + vote_average: 7.905 + vote_count: 449 + - adult: false + backdrop_path: /hP5pMJfxbY9p72LgEY6j9qGidtE.jpg + first_air_date: '2024-12-05' + genre_ids: + - 10759 + - 9648 + - 80 + id: 225385 + name: Black Doves + origin_country: + - GB + original_language: en + original_name: Black Doves + overview: >- + When a spy posing as a politician's wife learns her + lover has been murdered, an old assassin friend joins + her on a quest for truth — and vengeance. + popularity: 232.602 + poster_path: /uoXtkm2P4HPPL8T3IBJ02G3hCC4.jpg + vote_average: 7.175 + vote_count: 157 + - adult: false + backdrop_path: /zCmzFn7T2IWfs7Gb80YYYJSxsyD.jpg + first_air_date: '2022-03-10' + genre_ids: + - 35 + - 10759 + - 80 + id: 158793 + name: Harina + origin_country: + - MX + original_language: es + original_name: Harina + overview: >- + The misadventures of Lieutenant Harina and his + partner, Officer Ramírez, a very special police + couple, who find themselves with the opportunity of a + lifetime + popularity: 10.742 + poster_path: /aqW5UWQ2M13lQWVrGNrUzs3hn2x.jpg + vote_average: 8.4 + vote_count: 198 + - adult: false + backdrop_path: /zWZJV304xSYKa2KRs73jyhnlz1c.jpg + first_air_date: '2024-08-16' + genre_ids: + - 18 + - 80 + id: 252636 + name: Escape from the Trilateral Slopes + origin_country: + - CN + original_language: zh + original_name: 边水往事 + overview: >- + Trilateral Slopes, a tropical exotic melting pot + teeming with all kinds of people, a place where + prosperity and decay coexist. Shen Xing, a laborer who + unexpectedly ends up here, crosses paths with Mr. Cai, + a local wheeler-dealer navigating through the various + forces at play. Together, they embark on an adventure, + guided by a glimmer of kindness, as they face the + struggle between staying and escaping. How will their + story unfold in the midst of the disarray? + popularity: 40.022 + poster_path: /89VKjiQxlSAYHZHX8U5e6D9WzRp.jpg + vote_average: 7.526 + vote_count: 19 + - adult: false + backdrop_path: /yjGCERuP9YPhvwBBlFIHclLPoV1.jpg + first_air_date: '2023-04-23' + genre_ids: + - 18 + - 80 + - 9648 + id: 225109 + name: Desire Catcher + origin_country: + - CN + original_language: zh + original_name: 无眠之境 + overview: >- + In the world of hypnotism, Lu Fengping is known for + being one of the country's best hypnotists. A true + genius in his field, Fengping’s skill is unparalleled. + Naturally, when the city is rocked by a string of + crimes that all seem to be conducted under the + influence of hypnotism, it is Fengping the police turn + to for help. + popularity: 10.009 + poster_path: /wKJjFOv0phreW9oWeOPGqIX2S5I.jpg + vote_average: 8.7 + vote_count: 2 + - adult: false + backdrop_path: null + first_air_date: '' + genre_ids: + - 18 + - 10765 + id: 225171 + name: Wycaro 339 + origin_country: + - US + original_language: en + original_name: Wycaro 339 + overview: >- + The project, described as a blended, grounded genre + drama, has received a two-season straight-to-series + order from Apple TV+. + popularity: 23.335 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /uGyze9Wd98oBVYBS4Bzlq2GcfbU.jpg + first_air_date: '2006-03-09' + genre_ids: + - 18 + id: 2802 + name: Waterloo Road + origin_country: + - GB + original_language: en + original_name: Waterloo Road + overview: >- + Waterloo Road is a UK television drama series the + first broadcast was in the United Kingdom on BBC One + on 9 March 2006. Originally set in a troubled + comprehensive school in Rochdale, England, the + location of the show was moved to the former Greenock + Academy in Greenock, Scotland in 2012. The series + focuses on the lives of the school's teachers and + students, and confronts social issues such as + extramarital affairs, abortion, divorce, child abuse, + and suicide. + + + Waterloo Road is produced by Shed Productions, the + company responsible for Bad Girls and Footballers' + Wives. + popularity: 152.087 + poster_path: /gZoVJ0iVcyFDtrS8a7vFaiQfNa8.jpg + vote_average: 7.2 + vote_count: 25 + - adult: false + backdrop_path: /vMf5vOGqLnurbvYJzrN4OZHRWvI.jpg + first_air_date: '1986-10-11' + genre_ids: + - 80 + - 18 + - 10759 + id: 225575 + name: Hassel + origin_country: + - SE + original_language: sv + original_name: Hassel + overview: '' + popularity: 12.252 + poster_path: /57YYdqoaP8KgMAws1Vf23I7Ikhb.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /wkctGNUz6dBvDVOkRwpvMcH061v.jpg + first_air_date: '2022-03-16' + genre_ids: + - 18 + - 10759 + id: 158913 + name: Pedal to Metal + origin_country: + - MX + original_language: es + original_name: Dale Gas + overview: >- + After a race they drive in ends fatally, friends Kike + and Noche flee to Mexico City to hide, rebuild their + lives and escape danger ... or at least try. + popularity: 5.723 + poster_path: /7rW5ZP07VP0NMx26wwzcIRps6FJ.jpg + vote_average: 6.9 + vote_count: 7 + - adult: false + backdrop_path: /rsLZK4xAw1Oun0T5UWfG213qalP.jpg + first_air_date: '2024-10-31' + genre_ids: + - 35 + - 80 + - 18 + id: 252372 + name: Murder Mindfully + origin_country: + - DE + original_language: de + original_name: Achtsam Morden + overview: >- + When mafia lawyer Björn attends a mindfulness class to + find a better work-life balance, he discovers + surprising new coping strategies — including murder. + popularity: 94.559 + poster_path: /3snsd7KLau14equwCz9YLZu9lTO.jpg + vote_average: 7.7 + vote_count: 83 + - adult: false + backdrop_path: /QZwNfyazB87eho3XKdw6t8RVWd.jpg + first_air_date: '2015-04-26' + genre_ids: + - 18 + - 35 + id: 57391 + name: HAPPYish + origin_country: + - US + original_language: en + original_name: HAPPYish + overview: >- + Thom Payne is a 44 year-old man whose world is thrown + into disarray when his 25 year-old "wunderkind" boss + arrives, saying things like "digital," "social" and + "viral." Is he in need of a "rebranding," or does he + just have a "low joy ceiling?" Maybe pursuing + happiness is a fool's errand? Happiness after all is + pretty high bar. In a world as absurd as ours, maybe + the best anyone can hope for is happyish. + popularity: 8.372 + poster_path: /emjm7JDQMrZ8YWGmLLw9pe6vnNQ.jpg + vote_average: 6.838 + vote_count: 34 + - adult: false + backdrop_path: /poeG6PNjabZWM2gYwojE03jIDhh.jpg + first_air_date: '2021-02-19' + genre_ids: + - 18 + - 80 + - 9648 + id: 116612 + name: Beyond Evil + origin_country: + - KR + original_language: ko + original_name: 괴물 + overview: >- + As a killing resembling a cold case resurfaces in a + small town, the chase for the truth falls on two + policemen who each harbor secrets of their own. + popularity: 24.458 + poster_path: /qvR2V6BlXrJ7VTuhEfnXc4rTJTR.jpg + vote_average: 8.535 + vote_count: 156 + - adult: false + backdrop_path: /eSugw6RIyzKNPMcMzZAkBCjVv6Z.jpg + first_air_date: '1983-09-18' + genre_ids: + - 10759 + - 18 + - 80 + id: 1271 + name: Hardcastle and McCormick + origin_country: + - US + original_language: en + original_name: Hardcastle and McCormick + overview: >- + Hardcastle and McCormick is an American action/drama + television series from Stephen J. Cannell Productions, + shown on ABC from 1983 through 1986. The series stars + Brian Keith as Judge Milton C. Hardcastle and Daniel + Hugh Kelly as ex-con and race car driver Mark "Skid" + McCormick. The series premise was somewhat recycled + from a previous Cannell series, Tenspeed and Brown + Shoe. + popularity: 76.028 + poster_path: /d3ZWBPAlcmYwvA183aI5z1mosv7.jpg + vote_average: 6.4 + vote_count: 37 + - adult: false + backdrop_path: /xCkQbV5g5KfEg5wGHkbUKVEhfE8.jpg + first_air_date: '2001-06-03' + genre_ids: + - 18 + id: 1274 + name: Six Feet Under + origin_country: + - US + original_language: en + original_name: Six Feet Under + overview: >- + When death is your business, what is your life? For + the Fisher family, the world outside of their + family-owned funeral home continues to be at least as + challenging as—and far less predictable than—the one + inside. + popularity: 84.085 + poster_path: /ztuH5aJIZQpu5ci27tY2nx1gwjO.jpg + vote_average: 8.085 + vote_count: 948 + - adult: false + backdrop_path: /lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg + first_air_date: '1999-01-10' + genre_ids: + - 18 + id: 1398 + name: The Sopranos + origin_country: + - US + original_language: en + original_name: The Sopranos + overview: >- + The story of New Jersey-based Italian-American mobster + Tony Soprano and the difficulties he faces as he tries + to balance the conflicting requirements of his home + life and the criminal organization he heads. Those + difficulties are often highlighted through his ongoing + professional relationship with psychiatrist Jennifer + Melfi. The show features Tony's family members and + Mafia associates in prominent roles and story arcs, + most notably his wife Carmela and his cousin and + protégé Christopher Moltisanti. + popularity: 338.458 + poster_path: /57okJJUBK0AaijxLh3RjNUaMvFI.jpg + vote_average: 8.653 + vote_count: 2798 + - adult: false + backdrop_path: /dGzPJnh8YcUS4J10sNunohaXMVn.jpg + first_air_date: '2004-03-21' + genre_ids: + - 37 + - 80 + - 18 + id: 1406 + name: Deadwood + origin_country: + - US + original_language: en + original_name: Deadwood + overview: >- + The story of the early days of Deadwood, South Dakota; + woven around actual historic events with most of the + main characters based on real people. Deadwood starts + as a gold mining camp and gradually turns from a + lawless wild-west community into an organized + wild-west civilized town. The story focuses on the + real-life characters Seth Bullock and Al Swearengen. + popularity: 118.289 + poster_path: /4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg + vote_average: 8.1 + vote_count: 805 + total_pages: + type: number + example: 2220 + total_results: + type: number + example: 44394 + examples: + similar: + value: + page: 1 + results: + - adult: false + backdrop_path: /6JuwG7Ban6lMr3DuVUSmRkO3AGv.jpg + first_air_date: '2013-04-07' + genre_ids: + - 80 + id: 55841 + name: Crime Stories + origin_country: + - DE + original_language: de + original_name: VERBRECHEN nach Ferdinand von Schirach + overview: >- + A respected small-town physician has brutally killed + his wife, thus ending a four-year martyrdom from which + he could not escape by any other means... + popularity: 10.593 + poster_path: /q3zNkjwvhRrRhtF5o7R3RBfEv9C.jpg + vote_average: 6.8 + vote_count: 10 + - adult: false + backdrop_path: /89KG5dlNSexy2O4Wj8p5tj5SZ6Q.jpg + first_air_date: '2018-12-26' + genre_ids: + - 80 + - 18 + id: 85233 + name: The Defence + origin_country: + - PL + original_language: pl + original_name: Chyłka + overview: >- + Three-year-old Nikola Szlezyngier disappears in + unexplained circumstances and her parents Angelika and + Dawid are the main suspects. Angelika contacts an old + friend Joanna Chylka, a brilliant, cynical and + successful lawyer to help. With her new apprentice + Kordian, Joanna will try to bring the case to a happy + close. + popularity: 16.439 + poster_path: /3sohkhCEkIboAuJf8SH4H3HRmsU.jpg + vote_average: 6.7 + vote_count: 16 + - adult: false + backdrop_path: null + first_air_date: '2015-09-07' + genre_ids: + - 80 + - 99 + id: 85350 + name: Killer Medics On Death Row + origin_country: + - GB + original_language: en + original_name: Killer Medics On Death Row + overview: >- + Responsible for people’s lives and welfare on a daily + basis doctors and nurses are sworn to protect and look + after their patients. This series explores the dark + and sinister motives behind the doctors who abuse the + trust put in them and instead of using medicine to + heal their patients; they used their powers to murder + unsuspecting victims. We examine the cases of doctors + and nurses who have been convicted for terrible + crimes. + popularity: 4.71 + poster_path: /71LUjKEPUzUnlaC4ZuAff1b54B9.jpg + vote_average: 6 + vote_count: 1 + - adult: false + backdrop_path: /3qaIDtU8gtHBj4m2K4s4upMrplG.jpg + first_air_date: '1991-04-07' + genre_ids: + - 80 + - 18 + - 9648 + id: 2583 + name: Prime Suspect + origin_country: + - GB + original_language: en + original_name: Prime Suspect + overview: >- + Highly skilled Detective Inspector Jane Tennison + battles to prove herself in a male dominated world. + popularity: 41.753 + poster_path: /dkTwajGd46vR4vkLaiROvowDTNc.jpg + vote_average: 7.714 + vote_count: 84 + - adult: false + backdrop_path: /uMLihaxfbeCvraDmER37t2jTNKi.jpg + first_air_date: '2021-05-10' + genre_ids: + - 18 + - 10765 + id: 116386 + name: Doom at Your Service + origin_country: + - KR + original_language: ko + original_name: 어느 날 우리 집 현관으로 멸망이 들어왔다 + overview: >- + A woman with only a short time to live and a man with + the supernatural power to bring the world to an end + discover the true meaning of life and love. + popularity: 47.41 + poster_path: /tgsWD4dJI5YFY8Kyk6vVjZoIKfO.jpg + vote_average: 7.905 + vote_count: 449 + - adult: false + backdrop_path: /hP5pMJfxbY9p72LgEY6j9qGidtE.jpg + first_air_date: '2024-12-05' + genre_ids: + - 10759 + - 9648 + - 80 + id: 225385 + name: Black Doves + origin_country: + - GB + original_language: en + original_name: Black Doves + overview: >- + When a spy posing as a politician's wife learns her + lover has been murdered, an old assassin friend joins + her on a quest for truth — and vengeance. + popularity: 232.602 + poster_path: /uoXtkm2P4HPPL8T3IBJ02G3hCC4.jpg + vote_average: 7.175 + vote_count: 157 + - adult: false + backdrop_path: /zCmzFn7T2IWfs7Gb80YYYJSxsyD.jpg + first_air_date: '2022-03-10' + genre_ids: + - 35 + - 10759 + - 80 + id: 158793 + name: Harina + origin_country: + - MX + original_language: es + original_name: Harina + overview: >- + The misadventures of Lieutenant Harina and his + partner, Officer Ramírez, a very special police + couple, who find themselves with the opportunity of a + lifetime + popularity: 10.742 + poster_path: /aqW5UWQ2M13lQWVrGNrUzs3hn2x.jpg + vote_average: 8.4 + vote_count: 198 + - adult: false + backdrop_path: /zWZJV304xSYKa2KRs73jyhnlz1c.jpg + first_air_date: '2024-08-16' + genre_ids: + - 18 + - 80 + id: 252636 + name: Escape from the Trilateral Slopes + origin_country: + - CN + original_language: zh + original_name: 边水往事 + overview: >- + Trilateral Slopes, a tropical exotic melting pot + teeming with all kinds of people, a place where + prosperity and decay coexist. Shen Xing, a laborer who + unexpectedly ends up here, crosses paths with Mr. Cai, + a local wheeler-dealer navigating through the various + forces at play. Together, they embark on an adventure, + guided by a glimmer of kindness, as they face the + struggle between staying and escaping. How will their + story unfold in the midst of the disarray? + popularity: 40.022 + poster_path: /89VKjiQxlSAYHZHX8U5e6D9WzRp.jpg + vote_average: 7.526 + vote_count: 19 + - adult: false + backdrop_path: /yjGCERuP9YPhvwBBlFIHclLPoV1.jpg + first_air_date: '2023-04-23' + genre_ids: + - 18 + - 80 + - 9648 + id: 225109 + name: Desire Catcher + origin_country: + - CN + original_language: zh + original_name: 无眠之境 + overview: >- + In the world of hypnotism, Lu Fengping is known for + being one of the country's best hypnotists. A true + genius in his field, Fengping’s skill is unparalleled. + Naturally, when the city is rocked by a string of + crimes that all seem to be conducted under the + influence of hypnotism, it is Fengping the police turn + to for help. + popularity: 10.009 + poster_path: /wKJjFOv0phreW9oWeOPGqIX2S5I.jpg + vote_average: 8.7 + vote_count: 2 + - adult: false + backdrop_path: null + first_air_date: '' + genre_ids: + - 18 + - 10765 + id: 225171 + name: Wycaro 339 + origin_country: + - US + original_language: en + original_name: Wycaro 339 + overview: >- + The project, described as a blended, grounded genre + drama, has received a two-season straight-to-series + order from Apple TV+. + popularity: 23.335 + poster_path: null + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /uGyze9Wd98oBVYBS4Bzlq2GcfbU.jpg + first_air_date: '2006-03-09' + genre_ids: + - 18 + id: 2802 + name: Waterloo Road + origin_country: + - GB + original_language: en + original_name: Waterloo Road + overview: >- + Waterloo Road is a UK television drama series the + first broadcast was in the United Kingdom on BBC One + on 9 March 2006. Originally set in a troubled + comprehensive school in Rochdale, England, the + location of the show was moved to the former Greenock + Academy in Greenock, Scotland in 2012. The series + focuses on the lives of the school's teachers and + students, and confronts social issues such as + extramarital affairs, abortion, divorce, child abuse, + and suicide. + + + Waterloo Road is produced by Shed Productions, the + company responsible for Bad Girls and Footballers' + Wives. + popularity: 152.087 + poster_path: /gZoVJ0iVcyFDtrS8a7vFaiQfNa8.jpg + vote_average: 7.2 + vote_count: 25 + - adult: false + backdrop_path: /vMf5vOGqLnurbvYJzrN4OZHRWvI.jpg + first_air_date: '1986-10-11' + genre_ids: + - 80 + - 18 + - 10759 + id: 225575 + name: Hassel + origin_country: + - SE + original_language: sv + original_name: Hassel + overview: '' + popularity: 12.252 + poster_path: /57YYdqoaP8KgMAws1Vf23I7Ikhb.jpg + vote_average: 0 + vote_count: 0 + - adult: false + backdrop_path: /wkctGNUz6dBvDVOkRwpvMcH061v.jpg + first_air_date: '2022-03-16' + genre_ids: + - 18 + - 10759 + id: 158913 + name: Pedal to Metal + origin_country: + - MX + original_language: es + original_name: Dale Gas + overview: >- + After a race they drive in ends fatally, friends Kike + and Noche flee to Mexico City to hide, rebuild their + lives and escape danger ... or at least try. + popularity: 5.723 + poster_path: /7rW5ZP07VP0NMx26wwzcIRps6FJ.jpg + vote_average: 6.9 + vote_count: 7 + - adult: false + backdrop_path: /rsLZK4xAw1Oun0T5UWfG213qalP.jpg + first_air_date: '2024-10-31' + genre_ids: + - 35 + - 80 + - 18 + id: 252372 + name: Murder Mindfully + origin_country: + - DE + original_language: de + original_name: Achtsam Morden + overview: >- + When mafia lawyer Björn attends a mindfulness class to + find a better work-life balance, he discovers + surprising new coping strategies — including murder. + popularity: 94.559 + poster_path: /3snsd7KLau14equwCz9YLZu9lTO.jpg + vote_average: 7.7 + vote_count: 83 + - adult: false + backdrop_path: /QZwNfyazB87eho3XKdw6t8RVWd.jpg + first_air_date: '2015-04-26' + genre_ids: + - 18 + - 35 + id: 57391 + name: HAPPYish + origin_country: + - US + original_language: en + original_name: HAPPYish + overview: >- + Thom Payne is a 44 year-old man whose world is thrown + into disarray when his 25 year-old "wunderkind" boss + arrives, saying things like "digital," "social" and + "viral." Is he in need of a "rebranding," or does he + just have a "low joy ceiling?" Maybe pursuing + happiness is a fool's errand? Happiness after all is + pretty high bar. In a world as absurd as ours, maybe + the best anyone can hope for is happyish. + popularity: 8.372 + poster_path: /emjm7JDQMrZ8YWGmLLw9pe6vnNQ.jpg + vote_average: 6.838 + vote_count: 34 + - adult: false + backdrop_path: /poeG6PNjabZWM2gYwojE03jIDhh.jpg + first_air_date: '2021-02-19' + genre_ids: + - 18 + - 80 + - 9648 + id: 116612 + name: Beyond Evil + origin_country: + - KR + original_language: ko + original_name: 괴물 + overview: >- + As a killing resembling a cold case resurfaces in a + small town, the chase for the truth falls on two + policemen who each harbor secrets of their own. + popularity: 24.458 + poster_path: /qvR2V6BlXrJ7VTuhEfnXc4rTJTR.jpg + vote_average: 8.535 + vote_count: 156 + - adult: false + backdrop_path: /eSugw6RIyzKNPMcMzZAkBCjVv6Z.jpg + first_air_date: '1983-09-18' + genre_ids: + - 10759 + - 18 + - 80 + id: 1271 + name: Hardcastle and McCormick + origin_country: + - US + original_language: en + original_name: Hardcastle and McCormick + overview: >- + Hardcastle and McCormick is an American action/drama + television series from Stephen J. Cannell Productions, + shown on ABC from 1983 through 1986. The series stars + Brian Keith as Judge Milton C. Hardcastle and Daniel + Hugh Kelly as ex-con and race car driver Mark "Skid" + McCormick. The series premise was somewhat recycled + from a previous Cannell series, Tenspeed and Brown + Shoe. + popularity: 76.028 + poster_path: /d3ZWBPAlcmYwvA183aI5z1mosv7.jpg + vote_average: 6.4 + vote_count: 37 + - adult: false + backdrop_path: /xCkQbV5g5KfEg5wGHkbUKVEhfE8.jpg + first_air_date: '2001-06-03' + genre_ids: + - 18 + id: 1274 + name: Six Feet Under + origin_country: + - US + original_language: en + original_name: Six Feet Under + overview: >- + When death is your business, what is your life? For + the Fisher family, the world outside of their + family-owned funeral home continues to be at least as + challenging as—and far less predictable than—the one + inside. + popularity: 84.085 + poster_path: /ztuH5aJIZQpu5ci27tY2nx1gwjO.jpg + vote_average: 8.085 + vote_count: 948 + - adult: false + backdrop_path: /lNpkvX2s8LGB0mjGODMT4o6Up7j.jpg + first_air_date: '1999-01-10' + genre_ids: + - 18 + id: 1398 + name: The Sopranos + origin_country: + - US + original_language: en + original_name: The Sopranos + overview: >- + The story of New Jersey-based Italian-American mobster + Tony Soprano and the difficulties he faces as he tries + to balance the conflicting requirements of his home + life and the criminal organization he heads. Those + difficulties are often highlighted through his ongoing + professional relationship with psychiatrist Jennifer + Melfi. The show features Tony's family members and + Mafia associates in prominent roles and story arcs, + most notably his wife Carmela and his cousin and + protégé Christopher Moltisanti. + popularity: 338.458 + poster_path: /57okJJUBK0AaijxLh3RjNUaMvFI.jpg + vote_average: 8.653 + vote_count: 2798 + - adult: false + backdrop_path: /dGzPJnh8YcUS4J10sNunohaXMVn.jpg + first_air_date: '2004-03-21' + genre_ids: + - 37 + - 80 + - 18 + id: 1406 + name: Deadwood + origin_country: + - US + original_language: en + original_name: Deadwood + overview: >- + The story of the early days of Deadwood, South Dakota; + woven around actual historic events with most of the + main characters based on real people. Deadwood starts + as a gold mining camp and gradually turns from a + lawless wild-west community into an organized + wild-west civilized town. The story focuses on the + real-life characters Seth Bullock and Al Swearengen. + popularity: 118.289 + poster_path: /4Yp35DVbVOAWkfQUIQ7pbh3u0aN.jpg + vote_average: 8.1 + vote_count: 805 + total_pages: 2220 + total_results: 44394 + + /tv/{series_id}/translations: + get: + tags: + - TV SERIES + summary: Tranaslations + description: This endpoint get the translations that have been added to a TV show. + operationId: tranaslations + parameters: + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: translations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=17955 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:39:06 GMT + ETag: + schema: + type: string + example: W/"53c88511e2caa97463662fe0a3ee173a" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 fb41e17254dfd781519e95cedd257826.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: VoLGXAHvPotO7b4DAfjmkZR3LQKZY0Sk5syn2VGC_1qbZTvy2bhdHw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '10750' + x-memc-expires: + schema: + type: string + example: '17955' + x-memc-key: + schema: + type: string + example: 96cee41bcbceb58a320ac489517a82eb + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + translations: + type: array + items: + type: object + properties: + data: + type: object + properties: + homepage: + type: string + example: '' + name: + type: string + example: '' + overview: + type: string + example: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a + prognosis of only two years left to live. He + becomes filled with a sense of fearlessness and + an unrelenting desire to secure his family's + financial future at any cost as he enters the + dangerous world of drugs and crime. + tagline: + type: string + example: Change the equation. + english_name: + type: string + example: English + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + name: + type: string + example: English + example: + - data: + homepage: '' + name: '' + overview: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a + prognosis of only two years left to live. He becomes + filled with a sense of fearlessness and an + unrelenting desire to secure his family's financial + future at any cost as he enters the dangerous world + of drugs and crime. + tagline: Change the equation. + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + homepage: '' + name: '' + overview: >- + Walter White ist ein schlafwandelnd durchs Leben + gehender Highschool Chemielehrer. An seinem 50. + Geburtstag wird bei ihm Krebs im Endstadium + diagnostiziert. Um die finanzielle Zukunft für seine + schwangere Frau und seinen behinderten Sohn zu + sichern und weil er an der Schwelle des Todes nichts + mehr zu verlieren hat, beschließt er seine + Fähigkeiten als Chemiker gewinnbringend einzusetzen. + Gemeinsam mit seinem ehemaligen Schüler Jesse + Pinkman beginnt er Methamphetamin zu kochen. + tagline: '' + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + homepage: '' + name: '' + overview: >- + Walter White, professeur de chimie dans un lycée + d'Albuquerque au Nouveau-Mexique, est atteint d'un + cancer pulmonaire en phase terminale. Il s'associe à + Jesse Pinkman, un ancien élève, cancre, toxicomane + et dealer, afin d'assurer l'avenir financier de sa + famille après son décès. L'improbable duo va alors + synthétiser et commercialiser la plus pure + méthamphétamine en cristaux jamais vue dans les + Amériques. + tagline: Souviens-toi de mon nom. + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + homepage: '' + name: '' + overview: >- + Walter White is scheikundeleraar. Op het moment dat + zijn vrouw zwanger is van hun tweede kind, stort + Walters wereld in. De dokter heeft namelijk + vastgesteld dat hij terminaal ziek is. Walter heeft + longkanker en lijkt niet lang meer te zullen leven. + Om ervoor te zorgen dat zijn gezin na zijn dood niet + in een financiële crisis belandt, besluit Walter + over te schakelen naar een leven als crimineel. Met + de hulp van Jesse Pinkman, een uitgevallen leerling + die in zijn klas heeft gezeten, maakt en verkoopt + hij de drug crystal meth. + tagline: '' + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + homepage: '' + name: '' + overview: >- + Kanserden öleceğini öğrenen bir kimya öğretmeni, + ailesinin geleceğini garanti altına almak için + metamfetamin üretip satmak üzere eski bir + öğrencisiyle kafa kafaya verir. + tagline: Tehlike benim! + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + homepage: '' + name: Perníkový tatko + overview: >- + Stredoškolskému učiteľovi chémie je diagnostikovaná + rakovina a tak sa rozhodne pred svojou smrťou + zaopatriť výrobou metam­fetamínu svoju rodinu. + Seriál vyniká úplne famóznou premenou hlavnej + postavy z obyčajného človeka na kľúčovú postavu + drogového obchodu a skutočného bossa. + tagline: '' + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + homepage: '' + name: Во все тяжкие + overview: >- + Вся жизнь немолодого школьного учителя химии Уолтера + Уайта — это борьба. Его зарплаты не хватает на + содержание беременной жены и сына-инвалида, поэтому + учитель вынужден подрабатывать на автомойке. Но всё + меняется, когда Уолтеру ставят страшный диагноз — + неоперабельный рак лёгких. + tagline: '' + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + homepage: '' + name: Totál szívás + overview: >+ + Walter (Bryan Cranstom), a kémiatanár az 50. + születésnapján tudja meg, hogy végső stádiumú + tüdőrákban szenved és alig egy éve van hátra. + Szereti a várandós feleségét és gondozásra szoruló + tinédzser fiát, ezért úgy dönt, hátralevő idejében a + lehető legtöbb pénzt gyűjti össze. Erre azonban csak + a törvény másik oldalán van lehetősége, ezért + szövetkezik egykori, drogdíler diákjával és + belefognak a metamfetamin gyártásába. Hamar kiderül, + hogy Walterrel ellentétben Jesse egy pancser, és már + az első üzletkötésnél összehoz másfél hullát. Walter + elindul a lejtőn, ahol nincs megállás. + + tagline: '' + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + homepage: '' + name: 绝命毒师 + overview: >- + 新墨西哥州的高中化学老师沃尔特·H·怀特是拮据家庭的唯一经济来源。他大半生安分守己,兢兢业业,却在50岁生日之际突然得知自己罹患肺癌晚期的噩耗,原本便不甚顺意的人生顿时雪上加霜。为了保障怀孕的妻子斯凯勒和残疾的儿子小沃特能在自己死后衣食无忧,沃尔特决意铤而走险。他主动找到曾经的学生、而今的毒贩小混混杰西·平克曼谈合作,并运用娴熟高超的化学技术提炼出高纯度冰毒交给后者贩售。孰料事态的发展却在平克曼带回毒品供销商疯狂小八及其表弟后急转直下,沃尔特的人生也由此彻底步向失控。他被迫开始了教书与制毒的双重生活,逐渐坠落至万劫不复的深渊。 + tagline: '' + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + name: '' + overview: >- + Tras cumplir 50 años, Walter White (Bryan Cranston), + un profesor de química de un instituto de + Albuquerque, Nuevo México, se entera de que tiene un + cáncer de pulmón incurable. Casado con Skyler (Anna + Gunn) y con un hijo discapacitado (RJ Mitte), la + brutal noticia lo impulsa a dar un drástico cambio a + su vida: decide, con la ayuda de un antiguo alumno + (Aaron Paul), fabricar anfetaminas y ponerlas a la + venta. Lo que pretende es liberar a su familia de + problemas económicos cuando se produzca el fatal + desenlace. + tagline: Recuerda mi nombre + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + homepage: '' + name: '' + overview: >- + Ένας καθηγητής που πάσχει από καρκίνο συνεργάζεται + με έναν πρώην μαθητή για να εξασφαλίσει το μέλλον + της οικογένειάς του, παρασκευάζοντας και πουλώντας + μεθαμφεταμίνη. + tagline: Να θυμάσαι το όνομά μου + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + homepage: '' + name: Ruptura Total + overview: >- + Um professor do secundário com cancro do pulmão + terminal junta-se a um ex-aluno para fabricar e + vender metanfetaminas como forma de garantir o + futuro da sua família. + tagline: '' + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + homepage: '' + name: Breaking Bad + overview: >- + Un insegnante di chimica con un cancro allo stadio + terminale comincia a produrre e spacciare + metanfetamina con un suo ex studente per assicurare + un futuro alla famiglia. + tagline: '' + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + homepage: '' + name: В обувките на Сатаната + overview: "Обикновения и нехаризматичен учител по химия – Уолтър открива нова страст в живота си, след като разбира, че е болен от рак в последен стадий.\_Освен че е пожънал множество успехи в химията, Уолтър обучава апатични гимназисти и работи на непълен работен ден в една автомивка, за да издържа семейството си. Доходите на жена му са съвсем скромни, а синът им Уолтър младши - твърдоглав 17-годишен тийнейджър, страда от церебрална парализа. За да осигури прехраната на любимите си хора\_Уолтър си поставя нови цели и се отдава на вълнуващ престъпен живот." + tagline: Запомнете името ми + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + homepage: '' + name: '' + overview: >- + Dramă premiată cu două statuete Emmy de mare + audiență, serialul spune povestea lui Walter, un + profesor de chimie care, lovit în plin de criza de + la mijlocul vieții - cea mai gravă criză din câte + s-au văzut vreodată -, începe să încalce legea prin + fapte de o gravitate din ce în ce mai mare. + tagline: Amintește-ți numele meu. + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + homepage: '' + name: 브레이킹 배드 + overview: >- + 2008년 1월 AMC에서 방영을 시작한 범죄 스릴러. Breaking Bad는 막가기를 + 뜻하는 미국 남부 지방의 속어이다. 한때 노벨화학상까지 바라 볼 정도로 뛰어난 과학자였던 + 고등학교 화학 교사 월터 화이트는 자신의 50세 생일 날에 폐암 3기 진단을 받는다. 어느 날 + 동서와 함께 마약 단속 현장을 참관한 그는 현장에서 달아나는 옛 제자 제시를 발견한다. + 뇌성마비에 걸린 고등학생 아들과 임신한 아내를 위해 제시에게 동업을 제의한 월터는 자신의 + 화학지식을 이용해 전례없는 고순도 고품질의 메스암페타민을 제조한다. + tagline: '' + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + homepage: '' + name: שובר שורות + overview: >- + סדרת דרמה המתמקדת בוולטר וויט, מורה לכימיה בתיכון + שסובל ממקרה חמור של משבר אמצע החיים, בנוסף הוא מתבשר + שהינו גוסס ממחלה קשה. על מנת לממן את הטיפולים היקרים + ולדאוג לעתיד משפחתו הוא חובר לתלמיד לשעבר והופך + ליצרן וסוחר במתאמפטמין. + tagline: '' + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + homepage: '' + name: '' + overview: >- + Głównym bohaterem "Breaking Bad" jest Walter White + (Bryan Cranston), nauczyciel chemii mieszkający w + Nowym Meksyku wraz z żoną (Anna Gunn) oraz + nastoletnim synem (RJ Mitte) cierpiącym na porażenie + mózgowe. Kiedy u Waltera zostaje zdiagnozowany rak w + trzecim stadium, lekarze rokują, że pozostały mu dwa + lata życia. Dzięki tym prognozom Walter wyzbywa się + wszelkich lęków i pragnąc zabezpieczyć swoją rodzinę + finansowo decyduje się wkroczyć do niebezpiecznego + świata narkotyków i zbrodni. Serial ukazuje jak + śmiertelna diagnoza jaką postawiono White'owi, + zwyczajnemu mężczyźnie z typowymi, codziennymi + problemami zmienia go z łagodnego domatora w trzon + narkotykowej branży. + tagline: '' + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + homepage: '' + name: '' + overview: >- + Efter at være blevet diagnosticeret med kræft og + givet blot to år tilbage at leve i forsøger + kemilæreren Walter at sikre sin families fremtidige + økonomiske situation ved at slå sig sammen med en + tidligere studerende, Jesse, for at producere og + sælge det ulovlige stof amfetamin. Mens Walter + langsomt bygger sit imperium op, begynder hans kone + Skyler at undre sig over hans uregelmæssige adfærd, + og politiet sætter jagten ind på kvarterets nye + bagmand. + tagline: '' + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + homepage: '' + name: Perníkový táta + overview: >- + Co se stane, když u středoškolského oceňovaného + učitele chemie diagnostikují rakovinu plic v + pokročilém stádiu? Dá se na kriminální dráhu jako + drogový dealer, aby stihl vydělat co nejvíce peněz + pro svou těhotnou ženu... + tagline: '' + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + homepage: '' + name: ブレイキング・バッド + overview: >- + 主人公のウォルターは冴えない高校の化学教師だが、自身が末期がんに冒されていることを知った後、新しい人生に目覚める。かつては成功を嘱望される化学者だったウォルターだが、今はやる気のない高校生に授業を行うかたわら、洗車のアルバイトをして家計を助ける身。妻のスカイラーは、eBayでの売買でほどほどの稼ぎを得ていた。息子のウォルター・ジュニアは17才。意志の強い若者だったが、脳性まひに苦しんでいた。家族に残せるものがほとんどないことに気がついたウォルターは、新しい人生の目的に目覚め、愛する家族に財産を残すため犯罪に手を染めていく。 + tagline: 私の名は… + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + homepage: '' + name: Пуститися берега + overview: >- + Шкільний учитель хімії Волтер Вайт дізнається, що + хворий на рак легенів. З огляду на складний + фінансовий стан справ сім'ї, а також перспективи, + Волтер вирішує зайнятися виготовленням + метамфетаміну. Для цього він залучає свого + колишнього учня Джессі Пінкмана, колись виключеного + зі школи за активного сприяння Вайта. Пінкман сам + займався «варінням мету», але напередодні, в ході + рейду УБН, він позбувся напарника і лабораторії. + tagline: '' + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + homepage: '' + name: '' + overview: >- + Walter White, en alldaglig high school-kemilärare i + 50-årsåldern som även extraknäcker på en biltvätt + lever ett stillsamt liv, i ett oengagerat äktenskap + med sin gravida, TV-shoppande fru Skyler och deras + tonårige son Walter Jr., som lider av en lätt + CP-skada När Walt Senior blir diagnostiserad med + lungcancer, bestämmer han sig för att slå sig in på + den brottsliga banan, för att kunna få ihop ett + kapital att lämna efter sig vid sin kommande död. + Han sätter upp ett "meth lab" och kokar metamfetamin + tillsammans med sin tidigare elev, Jesse Pinkman. + tagline: '' + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + homepage: '' + name: '' + overview: >- + Walter White je srednjovječni profesor kemije koji + jednog dana doznaje da boluje od neizlječivog raka + pluća, a prognoze nisu sjajne. Uz sve to, ima + hendikepirano dijete i trudnu ženu. Prije nego umre, + odlučuje da će se pobrinuti za svoju obitelj pa u + podrumu stvori laboratorij za proizvodnju droge. + Seriju je stvorio Vince Gilligan koji je radio i na + „Dosjeima X“, omiljenoj seriji svih zaljubljenika u + mistično i natprirodno. Mnogi kritičari pohvalili su + odličnu glumu, a serija je općenito dobro prihvaćena + i spada među favorite svih fanova pomaknutog humora. + tagline: '' + english_name: Bosnian + iso_3166_1: BS + iso_639_1: bs + name: Bosanski + - data: + homepage: '' + name: Na putu prema dolje + overview: >- + 'Na putu prema dolje' prati neobičan i opasan + životni put nimalo karizmatičnog i isprva vrlo + prosječnog profesora kemije, Waltera Whitea, čiji + život se potpuno preokrene kada sazna da je obolio + od karcinoma. + tagline: Upamti moje ime. + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + homepage: '' + name: Bręstantis blogis + overview: >- + Chemijos mokytojas su žmona ir neįgaliu paaugliu + sūnumi gyvena Naujojoje Meksikoje. Netikėtai jam + nustatomas trečios stadijos vėžys, medikai teigia, + kad gyventi beliko metai. Ši žinia ramų vyriškį + išlaisvina iš bet kokių baimių ir visuomenės normų. + Norėdamas užtikrinti šeimai gerą materialinę ateitį, + jis pradeda gaminti aukščiausios kokybės amfetaminą. + Mirtina diagnozė tykų namisėdą paverčia narkotikų + pasaulio karaliuku. + tagline: '' + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + homepage: '' + name: Halvale teele + overview: >- + "Halvale teele" on huumorivarjundiga draamasari + keemiaõpetaja Walter White'ist (rolli eest Emmy + auhinna võitnud Bryan Cranston), keda on tabanud + pingeline keskeakriis. Lisaks erivajadustega + teismelisele pojale ja naisele, kes temasse külmalt + suhtub, diagnoositakse tal ravimatu kopsuvähk. + Jõudnud otsusele, et tema elu väärtus on äärmiselt + kaheldav, otsustab ta oma endise õpilase, + narkomaanist eluheidiku Jesse Pinkmaniga (Aaron + Paul) hakata keetma metamfetamiini, ja kus oleks + seda parem teha, kui keset kõrbe ja vagunelamus? + tagline: '' + english_name: Estonian + iso_3166_1: EE + iso_639_1: et + name: Eesti + - data: + homepage: '' + name: اختلال ضال + overview: "تدور أحداث المسلسل بشكل رئيسي عن والتر وايت أستاذ في مدرسة ثانوية لمادة الكيمياء وعبقري في اختصاصه يكتشف اصابته بمرض السرطان، وبسبب عدم امتلاكه للمال الكافي لتغطية تكاليف العلاج اللازم له يتجه نحو إنتاج المخدرات مع طالب سابق عنده \_جيسي بينكمان وبعد بدئه في الإنتاج واكتشافه للمردود القادم من بيع المخدرات تصبح إرادته في كسب المزيد من المال لتأمين مستقبل أفضل لعائلته بعد وفاته." + tagline: هايزنبرغ + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + homepage: '' + name: بریکینگ بد + overview: >- + داستان سریال درباره یک معلم شیمی میانسال است که + متوجه می‌شود که دارای سرطان ریه است و ۲ سال بیشتر + وقت برای زندگی ندارد. او که وضع مالی خوبی ندارد و + دارای همسر و پسری معلول می‌باشد، به این فکر می‌افتد + که باید قبل از مردن زندگی خانواده خود را تامین کند. + پس با توجه به آشناییش به علم شیمی، همراه با یکی از + شاگردان سابقش شروع به ساخت و فروش مواد مخدر می‌کند… + tagline: نام من را به خاطر بسپار + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + homepage: '' + name: '' + overview: >- + Parhaan miespuolisen draamanäyttelijän Emmyn + voittanut Bryan Cranston esittää Walter Whitea, + taitavaa kemistiä, joka on päätynyt kohtalon + oikuista opettajaksi ja osa-aikaiseksi + autopesulatyöntekijäksi. Kaikki muuttuu, kun Walter + kuulee sairastavansa parantumatonta syöpää. Hän + miettii keinoja turvata perheensä toimeentulo + jatkossakin ja keksii yllättävän ratkaisun: + huumekaupan. Walter ottaa kemistintaitonsa käyttöön + ja lähtee rikoksen poluille johtoajatuksenaan, ettei + hänellä ole mitään hävittävää. Vaarallisiin + huumekuvioihin sekaantuminen ei kuitenkaan tee + kiltistä Walterista hirviötä, päinvastoin. + tagline: '' + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + homepage: '' + name: ดับเครื่องชน คนดีแตก + overview: >- + ครูสอนเคมีในโรงเรียนมัธยมซึ่งกำลังใกล้ตายด้วยโรคมะเร็งต้องมาร่วมมือกับอดีตนักเรียน + เพื่อสร้างความมั่นคงให้กับครอบครัวก่อนที่เขาจะตายด้วยการผลิตยาไอซ์ขาย + tagline: '' + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + homepage: '' + name: 'Breaking Bad: A Química do Mal' + overview: >- + Ao saber que tem câncer, um professor passa a + fabricar metanfetamina pelo futuro da família, + mudando o destino de todos. + tagline: Se Lembre do meu Nome + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + homepage: '' + name: 'Breaking Bad : Le chimiste' + overview: >- + En phase terminale d'un cancer, un professeur de + chimie s'allie à un ancien élève pour assurer + l'avenir de sa famille en fabriquant et en vendant + de la méthamphétamine. + tagline: '' + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + - data: + homepage: '' + name: '' + overview: "Tras cumplir 50 años, Walter White, un profesor de química de un instituto de Albuquerque, Nuevo México, se entera de que tiene un cáncer de pulmón incurable. Casado con Skyler\_y con un hijo discapacitado, la brutal noticia lo impulsa a dar un drástico cambio a su vida: decide, con la ayuda de un antiguo alumno, fabricar anfetaminas y ponerlas a la venta. Lo que pretende es liberar a su familia de problemas económicos cuando se produzca el fatal desenlace." + tagline: '' + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + homepage: '' + name: Чиста хемија + overview: >- + Волтер Вајт је професор хемије у средњој школи, који + се окреће другој страни закона да би прехранио + трудну жену и сина са парализом, након што му је + постављена дијагноза рака плућа у поодмаклој фази. + tagline: Упамти моје име + english_name: Serbian + iso_3166_1: RS + iso_639_1: sr + name: Srpski + - data: + homepage: '' + name: 絕命毒師 + overview: 一名即將死於癌症的高中化學老師與他過去的學生一起合作,透過製造及販賣冰毒保障他家人的未來。 + tagline: 改變方程式。 + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + name: Tập làm người xấu + overview: >- + Một giáo viên dạy hóa ở trường trung học mắc bệnh + ung thư bắt tay với một cựu học sinh để bảo vệ tương + lai của gia đình bằng cách sản xuất và bán ma túy + đá. + tagline: '' + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + homepage: '' + name: Breaking Bad + overview: >- + En kreftsyk kjemilærer slår seg sammen med en + tidligere elev for å produsere og selge metamfetamin + slik at han kan sikre familiens framtid. + tagline: '' + english_name: Norwegian + iso_3166_1: 'NO' + iso_639_1: 'no' + name: Norsk + - data: + homepage: '' + name: Breaking Bad + overview: >- + Walter White és un aplicat professor d'institut, + pare de Walter White Jr, un jove discapacitat i + marit de Skyler White qui està embarassada. Quan la + vida ja era prou complicada per a Walter, li + diagnostiquen un càncer de pulmó terminal, i això el + porta a infringir la llei tot instal·lant un + laboratori de metamfetamina amb el seu antic + estudiant Jesse Pinkman per així assegurar el + benestar econòmic de la seva família quan ell ja no + hi sigui. + tagline: '' + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + homepage: '' + name: '' + overview: >- + Ketika Walter White, seorang guru kimia New Mexico, + didiagnosis dengan kanker stadium III dan diberi + prognosis hanya dua tahun lagi untuk hidup. Dia + dipenuhi dengan rasa tidak takut dan keinginan yang + tak henti-hentinya untuk mengamankan masa depan + keuangan keluarganya dengan biaya berapa pun ketika + dia memasuki dunia narkoba dan kejahatan yang + berbahaya. + tagline: '' + english_name: Indonesian + iso_3166_1: ID + iso_639_1: id + name: Bahasa indonesia + - data: + homepage: '' + name: Pārkāpt robežu + overview: '' + tagline: '' + english_name: Latvian + iso_3166_1: LV + iso_639_1: lv + name: Latviešu + - data: + homepage: '' + name: მძიმე დანაშაული + overview: >- + უოლტერ უაიტი ქიმიის მასწავლებელია სკოლაში, რომელსაც + ფილტვის სიმსივნე აღმოაჩნდა. იმ მიზნით რომ სიკვდილის + შემდეგ ოჯახს კარგი ფინანსურ მდგომარეობა დაუტოვოს, + იგი ცვლის საკუთარ ცხოვრებას - იწყებს მეტამფეტამინის + წარმოებას და გაყიდვას, რაშიც მისი ყოფილი მოწაფე ჯესი + პინკმენი ეხმარება. + tagline: '' + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + homepage: '' + name: Kriva pota + overview: >- + Serija nam prikaže kako lahko usodna diagnoza vpliva + na povsem običajnega, pridnega človeka in na njegovo + moralo ter ga spremeni v glavnega akterja trgovine z + mamili. Učitelj kemije Walter White živi s sinom + najstnikom, ki ima cerebralno paralizo in ženo + povsem običajno življenje v Novi Mehiki. Ko mu + postavijo diagnozo 3. stopnje raka in napovejo le še + dve leti življenja spozna, da nima več kaj za + izgubiti. Odloči se, da bo pred smrtjo svoji družini + zagotovil varno prihodnost, zato se Walt poda na pot + drog in kriminala. Začne proizvajati in prodajati + metamfetamin z enim od svojih nekdanjih študentov in + kmalu se izkaže, da je v tem zanj novem svetu + izjemno vešč... + tagline: Spremenite enačbo. + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + homepage: '' + name: 絕命毒師 + overview: >- + 該劇講述了一比特普通的高中化學老師在得知自己身患絕症之後,為了給家人留下財產,而利用自己超凡的化學知識製造毒品,並成為世界頂級毒王的傳奇犯罪故事。 + tagline: '' + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + name: '' + overview: '' + tagline: '' + english_name: Burmese + iso_3166_1: MY + iso_639_1: my + name: '' + examples: + translations: + value: + id: 1396 + translations: + - data: + homepage: '' + name: '' + overview: >- + Walter White, a New Mexico chemistry teacher, is + diagnosed with Stage III cancer and given a + prognosis of only two years left to live. He becomes + filled with a sense of fearlessness and an + unrelenting desire to secure his family's financial + future at any cost as he enters the dangerous world + of drugs and crime. + tagline: Change the equation. + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + homepage: '' + name: '' + overview: >- + Walter White ist ein schlafwandelnd durchs Leben + gehender Highschool Chemielehrer. An seinem 50. + Geburtstag wird bei ihm Krebs im Endstadium + diagnostiziert. Um die finanzielle Zukunft für seine + schwangere Frau und seinen behinderten Sohn zu + sichern und weil er an der Schwelle des Todes nichts + mehr zu verlieren hat, beschließt er seine + Fähigkeiten als Chemiker gewinnbringend einzusetzen. + Gemeinsam mit seinem ehemaligen Schüler Jesse + Pinkman beginnt er Methamphetamin zu kochen. + tagline: '' + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + homepage: '' + name: '' + overview: >- + Walter White, professeur de chimie dans un lycée + d'Albuquerque au Nouveau-Mexique, est atteint d'un + cancer pulmonaire en phase terminale. Il s'associe à + Jesse Pinkman, un ancien élève, cancre, toxicomane + et dealer, afin d'assurer l'avenir financier de sa + famille après son décès. L'improbable duo va alors + synthétiser et commercialiser la plus pure + méthamphétamine en cristaux jamais vue dans les + Amériques. + tagline: Souviens-toi de mon nom. + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + homepage: '' + name: '' + overview: >- + Walter White is scheikundeleraar. Op het moment dat + zijn vrouw zwanger is van hun tweede kind, stort + Walters wereld in. De dokter heeft namelijk + vastgesteld dat hij terminaal ziek is. Walter heeft + longkanker en lijkt niet lang meer te zullen leven. + Om ervoor te zorgen dat zijn gezin na zijn dood niet + in een financiële crisis belandt, besluit Walter + over te schakelen naar een leven als crimineel. Met + de hulp van Jesse Pinkman, een uitgevallen leerling + die in zijn klas heeft gezeten, maakt en verkoopt + hij de drug crystal meth. + tagline: '' + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + homepage: '' + name: '' + overview: >- + Kanserden öleceğini öğrenen bir kimya öğretmeni, + ailesinin geleceğini garanti altına almak için + metamfetamin üretip satmak üzere eski bir + öğrencisiyle kafa kafaya verir. + tagline: Tehlike benim! + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + homepage: '' + name: Perníkový tatko + overview: >- + Stredoškolskému učiteľovi chémie je diagnostikovaná + rakovina a tak sa rozhodne pred svojou smrťou + zaopatriť výrobou metam­fetamínu svoju rodinu. + Seriál vyniká úplne famóznou premenou hlavnej + postavy z obyčajného človeka na kľúčovú postavu + drogového obchodu a skutočného bossa. + tagline: '' + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + homepage: '' + name: Во все тяжкие + overview: >- + Вся жизнь немолодого школьного учителя химии Уолтера + Уайта — это борьба. Его зарплаты не хватает на + содержание беременной жены и сына-инвалида, поэтому + учитель вынужден подрабатывать на автомойке. Но всё + меняется, когда Уолтеру ставят страшный диагноз — + неоперабельный рак лёгких. + tagline: '' + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + homepage: '' + name: Totál szívás + overview: >+ + Walter (Bryan Cranstom), a kémiatanár az 50. + születésnapján tudja meg, hogy végső stádiumú + tüdőrákban szenved és alig egy éve van hátra. + Szereti a várandós feleségét és gondozásra szoruló + tinédzser fiát, ezért úgy dönt, hátralevő idejében a + lehető legtöbb pénzt gyűjti össze. Erre azonban csak + a törvény másik oldalán van lehetősége, ezért + szövetkezik egykori, drogdíler diákjával és + belefognak a metamfetamin gyártásába. Hamar kiderül, + hogy Walterrel ellentétben Jesse egy pancser, és már + az első üzletkötésnél összehoz másfél hullát. Walter + elindul a lejtőn, ahol nincs megállás. + + tagline: '' + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + homepage: '' + name: 绝命毒师 + overview: >- + 新墨西哥州的高中化学老师沃尔特·H·怀特是拮据家庭的唯一经济来源。他大半生安分守己,兢兢业业,却在50岁生日之际突然得知自己罹患肺癌晚期的噩耗,原本便不甚顺意的人生顿时雪上加霜。为了保障怀孕的妻子斯凯勒和残疾的儿子小沃特能在自己死后衣食无忧,沃尔特决意铤而走险。他主动找到曾经的学生、而今的毒贩小混混杰西·平克曼谈合作,并运用娴熟高超的化学技术提炼出高纯度冰毒交给后者贩售。孰料事态的发展却在平克曼带回毒品供销商疯狂小八及其表弟后急转直下,沃尔特的人生也由此彻底步向失控。他被迫开始了教书与制毒的双重生活,逐渐坠落至万劫不复的深渊。 + tagline: '' + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + name: '' + overview: >- + Tras cumplir 50 años, Walter White (Bryan Cranston), + un profesor de química de un instituto de + Albuquerque, Nuevo México, se entera de que tiene un + cáncer de pulmón incurable. Casado con Skyler (Anna + Gunn) y con un hijo discapacitado (RJ Mitte), la + brutal noticia lo impulsa a dar un drástico cambio a + su vida: decide, con la ayuda de un antiguo alumno + (Aaron Paul), fabricar anfetaminas y ponerlas a la + venta. Lo que pretende es liberar a su familia de + problemas económicos cuando se produzca el fatal + desenlace. + tagline: Recuerda mi nombre + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + homepage: '' + name: '' + overview: >- + Ένας καθηγητής που πάσχει από καρκίνο συνεργάζεται + με έναν πρώην μαθητή για να εξασφαλίσει το μέλλον + της οικογένειάς του, παρασκευάζοντας και πουλώντας + μεθαμφεταμίνη. + tagline: Να θυμάσαι το όνομά μου + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + homepage: '' + name: Ruptura Total + overview: >- + Um professor do secundário com cancro do pulmão + terminal junta-se a um ex-aluno para fabricar e + vender metanfetaminas como forma de garantir o + futuro da sua família. + tagline: '' + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + homepage: '' + name: Breaking Bad + overview: >- + Un insegnante di chimica con un cancro allo stadio + terminale comincia a produrre e spacciare + metanfetamina con un suo ex studente per assicurare + un futuro alla famiglia. + tagline: '' + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + homepage: '' + name: В обувките на Сатаната + overview: "Обикновения и нехаризматичен учител по химия – Уолтър открива нова страст в живота си, след като разбира, че е болен от рак в последен стадий.\_Освен че е пожънал множество успехи в химията, Уолтър обучава апатични гимназисти и работи на непълен работен ден в една автомивка, за да издържа семейството си. Доходите на жена му са съвсем скромни, а синът им Уолтър младши - твърдоглав 17-годишен тийнейджър, страда от церебрална парализа. За да осигури прехраната на любимите си хора\_Уолтър си поставя нови цели и се отдава на вълнуващ престъпен живот." + tagline: Запомнете името ми + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + homepage: '' + name: '' + overview: >- + Dramă premiată cu două statuete Emmy de mare + audiență, serialul spune povestea lui Walter, un + profesor de chimie care, lovit în plin de criza de + la mijlocul vieții - cea mai gravă criză din câte + s-au văzut vreodată -, începe să încalce legea prin + fapte de o gravitate din ce în ce mai mare. + tagline: Amintește-ți numele meu. + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + homepage: '' + name: 브레이킹 배드 + overview: >- + 2008년 1월 AMC에서 방영을 시작한 범죄 스릴러. Breaking Bad는 막가기를 + 뜻하는 미국 남부 지방의 속어이다. 한때 노벨화학상까지 바라 볼 정도로 뛰어난 과학자였던 + 고등학교 화학 교사 월터 화이트는 자신의 50세 생일 날에 폐암 3기 진단을 받는다. 어느 날 + 동서와 함께 마약 단속 현장을 참관한 그는 현장에서 달아나는 옛 제자 제시를 발견한다. + 뇌성마비에 걸린 고등학생 아들과 임신한 아내를 위해 제시에게 동업을 제의한 월터는 자신의 + 화학지식을 이용해 전례없는 고순도 고품질의 메스암페타민을 제조한다. + tagline: '' + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + homepage: '' + name: שובר שורות + overview: >- + סדרת דרמה המתמקדת בוולטר וויט, מורה לכימיה בתיכון + שסובל ממקרה חמור של משבר אמצע החיים, בנוסף הוא מתבשר + שהינו גוסס ממחלה קשה. על מנת לממן את הטיפולים היקרים + ולדאוג לעתיד משפחתו הוא חובר לתלמיד לשעבר והופך + ליצרן וסוחר במתאמפטמין. + tagline: '' + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + homepage: '' + name: '' + overview: >- + Głównym bohaterem "Breaking Bad" jest Walter White + (Bryan Cranston), nauczyciel chemii mieszkający w + Nowym Meksyku wraz z żoną (Anna Gunn) oraz + nastoletnim synem (RJ Mitte) cierpiącym na porażenie + mózgowe. Kiedy u Waltera zostaje zdiagnozowany rak w + trzecim stadium, lekarze rokują, że pozostały mu dwa + lata życia. Dzięki tym prognozom Walter wyzbywa się + wszelkich lęków i pragnąc zabezpieczyć swoją rodzinę + finansowo decyduje się wkroczyć do niebezpiecznego + świata narkotyków i zbrodni. Serial ukazuje jak + śmiertelna diagnoza jaką postawiono White'owi, + zwyczajnemu mężczyźnie z typowymi, codziennymi + problemami zmienia go z łagodnego domatora w trzon + narkotykowej branży. + tagline: '' + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + homepage: '' + name: '' + overview: >- + Efter at være blevet diagnosticeret med kræft og + givet blot to år tilbage at leve i forsøger + kemilæreren Walter at sikre sin families fremtidige + økonomiske situation ved at slå sig sammen med en + tidligere studerende, Jesse, for at producere og + sælge det ulovlige stof amfetamin. Mens Walter + langsomt bygger sit imperium op, begynder hans kone + Skyler at undre sig over hans uregelmæssige adfærd, + og politiet sætter jagten ind på kvarterets nye + bagmand. + tagline: '' + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + homepage: '' + name: Perníkový táta + overview: >- + Co se stane, když u středoškolského oceňovaného + učitele chemie diagnostikují rakovinu plic v + pokročilém stádiu? Dá se na kriminální dráhu jako + drogový dealer, aby stihl vydělat co nejvíce peněz + pro svou těhotnou ženu... + tagline: '' + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + homepage: '' + name: ブレイキング・バッド + overview: >- + 主人公のウォルターは冴えない高校の化学教師だが、自身が末期がんに冒されていることを知った後、新しい人生に目覚める。かつては成功を嘱望される化学者だったウォルターだが、今はやる気のない高校生に授業を行うかたわら、洗車のアルバイトをして家計を助ける身。妻のスカイラーは、eBayでの売買でほどほどの稼ぎを得ていた。息子のウォルター・ジュニアは17才。意志の強い若者だったが、脳性まひに苦しんでいた。家族に残せるものがほとんどないことに気がついたウォルターは、新しい人生の目的に目覚め、愛する家族に財産を残すため犯罪に手を染めていく。 + tagline: 私の名は… + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + homepage: '' + name: Пуститися берега + overview: >- + Шкільний учитель хімії Волтер Вайт дізнається, що + хворий на рак легенів. З огляду на складний + фінансовий стан справ сім'ї, а також перспективи, + Волтер вирішує зайнятися виготовленням + метамфетаміну. Для цього він залучає свого + колишнього учня Джессі Пінкмана, колись виключеного + зі школи за активного сприяння Вайта. Пінкман сам + займався «варінням мету», але напередодні, в ході + рейду УБН, він позбувся напарника і лабораторії. + tagline: '' + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + homepage: '' + name: '' + overview: >- + Walter White, en alldaglig high school-kemilärare i + 50-årsåldern som även extraknäcker på en biltvätt + lever ett stillsamt liv, i ett oengagerat äktenskap + med sin gravida, TV-shoppande fru Skyler och deras + tonårige son Walter Jr., som lider av en lätt + CP-skada När Walt Senior blir diagnostiserad med + lungcancer, bestämmer han sig för att slå sig in på + den brottsliga banan, för att kunna få ihop ett + kapital att lämna efter sig vid sin kommande död. + Han sätter upp ett "meth lab" och kokar metamfetamin + tillsammans med sin tidigare elev, Jesse Pinkman. + tagline: '' + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + homepage: '' + name: '' + overview: >- + Walter White je srednjovječni profesor kemije koji + jednog dana doznaje da boluje od neizlječivog raka + pluća, a prognoze nisu sjajne. Uz sve to, ima + hendikepirano dijete i trudnu ženu. Prije nego umre, + odlučuje da će se pobrinuti za svoju obitelj pa u + podrumu stvori laboratorij za proizvodnju droge. + Seriju je stvorio Vince Gilligan koji je radio i na + „Dosjeima X“, omiljenoj seriji svih zaljubljenika u + mistično i natprirodno. Mnogi kritičari pohvalili su + odličnu glumu, a serija je općenito dobro prihvaćena + i spada među favorite svih fanova pomaknutog humora. + tagline: '' + english_name: Bosnian + iso_3166_1: BS + iso_639_1: bs + name: Bosanski + - data: + homepage: '' + name: Na putu prema dolje + overview: >- + 'Na putu prema dolje' prati neobičan i opasan + životni put nimalo karizmatičnog i isprva vrlo + prosječnog profesora kemije, Waltera Whitea, čiji + život se potpuno preokrene kada sazna da je obolio + od karcinoma. + tagline: Upamti moje ime. + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + homepage: '' + name: Bręstantis blogis + overview: >- + Chemijos mokytojas su žmona ir neįgaliu paaugliu + sūnumi gyvena Naujojoje Meksikoje. Netikėtai jam + nustatomas trečios stadijos vėžys, medikai teigia, + kad gyventi beliko metai. Ši žinia ramų vyriškį + išlaisvina iš bet kokių baimių ir visuomenės normų. + Norėdamas užtikrinti šeimai gerą materialinę ateitį, + jis pradeda gaminti aukščiausios kokybės amfetaminą. + Mirtina diagnozė tykų namisėdą paverčia narkotikų + pasaulio karaliuku. + tagline: '' + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + homepage: '' + name: Halvale teele + overview: >- + "Halvale teele" on huumorivarjundiga draamasari + keemiaõpetaja Walter White'ist (rolli eest Emmy + auhinna võitnud Bryan Cranston), keda on tabanud + pingeline keskeakriis. Lisaks erivajadustega + teismelisele pojale ja naisele, kes temasse külmalt + suhtub, diagnoositakse tal ravimatu kopsuvähk. + Jõudnud otsusele, et tema elu väärtus on äärmiselt + kaheldav, otsustab ta oma endise õpilase, + narkomaanist eluheidiku Jesse Pinkmaniga (Aaron + Paul) hakata keetma metamfetamiini, ja kus oleks + seda parem teha, kui keset kõrbe ja vagunelamus? + tagline: '' + english_name: Estonian + iso_3166_1: EE + iso_639_1: et + name: Eesti + - data: + homepage: '' + name: اختلال ضال + overview: "تدور أحداث المسلسل بشكل رئيسي عن والتر وايت أستاذ في مدرسة ثانوية لمادة الكيمياء وعبقري في اختصاصه يكتشف اصابته بمرض السرطان، وبسبب عدم امتلاكه للمال الكافي لتغطية تكاليف العلاج اللازم له يتجه نحو إنتاج المخدرات مع طالب سابق عنده \_جيسي بينكمان وبعد بدئه في الإنتاج واكتشافه للمردود القادم من بيع المخدرات تصبح إرادته في كسب المزيد من المال لتأمين مستقبل أفضل لعائلته بعد وفاته." + tagline: هايزنبرغ + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + homepage: '' + name: بریکینگ بد + overview: >- + داستان سریال درباره یک معلم شیمی میانسال است که + متوجه می‌شود که دارای سرطان ریه است و ۲ سال بیشتر + وقت برای زندگی ندارد. او که وضع مالی خوبی ندارد و + دارای همسر و پسری معلول می‌باشد، به این فکر می‌افتد + که باید قبل از مردن زندگی خانواده خود را تامین کند. + پس با توجه به آشناییش به علم شیمی، همراه با یکی از + شاگردان سابقش شروع به ساخت و فروش مواد مخدر می‌کند… + tagline: نام من را به خاطر بسپار + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + homepage: '' + name: '' + overview: >- + Parhaan miespuolisen draamanäyttelijän Emmyn + voittanut Bryan Cranston esittää Walter Whitea, + taitavaa kemistiä, joka on päätynyt kohtalon + oikuista opettajaksi ja osa-aikaiseksi + autopesulatyöntekijäksi. Kaikki muuttuu, kun Walter + kuulee sairastavansa parantumatonta syöpää. Hän + miettii keinoja turvata perheensä toimeentulo + jatkossakin ja keksii yllättävän ratkaisun: + huumekaupan. Walter ottaa kemistintaitonsa käyttöön + ja lähtee rikoksen poluille johtoajatuksenaan, ettei + hänellä ole mitään hävittävää. Vaarallisiin + huumekuvioihin sekaantuminen ei kuitenkaan tee + kiltistä Walterista hirviötä, päinvastoin. + tagline: '' + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + homepage: '' + name: ดับเครื่องชน คนดีแตก + overview: >- + ครูสอนเคมีในโรงเรียนมัธยมซึ่งกำลังใกล้ตายด้วยโรคมะเร็งต้องมาร่วมมือกับอดีตนักเรียน + เพื่อสร้างความมั่นคงให้กับครอบครัวก่อนที่เขาจะตายด้วยการผลิตยาไอซ์ขาย + tagline: '' + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + homepage: '' + name: 'Breaking Bad: A Química do Mal' + overview: >- + Ao saber que tem câncer, um professor passa a + fabricar metanfetamina pelo futuro da família, + mudando o destino de todos. + tagline: Se Lembre do meu Nome + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + homepage: '' + name: 'Breaking Bad : Le chimiste' + overview: >- + En phase terminale d'un cancer, un professeur de + chimie s'allie à un ancien élève pour assurer + l'avenir de sa famille en fabriquant et en vendant + de la méthamphétamine. + tagline: '' + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + - data: + homepage: '' + name: '' + overview: "Tras cumplir 50 años, Walter White, un profesor de química de un instituto de Albuquerque, Nuevo México, se entera de que tiene un cáncer de pulmón incurable. Casado con Skyler\_y con un hijo discapacitado, la brutal noticia lo impulsa a dar un drástico cambio a su vida: decide, con la ayuda de un antiguo alumno, fabricar anfetaminas y ponerlas a la venta. Lo que pretende es liberar a su familia de problemas económicos cuando se produzca el fatal desenlace." + tagline: '' + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + homepage: '' + name: Чиста хемија + overview: >- + Волтер Вајт је професор хемије у средњој школи, који + се окреће другој страни закона да би прехранио + трудну жену и сина са парализом, након што му је + постављена дијагноза рака плућа у поодмаклој фази. + tagline: Упамти моје име + english_name: Serbian + iso_3166_1: RS + iso_639_1: sr + name: Srpski + - data: + homepage: '' + name: 絕命毒師 + overview: 一名即將死於癌症的高中化學老師與他過去的學生一起合作,透過製造及販賣冰毒保障他家人的未來。 + tagline: 改變方程式。 + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + name: Tập làm người xấu + overview: >- + Một giáo viên dạy hóa ở trường trung học mắc bệnh + ung thư bắt tay với một cựu học sinh để bảo vệ tương + lai của gia đình bằng cách sản xuất và bán ma túy + đá. + tagline: '' + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + homepage: '' + name: Breaking Bad + overview: >- + En kreftsyk kjemilærer slår seg sammen med en + tidligere elev for å produsere og selge metamfetamin + slik at han kan sikre familiens framtid. + tagline: '' + english_name: Norwegian + iso_3166_1: 'NO' + iso_639_1: 'no' + name: Norsk + - data: + homepage: '' + name: Breaking Bad + overview: >- + Walter White és un aplicat professor d'institut, + pare de Walter White Jr, un jove discapacitat i + marit de Skyler White qui està embarassada. Quan la + vida ja era prou complicada per a Walter, li + diagnostiquen un càncer de pulmó terminal, i això el + porta a infringir la llei tot instal·lant un + laboratori de metamfetamina amb el seu antic + estudiant Jesse Pinkman per així assegurar el + benestar econòmic de la seva família quan ell ja no + hi sigui. + tagline: '' + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + homepage: '' + name: '' + overview: >- + Ketika Walter White, seorang guru kimia New Mexico, + didiagnosis dengan kanker stadium III dan diberi + prognosis hanya dua tahun lagi untuk hidup. Dia + dipenuhi dengan rasa tidak takut dan keinginan yang + tak henti-hentinya untuk mengamankan masa depan + keuangan keluarganya dengan biaya berapa pun ketika + dia memasuki dunia narkoba dan kejahatan yang + berbahaya. + tagline: '' + english_name: Indonesian + iso_3166_1: ID + iso_639_1: id + name: Bahasa indonesia + - data: + homepage: '' + name: Pārkāpt robežu + overview: '' + tagline: '' + english_name: Latvian + iso_3166_1: LV + iso_639_1: lv + name: Latviešu + - data: + homepage: '' + name: მძიმე დანაშაული + overview: >- + უოლტერ უაიტი ქიმიის მასწავლებელია სკოლაში, რომელსაც + ფილტვის სიმსივნე აღმოაჩნდა. იმ მიზნით რომ სიკვდილის + შემდეგ ოჯახს კარგი ფინანსურ მდგომარეობა დაუტოვოს, + იგი ცვლის საკუთარ ცხოვრებას - იწყებს მეტამფეტამინის + წარმოებას და გაყიდვას, რაშიც მისი ყოფილი მოწაფე ჯესი + პინკმენი ეხმარება. + tagline: '' + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + homepage: '' + name: Kriva pota + overview: >- + Serija nam prikaže kako lahko usodna diagnoza vpliva + na povsem običajnega, pridnega človeka in na njegovo + moralo ter ga spremeni v glavnega akterja trgovine z + mamili. Učitelj kemije Walter White živi s sinom + najstnikom, ki ima cerebralno paralizo in ženo + povsem običajno življenje v Novi Mehiki. Ko mu + postavijo diagnozo 3. stopnje raka in napovejo le še + dve leti življenja spozna, da nima več kaj za + izgubiti. Odloči se, da bo pred smrtjo svoji družini + zagotovil varno prihodnost, zato se Walt poda na pot + drog in kriminala. Začne proizvajati in prodajati + metamfetamin z enim od svojih nekdanjih študentov in + kmalu se izkaže, da je v tem zanj novem svetu + izjemno vešč... + tagline: Spremenite enačbo. + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + homepage: '' + name: 絕命毒師 + overview: >- + 該劇講述了一比特普通的高中化學老師在得知自己身患絕症之後,為了給家人留下財產,而利用自己超凡的化學知識製造毒品,並成為世界頂級毒王的傳奇犯罪故事。 + tagline: '' + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + homepage: '' + name: '' + overview: '' + tagline: '' + english_name: Burmese + iso_3166_1: MY + iso_639_1: my + name: '' + + /tv/{series_id}/videos: + get: + tags: + - TV SERIES + summary: Videos + description: This endpoint get the videos that belong to a TV show. + operationId: videos1 + parameters: + - name: include_video_language + in: query + description: Filters returned videos based on specified languages. Filter the list results by language, supports more than one value by using a comma + schema: + type: string + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: videos + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=17381 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:41:58 GMT + ETag: + schema: + type: string + example: W/"c057e28bc9d69aa5c71a29fa8c55ce84" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: rkkynBSAo9g_bXj__GA6KuQ-Dv4xJuVbL12fI4RQLW0p4yq_GNPVxg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '8021' + x-memc-expires: + schema: + type: string + example: '17381' + x-memc-key: + schema: + type: string + example: b940f1bff44e335ad51237535fa18356 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + results: + type: array + items: + type: object + properties: + id: + type: string + example: 5759db2fc3a3683e7c003df7 + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + key: + type: string + example: XZ8daibM3AE + name: + type: string + example: Series Trailer + official: + type: boolean + example: true + published_at: + type: string + example: '2013-03-25T16:28:54.000Z' + site: + type: string + example: YouTube + size: + type: number + example: 480 + type: + type: string + example: Trailer + example: + - id: 5759db2fc3a3683e7c003df7 + iso_3166_1: US + iso_639_1: en + key: XZ8daibM3AE + name: Series Trailer + official: true + published_at: '2013-03-25T16:28:54.000Z' + site: YouTube + size: 480 + type: Trailer + examples: + videos: + value: + id: 1396 + results: + - id: 5759db2fc3a3683e7c003df7 + iso_3166_1: US + iso_639_1: en + key: XZ8daibM3AE + name: Series Trailer + official: true + published_at: '2013-03-25T16:28:54.000Z' + site: YouTube + size: 480 + type: Trailer + + /tv/{series_id}/watch/providers: + get: + tags: + - TV SERIES + summary: Watch Providers + description: This endpoint get the list of streaming providers we have for a TV show. + operationId: watchProviders1 + parameters: + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: watch providers + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=14543 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:44:18 GMT + ETag: + schema: + type: string + example: W/"4b6d1f3669fac384b9641f990315cfba" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 d9057c384f4ac5ba2672d2ff44de7e08.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Dx-VD06AsEFWAuArrrKVsauzGU7dF_sF9nl1-4YIkzGihaGcYFL6Tg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '7508' + x-memc-expires: + schema: + type: string + example: '14543' + x-memc-key: + schema: + type: string + example: 0f3bf2db4a11b540d3995695efad4663 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1396 + results: + type: object + properties: + AD: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AD + AE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AE + AG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AG + AL: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AL + AO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AO + AR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AR + AT: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 3 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 7 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 12 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 14 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AT + AU: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 10 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 10 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 17 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 31 + logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg + provider_id: 436 + provider_name: Fetch TV + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: + type: number + example: 21 + provider_name: + type: string + example: Stan + example: + - display_priority: 9 + logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: 21 + provider_name: Stan + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AU + AZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 2 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AZ + BA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BA + BB: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BB + BE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BE + BG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BG + BH: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BH + BO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BO + BR: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 15 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 15 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 46 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BR + BS: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BS + BY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BY + BZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 7 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 7 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BZ + CA: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 110 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CA + CH: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 5 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CH + CI: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CI + CL: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CL + CM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CM + CO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 2 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CO + CR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CR + CU: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CU + CV: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CV + CY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 7 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 7 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CY + CZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CZ + DE: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 9 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 17 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 18 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + - display_priority: 24 + logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg + provider_id: 178 + provider_name: MagentaTV + - display_priority: 32 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 145 + logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg + provider_id: 1993 + provider_name: Videoload + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 102 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DE + DK: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 16 + logo_path: + type: string + example: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: + type: number + example: 423 + provider_name: + type: string + example: Blockbuster + example: + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DK + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 17 + logo_path: + type: string + example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: + type: number + example: 426 + provider_name: + type: string + example: SF Anytime + example: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + DO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DO + DZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DZ + EC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EC + EE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EE + EG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EG + ES: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 18 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 18 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 63 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + - display_priority: 68 + logo_path: /8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg + provider_id: 1838 + provider_name: Tivify + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ES + FI: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 15 + logo_path: + type: string + example: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: + type: number + example: 423 + provider_name: + type: string + example: Blockbuster + example: + - display_priority: 15 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 16 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FI + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 16 + logo_path: + type: string + example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: + type: number + example: 426 + provider_name: + type: string + example: SF Anytime + example: + - display_priority: 16 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + FJ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FJ + FR: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 11 + logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg + provider_id: 61 + provider_name: Orange VOD + - display_priority: 14 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 20 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 121 + logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg + provider_id: 2286 + provider_name: VIVA by videofutur + - display_priority: 124 + logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg + provider_id: 2307 + provider_name: Premiere Max + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 71 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FR + GB: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 5 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 7 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 17 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priority: 18 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 98 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GB + GF: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GF + GG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GG + GH: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GH + GQ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GQ + GR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GR + GT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GT + HK: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HK + HN: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HN + HU: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HU + ID: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ID + IE: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: + type: number + example: 130 + provider_name: + type: string + example: Sky Store + example: + - display_priority: 9 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IE + IL: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IL + IN: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IN + IQ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IQ + IS: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IS + IT: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 23 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 63 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IT + JM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JM + JO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JO + JP: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 8 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 27 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JP + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + KE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KE + KR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 28 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KR + KW: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KW + LB: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LB + LC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LC + LI: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LI + LT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LT + LU: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 8 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 8 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LU + LV: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LV + LY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LY + MA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MA + MC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MC + ME: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ME + MG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MG + MK: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MK + ML: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ML + MT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MT + MU: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MU + MX: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 13 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 8 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 8 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 46 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MX + MZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MZ + NE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NE + NG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NG + NI: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 11 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 11 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NI + NL: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 14 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 14 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NL + 'NO': + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NO + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 17 + logo_path: + type: string + example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: + type: number + example: 426 + provider_name: + type: string + example: SF Anytime + example: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + NZ: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: + type: number + example: 273 + provider_name: + type: string + example: Neon TV + example: + - display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NZ + OM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=OM + PA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PA + PE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 2 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PE + PF: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PF + PH: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PH + PK: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PK + PL: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PL + PT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PT + PY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PY + QA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=QA + RO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RO + RS: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RS + RU: + type: object + properties: + ads: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 20 + logo_path: + type: string + example: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg + provider_id: + type: number + example: 577 + provider_name: + type: string + example: TvIgle + example: + - display_priority: 20 + logo_path: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg + provider_id: 577 + provider_name: TvIgle + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RU + SA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SA + SC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SC + SE: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 8 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 8 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SE + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 17 + logo_path: + type: string + example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: + type: number + example: 426 + provider_name: + type: string + example: SF Anytime + example: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + SG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SG + SI: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SI + SK: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SK + SM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SM + SN: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SN + SV: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SV + TC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TC + TD: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TD + TH: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TH + TN: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TN + TR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 3 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TR + TT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TT + TW: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TW + TZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TZ + UG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=UG + US: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 16 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 175 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=US + UY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=UY + VE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=VE + YE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=YE + ZA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZA + ZM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZM + ZW: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZW + examples: + watch providers: + value: + id: 1396 + results: + AD: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AD + AE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AE + AG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AG + AL: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AL + AO: + flatrate: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AO + AR: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AR + AT: + buy: + - display_priority: 3 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 7 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 12 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 14 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AT + AU: + buy: + - display_priority: 10 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 17 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 31 + logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg + provider_id: 436 + provider_name: Fetch TV + flatrate: + - display_priority: 9 + logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: 21 + provider_name: Stan + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AU + AZ: + flatrate: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=AZ + BA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BA + BB: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BB + BE: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BE + BG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BG + BH: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BH + BO: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BO + BR: + buy: + - display_priority: 15 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 46 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BR + BS: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BS + BY: + flatrate: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BY + BZ: + flatrate: + - display_priority: 7 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=BZ + CA: + buy: + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 110 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CA + CH: + buy: + - display_priority: 5 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CH + CI: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CI + CL: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CL + CM: + flatrate: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CM + CO: + flatrate: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CO + CR: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CR + CU: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CU + CV: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CV + CY: + flatrate: + - display_priority: 7 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CY + CZ: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=CZ + DE: + buy: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 9 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 17 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 18 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + - display_priority: 24 + logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg + provider_id: 178 + provider_name: MagentaTV + - display_priority: 32 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 145 + logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg + provider_id: 1993 + provider_name: Videoload + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 102 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DE + DK: + buy: + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DK + rent: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + DO: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DO + DZ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=DZ + EC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EC + EE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EE + EG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=EG + ES: + buy: + - display_priority: 18 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 63 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + - display_priority: 68 + logo_path: /8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg + provider_id: 1838 + provider_name: Tivify + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ES + FI: + buy: + - display_priority: 15 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 16 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FI + rent: + - display_priority: 16 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + FJ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FJ + FR: + buy: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 11 + logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg + provider_id: 61 + provider_name: Orange VOD + - display_priority: 14 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 20 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 121 + logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg + provider_id: 2286 + provider_name: VIVA by videofutur + - display_priority: 124 + logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg + provider_id: 2307 + provider_name: Premiere Max + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 71 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=FR + GB: + buy: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 5 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 7 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 17 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priority: 18 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 98 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GB + GF: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GF + GG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GG + GH: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GH + GQ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GQ + GR: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GR + GT: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=GT + HK: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HK + HN: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HN + HU: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=HU + ID: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ID + IE: + buy: + - display_priority: 9 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IE + IL: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IL + IN: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IN + IQ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IQ + IS: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IS + IT: + buy: + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 63 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=IT + JM: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JM + JO: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JO + JP: + buy: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 8 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 27 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=JP + rent: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + KE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KE + KR: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 28 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KR + KW: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=KW + LB: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LB + LC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LC + LI: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LI + LT: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LT + LU: + flatrate: + - display_priority: 8 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LU + LV: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LV + LY: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=LY + MA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MA + MC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MC + ME: + flatrate: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ME + MG: + flatrate: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MG + MK: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MK + ML: + flatrate: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ML + MT: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MT + MU: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MU + MX: + buy: + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 8 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 46 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MX + MZ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=MZ + NE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NE + NG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NG + NI: + flatrate: + - display_priority: 11 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NI + NL: + buy: + - display_priority: 14 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NL + 'NO': + buy: + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NO + rent: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + NZ: + buy: + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=NZ + OM: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=OM + PA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PA + PE: + flatrate: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PE + PF: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PF + PH: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PH + PK: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PK + PL: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PL + PT: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PT + PY: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=PY + QA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=QA + RO: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RO + RS: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RS + RU: + ads: + - display_priority: 20 + logo_path: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg + provider_id: 577 + provider_name: TvIgle + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=RU + SA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SA + SC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SC + SE: + buy: + - display_priority: 8 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SE + rent: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + SG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SG + SI: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SI + SK: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SK + SM: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SM + SN: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SN + SV: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=SV + TC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TC + TD: + flatrate: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TD + TH: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TH + TN: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TN + TR: + flatrate: + - display_priority: 3 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TR + TT: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TT + TW: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TW + TZ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=TZ + UG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=UG + US: + buy: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 16 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 175 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=US + UY: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=UY + VE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=VE + YE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=YE + ZA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZA + ZM: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZM + ZW: + flatrate: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/watch?locale=ZW + + /tv/{series_id}/rating: + post: + tags: + - TV SERIES + summary: Add Rating + description: This endpoint rate a TV show and save it to your rated list. + operationId: addRating1 + parameters: + - name: guest_session_id + in: query + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/series_id' + requestBody: + content: + application/json: + schema: + type: object + properties: + value: + type: number + example: 8.5 + description: The rating score for the TV series + examples: + Add Rating: + value: + value: 8.5 + responses: + '201': + description: add rating + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '60' + Date: + schema: + type: string + example: Sun, 05 Jan 2025 22:48:38 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c974a69619205281e0e6b8e73f95e4b4.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: P4XhFxZvjKLjFlYmfBEvGlIF8CJyZ9ku3InevJhxVi3WmwJAnCxNsw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"4543905c5703940a323f39bb4fdcba82" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + type: object + properties: + status_code: + type: number + example: 1 + status_message: + type: string + example: Success. + success: + type: boolean + example: true + examples: + add rating: + value: + status_code: 1 + status_message: Success. + success: true + delete: + tags: + - TV SERIES + summary: Delete Rating + description: This endpoint delete a rating for a TV series. + operationId: deleteRating + parameters: + - name: guest_session_id + in: query + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: delete rating + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: br + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:02:12 GMT + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 c34bd35d24f6df50307d1ac92d0f6110.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: ogsk6m02zd2B0ylI71pbEPoCMHG6AVFB-gykYmrSGiaw4z-PgDiXYw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"0566f98871ddfd7f6ade28aaefb5167d" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + type: object + properties: + status_code: + type: number + example: 13 + status_message: + type: string + example: The item/record was deleted successfully. + success: + type: boolean + example: true + examples: + delete rating: + value: + status_code: 13 + status_message: The item/record was deleted successfully. + success: true + + /tv/{series_id}/season/{season_number}: + get: + tags: + - TV SEASONS + summary: Details + description: This endpoint query the details of a TV season. + operationId: details12 + parameters: + + - $ref: '#/components/parameters/append_to_response' + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: details / episode number + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=11519 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:20:51 GMT + ETag: + schema: + type: string + example: W/"d8c5cee6c5e4e085654872ca39000544" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 d9057c384f4ac5ba2672d2ff44de7e08.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: C7xFtsIsI9vSCVXwtQxDc3yy3ln9GW7t-63MQzGB9Y3Np2-X7eYNmQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16689' + x-memc-expires: + schema: + type: string + example: '11519' + x-memc-key: + schema: + type: string + example: da7a14b5c77a8855ffda4ad2ebc45b81 + content: + application/json: + schema: + type: object + properties: + _id: + type: string + example: 52542272760ee313280005f8 + air_date: + type: string + example: '2008-01-20' + episodes: + type: array + items: + type: object + properties: + air_date: + type: string + example: '2008-01-20' + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + credit_id: + type: string + example: 52542275760ee313280006ce + department: + type: string + example: Writing + gender: + type: number + example: 2 + id: + type: number + example: 66633 + job: + type: string + example: Writer + known_for_department: + type: string + example: Writing + name: + type: string + example: Vince Gilligan + original_name: + type: string + example: Vince Gilligan + popularity: + type: number + example: 10.163 + profile_path: + type: string + nullable: true + example: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + example: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee313280006e8 + department: Directing + gender: 2 + id: 66633 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52b7029219c29533d00dd2c1 + department: Camera + gender: 2 + id: 2483 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 62feade5cf4a640080998241 + department: Art + gender: 2 + id: 1018092 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + episode_number: + type: number + example: 1 + episode_type: + type: string + example: standard + guest_stars: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + character: + type: string + example: Steven Gomez + credit_id: + type: string + example: 5271b489760ee35b3e0881a7 + gender: + type: number + example: 2 + id: + type: number + example: 61535 + known_for_department: + type: string + example: Acting + name: + type: string + example: Steven Michael Quezada + order: + type: number + example: 8 + original_name: + type: string + example: Steven Michael Quezada + popularity: + type: number + example: 7.14 + profile_path: + type: string + nullable: true + example: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + example: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Jock + credit_id: 52542275760ee313280006b4 + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + - adult: false + character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + - adult: false + character: Chad + credit_id: 63012a1a33a376007a442d63 + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + - adult: false + character: E.M.T + credit_id: 63012a3d97eab4007d00192b + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 677 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + - adult: false + character: Irving + credit_id: 63012a5c33a376007f87247b + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + - adult: false + character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 679 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + - adult: false + character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + - adult: false + character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + - adult: false + character: 'DEA Agent #1 (uncredited)' + credit_id: 655bb4fa10923000ab494163 + gender: 2 + id: 1335375 + known_for_department: Crew + name: Ed Duran + order: 849 + original_name: Ed Duran + popularity: 2.433 + profile_path: /mzPJkVKg7ve3whmvyf2TyDIuewr.jpg + id: + type: number + example: 62085 + name: + type: string + example: Pilot + overview: + type: string + example: >- + When an unassuming high school chemistry teacher + discovers he has a rare form of lung cancer, he + decides to team up with a former student and create + a top of the line crystal meth in a used RV, to + provide for his family once he is gone. + production_code: + type: string + example: '' + runtime: + type: number + example: 59 + season_number: + type: number + example: 1 + show_id: + type: number + example: 1396 + still_path: + type: string + example: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg + vote_average: + type: number + example: 8.442 + vote_count: + type: number + example: 396 + example: + - air_date: '2008-01-20' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee313280006e8 + department: Directing + gender: 2 + id: 66633 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52b7029219c29533d00dd2c1 + department: Camera + gender: 2 + id: 2483 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 62feade5cf4a640080998241 + department: Art + gender: 2 + id: 1018092 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + episode_number: 1 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Jock + credit_id: 52542275760ee313280006b4 + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + - adult: false + character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + - adult: false + character: Chad + credit_id: 63012a1a33a376007a442d63 + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + - adult: false + character: E.M.T + credit_id: 63012a3d97eab4007d00192b + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 677 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + - adult: false + character: Irving + credit_id: 63012a5c33a376007f87247b + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + - adult: false + character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 679 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + - adult: false + character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + - adult: false + character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + - adult: false + character: 'DEA Agent #1 (uncredited)' + credit_id: 655bb4fa10923000ab494163 + gender: 2 + id: 1335375 + known_for_department: Crew + name: Ed Duran + order: 849 + original_name: Ed Duran + popularity: 2.433 + profile_path: /mzPJkVKg7ve3whmvyf2TyDIuewr.jpg + id: 62085 + name: Pilot + overview: >- + When an unassuming high school chemistry teacher + discovers he has a rare form of lung cancer, he + decides to team up with a former student and create a + top of the line crystal meth in a used RV, to provide + for his family once he is gone. + production_code: '' + runtime: 59 + season_number: 1 + show_id: 1396 + still_path: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg + vote_average: 8.442 + vote_count: 396 + - air_date: '2008-01-27' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee31328000725 + department: Directing + gender: 2 + id: 111338 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + episode_number: 2 + episode_type: standard + guest_stars: + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Ob-Gyn + credit_id: 63012c9c5f4b73008267ba53 + gender: 0 + id: 1448105 + known_for_department: Acting + name: Shane Marinson + order: 683 + original_name: Shane Marinson + popularity: 0.232 + profile_path: null + - adult: false + character: Ben + credit_id: 63012d2111c066007cbc37b1 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 684 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Backhoe Operator + credit_id: 63012d2abb2602007ceea8d2 + gender: 0 + id: 3670933 + known_for_department: Acting + name: Anthony Wamego + order: 685 + original_name: Anthony Wamego + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + id: 62086 + name: Cat's in the Bag... + overview: >- + Walt and Jesse attempt to tie up loose ends. The + desperate situation gets more complicated with the + flip of a coin. Walt's wife, Skyler, becomes + suspicious of Walt's strange behavior. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /xwQRVskT9IK7ktbrrWc2xoT4nPv.jpg + vote_average: 8.182 + vote_count: 211 + - air_date: '2008-02-10' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee31328000725 + department: Directing + gender: 2 + id: 111338 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b7051619c29533d00e8c79 + department: Editing + gender: 1 + id: 1280074 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 3 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + - adult: false + character: Sales Girl + credit_id: 63012e36dfe31d0080103f2c + gender: 1 + id: 939366 + known_for_department: Acting + name: Anna Felix + order: 686 + original_name: Anna Felix + popularity: 2.055 + profile_path: null + - adult: false + character: Meth Drug Dealer + credit_id: 63012e72426ae8007a5b6b5a + gender: 0 + id: 2085663 + known_for_department: Acting + name: Daniel Serrano + order: 687 + original_name: Daniel Serrano + popularity: 0.99 + profile_path: null + - adult: false + character: Meth Whore + credit_id: 64426b0ee2bca804df435597 + gender: 1 + id: 1834391 + known_for_department: Acting + name: Julia Minesci + order: 710 + original_name: Julia Minesci + popularity: 7.315 + profile_path: /gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg + id: 62087 + name: ...And the Bag's in the River + overview: >- + Walter fights with Jesse over his drug use, causing + him to leave Walter alone with their captive, Krazy-8. + Meanwhile, Hank has a scared straight moment with + Walter Jr. after his aunt discovers he has been + smoking pot. Also, Skylar is upset when Walter stays + away from home. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /dLgiPZCVamFcaa7Gaqudrldj15h.jpg + vote_average: 8.312 + vote_count: 191 + - air_date: '2008-02-17' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542278760ee31328000a9b + department: Directing + gender: 2 + id: 205639 + job: Director + known_for_department: Directing + name: Jim McKay + original_name: Jim McKay + popularity: 3.275 + profile_path: /hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 4 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Ken Wins + credit_id: 52743e4d760ee35a69055194 + gender: 2 + id: 1215836 + known_for_department: Acting + name: Kyle Bornheimer + order: 503 + original_name: Kyle Bornheimer + popularity: 5.657 + profile_path: /79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg + - adult: false + character: Jake Pinkman + credit_id: 527442eb760ee3572b078715 + gender: 2 + id: 220118 + known_for_department: Acting + name: Benjamin Petry + order: 505 + original_name: Benjamin Petry + popularity: 5.948 + profile_path: /xoCIpS2wG2JiP1BXL2qTun8q85o.jpg + - adult: false + character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + - adult: false + character: Mr. Pinkman + credit_id: 527440ce760ee3570906ada3 + gender: 2 + id: 95195 + known_for_department: Acting + name: Michael Bofshever + order: 537 + original_name: Michael Bofshever + popularity: 2.283 + profile_path: /t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg + - adult: false + character: Skinny Pete + credit_id: 52744007760ee356f6076365 + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + - adult: false + character: Combo + credit_id: 62361a15db4ed60045128de2 + gender: 2 + id: 3471782 + known_for_department: Acting + name: Rodney Rush + order: 666 + original_name: Rodney Rush + popularity: 0.564 + profile_path: /vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg + - adult: false + character: Mrs. Pinkman + credit_id: 52542277760ee31328000a61 + gender: 1 + id: 41249 + known_for_department: Acting + name: Tess Harper + order: 673 + original_name: Tess Harper + popularity: 9.92 + profile_path: /8Z770Kk13MK1NP7skWmTxvRGx3V.jpg + - adult: false + character: DEA Agent + credit_id: 63012ebb426ae800823a6bac + gender: 2 + id: 1673624 + known_for_department: Acting + name: Jon Kristian Moore + order: 688 + original_name: Jon Kristian Moore + popularity: 2.09 + profile_path: null + - adult: false + character: Bank Teller + credit_id: 63012ec897eab40082b1a672 + gender: 1 + id: 1302829 + known_for_department: Acting + name: Tish Rayburn-Miller + order: 689 + original_name: Tish Rayburn-Miller + popularity: 0.447 + profile_path: null + id: 62088 + name: Cancer Man + overview: >- + Walter finally tells his family that he has been + stricken with cancer. Meanwhile, the DEA believes + Albuquerque has a new, big time player to worry about. + Meanwhile, a worthy recipient is the target of a + depressed Walter's anger, and Jesse makes a surprise + visit to his parents home. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /2UbRgW6apE4XPzhHPA726wUFyaR.jpg + vote_average: 7.863 + vote_count: 183 + - air_date: '2008-02-24' + crew: + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b7051619c29533d00e8c79 + department: Editing + gender: 1 + id: 1280074 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + - adult: false + credit_id: 5603c49292514122c00042fc + department: Directing + gender: 1 + id: 1215145 + job: Director + known_for_department: Directing + name: Tricia Brock + original_name: Tricia Brock + popularity: 2.165 + profile_path: /5OV41AzetM5WrJ0zKqmw4mShEk5.jpg + - adult: false + credit_id: 64189fca5690b5007a5592e1 + department: Writing + gender: 1 + id: 1218856 + job: Writer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 5 + episode_type: standard + guest_stars: + - adult: false + character: Manager + credit_id: 527445a9760ee356ff077e53 + gender: 2 + id: 202830 + known_for_department: Acting + name: William Sterchi + order: 506 + original_name: William Sterchi + popularity: 1.631 + profile_path: /6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg + - adult: false + character: Farley + credit_id: 527445f5760ee357130849b9 + gender: 2 + id: 59303 + known_for_department: Acting + name: Marc Mouchet + order: 508 + original_name: Marc Mouchet + popularity: 0.768 + profile_path: /8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg + - adult: false + character: Off Duty Cop + credit_id: 54e89b13c3a36836e0001dc9 + gender: 2 + id: 209680 + known_for_department: Acting + name: Frederic Doss + order: 653 + original_name: Frederic Doss + popularity: 0.56 + profile_path: null + - adult: false + character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + - adult: false + character: Badger + credit_id: 52744535760ee3572209100e + gender: 2 + id: 191202 + known_for_department: Acting + name: Matt Jones + order: 658 + original_name: Matt Jones + popularity: 11.871 + profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg + - adult: false + character: Elliott Schwartz + credit_id: 527444c1760ee3572208fbc2 + gender: 2 + id: 23429 + known_for_department: Acting + name: Adam Godley + order: 659 + original_name: Adam Godley + popularity: 7.829 + profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg + - adult: false + character: Server + credit_id: 63012f961da7a6007db08d8a + gender: 1 + id: 2430293 + known_for_department: Production + name: Kiira Arai + order: 690 + original_name: Kiira Arai + popularity: 1.058 + profile_path: null + - adult: false + character: Scientist + credit_id: 63012fa39653f6007fee8185 + gender: 2 + id: 92756 + known_for_department: Acting + name: Bill Allen + order: 691 + original_name: Bill Allen + popularity: 1.54 + profile_path: /uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg + - adult: false + character: Music Producer + credit_id: 63012fc4839d93007e4c2dbf + gender: 2 + id: 193285 + known_for_department: Acting + name: Loren Haynes + order: 692 + original_name: Loren Haynes + popularity: 0.666 + profile_path: /1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg + - adult: false + character: Louis + credit_id: 63012fd111c066007f8de38f + gender: 0 + id: 3670958 + known_for_department: Acting + name: Kyle Swimmer + order: 693 + original_name: Kyle Swimmer + popularity: 0.028 + profile_path: null + - adult: false + character: Soren + credit_id: 63012fd93e6f2b0082b3ba66 + gender: 0 + id: 3670960 + known_for_department: Acting + name: Robert Arrington + order: 694 + original_name: Robert Arrington + popularity: 0.07 + profile_path: null + - adult: false + character: Medical Technician + credit_id: 63012fe5839d93007b62c31e + gender: 1 + id: 3670961 + known_for_department: Acting + name: Juanita Trad + order: 695 + original_name: Juanita Trad + popularity: 0.384 + profile_path: null + id: 62089 + name: Gray Matter + overview: >- + Walter and Skyler attend a former colleague's party. + Jesse tries to free himself from the drugs, while + Skyler organizes an intervention. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /82G3wZgEvZLKcte6yoZJahUWBtx.jpg + vote_average: 8.061 + vote_count: 179 + - air_date: '2008-03-02' + crew: + - adult: false + credit_id: 52542279760ee31328000b45 + department: Writing + gender: 2 + id: 1223193 + job: Writer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + - adult: false + credit_id: 52542279760ee31328000b61 + department: Directing + gender: 1 + id: 18320 + job: Director + known_for_department: Directing + name: Bronwen Hughes + original_name: Bronwen Hughes + popularity: 2.821 + profile_path: /6m7XiXVXyEaN81e4OyDfWxBpNov.jpg + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b705e619c2955a1f0c895b + department: Editing + gender: 2 + id: 1123195 + job: Editor + known_for_department: Editing + name: Skip Macdonald + original_name: Skip Macdonald + popularity: 1.205 + profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 64f2e2e55f2b8d00e12b6852 + department: Crew + gender: 2 + id: 53255 + job: Stunts + known_for_department: Acting + name: Cesar Garcia + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + episode_number: 6 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Hugo Archuleta + credit_id: 52744776760ee356ea0892f3 + gender: 2 + id: 210056 + known_for_department: Acting + name: Pierre Barrera + order: 507 + original_name: Pierre Barrera + popularity: 2.081 + profile_path: /4JHYsaULy3LwSHig94olNyuYkx5.jpg + - adult: false + character: Mrs. Pope + credit_id: 527447f4760ee37c3e00f81f + gender: 1 + id: 187505 + known_for_department: Acting + name: Vivian Nesbitt + order: 509 + original_name: Vivian Nesbitt + popularity: 1.2 + profile_path: /9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg + - adult: false + character: Student + credit_id: 52744908760ee35a690730ed + gender: 1 + id: 1089016 + known_for_department: Acting + name: Seri DeYoung + order: 510 + original_name: Seri DeYoung + popularity: 2.566 + profile_path: /nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg + - adult: false + character: Lookout + credit_id: 52744a4a760ee35a69077c8c + gender: 2 + id: 1221121 + known_for_department: Acting + name: Dennis Keiffer + order: 512 + original_name: Dennis Keiffer + popularity: 4.928 + profile_path: /jb6FR0OZgCqbPOkKq2KikXr31WW.jpg + - adult: false + character: No-Doze + credit_id: 527447ca760ee356ea08e165 + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + - adult: false + character: Gonzo + credit_id: 527447b3760ee3571308a638 + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + - adult: false + character: Office Manager + credit_id: 52744834760ee37c3e010cc7 + gender: 1 + id: 210057 + known_for_department: Acting + name: Judith Rane + order: 522 + original_name: Judith Rane + popularity: 2.411 + profile_path: /yY8fuyFCaXSjBRtDXaF178AwVqq.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Skinny Pete + credit_id: 52744007760ee356f6076365 + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + - adult: false + character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + id: 62090 + name: Crazy Handful of Nothin' + overview: >- + The side effects of chemo begin to plague Walt. + Meanwhile, the DEA rounds up suspected dealers. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /rCCLuycNPL30W3BtuB8HafxEMYz.jpg + vote_average: 8.819 + vote_count: 177 + - air_date: '2008-03-09' + crew: + - adult: false + credit_id: 5254227b760ee31328000d0c + department: Directing + gender: 2 + id: 15858 + job: Director + known_for_department: Directing + name: Tim Hunter + original_name: Tim Hunter + popularity: 3.246 + profile_path: /n03G1gCKqxpi6udwINygNiLoGdn.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6443b361cee2f6044b36a4f2 + department: Writing + gender: 2 + id: 24951 + job: Writer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + - adult: false + credit_id: 64f2e2e55f2b8d00e12b6852 + department: Crew + gender: 2 + id: 53255 + job: Stunts + known_for_department: Acting + name: Cesar Garcia + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + episode_number: 7 + episode_type: finale + guest_stars: + - adult: false + character: Realtor + credit_id: 52744bd7760ee356ff08c286 + gender: 1 + id: 967071 + known_for_department: Acting + name: Beth Bailey + order: 511 + original_name: Beth Bailey + popularity: 1.443 + profile_path: /eoedvwzfma84LRwfCYhkb69wky7.jpg + - adult: false + character: Police Officer + credit_id: 52744c32760ee37c3e01cba4 + gender: 2 + id: 58651 + known_for_department: Acting + name: Geoffrey Rivas + order: 513 + original_name: Geoffrey Rivas + popularity: 6.035 + profile_path: /nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg + - adult: false + character: Jewelry Store Owner + credit_id: 52744cd0760ee357130a126e + gender: 2 + id: 210154 + known_for_department: Acting + name: Mike Miller + order: 514 + original_name: Mike Miller + popularity: 1.018 + profile_path: null + - adult: false + character: No-Doze + credit_id: 527447ca760ee356ea08e165 + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + - adult: false + character: Gonzo + credit_id: 527447b3760ee3571308a638 + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + - adult: false + character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + - adult: false + character: Concerned Parent + credit_id: 6301b920097c4900911058ab + gender: 1 + id: 1803314 + known_for_department: Acting + name: Lorri Oliver + order: 696 + original_name: Lorri Oliver + popularity: 0.537 + profile_path: null + - adult: false + character: Concerned Parent + credit_id: 6301b927532acb007bd3b1cf + gender: 1 + id: 3671381 + known_for_department: Acting + name: Kristen Loree + order: 697 + original_name: Kristen Loree + popularity: 0.482 + profile_path: null + - adult: false + character: Concerned Parent + credit_id: 6301b930532acb007bd3b1d4 + gender: 2 + id: 79236 + known_for_department: Acting + name: Dave Colon + order: 698 + original_name: Dave Colon + popularity: 1.105 + profile_path: /lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg + - adult: false + character: Yuppie Woman + credit_id: 6301b987fb5299007d66336f + gender: 1 + id: 209844 + known_for_department: Acting + name: Carrie Fleming + order: 699 + original_name: Carrie Fleming + popularity: 0.83 + profile_path: /sa8ey6b8wTFYhm170tE7pPWS1An.jpg + - adult: false + character: Chemical Plant Guard + credit_id: 6301b9db839d93008b6133ea + gender: 2 + id: 1094319 + known_for_department: Acting + name: Matthew Page + order: 700 + original_name: Matthew Page + popularity: 1.932 + profile_path: /vMI1zxybJONZYqL8MI9gGxyfqfC.jpg + - adult: false + character: Prospective Buyer + credit_id: 6301b9f1839d93007b62e5e1 + gender: 0 + id: 1847290 + known_for_department: Writing + name: Jacob O'Brien Mulliken + order: 701 + original_name: Jacob O'Brien Mulliken + popularity: 0.944 + profile_path: null + - adult: false + character: Mr. Wilson + credit_id: 6301ba0f097c490091105904 + gender: 0 + id: 3671392 + known_for_department: Acting + name: Charles Dowdy III + order: 702 + original_name: Charles Dowdy III + popularity: 1.462 + profile_path: null + id: 62091 + name: A No Rough Stuff Type Deal + overview: >- + Walter accepts his new identity as a drug dealer after + a PTA meeting. Elsewhere, Jesse decides to put his + aunt's house on the market and Skyler is the recipient + of a baby shower. + production_code: '' + runtime: 48 + season_number: 1 + show_id: 1396 + still_path: /1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg + vote_average: 8.32 + vote_count: 172 + id: + type: number + example: 3572 + name: + type: string + example: Season 1 + overview: + type: string + example: >- + High school chemistry teacher Walter White's life is + suddenly transformed by a dire medical diagnosis. + Street-savvy former student Jesse Pinkman "teaches" Walter + a new trade. + poster_path: + type: string + example: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + season_number: + type: number + example: 1 + vote_average: + type: number + example: 8.3 + examples: + details: + value: + _id: 52542272760ee313280005f8 + air_date: '2008-01-20' + episodes: + - air_date: '2008-01-20' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee313280006e8 + department: Directing + gender: 2 + id: 66633 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52b7029219c29533d00dd2c1 + department: Camera + gender: 2 + id: 2483 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 62feade5cf4a640080998241 + department: Art + gender: 2 + id: 1018092 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + episode_number: 1 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Jock + credit_id: 52542275760ee313280006b4 + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + - adult: false + character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + - adult: false + character: Chad + credit_id: 63012a1a33a376007a442d63 + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + - adult: false + character: E.M.T + credit_id: 63012a3d97eab4007d00192b + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 677 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + - adult: false + character: Irving + credit_id: 63012a5c33a376007f87247b + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + - adult: false + character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 679 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + - adult: false + character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + - adult: false + character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + - adult: false + character: 'DEA Agent #1 (uncredited)' + credit_id: 655bb4fa10923000ab494163 + gender: 2 + id: 1335375 + known_for_department: Crew + name: Ed Duran + order: 849 + original_name: Ed Duran + popularity: 2.433 + profile_path: /mzPJkVKg7ve3whmvyf2TyDIuewr.jpg + id: 62085 + name: Pilot + overview: >- + When an unassuming high school chemistry teacher + discovers he has a rare form of lung cancer, he + decides to team up with a former student and create a + top of the line crystal meth in a used RV, to provide + for his family once he is gone. + production_code: '' + runtime: 59 + season_number: 1 + show_id: 1396 + still_path: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg + vote_average: 8.442 + vote_count: 396 + - air_date: '2008-01-27' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee31328000725 + department: Directing + gender: 2 + id: 111338 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + episode_number: 2 + episode_type: standard + guest_stars: + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Ob-Gyn + credit_id: 63012c9c5f4b73008267ba53 + gender: 0 + id: 1448105 + known_for_department: Acting + name: Shane Marinson + order: 683 + original_name: Shane Marinson + popularity: 0.232 + profile_path: null + - adult: false + character: Ben + credit_id: 63012d2111c066007cbc37b1 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 684 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Backhoe Operator + credit_id: 63012d2abb2602007ceea8d2 + gender: 0 + id: 3670933 + known_for_department: Acting + name: Anthony Wamego + order: 685 + original_name: Anthony Wamego + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + id: 62086 + name: Cat's in the Bag... + overview: >- + Walt and Jesse attempt to tie up loose ends. The + desperate situation gets more complicated with the + flip of a coin. Walt's wife, Skyler, becomes + suspicious of Walt's strange behavior. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /xwQRVskT9IK7ktbrrWc2xoT4nPv.jpg + vote_average: 8.182 + vote_count: 211 + - air_date: '2008-02-10' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee31328000725 + department: Directing + gender: 2 + id: 111338 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b7051619c29533d00e8c79 + department: Editing + gender: 1 + id: 1280074 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 3 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + - adult: false + character: Sales Girl + credit_id: 63012e36dfe31d0080103f2c + gender: 1 + id: 939366 + known_for_department: Acting + name: Anna Felix + order: 686 + original_name: Anna Felix + popularity: 2.055 + profile_path: null + - adult: false + character: Meth Drug Dealer + credit_id: 63012e72426ae8007a5b6b5a + gender: 0 + id: 2085663 + known_for_department: Acting + name: Daniel Serrano + order: 687 + original_name: Daniel Serrano + popularity: 0.99 + profile_path: null + - adult: false + character: Meth Whore + credit_id: 64426b0ee2bca804df435597 + gender: 1 + id: 1834391 + known_for_department: Acting + name: Julia Minesci + order: 710 + original_name: Julia Minesci + popularity: 7.315 + profile_path: /gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg + id: 62087 + name: ...And the Bag's in the River + overview: >- + Walter fights with Jesse over his drug use, causing + him to leave Walter alone with their captive, Krazy-8. + Meanwhile, Hank has a scared straight moment with + Walter Jr. after his aunt discovers he has been + smoking pot. Also, Skylar is upset when Walter stays + away from home. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /dLgiPZCVamFcaa7Gaqudrldj15h.jpg + vote_average: 8.312 + vote_count: 191 + - air_date: '2008-02-17' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542278760ee31328000a9b + department: Directing + gender: 2 + id: 205639 + job: Director + known_for_department: Directing + name: Jim McKay + original_name: Jim McKay + popularity: 3.275 + profile_path: /hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 4 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Ken Wins + credit_id: 52743e4d760ee35a69055194 + gender: 2 + id: 1215836 + known_for_department: Acting + name: Kyle Bornheimer + order: 503 + original_name: Kyle Bornheimer + popularity: 5.657 + profile_path: /79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg + - adult: false + character: Jake Pinkman + credit_id: 527442eb760ee3572b078715 + gender: 2 + id: 220118 + known_for_department: Acting + name: Benjamin Petry + order: 505 + original_name: Benjamin Petry + popularity: 5.948 + profile_path: /xoCIpS2wG2JiP1BXL2qTun8q85o.jpg + - adult: false + character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + - adult: false + character: Mr. Pinkman + credit_id: 527440ce760ee3570906ada3 + gender: 2 + id: 95195 + known_for_department: Acting + name: Michael Bofshever + order: 537 + original_name: Michael Bofshever + popularity: 2.283 + profile_path: /t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg + - adult: false + character: Skinny Pete + credit_id: 52744007760ee356f6076365 + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + - adult: false + character: Combo + credit_id: 62361a15db4ed60045128de2 + gender: 2 + id: 3471782 + known_for_department: Acting + name: Rodney Rush + order: 666 + original_name: Rodney Rush + popularity: 0.564 + profile_path: /vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg + - adult: false + character: Mrs. Pinkman + credit_id: 52542277760ee31328000a61 + gender: 1 + id: 41249 + known_for_department: Acting + name: Tess Harper + order: 673 + original_name: Tess Harper + popularity: 9.92 + profile_path: /8Z770Kk13MK1NP7skWmTxvRGx3V.jpg + - adult: false + character: DEA Agent + credit_id: 63012ebb426ae800823a6bac + gender: 2 + id: 1673624 + known_for_department: Acting + name: Jon Kristian Moore + order: 688 + original_name: Jon Kristian Moore + popularity: 2.09 + profile_path: null + - adult: false + character: Bank Teller + credit_id: 63012ec897eab40082b1a672 + gender: 1 + id: 1302829 + known_for_department: Acting + name: Tish Rayburn-Miller + order: 689 + original_name: Tish Rayburn-Miller + popularity: 0.447 + profile_path: null + id: 62088 + name: Cancer Man + overview: >- + Walter finally tells his family that he has been + stricken with cancer. Meanwhile, the DEA believes + Albuquerque has a new, big time player to worry about. + Meanwhile, a worthy recipient is the target of a + depressed Walter's anger, and Jesse makes a surprise + visit to his parents home. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /2UbRgW6apE4XPzhHPA726wUFyaR.jpg + vote_average: 7.863 + vote_count: 183 + - air_date: '2008-02-24' + crew: + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b7051619c29533d00e8c79 + department: Editing + gender: 1 + id: 1280074 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + - adult: false + credit_id: 5603c49292514122c00042fc + department: Directing + gender: 1 + id: 1215145 + job: Director + known_for_department: Directing + name: Tricia Brock + original_name: Tricia Brock + popularity: 2.165 + profile_path: /5OV41AzetM5WrJ0zKqmw4mShEk5.jpg + - adult: false + credit_id: 64189fca5690b5007a5592e1 + department: Writing + gender: 1 + id: 1218856 + job: Writer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 5 + episode_type: standard + guest_stars: + - adult: false + character: Manager + credit_id: 527445a9760ee356ff077e53 + gender: 2 + id: 202830 + known_for_department: Acting + name: William Sterchi + order: 506 + original_name: William Sterchi + popularity: 1.631 + profile_path: /6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg + - adult: false + character: Farley + credit_id: 527445f5760ee357130849b9 + gender: 2 + id: 59303 + known_for_department: Acting + name: Marc Mouchet + order: 508 + original_name: Marc Mouchet + popularity: 0.768 + profile_path: /8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg + - adult: false + character: Off Duty Cop + credit_id: 54e89b13c3a36836e0001dc9 + gender: 2 + id: 209680 + known_for_department: Acting + name: Frederic Doss + order: 653 + original_name: Frederic Doss + popularity: 0.56 + profile_path: null + - adult: false + character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + - adult: false + character: Badger + credit_id: 52744535760ee3572209100e + gender: 2 + id: 191202 + known_for_department: Acting + name: Matt Jones + order: 658 + original_name: Matt Jones + popularity: 11.871 + profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg + - adult: false + character: Elliott Schwartz + credit_id: 527444c1760ee3572208fbc2 + gender: 2 + id: 23429 + known_for_department: Acting + name: Adam Godley + order: 659 + original_name: Adam Godley + popularity: 7.829 + profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg + - adult: false + character: Server + credit_id: 63012f961da7a6007db08d8a + gender: 1 + id: 2430293 + known_for_department: Production + name: Kiira Arai + order: 690 + original_name: Kiira Arai + popularity: 1.058 + profile_path: null + - adult: false + character: Scientist + credit_id: 63012fa39653f6007fee8185 + gender: 2 + id: 92756 + known_for_department: Acting + name: Bill Allen + order: 691 + original_name: Bill Allen + popularity: 1.54 + profile_path: /uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg + - adult: false + character: Music Producer + credit_id: 63012fc4839d93007e4c2dbf + gender: 2 + id: 193285 + known_for_department: Acting + name: Loren Haynes + order: 692 + original_name: Loren Haynes + popularity: 0.666 + profile_path: /1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg + - adult: false + character: Louis + credit_id: 63012fd111c066007f8de38f + gender: 0 + id: 3670958 + known_for_department: Acting + name: Kyle Swimmer + order: 693 + original_name: Kyle Swimmer + popularity: 0.028 + profile_path: null + - adult: false + character: Soren + credit_id: 63012fd93e6f2b0082b3ba66 + gender: 0 + id: 3670960 + known_for_department: Acting + name: Robert Arrington + order: 694 + original_name: Robert Arrington + popularity: 0.07 + profile_path: null + - adult: false + character: Medical Technician + credit_id: 63012fe5839d93007b62c31e + gender: 1 + id: 3670961 + known_for_department: Acting + name: Juanita Trad + order: 695 + original_name: Juanita Trad + popularity: 0.384 + profile_path: null + id: 62089 + name: Gray Matter + overview: >- + Walter and Skyler attend a former colleague's party. + Jesse tries to free himself from the drugs, while + Skyler organizes an intervention. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /82G3wZgEvZLKcte6yoZJahUWBtx.jpg + vote_average: 8.061 + vote_count: 179 + - air_date: '2008-03-02' + crew: + - adult: false + credit_id: 52542279760ee31328000b45 + department: Writing + gender: 2 + id: 1223193 + job: Writer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + - adult: false + credit_id: 52542279760ee31328000b61 + department: Directing + gender: 1 + id: 18320 + job: Director + known_for_department: Directing + name: Bronwen Hughes + original_name: Bronwen Hughes + popularity: 2.821 + profile_path: /6m7XiXVXyEaN81e4OyDfWxBpNov.jpg + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b705e619c2955a1f0c895b + department: Editing + gender: 2 + id: 1123195 + job: Editor + known_for_department: Editing + name: Skip Macdonald + original_name: Skip Macdonald + popularity: 1.205 + profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 64f2e2e55f2b8d00e12b6852 + department: Crew + gender: 2 + id: 53255 + job: Stunts + known_for_department: Acting + name: Cesar Garcia + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + episode_number: 6 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Hugo Archuleta + credit_id: 52744776760ee356ea0892f3 + gender: 2 + id: 210056 + known_for_department: Acting + name: Pierre Barrera + order: 507 + original_name: Pierre Barrera + popularity: 2.081 + profile_path: /4JHYsaULy3LwSHig94olNyuYkx5.jpg + - adult: false + character: Mrs. Pope + credit_id: 527447f4760ee37c3e00f81f + gender: 1 + id: 187505 + known_for_department: Acting + name: Vivian Nesbitt + order: 509 + original_name: Vivian Nesbitt + popularity: 1.2 + profile_path: /9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg + - adult: false + character: Student + credit_id: 52744908760ee35a690730ed + gender: 1 + id: 1089016 + known_for_department: Acting + name: Seri DeYoung + order: 510 + original_name: Seri DeYoung + popularity: 2.566 + profile_path: /nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg + - adult: false + character: Lookout + credit_id: 52744a4a760ee35a69077c8c + gender: 2 + id: 1221121 + known_for_department: Acting + name: Dennis Keiffer + order: 512 + original_name: Dennis Keiffer + popularity: 4.928 + profile_path: /jb6FR0OZgCqbPOkKq2KikXr31WW.jpg + - adult: false + character: No-Doze + credit_id: 527447ca760ee356ea08e165 + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + - adult: false + character: Gonzo + credit_id: 527447b3760ee3571308a638 + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + - adult: false + character: Office Manager + credit_id: 52744834760ee37c3e010cc7 + gender: 1 + id: 210057 + known_for_department: Acting + name: Judith Rane + order: 522 + original_name: Judith Rane + popularity: 2.411 + profile_path: /yY8fuyFCaXSjBRtDXaF178AwVqq.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Skinny Pete + credit_id: 52744007760ee356f6076365 + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + - adult: false + character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + id: 62090 + name: Crazy Handful of Nothin' + overview: >- + The side effects of chemo begin to plague Walt. + Meanwhile, the DEA rounds up suspected dealers. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /rCCLuycNPL30W3BtuB8HafxEMYz.jpg + vote_average: 8.819 + vote_count: 177 + - air_date: '2008-03-09' + crew: + - adult: false + credit_id: 5254227b760ee31328000d0c + department: Directing + gender: 2 + id: 15858 + job: Director + known_for_department: Directing + name: Tim Hunter + original_name: Tim Hunter + popularity: 3.246 + profile_path: /n03G1gCKqxpi6udwINygNiLoGdn.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6443b361cee2f6044b36a4f2 + department: Writing + gender: 2 + id: 24951 + job: Writer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + - adult: false + credit_id: 64f2e2e55f2b8d00e12b6852 + department: Crew + gender: 2 + id: 53255 + job: Stunts + known_for_department: Acting + name: Cesar Garcia + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + episode_number: 7 + episode_type: finale + guest_stars: + - adult: false + character: Realtor + credit_id: 52744bd7760ee356ff08c286 + gender: 1 + id: 967071 + known_for_department: Acting + name: Beth Bailey + order: 511 + original_name: Beth Bailey + popularity: 1.443 + profile_path: /eoedvwzfma84LRwfCYhkb69wky7.jpg + - adult: false + character: Police Officer + credit_id: 52744c32760ee37c3e01cba4 + gender: 2 + id: 58651 + known_for_department: Acting + name: Geoffrey Rivas + order: 513 + original_name: Geoffrey Rivas + popularity: 6.035 + profile_path: /nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg + - adult: false + character: Jewelry Store Owner + credit_id: 52744cd0760ee357130a126e + gender: 2 + id: 210154 + known_for_department: Acting + name: Mike Miller + order: 514 + original_name: Mike Miller + popularity: 1.018 + profile_path: null + - adult: false + character: No-Doze + credit_id: 527447ca760ee356ea08e165 + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + - adult: false + character: Gonzo + credit_id: 527447b3760ee3571308a638 + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + - adult: false + character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + - adult: false + character: Concerned Parent + credit_id: 6301b920097c4900911058ab + gender: 1 + id: 1803314 + known_for_department: Acting + name: Lorri Oliver + order: 696 + original_name: Lorri Oliver + popularity: 0.537 + profile_path: null + - adult: false + character: Concerned Parent + credit_id: 6301b927532acb007bd3b1cf + gender: 1 + id: 3671381 + known_for_department: Acting + name: Kristen Loree + order: 697 + original_name: Kristen Loree + popularity: 0.482 + profile_path: null + - adult: false + character: Concerned Parent + credit_id: 6301b930532acb007bd3b1d4 + gender: 2 + id: 79236 + known_for_department: Acting + name: Dave Colon + order: 698 + original_name: Dave Colon + popularity: 1.105 + profile_path: /lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg + - adult: false + character: Yuppie Woman + credit_id: 6301b987fb5299007d66336f + gender: 1 + id: 209844 + known_for_department: Acting + name: Carrie Fleming + order: 699 + original_name: Carrie Fleming + popularity: 0.83 + profile_path: /sa8ey6b8wTFYhm170tE7pPWS1An.jpg + - adult: false + character: Chemical Plant Guard + credit_id: 6301b9db839d93008b6133ea + gender: 2 + id: 1094319 + known_for_department: Acting + name: Matthew Page + order: 700 + original_name: Matthew Page + popularity: 1.932 + profile_path: /vMI1zxybJONZYqL8MI9gGxyfqfC.jpg + - adult: false + character: Prospective Buyer + credit_id: 6301b9f1839d93007b62e5e1 + gender: 0 + id: 1847290 + known_for_department: Writing + name: Jacob O'Brien Mulliken + order: 701 + original_name: Jacob O'Brien Mulliken + popularity: 0.944 + profile_path: null + - adult: false + character: Mr. Wilson + credit_id: 6301ba0f097c490091105904 + gender: 0 + id: 3671392 + known_for_department: Acting + name: Charles Dowdy III + order: 702 + original_name: Charles Dowdy III + popularity: 1.462 + profile_path: null + id: 62091 + name: A No Rough Stuff Type Deal + overview: >- + Walter accepts his new identity as a drug dealer after + a PTA meeting. Elsewhere, Jesse decides to put his + aunt's house on the market and Skyler is the recipient + of a baby shower. + production_code: '' + runtime: 48 + season_number: 1 + show_id: 1396 + still_path: /1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg + vote_average: 8.32 + vote_count: 172 + id: 3572 + name: Season 1 + overview: >- + High school chemistry teacher Walter White's life is + suddenly transformed by a dire medical diagnosis. + Street-savvy former student Jesse Pinkman "teaches" Walter + a new trade. + poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + season_number: 1 + vote_average: 8.3 + episode number: + value: + _id: 52542272760ee313280005f8 + air_date: '2008-01-20' + episodes: + - air_date: '2008-01-20' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee313280006e8 + department: Directing + gender: 2 + id: 66633 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52b7029219c29533d00dd2c1 + department: Camera + gender: 2 + id: 2483 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 62feade5cf4a640080998241 + department: Art + gender: 2 + id: 1018092 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + episode_number: 1 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Jock + credit_id: 52542275760ee313280006b4 + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + - adult: false + character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + - adult: false + character: Chad + credit_id: 63012a1a33a376007a442d63 + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + - adult: false + character: E.M.T + credit_id: 63012a3d97eab4007d00192b + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 677 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + - adult: false + character: Irving + credit_id: 63012a5c33a376007f87247b + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + - adult: false + character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 679 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + - adult: false + character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + - adult: false + character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + - adult: false + character: 'DEA Agent #1 (uncredited)' + credit_id: 655bb4fa10923000ab494163 + gender: 2 + id: 1335375 + known_for_department: Crew + name: Ed Duran + order: 849 + original_name: Ed Duran + popularity: 2.433 + profile_path: /mzPJkVKg7ve3whmvyf2TyDIuewr.jpg + id: 62085 + name: Pilot + overview: >- + When an unassuming high school chemistry teacher + discovers he has a rare form of lung cancer, he + decides to team up with a former student and create a + top of the line crystal meth in a used RV, to provide + for his family once he is gone. + production_code: '' + runtime: 59 + season_number: 1 + show_id: 1396 + still_path: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg + vote_average: 8.442 + vote_count: 396 + - air_date: '2008-01-27' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee31328000725 + department: Directing + gender: 2 + id: 111338 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + episode_number: 2 + episode_type: standard + guest_stars: + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Ob-Gyn + credit_id: 63012c9c5f4b73008267ba53 + gender: 0 + id: 1448105 + known_for_department: Acting + name: Shane Marinson + order: 683 + original_name: Shane Marinson + popularity: 0.232 + profile_path: null + - adult: false + character: Ben + credit_id: 63012d2111c066007cbc37b1 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 684 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Backhoe Operator + credit_id: 63012d2abb2602007ceea8d2 + gender: 0 + id: 3670933 + known_for_department: Acting + name: Anthony Wamego + order: 685 + original_name: Anthony Wamego + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + id: 62086 + name: Cat's in the Bag... + overview: >- + Walt and Jesse attempt to tie up loose ends. The + desperate situation gets more complicated with the + flip of a coin. Walt's wife, Skyler, becomes + suspicious of Walt's strange behavior. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /xwQRVskT9IK7ktbrrWc2xoT4nPv.jpg + vote_average: 8.182 + vote_count: 211 + - air_date: '2008-02-10' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee31328000725 + department: Directing + gender: 2 + id: 111338 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b7051619c29533d00e8c79 + department: Editing + gender: 1 + id: 1280074 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 3 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + - adult: false + character: Sales Girl + credit_id: 63012e36dfe31d0080103f2c + gender: 1 + id: 939366 + known_for_department: Acting + name: Anna Felix + order: 686 + original_name: Anna Felix + popularity: 2.055 + profile_path: null + - adult: false + character: Meth Drug Dealer + credit_id: 63012e72426ae8007a5b6b5a + gender: 0 + id: 2085663 + known_for_department: Acting + name: Daniel Serrano + order: 687 + original_name: Daniel Serrano + popularity: 0.99 + profile_path: null + - adult: false + character: Meth Whore + credit_id: 64426b0ee2bca804df435597 + gender: 1 + id: 1834391 + known_for_department: Acting + name: Julia Minesci + order: 710 + original_name: Julia Minesci + popularity: 7.315 + profile_path: /gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg + id: 62087 + name: ...And the Bag's in the River + overview: >- + Walter fights with Jesse over his drug use, causing + him to leave Walter alone with their captive, Krazy-8. + Meanwhile, Hank has a scared straight moment with + Walter Jr. after his aunt discovers he has been + smoking pot. Also, Skylar is upset when Walter stays + away from home. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /dLgiPZCVamFcaa7Gaqudrldj15h.jpg + vote_average: 8.312 + vote_count: 191 + - air_date: '2008-02-17' + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542278760ee31328000a9b + department: Directing + gender: 2 + id: 205639 + job: Director + known_for_department: Directing + name: Jim McKay + original_name: Jim McKay + popularity: 3.275 + profile_path: /hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 4 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Ken Wins + credit_id: 52743e4d760ee35a69055194 + gender: 2 + id: 1215836 + known_for_department: Acting + name: Kyle Bornheimer + order: 503 + original_name: Kyle Bornheimer + popularity: 5.657 + profile_path: /79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg + - adult: false + character: Jake Pinkman + credit_id: 527442eb760ee3572b078715 + gender: 2 + id: 220118 + known_for_department: Acting + name: Benjamin Petry + order: 505 + original_name: Benjamin Petry + popularity: 5.948 + profile_path: /xoCIpS2wG2JiP1BXL2qTun8q85o.jpg + - adult: false + character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + - adult: false + character: Mr. Pinkman + credit_id: 527440ce760ee3570906ada3 + gender: 2 + id: 95195 + known_for_department: Acting + name: Michael Bofshever + order: 537 + original_name: Michael Bofshever + popularity: 2.283 + profile_path: /t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg + - adult: false + character: Skinny Pete + credit_id: 52744007760ee356f6076365 + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + - adult: false + character: Combo + credit_id: 62361a15db4ed60045128de2 + gender: 2 + id: 3471782 + known_for_department: Acting + name: Rodney Rush + order: 666 + original_name: Rodney Rush + popularity: 0.564 + profile_path: /vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg + - adult: false + character: Mrs. Pinkman + credit_id: 52542277760ee31328000a61 + gender: 1 + id: 41249 + known_for_department: Acting + name: Tess Harper + order: 673 + original_name: Tess Harper + popularity: 9.92 + profile_path: /8Z770Kk13MK1NP7skWmTxvRGx3V.jpg + - adult: false + character: DEA Agent + credit_id: 63012ebb426ae800823a6bac + gender: 2 + id: 1673624 + known_for_department: Acting + name: Jon Kristian Moore + order: 688 + original_name: Jon Kristian Moore + popularity: 2.09 + profile_path: null + - adult: false + character: Bank Teller + credit_id: 63012ec897eab40082b1a672 + gender: 1 + id: 1302829 + known_for_department: Acting + name: Tish Rayburn-Miller + order: 689 + original_name: Tish Rayburn-Miller + popularity: 0.447 + profile_path: null + id: 62088 + name: Cancer Man + overview: >- + Walter finally tells his family that he has been + stricken with cancer. Meanwhile, the DEA believes + Albuquerque has a new, big time player to worry about. + Meanwhile, a worthy recipient is the target of a + depressed Walter's anger, and Jesse makes a surprise + visit to his parents home. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /2UbRgW6apE4XPzhHPA726wUFyaR.jpg + vote_average: 7.863 + vote_count: 183 + - air_date: '2008-02-24' + crew: + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b7051619c29533d00e8c79 + department: Editing + gender: 1 + id: 1280074 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + - adult: false + credit_id: 5603c49292514122c00042fc + department: Directing + gender: 1 + id: 1215145 + job: Director + known_for_department: Directing + name: Tricia Brock + original_name: Tricia Brock + popularity: 2.165 + profile_path: /5OV41AzetM5WrJ0zKqmw4mShEk5.jpg + - adult: false + credit_id: 64189fca5690b5007a5592e1 + department: Writing + gender: 1 + id: 1218856 + job: Writer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + episode_number: 5 + episode_type: standard + guest_stars: + - adult: false + character: Manager + credit_id: 527445a9760ee356ff077e53 + gender: 2 + id: 202830 + known_for_department: Acting + name: William Sterchi + order: 506 + original_name: William Sterchi + popularity: 1.631 + profile_path: /6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg + - adult: false + character: Farley + credit_id: 527445f5760ee357130849b9 + gender: 2 + id: 59303 + known_for_department: Acting + name: Marc Mouchet + order: 508 + original_name: Marc Mouchet + popularity: 0.768 + profile_path: /8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg + - adult: false + character: Off Duty Cop + credit_id: 54e89b13c3a36836e0001dc9 + gender: 2 + id: 209680 + known_for_department: Acting + name: Frederic Doss + order: 653 + original_name: Frederic Doss + popularity: 0.56 + profile_path: null + - adult: false + character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + - adult: false + character: Badger + credit_id: 52744535760ee3572209100e + gender: 2 + id: 191202 + known_for_department: Acting + name: Matt Jones + order: 658 + original_name: Matt Jones + popularity: 11.871 + profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg + - adult: false + character: Elliott Schwartz + credit_id: 527444c1760ee3572208fbc2 + gender: 2 + id: 23429 + known_for_department: Acting + name: Adam Godley + order: 659 + original_name: Adam Godley + popularity: 7.829 + profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg + - adult: false + character: Server + credit_id: 63012f961da7a6007db08d8a + gender: 1 + id: 2430293 + known_for_department: Production + name: Kiira Arai + order: 690 + original_name: Kiira Arai + popularity: 1.058 + profile_path: null + - adult: false + character: Scientist + credit_id: 63012fa39653f6007fee8185 + gender: 2 + id: 92756 + known_for_department: Acting + name: Bill Allen + order: 691 + original_name: Bill Allen + popularity: 1.54 + profile_path: /uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg + - adult: false + character: Music Producer + credit_id: 63012fc4839d93007e4c2dbf + gender: 2 + id: 193285 + known_for_department: Acting + name: Loren Haynes + order: 692 + original_name: Loren Haynes + popularity: 0.666 + profile_path: /1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg + - adult: false + character: Louis + credit_id: 63012fd111c066007f8de38f + gender: 0 + id: 3670958 + known_for_department: Acting + name: Kyle Swimmer + order: 693 + original_name: Kyle Swimmer + popularity: 0.028 + profile_path: null + - adult: false + character: Soren + credit_id: 63012fd93e6f2b0082b3ba66 + gender: 0 + id: 3670960 + known_for_department: Acting + name: Robert Arrington + order: 694 + original_name: Robert Arrington + popularity: 0.07 + profile_path: null + - adult: false + character: Medical Technician + credit_id: 63012fe5839d93007b62c31e + gender: 1 + id: 3670961 + known_for_department: Acting + name: Juanita Trad + order: 695 + original_name: Juanita Trad + popularity: 0.384 + profile_path: null + id: 62089 + name: Gray Matter + overview: >- + Walter and Skyler attend a former colleague's party. + Jesse tries to free himself from the drugs, while + Skyler organizes an intervention. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /82G3wZgEvZLKcte6yoZJahUWBtx.jpg + vote_average: 8.061 + vote_count: 179 + - air_date: '2008-03-02' + crew: + - adult: false + credit_id: 52542279760ee31328000b45 + department: Writing + gender: 2 + id: 1223193 + job: Writer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + - adult: false + credit_id: 52542279760ee31328000b61 + department: Directing + gender: 1 + id: 18320 + job: Director + known_for_department: Directing + name: Bronwen Hughes + original_name: Bronwen Hughes + popularity: 2.821 + profile_path: /6m7XiXVXyEaN81e4OyDfWxBpNov.jpg + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 52b705e619c2955a1f0c895b + department: Editing + gender: 2 + id: 1123195 + job: Editor + known_for_department: Editing + name: Skip Macdonald + original_name: Skip Macdonald + popularity: 1.205 + profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 64f2e2e55f2b8d00e12b6852 + department: Crew + gender: 2 + id: 53255 + job: Stunts + known_for_department: Acting + name: Cesar Garcia + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + episode_number: 6 + episode_type: standard + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Hugo Archuleta + credit_id: 52744776760ee356ea0892f3 + gender: 2 + id: 210056 + known_for_department: Acting + name: Pierre Barrera + order: 507 + original_name: Pierre Barrera + popularity: 2.081 + profile_path: /4JHYsaULy3LwSHig94olNyuYkx5.jpg + - adult: false + character: Mrs. Pope + credit_id: 527447f4760ee37c3e00f81f + gender: 1 + id: 187505 + known_for_department: Acting + name: Vivian Nesbitt + order: 509 + original_name: Vivian Nesbitt + popularity: 1.2 + profile_path: /9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg + - adult: false + character: Student + credit_id: 52744908760ee35a690730ed + gender: 1 + id: 1089016 + known_for_department: Acting + name: Seri DeYoung + order: 510 + original_name: Seri DeYoung + popularity: 2.566 + profile_path: /nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg + - adult: false + character: Lookout + credit_id: 52744a4a760ee35a69077c8c + gender: 2 + id: 1221121 + known_for_department: Acting + name: Dennis Keiffer + order: 512 + original_name: Dennis Keiffer + popularity: 4.928 + profile_path: /jb6FR0OZgCqbPOkKq2KikXr31WW.jpg + - adult: false + character: No-Doze + credit_id: 527447ca760ee356ea08e165 + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + - adult: false + character: Gonzo + credit_id: 527447b3760ee3571308a638 + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + - adult: false + character: Office Manager + credit_id: 52744834760ee37c3e010cc7 + gender: 1 + id: 210057 + known_for_department: Acting + name: Judith Rane + order: 522 + original_name: Judith Rane + popularity: 2.411 + profile_path: /yY8fuyFCaXSjBRtDXaF178AwVqq.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Skinny Pete + credit_id: 52744007760ee356f6076365 + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + - adult: false + character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + id: 62090 + name: Crazy Handful of Nothin' + overview: >- + The side effects of chemo begin to plague Walt. + Meanwhile, the DEA rounds up suspected dealers. + production_code: '' + runtime: 49 + season_number: 1 + show_id: 1396 + still_path: /rCCLuycNPL30W3BtuB8HafxEMYz.jpg + vote_average: 8.819 + vote_count: 177 + - air_date: '2008-03-09' + crew: + - adult: false + credit_id: 5254227b760ee31328000d0c + department: Directing + gender: 2 + id: 15858 + job: Director + known_for_department: Directing + name: Tim Hunter + original_name: Tim Hunter + popularity: 3.246 + profile_path: /n03G1gCKqxpi6udwINygNiLoGdn.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 52b7049c19c2953b63015013 + department: Camera + gender: 2 + id: 17948 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + - adult: false + credit_id: 6418a01d0d5d8500f2d7be70 + department: Production + gender: 1 + id: 1218856 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + - adult: false + credit_id: 6443b361cee2f6044b36a4f2 + department: Writing + gender: 2 + id: 24951 + job: Writer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + - adult: false + credit_id: 64f2e2e55f2b8d00e12b6852 + department: Crew + gender: 2 + id: 53255 + job: Stunts + known_for_department: Acting + name: Cesar Garcia + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + episode_number: 7 + episode_type: finale + guest_stars: + - adult: false + character: Realtor + credit_id: 52744bd7760ee356ff08c286 + gender: 1 + id: 967071 + known_for_department: Acting + name: Beth Bailey + order: 511 + original_name: Beth Bailey + popularity: 1.443 + profile_path: /eoedvwzfma84LRwfCYhkb69wky7.jpg + - adult: false + character: Police Officer + credit_id: 52744c32760ee37c3e01cba4 + gender: 2 + id: 58651 + known_for_department: Acting + name: Geoffrey Rivas + order: 513 + original_name: Geoffrey Rivas + popularity: 6.035 + profile_path: /nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg + - adult: false + character: Jewelry Store Owner + credit_id: 52744cd0760ee357130a126e + gender: 2 + id: 210154 + known_for_department: Acting + name: Mike Miller + order: 514 + original_name: Mike Miller + popularity: 1.018 + profile_path: null + - adult: false + character: No-Doze + credit_id: 527447ca760ee356ea08e165 + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + - adult: false + character: Gonzo + credit_id: 527447b3760ee3571308a638 + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + - adult: false + character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + - adult: false + character: Concerned Parent + credit_id: 6301b920097c4900911058ab + gender: 1 + id: 1803314 + known_for_department: Acting + name: Lorri Oliver + order: 696 + original_name: Lorri Oliver + popularity: 0.537 + profile_path: null + - adult: false + character: Concerned Parent + credit_id: 6301b927532acb007bd3b1cf + gender: 1 + id: 3671381 + known_for_department: Acting + name: Kristen Loree + order: 697 + original_name: Kristen Loree + popularity: 0.482 + profile_path: null + - adult: false + character: Concerned Parent + credit_id: 6301b930532acb007bd3b1d4 + gender: 2 + id: 79236 + known_for_department: Acting + name: Dave Colon + order: 698 + original_name: Dave Colon + popularity: 1.105 + profile_path: /lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg + - adult: false + character: Yuppie Woman + credit_id: 6301b987fb5299007d66336f + gender: 1 + id: 209844 + known_for_department: Acting + name: Carrie Fleming + order: 699 + original_name: Carrie Fleming + popularity: 0.83 + profile_path: /sa8ey6b8wTFYhm170tE7pPWS1An.jpg + - adult: false + character: Chemical Plant Guard + credit_id: 6301b9db839d93008b6133ea + gender: 2 + id: 1094319 + known_for_department: Acting + name: Matthew Page + order: 700 + original_name: Matthew Page + popularity: 1.932 + profile_path: /vMI1zxybJONZYqL8MI9gGxyfqfC.jpg + - adult: false + character: Prospective Buyer + credit_id: 6301b9f1839d93007b62e5e1 + gender: 0 + id: 1847290 + known_for_department: Writing + name: Jacob O'Brien Mulliken + order: 701 + original_name: Jacob O'Brien Mulliken + popularity: 0.944 + profile_path: null + - adult: false + character: Mr. Wilson + credit_id: 6301ba0f097c490091105904 + gender: 0 + id: 3671392 + known_for_department: Acting + name: Charles Dowdy III + order: 702 + original_name: Charles Dowdy III + popularity: 1.462 + profile_path: null + id: 62091 + name: A No Rough Stuff Type Deal + overview: >- + Walter accepts his new identity as a drug dealer after + a PTA meeting. Elsewhere, Jesse decides to put his + aunt's house on the market and Skyler is the recipient + of a baby shower. + production_code: '' + runtime: 48 + season_number: 1 + show_id: 1396 + still_path: /1dgFAsajUpUT7DLXgAxHb9GyXHH.jpg + vote_average: 8.32 + vote_count: 172 + id: 3572 + name: Season 1 + overview: >- + High school chemistry teacher Walter White's life is + suddenly transformed by a dire medical diagnosis. + Street-savvy former student Jesse Pinkman "teaches" Walter + a new trade. + poster_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + season_number: 1 + vote_average: 8.3 + + /tv/{series_id}/season/{season_number}/account_states: + get: + tags: + - TV SEASONS + summary: Account States + description: This endpoint get the rating, watchlist and favourite status. + operationId: accountStates2 + parameters: + + - name: guest_session_id + in: query + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: account states + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:42:39 GMT + ETag: + schema: + type: string + example: W/"bea548bbe1b20ee79370c2c467ca44e4" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: YVYONUo6LRWUwPzi_VyqqZ2fb4lbxDm5dj4BXALdkmGBwEvyUCw5hw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: 239f0f5ac19c423c51c7b506cd070e20 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3572 + results: + type: array + items: + type: object + properties: + episode_number: + type: number + example: 1 + id: + type: number + example: 62085 + rated: + type: boolean + example: false + example: + - episode_number: 1 + id: 62085 + rated: false + - episode_number: 2 + id: 62086 + rated: false + - episode_number: 3 + id: 62087 + rated: false + - episode_number: 4 + id: 62088 + rated: false + - episode_number: 5 + id: 62089 + rated: false + - episode_number: 6 + id: 62090 + rated: false + - episode_number: 7 + id: 62091 + rated: false + examples: + account states: + value: + id: 3572 + results: + - episode_number: 1 + id: 62085 + rated: false + - episode_number: 2 + id: 62086 + rated: false + - episode_number: 3 + id: 62087 + rated: false + - episode_number: 4 + id: 62088 + rated: false + - episode_number: 5 + id: 62089 + rated: false + - episode_number: 6 + id: 62090 + rated: false + - episode_number: 7 + id: 62091 + rated: false + + /tv/{series_id}/season/{season_number}/aggregate_credits: + get: + tags: + - TV SEASONS + summary: Aggregate Credits + description: This endpoint get the aggregate credits (cast and crew) that have been added to a TV season. + operationId: aggregateCredits1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: aggregate credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=17668 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:45:29 GMT + ETag: + schema: + type: string + example: W/"fe9177a93e6bdf04e1115453826c1d13" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 08f45c153a856ff7955174d0e6f60744.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: _gzFw4LhJI2Xxz5GwcpF53c5BM745IEfRVaJUnYDCRLoT6r5CQDbkg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '8864' + x-memc-expires: + schema: + type: string + example: '17668' + x-memc-key: + schema: + type: string + example: 549360f9ddb9678fd7bf6980d4ba489e + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + gender: + type: number + example: 2 + id: + type: number + example: 17419 + known_for_department: + type: string + example: Acting + name: + type: string + example: Bryan Cranston + order: + type: number + example: 0 + original_name: + type: string + example: Bryan Cranston + popularity: + type: number + example: 37.518 + profile_path: + type: string + nullable: true + example: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + roles: + type: array + items: + type: object + properties: + character: + type: string + example: Walter White + credit_id: + type: string + example: 52542282760ee313280017f9 + episode_count: + type: number + example: 7 + example: + - character: Walter White + credit_id: 52542282760ee313280017f9 + episode_count: 7 + total_episode_count: + type: number + example: 7 + example: + - adult: false + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + roles: + - character: Walter White + credit_id: 52542282760ee313280017f9 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + roles: + - character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + roles: + - character: Skyler White + credit_id: 52542282760ee3132800181b + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + roles: + - character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + roles: + - character: Hank Schrader + credit_id: 52542283760ee3132800187b + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + roles: + - character: Marie Schrader + credit_id: 52542283760ee31328001891 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + roles: + - character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + roles: + - character: Carmen Molina + credit_id: 52542273760ee31328000676 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + roles: + - character: Krazy-8 + credit_id: 52725845760ee3046b09426e + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + roles: + - character: No-Doze + credit_id: 527447ca760ee356ea08e165 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + roles: + - character: Gonzo + credit_id: 527447b3760ee3571308a638 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + roles: + - character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + roles: + - character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + roles: + - character: Skinny Pete + credit_id: 52744007760ee356f6076365 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + roles: + - character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 681 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + roles: + - character: Ben + credit_id: 63012d2111c066007cbc37b1 + episode_count: 1 + - character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + roles: + - character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + roles: + - character: Jock + credit_id: 52542275760ee313280006b4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + roles: + - character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1215836 + known_for_department: Acting + name: Kyle Bornheimer + order: 503 + original_name: Kyle Bornheimer + popularity: 5.657 + profile_path: /79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg + roles: + - character: Ken Wins + credit_id: 52743e4d760ee35a69055194 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 220118 + known_for_department: Acting + name: Benjamin Petry + order: 505 + original_name: Benjamin Petry + popularity: 5.948 + profile_path: /xoCIpS2wG2JiP1BXL2qTun8q85o.jpg + roles: + - character: Jake Pinkman + credit_id: 527442eb760ee3572b078715 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 202830 + known_for_department: Acting + name: William Sterchi + order: 506 + original_name: William Sterchi + popularity: 1.631 + profile_path: /6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg + roles: + - character: Manager + credit_id: 527445a9760ee356ff077e53 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210056 + known_for_department: Acting + name: Pierre Barrera + order: 507 + original_name: Pierre Barrera + popularity: 2.081 + profile_path: /4JHYsaULy3LwSHig94olNyuYkx5.jpg + roles: + - character: Hugo Archuleta + credit_id: 52744776760ee356ea0892f3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 59303 + known_for_department: Acting + name: Marc Mouchet + order: 508 + original_name: Marc Mouchet + popularity: 0.768 + profile_path: /8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg + roles: + - character: Farley + credit_id: 527445f5760ee357130849b9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 187505 + known_for_department: Acting + name: Vivian Nesbitt + order: 509 + original_name: Vivian Nesbitt + popularity: 1.2 + profile_path: /9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg + roles: + - character: Mrs. Pope + credit_id: 527447f4760ee37c3e00f81f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1089016 + known_for_department: Acting + name: Seri DeYoung + order: 510 + original_name: Seri DeYoung + popularity: 2.566 + profile_path: /nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg + roles: + - character: Student + credit_id: 52744908760ee35a690730ed + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 967071 + known_for_department: Acting + name: Beth Bailey + order: 511 + original_name: Beth Bailey + popularity: 1.443 + profile_path: /eoedvwzfma84LRwfCYhkb69wky7.jpg + roles: + - character: Realtor + credit_id: 52744bd7760ee356ff08c286 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1221121 + known_for_department: Acting + name: Dennis Keiffer + order: 512 + original_name: Dennis Keiffer + popularity: 4.928 + profile_path: /jb6FR0OZgCqbPOkKq2KikXr31WW.jpg + roles: + - character: Lookout + credit_id: 52744a4a760ee35a69077c8c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 58651 + known_for_department: Acting + name: Geoffrey Rivas + order: 513 + original_name: Geoffrey Rivas + popularity: 6.035 + profile_path: /nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg + roles: + - character: Police Officer + credit_id: 52744c32760ee37c3e01cba4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210154 + known_for_department: Acting + name: Mike Miller + order: 514 + original_name: Mike Miller + popularity: 1.018 + profile_path: null + roles: + - character: Jewelry Store Owner + credit_id: 52744cd0760ee357130a126e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 210057 + known_for_department: Acting + name: Judith Rane + order: 522 + original_name: Judith Rane + popularity: 2.411 + profile_path: /yY8fuyFCaXSjBRtDXaF178AwVqq.jpg + roles: + - character: Office Manager + credit_id: 52744834760ee37c3e010cc7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 95195 + known_for_department: Acting + name: Michael Bofshever + order: 537 + original_name: Michael Bofshever + popularity: 2.283 + profile_path: /t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg + roles: + - character: Mr. Pinkman + credit_id: 527440ce760ee3570906ada3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + roles: + - character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + roles: + - character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 209680 + known_for_department: Acting + name: Frederic Doss + order: 653 + original_name: Frederic Doss + popularity: 0.56 + profile_path: null + roles: + - character: Off Duty Cop + credit_id: 54e89b13c3a36836e0001dc9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 191202 + known_for_department: Acting + name: Matt Jones + order: 658 + original_name: Matt Jones + popularity: 11.871 + profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg + roles: + - character: Badger + credit_id: 52744535760ee3572209100e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 23429 + known_for_department: Acting + name: Adam Godley + order: 659 + original_name: Adam Godley + popularity: 7.829 + profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg + roles: + - character: Elliott Schwartz + credit_id: 527444c1760ee3572208fbc2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 3471782 + known_for_department: Acting + name: Rodney Rush + order: 666 + original_name: Rodney Rush + popularity: 0.564 + profile_path: /vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg + roles: + - character: Combo + credit_id: 62361a15db4ed60045128de2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 41249 + known_for_department: Acting + name: Tess Harper + order: 673 + original_name: Tess Harper + popularity: 9.92 + profile_path: /8Z770Kk13MK1NP7skWmTxvRGx3V.jpg + roles: + - character: Mrs. Pinkman + credit_id: 52542277760ee31328000a61 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + roles: + - character: Chad + credit_id: 63012a1a33a376007a442d63 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 677 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + roles: + - character: E.M.T + credit_id: 63012a3d97eab4007d00192b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + roles: + - character: Irving + credit_id: 63012a5c33a376007f87247b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + roles: + - character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + roles: + - character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + roles: + - character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1448105 + known_for_department: Acting + name: Shane Marinson + order: 683 + original_name: Shane Marinson + popularity: 0.232 + profile_path: null + roles: + - character: Ob-Gyn + credit_id: 63012c9c5f4b73008267ba53 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670933 + known_for_department: Acting + name: Anthony Wamego + order: 685 + original_name: Anthony Wamego + popularity: 0.001 + profile_path: null + roles: + - character: Backhoe Operator + credit_id: 63012d2abb2602007ceea8d2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 939366 + known_for_department: Acting + name: Anna Felix + order: 686 + original_name: Anna Felix + popularity: 2.055 + profile_path: null + roles: + - character: Sales Girl + credit_id: 63012e36dfe31d0080103f2c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2085663 + known_for_department: Acting + name: Daniel Serrano + order: 687 + original_name: Daniel Serrano + popularity: 0.99 + profile_path: null + roles: + - character: Meth Drug Dealer + credit_id: 63012e72426ae8007a5b6b5a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1673624 + known_for_department: Acting + name: Jon Kristian Moore + order: 688 + original_name: Jon Kristian Moore + popularity: 2.09 + profile_path: null + roles: + - character: DEA Agent + credit_id: 63012ebb426ae800823a6bac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1302829 + known_for_department: Acting + name: Tish Rayburn-Miller + order: 689 + original_name: Tish Rayburn-Miller + popularity: 0.447 + profile_path: null + roles: + - character: Bank Teller + credit_id: 63012ec897eab40082b1a672 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2430293 + known_for_department: Production + name: Kiira Arai + order: 690 + original_name: Kiira Arai + popularity: 1.058 + profile_path: null + roles: + - character: Server + credit_id: 63012f961da7a6007db08d8a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 92756 + known_for_department: Acting + name: Bill Allen + order: 691 + original_name: Bill Allen + popularity: 1.54 + profile_path: /uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg + roles: + - character: Scientist + credit_id: 63012fa39653f6007fee8185 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 193285 + known_for_department: Acting + name: Loren Haynes + order: 692 + original_name: Loren Haynes + popularity: 0.666 + profile_path: /1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg + roles: + - character: Music Producer + credit_id: 63012fc4839d93007e4c2dbf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670958 + known_for_department: Acting + name: Kyle Swimmer + order: 693 + original_name: Kyle Swimmer + popularity: 0.028 + profile_path: null + roles: + - character: Louis + credit_id: 63012fd111c066007f8de38f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670960 + known_for_department: Acting + name: Robert Arrington + order: 694 + original_name: Robert Arrington + popularity: 0.07 + profile_path: null + roles: + - character: Soren + credit_id: 63012fd93e6f2b0082b3ba66 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 3670961 + known_for_department: Acting + name: Juanita Trad + order: 695 + original_name: Juanita Trad + popularity: 0.384 + profile_path: null + roles: + - character: Medical Technician + credit_id: 63012fe5839d93007b62c31e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1803314 + known_for_department: Acting + name: Lorri Oliver + order: 696 + original_name: Lorri Oliver + popularity: 0.537 + profile_path: null + roles: + - character: Concerned Parent + credit_id: 6301b920097c4900911058ab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 3671381 + known_for_department: Acting + name: Kristen Loree + order: 697 + original_name: Kristen Loree + popularity: 0.482 + profile_path: null + roles: + - character: Concerned Parent + credit_id: 6301b927532acb007bd3b1cf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 79236 + known_for_department: Acting + name: Dave Colon + order: 698 + original_name: Dave Colon + popularity: 1.105 + profile_path: /lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg + roles: + - character: Concerned Parent + credit_id: 6301b930532acb007bd3b1d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 209844 + known_for_department: Acting + name: Carrie Fleming + order: 699 + original_name: Carrie Fleming + popularity: 0.83 + profile_path: /sa8ey6b8wTFYhm170tE7pPWS1An.jpg + roles: + - character: Yuppie Woman + credit_id: 6301b987fb5299007d66336f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1094319 + known_for_department: Acting + name: Matthew Page + order: 700 + original_name: Matthew Page + popularity: 1.932 + profile_path: /vMI1zxybJONZYqL8MI9gGxyfqfC.jpg + roles: + - character: Chemical Plant Guard + credit_id: 6301b9db839d93008b6133ea + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1847290 + known_for_department: Writing + name: Jacob O'Brien Mulliken + order: 701 + original_name: Jacob O'Brien Mulliken + popularity: 0.944 + profile_path: null + roles: + - character: Prospective Buyer + credit_id: 6301b9f1839d93007b62e5e1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3671392 + known_for_department: Acting + name: Charles Dowdy III + order: 702 + original_name: Charles Dowdy III + popularity: 1.462 + profile_path: null + roles: + - character: Mr. Wilson + credit_id: 6301ba0f097c490091105904 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1834391 + known_for_department: Acting + name: Julia Minesci + order: 710 + original_name: Julia Minesci + popularity: 7.315 + profile_path: /gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg + roles: + - character: Meth Whore + credit_id: 64426b0ee2bca804df435597 + episode_count: 1 + total_episode_count: 1 + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + department: + type: string + example: Art + gender: + type: number + example: 2 + id: + type: number + example: 21640 + jobs: + type: array + items: + type: object + properties: + credit_id: + type: string + example: 52b7020b19c295223b0a46e8 + episode_count: + type: number + example: 7 + job: + type: string + example: Production Design + example: + - credit_id: 52b7020b19c295223b0a46e8 + episode_count: 7 + job: Production Design + known_for_department: + type: string + example: Art + name: + type: string + example: Robb Wilson King + original_name: + type: string + example: Robb Wilson King + popularity: + type: number + example: 2.247 + profile_path: + type: string + nullable: true + example: null + total_episode_count: + type: number + example: 7 + example: + - adult: false + department: Art + gender: 2 + id: 21640 + jobs: + - credit_id: 52b7020b19c295223b0a46e8 + episode_count: 7 + job: Production Design + known_for_department: Art + name: Robb Wilson King + original_name: Robb Wilson King + popularity: 2.247 + profile_path: null + total_episode_count: 7 + - adult: false + department: Art + gender: 2 + id: 1018092 + jobs: + - credit_id: 62feade5cf4a640080998241 + episode_count: 1 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + total_episode_count: 1 + - adult: false + department: Camera + gender: 2 + id: 17948 + jobs: + - credit_id: 52b7049c19c2953b63015013 + episode_count: 6 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + total_episode_count: 6 + - adult: false + department: Camera + gender: 2 + id: 2483 + jobs: + - credit_id: 52b7029219c29533d00dd2c1 + episode_count: 1 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + total_episode_count: 1 + - adult: false + department: Costume & Make-Up + gender: 0 + id: 35583 + jobs: + - credit_id: 52b7034f19c2955402184de6 + episode_count: 7 + job: Costume Design + known_for_department: Costume & Make-Up + name: Kathleen Detoro + original_name: Kathleen Detoro + popularity: 1.319 + profile_path: null + total_episode_count: 7 + - adult: false + department: Crew + gender: 2 + id: 1537690 + jobs: + - credit_id: 6450485343501100ea397cba + episode_count: 7 + job: Stunt Coordinator + known_for_department: Crew + name: Al Goto + original_name: Al Goto + popularity: 2.667 + profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg + total_episode_count: 7 + - adult: false + department: Crew + gender: 2 + id: 4065206 + jobs: + - credit_id: 64634bf20f365501190773a4 + episode_count: 7 + job: Thanks + known_for_department: Crew + name: Martin Chávez + original_name: Martin Chávez + popularity: 0.332 + profile_path: null + total_episode_count: 7 + - adult: false + department: Directing + gender: 2 + id: 111338 + jobs: + - credit_id: 52542275760ee31328000725 + episode_count: 2 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + total_episode_count: 2 + - adult: false + department: Directing + gender: 2 + id: 205639 + jobs: + - credit_id: 52542278760ee31328000a9b + episode_count: 1 + job: Director + known_for_department: Directing + name: Jim McKay + original_name: Jim McKay + popularity: 3.275 + profile_path: /hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 15858 + jobs: + - credit_id: 5254227b760ee31328000d0c + episode_count: 1 + job: Director + known_for_department: Directing + name: Tim Hunter + original_name: Tim Hunter + popularity: 3.246 + profile_path: /n03G1gCKqxpi6udwINygNiLoGdn.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 1 + id: 1215145 + jobs: + - credit_id: 5603c49292514122c00042fc + episode_count: 1 + job: Director + known_for_department: Directing + name: Tricia Brock + original_name: Tricia Brock + popularity: 2.165 + profile_path: /5OV41AzetM5WrJ0zKqmw4mShEk5.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 66633 + jobs: + - credit_id: 52542275760ee313280006e8 + episode_count: 1 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 1 + id: 18320 + jobs: + - credit_id: 52542279760ee31328000b61 + episode_count: 1 + job: Director + known_for_department: Directing + name: Bronwen Hughes + original_name: Bronwen Hughes + popularity: 2.821 + profile_path: /6m7XiXVXyEaN81e4OyDfWxBpNov.jpg + total_episode_count: 1 + - adult: false + department: Editing + gender: 1 + id: 1280071 + jobs: + - credit_id: 52b702ea19c2955402183a66 + episode_count: 4 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + total_episode_count: 4 + - adult: false + department: Editing + gender: 1 + id: 1280074 + jobs: + - credit_id: 52b7051619c29533d00e8c79 + episode_count: 2 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + total_episode_count: 2 + - adult: false + department: Editing + gender: 2 + id: 1123195 + jobs: + - credit_id: 52b705e619c2955a1f0c895b + episode_count: 1 + job: Editor + known_for_department: Editing + name: Skip Macdonald + original_name: Skip Macdonald + popularity: 1.205 + profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg + total_episode_count: 1 + - adult: false + department: Production + gender: 1 + id: 1223199 + jobs: + - credit_id: 64189dbaa14bef00fd7d4bca + episode_count: 7 + job: Co-Producer + known_for_department: Production + name: Melissa Bernstein + original_name: Melissa Bernstein + popularity: 1.273 + profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 2 + id: 1223200 + jobs: + - credit_id: 64189cd9e74146007c82fbfc + episode_count: 7 + job: Co-Producer + known_for_department: Production + name: Stewart Lyons + original_name: Stewart Lyons + popularity: 0.524 + profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 2 + id: 5162 + jobs: + - credit_id: 52542287760ee31328001b69 + episode_count: 7 + job: Executive Producer + known_for_department: Production + name: Mark Johnson + original_name: Mark Johnson + popularity: 3.444 + profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 1 + id: 1223201 + jobs: + - credit_id: 5254228c760ee31328001c37 + episode_count: 7 + job: Producer + known_for_department: Production + name: Karen Moore + original_name: Karen Moore + popularity: 1.033 + profile_path: null + total_episode_count: 7 + - adult: false + department: Production + gender: 1 + id: 959387 + jobs: + - credit_id: 64446643cee2f604f336e877 + episode_count: 7 + job: Casting + known_for_department: Production + name: Sherry Thomas + original_name: Sherry Thomas + popularity: 1.562 + profile_path: null + total_episode_count: 7 + - adult: false + department: Production + gender: 2 + id: 66633 + jobs: + - credit_id: 52542287760ee31328001af1 + episode_count: 7 + job: Executive Producer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 1 + id: 6479 + jobs: + - credit_id: 6444663ccee2f6049f36d7d3 + episode_count: 7 + job: Casting + known_for_department: Production + name: Sharon Bialy + original_name: Sharon Bialy + popularity: 3.104 + profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 1 + id: 1218856 + jobs: + - credit_id: 6418a01d0d5d8500f2d7be70 + episode_count: 6 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + total_episode_count: 6 + - adult: false + department: Production + gender: 1 + id: 1808170 + jobs: + - credit_id: 6418a04de7414600b96bf1bd + episode_count: 2 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + total_episode_count: 2 + - adult: false + department: Sound + gender: 2 + id: 1280070 + jobs: + - credit_id: 52b7008819c29559eb03dd72 + episode_count: 7 + job: Original Music Composer + known_for_department: Sound + name: Dave Porter + original_name: Dave Porter + popularity: 0.86 + profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg + total_episode_count: 7 + - adult: false + department: Sound + gender: 2 + id: 1537682 + jobs: + - credit_id: 644986702fdec604e4a1236a + episode_count: 7 + job: Supervising Sound Editor + known_for_department: Sound + name: Kurt Nicholas Forshager + original_name: Kurt Nicholas Forshager + popularity: 0.58 + profile_path: null + total_episode_count: 7 + - adult: false + department: Sound + gender: 2 + id: 1069688 + jobs: + - credit_id: 64634e45e3fa2f00e404a628 + episode_count: 7 + job: Music Supervisor + known_for_department: Sound + name: Thomas Golubić + original_name: Thomas Golubić + popularity: 1.132 + profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg + total_episode_count: 7 + - adult: false + department: Writing + gender: 2 + id: 66633 + jobs: + - credit_id: 52542275760ee313280006ce + episode_count: 4 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 4 + - adult: false + department: Writing + gender: 1 + id: 1218856 + jobs: + - credit_id: 64189fca5690b5007a5592e1 + episode_count: 1 + job: Writer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + total_episode_count: 1 + - adult: false + department: Writing + gender: 2 + id: 24951 + jobs: + - credit_id: 6443b361cee2f6044b36a4f2 + episode_count: 1 + job: Writer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + total_episode_count: 1 + - adult: false + department: Writing + gender: 2 + id: 1223193 + jobs: + - credit_id: 52542279760ee31328000b45 + episode_count: 1 + job: Writer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + total_episode_count: 1 + id: + type: number + example: 3572 + examples: + aggregate credits: + value: + cast: + - adult: false + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + roles: + - character: Walter White + credit_id: 52542282760ee313280017f9 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + roles: + - character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + roles: + - character: Skyler White + credit_id: 52542282760ee3132800181b + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + roles: + - character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + roles: + - character: Hank Schrader + credit_id: 52542283760ee3132800187b + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + roles: + - character: Marie Schrader + credit_id: 52542283760ee31328001891 + episode_count: 7 + total_episode_count: 7 + - adult: false + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + roles: + - character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + roles: + - character: Carmen Molina + credit_id: 52542273760ee31328000676 + episode_count: 4 + total_episode_count: 4 + - adult: false + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + roles: + - character: Krazy-8 + credit_id: 52725845760ee3046b09426e + episode_count: 3 + total_episode_count: 3 + - adult: false + gender: 2 + id: 53255 + known_for_department: Acting + name: Cesar Garcia + order: 515 + original_name: Cesar Garcia + popularity: 2.737 + profile_path: /ry4IVQM4n3v7Br9S6AibYKar1Dy.jpg + roles: + - character: No-Doze + credit_id: 527447ca760ee356ea08e165 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1260529 + known_for_department: Acting + name: Jesus Jr. + order: 516 + original_name: Jesus Jr. + popularity: 3.175 + profile_path: /g9FFHKY95LLALg7DuqeX6akAJSG.jpg + roles: + - character: Gonzo + credit_id: 527447b3760ee3571308a638 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 79211 + known_for_department: Acting + name: David House + order: 532 + original_name: David House + popularity: 1.772 + profile_path: /t67HnLsCMecFLMdhtJQbkiQiyXq.jpg + roles: + - character: Dr. Delcavoli + credit_id: 5271b65b760ee35b0c090f74 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 1 + id: 14984 + known_for_department: Acting + name: Jessica Hecht + order: 655 + original_name: Jessica Hecht + popularity: 13.152 + profile_path: /5JVd1ZLnhdZVFInDy8Zut9M1M5C.jpg + roles: + - character: Gretchen Schwartz + credit_id: 52542275760ee31328000768 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 82945 + known_for_department: Acting + name: Charles Baker + order: 656 + original_name: Charles Baker + popularity: 7.277 + profile_path: /mhSoY1plaop5eufoHDP4fkIGUfh.jpg + roles: + - character: Skinny Pete + credit_id: 52744007760ee356f6076365 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 58650 + known_for_department: Acting + name: Raymond Cruz + order: 675 + original_name: Raymond Cruz + popularity: 13.778 + profile_path: /ndhc53yEQeeFn01QoOxtPa6GroU.jpg + roles: + - character: Tuco Salamanca + credit_id: 5254227b760ee31328000cd6 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 681 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + roles: + - character: Ben + credit_id: 63012d2111c066007cbc37b1 + episode_count: 1 + - character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + episode_count: 1 + total_episode_count: 2 + - adult: false + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + roles: + - character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + episode_count: 2 + total_episode_count: 2 + - adult: false + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + roles: + - character: Jock + credit_id: 52542275760ee313280006b4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + roles: + - character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1215836 + known_for_department: Acting + name: Kyle Bornheimer + order: 503 + original_name: Kyle Bornheimer + popularity: 5.657 + profile_path: /79KUwXqB2FdKqxsAMppkJ8Aa78e.jpg + roles: + - character: Ken Wins + credit_id: 52743e4d760ee35a69055194 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 220118 + known_for_department: Acting + name: Benjamin Petry + order: 505 + original_name: Benjamin Petry + popularity: 5.948 + profile_path: /xoCIpS2wG2JiP1BXL2qTun8q85o.jpg + roles: + - character: Jake Pinkman + credit_id: 527442eb760ee3572b078715 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 202830 + known_for_department: Acting + name: William Sterchi + order: 506 + original_name: William Sterchi + popularity: 1.631 + profile_path: /6Pbp5BWDPZ7NhkcnjTkUhKEx3QU.jpg + roles: + - character: Manager + credit_id: 527445a9760ee356ff077e53 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210056 + known_for_department: Acting + name: Pierre Barrera + order: 507 + original_name: Pierre Barrera + popularity: 2.081 + profile_path: /4JHYsaULy3LwSHig94olNyuYkx5.jpg + roles: + - character: Hugo Archuleta + credit_id: 52744776760ee356ea0892f3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 59303 + known_for_department: Acting + name: Marc Mouchet + order: 508 + original_name: Marc Mouchet + popularity: 0.768 + profile_path: /8RRgHjKnTnRnhwbUTFn1V6vvc2S.jpg + roles: + - character: Farley + credit_id: 527445f5760ee357130849b9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 187505 + known_for_department: Acting + name: Vivian Nesbitt + order: 509 + original_name: Vivian Nesbitt + popularity: 1.2 + profile_path: /9ox3VUolTMVCvHHsxkY2DfGPRFa.jpg + roles: + - character: Mrs. Pope + credit_id: 527447f4760ee37c3e00f81f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1089016 + known_for_department: Acting + name: Seri DeYoung + order: 510 + original_name: Seri DeYoung + popularity: 2.566 + profile_path: /nS0I9N5LOb8TmH4kIa7tIgpIy2z.jpg + roles: + - character: Student + credit_id: 52744908760ee35a690730ed + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 967071 + known_for_department: Acting + name: Beth Bailey + order: 511 + original_name: Beth Bailey + popularity: 1.443 + profile_path: /eoedvwzfma84LRwfCYhkb69wky7.jpg + roles: + - character: Realtor + credit_id: 52744bd7760ee356ff08c286 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1221121 + known_for_department: Acting + name: Dennis Keiffer + order: 512 + original_name: Dennis Keiffer + popularity: 4.928 + profile_path: /jb6FR0OZgCqbPOkKq2KikXr31WW.jpg + roles: + - character: Lookout + credit_id: 52744a4a760ee35a69077c8c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 58651 + known_for_department: Acting + name: Geoffrey Rivas + order: 513 + original_name: Geoffrey Rivas + popularity: 6.035 + profile_path: /nUDNZ8X0zaaQMd7yejnJNIKb8EY.jpg + roles: + - character: Police Officer + credit_id: 52744c32760ee37c3e01cba4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 210154 + known_for_department: Acting + name: Mike Miller + order: 514 + original_name: Mike Miller + popularity: 1.018 + profile_path: null + roles: + - character: Jewelry Store Owner + credit_id: 52744cd0760ee357130a126e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 210057 + known_for_department: Acting + name: Judith Rane + order: 522 + original_name: Judith Rane + popularity: 2.411 + profile_path: /yY8fuyFCaXSjBRtDXaF178AwVqq.jpg + roles: + - character: Office Manager + credit_id: 52744834760ee37c3e010cc7 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 95195 + known_for_department: Acting + name: Michael Bofshever + order: 537 + original_name: Michael Bofshever + popularity: 2.283 + profile_path: /t7vAtGPSUfvPRIAvKfaCJ2JNrQW.jpg + roles: + - character: Mr. Pinkman + credit_id: 527440ce760ee3570906ada3 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + roles: + - character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + roles: + - character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 209680 + known_for_department: Acting + name: Frederic Doss + order: 653 + original_name: Frederic Doss + popularity: 0.56 + profile_path: null + roles: + - character: Off Duty Cop + credit_id: 54e89b13c3a36836e0001dc9 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 191202 + known_for_department: Acting + name: Matt Jones + order: 658 + original_name: Matt Jones + popularity: 11.871 + profile_path: /x13vFDaJHY1CxNvSPWujYe12bMc.jpg + roles: + - character: Badger + credit_id: 52744535760ee3572209100e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 23429 + known_for_department: Acting + name: Adam Godley + order: 659 + original_name: Adam Godley + popularity: 7.829 + profile_path: /5a7c36DeI6GA73D5XC7rNX2VIvv.jpg + roles: + - character: Elliott Schwartz + credit_id: 527444c1760ee3572208fbc2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 3471782 + known_for_department: Acting + name: Rodney Rush + order: 666 + original_name: Rodney Rush + popularity: 0.564 + profile_path: /vJiq3Gf1L7XEDJuaLkS2Doma4wm.jpg + roles: + - character: Combo + credit_id: 62361a15db4ed60045128de2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 41249 + known_for_department: Acting + name: Tess Harper + order: 673 + original_name: Tess Harper + popularity: 9.92 + profile_path: /8Z770Kk13MK1NP7skWmTxvRGx3V.jpg + roles: + - character: Mrs. Pinkman + credit_id: 52542277760ee31328000a61 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + roles: + - character: Chad + credit_id: 63012a1a33a376007a442d63 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 677 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + roles: + - character: E.M.T + credit_id: 63012a3d97eab4007d00192b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + roles: + - character: Irving + credit_id: 63012a5c33a376007f87247b + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + roles: + - character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + roles: + - character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + roles: + - character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1448105 + known_for_department: Acting + name: Shane Marinson + order: 683 + original_name: Shane Marinson + popularity: 0.232 + profile_path: null + roles: + - character: Ob-Gyn + credit_id: 63012c9c5f4b73008267ba53 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670933 + known_for_department: Acting + name: Anthony Wamego + order: 685 + original_name: Anthony Wamego + popularity: 0.001 + profile_path: null + roles: + - character: Backhoe Operator + credit_id: 63012d2abb2602007ceea8d2 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 939366 + known_for_department: Acting + name: Anna Felix + order: 686 + original_name: Anna Felix + popularity: 2.055 + profile_path: null + roles: + - character: Sales Girl + credit_id: 63012e36dfe31d0080103f2c + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 2085663 + known_for_department: Acting + name: Daniel Serrano + order: 687 + original_name: Daniel Serrano + popularity: 0.99 + profile_path: null + roles: + - character: Meth Drug Dealer + credit_id: 63012e72426ae8007a5b6b5a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1673624 + known_for_department: Acting + name: Jon Kristian Moore + order: 688 + original_name: Jon Kristian Moore + popularity: 2.09 + profile_path: null + roles: + - character: DEA Agent + credit_id: 63012ebb426ae800823a6bac + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1302829 + known_for_department: Acting + name: Tish Rayburn-Miller + order: 689 + original_name: Tish Rayburn-Miller + popularity: 0.447 + profile_path: null + roles: + - character: Bank Teller + credit_id: 63012ec897eab40082b1a672 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 2430293 + known_for_department: Production + name: Kiira Arai + order: 690 + original_name: Kiira Arai + popularity: 1.058 + profile_path: null + roles: + - character: Server + credit_id: 63012f961da7a6007db08d8a + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 92756 + known_for_department: Acting + name: Bill Allen + order: 691 + original_name: Bill Allen + popularity: 1.54 + profile_path: /uLMRXLS5kDMr9W1LzJBp5lOnSJD.jpg + roles: + - character: Scientist + credit_id: 63012fa39653f6007fee8185 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 193285 + known_for_department: Acting + name: Loren Haynes + order: 692 + original_name: Loren Haynes + popularity: 0.666 + profile_path: /1wGpIMPHzx9lEZa2PkLfZ0Y6PXn.jpg + roles: + - character: Music Producer + credit_id: 63012fc4839d93007e4c2dbf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670958 + known_for_department: Acting + name: Kyle Swimmer + order: 693 + original_name: Kyle Swimmer + popularity: 0.028 + profile_path: null + roles: + - character: Louis + credit_id: 63012fd111c066007f8de38f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3670960 + known_for_department: Acting + name: Robert Arrington + order: 694 + original_name: Robert Arrington + popularity: 0.07 + profile_path: null + roles: + - character: Soren + credit_id: 63012fd93e6f2b0082b3ba66 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 3670961 + known_for_department: Acting + name: Juanita Trad + order: 695 + original_name: Juanita Trad + popularity: 0.384 + profile_path: null + roles: + - character: Medical Technician + credit_id: 63012fe5839d93007b62c31e + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1803314 + known_for_department: Acting + name: Lorri Oliver + order: 696 + original_name: Lorri Oliver + popularity: 0.537 + profile_path: null + roles: + - character: Concerned Parent + credit_id: 6301b920097c4900911058ab + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 3671381 + known_for_department: Acting + name: Kristen Loree + order: 697 + original_name: Kristen Loree + popularity: 0.482 + profile_path: null + roles: + - character: Concerned Parent + credit_id: 6301b927532acb007bd3b1cf + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 79236 + known_for_department: Acting + name: Dave Colon + order: 698 + original_name: Dave Colon + popularity: 1.105 + profile_path: /lr1wAcs7fX3Kq2HzR33yUI0cP9p.jpg + roles: + - character: Concerned Parent + credit_id: 6301b930532acb007bd3b1d4 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 209844 + known_for_department: Acting + name: Carrie Fleming + order: 699 + original_name: Carrie Fleming + popularity: 0.83 + profile_path: /sa8ey6b8wTFYhm170tE7pPWS1An.jpg + roles: + - character: Yuppie Woman + credit_id: 6301b987fb5299007d66336f + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 2 + id: 1094319 + known_for_department: Acting + name: Matthew Page + order: 700 + original_name: Matthew Page + popularity: 1.932 + profile_path: /vMI1zxybJONZYqL8MI9gGxyfqfC.jpg + roles: + - character: Chemical Plant Guard + credit_id: 6301b9db839d93008b6133ea + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 1847290 + known_for_department: Writing + name: Jacob O'Brien Mulliken + order: 701 + original_name: Jacob O'Brien Mulliken + popularity: 0.944 + profile_path: null + roles: + - character: Prospective Buyer + credit_id: 6301b9f1839d93007b62e5e1 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 0 + id: 3671392 + known_for_department: Acting + name: Charles Dowdy III + order: 702 + original_name: Charles Dowdy III + popularity: 1.462 + profile_path: null + roles: + - character: Mr. Wilson + credit_id: 6301ba0f097c490091105904 + episode_count: 1 + total_episode_count: 1 + - adult: false + gender: 1 + id: 1834391 + known_for_department: Acting + name: Julia Minesci + order: 710 + original_name: Julia Minesci + popularity: 7.315 + profile_path: /gnaYzsPxBlevEzeH4nUTdWFTuCa.jpg + roles: + - character: Meth Whore + credit_id: 64426b0ee2bca804df435597 + episode_count: 1 + total_episode_count: 1 + crew: + - adult: false + department: Art + gender: 2 + id: 21640 + jobs: + - credit_id: 52b7020b19c295223b0a46e8 + episode_count: 7 + job: Production Design + known_for_department: Art + name: Robb Wilson King + original_name: Robb Wilson King + popularity: 2.247 + profile_path: null + total_episode_count: 7 + - adult: false + department: Art + gender: 2 + id: 1018092 + jobs: + - credit_id: 62feade5cf4a640080998241 + episode_count: 1 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + total_episode_count: 1 + - adult: false + department: Camera + gender: 2 + id: 17948 + jobs: + - credit_id: 52b7049c19c2953b63015013 + episode_count: 6 + job: Director of Photography + known_for_department: Camera + name: Reynaldo Villalobos + original_name: Reynaldo Villalobos + popularity: 2.128 + profile_path: null + total_episode_count: 6 + - adult: false + department: Camera + gender: 2 + id: 2483 + jobs: + - credit_id: 52b7029219c29533d00dd2c1 + episode_count: 1 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + total_episode_count: 1 + - adult: false + department: Costume & Make-Up + gender: 0 + id: 35583 + jobs: + - credit_id: 52b7034f19c2955402184de6 + episode_count: 7 + job: Costume Design + known_for_department: Costume & Make-Up + name: Kathleen Detoro + original_name: Kathleen Detoro + popularity: 1.319 + profile_path: null + total_episode_count: 7 + - adult: false + department: Crew + gender: 2 + id: 1537690 + jobs: + - credit_id: 6450485343501100ea397cba + episode_count: 7 + job: Stunt Coordinator + known_for_department: Crew + name: Al Goto + original_name: Al Goto + popularity: 2.667 + profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg + total_episode_count: 7 + - adult: false + department: Crew + gender: 2 + id: 4065206 + jobs: + - credit_id: 64634bf20f365501190773a4 + episode_count: 7 + job: Thanks + known_for_department: Crew + name: Martin Chávez + original_name: Martin Chávez + popularity: 0.332 + profile_path: null + total_episode_count: 7 + - adult: false + department: Directing + gender: 2 + id: 111338 + jobs: + - credit_id: 52542275760ee31328000725 + episode_count: 2 + job: Director + known_for_department: Directing + name: Adam Bernstein + original_name: Adam Bernstein + popularity: 2.628 + profile_path: /jtU4MFHJ1KBbMj77yhJ4Od3tpIr.jpg + total_episode_count: 2 + - adult: false + department: Directing + gender: 2 + id: 205639 + jobs: + - credit_id: 52542278760ee31328000a9b + episode_count: 1 + job: Director + known_for_department: Directing + name: Jim McKay + original_name: Jim McKay + popularity: 3.275 + profile_path: /hrrBk9T8Ds0UH9NKds1gkbJioTo.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 15858 + jobs: + - credit_id: 5254227b760ee31328000d0c + episode_count: 1 + job: Director + known_for_department: Directing + name: Tim Hunter + original_name: Tim Hunter + popularity: 3.246 + profile_path: /n03G1gCKqxpi6udwINygNiLoGdn.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 1 + id: 1215145 + jobs: + - credit_id: 5603c49292514122c00042fc + episode_count: 1 + job: Director + known_for_department: Directing + name: Tricia Brock + original_name: Tricia Brock + popularity: 2.165 + profile_path: /5OV41AzetM5WrJ0zKqmw4mShEk5.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 2 + id: 66633 + jobs: + - credit_id: 52542275760ee313280006e8 + episode_count: 1 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 1 + - adult: false + department: Directing + gender: 1 + id: 18320 + jobs: + - credit_id: 52542279760ee31328000b61 + episode_count: 1 + job: Director + known_for_department: Directing + name: Bronwen Hughes + original_name: Bronwen Hughes + popularity: 2.821 + profile_path: /6m7XiXVXyEaN81e4OyDfWxBpNov.jpg + total_episode_count: 1 + - adult: false + department: Editing + gender: 1 + id: 1280071 + jobs: + - credit_id: 52b702ea19c2955402183a66 + episode_count: 4 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + total_episode_count: 4 + - adult: false + department: Editing + gender: 1 + id: 1280074 + jobs: + - credit_id: 52b7051619c29533d00e8c79 + episode_count: 2 + job: Editor + known_for_department: Editing + name: Kelley Dixon + original_name: Kelley Dixon + popularity: 1.088 + profile_path: null + total_episode_count: 2 + - adult: false + department: Editing + gender: 2 + id: 1123195 + jobs: + - credit_id: 52b705e619c2955a1f0c895b + episode_count: 1 + job: Editor + known_for_department: Editing + name: Skip Macdonald + original_name: Skip Macdonald + popularity: 1.205 + profile_path: /58Ol4VqSnD8NIp9kpi4NkFEh9RF.jpg + total_episode_count: 1 + - adult: false + department: Production + gender: 1 + id: 1223199 + jobs: + - credit_id: 64189dbaa14bef00fd7d4bca + episode_count: 7 + job: Co-Producer + known_for_department: Production + name: Melissa Bernstein + original_name: Melissa Bernstein + popularity: 1.273 + profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 2 + id: 1223200 + jobs: + - credit_id: 64189cd9e74146007c82fbfc + episode_count: 7 + job: Co-Producer + known_for_department: Production + name: Stewart Lyons + original_name: Stewart Lyons + popularity: 0.524 + profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 2 + id: 5162 + jobs: + - credit_id: 52542287760ee31328001b69 + episode_count: 7 + job: Executive Producer + known_for_department: Production + name: Mark Johnson + original_name: Mark Johnson + popularity: 3.444 + profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 1 + id: 1223201 + jobs: + - credit_id: 5254228c760ee31328001c37 + episode_count: 7 + job: Producer + known_for_department: Production + name: Karen Moore + original_name: Karen Moore + popularity: 1.033 + profile_path: null + total_episode_count: 7 + - adult: false + department: Production + gender: 1 + id: 959387 + jobs: + - credit_id: 64446643cee2f604f336e877 + episode_count: 7 + job: Casting + known_for_department: Production + name: Sherry Thomas + original_name: Sherry Thomas + popularity: 1.562 + profile_path: null + total_episode_count: 7 + - adult: false + department: Production + gender: 2 + id: 66633 + jobs: + - credit_id: 52542287760ee31328001af1 + episode_count: 7 + job: Executive Producer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 1 + id: 6479 + jobs: + - credit_id: 6444663ccee2f6049f36d7d3 + episode_count: 7 + job: Casting + known_for_department: Production + name: Sharon Bialy + original_name: Sharon Bialy + popularity: 3.104 + profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg + total_episode_count: 7 + - adult: false + department: Production + gender: 1 + id: 1218856 + jobs: + - credit_id: 6418a01d0d5d8500f2d7be70 + episode_count: 6 + job: Producer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + total_episode_count: 6 + - adult: false + department: Production + gender: 1 + id: 1808170 + jobs: + - credit_id: 6418a04de7414600b96bf1bd + episode_count: 2 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + total_episode_count: 2 + - adult: false + department: Sound + gender: 2 + id: 1280070 + jobs: + - credit_id: 52b7008819c29559eb03dd72 + episode_count: 7 + job: Original Music Composer + known_for_department: Sound + name: Dave Porter + original_name: Dave Porter + popularity: 0.86 + profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg + total_episode_count: 7 + - adult: false + department: Sound + gender: 2 + id: 1537682 + jobs: + - credit_id: 644986702fdec604e4a1236a + episode_count: 7 + job: Supervising Sound Editor + known_for_department: Sound + name: Kurt Nicholas Forshager + original_name: Kurt Nicholas Forshager + popularity: 0.58 + profile_path: null + total_episode_count: 7 + - adult: false + department: Sound + gender: 2 + id: 1069688 + jobs: + - credit_id: 64634e45e3fa2f00e404a628 + episode_count: 7 + job: Music Supervisor + known_for_department: Sound + name: Thomas Golubić + original_name: Thomas Golubić + popularity: 1.132 + profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg + total_episode_count: 7 + - adult: false + department: Writing + gender: 2 + id: 66633 + jobs: + - credit_id: 52542275760ee313280006ce + episode_count: 4 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + total_episode_count: 4 + - adult: false + department: Writing + gender: 1 + id: 1218856 + jobs: + - credit_id: 64189fca5690b5007a5592e1 + episode_count: 1 + job: Writer + known_for_department: Writing + name: Patty Lin + original_name: Patty Lin + popularity: 1.52 + profile_path: null + total_episode_count: 1 + - adult: false + department: Writing + gender: 2 + id: 24951 + jobs: + - credit_id: 6443b361cee2f6044b36a4f2 + episode_count: 1 + job: Writer + known_for_department: Production + name: Peter Gould + original_name: Peter Gould + popularity: 6.709 + profile_path: /a2dJSpUiXQ2NAxqSzztr6WsnhOJ.jpg + total_episode_count: 1 + - adult: false + department: Writing + gender: 2 + id: 1223193 + jobs: + - credit_id: 52542279760ee31328000b45 + episode_count: 1 + job: Writer + known_for_department: Writing + name: George Mastras + original_name: George Mastras + popularity: 3.07 + profile_path: /2K0NELbA0Ow45ECudbO2eFc1Fe4.jpg + total_episode_count: 1 + id: 3572 + + /tv/season/{season_id}/changes: + get: + tags: + - TV SEASONS + summary: Changes + description: This endpoint get the recent changes for a TV season. + operationId: changes3 + parameters: + - $ref: '#/components/parameters/start_date' + - $ref: '#/components/parameters/page' + - $ref: '#/components/parameters/end_date' + - $ref: '#/components/parameters/season_number' + + responses: + '200': + description: changes + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=600 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '14' + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:47:53 GMT + ETag: + schema: + type: string + example: W/"1c7b0be7cfcb529d61df7c7b50baa91e" + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ffa4b37ccdc94a8c62bf6b6414725210.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: fr3UWYyLVA2wEKYjRkmDjAhiKoev-wrnG5CT0qPsHoSEX2w1PoQq5g== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS, STORE + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '600' + x-memc-key: + schema: + type: string + example: c04c54c34d3d5a5a038e881a3c82752b + content: + application/json: + schema: + type: object + properties: + changes: + type: array + items: {} + example: [] + examples: + changes: + value: + changes: [] + + /tv/{series_id}/season/{season_number}/credits: + get: + tags: + - TV SEASONS + summary: Credits + description: This endpoint retrieves the cast and crew details for a specific season of a TV series. + operationId: credits1 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=11058 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:51:05 GMT + ETag: + schema: + type: string + example: W/"ff3bb7c174f045febad3d87f7ca496db" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 9c90b41a9e5ac2856624d29ed4da4234.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: qOMKNn7agsIP_H88WXtrFWj0bJWwJzm9B6MqqC7dXLyqn-K8tQ3sEg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16758' + x-memc-expires: + schema: + type: string + example: '11058' + x-memc-key: + schema: + type: string + example: 0e6e7e4a492c0f42e15dd997f458cc1b + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + character: + type: string + example: Walter White + credit_id: + type: string + example: 52542282760ee313280017f9 + gender: + type: number + example: 2 + id: + type: number + example: 17419 + known_for_department: + type: string + example: Acting + name: + type: string + example: Bryan Cranston + order: + type: number + example: 0 + original_name: + type: string + example: Bryan Cranston + popularity: + type: number + example: 37.518 + profile_path: + type: string + example: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + example: + - adult: false + character: Walter White + credit_id: 52542282760ee313280017f9 + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + - adult: false + character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + - adult: false + character: Skyler White + credit_id: 52542282760ee3132800181b + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + - adult: false + character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + - adult: false + character: Hank Schrader + credit_id: 52542283760ee3132800187b + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + - adult: false + character: Marie Schrader + credit_id: 52542283760ee31328001891 + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + credit_id: + type: string + example: 64189cd9e74146007c82fbfc + department: + type: string + example: Production + gender: + type: number + example: 2 + id: + type: number + example: 1223200 + job: + type: string + example: Co-Producer + known_for_department: + type: string + example: Production + name: + type: string + example: Stewart Lyons + original_name: + type: string + example: Stewart Lyons + popularity: + type: number + example: 0.524 + profile_path: + type: string + nullable: true + example: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + example: + - adult: false + credit_id: 64189cd9e74146007c82fbfc + department: Production + gender: 2 + id: 1223200 + job: Co-Producer + known_for_department: Production + name: Stewart Lyons + original_name: Stewart Lyons + popularity: 0.524 + profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + - adult: false + credit_id: 64189dbaa14bef00fd7d4bca + department: Production + gender: 1 + id: 1223199 + job: Co-Producer + known_for_department: Production + name: Melissa Bernstein + original_name: Melissa Bernstein + popularity: 1.273 + profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg + - adult: false + credit_id: 5254228c760ee31328001c37 + department: Production + gender: 1 + id: 1223201 + job: Producer + known_for_department: Production + name: Karen Moore + original_name: Karen Moore + popularity: 1.033 + profile_path: null + - adult: false + credit_id: 52b7020b19c295223b0a46e8 + department: Art + gender: 2 + id: 21640 + job: Production Design + known_for_department: Art + name: Robb Wilson King + original_name: Robb Wilson King + popularity: 2.247 + profile_path: null + - adult: false + credit_id: 64634bf20f365501190773a4 + department: Crew + gender: 2 + id: 4065206 + job: Thanks + known_for_department: Crew + name: Martin Chávez + original_name: Martin Chávez + popularity: 0.332 + profile_path: null + - adult: false + credit_id: 52b7034f19c2955402184de6 + department: Costume & Make-Up + gender: 0 + id: 35583 + job: Costume Design + known_for_department: Costume & Make-Up + name: Kathleen Detoro + original_name: Kathleen Detoro + popularity: 1.319 + profile_path: null + - adult: false + credit_id: 52542287760ee31328001af1 + department: Production + gender: 2 + id: 66633 + job: Executive Producer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542287760ee31328001b69 + department: Production + gender: 2 + id: 5162 + job: Executive Producer + known_for_department: Production + name: Mark Johnson + original_name: Mark Johnson + popularity: 3.444 + profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg + - adult: false + credit_id: 52b7008819c29559eb03dd72 + department: Sound + gender: 2 + id: 1280070 + job: Original Music Composer + known_for_department: Sound + name: Dave Porter + original_name: Dave Porter + popularity: 0.86 + profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg + - adult: false + credit_id: 6444663ccee2f6049f36d7d3 + department: Production + gender: 1 + id: 6479 + job: Casting + known_for_department: Production + name: Sharon Bialy + original_name: Sharon Bialy + popularity: 3.104 + profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg + - adult: false + credit_id: 64446643cee2f604f336e877 + department: Production + gender: 1 + id: 959387 + job: Casting + known_for_department: Production + name: Sherry Thomas + original_name: Sherry Thomas + popularity: 1.562 + profile_path: null + - adult: false + credit_id: 64634e45e3fa2f00e404a628 + department: Sound + gender: 2 + id: 1069688 + job: Music Supervisor + known_for_department: Sound + name: Thomas Golubić + original_name: Thomas Golubić + popularity: 1.132 + profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg + - adult: false + credit_id: 644986702fdec604e4a1236a + department: Sound + gender: 2 + id: 1537682 + job: Supervising Sound Editor + known_for_department: Sound + name: Kurt Nicholas Forshager + original_name: Kurt Nicholas Forshager + popularity: 0.58 + profile_path: null + - adult: false + credit_id: 6450485343501100ea397cba + department: Crew + gender: 2 + id: 1537690 + job: Stunt Coordinator + known_for_department: Crew + name: Al Goto + original_name: Al Goto + popularity: 2.667 + profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg + id: + type: number + example: 3572 + examples: + credits: + value: + cast: + - adult: false + character: Walter White + credit_id: 52542282760ee313280017f9 + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + - adult: false + character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + - adult: false + character: Skyler White + credit_id: 52542282760ee3132800181b + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + - adult: false + character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + - adult: false + character: Hank Schrader + credit_id: 52542283760ee3132800187b + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + - adult: false + character: Marie Schrader + credit_id: 52542283760ee31328001891 + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + crew: + - adult: false + credit_id: 64189cd9e74146007c82fbfc + department: Production + gender: 2 + id: 1223200 + job: Co-Producer + known_for_department: Production + name: Stewart Lyons + original_name: Stewart Lyons + popularity: 0.524 + profile_path: /dCAN4EMn8rsqALwDIjf9aNjuVTm.jpg + - adult: false + credit_id: 64189dbaa14bef00fd7d4bca + department: Production + gender: 1 + id: 1223199 + job: Co-Producer + known_for_department: Production + name: Melissa Bernstein + original_name: Melissa Bernstein + popularity: 1.273 + profile_path: /rSztwqMUIko8RkmwjxBse1XDW3g.jpg + - adult: false + credit_id: 5254228c760ee31328001c37 + department: Production + gender: 1 + id: 1223201 + job: Producer + known_for_department: Production + name: Karen Moore + original_name: Karen Moore + popularity: 1.033 + profile_path: null + - adult: false + credit_id: 52b7020b19c295223b0a46e8 + department: Art + gender: 2 + id: 21640 + job: Production Design + known_for_department: Art + name: Robb Wilson King + original_name: Robb Wilson King + popularity: 2.247 + profile_path: null + - adult: false + credit_id: 64634bf20f365501190773a4 + department: Crew + gender: 2 + id: 4065206 + job: Thanks + known_for_department: Crew + name: Martin Chávez + original_name: Martin Chávez + popularity: 0.332 + profile_path: null + - adult: false + credit_id: 52b7034f19c2955402184de6 + department: Costume & Make-Up + gender: 0 + id: 35583 + job: Costume Design + known_for_department: Costume & Make-Up + name: Kathleen Detoro + original_name: Kathleen Detoro + popularity: 1.319 + profile_path: null + - adult: false + credit_id: 52542287760ee31328001af1 + department: Production + gender: 2 + id: 66633 + job: Executive Producer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542287760ee31328001b69 + department: Production + gender: 2 + id: 5162 + job: Executive Producer + known_for_department: Production + name: Mark Johnson + original_name: Mark Johnson + popularity: 3.444 + profile_path: /gLuXkOQjqB81aHMGJ2OtYzEpHQu.jpg + - adult: false + credit_id: 52b7008819c29559eb03dd72 + department: Sound + gender: 2 + id: 1280070 + job: Original Music Composer + known_for_department: Sound + name: Dave Porter + original_name: Dave Porter + popularity: 0.86 + profile_path: /flRW9QknVtU8HG7lLjMvflbhl2a.jpg + - adult: false + credit_id: 6444663ccee2f6049f36d7d3 + department: Production + gender: 1 + id: 6479 + job: Casting + known_for_department: Production + name: Sharon Bialy + original_name: Sharon Bialy + popularity: 3.104 + profile_path: /uOex6LpaQYncD0sQfVYD1frI5uJ.jpg + - adult: false + credit_id: 64446643cee2f604f336e877 + department: Production + gender: 1 + id: 959387 + job: Casting + known_for_department: Production + name: Sherry Thomas + original_name: Sherry Thomas + popularity: 1.562 + profile_path: null + - adult: false + credit_id: 64634e45e3fa2f00e404a628 + department: Sound + gender: 2 + id: 1069688 + job: Music Supervisor + known_for_department: Sound + name: Thomas Golubić + original_name: Thomas Golubić + popularity: 1.132 + profile_path: /umzkpmX3p3GdrSutAHFX7Rij0Sm.jpg + - adult: false + credit_id: 644986702fdec604e4a1236a + department: Sound + gender: 2 + id: 1537682 + job: Supervising Sound Editor + known_for_department: Sound + name: Kurt Nicholas Forshager + original_name: Kurt Nicholas Forshager + popularity: 0.58 + profile_path: null + - adult: false + credit_id: 6450485343501100ea397cba + department: Crew + gender: 2 + id: 1537690 + job: Stunt Coordinator + known_for_department: Crew + name: Al Goto + original_name: Al Goto + popularity: 2.667 + profile_path: /sJEtjLwLdqhY3soar4BflPBDpZu.jpg + id: 3572 + + /tv/{series_id}/season/{season_number}/external_ids: + get: + tags: + - TV SEASONS + summary: External IDs + description: This endpoint get a list of external IDs that have been added to a TV season. + operationId: externalIds3 + parameters: + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: external ids + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=5203 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:53:03 GMT + ETag: + schema: + type: string + example: W/"a58ab76ecd44295fd55e0b9f82713b22" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 a1157b69a14bebe8162237750a074fae.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 1oFGpMUXzSRSYo0G_S1khv1FqEYnySWToJckdZiYq94YtMwxLZAb2g== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '17070' + x-memc-expires: + schema: + type: string + example: '5203' + x-memc-key: + schema: + type: string + example: 090053f7bce3ab14df9c898838eb5c23 + content: + application/json: + schema: + type: object + properties: + freebase_id: + type: string + example: /en/breaking_bad_season_1 + freebase_mid: + type: string + example: /m/05yy27m + id: + type: number + example: 3572 + tvdb_id: + type: number + example: 30272 + tvrage_id: + nullable: true + example: null + wikidata_id: + type: string + example: Q1582890 + examples: + external ids: + value: + freebase_id: /en/breaking_bad_season_1 + freebase_mid: /m/05yy27m + id: 3572 + tvdb_id: 30272 + tvrage_id: null + wikidata_id: Q1582890 + + /tv/{series_id}/season/{season_number}/images: + get: + tags: + - TV SEASONS + summary: Images + description: This endpoint get the images that belong to a TV season. + operationId: images6 + parameters: + - name: include_image_language + in: query + description: Filters returned images based on specified languages. specify a comma separated list of ISO-639-1 values to query, for example; ```en,null``` + schema: + type: string + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=14480 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:56:22 GMT + ETag: + schema: + type: string + example: W/"228cf7153ade03d01588e431afba20e0" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 600860a2fda807ac628822c14b5de860.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: _EESHhqTjJIP7t7J5uF9AJc2IFYao8oDtvI_7l2NEYUWylKAKglB1g== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '9938' + x-memc-expires: + schema: + type: string + example: '14480' + x-memc-key: + schema: + type: string + example: 8d57095b261e487ed0b90b32fefd8854 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3572 + posters: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 0.667 + file_path: + type: string + example: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + height: + type: number + example: 1800 + iso_639_1: + type: string + nullable: true + example: en + vote_average: + type: number + example: 6.306 + vote_count: + type: number + example: 18 + width: + type: number + example: 1200 + example: + - aspect_ratio: 0.667 + file_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + height: 1800 + iso_639_1: en + vote_average: 6.306 + vote_count: 18 + width: 1200 + - aspect_ratio: 0.667 + file_path: /1C96KIebESXhEnpeq4BWY0jg4KS.jpg + height: 3000 + iso_639_1: en + vote_average: 5.778 + vote_count: 9 + width: 2000 + - aspect_ratio: 0.667 + file_path: /kmMkmUOdDzbYNFKkMLSRpxEgsvQ.jpg + height: 3000 + iso_639_1: es + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /mLPHZocLjPmzACcnvJVaOiM4Sf4.jpg + height: 2268 + iso_639_1: hu + vote_average: 3.334 + vote_count: 1 + width: 1512 + - aspect_ratio: 0.667 + file_path: /icR10XfPhgszVOKhBXAIJQXpCmV.jpg + height: 1500 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /z0qYjScqzDmre0ZsroNVQ8oIll6.jpg + height: 1500 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /sUbZ6TUTslNkM1f1PZclYVa60zv.jpg + height: 3000 + iso_639_1: pt + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /8heiYdc8oWbPODli86Vv3DvF3ON.jpg + height: 1500 + iso_639_1: fr + vote_average: 2.278 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.666 + file_path: /oTZYHCjswBRZMkuEyC2A5WtY0On.jpg + height: 2000 + iso_639_1: en + vote_average: 2.278 + vote_count: 3 + width: 1332 + - aspect_ratio: 0.667 + file_path: /o5131POxv9xFl3wBmdg0YWc9Iz4.jpg + height: 1425 + iso_639_1: en + vote_average: 2.066 + vote_count: 5 + width: 950 + - aspect_ratio: 0.667 + file_path: /dHCYpEoHEjAV6Xt3eyNthkdLRl3.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.692 + file_path: /4b2BRHmDnb3Ab9WdNZS3zB2zcyG.jpg + height: 578 + iso_639_1: de + vote_average: 1.75 + vote_count: 2 + width: 400 + - aspect_ratio: 0.692 + file_path: /dwuLNYvZR0n22tHx5a14mhq4ysn.jpg + height: 578 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 400 + - aspect_ratio: 0.667 + file_path: /e5WjVMRr1DOZMnqsm6jRtnmMOTf.jpg + height: 1500 + iso_639_1: hu + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.692 + file_path: /bQkJ7THLSk3wBKK8ziGWwvk7TUJ.jpg + height: 578 + iso_639_1: pt + vote_average: 1.75 + vote_count: 2 + width: 400 + - aspect_ratio: 0.667 + file_path: /qMzUt1Sc9RgfcjB1ScD8N3knR70.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.692 + file_path: /8yHDd0EVpNpWk1VBa9QP4iUmw0v.jpg + height: 578 + iso_639_1: en + vote_average: 1.612 + vote_count: 3 + width: 400 + - aspect_ratio: 1 + file_path: /lVbofIPlw3kYa8FQgHT7GtWMI2Q.jpg + height: 1000 + iso_639_1: nl + vote_average: 1.222 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.667 + file_path: /rz6JkmPxLFjYZwPh9QNvHPWiePG.jpg + height: 1500 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.692 + file_path: /6lP6ac4wNmWgtfVvrsl53bMqrKS.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /wr0pPDfwn4gNQxjNWpkazhN13tZ.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /zJV0m4IFtsmF2QsCk4Yrwv5frNn.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /ryreluyqCf6CxlEFbZSceVGw8NL.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /m8V6Fm2dV7tNvjCmBpROSU3Zrq4.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /tkZ9bXm9iFNEdZmblSl8rxgpstT.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /l5s5lfqpdP4uigrZtu5Sg8hfWqG.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /2lhO5zd1nnf7PjC7dGCUo45Volz.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 400 + - aspect_ratio: 0.692 + file_path: /fRlrqBPD0jf7WS3c1kdd4NTpE3c.jpg + height: 578 + iso_639_1: pt + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.667 + file_path: /c1XAIjr2nGARJ47moPljEd5OPwb.jpg + height: 1500 + iso_639_1: fr + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /9QUjsBb913D7EE38dPSTknUfF6b.jpg + height: 1500 + iso_639_1: fr + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /Yktja5gV6LjZmJI8Qgd5SDnLdd.jpg + height: 3000 + iso_639_1: pt + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.692 + file_path: /oW0G4MKWcyNaRGckZf8WRFyO5cH.jpg + height: 578 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 400 + - aspect_ratio: 0.68 + file_path: /pD4gCQunvD921tOz4QZBX2Zdk7H.jpg + height: 1000 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.667 + file_path: /wyYKXa7ebhUjgGZOGQ5Qx3c7DUB.jpg + height: 1395 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 930 + - aspect_ratio: 0.706 + file_path: /smOdus61Cfc7PbYlb3LkOfljj8f.jpg + height: 1000 + iso_639_1: bg + vote_average: 0 + vote_count: 0 + width: 706 + - aspect_ratio: 0.667 + file_path: /2U0dZkcNjkZkMsUxsHo0KRxHzVX.jpg + height: 1800 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1200 + - aspect_ratio: 0.667 + file_path: /lXOIPBN3kSnniCUxclqBDqC8Tb3.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /91EIXdWxmp2mHNRsSuDW3WyDJLj.jpg + height: 1800 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1200 + - aspect_ratio: 0.667 + file_path: /14zy0xP4pEeN3X7cHDekMFNRW9P.jpg + height: 1500 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /dZIkfglm7kOS5q1kWcUy8WOfoCk.jpg + height: 1395 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 930 + - aspect_ratio: 0.667 + file_path: /zjaHLIxpe80VX6lECjSwX26oi6Q.jpg + height: 3000 + iso_639_1: uk + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cokE9pCQH4Pn0QE262VN3EW389v.jpg + height: 3000 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.75 + file_path: /6cSgjyeApVty8jyVQTdkDBYaqHy.jpg + height: 667 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 500 + - aspect_ratio: 0.667 + file_path: /z4JfysFevkn2LN34seyPGprPK79.jpg + height: 1012 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 675 + - aspect_ratio: 0.667 + file_path: /qjlqM1rp9uBO3y5EXt6pJ04v8N.jpg + height: 1920 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + examples: + images: + value: + id: 3572 + posters: + - aspect_ratio: 0.667 + file_path: /1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg + height: 1800 + iso_639_1: en + vote_average: 6.306 + vote_count: 18 + width: 1200 + - aspect_ratio: 0.667 + file_path: /1C96KIebESXhEnpeq4BWY0jg4KS.jpg + height: 3000 + iso_639_1: en + vote_average: 5.778 + vote_count: 9 + width: 2000 + - aspect_ratio: 0.667 + file_path: /kmMkmUOdDzbYNFKkMLSRpxEgsvQ.jpg + height: 3000 + iso_639_1: es + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /mLPHZocLjPmzACcnvJVaOiM4Sf4.jpg + height: 2268 + iso_639_1: hu + vote_average: 3.334 + vote_count: 1 + width: 1512 + - aspect_ratio: 0.667 + file_path: /icR10XfPhgszVOKhBXAIJQXpCmV.jpg + height: 1500 + iso_639_1: fr + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /z0qYjScqzDmre0ZsroNVQ8oIll6.jpg + height: 1500 + iso_639_1: en + vote_average: 3.334 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /sUbZ6TUTslNkM1f1PZclYVa60zv.jpg + height: 3000 + iso_639_1: pt + vote_average: 3.334 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.667 + file_path: /8heiYdc8oWbPODli86Vv3DvF3ON.jpg + height: 1500 + iso_639_1: fr + vote_average: 2.278 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.666 + file_path: /oTZYHCjswBRZMkuEyC2A5WtY0On.jpg + height: 2000 + iso_639_1: en + vote_average: 2.278 + vote_count: 3 + width: 1332 + - aspect_ratio: 0.667 + file_path: /o5131POxv9xFl3wBmdg0YWc9Iz4.jpg + height: 1425 + iso_639_1: en + vote_average: 2.066 + vote_count: 5 + width: 950 + - aspect_ratio: 0.667 + file_path: /dHCYpEoHEjAV6Xt3eyNthkdLRl3.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 4 + width: 1000 + - aspect_ratio: 0.692 + file_path: /4b2BRHmDnb3Ab9WdNZS3zB2zcyG.jpg + height: 578 + iso_639_1: de + vote_average: 1.75 + vote_count: 2 + width: 400 + - aspect_ratio: 0.692 + file_path: /dwuLNYvZR0n22tHx5a14mhq4ysn.jpg + height: 578 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 400 + - aspect_ratio: 0.667 + file_path: /e5WjVMRr1DOZMnqsm6jRtnmMOTf.jpg + height: 1500 + iso_639_1: hu + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.692 + file_path: /bQkJ7THLSk3wBKK8ziGWwvk7TUJ.jpg + height: 578 + iso_639_1: pt + vote_average: 1.75 + vote_count: 2 + width: 400 + - aspect_ratio: 0.667 + file_path: /qMzUt1Sc9RgfcjB1ScD8N3knR70.jpg + height: 1500 + iso_639_1: en + vote_average: 1.75 + vote_count: 2 + width: 1000 + - aspect_ratio: 0.692 + file_path: /8yHDd0EVpNpWk1VBa9QP4iUmw0v.jpg + height: 578 + iso_639_1: en + vote_average: 1.612 + vote_count: 3 + width: 400 + - aspect_ratio: 1 + file_path: /lVbofIPlw3kYa8FQgHT7GtWMI2Q.jpg + height: 1000 + iso_639_1: nl + vote_average: 1.222 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.667 + file_path: /rz6JkmPxLFjYZwPh9QNvHPWiePG.jpg + height: 1500 + iso_639_1: en + vote_average: 1.222 + vote_count: 3 + width: 1000 + - aspect_ratio: 0.692 + file_path: /6lP6ac4wNmWgtfVvrsl53bMqrKS.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /wr0pPDfwn4gNQxjNWpkazhN13tZ.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /zJV0m4IFtsmF2QsCk4Yrwv5frNn.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /ryreluyqCf6CxlEFbZSceVGw8NL.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /m8V6Fm2dV7tNvjCmBpROSU3Zrq4.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /tkZ9bXm9iFNEdZmblSl8rxgpstT.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /l5s5lfqpdP4uigrZtu5Sg8hfWqG.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.692 + file_path: /2lhO5zd1nnf7PjC7dGCUo45Volz.jpg + height: 578 + iso_639_1: en + vote_average: 0.166 + vote_count: 2 + width: 400 + - aspect_ratio: 0.692 + file_path: /fRlrqBPD0jf7WS3c1kdd4NTpE3c.jpg + height: 578 + iso_639_1: pt + vote_average: 0.166 + vote_count: 1 + width: 400 + - aspect_ratio: 0.667 + file_path: /c1XAIjr2nGARJ47moPljEd5OPwb.jpg + height: 1500 + iso_639_1: fr + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /9QUjsBb913D7EE38dPSTknUfF6b.jpg + height: 1500 + iso_639_1: fr + vote_average: 0.166 + vote_count: 1 + width: 1000 + - aspect_ratio: 0.667 + file_path: /Yktja5gV6LjZmJI8Qgd5SDnLdd.jpg + height: 3000 + iso_639_1: pt + vote_average: 0.166 + vote_count: 1 + width: 2000 + - aspect_ratio: 0.692 + file_path: /oW0G4MKWcyNaRGckZf8WRFyO5cH.jpg + height: 578 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 400 + - aspect_ratio: 0.68 + file_path: /pD4gCQunvD921tOz4QZBX2Zdk7H.jpg + height: 1000 + iso_639_1: ru + vote_average: 0 + vote_count: 0 + width: 680 + - aspect_ratio: 0.667 + file_path: /wyYKXa7ebhUjgGZOGQ5Qx3c7DUB.jpg + height: 1395 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 930 + - aspect_ratio: 0.706 + file_path: /smOdus61Cfc7PbYlb3LkOfljj8f.jpg + height: 1000 + iso_639_1: bg + vote_average: 0 + vote_count: 0 + width: 706 + - aspect_ratio: 0.667 + file_path: /2U0dZkcNjkZkMsUxsHo0KRxHzVX.jpg + height: 1800 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1200 + - aspect_ratio: 0.667 + file_path: /lXOIPBN3kSnniCUxclqBDqC8Tb3.jpg + height: 1500 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /91EIXdWxmp2mHNRsSuDW3WyDJLj.jpg + height: 1800 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 1200 + - aspect_ratio: 0.667 + file_path: /14zy0xP4pEeN3X7cHDekMFNRW9P.jpg + height: 1500 + iso_639_1: he + vote_average: 0 + vote_count: 0 + width: 1000 + - aspect_ratio: 0.667 + file_path: /dZIkfglm7kOS5q1kWcUy8WOfoCk.jpg + height: 1395 + iso_639_1: it + vote_average: 0 + vote_count: 0 + width: 930 + - aspect_ratio: 0.667 + file_path: /zjaHLIxpe80VX6lECjSwX26oi6Q.jpg + height: 3000 + iso_639_1: uk + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.667 + file_path: /cokE9pCQH4Pn0QE262VN3EW389v.jpg + height: 3000 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 2000 + - aspect_ratio: 0.75 + file_path: /6cSgjyeApVty8jyVQTdkDBYaqHy.jpg + height: 667 + iso_639_1: en + vote_average: 0 + vote_count: 0 + width: 500 + - aspect_ratio: 0.667 + file_path: /z4JfysFevkn2LN34seyPGprPK79.jpg + height: 1012 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 675 + - aspect_ratio: 0.667 + file_path: /qjlqM1rp9uBO3y5EXt6pJ04v8N.jpg + height: 1920 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1280 + + /tv/{series_id}/season/{season_number}/translations: + get: + tags: + - TV SEASONS + summary: Translations + description: This endpoint get the translations for a TV season. + operationId: translations3 + parameters: + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: translations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=8312 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:58:38 GMT + ETag: + schema: + type: string + example: W/"a7856150ac7dffefb94d6561ca2fab45" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 7eefe38d76087dfad8e2f0b7702246ee.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: R2Ftwe2r0EDXotVsJNP5Gbk0zEg4sZQTyUM5J5v7w1FTcQDrzDc6jQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16320' + x-memc-expires: + schema: + type: string + example: '8312' + x-memc-key: + schema: + type: string + example: f580db610d2621acd0de2f74579da299 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3572 + translations: + type: array + items: + type: object + properties: + data: + type: object + properties: + name: + type: string + example: '' + overview: + type: string + example: >- + High school chemistry teacher Walter White's + life is suddenly transformed by a dire medical + diagnosis. Street-savvy former student Jesse + Pinkman "teaches" Walter a new trade. + english_name: + type: string + example: English + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + name: + type: string + example: English + example: + - data: + name: '' + overview: >- + High school chemistry teacher Walter White's life is + suddenly transformed by a dire medical diagnosis. + Street-savvy former student Jesse Pinkman "teaches" + Walter a new trade. + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + name: '' + overview: >- + Bittere Neuigkeiten für einen Chemielehrer: Krebs im + Endstadium. Um seiner Familie eine sichere Zukunft + zu ermöglichen, verkauft er selbst hergestelltes + Crystal Meth. + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + name: '' + overview: >- + Walter White, 50 ans, est professeur de chimie dans + un lycée du Nouveau-Mexique. Son quotidien est + bouleversé lorsqu’il apprend qu’il est atteint d’un + cancer des poumons incurable. Il n’a plus qu’une + seule solution pour mettre rapidement sa famille à + l’abri du besoin : fabriquer et vendre une drogue de + synthèse. Commence alors une longue descente aux + enfers. + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + name: Seizoen 1 + overview: >- + Walter White, een onopvallende, saaie + scheikundedocent, krijgt op een dag te horen dat hij + aan terminale kanker lijdt. De ooit succesvolle + chemicus geeft scheikundeles op een middelbare + school en werkt parttime in een wasstraat om zijn + gezin te onderhouden - zijn vrouw Skyler, die wat + bijverdient met een handeltje op eBay en zijn + wilskrachtige, 17-jarige zoon Walter Jr. die aan + hersenverlamming lijdt. Om ervoor te zorgen dat zijn + gezin na zijn dood goed verzorgd achterblijft, + bedenkt hij het ambitieuze plan om een drugshandel + op te zetten. + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + name: '' + overview: >- + Ölümcül kanser teşhisi konan bir lise öğretmeni, + ailesinin parasal geleceğini garantiye almak için + metamfetamin üretip satmaya başlar. + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + name: '' + overview: '' + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + name: '' + overview: >- + Первый сезон сериала знакомит зрителя с жизнью + Уолтера Уайта — 50-летнего школьного учителя химии + из города Альбукерке. Помимо преподавания он + вынужден подрабатывать на автомойке, чтобы содержать + свою беременную жену и сына-инвалида. Однако Уолтеру + приходится пересмотреть свой привычный образ жизни, + когда у него диагностируют неоперабельный рак + лёгкого. + + + С целью оплаты лечения и обеспечения финансового + будущего своей семьи Уолтер Уайт решает заняться + производством метамфетамина. Его напарником + становится бывший ученик — Джесси Пинкман. Вместе + они находят домик на колёсах и отправляются в + пустыню, чтобы приготовить первую партию наркотика. + Но приготовление — это лишь полдела, нужно ещё + продать полученный метамфетамин. И на этом пути + напарники то и дело попадают в сложные ситуации, в + которых им приходится принимать непростые решения. + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + name: 1. évad + overview: >- + Vajon összejön már végre egy normális drogüzlet + ennek a két lúzernek? És vajon jót tesz a + biznisznek, ha az ember üzlettársa ritkán van + magánál? + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + name: '' + overview: 一位高中化学老师被诊断出癌症晚期,为了保证家人未来的生计,他决定制作并贩卖冰毒。 + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + name: '' + overview: >- + Bryan Cranston, ganador de un Emmy, interpreta a + Walter White, un profesor de química venido a menos + que lucha por llegar a fin de mes y mantener a su + esposa (Anna Gunn) y a un hijo incapacitado (RJ + Mitte). Todo cambia cuando a Walter le diagnostican + un cáncer terminal de pulmón. Como sólo le quedan + unos cuantos años de vida y no tiene nada que + perder, Walter usa sus conocimientos de química para + fabricar y vender metanfetamina a uno de sus + antiguos estudiantes (Aaron Paul). A medida que el + negocio crece, también lo hacen las mentiras, pero + Walt hará lo que sea para asegurar el futuro de su + familia aunque para ello tenga que arriesgar sus + vidas. + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + name: Σαιζόν 1 + overview: >- + Ο καθηγητής που πάσχει από καρκίνο σε τελικό στάδιο + προσπαθεί να εξασφαλίσει το οικονομικό μέλλον της + οικογένειάς του, παρασκευάζοντας και διανέμοντας + μεθαμφεταμίνη. + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + name: 1ª Temporada + overview: >- + Diagnosticado com cancro de pulmão terminal, um + professor de secundário tenta assegurar o futuro da + sua família fabricando e vendendo metanfetaminas. + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + name: '' + overview: >- + Dopo la diagnosi di una malattia terminale, un + insegnante delle superiori si dedica alla produzione + e allo spaccio di droga per assicurare un futuro + agiato alla famiglia. + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + name: '' + overview: '' + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + name: '' + overview: >- + Viața profesorului de chimie Walter White este brusc + transformată de un diagnostic medical îngrozitor. + Fostul student om al străzii Jesse Pinkman „îl + învață” pe Walter o nouă meserie. + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + name: 시즌 1 + overview: >- + 말기 암 판정을 받은 한 평범한 고등학교 교사가 죽기 전에 가족의 장래를 위한 돈을 마련하기 + 위해 메타암페타민을 제조하고 유통하려고 한다. + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + name: '' + overview: >- + מורה בבית ספר תיכון שחולה בסרטן סופני מתחיל לייצר + ולהפיץ סמים מסוכנים כדי להבטיח את עתידה הכלכלי של + משפחתו. + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + name: '' + overview: >- + Po diagnozie nieuleczalnego nowotworu nauczyciel + chemii próbuje zabezpieczyć finansowo przyszłość + swojej rodziny. Zaczyna produkować i sprzedawać + metamfetaminę. + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + name: '' + overview: '' + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + name: '' + overview: >- + Učitel chemie Walter White, žijící s těhotnou ženou + a synem po mozkové obrně, zjišťuje, že má rakovinu + plic ve třetím stádiu. Walter si uvědomuje, že by + svoji rodinu měl do budoucna nějakým způsobem + zajistit, pro případ kdyby zemřel. Rozhodne se, že + peněz dosáhne výrobou a prodejem drog. Dává se + dohromady se svým bývalým studentem Jesse Pinkmanem + a díky výborným znalostem chemie společně vaří + výjimečně čistý metamfetamin. Drogu vyrábějí v + mobilní laboratoři (v karavanu, v poušti za městem) + s pomocí laboratorního nádobí, které Walt ukradl ze + školní laboratoře. Vše jde bez problémů, až do + chvíle, kdy je napadnou dva dealeři, kteří dříve + spolupracovali s Jessem. + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + name: '' + overview: >- + ベテランプロデューサー、ヴィンス・ギリガンとマーク・ジョンソンの制作によるドラマ。主人公のウォルターは冴えない高校の化学教師だが、自身が末期がんに冒されていることを知った後、新しい人生に目覚める。かつては成功を嘱望される化学者だったウォルターだが、今はやる気のない高校生に授業を行うかたわら、洗車のアルバイトをして家計を助ける身。妻のスカイラーは、eBayでの売買でほどほどの稼ぎを得ていた。息子のウォルター・ジュニアは17才。意志の強い若者だったが、脳性まひに苦しんでいた。家族に残せるものがほとんどないことに気がついたウォルターは、新しい人生の目的に目覚め、愛する家族に財産を残すため犯罪に手を染めていく。 + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + name: '' + overview: '' + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + name: '' + overview: >- + En lärare som diagnostiserats med dödlig cancer + försöker trygga familjens ekonomiska framtid genom + att tillverka och sälja metamfetamin. + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + name: Season 1 + overview: >- + Walter White suočen je s pogledom u ponor: + dijagnosticiran mu je rak pluća u posljednjem + stadiju, supruga mu je trudna, a sin na štakama. + Ovaj genijalni kemičar igrom je slučaja zapeo s + poslom profesora u srednjoj školi, a s tom plaćom + nikad svojoj obitelji nije mogao priuštiti previše, + pogotovo im ne može osigurati ugodan život jednom + kad ga ne bude. Walter će otkriti da u sebi ima + dovoljno hrabrosti (ili ludosti) da se baci u posao + s proizvodnjom i dilanjem droge. Za partnera će + uzeti svog bivšeg učenika Jesseja Pinkmana... + english_name: Bosnian + iso_3166_1: BS + iso_639_1: bs + name: Bosanski + - data: + name: '' + overview: '' + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + name: '' + overview: '' + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + name: '' + overview: '' + english_name: Estonian + iso_3166_1: EE + iso_639_1: et + name: Eesti + - data: + name: '' + overview: >- + عندما يكتشف مدرس المرحلة الثانوية إصابته بسرطان + مميت، يحاول تأمين مستقبل عائلته المالي عن طريق صناعة + وبيع عقار "الميث". + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + name: فصل ۱ + overview: >- + زندگی والتر وایت، معلم شیمی دبیرستان، ناگهان با یک + تشخیص پزشکی وخیم تغییر می‌کند. جسی پینکمن، دانش‌آموز + سابق و خیابان‌بلد، "حرفه" جدیدی به والتر می‌آموزد. + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + name: '' + overview: '' + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + name: ซีซั่น 1 + overview: >- + ครูโรงเรียนมัธยมผู้ได้รับการวินิจฉัยว่าเป็นมะเร็งขั้นสุดท้ายต้องหาทางสร้างอนาคตทางการเงินให้ครอบครัวด้วยการผลิตและจำหน่ายยาไอซ์ + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + name: '' + overview: >- + À medida que Walter constrói seu império, sua esposa + começa a suspeitar do seu comportamento. A polícia + federal tenta descobrir quem é o novo cabeça. + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + name: '' + overview: >- + Atteint d'un cancer du poumon en phase terminale, un + prof de lycée décide de plonger dans l'univers de la + drogue pour assurer l'avenir financier de sa + famille. + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + - data: + name: '' + overview: >- + A medida que Walter construye su imperio, su esposa + empieza a sospechar de su errática conducta, y la + DEA inicia la búsqueda de un nuevo líder de la + droga. + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + name: '' + overview: '' + english_name: Serbian + iso_3166_1: RS + iso_639_1: sr + name: Srpski + - data: + name: '' + overview: >- + 高中化學老師沃爾特懷特的生活因可怕的醫療診斷而突然改變。精通街頭的前學生傑西·平克曼(Jesse + Pinkman)“教”沃爾特一門新手藝。 + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + name: '' + overview: >- + Sau khi nhận kết quả chẩn đoán ung thư giai đoạn + cuối, một giáo viên trung học tìm cách chu cấp cho + tương lai tài chính của gia đình bằng cách sản xuất + và bán ma túy đá. + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + name: Sesong 1 + overview: '' + english_name: Norwegian + iso_3166_1: 'NO' + iso_639_1: 'no' + name: Norsk + - data: + name: '' + overview: '' + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + name: '' + overview: '' + english_name: Indonesian + iso_3166_1: ID + iso_639_1: id + name: Bahasa indonesia + - data: + name: '' + overview: '' + english_name: Latvian + iso_3166_1: LV + iso_639_1: lv + name: Latviešu + - data: + name: '' + overview: '' + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + name: '' + overview: '' + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + name: '' + overview: 一位中學老師被診斷為癌症末期,他企圖製造和販賣冰毒以鞏固他全家人未來的經濟來源。 + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + name: '' + overview: '' + english_name: Burmese + iso_3166_1: MY + iso_639_1: my + name: '' + examples: + translations: + value: + id: 3572 + translations: + - data: + name: '' + overview: >- + High school chemistry teacher Walter White's life is + suddenly transformed by a dire medical diagnosis. + Street-savvy former student Jesse Pinkman "teaches" + Walter a new trade. + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + name: '' + overview: >- + Bittere Neuigkeiten für einen Chemielehrer: Krebs im + Endstadium. Um seiner Familie eine sichere Zukunft + zu ermöglichen, verkauft er selbst hergestelltes + Crystal Meth. + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + name: '' + overview: >- + Walter White, 50 ans, est professeur de chimie dans + un lycée du Nouveau-Mexique. Son quotidien est + bouleversé lorsqu’il apprend qu’il est atteint d’un + cancer des poumons incurable. Il n’a plus qu’une + seule solution pour mettre rapidement sa famille à + l’abri du besoin : fabriquer et vendre une drogue de + synthèse. Commence alors une longue descente aux + enfers. + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + name: Seizoen 1 + overview: >- + Walter White, een onopvallende, saaie + scheikundedocent, krijgt op een dag te horen dat hij + aan terminale kanker lijdt. De ooit succesvolle + chemicus geeft scheikundeles op een middelbare + school en werkt parttime in een wasstraat om zijn + gezin te onderhouden - zijn vrouw Skyler, die wat + bijverdient met een handeltje op eBay en zijn + wilskrachtige, 17-jarige zoon Walter Jr. die aan + hersenverlamming lijdt. Om ervoor te zorgen dat zijn + gezin na zijn dood goed verzorgd achterblijft, + bedenkt hij het ambitieuze plan om een drugshandel + op te zetten. + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + name: '' + overview: >- + Ölümcül kanser teşhisi konan bir lise öğretmeni, + ailesinin parasal geleceğini garantiye almak için + metamfetamin üretip satmaya başlar. + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + name: '' + overview: '' + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + name: '' + overview: >- + Первый сезон сериала знакомит зрителя с жизнью + Уолтера Уайта — 50-летнего школьного учителя химии + из города Альбукерке. Помимо преподавания он + вынужден подрабатывать на автомойке, чтобы содержать + свою беременную жену и сына-инвалида. Однако Уолтеру + приходится пересмотреть свой привычный образ жизни, + когда у него диагностируют неоперабельный рак + лёгкого. + + + С целью оплаты лечения и обеспечения финансового + будущего своей семьи Уолтер Уайт решает заняться + производством метамфетамина. Его напарником + становится бывший ученик — Джесси Пинкман. Вместе + они находят домик на колёсах и отправляются в + пустыню, чтобы приготовить первую партию наркотика. + Но приготовление — это лишь полдела, нужно ещё + продать полученный метамфетамин. И на этом пути + напарники то и дело попадают в сложные ситуации, в + которых им приходится принимать непростые решения. + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + name: 1. évad + overview: >- + Vajon összejön már végre egy normális drogüzlet + ennek a két lúzernek? És vajon jót tesz a + biznisznek, ha az ember üzlettársa ritkán van + magánál? + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + name: '' + overview: 一位高中化学老师被诊断出癌症晚期,为了保证家人未来的生计,他决定制作并贩卖冰毒。 + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + name: '' + overview: >- + Bryan Cranston, ganador de un Emmy, interpreta a + Walter White, un profesor de química venido a menos + que lucha por llegar a fin de mes y mantener a su + esposa (Anna Gunn) y a un hijo incapacitado (RJ + Mitte). Todo cambia cuando a Walter le diagnostican + un cáncer terminal de pulmón. Como sólo le quedan + unos cuantos años de vida y no tiene nada que + perder, Walter usa sus conocimientos de química para + fabricar y vender metanfetamina a uno de sus + antiguos estudiantes (Aaron Paul). A medida que el + negocio crece, también lo hacen las mentiras, pero + Walt hará lo que sea para asegurar el futuro de su + familia aunque para ello tenga que arriesgar sus + vidas. + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + name: Σαιζόν 1 + overview: >- + Ο καθηγητής που πάσχει από καρκίνο σε τελικό στάδιο + προσπαθεί να εξασφαλίσει το οικονομικό μέλλον της + οικογένειάς του, παρασκευάζοντας και διανέμοντας + μεθαμφεταμίνη. + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + name: 1ª Temporada + overview: >- + Diagnosticado com cancro de pulmão terminal, um + professor de secundário tenta assegurar o futuro da + sua família fabricando e vendendo metanfetaminas. + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + name: '' + overview: >- + Dopo la diagnosi di una malattia terminale, un + insegnante delle superiori si dedica alla produzione + e allo spaccio di droga per assicurare un futuro + agiato alla famiglia. + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + name: '' + overview: '' + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + name: '' + overview: >- + Viața profesorului de chimie Walter White este brusc + transformată de un diagnostic medical îngrozitor. + Fostul student om al străzii Jesse Pinkman „îl + învață” pe Walter o nouă meserie. + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + name: 시즌 1 + overview: >- + 말기 암 판정을 받은 한 평범한 고등학교 교사가 죽기 전에 가족의 장래를 위한 돈을 마련하기 + 위해 메타암페타민을 제조하고 유통하려고 한다. + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + name: '' + overview: >- + מורה בבית ספר תיכון שחולה בסרטן סופני מתחיל לייצר + ולהפיץ סמים מסוכנים כדי להבטיח את עתידה הכלכלי של + משפחתו. + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + name: '' + overview: >- + Po diagnozie nieuleczalnego nowotworu nauczyciel + chemii próbuje zabezpieczyć finansowo przyszłość + swojej rodziny. Zaczyna produkować i sprzedawać + metamfetaminę. + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + name: '' + overview: '' + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + name: '' + overview: >- + Učitel chemie Walter White, žijící s těhotnou ženou + a synem po mozkové obrně, zjišťuje, že má rakovinu + plic ve třetím stádiu. Walter si uvědomuje, že by + svoji rodinu měl do budoucna nějakým způsobem + zajistit, pro případ kdyby zemřel. Rozhodne se, že + peněz dosáhne výrobou a prodejem drog. Dává se + dohromady se svým bývalým studentem Jesse Pinkmanem + a díky výborným znalostem chemie společně vaří + výjimečně čistý metamfetamin. Drogu vyrábějí v + mobilní laboratoři (v karavanu, v poušti za městem) + s pomocí laboratorního nádobí, které Walt ukradl ze + školní laboratoře. Vše jde bez problémů, až do + chvíle, kdy je napadnou dva dealeři, kteří dříve + spolupracovali s Jessem. + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + name: '' + overview: >- + ベテランプロデューサー、ヴィンス・ギリガンとマーク・ジョンソンの制作によるドラマ。主人公のウォルターは冴えない高校の化学教師だが、自身が末期がんに冒されていることを知った後、新しい人生に目覚める。かつては成功を嘱望される化学者だったウォルターだが、今はやる気のない高校生に授業を行うかたわら、洗車のアルバイトをして家計を助ける身。妻のスカイラーは、eBayでの売買でほどほどの稼ぎを得ていた。息子のウォルター・ジュニアは17才。意志の強い若者だったが、脳性まひに苦しんでいた。家族に残せるものがほとんどないことに気がついたウォルターは、新しい人生の目的に目覚め、愛する家族に財産を残すため犯罪に手を染めていく。 + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + name: '' + overview: '' + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + name: '' + overview: >- + En lärare som diagnostiserats med dödlig cancer + försöker trygga familjens ekonomiska framtid genom + att tillverka och sälja metamfetamin. + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + name: Season 1 + overview: >- + Walter White suočen je s pogledom u ponor: + dijagnosticiran mu je rak pluća u posljednjem + stadiju, supruga mu je trudna, a sin na štakama. + Ovaj genijalni kemičar igrom je slučaja zapeo s + poslom profesora u srednjoj školi, a s tom plaćom + nikad svojoj obitelji nije mogao priuštiti previše, + pogotovo im ne može osigurati ugodan život jednom + kad ga ne bude. Walter će otkriti da u sebi ima + dovoljno hrabrosti (ili ludosti) da se baci u posao + s proizvodnjom i dilanjem droge. Za partnera će + uzeti svog bivšeg učenika Jesseja Pinkmana... + english_name: Bosnian + iso_3166_1: BS + iso_639_1: bs + name: Bosanski + - data: + name: '' + overview: '' + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + name: '' + overview: '' + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + name: '' + overview: '' + english_name: Estonian + iso_3166_1: EE + iso_639_1: et + name: Eesti + - data: + name: '' + overview: >- + عندما يكتشف مدرس المرحلة الثانوية إصابته بسرطان + مميت، يحاول تأمين مستقبل عائلته المالي عن طريق صناعة + وبيع عقار "الميث". + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + name: فصل ۱ + overview: >- + زندگی والتر وایت، معلم شیمی دبیرستان، ناگهان با یک + تشخیص پزشکی وخیم تغییر می‌کند. جسی پینکمن، دانش‌آموز + سابق و خیابان‌بلد، "حرفه" جدیدی به والتر می‌آموزد. + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + name: '' + overview: '' + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + name: ซีซั่น 1 + overview: >- + ครูโรงเรียนมัธยมผู้ได้รับการวินิจฉัยว่าเป็นมะเร็งขั้นสุดท้ายต้องหาทางสร้างอนาคตทางการเงินให้ครอบครัวด้วยการผลิตและจำหน่ายยาไอซ์ + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + name: '' + overview: >- + À medida que Walter constrói seu império, sua esposa + começa a suspeitar do seu comportamento. A polícia + federal tenta descobrir quem é o novo cabeça. + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + name: '' + overview: >- + Atteint d'un cancer du poumon en phase terminale, un + prof de lycée décide de plonger dans l'univers de la + drogue pour assurer l'avenir financier de sa + famille. + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + - data: + name: '' + overview: >- + A medida que Walter construye su imperio, su esposa + empieza a sospechar de su errática conducta, y la + DEA inicia la búsqueda de un nuevo líder de la + droga. + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + name: '' + overview: '' + english_name: Serbian + iso_3166_1: RS + iso_639_1: sr + name: Srpski + - data: + name: '' + overview: >- + 高中化學老師沃爾特懷特的生活因可怕的醫療診斷而突然改變。精通街頭的前學生傑西·平克曼(Jesse + Pinkman)“教”沃爾特一門新手藝。 + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + name: '' + overview: >- + Sau khi nhận kết quả chẩn đoán ung thư giai đoạn + cuối, một giáo viên trung học tìm cách chu cấp cho + tương lai tài chính của gia đình bằng cách sản xuất + và bán ma túy đá. + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + name: Sesong 1 + overview: '' + english_name: Norwegian + iso_3166_1: 'NO' + iso_639_1: 'no' + name: Norsk + - data: + name: '' + overview: '' + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + name: '' + overview: '' + english_name: Indonesian + iso_3166_1: ID + iso_639_1: id + name: Bahasa indonesia + - data: + name: '' + overview: '' + english_name: Latvian + iso_3166_1: LV + iso_639_1: lv + name: Latviešu + - data: + name: '' + overview: '' + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + name: '' + overview: '' + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + name: '' + overview: 一位中學老師被診斷為癌症末期,他企圖製造和販賣冰毒以鞏固他全家人未來的經濟來源。 + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + name: '' + overview: '' + english_name: Burmese + iso_3166_1: MY + iso_639_1: my + name: '' + + /tv/{series_id}/season/{season_number}/videos: + get: + tags: + - TV SEASONS + summary: Videos + description: This endpoint get the videos that belong to a TV season. + operationId: videos2 + parameters: + - name: include_video_language + in: query + description: Filters returned videos based on specified languages. Filter the list results by language, supports more than one value by using a comma. + schema: + type: string + + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + responses: + '200': + description: videos + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=8652 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 00:01:21 GMT + ETag: + schema: + type: string + example: W/"34e82848dee7d556c622fb462a008443" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 3dcb635971b5d310e8941cdb963aff70.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: CStPC_KYqoeir5nPzfGiAiPJK8-XIbbdbFlp0K4X9_DfqPb8nsZ5-A== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16512' + x-memc-expires: + schema: + type: string + example: '8652' + x-memc-key: + schema: + type: string + example: a0ff62c79eec23393f8bd494ad5202a5 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3572 + results: + type: array + items: + type: object + properties: + id: + type: string + example: 62c70c172cde98004f159005 + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + key: + type: string + example: HhesaQXLuRY + name: + type: string + example: Season 1 Trailer + official: + type: boolean + example: false + published_at: + type: string + example: '2013-04-23T07:34:30.000Z' + site: + type: string + example: YouTube + size: + type: number + example: 1080 + type: + type: string + example: Trailer + example: + - id: 62c70c172cde98004f159005 + iso_3166_1: US + iso_639_1: en + key: HhesaQXLuRY + name: Season 1 Trailer + official: false + published_at: '2013-04-23T07:34:30.000Z' + site: YouTube + size: 1080 + type: Trailer + examples: + videos: + value: + id: 3572 + results: + - id: 62c70c172cde98004f159005 + iso_3166_1: US + iso_639_1: en + key: HhesaQXLuRY + name: Season 1 Trailer + official: false + published_at: '2013-04-23T07:34:30.000Z' + site: YouTube + size: 1080 + type: Trailer + + /tv/{series_id}/season/{season_number}/watch/providers: + get: + tags: + - TV SEASONS + summary: Watch Providers + description: This endpoint get the list of streaming providers we have for a TV season. + operationId: watchProviders2 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + + responses: + '200': + description: watch providers + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=15774 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 00:04:10 GMT + ETag: + schema: + type: string + example: W/"fdd6e7e475519b556e8697fc33db10b7" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: vAVnV9XxZdlN3HVFZrsm-Eo5jaqSJ20yHMUcutkTWD2wU37qIJX6xw== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '9110' + x-memc-expires: + schema: + type: string + example: '15774' + x-memc-key: + schema: + type: string + example: c8ed716eaa964c68b77915dce7cdd22b + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 3572 + results: + type: object + properties: + AD: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AD + AE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AE + AG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AG + AL: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AL + AO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AO + AR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AR + AT: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 3 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 7 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 12 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 14 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AT + AU: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 10 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 10 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 17 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 31 + logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg + provider_id: 436 + provider_name: Fetch TV + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: + type: number + example: 21 + provider_name: + type: string + example: Stan + example: + - display_priority: 9 + logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: 21 + provider_name: Stan + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AU + AZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 2 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AZ + BA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BA + BB: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BB + BE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BE + BG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BG + BH: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BH + BO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BO + BR: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 15 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 15 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 46 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BR + BS: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BS + BY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BY + BZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 7 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 7 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BZ + CA: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 6 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 110 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CA + CH: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: + type: number + example: 3 + provider_name: + type: string + example: Google Play Movies + example: + - display_priority: 5 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CH + CI: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CI + CL: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CL + CM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CM + CO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 2 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CO + CR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CR + CU: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CU + CV: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CV + CY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 7 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 7 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CY + CZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CZ + DE: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 9 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 17 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 18 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + - display_priority: 24 + logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg + provider_id: 178 + provider_name: MagentaTV + - display_priority: 32 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 145 + logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg + provider_id: 1993 + provider_name: Videoload + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 102 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DE + DK: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 16 + logo_path: + type: string + example: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: + type: number + example: 423 + provider_name: + type: string + example: Blockbuster + example: + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DK + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 17 + logo_path: + type: string + example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: + type: number + example: 426 + provider_name: + type: string + example: SF Anytime + example: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + DO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DO + DZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DZ + EC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EC + EE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EE + EG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EG + ES: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 18 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 18 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 63 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + - display_priority: 68 + logo_path: /8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg + provider_id: 1838 + provider_name: Tivify + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ES + FI: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 15 + logo_path: + type: string + example: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: + type: number + example: 423 + provider_name: + type: string + example: Blockbuster + example: + - display_priority: 15 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 16 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FI + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 16 + logo_path: + type: string + example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: + type: number + example: 426 + provider_name: + type: string + example: SF Anytime + example: + - display_priority: 16 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + FJ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FJ + FR: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 11 + logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg + provider_id: 61 + provider_name: Orange VOD + - display_priority: 14 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 20 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 121 + logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg + provider_id: 2286 + provider_name: VIVA by videofutur + - display_priority: 124 + logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg + provider_id: 2307 + provider_name: Premiere Max + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 71 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FR + GB: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 5 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 7 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 17 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priority: 18 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 98 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GB + GF: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GF + GG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GG + GH: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GH + GQ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GQ + GR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GR + GT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GT + HK: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HK + HN: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HN + HU: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HU + ID: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ID + IE: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: + type: number + example: 130 + provider_name: + type: string + example: Sky Store + example: + - display_priority: 9 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IE + IL: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IL + IN: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IN + IQ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IQ + IS: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IS + IT: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 23 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 63 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IT + JM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JM + JO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JO + JP: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 8 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 27 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JP + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + KE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KE + KR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 28 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KR + KW: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KW + LB: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LB + LC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LC + LI: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LI + LT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LT + LU: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 8 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 8 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LU + LV: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LV + LY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LY + MA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MA + MC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MC + ME: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ME + MG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 4 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MG + MK: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MK + ML: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ML + MT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MT + MU: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MU + MX: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 13 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 8 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 8 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 46 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MX + MZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MZ + NE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NE + NG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NG + NI: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 11 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 11 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NI + NL: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 14 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 14 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NL + 'NO': + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NO + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 17 + logo_path: + type: string + example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: + type: number + example: 426 + provider_name: + type: string + example: SF Anytime + example: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + NZ: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 9 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: + type: number + example: 273 + provider_name: + type: string + example: Neon TV + example: + - display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NZ + OM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=OM + PA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PA + PE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 2 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PE + PF: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PF + PH: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PH + PK: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PK + PL: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PL + PT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PT + PY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PY + QA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=QA + RO: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=RO + RS: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=RS + SA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SA + SC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SC + SE: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 8 + logo_path: + type: string + example: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: + type: number + example: 68 + provider_name: + type: string + example: Microsoft Store + example: + - display_priority: 8 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SE + rent: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 17 + logo_path: + type: string + example: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: + type: number + example: 426 + provider_name: + type: string + example: SF Anytime + example: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + SG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SG + SI: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SI + SK: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SK + SM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SM + SN: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SN + SV: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SV + TC: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TC + TD: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TD + TH: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 1 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TH + TN: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TN + TR: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 3 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 3 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TR + TT: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TT + TW: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TW + TZ: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TZ + UG: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=UG + US: + type: object + properties: + buy: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: + type: number + example: 10 + provider_name: + type: string + example: Amazon Video + example: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 16 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 175 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=US + UY: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=UY + VE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=VE + YE: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=YE + ZA: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZA + ZM: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 0 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZM + ZW: + type: object + properties: + flatrate: + type: array + items: + type: object + properties: + display_priority: + type: number + example: 5 + logo_path: + type: string + example: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: + type: number + example: 8 + provider_name: + type: string + example: Netflix + example: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: + type: string + example: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZW + examples: + watch providers: + value: + id: 3572 + results: + AD: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AD + AE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AE + AG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AG + AL: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AL + AO: + flatrate: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AO + AR: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AR + AT: + buy: + - display_priority: 3 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 7 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 12 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 14 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AT + AU: + buy: + - display_priority: 10 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 17 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 31 + logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg + provider_id: 436 + provider_name: Fetch TV + flatrate: + - display_priority: 9 + logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: 21 + provider_name: Stan + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AU + AZ: + flatrate: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=AZ + BA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BA + BB: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BB + BE: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BE + BG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BG + BH: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BH + BO: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BO + BR: + buy: + - display_priority: 15 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 46 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BR + BS: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BS + BY: + flatrate: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BY + BZ: + flatrate: + - display_priority: 7 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=BZ + CA: + buy: + - display_priority: 6 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 110 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CA + CH: + buy: + - display_priority: 5 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CH + CI: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CI + CL: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CL + CM: + flatrate: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CM + CO: + flatrate: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CO + CR: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CR + CU: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CU + CV: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CV + CY: + flatrate: + - display_priority: 7 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CY + CZ: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=CZ + DE: + buy: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 9 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 17 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 18 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + - display_priority: 24 + logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg + provider_id: 178 + provider_name: MagentaTV + - display_priority: 32 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 145 + logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg + provider_id: 1993 + provider_name: Videoload + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 102 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DE + DK: + buy: + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DK + rent: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + DO: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DO + DZ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=DZ + EC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EC + EE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EE + EG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=EG + ES: + buy: + - display_priority: 18 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 63 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + - display_priority: 68 + logo_path: /8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg + provider_id: 1838 + provider_name: Tivify + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ES + FI: + buy: + - display_priority: 15 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 16 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FI + rent: + - display_priority: 16 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + FJ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FJ + FR: + buy: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 11 + logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg + provider_id: 61 + provider_name: Orange VOD + - display_priority: 14 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 20 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 121 + logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg + provider_id: 2286 + provider_name: VIVA by videofutur + - display_priority: 124 + logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg + provider_id: 2307 + provider_name: Premiere Max + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 71 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=FR + GB: + buy: + - display_priority: 4 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priority: 5 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priority: 7 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 17 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priority: 18 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 98 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GB + GF: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GF + GG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GG + GH: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GH + GQ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GQ + GR: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GR + GT: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=GT + HK: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HK + HN: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HN + HU: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=HU + ID: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ID + IE: + buy: + - display_priority: 9 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IE + IL: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IL + IN: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IN + IQ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IQ + IS: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IS + IT: + buy: + - display_priority: 23 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 63 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=IT + JM: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JM + JO: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JO + JP: + buy: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 8 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 27 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=JP + rent: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + KE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KE + KR: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 28 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KR + KW: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=KW + LB: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LB + LC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LC + LI: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LI + LT: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LT + LU: + flatrate: + - display_priority: 8 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LU + LV: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LV + LY: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=LY + MA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MA + MC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MC + ME: + flatrate: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ME + MG: + flatrate: + - display_priority: 4 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MG + MK: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MK + ML: + flatrate: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ML + MT: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MT + MU: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MU + MX: + buy: + - display_priority: 13 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 8 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 46 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MX + MZ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=MZ + NE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NE + NG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NG + NI: + flatrate: + - display_priority: 11 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NI + NL: + buy: + - display_priority: 14 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NL + 'NO': + buy: + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NO + rent: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + NZ: + buy: + - display_priority: 9 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=NZ + OM: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=OM + PA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PA + PE: + flatrate: + - display_priority: 2 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PE + PF: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PF + PH: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PH + PK: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PK + PL: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PL + PT: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PT + PY: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=PY + QA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=QA + RO: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=RO + RS: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=RS + SA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SA + SC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SC + SE: + buy: + - display_priority: 8 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SE + rent: + - display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + SG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SG + SI: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SI + SK: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SK + SM: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SM + SN: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SN + SV: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=SV + TC: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TC + TD: + flatrate: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TD + TH: + flatrate: + - display_priority: 1 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TH + TN: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TN + TR: + flatrate: + - display_priority: 3 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TR + TT: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TT + TW: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TW + TZ: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=TZ + UG: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=UG + US: + buy: + - display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priority: 16 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priority: 175 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=US + UY: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=UY + VE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=VE + YE: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=YE + ZA: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZA + ZM: + flatrate: + - display_priority: 0 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZM + ZW: + flatrate: + - display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + link: >- + https://www.themoviedb.org/tv/1396-breaking-bad/season/1/watch?locale=ZW + + /tv/{series_id}/season/{season_number}/episode/{episode_number}/account_states: + get: + tags: + - TV EPISODES + summary: Account States + description: This endpoint get the rating, watchlist and favourite status. + operationId: accountStates3 + parameters: + + - name: guest_session_id + in: query + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + - $ref: '#/components/parameters/episode_number' + + + responses: + '200': + description: account states + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=0 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:25:37 GMT + ETag: + schema: + type: string + example: W/"6324d339f5a7dea36147c05eb5977fb5" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 4db130e87be66fce9731567ae0669c56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: sSPx6bzUiztoIzQXGrx2W6uPnqFiC50mbvLDNGpPvRXP3--0TgZmpQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '0' + x-memc-key: + schema: + type: string + example: fd0f17d7c14d2b98317313ce861885f7 + content: + application/json: + schema: + type: object + properties: + favorite: + type: boolean + example: true + id: + type: number + example: 62085 + rated: + type: object + properties: + value: + type: number + example: 9 + watchlist: + type: boolean + example: false + examples: + account states: + value: + favorite: true + id: 62085 + rated: + value: 9 + watchlist: false + + /tv/episode/{episode_id}/changes: + get: + tags: + - TV EPISODES + summary: Changes + description: This endpoint get the recent changes for a TV episode. + operationId: changes4 + parameters: + - $ref: '#/components/parameters/episode_number' + responses: + '200': + description: changes + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=600 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '14' + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:30:08 GMT + ETag: + schema: + type: string + example: W/"1c7b0be7cfcb529d61df7c7b50baa91e" + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 a075746ea1824aa1c02a5e26a9e968e4.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: AjUGBV4hKUtOVaaB-A23CVBIqWE6LRL3Z-wWDboC2NqtX37Y-9SY6w== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: MISS, STORE + x-memc-age: + schema: + type: string + example: '0' + x-memc-expires: + schema: + type: string + example: '600' + x-memc-key: + schema: + type: string + example: ab62c3fec064c91b1a2d709db16fd83c + content: + application/json: + schema: + type: object + properties: + changes: + type: array + items: {} + example: [] + examples: + changes: + value: + changes: [] + + /tv/{series_id}/season/{season_number}/episode/{episode_number}/credits: + get: + tags: + - TV EPISODES + summary: Credits + description: This endpoint retrieves the cast and crew details for a specific season of a TV episodes. + operationId: credits2 + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + - $ref: '#/components/parameters/episode_number' + + responses: + '200': + description: credits + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=22938 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Sun, 05 Jan 2025 23:32:58 GMT + ETag: + schema: + type: string + example: W/"016ea389eb321015da583d30df4c514b" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 2f66aa06710fece8ed203ab0ea81eb56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: VS6XW-NjkTzL-w2FyXY7PusiMFn-Cu4kQLFm0tsm8J7oIv6-3kK_5w== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '1759' + x-memc-expires: + schema: + type: string + example: '22938' + x-memc-key: + schema: + type: string + example: 9c8dd4f588bf13c223794dbc8af7178c + content: + application/json: + schema: + type: object + properties: + cast: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + character: + type: string + example: Walter White + credit_id: + type: string + example: 52542282760ee313280017f9 + gender: + type: number + example: 2 + id: + type: number + example: 17419 + known_for_department: + type: string + example: Acting + name: + type: string + example: Bryan Cranston + order: + type: number + example: 0 + original_name: + type: string + example: Bryan Cranston + popularity: + type: number + example: 37.518 + profile_path: + type: string + example: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + example: + - adult: false + character: Walter White + credit_id: 52542282760ee313280017f9 + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + - adult: false + character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + - adult: false + character: Skyler White + credit_id: 52542282760ee3132800181b + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + - adult: false + character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + - adult: false + character: Hank Schrader + credit_id: 52542283760ee3132800187b + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + - adult: false + character: Marie Schrader + credit_id: 52542283760ee31328001891 + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + crew: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + credit_id: + type: string + example: 52542275760ee313280006ce + department: + type: string + example: Writing + gender: + type: number + example: 2 + id: + type: number + example: 66633 + job: + type: string + example: Writer + known_for_department: + type: string + example: Writing + name: + type: string + example: Vince Gilligan + original_name: + type: string + example: Vince Gilligan + popularity: + type: number + example: 10.163 + profile_path: + type: string + nullable: true + example: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + example: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee313280006e8 + department: Directing + gender: 2 + id: 66633 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52b7029219c29533d00dd2c1 + department: Camera + gender: 2 + id: 2483 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 62feade5cf4a640080998241 + department: Art + gender: 2 + id: 1018092 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + guest_stars: + type: array + items: + type: object + properties: + adult: + type: boolean + example: false + character: + type: string + example: Steven Gomez + credit_id: + type: string + example: 5271b489760ee35b3e0881a7 + gender: + type: number + example: 2 + id: + type: number + example: 61535 + known_for_department: + type: string + example: Acting + name: + type: string + example: Steven Michael Quezada + order: + type: number + example: 8 + original_name: + type: string + example: Steven Michael Quezada + popularity: + type: number + example: 7.14 + profile_path: + type: string + nullable: true + example: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + example: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Jock + credit_id: 52542275760ee313280006b4 + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + - adult: false + character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + - adult: false + character: Chad + credit_id: 63012a1a33a376007a442d63 + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + - adult: false + character: E.M.T + credit_id: 63012a3d97eab4007d00192b + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 677 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + - adult: false + character: Irving + credit_id: 63012a5c33a376007f87247b + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + - adult: false + character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 679 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + - adult: false + character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + - adult: false + character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + - adult: false + character: 'DEA Agent #1 (uncredited)' + credit_id: 655bb4fa10923000ab494163 + gender: 2 + id: 1335375 + known_for_department: Crew + name: Ed Duran + order: 849 + original_name: Ed Duran + popularity: 2.433 + profile_path: /mzPJkVKg7ve3whmvyf2TyDIuewr.jpg + id: + type: number + example: 62085 + examples: + credits: + value: + cast: + - adult: false + character: Walter White + credit_id: 52542282760ee313280017f9 + gender: 2 + id: 17419 + known_for_department: Acting + name: Bryan Cranston + order: 0 + original_name: Bryan Cranston + popularity: 37.518 + profile_path: /7Jahy5LZX2Fo8fGJltMreAI49hC.jpg + - adult: false + character: Jesse Pinkman + credit_id: 52542282760ee31328001845 + gender: 2 + id: 84497 + known_for_department: Acting + name: Aaron Paul + order: 1 + original_name: Aaron Paul + popularity: 23.683 + profile_path: /tz4xqaoXV7eKrYqPGPvtEae3X06.jpg + - adult: false + character: Skyler White + credit_id: 52542282760ee3132800181b + gender: 1 + id: 134531 + known_for_department: Acting + name: Anna Gunn + order: 2 + original_name: Anna Gunn + popularity: 34.739 + profile_path: /adppyeu1a4REN3khtgmXusrapFi.jpg + - adult: false + character: Walter White Jr. + credit_id: 52542284760ee313280018a9 + gender: 2 + id: 209674 + known_for_department: Acting + name: RJ Mitte + order: 3 + original_name: RJ Mitte + popularity: 15.263 + profile_path: /aG6NYV2EgzBFLRIl7vvbtd7go1j.jpg + - adult: false + character: Hank Schrader + credit_id: 52542283760ee3132800187b + gender: 2 + id: 14329 + known_for_department: Acting + name: Dean Norris + order: 4 + original_name: Dean Norris + popularity: 35.655 + profile_path: /mVaGouQNschhJEncob8ld1aOZwF.jpg + - adult: false + character: Marie Schrader + credit_id: 52542283760ee31328001891 + gender: 1 + id: 1217934 + known_for_department: Acting + name: Betsy Brandt + order: 5 + original_name: Betsy Brandt + popularity: 8.578 + profile_path: /kIbVUpGfLAF1KMn1YvWPnc12DRP.jpg + crew: + - adult: false + credit_id: 52542275760ee313280006ce + department: Writing + gender: 2 + id: 66633 + job: Writer + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52542275760ee313280006e8 + department: Directing + gender: 2 + id: 66633 + job: Director + known_for_department: Writing + name: Vince Gilligan + original_name: Vince Gilligan + popularity: 10.163 + profile_path: /z3E0DhBg1V1PZVEtS9vfFPzOWYB.jpg + - adult: false + credit_id: 52b7029219c29533d00dd2c1 + department: Camera + gender: 2 + id: 2483 + job: Director of Photography + known_for_department: Camera + name: John Toll + original_name: John Toll + popularity: 3.867 + profile_path: /cfL9A6tC7L5Ps5fq1o3WpVKGMb1.jpg + - adult: false + credit_id: 52b702ea19c2955402183a66 + department: Editing + gender: 1 + id: 1280071 + job: Editor + known_for_department: Editing + name: Lynne Willingham + original_name: Lynne Willingham + popularity: 1.28 + profile_path: null + - adult: false + credit_id: 62feade5cf4a640080998241 + department: Art + gender: 2 + id: 1018092 + job: Art Direction + known_for_department: Art + name: James F. Oberlander + original_name: James F. Oberlander + popularity: 0.994 + profile_path: null + - adult: false + credit_id: 6418a04de7414600b96bf1bd + department: Production + gender: 1 + id: 1808170 + job: Associate Producer + known_for_department: Production + name: Gina Scheerer + original_name: Gina Scheerer + popularity: 0.393 + profile_path: null + guest_stars: + - adult: false + character: Steven Gomez + credit_id: 5271b489760ee35b3e0881a7 + gender: 2 + id: 61535 + known_for_department: Acting + name: Steven Michael Quezada + order: 8 + original_name: Steven Michael Quezada + popularity: 7.14 + profile_path: /pVYrDkwI6GWvCNL2kJhpDJfBFyd.jpg + - adult: false + character: Jock + credit_id: 52542275760ee313280006b4 + gender: 2 + id: 1216132 + known_for_department: Acting + name: Aaron Hill + order: 500 + original_name: Aaron Hill + popularity: 8.822 + profile_path: /rNp31SeoVqSQU6OZWxZUhGwAgyq.jpg + - adult: false + character: Dr. Belknap + credit_id: 52725cb1760ee3044d0b9984 + gender: 2 + id: 161591 + known_for_department: Acting + name: Gregory Chase + order: 502 + original_name: Gregory Chase + popularity: 0.181 + profile_path: /gNdodev00CROpXuAh5EFmkWTVOo.jpg + - adult: false + character: Krazy-8 + credit_id: 52725845760ee3046b09426e + gender: 2 + id: 1046460 + known_for_department: Acting + name: Max Arciniega + order: 504 + original_name: Max Arciniega + popularity: 5.852 + profile_path: /eqKAJKPpt41KpsLIkkBnAY4HMAL.jpg + - adult: false + character: Bogdan Wolynetz + credit_id: 5272587a760ee3045009ddec + gender: 2 + id: 1223197 + known_for_department: Acting + name: Marius Stan + order: 575 + original_name: Marius Stan + popularity: 1.133 + profile_path: /zX8fpNkyKEtQX3zTvks1hVhrOz7.jpg + - adult: false + character: Carmen Molina + credit_id: 52542273760ee31328000676 + gender: 1 + id: 115688 + known_for_department: Acting + name: Carmen Serano + order: 643 + original_name: Carmen Serano + popularity: 5.24 + profile_path: /nzJEe2UqvvMIBJZP1aeFEj4EunN.jpg + - adult: false + character: Chad's Girlfriend + credit_id: 56846abbc3a36836280008d4 + gender: 1 + id: 1223192 + known_for_department: Art + name: Roberta Marquez Seret + order: 651 + original_name: Roberta Marquez Seret + popularity: 2.783 + profile_path: null + - adult: false + character: Chad + credit_id: 63012a1a33a376007a442d63 + gender: 0 + id: 3670896 + known_for_department: Acting + name: Evan Bobrick + order: 676 + original_name: Evan Bobrick + popularity: 1.466 + profile_path: null + - adult: false + character: E.M.T + credit_id: 63012a3d97eab4007d00192b + gender: 2 + id: 36135 + known_for_department: Acting + name: Christopher Dempsey + order: 677 + original_name: Christopher Dempsey + popularity: 1.771 + profile_path: /pTngvks30p74j40TaniMkg4tbhn.jpg + - adult: false + character: Irving + credit_id: 63012a5c33a376007f87247b + gender: 0 + id: 2969089 + known_for_department: Production + name: Allan Pacheco + order: 678 + original_name: Allan Pacheco + popularity: 0.367 + profile_path: null + - adult: false + character: Chemistry Student + credit_id: 63012a655f4b73007faa4261 + gender: 0 + id: 3670897 + known_for_department: Acting + name: Jason Byrd + order: 679 + original_name: Jason Byrd + popularity: 0.29 + profile_path: null + - adult: false + character: Sexy Neighbor + credit_id: 63012a7e33a376007f872481 + gender: 0 + id: 219124 + known_for_department: Acting + name: Linda Speciale + order: 680 + original_name: Linda Speciale + popularity: 3.738 + profile_path: null + - adult: false + character: 'Jock''s Friend #1' + credit_id: 63012a8bfb5299007d660bc8 + gender: 0 + id: 3212534 + known_for_department: Acting + name: Jesús Ramírez + order: 681 + original_name: Jesús Ramírez + popularity: 1.025 + profile_path: /1EfPZxdFNNi3LFLR9laLcVROAko.jpg + - adult: false + character: 'Jock''s Friend #2' + credit_id: 63012ac4c2f44b007d249b54 + gender: 0 + id: 3670906 + known_for_department: Acting + name: Joshua S. Patton + order: 682 + original_name: Joshua S. Patton + popularity: 0.001 + profile_path: null + - adult: false + character: Emilio Koyama + credit_id: 631aff1f62f335007ed32cb3 + gender: 2 + id: 92495 + known_for_department: Acting + name: John Koyama + order: 704 + original_name: John Koyama + popularity: 4.028 + profile_path: /AwtHbt8qO7D3EFonG5lqml8xgwb.jpg + - adult: false + character: 'DEA Agent #1 (uncredited)' + credit_id: 655bb4fa10923000ab494163 + gender: 2 + id: 1335375 + known_for_department: Crew + name: Ed Duran + order: 849 + original_name: Ed Duran + popularity: 2.433 + profile_path: /mzPJkVKg7ve3whmvyf2TyDIuewr.jpg + id: 62085 + + /tv/{series_id}/season/{season_number}/episode/{episode_number}/external_ids: + get: + tags: + - TV EPISODES + summary: External IDs + description: This endpoint get a list of external IDs that have been added to a TV episode. + operationId: externalIds4 + parameters: + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + - $ref: '#/components/parameters/episode_number' + responses: + '200': + description: external ids + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=19453 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 00:11:11 GMT + ETag: + schema: + type: string + example: W/"8536e593b01fb4e807c03eef5231a572" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: zcwj7BiG-1acwTL3TrcsMO6u2ikym2BVlpDm9LJrJsmjRnOyAjGtEg== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '7591' + x-memc-expires: + schema: + type: string + example: '19453' + x-memc-key: + schema: + type: string + example: 4b95cddc941fd298d7ad6723e93a69d8 + content: + application/json: + schema: + type: object + properties: + freebase_id: + nullable: true + example: null + freebase_mid: + type: string + example: /m/03mb620 + id: + type: number + example: 62085 + imdb_id: + type: string + example: tt0959621 + tvdb_id: + type: number + example: 349232 + tvrage_id: + type: number + example: 637041 + wikidata_id: + type: string + example: Q14625947 + examples: + external ids: + value: + freebase_id: null + freebase_mid: /m/03mb620 + id: 62085 + imdb_id: tt0959621 + tvdb_id: 349232 + tvrage_id: 637041 + wikidata_id: Q14625947 + + /tv/{series_id}/season/{season_number}/episode/{episode_number}/images: + get: + tags: + - TV EPISODES + summary: Images + description: This endpoint get the images that belong to a TV episode. + operationId: images7 + parameters: + - name: include_image_language + in: query + description: Filters returned images based on specified languages. specify a comma separated list of ISO-639-1 values to query, for example; ```en,null``` + schema: + type: string + + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + - $ref: '#/components/parameters/episode_number' + responses: + '200': + description: images + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=3489 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 00:14:09 GMT + ETag: + schema: + type: string + example: W/"c9a04e1662ca19a6b7365d517de1b07b" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 e3e94284a800d30d02bd662be67e1bf2.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: o444vMwd-U5DUGC3OPwZFIAbjOfX2tggy2QlwJfSCNazz1-AJZ1amQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '21657' + x-memc-expires: + schema: + type: string + example: '3489' + x-memc-key: + schema: + type: string + example: df5e8bd4e1a3df631bccb1ef3463673d + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 62085 + stills: + type: array + items: + type: object + properties: + aspect_ratio: + type: number + example: 1.778 + file_path: + type: string + example: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg + height: + type: number + example: 1080 + iso_639_1: + nullable: true + example: null + vote_average: + type: number + example: 3.334 + vote_count: + type: number + example: 2 + width: + type: number + example: 1920 + example: + - aspect_ratio: 1.778 + file_path: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /kdvMh2q0iexchzBwnaN3o0ZpxrC.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /88Z0fMP8a88EpQWMCs1593G0ngu.jpg + height: 1080 + iso_639_1: null + vote_average: 3 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg + height: 1080 + iso_639_1: null + vote_average: 2.066 + vote_count: 5 + width: 1920 + - aspect_ratio: 1.778 + file_path: /37TsVQ1YU7nkfuqD1iES6EzIQcw.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + examples: + images: + value: + id: 62085 + stills: + - aspect_ratio: 1.778 + file_path: /u90Ryx8OztC5OeVTXHPcZ8fnKoA.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /kdvMh2q0iexchzBwnaN3o0ZpxrC.jpg + height: 1080 + iso_639_1: null + vote_average: 3.334 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /88Z0fMP8a88EpQWMCs1593G0ngu.jpg + height: 1080 + iso_639_1: null + vote_average: 3 + vote_count: 2 + width: 1920 + - aspect_ratio: 1.778 + file_path: /ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg + height: 1080 + iso_639_1: null + vote_average: 2.066 + vote_count: 5 + width: 1920 + - aspect_ratio: 1.778 + file_path: /37TsVQ1YU7nkfuqD1iES6EzIQcw.jpg + height: 1080 + iso_639_1: null + vote_average: 0 + vote_count: 0 + width: 1920 + + /tv/{series_id}/season/{season_number}/episode/{episode_number}/translations: + get: + tags: + - TV EPISODES + summary: Translations + description: This endpoint get the translations that have been added to a TV episode. + operationId: translations4 + parameters: + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + - $ref: '#/components/parameters/episode_number' + responses: + '200': + description: translations + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=2456 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 00:17:00 GMT + ETag: + schema: + type: string + example: W/"6b919403e8f4a76b52e8535bc1b66e84" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 4db130e87be66fce9731567ae0669c56.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 2z0xu-G599aV09qhukSZY6LUUjS86gQAud4ZiKGmnDng2_EKPVXtkQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '21828' + x-memc-expires: + schema: + type: string + example: '2456' + x-memc-key: + schema: + type: string + example: 4c56218392b8680cf44c815cf1454f1a + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 62085 + translations: + type: array + items: + type: object + properties: + data: + type: object + properties: + name: + type: string + example: Pilot + overview: + type: string + example: >- + When an unassuming high school chemistry teacher + discovers he has a rare form of lung cancer, he + decides to team up with a former student and + create a top of the line crystal meth in a used + RV, to provide for his family once he is gone. + english_name: + type: string + example: English + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + name: + type: string + example: English + example: + - data: + name: Pilot + overview: >- + When an unassuming high school chemistry teacher + discovers he has a rare form of lung cancer, he + decides to team up with a former student and create + a top of the line crystal meth in a used RV, to + provide for his family once he is gone. + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + name: Der Einstieg + overview: >- + Bei dem Chemielehrer Walter White wird Krebs im + Endstadium diagnostiziert. Daraufhin tut er sich mit + seinem früheren Schüler Jesse Pinkman zusammen, um + Crystal Meth herzustellen und zu verkaufen. Mit dem + Erlös will er eine Behandlung bezahlen, die seine + Krankenkasse nicht übernimmt, oder das Geld seiner + Familie hinterlassen, falls er die Krankheit nicht + überleben sollte. + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + name: Chute libre + overview: >- + Atteint d'un cancer en phase terminale, un + professeur de chimie se lance dans la fabrication et + la vente de méthamphétamines pour assurer l'avenir + financier de sa famille. + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + name: Pilot + overview: >- + Een terminale longkankerlijder en scheikundedocent + waagt zich aan het maken en verkopen van + methamphetamine om voor zijn gezin te kunnen zorgen. + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + name: Pilot Bölüm + overview: >- + Ölümcül akciğer kanseri teşhisi konan bir lise kimya + öğretmeni, ailesini geçindirmek için metamfetamin + yapıp satmaya başlar. + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + name: '' + overview: '' + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + name: Пилот + overview: >- + На очередной день рождения судьба преподносит + пожилому школьному учителю Уолтеру Уайту страшный + сюрприз — рак лёгких в последней стадии, дающий ему + ещё лишь пару лет жизни. Решив перестать влачить + жалкое существование на двух нелюбимых работах, + Уолтер пользуется подвернувшимся случаем, а также + своими познаниями в химии для начала новой жизни, + полной криминала, денег и наркотиков. Однако + вписаться в эту жизнь оказывается не так-то просто. + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + name: A lúzer + overview: >- + Walter, a kémiatanár az 50. születésnapján tudja + meg, hogy végső stádiumú tüdőrákja van, ezt azonban + elhallgatja várandós felesége elől. Egy razzia + során, melyre elkíséri nyomozó sógorát, megszületik + az ötlet, amikor a menekülő drogdíler személyében + felismeri egykori diákját, Jesse-t. Közösen + kibérelnek egy lakóbuszt, és Walter elkészíti a + legtökéletesebb metamfetamin kristályt. Az első + üzlet azonban hullákkal végződik. + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + name: 试播集 + overview: 一位高中化学老师被诊断出患了晚期肺癌,为了养家,他开始制造和销售毒品。 + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + name: Piloto + overview: >- + Walter White, profesor de química en un instituto, + descubre que tiene cáncer de pulmón y decide + trabajar junto con un ex-alumno elaborando + metanfetamina de alta calidad para poder ganar + dinero para que su familia se mantenga. + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + name: Επεισόδιο-πιλότος + overview: >- + Ένας καθηγητής χημείας με καρκίνο στους πνεύμονες σε + τελικό στάδιο καταφεύγει στην παραγωγή και στην + πώληση μεθαμφεταμίνης, για να συντηρήσει την + οικογένειά του. + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + name: Piloto + overview: >- + Diagnosticado com cancro de pulmão terminal, um + professor de secundário decide "cozinhar" e vender + metanfetaminas para sustentar a sua família. + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + name: Questione di chimica + overview: >- + Dopo la diagnosi di cancro terminale ai polmoni, un + insegnante di chimica del liceo si dà alla + produzione di metanfetamine per garantire la + sopravvivenza della famiglia. + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + name: '' + overview: '' + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + name: Pilot + overview: >- + Diagnosticat cu cancer la plămâni în fază terminală, + un profesor de chimie de la liceu recurge la + prepararea și comercializarea metamfetaminei ca + să-și întrețină familia. + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + name: 화학 선생과 하이젠버그 + overview: >- + 폐암 말기 진단을 받은 한 고등학교 화학 교사는 자신의 가족을 부양하기 위해 필로폰을 추출해서 + 판매한다. + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + name: פיילוט + overview: >- + מורה לכימיה בתיכון מאובחן כחולה בסרטן ריאות סופני, + ופונה לייצור ולמכירה של מתאמפטמינים כדי לפרנס את + משפחתו. + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + name: Pilot + overview: >- + Nauczyciel chemii w szkole średniej dowiaduje się, + że ma nieuleczalnego raka płuc. Aby zapewnić byt + rodzinie, bierze się za produkcję i rozprowadzanie + metamfetaminy. + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + name: Pilot + overview: >- + Kemilæreren Walter White har rundet 50 og har sine + bedste år bag sig, så da han får at vide, at han har + kræft og kun kort tid tilbage at leve i, tager han + en drastisk beslutning. + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + name: Pilotní díl + overview: >- + Středoškolský učitel chemie, kterému byla + diagnostikována rakovina plic v konečném stádiu, se + rozhodne vařit a prodávat amfetaminy, aby zaopatřil + rodinu. + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + name: 化学教師 ウォルター・ホワイト + overview: >- + ここアルバカーキは静かな町だ。しかし、町の高校で化学を教えるこのドラマの主人公ウォルターは、自分がこの町で裏の世界を仕切る日が来るとは夢にも思っていない。高校では自分の授業についてこようとしない無気力な子供らに影響を受け、自分も目的もない日々をただ過ごすばかりだ。ウォルターは病院で余命2年のがんであると告げられる。家族には話さない。ある日友人の警察官ハンクに同行しドラッグ犯罪者の摘発に立ち会う。自分でもドラッグを作ってみようとその犯罪者ジェシーと手を組む。ジェシーは昔の教え子だ。ドラッグ製造に成功した二人は、ギャングとの取引に臨む。 + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + name: Пілотна серія + overview: >- + Коли скромний учитель хімії в середній школі + виявляє, що у нього рідкісна форма раку легенів, він + вирішує об’єднатися з колишнім учнем і створювати + першокласний кристалічний метамфетамін у вживаному + автофургоні, щоб забезпечити сім’ю, коли його не + стане. + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + name: '' + overview: >- + En kemilärare på high school börjar sälja droger för + att försörja sin familj. + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + name: Pilot + overview: >- + Walter White (Bryan Cranston) svojedobno je bio + uspješan kemičar i radio u prestižnom državnom + laboratoriju. No završio je kao predavač apatičnim + srednjoškolcima u Albuquerqueju te obavlja dopunski + posao u praonici automobila kako bi spojio kraj s + krajem. Sa suprugom Skyler (Anna Gunn), koja je + ostvarila pristojnu karijeru prodajući i kupujući + stvari na eBayu, odgaja sina Waltera Ml.( RJ Mitte), + tvrdoglavog sedamnaestogodišnjaka s čijom se + cerebralnom paralizom bori cijela obitelj. No sve su + to sitni problemi u odnosu na najnovije Walterovo + otkriće. Dan nakon proslave pedesetog rođendana, na + kojoj su glavna atrakcija anegdote o žustroj borbe + protiv droga njegova šogora policajca za narkotike, + Hanka Welda, Walteru odjednom pozli. Završava na + hitnoj službi gdje mu dijagnosticiraju rak i + procjenjuju da mu je ostalo još dvije godine života. + On zadržava tu vijest za sebe. Razmišljajući + ponajprije o budućnosti vlastite obitelji, Walter + prihvaća poziv da se pridruži Hanku na raciji jednog + laboratorija za meth. Nakon što gotovo svjedoči + uhićenju svoga bivšeg učenika Jesseja Leeja Pinkmana + u trošnom narkolaboratoriju, prisjeti se Hankovih + priča o količinama droge zaplijenjenim na racijama. + Walter prilazi skeptičnom Jesseu s ponudom da + postanu partneri. Nakon što iz škole ukrade nešto + vrhunske opreme, uzima ušteđevinu i kupuje rabljeno + kampersko vozilo koje će koristiti kao pokretni + laboratorij koji će djelovati izvan vidokruga + radoznalih susjeda, konkurencije i policije + english_name: Bosnian + iso_3166_1: BS + iso_639_1: bs + name: Bosanski + - data: + name: '' + overview: '' + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + name: '' + overview: '' + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + name: '' + overview: '' + english_name: Estonian + iso_3166_1: EE + iso_639_1: et + name: Eesti + - data: + name: حلقة تجريبية + overview: >- + عندما يكتشف مدرس كيمياء متواضع في المدرسة الثانوية + أنه مصاب بنوع نادر من سرطان الرئة ، قرر أن يتعاون مع + طالب سابق ويصنع أعلى مستوى من الميثامفيتامين + الكريستالي في عربة سكن متنقلة مستعملة ، لإعالة أسرته + بمجرد رحيله. + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + name: سربرنامه + overview: '' + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + name: Kaidalta polulta + overview: >- + Walter White saa tietää sairastavansa parantumatonta + keuhkosyöpää. Perheen taloudellisen tulevaisuuden + turvaaminen on Waltille tärkeintä, joten hän + kehittää rahakkaan suunnitelman. Valitettavasti + kaikki ei vain suju aivan toivotulla tavalla. + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + name: ตอนนำร่อง + overview: >- + เมื่อได้รับการวินิจฉัยว่าเป็นมะเร็งปอดระยะสุดท้าย + ครูโรงเรียนมัธยมจึงเลือกผลิตและขายยาไอซ์เพื่อหาเงินมาจุนเจือครอบครัว + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + name: Piloto + overview: >- + Um professor de química do ensino médio começa a + vender drogas para sustentar sua família. + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + name: Pilote + overview: >- + Atteint d'un cancer en phase terminale, un prof de + chimie se lance dans la fabrication et la vente de + méthamphétamines pour assurer l'avenir financier de + sa famille. + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + - data: + name: Episodio 1 - Piloto + overview: >- + Walter White, un profesor de química de 50 años de + edad, secretamente comienza a cocinar cristales de + metanfetamina para ayudar a su familia, después de + que descubre que tiene cáncer pulmonar. Él, junto + con un antiguo estudiante, Jesse Pinkman, quien es a + su vez un vendedor de metanfetaminas, se unen para + empezar a «cocinar». Jesse intenta vender el + producto, pero otros vendedores lo descubren y lo + obligan a mostrarle el laboratorio. Walter se entera + de que intentan matarlos debido a que piensan que + Walter es un agente de la DEA, así que los envenena + para poder escapar. + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + name: '' + overview: '' + english_name: Serbian + iso_3166_1: RS + iso_639_1: sr + name: Srpski + - data: + name: 化學的藝術(試播集) + overview: 一名高中化學老師被診斷出肺癌末期後,為了養家活口,決定挺而走險,開始製作並販售冰毒。 + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + name: Tập thử nghiệm + overview: >- + Bị chẩn đoán mắc ung thư phổi giai đoạn cuối, một + giáo viên dạy hóa ở trường trung học phải viện đến + cách chế biến và bán ma túy đá để nuôi gia đình. + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + name: Pilotepisode + overview: >- + En kjemilærer på videregående tyr til narkotikasalg + for å kunne forsørge familien. + english_name: Norwegian + iso_3166_1: 'NO' + iso_639_1: 'no' + name: Norsk + - data: + name: Pilot + overview: '' + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + name: '' + overview: '' + english_name: Indonesian + iso_3166_1: ID + iso_639_1: id + name: Bahasa indonesia + - data: + name: '' + overview: '' + english_name: Latvian + iso_3166_1: LV + iso_639_1: lv + name: Latviešu + - data: + name: '' + overview: '' + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + name: '' + overview: '' + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + name: 化學的藝術(試播集) + overview: 一名高中化學老師被診斷出肺癌末期後,為了養家活口,決定挺而走險,開始製作並販售冰毒。 + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + name: '' + overview: '' + english_name: Burmese + iso_3166_1: MY + iso_639_1: my + name: '' + examples: + translations: + value: + id: 62085 + translations: + - data: + name: Pilot + overview: >- + When an unassuming high school chemistry teacher + discovers he has a rare form of lung cancer, he + decides to team up with a former student and create + a top of the line crystal meth in a used RV, to + provide for his family once he is gone. + english_name: English + iso_3166_1: US + iso_639_1: en + name: English + - data: + name: Der Einstieg + overview: >- + Bei dem Chemielehrer Walter White wird Krebs im + Endstadium diagnostiziert. Daraufhin tut er sich mit + seinem früheren Schüler Jesse Pinkman zusammen, um + Crystal Meth herzustellen und zu verkaufen. Mit dem + Erlös will er eine Behandlung bezahlen, die seine + Krankenkasse nicht übernimmt, oder das Geld seiner + Familie hinterlassen, falls er die Krankheit nicht + überleben sollte. + english_name: German + iso_3166_1: DE + iso_639_1: de + name: Deutsch + - data: + name: Chute libre + overview: >- + Atteint d'un cancer en phase terminale, un + professeur de chimie se lance dans la fabrication et + la vente de méthamphétamines pour assurer l'avenir + financier de sa famille. + english_name: French + iso_3166_1: FR + iso_639_1: fr + name: Français + - data: + name: Pilot + overview: >- + Een terminale longkankerlijder en scheikundedocent + waagt zich aan het maken en verkopen van + methamphetamine om voor zijn gezin te kunnen zorgen. + english_name: Dutch + iso_3166_1: NL + iso_639_1: nl + name: Nederlands + - data: + name: Pilot Bölüm + overview: >- + Ölümcül akciğer kanseri teşhisi konan bir lise kimya + öğretmeni, ailesini geçindirmek için metamfetamin + yapıp satmaya başlar. + english_name: Turkish + iso_3166_1: TR + iso_639_1: tr + name: Türkçe + - data: + name: '' + overview: '' + english_name: Slovak + iso_3166_1: SK + iso_639_1: sk + name: Slovenčina + - data: + name: Пилот + overview: >- + На очередной день рождения судьба преподносит + пожилому школьному учителю Уолтеру Уайту страшный + сюрприз — рак лёгких в последней стадии, дающий ему + ещё лишь пару лет жизни. Решив перестать влачить + жалкое существование на двух нелюбимых работах, + Уолтер пользуется подвернувшимся случаем, а также + своими познаниями в химии для начала новой жизни, + полной криминала, денег и наркотиков. Однако + вписаться в эту жизнь оказывается не так-то просто. + english_name: Russian + iso_3166_1: RU + iso_639_1: ru + name: Pусский + - data: + name: A lúzer + overview: >- + Walter, a kémiatanár az 50. születésnapján tudja + meg, hogy végső stádiumú tüdőrákja van, ezt azonban + elhallgatja várandós felesége elől. Egy razzia + során, melyre elkíséri nyomozó sógorát, megszületik + az ötlet, amikor a menekülő drogdíler személyében + felismeri egykori diákját, Jesse-t. Közösen + kibérelnek egy lakóbuszt, és Walter elkészíti a + legtökéletesebb metamfetamin kristályt. Az első + üzlet azonban hullákkal végződik. + english_name: Hungarian + iso_3166_1: HU + iso_639_1: hu + name: Magyar + - data: + name: 试播集 + overview: 一位高中化学老师被诊断出患了晚期肺癌,为了养家,他开始制造和销售毒品。 + english_name: Mandarin + iso_3166_1: CN + iso_639_1: zh + name: 普通话 + - data: + name: Piloto + overview: >- + Walter White, profesor de química en un instituto, + descubre que tiene cáncer de pulmón y decide + trabajar junto con un ex-alumno elaborando + metanfetamina de alta calidad para poder ganar + dinero para que su familia se mantenga. + english_name: Spanish + iso_3166_1: ES + iso_639_1: es + name: Español + - data: + name: Επεισόδιο-πιλότος + overview: >- + Ένας καθηγητής χημείας με καρκίνο στους πνεύμονες σε + τελικό στάδιο καταφεύγει στην παραγωγή και στην + πώληση μεθαμφεταμίνης, για να συντηρήσει την + οικογένειά του. + english_name: Greek + iso_3166_1: GR + iso_639_1: el + name: ελληνικά + - data: + name: Piloto + overview: >- + Diagnosticado com cancro de pulmão terminal, um + professor de secundário decide "cozinhar" e vender + metanfetaminas para sustentar a sua família. + english_name: Portuguese + iso_3166_1: PT + iso_639_1: pt + name: Português + - data: + name: Questione di chimica + overview: >- + Dopo la diagnosi di cancro terminale ai polmoni, un + insegnante di chimica del liceo si dà alla + produzione di metanfetamine per garantire la + sopravvivenza della famiglia. + english_name: Italian + iso_3166_1: IT + iso_639_1: it + name: Italiano + - data: + name: '' + overview: '' + english_name: Bulgarian + iso_3166_1: BG + iso_639_1: bg + name: български език + - data: + name: Pilot + overview: >- + Diagnosticat cu cancer la plămâni în fază terminală, + un profesor de chimie de la liceu recurge la + prepararea și comercializarea metamfetaminei ca + să-și întrețină familia. + english_name: Romanian + iso_3166_1: RO + iso_639_1: ro + name: Română + - data: + name: 화학 선생과 하이젠버그 + overview: >- + 폐암 말기 진단을 받은 한 고등학교 화학 교사는 자신의 가족을 부양하기 위해 필로폰을 추출해서 + 판매한다. + english_name: Korean + iso_3166_1: KR + iso_639_1: ko + name: 한국어/조선말 + - data: + name: פיילוט + overview: >- + מורה לכימיה בתיכון מאובחן כחולה בסרטן ריאות סופני, + ופונה לייצור ולמכירה של מתאמפטמינים כדי לפרנס את + משפחתו. + english_name: Hebrew + iso_3166_1: IL + iso_639_1: he + name: עִבְרִית + - data: + name: Pilot + overview: >- + Nauczyciel chemii w szkole średniej dowiaduje się, + że ma nieuleczalnego raka płuc. Aby zapewnić byt + rodzinie, bierze się za produkcję i rozprowadzanie + metamfetaminy. + english_name: Polish + iso_3166_1: PL + iso_639_1: pl + name: Polski + - data: + name: Pilot + overview: >- + Kemilæreren Walter White har rundet 50 og har sine + bedste år bag sig, så da han får at vide, at han har + kræft og kun kort tid tilbage at leve i, tager han + en drastisk beslutning. + english_name: Danish + iso_3166_1: DK + iso_639_1: da + name: Dansk + - data: + name: Pilotní díl + overview: >- + Středoškolský učitel chemie, kterému byla + diagnostikována rakovina plic v konečném stádiu, se + rozhodne vařit a prodávat amfetaminy, aby zaopatřil + rodinu. + english_name: Czech + iso_3166_1: CZ + iso_639_1: cs + name: Český + - data: + name: 化学教師 ウォルター・ホワイト + overview: >- + ここアルバカーキは静かな町だ。しかし、町の高校で化学を教えるこのドラマの主人公ウォルターは、自分がこの町で裏の世界を仕切る日が来るとは夢にも思っていない。高校では自分の授業についてこようとしない無気力な子供らに影響を受け、自分も目的もない日々をただ過ごすばかりだ。ウォルターは病院で余命2年のがんであると告げられる。家族には話さない。ある日友人の警察官ハンクに同行しドラッグ犯罪者の摘発に立ち会う。自分でもドラッグを作ってみようとその犯罪者ジェシーと手を組む。ジェシーは昔の教え子だ。ドラッグ製造に成功した二人は、ギャングとの取引に臨む。 + english_name: Japanese + iso_3166_1: JP + iso_639_1: ja + name: 日本語 + - data: + name: Пілотна серія + overview: >- + Коли скромний учитель хімії в середній школі + виявляє, що у нього рідкісна форма раку легенів, він + вирішує об’єднатися з колишнім учнем і створювати + першокласний кристалічний метамфетамін у вживаному + автофургоні, щоб забезпечити сім’ю, коли його не + стане. + english_name: Ukrainian + iso_3166_1: UA + iso_639_1: uk + name: Український + - data: + name: '' + overview: >- + En kemilärare på high school börjar sälja droger för + att försörja sin familj. + english_name: Swedish + iso_3166_1: SE + iso_639_1: sv + name: svenska + - data: + name: Pilot + overview: >- + Walter White (Bryan Cranston) svojedobno je bio + uspješan kemičar i radio u prestižnom državnom + laboratoriju. No završio je kao predavač apatičnim + srednjoškolcima u Albuquerqueju te obavlja dopunski + posao u praonici automobila kako bi spojio kraj s + krajem. Sa suprugom Skyler (Anna Gunn), koja je + ostvarila pristojnu karijeru prodajući i kupujući + stvari na eBayu, odgaja sina Waltera Ml.( RJ Mitte), + tvrdoglavog sedamnaestogodišnjaka s čijom se + cerebralnom paralizom bori cijela obitelj. No sve su + to sitni problemi u odnosu na najnovije Walterovo + otkriće. Dan nakon proslave pedesetog rođendana, na + kojoj su glavna atrakcija anegdote o žustroj borbe + protiv droga njegova šogora policajca za narkotike, + Hanka Welda, Walteru odjednom pozli. Završava na + hitnoj službi gdje mu dijagnosticiraju rak i + procjenjuju da mu je ostalo još dvije godine života. + On zadržava tu vijest za sebe. Razmišljajući + ponajprije o budućnosti vlastite obitelji, Walter + prihvaća poziv da se pridruži Hanku na raciji jednog + laboratorija za meth. Nakon što gotovo svjedoči + uhićenju svoga bivšeg učenika Jesseja Leeja Pinkmana + u trošnom narkolaboratoriju, prisjeti se Hankovih + priča o količinama droge zaplijenjenim na racijama. + Walter prilazi skeptičnom Jesseu s ponudom da + postanu partneri. Nakon što iz škole ukrade nešto + vrhunske opreme, uzima ušteđevinu i kupuje rabljeno + kampersko vozilo koje će koristiti kao pokretni + laboratorij koji će djelovati izvan vidokruga + radoznalih susjeda, konkurencije i policije + english_name: Bosnian + iso_3166_1: BS + iso_639_1: bs + name: Bosanski + - data: + name: '' + overview: '' + english_name: Croatian + iso_3166_1: HR + iso_639_1: hr + name: Hrvatski + - data: + name: '' + overview: '' + english_name: Lithuanian + iso_3166_1: LT + iso_639_1: lt + name: Lietuvių + - data: + name: '' + overview: '' + english_name: Estonian + iso_3166_1: EE + iso_639_1: et + name: Eesti + - data: + name: حلقة تجريبية + overview: >- + عندما يكتشف مدرس كيمياء متواضع في المدرسة الثانوية + أنه مصاب بنوع نادر من سرطان الرئة ، قرر أن يتعاون مع + طالب سابق ويصنع أعلى مستوى من الميثامفيتامين + الكريستالي في عربة سكن متنقلة مستعملة ، لإعالة أسرته + بمجرد رحيله. + english_name: Arabic + iso_3166_1: SA + iso_639_1: ar + name: العربية + - data: + name: سربرنامه + overview: '' + english_name: Persian + iso_3166_1: IR + iso_639_1: fa + name: فارسی + - data: + name: Kaidalta polulta + overview: >- + Walter White saa tietää sairastavansa parantumatonta + keuhkosyöpää. Perheen taloudellisen tulevaisuuden + turvaaminen on Waltille tärkeintä, joten hän + kehittää rahakkaan suunnitelman. Valitettavasti + kaikki ei vain suju aivan toivotulla tavalla. + english_name: Finnish + iso_3166_1: FI + iso_639_1: fi + name: suomi + - data: + name: ตอนนำร่อง + overview: >- + เมื่อได้รับการวินิจฉัยว่าเป็นมะเร็งปอดระยะสุดท้าย + ครูโรงเรียนมัธยมจึงเลือกผลิตและขายยาไอซ์เพื่อหาเงินมาจุนเจือครอบครัว + english_name: Thai + iso_3166_1: TH + iso_639_1: th + name: ภาษาไทย + - data: + name: Piloto + overview: >- + Um professor de química do ensino médio começa a + vender drogas para sustentar sua família. + english_name: Portuguese + iso_3166_1: BR + iso_639_1: pt + name: Português + - data: + name: Pilote + overview: >- + Atteint d'un cancer en phase terminale, un prof de + chimie se lance dans la fabrication et la vente de + méthamphétamines pour assurer l'avenir financier de + sa famille. + english_name: French + iso_3166_1: CA + iso_639_1: fr + name: Français + - data: + name: Episodio 1 - Piloto + overview: >- + Walter White, un profesor de química de 50 años de + edad, secretamente comienza a cocinar cristales de + metanfetamina para ayudar a su familia, después de + que descubre que tiene cáncer pulmonar. Él, junto + con un antiguo estudiante, Jesse Pinkman, quien es a + su vez un vendedor de metanfetaminas, se unen para + empezar a «cocinar». Jesse intenta vender el + producto, pero otros vendedores lo descubren y lo + obligan a mostrarle el laboratorio. Walter se entera + de que intentan matarlos debido a que piensan que + Walter es un agente de la DEA, así que los envenena + para poder escapar. + english_name: Spanish + iso_3166_1: MX + iso_639_1: es + name: Español + - data: + name: '' + overview: '' + english_name: Serbian + iso_3166_1: RS + iso_639_1: sr + name: Srpski + - data: + name: 化學的藝術(試播集) + overview: 一名高中化學老師被診斷出肺癌末期後,為了養家活口,決定挺而走險,開始製作並販售冰毒。 + english_name: Mandarin + iso_3166_1: TW + iso_639_1: zh + name: 普通话 + - data: + name: Tập thử nghiệm + overview: >- + Bị chẩn đoán mắc ung thư phổi giai đoạn cuối, một + giáo viên dạy hóa ở trường trung học phải viện đến + cách chế biến và bán ma túy đá để nuôi gia đình. + english_name: Vietnamese + iso_3166_1: VN + iso_639_1: vi + name: Tiếng Việt + - data: + name: Pilotepisode + overview: >- + En kjemilærer på videregående tyr til narkotikasalg + for å kunne forsørge familien. + english_name: Norwegian + iso_3166_1: 'NO' + iso_639_1: 'no' + name: Norsk + - data: + name: Pilot + overview: '' + english_name: Catalan + iso_3166_1: ES + iso_639_1: ca + name: Català + - data: + name: '' + overview: '' + english_name: Indonesian + iso_3166_1: ID + iso_639_1: id + name: Bahasa indonesia + - data: + name: '' + overview: '' + english_name: Latvian + iso_3166_1: LV + iso_639_1: lv + name: Latviešu + - data: + name: '' + overview: '' + english_name: Georgian + iso_3166_1: GE + iso_639_1: ka + name: ქართული + - data: + name: '' + overview: '' + english_name: Slovenian + iso_3166_1: SI + iso_639_1: sl + name: Slovenščina + - data: + name: 化學的藝術(試播集) + overview: 一名高中化學老師被診斷出肺癌末期後,為了養家活口,決定挺而走險,開始製作並販售冰毒。 + english_name: Mandarin + iso_3166_1: HK + iso_639_1: zh + name: 普通话 + - data: + name: '' + overview: '' + english_name: Burmese + iso_3166_1: MY + iso_639_1: my + name: '' + + /tv/{series_id}/season/{season_number}/episode/{episode_number}/videos: + get: + tags: + - TV EPISODES + summary: Videos + description: This endpoint get the videos that belong to a TV episode. + operationId: videos3 + parameters: + - name: include_video_language + in: query + description: Filters returned videos based on specified languages. Filter the list results by language, supports more than one value by using a comma. + schema: + type: string + + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + - $ref: '#/components/parameters/episode_number' + responses: + '200': + description: videos + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=11951 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 00:19:57 GMT + ETag: + schema: + type: string + example: W/"9fc9be8cf8bca47a44e32998752931e8" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 a497eba714f030335fd7adebea6fe8b6.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: Hgmr2U7AW9kYkg9F64dx7CiOFx4zMEDr8yjcgu9LZzi-7OO6P6HR1g== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '10643' + x-memc-expires: + schema: + type: string + example: '11951' + x-memc-key: + schema: + type: string + example: 23cabe2e16ffdea97cd7f13bc1a2430e + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 62085 + results: + type: array + items: + type: object + properties: + id: + type: string + example: 66c53c8f1742a4e306713a93 + iso_3166_1: + type: string + example: US + iso_639_1: + type: string + example: en + key: + type: string + example: NIFuNtReMrA + name: + type: string + example: Walt's First Day As A Cook Goes Wrong - Pilot + official: + type: boolean + example: true + published_at: + type: string + example: '2024-08-20T15:30:04.000Z' + site: + type: string + example: YouTube + size: + type: number + example: 1080 + type: + type: string + example: Clip + example: + - id: 66c53c8f1742a4e306713a93 + iso_3166_1: US + iso_639_1: en + key: NIFuNtReMrA + name: Walt's First Day As A Cook Goes Wrong - Pilot + official: true + published_at: '2024-08-20T15:30:04.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63f591b425b95500dd93f5a9 + iso_3166_1: US + iso_639_1: en + key: yz0qzMEPFhw + name: Breaking Bad Title Reference - Pilot + official: true + published_at: '2023-02-21T16:00:40.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63efd4f0a24c5000d4e2c30d + iso_3166_1: US + iso_639_1: en + key: 40tX4s5Ecwc + name: '"Cooking Is Art" - Pilot' + official: true + published_at: '2023-02-17T16:00:05.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63ec02a1699fb700cee10882 + iso_3166_1: US + iso_639_1: en + key: 84sBclbvp98 + name: Walter's Proposition To Jesse - Pilot + official: true + published_at: '2023-02-14T16:00:03.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63eae5ec1b7294007c4938e0 + iso_3166_1: US + iso_639_1: en + key: MX7bG7CjCZk + name: The Cancer Diagnosis - Pilot + official: true + published_at: '2023-02-11T16:00:13.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63eae5e6813cb60096a9a6f0 + iso_3166_1: US + iso_639_1: en + key: ZD4pm-4_wzs + name: Jesse Falls Off The Roof - Pilot + official: true + published_at: '2023-02-10T17:15:02.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63dd6440e55937009ffda8a6 + iso_3166_1: US + iso_639_1: en + key: mgYpJ-2slg0 + name: Hank's Drug Bust - Pilot + official: true + published_at: '2023-02-03T18:45:19.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63d97702a6c10400d4ca2f93 + iso_3166_1: US + iso_639_1: en + key: NDPad7BIQpU + name: Walter White's First Chemistry Lesson - Pilot + official: true + published_at: '2023-01-31T18:06:08.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 65ff7a9262f335017d51e0bd + iso_3166_1: US + iso_639_1: en + key: U_T4gRlPkd4 + name: Walt Thinks He and Jesse Are Caught - Pilot + official: true + published_at: '2018-01-25T19:14:34.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 65ff7a63b84cdd0164f4b4c1 + iso_3166_1: US + iso_639_1: en + key: VotBYq50Prc + name: Pilot (Recap) + official: true + published_at: '2018-01-21T19:24:45.000Z' + site: YouTube + size: 1080 + type: Recap + - id: 65ff7a5360620a017c2be1e2 + iso_3166_1: US + iso_639_1: en + key: NbxK5MvNH8c + name: Walt and Jesse Decide To Buy an RV - Pilot + official: true + published_at: '2018-01-19T18:00:39.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 65ff7a447f6c8d017c715d9a + iso_3166_1: US + iso_639_1: en + key: kqo1WScQqUw + name: Walt Stands Up For His Son - Pilot + official: true + published_at: '2018-01-17T22:22:05.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 65ff7a37770700017c0d1e87 + iso_3166_1: US + iso_639_1: en + key: yAAphfWE3Vs + name: And So It Begins (Teaser) - Pilot + official: true + published_at: '2018-01-17T02:32:29.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 65ff79e50c1255017e0efaa8 + iso_3166_1: US + iso_639_1: en + key: yE9UXdJEnss + name: Walt and Jesse Escape in the RV - Pilot + official: true + published_at: '2018-01-17T02:32:00.000Z' + site: YouTube + size: 1080 + type: Clip + examples: + videos: + value: + id: 62085 + results: + - id: 66c53c8f1742a4e306713a93 + iso_3166_1: US + iso_639_1: en + key: NIFuNtReMrA + name: Walt's First Day As A Cook Goes Wrong - Pilot + official: true + published_at: '2024-08-20T15:30:04.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63f591b425b95500dd93f5a9 + iso_3166_1: US + iso_639_1: en + key: yz0qzMEPFhw + name: Breaking Bad Title Reference - Pilot + official: true + published_at: '2023-02-21T16:00:40.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63efd4f0a24c5000d4e2c30d + iso_3166_1: US + iso_639_1: en + key: 40tX4s5Ecwc + name: '"Cooking Is Art" - Pilot' + official: true + published_at: '2023-02-17T16:00:05.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63ec02a1699fb700cee10882 + iso_3166_1: US + iso_639_1: en + key: 84sBclbvp98 + name: Walter's Proposition To Jesse - Pilot + official: true + published_at: '2023-02-14T16:00:03.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63eae5ec1b7294007c4938e0 + iso_3166_1: US + iso_639_1: en + key: MX7bG7CjCZk + name: The Cancer Diagnosis - Pilot + official: true + published_at: '2023-02-11T16:00:13.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63eae5e6813cb60096a9a6f0 + iso_3166_1: US + iso_639_1: en + key: ZD4pm-4_wzs + name: Jesse Falls Off The Roof - Pilot + official: true + published_at: '2023-02-10T17:15:02.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63dd6440e55937009ffda8a6 + iso_3166_1: US + iso_639_1: en + key: mgYpJ-2slg0 + name: Hank's Drug Bust - Pilot + official: true + published_at: '2023-02-03T18:45:19.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 63d97702a6c10400d4ca2f93 + iso_3166_1: US + iso_639_1: en + key: NDPad7BIQpU + name: Walter White's First Chemistry Lesson - Pilot + official: true + published_at: '2023-01-31T18:06:08.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 65ff7a9262f335017d51e0bd + iso_3166_1: US + iso_639_1: en + key: U_T4gRlPkd4 + name: Walt Thinks He and Jesse Are Caught - Pilot + official: true + published_at: '2018-01-25T19:14:34.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 65ff7a63b84cdd0164f4b4c1 + iso_3166_1: US + iso_639_1: en + key: VotBYq50Prc + name: Pilot (Recap) + official: true + published_at: '2018-01-21T19:24:45.000Z' + site: YouTube + size: 1080 + type: Recap + - id: 65ff7a5360620a017c2be1e2 + iso_3166_1: US + iso_639_1: en + key: NbxK5MvNH8c + name: Walt and Jesse Decide To Buy an RV - Pilot + official: true + published_at: '2018-01-19T18:00:39.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 65ff7a447f6c8d017c715d9a + iso_3166_1: US + iso_639_1: en + key: kqo1WScQqUw + name: Walt Stands Up For His Son - Pilot + official: true + published_at: '2018-01-17T22:22:05.000Z' + site: YouTube + size: 1080 + type: Clip + - id: 65ff7a37770700017c0d1e87 + iso_3166_1: US + iso_639_1: en + key: yAAphfWE3Vs + name: And So It Begins (Teaser) - Pilot + official: true + published_at: '2018-01-17T02:32:29.000Z' + site: YouTube + size: 1080 + type: Teaser + - id: 65ff79e50c1255017e0efaa8 + iso_3166_1: US + iso_639_1: en + key: yE9UXdJEnss + name: Walt and Jesse Escape in the RV - Pilot + official: true + published_at: '2018-01-17T02:32:00.000Z' + site: YouTube + size: 1080 + type: Clip + + /tv/{series_id}/season/{season_number}/episode/{episode_number}/rating: + post: + tags: + - TV EPISODES + summary: Add Rating + description: This endpoint rate a TV episode and save it to your rated list. + operationId: addRating2 + parameters: + - name: guest_session_id + in: query + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + - $ref: '#/components/parameters/episode_number' + requestBody: + content: + application/json: + schema: + type: object + properties: + value: + type: number + example: 8.5 + description: The rating score for the TV episode + examples: + Add Rating: + value: + value: 8.5 + responses: + '201': + description: add rating + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Length: + schema: + type: string + example: '60' + Date: + schema: + type: string + example: Mon, 06 Jan 2025 00:24:19 GMT + Server: + schema: + type: string + example: openresty + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 157ebd6865840045fc8b5ed1cce7e466.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: '-w4FPdnENP0BIcubjvAVGRbacbN5yYvuWEhJf-0Fyp_tSe8DADKZpw==' + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"4543905c5703940a323f39bb4fdcba82" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + type: object + properties: + status_code: + type: number + example: 1 + status_message: + type: string + example: Success. + success: + type: boolean + example: true + examples: + add rating: + value: + status_code: 1 + status_message: Success. + success: true + delete: + tags: + - TV EPISODES + summary: Delete Rating + description: This endpoint delete your rating on a TV episode. + operationId: deleteRating1 + parameters: + - name: guest_session_Id + in: query + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + + - $ref: '#/components/parameters/session_id' + - $ref: '#/components/parameters/season_number' + - $ref: '#/components/parameters/series_id' + - $ref: '#/components/parameters/episode_number' + responses: + '200': + description: delete rating + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: br + Date: + schema: + type: string + example: Mon, 06 Jan 2025 00:28:00 GMT + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 98e30e5953336545df428a8f5923a288.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: 3G2X6VBdXTlzQmJVl8z1R0bVClINmIh00kJ0w7OO5sRxcAHmjMCYtQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + cache-control: + schema: + type: string + example: public, max-age=0 + etag: + schema: + type: string + example: W/"0566f98871ddfd7f6ade28aaefb5167d" + vary: + schema: + type: string + example: accept-encoding + content: + application/json: + schema: + type: object + properties: + status_code: + type: number + example: 13 + status_message: + type: string + example: The item/record was deleted successfully. + success: + type: boolean + example: true + examples: + delete rating: + value: + status_code: 13 + status_message: The item/record was deleted successfully. + success: true + + /tv/{tv_id}/episode_groups: + get: + tags: + - TV EPISODE GROUP + summary: Episode Id + description: This endpoint get the episode group id + operationId: episodeId + parameters: + + - name: tv_id + in: path + required: true + description: This refers to a unique identifier for a specific TV show or series in the database. + schema: + type: string + example: '' + responses: + '200': + description: episode id + headers: + Age: + schema: + type: string + example: '554' + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=2011 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 07:54:35 GMT + ETag: + schema: + type: string + example: W/"ef29d031be33a9600c17d15e278d58cf" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 368146333bf1a1071e8432a7d4e41e1a.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: '-jldN5OXMWevOgn29KCWe1jrnIhOWC4LOjlMY4-IYIk6jya36JVXSw==' + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Hit from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '21628' + x-memc-expires: + schema: + type: string + example: '2011' + x-memc-key: + schema: + type: string + example: 5d1d987ee541aee828ec34c86e629438 + content: + application/json: + schema: + type: object + properties: + id: + type: number + example: 1399 + results: + type: array + items: + type: object + properties: + description: + type: string + example: '' + episode_count: + type: number + example: 102 + group_count: + type: number + example: 9 + id: + type: string + example: 5e9077d2e640d600151f32bd + name: + type: string + example: Aired Order + network: + type: object + properties: + id: + type: number + example: 49 + logo_path: + type: string + example: /tuomPhY2UtuPTqqFnKMVHvSb724.png + name: + type: string + example: HBO + origin_country: + type: string + example: US + type: + type: number + example: 1 + example: + - description: '' + episode_count: 102 + group_count: 9 + id: 5e9077d2e640d600151f32bd + name: Aired Order + network: + id: 49 + logo_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png + name: HBO + origin_country: US + type: 1 + examples: + episode id: + value: + id: 1399 + results: + - description: '' + episode_count: 102 + group_count: 9 + id: 5e9077d2e640d600151f32bd + name: Aired Order + network: + id: 49 + logo_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png + name: HBO + origin_country: US + type: 1 + + + /tv/episode_group/{tv_episode_group_id}: + get: + tags: + - TV EPISODE GROUP + summary: Details + description: This endpoint get the details of a TV episode group. + operationId: details13 + parameters: + - name: tv_episode_group_id + in: path + required: true + description: This refers to a unique identifier used to group episodes of a TV show under specific categorizations or viewing orders. + schema: + type: string + example: '' + responses: + '200': + description: details + headers: + Age: + schema: + type: string + example: '554' + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=12081 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 07:55:42 GMT + ETag: + schema: + type: string + example: W/"07544f1986b90426394c56420c205cc3" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 51391527dd8c879c45b44b119905c872.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: VTk9F9-pJ9Qui22yJUNDto_899thlr2nOvFoj960YZAGEoom-at2PQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Hit from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '16115' + x-memc-expires: + schema: + type: string + example: '12081' + x-memc-key: + schema: + type: string + example: bfc0800aa23a0788c189c780a2ecb21e + content: + application/json: + schema: + type: object + properties: + description: + type: string + example: '' + episode_count: + type: number + example: 102 + group_count: + type: number + example: 9 + groups: + type: array + items: + type: object + properties: + episodes: + type: array + items: + type: object + properties: + air_date: + type: string + example: '2011-04-17' + episode_number: + type: number + example: 1 + episode_type: + type: string + example: standard + id: + type: number + example: 63056 + name: + type: string + example: Winter Is Coming + order: + type: number + example: 0 + overview: + type: string + example: >- + Jon Arryn, the Hand of the King, is dead. King + Robert Baratheon plans to ask his oldest + friend, Eddard Stark, to take Jon's place. + Across the sea, Viserys Targaryen plans to wed + his sister to a nomadic warlord in exchange + for an army. + production_code: + type: string + example: '101' + runtime: + type: number + example: 62 + season_number: + type: number + example: 1 + show_id: + type: number + example: 1399 + still_path: + type: string + example: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg + vote_average: + type: number + example: 8.006 + vote_count: + type: number + example: 347 + example: + - air_date: '2011-04-17' + episode_number: 1 + episode_type: standard + id: 63056 + name: Winter Is Coming + order: 0 + overview: >- + Jon Arryn, the Hand of the King, is dead. King + Robert Baratheon plans to ask his oldest friend, + Eddard Stark, to take Jon's place. Across the + sea, Viserys Targaryen plans to wed his sister + to a nomadic warlord in exchange for an army. + production_code: '101' + runtime: 62 + season_number: 1 + show_id: 1399 + still_path: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg + vote_average: 8.006 + vote_count: 347 + - air_date: '2011-04-24' + episode_number: 2 + episode_type: standard + id: 63057 + name: The Kingsroad + order: 1 + overview: >- + While Bran recovers from his fall, Ned takes + only his daughters to Kings Landing. Jon Snow + goes with his uncle Benjen to The Wall. Tyrion + joins them. + production_code: '102' + runtime: 56 + season_number: 1 + show_id: 1399 + still_path: /l0GJx3IR8YasbztTJi5uK0XqkEo.jpg + vote_average: 7.853 + vote_count: 232 + - air_date: '2011-05-01' + episode_number: 3 + episode_type: standard + id: 63058 + name: Lord Snow + order: 2 + overview: >- + Lord Stark and his daughters arrive at King's + Landing to discover the intrigues of the king's + realm. + production_code: '103' + runtime: 58 + season_number: 1 + show_id: 1399 + still_path: /8HjOlb4slc1xusMgOtoNpxuTgSI.jpg + vote_average: 8.062 + vote_count: 193 + - air_date: '2011-05-08' + episode_number: 4 + episode_type: standard + id: 63059 + name: Cripples, Bastards, and Broken Things + order: 3 + overview: >- + Eddard investigates Jon Arryn's murder. Jon + befriends Samwell Tarly, a coward who has come + to join the Night's Watch. + production_code: '104' + runtime: 56 + season_number: 1 + show_id: 1399 + still_path: /jri960hz39eulThP66dd9emTxvs.jpg + vote_average: 8.172 + vote_count: 169 + - air_date: '2011-05-15' + episode_number: 5 + episode_type: standard + id: 63060 + name: The Wolf and the Lion + order: 4 + overview: >- + Catelyn has captured Tyrion and plans to bring + him to her sister, Lysa Arryn, at The Vale, to + be tried for his, supposed, crimes against Bran. + Robert plans to have Daenerys killed, but Eddard + refuses to be a part of it and quits. + production_code: '105' + runtime: 55 + season_number: 1 + show_id: 1399 + still_path: /u7e1qSWE6v8jfY9vGNrckX47DGN.jpg + vote_average: 8.541 + vote_count: 171 + - air_date: '2011-05-22' + episode_number: 6 + episode_type: standard + id: 63061 + name: A Golden Crown + order: 5 + overview: >- + While recovering from his battle with Jamie, + Eddard is forced to run the kingdom while Robert + goes hunting. Tyrion demands a trial by combat + for his freedom. Viserys is losing his patience + with Drogo. + production_code: '106' + runtime: 53 + season_number: 1 + show_id: 1399 + still_path: /AdhvrJxyYpINwYnGkBIf2krQKg.jpg + vote_average: 8.411 + vote_count: 169 + - air_date: '2011-05-29' + episode_number: 7 + episode_type: standard + id: 63062 + name: You Win or You Die + order: 6 + overview: >- + Robert has been injured while hunting and is + dying. Jon and the others finally take their + vows to the Night's Watch. A man, sent by + Robert, is captured for trying to poison + Daenerys. Furious, Drogo vows to attack the + Seven Kingdoms. + production_code: '107' + runtime: 58 + season_number: 1 + show_id: 1399 + still_path: /o6ldSDhIINGNKZR62mHf2m64dD.jpg + vote_average: 8.583 + vote_count: 168 + - air_date: '2011-06-05' + episode_number: 8 + episode_type: standard + id: 63063 + name: The Pointy End + order: 7 + overview: >- + Eddard and his men are betrayed and captured by + the Lannisters. When word reaches Robb, he plans + to go to war to rescue them. The White Walkers + attack The Wall. Tyrion returns to his father + with some new friends. + production_code: '108' + runtime: 59 + season_number: 1 + show_id: 1399 + still_path: /9ZvT1IZPcC11eiCByOzqQvC3CCR.jpg + vote_average: 8.209 + vote_count: 165 + - air_date: '2011-06-12' + episode_number: 9 + episode_type: standard + id: 63064 + name: Baelor + order: 8 + overview: >- + Robb goes to war against the Lannisters. Jon + finds himself struggling on deciding if his + place is with Robb or the Night's Watch. Drogo + has fallen ill from a fresh battle wound. + Daenerys is desperate to save him. + production_code: '109' + runtime: 57 + season_number: 1 + show_id: 1399 + still_path: /fAmBhmw1pQc6fucrdmnRM5FOpXD.jpg + vote_average: 8.884 + vote_count: 181 + - air_date: '2011-06-19' + episode_number: 10 + episode_type: finale + id: 63065 + name: Fire and Blood + order: 9 + overview: >- + With Ned dead, Robb vows to get revenge on the + Lannisters. Jon must officially decide if his + place is with Robb or the Night's Watch. + Daenerys says her final goodbye to Drogo. + production_code: '110' + runtime: 53 + season_number: 1 + show_id: 1399 + still_path: /y1BXkhEqBQS3ewQeqqdHpjhTts0.jpg + vote_average: 8.756 + vote_count: 172 + id: + type: string + example: 5e907a9c197de40015075fe5 + locked: + type: boolean + example: false + name: + type: string + example: Season 1 + order: + type: number + example: 1 + example: + - episodes: + - air_date: '2011-04-17' + episode_number: 1 + episode_type: standard + id: 63056 + name: Winter Is Coming + order: 0 + overview: >- + Jon Arryn, the Hand of the King, is dead. King + Robert Baratheon plans to ask his oldest friend, + Eddard Stark, to take Jon's place. Across the sea, + Viserys Targaryen plans to wed his sister to a + nomadic warlord in exchange for an army. + production_code: '101' + runtime: 62 + season_number: 1 + show_id: 1399 + still_path: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg + vote_average: 8.006 + vote_count: 347 + - air_date: '2011-04-24' + episode_number: 2 + episode_type: standard + id: 63057 + name: The Kingsroad + order: 1 + overview: >- + While Bran recovers from his fall, Ned takes only + his daughters to Kings Landing. Jon Snow goes with + his uncle Benjen to The Wall. Tyrion joins them. + production_code: '102' + runtime: 56 + season_number: 1 + show_id: 1399 + still_path: /l0GJx3IR8YasbztTJi5uK0XqkEo.jpg + vote_average: 7.853 + vote_count: 232 + - air_date: '2011-05-01' + episode_number: 3 + episode_type: standard + id: 63058 + name: Lord Snow + order: 2 + overview: >- + Lord Stark and his daughters arrive at King's + Landing to discover the intrigues of the king's + realm. + production_code: '103' + runtime: 58 + season_number: 1 + show_id: 1399 + still_path: /8HjOlb4slc1xusMgOtoNpxuTgSI.jpg + vote_average: 8.062 + vote_count: 193 + - air_date: '2011-05-08' + episode_number: 4 + episode_type: standard + id: 63059 + name: Cripples, Bastards, and Broken Things + order: 3 + overview: >- + Eddard investigates Jon Arryn's murder. Jon + befriends Samwell Tarly, a coward who has come to + join the Night's Watch. + production_code: '104' + runtime: 56 + season_number: 1 + show_id: 1399 + still_path: /jri960hz39eulThP66dd9emTxvs.jpg + vote_average: 8.172 + vote_count: 169 + - air_date: '2011-05-15' + episode_number: 5 + episode_type: standard + id: 63060 + name: The Wolf and the Lion + order: 4 + overview: >- + Catelyn has captured Tyrion and plans to bring him + to her sister, Lysa Arryn, at The Vale, to be + tried for his, supposed, crimes against Bran. + Robert plans to have Daenerys killed, but Eddard + refuses to be a part of it and quits. + production_code: '105' + runtime: 55 + season_number: 1 + show_id: 1399 + still_path: /u7e1qSWE6v8jfY9vGNrckX47DGN.jpg + vote_average: 8.541 + vote_count: 171 + - air_date: '2011-05-22' + episode_number: 6 + episode_type: standard + id: 63061 + name: A Golden Crown + order: 5 + overview: >- + While recovering from his battle with Jamie, + Eddard is forced to run the kingdom while Robert + goes hunting. Tyrion demands a trial by combat for + his freedom. Viserys is losing his patience with + Drogo. + production_code: '106' + runtime: 53 + season_number: 1 + show_id: 1399 + still_path: /AdhvrJxyYpINwYnGkBIf2krQKg.jpg + vote_average: 8.411 + vote_count: 169 + - air_date: '2011-05-29' + episode_number: 7 + episode_type: standard + id: 63062 + name: You Win or You Die + order: 6 + overview: >- + Robert has been injured while hunting and is + dying. Jon and the others finally take their vows + to the Night's Watch. A man, sent by Robert, is + captured for trying to poison Daenerys. Furious, + Drogo vows to attack the Seven Kingdoms. + production_code: '107' + runtime: 58 + season_number: 1 + show_id: 1399 + still_path: /o6ldSDhIINGNKZR62mHf2m64dD.jpg + vote_average: 8.583 + vote_count: 168 + - air_date: '2011-06-05' + episode_number: 8 + episode_type: standard + id: 63063 + name: The Pointy End + order: 7 + overview: >- + Eddard and his men are betrayed and captured by + the Lannisters. When word reaches Robb, he plans + to go to war to rescue them. The White Walkers + attack The Wall. Tyrion returns to his father with + some new friends. + production_code: '108' + runtime: 59 + season_number: 1 + show_id: 1399 + still_path: /9ZvT1IZPcC11eiCByOzqQvC3CCR.jpg + vote_average: 8.209 + vote_count: 165 + - air_date: '2011-06-12' + episode_number: 9 + episode_type: standard + id: 63064 + name: Baelor + order: 8 + overview: >- + Robb goes to war against the Lannisters. Jon finds + himself struggling on deciding if his place is + with Robb or the Night's Watch. Drogo has fallen + ill from a fresh battle wound. Daenerys is + desperate to save him. + production_code: '109' + runtime: 57 + season_number: 1 + show_id: 1399 + still_path: /fAmBhmw1pQc6fucrdmnRM5FOpXD.jpg + vote_average: 8.884 + vote_count: 181 + - air_date: '2011-06-19' + episode_number: 10 + episode_type: finale + id: 63065 + name: Fire and Blood + order: 9 + overview: >- + With Ned dead, Robb vows to get revenge on the + Lannisters. Jon must officially decide if his + place is with Robb or the Night's Watch. Daenerys + says her final goodbye to Drogo. + production_code: '110' + runtime: 53 + season_number: 1 + show_id: 1399 + still_path: /y1BXkhEqBQS3ewQeqqdHpjhTts0.jpg + vote_average: 8.756 + vote_count: 172 + id: 5e907a9c197de40015075fe5 + locked: false + name: Season 1 + order: 1 + - episodes: + - air_date: '2012-04-01' + episode_number: 1 + episode_type: standard + id: 63066 + name: The North Remembers + order: 0 + overview: >- + As Robb Stark and his northern army continue the + war against the Lannisters, Tyrion arrives in + King’s Landing to counsel Joffrey and temper the + young king’s excesses. On the island of + Dragonstone, Stannis Baratheon plots an invasion + to claim his late brother’s throne, allying + himself with the fiery Melisandre, a strange + priestess of a stranger god. Across the sea, + Daenerys, her three young dragons, and the + khalasar trek through the Red Waste in search of + allies, or water. In the North, Bran presides + over a threadbare Winterfell, while beyond the + Wall, Jon Snow and the Night’s Watch must shelter + with a devious wildling. + production_code: '201' + runtime: 53 + season_number: 2 + show_id: 1399 + still_path: /gGHtlTvHpSGZ8DIrxMyK3Ewkc1Y.jpg + vote_average: 8.146 + vote_count: 168 + - air_date: '2012-04-08' + episode_number: 2 + episode_type: standard + id: 974430 + name: The Night Lands + order: 1 + overview: >- + In the wake of a bloody purge in the capital, + Tyrion chastens Cersei for alienating the king’s + subjects. On the road north, Arya shares a secret + with Gendry, a Night’s Watch recruit. With + supplies dwindling, one of Dany’s scouts returns + with news of their position. After nine years as + a Stark ward, Theon Greyjoy reunites with his + father Balon, who wants to restore the ancient + Kingdom of the Iron Islands. Davos enlists + Salladhor Saan, a pirate, to join forces with + Stannis and Melisandre for a naval invasion of + King’s Landing. + production_code: '202' + runtime: 54 + season_number: 2 + show_id: 1399 + still_path: /3EW7wYNXUVaHT4XRuIoNFrqhZh5.jpg + vote_average: 7.944 + vote_count: 151 + - air_date: '2012-04-15' + episode_number: 3 + episode_type: standard + id: 63068 + name: What is Dead May Never Die + order: 2 + overview: >- + At the Red Keep, Tyrion plots three alliances + through the promise of marriage. Catelyn arrives + in the Stormlands to forge an alliance of her own, + but King Renly, his new wife Margaery, and her + brother Loras Tyrell have other plans. At + Winterfell, Luwin tries to decipher Bran’s dreams. + production_code: '203' + runtime: 53 + season_number: 2 + show_id: 1399 + still_path: /neKkHgfX7dgi4E47GKT7bYciq93.jpg + vote_average: 8.252 + vote_count: 143 + - air_date: '2012-04-22' + episode_number: 4 + episode_type: standard + id: 63069 + name: Garden of Bones + order: 3 + overview: >- + Joffrey punishes Sansa for Robb’s victories, and + Tyrion scrambles to temper the king’s cruelty. + Catelyn entreats Stannis and Renly to unite + against the Lannisters. Dany and her khalasar + arrive at the prosperous city of Qarth. Tyrion + coerces a relative into being his eyes and ears. + Arya and Gendry are taken to Harrenhal, where + their lives are in the hands of Ser Gregor + Clegane. Stannis orders Davos to smuggle + Melisandre into a secret cove. + production_code: '204' + runtime: 51 + season_number: 2 + show_id: 1399 + still_path: /4j2j97GFao2NX4uAtMbr0Qhx2K2.jpg + vote_average: 8.248 + vote_count: 145 + - air_date: '2012-04-29' + episode_number: 5 + episode_type: standard + id: 63070 + name: The Ghost of Harrenhal + order: 4 + overview: >- + The Baratheon rivalry ends, driving Catelyn to + flee and Littlefinger to act. At King’s Landing, + Tyrion’s source alerts him to Joffrey’s defense + plan - and a mysterious secret weapon. Theon sails + to the Stony Shore to prove he’s worthy to be + called Ironborn. At Harrenhal, Arya receives a + promise from Jaqen H’ghar, one of the prisoners + she saved from the Gold Cloaks. The Night’s Watch + arrive at the Fist of the First Men, an ancient + ringfort where they hope to stem the wildings' + advance. + production_code: '205' + runtime: 55 + season_number: 2 + show_id: 1399 + still_path: /h7HHSQtEyf7cNBYR2G9DjQ78EgV.jpg + vote_average: 8.144 + vote_count: 142 + - air_date: '2012-05-06' + episode_number: 6 + episode_type: standard + id: 63071 + name: The Old Gods and the New + order: 5 + overview: >- + Theon seizes control of Winterfell. Jon captures a + wildling, named Ygritte and is given a chance to + prove himself. At King's Landing, after the + Lannisters send Myrcella off to be married, the + people begin to turn against King Joffrey. Arya + comes face to face with a surprise visitor. + Daenerys looks to buy ships to sail for the Seven + Kingdoms. + production_code: '206' + runtime: 54 + season_number: 2 + show_id: 1399 + still_path: /bxToPOtlk77Wkxsas0mMgtjvzXS.jpg + vote_average: 8.257 + vote_count: 148 + - air_date: '2012-05-13' + episode_number: 7 + episode_type: standard + id: 63073 + name: A Man Without Honor + order: 6 + overview: >- + Jamie meets a distant relative. Daenerys receives + an invitation to the House of the Undying. Theon + leads a search party. Jon loses his way in the + wilderness. Cersei counsels Sansa. + production_code: '207' + runtime: 56 + season_number: 2 + show_id: 1399 + still_path: /bCDklRxVetx1COP4zXLLnXMS2S0.jpg + vote_average: 8.191 + vote_count: 144 + - air_date: '2012-05-20' + episode_number: 8 + episode_type: standard + id: 63074 + name: The Prince of Winterfell + order: 7 + overview: >- + Betrayal befalls Robb. Jon and Qhorin are taken + prisoner by the wildlings. Theon receives a + visitor at Winterfell and must make an important + decision. Meanwhile, Stannis is just days away + from reaching King's Landing and Tyrion prepares + for his arrival. At Harrenhal, Arya, Gendry and + Hot Pie plan their escape. + production_code: '208' + runtime: 54 + season_number: 2 + show_id: 1399 + still_path: /4W90HbZcVG54m8HoxaZmXc8rzjy.jpg + vote_average: 8.06 + vote_count: 142 + - air_date: '2012-05-27' + episode_number: 9 + episode_type: standard + id: 63072 + name: Blackwater + order: 8 + overview: >- + Tyrion and the Lannisters fight for their lives as + Stannis’ fleet assaults King’s Landing. + production_code: '209' + runtime: 55 + season_number: 2 + show_id: 1399 + still_path: /rX44Vfd0iiZDIJWHYZg9j4yLSP9.jpg + vote_average: 8.892 + vote_count: 166 + - air_date: '2012-06-03' + episode_number: 10 + episode_type: finale + id: 63075 + name: Valar Morghulis + order: 9 + overview: >- + Tyrion awakens to a changed situation. King + Joffrey doles out rewards to his subjects. As + Theon stirs his men to action, Luwin offers some + final advice. Brienne silences Jaime. Arya + receives a gift from Jaqen. Dany goes to a strange + place. Jon proves himself to Qhorin. + production_code: '210' + runtime: 64 + season_number: 2 + show_id: 1399 + still_path: /u46jn12qEyaCOe1oqJBwPvL5d7R.jpg + vote_average: 8.697 + vote_count: 150 + id: 5e907abfcee4810014e0ba61 + locked: false + name: Season 2 + order: 2 + - episodes: + - air_date: '2013-03-31' + episode_number: 1 + episode_type: standard + id: 63077 + name: Valar Dohaeris + order: 0 + overview: >- + Jon meets the King-Beyond-the-Wall while his Night + Watch Brothers flee south. In King's Landing, + Tyrion wants a reward, Margaery shows her + charitable nature, Cersei arranges a dinner party, + and Littlefinger offers to help Sansa. Across the + Narrow Sea, Daenerys starts her journey west. + production_code: '301' + runtime: 55 + season_number: 3 + show_id: 1399 + still_path: /3pyS7xz9mprX4OuOCfV261CnGfR.jpg + vote_average: 8.14 + vote_count: 157 + - air_date: '2013-04-07' + episode_number: 2 + episode_type: standard + id: 63076 + name: Dark Wings, Dark Words + order: 1 + overview: >- + Sansa says too much. Shae asks Tyrion for a favor. + Jaime finds a way to pass the time, while Arya + encounters the Brotherhood Without Banners. + production_code: '302' + runtime: 58 + season_number: 3 + show_id: 1399 + still_path: /ydrupjqBj6M68pUwJNJ5rbGmm1O.jpg + vote_average: 7.838 + vote_count: 142 + - air_date: '2013-04-14' + episode_number: 3 + episode_type: standard + id: 63078 + name: Walk of Punishment + order: 2 + overview: >- + Tyrion shoulders new responsibilities. Jon is + taken to the Fist of the First Men. Daenerys meets + with the slavers. Jaime strikes a deal with his + captors. + production_code: '303' + runtime: 53 + season_number: 3 + show_id: 1399 + still_path: /i39Itkd76DOXxek0blIO6rI6zsa.jpg + vote_average: 8.143 + vote_count: 147 + - air_date: '2013-04-21' + episode_number: 4 + episode_type: standard + id: 63082 + name: And Now His Watch Is Ended + order: 3 + overview: >- + Trouble brews among the Night's Watch at + Craster's. Margaery takes Joffrey out of his + comfort zone. Arya meets the leader of the + Brotherhood. Varys plots revenge on an old foe. + Theon mournfully recalls his missteps. Daenerys + deftly orchestrates her exit from Astapor. + production_code: '304' + runtime: 54 + season_number: 3 + show_id: 1399 + still_path: /veYx7AoKhxC8Pz8EThNpoOxeSGX.jpg + vote_average: 8.745 + vote_count: 161 + - air_date: '2013-04-28' + episode_number: 5 + episode_type: standard + id: 63083 + name: Kissed by Fire + order: 4 + overview: >- + The Hound is judged by the gods. Jaime is judged + by men. Jon proves himself. Robb is betrayed. + Tyrion learns the cost of weddings. + production_code: '305' + runtime: 58 + season_number: 3 + show_id: 1399 + still_path: /d2b1CWsWCKMt5IpNXKgJfE4fjxj.jpg + vote_average: 8.178 + vote_count: 143 + - air_date: '2013-05-05' + episode_number: 6 + episode_type: standard + id: 63084 + name: The Climb + order: 5 + overview: >- + Tywin plans strategic unions for the Lannisters. + Melisandre pays a visit to the Riverlands. Robb + weighs a compromise to repair his alliance with + House Frey. Roose Bolton decides what to do with + Jaime Lannister. Jon, Ygritte, and the Wildlings + face a daunting climb. + production_code: '306' + runtime: 54 + season_number: 3 + show_id: 1399 + still_path: /eJQ5vnNrlM28fpInn6uGM0xUZRX.jpg + vote_average: 8.04 + vote_count: 136 + - air_date: '2013-05-12' + episode_number: 7 + episode_type: standard + id: 63081 + name: The Bear and the Maiden Fair + order: 6 + overview: >- + Daenerys exchanges gifts with a slave lord outside + of Yunkai. As Sansa frets about her prospects, + Shae chafes at Tyrion’s new situation. Tywin + counsels the king, and Melisandre reveals a secret + to Gendry. Brienne faces a formidable foe in + Harrenhal. + production_code: '307' + runtime: 58 + season_number: 3 + show_id: 1399 + still_path: /2RVD5pIIiv7ZH0qnazwVrsPEFpP.jpg + vote_average: 8.205 + vote_count: 144 + - air_date: '2013-05-19' + episode_number: 8 + episode_type: standard + id: 63085 + name: Second Sons + order: 7 + overview: >- + King’s Landing hosts a wedding, and Tyrion and + Sansa spend the night together. Daenerys tries to + persuade the Second Sons to join her against + Yunkai. Stannis releases Davos from the dungeons. + Sam and Gilly meet an older gentleman. + production_code: '308' + runtime: 57 + season_number: 3 + show_id: 1399 + still_path: /x3sJ9URXLn9hb6WAqqNhVJQGPut.jpg + vote_average: 8.263 + vote_count: 137 + - air_date: '2013-06-02' + episode_number: 9 + episode_type: standard + id: 63080 + name: The Rains of Castamere + order: 8 + overview: >- + Robb presents himself to Walder Frey, and Edmure + meets his bride. Jon faces his harshest test yet. + Bran discovers a new gift. Daario and Jorah debate + how to take Yunkai. House Frey joins with House + Tully. + production_code: '309' + runtime: 51 + season_number: 3 + show_id: 1399 + still_path: /8Cvg7NkvDPckIwPKWcyS25YcoSh.jpg + vote_average: 9.176 + vote_count: 213 + - air_date: '2013-06-09' + episode_number: 10 + episode_type: finale + id: 63079 + name: Mhysa + order: 9 + overview: >- + Bran and company travel beyond the Wall. Sam + returns to Castle Black. Jon says goodbye to + Ygritte. Jaime returns to King's Landing. The + Night's Watch asks for help from Stannis. Daenerys + waits to see if she is a conqueror or a liberator. + production_code: '310' + runtime: 63 + season_number: 3 + show_id: 1399 + still_path: /wJbEFBLyogHR1GoxfDXNIoP4k1w.jpg + vote_average: 8.348 + vote_count: 148 + id: 5e907acc00fb6b001aa16a1a + locked: false + name: Season 3 + order: 3 + - episodes: + - air_date: '2014-04-06' + episode_number: 1 + episode_type: standard + id: 973190 + name: Two Swords + order: 0 + overview: >- + Tyrion welcomes a guest to King’s Landing. At + Castle Black, Jon Snow finds himself unwelcome. + Dany is pointed to Meereen, the mother of all + slave cities. Arya runs into an old friend. + production_code: '401' + runtime: 59 + season_number: 4 + show_id: 1399 + still_path: /gtGrhEOURApsKhbf6tm6leJJmmp.jpg + vote_average: 7.994 + vote_count: 164 + - air_date: '2014-04-13' + episode_number: 2 + episode_type: standard + id: 973219 + name: The Lion and the Rose + order: 1 + overview: >- + Tyrion lends Jaime a hand. Joffrey and Margaery + host a breakfast. At Dragonstone, Stannis loses + patience with Davos. Ramsay finds a purpose for + his pet. North of the Wall, Bran sees where they + must go. + production_code: '402' + runtime: 53 + season_number: 4 + show_id: 1399 + still_path: /zOeaRpAKbrATuVe8Z5MtVJfair9.jpg + vote_average: 8.838 + vote_count: 167 + - air_date: '2014-04-20' + episode_number: 3 + episode_type: standard + id: 63096 + name: Breaker of Chains + order: 2 + overview: >- + Tyrion ponders his options. Tywin extends an olive + branch. Sam realizes Castle Black isn’t safe, and + Jon proposes a bold plan. The Hound teaches Arya + the way things are. Dany chooses her champion. + production_code: '403' + runtime: 57 + season_number: 4 + show_id: 1399 + still_path: /pgwGxEDIv1XyB5TcJcJM7EMLWiX.jpg + vote_average: 8.229 + vote_count: 142 + - air_date: '2014-04-27' + episode_number: 4 + episode_type: standard + id: 63097 + name: Oathkeeper + order: 3 + overview: >- + Dany balances justice and mercy. Jaime tasks + Brienne with his honor. Jon secures volunteers + while Bran, Jojen, Meera and Hodor stumble on + shelter. + production_code: '404' + runtime: 56 + season_number: 4 + show_id: 1399 + still_path: /9VolANvmLPcI5ynaCGHvwL1957h.jpg + vote_average: 7.9 + vote_count: 147 + - air_date: '2014-05-04' + episode_number: 5 + episode_type: standard + id: 63098 + name: First of His Name + order: 4 + overview: >- + After Tommen is crowned the King of the Seven + Kingdoms, Cersei and Tywin plan the Crown's next + move. Meanwhile, Dany weighs her future plans + regarding Westeros and Slaver's Bay. Sansa and + Lord Baelish arrive at the Eyrie and Jon Snow + along with men from the Night's Watch attacks + Craster's Keep. + production_code: '405' + runtime: 54 + season_number: 4 + show_id: 1399 + still_path: /bf0Z9votO2jqQLI0Y66TqfTjlyq.jpg + vote_average: 8.063 + vote_count: 143 + - air_date: '2014-05-11' + episode_number: 6 + episode_type: standard + id: 63099 + name: The Laws of Gods and Men + order: 5 + overview: >- + Stannis makes a deal with the Iron Bank of + Braavos. Yara and her troops storm the Dreadfort + to free Theon. Meanwhile, Daenerys meets Hizdar zo + Loraq and her other supplicants. And the day of + Tyrion's trial has come where Tyrion faces his + father. + production_code: '406' + runtime: 51 + season_number: 4 + show_id: 1399 + still_path: /vKt9b7HNYhwM91C7S53zPsAWfT3.jpg + vote_average: 8.932 + vote_count: 168 + - air_date: '2014-05-18' + episode_number: 7 + episode_type: standard + id: 63100 + name: Mockingbird + order: 6 + overview: >- + Tyrion gains an unlikely ally; Daario asks Dany to + allow him to do what he does best; Jon's warnings + about the vulnerability of the Wall are ignored; + Brienne follows a new lead. + production_code: '407' + runtime: 52 + season_number: 4 + show_id: 1399 + still_path: /u1LNM3vEGX2SWmoDZZC6yxXZXu8.jpg + vote_average: 8.287 + vote_count: 148 + - air_date: '2014-06-01' + episode_number: 8 + episode_type: standard + id: 63101 + name: The Mountain and the Viper + order: 7 + overview: >- + Unexpected visitors arrive in Mole's Town. With + assistance from Theon, Ramsay proves himself to + his father, Lord Bolton. Littlefinger's motives + are questioned when Sansa reveals the fate of Lysa + Arryn to other lords of the Vale. Daenerys finds + out a secret about Jorah Mormont. Tyrion's fate is + decided. + production_code: '408' + runtime: 53 + season_number: 4 + show_id: 1399 + still_path: /cOcGpQmBvwuScHJjwQYlCreVl4x.jpg + vote_average: 8.789 + vote_count: 175 + - air_date: '2014-06-08' + episode_number: 9 + episode_type: standard + id: 63102 + name: The Watchers on the Wall + order: 8 + overview: >- + Jon Snow and the Night's Watch face a big + challenge. + production_code: '409' + runtime: 51 + season_number: 4 + show_id: 1399 + still_path: /vn4ECYuCaV43MEwpyjTdkXg7NPB.jpg + vote_average: 8.638 + vote_count: 163 + - air_date: '2014-06-15' + episode_number: 10 + episode_type: finale + id: 63103 + name: The Children + order: 9 + overview: >- + Circumstances change after an unexpected arrival + from north of the Wall. Dany must face harsh + realities. Bran learns more about his destiny. + Tyrion sees the truth about his situation. + production_code: '410' + runtime: 66 + season_number: 4 + show_id: 1399 + still_path: /dEvyoz6NrUGH3nyphu43hAzT1VE.jpg + vote_average: 8.83 + vote_count: 159 + id: 5e907ad64a4bf60fa2510824 + locked: false + name: Season 4 + order: 4 + - episodes: + - air_date: '2015-04-12' + episode_number: 1 + episode_type: standard + id: 1043618 + name: The Wars to Come + order: 0 + overview: >- + Cersei and Jaime adjust to a world without Tywin. + Varys reveals a conspiracy to Tyrion. Dany faces a + new threat to her rule. Jon is caught between two + kings. + production_code: '501' + runtime: 53 + season_number: 5 + show_id: 1399 + still_path: /shIFxmFySt9CtGXMTXWBipsNOIs.jpg + vote_average: 7.862 + vote_count: 156 + - air_date: '2015-04-19' + episode_number: 2 + episode_type: standard + id: 1045551 + name: The House of Black and White + order: 1 + overview: >- + Arya arrives in Braavos. Podrick and Brienne run + into trouble on the road. Cersei fears for her + daughter's safety in Dorne as Ellaria Sand seeks + revenge for Oberyn's death. Stannis tempts Jon. An + adviser tempts Daenerys. + production_code: '502' + runtime: 56 + season_number: 5 + show_id: 1399 + still_path: /uCJpE0pfjn78uhr2TjvIrhyTcR8.jpg + vote_average: 7.85 + vote_count: 150 + - air_date: '2015-04-26' + episode_number: 3 + episode_type: standard + id: 1045552 + name: High Sparrow + order: 2 + overview: >- + In Braavos, Arya sees the Many-Faced God. In + King's Landing, Queen Margaery enjoys her new + husband. Tyrion and Varys walk the Long Bridge of + Volantis. + production_code: '503' + runtime: 60 + season_number: 5 + show_id: 1399 + still_path: /5b6eUi2w12ao24ug8cL5QqJFKig.jpg + vote_average: 7.962 + vote_count: 144 + - air_date: '2015-05-03' + episode_number: 4 + episode_type: standard + id: 1045553 + name: Sons of the Harpy + order: 3 + overview: >- + The Faith Militant grow increasingly aggressive. + Jaime and Bronn head south. Ellaria and the Sand + Snakes vow vengeance. + production_code: '504' + runtime: 51 + season_number: 5 + show_id: 1399 + still_path: /xJK24ELjz04a05saADPXkYafa21.jpg + vote_average: 7.983 + vote_count: 146 + - air_date: '2015-05-10' + episode_number: 5 + episode_type: standard + id: 1051286 + name: Kill the Boy + order: 4 + overview: >- + Dany makes a difficult decision in Meereen. Jon + recruits the help of an unexpected ally. Brienne + searches for Sansa. Theon remains under Ramsay's + control. + production_code: '505' + runtime: 57 + season_number: 5 + show_id: 1399 + still_path: /j7fXuI4mC94q7SKbOON5Fnp1Rau.jpg + vote_average: 7.846 + vote_count: 143 + - air_date: '2015-05-17' + episode_number: 6 + episode_type: standard + id: 1051287 + name: Unbowed, Unbent, Unbroken + order: 5 + overview: >- + Arya trains. Jorah and Tyrion run into slavers. + Trystane and Myrcella make plans. Jaime and Bronn + reach their destination. The Sand Snakes attack. + production_code: '506' + runtime: 54 + season_number: 5 + show_id: 1399 + still_path: /ihngOB9FfBZvmTy01D836QMFybe.jpg + vote_average: 7.6 + vote_count: 139 + - air_date: '2015-05-24' + episode_number: 7 + episode_type: standard + id: 1051288 + name: The Gift + order: 6 + overview: >- + Jon prepares for conflict. Sansa tries to talk to + Theon. Brienne waits for a sign. Stannis remains + stubborn. Jaime attempts to reconnect with family. + production_code: '507' + runtime: 59 + season_number: 5 + show_id: 1399 + still_path: /n4BFZfiqOX1l5l6uYtpDS4m19WX.jpg + vote_average: 8.279 + vote_count: 147 + - air_date: '2015-05-31' + episode_number: 8 + episode_type: standard + id: 1070282 + name: Hardhome + order: 7 + overview: >- + Arya makes progress in her training. Sansa + confronts an old friend. Cersei struggles. Jon + travels. + production_code: '508' + runtime: 60 + season_number: 5 + show_id: 1399 + still_path: /58PgfiE8eIOdQ1iDvFnJG471RFB.jpg + vote_average: 9.243 + vote_count: 204 + - air_date: '2015-06-07' + episode_number: 9 + episode_type: standard + id: 1054979 + name: The Dance of Dragons + order: 8 + overview: >- + Stannis confronts a troubling decision. Jon + returns to The Wall. Mace visits the Iron Bank. + Arya encounters someone from her past. Dany + reluctantly oversees a traditional celebration of + athleticism. + production_code: '509' + runtime: 53 + season_number: 5 + show_id: 1399 + still_path: /ymI7V3wsZRcRqLWgjJ59CTTGvh5.jpg + vote_average: 8.784 + vote_count: 160 + - air_date: '2015-06-14' + episode_number: 10 + episode_type: finale + id: 1159054 + name: Mother's Mercy + order: 9 + overview: >- + Stannis marches. Dany is surrounded by strangers. + Cersei seeks forgiveness. Jon is challenged. + production_code: '510' + runtime: 61 + season_number: 5 + show_id: 1399 + still_path: /b5dIepsIO3robQSe18fWmsQe37R.jpg + vote_average: 8.497 + vote_count: 153 + id: 5e907ae2197de4001b075ab4 + locked: false + name: Season 5 + order: 5 + - episodes: + - air_date: '2016-04-24' + episode_number: 1 + episode_type: standard + id: 1156503 + name: The Red Woman + order: 0 + overview: >- + The fate of Jon Snow is revealed. Daenerys meets a + strong man. Cersei sees her daughter once again. + production_code: '601' + runtime: 51 + season_number: 6 + show_id: 1399 + still_path: /qEu20NFIbwxtyABtFvsyyPaCNDM.jpg + vote_average: 7.631 + vote_count: 199 + - air_date: '2016-05-01' + episode_number: 2 + episode_type: standard + id: 1187406 + name: Home + order: 1 + overview: >- + Bran trains with the Three-Eyed Raven. In King’s + Landing, Jaime advises Tommen. Tyrion demands good + news, but has to make his own. At Castle Black, + the Night’s Watch stands behind Thorne. Ramsay + Bolton proposes a plan, and Balon Greyjoy + entertains other proposals. + production_code: '602' + runtime: 54 + season_number: 6 + show_id: 1399 + still_path: /9JlZ6sOXf4nodwWYvoM5zCJIGm9.jpg + vote_average: 8.256 + vote_count: 174 + - air_date: '2016-05-08' + episode_number: 3 + episode_type: standard + id: 1186952 + name: Oathbreaker + order: 2 + overview: >- + Daenerys meets her future. Bran meets the past. + Tommen confronts the High Sparrow. Arya trains to + be No One. Varys finds an answer. Ramsay gets a + gift. + production_code: '603' + runtime: 53 + season_number: 6 + show_id: 1399 + still_path: /dNp7HBQbwKlgX76fwqM6SWUo5tU.jpg + vote_average: 7.929 + vote_count: 155 + - air_date: '2016-05-15' + episode_number: 4 + episode_type: standard + id: 1186953 + name: Book of the Stranger + order: 3 + overview: >- + Tyrion strikes a deal. Jorah and Daario undertake + a difficult task. Jaime and Cersei try to improve + their situation. + production_code: '604' + runtime: 59 + season_number: 6 + show_id: 1399 + still_path: /dY2DbzgIjIatJJCVRgk1gKTJWez.jpg + vote_average: 8.404 + vote_count: 156 + - air_date: '2016-05-22' + episode_number: 5 + episode_type: standard + id: 1186954 + name: The Door + order: 4 + overview: >- + Tyrion seeks a strange ally. Bran learns a great + deal. Brienne goes on a mission. Arya is given a + chance to prove herself. + production_code: '605' + runtime: 57 + season_number: 6 + show_id: 1399 + still_path: /96u7HuryCkPEIN3JkZP336KTSq3.jpg + vote_average: 8.845 + vote_count: 197 + - air_date: '2016-05-29' + episode_number: 6 + episode_type: standard + id: 1186955 + name: Blood of My Blood + order: 5 + overview: >- + An old foe comes back into the picture. Gilly + meets Sam’s family. Arya faces a difficult choice. + Jaime faces off against the High Sparrow. + production_code: '606' + runtime: 52 + season_number: 6 + show_id: 1399 + still_path: /k01MUth8Xm2y79nvsQ3UF25SN9w.jpg + vote_average: 7.795 + vote_count: 149 + - air_date: '2016-06-05' + episode_number: 7 + episode_type: standard + id: 1186956 + name: The Broken Man + order: 6 + overview: >- + The High Sparrow eyes another target. Jaime + confronts a hero. Arya makes a plan. The North is + reminded. + production_code: '607' + runtime: 51 + season_number: 6 + show_id: 1399 + still_path: /ymjvIqw8GClvQpurBYMeyaYXTck.jpg + vote_average: 7.861 + vote_count: 147 + - air_date: '2016-06-12' + episode_number: 8 + episode_type: standard + id: 1187403 + name: No One + order: 7 + overview: >- + While Jaime weighs his options, Cersei answers a + request. Tyrion's plans bear fruit. Arya faces a + new test. + production_code: '608' + runtime: 59 + season_number: 6 + show_id: 1399 + still_path: /xl2l1a3kXGxWwZqGDgjowBk4x46.jpg + vote_average: 7.843 + vote_count: 143 + - air_date: '2016-06-19' + episode_number: 9 + episode_type: standard + id: 1187404 + name: Battle of the Bastards + order: 8 + overview: >- + As the Starks prepare to fight, Davos loses + something dear. Ramsay plays a game. Daenerys + faces a choice. + production_code: '609' + runtime: 60 + season_number: 6 + show_id: 1399 + still_path: /j2znyjFSe1ol26DeQWMB1yE5EDQ.jpg + vote_average: 9.182 + vote_count: 291 + - air_date: '2016-06-26' + episode_number: 10 + episode_type: finale + id: 1187405 + name: The Winds of Winter + order: 9 + overview: >- + Tyrion counsels Daenerys on the upcoming campaign. + Jon and Sansa discuss their future. Trials begin + in King's Landing. + production_code: '610' + runtime: 68 + season_number: 6 + show_id: 1399 + still_path: /8qgIcKTOKeAHlJMjGyPHl3IHjcU.jpg + vote_average: 9.294 + vote_count: 247 + id: 5e907ae9cee4810014e0ba98 + locked: false + name: Season 6 + order: 6 + - episodes: + - air_date: '2017-07-16' + episode_number: 1 + episode_type: standard + id: 1233022 + name: Dragonstone + order: 0 + overview: >- + Jon organizes the defense of the North. Cersei + tries to even the odds. Daenerys comes home. + production_code: '701' + runtime: 59 + season_number: 7 + show_id: 1399 + still_path: /3SB4PUzZAnY6HnZbVbktIZoopGs.jpg + vote_average: 8.036 + vote_count: 194 + - air_date: '2017-07-23' + episode_number: 2 + episode_type: standard + id: 1336114 + name: Stormborn + order: 1 + overview: >- + Daenerys receives an unexpected visitor. Jon faces + a revolt. Tyrion plans the conquest of Westeros. + production_code: '702' + runtime: 59 + season_number: 7 + show_id: 1399 + still_path: /6ZLuB2YZeXTCEETnbPe5MNKCsio.jpg + vote_average: 7.925 + vote_count: 167 + - air_date: '2017-07-30' + episode_number: 3 + episode_type: standard + id: 1336115 + name: The Queen's Justice + order: 2 + overview: >- + Daenerys holds court. Tyrion backchannels. Cersei + returns a gift. Jaime learns from his mistakes. + production_code: '703' + runtime: 63 + season_number: 7 + show_id: 1399 + still_path: /xSqdpR6qADmjsdlcJLX5LXRToQP.jpg + vote_average: 8.018 + vote_count: 163 + - air_date: '2017-08-06' + episode_number: 4 + episode_type: standard + id: 1340524 + name: The Spoils of War + order: 3 + overview: >- + Daenerys fights back. Jaime faces an unexpected + situation. Arya comes home. + production_code: '704' + runtime: 50 + season_number: 7 + show_id: 1399 + still_path: /hH9gSHcisHqoux734Q2SdLPLmsL.jpg + vote_average: 8.7 + vote_count: 200 + - air_date: '2017-08-13' + episode_number: 5 + episode_type: standard + id: 1340526 + name: Eastwatch + order: 4 + overview: >- + Tyrion tries to find a way to make Daenerys listen + to reason while Jon plans a dangerous new mission. + production_code: '705' + runtime: 59 + season_number: 7 + show_id: 1399 + still_path: /3iaJDPtj75z1YpLDMKR17JRXQdP.jpg + vote_average: 7.951 + vote_count: 152 + - air_date: '2017-08-20' + episode_number: 6 + episode_type: standard + id: 1340527 + name: Beyond the Wall + order: 5 + overview: >- + Jon and his team go beyond the wall to capture a + wight. Daenerys has to make a tough decision. + production_code: '706' + runtime: 70 + season_number: 7 + show_id: 1399 + still_path: /jDMCK1E4iqH8ZJeZnv3ftpei0nm.jpg + vote_average: 8.033 + vote_count: 181 + - air_date: '2017-08-27' + episode_number: 7 + episode_type: finale + id: 1340528 + name: The Dragon and the Wolf + order: 6 + overview: >- + A meeting is held in King's Landing. Problems + arise in the North. + production_code: '707' + runtime: 80 + season_number: 7 + show_id: 1399 + still_path: /w4N4xxFrfjUyk7wE5hgcoAy0tDc.jpg + vote_average: 8.523 + vote_count: 173 + id: 5e907af0cee4810014e0bab0 + locked: false + name: Season 7 + order: 7 + - episodes: + - air_date: '2019-04-14' + episode_number: 1 + episode_type: standard + id: 1551825 + name: Winterfell + order: 0 + overview: >- + Arriving at Winterfell, Jon and Daenerys struggle + to unite a divided North. Jon Snow gets some big + news. + production_code: '801' + runtime: 55 + season_number: 8 + show_id: 1399 + still_path: /o65qwX1aHJclJ36VDhD3VYzz5em.jpg + vote_average: 7.148 + vote_count: 253 + - air_date: '2019-04-21' + episode_number: 2 + episode_type: standard + id: 1551826 + name: A Knight of the Seven Kingdoms + order: 1 + overview: >- + The battle at Winterfell is approaching. Jaime is + confronted with the consequences of the past. A + tense interaction between Sansa and Daenerys + follows. + production_code: '802' + runtime: 59 + season_number: 8 + show_id: 1399 + still_path: /vJ8H9WtzbJGfArfdycc4nagQVRU.jpg + vote_average: 7.399 + vote_count: 238 + - air_date: '2019-04-28' + episode_number: 3 + episode_type: standard + id: 1551827 + name: The Long Night + order: 2 + overview: >- + The Night King and his army have arrived at + Winterfell and the great battle begins. Arya looks + to prove her worth as a fighter. + production_code: '803' + runtime: 82 + season_number: 8 + show_id: 1399 + still_path: /mFtHbZenI5rRPqC5OFafoVmjEjq.jpg + vote_average: 6.887 + vote_count: 292 + - air_date: '2019-05-05' + episode_number: 4 + episode_type: standard + id: 1551828 + name: The Last of the Starks + order: 3 + overview: >- + In the wake of a costly victory, Jon and Daenerys + look to the south as Tyrion eyes a compromise that + could save countless lives. + production_code: '804' + runtime: 79 + season_number: 8 + show_id: 1399 + still_path: /9jgeANvHuZFVnTIkkKSU3PkGJZA.jpg + vote_average: 5.696 + vote_count: 253 + - air_date: '2019-05-12' + episode_number: 5 + episode_type: standard + id: 1551829 + name: The Bells + order: 4 + overview: Daenerys brings her forces to King's Landing. + production_code: '805' + runtime: 80 + season_number: 8 + show_id: 1399 + still_path: /xF9hOs5h9sc37oWdtF4RPHq8dXA.jpg + vote_average: 6.015 + vote_count: 264 + - air_date: '2019-05-19' + episode_number: 6 + episode_type: finale + id: 1551830 + name: The Iron Throne + order: 5 + overview: >- + In the aftermath of the devastating attack on + King's Landing, Daenerys must face the survivors. + production_code: '806' + runtime: 80 + season_number: 8 + show_id: 1399 + still_path: /zBi2O5EJfgTS6Ae0HdAYLm9o2nf.jpg + vote_average: 4.611 + vote_count: 324 + id: 5e907af9197de4001307861c + locked: false + name: Season 8 + order: 8 + - episodes: + - air_date: '2010-12-05' + episode_number: 1 + episode_type: standard + id: 63087 + name: Inside Game of Thrones + order: 0 + overview: >- + A short look into the film-making process for the + production Game of Thrones + production_code: '' + runtime: 11 + season_number: 0 + show_id: 1399 + still_path: /1aVzF5os3TEMeQBTyNWPlKVsY0f.jpg + vote_average: 5.1 + vote_count: 16 + - air_date: '2011-04-03' + episode_number: 2 + episode_type: standard + id: 63086 + name: 15-Minute Preview + order: 1 + overview: >- + An approximately 15-minute preview of the first + episode of Game of Thrones. + production_code: '' + runtime: 15 + season_number: 0 + show_id: 1399 + still_path: /7LUPfB5mrNfplDFfpZIjFL5J9fI.jpg + vote_average: 7.2 + vote_count: 6 + - air_date: '2011-04-07' + episode_number: 3 + episode_type: standard + id: 63088 + name: Making Game of Thrones + order: 2 + overview: >- + An exclusive 30-minute feature including + never-before-seen footage from the set and + interviews from the cast and crew. + production_code: '' + runtime: 30 + season_number: 0 + show_id: 1399 + still_path: /wK6sLD7YIgnteEjxdWzT9xe4WvW.jpg + vote_average: 7.3 + vote_count: 7 + - air_date: '2011-07-21' + episode_number: 5 + episode_type: standard + id: 63090 + name: 2011 Comic Con Panel + order: 3 + overview: '' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /xydHpOh6zViapTSedZEKdqhruNX.jpg + vote_average: 6.4 + vote_count: 4 + - air_date: '2012-03-24' + episode_number: 6 + episode_type: standard + id: 63091 + name: You Win or You Die + order: 4 + overview: >- + A prequel to Game of Thrones Season 2 which recaps + on the first season and gives insight into what's + to come. + production_code: '' + runtime: 22 + season_number: 0 + show_id: 1399 + still_path: /6M8HOqp1AnaabsMnBDczrxMPPVS.jpg + vote_average: 5 + vote_count: 6 + - air_date: '2014-02-18' + episode_number: 210 + episode_type: standard + id: 63092 + name: A Gathering Storm + order: 5 + overview: >- + A prequel to Game of Thrones Season 3 which recaps + on the first and second season and gives insight + into what's to come. + production_code: '' + runtime: 14 + season_number: 0 + show_id: 1399 + still_path: /7v478trMpP7AhtibCfnbiLU4tpY.jpg + vote_average: 7.6 + vote_count: 5 + - air_date: '2014-02-18' + episode_number: 211 + episode_type: standard + id: 63093 + name: The Politics of Marriage + order: 6 + overview: >- + Love and marriage? They don't go together so well + in 'Game of Thrones' where the concept of + matrimony is all about making power plays and + political alliances. Cast and crew members along + with author George R.R. Martin take a fascinating + look at this ancient institution and its place in + the hit HBO series. + production_code: '' + runtime: 9 + season_number: 0 + show_id: 1399 + still_path: /nL9z4eQDpG4tyj2Rj9J1DurDmK4.jpg + vote_average: 7 + vote_count: 4 + - air_date: '2014-02-09' + episode_number: 9 + episode_type: standard + id: 974558 + name: 'Ice and Fire: A Foreshadowing' + order: 7 + overview: >- + Take a look back and a look forward to the fourth + season of the hit HBO series, the show features + clips from upcoming episodes, behind the scenes + footage, interviews with talent, and cast members' + answers to questions posed by fans. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /2nFkwdPOwXMf2TySEPRSE0WXRDA.jpg + vote_average: 7.4 + vote_count: 4 + - air_date: '2014-03-12' + episode_number: 10 + episode_type: standard + id: 974559 + name: 'The Politics of Power: A Look Back at Season 3' + order: 8 + overview: >- + Relive every thrilling, dramatic and tragic + highlight from Season 3 of "Game of Thrones" in + this comprehensive featurette. From Daenerys + building a slave army to the infamous Red Wedding, + not a detail is missed as recalled by the stars of + the hit HBO series. + production_code: '' + runtime: 25 + season_number: 0 + show_id: 1399 + still_path: /nTAGjLkDuhn69Ni18UdfYcJ7nnj.jpg + vote_average: 6.4 + vote_count: 6 + - air_date: '2015-02-08' + episode_number: 11 + episode_type: standard + id: 1041057 + name: A Day in the Life + order: 9 + overview: >- + The 30-minute special documents one epic day of + production as tackled by hundreds of crew members + across three countries. In addition to a + behind-the-scenes look at the action in Dubrovnik, + Croatia, Belfast, Northern Ireland and Seville, + Spain, the preview includes several + never-before-seen features. + production_code: '' + runtime: 26 + season_number: 0 + show_id: 1399 + still_path: /xUVCZNoGKrp4IbbExcMWUUOwDvT.jpg + vote_average: 6.9 + vote_count: 6 + - air_date: '2015-03-16' + episode_number: 12 + episode_type: standard + id: 1188785 + name: The Story So Far (2015) + order: 10 + overview: >- + Ahead of the eagerly-anticipated fifth season, we + bring you up tp speed with the events of the epic + fantasy drama to date. And to help the uninitiated + ease into the wild world of Westeros, here's a + beginner's guide to the fantasy epic. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /gDJoLFcizTNzwanGxAmzjShNIfB.jpg + vote_average: 6.7 + vote_count: 3 + - air_date: '2015-03-19' + episode_number: 13 + episode_type: standard + id: 1203674 + name: World Premiere + order: 11 + overview: >- + See the stars of Game of Thrones arrive at the + Tower of London for the world premiere of the hit + show's fifth season. Sue Perkins and Jamie East + host. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /dDufP1c0an3m3qsO2AtqbG44hlH.jpg + vote_average: 5 + vote_count: 2 + - air_date: '2015-05-22' + episode_number: 14 + episode_type: standard + id: 1347221 + name: Red Nose Day 'Game Of Thrones' Musical + order: 12 + overview: >- + “George R.R. Martin meets Chris Martin – what + could go wrong?” That’s Emilia Clarke in the epic, + 12-minute video for Coldplay’s totally fake Game + of Thrones musical, right before she rips into a + song called “Rastafarian Targaryen.” Here’s a + sample lyric: “Call me Daenerys Targaryen when you + want to reach me, and if you feel the love then + you can call me Khalessi.” The sketch, part of Red + Nose Day, includes cast members Kit Harington, + Peter Dinklage, John Bradley, Rose Leslie, + Charlotte Pope, Thomas Brodie-Sangster, Alfie + Allen and Nikolaj Coster-Waldau, who performs a + piano ballad called “Closer to Home” to a photo of + Lena Headey as Cersei. (“Are you thinking about + Joffrey? Such a spirited lad. I was his uncle, I + was also his dad.”) + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /kOk3k9QGezLWMGFGAovukX3R67m.jpg + vote_average: 4.5 + vote_count: 2 + - air_date: '2016-04-20' + episode_number: 15 + episode_type: standard + id: 1631882 + name: The Story So Far (2016) + order: 13 + overview: >- + Ahead of Season 6 of the epic saga, this special + will bring viewers up to speed on the gripping + storylines and compelling characters from the + first five seasons. Writers and stars of the show + give viewers an insight into key events of each + season and explain the intrigues and power + struggles at work in the lands of Westeros and + beyond. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /viSbmzfMeUKHaeaKr0etCAdTnmc.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-08-01' + episode_number: 16 + episode_type: standard + id: 1759666 + name: 'The Game Revealed: Season 6 Episode 1 & 2' + order: 14 + overview: 'The Game Revealed: Season 6 Episode 1 & 2' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /lVFVxh3iayEd7mAtLwo94j34zeC.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-08-01' + episode_number: 17 + episode_type: standard + id: 1799533 + name: 'The Game Revealed: Season 6 Episode 3 & 4' + order: 15 + overview: 'The Game Revealed: Season 6 Episode 3 & 4' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /9xvP14MhH9OVL8SE5In4ggvZ3b4.jpg + vote_average: 6 + vote_count: 2 + - air_date: '2016-08-01' + episode_number: 18 + episode_type: standard + id: 1989799 + name: 'The Game Revealed: Season 6 Episode 5 & 6' + order: 16 + overview: 'The Game Revealed: Season 6 Episode 5 & 6' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /6jujHifJfHUmRypyBZgBfN3rJo6.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-08-01' + episode_number: 19 + episode_type: standard + id: 63089 + name: 'The Game Revealed: Season 6 Episode 7 & 8' + order: 17 + overview: 'The Game Revealed: Season 6 Episode 7 & 8' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /ipyfP5kR8feGU5gVqjA8BfcCdZK.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-08-01' + episode_number: 20 + episode_type: standard + id: 2022234 + name: 'The Game Revealed: Season 6 Episode 9 & 10' + order: 18 + overview: 'The Game Revealed: Season 6 Episode 9 & 10' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /jJB1SW7D0rQ0bXgUJzz0tiUWSMZ.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-06-19' + episode_number: 21 + episode_type: standard + id: 2022235 + name: 'Anatomy of A Scene: The Battle of Winterfell' + order: 19 + overview: 'Anatomy of A Scene: The Battle of Winterfell' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /jJB1SW7D0rQ0bXgUJzz0tiUWSMZ.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-07-22' + episode_number: 22 + episode_type: standard + id: 2022236 + name: 2016 Comic Con Panel + order: 20 + overview: 2016 Comic Con Panel + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /gxQZwykLcldLLXVQiMibpRQVgpT.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2017-07-13' + episode_number: 24 + episode_type: standard + id: 2022238 + name: The Story So Far (2017) + order: 22 + overview: >- + Ahead of the season seven premiere, get up to + speed on all the action in Game of Thrones with + this re-cap of the story so far. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: null + vote_average: 5 + vote_count: 1 + - air_date: '2017-07-21' + episode_number: 25 + episode_type: standard + id: 2022239 + name: 2017 Comic Con Panel + order: 23 + overview: 2017 Comic Con Panel + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: null + vote_average: 2 + vote_count: 1 + - air_date: '2017-08-01' + episode_number: 26 + episode_type: standard + id: 2022240 + name: 'Inside the Episode: Season 7 Episode 1' + order: 24 + overview: 'Inside the Episode: Season 7 Episode 1' + production_code: '' + runtime: 6 + season_number: 0 + show_id: 1399 + still_path: /7WtE85PWeCOoQJVtiScbnypuPVY.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2017-08-01' + episode_number: 27 + episode_type: standard + id: 2022241 + name: 'Inside the Episode: Season 7 Episode 2' + order: 25 + overview: 'Inside the Episode: Season 7 Episode 2' + production_code: '' + runtime: 5 + season_number: 0 + show_id: 1399 + still_path: null + vote_average: 5 + vote_count: 1 + - air_date: '2017-08-01' + episode_number: 28 + episode_type: standard + id: 2022242 + name: 'Inside the Episode: Season 7 Episode 3' + order: 26 + overview: 'Inside the Episode: Season 7 Episode 3' + production_code: '' + runtime: 4 + season_number: 0 + show_id: 1399 + still_path: /qh9Qw4AM0c7vrsNm3T50ZbeOran.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2017-08-06' + episode_number: 29 + episode_type: standard + id: 2022243 + name: 'Inside the Episode: Season 7 Episode 4' + order: 27 + overview: 'Inside the Episode: Season 7 Episode 4' + production_code: '' + runtime: 6 + season_number: 0 + show_id: 1399 + still_path: /pgOvxMdc9hLVF8bbq8BIP6GW3cG.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2017-08-13' + episode_number: 30 + episode_type: standard + id: 2022244 + name: 'Inside the Episode: Season 7 Episode 5' + order: 28 + overview: 'Inside the Episode: Season 7 Episode 5' + production_code: '' + runtime: 5 + season_number: 0 + show_id: 1399 + still_path: /871Rb4J8tLT7umW3hxTAfzJmbsl.jpg + vote_average: 5 + vote_count: 1 + id: 5e907b93cee4810012e0ca60 + locked: false + name: Special + order: 9 + id: + type: string + example: 5e9077d2e640d600151f32bd + name: + type: string + example: Aired Order + network: + type: object + properties: + id: + type: number + example: 49 + logo_path: + type: string + example: /tuomPhY2UtuPTqqFnKMVHvSb724.png + name: + type: string + example: HBO + origin_country: + type: string + example: US + type: + type: number + example: 1 + examples: + details: + value: + description: '' + episode_count: 102 + group_count: 9 + groups: + - episodes: + - air_date: '2011-04-17' + episode_number: 1 + episode_type: standard + id: 63056 + name: Winter Is Coming + order: 0 + overview: >- + Jon Arryn, the Hand of the King, is dead. King + Robert Baratheon plans to ask his oldest friend, + Eddard Stark, to take Jon's place. Across the sea, + Viserys Targaryen plans to wed his sister to a + nomadic warlord in exchange for an army. + production_code: '101' + runtime: 62 + season_number: 1 + show_id: 1399 + still_path: /9hGF3WUkBf7cSjMg0cdMDHJkByd.jpg + vote_average: 8.006 + vote_count: 347 + - air_date: '2011-04-24' + episode_number: 2 + episode_type: standard + id: 63057 + name: The Kingsroad + order: 1 + overview: >- + While Bran recovers from his fall, Ned takes only + his daughters to Kings Landing. Jon Snow goes with + his uncle Benjen to The Wall. Tyrion joins them. + production_code: '102' + runtime: 56 + season_number: 1 + show_id: 1399 + still_path: /l0GJx3IR8YasbztTJi5uK0XqkEo.jpg + vote_average: 7.853 + vote_count: 232 + - air_date: '2011-05-01' + episode_number: 3 + episode_type: standard + id: 63058 + name: Lord Snow + order: 2 + overview: >- + Lord Stark and his daughters arrive at King's + Landing to discover the intrigues of the king's + realm. + production_code: '103' + runtime: 58 + season_number: 1 + show_id: 1399 + still_path: /8HjOlb4slc1xusMgOtoNpxuTgSI.jpg + vote_average: 8.062 + vote_count: 193 + - air_date: '2011-05-08' + episode_number: 4 + episode_type: standard + id: 63059 + name: Cripples, Bastards, and Broken Things + order: 3 + overview: >- + Eddard investigates Jon Arryn's murder. Jon + befriends Samwell Tarly, a coward who has come to + join the Night's Watch. + production_code: '104' + runtime: 56 + season_number: 1 + show_id: 1399 + still_path: /jri960hz39eulThP66dd9emTxvs.jpg + vote_average: 8.172 + vote_count: 169 + - air_date: '2011-05-15' + episode_number: 5 + episode_type: standard + id: 63060 + name: The Wolf and the Lion + order: 4 + overview: >- + Catelyn has captured Tyrion and plans to bring him + to her sister, Lysa Arryn, at The Vale, to be + tried for his, supposed, crimes against Bran. + Robert plans to have Daenerys killed, but Eddard + refuses to be a part of it and quits. + production_code: '105' + runtime: 55 + season_number: 1 + show_id: 1399 + still_path: /u7e1qSWE6v8jfY9vGNrckX47DGN.jpg + vote_average: 8.541 + vote_count: 171 + - air_date: '2011-05-22' + episode_number: 6 + episode_type: standard + id: 63061 + name: A Golden Crown + order: 5 + overview: >- + While recovering from his battle with Jamie, + Eddard is forced to run the kingdom while Robert + goes hunting. Tyrion demands a trial by combat for + his freedom. Viserys is losing his patience with + Drogo. + production_code: '106' + runtime: 53 + season_number: 1 + show_id: 1399 + still_path: /AdhvrJxyYpINwYnGkBIf2krQKg.jpg + vote_average: 8.411 + vote_count: 169 + - air_date: '2011-05-29' + episode_number: 7 + episode_type: standard + id: 63062 + name: You Win or You Die + order: 6 + overview: >- + Robert has been injured while hunting and is + dying. Jon and the others finally take their vows + to the Night's Watch. A man, sent by Robert, is + captured for trying to poison Daenerys. Furious, + Drogo vows to attack the Seven Kingdoms. + production_code: '107' + runtime: 58 + season_number: 1 + show_id: 1399 + still_path: /o6ldSDhIINGNKZR62mHf2m64dD.jpg + vote_average: 8.583 + vote_count: 168 + - air_date: '2011-06-05' + episode_number: 8 + episode_type: standard + id: 63063 + name: The Pointy End + order: 7 + overview: >- + Eddard and his men are betrayed and captured by + the Lannisters. When word reaches Robb, he plans + to go to war to rescue them. The White Walkers + attack The Wall. Tyrion returns to his father with + some new friends. + production_code: '108' + runtime: 59 + season_number: 1 + show_id: 1399 + still_path: /9ZvT1IZPcC11eiCByOzqQvC3CCR.jpg + vote_average: 8.209 + vote_count: 165 + - air_date: '2011-06-12' + episode_number: 9 + episode_type: standard + id: 63064 + name: Baelor + order: 8 + overview: >- + Robb goes to war against the Lannisters. Jon finds + himself struggling on deciding if his place is + with Robb or the Night's Watch. Drogo has fallen + ill from a fresh battle wound. Daenerys is + desperate to save him. + production_code: '109' + runtime: 57 + season_number: 1 + show_id: 1399 + still_path: /fAmBhmw1pQc6fucrdmnRM5FOpXD.jpg + vote_average: 8.884 + vote_count: 181 + - air_date: '2011-06-19' + episode_number: 10 + episode_type: finale + id: 63065 + name: Fire and Blood + order: 9 + overview: >- + With Ned dead, Robb vows to get revenge on the + Lannisters. Jon must officially decide if his + place is with Robb or the Night's Watch. Daenerys + says her final goodbye to Drogo. + production_code: '110' + runtime: 53 + season_number: 1 + show_id: 1399 + still_path: /y1BXkhEqBQS3ewQeqqdHpjhTts0.jpg + vote_average: 8.756 + vote_count: 172 + id: 5e907a9c197de40015075fe5 + locked: false + name: Season 1 + order: 1 + - episodes: + - air_date: '2012-04-01' + episode_number: 1 + episode_type: standard + id: 63066 + name: The North Remembers + order: 0 + overview: >- + As Robb Stark and his northern army continue the + war against the Lannisters, Tyrion arrives in + King’s Landing to counsel Joffrey and temper the + young king’s excesses. On the island of + Dragonstone, Stannis Baratheon plots an invasion + to claim his late brother’s throne, allying + himself with the fiery Melisandre, a strange + priestess of a stranger god. Across the sea, + Daenerys, her three young dragons, and the + khalasar trek through the Red Waste in search of + allies, or water. In the North, Bran presides + over a threadbare Winterfell, while beyond the + Wall, Jon Snow and the Night’s Watch must shelter + with a devious wildling. + production_code: '201' + runtime: 53 + season_number: 2 + show_id: 1399 + still_path: /gGHtlTvHpSGZ8DIrxMyK3Ewkc1Y.jpg + vote_average: 8.146 + vote_count: 168 + - air_date: '2012-04-08' + episode_number: 2 + episode_type: standard + id: 974430 + name: The Night Lands + order: 1 + overview: >- + In the wake of a bloody purge in the capital, + Tyrion chastens Cersei for alienating the king’s + subjects. On the road north, Arya shares a secret + with Gendry, a Night’s Watch recruit. With + supplies dwindling, one of Dany’s scouts returns + with news of their position. After nine years as + a Stark ward, Theon Greyjoy reunites with his + father Balon, who wants to restore the ancient + Kingdom of the Iron Islands. Davos enlists + Salladhor Saan, a pirate, to join forces with + Stannis and Melisandre for a naval invasion of + King’s Landing. + production_code: '202' + runtime: 54 + season_number: 2 + show_id: 1399 + still_path: /3EW7wYNXUVaHT4XRuIoNFrqhZh5.jpg + vote_average: 7.944 + vote_count: 151 + - air_date: '2012-04-15' + episode_number: 3 + episode_type: standard + id: 63068 + name: What is Dead May Never Die + order: 2 + overview: >- + At the Red Keep, Tyrion plots three alliances + through the promise of marriage. Catelyn arrives + in the Stormlands to forge an alliance of her own, + but King Renly, his new wife Margaery, and her + brother Loras Tyrell have other plans. At + Winterfell, Luwin tries to decipher Bran’s dreams. + production_code: '203' + runtime: 53 + season_number: 2 + show_id: 1399 + still_path: /neKkHgfX7dgi4E47GKT7bYciq93.jpg + vote_average: 8.252 + vote_count: 143 + - air_date: '2012-04-22' + episode_number: 4 + episode_type: standard + id: 63069 + name: Garden of Bones + order: 3 + overview: >- + Joffrey punishes Sansa for Robb’s victories, and + Tyrion scrambles to temper the king’s cruelty. + Catelyn entreats Stannis and Renly to unite + against the Lannisters. Dany and her khalasar + arrive at the prosperous city of Qarth. Tyrion + coerces a relative into being his eyes and ears. + Arya and Gendry are taken to Harrenhal, where + their lives are in the hands of Ser Gregor + Clegane. Stannis orders Davos to smuggle + Melisandre into a secret cove. + production_code: '204' + runtime: 51 + season_number: 2 + show_id: 1399 + still_path: /4j2j97GFao2NX4uAtMbr0Qhx2K2.jpg + vote_average: 8.248 + vote_count: 145 + - air_date: '2012-04-29' + episode_number: 5 + episode_type: standard + id: 63070 + name: The Ghost of Harrenhal + order: 4 + overview: >- + The Baratheon rivalry ends, driving Catelyn to + flee and Littlefinger to act. At King’s Landing, + Tyrion’s source alerts him to Joffrey’s defense + plan - and a mysterious secret weapon. Theon sails + to the Stony Shore to prove he’s worthy to be + called Ironborn. At Harrenhal, Arya receives a + promise from Jaqen H’ghar, one of the prisoners + she saved from the Gold Cloaks. The Night’s Watch + arrive at the Fist of the First Men, an ancient + ringfort where they hope to stem the wildings' + advance. + production_code: '205' + runtime: 55 + season_number: 2 + show_id: 1399 + still_path: /h7HHSQtEyf7cNBYR2G9DjQ78EgV.jpg + vote_average: 8.144 + vote_count: 142 + - air_date: '2012-05-06' + episode_number: 6 + episode_type: standard + id: 63071 + name: The Old Gods and the New + order: 5 + overview: >- + Theon seizes control of Winterfell. Jon captures a + wildling, named Ygritte and is given a chance to + prove himself. At King's Landing, after the + Lannisters send Myrcella off to be married, the + people begin to turn against King Joffrey. Arya + comes face to face with a surprise visitor. + Daenerys looks to buy ships to sail for the Seven + Kingdoms. + production_code: '206' + runtime: 54 + season_number: 2 + show_id: 1399 + still_path: /bxToPOtlk77Wkxsas0mMgtjvzXS.jpg + vote_average: 8.257 + vote_count: 148 + - air_date: '2012-05-13' + episode_number: 7 + episode_type: standard + id: 63073 + name: A Man Without Honor + order: 6 + overview: >- + Jamie meets a distant relative. Daenerys receives + an invitation to the House of the Undying. Theon + leads a search party. Jon loses his way in the + wilderness. Cersei counsels Sansa. + production_code: '207' + runtime: 56 + season_number: 2 + show_id: 1399 + still_path: /bCDklRxVetx1COP4zXLLnXMS2S0.jpg + vote_average: 8.191 + vote_count: 144 + - air_date: '2012-05-20' + episode_number: 8 + episode_type: standard + id: 63074 + name: The Prince of Winterfell + order: 7 + overview: >- + Betrayal befalls Robb. Jon and Qhorin are taken + prisoner by the wildlings. Theon receives a + visitor at Winterfell and must make an important + decision. Meanwhile, Stannis is just days away + from reaching King's Landing and Tyrion prepares + for his arrival. At Harrenhal, Arya, Gendry and + Hot Pie plan their escape. + production_code: '208' + runtime: 54 + season_number: 2 + show_id: 1399 + still_path: /4W90HbZcVG54m8HoxaZmXc8rzjy.jpg + vote_average: 8.06 + vote_count: 142 + - air_date: '2012-05-27' + episode_number: 9 + episode_type: standard + id: 63072 + name: Blackwater + order: 8 + overview: >- + Tyrion and the Lannisters fight for their lives as + Stannis’ fleet assaults King’s Landing. + production_code: '209' + runtime: 55 + season_number: 2 + show_id: 1399 + still_path: /rX44Vfd0iiZDIJWHYZg9j4yLSP9.jpg + vote_average: 8.892 + vote_count: 166 + - air_date: '2012-06-03' + episode_number: 10 + episode_type: finale + id: 63075 + name: Valar Morghulis + order: 9 + overview: >- + Tyrion awakens to a changed situation. King + Joffrey doles out rewards to his subjects. As + Theon stirs his men to action, Luwin offers some + final advice. Brienne silences Jaime. Arya + receives a gift from Jaqen. Dany goes to a strange + place. Jon proves himself to Qhorin. + production_code: '210' + runtime: 64 + season_number: 2 + show_id: 1399 + still_path: /u46jn12qEyaCOe1oqJBwPvL5d7R.jpg + vote_average: 8.697 + vote_count: 150 + id: 5e907abfcee4810014e0ba61 + locked: false + name: Season 2 + order: 2 + - episodes: + - air_date: '2013-03-31' + episode_number: 1 + episode_type: standard + id: 63077 + name: Valar Dohaeris + order: 0 + overview: >- + Jon meets the King-Beyond-the-Wall while his Night + Watch Brothers flee south. In King's Landing, + Tyrion wants a reward, Margaery shows her + charitable nature, Cersei arranges a dinner party, + and Littlefinger offers to help Sansa. Across the + Narrow Sea, Daenerys starts her journey west. + production_code: '301' + runtime: 55 + season_number: 3 + show_id: 1399 + still_path: /3pyS7xz9mprX4OuOCfV261CnGfR.jpg + vote_average: 8.14 + vote_count: 157 + - air_date: '2013-04-07' + episode_number: 2 + episode_type: standard + id: 63076 + name: Dark Wings, Dark Words + order: 1 + overview: >- + Sansa says too much. Shae asks Tyrion for a favor. + Jaime finds a way to pass the time, while Arya + encounters the Brotherhood Without Banners. + production_code: '302' + runtime: 58 + season_number: 3 + show_id: 1399 + still_path: /ydrupjqBj6M68pUwJNJ5rbGmm1O.jpg + vote_average: 7.838 + vote_count: 142 + - air_date: '2013-04-14' + episode_number: 3 + episode_type: standard + id: 63078 + name: Walk of Punishment + order: 2 + overview: >- + Tyrion shoulders new responsibilities. Jon is + taken to the Fist of the First Men. Daenerys meets + with the slavers. Jaime strikes a deal with his + captors. + production_code: '303' + runtime: 53 + season_number: 3 + show_id: 1399 + still_path: /i39Itkd76DOXxek0blIO6rI6zsa.jpg + vote_average: 8.143 + vote_count: 147 + - air_date: '2013-04-21' + episode_number: 4 + episode_type: standard + id: 63082 + name: And Now His Watch Is Ended + order: 3 + overview: >- + Trouble brews among the Night's Watch at + Craster's. Margaery takes Joffrey out of his + comfort zone. Arya meets the leader of the + Brotherhood. Varys plots revenge on an old foe. + Theon mournfully recalls his missteps. Daenerys + deftly orchestrates her exit from Astapor. + production_code: '304' + runtime: 54 + season_number: 3 + show_id: 1399 + still_path: /veYx7AoKhxC8Pz8EThNpoOxeSGX.jpg + vote_average: 8.745 + vote_count: 161 + - air_date: '2013-04-28' + episode_number: 5 + episode_type: standard + id: 63083 + name: Kissed by Fire + order: 4 + overview: >- + The Hound is judged by the gods. Jaime is judged + by men. Jon proves himself. Robb is betrayed. + Tyrion learns the cost of weddings. + production_code: '305' + runtime: 58 + season_number: 3 + show_id: 1399 + still_path: /d2b1CWsWCKMt5IpNXKgJfE4fjxj.jpg + vote_average: 8.178 + vote_count: 143 + - air_date: '2013-05-05' + episode_number: 6 + episode_type: standard + id: 63084 + name: The Climb + order: 5 + overview: >- + Tywin plans strategic unions for the Lannisters. + Melisandre pays a visit to the Riverlands. Robb + weighs a compromise to repair his alliance with + House Frey. Roose Bolton decides what to do with + Jaime Lannister. Jon, Ygritte, and the Wildlings + face a daunting climb. + production_code: '306' + runtime: 54 + season_number: 3 + show_id: 1399 + still_path: /eJQ5vnNrlM28fpInn6uGM0xUZRX.jpg + vote_average: 8.04 + vote_count: 136 + - air_date: '2013-05-12' + episode_number: 7 + episode_type: standard + id: 63081 + name: The Bear and the Maiden Fair + order: 6 + overview: >- + Daenerys exchanges gifts with a slave lord outside + of Yunkai. As Sansa frets about her prospects, + Shae chafes at Tyrion’s new situation. Tywin + counsels the king, and Melisandre reveals a secret + to Gendry. Brienne faces a formidable foe in + Harrenhal. + production_code: '307' + runtime: 58 + season_number: 3 + show_id: 1399 + still_path: /2RVD5pIIiv7ZH0qnazwVrsPEFpP.jpg + vote_average: 8.205 + vote_count: 144 + - air_date: '2013-05-19' + episode_number: 8 + episode_type: standard + id: 63085 + name: Second Sons + order: 7 + overview: >- + King’s Landing hosts a wedding, and Tyrion and + Sansa spend the night together. Daenerys tries to + persuade the Second Sons to join her against + Yunkai. Stannis releases Davos from the dungeons. + Sam and Gilly meet an older gentleman. + production_code: '308' + runtime: 57 + season_number: 3 + show_id: 1399 + still_path: /x3sJ9URXLn9hb6WAqqNhVJQGPut.jpg + vote_average: 8.263 + vote_count: 137 + - air_date: '2013-06-02' + episode_number: 9 + episode_type: standard + id: 63080 + name: The Rains of Castamere + order: 8 + overview: >- + Robb presents himself to Walder Frey, and Edmure + meets his bride. Jon faces his harshest test yet. + Bran discovers a new gift. Daario and Jorah debate + how to take Yunkai. House Frey joins with House + Tully. + production_code: '309' + runtime: 51 + season_number: 3 + show_id: 1399 + still_path: /8Cvg7NkvDPckIwPKWcyS25YcoSh.jpg + vote_average: 9.176 + vote_count: 213 + - air_date: '2013-06-09' + episode_number: 10 + episode_type: finale + id: 63079 + name: Mhysa + order: 9 + overview: >- + Bran and company travel beyond the Wall. Sam + returns to Castle Black. Jon says goodbye to + Ygritte. Jaime returns to King's Landing. The + Night's Watch asks for help from Stannis. Daenerys + waits to see if she is a conqueror or a liberator. + production_code: '310' + runtime: 63 + season_number: 3 + show_id: 1399 + still_path: /wJbEFBLyogHR1GoxfDXNIoP4k1w.jpg + vote_average: 8.348 + vote_count: 148 + id: 5e907acc00fb6b001aa16a1a + locked: false + name: Season 3 + order: 3 + - episodes: + - air_date: '2014-04-06' + episode_number: 1 + episode_type: standard + id: 973190 + name: Two Swords + order: 0 + overview: >- + Tyrion welcomes a guest to King’s Landing. At + Castle Black, Jon Snow finds himself unwelcome. + Dany is pointed to Meereen, the mother of all + slave cities. Arya runs into an old friend. + production_code: '401' + runtime: 59 + season_number: 4 + show_id: 1399 + still_path: /gtGrhEOURApsKhbf6tm6leJJmmp.jpg + vote_average: 7.994 + vote_count: 164 + - air_date: '2014-04-13' + episode_number: 2 + episode_type: standard + id: 973219 + name: The Lion and the Rose + order: 1 + overview: >- + Tyrion lends Jaime a hand. Joffrey and Margaery + host a breakfast. At Dragonstone, Stannis loses + patience with Davos. Ramsay finds a purpose for + his pet. North of the Wall, Bran sees where they + must go. + production_code: '402' + runtime: 53 + season_number: 4 + show_id: 1399 + still_path: /zOeaRpAKbrATuVe8Z5MtVJfair9.jpg + vote_average: 8.838 + vote_count: 167 + - air_date: '2014-04-20' + episode_number: 3 + episode_type: standard + id: 63096 + name: Breaker of Chains + order: 2 + overview: >- + Tyrion ponders his options. Tywin extends an olive + branch. Sam realizes Castle Black isn’t safe, and + Jon proposes a bold plan. The Hound teaches Arya + the way things are. Dany chooses her champion. + production_code: '403' + runtime: 57 + season_number: 4 + show_id: 1399 + still_path: /pgwGxEDIv1XyB5TcJcJM7EMLWiX.jpg + vote_average: 8.229 + vote_count: 142 + - air_date: '2014-04-27' + episode_number: 4 + episode_type: standard + id: 63097 + name: Oathkeeper + order: 3 + overview: >- + Dany balances justice and mercy. Jaime tasks + Brienne with his honor. Jon secures volunteers + while Bran, Jojen, Meera and Hodor stumble on + shelter. + production_code: '404' + runtime: 56 + season_number: 4 + show_id: 1399 + still_path: /9VolANvmLPcI5ynaCGHvwL1957h.jpg + vote_average: 7.9 + vote_count: 147 + - air_date: '2014-05-04' + episode_number: 5 + episode_type: standard + id: 63098 + name: First of His Name + order: 4 + overview: >- + After Tommen is crowned the King of the Seven + Kingdoms, Cersei and Tywin plan the Crown's next + move. Meanwhile, Dany weighs her future plans + regarding Westeros and Slaver's Bay. Sansa and + Lord Baelish arrive at the Eyrie and Jon Snow + along with men from the Night's Watch attacks + Craster's Keep. + production_code: '405' + runtime: 54 + season_number: 4 + show_id: 1399 + still_path: /bf0Z9votO2jqQLI0Y66TqfTjlyq.jpg + vote_average: 8.063 + vote_count: 143 + - air_date: '2014-05-11' + episode_number: 6 + episode_type: standard + id: 63099 + name: The Laws of Gods and Men + order: 5 + overview: >- + Stannis makes a deal with the Iron Bank of + Braavos. Yara and her troops storm the Dreadfort + to free Theon. Meanwhile, Daenerys meets Hizdar zo + Loraq and her other supplicants. And the day of + Tyrion's trial has come where Tyrion faces his + father. + production_code: '406' + runtime: 51 + season_number: 4 + show_id: 1399 + still_path: /vKt9b7HNYhwM91C7S53zPsAWfT3.jpg + vote_average: 8.932 + vote_count: 168 + - air_date: '2014-05-18' + episode_number: 7 + episode_type: standard + id: 63100 + name: Mockingbird + order: 6 + overview: >- + Tyrion gains an unlikely ally; Daario asks Dany to + allow him to do what he does best; Jon's warnings + about the vulnerability of the Wall are ignored; + Brienne follows a new lead. + production_code: '407' + runtime: 52 + season_number: 4 + show_id: 1399 + still_path: /u1LNM3vEGX2SWmoDZZC6yxXZXu8.jpg + vote_average: 8.287 + vote_count: 148 + - air_date: '2014-06-01' + episode_number: 8 + episode_type: standard + id: 63101 + name: The Mountain and the Viper + order: 7 + overview: >- + Unexpected visitors arrive in Mole's Town. With + assistance from Theon, Ramsay proves himself to + his father, Lord Bolton. Littlefinger's motives + are questioned when Sansa reveals the fate of Lysa + Arryn to other lords of the Vale. Daenerys finds + out a secret about Jorah Mormont. Tyrion's fate is + decided. + production_code: '408' + runtime: 53 + season_number: 4 + show_id: 1399 + still_path: /cOcGpQmBvwuScHJjwQYlCreVl4x.jpg + vote_average: 8.789 + vote_count: 175 + - air_date: '2014-06-08' + episode_number: 9 + episode_type: standard + id: 63102 + name: The Watchers on the Wall + order: 8 + overview: >- + Jon Snow and the Night's Watch face a big + challenge. + production_code: '409' + runtime: 51 + season_number: 4 + show_id: 1399 + still_path: /vn4ECYuCaV43MEwpyjTdkXg7NPB.jpg + vote_average: 8.638 + vote_count: 163 + - air_date: '2014-06-15' + episode_number: 10 + episode_type: finale + id: 63103 + name: The Children + order: 9 + overview: >- + Circumstances change after an unexpected arrival + from north of the Wall. Dany must face harsh + realities. Bran learns more about his destiny. + Tyrion sees the truth about his situation. + production_code: '410' + runtime: 66 + season_number: 4 + show_id: 1399 + still_path: /dEvyoz6NrUGH3nyphu43hAzT1VE.jpg + vote_average: 8.83 + vote_count: 159 + id: 5e907ad64a4bf60fa2510824 + locked: false + name: Season 4 + order: 4 + - episodes: + - air_date: '2015-04-12' + episode_number: 1 + episode_type: standard + id: 1043618 + name: The Wars to Come + order: 0 + overview: >- + Cersei and Jaime adjust to a world without Tywin. + Varys reveals a conspiracy to Tyrion. Dany faces a + new threat to her rule. Jon is caught between two + kings. + production_code: '501' + runtime: 53 + season_number: 5 + show_id: 1399 + still_path: /shIFxmFySt9CtGXMTXWBipsNOIs.jpg + vote_average: 7.862 + vote_count: 156 + - air_date: '2015-04-19' + episode_number: 2 + episode_type: standard + id: 1045551 + name: The House of Black and White + order: 1 + overview: >- + Arya arrives in Braavos. Podrick and Brienne run + into trouble on the road. Cersei fears for her + daughter's safety in Dorne as Ellaria Sand seeks + revenge for Oberyn's death. Stannis tempts Jon. An + adviser tempts Daenerys. + production_code: '502' + runtime: 56 + season_number: 5 + show_id: 1399 + still_path: /uCJpE0pfjn78uhr2TjvIrhyTcR8.jpg + vote_average: 7.85 + vote_count: 150 + - air_date: '2015-04-26' + episode_number: 3 + episode_type: standard + id: 1045552 + name: High Sparrow + order: 2 + overview: >- + In Braavos, Arya sees the Many-Faced God. In + King's Landing, Queen Margaery enjoys her new + husband. Tyrion and Varys walk the Long Bridge of + Volantis. + production_code: '503' + runtime: 60 + season_number: 5 + show_id: 1399 + still_path: /5b6eUi2w12ao24ug8cL5QqJFKig.jpg + vote_average: 7.962 + vote_count: 144 + - air_date: '2015-05-03' + episode_number: 4 + episode_type: standard + id: 1045553 + name: Sons of the Harpy + order: 3 + overview: >- + The Faith Militant grow increasingly aggressive. + Jaime and Bronn head south. Ellaria and the Sand + Snakes vow vengeance. + production_code: '504' + runtime: 51 + season_number: 5 + show_id: 1399 + still_path: /xJK24ELjz04a05saADPXkYafa21.jpg + vote_average: 7.983 + vote_count: 146 + - air_date: '2015-05-10' + episode_number: 5 + episode_type: standard + id: 1051286 + name: Kill the Boy + order: 4 + overview: >- + Dany makes a difficult decision in Meereen. Jon + recruits the help of an unexpected ally. Brienne + searches for Sansa. Theon remains under Ramsay's + control. + production_code: '505' + runtime: 57 + season_number: 5 + show_id: 1399 + still_path: /j7fXuI4mC94q7SKbOON5Fnp1Rau.jpg + vote_average: 7.846 + vote_count: 143 + - air_date: '2015-05-17' + episode_number: 6 + episode_type: standard + id: 1051287 + name: Unbowed, Unbent, Unbroken + order: 5 + overview: >- + Arya trains. Jorah and Tyrion run into slavers. + Trystane and Myrcella make plans. Jaime and Bronn + reach their destination. The Sand Snakes attack. + production_code: '506' + runtime: 54 + season_number: 5 + show_id: 1399 + still_path: /ihngOB9FfBZvmTy01D836QMFybe.jpg + vote_average: 7.6 + vote_count: 139 + - air_date: '2015-05-24' + episode_number: 7 + episode_type: standard + id: 1051288 + name: The Gift + order: 6 + overview: >- + Jon prepares for conflict. Sansa tries to talk to + Theon. Brienne waits for a sign. Stannis remains + stubborn. Jaime attempts to reconnect with family. + production_code: '507' + runtime: 59 + season_number: 5 + show_id: 1399 + still_path: /n4BFZfiqOX1l5l6uYtpDS4m19WX.jpg + vote_average: 8.279 + vote_count: 147 + - air_date: '2015-05-31' + episode_number: 8 + episode_type: standard + id: 1070282 + name: Hardhome + order: 7 + overview: >- + Arya makes progress in her training. Sansa + confronts an old friend. Cersei struggles. Jon + travels. + production_code: '508' + runtime: 60 + season_number: 5 + show_id: 1399 + still_path: /58PgfiE8eIOdQ1iDvFnJG471RFB.jpg + vote_average: 9.243 + vote_count: 204 + - air_date: '2015-06-07' + episode_number: 9 + episode_type: standard + id: 1054979 + name: The Dance of Dragons + order: 8 + overview: >- + Stannis confronts a troubling decision. Jon + returns to The Wall. Mace visits the Iron Bank. + Arya encounters someone from her past. Dany + reluctantly oversees a traditional celebration of + athleticism. + production_code: '509' + runtime: 53 + season_number: 5 + show_id: 1399 + still_path: /ymI7V3wsZRcRqLWgjJ59CTTGvh5.jpg + vote_average: 8.784 + vote_count: 160 + - air_date: '2015-06-14' + episode_number: 10 + episode_type: finale + id: 1159054 + name: Mother's Mercy + order: 9 + overview: >- + Stannis marches. Dany is surrounded by strangers. + Cersei seeks forgiveness. Jon is challenged. + production_code: '510' + runtime: 61 + season_number: 5 + show_id: 1399 + still_path: /b5dIepsIO3robQSe18fWmsQe37R.jpg + vote_average: 8.497 + vote_count: 153 + id: 5e907ae2197de4001b075ab4 + locked: false + name: Season 5 + order: 5 + - episodes: + - air_date: '2016-04-24' + episode_number: 1 + episode_type: standard + id: 1156503 + name: The Red Woman + order: 0 + overview: >- + The fate of Jon Snow is revealed. Daenerys meets a + strong man. Cersei sees her daughter once again. + production_code: '601' + runtime: 51 + season_number: 6 + show_id: 1399 + still_path: /qEu20NFIbwxtyABtFvsyyPaCNDM.jpg + vote_average: 7.631 + vote_count: 199 + - air_date: '2016-05-01' + episode_number: 2 + episode_type: standard + id: 1187406 + name: Home + order: 1 + overview: >- + Bran trains with the Three-Eyed Raven. In King’s + Landing, Jaime advises Tommen. Tyrion demands good + news, but has to make his own. At Castle Black, + the Night’s Watch stands behind Thorne. Ramsay + Bolton proposes a plan, and Balon Greyjoy + entertains other proposals. + production_code: '602' + runtime: 54 + season_number: 6 + show_id: 1399 + still_path: /9JlZ6sOXf4nodwWYvoM5zCJIGm9.jpg + vote_average: 8.256 + vote_count: 174 + - air_date: '2016-05-08' + episode_number: 3 + episode_type: standard + id: 1186952 + name: Oathbreaker + order: 2 + overview: >- + Daenerys meets her future. Bran meets the past. + Tommen confronts the High Sparrow. Arya trains to + be No One. Varys finds an answer. Ramsay gets a + gift. + production_code: '603' + runtime: 53 + season_number: 6 + show_id: 1399 + still_path: /dNp7HBQbwKlgX76fwqM6SWUo5tU.jpg + vote_average: 7.929 + vote_count: 155 + - air_date: '2016-05-15' + episode_number: 4 + episode_type: standard + id: 1186953 + name: Book of the Stranger + order: 3 + overview: >- + Tyrion strikes a deal. Jorah and Daario undertake + a difficult task. Jaime and Cersei try to improve + their situation. + production_code: '604' + runtime: 59 + season_number: 6 + show_id: 1399 + still_path: /dY2DbzgIjIatJJCVRgk1gKTJWez.jpg + vote_average: 8.404 + vote_count: 156 + - air_date: '2016-05-22' + episode_number: 5 + episode_type: standard + id: 1186954 + name: The Door + order: 4 + overview: >- + Tyrion seeks a strange ally. Bran learns a great + deal. Brienne goes on a mission. Arya is given a + chance to prove herself. + production_code: '605' + runtime: 57 + season_number: 6 + show_id: 1399 + still_path: /96u7HuryCkPEIN3JkZP336KTSq3.jpg + vote_average: 8.845 + vote_count: 197 + - air_date: '2016-05-29' + episode_number: 6 + episode_type: standard + id: 1186955 + name: Blood of My Blood + order: 5 + overview: >- + An old foe comes back into the picture. Gilly + meets Sam’s family. Arya faces a difficult choice. + Jaime faces off against the High Sparrow. + production_code: '606' + runtime: 52 + season_number: 6 + show_id: 1399 + still_path: /k01MUth8Xm2y79nvsQ3UF25SN9w.jpg + vote_average: 7.795 + vote_count: 149 + - air_date: '2016-06-05' + episode_number: 7 + episode_type: standard + id: 1186956 + name: The Broken Man + order: 6 + overview: >- + The High Sparrow eyes another target. Jaime + confronts a hero. Arya makes a plan. The North is + reminded. + production_code: '607' + runtime: 51 + season_number: 6 + show_id: 1399 + still_path: /ymjvIqw8GClvQpurBYMeyaYXTck.jpg + vote_average: 7.861 + vote_count: 147 + - air_date: '2016-06-12' + episode_number: 8 + episode_type: standard + id: 1187403 + name: No One + order: 7 + overview: >- + While Jaime weighs his options, Cersei answers a + request. Tyrion's plans bear fruit. Arya faces a + new test. + production_code: '608' + runtime: 59 + season_number: 6 + show_id: 1399 + still_path: /xl2l1a3kXGxWwZqGDgjowBk4x46.jpg + vote_average: 7.843 + vote_count: 143 + - air_date: '2016-06-19' + episode_number: 9 + episode_type: standard + id: 1187404 + name: Battle of the Bastards + order: 8 + overview: >- + As the Starks prepare to fight, Davos loses + something dear. Ramsay plays a game. Daenerys + faces a choice. + production_code: '609' + runtime: 60 + season_number: 6 + show_id: 1399 + still_path: /j2znyjFSe1ol26DeQWMB1yE5EDQ.jpg + vote_average: 9.182 + vote_count: 291 + - air_date: '2016-06-26' + episode_number: 10 + episode_type: finale + id: 1187405 + name: The Winds of Winter + order: 9 + overview: >- + Tyrion counsels Daenerys on the upcoming campaign. + Jon and Sansa discuss their future. Trials begin + in King's Landing. + production_code: '610' + runtime: 68 + season_number: 6 + show_id: 1399 + still_path: /8qgIcKTOKeAHlJMjGyPHl3IHjcU.jpg + vote_average: 9.294 + vote_count: 247 + id: 5e907ae9cee4810014e0ba98 + locked: false + name: Season 6 + order: 6 + - episodes: + - air_date: '2017-07-16' + episode_number: 1 + episode_type: standard + id: 1233022 + name: Dragonstone + order: 0 + overview: >- + Jon organizes the defense of the North. Cersei + tries to even the odds. Daenerys comes home. + production_code: '701' + runtime: 59 + season_number: 7 + show_id: 1399 + still_path: /3SB4PUzZAnY6HnZbVbktIZoopGs.jpg + vote_average: 8.036 + vote_count: 194 + - air_date: '2017-07-23' + episode_number: 2 + episode_type: standard + id: 1336114 + name: Stormborn + order: 1 + overview: >- + Daenerys receives an unexpected visitor. Jon faces + a revolt. Tyrion plans the conquest of Westeros. + production_code: '702' + runtime: 59 + season_number: 7 + show_id: 1399 + still_path: /6ZLuB2YZeXTCEETnbPe5MNKCsio.jpg + vote_average: 7.925 + vote_count: 167 + - air_date: '2017-07-30' + episode_number: 3 + episode_type: standard + id: 1336115 + name: The Queen's Justice + order: 2 + overview: >- + Daenerys holds court. Tyrion backchannels. Cersei + returns a gift. Jaime learns from his mistakes. + production_code: '703' + runtime: 63 + season_number: 7 + show_id: 1399 + still_path: /xSqdpR6qADmjsdlcJLX5LXRToQP.jpg + vote_average: 8.018 + vote_count: 163 + - air_date: '2017-08-06' + episode_number: 4 + episode_type: standard + id: 1340524 + name: The Spoils of War + order: 3 + overview: >- + Daenerys fights back. Jaime faces an unexpected + situation. Arya comes home. + production_code: '704' + runtime: 50 + season_number: 7 + show_id: 1399 + still_path: /hH9gSHcisHqoux734Q2SdLPLmsL.jpg + vote_average: 8.7 + vote_count: 200 + - air_date: '2017-08-13' + episode_number: 5 + episode_type: standard + id: 1340526 + name: Eastwatch + order: 4 + overview: >- + Tyrion tries to find a way to make Daenerys listen + to reason while Jon plans a dangerous new mission. + production_code: '705' + runtime: 59 + season_number: 7 + show_id: 1399 + still_path: /3iaJDPtj75z1YpLDMKR17JRXQdP.jpg + vote_average: 7.951 + vote_count: 152 + - air_date: '2017-08-20' + episode_number: 6 + episode_type: standard + id: 1340527 + name: Beyond the Wall + order: 5 + overview: >- + Jon and his team go beyond the wall to capture a + wight. Daenerys has to make a tough decision. + production_code: '706' + runtime: 70 + season_number: 7 + show_id: 1399 + still_path: /jDMCK1E4iqH8ZJeZnv3ftpei0nm.jpg + vote_average: 8.033 + vote_count: 181 + - air_date: '2017-08-27' + episode_number: 7 + episode_type: finale + id: 1340528 + name: The Dragon and the Wolf + order: 6 + overview: >- + A meeting is held in King's Landing. Problems + arise in the North. + production_code: '707' + runtime: 80 + season_number: 7 + show_id: 1399 + still_path: /w4N4xxFrfjUyk7wE5hgcoAy0tDc.jpg + vote_average: 8.523 + vote_count: 173 + id: 5e907af0cee4810014e0bab0 + locked: false + name: Season 7 + order: 7 + - episodes: + - air_date: '2019-04-14' + episode_number: 1 + episode_type: standard + id: 1551825 + name: Winterfell + order: 0 + overview: >- + Arriving at Winterfell, Jon and Daenerys struggle + to unite a divided North. Jon Snow gets some big + news. + production_code: '801' + runtime: 55 + season_number: 8 + show_id: 1399 + still_path: /o65qwX1aHJclJ36VDhD3VYzz5em.jpg + vote_average: 7.148 + vote_count: 253 + - air_date: '2019-04-21' + episode_number: 2 + episode_type: standard + id: 1551826 + name: A Knight of the Seven Kingdoms + order: 1 + overview: >- + The battle at Winterfell is approaching. Jaime is + confronted with the consequences of the past. A + tense interaction between Sansa and Daenerys + follows. + production_code: '802' + runtime: 59 + season_number: 8 + show_id: 1399 + still_path: /vJ8H9WtzbJGfArfdycc4nagQVRU.jpg + vote_average: 7.399 + vote_count: 238 + - air_date: '2019-04-28' + episode_number: 3 + episode_type: standard + id: 1551827 + name: The Long Night + order: 2 + overview: >- + The Night King and his army have arrived at + Winterfell and the great battle begins. Arya looks + to prove her worth as a fighter. + production_code: '803' + runtime: 82 + season_number: 8 + show_id: 1399 + still_path: /mFtHbZenI5rRPqC5OFafoVmjEjq.jpg + vote_average: 6.887 + vote_count: 292 + - air_date: '2019-05-05' + episode_number: 4 + episode_type: standard + id: 1551828 + name: The Last of the Starks + order: 3 + overview: >- + In the wake of a costly victory, Jon and Daenerys + look to the south as Tyrion eyes a compromise that + could save countless lives. + production_code: '804' + runtime: 79 + season_number: 8 + show_id: 1399 + still_path: /9jgeANvHuZFVnTIkkKSU3PkGJZA.jpg + vote_average: 5.696 + vote_count: 253 + - air_date: '2019-05-12' + episode_number: 5 + episode_type: standard + id: 1551829 + name: The Bells + order: 4 + overview: Daenerys brings her forces to King's Landing. + production_code: '805' + runtime: 80 + season_number: 8 + show_id: 1399 + still_path: /xF9hOs5h9sc37oWdtF4RPHq8dXA.jpg + vote_average: 6.015 + vote_count: 264 + - air_date: '2019-05-19' + episode_number: 6 + episode_type: finale + id: 1551830 + name: The Iron Throne + order: 5 + overview: >- + In the aftermath of the devastating attack on + King's Landing, Daenerys must face the survivors. + production_code: '806' + runtime: 80 + season_number: 8 + show_id: 1399 + still_path: /zBi2O5EJfgTS6Ae0HdAYLm9o2nf.jpg + vote_average: 4.611 + vote_count: 324 + id: 5e907af9197de4001307861c + locked: false + name: Season 8 + order: 8 + - episodes: + - air_date: '2010-12-05' + episode_number: 1 + episode_type: standard + id: 63087 + name: Inside Game of Thrones + order: 0 + overview: >- + A short look into the film-making process for the + production Game of Thrones + production_code: '' + runtime: 11 + season_number: 0 + show_id: 1399 + still_path: /1aVzF5os3TEMeQBTyNWPlKVsY0f.jpg + vote_average: 5.1 + vote_count: 16 + - air_date: '2011-04-03' + episode_number: 2 + episode_type: standard + id: 63086 + name: 15-Minute Preview + order: 1 + overview: >- + An approximately 15-minute preview of the first + episode of Game of Thrones. + production_code: '' + runtime: 15 + season_number: 0 + show_id: 1399 + still_path: /7LUPfB5mrNfplDFfpZIjFL5J9fI.jpg + vote_average: 7.2 + vote_count: 6 + - air_date: '2011-04-07' + episode_number: 3 + episode_type: standard + id: 63088 + name: Making Game of Thrones + order: 2 + overview: >- + An exclusive 30-minute feature including + never-before-seen footage from the set and + interviews from the cast and crew. + production_code: '' + runtime: 30 + season_number: 0 + show_id: 1399 + still_path: /wK6sLD7YIgnteEjxdWzT9xe4WvW.jpg + vote_average: 7.3 + vote_count: 7 + - air_date: '2011-07-21' + episode_number: 5 + episode_type: standard + id: 63090 + name: 2011 Comic Con Panel + order: 3 + overview: '' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /xydHpOh6zViapTSedZEKdqhruNX.jpg + vote_average: 6.4 + vote_count: 4 + - air_date: '2012-03-24' + episode_number: 6 + episode_type: standard + id: 63091 + name: You Win or You Die + order: 4 + overview: >- + A prequel to Game of Thrones Season 2 which recaps + on the first season and gives insight into what's + to come. + production_code: '' + runtime: 22 + season_number: 0 + show_id: 1399 + still_path: /6M8HOqp1AnaabsMnBDczrxMPPVS.jpg + vote_average: 5 + vote_count: 6 + - air_date: '2014-02-18' + episode_number: 210 + episode_type: standard + id: 63092 + name: A Gathering Storm + order: 5 + overview: >- + A prequel to Game of Thrones Season 3 which recaps + on the first and second season and gives insight + into what's to come. + production_code: '' + runtime: 14 + season_number: 0 + show_id: 1399 + still_path: /7v478trMpP7AhtibCfnbiLU4tpY.jpg + vote_average: 7.6 + vote_count: 5 + - air_date: '2014-02-18' + episode_number: 211 + episode_type: standard + id: 63093 + name: The Politics of Marriage + order: 6 + overview: >- + Love and marriage? They don't go together so well + in 'Game of Thrones' where the concept of + matrimony is all about making power plays and + political alliances. Cast and crew members along + with author George R.R. Martin take a fascinating + look at this ancient institution and its place in + the hit HBO series. + production_code: '' + runtime: 9 + season_number: 0 + show_id: 1399 + still_path: /nL9z4eQDpG4tyj2Rj9J1DurDmK4.jpg + vote_average: 7 + vote_count: 4 + - air_date: '2014-02-09' + episode_number: 9 + episode_type: standard + id: 974558 + name: 'Ice and Fire: A Foreshadowing' + order: 7 + overview: >- + Take a look back and a look forward to the fourth + season of the hit HBO series, the show features + clips from upcoming episodes, behind the scenes + footage, interviews with talent, and cast members' + answers to questions posed by fans. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /2nFkwdPOwXMf2TySEPRSE0WXRDA.jpg + vote_average: 7.4 + vote_count: 4 + - air_date: '2014-03-12' + episode_number: 10 + episode_type: standard + id: 974559 + name: 'The Politics of Power: A Look Back at Season 3' + order: 8 + overview: >- + Relive every thrilling, dramatic and tragic + highlight from Season 3 of "Game of Thrones" in + this comprehensive featurette. From Daenerys + building a slave army to the infamous Red Wedding, + not a detail is missed as recalled by the stars of + the hit HBO series. + production_code: '' + runtime: 25 + season_number: 0 + show_id: 1399 + still_path: /nTAGjLkDuhn69Ni18UdfYcJ7nnj.jpg + vote_average: 6.4 + vote_count: 6 + - air_date: '2015-02-08' + episode_number: 11 + episode_type: standard + id: 1041057 + name: A Day in the Life + order: 9 + overview: >- + The 30-minute special documents one epic day of + production as tackled by hundreds of crew members + across three countries. In addition to a + behind-the-scenes look at the action in Dubrovnik, + Croatia, Belfast, Northern Ireland and Seville, + Spain, the preview includes several + never-before-seen features. + production_code: '' + runtime: 26 + season_number: 0 + show_id: 1399 + still_path: /xUVCZNoGKrp4IbbExcMWUUOwDvT.jpg + vote_average: 6.9 + vote_count: 6 + - air_date: '2015-03-16' + episode_number: 12 + episode_type: standard + id: 1188785 + name: The Story So Far (2015) + order: 10 + overview: >- + Ahead of the eagerly-anticipated fifth season, we + bring you up tp speed with the events of the epic + fantasy drama to date. And to help the uninitiated + ease into the wild world of Westeros, here's a + beginner's guide to the fantasy epic. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /gDJoLFcizTNzwanGxAmzjShNIfB.jpg + vote_average: 6.7 + vote_count: 3 + - air_date: '2015-03-19' + episode_number: 13 + episode_type: standard + id: 1203674 + name: World Premiere + order: 11 + overview: >- + See the stars of Game of Thrones arrive at the + Tower of London for the world premiere of the hit + show's fifth season. Sue Perkins and Jamie East + host. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /dDufP1c0an3m3qsO2AtqbG44hlH.jpg + vote_average: 5 + vote_count: 2 + - air_date: '2015-05-22' + episode_number: 14 + episode_type: standard + id: 1347221 + name: Red Nose Day 'Game Of Thrones' Musical + order: 12 + overview: >- + “George R.R. Martin meets Chris Martin – what + could go wrong?” That’s Emilia Clarke in the epic, + 12-minute video for Coldplay’s totally fake Game + of Thrones musical, right before she rips into a + song called “Rastafarian Targaryen.” Here’s a + sample lyric: “Call me Daenerys Targaryen when you + want to reach me, and if you feel the love then + you can call me Khalessi.” The sketch, part of Red + Nose Day, includes cast members Kit Harington, + Peter Dinklage, John Bradley, Rose Leslie, + Charlotte Pope, Thomas Brodie-Sangster, Alfie + Allen and Nikolaj Coster-Waldau, who performs a + piano ballad called “Closer to Home” to a photo of + Lena Headey as Cersei. (“Are you thinking about + Joffrey? Such a spirited lad. I was his uncle, I + was also his dad.”) + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /kOk3k9QGezLWMGFGAovukX3R67m.jpg + vote_average: 4.5 + vote_count: 2 + - air_date: '2016-04-20' + episode_number: 15 + episode_type: standard + id: 1631882 + name: The Story So Far (2016) + order: 13 + overview: >- + Ahead of Season 6 of the epic saga, this special + will bring viewers up to speed on the gripping + storylines and compelling characters from the + first five seasons. Writers and stars of the show + give viewers an insight into key events of each + season and explain the intrigues and power + struggles at work in the lands of Westeros and + beyond. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /viSbmzfMeUKHaeaKr0etCAdTnmc.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-08-01' + episode_number: 16 + episode_type: standard + id: 1759666 + name: 'The Game Revealed: Season 6 Episode 1 & 2' + order: 14 + overview: 'The Game Revealed: Season 6 Episode 1 & 2' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /lVFVxh3iayEd7mAtLwo94j34zeC.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-08-01' + episode_number: 17 + episode_type: standard + id: 1799533 + name: 'The Game Revealed: Season 6 Episode 3 & 4' + order: 15 + overview: 'The Game Revealed: Season 6 Episode 3 & 4' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /9xvP14MhH9OVL8SE5In4ggvZ3b4.jpg + vote_average: 6 + vote_count: 2 + - air_date: '2016-08-01' + episode_number: 18 + episode_type: standard + id: 1989799 + name: 'The Game Revealed: Season 6 Episode 5 & 6' + order: 16 + overview: 'The Game Revealed: Season 6 Episode 5 & 6' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /6jujHifJfHUmRypyBZgBfN3rJo6.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-08-01' + episode_number: 19 + episode_type: standard + id: 63089 + name: 'The Game Revealed: Season 6 Episode 7 & 8' + order: 17 + overview: 'The Game Revealed: Season 6 Episode 7 & 8' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /ipyfP5kR8feGU5gVqjA8BfcCdZK.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-08-01' + episode_number: 20 + episode_type: standard + id: 2022234 + name: 'The Game Revealed: Season 6 Episode 9 & 10' + order: 18 + overview: 'The Game Revealed: Season 6 Episode 9 & 10' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /jJB1SW7D0rQ0bXgUJzz0tiUWSMZ.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-06-19' + episode_number: 21 + episode_type: standard + id: 2022235 + name: 'Anatomy of A Scene: The Battle of Winterfell' + order: 19 + overview: 'Anatomy of A Scene: The Battle of Winterfell' + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /jJB1SW7D0rQ0bXgUJzz0tiUWSMZ.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2016-07-22' + episode_number: 22 + episode_type: standard + id: 2022236 + name: 2016 Comic Con Panel + order: 20 + overview: 2016 Comic Con Panel + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: /gxQZwykLcldLLXVQiMibpRQVgpT.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2017-07-13' + episode_number: 24 + episode_type: standard + id: 2022238 + name: The Story So Far (2017) + order: 22 + overview: >- + Ahead of the season seven premiere, get up to + speed on all the action in Game of Thrones with + this re-cap of the story so far. + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: null + vote_average: 5 + vote_count: 1 + - air_date: '2017-07-21' + episode_number: 25 + episode_type: standard + id: 2022239 + name: 2017 Comic Con Panel + order: 23 + overview: 2017 Comic Con Panel + production_code: '' + runtime: 60 + season_number: 0 + show_id: 1399 + still_path: null + vote_average: 2 + vote_count: 1 + - air_date: '2017-08-01' + episode_number: 26 + episode_type: standard + id: 2022240 + name: 'Inside the Episode: Season 7 Episode 1' + order: 24 + overview: 'Inside the Episode: Season 7 Episode 1' + production_code: '' + runtime: 6 + season_number: 0 + show_id: 1399 + still_path: /7WtE85PWeCOoQJVtiScbnypuPVY.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2017-08-01' + episode_number: 27 + episode_type: standard + id: 2022241 + name: 'Inside the Episode: Season 7 Episode 2' + order: 25 + overview: 'Inside the Episode: Season 7 Episode 2' + production_code: '' + runtime: 5 + season_number: 0 + show_id: 1399 + still_path: null + vote_average: 5 + vote_count: 1 + - air_date: '2017-08-01' + episode_number: 28 + episode_type: standard + id: 2022242 + name: 'Inside the Episode: Season 7 Episode 3' + order: 26 + overview: 'Inside the Episode: Season 7 Episode 3' + production_code: '' + runtime: 4 + season_number: 0 + show_id: 1399 + still_path: /qh9Qw4AM0c7vrsNm3T50ZbeOran.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2017-08-06' + episode_number: 29 + episode_type: standard + id: 2022243 + name: 'Inside the Episode: Season 7 Episode 4' + order: 27 + overview: 'Inside the Episode: Season 7 Episode 4' + production_code: '' + runtime: 6 + season_number: 0 + show_id: 1399 + still_path: /pgOvxMdc9hLVF8bbq8BIP6GW3cG.jpg + vote_average: 5 + vote_count: 1 + - air_date: '2017-08-13' + episode_number: 30 + episode_type: standard + id: 2022244 + name: 'Inside the Episode: Season 7 Episode 5' + order: 28 + overview: 'Inside the Episode: Season 7 Episode 5' + production_code: '' + runtime: 5 + season_number: 0 + show_id: 1399 + still_path: /871Rb4J8tLT7umW3hxTAfzJmbsl.jpg + vote_average: 5 + vote_count: 1 + id: 5e907b93cee4810012e0ca60 + locked: false + name: Special + order: 9 + id: 5e9077d2e640d600151f32bd + name: Aired Order + network: + id: 49 + logo_path: /tuomPhY2UtuPTqqFnKMVHvSb724.png + name: HBO + origin_country: US + type: 1 + + /watch/providers/regions: + get: + tags: + - WATCH PROVIDERS + summary: Available Regions + description: This endpoint get the list of the countries we have watch provider (OTT/streaming) data for. + operationId: availableRegions + parameters: + - $ref: '#/components/parameters/language' + responses: + '200': + description: available regions + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=17051 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 01:03:32 GMT + ETag: + schema: + type: string + example: W/"570a6ea7e9c7f35a1a48ca0eb1860d27" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 97971aa6c140e2dfc8adaee6c929eedc.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: C5n9W2FyYaCv7kfuPmdrWy4Fc2GH0MtkoV6R7vaWL6FpqBPvaQP2qQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '5900' + x-memc-expires: + schema: + type: string + example: '17051' + x-memc-key: + schema: + type: string + example: 64830e4b84ef2e63498409ffefd83b06 + content: + application/json: + schema: + type: object + properties: + results: + type: array + items: + type: object + properties: + english_name: + type: string + example: Andorra + iso_3166_1: + type: string + example: AD + native_name: + type: string + example: Andorra + example: + - english_name: Andorra + iso_3166_1: AD + native_name: Andorra + - english_name: United Arab Emirates + iso_3166_1: AE + native_name: United Arab Emirates + - english_name: Antigua and Barbuda + iso_3166_1: AG + native_name: Antigua & Barbuda + - english_name: Albania + iso_3166_1: AL + native_name: Albania + - english_name: Angola + iso_3166_1: AO + native_name: Angola + - english_name: Argentina + iso_3166_1: AR + native_name: Argentina + - english_name: Austria + iso_3166_1: AT + native_name: Austria + - english_name: Australia + iso_3166_1: AU + native_name: Australia + - english_name: Azerbaijan + iso_3166_1: AZ + native_name: Azerbaijan + - english_name: Bosnia and Herzegovina + iso_3166_1: BA + native_name: Bosnia & Herzegovina + - english_name: Barbados + iso_3166_1: BB + native_name: Barbados + - english_name: Belgium + iso_3166_1: BE + native_name: Belgium + - english_name: Burkina Faso + iso_3166_1: BF + native_name: Burkina Faso + - english_name: Bulgaria + iso_3166_1: BG + native_name: Bulgaria + - english_name: Bahrain + iso_3166_1: BH + native_name: Bahrain + - english_name: Bermuda + iso_3166_1: BM + native_name: Bermuda + - english_name: Bolivia + iso_3166_1: BO + native_name: Bolivia + - english_name: Brazil + iso_3166_1: BR + native_name: Brazil + - english_name: Bahamas + iso_3166_1: BS + native_name: Bahamas + - english_name: Belarus + iso_3166_1: BY + native_name: Belarus + - english_name: Belize + iso_3166_1: BZ + native_name: Belize + - english_name: Canada + iso_3166_1: CA + native_name: Canada + - english_name: Congo + iso_3166_1: CD + native_name: Democratic Republic of the Congo (Kinshasa) + - english_name: Switzerland + iso_3166_1: CH + native_name: Switzerland + - english_name: Cote D'Ivoire + iso_3166_1: CI + native_name: Côte d’Ivoire + - english_name: Chile + iso_3166_1: CL + native_name: Chile + - english_name: Cameroon + iso_3166_1: CM + native_name: Cameroon + - english_name: Colombia + iso_3166_1: CO + native_name: Colombia + - english_name: Costa Rica + iso_3166_1: CR + native_name: Costa Rica + - english_name: Cuba + iso_3166_1: CU + native_name: Cuba + - english_name: Cape Verde + iso_3166_1: CV + native_name: Cape Verde + - english_name: Cyprus + iso_3166_1: CY + native_name: Cyprus + - english_name: Czech Republic + iso_3166_1: CZ + native_name: Czech Republic + - english_name: Germany + iso_3166_1: DE + native_name: Germany + - english_name: Denmark + iso_3166_1: DK + native_name: Denmark + - english_name: Dominican Republic + iso_3166_1: DO + native_name: Dominican Republic + - english_name: Algeria + iso_3166_1: DZ + native_name: Algeria + - english_name: Ecuador + iso_3166_1: EC + native_name: Ecuador + - english_name: Estonia + iso_3166_1: EE + native_name: Estonia + - english_name: Egypt + iso_3166_1: EG + native_name: Egypt + - english_name: Spain + iso_3166_1: ES + native_name: Spain + - english_name: Finland + iso_3166_1: FI + native_name: Finland + - english_name: Fiji + iso_3166_1: FJ + native_name: Fiji + - english_name: France + iso_3166_1: FR + native_name: France + - english_name: United Kingdom + iso_3166_1: GB + native_name: United Kingdom + - english_name: French Guiana + iso_3166_1: GF + native_name: French Guiana + - english_name: Ghana + iso_3166_1: GH + native_name: Ghana + - english_name: Gibraltar + iso_3166_1: GI + native_name: Gibraltar + - english_name: Guadaloupe + iso_3166_1: GP + native_name: Guadeloupe + - english_name: Equatorial Guinea + iso_3166_1: GQ + native_name: Equatorial Guinea + - english_name: Greece + iso_3166_1: GR + native_name: Greece + - english_name: Guatemala + iso_3166_1: GT + native_name: Guatemala + - english_name: Guyana + iso_3166_1: GY + native_name: Guyana + - english_name: Hong Kong + iso_3166_1: HK + native_name: Hong Kong SAR China + - english_name: Honduras + iso_3166_1: HN + native_name: Honduras + - english_name: Croatia + iso_3166_1: HR + native_name: Croatia + - english_name: Hungary + iso_3166_1: HU + native_name: Hungary + - english_name: Indonesia + iso_3166_1: ID + native_name: Indonesia + - english_name: Ireland + iso_3166_1: IE + native_name: Ireland + - english_name: Israel + iso_3166_1: IL + native_name: Israel + - english_name: India + iso_3166_1: IN + native_name: India + - english_name: Iraq + iso_3166_1: IQ + native_name: Iraq + - english_name: Iceland + iso_3166_1: IS + native_name: Iceland + - english_name: Italy + iso_3166_1: IT + native_name: Italy + - english_name: Jamaica + iso_3166_1: JM + native_name: Jamaica + - english_name: Jordan + iso_3166_1: JO + native_name: Jordan + - english_name: Japan + iso_3166_1: JP + native_name: Japan + - english_name: Kenya + iso_3166_1: KE + native_name: Kenya + - english_name: South Korea + iso_3166_1: KR + native_name: South Korea + - english_name: Kuwait + iso_3166_1: KW + native_name: Kuwait + - english_name: Lebanon + iso_3166_1: LB + native_name: Lebanon + - english_name: St. Lucia + iso_3166_1: LC + native_name: St. Lucia + - english_name: Liechtenstein + iso_3166_1: LI + native_name: Liechtenstein + - english_name: Lithuania + iso_3166_1: LT + native_name: Lithuania + - english_name: Luxembourg + iso_3166_1: LU + native_name: Luxembourg + - english_name: Latvia + iso_3166_1: LV + native_name: Latvia + - english_name: Libyan Arab Jamahiriya + iso_3166_1: LY + native_name: Libya + - english_name: Morocco + iso_3166_1: MA + native_name: Morocco + - english_name: Monaco + iso_3166_1: MC + native_name: Monaco + - english_name: Moldova + iso_3166_1: MD + native_name: Moldova + - english_name: Montenegro + iso_3166_1: ME + native_name: Montenegro + - english_name: Madagascar + iso_3166_1: MG + native_name: Madagascar + - english_name: Macedonia + iso_3166_1: MK + native_name: Macedonia + - english_name: Mali + iso_3166_1: ML + native_name: Mali + - english_name: Malta + iso_3166_1: MT + native_name: Malta + - english_name: Mauritius + iso_3166_1: MU + native_name: Mauritius + - english_name: Malawi + iso_3166_1: MW + native_name: Malawi + - english_name: Mexico + iso_3166_1: MX + native_name: Mexico + - english_name: Malaysia + iso_3166_1: MY + native_name: Malaysia + - english_name: Mozambique + iso_3166_1: MZ + native_name: Mozambique + - english_name: Niger + iso_3166_1: NE + native_name: Niger + - english_name: Nigeria + iso_3166_1: NG + native_name: Nigeria + - english_name: Nicaragua + iso_3166_1: NI + native_name: Nicaragua + - english_name: Netherlands + iso_3166_1: NL + native_name: Netherlands + - english_name: Norway + iso_3166_1: 'NO' + native_name: Norway + - english_name: New Zealand + iso_3166_1: NZ + native_name: New Zealand + - english_name: Oman + iso_3166_1: OM + native_name: Oman + - english_name: Panama + iso_3166_1: PA + native_name: Panama + - english_name: Peru + iso_3166_1: PE + native_name: Peru + - english_name: French Polynesia + iso_3166_1: PF + native_name: French Polynesia + - english_name: Papua New Guinea + iso_3166_1: PG + native_name: Papua New Guinea + - english_name: Philippines + iso_3166_1: PH + native_name: Philippines + - english_name: Pakistan + iso_3166_1: PK + native_name: Pakistan + - english_name: Poland + iso_3166_1: PL + native_name: Poland + - english_name: Palestinian Territory + iso_3166_1: PS + native_name: Palestinian Territories + - english_name: Portugal + iso_3166_1: PT + native_name: Portugal + - english_name: Paraguay + iso_3166_1: PY + native_name: Paraguay + - english_name: Qatar + iso_3166_1: QA + native_name: Qatar + - english_name: Romania + iso_3166_1: RO + native_name: Romania + - english_name: Serbia + iso_3166_1: RS + native_name: Serbia + - english_name: Russia + iso_3166_1: RU + native_name: Russia + - english_name: Saudi Arabia + iso_3166_1: SA + native_name: Saudi Arabia + - english_name: Seychelles + iso_3166_1: SC + native_name: Seychelles + - english_name: Sweden + iso_3166_1: SE + native_name: Sweden + - english_name: Singapore + iso_3166_1: SG + native_name: Singapore + - english_name: Slovenia + iso_3166_1: SI + native_name: Slovenia + - english_name: Slovakia + iso_3166_1: SK + native_name: Slovakia + - english_name: San Marino + iso_3166_1: SM + native_name: San Marino + - english_name: Senegal + iso_3166_1: SN + native_name: Senegal + - english_name: El Salvador + iso_3166_1: SV + native_name: El Salvador + - english_name: Turks and Caicos Islands + iso_3166_1: TC + native_name: Turks & Caicos Islands + - english_name: Chad + iso_3166_1: TD + native_name: Chad + - english_name: Thailand + iso_3166_1: TH + native_name: Thailand + - english_name: Tunisia + iso_3166_1: TN + native_name: Tunisia + - english_name: Turkey + iso_3166_1: TR + native_name: Turkey + - english_name: Trinidad and Tobago + iso_3166_1: TT + native_name: Trinidad & Tobago + - english_name: Taiwan + iso_3166_1: TW + native_name: Taiwan + - english_name: Tanzania + iso_3166_1: TZ + native_name: Tanzania + - english_name: Ukraine + iso_3166_1: UA + native_name: Ukraine + - english_name: Uganda + iso_3166_1: UG + native_name: Uganda + - english_name: United States of America + iso_3166_1: US + native_name: United States + - english_name: Uruguay + iso_3166_1: UY + native_name: Uruguay + - english_name: Holy See + iso_3166_1: VA + native_name: Vatican City + - english_name: Venezuela + iso_3166_1: VE + native_name: Venezuela + - english_name: Kosovo + iso_3166_1: XK + native_name: Kosovo + - english_name: Yemen + iso_3166_1: YE + native_name: Yemen + - english_name: South Africa + iso_3166_1: ZA + native_name: South Africa + - english_name: Zambia + iso_3166_1: ZM + native_name: Zambia + - english_name: Zimbabwe + iso_3166_1: ZW + native_name: Zimbabwe + examples: + available regions: + value: + results: + - english_name: Andorra + iso_3166_1: AD + native_name: Andorra + - english_name: United Arab Emirates + iso_3166_1: AE + native_name: United Arab Emirates + - english_name: Antigua and Barbuda + iso_3166_1: AG + native_name: Antigua & Barbuda + - english_name: Albania + iso_3166_1: AL + native_name: Albania + - english_name: Angola + iso_3166_1: AO + native_name: Angola + - english_name: Argentina + iso_3166_1: AR + native_name: Argentina + - english_name: Austria + iso_3166_1: AT + native_name: Austria + - english_name: Australia + iso_3166_1: AU + native_name: Australia + - english_name: Azerbaijan + iso_3166_1: AZ + native_name: Azerbaijan + - english_name: Bosnia and Herzegovina + iso_3166_1: BA + native_name: Bosnia & Herzegovina + - english_name: Barbados + iso_3166_1: BB + native_name: Barbados + - english_name: Belgium + iso_3166_1: BE + native_name: Belgium + - english_name: Burkina Faso + iso_3166_1: BF + native_name: Burkina Faso + - english_name: Bulgaria + iso_3166_1: BG + native_name: Bulgaria + - english_name: Bahrain + iso_3166_1: BH + native_name: Bahrain + - english_name: Bermuda + iso_3166_1: BM + native_name: Bermuda + - english_name: Bolivia + iso_3166_1: BO + native_name: Bolivia + - english_name: Brazil + iso_3166_1: BR + native_name: Brazil + - english_name: Bahamas + iso_3166_1: BS + native_name: Bahamas + - english_name: Belarus + iso_3166_1: BY + native_name: Belarus + - english_name: Belize + iso_3166_1: BZ + native_name: Belize + - english_name: Canada + iso_3166_1: CA + native_name: Canada + - english_name: Congo + iso_3166_1: CD + native_name: Democratic Republic of the Congo (Kinshasa) + - english_name: Switzerland + iso_3166_1: CH + native_name: Switzerland + - english_name: Cote D'Ivoire + iso_3166_1: CI + native_name: Côte d’Ivoire + - english_name: Chile + iso_3166_1: CL + native_name: Chile + - english_name: Cameroon + iso_3166_1: CM + native_name: Cameroon + - english_name: Colombia + iso_3166_1: CO + native_name: Colombia + - english_name: Costa Rica + iso_3166_1: CR + native_name: Costa Rica + - english_name: Cuba + iso_3166_1: CU + native_name: Cuba + - english_name: Cape Verde + iso_3166_1: CV + native_name: Cape Verde + - english_name: Cyprus + iso_3166_1: CY + native_name: Cyprus + - english_name: Czech Republic + iso_3166_1: CZ + native_name: Czech Republic + - english_name: Germany + iso_3166_1: DE + native_name: Germany + - english_name: Denmark + iso_3166_1: DK + native_name: Denmark + - english_name: Dominican Republic + iso_3166_1: DO + native_name: Dominican Republic + - english_name: Algeria + iso_3166_1: DZ + native_name: Algeria + - english_name: Ecuador + iso_3166_1: EC + native_name: Ecuador + - english_name: Estonia + iso_3166_1: EE + native_name: Estonia + - english_name: Egypt + iso_3166_1: EG + native_name: Egypt + - english_name: Spain + iso_3166_1: ES + native_name: Spain + - english_name: Finland + iso_3166_1: FI + native_name: Finland + - english_name: Fiji + iso_3166_1: FJ + native_name: Fiji + - english_name: France + iso_3166_1: FR + native_name: France + - english_name: United Kingdom + iso_3166_1: GB + native_name: United Kingdom + - english_name: French Guiana + iso_3166_1: GF + native_name: French Guiana + - english_name: Ghana + iso_3166_1: GH + native_name: Ghana + - english_name: Gibraltar + iso_3166_1: GI + native_name: Gibraltar + - english_name: Guadaloupe + iso_3166_1: GP + native_name: Guadeloupe + - english_name: Equatorial Guinea + iso_3166_1: GQ + native_name: Equatorial Guinea + - english_name: Greece + iso_3166_1: GR + native_name: Greece + - english_name: Guatemala + iso_3166_1: GT + native_name: Guatemala + - english_name: Guyana + iso_3166_1: GY + native_name: Guyana + - english_name: Hong Kong + iso_3166_1: HK + native_name: Hong Kong SAR China + - english_name: Honduras + iso_3166_1: HN + native_name: Honduras + - english_name: Croatia + iso_3166_1: HR + native_name: Croatia + - english_name: Hungary + iso_3166_1: HU + native_name: Hungary + - english_name: Indonesia + iso_3166_1: ID + native_name: Indonesia + - english_name: Ireland + iso_3166_1: IE + native_name: Ireland + - english_name: Israel + iso_3166_1: IL + native_name: Israel + - english_name: India + iso_3166_1: IN + native_name: India + - english_name: Iraq + iso_3166_1: IQ + native_name: Iraq + - english_name: Iceland + iso_3166_1: IS + native_name: Iceland + - english_name: Italy + iso_3166_1: IT + native_name: Italy + - english_name: Jamaica + iso_3166_1: JM + native_name: Jamaica + - english_name: Jordan + iso_3166_1: JO + native_name: Jordan + - english_name: Japan + iso_3166_1: JP + native_name: Japan + - english_name: Kenya + iso_3166_1: KE + native_name: Kenya + - english_name: South Korea + iso_3166_1: KR + native_name: South Korea + - english_name: Kuwait + iso_3166_1: KW + native_name: Kuwait + - english_name: Lebanon + iso_3166_1: LB + native_name: Lebanon + - english_name: St. Lucia + iso_3166_1: LC + native_name: St. Lucia + - english_name: Liechtenstein + iso_3166_1: LI + native_name: Liechtenstein + - english_name: Lithuania + iso_3166_1: LT + native_name: Lithuania + - english_name: Luxembourg + iso_3166_1: LU + native_name: Luxembourg + - english_name: Latvia + iso_3166_1: LV + native_name: Latvia + - english_name: Libyan Arab Jamahiriya + iso_3166_1: LY + native_name: Libya + - english_name: Morocco + iso_3166_1: MA + native_name: Morocco + - english_name: Monaco + iso_3166_1: MC + native_name: Monaco + - english_name: Moldova + iso_3166_1: MD + native_name: Moldova + - english_name: Montenegro + iso_3166_1: ME + native_name: Montenegro + - english_name: Madagascar + iso_3166_1: MG + native_name: Madagascar + - english_name: Macedonia + iso_3166_1: MK + native_name: Macedonia + - english_name: Mali + iso_3166_1: ML + native_name: Mali + - english_name: Malta + iso_3166_1: MT + native_name: Malta + - english_name: Mauritius + iso_3166_1: MU + native_name: Mauritius + - english_name: Malawi + iso_3166_1: MW + native_name: Malawi + - english_name: Mexico + iso_3166_1: MX + native_name: Mexico + - english_name: Malaysia + iso_3166_1: MY + native_name: Malaysia + - english_name: Mozambique + iso_3166_1: MZ + native_name: Mozambique + - english_name: Niger + iso_3166_1: NE + native_name: Niger + - english_name: Nigeria + iso_3166_1: NG + native_name: Nigeria + - english_name: Nicaragua + iso_3166_1: NI + native_name: Nicaragua + - english_name: Netherlands + iso_3166_1: NL + native_name: Netherlands + - english_name: Norway + iso_3166_1: 'NO' + native_name: Norway + - english_name: New Zealand + iso_3166_1: NZ + native_name: New Zealand + - english_name: Oman + iso_3166_1: OM + native_name: Oman + - english_name: Panama + iso_3166_1: PA + native_name: Panama + - english_name: Peru + iso_3166_1: PE + native_name: Peru + - english_name: French Polynesia + iso_3166_1: PF + native_name: French Polynesia + - english_name: Papua New Guinea + iso_3166_1: PG + native_name: Papua New Guinea + - english_name: Philippines + iso_3166_1: PH + native_name: Philippines + - english_name: Pakistan + iso_3166_1: PK + native_name: Pakistan + - english_name: Poland + iso_3166_1: PL + native_name: Poland + - english_name: Palestinian Territory + iso_3166_1: PS + native_name: Palestinian Territories + - english_name: Portugal + iso_3166_1: PT + native_name: Portugal + - english_name: Paraguay + iso_3166_1: PY + native_name: Paraguay + - english_name: Qatar + iso_3166_1: QA + native_name: Qatar + - english_name: Romania + iso_3166_1: RO + native_name: Romania + - english_name: Serbia + iso_3166_1: RS + native_name: Serbia + - english_name: Russia + iso_3166_1: RU + native_name: Russia + - english_name: Saudi Arabia + iso_3166_1: SA + native_name: Saudi Arabia + - english_name: Seychelles + iso_3166_1: SC + native_name: Seychelles + - english_name: Sweden + iso_3166_1: SE + native_name: Sweden + - english_name: Singapore + iso_3166_1: SG + native_name: Singapore + - english_name: Slovenia + iso_3166_1: SI + native_name: Slovenia + - english_name: Slovakia + iso_3166_1: SK + native_name: Slovakia + - english_name: San Marino + iso_3166_1: SM + native_name: San Marino + - english_name: Senegal + iso_3166_1: SN + native_name: Senegal + - english_name: El Salvador + iso_3166_1: SV + native_name: El Salvador + - english_name: Turks and Caicos Islands + iso_3166_1: TC + native_name: Turks & Caicos Islands + - english_name: Chad + iso_3166_1: TD + native_name: Chad + - english_name: Thailand + iso_3166_1: TH + native_name: Thailand + - english_name: Tunisia + iso_3166_1: TN + native_name: Tunisia + - english_name: Turkey + iso_3166_1: TR + native_name: Turkey + - english_name: Trinidad and Tobago + iso_3166_1: TT + native_name: Trinidad & Tobago + - english_name: Taiwan + iso_3166_1: TW + native_name: Taiwan + - english_name: Tanzania + iso_3166_1: TZ + native_name: Tanzania + - english_name: Ukraine + iso_3166_1: UA + native_name: Ukraine + - english_name: Uganda + iso_3166_1: UG + native_name: Uganda + - english_name: United States of America + iso_3166_1: US + native_name: United States + - english_name: Uruguay + iso_3166_1: UY + native_name: Uruguay + - english_name: Holy See + iso_3166_1: VA + native_name: Vatican City + - english_name: Venezuela + iso_3166_1: VE + native_name: Venezuela + - english_name: Kosovo + iso_3166_1: XK + native_name: Kosovo + - english_name: Yemen + iso_3166_1: YE + native_name: Yemen + - english_name: South Africa + iso_3166_1: ZA + native_name: South Africa + - english_name: Zambia + iso_3166_1: ZM + native_name: Zambia + - english_name: Zimbabwe + iso_3166_1: ZW + native_name: Zimbabwe + /watch/providers/movie: + get: + tags: + - WATCH PROVIDERS + summary: Movie Providers + description: This endpoint get the list of streaming providers we have for movies. + operationId: movieProviders + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/watch_region' + + responses: + '200': + description: movie providers + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=21266 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 01:05:39 GMT + ETag: + schema: + type: string + example: W/"6df27d277e541f1f0733d89ba9935cdf" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 51391527dd8c879c45b44b119905c872.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: GGooZWjMWYxrIONXf63nYNzvVtHaCJky4XUPBGj4qzsIFj59rcuBlQ== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '835' + x-memc-expires: + schema: + type: string + example: '21266' + x-memc-key: + schema: + type: string + example: ffb647608acd9b63c5886b011e492130 + content: + application/json: + schema: + type: object + properties: + results: + type: array + items: + type: object + properties: + display_priorities: + type: object + properties: + AD: + type: number + example: 0 + AE: + type: number + example: 1 + AG: + type: number + example: 0 + AL: + type: number + example: 0 + AO: + type: number + example: 0 + AR: + type: number + example: 3 + AT: + type: number + example: 4 + AU: + type: number + example: 10 + AZ: + type: number + example: 1 + BA: + type: number + example: 0 + BB: + type: number + example: 0 + BE: + type: number + example: 6 + BF: + type: number + example: 0 + BG: + type: number + example: 2 + BH: + type: number + example: 0 + BM: + type: number + example: 0 + BO: + type: number + example: 4 + BR: + type: number + example: 8 + BS: + type: number + example: 0 + BY: + type: number + example: 0 + BZ: + type: number + example: 0 + CA: + type: number + example: 6 + CD: + type: number + example: 1 + CH: + type: number + example: 4 + CI: + type: number + example: 0 + CL: + type: number + example: 3 + CM: + type: number + example: 4 + CO: + type: number + example: 4 + CR: + type: number + example: 5 + CU: + type: number + example: 0 + CV: + type: number + example: 11 + CY: + type: number + example: 0 + CZ: + type: number + example: 4 + DE: + type: number + example: 4 + DK: + type: number + example: 5 + DO: + type: number + example: 0 + DZ: + type: number + example: 0 + EC: + type: number + example: 6 + EE: + type: number + example: 2 + EG: + type: number + example: 2 + ES: + type: number + example: 5 + FI: + type: number + example: 8 + FJ: + type: number + example: 0 + FR: + type: number + example: 4 + GB: + type: number + example: 4 + GF: + type: number + example: 0 + GG: + type: number + example: 0 + GH: + type: number + example: 14 + GI: + type: number + example: 0 + GQ: + type: number + example: 0 + GR: + type: number + example: 2 + GT: + type: number + example: 6 + GY: + type: number + example: 1 + HK: + type: number + example: 4 + HN: + type: number + example: 5 + HR: + type: number + example: 3 + HU: + type: number + example: 3 + ID: + type: number + example: 4 + IE: + type: number + example: 4 + IL: + type: number + example: 24 + IN: + type: number + example: 3 + IQ: + type: number + example: 0 + IS: + type: number + example: 4 + IT: + type: number + example: 4 + JM: + type: number + example: 0 + JO: + type: number + example: 0 + JP: + type: number + example: 6 + KE: + type: number + example: 0 + KR: + type: number + example: 6 + KW: + type: number + example: 0 + LB: + type: number + example: 0 + LC: + type: number + example: 0 + LI: + type: number + example: 0 + LT: + type: number + example: 2 + LU: + type: number + example: 0 + LV: + type: number + example: 2 + LY: + type: number + example: 0 + MA: + type: number + example: 0 + MC: + type: number + example: 0 + MD: + type: number + example: 0 + ME: + type: number + example: 4 + MG: + type: number + example: 4 + MK: + type: number + example: 0 + ML: + type: number + example: 1 + MT: + type: number + example: 0 + MU: + type: number + example: 13 + MW: + type: number + example: 1 + MX: + type: number + example: 2 + MY: + type: number + example: 4 + MZ: + type: number + example: 14 + NE: + type: number + example: 0 + NG: + type: number + example: 0 + NI: + type: number + example: 0 + NL: + type: number + example: 9 + 'NO': + type: number + example: 5 + NZ: + type: number + example: 4 + OM: + type: number + example: 0 + PA: + type: number + example: 0 + PE: + type: number + example: 3 + PF: + type: number + example: 0 + PG: + type: number + example: 0 + PH: + type: number + example: 4 + PK: + type: number + example: 0 + PL: + type: number + example: 2 + PS: + type: number + example: 0 + PT: + type: number + example: 4 + PY: + type: number + example: 5 + QA: + type: number + example: 0 + RO: + type: number + example: 1 + RS: + type: number + example: 0 + RU: + type: number + example: 2 + SA: + type: number + example: 1 + SC: + type: number + example: 0 + SE: + type: number + example: 4 + SG: + type: number + example: 5 + SI: + type: number + example: 25 + SK: + type: number + example: 4 + SM: + type: number + example: 0 + SN: + type: number + example: 0 + SV: + type: number + example: 0 + TC: + type: number + example: 0 + TD: + type: number + example: 5 + TH: + type: number + example: 4 + TN: + type: number + example: 0 + TR: + type: number + example: 8 + TT: + type: number + example: 0 + TW: + type: number + example: 6 + TZ: + type: number + example: 18 + UA: + type: number + example: 2 + UG: + type: number + example: 14 + US: + type: number + example: 6 + UY: + type: number + example: 0 + VA: + type: number + example: 3 + VE: + type: number + example: 4 + XK: + type: number + example: 4 + YE: + type: number + example: 0 + ZA: + type: number + example: 2 + ZM: + type: number + example: 0 + ZW: + type: number + example: 1 + display_priority: + type: number + example: 2 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priorities: + AE: 1 + AR: 3 + AT: 4 + AU: 10 + BE: 6 + BG: 2 + BO: 4 + BR: 8 + BY: 0 + BZ: 0 + CA: 6 + CH: 4 + CL: 3 + CO: 4 + CR: 5 + CV: 11 + CY: 0 + CZ: 4 + DE: 4 + DK: 5 + EC: 6 + EE: 2 + EG: 2 + ES: 5 + FI: 8 + FR: 4 + GB: 4 + GH: 14 + GR: 2 + GT: 6 + HK: 4 + HN: 5 + HU: 3 + ID: 4 + IE: 4 + IL: 24 + IN: 3 + IT: 4 + JP: 6 + LT: 2 + LU: 0 + LV: 2 + MU: 13 + MX: 2 + MY: 4 + MZ: 14 + NI: 0 + NL: 9 + 'NO': 5 + NZ: 4 + PE: 3 + PH: 4 + PL: 2 + PT: 4 + PY: 5 + RU: 2 + SA: 1 + SE: 4 + SG: 5 + SI: 25 + SK: 4 + TH: 4 + TR: 8 + TW: 6 + UA: 2 + UG: 14 + US: 6 + VE: 4 + ZA: 2 + display_priority: 2 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priorities: + AE: 3 + AO: 0 + AR: 4 + AT: 7 + AU: 13 + AZ: 1 + BE: 7 + BF: 0 + BO: 20 + BR: 14 + BY: 1 + BZ: 1 + CA: 8 + CH: 5 + CL: 4 + CO: 3 + CR: 21 + CY: 1 + CZ: 5 + DE: 12 + DK: 6 + EC: 9 + EE: 3 + EG: 4 + ES: 15 + FI: 9 + FR: 7 + GB: 15 + GR: 3 + GT: 21 + HK: 11 + HN: 20 + HR: 3 + HU: 4 + ID: 6 + IE: 7 + IN: 9 + IS: 4 + IT: 7 + JP: 8 + KR: 6 + LT: 3 + LU: 1 + LV: 3 + ML: 1 + MX: 14 + MY: 5 + NI: 1 + NL: 13 + 'NO': 8 + NZ: 6 + PE: 4 + PG: 0 + PH: 5 + PL: 4 + PT: 5 + PY: 20 + RU: 4 + SA: 3 + SE: 9 + SG: 6 + SK: 6 + TH: 5 + TR: 7 + TW: 3 + TZ: 18 + UA: 3 + US: 16 + VE: 3 + ZA: 3 + ZW: 1 + display_priority: 1 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priorities: + US: 37 + display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priorities: + AD: 0 + AE: 0 + AG: 0 + AL: 0 + AO: 4 + AR: 1 + AT: 0 + AU: 1 + AZ: 2 + BA: 0 + BB: 0 + BE: 1 + BG: 0 + BH: 0 + BM: 0 + BO: 0 + BR: 1 + BS: 0 + BY: 5 + BZ: 7 + CA: 0 + CH: 0 + CI: 0 + CL: 1 + CM: 4 + CO: 2 + CR: 0 + CU: 0 + CV: 0 + CY: 7 + CZ: 1 + DE: 0 + DK: 1 + DO: 0 + DZ: 0 + EC: 0 + EE: 0 + EG: 0 + ES: 0 + FI: 1 + FJ: 0 + FR: 0 + GB: 0 + GF: 0 + GG: 0 + GH: 0 + GI: 0 + GQ: 0 + GR: 0 + GT: 0 + HK: 1 + HN: 0 + HR: 0 + HU: 1 + ID: 0 + IE: 0 + IL: 0 + IN: 0 + IQ: 0 + IS: 0 + IT: 0 + JM: 0 + JO: 0 + JP: 0 + KE: 0 + KR: 0 + KW: 0 + LB: 0 + LC: 0 + LI: 0 + LT: 0 + LU: 8 + LV: 0 + LY: 0 + MA: 0 + MC: 0 + MD: 0 + ME: 4 + MG: 4 + MK: 0 + ML: 5 + MT: 0 + MU: 0 + MX: 8 + MY: 1 + MZ: 0 + NE: 0 + NG: 0 + NI: 11 + NL: 0 + 'NO': 1 + NZ: 1 + OM: 0 + PA: 0 + PE: 2 + PF: 0 + PH: 0 + PK: 0 + PL: 1 + PS: 0 + PT: 1 + PY: 0 + QA: 0 + RO: 1 + RS: 0 + SA: 0 + SC: 0 + SE: 1 + SG: 0 + SI: 0 + SK: 1 + SM: 0 + SN: 0 + SV: 0 + TC: 0 + TD: 5 + TH: 1 + TN: 0 + TR: 3 + TT: 0 + TW: 0 + TZ: 0 + UA: 0 + UG: 0 + US: 0 + UY: 0 + VE: 0 + YE: 0 + ZA: 0 + ZM: 0 + ZW: 5 + display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priorities: + AT: 1 + DE: 1 + GB: 2 + JP: 4 + US: 2 + display_priority: 2 + logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg + provider_id: 9 + provider_name: Amazon Prime Video + - display_priorities: + AT: 3 + AU: 12 + BE: 49 + BR: 13 + CA: 59 + DE: 9 + ES: 36 + FR: 40 + GB: 7 + IE: 45 + IN: 43 + IT: 38 + JP: 5 + MX: 7 + NL: 37 + PL: 30 + SE: 43 + US: 5 + display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priorities: + AD: 5 + AE: 4 + AG: 4 + AL: 5 + AO: 2 + AR: 10 + AT: 17 + AU: 23 + BA: 5 + BB: 4 + BE: 11 + BF: 2 + BG: 4 + BH: 4 + BM: 4 + BO: 22 + BR: 12 + BS: 4 + BY: 3 + BZ: 5 + CA: 38 + CD: 1 + CH: 16 + CI: 5 + CL: 10 + CM: 2 + CO: 10 + CR: 23 + CU: 4 + CV: 4 + CY: 5 + CZ: 6 + DE: 27 + DK: 9 + DO: 4 + DZ: 4 + EC: 10 + EE: 4 + EG: 6 + ES: 19 + FI: 11 + FJ: 4 + FR: 21 + GB: 14 + GF: 4 + GG: 4 + GH: 4 + GI: 4 + GQ: 4 + GR: 4 + GT: 23 + GY: 1 + HK: 18 + HN: 22 + HR: 5 + HU: 5 + ID: 9 + IE: 14 + IL: 5 + IN: 10 + IQ: 5 + IS: 6 + IT: 14 + JM: 4 + JO: 4 + JP: 9 + KE: 4 + KR: 7 + KW: 4 + LB: 5 + LC: 4 + LI: 4 + LT: 4 + LU: 6 + LV: 4 + LY: 4 + MA: 4 + MC: 4 + MD: 4 + ME: 2 + MG: 2 + MK: 5 + ML: 3 + MT: 5 + MU: 3 + MW: 1 + MX: 15 + MY: 7 + MZ: 4 + NE: 5 + NG: 5 + NI: 6 + NL: 17 + 'NO': 10 + NZ: 10 + OM: 4 + PA: 4 + PE: 10 + PF: 4 + PG: 2 + PH: 8 + PK: 4 + PL: 6 + PS: 5 + PT: 10 + PY: 22 + QA: 4 + RO: 3 + RS: 5 + RU: 5 + SA: 5 + SC: 4 + SE: 10 + SG: 8 + SI: 5 + SK: 8 + SM: 4 + SN: 4 + SV: 4 + TC: 4 + TD: 3 + TH: 7 + TN: 4 + TR: 9 + TT: 4 + TW: 17 + TZ: 4 + UA: 5 + UG: 4 + US: 66 + UY: 6 + VA: 3 + VE: 7 + YE: 4 + ZA: 6 + ZM: 4 + ZW: 3 + display_priority: 66 + logo_path: /fj9Y8iIMFUC6952HwxbGixTQPb7.jpg + provider_id: 11 + provider_name: MUBI + - display_priorities: + US: 49 + display_priority: 49 + logo_path: /iCHCSuraj6zUKmMYgQhsm8jmoqi.jpg + provider_id: 12 + provider_name: Crackle + - display_priorities: + JP: 1 + US: 7 + display_priority: 7 + logo_path: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg + provider_id: 15 + provider_name: Hulu + - display_priorities: + BR: 16 + display_priority: 16 + logo_path: /jlyafDbXLyNXNNFZbIgB9VrlScW.jpg + provider_id: 19 + provider_name: NetMovies + - display_priorities: + AT: 14 + DE: 18 + display_priority: 18 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + - display_priorities: + AU: 9 + display_priority: 9 + logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: 21 + provider_name: Stan + - display_priorities: + CA: 33 + US: 52 + display_priority: 52 + logo_path: /45lSM3J7Ts4TXTtDv0EuTPL0eH5.jpg + provider_id: 25 + provider_name: Fandor + - display_priorities: + AT: 10 + CH: 10 + DE: 28 + display_priority: 28 + logo_path: /4bKgwiotEIN6wiZNQhQfjp7qPCk.jpg + provider_id: 28 + provider_name: Netzkino + - display_priorities: + AT: 8 + DE: 8 + GB: 11 + IE: 8 + IT: 8 + display_priority: 8 + logo_path: /1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg + provider_id: 29 + provider_name: Sky Go + - display_priorities: + DE: 5 + display_priority: 5 + logo_path: /9r5zFWuYnwjzO1JrNjSbLQwUc3P.jpg + provider_id: 30 + provider_name: WOW + - display_priorities: + AT: 11 + CH: 13 + DE: 22 + display_priority: 22 + logo_path: /m0zZQjEHcp8np3lkMdMZE9QRwjA.jpg + provider_id: 33 + provider_name: Alleskino + - display_priorities: + US: 55 + display_priority: 55 + logo_path: /ctiRpS16dlaTXQBSsiFncMrgWmh.jpg + provider_id: 34 + provider_name: MGM Plus + - display_priorities: + AL: 8 + AT: 9 + BA: 8 + BE: 10 + CH: 9 + CY: 2 + CZ: 33 + DE: 17 + DK: 14 + ES: 6 + FI: 14 + FR: 20 + GB: 5 + GR: 24 + HU: 27 + IE: 11 + IT: 3 + LU: 2 + ME: 0 + MK: 8 + MT: 8 + NL: 15 + 'NO': 14 + PL: 37 + PT: 8 + RO: 23 + RS: 8 + SE: 15 + SI: 8 + SK: 39 + UA: 4 + display_priority: 4 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priorities: + GB: 13 + display_priority: 13 + logo_path: /nc8Tpsr8SqCbsTUogPDD06gGzB3.jpg + provider_id: 38 + provider_name: BBC iPlayer + - display_priorities: + GB: 45 + IE: 10 + IT: 12 + display_priority: 12 + logo_path: /g0E9h3JAeIwmdvxlT73jiEuxdNj.jpg + provider_id: 39 + provider_name: Now TV + - display_priorities: + GB: 21 + display_priority: 21 + logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg + provider_id: 41 + provider_name: ITVX + - display_priorities: + US: 39 + display_priority: 39 + logo_path: /yIKwylTLP1u8gl84Is7FItpYLGL.jpg + provider_id: 43 + provider_name: Starz + - display_priorities: + BR: 4 + display_priority: 4 + logo_path: /9HhIlyFlilVtx0sMTcPbhs5qR31.jpg + provider_id: 47 + provider_name: Looke + - display_priorities: + ZA: 5 + display_priority: 5 + logo_path: /4JswJbaxqZhut2TpJ3IPUBnNdy8.jpg + provider_id: 54 + provider_name: BoxOffice + - display_priorities: + CI: 21 + CM: 0 + DZ: 22 + GH: 8 + GQ: 8 + KE: 8 + LY: 22 + MG: 0 + ML: 0 + MU: 6 + MZ: 8 + NE: 21 + NG: 23 + SC: 7 + SN: 8 + TD: 0 + TZ: 7 + UG: 8 + ZA: 4 + ZM: 8 + ZW: 0 + display_priority: 8 + logo_path: /guv81FtHO7GmnFwwmJA7QmfkSnZ.jpg + provider_id: 55 + provider_name: ShowMax + - display_priorities: + FR: 114 + display_priority: 114 + logo_path: /cAUTwxqoI7zc9XtYr1SMtWZEsXg.jpg + provider_id: 58 + provider_name: Canal VOD + - display_priorities: + FR: 19 + display_priority: 19 + logo_path: /s7mg9n4UHrcdJQL78JmaU6oAdHt.jpg + provider_id: 59 + provider_name: Bbox VOD + - display_priorities: + FR: 11 + display_priority: 11 + logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg + provider_id: 61 + provider_name: Orange VOD + - display_priorities: + ES: 14 + display_priority: 14 + logo_path: /oN6g8QorcoYo3mx4BulU22ghKq4.jpg + provider_id: 62 + provider_name: Atres Player + - display_priorities: + ES: 10 + PT: 27 + display_priority: 27 + logo_path: /kO2SWXvDCHAquaUuTJBuZkTBAuU.jpg + provider_id: 63 + provider_name: Filmin + - display_priorities: + ES: 11 + PT: 28 + display_priority: 28 + logo_path: /ozZU2vSlyL11rFGEkq1HE0yxIJq.jpg + provider_id: 64 + provider_name: Filmin Plus + - display_priorities: + MX: 12 + display_priority: 12 + logo_path: /ivrHpNeP8kIMlYNQ7IzKIigVwc1.jpg + provider_id: 66 + provider_name: Filmin Latino + - display_priorities: + AT: 12 + AU: 17 + BR: 15 + CA: 23 + CH: 6 + DE: 32 + DK: 8 + ES: 18 + FI: 10 + FR: 14 + GB: 18 + IE: 13 + IT: 23 + JP: 7 + MX: 13 + NL: 14 + 'NO': 9 + NZ: 9 + SE: 8 + US: 47 + display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priorities: + NL: 7 + display_priority: 7 + logo_path: /lnOkJKyFl87mzqNebAbE8ADdHoB.jpg + provider_id: 71 + provider_name: Pathé Thuis + - display_priorities: + NL: 6 + display_priority: 6 + logo_path: /qN7uDYanT47WI0MmbwOr5HFFot.jpg + provider_id: 72 + provider_name: Videoland + - display_priorities: + AU: 25 + CA: 21 + GB: 164 + IN: 15 + MX: 16 + US: 44 + display_priority: 44 + logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg + provider_id: 73 + provider_name: Tubi TV + - display_priorities: + AT: 75 + DK: 4 + FI: 4 + GB: 97 + IS: 25 + NL: 4 + 'NO': 4 + PL: 23 + SE: 6 + display_priority: 6 + logo_path: /bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg + provider_id: 76 + provider_name: Viaplay + - display_priorities: + US: 54 + display_priority: 54 + logo_path: /6hFf3sIdmXSAczy3i6tLSmy6gwK.jpg + provider_id: 79 + provider_name: NBC + - display_priorities: + US: 50 + display_priority: 50 + logo_path: /92Kx25Od0habmgRBTqT6XWgwgKt.jpg + provider_id: 80 + provider_name: AMC + - display_priorities: + AU: 22 + display_priority: 22 + logo_path: /68wIIGfS8iE1Vk06mAftEnBiFjJ.jpg + provider_id: 82 + provider_name: tenplay + - display_priorities: + US: 35 + display_priority: 35 + logo_path: /spcwROYevucLluqZZ8Fv75UuTBt.jpg + provider_id: 83 + provider_name: The CW + - display_priorities: + JP: 3 + display_priority: 3 + logo_path: /a5T7vNaGvoeckYO6rQkHolvyYf4.jpg + provider_id: 84 + provider_name: U-NEXT + - display_priorities: + AR: 61 + AU: 27 + CA: 34 + CO: 35 + DK: 14 + GB: 54 + NL: 19 + 'NO': 14 + NZ: 14 + SE: 15 + US: 61 + display_priority: 61 + logo_path: /doCc555FPPgGtuaZJxf9QZVpIp5.jpg + provider_id: 87 + provider_name: Acorn TV + - display_priorities: + KR: 4 + display_priority: 4 + logo_path: /5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg + provider_id: 97 + provider_name: Watcha + - display_priorities: + AU: 33 + CA: 36 + GB: 23 + IE: 12 + NZ: 18 + US: 60 + display_priority: 60 + logo_path: /vEtdiYRPRbDCp1Tcn3BEPF1Ni76.jpg + provider_id: 99 + provider_name: Shudder + - display_priorities: + AT: 18 + AU: 26 + BG: 10 + BO: 11 + CA: 40 + CH: 11 + CR: 9 + DE: 31 + DK: 11 + EE: 5 + ES: 20 + FI: 13 + GB: 28 + GT: 9 + HK: 26 + HN: 8 + HR: 7 + ID: 8 + IE: 15 + IN: 13 + IT: 20 + KR: 8 + LT: 5 + LV: 5 + MX: 17 + MY: 6 + NL: 18 + 'NO': 11 + NZ: 13 + PH: 7 + PL: 12 + PY: 8 + RU: 6 + SE: 11 + SG: 7 + SK: 10 + TH: 6 + TW: 25 + TZ: 13 + US: 64 + ZA: 7 + display_priority: 64 + logo_path: /eKVmLFHW5PeNhuR7Nedd8OIxW2M.jpg + provider_id: 100 + provider_name: GuideDoc + - display_priorities: + GB: 10 + IE: 17 + display_priority: 17 + logo_path: /uMWCgjsGnO5IoQtqxXOjnQA5gt9.jpg + provider_id: 103 + provider_name: Channel 4 + - display_priorities: + IT: 15 + display_priority: 15 + logo_path: /6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg + provider_id: 109 + provider_name: Timvision + - display_priorities: + IT: 16 + display_priority: 16 + logo_path: /tDlGQeD2LaDaHO62itqblktNwmM.jpg + provider_id: 110 + provider_name: Infinity+ + - display_priorities: + HK: 3 + HR: 2 + IS: 3 + SK: 3 + TW: 5 + display_priority: 5 + logo_path: /4smEkH3vlf5V3vo2vwrOQ6Chb35.jpg + provider_id: 113 + provider_name: Ivi + - display_priorities: + RU: 0 + display_priority: 0 + logo_path: /5z8dpQN27kybhn21EVLZcJPpMEo.jpg + provider_id: 115 + provider_name: Okko + - display_priorities: + RU: 1 + display_priority: 1 + logo_path: /dNaqCdDy4wsIzjZoYwvLRiOK4Tx.jpg + provider_id: 116 + provider_name: Amediateka + - display_priorities: + RU: 22 + display_priority: 22 + logo_path: /51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg + provider_id: 117 + provider_name: Kinopoisk + - display_priorities: + AD: 1 + AE: 9 + AG: 1 + AL: 1 + AO: 1 + AR: 2 + AU: 2 + BA: 1 + BB: 1 + BE: 2 + BF: 1 + BG: 1 + BH: 1 + BM: 1 + BO: 1 + BR: 2 + BS: 1 + BY: 2 + BZ: 3 + CA: 3 + CD: 0 + CH: 1 + CI: 1 + CL: 2 + CM: 1 + CO: 1 + CR: 1 + CU: 1 + CV: 1 + CY: 3 + CZ: 2 + DK: 2 + DO: 1 + DZ: 1 + EC: 1 + EE: 1 + EG: 1 + ES: 3 + FI: 2 + FJ: 1 + FR: 2 + GF: 1 + GG: 1 + GH: 1 + GI: 1 + GQ: 1 + GR: 1 + GT: 2 + GY: 0 + HK: 5 + HN: 1 + HR: 1 + HU: 2 + ID: 7 + IE: 1 + IL: 1 + IN: 1 + IQ: 1 + IS: 2 + IT: 2 + JM: 1 + JO: 1 + KE: 1 + KR: 1 + KW: 1 + LB: 1 + LC: 1 + LI: 1 + LT: 1 + LV: 1 + LY: 1 + MA: 1 + MC: 1 + MD: 1 + MG: 1 + MK: 1 + ML: 2 + MT: 1 + MW: 0 + MX: 1 + MY: 9 + MZ: 1 + NE: 1 + NG: 1 + NI: 4 + NL: 1 + 'NO': 2 + NZ: 2 + OM: 1 + PA: 1 + PE: 1 + PF: 1 + PG: 1 + PH: 1 + PK: 1 + PL: 5 + PS: 1 + PT: 2 + PY: 1 + QA: 1 + RO: 2 + RS: 1 + SA: 23 + SC: 1 + SE: 2 + SG: 1 + SI: 1 + SK: 2 + SM: 1 + SN: 1 + SV: 1 + TC: 1 + TD: 2 + TH: 3 + TN: 1 + TR: 6 + TT: 1 + TW: 1 + TZ: 1 + UG: 1 + UY: 1 + VA: 0 + VE: 2 + YE: 1 + ZA: 1 + ZM: 1 + ZW: 2 + display_priority: 2 + logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg + provider_id: 119 + provider_name: Amazon Prime Video + - display_priorities: + GB: 42 + ID: 2 + IN: 5 + MY: 0 + TH: 0 + display_priority: 0 + logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg + provider_id: 122 + provider_name: Hotstar + - display_priorities: + US: 42 + display_priority: 42 + logo_path: /m4KUe3UoTnLgN4g6txYMnBqeUI5.jpg + provider_id: 123 + provider_name: FXNow + - display_priorities: + IN: 65 + display_priority: 65 + logo_path: /hAKPOEwWdjE9evzxByVdF8QUMH3.jpg + provider_id: 124 + provider_name: Bookmyshow + - display_priorities: + AT: 20 + CH: 15 + DE: 16 + GB: 17 + IE: 9 + display_priority: 9 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priorities: + AU: 20 + display_priority: 20 + logo_path: /cR4okiAS0zcXb4ufs3mi4PImXPB.jpg + provider_id: 132 + provider_name: SBS On Demand + - display_priorities: + AT: 15 + CH: 8 + DE: 19 + display_priority: 19 + logo_path: /82hFfWsPYtyskBrnkL8Y36vHcVf.jpg + provider_id: 133 + provider_name: Videobuster + - display_priorities: + AU: 19 + display_priority: 19 + logo_path: /zR1TJmEwssf0ZThB2iByNtZi2Oo.jpg + provider_id: 135 + provider_name: ABC iview + - display_priorities: + FR: 17 + display_priority: 17 + logo_path: /br0wtjMDSjMahkhzn5XAXYWyr3V.jpg + provider_id: 138 + provider_name: FILMO + - display_priorities: + CA: 19 + display_priority: 19 + logo_path: /d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg + provider_id: 140 + provider_name: Cineplex + - display_priorities: + CA: 35 + US: 63 + display_priority: 63 + logo_path: /1Edma9SrJnqkQW3BqFd2rJNHZvX.jpg + provider_id: 143 + provider_name: Sundance Now + - display_priorities: + CA: 14 + display_priority: 14 + logo_path: /7rJJlPpuGz0DV5OLjVW1HzYaFj9.jpg + provider_id: 146 + provider_name: iciTouTV + - display_priorities: + FR: 10 + display_priority: 10 + logo_path: /tmYzlEKeiWStvXwC1QdpXIASpN4.jpg + provider_id: 147 + provider_name: M6+ + - display_priorities: + US: 260 + display_priority: 260 + logo_path: /aEp5AORtajnh2rc7O33ui8pj2um.jpg + provider_id: 148 + provider_name: ABC + - display_priorities: + ES: 7 + display_priority: 7 + logo_path: /f6TRLB3H4jDpFEZ0z2KWSSvu1SB.jpg + provider_id: 149 + provider_name: 'Movistar Plus+ Ficción Total ' + - display_priorities: + CH: 3 + display_priority: 3 + logo_path: /47klot430ytIqldQUUx2avN45Sr.jpg + provider_id: 150 + provider_name: blue TV + - display_priorities: + AU: 8 + CA: 43 + DK: 34 + FI: 36 + 'NO': 36 + SE: 38 + US: 65 + ZA: 22 + display_priority: 65 + logo_path: /d2Kx5XtHcd0DBwVwIe7D3X7Sifp.jpg + provider_id: 151 + provider_name: BritBox + - display_priorities: + US: 57 + display_priority: 57 + logo_path: /xqZSzhIcq8qaAU13rMhVhzDi4T8.jpg + provider_id: 155 + provider_name: History + - display_priorities: + US: 59 + display_priority: 59 + logo_path: /tWq6XvHqPjBW1BZTpf4Nziy8CDD.jpg + provider_id: 157 + provider_name: Lifetime + - display_priorities: + HK: 8 + ID: 3 + MY: 3 + PH: 6 + TH: 22 + display_priority: 22 + logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg + provider_id: 158 + provider_name: Viu + - display_priorities: + HK: 14 + ID: 5 + SG: 4 + TW: 13 + display_priority: 13 + logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg + provider_id: 159 + provider_name: Catchplay + - display_priorities: + ID: 1 + MY: 2 + PH: 3 + TH: 2 + display_priority: 2 + logo_path: /vCTY2WtY1oJ8EKpp0UCz4SRpE4S.jpg + provider_id: 160 + provider_name: iflix + - display_priorities: + AR: 9 + BR: 3 + CL: 9 + CO: 9 + EC: 8 + MX: 24 + PE: 9 + display_priority: 9 + logo_path: /21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg + provider_id: 167 + provider_name: Claro video + - display_priorities: + AT: 16 + AU: 24 + CA: 41 + CH: 18 + DE: 29 + DK: 12 + EE: 6 + GB: 30 + ID: 10 + IE: 16 + IN: 14 + LT: 6 + LV: 6 + MY: 8 + NL: 16 + 'NO': 12 + NZ: 11 + PH: 9 + SE: 12 + SG: 9 + TH: 8 + US: 67 + ZA: 8 + display_priority: 67 + logo_path: /kwVegvKCinXTPuzZmYT1J3i1HJz.jpg + provider_id: 175 + provider_name: Netflix Kids + - display_priorities: + DE: 24 + display_priority: 24 + logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg + provider_id: 178 + provider_name: MagentaTV + - display_priorities: + CA: 31 + display_priority: 31 + logo_path: /dg4Kj9s7N5pZcvJDW6vt5d9j7Uf.jpg + provider_id: 182 + provider_name: Hollywood Suite + - display_priorities: + FR: 78 + display_priority: 78 + logo_path: /8pvjGOr83RSlPwKfYi6e99mOS4.jpg + provider_id: 184 + provider_name: Universal Pictures + - display_priorities: + US: 62 + display_priority: 62 + logo_path: /x2w49qSgz7bU3o3rENO9Yc11OmC.jpg + provider_id: 185 + provider_name: Screambox + - display_priorities: + DE: 178 + display_priority: 178 + logo_path: /f8zvpzThrDhegtxjQwy74D0jLYr.jpg + provider_id: 187 + provider_name: Paramount Pictures + - display_priorities: + AT: 13 + AU: 14 + BE: 8 + CA: 39 + CH: 19 + DE: 20 + DK: 13 + ES: 21 + FI: 7 + FR: 16 + GB: 31 + HK: 28 + HU: 6 + IE: 19 + IT: 22 + MX: 10 + 'NO': 13 + NZ: 7 + PT: 6 + RU: 8 + SE: 14 + TR: 2 + TW: 27 + US: 33 + display_priority: 33 + logo_path: /rMb93u1tBeErSYLv79zSTR07UdO.jpg + provider_id: 188 + provider_name: YouTube Premium + - display_priorities: + GB: 20 + IE: 40 + display_priority: 40 + logo_path: /pXQhPQmlIYsIZD4urWs8Ul8PhA6.jpg + provider_id: 189 + provider_name: Curzon Home Cinema + - display_priorities: + AD: 8 + AL: 9 + AR: 11 + AT: 23 + AU: 36 + BA: 9 + BB: 6 + BE: 14 + BG: 5 + BH: 6 + BM: 6 + BO: 13 + BR: 17 + BS: 6 + CA: 53 + CH: 22 + CI: 7 + CL: 11 + CO: 11 + CR: 7 + CZ: 8 + DE: 42 + DK: 18 + DO: 6 + DZ: 6 + EC: 11 + EE: 9 + EG: 10 + ES: 22 + FI: 17 + FR: 25 + GB: 40 + GF: 6 + GI: 6 + GR: 6 + GT: 7 + HK: 13 + HN: 4 + HR: 9 + HU: 8 + ID: 16 + IE: 20 + IL: 7 + IN: 20 + IQ: 7 + IS: 9 + IT: 26 + JM: 6 + JO: 6 + JP: 11 + KR: 11 + KW: 6 + LB: 7 + LI: 6 + LT: 9 + LV: 9 + LY: 6 + MA: 6 + MC: 6 + MD: 6 + MK: 9 + MT: 9 + MX: 20 + MY: 14 + NE: 7 + NG: 7 + NL: 22 + 'NO': 19 + NZ: 20 + OM: 6 + PA: 6 + PE: 11 + PH: 12 + PL: 9 + PS: 7 + PT: 14 + PY: 6 + QA: 6 + RO: 4 + RS: 9 + RU: 9 + SA: 8 + SE: 19 + SG: 13 + SI: 9 + SK: 12 + SM: 6 + SV: 6 + TH: 12 + TN: 6 + TR: 10 + TW: 12 + TZ: 20 + US: 53 + UY: 8 + VE: 8 + YE: 6 + ZA: 11 + display_priority: 53 + logo_path: /oR1aNm1Qu9jQBkW4VrGPWhqbC3P.jpg + provider_id: 190 + provider_name: Curiosity Stream + - display_priorities: + US: 45 + display_priority: 45 + logo_path: /rcBwnERpNfPfWB5DaSTyEMCZbCA.jpg + provider_id: 191 + provider_name: Kanopy + - display_priorities: + AT: 64 + AU: 21 + CA: 37 + CH: 50 + DE: 15 + FR: 15 + GB: 22 + IN: 12 + PL: 8 + PT: 7 + US: 17 + display_priority: 17 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priorities: + AU: 28 + CA: 28 + ES: 43 + GB: 55 + MX: 41 + US: 96 + display_priority: 96 + logo_path: /1wYmvbAuVZz2JnKvYfYN8Qolnb.jpg + provider_id: 196 + provider_name: AcornTV Amazon Channel + - display_priorities: + AU: 78 + CA: 27 + GB: 36 + US: 95 + display_priority: 95 + logo_path: /tLBLABfFYYETf9Zk8gKEWnjhMai.jpg + provider_id: 197 + provider_name: BritBox Amazon Channel + - display_priorities: + GB: 65 + US: 97 + display_priority: 97 + logo_path: /3eVIcUeRXji5SBV7gEv4f5U4CqV.jpg + provider_id: 199 + provider_name: Fandor Amazon Channel + - display_priorities: + AU: 80 + BR: 97 + CL: 41 + CO: 42 + DE: 35 + ES: 41 + FR: 45 + GB: 37 + IN: 91 + IT: 51 + MX: 95 + US: 94 + display_priority: 94 + logo_path: /a4IDLKjvP5gvq7tNlg2Xw5YyEkI.jpg + provider_id: 201 + provider_name: MUBI Amazon Channel + - display_priorities: + US: 98 + display_priority: 98 + logo_path: /vmXC3D9Kqtt9TEohDEmcaxnLYA5.jpg + provider_id: 202 + provider_name: Screambox Amazon Channel + - display_priorities: + AU: 34 + CA: 29 + GB: 70 + US: 93 + display_priority: 93 + logo_path: /qb6Lj5BhNJavdmRVDzAqAjd4Tj3.jpg + provider_id: 204 + provider_name: Shudder Amazon Channel + - display_priorities: + CA: 25 + GB: 87 + US: 99 + display_priority: 99 + logo_path: /i8PzzzOVJfXWLE1v5Up7nGTWWhp.jpg + provider_id: 205 + provider_name: Sundance Now Amazon Channel + - display_priorities: + US: 27 + display_priority: 27 + logo_path: /wQzSN83BnWVgO7xEh0SeTVqtrFv.jpg + provider_id: 207 + provider_name: The Roku Channel + - display_priorities: + US: 41 + display_priority: 41 + logo_path: /iLjStQKQwzyxXJb3jyNpvDmW9mx.jpg + provider_id: 209 + provider_name: PBS + - display_priorities: + CH: 7 + display_priority: 7 + logo_path: /ytApMa9fThUQUFTn696AeNBrB8f.jpg + provider_id: 210 + provider_name: Sky + - display_priorities: + US: 56 + display_priority: 56 + logo_path: /4cHGd32hhEHmFjDGJcjVEAwFQg0.jpg + provider_id: 211 + provider_name: Freeform + - display_priorities: + AU: 68 + CA: 10 + NZ: 38 + US: 36 + display_priority: 36 + logo_path: /j7D006Uy3UWwZ6G0xH6BMgIWTzH.jpg + provider_id: 212 + provider_name: Hoopla + - display_priorities: + DE: 26 + display_priority: 26 + logo_path: /avItehPq07h5nKCJgwNTxl6OD0y.jpg + provider_id: 219 + provider_name: ARD Mediathek + - display_priorities: + IN: 6 + display_priority: 6 + logo_path: /boMYreJ9JWNDnXiHUfoix4oYhBc.jpg + provider_id: 220 + provider_name: Jio Cinema + - display_priorities: + IT: 18 + display_priority: 18 + logo_path: /cmURKKdS72Ckr52615xvc2JPsJm.jpg + provider_id: 222 + provider_name: Rai Play + - display_priorities: + GB: 16 + display_priority: 16 + logo_path: /nIm8xq1JYgHfusIcDnccEBQkoWp.jpg + provider_id: 224 + provider_name: BFI Player + - display_priorities: + CA: 4 + display_priority: 4 + logo_path: /ewOptMVIYcOadMGGJz8DJueH2bH.jpg + provider_id: 230 + provider_name: Crave + - display_priorities: + AD: 3 + AE: 5 + AG: 2 + AL: 3 + AU: 67 + BA: 3 + BB: 3 + BH: 3 + BM: 3 + BO: 18 + BS: 3 + CI: 3 + CR: 19 + CU: 2 + CV: 2 + DO: 3 + DZ: 3 + EG: 7 + FJ: 2 + GF: 3 + GG: 2 + GH: 2 + GI: 3 + GQ: 2 + GT: 19 + HK: 2 + HN: 18 + HR: 6 + IL: 3 + IN: 7 + IQ: 3 + IS: 7 + JM: 3 + JO: 3 + KE: 2 + KW: 3 + LB: 3 + LC: 2 + LI: 3 + LY: 3 + MA: 3 + MC: 3 + MD: 3 + MK: 3 + MT: 3 + MU: 1 + MY: 24 + MZ: 2 + NE: 3 + NG: 3 + OM: 3 + PA: 3 + PF: 2 + PK: 2 + PS: 3 + PY: 18 + QA: 3 + RS: 3 + SA: 6 + SC: 2 + SG: 24 + SI: 3 + SK: 9 + SM: 3 + SN: 2 + SV: 3 + TC: 2 + TN: 3 + TT: 2 + TW: 4 + TZ: 2 + UG: 2 + UY: 5 + VA: 1 + YE: 3 + ZM: 2 + display_priority: 2 + logo_path: /vPIW5b0ebTLj9bFCZypoBbF8wSl.jpg + provider_id: 232 + provider_name: Zee5 + - display_priorities: + AT: 68 + CH: 53 + DE: 30 + ES: 104 + FR: 12 + GB: 142 + IE: 44 + IT: 105 + PL: 39 + display_priority: 39 + logo_path: /vPZrjHe7wvALuwJEXT2kwYLi0gV.jpg + provider_id: 234 + provider_name: Arte + - display_priorities: + US: 34 + display_priority: 34 + logo_path: /4tJBhJcuF1ZstI5Yqu82G0yroLa.jpg + provider_id: 235 + provider_name: YouTube Free + - display_priorities: + FR: 107 + display_priority: 107 + logo_path: /maeiT4ORBxykOVlaW9gCsLuFPnS.jpg + provider_id: 236 + provider_name: France TV + - display_priorities: + IN: 11 + display_priority: 11 + logo_path: /3973zlBbBXdXxaWqRWzGG2GYxbT.jpg + provider_id: 237 + provider_name: Sony Liv + - display_priorities: + FR: 36 + display_priority: 36 + logo_path: /11Yzww3g6lYZznKrom3cSrKP4St.jpg + provider_id: 239 + provider_name: Universcine + - display_priorities: + AU: 18 + display_priority: 18 + logo_path: /uU4gqmoX0koF8L5yJSlfaaFd9Tz.jpg + provider_id: 246 + provider_name: 7plus + - display_priorities: + US: 68 + display_priority: 68 + logo_path: /4cKdiYEPW1BsWLb9UmNzAyUlD5p.jpg + provider_id: 251 + provider_name: ALLBLK + - display_priorities: + CA: 96 + ES: 8 + US: 9 + display_priority: 9 + logo_path: /9BgaNQRMDvVlji1JBZi6tcfxpKx.jpg + provider_id: 257 + provider_name: fuboTV + - display_priorities: + CA: 22 + US: 40 + display_priority: 40 + logo_path: /yhrtzYd43pFIhRq0ruO8umJPuyn.jpg + provider_id: 258 + provider_name: Criterion Channel + - display_priorities: + US: 71 + display_priority: 71 + logo_path: /7Wo1H7YMmRy7S56sz6HJAMYRdGq.jpg + provider_id: 260 + provider_name: WWE Network + - display_priorities: + US: 69 + display_priority: 69 + logo_path: /z5jtxEEeJEK1kYDqbyXzfquolC9.jpg + provider_id: 268 + provider_name: History Vault + - display_priorities: + NZ: 3 + display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + - display_priorities: + US: 72 + display_priority: 72 + logo_path: /7L4eXQD0yFVDKZ2qwYtxcV5gm6n.jpg + provider_id: 278 + provider_name: Pure Flix + - display_priorities: + AD: 25 + AE: 25 + AG: 10 + AL: 27 + AR: 45 + AT: 57 + AU: 57 + AZ: 4 + BA: 27 + BB: 24 + BE: 41 + BF: 4 + BG: 20 + BH: 36 + BM: 26 + BO: 30 + BR: 11 + BS: 24 + BY: 6 + BZ: 9 + CA: 124 + CD: 2 + CH: 46 + CI: 26 + CL: 30 + CO: 31 + CR: 31 + CV: 12 + CY: 8 + CZ: 27 + DE: 7 + DK: 39 + DO: 28 + DZ: 28 + EC: 30 + EE: 26 + EG: 40 + ES: 73 + FI: 40 + FJ: 10 + FR: 5 + GB: 6 + GF: 28 + GG: 10 + GH: 15 + GI: 26 + GQ: 13 + GR: 22 + GT: 31 + GY: 3 + HK: 37 + HN: 30 + HR: 34 + HU: 25 + ID: 34 + IE: 39 + IL: 26 + IN: 4 + IQ: 35 + IS: 31 + IT: 73 + JM: 23 + JO: 36 + KE: 14 + KR: 29 + KW: 36 + LB: 27 + LC: 10 + LI: 27 + LT: 27 + LU: 9 + LV: 26 + LY: 28 + MA: 27 + MC: 25 + MD: 24 + ME: 5 + MK: 26 + MT: 24 + MU: 14 + MX: 4 + MY: 29 + MZ: 15 + NE: 26 + NG: 29 + NI: 9 + NL: 67 + 'NO': 41 + NZ: 35 + OM: 36 + PA: 29 + PE: 31 + PF: 10 + PG: 4 + PH: 30 + PL: 29 + PS: 27 + PT: 39 + PY: 29 + QA: 36 + RO: 21 + RS: 28 + RU: 28 + SC: 13 + SE: 42 + SG: 29 + SI: 28 + SK: 36 + SM: 27 + SN: 13 + SV: 29 + TC: 10 + TD: 6 + TH: 28 + TN: 28 + TR: 43 + TT: 10 + TW: 37 + TZ: 31 + UA: 7 + UG: 15 + US: 8 + UY: 31 + VE: 27 + XK: 4 + YE: 27 + ZA: 28 + ZM: 13 + display_priority: 28 + logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg + provider_id: 283 + provider_name: Crunchyroll + - display_priorities: + US: 74 + display_priority: 74 + logo_path: /m4ofXxkTOj04N8df5KJGCIjnWii.jpg + provider_id: 284 + provider_name: Lifetime Movie Club + - display_priorities: + DE: 34 + IN: 90 + display_priority: 90 + logo_path: /jhhFTFVWjKVi2JjDYoqoI4dHsmL.jpg + provider_id: 285 + provider_name: BBC Player Amazon Channel + - display_priorities: + DE: 33 + display_priority: 33 + logo_path: /FtIkEXYkqTxKwCwLK79yKJW8i7.jpg + provider_id: 286 + provider_name: ZDF Herzkino Amazon Channel + - display_priorities: + GB: 32 + display_priority: 32 + logo_path: /4SJW6thrCvN6ya2hO6naksfRZDF.jpg + provider_id: 287 + provider_name: BFI Player Amazon Channel + - display_priorities: + US: 75 + display_priority: 75 + logo_path: /ohcwolMl8E743CkS8MnhmJKOlRj.jpg + provider_id: 289 + provider_name: Cinemax Amazon Channel + - display_priorities: + US: 76 + display_priority: 76 + logo_path: /614YTzAiVrSIm7bIVcwg4lIMQr7.jpg + provider_id: 290 + provider_name: Hallmark Movies Now Amazon Channel + - display_priorities: + US: 78 + display_priority: 78 + logo_path: /hTAIgvUnmu1Yv0wFVJRu9KKAPtJ.jpg + provider_id: 291 + provider_name: MZ Choice Amazon Channel + - display_priorities: + US: 73 + display_priority: 73 + logo_path: /lIXDKV7LrZfF3SR2m8EQrMVRI5C.jpg + provider_id: 293 + provider_name: PBS Kids Amazon Channel + - display_priorities: + CA: 24 + US: 77 + display_priority: 77 + logo_path: /xN1vKpcypShJrWmf1t3dyGJM7sO.jpg + provider_id: 294 + provider_name: PBS Masterpiece Amazon Channel + - display_priorities: + US: 283 + display_priority: 283 + logo_path: /6cQvPAFHDOSq3cXPwcCbh3gCpOi.jpg + provider_id: 295 + provider_name: RetroCrush Amazon Channel + - display_priorities: + NL: 5 + display_priority: 5 + logo_path: /ozUfbWZXVdymn8iC3zze0cQPeUi.jpg + provider_id: 297 + provider_name: Ziggo TV + - display_priorities: + AT: 53 + DE: 6 + display_priority: 6 + logo_path: /jmR0t1kjzHcyV7raynzMbF87J9d.jpg + provider_id: 298 + provider_name: RTL+ + - display_priorities: + AR: 27 + AT: 39 + BO: 23 + BR: 37 + CA: 120 + CH: 36 + CL: 23 + CO: 24 + CR: 24 + CZ: 19 + DE: 66 + DK: 35 + DO: 19 + EC: 23 + ES: 37 + FR: 41 + GB: 74 + GT: 24 + HN: 23 + IT: 39 + MX: 38 + NI: 3 + 'NO': 37 + PA: 20 + PE: 24 + PY: 23 + SE: 39 + SV: 20 + US: 81 + UY: 23 + VE: 20 + display_priority: 81 + logo_path: /dB8G41Q6tSL5NBisrIeqByfepBc.jpg + provider_id: 300 + provider_name: Pluto TV + - display_priorities: + AT: 72 + DE: 13 + display_priority: 13 + logo_path: /tDnDBkSLLLQgFb03J9ttQhZQxZs.jpg + provider_id: 304 + provider_name: Joyn + - display_priorities: + CA: 5 + display_priority: 5 + logo_path: /csPQMbeJWY7bjwWruZjtc27xf2l.jpg + provider_id: 305 + provider_name: Crave Starz + - display_priorities: + BR: 10 + display_priority: 10 + logo_path: /7Cg8esVVXOijXAm1f1vrS7jVjcN.jpg + provider_id: 307 + provider_name: Globoplay + - display_priorities: + CZ: 3 + display_priority: 3 + logo_path: /27yD8cEx7qC1lSzaDvFlW4avXyu.jpg + provider_id: 308 + provider_name: O2 TV + - display_priorities: + AD: 4 + AE: 6 + AG: 3 + AL: 4 + AR: 32 + AT: 50 + AU: 29 + BA: 4 + BB: 5 + BE: 34 + BG: 18 + BH: 5 + BM: 5 + BO: 28 + BR: 45 + BS: 5 + CA: 47 + CH: 44 + CI: 4 + CL: 28 + CO: 29 + CR: 29 + CU: 3 + CV: 3 + CZ: 25 + DE: 100 + DK: 38 + DO: 5 + DZ: 5 + EC: 28 + EE: 25 + EG: 11 + ES: 62 + FI: 39 + FJ: 3 + FR: 70 + GB: 96 + GF: 5 + GG: 3 + GH: 3 + GI: 5 + GQ: 3 + GR: 21 + GT: 29 + HK: 10 + HN: 28 + HR: 10 + HU: 23 + ID: 33 + IE: 37 + IL: 4 + IN: 16 + IQ: 4 + IS: 10 + IT: 62 + JM: 5 + JO: 5 + JP: 26 + KE: 3 + KR: 27 + KW: 5 + LB: 4 + LC: 3 + LI: 5 + LT: 26 + LV: 25 + LY: 5 + MA: 5 + MC: 5 + MD: 5 + MK: 4 + MT: 4 + MU: 2 + MX: 45 + MY: 12 + MZ: 3 + NE: 4 + NG: 4 + NL: 46 + 'NO': 39 + NZ: 15 + OM: 5 + PA: 5 + PE: 29 + PF: 3 + PH: 28 + PK: 3 + PL: 28 + PS: 4 + PT: 33 + PY: 27 + QA: 5 + RO: 19 + RS: 4 + RU: 27 + SA: 9 + SC: 3 + SE: 41 + SG: 12 + SI: 4 + SK: 13 + SM: 5 + SN: 3 + SV: 5 + TC: 3 + TH: 27 + TN: 5 + TR: 27 + TT: 3 + TW: 9 + TZ: 3 + UG: 3 + US: 48 + UY: 7 + VA: 2 + VE: 25 + XK: 0 + YE: 5 + ZA: 10 + ZM: 3 + display_priority: 48 + logo_path: /6KEQzITx2RrCAQt5Nw9WrL1OI8z.jpg + provider_id: 309 + provider_name: Sun Nxt + - display_priorities: + AT: 27 + BE: 19 + DE: 50 + FR: 22 + display_priority: 22 + logo_path: /1syoSwH2yIskHUqeOiK9re8AMJC.jpg + provider_id: 310 + provider_name: LaCinetek + - display_priorities: + BE: 4 + display_priority: 4 + logo_path: /acANFKCTLQuvDPjJAb5SnmzJaT6.jpg + provider_id: 311 + provider_name: Be TV Go + - display_priorities: + BE: 5 + display_priority: 5 + logo_path: /gqxv8W54I95K3hNS6UT6sDRe2Az.jpg + provider_id: 312 + provider_name: VRT MAX + - display_priorities: + CA: 44 + display_priority: 44 + logo_path: /a7O0Z1uhFjgGydRrgT6ucBisP4K.jpg + provider_id: 314 + provider_name: CBC Gem + - display_priorities: + AD: 19 + AL: 20 + AR: 26 + AT: 38 + AU: 45 + BA: 20 + BB: 16 + BE: 28 + BH: 17 + BM: 18 + BO: 17 + BR: 36 + BS: 17 + CA: 71 + CH: 34 + CI: 16 + CL: 22 + CO: 23 + CR: 18 + CZ: 18 + DE: 65 + DK: 28 + DO: 17 + DZ: 16 + EC: 22 + EE: 19 + EG: 19 + ES: 35 + FI: 30 + FR: 39 + GB: 59 + GF: 18 + GI: 18 + GR: 16 + GT: 18 + HK: 17 + HN: 17 + HR: 21 + HU: 18 + ID: 28 + IE: 31 + IL: 18 + IN: 18 + IQ: 20 + IS: 22 + IT: 37 + JM: 16 + JO: 17 + JP: 21 + KR: 22 + KW: 18 + LB: 20 + LI: 18 + LT: 20 + LV: 19 + LY: 16 + MA: 16 + MC: 17 + MD: 17 + MK: 19 + MT: 19 + MX: 37 + MY: 23 + NE: 16 + NG: 17 + NL: 36 + 'NO': 31 + NZ: 29 + OM: 17 + PA: 18 + PE: 23 + PH: 23 + PL: 22 + PS: 20 + PT: 25 + PY: 17 + QA: 17 + RO: 14 + RS: 20 + RU: 21 + SA: 18 + SE: 33 + SG: 23 + SI: 20 + SK: 24 + SM: 18 + SV: 18 + TH: 21 + TN: 17 + TR: 21 + TW: 16 + TZ: 29 + US: 147 + UY: 21 + VE: 19 + YE: 18 + ZA: 21 + display_priority: 147 + logo_path: /u7dwMceEbjxd1N3TLEUBILSK2x6.jpg + provider_id: 315 + provider_name: Hoichoi + - display_priorities: + IN: 19 + display_priority: 19 + logo_path: /i7knsL0QgDJyuts5FbfjREUqHvu.jpg + provider_id: 319 + provider_name: Alt Balaji + - display_priorities: + AT: 19 + display_priority: 19 + logo_path: /67FAj8KvIiV5iZMJuPUdMrqMftw.jpg + provider_id: 321 + provider_name: Sky X + - display_priorities: + US: 101 + display_priority: 101 + logo_path: /A95qgiMz6ulV2SxeKcJ5Gc9pqGS.jpg + provider_id: 322 + provider_name: USA Network + - display_priorities: + FI: 5 + display_priority: 5 + logo_path: /nrORhu39C2YjBhx9v8rU8oFlulj.jpg + provider_id: 323 + provider_name: Yle Areena + - display_priorities: + FR: 23 + display_priority: 23 + logo_path: /AboEF9vQyH2AAndLimdO043IzLh.jpg + provider_id: 324 + provider_name: Cinemas a la Demande + - display_priorities: + CA: 45 + display_priority: 45 + logo_path: /xoFyQOXR3qINRsdnCQyd7jGx8Wo.jpg + provider_id: 326 + provider_name: CTV + - display_priorities: + CA: 32 + US: 104 + display_priority: 104 + logo_path: /yFGu4sSzwUMfhwmSsZgez8QhaVl.jpg + provider_id: 331 + provider_name: FlixFling + - display_priorities: + US: 38 + display_priority: 38 + logo_path: /6By0jm0Gr2WMOqUeHWhzRWaMdOo.jpg + provider_id: 332 + provider_name: VUDU Free + - display_priorities: + GB: 35 + display_priority: 35 + logo_path: /5qLpN8ah2FZC8NpYFwRFwxlNjRn.jpg + provider_id: 333 + provider_name: My5 + - display_priorities: + DE: 37 + display_priority: 37 + logo_path: /ni0t0Bj4HRAQ9f6zSv1Bl9MDjLK.jpg + provider_id: 334 + provider_name: Filmtastic Amazon Channel + - display_priorities: + AD: 7 + AL: 7 + AR: 0 + AT: 2 + AU: 0 + BA: 7 + BE: 0 + BG: 16 + BO: 2 + BR: 0 + BZ: 2 + CA: 1 + CH: 2 + CL: 0 + CO: 0 + CR: 2 + CZ: 0 + DE: 2 + DK: 0 + DO: 24 + EC: 2 + EE: 23 + EG: 45 + ES: 1 + FI: 0 + FR: 1 + GB: 1 + GR: 20 + GT: 1 + HK: 32 + HN: 2 + HR: 31 + HU: 0 + IE: 2 + IS: 1 + IT: 1 + JM: 26 + JP: 2 + KR: 2 + LC: 13 + LI: 25 + LT: 24 + LU: 3 + LV: 23 + ME: 1 + MK: 7 + MT: 7 + MX: 0 + NI: 2 + NL: 2 + 'NO': 0 + NZ: 0 + PA: 27 + PE: 0 + PH: 29 + PL: 0 + PT: 0 + PY: 2 + RO: 0 + RS: 7 + SE: 0 + SG: 2 + SI: 7 + SK: 0 + SM: 25 + SV: 27 + TR: 0 + TT: 14 + TW: 2 + US: 1 + UY: 27 + VE: 1 + display_priority: 27 + logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg + provider_id: 337 + provider_name: Disney Plus + - display_priorities: + FI: 6 + display_priority: 6 + logo_path: /c7SqVo4DFrbK3RwhGbxvQ9SRco2.jpg + provider_id: 338 + provider_name: Ruutu + - display_priorities: + AR: 8 + CL: 8 + CO: 8 + EC: 4 + MX: 19 + PE: 8 + display_priority: 8 + logo_path: /tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg + provider_id: 339 + provider_name: MovistarTV + - display_priorities: + DE: 38 + TR: 4 + display_priority: 4 + logo_path: /dqRpKX6vcos334v9huMpNPKHlD8.jpg + provider_id: 341 + provider_name: blutv + - display_priorities: + TR: 5 + display_priority: 5 + logo_path: /ffvIywFtojPQnVwHVmTSZEdemdt.jpg + provider_id: 342 + provider_name: puhutv + - display_priorities: + US: 103 + display_priority: 103 + logo_path: /2AvUqoIHAq2lLxRy2IxOBUgCYef.jpg + provider_id: 343 + provider_name: Bet+ Amazon Channel + - display_priorities: + AD: 18 + AL: 19 + BA: 19 + BB: 17 + BH: 18 + BM: 19 + BS: 18 + CA: 94 + CI: 15 + DE: 40 + DO: 18 + DZ: 17 + EG: 21 + GF: 19 + GI: 19 + HK: 6 + HR: 22 + IL: 17 + IQ: 19 + IS: 23 + JM: 17 + JO: 18 + KW: 19 + LB: 19 + LI: 19 + LY: 17 + MA: 17 + MC: 18 + MD: 18 + MK: 18 + MT: 18 + NE: 15 + NG: 16 + OM: 18 + PA: 19 + PS: 19 + QA: 18 + RS: 19 + SA: 19 + SI: 19 + SK: 25 + SM: 19 + SV: 19 + TN: 18 + TW: 7 + TZ: 14 + US: 105 + UY: 22 + YE: 19 + display_priority: 105 + logo_path: /5L2bwr9DhUg28oSMEPRCNwB2y7B.jpg + provider_id: 344 + provider_name: Rakuten Viki + - display_priorities: + CH: 21 + DE: 39 + display_priority: 39 + logo_path: /yTwdlHzReo6l9HLWrZqEaEUECBt.jpg + provider_id: 349 + provider_name: Kino on Demand + - display_priorities: + AE: 2 + AG: 11 + AR: 5 + AT: 5 + AU: 11 + AZ: 3 + BE: 9 + BG: 3 + BH: 49 + BM: 27 + BO: 3 + BR: 9 + BS: 25 + BY: 2 + BZ: 4 + CA: 7 + CH: 17 + CL: 5 + CO: 5 + CR: 3 + CV: 10 + CY: 4 + CZ: 7 + DE: 3 + DK: 10 + DO: 31 + EC: 7 + EE: 7 + EG: 3 + ES: 2 + FI: 12 + FJ: 11 + FR: 3 + GB: 3 + GH: 13 + GR: 5 + GT: 3 + HK: 16 + HN: 3 + HU: 7 + ID: 12 + IE: 5 + IL: 25 + IN: 2 + IT: 5 + JO: 50 + JP: 10 + KR: 5 + LB: 28 + LT: 7 + LU: 5 + LV: 7 + MD: 25 + MT: 25 + MU: 12 + MX: 3 + MY: 11 + MZ: 13 + NI: 5 + NL: 10 + 'NO': 6 + NZ: 5 + OM: 49 + PA: 25 + PE: 6 + PH: 11 + PL: 3 + PT: 11 + PY: 4 + QA: 49 + RU: 3 + SA: 2 + SE: 5 + SG: 11 + SI: 24 + SK: 5 + SV: 31 + TH: 10 + TT: 11 + TW: 15 + UA: 1 + UG: 13 + US: 3 + VE: 5 + ZA: 9 + display_priority: 9 + logo_path: /2E03IAZsX4ZaUqM7tXlctEPMGWS.jpg + provider_id: 350 + provider_name: Apple TV Plus + - display_priorities: + KR: 3 + display_priority: 3 + logo_path: /hPcjSaWfMwEqXaCMu7Fkb529Dkc.jpg + provider_id: 356 + provider_name: wavve + - display_priorities: + AU: 16 + NZ: 8 + display_priority: 8 + logo_path: /pVoZH9ZMGfrr1Ajk1UD29weO6iA.jpg + provider_id: 357 + provider_name: DocPlay + - display_priorities: + IT: 13 + display_priority: 13 + logo_path: /2hBbMVUI2G4GAGRAD0RZCZqDMUh.jpg + provider_id: 359 + provider_name: Mediaset Infinity + - display_priorities: + NL: 20 + display_priority: 20 + logo_path: /jPNvTunAw7309LeRMT6m3yZy1Lm.jpg + provider_id: 360 + provider_name: NPO Start + - display_priorities: + US: 106 + display_priority: 106 + logo_path: /8SIxng8eznACvCTRsN1FZfd5Ycg.jpg + provider_id: 361 + provider_name: TCM + - display_priorities: + US: 108 + display_priority: 108 + logo_path: /76CvnJAKAPbJuiXYwQGN7PFqOci.jpg + provider_id: 363 + provider_name: TNT + - display_priorities: + US: 111 + display_priority: 111 + logo_path: /mjsNfr0lswbRx9hbEFkgqJkBjFt.jpg + provider_id: 368 + provider_name: IndieFlix + - display_priorities: + AT: 21 + display_priority: 21 + logo_path: /y7gH7FKJEE6LrO5h6wZTHQdmukO.jpg + provider_id: 370 + provider_name: VOD Club + - display_priorities: + EE: 8 + LT: 8 + LV: 8 + display_priority: 8 + logo_path: /1y6ds7KDN5Q33Jb0ZxnroEJ58Gd.jpg + provider_id: 373 + provider_name: Go3 + - display_priorities: + AU: 15 + display_priority: 15 + logo_path: /xoId9luelz6lXMQkzLyJf3ssXTL.jpg + provider_id: 378 + provider_name: 9Now + - display_priorities: + AT: 59 + CH: 40 + CZ: 29 + FR: 6 + NL: 81 + SK: 37 + display_priority: 37 + logo_path: /eBXzkFEupZjKaIKY7zBUaSdCY8I.jpg + provider_id: 381 + provider_name: Canal+ + - display_priorities: + DK: 7 + display_priority: 7 + logo_path: /ddwrbKxlX8n7TasdvrauFijCmEm.jpg + provider_id: 383 + provider_name: TV 2 + - display_priorities: + BE: 68 + GF: 25 + NL: 95 + display_priority: 25 + logo_path: /b8edpTaLCHFrUnhpGQIZJUpFX7T.jpg + provider_id: 384 + provider_name: HBO Max + - display_priorities: + AU: 3 + display_priority: 3 + logo_path: /7QX5OdsQZrXGNBKq9SPzoPV9OYQ.jpg + provider_id: 385 + provider_name: BINGE + - display_priorities: + US: 14 + display_priority: 14 + logo_path: /2aGrp1xw3qhwCYvNGAJZPdjfeeX.jpg + provider_id: 386 + provider_name: Peacock Premium + - display_priorities: + US: 271 + display_priority: 271 + logo_path: /drPlq5beqXtBaP7MNs8W616YRhm.jpg + provider_id: 387 + provider_name: Peacock Premium Plus + - display_priorities: + BE: 18 + CH: 14 + DE: 153 + NL: 12 + display_priority: 12 + logo_path: /jzWBemDX69VRYhudQA44IESMxQ1.jpg + provider_id: 389 + provider_name: Sooner + - display_priorities: + AT: 22 + CH: 20 + DE: 38 + display_priority: 20 + logo_path: /jAwT86Q0H9U8RESR3zR2FVKe83D.jpg + provider_id: 392 + provider_name: wedotv + - display_priorities: + AD: 2 + AL: 2 + BA: 2 + BB: 2 + BH: 2 + BM: 2 + BS: 2 + CI: 2 + DO: 2 + DZ: 2 + EG: 5 + ES: 16 + GF: 2 + GI: 2 + HR: 4 + IL: 2 + IQ: 2 + IS: 5 + JM: 2 + JO: 2 + KW: 2 + LB: 2 + LI: 2 + LY: 2 + MA: 2 + MC: 2 + MD: 2 + MK: 2 + MT: 2 + NE: 2 + NG: 2 + OM: 2 + PA: 2 + PS: 2 + QA: 2 + RS: 2 + SA: 4 + SI: 2 + SK: 7 + SM: 2 + SV: 2 + TN: 2 + TW: 10 + TZ: 19 + UY: 4 + YE: 2 + display_priority: 2 + logo_path: /ozMgkAAoi6aDI5ce8KKA2k8TGvB.jpg + provider_id: 393 + provider_name: FlixOlé + - display_priorities: + NZ: 12 + display_priority: 12 + logo_path: /wbqJss5NNebssp5RBkAdxIHecv2.jpg + provider_id: 395 + provider_name: TVNZ + - display_priorities: + NL: 19 + display_priority: 19 + logo_path: /uYJwhSwKHy1BahLwm3KnjP7ajgt.jpg + provider_id: 396 + provider_name: Film1 + - display_priorities: + US: 110 + display_priority: 110 + logo_path: /jfXLhMzHHmBYrtE9ZaW7as2RA98.jpg + provider_id: 397 + provider_name: BBC America + - display_priorities: + DE: 158 + FR: 24 + display_priority: 158 + logo_path: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg + provider_id: 415 + provider_name: Animation Digital Network + - display_priorities: + US: 119 + display_priority: 119 + logo_path: /kiNWL1wGBg3z2FBXJcd8R8MaZrV.jpg + provider_id: 417 + provider_name: Here TV + - display_priorities: + AT: 73 + DE: 41 + display_priority: 41 + logo_path: /5aHLriu21FRDGlxY5zbzyEuoSvA.jpg + provider_id: 421 + provider_name: Joyn Plus + - display_priorities: + DK: 16 + FI: 15 + 'NO': 16 + SE: 16 + display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priorities: + DK: 17 + FI: 16 + 'NO': 17 + SE: 17 + display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + - display_priorities: + CA: 85 + US: 83 + display_priority: 83 + logo_path: /iCV9oPBeoLDC5okFRZEgQkx7je0.jpg + provider_id: 430 + provider_name: HiDive + - display_priorities: + 'NO': 18 + display_priority: 18 + logo_path: /tpfmd22xEapb1aW2gzjSM5104rx.jpg + provider_id: 431 + provider_name: TV 2 Play + - display_priorities: + GB: 41 + US: 122 + display_priority: 122 + logo_path: /wCKOLlsilq4I0Iv1NSJTToPEQAo.jpg + provider_id: 432 + provider_name: Flix Premiere + - display_priorities: + CA: 50 + US: 89 + display_priority: 89 + logo_path: /jxavsObOHN6UqlbuZQ1UpVRVv6X.jpg + provider_id: 433 + provider_name: OVID + - display_priorities: + AU: 30 + display_priority: 30 + logo_path: /hP3ymMLPyvxUCA1ODfIHJ4pu3c2.jpg + provider_id: 434 + provider_name: OzFlix + - display_priorities: + SE: 18 + display_priority: 18 + logo_path: /vyu1bwP7H0p7B8BLB3QRwHVmvlA.jpg + provider_id: 435 + provider_name: Draken Films + - display_priorities: + AU: 31 + HK: 0 + display_priority: 0 + logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg + provider_id: 436 + provider_name: Fetch TV + - display_priorities: + IN: 17 + display_priority: 17 + logo_path: /pMTVKAUyjMb0xdMnHqfNj73MGH6.jpg + provider_id: 437 + provider_name: Hungama Play + - display_priorities: + US: 90 + display_priority: 90 + logo_path: /qesugDq8sUCixmOOsqDM1xAnBYz.jpg + provider_id: 438 + provider_name: Chai Flicks + - display_priorities: + US: 88 + display_priority: 88 + logo_path: /y9jFndski0fRO4MHh3yg5PIL9ZI.jpg + provider_id: 439 + provider_name: Shout! Factory TV + - display_priorities: + NZ: 19 + display_priority: 19 + logo_path: /vcsLhyNRm528LzfVqQJDddusP27.jpg + provider_id: 440 + provider_name: ThreeNow + - display_priorities: + CA: 51 + display_priority: 51 + logo_path: /zwTo48JWc9FNCgJ1ADPAfkhYUuA.jpg + provider_id: 441 + provider_name: NFB + - display_priorities: + 'NO': 15 + display_priority: 15 + logo_path: /teyfWuW8nS8wsk6rVXIbynrxIX6.jpg + provider_id: 442 + provider_name: NRK TV + - display_priorities: + DK: 15 + display_priority: 15 + logo_path: /eRRc8n7fzQewjh15d2fao45Xxvi.jpg + provider_id: 443 + provider_name: Filmstriben + - display_priorities: + AD: 15 + AL: 16 + AR: 22 + AT: 34 + AU: 42 + BA: 16 + BB: 12 + BE: 24 + BG: 8 + BH: 13 + BM: 14 + BO: 9 + BR: 32 + BS: 13 + CA: 68 + CH: 31 + CI: 12 + CL: 19 + CO: 20 + CR: 11 + CZ: 15 + DE: 62 + DK: 25 + DO: 13 + DZ: 13 + EC: 19 + EE: 16 + ES: 32 + FI: 27 + FR: 35 + GB: 56 + GF: 14 + GI: 14 + GR: 13 + GT: 11 + HK: 21 + HN: 10 + HR: 16 + HU: 15 + ID: 24 + IE: 28 + IL: 14 + IN: 37 + IQ: 16 + IS: 17 + IT: 34 + JM: 12 + JO: 13 + JP: 18 + KR: 19 + KW: 14 + LB: 16 + LI: 14 + LT: 17 + LV: 16 + LY: 13 + MA: 13 + MC: 13 + MD: 13 + MK: 15 + MT: 15 + MX: 33 + MY: 20 + NE: 12 + NG: 13 + NL: 33 + 'NO': 27 + NZ: 26 + OM: 13 + PA: 14 + PE: 20 + PH: 20 + PL: 19 + PS: 16 + PT: 22 + PY: 10 + QA: 13 + RO: 11 + RS: 16 + RU: 16 + SE: 30 + SG: 20 + SI: 16 + SK: 19 + SM: 14 + SV: 14 + TH: 18 + TN: 14 + TR: 18 + TW: 20 + TZ: 21 + US: 87 + UY: 17 + VE: 16 + YE: 14 + ZA: 18 + display_priority: 87 + logo_path: /x6nRFzF32hCzMHaVM4RHRo7lsgS.jpg + provider_id: 444 + provider_name: Dekkoo + - display_priorities: + CA: 52 + US: 86 + display_priority: 86 + logo_path: /5zUnCq0pvixEtQafzOBBWqxNRvX.jpg + provider_id: 446 + provider_name: Retrocrush + - display_priorities: + BR: 18 + display_priority: 18 + logo_path: /gBYz3cTgDPRoRFOCS4gG9BNPJdX.jpg + provider_id: 447 + provider_name: Belas Artes à La Carte + - display_priorities: + AU: 32 + NZ: 17 + display_priority: 17 + logo_path: /mKHumLTIy1SmihWSVqN9iPxFnqf.jpg + provider_id: 448 + provider_name: Beamafilm + - display_priorities: + CA: 49 + display_priority: 49 + logo_path: /o2qiZykonJuLglxwBbtUbHu4wIO.jpg + provider_id: 449 + provider_name: Global TV + - display_priorities: + NL: 21 + display_priority: 21 + logo_path: /mj1iZQtWmq9s0LmPhZ7KjUtgVja.jpg + provider_id: 451 + provider_name: Picl + - display_priorities: + PT: 15 + display_priority: 15 + logo_path: /9HQD7iNLyJQYhEq3Z9blyn7P4Vk.jpg + provider_id: 452 + provider_name: RTPplay + - display_priorities: + US: 85 + display_priority: 85 + logo_path: /zOWoxUMmGW0OfDFAQsCosho2PZz.jpg + provider_id: 455 + provider_name: Night Flight Plus + - display_priorities: + ES: 23 + display_priority: 23 + logo_path: /273VHxSrDdEwLTXJrsnE6yJMqNZ.jpg + provider_id: 456 + provider_name: 'Mitele ' + - display_priorities: + AR: 12 + BO: 21 + CL: 32 + CO: 12 + CR: 22 + DO: 30 + EC: 12 + GT: 22 + HN: 21 + MX: 22 + NI: 12 + PA: 10 + PE: 12 + PY: 21 + SV: 10 + US: 84 + UY: 13 + VE: 9 + display_priority: 84 + logo_path: /jwRPknT20dfU1GeVqbcDXFyvtdG.jpg + provider_id: 457 + provider_name: 'VIX ' + - display_priorities: + BE: 16 + display_priority: 16 + logo_path: /gdqGg9TIzmQQBmkG8bljY20KX0z.jpg + provider_id: 461 + provider_name: RTBF Auvio + - display_priorities: + FI: 18 + display_priority: 18 + logo_path: /27Zotk8HAfHk7qPz9x6DWWhOpb7.jpg + provider_id: 463 + provider_name: Kirjastokino + - display_priorities: + AR: 14 + AU: 66 + BR: 113 + CA: 30 + CL: 12 + CO: 14 + EC: 13 + ES: 96 + FJ: 12 + GB: 134 + IE: 42 + MX: 11 + NZ: 36 + PE: 14 + PF: 11 + PG: 5 + PT: 58 + US: 15 + VE: 11 + display_priority: 15 + logo_path: /hwsU65QW7A4dbMEWkDpgHyCNcfS.jpg + provider_id: 464 + provider_name: Kocowa + - display_priorities: + ID: 14 + display_priority: 14 + logo_path: /rvHcdDDyfuFRD2C4mLkTUtKk2CS.jpg + provider_id: 466 + provider_name: Bioskop Online + - display_priorities: + AR: 14 + CL: 12 + CO: 13 + MX: 25 + PE: 13 + UY: 9 + display_priority: 9 + logo_path: /nr5UBW4IGKgBwmhpTMOfcvnX2vX.jpg + provider_id: 467 + provider_name: DIRECTV GO + - display_priorities: + ID: 15 + display_priority: 15 + logo_path: /o506FcbahVPxvVcsSA5dFLj9drV.jpg + provider_id: 468 + provider_name: genflix + - display_priorities: + CA: 54 + display_priority: 54 + logo_path: /cQjWvOiKRPeSuWRNGegcBjyqVbR.jpg + provider_id: 469 + provider_name: Club Illico + - display_priorities: + NL: 23 + display_priority: 23 + logo_path: /88ssxWDyhabjrwSrbSf87nCDK2y.jpg + provider_id: 472 + provider_name: NLZIET + - display_priorities: + BR: 20 + GB: 43 + MX: 26 + US: 125 + display_priority: 125 + logo_path: /llQ8zV50Wqh4gYCYfr52R1b9gfD.jpg + provider_id: 473 + provider_name: Revry + - display_priorities: + IN: 22 + display_priority: 22 + logo_path: /ec3kgfQ6YXbT3AFRh8bkQZQFLb2.jpg + provider_id: 474 + provider_name: ShemarooMe + - display_priorities: + AR: 15 + AT: 25 + AU: 35 + BE: 17 + BG: 7 + BH: 9 + BM: 9 + BO: 8 + BR: 21 + BS: 9 + CA: 55 + CH: 23 + CL: 13 + CO: 14 + CR: 12 + CZ: 10 + DE: 44 + DK: 19 + DO: 9 + DZ: 9 + EC: 13 + EE: 11 + ES: 24 + FI: 19 + FR: 27 + GB: 44 + GF: 9 + GI: 9 + GR: 8 + GT: 12 + HN: 11 + HR: 12 + HU: 10 + ID: 19 + IE: 22 + IN: 23 + IS: 12 + IT: 27 + JO: 9 + JP: 13 + KR: 13 + KW: 9 + LI: 9 + LT: 11 + LV: 11 + LY: 9 + MA: 9 + MC: 9 + MD: 9 + MX: 27 + MY: 15 + NL: 24 + 'NO': 20 + NZ: 21 + OM: 9 + PA: 9 + PE: 14 + PH: 14 + PL: 10 + PT: 16 + PY: 11 + QA: 9 + RO: 6 + RU: 11 + SE: 21 + SG: 15 + SK: 15 + SM: 9 + SV: 9 + TH: 13 + TN: 9 + TR: 13 + TW: 28 + TZ: 22 + US: 126 + UY: 12 + VE: 11 + YE: 9 + ZA: 13 + display_priority: 126 + logo_path: /5zqbck5mo8PuVbGu2ngBUdn5Yga.jpg + provider_id: 475 + provider_name: DOCSVILLE + - display_priorities: + IN: 21 + display_priority: 21 + logo_path: /ymlo2k6RlX0zF5Te1AYwXRQ7Pra.jpg + provider_id: 476 + provider_name: EPIC ON + - display_priorities: + BR: 24 + display_priority: 24 + logo_path: /vPqYxDMMtoHlYg8ZzEXS5S6y6iQ.jpg + provider_id: 477 + provider_name: GOSPEL PLAY + - display_priorities: + AR: 17 + BR: 23 + display_priority: 23 + logo_path: /sYVlH6nNSaR2syC0sjkxErwOOjx.jpg + provider_id: 478 + provider_name: History Play + - display_priorities: + DE: 43 + display_priority: 43 + logo_path: /ntvIffmJe7ZO1SSobwSx8ABAZFG.jpg + provider_id: 479 + provider_name: Home of Horror + - display_priorities: + DE: 45 + display_priority: 45 + logo_path: /eptSSZPhXJllBI8QywFDmgOMNkU.jpg + provider_id: 480 + provider_name: Filmtastic + - display_priorities: + DE: 46 + display_priority: 46 + logo_path: /eBt8WXNGuJGBgQ28W88Y3eTAWsD.jpg + provider_id: 481 + provider_name: ArthouseCNMA + - display_priorities: + IN: 26 + display_priority: 26 + logo_path: /tFkqZYsDhNe6hJCx50Aw6oma24w.jpg + provider_id: 482 + provider_name: ManoramaMax + - display_priorities: + ID: 18 + display_priority: 18 + logo_path: /zDSJn28xTG4f6h2yxZ6UmCPvZ8j.jpg + provider_id: 483 + provider_name: MAX Stream + - display_priorities: + BR: 25 + display_priority: 25 + logo_path: /7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg + provider_id: 484 + provider_name: Claro tv+ + - display_priorities: + US: 128 + display_priority: 128 + logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg + provider_id: 486 + provider_name: Spectrum On Demand + - display_priorities: + CA: 56 + display_priority: 56 + logo_path: /yQhSfwOzTF9EATdq47LlRFghmiO.jpg + provider_id: 488 + provider_name: tvo + - display_priorities: + ID: 17 + display_priority: 17 + logo_path: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg + provider_id: 489 + provider_name: Vidio + - display_priorities: + AR: 16 + display_priority: 16 + logo_path: /21uSo4VQUdEmeA6RJ6gPSRwusbt.jpg + provider_id: 491 + provider_name: CINE + - display_priorities: + SE: 20 + display_priority: 20 + logo_path: /oBdaG066fB5O7XYrYKQflOZvd89.jpg + provider_id: 493 + provider_name: SVT + - display_priorities: + FI: 44 + 'NO': 43 + SE: 24 + display_priority: 24 + logo_path: /w1V9hzBaRlkpISBWhCv676kI8Mp.jpg + provider_id: 496 + provider_name: Cineasterna + - display_priorities: + SE: 22 + display_priority: 22 + logo_path: /jy4yvY3szonb0p6rtMXvF5stuX9.jpg + provider_id: 497 + provider_name: Tele2 Play + - display_priorities: + BR: 22 + display_priority: 22 + logo_path: /rXNXvz2096ri69ZlZsFwKxZYJsS.jpg + provider_id: 499 + provider_name: Oldflix + - display_priorities: + IN: 24 + display_priority: 24 + logo_path: /5VLMQDq6LWfftQCl7sYrtTseXRA.jpg + provider_id: 502 + provider_name: Tata Play + - display_priorities: + US: 129 + display_priority: 129 + logo_path: /pPoqVHcko7XoCRrPus4boDW90uM.jpg + provider_id: 503 + provider_name: Hi-YAH + - display_priorities: + PL: 11 + display_priority: 11 + logo_path: /jhMNVBV2UocEGepRkr9oFPD7Gpb.jpg + provider_id: 505 + provider_name: Player + - display_priorities: + US: 123 + display_priority: 123 + logo_path: /cZvP3XsDKlHFhNIyHYCVPStXT5l.jpg + provider_id: 506 + provider_name: TBS + - display_priorities: + US: 130 + display_priority: 130 + logo_path: /mMJ6AQUpHDsD5s2Q2dnbpX1NFwp.jpg + provider_id: 507 + provider_name: tru TV + - display_priorities: + US: 131 + display_priority: 131 + logo_path: /d8HzRaIa5aGE5mJB1SsIA9hODdx.jpg + provider_id: 508 + provider_name: DisneyNOW + - display_priorities: + IN: 25 + display_priority: 25 + logo_path: /eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg + provider_id: 510 + provider_name: Discovery+ + - display_priorities: + BO: 19 + CR: 20 + EG: 8 + GT: 20 + HK: 7 + HN: 19 + HR: 8 + IS: 8 + PH: 15 + PY: 19 + SA: 7 + SK: 11 + TW: 8 + TZ: 23 + display_priority: 23 + logo_path: /nHxedyutqerk1yWBsc17mF8gteZ.jpg + provider_id: 511 + provider_name: iWantTFC + - display_priorities: + FR: 28 + display_priority: 28 + logo_path: /qwRq7klF8EijYs7XgvxSaYd6v6w.jpg + provider_id: 513 + provider_name: Shadowz + - display_priorities: + CA: 58 + US: 124 + display_priority: 124 + logo_path: /jCgWMxqGaq0h0VOxyJPfQdTqmii.jpg + provider_id: 514 + provider_name: AsianCrush + - display_priorities: + IN: 27 + display_priority: 27 + logo_path: /ayHY6wKxvCKj2PU8eRPFxnPc6B0.jpg + provider_id: 515 + provider_name: MX Player + - display_priorities: + CA: 60 + display_priority: 60 + logo_path: /ss6JfWLwwrIjO1AfEsBy8GYM1EU.jpg + provider_id: 516 + provider_name: Noovo + - display_priorities: + SE: 23 + display_priority: 23 + logo_path: /sgws7qaFHYTEeYhc8RCjZ5D7IlH.jpg + provider_id: 517 + provider_name: TriArt Play + - display_priorities: + AD: 9 + AL: 10 + AR: 13 + AT: 26 + AU: 37 + BA: 10 + BB: 8 + BE: 15 + BH: 8 + BM: 8 + BO: 15 + BR: 19 + BS: 8 + CA: 61 + CH: 25 + CI: 9 + CL: 14 + CO: 15 + CR: 16 + CZ: 9 + DE: 49 + DK: 20 + DO: 8 + DZ: 8 + EC: 14 + EE: 10 + EG: 12 + ES: 25 + FI: 20 + FR: 26 + GB: 46 + GF: 8 + GI: 8 + GR: 7 + GT: 16 + HK: 27 + HN: 15 + HR: 11 + HU: 9 + ID: 13 + IE: 21 + IL: 8 + IN: 28 + IQ: 8 + IS: 11 + IT: 28 + JM: 8 + JO: 8 + JP: 12 + KR: 12 + KW: 8 + LB: 8 + LI: 8 + LT: 10 + LV: 10 + LY: 8 + MA: 8 + MC: 8 + MD: 8 + MK: 10 + MT: 10 + MX: 28 + MY: 13 + NE: 9 + NG: 9 + NL: 26 + 'NO': 21 + NZ: 16 + OM: 8 + PA: 8 + PE: 15 + PH: 13 + PL: 13 + PS: 8 + PT: 17 + PY: 15 + QA: 8 + RO: 5 + RS: 10 + RU: 10 + SA: 10 + SE: 25 + SG: 14 + SI: 10 + SK: 14 + SM: 8 + SV: 8 + TH: 11 + TN: 8 + TR: 12 + TW: 26 + TZ: 24 + US: 79 + UY: 11 + VE: 10 + YE: 8 + ZA: 12 + display_priority: 79 + logo_path: /k2YgZyxij5RcnS1qqUYEUrJB4oQ.jpg + provider_id: 521 + provider_name: Spamflix + - display_priorities: + AT: 24 + CH: 24 + DE: 47 + display_priority: 47 + logo_path: /3kmmwlTET45ryW7azWfFJ0Piwll.jpg + provider_id: 522 + provider_name: Popcorntimes + - display_priorities: + AT: 55 + DE: 112 + DK: 42 + ES: 38 + FI: 32 + GB: 82 + IE: 38 + IT: 24 + NL: 39 + 'NO': 32 + SE: 34 + display_priority: 34 + logo_path: /bPW3J8KlLrot95sLzadnpzVe61f.jpg + provider_id: 524 + provider_name: Discovery+ + - display_priorities: + CA: 57 + display_priority: 57 + logo_path: /7wADjxAylhGGqWYNz86jGOQSoZG.jpg + provider_id: 525 + provider_name: Knowledge Network + - display_priorities: + AU: 53 + CA: 91 + NZ: 34 + US: 31 + display_priority: 31 + logo_path: /ovmu6uot1XVvsemM2dDySXLiX57.jpg + provider_id: 526 + provider_name: AMC+ + - display_priorities: + AU: 54 + CA: 90 + ES: 74 + US: 26 + display_priority: 26 + logo_path: /2ino0WmHA4GROB7NYKzT6PGqLcb.jpg + provider_id: 528 + provider_name: AMC+ Amazon Channel + - display_priorities: + CA: 62 + GB: 24 + US: 133 + display_priority: 133 + logo_path: /wAuMUrRTVaJ2CZ4ZpyQbayZx0iU.jpg + provider_id: 529 + provider_name: ARROW + - display_priorities: + AR: 7 + AT: 51 + AU: 5 + BO: 5 + BR: 6 + CA: 11 + CH: 45 + CL: 6 + CO: 7 + CR: 6 + DE: 11 + DO: 25 + EC: 3 + FR: 76 + GB: 8 + GT: 5 + HN: 6 + IE: 6 + IT: 9 + MX: 9 + NI: 13 + PA: 31 + PE: 5 + PY: 3 + SV: 26 + US: 18 + UY: 2 + VE: 6 + display_priority: 6 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 531 + provider_name: Paramount Plus + - display_priorities: + AD: 11 + AL: 12 + BA: 12 + BB: 9 + BH: 10 + BM: 10 + BS: 10 + CA: 93 + CI: 8 + DO: 10 + DZ: 10 + EG: 16 + GF: 10 + GI: 10 + HK: 22 + HR: 17 + IN: 29 + IQ: 12 + IS: 18 + JM: 9 + JO: 10 + KW: 10 + LB: 12 + LI: 10 + LY: 10 + MA: 10 + MC: 10 + MD: 10 + NE: 8 + NG: 8 + OM: 10 + PA: 11 + PS: 12 + QA: 10 + RS: 12 + SA: 14 + SI: 12 + SK: 20 + SM: 10 + SV: 11 + TN: 10 + TW: 21 + TZ: 30 + US: 155 + UY: 14 + YE: 10 + display_priority: 155 + logo_path: /8WerMI8XcZXqPpkHTZNtzMzousF.jpg + provider_id: 532 + provider_name: aha + - display_priorities: + AT: 28 + DE: 51 + display_priority: 51 + logo_path: /9MABvFilVMUAV86vLUgBgeM5LQQ.jpg + provider_id: 533 + provider_name: Amazon Arthaus Channel + - display_priorities: + AD: 6 + AL: 6 + BA: 6 + BB: 7 + BH: 7 + BM: 7 + BS: 7 + CI: 6 + DO: 7 + DZ: 7 + EG: 13 + GF: 7 + GI: 7 + HK: 23 + HR: 13 + IL: 6 + IQ: 6 + IS: 14 + JM: 7 + JO: 7 + KW: 7 + LB: 6 + LI: 7 + LY: 7 + MA: 7 + MC: 7 + MD: 7 + MK: 6 + MT: 6 + NE: 6 + NG: 6 + OM: 7 + PA: 7 + PS: 6 + QA: 7 + RS: 6 + SA: 11 + SI: 6 + SK: 16 + SM: 7 + SV: 7 + TN: 7 + TW: 22 + TZ: 28 + UY: 10 + YE: 7 + display_priority: 7 + logo_path: /jQMOpRluniNQSEp6V7IvtKxXMW.jpg + provider_id: 534 + provider_name: Argo + - display_priorities: + AT: 29 + CH: 26 + DE: 53 + display_priority: 53 + logo_path: /ugus0p8BGGhE8sxhwAjJz2o8jyy.jpg + provider_id: 537 + provider_name: ZDF + - display_priorities: + AD: 26 + AG: 13 + AL: 28 + AO: 5 + AR: 61 + AT: 63 + AU: 46 + AZ: 5 + BA: 28 + BB: 26 + BE: 64 + BF: 5 + BG: 21 + BM: 28 + BO: 33 + BR: 84 + BS: 27 + BY: 7 + BZ: 11 + CA: 86 + CH: 49 + CI: 27 + CL: 33 + CM: 5 + CO: 34 + CR: 33 + CV: 13 + CY: 9 + CZ: 32 + DE: 55 + DK: 41 + DO: 33 + DZ: 29 + EC: 32 + EE: 27 + ES: 27 + FI: 43 + FJ: 12 + FR: 29 + GB: 48 + GF: 29 + GG: 11 + GH: 16 + GI: 27 + GQ: 14 + GR: 23 + GT: 33 + GY: 5 + HK: 38 + HN: 33 + HR: 35 + HU: 26 + ID: 39 + IE: 43 + IL: 27 + IN: 30 + IQ: 49 + IS: 32 + IT: 29 + JM: 25 + JO: 51 + JP: 53 + KE: 15 + KR: 14 + KW: 50 + LB: 29 + LC: 12 + LI: 29 + LT: 28 + LU: 11 + LV: 27 + LY: 29 + MA: 28 + MC: 26 + MD: 26 + ME: 6 + MG: 5 + MK: 27 + ML: 6 + MT: 26 + MU: 15 + MW: 3 + MX: 78 + MY: 31 + MZ: 17 + NE: 27 + NG: 30 + NI: 15 + NL: 85 + 'NO': 42 + NZ: 37 + OM: 50 + PA: 33 + PE: 33 + PF: 11 + PG: 5 + PH: 32 + PK: 8 + PL: 34 + PS: 28 + PT: 59 + PY: 32 + RO: 22 + RS: 29 + RU: 30 + SC: 14 + SE: 47 + SG: 30 + SI: 29 + SK: 38 + SM: 28 + SN: 14 + SV: 33 + TC: 12 + TD: 7 + TH: 29 + TN: 29 + TT: 13 + TW: 38 + TZ: 32 + UA: 8 + UG: 16 + US: 134 + UY: 32 + VA: 7 + VE: 30 + XK: 5 + YE: 28 + ZA: 30 + ZM: 14 + ZW: 6 + display_priority: 134 + logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg + provider_id: 538 + provider_name: Plex + - display_priorities: + FI: 21 + display_priority: 21 + logo_path: /zDWv7ROPCqZXsIKSVFRANOTC1wx.jpg + provider_id: 539 + provider_name: Viddla + - display_priorities: + FI: 22 + display_priority: 22 + logo_path: /eglAxQEXSO13p6gNf3HKymrIu7y.jpg + provider_id: 540 + provider_name: Elisa Viihde + - display_priorities: + ES: 26 + display_priority: 26 + logo_path: /3QQKYFUDt13Q2Zm6JM2cOjlbd27.jpg + provider_id: 541 + provider_name: rtve + - display_priorities: + AT: 61 + BE: 57 + CH: 48 + DE: 57 + FR: 99 + LI: 28 + LU: 10 + display_priority: 28 + logo_path: /zXu75uIAMgdblYvFFPzoIHmQhxa.jpg + provider_id: 542 + provider_name: filmfriend + - display_priorities: + BR: 26 + display_priority: 26 + logo_path: /3MsEoFiBy9eaUdKo5Cx1iR9BPQy.jpg + provider_id: 544 + provider_name: Libreflix + - display_priorities: + AD: 14 + AL: 15 + AR: 19 + AT: 30 + AU: 38 + BA: 15 + BE: 20 + BM: 11 + BO: 6 + BR: 27 + CA: 63 + CH: 27 + CI: 11 + CL: 15 + CO: 16 + CR: 14 + CZ: 11 + DE: 56 + DK: 21 + EC: 15 + EE: 12 + ES: 28 + FI: 23 + FR: 30 + GB: 49 + GF: 11 + GI: 11 + GR: 9 + GT: 14 + HN: 13 + HU: 11 + ID: 20 + IE: 23 + IL: 13 + IN: 31 + IQ: 15 + IS: 13 + IT: 30 + JP: 14 + KR: 15 + KW: 11 + LB: 15 + LI: 11 + LT: 12 + LV: 12 + MK: 14 + MT: 14 + MX: 29 + MY: 16 + NE: 11 + NG: 12 + NL: 27 + 'NO': 22 + NZ: 22 + PE: 16 + PH: 16 + PL: 14 + PS: 15 + PT: 18 + PY: 13 + RO: 7 + RS: 15 + RU: 12 + SE: 26 + SG: 16 + SI: 15 + SM: 11 + TH: 14 + TN: 11 + TR: 14 + US: 136 + VE: 12 + YE: 11 + ZA: 14 + display_priority: 136 + logo_path: /6dET59jNU0ADysghEjl8Unuc7Ca.jpg + provider_id: 546 + provider_name: WOW Presents Plus + - display_priorities: + NL: 28 + display_priority: 28 + logo_path: /fpHXCUD89WRC21wJjz3DDCgyudw.jpg + provider_id: 548 + provider_name: IFFR Unleashed + - display_priorities: + PL: 15 + display_priority: 15 + logo_path: /7jnt49RwicQ4Vs2v1MgfERfVuDS.jpg + provider_id: 549 + provider_name: IPLA + - display_priorities: + CA: 64 + FR: 31 + display_priority: 31 + logo_path: /7up8PVB6RaL0fDs5XFzjJlq9mg2.jpg + provider_id: 550 + provider_name: Tenk + - display_priorities: + AD: 12 + AL: 13 + AR: 18 + AT: 31 + AU: 39 + BA: 13 + BB: 10 + BE: 21 + BH: 11 + BM: 12 + BO: 14 + BR: 28 + BS: 11 + CA: 65 + CH: 28 + CL: 16 + CO: 17 + CR: 15 + CZ: 12 + DE: 58 + DK: 22 + DO: 11 + DZ: 11 + EC: 16 + EE: 13 + EG: 14 + ES: 29 + FI: 24 + FR: 32 + GB: 50 + GF: 12 + GI: 12 + GR: 10 + GT: 15 + HK: 20 + HN: 14 + HR: 14 + HU: 12 + ID: 21 + IE: 24 + IL: 11 + IN: 32 + IQ: 13 + IS: 15 + IT: 31 + JM: 10 + JO: 11 + JP: 15 + KR: 16 + KW: 12 + LB: 13 + LI: 12 + LT: 13 + LV: 13 + LY: 11 + MA: 11 + MC: 11 + MD: 11 + MK: 12 + MT: 12 + MX: 30 + MY: 17 + NG: 10 + NL: 29 + 'NO': 23 + NZ: 23 + OM: 11 + PA: 12 + PE: 17 + PH: 17 + PL: 16 + PS: 13 + PT: 19 + PY: 14 + QA: 11 + RO: 8 + RS: 13 + RU: 13 + SA: 12 + SE: 27 + SG: 17 + SI: 13 + SK: 17 + SM: 12 + SV: 12 + TH: 15 + TN: 12 + TR: 15 + TW: 19 + TZ: 26 + US: 137 + UY: 15 + VE: 13 + YE: 12 + ZA: 15 + display_priority: 137 + logo_path: /mSH24WQcRDJ2fsL5iucXqqRnSRb.jpg + provider_id: 551 + provider_name: Magellan TV + - display_priorities: + IE: 25 + display_priority: 25 + logo_path: /fFIAM3bHNoyjeQ8q160NWUD3S94.jpg + provider_id: 552 + provider_name: QFT Player + - display_priorities: + FI: 31 + LT: 14 + display_priority: 14 + logo_path: /7QzLA6rsML2rKxhuagWlDl7Zxlm.jpg + provider_id: 553 + provider_name: Telia Play + - display_priorities: + AD: 13 + AL: 14 + AR: 20 + AT: 32 + AU: 40 + BA: 14 + BB: 11 + BE: 22 + BG: 6 + BH: 12 + BM: 13 + BO: 7 + BR: 29 + BS: 12 + CA: 66 + CH: 29 + CI: 10 + CL: 17 + CO: 18 + CR: 13 + CZ: 13 + DE: 59 + DK: 23 + DO: 12 + DZ: 12 + EC: 17 + EE: 14 + EG: 15 + ES: 30 + FI: 25 + FR: 33 + GB: 51 + GF: 13 + GI: 13 + GR: 11 + GT: 13 + HK: 24 + HN: 12 + HR: 15 + HU: 13 + ID: 22 + IE: 26 + IL: 12 + IN: 33 + IQ: 14 + IS: 16 + IT: 32 + JM: 11 + JO: 12 + JP: 16 + KR: 17 + KW: 13 + LB: 14 + LI: 13 + LT: 15 + LV: 14 + LY: 12 + MA: 12 + MC: 12 + MD: 12 + MK: 13 + MT: 13 + MX: 31 + MY: 18 + NE: 10 + NG: 11 + NL: 30 + 'NO': 24 + NZ: 24 + OM: 12 + PA: 13 + PE: 18 + PH: 18 + PL: 17 + PS: 14 + PT: 20 + PY: 12 + QA: 12 + RO: 9 + RS: 14 + RU: 14 + SA: 13 + SE: 28 + SG: 18 + SI: 14 + SK: 18 + SM: 13 + SV: 13 + TH: 16 + TN: 13 + TR: 16 + TW: 23 + TZ: 27 + US: 138 + UY: 16 + VE: 14 + YE: 13 + ZA: 16 + display_priority: 138 + logo_path: /6IYZ4NjwPikxN7J9cfSmuyeHeMm.jpg + provider_id: 554 + provider_name: BroadwayHD + - display_priorities: + RU: 15 + display_priority: 15 + logo_path: /yyMxS08v80D96O7NtL9supa5sn7.jpg + provider_id: 557 + provider_name: More TV + - display_priorities: + AD: 16 + AL: 17 + AR: 21 + AT: 33 + AU: 41 + BA: 17 + BB: 13 + BE: 23 + BH: 14 + BM: 15 + BO: 16 + BR: 30 + BS: 14 + CA: 67 + CH: 30 + CI: 13 + CL: 18 + CO: 19 + CR: 17 + CZ: 14 + DE: 60 + DK: 24 + DO: 14 + DZ: 14 + EC: 18 + EE: 15 + EG: 17 + ES: 31 + FI: 26 + FR: 34 + GB: 52 + GF: 15 + GI: 15 + GR: 12 + GT: 17 + HK: 19 + HN: 16 + HR: 18 + HU: 14 + ID: 23 + IE: 27 + IL: 15 + IN: 34 + IQ: 17 + IS: 19 + IT: 33 + JM: 13 + JO: 14 + JP: 17 + KR: 18 + KW: 15 + LB: 17 + LI: 15 + LT: 16 + LV: 15 + LY: 14 + MA: 14 + MC: 14 + MD: 14 + MK: 16 + MT: 16 + MX: 32 + MY: 19 + NE: 13 + NG: 14 + NL: 31 + 'NO': 25 + NZ: 25 + OM: 14 + PA: 15 + PE: 19 + PH: 19 + PL: 18 + PS: 17 + PT: 21 + PY: 16 + QA: 14 + RO: 10 + RS: 17 + SA: 15 + SE: 29 + SG: 19 + SI: 17 + SK: 21 + SM: 15 + SV: 15 + TH: 17 + TN: 15 + TR: 17 + TW: 18 + TZ: 25 + US: 140 + UY: 18 + VE: 15 + YE: 15 + ZA: 17 + display_priority: 140 + logo_path: /eUBxtrqO26wAJfYOZJOzhQEo3mm.jpg + provider_id: 559 + provider_name: Filmzie + - display_priorities: + 'NO': 26 + display_priority: 26 + logo_path: /rTLyVzy9lyPpujUQ026CiRDqQrF.jpg + provider_id: 560 + provider_name: Filmoteket + - display_priorities: + ID: 36 + IN: 35 + MY: 30 + display_priority: 30 + logo_path: /e2hCUg2Z3sJ6yWF9NLU24SIKeWa.jpg + provider_id: 561 + provider_name: Lionsgate Play + - display_priorities: + BR: 31 + DE: 61 + GB: 53 + IN: 36 + US: 141 + display_priority: 141 + logo_path: /9vMVMnVnWwxt0TkCazKLYW1zuqY.jpg + provider_id: 562 + provider_name: MovieSaints + - display_priorities: + NL: 32 + display_priority: 32 + logo_path: /nzjqsR28PVVp5GJAlHtbBArNKqN.jpg + provider_id: 563 + provider_name: KPN + - display_priorities: + AD: 17 + AL: 18 + AR: 23 + AT: 36 + AU: 43 + BA: 18 + BB: 14 + BE: 25 + BG: 11 + BH: 15 + BM: 16 + BO: 12 + BR: 33 + BS: 15 + CA: 69 + CH: 32 + CI: 14 + CL: 20 + CO: 21 + CR: 8 + CZ: 16 + DE: 63 + DK: 26 + DO: 15 + DZ: 15 + EC: 20 + EE: 17 + EG: 18 + ES: 33 + FI: 28 + FR: 37 + GB: 57 + GF: 16 + GI: 16 + GR: 14 + GT: 8 + HK: 25 + HN: 7 + HR: 19 + HU: 16 + ID: 25 + IE: 29 + IL: 16 + IN: 38 + IQ: 18 + IS: 20 + IT: 35 + JM: 14 + JO: 15 + JP: 19 + KR: 20 + KW: 16 + LB: 18 + LI: 16 + LT: 18 + LV: 17 + LY: 15 + MA: 15 + MC: 15 + MD: 15 + MK: 17 + MT: 17 + MX: 34 + MY: 21 + NE: 14 + NG: 15 + NL: 34 + 'NO': 28 + NZ: 27 + OM: 15 + PA: 16 + PE: 21 + PH: 21 + PL: 20 + PS: 18 + PT: 23 + PY: 7 + QA: 15 + RO: 12 + RS: 18 + RU: 17 + SA: 16 + SE: 31 + SG: 21 + SI: 18 + SK: 22 + SM: 16 + SV: 16 + TH: 19 + TN: 16 + TR: 19 + TW: 24 + TZ: 12 + US: 142 + UY: 19 + VE: 17 + YE: 16 + ZA: 19 + display_priority: 142 + logo_path: /aRPDQvVcpeY07sjI6lAALMCL0ti.jpg + provider_id: 567 + provider_name: True Story + - display_priorities: + AR: 24 + AT: 35 + AU: 44 + BB: 15 + BE: 26 + BG: 9 + BH: 16 + BM: 17 + BO: 10 + BR: 34 + BS: 16 + CA: 70 + CH: 33 + CL: 21 + CO: 22 + CR: 10 + CZ: 17 + DE: 64 + DK: 27 + DO: 16 + EC: 21 + EE: 18 + ES: 34 + FI: 29 + FR: 38 + GB: 58 + GF: 17 + GI: 17 + GR: 15 + GT: 10 + HK: 12 + HN: 9 + HR: 20 + HU: 17 + ID: 26 + IE: 30 + IN: 39 + IS: 21 + IT: 36 + JM: 15 + JO: 16 + JP: 20 + KR: 21 + KW: 17 + LI: 17 + LT: 19 + LV: 18 + MC: 16 + MD: 16 + MX: 36 + MY: 22 + NL: 35 + 'NO': 29 + NZ: 28 + OM: 16 + PA: 17 + PE: 22 + PH: 22 + PL: 21 + PT: 24 + PY: 9 + QA: 16 + RO: 13 + RU: 18 + SA: 17 + SE: 32 + SG: 22 + SK: 23 + SM: 17 + SV: 17 + TH: 20 + TR: 20 + TW: 11 + US: 144 + UY: 20 + VE: 18 + YE: 17 + ZA: 20 + display_priority: 144 + logo_path: /vbXJBJVv3u3YWt6ml0l0ldDblXT.jpg + provider_id: 569 + provider_name: DocAlliance Films + - display_priorities: + RU: 19 + display_priority: 19 + logo_path: /r7cgAhlSLI4r80P1Si9P0jOevrr.jpg + provider_id: 570 + provider_name: Premier + - display_priorities: + BE: 27 + HR: 25 + display_priority: 25 + logo_path: /3KaY2AQFkPHlc6QgGQmRbYxnsQa.jpg + provider_id: 572 + provider_name: RTL Play + - display_priorities: + BR: 35 + display_priority: 35 + logo_path: /prbT74SL6obBAywv50qi5gnoBj5.jpg + provider_id: 573 + provider_name: KinoPop + - display_priorities: + AR: 25 + US: 145 + display_priority: 145 + logo_path: /gR8rrj71VCLjlF1LJpplo72MXf0.jpg + provider_id: 575 + provider_name: OnDemandKorea + - display_priorities: + ID: 27 + display_priority: 27 + logo_path: /f1V0OhsOKnOQVyNb8h8BbioorQ4.jpg + provider_id: 576 + provider_name: KlikFilm + - display_priorities: + RU: 20 + display_priority: 20 + logo_path: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg + provider_id: 577 + provider_name: TvIgle + - display_priorities: + 'NO': 30 + display_priority: 30 + logo_path: /3ZigBD8WTEPcEHAvMWiJGUsv5u4.jpg + provider_id: 578 + provider_name: Strim + - display_priorities: + CA: 148 + US: 254 + display_priority: 254 + logo_path: /8cjvUhc1ga7ySEdAFM7Ok9G6HOr.jpg + provider_id: 579 + provider_name: Film Movement Plus + - display_priorities: + BG: 12 + display_priority: 12 + logo_path: /ApcuSS6VOCV7slF4GBRARfy31bg.jpg + provider_id: 580 + provider_name: Nova Play + - display_priorities: + AD: 22 + AL: 23 + BA: 23 + BB: 18 + BH: 19 + BM: 20 + BS: 19 + CA: 72 + CI: 17 + DO: 20 + DZ: 18 + EG: 22 + GF: 20 + GI: 20 + HK: 15 + HR: 23 + IL: 21 + IQ: 23 + IS: 24 + JM: 18 + JO: 19 + KW: 20 + LB: 23 + LI: 20 + LY: 18 + MA: 18 + MC: 19 + MD: 19 + MK: 22 + MT: 22 + NE: 17 + NG: 18 + OM: 19 + PA: 21 + PS: 23 + QA: 19 + RS: 23 + SA: 22 + SI: 23 + SK: 28 + SM: 20 + SV: 21 + TN: 19 + TW: 14 + TZ: 15 + US: 148 + UY: 24 + YE: 20 + display_priority: 148 + logo_path: /c4eVkfMna2VzHzZ8N2vWXUnMrlD.jpg + provider_id: 581 + provider_name: iQIYI + - display_priorities: + AT: 52 + AU: 6 + BR: 40 + CA: 13 + CL: 42 + CO: 43 + DE: 108 + FR: 77 + GB: 80 + IT: 57 + MX: 21 + US: 24 + display_priority: 24 + logo_path: /hExO4PtimLIYn3kBOrzsejNv7cT.jpg + provider_id: 582 + provider_name: Paramount+ Amazon Channel + - display_priorities: + US: 12 + display_priority: 12 + logo_path: /efu1Cqc63XrPBoreYnf2mn0Nizj.jpg + provider_id: 583 + provider_name: Epix Amazon Channel + - display_priorities: + BR: 98 + CA: 158 + DE: 106 + GB: 63 + IN: 92 + IT: 25 + US: 25 + display_priority: 25 + logo_path: /lgudHqEtTOzkMWlpTjU1oUyoUSZ.jpg + provider_id: 584 + provider_name: Discovery+ Amazon Channel + - display_priorities: + US: 149 + display_priority: 149 + logo_path: /q4WTdA5wH3TXDFiYKejCCwSOyJ8.jpg + provider_id: 585 + provider_name: Metrograph + - display_priorities: + CA: 73 + display_priority: 73 + logo_path: /tw81Wj2gaVL30O7CvzfsqTLMxQg.jpg + provider_id: 587 + provider_name: IFC Amazon Channel + - display_priorities: + AU: 60 + CA: 75 + FI: 47 + FR: 44 + IN: 79 + JP: 47 + PL: 33 + SE: 46 + display_priority: 46 + logo_path: /ny55kYI31jrwSYp2LmCniMCGc03.jpg + provider_id: 588 + provider_name: MGM Amazon Channel + - display_priorities: + CA: 74 + display_priority: 74 + logo_path: /4KZlGfHQEza2dBf3HVk4oWmh611.jpg + provider_id: 589 + provider_name: TELETOON+ Amazon Channel + - display_priorities: + GB: 60 + IE: 46 + display_priority: 46 + logo_path: /6sJLsWk4TZHz1EffmTRSkaDehkh.jpg + provider_id: 591 + provider_name: Now TV Cinema + - display_priorities: + GB: 39 + display_priority: 39 + logo_path: /aG4lXRDfHl3qgQCgpWI6KEJV0i7.jpg + provider_id: 593 + provider_name: STV Player + - display_priorities: + GB: 71 + display_priority: 71 + logo_path: /6xQrNQoTmXWhaJj4O8u2FRsXBXs.jpg + provider_id: 595 + provider_name: Eros Now Amazon Channel + - display_priorities: + GB: 25 + display_priority: 25 + logo_path: /u4OSH6NN7bdHRJJVLwozPa0jDUj.jpg + provider_id: 596 + provider_name: Arrow Video Amazon Channel + - display_priorities: + AT: 62 + DE: 141 + GB: 66 + US: 223 + display_priority: 223 + logo_path: /xIu1EW7y2EC7RD3Wqe0Ogi5NAuo.jpg + provider_id: 597 + provider_name: Full Moon Amazon Channel + - display_priorities: + AT: 132 + DE: 232 + GB: 68 + display_priority: 232 + logo_path: /l4h4b2esfTb7evLRiLrMjk6rsHj.jpg + provider_id: 599 + provider_name: Pokémon Amazon Channel + - display_priorities: + GB: 69 + display_priority: 69 + logo_path: /ivRp15loTWoVy3eEHALoYEyXI8J.jpg + provider_id: 600 + provider_name: Shout! Factory Amazon Channel + - display_priorities: + GB: 72 + display_priority: 72 + logo_path: /xJ3B83btVmp4wyRGRRRgWCibTLI.jpg + provider_id: 602 + provider_name: FilmBox Live Amazon Channel + - display_priorities: + GB: 61 + IN: 93 + display_priority: 93 + logo_path: /tLbUhvK1RcA5I4JHndxf5dprkE7.jpg + provider_id: 603 + provider_name: CuriosityStream Amazon Channel + - display_priorities: + GB: 62 + IN: 94 + display_priority: 94 + logo_path: /91oRDZySWtw60ei006uQ45gmjXD.jpg + provider_id: 604 + provider_name: DocuBay Amazon Channel + - display_priorities: + CA: 77 + display_priority: 77 + logo_path: /5W6vTKE684EhdITeMUjdcTIBGdh.jpg + provider_id: 605 + provider_name: Super Channel Amazon Channel + - display_priorities: + CA: 78 + display_priority: 78 + logo_path: /djTJ7pAkIhmPaN3eTA6wTUrphNG.jpg + provider_id: 606 + provider_name: StackTV Amazon Channel + - display_priorities: + AU: 82 + CA: 79 + DE: 119 + ES: 42 + GB: 107 + display_priority: 107 + logo_path: /d0KmcInHpiF44ahOLrXCQATEFmD.jpg + provider_id: 607 + provider_name: OUTtv Amazon Channel + - display_priorities: + AU: 81 + BR: 41 + CA: 80 + ES: 75 + MX: 40 + display_priority: 40 + logo_path: /bSy9zFiZtbKBHIyOu0H2Fs5cJmx.jpg + provider_id: 608 + provider_name: Love Nature Amazon Channel + - display_priorities: + CA: 81 + display_priority: 81 + logo_path: /bEgGGEDgBczZcZRJ6x1MtTym2LV.jpg + provider_id: 609 + provider_name: Smithsonian Channel Amazon Channel + - display_priorities: + CA: 82 + display_priority: 82 + logo_path: /2WEzLLWbvMLHSNkAjYrIeDOmLJM.jpg + provider_id: 610 + provider_name: BBC Earth Amazon Channel + - display_priorities: + CA: 84 + display_priority: 84 + logo_path: /srLngtBaRGooYsVgkvzkGCwbZHA.jpg + provider_id: 612 + provider_name: ALLWAYSBLK Amazon Channel + - display_priorities: + AT: 58 + DE: 90 + GB: 19 + US: 151 + display_priority: 151 + logo_path: /4VOCKZGiAtXMtoDyOrvHAN33uc2.jpg + provider_id: 613 + provider_name: Freevee + - display_priorities: + IN: 40 + display_priority: 40 + logo_path: /1tCAM3WVOl0xknuwVc0v1LBWZNV.jpg + provider_id: 614 + provider_name: VI movies and tv + - display_priorities: + GB: 73 + display_priority: 73 + logo_path: /sSMxh3tIOAi3QBoSXdagDxb3OKp.jpg + provider_id: 615 + provider_name: W4free + - display_priorities: + DK: 30 + display_priority: 30 + logo_path: /dnD5cUeAPruAcYwwKKxYbMcfccq.jpg + provider_id: 620 + provider_name: DRTV + - display_priorities: + DK: 29 + display_priority: 29 + logo_path: /gV2kLLKcZOBt2HUEB51bX0AqC11.jpg + provider_id: 621 + provider_name: Dansk Filmskat + - display_priorities: + CH: 35 + display_priority: 35 + logo_path: /l5SFTF3l9l1KSgZJM7foAppUenz.jpg + provider_id: 622 + provider_name: UPC TV + - display_priorities: + HK: 29 + TW: 30 + display_priority: 30 + logo_path: /r3tmJFjecQGAfHjWOafhr1pux6b.jpg + provider_id: 623 + provider_name: WeTV + - display_priorities: + HK: 30 + TW: 31 + display_priority: 31 + logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg + provider_id: 624 + provider_name: KKTV + - display_priorities: + HK: 31 + TW: 32 + display_priority: 32 + logo_path: /j35eayHG7RC9Ll0ehtbOuek0TZL.jpg + provider_id: 625 + provider_name: LINE TV + - display_priorities: + SK: 26 + display_priority: 26 + logo_path: /z7IYTxUHSrk1VPYgsc5RDe1E3tA.jpg + provider_id: 626 + provider_name: Otta + - display_priorities: + CZ: 28 + SK: 27 + display_priority: 27 + logo_path: /iTzW2q9e1Kk10l2s934SDgPSJNm.jpg + provider_id: 627 + provider_name: Voyo + - display_priorities: + SK: 29 + display_priority: 29 + logo_path: /hsuv1uc7SUr9YjCXRlLQNELt4UU.jpg + provider_id: 628 + provider_name: Edisonline + - display_priorities: + AE: 7 + EG: 24 + IQ: 9 + LB: 9 + PS: 9 + SA: 21 + TD: 1 + display_priority: 1 + logo_path: /kC6JTo59Gj6I4vJPyBAYGh0sKAE.jpg + provider_id: 629 + provider_name: OSN + - display_priorities: + AE: 8 + BH: 27 + EG: 23 + IQ: 28 + JO: 27 + KW: 28 + OM: 27 + QA: 27 + SA: 20 + display_priority: 20 + logo_path: /pDroY6RxYdVw63eAepag4b116Ub.jpg + provider_id: 630 + provider_name: STARZPLAY + - display_priorities: + HR: 24 + display_priority: 24 + logo_path: /yHqa57jOQqhBarOh9lw2noJno00.jpg + provider_id: 631 + provider_name: HRTi + - display_priorities: + US: 28 + display_priority: 28 + logo_path: /ywIoxSjoYJGUIbR6BfxUiCHdPi3.jpg + provider_id: 633 + provider_name: Paramount+ Roku Premium Channel + - display_priorities: + US: 29 + display_priority: 29 + logo_path: /9laPF1MAiUxlqM8T98F3Gj0bhzd.jpg + provider_id: 634 + provider_name: Starz Roku Premium Channel + - display_priorities: + US: 30 + display_priority: 30 + logo_path: /gAGrSQCTAisxy2CsWbijVvJEnRo.jpg + provider_id: 635 + provider_name: AMC+ Roku Premium Channel + - display_priorities: + US: 32 + display_priority: 32 + logo_path: /lD7HKUmXDvUya58DceiTA809Zbf.jpg + provider_id: 636 + provider_name: MGM Plus Roku Premium Channel + - display_priorities: + HR: 26 + display_priority: 26 + logo_path: /p6hKVngF1iWciIyxYmrl3UUitg7.jpg + provider_id: 637 + provider_name: Pickbox NOW + - display_priorities: + AD: 10 + AE: 13 + AG: 5 + AL: 11 + BA: 11 + BB: 19 + BH: 20 + BM: 21 + BS: 20 + CI: 18 + CU: 5 + CV: 5 + DZ: 19 + EG: 29 + FJ: 5 + GF: 21 + GG: 5 + GH: 5 + GI: 21 + GQ: 5 + HR: 30 + IL: 10 + IQ: 11 + IS: 29 + JO: 20 + KE: 5 + KW: 21 + LB: 11 + LC: 5 + LI: 21 + LY: 19 + MA: 19 + MC: 20 + MK: 11 + MT: 11 + MU: 4 + MZ: 5 + NE: 18 + NG: 19 + OM: 20 + PF: 5 + PK: 5 + PS: 11 + QA: 20 + RS: 11 + SA: 27 + SC: 5 + SI: 11 + SK: 33 + SM: 21 + SN: 5 + TC: 5 + TN: 20 + TT: 5 + TZ: 5 + UG: 5 + US: 150 + VA: 4 + XK: 1 + YE: 21 + ZM: 5 + display_priority: 150 + logo_path: /aN0Y2BNZQBH91JkVOeLTs8IhQrH.jpg + provider_id: 638 + provider_name: Public Domain Movies + - display_priorities: + BE: 29 + NL: 38 + display_priority: 38 + logo_path: /6vchFMhgi7jhyXyKBoutzwMmM5b.jpg + provider_id: 639 + provider_name: CineMember + - display_priorities: + IT: 21 + display_priority: 21 + logo_path: /jyiwuXdyRrh2R5UwY4MhOF4Xbfy.jpg + provider_id: 641 + provider_name: Nexo Plus + - display_priorities: + GB: 38 + display_priority: 38 + logo_path: /48aHN85OncgXjtl6DOVOJ6Wni4g.jpg + provider_id: 642 + provider_name: STUDIOCANAL PRESENTS Apple TV Channel + - display_priorities: + AD: 20 + AE: 10 + AG: 6 + AL: 21 + AR: 28 + AT: 40 + AU: 47 + BA: 21 + BB: 20 + BE: 30 + BG: 13 + BH: 21 + BM: 22 + BO: 24 + BR: 38 + CA: 87 + CH: 37 + CI: 19 + CL: 24 + CO: 25 + CR: 25 + CU: 6 + CV: 6 + CZ: 20 + DE: 68 + DK: 31 + DO: 21 + DZ: 20 + EC: 24 + EE: 20 + EG: 25 + ES: 39 + FI: 33 + FJ: 6 + FR: 42 + GB: 75 + GF: 22 + GG: 6 + GH: 6 + GI: 22 + GQ: 6 + GR: 17 + GT: 25 + HK: 33 + HN: 24 + HR: 27 + HU: 19 + ID: 29 + IE: 33 + IL: 19 + IN: 41 + IQ: 21 + IS: 26 + IT: 40 + JM: 19 + JO: 21 + JP: 22 + KE: 6 + KR: 23 + KW: 22 + LB: 21 + LC: 6 + LI: 22 + LT: 21 + LV: 20 + LY: 20 + MA: 20 + MC: 21 + MD: 20 + MK: 20 + MT: 20 + MU: 5 + MX: 39 + MY: 25 + MZ: 6 + NE: 19 + NG: 20 + NL: 40 + 'NO': 33 + NZ: 30 + OM: 21 + PA: 22 + PE: 25 + PF: 6 + PH: 24 + PL: 24 + PS: 21 + PT: 26 + PY: 24 + QA: 21 + RO: 15 + RS: 21 + RU: 23 + SA: 24 + SC: 6 + SE: 35 + SG: 25 + SI: 21 + SK: 30 + SM: 22 + SN: 6 + SV: 22 + TC: 6 + TH: 23 + TN: 21 + TR: 22 + TT: 6 + TW: 33 + TZ: 6 + UG: 6 + US: 152 + UY: 25 + VA: 5 + VE: 21 + YE: 22 + ZA: 22 + ZM: 6 + display_priority: 152 + logo_path: /fwx5Ed64TkfWiRH1SOSkc4781Ts.jpg + provider_id: 677 + provider_name: Eventive + - display_priorities: + DE: 67 + display_priority: 67 + logo_path: /iM7Ed1d7mYT3DQWSqLoW3tIN4uS.jpg + provider_id: 678 + provider_name: Filmlegenden Amazon Channel + - display_priorities: + DE: 69 + display_priority: 69 + logo_path: /coWnECpOyKLWMTSlXkfT2PhLs9E.jpg + provider_id: 679 + provider_name: Cinema of Hearts Amazon Channel + - display_priorities: + DE: 71 + PL: 48 + display_priority: 48 + logo_path: /jG5tKt6JoHsYRoUq6Wg8i9QuHt2.jpg + provider_id: 680 + provider_name: Bloody Movies Amazon Channel + - display_priorities: + DE: 72 + PL: 31 + display_priority: 31 + logo_path: /3fhcb4cThixkfNpOudnpLcosTCA.jpg + provider_id: 681 + provider_name: Film Total Amazon Channel + - display_priorities: + BR: 39 + CL: 43 + CO: 44 + MX: 97 + display_priority: 97 + logo_path: /xht0G3uRLcTgjxRz3cDHuf8KKUw.jpg + provider_id: 683 + provider_name: Looke Amazon Channel + - display_priorities: + ES: 44 + display_priority: 44 + logo_path: /2GQVxfaiWA4n93I7sJDJf1b6NqS.jpg + provider_id: 684 + provider_name: FlixOlé Amazon Channel + - display_priorities: + FR: 43 + display_priority: 43 + logo_path: /4LnuoJ2E5nTWCvXnlGFaUNH324v.jpg + provider_id: 685 + provider_name: 'Cine+ OCS Amazon Channel ' + - display_priorities: + DE: 70 + display_priority: 70 + logo_path: /7Zy6GqC8lQEvfBlWC1bJcaJzPRd.jpg + provider_id: 686 + provider_name: Home of Horror Amazon Channel + - display_priorities: + AT: 124 + CH: 65 + DE: 52 + display_priority: 52 + logo_path: /tnQ5PGryncrVxE9bK6nxif82wtd.jpg + provider_id: 687 + provider_name: Arthouse CNMA Amazon Channel + - display_priorities: + FR: 96 + GB: 76 + IN: 42 + IT: 41 + NL: 41 + SE: 45 + US: 156 + display_priority: 156 + logo_path: /2nFBw1zMzN1AujFaCsmsgSKWdfS.jpg + provider_id: 688 + provider_name: ShortsTV Amazon Channel + - display_priorities: + ES: 45 + display_priority: 45 + logo_path: /32R4lsqOPclNhb3qV613J8T8mdL.jpg + provider_id: 689 + provider_name: TVCortos Amazon Channel + - display_priorities: + MX: 41 + display_priority: 41 + logo_path: /t7I2Tx6Q7Nz96KexIPjkzUJOCbt.jpg + provider_id: 690 + provider_name: 'Pongalo Amazon Channel ' + - display_priorities: + CH: 12 + display_priority: 12 + logo_path: /c1Nj8YGitlXbvvv0taHLkBeyTaK.jpg + provider_id: 691 + provider_name: Play Suisse + - display_priorities: + AD: 21 + AE: 11 + AG: 8 + AL: 22 + AR: 29 + AT: 42 + AU: 48 + BA: 22 + BB: 21 + BE: 31 + BG: 14 + BH: 22 + BM: 23 + BO: 25 + BR: 42 + BS: 21 + CA: 88 + CH: 38 + CI: 20 + CL: 25 + CO: 26 + CR: 26 + CU: 8 + CV: 8 + CZ: 21 + DE: 74 + DK: 32 + DO: 22 + DZ: 21 + EC: 25 + EE: 21 + EG: 26 + ES: 46 + FI: 34 + FJ: 8 + FR: 47 + GB: 77 + GF: 23 + GG: 9 + GH: 7 + GI: 23 + GQ: 7 + GR: 18 + GT: 26 + HK: 34 + HN: 25 + HR: 28 + HU: 20 + ID: 30 + IE: 34 + IL: 20 + IN: 44 + IQ: 22 + IS: 27 + IT: 42 + JM: 20 + JO: 22 + JP: 23 + KE: 7 + KR: 24 + KW: 23 + LB: 22 + LC: 8 + LI: 23 + LT: 22 + LV: 21 + LY: 21 + MA: 21 + MC: 22 + MD: 21 + MK: 21 + MT: 21 + MU: 9 + MX: 42 + MY: 26 + MZ: 7 + NE: 20 + NG: 22 + NL: 42 + 'NO': 34 + NZ: 31 + OM: 22 + PA: 23 + PE: 26 + PF: 8 + PH: 25 + PK: 6 + PL: 25 + PS: 22 + PT: 29 + PY: 25 + QA: 22 + RO: 16 + RS: 22 + RU: 24 + SA: 25 + SC: 10 + SE: 36 + SG: 26 + SI: 22 + SK: 31 + SM: 23 + SN: 7 + SV: 23 + TC: 8 + TH: 24 + TN: 22 + TR: 23 + TT: 8 + TW: 34 + TZ: 9 + UG: 7 + US: 153 + UY: 26 + VA: 6 + VE: 22 + XK: 2 + YE: 23 + ZA: 23 + ZM: 7 + display_priority: 153 + logo_path: /uauVx3dGWt0GICqdMCBYJObd3Mo.jpg + provider_id: 692 + provider_name: Cultpix + - display_priorities: + AT: 41 + DE: 73 + display_priority: 73 + logo_path: /9aLd9gAK6xHtWK2tXDYq1fOqzJA.jpg + provider_id: 693 + provider_name: Turk On Video Amazon Channel + - display_priorities: + IT: 43 + display_priority: 43 + logo_path: /911zAHHLswJYihv988hbHDKa5M4.jpg + provider_id: 696 + provider_name: Serially + - display_priorities: + NL: 43 + display_priority: 43 + logo_path: /651I5dLHpxDUePZcNkYTDcARTeE.jpg + provider_id: 697 + provider_name: meJane + - display_priorities: + AE: 12 + AG: 7 + AL: 24 + AO: 3 + AR: 30 + AT: 43 + AU: 49 + AZ: 0 + BB: 22 + BE: 32 + BF: 3 + BG: 15 + BH: 23 + BM: 24 + BO: 26 + BR: 43 + BS: 22 + BY: 4 + BZ: 6 + CA: 89 + CH: 39 + CI: 22 + CL: 26 + CM: 3 + CO: 27 + CR: 27 + CU: 7 + CV: 7 + CY: 6 + CZ: 23 + DE: 75 + DK: 33 + DO: 23 + DZ: 23 + EC: 26 + EE: 22 + EG: 27 + ES: 47 + FI: 35 + FJ: 7 + FR: 49 + GB: 78 + GF: 26 + GG: 7 + GH: 9 + GI: 24 + GQ: 9 + GR: 19 + GT: 27 + GY: 2 + HK: 35 + HN: 26 + HR: 29 + HU: 21 + ID: 31 + IE: 35 + IN: 45 + IQ: 24 + IS: 28 + IT: 44 + JM: 21 + JO: 23 + JP: 24 + KE: 10 + KR: 25 + KW: 24 + LB: 24 + LC: 7 + LI: 24 + LT: 23 + LU: 7 + LV: 22 + LY: 23 + MA: 22 + MC: 23 + MD: 22 + ME: 3 + MG: 3 + MK: 23 + ML: 4 + MU: 7 + MW: 2 + MX: 43 + MY: 27 + MZ: 9 + NE: 22 + NG: 25 + NI: 7 + NL: 44 + 'NO': 35 + NZ: 32 + OM: 23 + PA: 24 + PE: 27 + PF: 7 + PG: 3 + PH: 26 + PK: 7 + PL: 26 + PS: 24 + PT: 30 + PY: 26 + QA: 23 + RO: 17 + RS: 25 + RU: 25 + SA: 26 + SC: 8 + SE: 37 + SG: 27 + SK: 32 + SM: 24 + SN: 9 + SV: 24 + TC: 7 + TD: 4 + TH: 25 + TN: 23 + TR: 23 + TT: 7 + TW: 35 + TZ: 17 + UA: 6 + UG: 9 + US: 154 + UY: 28 + VE: 23 + YE: 24 + ZA: 24 + ZM: 9 + ZW: 4 + display_priority: 154 + logo_path: /fbveJTcro9Xw2KuPIIoPPePHiwy.jpg + provider_id: 701 + provider_name: FilmBox+ + - display_priorities: + KE: 9 + NG: 24 + TZ: 16 + display_priority: 16 + logo_path: /k1LBSLQ2d6B95VpMoBASkM7EdZ2.jpg + provider_id: 702 + provider_name: iBAKATV + - display_priorities: + CI: 23 + DZ: 24 + EG: 28 + GH: 10 + GQ: 10 + KE: 11 + LY: 24 + MA: 23 + MU: 8 + MZ: 10 + NE: 23 + NG: 26 + SC: 9 + SN: 10 + TN: 24 + TZ: 8 + UG: 10 + ZA: 25 + ZM: 10 + display_priority: 25 + logo_path: /4bsFc5AgxDNdDeS1NIjVRviARhB.jpg + provider_id: 704 + provider_name: IROKOTV + - display_priorities: + CA: 92 + display_priority: 92 + logo_path: /29VK28jsSjFWHdXl1lxPb2SGmAk.jpg + provider_id: 705 + provider_name: Hollywood Suite Amazon Channel + - display_priorities: + AT: 44 + DE: 130 + display_priority: 130 + logo_path: /9NYihXY9biyXFJSZQq5HIGu1n8B.jpg + provider_id: 706 + provider_name: Moviedome Plus Amazon Channel + - display_priorities: + AT: 45 + DE: 131 + display_priority: 131 + logo_path: /a2wCZ9ultzAbjAaG6JMiCFJoy9s.jpg + provider_id: 707 + provider_name: Aniverse Amazon Channel + - display_priorities: + AT: 46 + DE: 132 + IT: 98 + display_priority: 98 + logo_path: /9T5H28SXBkzmnZYy2iRfI7GzwLL.jpg + provider_id: 708 + provider_name: Superfresh Amazon Channel + - display_priorities: + DE: 81 + display_priority: 81 + logo_path: /eMoqH13BYzIC1wDlhONhHfDM3DN.jpg + provider_id: 1706 + provider_name: Comedy Central Plus Amazon Channel + - display_priorities: + DE: 80 + display_priority: 80 + logo_path: /AvUM6aAqYh7JxUokb5T5ERn3KMs.jpg + provider_id: 1707 + provider_name: BluTV Amazon Channel + - display_priorities: + DE: 83 + display_priority: 83 + logo_path: /cYzZyot2IuGUYUXLvw6BMBT6v9p.jpg + provider_id: 1709 + provider_name: GRJNGO Amazon Channel + - display_priorities: + DE: 84 + display_priority: 84 + logo_path: /g06QZd5k4bjDEcZ3J97jb3rNlfB.jpg + provider_id: 1711 + provider_name: MTV Plus Amazon Channel + - display_priorities: + DE: 86 + display_priority: 86 + logo_path: /gHBdFYhxdeLHl8jimTDwA1bFv01.jpg + provider_id: 1712 + provider_name: RTL Passion Amazon Channel + - display_priorities: + DE: 85 + display_priority: 85 + logo_path: /xXN970tHrMfL7BQUTVSu96IY9gs.jpg + provider_id: 1713 + provider_name: Silverline Amazon Channel + - display_priorities: + AE: 14 + AR: 55 + AU: 59 + BH: 28 + BR: 77 + CA: 134 + CI: 24 + DE: 139 + DZ: 25 + EG: 30 + ES: 87 + FI: 41 + FR: 97 + GB: 119 + GH: 11 + GQ: 11 + ID: 35 + IL: 9 + IN: 63 + IQ: 10 + IT: 90 + JO: 28 + KE: 12 + KW: 29 + LB: 10 + LY: 25 + MA: 24 + MU: 10 + MX: 70 + MZ: 11 + NE: 24 + NG: 27 + OM: 28 + PH: 31 + PL: 32 + PS: 10 + QA: 28 + RU: 29 + SA: 28 + SC: 11 + SN: 11 + TN: 25 + TR: 55 + TZ: 10 + UG: 11 + US: 215 + ZA: 26 + ZM: 11 + display_priority: 215 + logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg + provider_id: 1715 + provider_name: Shahid VIP + - display_priorities: + ES: 48 + display_priority: 48 + logo_path: /8vES2nJNwOF57muvqLByDLm6snp.jpg + provider_id: 1717 + provider_name: Acontra Plus + - display_priorities: + AR: 40 + BR: 52 + MX: 55 + NL: 54 + US: 157 + display_priority: 157 + logo_path: /ymuWlPllUC1TYw36qjsmia0XqJ8.jpg + provider_id: 1718 + provider_name: ESPN + - display_priorities: + DE: 77 + display_priority: 77 + logo_path: /nJlTOUfDEUD6fQLopWBnUNzo2NA.jpg + provider_id: 1722 + provider_name: AVA VOBB + - display_priorities: + DE: 78 + display_priority: 78 + logo_path: /p1mlqlIOtPPZf7lckxX3XLAm2ia.jpg + provider_id: 1723 + provider_name: AVA HBZ + - display_priorities: + CH: 41 + display_priority: 41 + logo_path: /aqyyZxc2tQ1gEORXNF2d55GvD5P.jpg + provider_id: 1724 + provider_name: AVA CSAL + - display_priorities: + RS: 24 + display_priority: 24 + logo_path: /zJtYNzq9lpMrsqhg6t2y9AWs9dL.jpg + provider_id: 1725 + provider_name: AVA BGB + - display_priorities: + IT: 46 + display_priority: 46 + logo_path: /q77DpszIupURiKGDeFdSHo7TsTF.jpg + provider_id: 1726 + provider_name: Infinity Selection Amazon Channel + - display_priorities: + IT: 47 + display_priority: 47 + logo_path: /9bRB5nKmQPZYGQkUtLRhw1w0IcD.jpg + provider_id: 1727 + provider_name: CG Collection Amazon channel + - display_priorities: + IT: 48 + display_priority: 48 + logo_path: /iZzlUo191ynXNpPNdcY8vvlYSf6.jpg + provider_id: 1728 + provider_name: iWonder Full Amazon channel + - display_priorities: + IT: 49 + display_priority: 49 + logo_path: /xdUXTl4ontqdKv9ZpSBZKiOTyWm.jpg + provider_id: 1729 + provider_name: Full Action Amazon Channel + - display_priorities: + IT: 50 + display_priority: 50 + logo_path: /gQoeIu88CiTF54vYRGwTONHEAtO.jpg + provider_id: 1730 + provider_name: Cine Comico Amazon Channel + - display_priorities: + FR: 53 + display_priority: 53 + logo_path: /uPhMKOrup9jtJHIci8FXo3D6y5x.jpg + provider_id: 1732 + provider_name: Universcine Amazon Channel + - display_priorities: + FR: 54 + display_priority: 54 + logo_path: /1PhTUiq01Z82nvuJlDNYtBnRRN0.jpg + provider_id: 1733 + provider_name: Action Max Amazon Channel + - display_priorities: + FR: 55 + display_priority: 55 + logo_path: /4clLD3X9nTapdRey1FgcSUPYRy3.jpg + provider_id: 1734 + provider_name: Filmo Amazon Channel + - display_priorities: + FR: 56 + display_priority: 56 + logo_path: /nJ43DUei5yK9wWG3g9YpYT4UfN4.jpg + provider_id: 1735 + provider_name: Insomnia Amazon Channel + - display_priorities: + FR: 57 + display_priority: 57 + logo_path: /vBbNBDZnpnhgHe5ZO9CVur4DmkG.jpg + provider_id: 1736 + provider_name: Shadowz Amazon Channel + - display_priorities: + FR: 58 + display_priority: 58 + logo_path: /zg1uFDzIchkwrwOW6dq7LFxB4n6.jpg + provider_id: 1737 + provider_name: INA madelen Amazon Channel + - display_priorities: + FR: 59 + display_priority: 59 + logo_path: /yXSOt0AKxG28wXhnBaogQGwF7Rq.jpg + provider_id: 1738 + provider_name: Benshi Amazon Channel + - display_priorities: + ES: 53 + display_priority: 53 + logo_path: /yISpVXhf6axqiHh6lBvJ8RRrZ8v.jpg + provider_id: 1740 + provider_name: Planet Horror Amazon Channel + - display_priorities: + AT: 127 + DE: 227 + ES: 54 + NL: 96 + PT: 65 + SE: 50 + display_priority: 50 + logo_path: /tM1HabyA45cnckBEhLS7hAVga5g.jpg + provider_id: 1741 + provider_name: Dizi Amazon Channel + - display_priorities: + ES: 55 + display_priority: 55 + logo_path: /tGvAD4O9obFP3DfOrDn8NaRQ6eT.jpg + provider_id: 1742 + provider_name: Acontra Plus Amazon Channel + - display_priorities: + ES: 56 + display_priority: 56 + logo_path: /aJECXkHekrkuRZ7ABF5YR9DVDd8.jpg + provider_id: 1743 + provider_name: Historia y Actualidad Amazon Channel + - display_priorities: + GB: 83 + display_priority: 83 + logo_path: /jTtwvCgQxD8W7vljH5pH28PfYQD.jpg + provider_id: 1744 + provider_name: Icon Film Amazon Channel + - display_priorities: + GB: 84 + display_priority: 84 + logo_path: /kSONYxM7a0mESEjCaqaozVTdByB.jpg + provider_id: 1745 + provider_name: Curzon Amazon Channel + - display_priorities: + GB: 85 + display_priority: 85 + logo_path: /x2cjJAyU8CLwyYHaIxzzEjXJFU8.jpg + provider_id: 1746 + provider_name: Hallmark TV Amazon Channel + - display_priorities: + GB: 86 + display_priority: 86 + logo_path: /mLif0L2p0M2AK4pbqHOBqLwB3bP.jpg + provider_id: 1747 + provider_name: Studiocanal Presents Amazon Channel + - display_priorities: + AE: 15 + BH: 24 + DZ: 26 + EG: 31 + IQ: 25 + JO: 24 + KW: 25 + LB: 25 + LY: 26 + MA: 25 + OM: 24 + PS: 25 + QA: 24 + SA: 29 + TN: 26 + YE: 25 + display_priority: 25 + logo_path: /bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg + provider_id: 1750 + provider_name: TOD + - display_priorities: + FR: 60 + display_priority: 60 + logo_path: /blrBF9R2ONYu04ifGkYEb3k779N.jpg + provider_id: 1754 + provider_name: TF1+ + - display_priorities: + AT: 54 + CH: 42 + DE: 110 + display_priority: 110 + logo_path: /704tOH9qi7y7DDl1CmzDCAI0dcQ.jpg + provider_id: 1756 + provider_name: filmingo + - display_priorities: + AT: 47 + DE: 91 + GB: 88 + display_priority: 88 + logo_path: /6WQqJyaFd0fmLLE6WIjFQyEyAFj.jpg + provider_id: 1757 + provider_name: Sooner Amazon Channel + - display_priorities: + US: 159 + display_priority: 159 + logo_path: /biHGb84xAzYrNkdvX5XWQTmgzC8.jpg + provider_id: 1759 + provider_name: Bet+ + - display_priorities: + DE: 95 + display_priority: 95 + logo_path: /zHjoZOQ2DOlu2HCZH18bzQYGc3t.jpg + provider_id: 1764 + provider_name: Yorck on Demand + - display_priorities: + US: 19 + display_priority: 19 + logo_path: /kkUHFtdjasnnOknZN69TbZ2fCTh.jpg + provider_id: 1770 + provider_name: Paramount+ with Showtime + - display_priorities: + AD: 23 + AE: 16 + AG: 9 + AL: 25 + AR: 31 + AT: 48 + AU: 50 + BA: 25 + BB: 23 + BE: 33 + BG: 17 + BH: 25 + BM: 25 + BO: 27 + BR: 44 + BS: 23 + CA: 106 + CH: 43 + CI: 25 + CL: 27 + CO: 28 + CR: 28 + CV: 9 + CZ: 24 + DE: 96 + DK: 37 + DO: 26 + DZ: 27 + EC: 27 + EE: 24 + EG: 32 + ES: 60 + FI: 38 + FJ: 9 + FR: 67 + GB: 91 + GF: 27 + GG: 8 + GH: 12 + GI: 25 + GQ: 12 + GT: 28 + HK: 36 + HN: 27 + HR: 32 + HU: 22 + ID: 32 + IE: 36 + IL: 23 + IN: 46 + IQ: 26 + IS: 30 + IT: 59 + JM: 22 + JO: 25 + JP: 25 + KE: 13 + KR: 26 + KW: 26 + LB: 26 + LC: 9 + LI: 26 + LT: 25 + LV: 24 + LY: 27 + MA: 26 + MC: 24 + MD: 23 + MK: 24 + MT: 23 + MU: 11 + MX: 44 + MY: 28 + MZ: 12 + NE: 25 + NG: 28 + NL: 45 + 'NO': 38 + NZ: 33 + OM: 25 + PA: 26 + PE: 28 + PF: 9 + PH: 27 + PL: 27 + PS: 26 + PT: 31 + QA: 25 + RO: 18 + RS: 26 + RU: 26 + SA: 30 + SC: 12 + SE: 40 + SG: 28 + SI: 26 + SK: 34 + SM: 26 + SN: 12 + SV: 25 + TC: 9 + TH: 26 + TN: 27 + TR: 24 + TT: 9 + TW: 36 + TZ: 11 + UG: 12 + US: 167 + UY: 29 + VE: 24 + YE: 26 + ZA: 27 + ZM: 12 + display_priority: 167 + logo_path: /ed0vz5bryWIhQB5sHiuGvHKnHHn.jpg + provider_id: 1771 + provider_name: Takflix + - display_priorities: + AD: 24 + AL: 26 + BA: 26 + BG: 19 + CZ: 26 + DK: 36 + ES: 9 + FI: 37 + HR: 33 + HU: 24 + MK: 25 + NL: 11 + 'NO': 7 + PL: 7 + PT: 32 + RO: 20 + RS: 27 + SE: 7 + SI: 27 + SK: 35 + XK: 3 + display_priority: 3 + logo_path: /gQbqEYd0C9uprYxEUqTM589qn8g.jpg + provider_id: 1773 + provider_name: SkyShowtime + - display_priorities: + AT: 49 + DE: 99 + display_priority: 99 + logo_path: /rYszOzWFzq7xPffwJ7XN5rJRI7u.jpg + provider_id: 1788 + provider_name: Love and Passion Amazon Channel + - display_priorities: + GB: 95 + US: 169 + display_priority: 169 + logo_path: /ehLnHewfxeKWCL7PT5K4AzTXIcV.jpg + provider_id: 1793 + provider_name: Klassiki + - display_priorities: + CA: 108 + US: 174 + display_priority: 174 + logo_path: /esiLBRzDUwodjfN8gA4qj7l3ZF7.jpg + provider_id: 1794 + provider_name: Starz Amazon Channel + - display_priorities: + AU: 52 + BR: 46 + CA: 110 + DE: 102 + ES: 63 + FR: 71 + GB: 98 + IT: 63 + JP: 27 + KR: 28 + MX: 46 + US: 175 + display_priority: 175 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + - display_priorities: + DE: 104 + display_priority: 104 + logo_path: /3VYyCBiG2WTCZ2tGzTkWvoXTeqi.jpg + provider_id: 1805 + provider_name: Studiocanal Presents MOVIECULT Amazon Channel + - display_priorities: + DE: 105 + display_priority: 105 + logo_path: /tHX1KI8VdAzKWMxSgPKqKfHcxFA.jpg + provider_id: 1806 + provider_name: Studiocanal Presents ALLSTARS Amazon Channel + - display_priorities: + US: 180 + display_priority: 180 + logo_path: /QAtDmj6XHlkPvw5xAjF08ZQARh.jpg + provider_id: 1811 + provider_name: Cohen Media Amazon Channel + - display_priorities: + BR: 83 + CZ: 22 + FR: 122 + MX: 18 + US: 11 + display_priority: 11 + logo_path: /erfmV26akboHUerxGjpl8pBwww3.jpg + provider_id: 1825 + provider_name: Max Amazon Channel + - display_priorities: + TR: 38 + display_priority: 38 + logo_path: /gaDNJ1xISHBBq9LQXwwe8PPSRHD.jpg + provider_id: 1826 + provider_name: TOD TV + - display_priorities: + DE: 109 + display_priority: 109 + logo_path: /fxYgfnsrUWa7e9aNr3j3RERpm66.jpg + provider_id: 1829 + provider_name: Behind the Tree + - display_priorities: + US: 183 + display_priority: 183 + logo_path: /f5yNbaK23OSWV5IocAj8FZwIOQj.jpg + provider_id: 1832 + provider_name: Popflick + - display_priorities: + ES: 68 + display_priority: 68 + logo_path: /8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg + provider_id: 1838 + provider_name: Tivify + - display_priorities: + AU: 58 + CA: 117 + 'NO': 40 + US: 23 + display_priority: 23 + logo_path: /xp12VXTZfunk568CAPs2Xqknimq.jpg + provider_id: 1852 + provider_name: 'Britbox Apple TV Channel ' + - display_priorities: + AR: 49 + AT: 56 + AU: 55 + BO: 31 + BR: 55 + CA: 116 + CH: 47 + CL: 31 + CO: 32 + CR: 32 + DE: 116 + DO: 29 + EC: 31 + FR: 83 + GB: 104 + GT: 32 + HN: 31 + IE: 41 + IT: 70 + MX: 23 + NI: 10 + PA: 30 + PE: 32 + PY: 30 + SV: 30 + US: 20 + VE: 28 + display_priority: 28 + logo_path: /tJqmTmQ8jp9WfyaZfApHK8lSywA.jpg + provider_id: 1853 + provider_name: 'Paramount Plus Apple TV Channel ' + - display_priorities: + AU: 56 + CA: 118 + ES: 93 + US: 22 + display_priority: 22 + logo_path: /oTQdXIqM9iewlN4MC2nhKB0gHw.jpg + provider_id: 1854 + provider_name: 'AMC Plus Apple TV Channel ' + - display_priorities: + US: 21 + display_priority: 21 + logo_path: /1C5EVCWyQD798CE1DFfcm6oAbxP.jpg + provider_id: 1855 + provider_name: Starz Apple TV Channel + - display_priorities: + AT: 6 + display_priority: 6 + logo_path: /f195E2gXoZBp7QjGNL4XICXxiDk.jpg + provider_id: 1856 + provider_name: Magenta TV + - display_priorities: + BE: 35 + display_priority: 35 + logo_path: /kwftIxtjuCAROIcdd53UEjzSmca.jpg + provider_id: 1857 + provider_name: Telenet + - display_priorities: + AR: 57 + BR: 59 + CO: 33 + FR: 102 + GB: 124 + MX: 72 + MZ: 16 + PT: 55 + US: 226 + ZA: 29 + display_priority: 226 + logo_path: /44E23wCM3WLsvAVRyk6fye76cZb.jpg + provider_id: 1860 + provider_name: Univer Video + - display_priorities: + BR: 63 + display_priority: 63 + logo_path: /oHr80zlf3DWxF6imu6QKqcz275.jpg + provider_id: 1861 + provider_name: Filmow + - display_priorities: + CL: 38 + CO: 39 + MX: 62 + US: 187 + display_priority: 187 + logo_path: /6S6kGNEmB4iSq83FX2zWTz8aLMN.jpg + provider_id: 1866 + provider_name: ViX Premium Amazon Channel + - display_priorities: + AR: 44 + BO: 29 + BR: 62 + BZ: 8 + CA: 123 + CL: 29 + CO: 30 + CR: 30 + DO: 27 + EC: 29 + ES: 72 + FR: 88 + GB: 106 + GT: 30 + HN: 29 + MX: 63 + NI: 8 + PA: 28 + PE: 30 + PY: 28 + SV: 28 + US: 191 + UY: 30 + VE: 26 + display_priority: 191 + logo_path: /oJRCAz1WKkKM9Ge7mX5KFnegTNY.jpg + provider_id: 1875 + provider_name: Runtime + - display_priorities: + FR: 89 + display_priority: 89 + logo_path: /2HsZxiwKi9Ym91r6WY9ojORvq79.jpg + provider_id: 1887 + provider_name: BrutX Amazon Channel + - display_priorities: + FR: 90 + display_priority: 90 + logo_path: /9jmtFeqCWvTSYpMMUPNhk8JNJWS.jpg + provider_id: 1888 + provider_name: Animation Digital Network Amazon Channel + - display_priorities: + CL: 44 + CO: 45 + FR: 91 + MX: 96 + display_priority: 96 + logo_path: /4ABGBjAMtRrYUrr0w3QfanuiaoB.jpg + provider_id: 1889 + provider_name: Universal+ Amazon Channel + - display_priorities: + DE: 120 + display_priority: 120 + logo_path: /s7ZjSKXOtjKBb7hAzBm3b0iY0SG.jpg + provider_id: 1891 + provider_name: alleskino Amazon Channel + - display_priorities: + DE: 121 + display_priority: 121 + logo_path: /5Qe65kN95Z0CytOaG3I8bytdW7A.jpg + provider_id: 1892 + provider_name: RTL Crime Amazon Channel + - display_priorities: + IT: 75 + display_priority: 75 + logo_path: /vM8Oe43bljZqRenO2xSIRHT7GMN.jpg + provider_id: 1894 + provider_name: CineAutore Amazon Channel + - display_priorities: + IT: 76 + display_priority: 76 + logo_path: /xcXI50PQIBsRDAP6eEpv09Vz8SG.jpg + provider_id: 1895 + provider_name: Anime Generation Amazon Channel + - display_priorities: + IT: 77 + display_priority: 77 + logo_path: /vXXpcM5yoD8GBWi6U50dOiKgukH.jpg + provider_id: 1896 + provider_name: Raro Video Amazon Channel + - display_priorities: + IT: 78 + display_priority: 78 + logo_path: /sL8ViH6zWOe07xHoiwxUwCXy890.jpg + provider_id: 1897 + provider_name: MIDNIGHT FACTORY Amazon Channel + - display_priorities: + IN: 47 + display_priority: 47 + logo_path: /oRfWFOG7XbNO1ZSICEnRzmUt7bT.jpg + provider_id: 1898 + provider_name: Amazon miniTV + - display_priorities: + AD: 27 + AG: 12 + AR: 60 + BA: 29 + BB: 25 + BE: 67 + BG: 22 + BO: 32 + BR: 7 + BS: 26 + BZ: 10 + CL: 7 + CO: 6 + CR: 4 + CZ: 35 + DK: 43 + DO: 32 + EC: 5 + ES: 17 + FI: 45 + FR: 113 + GT: 4 + GY: 4 + HK: 40 + HN: 32 + HR: 36 + HU: 29 + ID: 41 + JM: 24 + LC: 11 + MC: 27 + MD: 27 + ME: 7 + MK: 28 + MX: 5 + MY: 33 + NI: 14 + NL: 88 + 'NO': 44 + PA: 32 + PE: 7 + PH: 34 + PL: 40 + PT: 61 + PY: 31 + RO: 25 + RS: 30 + SE: 48 + SG: 32 + SI: 30 + SK: 40 + SV: 32 + TC: 11 + TH: 32 + TT: 12 + TW: 40 + US: 10 + UY: 3 + VE: 29 + display_priority: 29 + logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg + provider_id: 1899 + provider_name: Max + - display_priorities: + DE: 122 + display_priority: 122 + logo_path: /qTybjmHLNcXZExZLBnm4muVCDzP.jpg + provider_id: 1902 + provider_name: ARD Plus + - display_priorities: + TR: 11 + display_priority: 11 + logo_path: /c8ryDZroFQtuyRVPBwXq5PLpTWV.jpg + provider_id: 1904 + provider_name: TV+ + - display_priorities: + FR: 93 + display_priority: 93 + logo_path: /5FeLH5VGqpE4K48huk2T5h2xnY5.jpg + provider_id: 1912 + provider_name: Apollo + - display_priorities: + BR: 71 + display_priority: 71 + logo_path: /cV6ShEHGS1Bs83xszJlorJVRU47.jpg + provider_id: 1920 + provider_name: Reserva Imovision + - display_priorities: + CZ: 30 + display_priority: 30 + logo_path: /vrefjVylvD4RkEjQguuXebCp9UQ.jpg + provider_id: 1928 + provider_name: Prima Plus + - display_priorities: + AT: 60 + display_priority: 60 + logo_path: /kP741xlbpymqjELaTcPiAet3SnV.jpg + provider_id: 1929 + provider_name: Filmtastic bei Canal+ + - display_priorities: + CZ: 31 + display_priority: 31 + logo_path: /489t5n9o1KhH7voGNQkrXT7vBKV.jpg + provider_id: 1939 + provider_name: Lepsi TV + - display_priorities: + SE: 44 + display_priority: 44 + logo_path: /5lKPs5yrjeKHFrXh9RIvzyJJzSd.jpg + provider_id: 1944 + provider_name: TV4 Play + - display_priorities: + US: 204 + display_priority: 204 + logo_path: /en3dbHAWzDpvDhsI0G8LphUhpBr.jpg + provider_id: 1948 + provider_name: Reveel + - display_priorities: + AT: 74 + DE: 135 + display_priority: 135 + logo_path: /kVUNXh1Rt9JnwCDotghBKEwLGdH.jpg + provider_id: 1954 + provider_name: ServusTV On + - display_priorities: + US: 207 + display_priority: 207 + logo_path: /znTpq1dy5TYxm1QLoxORzuOuwYq.jpg + provider_id: 1956 + provider_name: Angel Studios + - display_priorities: + CA: 132 + US: 208 + display_priority: 208 + logo_path: /jpEV1w3CnrpDQ1vRvGQIZF1S6vA.jpg + provider_id: 1957 + provider_name: Cineverse + - display_priorities: + AE: 31 + DE: 136 + EG: 47 + IN: 61 + IQ: 41 + JO: 42 + KW: 42 + SA: 43 + US: 209 + display_priority: 209 + logo_path: /mK8nfCXfwoAa6cAkHUSKCkLEIKK.jpg + provider_id: 1958 + provider_name: AD tv + - display_priorities: + CA: 133 + US: 210 + display_priority: 210 + logo_path: /8s4adSGz4UmVOP5uegNkoikSFLV.jpg + provider_id: 1960 + provider_name: Midnight Pulp + - display_priorities: + DK: 40 + display_priority: 40 + logo_path: /a6z85DKGuPOyTg03TlJ6ShzzFO6.jpg + provider_id: 1961 + provider_name: Allente + - display_priorities: + US: 212 + display_priority: 212 + logo_path: /xfKqqWYYIyvjECOFOaYtJdD7gl3.jpg + provider_id: 1963 + provider_name: Xumo Play + - display_priorities: + US: 213 + display_priority: 213 + logo_path: /nlOrX8YVYjxFkEpfvJHayNg9UAB.jpg + provider_id: 1964 + provider_name: National Geographic + - display_priorities: + FR: 98 + display_priority: 98 + logo_path: /8qSG9LtUhBQIWy2Fr6fzeW7gBdd.jpg + provider_id: 1967 + provider_name: Molotov TV + - display_priorities: + AT: 126 + AU: 85 + BE: 71 + BR: 112 + CA: 12 + CL: 46 + CO: 47 + DE: 226 + ES: 111 + FR: 120 + GB: 12 + GG: 20 + IN: 80 + IT: 110 + MX: 105 + NL: 95 + PL: 47 + SE: 13 + US: 13 + display_priority: 13 + logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg + provider_id: 1968 + provider_name: Crunchyroll Amazon Channel + - display_priorities: + US: 216 + display_priority: 216 + logo_path: /6gdKp9OwHgDLloethSPxZbtovkl.jpg + provider_id: 1971 + provider_name: DistroTV + - display_priorities: + CA: 135 + US: 217 + display_priority: 217 + logo_path: /mWAOUnJY6hnQghUZpjuDB815efG.jpg + provider_id: 1972 + provider_name: myfilmfriend + - display_priorities: + BR: 78 + display_priority: 78 + logo_path: /ptNJnBKMVLv3XxmLU9UMVSDop80.jpg + provider_id: 1973 + provider_name: Filmicca + - display_priorities: + US: 219 + display_priority: 219 + logo_path: /jLD5zHgsAhSWBRTnMUOLaXrUuVI.jpg + provider_id: 1976 + provider_name: Outside Watch + - display_priorities: + NL: 80 + display_priority: 80 + logo_path: /cYyxWlMG0o1dKRvOdpMrVIFrY4F.jpg + provider_id: 1986 + provider_name: NPO Plus + - display_priorities: + AU: 62 + display_priority: 62 + logo_path: /zlOChFXWhfIqK2QCf6KPxu0nH2D.jpg + provider_id: 1988 + provider_name: Brollie + - display_priorities: + DE: 144 + display_priority: 144 + logo_path: /mmDWKHiDLmHDo2OWnduQuI1T4bh.jpg + provider_id: 1989 + provider_name: 'ZDF Select Amazon Channel ' + - display_priorities: + US: 227 + display_priority: 227 + logo_path: /pr64iEnZZ3qjsUqWS39R5JC97CX.jpg + provider_id: 1990 + provider_name: GlewedTV + - display_priorities: + DE: 145 + display_priority: 145 + logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg + provider_id: 1993 + provider_name: Videoload + - display_priorities: + DE: 146 + display_priority: 146 + logo_path: /a1zZJiOid4gG27xJtkcDaSVrQdb.jpg + provider_id: 1994 + provider_name: TELE 5 + - display_priorities: + FI: 42 + display_priority: 42 + logo_path: /wRMEDOZ8iAEEHXIY2VyckvT0K8I.jpg + provider_id: 2029 + provider_name: MTV Katsomo + - display_priorities: + US: 231 + display_priority: 231 + logo_path: /a0vfnBfWPAF6OtKZCzlyiW9A9l6.jpg + provider_id: 2033 + provider_name: A&E Crime Central Apple TV Channel + - display_priorities: + AU: 63 + CA: 140 + ES: 92 + GB: 129 + MX: 78 + US: 232 + display_priority: 232 + logo_path: /kx8rGgFYxX6aJkG7RHx2mtijglC.jpg + provider_id: 2034 + provider_name: Acorn TV Apple TV + - display_priorities: + US: 233 + display_priority: 233 + logo_path: /voNwdFHk9uc2ZEWKZlwSQDsfRJN.jpg + provider_id: 2036 + provider_name: ALLBLK Apple TV channel + - display_priorities: + DE: 149 + display_priority: 149 + logo_path: /9jxvmD363A04nuMw9jgyLzeDB3J.jpg + provider_id: 2037 + provider_name: ARD Plus Apple TV channel + - display_priorities: + DE: 150 + display_priority: 150 + logo_path: /as1NArQkfAnptYQP3VS03GOJPdm.jpg + provider_id: 2038 + provider_name: Arthaus+ Apple TV channel + - display_priorities: + US: 246 + display_priority: 246 + logo_path: /yFk3WffvGGUtIjJBSV0pgsciaEB.jpg + provider_id: 2040 + provider_name: BET+ Apple TV channel + - display_priorities: + GB: 132 + display_priority: 132 + logo_path: /kohVS01u3sP5IkqsSaAKdBit6aP.jpg + provider_id: 2041 + provider_name: BFI Player Apple TV Channel + - display_priorities: + US: 247 + display_priority: 247 + logo_path: /dDHyeNrfnloy6skW0j6oIUXFa3Z.jpg + provider_id: 2042 + provider_name: Carnegie Hall+ Apple TV Channel + - display_priorities: + CA: 143 + US: 239 + display_priority: 239 + logo_path: /1SuB6tXdKaW4qDRDiqm9C1nr1mD.jpg + provider_id: 2044 + provider_name: OUTtv Apple TV Channel + - display_priorities: + US: 234 + display_priority: 234 + logo_path: /92iY4soQNVzNM02mHGjqovPdzdF.jpg + provider_id: 2045 + provider_name: UP Faith & Family Apple TV Channel + - display_priorities: + GB: 130 + US: 235 + display_priority: 235 + logo_path: /5a0E4ozONnF8rw5cI3n9uueK9WM.jpg + provider_id: 2047 + provider_name: Tastemade Apple TV Channel + - display_priorities: + CA: 141 + US: 236 + display_priority: 236 + logo_path: /1x0LxXHUibIolT5fxdSamGGMBC3.jpg + provider_id: 2048 + provider_name: Sundance Now Apple TV Channel + - display_priorities: + AU: 64 + CA: 142 + US: 237 + display_priority: 237 + logo_path: /kLfq0I2MwiUFUY9yI1GwOeKxX8f.jpg + provider_id: 2049 + provider_name: Shudder Apple TV Channel + - display_priorities: + US: 238 + display_priority: 238 + logo_path: /96HJkA4nMkcOtiqH9oF1YYtGBHK.jpg + provider_id: 2050 + provider_name: ScreenPix Apple TV Channel + - display_priorities: + CA: 144 + display_priority: 144 + logo_path: /dy9XKHyf16dSB1Lg7KIrtUwDxIX.jpg + provider_id: 2052 + provider_name: Love Nature Apple TV Channel + - display_priorities: + IN: 74 + display_priority: 74 + logo_path: /p8i1zUcZYQ7qU6RrGvGbDItvcx4.jpg + provider_id: 2053 + provider_name: Lionsgate Play Apple TV Channel + - display_priorities: + ID: 37 + display_priority: 37 + logo_path: /hwX55ugBE1qtM62egayb1CHvNEh.jpg + provider_id: 2054 + provider_name: Lifetime Play Apple TV Channel + - display_priorities: + US: 240 + display_priority: 240 + logo_path: /cpSQ9P0ntzr1gZcxHIyaryihpgH.jpg + provider_id: 2055 + provider_name: Lifetime Movie Club Apple TV Channel + - display_priorities: + CA: 146 + US: 248 + display_priority: 248 + logo_path: /tPvmybuDUn84aDps72GiMbvr2xU.jpg + provider_id: 2056 + provider_name: IFC Films Unlimited Apple TV Channel + - display_priorities: + US: 249 + display_priority: 249 + logo_path: /fsert5S2L3CWSFyaAODiWPOScmz.jpg + provider_id: 2057 + provider_name: HISTORY Vault Apple TV Channel + - display_priorities: + US: 241 + display_priority: 241 + logo_path: /ce9sTSF5WsvqEHv7kxOM1LlQha5.jpg + provider_id: 2058 + provider_name: Hallmark Movies Now Apple TV Channel + - display_priorities: + AU: 65 + IN: 75 + US: 242 + display_priority: 242 + logo_path: /cqgeSQHqKEkfcmsiy7GoCnf1Q2I.jpg + provider_id: 2059 + provider_name: Eros Now Select Apple TV Channel + - display_priorities: + GB: 131 + US: 243 + display_priority: 243 + logo_path: /z9x1xFFKjHTYlLYWtiPhAjN4jOp.jpg + provider_id: 2060 + provider_name: CuriosityStream Apple TV Channel + - display_priorities: + US: 244 + display_priority: 244 + logo_path: /zXCdY4pczONheFCU9GkrMbGI1o5.jpg + provider_id: 2061 + provider_name: Cinemax Apple TV Channel + - display_priorities: + CA: 161 + US: 273 + display_priority: 273 + logo_path: /dj9jb4fiaHILc5GtF76BXzrsGZj.jpg + provider_id: 2064 + provider_name: 'ALLBLK Amazon channel ' + - display_priorities: + AT: 122 + CH: 64 + DE: 223 + display_priority: 223 + logo_path: /aiRdDAPESgu9ztDFcLtrSqFa0W2.jpg + provider_id: 2065 + provider_name: 'ARD Plus Amazon channel ' + - display_priorities: + US: 252 + display_priority: 252 + logo_path: /xT5I4zZ2XTLhOVA5ooQIsqjSC3R.jpg + provider_id: 2071 + provider_name: Carnegie Hall+ Amazon Channel + - display_priorities: + US: 251 + display_priority: 251 + logo_path: /fr8lHD0EAYU01UIhg6u8kJrk7jQ.jpg + provider_id: 2073 + provider_name: HISTORY Vault Amazon Channel + - display_priorities: + IN: 77 + display_priority: 77 + logo_path: /yVbjPWEbsStanRAxwKMDARVOvsn.jpg + provider_id: 2074 + provider_name: Lionsgate Play Amazon Channel + - display_priorities: + ID: 38 + display_priority: 38 + logo_path: /zNYEUs0Z5t7jJqnLTtla8v6AoS4.jpg + provider_id: 2075 + provider_name: Lifetime Play Amazon Channel + - display_priorities: + DE: 152 + display_priority: 152 + logo_path: /ptSF973yIl90KwhEmNWDvN1nhan.jpg + provider_id: 2076 + provider_name: Wedo TV + - display_priorities: + DE: 160 + PE: 34 + US: 135 + display_priority: 135 + logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg + provider_id: 2077 + provider_name: Plex Channel + - display_priorities: + US: 259 + display_priority: 259 + logo_path: /2CYF8CNs5WK3sB69K0AlmwUxrzv.jpg + provider_id: 2078 + provider_name: Troma NOW + - display_priorities: + DE: 154 + display_priority: 154 + logo_path: /5JkLub6H7HsWyLHbitnuXTzXmlJ.jpg + provider_id: 2081 + provider_name: KiKA + - display_priorities: + US: 253 + display_priority: 253 + logo_path: /bKWKqZYT3wrpq1Lyi2qSmx1qlqh.jpg + provider_id: 2089 + provider_name: Lifetime Movie Club Amazon Channel + - display_priorities: + AT: 65 + CA: 152 + DE: 156 + GB: 136 + US: 258 + display_priority: 258 + logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg + provider_id: 2100 + provider_name: Amazon Prime Video with Ads + - display_priorities: + PL: 35 + display_priority: 35 + logo_path: /hMfeG5pus99eh1xrSaC2r7YG5vw.jpg + provider_id: 2101 + provider_name: Canal+ online + - display_priorities: + PL: 36 + display_priority: 36 + logo_path: /mBliLuM0AbkRPGDoVa7IGxwC59b.jpg + provider_id: 2102 + provider_name: Premiery Canal+ + - display_priorities: + AR: 63 + BR: 86 + CL: 34 + CO: 35 + MX: 80 + display_priority: 80 + logo_path: /5lcKyzjIFl9ur2Nk8YsXd5kR7vc.jpg + provider_id: 2106 + provider_name: Adrenalina Pura Amazon channel + - display_priorities: + AR: 64 + BR: 87 + CL: 35 + CO: 36 + MX: 81 + display_priority: 81 + logo_path: /ctse3rS9jiPiOvDwBEFtpVUOnnq.jpg + provider_id: 2107 + provider_name: Adrenalina Pura Apple TV channel + - display_priorities: + IT: 99 + display_priority: 99 + logo_path: /5kpTR2iwaoBk9AkPZvlfgeYvbsv.jpg + provider_id: 2108 + provider_name: 'Far East Amazon Channel ' + - display_priorities: + CH: 52 + display_priority: 52 + logo_path: /twKkyl31iYVtxfICNkDdrxrJ7KS.jpg + provider_id: 2115 + provider_name: Cinu + - display_priorities: + US: 82 + display_priority: 82 + logo_path: /9YYuvhTfMuBR7keJ7DPa1GFlDrF.jpg + provider_id: 2129 + provider_name: BYUtv + - display_priorities: + AT: 67 + DE: 162 + display_priority: 162 + logo_path: /bh0e83QEvjzttsj8FJcQaYxPR43.jpg + provider_id: 2134 + provider_name: AXN Black Amazon Channel + - display_priorities: + US: 266 + display_priority: 266 + logo_path: /l8nPh3HtqfIJiFTYT7RdNdsv1XD.jpg + provider_id: 2135 + provider_name: Kino Film Collection + - display_priorities: + DE: 165 + display_priority: 165 + logo_path: /inTlUMvnQrtCee5fnO4J45SuIwH.jpg + provider_id: 2137 + provider_name: Arthaus+ + - display_priorities: + AT: 71 + BE: 66 + BR: 91 + CL: 37 + CO: 38 + DE: 166 + ES: 105 + GB: 144 + IT: 106 + MX: 85 + NL: 87 + display_priority: 87 + logo_path: /efu1Cqc63XrPBoreYnf2mn0Nizj.jpg + provider_id: 2141 + provider_name: MGM Plus Amazon Channel + - display_priorities: + AR: 66 + BR: 90 + CL: 36 + CO: 37 + MX: 83 + display_priority: 83 + logo_path: /foWKiK4ikpdM72OGN2B8jjyy6OY.jpg + provider_id: 2142 + provider_name: MGM+ Apple TV Channel + - display_priorities: + IT: 107 + display_priority: 107 + logo_path: /aRy3fDxHOKRq3nhC5J4Sp96kW2b.jpg + provider_id: 2149 + provider_name: CG tv + - display_priorities: + AT: 69 + display_priority: 69 + logo_path: /d1d8EljUNvWVU09ShQyXHE1mO9L.jpg + provider_id: 2151 + provider_name: ORF ON + - display_priorities: + AT: 70 + display_priority: 70 + logo_path: /5fS4WiQZ7yX3fBHKelQBO9NwUcD.jpg + provider_id: 2152 + provider_name: ORF KIDS + - display_priorities: + BR: 92 + display_priority: 92 + logo_path: /9kcTsX2laYclN4bFiMH3RuhZel2.jpg + provider_id: 2156 + provider_name: Telecine Amazon Channel + - display_priorities: + BR: 93 + display_priority: 93 + logo_path: /rvepVasXaE7VFNNXR9pm0tGMu97.jpg + provider_id: 2157 + provider_name: Reserva Imovision Amazon Channel + - display_priorities: + AU: 73 + BR: 94 + CA: 155 + IN: 95 + MX: 86 + display_priority: 86 + logo_path: /eUOFD3Vr0BSV6IfBzUEYLozFXNk.jpg + provider_id: 2158 + provider_name: Stingray Amazon Channel + - display_priorities: + BR: 95 + display_priority: 95 + logo_path: /lerdRkZ4vwe4gEZfSxpDpLF4uVl.jpg + provider_id: 2159 + provider_name: CurtaOn Amazon Channel + - display_priorities: + MX: 88 + display_priority: 88 + logo_path: /b4vLoTkxvsjOB9kG2V0jsczRl1Q.jpg + provider_id: 2161 + provider_name: Sony One Amazon Channel + - display_priorities: + MX: 89 + display_priority: 89 + logo_path: /7lF4oJgbweKKeb9PemMUAw86ji2.jpg + provider_id: 2162 + provider_name: Atresplayer Amazon Channel + - display_priorities: + MX: 90 + US: 275 + display_priority: 275 + logo_path: /iHQ9I6iKiIAHSg4sAztp9QGYSs4.jpg + provider_id: 2163 + provider_name: Vix Gratis Amazon Channel + - display_priorities: + MX: 91 + display_priority: 91 + logo_path: /7SOOyT9PP0DMdsCXESdfMqbrFKW.jpg + provider_id: 2164 + provider_name: Gaia Amazon Channel + - display_priorities: + CL: 40 + CO: 41 + MX: 94 + display_priority: 94 + logo_path: /3Urtm9N9KL9cvhHBAKMpROdee1n.jpg + provider_id: 2167 + provider_name: Cindie Amazon Channel + - display_priorities: + AU: 74 + display_priority: 74 + logo_path: /qLT8rsghGQ92bsC0PAKtu4JAjTX.jpg + provider_id: 2168 + provider_name: DocPlay Amazon Channel + - display_priorities: + AU: 75 + IN: 96 + display_priority: 96 + logo_path: /3sOfrPDIomU45q0EN4Z9jQ3OfeG.jpg + provider_id: 2169 + provider_name: Iwonder Amazon Channel + - display_priorities: + AU: 76 + display_priority: 76 + logo_path: /cgdnToW3i10CWEoSoQC6Zq9mO9H.jpg + provider_id: 2170 + provider_name: Rialto Amazon Channel + - display_priorities: + DE: 167 + FR: 115 + display_priority: 115 + logo_path: /h5QpXIpSnvrPFnOLRXV83CtVHQH.jpg + provider_id: 2173 + provider_name: Anime Digital Network Amazon Channel + - display_priorities: + US: 270 + display_priority: 270 + logo_path: /jUgtBLZzpaLVTNnqGYDOU9BlCzU.jpg + provider_id: 2174 + provider_name: Strand Releasing Amazon Channel + - display_priorities: + IN: 81 + display_priority: 81 + logo_path: /8ipK9EjNHvcPM22SgqKdA8wZjal.jpg + provider_id: 2176 + provider_name: Hoichoi Amazon Channel + - display_priorities: + IN: 82 + display_priority: 82 + logo_path: /fY2J5CojsKC52LO2K8P5AQAH2UT.jpg + provider_id: 2177 + provider_name: ManoramaMAX Amazon Channel + - display_priorities: + IN: 83 + display_priority: 83 + logo_path: /sOikKxPVWnwUqa46nt8SwrQ53ui.jpg + provider_id: 2178 + provider_name: Chaupal Amazon Channel + - display_priorities: + IN: 84 + display_priority: 84 + logo_path: /vAlwpM4ey2gRvgWmg5mHrjOAIU4.jpg + provider_id: 2179 + provider_name: BBC Kids Amazon Channel + - display_priorities: + IN: 85 + display_priority: 85 + logo_path: /i7FaDWpD2xoIWB5lyF191cykfck.jpg + provider_id: 2180 + provider_name: Sony Pictures Amazon Channel + - display_priorities: + IN: 86 + display_priority: 86 + logo_path: /3LH55fdW1UrjDITGZcJlQT4wRqB.jpg + provider_id: 2181 + provider_name: Vrott Amazon Channel + - display_priorities: + IN: 87 + display_priority: 87 + logo_path: /p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg + provider_id: 2182 + provider_name: Anime Times Amazon Channel + - display_priorities: + IN: 89 + display_priority: 89 + logo_path: /saZdn4kLq6Brkc0d8g6SZYGPxIr.jpg + provider_id: 2184 + provider_name: Museum Tv Amazon Channel + - display_priorities: + IN: 97 + display_priority: 97 + logo_path: /8WPLg0mQQUdzWZw7xDaM0POmwfO.jpg + provider_id: 2185 + provider_name: NammaFlix Amazon Channel + - display_priorities: + DE: 168 + display_priority: 168 + logo_path: /sElRjek77o2yGbiFizqPbjLdyra.jpg + provider_id: 2190 + provider_name: Plaion Pictures + - display_priorities: + DE: 170 + display_priority: 170 + logo_path: /745WQrNUjgJfUXxM2OJAoFkPhsw.jpg + provider_id: 2201 + provider_name: Toggo + - display_priorities: + DE: 171 + display_priority: 171 + logo_path: /jASACep2h6gPgTEfilfsn0mFteF.jpg + provider_id: 2206 + provider_name: Kixi + - display_priorities: + DE: 172 + display_priority: 172 + logo_path: /4JfSo3RoLuGtvY3jyjaVtxcwp2A.jpg + provider_id: 2207 + provider_name: Verleihshop + - display_priorities: + DE: 173 + display_priority: 173 + logo_path: /xo4zowa5gbKT4z65ZathH6H4Cdg.jpg + provider_id: 2209 + provider_name: Freenet meinVOD + - display_priorities: + DE: 174 + display_priority: 174 + logo_path: /mvI5xXSRCBkPlcq83CI21rEMuGk.jpg + provider_id: 2211 + provider_name: 3sat + - display_priorities: + PL: 44 + display_priority: 44 + logo_path: /rZG2UBzS8ysl2kloSbrm9w4Mth2.jpg + provider_id: 2214 + provider_name: CDA Premium + - display_priorities: + DE: 175 + display_priority: 175 + logo_path: /eeu878U02fXr6ef3OfeiVVUS8yv.jpg + provider_id: 2220 + provider_name: Akibapass + - display_priorities: + AT: 76 + DE: 177 + display_priority: 177 + logo_path: /a688PNhEgWvLPzxr7AgAD8pDfE9.jpg + provider_id: 2229 + provider_name: Disaster X Amazon Channel + - display_priorities: + AT: 77 + DE: 179 + display_priority: 179 + logo_path: /yRtZJF9vKrSSwwsgUS6XycBdAl0.jpg + provider_id: 2231 + provider_name: Galactic Stream Amazon Channel + - display_priorities: + AT: 78 + DE: 180 + display_priority: 180 + logo_path: /59jxqvvHok2RxWZ4gsdNs33be5r.jpg + provider_id: 2233 + provider_name: BATTLEZONE Amazon Channel + - display_priorities: + TR: 65 + display_priority: 65 + logo_path: /uWVpt3iJ2pLKtFZ69rAKP0EDVVx.jpg + provider_id: 2235 + provider_name: tabii + - display_priorities: + ES: 108 + display_priority: 108 + logo_path: /lDvzuBuNVgpcdzDpPmmufKvrZPb.jpg + provider_id: 2237 + provider_name: 3Cat + - display_priorities: + US: 46 + display_priority: 46 + logo_path: /69eoIMVggmpyY7Aa8qeN4jsREfd.jpg + provider_id: 2239 + provider_name: FlixHouse + - display_priorities: + TR: 1 + display_priority: 1 + logo_path: /lt6XdkI9JJuQjW7FH1Tud3M6x68.jpg + provider_id: 2240 + provider_name: Gain + - display_priorities: + ES: 4 + display_priority: 4 + logo_path: /jse4MOi92Jgetym7nbXFZZBI6LK.jpg + provider_id: 2241 + provider_name: Movistar Plus+ + - display_priorities: + AU: 89 + CA: 168 + GB: 161 + US: 277 + display_priority: 277 + logo_path: /yFrZVSC4UnDpeIzX2svcRPgV5P5.jpg + provider_id: 2243 + provider_name: Apple TV Plus Amazon Channel + - display_priorities: + AT: 118 + DE: 220 + display_priority: 220 + logo_path: /kZkxB1p2hAo5TDYBxiPB087VcDq.jpg + provider_id: 2244 + provider_name: ASIATIC Amazon Channel + - display_priorities: + AT: 79 + DE: 181 + display_priority: 181 + logo_path: /kdK7YNtuILiP8eczeXV9nv6w6rd.jpg + provider_id: 2245 + provider_name: Auto Motor und Sport Amazon Channel + - display_priorities: + AT: 80 + CH: 54 + DE: 182 + display_priority: 182 + logo_path: /fA2DzD3tCoGt3LLCfH2N4K9klQi.jpg + provider_id: 2246 + provider_name: ' AXN White Amazon Channel ' + - display_priorities: + AT: 83 + DE: 185 + display_priority: 185 + logo_path: /hj3dCuFVj4iBRQsYHRVtVGZ8ezb.jpg + provider_id: 2249 + provider_name: Fix And Foxi Amazon Channel + - display_priorities: + AT: 84 + CH: 55 + DE: 186 + display_priority: 186 + logo_path: /kuDPlNYeBXdJdBS1VhbwWEKXf8t.jpg + provider_id: 2250 + provider_name: FlimmerkisteTV Amazon Channel + - display_priorities: + AT: 86 + DE: 188 + display_priority: 188 + logo_path: /cvh6xn93xim49GzNEwxx43CHRiS.jpg + provider_id: 2252 + provider_name: Franatic Amazon Channel + - display_priorities: + AT: 87 + DE: 189 + display_priority: 189 + logo_path: /xc1sNY9m26IWTDLVch4l5RITE5n.jpg + provider_id: 2253 + provider_name: GEO Television Amazon Channel + - display_priorities: + AT: 88 + DE: 190 + display_priority: 190 + logo_path: /15d0DEceQYOTdUhbTV4h90MCwzw.jpg + provider_id: 2254 + provider_name: GEO Wild Amazon Channel + - display_priorities: + AT: 89 + DE: 191 + display_priority: 191 + logo_path: /qPnVZlOKd5UnoE7cZzjM9Bnmry5.jpg + provider_id: 2255 + provider_name: Good Movies Amazon Channel + - display_priorities: + AT: 90 + DE: 192 + display_priority: 192 + logo_path: /4fvNDhHvuFLhd0kYDneFw11exxO.jpg + provider_id: 2256 + provider_name: Gute Laune TV Amazon Channel + - display_priorities: + AT: 91 + DE: 193 + display_priority: 193 + logo_path: /j0EdO7R89IKdVkOE7jG4UnlJWJx.jpg + provider_id: 2257 + provider_name: Historama Amazon Channel + - display_priorities: + AT: 92 + DE: 194 + display_priority: 194 + logo_path: /4H9Cr9iKiKwJkjBqJn4TgHu3ufL.jpg + provider_id: 2258 + provider_name: Kabel Eins Classics Amazon Channel + - display_priorities: + AT: 93 + CH: 56 + DE: 195 + display_priority: 195 + logo_path: /6rUYLv7HEvx5DK1D6MQXy3MkLQc.jpg + provider_id: 2259 + provider_name: Kinderwelt Amazon Channel + - display_priorities: + AT: 94 + CH: 57 + DE: 196 + display_priority: 196 + logo_path: /2ixS9fp8UgxGifDn9aNxyeMyShc.jpg + provider_id: 2260 + provider_name: Kixi Select Amazon Channel + - display_priorities: + AT: 95 + CH: 58 + DE: 197 + LI: 30 + LU: 12 + display_priority: 30 + logo_path: /AeebTPbgU6JeJ2OkptaFjeCsmvQ.jpg + provider_id: 2261 + provider_name: Moconomy Amazon Channel + - display_priorities: + AT: 97 + DE: 199 + display_priority: 199 + logo_path: /ge0PnSsdq9tCFY7UVpPwVKddaER.jpg + provider_id: 2263 + provider_name: Netzkino Select Amazon Channel + - display_priorities: + AT: 99 + DE: 201 + GB: 150 + GG: 13 + display_priority: 150 + logo_path: /fNrfISilqgSKJPPrYFmVBwzQm0x.jpg + provider_id: 2264 + provider_name: Okidoki Amazon Channel + - display_priorities: + AT: 100 + DE: 202 + display_priority: 202 + logo_path: /uP1H33OCslvhtlFzYTicmHivq9O.jpg + provider_id: 2265 + provider_name: ProSieben Fun Amazon Channel + - display_priorities: + AT: 101 + DE: 203 + display_priority: 203 + logo_path: /nRNX3ijGNhKfX9av9wDZK9SUYsq.jpg + provider_id: 2266 + provider_name: Qello Concerts by Stingray Amazon Channel + - display_priorities: + AT: 102 + CH: 61 + DE: 204 + display_priority: 204 + logo_path: /kMfIUfVymOKnLwQGBAAUl6V8Q6H.jpg + provider_id: 2267 + provider_name: Queer Cinemab Amazon Channel + - display_priorities: + AT: 103 + DE: 205 + display_priority: 205 + logo_path: /mv5q5cRD3SwijtJQ13lktAo1Zow.jpg + provider_id: 2268 + provider_name: RTL Living Amazon Channel + - display_priorities: + AT: 104 + DE: 206 + GB: 151 + GG: 14 + display_priority: 151 + logo_path: /eOHPreGr7UvOGMEpVqXWZdcJAiT.jpg + provider_id: 2269 + provider_name: Sat.1 emotions Amazon Channel + - display_priorities: + AT: 105 + DE: 207 + display_priority: 207 + logo_path: /e4XxAzUddiLEGm4Okh8mSWxgh5U.jpg + provider_id: 2270 + provider_name: Sony Amazon Channel + - display_priorities: + AT: 106 + DE: 208 + display_priority: 208 + logo_path: /f3RXdwfzEfl5tf68T4Z1e78RT5Y.jpg + provider_id: 2271 + provider_name: Spiegel Geschichte Amazon Channel + - display_priorities: + AT: 107 + DE: 209 + display_priority: 209 + logo_path: /jZbW29NXgiM8jWH9GQ1yqGdeUTA.jpg + provider_id: 2272 + provider_name: Sportdigital Amazon Channel + - display_priorities: + AT: 108 + DE: 210 + GB: 152 + GG: 15 + US: 279 + display_priority: 279 + logo_path: /ycsoT2ziFng88zD2bIPLkHPICdj.jpg + provider_id: 2273 + provider_name: Stingray Classica Amazon Channel + - display_priorities: + AT: 109 + DE: 211 + GB: 153 + GG: 16 + US: 280 + display_priority: 280 + logo_path: /n9DgrL43vTO4BAOrPzvfeVnIhFS.jpg + provider_id: 2274 + provider_name: Stingray Djazz Amazon Channel + - display_priorities: + AT: 110 + DE: 212 + ES: 109 + GB: 154 + GG: 17 + IT: 108 + NL: 92 + US: 281 + display_priority: 281 + logo_path: /hhrxkhGheXYIxySqg4RcvO4tywc.jpg + provider_id: 2275 + provider_name: Stingray Karaoke Amazon Channel + - display_priorities: + AT: 112 + DE: 214 + display_priority: 214 + logo_path: /orskeNGDTbM3Ja0XdJL6GsBsJux.jpg + provider_id: 2277 + provider_name: Terra X Amazon Channel + - display_priorities: + AT: 113 + DE: 215 + GB: 155 + GG: 18 + US: 282 + display_priority: 282 + logo_path: /oJzhATqCZWDMaJTSymuYzHPYGz8.jpg + provider_id: 2278 + provider_name: TV1000 Russian Kino Amazon Channel + - display_priorities: + AT: 114 + DE: 216 + display_priority: 216 + logo_path: /3iD98wKWhYod5mon6doUoSuHaZP.jpg + provider_id: 2279 + provider_name: Waidwerk Amazon Channel + - display_priorities: + AT: 116 + CH: 62 + DE: 218 + display_priority: 218 + logo_path: /wjIZsNyJ3BtYURWZoBzMSUQYjvg.jpg + provider_id: 2281 + provider_name: Wild West Amzon Channel + - display_priorities: + TH: 30 + display_priority: 30 + logo_path: /kwuUSaCoI9XN0ofHGVTkRm4BMYt.jpg + provider_id: 2283 + provider_name: Monomax + - display_priorities: + JP: 59 + display_priority: 59 + logo_path: /cT8C7KjGlmaLrcsXkZhQpRhqpQs.jpg + provider_id: 2284 + provider_name: Max UNext Channel + - display_priorities: + AD: 28 + AE: 40 + AG: 14 + AL: 29 + AO: 6 + AR: 70 + AT: 119 + AU: 86 + AZ: 6 + BA: 30 + BB: 27 + BE: 69 + BF: 6 + BG: 23 + BH: 53 + BM: 29 + BO: 34 + BR: 111 + BS: 28 + BY: 8 + BZ: 12 + CA: 165 + CD: 3 + CH: 63 + CI: 28 + CL: 45 + CM: 6 + CO: 46 + CR: 34 + CU: 9 + CV: 14 + CY: 10 + CZ: 36 + DE: 54 + DK: 44 + DO: 34 + DZ: 30 + EC: 33 + EE: 28 + EG: 57 + ES: 110 + FI: 46 + FJ: 13 + FR: 119 + GB: 47 + GF: 30 + GG: 19 + GH: 17 + GI: 28 + GQ: 15 + GR: 25 + GT: 34 + GY: 6 + HK: 39 + HN: 34 + HR: 37 + HU: 30 + ID: 40 + IE: 47 + IL: 28 + IN: 100 + IQ: 53 + IS: 33 + IT: 109 + JM: 27 + JO: 55 + JP: 60 + KE: 16 + KR: 58 + KW: 54 + LB: 30 + LC: 14 + LI: 33 + LT: 29 + LU: 15 + LV: 28 + LY: 30 + MA: 29 + MC: 28 + MD: 28 + ME: 8 + MG: 6 + MK: 29 + ML: 7 + MT: 27 + MU: 16 + MW: 4 + MX: 104 + MY: 32 + MZ: 18 + NE: 28 + NG: 31 + NI: 16 + NL: 93 + 'NO': 45 + NZ: 39 + OM: 54 + PA: 34 + PE: 35 + PF: 12 + PG: 6 + PH: 33 + PK: 9 + PL: 45 + PS: 29 + PT: 64 + PY: 33 + QA: 53 + RO: 26 + RS: 31 + RU: 31 + SA: 52 + SC: 15 + SE: 49 + SG: 31 + SI: 31 + SK: 41 + SM: 29 + SN: 15 + SV: 34 + TC: 13 + TD: 8 + TH: 31 + TN: 30 + TR: 67 + TT: 15 + TW: 39 + TZ: 33 + UA: 9 + UG: 17 + US: 43 + UY: 33 + VA: 8 + VE: 31 + XK: 6 + YE: 29 + ZA: 31 + ZM: 15 + ZW: 7 + display_priority: 31 + logo_path: /uCMLyl8jGIbInVyDeCeV6kpciFm.jpg + provider_id: 2285 + provider_name: JustWatchTV + - display_priorities: + FR: 121 + display_priority: 121 + logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg + provider_id: 2286 + provider_name: VIVA by videofutur + - display_priorities: + AT: 120 + DE: 221 + display_priority: 221 + logo_path: /35u6ZIq0zht35nkeo5W1X9AmbIK.jpg + provider_id: 2287 + provider_name: Adrenalin Amazon channel + - display_priorities: + AT: 121 + DE: 222 + display_priority: 222 + logo_path: /8fE593wjaked3UDNEb0Aw9WsSNW.jpg + provider_id: 2288 + provider_name: Allstars Amazon Channel + - display_priorities: + AT: 128 + CH: 66 + DE: 228 + LI: 34 + LU: 16 + display_priority: 34 + logo_path: /4zKrTkGhbh1KjFksg3gVPsZiPt2.jpg + provider_id: 2289 + provider_name: Fernsehen mit Herz Amazon Channel + - display_priorities: + AT: 131 + DE: 231 + display_priority: 231 + logo_path: /1egNE9hIti4LGeVJPGHbgXuXXO9.jpg + provider_id: 2291 + provider_name: Moviecult Amazon Channel + - display_priorities: + AT: 133 + DE: 233 + display_priority: 233 + logo_path: /3ImESY1OFx7UC7fBwakvjSEmra5.jpg + provider_id: 2292 + provider_name: Redlight Cinema Amazon Channel + - display_priorities: + AT: 134 + DE: 234 + GB: 158 + GG: 22 + display_priority: 234 + logo_path: /91mdl623RUIlQGr3ZlbB6uxKM9W.jpg + provider_id: 2293 + provider_name: Seven Entertainment Amazon Channel + - display_priorities: + AT: 135 + DE: 235 + display_priority: 235 + logo_path: /4xHQUeeZAptdMlzTRuZAFyE61DV.jpg + provider_id: 2294 + provider_name: Stingray All good vibes Amazon Channel + - display_priorities: + AT: 136 + DE: 236 + display_priority: 236 + logo_path: /Qq3ZiMvLl288BvhVoBv8lFot8I.jpg + provider_id: 2295 + provider_name: Thrillbox Amazon Channel + - display_priorities: + AT: 137 + DE: 237 + display_priority: 237 + logo_path: /sElGn8Ml7yYKuAsceZYQ0nKpqHa.jpg + provider_id: 2296 + provider_name: Viaplay Amazon Channel + - display_priorities: + AT: 138 + DE: 238 + display_priority: 238 + logo_path: /r3Ure9Slzgn6hcjMQKVIgf0ORBV.jpg + provider_id: 2297 + provider_name: ZDF Krimi Amazon Channel + - display_priorities: + AT: 139 + DE: 239 + GB: 160 + GG: 23 + display_priority: 239 + logo_path: /8w42AXYRf7BiaRMsFTUCsTSuz63.jpg + provider_id: 2298 + provider_name: ZDFtivi Amazon channel + - display_priorities: + AT: 123 + DE: 224 + display_priority: 224 + logo_path: /txD7jP7uZCsfoYkkCrJ20RgW2R0.jpg + provider_id: 2299 + provider_name: Bergblick Amazon Channel + - display_priorities: + GB: 156 + display_priority: 156 + logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg + provider_id: 2300 + provider_name: ITVX Premium + - display_priorities: + AR: 71 + display_priority: 71 + logo_path: /yGXdJGI6K2fPhpUoCt22yjLkgRj.jpg + provider_id: 2302 + provider_name: Mercado Play + - display_priorities: + AU: 87 + BR: 114 + CA: 166 + FR: 123 + GB: 162 + IE: 48 + MX: 106 + display_priority: 106 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 2303 + provider_name: Paramount Plus Premium + - display_priorities: + AU: 88 + CA: 167 + GB: 163 + IE: 49 + display_priority: 49 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 2304 + provider_name: Paramount Plus Basic with Ads + - display_priorities: + FR: 124 + display_priority: 124 + logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg + provider_id: 2307 + provider_name: Premiere Max + - display_priorities: + US: 146 + display_priority: 146 + logo_path: /8G7qvHF7hdmXpfxxqtF1WT9ib68.jpg + provider_id: 2308 + provider_name: Darkroom + examples: + movie providers: + value: + results: + - display_priorities: + AE: 1 + AR: 3 + AT: 4 + AU: 10 + BE: 6 + BG: 2 + BO: 4 + BR: 8 + BY: 0 + BZ: 0 + CA: 6 + CH: 4 + CL: 3 + CO: 4 + CR: 5 + CV: 11 + CY: 0 + CZ: 4 + DE: 4 + DK: 5 + EC: 6 + EE: 2 + EG: 2 + ES: 5 + FI: 8 + FR: 4 + GB: 4 + GH: 14 + GR: 2 + GT: 6 + HK: 4 + HN: 5 + HU: 3 + ID: 4 + IE: 4 + IL: 24 + IN: 3 + IT: 4 + JP: 6 + LT: 2 + LU: 0 + LV: 2 + MU: 13 + MX: 2 + MY: 4 + MZ: 14 + NI: 0 + NL: 9 + 'NO': 5 + NZ: 4 + PE: 3 + PH: 4 + PL: 2 + PT: 4 + PY: 5 + RU: 2 + SA: 1 + SE: 4 + SG: 5 + SI: 25 + SK: 4 + TH: 4 + TR: 8 + TW: 6 + UA: 2 + UG: 14 + US: 6 + VE: 4 + ZA: 2 + display_priority: 2 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priorities: + AE: 3 + AO: 0 + AR: 4 + AT: 7 + AU: 13 + AZ: 1 + BE: 7 + BF: 0 + BO: 20 + BR: 14 + BY: 1 + BZ: 1 + CA: 8 + CH: 5 + CL: 4 + CO: 3 + CR: 21 + CY: 1 + CZ: 5 + DE: 12 + DK: 6 + EC: 9 + EE: 3 + EG: 4 + ES: 15 + FI: 9 + FR: 7 + GB: 15 + GR: 3 + GT: 21 + HK: 11 + HN: 20 + HR: 3 + HU: 4 + ID: 6 + IE: 7 + IN: 9 + IS: 4 + IT: 7 + JP: 8 + KR: 6 + LT: 3 + LU: 1 + LV: 3 + ML: 1 + MX: 14 + MY: 5 + NI: 1 + NL: 13 + 'NO': 8 + NZ: 6 + PE: 4 + PG: 0 + PH: 5 + PL: 4 + PT: 5 + PY: 20 + RU: 4 + SA: 3 + SE: 9 + SG: 6 + SK: 6 + TH: 5 + TR: 7 + TW: 3 + TZ: 18 + UA: 3 + US: 16 + VE: 3 + ZA: 3 + ZW: 1 + display_priority: 1 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priorities: + US: 37 + display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priorities: + AD: 0 + AE: 0 + AG: 0 + AL: 0 + AO: 4 + AR: 1 + AT: 0 + AU: 1 + AZ: 2 + BA: 0 + BB: 0 + BE: 1 + BG: 0 + BH: 0 + BM: 0 + BO: 0 + BR: 1 + BS: 0 + BY: 5 + BZ: 7 + CA: 0 + CH: 0 + CI: 0 + CL: 1 + CM: 4 + CO: 2 + CR: 0 + CU: 0 + CV: 0 + CY: 7 + CZ: 1 + DE: 0 + DK: 1 + DO: 0 + DZ: 0 + EC: 0 + EE: 0 + EG: 0 + ES: 0 + FI: 1 + FJ: 0 + FR: 0 + GB: 0 + GF: 0 + GG: 0 + GH: 0 + GI: 0 + GQ: 0 + GR: 0 + GT: 0 + HK: 1 + HN: 0 + HR: 0 + HU: 1 + ID: 0 + IE: 0 + IL: 0 + IN: 0 + IQ: 0 + IS: 0 + IT: 0 + JM: 0 + JO: 0 + JP: 0 + KE: 0 + KR: 0 + KW: 0 + LB: 0 + LC: 0 + LI: 0 + LT: 0 + LU: 8 + LV: 0 + LY: 0 + MA: 0 + MC: 0 + MD: 0 + ME: 4 + MG: 4 + MK: 0 + ML: 5 + MT: 0 + MU: 0 + MX: 8 + MY: 1 + MZ: 0 + NE: 0 + NG: 0 + NI: 11 + NL: 0 + 'NO': 1 + NZ: 1 + OM: 0 + PA: 0 + PE: 2 + PF: 0 + PH: 0 + PK: 0 + PL: 1 + PS: 0 + PT: 1 + PY: 0 + QA: 0 + RO: 1 + RS: 0 + SA: 0 + SC: 0 + SE: 1 + SG: 0 + SI: 0 + SK: 1 + SM: 0 + SN: 0 + SV: 0 + TC: 0 + TD: 5 + TH: 1 + TN: 0 + TR: 3 + TT: 0 + TW: 0 + TZ: 0 + UA: 0 + UG: 0 + US: 0 + UY: 0 + VE: 0 + YE: 0 + ZA: 0 + ZM: 0 + ZW: 5 + display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priorities: + AT: 1 + DE: 1 + GB: 2 + JP: 4 + US: 2 + display_priority: 2 + logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg + provider_id: 9 + provider_name: Amazon Prime Video + - display_priorities: + AT: 3 + AU: 12 + BE: 49 + BR: 13 + CA: 59 + DE: 9 + ES: 36 + FR: 40 + GB: 7 + IE: 45 + IN: 43 + IT: 38 + JP: 5 + MX: 7 + NL: 37 + PL: 30 + SE: 43 + US: 5 + display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priorities: + AD: 5 + AE: 4 + AG: 4 + AL: 5 + AO: 2 + AR: 10 + AT: 17 + AU: 23 + BA: 5 + BB: 4 + BE: 11 + BF: 2 + BG: 4 + BH: 4 + BM: 4 + BO: 22 + BR: 12 + BS: 4 + BY: 3 + BZ: 5 + CA: 38 + CD: 1 + CH: 16 + CI: 5 + CL: 10 + CM: 2 + CO: 10 + CR: 23 + CU: 4 + CV: 4 + CY: 5 + CZ: 6 + DE: 27 + DK: 9 + DO: 4 + DZ: 4 + EC: 10 + EE: 4 + EG: 6 + ES: 19 + FI: 11 + FJ: 4 + FR: 21 + GB: 14 + GF: 4 + GG: 4 + GH: 4 + GI: 4 + GQ: 4 + GR: 4 + GT: 23 + GY: 1 + HK: 18 + HN: 22 + HR: 5 + HU: 5 + ID: 9 + IE: 14 + IL: 5 + IN: 10 + IQ: 5 + IS: 6 + IT: 14 + JM: 4 + JO: 4 + JP: 9 + KE: 4 + KR: 7 + KW: 4 + LB: 5 + LC: 4 + LI: 4 + LT: 4 + LU: 6 + LV: 4 + LY: 4 + MA: 4 + MC: 4 + MD: 4 + ME: 2 + MG: 2 + MK: 5 + ML: 3 + MT: 5 + MU: 3 + MW: 1 + MX: 15 + MY: 7 + MZ: 4 + NE: 5 + NG: 5 + NI: 6 + NL: 17 + 'NO': 10 + NZ: 10 + OM: 4 + PA: 4 + PE: 10 + PF: 4 + PG: 2 + PH: 8 + PK: 4 + PL: 6 + PS: 5 + PT: 10 + PY: 22 + QA: 4 + RO: 3 + RS: 5 + RU: 5 + SA: 5 + SC: 4 + SE: 10 + SG: 8 + SI: 5 + SK: 8 + SM: 4 + SN: 4 + SV: 4 + TC: 4 + TD: 3 + TH: 7 + TN: 4 + TR: 9 + TT: 4 + TW: 17 + TZ: 4 + UA: 5 + UG: 4 + US: 66 + UY: 6 + VA: 3 + VE: 7 + YE: 4 + ZA: 6 + ZM: 4 + ZW: 3 + display_priority: 66 + logo_path: /fj9Y8iIMFUC6952HwxbGixTQPb7.jpg + provider_id: 11 + provider_name: MUBI + - display_priorities: + US: 49 + display_priority: 49 + logo_path: /iCHCSuraj6zUKmMYgQhsm8jmoqi.jpg + provider_id: 12 + provider_name: Crackle + - display_priorities: + JP: 1 + US: 7 + display_priority: 7 + logo_path: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg + provider_id: 15 + provider_name: Hulu + - display_priorities: + BR: 16 + display_priority: 16 + logo_path: /jlyafDbXLyNXNNFZbIgB9VrlScW.jpg + provider_id: 19 + provider_name: NetMovies + - display_priorities: + AT: 14 + DE: 18 + display_priority: 18 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + - display_priorities: + AU: 9 + display_priority: 9 + logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: 21 + provider_name: Stan + - display_priorities: + CA: 33 + US: 52 + display_priority: 52 + logo_path: /45lSM3J7Ts4TXTtDv0EuTPL0eH5.jpg + provider_id: 25 + provider_name: Fandor + - display_priorities: + AT: 10 + CH: 10 + DE: 28 + display_priority: 28 + logo_path: /4bKgwiotEIN6wiZNQhQfjp7qPCk.jpg + provider_id: 28 + provider_name: Netzkino + - display_priorities: + AT: 8 + DE: 8 + GB: 11 + IE: 8 + IT: 8 + display_priority: 8 + logo_path: /1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg + provider_id: 29 + provider_name: Sky Go + - display_priorities: + DE: 5 + display_priority: 5 + logo_path: /9r5zFWuYnwjzO1JrNjSbLQwUc3P.jpg + provider_id: 30 + provider_name: WOW + - display_priorities: + AT: 11 + CH: 13 + DE: 22 + display_priority: 22 + logo_path: /m0zZQjEHcp8np3lkMdMZE9QRwjA.jpg + provider_id: 33 + provider_name: Alleskino + - display_priorities: + US: 55 + display_priority: 55 + logo_path: /ctiRpS16dlaTXQBSsiFncMrgWmh.jpg + provider_id: 34 + provider_name: MGM Plus + - display_priorities: + AL: 8 + AT: 9 + BA: 8 + BE: 10 + CH: 9 + CY: 2 + CZ: 33 + DE: 17 + DK: 14 + ES: 6 + FI: 14 + FR: 20 + GB: 5 + GR: 24 + HU: 27 + IE: 11 + IT: 3 + LU: 2 + ME: 0 + MK: 8 + MT: 8 + NL: 15 + 'NO': 14 + PL: 37 + PT: 8 + RO: 23 + RS: 8 + SE: 15 + SI: 8 + SK: 39 + UA: 4 + display_priority: 4 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priorities: + GB: 13 + display_priority: 13 + logo_path: /nc8Tpsr8SqCbsTUogPDD06gGzB3.jpg + provider_id: 38 + provider_name: BBC iPlayer + - display_priorities: + GB: 45 + IE: 10 + IT: 12 + display_priority: 12 + logo_path: /g0E9h3JAeIwmdvxlT73jiEuxdNj.jpg + provider_id: 39 + provider_name: Now TV + - display_priorities: + GB: 21 + display_priority: 21 + logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg + provider_id: 41 + provider_name: ITVX + - display_priorities: + US: 39 + display_priority: 39 + logo_path: /yIKwylTLP1u8gl84Is7FItpYLGL.jpg + provider_id: 43 + provider_name: Starz + - display_priorities: + BR: 4 + display_priority: 4 + logo_path: /9HhIlyFlilVtx0sMTcPbhs5qR31.jpg + provider_id: 47 + provider_name: Looke + - display_priorities: + ZA: 5 + display_priority: 5 + logo_path: /4JswJbaxqZhut2TpJ3IPUBnNdy8.jpg + provider_id: 54 + provider_name: BoxOffice + - display_priorities: + CI: 21 + CM: 0 + DZ: 22 + GH: 8 + GQ: 8 + KE: 8 + LY: 22 + MG: 0 + ML: 0 + MU: 6 + MZ: 8 + NE: 21 + NG: 23 + SC: 7 + SN: 8 + TD: 0 + TZ: 7 + UG: 8 + ZA: 4 + ZM: 8 + ZW: 0 + display_priority: 8 + logo_path: /guv81FtHO7GmnFwwmJA7QmfkSnZ.jpg + provider_id: 55 + provider_name: ShowMax + - display_priorities: + FR: 114 + display_priority: 114 + logo_path: /cAUTwxqoI7zc9XtYr1SMtWZEsXg.jpg + provider_id: 58 + provider_name: Canal VOD + - display_priorities: + FR: 19 + display_priority: 19 + logo_path: /s7mg9n4UHrcdJQL78JmaU6oAdHt.jpg + provider_id: 59 + provider_name: Bbox VOD + - display_priorities: + FR: 11 + display_priority: 11 + logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg + provider_id: 61 + provider_name: Orange VOD + - display_priorities: + ES: 14 + display_priority: 14 + logo_path: /oN6g8QorcoYo3mx4BulU22ghKq4.jpg + provider_id: 62 + provider_name: Atres Player + - display_priorities: + ES: 10 + PT: 27 + display_priority: 27 + logo_path: /kO2SWXvDCHAquaUuTJBuZkTBAuU.jpg + provider_id: 63 + provider_name: Filmin + - display_priorities: + ES: 11 + PT: 28 + display_priority: 28 + logo_path: /ozZU2vSlyL11rFGEkq1HE0yxIJq.jpg + provider_id: 64 + provider_name: Filmin Plus + - display_priorities: + MX: 12 + display_priority: 12 + logo_path: /ivrHpNeP8kIMlYNQ7IzKIigVwc1.jpg + provider_id: 66 + provider_name: Filmin Latino + - display_priorities: + AT: 12 + AU: 17 + BR: 15 + CA: 23 + CH: 6 + DE: 32 + DK: 8 + ES: 18 + FI: 10 + FR: 14 + GB: 18 + IE: 13 + IT: 23 + JP: 7 + MX: 13 + NL: 14 + 'NO': 9 + NZ: 9 + SE: 8 + US: 47 + display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priorities: + NL: 7 + display_priority: 7 + logo_path: /lnOkJKyFl87mzqNebAbE8ADdHoB.jpg + provider_id: 71 + provider_name: Pathé Thuis + - display_priorities: + NL: 6 + display_priority: 6 + logo_path: /qN7uDYanT47WI0MmbwOr5HFFot.jpg + provider_id: 72 + provider_name: Videoland + - display_priorities: + AU: 25 + CA: 21 + GB: 164 + IN: 15 + MX: 16 + US: 44 + display_priority: 44 + logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg + provider_id: 73 + provider_name: Tubi TV + - display_priorities: + AT: 75 + DK: 4 + FI: 4 + GB: 97 + IS: 25 + NL: 4 + 'NO': 4 + PL: 23 + SE: 6 + display_priority: 6 + logo_path: /bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg + provider_id: 76 + provider_name: Viaplay + - display_priorities: + US: 54 + display_priority: 54 + logo_path: /6hFf3sIdmXSAczy3i6tLSmy6gwK.jpg + provider_id: 79 + provider_name: NBC + - display_priorities: + US: 50 + display_priority: 50 + logo_path: /92Kx25Od0habmgRBTqT6XWgwgKt.jpg + provider_id: 80 + provider_name: AMC + - display_priorities: + AU: 22 + display_priority: 22 + logo_path: /68wIIGfS8iE1Vk06mAftEnBiFjJ.jpg + provider_id: 82 + provider_name: tenplay + - display_priorities: + US: 35 + display_priority: 35 + logo_path: /spcwROYevucLluqZZ8Fv75UuTBt.jpg + provider_id: 83 + provider_name: The CW + - display_priorities: + JP: 3 + display_priority: 3 + logo_path: /a5T7vNaGvoeckYO6rQkHolvyYf4.jpg + provider_id: 84 + provider_name: U-NEXT + - display_priorities: + AR: 61 + AU: 27 + CA: 34 + CO: 35 + DK: 14 + GB: 54 + NL: 19 + 'NO': 14 + NZ: 14 + SE: 15 + US: 61 + display_priority: 61 + logo_path: /doCc555FPPgGtuaZJxf9QZVpIp5.jpg + provider_id: 87 + provider_name: Acorn TV + - display_priorities: + KR: 4 + display_priority: 4 + logo_path: /5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg + provider_id: 97 + provider_name: Watcha + - display_priorities: + AU: 33 + CA: 36 + GB: 23 + IE: 12 + NZ: 18 + US: 60 + display_priority: 60 + logo_path: /vEtdiYRPRbDCp1Tcn3BEPF1Ni76.jpg + provider_id: 99 + provider_name: Shudder + - display_priorities: + AT: 18 + AU: 26 + BG: 10 + BO: 11 + CA: 40 + CH: 11 + CR: 9 + DE: 31 + DK: 11 + EE: 5 + ES: 20 + FI: 13 + GB: 28 + GT: 9 + HK: 26 + HN: 8 + HR: 7 + ID: 8 + IE: 15 + IN: 13 + IT: 20 + KR: 8 + LT: 5 + LV: 5 + MX: 17 + MY: 6 + NL: 18 + 'NO': 11 + NZ: 13 + PH: 7 + PL: 12 + PY: 8 + RU: 6 + SE: 11 + SG: 7 + SK: 10 + TH: 6 + TW: 25 + TZ: 13 + US: 64 + ZA: 7 + display_priority: 64 + logo_path: /eKVmLFHW5PeNhuR7Nedd8OIxW2M.jpg + provider_id: 100 + provider_name: GuideDoc + - display_priorities: + GB: 10 + IE: 17 + display_priority: 17 + logo_path: /uMWCgjsGnO5IoQtqxXOjnQA5gt9.jpg + provider_id: 103 + provider_name: Channel 4 + - display_priorities: + IT: 15 + display_priority: 15 + logo_path: /6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg + provider_id: 109 + provider_name: Timvision + - display_priorities: + IT: 16 + display_priority: 16 + logo_path: /tDlGQeD2LaDaHO62itqblktNwmM.jpg + provider_id: 110 + provider_name: Infinity+ + - display_priorities: + HK: 3 + HR: 2 + IS: 3 + SK: 3 + TW: 5 + display_priority: 5 + logo_path: /4smEkH3vlf5V3vo2vwrOQ6Chb35.jpg + provider_id: 113 + provider_name: Ivi + - display_priorities: + RU: 0 + display_priority: 0 + logo_path: /5z8dpQN27kybhn21EVLZcJPpMEo.jpg + provider_id: 115 + provider_name: Okko + - display_priorities: + RU: 1 + display_priority: 1 + logo_path: /dNaqCdDy4wsIzjZoYwvLRiOK4Tx.jpg + provider_id: 116 + provider_name: Amediateka + - display_priorities: + RU: 22 + display_priority: 22 + logo_path: /51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg + provider_id: 117 + provider_name: Kinopoisk + - display_priorities: + AD: 1 + AE: 9 + AG: 1 + AL: 1 + AO: 1 + AR: 2 + AU: 2 + BA: 1 + BB: 1 + BE: 2 + BF: 1 + BG: 1 + BH: 1 + BM: 1 + BO: 1 + BR: 2 + BS: 1 + BY: 2 + BZ: 3 + CA: 3 + CD: 0 + CH: 1 + CI: 1 + CL: 2 + CM: 1 + CO: 1 + CR: 1 + CU: 1 + CV: 1 + CY: 3 + CZ: 2 + DK: 2 + DO: 1 + DZ: 1 + EC: 1 + EE: 1 + EG: 1 + ES: 3 + FI: 2 + FJ: 1 + FR: 2 + GF: 1 + GG: 1 + GH: 1 + GI: 1 + GQ: 1 + GR: 1 + GT: 2 + GY: 0 + HK: 5 + HN: 1 + HR: 1 + HU: 2 + ID: 7 + IE: 1 + IL: 1 + IN: 1 + IQ: 1 + IS: 2 + IT: 2 + JM: 1 + JO: 1 + KE: 1 + KR: 1 + KW: 1 + LB: 1 + LC: 1 + LI: 1 + LT: 1 + LV: 1 + LY: 1 + MA: 1 + MC: 1 + MD: 1 + MG: 1 + MK: 1 + ML: 2 + MT: 1 + MW: 0 + MX: 1 + MY: 9 + MZ: 1 + NE: 1 + NG: 1 + NI: 4 + NL: 1 + 'NO': 2 + NZ: 2 + OM: 1 + PA: 1 + PE: 1 + PF: 1 + PG: 1 + PH: 1 + PK: 1 + PL: 5 + PS: 1 + PT: 2 + PY: 1 + QA: 1 + RO: 2 + RS: 1 + SA: 23 + SC: 1 + SE: 2 + SG: 1 + SI: 1 + SK: 2 + SM: 1 + SN: 1 + SV: 1 + TC: 1 + TD: 2 + TH: 3 + TN: 1 + TR: 6 + TT: 1 + TW: 1 + TZ: 1 + UG: 1 + UY: 1 + VA: 0 + VE: 2 + YE: 1 + ZA: 1 + ZM: 1 + ZW: 2 + display_priority: 2 + logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg + provider_id: 119 + provider_name: Amazon Prime Video + - display_priorities: + GB: 42 + ID: 2 + IN: 5 + MY: 0 + TH: 0 + display_priority: 0 + logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg + provider_id: 122 + provider_name: Hotstar + - display_priorities: + US: 42 + display_priority: 42 + logo_path: /m4KUe3UoTnLgN4g6txYMnBqeUI5.jpg + provider_id: 123 + provider_name: FXNow + - display_priorities: + IN: 65 + display_priority: 65 + logo_path: /hAKPOEwWdjE9evzxByVdF8QUMH3.jpg + provider_id: 124 + provider_name: Bookmyshow + - display_priorities: + AT: 20 + CH: 15 + DE: 16 + GB: 17 + IE: 9 + display_priority: 9 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priorities: + AU: 20 + display_priority: 20 + logo_path: /cR4okiAS0zcXb4ufs3mi4PImXPB.jpg + provider_id: 132 + provider_name: SBS On Demand + - display_priorities: + AT: 15 + CH: 8 + DE: 19 + display_priority: 19 + logo_path: /82hFfWsPYtyskBrnkL8Y36vHcVf.jpg + provider_id: 133 + provider_name: Videobuster + - display_priorities: + AU: 19 + display_priority: 19 + logo_path: /zR1TJmEwssf0ZThB2iByNtZi2Oo.jpg + provider_id: 135 + provider_name: ABC iview + - display_priorities: + FR: 17 + display_priority: 17 + logo_path: /br0wtjMDSjMahkhzn5XAXYWyr3V.jpg + provider_id: 138 + provider_name: FILMO + - display_priorities: + CA: 19 + display_priority: 19 + logo_path: /d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg + provider_id: 140 + provider_name: Cineplex + - display_priorities: + CA: 35 + US: 63 + display_priority: 63 + logo_path: /1Edma9SrJnqkQW3BqFd2rJNHZvX.jpg + provider_id: 143 + provider_name: Sundance Now + - display_priorities: + CA: 14 + display_priority: 14 + logo_path: /7rJJlPpuGz0DV5OLjVW1HzYaFj9.jpg + provider_id: 146 + provider_name: iciTouTV + - display_priorities: + FR: 10 + display_priority: 10 + logo_path: /tmYzlEKeiWStvXwC1QdpXIASpN4.jpg + provider_id: 147 + provider_name: M6+ + - display_priorities: + US: 260 + display_priority: 260 + logo_path: /aEp5AORtajnh2rc7O33ui8pj2um.jpg + provider_id: 148 + provider_name: ABC + - display_priorities: + ES: 7 + display_priority: 7 + logo_path: /f6TRLB3H4jDpFEZ0z2KWSSvu1SB.jpg + provider_id: 149 + provider_name: 'Movistar Plus+ Ficción Total ' + - display_priorities: + CH: 3 + display_priority: 3 + logo_path: /47klot430ytIqldQUUx2avN45Sr.jpg + provider_id: 150 + provider_name: blue TV + - display_priorities: + AU: 8 + CA: 43 + DK: 34 + FI: 36 + 'NO': 36 + SE: 38 + US: 65 + ZA: 22 + display_priority: 65 + logo_path: /d2Kx5XtHcd0DBwVwIe7D3X7Sifp.jpg + provider_id: 151 + provider_name: BritBox + - display_priorities: + US: 57 + display_priority: 57 + logo_path: /xqZSzhIcq8qaAU13rMhVhzDi4T8.jpg + provider_id: 155 + provider_name: History + - display_priorities: + US: 59 + display_priority: 59 + logo_path: /tWq6XvHqPjBW1BZTpf4Nziy8CDD.jpg + provider_id: 157 + provider_name: Lifetime + - display_priorities: + HK: 8 + ID: 3 + MY: 3 + PH: 6 + TH: 22 + display_priority: 22 + logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg + provider_id: 158 + provider_name: Viu + - display_priorities: + HK: 14 + ID: 5 + SG: 4 + TW: 13 + display_priority: 13 + logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg + provider_id: 159 + provider_name: Catchplay + - display_priorities: + ID: 1 + MY: 2 + PH: 3 + TH: 2 + display_priority: 2 + logo_path: /vCTY2WtY1oJ8EKpp0UCz4SRpE4S.jpg + provider_id: 160 + provider_name: iflix + - display_priorities: + AR: 9 + BR: 3 + CL: 9 + CO: 9 + EC: 8 + MX: 24 + PE: 9 + display_priority: 9 + logo_path: /21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg + provider_id: 167 + provider_name: Claro video + - display_priorities: + AT: 16 + AU: 24 + CA: 41 + CH: 18 + DE: 29 + DK: 12 + EE: 6 + GB: 30 + ID: 10 + IE: 16 + IN: 14 + LT: 6 + LV: 6 + MY: 8 + NL: 16 + 'NO': 12 + NZ: 11 + PH: 9 + SE: 12 + SG: 9 + TH: 8 + US: 67 + ZA: 8 + display_priority: 67 + logo_path: /kwVegvKCinXTPuzZmYT1J3i1HJz.jpg + provider_id: 175 + provider_name: Netflix Kids + - display_priorities: + DE: 24 + display_priority: 24 + logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg + provider_id: 178 + provider_name: MagentaTV + - display_priorities: + CA: 31 + display_priority: 31 + logo_path: /dg4Kj9s7N5pZcvJDW6vt5d9j7Uf.jpg + provider_id: 182 + provider_name: Hollywood Suite + - display_priorities: + FR: 78 + display_priority: 78 + logo_path: /8pvjGOr83RSlPwKfYi6e99mOS4.jpg + provider_id: 184 + provider_name: Universal Pictures + - display_priorities: + US: 62 + display_priority: 62 + logo_path: /x2w49qSgz7bU3o3rENO9Yc11OmC.jpg + provider_id: 185 + provider_name: Screambox + - display_priorities: + DE: 178 + display_priority: 178 + logo_path: /f8zvpzThrDhegtxjQwy74D0jLYr.jpg + provider_id: 187 + provider_name: Paramount Pictures + - display_priorities: + AT: 13 + AU: 14 + BE: 8 + CA: 39 + CH: 19 + DE: 20 + DK: 13 + ES: 21 + FI: 7 + FR: 16 + GB: 31 + HK: 28 + HU: 6 + IE: 19 + IT: 22 + MX: 10 + 'NO': 13 + NZ: 7 + PT: 6 + RU: 8 + SE: 14 + TR: 2 + TW: 27 + US: 33 + display_priority: 33 + logo_path: /rMb93u1tBeErSYLv79zSTR07UdO.jpg + provider_id: 188 + provider_name: YouTube Premium + - display_priorities: + GB: 20 + IE: 40 + display_priority: 40 + logo_path: /pXQhPQmlIYsIZD4urWs8Ul8PhA6.jpg + provider_id: 189 + provider_name: Curzon Home Cinema + - display_priorities: + AD: 8 + AL: 9 + AR: 11 + AT: 23 + AU: 36 + BA: 9 + BB: 6 + BE: 14 + BG: 5 + BH: 6 + BM: 6 + BO: 13 + BR: 17 + BS: 6 + CA: 53 + CH: 22 + CI: 7 + CL: 11 + CO: 11 + CR: 7 + CZ: 8 + DE: 42 + DK: 18 + DO: 6 + DZ: 6 + EC: 11 + EE: 9 + EG: 10 + ES: 22 + FI: 17 + FR: 25 + GB: 40 + GF: 6 + GI: 6 + GR: 6 + GT: 7 + HK: 13 + HN: 4 + HR: 9 + HU: 8 + ID: 16 + IE: 20 + IL: 7 + IN: 20 + IQ: 7 + IS: 9 + IT: 26 + JM: 6 + JO: 6 + JP: 11 + KR: 11 + KW: 6 + LB: 7 + LI: 6 + LT: 9 + LV: 9 + LY: 6 + MA: 6 + MC: 6 + MD: 6 + MK: 9 + MT: 9 + MX: 20 + MY: 14 + NE: 7 + NG: 7 + NL: 22 + 'NO': 19 + NZ: 20 + OM: 6 + PA: 6 + PE: 11 + PH: 12 + PL: 9 + PS: 7 + PT: 14 + PY: 6 + QA: 6 + RO: 4 + RS: 9 + RU: 9 + SA: 8 + SE: 19 + SG: 13 + SI: 9 + SK: 12 + SM: 6 + SV: 6 + TH: 12 + TN: 6 + TR: 10 + TW: 12 + TZ: 20 + US: 53 + UY: 8 + VE: 8 + YE: 6 + ZA: 11 + display_priority: 53 + logo_path: /oR1aNm1Qu9jQBkW4VrGPWhqbC3P.jpg + provider_id: 190 + provider_name: Curiosity Stream + - display_priorities: + US: 45 + display_priority: 45 + logo_path: /rcBwnERpNfPfWB5DaSTyEMCZbCA.jpg + provider_id: 191 + provider_name: Kanopy + - display_priorities: + AT: 64 + AU: 21 + CA: 37 + CH: 50 + DE: 15 + FR: 15 + GB: 22 + IN: 12 + PL: 8 + PT: 7 + US: 17 + display_priority: 17 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priorities: + AU: 28 + CA: 28 + ES: 43 + GB: 55 + MX: 41 + US: 96 + display_priority: 96 + logo_path: /1wYmvbAuVZz2JnKvYfYN8Qolnb.jpg + provider_id: 196 + provider_name: AcornTV Amazon Channel + - display_priorities: + AU: 78 + CA: 27 + GB: 36 + US: 95 + display_priority: 95 + logo_path: /tLBLABfFYYETf9Zk8gKEWnjhMai.jpg + provider_id: 197 + provider_name: BritBox Amazon Channel + - display_priorities: + GB: 65 + US: 97 + display_priority: 97 + logo_path: /3eVIcUeRXji5SBV7gEv4f5U4CqV.jpg + provider_id: 199 + provider_name: Fandor Amazon Channel + - display_priorities: + AU: 80 + BR: 97 + CL: 41 + CO: 42 + DE: 35 + ES: 41 + FR: 45 + GB: 37 + IN: 91 + IT: 51 + MX: 95 + US: 94 + display_priority: 94 + logo_path: /a4IDLKjvP5gvq7tNlg2Xw5YyEkI.jpg + provider_id: 201 + provider_name: MUBI Amazon Channel + - display_priorities: + US: 98 + display_priority: 98 + logo_path: /vmXC3D9Kqtt9TEohDEmcaxnLYA5.jpg + provider_id: 202 + provider_name: Screambox Amazon Channel + - display_priorities: + AU: 34 + CA: 29 + GB: 70 + US: 93 + display_priority: 93 + logo_path: /qb6Lj5BhNJavdmRVDzAqAjd4Tj3.jpg + provider_id: 204 + provider_name: Shudder Amazon Channel + - display_priorities: + CA: 25 + GB: 87 + US: 99 + display_priority: 99 + logo_path: /i8PzzzOVJfXWLE1v5Up7nGTWWhp.jpg + provider_id: 205 + provider_name: Sundance Now Amazon Channel + - display_priorities: + US: 27 + display_priority: 27 + logo_path: /wQzSN83BnWVgO7xEh0SeTVqtrFv.jpg + provider_id: 207 + provider_name: The Roku Channel + - display_priorities: + US: 41 + display_priority: 41 + logo_path: /iLjStQKQwzyxXJb3jyNpvDmW9mx.jpg + provider_id: 209 + provider_name: PBS + - display_priorities: + CH: 7 + display_priority: 7 + logo_path: /ytApMa9fThUQUFTn696AeNBrB8f.jpg + provider_id: 210 + provider_name: Sky + - display_priorities: + US: 56 + display_priority: 56 + logo_path: /4cHGd32hhEHmFjDGJcjVEAwFQg0.jpg + provider_id: 211 + provider_name: Freeform + - display_priorities: + AU: 68 + CA: 10 + NZ: 38 + US: 36 + display_priority: 36 + logo_path: /j7D006Uy3UWwZ6G0xH6BMgIWTzH.jpg + provider_id: 212 + provider_name: Hoopla + - display_priorities: + DE: 26 + display_priority: 26 + logo_path: /avItehPq07h5nKCJgwNTxl6OD0y.jpg + provider_id: 219 + provider_name: ARD Mediathek + - display_priorities: + IN: 6 + display_priority: 6 + logo_path: /boMYreJ9JWNDnXiHUfoix4oYhBc.jpg + provider_id: 220 + provider_name: Jio Cinema + - display_priorities: + IT: 18 + display_priority: 18 + logo_path: /cmURKKdS72Ckr52615xvc2JPsJm.jpg + provider_id: 222 + provider_name: Rai Play + - display_priorities: + GB: 16 + display_priority: 16 + logo_path: /nIm8xq1JYgHfusIcDnccEBQkoWp.jpg + provider_id: 224 + provider_name: BFI Player + - display_priorities: + CA: 4 + display_priority: 4 + logo_path: /ewOptMVIYcOadMGGJz8DJueH2bH.jpg + provider_id: 230 + provider_name: Crave + - display_priorities: + AD: 3 + AE: 5 + AG: 2 + AL: 3 + AU: 67 + BA: 3 + BB: 3 + BH: 3 + BM: 3 + BO: 18 + BS: 3 + CI: 3 + CR: 19 + CU: 2 + CV: 2 + DO: 3 + DZ: 3 + EG: 7 + FJ: 2 + GF: 3 + GG: 2 + GH: 2 + GI: 3 + GQ: 2 + GT: 19 + HK: 2 + HN: 18 + HR: 6 + IL: 3 + IN: 7 + IQ: 3 + IS: 7 + JM: 3 + JO: 3 + KE: 2 + KW: 3 + LB: 3 + LC: 2 + LI: 3 + LY: 3 + MA: 3 + MC: 3 + MD: 3 + MK: 3 + MT: 3 + MU: 1 + MY: 24 + MZ: 2 + NE: 3 + NG: 3 + OM: 3 + PA: 3 + PF: 2 + PK: 2 + PS: 3 + PY: 18 + QA: 3 + RS: 3 + SA: 6 + SC: 2 + SG: 24 + SI: 3 + SK: 9 + SM: 3 + SN: 2 + SV: 3 + TC: 2 + TN: 3 + TT: 2 + TW: 4 + TZ: 2 + UG: 2 + UY: 5 + VA: 1 + YE: 3 + ZM: 2 + display_priority: 2 + logo_path: /vPIW5b0ebTLj9bFCZypoBbF8wSl.jpg + provider_id: 232 + provider_name: Zee5 + - display_priorities: + AT: 68 + CH: 53 + DE: 30 + ES: 104 + FR: 12 + GB: 142 + IE: 44 + IT: 105 + PL: 39 + display_priority: 39 + logo_path: /vPZrjHe7wvALuwJEXT2kwYLi0gV.jpg + provider_id: 234 + provider_name: Arte + - display_priorities: + US: 34 + display_priority: 34 + logo_path: /4tJBhJcuF1ZstI5Yqu82G0yroLa.jpg + provider_id: 235 + provider_name: YouTube Free + - display_priorities: + FR: 107 + display_priority: 107 + logo_path: /maeiT4ORBxykOVlaW9gCsLuFPnS.jpg + provider_id: 236 + provider_name: France TV + - display_priorities: + IN: 11 + display_priority: 11 + logo_path: /3973zlBbBXdXxaWqRWzGG2GYxbT.jpg + provider_id: 237 + provider_name: Sony Liv + - display_priorities: + FR: 36 + display_priority: 36 + logo_path: /11Yzww3g6lYZznKrom3cSrKP4St.jpg + provider_id: 239 + provider_name: Universcine + - display_priorities: + AU: 18 + display_priority: 18 + logo_path: /uU4gqmoX0koF8L5yJSlfaaFd9Tz.jpg + provider_id: 246 + provider_name: 7plus + - display_priorities: + US: 68 + display_priority: 68 + logo_path: /4cKdiYEPW1BsWLb9UmNzAyUlD5p.jpg + provider_id: 251 + provider_name: ALLBLK + - display_priorities: + CA: 96 + ES: 8 + US: 9 + display_priority: 9 + logo_path: /9BgaNQRMDvVlji1JBZi6tcfxpKx.jpg + provider_id: 257 + provider_name: fuboTV + - display_priorities: + CA: 22 + US: 40 + display_priority: 40 + logo_path: /yhrtzYd43pFIhRq0ruO8umJPuyn.jpg + provider_id: 258 + provider_name: Criterion Channel + - display_priorities: + US: 71 + display_priority: 71 + logo_path: /7Wo1H7YMmRy7S56sz6HJAMYRdGq.jpg + provider_id: 260 + provider_name: WWE Network + - display_priorities: + US: 69 + display_priority: 69 + logo_path: /z5jtxEEeJEK1kYDqbyXzfquolC9.jpg + provider_id: 268 + provider_name: History Vault + - display_priorities: + NZ: 3 + display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + - display_priorities: + US: 72 + display_priority: 72 + logo_path: /7L4eXQD0yFVDKZ2qwYtxcV5gm6n.jpg + provider_id: 278 + provider_name: Pure Flix + - display_priorities: + AD: 25 + AE: 25 + AG: 10 + AL: 27 + AR: 45 + AT: 57 + AU: 57 + AZ: 4 + BA: 27 + BB: 24 + BE: 41 + BF: 4 + BG: 20 + BH: 36 + BM: 26 + BO: 30 + BR: 11 + BS: 24 + BY: 6 + BZ: 9 + CA: 124 + CD: 2 + CH: 46 + CI: 26 + CL: 30 + CO: 31 + CR: 31 + CV: 12 + CY: 8 + CZ: 27 + DE: 7 + DK: 39 + DO: 28 + DZ: 28 + EC: 30 + EE: 26 + EG: 40 + ES: 73 + FI: 40 + FJ: 10 + FR: 5 + GB: 6 + GF: 28 + GG: 10 + GH: 15 + GI: 26 + GQ: 13 + GR: 22 + GT: 31 + GY: 3 + HK: 37 + HN: 30 + HR: 34 + HU: 25 + ID: 34 + IE: 39 + IL: 26 + IN: 4 + IQ: 35 + IS: 31 + IT: 73 + JM: 23 + JO: 36 + KE: 14 + KR: 29 + KW: 36 + LB: 27 + LC: 10 + LI: 27 + LT: 27 + LU: 9 + LV: 26 + LY: 28 + MA: 27 + MC: 25 + MD: 24 + ME: 5 + MK: 26 + MT: 24 + MU: 14 + MX: 4 + MY: 29 + MZ: 15 + NE: 26 + NG: 29 + NI: 9 + NL: 67 + 'NO': 41 + NZ: 35 + OM: 36 + PA: 29 + PE: 31 + PF: 10 + PG: 4 + PH: 30 + PL: 29 + PS: 27 + PT: 39 + PY: 29 + QA: 36 + RO: 21 + RS: 28 + RU: 28 + SC: 13 + SE: 42 + SG: 29 + SI: 28 + SK: 36 + SM: 27 + SN: 13 + SV: 29 + TC: 10 + TD: 6 + TH: 28 + TN: 28 + TR: 43 + TT: 10 + TW: 37 + TZ: 31 + UA: 7 + UG: 15 + US: 8 + UY: 31 + VE: 27 + XK: 4 + YE: 27 + ZA: 28 + ZM: 13 + display_priority: 28 + logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg + provider_id: 283 + provider_name: Crunchyroll + - display_priorities: + US: 74 + display_priority: 74 + logo_path: /m4ofXxkTOj04N8df5KJGCIjnWii.jpg + provider_id: 284 + provider_name: Lifetime Movie Club + - display_priorities: + DE: 34 + IN: 90 + display_priority: 90 + logo_path: /jhhFTFVWjKVi2JjDYoqoI4dHsmL.jpg + provider_id: 285 + provider_name: BBC Player Amazon Channel + - display_priorities: + DE: 33 + display_priority: 33 + logo_path: /FtIkEXYkqTxKwCwLK79yKJW8i7.jpg + provider_id: 286 + provider_name: ZDF Herzkino Amazon Channel + - display_priorities: + GB: 32 + display_priority: 32 + logo_path: /4SJW6thrCvN6ya2hO6naksfRZDF.jpg + provider_id: 287 + provider_name: BFI Player Amazon Channel + - display_priorities: + US: 75 + display_priority: 75 + logo_path: /ohcwolMl8E743CkS8MnhmJKOlRj.jpg + provider_id: 289 + provider_name: Cinemax Amazon Channel + - display_priorities: + US: 76 + display_priority: 76 + logo_path: /614YTzAiVrSIm7bIVcwg4lIMQr7.jpg + provider_id: 290 + provider_name: Hallmark Movies Now Amazon Channel + - display_priorities: + US: 78 + display_priority: 78 + logo_path: /hTAIgvUnmu1Yv0wFVJRu9KKAPtJ.jpg + provider_id: 291 + provider_name: MZ Choice Amazon Channel + - display_priorities: + US: 73 + display_priority: 73 + logo_path: /lIXDKV7LrZfF3SR2m8EQrMVRI5C.jpg + provider_id: 293 + provider_name: PBS Kids Amazon Channel + - display_priorities: + CA: 24 + US: 77 + display_priority: 77 + logo_path: /xN1vKpcypShJrWmf1t3dyGJM7sO.jpg + provider_id: 294 + provider_name: PBS Masterpiece Amazon Channel + - display_priorities: + US: 283 + display_priority: 283 + logo_path: /6cQvPAFHDOSq3cXPwcCbh3gCpOi.jpg + provider_id: 295 + provider_name: RetroCrush Amazon Channel + - display_priorities: + NL: 5 + display_priority: 5 + logo_path: /ozUfbWZXVdymn8iC3zze0cQPeUi.jpg + provider_id: 297 + provider_name: Ziggo TV + - display_priorities: + AT: 53 + DE: 6 + display_priority: 6 + logo_path: /jmR0t1kjzHcyV7raynzMbF87J9d.jpg + provider_id: 298 + provider_name: RTL+ + - display_priorities: + AR: 27 + AT: 39 + BO: 23 + BR: 37 + CA: 120 + CH: 36 + CL: 23 + CO: 24 + CR: 24 + CZ: 19 + DE: 66 + DK: 35 + DO: 19 + EC: 23 + ES: 37 + FR: 41 + GB: 74 + GT: 24 + HN: 23 + IT: 39 + MX: 38 + NI: 3 + 'NO': 37 + PA: 20 + PE: 24 + PY: 23 + SE: 39 + SV: 20 + US: 81 + UY: 23 + VE: 20 + display_priority: 81 + logo_path: /dB8G41Q6tSL5NBisrIeqByfepBc.jpg + provider_id: 300 + provider_name: Pluto TV + - display_priorities: + AT: 72 + DE: 13 + display_priority: 13 + logo_path: /tDnDBkSLLLQgFb03J9ttQhZQxZs.jpg + provider_id: 304 + provider_name: Joyn + - display_priorities: + CA: 5 + display_priority: 5 + logo_path: /csPQMbeJWY7bjwWruZjtc27xf2l.jpg + provider_id: 305 + provider_name: Crave Starz + - display_priorities: + BR: 10 + display_priority: 10 + logo_path: /7Cg8esVVXOijXAm1f1vrS7jVjcN.jpg + provider_id: 307 + provider_name: Globoplay + - display_priorities: + CZ: 3 + display_priority: 3 + logo_path: /27yD8cEx7qC1lSzaDvFlW4avXyu.jpg + provider_id: 308 + provider_name: O2 TV + - display_priorities: + AD: 4 + AE: 6 + AG: 3 + AL: 4 + AR: 32 + AT: 50 + AU: 29 + BA: 4 + BB: 5 + BE: 34 + BG: 18 + BH: 5 + BM: 5 + BO: 28 + BR: 45 + BS: 5 + CA: 47 + CH: 44 + CI: 4 + CL: 28 + CO: 29 + CR: 29 + CU: 3 + CV: 3 + CZ: 25 + DE: 100 + DK: 38 + DO: 5 + DZ: 5 + EC: 28 + EE: 25 + EG: 11 + ES: 62 + FI: 39 + FJ: 3 + FR: 70 + GB: 96 + GF: 5 + GG: 3 + GH: 3 + GI: 5 + GQ: 3 + GR: 21 + GT: 29 + HK: 10 + HN: 28 + HR: 10 + HU: 23 + ID: 33 + IE: 37 + IL: 4 + IN: 16 + IQ: 4 + IS: 10 + IT: 62 + JM: 5 + JO: 5 + JP: 26 + KE: 3 + KR: 27 + KW: 5 + LB: 4 + LC: 3 + LI: 5 + LT: 26 + LV: 25 + LY: 5 + MA: 5 + MC: 5 + MD: 5 + MK: 4 + MT: 4 + MU: 2 + MX: 45 + MY: 12 + MZ: 3 + NE: 4 + NG: 4 + NL: 46 + 'NO': 39 + NZ: 15 + OM: 5 + PA: 5 + PE: 29 + PF: 3 + PH: 28 + PK: 3 + PL: 28 + PS: 4 + PT: 33 + PY: 27 + QA: 5 + RO: 19 + RS: 4 + RU: 27 + SA: 9 + SC: 3 + SE: 41 + SG: 12 + SI: 4 + SK: 13 + SM: 5 + SN: 3 + SV: 5 + TC: 3 + TH: 27 + TN: 5 + TR: 27 + TT: 3 + TW: 9 + TZ: 3 + UG: 3 + US: 48 + UY: 7 + VA: 2 + VE: 25 + XK: 0 + YE: 5 + ZA: 10 + ZM: 3 + display_priority: 48 + logo_path: /6KEQzITx2RrCAQt5Nw9WrL1OI8z.jpg + provider_id: 309 + provider_name: Sun Nxt + - display_priorities: + AT: 27 + BE: 19 + DE: 50 + FR: 22 + display_priority: 22 + logo_path: /1syoSwH2yIskHUqeOiK9re8AMJC.jpg + provider_id: 310 + provider_name: LaCinetek + - display_priorities: + BE: 4 + display_priority: 4 + logo_path: /acANFKCTLQuvDPjJAb5SnmzJaT6.jpg + provider_id: 311 + provider_name: Be TV Go + - display_priorities: + BE: 5 + display_priority: 5 + logo_path: /gqxv8W54I95K3hNS6UT6sDRe2Az.jpg + provider_id: 312 + provider_name: VRT MAX + - display_priorities: + CA: 44 + display_priority: 44 + logo_path: /a7O0Z1uhFjgGydRrgT6ucBisP4K.jpg + provider_id: 314 + provider_name: CBC Gem + - display_priorities: + AD: 19 + AL: 20 + AR: 26 + AT: 38 + AU: 45 + BA: 20 + BB: 16 + BE: 28 + BH: 17 + BM: 18 + BO: 17 + BR: 36 + BS: 17 + CA: 71 + CH: 34 + CI: 16 + CL: 22 + CO: 23 + CR: 18 + CZ: 18 + DE: 65 + DK: 28 + DO: 17 + DZ: 16 + EC: 22 + EE: 19 + EG: 19 + ES: 35 + FI: 30 + FR: 39 + GB: 59 + GF: 18 + GI: 18 + GR: 16 + GT: 18 + HK: 17 + HN: 17 + HR: 21 + HU: 18 + ID: 28 + IE: 31 + IL: 18 + IN: 18 + IQ: 20 + IS: 22 + IT: 37 + JM: 16 + JO: 17 + JP: 21 + KR: 22 + KW: 18 + LB: 20 + LI: 18 + LT: 20 + LV: 19 + LY: 16 + MA: 16 + MC: 17 + MD: 17 + MK: 19 + MT: 19 + MX: 37 + MY: 23 + NE: 16 + NG: 17 + NL: 36 + 'NO': 31 + NZ: 29 + OM: 17 + PA: 18 + PE: 23 + PH: 23 + PL: 22 + PS: 20 + PT: 25 + PY: 17 + QA: 17 + RO: 14 + RS: 20 + RU: 21 + SA: 18 + SE: 33 + SG: 23 + SI: 20 + SK: 24 + SM: 18 + SV: 18 + TH: 21 + TN: 17 + TR: 21 + TW: 16 + TZ: 29 + US: 147 + UY: 21 + VE: 19 + YE: 18 + ZA: 21 + display_priority: 147 + logo_path: /u7dwMceEbjxd1N3TLEUBILSK2x6.jpg + provider_id: 315 + provider_name: Hoichoi + - display_priorities: + IN: 19 + display_priority: 19 + logo_path: /i7knsL0QgDJyuts5FbfjREUqHvu.jpg + provider_id: 319 + provider_name: Alt Balaji + - display_priorities: + AT: 19 + display_priority: 19 + logo_path: /67FAj8KvIiV5iZMJuPUdMrqMftw.jpg + provider_id: 321 + provider_name: Sky X + - display_priorities: + US: 101 + display_priority: 101 + logo_path: /A95qgiMz6ulV2SxeKcJ5Gc9pqGS.jpg + provider_id: 322 + provider_name: USA Network + - display_priorities: + FI: 5 + display_priority: 5 + logo_path: /nrORhu39C2YjBhx9v8rU8oFlulj.jpg + provider_id: 323 + provider_name: Yle Areena + - display_priorities: + FR: 23 + display_priority: 23 + logo_path: /AboEF9vQyH2AAndLimdO043IzLh.jpg + provider_id: 324 + provider_name: Cinemas a la Demande + - display_priorities: + CA: 45 + display_priority: 45 + logo_path: /xoFyQOXR3qINRsdnCQyd7jGx8Wo.jpg + provider_id: 326 + provider_name: CTV + - display_priorities: + CA: 32 + US: 104 + display_priority: 104 + logo_path: /yFGu4sSzwUMfhwmSsZgez8QhaVl.jpg + provider_id: 331 + provider_name: FlixFling + - display_priorities: + US: 38 + display_priority: 38 + logo_path: /6By0jm0Gr2WMOqUeHWhzRWaMdOo.jpg + provider_id: 332 + provider_name: VUDU Free + - display_priorities: + GB: 35 + display_priority: 35 + logo_path: /5qLpN8ah2FZC8NpYFwRFwxlNjRn.jpg + provider_id: 333 + provider_name: My5 + - display_priorities: + DE: 37 + display_priority: 37 + logo_path: /ni0t0Bj4HRAQ9f6zSv1Bl9MDjLK.jpg + provider_id: 334 + provider_name: Filmtastic Amazon Channel + - display_priorities: + AD: 7 + AL: 7 + AR: 0 + AT: 2 + AU: 0 + BA: 7 + BE: 0 + BG: 16 + BO: 2 + BR: 0 + BZ: 2 + CA: 1 + CH: 2 + CL: 0 + CO: 0 + CR: 2 + CZ: 0 + DE: 2 + DK: 0 + DO: 24 + EC: 2 + EE: 23 + EG: 45 + ES: 1 + FI: 0 + FR: 1 + GB: 1 + GR: 20 + GT: 1 + HK: 32 + HN: 2 + HR: 31 + HU: 0 + IE: 2 + IS: 1 + IT: 1 + JM: 26 + JP: 2 + KR: 2 + LC: 13 + LI: 25 + LT: 24 + LU: 3 + LV: 23 + ME: 1 + MK: 7 + MT: 7 + MX: 0 + NI: 2 + NL: 2 + 'NO': 0 + NZ: 0 + PA: 27 + PE: 0 + PH: 29 + PL: 0 + PT: 0 + PY: 2 + RO: 0 + RS: 7 + SE: 0 + SG: 2 + SI: 7 + SK: 0 + SM: 25 + SV: 27 + TR: 0 + TT: 14 + TW: 2 + US: 1 + UY: 27 + VE: 1 + display_priority: 27 + logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg + provider_id: 337 + provider_name: Disney Plus + - display_priorities: + FI: 6 + display_priority: 6 + logo_path: /c7SqVo4DFrbK3RwhGbxvQ9SRco2.jpg + provider_id: 338 + provider_name: Ruutu + - display_priorities: + AR: 8 + CL: 8 + CO: 8 + EC: 4 + MX: 19 + PE: 8 + display_priority: 8 + logo_path: /tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg + provider_id: 339 + provider_name: MovistarTV + - display_priorities: + DE: 38 + TR: 4 + display_priority: 4 + logo_path: /dqRpKX6vcos334v9huMpNPKHlD8.jpg + provider_id: 341 + provider_name: blutv + - display_priorities: + TR: 5 + display_priority: 5 + logo_path: /ffvIywFtojPQnVwHVmTSZEdemdt.jpg + provider_id: 342 + provider_name: puhutv + - display_priorities: + US: 103 + display_priority: 103 + logo_path: /2AvUqoIHAq2lLxRy2IxOBUgCYef.jpg + provider_id: 343 + provider_name: Bet+ Amazon Channel + - display_priorities: + AD: 18 + AL: 19 + BA: 19 + BB: 17 + BH: 18 + BM: 19 + BS: 18 + CA: 94 + CI: 15 + DE: 40 + DO: 18 + DZ: 17 + EG: 21 + GF: 19 + GI: 19 + HK: 6 + HR: 22 + IL: 17 + IQ: 19 + IS: 23 + JM: 17 + JO: 18 + KW: 19 + LB: 19 + LI: 19 + LY: 17 + MA: 17 + MC: 18 + MD: 18 + MK: 18 + MT: 18 + NE: 15 + NG: 16 + OM: 18 + PA: 19 + PS: 19 + QA: 18 + RS: 19 + SA: 19 + SI: 19 + SK: 25 + SM: 19 + SV: 19 + TN: 18 + TW: 7 + TZ: 14 + US: 105 + UY: 22 + YE: 19 + display_priority: 105 + logo_path: /5L2bwr9DhUg28oSMEPRCNwB2y7B.jpg + provider_id: 344 + provider_name: Rakuten Viki + - display_priorities: + CH: 21 + DE: 39 + display_priority: 39 + logo_path: /yTwdlHzReo6l9HLWrZqEaEUECBt.jpg + provider_id: 349 + provider_name: Kino on Demand + - display_priorities: + AE: 2 + AG: 11 + AR: 5 + AT: 5 + AU: 11 + AZ: 3 + BE: 9 + BG: 3 + BH: 49 + BM: 27 + BO: 3 + BR: 9 + BS: 25 + BY: 2 + BZ: 4 + CA: 7 + CH: 17 + CL: 5 + CO: 5 + CR: 3 + CV: 10 + CY: 4 + CZ: 7 + DE: 3 + DK: 10 + DO: 31 + EC: 7 + EE: 7 + EG: 3 + ES: 2 + FI: 12 + FJ: 11 + FR: 3 + GB: 3 + GH: 13 + GR: 5 + GT: 3 + HK: 16 + HN: 3 + HU: 7 + ID: 12 + IE: 5 + IL: 25 + IN: 2 + IT: 5 + JO: 50 + JP: 10 + KR: 5 + LB: 28 + LT: 7 + LU: 5 + LV: 7 + MD: 25 + MT: 25 + MU: 12 + MX: 3 + MY: 11 + MZ: 13 + NI: 5 + NL: 10 + 'NO': 6 + NZ: 5 + OM: 49 + PA: 25 + PE: 6 + PH: 11 + PL: 3 + PT: 11 + PY: 4 + QA: 49 + RU: 3 + SA: 2 + SE: 5 + SG: 11 + SI: 24 + SK: 5 + SV: 31 + TH: 10 + TT: 11 + TW: 15 + UA: 1 + UG: 13 + US: 3 + VE: 5 + ZA: 9 + display_priority: 9 + logo_path: /2E03IAZsX4ZaUqM7tXlctEPMGWS.jpg + provider_id: 350 + provider_name: Apple TV Plus + - display_priorities: + KR: 3 + display_priority: 3 + logo_path: /hPcjSaWfMwEqXaCMu7Fkb529Dkc.jpg + provider_id: 356 + provider_name: wavve + - display_priorities: + AU: 16 + NZ: 8 + display_priority: 8 + logo_path: /pVoZH9ZMGfrr1Ajk1UD29weO6iA.jpg + provider_id: 357 + provider_name: DocPlay + - display_priorities: + IT: 13 + display_priority: 13 + logo_path: /2hBbMVUI2G4GAGRAD0RZCZqDMUh.jpg + provider_id: 359 + provider_name: Mediaset Infinity + - display_priorities: + NL: 20 + display_priority: 20 + logo_path: /jPNvTunAw7309LeRMT6m3yZy1Lm.jpg + provider_id: 360 + provider_name: NPO Start + - display_priorities: + US: 106 + display_priority: 106 + logo_path: /8SIxng8eznACvCTRsN1FZfd5Ycg.jpg + provider_id: 361 + provider_name: TCM + - display_priorities: + US: 108 + display_priority: 108 + logo_path: /76CvnJAKAPbJuiXYwQGN7PFqOci.jpg + provider_id: 363 + provider_name: TNT + - display_priorities: + US: 111 + display_priority: 111 + logo_path: /mjsNfr0lswbRx9hbEFkgqJkBjFt.jpg + provider_id: 368 + provider_name: IndieFlix + - display_priorities: + AT: 21 + display_priority: 21 + logo_path: /y7gH7FKJEE6LrO5h6wZTHQdmukO.jpg + provider_id: 370 + provider_name: VOD Club + - display_priorities: + EE: 8 + LT: 8 + LV: 8 + display_priority: 8 + logo_path: /1y6ds7KDN5Q33Jb0ZxnroEJ58Gd.jpg + provider_id: 373 + provider_name: Go3 + - display_priorities: + AU: 15 + display_priority: 15 + logo_path: /xoId9luelz6lXMQkzLyJf3ssXTL.jpg + provider_id: 378 + provider_name: 9Now + - display_priorities: + AT: 59 + CH: 40 + CZ: 29 + FR: 6 + NL: 81 + SK: 37 + display_priority: 37 + logo_path: /eBXzkFEupZjKaIKY7zBUaSdCY8I.jpg + provider_id: 381 + provider_name: Canal+ + - display_priorities: + DK: 7 + display_priority: 7 + logo_path: /ddwrbKxlX8n7TasdvrauFijCmEm.jpg + provider_id: 383 + provider_name: TV 2 + - display_priorities: + BE: 68 + GF: 25 + NL: 95 + display_priority: 25 + logo_path: /b8edpTaLCHFrUnhpGQIZJUpFX7T.jpg + provider_id: 384 + provider_name: HBO Max + - display_priorities: + AU: 3 + display_priority: 3 + logo_path: /7QX5OdsQZrXGNBKq9SPzoPV9OYQ.jpg + provider_id: 385 + provider_name: BINGE + - display_priorities: + US: 14 + display_priority: 14 + logo_path: /2aGrp1xw3qhwCYvNGAJZPdjfeeX.jpg + provider_id: 386 + provider_name: Peacock Premium + - display_priorities: + US: 271 + display_priority: 271 + logo_path: /drPlq5beqXtBaP7MNs8W616YRhm.jpg + provider_id: 387 + provider_name: Peacock Premium Plus + - display_priorities: + BE: 18 + CH: 14 + DE: 153 + NL: 12 + display_priority: 12 + logo_path: /jzWBemDX69VRYhudQA44IESMxQ1.jpg + provider_id: 389 + provider_name: Sooner + - display_priorities: + AT: 22 + CH: 20 + DE: 38 + display_priority: 20 + logo_path: /jAwT86Q0H9U8RESR3zR2FVKe83D.jpg + provider_id: 392 + provider_name: wedotv + - display_priorities: + AD: 2 + AL: 2 + BA: 2 + BB: 2 + BH: 2 + BM: 2 + BS: 2 + CI: 2 + DO: 2 + DZ: 2 + EG: 5 + ES: 16 + GF: 2 + GI: 2 + HR: 4 + IL: 2 + IQ: 2 + IS: 5 + JM: 2 + JO: 2 + KW: 2 + LB: 2 + LI: 2 + LY: 2 + MA: 2 + MC: 2 + MD: 2 + MK: 2 + MT: 2 + NE: 2 + NG: 2 + OM: 2 + PA: 2 + PS: 2 + QA: 2 + RS: 2 + SA: 4 + SI: 2 + SK: 7 + SM: 2 + SV: 2 + TN: 2 + TW: 10 + TZ: 19 + UY: 4 + YE: 2 + display_priority: 2 + logo_path: /ozMgkAAoi6aDI5ce8KKA2k8TGvB.jpg + provider_id: 393 + provider_name: FlixOlé + - display_priorities: + NZ: 12 + display_priority: 12 + logo_path: /wbqJss5NNebssp5RBkAdxIHecv2.jpg + provider_id: 395 + provider_name: TVNZ + - display_priorities: + NL: 19 + display_priority: 19 + logo_path: /uYJwhSwKHy1BahLwm3KnjP7ajgt.jpg + provider_id: 396 + provider_name: Film1 + - display_priorities: + US: 110 + display_priority: 110 + logo_path: /jfXLhMzHHmBYrtE9ZaW7as2RA98.jpg + provider_id: 397 + provider_name: BBC America + - display_priorities: + DE: 158 + FR: 24 + display_priority: 158 + logo_path: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg + provider_id: 415 + provider_name: Animation Digital Network + - display_priorities: + US: 119 + display_priority: 119 + logo_path: /kiNWL1wGBg3z2FBXJcd8R8MaZrV.jpg + provider_id: 417 + provider_name: Here TV + - display_priorities: + AT: 73 + DE: 41 + display_priority: 41 + logo_path: /5aHLriu21FRDGlxY5zbzyEuoSvA.jpg + provider_id: 421 + provider_name: Joyn Plus + - display_priorities: + DK: 16 + FI: 15 + 'NO': 16 + SE: 16 + display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priorities: + DK: 17 + FI: 16 + 'NO': 17 + SE: 17 + display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + - display_priorities: + CA: 85 + US: 83 + display_priority: 83 + logo_path: /iCV9oPBeoLDC5okFRZEgQkx7je0.jpg + provider_id: 430 + provider_name: HiDive + - display_priorities: + 'NO': 18 + display_priority: 18 + logo_path: /tpfmd22xEapb1aW2gzjSM5104rx.jpg + provider_id: 431 + provider_name: TV 2 Play + - display_priorities: + GB: 41 + US: 122 + display_priority: 122 + logo_path: /wCKOLlsilq4I0Iv1NSJTToPEQAo.jpg + provider_id: 432 + provider_name: Flix Premiere + - display_priorities: + CA: 50 + US: 89 + display_priority: 89 + logo_path: /jxavsObOHN6UqlbuZQ1UpVRVv6X.jpg + provider_id: 433 + provider_name: OVID + - display_priorities: + AU: 30 + display_priority: 30 + logo_path: /hP3ymMLPyvxUCA1ODfIHJ4pu3c2.jpg + provider_id: 434 + provider_name: OzFlix + - display_priorities: + SE: 18 + display_priority: 18 + logo_path: /vyu1bwP7H0p7B8BLB3QRwHVmvlA.jpg + provider_id: 435 + provider_name: Draken Films + - display_priorities: + AU: 31 + HK: 0 + display_priority: 0 + logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg + provider_id: 436 + provider_name: Fetch TV + - display_priorities: + IN: 17 + display_priority: 17 + logo_path: /pMTVKAUyjMb0xdMnHqfNj73MGH6.jpg + provider_id: 437 + provider_name: Hungama Play + - display_priorities: + US: 90 + display_priority: 90 + logo_path: /qesugDq8sUCixmOOsqDM1xAnBYz.jpg + provider_id: 438 + provider_name: Chai Flicks + - display_priorities: + US: 88 + display_priority: 88 + logo_path: /y9jFndski0fRO4MHh3yg5PIL9ZI.jpg + provider_id: 439 + provider_name: Shout! Factory TV + - display_priorities: + NZ: 19 + display_priority: 19 + logo_path: /vcsLhyNRm528LzfVqQJDddusP27.jpg + provider_id: 440 + provider_name: ThreeNow + - display_priorities: + CA: 51 + display_priority: 51 + logo_path: /zwTo48JWc9FNCgJ1ADPAfkhYUuA.jpg + provider_id: 441 + provider_name: NFB + - display_priorities: + 'NO': 15 + display_priority: 15 + logo_path: /teyfWuW8nS8wsk6rVXIbynrxIX6.jpg + provider_id: 442 + provider_name: NRK TV + - display_priorities: + DK: 15 + display_priority: 15 + logo_path: /eRRc8n7fzQewjh15d2fao45Xxvi.jpg + provider_id: 443 + provider_name: Filmstriben + - display_priorities: + AD: 15 + AL: 16 + AR: 22 + AT: 34 + AU: 42 + BA: 16 + BB: 12 + BE: 24 + BG: 8 + BH: 13 + BM: 14 + BO: 9 + BR: 32 + BS: 13 + CA: 68 + CH: 31 + CI: 12 + CL: 19 + CO: 20 + CR: 11 + CZ: 15 + DE: 62 + DK: 25 + DO: 13 + DZ: 13 + EC: 19 + EE: 16 + ES: 32 + FI: 27 + FR: 35 + GB: 56 + GF: 14 + GI: 14 + GR: 13 + GT: 11 + HK: 21 + HN: 10 + HR: 16 + HU: 15 + ID: 24 + IE: 28 + IL: 14 + IN: 37 + IQ: 16 + IS: 17 + IT: 34 + JM: 12 + JO: 13 + JP: 18 + KR: 19 + KW: 14 + LB: 16 + LI: 14 + LT: 17 + LV: 16 + LY: 13 + MA: 13 + MC: 13 + MD: 13 + MK: 15 + MT: 15 + MX: 33 + MY: 20 + NE: 12 + NG: 13 + NL: 33 + 'NO': 27 + NZ: 26 + OM: 13 + PA: 14 + PE: 20 + PH: 20 + PL: 19 + PS: 16 + PT: 22 + PY: 10 + QA: 13 + RO: 11 + RS: 16 + RU: 16 + SE: 30 + SG: 20 + SI: 16 + SK: 19 + SM: 14 + SV: 14 + TH: 18 + TN: 14 + TR: 18 + TW: 20 + TZ: 21 + US: 87 + UY: 17 + VE: 16 + YE: 14 + ZA: 18 + display_priority: 87 + logo_path: /x6nRFzF32hCzMHaVM4RHRo7lsgS.jpg + provider_id: 444 + provider_name: Dekkoo + - display_priorities: + CA: 52 + US: 86 + display_priority: 86 + logo_path: /5zUnCq0pvixEtQafzOBBWqxNRvX.jpg + provider_id: 446 + provider_name: Retrocrush + - display_priorities: + BR: 18 + display_priority: 18 + logo_path: /gBYz3cTgDPRoRFOCS4gG9BNPJdX.jpg + provider_id: 447 + provider_name: Belas Artes à La Carte + - display_priorities: + AU: 32 + NZ: 17 + display_priority: 17 + logo_path: /mKHumLTIy1SmihWSVqN9iPxFnqf.jpg + provider_id: 448 + provider_name: Beamafilm + - display_priorities: + CA: 49 + display_priority: 49 + logo_path: /o2qiZykonJuLglxwBbtUbHu4wIO.jpg + provider_id: 449 + provider_name: Global TV + - display_priorities: + NL: 21 + display_priority: 21 + logo_path: /mj1iZQtWmq9s0LmPhZ7KjUtgVja.jpg + provider_id: 451 + provider_name: Picl + - display_priorities: + PT: 15 + display_priority: 15 + logo_path: /9HQD7iNLyJQYhEq3Z9blyn7P4Vk.jpg + provider_id: 452 + provider_name: RTPplay + - display_priorities: + US: 85 + display_priority: 85 + logo_path: /zOWoxUMmGW0OfDFAQsCosho2PZz.jpg + provider_id: 455 + provider_name: Night Flight Plus + - display_priorities: + ES: 23 + display_priority: 23 + logo_path: /273VHxSrDdEwLTXJrsnE6yJMqNZ.jpg + provider_id: 456 + provider_name: 'Mitele ' + - display_priorities: + AR: 12 + BO: 21 + CL: 32 + CO: 12 + CR: 22 + DO: 30 + EC: 12 + GT: 22 + HN: 21 + MX: 22 + NI: 12 + PA: 10 + PE: 12 + PY: 21 + SV: 10 + US: 84 + UY: 13 + VE: 9 + display_priority: 84 + logo_path: /jwRPknT20dfU1GeVqbcDXFyvtdG.jpg + provider_id: 457 + provider_name: 'VIX ' + - display_priorities: + BE: 16 + display_priority: 16 + logo_path: /gdqGg9TIzmQQBmkG8bljY20KX0z.jpg + provider_id: 461 + provider_name: RTBF Auvio + - display_priorities: + FI: 18 + display_priority: 18 + logo_path: /27Zotk8HAfHk7qPz9x6DWWhOpb7.jpg + provider_id: 463 + provider_name: Kirjastokino + - display_priorities: + AR: 14 + AU: 66 + BR: 113 + CA: 30 + CL: 12 + CO: 14 + EC: 13 + ES: 96 + FJ: 12 + GB: 134 + IE: 42 + MX: 11 + NZ: 36 + PE: 14 + PF: 11 + PG: 5 + PT: 58 + US: 15 + VE: 11 + display_priority: 15 + logo_path: /hwsU65QW7A4dbMEWkDpgHyCNcfS.jpg + provider_id: 464 + provider_name: Kocowa + - display_priorities: + ID: 14 + display_priority: 14 + logo_path: /rvHcdDDyfuFRD2C4mLkTUtKk2CS.jpg + provider_id: 466 + provider_name: Bioskop Online + - display_priorities: + AR: 14 + CL: 12 + CO: 13 + MX: 25 + PE: 13 + UY: 9 + display_priority: 9 + logo_path: /nr5UBW4IGKgBwmhpTMOfcvnX2vX.jpg + provider_id: 467 + provider_name: DIRECTV GO + - display_priorities: + ID: 15 + display_priority: 15 + logo_path: /o506FcbahVPxvVcsSA5dFLj9drV.jpg + provider_id: 468 + provider_name: genflix + - display_priorities: + CA: 54 + display_priority: 54 + logo_path: /cQjWvOiKRPeSuWRNGegcBjyqVbR.jpg + provider_id: 469 + provider_name: Club Illico + - display_priorities: + NL: 23 + display_priority: 23 + logo_path: /88ssxWDyhabjrwSrbSf87nCDK2y.jpg + provider_id: 472 + provider_name: NLZIET + - display_priorities: + BR: 20 + GB: 43 + MX: 26 + US: 125 + display_priority: 125 + logo_path: /llQ8zV50Wqh4gYCYfr52R1b9gfD.jpg + provider_id: 473 + provider_name: Revry + - display_priorities: + IN: 22 + display_priority: 22 + logo_path: /ec3kgfQ6YXbT3AFRh8bkQZQFLb2.jpg + provider_id: 474 + provider_name: ShemarooMe + - display_priorities: + AR: 15 + AT: 25 + AU: 35 + BE: 17 + BG: 7 + BH: 9 + BM: 9 + BO: 8 + BR: 21 + BS: 9 + CA: 55 + CH: 23 + CL: 13 + CO: 14 + CR: 12 + CZ: 10 + DE: 44 + DK: 19 + DO: 9 + DZ: 9 + EC: 13 + EE: 11 + ES: 24 + FI: 19 + FR: 27 + GB: 44 + GF: 9 + GI: 9 + GR: 8 + GT: 12 + HN: 11 + HR: 12 + HU: 10 + ID: 19 + IE: 22 + IN: 23 + IS: 12 + IT: 27 + JO: 9 + JP: 13 + KR: 13 + KW: 9 + LI: 9 + LT: 11 + LV: 11 + LY: 9 + MA: 9 + MC: 9 + MD: 9 + MX: 27 + MY: 15 + NL: 24 + 'NO': 20 + NZ: 21 + OM: 9 + PA: 9 + PE: 14 + PH: 14 + PL: 10 + PT: 16 + PY: 11 + QA: 9 + RO: 6 + RU: 11 + SE: 21 + SG: 15 + SK: 15 + SM: 9 + SV: 9 + TH: 13 + TN: 9 + TR: 13 + TW: 28 + TZ: 22 + US: 126 + UY: 12 + VE: 11 + YE: 9 + ZA: 13 + display_priority: 126 + logo_path: /5zqbck5mo8PuVbGu2ngBUdn5Yga.jpg + provider_id: 475 + provider_name: DOCSVILLE + - display_priorities: + IN: 21 + display_priority: 21 + logo_path: /ymlo2k6RlX0zF5Te1AYwXRQ7Pra.jpg + provider_id: 476 + provider_name: EPIC ON + - display_priorities: + BR: 24 + display_priority: 24 + logo_path: /vPqYxDMMtoHlYg8ZzEXS5S6y6iQ.jpg + provider_id: 477 + provider_name: GOSPEL PLAY + - display_priorities: + AR: 17 + BR: 23 + display_priority: 23 + logo_path: /sYVlH6nNSaR2syC0sjkxErwOOjx.jpg + provider_id: 478 + provider_name: History Play + - display_priorities: + DE: 43 + display_priority: 43 + logo_path: /ntvIffmJe7ZO1SSobwSx8ABAZFG.jpg + provider_id: 479 + provider_name: Home of Horror + - display_priorities: + DE: 45 + display_priority: 45 + logo_path: /eptSSZPhXJllBI8QywFDmgOMNkU.jpg + provider_id: 480 + provider_name: Filmtastic + - display_priorities: + DE: 46 + display_priority: 46 + logo_path: /eBt8WXNGuJGBgQ28W88Y3eTAWsD.jpg + provider_id: 481 + provider_name: ArthouseCNMA + - display_priorities: + IN: 26 + display_priority: 26 + logo_path: /tFkqZYsDhNe6hJCx50Aw6oma24w.jpg + provider_id: 482 + provider_name: ManoramaMax + - display_priorities: + ID: 18 + display_priority: 18 + logo_path: /zDSJn28xTG4f6h2yxZ6UmCPvZ8j.jpg + provider_id: 483 + provider_name: MAX Stream + - display_priorities: + BR: 25 + display_priority: 25 + logo_path: /7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg + provider_id: 484 + provider_name: Claro tv+ + - display_priorities: + US: 128 + display_priority: 128 + logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg + provider_id: 486 + provider_name: Spectrum On Demand + - display_priorities: + CA: 56 + display_priority: 56 + logo_path: /yQhSfwOzTF9EATdq47LlRFghmiO.jpg + provider_id: 488 + provider_name: tvo + - display_priorities: + ID: 17 + display_priority: 17 + logo_path: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg + provider_id: 489 + provider_name: Vidio + - display_priorities: + AR: 16 + display_priority: 16 + logo_path: /21uSo4VQUdEmeA6RJ6gPSRwusbt.jpg + provider_id: 491 + provider_name: CINE + - display_priorities: + SE: 20 + display_priority: 20 + logo_path: /oBdaG066fB5O7XYrYKQflOZvd89.jpg + provider_id: 493 + provider_name: SVT + - display_priorities: + FI: 44 + 'NO': 43 + SE: 24 + display_priority: 24 + logo_path: /w1V9hzBaRlkpISBWhCv676kI8Mp.jpg + provider_id: 496 + provider_name: Cineasterna + - display_priorities: + SE: 22 + display_priority: 22 + logo_path: /jy4yvY3szonb0p6rtMXvF5stuX9.jpg + provider_id: 497 + provider_name: Tele2 Play + - display_priorities: + BR: 22 + display_priority: 22 + logo_path: /rXNXvz2096ri69ZlZsFwKxZYJsS.jpg + provider_id: 499 + provider_name: Oldflix + - display_priorities: + IN: 24 + display_priority: 24 + logo_path: /5VLMQDq6LWfftQCl7sYrtTseXRA.jpg + provider_id: 502 + provider_name: Tata Play + - display_priorities: + US: 129 + display_priority: 129 + logo_path: /pPoqVHcko7XoCRrPus4boDW90uM.jpg + provider_id: 503 + provider_name: Hi-YAH + - display_priorities: + PL: 11 + display_priority: 11 + logo_path: /jhMNVBV2UocEGepRkr9oFPD7Gpb.jpg + provider_id: 505 + provider_name: Player + - display_priorities: + US: 123 + display_priority: 123 + logo_path: /cZvP3XsDKlHFhNIyHYCVPStXT5l.jpg + provider_id: 506 + provider_name: TBS + - display_priorities: + US: 130 + display_priority: 130 + logo_path: /mMJ6AQUpHDsD5s2Q2dnbpX1NFwp.jpg + provider_id: 507 + provider_name: tru TV + - display_priorities: + US: 131 + display_priority: 131 + logo_path: /d8HzRaIa5aGE5mJB1SsIA9hODdx.jpg + provider_id: 508 + provider_name: DisneyNOW + - display_priorities: + IN: 25 + display_priority: 25 + logo_path: /eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg + provider_id: 510 + provider_name: Discovery+ + - display_priorities: + BO: 19 + CR: 20 + EG: 8 + GT: 20 + HK: 7 + HN: 19 + HR: 8 + IS: 8 + PH: 15 + PY: 19 + SA: 7 + SK: 11 + TW: 8 + TZ: 23 + display_priority: 23 + logo_path: /nHxedyutqerk1yWBsc17mF8gteZ.jpg + provider_id: 511 + provider_name: iWantTFC + - display_priorities: + FR: 28 + display_priority: 28 + logo_path: /qwRq7klF8EijYs7XgvxSaYd6v6w.jpg + provider_id: 513 + provider_name: Shadowz + - display_priorities: + CA: 58 + US: 124 + display_priority: 124 + logo_path: /jCgWMxqGaq0h0VOxyJPfQdTqmii.jpg + provider_id: 514 + provider_name: AsianCrush + - display_priorities: + IN: 27 + display_priority: 27 + logo_path: /ayHY6wKxvCKj2PU8eRPFxnPc6B0.jpg + provider_id: 515 + provider_name: MX Player + - display_priorities: + CA: 60 + display_priority: 60 + logo_path: /ss6JfWLwwrIjO1AfEsBy8GYM1EU.jpg + provider_id: 516 + provider_name: Noovo + - display_priorities: + SE: 23 + display_priority: 23 + logo_path: /sgws7qaFHYTEeYhc8RCjZ5D7IlH.jpg + provider_id: 517 + provider_name: TriArt Play + - display_priorities: + AD: 9 + AL: 10 + AR: 13 + AT: 26 + AU: 37 + BA: 10 + BB: 8 + BE: 15 + BH: 8 + BM: 8 + BO: 15 + BR: 19 + BS: 8 + CA: 61 + CH: 25 + CI: 9 + CL: 14 + CO: 15 + CR: 16 + CZ: 9 + DE: 49 + DK: 20 + DO: 8 + DZ: 8 + EC: 14 + EE: 10 + EG: 12 + ES: 25 + FI: 20 + FR: 26 + GB: 46 + GF: 8 + GI: 8 + GR: 7 + GT: 16 + HK: 27 + HN: 15 + HR: 11 + HU: 9 + ID: 13 + IE: 21 + IL: 8 + IN: 28 + IQ: 8 + IS: 11 + IT: 28 + JM: 8 + JO: 8 + JP: 12 + KR: 12 + KW: 8 + LB: 8 + LI: 8 + LT: 10 + LV: 10 + LY: 8 + MA: 8 + MC: 8 + MD: 8 + MK: 10 + MT: 10 + MX: 28 + MY: 13 + NE: 9 + NG: 9 + NL: 26 + 'NO': 21 + NZ: 16 + OM: 8 + PA: 8 + PE: 15 + PH: 13 + PL: 13 + PS: 8 + PT: 17 + PY: 15 + QA: 8 + RO: 5 + RS: 10 + RU: 10 + SA: 10 + SE: 25 + SG: 14 + SI: 10 + SK: 14 + SM: 8 + SV: 8 + TH: 11 + TN: 8 + TR: 12 + TW: 26 + TZ: 24 + US: 79 + UY: 11 + VE: 10 + YE: 8 + ZA: 12 + display_priority: 79 + logo_path: /k2YgZyxij5RcnS1qqUYEUrJB4oQ.jpg + provider_id: 521 + provider_name: Spamflix + - display_priorities: + AT: 24 + CH: 24 + DE: 47 + display_priority: 47 + logo_path: /3kmmwlTET45ryW7azWfFJ0Piwll.jpg + provider_id: 522 + provider_name: Popcorntimes + - display_priorities: + AT: 55 + DE: 112 + DK: 42 + ES: 38 + FI: 32 + GB: 82 + IE: 38 + IT: 24 + NL: 39 + 'NO': 32 + SE: 34 + display_priority: 34 + logo_path: /bPW3J8KlLrot95sLzadnpzVe61f.jpg + provider_id: 524 + provider_name: Discovery+ + - display_priorities: + CA: 57 + display_priority: 57 + logo_path: /7wADjxAylhGGqWYNz86jGOQSoZG.jpg + provider_id: 525 + provider_name: Knowledge Network + - display_priorities: + AU: 53 + CA: 91 + NZ: 34 + US: 31 + display_priority: 31 + logo_path: /ovmu6uot1XVvsemM2dDySXLiX57.jpg + provider_id: 526 + provider_name: AMC+ + - display_priorities: + AU: 54 + CA: 90 + ES: 74 + US: 26 + display_priority: 26 + logo_path: /2ino0WmHA4GROB7NYKzT6PGqLcb.jpg + provider_id: 528 + provider_name: AMC+ Amazon Channel + - display_priorities: + CA: 62 + GB: 24 + US: 133 + display_priority: 133 + logo_path: /wAuMUrRTVaJ2CZ4ZpyQbayZx0iU.jpg + provider_id: 529 + provider_name: ARROW + - display_priorities: + AR: 7 + AT: 51 + AU: 5 + BO: 5 + BR: 6 + CA: 11 + CH: 45 + CL: 6 + CO: 7 + CR: 6 + DE: 11 + DO: 25 + EC: 3 + FR: 76 + GB: 8 + GT: 5 + HN: 6 + IE: 6 + IT: 9 + MX: 9 + NI: 13 + PA: 31 + PE: 5 + PY: 3 + SV: 26 + US: 18 + UY: 2 + VE: 6 + display_priority: 6 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 531 + provider_name: Paramount Plus + - display_priorities: + AD: 11 + AL: 12 + BA: 12 + BB: 9 + BH: 10 + BM: 10 + BS: 10 + CA: 93 + CI: 8 + DO: 10 + DZ: 10 + EG: 16 + GF: 10 + GI: 10 + HK: 22 + HR: 17 + IN: 29 + IQ: 12 + IS: 18 + JM: 9 + JO: 10 + KW: 10 + LB: 12 + LI: 10 + LY: 10 + MA: 10 + MC: 10 + MD: 10 + NE: 8 + NG: 8 + OM: 10 + PA: 11 + PS: 12 + QA: 10 + RS: 12 + SA: 14 + SI: 12 + SK: 20 + SM: 10 + SV: 11 + TN: 10 + TW: 21 + TZ: 30 + US: 155 + UY: 14 + YE: 10 + display_priority: 155 + logo_path: /8WerMI8XcZXqPpkHTZNtzMzousF.jpg + provider_id: 532 + provider_name: aha + - display_priorities: + AT: 28 + DE: 51 + display_priority: 51 + logo_path: /9MABvFilVMUAV86vLUgBgeM5LQQ.jpg + provider_id: 533 + provider_name: Amazon Arthaus Channel + - display_priorities: + AD: 6 + AL: 6 + BA: 6 + BB: 7 + BH: 7 + BM: 7 + BS: 7 + CI: 6 + DO: 7 + DZ: 7 + EG: 13 + GF: 7 + GI: 7 + HK: 23 + HR: 13 + IL: 6 + IQ: 6 + IS: 14 + JM: 7 + JO: 7 + KW: 7 + LB: 6 + LI: 7 + LY: 7 + MA: 7 + MC: 7 + MD: 7 + MK: 6 + MT: 6 + NE: 6 + NG: 6 + OM: 7 + PA: 7 + PS: 6 + QA: 7 + RS: 6 + SA: 11 + SI: 6 + SK: 16 + SM: 7 + SV: 7 + TN: 7 + TW: 22 + TZ: 28 + UY: 10 + YE: 7 + display_priority: 7 + logo_path: /jQMOpRluniNQSEp6V7IvtKxXMW.jpg + provider_id: 534 + provider_name: Argo + - display_priorities: + AT: 29 + CH: 26 + DE: 53 + display_priority: 53 + logo_path: /ugus0p8BGGhE8sxhwAjJz2o8jyy.jpg + provider_id: 537 + provider_name: ZDF + - display_priorities: + AD: 26 + AG: 13 + AL: 28 + AO: 5 + AR: 61 + AT: 63 + AU: 46 + AZ: 5 + BA: 28 + BB: 26 + BE: 64 + BF: 5 + BG: 21 + BM: 28 + BO: 33 + BR: 84 + BS: 27 + BY: 7 + BZ: 11 + CA: 86 + CH: 49 + CI: 27 + CL: 33 + CM: 5 + CO: 34 + CR: 33 + CV: 13 + CY: 9 + CZ: 32 + DE: 55 + DK: 41 + DO: 33 + DZ: 29 + EC: 32 + EE: 27 + ES: 27 + FI: 43 + FJ: 12 + FR: 29 + GB: 48 + GF: 29 + GG: 11 + GH: 16 + GI: 27 + GQ: 14 + GR: 23 + GT: 33 + GY: 5 + HK: 38 + HN: 33 + HR: 35 + HU: 26 + ID: 39 + IE: 43 + IL: 27 + IN: 30 + IQ: 49 + IS: 32 + IT: 29 + JM: 25 + JO: 51 + JP: 53 + KE: 15 + KR: 14 + KW: 50 + LB: 29 + LC: 12 + LI: 29 + LT: 28 + LU: 11 + LV: 27 + LY: 29 + MA: 28 + MC: 26 + MD: 26 + ME: 6 + MG: 5 + MK: 27 + ML: 6 + MT: 26 + MU: 15 + MW: 3 + MX: 78 + MY: 31 + MZ: 17 + NE: 27 + NG: 30 + NI: 15 + NL: 85 + 'NO': 42 + NZ: 37 + OM: 50 + PA: 33 + PE: 33 + PF: 11 + PG: 5 + PH: 32 + PK: 8 + PL: 34 + PS: 28 + PT: 59 + PY: 32 + RO: 22 + RS: 29 + RU: 30 + SC: 14 + SE: 47 + SG: 30 + SI: 29 + SK: 38 + SM: 28 + SN: 14 + SV: 33 + TC: 12 + TD: 7 + TH: 29 + TN: 29 + TT: 13 + TW: 38 + TZ: 32 + UA: 8 + UG: 16 + US: 134 + UY: 32 + VA: 7 + VE: 30 + XK: 5 + YE: 28 + ZA: 30 + ZM: 14 + ZW: 6 + display_priority: 134 + logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg + provider_id: 538 + provider_name: Plex + - display_priorities: + FI: 21 + display_priority: 21 + logo_path: /zDWv7ROPCqZXsIKSVFRANOTC1wx.jpg + provider_id: 539 + provider_name: Viddla + - display_priorities: + FI: 22 + display_priority: 22 + logo_path: /eglAxQEXSO13p6gNf3HKymrIu7y.jpg + provider_id: 540 + provider_name: Elisa Viihde + - display_priorities: + ES: 26 + display_priority: 26 + logo_path: /3QQKYFUDt13Q2Zm6JM2cOjlbd27.jpg + provider_id: 541 + provider_name: rtve + - display_priorities: + AT: 61 + BE: 57 + CH: 48 + DE: 57 + FR: 99 + LI: 28 + LU: 10 + display_priority: 28 + logo_path: /zXu75uIAMgdblYvFFPzoIHmQhxa.jpg + provider_id: 542 + provider_name: filmfriend + - display_priorities: + BR: 26 + display_priority: 26 + logo_path: /3MsEoFiBy9eaUdKo5Cx1iR9BPQy.jpg + provider_id: 544 + provider_name: Libreflix + - display_priorities: + AD: 14 + AL: 15 + AR: 19 + AT: 30 + AU: 38 + BA: 15 + BE: 20 + BM: 11 + BO: 6 + BR: 27 + CA: 63 + CH: 27 + CI: 11 + CL: 15 + CO: 16 + CR: 14 + CZ: 11 + DE: 56 + DK: 21 + EC: 15 + EE: 12 + ES: 28 + FI: 23 + FR: 30 + GB: 49 + GF: 11 + GI: 11 + GR: 9 + GT: 14 + HN: 13 + HU: 11 + ID: 20 + IE: 23 + IL: 13 + IN: 31 + IQ: 15 + IS: 13 + IT: 30 + JP: 14 + KR: 15 + KW: 11 + LB: 15 + LI: 11 + LT: 12 + LV: 12 + MK: 14 + MT: 14 + MX: 29 + MY: 16 + NE: 11 + NG: 12 + NL: 27 + 'NO': 22 + NZ: 22 + PE: 16 + PH: 16 + PL: 14 + PS: 15 + PT: 18 + PY: 13 + RO: 7 + RS: 15 + RU: 12 + SE: 26 + SG: 16 + SI: 15 + SM: 11 + TH: 14 + TN: 11 + TR: 14 + US: 136 + VE: 12 + YE: 11 + ZA: 14 + display_priority: 136 + logo_path: /6dET59jNU0ADysghEjl8Unuc7Ca.jpg + provider_id: 546 + provider_name: WOW Presents Plus + - display_priorities: + NL: 28 + display_priority: 28 + logo_path: /fpHXCUD89WRC21wJjz3DDCgyudw.jpg + provider_id: 548 + provider_name: IFFR Unleashed + - display_priorities: + PL: 15 + display_priority: 15 + logo_path: /7jnt49RwicQ4Vs2v1MgfERfVuDS.jpg + provider_id: 549 + provider_name: IPLA + - display_priorities: + CA: 64 + FR: 31 + display_priority: 31 + logo_path: /7up8PVB6RaL0fDs5XFzjJlq9mg2.jpg + provider_id: 550 + provider_name: Tenk + - display_priorities: + AD: 12 + AL: 13 + AR: 18 + AT: 31 + AU: 39 + BA: 13 + BB: 10 + BE: 21 + BH: 11 + BM: 12 + BO: 14 + BR: 28 + BS: 11 + CA: 65 + CH: 28 + CL: 16 + CO: 17 + CR: 15 + CZ: 12 + DE: 58 + DK: 22 + DO: 11 + DZ: 11 + EC: 16 + EE: 13 + EG: 14 + ES: 29 + FI: 24 + FR: 32 + GB: 50 + GF: 12 + GI: 12 + GR: 10 + GT: 15 + HK: 20 + HN: 14 + HR: 14 + HU: 12 + ID: 21 + IE: 24 + IL: 11 + IN: 32 + IQ: 13 + IS: 15 + IT: 31 + JM: 10 + JO: 11 + JP: 15 + KR: 16 + KW: 12 + LB: 13 + LI: 12 + LT: 13 + LV: 13 + LY: 11 + MA: 11 + MC: 11 + MD: 11 + MK: 12 + MT: 12 + MX: 30 + MY: 17 + NG: 10 + NL: 29 + 'NO': 23 + NZ: 23 + OM: 11 + PA: 12 + PE: 17 + PH: 17 + PL: 16 + PS: 13 + PT: 19 + PY: 14 + QA: 11 + RO: 8 + RS: 13 + RU: 13 + SA: 12 + SE: 27 + SG: 17 + SI: 13 + SK: 17 + SM: 12 + SV: 12 + TH: 15 + TN: 12 + TR: 15 + TW: 19 + TZ: 26 + US: 137 + UY: 15 + VE: 13 + YE: 12 + ZA: 15 + display_priority: 137 + logo_path: /mSH24WQcRDJ2fsL5iucXqqRnSRb.jpg + provider_id: 551 + provider_name: Magellan TV + - display_priorities: + IE: 25 + display_priority: 25 + logo_path: /fFIAM3bHNoyjeQ8q160NWUD3S94.jpg + provider_id: 552 + provider_name: QFT Player + - display_priorities: + FI: 31 + LT: 14 + display_priority: 14 + logo_path: /7QzLA6rsML2rKxhuagWlDl7Zxlm.jpg + provider_id: 553 + provider_name: Telia Play + - display_priorities: + AD: 13 + AL: 14 + AR: 20 + AT: 32 + AU: 40 + BA: 14 + BB: 11 + BE: 22 + BG: 6 + BH: 12 + BM: 13 + BO: 7 + BR: 29 + BS: 12 + CA: 66 + CH: 29 + CI: 10 + CL: 17 + CO: 18 + CR: 13 + CZ: 13 + DE: 59 + DK: 23 + DO: 12 + DZ: 12 + EC: 17 + EE: 14 + EG: 15 + ES: 30 + FI: 25 + FR: 33 + GB: 51 + GF: 13 + GI: 13 + GR: 11 + GT: 13 + HK: 24 + HN: 12 + HR: 15 + HU: 13 + ID: 22 + IE: 26 + IL: 12 + IN: 33 + IQ: 14 + IS: 16 + IT: 32 + JM: 11 + JO: 12 + JP: 16 + KR: 17 + KW: 13 + LB: 14 + LI: 13 + LT: 15 + LV: 14 + LY: 12 + MA: 12 + MC: 12 + MD: 12 + MK: 13 + MT: 13 + MX: 31 + MY: 18 + NE: 10 + NG: 11 + NL: 30 + 'NO': 24 + NZ: 24 + OM: 12 + PA: 13 + PE: 18 + PH: 18 + PL: 17 + PS: 14 + PT: 20 + PY: 12 + QA: 12 + RO: 9 + RS: 14 + RU: 14 + SA: 13 + SE: 28 + SG: 18 + SI: 14 + SK: 18 + SM: 13 + SV: 13 + TH: 16 + TN: 13 + TR: 16 + TW: 23 + TZ: 27 + US: 138 + UY: 16 + VE: 14 + YE: 13 + ZA: 16 + display_priority: 138 + logo_path: /6IYZ4NjwPikxN7J9cfSmuyeHeMm.jpg + provider_id: 554 + provider_name: BroadwayHD + - display_priorities: + RU: 15 + display_priority: 15 + logo_path: /yyMxS08v80D96O7NtL9supa5sn7.jpg + provider_id: 557 + provider_name: More TV + - display_priorities: + AD: 16 + AL: 17 + AR: 21 + AT: 33 + AU: 41 + BA: 17 + BB: 13 + BE: 23 + BH: 14 + BM: 15 + BO: 16 + BR: 30 + BS: 14 + CA: 67 + CH: 30 + CI: 13 + CL: 18 + CO: 19 + CR: 17 + CZ: 14 + DE: 60 + DK: 24 + DO: 14 + DZ: 14 + EC: 18 + EE: 15 + EG: 17 + ES: 31 + FI: 26 + FR: 34 + GB: 52 + GF: 15 + GI: 15 + GR: 12 + GT: 17 + HK: 19 + HN: 16 + HR: 18 + HU: 14 + ID: 23 + IE: 27 + IL: 15 + IN: 34 + IQ: 17 + IS: 19 + IT: 33 + JM: 13 + JO: 14 + JP: 17 + KR: 18 + KW: 15 + LB: 17 + LI: 15 + LT: 16 + LV: 15 + LY: 14 + MA: 14 + MC: 14 + MD: 14 + MK: 16 + MT: 16 + MX: 32 + MY: 19 + NE: 13 + NG: 14 + NL: 31 + 'NO': 25 + NZ: 25 + OM: 14 + PA: 15 + PE: 19 + PH: 19 + PL: 18 + PS: 17 + PT: 21 + PY: 16 + QA: 14 + RO: 10 + RS: 17 + SA: 15 + SE: 29 + SG: 19 + SI: 17 + SK: 21 + SM: 15 + SV: 15 + TH: 17 + TN: 15 + TR: 17 + TW: 18 + TZ: 25 + US: 140 + UY: 18 + VE: 15 + YE: 15 + ZA: 17 + display_priority: 140 + logo_path: /eUBxtrqO26wAJfYOZJOzhQEo3mm.jpg + provider_id: 559 + provider_name: Filmzie + - display_priorities: + 'NO': 26 + display_priority: 26 + logo_path: /rTLyVzy9lyPpujUQ026CiRDqQrF.jpg + provider_id: 560 + provider_name: Filmoteket + - display_priorities: + ID: 36 + IN: 35 + MY: 30 + display_priority: 30 + logo_path: /e2hCUg2Z3sJ6yWF9NLU24SIKeWa.jpg + provider_id: 561 + provider_name: Lionsgate Play + - display_priorities: + BR: 31 + DE: 61 + GB: 53 + IN: 36 + US: 141 + display_priority: 141 + logo_path: /9vMVMnVnWwxt0TkCazKLYW1zuqY.jpg + provider_id: 562 + provider_name: MovieSaints + - display_priorities: + NL: 32 + display_priority: 32 + logo_path: /nzjqsR28PVVp5GJAlHtbBArNKqN.jpg + provider_id: 563 + provider_name: KPN + - display_priorities: + AD: 17 + AL: 18 + AR: 23 + AT: 36 + AU: 43 + BA: 18 + BB: 14 + BE: 25 + BG: 11 + BH: 15 + BM: 16 + BO: 12 + BR: 33 + BS: 15 + CA: 69 + CH: 32 + CI: 14 + CL: 20 + CO: 21 + CR: 8 + CZ: 16 + DE: 63 + DK: 26 + DO: 15 + DZ: 15 + EC: 20 + EE: 17 + EG: 18 + ES: 33 + FI: 28 + FR: 37 + GB: 57 + GF: 16 + GI: 16 + GR: 14 + GT: 8 + HK: 25 + HN: 7 + HR: 19 + HU: 16 + ID: 25 + IE: 29 + IL: 16 + IN: 38 + IQ: 18 + IS: 20 + IT: 35 + JM: 14 + JO: 15 + JP: 19 + KR: 20 + KW: 16 + LB: 18 + LI: 16 + LT: 18 + LV: 17 + LY: 15 + MA: 15 + MC: 15 + MD: 15 + MK: 17 + MT: 17 + MX: 34 + MY: 21 + NE: 14 + NG: 15 + NL: 34 + 'NO': 28 + NZ: 27 + OM: 15 + PA: 16 + PE: 21 + PH: 21 + PL: 20 + PS: 18 + PT: 23 + PY: 7 + QA: 15 + RO: 12 + RS: 18 + RU: 17 + SA: 16 + SE: 31 + SG: 21 + SI: 18 + SK: 22 + SM: 16 + SV: 16 + TH: 19 + TN: 16 + TR: 19 + TW: 24 + TZ: 12 + US: 142 + UY: 19 + VE: 17 + YE: 16 + ZA: 19 + display_priority: 142 + logo_path: /aRPDQvVcpeY07sjI6lAALMCL0ti.jpg + provider_id: 567 + provider_name: True Story + - display_priorities: + AR: 24 + AT: 35 + AU: 44 + BB: 15 + BE: 26 + BG: 9 + BH: 16 + BM: 17 + BO: 10 + BR: 34 + BS: 16 + CA: 70 + CH: 33 + CL: 21 + CO: 22 + CR: 10 + CZ: 17 + DE: 64 + DK: 27 + DO: 16 + EC: 21 + EE: 18 + ES: 34 + FI: 29 + FR: 38 + GB: 58 + GF: 17 + GI: 17 + GR: 15 + GT: 10 + HK: 12 + HN: 9 + HR: 20 + HU: 17 + ID: 26 + IE: 30 + IN: 39 + IS: 21 + IT: 36 + JM: 15 + JO: 16 + JP: 20 + KR: 21 + KW: 17 + LI: 17 + LT: 19 + LV: 18 + MC: 16 + MD: 16 + MX: 36 + MY: 22 + NL: 35 + 'NO': 29 + NZ: 28 + OM: 16 + PA: 17 + PE: 22 + PH: 22 + PL: 21 + PT: 24 + PY: 9 + QA: 16 + RO: 13 + RU: 18 + SA: 17 + SE: 32 + SG: 22 + SK: 23 + SM: 17 + SV: 17 + TH: 20 + TR: 20 + TW: 11 + US: 144 + UY: 20 + VE: 18 + YE: 17 + ZA: 20 + display_priority: 144 + logo_path: /vbXJBJVv3u3YWt6ml0l0ldDblXT.jpg + provider_id: 569 + provider_name: DocAlliance Films + - display_priorities: + RU: 19 + display_priority: 19 + logo_path: /r7cgAhlSLI4r80P1Si9P0jOevrr.jpg + provider_id: 570 + provider_name: Premier + - display_priorities: + BE: 27 + HR: 25 + display_priority: 25 + logo_path: /3KaY2AQFkPHlc6QgGQmRbYxnsQa.jpg + provider_id: 572 + provider_name: RTL Play + - display_priorities: + BR: 35 + display_priority: 35 + logo_path: /prbT74SL6obBAywv50qi5gnoBj5.jpg + provider_id: 573 + provider_name: KinoPop + - display_priorities: + AR: 25 + US: 145 + display_priority: 145 + logo_path: /gR8rrj71VCLjlF1LJpplo72MXf0.jpg + provider_id: 575 + provider_name: OnDemandKorea + - display_priorities: + ID: 27 + display_priority: 27 + logo_path: /f1V0OhsOKnOQVyNb8h8BbioorQ4.jpg + provider_id: 576 + provider_name: KlikFilm + - display_priorities: + RU: 20 + display_priority: 20 + logo_path: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg + provider_id: 577 + provider_name: TvIgle + - display_priorities: + 'NO': 30 + display_priority: 30 + logo_path: /3ZigBD8WTEPcEHAvMWiJGUsv5u4.jpg + provider_id: 578 + provider_name: Strim + - display_priorities: + CA: 148 + US: 254 + display_priority: 254 + logo_path: /8cjvUhc1ga7ySEdAFM7Ok9G6HOr.jpg + provider_id: 579 + provider_name: Film Movement Plus + - display_priorities: + BG: 12 + display_priority: 12 + logo_path: /ApcuSS6VOCV7slF4GBRARfy31bg.jpg + provider_id: 580 + provider_name: Nova Play + - display_priorities: + AD: 22 + AL: 23 + BA: 23 + BB: 18 + BH: 19 + BM: 20 + BS: 19 + CA: 72 + CI: 17 + DO: 20 + DZ: 18 + EG: 22 + GF: 20 + GI: 20 + HK: 15 + HR: 23 + IL: 21 + IQ: 23 + IS: 24 + JM: 18 + JO: 19 + KW: 20 + LB: 23 + LI: 20 + LY: 18 + MA: 18 + MC: 19 + MD: 19 + MK: 22 + MT: 22 + NE: 17 + NG: 18 + OM: 19 + PA: 21 + PS: 23 + QA: 19 + RS: 23 + SA: 22 + SI: 23 + SK: 28 + SM: 20 + SV: 21 + TN: 19 + TW: 14 + TZ: 15 + US: 148 + UY: 24 + YE: 20 + display_priority: 148 + logo_path: /c4eVkfMna2VzHzZ8N2vWXUnMrlD.jpg + provider_id: 581 + provider_name: iQIYI + - display_priorities: + AT: 52 + AU: 6 + BR: 40 + CA: 13 + CL: 42 + CO: 43 + DE: 108 + FR: 77 + GB: 80 + IT: 57 + MX: 21 + US: 24 + display_priority: 24 + logo_path: /hExO4PtimLIYn3kBOrzsejNv7cT.jpg + provider_id: 582 + provider_name: Paramount+ Amazon Channel + - display_priorities: + US: 12 + display_priority: 12 + logo_path: /efu1Cqc63XrPBoreYnf2mn0Nizj.jpg + provider_id: 583 + provider_name: Epix Amazon Channel + - display_priorities: + BR: 98 + CA: 158 + DE: 106 + GB: 63 + IN: 92 + IT: 25 + US: 25 + display_priority: 25 + logo_path: /lgudHqEtTOzkMWlpTjU1oUyoUSZ.jpg + provider_id: 584 + provider_name: Discovery+ Amazon Channel + - display_priorities: + US: 149 + display_priority: 149 + logo_path: /q4WTdA5wH3TXDFiYKejCCwSOyJ8.jpg + provider_id: 585 + provider_name: Metrograph + - display_priorities: + CA: 73 + display_priority: 73 + logo_path: /tw81Wj2gaVL30O7CvzfsqTLMxQg.jpg + provider_id: 587 + provider_name: IFC Amazon Channel + - display_priorities: + AU: 60 + CA: 75 + FI: 47 + FR: 44 + IN: 79 + JP: 47 + PL: 33 + SE: 46 + display_priority: 46 + logo_path: /ny55kYI31jrwSYp2LmCniMCGc03.jpg + provider_id: 588 + provider_name: MGM Amazon Channel + - display_priorities: + CA: 74 + display_priority: 74 + logo_path: /4KZlGfHQEza2dBf3HVk4oWmh611.jpg + provider_id: 589 + provider_name: TELETOON+ Amazon Channel + - display_priorities: + GB: 60 + IE: 46 + display_priority: 46 + logo_path: /6sJLsWk4TZHz1EffmTRSkaDehkh.jpg + provider_id: 591 + provider_name: Now TV Cinema + - display_priorities: + GB: 39 + display_priority: 39 + logo_path: /aG4lXRDfHl3qgQCgpWI6KEJV0i7.jpg + provider_id: 593 + provider_name: STV Player + - display_priorities: + GB: 71 + display_priority: 71 + logo_path: /6xQrNQoTmXWhaJj4O8u2FRsXBXs.jpg + provider_id: 595 + provider_name: Eros Now Amazon Channel + - display_priorities: + GB: 25 + display_priority: 25 + logo_path: /u4OSH6NN7bdHRJJVLwozPa0jDUj.jpg + provider_id: 596 + provider_name: Arrow Video Amazon Channel + - display_priorities: + AT: 62 + DE: 141 + GB: 66 + US: 223 + display_priority: 223 + logo_path: /xIu1EW7y2EC7RD3Wqe0Ogi5NAuo.jpg + provider_id: 597 + provider_name: Full Moon Amazon Channel + - display_priorities: + AT: 132 + DE: 232 + GB: 68 + display_priority: 232 + logo_path: /l4h4b2esfTb7evLRiLrMjk6rsHj.jpg + provider_id: 599 + provider_name: Pokémon Amazon Channel + - display_priorities: + GB: 69 + display_priority: 69 + logo_path: /ivRp15loTWoVy3eEHALoYEyXI8J.jpg + provider_id: 600 + provider_name: Shout! Factory Amazon Channel + - display_priorities: + GB: 72 + display_priority: 72 + logo_path: /xJ3B83btVmp4wyRGRRRgWCibTLI.jpg + provider_id: 602 + provider_name: FilmBox Live Amazon Channel + - display_priorities: + GB: 61 + IN: 93 + display_priority: 93 + logo_path: /tLbUhvK1RcA5I4JHndxf5dprkE7.jpg + provider_id: 603 + provider_name: CuriosityStream Amazon Channel + - display_priorities: + GB: 62 + IN: 94 + display_priority: 94 + logo_path: /91oRDZySWtw60ei006uQ45gmjXD.jpg + provider_id: 604 + provider_name: DocuBay Amazon Channel + - display_priorities: + CA: 77 + display_priority: 77 + logo_path: /5W6vTKE684EhdITeMUjdcTIBGdh.jpg + provider_id: 605 + provider_name: Super Channel Amazon Channel + - display_priorities: + CA: 78 + display_priority: 78 + logo_path: /djTJ7pAkIhmPaN3eTA6wTUrphNG.jpg + provider_id: 606 + provider_name: StackTV Amazon Channel + - display_priorities: + AU: 82 + CA: 79 + DE: 119 + ES: 42 + GB: 107 + display_priority: 107 + logo_path: /d0KmcInHpiF44ahOLrXCQATEFmD.jpg + provider_id: 607 + provider_name: OUTtv Amazon Channel + - display_priorities: + AU: 81 + BR: 41 + CA: 80 + ES: 75 + MX: 40 + display_priority: 40 + logo_path: /bSy9zFiZtbKBHIyOu0H2Fs5cJmx.jpg + provider_id: 608 + provider_name: Love Nature Amazon Channel + - display_priorities: + CA: 81 + display_priority: 81 + logo_path: /bEgGGEDgBczZcZRJ6x1MtTym2LV.jpg + provider_id: 609 + provider_name: Smithsonian Channel Amazon Channel + - display_priorities: + CA: 82 + display_priority: 82 + logo_path: /2WEzLLWbvMLHSNkAjYrIeDOmLJM.jpg + provider_id: 610 + provider_name: BBC Earth Amazon Channel + - display_priorities: + CA: 84 + display_priority: 84 + logo_path: /srLngtBaRGooYsVgkvzkGCwbZHA.jpg + provider_id: 612 + provider_name: ALLWAYSBLK Amazon Channel + - display_priorities: + AT: 58 + DE: 90 + GB: 19 + US: 151 + display_priority: 151 + logo_path: /4VOCKZGiAtXMtoDyOrvHAN33uc2.jpg + provider_id: 613 + provider_name: Freevee + - display_priorities: + IN: 40 + display_priority: 40 + logo_path: /1tCAM3WVOl0xknuwVc0v1LBWZNV.jpg + provider_id: 614 + provider_name: VI movies and tv + - display_priorities: + GB: 73 + display_priority: 73 + logo_path: /sSMxh3tIOAi3QBoSXdagDxb3OKp.jpg + provider_id: 615 + provider_name: W4free + - display_priorities: + DK: 30 + display_priority: 30 + logo_path: /dnD5cUeAPruAcYwwKKxYbMcfccq.jpg + provider_id: 620 + provider_name: DRTV + - display_priorities: + DK: 29 + display_priority: 29 + logo_path: /gV2kLLKcZOBt2HUEB51bX0AqC11.jpg + provider_id: 621 + provider_name: Dansk Filmskat + - display_priorities: + CH: 35 + display_priority: 35 + logo_path: /l5SFTF3l9l1KSgZJM7foAppUenz.jpg + provider_id: 622 + provider_name: UPC TV + - display_priorities: + HK: 29 + TW: 30 + display_priority: 30 + logo_path: /r3tmJFjecQGAfHjWOafhr1pux6b.jpg + provider_id: 623 + provider_name: WeTV + - display_priorities: + HK: 30 + TW: 31 + display_priority: 31 + logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg + provider_id: 624 + provider_name: KKTV + - display_priorities: + HK: 31 + TW: 32 + display_priority: 32 + logo_path: /j35eayHG7RC9Ll0ehtbOuek0TZL.jpg + provider_id: 625 + provider_name: LINE TV + - display_priorities: + SK: 26 + display_priority: 26 + logo_path: /z7IYTxUHSrk1VPYgsc5RDe1E3tA.jpg + provider_id: 626 + provider_name: Otta + - display_priorities: + CZ: 28 + SK: 27 + display_priority: 27 + logo_path: /iTzW2q9e1Kk10l2s934SDgPSJNm.jpg + provider_id: 627 + provider_name: Voyo + - display_priorities: + SK: 29 + display_priority: 29 + logo_path: /hsuv1uc7SUr9YjCXRlLQNELt4UU.jpg + provider_id: 628 + provider_name: Edisonline + - display_priorities: + AE: 7 + EG: 24 + IQ: 9 + LB: 9 + PS: 9 + SA: 21 + TD: 1 + display_priority: 1 + logo_path: /kC6JTo59Gj6I4vJPyBAYGh0sKAE.jpg + provider_id: 629 + provider_name: OSN + - display_priorities: + AE: 8 + BH: 27 + EG: 23 + IQ: 28 + JO: 27 + KW: 28 + OM: 27 + QA: 27 + SA: 20 + display_priority: 20 + logo_path: /pDroY6RxYdVw63eAepag4b116Ub.jpg + provider_id: 630 + provider_name: STARZPLAY + - display_priorities: + HR: 24 + display_priority: 24 + logo_path: /yHqa57jOQqhBarOh9lw2noJno00.jpg + provider_id: 631 + provider_name: HRTi + - display_priorities: + US: 28 + display_priority: 28 + logo_path: /ywIoxSjoYJGUIbR6BfxUiCHdPi3.jpg + provider_id: 633 + provider_name: Paramount+ Roku Premium Channel + - display_priorities: + US: 29 + display_priority: 29 + logo_path: /9laPF1MAiUxlqM8T98F3Gj0bhzd.jpg + provider_id: 634 + provider_name: Starz Roku Premium Channel + - display_priorities: + US: 30 + display_priority: 30 + logo_path: /gAGrSQCTAisxy2CsWbijVvJEnRo.jpg + provider_id: 635 + provider_name: AMC+ Roku Premium Channel + - display_priorities: + US: 32 + display_priority: 32 + logo_path: /lD7HKUmXDvUya58DceiTA809Zbf.jpg + provider_id: 636 + provider_name: MGM Plus Roku Premium Channel + - display_priorities: + HR: 26 + display_priority: 26 + logo_path: /p6hKVngF1iWciIyxYmrl3UUitg7.jpg + provider_id: 637 + provider_name: Pickbox NOW + - display_priorities: + AD: 10 + AE: 13 + AG: 5 + AL: 11 + BA: 11 + BB: 19 + BH: 20 + BM: 21 + BS: 20 + CI: 18 + CU: 5 + CV: 5 + DZ: 19 + EG: 29 + FJ: 5 + GF: 21 + GG: 5 + GH: 5 + GI: 21 + GQ: 5 + HR: 30 + IL: 10 + IQ: 11 + IS: 29 + JO: 20 + KE: 5 + KW: 21 + LB: 11 + LC: 5 + LI: 21 + LY: 19 + MA: 19 + MC: 20 + MK: 11 + MT: 11 + MU: 4 + MZ: 5 + NE: 18 + NG: 19 + OM: 20 + PF: 5 + PK: 5 + PS: 11 + QA: 20 + RS: 11 + SA: 27 + SC: 5 + SI: 11 + SK: 33 + SM: 21 + SN: 5 + TC: 5 + TN: 20 + TT: 5 + TZ: 5 + UG: 5 + US: 150 + VA: 4 + XK: 1 + YE: 21 + ZM: 5 + display_priority: 150 + logo_path: /aN0Y2BNZQBH91JkVOeLTs8IhQrH.jpg + provider_id: 638 + provider_name: Public Domain Movies + - display_priorities: + BE: 29 + NL: 38 + display_priority: 38 + logo_path: /6vchFMhgi7jhyXyKBoutzwMmM5b.jpg + provider_id: 639 + provider_name: CineMember + - display_priorities: + IT: 21 + display_priority: 21 + logo_path: /jyiwuXdyRrh2R5UwY4MhOF4Xbfy.jpg + provider_id: 641 + provider_name: Nexo Plus + - display_priorities: + GB: 38 + display_priority: 38 + logo_path: /48aHN85OncgXjtl6DOVOJ6Wni4g.jpg + provider_id: 642 + provider_name: STUDIOCANAL PRESENTS Apple TV Channel + - display_priorities: + AD: 20 + AE: 10 + AG: 6 + AL: 21 + AR: 28 + AT: 40 + AU: 47 + BA: 21 + BB: 20 + BE: 30 + BG: 13 + BH: 21 + BM: 22 + BO: 24 + BR: 38 + CA: 87 + CH: 37 + CI: 19 + CL: 24 + CO: 25 + CR: 25 + CU: 6 + CV: 6 + CZ: 20 + DE: 68 + DK: 31 + DO: 21 + DZ: 20 + EC: 24 + EE: 20 + EG: 25 + ES: 39 + FI: 33 + FJ: 6 + FR: 42 + GB: 75 + GF: 22 + GG: 6 + GH: 6 + GI: 22 + GQ: 6 + GR: 17 + GT: 25 + HK: 33 + HN: 24 + HR: 27 + HU: 19 + ID: 29 + IE: 33 + IL: 19 + IN: 41 + IQ: 21 + IS: 26 + IT: 40 + JM: 19 + JO: 21 + JP: 22 + KE: 6 + KR: 23 + KW: 22 + LB: 21 + LC: 6 + LI: 22 + LT: 21 + LV: 20 + LY: 20 + MA: 20 + MC: 21 + MD: 20 + MK: 20 + MT: 20 + MU: 5 + MX: 39 + MY: 25 + MZ: 6 + NE: 19 + NG: 20 + NL: 40 + 'NO': 33 + NZ: 30 + OM: 21 + PA: 22 + PE: 25 + PF: 6 + PH: 24 + PL: 24 + PS: 21 + PT: 26 + PY: 24 + QA: 21 + RO: 15 + RS: 21 + RU: 23 + SA: 24 + SC: 6 + SE: 35 + SG: 25 + SI: 21 + SK: 30 + SM: 22 + SN: 6 + SV: 22 + TC: 6 + TH: 23 + TN: 21 + TR: 22 + TT: 6 + TW: 33 + TZ: 6 + UG: 6 + US: 152 + UY: 25 + VA: 5 + VE: 21 + YE: 22 + ZA: 22 + ZM: 6 + display_priority: 152 + logo_path: /fwx5Ed64TkfWiRH1SOSkc4781Ts.jpg + provider_id: 677 + provider_name: Eventive + - display_priorities: + DE: 67 + display_priority: 67 + logo_path: /iM7Ed1d7mYT3DQWSqLoW3tIN4uS.jpg + provider_id: 678 + provider_name: Filmlegenden Amazon Channel + - display_priorities: + DE: 69 + display_priority: 69 + logo_path: /coWnECpOyKLWMTSlXkfT2PhLs9E.jpg + provider_id: 679 + provider_name: Cinema of Hearts Amazon Channel + - display_priorities: + DE: 71 + PL: 48 + display_priority: 48 + logo_path: /jG5tKt6JoHsYRoUq6Wg8i9QuHt2.jpg + provider_id: 680 + provider_name: Bloody Movies Amazon Channel + - display_priorities: + DE: 72 + PL: 31 + display_priority: 31 + logo_path: /3fhcb4cThixkfNpOudnpLcosTCA.jpg + provider_id: 681 + provider_name: Film Total Amazon Channel + - display_priorities: + BR: 39 + CL: 43 + CO: 44 + MX: 97 + display_priority: 97 + logo_path: /xht0G3uRLcTgjxRz3cDHuf8KKUw.jpg + provider_id: 683 + provider_name: Looke Amazon Channel + - display_priorities: + ES: 44 + display_priority: 44 + logo_path: /2GQVxfaiWA4n93I7sJDJf1b6NqS.jpg + provider_id: 684 + provider_name: FlixOlé Amazon Channel + - display_priorities: + FR: 43 + display_priority: 43 + logo_path: /4LnuoJ2E5nTWCvXnlGFaUNH324v.jpg + provider_id: 685 + provider_name: 'Cine+ OCS Amazon Channel ' + - display_priorities: + DE: 70 + display_priority: 70 + logo_path: /7Zy6GqC8lQEvfBlWC1bJcaJzPRd.jpg + provider_id: 686 + provider_name: Home of Horror Amazon Channel + - display_priorities: + AT: 124 + CH: 65 + DE: 52 + display_priority: 52 + logo_path: /tnQ5PGryncrVxE9bK6nxif82wtd.jpg + provider_id: 687 + provider_name: Arthouse CNMA Amazon Channel + - display_priorities: + FR: 96 + GB: 76 + IN: 42 + IT: 41 + NL: 41 + SE: 45 + US: 156 + display_priority: 156 + logo_path: /2nFBw1zMzN1AujFaCsmsgSKWdfS.jpg + provider_id: 688 + provider_name: ShortsTV Amazon Channel + - display_priorities: + ES: 45 + display_priority: 45 + logo_path: /32R4lsqOPclNhb3qV613J8T8mdL.jpg + provider_id: 689 + provider_name: TVCortos Amazon Channel + - display_priorities: + MX: 41 + display_priority: 41 + logo_path: /t7I2Tx6Q7Nz96KexIPjkzUJOCbt.jpg + provider_id: 690 + provider_name: 'Pongalo Amazon Channel ' + - display_priorities: + CH: 12 + display_priority: 12 + logo_path: /c1Nj8YGitlXbvvv0taHLkBeyTaK.jpg + provider_id: 691 + provider_name: Play Suisse + - display_priorities: + AD: 21 + AE: 11 + AG: 8 + AL: 22 + AR: 29 + AT: 42 + AU: 48 + BA: 22 + BB: 21 + BE: 31 + BG: 14 + BH: 22 + BM: 23 + BO: 25 + BR: 42 + BS: 21 + CA: 88 + CH: 38 + CI: 20 + CL: 25 + CO: 26 + CR: 26 + CU: 8 + CV: 8 + CZ: 21 + DE: 74 + DK: 32 + DO: 22 + DZ: 21 + EC: 25 + EE: 21 + EG: 26 + ES: 46 + FI: 34 + FJ: 8 + FR: 47 + GB: 77 + GF: 23 + GG: 9 + GH: 7 + GI: 23 + GQ: 7 + GR: 18 + GT: 26 + HK: 34 + HN: 25 + HR: 28 + HU: 20 + ID: 30 + IE: 34 + IL: 20 + IN: 44 + IQ: 22 + IS: 27 + IT: 42 + JM: 20 + JO: 22 + JP: 23 + KE: 7 + KR: 24 + KW: 23 + LB: 22 + LC: 8 + LI: 23 + LT: 22 + LV: 21 + LY: 21 + MA: 21 + MC: 22 + MD: 21 + MK: 21 + MT: 21 + MU: 9 + MX: 42 + MY: 26 + MZ: 7 + NE: 20 + NG: 22 + NL: 42 + 'NO': 34 + NZ: 31 + OM: 22 + PA: 23 + PE: 26 + PF: 8 + PH: 25 + PK: 6 + PL: 25 + PS: 22 + PT: 29 + PY: 25 + QA: 22 + RO: 16 + RS: 22 + RU: 24 + SA: 25 + SC: 10 + SE: 36 + SG: 26 + SI: 22 + SK: 31 + SM: 23 + SN: 7 + SV: 23 + TC: 8 + TH: 24 + TN: 22 + TR: 23 + TT: 8 + TW: 34 + TZ: 9 + UG: 7 + US: 153 + UY: 26 + VA: 6 + VE: 22 + XK: 2 + YE: 23 + ZA: 23 + ZM: 7 + display_priority: 153 + logo_path: /uauVx3dGWt0GICqdMCBYJObd3Mo.jpg + provider_id: 692 + provider_name: Cultpix + - display_priorities: + AT: 41 + DE: 73 + display_priority: 73 + logo_path: /9aLd9gAK6xHtWK2tXDYq1fOqzJA.jpg + provider_id: 693 + provider_name: Turk On Video Amazon Channel + - display_priorities: + IT: 43 + display_priority: 43 + logo_path: /911zAHHLswJYihv988hbHDKa5M4.jpg + provider_id: 696 + provider_name: Serially + - display_priorities: + NL: 43 + display_priority: 43 + logo_path: /651I5dLHpxDUePZcNkYTDcARTeE.jpg + provider_id: 697 + provider_name: meJane + - display_priorities: + AE: 12 + AG: 7 + AL: 24 + AO: 3 + AR: 30 + AT: 43 + AU: 49 + AZ: 0 + BB: 22 + BE: 32 + BF: 3 + BG: 15 + BH: 23 + BM: 24 + BO: 26 + BR: 43 + BS: 22 + BY: 4 + BZ: 6 + CA: 89 + CH: 39 + CI: 22 + CL: 26 + CM: 3 + CO: 27 + CR: 27 + CU: 7 + CV: 7 + CY: 6 + CZ: 23 + DE: 75 + DK: 33 + DO: 23 + DZ: 23 + EC: 26 + EE: 22 + EG: 27 + ES: 47 + FI: 35 + FJ: 7 + FR: 49 + GB: 78 + GF: 26 + GG: 7 + GH: 9 + GI: 24 + GQ: 9 + GR: 19 + GT: 27 + GY: 2 + HK: 35 + HN: 26 + HR: 29 + HU: 21 + ID: 31 + IE: 35 + IN: 45 + IQ: 24 + IS: 28 + IT: 44 + JM: 21 + JO: 23 + JP: 24 + KE: 10 + KR: 25 + KW: 24 + LB: 24 + LC: 7 + LI: 24 + LT: 23 + LU: 7 + LV: 22 + LY: 23 + MA: 22 + MC: 23 + MD: 22 + ME: 3 + MG: 3 + MK: 23 + ML: 4 + MU: 7 + MW: 2 + MX: 43 + MY: 27 + MZ: 9 + NE: 22 + NG: 25 + NI: 7 + NL: 44 + 'NO': 35 + NZ: 32 + OM: 23 + PA: 24 + PE: 27 + PF: 7 + PG: 3 + PH: 26 + PK: 7 + PL: 26 + PS: 24 + PT: 30 + PY: 26 + QA: 23 + RO: 17 + RS: 25 + RU: 25 + SA: 26 + SC: 8 + SE: 37 + SG: 27 + SK: 32 + SM: 24 + SN: 9 + SV: 24 + TC: 7 + TD: 4 + TH: 25 + TN: 23 + TR: 23 + TT: 7 + TW: 35 + TZ: 17 + UA: 6 + UG: 9 + US: 154 + UY: 28 + VE: 23 + YE: 24 + ZA: 24 + ZM: 9 + ZW: 4 + display_priority: 154 + logo_path: /fbveJTcro9Xw2KuPIIoPPePHiwy.jpg + provider_id: 701 + provider_name: FilmBox+ + - display_priorities: + KE: 9 + NG: 24 + TZ: 16 + display_priority: 16 + logo_path: /k1LBSLQ2d6B95VpMoBASkM7EdZ2.jpg + provider_id: 702 + provider_name: iBAKATV + - display_priorities: + CI: 23 + DZ: 24 + EG: 28 + GH: 10 + GQ: 10 + KE: 11 + LY: 24 + MA: 23 + MU: 8 + MZ: 10 + NE: 23 + NG: 26 + SC: 9 + SN: 10 + TN: 24 + TZ: 8 + UG: 10 + ZA: 25 + ZM: 10 + display_priority: 25 + logo_path: /4bsFc5AgxDNdDeS1NIjVRviARhB.jpg + provider_id: 704 + provider_name: IROKOTV + - display_priorities: + CA: 92 + display_priority: 92 + logo_path: /29VK28jsSjFWHdXl1lxPb2SGmAk.jpg + provider_id: 705 + provider_name: Hollywood Suite Amazon Channel + - display_priorities: + AT: 44 + DE: 130 + display_priority: 130 + logo_path: /9NYihXY9biyXFJSZQq5HIGu1n8B.jpg + provider_id: 706 + provider_name: Moviedome Plus Amazon Channel + - display_priorities: + AT: 45 + DE: 131 + display_priority: 131 + logo_path: /a2wCZ9ultzAbjAaG6JMiCFJoy9s.jpg + provider_id: 707 + provider_name: Aniverse Amazon Channel + - display_priorities: + AT: 46 + DE: 132 + IT: 98 + display_priority: 98 + logo_path: /9T5H28SXBkzmnZYy2iRfI7GzwLL.jpg + provider_id: 708 + provider_name: Superfresh Amazon Channel + - display_priorities: + DE: 81 + display_priority: 81 + logo_path: /eMoqH13BYzIC1wDlhONhHfDM3DN.jpg + provider_id: 1706 + provider_name: Comedy Central Plus Amazon Channel + - display_priorities: + DE: 80 + display_priority: 80 + logo_path: /AvUM6aAqYh7JxUokb5T5ERn3KMs.jpg + provider_id: 1707 + provider_name: BluTV Amazon Channel + - display_priorities: + DE: 83 + display_priority: 83 + logo_path: /cYzZyot2IuGUYUXLvw6BMBT6v9p.jpg + provider_id: 1709 + provider_name: GRJNGO Amazon Channel + - display_priorities: + DE: 84 + display_priority: 84 + logo_path: /g06QZd5k4bjDEcZ3J97jb3rNlfB.jpg + provider_id: 1711 + provider_name: MTV Plus Amazon Channel + - display_priorities: + DE: 86 + display_priority: 86 + logo_path: /gHBdFYhxdeLHl8jimTDwA1bFv01.jpg + provider_id: 1712 + provider_name: RTL Passion Amazon Channel + - display_priorities: + DE: 85 + display_priority: 85 + logo_path: /xXN970tHrMfL7BQUTVSu96IY9gs.jpg + provider_id: 1713 + provider_name: Silverline Amazon Channel + - display_priorities: + AE: 14 + AR: 55 + AU: 59 + BH: 28 + BR: 77 + CA: 134 + CI: 24 + DE: 139 + DZ: 25 + EG: 30 + ES: 87 + FI: 41 + FR: 97 + GB: 119 + GH: 11 + GQ: 11 + ID: 35 + IL: 9 + IN: 63 + IQ: 10 + IT: 90 + JO: 28 + KE: 12 + KW: 29 + LB: 10 + LY: 25 + MA: 24 + MU: 10 + MX: 70 + MZ: 11 + NE: 24 + NG: 27 + OM: 28 + PH: 31 + PL: 32 + PS: 10 + QA: 28 + RU: 29 + SA: 28 + SC: 11 + SN: 11 + TN: 25 + TR: 55 + TZ: 10 + UG: 11 + US: 215 + ZA: 26 + ZM: 11 + display_priority: 215 + logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg + provider_id: 1715 + provider_name: Shahid VIP + - display_priorities: + ES: 48 + display_priority: 48 + logo_path: /8vES2nJNwOF57muvqLByDLm6snp.jpg + provider_id: 1717 + provider_name: Acontra Plus + - display_priorities: + AR: 40 + BR: 52 + MX: 55 + NL: 54 + US: 157 + display_priority: 157 + logo_path: /ymuWlPllUC1TYw36qjsmia0XqJ8.jpg + provider_id: 1718 + provider_name: ESPN + - display_priorities: + DE: 77 + display_priority: 77 + logo_path: /nJlTOUfDEUD6fQLopWBnUNzo2NA.jpg + provider_id: 1722 + provider_name: AVA VOBB + - display_priorities: + DE: 78 + display_priority: 78 + logo_path: /p1mlqlIOtPPZf7lckxX3XLAm2ia.jpg + provider_id: 1723 + provider_name: AVA HBZ + - display_priorities: + CH: 41 + display_priority: 41 + logo_path: /aqyyZxc2tQ1gEORXNF2d55GvD5P.jpg + provider_id: 1724 + provider_name: AVA CSAL + - display_priorities: + RS: 24 + display_priority: 24 + logo_path: /zJtYNzq9lpMrsqhg6t2y9AWs9dL.jpg + provider_id: 1725 + provider_name: AVA BGB + - display_priorities: + IT: 46 + display_priority: 46 + logo_path: /q77DpszIupURiKGDeFdSHo7TsTF.jpg + provider_id: 1726 + provider_name: Infinity Selection Amazon Channel + - display_priorities: + IT: 47 + display_priority: 47 + logo_path: /9bRB5nKmQPZYGQkUtLRhw1w0IcD.jpg + provider_id: 1727 + provider_name: CG Collection Amazon channel + - display_priorities: + IT: 48 + display_priority: 48 + logo_path: /iZzlUo191ynXNpPNdcY8vvlYSf6.jpg + provider_id: 1728 + provider_name: iWonder Full Amazon channel + - display_priorities: + IT: 49 + display_priority: 49 + logo_path: /xdUXTl4ontqdKv9ZpSBZKiOTyWm.jpg + provider_id: 1729 + provider_name: Full Action Amazon Channel + - display_priorities: + IT: 50 + display_priority: 50 + logo_path: /gQoeIu88CiTF54vYRGwTONHEAtO.jpg + provider_id: 1730 + provider_name: Cine Comico Amazon Channel + - display_priorities: + FR: 53 + display_priority: 53 + logo_path: /uPhMKOrup9jtJHIci8FXo3D6y5x.jpg + provider_id: 1732 + provider_name: Universcine Amazon Channel + - display_priorities: + FR: 54 + display_priority: 54 + logo_path: /1PhTUiq01Z82nvuJlDNYtBnRRN0.jpg + provider_id: 1733 + provider_name: Action Max Amazon Channel + - display_priorities: + FR: 55 + display_priority: 55 + logo_path: /4clLD3X9nTapdRey1FgcSUPYRy3.jpg + provider_id: 1734 + provider_name: Filmo Amazon Channel + - display_priorities: + FR: 56 + display_priority: 56 + logo_path: /nJ43DUei5yK9wWG3g9YpYT4UfN4.jpg + provider_id: 1735 + provider_name: Insomnia Amazon Channel + - display_priorities: + FR: 57 + display_priority: 57 + logo_path: /vBbNBDZnpnhgHe5ZO9CVur4DmkG.jpg + provider_id: 1736 + provider_name: Shadowz Amazon Channel + - display_priorities: + FR: 58 + display_priority: 58 + logo_path: /zg1uFDzIchkwrwOW6dq7LFxB4n6.jpg + provider_id: 1737 + provider_name: INA madelen Amazon Channel + - display_priorities: + FR: 59 + display_priority: 59 + logo_path: /yXSOt0AKxG28wXhnBaogQGwF7Rq.jpg + provider_id: 1738 + provider_name: Benshi Amazon Channel + - display_priorities: + ES: 53 + display_priority: 53 + logo_path: /yISpVXhf6axqiHh6lBvJ8RRrZ8v.jpg + provider_id: 1740 + provider_name: Planet Horror Amazon Channel + - display_priorities: + AT: 127 + DE: 227 + ES: 54 + NL: 96 + PT: 65 + SE: 50 + display_priority: 50 + logo_path: /tM1HabyA45cnckBEhLS7hAVga5g.jpg + provider_id: 1741 + provider_name: Dizi Amazon Channel + - display_priorities: + ES: 55 + display_priority: 55 + logo_path: /tGvAD4O9obFP3DfOrDn8NaRQ6eT.jpg + provider_id: 1742 + provider_name: Acontra Plus Amazon Channel + - display_priorities: + ES: 56 + display_priority: 56 + logo_path: /aJECXkHekrkuRZ7ABF5YR9DVDd8.jpg + provider_id: 1743 + provider_name: Historia y Actualidad Amazon Channel + - display_priorities: + GB: 83 + display_priority: 83 + logo_path: /jTtwvCgQxD8W7vljH5pH28PfYQD.jpg + provider_id: 1744 + provider_name: Icon Film Amazon Channel + - display_priorities: + GB: 84 + display_priority: 84 + logo_path: /kSONYxM7a0mESEjCaqaozVTdByB.jpg + provider_id: 1745 + provider_name: Curzon Amazon Channel + - display_priorities: + GB: 85 + display_priority: 85 + logo_path: /x2cjJAyU8CLwyYHaIxzzEjXJFU8.jpg + provider_id: 1746 + provider_name: Hallmark TV Amazon Channel + - display_priorities: + GB: 86 + display_priority: 86 + logo_path: /mLif0L2p0M2AK4pbqHOBqLwB3bP.jpg + provider_id: 1747 + provider_name: Studiocanal Presents Amazon Channel + - display_priorities: + AE: 15 + BH: 24 + DZ: 26 + EG: 31 + IQ: 25 + JO: 24 + KW: 25 + LB: 25 + LY: 26 + MA: 25 + OM: 24 + PS: 25 + QA: 24 + SA: 29 + TN: 26 + YE: 25 + display_priority: 25 + logo_path: /bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg + provider_id: 1750 + provider_name: TOD + - display_priorities: + FR: 60 + display_priority: 60 + logo_path: /blrBF9R2ONYu04ifGkYEb3k779N.jpg + provider_id: 1754 + provider_name: TF1+ + - display_priorities: + AT: 54 + CH: 42 + DE: 110 + display_priority: 110 + logo_path: /704tOH9qi7y7DDl1CmzDCAI0dcQ.jpg + provider_id: 1756 + provider_name: filmingo + - display_priorities: + AT: 47 + DE: 91 + GB: 88 + display_priority: 88 + logo_path: /6WQqJyaFd0fmLLE6WIjFQyEyAFj.jpg + provider_id: 1757 + provider_name: Sooner Amazon Channel + - display_priorities: + US: 159 + display_priority: 159 + logo_path: /biHGb84xAzYrNkdvX5XWQTmgzC8.jpg + provider_id: 1759 + provider_name: Bet+ + - display_priorities: + DE: 95 + display_priority: 95 + logo_path: /zHjoZOQ2DOlu2HCZH18bzQYGc3t.jpg + provider_id: 1764 + provider_name: Yorck on Demand + - display_priorities: + US: 19 + display_priority: 19 + logo_path: /kkUHFtdjasnnOknZN69TbZ2fCTh.jpg + provider_id: 1770 + provider_name: Paramount+ with Showtime + - display_priorities: + AD: 23 + AE: 16 + AG: 9 + AL: 25 + AR: 31 + AT: 48 + AU: 50 + BA: 25 + BB: 23 + BE: 33 + BG: 17 + BH: 25 + BM: 25 + BO: 27 + BR: 44 + BS: 23 + CA: 106 + CH: 43 + CI: 25 + CL: 27 + CO: 28 + CR: 28 + CV: 9 + CZ: 24 + DE: 96 + DK: 37 + DO: 26 + DZ: 27 + EC: 27 + EE: 24 + EG: 32 + ES: 60 + FI: 38 + FJ: 9 + FR: 67 + GB: 91 + GF: 27 + GG: 8 + GH: 12 + GI: 25 + GQ: 12 + GT: 28 + HK: 36 + HN: 27 + HR: 32 + HU: 22 + ID: 32 + IE: 36 + IL: 23 + IN: 46 + IQ: 26 + IS: 30 + IT: 59 + JM: 22 + JO: 25 + JP: 25 + KE: 13 + KR: 26 + KW: 26 + LB: 26 + LC: 9 + LI: 26 + LT: 25 + LV: 24 + LY: 27 + MA: 26 + MC: 24 + MD: 23 + MK: 24 + MT: 23 + MU: 11 + MX: 44 + MY: 28 + MZ: 12 + NE: 25 + NG: 28 + NL: 45 + 'NO': 38 + NZ: 33 + OM: 25 + PA: 26 + PE: 28 + PF: 9 + PH: 27 + PL: 27 + PS: 26 + PT: 31 + QA: 25 + RO: 18 + RS: 26 + RU: 26 + SA: 30 + SC: 12 + SE: 40 + SG: 28 + SI: 26 + SK: 34 + SM: 26 + SN: 12 + SV: 25 + TC: 9 + TH: 26 + TN: 27 + TR: 24 + TT: 9 + TW: 36 + TZ: 11 + UG: 12 + US: 167 + UY: 29 + VE: 24 + YE: 26 + ZA: 27 + ZM: 12 + display_priority: 167 + logo_path: /ed0vz5bryWIhQB5sHiuGvHKnHHn.jpg + provider_id: 1771 + provider_name: Takflix + - display_priorities: + AD: 24 + AL: 26 + BA: 26 + BG: 19 + CZ: 26 + DK: 36 + ES: 9 + FI: 37 + HR: 33 + HU: 24 + MK: 25 + NL: 11 + 'NO': 7 + PL: 7 + PT: 32 + RO: 20 + RS: 27 + SE: 7 + SI: 27 + SK: 35 + XK: 3 + display_priority: 3 + logo_path: /gQbqEYd0C9uprYxEUqTM589qn8g.jpg + provider_id: 1773 + provider_name: SkyShowtime + - display_priorities: + AT: 49 + DE: 99 + display_priority: 99 + logo_path: /rYszOzWFzq7xPffwJ7XN5rJRI7u.jpg + provider_id: 1788 + provider_name: Love and Passion Amazon Channel + - display_priorities: + GB: 95 + US: 169 + display_priority: 169 + logo_path: /ehLnHewfxeKWCL7PT5K4AzTXIcV.jpg + provider_id: 1793 + provider_name: Klassiki + - display_priorities: + CA: 108 + US: 174 + display_priority: 174 + logo_path: /esiLBRzDUwodjfN8gA4qj7l3ZF7.jpg + provider_id: 1794 + provider_name: Starz Amazon Channel + - display_priorities: + AU: 52 + BR: 46 + CA: 110 + DE: 102 + ES: 63 + FR: 71 + GB: 98 + IT: 63 + JP: 27 + KR: 28 + MX: 46 + US: 175 + display_priority: 175 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + - display_priorities: + DE: 104 + display_priority: 104 + logo_path: /3VYyCBiG2WTCZ2tGzTkWvoXTeqi.jpg + provider_id: 1805 + provider_name: Studiocanal Presents MOVIECULT Amazon Channel + - display_priorities: + DE: 105 + display_priority: 105 + logo_path: /tHX1KI8VdAzKWMxSgPKqKfHcxFA.jpg + provider_id: 1806 + provider_name: Studiocanal Presents ALLSTARS Amazon Channel + - display_priorities: + US: 180 + display_priority: 180 + logo_path: /QAtDmj6XHlkPvw5xAjF08ZQARh.jpg + provider_id: 1811 + provider_name: Cohen Media Amazon Channel + - display_priorities: + BR: 83 + CZ: 22 + FR: 122 + MX: 18 + US: 11 + display_priority: 11 + logo_path: /erfmV26akboHUerxGjpl8pBwww3.jpg + provider_id: 1825 + provider_name: Max Amazon Channel + - display_priorities: + TR: 38 + display_priority: 38 + logo_path: /gaDNJ1xISHBBq9LQXwwe8PPSRHD.jpg + provider_id: 1826 + provider_name: TOD TV + - display_priorities: + DE: 109 + display_priority: 109 + logo_path: /fxYgfnsrUWa7e9aNr3j3RERpm66.jpg + provider_id: 1829 + provider_name: Behind the Tree + - display_priorities: + US: 183 + display_priority: 183 + logo_path: /f5yNbaK23OSWV5IocAj8FZwIOQj.jpg + provider_id: 1832 + provider_name: Popflick + - display_priorities: + ES: 68 + display_priority: 68 + logo_path: /8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg + provider_id: 1838 + provider_name: Tivify + - display_priorities: + AU: 58 + CA: 117 + 'NO': 40 + US: 23 + display_priority: 23 + logo_path: /xp12VXTZfunk568CAPs2Xqknimq.jpg + provider_id: 1852 + provider_name: 'Britbox Apple TV Channel ' + - display_priorities: + AR: 49 + AT: 56 + AU: 55 + BO: 31 + BR: 55 + CA: 116 + CH: 47 + CL: 31 + CO: 32 + CR: 32 + DE: 116 + DO: 29 + EC: 31 + FR: 83 + GB: 104 + GT: 32 + HN: 31 + IE: 41 + IT: 70 + MX: 23 + NI: 10 + PA: 30 + PE: 32 + PY: 30 + SV: 30 + US: 20 + VE: 28 + display_priority: 28 + logo_path: /tJqmTmQ8jp9WfyaZfApHK8lSywA.jpg + provider_id: 1853 + provider_name: 'Paramount Plus Apple TV Channel ' + - display_priorities: + AU: 56 + CA: 118 + ES: 93 + US: 22 + display_priority: 22 + logo_path: /oTQdXIqM9iewlN4MC2nhKB0gHw.jpg + provider_id: 1854 + provider_name: 'AMC Plus Apple TV Channel ' + - display_priorities: + US: 21 + display_priority: 21 + logo_path: /1C5EVCWyQD798CE1DFfcm6oAbxP.jpg + provider_id: 1855 + provider_name: Starz Apple TV Channel + - display_priorities: + AT: 6 + display_priority: 6 + logo_path: /f195E2gXoZBp7QjGNL4XICXxiDk.jpg + provider_id: 1856 + provider_name: Magenta TV + - display_priorities: + BE: 35 + display_priority: 35 + logo_path: /kwftIxtjuCAROIcdd53UEjzSmca.jpg + provider_id: 1857 + provider_name: Telenet + - display_priorities: + AR: 57 + BR: 59 + CO: 33 + FR: 102 + GB: 124 + MX: 72 + MZ: 16 + PT: 55 + US: 226 + ZA: 29 + display_priority: 226 + logo_path: /44E23wCM3WLsvAVRyk6fye76cZb.jpg + provider_id: 1860 + provider_name: Univer Video + - display_priorities: + BR: 63 + display_priority: 63 + logo_path: /oHr80zlf3DWxF6imu6QKqcz275.jpg + provider_id: 1861 + provider_name: Filmow + - display_priorities: + CL: 38 + CO: 39 + MX: 62 + US: 187 + display_priority: 187 + logo_path: /6S6kGNEmB4iSq83FX2zWTz8aLMN.jpg + provider_id: 1866 + provider_name: ViX Premium Amazon Channel + - display_priorities: + AR: 44 + BO: 29 + BR: 62 + BZ: 8 + CA: 123 + CL: 29 + CO: 30 + CR: 30 + DO: 27 + EC: 29 + ES: 72 + FR: 88 + GB: 106 + GT: 30 + HN: 29 + MX: 63 + NI: 8 + PA: 28 + PE: 30 + PY: 28 + SV: 28 + US: 191 + UY: 30 + VE: 26 + display_priority: 191 + logo_path: /oJRCAz1WKkKM9Ge7mX5KFnegTNY.jpg + provider_id: 1875 + provider_name: Runtime + - display_priorities: + FR: 89 + display_priority: 89 + logo_path: /2HsZxiwKi9Ym91r6WY9ojORvq79.jpg + provider_id: 1887 + provider_name: BrutX Amazon Channel + - display_priorities: + FR: 90 + display_priority: 90 + logo_path: /9jmtFeqCWvTSYpMMUPNhk8JNJWS.jpg + provider_id: 1888 + provider_name: Animation Digital Network Amazon Channel + - display_priorities: + CL: 44 + CO: 45 + FR: 91 + MX: 96 + display_priority: 96 + logo_path: /4ABGBjAMtRrYUrr0w3QfanuiaoB.jpg + provider_id: 1889 + provider_name: Universal+ Amazon Channel + - display_priorities: + DE: 120 + display_priority: 120 + logo_path: /s7ZjSKXOtjKBb7hAzBm3b0iY0SG.jpg + provider_id: 1891 + provider_name: alleskino Amazon Channel + - display_priorities: + DE: 121 + display_priority: 121 + logo_path: /5Qe65kN95Z0CytOaG3I8bytdW7A.jpg + provider_id: 1892 + provider_name: RTL Crime Amazon Channel + - display_priorities: + IT: 75 + display_priority: 75 + logo_path: /vM8Oe43bljZqRenO2xSIRHT7GMN.jpg + provider_id: 1894 + provider_name: CineAutore Amazon Channel + - display_priorities: + IT: 76 + display_priority: 76 + logo_path: /xcXI50PQIBsRDAP6eEpv09Vz8SG.jpg + provider_id: 1895 + provider_name: Anime Generation Amazon Channel + - display_priorities: + IT: 77 + display_priority: 77 + logo_path: /vXXpcM5yoD8GBWi6U50dOiKgukH.jpg + provider_id: 1896 + provider_name: Raro Video Amazon Channel + - display_priorities: + IT: 78 + display_priority: 78 + logo_path: /sL8ViH6zWOe07xHoiwxUwCXy890.jpg + provider_id: 1897 + provider_name: MIDNIGHT FACTORY Amazon Channel + - display_priorities: + IN: 47 + display_priority: 47 + logo_path: /oRfWFOG7XbNO1ZSICEnRzmUt7bT.jpg + provider_id: 1898 + provider_name: Amazon miniTV + - display_priorities: + AD: 27 + AG: 12 + AR: 60 + BA: 29 + BB: 25 + BE: 67 + BG: 22 + BO: 32 + BR: 7 + BS: 26 + BZ: 10 + CL: 7 + CO: 6 + CR: 4 + CZ: 35 + DK: 43 + DO: 32 + EC: 5 + ES: 17 + FI: 45 + FR: 113 + GT: 4 + GY: 4 + HK: 40 + HN: 32 + HR: 36 + HU: 29 + ID: 41 + JM: 24 + LC: 11 + MC: 27 + MD: 27 + ME: 7 + MK: 28 + MX: 5 + MY: 33 + NI: 14 + NL: 88 + 'NO': 44 + PA: 32 + PE: 7 + PH: 34 + PL: 40 + PT: 61 + PY: 31 + RO: 25 + RS: 30 + SE: 48 + SG: 32 + SI: 30 + SK: 40 + SV: 32 + TC: 11 + TH: 32 + TT: 12 + TW: 40 + US: 10 + UY: 3 + VE: 29 + display_priority: 29 + logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg + provider_id: 1899 + provider_name: Max + - display_priorities: + DE: 122 + display_priority: 122 + logo_path: /qTybjmHLNcXZExZLBnm4muVCDzP.jpg + provider_id: 1902 + provider_name: ARD Plus + - display_priorities: + TR: 11 + display_priority: 11 + logo_path: /c8ryDZroFQtuyRVPBwXq5PLpTWV.jpg + provider_id: 1904 + provider_name: TV+ + - display_priorities: + FR: 93 + display_priority: 93 + logo_path: /5FeLH5VGqpE4K48huk2T5h2xnY5.jpg + provider_id: 1912 + provider_name: Apollo + - display_priorities: + BR: 71 + display_priority: 71 + logo_path: /cV6ShEHGS1Bs83xszJlorJVRU47.jpg + provider_id: 1920 + provider_name: Reserva Imovision + - display_priorities: + CZ: 30 + display_priority: 30 + logo_path: /vrefjVylvD4RkEjQguuXebCp9UQ.jpg + provider_id: 1928 + provider_name: Prima Plus + - display_priorities: + AT: 60 + display_priority: 60 + logo_path: /kP741xlbpymqjELaTcPiAet3SnV.jpg + provider_id: 1929 + provider_name: Filmtastic bei Canal+ + - display_priorities: + CZ: 31 + display_priority: 31 + logo_path: /489t5n9o1KhH7voGNQkrXT7vBKV.jpg + provider_id: 1939 + provider_name: Lepsi TV + - display_priorities: + SE: 44 + display_priority: 44 + logo_path: /5lKPs5yrjeKHFrXh9RIvzyJJzSd.jpg + provider_id: 1944 + provider_name: TV4 Play + - display_priorities: + US: 204 + display_priority: 204 + logo_path: /en3dbHAWzDpvDhsI0G8LphUhpBr.jpg + provider_id: 1948 + provider_name: Reveel + - display_priorities: + AT: 74 + DE: 135 + display_priority: 135 + logo_path: /kVUNXh1Rt9JnwCDotghBKEwLGdH.jpg + provider_id: 1954 + provider_name: ServusTV On + - display_priorities: + US: 207 + display_priority: 207 + logo_path: /znTpq1dy5TYxm1QLoxORzuOuwYq.jpg + provider_id: 1956 + provider_name: Angel Studios + - display_priorities: + CA: 132 + US: 208 + display_priority: 208 + logo_path: /jpEV1w3CnrpDQ1vRvGQIZF1S6vA.jpg + provider_id: 1957 + provider_name: Cineverse + - display_priorities: + AE: 31 + DE: 136 + EG: 47 + IN: 61 + IQ: 41 + JO: 42 + KW: 42 + SA: 43 + US: 209 + display_priority: 209 + logo_path: /mK8nfCXfwoAa6cAkHUSKCkLEIKK.jpg + provider_id: 1958 + provider_name: AD tv + - display_priorities: + CA: 133 + US: 210 + display_priority: 210 + logo_path: /8s4adSGz4UmVOP5uegNkoikSFLV.jpg + provider_id: 1960 + provider_name: Midnight Pulp + - display_priorities: + DK: 40 + display_priority: 40 + logo_path: /a6z85DKGuPOyTg03TlJ6ShzzFO6.jpg + provider_id: 1961 + provider_name: Allente + - display_priorities: + US: 212 + display_priority: 212 + logo_path: /xfKqqWYYIyvjECOFOaYtJdD7gl3.jpg + provider_id: 1963 + provider_name: Xumo Play + - display_priorities: + US: 213 + display_priority: 213 + logo_path: /nlOrX8YVYjxFkEpfvJHayNg9UAB.jpg + provider_id: 1964 + provider_name: National Geographic + - display_priorities: + FR: 98 + display_priority: 98 + logo_path: /8qSG9LtUhBQIWy2Fr6fzeW7gBdd.jpg + provider_id: 1967 + provider_name: Molotov TV + - display_priorities: + AT: 126 + AU: 85 + BE: 71 + BR: 112 + CA: 12 + CL: 46 + CO: 47 + DE: 226 + ES: 111 + FR: 120 + GB: 12 + GG: 20 + IN: 80 + IT: 110 + MX: 105 + NL: 95 + PL: 47 + SE: 13 + US: 13 + display_priority: 13 + logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg + provider_id: 1968 + provider_name: Crunchyroll Amazon Channel + - display_priorities: + US: 216 + display_priority: 216 + logo_path: /6gdKp9OwHgDLloethSPxZbtovkl.jpg + provider_id: 1971 + provider_name: DistroTV + - display_priorities: + CA: 135 + US: 217 + display_priority: 217 + logo_path: /mWAOUnJY6hnQghUZpjuDB815efG.jpg + provider_id: 1972 + provider_name: myfilmfriend + - display_priorities: + BR: 78 + display_priority: 78 + logo_path: /ptNJnBKMVLv3XxmLU9UMVSDop80.jpg + provider_id: 1973 + provider_name: Filmicca + - display_priorities: + US: 219 + display_priority: 219 + logo_path: /jLD5zHgsAhSWBRTnMUOLaXrUuVI.jpg + provider_id: 1976 + provider_name: Outside Watch + - display_priorities: + NL: 80 + display_priority: 80 + logo_path: /cYyxWlMG0o1dKRvOdpMrVIFrY4F.jpg + provider_id: 1986 + provider_name: NPO Plus + - display_priorities: + AU: 62 + display_priority: 62 + logo_path: /zlOChFXWhfIqK2QCf6KPxu0nH2D.jpg + provider_id: 1988 + provider_name: Brollie + - display_priorities: + DE: 144 + display_priority: 144 + logo_path: /mmDWKHiDLmHDo2OWnduQuI1T4bh.jpg + provider_id: 1989 + provider_name: 'ZDF Select Amazon Channel ' + - display_priorities: + US: 227 + display_priority: 227 + logo_path: /pr64iEnZZ3qjsUqWS39R5JC97CX.jpg + provider_id: 1990 + provider_name: GlewedTV + - display_priorities: + DE: 145 + display_priority: 145 + logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg + provider_id: 1993 + provider_name: Videoload + - display_priorities: + DE: 146 + display_priority: 146 + logo_path: /a1zZJiOid4gG27xJtkcDaSVrQdb.jpg + provider_id: 1994 + provider_name: TELE 5 + - display_priorities: + FI: 42 + display_priority: 42 + logo_path: /wRMEDOZ8iAEEHXIY2VyckvT0K8I.jpg + provider_id: 2029 + provider_name: MTV Katsomo + - display_priorities: + US: 231 + display_priority: 231 + logo_path: /a0vfnBfWPAF6OtKZCzlyiW9A9l6.jpg + provider_id: 2033 + provider_name: A&E Crime Central Apple TV Channel + - display_priorities: + AU: 63 + CA: 140 + ES: 92 + GB: 129 + MX: 78 + US: 232 + display_priority: 232 + logo_path: /kx8rGgFYxX6aJkG7RHx2mtijglC.jpg + provider_id: 2034 + provider_name: Acorn TV Apple TV + - display_priorities: + US: 233 + display_priority: 233 + logo_path: /voNwdFHk9uc2ZEWKZlwSQDsfRJN.jpg + provider_id: 2036 + provider_name: ALLBLK Apple TV channel + - display_priorities: + DE: 149 + display_priority: 149 + logo_path: /9jxvmD363A04nuMw9jgyLzeDB3J.jpg + provider_id: 2037 + provider_name: ARD Plus Apple TV channel + - display_priorities: + DE: 150 + display_priority: 150 + logo_path: /as1NArQkfAnptYQP3VS03GOJPdm.jpg + provider_id: 2038 + provider_name: Arthaus+ Apple TV channel + - display_priorities: + US: 246 + display_priority: 246 + logo_path: /yFk3WffvGGUtIjJBSV0pgsciaEB.jpg + provider_id: 2040 + provider_name: BET+ Apple TV channel + - display_priorities: + GB: 132 + display_priority: 132 + logo_path: /kohVS01u3sP5IkqsSaAKdBit6aP.jpg + provider_id: 2041 + provider_name: BFI Player Apple TV Channel + - display_priorities: + US: 247 + display_priority: 247 + logo_path: /dDHyeNrfnloy6skW0j6oIUXFa3Z.jpg + provider_id: 2042 + provider_name: Carnegie Hall+ Apple TV Channel + - display_priorities: + CA: 143 + US: 239 + display_priority: 239 + logo_path: /1SuB6tXdKaW4qDRDiqm9C1nr1mD.jpg + provider_id: 2044 + provider_name: OUTtv Apple TV Channel + - display_priorities: + US: 234 + display_priority: 234 + logo_path: /92iY4soQNVzNM02mHGjqovPdzdF.jpg + provider_id: 2045 + provider_name: UP Faith & Family Apple TV Channel + - display_priorities: + GB: 130 + US: 235 + display_priority: 235 + logo_path: /5a0E4ozONnF8rw5cI3n9uueK9WM.jpg + provider_id: 2047 + provider_name: Tastemade Apple TV Channel + - display_priorities: + CA: 141 + US: 236 + display_priority: 236 + logo_path: /1x0LxXHUibIolT5fxdSamGGMBC3.jpg + provider_id: 2048 + provider_name: Sundance Now Apple TV Channel + - display_priorities: + AU: 64 + CA: 142 + US: 237 + display_priority: 237 + logo_path: /kLfq0I2MwiUFUY9yI1GwOeKxX8f.jpg + provider_id: 2049 + provider_name: Shudder Apple TV Channel + - display_priorities: + US: 238 + display_priority: 238 + logo_path: /96HJkA4nMkcOtiqH9oF1YYtGBHK.jpg + provider_id: 2050 + provider_name: ScreenPix Apple TV Channel + - display_priorities: + CA: 144 + display_priority: 144 + logo_path: /dy9XKHyf16dSB1Lg7KIrtUwDxIX.jpg + provider_id: 2052 + provider_name: Love Nature Apple TV Channel + - display_priorities: + IN: 74 + display_priority: 74 + logo_path: /p8i1zUcZYQ7qU6RrGvGbDItvcx4.jpg + provider_id: 2053 + provider_name: Lionsgate Play Apple TV Channel + - display_priorities: + ID: 37 + display_priority: 37 + logo_path: /hwX55ugBE1qtM62egayb1CHvNEh.jpg + provider_id: 2054 + provider_name: Lifetime Play Apple TV Channel + - display_priorities: + US: 240 + display_priority: 240 + logo_path: /cpSQ9P0ntzr1gZcxHIyaryihpgH.jpg + provider_id: 2055 + provider_name: Lifetime Movie Club Apple TV Channel + - display_priorities: + CA: 146 + US: 248 + display_priority: 248 + logo_path: /tPvmybuDUn84aDps72GiMbvr2xU.jpg + provider_id: 2056 + provider_name: IFC Films Unlimited Apple TV Channel + - display_priorities: + US: 249 + display_priority: 249 + logo_path: /fsert5S2L3CWSFyaAODiWPOScmz.jpg + provider_id: 2057 + provider_name: HISTORY Vault Apple TV Channel + - display_priorities: + US: 241 + display_priority: 241 + logo_path: /ce9sTSF5WsvqEHv7kxOM1LlQha5.jpg + provider_id: 2058 + provider_name: Hallmark Movies Now Apple TV Channel + - display_priorities: + AU: 65 + IN: 75 + US: 242 + display_priority: 242 + logo_path: /cqgeSQHqKEkfcmsiy7GoCnf1Q2I.jpg + provider_id: 2059 + provider_name: Eros Now Select Apple TV Channel + - display_priorities: + GB: 131 + US: 243 + display_priority: 243 + logo_path: /z9x1xFFKjHTYlLYWtiPhAjN4jOp.jpg + provider_id: 2060 + provider_name: CuriosityStream Apple TV Channel + - display_priorities: + US: 244 + display_priority: 244 + logo_path: /zXCdY4pczONheFCU9GkrMbGI1o5.jpg + provider_id: 2061 + provider_name: Cinemax Apple TV Channel + - display_priorities: + CA: 161 + US: 273 + display_priority: 273 + logo_path: /dj9jb4fiaHILc5GtF76BXzrsGZj.jpg + provider_id: 2064 + provider_name: 'ALLBLK Amazon channel ' + - display_priorities: + AT: 122 + CH: 64 + DE: 223 + display_priority: 223 + logo_path: /aiRdDAPESgu9ztDFcLtrSqFa0W2.jpg + provider_id: 2065 + provider_name: 'ARD Plus Amazon channel ' + - display_priorities: + US: 252 + display_priority: 252 + logo_path: /xT5I4zZ2XTLhOVA5ooQIsqjSC3R.jpg + provider_id: 2071 + provider_name: Carnegie Hall+ Amazon Channel + - display_priorities: + US: 251 + display_priority: 251 + logo_path: /fr8lHD0EAYU01UIhg6u8kJrk7jQ.jpg + provider_id: 2073 + provider_name: HISTORY Vault Amazon Channel + - display_priorities: + IN: 77 + display_priority: 77 + logo_path: /yVbjPWEbsStanRAxwKMDARVOvsn.jpg + provider_id: 2074 + provider_name: Lionsgate Play Amazon Channel + - display_priorities: + ID: 38 + display_priority: 38 + logo_path: /zNYEUs0Z5t7jJqnLTtla8v6AoS4.jpg + provider_id: 2075 + provider_name: Lifetime Play Amazon Channel + - display_priorities: + DE: 152 + display_priority: 152 + logo_path: /ptSF973yIl90KwhEmNWDvN1nhan.jpg + provider_id: 2076 + provider_name: Wedo TV + - display_priorities: + DE: 160 + PE: 34 + US: 135 + display_priority: 135 + logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg + provider_id: 2077 + provider_name: Plex Channel + - display_priorities: + US: 259 + display_priority: 259 + logo_path: /2CYF8CNs5WK3sB69K0AlmwUxrzv.jpg + provider_id: 2078 + provider_name: Troma NOW + - display_priorities: + DE: 154 + display_priority: 154 + logo_path: /5JkLub6H7HsWyLHbitnuXTzXmlJ.jpg + provider_id: 2081 + provider_name: KiKA + - display_priorities: + US: 253 + display_priority: 253 + logo_path: /bKWKqZYT3wrpq1Lyi2qSmx1qlqh.jpg + provider_id: 2089 + provider_name: Lifetime Movie Club Amazon Channel + - display_priorities: + AT: 65 + CA: 152 + DE: 156 + GB: 136 + US: 258 + display_priority: 258 + logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg + provider_id: 2100 + provider_name: Amazon Prime Video with Ads + - display_priorities: + PL: 35 + display_priority: 35 + logo_path: /hMfeG5pus99eh1xrSaC2r7YG5vw.jpg + provider_id: 2101 + provider_name: Canal+ online + - display_priorities: + PL: 36 + display_priority: 36 + logo_path: /mBliLuM0AbkRPGDoVa7IGxwC59b.jpg + provider_id: 2102 + provider_name: Premiery Canal+ + - display_priorities: + AR: 63 + BR: 86 + CL: 34 + CO: 35 + MX: 80 + display_priority: 80 + logo_path: /5lcKyzjIFl9ur2Nk8YsXd5kR7vc.jpg + provider_id: 2106 + provider_name: Adrenalina Pura Amazon channel + - display_priorities: + AR: 64 + BR: 87 + CL: 35 + CO: 36 + MX: 81 + display_priority: 81 + logo_path: /ctse3rS9jiPiOvDwBEFtpVUOnnq.jpg + provider_id: 2107 + provider_name: Adrenalina Pura Apple TV channel + - display_priorities: + IT: 99 + display_priority: 99 + logo_path: /5kpTR2iwaoBk9AkPZvlfgeYvbsv.jpg + provider_id: 2108 + provider_name: 'Far East Amazon Channel ' + - display_priorities: + CH: 52 + display_priority: 52 + logo_path: /twKkyl31iYVtxfICNkDdrxrJ7KS.jpg + provider_id: 2115 + provider_name: Cinu + - display_priorities: + US: 82 + display_priority: 82 + logo_path: /9YYuvhTfMuBR7keJ7DPa1GFlDrF.jpg + provider_id: 2129 + provider_name: BYUtv + - display_priorities: + AT: 67 + DE: 162 + display_priority: 162 + logo_path: /bh0e83QEvjzttsj8FJcQaYxPR43.jpg + provider_id: 2134 + provider_name: AXN Black Amazon Channel + - display_priorities: + US: 266 + display_priority: 266 + logo_path: /l8nPh3HtqfIJiFTYT7RdNdsv1XD.jpg + provider_id: 2135 + provider_name: Kino Film Collection + - display_priorities: + DE: 165 + display_priority: 165 + logo_path: /inTlUMvnQrtCee5fnO4J45SuIwH.jpg + provider_id: 2137 + provider_name: Arthaus+ + - display_priorities: + AT: 71 + BE: 66 + BR: 91 + CL: 37 + CO: 38 + DE: 166 + ES: 105 + GB: 144 + IT: 106 + MX: 85 + NL: 87 + display_priority: 87 + logo_path: /efu1Cqc63XrPBoreYnf2mn0Nizj.jpg + provider_id: 2141 + provider_name: MGM Plus Amazon Channel + - display_priorities: + AR: 66 + BR: 90 + CL: 36 + CO: 37 + MX: 83 + display_priority: 83 + logo_path: /foWKiK4ikpdM72OGN2B8jjyy6OY.jpg + provider_id: 2142 + provider_name: MGM+ Apple TV Channel + - display_priorities: + IT: 107 + display_priority: 107 + logo_path: /aRy3fDxHOKRq3nhC5J4Sp96kW2b.jpg + provider_id: 2149 + provider_name: CG tv + - display_priorities: + AT: 69 + display_priority: 69 + logo_path: /d1d8EljUNvWVU09ShQyXHE1mO9L.jpg + provider_id: 2151 + provider_name: ORF ON + - display_priorities: + AT: 70 + display_priority: 70 + logo_path: /5fS4WiQZ7yX3fBHKelQBO9NwUcD.jpg + provider_id: 2152 + provider_name: ORF KIDS + - display_priorities: + BR: 92 + display_priority: 92 + logo_path: /9kcTsX2laYclN4bFiMH3RuhZel2.jpg + provider_id: 2156 + provider_name: Telecine Amazon Channel + - display_priorities: + BR: 93 + display_priority: 93 + logo_path: /rvepVasXaE7VFNNXR9pm0tGMu97.jpg + provider_id: 2157 + provider_name: Reserva Imovision Amazon Channel + - display_priorities: + AU: 73 + BR: 94 + CA: 155 + IN: 95 + MX: 86 + display_priority: 86 + logo_path: /eUOFD3Vr0BSV6IfBzUEYLozFXNk.jpg + provider_id: 2158 + provider_name: Stingray Amazon Channel + - display_priorities: + BR: 95 + display_priority: 95 + logo_path: /lerdRkZ4vwe4gEZfSxpDpLF4uVl.jpg + provider_id: 2159 + provider_name: CurtaOn Amazon Channel + - display_priorities: + MX: 88 + display_priority: 88 + logo_path: /b4vLoTkxvsjOB9kG2V0jsczRl1Q.jpg + provider_id: 2161 + provider_name: Sony One Amazon Channel + - display_priorities: + MX: 89 + display_priority: 89 + logo_path: /7lF4oJgbweKKeb9PemMUAw86ji2.jpg + provider_id: 2162 + provider_name: Atresplayer Amazon Channel + - display_priorities: + MX: 90 + US: 275 + display_priority: 275 + logo_path: /iHQ9I6iKiIAHSg4sAztp9QGYSs4.jpg + provider_id: 2163 + provider_name: Vix Gratis Amazon Channel + - display_priorities: + MX: 91 + display_priority: 91 + logo_path: /7SOOyT9PP0DMdsCXESdfMqbrFKW.jpg + provider_id: 2164 + provider_name: Gaia Amazon Channel + - display_priorities: + CL: 40 + CO: 41 + MX: 94 + display_priority: 94 + logo_path: /3Urtm9N9KL9cvhHBAKMpROdee1n.jpg + provider_id: 2167 + provider_name: Cindie Amazon Channel + - display_priorities: + AU: 74 + display_priority: 74 + logo_path: /qLT8rsghGQ92bsC0PAKtu4JAjTX.jpg + provider_id: 2168 + provider_name: DocPlay Amazon Channel + - display_priorities: + AU: 75 + IN: 96 + display_priority: 96 + logo_path: /3sOfrPDIomU45q0EN4Z9jQ3OfeG.jpg + provider_id: 2169 + provider_name: Iwonder Amazon Channel + - display_priorities: + AU: 76 + display_priority: 76 + logo_path: /cgdnToW3i10CWEoSoQC6Zq9mO9H.jpg + provider_id: 2170 + provider_name: Rialto Amazon Channel + - display_priorities: + DE: 167 + FR: 115 + display_priority: 115 + logo_path: /h5QpXIpSnvrPFnOLRXV83CtVHQH.jpg + provider_id: 2173 + provider_name: Anime Digital Network Amazon Channel + - display_priorities: + US: 270 + display_priority: 270 + logo_path: /jUgtBLZzpaLVTNnqGYDOU9BlCzU.jpg + provider_id: 2174 + provider_name: Strand Releasing Amazon Channel + - display_priorities: + IN: 81 + display_priority: 81 + logo_path: /8ipK9EjNHvcPM22SgqKdA8wZjal.jpg + provider_id: 2176 + provider_name: Hoichoi Amazon Channel + - display_priorities: + IN: 82 + display_priority: 82 + logo_path: /fY2J5CojsKC52LO2K8P5AQAH2UT.jpg + provider_id: 2177 + provider_name: ManoramaMAX Amazon Channel + - display_priorities: + IN: 83 + display_priority: 83 + logo_path: /sOikKxPVWnwUqa46nt8SwrQ53ui.jpg + provider_id: 2178 + provider_name: Chaupal Amazon Channel + - display_priorities: + IN: 84 + display_priority: 84 + logo_path: /vAlwpM4ey2gRvgWmg5mHrjOAIU4.jpg + provider_id: 2179 + provider_name: BBC Kids Amazon Channel + - display_priorities: + IN: 85 + display_priority: 85 + logo_path: /i7FaDWpD2xoIWB5lyF191cykfck.jpg + provider_id: 2180 + provider_name: Sony Pictures Amazon Channel + - display_priorities: + IN: 86 + display_priority: 86 + logo_path: /3LH55fdW1UrjDITGZcJlQT4wRqB.jpg + provider_id: 2181 + provider_name: Vrott Amazon Channel + - display_priorities: + IN: 87 + display_priority: 87 + logo_path: /p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg + provider_id: 2182 + provider_name: Anime Times Amazon Channel + - display_priorities: + IN: 89 + display_priority: 89 + logo_path: /saZdn4kLq6Brkc0d8g6SZYGPxIr.jpg + provider_id: 2184 + provider_name: Museum Tv Amazon Channel + - display_priorities: + IN: 97 + display_priority: 97 + logo_path: /8WPLg0mQQUdzWZw7xDaM0POmwfO.jpg + provider_id: 2185 + provider_name: NammaFlix Amazon Channel + - display_priorities: + DE: 168 + display_priority: 168 + logo_path: /sElRjek77o2yGbiFizqPbjLdyra.jpg + provider_id: 2190 + provider_name: Plaion Pictures + - display_priorities: + DE: 170 + display_priority: 170 + logo_path: /745WQrNUjgJfUXxM2OJAoFkPhsw.jpg + provider_id: 2201 + provider_name: Toggo + - display_priorities: + DE: 171 + display_priority: 171 + logo_path: /jASACep2h6gPgTEfilfsn0mFteF.jpg + provider_id: 2206 + provider_name: Kixi + - display_priorities: + DE: 172 + display_priority: 172 + logo_path: /4JfSo3RoLuGtvY3jyjaVtxcwp2A.jpg + provider_id: 2207 + provider_name: Verleihshop + - display_priorities: + DE: 173 + display_priority: 173 + logo_path: /xo4zowa5gbKT4z65ZathH6H4Cdg.jpg + provider_id: 2209 + provider_name: Freenet meinVOD + - display_priorities: + DE: 174 + display_priority: 174 + logo_path: /mvI5xXSRCBkPlcq83CI21rEMuGk.jpg + provider_id: 2211 + provider_name: 3sat + - display_priorities: + PL: 44 + display_priority: 44 + logo_path: /rZG2UBzS8ysl2kloSbrm9w4Mth2.jpg + provider_id: 2214 + provider_name: CDA Premium + - display_priorities: + DE: 175 + display_priority: 175 + logo_path: /eeu878U02fXr6ef3OfeiVVUS8yv.jpg + provider_id: 2220 + provider_name: Akibapass + - display_priorities: + AT: 76 + DE: 177 + display_priority: 177 + logo_path: /a688PNhEgWvLPzxr7AgAD8pDfE9.jpg + provider_id: 2229 + provider_name: Disaster X Amazon Channel + - display_priorities: + AT: 77 + DE: 179 + display_priority: 179 + logo_path: /yRtZJF9vKrSSwwsgUS6XycBdAl0.jpg + provider_id: 2231 + provider_name: Galactic Stream Amazon Channel + - display_priorities: + AT: 78 + DE: 180 + display_priority: 180 + logo_path: /59jxqvvHok2RxWZ4gsdNs33be5r.jpg + provider_id: 2233 + provider_name: BATTLEZONE Amazon Channel + - display_priorities: + TR: 65 + display_priority: 65 + logo_path: /uWVpt3iJ2pLKtFZ69rAKP0EDVVx.jpg + provider_id: 2235 + provider_name: tabii + - display_priorities: + ES: 108 + display_priority: 108 + logo_path: /lDvzuBuNVgpcdzDpPmmufKvrZPb.jpg + provider_id: 2237 + provider_name: 3Cat + - display_priorities: + US: 46 + display_priority: 46 + logo_path: /69eoIMVggmpyY7Aa8qeN4jsREfd.jpg + provider_id: 2239 + provider_name: FlixHouse + - display_priorities: + TR: 1 + display_priority: 1 + logo_path: /lt6XdkI9JJuQjW7FH1Tud3M6x68.jpg + provider_id: 2240 + provider_name: Gain + - display_priorities: + ES: 4 + display_priority: 4 + logo_path: /jse4MOi92Jgetym7nbXFZZBI6LK.jpg + provider_id: 2241 + provider_name: Movistar Plus+ + - display_priorities: + AU: 89 + CA: 168 + GB: 161 + US: 277 + display_priority: 277 + logo_path: /yFrZVSC4UnDpeIzX2svcRPgV5P5.jpg + provider_id: 2243 + provider_name: Apple TV Plus Amazon Channel + - display_priorities: + AT: 118 + DE: 220 + display_priority: 220 + logo_path: /kZkxB1p2hAo5TDYBxiPB087VcDq.jpg + provider_id: 2244 + provider_name: ASIATIC Amazon Channel + - display_priorities: + AT: 79 + DE: 181 + display_priority: 181 + logo_path: /kdK7YNtuILiP8eczeXV9nv6w6rd.jpg + provider_id: 2245 + provider_name: Auto Motor und Sport Amazon Channel + - display_priorities: + AT: 80 + CH: 54 + DE: 182 + display_priority: 182 + logo_path: /fA2DzD3tCoGt3LLCfH2N4K9klQi.jpg + provider_id: 2246 + provider_name: ' AXN White Amazon Channel ' + - display_priorities: + AT: 83 + DE: 185 + display_priority: 185 + logo_path: /hj3dCuFVj4iBRQsYHRVtVGZ8ezb.jpg + provider_id: 2249 + provider_name: Fix And Foxi Amazon Channel + - display_priorities: + AT: 84 + CH: 55 + DE: 186 + display_priority: 186 + logo_path: /kuDPlNYeBXdJdBS1VhbwWEKXf8t.jpg + provider_id: 2250 + provider_name: FlimmerkisteTV Amazon Channel + - display_priorities: + AT: 86 + DE: 188 + display_priority: 188 + logo_path: /cvh6xn93xim49GzNEwxx43CHRiS.jpg + provider_id: 2252 + provider_name: Franatic Amazon Channel + - display_priorities: + AT: 87 + DE: 189 + display_priority: 189 + logo_path: /xc1sNY9m26IWTDLVch4l5RITE5n.jpg + provider_id: 2253 + provider_name: GEO Television Amazon Channel + - display_priorities: + AT: 88 + DE: 190 + display_priority: 190 + logo_path: /15d0DEceQYOTdUhbTV4h90MCwzw.jpg + provider_id: 2254 + provider_name: GEO Wild Amazon Channel + - display_priorities: + AT: 89 + DE: 191 + display_priority: 191 + logo_path: /qPnVZlOKd5UnoE7cZzjM9Bnmry5.jpg + provider_id: 2255 + provider_name: Good Movies Amazon Channel + - display_priorities: + AT: 90 + DE: 192 + display_priority: 192 + logo_path: /4fvNDhHvuFLhd0kYDneFw11exxO.jpg + provider_id: 2256 + provider_name: Gute Laune TV Amazon Channel + - display_priorities: + AT: 91 + DE: 193 + display_priority: 193 + logo_path: /j0EdO7R89IKdVkOE7jG4UnlJWJx.jpg + provider_id: 2257 + provider_name: Historama Amazon Channel + - display_priorities: + AT: 92 + DE: 194 + display_priority: 194 + logo_path: /4H9Cr9iKiKwJkjBqJn4TgHu3ufL.jpg + provider_id: 2258 + provider_name: Kabel Eins Classics Amazon Channel + - display_priorities: + AT: 93 + CH: 56 + DE: 195 + display_priority: 195 + logo_path: /6rUYLv7HEvx5DK1D6MQXy3MkLQc.jpg + provider_id: 2259 + provider_name: Kinderwelt Amazon Channel + - display_priorities: + AT: 94 + CH: 57 + DE: 196 + display_priority: 196 + logo_path: /2ixS9fp8UgxGifDn9aNxyeMyShc.jpg + provider_id: 2260 + provider_name: Kixi Select Amazon Channel + - display_priorities: + AT: 95 + CH: 58 + DE: 197 + LI: 30 + LU: 12 + display_priority: 30 + logo_path: /AeebTPbgU6JeJ2OkptaFjeCsmvQ.jpg + provider_id: 2261 + provider_name: Moconomy Amazon Channel + - display_priorities: + AT: 97 + DE: 199 + display_priority: 199 + logo_path: /ge0PnSsdq9tCFY7UVpPwVKddaER.jpg + provider_id: 2263 + provider_name: Netzkino Select Amazon Channel + - display_priorities: + AT: 99 + DE: 201 + GB: 150 + GG: 13 + display_priority: 150 + logo_path: /fNrfISilqgSKJPPrYFmVBwzQm0x.jpg + provider_id: 2264 + provider_name: Okidoki Amazon Channel + - display_priorities: + AT: 100 + DE: 202 + display_priority: 202 + logo_path: /uP1H33OCslvhtlFzYTicmHivq9O.jpg + provider_id: 2265 + provider_name: ProSieben Fun Amazon Channel + - display_priorities: + AT: 101 + DE: 203 + display_priority: 203 + logo_path: /nRNX3ijGNhKfX9av9wDZK9SUYsq.jpg + provider_id: 2266 + provider_name: Qello Concerts by Stingray Amazon Channel + - display_priorities: + AT: 102 + CH: 61 + DE: 204 + display_priority: 204 + logo_path: /kMfIUfVymOKnLwQGBAAUl6V8Q6H.jpg + provider_id: 2267 + provider_name: Queer Cinemab Amazon Channel + - display_priorities: + AT: 103 + DE: 205 + display_priority: 205 + logo_path: /mv5q5cRD3SwijtJQ13lktAo1Zow.jpg + provider_id: 2268 + provider_name: RTL Living Amazon Channel + - display_priorities: + AT: 104 + DE: 206 + GB: 151 + GG: 14 + display_priority: 151 + logo_path: /eOHPreGr7UvOGMEpVqXWZdcJAiT.jpg + provider_id: 2269 + provider_name: Sat.1 emotions Amazon Channel + - display_priorities: + AT: 105 + DE: 207 + display_priority: 207 + logo_path: /e4XxAzUddiLEGm4Okh8mSWxgh5U.jpg + provider_id: 2270 + provider_name: Sony Amazon Channel + - display_priorities: + AT: 106 + DE: 208 + display_priority: 208 + logo_path: /f3RXdwfzEfl5tf68T4Z1e78RT5Y.jpg + provider_id: 2271 + provider_name: Spiegel Geschichte Amazon Channel + - display_priorities: + AT: 107 + DE: 209 + display_priority: 209 + logo_path: /jZbW29NXgiM8jWH9GQ1yqGdeUTA.jpg + provider_id: 2272 + provider_name: Sportdigital Amazon Channel + - display_priorities: + AT: 108 + DE: 210 + GB: 152 + GG: 15 + US: 279 + display_priority: 279 + logo_path: /ycsoT2ziFng88zD2bIPLkHPICdj.jpg + provider_id: 2273 + provider_name: Stingray Classica Amazon Channel + - display_priorities: + AT: 109 + DE: 211 + GB: 153 + GG: 16 + US: 280 + display_priority: 280 + logo_path: /n9DgrL43vTO4BAOrPzvfeVnIhFS.jpg + provider_id: 2274 + provider_name: Stingray Djazz Amazon Channel + - display_priorities: + AT: 110 + DE: 212 + ES: 109 + GB: 154 + GG: 17 + IT: 108 + NL: 92 + US: 281 + display_priority: 281 + logo_path: /hhrxkhGheXYIxySqg4RcvO4tywc.jpg + provider_id: 2275 + provider_name: Stingray Karaoke Amazon Channel + - display_priorities: + AT: 112 + DE: 214 + display_priority: 214 + logo_path: /orskeNGDTbM3Ja0XdJL6GsBsJux.jpg + provider_id: 2277 + provider_name: Terra X Amazon Channel + - display_priorities: + AT: 113 + DE: 215 + GB: 155 + GG: 18 + US: 282 + display_priority: 282 + logo_path: /oJzhATqCZWDMaJTSymuYzHPYGz8.jpg + provider_id: 2278 + provider_name: TV1000 Russian Kino Amazon Channel + - display_priorities: + AT: 114 + DE: 216 + display_priority: 216 + logo_path: /3iD98wKWhYod5mon6doUoSuHaZP.jpg + provider_id: 2279 + provider_name: Waidwerk Amazon Channel + - display_priorities: + AT: 116 + CH: 62 + DE: 218 + display_priority: 218 + logo_path: /wjIZsNyJ3BtYURWZoBzMSUQYjvg.jpg + provider_id: 2281 + provider_name: Wild West Amzon Channel + - display_priorities: + TH: 30 + display_priority: 30 + logo_path: /kwuUSaCoI9XN0ofHGVTkRm4BMYt.jpg + provider_id: 2283 + provider_name: Monomax + - display_priorities: + JP: 59 + display_priority: 59 + logo_path: /cT8C7KjGlmaLrcsXkZhQpRhqpQs.jpg + provider_id: 2284 + provider_name: Max UNext Channel + - display_priorities: + AD: 28 + AE: 40 + AG: 14 + AL: 29 + AO: 6 + AR: 70 + AT: 119 + AU: 86 + AZ: 6 + BA: 30 + BB: 27 + BE: 69 + BF: 6 + BG: 23 + BH: 53 + BM: 29 + BO: 34 + BR: 111 + BS: 28 + BY: 8 + BZ: 12 + CA: 165 + CD: 3 + CH: 63 + CI: 28 + CL: 45 + CM: 6 + CO: 46 + CR: 34 + CU: 9 + CV: 14 + CY: 10 + CZ: 36 + DE: 54 + DK: 44 + DO: 34 + DZ: 30 + EC: 33 + EE: 28 + EG: 57 + ES: 110 + FI: 46 + FJ: 13 + FR: 119 + GB: 47 + GF: 30 + GG: 19 + GH: 17 + GI: 28 + GQ: 15 + GR: 25 + GT: 34 + GY: 6 + HK: 39 + HN: 34 + HR: 37 + HU: 30 + ID: 40 + IE: 47 + IL: 28 + IN: 100 + IQ: 53 + IS: 33 + IT: 109 + JM: 27 + JO: 55 + JP: 60 + KE: 16 + KR: 58 + KW: 54 + LB: 30 + LC: 14 + LI: 33 + LT: 29 + LU: 15 + LV: 28 + LY: 30 + MA: 29 + MC: 28 + MD: 28 + ME: 8 + MG: 6 + MK: 29 + ML: 7 + MT: 27 + MU: 16 + MW: 4 + MX: 104 + MY: 32 + MZ: 18 + NE: 28 + NG: 31 + NI: 16 + NL: 93 + 'NO': 45 + NZ: 39 + OM: 54 + PA: 34 + PE: 35 + PF: 12 + PG: 6 + PH: 33 + PK: 9 + PL: 45 + PS: 29 + PT: 64 + PY: 33 + QA: 53 + RO: 26 + RS: 31 + RU: 31 + SA: 52 + SC: 15 + SE: 49 + SG: 31 + SI: 31 + SK: 41 + SM: 29 + SN: 15 + SV: 34 + TC: 13 + TD: 8 + TH: 31 + TN: 30 + TR: 67 + TT: 15 + TW: 39 + TZ: 33 + UA: 9 + UG: 17 + US: 43 + UY: 33 + VA: 8 + VE: 31 + XK: 6 + YE: 29 + ZA: 31 + ZM: 15 + ZW: 7 + display_priority: 31 + logo_path: /uCMLyl8jGIbInVyDeCeV6kpciFm.jpg + provider_id: 2285 + provider_name: JustWatchTV + - display_priorities: + FR: 121 + display_priority: 121 + logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg + provider_id: 2286 + provider_name: VIVA by videofutur + - display_priorities: + AT: 120 + DE: 221 + display_priority: 221 + logo_path: /35u6ZIq0zht35nkeo5W1X9AmbIK.jpg + provider_id: 2287 + provider_name: Adrenalin Amazon channel + - display_priorities: + AT: 121 + DE: 222 + display_priority: 222 + logo_path: /8fE593wjaked3UDNEb0Aw9WsSNW.jpg + provider_id: 2288 + provider_name: Allstars Amazon Channel + - display_priorities: + AT: 128 + CH: 66 + DE: 228 + LI: 34 + LU: 16 + display_priority: 34 + logo_path: /4zKrTkGhbh1KjFksg3gVPsZiPt2.jpg + provider_id: 2289 + provider_name: Fernsehen mit Herz Amazon Channel + - display_priorities: + AT: 131 + DE: 231 + display_priority: 231 + logo_path: /1egNE9hIti4LGeVJPGHbgXuXXO9.jpg + provider_id: 2291 + provider_name: Moviecult Amazon Channel + - display_priorities: + AT: 133 + DE: 233 + display_priority: 233 + logo_path: /3ImESY1OFx7UC7fBwakvjSEmra5.jpg + provider_id: 2292 + provider_name: Redlight Cinema Amazon Channel + - display_priorities: + AT: 134 + DE: 234 + GB: 158 + GG: 22 + display_priority: 234 + logo_path: /91mdl623RUIlQGr3ZlbB6uxKM9W.jpg + provider_id: 2293 + provider_name: Seven Entertainment Amazon Channel + - display_priorities: + AT: 135 + DE: 235 + display_priority: 235 + logo_path: /4xHQUeeZAptdMlzTRuZAFyE61DV.jpg + provider_id: 2294 + provider_name: Stingray All good vibes Amazon Channel + - display_priorities: + AT: 136 + DE: 236 + display_priority: 236 + logo_path: /Qq3ZiMvLl288BvhVoBv8lFot8I.jpg + provider_id: 2295 + provider_name: Thrillbox Amazon Channel + - display_priorities: + AT: 137 + DE: 237 + display_priority: 237 + logo_path: /sElGn8Ml7yYKuAsceZYQ0nKpqHa.jpg + provider_id: 2296 + provider_name: Viaplay Amazon Channel + - display_priorities: + AT: 138 + DE: 238 + display_priority: 238 + logo_path: /r3Ure9Slzgn6hcjMQKVIgf0ORBV.jpg + provider_id: 2297 + provider_name: ZDF Krimi Amazon Channel + - display_priorities: + AT: 139 + DE: 239 + GB: 160 + GG: 23 + display_priority: 239 + logo_path: /8w42AXYRf7BiaRMsFTUCsTSuz63.jpg + provider_id: 2298 + provider_name: ZDFtivi Amazon channel + - display_priorities: + AT: 123 + DE: 224 + display_priority: 224 + logo_path: /txD7jP7uZCsfoYkkCrJ20RgW2R0.jpg + provider_id: 2299 + provider_name: Bergblick Amazon Channel + - display_priorities: + GB: 156 + display_priority: 156 + logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg + provider_id: 2300 + provider_name: ITVX Premium + - display_priorities: + AR: 71 + display_priority: 71 + logo_path: /yGXdJGI6K2fPhpUoCt22yjLkgRj.jpg + provider_id: 2302 + provider_name: Mercado Play + - display_priorities: + AU: 87 + BR: 114 + CA: 166 + FR: 123 + GB: 162 + IE: 48 + MX: 106 + display_priority: 106 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 2303 + provider_name: Paramount Plus Premium + - display_priorities: + AU: 88 + CA: 167 + GB: 163 + IE: 49 + display_priority: 49 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 2304 + provider_name: Paramount Plus Basic with Ads + - display_priorities: + FR: 124 + display_priority: 124 + logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg + provider_id: 2307 + provider_name: Premiere Max + - display_priorities: + US: 146 + display_priority: 146 + logo_path: /8G7qvHF7hdmXpfxxqtF1WT9ib68.jpg + provider_id: 2308 + provider_name: Darkroom + /watch/providers/tv: + get: + tags: + - WATCH PROVIDERS + summary: TV Providers + description: This endpoint get the list of streaming providers we have for TV shows. + operationId: tvProviders + parameters: + - $ref: '#/components/parameters/language' + - $ref: '#/components/parameters/watch_region' + + responses: + '200': + description: tv providers + headers: + Alt-Svc: + schema: + type: string + example: h3=":443"; ma=86400 + Cache-Control: + schema: + type: string + example: public, max-age=10516 + Connection: + schema: + type: string + example: keep-alive + Content-Encoding: + schema: + type: string + example: gzip + Date: + schema: + type: string + example: Mon, 06 Jan 2025 01:08:17 GMT + ETag: + schema: + type: string + example: W/"cf46befa56a0ddab1fa1ed8f040b7ebc" + Server: + schema: + type: string + example: openresty + Transfer-Encoding: + schema: + type: string + example: chunked + Vary: + schema: + type: string + example: Origin + Via: + schema: + type: string + example: >- + 1.1 ddeb8679359f033dad405557c487bfdc.cloudfront.net + (CloudFront) + X-Amz-Cf-Id: + schema: + type: string + example: bD2Vlr0vgrNKXWkduBLBS-aKtWDagABNcXq48RevEBFBf6oXGPagwA== + X-Amz-Cf-Pop: + schema: + type: string + example: IAD89-C3 + X-Cache: + schema: + type: string + example: Miss from cloudfront + x-memc: + schema: + type: string + example: HIT + x-memc-age: + schema: + type: string + example: '12657' + x-memc-expires: + schema: + type: string + example: '10516' + x-memc-key: + schema: + type: string + example: 07ad8d7166b7cc0f8ecc4b8aafa6fd75 + content: + application/json: + schema: + type: object + properties: + results: + type: array + items: + type: object + properties: + display_priorities: + type: object + properties: + AD: + type: number + example: 0 + AE: + type: number + example: 1 + AG: + type: number + example: 0 + AL: + type: number + example: 0 + AO: + type: number + example: 0 + AR: + type: number + example: 3 + AT: + type: number + example: 4 + AU: + type: number + example: 10 + AZ: + type: number + example: 1 + BA: + type: number + example: 0 + BB: + type: number + example: 0 + BE: + type: number + example: 6 + BF: + type: number + example: 0 + BG: + type: number + example: 2 + BH: + type: number + example: 0 + BM: + type: number + example: 0 + BO: + type: number + example: 4 + BR: + type: number + example: 8 + BS: + type: number + example: 0 + BY: + type: number + example: 0 + BZ: + type: number + example: 0 + CA: + type: number + example: 6 + CD: + type: number + example: 1 + CH: + type: number + example: 4 + CI: + type: number + example: 0 + CL: + type: number + example: 3 + CM: + type: number + example: 4 + CO: + type: number + example: 4 + CR: + type: number + example: 5 + CU: + type: number + example: 0 + CV: + type: number + example: 11 + CY: + type: number + example: 0 + CZ: + type: number + example: 4 + DE: + type: number + example: 4 + DK: + type: number + example: 5 + DO: + type: number + example: 0 + DZ: + type: number + example: 0 + EC: + type: number + example: 6 + EE: + type: number + example: 2 + EG: + type: number + example: 2 + ES: + type: number + example: 5 + FI: + type: number + example: 8 + FJ: + type: number + example: 0 + FR: + type: number + example: 4 + GB: + type: number + example: 4 + GF: + type: number + example: 0 + GG: + type: number + example: 0 + GH: + type: number + example: 14 + GI: + type: number + example: 0 + GQ: + type: number + example: 0 + GR: + type: number + example: 2 + GT: + type: number + example: 6 + GY: + type: number + example: 1 + HK: + type: number + example: 4 + HN: + type: number + example: 5 + HR: + type: number + example: 3 + HU: + type: number + example: 3 + ID: + type: number + example: 4 + IE: + type: number + example: 4 + IL: + type: number + example: 24 + IN: + type: number + example: 3 + IQ: + type: number + example: 0 + IS: + type: number + example: 4 + IT: + type: number + example: 4 + JM: + type: number + example: 0 + JO: + type: number + example: 0 + JP: + type: number + example: 6 + KE: + type: number + example: 0 + KR: + type: number + example: 6 + KW: + type: number + example: 0 + LB: + type: number + example: 0 + LC: + type: number + example: 0 + LI: + type: number + example: 0 + LT: + type: number + example: 2 + LU: + type: number + example: 0 + LV: + type: number + example: 2 + LY: + type: number + example: 0 + MA: + type: number + example: 0 + MC: + type: number + example: 0 + MD: + type: number + example: 0 + ME: + type: number + example: 4 + MG: + type: number + example: 4 + MK: + type: number + example: 0 + ML: + type: number + example: 1 + MT: + type: number + example: 0 + MU: + type: number + example: 13 + MW: + type: number + example: 1 + MX: + type: number + example: 2 + MY: + type: number + example: 4 + MZ: + type: number + example: 14 + NE: + type: number + example: 0 + NG: + type: number + example: 0 + NI: + type: number + example: 0 + NL: + type: number + example: 9 + 'NO': + type: number + example: 5 + NZ: + type: number + example: 4 + OM: + type: number + example: 0 + PA: + type: number + example: 0 + PE: + type: number + example: 3 + PF: + type: number + example: 0 + PG: + type: number + example: 0 + PH: + type: number + example: 4 + PK: + type: number + example: 0 + PL: + type: number + example: 2 + PS: + type: number + example: 0 + PT: + type: number + example: 4 + PY: + type: number + example: 5 + QA: + type: number + example: 0 + RO: + type: number + example: 1 + RS: + type: number + example: 0 + RU: + type: number + example: 2 + SA: + type: number + example: 1 + SC: + type: number + example: 0 + SE: + type: number + example: 4 + SG: + type: number + example: 5 + SI: + type: number + example: 25 + SK: + type: number + example: 4 + SM: + type: number + example: 0 + SN: + type: number + example: 0 + SV: + type: number + example: 0 + TC: + type: number + example: 0 + TD: + type: number + example: 5 + TH: + type: number + example: 4 + TN: + type: number + example: 0 + TR: + type: number + example: 8 + TT: + type: number + example: 0 + TW: + type: number + example: 6 + TZ: + type: number + example: 18 + UA: + type: number + example: 2 + UG: + type: number + example: 14 + US: + type: number + example: 6 + UY: + type: number + example: 0 + VA: + type: number + example: 3 + VE: + type: number + example: 4 + XK: + type: number + example: 4 + YE: + type: number + example: 0 + ZA: + type: number + example: 2 + ZM: + type: number + example: 0 + ZW: + type: number + example: 1 + display_priority: + type: number + example: 2 + logo_path: + type: string + example: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: + type: number + example: 2 + provider_name: + type: string + example: Apple TV + example: + - display_priorities: + AE: 1 + AR: 3 + AT: 4 + AU: 10 + BE: 6 + BG: 2 + BO: 4 + BR: 8 + BY: 0 + BZ: 0 + CA: 6 + CH: 4 + CL: 3 + CO: 4 + CR: 5 + CV: 11 + CY: 0 + CZ: 4 + DE: 4 + DK: 5 + EC: 6 + EE: 2 + EG: 2 + ES: 5 + FI: 8 + FR: 4 + GB: 4 + GH: 14 + GR: 2 + GT: 6 + HK: 4 + HN: 5 + HU: 3 + ID: 4 + IE: 4 + IL: 24 + IN: 3 + IT: 4 + JP: 6 + LT: 2 + LU: 0 + LV: 2 + MU: 13 + MX: 2 + MY: 4 + MZ: 14 + NI: 0 + NL: 9 + 'NO': 5 + NZ: 4 + PE: 3 + PH: 4 + PL: 2 + PT: 4 + PY: 5 + RU: 2 + SA: 1 + SE: 4 + SG: 5 + SI: 25 + SK: 4 + TH: 4 + TR: 8 + TW: 6 + UA: 2 + UG: 14 + US: 6 + VE: 4 + ZA: 2 + display_priority: 2 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priorities: + AE: 3 + AO: 0 + AR: 4 + AT: 7 + AU: 13 + AZ: 1 + BE: 7 + BF: 0 + BO: 20 + BR: 14 + BY: 1 + BZ: 1 + CA: 8 + CH: 5 + CL: 4 + CO: 3 + CR: 21 + CY: 1 + CZ: 5 + DE: 12 + DK: 6 + EC: 9 + EE: 3 + EG: 4 + ES: 15 + FI: 9 + FR: 7 + GB: 15 + GR: 3 + GT: 21 + HK: 11 + HN: 20 + HR: 3 + HU: 4 + ID: 6 + IE: 7 + IN: 9 + IS: 4 + IT: 7 + JP: 8 + KR: 6 + LT: 3 + LU: 1 + LV: 3 + ML: 1 + MX: 14 + MY: 5 + NI: 1 + NL: 13 + 'NO': 8 + NZ: 6 + PE: 4 + PG: 0 + PH: 5 + PL: 4 + PT: 5 + PY: 20 + RU: 4 + SA: 3 + SE: 9 + SG: 6 + SK: 6 + TH: 5 + TR: 7 + TW: 3 + TZ: 18 + UA: 3 + US: 16 + VE: 3 + ZA: 3 + ZW: 1 + display_priority: 1 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priorities: + US: 37 + display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priorities: + AD: 0 + AE: 0 + AG: 0 + AL: 0 + AO: 4 + AR: 1 + AT: 0 + AU: 1 + AZ: 2 + BA: 0 + BB: 0 + BE: 1 + BG: 0 + BH: 0 + BM: 0 + BO: 0 + BR: 1 + BS: 0 + BY: 5 + BZ: 7 + CA: 0 + CH: 0 + CI: 0 + CL: 1 + CM: 4 + CO: 2 + CR: 0 + CU: 0 + CV: 0 + CY: 7 + CZ: 1 + DE: 0 + DK: 1 + DO: 0 + DZ: 0 + EC: 0 + EE: 0 + EG: 0 + ES: 0 + FI: 1 + FJ: 0 + FR: 0 + GB: 0 + GF: 0 + GG: 0 + GH: 0 + GI: 0 + GQ: 0 + GR: 0 + GT: 0 + HK: 1 + HN: 0 + HR: 0 + HU: 1 + ID: 0 + IE: 0 + IL: 0 + IN: 0 + IQ: 0 + IS: 0 + IT: 0 + JM: 0 + JO: 0 + JP: 0 + KE: 0 + KR: 0 + KW: 0 + LB: 0 + LC: 0 + LI: 0 + LT: 0 + LU: 8 + LV: 0 + LY: 0 + MA: 0 + MC: 0 + MD: 0 + ME: 4 + MG: 4 + MK: 0 + ML: 5 + MT: 0 + MU: 0 + MX: 8 + MY: 1 + MZ: 0 + NE: 0 + NG: 0 + NI: 11 + NL: 0 + 'NO': 1 + NZ: 1 + OM: 0 + PA: 0 + PE: 2 + PF: 0 + PH: 0 + PK: 0 + PL: 1 + PS: 0 + PT: 1 + PY: 0 + QA: 0 + RO: 1 + RS: 0 + SA: 0 + SC: 0 + SE: 1 + SG: 0 + SI: 0 + SK: 1 + SM: 0 + SN: 0 + SV: 0 + TC: 0 + TD: 5 + TH: 1 + TN: 0 + TR: 3 + TT: 0 + TW: 0 + TZ: 0 + UA: 0 + UG: 0 + US: 0 + UY: 0 + VE: 0 + YE: 0 + ZA: 0 + ZM: 0 + ZW: 5 + display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priorities: + AT: 1 + DE: 1 + GB: 2 + JP: 4 + US: 2 + display_priority: 2 + logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg + provider_id: 9 + provider_name: Amazon Prime Video + - display_priorities: + AT: 3 + AU: 12 + BE: 49 + BR: 13 + CA: 59 + DE: 9 + ES: 36 + FR: 40 + GB: 7 + IE: 45 + IN: 43 + IT: 38 + JP: 5 + MX: 7 + NL: 37 + PL: 30 + SE: 43 + US: 5 + display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priorities: + AD: 5 + AE: 4 + AG: 4 + AL: 5 + AO: 2 + AR: 10 + AT: 17 + AU: 23 + BA: 5 + BB: 4 + BE: 11 + BF: 2 + BG: 4 + BH: 4 + BM: 4 + BO: 22 + BR: 12 + BS: 4 + BY: 3 + BZ: 5 + CA: 38 + CD: 1 + CH: 16 + CI: 5 + CL: 10 + CM: 2 + CO: 10 + CR: 23 + CU: 4 + CV: 4 + CY: 5 + CZ: 6 + DE: 27 + DK: 9 + DO: 4 + DZ: 4 + EC: 10 + EE: 4 + EG: 6 + ES: 19 + FI: 11 + FJ: 4 + FR: 21 + GB: 14 + GF: 4 + GG: 4 + GH: 4 + GI: 4 + GQ: 4 + GR: 4 + GT: 23 + GY: 1 + HK: 18 + HN: 22 + HR: 5 + HU: 5 + ID: 9 + IE: 14 + IL: 5 + IN: 10 + IQ: 5 + IS: 6 + IT: 14 + JM: 4 + JO: 4 + JP: 9 + KE: 4 + KR: 7 + KW: 4 + LB: 5 + LC: 4 + LI: 4 + LT: 4 + LU: 6 + LV: 4 + LY: 4 + MA: 4 + MC: 4 + MD: 4 + ME: 2 + MG: 2 + MK: 5 + ML: 3 + MT: 5 + MU: 3 + MW: 1 + MX: 15 + MY: 7 + MZ: 4 + NE: 5 + NG: 5 + NI: 6 + NL: 17 + 'NO': 10 + NZ: 10 + OM: 4 + PA: 4 + PE: 10 + PF: 4 + PG: 2 + PH: 8 + PK: 4 + PL: 6 + PS: 5 + PT: 10 + PY: 22 + QA: 4 + RO: 3 + RS: 5 + RU: 5 + SA: 5 + SC: 4 + SE: 10 + SG: 8 + SI: 5 + SK: 8 + SM: 4 + SN: 4 + SV: 4 + TC: 4 + TD: 3 + TH: 7 + TN: 4 + TR: 9 + TT: 4 + TW: 17 + TZ: 4 + UA: 5 + UG: 4 + US: 66 + UY: 6 + VA: 3 + VE: 7 + YE: 4 + ZA: 6 + ZM: 4 + ZW: 3 + display_priority: 66 + logo_path: /fj9Y8iIMFUC6952HwxbGixTQPb7.jpg + provider_id: 11 + provider_name: MUBI + - display_priorities: + US: 49 + display_priority: 49 + logo_path: /iCHCSuraj6zUKmMYgQhsm8jmoqi.jpg + provider_id: 12 + provider_name: Crackle + - display_priorities: + JP: 1 + US: 7 + display_priority: 7 + logo_path: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg + provider_id: 15 + provider_name: Hulu + - display_priorities: + BR: 16 + display_priority: 16 + logo_path: /jlyafDbXLyNXNNFZbIgB9VrlScW.jpg + provider_id: 19 + provider_name: NetMovies + - display_priorities: + AT: 14 + DE: 18 + display_priority: 18 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + - display_priorities: + AU: 9 + display_priority: 9 + logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: 21 + provider_name: Stan + - display_priorities: + AT: 8 + DE: 8 + GB: 11 + IE: 8 + IT: 8 + display_priority: 8 + logo_path: /1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg + provider_id: 29 + provider_name: Sky Go + - display_priorities: + DE: 5 + display_priority: 5 + logo_path: /9r5zFWuYnwjzO1JrNjSbLQwUc3P.jpg + provider_id: 30 + provider_name: WOW + - display_priorities: + US: 55 + display_priority: 55 + logo_path: /ctiRpS16dlaTXQBSsiFncMrgWmh.jpg + provider_id: 34 + provider_name: MGM Plus + - display_priorities: + AL: 8 + AT: 9 + BA: 8 + BE: 10 + CH: 9 + CY: 2 + CZ: 33 + DE: 17 + DK: 14 + ES: 6 + FI: 14 + FR: 20 + GB: 5 + GR: 24 + HU: 27 + IE: 11 + IT: 3 + LU: 2 + ME: 0 + MK: 8 + MT: 8 + NL: 15 + 'NO': 14 + PL: 37 + PT: 8 + RO: 23 + RS: 8 + SE: 15 + SI: 8 + SK: 39 + UA: 4 + display_priority: 4 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priorities: + GB: 13 + display_priority: 13 + logo_path: /nc8Tpsr8SqCbsTUogPDD06gGzB3.jpg + provider_id: 38 + provider_name: BBC iPlayer + - display_priorities: + GB: 45 + IE: 10 + IT: 12 + display_priority: 12 + logo_path: /g0E9h3JAeIwmdvxlT73jiEuxdNj.jpg + provider_id: 39 + provider_name: Now TV + - display_priorities: + GB: 21 + display_priority: 21 + logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg + provider_id: 41 + provider_name: ITVX + - display_priorities: + US: 39 + display_priority: 39 + logo_path: /yIKwylTLP1u8gl84Is7FItpYLGL.jpg + provider_id: 43 + provider_name: Starz + - display_priorities: + BR: 4 + display_priority: 4 + logo_path: /9HhIlyFlilVtx0sMTcPbhs5qR31.jpg + provider_id: 47 + provider_name: Looke + - display_priorities: + CI: 21 + CM: 0 + DZ: 22 + GH: 8 + GQ: 8 + KE: 8 + LY: 22 + MG: 0 + ML: 0 + MU: 6 + MZ: 8 + NE: 21 + NG: 23 + SC: 7 + SN: 8 + TD: 0 + TZ: 7 + UG: 8 + ZA: 4 + ZM: 8 + ZW: 0 + display_priority: 8 + logo_path: /guv81FtHO7GmnFwwmJA7QmfkSnZ.jpg + provider_id: 55 + provider_name: ShowMax + - display_priorities: + FR: 114 + display_priority: 114 + logo_path: /cAUTwxqoI7zc9XtYr1SMtWZEsXg.jpg + provider_id: 58 + provider_name: Canal VOD + - display_priorities: + FR: 19 + display_priority: 19 + logo_path: /s7mg9n4UHrcdJQL78JmaU6oAdHt.jpg + provider_id: 59 + provider_name: Bbox VOD + - display_priorities: + FR: 11 + display_priority: 11 + logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg + provider_id: 61 + provider_name: Orange VOD + - display_priorities: + ES: 14 + display_priority: 14 + logo_path: /oN6g8QorcoYo3mx4BulU22ghKq4.jpg + provider_id: 62 + provider_name: Atres Player + - display_priorities: + ES: 10 + PT: 27 + display_priority: 27 + logo_path: /kO2SWXvDCHAquaUuTJBuZkTBAuU.jpg + provider_id: 63 + provider_name: Filmin + - display_priorities: + MX: 12 + display_priority: 12 + logo_path: /ivrHpNeP8kIMlYNQ7IzKIigVwc1.jpg + provider_id: 66 + provider_name: Filmin Latino + - display_priorities: + AT: 12 + AU: 17 + BR: 15 + CA: 23 + CH: 6 + DE: 32 + DK: 8 + ES: 18 + FI: 10 + FR: 14 + GB: 18 + IE: 13 + IT: 23 + JP: 7 + MX: 13 + NL: 14 + 'NO': 9 + NZ: 9 + SE: 8 + US: 47 + display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priorities: + NL: 6 + display_priority: 6 + logo_path: /qN7uDYanT47WI0MmbwOr5HFFot.jpg + provider_id: 72 + provider_name: Videoland + - display_priorities: + AU: 25 + CA: 21 + GB: 164 + IN: 15 + MX: 16 + US: 44 + display_priority: 44 + logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg + provider_id: 73 + provider_name: Tubi TV + - display_priorities: + AT: 75 + DK: 4 + FI: 4 + GB: 97 + IS: 25 + NL: 4 + 'NO': 4 + PL: 23 + SE: 6 + display_priority: 6 + logo_path: /bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg + provider_id: 76 + provider_name: Viaplay + - display_priorities: + US: 54 + display_priority: 54 + logo_path: /6hFf3sIdmXSAczy3i6tLSmy6gwK.jpg + provider_id: 79 + provider_name: NBC + - display_priorities: + US: 50 + display_priority: 50 + logo_path: /92Kx25Od0habmgRBTqT6XWgwgKt.jpg + provider_id: 80 + provider_name: AMC + - display_priorities: + AU: 22 + display_priority: 22 + logo_path: /68wIIGfS8iE1Vk06mAftEnBiFjJ.jpg + provider_id: 82 + provider_name: tenplay + - display_priorities: + US: 35 + display_priority: 35 + logo_path: /spcwROYevucLluqZZ8Fv75UuTBt.jpg + provider_id: 83 + provider_name: The CW + - display_priorities: + JP: 3 + display_priority: 3 + logo_path: /a5T7vNaGvoeckYO6rQkHolvyYf4.jpg + provider_id: 84 + provider_name: U-NEXT + - display_priorities: + AR: 61 + AU: 27 + CA: 34 + CO: 35 + DK: 14 + GB: 54 + NL: 19 + 'NO': 14 + NZ: 14 + SE: 15 + US: 61 + display_priority: 61 + logo_path: /doCc555FPPgGtuaZJxf9QZVpIp5.jpg + provider_id: 87 + provider_name: Acorn TV + - display_priorities: + KR: 4 + display_priority: 4 + logo_path: /5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg + provider_id: 97 + provider_name: Watcha + - display_priorities: + AU: 33 + CA: 36 + GB: 23 + IE: 12 + NZ: 18 + US: 60 + display_priority: 60 + logo_path: /vEtdiYRPRbDCp1Tcn3BEPF1Ni76.jpg + provider_id: 99 + provider_name: Shudder + - display_priorities: + GB: 10 + IE: 17 + display_priority: 17 + logo_path: /uMWCgjsGnO5IoQtqxXOjnQA5gt9.jpg + provider_id: 103 + provider_name: Channel 4 + - display_priorities: + IT: 15 + display_priority: 15 + logo_path: /6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg + provider_id: 109 + provider_name: Timvision + - display_priorities: + IT: 16 + display_priority: 16 + logo_path: /tDlGQeD2LaDaHO62itqblktNwmM.jpg + provider_id: 110 + provider_name: Infinity+ + - display_priorities: + HK: 3 + HR: 2 + IS: 3 + SK: 3 + TW: 5 + display_priority: 5 + logo_path: /4smEkH3vlf5V3vo2vwrOQ6Chb35.jpg + provider_id: 113 + provider_name: Ivi + - display_priorities: + RU: 0 + display_priority: 0 + logo_path: /5z8dpQN27kybhn21EVLZcJPpMEo.jpg + provider_id: 115 + provider_name: Okko + - display_priorities: + RU: 1 + display_priority: 1 + logo_path: /dNaqCdDy4wsIzjZoYwvLRiOK4Tx.jpg + provider_id: 116 + provider_name: Amediateka + - display_priorities: + RU: 22 + display_priority: 22 + logo_path: /51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg + provider_id: 117 + provider_name: Kinopoisk + - display_priorities: + AD: 1 + AE: 9 + AG: 1 + AL: 1 + AO: 1 + AR: 2 + AU: 2 + BA: 1 + BB: 1 + BE: 2 + BF: 1 + BG: 1 + BH: 1 + BM: 1 + BO: 1 + BR: 2 + BS: 1 + BY: 2 + BZ: 3 + CA: 3 + CD: 0 + CH: 1 + CI: 1 + CL: 2 + CM: 1 + CO: 1 + CR: 1 + CU: 1 + CV: 1 + CY: 3 + CZ: 2 + DK: 2 + DO: 1 + DZ: 1 + EC: 1 + EE: 1 + EG: 1 + ES: 3 + FI: 2 + FJ: 1 + FR: 2 + GF: 1 + GG: 1 + GH: 1 + GI: 1 + GQ: 1 + GR: 1 + GT: 2 + GY: 0 + HK: 5 + HN: 1 + HR: 1 + HU: 2 + ID: 7 + IE: 1 + IL: 1 + IN: 1 + IQ: 1 + IS: 2 + IT: 2 + JM: 1 + JO: 1 + KE: 1 + KR: 1 + KW: 1 + LB: 1 + LC: 1 + LI: 1 + LT: 1 + LV: 1 + LY: 1 + MA: 1 + MC: 1 + MD: 1 + MG: 1 + MK: 1 + ML: 2 + MT: 1 + MW: 0 + MX: 1 + MY: 9 + MZ: 1 + NE: 1 + NG: 1 + NI: 4 + NL: 1 + 'NO': 2 + NZ: 2 + OM: 1 + PA: 1 + PE: 1 + PF: 1 + PG: 1 + PH: 1 + PK: 1 + PL: 5 + PS: 1 + PT: 2 + PY: 1 + QA: 1 + RO: 2 + RS: 1 + SA: 23 + SC: 1 + SE: 2 + SG: 1 + SI: 1 + SK: 2 + SM: 1 + SN: 1 + SV: 1 + TC: 1 + TD: 2 + TH: 3 + TN: 1 + TR: 6 + TT: 1 + TW: 1 + TZ: 1 + UG: 1 + UY: 1 + VA: 0 + VE: 2 + YE: 1 + ZA: 1 + ZM: 1 + ZW: 2 + display_priority: 2 + logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg + provider_id: 119 + provider_name: Amazon Prime Video + - display_priorities: + GB: 42 + ID: 2 + IN: 5 + MY: 0 + TH: 0 + display_priority: 0 + logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg + provider_id: 122 + provider_name: Hotstar + - display_priorities: + US: 42 + display_priority: 42 + logo_path: /m4KUe3UoTnLgN4g6txYMnBqeUI5.jpg + provider_id: 123 + provider_name: FXNow + - display_priorities: + AT: 20 + CH: 15 + DE: 16 + GB: 17 + IE: 9 + display_priority: 9 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priorities: + AU: 20 + display_priority: 20 + logo_path: /cR4okiAS0zcXb4ufs3mi4PImXPB.jpg + provider_id: 132 + provider_name: SBS On Demand + - display_priorities: + AT: 15 + CH: 8 + DE: 19 + display_priority: 19 + logo_path: /82hFfWsPYtyskBrnkL8Y36vHcVf.jpg + provider_id: 133 + provider_name: Videobuster + - display_priorities: + AU: 7 + display_priority: 7 + logo_path: /fejdSG7TwNQ5E0p6u7A6LVs280R.jpg + provider_id: 134 + provider_name: Foxtel Now + - display_priorities: + AU: 19 + display_priority: 19 + logo_path: /zR1TJmEwssf0ZThB2iByNtZi2Oo.jpg + provider_id: 135 + provider_name: ABC iview + - display_priorities: + GB: 27 + display_priority: 27 + logo_path: /kVX0ojiLKWz31VJFwzxzy95qHQT.jpg + provider_id: 137 + provider_name: UKTV Play + - display_priorities: + CA: 19 + display_priority: 19 + logo_path: /d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg + provider_id: 140 + provider_name: Cineplex + - display_priorities: + CA: 35 + US: 63 + display_priority: 63 + logo_path: /1Edma9SrJnqkQW3BqFd2rJNHZvX.jpg + provider_id: 143 + provider_name: Sundance Now + - display_priorities: + CA: 14 + display_priority: 14 + logo_path: /7rJJlPpuGz0DV5OLjVW1HzYaFj9.jpg + provider_id: 146 + provider_name: iciTouTV + - display_priorities: + FR: 10 + display_priority: 10 + logo_path: /tmYzlEKeiWStvXwC1QdpXIASpN4.jpg + provider_id: 147 + provider_name: M6+ + - display_priorities: + US: 260 + display_priority: 260 + logo_path: /aEp5AORtajnh2rc7O33ui8pj2um.jpg + provider_id: 148 + provider_name: ABC + - display_priorities: + ES: 7 + display_priority: 7 + logo_path: /f6TRLB3H4jDpFEZ0z2KWSSvu1SB.jpg + provider_id: 149 + provider_name: 'Movistar Plus+ Ficción Total ' + - display_priorities: + CH: 3 + display_priority: 3 + logo_path: /47klot430ytIqldQUUx2avN45Sr.jpg + provider_id: 150 + provider_name: blue TV + - display_priorities: + AU: 8 + CA: 43 + DK: 34 + FI: 36 + 'NO': 36 + SE: 38 + US: 65 + ZA: 22 + display_priority: 65 + logo_path: /d2Kx5XtHcd0DBwVwIe7D3X7Sifp.jpg + provider_id: 151 + provider_name: BritBox + - display_priorities: + US: 57 + display_priority: 57 + logo_path: /xqZSzhIcq8qaAU13rMhVhzDi4T8.jpg + provider_id: 155 + provider_name: History + - display_priorities: + US: 58 + display_priority: 58 + logo_path: /pA4qJFsD4lUFxJzwOE7U4FAxK7v.jpg + provider_id: 156 + provider_name: A&E + - display_priorities: + US: 59 + display_priority: 59 + logo_path: /tWq6XvHqPjBW1BZTpf4Nziy8CDD.jpg + provider_id: 157 + provider_name: Lifetime + - display_priorities: + HK: 8 + ID: 3 + MY: 3 + PH: 6 + TH: 22 + display_priority: 22 + logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg + provider_id: 158 + provider_name: Viu + - display_priorities: + HK: 14 + ID: 5 + SG: 4 + TW: 13 + display_priority: 13 + logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg + provider_id: 159 + provider_name: Catchplay + - display_priorities: + ID: 1 + MY: 2 + PH: 3 + TH: 2 + display_priority: 2 + logo_path: /vCTY2WtY1oJ8EKpp0UCz4SRpE4S.jpg + provider_id: 160 + provider_name: iflix + - display_priorities: + AR: 9 + BR: 3 + CL: 9 + CO: 9 + EC: 8 + MX: 24 + PE: 9 + display_priority: 9 + logo_path: /21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg + provider_id: 167 + provider_name: Claro video + - display_priorities: + AT: 16 + AU: 24 + CA: 41 + CH: 18 + DE: 29 + DK: 12 + EE: 6 + GB: 30 + ID: 10 + IE: 16 + IN: 14 + LT: 6 + LV: 6 + MY: 8 + NL: 16 + 'NO': 12 + NZ: 11 + PH: 9 + SE: 12 + SG: 9 + TH: 8 + US: 67 + ZA: 8 + display_priority: 67 + logo_path: /kwVegvKCinXTPuzZmYT1J3i1HJz.jpg + provider_id: 175 + provider_name: Netflix Kids + - display_priorities: + DE: 24 + display_priority: 24 + logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg + provider_id: 178 + provider_name: MagentaTV + - display_priorities: + CA: 31 + display_priority: 31 + logo_path: /dg4Kj9s7N5pZcvJDW6vt5d9j7Uf.jpg + provider_id: 182 + provider_name: Hollywood Suite + - display_priorities: + US: 62 + display_priority: 62 + logo_path: /x2w49qSgz7bU3o3rENO9Yc11OmC.jpg + provider_id: 185 + provider_name: Screambox + - display_priorities: + AT: 13 + AU: 14 + BE: 8 + CA: 39 + CH: 19 + DE: 20 + DK: 13 + ES: 21 + FI: 7 + FR: 16 + GB: 31 + HK: 28 + HU: 6 + IE: 19 + IT: 22 + MX: 10 + 'NO': 13 + NZ: 7 + PT: 6 + RU: 8 + SE: 14 + TR: 2 + TW: 27 + US: 33 + display_priority: 33 + logo_path: /rMb93u1tBeErSYLv79zSTR07UdO.jpg + provider_id: 188 + provider_name: YouTube Premium + - display_priorities: + AD: 8 + AL: 9 + AR: 11 + AT: 23 + AU: 36 + BA: 9 + BB: 6 + BE: 14 + BG: 5 + BH: 6 + BM: 6 + BO: 13 + BR: 17 + BS: 6 + CA: 53 + CH: 22 + CI: 7 + CL: 11 + CO: 11 + CR: 7 + CZ: 8 + DE: 42 + DK: 18 + DO: 6 + DZ: 6 + EC: 11 + EE: 9 + EG: 10 + ES: 22 + FI: 17 + FR: 25 + GB: 40 + GF: 6 + GI: 6 + GR: 6 + GT: 7 + HK: 13 + HN: 4 + HR: 9 + HU: 8 + ID: 16 + IE: 20 + IL: 7 + IN: 20 + IQ: 7 + IS: 9 + IT: 26 + JM: 6 + JO: 6 + JP: 11 + KR: 11 + KW: 6 + LB: 7 + LI: 6 + LT: 9 + LV: 9 + LY: 6 + MA: 6 + MC: 6 + MD: 6 + MK: 9 + MT: 9 + MX: 20 + MY: 14 + NE: 7 + NG: 7 + NL: 22 + 'NO': 19 + NZ: 20 + OM: 6 + PA: 6 + PE: 11 + PH: 12 + PL: 9 + PS: 7 + PT: 14 + PY: 6 + QA: 6 + RO: 4 + RS: 9 + RU: 9 + SA: 8 + SE: 19 + SG: 13 + SI: 9 + SK: 12 + SM: 6 + SV: 6 + TH: 12 + TN: 6 + TR: 10 + TW: 12 + TZ: 20 + US: 53 + UY: 8 + VE: 8 + YE: 6 + ZA: 11 + display_priority: 53 + logo_path: /oR1aNm1Qu9jQBkW4VrGPWhqbC3P.jpg + provider_id: 190 + provider_name: Curiosity Stream + - display_priorities: + US: 45 + display_priority: 45 + logo_path: /rcBwnERpNfPfWB5DaSTyEMCZbCA.jpg + provider_id: 191 + provider_name: Kanopy + - display_priorities: + AT: 64 + AU: 21 + CA: 37 + CH: 50 + DE: 15 + FR: 15 + GB: 22 + IN: 12 + PL: 8 + PT: 7 + US: 17 + display_priority: 17 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priorities: + FR: 9 + display_priority: 9 + logo_path: /vo4tm5HBLpctihoSX6bTIG0VB9d.jpg + provider_id: 193 + provider_name: SFR Play + - display_priorities: + AU: 28 + CA: 28 + ES: 43 + GB: 55 + MX: 41 + US: 96 + display_priority: 96 + logo_path: /1wYmvbAuVZz2JnKvYfYN8Qolnb.jpg + provider_id: 196 + provider_name: AcornTV Amazon Channel + - display_priorities: + AU: 78 + CA: 27 + GB: 36 + US: 95 + display_priority: 95 + logo_path: /tLBLABfFYYETf9Zk8gKEWnjhMai.jpg + provider_id: 197 + provider_name: BritBox Amazon Channel + - display_priorities: + GB: 65 + US: 97 + display_priority: 97 + logo_path: /3eVIcUeRXji5SBV7gEv4f5U4CqV.jpg + provider_id: 199 + provider_name: Fandor Amazon Channel + - display_priorities: + AU: 80 + BR: 97 + CL: 41 + CO: 42 + DE: 35 + ES: 41 + FR: 45 + GB: 37 + IN: 91 + IT: 51 + MX: 95 + US: 94 + display_priority: 94 + logo_path: /a4IDLKjvP5gvq7tNlg2Xw5YyEkI.jpg + provider_id: 201 + provider_name: MUBI Amazon Channel + - display_priorities: + US: 98 + display_priority: 98 + logo_path: /vmXC3D9Kqtt9TEohDEmcaxnLYA5.jpg + provider_id: 202 + provider_name: Screambox Amazon Channel + - display_priorities: + AU: 34 + CA: 29 + GB: 70 + US: 93 + display_priority: 93 + logo_path: /qb6Lj5BhNJavdmRVDzAqAjd4Tj3.jpg + provider_id: 204 + provider_name: Shudder Amazon Channel + - display_priorities: + CA: 25 + GB: 87 + US: 99 + display_priority: 99 + logo_path: /i8PzzzOVJfXWLE1v5Up7nGTWWhp.jpg + provider_id: 205 + provider_name: Sundance Now Amazon Channel + - display_priorities: + US: 27 + display_priority: 27 + logo_path: /wQzSN83BnWVgO7xEh0SeTVqtrFv.jpg + provider_id: 207 + provider_name: The Roku Channel + - display_priorities: + US: 41 + display_priority: 41 + logo_path: /iLjStQKQwzyxXJb3jyNpvDmW9mx.jpg + provider_id: 209 + provider_name: PBS + - display_priorities: + CH: 7 + display_priority: 7 + logo_path: /ytApMa9fThUQUFTn696AeNBrB8f.jpg + provider_id: 210 + provider_name: Sky + - display_priorities: + US: 56 + display_priority: 56 + logo_path: /4cHGd32hhEHmFjDGJcjVEAwFQg0.jpg + provider_id: 211 + provider_name: Freeform + - display_priorities: + AU: 68 + CA: 10 + NZ: 38 + US: 36 + display_priority: 36 + logo_path: /j7D006Uy3UWwZ6G0xH6BMgIWTzH.jpg + provider_id: 212 + provider_name: Hoopla + - display_priorities: + DE: 26 + display_priority: 26 + logo_path: /avItehPq07h5nKCJgwNTxl6OD0y.jpg + provider_id: 219 + provider_name: ARD Mediathek + - display_priorities: + IN: 6 + display_priority: 6 + logo_path: /boMYreJ9JWNDnXiHUfoix4oYhBc.jpg + provider_id: 220 + provider_name: Jio Cinema + - display_priorities: + IT: 18 + display_priority: 18 + logo_path: /cmURKKdS72Ckr52615xvc2JPsJm.jpg + provider_id: 222 + provider_name: Rai Play + - display_priorities: + AT: 66 + AU: 4 + BE: 3 + CA: 2 + CH: 51 + CZ: 34 + DE: 21 + DK: 3 + ES: 13 + FI: 3 + FR: 13 + GB: 33 + HK: 9 + HU: 28 + IE: 3 + IT: 6 + LU: 4 + NL: 3 + 'NO': 3 + PH: 2 + PL: 38 + RO: 24 + SE: 3 + SG: 3 + display_priority: 3 + logo_path: /jxIBXlxRbCcy7Y4GvOZKszCd0dv.jpg + provider_id: 223 + provider_name: Hayu + - display_priorities: + CA: 4 + display_priority: 4 + logo_path: /ewOptMVIYcOadMGGJz8DJueH2bH.jpg + provider_id: 230 + provider_name: Crave + - display_priorities: + AD: 3 + AE: 5 + AG: 2 + AL: 3 + AU: 67 + BA: 3 + BB: 3 + BH: 3 + BM: 3 + BO: 18 + BS: 3 + CI: 3 + CR: 19 + CU: 2 + CV: 2 + DO: 3 + DZ: 3 + EG: 7 + FJ: 2 + GF: 3 + GG: 2 + GH: 2 + GI: 3 + GQ: 2 + GT: 19 + HK: 2 + HN: 18 + HR: 6 + IL: 3 + IN: 7 + IQ: 3 + IS: 7 + JM: 3 + JO: 3 + KE: 2 + KW: 3 + LB: 3 + LC: 2 + LI: 3 + LY: 3 + MA: 3 + MC: 3 + MD: 3 + MK: 3 + MT: 3 + MU: 1 + MY: 24 + MZ: 2 + NE: 3 + NG: 3 + OM: 3 + PA: 3 + PF: 2 + PK: 2 + PS: 3 + PY: 18 + QA: 3 + RS: 3 + SA: 6 + SC: 2 + SG: 24 + SI: 3 + SK: 9 + SM: 3 + SN: 2 + SV: 3 + TC: 2 + TN: 3 + TT: 2 + TW: 4 + TZ: 2 + UG: 2 + UY: 5 + VA: 1 + YE: 3 + ZM: 2 + display_priority: 2 + logo_path: /vPIW5b0ebTLj9bFCZypoBbF8wSl.jpg + provider_id: 232 + provider_name: Zee5 + - display_priorities: + AT: 68 + CH: 53 + DE: 30 + ES: 104 + FR: 12 + GB: 142 + IE: 44 + IT: 105 + PL: 39 + display_priority: 39 + logo_path: /vPZrjHe7wvALuwJEXT2kwYLi0gV.jpg + provider_id: 234 + provider_name: Arte + - display_priorities: + US: 34 + display_priority: 34 + logo_path: /4tJBhJcuF1ZstI5Yqu82G0yroLa.jpg + provider_id: 235 + provider_name: YouTube Free + - display_priorities: + FR: 107 + display_priority: 107 + logo_path: /maeiT4ORBxykOVlaW9gCsLuFPnS.jpg + provider_id: 236 + provider_name: France TV + - display_priorities: + IN: 11 + display_priority: 11 + logo_path: /3973zlBbBXdXxaWqRWzGG2GYxbT.jpg + provider_id: 237 + provider_name: Sony Liv + - display_priorities: + AU: 18 + display_priority: 18 + logo_path: /uU4gqmoX0koF8L5yJSlfaaFd9Tz.jpg + provider_id: 246 + provider_name: 7plus + - display_priorities: + US: 68 + display_priority: 68 + logo_path: /4cKdiYEPW1BsWLb9UmNzAyUlD5p.jpg + provider_id: 251 + provider_name: ALLBLK + - display_priorities: + CA: 96 + ES: 8 + US: 9 + display_priority: 9 + logo_path: /9BgaNQRMDvVlji1JBZi6tcfxpKx.jpg + provider_id: 257 + provider_name: fuboTV + - display_priorities: + US: 71 + display_priority: 71 + logo_path: /7Wo1H7YMmRy7S56sz6HJAMYRdGq.jpg + provider_id: 260 + provider_name: WWE Network + - display_priorities: + AT: 98 + BR: 45 + CH: 60 + DE: 200 + ES: 43 + FR: 47 + LI: 32 + LU: 14 + MX: 42 + display_priority: 32 + logo_path: /uXFEctwGkorVz163dVSZeZkBEQU.jpg + provider_id: 262 + provider_name: Noggin Amazon Channel + - display_priorities: + US: 121 + display_priority: 121 + logo_path: /hDoYXuGJtGwpvgPjmgx4jQFil01.jpg + provider_id: 263 + provider_name: DreamWorksTV Amazon Channel + - display_priorities: + US: 70 + display_priority: 70 + logo_path: /bSmoVepHvK0ijBAWGx3QlIeTtsu.jpg + provider_id: 264 + provider_name: MyOutdoorTV + - display_priorities: + NZ: 3 + display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + - display_priorities: + US: 72 + display_priority: 72 + logo_path: /7L4eXQD0yFVDKZ2qwYtxcV5gm6n.jpg + provider_id: 278 + provider_name: Pure Flix + - display_priorities: + AD: 25 + AE: 25 + AG: 10 + AL: 27 + AR: 45 + AT: 57 + AU: 57 + AZ: 4 + BA: 27 + BB: 24 + BE: 41 + BF: 4 + BG: 20 + BH: 36 + BM: 26 + BO: 30 + BR: 11 + BS: 24 + BY: 6 + BZ: 9 + CA: 124 + CD: 2 + CH: 46 + CI: 26 + CL: 30 + CO: 31 + CR: 31 + CV: 12 + CY: 8 + CZ: 27 + DE: 7 + DK: 39 + DO: 28 + DZ: 28 + EC: 30 + EE: 26 + EG: 40 + ES: 73 + FI: 40 + FJ: 10 + FR: 5 + GB: 6 + GF: 28 + GG: 10 + GH: 15 + GI: 26 + GQ: 13 + GR: 22 + GT: 31 + GY: 3 + HK: 37 + HN: 30 + HR: 34 + HU: 25 + ID: 34 + IE: 39 + IL: 26 + IN: 4 + IQ: 35 + IS: 31 + IT: 73 + JM: 23 + JO: 36 + KE: 14 + KR: 29 + KW: 36 + LB: 27 + LC: 10 + LI: 27 + LT: 27 + LU: 9 + LV: 26 + LY: 28 + MA: 27 + MC: 25 + MD: 24 + ME: 5 + MK: 26 + MT: 24 + MU: 14 + MX: 4 + MY: 29 + MZ: 15 + NE: 26 + NG: 29 + NI: 9 + NL: 67 + 'NO': 41 + NZ: 35 + OM: 36 + PA: 29 + PE: 31 + PF: 10 + PG: 4 + PH: 30 + PL: 29 + PS: 27 + PT: 39 + PY: 29 + QA: 36 + RO: 21 + RS: 28 + RU: 28 + SC: 13 + SE: 42 + SG: 29 + SI: 28 + SK: 36 + SM: 27 + SN: 13 + SV: 29 + TC: 10 + TD: 6 + TH: 28 + TN: 28 + TR: 43 + TT: 10 + TW: 37 + TZ: 31 + UA: 7 + UG: 15 + US: 8 + UY: 31 + VE: 27 + XK: 4 + YE: 27 + ZA: 28 + ZM: 13 + display_priority: 28 + logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg + provider_id: 283 + provider_name: Crunchyroll + - display_priorities: + DE: 34 + IN: 90 + display_priority: 90 + logo_path: /jhhFTFVWjKVi2JjDYoqoI4dHsmL.jpg + provider_id: 285 + provider_name: BBC Player Amazon Channel + - display_priorities: + DE: 33 + display_priority: 33 + logo_path: /FtIkEXYkqTxKwCwLK79yKJW8i7.jpg + provider_id: 286 + provider_name: ZDF Herzkino Amazon Channel + - display_priorities: + US: 75 + display_priority: 75 + logo_path: /ohcwolMl8E743CkS8MnhmJKOlRj.jpg + provider_id: 289 + provider_name: Cinemax Amazon Channel + - display_priorities: + US: 76 + display_priority: 76 + logo_path: /614YTzAiVrSIm7bIVcwg4lIMQr7.jpg + provider_id: 290 + provider_name: Hallmark Movies Now Amazon Channel + - display_priorities: + US: 78 + display_priority: 78 + logo_path: /hTAIgvUnmu1Yv0wFVJRu9KKAPtJ.jpg + provider_id: 291 + provider_name: MZ Choice Amazon Channel + - display_priorities: + US: 73 + display_priority: 73 + logo_path: /lIXDKV7LrZfF3SR2m8EQrMVRI5C.jpg + provider_id: 293 + provider_name: PBS Kids Amazon Channel + - display_priorities: + CA: 24 + US: 77 + display_priority: 77 + logo_path: /xN1vKpcypShJrWmf1t3dyGJM7sO.jpg + provider_id: 294 + provider_name: PBS Masterpiece Amazon Channel + - display_priorities: + US: 283 + display_priority: 283 + logo_path: /6cQvPAFHDOSq3cXPwcCbh3gCpOi.jpg + provider_id: 295 + provider_name: RetroCrush Amazon Channel + - display_priorities: + AT: 130 + AU: 79 + CA: 26 + DE: 230 + ES: 40 + FR: 46 + GB: 34 + IT: 52 + display_priority: 52 + logo_path: /2eyS8KsZF9Or7z4248Ktq36Pr8v.jpg + provider_id: 296 + provider_name: Hayu Amazon Channel + - display_priorities: + NL: 5 + display_priority: 5 + logo_path: /ozUfbWZXVdymn8iC3zze0cQPeUi.jpg + provider_id: 297 + provider_name: Ziggo TV + - display_priorities: + AT: 53 + DE: 6 + display_priority: 6 + logo_path: /jmR0t1kjzHcyV7raynzMbF87J9d.jpg + provider_id: 298 + provider_name: RTL+ + - display_priorities: + AR: 27 + AT: 39 + BO: 23 + BR: 37 + CA: 120 + CH: 36 + CL: 23 + CO: 24 + CR: 24 + CZ: 19 + DE: 66 + DK: 35 + DO: 19 + EC: 23 + ES: 37 + FR: 41 + GB: 74 + GT: 24 + HN: 23 + IT: 39 + MX: 38 + NI: 3 + 'NO': 37 + PA: 20 + PE: 24 + PY: 23 + SE: 39 + SV: 20 + US: 81 + UY: 23 + VE: 20 + display_priority: 81 + logo_path: /dB8G41Q6tSL5NBisrIeqByfepBc.jpg + provider_id: 300 + provider_name: Pluto TV + - display_priorities: + AT: 72 + DE: 13 + display_priority: 13 + logo_path: /tDnDBkSLLLQgFb03J9ttQhZQxZs.jpg + provider_id: 304 + provider_name: Joyn + - display_priorities: + CA: 5 + display_priority: 5 + logo_path: /csPQMbeJWY7bjwWruZjtc27xf2l.jpg + provider_id: 305 + provider_name: Crave Starz + - display_priorities: + BR: 10 + display_priority: 10 + logo_path: /7Cg8esVVXOijXAm1f1vrS7jVjcN.jpg + provider_id: 307 + provider_name: Globoplay + - display_priorities: + CZ: 3 + display_priority: 3 + logo_path: /27yD8cEx7qC1lSzaDvFlW4avXyu.jpg + provider_id: 308 + provider_name: O2 TV + - display_priorities: + AD: 4 + AE: 6 + AG: 3 + AL: 4 + AR: 32 + AT: 50 + AU: 29 + BA: 4 + BB: 5 + BE: 34 + BG: 18 + BH: 5 + BM: 5 + BO: 28 + BR: 45 + BS: 5 + CA: 47 + CH: 44 + CI: 4 + CL: 28 + CO: 29 + CR: 29 + CU: 3 + CV: 3 + CZ: 25 + DE: 100 + DK: 38 + DO: 5 + DZ: 5 + EC: 28 + EE: 25 + EG: 11 + ES: 62 + FI: 39 + FJ: 3 + FR: 70 + GB: 96 + GF: 5 + GG: 3 + GH: 3 + GI: 5 + GQ: 3 + GR: 21 + GT: 29 + HK: 10 + HN: 28 + HR: 10 + HU: 23 + ID: 33 + IE: 37 + IL: 4 + IN: 16 + IQ: 4 + IS: 10 + IT: 62 + JM: 5 + JO: 5 + JP: 26 + KE: 3 + KR: 27 + KW: 5 + LB: 4 + LC: 3 + LI: 5 + LT: 26 + LV: 25 + LY: 5 + MA: 5 + MC: 5 + MD: 5 + MK: 4 + MT: 4 + MU: 2 + MX: 45 + MY: 12 + MZ: 3 + NE: 4 + NG: 4 + NL: 46 + 'NO': 39 + NZ: 15 + OM: 5 + PA: 5 + PE: 29 + PF: 3 + PH: 28 + PK: 3 + PL: 28 + PS: 4 + PT: 33 + PY: 27 + QA: 5 + RO: 19 + RS: 4 + RU: 27 + SA: 9 + SC: 3 + SE: 41 + SG: 12 + SI: 4 + SK: 13 + SM: 5 + SN: 3 + SV: 5 + TC: 3 + TH: 27 + TN: 5 + TR: 27 + TT: 3 + TW: 9 + TZ: 3 + UG: 3 + US: 48 + UY: 7 + VA: 2 + VE: 25 + XK: 0 + YE: 5 + ZA: 10 + ZM: 3 + display_priority: 48 + logo_path: /6KEQzITx2RrCAQt5Nw9WrL1OI8z.jpg + provider_id: 309 + provider_name: Sun Nxt + - display_priorities: + BE: 4 + display_priority: 4 + logo_path: /acANFKCTLQuvDPjJAb5SnmzJaT6.jpg + provider_id: 311 + provider_name: Be TV Go + - display_priorities: + BE: 5 + display_priority: 5 + logo_path: /gqxv8W54I95K3hNS6UT6sDRe2Az.jpg + provider_id: 312 + provider_name: VRT MAX + - display_priorities: + CA: 44 + display_priority: 44 + logo_path: /a7O0Z1uhFjgGydRrgT6ucBisP4K.jpg + provider_id: 314 + provider_name: CBC Gem + - display_priorities: + AD: 19 + AL: 20 + AR: 26 + AT: 38 + AU: 45 + BA: 20 + BB: 16 + BE: 28 + BH: 17 + BM: 18 + BO: 17 + BR: 36 + BS: 17 + CA: 71 + CH: 34 + CI: 16 + CL: 22 + CO: 23 + CR: 18 + CZ: 18 + DE: 65 + DK: 28 + DO: 17 + DZ: 16 + EC: 22 + EE: 19 + EG: 19 + ES: 35 + FI: 30 + FR: 39 + GB: 59 + GF: 18 + GI: 18 + GR: 16 + GT: 18 + HK: 17 + HN: 17 + HR: 21 + HU: 18 + ID: 28 + IE: 31 + IL: 18 + IN: 18 + IQ: 20 + IS: 22 + IT: 37 + JM: 16 + JO: 17 + JP: 21 + KR: 22 + KW: 18 + LB: 20 + LI: 18 + LT: 20 + LV: 19 + LY: 16 + MA: 16 + MC: 17 + MD: 17 + MK: 19 + MT: 19 + MX: 37 + MY: 23 + NE: 16 + NG: 17 + NL: 36 + 'NO': 31 + NZ: 29 + OM: 17 + PA: 18 + PE: 23 + PH: 23 + PL: 22 + PS: 20 + PT: 25 + PY: 17 + QA: 17 + RO: 14 + RS: 20 + RU: 21 + SA: 18 + SE: 33 + SG: 23 + SI: 20 + SK: 24 + SM: 18 + SV: 18 + TH: 21 + TN: 17 + TR: 21 + TW: 16 + TZ: 29 + US: 147 + UY: 21 + VE: 19 + YE: 18 + ZA: 21 + display_priority: 147 + logo_path: /u7dwMceEbjxd1N3TLEUBILSK2x6.jpg + provider_id: 315 + provider_name: Hoichoi + - display_priorities: + US: 100 + display_priority: 100 + logo_path: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg + provider_id: 318 + provider_name: Adult Swim + - display_priorities: + IN: 19 + display_priority: 19 + logo_path: /i7knsL0QgDJyuts5FbfjREUqHvu.jpg + provider_id: 319 + provider_name: Alt Balaji + - display_priorities: + AT: 19 + display_priority: 19 + logo_path: /67FAj8KvIiV5iZMJuPUdMrqMftw.jpg + provider_id: 321 + provider_name: Sky X + - display_priorities: + US: 101 + display_priority: 101 + logo_path: /A95qgiMz6ulV2SxeKcJ5Gc9pqGS.jpg + provider_id: 322 + provider_name: USA Network + - display_priorities: + FI: 5 + display_priority: 5 + logo_path: /nrORhu39C2YjBhx9v8rU8oFlulj.jpg + provider_id: 323 + provider_name: Yle Areena + - display_priorities: + CA: 45 + display_priority: 45 + logo_path: /xoFyQOXR3qINRsdnCQyd7jGx8Wo.jpg + provider_id: 326 + provider_name: CTV + - display_priorities: + US: 102 + display_priority: 102 + logo_path: /fpLJgEK68o2ATtz2gEdYkevUYIF.jpg + provider_id: 328 + provider_name: Fox + - display_priorities: + CA: 32 + US: 104 + display_priority: 104 + logo_path: /yFGu4sSzwUMfhwmSsZgez8QhaVl.jpg + provider_id: 331 + provider_name: FlixFling + - display_priorities: + US: 38 + display_priority: 38 + logo_path: /6By0jm0Gr2WMOqUeHWhzRWaMdOo.jpg + provider_id: 332 + provider_name: VUDU Free + - display_priorities: + GB: 35 + display_priority: 35 + logo_path: /5qLpN8ah2FZC8NpYFwRFwxlNjRn.jpg + provider_id: 333 + provider_name: My5 + - display_priorities: + DE: 37 + display_priority: 37 + logo_path: /ni0t0Bj4HRAQ9f6zSv1Bl9MDjLK.jpg + provider_id: 334 + provider_name: Filmtastic Amazon Channel + - display_priorities: + AD: 7 + AL: 7 + AR: 0 + AT: 2 + AU: 0 + BA: 7 + BE: 0 + BG: 16 + BO: 2 + BR: 0 + BZ: 2 + CA: 1 + CH: 2 + CL: 0 + CO: 0 + CR: 2 + CZ: 0 + DE: 2 + DK: 0 + DO: 24 + EC: 2 + EE: 23 + EG: 45 + ES: 1 + FI: 0 + FR: 1 + GB: 1 + GR: 20 + GT: 1 + HK: 32 + HN: 2 + HR: 31 + HU: 0 + IE: 2 + IS: 1 + IT: 1 + JM: 26 + JP: 2 + KR: 2 + LC: 13 + LI: 25 + LT: 24 + LU: 3 + LV: 23 + ME: 1 + MK: 7 + MT: 7 + MX: 0 + NI: 2 + NL: 2 + 'NO': 0 + NZ: 0 + PA: 27 + PE: 0 + PH: 29 + PL: 0 + PT: 0 + PY: 2 + RO: 0 + RS: 7 + SE: 0 + SG: 2 + SI: 7 + SK: 0 + SM: 25 + SV: 27 + TR: 0 + TT: 14 + TW: 2 + US: 1 + UY: 27 + VE: 1 + display_priority: 27 + logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg + provider_id: 337 + provider_name: Disney Plus + - display_priorities: + FI: 6 + display_priority: 6 + logo_path: /c7SqVo4DFrbK3RwhGbxvQ9SRco2.jpg + provider_id: 338 + provider_name: Ruutu + - display_priorities: + AR: 8 + CL: 8 + CO: 8 + EC: 4 + MX: 19 + PE: 8 + display_priority: 8 + logo_path: /tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg + provider_id: 339 + provider_name: MovistarTV + - display_priorities: + DE: 38 + TR: 4 + display_priority: 4 + logo_path: /dqRpKX6vcos334v9huMpNPKHlD8.jpg + provider_id: 341 + provider_name: blutv + - display_priorities: + TR: 5 + display_priority: 5 + logo_path: /ffvIywFtojPQnVwHVmTSZEdemdt.jpg + provider_id: 342 + provider_name: puhutv + - display_priorities: + US: 103 + display_priority: 103 + logo_path: /2AvUqoIHAq2lLxRy2IxOBUgCYef.jpg + provider_id: 343 + provider_name: Bet+ Amazon Channel + - display_priorities: + AD: 18 + AL: 19 + BA: 19 + BB: 17 + BH: 18 + BM: 19 + BS: 18 + CA: 94 + CI: 15 + DE: 40 + DO: 18 + DZ: 17 + EG: 21 + GF: 19 + GI: 19 + HK: 6 + HR: 22 + IL: 17 + IQ: 19 + IS: 23 + JM: 17 + JO: 18 + KW: 19 + LB: 19 + LI: 19 + LY: 17 + MA: 17 + MC: 18 + MD: 18 + MK: 18 + MT: 18 + NE: 15 + NG: 16 + OM: 18 + PA: 19 + PS: 19 + QA: 18 + RS: 19 + SA: 19 + SI: 19 + SK: 25 + SM: 19 + SV: 19 + TN: 18 + TW: 7 + TZ: 14 + US: 105 + UY: 22 + YE: 19 + display_priority: 105 + logo_path: /5L2bwr9DhUg28oSMEPRCNwB2y7B.jpg + provider_id: 344 + provider_name: Rakuten Viki + - display_priorities: + FR: 101 + display_priority: 101 + logo_path: /nBrPDnOWhullZrtcYM0qWpm4xNH.jpg + provider_id: 345 + provider_name: Canal+ Séries + - display_priorities: + CA: 46 + display_priority: 46 + logo_path: /cgJA1LqVK6Rv4DyCJebJ7mBl9ap.jpg + provider_id: 348 + provider_name: FXNow Canada + - display_priorities: + AE: 2 + AG: 11 + AR: 5 + AT: 5 + AU: 11 + AZ: 3 + BE: 9 + BG: 3 + BH: 49 + BM: 27 + BO: 3 + BR: 9 + BS: 25 + BY: 2 + BZ: 4 + CA: 7 + CH: 17 + CL: 5 + CO: 5 + CR: 3 + CV: 10 + CY: 4 + CZ: 7 + DE: 3 + DK: 10 + DO: 31 + EC: 7 + EE: 7 + EG: 3 + ES: 2 + FI: 12 + FJ: 11 + FR: 3 + GB: 3 + GH: 13 + GR: 5 + GT: 3 + HK: 16 + HN: 3 + HU: 7 + ID: 12 + IE: 5 + IL: 25 + IN: 2 + IT: 5 + JO: 50 + JP: 10 + KR: 5 + LB: 28 + LT: 7 + LU: 5 + LV: 7 + MD: 25 + MT: 25 + MU: 12 + MX: 3 + MY: 11 + MZ: 13 + NI: 5 + NL: 10 + 'NO': 6 + NZ: 5 + OM: 49 + PA: 25 + PE: 6 + PH: 11 + PL: 3 + PT: 11 + PY: 4 + QA: 49 + RU: 3 + SA: 2 + SE: 5 + SG: 11 + SI: 24 + SK: 5 + SV: 31 + TH: 10 + TT: 11 + TW: 15 + UA: 1 + UG: 13 + US: 3 + VE: 5 + ZA: 9 + display_priority: 9 + logo_path: /2E03IAZsX4ZaUqM7tXlctEPMGWS.jpg + provider_id: 350 + provider_name: Apple TV Plus + - display_priorities: + KR: 3 + display_priority: 3 + logo_path: /hPcjSaWfMwEqXaCMu7Fkb529Dkc.jpg + provider_id: 356 + provider_name: wavve + - display_priorities: + AU: 16 + NZ: 8 + display_priority: 8 + logo_path: /pVoZH9ZMGfrr1Ajk1UD29weO6iA.jpg + provider_id: 357 + provider_name: DocPlay + - display_priorities: + IT: 13 + display_priority: 13 + logo_path: /2hBbMVUI2G4GAGRAD0RZCZqDMUh.jpg + provider_id: 359 + provider_name: Mediaset Infinity + - display_priorities: + NL: 20 + display_priority: 20 + logo_path: /jPNvTunAw7309LeRMT6m3yZy1Lm.jpg + provider_id: 360 + provider_name: NPO Start + - display_priorities: + US: 108 + display_priority: 108 + logo_path: /76CvnJAKAPbJuiXYwQGN7PFqOci.jpg + provider_id: 363 + provider_name: TNT + - display_priorities: + US: 107 + display_priority: 107 + logo_path: /uGOba5AB0URrJd5gelWGinaVR2h.jpg + provider_id: 365 + provider_name: Bravo TV + - display_priorities: + US: 109 + display_priority: 109 + logo_path: /b5umeBN4kFf5KJ6FZiBkftA4q5q.jpg + provider_id: 366 + provider_name: Food Network + - display_priorities: + EE: 8 + LT: 8 + LV: 8 + display_priority: 8 + logo_path: /1y6ds7KDN5Q33Jb0ZxnroEJ58Gd.jpg + provider_id: 373 + provider_name: Go3 + - display_priorities: + AU: 15 + display_priority: 15 + logo_path: /xoId9luelz6lXMQkzLyJf3ssXTL.jpg + provider_id: 378 + provider_name: 9Now + - display_priorities: + AT: 59 + CH: 40 + CZ: 29 + FR: 6 + NL: 81 + SK: 37 + display_priority: 37 + logo_path: /eBXzkFEupZjKaIKY7zBUaSdCY8I.jpg + provider_id: 381 + provider_name: Canal+ + - display_priorities: + DK: 7 + display_priority: 7 + logo_path: /ddwrbKxlX8n7TasdvrauFijCmEm.jpg + provider_id: 383 + provider_name: TV 2 + - display_priorities: + BE: 68 + GF: 25 + NL: 95 + display_priority: 25 + logo_path: /b8edpTaLCHFrUnhpGQIZJUpFX7T.jpg + provider_id: 384 + provider_name: HBO Max + - display_priorities: + AU: 3 + display_priority: 3 + logo_path: /7QX5OdsQZrXGNBKq9SPzoPV9OYQ.jpg + provider_id: 385 + provider_name: BINGE + - display_priorities: + US: 14 + display_priority: 14 + logo_path: /2aGrp1xw3qhwCYvNGAJZPdjfeeX.jpg + provider_id: 386 + provider_name: Peacock Premium + - display_priorities: + US: 271 + display_priority: 271 + logo_path: /drPlq5beqXtBaP7MNs8W616YRhm.jpg + provider_id: 387 + provider_name: Peacock Premium Plus + - display_priorities: + BE: 18 + CH: 14 + DE: 153 + NL: 12 + display_priority: 12 + logo_path: /jzWBemDX69VRYhudQA44IESMxQ1.jpg + provider_id: 389 + provider_name: Sooner + - display_priorities: + AT: 22 + CH: 20 + DE: 38 + display_priority: 20 + logo_path: /jAwT86Q0H9U8RESR3zR2FVKe83D.jpg + provider_id: 392 + provider_name: wedotv + - display_priorities: + AD: 2 + AL: 2 + BA: 2 + BB: 2 + BH: 2 + BM: 2 + BS: 2 + CI: 2 + DO: 2 + DZ: 2 + EG: 5 + ES: 16 + GF: 2 + GI: 2 + HR: 4 + IL: 2 + IQ: 2 + IS: 5 + JM: 2 + JO: 2 + KW: 2 + LB: 2 + LI: 2 + LY: 2 + MA: 2 + MC: 2 + MD: 2 + MK: 2 + MT: 2 + NE: 2 + NG: 2 + OM: 2 + PA: 2 + PS: 2 + QA: 2 + RS: 2 + SA: 4 + SI: 2 + SK: 7 + SM: 2 + SV: 2 + TN: 2 + TW: 10 + TZ: 19 + UY: 4 + YE: 2 + display_priority: 2 + logo_path: /ozMgkAAoi6aDI5ce8KKA2k8TGvB.jpg + provider_id: 393 + provider_name: FlixOlé + - display_priorities: + NZ: 12 + display_priority: 12 + logo_path: /wbqJss5NNebssp5RBkAdxIHecv2.jpg + provider_id: 395 + provider_name: TVNZ + - display_priorities: + US: 110 + display_priority: 110 + logo_path: /jfXLhMzHHmBYrtE9ZaW7as2RA98.jpg + provider_id: 397 + provider_name: BBC America + - display_priorities: + US: 116 + display_priority: 116 + logo_path: /uW87WpK4Zfz4zCf224vvFhn3ZJc.jpg + provider_id: 399 + provider_name: Animal Planet + - display_priorities: + US: 117 + display_priority: 117 + logo_path: /w8uX5FHY01CmODT0QvGv5CBGbPS.jpg + provider_id: 403 + provider_name: Discovery + - display_priorities: + US: 113 + display_priority: 113 + logo_path: /5Vp8QzvrVsWDIBWgoTm0cNdeSgc.jpg + provider_id: 406 + provider_name: HGTV + - display_priorities: + US: 114 + display_priority: 114 + logo_path: /1oxTHsIcxJwVcubHLnHwl0g60EI.jpg + provider_id: 408 + provider_name: Investigation Discovery + - display_priorities: + US: 115 + display_priority: 115 + logo_path: /28cQ8Ux0pauEHyeZ7J9MTNF4RBP.jpg + provider_id: 411 + provider_name: Science Channel + - display_priorities: + US: 112 + display_priority: 112 + logo_path: /veArLGnRXZEGkjpkJrhfMeasODk.jpg + provider_id: 412 + provider_name: TLC + - display_priorities: + US: 118 + display_priority: 118 + logo_path: /8NwVgZlX4Nh3WCebkaKtbSmdDn1.jpg + provider_id: 413 + provider_name: Travel Channel + - display_priorities: + DE: 158 + FR: 24 + display_priority: 158 + logo_path: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg + provider_id: 415 + provider_name: Animation Digital Network + - display_priorities: + US: 119 + display_priority: 119 + logo_path: /kiNWL1wGBg3z2FBXJcd8R8MaZrV.jpg + provider_id: 417 + provider_name: Here TV + - display_priorities: + AT: 73 + DE: 41 + display_priority: 41 + logo_path: /5aHLriu21FRDGlxY5zbzyEuoSvA.jpg + provider_id: 421 + provider_name: Joyn Plus + - display_priorities: + US: 120 + display_priority: 120 + logo_path: /zH8mZ7YV2WHuVuLyOjtnIjar3Zn.jpg + provider_id: 422 + provider_name: VH1 + - display_priorities: + DK: 16 + FI: 15 + 'NO': 16 + SE: 16 + display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priorities: + DK: 17 + FI: 16 + 'NO': 17 + SE: 17 + display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + - display_priorities: + CA: 48 + US: 91 + display_priority: 91 + logo_path: /tnxLjN2lLYpkTIX8NPSId6bgqh8.jpg + provider_id: 427 + provider_name: Mhz Choice + - display_priorities: + CA: 85 + US: 83 + display_priority: 83 + logo_path: /iCV9oPBeoLDC5okFRZEgQkx7je0.jpg + provider_id: 430 + provider_name: HiDive + - display_priorities: + 'NO': 18 + display_priority: 18 + logo_path: /tpfmd22xEapb1aW2gzjSM5104rx.jpg + provider_id: 431 + provider_name: TV 2 Play + - display_priorities: + AU: 30 + display_priority: 30 + logo_path: /hP3ymMLPyvxUCA1ODfIHJ4pu3c2.jpg + provider_id: 434 + provider_name: OzFlix + - display_priorities: + AU: 31 + HK: 0 + display_priority: 0 + logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg + provider_id: 436 + provider_name: Fetch TV + - display_priorities: + IN: 17 + display_priority: 17 + logo_path: /pMTVKAUyjMb0xdMnHqfNj73MGH6.jpg + provider_id: 437 + provider_name: Hungama Play + - display_priorities: + US: 90 + display_priority: 90 + logo_path: /qesugDq8sUCixmOOsqDM1xAnBYz.jpg + provider_id: 438 + provider_name: Chai Flicks + - display_priorities: + US: 88 + display_priority: 88 + logo_path: /y9jFndski0fRO4MHh3yg5PIL9ZI.jpg + provider_id: 439 + provider_name: Shout! Factory TV + - display_priorities: + NZ: 19 + display_priority: 19 + logo_path: /vcsLhyNRm528LzfVqQJDddusP27.jpg + provider_id: 440 + provider_name: ThreeNow + - display_priorities: + CA: 51 + display_priority: 51 + logo_path: /zwTo48JWc9FNCgJ1ADPAfkhYUuA.jpg + provider_id: 441 + provider_name: NFB + - display_priorities: + 'NO': 15 + display_priority: 15 + logo_path: /teyfWuW8nS8wsk6rVXIbynrxIX6.jpg + provider_id: 442 + provider_name: NRK TV + - display_priorities: + DK: 15 + display_priority: 15 + logo_path: /eRRc8n7fzQewjh15d2fao45Xxvi.jpg + provider_id: 443 + provider_name: Filmstriben + - display_priorities: + AD: 15 + AL: 16 + AR: 22 + AT: 34 + AU: 42 + BA: 16 + BB: 12 + BE: 24 + BG: 8 + BH: 13 + BM: 14 + BO: 9 + BR: 32 + BS: 13 + CA: 68 + CH: 31 + CI: 12 + CL: 19 + CO: 20 + CR: 11 + CZ: 15 + DE: 62 + DK: 25 + DO: 13 + DZ: 13 + EC: 19 + EE: 16 + ES: 32 + FI: 27 + FR: 35 + GB: 56 + GF: 14 + GI: 14 + GR: 13 + GT: 11 + HK: 21 + HN: 10 + HR: 16 + HU: 15 + ID: 24 + IE: 28 + IL: 14 + IN: 37 + IQ: 16 + IS: 17 + IT: 34 + JM: 12 + JO: 13 + JP: 18 + KR: 19 + KW: 14 + LB: 16 + LI: 14 + LT: 17 + LV: 16 + LY: 13 + MA: 13 + MC: 13 + MD: 13 + MK: 15 + MT: 15 + MX: 33 + MY: 20 + NE: 12 + NG: 13 + NL: 33 + 'NO': 27 + NZ: 26 + OM: 13 + PA: 14 + PE: 20 + PH: 20 + PL: 19 + PS: 16 + PT: 22 + PY: 10 + QA: 13 + RO: 11 + RS: 16 + RU: 16 + SE: 30 + SG: 20 + SI: 16 + SK: 19 + SM: 14 + SV: 14 + TH: 18 + TN: 14 + TR: 18 + TW: 20 + TZ: 21 + US: 87 + UY: 17 + VE: 16 + YE: 14 + ZA: 18 + display_priority: 87 + logo_path: /x6nRFzF32hCzMHaVM4RHRo7lsgS.jpg + provider_id: 444 + provider_name: Dekkoo + - display_priorities: + CA: 52 + US: 86 + display_priority: 86 + logo_path: /5zUnCq0pvixEtQafzOBBWqxNRvX.jpg + provider_id: 446 + provider_name: Retrocrush + - display_priorities: + BR: 18 + display_priority: 18 + logo_path: /gBYz3cTgDPRoRFOCS4gG9BNPJdX.jpg + provider_id: 447 + provider_name: Belas Artes à La Carte + - display_priorities: + CA: 49 + display_priority: 49 + logo_path: /o2qiZykonJuLglxwBbtUbHu4wIO.jpg + provider_id: 449 + provider_name: Global TV + - display_priorities: + PT: 15 + display_priority: 15 + logo_path: /9HQD7iNLyJQYhEq3Z9blyn7P4Vk.jpg + provider_id: 452 + provider_name: RTPplay + - display_priorities: + ES: 23 + display_priority: 23 + logo_path: /273VHxSrDdEwLTXJrsnE6yJMqNZ.jpg + provider_id: 456 + provider_name: 'Mitele ' + - display_priorities: + AR: 12 + BO: 21 + CL: 32 + CO: 12 + CR: 22 + DO: 30 + EC: 12 + GT: 22 + HN: 21 + MX: 22 + NI: 12 + PA: 10 + PE: 12 + PY: 21 + SV: 10 + US: 84 + UY: 13 + VE: 9 + display_priority: 84 + logo_path: /jwRPknT20dfU1GeVqbcDXFyvtdG.jpg + provider_id: 457 + provider_name: 'VIX ' + - display_priorities: + US: 92 + display_priority: 92 + logo_path: /zU75skIWNQ06SeFkmbFoaqhg069.jpg + provider_id: 458 + provider_name: 'Vice TV ' + - display_priorities: + BE: 16 + display_priority: 16 + logo_path: /gdqGg9TIzmQQBmkG8bljY20KX0z.jpg + provider_id: 461 + provider_name: RTBF Auvio + - display_priorities: + FI: 18 + display_priority: 18 + logo_path: /27Zotk8HAfHk7qPz9x6DWWhOpb7.jpg + provider_id: 463 + provider_name: Kirjastokino + - display_priorities: + AR: 14 + AU: 66 + BR: 113 + CA: 30 + CL: 12 + CO: 14 + EC: 13 + ES: 96 + FJ: 12 + GB: 134 + IE: 42 + MX: 11 + NZ: 36 + PE: 14 + PF: 11 + PG: 5 + PT: 58 + US: 15 + VE: 11 + display_priority: 15 + logo_path: /hwsU65QW7A4dbMEWkDpgHyCNcfS.jpg + provider_id: 464 + provider_name: Kocowa + - display_priorities: + AR: 14 + CL: 12 + CO: 13 + MX: 25 + PE: 13 + UY: 9 + display_priority: 9 + logo_path: /nr5UBW4IGKgBwmhpTMOfcvnX2vX.jpg + provider_id: 467 + provider_name: DIRECTV GO + - display_priorities: + ID: 15 + display_priority: 15 + logo_path: /o506FcbahVPxvVcsSA5dFLj9drV.jpg + provider_id: 468 + provider_name: genflix + - display_priorities: + CA: 54 + display_priority: 54 + logo_path: /cQjWvOiKRPeSuWRNGegcBjyqVbR.jpg + provider_id: 469 + provider_name: Club Illico + - display_priorities: + NL: 23 + display_priority: 23 + logo_path: /88ssxWDyhabjrwSrbSf87nCDK2y.jpg + provider_id: 472 + provider_name: NLZIET + - display_priorities: + BR: 20 + GB: 43 + MX: 26 + US: 125 + display_priority: 125 + logo_path: /llQ8zV50Wqh4gYCYfr52R1b9gfD.jpg + provider_id: 473 + provider_name: Revry + - display_priorities: + AR: 15 + AT: 25 + AU: 35 + BE: 17 + BG: 7 + BH: 9 + BM: 9 + BO: 8 + BR: 21 + BS: 9 + CA: 55 + CH: 23 + CL: 13 + CO: 14 + CR: 12 + CZ: 10 + DE: 44 + DK: 19 + DO: 9 + DZ: 9 + EC: 13 + EE: 11 + ES: 24 + FI: 19 + FR: 27 + GB: 44 + GF: 9 + GI: 9 + GR: 8 + GT: 12 + HN: 11 + HR: 12 + HU: 10 + ID: 19 + IE: 22 + IN: 23 + IS: 12 + IT: 27 + JO: 9 + JP: 13 + KR: 13 + KW: 9 + LI: 9 + LT: 11 + LV: 11 + LY: 9 + MA: 9 + MC: 9 + MD: 9 + MX: 27 + MY: 15 + NL: 24 + 'NO': 20 + NZ: 21 + OM: 9 + PA: 9 + PE: 14 + PH: 14 + PL: 10 + PT: 16 + PY: 11 + QA: 9 + RO: 6 + RU: 11 + SE: 21 + SG: 15 + SK: 15 + SM: 9 + SV: 9 + TH: 13 + TN: 9 + TR: 13 + TW: 28 + TZ: 22 + US: 126 + UY: 12 + VE: 11 + YE: 9 + ZA: 13 + display_priority: 126 + logo_path: /5zqbck5mo8PuVbGu2ngBUdn5Yga.jpg + provider_id: 475 + provider_name: DOCSVILLE + - display_priorities: + IN: 21 + display_priority: 21 + logo_path: /ymlo2k6RlX0zF5Te1AYwXRQ7Pra.jpg + provider_id: 476 + provider_name: EPIC ON + - display_priorities: + AR: 17 + BR: 23 + display_priority: 23 + logo_path: /sYVlH6nNSaR2syC0sjkxErwOOjx.jpg + provider_id: 478 + provider_name: History Play + - display_priorities: + DE: 43 + display_priority: 43 + logo_path: /ntvIffmJe7ZO1SSobwSx8ABAZFG.jpg + provider_id: 479 + provider_name: Home of Horror + - display_priorities: + DE: 45 + display_priority: 45 + logo_path: /eptSSZPhXJllBI8QywFDmgOMNkU.jpg + provider_id: 480 + provider_name: Filmtastic + - display_priorities: + IN: 26 + display_priority: 26 + logo_path: /tFkqZYsDhNe6hJCx50Aw6oma24w.jpg + provider_id: 482 + provider_name: ManoramaMax + - display_priorities: + ID: 18 + display_priority: 18 + logo_path: /zDSJn28xTG4f6h2yxZ6UmCPvZ8j.jpg + provider_id: 483 + provider_name: MAX Stream + - display_priorities: + BR: 25 + display_priority: 25 + logo_path: /7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg + provider_id: 484 + provider_name: Claro tv+ + - display_priorities: + US: 128 + display_priority: 128 + logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg + provider_id: 486 + provider_name: Spectrum On Demand + - display_priorities: + US: 127 + display_priority: 127 + logo_path: /9BcTvaS8RhQ58LoEbiuoCNghbcz.jpg + provider_id: 487 + provider_name: OXYGEN + - display_priorities: + CA: 56 + display_priority: 56 + logo_path: /yQhSfwOzTF9EATdq47LlRFghmiO.jpg + provider_id: 488 + provider_name: tvo + - display_priorities: + ID: 17 + display_priority: 17 + logo_path: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg + provider_id: 489 + provider_name: Vidio + - display_priorities: + AR: 16 + display_priority: 16 + logo_path: /21uSo4VQUdEmeA6RJ6gPSRwusbt.jpg + provider_id: 491 + provider_name: CINE + - display_priorities: + SE: 20 + display_priority: 20 + logo_path: /oBdaG066fB5O7XYrYKQflOZvd89.jpg + provider_id: 493 + provider_name: SVT + - display_priorities: + FI: 44 + 'NO': 43 + SE: 24 + display_priority: 24 + logo_path: /w1V9hzBaRlkpISBWhCv676kI8Mp.jpg + provider_id: 496 + provider_name: Cineasterna + - display_priorities: + SE: 22 + display_priority: 22 + logo_path: /jy4yvY3szonb0p6rtMXvF5stuX9.jpg + provider_id: 497 + provider_name: Tele2 Play + - display_priorities: + BA: 24 + DE: 48 + EG: 20 + IL: 22 + NG: 21 + NL: 25 + TW: 29 + display_priority: 29 + logo_path: /9kxo34bWuDJcGvNQBlSY4o6OujZ.jpg + provider_id: 498 + provider_name: South Park + - display_priorities: + BR: 22 + display_priority: 22 + logo_path: /rXNXvz2096ri69ZlZsFwKxZYJsS.jpg + provider_id: 499 + provider_name: Oldflix + - display_priorities: + IN: 24 + display_priority: 24 + logo_path: /5VLMQDq6LWfftQCl7sYrtTseXRA.jpg + provider_id: 502 + provider_name: Tata Play + - display_priorities: + PL: 11 + display_priority: 11 + logo_path: /jhMNVBV2UocEGepRkr9oFPD7Gpb.jpg + provider_id: 505 + provider_name: Player + - display_priorities: + US: 123 + display_priority: 123 + logo_path: /cZvP3XsDKlHFhNIyHYCVPStXT5l.jpg + provider_id: 506 + provider_name: TBS + - display_priorities: + US: 130 + display_priority: 130 + logo_path: /mMJ6AQUpHDsD5s2Q2dnbpX1NFwp.jpg + provider_id: 507 + provider_name: tru TV + - display_priorities: + US: 131 + display_priority: 131 + logo_path: /d8HzRaIa5aGE5mJB1SsIA9hODdx.jpg + provider_id: 508 + provider_name: DisneyNOW + - display_priorities: + US: 132 + display_priority: 132 + logo_path: /9abwIEW9wZ12RavyKnInlK684xm.jpg + provider_id: 509 + provider_name: WeTV + - display_priorities: + IN: 25 + display_priority: 25 + logo_path: /eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg + provider_id: 510 + provider_name: Discovery+ + - display_priorities: + BO: 19 + CR: 20 + EG: 8 + GT: 20 + HK: 7 + HN: 19 + HR: 8 + IS: 8 + PH: 15 + PY: 19 + SA: 7 + SK: 11 + TW: 8 + TZ: 23 + display_priority: 23 + logo_path: /nHxedyutqerk1yWBsc17mF8gteZ.jpg + provider_id: 511 + provider_name: iWantTFC + - display_priorities: + CA: 58 + US: 124 + display_priority: 124 + logo_path: /jCgWMxqGaq0h0VOxyJPfQdTqmii.jpg + provider_id: 514 + provider_name: AsianCrush + - display_priorities: + IN: 27 + display_priority: 27 + logo_path: /ayHY6wKxvCKj2PU8eRPFxnPc6B0.jpg + provider_id: 515 + provider_name: MX Player + - display_priorities: + CA: 60 + display_priority: 60 + logo_path: /ss6JfWLwwrIjO1AfEsBy8GYM1EU.jpg + provider_id: 516 + provider_name: Noovo + - display_priorities: + BR: 88 + CA: 154 + US: 202 + display_priority: 202 + logo_path: /eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg + provider_id: 520 + provider_name: Discovery + + - display_priorities: + AT: 55 + DE: 112 + DK: 42 + ES: 38 + FI: 32 + GB: 82 + IE: 38 + IT: 24 + NL: 39 + 'NO': 32 + SE: 34 + display_priority: 34 + logo_path: /bPW3J8KlLrot95sLzadnpzVe61f.jpg + provider_id: 524 + provider_name: Discovery+ + - display_priorities: + CA: 57 + display_priority: 57 + logo_path: /7wADjxAylhGGqWYNz86jGOQSoZG.jpg + provider_id: 525 + provider_name: Knowledge Network + - display_priorities: + AU: 53 + CA: 91 + NZ: 34 + US: 31 + display_priority: 31 + logo_path: /ovmu6uot1XVvsemM2dDySXLiX57.jpg + provider_id: 526 + provider_name: AMC+ + - display_priorities: + AU: 54 + CA: 90 + ES: 74 + US: 26 + display_priority: 26 + logo_path: /2ino0WmHA4GROB7NYKzT6PGqLcb.jpg + provider_id: 528 + provider_name: AMC+ Amazon Channel + - display_priorities: + CA: 62 + GB: 24 + US: 133 + display_priority: 133 + logo_path: /wAuMUrRTVaJ2CZ4ZpyQbayZx0iU.jpg + provider_id: 529 + provider_name: ARROW + - display_priorities: + AR: 7 + AT: 51 + AU: 5 + BO: 5 + BR: 6 + CA: 11 + CH: 45 + CL: 6 + CO: 7 + CR: 6 + DE: 11 + DO: 25 + EC: 3 + FR: 76 + GB: 8 + GT: 5 + HN: 6 + IE: 6 + IT: 9 + MX: 9 + NI: 13 + PA: 31 + PE: 5 + PY: 3 + SV: 26 + US: 18 + UY: 2 + VE: 6 + display_priority: 6 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 531 + provider_name: Paramount Plus + - display_priorities: + AD: 11 + AL: 12 + BA: 12 + BB: 9 + BH: 10 + BM: 10 + BS: 10 + CA: 93 + CI: 8 + DO: 10 + DZ: 10 + EG: 16 + GF: 10 + GI: 10 + HK: 22 + HR: 17 + IN: 29 + IQ: 12 + IS: 18 + JM: 9 + JO: 10 + KW: 10 + LB: 12 + LI: 10 + LY: 10 + MA: 10 + MC: 10 + MD: 10 + NE: 8 + NG: 8 + OM: 10 + PA: 11 + PS: 12 + QA: 10 + RS: 12 + SA: 14 + SI: 12 + SK: 20 + SM: 10 + SV: 11 + TN: 10 + TW: 21 + TZ: 30 + US: 155 + UY: 14 + YE: 10 + display_priority: 155 + logo_path: /8WerMI8XcZXqPpkHTZNtzMzousF.jpg + provider_id: 532 + provider_name: aha + - display_priorities: + AT: 28 + DE: 51 + display_priority: 51 + logo_path: /9MABvFilVMUAV86vLUgBgeM5LQQ.jpg + provider_id: 533 + provider_name: Amazon Arthaus Channel + - display_priorities: + AT: 29 + CH: 26 + DE: 53 + display_priority: 53 + logo_path: /ugus0p8BGGhE8sxhwAjJz2o8jyy.jpg + provider_id: 537 + provider_name: ZDF + - display_priorities: + AD: 26 + AG: 13 + AL: 28 + AO: 5 + AR: 61 + AT: 63 + AU: 46 + AZ: 5 + BA: 28 + BB: 26 + BE: 64 + BF: 5 + BG: 21 + BM: 28 + BO: 33 + BR: 84 + BS: 27 + BY: 7 + BZ: 11 + CA: 86 + CH: 49 + CI: 27 + CL: 33 + CM: 5 + CO: 34 + CR: 33 + CV: 13 + CY: 9 + CZ: 32 + DE: 55 + DK: 41 + DO: 33 + DZ: 29 + EC: 32 + EE: 27 + ES: 27 + FI: 43 + FJ: 12 + FR: 29 + GB: 48 + GF: 29 + GG: 11 + GH: 16 + GI: 27 + GQ: 14 + GR: 23 + GT: 33 + GY: 5 + HK: 38 + HN: 33 + HR: 35 + HU: 26 + ID: 39 + IE: 43 + IL: 27 + IN: 30 + IQ: 49 + IS: 32 + IT: 29 + JM: 25 + JO: 51 + JP: 53 + KE: 15 + KR: 14 + KW: 50 + LB: 29 + LC: 12 + LI: 29 + LT: 28 + LU: 11 + LV: 27 + LY: 29 + MA: 28 + MC: 26 + MD: 26 + ME: 6 + MG: 5 + MK: 27 + ML: 6 + MT: 26 + MU: 15 + MW: 3 + MX: 78 + MY: 31 + MZ: 17 + NE: 27 + NG: 30 + NI: 15 + NL: 85 + 'NO': 42 + NZ: 37 + OM: 50 + PA: 33 + PE: 33 + PF: 11 + PG: 5 + PH: 32 + PK: 8 + PL: 34 + PS: 28 + PT: 59 + PY: 32 + RO: 22 + RS: 29 + RU: 30 + SC: 14 + SE: 47 + SG: 30 + SI: 29 + SK: 38 + SM: 28 + SN: 14 + SV: 33 + TC: 12 + TD: 7 + TH: 29 + TN: 29 + TT: 13 + TW: 38 + TZ: 32 + UA: 8 + UG: 16 + US: 134 + UY: 32 + VA: 7 + VE: 30 + XK: 5 + YE: 28 + ZA: 30 + ZM: 14 + ZW: 6 + display_priority: 134 + logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg + provider_id: 538 + provider_name: Plex + - display_priorities: + FI: 22 + display_priority: 22 + logo_path: /eglAxQEXSO13p6gNf3HKymrIu7y.jpg + provider_id: 540 + provider_name: Elisa Viihde + - display_priorities: + ES: 26 + display_priority: 26 + logo_path: /3QQKYFUDt13Q2Zm6JM2cOjlbd27.jpg + provider_id: 541 + provider_name: rtve + - display_priorities: + AT: 61 + BE: 57 + CH: 48 + DE: 57 + FR: 99 + LI: 28 + LU: 10 + display_priority: 28 + logo_path: /zXu75uIAMgdblYvFFPzoIHmQhxa.jpg + provider_id: 542 + provider_name: filmfriend + - display_priorities: + BR: 26 + display_priority: 26 + logo_path: /3MsEoFiBy9eaUdKo5Cx1iR9BPQy.jpg + provider_id: 544 + provider_name: Libreflix + - display_priorities: + AD: 14 + AL: 15 + AR: 19 + AT: 30 + AU: 38 + BA: 15 + BE: 20 + BM: 11 + BO: 6 + BR: 27 + CA: 63 + CH: 27 + CI: 11 + CL: 15 + CO: 16 + CR: 14 + CZ: 11 + DE: 56 + DK: 21 + EC: 15 + EE: 12 + ES: 28 + FI: 23 + FR: 30 + GB: 49 + GF: 11 + GI: 11 + GR: 9 + GT: 14 + HN: 13 + HU: 11 + ID: 20 + IE: 23 + IL: 13 + IN: 31 + IQ: 15 + IS: 13 + IT: 30 + JP: 14 + KR: 15 + KW: 11 + LB: 15 + LI: 11 + LT: 12 + LV: 12 + MK: 14 + MT: 14 + MX: 29 + MY: 16 + NE: 11 + NG: 12 + NL: 27 + 'NO': 22 + NZ: 22 + PE: 16 + PH: 16 + PL: 14 + PS: 15 + PT: 18 + PY: 13 + RO: 7 + RS: 15 + RU: 12 + SE: 26 + SG: 16 + SI: 15 + SM: 11 + TH: 14 + TN: 11 + TR: 14 + US: 136 + VE: 12 + YE: 11 + ZA: 14 + display_priority: 136 + logo_path: /6dET59jNU0ADysghEjl8Unuc7Ca.jpg + provider_id: 546 + provider_name: WOW Presents Plus + - display_priorities: + PL: 15 + display_priority: 15 + logo_path: /7jnt49RwicQ4Vs2v1MgfERfVuDS.jpg + provider_id: 549 + provider_name: IPLA + - display_priorities: + AD: 12 + AL: 13 + AR: 18 + AT: 31 + AU: 39 + BA: 13 + BB: 10 + BE: 21 + BH: 11 + BM: 12 + BO: 14 + BR: 28 + BS: 11 + CA: 65 + CH: 28 + CL: 16 + CO: 17 + CR: 15 + CZ: 12 + DE: 58 + DK: 22 + DO: 11 + DZ: 11 + EC: 16 + EE: 13 + EG: 14 + ES: 29 + FI: 24 + FR: 32 + GB: 50 + GF: 12 + GI: 12 + GR: 10 + GT: 15 + HK: 20 + HN: 14 + HR: 14 + HU: 12 + ID: 21 + IE: 24 + IL: 11 + IN: 32 + IQ: 13 + IS: 15 + IT: 31 + JM: 10 + JO: 11 + JP: 15 + KR: 16 + KW: 12 + LB: 13 + LI: 12 + LT: 13 + LV: 13 + LY: 11 + MA: 11 + MC: 11 + MD: 11 + MK: 12 + MT: 12 + MX: 30 + MY: 17 + NG: 10 + NL: 29 + 'NO': 23 + NZ: 23 + OM: 11 + PA: 12 + PE: 17 + PH: 17 + PL: 16 + PS: 13 + PT: 19 + PY: 14 + QA: 11 + RO: 8 + RS: 13 + RU: 13 + SA: 12 + SE: 27 + SG: 17 + SI: 13 + SK: 17 + SM: 12 + SV: 12 + TH: 15 + TN: 12 + TR: 15 + TW: 19 + TZ: 26 + US: 137 + UY: 15 + VE: 13 + YE: 12 + ZA: 15 + display_priority: 137 + logo_path: /mSH24WQcRDJ2fsL5iucXqqRnSRb.jpg + provider_id: 551 + provider_name: Magellan TV + - display_priorities: + FI: 31 + LT: 14 + display_priority: 14 + logo_path: /7QzLA6rsML2rKxhuagWlDl7Zxlm.jpg + provider_id: 553 + provider_name: Telia Play + - display_priorities: + AD: 13 + AL: 14 + AR: 20 + AT: 32 + AU: 40 + BA: 14 + BB: 11 + BE: 22 + BG: 6 + BH: 12 + BM: 13 + BO: 7 + BR: 29 + BS: 12 + CA: 66 + CH: 29 + CI: 10 + CL: 17 + CO: 18 + CR: 13 + CZ: 13 + DE: 59 + DK: 23 + DO: 12 + DZ: 12 + EC: 17 + EE: 14 + EG: 15 + ES: 30 + FI: 25 + FR: 33 + GB: 51 + GF: 13 + GI: 13 + GR: 11 + GT: 13 + HK: 24 + HN: 12 + HR: 15 + HU: 13 + ID: 22 + IE: 26 + IL: 12 + IN: 33 + IQ: 14 + IS: 16 + IT: 32 + JM: 11 + JO: 12 + JP: 16 + KR: 17 + KW: 13 + LB: 14 + LI: 13 + LT: 15 + LV: 14 + LY: 12 + MA: 12 + MC: 12 + MD: 12 + MK: 13 + MT: 13 + MX: 31 + MY: 18 + NE: 10 + NG: 11 + NL: 30 + 'NO': 24 + NZ: 24 + OM: 12 + PA: 13 + PE: 18 + PH: 18 + PL: 17 + PS: 14 + PT: 20 + PY: 12 + QA: 12 + RO: 9 + RS: 14 + RU: 14 + SA: 13 + SE: 28 + SG: 18 + SI: 14 + SK: 18 + SM: 13 + SV: 13 + TH: 16 + TN: 13 + TR: 16 + TW: 23 + TZ: 27 + US: 138 + UY: 16 + VE: 14 + YE: 13 + ZA: 16 + display_priority: 138 + logo_path: /6IYZ4NjwPikxN7J9cfSmuyeHeMm.jpg + provider_id: 554 + provider_name: BroadwayHD + - display_priorities: + US: 139 + display_priority: 139 + logo_path: /z4MqXgpzqxVy7GF8mlPOe8VOx82.jpg + provider_id: 555 + provider_name: The Oprah Winfrey Network + - display_priorities: + RU: 15 + display_priority: 15 + logo_path: /yyMxS08v80D96O7NtL9supa5sn7.jpg + provider_id: 557 + provider_name: More TV + - display_priorities: + ID: 36 + IN: 35 + MY: 30 + display_priority: 30 + logo_path: /e2hCUg2Z3sJ6yWF9NLU24SIKeWa.jpg + provider_id: 561 + provider_name: Lionsgate Play + - display_priorities: + NL: 32 + display_priority: 32 + logo_path: /nzjqsR28PVVp5GJAlHtbBArNKqN.jpg + provider_id: 563 + provider_name: KPN + - display_priorities: + RU: 19 + display_priority: 19 + logo_path: /r7cgAhlSLI4r80P1Si9P0jOevrr.jpg + provider_id: 570 + provider_name: Premier + - display_priorities: + BE: 27 + HR: 25 + display_priority: 25 + logo_path: /3KaY2AQFkPHlc6QgGQmRbYxnsQa.jpg + provider_id: 572 + provider_name: RTL Play + - display_priorities: + BR: 35 + display_priority: 35 + logo_path: /prbT74SL6obBAywv50qi5gnoBj5.jpg + provider_id: 573 + provider_name: KinoPop + - display_priorities: + AR: 25 + US: 145 + display_priority: 145 + logo_path: /gR8rrj71VCLjlF1LJpplo72MXf0.jpg + provider_id: 575 + provider_name: OnDemandKorea + - display_priorities: + RU: 20 + display_priority: 20 + logo_path: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg + provider_id: 577 + provider_name: TvIgle + - display_priorities: + 'NO': 30 + display_priority: 30 + logo_path: /3ZigBD8WTEPcEHAvMWiJGUsv5u4.jpg + provider_id: 578 + provider_name: Strim + - display_priorities: + BG: 12 + display_priority: 12 + logo_path: /ApcuSS6VOCV7slF4GBRARfy31bg.jpg + provider_id: 580 + provider_name: Nova Play + - display_priorities: + AD: 22 + AL: 23 + BA: 23 + BB: 18 + BH: 19 + BM: 20 + BS: 19 + CA: 72 + CI: 17 + DO: 20 + DZ: 18 + EG: 22 + GF: 20 + GI: 20 + HK: 15 + HR: 23 + IL: 21 + IQ: 23 + IS: 24 + JM: 18 + JO: 19 + KW: 20 + LB: 23 + LI: 20 + LY: 18 + MA: 18 + MC: 19 + MD: 19 + MK: 22 + MT: 22 + NE: 17 + NG: 18 + OM: 19 + PA: 21 + PS: 23 + QA: 19 + RS: 23 + SA: 22 + SI: 23 + SK: 28 + SM: 20 + SV: 21 + TN: 19 + TW: 14 + TZ: 15 + US: 148 + UY: 24 + YE: 20 + display_priority: 148 + logo_path: /c4eVkfMna2VzHzZ8N2vWXUnMrlD.jpg + provider_id: 581 + provider_name: iQIYI + - display_priorities: + AT: 52 + AU: 6 + BR: 40 + CA: 13 + CL: 42 + CO: 43 + DE: 108 + FR: 77 + GB: 80 + IT: 57 + MX: 21 + US: 24 + display_priority: 24 + logo_path: /hExO4PtimLIYn3kBOrzsejNv7cT.jpg + provider_id: 582 + provider_name: Paramount+ Amazon Channel + - display_priorities: + US: 12 + display_priority: 12 + logo_path: /efu1Cqc63XrPBoreYnf2mn0Nizj.jpg + provider_id: 583 + provider_name: Epix Amazon Channel + - display_priorities: + BR: 98 + CA: 158 + DE: 106 + GB: 63 + IN: 92 + IT: 25 + US: 25 + display_priority: 25 + logo_path: /lgudHqEtTOzkMWlpTjU1oUyoUSZ.jpg + provider_id: 584 + provider_name: Discovery+ Amazon Channel + - display_priorities: + AU: 60 + CA: 75 + FI: 47 + FR: 44 + IN: 79 + JP: 47 + PL: 33 + SE: 46 + display_priority: 46 + logo_path: /ny55kYI31jrwSYp2LmCniMCGc03.jpg + provider_id: 588 + provider_name: MGM Amazon Channel + - display_priorities: + CA: 74 + display_priority: 74 + logo_path: /4KZlGfHQEza2dBf3HVk4oWmh611.jpg + provider_id: 589 + provider_name: TELETOON+ Amazon Channel + - display_priorities: + GB: 39 + display_priority: 39 + logo_path: /aG4lXRDfHl3qgQCgpWI6KEJV0i7.jpg + provider_id: 593 + provider_name: STV Player + - display_priorities: + GB: 71 + display_priority: 71 + logo_path: /6xQrNQoTmXWhaJj4O8u2FRsXBXs.jpg + provider_id: 595 + provider_name: Eros Now Amazon Channel + - display_priorities: + GB: 25 + display_priority: 25 + logo_path: /u4OSH6NN7bdHRJJVLwozPa0jDUj.jpg + provider_id: 596 + provider_name: Arrow Video Amazon Channel + - display_priorities: + GB: 67 + display_priority: 67 + logo_path: /kt7M4N8FnyCUHSWZd2pyeJxge5b.jpg + provider_id: 598 + provider_name: ITV Amazon Channel + - display_priorities: + AT: 132 + DE: 232 + GB: 68 + display_priority: 232 + logo_path: /l4h4b2esfTb7evLRiLrMjk6rsHj.jpg + provider_id: 599 + provider_name: Pokémon Amazon Channel + - display_priorities: + GB: 69 + display_priority: 69 + logo_path: /ivRp15loTWoVy3eEHALoYEyXI8J.jpg + provider_id: 600 + provider_name: Shout! Factory Amazon Channel + - display_priorities: + GB: 72 + display_priority: 72 + logo_path: /xJ3B83btVmp4wyRGRRRgWCibTLI.jpg + provider_id: 602 + provider_name: FilmBox Live Amazon Channel + - display_priorities: + GB: 61 + IN: 93 + display_priority: 93 + logo_path: /tLbUhvK1RcA5I4JHndxf5dprkE7.jpg + provider_id: 603 + provider_name: CuriosityStream Amazon Channel + - display_priorities: + GB: 62 + IN: 94 + display_priority: 94 + logo_path: /91oRDZySWtw60ei006uQ45gmjXD.jpg + provider_id: 604 + provider_name: DocuBay Amazon Channel + - display_priorities: + CA: 77 + display_priority: 77 + logo_path: /5W6vTKE684EhdITeMUjdcTIBGdh.jpg + provider_id: 605 + provider_name: Super Channel Amazon Channel + - display_priorities: + CA: 78 + display_priority: 78 + logo_path: /djTJ7pAkIhmPaN3eTA6wTUrphNG.jpg + provider_id: 606 + provider_name: StackTV Amazon Channel + - display_priorities: + AU: 82 + CA: 79 + DE: 119 + ES: 42 + GB: 107 + display_priority: 107 + logo_path: /d0KmcInHpiF44ahOLrXCQATEFmD.jpg + provider_id: 607 + provider_name: OUTtv Amazon Channel + - display_priorities: + AU: 81 + BR: 41 + CA: 80 + ES: 75 + MX: 40 + display_priority: 40 + logo_path: /bSy9zFiZtbKBHIyOu0H2Fs5cJmx.jpg + provider_id: 608 + provider_name: Love Nature Amazon Channel + - display_priorities: + CA: 81 + display_priority: 81 + logo_path: /bEgGGEDgBczZcZRJ6x1MtTym2LV.jpg + provider_id: 609 + provider_name: Smithsonian Channel Amazon Channel + - display_priorities: + CA: 82 + display_priority: 82 + logo_path: /2WEzLLWbvMLHSNkAjYrIeDOmLJM.jpg + provider_id: 610 + provider_name: BBC Earth Amazon Channel + - display_priorities: + CA: 83 + display_priority: 83 + logo_path: /nLyqqlMpgSQanUrKCacY3NQeHQG.jpg + provider_id: 611 + provider_name: The Great Courses Signature Collection Amazon Channel + - display_priorities: + CA: 84 + display_priority: 84 + logo_path: /srLngtBaRGooYsVgkvzkGCwbZHA.jpg + provider_id: 612 + provider_name: ALLWAYSBLK Amazon Channel + - display_priorities: + AT: 58 + DE: 90 + GB: 19 + US: 151 + display_priority: 151 + logo_path: /4VOCKZGiAtXMtoDyOrvHAN33uc2.jpg + provider_id: 613 + provider_name: Freevee + - display_priorities: + IN: 40 + display_priority: 40 + logo_path: /1tCAM3WVOl0xknuwVc0v1LBWZNV.jpg + provider_id: 614 + provider_name: VI movies and tv + - display_priorities: + GB: 73 + display_priority: 73 + logo_path: /sSMxh3tIOAi3QBoSXdagDxb3OKp.jpg + provider_id: 615 + provider_name: W4free + - display_priorities: + DK: 30 + display_priority: 30 + logo_path: /dnD5cUeAPruAcYwwKKxYbMcfccq.jpg + provider_id: 620 + provider_name: DRTV + - display_priorities: + CH: 35 + display_priority: 35 + logo_path: /l5SFTF3l9l1KSgZJM7foAppUenz.jpg + provider_id: 622 + provider_name: UPC TV + - display_priorities: + HK: 29 + TW: 30 + display_priority: 30 + logo_path: /r3tmJFjecQGAfHjWOafhr1pux6b.jpg + provider_id: 623 + provider_name: WeTV + - display_priorities: + HK: 30 + TW: 31 + display_priority: 31 + logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg + provider_id: 624 + provider_name: KKTV + - display_priorities: + HK: 31 + TW: 32 + display_priority: 32 + logo_path: /j35eayHG7RC9Ll0ehtbOuek0TZL.jpg + provider_id: 625 + provider_name: LINE TV + - display_priorities: + SK: 26 + display_priority: 26 + logo_path: /z7IYTxUHSrk1VPYgsc5RDe1E3tA.jpg + provider_id: 626 + provider_name: Otta + - display_priorities: + CZ: 28 + SK: 27 + display_priority: 27 + logo_path: /iTzW2q9e1Kk10l2s934SDgPSJNm.jpg + provider_id: 627 + provider_name: Voyo + - display_priorities: + AE: 7 + EG: 24 + IQ: 9 + LB: 9 + PS: 9 + SA: 21 + TD: 1 + display_priority: 1 + logo_path: /kC6JTo59Gj6I4vJPyBAYGh0sKAE.jpg + provider_id: 629 + provider_name: OSN + - display_priorities: + AE: 8 + BH: 27 + EG: 23 + IQ: 28 + JO: 27 + KW: 28 + OM: 27 + QA: 27 + SA: 20 + display_priority: 20 + logo_path: /pDroY6RxYdVw63eAepag4b116Ub.jpg + provider_id: 630 + provider_name: STARZPLAY + - display_priorities: + HR: 24 + display_priority: 24 + logo_path: /yHqa57jOQqhBarOh9lw2noJno00.jpg + provider_id: 631 + provider_name: HRTi + - display_priorities: + US: 28 + display_priority: 28 + logo_path: /ywIoxSjoYJGUIbR6BfxUiCHdPi3.jpg + provider_id: 633 + provider_name: Paramount+ Roku Premium Channel + - display_priorities: + US: 29 + display_priority: 29 + logo_path: /9laPF1MAiUxlqM8T98F3Gj0bhzd.jpg + provider_id: 634 + provider_name: Starz Roku Premium Channel + - display_priorities: + US: 30 + display_priority: 30 + logo_path: /gAGrSQCTAisxy2CsWbijVvJEnRo.jpg + provider_id: 635 + provider_name: AMC+ Roku Premium Channel + - display_priorities: + US: 32 + display_priority: 32 + logo_path: /lD7HKUmXDvUya58DceiTA809Zbf.jpg + provider_id: 636 + provider_name: MGM Plus Roku Premium Channel + - display_priorities: + HR: 26 + display_priority: 26 + logo_path: /p6hKVngF1iWciIyxYmrl3UUitg7.jpg + provider_id: 637 + provider_name: Pickbox NOW + - display_priorities: + GB: 38 + display_priority: 38 + logo_path: /48aHN85OncgXjtl6DOVOJ6Wni4g.jpg + provider_id: 642 + provider_name: STUDIOCANAL PRESENTS Apple TV Channel + - display_priorities: + DE: 69 + display_priority: 69 + logo_path: /coWnECpOyKLWMTSlXkfT2PhLs9E.jpg + provider_id: 679 + provider_name: Cinema of Hearts Amazon Channel + - display_priorities: + DE: 71 + PL: 48 + display_priority: 48 + logo_path: /jG5tKt6JoHsYRoUq6Wg8i9QuHt2.jpg + provider_id: 680 + provider_name: Bloody Movies Amazon Channel + - display_priorities: + DE: 72 + PL: 31 + display_priority: 31 + logo_path: /3fhcb4cThixkfNpOudnpLcosTCA.jpg + provider_id: 681 + provider_name: Film Total Amazon Channel + - display_priorities: + BR: 39 + CL: 43 + CO: 44 + MX: 97 + display_priority: 97 + logo_path: /xht0G3uRLcTgjxRz3cDHuf8KKUw.jpg + provider_id: 683 + provider_name: Looke Amazon Channel + - display_priorities: + ES: 44 + display_priority: 44 + logo_path: /2GQVxfaiWA4n93I7sJDJf1b6NqS.jpg + provider_id: 684 + provider_name: FlixOlé Amazon Channel + - display_priorities: + FR: 43 + display_priority: 43 + logo_path: /4LnuoJ2E5nTWCvXnlGFaUNH324v.jpg + provider_id: 685 + provider_name: 'Cine+ OCS Amazon Channel ' + - display_priorities: + DE: 70 + display_priority: 70 + logo_path: /7Zy6GqC8lQEvfBlWC1bJcaJzPRd.jpg + provider_id: 686 + provider_name: Home of Horror Amazon Channel + - display_priorities: + AT: 124 + CH: 65 + DE: 52 + display_priority: 52 + logo_path: /tnQ5PGryncrVxE9bK6nxif82wtd.jpg + provider_id: 687 + provider_name: Arthouse CNMA Amazon Channel + - display_priorities: + MX: 41 + display_priority: 41 + logo_path: /t7I2Tx6Q7Nz96KexIPjkzUJOCbt.jpg + provider_id: 690 + provider_name: 'Pongalo Amazon Channel ' + - display_priorities: + CH: 12 + display_priority: 12 + logo_path: /c1Nj8YGitlXbvvv0taHLkBeyTaK.jpg + provider_id: 691 + provider_name: Play Suisse + - display_priorities: + AD: 21 + AE: 11 + AG: 8 + AL: 22 + AR: 29 + AT: 42 + AU: 48 + BA: 22 + BB: 21 + BE: 31 + BG: 14 + BH: 22 + BM: 23 + BO: 25 + BR: 42 + BS: 21 + CA: 88 + CH: 38 + CI: 20 + CL: 25 + CO: 26 + CR: 26 + CU: 8 + CV: 8 + CZ: 21 + DE: 74 + DK: 32 + DO: 22 + DZ: 21 + EC: 25 + EE: 21 + EG: 26 + ES: 46 + FI: 34 + FJ: 8 + FR: 47 + GB: 77 + GF: 23 + GG: 9 + GH: 7 + GI: 23 + GQ: 7 + GR: 18 + GT: 26 + HK: 34 + HN: 25 + HR: 28 + HU: 20 + ID: 30 + IE: 34 + IL: 20 + IN: 44 + IQ: 22 + IS: 27 + IT: 42 + JM: 20 + JO: 22 + JP: 23 + KE: 7 + KR: 24 + KW: 23 + LB: 22 + LC: 8 + LI: 23 + LT: 22 + LV: 21 + LY: 21 + MA: 21 + MC: 22 + MD: 21 + MK: 21 + MT: 21 + MU: 9 + MX: 42 + MY: 26 + MZ: 7 + NE: 20 + NG: 22 + NL: 42 + 'NO': 34 + NZ: 31 + OM: 22 + PA: 23 + PE: 26 + PF: 8 + PH: 25 + PK: 6 + PL: 25 + PS: 22 + PT: 29 + PY: 25 + QA: 22 + RO: 16 + RS: 22 + RU: 24 + SA: 25 + SC: 10 + SE: 36 + SG: 26 + SI: 22 + SK: 31 + SM: 23 + SN: 7 + SV: 23 + TC: 8 + TH: 24 + TN: 22 + TR: 23 + TT: 8 + TW: 34 + TZ: 9 + UG: 7 + US: 153 + UY: 26 + VA: 6 + VE: 22 + XK: 2 + YE: 23 + ZA: 23 + ZM: 7 + display_priority: 153 + logo_path: /uauVx3dGWt0GICqdMCBYJObd3Mo.jpg + provider_id: 692 + provider_name: Cultpix + - display_priorities: + AT: 41 + DE: 73 + display_priority: 73 + logo_path: /9aLd9gAK6xHtWK2tXDYq1fOqzJA.jpg + provider_id: 693 + provider_name: Turk On Video Amazon Channel + - display_priorities: + IT: 43 + display_priority: 43 + logo_path: /911zAHHLswJYihv988hbHDKa5M4.jpg + provider_id: 696 + provider_name: Serially + - display_priorities: + AE: 12 + AG: 7 + AL: 24 + AO: 3 + AR: 30 + AT: 43 + AU: 49 + AZ: 0 + BB: 22 + BE: 32 + BF: 3 + BG: 15 + BH: 23 + BM: 24 + BO: 26 + BR: 43 + BS: 22 + BY: 4 + BZ: 6 + CA: 89 + CH: 39 + CI: 22 + CL: 26 + CM: 3 + CO: 27 + CR: 27 + CU: 7 + CV: 7 + CY: 6 + CZ: 23 + DE: 75 + DK: 33 + DO: 23 + DZ: 23 + EC: 26 + EE: 22 + EG: 27 + ES: 47 + FI: 35 + FJ: 7 + FR: 49 + GB: 78 + GF: 26 + GG: 7 + GH: 9 + GI: 24 + GQ: 9 + GR: 19 + GT: 27 + GY: 2 + HK: 35 + HN: 26 + HR: 29 + HU: 21 + ID: 31 + IE: 35 + IN: 45 + IQ: 24 + IS: 28 + IT: 44 + JM: 21 + JO: 23 + JP: 24 + KE: 10 + KR: 25 + KW: 24 + LB: 24 + LC: 7 + LI: 24 + LT: 23 + LU: 7 + LV: 22 + LY: 23 + MA: 22 + MC: 23 + MD: 22 + ME: 3 + MG: 3 + MK: 23 + ML: 4 + MU: 7 + MW: 2 + MX: 43 + MY: 27 + MZ: 9 + NE: 22 + NG: 25 + NI: 7 + NL: 44 + 'NO': 35 + NZ: 32 + OM: 23 + PA: 24 + PE: 27 + PF: 7 + PG: 3 + PH: 26 + PK: 7 + PL: 26 + PS: 24 + PT: 30 + PY: 26 + QA: 23 + RO: 17 + RS: 25 + RU: 25 + SA: 26 + SC: 8 + SE: 37 + SG: 27 + SK: 32 + SM: 24 + SN: 9 + SV: 24 + TC: 7 + TD: 4 + TH: 25 + TN: 23 + TR: 23 + TT: 7 + TW: 35 + TZ: 17 + UA: 6 + UG: 9 + US: 154 + UY: 28 + VE: 23 + YE: 24 + ZA: 24 + ZM: 9 + ZW: 4 + display_priority: 154 + logo_path: /fbveJTcro9Xw2KuPIIoPPePHiwy.jpg + provider_id: 701 + provider_name: FilmBox+ + - display_priorities: + CI: 23 + DZ: 24 + EG: 28 + GH: 10 + GQ: 10 + KE: 11 + LY: 24 + MA: 23 + MU: 8 + MZ: 10 + NE: 23 + NG: 26 + SC: 9 + SN: 10 + TN: 24 + TZ: 8 + UG: 10 + ZA: 25 + ZM: 10 + display_priority: 25 + logo_path: /4bsFc5AgxDNdDeS1NIjVRviARhB.jpg + provider_id: 704 + provider_name: IROKOTV + - display_priorities: + CA: 92 + display_priority: 92 + logo_path: /29VK28jsSjFWHdXl1lxPb2SGmAk.jpg + provider_id: 705 + provider_name: Hollywood Suite Amazon Channel + - display_priorities: + AT: 44 + DE: 130 + display_priority: 130 + logo_path: /9NYihXY9biyXFJSZQq5HIGu1n8B.jpg + provider_id: 706 + provider_name: Moviedome Plus Amazon Channel + - display_priorities: + AT: 45 + DE: 131 + display_priority: 131 + logo_path: /a2wCZ9ultzAbjAaG6JMiCFJoy9s.jpg + provider_id: 707 + provider_name: Aniverse Amazon Channel + - display_priorities: + AT: 46 + DE: 132 + IT: 98 + display_priority: 98 + logo_path: /9T5H28SXBkzmnZYy2iRfI7GzwLL.jpg + provider_id: 708 + provider_name: Superfresh Amazon Channel + - display_priorities: + DE: 81 + display_priority: 81 + logo_path: /eMoqH13BYzIC1wDlhONhHfDM3DN.jpg + provider_id: 1706 + provider_name: Comedy Central Plus Amazon Channel + - display_priorities: + DE: 80 + display_priority: 80 + logo_path: /AvUM6aAqYh7JxUokb5T5ERn3KMs.jpg + provider_id: 1707 + provider_name: BluTV Amazon Channel + - display_priorities: + DE: 79 + display_priority: 79 + logo_path: /yXGqtV8HiXTsMfneACNPmZdCBld.jpg + provider_id: 1708 + provider_name: Discovery Amazon Channel + - display_priorities: + DE: 83 + display_priority: 83 + logo_path: /cYzZyot2IuGUYUXLvw6BMBT6v9p.jpg + provider_id: 1709 + provider_name: GRJNGO Amazon Channel + - display_priorities: + DE: 82 + GB: 108 + IT: 53 + display_priority: 53 + logo_path: /vd53k28L5ntW0FsarBsDGoMTCzH.jpg + provider_id: 1710 + provider_name: HistoryPlay Amazon Channel + - display_priorities: + DE: 84 + display_priority: 84 + logo_path: /g06QZd5k4bjDEcZ3J97jb3rNlfB.jpg + provider_id: 1711 + provider_name: MTV Plus Amazon Channel + - display_priorities: + DE: 86 + display_priority: 86 + logo_path: /gHBdFYhxdeLHl8jimTDwA1bFv01.jpg + provider_id: 1712 + provider_name: RTL Passion Amazon Channel + - display_priorities: + AE: 14 + AR: 55 + AU: 59 + BH: 28 + BR: 77 + CA: 134 + CI: 24 + DE: 139 + DZ: 25 + EG: 30 + ES: 87 + FI: 41 + FR: 97 + GB: 119 + GH: 11 + GQ: 11 + ID: 35 + IL: 9 + IN: 63 + IQ: 10 + IT: 90 + JO: 28 + KE: 12 + KW: 29 + LB: 10 + LY: 25 + MA: 24 + MU: 10 + MX: 70 + MZ: 11 + NE: 24 + NG: 27 + OM: 28 + PH: 31 + PL: 32 + PS: 10 + QA: 28 + RU: 29 + SA: 28 + SC: 11 + SN: 11 + TN: 25 + TR: 55 + TZ: 10 + UG: 11 + US: 215 + ZA: 26 + ZM: 11 + display_priority: 215 + logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg + provider_id: 1715 + provider_name: Shahid VIP + - display_priorities: + ES: 48 + display_priority: 48 + logo_path: /8vES2nJNwOF57muvqLByDLm6snp.jpg + provider_id: 1717 + provider_name: Acontra Plus + - display_priorities: + IT: 46 + display_priority: 46 + logo_path: /q77DpszIupURiKGDeFdSHo7TsTF.jpg + provider_id: 1726 + provider_name: Infinity Selection Amazon Channel + - display_priorities: + IT: 48 + display_priority: 48 + logo_path: /iZzlUo191ynXNpPNdcY8vvlYSf6.jpg + provider_id: 1728 + provider_name: iWonder Full Amazon channel + - display_priorities: + IT: 49 + display_priority: 49 + logo_path: /xdUXTl4ontqdKv9ZpSBZKiOTyWm.jpg + provider_id: 1729 + provider_name: Full Action Amazon Channel + - display_priorities: + FR: 53 + display_priority: 53 + logo_path: /uPhMKOrup9jtJHIci8FXo3D6y5x.jpg + provider_id: 1732 + provider_name: Universcine Amazon Channel + - display_priorities: + FR: 54 + display_priority: 54 + logo_path: /1PhTUiq01Z82nvuJlDNYtBnRRN0.jpg + provider_id: 1733 + provider_name: Action Max Amazon Channel + - display_priorities: + FR: 56 + display_priority: 56 + logo_path: /nJ43DUei5yK9wWG3g9YpYT4UfN4.jpg + provider_id: 1735 + provider_name: Insomnia Amazon Channel + - display_priorities: + FR: 58 + display_priority: 58 + logo_path: /zg1uFDzIchkwrwOW6dq7LFxB4n6.jpg + provider_id: 1737 + provider_name: INA madelen Amazon Channel + - display_priorities: + FR: 59 + display_priority: 59 + logo_path: /yXSOt0AKxG28wXhnBaogQGwF7Rq.jpg + provider_id: 1738 + provider_name: Benshi Amazon Channel + - display_priorities: + ES: 52 + display_priority: 52 + logo_path: /4s8njawy9i5sVseo5pO862bHKuM.jpg + provider_id: 1739 + provider_name: Pash Amazon Channel + - display_priorities: + ES: 53 + display_priority: 53 + logo_path: /yISpVXhf6axqiHh6lBvJ8RRrZ8v.jpg + provider_id: 1740 + provider_name: Planet Horror Amazon Channel + - display_priorities: + AT: 127 + DE: 227 + ES: 54 + NL: 96 + PT: 65 + SE: 50 + display_priority: 50 + logo_path: /tM1HabyA45cnckBEhLS7hAVga5g.jpg + provider_id: 1741 + provider_name: Dizi Amazon Channel + - display_priorities: + ES: 55 + display_priority: 55 + logo_path: /tGvAD4O9obFP3DfOrDn8NaRQ6eT.jpg + provider_id: 1742 + provider_name: Acontra Plus Amazon Channel + - display_priorities: + ES: 56 + display_priority: 56 + logo_path: /aJECXkHekrkuRZ7ABF5YR9DVDd8.jpg + provider_id: 1743 + provider_name: Historia y Actualidad Amazon Channel + - display_priorities: + GB: 83 + display_priority: 83 + logo_path: /jTtwvCgQxD8W7vljH5pH28PfYQD.jpg + provider_id: 1744 + provider_name: Icon Film Amazon Channel + - display_priorities: + GB: 86 + display_priority: 86 + logo_path: /mLif0L2p0M2AK4pbqHOBqLwB3bP.jpg + provider_id: 1747 + provider_name: Studiocanal Presents Amazon Channel + - display_priorities: + AE: 15 + BH: 24 + DZ: 26 + EG: 31 + IQ: 25 + JO: 24 + KW: 25 + LB: 25 + LY: 26 + MA: 25 + OM: 24 + PS: 25 + QA: 24 + SA: 29 + TN: 26 + YE: 25 + display_priority: 25 + logo_path: /bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg + provider_id: 1750 + provider_name: TOD + - display_priorities: + FR: 60 + display_priority: 60 + logo_path: /blrBF9R2ONYu04ifGkYEb3k779N.jpg + provider_id: 1754 + provider_name: TF1+ + - display_priorities: + AT: 47 + DE: 91 + GB: 88 + display_priority: 88 + logo_path: /6WQqJyaFd0fmLLE6WIjFQyEyAFj.jpg + provider_id: 1757 + provider_name: Sooner Amazon Channel + - display_priorities: + US: 159 + display_priority: 159 + logo_path: /biHGb84xAzYrNkdvX5XWQTmgzC8.jpg + provider_id: 1759 + provider_name: Bet+ + - display_priorities: + US: 19 + display_priority: 19 + logo_path: /kkUHFtdjasnnOknZN69TbZ2fCTh.jpg + provider_id: 1770 + provider_name: Paramount+ with Showtime + - display_priorities: + AD: 24 + AL: 26 + BA: 26 + BG: 19 + CZ: 26 + DK: 36 + ES: 9 + FI: 37 + HR: 33 + HU: 24 + MK: 25 + NL: 11 + 'NO': 7 + PL: 7 + PT: 32 + RO: 20 + RS: 27 + SE: 7 + SI: 27 + SK: 35 + XK: 3 + display_priority: 3 + logo_path: /gQbqEYd0C9uprYxEUqTM589qn8g.jpg + provider_id: 1773 + provider_name: SkyShowtime + - display_priorities: + TR: 25 + display_priority: 25 + logo_path: /sDihpCEJyBtH1pwVniZz2U3gcBz.jpg + provider_id: 1791 + provider_name: Exxen + - display_priorities: + CA: 108 + US: 174 + display_priority: 174 + logo_path: /esiLBRzDUwodjfN8gA4qj7l3ZF7.jpg + provider_id: 1794 + provider_name: Starz Amazon Channel + - display_priorities: + AU: 52 + BR: 46 + CA: 110 + DE: 102 + ES: 63 + FR: 71 + GB: 98 + IT: 63 + JP: 27 + KR: 28 + MX: 46 + US: 175 + display_priority: 175 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + - display_priorities: + DE: 104 + display_priority: 104 + logo_path: /3VYyCBiG2WTCZ2tGzTkWvoXTeqi.jpg + provider_id: 1805 + provider_name: Studiocanal Presents MOVIECULT Amazon Channel + - display_priorities: + DE: 105 + display_priority: 105 + logo_path: /tHX1KI8VdAzKWMxSgPKqKfHcxFA.jpg + provider_id: 1806 + provider_name: Studiocanal Presents ALLSTARS Amazon Channel + - display_priorities: + US: 180 + display_priority: 180 + logo_path: /QAtDmj6XHlkPvw5xAjF08ZQARh.jpg + provider_id: 1811 + provider_name: Cohen Media Amazon Channel + - display_priorities: + BR: 83 + CZ: 22 + FR: 122 + MX: 18 + US: 11 + display_priority: 11 + logo_path: /erfmV26akboHUerxGjpl8pBwww3.jpg + provider_id: 1825 + provider_name: Max Amazon Channel + - display_priorities: + US: 183 + display_priority: 183 + logo_path: /f5yNbaK23OSWV5IocAj8FZwIOQj.jpg + provider_id: 1832 + provider_name: Popflick + - display_priorities: + ES: 68 + display_priority: 68 + logo_path: /8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg + provider_id: 1838 + provider_name: Tivify + - display_priorities: + AU: 58 + CA: 117 + 'NO': 40 + US: 23 + display_priority: 23 + logo_path: /xp12VXTZfunk568CAPs2Xqknimq.jpg + provider_id: 1852 + provider_name: 'Britbox Apple TV Channel ' + - display_priorities: + AR: 49 + AT: 56 + AU: 55 + BO: 31 + BR: 55 + CA: 116 + CH: 47 + CL: 31 + CO: 32 + CR: 32 + DE: 116 + DO: 29 + EC: 31 + FR: 83 + GB: 104 + GT: 32 + HN: 31 + IE: 41 + IT: 70 + MX: 23 + NI: 10 + PA: 30 + PE: 32 + PY: 30 + SV: 30 + US: 20 + VE: 28 + display_priority: 28 + logo_path: /tJqmTmQ8jp9WfyaZfApHK8lSywA.jpg + provider_id: 1853 + provider_name: 'Paramount Plus Apple TV Channel ' + - display_priorities: + AU: 56 + CA: 118 + ES: 93 + US: 22 + display_priority: 22 + logo_path: /oTQdXIqM9iewlN4MC2nhKB0gHw.jpg + provider_id: 1854 + provider_name: 'AMC Plus Apple TV Channel ' + - display_priorities: + US: 21 + display_priority: 21 + logo_path: /1C5EVCWyQD798CE1DFfcm6oAbxP.jpg + provider_id: 1855 + provider_name: Starz Apple TV Channel + - display_priorities: + BE: 35 + display_priority: 35 + logo_path: /kwftIxtjuCAROIcdd53UEjzSmca.jpg + provider_id: 1857 + provider_name: Telenet + - display_priorities: + AR: 57 + BR: 59 + CO: 33 + FR: 102 + GB: 124 + MX: 72 + MZ: 16 + PT: 55 + US: 226 + ZA: 29 + display_priority: 226 + logo_path: /44E23wCM3WLsvAVRyk6fye76cZb.jpg + provider_id: 1860 + provider_name: Univer Video + - display_priorities: + CL: 38 + CO: 39 + MX: 62 + US: 187 + display_priority: 187 + logo_path: /6S6kGNEmB4iSq83FX2zWTz8aLMN.jpg + provider_id: 1866 + provider_name: ViX Premium Amazon Channel + - display_priorities: + AR: 44 + BO: 29 + BR: 62 + BZ: 8 + CA: 123 + CL: 29 + CO: 30 + CR: 30 + DO: 27 + EC: 29 + ES: 72 + FR: 88 + GB: 106 + GT: 30 + HN: 29 + MX: 63 + NI: 8 + PA: 28 + PE: 30 + PY: 28 + SV: 28 + US: 191 + UY: 30 + VE: 26 + display_priority: 191 + logo_path: /oJRCAz1WKkKM9Ge7mX5KFnegTNY.jpg + provider_id: 1875 + provider_name: Runtime + - display_priorities: + FR: 89 + display_priority: 89 + logo_path: /2HsZxiwKi9Ym91r6WY9ojORvq79.jpg + provider_id: 1887 + provider_name: BrutX Amazon Channel + - display_priorities: + FR: 90 + display_priority: 90 + logo_path: /9jmtFeqCWvTSYpMMUPNhk8JNJWS.jpg + provider_id: 1888 + provider_name: Animation Digital Network Amazon Channel + - display_priorities: + CL: 44 + CO: 45 + FR: 91 + MX: 96 + display_priority: 96 + logo_path: /4ABGBjAMtRrYUrr0w3QfanuiaoB.jpg + provider_id: 1889 + provider_name: Universal+ Amazon Channel + - display_priorities: + AU: 83 + ES: 76 + display_priority: 76 + logo_path: /3EFwJrJalr0YEgN1ENwrYbIar3Q.jpg + provider_id: 1890 + provider_name: Hopster Amazon Channel + - display_priorities: + DE: 120 + display_priority: 120 + logo_path: /s7ZjSKXOtjKBb7hAzBm3b0iY0SG.jpg + provider_id: 1891 + provider_name: alleskino Amazon Channel + - display_priorities: + DE: 121 + display_priority: 121 + logo_path: /5Qe65kN95Z0CytOaG3I8bytdW7A.jpg + provider_id: 1892 + provider_name: RTL Crime Amazon Channel + - display_priorities: + GB: 109 + IT: 74 + display_priority: 74 + logo_path: /bAcfYRySJoSGfNQhmItALKqHYbJ.jpg + provider_id: 1893 + provider_name: Crime+ Investigation Play Amazon Channel + - display_priorities: + IT: 76 + display_priority: 76 + logo_path: /xcXI50PQIBsRDAP6eEpv09Vz8SG.jpg + provider_id: 1895 + provider_name: Anime Generation Amazon Channel + - display_priorities: + IN: 47 + display_priority: 47 + logo_path: /oRfWFOG7XbNO1ZSICEnRzmUt7bT.jpg + provider_id: 1898 + provider_name: Amazon miniTV + - display_priorities: + AD: 27 + AG: 12 + AR: 60 + BA: 29 + BB: 25 + BE: 67 + BG: 22 + BO: 32 + BR: 7 + BS: 26 + BZ: 10 + CL: 7 + CO: 6 + CR: 4 + CZ: 35 + DK: 43 + DO: 32 + EC: 5 + ES: 17 + FI: 45 + FR: 113 + GT: 4 + GY: 4 + HK: 40 + HN: 32 + HR: 36 + HU: 29 + ID: 41 + JM: 24 + LC: 11 + MC: 27 + MD: 27 + ME: 7 + MK: 28 + MX: 5 + MY: 33 + NI: 14 + NL: 88 + 'NO': 44 + PA: 32 + PE: 7 + PH: 34 + PL: 40 + PT: 61 + PY: 31 + RO: 25 + RS: 30 + SE: 48 + SG: 32 + SI: 30 + SK: 40 + SV: 32 + TC: 11 + TH: 32 + TT: 12 + TW: 40 + US: 10 + UY: 3 + VE: 29 + display_priority: 29 + logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg + provider_id: 1899 + provider_name: Max + - display_priorities: + DE: 122 + display_priority: 122 + logo_path: /qTybjmHLNcXZExZLBnm4muVCDzP.jpg + provider_id: 1902 + provider_name: ARD Plus + - display_priorities: + TR: 11 + display_priority: 11 + logo_path: /c8ryDZroFQtuyRVPBwXq5PLpTWV.jpg + provider_id: 1904 + provider_name: TV+ + - display_priorities: + CZ: 30 + display_priority: 30 + logo_path: /vrefjVylvD4RkEjQguuXebCp9UQ.jpg + provider_id: 1928 + provider_name: Prima Plus + - display_priorities: + AT: 60 + display_priority: 60 + logo_path: /kP741xlbpymqjELaTcPiAet3SnV.jpg + provider_id: 1929 + provider_name: Filmtastic bei Canal+ + - display_priorities: + CZ: 31 + display_priority: 31 + logo_path: /489t5n9o1KhH7voGNQkrXT7vBKV.jpg + provider_id: 1939 + provider_name: Lepsi TV + - display_priorities: + SE: 44 + display_priority: 44 + logo_path: /5lKPs5yrjeKHFrXh9RIvzyJJzSd.jpg + provider_id: 1944 + provider_name: TV4 Play + - display_priorities: + US: 204 + display_priority: 204 + logo_path: /en3dbHAWzDpvDhsI0G8LphUhpBr.jpg + provider_id: 1948 + provider_name: Reveel + - display_priorities: + US: 205 + display_priority: 205 + logo_path: /wSvS4FbVGh81CnC51JqXA3xaj27.jpg + provider_id: 1953 + provider_name: Ovation TV + - display_priorities: + AT: 74 + DE: 135 + display_priority: 135 + logo_path: /kVUNXh1Rt9JnwCDotghBKEwLGdH.jpg + provider_id: 1954 + provider_name: ServusTV On + - display_priorities: + US: 207 + display_priority: 207 + logo_path: /znTpq1dy5TYxm1QLoxORzuOuwYq.jpg + provider_id: 1956 + provider_name: Angel Studios + - display_priorities: + CA: 132 + US: 208 + display_priority: 208 + logo_path: /jpEV1w3CnrpDQ1vRvGQIZF1S6vA.jpg + provider_id: 1957 + provider_name: Cineverse + - display_priorities: + AE: 31 + DE: 136 + EG: 47 + IN: 61 + IQ: 41 + JO: 42 + KW: 42 + SA: 43 + US: 209 + display_priority: 209 + logo_path: /mK8nfCXfwoAa6cAkHUSKCkLEIKK.jpg + provider_id: 1958 + provider_name: AD tv + - display_priorities: + CA: 133 + US: 210 + display_priority: 210 + logo_path: /8s4adSGz4UmVOP5uegNkoikSFLV.jpg + provider_id: 1960 + provider_name: Midnight Pulp + - display_priorities: + DK: 40 + display_priority: 40 + logo_path: /a6z85DKGuPOyTg03TlJ6ShzzFO6.jpg + provider_id: 1961 + provider_name: Allente + - display_priorities: + US: 211 + display_priority: 211 + logo_path: /mfNkTJi4a462s69AxANQQU6IA7n.jpg + provider_id: 1962 + provider_name: FYI Network + - display_priorities: + US: 212 + display_priority: 212 + logo_path: /xfKqqWYYIyvjECOFOaYtJdD7gl3.jpg + provider_id: 1963 + provider_name: Xumo Play + - display_priorities: + US: 213 + display_priority: 213 + logo_path: /nlOrX8YVYjxFkEpfvJHayNg9UAB.jpg + provider_id: 1964 + provider_name: National Geographic + - display_priorities: + FR: 98 + display_priority: 98 + logo_path: /8qSG9LtUhBQIWy2Fr6fzeW7gBdd.jpg + provider_id: 1967 + provider_name: Molotov TV + - display_priorities: + AT: 126 + AU: 85 + BE: 71 + BR: 112 + CA: 12 + CL: 46 + CO: 47 + DE: 226 + ES: 111 + FR: 120 + GB: 12 + GG: 20 + IN: 80 + IT: 110 + MX: 105 + NL: 95 + PL: 47 + SE: 13 + US: 13 + display_priority: 13 + logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg + provider_id: 1968 + provider_name: Crunchyroll Amazon Channel + - display_priorities: + US: 216 + display_priority: 216 + logo_path: /6gdKp9OwHgDLloethSPxZbtovkl.jpg + provider_id: 1971 + provider_name: DistroTV + - display_priorities: + CA: 135 + US: 217 + display_priority: 217 + logo_path: /mWAOUnJY6hnQghUZpjuDB815efG.jpg + provider_id: 1972 + provider_name: myfilmfriend + - display_priorities: + US: 219 + display_priority: 219 + logo_path: /jLD5zHgsAhSWBRTnMUOLaXrUuVI.jpg + provider_id: 1976 + provider_name: Outside Watch + - display_priorities: + US: 224 + display_priority: 224 + logo_path: /iaTUCUOMrwXYRsVH3Ttkino1VDH.jpg + provider_id: 1985 + provider_name: Citytv + - display_priorities: + NL: 80 + display_priority: 80 + logo_path: /cYyxWlMG0o1dKRvOdpMrVIFrY4F.jpg + provider_id: 1986 + provider_name: NPO Plus + - display_priorities: + AU: 62 + display_priority: 62 + logo_path: /zlOChFXWhfIqK2QCf6KPxu0nH2D.jpg + provider_id: 1988 + provider_name: Brollie + - display_priorities: + DE: 144 + display_priority: 144 + logo_path: /mmDWKHiDLmHDo2OWnduQuI1T4bh.jpg + provider_id: 1989 + provider_name: 'ZDF Select Amazon Channel ' + - display_priorities: + DE: 145 + display_priority: 145 + logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg + provider_id: 1993 + provider_name: Videoload + - display_priorities: + DE: 146 + display_priority: 146 + logo_path: /a1zZJiOid4gG27xJtkcDaSVrQdb.jpg + provider_id: 1994 + provider_name: TELE 5 + - display_priorities: + FI: 42 + display_priority: 42 + logo_path: /wRMEDOZ8iAEEHXIY2VyckvT0K8I.jpg + provider_id: 2029 + provider_name: MTV Katsomo + - display_priorities: + US: 230 + display_priority: 230 + logo_path: /vpSjs2UcViGYYHyuI8Kow9oHEtU.jpg + provider_id: 2030 + provider_name: Toon Goggles + - display_priorities: + US: 231 + display_priority: 231 + logo_path: /a0vfnBfWPAF6OtKZCzlyiW9A9l6.jpg + provider_id: 2033 + provider_name: A&E Crime Central Apple TV Channel + - display_priorities: + AU: 63 + CA: 140 + ES: 92 + GB: 129 + MX: 78 + US: 232 + display_priority: 232 + logo_path: /kx8rGgFYxX6aJkG7RHx2mtijglC.jpg + provider_id: 2034 + provider_name: Acorn TV Apple TV + - display_priorities: + DE: 148 + display_priority: 148 + logo_path: /u8kLI2iiZVJfcQp9EqbaSU9OXFh.jpg + provider_id: 2035 + provider_name: Crime+Investigation Play Apple TV Channel + - display_priorities: + US: 233 + display_priority: 233 + logo_path: /voNwdFHk9uc2ZEWKZlwSQDsfRJN.jpg + provider_id: 2036 + provider_name: ALLBLK Apple TV channel + - display_priorities: + DE: 149 + display_priority: 149 + logo_path: /9jxvmD363A04nuMw9jgyLzeDB3J.jpg + provider_id: 2037 + provider_name: ARD Plus Apple TV channel + - display_priorities: + DE: 150 + display_priority: 150 + logo_path: /as1NArQkfAnptYQP3VS03GOJPdm.jpg + provider_id: 2038 + provider_name: Arthaus+ Apple TV channel + - display_priorities: + CA: 145 + US: 245 + display_priority: 245 + logo_path: /z9YY5laFTjAb28NHvMU3ZBjVftm.jpg + provider_id: 2039 + provider_name: BBC Select Apple Tv channel + - display_priorities: + US: 246 + display_priority: 246 + logo_path: /yFk3WffvGGUtIjJBSV0pgsciaEB.jpg + provider_id: 2040 + provider_name: BET+ Apple TV channel + - display_priorities: + CA: 143 + US: 239 + display_priority: 239 + logo_path: /1SuB6tXdKaW4qDRDiqm9C1nr1mD.jpg + provider_id: 2044 + provider_name: OUTtv Apple TV Channel + - display_priorities: + US: 234 + display_priority: 234 + logo_path: /92iY4soQNVzNM02mHGjqovPdzdF.jpg + provider_id: 2045 + provider_name: UP Faith & Family Apple TV Channel + - display_priorities: + GB: 130 + US: 235 + display_priority: 235 + logo_path: /5a0E4ozONnF8rw5cI3n9uueK9WM.jpg + provider_id: 2047 + provider_name: Tastemade Apple TV Channel + - display_priorities: + CA: 141 + US: 236 + display_priority: 236 + logo_path: /1x0LxXHUibIolT5fxdSamGGMBC3.jpg + provider_id: 2048 + provider_name: Sundance Now Apple TV Channel + - display_priorities: + AU: 64 + CA: 142 + US: 237 + display_priority: 237 + logo_path: /kLfq0I2MwiUFUY9yI1GwOeKxX8f.jpg + provider_id: 2049 + provider_name: Shudder Apple TV Channel + - display_priorities: + US: 238 + display_priority: 238 + logo_path: /96HJkA4nMkcOtiqH9oF1YYtGBHK.jpg + provider_id: 2050 + provider_name: ScreenPix Apple TV Channel + - display_priorities: + CA: 144 + display_priority: 144 + logo_path: /dy9XKHyf16dSB1Lg7KIrtUwDxIX.jpg + provider_id: 2052 + provider_name: Love Nature Apple TV Channel + - display_priorities: + IN: 74 + display_priority: 74 + logo_path: /p8i1zUcZYQ7qU6RrGvGbDItvcx4.jpg + provider_id: 2053 + provider_name: Lionsgate Play Apple TV Channel + - display_priorities: + ID: 37 + display_priority: 37 + logo_path: /hwX55ugBE1qtM62egayb1CHvNEh.jpg + provider_id: 2054 + provider_name: Lifetime Play Apple TV Channel + - display_priorities: + US: 240 + display_priority: 240 + logo_path: /cpSQ9P0ntzr1gZcxHIyaryihpgH.jpg + provider_id: 2055 + provider_name: Lifetime Movie Club Apple TV Channel + - display_priorities: + CA: 146 + US: 248 + display_priority: 248 + logo_path: /tPvmybuDUn84aDps72GiMbvr2xU.jpg + provider_id: 2056 + provider_name: IFC Films Unlimited Apple TV Channel + - display_priorities: + US: 249 + display_priority: 249 + logo_path: /fsert5S2L3CWSFyaAODiWPOScmz.jpg + provider_id: 2057 + provider_name: HISTORY Vault Apple TV Channel + - display_priorities: + US: 241 + display_priority: 241 + logo_path: /ce9sTSF5WsvqEHv7kxOM1LlQha5.jpg + provider_id: 2058 + provider_name: Hallmark Movies Now Apple TV Channel + - display_priorities: + AU: 65 + IN: 75 + US: 242 + display_priority: 242 + logo_path: /cqgeSQHqKEkfcmsiy7GoCnf1Q2I.jpg + provider_id: 2059 + provider_name: Eros Now Select Apple TV Channel + - display_priorities: + GB: 131 + US: 243 + display_priority: 243 + logo_path: /z9x1xFFKjHTYlLYWtiPhAjN4jOp.jpg + provider_id: 2060 + provider_name: CuriosityStream Apple TV Channel + - display_priorities: + US: 244 + display_priority: 244 + logo_path: /zXCdY4pczONheFCU9GkrMbGI1o5.jpg + provider_id: 2061 + provider_name: Cinemax Apple TV Channel + - display_priorities: + AT: 125 + BE: 70 + DE: 225 + NL: 94 + PL: 46 + display_priority: 46 + logo_path: /2y1TzK7BFZlVV7IGmvGZGfzAAjj.jpg + provider_id: 2063 + provider_name: 'Crime+Investigation Play Amazon Channel ' + - display_priorities: + CA: 161 + US: 273 + display_priority: 273 + logo_path: /dj9jb4fiaHILc5GtF76BXzrsGZj.jpg + provider_id: 2064 + provider_name: 'ALLBLK Amazon channel ' + - display_priorities: + AT: 122 + CH: 64 + DE: 223 + display_priority: 223 + logo_path: /aiRdDAPESgu9ztDFcLtrSqFa0W2.jpg + provider_id: 2065 + provider_name: 'ARD Plus Amazon channel ' + - display_priorities: + US: 251 + display_priority: 251 + logo_path: /fr8lHD0EAYU01UIhg6u8kJrk7jQ.jpg + provider_id: 2073 + provider_name: HISTORY Vault Amazon Channel + - display_priorities: + IN: 77 + display_priority: 77 + logo_path: /yVbjPWEbsStanRAxwKMDARVOvsn.jpg + provider_id: 2074 + provider_name: Lionsgate Play Amazon Channel + - display_priorities: + ID: 38 + display_priority: 38 + logo_path: /zNYEUs0Z5t7jJqnLTtla8v6AoS4.jpg + provider_id: 2075 + provider_name: Lifetime Play Amazon Channel + - display_priorities: + DE: 152 + display_priority: 152 + logo_path: /ptSF973yIl90KwhEmNWDvN1nhan.jpg + provider_id: 2076 + provider_name: Wedo TV + - display_priorities: + DE: 160 + PE: 34 + US: 135 + display_priority: 135 + logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg + provider_id: 2077 + provider_name: Plex Channel + - display_priorities: + US: 259 + display_priority: 259 + logo_path: /2CYF8CNs5WK3sB69K0AlmwUxrzv.jpg + provider_id: 2078 + provider_name: Troma NOW + - display_priorities: + DE: 154 + display_priority: 154 + logo_path: /5JkLub6H7HsWyLHbitnuXTzXmlJ.jpg + provider_id: 2081 + provider_name: KiKA + - display_priorities: + US: 253 + display_priority: 253 + logo_path: /bKWKqZYT3wrpq1Lyi2qSmx1qlqh.jpg + provider_id: 2089 + provider_name: Lifetime Movie Club Amazon Channel + - display_priorities: + AT: 65 + CA: 152 + DE: 156 + GB: 136 + US: 258 + display_priority: 258 + logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg + provider_id: 2100 + provider_name: Amazon Prime Video with Ads + - display_priorities: + PL: 35 + display_priority: 35 + logo_path: /hMfeG5pus99eh1xrSaC2r7YG5vw.jpg + provider_id: 2101 + provider_name: Canal+ online + - display_priorities: + DE: 157 + display_priority: 157 + logo_path: /1rGIwO6vLlABDzMEUYKGGxfftTK.jpg + provider_id: 2103 + provider_name: Funk + - display_priorities: + US: 82 + display_priority: 82 + logo_path: /9YYuvhTfMuBR7keJ7DPa1GFlDrF.jpg + provider_id: 2129 + provider_name: BYUtv + - display_priorities: + AT: 67 + DE: 162 + display_priority: 162 + logo_path: /bh0e83QEvjzttsj8FJcQaYxPR43.jpg + provider_id: 2134 + provider_name: AXN Black Amazon Channel + - display_priorities: + DE: 165 + display_priority: 165 + logo_path: /inTlUMvnQrtCee5fnO4J45SuIwH.jpg + provider_id: 2137 + provider_name: Arthaus+ + - display_priorities: + AT: 71 + BE: 66 + BR: 91 + CL: 37 + CO: 38 + DE: 166 + ES: 105 + GB: 144 + IT: 106 + MX: 85 + NL: 87 + display_priority: 87 + logo_path: /efu1Cqc63XrPBoreYnf2mn0Nizj.jpg + provider_id: 2141 + provider_name: MGM Plus Amazon Channel + - display_priorities: + AR: 66 + BR: 90 + CL: 36 + CO: 37 + MX: 83 + display_priority: 83 + logo_path: /foWKiK4ikpdM72OGN2B8jjyy6OY.jpg + provider_id: 2142 + provider_name: MGM+ Apple TV Channel + - display_priorities: + AT: 69 + display_priority: 69 + logo_path: /d1d8EljUNvWVU09ShQyXHE1mO9L.jpg + provider_id: 2151 + provider_name: ORF ON + - display_priorities: + AT: 70 + display_priority: 70 + logo_path: /5fS4WiQZ7yX3fBHKelQBO9NwUcD.jpg + provider_id: 2152 + provider_name: ORF KIDS + - display_priorities: + BR: 93 + display_priority: 93 + logo_path: /rvepVasXaE7VFNNXR9pm0tGMu97.jpg + provider_id: 2157 + provider_name: Reserva Imovision Amazon Channel + - display_priorities: + BR: 95 + display_priority: 95 + logo_path: /lerdRkZ4vwe4gEZfSxpDpLF4uVl.jpg + provider_id: 2159 + provider_name: CurtaOn Amazon Channel + - display_priorities: + BR: 96 + MX: 87 + display_priority: 87 + logo_path: /rWQZ2inMaEH315tkjREtBewl1Qf.jpg + provider_id: 2160 + provider_name: Playkids Learning Amazon Channel + - display_priorities: + MX: 88 + display_priority: 88 + logo_path: /b4vLoTkxvsjOB9kG2V0jsczRl1Q.jpg + provider_id: 2161 + provider_name: Sony One Amazon Channel + - display_priorities: + MX: 89 + display_priority: 89 + logo_path: /7lF4oJgbweKKeb9PemMUAw86ji2.jpg + provider_id: 2162 + provider_name: Atresplayer Amazon Channel + - display_priorities: + MX: 90 + US: 275 + display_priority: 275 + logo_path: /iHQ9I6iKiIAHSg4sAztp9QGYSs4.jpg + provider_id: 2163 + provider_name: Vix Gratis Amazon Channel + - display_priorities: + MX: 91 + display_priority: 91 + logo_path: /7SOOyT9PP0DMdsCXESdfMqbrFKW.jpg + provider_id: 2164 + provider_name: Gaia Amazon Channel + - display_priorities: + CL: 39 + CO: 40 + MX: 92 + display_priority: 92 + logo_path: /p6vxYqm2xJpcLg3UbdHnqiVFHNa.jpg + provider_id: 2165 + provider_name: Kanal D Drama Amazon Channel + - display_priorities: + MX: 93 + display_priority: 93 + logo_path: /qvTVusThbGd1FcEKQYcwiO4RjYa.jpg + provider_id: 2166 + provider_name: Pinguinitos Amazon Channel + - display_priorities: + CL: 40 + CO: 41 + MX: 94 + display_priority: 94 + logo_path: /3Urtm9N9KL9cvhHBAKMpROdee1n.jpg + provider_id: 2167 + provider_name: Cindie Amazon Channel + - display_priorities: + AU: 74 + display_priority: 74 + logo_path: /qLT8rsghGQ92bsC0PAKtu4JAjTX.jpg + provider_id: 2168 + provider_name: DocPlay Amazon Channel + - display_priorities: + AU: 75 + IN: 96 + display_priority: 96 + logo_path: /3sOfrPDIomU45q0EN4Z9jQ3OfeG.jpg + provider_id: 2169 + provider_name: Iwonder Amazon Channel + - display_priorities: + AU: 76 + display_priority: 76 + logo_path: /cgdnToW3i10CWEoSoQC6Zq9mO9H.jpg + provider_id: 2170 + provider_name: Rialto Amazon Channel + - display_priorities: + CA: 156 + display_priority: 156 + logo_path: /aaGh2F4UhXLRvOifdjSHQMqWB0K.jpg + provider_id: 2171 + provider_name: Citytvplus Amazon Channel + - display_priorities: + AU: 77 + CA: 157 + GB: 159 + display_priority: 159 + logo_path: /e0MOb15WwgMmXPpza4eLqS0OmW6.jpg + provider_id: 2172 + provider_name: The Great Courses Amazon Channel + - display_priorities: + DE: 167 + FR: 115 + display_priority: 115 + logo_path: /h5QpXIpSnvrPFnOLRXV83CtVHQH.jpg + provider_id: 2173 + provider_name: Anime Digital Network Amazon Channel + - display_priorities: + IN: 81 + display_priority: 81 + logo_path: /8ipK9EjNHvcPM22SgqKdA8wZjal.jpg + provider_id: 2176 + provider_name: Hoichoi Amazon Channel + - display_priorities: + IN: 82 + display_priority: 82 + logo_path: /fY2J5CojsKC52LO2K8P5AQAH2UT.jpg + provider_id: 2177 + provider_name: ManoramaMAX Amazon Channel + - display_priorities: + IN: 83 + display_priority: 83 + logo_path: /sOikKxPVWnwUqa46nt8SwrQ53ui.jpg + provider_id: 2178 + provider_name: Chaupal Amazon Channel + - display_priorities: + IN: 84 + display_priority: 84 + logo_path: /vAlwpM4ey2gRvgWmg5mHrjOAIU4.jpg + provider_id: 2179 + provider_name: BBC Kids Amazon Channel + - display_priorities: + IN: 85 + display_priority: 85 + logo_path: /i7FaDWpD2xoIWB5lyF191cykfck.jpg + provider_id: 2180 + provider_name: Sony Pictures Amazon Channel + - display_priorities: + IN: 86 + display_priority: 86 + logo_path: /3LH55fdW1UrjDITGZcJlQT4wRqB.jpg + provider_id: 2181 + provider_name: Vrott Amazon Channel + - display_priorities: + IN: 87 + display_priority: 87 + logo_path: /p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg + provider_id: 2182 + provider_name: Anime Times Amazon Channel + - display_priorities: + IN: 88 + display_priority: 88 + logo_path: /yOHCtgHbtOKQF5Oezz2ZNSxV6bq.jpg + provider_id: 2183 + provider_name: MyZen TV Amazon Channel + - display_priorities: + IN: 89 + display_priority: 89 + logo_path: /saZdn4kLq6Brkc0d8g6SZYGPxIr.jpg + provider_id: 2184 + provider_name: Museum Tv Amazon Channel + - display_priorities: + IN: 97 + display_priority: 97 + logo_path: /8WPLg0mQQUdzWZw7xDaM0POmwfO.jpg + provider_id: 2185 + provider_name: NammaFlix Amazon Channel + - display_priorities: + DE: 170 + display_priority: 170 + logo_path: /745WQrNUjgJfUXxM2OJAoFkPhsw.jpg + provider_id: 2201 + provider_name: Toggo + - display_priorities: + DE: 171 + display_priority: 171 + logo_path: /jASACep2h6gPgTEfilfsn0mFteF.jpg + provider_id: 2206 + provider_name: Kixi + - display_priorities: + DE: 173 + display_priority: 173 + logo_path: /xo4zowa5gbKT4z65ZathH6H4Cdg.jpg + provider_id: 2209 + provider_name: Freenet meinVOD + - display_priorities: + DE: 174 + display_priority: 174 + logo_path: /mvI5xXSRCBkPlcq83CI21rEMuGk.jpg + provider_id: 2211 + provider_name: 3sat + - display_priorities: + PL: 44 + display_priority: 44 + logo_path: /rZG2UBzS8ysl2kloSbrm9w4Mth2.jpg + provider_id: 2214 + provider_name: CDA Premium + - display_priorities: + DE: 175 + display_priority: 175 + logo_path: /eeu878U02fXr6ef3OfeiVVUS8yv.jpg + provider_id: 2220 + provider_name: Akibapass + - display_priorities: + AT: 76 + DE: 177 + display_priority: 177 + logo_path: /a688PNhEgWvLPzxr7AgAD8pDfE9.jpg + provider_id: 2229 + provider_name: Disaster X Amazon Channel + - display_priorities: + AT: 77 + DE: 179 + display_priority: 179 + logo_path: /yRtZJF9vKrSSwwsgUS6XycBdAl0.jpg + provider_id: 2231 + provider_name: Galactic Stream Amazon Channel + - display_priorities: + AT: 78 + DE: 180 + display_priority: 180 + logo_path: /59jxqvvHok2RxWZ4gsdNs33be5r.jpg + provider_id: 2233 + provider_name: BATTLEZONE Amazon Channel + - display_priorities: + ES: 108 + display_priority: 108 + logo_path: /lDvzuBuNVgpcdzDpPmmufKvrZPb.jpg + provider_id: 2237 + provider_name: 3Cat + - display_priorities: + TR: 1 + display_priority: 1 + logo_path: /lt6XdkI9JJuQjW7FH1Tud3M6x68.jpg + provider_id: 2240 + provider_name: Gain + - display_priorities: + ES: 4 + display_priority: 4 + logo_path: /jse4MOi92Jgetym7nbXFZZBI6LK.jpg + provider_id: 2241 + provider_name: Movistar Plus+ + - display_priorities: + AU: 89 + CA: 168 + GB: 161 + US: 277 + display_priority: 277 + logo_path: /yFrZVSC4UnDpeIzX2svcRPgV5P5.jpg + provider_id: 2243 + provider_name: Apple TV Plus Amazon Channel + - display_priorities: + AT: 79 + DE: 181 + display_priority: 181 + logo_path: /kdK7YNtuILiP8eczeXV9nv6w6rd.jpg + provider_id: 2245 + provider_name: Auto Motor und Sport Amazon Channel + - display_priorities: + AT: 80 + CH: 54 + DE: 182 + display_priority: 182 + logo_path: /fA2DzD3tCoGt3LLCfH2N4K9klQi.jpg + provider_id: 2246 + provider_name: ' AXN White Amazon Channel ' + - display_priorities: + AT: 81 + DE: 183 + display_priority: 183 + logo_path: /ehDgFpzIDeWQARSAGi8gGvrNIxT.jpg + provider_id: 2247 + provider_name: 'Cirkus Amazon Channel ' + - display_priorities: + AT: 82 + DE: 184 + display_priority: 184 + logo_path: /4crDlxVeDcvFYJriUmy9RgOdPGR.jpg + provider_id: 2248 + provider_name: 'E! Entertainment Amazon Channel ' + - display_priorities: + AT: 83 + DE: 185 + display_priority: 185 + logo_path: /hj3dCuFVj4iBRQsYHRVtVGZ8ezb.jpg + provider_id: 2249 + provider_name: Fix And Foxi Amazon Channel + - display_priorities: + AT: 84 + CH: 55 + DE: 186 + display_priority: 186 + logo_path: /kuDPlNYeBXdJdBS1VhbwWEKXf8t.jpg + provider_id: 2250 + provider_name: FlimmerkisteTV Amazon Channel + - display_priorities: + AT: 86 + DE: 188 + display_priority: 188 + logo_path: /cvh6xn93xim49GzNEwxx43CHRiS.jpg + provider_id: 2252 + provider_name: Franatic Amazon Channel + - display_priorities: + AT: 87 + DE: 189 + display_priority: 189 + logo_path: /xc1sNY9m26IWTDLVch4l5RITE5n.jpg + provider_id: 2253 + provider_name: GEO Television Amazon Channel + - display_priorities: + AT: 88 + DE: 190 + display_priority: 190 + logo_path: /15d0DEceQYOTdUhbTV4h90MCwzw.jpg + provider_id: 2254 + provider_name: GEO Wild Amazon Channel + - display_priorities: + AT: 91 + DE: 193 + display_priority: 193 + logo_path: /j0EdO7R89IKdVkOE7jG4UnlJWJx.jpg + provider_id: 2257 + provider_name: Historama Amazon Channel + - display_priorities: + AT: 92 + DE: 194 + display_priority: 194 + logo_path: /4H9Cr9iKiKwJkjBqJn4TgHu3ufL.jpg + provider_id: 2258 + provider_name: Kabel Eins Classics Amazon Channel + - display_priorities: + AT: 93 + CH: 56 + DE: 195 + display_priority: 195 + logo_path: /6rUYLv7HEvx5DK1D6MQXy3MkLQc.jpg + provider_id: 2259 + provider_name: Kinderwelt Amazon Channel + - display_priorities: + AT: 94 + CH: 57 + DE: 196 + display_priority: 196 + logo_path: /2ixS9fp8UgxGifDn9aNxyeMyShc.jpg + provider_id: 2260 + provider_name: Kixi Select Amazon Channel + - display_priorities: + AT: 95 + CH: 58 + DE: 197 + LI: 30 + LU: 12 + display_priority: 30 + logo_path: /AeebTPbgU6JeJ2OkptaFjeCsmvQ.jpg + provider_id: 2261 + provider_name: Moconomy Amazon Channel + - display_priorities: + AT: 96 + CH: 59 + DE: 198 + GB: 149 + GG: 12 + LI: 31 + LU: 13 + US: 278 + display_priority: 278 + logo_path: /jNcidIqJIs75zwPGbOXa1YRXqgW.jpg + provider_id: 2262 + provider_name: Motorvision TV Amazon Channel + - display_priorities: + AT: 97 + DE: 199 + display_priority: 199 + logo_path: /ge0PnSsdq9tCFY7UVpPwVKddaER.jpg + provider_id: 2263 + provider_name: Netzkino Select Amazon Channel + - display_priorities: + AT: 99 + DE: 201 + GB: 150 + GG: 13 + display_priority: 150 + logo_path: /fNrfISilqgSKJPPrYFmVBwzQm0x.jpg + provider_id: 2264 + provider_name: Okidoki Amazon Channel + - display_priorities: + AT: 100 + DE: 202 + display_priority: 202 + logo_path: /uP1H33OCslvhtlFzYTicmHivq9O.jpg + provider_id: 2265 + provider_name: ProSieben Fun Amazon Channel + - display_priorities: + AT: 102 + CH: 61 + DE: 204 + display_priority: 204 + logo_path: /kMfIUfVymOKnLwQGBAAUl6V8Q6H.jpg + provider_id: 2267 + provider_name: Queer Cinemab Amazon Channel + - display_priorities: + AT: 103 + DE: 205 + display_priority: 205 + logo_path: /mv5q5cRD3SwijtJQ13lktAo1Zow.jpg + provider_id: 2268 + provider_name: RTL Living Amazon Channel + - display_priorities: + AT: 104 + DE: 206 + GB: 151 + GG: 14 + display_priority: 151 + logo_path: /eOHPreGr7UvOGMEpVqXWZdcJAiT.jpg + provider_id: 2269 + provider_name: Sat.1 emotions Amazon Channel + - display_priorities: + AT: 105 + DE: 207 + display_priority: 207 + logo_path: /e4XxAzUddiLEGm4Okh8mSWxgh5U.jpg + provider_id: 2270 + provider_name: Sony Amazon Channel + - display_priorities: + AT: 106 + DE: 208 + display_priority: 208 + logo_path: /f3RXdwfzEfl5tf68T4Z1e78RT5Y.jpg + provider_id: 2271 + provider_name: Spiegel Geschichte Amazon Channel + - display_priorities: + AT: 112 + DE: 214 + display_priority: 214 + logo_path: /orskeNGDTbM3Ja0XdJL6GsBsJux.jpg + provider_id: 2277 + provider_name: Terra X Amazon Channel + - display_priorities: + AT: 115 + DE: 217 + display_priority: 217 + logo_path: /oIzyclVVk4xllr5KNqr28NdXMmh.jpg + provider_id: 2280 + provider_name: Watch4+ Amazon Channel + - display_priorities: + AT: 116 + CH: 62 + DE: 218 + display_priority: 218 + logo_path: /wjIZsNyJ3BtYURWZoBzMSUQYjvg.jpg + provider_id: 2281 + provider_name: Wild West Amzon Channel + - display_priorities: + TH: 30 + display_priority: 30 + logo_path: /kwuUSaCoI9XN0ofHGVTkRm4BMYt.jpg + provider_id: 2283 + provider_name: Monomax + - display_priorities: + JP: 59 + display_priority: 59 + logo_path: /cT8C7KjGlmaLrcsXkZhQpRhqpQs.jpg + provider_id: 2284 + provider_name: Max UNext Channel + - display_priorities: + AD: 28 + AE: 40 + AG: 14 + AL: 29 + AO: 6 + AR: 70 + AT: 119 + AU: 86 + AZ: 6 + BA: 30 + BB: 27 + BE: 69 + BF: 6 + BG: 23 + BH: 53 + BM: 29 + BO: 34 + BR: 111 + BS: 28 + BY: 8 + BZ: 12 + CA: 165 + CD: 3 + CH: 63 + CI: 28 + CL: 45 + CM: 6 + CO: 46 + CR: 34 + CU: 9 + CV: 14 + CY: 10 + CZ: 36 + DE: 54 + DK: 44 + DO: 34 + DZ: 30 + EC: 33 + EE: 28 + EG: 57 + ES: 110 + FI: 46 + FJ: 13 + FR: 119 + GB: 47 + GF: 30 + GG: 19 + GH: 17 + GI: 28 + GQ: 15 + GR: 25 + GT: 34 + GY: 6 + HK: 39 + HN: 34 + HR: 37 + HU: 30 + ID: 40 + IE: 47 + IL: 28 + IN: 100 + IQ: 53 + IS: 33 + IT: 109 + JM: 27 + JO: 55 + JP: 60 + KE: 16 + KR: 58 + KW: 54 + LB: 30 + LC: 14 + LI: 33 + LT: 29 + LU: 15 + LV: 28 + LY: 30 + MA: 29 + MC: 28 + MD: 28 + ME: 8 + MG: 6 + MK: 29 + ML: 7 + MT: 27 + MU: 16 + MW: 4 + MX: 104 + MY: 32 + MZ: 18 + NE: 28 + NG: 31 + NI: 16 + NL: 93 + 'NO': 45 + NZ: 39 + OM: 54 + PA: 34 + PE: 35 + PF: 12 + PG: 6 + PH: 33 + PK: 9 + PL: 45 + PS: 29 + PT: 64 + PY: 33 + QA: 53 + RO: 26 + RS: 31 + RU: 31 + SA: 52 + SC: 15 + SE: 49 + SG: 31 + SI: 31 + SK: 41 + SM: 29 + SN: 15 + SV: 34 + TC: 13 + TD: 8 + TH: 31 + TN: 30 + TR: 67 + TT: 15 + TW: 39 + TZ: 33 + UA: 9 + UG: 17 + US: 43 + UY: 33 + VA: 8 + VE: 31 + XK: 6 + YE: 29 + ZA: 31 + ZM: 15 + ZW: 7 + display_priority: 31 + logo_path: /uCMLyl8jGIbInVyDeCeV6kpciFm.jpg + provider_id: 2285 + provider_name: JustWatchTV + - display_priorities: + FR: 121 + display_priority: 121 + logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg + provider_id: 2286 + provider_name: VIVA by videofutur + - display_priorities: + AT: 121 + DE: 222 + display_priority: 222 + logo_path: /8fE593wjaked3UDNEb0Aw9WsSNW.jpg + provider_id: 2288 + provider_name: Allstars Amazon Channel + - display_priorities: + AT: 128 + CH: 66 + DE: 228 + LI: 34 + LU: 16 + display_priority: 34 + logo_path: /4zKrTkGhbh1KjFksg3gVPsZiPt2.jpg + provider_id: 2289 + provider_name: Fernsehen mit Herz Amazon Channel + - display_priorities: + AT: 129 + DE: 229 + GB: 157 + GG: 21 + display_priority: 229 + logo_path: /wezYuFAT4j8UV9Lk3oY2gptoNJ.jpg + provider_id: 2290 + provider_name: H & C TV Amazon Channel + - display_priorities: + AT: 131 + DE: 231 + display_priority: 231 + logo_path: /1egNE9hIti4LGeVJPGHbgXuXXO9.jpg + provider_id: 2291 + provider_name: Moviecult Amazon Channel + - display_priorities: + AT: 134 + DE: 234 + GB: 158 + GG: 22 + display_priority: 234 + logo_path: /91mdl623RUIlQGr3ZlbB6uxKM9W.jpg + provider_id: 2293 + provider_name: Seven Entertainment Amazon Channel + - display_priorities: + AT: 136 + DE: 236 + display_priority: 236 + logo_path: /Qq3ZiMvLl288BvhVoBv8lFot8I.jpg + provider_id: 2295 + provider_name: Thrillbox Amazon Channel + - display_priorities: + AT: 137 + DE: 237 + display_priority: 237 + logo_path: /sElGn8Ml7yYKuAsceZYQ0nKpqHa.jpg + provider_id: 2296 + provider_name: Viaplay Amazon Channel + - display_priorities: + AT: 138 + DE: 238 + display_priority: 238 + logo_path: /r3Ure9Slzgn6hcjMQKVIgf0ORBV.jpg + provider_id: 2297 + provider_name: ZDF Krimi Amazon Channel + - display_priorities: + AT: 139 + DE: 239 + GB: 160 + GG: 23 + display_priority: 239 + logo_path: /8w42AXYRf7BiaRMsFTUCsTSuz63.jpg + provider_id: 2298 + provider_name: ZDFtivi Amazon channel + - display_priorities: + AT: 123 + DE: 224 + display_priority: 224 + logo_path: /txD7jP7uZCsfoYkkCrJ20RgW2R0.jpg + provider_id: 2299 + provider_name: Bergblick Amazon Channel + - display_priorities: + GB: 156 + display_priority: 156 + logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg + provider_id: 2300 + provider_name: ITVX Premium + - display_priorities: + AR: 71 + display_priority: 71 + logo_path: /yGXdJGI6K2fPhpUoCt22yjLkgRj.jpg + provider_id: 2302 + provider_name: Mercado Play + - display_priorities: + AU: 87 + BR: 114 + CA: 166 + FR: 123 + GB: 162 + IE: 48 + MX: 106 + display_priority: 106 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 2303 + provider_name: Paramount Plus Premium + - display_priorities: + AU: 88 + CA: 167 + GB: 163 + IE: 49 + display_priority: 49 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 2304 + provider_name: Paramount Plus Basic with Ads + - display_priorities: + FR: 124 + display_priority: 124 + logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg + provider_id: 2307 + provider_name: Premiere Max + examples: + tv providers: + value: + results: + - display_priorities: + AE: 1 + AR: 3 + AT: 4 + AU: 10 + BE: 6 + BG: 2 + BO: 4 + BR: 8 + BY: 0 + BZ: 0 + CA: 6 + CH: 4 + CL: 3 + CO: 4 + CR: 5 + CV: 11 + CY: 0 + CZ: 4 + DE: 4 + DK: 5 + EC: 6 + EE: 2 + EG: 2 + ES: 5 + FI: 8 + FR: 4 + GB: 4 + GH: 14 + GR: 2 + GT: 6 + HK: 4 + HN: 5 + HU: 3 + ID: 4 + IE: 4 + IL: 24 + IN: 3 + IT: 4 + JP: 6 + LT: 2 + LU: 0 + LV: 2 + MU: 13 + MX: 2 + MY: 4 + MZ: 14 + NI: 0 + NL: 9 + 'NO': 5 + NZ: 4 + PE: 3 + PH: 4 + PL: 2 + PT: 4 + PY: 5 + RU: 2 + SA: 1 + SE: 4 + SG: 5 + SI: 25 + SK: 4 + TH: 4 + TR: 8 + TW: 6 + UA: 2 + UG: 14 + US: 6 + VE: 4 + ZA: 2 + display_priority: 2 + logo_path: /9ghgSC0MA082EL6HLCW3GalykFD.jpg + provider_id: 2 + provider_name: Apple TV + - display_priorities: + AE: 3 + AO: 0 + AR: 4 + AT: 7 + AU: 13 + AZ: 1 + BE: 7 + BF: 0 + BO: 20 + BR: 14 + BY: 1 + BZ: 1 + CA: 8 + CH: 5 + CL: 4 + CO: 3 + CR: 21 + CY: 1 + CZ: 5 + DE: 12 + DK: 6 + EC: 9 + EE: 3 + EG: 4 + ES: 15 + FI: 9 + FR: 7 + GB: 15 + GR: 3 + GT: 21 + HK: 11 + HN: 20 + HR: 3 + HU: 4 + ID: 6 + IE: 7 + IN: 9 + IS: 4 + IT: 7 + JP: 8 + KR: 6 + LT: 3 + LU: 1 + LV: 3 + ML: 1 + MX: 14 + MY: 5 + NI: 1 + NL: 13 + 'NO': 8 + NZ: 6 + PE: 4 + PG: 0 + PH: 5 + PL: 4 + PT: 5 + PY: 20 + RU: 4 + SA: 3 + SE: 9 + SG: 6 + SK: 6 + TH: 5 + TR: 7 + TW: 3 + TZ: 18 + UA: 3 + US: 16 + VE: 3 + ZA: 3 + ZW: 1 + display_priority: 1 + logo_path: /8z7rC8uIDaTM91X0ZfkRf04ydj2.jpg + provider_id: 3 + provider_name: Google Play Movies + - display_priorities: + US: 37 + display_priority: 37 + logo_path: /19fkcOz0xeUgCVW8tO85uOYnYK9.jpg + provider_id: 7 + provider_name: Fandango At Home + - display_priorities: + AD: 0 + AE: 0 + AG: 0 + AL: 0 + AO: 4 + AR: 1 + AT: 0 + AU: 1 + AZ: 2 + BA: 0 + BB: 0 + BE: 1 + BG: 0 + BH: 0 + BM: 0 + BO: 0 + BR: 1 + BS: 0 + BY: 5 + BZ: 7 + CA: 0 + CH: 0 + CI: 0 + CL: 1 + CM: 4 + CO: 2 + CR: 0 + CU: 0 + CV: 0 + CY: 7 + CZ: 1 + DE: 0 + DK: 1 + DO: 0 + DZ: 0 + EC: 0 + EE: 0 + EG: 0 + ES: 0 + FI: 1 + FJ: 0 + FR: 0 + GB: 0 + GF: 0 + GG: 0 + GH: 0 + GI: 0 + GQ: 0 + GR: 0 + GT: 0 + HK: 1 + HN: 0 + HR: 0 + HU: 1 + ID: 0 + IE: 0 + IL: 0 + IN: 0 + IQ: 0 + IS: 0 + IT: 0 + JM: 0 + JO: 0 + JP: 0 + KE: 0 + KR: 0 + KW: 0 + LB: 0 + LC: 0 + LI: 0 + LT: 0 + LU: 8 + LV: 0 + LY: 0 + MA: 0 + MC: 0 + MD: 0 + ME: 4 + MG: 4 + MK: 0 + ML: 5 + MT: 0 + MU: 0 + MX: 8 + MY: 1 + MZ: 0 + NE: 0 + NG: 0 + NI: 11 + NL: 0 + 'NO': 1 + NZ: 1 + OM: 0 + PA: 0 + PE: 2 + PF: 0 + PH: 0 + PK: 0 + PL: 1 + PS: 0 + PT: 1 + PY: 0 + QA: 0 + RO: 1 + RS: 0 + SA: 0 + SC: 0 + SE: 1 + SG: 0 + SI: 0 + SK: 1 + SM: 0 + SN: 0 + SV: 0 + TC: 0 + TD: 5 + TH: 1 + TN: 0 + TR: 3 + TT: 0 + TW: 0 + TZ: 0 + UA: 0 + UG: 0 + US: 0 + UY: 0 + VE: 0 + YE: 0 + ZA: 0 + ZM: 0 + ZW: 5 + display_priority: 5 + logo_path: /pbpMk2JmcoNnQwx5JGpXngfoWtp.jpg + provider_id: 8 + provider_name: Netflix + - display_priorities: + AT: 1 + DE: 1 + GB: 2 + JP: 4 + US: 2 + display_priority: 2 + logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg + provider_id: 9 + provider_name: Amazon Prime Video + - display_priorities: + AT: 3 + AU: 12 + BE: 49 + BR: 13 + CA: 59 + DE: 9 + ES: 36 + FR: 40 + GB: 7 + IE: 45 + IN: 43 + IT: 38 + JP: 5 + MX: 7 + NL: 37 + PL: 30 + SE: 43 + US: 5 + display_priority: 5 + logo_path: /seGSXajazLMCKGB5hnRCidtjay1.jpg + provider_id: 10 + provider_name: Amazon Video + - display_priorities: + AD: 5 + AE: 4 + AG: 4 + AL: 5 + AO: 2 + AR: 10 + AT: 17 + AU: 23 + BA: 5 + BB: 4 + BE: 11 + BF: 2 + BG: 4 + BH: 4 + BM: 4 + BO: 22 + BR: 12 + BS: 4 + BY: 3 + BZ: 5 + CA: 38 + CD: 1 + CH: 16 + CI: 5 + CL: 10 + CM: 2 + CO: 10 + CR: 23 + CU: 4 + CV: 4 + CY: 5 + CZ: 6 + DE: 27 + DK: 9 + DO: 4 + DZ: 4 + EC: 10 + EE: 4 + EG: 6 + ES: 19 + FI: 11 + FJ: 4 + FR: 21 + GB: 14 + GF: 4 + GG: 4 + GH: 4 + GI: 4 + GQ: 4 + GR: 4 + GT: 23 + GY: 1 + HK: 18 + HN: 22 + HR: 5 + HU: 5 + ID: 9 + IE: 14 + IL: 5 + IN: 10 + IQ: 5 + IS: 6 + IT: 14 + JM: 4 + JO: 4 + JP: 9 + KE: 4 + KR: 7 + KW: 4 + LB: 5 + LC: 4 + LI: 4 + LT: 4 + LU: 6 + LV: 4 + LY: 4 + MA: 4 + MC: 4 + MD: 4 + ME: 2 + MG: 2 + MK: 5 + ML: 3 + MT: 5 + MU: 3 + MW: 1 + MX: 15 + MY: 7 + MZ: 4 + NE: 5 + NG: 5 + NI: 6 + NL: 17 + 'NO': 10 + NZ: 10 + OM: 4 + PA: 4 + PE: 10 + PF: 4 + PG: 2 + PH: 8 + PK: 4 + PL: 6 + PS: 5 + PT: 10 + PY: 22 + QA: 4 + RO: 3 + RS: 5 + RU: 5 + SA: 5 + SC: 4 + SE: 10 + SG: 8 + SI: 5 + SK: 8 + SM: 4 + SN: 4 + SV: 4 + TC: 4 + TD: 3 + TH: 7 + TN: 4 + TR: 9 + TT: 4 + TW: 17 + TZ: 4 + UA: 5 + UG: 4 + US: 66 + UY: 6 + VA: 3 + VE: 7 + YE: 4 + ZA: 6 + ZM: 4 + ZW: 3 + display_priority: 66 + logo_path: /fj9Y8iIMFUC6952HwxbGixTQPb7.jpg + provider_id: 11 + provider_name: MUBI + - display_priorities: + US: 49 + display_priority: 49 + logo_path: /iCHCSuraj6zUKmMYgQhsm8jmoqi.jpg + provider_id: 12 + provider_name: Crackle + - display_priorities: + JP: 1 + US: 7 + display_priority: 7 + logo_path: /bxBlRPEPpMVDc4jMhSrTf2339DW.jpg + provider_id: 15 + provider_name: Hulu + - display_priorities: + BR: 16 + display_priority: 16 + logo_path: /jlyafDbXLyNXNNFZbIgB9VrlScW.jpg + provider_id: 19 + provider_name: NetMovies + - display_priorities: + AT: 14 + DE: 18 + display_priority: 18 + logo_path: /cBN4jd4wPq6on0kESiTlevqvlnL.jpg + provider_id: 20 + provider_name: maxdome Store + - display_priorities: + AU: 9 + display_priority: 9 + logo_path: /sSfxJXq7s8oHf3XWd0FtqagPDsF.jpg + provider_id: 21 + provider_name: Stan + - display_priorities: + AT: 8 + DE: 8 + GB: 11 + IE: 8 + IT: 8 + display_priority: 8 + logo_path: /1UrT2H9x6DuQ9ytNhsSCUFtTUwS.jpg + provider_id: 29 + provider_name: Sky Go + - display_priorities: + DE: 5 + display_priority: 5 + logo_path: /9r5zFWuYnwjzO1JrNjSbLQwUc3P.jpg + provider_id: 30 + provider_name: WOW + - display_priorities: + US: 55 + display_priority: 55 + logo_path: /ctiRpS16dlaTXQBSsiFncMrgWmh.jpg + provider_id: 34 + provider_name: MGM Plus + - display_priorities: + AL: 8 + AT: 9 + BA: 8 + BE: 10 + CH: 9 + CY: 2 + CZ: 33 + DE: 17 + DK: 14 + ES: 6 + FI: 14 + FR: 20 + GB: 5 + GR: 24 + HU: 27 + IE: 11 + IT: 3 + LU: 2 + ME: 0 + MK: 8 + MT: 8 + NL: 15 + 'NO': 14 + PL: 37 + PT: 8 + RO: 23 + RS: 8 + SE: 15 + SI: 8 + SK: 39 + UA: 4 + display_priority: 4 + logo_path: /bZvc9dXrXNly7cA0V4D9pR8yJwm.jpg + provider_id: 35 + provider_name: Rakuten TV + - display_priorities: + GB: 13 + display_priority: 13 + logo_path: /nc8Tpsr8SqCbsTUogPDD06gGzB3.jpg + provider_id: 38 + provider_name: BBC iPlayer + - display_priorities: + GB: 45 + IE: 10 + IT: 12 + display_priority: 12 + logo_path: /g0E9h3JAeIwmdvxlT73jiEuxdNj.jpg + provider_id: 39 + provider_name: Now TV + - display_priorities: + GB: 21 + display_priority: 21 + logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg + provider_id: 41 + provider_name: ITVX + - display_priorities: + US: 39 + display_priority: 39 + logo_path: /yIKwylTLP1u8gl84Is7FItpYLGL.jpg + provider_id: 43 + provider_name: Starz + - display_priorities: + BR: 4 + display_priority: 4 + logo_path: /9HhIlyFlilVtx0sMTcPbhs5qR31.jpg + provider_id: 47 + provider_name: Looke + - display_priorities: + CI: 21 + CM: 0 + DZ: 22 + GH: 8 + GQ: 8 + KE: 8 + LY: 22 + MG: 0 + ML: 0 + MU: 6 + MZ: 8 + NE: 21 + NG: 23 + SC: 7 + SN: 8 + TD: 0 + TZ: 7 + UG: 8 + ZA: 4 + ZM: 8 + ZW: 0 + display_priority: 8 + logo_path: /guv81FtHO7GmnFwwmJA7QmfkSnZ.jpg + provider_id: 55 + provider_name: ShowMax + - display_priorities: + FR: 114 + display_priority: 114 + logo_path: /cAUTwxqoI7zc9XtYr1SMtWZEsXg.jpg + provider_id: 58 + provider_name: Canal VOD + - display_priorities: + FR: 19 + display_priority: 19 + logo_path: /s7mg9n4UHrcdJQL78JmaU6oAdHt.jpg + provider_id: 59 + provider_name: Bbox VOD + - display_priorities: + FR: 11 + display_priority: 11 + logo_path: /9Fyo6njYvroAIxAzTBbLgnjgYga.jpg + provider_id: 61 + provider_name: Orange VOD + - display_priorities: + ES: 14 + display_priority: 14 + logo_path: /oN6g8QorcoYo3mx4BulU22ghKq4.jpg + provider_id: 62 + provider_name: Atres Player + - display_priorities: + ES: 10 + PT: 27 + display_priority: 27 + logo_path: /kO2SWXvDCHAquaUuTJBuZkTBAuU.jpg + provider_id: 63 + provider_name: Filmin + - display_priorities: + MX: 12 + display_priority: 12 + logo_path: /ivrHpNeP8kIMlYNQ7IzKIigVwc1.jpg + provider_id: 66 + provider_name: Filmin Latino + - display_priorities: + AT: 12 + AU: 17 + BR: 15 + CA: 23 + CH: 6 + DE: 32 + DK: 8 + ES: 18 + FI: 10 + FR: 14 + GB: 18 + IE: 13 + IT: 23 + JP: 7 + MX: 13 + NL: 14 + 'NO': 9 + NZ: 9 + SE: 8 + US: 47 + display_priority: 47 + logo_path: /5vfrJQgNe9UnHVgVNAwZTy0Jo9o.jpg + provider_id: 68 + provider_name: Microsoft Store + - display_priorities: + NL: 6 + display_priority: 6 + logo_path: /qN7uDYanT47WI0MmbwOr5HFFot.jpg + provider_id: 72 + provider_name: Videoland + - display_priorities: + AU: 25 + CA: 21 + GB: 164 + IN: 15 + MX: 16 + US: 44 + display_priority: 44 + logo_path: /zLYr7OPvpskMA4S79E3vlCi71iC.jpg + provider_id: 73 + provider_name: Tubi TV + - display_priorities: + AT: 75 + DK: 4 + FI: 4 + GB: 97 + IS: 25 + NL: 4 + 'NO': 4 + PL: 23 + SE: 6 + display_priority: 6 + logo_path: /bnoTnLzz2MAhK3Yc6P9KXe5drIz.jpg + provider_id: 76 + provider_name: Viaplay + - display_priorities: + US: 54 + display_priority: 54 + logo_path: /6hFf3sIdmXSAczy3i6tLSmy6gwK.jpg + provider_id: 79 + provider_name: NBC + - display_priorities: + US: 50 + display_priority: 50 + logo_path: /92Kx25Od0habmgRBTqT6XWgwgKt.jpg + provider_id: 80 + provider_name: AMC + - display_priorities: + AU: 22 + display_priority: 22 + logo_path: /68wIIGfS8iE1Vk06mAftEnBiFjJ.jpg + provider_id: 82 + provider_name: tenplay + - display_priorities: + US: 35 + display_priority: 35 + logo_path: /spcwROYevucLluqZZ8Fv75UuTBt.jpg + provider_id: 83 + provider_name: The CW + - display_priorities: + JP: 3 + display_priority: 3 + logo_path: /a5T7vNaGvoeckYO6rQkHolvyYf4.jpg + provider_id: 84 + provider_name: U-NEXT + - display_priorities: + AR: 61 + AU: 27 + CA: 34 + CO: 35 + DK: 14 + GB: 54 + NL: 19 + 'NO': 14 + NZ: 14 + SE: 15 + US: 61 + display_priority: 61 + logo_path: /doCc555FPPgGtuaZJxf9QZVpIp5.jpg + provider_id: 87 + provider_name: Acorn TV + - display_priorities: + KR: 4 + display_priority: 4 + logo_path: /5gmEivxOGPdq4Afpq1f8ktLtEW1.jpg + provider_id: 97 + provider_name: Watcha + - display_priorities: + AU: 33 + CA: 36 + GB: 23 + IE: 12 + NZ: 18 + US: 60 + display_priority: 60 + logo_path: /vEtdiYRPRbDCp1Tcn3BEPF1Ni76.jpg + provider_id: 99 + provider_name: Shudder + - display_priorities: + GB: 10 + IE: 17 + display_priority: 17 + logo_path: /uMWCgjsGnO5IoQtqxXOjnQA5gt9.jpg + provider_id: 103 + provider_name: Channel 4 + - display_priorities: + IT: 15 + display_priority: 15 + logo_path: /6FDKQWcR6JfmRKLqezSsvGgRuUY.jpg + provider_id: 109 + provider_name: Timvision + - display_priorities: + IT: 16 + display_priority: 16 + logo_path: /tDlGQeD2LaDaHO62itqblktNwmM.jpg + provider_id: 110 + provider_name: Infinity+ + - display_priorities: + HK: 3 + HR: 2 + IS: 3 + SK: 3 + TW: 5 + display_priority: 5 + logo_path: /4smEkH3vlf5V3vo2vwrOQ6Chb35.jpg + provider_id: 113 + provider_name: Ivi + - display_priorities: + RU: 0 + display_priority: 0 + logo_path: /5z8dpQN27kybhn21EVLZcJPpMEo.jpg + provider_id: 115 + provider_name: Okko + - display_priorities: + RU: 1 + display_priority: 1 + logo_path: /dNaqCdDy4wsIzjZoYwvLRiOK4Tx.jpg + provider_id: 116 + provider_name: Amediateka + - display_priorities: + RU: 22 + display_priority: 22 + logo_path: /51wuCkUdkEQTUtB8TrtZzzxp3Tj.jpg + provider_id: 117 + provider_name: Kinopoisk + - display_priorities: + AD: 1 + AE: 9 + AG: 1 + AL: 1 + AO: 1 + AR: 2 + AU: 2 + BA: 1 + BB: 1 + BE: 2 + BF: 1 + BG: 1 + BH: 1 + BM: 1 + BO: 1 + BR: 2 + BS: 1 + BY: 2 + BZ: 3 + CA: 3 + CD: 0 + CH: 1 + CI: 1 + CL: 2 + CM: 1 + CO: 1 + CR: 1 + CU: 1 + CV: 1 + CY: 3 + CZ: 2 + DK: 2 + DO: 1 + DZ: 1 + EC: 1 + EE: 1 + EG: 1 + ES: 3 + FI: 2 + FJ: 1 + FR: 2 + GF: 1 + GG: 1 + GH: 1 + GI: 1 + GQ: 1 + GR: 1 + GT: 2 + GY: 0 + HK: 5 + HN: 1 + HR: 1 + HU: 2 + ID: 7 + IE: 1 + IL: 1 + IN: 1 + IQ: 1 + IS: 2 + IT: 2 + JM: 1 + JO: 1 + KE: 1 + KR: 1 + KW: 1 + LB: 1 + LC: 1 + LI: 1 + LT: 1 + LV: 1 + LY: 1 + MA: 1 + MC: 1 + MD: 1 + MG: 1 + MK: 1 + ML: 2 + MT: 1 + MW: 0 + MX: 1 + MY: 9 + MZ: 1 + NE: 1 + NG: 1 + NI: 4 + NL: 1 + 'NO': 2 + NZ: 2 + OM: 1 + PA: 1 + PE: 1 + PF: 1 + PG: 1 + PH: 1 + PK: 1 + PL: 5 + PS: 1 + PT: 2 + PY: 1 + QA: 1 + RO: 2 + RS: 1 + SA: 23 + SC: 1 + SE: 2 + SG: 1 + SI: 1 + SK: 2 + SM: 1 + SN: 1 + SV: 1 + TC: 1 + TD: 2 + TH: 3 + TN: 1 + TR: 6 + TT: 1 + TW: 1 + TZ: 1 + UG: 1 + UY: 1 + VA: 0 + VE: 2 + YE: 1 + ZA: 1 + ZM: 1 + ZW: 2 + display_priority: 2 + logo_path: /pvske1MyAoymrs5bguRfVqYiM9a.jpg + provider_id: 119 + provider_name: Amazon Prime Video + - display_priorities: + GB: 42 + ID: 2 + IN: 5 + MY: 0 + TH: 0 + display_priority: 0 + logo_path: /zdTSUEVZFXp3E0EkOMGN99QPVJp.jpg + provider_id: 122 + provider_name: Hotstar + - display_priorities: + US: 42 + display_priority: 42 + logo_path: /m4KUe3UoTnLgN4g6txYMnBqeUI5.jpg + provider_id: 123 + provider_name: FXNow + - display_priorities: + AT: 20 + CH: 15 + DE: 16 + GB: 17 + IE: 9 + display_priority: 9 + logo_path: /6AKbY2ayaEuH4zKg2prqoVQ9iaY.jpg + provider_id: 130 + provider_name: Sky Store + - display_priorities: + AU: 20 + display_priority: 20 + logo_path: /cR4okiAS0zcXb4ufs3mi4PImXPB.jpg + provider_id: 132 + provider_name: SBS On Demand + - display_priorities: + AT: 15 + CH: 8 + DE: 19 + display_priority: 19 + logo_path: /82hFfWsPYtyskBrnkL8Y36vHcVf.jpg + provider_id: 133 + provider_name: Videobuster + - display_priorities: + AU: 7 + display_priority: 7 + logo_path: /fejdSG7TwNQ5E0p6u7A6LVs280R.jpg + provider_id: 134 + provider_name: Foxtel Now + - display_priorities: + AU: 19 + display_priority: 19 + logo_path: /zR1TJmEwssf0ZThB2iByNtZi2Oo.jpg + provider_id: 135 + provider_name: ABC iview + - display_priorities: + GB: 27 + display_priority: 27 + logo_path: /kVX0ojiLKWz31VJFwzxzy95qHQT.jpg + provider_id: 137 + provider_name: UKTV Play + - display_priorities: + CA: 19 + display_priority: 19 + logo_path: /d1mUAhpJpxy0YMjwVOZ4lxAAbeT.jpg + provider_id: 140 + provider_name: Cineplex + - display_priorities: + CA: 35 + US: 63 + display_priority: 63 + logo_path: /1Edma9SrJnqkQW3BqFd2rJNHZvX.jpg + provider_id: 143 + provider_name: Sundance Now + - display_priorities: + CA: 14 + display_priority: 14 + logo_path: /7rJJlPpuGz0DV5OLjVW1HzYaFj9.jpg + provider_id: 146 + provider_name: iciTouTV + - display_priorities: + FR: 10 + display_priority: 10 + logo_path: /tmYzlEKeiWStvXwC1QdpXIASpN4.jpg + provider_id: 147 + provider_name: M6+ + - display_priorities: + US: 260 + display_priority: 260 + logo_path: /aEp5AORtajnh2rc7O33ui8pj2um.jpg + provider_id: 148 + provider_name: ABC + - display_priorities: + ES: 7 + display_priority: 7 + logo_path: /f6TRLB3H4jDpFEZ0z2KWSSvu1SB.jpg + provider_id: 149 + provider_name: 'Movistar Plus+ Ficción Total ' + - display_priorities: + CH: 3 + display_priority: 3 + logo_path: /47klot430ytIqldQUUx2avN45Sr.jpg + provider_id: 150 + provider_name: blue TV + - display_priorities: + AU: 8 + CA: 43 + DK: 34 + FI: 36 + 'NO': 36 + SE: 38 + US: 65 + ZA: 22 + display_priority: 65 + logo_path: /d2Kx5XtHcd0DBwVwIe7D3X7Sifp.jpg + provider_id: 151 + provider_name: BritBox + - display_priorities: + US: 57 + display_priority: 57 + logo_path: /xqZSzhIcq8qaAU13rMhVhzDi4T8.jpg + provider_id: 155 + provider_name: History + - display_priorities: + US: 58 + display_priority: 58 + logo_path: /pA4qJFsD4lUFxJzwOE7U4FAxK7v.jpg + provider_id: 156 + provider_name: A&E + - display_priorities: + US: 59 + display_priority: 59 + logo_path: /tWq6XvHqPjBW1BZTpf4Nziy8CDD.jpg + provider_id: 157 + provider_name: Lifetime + - display_priorities: + HK: 8 + ID: 3 + MY: 3 + PH: 6 + TH: 22 + display_priority: 22 + logo_path: /o7WsYI2r1llIf9h6JTGVX9yTHPx.jpg + provider_id: 158 + provider_name: Viu + - display_priorities: + HK: 14 + ID: 5 + SG: 4 + TW: 13 + display_priority: 13 + logo_path: /9qSVItdgkVHH3Rrl9db2yRWsgBq.jpg + provider_id: 159 + provider_name: Catchplay + - display_priorities: + ID: 1 + MY: 2 + PH: 3 + TH: 2 + display_priority: 2 + logo_path: /vCTY2WtY1oJ8EKpp0UCz4SRpE4S.jpg + provider_id: 160 + provider_name: iflix + - display_priorities: + AR: 9 + BR: 3 + CL: 9 + CO: 9 + EC: 8 + MX: 24 + PE: 9 + display_priority: 9 + logo_path: /21M5CpiOYGOhHj2sVPXqwt6yeTO.jpg + provider_id: 167 + provider_name: Claro video + - display_priorities: + AT: 16 + AU: 24 + CA: 41 + CH: 18 + DE: 29 + DK: 12 + EE: 6 + GB: 30 + ID: 10 + IE: 16 + IN: 14 + LT: 6 + LV: 6 + MY: 8 + NL: 16 + 'NO': 12 + NZ: 11 + PH: 9 + SE: 12 + SG: 9 + TH: 8 + US: 67 + ZA: 8 + display_priority: 67 + logo_path: /kwVegvKCinXTPuzZmYT1J3i1HJz.jpg + provider_id: 175 + provider_name: Netflix Kids + - display_priorities: + DE: 24 + display_priority: 24 + logo_path: /lrEigPPAhggq02q53uM8vdWAIUX.jpg + provider_id: 178 + provider_name: MagentaTV + - display_priorities: + CA: 31 + display_priority: 31 + logo_path: /dg4Kj9s7N5pZcvJDW6vt5d9j7Uf.jpg + provider_id: 182 + provider_name: Hollywood Suite + - display_priorities: + US: 62 + display_priority: 62 + logo_path: /x2w49qSgz7bU3o3rENO9Yc11OmC.jpg + provider_id: 185 + provider_name: Screambox + - display_priorities: + AT: 13 + AU: 14 + BE: 8 + CA: 39 + CH: 19 + DE: 20 + DK: 13 + ES: 21 + FI: 7 + FR: 16 + GB: 31 + HK: 28 + HU: 6 + IE: 19 + IT: 22 + MX: 10 + 'NO': 13 + NZ: 7 + PT: 6 + RU: 8 + SE: 14 + TR: 2 + TW: 27 + US: 33 + display_priority: 33 + logo_path: /rMb93u1tBeErSYLv79zSTR07UdO.jpg + provider_id: 188 + provider_name: YouTube Premium + - display_priorities: + AD: 8 + AL: 9 + AR: 11 + AT: 23 + AU: 36 + BA: 9 + BB: 6 + BE: 14 + BG: 5 + BH: 6 + BM: 6 + BO: 13 + BR: 17 + BS: 6 + CA: 53 + CH: 22 + CI: 7 + CL: 11 + CO: 11 + CR: 7 + CZ: 8 + DE: 42 + DK: 18 + DO: 6 + DZ: 6 + EC: 11 + EE: 9 + EG: 10 + ES: 22 + FI: 17 + FR: 25 + GB: 40 + GF: 6 + GI: 6 + GR: 6 + GT: 7 + HK: 13 + HN: 4 + HR: 9 + HU: 8 + ID: 16 + IE: 20 + IL: 7 + IN: 20 + IQ: 7 + IS: 9 + IT: 26 + JM: 6 + JO: 6 + JP: 11 + KR: 11 + KW: 6 + LB: 7 + LI: 6 + LT: 9 + LV: 9 + LY: 6 + MA: 6 + MC: 6 + MD: 6 + MK: 9 + MT: 9 + MX: 20 + MY: 14 + NE: 7 + NG: 7 + NL: 22 + 'NO': 19 + NZ: 20 + OM: 6 + PA: 6 + PE: 11 + PH: 12 + PL: 9 + PS: 7 + PT: 14 + PY: 6 + QA: 6 + RO: 4 + RS: 9 + RU: 9 + SA: 8 + SE: 19 + SG: 13 + SI: 9 + SK: 12 + SM: 6 + SV: 6 + TH: 12 + TN: 6 + TR: 10 + TW: 12 + TZ: 20 + US: 53 + UY: 8 + VE: 8 + YE: 6 + ZA: 11 + display_priority: 53 + logo_path: /oR1aNm1Qu9jQBkW4VrGPWhqbC3P.jpg + provider_id: 190 + provider_name: Curiosity Stream + - display_priorities: + US: 45 + display_priority: 45 + logo_path: /rcBwnERpNfPfWB5DaSTyEMCZbCA.jpg + provider_id: 191 + provider_name: Kanopy + - display_priorities: + AT: 64 + AU: 21 + CA: 37 + CH: 50 + DE: 15 + FR: 15 + GB: 22 + IN: 12 + PL: 8 + PT: 7 + US: 17 + display_priority: 17 + logo_path: /pTnn5JwWr4p3pG8H6VrpiQo7Vs0.jpg + provider_id: 192 + provider_name: YouTube + - display_priorities: + FR: 9 + display_priority: 9 + logo_path: /vo4tm5HBLpctihoSX6bTIG0VB9d.jpg + provider_id: 193 + provider_name: SFR Play + - display_priorities: + AU: 28 + CA: 28 + ES: 43 + GB: 55 + MX: 41 + US: 96 + display_priority: 96 + logo_path: /1wYmvbAuVZz2JnKvYfYN8Qolnb.jpg + provider_id: 196 + provider_name: AcornTV Amazon Channel + - display_priorities: + AU: 78 + CA: 27 + GB: 36 + US: 95 + display_priority: 95 + logo_path: /tLBLABfFYYETf9Zk8gKEWnjhMai.jpg + provider_id: 197 + provider_name: BritBox Amazon Channel + - display_priorities: + GB: 65 + US: 97 + display_priority: 97 + logo_path: /3eVIcUeRXji5SBV7gEv4f5U4CqV.jpg + provider_id: 199 + provider_name: Fandor Amazon Channel + - display_priorities: + AU: 80 + BR: 97 + CL: 41 + CO: 42 + DE: 35 + ES: 41 + FR: 45 + GB: 37 + IN: 91 + IT: 51 + MX: 95 + US: 94 + display_priority: 94 + logo_path: /a4IDLKjvP5gvq7tNlg2Xw5YyEkI.jpg + provider_id: 201 + provider_name: MUBI Amazon Channel + - display_priorities: + US: 98 + display_priority: 98 + logo_path: /vmXC3D9Kqtt9TEohDEmcaxnLYA5.jpg + provider_id: 202 + provider_name: Screambox Amazon Channel + - display_priorities: + AU: 34 + CA: 29 + GB: 70 + US: 93 + display_priority: 93 + logo_path: /qb6Lj5BhNJavdmRVDzAqAjd4Tj3.jpg + provider_id: 204 + provider_name: Shudder Amazon Channel + - display_priorities: + CA: 25 + GB: 87 + US: 99 + display_priority: 99 + logo_path: /i8PzzzOVJfXWLE1v5Up7nGTWWhp.jpg + provider_id: 205 + provider_name: Sundance Now Amazon Channel + - display_priorities: + US: 27 + display_priority: 27 + logo_path: /wQzSN83BnWVgO7xEh0SeTVqtrFv.jpg + provider_id: 207 + provider_name: The Roku Channel + - display_priorities: + US: 41 + display_priority: 41 + logo_path: /iLjStQKQwzyxXJb3jyNpvDmW9mx.jpg + provider_id: 209 + provider_name: PBS + - display_priorities: + CH: 7 + display_priority: 7 + logo_path: /ytApMa9fThUQUFTn696AeNBrB8f.jpg + provider_id: 210 + provider_name: Sky + - display_priorities: + US: 56 + display_priority: 56 + logo_path: /4cHGd32hhEHmFjDGJcjVEAwFQg0.jpg + provider_id: 211 + provider_name: Freeform + - display_priorities: + AU: 68 + CA: 10 + NZ: 38 + US: 36 + display_priority: 36 + logo_path: /j7D006Uy3UWwZ6G0xH6BMgIWTzH.jpg + provider_id: 212 + provider_name: Hoopla + - display_priorities: + DE: 26 + display_priority: 26 + logo_path: /avItehPq07h5nKCJgwNTxl6OD0y.jpg + provider_id: 219 + provider_name: ARD Mediathek + - display_priorities: + IN: 6 + display_priority: 6 + logo_path: /boMYreJ9JWNDnXiHUfoix4oYhBc.jpg + provider_id: 220 + provider_name: Jio Cinema + - display_priorities: + IT: 18 + display_priority: 18 + logo_path: /cmURKKdS72Ckr52615xvc2JPsJm.jpg + provider_id: 222 + provider_name: Rai Play + - display_priorities: + AT: 66 + AU: 4 + BE: 3 + CA: 2 + CH: 51 + CZ: 34 + DE: 21 + DK: 3 + ES: 13 + FI: 3 + FR: 13 + GB: 33 + HK: 9 + HU: 28 + IE: 3 + IT: 6 + LU: 4 + NL: 3 + 'NO': 3 + PH: 2 + PL: 38 + RO: 24 + SE: 3 + SG: 3 + display_priority: 3 + logo_path: /jxIBXlxRbCcy7Y4GvOZKszCd0dv.jpg + provider_id: 223 + provider_name: Hayu + - display_priorities: + CA: 4 + display_priority: 4 + logo_path: /ewOptMVIYcOadMGGJz8DJueH2bH.jpg + provider_id: 230 + provider_name: Crave + - display_priorities: + AD: 3 + AE: 5 + AG: 2 + AL: 3 + AU: 67 + BA: 3 + BB: 3 + BH: 3 + BM: 3 + BO: 18 + BS: 3 + CI: 3 + CR: 19 + CU: 2 + CV: 2 + DO: 3 + DZ: 3 + EG: 7 + FJ: 2 + GF: 3 + GG: 2 + GH: 2 + GI: 3 + GQ: 2 + GT: 19 + HK: 2 + HN: 18 + HR: 6 + IL: 3 + IN: 7 + IQ: 3 + IS: 7 + JM: 3 + JO: 3 + KE: 2 + KW: 3 + LB: 3 + LC: 2 + LI: 3 + LY: 3 + MA: 3 + MC: 3 + MD: 3 + MK: 3 + MT: 3 + MU: 1 + MY: 24 + MZ: 2 + NE: 3 + NG: 3 + OM: 3 + PA: 3 + PF: 2 + PK: 2 + PS: 3 + PY: 18 + QA: 3 + RS: 3 + SA: 6 + SC: 2 + SG: 24 + SI: 3 + SK: 9 + SM: 3 + SN: 2 + SV: 3 + TC: 2 + TN: 3 + TT: 2 + TW: 4 + TZ: 2 + UG: 2 + UY: 5 + VA: 1 + YE: 3 + ZM: 2 + display_priority: 2 + logo_path: /vPIW5b0ebTLj9bFCZypoBbF8wSl.jpg + provider_id: 232 + provider_name: Zee5 + - display_priorities: + AT: 68 + CH: 53 + DE: 30 + ES: 104 + FR: 12 + GB: 142 + IE: 44 + IT: 105 + PL: 39 + display_priority: 39 + logo_path: /vPZrjHe7wvALuwJEXT2kwYLi0gV.jpg + provider_id: 234 + provider_name: Arte + - display_priorities: + US: 34 + display_priority: 34 + logo_path: /4tJBhJcuF1ZstI5Yqu82G0yroLa.jpg + provider_id: 235 + provider_name: YouTube Free + - display_priorities: + FR: 107 + display_priority: 107 + logo_path: /maeiT4ORBxykOVlaW9gCsLuFPnS.jpg + provider_id: 236 + provider_name: France TV + - display_priorities: + IN: 11 + display_priority: 11 + logo_path: /3973zlBbBXdXxaWqRWzGG2GYxbT.jpg + provider_id: 237 + provider_name: Sony Liv + - display_priorities: + AU: 18 + display_priority: 18 + logo_path: /uU4gqmoX0koF8L5yJSlfaaFd9Tz.jpg + provider_id: 246 + provider_name: 7plus + - display_priorities: + US: 68 + display_priority: 68 + logo_path: /4cKdiYEPW1BsWLb9UmNzAyUlD5p.jpg + provider_id: 251 + provider_name: ALLBLK + - display_priorities: + CA: 96 + ES: 8 + US: 9 + display_priority: 9 + logo_path: /9BgaNQRMDvVlji1JBZi6tcfxpKx.jpg + provider_id: 257 + provider_name: fuboTV + - display_priorities: + US: 71 + display_priority: 71 + logo_path: /7Wo1H7YMmRy7S56sz6HJAMYRdGq.jpg + provider_id: 260 + provider_name: WWE Network + - display_priorities: + AT: 98 + BR: 45 + CH: 60 + DE: 200 + ES: 43 + FR: 47 + LI: 32 + LU: 14 + MX: 42 + display_priority: 32 + logo_path: /uXFEctwGkorVz163dVSZeZkBEQU.jpg + provider_id: 262 + provider_name: Noggin Amazon Channel + - display_priorities: + US: 121 + display_priority: 121 + logo_path: /hDoYXuGJtGwpvgPjmgx4jQFil01.jpg + provider_id: 263 + provider_name: DreamWorksTV Amazon Channel + - display_priorities: + US: 70 + display_priority: 70 + logo_path: /bSmoVepHvK0ijBAWGx3QlIeTtsu.jpg + provider_id: 264 + provider_name: MyOutdoorTV + - display_priorities: + NZ: 3 + display_priority: 3 + logo_path: /iscLKFDwQlr0BAgVDBcuRapLiwC.jpg + provider_id: 273 + provider_name: Neon TV + - display_priorities: + US: 72 + display_priority: 72 + logo_path: /7L4eXQD0yFVDKZ2qwYtxcV5gm6n.jpg + provider_id: 278 + provider_name: Pure Flix + - display_priorities: + AD: 25 + AE: 25 + AG: 10 + AL: 27 + AR: 45 + AT: 57 + AU: 57 + AZ: 4 + BA: 27 + BB: 24 + BE: 41 + BF: 4 + BG: 20 + BH: 36 + BM: 26 + BO: 30 + BR: 11 + BS: 24 + BY: 6 + BZ: 9 + CA: 124 + CD: 2 + CH: 46 + CI: 26 + CL: 30 + CO: 31 + CR: 31 + CV: 12 + CY: 8 + CZ: 27 + DE: 7 + DK: 39 + DO: 28 + DZ: 28 + EC: 30 + EE: 26 + EG: 40 + ES: 73 + FI: 40 + FJ: 10 + FR: 5 + GB: 6 + GF: 28 + GG: 10 + GH: 15 + GI: 26 + GQ: 13 + GR: 22 + GT: 31 + GY: 3 + HK: 37 + HN: 30 + HR: 34 + HU: 25 + ID: 34 + IE: 39 + IL: 26 + IN: 4 + IQ: 35 + IS: 31 + IT: 73 + JM: 23 + JO: 36 + KE: 14 + KR: 29 + KW: 36 + LB: 27 + LC: 10 + LI: 27 + LT: 27 + LU: 9 + LV: 26 + LY: 28 + MA: 27 + MC: 25 + MD: 24 + ME: 5 + MK: 26 + MT: 24 + MU: 14 + MX: 4 + MY: 29 + MZ: 15 + NE: 26 + NG: 29 + NI: 9 + NL: 67 + 'NO': 41 + NZ: 35 + OM: 36 + PA: 29 + PE: 31 + PF: 10 + PG: 4 + PH: 30 + PL: 29 + PS: 27 + PT: 39 + PY: 29 + QA: 36 + RO: 21 + RS: 28 + RU: 28 + SC: 13 + SE: 42 + SG: 29 + SI: 28 + SK: 36 + SM: 27 + SN: 13 + SV: 29 + TC: 10 + TD: 6 + TH: 28 + TN: 28 + TR: 43 + TT: 10 + TW: 37 + TZ: 31 + UA: 7 + UG: 15 + US: 8 + UY: 31 + VE: 27 + XK: 4 + YE: 27 + ZA: 28 + ZM: 13 + display_priority: 28 + logo_path: /mXeC4TrcgdU6ltE9bCBCEORwSQR.jpg + provider_id: 283 + provider_name: Crunchyroll + - display_priorities: + DE: 34 + IN: 90 + display_priority: 90 + logo_path: /jhhFTFVWjKVi2JjDYoqoI4dHsmL.jpg + provider_id: 285 + provider_name: BBC Player Amazon Channel + - display_priorities: + DE: 33 + display_priority: 33 + logo_path: /FtIkEXYkqTxKwCwLK79yKJW8i7.jpg + provider_id: 286 + provider_name: ZDF Herzkino Amazon Channel + - display_priorities: + US: 75 + display_priority: 75 + logo_path: /ohcwolMl8E743CkS8MnhmJKOlRj.jpg + provider_id: 289 + provider_name: Cinemax Amazon Channel + - display_priorities: + US: 76 + display_priority: 76 + logo_path: /614YTzAiVrSIm7bIVcwg4lIMQr7.jpg + provider_id: 290 + provider_name: Hallmark Movies Now Amazon Channel + - display_priorities: + US: 78 + display_priority: 78 + logo_path: /hTAIgvUnmu1Yv0wFVJRu9KKAPtJ.jpg + provider_id: 291 + provider_name: MZ Choice Amazon Channel + - display_priorities: + US: 73 + display_priority: 73 + logo_path: /lIXDKV7LrZfF3SR2m8EQrMVRI5C.jpg + provider_id: 293 + provider_name: PBS Kids Amazon Channel + - display_priorities: + CA: 24 + US: 77 + display_priority: 77 + logo_path: /xN1vKpcypShJrWmf1t3dyGJM7sO.jpg + provider_id: 294 + provider_name: PBS Masterpiece Amazon Channel + - display_priorities: + US: 283 + display_priority: 283 + logo_path: /6cQvPAFHDOSq3cXPwcCbh3gCpOi.jpg + provider_id: 295 + provider_name: RetroCrush Amazon Channel + - display_priorities: + AT: 130 + AU: 79 + CA: 26 + DE: 230 + ES: 40 + FR: 46 + GB: 34 + IT: 52 + display_priority: 52 + logo_path: /2eyS8KsZF9Or7z4248Ktq36Pr8v.jpg + provider_id: 296 + provider_name: Hayu Amazon Channel + - display_priorities: + NL: 5 + display_priority: 5 + logo_path: /ozUfbWZXVdymn8iC3zze0cQPeUi.jpg + provider_id: 297 + provider_name: Ziggo TV + - display_priorities: + AT: 53 + DE: 6 + display_priority: 6 + logo_path: /jmR0t1kjzHcyV7raynzMbF87J9d.jpg + provider_id: 298 + provider_name: RTL+ + - display_priorities: + AR: 27 + AT: 39 + BO: 23 + BR: 37 + CA: 120 + CH: 36 + CL: 23 + CO: 24 + CR: 24 + CZ: 19 + DE: 66 + DK: 35 + DO: 19 + EC: 23 + ES: 37 + FR: 41 + GB: 74 + GT: 24 + HN: 23 + IT: 39 + MX: 38 + NI: 3 + 'NO': 37 + PA: 20 + PE: 24 + PY: 23 + SE: 39 + SV: 20 + US: 81 + UY: 23 + VE: 20 + display_priority: 81 + logo_path: /dB8G41Q6tSL5NBisrIeqByfepBc.jpg + provider_id: 300 + provider_name: Pluto TV + - display_priorities: + AT: 72 + DE: 13 + display_priority: 13 + logo_path: /tDnDBkSLLLQgFb03J9ttQhZQxZs.jpg + provider_id: 304 + provider_name: Joyn + - display_priorities: + CA: 5 + display_priority: 5 + logo_path: /csPQMbeJWY7bjwWruZjtc27xf2l.jpg + provider_id: 305 + provider_name: Crave Starz + - display_priorities: + BR: 10 + display_priority: 10 + logo_path: /7Cg8esVVXOijXAm1f1vrS7jVjcN.jpg + provider_id: 307 + provider_name: Globoplay + - display_priorities: + CZ: 3 + display_priority: 3 + logo_path: /27yD8cEx7qC1lSzaDvFlW4avXyu.jpg + provider_id: 308 + provider_name: O2 TV + - display_priorities: + AD: 4 + AE: 6 + AG: 3 + AL: 4 + AR: 32 + AT: 50 + AU: 29 + BA: 4 + BB: 5 + BE: 34 + BG: 18 + BH: 5 + BM: 5 + BO: 28 + BR: 45 + BS: 5 + CA: 47 + CH: 44 + CI: 4 + CL: 28 + CO: 29 + CR: 29 + CU: 3 + CV: 3 + CZ: 25 + DE: 100 + DK: 38 + DO: 5 + DZ: 5 + EC: 28 + EE: 25 + EG: 11 + ES: 62 + FI: 39 + FJ: 3 + FR: 70 + GB: 96 + GF: 5 + GG: 3 + GH: 3 + GI: 5 + GQ: 3 + GR: 21 + GT: 29 + HK: 10 + HN: 28 + HR: 10 + HU: 23 + ID: 33 + IE: 37 + IL: 4 + IN: 16 + IQ: 4 + IS: 10 + IT: 62 + JM: 5 + JO: 5 + JP: 26 + KE: 3 + KR: 27 + KW: 5 + LB: 4 + LC: 3 + LI: 5 + LT: 26 + LV: 25 + LY: 5 + MA: 5 + MC: 5 + MD: 5 + MK: 4 + MT: 4 + MU: 2 + MX: 45 + MY: 12 + MZ: 3 + NE: 4 + NG: 4 + NL: 46 + 'NO': 39 + NZ: 15 + OM: 5 + PA: 5 + PE: 29 + PF: 3 + PH: 28 + PK: 3 + PL: 28 + PS: 4 + PT: 33 + PY: 27 + QA: 5 + RO: 19 + RS: 4 + RU: 27 + SA: 9 + SC: 3 + SE: 41 + SG: 12 + SI: 4 + SK: 13 + SM: 5 + SN: 3 + SV: 5 + TC: 3 + TH: 27 + TN: 5 + TR: 27 + TT: 3 + TW: 9 + TZ: 3 + UG: 3 + US: 48 + UY: 7 + VA: 2 + VE: 25 + XK: 0 + YE: 5 + ZA: 10 + ZM: 3 + display_priority: 48 + logo_path: /6KEQzITx2RrCAQt5Nw9WrL1OI8z.jpg + provider_id: 309 + provider_name: Sun Nxt + - display_priorities: + BE: 4 + display_priority: 4 + logo_path: /acANFKCTLQuvDPjJAb5SnmzJaT6.jpg + provider_id: 311 + provider_name: Be TV Go + - display_priorities: + BE: 5 + display_priority: 5 + logo_path: /gqxv8W54I95K3hNS6UT6sDRe2Az.jpg + provider_id: 312 + provider_name: VRT MAX + - display_priorities: + CA: 44 + display_priority: 44 + logo_path: /a7O0Z1uhFjgGydRrgT6ucBisP4K.jpg + provider_id: 314 + provider_name: CBC Gem + - display_priorities: + AD: 19 + AL: 20 + AR: 26 + AT: 38 + AU: 45 + BA: 20 + BB: 16 + BE: 28 + BH: 17 + BM: 18 + BO: 17 + BR: 36 + BS: 17 + CA: 71 + CH: 34 + CI: 16 + CL: 22 + CO: 23 + CR: 18 + CZ: 18 + DE: 65 + DK: 28 + DO: 17 + DZ: 16 + EC: 22 + EE: 19 + EG: 19 + ES: 35 + FI: 30 + FR: 39 + GB: 59 + GF: 18 + GI: 18 + GR: 16 + GT: 18 + HK: 17 + HN: 17 + HR: 21 + HU: 18 + ID: 28 + IE: 31 + IL: 18 + IN: 18 + IQ: 20 + IS: 22 + IT: 37 + JM: 16 + JO: 17 + JP: 21 + KR: 22 + KW: 18 + LB: 20 + LI: 18 + LT: 20 + LV: 19 + LY: 16 + MA: 16 + MC: 17 + MD: 17 + MK: 19 + MT: 19 + MX: 37 + MY: 23 + NE: 16 + NG: 17 + NL: 36 + 'NO': 31 + NZ: 29 + OM: 17 + PA: 18 + PE: 23 + PH: 23 + PL: 22 + PS: 20 + PT: 25 + PY: 17 + QA: 17 + RO: 14 + RS: 20 + RU: 21 + SA: 18 + SE: 33 + SG: 23 + SI: 20 + SK: 24 + SM: 18 + SV: 18 + TH: 21 + TN: 17 + TR: 21 + TW: 16 + TZ: 29 + US: 147 + UY: 21 + VE: 19 + YE: 18 + ZA: 21 + display_priority: 147 + logo_path: /u7dwMceEbjxd1N3TLEUBILSK2x6.jpg + provider_id: 315 + provider_name: Hoichoi + - display_priorities: + US: 100 + display_priority: 100 + logo_path: /da2dkyeFe4GCRaKxpsW4mzt2UPl.jpg + provider_id: 318 + provider_name: Adult Swim + - display_priorities: + IN: 19 + display_priority: 19 + logo_path: /i7knsL0QgDJyuts5FbfjREUqHvu.jpg + provider_id: 319 + provider_name: Alt Balaji + - display_priorities: + AT: 19 + display_priority: 19 + logo_path: /67FAj8KvIiV5iZMJuPUdMrqMftw.jpg + provider_id: 321 + provider_name: Sky X + - display_priorities: + US: 101 + display_priority: 101 + logo_path: /A95qgiMz6ulV2SxeKcJ5Gc9pqGS.jpg + provider_id: 322 + provider_name: USA Network + - display_priorities: + FI: 5 + display_priority: 5 + logo_path: /nrORhu39C2YjBhx9v8rU8oFlulj.jpg + provider_id: 323 + provider_name: Yle Areena + - display_priorities: + CA: 45 + display_priority: 45 + logo_path: /xoFyQOXR3qINRsdnCQyd7jGx8Wo.jpg + provider_id: 326 + provider_name: CTV + - display_priorities: + US: 102 + display_priority: 102 + logo_path: /fpLJgEK68o2ATtz2gEdYkevUYIF.jpg + provider_id: 328 + provider_name: Fox + - display_priorities: + CA: 32 + US: 104 + display_priority: 104 + logo_path: /yFGu4sSzwUMfhwmSsZgez8QhaVl.jpg + provider_id: 331 + provider_name: FlixFling + - display_priorities: + US: 38 + display_priority: 38 + logo_path: /6By0jm0Gr2WMOqUeHWhzRWaMdOo.jpg + provider_id: 332 + provider_name: VUDU Free + - display_priorities: + GB: 35 + display_priority: 35 + logo_path: /5qLpN8ah2FZC8NpYFwRFwxlNjRn.jpg + provider_id: 333 + provider_name: My5 + - display_priorities: + DE: 37 + display_priority: 37 + logo_path: /ni0t0Bj4HRAQ9f6zSv1Bl9MDjLK.jpg + provider_id: 334 + provider_name: Filmtastic Amazon Channel + - display_priorities: + AD: 7 + AL: 7 + AR: 0 + AT: 2 + AU: 0 + BA: 7 + BE: 0 + BG: 16 + BO: 2 + BR: 0 + BZ: 2 + CA: 1 + CH: 2 + CL: 0 + CO: 0 + CR: 2 + CZ: 0 + DE: 2 + DK: 0 + DO: 24 + EC: 2 + EE: 23 + EG: 45 + ES: 1 + FI: 0 + FR: 1 + GB: 1 + GR: 20 + GT: 1 + HK: 32 + HN: 2 + HR: 31 + HU: 0 + IE: 2 + IS: 1 + IT: 1 + JM: 26 + JP: 2 + KR: 2 + LC: 13 + LI: 25 + LT: 24 + LU: 3 + LV: 23 + ME: 1 + MK: 7 + MT: 7 + MX: 0 + NI: 2 + NL: 2 + 'NO': 0 + NZ: 0 + PA: 27 + PE: 0 + PH: 29 + PL: 0 + PT: 0 + PY: 2 + RO: 0 + RS: 7 + SE: 0 + SG: 2 + SI: 7 + SK: 0 + SM: 25 + SV: 27 + TR: 0 + TT: 14 + TW: 2 + US: 1 + UY: 27 + VE: 1 + display_priority: 27 + logo_path: /97yvRBw1GzX7fXprcF80er19ot.jpg + provider_id: 337 + provider_name: Disney Plus + - display_priorities: + FI: 6 + display_priority: 6 + logo_path: /c7SqVo4DFrbK3RwhGbxvQ9SRco2.jpg + provider_id: 338 + provider_name: Ruutu + - display_priorities: + AR: 8 + CL: 8 + CO: 8 + EC: 4 + MX: 19 + PE: 8 + display_priority: 8 + logo_path: /tRNA2CRgA4XHvd7Mx9dH3sFtDVb.jpg + provider_id: 339 + provider_name: MovistarTV + - display_priorities: + DE: 38 + TR: 4 + display_priority: 4 + logo_path: /dqRpKX6vcos334v9huMpNPKHlD8.jpg + provider_id: 341 + provider_name: blutv + - display_priorities: + TR: 5 + display_priority: 5 + logo_path: /ffvIywFtojPQnVwHVmTSZEdemdt.jpg + provider_id: 342 + provider_name: puhutv + - display_priorities: + US: 103 + display_priority: 103 + logo_path: /2AvUqoIHAq2lLxRy2IxOBUgCYef.jpg + provider_id: 343 + provider_name: Bet+ Amazon Channel + - display_priorities: + AD: 18 + AL: 19 + BA: 19 + BB: 17 + BH: 18 + BM: 19 + BS: 18 + CA: 94 + CI: 15 + DE: 40 + DO: 18 + DZ: 17 + EG: 21 + GF: 19 + GI: 19 + HK: 6 + HR: 22 + IL: 17 + IQ: 19 + IS: 23 + JM: 17 + JO: 18 + KW: 19 + LB: 19 + LI: 19 + LY: 17 + MA: 17 + MC: 18 + MD: 18 + MK: 18 + MT: 18 + NE: 15 + NG: 16 + OM: 18 + PA: 19 + PS: 19 + QA: 18 + RS: 19 + SA: 19 + SI: 19 + SK: 25 + SM: 19 + SV: 19 + TN: 18 + TW: 7 + TZ: 14 + US: 105 + UY: 22 + YE: 19 + display_priority: 105 + logo_path: /5L2bwr9DhUg28oSMEPRCNwB2y7B.jpg + provider_id: 344 + provider_name: Rakuten Viki + - display_priorities: + FR: 101 + display_priority: 101 + logo_path: /nBrPDnOWhullZrtcYM0qWpm4xNH.jpg + provider_id: 345 + provider_name: Canal+ Séries + - display_priorities: + CA: 46 + display_priority: 46 + logo_path: /cgJA1LqVK6Rv4DyCJebJ7mBl9ap.jpg + provider_id: 348 + provider_name: FXNow Canada + - display_priorities: + AE: 2 + AG: 11 + AR: 5 + AT: 5 + AU: 11 + AZ: 3 + BE: 9 + BG: 3 + BH: 49 + BM: 27 + BO: 3 + BR: 9 + BS: 25 + BY: 2 + BZ: 4 + CA: 7 + CH: 17 + CL: 5 + CO: 5 + CR: 3 + CV: 10 + CY: 4 + CZ: 7 + DE: 3 + DK: 10 + DO: 31 + EC: 7 + EE: 7 + EG: 3 + ES: 2 + FI: 12 + FJ: 11 + FR: 3 + GB: 3 + GH: 13 + GR: 5 + GT: 3 + HK: 16 + HN: 3 + HU: 7 + ID: 12 + IE: 5 + IL: 25 + IN: 2 + IT: 5 + JO: 50 + JP: 10 + KR: 5 + LB: 28 + LT: 7 + LU: 5 + LV: 7 + MD: 25 + MT: 25 + MU: 12 + MX: 3 + MY: 11 + MZ: 13 + NI: 5 + NL: 10 + 'NO': 6 + NZ: 5 + OM: 49 + PA: 25 + PE: 6 + PH: 11 + PL: 3 + PT: 11 + PY: 4 + QA: 49 + RU: 3 + SA: 2 + SE: 5 + SG: 11 + SI: 24 + SK: 5 + SV: 31 + TH: 10 + TT: 11 + TW: 15 + UA: 1 + UG: 13 + US: 3 + VE: 5 + ZA: 9 + display_priority: 9 + logo_path: /2E03IAZsX4ZaUqM7tXlctEPMGWS.jpg + provider_id: 350 + provider_name: Apple TV Plus + - display_priorities: + KR: 3 + display_priority: 3 + logo_path: /hPcjSaWfMwEqXaCMu7Fkb529Dkc.jpg + provider_id: 356 + provider_name: wavve + - display_priorities: + AU: 16 + NZ: 8 + display_priority: 8 + logo_path: /pVoZH9ZMGfrr1Ajk1UD29weO6iA.jpg + provider_id: 357 + provider_name: DocPlay + - display_priorities: + IT: 13 + display_priority: 13 + logo_path: /2hBbMVUI2G4GAGRAD0RZCZqDMUh.jpg + provider_id: 359 + provider_name: Mediaset Infinity + - display_priorities: + NL: 20 + display_priority: 20 + logo_path: /jPNvTunAw7309LeRMT6m3yZy1Lm.jpg + provider_id: 360 + provider_name: NPO Start + - display_priorities: + US: 108 + display_priority: 108 + logo_path: /76CvnJAKAPbJuiXYwQGN7PFqOci.jpg + provider_id: 363 + provider_name: TNT + - display_priorities: + US: 107 + display_priority: 107 + logo_path: /uGOba5AB0URrJd5gelWGinaVR2h.jpg + provider_id: 365 + provider_name: Bravo TV + - display_priorities: + US: 109 + display_priority: 109 + logo_path: /b5umeBN4kFf5KJ6FZiBkftA4q5q.jpg + provider_id: 366 + provider_name: Food Network + - display_priorities: + EE: 8 + LT: 8 + LV: 8 + display_priority: 8 + logo_path: /1y6ds7KDN5Q33Jb0ZxnroEJ58Gd.jpg + provider_id: 373 + provider_name: Go3 + - display_priorities: + AU: 15 + display_priority: 15 + logo_path: /xoId9luelz6lXMQkzLyJf3ssXTL.jpg + provider_id: 378 + provider_name: 9Now + - display_priorities: + AT: 59 + CH: 40 + CZ: 29 + FR: 6 + NL: 81 + SK: 37 + display_priority: 37 + logo_path: /eBXzkFEupZjKaIKY7zBUaSdCY8I.jpg + provider_id: 381 + provider_name: Canal+ + - display_priorities: + DK: 7 + display_priority: 7 + logo_path: /ddwrbKxlX8n7TasdvrauFijCmEm.jpg + provider_id: 383 + provider_name: TV 2 + - display_priorities: + BE: 68 + GF: 25 + NL: 95 + display_priority: 25 + logo_path: /b8edpTaLCHFrUnhpGQIZJUpFX7T.jpg + provider_id: 384 + provider_name: HBO Max + - display_priorities: + AU: 3 + display_priority: 3 + logo_path: /7QX5OdsQZrXGNBKq9SPzoPV9OYQ.jpg + provider_id: 385 + provider_name: BINGE + - display_priorities: + US: 14 + display_priority: 14 + logo_path: /2aGrp1xw3qhwCYvNGAJZPdjfeeX.jpg + provider_id: 386 + provider_name: Peacock Premium + - display_priorities: + US: 271 + display_priority: 271 + logo_path: /drPlq5beqXtBaP7MNs8W616YRhm.jpg + provider_id: 387 + provider_name: Peacock Premium Plus + - display_priorities: + BE: 18 + CH: 14 + DE: 153 + NL: 12 + display_priority: 12 + logo_path: /jzWBemDX69VRYhudQA44IESMxQ1.jpg + provider_id: 389 + provider_name: Sooner + - display_priorities: + AT: 22 + CH: 20 + DE: 38 + display_priority: 20 + logo_path: /jAwT86Q0H9U8RESR3zR2FVKe83D.jpg + provider_id: 392 + provider_name: wedotv + - display_priorities: + AD: 2 + AL: 2 + BA: 2 + BB: 2 + BH: 2 + BM: 2 + BS: 2 + CI: 2 + DO: 2 + DZ: 2 + EG: 5 + ES: 16 + GF: 2 + GI: 2 + HR: 4 + IL: 2 + IQ: 2 + IS: 5 + JM: 2 + JO: 2 + KW: 2 + LB: 2 + LI: 2 + LY: 2 + MA: 2 + MC: 2 + MD: 2 + MK: 2 + MT: 2 + NE: 2 + NG: 2 + OM: 2 + PA: 2 + PS: 2 + QA: 2 + RS: 2 + SA: 4 + SI: 2 + SK: 7 + SM: 2 + SV: 2 + TN: 2 + TW: 10 + TZ: 19 + UY: 4 + YE: 2 + display_priority: 2 + logo_path: /ozMgkAAoi6aDI5ce8KKA2k8TGvB.jpg + provider_id: 393 + provider_name: FlixOlé + - display_priorities: + NZ: 12 + display_priority: 12 + logo_path: /wbqJss5NNebssp5RBkAdxIHecv2.jpg + provider_id: 395 + provider_name: TVNZ + - display_priorities: + US: 110 + display_priority: 110 + logo_path: /jfXLhMzHHmBYrtE9ZaW7as2RA98.jpg + provider_id: 397 + provider_name: BBC America + - display_priorities: + US: 116 + display_priority: 116 + logo_path: /uW87WpK4Zfz4zCf224vvFhn3ZJc.jpg + provider_id: 399 + provider_name: Animal Planet + - display_priorities: + US: 117 + display_priority: 117 + logo_path: /w8uX5FHY01CmODT0QvGv5CBGbPS.jpg + provider_id: 403 + provider_name: Discovery + - display_priorities: + US: 113 + display_priority: 113 + logo_path: /5Vp8QzvrVsWDIBWgoTm0cNdeSgc.jpg + provider_id: 406 + provider_name: HGTV + - display_priorities: + US: 114 + display_priority: 114 + logo_path: /1oxTHsIcxJwVcubHLnHwl0g60EI.jpg + provider_id: 408 + provider_name: Investigation Discovery + - display_priorities: + US: 115 + display_priority: 115 + logo_path: /28cQ8Ux0pauEHyeZ7J9MTNF4RBP.jpg + provider_id: 411 + provider_name: Science Channel + - display_priorities: + US: 112 + display_priority: 112 + logo_path: /veArLGnRXZEGkjpkJrhfMeasODk.jpg + provider_id: 412 + provider_name: TLC + - display_priorities: + US: 118 + display_priority: 118 + logo_path: /8NwVgZlX4Nh3WCebkaKtbSmdDn1.jpg + provider_id: 413 + provider_name: Travel Channel + - display_priorities: + DE: 158 + FR: 24 + display_priority: 158 + logo_path: /w86FOwg0bbgUSHWWnjOTuEjsUvq.jpg + provider_id: 415 + provider_name: Animation Digital Network + - display_priorities: + US: 119 + display_priority: 119 + logo_path: /kiNWL1wGBg3z2FBXJcd8R8MaZrV.jpg + provider_id: 417 + provider_name: Here TV + - display_priorities: + AT: 73 + DE: 41 + display_priority: 41 + logo_path: /5aHLriu21FRDGlxY5zbzyEuoSvA.jpg + provider_id: 421 + provider_name: Joyn Plus + - display_priorities: + US: 120 + display_priority: 120 + logo_path: /zH8mZ7YV2WHuVuLyOjtnIjar3Zn.jpg + provider_id: 422 + provider_name: VH1 + - display_priorities: + DK: 16 + FI: 15 + 'NO': 16 + SE: 16 + display_priority: 16 + logo_path: /auWzottqpExOHUlJwDZ4DvdHGoL.jpg + provider_id: 423 + provider_name: Blockbuster + - display_priorities: + DK: 17 + FI: 16 + 'NO': 17 + SE: 17 + display_priority: 17 + logo_path: /sNmIwrniZZORvNJOmEuWGhwBJNf.jpg + provider_id: 426 + provider_name: SF Anytime + - display_priorities: + CA: 48 + US: 91 + display_priority: 91 + logo_path: /tnxLjN2lLYpkTIX8NPSId6bgqh8.jpg + provider_id: 427 + provider_name: Mhz Choice + - display_priorities: + CA: 85 + US: 83 + display_priority: 83 + logo_path: /iCV9oPBeoLDC5okFRZEgQkx7je0.jpg + provider_id: 430 + provider_name: HiDive + - display_priorities: + 'NO': 18 + display_priority: 18 + logo_path: /tpfmd22xEapb1aW2gzjSM5104rx.jpg + provider_id: 431 + provider_name: TV 2 Play + - display_priorities: + AU: 30 + display_priority: 30 + logo_path: /hP3ymMLPyvxUCA1ODfIHJ4pu3c2.jpg + provider_id: 434 + provider_name: OzFlix + - display_priorities: + AU: 31 + HK: 0 + display_priority: 0 + logo_path: /9B7l9ZSos54kFrZbliVExt2z9C9.jpg + provider_id: 436 + provider_name: Fetch TV + - display_priorities: + IN: 17 + display_priority: 17 + logo_path: /pMTVKAUyjMb0xdMnHqfNj73MGH6.jpg + provider_id: 437 + provider_name: Hungama Play + - display_priorities: + US: 90 + display_priority: 90 + logo_path: /qesugDq8sUCixmOOsqDM1xAnBYz.jpg + provider_id: 438 + provider_name: Chai Flicks + - display_priorities: + US: 88 + display_priority: 88 + logo_path: /y9jFndski0fRO4MHh3yg5PIL9ZI.jpg + provider_id: 439 + provider_name: Shout! Factory TV + - display_priorities: + NZ: 19 + display_priority: 19 + logo_path: /vcsLhyNRm528LzfVqQJDddusP27.jpg + provider_id: 440 + provider_name: ThreeNow + - display_priorities: + CA: 51 + display_priority: 51 + logo_path: /zwTo48JWc9FNCgJ1ADPAfkhYUuA.jpg + provider_id: 441 + provider_name: NFB + - display_priorities: + 'NO': 15 + display_priority: 15 + logo_path: /teyfWuW8nS8wsk6rVXIbynrxIX6.jpg + provider_id: 442 + provider_name: NRK TV + - display_priorities: + DK: 15 + display_priority: 15 + logo_path: /eRRc8n7fzQewjh15d2fao45Xxvi.jpg + provider_id: 443 + provider_name: Filmstriben + - display_priorities: + AD: 15 + AL: 16 + AR: 22 + AT: 34 + AU: 42 + BA: 16 + BB: 12 + BE: 24 + BG: 8 + BH: 13 + BM: 14 + BO: 9 + BR: 32 + BS: 13 + CA: 68 + CH: 31 + CI: 12 + CL: 19 + CO: 20 + CR: 11 + CZ: 15 + DE: 62 + DK: 25 + DO: 13 + DZ: 13 + EC: 19 + EE: 16 + ES: 32 + FI: 27 + FR: 35 + GB: 56 + GF: 14 + GI: 14 + GR: 13 + GT: 11 + HK: 21 + HN: 10 + HR: 16 + HU: 15 + ID: 24 + IE: 28 + IL: 14 + IN: 37 + IQ: 16 + IS: 17 + IT: 34 + JM: 12 + JO: 13 + JP: 18 + KR: 19 + KW: 14 + LB: 16 + LI: 14 + LT: 17 + LV: 16 + LY: 13 + MA: 13 + MC: 13 + MD: 13 + MK: 15 + MT: 15 + MX: 33 + MY: 20 + NE: 12 + NG: 13 + NL: 33 + 'NO': 27 + NZ: 26 + OM: 13 + PA: 14 + PE: 20 + PH: 20 + PL: 19 + PS: 16 + PT: 22 + PY: 10 + QA: 13 + RO: 11 + RS: 16 + RU: 16 + SE: 30 + SG: 20 + SI: 16 + SK: 19 + SM: 14 + SV: 14 + TH: 18 + TN: 14 + TR: 18 + TW: 20 + TZ: 21 + US: 87 + UY: 17 + VE: 16 + YE: 14 + ZA: 18 + display_priority: 87 + logo_path: /x6nRFzF32hCzMHaVM4RHRo7lsgS.jpg + provider_id: 444 + provider_name: Dekkoo + - display_priorities: + CA: 52 + US: 86 + display_priority: 86 + logo_path: /5zUnCq0pvixEtQafzOBBWqxNRvX.jpg + provider_id: 446 + provider_name: Retrocrush + - display_priorities: + BR: 18 + display_priority: 18 + logo_path: /gBYz3cTgDPRoRFOCS4gG9BNPJdX.jpg + provider_id: 447 + provider_name: Belas Artes à La Carte + - display_priorities: + CA: 49 + display_priority: 49 + logo_path: /o2qiZykonJuLglxwBbtUbHu4wIO.jpg + provider_id: 449 + provider_name: Global TV + - display_priorities: + PT: 15 + display_priority: 15 + logo_path: /9HQD7iNLyJQYhEq3Z9blyn7P4Vk.jpg + provider_id: 452 + provider_name: RTPplay + - display_priorities: + ES: 23 + display_priority: 23 + logo_path: /273VHxSrDdEwLTXJrsnE6yJMqNZ.jpg + provider_id: 456 + provider_name: 'Mitele ' + - display_priorities: + AR: 12 + BO: 21 + CL: 32 + CO: 12 + CR: 22 + DO: 30 + EC: 12 + GT: 22 + HN: 21 + MX: 22 + NI: 12 + PA: 10 + PE: 12 + PY: 21 + SV: 10 + US: 84 + UY: 13 + VE: 9 + display_priority: 84 + logo_path: /jwRPknT20dfU1GeVqbcDXFyvtdG.jpg + provider_id: 457 + provider_name: 'VIX ' + - display_priorities: + US: 92 + display_priority: 92 + logo_path: /zU75skIWNQ06SeFkmbFoaqhg069.jpg + provider_id: 458 + provider_name: 'Vice TV ' + - display_priorities: + BE: 16 + display_priority: 16 + logo_path: /gdqGg9TIzmQQBmkG8bljY20KX0z.jpg + provider_id: 461 + provider_name: RTBF Auvio + - display_priorities: + FI: 18 + display_priority: 18 + logo_path: /27Zotk8HAfHk7qPz9x6DWWhOpb7.jpg + provider_id: 463 + provider_name: Kirjastokino + - display_priorities: + AR: 14 + AU: 66 + BR: 113 + CA: 30 + CL: 12 + CO: 14 + EC: 13 + ES: 96 + FJ: 12 + GB: 134 + IE: 42 + MX: 11 + NZ: 36 + PE: 14 + PF: 11 + PG: 5 + PT: 58 + US: 15 + VE: 11 + display_priority: 15 + logo_path: /hwsU65QW7A4dbMEWkDpgHyCNcfS.jpg + provider_id: 464 + provider_name: Kocowa + - display_priorities: + AR: 14 + CL: 12 + CO: 13 + MX: 25 + PE: 13 + UY: 9 + display_priority: 9 + logo_path: /nr5UBW4IGKgBwmhpTMOfcvnX2vX.jpg + provider_id: 467 + provider_name: DIRECTV GO + - display_priorities: + ID: 15 + display_priority: 15 + logo_path: /o506FcbahVPxvVcsSA5dFLj9drV.jpg + provider_id: 468 + provider_name: genflix + - display_priorities: + CA: 54 + display_priority: 54 + logo_path: /cQjWvOiKRPeSuWRNGegcBjyqVbR.jpg + provider_id: 469 + provider_name: Club Illico + - display_priorities: + NL: 23 + display_priority: 23 + logo_path: /88ssxWDyhabjrwSrbSf87nCDK2y.jpg + provider_id: 472 + provider_name: NLZIET + - display_priorities: + BR: 20 + GB: 43 + MX: 26 + US: 125 + display_priority: 125 + logo_path: /llQ8zV50Wqh4gYCYfr52R1b9gfD.jpg + provider_id: 473 + provider_name: Revry + - display_priorities: + AR: 15 + AT: 25 + AU: 35 + BE: 17 + BG: 7 + BH: 9 + BM: 9 + BO: 8 + BR: 21 + BS: 9 + CA: 55 + CH: 23 + CL: 13 + CO: 14 + CR: 12 + CZ: 10 + DE: 44 + DK: 19 + DO: 9 + DZ: 9 + EC: 13 + EE: 11 + ES: 24 + FI: 19 + FR: 27 + GB: 44 + GF: 9 + GI: 9 + GR: 8 + GT: 12 + HN: 11 + HR: 12 + HU: 10 + ID: 19 + IE: 22 + IN: 23 + IS: 12 + IT: 27 + JO: 9 + JP: 13 + KR: 13 + KW: 9 + LI: 9 + LT: 11 + LV: 11 + LY: 9 + MA: 9 + MC: 9 + MD: 9 + MX: 27 + MY: 15 + NL: 24 + 'NO': 20 + NZ: 21 + OM: 9 + PA: 9 + PE: 14 + PH: 14 + PL: 10 + PT: 16 + PY: 11 + QA: 9 + RO: 6 + RU: 11 + SE: 21 + SG: 15 + SK: 15 + SM: 9 + SV: 9 + TH: 13 + TN: 9 + TR: 13 + TW: 28 + TZ: 22 + US: 126 + UY: 12 + VE: 11 + YE: 9 + ZA: 13 + display_priority: 126 + logo_path: /5zqbck5mo8PuVbGu2ngBUdn5Yga.jpg + provider_id: 475 + provider_name: DOCSVILLE + - display_priorities: + IN: 21 + display_priority: 21 + logo_path: /ymlo2k6RlX0zF5Te1AYwXRQ7Pra.jpg + provider_id: 476 + provider_name: EPIC ON + - display_priorities: + AR: 17 + BR: 23 + display_priority: 23 + logo_path: /sYVlH6nNSaR2syC0sjkxErwOOjx.jpg + provider_id: 478 + provider_name: History Play + - display_priorities: + DE: 43 + display_priority: 43 + logo_path: /ntvIffmJe7ZO1SSobwSx8ABAZFG.jpg + provider_id: 479 + provider_name: Home of Horror + - display_priorities: + DE: 45 + display_priority: 45 + logo_path: /eptSSZPhXJllBI8QywFDmgOMNkU.jpg + provider_id: 480 + provider_name: Filmtastic + - display_priorities: + IN: 26 + display_priority: 26 + logo_path: /tFkqZYsDhNe6hJCx50Aw6oma24w.jpg + provider_id: 482 + provider_name: ManoramaMax + - display_priorities: + ID: 18 + display_priority: 18 + logo_path: /zDSJn28xTG4f6h2yxZ6UmCPvZ8j.jpg + provider_id: 483 + provider_name: MAX Stream + - display_priorities: + BR: 25 + display_priority: 25 + logo_path: /7EpFKOCMrlo3bjsyBMrec64c7Wb.jpg + provider_id: 484 + provider_name: Claro tv+ + - display_priorities: + US: 128 + display_priority: 128 + logo_path: /aAb9CUHjFe9Y3O57qnrJH0KOF1B.jpg + provider_id: 486 + provider_name: Spectrum On Demand + - display_priorities: + US: 127 + display_priority: 127 + logo_path: /9BcTvaS8RhQ58LoEbiuoCNghbcz.jpg + provider_id: 487 + provider_name: OXYGEN + - display_priorities: + CA: 56 + display_priority: 56 + logo_path: /yQhSfwOzTF9EATdq47LlRFghmiO.jpg + provider_id: 488 + provider_name: tvo + - display_priorities: + ID: 17 + display_priority: 17 + logo_path: /l2ZNwMC37iK0fquVuYWfcgIJJdF.jpg + provider_id: 489 + provider_name: Vidio + - display_priorities: + AR: 16 + display_priority: 16 + logo_path: /21uSo4VQUdEmeA6RJ6gPSRwusbt.jpg + provider_id: 491 + provider_name: CINE + - display_priorities: + SE: 20 + display_priority: 20 + logo_path: /oBdaG066fB5O7XYrYKQflOZvd89.jpg + provider_id: 493 + provider_name: SVT + - display_priorities: + FI: 44 + 'NO': 43 + SE: 24 + display_priority: 24 + logo_path: /w1V9hzBaRlkpISBWhCv676kI8Mp.jpg + provider_id: 496 + provider_name: Cineasterna + - display_priorities: + SE: 22 + display_priority: 22 + logo_path: /jy4yvY3szonb0p6rtMXvF5stuX9.jpg + provider_id: 497 + provider_name: Tele2 Play + - display_priorities: + BA: 24 + DE: 48 + EG: 20 + IL: 22 + NG: 21 + NL: 25 + TW: 29 + display_priority: 29 + logo_path: /9kxo34bWuDJcGvNQBlSY4o6OujZ.jpg + provider_id: 498 + provider_name: South Park + - display_priorities: + BR: 22 + display_priority: 22 + logo_path: /rXNXvz2096ri69ZlZsFwKxZYJsS.jpg + provider_id: 499 + provider_name: Oldflix + - display_priorities: + IN: 24 + display_priority: 24 + logo_path: /5VLMQDq6LWfftQCl7sYrtTseXRA.jpg + provider_id: 502 + provider_name: Tata Play + - display_priorities: + PL: 11 + display_priority: 11 + logo_path: /jhMNVBV2UocEGepRkr9oFPD7Gpb.jpg + provider_id: 505 + provider_name: Player + - display_priorities: + US: 123 + display_priority: 123 + logo_path: /cZvP3XsDKlHFhNIyHYCVPStXT5l.jpg + provider_id: 506 + provider_name: TBS + - display_priorities: + US: 130 + display_priority: 130 + logo_path: /mMJ6AQUpHDsD5s2Q2dnbpX1NFwp.jpg + provider_id: 507 + provider_name: tru TV + - display_priorities: + US: 131 + display_priority: 131 + logo_path: /d8HzRaIa5aGE5mJB1SsIA9hODdx.jpg + provider_id: 508 + provider_name: DisneyNOW + - display_priorities: + US: 132 + display_priority: 132 + logo_path: /9abwIEW9wZ12RavyKnInlK684xm.jpg + provider_id: 509 + provider_name: WeTV + - display_priorities: + IN: 25 + display_priority: 25 + logo_path: /eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg + provider_id: 510 + provider_name: Discovery+ + - display_priorities: + BO: 19 + CR: 20 + EG: 8 + GT: 20 + HK: 7 + HN: 19 + HR: 8 + IS: 8 + PH: 15 + PY: 19 + SA: 7 + SK: 11 + TW: 8 + TZ: 23 + display_priority: 23 + logo_path: /nHxedyutqerk1yWBsc17mF8gteZ.jpg + provider_id: 511 + provider_name: iWantTFC + - display_priorities: + CA: 58 + US: 124 + display_priority: 124 + logo_path: /jCgWMxqGaq0h0VOxyJPfQdTqmii.jpg + provider_id: 514 + provider_name: AsianCrush + - display_priorities: + IN: 27 + display_priority: 27 + logo_path: /ayHY6wKxvCKj2PU8eRPFxnPc6B0.jpg + provider_id: 515 + provider_name: MX Player + - display_priorities: + CA: 60 + display_priority: 60 + logo_path: /ss6JfWLwwrIjO1AfEsBy8GYM1EU.jpg + provider_id: 516 + provider_name: Noovo + - display_priorities: + BR: 88 + CA: 154 + US: 202 + display_priority: 202 + logo_path: /eMTnWwNVtThkjvQA6zwxaoJG9NE.jpg + provider_id: 520 + provider_name: Discovery + + - display_priorities: + AT: 55 + DE: 112 + DK: 42 + ES: 38 + FI: 32 + GB: 82 + IE: 38 + IT: 24 + NL: 39 + 'NO': 32 + SE: 34 + display_priority: 34 + logo_path: /bPW3J8KlLrot95sLzadnpzVe61f.jpg + provider_id: 524 + provider_name: Discovery+ + - display_priorities: + CA: 57 + display_priority: 57 + logo_path: /7wADjxAylhGGqWYNz86jGOQSoZG.jpg + provider_id: 525 + provider_name: Knowledge Network + - display_priorities: + AU: 53 + CA: 91 + NZ: 34 + US: 31 + display_priority: 31 + logo_path: /ovmu6uot1XVvsemM2dDySXLiX57.jpg + provider_id: 526 + provider_name: AMC+ + - display_priorities: + AU: 54 + CA: 90 + ES: 74 + US: 26 + display_priority: 26 + logo_path: /2ino0WmHA4GROB7NYKzT6PGqLcb.jpg + provider_id: 528 + provider_name: AMC+ Amazon Channel + - display_priorities: + CA: 62 + GB: 24 + US: 133 + display_priority: 133 + logo_path: /wAuMUrRTVaJ2CZ4ZpyQbayZx0iU.jpg + provider_id: 529 + provider_name: ARROW + - display_priorities: + AR: 7 + AT: 51 + AU: 5 + BO: 5 + BR: 6 + CA: 11 + CH: 45 + CL: 6 + CO: 7 + CR: 6 + DE: 11 + DO: 25 + EC: 3 + FR: 76 + GB: 8 + GT: 5 + HN: 6 + IE: 6 + IT: 9 + MX: 9 + NI: 13 + PA: 31 + PE: 5 + PY: 3 + SV: 26 + US: 18 + UY: 2 + VE: 6 + display_priority: 6 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 531 + provider_name: Paramount Plus + - display_priorities: + AD: 11 + AL: 12 + BA: 12 + BB: 9 + BH: 10 + BM: 10 + BS: 10 + CA: 93 + CI: 8 + DO: 10 + DZ: 10 + EG: 16 + GF: 10 + GI: 10 + HK: 22 + HR: 17 + IN: 29 + IQ: 12 + IS: 18 + JM: 9 + JO: 10 + KW: 10 + LB: 12 + LI: 10 + LY: 10 + MA: 10 + MC: 10 + MD: 10 + NE: 8 + NG: 8 + OM: 10 + PA: 11 + PS: 12 + QA: 10 + RS: 12 + SA: 14 + SI: 12 + SK: 20 + SM: 10 + SV: 11 + TN: 10 + TW: 21 + TZ: 30 + US: 155 + UY: 14 + YE: 10 + display_priority: 155 + logo_path: /8WerMI8XcZXqPpkHTZNtzMzousF.jpg + provider_id: 532 + provider_name: aha + - display_priorities: + AT: 28 + DE: 51 + display_priority: 51 + logo_path: /9MABvFilVMUAV86vLUgBgeM5LQQ.jpg + provider_id: 533 + provider_name: Amazon Arthaus Channel + - display_priorities: + AT: 29 + CH: 26 + DE: 53 + display_priority: 53 + logo_path: /ugus0p8BGGhE8sxhwAjJz2o8jyy.jpg + provider_id: 537 + provider_name: ZDF + - display_priorities: + AD: 26 + AG: 13 + AL: 28 + AO: 5 + AR: 61 + AT: 63 + AU: 46 + AZ: 5 + BA: 28 + BB: 26 + BE: 64 + BF: 5 + BG: 21 + BM: 28 + BO: 33 + BR: 84 + BS: 27 + BY: 7 + BZ: 11 + CA: 86 + CH: 49 + CI: 27 + CL: 33 + CM: 5 + CO: 34 + CR: 33 + CV: 13 + CY: 9 + CZ: 32 + DE: 55 + DK: 41 + DO: 33 + DZ: 29 + EC: 32 + EE: 27 + ES: 27 + FI: 43 + FJ: 12 + FR: 29 + GB: 48 + GF: 29 + GG: 11 + GH: 16 + GI: 27 + GQ: 14 + GR: 23 + GT: 33 + GY: 5 + HK: 38 + HN: 33 + HR: 35 + HU: 26 + ID: 39 + IE: 43 + IL: 27 + IN: 30 + IQ: 49 + IS: 32 + IT: 29 + JM: 25 + JO: 51 + JP: 53 + KE: 15 + KR: 14 + KW: 50 + LB: 29 + LC: 12 + LI: 29 + LT: 28 + LU: 11 + LV: 27 + LY: 29 + MA: 28 + MC: 26 + MD: 26 + ME: 6 + MG: 5 + MK: 27 + ML: 6 + MT: 26 + MU: 15 + MW: 3 + MX: 78 + MY: 31 + MZ: 17 + NE: 27 + NG: 30 + NI: 15 + NL: 85 + 'NO': 42 + NZ: 37 + OM: 50 + PA: 33 + PE: 33 + PF: 11 + PG: 5 + PH: 32 + PK: 8 + PL: 34 + PS: 28 + PT: 59 + PY: 32 + RO: 22 + RS: 29 + RU: 30 + SC: 14 + SE: 47 + SG: 30 + SI: 29 + SK: 38 + SM: 28 + SN: 14 + SV: 33 + TC: 12 + TD: 7 + TH: 29 + TN: 29 + TT: 13 + TW: 38 + TZ: 32 + UA: 8 + UG: 16 + US: 134 + UY: 32 + VA: 7 + VE: 30 + XK: 5 + YE: 28 + ZA: 30 + ZM: 14 + ZW: 6 + display_priority: 134 + logo_path: /vLZKlXUNDcZR7ilvfY9Wr9k80FZ.jpg + provider_id: 538 + provider_name: Plex + - display_priorities: + FI: 22 + display_priority: 22 + logo_path: /eglAxQEXSO13p6gNf3HKymrIu7y.jpg + provider_id: 540 + provider_name: Elisa Viihde + - display_priorities: + ES: 26 + display_priority: 26 + logo_path: /3QQKYFUDt13Q2Zm6JM2cOjlbd27.jpg + provider_id: 541 + provider_name: rtve + - display_priorities: + AT: 61 + BE: 57 + CH: 48 + DE: 57 + FR: 99 + LI: 28 + LU: 10 + display_priority: 28 + logo_path: /zXu75uIAMgdblYvFFPzoIHmQhxa.jpg + provider_id: 542 + provider_name: filmfriend + - display_priorities: + BR: 26 + display_priority: 26 + logo_path: /3MsEoFiBy9eaUdKo5Cx1iR9BPQy.jpg + provider_id: 544 + provider_name: Libreflix + - display_priorities: + AD: 14 + AL: 15 + AR: 19 + AT: 30 + AU: 38 + BA: 15 + BE: 20 + BM: 11 + BO: 6 + BR: 27 + CA: 63 + CH: 27 + CI: 11 + CL: 15 + CO: 16 + CR: 14 + CZ: 11 + DE: 56 + DK: 21 + EC: 15 + EE: 12 + ES: 28 + FI: 23 + FR: 30 + GB: 49 + GF: 11 + GI: 11 + GR: 9 + GT: 14 + HN: 13 + HU: 11 + ID: 20 + IE: 23 + IL: 13 + IN: 31 + IQ: 15 + IS: 13 + IT: 30 + JP: 14 + KR: 15 + KW: 11 + LB: 15 + LI: 11 + LT: 12 + LV: 12 + MK: 14 + MT: 14 + MX: 29 + MY: 16 + NE: 11 + NG: 12 + NL: 27 + 'NO': 22 + NZ: 22 + PE: 16 + PH: 16 + PL: 14 + PS: 15 + PT: 18 + PY: 13 + RO: 7 + RS: 15 + RU: 12 + SE: 26 + SG: 16 + SI: 15 + SM: 11 + TH: 14 + TN: 11 + TR: 14 + US: 136 + VE: 12 + YE: 11 + ZA: 14 + display_priority: 136 + logo_path: /6dET59jNU0ADysghEjl8Unuc7Ca.jpg + provider_id: 546 + provider_name: WOW Presents Plus + - display_priorities: + PL: 15 + display_priority: 15 + logo_path: /7jnt49RwicQ4Vs2v1MgfERfVuDS.jpg + provider_id: 549 + provider_name: IPLA + - display_priorities: + AD: 12 + AL: 13 + AR: 18 + AT: 31 + AU: 39 + BA: 13 + BB: 10 + BE: 21 + BH: 11 + BM: 12 + BO: 14 + BR: 28 + BS: 11 + CA: 65 + CH: 28 + CL: 16 + CO: 17 + CR: 15 + CZ: 12 + DE: 58 + DK: 22 + DO: 11 + DZ: 11 + EC: 16 + EE: 13 + EG: 14 + ES: 29 + FI: 24 + FR: 32 + GB: 50 + GF: 12 + GI: 12 + GR: 10 + GT: 15 + HK: 20 + HN: 14 + HR: 14 + HU: 12 + ID: 21 + IE: 24 + IL: 11 + IN: 32 + IQ: 13 + IS: 15 + IT: 31 + JM: 10 + JO: 11 + JP: 15 + KR: 16 + KW: 12 + LB: 13 + LI: 12 + LT: 13 + LV: 13 + LY: 11 + MA: 11 + MC: 11 + MD: 11 + MK: 12 + MT: 12 + MX: 30 + MY: 17 + NG: 10 + NL: 29 + 'NO': 23 + NZ: 23 + OM: 11 + PA: 12 + PE: 17 + PH: 17 + PL: 16 + PS: 13 + PT: 19 + PY: 14 + QA: 11 + RO: 8 + RS: 13 + RU: 13 + SA: 12 + SE: 27 + SG: 17 + SI: 13 + SK: 17 + SM: 12 + SV: 12 + TH: 15 + TN: 12 + TR: 15 + TW: 19 + TZ: 26 + US: 137 + UY: 15 + VE: 13 + YE: 12 + ZA: 15 + display_priority: 137 + logo_path: /mSH24WQcRDJ2fsL5iucXqqRnSRb.jpg + provider_id: 551 + provider_name: Magellan TV + - display_priorities: + FI: 31 + LT: 14 + display_priority: 14 + logo_path: /7QzLA6rsML2rKxhuagWlDl7Zxlm.jpg + provider_id: 553 + provider_name: Telia Play + - display_priorities: + AD: 13 + AL: 14 + AR: 20 + AT: 32 + AU: 40 + BA: 14 + BB: 11 + BE: 22 + BG: 6 + BH: 12 + BM: 13 + BO: 7 + BR: 29 + BS: 12 + CA: 66 + CH: 29 + CI: 10 + CL: 17 + CO: 18 + CR: 13 + CZ: 13 + DE: 59 + DK: 23 + DO: 12 + DZ: 12 + EC: 17 + EE: 14 + EG: 15 + ES: 30 + FI: 25 + FR: 33 + GB: 51 + GF: 13 + GI: 13 + GR: 11 + GT: 13 + HK: 24 + HN: 12 + HR: 15 + HU: 13 + ID: 22 + IE: 26 + IL: 12 + IN: 33 + IQ: 14 + IS: 16 + IT: 32 + JM: 11 + JO: 12 + JP: 16 + KR: 17 + KW: 13 + LB: 14 + LI: 13 + LT: 15 + LV: 14 + LY: 12 + MA: 12 + MC: 12 + MD: 12 + MK: 13 + MT: 13 + MX: 31 + MY: 18 + NE: 10 + NG: 11 + NL: 30 + 'NO': 24 + NZ: 24 + OM: 12 + PA: 13 + PE: 18 + PH: 18 + PL: 17 + PS: 14 + PT: 20 + PY: 12 + QA: 12 + RO: 9 + RS: 14 + RU: 14 + SA: 13 + SE: 28 + SG: 18 + SI: 14 + SK: 18 + SM: 13 + SV: 13 + TH: 16 + TN: 13 + TR: 16 + TW: 23 + TZ: 27 + US: 138 + UY: 16 + VE: 14 + YE: 13 + ZA: 16 + display_priority: 138 + logo_path: /6IYZ4NjwPikxN7J9cfSmuyeHeMm.jpg + provider_id: 554 + provider_name: BroadwayHD + - display_priorities: + US: 139 + display_priority: 139 + logo_path: /z4MqXgpzqxVy7GF8mlPOe8VOx82.jpg + provider_id: 555 + provider_name: The Oprah Winfrey Network + - display_priorities: + RU: 15 + display_priority: 15 + logo_path: /yyMxS08v80D96O7NtL9supa5sn7.jpg + provider_id: 557 + provider_name: More TV + - display_priorities: + ID: 36 + IN: 35 + MY: 30 + display_priority: 30 + logo_path: /e2hCUg2Z3sJ6yWF9NLU24SIKeWa.jpg + provider_id: 561 + provider_name: Lionsgate Play + - display_priorities: + NL: 32 + display_priority: 32 + logo_path: /nzjqsR28PVVp5GJAlHtbBArNKqN.jpg + provider_id: 563 + provider_name: KPN + - display_priorities: + RU: 19 + display_priority: 19 + logo_path: /r7cgAhlSLI4r80P1Si9P0jOevrr.jpg + provider_id: 570 + provider_name: Premier + - display_priorities: + BE: 27 + HR: 25 + display_priority: 25 + logo_path: /3KaY2AQFkPHlc6QgGQmRbYxnsQa.jpg + provider_id: 572 + provider_name: RTL Play + - display_priorities: + BR: 35 + display_priority: 35 + logo_path: /prbT74SL6obBAywv50qi5gnoBj5.jpg + provider_id: 573 + provider_name: KinoPop + - display_priorities: + AR: 25 + US: 145 + display_priority: 145 + logo_path: /gR8rrj71VCLjlF1LJpplo72MXf0.jpg + provider_id: 575 + provider_name: OnDemandKorea + - display_priorities: + RU: 20 + display_priority: 20 + logo_path: /3EJQtj4m83kRh7bV9BF6KWmPiKp.jpg + provider_id: 577 + provider_name: TvIgle + - display_priorities: + 'NO': 30 + display_priority: 30 + logo_path: /3ZigBD8WTEPcEHAvMWiJGUsv5u4.jpg + provider_id: 578 + provider_name: Strim + - display_priorities: + BG: 12 + display_priority: 12 + logo_path: /ApcuSS6VOCV7slF4GBRARfy31bg.jpg + provider_id: 580 + provider_name: Nova Play + - display_priorities: + AD: 22 + AL: 23 + BA: 23 + BB: 18 + BH: 19 + BM: 20 + BS: 19 + CA: 72 + CI: 17 + DO: 20 + DZ: 18 + EG: 22 + GF: 20 + GI: 20 + HK: 15 + HR: 23 + IL: 21 + IQ: 23 + IS: 24 + JM: 18 + JO: 19 + KW: 20 + LB: 23 + LI: 20 + LY: 18 + MA: 18 + MC: 19 + MD: 19 + MK: 22 + MT: 22 + NE: 17 + NG: 18 + OM: 19 + PA: 21 + PS: 23 + QA: 19 + RS: 23 + SA: 22 + SI: 23 + SK: 28 + SM: 20 + SV: 21 + TN: 19 + TW: 14 + TZ: 15 + US: 148 + UY: 24 + YE: 20 + display_priority: 148 + logo_path: /c4eVkfMna2VzHzZ8N2vWXUnMrlD.jpg + provider_id: 581 + provider_name: iQIYI + - display_priorities: + AT: 52 + AU: 6 + BR: 40 + CA: 13 + CL: 42 + CO: 43 + DE: 108 + FR: 77 + GB: 80 + IT: 57 + MX: 21 + US: 24 + display_priority: 24 + logo_path: /hExO4PtimLIYn3kBOrzsejNv7cT.jpg + provider_id: 582 + provider_name: Paramount+ Amazon Channel + - display_priorities: + US: 12 + display_priority: 12 + logo_path: /efu1Cqc63XrPBoreYnf2mn0Nizj.jpg + provider_id: 583 + provider_name: Epix Amazon Channel + - display_priorities: + BR: 98 + CA: 158 + DE: 106 + GB: 63 + IN: 92 + IT: 25 + US: 25 + display_priority: 25 + logo_path: /lgudHqEtTOzkMWlpTjU1oUyoUSZ.jpg + provider_id: 584 + provider_name: Discovery+ Amazon Channel + - display_priorities: + AU: 60 + CA: 75 + FI: 47 + FR: 44 + IN: 79 + JP: 47 + PL: 33 + SE: 46 + display_priority: 46 + logo_path: /ny55kYI31jrwSYp2LmCniMCGc03.jpg + provider_id: 588 + provider_name: MGM Amazon Channel + - display_priorities: + CA: 74 + display_priority: 74 + logo_path: /4KZlGfHQEza2dBf3HVk4oWmh611.jpg + provider_id: 589 + provider_name: TELETOON+ Amazon Channel + - display_priorities: + GB: 39 + display_priority: 39 + logo_path: /aG4lXRDfHl3qgQCgpWI6KEJV0i7.jpg + provider_id: 593 + provider_name: STV Player + - display_priorities: + GB: 71 + display_priority: 71 + logo_path: /6xQrNQoTmXWhaJj4O8u2FRsXBXs.jpg + provider_id: 595 + provider_name: Eros Now Amazon Channel + - display_priorities: + GB: 25 + display_priority: 25 + logo_path: /u4OSH6NN7bdHRJJVLwozPa0jDUj.jpg + provider_id: 596 + provider_name: Arrow Video Amazon Channel + - display_priorities: + GB: 67 + display_priority: 67 + logo_path: /kt7M4N8FnyCUHSWZd2pyeJxge5b.jpg + provider_id: 598 + provider_name: ITV Amazon Channel + - display_priorities: + AT: 132 + DE: 232 + GB: 68 + display_priority: 232 + logo_path: /l4h4b2esfTb7evLRiLrMjk6rsHj.jpg + provider_id: 599 + provider_name: Pokémon Amazon Channel + - display_priorities: + GB: 69 + display_priority: 69 + logo_path: /ivRp15loTWoVy3eEHALoYEyXI8J.jpg + provider_id: 600 + provider_name: Shout! Factory Amazon Channel + - display_priorities: + GB: 72 + display_priority: 72 + logo_path: /xJ3B83btVmp4wyRGRRRgWCibTLI.jpg + provider_id: 602 + provider_name: FilmBox Live Amazon Channel + - display_priorities: + GB: 61 + IN: 93 + display_priority: 93 + logo_path: /tLbUhvK1RcA5I4JHndxf5dprkE7.jpg + provider_id: 603 + provider_name: CuriosityStream Amazon Channel + - display_priorities: + GB: 62 + IN: 94 + display_priority: 94 + logo_path: /91oRDZySWtw60ei006uQ45gmjXD.jpg + provider_id: 604 + provider_name: DocuBay Amazon Channel + - display_priorities: + CA: 77 + display_priority: 77 + logo_path: /5W6vTKE684EhdITeMUjdcTIBGdh.jpg + provider_id: 605 + provider_name: Super Channel Amazon Channel + - display_priorities: + CA: 78 + display_priority: 78 + logo_path: /djTJ7pAkIhmPaN3eTA6wTUrphNG.jpg + provider_id: 606 + provider_name: StackTV Amazon Channel + - display_priorities: + AU: 82 + CA: 79 + DE: 119 + ES: 42 + GB: 107 + display_priority: 107 + logo_path: /d0KmcInHpiF44ahOLrXCQATEFmD.jpg + provider_id: 607 + provider_name: OUTtv Amazon Channel + - display_priorities: + AU: 81 + BR: 41 + CA: 80 + ES: 75 + MX: 40 + display_priority: 40 + logo_path: /bSy9zFiZtbKBHIyOu0H2Fs5cJmx.jpg + provider_id: 608 + provider_name: Love Nature Amazon Channel + - display_priorities: + CA: 81 + display_priority: 81 + logo_path: /bEgGGEDgBczZcZRJ6x1MtTym2LV.jpg + provider_id: 609 + provider_name: Smithsonian Channel Amazon Channel + - display_priorities: + CA: 82 + display_priority: 82 + logo_path: /2WEzLLWbvMLHSNkAjYrIeDOmLJM.jpg + provider_id: 610 + provider_name: BBC Earth Amazon Channel + - display_priorities: + CA: 83 + display_priority: 83 + logo_path: /nLyqqlMpgSQanUrKCacY3NQeHQG.jpg + provider_id: 611 + provider_name: The Great Courses Signature Collection Amazon Channel + - display_priorities: + CA: 84 + display_priority: 84 + logo_path: /srLngtBaRGooYsVgkvzkGCwbZHA.jpg + provider_id: 612 + provider_name: ALLWAYSBLK Amazon Channel + - display_priorities: + AT: 58 + DE: 90 + GB: 19 + US: 151 + display_priority: 151 + logo_path: /4VOCKZGiAtXMtoDyOrvHAN33uc2.jpg + provider_id: 613 + provider_name: Freevee + - display_priorities: + IN: 40 + display_priority: 40 + logo_path: /1tCAM3WVOl0xknuwVc0v1LBWZNV.jpg + provider_id: 614 + provider_name: VI movies and tv + - display_priorities: + GB: 73 + display_priority: 73 + logo_path: /sSMxh3tIOAi3QBoSXdagDxb3OKp.jpg + provider_id: 615 + provider_name: W4free + - display_priorities: + DK: 30 + display_priority: 30 + logo_path: /dnD5cUeAPruAcYwwKKxYbMcfccq.jpg + provider_id: 620 + provider_name: DRTV + - display_priorities: + CH: 35 + display_priority: 35 + logo_path: /l5SFTF3l9l1KSgZJM7foAppUenz.jpg + provider_id: 622 + provider_name: UPC TV + - display_priorities: + HK: 29 + TW: 30 + display_priority: 30 + logo_path: /r3tmJFjecQGAfHjWOafhr1pux6b.jpg + provider_id: 623 + provider_name: WeTV + - display_priorities: + HK: 30 + TW: 31 + display_priority: 31 + logo_path: /r9rEesXJjzY8sH3NLqNdkPdZ714.jpg + provider_id: 624 + provider_name: KKTV + - display_priorities: + HK: 31 + TW: 32 + display_priority: 32 + logo_path: /j35eayHG7RC9Ll0ehtbOuek0TZL.jpg + provider_id: 625 + provider_name: LINE TV + - display_priorities: + SK: 26 + display_priority: 26 + logo_path: /z7IYTxUHSrk1VPYgsc5RDe1E3tA.jpg + provider_id: 626 + provider_name: Otta + - display_priorities: + CZ: 28 + SK: 27 + display_priority: 27 + logo_path: /iTzW2q9e1Kk10l2s934SDgPSJNm.jpg + provider_id: 627 + provider_name: Voyo + - display_priorities: + AE: 7 + EG: 24 + IQ: 9 + LB: 9 + PS: 9 + SA: 21 + TD: 1 + display_priority: 1 + logo_path: /kC6JTo59Gj6I4vJPyBAYGh0sKAE.jpg + provider_id: 629 + provider_name: OSN + - display_priorities: + AE: 8 + BH: 27 + EG: 23 + IQ: 28 + JO: 27 + KW: 28 + OM: 27 + QA: 27 + SA: 20 + display_priority: 20 + logo_path: /pDroY6RxYdVw63eAepag4b116Ub.jpg + provider_id: 630 + provider_name: STARZPLAY + - display_priorities: + HR: 24 + display_priority: 24 + logo_path: /yHqa57jOQqhBarOh9lw2noJno00.jpg + provider_id: 631 + provider_name: HRTi + - display_priorities: + US: 28 + display_priority: 28 + logo_path: /ywIoxSjoYJGUIbR6BfxUiCHdPi3.jpg + provider_id: 633 + provider_name: Paramount+ Roku Premium Channel + - display_priorities: + US: 29 + display_priority: 29 + logo_path: /9laPF1MAiUxlqM8T98F3Gj0bhzd.jpg + provider_id: 634 + provider_name: Starz Roku Premium Channel + - display_priorities: + US: 30 + display_priority: 30 + logo_path: /gAGrSQCTAisxy2CsWbijVvJEnRo.jpg + provider_id: 635 + provider_name: AMC+ Roku Premium Channel + - display_priorities: + US: 32 + display_priority: 32 + logo_path: /lD7HKUmXDvUya58DceiTA809Zbf.jpg + provider_id: 636 + provider_name: MGM Plus Roku Premium Channel + - display_priorities: + HR: 26 + display_priority: 26 + logo_path: /p6hKVngF1iWciIyxYmrl3UUitg7.jpg + provider_id: 637 + provider_name: Pickbox NOW + - display_priorities: + GB: 38 + display_priority: 38 + logo_path: /48aHN85OncgXjtl6DOVOJ6Wni4g.jpg + provider_id: 642 + provider_name: STUDIOCANAL PRESENTS Apple TV Channel + - display_priorities: + DE: 69 + display_priority: 69 + logo_path: /coWnECpOyKLWMTSlXkfT2PhLs9E.jpg + provider_id: 679 + provider_name: Cinema of Hearts Amazon Channel + - display_priorities: + DE: 71 + PL: 48 + display_priority: 48 + logo_path: /jG5tKt6JoHsYRoUq6Wg8i9QuHt2.jpg + provider_id: 680 + provider_name: Bloody Movies Amazon Channel + - display_priorities: + DE: 72 + PL: 31 + display_priority: 31 + logo_path: /3fhcb4cThixkfNpOudnpLcosTCA.jpg + provider_id: 681 + provider_name: Film Total Amazon Channel + - display_priorities: + BR: 39 + CL: 43 + CO: 44 + MX: 97 + display_priority: 97 + logo_path: /xht0G3uRLcTgjxRz3cDHuf8KKUw.jpg + provider_id: 683 + provider_name: Looke Amazon Channel + - display_priorities: + ES: 44 + display_priority: 44 + logo_path: /2GQVxfaiWA4n93I7sJDJf1b6NqS.jpg + provider_id: 684 + provider_name: FlixOlé Amazon Channel + - display_priorities: + FR: 43 + display_priority: 43 + logo_path: /4LnuoJ2E5nTWCvXnlGFaUNH324v.jpg + provider_id: 685 + provider_name: 'Cine+ OCS Amazon Channel ' + - display_priorities: + DE: 70 + display_priority: 70 + logo_path: /7Zy6GqC8lQEvfBlWC1bJcaJzPRd.jpg + provider_id: 686 + provider_name: Home of Horror Amazon Channel + - display_priorities: + AT: 124 + CH: 65 + DE: 52 + display_priority: 52 + logo_path: /tnQ5PGryncrVxE9bK6nxif82wtd.jpg + provider_id: 687 + provider_name: Arthouse CNMA Amazon Channel + - display_priorities: + MX: 41 + display_priority: 41 + logo_path: /t7I2Tx6Q7Nz96KexIPjkzUJOCbt.jpg + provider_id: 690 + provider_name: 'Pongalo Amazon Channel ' + - display_priorities: + CH: 12 + display_priority: 12 + logo_path: /c1Nj8YGitlXbvvv0taHLkBeyTaK.jpg + provider_id: 691 + provider_name: Play Suisse + - display_priorities: + AD: 21 + AE: 11 + AG: 8 + AL: 22 + AR: 29 + AT: 42 + AU: 48 + BA: 22 + BB: 21 + BE: 31 + BG: 14 + BH: 22 + BM: 23 + BO: 25 + BR: 42 + BS: 21 + CA: 88 + CH: 38 + CI: 20 + CL: 25 + CO: 26 + CR: 26 + CU: 8 + CV: 8 + CZ: 21 + DE: 74 + DK: 32 + DO: 22 + DZ: 21 + EC: 25 + EE: 21 + EG: 26 + ES: 46 + FI: 34 + FJ: 8 + FR: 47 + GB: 77 + GF: 23 + GG: 9 + GH: 7 + GI: 23 + GQ: 7 + GR: 18 + GT: 26 + HK: 34 + HN: 25 + HR: 28 + HU: 20 + ID: 30 + IE: 34 + IL: 20 + IN: 44 + IQ: 22 + IS: 27 + IT: 42 + JM: 20 + JO: 22 + JP: 23 + KE: 7 + KR: 24 + KW: 23 + LB: 22 + LC: 8 + LI: 23 + LT: 22 + LV: 21 + LY: 21 + MA: 21 + MC: 22 + MD: 21 + MK: 21 + MT: 21 + MU: 9 + MX: 42 + MY: 26 + MZ: 7 + NE: 20 + NG: 22 + NL: 42 + 'NO': 34 + NZ: 31 + OM: 22 + PA: 23 + PE: 26 + PF: 8 + PH: 25 + PK: 6 + PL: 25 + PS: 22 + PT: 29 + PY: 25 + QA: 22 + RO: 16 + RS: 22 + RU: 24 + SA: 25 + SC: 10 + SE: 36 + SG: 26 + SI: 22 + SK: 31 + SM: 23 + SN: 7 + SV: 23 + TC: 8 + TH: 24 + TN: 22 + TR: 23 + TT: 8 + TW: 34 + TZ: 9 + UG: 7 + US: 153 + UY: 26 + VA: 6 + VE: 22 + XK: 2 + YE: 23 + ZA: 23 + ZM: 7 + display_priority: 153 + logo_path: /uauVx3dGWt0GICqdMCBYJObd3Mo.jpg + provider_id: 692 + provider_name: Cultpix + - display_priorities: + AT: 41 + DE: 73 + display_priority: 73 + logo_path: /9aLd9gAK6xHtWK2tXDYq1fOqzJA.jpg + provider_id: 693 + provider_name: Turk On Video Amazon Channel + - display_priorities: + IT: 43 + display_priority: 43 + logo_path: /911zAHHLswJYihv988hbHDKa5M4.jpg + provider_id: 696 + provider_name: Serially + - display_priorities: + AE: 12 + AG: 7 + AL: 24 + AO: 3 + AR: 30 + AT: 43 + AU: 49 + AZ: 0 + BB: 22 + BE: 32 + BF: 3 + BG: 15 + BH: 23 + BM: 24 + BO: 26 + BR: 43 + BS: 22 + BY: 4 + BZ: 6 + CA: 89 + CH: 39 + CI: 22 + CL: 26 + CM: 3 + CO: 27 + CR: 27 + CU: 7 + CV: 7 + CY: 6 + CZ: 23 + DE: 75 + DK: 33 + DO: 23 + DZ: 23 + EC: 26 + EE: 22 + EG: 27 + ES: 47 + FI: 35 + FJ: 7 + FR: 49 + GB: 78 + GF: 26 + GG: 7 + GH: 9 + GI: 24 + GQ: 9 + GR: 19 + GT: 27 + GY: 2 + HK: 35 + HN: 26 + HR: 29 + HU: 21 + ID: 31 + IE: 35 + IN: 45 + IQ: 24 + IS: 28 + IT: 44 + JM: 21 + JO: 23 + JP: 24 + KE: 10 + KR: 25 + KW: 24 + LB: 24 + LC: 7 + LI: 24 + LT: 23 + LU: 7 + LV: 22 + LY: 23 + MA: 22 + MC: 23 + MD: 22 + ME: 3 + MG: 3 + MK: 23 + ML: 4 + MU: 7 + MW: 2 + MX: 43 + MY: 27 + MZ: 9 + NE: 22 + NG: 25 + NI: 7 + NL: 44 + 'NO': 35 + NZ: 32 + OM: 23 + PA: 24 + PE: 27 + PF: 7 + PG: 3 + PH: 26 + PK: 7 + PL: 26 + PS: 24 + PT: 30 + PY: 26 + QA: 23 + RO: 17 + RS: 25 + RU: 25 + SA: 26 + SC: 8 + SE: 37 + SG: 27 + SK: 32 + SM: 24 + SN: 9 + SV: 24 + TC: 7 + TD: 4 + TH: 25 + TN: 23 + TR: 23 + TT: 7 + TW: 35 + TZ: 17 + UA: 6 + UG: 9 + US: 154 + UY: 28 + VE: 23 + YE: 24 + ZA: 24 + ZM: 9 + ZW: 4 + display_priority: 154 + logo_path: /fbveJTcro9Xw2KuPIIoPPePHiwy.jpg + provider_id: 701 + provider_name: FilmBox+ + - display_priorities: + CI: 23 + DZ: 24 + EG: 28 + GH: 10 + GQ: 10 + KE: 11 + LY: 24 + MA: 23 + MU: 8 + MZ: 10 + NE: 23 + NG: 26 + SC: 9 + SN: 10 + TN: 24 + TZ: 8 + UG: 10 + ZA: 25 + ZM: 10 + display_priority: 25 + logo_path: /4bsFc5AgxDNdDeS1NIjVRviARhB.jpg + provider_id: 704 + provider_name: IROKOTV + - display_priorities: + CA: 92 + display_priority: 92 + logo_path: /29VK28jsSjFWHdXl1lxPb2SGmAk.jpg + provider_id: 705 + provider_name: Hollywood Suite Amazon Channel + - display_priorities: + AT: 44 + DE: 130 + display_priority: 130 + logo_path: /9NYihXY9biyXFJSZQq5HIGu1n8B.jpg + provider_id: 706 + provider_name: Moviedome Plus Amazon Channel + - display_priorities: + AT: 45 + DE: 131 + display_priority: 131 + logo_path: /a2wCZ9ultzAbjAaG6JMiCFJoy9s.jpg + provider_id: 707 + provider_name: Aniverse Amazon Channel + - display_priorities: + AT: 46 + DE: 132 + IT: 98 + display_priority: 98 + logo_path: /9T5H28SXBkzmnZYy2iRfI7GzwLL.jpg + provider_id: 708 + provider_name: Superfresh Amazon Channel + - display_priorities: + DE: 81 + display_priority: 81 + logo_path: /eMoqH13BYzIC1wDlhONhHfDM3DN.jpg + provider_id: 1706 + provider_name: Comedy Central Plus Amazon Channel + - display_priorities: + DE: 80 + display_priority: 80 + logo_path: /AvUM6aAqYh7JxUokb5T5ERn3KMs.jpg + provider_id: 1707 + provider_name: BluTV Amazon Channel + - display_priorities: + DE: 79 + display_priority: 79 + logo_path: /yXGqtV8HiXTsMfneACNPmZdCBld.jpg + provider_id: 1708 + provider_name: Discovery Amazon Channel + - display_priorities: + DE: 83 + display_priority: 83 + logo_path: /cYzZyot2IuGUYUXLvw6BMBT6v9p.jpg + provider_id: 1709 + provider_name: GRJNGO Amazon Channel + - display_priorities: + DE: 82 + GB: 108 + IT: 53 + display_priority: 53 + logo_path: /vd53k28L5ntW0FsarBsDGoMTCzH.jpg + provider_id: 1710 + provider_name: HistoryPlay Amazon Channel + - display_priorities: + DE: 84 + display_priority: 84 + logo_path: /g06QZd5k4bjDEcZ3J97jb3rNlfB.jpg + provider_id: 1711 + provider_name: MTV Plus Amazon Channel + - display_priorities: + DE: 86 + display_priority: 86 + logo_path: /gHBdFYhxdeLHl8jimTDwA1bFv01.jpg + provider_id: 1712 + provider_name: RTL Passion Amazon Channel + - display_priorities: + AE: 14 + AR: 55 + AU: 59 + BH: 28 + BR: 77 + CA: 134 + CI: 24 + DE: 139 + DZ: 25 + EG: 30 + ES: 87 + FI: 41 + FR: 97 + GB: 119 + GH: 11 + GQ: 11 + ID: 35 + IL: 9 + IN: 63 + IQ: 10 + IT: 90 + JO: 28 + KE: 12 + KW: 29 + LB: 10 + LY: 25 + MA: 24 + MU: 10 + MX: 70 + MZ: 11 + NE: 24 + NG: 27 + OM: 28 + PH: 31 + PL: 32 + PS: 10 + QA: 28 + RU: 29 + SA: 28 + SC: 11 + SN: 11 + TN: 25 + TR: 55 + TZ: 10 + UG: 11 + US: 215 + ZA: 26 + ZM: 11 + display_priority: 215 + logo_path: /7qZED0kLBtiV8mLRNBtW4PQCAqW.jpg + provider_id: 1715 + provider_name: Shahid VIP + - display_priorities: + ES: 48 + display_priority: 48 + logo_path: /8vES2nJNwOF57muvqLByDLm6snp.jpg + provider_id: 1717 + provider_name: Acontra Plus + - display_priorities: + IT: 46 + display_priority: 46 + logo_path: /q77DpszIupURiKGDeFdSHo7TsTF.jpg + provider_id: 1726 + provider_name: Infinity Selection Amazon Channel + - display_priorities: + IT: 48 + display_priority: 48 + logo_path: /iZzlUo191ynXNpPNdcY8vvlYSf6.jpg + provider_id: 1728 + provider_name: iWonder Full Amazon channel + - display_priorities: + IT: 49 + display_priority: 49 + logo_path: /xdUXTl4ontqdKv9ZpSBZKiOTyWm.jpg + provider_id: 1729 + provider_name: Full Action Amazon Channel + - display_priorities: + FR: 53 + display_priority: 53 + logo_path: /uPhMKOrup9jtJHIci8FXo3D6y5x.jpg + provider_id: 1732 + provider_name: Universcine Amazon Channel + - display_priorities: + FR: 54 + display_priority: 54 + logo_path: /1PhTUiq01Z82nvuJlDNYtBnRRN0.jpg + provider_id: 1733 + provider_name: Action Max Amazon Channel + - display_priorities: + FR: 56 + display_priority: 56 + logo_path: /nJ43DUei5yK9wWG3g9YpYT4UfN4.jpg + provider_id: 1735 + provider_name: Insomnia Amazon Channel + - display_priorities: + FR: 58 + display_priority: 58 + logo_path: /zg1uFDzIchkwrwOW6dq7LFxB4n6.jpg + provider_id: 1737 + provider_name: INA madelen Amazon Channel + - display_priorities: + FR: 59 + display_priority: 59 + logo_path: /yXSOt0AKxG28wXhnBaogQGwF7Rq.jpg + provider_id: 1738 + provider_name: Benshi Amazon Channel + - display_priorities: + ES: 52 + display_priority: 52 + logo_path: /4s8njawy9i5sVseo5pO862bHKuM.jpg + provider_id: 1739 + provider_name: Pash Amazon Channel + - display_priorities: + ES: 53 + display_priority: 53 + logo_path: /yISpVXhf6axqiHh6lBvJ8RRrZ8v.jpg + provider_id: 1740 + provider_name: Planet Horror Amazon Channel + - display_priorities: + AT: 127 + DE: 227 + ES: 54 + NL: 96 + PT: 65 + SE: 50 + display_priority: 50 + logo_path: /tM1HabyA45cnckBEhLS7hAVga5g.jpg + provider_id: 1741 + provider_name: Dizi Amazon Channel + - display_priorities: + ES: 55 + display_priority: 55 + logo_path: /tGvAD4O9obFP3DfOrDn8NaRQ6eT.jpg + provider_id: 1742 + provider_name: Acontra Plus Amazon Channel + - display_priorities: + ES: 56 + display_priority: 56 + logo_path: /aJECXkHekrkuRZ7ABF5YR9DVDd8.jpg + provider_id: 1743 + provider_name: Historia y Actualidad Amazon Channel + - display_priorities: + GB: 83 + display_priority: 83 + logo_path: /jTtwvCgQxD8W7vljH5pH28PfYQD.jpg + provider_id: 1744 + provider_name: Icon Film Amazon Channel + - display_priorities: + GB: 86 + display_priority: 86 + logo_path: /mLif0L2p0M2AK4pbqHOBqLwB3bP.jpg + provider_id: 1747 + provider_name: Studiocanal Presents Amazon Channel + - display_priorities: + AE: 15 + BH: 24 + DZ: 26 + EG: 31 + IQ: 25 + JO: 24 + KW: 25 + LB: 25 + LY: 26 + MA: 25 + OM: 24 + PS: 25 + QA: 24 + SA: 29 + TN: 26 + YE: 25 + display_priority: 25 + logo_path: /bFxDjHDXP02u1dLPZfTsTC1L6EA.jpg + provider_id: 1750 + provider_name: TOD + - display_priorities: + FR: 60 + display_priority: 60 + logo_path: /blrBF9R2ONYu04ifGkYEb3k779N.jpg + provider_id: 1754 + provider_name: TF1+ + - display_priorities: + AT: 47 + DE: 91 + GB: 88 + display_priority: 88 + logo_path: /6WQqJyaFd0fmLLE6WIjFQyEyAFj.jpg + provider_id: 1757 + provider_name: Sooner Amazon Channel + - display_priorities: + US: 159 + display_priority: 159 + logo_path: /biHGb84xAzYrNkdvX5XWQTmgzC8.jpg + provider_id: 1759 + provider_name: Bet+ + - display_priorities: + US: 19 + display_priority: 19 + logo_path: /kkUHFtdjasnnOknZN69TbZ2fCTh.jpg + provider_id: 1770 + provider_name: Paramount+ with Showtime + - display_priorities: + AD: 24 + AL: 26 + BA: 26 + BG: 19 + CZ: 26 + DK: 36 + ES: 9 + FI: 37 + HR: 33 + HU: 24 + MK: 25 + NL: 11 + 'NO': 7 + PL: 7 + PT: 32 + RO: 20 + RS: 27 + SE: 7 + SI: 27 + SK: 35 + XK: 3 + display_priority: 3 + logo_path: /gQbqEYd0C9uprYxEUqTM589qn8g.jpg + provider_id: 1773 + provider_name: SkyShowtime + - display_priorities: + TR: 25 + display_priority: 25 + logo_path: /sDihpCEJyBtH1pwVniZz2U3gcBz.jpg + provider_id: 1791 + provider_name: Exxen + - display_priorities: + CA: 108 + US: 174 + display_priority: 174 + logo_path: /esiLBRzDUwodjfN8gA4qj7l3ZF7.jpg + provider_id: 1794 + provider_name: Starz Amazon Channel + - display_priorities: + AU: 52 + BR: 46 + CA: 110 + DE: 102 + ES: 63 + FR: 71 + GB: 98 + IT: 63 + JP: 27 + KR: 28 + MX: 46 + US: 175 + display_priority: 175 + logo_path: /kICQccvOh8AIBMHGkBXJ047xeHN.jpg + provider_id: 1796 + provider_name: Netflix basic with Ads + - display_priorities: + DE: 104 + display_priority: 104 + logo_path: /3VYyCBiG2WTCZ2tGzTkWvoXTeqi.jpg + provider_id: 1805 + provider_name: Studiocanal Presents MOVIECULT Amazon Channel + - display_priorities: + DE: 105 + display_priority: 105 + logo_path: /tHX1KI8VdAzKWMxSgPKqKfHcxFA.jpg + provider_id: 1806 + provider_name: Studiocanal Presents ALLSTARS Amazon Channel + - display_priorities: + US: 180 + display_priority: 180 + logo_path: /QAtDmj6XHlkPvw5xAjF08ZQARh.jpg + provider_id: 1811 + provider_name: Cohen Media Amazon Channel + - display_priorities: + BR: 83 + CZ: 22 + FR: 122 + MX: 18 + US: 11 + display_priority: 11 + logo_path: /erfmV26akboHUerxGjpl8pBwww3.jpg + provider_id: 1825 + provider_name: Max Amazon Channel + - display_priorities: + US: 183 + display_priority: 183 + logo_path: /f5yNbaK23OSWV5IocAj8FZwIOQj.jpg + provider_id: 1832 + provider_name: Popflick + - display_priorities: + ES: 68 + display_priority: 68 + logo_path: /8VhN4PeHU7yfMNoWK0DnwdS1HlS.jpg + provider_id: 1838 + provider_name: Tivify + - display_priorities: + AU: 58 + CA: 117 + 'NO': 40 + US: 23 + display_priority: 23 + logo_path: /xp12VXTZfunk568CAPs2Xqknimq.jpg + provider_id: 1852 + provider_name: 'Britbox Apple TV Channel ' + - display_priorities: + AR: 49 + AT: 56 + AU: 55 + BO: 31 + BR: 55 + CA: 116 + CH: 47 + CL: 31 + CO: 32 + CR: 32 + DE: 116 + DO: 29 + EC: 31 + FR: 83 + GB: 104 + GT: 32 + HN: 31 + IE: 41 + IT: 70 + MX: 23 + NI: 10 + PA: 30 + PE: 32 + PY: 30 + SV: 30 + US: 20 + VE: 28 + display_priority: 28 + logo_path: /tJqmTmQ8jp9WfyaZfApHK8lSywA.jpg + provider_id: 1853 + provider_name: 'Paramount Plus Apple TV Channel ' + - display_priorities: + AU: 56 + CA: 118 + ES: 93 + US: 22 + display_priority: 22 + logo_path: /oTQdXIqM9iewlN4MC2nhKB0gHw.jpg + provider_id: 1854 + provider_name: 'AMC Plus Apple TV Channel ' + - display_priorities: + US: 21 + display_priority: 21 + logo_path: /1C5EVCWyQD798CE1DFfcm6oAbxP.jpg + provider_id: 1855 + provider_name: Starz Apple TV Channel + - display_priorities: + BE: 35 + display_priority: 35 + logo_path: /kwftIxtjuCAROIcdd53UEjzSmca.jpg + provider_id: 1857 + provider_name: Telenet + - display_priorities: + AR: 57 + BR: 59 + CO: 33 + FR: 102 + GB: 124 + MX: 72 + MZ: 16 + PT: 55 + US: 226 + ZA: 29 + display_priority: 226 + logo_path: /44E23wCM3WLsvAVRyk6fye76cZb.jpg + provider_id: 1860 + provider_name: Univer Video + - display_priorities: + CL: 38 + CO: 39 + MX: 62 + US: 187 + display_priority: 187 + logo_path: /6S6kGNEmB4iSq83FX2zWTz8aLMN.jpg + provider_id: 1866 + provider_name: ViX Premium Amazon Channel + - display_priorities: + AR: 44 + BO: 29 + BR: 62 + BZ: 8 + CA: 123 + CL: 29 + CO: 30 + CR: 30 + DO: 27 + EC: 29 + ES: 72 + FR: 88 + GB: 106 + GT: 30 + HN: 29 + MX: 63 + NI: 8 + PA: 28 + PE: 30 + PY: 28 + SV: 28 + US: 191 + UY: 30 + VE: 26 + display_priority: 191 + logo_path: /oJRCAz1WKkKM9Ge7mX5KFnegTNY.jpg + provider_id: 1875 + provider_name: Runtime + - display_priorities: + FR: 89 + display_priority: 89 + logo_path: /2HsZxiwKi9Ym91r6WY9ojORvq79.jpg + provider_id: 1887 + provider_name: BrutX Amazon Channel + - display_priorities: + FR: 90 + display_priority: 90 + logo_path: /9jmtFeqCWvTSYpMMUPNhk8JNJWS.jpg + provider_id: 1888 + provider_name: Animation Digital Network Amazon Channel + - display_priorities: + CL: 44 + CO: 45 + FR: 91 + MX: 96 + display_priority: 96 + logo_path: /4ABGBjAMtRrYUrr0w3QfanuiaoB.jpg + provider_id: 1889 + provider_name: Universal+ Amazon Channel + - display_priorities: + AU: 83 + ES: 76 + display_priority: 76 + logo_path: /3EFwJrJalr0YEgN1ENwrYbIar3Q.jpg + provider_id: 1890 + provider_name: Hopster Amazon Channel + - display_priorities: + DE: 120 + display_priority: 120 + logo_path: /s7ZjSKXOtjKBb7hAzBm3b0iY0SG.jpg + provider_id: 1891 + provider_name: alleskino Amazon Channel + - display_priorities: + DE: 121 + display_priority: 121 + logo_path: /5Qe65kN95Z0CytOaG3I8bytdW7A.jpg + provider_id: 1892 + provider_name: RTL Crime Amazon Channel + - display_priorities: + GB: 109 + IT: 74 + display_priority: 74 + logo_path: /bAcfYRySJoSGfNQhmItALKqHYbJ.jpg + provider_id: 1893 + provider_name: Crime+ Investigation Play Amazon Channel + - display_priorities: + IT: 76 + display_priority: 76 + logo_path: /xcXI50PQIBsRDAP6eEpv09Vz8SG.jpg + provider_id: 1895 + provider_name: Anime Generation Amazon Channel + - display_priorities: + IN: 47 + display_priority: 47 + logo_path: /oRfWFOG7XbNO1ZSICEnRzmUt7bT.jpg + provider_id: 1898 + provider_name: Amazon miniTV + - display_priorities: + AD: 27 + AG: 12 + AR: 60 + BA: 29 + BB: 25 + BE: 67 + BG: 22 + BO: 32 + BR: 7 + BS: 26 + BZ: 10 + CL: 7 + CO: 6 + CR: 4 + CZ: 35 + DK: 43 + DO: 32 + EC: 5 + ES: 17 + FI: 45 + FR: 113 + GT: 4 + GY: 4 + HK: 40 + HN: 32 + HR: 36 + HU: 29 + ID: 41 + JM: 24 + LC: 11 + MC: 27 + MD: 27 + ME: 7 + MK: 28 + MX: 5 + MY: 33 + NI: 14 + NL: 88 + 'NO': 44 + PA: 32 + PE: 7 + PH: 34 + PL: 40 + PT: 61 + PY: 31 + RO: 25 + RS: 30 + SE: 48 + SG: 32 + SI: 30 + SK: 40 + SV: 32 + TC: 11 + TH: 32 + TT: 12 + TW: 40 + US: 10 + UY: 3 + VE: 29 + display_priority: 29 + logo_path: /fksCUZ9QDWZMUwL2LgMtLckROUN.jpg + provider_id: 1899 + provider_name: Max + - display_priorities: + DE: 122 + display_priority: 122 + logo_path: /qTybjmHLNcXZExZLBnm4muVCDzP.jpg + provider_id: 1902 + provider_name: ARD Plus + - display_priorities: + TR: 11 + display_priority: 11 + logo_path: /c8ryDZroFQtuyRVPBwXq5PLpTWV.jpg + provider_id: 1904 + provider_name: TV+ + - display_priorities: + CZ: 30 + display_priority: 30 + logo_path: /vrefjVylvD4RkEjQguuXebCp9UQ.jpg + provider_id: 1928 + provider_name: Prima Plus + - display_priorities: + AT: 60 + display_priority: 60 + logo_path: /kP741xlbpymqjELaTcPiAet3SnV.jpg + provider_id: 1929 + provider_name: Filmtastic bei Canal+ + - display_priorities: + CZ: 31 + display_priority: 31 + logo_path: /489t5n9o1KhH7voGNQkrXT7vBKV.jpg + provider_id: 1939 + provider_name: Lepsi TV + - display_priorities: + SE: 44 + display_priority: 44 + logo_path: /5lKPs5yrjeKHFrXh9RIvzyJJzSd.jpg + provider_id: 1944 + provider_name: TV4 Play + - display_priorities: + US: 204 + display_priority: 204 + logo_path: /en3dbHAWzDpvDhsI0G8LphUhpBr.jpg + provider_id: 1948 + provider_name: Reveel + - display_priorities: + US: 205 + display_priority: 205 + logo_path: /wSvS4FbVGh81CnC51JqXA3xaj27.jpg + provider_id: 1953 + provider_name: Ovation TV + - display_priorities: + AT: 74 + DE: 135 + display_priority: 135 + logo_path: /kVUNXh1Rt9JnwCDotghBKEwLGdH.jpg + provider_id: 1954 + provider_name: ServusTV On + - display_priorities: + US: 207 + display_priority: 207 + logo_path: /znTpq1dy5TYxm1QLoxORzuOuwYq.jpg + provider_id: 1956 + provider_name: Angel Studios + - display_priorities: + CA: 132 + US: 208 + display_priority: 208 + logo_path: /jpEV1w3CnrpDQ1vRvGQIZF1S6vA.jpg + provider_id: 1957 + provider_name: Cineverse + - display_priorities: + AE: 31 + DE: 136 + EG: 47 + IN: 61 + IQ: 41 + JO: 42 + KW: 42 + SA: 43 + US: 209 + display_priority: 209 + logo_path: /mK8nfCXfwoAa6cAkHUSKCkLEIKK.jpg + provider_id: 1958 + provider_name: AD tv + - display_priorities: + CA: 133 + US: 210 + display_priority: 210 + logo_path: /8s4adSGz4UmVOP5uegNkoikSFLV.jpg + provider_id: 1960 + provider_name: Midnight Pulp + - display_priorities: + DK: 40 + display_priority: 40 + logo_path: /a6z85DKGuPOyTg03TlJ6ShzzFO6.jpg + provider_id: 1961 + provider_name: Allente + - display_priorities: + US: 211 + display_priority: 211 + logo_path: /mfNkTJi4a462s69AxANQQU6IA7n.jpg + provider_id: 1962 + provider_name: FYI Network + - display_priorities: + US: 212 + display_priority: 212 + logo_path: /xfKqqWYYIyvjECOFOaYtJdD7gl3.jpg + provider_id: 1963 + provider_name: Xumo Play + - display_priorities: + US: 213 + display_priority: 213 + logo_path: /nlOrX8YVYjxFkEpfvJHayNg9UAB.jpg + provider_id: 1964 + provider_name: National Geographic + - display_priorities: + FR: 98 + display_priority: 98 + logo_path: /8qSG9LtUhBQIWy2Fr6fzeW7gBdd.jpg + provider_id: 1967 + provider_name: Molotov TV + - display_priorities: + AT: 126 + AU: 85 + BE: 71 + BR: 112 + CA: 12 + CL: 46 + CO: 47 + DE: 226 + ES: 111 + FR: 120 + GB: 12 + GG: 20 + IN: 80 + IT: 110 + MX: 105 + NL: 95 + PL: 47 + SE: 13 + US: 13 + display_priority: 13 + logo_path: /j7wdfXtHKUpV9CNwnXUa68HImFx.jpg + provider_id: 1968 + provider_name: Crunchyroll Amazon Channel + - display_priorities: + US: 216 + display_priority: 216 + logo_path: /6gdKp9OwHgDLloethSPxZbtovkl.jpg + provider_id: 1971 + provider_name: DistroTV + - display_priorities: + CA: 135 + US: 217 + display_priority: 217 + logo_path: /mWAOUnJY6hnQghUZpjuDB815efG.jpg + provider_id: 1972 + provider_name: myfilmfriend + - display_priorities: + US: 219 + display_priority: 219 + logo_path: /jLD5zHgsAhSWBRTnMUOLaXrUuVI.jpg + provider_id: 1976 + provider_name: Outside Watch + - display_priorities: + US: 224 + display_priority: 224 + logo_path: /iaTUCUOMrwXYRsVH3Ttkino1VDH.jpg + provider_id: 1985 + provider_name: Citytv + - display_priorities: + NL: 80 + display_priority: 80 + logo_path: /cYyxWlMG0o1dKRvOdpMrVIFrY4F.jpg + provider_id: 1986 + provider_name: NPO Plus + - display_priorities: + AU: 62 + display_priority: 62 + logo_path: /zlOChFXWhfIqK2QCf6KPxu0nH2D.jpg + provider_id: 1988 + provider_name: Brollie + - display_priorities: + DE: 144 + display_priority: 144 + logo_path: /mmDWKHiDLmHDo2OWnduQuI1T4bh.jpg + provider_id: 1989 + provider_name: 'ZDF Select Amazon Channel ' + - display_priorities: + DE: 145 + display_priority: 145 + logo_path: /dKh2TJ9lTWV0UIcDQGMnMyQ8AIN.jpg + provider_id: 1993 + provider_name: Videoload + - display_priorities: + DE: 146 + display_priority: 146 + logo_path: /a1zZJiOid4gG27xJtkcDaSVrQdb.jpg + provider_id: 1994 + provider_name: TELE 5 + - display_priorities: + FI: 42 + display_priority: 42 + logo_path: /wRMEDOZ8iAEEHXIY2VyckvT0K8I.jpg + provider_id: 2029 + provider_name: MTV Katsomo + - display_priorities: + US: 230 + display_priority: 230 + logo_path: /vpSjs2UcViGYYHyuI8Kow9oHEtU.jpg + provider_id: 2030 + provider_name: Toon Goggles + - display_priorities: + US: 231 + display_priority: 231 + logo_path: /a0vfnBfWPAF6OtKZCzlyiW9A9l6.jpg + provider_id: 2033 + provider_name: A&E Crime Central Apple TV Channel + - display_priorities: + AU: 63 + CA: 140 + ES: 92 + GB: 129 + MX: 78 + US: 232 + display_priority: 232 + logo_path: /kx8rGgFYxX6aJkG7RHx2mtijglC.jpg + provider_id: 2034 + provider_name: Acorn TV Apple TV + - display_priorities: + DE: 148 + display_priority: 148 + logo_path: /u8kLI2iiZVJfcQp9EqbaSU9OXFh.jpg + provider_id: 2035 + provider_name: Crime+Investigation Play Apple TV Channel + - display_priorities: + US: 233 + display_priority: 233 + logo_path: /voNwdFHk9uc2ZEWKZlwSQDsfRJN.jpg + provider_id: 2036 + provider_name: ALLBLK Apple TV channel + - display_priorities: + DE: 149 + display_priority: 149 + logo_path: /9jxvmD363A04nuMw9jgyLzeDB3J.jpg + provider_id: 2037 + provider_name: ARD Plus Apple TV channel + - display_priorities: + DE: 150 + display_priority: 150 + logo_path: /as1NArQkfAnptYQP3VS03GOJPdm.jpg + provider_id: 2038 + provider_name: Arthaus+ Apple TV channel + - display_priorities: + CA: 145 + US: 245 + display_priority: 245 + logo_path: /z9YY5laFTjAb28NHvMU3ZBjVftm.jpg + provider_id: 2039 + provider_name: BBC Select Apple Tv channel + - display_priorities: + US: 246 + display_priority: 246 + logo_path: /yFk3WffvGGUtIjJBSV0pgsciaEB.jpg + provider_id: 2040 + provider_name: BET+ Apple TV channel + - display_priorities: + CA: 143 + US: 239 + display_priority: 239 + logo_path: /1SuB6tXdKaW4qDRDiqm9C1nr1mD.jpg + provider_id: 2044 + provider_name: OUTtv Apple TV Channel + - display_priorities: + US: 234 + display_priority: 234 + logo_path: /92iY4soQNVzNM02mHGjqovPdzdF.jpg + provider_id: 2045 + provider_name: UP Faith & Family Apple TV Channel + - display_priorities: + GB: 130 + US: 235 + display_priority: 235 + logo_path: /5a0E4ozONnF8rw5cI3n9uueK9WM.jpg + provider_id: 2047 + provider_name: Tastemade Apple TV Channel + - display_priorities: + CA: 141 + US: 236 + display_priority: 236 + logo_path: /1x0LxXHUibIolT5fxdSamGGMBC3.jpg + provider_id: 2048 + provider_name: Sundance Now Apple TV Channel + - display_priorities: + AU: 64 + CA: 142 + US: 237 + display_priority: 237 + logo_path: /kLfq0I2MwiUFUY9yI1GwOeKxX8f.jpg + provider_id: 2049 + provider_name: Shudder Apple TV Channel + - display_priorities: + US: 238 + display_priority: 238 + logo_path: /96HJkA4nMkcOtiqH9oF1YYtGBHK.jpg + provider_id: 2050 + provider_name: ScreenPix Apple TV Channel + - display_priorities: + CA: 144 + display_priority: 144 + logo_path: /dy9XKHyf16dSB1Lg7KIrtUwDxIX.jpg + provider_id: 2052 + provider_name: Love Nature Apple TV Channel + - display_priorities: + IN: 74 + display_priority: 74 + logo_path: /p8i1zUcZYQ7qU6RrGvGbDItvcx4.jpg + provider_id: 2053 + provider_name: Lionsgate Play Apple TV Channel + - display_priorities: + ID: 37 + display_priority: 37 + logo_path: /hwX55ugBE1qtM62egayb1CHvNEh.jpg + provider_id: 2054 + provider_name: Lifetime Play Apple TV Channel + - display_priorities: + US: 240 + display_priority: 240 + logo_path: /cpSQ9P0ntzr1gZcxHIyaryihpgH.jpg + provider_id: 2055 + provider_name: Lifetime Movie Club Apple TV Channel + - display_priorities: + CA: 146 + US: 248 + display_priority: 248 + logo_path: /tPvmybuDUn84aDps72GiMbvr2xU.jpg + provider_id: 2056 + provider_name: IFC Films Unlimited Apple TV Channel + - display_priorities: + US: 249 + display_priority: 249 + logo_path: /fsert5S2L3CWSFyaAODiWPOScmz.jpg + provider_id: 2057 + provider_name: HISTORY Vault Apple TV Channel + - display_priorities: + US: 241 + display_priority: 241 + logo_path: /ce9sTSF5WsvqEHv7kxOM1LlQha5.jpg + provider_id: 2058 + provider_name: Hallmark Movies Now Apple TV Channel + - display_priorities: + AU: 65 + IN: 75 + US: 242 + display_priority: 242 + logo_path: /cqgeSQHqKEkfcmsiy7GoCnf1Q2I.jpg + provider_id: 2059 + provider_name: Eros Now Select Apple TV Channel + - display_priorities: + GB: 131 + US: 243 + display_priority: 243 + logo_path: /z9x1xFFKjHTYlLYWtiPhAjN4jOp.jpg + provider_id: 2060 + provider_name: CuriosityStream Apple TV Channel + - display_priorities: + US: 244 + display_priority: 244 + logo_path: /zXCdY4pczONheFCU9GkrMbGI1o5.jpg + provider_id: 2061 + provider_name: Cinemax Apple TV Channel + - display_priorities: + AT: 125 + BE: 70 + DE: 225 + NL: 94 + PL: 46 + display_priority: 46 + logo_path: /2y1TzK7BFZlVV7IGmvGZGfzAAjj.jpg + provider_id: 2063 + provider_name: 'Crime+Investigation Play Amazon Channel ' + - display_priorities: + CA: 161 + US: 273 + display_priority: 273 + logo_path: /dj9jb4fiaHILc5GtF76BXzrsGZj.jpg + provider_id: 2064 + provider_name: 'ALLBLK Amazon channel ' + - display_priorities: + AT: 122 + CH: 64 + DE: 223 + display_priority: 223 + logo_path: /aiRdDAPESgu9ztDFcLtrSqFa0W2.jpg + provider_id: 2065 + provider_name: 'ARD Plus Amazon channel ' + - display_priorities: + US: 251 + display_priority: 251 + logo_path: /fr8lHD0EAYU01UIhg6u8kJrk7jQ.jpg + provider_id: 2073 + provider_name: HISTORY Vault Amazon Channel + - display_priorities: + IN: 77 + display_priority: 77 + logo_path: /yVbjPWEbsStanRAxwKMDARVOvsn.jpg + provider_id: 2074 + provider_name: Lionsgate Play Amazon Channel + - display_priorities: + ID: 38 + display_priority: 38 + logo_path: /zNYEUs0Z5t7jJqnLTtla8v6AoS4.jpg + provider_id: 2075 + provider_name: Lifetime Play Amazon Channel + - display_priorities: + DE: 152 + display_priority: 152 + logo_path: /ptSF973yIl90KwhEmNWDvN1nhan.jpg + provider_id: 2076 + provider_name: Wedo TV + - display_priorities: + DE: 160 + PE: 34 + US: 135 + display_priority: 135 + logo_path: /27WMfRN7pQE3j5Khm8fPM7vYyLV.jpg + provider_id: 2077 + provider_name: Plex Channel + - display_priorities: + US: 259 + display_priority: 259 + logo_path: /2CYF8CNs5WK3sB69K0AlmwUxrzv.jpg + provider_id: 2078 + provider_name: Troma NOW + - display_priorities: + DE: 154 + display_priority: 154 + logo_path: /5JkLub6H7HsWyLHbitnuXTzXmlJ.jpg + provider_id: 2081 + provider_name: KiKA + - display_priorities: + US: 253 + display_priority: 253 + logo_path: /bKWKqZYT3wrpq1Lyi2qSmx1qlqh.jpg + provider_id: 2089 + provider_name: Lifetime Movie Club Amazon Channel + - display_priorities: + AT: 65 + CA: 152 + DE: 156 + GB: 136 + US: 258 + display_priority: 258 + logo_path: /8aBqoNeGGr0oSA85iopgNZUOTOc.jpg + provider_id: 2100 + provider_name: Amazon Prime Video with Ads + - display_priorities: + PL: 35 + display_priority: 35 + logo_path: /hMfeG5pus99eh1xrSaC2r7YG5vw.jpg + provider_id: 2101 + provider_name: Canal+ online + - display_priorities: + DE: 157 + display_priority: 157 + logo_path: /1rGIwO6vLlABDzMEUYKGGxfftTK.jpg + provider_id: 2103 + provider_name: Funk + - display_priorities: + US: 82 + display_priority: 82 + logo_path: /9YYuvhTfMuBR7keJ7DPa1GFlDrF.jpg + provider_id: 2129 + provider_name: BYUtv + - display_priorities: + AT: 67 + DE: 162 + display_priority: 162 + logo_path: /bh0e83QEvjzttsj8FJcQaYxPR43.jpg + provider_id: 2134 + provider_name: AXN Black Amazon Channel + - display_priorities: + DE: 165 + display_priority: 165 + logo_path: /inTlUMvnQrtCee5fnO4J45SuIwH.jpg + provider_id: 2137 + provider_name: Arthaus+ + - display_priorities: + AT: 71 + BE: 66 + BR: 91 + CL: 37 + CO: 38 + DE: 166 + ES: 105 + GB: 144 + IT: 106 + MX: 85 + NL: 87 + display_priority: 87 + logo_path: /efu1Cqc63XrPBoreYnf2mn0Nizj.jpg + provider_id: 2141 + provider_name: MGM Plus Amazon Channel + - display_priorities: + AR: 66 + BR: 90 + CL: 36 + CO: 37 + MX: 83 + display_priority: 83 + logo_path: /foWKiK4ikpdM72OGN2B8jjyy6OY.jpg + provider_id: 2142 + provider_name: MGM+ Apple TV Channel + - display_priorities: + AT: 69 + display_priority: 69 + logo_path: /d1d8EljUNvWVU09ShQyXHE1mO9L.jpg + provider_id: 2151 + provider_name: ORF ON + - display_priorities: + AT: 70 + display_priority: 70 + logo_path: /5fS4WiQZ7yX3fBHKelQBO9NwUcD.jpg + provider_id: 2152 + provider_name: ORF KIDS + - display_priorities: + BR: 93 + display_priority: 93 + logo_path: /rvepVasXaE7VFNNXR9pm0tGMu97.jpg + provider_id: 2157 + provider_name: Reserva Imovision Amazon Channel + - display_priorities: + BR: 95 + display_priority: 95 + logo_path: /lerdRkZ4vwe4gEZfSxpDpLF4uVl.jpg + provider_id: 2159 + provider_name: CurtaOn Amazon Channel + - display_priorities: + BR: 96 + MX: 87 + display_priority: 87 + logo_path: /rWQZ2inMaEH315tkjREtBewl1Qf.jpg + provider_id: 2160 + provider_name: Playkids Learning Amazon Channel + - display_priorities: + MX: 88 + display_priority: 88 + logo_path: /b4vLoTkxvsjOB9kG2V0jsczRl1Q.jpg + provider_id: 2161 + provider_name: Sony One Amazon Channel + - display_priorities: + MX: 89 + display_priority: 89 + logo_path: /7lF4oJgbweKKeb9PemMUAw86ji2.jpg + provider_id: 2162 + provider_name: Atresplayer Amazon Channel + - display_priorities: + MX: 90 + US: 275 + display_priority: 275 + logo_path: /iHQ9I6iKiIAHSg4sAztp9QGYSs4.jpg + provider_id: 2163 + provider_name: Vix Gratis Amazon Channel + - display_priorities: + MX: 91 + display_priority: 91 + logo_path: /7SOOyT9PP0DMdsCXESdfMqbrFKW.jpg + provider_id: 2164 + provider_name: Gaia Amazon Channel + - display_priorities: + CL: 39 + CO: 40 + MX: 92 + display_priority: 92 + logo_path: /p6vxYqm2xJpcLg3UbdHnqiVFHNa.jpg + provider_id: 2165 + provider_name: Kanal D Drama Amazon Channel + - display_priorities: + MX: 93 + display_priority: 93 + logo_path: /qvTVusThbGd1FcEKQYcwiO4RjYa.jpg + provider_id: 2166 + provider_name: Pinguinitos Amazon Channel + - display_priorities: + CL: 40 + CO: 41 + MX: 94 + display_priority: 94 + logo_path: /3Urtm9N9KL9cvhHBAKMpROdee1n.jpg + provider_id: 2167 + provider_name: Cindie Amazon Channel + - display_priorities: + AU: 74 + display_priority: 74 + logo_path: /qLT8rsghGQ92bsC0PAKtu4JAjTX.jpg + provider_id: 2168 + provider_name: DocPlay Amazon Channel + - display_priorities: + AU: 75 + IN: 96 + display_priority: 96 + logo_path: /3sOfrPDIomU45q0EN4Z9jQ3OfeG.jpg + provider_id: 2169 + provider_name: Iwonder Amazon Channel + - display_priorities: + AU: 76 + display_priority: 76 + logo_path: /cgdnToW3i10CWEoSoQC6Zq9mO9H.jpg + provider_id: 2170 + provider_name: Rialto Amazon Channel + - display_priorities: + CA: 156 + display_priority: 156 + logo_path: /aaGh2F4UhXLRvOifdjSHQMqWB0K.jpg + provider_id: 2171 + provider_name: Citytvplus Amazon Channel + - display_priorities: + AU: 77 + CA: 157 + GB: 159 + display_priority: 159 + logo_path: /e0MOb15WwgMmXPpza4eLqS0OmW6.jpg + provider_id: 2172 + provider_name: The Great Courses Amazon Channel + - display_priorities: + DE: 167 + FR: 115 + display_priority: 115 + logo_path: /h5QpXIpSnvrPFnOLRXV83CtVHQH.jpg + provider_id: 2173 + provider_name: Anime Digital Network Amazon Channel + - display_priorities: + IN: 81 + display_priority: 81 + logo_path: /8ipK9EjNHvcPM22SgqKdA8wZjal.jpg + provider_id: 2176 + provider_name: Hoichoi Amazon Channel + - display_priorities: + IN: 82 + display_priority: 82 + logo_path: /fY2J5CojsKC52LO2K8P5AQAH2UT.jpg + provider_id: 2177 + provider_name: ManoramaMAX Amazon Channel + - display_priorities: + IN: 83 + display_priority: 83 + logo_path: /sOikKxPVWnwUqa46nt8SwrQ53ui.jpg + provider_id: 2178 + provider_name: Chaupal Amazon Channel + - display_priorities: + IN: 84 + display_priority: 84 + logo_path: /vAlwpM4ey2gRvgWmg5mHrjOAIU4.jpg + provider_id: 2179 + provider_name: BBC Kids Amazon Channel + - display_priorities: + IN: 85 + display_priority: 85 + logo_path: /i7FaDWpD2xoIWB5lyF191cykfck.jpg + provider_id: 2180 + provider_name: Sony Pictures Amazon Channel + - display_priorities: + IN: 86 + display_priority: 86 + logo_path: /3LH55fdW1UrjDITGZcJlQT4wRqB.jpg + provider_id: 2181 + provider_name: Vrott Amazon Channel + - display_priorities: + IN: 87 + display_priority: 87 + logo_path: /p2fVhnzr0znG2KnVLmH9bjj7F0S.jpg + provider_id: 2182 + provider_name: Anime Times Amazon Channel + - display_priorities: + IN: 88 + display_priority: 88 + logo_path: /yOHCtgHbtOKQF5Oezz2ZNSxV6bq.jpg + provider_id: 2183 + provider_name: MyZen TV Amazon Channel + - display_priorities: + IN: 89 + display_priority: 89 + logo_path: /saZdn4kLq6Brkc0d8g6SZYGPxIr.jpg + provider_id: 2184 + provider_name: Museum Tv Amazon Channel + - display_priorities: + IN: 97 + display_priority: 97 + logo_path: /8WPLg0mQQUdzWZw7xDaM0POmwfO.jpg + provider_id: 2185 + provider_name: NammaFlix Amazon Channel + - display_priorities: + DE: 170 + display_priority: 170 + logo_path: /745WQrNUjgJfUXxM2OJAoFkPhsw.jpg + provider_id: 2201 + provider_name: Toggo + - display_priorities: + DE: 171 + display_priority: 171 + logo_path: /jASACep2h6gPgTEfilfsn0mFteF.jpg + provider_id: 2206 + provider_name: Kixi + - display_priorities: + DE: 173 + display_priority: 173 + logo_path: /xo4zowa5gbKT4z65ZathH6H4Cdg.jpg + provider_id: 2209 + provider_name: Freenet meinVOD + - display_priorities: + DE: 174 + display_priority: 174 + logo_path: /mvI5xXSRCBkPlcq83CI21rEMuGk.jpg + provider_id: 2211 + provider_name: 3sat + - display_priorities: + PL: 44 + display_priority: 44 + logo_path: /rZG2UBzS8ysl2kloSbrm9w4Mth2.jpg + provider_id: 2214 + provider_name: CDA Premium + - display_priorities: + DE: 175 + display_priority: 175 + logo_path: /eeu878U02fXr6ef3OfeiVVUS8yv.jpg + provider_id: 2220 + provider_name: Akibapass + - display_priorities: + AT: 76 + DE: 177 + display_priority: 177 + logo_path: /a688PNhEgWvLPzxr7AgAD8pDfE9.jpg + provider_id: 2229 + provider_name: Disaster X Amazon Channel + - display_priorities: + AT: 77 + DE: 179 + display_priority: 179 + logo_path: /yRtZJF9vKrSSwwsgUS6XycBdAl0.jpg + provider_id: 2231 + provider_name: Galactic Stream Amazon Channel + - display_priorities: + AT: 78 + DE: 180 + display_priority: 180 + logo_path: /59jxqvvHok2RxWZ4gsdNs33be5r.jpg + provider_id: 2233 + provider_name: BATTLEZONE Amazon Channel + - display_priorities: + ES: 108 + display_priority: 108 + logo_path: /lDvzuBuNVgpcdzDpPmmufKvrZPb.jpg + provider_id: 2237 + provider_name: 3Cat + - display_priorities: + TR: 1 + display_priority: 1 + logo_path: /lt6XdkI9JJuQjW7FH1Tud3M6x68.jpg + provider_id: 2240 + provider_name: Gain + - display_priorities: + ES: 4 + display_priority: 4 + logo_path: /jse4MOi92Jgetym7nbXFZZBI6LK.jpg + provider_id: 2241 + provider_name: Movistar Plus+ + - display_priorities: + AU: 89 + CA: 168 + GB: 161 + US: 277 + display_priority: 277 + logo_path: /yFrZVSC4UnDpeIzX2svcRPgV5P5.jpg + provider_id: 2243 + provider_name: Apple TV Plus Amazon Channel + - display_priorities: + AT: 79 + DE: 181 + display_priority: 181 + logo_path: /kdK7YNtuILiP8eczeXV9nv6w6rd.jpg + provider_id: 2245 + provider_name: Auto Motor und Sport Amazon Channel + - display_priorities: + AT: 80 + CH: 54 + DE: 182 + display_priority: 182 + logo_path: /fA2DzD3tCoGt3LLCfH2N4K9klQi.jpg + provider_id: 2246 + provider_name: ' AXN White Amazon Channel ' + - display_priorities: + AT: 81 + DE: 183 + display_priority: 183 + logo_path: /ehDgFpzIDeWQARSAGi8gGvrNIxT.jpg + provider_id: 2247 + provider_name: 'Cirkus Amazon Channel ' + - display_priorities: + AT: 82 + DE: 184 + display_priority: 184 + logo_path: /4crDlxVeDcvFYJriUmy9RgOdPGR.jpg + provider_id: 2248 + provider_name: 'E! Entertainment Amazon Channel ' + - display_priorities: + AT: 83 + DE: 185 + display_priority: 185 + logo_path: /hj3dCuFVj4iBRQsYHRVtVGZ8ezb.jpg + provider_id: 2249 + provider_name: Fix And Foxi Amazon Channel + - display_priorities: + AT: 84 + CH: 55 + DE: 186 + display_priority: 186 + logo_path: /kuDPlNYeBXdJdBS1VhbwWEKXf8t.jpg + provider_id: 2250 + provider_name: FlimmerkisteTV Amazon Channel + - display_priorities: + AT: 86 + DE: 188 + display_priority: 188 + logo_path: /cvh6xn93xim49GzNEwxx43CHRiS.jpg + provider_id: 2252 + provider_name: Franatic Amazon Channel + - display_priorities: + AT: 87 + DE: 189 + display_priority: 189 + logo_path: /xc1sNY9m26IWTDLVch4l5RITE5n.jpg + provider_id: 2253 + provider_name: GEO Television Amazon Channel + - display_priorities: + AT: 88 + DE: 190 + display_priority: 190 + logo_path: /15d0DEceQYOTdUhbTV4h90MCwzw.jpg + provider_id: 2254 + provider_name: GEO Wild Amazon Channel + - display_priorities: + AT: 91 + DE: 193 + display_priority: 193 + logo_path: /j0EdO7R89IKdVkOE7jG4UnlJWJx.jpg + provider_id: 2257 + provider_name: Historama Amazon Channel + - display_priorities: + AT: 92 + DE: 194 + display_priority: 194 + logo_path: /4H9Cr9iKiKwJkjBqJn4TgHu3ufL.jpg + provider_id: 2258 + provider_name: Kabel Eins Classics Amazon Channel + - display_priorities: + AT: 93 + CH: 56 + DE: 195 + display_priority: 195 + logo_path: /6rUYLv7HEvx5DK1D6MQXy3MkLQc.jpg + provider_id: 2259 + provider_name: Kinderwelt Amazon Channel + - display_priorities: + AT: 94 + CH: 57 + DE: 196 + display_priority: 196 + logo_path: /2ixS9fp8UgxGifDn9aNxyeMyShc.jpg + provider_id: 2260 + provider_name: Kixi Select Amazon Channel + - display_priorities: + AT: 95 + CH: 58 + DE: 197 + LI: 30 + LU: 12 + display_priority: 30 + logo_path: /AeebTPbgU6JeJ2OkptaFjeCsmvQ.jpg + provider_id: 2261 + provider_name: Moconomy Amazon Channel + - display_priorities: + AT: 96 + CH: 59 + DE: 198 + GB: 149 + GG: 12 + LI: 31 + LU: 13 + US: 278 + display_priority: 278 + logo_path: /jNcidIqJIs75zwPGbOXa1YRXqgW.jpg + provider_id: 2262 + provider_name: Motorvision TV Amazon Channel + - display_priorities: + AT: 97 + DE: 199 + display_priority: 199 + logo_path: /ge0PnSsdq9tCFY7UVpPwVKddaER.jpg + provider_id: 2263 + provider_name: Netzkino Select Amazon Channel + - display_priorities: + AT: 99 + DE: 201 + GB: 150 + GG: 13 + display_priority: 150 + logo_path: /fNrfISilqgSKJPPrYFmVBwzQm0x.jpg + provider_id: 2264 + provider_name: Okidoki Amazon Channel + - display_priorities: + AT: 100 + DE: 202 + display_priority: 202 + logo_path: /uP1H33OCslvhtlFzYTicmHivq9O.jpg + provider_id: 2265 + provider_name: ProSieben Fun Amazon Channel + - display_priorities: + AT: 102 + CH: 61 + DE: 204 + display_priority: 204 + logo_path: /kMfIUfVymOKnLwQGBAAUl6V8Q6H.jpg + provider_id: 2267 + provider_name: Queer Cinemab Amazon Channel + - display_priorities: + AT: 103 + DE: 205 + display_priority: 205 + logo_path: /mv5q5cRD3SwijtJQ13lktAo1Zow.jpg + provider_id: 2268 + provider_name: RTL Living Amazon Channel + - display_priorities: + AT: 104 + DE: 206 + GB: 151 + GG: 14 + display_priority: 151 + logo_path: /eOHPreGr7UvOGMEpVqXWZdcJAiT.jpg + provider_id: 2269 + provider_name: Sat.1 emotions Amazon Channel + - display_priorities: + AT: 105 + DE: 207 + display_priority: 207 + logo_path: /e4XxAzUddiLEGm4Okh8mSWxgh5U.jpg + provider_id: 2270 + provider_name: Sony Amazon Channel + - display_priorities: + AT: 106 + DE: 208 + display_priority: 208 + logo_path: /f3RXdwfzEfl5tf68T4Z1e78RT5Y.jpg + provider_id: 2271 + provider_name: Spiegel Geschichte Amazon Channel + - display_priorities: + AT: 112 + DE: 214 + display_priority: 214 + logo_path: /orskeNGDTbM3Ja0XdJL6GsBsJux.jpg + provider_id: 2277 + provider_name: Terra X Amazon Channel + - display_priorities: + AT: 115 + DE: 217 + display_priority: 217 + logo_path: /oIzyclVVk4xllr5KNqr28NdXMmh.jpg + provider_id: 2280 + provider_name: Watch4+ Amazon Channel + - display_priorities: + AT: 116 + CH: 62 + DE: 218 + display_priority: 218 + logo_path: /wjIZsNyJ3BtYURWZoBzMSUQYjvg.jpg + provider_id: 2281 + provider_name: Wild West Amzon Channel + - display_priorities: + TH: 30 + display_priority: 30 + logo_path: /kwuUSaCoI9XN0ofHGVTkRm4BMYt.jpg + provider_id: 2283 + provider_name: Monomax + - display_priorities: + JP: 59 + display_priority: 59 + logo_path: /cT8C7KjGlmaLrcsXkZhQpRhqpQs.jpg + provider_id: 2284 + provider_name: Max UNext Channel + - display_priorities: + AD: 28 + AE: 40 + AG: 14 + AL: 29 + AO: 6 + AR: 70 + AT: 119 + AU: 86 + AZ: 6 + BA: 30 + BB: 27 + BE: 69 + BF: 6 + BG: 23 + BH: 53 + BM: 29 + BO: 34 + BR: 111 + BS: 28 + BY: 8 + BZ: 12 + CA: 165 + CD: 3 + CH: 63 + CI: 28 + CL: 45 + CM: 6 + CO: 46 + CR: 34 + CU: 9 + CV: 14 + CY: 10 + CZ: 36 + DE: 54 + DK: 44 + DO: 34 + DZ: 30 + EC: 33 + EE: 28 + EG: 57 + ES: 110 + FI: 46 + FJ: 13 + FR: 119 + GB: 47 + GF: 30 + GG: 19 + GH: 17 + GI: 28 + GQ: 15 + GR: 25 + GT: 34 + GY: 6 + HK: 39 + HN: 34 + HR: 37 + HU: 30 + ID: 40 + IE: 47 + IL: 28 + IN: 100 + IQ: 53 + IS: 33 + IT: 109 + JM: 27 + JO: 55 + JP: 60 + KE: 16 + KR: 58 + KW: 54 + LB: 30 + LC: 14 + LI: 33 + LT: 29 + LU: 15 + LV: 28 + LY: 30 + MA: 29 + MC: 28 + MD: 28 + ME: 8 + MG: 6 + MK: 29 + ML: 7 + MT: 27 + MU: 16 + MW: 4 + MX: 104 + MY: 32 + MZ: 18 + NE: 28 + NG: 31 + NI: 16 + NL: 93 + NO: 45 + NZ: 39 + OM: 54 + PA: 34 + PE: 35 + PF: 12 + PG: 6 + PH: 33 + PK: 9 + PL: 45 + PS: 29 + PT: 64 + PY: 33 + QA: 53 + RO: 26 + RS: 31 + RU: 31 + SA: 52 + SC: 15 + SE: 49 + SG: 31 + SI: 31 + SK: 41 + SM: 29 + SN: 15 + SV: 34 + TC: 13 + TD: 8 + TH: 31 + TN: 30 + TR: 67 + TT: 15 + TW: 39 + TZ: 33 + UA: 9 + UG: 17 + US: 43 + UY: 33 + VA: 8 + VE: 31 + XK: 6 + YE: 29 + ZA: 31 + ZM: 15 + ZW: 7 + display_priority: 31 + logo_path: /uCMLyl8jGIbInVyDeCeV6kpciFm.jpg + provider_id: 2285 + provider_name: JustWatchTV + - display_priorities: + FR: 121 + display_priority: 121 + logo_path: /PAaj5bekwbeeoRC1evWg4KJW8p.jpg + provider_id: 2286 + provider_name: VIVA by videofutur + - display_priorities: + AT: 121 + DE: 222 + display_priority: 222 + logo_path: /8fE593wjaked3UDNEb0Aw9WsSNW.jpg + provider_id: 2288 + provider_name: Allstars Amazon Channel + - display_priorities: + AT: 128 + CH: 66 + DE: 228 + LI: 34 + LU: 16 + display_priority: 34 + logo_path: /4zKrTkGhbh1KjFksg3gVPsZiPt2.jpg + provider_id: 2289 + provider_name: Fernsehen mit Herz Amazon Channel + - display_priorities: + AT: 129 + DE: 229 + GB: 157 + GG: 21 + display_priority: 229 + logo_path: /wezYuFAT4j8UV9Lk3oY2gptoNJ.jpg + provider_id: 2290 + provider_name: H & C TV Amazon Channel + - display_priorities: + AT: 131 + DE: 231 + display_priority: 231 + logo_path: /1egNE9hIti4LGeVJPGHbgXuXXO9.jpg + provider_id: 2291 + provider_name: Moviecult Amazon Channel + - display_priorities: + AT: 134 + DE: 234 + GB: 158 + GG: 22 + display_priority: 234 + logo_path: /91mdl623RUIlQGr3ZlbB6uxKM9W.jpg + provider_id: 2293 + provider_name: Seven Entertainment Amazon Channel + - display_priorities: + AT: 136 + DE: 236 + display_priority: 236 + logo_path: /Qq3ZiMvLl288BvhVoBv8lFot8I.jpg + provider_id: 2295 + provider_name: Thrillbox Amazon Channel + - display_priorities: + AT: 137 + DE: 237 + display_priority: 237 + logo_path: /sElGn8Ml7yYKuAsceZYQ0nKpqHa.jpg + provider_id: 2296 + provider_name: Viaplay Amazon Channel + - display_priorities: + AT: 138 + DE: 238 + display_priority: 238 + logo_path: /r3Ure9Slzgn6hcjMQKVIgf0ORBV.jpg + provider_id: 2297 + provider_name: ZDF Krimi Amazon Channel + - display_priorities: + AT: 139 + DE: 239 + GB: 160 + GG: 23 + display_priority: 239 + logo_path: /8w42AXYRf7BiaRMsFTUCsTSuz63.jpg + provider_id: 2298 + provider_name: ZDFtivi Amazon channel + - display_priorities: + AT: 123 + DE: 224 + display_priority: 224 + logo_path: /txD7jP7uZCsfoYkkCrJ20RgW2R0.jpg + provider_id: 2299 + provider_name: Bergblick Amazon Channel + - display_priorities: + GB: 156 + display_priority: 156 + logo_path: /1LuvKw01c2KQCt6DqgAgR06H2pT.jpg + provider_id: 2300 + provider_name: ITVX Premium + - display_priorities: + AR: 71 + display_priority: 71 + logo_path: /yGXdJGI6K2fPhpUoCt22yjLkgRj.jpg + provider_id: 2302 + provider_name: Mercado Play + - display_priorities: + AU: 87 + BR: 114 + CA: 166 + FR: 123 + GB: 162 + IE: 48 + MX: 106 + display_priority: 106 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 2303 + provider_name: Paramount Plus Premium + - display_priorities: + AU: 88 + CA: 167 + GB: 163 + IE: 49 + display_priority: 49 + logo_path: /h5DcR0J2EESLitnhR8xLG1QymTE.jpg + provider_id: 2304 + provider_name: Paramount Plus Basic with Ads + - display_priorities: + FR: 124 + display_priority: 124 + logo_path: /rdMFjYYE0uZ55rBdlX149gRF1XQ.jpg + provider_id: 2307 + provider_name: Premiere Max +components: + schemas: + addFavourite: + type: object + properties: + status_code: + type: number + example: 1 + description: An integer value representing the status of the response. A value of 1 is often used to denote a generic success response. + status_message: + type: string + example: Success. + description: A string providing a brief indication of the status of the request. + success: + type: boolean + example: true + description: A boolean value indicating whether the request was successful. + + listProperty: + type: object + properties: + status_code: + type: number + example: 12 + description: An integer value representing the status of the response. A value of 1 is often used to denote a generic success response. + status_message: + type: string + example: The item/record was updated successfully. + description: A string providing a brief indication of the status of the request. + success: + type: boolean + example: true + description: A boolean value indicating whether the request was successful. + + + parameters: + language: + name: language + in: query + description: Specifies the language in which the response should be returned. + schema: + type: string + example: en-US + + page: + name: page + in: query + description: Indicates which page of results to return. Default is the first page (1). + schema: + type: integer + example: 1 + + session_id: + name: session_id + in: query + description: A token that represents a logged-in user's session after they have authenticated with their TMDB account. + schema: + type: string + example: '' + + sort_by: + name: sort_by + in: query + description: Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date. + schema: + type: string + enum: + - created_at.asc + - created_at.desc + example: created_at.asc + + account_id: + name: account_id + in: path + required: true + description: This refers to a unique identifier assigned to a user account. + schema: + type: integer + example: '' + + + start_date: + name: start_date + in: query + description: It specifies what date you want the results to start from + schema: + type: string + + end_date: + name: end_date + in: query + description: This indicates the end of the date range for the data you want to retrieve + schema: + type: string + + collection_id: + name: collection_id + in: path + required: true + description: A unique identifier assigned to a specific collection. + schema: + type: number + example: '' + + company_id: + name: company_id + in: path + required: true + description: A unique identifier assigned to a company. + schema: + type: number + example: '' + + region: + name: region + in: query + description: This is the geographical area or country that can be used to filter results based on regional availability. + schema: + type: string + example: '' + + include_adult: + name: include_adult + in: query + description: This indicate whether the movie is an adult content. + schema: + type: string + enum: + - true + - false + example: false + + + movie_id: + name: movie_id + in: path + required: true + description: This is a unique identifier for a movie. + schema: + type: integer + example: '' + + sorts_by: + name: sorts_by + in: query + description: Defines the order in which results are sorted. + schema: + type: string + enum: + - orignal_title_asc + - original_title_desc + - popularity_asc + - popularity_desc + - revenue_asc + - revenue_desc + - prirmary_release_date.asc + - title_asc + - title_desc + - primary_release_date.desc + - vote_average.asc + - vote_average_desc + - vote_count.asc + - vote_count.desc + example: 'popularity_desc' + + + vote_average.gte: + name: vote_average.gte + in: query + description: Filters results to include those with an average vote greater than or equal to the specified value. + schema: + type: number + example: '' + + vote_average.lte: + name: vote_average.lte + in: query + description: Filters results to include those with an average vote less than or equal to the specified value. + schema: + type: number + example: '' + + vote_count.gte: + name: vote_count.gte + in: query + description: Filters results to include those with a vote count greater than or equal to the specified number. + schema: + type: number + example: '' + + vote_count.lte: + name: vote_count.lte + in: query + description: Filters results to include those with a vote count less than or equal to the specified number. + schema: + type: number + example: '' + + watch_region: + name: watch_region + in: query + description: Specifies a region code for filtering results based on available watch providers or monetization types. + schema: + type: string + example: '' + + with_cast: + name: with_cast + in: query + description: Filters results to include films that have certain cast members. Can be a comma (for AND) or pipe (for OR) separated query. + schema: + type: string + example: '' + + with_companies: + name: with_companies + in: query + description: Filters results to include films produced by specific companies. Can also be a comma (for AND) or pipe (for OR) separated query. + schema: + type: string + example: '' + + with_crew: + name: with_crew + in: query + description: Filters results to include films that involve specific crew members (e.g., directors, writers). Can be a comma (for AND) or pipe (for OR) separated query. + schema: + type: string + example: '' + + with_genres: + name: with_genres + in: query + description: string Filters results by specified genres (e.g., action, comedy). Can be a comma (for AND) or pipe (for OR) separated query. + schema: + type: string + example: '' + + with_keyword: + name: with_keyword + in: query + description: Filters results to include films associated with specific keywords. Can be a comma (for AND) or pipe (for OR) separated query. + schema: + type: string + example: '' + + with_origin_country: + name: with_origin_country + in: query + description: Filters results based on the country of origin of the film. + schema: + type: string + example: '' + + with_original_language: + name: with_original_language + in: query + description: Filters results to include films in a specified original language. + schema: + type: string + example: '' + + with_people: + name: with_people + in: query + description: Filters results to include names of specific people associated with the film (cast, crew). Can be a comma (for AND) or pipe (for OR) separated query. + schema: + type: string + example: '' + + with_release_type: + name: with_release_type + in: query + description: Filters results based on the release type (e.g., theatrical, digital). Possible values are; [1, 2, 3, 4, 5, 6]. Can be a comma (for AND) or pipe (for OR) query. + schema: + type: integer + example: '' + + with_runtime.gte: + name: with-runtime.gte + in: query + description: Filters results to include films with a runtime greater than or equal to the specified number of minutes. + schema: + type: integer + example: '' + + with_runtime.lte: + name: with_runtime.lte + in: query + description: Filters results to include films with a runtime less than or equal to the specified number of minutes. + schema: + type: integer + example: '' + + with_watch_monetization: + name: with_watch_monetization + in: query + description: Filters results based on financial aspects of watching, including types like "flatrate," "free," "ads," "rent," or "buy." + schema: + type: string + example: '' + + + with_watch_providers: + name: with_watch_providers + in: query + description: Specifies which watch providers to filter by, such as Netflix or Hulu. Can be a comma (for AND) or pipe (for OR) separated query. + schema: + type: string + example: '' + + without_companies: + name: without_companies + in: query + description: Filters results to exclude films produced by certain companies. + schema: + type: string + example: '' + + without_genres: + name: without_companies + in: query + description: results to exclude specified genres from the results. + schema: + type: string + example: '' + + without_keywords: + name: without_keywords + in: query + description: Filters results to exclude specified keywords associated with the films. + schema: + type: string + example: '' + + without_watch_providers: + name: without_watch_providers + in: query + description: Filters results to exclude films available on specified watch providers. + schema: + type: string + example: '' + + year: + name: year + in: query + description: This is used to filter results based on a specific year. + schema: + type: integer + example: '' + + guest_session_id: + name: guest_session_id + in: path + required: true + description: It represents a unique identifier for a session that is created for a guest user. + schema: + type: string + example: '' + + keyword_id: + name: keyword_id + in: path + required: true + description: This is the unique identifier for each keyword. + schema: + type: string + example: '' + + list_id: + name: list_id + in: query + required: true + description: This is the unique identifier of the list been created + schema: + type: number + example: '' + + append_to_response: + name: append_to_response + in: query + description: This add additional data to the response beyond the initial information requested. + schema: + type: string + example: '' + + network_id: + name: network_id + in: path + required: true + description: A unique integer identifier assigned to a specific network in the database. + schema: + type: string + example: '' + + person_id: + name: person_id + in: path + required: true + description: This refers to a unique identifier assigned to an individual within a database. + schema: + type: string + example: '' + + time_window: + name: time_window + in: path + required: true + description: It allows users to specify whether they want to receive trending data for a single day ("day") or for the entire week ("week"). + schema: + type: string + enum: + - day + - week + example: "day" + + timezone: + name: timezone + in: query + description: This is the timezone of the user. + schema: + type: string + example: '' + + series_id: + name: series_id + in: path + required: true + description: This refers to a unique identifier assigned to a television series within the database. + schema: + type: integer + example: '' + + season_number: + name: season_number + in: path + required: true + description: This refers to the numerical identifier assigned to a specific season of a TV series. + schema: + type: integer + example: '' + + episode_number: + name: episode_number + in: path + required: true + description: This refers to the unique number assigned to a specific episode within a season of a television series. + schema: + type: integer + example: '' + + + securitySchemes: + bearerAuth: + type: http + scheme: bearer +security: + - bearerAuth: [] +tags: + - name: AUTHENTICATION + - name: ACCOUNT + - name: CERTIFICATIONS + - name: CHANGES + - name: COLLECTIONS + - name: COMPANY + - name: CONFIGURATION + - name: CREDIT + - name: DISCOVER + - name: FIND + - name: GENRES + - name: GUEST SESSIONS + - name: KEYWORDS + - name: LISTS + - name: MOVIE LISTS + - name: MOVIES + - name: NETWORKS + - name: PEOPLE LIST + - name: PEOPLE + - name: REVIEWS + - name: SEARCH + - name: TRENDING + - name: TV SERIES LIST + - name: TV SERIES + - name: TV SEASONS + - name: TV EPISODES + - name: TV EPISODE GROUP + - name: WATCH PROVIDERS \ No newline at end of file diff --git a/src/features/content/service.ts b/src/features/content/service.ts index a7df6e2..b8661f7 100644 --- a/src/features/content/service.ts +++ b/src/features/content/service.ts @@ -2,12 +2,12 @@ import type { Category, Entry } from "./types"; import { query } from "@solidjs/router"; -import { entries } from "./data"; -import { getContinueWatching, getItem, getRandomItems } from "./apis/jellyfin"; +import { getContinueWatching, getRandomItems } from "./apis/jellyfin"; import { getDiscovery, getRecommendations, getEntry as getTmdbEntry, + searchMulti, } from "./apis/tmdb"; const jellyfinUserId = "a9c51af84bf54578a99ab4dd0ebf0763"; @@ -19,20 +19,25 @@ export const listCategories = query(async (): Promise => { return [ // { label: "Continue", entries: await getContinueWatching(jellyfinUserId) }, { - label: "Recommendations (For you?)", + label: "For you", entries: await getRecommendations(), }, { label: "Discover", entries: await getDiscovery() }, { label: "Random", entries: await getRandomItems(jellyfinUserId) }, ]; -}, "series.categories.list"); +}, "content.categories.list"); export const getEntry = query( async (id: Entry["id"]): Promise => { return getTmdbEntry(id); // return getItem(jellyfinUserId, id); }, - "series.get", + "content.get", ); +export const search = query(async (query: string, page: number = 1) => { + "use server"; + return searchMulti(query, page); +}, 'content.search'); + export { listUsers, getContinueWatching, listItems } from "./apis/jellyfin"; diff --git a/src/features/content/types.ts b/src/features/content/types.ts index baac8b8..8e5be69 100644 --- a/src/features/content/types.ts +++ b/src/features/content/types.ts @@ -29,3 +29,9 @@ export namespace Entry { } } } + +export interface SearchResult { + count: number; + pages: number; + results: Entry[]; +} diff --git a/src/features/overview/overview.module.css b/src/features/overview/overview.module.css index b8a5911..736903e 100644 --- a/src/features/overview/overview.module.css +++ b/src/features/overview/overview.module.css @@ -1,14 +1,6 @@ .container { display: grid; grid-auto-flow: row; - gap: 2em; + gap: var(--size-6); border-radius: inherit; - - & > .hero { - border-radius: inherit; - } - - & > .list { - padding-inline: 4em; - } } \ No newline at end of file diff --git a/src/features/player/player.tsx b/src/features/player/player.tsx index 90bd3f0..3da6022 100644 --- a/src/features/player/player.tsx +++ b/src/features/player/player.tsx @@ -3,10 +3,10 @@ import { createEventSignal, } from "@solid-primitives/event-listener"; import { createAsync, json, query } from "@solidjs/router"; -import { Component, createEffect, createMemo, createSignal } from "solid-js"; +import { Component, createEffect, createMemo, createSignal, on } from "solid-js"; import css from "./player.module.css"; import { Volume } from "./controls/volume"; -import { getEntry } from "../content"; +import { Entry, getEntry } from "../content"; const metadata = query(async (id: string) => { "use server"; @@ -36,7 +36,7 @@ const metadata = query(async (id: string) => { }, "player.metadata"); interface PlayerProps { - id: string; + entry: Entry; } export const Player: Component = (props) => { @@ -44,9 +44,7 @@ export const Player: Component = (props) => { undefined as unknown as HTMLVideoElement, ); - const entry = createAsync(() => getEntry(props.id)); - - const data = createAsync(() => metadata(props.id), { + const data = createAsync(() => metadata(props.entry.id), { deferStream: true, initialValue: {} as any, }); @@ -65,25 +63,12 @@ export const Player: Component = (props) => { : ""; }); - createEffect(() => { - const metadata = data(); - const el = video(); - - if (metadata === undefined || el === undefined) { - return; - } - - console.log(metadata); - }); - - createEffect(() => { - thumbnails(); - - console.log(video()!.textTracks.getTrackById("thumbnails")?.cues); + createEffect(on(thumbnails, (thumbnails) => { + // console.log(thumbnails, video()!.textTracks.getTrackById("thumbnails")?.cues); // const captions = el.addTextTrack("captions", "English", "en"); // captions. - }); + })); const onDurationChange = createEventSignal(video, "durationchange"); const onTimeUpdate = createEventSignal(video, "timeupdate"); @@ -102,53 +87,53 @@ export const Player: Component = (props) => { createEventListenerMap(() => video()!, { durationchange(e) { - console.log("durationchange", e); + // console.log("durationchange", e); }, loadeddata(e) { - console.log("loadeddata", e); + // console.log("loadeddata", e); }, loadedmetadata(e) { - console.log("loadedmetadata", e); + // console.log("loadedmetadata", e); }, ratechange(e) { - console.log("ratechange", e); + // console.log("ratechange", e); }, seeked(e) { - console.log("seeked", e); + // console.log("seeked", e); }, seeking(e) { - console.log("seeking", e); + // console.log("seeking", e); }, stalled(e) { - console.log( - "stalled (meaning downloading data failed)", - e, - video()!.error, - ); + // console.log( + // "stalled (meaning downloading data failed)", + // e, + // video()!.error, + // ); }, play(e) { - console.log("play", e); + // console.log("play", e); }, canplay(e) { - console.log("canplay", e); + // console.log("canplay", e); }, playing(e) { - console.log("playing", e); + // console.log("playing", e); }, pause(e) { - console.log("pause", e); + // console.log("pause", e); }, suspend(e) { // console.log("suspend", e); }, volumechange(e) { - console.log("volumechange", e); + // console.log("volumechange", e); }, waiting(e) { - console.log("waiting", e); + // console.log("waiting", e); }, progress(e) { @@ -172,7 +157,7 @@ export const Player: Component = (props) => { return (
-

{entry()?.title}

+

{props.entry?.title}