Database REST API

REST (representational state transfer) APIs (application programming interfaces) add levels to the process of requesting data from the database.

The URL below returns measurements stored in the postgres database through the REST API
Open using Firefox (renders and formats the JSON results).

 

Example 1)

An example is given below. The fields embedded in the URL string are: time, device_name, object, rx_info
Scroll to Top