Skip to main content
GET
/
3
/
movie
/
{movie_id}
{
  "adult": false,
  "backdrop_path": "/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg",
  "belongs_to_collection": {
    "backdrop_path": "/l5CIAdxVhhaUD3DaS4lP4AR2so9.jpg",
    "id": 720879,
    "name": "Sonic the Hedgehog Collection",
    "poster_path": "/fwFWhYXj8wY6gFACtecJbg229FI.jpg"
  },
  "budget": 122000000,
  "genres": [
    {
      "id": 28,
      "name": "Action"
    },
    {
      "id": 878,
      "name": "Science Fiction"
    },
    {
      "id": 35,
      "name": "Comedy"
    },
    {
      "id": 10751,
      "name": "Family"
    }
  ],
  "homepage": "https://www.sonicthehedgehogmovie.com",
  "id": 939243,
  "imdb_id": "tt18259086",
  "origin_country": [
    "US"
  ],
  "original_language": "en",
  "original_title": "Sonic the Hedgehog 3",
  "overview": "Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet.",
  "popularity": 3668.314,
  "poster_path": "/x7NPbBlrvFRJrpinBSRlMOOUWom.jpg",
  "production_companies": [
    {
      "id": 4,
      "logo_path": "/gz66EfNoYPqHTYI4q9UEN4CbHRc.png",
      "name": "Paramount Pictures",
      "origin_country": "US"
    },
    {
      "id": 333,
      "logo_path": "/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png",
      "name": "Original Film",
      "origin_country": "US"
    },
    {
      "id": 77884,
      "logo_path": "/dP2lxVNctD5Cried0IWVqgrO2o9.png",
      "name": "Marza Animation Planet",
      "origin_country": "JP"
    },
    {
      "id": 113750,
      "logo_path": "/A3QVZ9Ah0yI2d2GiXUFpdlbTgyr.png",
      "name": "SEGA",
      "origin_country": "JP"
    },
    {
      "id": 10644,
      "logo_path": "/ocLZIdYJBppuCt1rhYEb2jbpt5F.png",
      "name": "Blur Studio",
      "origin_country": "US"
    },
    {
      "id": 168701,
      "logo_path": "/vWdZFT4V64CCv12D10m44duQjyg.png",
      "name": "SEGA of America",
      "origin_country": "US"
    }
  ],
  "production_countries": [
    {
      "iso_3166_1": "JP",
      "name": "Japan"
    },
    {
      "iso_3166_1": "US",
      "name": "United States of America"
    }
  ],
  "release_date": "2024-12-19",
  "revenue": 336007876,
  "runtime": 110,
  "spoken_languages": [
    {
      "english_name": "English",
      "iso_639_1": "en",
      "name": "English"
    },
    {
      "english_name": "Japanese",
      "iso_639_1": "ja",
      "name": "日本語"
    },
    {
      "english_name": "French",
      "iso_639_1": "fr",
      "name": "Français"
    },
    {
      "english_name": "Spanish",
      "iso_639_1": "es",
      "name": "Español"
    }
  ],
  "status": "Released",
  "tagline": "New adventure. New rival.",
  "title": "Sonic the Hedgehog 3",
  "video": false,
  "vote_average": 7.693,
  "vote_count": 368
}

Path Parameters

movie_id
string
required

Query Parameters

language
string
Example:

"en-US"

Response

200 - application/json

Details

adult
boolean
Example:

false

backdrop_path
string
Example:

"/zOpe0eHsq0A2NvNyBbtT6sj53qV.jpg"

belongs_to_collection
object
budget
number
Example:

122000000

genres
object[]
Example:
[
{ "id": 28, "name": "Action" },
{ "id": 878, "name": "Science Fiction" },
{ "id": 35, "name": "Comedy" },
{ "id": 10751, "name": "Family" }
]
homepage
string
Example:

"https://www.sonicthehedgehogmovie.com"

id
number
Example:

939243

imdb_id
string
Example:

"tt18259086"

origin_country
string[]
Example:
["US"]
original_language
string
Example:

"en"

original_title
string
Example:

"Sonic the Hedgehog 3"

overview
string
Example:

"Sonic, Knuckles, and Tails reunite against a powerful new adversary, Shadow, a mysterious villain with powers unlike anything they have faced before. With their abilities outmatched in every way, Team Sonic must seek out an unlikely alliance in hopes of stopping Shadow and protecting the planet."

popularity
number
Example:

3668.314

poster_path
string
Example:

"/x7NPbBlrvFRJrpinBSRlMOOUWom.jpg"

production_companies
object[]
Example:
[
{
"id": 4,
"logo_path": "/gz66EfNoYPqHTYI4q9UEN4CbHRc.png",
"name": "Paramount Pictures",
"origin_country": "US"
},
{
"id": 333,
"logo_path": "/5xUJfzPZ8jWJUDzYtIeuPO4qPIa.png",
"name": "Original Film",
"origin_country": "US"
},
{
"id": 77884,
"logo_path": "/dP2lxVNctD5Cried0IWVqgrO2o9.png",
"name": "Marza Animation Planet",
"origin_country": "JP"
},
{
"id": 113750,
"logo_path": "/A3QVZ9Ah0yI2d2GiXUFpdlbTgyr.png",
"name": "SEGA",
"origin_country": "JP"
},
{
"id": 10644,
"logo_path": "/ocLZIdYJBppuCt1rhYEb2jbpt5F.png",
"name": "Blur Studio",
"origin_country": "US"
},
{
"id": 168701,
"logo_path": "/vWdZFT4V64CCv12D10m44duQjyg.png",
"name": "SEGA of America",
"origin_country": "US"
}
]
production_countries
object[]
Example:
[
{ "iso_3166_1": "JP", "name": "Japan" },
{
"iso_3166_1": "US",
"name": "United States of America"
}
]
release_date
string
Example:

"2024-12-19"

revenue
number
Example:

336007876

runtime
number
Example:

110

spoken_languages
object[]
Example:
[
{
"english_name": "English",
"iso_639_1": "en",
"name": "English"
},
{
"english_name": "Japanese",
"iso_639_1": "ja",
"name": "日本語"
},
{
"english_name": "French",
"iso_639_1": "fr",
"name": "Français"
},
{
"english_name": "Spanish",
"iso_639_1": "es",
"name": "Español"
}
]
status
string
Example:

"Released"

tagline
string
Example:

"New adventure. New rival."

title
string
Example:

"Sonic the Hedgehog 3"

video
boolean
Example:

false

vote_average
number
Example:

7.693

vote_count
number
Example:

368

I