Files
arr/crates/arr-meta/tests/fixtures/search_dune.json
T
naps62-yolo 03ca4a26e8
ci / rust (push) Successful in 1m26s
ci / web (push) Successful in 12s
e2e / e2e (push) Successful in 1m0s
feat(meta): TMDB search and movie lookup (#49)
2026-08-22 19:52:57 +01:00

40 lines
1.1 KiB
JSON

{
"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
}