API obtain 'id' through /series/lookup

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

nm all is good i must have been lacking sleep /series?api=xxxxx, there is no ID for this lol. after fixing my json data in body and my mistake w/ the ‘id’ everything is working. Thanks for the hard work on sonarr guys/gals its great.

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