On this page

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 package and is available in free and paid plans. Please visit the FREE API Package package page for limits and pricing information.

Endpoints

IPv4 only API Endpoint

Use this endpoint to force API calls routed over the IPv4 network only

GET
https://api.bigdatacloud.net/data/am-i-roaming

Dual-Stack API Endpoint

This endpoint has native IPv6 support and backs the API calls routed over both IPv4 and IPv6 networks

GET
https://api-bdc.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-bdc.net/data/am-i-roaming?latitude=36.93&longitude=-78.92
  

Example response

Schema

application/json