Welcome to our Knowledge Base
Start typing in the search bar to see suggestions.
Where can I check the Sigfox coverage?
Public coverage map
The public Sigfox coverage map is available here: https://www.sigfox.com/en/coverage
Sigfox backend map
This map is usefull, but not as detailed as the one available in the Sigfox backend (service maps), where you can see the number of gateways available in the area and the margins:
Ubiqod
In the Ubiqod platform, you can check the Sigfox coverage directly in the site interface:
Skiply API (deprecated)
Skiply offers to its customers the possibility to check the coverage for a single GPS coordinates thru the API.
Request:
https://skiply-prod.appspot.com/v1/getSigfoxCoverage?lat=:lat&lng=:lng
Result:
HTTP/1.1 200 OK { "outdoorCoverage": 3, "indoorCoverage": 1, "bestMargin": 32 }
Where:
outdoorCoverage = number of gateways covering the area (outdoor).
indoorCoverage = number of gateways covering the area (indoor).
bestMargin = best margin in dB.