FREE Am I Roaming API
Introduction
The main purpose of this API is to cater to the needs of iOS app developers who need to track the roaming status of their applications. It achieves this goal by cross-referencing the device's GPS location with its IP Geolocation (which is derived from the IP address). When the user's IP address indicates that they are outside the country, the API identifies them as roaming.
Get Started
This API is part of the FREE API 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
latitudeType
number (double)Required
YesDescription
Latitude value as per WGS 84 reference system (GPS system). Expected values are in [-90, 90] rangeParameter
longitudeType
number (double)Required
YesDescription
Longitude value as per WGS 84 reference system (GPS system). Expected values are in [-180, 180] rangeResponses
200OK
200
OK
Sample Query
GET
https://api.bigdatacloud.net/data/am-i-roaming?latitude=36.93&longitude=-78.92
Schema
application/json
isRoamingbooleanRoaming estimate result
isRoamingboolean
Roaming estimate result
Sample Response
JSON View
400Bad request
400
Bad request
Sample Response
JSON View
401Invalid coordinates
401
Invalid coordinates
Sample Response
JSON View
500An error has occurred and did not complete your request. Please try again
500
An error has occurred and did not complete your request. Please try again
Sample Response
JSON View
Was this page helpful?