Packages:

With this module it is possible to export the installed package list that is installed on the server.

device
The device id of the device you want to grab the package list from
      Explanation : Collect the package list of server with id 5
      Example 1   : http://162.55.190.80/api.php?username=demo&password=demo&module=packages&device=5
      Result      : {"login":{"success":{"code":"101","msg":"User authentification succeeded"}},"data":[{"pkg_id":"1","device_id":"5","name":"accountsservice","manager":"deb","status":"1","version":"0.6.15-2ubuntu9","build":"","arch":"i386","size":"323584"},{"pkg_id":"2","device_id":"5","name":"acl","manager":"deb","status":"1","version":"2.2.51-5ubuntu1","build":"","arch":"i386","size":"188416"}, ..., {"pkg_id":"471","device_id":"5","name":"zlib1g","manager":"deb","status":"1","version":"1:1.2.3.4.dfsg-3ubuntu4","build":"","arch":"i386","size":"150528"}]}