← Global IP
REST Request
There is no recordID element because a REST request can only submit one record per request.
http://globalip.melissadata.net/v4/web/iplocation/doiplocation
?t={TransmissionReference}
&id={CustomerId}
&ip={IPAddress}
JSON Response
{
"Version":"string",
"TransmissionReference":"string",
"TransmissionResults":"string",
"Records":[{
"IPAddress":"string",
"Latitude":"string",
"Longitude":"string",
"PostalCode":"string",
"Region":"string",
"ISPName":"string",
"DomainName":"string",
"City":"string",
"CountryName":"string",
"CountryAbbreviation":"string",
"ConnectionSpeed":"string",
"ConnectionType":"string",
"UTC":"string",
"Continent":"string",
"ProxyType":"string",
"ProxyDescription":"string",
"Result":"string"
}]
}