| IFusionSoft Web Services |
| Note: Before using any of IFusionSoft's Web services, you must get a Developer or Commercial licensing API key |
| GeoLocation Web Service |
| Usage: For Web-based or Embedded applications needing to find user location without asking the user |
| Service URI: http://69.84.25.250/webservices/geozone/geolocation.svc/igeolocation?ipAddr=" + ip + "&apikey=" + myAPIKey |
| Return Format: JSON |
| Example JSON Text Result: |
| {"geolocationxResult":[{"areaCode":"701","city":"Minot","country":"US","latitude":"48.1387","longitude":"-101.3393","postalCode":"58701","region":"ND"}]} |