Welcome to our Javascript API Client for interacting with our Free Public Client IP API Client!
For web applications, mobile application containers, e-commerce, CMS and standard websites, this client allows you to retrieve a public IPv4 and IPv6 addresses of customers who are accessing your services, 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 >
<script src="https://cdn.jsdelivr.net/gh/bigdatacloudapi/js-client-ip-client@latest/bigdatacloud_client_ip.min.js" type="text/javascript"></script>
<script type="text/javascript">
getBDCClientIp(
/* provide a callback function for receiving the client ip */
function(result) {
console.log(result);
}
);
</script>
If you have any further queries, feel free to contact our email support on our contact us page .
Topics