Good site to train api

I’m using this site to train API

https://reqres.in/

List users easy
/api/users?per_page=12

single user
/api/users/2

as you pass 2 after the bar?

1 Like

Very nice indeed!

You can experiment and test with all kind of API responses this way.

There is even paging possible and that is nice!

1 Like

Other APIs with mockup data

https://jsonplaceholder.typicode.com/

https://www.mockaroo.com/mock_apis

1 Like