I need to know the list of all entry nodes. Is it possible to do this? I found here https://www.dan.me.uk/tornodes a list of all nodes or only exit nodes but I only need entry nodes.
Asked
Active
Viewed 2.3k times
3 Answers
0
https://atlas.torproject.org/#search/flag:Guard Here you can see also all nodes with the flag "Guard".
NewUser
- 117
- 11
0
As NewUser suggested, go to https://metrics.torproject.org/rs.html#search/flag:Guard, add your filters and with a quick network inspection, you will find out that there is a JSON endpoint listing all the entries and it has filters too.
For example, to get all the running Exit nodes, we have
https://onionoo.torproject.org/details?search=flag:Exit%20running:true
to get all the running Guard nodes, we have
https://onionoo.torproject.org/details?search=flag:Guard%20running:true
Binar Web
- 101
- 3