quest.sableye.magnet.getEntry

matt.evil.gay

Documentation

Get a magnet entry by info hash.

main query

Get a magnet entry by info hash.

Parameters

infoHash string Required

The hex-encoded info hash.

Output

Encodingapplication/json

Errors

EntryNotFound
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
The hex-encoded info hash.
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."
}

Lexicon Garden

@