You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unleash Your Inner Cinephile with This Netflix-Inspired Movie Database
This React.js application empowers you to explore a vast collection of Movies, TV Shows, and Web Series, meticulously sourced from the TMDB API. Dive deep into captivating content across all genres, from action-packed thrillers to laugh-out-loud comedies!
API Reference
Get all original items
GET https://image.tmdb.org/t/p/original/movie/popular?api_key=${key}
Parameter
Type
Description
api_key
string
Required. Your API key
Get Details of a Movie or a TV Show
GET /movie/{movie_id}GET /tv/{series_id}
Parameter
Type
Description
id
string
Required. Id of item to fetch
Get Details of a Cast and the crew
GET /movie/{movie_id}/creditsGET /tv/{series_id}//credits