Tor Exit Nodes Geolocated API
Introduction
Due to privacy concerns, various solutions have emerged that 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 API Package and is available in free and paid plans. Please visit the Network Engineering API Package package page for limits and pricing information.
Endpoint
Request
Responses
200OK
Sample Query
Schema
totalintegerTotal number of nodes available
offsetintegerNumber of entries to skipped
batchintegerNumber of entries in the current batch
nodesarrayArray of node entries returned
ipstringTOR node IP address
countryNamestringCountry name localised to the language as defined by 'localityLanguage' request parameter
countryCodestringCountry ISO 3166-1 Alpha-2 code
carriersarrayList of Autonomous Systems (AS) announcing this IP address on BGP
asnstringAutonomous System Number string
asnNumericintegerAutonomous System Number
organisationstringRegistered Organisation
namestringRegistered name
registrystringThe Regional Internet Registry (RIR) the AS is registered with
registeredCountrystringRegistered Country ISO 3166-1 Alpha-2 code
registeredCountryNamestringRegistered Country localised name. The language is as defined by the 'localityLanguage' request parameter
registrationDatestringRegistration date in 'yyyy-mm-dd' format
registrationLastChangestringRegistration modification date in 'yyyy-mm-dd' format
totalIpv4AddressesintegerTotal number of IP addresses announced by the AS
totalIpv4PrefixesintegerTotal number of ipV4 BGP prefixes announced by the AS
totalIpv4BogonPrefixesintegerTotal number of ipV4 bogon prefixes announced by the AS
totalIpv6PrefixesintegerTotal number of ipV6 BGP prefixes announced by the AS
totalIpv6BogonPrefixesintegerTotal number of ipV6 bogon prefixes announced by the AS
rankintegerGlobal rank by total number of IP addresses announced
rankTextstringGlobal rank by total number of IP addresses announced including total
Sample Response
400Bad request
Sample Response
403Access denied, or your quota limit has exceeded
Sample Response
404Found no valid entry for the request
Sample Response
406Found too many result items. Please reduce the scope of your request
Sample Response
500An error has occurred and did not complete your request. Please try again
Sample Response