← Global IP
JSON Batch Request
A maximum of up to 100 records per request can be sent.
{
"CustomerID":"string",
"TransmissionReference":"string",
"Records":[{
"RecordID":"string",
"IPAddress":"string"
},
{
"RecordID":"string",
"IPAddress":"string"
},
{
...
}]
}
JSON Batch Response
{
"Version":"string",
"TransmissionReference":"string",
"TransmissionResults":"string",
"Records":[{
"RecordID":"string",
"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"
},
{
"RecordID":"string",
"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"
},
{
...
}]
}