We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Coatezy,
As per NordSecurity/nordvpn-linux#294 the API has changed.
I made the script work by changing:
Thanks !
The text was updated successfully, but these errors were encountered:
Hi,
Not sure what is the question, but you can pass more params to the API and then the returned servers would have the needed technology only or the needed field. For example to get ikev2 servers: https://api.nordvpn.com/v1/servers/recommendations?limit=5&&filters[servers_technologies]=1&filters[servers_technologies][pivot][status]=online&filters[servers.status]=online
limit=
filters[servers.status]=online
filters[servers_technologies][pivot][status]=online
filters[servers_technologies]=<tech_id>
coordinates[longitude]=%f&coordinates[latitude]=%f
&fields[servers.hostname]
Let me know if it helps, Marius
Sorry, something went wrong.
Sorry for not picking this up sooner @Gautzka. Thanks for the heads up, I’ll take a look at this over the next week or two.
No branches or pull requests
Hi Coatezy,
As per NordSecurity/nordvpn-linux#294 the API has changed.
I made the script work by changing:
Thanks !
The text was updated successfully, but these errors were encountered: