Vaultscript Logo

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/posts

Get 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