← Back to Tech
REST API
REST APIs model data as resources addressed by URLs and typically use JSON over HTTP. They are commonly used for web and mobile backends where simple, cache-friendly, and widely interoperable interfaces are needed.
Official docs
https://developer.mozilla.org/en-US/docs/Web/HTTP →Related projects
No matching projects found.