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

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "make": "{{faker 'vehicle.manufacturer'}}", "model": "{{faker 'vehicle.model'}}", "vin": "{{faker 'vehicle.vin'}}", "color": "{{faker 'vehicle.color'}}", "isElectric": {{faker 'datatype.boolean'}}, "price": {{faker 'number.int' max=99999}} } {{/repeat}} ]

This template streamlines the process of generating random car data, including properties such as make, model, VIN, color, and price. Its primary utility lies in populating mock databases for car dealership applications and auto insurance platforms. Additionally, it serves as a valuable resource for testing car-related functionalities, ensuring accuracy and reliability within applications. These data are perfect to prototype or serve as sample data for applications like car dealership platforms, auto insurance systems, and vehicle management tools.