GeoIPService
A web service which performs IP Lookups.
The following operations are supported. For a formal definition, please review the Service Description.
-
GetCountryISO2
Get CountryIso2, State and Ip address by HTTP_X_FORWARDED_FOR and REMOTE_ADDR headers. -
GetCountryISO2ByName
Get Country ISO2 code by Country Name
Paramater:Country Name Type:String -
GetCountryNameByISO2
Get Country Name by Country ISO2 code
Paramater:Country Code Type:String
Country code format is ALPHA-2 (CA - for Canada) -
GetGeoInfoByHeaders
Get CountryIso2 and State by HTTP_X_FORWARDED_FOR and REMOTE_ADDR headers. -
GetGeoInfoByIpAddress
Get CountryIso2 and State by IP address. -
GetGeoInfoByIpAddresses
Get CountryIso2 and State by IP addresses. -
GetIpLocation
Get Country and State XML String for a given ip address in x.x.x.x format
Parameter:IP address Type:String
Return:format in XML < GeoIP >< Country >US< /Country >< State >PA< /State >< /GeoIP > Type:String - GetLocationInfo