Tor Property
Tor Property
The Tor (tor) property is provided on IP addresses running Tor relays or exit nodes. This information is provided in both the IP API and the Tor IP Datasets.
Property Information
Tor Application Info
The first JSON block in the Tor property is our standard application property. The property provides the ID, tag, description, logos, and more.
Tor Node List
A single Tor IP address can host multiple Tor servers. This information is provided in the tor_node_list section of the JSON object. In our adjacent example JSON, you can see two servers running on two ports (443 and 9001).
Nickname
A nickname specified by the Tor node operator.
Fingerprint
A 20-byte unique identifier for the Tor node.
Type
The node type: exit or relay. You can find out more on this topic here.
Port
The TCP port served by the Tor node.
Bandwidth
Advertised bandwidth in bytes per second.
Last Restarted
The Unix time when the Tor node was last restarted.
Tor Node - Example Info
Application | Tor |
Nickname | Andromeda |
Fingerprint | CC6D78CF433A27... |
Type | Relay IP |
Port | 9001 |
Bandwidth | 26.3 MiB/s |
First Seen | December 20, 2023 |
Tor Property - JSON Overview
"tor": {
{ Application Property },
{ Tor Node List }
}
Tor Property - JSON Example
"tor": {
"application": {
"id": 163,
"tag": "netify.tor",
"label": "Tor",
"description": "Tor is an open-source...",
"home_page": {
"url": "https://www.torproject.org",
"text": "Tor"
},
"category": {
"id": 28,
"tag": "vpn-and-proxy",
"label": "VPN and Proxy"
},
"active": true,
"favicon": "https://static.netify.ai/...",
"icon": "https://static.netify.ai/...",
"logo": "https://static.netify.ai/...",
"favicon_source": "app",
"icon_source": "app",
"logo_source": "app"
},
"tor_node_list": [
{
"nickname": "Andromeda",
"fingerprint": "3D8BE...",
"type": "relay"
"port": 9001,
"bandwidth": 34000000,
"last_restarted_at": 1705924800,
},
{
"nickname": "Magellan",
"fingerprint": "B3100...",
"type": "relay"
"port": 443,
"bandwidth": 25000000,
"last_restarted_at": 1705934759,
}
]
},
Data Feeds Docs
Integration and Custom Solutions
Do you have any questions about integration, APIs or custom development?
Contact Us