Files
arr/crates/arr-meta/tests/fixtures/movie_future_digital.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

52 lines
1.3 KiB
JSON

{
"adult": false,
"backdrop_path": null,
"budget": 0,
"genres": [{ "id": 28, "name": "Action" }],
"homepage": "",
"id": 1211073,
"imdb_id": "tt31852248",
"origin_country": ["GB"],
"original_language": "en",
"original_title": "Dated For Later",
"overview": "A film with an announced but not yet reached digital release date.",
"popularity": 88.0,
"poster_path": "/placeholder.jpg",
"production_countries": [{ "iso_3166_1": "GB", "name": "United Kingdom" }],
"release_date": "2026-07-10",
"revenue": 0,
"runtime": 110,
"spoken_languages": [{ "english_name": "English", "iso_639_1": "en", "name": "English" }],
"status": "Released",
"tagline": "",
"title": "Dated For Later",
"video": false,
"vote_average": 6.4,
"vote_count": 40,
"release_dates": {
"results": [
{
"iso_3166_1": "GB",
"release_dates": [
{
"certification": "15",
"descriptors": [],
"iso_639_1": "",
"note": "",
"release_date": "2026-07-10T00:00:00.000Z",
"type": 3
},
{
"certification": "",
"descriptors": [],
"iso_639_1": "",
"note": "",
"release_date": "2026-11-20T00:00:00.000Z",
"type": 4
}
]
}
]
}
}