Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vikpe/qw-servers-geoip
- Owner: vikpe
- License: mit
- Created: 2022-04-24T07:21:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T06:07:29.000Z (about 2 months ago)
- Last Synced: 2024-09-18T18:23:24.920Z (about 2 months ago)
- Topics: quakeworld, server
- Language: Python
- Homepage:
- Size: 538 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
]
},
[...]
```