Ready to test
IP Information
Fetching IP data...
Could not load IP info
Please check your connection and try again.
IP / Domain Lookup
Enter an IP address or domain name
Looking up...
Lookup failed
Result
Free IP Geolocation API
3 Endpoints · Free · No Auth Required
Base URL
All API endpoints are relative to this base URL. HTTPS only. CORS enabled — works from any origin.
Endpoints
3 totalReturns complete geolocation data for the IP address making the request. No parameters required. Includes location, ISP, ASN, timezone, proxy/VPN detection, and more.
Accepts any valid IPv4 or IPv6 address as the parameter. Returns full geolocation, network, and threat intelligence data for the specified IP address.
Automatically resolves the domain name to its IP address via DNS, then returns complete geolocation and network data. Useful for checking where a website or service is hosted.
response.json
{"query":"36.50.238.4","status":"success","continent":"Asia","continentCode":"AS","country":"Bangladesh","countryCode":"BD","regionName":"Dhaka Division","region":"C","city":"Paltan","district":"","zip":"1000","lat":23.7362,"lon":90.4143,"timezone":"Asia/Dhaka","offset":21600,"currency":"BDT","isp":"Datacamp Limited","org":"GM Tech","as":"AS212238 Datacamp Limited","asname":"CDNEXT","reverse":"","mobile":false,"proxy":true,"hosting":true,"-------------------------":"-------------------------","x-credit":"https://info.tuhinbro.website"}
{ "query": "36.50.238.4", "status": "success", // ─── Location ─────────────────────── "continent": "Asia", "continentCode": "AS", "country": "Bangladesh", "countryCode": "BD", "regionName": "Dhaka Division", "region": "C", "city": "Paltan", "district": "", "zip": "1000", "lat": 23.7362, "lon": 90.4143, "timezone": "Asia/Dhaka", "offset": 21600, "currency": "BDT", // ─── Network ──────────────────────── "isp": "Datacamp Limited", "org": "GM Tech", "as": "AS212238 Datacamp Limited", "asname": "CDNEXT", "reverse": "", // ─── Threat Intel ─────────────────── "mobile": false, "proxy": true, "hosting": true, // ─── Credit ───────────────────────── "x-credit": "https://info.tuhinbro.website" }
Fields Reference
25 fields