Vaultscript Logo

Fake Users API

Test and prototype user-focused interfaces with free mock users JSON including identity, contact, company, address, and crypto fields.

API Endpoint

1https://www.vaultscript.com/api/users

Get all users

Simple request example for fetching the dataset.

1fetch('https://www.vaultscript.com/api/users')
2 .then((res) => res.json())
3 .then(console.log);

Output

JSON response preview.

Loading output...

Possible UI Cards

Keep exploring