Welcome Dummy api example

We'are selling this sub domain including main domain(restapiexample.com), We'll provide all codes, tutorials, social pages with domain, Interested parties can Contact US.

This page will list all of the rest services. These are fake online REST APIs for testing and prototyping sample applications that use rest calls to display listings and crud features. This rest api tutorials, faking a server, and sharing code examples can all be used.

There are following public apis

# Route Method Type Full route Description Details
1 /employee GET JSON https://dummy.restapiexample.com/api/v1/employees Get all employee data Details
2 /employee/{id} GET JSON https://dummy.restapiexample.com/api/v1/employee/1 Get a single employee data Details
3 /create POST JSON https://dummy.restapiexample.com/api/v1/create Create new record in database Details
4 /update/{id} PUT JSON https://dummy.restapiexample.com/api/v1/update/21 Update an employee record Details
5 /delete/{id} DELETE JSON https://dummy.restapiexample.com/api/v1/delete/2 Delete an employee record Details