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

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "authorId": "{{faker 'string.uuid'}}", "text": "{{faker 'lorem.paragraph'}}", "public_metrics": { "like_count": {{faker 'number.int' min=0 max=1000}}, "retweet_count": {{faker 'number.int' min=0 max=1000}}, "reply_count": {{faker 'number.int' min=0 max=1000}}, "quote_count": {{faker 'number.int' min=0 max=1000}} }, "created_at": "{{faker 'date.recent'}}", "lang": "en" } {{/repeat}} ]

Equipped with properties such as author ID, text, public metrics, created date, and language, this template generates a list of random tweets suitable for prototyping social media applications and analytics dashboards. Whether populating mock databases or serving as sample data for tweet analysis, it offers developers essential tweet information for testing and analysis. These data are perfect to prototype or serve as sample data for applications like social media platforms, analytics dashboards, and tweet analysis tools.