Skip to content
Benjamin Bertin edited this page Feb 9, 2015 · 4 revisions

CarbonDB Rest API

Waning: this is an ongoing work. You should not rely on this API for production purposes.

The CarbonDB rest API provides an access to the CarbonDB data.

You can access all the API methods prefixing the API calls with http://www.carbondb.org. All the API calls must be prefixed with the version name (currently, only latest and wip are available).

For instance, if you want to get all the categories of the latest from CarbonDB, you would call http://www.carbondb.org/categories/latest.

All the API methods return JSON formatted data.

Clone this wiki locally