11

Do you guys know any API that provides access to episode air time? I want to make a little app that will remind me of episodes coming out from my favorite shows. (Something like a rss feed of what episodes came out since my last check. (Feel free to link me to an existing app if existing).

spiroski
  • 629
  • 2
  • 11
  • 16

1 Answers1

18

http://thetvdb.com/ does that. Alot of larger projects, such as XBMC use it as their main API for such things.

FYI the API can be found here

Aakash Choubey
  • 426
  • 3
  • 19
Lowe Thiderman
  • 498
  • 4
  • 7
  • thanks! this is awesome. using it for my app csomakk.github.io/IWatchSeriez source available on github – csomakk Dec 24 '13 at 14:53