JustWatch API

API ID 13507

JustWatch API (justwatch.com). Find where to watch movies and TV shows: streaming, rent and buy offers per country and provider, title details and seasons/episodes, search, popular and new-arrival

API Documentation

Endpoints

Request
Lists all supported languages that can be used as the "language" parameter across the API.
Endpoint ID: 29890
GET https://docs.zylalabs.com/api/13507/justwatch+api/29890/supported+languages
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
[
    {
        "code": "sq",
        "name": "Albanian"
    },
    {
        "code": "ar",
        "name": "Arabic"
    },
    {
        "code": "az",
        "name": "Azerbaijani"
    },
    {
        "code": "be",
        "name": "Belarusian"
    },
    {
        "code": "bs",
        "name": "Bosnian"
    },
    {
        "code": "bg",
        "name": "Bulgarian"
    },
    {
        "code": "ca",
        "name": "Catalan"
    },
    {
        "code": "zh",
        "name": "Chinese"
    },
    {
        "code": "hr",
        "name": "Croatian"
    },
    {
        "code": "cs",
        "name": "Czech"
    },
    {
        "code": "en",
        "name": "English"
    },
    {
        "code": "et",
        "name": "Estonian"
    },
    {
        "code": "fi",
        "name": "Finnish"
    },
    {
        "code": "fr",
        "name": "French"
    },
    {
        "code": "de",
        "name": "German"
    },
    {
        "code": "el",
        "name": "Greek"
    },
    {
        "code": "he",
        "name": "Hebrew"
    },
    {
        "code": "hu",
        "name": "Hungarian"
    },
    {
        "code": "is",
        "name": "Icelandic"
    },
    {
        "code": "it",
        "name": "Italian"
    },
    {
        "code": "ja",
        "name": "Japanese"
    },
    {
        "code": "ko",
        "name": "Korean"
    },
    {
        "code": "lv",
        "name": "Latvian"
    },
    {
        "code": "lt",
        "name": "Lithuanian"
    },
    {
        "code": "mk",
        "name": "Macedonian"
    },
    {
        "code": "mt",
        "name": "Maltese"
    },
    {
        "code": "pl",
        "name": "Polish"
    },
    {
        "code": "pt",
        "name": "Portuguese"
    },
    {
        "code": "ro",
        "name": "Romanian"
    },
    {
        "code": "ru",
        "name": "Russian"
    },
    {
        "code": "sr",
        "name": "Serbian"
    },
    {
        "code": "sk",
        "name": "Slovak"
    },
    {
        "code": "sl",
        "name": "Slovenian"
    },
    {
        "code": "es",
        "name": "Spanish"
    },
    {
        "code": "sw",
        "name": "Swahili"
    },
    {
        "code": "sv",
        "name": "Swedish"
    },
    {
        "code": "tr",
        "name": "Turkish"
    },
    {
        "code": "uk",
        "name": "Ukrainian"
    },
    {
        "code": "ur",
        "name": "Urdu"
    }
]
Supported languages — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29890/supported+languages' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists all supported regions with their currency and locale
Endpoint ID: 29891
GET https://docs.zylalabs.com/api/13507/justwatch+api/29891/supported+regions
INPUT PARAMETERS

Supported regions — Endpoint Features

Object Description
language Required 2-letter language code (e.g. "en", "de", "sr").

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

language
API EXAMPLE RESPONSE
JSON
[
    {
        "code": "AL",
        "name": "Albania",
        "locale": "sq_AL",
        "currency": "ALL"
    },
    {
        "code": "DZ",
        "name": "Algeria",
        "locale": "ar_DZ",
        "currency": "DZD"
    },
    {
        "code": "AD",
        "name": "Andorra",
        "locale": "ca_AD",
        "currency": "EUR"
    },
    {
        "code": "AO",
        "name": "Angola",
        "locale": "pt_AO",
        "currency": "AOA"
    },
    {
        "code": "AG",
        "name": "Antigua and Barbuda",
        "locale": "en_AG",
        "currency": "XCD"
    },
    {
        "code": "AR",
        "name": "Argentina",
        "locale": "es_AR",
        "currency": "ARS"
    },
    {
        "code": "AU",
        "name": "Australia",
        "locale": "en_AU",
        "currency": "AUD"
    },
    {
        "code": "AT",
        "name": "Austria",
        "locale": "de_AT",
        "currency": "EUR"
    },
    {
        "code": "AZ",
        "name": "Azerbaijan",
        "locale": "az_AZ",
        "currency": "AZN"
    },
    {
        "code": "BS",
        "name": "Bahamas",
        "locale": "en_BS",
        "currency": "BSD"
    },
    {
        "code": "BH",
        "name": "Bahrain",
        "locale": "ar_BH",
        "currency": "BHD"
    },
    {
        "code": "BB",
        "name": "Barbados",
        "locale": "en_BB",
        "currency": "BBD"
    },
    {
        "code": "BY",
        "name": "Belarus",
        "locale": "be_BY",
        "currency": "BYN"
    },
    {
        "code": "BE",
        "name": "Belgium",
        "locale": "fr_BE",
        "currency": "EUR"
    },
    {
        "code": "BZ",
        "name": "Belize",
        "locale": "en_BZ",
        "currency": "BZD"
    },
    {
        "code": "BM",
        "name": "Bermuda",
        "locale": "en_BM",
        "currency": "BMD"
    },
    {
        "code": "BO",
        "name": "Bolivia",
        "locale": "es_BO",
        "currency": "BOB"
    },
    {
        "code": "BA",
        "name": "Bosnia and Herzegovina",
        "locale": "bs_BA",
        "currency": "BAM"
    },
    {
        "code": "BR",
        "name": "Brazil",
        "locale": "pt_BR",
        "currency": "BRL"
    },
    {
        "code": "BG",
        "name": "Bulgaria",
        "locale": "bg_BG",
        "currency": "EUR"
    },
    {
        "code": "BF",
        "name": "Burkina Faso",
        "locale": "fr_BF",
        "currency": "XOF"
    },
    {
        "code": "CM",
        "name": "Cameroon",
        "locale": "en_CM",
        "currency": "XAF"
    },
    {
        "code": "CA",
        "name": "Canada",
        "locale": "en_CA",
        "currency": "CAD"
    },
    {
        "code": "CV",
        "name": "Cape Verde",
        "locale": "pt_CV",
        "currency": "CVE"
    },
    {
        "code": "TD",
        "name": "Chad",
        "locale": "ar_TD",
        "currency": "XAF"
    },
    {
        "code": "CL",
        "name": "Chile",
        "locale": "es_CL",
        "currency": "CLP"
    },
    {
        "code": "CO",
        "name": "Colombia",
        "locale": "es_CO",
        "currency": "COP"
    },
    {
        "code": "CR",
        "name": "Costa Rica",
        "locale": "es_CR",
        "currency": "CRC"
    },
    {
        "code": "HR",
        "name": "Croatia",
        "locale": "hr_HR",
        "currency": "HRK"
    },
    {
        "code": "CU",
        "name": "Cuba",
        "locale": "es_CU",
        "currency": "CUC"
    },
    {
        "code": "CY",
        "name": "Cyprus",
        "locale": "el_CY",
        "currency": "EUR"
    },
    {
        "code": "CZ",
        "name": "Czech Republic",
        "locale": "cs_CZ",
        "currency": "CZK"
    },
    {
        "code": "CD",
        "name": "DR Congo",
        "locale": "fr_CD",
        "currency": "CDF"
    },
    {
        "code": "DK",
        "name": "Denmark",
        "locale": "en_DK",
        "currency": "DKK"
    },
    {
        "code": "DO",
        "name": "Dominican Republic",
        "locale": "es_DO",
        "currency": "DOP"
    },
    {
        "code": "EC",
        "name": "Ecuador",
        "locale": "es_EC",
        "currency": "USD"
    },
    {
        "code": "EG",
        "name": "Egypt",
        "locale": "ar_EG",
        "currency": "EGP"
    },
    {
        "code": "SV",
        "name": "El Salvador",
        "locale": "es_SV",
        "currency": "SVC"
    },
    {
        "code": "GQ",
        "name": "Equatorial Guinea",
        "locale": "es_GQ",
        "currency": "XAF"
    },
    {
        "code": "EE",
        "name": "Estonia",
        "locale": "et_EE",
        "currency": "EUR"
    },
    {
        "code": "FJ",
        "name": "Fiji",
        "locale": "en_FJ",
        "currency": "FJD"
    },
    {
        "code": "FI",
        "name": "Finland",
        "locale": "fi_FI",
        "currency": "EUR"
    },
    {
        "code": "FR",
        "name": "France",
        "locale": "fr_FR",
        "currency": "EUR"
    },
    {
        "code": "GF",
        "name": "French Guiana",
        "locale": "fr_GF",
        "currency": "EUR"
    },
    {
        "code": "PF",
        "name": "French Polynesia",
        "locale": "fr_PF",
        "currency": "XPF"
    },
    {
        "code": "DE",
        "name": "Germany",
        "locale": "de_DE",
        "currency": "EUR"
    },
    {
        "code": "GH",
        "name": "Ghana",
        "locale": "en_GH",
        "currency": "GHS"
    },
    {
        "code": "GI",
        "name": "Gibraltar",
        "locale": "en_GI",
        "currency": "GIP"
    },
    {
        "code": "GR",
        "name": "Greece",
        "locale": "el_GR",
        "currency": "EUR"
    },
    {
        "code": "GT",
        "name": "Guatemala",
        "locale": "es_GT",
        "currency": "GTQ"
    },
    {
        "code": "GG",
        "name": "Guernsey",
        "locale": "en_GG",
        "currency": "GBP"
    },
    {
        "code": "GY",
        "name": "Guyana",
        "locale": "en_GY",
        "currency": "GYD"
    },
    {
        "code": "HN",
        "name": "Honduras",
        "locale": "es_HN",
        "currency": "HNL"
    },
    {
        "code": "HK",
        "name": "Hong Kong",
        "locale": "zh_HK",
        "currency": "HKD"
    },
    {
        "code": "HU",
        "name": "Hungary",
        "locale": "hu_HU",
        "currency": "HUF"
    },
    {
        "code": "IS",
        "name": "Iceland",
        "locale": "is_IS",
        "currency": "ISK"
    },
    {
        "code": "IN",
        "name": "India",
        "locale": "en_IN",
        "currency": "INR"
    },
    {
        "code": "ID",
        "name": "Indonesia",
        "locale": "en_ID",
        "currency": "IDR"
    },
    {
        "code": "IQ",
        "name": "Iraq",
        "locale": "ar_IQ",
        "currency": "IQD"
    },
    {
        "code": "IE",
        "name": "Ireland",
        "locale": "en_IE",
        "currency": "EUR"
    },
    {
        "code": "IL",
        "name": "Israel",
        "locale": "he_IL",
        "currency": "ILS"
    },
    {
        "code": "IT",
        "name": "Italy",
        "locale": "it_IT",
        "currency": "EUR"
    },
    {
        "code": "CI",
        "name": "Ivory Coast",
        "locale": "fr_CI",
        "currency": "XOF"
    },
    {
        "code": "JM",
        "name": "Jamaica",
        "locale": "en_JM",
        "currency": "JMD"
    },
    {
        "code": "JP",
        "name": "Japan",
        "locale": "ja_JP",
        "currency": "JPY"
    },
    {
        "code": "JO",
        "name": "Jordan",
        "locale": "ar_JO",
        "currency": "JOD"
    },
    {
        "code": "KE",
        "name": "Kenya",
        "locale": "en_KE",
        "currency": "KES"
    },
    {
        "code": "XK",
        "name": "Kosovo",
        "locale": "sq_XK",
        "currency": "EUR"
    },
    {
        "code": "KW",
        "name": "Kuwait",
        "locale": "ar_KW",
        "currency": "KWD"
    },
    {
        "code": "LV",
        "name": "Latvia",
        "locale": "lv_LV",
        "currency": "EUR"
    },
    {
        "code": "LB",
        "name": "Lebanon",
        "locale": "ar_LB",
        "currency": "LBP"
    },
    {
        "code": "LY",
        "name": "Libya",
        "locale": "ar_LY",
        "currency": "LYD"
    },
    {
        "code": "LI",
        "name": "Liechtenstein",
        "locale": "de_LI",
        "currency": "CHF"
    },
    {
        "code": "LT",
        "name": "Lithuania",
        "locale": "lt_LT",
        "currency": "EUR"
    },
    {
        "code": "LU",
        "name": "Luxembourg",
        "locale": "fr_LU",
        "currency": "EUR"
    },
    {
        "code": "MK",
        "name": "Macedonia",
        "locale": "mk_MK",
        "currency": "MKD"
    },
    {
        "code": "MG",
        "name": "Madagascar",
        "locale": "fr_MG",
        "currency": "MGA"
    },
    {
        "code": "MW",
        "name": "Malawi",
        "locale": "en_MW",
        "currency": "MWK"
    },
    {
        "code": "MY",
        "name": "Malaysia",
        "locale": "en_MY",
        "currency": "MYR"
    },
    {
        "code": "ML",
        "name": "Mali",
        "locale": "fr_ML",
        "currency": "XOF"
    },
    {
        "code": "MT",
        "name": "Malta",
        "locale": "mt_MT",
        "currency": "EUR"
    },
    {
        "code": "MU",
        "name": "Mauritius",
        "locale": "fr_MU"
    },
    {
        "_note": "Response truncated for documentation purposes"
    }
]
Supported regions — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29891/supported+regions?language=en' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists all genres, supported genres from JustWatch
Endpoint ID: 29892
GET https://docs.zylalabs.com/api/13507/justwatch+api/29892/supported+genres
INPUT PARAMETERS

