Home Forum Software Is there an API to grab the data ?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3532
    Pat Molloy
    Participant

    Hi, I see my user-id and api-key (in my Profile) but don’t see any API docs anywhere.

    Does an API exist ?

    How is the dashboard grabbing data from my A3 ?

    Thanks!

    Pat

    #3770
    mrtnrey
    Participant

    Me too, I am interested to know more on this. Any docs available?
    Or is scraping the local webpage of my unit the only way to locally access the data?

    Thanks!
    Maarten

    #3772
    uRADMonitor
    Keymaster

    Hello Maarten,

    There is already a full RESTApi in place to access the network data. This is the recommended way to go.

    I will make sure the documentation is added to the Dashboard, soon.

    Thank you for your interest and support!

    #3979
    ecloud
    Participant

    http://data.uradmonitor.com/api/v1/devices/41000008/ for example gives you a list of available data

    http://data.uradmonitor.com/api/v1/devices/41000008/cpm will get the CPM log

    http://data.uradmonitor.com/api/v1/devices/41000008/temperature will get the temperature log, and so on

    but you can also connect to http://your-device-ip/j to get JSON data from your own device

    #3999
    uRADMonitor
    Keymaster

    Hi ecloud,

    That is correct, but now you also need to include header data.

    For up to date instructions please see the API tab in the dashboard (need to be logged in first).

    #4000
    mrtnrey
    Participant

    Hi Radu,

    I already found the docs in my dashboard a few days ago and I can confirm it works using the header data. Thanks for the great service! Really appreciated.

    This is more a feature request: it would be great to be able to configure the device (e.g. through the dashboard) so that it uploads its data not only to 23.239.13.18 (the uradmonitor.com server) but also to an extra (local) server in your own LAN like a Raspberry Pi running its own mysql db. This is ‘cleaner’ than scraping the JSON from the device webpage.

    Maarten

    #4014
    uRADMonitor
    Keymaster

    Unfortunately that won’t work easily. For the moment the JSON is the solution intended for that purpose, please go that route. There are also several useful scripts here on the forum.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.