carr1396

movies.json

Nov 2nd, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. [{
  2. "title": "Dawn of the Planet of the Apes",
  3. "image": "http://api.androidhive.info/json/movies/1.jpg",
  4. "rating": 8.3,
  5. "releaseYear": 2014,
  6. "genre": ["Action", "Drama", "Sci-Fi"]
  7. },
  8. {
  9. "title": "District 9",
  10. "image": "http://api.androidhive.info/json/movies/2.jpg",
  11. "rating": 8,
  12. "releaseYear": 2009,
  13. "genre": ["Action", "Sci-Fi", "Thriller"]
  14. },
  15. {
  16. "title": "Transformers: Age of Extinction",
  17. "image": "http://api.androidhive.info/json/movies/3.jpg",
  18. "rating": 6.3,
  19. "releaseYear": 2014,
  20. "genre": ["Action", "Adventure", "Sci-Fi"]
  21. },
  22. {
  23. "title": "X-Men: Days of Future Past",
  24. "image": "http://api.androidhive.info/json/movies/4.jpg",
  25. "rating": 8.4,
  26. "releaseYear": 2014,
  27. "genre": ["Action", "Sci-Fi", "Thriller"]
  28. },
  29. {
  30. "title": "The Machinist",
  31. "image": "http://api.androidhive.info/json/movies/5.jpg",
  32. "rating": 7.8,
  33. "releaseYear": 2004,
  34. "genre": ["Drama", "Thriller"]
  35. },
  36. {
  37. "title": "The Last Samurai",
  38. "image": "http://api.androidhive.info/json/movies/6.jpg",
  39. "rating": 7.7,
  40. "releaseYear": 2003,
  41. "genre": ["Action", "Drama", "History"]
  42. },
  43. {
  44. "title": "The Amazing Spider-Man 2",
  45. "image": "http://api.androidhive.info/json/movies/7.jpg",
  46. "rating": 7.3,
  47. "releaseYear": 2014,
  48. "genre": ["Action", "Adventure", "Fantasy"]
  49. },
  50. {
  51. "title": "Tangled",
  52. "image": "http://api.androidhive.info/json/movies/8.jpg",
  53. "rating": 7.9,
  54. "releaseYear": 2010,
  55. "genre": ["Action", "Drama", "Sci-Fi"]
  56. },
  57. {
  58. "title": "Rush",
  59. "image": "http://api.androidhive.info/json/movies/9.jpg",
  60. "rating": 8.3,
  61. "releaseYear": 2013,
  62. "genre": ["Animation", "Comedy", "Family"]
  63. },
  64. {
  65. "title": "Drag Me to Hell",
  66. "image": "http://api.androidhive.info/json/movies/10.jpg",
  67. "rating": 6.7,
  68. "releaseYear": 2009,
  69. "genre": ["Horror", "Thriller"]
  70. },
  71. {
  72. "title": "Despicable Me 2",
  73. "image": "http://api.androidhive.info/json/movies/11.jpg",
  74. "rating": 7.6,
  75. "releaseYear": 2013,
  76. "genre": ["Animation", "Comedy", "Family"]
  77. },
  78. {
  79. "title": "Kill Bill: Vol. 1",
  80. "image": "http://api.androidhive.info/json/movies/12.jpg",
  81. "rating": 8.2,
  82. "releaseYear": 2003,
  83. "genre": ["Action", "Crime"]
  84. },
  85. {
  86. "title": "A Bug's Life",
  87. "image": "http://api.androidhive.info/json/movies/13.jpg",
  88. "rating": 7.2,
  89. "releaseYear": 1998,
  90. "genre": ["Animation", "Adventure", "Comedy"]
  91. },
  92. {
  93. "title": "Life of Brian",
  94. "image": "http://api.androidhive.info/json/movies/14.jpg",
  95. "rating": 8.9,
  96. "releaseYear": 1972,
  97. "genre": ["Comedy"]
  98. },
  99. {
  100. "title": "How to Train Your Dragon",
  101. "image": "http://api.androidhive.info/json/movies/15.jpg",
  102. "rating": 8.2,
  103. "releaseYear": 2010,
  104. "genre": ["Animation", "Adventure", "Family"]
  105. }]
Add Comment
Please, Sign In to add comment