30 Days of API Testing Day 11 : Learn about different types of API’s, share your findings

There are different types of API:

  • SOAP
  • XML-RPC
  • JSON-RPC
  • REST (Most famous by name)

Each type of API offers different strengths and weaknesses, some are shown in this chart.

For more info, refer A Guide to Designing the Perfect API

4 Likes