Development — entry 059 of 100

MY IP

Verified Jul 2026

A no-frills IP geolocation lookup: a GET to api.myip.com returns the caller's IP address plus its country name and ISO country code as JSON, with no key and no published request cap (confirmed live). Its own docs ask only that integrators credit the service where practical; there's no CORS header on responses, so it's best called server-side or proxied for in-browser use.

ip-addressgeolocationkeylesscountry-lookup
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score74out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 74 on greatapis.com
<a href="https://greatapis.com/api/my-ip/"><img src="https://greatapis.com/badge/my-ip.svg" alt="Scored 74 on greatapis.com"></a>

Auth quickstart

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.