REST API
REST-API
A REST API is an interface through which applications exchange data using clearly defined web addresses and standard methods (such as read, write, delete). It is one of the most widely used ways in which software systems communicate with each other.
Source: MDN Web Docs — REST APIs