Get a magnet entry by info hash.
Parameters
Output
Encoding
application/jsonErrors
EntryNotFound
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "EntryNotFound"
}
],
"output": {
"schema": {
"ref": "quest.sableye.magnet.listEntries#entryView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"infoHash"
],
"properties": {
"infoHash": {
"type": "string",
"description": "The hex-encoded info hash."
}
}
},
"description": "Get a magnet entry by info hash."
}