Historical lookup
info
Historical IP intelligence lookup is available for Enterprise plans. Contact us for access.
IPLocate has a comprehensive historical IP data set, covering years of IP intelligence data.
Historical lookup allows you to retrieve geolocation and other intelligence data for IP addresses as they existed at specific points in time.
This is essential for fraud investigation, compliance auditing, trend analysis, legal investigations, and more.
GET /api/lookup/:ip?at=YYYY-MM-DD
curl "https://iplocate.io/api/lookup/8.8.8.8?apikey=YOUR_API_KEY&at=2023-06-15"
Parameters
ip- A single IPv4 or IPv6 IP address
Path parameter at- A specific date in YYYY-MM-DD format — for example,
2024-12-31for 31 December 2024
Query parameter
Response
The response is the same as the standard lookup response.
{
"ip": "8.8.8.8",
"country": "United States",
"country_code": "US",
// ...
"asn": {
// ...
},
// ...
}