Free IP address checker — proxy, VPN, Tor, fraud score & geolocation
Check any IP directly in Telegram — fast, free, no browser needed.@ipfastcheckbot →
About IPfastcheck
Instant reputation check for any IPv4 — proxy, VPN, Tor, fraud score, abuse history, ASN, and geolocation in one request.
Short info
Location
Network
Visit history
Lookup history
About this check
IP 68.77.55.88 (Residential) — Winchester, United States, risk score 2/100. No proxy/VPN/Tor flags.
IPfastcheck reports whether an IP address is a proxy, VPN, Tor exit node, or a hosting / datacenter address, together with a fraud and abuse risk score, blacklist status, geolocation, ASN and ISP, and whether the network is residential, mobile, or a datacenter. Enter any IPv4 or IPv6 address above to check it, or use the plain-text API: /ip returns your address, /country your country, and /ip/<address> the full record.
Use IPfastcheck to verify whether a suspicious IP address is anonymous — hiding behind a proxy, VPN tunnel, or Tor exit node. It’s useful for fraud prevention, access control, and network security auditing. Residential IPs typically belong to real users; datacenter and hosting IPs are commonly used by bots, scrapers, and automated traffic.
Frequently asked questions
/ip/<address> directly. Developers can also use the plain-text API — /ip returns your current address, /country your country code — all without an API key.API
No key required — all endpoints are free and open.
GET /ip | Your IP address |
GET /country | Country code, e.g. US |
?ip=1.2.3.4 to any plain-text endpoint to query a specific address.GET /check | Your IP — full record |
GET /short/{ip} | Any IP — full record |
{"ok":true,"data":{
"ip":"1.2.3.4",
"geo":{"country":"United States","country_code":"US","region":"California",
"city":"Mountain View","zip":"94043","lat":37.386,"lon":-122.083},
"net":{"isp":"Google LLC","org":"Google Cloud","asn":"AS15169","type":"datacenter"},
"time":{"timezone":"America/Los_Angeles","utc_offset":"-07:00"},
"flags":{"proxy":false,"vpn":false,"tor":false,"hosting":true,"fraud":false,"abuse":false},
"risk":40,"verdict":{"cls":"warn","text":"Caution"}
}}
curl https://ipfastcheck.com/ip curl https://ipfastcheck.com/country?ip=8.8.8.8 curl https://ipfastcheck.com/short/1.1.1.1