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

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'person.firstName'}} {{faker 'person.lastName'}}", "birthday": "{{faker 'date.past'}}", "age": {{faker 'number.int' min=0 max=140}} } {{/repeat}} ]

This template generates a list of random birthdays with properties such as name, date, and age. Its primary utility lies in populating mock databases for reminder apps and calendars. Additionally, it serves as a valuable resource for testing birthday-related functionalities, ensuring accuracy and reliability within applications. These data are perfect to prototype or serve as sample data for applications like reminder apps, calendar platforms, and event management tools.