feat(meta): TMDB search and movie lookup (#49)
This commit was merged in pull request #49.
This commit is contained in:
+39
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/xOMo8BRK7PfcJv9JCnx7s5hj0PX.jpg",
|
||||
"genre_ids": [878, 12],
|
||||
"id": 693134,
|
||||
"original_language": "en",
|
||||
"original_title": "Dune: Part Two",
|
||||
"overview": "Follow the mythic journey of Paul Atreides as he unites with Chani and the Fremen while on a path of revenge against the conspirators who destroyed his family.",
|
||||
"popularity": 234.53,
|
||||
"poster_path": "/1pdfLvkbY9ohJlCjQH2CZjjYVvJ.jpg",
|
||||
"release_date": "2024-02-27",
|
||||
"title": "Dune: Part Two",
|
||||
"video": false,
|
||||
"vote_average": 8.157,
|
||||
"vote_count": 6104
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": null,
|
||||
"genre_ids": [878],
|
||||
"id": 1156593,
|
||||
"original_language": "en",
|
||||
"original_title": "Dune: Part Three",
|
||||
"overview": "",
|
||||
"popularity": 41.2,
|
||||
"poster_path": null,
|
||||
"release_date": "",
|
||||
"title": "Dune: Part Three",
|
||||
"video": false,
|
||||
"vote_average": 0.0,
|
||||
"vote_count": 0
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
}
|
||||
Reference in New Issue
Block a user