Unlike SOAP-based Web services, there is no "official"
standard for RESTful Web APIs. This is because
REST is an architectural style, while SOAP is a protocol.
REST is not a
standard in itself, but RESTful implementations make use of
standards, such as HTTP, URI, JSON, and XML.
read more >>