feat(meta): TMDB search and movie lookup (#49)
This commit was merged in pull request #49.
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user