Tor Exit Nodes Geolocated API
Introduction
Due to privacy concerns, various solutions have emerged which aim to protect your online identity and enable you to surf the internet with anonymity. The Tor project is one such initiative managed by volunteers across the globe.
However, this can result in inconvenience if you are trying to deliver personalised content and also such systems can allow online scammers to carry out fraudulent activities. Hence, you can use the Insights API to identify and isolate such traffic on your websites.
This API returns a list of active Tor exit nodes geolocated to country-level along with active carrier information.
https://api.bigdatacloud.net/data/tor-exit-nodes-list
CURL Example
Visit our SDK page to access API clients in specific languages like Javascript, Python + PHP.
Response
Response Format
Field |
Data type |
Description |
---|---|---|
total |
16 bit unsigned integer |
Total number of nodes available |
offset |
32 bit unsigned integer |
Number of entries skipped |
batch |
16 bit unsigned integer |
Number of entries in the current batch |
nodes |
Array of <Node> objects |
Array of node entries returned |
API Endpoint
Endpoint: | /data/tor-exit-nodes-list |
---|---|
Full URL: | https://api.bigdatacloud.net/data/tor-exit-nodes-list |