Difference between revisions of "DataZoa API Examples"

From dataZoa Wiki
Jump to: navigation, search
(dataZoa API from a browser)
Line 3: Line 3:
 
<br><br>
 
<br><br>
 
====dataZoa API from a browser====
 
====dataZoa API from a browser====
<div class="imgGlyph24 imgIdea"></div>
+
<div class="imgGlyph24 imgIdea" style="vertical-align: top; "></div>
 
<div class="Gdib">You can use the API without programming, just using your everyday browser. For example, to get all of the series keys for a grouplist, enter:
 
<div class="Gdib">You can use the API without programming, just using your everyday browser. For example, to get all of the series keys for a grouplist, enter:
 
<div>
 
<div>

Revision as of 14:23, 1 February 2019

The dataZoa API can be very handy for simple ad hoc tasks.

dataZoa API from a browser

You can use the API without programming, just using your everyday browser. For example, to get all of the series keys for a grouplist, enter:
https://www.datazoa.com/api/apimain.asp?func=SeriesFromGL&glname=YourGroupName&apikey=YourAPIKey

in your browser's address bar. The results will require some reformatting, but it's fast and effective.

dataZoa API from a command line

Perhaps even simpler, if you are comfortable with Windows commandline Powershell, you can you can just do this:
(curl "https://www.datazoa.com/api/apimain.asp?func=SeriesFromGL&glname=YourGroupName&apikey=YourAPIKey | ConvertFrom-Json).payload


Here are a few examples...

ExampleDescription
func=SeriesFromGL&glname=YourGroupName&apikey=YourAPIKeyGet the series keys from a grouplist