Free Am-I-Roaming API Client

Welcome to our Javascript API Client for interacting with our Free Am-I-Roaming API Client!

For web applications, mobile application containers, e-commerce, CMS and standard websites, this client allows you to track the roaming status of their applications, without any server-side interaction required.

This client operates independently of any JavaScript dependencies and does not require an API key or account credentials.

View source and usage instructions >

Installation

CDN Location
https://cdn.jsdelivr.net/gh/bigdatacloudapi/js-client-ip-client@latest/bigdatacloud_client_ip.min.js

Example usage

	
<script src="https://cdn.jsdelivr.net/gh/bigdatacloudapi/js-am-i-roaming-client@latest/bigdatacloud_am_i_roaming.min.js" type="text/javascript"></script>
<script type="text/javascript">
    getBDCAmIRoaming(
        /* provide a callback function for the result */
        function(result) {
            console.log(result);
        }
    );
</script>

Contact support

If you have any further queries, feel free to contact our email support on our contact us page .


Topics

Was this page helpful?