API:GetSeriesByRemoteID
From TvDBwiki
Used to find shows by unique ID's used on other sites.
[edit] Location
<mirrorpath>/api/GetSeriesByRemoteID.php?imdbid=<imdbid>&language=<language>&zap2it=<zap2it>
[edit] Parameters
<imdb>
The imdb id you're trying to find. Do not use with <zap2itid>
<zap2itid>
The Zap2it / SchedulesDirect ID you're trying to find. Do not use with <imdb>
<language>
The language id, not needed as imdb and zap2it id's are guaranteed to be qunique (May be deprecated)
[edit] Example Results
<?xml version="1.0" encoding="UTF-8" ?> <Data> <Series> <seriesid>78107</seriesid> <language>en</language> <SeriesName>The Office (UK)</SeriesName> <banner>graphical/78107-g9.jpg</banner> <Overview>A mockumentary about life in a mid-sized suboffice paper merchants in a bleak British industrial town, where manager David Brent thinks he's the coolest, funniest, and most popular boss ever. He isn't. That doesn't stop him from embarrassing himself in front of the cameras on a regular basis, whether from his political sermonizing, his stand-up 'comedy', or his incredibly unique dancing. Meanwhile, long-suffering Tim longs after Dawn the engaged receptionist and keeps himself sane by playing childish practical jokes on his insufferable, army-obsessed deskmate Gareth. Will the Slough office be closed? Will the BBC give David a game show? Will Tim and Dawn end up with each other? And more importantly, will Gareth realize what a hopeless prat he is?</Overview> <FirstAired>2001-07-01</FirstAired> <IMDB_ID>tt0290978</IMDB_ID> <id>78107</id> </Series> </Data>

