How to programmatically change configurations

is there a way to interact with Sonarr through the APIs for configuration purposes?

for example, let’s just say I have a freshly installed vanilla Sonarr application, and I would like to configure an Indexer from the command line.

is it possible? is there an API for that?
I could not find anything on this at https://github.com/Sonarr/Sonarr/wiki/API .
thanks!

Everything the UI does is through the API, using dev tools in browser you can see how it does things if it’s not documented currently.

oh, that was not clear to me! was it written in the docs? did I miss it?

otherwise, it might be a great idea to write it somewhere!

anyway, thanks I’ll check it out. :smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.