Supported genres — Endpoint Features

Object Description
language Required 2-letter language code (e.g. "en", "de", "sr").

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

language
API EXAMPLE RESPONSE
JSON
[
    {
        "shortName": "act",
        "name": "Action & Adventure"
    },
    {
        "shortName": "ani",
        "name": "Animation"
    },
    {
        "shortName": "cmy",
        "name": "Comedy"
    },
    {
        "shortName": "crm",
        "name": "Crime"
    },
    {
        "shortName": "doc",
        "name": "Documentary"
    },
    {
        "shortName": "drm",
        "name": "Drama"
    },
    {
        "shortName": "fnt",
        "name": "Fantasy"
    },
    {
        "shortName": "hst",
        "name": "History"
    },
    {
        "shortName": "hrr",
        "name": "Horror"
    },
    {
        "shortName": "fml",
        "name": "Kids & Family"
    },
    {
        "shortName": "eur",
        "name": "Made in Europe"
    },
    {
        "shortName": "msc",
        "name": "Music & Musical"
    },
    {
        "shortName": "trl",
        "name": "Mystery & Thriller"
    },
    {
        "shortName": "rly",
        "name": "Reality TV"
    },
    {
        "shortName": "rma",
        "name": "Romance"
    },
    {
        "shortName": "scf",
        "name": "Science-Fiction"
    },
    {
        "shortName": "spt",
        "name": "Sport"
    },
    {
        "shortName": "war",
        "name": "War & Military"
    },
    {
        "shortName": "wsn",
        "name": "Western"
    }
]
Supported genres — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29892/supported+genres?language=en' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists all age ratings available in a region. Age ratings are region-specific (e.g. US: G/PG/R, DE: FSK).
Endpoint ID: 29893
GET https://docs.zylalabs.com/api/13507/justwatch+api/29893/age+ratings+for+a+region
INPUT PARAMETERS

Age ratings for a region — Endpoint Features

Object Description
country Required 2-letter country code (e.g. "US", "DE", "RS").

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

country
API EXAMPLE RESPONSE
JSON
[
    {
        "id": 21,
        "name": "G"
    },
    {
        "id": 127,
        "name": "TV-Y"
    },
    {
        "id": 26,
        "name": "PG"
    },
    {
        "id": 128,
        "name": "TV-Y7"
    },
    {
        "id": 129,
        "name": "TV-G"
    },
    {
        "id": 22,
        "name": "PG-13"
    },
    {
        "id": 23,
        "name": "R"
    },
    {
        "id": 130,
        "name": "TV-PG"
    },
    {
        "id": 24,
        "name": "NC-17"
    },
    {
        "id": 131,
        "name": "TV-14"
    },
    {
        "id": 132,
        "name": "TV-MA"
    },
    {
        "id": 21526,
        "name": "TV-Y7-FV"
    },
    {
        "id": 22486,
        "name": "TVY7"
    },
    {
        "id": 21935,
        "name": "NC-16"
    },
    {
        "id": 22487,
        "name": "TV-Y"
    },
    {
        "id": 22490,
        "name": "6"
    },
    {
        "id": 22491,
        "name": "E"
    },
    {
        "id": 22492,
        "name": "L"
    },
    {
        "id": 22493,
        "name": "L+"
    },
    {
        "id": 21435,
        "name": "TV-UNRATED"
    },
    {
        "id": 22494,
        "name": "PG-13"
    },
    {
        "id": 22481,
        "name": "18+"
    },
    {
        "id": 22489,
        "name": "9"
    },
    {
        "id": 22934,
        "name": "E"
    },
    {
        "id": 22483,
        "name": "A14"
    },
    {
        "id": 22488,
        "name": "15"
    },
    {
        "id": 22933,
        "name": "R"
    },
    {
        "id": 21638,
        "name": "TV-MA"
    },
    {
        "id": 22939,
        "name": "E10+"
    },
    {
        "id": 22935,
        "name": "M"
    },
    {
        "id": 22937,
        "name": "X"
    },
    {
        "id": 22941,
        "name": "MA-13"
    },
    {
        "id": 22942,
        "name": "MA-17"
    },
    {
        "id": 22943,
        "name": "V"
    },
    {
        "id": 21634,
        "name": "TV-14"
    },
    {
        "id": 22484,
        "name": "R21"
    },
    {
        "id": 22932,
        "name": "18+"
    },
    {
        "id": 22931,
        "name": "16+"
    },
    {
        "id": 22944,
        "name": "U"
    },
    {
        "id": 22945,
        "name": "U"
    },
    {
        "id": 22946,
        "name": "ALL"
    },
    {
        "id": 22948,
        "name": "0"
    },
    {
        "id": 22947,
        "name": "0"
    },
    {
        "id": 22949,
        "name": "AO"
    },
    {
        "id": 22950,
        "name": "T"
    },
    {
        "id": 22951,
        "name": "L S F"
    },
    {
        "id": 22952,
        "name": "T"
    },
    {
        "id": 22953,
        "name": "L D V N"
    },
    {
        "id": 22954,
        "name": "N V+ S+"
    },
    {
        "id": 22956,
        "name": "No mature content"
    },
    {
        "id": 22482,
        "name": "A12"
    },
    {
        "id": 21593,
        "name": "UNRATED"
    },
    {
        "id": 24254,
        "name": "15"
    },
    {
        "id": 24255,
        "name": "12"
    },
    {
        "id": 24256,
        "name": "EC"
    },
    {
        "id": 22485,
        "name": "A10"
    }
]
Age ratings for a region — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29893/age+ratings+for+a+region?country=US' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists all streaming services (providers) available in a region.
Endpoint ID: 29894
GET https://docs.zylalabs.com/api/13507/justwatch+api/29894/streaming+services+for+a+region
INPUT PARAMETERS

Streaming services for a region — Endpoint Features

Object Description
country Required 2-letter country code (e.g. "US", "DE", "RS").

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

