Hello,
I am trying to ween myself from Sickbeard and move all to Sonarr. For a year or so, I have been relying on a personal web portal that scrapes data from Sickbeard and posts it into the portal. Specifically (via PHP) I scraped:
- Missed Episodes
- Episodes Airing Today (which I have not yet downloaded)
- Episodes Airing in the upcoming week, sorted by most recet first.
- Scrapes the number of episodes currently snatched and being downloaded
Can some kind soul please help me with what the http url would be to return this data… It should be something like:
http://localhost:8989/api/myapinumberhere/…
For each of the items above, I want to return the show name, Sonarr url for the show, episode title, show banner link, episode number (s02e12), and episode plot.
It has been a long while since I have touched programming this stuff, and I could not figure it out from reading the Sonarr API wiki.
Many thanks!
H.