Fake Posts API
Test and prototype content-heavy interfaces with free mock posts JSON including titles, body text, tags, and engagement metrics.
API Endpoint
1https://www.vaultscript.com/api/postsGet all posts
Simple request example for fetching the dataset.
1fetch('https://www.vaultscript.com/api/posts')2 .then((res) => res.json())3 .then(console.log);Output
JSON response preview.
Loading output...
Possible UI Cards
Keep exploring
- Fake Users API to test user lists and profile components quickly.
- Fake REST API to prototype frontend flows with realistic mock endpoints.
- JSON Formatter to validate and prettify raw API payloads.
