Skip to main content
GET
/
movies
[
  {
    "id": "<string>",
    "title": "<string>",
    "overview": "<string>",
    "length": 123,
    "release": 123,
    "poster": "<string>",
    "collection": "<string>",
    "production_companies": [
      "<string>"
    ],
    "production_countries": [
      {
        "code": "<string>",
        "name": "<string>"
      }
    ],
    "revenue": 123,
    "budget": 123,
    "genres": [
      "Action"
    ]
  }
]

Response

200 - application/json

Successful Response

id
string
required

Unique Identifier of a movie

title
string
required
overview
string
required
length
integer
required
release
integer
required
poster
string
required
collection
string
required
production_companies
string[]
required
production_countries
Country · object[]
required
revenue
integer
required
budget
integer
required
genres
enum<string>[]
required

List of genres associated with this movie.

Types of Genres a movie can have.

Available options:
Action,
Adventure,
Animation,
Comedy,
Crime,
Documentary,
Drama,
Family,
Fantasy,
History,
Horror,
Music,
Mystery,
Romance,
Science Fiction,
TV Movie,
Thriller,
War,
Western