Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vikpe/qw-servers-geoip

IP to geo location for QuakeWorld servers.
https://github.com/vikpe/qw-servers-geoip

quakeworld server

Last synced: 27 days ago
JSON representation

IP to geo location for QuakeWorld servers.

Awesome Lists containing this project

README

        

# qw-servers-geoip

> IP to geo location for QuakeWorld servers

The file [`ip_to_geo.json`](./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

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