Hi,
I’m trying to get the status of a show from the API but i cannot make it work, i only get basic info such us
{
“title”: “Breaking Bad”,
“year”: 2008,
“ids”: {
“trakt”: 1388,
“slug”: “breaking-bad”,
“tvdb”: 81189,
“imdb”: “tt0903747”,
“tmdb”: 1396,
“tvrage”: null
}
}
Is there a STATUS field in the JSON. I can list all my shows from my library with title and year but i cannot find status. My goal is to filter them by ended and cancelled like the ones here. I only get the shows from my library. That much i figure it out.
I’m using powershell 5.1

