Advertisement
Guest User

Untitled

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