Metadata

DELETE /metadata

Delete channel entries.

Status Codes
PATCH /metadata

Update channel entries.

Status Codes
GET /metadata/torrents/{infohash}/health

Fetch the swarm health of a specific torrent.

Parameters
  • infohash (string) – Infohash of the download to remove

Query Parameters
  • timeout (integer) – Timeout to be used in the connections to the trackers

  • refresh (integer) – Whether or not to force a health recheck. Settings this to 0 means that the health of a torrent will not be checked again if it was recently checked.

  • nowait (integer) – Whether or not to return immediately. If enabled, results will be passed through to the events endpoint.

Status Codes
Response JSON Object
  • tracker.error (string) –

  • tracker.infohash (string) –

  • tracker.leechers (integer) –

  • tracker.seeders (integer) –

GET /metadata/{public_key}/{id}

Get channel entries.

Parameters
  • public_key (string) –

  • id (string) –

Status Codes
PATCH /metadata/{public_key}/{id}

Update a single channel entry.

Parameters
  • public_key (string) –

  • id (string) –

Status Codes