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 its 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.
Get started
This API is part of the FREE API Package package and is available in free and paid plans. Please visit the FREE API Package package page for limits and pricing information.
Endpoint
GET
https://api.bigdatacloud.net/data/am-i-roaming
Request
Parameter
Type
Required
Description
Parameter
latitude
Type
number (double)
Required
Yes
Description
Latitude value as per WGS 84 reference system (GPS system). Expected values are in [-90, 90] range
Parameter
longitude
Type
number (double)
Required
Yes
Description
Longitude value as per WGS 84 reference system (GPS system). Expected values are in [-180, 180] range
Responses
Example query
https://api.bigdatacloud.net/data/am-i-roaming?latitude=36.93&longitude=-78.92
Example response
- 1{
- 2"isRoaming": false
- 3}
Schema
application/json
isRoaming boolean
Roaming estimate result