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

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "url": "{{faker 'image.imageUrl'}}", "caption": "{{faker 'lorem.sentence'}}", "likes": {{faker 'number.int' max=99999}}, "isFeatured": {{faker 'datatype.boolean'}} } {{/repeat}} ]

This template facilitates the generation of random photos with properties such as URL, caption, likes count, and featured status. Its primary utility lies in populating mock databases for photo-sharing applications and galleries. Additionally, it serves as a valuable resource for testing photo-related functionalities, ensuring accuracy and reliability within applications. These data are perfect to prototype or serve as sample data for applications like photo-sharing platforms, galleries, and image analysis tools.