Documentation for the Deluge Python API

Suggestions and discussion of future versions
Post Reply
otis9293
New User
New User
Posts: 1
Joined: Tue Apr 29, 2025 7:30 am

Documentation for the Deluge Python API

Post by otis9293 »

I don't know if I'm just completely blind, but I can't find the documentation for the Python API. The only page I can find is this: https://deluge-torrent.org/development/uiclient/

But where is the reference page for all the possible functions/callbacks I can use as a client that wishes to interact with the Deluge daemon?

Thanks!
mhertz
Moderator
Moderator
Posts: 2330
Joined: Wed Jan 22, 2014 5:05 am
Location: Denmark

Re: Documentation for the Deluge Python API

Post by mhertz »

The official docs for rpc api, has in latest versions on readthedocs site an issue where lists only the actual rpc implementation under the rpc api section, instead of the user-friendly rpc api, like as under the web api section. So need check under an older working version i.e. 2.0.5 here: https://deluge.readthedocs.io/en/deluge ... e/api.html

Source code is very helpful too of-course.

Sorry late btw.
Post Reply