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/moviesGet an array with the complete list of elements
GET
/api/movies/:idGet an element by ID
GET
/api/movies/randGet a random element
PUT
/api/movies/:idUpdate a complete element
PATCH
/api/movies/:idUpdate partial fields of an element.
POST
/api/moviesCreate a new element.
DELETE
/api/movies/:idDelete an element.
GRAPHQL
/queryEndpoint to send your GraphQL queries
GRAPHQL
/playground