-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Benjamin Bertin edited this page Feb 9, 2015
·
4 revisions
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.