[Home]WigleAPIJSON

HomePage | RecentChanges | Preferences

Hello Everybody

I make a little API in PHP with Response in JSON format

The sourceis in github "https://github.com/jacksmartv/WigleAPI-JSON"

WigleAPI?-JSON =============

WigleAPI?-JSON in PHP with JSON Response

Installation


	1.  Clone repo
	2.  add folder to web root dir of your web server
	3.  and call this URL to view the test GUI "http://your_domain/wigleAPI"

Use


	The wigleAPI.php is the Core class API.
	you can request this API directly by POST or GET
	with AJAX or CURL and get the response in 
	JSON or ARRAY format

Methods


- login (string) = login - user (string) = your_user_name_wigle - pass (string) = your_pass_wigle

	http://your_domain/wigleAPI.php?login=login&user=your_user&pass=your_pass

- login (string) = logout

	http://your_domain/wigleAPI.php?login=logout

- longrange1 (string) = Minimum longitude for square of area being queried. -89.54321 - latrange1 (string) = Minimum latitude for square of area being queried. 41.12345 - longrange2 (string) = Maximum longitude for square of area being queried. -89.12345 - latrange2 (string) = Maximum latitude for square of area being queried. 41.54321 - typeSearch (string) = { mac or range } - responseType (string) = { json or array }

- netid (string) = MAC Address - typeSearch (string) = { mac or range } - responseType (string) = { json or array }

	http://your_domain/wigleAPI.php?netid=0A:2C:EF:3D:25:1B&typeSearch=mac&responseType=json

- [ jackpelorus.com.ar See in Action !!! ] (http://jackpelorus.com.ar/wigleAPI)

Test GUI integrated



HomePage | RecentChanges | Preferences
This page is read-only | View other revisions
Last edited November 18, 2013 3:07 pm CST by jackpeloru (diff)
Search:
Back to WiGLE Main