This is the Movies data collection
Here you can find a list of real movies, not fake generated ones. This movies are from the top 50 list of IMDb. Remember these endpoints actually don't modify the source data. You can use this data to enhance, mock or test your app. For details you can click each row
GET
/api/movies
Get an array with the complete list of elements
GET
/api/movies/:id
Get an element by ID
GET
/api/movies/rand
Get a random element
PUT
/api/movies/:id
Update a complete element
PATCH
/api/movies/:id
Update partial fields of an element.
POST
/api/movies
Create a new element.
DELETE
/api/movies/:id
Delete an element.
GRAPHQL
/query
Endpoint to send your GraphQL queries
GRAPHQL
/playground