Home Forum Software JSON GET-request authentication questions [SOLVED] Reply To: JSON GET-request authentication questions [SOLVED]

#5371
uRADMonitor
Keymaster

Please see detailed API description and the examples on the Dashboard, API tab.

To get the readings you will use:
https://data.uradmonitor.com/api/v1/devices/5100001F/cpm

for the last 24h of “cpm” data. Instead of CPM you can use any of the sensor labels supported by your device (you already got that list):
{“cpm”:”Radiation”,”voltage”:”Voltage”,”duty”:”Duty cycle”,”all”:”All”}

Finally you can call
https://data.uradmonitor.com/api/v1/devices/5100001F/cpm/timestart/timestop

and
https://data.uradmonitor.com/api/v1/devices/5100001F/cpm/last

All this is explained in the API documentation, please check it out. All these calls require X-User-id and X-User-hash in headers.