API Test Platform

Here I have created some very basic 'APIs' that you can test against and practice using tools like Postman and RESTer.

Cake API

Help / API instructions

If you want to practice making API requests, the Cake API is a simple place to start. Make a couple of simple GET requests and make a simple POST request.

Example requests:

GET https://www.r-adams.co.uk/apitestactivities/cake/
GET https://www.r-adams.co.uk/apitestactivities/cake/?name=chocolate

Profile API

Help / API instructions

A chance to perform some exploratory testing. You will need to perform requests with:

Example requests:

GET https://www.r-adams.co.uk/apitestactivities/profile/
GET https://www.r-adams.co.uk/apitestactivities/profile/get/
POST https://www.r-adams.co.uk/apitestactivities/profile/setprofile/
POST https://www.r-adams.co.uk/apitestactivities/profile/setpassword/