IP Location API, database and fraud detection tools

IPInfoDB  provides a number of services that could be useful when developing a website including:

For example http://www.ipinfodb.com/ip_query.php?ip=82.27.34.78&output=xml&timezone=false will return the following XML.

<response>
<ip>82.27.34.78</ip>
<status>OK</status>
<countrycode>GB</countrycode
<countryname>United Kingdom</countryname>
<regioncode>Q5</regioncode>
<regionname>York</regionname>
<city>Dewsbury</city>
<zippostalcode />
<latitude>53.7</latitude>
<longitude>-1.6167</longitude>
</response>

This could be useful in identifying who your local customers are and respond with an appropriate message. Likewise if they reside a distance away could tailor the message to suit, for example you offer postage to that location

See www.ipinfodb.com for more information.

Development

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments are closed.