Skip to content

Update the GeoLocation free service to ip-api.com#47

Merged
Leonid-Zakharov merged 1 commit intomainfrom
RayFo/Geo
Nov 13, 2025
Merged

Update the GeoLocation free service to ip-api.com#47
Leonid-Zakharov merged 1 commit intomainfrom
RayFo/Geo

Conversation

@rayfo
Copy link
Copy Markdown
Contributor

@rayfo rayfo commented Nov 13, 2025

Fixes #44 : GeoLocation: Need to change the service used to populate this column.

NetBlame has used the free IP GeoLocation XML service from GeoPlugin.com
However, it appears that there is no more free version of this service.

This change switches to the free IP GeoLocation JSON service from ip-api : https://ip-api.com
This free service allows 45 requests / minute.

  • Change the GeoLocation class to process JSON via http://ip-api.com/json/

    • NetBlame/Auxiliary/GeoLocation.cs
  • Change the attribution to refer to: ip-api.com

    • NetBlame/Auxiliary/GeoLocation.cs
    • NetBlame/README.md
    • BETA/ADDIN/ReadMe.txt
    • BETA/WPAP/Network.wpaProfile

@rayfo rayfo self-assigned this Nov 13, 2025
@Leonid-Zakharov Leonid-Zakharov merged commit 3fe561f into main Nov 13, 2025
4 checks passed
@Leonid-Zakharov Leonid-Zakharov deleted the RayFo/Geo branch November 13, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GeoLocation: Need to change the service used to populate this column.

2 participants