country
API EXAMPLE RESPONSE
JSON
[
    {
        "id": 8,
        "name": "Netflix",
        "technicalName": "netflix",
        "shortName": "nfx",
        "icon": "https://images.justwatch.com/icon/207360008/s100/netflix.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 9,
        "name": "Amazon Prime Video",
        "technicalName": "amazonprime",
        "shortName": "amp",
        "icon": "https://images.justwatch.com/icon/322992749/s100/amazonprime.webp",
        "monetizationTypes": [
            "ADS",
            "BUY",
            "FLATRATE",
            "FREE",
            "RENT"
        ]
    },
    {
        "id": 350,
        "name": "Apple TV",
        "technicalName": "appletvplus",
        "shortName": "atp",
        "icon": "https://images.justwatch.com/icon/338367329/s100/appletvplus.webp",
        "monetizationTypes": [
            "FLATRATE",
            "FREE"
        ]
    },
    {
        "id": 337,
        "name": "Disney Plus",
        "technicalName": "disneyplus",
        "shortName": "dnp",
        "icon": "https://images.justwatch.com/icon/313118777/s100/disneyplus.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 15,
        "name": "Hulu",
        "technicalName": "hulu",
        "shortName": "hlu",
        "icon": "https://images.justwatch.com/icon/116305230/s100/hulu.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 2285,
        "name": "JustWatch TV",
        "technicalName": "justwatchtv",
        "shortName": "jwt",
        "icon": "https://images.justwatch.com/icon/347157971/s100/justwatchtv.webp",
        "monetizationTypes": [
            "ADS",
            "FLATRATE",
            "FREE",
            "RENT"
        ]
    },
    {
        "id": 1851,
        "name": "MLS on Apple TV",
        "technicalName": "mlsseasonpass",
        "shortName": "mls",
        "icon": "https://images.justwatch.com/icon/341906804/s100/mlsseasonpass.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 10,
        "name": "Amazon Video",
        "technicalName": "amazon",
        "shortName": "amz",
        "icon": "https://images.justwatch.com/icon/340823436/s100/amazon.webp",
        "monetizationTypes": [
            "BUY",
            "RENT"
        ]
    },
    {
        "id": 2,
        "name": "Apple TV Store",
        "technicalName": "itunes",
        "shortName": "itu",
        "icon": "https://images.justwatch.com/icon/338253243/s100/itunes.webp",
        "monetizationTypes": [
            "BUY",
            "FLATRATE",
            "FREE",
            "RENT"
        ]
    },
    {
        "id": 257,
        "name": "fuboTV",
        "technicalName": "fubotv",
        "shortName": "fuv",
        "icon": "https://images.justwatch.com/icon/316727345/s100/fubotv.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 283,
        "name": "Crunchyroll",
        "technicalName": "crunchyroll",
        "shortName": "cru",
        "icon": "https://images.justwatch.com/icon/324213205/s100/crunchyroll.webp",
        "monetizationTypes": [
            "ADS",
            "FLATRATE"
        ]
    },
    {
        "id": 2303,
        "name": "Paramount Plus Premium",
        "technicalName": "paramountpluspremium",
        "shortName": "ppp",
        "icon": "https://images.justwatch.com/icon/332803145/s100/paramountpluspremium.webp",
        "monetizationTypes": [
            "FLATRATE",
            "FREE"
        ]
    },
    {
        "id": 2616,
        "name": "Paramount Plus Essential",
        "technicalName": "paramountplusessential",
        "shortName": "ppe",
        "icon": "https://images.justwatch.com/icon/339047242/s100/paramountplusessential.webp",
        "monetizationTypes": [
            "FLATRATE",
            "FREE"
        ]
    },
    {
        "id": 386,
        "name": "Peacock Premium",
        "technicalName": "peacocktv",
        "shortName": "pct",
        "icon": "https://images.justwatch.com/icon/194173870/s100/peacocktv.webp",
        "monetizationTypes": [
            "ADS",
            "FLATRATE"
        ]
    },
    {
        "id": 2383,
        "name": "Philo",
        "technicalName": "philo",
        "shortName": "phl",
        "icon": "https://images.justwatch.com/icon/327419079/s100/philo.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 2736,
        "name": "Brew",
        "technicalName": "brew",
        "shortName": "brw",
        "icon": "https://images.justwatch.com/icon/346640048/s100/brew.webp",
        "monetizationTypes": [
            "BUY",
            "FLATRATE",
            "FREE",
            "RENT"
        ]
    },
    {
        "id": 190,
        "name": "Curiosity Stream",
        "technicalName": "curiositystream",
        "shortName": "cts",
        "icon": "https://images.justwatch.com/icon/48600036/s100/curiositystream.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 1853,
        "name": "Paramount Plus Apple TV Channel ",
        "technicalName": "appletvparamountplus",
        "shortName": "ppa",
        "icon": "https://images.justwatch.com/icon/303391391/s100/appletvparamountplus.webp",
        "monetizationTypes": [
            "FLATRATE",
            "FREE"
        ]
    },
    {
        "id": 1854,
        "name": "AMC Plus Apple TV Channel ",
        "technicalName": "appletvamcplus",
        "shortName": "aat",
        "icon": "https://images.justwatch.com/icon/303391393/s100/appletvamcplus.webp",
        "monetizationTypes": [
            "FLATRATE",
            "FREE"
        ]
    },
    {
        "id": 1852,
        "name": "Britbox Apple TV Channel ",
        "technicalName": "appletvbritbox",
        "shortName": "bba",
        "icon": "https://images.justwatch.com/icon/340824336/s100/appletvbritbox.webp",
        "monetizationTypes": [
            "FLATRATE",
            "FREE"
        ]
    },
    {
        "id": 2677,
        "name": "F1 on Apple TV",
        "technicalName": "f1appletv",
        "shortName": "af1",
        "icon": "https://images.justwatch.com/icon/342118041/s100/f1appletv.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 582,
        "name": "Paramount+ Amazon Channel",
        "technicalName": "amazonparamountplus",
        "shortName": "app",
        "icon": "https://images.justwatch.com/icon/246478651/s100/amazonparamountplus.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 2618,
        "name": "Free Movies Plus",
        "technicalName": "ottstudioplayer",
        "shortName": "otp",
        "icon": "https://images.justwatch.com/icon/339998382/s100/ottstudioplayer.webp",
        "monetizationTypes": [
            "ADS"
        ]
    },
    {
        "id": 207,
        "name": "The Roku Channel",
        "technicalName": "rokuchannel",
        "shortName": "rkc",
        "icon": "https://images.justwatch.com/icon/76972041/s100/rokuchannel.webp",
        "monetizationTypes": [
            "ADS"
        ]
    },
    {
        "id": 526,
        "name": "AMC+",
        "technicalName": "amcplus",
        "shortName": "acp",
        "icon": "https://images.justwatch.com/icon/277399832/s100/amcplus.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 188,
        "name": "YouTube Premium",
        "technicalName": "youtubered",
        "shortName": "ytr",
        "icon": "https://images.justwatch.com/icon/70189310/s100/youtubered.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 83,
        "name": "The CW",
        "technicalName": "thecw",
        "shortName": "tcw",
        "icon": "https://images.justwatch.com/icon/950814/s100/thecw.webp",
        "monetizationTypes": [
            "ADS",
            "FREE"
        ]
    },
    {
        "id": 191,
        "name": "Kanopy",
        "technicalName": "kanopy",
        "shortName": "knp",
        "icon": "https://images.justwatch.com/icon/241588643/s100/kanopy.webp",
        "monetizationTypes": [
            "FLATRATE",
            "FREE"
        ]
    },
    {
        "id": 212,
        "name": "Hoopla",
        "technicalName": "hoopla",
        "shortName": "hop",
        "icon": "https://images.justwatch.com/icon/80212823/s100/hoopla.webp",
        "monetizationTypes": [
            "FREE"
        ]
    },
    {
        "id": 7,
        "name": "Fandango At Home",
        "technicalName": "vudu",
        "shortName": "vdu",
        "icon": "https://images.justwatch.com/icon/346744144/s100/vudu.webp",
        "monetizationTypes": [
            "BUY",
            "RENT"
        ]
    },
    {
        "id": 2528,
        "name": "YouTube TV",
        "technicalName": "youtubetv",
        "shortName": "ytt",
        "icon": "https://images.justwatch.com/icon/334102416/s100/youtubetv.webp",
        "monetizationTypes": [
            "FLATRATE"
        ]
    },
    {
        "id": 332,
        "name": "Fandango at Home Free",
        "technicalName": "vudufree",
        "shortName": "vuf",
        "icon": "https://images.justwatch.com/icon/346744144/s100/vudufree.webp",
        "monetizationTypes": [
            "ADS"
        ]
    },
    {
        "id": 258
    },
    {
        "_note": "Response truncated for documentation purposes"
    }
]
Streaming services for a region — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29894/streaming+services+for+a+region?country=US' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists the available sort options for the /popular endpoint
Endpoint ID: 29895
GET https://docs.zylalabs.com/api/13507/justwatch+api/29895/popular+sort+options
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
[
    {
        "value": "popular",
        "label": "Popularity"
    },
    {
        "value": "popular_7_days",
        "label": "Trending"
    },
    {
        "value": "random",
        "label": "Random"
    },
    {
        "value": "alphabetical",
        "label": "Alphabetical"
    },
    {
        "value": "release_year",
        "label": "Release year"
    },
    {
        "value": "tmdb_popularity",
        "label": "TMDB Popularity"
    },
    {
        "value": "imdb_score",
        "label": "IMDB score"
    }
]
Popular sort options — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29895/popular+sort+options' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists the available sort options for the /upcoming endpoint
Endpoint ID: 29896
GET https://docs.zylalabs.com/api/13507/justwatch+api/29896/upcoming+sort+options
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
[
    {
        "value": "popular",
        "label": "Popularity"
    },
    {
        "value": "random",
        "label": "Random"
    },
    {
        "value": "alphabetical",
        "label": "Alphabetical"
    },
    {
        "value": "release_year",
        "label": "Release year"
    },
    {
        "value": "tmdb_popularity",
        "label": "TMDB Popularity"
    },
    {
        "value": "imdb_score",
        "label": "IMDB score"
    }
]
Upcoming sort options — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29896/upcoming+sort+options' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists popular movies and TV shows for a region, with their streaming offers. Supports filters, sort and cursor pagination.
Endpoint ID: 29897
GET https://docs.zylalabs.com/api/13507/justwatch+api/29897/popular+titles
INPUT PARAMETERS

Popular titles — Endpoint Features

Object Description
country Required 2-letter country code (e.g. "US", "DE", "RS").
language Required 2-letter language code (e.g. "en", "de", "sr").
type Required Filter by title type: "movie", "show" or "all".
sort Optional Sort order
cursor Optional Pagination cursor from a previous response's "nextCursor". Omit for the first page.
perPage Optional Items per page (1-100). Defaults to 40.
releaseYearFrom Optional Release year lower bound (inclusive).
releaseYearTo Optional Release year upper bound (inclusive).
genres Optional Comma-separated list of genre short names to filter by (e.g. "drm,act"). See the /genres endpoint for valid values.
providers Optional Comma-separated list of streaming service short names to filter by (e.g. "dnp,hlu"). See the /services endpoint for valid values.
ageRatings Optional Comma-separated list of age ratings to filter by (e.g. "R,PG-13"). Region-specific; see the /age-ratings endpoint for valid values.
imdbFrom Optional IMDb rating lower bound (inclusive), 0-10.
imdbTo Optional IMDb rating upper bound (inclusive), 0-10.
rottenTomatoesFrom Optional Rotten Tomatoes rating lower bound (inclusive), 0-100.
rottenTomatoesTo Optional Rotten Tomatoes rating upper bound (inclusive), 0-100.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

