Guest User

Moviejson Flixpress

a guest
May 27th, 2026
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. [
  2. {
  3. "id": 1001,
  4. "title": "Inception",
  5. "year": 2010,
  6. "mpaa_rating": "PG-13",
  7. "runtime": 148,
  8.  
  9. "synopsis": "",
  10. "critics_consensus": "",
  11.  
  12. "abridged_cast": [
  13. { "name": "Leonardo DiCaprio" },
  14. { "name": "Joseph Gordon-Levitt" },
  15. { "name": "Elliot Page" }
  16. ],
  17.  
  18. "release_dates": {
  19. "theater": "2010-07-16"
  20. },
  21.  
  22. "links": {},
  23.  
  24. "poster": {
  25. "thumbnail": "http://yourserver/inception-thumb.jpg",
  26. "profile": "http://yourserver/inception-profile.jpg",
  27. "detailed": "http://yourserver/inception-detail.jpg",
  28. "original": "http://yourserver/inception-original.jpg"
  29. },
  30.  
  31. "ratings": {
  32. "critics_score": 87,
  33. "audience_score": 91,
  34. "critics_rating": "Certified Fresh",
  35. "audience_rating": "Upright"
  36. }
  37. }
  38. ]
  39.  
Advertisement
Add Comment
Please, Sign In to add comment