T O P I C R E V I E W |
staze |
Posted - 03/20/2019 : 18:45:52 Just curious if there's an endpoint where I can pull a current count (don't need historical) in json or something similar?
Basically identical to www.gmcmap.com/gmc-plain-data.asp?Param_ID=YOUR_GEIGER_COUNTER_ID&timezone=TIME_ZONE
Only presenting a single result rather than 500. Maybe just altering that gmc-plain-data.asp to accept a "number" variable and that could be set to 1.
Thanks! |
8 L A T E S T R E P L I E S (Newest First) |
EmfDev |
Posted - 02/06/2023 : 11:14:27 Can you guys check it? The devs changed the time to MST and removed the timezone parameter. |
staze |
Posted - 02/05/2023 : 17:42:54 @hiro,
This endpoint seems to have disappeared... I'm getting a 404 not found now. Kinda looks like it's been gone for a while, actually. =(
Did the url just change addresses? |
staze |
Posted - 03/27/2019 : 18:04:17 Hi @hiro,
That's great! Thanks!!! |
hiro |
Posted - 03/27/2019 : 12:24:18 Hi staze, please try the following link:
www.gmcmap.com/historyData-plain.asp?Param_ID=YOUR_GEIGER_COUNTER_ID&timezone=TIME_ZONE for example: www.gmcmap.com/historyData-plain.asp?Param_ID=64609518812&timezone=-1
This will pull up the last data entry in our database that your counter sent to us.
Example JSON result: {"time": "2018-05-12 0-24:07:13", "CPM": "18", "ACPM": "30.0", "uSv": "0.12"}
If you need more values or anything else we are always happy to help! Thanks again for using GMC geiger counters.
|
EmfDev |
Posted - 03/27/2019 : 12:03:59 We will take a look into it. |
staze |
Posted - 03/26/2019 : 16:44:57 Is this something we could get added? Would be nice for integrations with other systems... |
EmfDev |
Posted - 03/26/2019 : 08:54:49 I don't think there is. |
staze |
Posted - 03/25/2019 : 19:35:34 Nothing? |