📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of movies

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "title": "{{faker 'lorem.words'}}", "genre": "{{faker 'lorem.word'}}", "director": "{{faker 'person.fullName'}}", "releaseYear": {{faker 'date.past' "10" "YYYY"}}, "rating": {{faker 'number.int' min=0 max=10}}, "isPopular": {{faker 'datatype.boolean'}} } {{/repeat}} ]

Designed to generate random movies with properties such as title, genre, director, release year, and rating, this template serves as a valuable resource for movie databases and streaming services. Whether populating mock databases or serving as sample data for movie recommendations, it offers developers essential movie information for testing and analysis. These data are perfect to prototype or serve as sample data for applications like movie databases, streaming services, and movie recommendation platforms.