RESTful API Basic
REST (RESTful) API — stands for representational state transfer and runs mostly on the programming language JSON. Most public APIs use this because of its fast performance, dependability and ability to scale by reusing modular components without affecting the system as a whole.