Page 1 of 1

Looking for a way to apply a BSSID/SSID filter from the URL

Posted: Sun Mar 20, 2016 9:53 pm
by strasharo
When doing a query for a specific BSSID using https://www.wigle.net/gps/gps/main/confirmquery, on the "Get Map" button next to the result i get an URL in the following format:
https://www.wigle.net/map/?maplat=SCRUB ... d=SCRUBBED
I see that in the URL we have a field called "netid" with the BSSID of the network and ssid with the SSID, however when I click on that link none of these is applied as a filter and I see all of the networks in the target area. When I enter these manually as a filter in the panel on the right everything works. Is there a way to apply these as a filter from within the URL instead of entering them manually afterwards?

Re: Looking for a way to apply a BSSID/SSID filter from the URL

Posted: Sun Mar 27, 2016 12:05 am
by bobzilla
Looks like this feature got lost in the latest redo of the frontend, I've fixed it (you may have to force reload to get the new javascript).

Re: Looking for a way to apply a BSSID/SSID filter from the URL

Posted: Sun Mar 27, 2016 7:12 pm
by strasharo
Awesome, it works. :D Thanks a lot, bobzilla. :)

Re: Looking for a way to apply a BSSID/SSID filter from the URL

Posted: Fri Sep 15, 2017 12:02 pm
by strasharo
Hello. Previously I was able to query via the URL https://www.wigle.net/gps/gps/main/confirmquery but it now gives a 404. Is there a new location for that script or this functionality is no longer available?

Thank you.

Re: Looking for a way to apply a BSSID/SSID filter from the URL

Posted: Sun Sep 24, 2017 9:58 pm
by arkasha
the new, official API supports all the previous query parameters, has documentation, and we actually support it!

you can read up at https://api.wigle.net/swagger - in particular https://api.wigle.net/swagger#!/Network ... ols/search

your query credentials are available from your account page in the site!

Cheers, and let us know how it works out for you!

-ark

Re: Looking for a way to apply a BSSID/SSID filter from the URL

Posted: Sun Sep 24, 2017 10:02 pm
by strasharo
Works fine, already migrated to it. Thanks a lot arkasha!