FREE Am I Roaming API
Introduction
This API is specifically designed for iOS developers who require an active roaming status within their iOS applications.
This API works by comparing the IP Geolocation (based on the IP address) of the device against it's GPS position. If the user is detected as being physically outside of the country, as determined by their IP address, they are deemed to be roaming.
The live query
CURL Example
https://api.bigdatacloud.net/data/am-i-roaming
CURL Example
curl -X GET --header 'Accept: application/json' 'https://api.bigdatacloud.net/data/am-i-roaming'
Visit our SDK page to access API clients in specific languages like Javascript, Python + PHP.
Response
API Endpoint
Endpoint: | /data/am-i-roaming |
---|---|
Full URL: | https://api.bigdatacloud.net/data/am-i-roaming |