Basic Requester IP Lookup
GET https://api.ipstack.com/check?=
The ipstack API also offers a separate API endpoint capable of detecting the IP address which the current API request is coming from. In order to use this endpoint, simply append check to the API's base URL and specify your preferred optional parameters.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| `` | null | 
RESPONSES
status: OK
{"ip":"137.59.240.169","type":"ipv4","continent_code":"AS","continent_name":"Asia","country_code":"IN","country_name":"India","region_code":"DL","region_name":"Delhi","city":"New Delhi","zip":"110001","latitude":28.635299682617188,"longitude":77.2249984741211,"location":{"geoname_id":1261481,"capital":"New Delhi","languages":[{"code":"hi","name":"Hindi","native":"हिन्दी"},{"code":"en","name":"English","native":"English"}],"country_flag":"https://assets.ipstack.com/flags/in.svg","country_flag_emoji":"🇮🇳","country_flag_emoji_unicode":"U+1F1EE U+1F1F3","calling_code":"91","is_eu":false},"time_zone":{"id":"Asia/Kolkata","current_time":"2024-02-26T23:36:15+05:30","gmt_offset":19800,"code":"IST","is_daylight_saving":false},"currency":{"code":"INR","name":"Indian Rupee","plural":"Indian rupees","symbol":"Rs","symbol_native":"টকা"},"connection":{"asn":133275,"isp":"Gigantic Infotel Pvt Ltd"}}