🛣️
REST
A widely used pattern for accessing resources over the web using familiar actions such as GET and POST.
REST is a common style for organizing web APIs. JSON is a common way those APIs package data. You do not need to write JSON to understand what it is saying.
A widely used pattern for accessing resources over the web using familiar actions such as GET and POST.
A compact text format made of labels and values. It is easy for software to exchange and still readable by people.
The same underlying web protocol browsers use. Many APIs travel over HTTPS, the secure version used across the modern web.
What is JSON mainly used for in an API?