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.
Get started
This API is part of the Network Engineering package and is available in free and paid plans. Please visit the Network Engineering package page for limits and pricing information.
Endpoint
Request
Responses
Example query
https://api.bigdatacloud.net/data/tor-exit-nodes-list?batchSize=10&offset=0&localityLanguage=en&key=[YOUR API KEY]
Example response
- 1{
- 2"total": 1645,
- 3"offset": 0,
- 4"batch": 10,
- 5"nodes": [...]
- 230}
Schema
Total number of nodes available
Number of entries to skipped
Number of entries in the current batch
Array of node entries returned