I have to make a query to the WiGLE API, but I didn't find any API documentation on their website (https://wigle.net/wiki/index.cgi?HomePage). I have a list of Access Point SSIDs, and I have to interrogate WiGLE in order to know the location of all the SSIDs.
I'm able to do this:
http://WiGLE.net/gpsopen/gps/GPSDB/confirmquery?longrange1=12.4952&longrange2=12.5434&latrange1=41.8973&latrange2=41.9136&simple=true
but that returns all the APs of an area. If I want to know the location of an SSID, without give a bounding box (lat,lon) what kind of query I have to do?
I found this python class https://code.activestate.com/recipes/578637-wigle-wifi-geolocation/ and I solved the problem.