Difference between revisions of "DataZoa API Examples"

From dataZoa Wiki
Jump to: navigation, search
Line 7: Line 7:
 
<div>
 
<div>
 
  <nowiki>
 
  <nowiki>
https://www.datazoa.com/api/apimain.asp?func=SeriesFromGL&glname=<b>YourGroupName</b>&apikey=<b>YourAPIKey</b>
+
https://www.datazoa.com/api/apimain.asp?func=SeriesFromGL&glname=</nowiki><b>YourGroupName</b>&apikey=<b>YourAPIKey</b><nowiki>
 
  </nowiki>
 
  </nowiki>
 
</div>
 
</div>

Revision as of 13:23, 1 February 2019


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

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.


Here are a few examples...

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