Accuracy
ipgeolocation.io provides precise and detailed geographic data, which is essential for tailoring user experiences based on location.
API Functionality
The platform offers a robust and feature-rich API, allowing developers to seamlessly integrate geolocation capabilities into their applications.
Security Features
ipgeolocation.io includes security features such as IP threat data, offering insights into potentially malicious IP addresses and enhancing application security.
Comprehensive Data
Beyond basic geolocation information, the service provides extensive data, including local time, currency, and timezone, which can be useful for various applications.
Free Tier
ipgeolocation.io offers a free tier, allowing smaller projects and developers to access essential geolocation features without cost.
Ease of Use
The service is designed to be user-friendly, with clear documentation and examples that help developers get started quickly and efficiently.
IP Geolocation — IP Geolocation API – Forever free plan for developers with 30k requests per month (1k/day) limit.
– Source: dev.to
/
8 months ago
I wouldn’t be trying to do this by scraping. Instead, just use an API: https://ipgeolocation.io/.
Source:
over 1 year ago
Https://ipgeolocation.io/
I run my own DNS server, so query processing would not be the problem.
Source:
over 1 year ago
IP Geolocation — IP Geolocation API – Forever free plan for developers with 30k requests per month (1k/day) limit.
– Source: dev.to
/
almost 2 years ago
Getting a user’s location from their IP should be possible with something like this https://ipgeolocation.io/ (free for up to 1000 requests per day which my puny website will never get). Latitude + longitude data from this service could be used to place the location dot accurately on the globe, although I’d have to look more into the math aspect of that before. This will probably be one of the harder parts to…
Source:
about 2 years ago
It might be worth checking who owns the IP address of your exit point the next time you have a bad connection to see if there is a pattern (eg get your IP address from the app and enter it into one of the lookup services such as https://ipgeolocation.io/ ).
Source:
about 2 years ago
Thanks but I know absolutely nothing about APIs let alone how to incorporate them into a script. As for https://ipgeolocation.io if possible, I’d just like to be able to get the city and perhaps the country_name but, again, I have no idea how to do that. I’d be very grateful if you’re willing to help me with it.
Source:
about 2 years ago
It doesn’t get you much, but https://ipgeolocation.io/ shows a lot more information than most other services I’ve seen. Like another commenter said, it’s easy to mask your IP address so the information that site gives may not be an accurate representation of that persons actual location.
Source:
about 2 years ago
I’m working on an IP geolocation data fetcher. So far it only fetches from https://ipgeolocation.io but I plan to add other services as well.
Source:
about 2 years ago
To give you an idea… I currently am doing this in ELK. ELK integrates MaxMind GeoIP databases and keeps them updated. Then, Logstash (the L in ELK) has a plugin for geocoding the IP address as data are ingested. Some IP addresses fail to get geocoded using the MaxMind databases, so I wrote a Python script that uses the ipgeolocation API to fix missing data in the Elasticsearch database.
Source:
about 2 years ago
I’m the founder of ipgeolocation.io which was used to perform IP Geolocation. We’ve revoked the API key used in this code. The code now cannot execute and it won’t affect future. If anyone notices such a thing in the future, please report to us on our contact us page.
Source:
over 2 years ago
Go over to https://ipgeolocation.io/ and see where it thinks you are in the world, I’ll bet it says you are somewhere different than where you are actually located and that you are being covered by some kind of live blackout restriction.
Source:
about 3 years ago
IP Geolocation — IP Geolocation API – Forever free plan for developers with 30k requests per month (1k/day) limit.
– Source: dev.to
/
about 3 years ago
Ipgeolocation.io – cheapest commercial plan 150,000 requests/month for $15.
Source:
about 3 years ago
Go to https://ipgeolocation.io/ and search “worldX.runescape.com”, where X is the world. e.g world 1 should be world1.runescape.com, world 100 should be world100.runescape.com.
Source:
over 3 years ago