Stop Generating new data?

Is there any way to user Mockaroo API so that it does not generate new data every time the URL is called? I would like it so that every time my app refreshes it does not get a completely different set of data.

There is now! I just released an update that allows you to cache the result of a mock API so that the same URL returns the same data every time. Here’s an example:

schema "Users"
generate 1, cache_for: 100.years
1 Like

This is great!! Thank you!