<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.creatorscripts.com/blogs/tag/ip-address/feed" rel="self" type="application/rss+xml"/><title>Creator Scripts. - Zoho Blogs #IP Address</title><description>Creator Scripts. - Zoho Blogs #IP Address</description><link>https://www.creatorscripts.com/blogs/tag/ip-address</link><lastBuildDate>Tue, 19 May 2026 20:42:40 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[How to GET geolocation data from an IP Address in Zoho Creator]]></title><link>https://www.creatorscripts.com/blogs/post/How-to-GET-geolocation-data-from-an-IP-Address-in-Zoho-Creator</link><description><![CDATA[ freegeoip.net  is a public REST API for searching geolocation  of IP addresses and host names. It has an internal database with geolocation information, ]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_ej3VrjYKSJmmtEJNT7c4YA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_8g-fzghtSeCjwhOXFrwopg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_8cPNnN1rREyepiamD4gOAQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_s5cFe-2aT9GINxgNSUNZGw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align- " data-editor="true"><div><div dir="ltr" style="text-align:left;"><br><div class="separator" style="clear:both;text-align:left;"><a href="/files/blog/vpn-ip-address.gif" style="clear:left;float:left;margin-bottom:1em;margin-right:1em;"><img border="0" height="192" src="/files/blog/vpn-ip-address.gif" width="320"></a></div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;"><a href="http://freegeoip.net" style="background:transparent;color:rgb(66, 139, 202);text-decoration:none;">freegeoip.net</a> is a public REST API for searching<a href="http://en.wikipedia.org/wiki/Geolocation_software" style="background:transparent;color:rgb(66, 139, 202);text-decoration:none;">geolocation</a> of IP addresses and host names.</div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;">It has an internal database with geolocation information, which is queried via the API. There's no sorcery, it's just a database. And although the database is very accurate, don't expect it to be perfect.</div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;"><br></div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;"><a href="http://www.creatorscripts.com" target="_blank">Zoho Creator</a> is a leading online database application platform. You can build online databases in minutes using its intuitive drag-adn-drop builder. Over 800,000 databases are created online by business users from various industries. <a href="http://www.creatorscripts.com" target="_blank">Try it Free</a></div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;">To blend the two copy the below function inside your creator application and test utilizing the record ID of the field containing the IP address in reference.</div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;"><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">string getgoelocation(int ID)</span><br><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">{</span><br><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">c = MyFormName ;   </span><br><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">ipaddress = getUrl(&quot;</span><a href="http://freegeoip.net/xml/%22+c.IPAddress" style="color:rgb(65, 131, 196);font-family:helvetica, arial, freesans, clean, sans-serif, &quot;segoe ui emoji&quot;, &quot;segoe ui symbol&quot;;line-height:21px;text-decoration:none;">http://freegeoip.net/xml/&quot;+c.IPAddress</a><a href="http://freegeoip.net/xml/?ip_or_hostname=c.IPAddress%22,false" style="color:rgb(65, 131, 196);font-family:helvetica, arial, freesans, clean, sans-serif, &quot;segoe ui emoji&quot;, &quot;segoe ui symbol&quot;;line-height:23.8px;text-decoration:none;">,false</a><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">);</span></div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;"><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">response = ipaddress.get(&quot;responseText&quot;);</span><br><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">return response;</span><br><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">}</span></div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;"><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">//c.IPAddress  is the name of the field inside your Creator form.</span></div><div style="background-color:white;color:rgb(51, 51, 51);font-family:&quot;helvetica neue&quot;, helvetica, arial, sans-serif;font-size:14px;line-height:20px;margin-bottom:10px;"><span style="font-family:Helvetica, arial, freesans, clean, sans-serif, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;line-height:23.8px;">The return variable &quot;response&quot; will contain all the geolocation values for the IP address entered. If you have any Q. dont hesitate to post a comment below and I will respond as soon as possible. Good luck!</span></div></div></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Wed, 09 Jul 2014 18:26:00 -0500</pubDate></item></channel></rss>