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": "/pdtzEreKvKAlqa2YEBaGwiA45V8.jpg",
|
||||
"budget": 3300000,
|
||||
"genres": [{ "id": 18, "name": "Drama" }, { "id": 80, "name": "Crime" }],
|
||||
"homepage": "",
|
||||
"id": 598,
|
||||
"imdb_id": "tt0317248",
|
||||
"origin_country": ["BR"],
|
||||
"original_language": "pt",
|
||||
"original_title": "Cidade de Deus",
|
||||
"overview": "In the slums of Rio, two kids' paths diverge as one struggles to become a photographer and the other a kingpin.",
|
||||
"popularity": 38.9,
|
||||
"poster_path": "/k7eYdWvhYQyRQoU2TB2A2Xu2TfD.jpg",
|
||||
"production_countries": [{ "iso_3166_1": "BR", "name": "Brazil" }],
|
||||
"release_date": "2002-02-05",
|
||||
"revenue": 30641770,
|
||||
"runtime": 130,
|
||||
"spoken_languages": [{ "english_name": "Portuguese", "iso_639_1": "pt", "name": "Português" }],
|
||||
"status": "Released",
|
||||
"tagline": "If you run you're dead. If you stay, you're dead again. Period.",
|
||||
"title": "City of God",
|
||||
"video": false,
|
||||
"vote_average": 8.4,
|
||||
"vote_count": 8123,
|
||||
"release_dates": {
|
||||
"results": [
|
||||
{
|
||||
"iso_3166_1": "BR",
|
||||
"release_dates": [
|
||||
{
|
||||
"certification": "18",
|
||||
"descriptors": [],
|
||||
"iso_639_1": "",
|
||||
"note": "",
|
||||
"release_date": "2002-08-30T00:00:00.000Z",
|
||||
"type": 3
|
||||
},
|
||||
{
|
||||
"certification": "",
|
||||
"descriptors": [],
|
||||
"iso_639_1": "",
|
||||
"note": "",
|
||||
"release_date": "2016-05-10T00:00:00.000Z",
|
||||
"type": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user