https://api.promoviedb.comā ļø Important: You must apply for an API key before using the API.
Each request must include your API key as a query parameter.
api_key parameter.401 Unauthorized response.| Category | Description |
|---|---|
| Movie | Get movie lists such as Now Playing, Upcoming, Popular, and Top Rated. |
| TV | Get popular, airing today, and top-rated TV shows. |
| People | Get popular people and their detailed profiles. |
| Search | Search across movies, TV shows, and people. |
| Trending | Retrieve trending movies, TV shows, and people (daily or weekly). |
| Detail | Retrieve detailed metadata for a movie, TV show, or person by ID. |
| Parameter | Type | Required | Description |
|---|---|---|---|
api_key | string | ā | Your API key |
language | string | ā | ISO 639-1 code (default: en) |
page | integer | ā | Page number (default: 1) |
include_adult | boolean | ā | Include adult content (default: false) |
{
"page": 1,
"results": [
{
"id": 550,
"title": "Fight Club",
"release_date": "1999-10-15",
"popularity": 83.7,
"vote_average": 8.4
}
],
"total_pages": 500,
"total_results": 10000
}| Status | Meaning |
|---|---|
200 | ā Success |
400 | ā Invalid request |
401 | š Missing or invalid API key |
404 | š« Resource not found |
500 | š„ Internal server error |
page parameters.language parameter to localize content.https://api.promoviedb.com/v1api_key query parameter