Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filtering/sorting servers by region. #55

Open
Bowhza opened this issue Aug 26, 2024 · 2 comments
Open

Add filtering/sorting servers by region. #55

Bowhza opened this issue Aug 26, 2024 · 2 comments
Milestone

Comments

@Bowhza
Copy link
Owner

Bowhza commented Aug 26, 2024

One way would be to use an API (https://ip-api.com/docs/api:json) to retrieve the continent code for each server.
Add filtering in the search bar or add an extra column for the region code. (ex. NA, EU. etc...)

@Bowhza Bowhza changed the title Add filtering by region. Add filtering/sorting servers by region. Aug 26, 2024
@tobibodamer
Copy link
Collaborator

I've looked into that before. Unfortunately, you are limited to 45 requests / min with the free plan, which would not even be enough for all servers once.

@Bowhza
Copy link
Owner Author

Bowhza commented Aug 26, 2024

There are other apis like https://www.findip.net that gives you unlimited lookups, but requires you to create an account for an api key.

@metalglove metalglove added this to the v2.2.0 milestone Aug 26, 2024
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

No branches or pull requests

4 participants
@metalglove @tobibodamer @Bowhza and others