Add more methods for API so it can interact better with common torrent tracker scripts #1102
josecelano
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Parent: #137
Add more methods for API so it can interact better with common torrent tracker scripts:
GET /api/peers/:peer_id
: Return all peers with selected peer_id and include info_hash + peers stats for easier data manipulation.GET /api/peers/:ip
: Return all peers with selected ip and include info_hash + peers stats for easier data manipulation.GET /api/peers/:priv_key
: Return all peers with selected priv_key and include info_hash + peers stats for easier data manipulation.GET /api/key_status/:priv_key
: Check if priv_key is used by multiple IP addresses and returnnumber | false
to check if someone is sharing keyOriginated by @dev1z
Beta Was this translation helpful? Give feedback.
All reactions