Running current version of sonarrr just installed…
I’ve written a react page for sickbeard to do all the things… currently moving it to sonarr however when i do a lookup via ‘api/series/lookup’ i would expect to get the ‘id’ that is required to obtain that series but from the documentation it would seem i need ’ GET/{id}’ assuming this is the ‘id’ that you get when performing a ‘/series/get’ this makes no sense to me. Why isn’t this ‘id’ included in the ‘/series/lookup’ search.
Hopefully I am missing something here, end goal i would like to be able to hit the api search for a show (which currently works) and using that information tell sonarr to download that series. Thanks in advance