To look up information for an IP address, make a GET request to https://www.iplocate.io/api/lookup/:ip_address, replacing :ip_address with your desired IP address.
Data format
JSON is our default. Use a different format by appending .json, .yaml, .xml, or .csv
JavaScript callback
To receive your data as a JavaScript callback (JSONP), use the JSON format with a callback query parameter - like so
Authentication
Add your API key with the X-API-Key header or apikey query parameter.
No authentication is necessary for free requests.