action hillbillysoftware_show_status_get { label: "Returns status of queried show (query can be IMDB, TVDB, or showname)" provider: hillbillysoftware method: GET path: "/Status/{AccessToken}/{Query}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } Query: { type: "string" } } required: ["AccessToken", "Query"] additionalProperties: false } output: { type: "object" additionalProperties: true } }