I'm writing some code to filter torrents by ranks using piratebay API (apibay.org) but I can't find the full list of ranks (torrent statuses).
So far, I've discovered some, from lowest to highest: 'all', 'member', 'vip', 'trusted', 'moderator','supermod'.
I think 'helper' and 'admin' or 'administrator' should be added, but I'm not sure the exact keywords and their order.
Can someone tell me the full list of ranks and their order from lowest to highest?
FYI the ranks can be observed by checking status field of a JSON entry, such as https://apibay.org/precompiled/data_top100_all.json
After some more research, my current list of ranks from lowest to highest: 'trusted', 'vip', 'helper', 'moderator','supermod', 'admin'.
Am i correct guys?
So far, I've discovered some, from lowest to highest: 'all', 'member', 'vip', 'trusted', 'moderator','supermod'.
I think 'helper' and 'admin' or 'administrator' should be added, but I'm not sure the exact keywords and their order.
Can someone tell me the full list of ranks and their order from lowest to highest?
FYI the ranks can be observed by checking status field of a JSON entry, such as https://apibay.org/precompiled/data_top100_all.json
After some more research, my current list of ranks from lowest to highest: 'trusted', 'vip', 'helper', 'moderator','supermod', 'admin'.
Am i correct guys?