REST
Representational State Transfer (REST) is a stateless architecture that can be used to provide interoperability between heterogeneous computer systems.
REST services are often implemented by using Hypertext Transfer Protocol (HTTP) with data sent in the format of JavaScript Object Notation (JSON). OpenAPI specification, which is also know as Swagger, is one of the most popular standards for describing REST services.