Export series list help

I have been doing some reading over the past week or so. Trying to find an easy way to export my series list
I have read it can be done via the API but I don’t understand how is there an easy way I am overlooking

What I am trying to do is maybe export then find a way to convert to .json file … don’t know how easy this is to accomplish

Make a get request to the api/series endpoint with your api key. The response is json already :slight_smile:

Check out the wiki on github for more info.

I just tried http://192.168.1.116:8989/api/series/apikey=f1746f3ab4c14da7b6f85adcfac83896

and I get {“error”: “Unauthorized”}

What am i doing wrong Whats the correct string?

try http://192.168.1.116:8989/api/series?apikey=f1746f3ab4c14da7b6f85adcfac83896

i dont use the api but i would presume the key is a uri parameter, not part of the path

see https://github.com/Sonarr/Sonarr/wiki/API

1 Like

ah I see yours has a /series? mine is just /series

Thanks so much

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