Advertisement
alvinfnaldi

MovieAPI

Sep 4th, 2022
1,164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.75 KB | None | 0 0
  1. {
  2.   "users": [
  3.     {
  4.       "username": "admin",
  5.       "password": "admin",
  6.       "role": "admin",
  7.       "id": 1
  8.     }
  9.   ],
  10.   "movies": [
  11.     {
  12.       "id": 1,
  13.       "title": "Mencuri Raden Saleh",
  14.       "rate": "9.0",
  15.       "runtime": 154,
  16.       "genre": "Crime",
  17.       "plot": "The biggest heist of the century is just days away from its execution. The gang is complete and ready to carry out a mission to steal the painting of the maestro, Raden Saleh, entitled The Arrest of Diponegoro. Counterfeiting, hacking, fighting, and manipulation take place in a premeditated heist run by a group of young amateurs.",
  18.       "playingAt": [
  19.         9,
  20.         14,
  21.         16,
  22.         20
  23.       ],
  24.       "director": "Angga Dwimas Sasongko",
  25.       "poster": "https://image.tmdb.org/t/p/w500/1fdqRcgEYNkXCnnKAzz2JtFnUv7.jpg",
  26.       "linkTrailer": "https://youtu.be/DN3sRz_veBU",
  27.       "directorImage": "",
  28.       "seats": 100,
  29.       "booked": []
  30.     },
  31.     {
  32.       "id": 2,
  33.       "title": "Nope",
  34.       "rate": "7.1",
  35.       "runtime": 130,
  36.       "genre": "Mystery",
  37.       "plot": "Residents in a lonely gulch of inland California bear witness to an uncanny, chilling discovery.",
  38.       "playingAt": [
  39.         20,
  40.         22
  41.       ],
  42.       "director": "Jordan Peele",
  43.       "poster": "https://image.tmdb.org/t/p/w500/AcKVlWaNVVVFQwro3nLXqPljcYA.jpg",
  44.       "linkTrailer": "https://youtu.be/ckc2YbIEyTo",
  45.       "directorImage": "",
  46.       "seats": 100,
  47.       "booked": []
  48.     },
  49.     {
  50.       "id": 3,
  51.       "title": "Pengabdi Setan 2: Communion",
  52.       "rate": "7.1",
  53.       "runtime": 119,
  54.       "genre": "Horror",
  55.       "plot": "After moving from their home to an apartment building, a new terror awaits Rini’s family.",
  56.       "playingAt": [
  57.         16,
  58.         20,
  59.         22
  60.       ],
  61.       "director": "Joko Anwar",
  62.       "poster": "https://image.tmdb.org/t/p/w500/5MK8njK8trk1xM1KeGSVd69AAvn.jpg",
  63.       "linkTrailer": "https://youtu.be/8LIHcd7WfWI",
  64.       "directorImage": "",
  65.       "seats": 100,
  66.       "booked": []
  67.     },
  68.     {
  69.       "id": "4",
  70.       "title": "Sayap Sayap Patah",
  71.       "rated": "5.0",
  72.       "runtime": 110,
  73.       "genre": "Drama",
  74.       "plot": "In 2018, the headquarters of the Mobile Brigade Command Headquarters in Kelapa Dua, Depok was attacked by terrorists who tried to break into the detention center and killed 5 members of Densus 88.",
  75.       "playingAt": [
  76.         9,
  77.         14,
  78.         16,
  79.         20
  80.       ],
  81.       "director": "Rudy Soedjarwo",
  82.       "poster": "https://image.tmdb.org/t/p/w500/1r1vp678jbvsOwgCIW0hc4JQeHA.jpg",
  83.       "linkTrailer": "https://youtu.be/jiK1A3BhEBQ",
  84.       "directorImage": "",
  85.       "seats": 100,
  86.       "booked": []
  87.     }
  88.   ],
  89.   "transaction": [],
  90.   "transactionDetail": []
  91. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement