get.myip.in.th — What is my IP address?

216.73.216.171

The simple tool to find your own IP address and information about it.

What do we know about this IP address?

IP address216.73.216.171
IP address (decimal)3628718251
CountryUnited States
Country (ISO code)US
In EU?false
RegionOhio
Region codeOH
Postal code43215
CityColumbus
Latitude39.96118
Longitude-82.99879
TimezoneAmerica/New_York
ASNAS16509
ASN (organization)Anthropic, PBC
HTTP protocolHTTP/2
TLS versionTLSv1.3
User agentMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Geo data provided by Cloudflare's edge network.

How do I get this programmatically?

Click a field to build your query and see the result:

$ curl get.myip.in.th
216.73.216.171

Pass Accept: application/json or use /json for full data.

Speed test

0 Mbps
Tap “Start” to measure your connection
Ping ms
Download Mbps
Upload Mbps

Map

FAQ

Can I get JSON?

Yes — request get.myip.in.th/json or send an Accept: application/json header.

Is automated use permitted?

Yes. It runs on Cloudflare Workers' free tier (100,000 requests/day). Please be reasonable.

Why does the city differ from other tools?

Geo data comes from Cloudflare's database, which can differ from MaxMind/GeoIP used elsewhere — especially on carrier-grade NAT (CGNAT) addresses.

How do I force IPv4 or IPv6?

Use get.myip.in.th/v4 or /v6. They return your address for that protocol, or a "not supported" message if your current connection isn't using it. You can also force the protocol in curl with curl -4 / curl -6.

Can I run my own?

Yes — it's a single Cloudflare Worker. Deploy with wrangler deploy.