{"title":"The People vs. Larry Flynt","release_date":"1996-12-25","original_language":"en","popularity":14.509,"overview":"Larry Flynt is the hedonistically obnoxious, but indomitable, publisher of Hustler magazine. The film recounts his struggle to make an honest living publishing his girlie magazine and how it changes into a battle to protect the freedom of speech for all people.","vote_average":6.954,"vote_count":1034}
curl --location --request GET 'https://zylalabs.com/api/5807/tmdb+movies+and+tv+shows+api/7580/get+a+random+tmdb+popular+movie' --header 'Authorization: Bearer YOUR_API_KEY'
{"items":[{"title":"Back to the Future","release_date":"1985-07-03","original_language":"en","popularity":68.148,"overview":"Eighties teenager Marty McFly is accidentally sent back in time to 1955, inadvertently disrupting his parents' first meeting and attracting his mother's romantic interest. Marty must repair the damage to history by rekindling his parents' romance and - with the help of his eccentric inventor friend Doc Brown - return to 1985.","vote_average":8.316,"vote_count":18974},{"title":"Back to the Future","release_date":"1985-07-03","original_language":"en","popularity":68.148,"overview":"Eighties teenager Marty McFly is accidentally sent back in time to 1955, inadvertently disrupting his parents' first meeting and attracting his mother's romantic interest. Marty must repair the damage to history by rekindling his parents' romance and - with the help of his eccentric inventor friend Doc Brown - return to 1985.","vote_average":8.316,"vote_count":18974},{"title":"Back to the Future Part II","release_date":"1989-11-22","original_language":"en","popularity":32.833,"overview":"Marty and Doc are at it again in this wacky sequel to the 1985 blockbuster as the time-traveling duo head to 2015 to nip some McFly family woes in the bud. But things go awry thanks to bully Biff Tannen and a pesky sports almanac. In a last-ditch attempt to set things straight, Marty finds himself bound for 1955 and face to face with his teenage parents -- again.","vote_average":7.758,"vote_count":12160},{"title":"Back to the Future Part III","release_date":"1990-05-25","original_language":"en","popularity":34.241,"overview":"The final installment of the Back to the Future trilogy finds Marty digging the trusty DeLorean out of a mineshaft and looking for Doc in the Wild West of 1885. But when their time machine breaks down, the travelers are stranded in a land of spurs. More problems arise when Doc falls for pretty schoolteacher Clara Clayton, and Marty tangles with Buford Tannen.","vote_average":7.5,"vote_count":9965},{"title":"Back to the Future Part III","release_date":"1990-05-25","original_language":"en","popularity":34.241,"overview":"The final installment of the Back to the Future trilogy finds Marty digging the trusty DeLorean out of a mineshaft and looking for Doc in the Wild West of 1885. But when their time machine breaks down, the travelers are stranded in a land of spurs. More problems arise when Doc falls for pretty schoolteacher Clara Clayton, and Marty tangles with Buford Tannen.","vote_average":7.5,"vote_count":9965},{"title":"Back to the Future Part II","release_date":"1989-11-22","original_language":"en","popularity":32.833,"overview":"Marty and Doc are at it again in this wacky sequel to the 1985 blockbuster as the time-traveling duo head to 2015 to nip some McFly family woes in the bud. But things go awry thanks to bully Biff Tannen and a pesky sports almanac. In a last-ditch attempt to set things straight, Marty finds himself bound for 1955 and face to face with his teenage parents -- again.","vote_average":7.758,"vote_count":12160}],"meta":{"count":6,"current_page":1,"items_per_page":6,"number_of_pages":1}}
curl --location --request GET 'https://zylalabs.com/api/5807/tmdb+movies+and+tv+shows+api/7581/get+a+list+of+tmdb+popular+movies?name=Required' --header 'Authorization: Bearer YOUR_API_KEY'
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 TMDB Movies and TV Shows API simply include your bearer token in the Authorization header.
| 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 🎉)
Access real-time movie data from TMDB with our powerful, reliable API. Get instant access to popular movies, ratings, and detailed film information with 99.99% guaranteed uptime.
🎬 Why Choose Our TMDB API?
Transform your applications with comprehensive movie data. Whether you're building a movie recommendation engine, entertainment platform, or film review site, our API delivers the data you need with enterprise-grade reliability.
Key Features
- Real-time popular movie data
- Comprehensive movie details
- Flexible search and filtering
- Random movie selection
- Pagination support
- Detailed movie metrics
- 99.99% uptime guarantee
📊 API Reference
1. Get Popular Movies List
```
GET /v1/tmdb
```
Retrieve a curated list of popular movies with optional filtering and pagination.
**Query Parameters:**
- `name` (optional): Filter results by movie name
- `page` (optional): Specify page number (default: 1)
2. Get Random Popular Movie
```
GET /v1/tmdb/random
```
Fetch a random movie from the popular movies list, including:
- Title
- Release date
- Original language
- Popularity score
- Plot overview
- Vote average
- Vote count
🎯 Sample Response
```json
{
"title": "Example Movie",
"releaseDate": "2024-03-15",
"originalLanguage": "en",
"popularity": 245.7,
"overview": "Movie plot summary...",
"voteAverage": 8.5,
"voteCount": 1500
}
```
🚀 Ready to Get Started?
Subscribe now to unlock the full power of TMDB data!
APIRobots APIs:
- We provide and develop high-quality APIs.
- Our APIs have a 99.99% uptime.
- Our aim is to achieve the lowest possible latency.
The TMDB Movies and TV Shows API is a powerful tool that provides access to real-time movie data from The Movie Database (TMDB). It offers instant access to popular movies, ratings, and detailed film information with a 99.99% uptime guarantee
The API provides comprehensive information about movies and TV shows, including: - Popular movies - Detailed film information - Ratings - Comprehensive movie data
The API uses RESTful endpoints for various operations: - Get popular movies list: GET /v1/tmdb - Get random popular movie: GET /v1/tmdb/random These endpoints allow you to retrieve curated lists of popular movies and fetch random movies from the popular list
The /v1/tmdb endpoint allows you to filter results by movie name using the name query parameter. Additionally, you can specify the page number using the page parameter
This API could be integrated into various applications, such as: - Movie recommendation engines - Entertainment platforms - Film review sites - Content creation tools for filmmakers and producers - Personalized content delivery systems
The `/v1/tmdb` endpoint returns a list of popular movies, including details like title, release date, original language, popularity score, overview, vote average, and vote count. The `/v1/tmdb/random` endpoint returns a single random popular movie with the same detailed fields.
Key fields in the response data include `title`, `release_date`, `original_language`, `popularity`, `overview`, `vote_average`, and `vote_count`. These fields provide essential information about each movie's characteristics and reception.
The response data is structured in JSON format. For the popular movies list, it includes an array of movie objects, each containing key fields. The random movie endpoint returns a single movie object with the same structure.
The `/v1/tmdb` endpoint accepts two optional parameters: `name` for filtering results by movie title and `page` for pagination, allowing users to specify which page of results to retrieve.
The `/v1/tmdb` endpoint provides a curated list of popular movies, while the `/v1/tmdb/random` endpoint offers detailed information about a single random movie, including its title, release date, and ratings.
Users can customize requests by using the `name` parameter to filter movies by title and the `page` parameter to navigate through multiple pages of results, enhancing the relevance of the data retrieved.
Users can expect consistent data patterns, such as a list of movies with similar fields in the response. For example, each movie will typically include a title, release date, and popularity score, making it easy to parse and display.
Data accuracy is maintained through regular updates from The Movie Database (TMDB), which sources information from various reliable channels, ensuring that the API provides current and accurate movie data.
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.
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.
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.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund