📃 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 todos

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "title": "{{faker 'lorem.sentence'}}", "completed": {{faker 'datatype.boolean'}}, "priority": "{{faker 'helpers.arrayElement' (array 'low' 'medium' 'high')}}", "dueDate": "{{faker 'date.future'}}" } {{/repeat}} ]

Equipped with properties such as title, completed status, priority, and due date, this template generates a list of random todos suitable for prototyping task managers and productivity apps. Whether populating mock databases or serving as sample data for to-do lists, it offers developers essential task information for testing and analysis. These data are perfect to prototype or serve as sample data for applications like task managers, productivity apps, and to-do list tools.