country
language
type
sort
cursor
perPage
releaseYearFrom
releaseYearTo
genres
providers
ageRatings
imdbFrom
imdbTo
rottenTomatoesFrom
rottenTomatoesTo
API EXAMPLE RESPONSE
JSON
{
    "perPage": 40,
    "totalCount": 162342,
    "nextCursor": "NDA=",
    "hasNextPage": true,
    "titles": [
        {
            "id": "tm1674759",
            "type": "MOVIE",
            "title": "Obsession",
            "originalTitle": "Obsession",
            "poster": "https://images.justwatch.com/poster/343088830/s332/obsession-2026.webp",
            "url": "https://www.justwatch.com/us/movie/obsession-2026"
        },
        {
            "id": "tm1593183",
            "type": "MOVIE",
            "title": "Backrooms",
            "originalTitle": "Backrooms",
            "poster": "https://images.justwatch.com/poster/344018964/s332/backrooms.webp",
            "url": "https://www.justwatch.com/us/movie/backrooms"
        },
        {
            "id": "tm1486587",
            "type": "MOVIE",
            "title": "Project Hail Mary",
            "originalTitle": "Project Hail Mary",
            "poster": "https://images.justwatch.com/poster/342918190/s332/project-hail-mary.webp",
            "url": "https://www.justwatch.com/us/movie/project-hail-mary"
        },
        {
            "id": "tm1526979",
            "type": "MOVIE",
            "title": "Disclosure Day",
            "originalTitle": "Disclosure Day",
            "poster": "https://images.justwatch.com/poster/340235589/s332/the-dish-2026-1.webp",
            "url": "https://www.justwatch.com/us/movie/the-dish-2026-1"
        },
        {
            "id": "tm1265001",
            "type": "MOVIE",
            "title": "Spider-Man: Brand New Day",
            "originalTitle": "Spider-Man: Brand New Day",
            "poster": "https://images.justwatch.com/poster/345865773/s332/spider-man-brand-new-day.webp",
            "url": "https://www.justwatch.com/us/movie/spider-man-brand-new-day"
        },
        {
            "id": "tm95477",
            "type": "MOVIE",
            "title": "Troy",
            "originalTitle": "Troy",
            "poster": "https://images.justwatch.com/poster/238879776/s332/troy.webp",
            "url": "https://www.justwatch.com/us/movie/troy"
        },
        {
            "id": "tm1544003",
            "type": "MOVIE",
            "title": "The Odyssey",
            "originalTitle": "The Odyssey",
            "poster": "https://images.justwatch.com/poster/346674990/s332/the-odyssey-2026.webp",
            "url": "https://www.justwatch.com/us/movie/the-odyssey-2026"
        },
        {
            "id": "tm319412",
            "type": "MOVIE",
            "title": "Masters of the Universe",
            "originalTitle": "Masters of the Universe",
            "poster": "https://images.justwatch.com/poster/347453342/s332/masters-of-the-universe-2019.webp",
            "url": "https://www.justwatch.com/us/movie/masters-of-the-universe-2019"
        },
        {
            "id": "tm1591329",
            "type": "MOVIE",
            "title": "The Drama",
            "originalTitle": "The Drama",
            "poster": "https://images.justwatch.com/poster/340504358/s332/the-drama.webp",
            "url": "https://www.justwatch.com/us/movie/the-drama"
        },
        {
            "id": "tm1635677",
            "type": "MOVIE",
            "title": "The Devil Wears Prada 2",
            "originalTitle": "The Devil Wears Prada 2",
            "poster": "https://images.justwatch.com/poster/338811810/s332/the-devil-wears-prada-2.webp",
            "url": "https://www.justwatch.com/us/movie/the-devil-wears-prada-2"
        },
        {
            "id": "tm1928868",
            "type": "MOVIE",
            "title": "The Invite",
            "originalTitle": "The Invite",
            "poster": "https://images.justwatch.com/poster/345695298/s332/the-invite-2026.webp",
            "url": "https://www.justwatch.com/us/movie/the-invite-2026"
        },
        {
            "id": "tm1610095",
            "type": "MOVIE",
            "title": "The Sheep Detectives",
            "originalTitle": "The Sheep Detectives",
            "poster": "https://images.justwatch.com/poster/345661233/s332/three-bags-full-a-sheep-detective-movie.webp",
            "url": "https://www.justwatch.com/us/movie/three-bags-full-a-sheep-detective-movie"
        },
        {
            "id": "tm1602729",
            "type": "MOVIE",
            "title": "Good Luck, Have Fun, Don't Die",
            "originalTitle": "Good Luck, Have Fun, Don't Die",
            "poster": "https://images.justwatch.com/poster/340762916/s332/good-luck-have-fun-dont-die.webp",
            "url": "https://www.justwatch.com/us/movie/good-luck-have-fun-dont-die"
        },
        {
            "id": "tm1952326",
            "type": "MOVIE",
            "title": "Pressure",
            "originalTitle": "Pressure",
            "poster": "https://images.justwatch.com/poster/346211269/s332/pressure-2026-1.webp",
            "url": "https://www.justwatch.com/us/movie/pressure-2026-1"
        },
        {
            "id": "tm835252",
            "type": "MOVIE",
            "title": "Spider-Man: No Way Home",
            "originalTitle": "Spider-Man: No Way Home",
            "poster": "https://images.justwatch.com/poster/300177312/s332/spider-man-no-way-home.webp",
            "url": "https://www.justwatch.com/us/movie/spider-man-no-way-home"
        },
        {
            "id": "tm1436931",
            "type": "MOVIE",
            "title": "Michael",
            "originalTitle": "Michael",
            "poster": "https://images.justwatch.com/poster/346016108/s332/michael-2025-0.webp",
            "url": "https://www.justwatch.com/us/movie/michael-2025-0"
        },
        {
            "id": "tm1925040",
            "type": "MOVIE",
            "title": "Hokum",
            "originalTitle": "Hokum",
            "poster": "https://images.justwatch.com/poster/346016458/s332/hokum-2026.webp",
            "url": "https://www.justwatch.com/us/movie/hokum-2026"
        },
        {
            "id": "tm1486845",
            "type": "MOVIE",
            "title": "Supergirl",
            "originalTitle": "Supergirl",
            "poster": "https://images.justwatch.com/poster/339996464/s332/supergirl-woman-of-tomorrow.webp",
            "url": "https://www.justwatch.com/us/movie/supergirl-woman-of-tomorrow"
        },
        {
            "id": "tm1111989",
            "type": "MOVIE",
            "title": "Oppenheimer",
            "originalTitle": "Oppenheimer",
            "poster": "https://images.justwatch.com/poster/305252655/s332/oppenheimer.webp",
            "url": "https://www.justwatch.com/us/movie/oppenheimer"
        },
        {
            "id": "tm1457585",
            "type": "MOVIE",
            "title": "The Super Mario Galaxy Movie",
            "originalTitle": "The Super Mario Galaxy Movie",
            "poster": "https://images.justwatch.com/poster/342866876/s332/the-super-mario-galaxy-movie.webp",
            "url": "https://www.justwatch.com/us/movie/the-super-mario-galaxy-movie"
        },
        {
            "id": "tm157099",
            "type": "MOVIE",
            "title": "Interstellar",
            "originalTitle": "Interstellar",
            "poster": "https://images.justwatch.com/poster/449990/s332/interstellar.webp",
            "url": "https://www.justwatch.com/us/movie/interstellar"
        },
        {
            "id": "tm1506526",
            "type": "MOVIE",
            "title": "Mortal Kombat II",
            "originalTitle": "Mortal Kombat 2",
            "poster": "https://images.justwatch.com/poster/345490277/s332/mortal-kombat-2.webp",
            "url": "https://www.justwatch.com/us/movie/mortal-kombat-2"
        },
        {
            "id": "tm1433295",
            "type": "MOVIE",
            "title": "The Mandalorian and Grogu",
            "originalTitle": "The Mandalorian and Grogu",
            "poster": "https://images.justwatch.com/poster/336088085/s332/the-mandalorian-and-grogu.webp",
            "url": "https://www.justwatch.com/us/movie/the-mandalorian-and-grogu"
        },
        {
            "id": "tm2873976",
            "type": "MOVIE",
            "title": "The Last House",
            "originalTitle": "The Last House",
            "poster": "https://images.justwatch.com/poster/347571635/s332/the-last-house-2026.webp",
            "url": "https://www.justwatch.com/us/movie/the-last-house-2026"
        },
        {
            "id": "tm1663575",
            "type": "MOVIE",
            "title": "Tuner",
            "originalTitle": "Tuner",
            "poster": "https://images.justwatch.com/poster/344868167/s332/tuner.webp",
            "url": "https://www.justwatch.com/us/movie/tuner"
        },
        {
            "id": "tm1617627",
            "type": "MOVIE",
            "title": "The Long Walk",
            "originalTitle": "The Long Walk",
            "poster": "https://images.justwatch.com/poster/330628021/s332/the-long-walk-2025.webp",
            "url": "https://www.justwatch.com/us/movie/the-long-walk-2025"
        },
        {
            "id": "tm1673707",
            "type": "MOVIE",
            "title": "The Furious",
            "originalTitle": "火遮眼",
            "poster": "https://images.justwatch.com/poster/343696285/s332/the-furious-2025.webp",
            "url": "https://www.justwatch.com/us/movie/the-furious-2025"
        },
        {
            "id": "tm1956026",
            "type": "MOVIE",
            "title": "The Dink",
            "originalTitle": "The Dink"
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
Popular titles — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29897/popular+titles?country=US&language=en&type=movie' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists upcoming movies and TV shows for a region. Supports filters, sort and cursor pagination.
Endpoint ID: 29898
GET https://docs.zylalabs.com/api/13507/justwatch+api/29898/upcoming+titles
INPUT PARAMETERS

Upcoming titles — Endpoint Features

Object Description
country Required 2-letter country code (e.g. "US", "DE", "RS").
language Required 2-letter language code (e.g. "en", "de", "sr").
type Required Filter by title type: "movie", "show" or "all".
sort Optional Sort order
cursor Optional Pagination cursor from a previous response's "nextCursor". Omit for the first page.
perPage Optional Items per page (1-100). Defaults to 40.
releaseYearFrom Optional Release year lower bound (inclusive).
releaseYearTo Optional Release year upper bound (inclusive).
genres Optional Comma-separated list of genre short names to filter by (e.g. "drm,act"). See the /genres endpoint for valid values.
providers Optional Comma-separated list of streaming service short names to filter by (e.g. "dnp,hlu"). See the /services endpoint for valid values.
ageRatings Optional Comma-separated list of age ratings to filter by (e.g. "R,PG-13"). Region-specific; see the /age-ratings endpoint for valid values.
imdbFrom Optional IMDb rating lower bound (inclusive), 0-10.
imdbTo Optional IMDb rating upper bound (inclusive), 0-10.
rottenTomatoesFrom Optional Rotten Tomatoes rating lower bound (inclusive), 0-100.
rottenTomatoesTo Optional Rotten Tomatoes rating upper bound (inclusive), 0-100.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

country
language
type
sort
cursor
perPage
releaseYearFrom
releaseYearTo
genres
providers
ageRatings
imdbFrom
imdbTo
rottenTomatoesFrom
rottenTomatoesTo
API EXAMPLE RESPONSE
JSON
{
    "perPage": 40,
    "totalCount": 422,
    "nextCursor": "NDA=",
    "hasNextPage": true,
    "titles": [
        {
            "id": "tss505744",
            "type": "SHOW_SEASON",
            "title": "Season 4",
            "originalTitle": "Yellowjackets",
            "poster": "https://images.justwatch.com/poster/326187641/s332/season-4.webp",
            "url": "https://www.justwatch.com/us/tv-show/yellowjackets/season-4"
        },
        {
            "id": "tss485617",
            "type": "SHOW_SEASON",
            "title": "Season 2",
            "originalTitle": "Dune: Prophecy",
            "poster": "https://images.justwatch.com/poster/322687925/s332/season-2.webp",
            "url": "https://www.justwatch.com/us/tv-show/dune-the-sisterhood/season-2"
        },
        {
            "id": "tss459374",
            "type": "SHOW_SEASON",
            "title": "Season 2",
            "originalTitle": "The Gentlemen",
            "poster": "https://images.justwatch.com/poster/320936470/s332/season-2.webp",
            "url": "https://www.justwatch.com/us/tv-show/the-gentlemen/season-2"
        },
        {
            "id": "tss521349",
            "type": "SHOW_SEASON",
            "title": "Season 3",
            "originalTitle": "Love Is Blind: UK",
            "poster": "https://images.justwatch.com/poster/319873994/s332/season-3.webp",
            "url": "https://www.justwatch.com/us/tv-show/love-is-blind-uk/season-3"
        },
        {
            "id": "tm1972258",
            "type": "MOVIE",
            "title": "MYSTERY ARENA",
            "originalTitle": "ミステリー・アリーナ",
            "poster": "https://images.justwatch.com/poster/342820963/s332/mystery-arena.webp",
            "url": "https://www.justwatch.com/us/movie/mystery-arena"
        },
        {
            "id": "tm1620006",
            "type": "MOVIE",
            "title": "La fiera",
            "originalTitle": "La fiera",
            "poster": "https://images.justwatch.com/poster/341012387/s332/la-fiera-2026.webp",
            "url": "https://www.justwatch.com/us/movie/la-fiera-2026"
        },
        {
            "id": "tm2943777",
            "type": "MOVIE",
            "title": "Whitmer Thomas: Terminal Crew of Dudes",
            "originalTitle": "Whitmer Thomas: Terminal Crew of Dudes",
            "poster": "https://images.justwatch.com/poster/347522186/s332/whitmer-thomas-terminal-crew-of-dudes.webp",
            "url": "https://www.justwatch.com/us/movie/whitmer-thomas-terminal-crew-of-dudes"
        },
        {
            "id": "tss206461",
            "type": "SHOW_SEASON",
            "title": "Season 1",
            "originalTitle": "More than Human",
            "poster": "https://images.justwatch.com/poster/139178389/s332/season-1.webp",
            "url": "https://www.justwatch.com/us/tv-show/more-than-human/season-1"
        },
        {
            "id": "tm1634613",
            "type": "MOVIE",
            "title": "Terrestrial",
            "originalTitle": "Terrestrial",
            "poster": null,
            "url": "https://www.justwatch.com/us/movie/terrestrial"
        },
        {
            "id": "tm2883827",
            "type": "MOVIE",
            "title": "Breach",
            "originalTitle": "Breach",
            "poster": "https://images.justwatch.com/poster/344401977/s332/breach-2026.webp",
            "url": "https://www.justwatch.com/us/movie/breach-2026"
        },
        {
            "id": "tm1651417",
            "type": "MOVIE",
            "title": "The Bet",
            "originalTitle": "The Bet",
            "poster": "https://images.justwatch.com/poster/332216385/s332/the-bet-2025.webp",
            "url": "https://www.justwatch.com/us/movie/the-bet-2025"
        },
        {
            "id": "tm1627454",
            "type": "MOVIE",
            "title": "Gary Owen: No S",
            "originalTitle": "Gary Owen: No S",
            "poster": "https://images.justwatch.com/poster/330368414/s332/gary-owen-no-s.webp",
            "url": "https://www.justwatch.com/us/movie/gary-owen-no-s"
        },
        {
            "id": "tm1618980",
            "type": "MOVIE",
            "title": "Violet",
            "originalTitle": "Violet",
            "poster": "https://images.justwatch.com/poster/328659891/s332/violet-2025-1.webp",
            "url": "https://www.justwatch.com/us/movie/violet-2025-1"
        },
        {
            "id": "tm1656200",
            "type": "MOVIE",
            "title": "Hellcat",
            "originalTitle": "Hellcat",
            "poster": "https://images.justwatch.com/poster/347363304/s332/hellcat-2025.webp",
            "url": "https://www.justwatch.com/us/movie/hellcat-2025"
        },
        {
            "id": "tm2929211",
            "type": "MOVIE",
            "title": "Lajjawati",
            "originalTitle": "लज्जावती",
            "poster": "https://images.justwatch.com/poster/347127925/s332/lajjawati.webp",
            "url": "https://www.justwatch.com/us/movie/lajjawati"
        },
        {
            "id": "tm2955173",
            "type": "MOVIE",
            "title": "Don't Let Them Out",
            "originalTitle": "Don't Let Them Out",
            "poster": "https://images.justwatch.com/poster/347971979/s332/dont-let-them-out.webp",
            "url": "https://www.justwatch.com/us/movie/dont-let-them-out"
        },
        {
            "id": "tm2928129",
            "type": "MOVIE",
            "title": "The Arrow at Rest at Every Instant of its Flight",
            "originalTitle": "The Arrow at Rest at Every Instant of its Flight",
            "poster": "https://images.justwatch.com/poster/347772559/s332/the-arrow-at-rest-at-every-instant-of-its-flight.webp",
            "url": "https://www.justwatch.com/us/movie/the-arrow-at-rest-at-every-instant-of-its-flight"
        },
        {
            "id": "tm1942623",
            "type": "MOVIE",
            "title": "Don't Say Good Luck",
            "originalTitle": "Don't Say Good Luck",
            "poster": "https://images.justwatch.com/poster/347522019/s332/dont-say-good-luck.webp",
            "url": "https://www.justwatch.com/us/movie/dont-say-good-luck"
        },
        {
            "id": "tss447064",
            "type": "SHOW_SEASON",
            "title": "Season 1",
            "originalTitle": "Smartypants",
            "poster": "https://images.justwatch.com/poster/316210183/s332/season-1.webp",
            "url": "https://www.justwatch.com/us/tv-show/smartypants/season-1"
        },
        {
            "id": "tss577497",
            "type": "SHOW_SEASON",
            "title": "Season 1",
            "originalTitle": "Umthetho",
            "poster": "https://images.justwatch.com/poster/347507008/s332/season-1.webp",
            "url": "https://www.justwatch.com/us/tv-show/umthetho/season-1"
        },
        {
            "id": "tm1443913",
            "type": "MOVIE",
            "title": "Cruel Love",
            "originalTitle": "Cruel Love",
            "poster": "https://images.justwatch.com/poster/322708575/s332/cruel-love-2023.webp",
            "url": "https://www.justwatch.com/us/movie/cruel-love-2023"
        },
        {
            "id": "tm2874271",
            "type": "MOVIE",
            "title": "In the Shadow of the King",
            "originalTitle": "In the Shadow of the King",
            "poster": null,
            "url": "https://www.justwatch.com/us/movie/in-the-shadow-of-the-king"
        },
        {
            "id": "tss336129",
            "type": "SHOW_SEASON",
            "title": "Season 1",
            "originalTitle": "Fantasy High",
            "poster": "https://images.justwatch.com/poster/320992395/s332/season-1.webp",
            "url": "https://www.justwatch.com/us/tv-show/fantasy-high/season-1"
        },
        {
            "id": "tm2926475",
            "type": "MOVIE",
            "title": "Pretty Babies",
            "originalTitle": "Pretty Babies",
            "poster": "https://images.justwatch.com/poster/346934363/s332/pretty-babies.webp",
            "url": "https://www.justwatch.com/us/movie/pretty-babies"
        },
        {
            "id": "tss565480",
            "type": "SHOW_SEASON",
            "title": "Season 1",
            "originalTitle": "Moria",
            "poster": "https://images.justwatch.com/poster/344450198/s332/season-1.webp",
            "url": "https://www.justwatch.com/us/tv-show/moria/season-1"
        },
        {
            "id": "tm2944323",
            "type": "MOVIE",
            "title": "MLB Field of Dreams: Phillies vs. Twins",
            "originalTitle": "MLB Field of Dreams: Phillies vs. Twins",
            "poster": "https://images.justwatch.com/poster/347833424/s332/mlb-field-of-dreams-phillies-vs-twins.webp",
            "url": "https://www.justwatch.com/us/movie/mlb-field-of-dreams-phillies-vs-twins"
        },
        {
            "id": "tss18791",
            "type": "SHOW_SEASON",
            "title": "Season 1",
            "originalTitle": "Designing for the Sexes",
            "poster": "https://images.justwatch.com/poster/301280036/s332/season-1.webp",
            "url": "https://www.justwatch.com/us/tv-show/designing-for-the-sexes/season-1"
        },
        {
            "id": "tss8460",
            "type": "SHOW_SEASON",
            "title": "Season 1",
            "originalTitle": "Curb Appeal"
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
Upcoming titles — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29898/upcoming+titles?country=US&language=en&type=all&sort=popular' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Autocompletes movies, TV shows and people by a query string
Endpoint ID: 29899
GET https://docs.zylalabs.com/api/13507/justwatch+api/29899/autocomplete+titles+and+people
INPUT PARAMETERS

Autocomplete titles and people — Endpoint Features

Object Description
country Required 2-letter country code (e.g. "US", "DE", "RS").
language Required 2-letter language code (e.g. "en", "de", "sr").
q Required Search query, at least 3 characters long.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

country
language
q
API EXAMPLE RESPONSE
JSON
{
    "query": "interstellar",
    "titles": [
        {
            "id": "tm157099",
            "type": "MOVIE",
            "title": "Interstellar",
            "originalTitle": "Interstellar",
            "releaseYear": 2014,
            "poster": "https://images.justwatch.com/poster/449990/s332/interstellar.webp",
            "url": "https://www.justwatch.com/us/movie/interstellar"
        },
        {
            "id": "tm245003",
            "type": "MOVIE",
            "title": "Interstellar Wars",
            "originalTitle": "Interstellar Wars",
            "releaseYear": 2016,
            "poster": "https://images.justwatch.com/poster/192741688/s332/interstellar-wars.webp",
            "url": "https://www.justwatch.com/us/movie/interstellar-wars"
        },
        {
            "id": "tm137375",
            "type": "MOVIE",
            "title": "Lolita from Interstellar Space",
            "originalTitle": "Lolita from Interstellar Space",
            "releaseYear": 2014,
            "poster": "https://images.justwatch.com/poster/181466909/s332/lolita-from-interstellar-space.webp",
            "url": "https://www.justwatch.com/us/movie/lolita-from-interstellar-space"
        },
        {
            "id": "tm897914",
            "type": "MOVIE",
            "title": "Faster Than Light: the Dream of Interstellar Flight",
            "originalTitle": "Faster Than Light: the Dream of Interstellar Flight",
            "releaseYear": 2017,
            "poster": "https://images.justwatch.com/poster/186162920/s332/2017-25.webp",
            "url": "https://www.justwatch.com/us/movie/2017-25"
        },
        {
            "id": "ts453830",
            "type": "SHOW",
            "title": "I'm the Evil Lord of an Intergalactic Empire!",
            "originalTitle": "俺は星間国家の悪徳領主!",
            "releaseYear": 2025,
            "poster": "https://images.justwatch.com/poster/331083734/s332/im-the-evil-lord-of-an-intergalactic-empire.webp",
            "url": "https://www.justwatch.com/us/tv-show/im-the-evil-lord-of-an-intergalactic-empire"
        }
    ],
    "people": [
        {
            "id": "tp1747461",
            "personId": 1747461,
            "name": "InterstellarLizard",
            "image": null
        }
    ]
}
Autocomplete titles and people — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29899/autocomplete+titles+and+people?country=US&language=en&q=interstellar' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Lists the available sort options for the /search endpoint
Endpoint ID: 29900
GET https://docs.zylalabs.com/api/13507/justwatch+api/29900/search+sort+options
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
[
    {
        "value": "popular",
        "label": "Popularity"
    },
    {
        "value": "trending",
        "label": "Trending"
    },
    {
        "value": "tmdb_popularity",
        "label": "TMDB Popularity"
    },
    {
        "value": "alphabetical",
        "label": "Alphabetical"
    },
    {
        "value": "random",
        "label": "Random"
    },
    {
        "value": "release_year",
        "label": "Release year"
    },
    {
        "value": "relevance",
        "label": "Relevance"
    },
    {
        "value": "imdb_score",
        "label": "IMDB Score"
    },
    {
        "value": "runtime",
        "label": "Runtime"
    }
]
Search sort options — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29900/search+sort+options' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Searches movies and TV shows on JustWatch
Endpoint ID: 29901
GET https://docs.zylalabs.com/api/13507/justwatch+api/29901/search+titles
INPUT PARAMETERS

Search titles — Endpoint Features

Object Description
rottenTomatoesFrom Optional Rotten Tomatoes rating lower bound (inclusive), 0-100.
rottenTomatoesTo Optional Rotten Tomatoes rating upper bound (inclusive), 0-100.
country Required 2-letter country code (e.g. "US", "DE", "RS").
language Required 2-letter language code (e.g. "en", "de", "sr").
q Required Search query, at least 3 characters long.
type Required Filter by title type: "movie", "show" or "all".
sort Optional Sort order.
cursor Optional Pagination cursor from a previous response's "nextCursor". Omit for the first page.
perPage Optional Items per page (1-100). Defaults to 40.
releaseYearFrom Optional Release year lower bound (inclusive).
releaseYearTo Optional Release year upper bound (inclusive).
genres Optional Comma-separated list of genre short names to filter by (e.g. "drm,act"). See the /genres endpoint for valid values.
providers Optional Comma-separated list of streaming service short names to filter by (e.g. "dnp,hlu"). See the /services endpoint for valid values.
ageRatings Optional Comma-separated list of age ratings to filter by (e.g. "R,PG-13"). Region-specific; see the /age-ratings endpoint for valid values.
imdbFrom Optional IMDb rating lower bound (inclusive), 0-10.
imdbTo Optional IMDb rating upper bound (inclusive), 0-10.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

rottenTomatoesFrom
rottenTomatoesTo
country
language
q
type
sort
cursor
perPage
releaseYearFrom
releaseYearTo
genres
providers
ageRatings
imdbFrom
imdbTo
API EXAMPLE RESPONSE
JSON
{
    "query": "interstellar",
    "perPage": 40,
    "totalCount": 40,
    "nextCursor": null,
    "hasNextPage": false,
    "titles": [
        {
            "id": "tm157099",
            "type": "MOVIE",
            "title": "Interstellar",
            "originalTitle": "Interstellar",
            "releaseYear": 2014,
            "poster": "https://images.justwatch.com/poster/449990/s332/interstellar.webp",
            "url": "https://www.justwatch.com/us/movie/interstellar",
            "imdbScore": 8.7,
            "tomatoMeter": 73,
            "offers": [
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "HD",
                    "url": "https://watch.amazon.com/detail?gti=amzn1.dv.gti.91c15743-d78a-4667-9b48-fbd8ed9cacbc",
                    "service": {
                        "id": 9,
                        "name": "Amazon Prime Video",
                        "technicalName": "amazonprime",
                        "shortName": "amp",
                        "icon": "https://images.justwatch.com/icon/322992749/s100/amazonprime.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "SD",
                    "url": "https://watch.amazon.com/detail?gti=amzn1.dv.gti.91c15743-d78a-4667-9b48-fbd8ed9cacbc",
                    "service": {
                        "id": 9,
                        "name": "Amazon Prime Video",
                        "technicalName": "amazonprime",
                        "shortName": "amp",
                        "icon": "https://images.justwatch.com/icon/322992749/s100/amazonprime.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "HD",
                    "url": "https://www.hulu.com/watch/2fa384bd-a85d-45d8-9f39-e8bb91dc9e3b",
                    "service": {
                        "id": 15,
                        "name": "Hulu",
                        "technicalName": "hulu",
                        "shortName": "hlu",
                        "icon": "https://images.justwatch.com/icon/116305230/s100/hulu.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "SD",
                    "url": "https://www.hulu.com/watch/2fa384bd-a85d-45d8-9f39-e8bb91dc9e3b",
                    "service": {
                        "id": 15,
                        "name": "Hulu",
                        "technicalName": "hulu",
                        "shortName": "hlu",
                        "icon": "https://images.justwatch.com/icon/116305230/s100/hulu.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "HD",
                    "url": "https://www.paramountplus.com/movies/interstellar/pogPZ4svoLUp1fNjrr4osk0HOjN3r2b9?searchReferral=publisher&source=search-feeds",
                    "service": {
                        "id": 2303,
                        "name": "Paramount Plus Premium",
                        "technicalName": "paramountpluspremium",
                        "shortName": "ppp",
                        "icon": "https://images.justwatch.com/icon/332803145/s100/paramountpluspremium.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "_4K",
                    "url": "https://www.paramountplus.com/movies/interstellar/pogPZ4svoLUp1fNjrr4osk0HOjN3r2b9?searchReferral=publisher&source=search-feeds",
                    "service": {
                        "id": 2303,
                        "name": "Paramount Plus Premium",
                        "technicalName": "paramountpluspremium",
                        "shortName": "ppp",
                        "icon": "https://images.justwatch.com/icon/332803145/s100/paramountpluspremium.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "SD",
                    "url": "https://www.paramountplus.com/movies/interstellar/pogPZ4svoLUp1fNjrr4osk0HOjN3r2b9?searchReferral=publisher&source=search-feeds",
                    "service": {
                        "id": 2303,
                        "name": "Paramount Plus Premium",
                        "technicalName": "paramountpluspremium",
                        "shortName": "ppp",
                        "icon": "https://images.justwatch.com/icon/332803145/s100/paramountpluspremium.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "SD",
                    "url": "https://www.paramountplus.com/movies/interstellar/pogPZ4svoLUp1fNjrr4osk0HOjN3r2b9?searchReferral=publisher&source=search-feeds",
                    "service": {
                        "id": 2616,
                        "name": "Paramount Plus Essential",
                        "technicalName": "paramountplusessential",
                        "shortName": "ppe",
                        "icon": "https://images.justwatch.com/icon/339047242/s100/paramountplusessential.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "HD",
                    "url": "https://www.paramountplus.com/movies/interstellar/pogPZ4svoLUp1fNjrr4osk0HOjN3r2b9?searchReferral=publisher&source=search-feeds",
                    "service": {
                        "id": 2616,
                        "name": "Paramount Plus Essential",
                        "technicalName": "paramountplusessential",
                        "shortName": "ppe",
                        "icon": "https://images.justwatch.com/icon/339047242/s100/paramountplusessential.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "HD",
                    "url": "https://watch.amazon.com/detail?gti=amzn1.dv.gti.91c15743-d78a-4667-9b48-fbd8ed9cacbc",
                    "service": {
                        "id": 582,
                        "name": "Paramount+ Amazon Channel",
                        "technicalName": "amazonparamountplus",
                        "shortName": "app",
                        "icon": "https://images.justwatch.com/icon/246478651/s100/amazonparamountplus.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "SD",
                    "url": "https://watch.amazon.com/detail?gti=amzn1.dv.gti.91c15743-d78a-4667-9b48-fbd8ed9cacbc",
                    "service": {
                        "id": 582,
                        "name": "Paramount+ Amazon Channel",
                        "technicalName": "amazonparamountplus",
                        "shortName": "app",
                        "icon": "https://images.justwatch.com/icon/246478651/s100/amazonparamountplus.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "_4K",
                    "url": "https://watch.amazon.com/detail?gti=amzn1.dv.gti.91c15743-d78a-4667-9b48-fbd8ed9cacbc",
                    "service": {
                        "id": 582,
                        "name": "Paramount+ Amazon Channel",
                        "technicalName": "amazonparamountplus",
                        "shortName": "app",
                        "icon": "https://images.justwatch.com/icon/246478651/s100/amazonparamountplus.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "HD",
                    "url": "https://therokuchannel.roku.com/details/c8e4e51cfe335bdf90fd7aec8021e9e1/interstellar?source=bing",
                    "service": {
                        "id": 633,
                        "name": "Paramount+ Roku Premium Channel",
                        "technicalName": "rokuchannelparamountplus",
                        "shortName": "prk",
                        "icon": "https://images.justwatch.com/icon/252888457/s100/rokuchannelparamountplus.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "SD",
                    "url": "https://therokuchannel.roku.com/details/c8e4e51cfe335bdf90fd7aec8021e9e1/interstellar?source=bing",
                    "service": {
                        "id": 633,
                        "name": "Paramount+ Roku Premium Channel",
                        "technicalName": "rokuchannelparamountplus",
                        "shortName": "prk",
                        "icon": "https://images.justwatch.com/icon/252888457/s100/rokuchannelparamountplus.webp"
                    }
                },
                {
                    "monetizationType": "FLATRATE",
                    "presentationType": "HD"
                }
            ]
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
Search titles — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29901/search+titles?country=US&language=en&q=interstellar&type=movie' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Returns the JustWatch ID for a title URL (or path)
Endpoint ID: 29902
GET https://docs.zylalabs.com/api/13507/justwatch+api/29902/id+from+url
INPUT PARAMETERS

ID from URL — Endpoint Features

Object Description
url Required URL or path (e.g. "https://www.justwatch.com/us/movie/interstellar" or "/us/movie/interstellar").

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

url
API EXAMPLE RESPONSE
JSON
{
    "id": "tm157099"
}
ID from URL — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29902/id+from+url?url=https://www.justwatch.com/us/movie/interstellar' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Returns details for a movie or TV show by JustWatch ID
Endpoint ID: 29903
GET https://docs.zylalabs.com/api/13507/justwatch+api/29903/title+details+by+id
INPUT PARAMETERS

Title details by ID — Endpoint Features

Object Description
id Required ID (e.g. "tm137408" for a movie, "ts314106" for a show).
country Required 2-letter country code (e.g. "US", "DE", "RS").
language Required 2-letter language code (e.g. "en", "de", "sr").

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

id
country
language
API EXAMPLE RESPONSE
JSON
{
    "id": "tm137408",
    "type": "MOVIE",
    "title": "Locke",
    "originalTitle": "Locke",
    "releaseYear": 2014,
    "releaseDate": "2014-04-10",
    "shortDescription": "Ivan Locke has worked hard to craft a good life for himself. Tonight, that life will collapse around him. On the eve of the biggest challenge of his career, Ivan receives a phone call that sets in motion a series of events that will unravel his family, job, and soul.",
    "runtime": 85,
    "ageRating": "R",
    "isReleased": true,
    "genres": [
        "Drama"
    ],
    "subgenres": [
        "Psychological Drama"
    ],
    "poster": "https://images.justwatch.com/poster/305937413/s718/locke.webp",
    "backdrops": [
        "https://images.justwatch.com/backdrop/176217518/s1440/locke.webp",
        "https://images.justwatch.com/backdrop/245250755/s1440/locke.webp",
        "https://images.justwatch.com/backdrop/207109201/s1440/locke.webp",
        "https://images.justwatch.com/backdrop/176217517/s1440/locke.webp",
        "https://images.justwatch.com/backdrop/213189131/s1440/locke.webp"
    ],
    "trailers": [
        {
            "url": "https://www.youtube.com/watch?v=MyoO35P41YM",
            "provider": "YOUTUBE"
        },
        {
            "url": "https://www.youtube.com/watch?v=2Ao2r6qD22A",
            "provider": "YOUTUBE"
        },
        {
            "url": "https://www.youtube.com/watch?v=TsBDYAYnQb0",
            "provider": "YOUTUBE"
        },
        {
            "url": "https://www.youtube.com/watch?v=WLp-lOicyog",
            "provider": "YOUTUBE"
        }
    ],
    "url": "https://www.justwatch.com/us/movie/locke",
    "productionCountries": [
        "GB",
        "US"
    ],
    "externalIds": {
        "imdb": "tt2692904",
        "tmdb": "210479"
    },
    "scoring": {
        "imdb": 7.1,
        "imdbVotes": 170240,
        "tmdb": 6.891,
        "tmdbPopularity": 4.117,
        "tomatoMeter": null,
        "jwRating": 0.83225252309
    },
    "interactions": {
        "likes": 1003,
        "dislikes": 172
    },
    "directors": [
        {
            "name": "Steven Knight",
            "personId": 5397,
            "image": null
        }
    ],
    "ranking": null,
    "upcomingReleases": [],
    "cast": [
        {
            "name": "Tom Hardy",
            "personId": 1640,
            "image": "https://images.justwatch.com/portrait/327228891/st150/image.avif",
            "character": "Ivan Locke"
        },
        {
            "name": "Ruth Wilson",
            "personId": 27634,
            "image": "https://images.justwatch.com/portrait/333610499/st150/image.avif",
            "character": "Katrina (voice)"
        },
        {
            "name": "Andrew Scott",
            "personId": 10278,
            "image": "https://images.justwatch.com/portrait/327186591/st150/image.avif",
            "character": "Donal (voice)"
        },
        {
            "name": "Olivia Colman",
            "personId": 322,
            "image": "https://images.justwatch.com/portrait/327542904/st150/image.avif",
            "character": "Bethan (voice)"
        },
        {
            "name": "Tom Holland",
            "personId": 4549,
            "image": "https://images.justwatch.com/portrait/327782404/st150/image.avif",
            "character": "Eddie (voice)"
        },
        {
            "name": "Ben Daniels",
            "personId": 13160,
            "image": "https://images.justwatch.com/portrait/344357657/st150/image.avif",
            "character": "Gareth (voice)"
        },
        {
            "name": "Bill Milner",
            "personId": 27635,
            "image": "https://images.justwatch.com/portrait/334201302/st150/image.avif",
            "character": "Sean (voice)"
        },
        {
            "name": "Alice Lowe",
            "personId": 16082,
            "image": "https://images.justwatch.com/portrait/333965189/st150/image.avif",
            "character": "Sister Margaret (voice)"
        },
        {
            "name": "Danny Webb",
            "personId": 27636,
            "image": "https://images.justwatch.com/portrait/340711631/st150/image.avif",
            "character": "Cassidy (voice)"
        },
        {
            "name": "Lee Ross",
            "personId": 596210,
            "image": "https://images.justwatch.com/portrait/345562254/st150/image.avif",
            "character": "PC Davids (voice)"
        },
        {
            "name": "Silas Carson",
            "personId": 590922,
            "image": null,
            "character": "Dr. Gullu (voice)"
        },
        {
            "name": "Kirsty Dillon",
            "personId": 27639,
            "image": null,
            "character": "Gareth's Wife (voice)"
        }
    ],
    "offers": {
        "free": [
            {
                "service": {
                    "id": 235,
                    "name": "YouTube Free",
                    "technicalName": "youtubefree",
                    "shortName": "yfr",
                    "icon": "https://images.justwatch.com/icon/113378150/s100/youtubefree.webp"
                },
                "monetizationType": "ADS",
                "quality": "SD",
                "price": null,
                "priceChange": null,
                "videoTechnology": [],
                "audioTechnology": [],
                "subtitles": [
                    "en"
                ],
                "audioLanguages": [
                    "en"
                ],
                "seasons": 0,
                "availableFrom": null,
                "availableTo": null,
                "addedDate": "2026-06-29",
                "url": "https://www.youtube.com/watch?v=-Uk4GQTmK_0",
                "streamUrl": null,
                "subscriptionPlans": []
            },
            {
                "service": {
                    "id": 235,
                    "name": "YouTube Free",
                    "technicalName": "youtubefree",
                    "shortName": "yfr",
                    "icon": "https://images.justwatch.com/icon/113378150/s100/youtubefree.webp"
                },
                "monetizationType": "ADS",
                "quality": "HD",
                "price": null,
                "priceChange": null,
                "videoTechnology": [],
                "audioTechnology": [],
                "subtitles": [
                    "en"
                ],
                "audioLanguages": [
                    "en"
                ],
                "seasons": 0,
                "availableFrom": null,
                "availableTo": null,
                "addedDate": "2026-06-29",
                "url": "https://www.youtube.com/watch?v=-Uk4GQTmK_0",
                "streamUrl": null,
                "subscriptionPlans": []
            }
        ],
        "rent": [
            {
                "service": {
                    "id": 10,
                    "name": "Amazon Video",
                    "technicalName": "amazon",
                    "shortName": "amz",
                    "icon": "https://images.justwatch.com/icon/340823436/s100/amazon.webp"
                },
                "monetizationType": "RENT",
                "quality": "SD",
                "price": {
                    "formatted": "$2.99",
                    "value": 2.99,
                    "currency": "USD"
                },
                "priceChange": null,
                "videoTechnology": [],
                "audioTechnology": [
                    "5.1"
                ],
                "subtitles": [
                    "en"
                ],
                "audioLanguages": [
                    "en"
                ],
                "seasons": 0,
                "availableFrom": "2014-08-12T04:00:00Z",
                "availableTo": null,
                "addedDate": "2026-06-26",
                "url": "https://watch.amazon.com/detail?gti=amzn1.dv.gti.d2a9f780-8afc-5947-ad0b-a28eec467c58",
                "streamUrl": null
            },
            {
                "service": {
                    "id": 7,
                    "name": "Fandango At Home",
                    "technicalName": "vudu",
                    "shortName": "vdu",
                    "icon": "https://images.justwatch.com/icon/346744144/s100/vudu.webp"
                },
                "monetizationType": "RENT",
                "quality": "SD",
                "price": {
                    "formatted": "$2.99",
                    "value": 2.99,
                    "currency": "USD"
                },
                "priceChange": null,
                "videoTechnology": [],
                "audioTechnology": [],
                "subtitles": [],
                "audioLanguages": [
                    "en"
                ],
                "seasons": 0,
                "availableFrom": null,
                "availableTo": null,
                "addedDate": "2016-05-22",
                "url": "https://athome.fandango.com/content/browse/details/Locke/548125",
                "streamUrl": null
            },
            {
                "service": {
                    "id": 10,
                    "name": "Amazon Video",
                    "technicalName": "amazon",
                    "shortName": "amz",
                    "icon": "https://images.justwatch.com/icon/340823436/s100/amazon.webp"
                },
                "monetizationType": "RENT"
            }
        ]
    },
    "_note": "Response truncated for documentation purposes"
}
Title details by ID — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29903/title+details+by+id?id=tm137408&country=US&language=en' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Returns details for a movie or TV show by IMDb ID
Endpoint ID: 29904
GET https://docs.zylalabs.com/api/13507/justwatch+api/29904/title+details+by+imdb+id
INPUT PARAMETERS

Title details by IMDb ID — Endpoint Features

Object Description
imdbId Required IMDb title id (e.g. "tt0816692").
country Required 2-letter country code (e.g. "US", "DE", "RS").
language Required 2-letter language code (e.g. "en", "de", "sr").

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

imdbId
country
language
API EXAMPLE RESPONSE
JSON
{
    "id": "tm157099",
    "type": "MOVIE",
    "title": "Interstellar",
    "originalTitle": "Interstellar",
    "releaseYear": 2014,
    "releaseDate": "2014-11-05",
    "shortDescription": "In a dystopian future where Earth has become near-uninhabitable, a team of astronauts embark on a mission to find a new home for humanity.",
    "runtime": 169,
    "ageRating": "TV-14",
    "isReleased": true,
    "genres": [
        "Action & Adventure",
        "Drama",
        "Science-Fiction"
    ],
    "subgenres": [
        "Sci-Fi Drama"
    ],
    "poster": "https://images.justwatch.com/poster/449990/s718/interstellar.webp",
    "backdrops": [
        "https://images.justwatch.com/backdrop/324966555/s1440/interstellar.webp",
        "https://images.justwatch.com/backdrop/309158953/s1440/interstellar.webp",
        "https://images.justwatch.com/backdrop/176326977/s1440/interstellar.webp",
        "https://images.justwatch.com/backdrop/176326972/s1440/interstellar.webp",
        "https://images.justwatch.com/backdrop/188484343/s1440/interstellar.webp"
    ],
    "trailers": [
        {
            "url": "https://www.youtube.com/watch?v=zSWdZVtXT7E",
            "provider": "YOUTUBE"
        },
        {
            "url": "https://www.youtube.com/watch?v=0vxOhd4qlnA",
            "provider": "YOUTUBE"
        },
        {
            "url": "https://www.youtube.com/watch?v=2LqzF5WauAw",
            "provider": "YOUTUBE"
        },
        {
            "url": "https://www.youtube.com/watch?v=Lm8p5rlrSkY",
            "provider": "YOUTUBE"
        }
    ],
    "url": "https://www.justwatch.com/us/movie/interstellar",
    "productionCountries": [
        "CA",
        "GB",
        "US"
    ],
    "externalIds": {
        "imdb": "tt0816692",
        "tmdb": "157336"
    },
    "scoring": {
        "imdb": 8.7,
        "imdbVotes": 2585477,
        "tmdb": 8.484,
        "tmdbPopularity": 70.2255,
        "tomatoMeter": 73,
        "jwRating": 0.964911486735
    },
    "interactions": {
        "likes": 45317,
        "dislikes": 1567
    },
    "directors": [
        {
            "name": "Christopher Nolan",
            "personId": 1725,
            "image": null
        }
    ],
    "ranking": {
        "rank": 19,
        "trend": "UP",
        "trendDifference": 2,
        "highestRank": 1,
        "daysInTop3": 6,
        "daysInTop10": 42,
        "daysInTop100": 2595,
        "daysInTop1000": 3878
    },
    "upcomingReleases": [],
    "cast": [
        {
            "name": "Matthew McConaughey",
            "personId": 1690,
            "image": "https://images.justwatch.com/portrait/329007705/st150/image.avif",
            "character": "Cooper"
        },
        {
            "name": "Anne Hathaway",
            "personId": 1692,
            "image": "https://images.justwatch.com/portrait/327485855/st150/image.avif",
            "character": "Brand"
        },
        {
            "name": "Michael Caine",
            "personId": 1694,
            "image": "https://images.justwatch.com/portrait/327307324/st150/image.avif",
            "character": "Professor Brand"
        },
        {
            "name": "Jessica Chastain",
            "personId": 1693,
            "image": "https://images.justwatch.com/portrait/330224885/st150/image.avif",
            "character": "Murph"
        },
        {
            "name": "Casey Affleck",
            "personId": 1695,
            "image": "https://images.justwatch.com/portrait/327711515/st150/image.avif",
            "character": "Tom"
        },
        {
            "name": "Wes Bentley",
            "personId": 1701,
            "image": "https://images.justwatch.com/portrait/328595804/st150/image.avif",
            "character": "Doyle"
        },
        {
            "name": "Topher Grace",
            "personId": 1702,
            "image": "https://images.justwatch.com/portrait/327780148/st150/image.avif",
            "character": "Getty"
        },
        {
            "name": "Mackenzie Foy",
            "personId": 1193,
            "image": "https://images.justwatch.com/portrait/346326610/st150/image.avif",
            "character": "Murph (10 Yrs.)"
        },
        {
            "name": "Ellen Burstyn",
            "personId": 1700,
            "image": "https://images.justwatch.com/portrait/331200412/st150/image.avif",
            "character": "Murph (older)"
        },
        {
            "name": "John Lithgow",
            "personId": 1699,
            "image": "https://images.justwatch.com/portrait/330224252/st150/image.avif",
            "character": "Donald"
        },
        {
            "name": "Bill Irwin",
            "personId": 1697,
            "image": "https://images.justwatch.com/portrait/330205450/st150/image.avif",
            "character": "TARS (voice)"
        },
        {
            "name": "David Gyasi",
            "personId": 1705,
            "image": "https://images.justwatch.com/portrait/331897177/st150/image.avif",
            "character": "Romilly"
        },
        {
            "name": "Timothée Chalamet",
            "personId": 1696,
            "image": "https://images.justwatch.com/portrait/327228941/st150/image.avif",
            "character": "Tom (15 Yrs.)"
        },
        {
            "name": "Matt Damon",
            "personId": 1698,
            "image": "https://images.justwatch.com/portrait/327307540/st150/image.avif",
            "character": "Mann"
        },
        {
            "name": "Josh Stewart",
            "personId": 1708,
            "image": "https://images.justwatch.com/portrait/346326252/st150/image.avif",
            "character": "CASE (voice)"
        },
        {
            "name": "Leah Cairns",
            "personId": 1709,
            "image": null,
            "character": "Lois"
        },
        {
            "name": "Liam Dickinson",
            "personId": 1715,
            "image": null,
            "character": "Coop"
        },
        {
            "name": "Francis X. McCarthy",
            "personId": 1716,
            "image": null,
            "character": "Boots"
        },
        {
            "name": "William Devane",
            "personId": 1706,
            "image": null,
            "character": "Williams"
        },
        {
            "name": "Andrew Borba",
            "personId": 1718,
            "image": null,
            "character": "Smith"
        },
        {
            "name": "Elyes Gabel",
            "personId": 1713,
            "image": "https://images.justwatch.com/portrait/344051075/st150/image.avif",
            "character": "Administrator"
        },
        {
            "name": "David Oyelowo",
            "personId": 1704,
            "image": "https://images.justwatch.com/portrait/330870610/st150/image.avif",
            "character": "School Principal"
        },
        {
            "name": "Collette Wolfe",
            "personId": 1707,
            "image": null,
            "character": "Ms. Hanley"
        },
        {
            "name": "Jeff Hephner",
            "personId": 1712,
            "image": null,
            "character": "Doctor"
        },
        {
            "name": "Russ Fega",
            "personId": 1710,
            "image": null,
            "character": "Crew Chief"
        },
        {
            "name": "Lena Georgas",
            "personId": 1711,
            "image": null,
            "character": "Nurse Practitioner"
        },
        {
            "name": "Brooke Smith",
            "personId": 1714,
            "image": "https://images.justwatch.com/portrait/340670867/st150/image.avif",
            "character": "Nurse"
        },
        {
            "name": "Flora Nolan",
            "personId": 1717,
            "image": null,
            "character": "Girl on Truck"
        },
        {
            "name": "Griffen Fraser",
            "personId": 971997,
            "image": null,
            "character": "Boy on Truck"
        },
        {
            "name": "Kristian Van der Heyden",
            "personId": 1721,
            "image": null,
            "character": "Scientist (uncredited)"
        },
        {
            "name": "William Patrick Brown",
            "personId": 1719,
            "image": null,
            "character": "NASA employee (uncredited)"
        },
        {
            "name": "Benjamin Hardy",
            "personId": 597360,
            "image": null,
            "character": "NASA Scientist (uncredited)"
        },
        {
            "name": "Joseph Oliveira",
            "personId": 1723,
            "image": null,
            "character": "Astronaut (uncredited)"
        },
        {
            "name": "Alexander Michael Helisek",
            "personId": 195631,
            "image": null,
            "character": "Construction boss (uncredited)"
        },
        {
            "name": "Rory Nolan",
            "personId": 1175693,
            "image": "https://images.justwatch.com/portrait/340646942/st150/image.avif",
            "character": "Little Boy in the hospital (uncredited)"
        }
    ],
    "offers": {
        "stream": [
            {
                "service": {
                    "id": 9,
                    "name": "Amazon Prime Video",
                    "technicalName": "amazonprime",
                    "shortName": "amp"
                }
            }
        ]
    },
    "_note": "Response truncated for documentation purposes"
}
Title details by IMDb ID — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/13507/justwatch+api/29904/title+details+by+imdb+id?imdbId=tt0816692&country=US&language=en' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the JustWatch API simply include your bearer token in the Authorization header.

Headers
Header Description
Authorization Required Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.

(Save 2 months with annual billing 🎉)

🚀 Enterprise Plan

Starts at
$ 10,000/Year


  • Custom Volume
  • Custom Rate Limit
  • Specialized Customer Support
  • Real-Time API Monitoring

Overview

JustWatch API (justwatch.com). Find where to watch movies and TV shows: streaming, rent and buy offers per country and provider, title details and seasons/episodes, search, popular and new-arrival

JustWatch API FAQs

Each endpoint returns specific data related to movies and TV shows, including details like titles, genres, streaming offers, age ratings, and supported languages or regions. For example, the "GET Popular titles" endpoint provides a list of popular titles along with their streaming offers.

Key fields vary by endpoint but generally include "id," "title," "originalTitle," "releaseYear," "poster," and "url." For instance, the "GET Title details by ID" endpoint includes "shortDescription," "runtime," and "ageRating" to provide comprehensive title information.

Parameters vary by endpoint. For example, the "GET Popular titles" endpoint allows filtering by region and sorting options. The "GET Search titles" endpoint accepts a query string for title searches and supports pagination with "perPage" and "nextCursor" parameters.

Response data is typically organized in JSON format, with structured objects and arrays. For example, the "GET Supported genres" endpoint returns an array of genre objects, each containing "shortName" and "name" fields, making it easy to parse and utilize.

Each endpoint provides distinct information, such as supported languages, regions, genres, age ratings, streaming services, and popular or upcoming titles. For instance, the "GET Streaming services for a region" endpoint lists available providers and their monetization types.

Users can customize requests by using query parameters specific to each endpoint. For example, in the "GET Search titles" endpoint, users can specify sorting options like "popularity" or "release_year" to tailor the results to their needs.

Typical use cases include finding where to watch specific movies or shows, exploring popular content in a region, and retrieving detailed information about titles for integration into applications or websites. For example, developers can use the API to build a movie discovery app.

Data accuracy is maintained through regular updates and quality checks from JustWatch's content sources. The API aggregates information from various streaming services, ensuring that users receive reliable and up-to-date data about available titles and their offers.

General FAQs

To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.

You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.

The free trial lasts for 7 days and allows you to make up to 50 API requests.

No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.

Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

You can monitor your API usage through the response headers included with every request:

x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.

Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

Please have a look at our Refund Policy: https://zylalabs.com/terms#refund


Related APIs