A set of functions and procedures allowing the creation of applications that access the features or data of an operating system, application, or other service.
WIKI
https://en.wikipedia.org/wiki/API_testing
API testing is a type of software testing that involves testing application programming interfaces (APIs) directly and as part of integration testing to determine if they meet expectations for functionality, reliability, performance, and security
Since APIs lack a GUI, API testing is performed at the message layer
API testing is one of the most challenging parts of the chain of software and QA testing because it works to assure that our digital lives run in an increasingly seamless and efficient manner.
API testing is one of the most challenging parts of the whole chain of software testing and QA testing because it works to assure that our digital lives run in an increasingly seamless and efficient manner.
Udemy
https://blog.udemy.com/api-testing/
API testing is in many respects like testing software at the user-interface level, only instead of testing by means of standard user inputs and outputs, you use software to send calls to the API, get output, and log the system’s response.
Guru99
https://www.guru99.com/api-testing.html
It enables communication and data exchange between two separate software systems. A software system implementing an API contains functions/sub-routines which can be executed by another software system
Api Testing is entirely different from GUI Testing and mainly concentrates on the business logic layer of the software architecture