-
Notifications
You must be signed in to change notification settings - Fork 0
Description
e.g. https://movies-api.accel.li/api/v2/movie_details.json?movie_id=10
{
"status": "ok",
"status_message": "Query was successful",
"data": {
"movie": {
"id": 10,
"url": "https://yts.bz/movies/13-2010",
"imdb_code": "tt0798817",
"title": "13",
"title_english": "13",
"title_long": "13 (2010)",
"slug": "13-2010",
"year": 2010,
"rating": 6,
"runtime": 91,
"genres": [
"Action",
"Crime",
"Drama",
"Thriller"
],
"like_count": 77,
"description_intro": "A desperate man takes part in an underworld game of Russian roulette.",
"description_full": "A desperate man takes part in an underworld game of Russian roulette.",
"yt_trailer_code": "Y41fFj-P4jI",
"language": "en",
"mpa_rating": "R",
"background_image": "https://yts.bz/assets/images/movies/13_2010/background.jpg",
"background_image_original": "https://yts.bz/assets/images/movies/13_2010/background.jpg",
"small_cover_image": "https://yts.bz/assets/images/movies/13_2010/small-cover.jpg",
"medium_cover_image": "https://yts.bz/assets/images/movies/13_2010/medium-cover.jpg",
"large_cover_image": "https://yts.bz/assets/images/movies/13_2010/large-cover.jpg",
"torrents": [
{
"url": "https://yts.bz/torrent/download/BE046ED20B048C4FB86E15838DD69DADB27C5E8A",
"hash": "BE046ED20B048C4FB86E15838DD69DADB27C5E8A",
"quality": "720p",
"type": "bluray",
"is_repack": "0",
"video_codec": "x264",
"bit_depth": "8",
"audio_channels": "2.0",
"seeds": 5,
"peers": 1,
"size": "946.49 MB",
"size_bytes": 992466698,
"date_uploaded": "2015-10-31 20:46:37",
"date_uploaded_unix": 1446320797
},
{
"url": "https://yts.bz/torrent/download/FEE33A702158CD451220BD4F23FC46AD7BC65C4D",
"hash": "FEE33A702158CD451220BD4F23FC46AD7BC65C4D",
"quality": "1080p",
"type": "bluray",
"is_repack": "0",
"video_codec": "x264",
"bit_depth": "8",
"audio_channels": "5.1",
"seeds": 15,
"peers": 12,
"size": "1.79 GB",
"size_bytes": 1921997865,
"date_uploaded": "2022-01-19 00:57:56",
"date_uploaded_unix": 1642550276
}
],
"date_uploaded": "2015-10-31 20:46:37",
"date_uploaded_unix": 1446320797
}
},
"@meta": {
"api_version": 2,
"execution_time": "0 ms"
}
}