Welcome to the Academic Torrent API!
Here are some possible endpoints:

===Entries===
GET /apiv2/entry/INFOHASH  -- retrieve data about an INFOHASH
POST /apiv2/entry  -- upload an entry
POST /apiv2/entry/INFOHASH  -- modify an entry

===Collections===
POST /apiv2/collection  -- create a collection 
POST /apiv2/collection/collection-name  -- update a collection 
POST /apiv2/collection/collection-name/delete  -- delete a collection 
POST /apiv2/collection/collection-name/add  -- add an item to a collection 
POST /apiv2/collection/collection-name/remove  -- remove an item from a collection 

===Testing===
GET /apiv2/test  -- test access rights
