Check if a user is using a VPN - Guide

Strange :thinking: seems like they changed their API or smth…
I found another API: https://proxycheck.io/
You can parse the result with the JSON component, and get the “type”

Here with nordvpn:
image
I am connected to the belgium server, and you can see that in the “type” return “VPN”
image (I’m using ubuntu so yeah)

Without a VPN it will output "type": "Residential"

So from this you can check if the value of “type” is a VPN.

1 Like