DEV Community

Discussion on: Free and Fake APIs You Can Use to Practice Front End Development

Collapse
 
chriswalt64 profile image
Chris Walters (He/Him)

One tool I have been using is crudpi.io/

It lets you create a standalone CRUD API. I like this in particular because it lets you format your JSON return however you want it, and it also includes some auto-values to give you sample data (Random First and Last names for example).

Good read!

Collapse
 
aumayeung profile image
John Au-Yeung

Thanks. Your site looks good. If it has auth built-in, then it's even better.