VPN Datasets
VPN Datasets
The VPN Server Datasets provide the list of active IPs and networks providing consumer VPN services.
Dataset Sample
We have provided dataset samples for the Hide.me VPN service. You can visualize the data here.
Sample | Description |
---|---|
Hide.me VPN - JSON | Detailed JSON data |
Hide.me VPN - Text | Simple plain text list |
Get Started
We have a number of available subscription options to meet your needs. If you have a specific requirement for the data, please do not hesitate to contact us
Available SubscriptionsDataset Quick Reference
JSON Data | https://feeds.netify.ai/datasets/v2/vpns/vpns.json.gz |
Plain Text Data | https://feeds.netify.ai/datasets/v2/vpns/vpns.txt |
Available Datasets
JSON Dataset
The vpns.json.gz dataset provides the list of IPs and networks with consumer VPN services. The data includes the application information for the service (e.g., NordVPN) along with extended VPN properties.
In addition, the standard IP information in the IP Object is available:
- ASN
- Network
- Platform (Hosting)
- Hostname
- Geolocation
If the VPN service spans network ranges, the cidr_list information is also provided. Please keep in mind that the IPs in the in ip_list may fall in the ranges of listed networks.
For example, NordVPN includes 2.58.74.0/24 in the cidr_list, but the dataset also provides the details for the VPN server IP @ 2.58.74.18 (hr50.nordvpn.com). The app_cidr attribute for the 2.58.74.18 IP address provides a cross reference to the 2.58.74.0/24 network block:
{
"address": "2.58.74.181",
"version": "ipv4",
"shared_score": 1,
"app_cidr": "2.58.74.0/24",
...
}
IP Plain Text List
The vpns.txt dataset provides a simple text file list of all the VPN IPs and ntworks.
VPNs Dataset - Objects List
"application": {
"id": 10539,
"tag": "hide-me",
"label": "Hide.me VPN",
...
},
"ip_list": [
{ IP Object with VPN Info }
{ IP Object with VPN Info }
...
]
"cidr_list": [
{
"network": "2.56.252.0/24",
"version": "ipv4"
},
...
],
VPNs Dataset - IP Plain Text List
138.199.57.46
149.22.82.10
149.22.82.12
...
Data Feeds Docs
Integration and Custom Solutions
Do you have any questions about integration, APIs or custom development?
Contact Us