action hillbillysoftware_magnets_byimdb_id_get_async { label: "Returns list of magnet hashes for passed IMDBID. Feature not available on free plan, please donate to be able to use this feature." provider: hillbillysoftware method: GET path: "/Magnets/ByIMDB/{AccessToken}/{imdbID}" encoding: json input: { type: "object" properties: { AccessToken: { type: "string" } imdbID: { type: "string" } } required: ["AccessToken", "imdbID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }