Skip to content

Instantly share code, notes, and snippets.

@SanthoshVijayabaskar
Created February 14, 2019 04:08
Show Gist options
  • Save SanthoshVijayabaskar/299c9aca5082dc725ade9a2b809a016e to your computer and use it in GitHub Desktop.
Save SanthoshVijayabaskar/299c9aca5082dc725ade9a2b809a016e to your computer and use it in GitHub Desktop.
Mock Movie JSON. Use "Mockoon" mac os app to mock the server endpoint.
[
{
"title": "Incredibles 2",
"poster": "https://i.ibb.co/xFpX2vw/incredibles2.jpg",
"rating": 7.8,
"runtime": 118,
"description": "When a new toy called Forky joins Woody and the gang, a road trip alongside old and new friends reveals how big the world can be for a toy.",
"year": 2018
},
{
"title": "The Lego Movie 2",
"poster": "https://i.ibb.co/Gn162Sv/lego-movie.jpg",
"rating": 7.2,
"runtime": 106,
"description": "When a new toy called Forky joins Woody and the gang, a road trip alongside old and new friends reveals how big the world can be for a toy.",
"year": 2019
},
{
"title": "Toy Story 4",
"poster": "https://i.ibb.co/VmWSmZ6/toy-story.jpg",
"rating": 9,
"runtime": 115,
"description": "When a new toy called Forky joins Woody and the gang, a road trip alongside old and new friends reveals how big the world can be for a toy.",
"year": 2019
},
{
"title": "SpiderMan",
"poster": "https://i.ibb.co/nsH59J3/spiderman.jpg",
"rating": 8.7,
"runtime": 117,
"description": "When a new toy called Forky joins Woody and the gang, a road trip alongside old and new friends reveals how big the world can be for a toy.",
"year": 2018
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment