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

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "name": "{{faker 'company.name'}}", "address": "{{faker 'location.streetAddress'}}, {{faker 'location.city'}}, {{faker 'location.stateAbbr'}} {{faker 'location.zipCode'}}", "phone": "{{faker 'phone.number'}}", "email": "{{faker 'internet.email'}}", "rating": {{faker 'number.int' min=1 max=5}}, "availableRooms": {{faker 'number.int' min=0 max=100}}, "hasPool": {{faker 'datatype.boolean'}}, "hasGym": {{faker 'datatype.boolean'}}, "hasSpa": {{faker 'datatype.boolean'}} } {{/repeat}} ]

Tailored for generating random hotel data, including properties such as name, address, phone number, email, rating, available rooms, and amenities, this template serves as a valuable resource for hotel booking applications and travel platforms. Whether populating mock databases or serving as sample data for booking systems, it offers developers essential hotel information for testing and analysis. Moreover, its versatility extends to travel planning tools and accommodation booking platforms, enhancing the user experience within applications. These data are perfect to prototype or serve as sample data for applications like hotel booking platforms, travel planning tools, and accommodation reservation systems.