/qw-servers-geoip

IP to geo location for QuakeWorld servers.

Primary LanguagePythonMIT LicenseMIT

qw-servers-geoip

IP to geo location for QuakeWorld servers

The file ip_to_geo.json is a mapping of QuakeWorld server IPs (collected from master servers) to geographical information. Updated automatically on a daily basis at 06:00.

Sample content

{
  "100.36.1.151": {
    "region": "North America",
    "country": "United States",
    "cc": "US",
    "city": "Arlington",
    "coordinates": [
      38.8865,
      -77.0911
    ]
  },
  [...]