datasaver Logo
API Documentation

If you are a developer and you wish to gain access to Data Saver API (Application Programming Interface) Click HERE to get an API key and register your application.

For the following example API calls we will use a sample api key that will not work. You will need to replace ENTERYOURKEY with your API key when making your calls.

API Calls can be make via POST and GET @ https://www.datasaver.org/api/

1) Get a list of Wireless Networks, Passphrases, GPS coordinates and more.
a) apiKey=ENTERYOURKEY
b) lat
c) lng
d) callType=pull
example call: https://datasaver.org/api/?apiKey=ENTERYOURKEY&lat=38.55967100&lng=-90.28632800&callType=pull
2)Submit a network to the API
a) apiKey=ENTERYOURKEY
b) callType=push
c) lat
d) lng
e) SSID
f) Encryption
g) Passphrase
example call: https://datasaver.org/api/?apiKey=ENTERYOURKEY&lat=38.55967100&lng=-90.28632800&callType=push&SSID=TESTNETWORKNAME&Encryption=WPA&Passphrase=blahblahblah