Mobile API 

This module is system and comes with a mobile application.

Actually API was developed specifically to enable mobile applications to receive and transmit information from the site and back to the site .

API is implemented with the use of FRAPI framework.

The main feature is the “return” of the answer in any format: json, xml, html, js

That is that the method implementation is written once and the return answer can be obtained in different formats.

For example, obtaining a list of stocks in json format will look like this:

http://api.site.ru/actions.json

If you need the data in the format xml - then simply change the ending to xml

http://api.site.ru/actions.xml 

And the answer will be received in XML-format