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.
Returns a random TMDB popular movie from the list
{"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'
Returns a list of TMDB popular movies, optionally filtered by name and paginated
Get a list of TMDB popular movies - Características del Endpoint
Objeto | Descripción |
---|---|
name |
[Requerido] Name of the movie |
page |
Opcional Page number |
{"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'
Encabezado | Descripción |
---|---|
Autorización
|
[Requerido] Debería ser Bearer access_key . Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito. |
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
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.
Zyla API Hub es como una gran tienda de APIs, donde puedes encontrar miles de ellas en un solo lugar. También ofrecemos soporte dedicado y monitoreo en tiempo real de todas las APIs. Una vez que te registres, puedes elegir qué APIs quieres usar. Solo recuerda que cada API necesita su propia suscripción. Pero si te suscribes a varias, usarás la misma clave para todas, lo que hace todo más fácil para ti.
Los precios se muestran en USD (dólar estadounidense), EUR (euro), CAD (dólar canadiense), AUD (dólar australiano) y GBP (libra esterlina). Aceptamos todas las principales tarjetas de débito y crédito. Nuestro sistema de pago utiliza la última tecnología de seguridad y está respaldado por Stripe, una de las compañías de pago más confiables del mundo. Si tienes algún problema para pagar con tarjeta, contáctanos en [email protected]
Además, si ya tienes una suscripción activa en cualquiera de estas monedas (USD, EUR, CAD, AUD, GBP), esa moneda se mantendrá para suscripciones posteriores. Puedes cambiar la moneda en cualquier momento siempre que no tengas suscripciones activas.
La moneda local que aparece en la página de precios se basa en el país de tu dirección IP y se proporciona solo como referencia. Los precios reales están en USD (dólar estadounidense). Cuando realices un pago, el cargo aparecerá en tu estado de cuenta en USD, incluso si ves el monto equivalente en tu moneda local en nuestro sitio web. Esto significa que no puedes pagar directamente en tu moneda local.
Ocasionalmente, un banco puede rechazar el cargo debido a sus configuraciones de protección contra fraude. Te sugerimos comunicarte con tu banco primero para verificar si están bloqueando nuestros cargos. También puedes acceder al Portal de Facturación y cambiar la tarjeta asociada para realizar el pago. Si esto no funciona y necesitas más ayuda, por favor contacta a nuestro equipo en [email protected]
Los precios se determinan mediante una suscripción recurrente mensual o anual, dependiendo del plan elegido.
Las llamadas a la API se descuentan de tu plan en base a solicitudes exitosas. Cada plan incluye una cantidad específica de llamadas que puedes realizar por mes. Solo las llamadas exitosas, indicadas por una respuesta con estado 200, se contarán en tu total. Esto asegura que las solicitudes fallidas o incompletas no afecten tu cuota mensual.
Zyla API Hub funciona con un sistema de suscripción mensual recurrente. Tu ciclo de facturación comenzará el día en que compres uno de los planes de pago, y se renovará el mismo día del mes siguiente. Así que recuerda cancelar tu suscripción antes si quieres evitar futuros cargos.
Para actualizar tu plan de suscripción actual, simplemente ve a la página de precios de la API y selecciona el plan al que deseas actualizarte. La actualización será instantánea, permitiéndote disfrutar inmediatamente de las funciones del nuevo plan. Ten en cuenta que las llamadas restantes de tu plan anterior no se transferirán al nuevo plan, por lo que debes considerar esto al actualizar. Se te cobrará el monto total del nuevo plan.
Para verificar cuántas llamadas a la API te quedan en el mes actual, revisa el campo 'X-Zyla-API-Calls-Monthly-Remaining' en el encabezado de la respuesta. Por ejemplo, si tu plan permite 1,000 solicitudes por mes y has usado 100, este campo mostrará 900 llamadas restantes.
Para ver el número máximo de solicitudes a la API que permite tu plan, revisa el encabezado de la respuesta 'X-Zyla-RateLimit-Limit'. Por ejemplo, si tu plan incluye 1,000 solicitudes por mes, este encabezado mostrará 1,000.
El encabezado 'X-Zyla-RateLimit-Reset' muestra el número de segundos hasta que tu límite se restablezca. Esto te indica cuándo tu conteo de solicitudes se reiniciará. Por ejemplo, si muestra 3,600, significa que faltan 3,600 segundos para que el límite se restablezca.
Sí, puedes cancelar tu plan en cualquier momento desde tu cuenta, seleccionando la opción de cancelación en la página de Facturación. Ten en cuenta que las actualizaciones, degradaciones y cancelaciones tienen efecto inmediato. Además, al cancelar ya no tendrás acceso al servicio, incluso si te quedaban llamadas en tu cuota.
Puedes contactarnos a través de nuestro canal de chat para recibir asistencia inmediata. Siempre estamos en línea de 8 a. m. a 5 p. m. (EST). Si nos contactas fuera de ese horario, te responderemos lo antes posible. Además, puedes escribirnos por correo electrónico a [email protected]
Para darte la oportunidad de probar nuestras APIs sin compromiso, ofrecemos una prueba gratuita de 7 días que te permite realizar hasta 50 llamadas a la API sin costo. Esta prueba solo se puede usar una vez, por lo que recomendamos aplicarla a la API que más te interese. Aunque la mayoría de nuestras APIs ofrecen prueba gratuita, algunas pueden no hacerlo. La prueba finaliza después de 7 días o cuando realices 50 solicitudes, lo que ocurra primero. Si alcanzas el límite de 50 solicitudes durante la prueba, deberás "Iniciar tu Plan de Pago" para continuar haciendo solicitudes. Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios. Alternativamente, si no cancelas tu suscripción antes del día 7, tu prueba gratuita finalizará y tu plan se cobrará automáticamente, otorgándote acceso a todas las llamadas a la API especificadas en tu plan. Ten esto en cuenta para evitar cargos no deseados.
Después de 7 días, se te cobrará el monto total del plan al que estabas suscrito durante la prueba. Por lo tanto, es importante cancelar antes de que finalice el periodo de prueba. No se aceptan solicitudes de reembolso por olvidar cancelar a tiempo.
Cuando te suscribes a una prueba gratuita de una API, puedes realizar hasta 50 llamadas. Si deseas realizar más llamadas después de este límite, la API te pedirá que "Inicies tu Plan de Pago". Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios.
Las Órdenes de Pago se procesan entre el día 20 y el 30 de cada mes. Si envías tu solicitud antes del día 20, tu pago será procesado dentro de ese período.
Nivel de Servicio:
100%
Tiempo de Respuesta:
501ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
140ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
235ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
250ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
889ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
403ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
607ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
309ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
400ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
528ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
4.410ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.620ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.031ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.843ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.398ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.843ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.843ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
437ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.843ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.008ms