GeoJS
Free IP geolocation service that returns country, region, city, and coordinate data for any IPv4 or IPv6 address, with no authentication required.
Slug: geojs
Key:
Base URL:
Auth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Key:
geojs.io:geojsBase URL:
https://get.geojs.ioAuth: none
Endpoints: 5
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with GeoJS — I can geolocate any IP address to country, city, coordinates, timezone, and network owner using GeoJS — no API key required, works for both IPv4 and IPv6, but trust the `accuracy` field because results range from city-level to somewhere in this country.
Skills
- Resolve ip to geolocation — I can geolocate any IP address to country, city, coordinates, timezone, and network owner using GeoJS — no API key required, works for both IPv4 and IPv6, but trust the `accuracy` field because results range from city-level to "somewhere in this country."
Endpoints (5)
| Path | Summary | Response | Auth |
|---|---|---|---|
| v1/ip.json | Get requesting IP address | application/json |
none |
| v1/ip/country.json | Get country for requesting IP | application/json |
none |
| v1/ip/country/{ip}.json | Get country for specific IP | application/json |
none |
| v1/ip/geo.json | Get geolocation for requesting IP | application/json |
none |
| v1/ip/geo/{ip}.json | Get geolocation for specific IP | application/json |
none |