Files
arr/crates/arr-meta/tests/fixtures/movie_cidade_de_deus.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.5 KiB
JSON

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