summaryrefslogtreecommitdiffstats
path: root/docs/api.rst
blob: 29dd5adebde74fb672694c8249a2b214a5c9c97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.. _api:

API Documentation
=================

Glances provides an `XML-RPC server`_ and a `RESTful-JSON`_ API which
can be used by other clients.

API documentation is available at:

- XML-RPC: https://github.com/nicolargo/glances/wiki/The-Glances-2.x-API-How-to
- RESTful-JSON: https://github.com/nicolargo/glances/wiki/The-Glances-RESTFULL-JSON-API

.. _XML-RPC server: http://docs.python.org/2/library/simplexmlrpcserver.html
.. _RESTful-JSON: http://jsonapi.org/