Hi there,
I wanted to know if I used both of these api calls:
/schedule?date=YYYY-MM-DD
/schedule/web?date=YYYY-MM-DD
if both of these combined would be the equivalent of what's in the /schedule/full API call for that same date?
Thanks!
Hi there,
I wanted to know if I used both of these api calls:
/schedule?date=YYYY-MM-DD
/schedule/web?date=YYYY-MM-DD
if both of these combined would be the equivalent of what's in the /schedule/full API call for that same date?
Thanks!
Technically they are not the same.
When you call /schedule/full you get all countries' future episodes.
When you call /schedule?date=YYYY-MM-DD (omitting country) you are only getting the US episodes (either TV or Web Channel) on that date.
When you call /schedule/web?date=YYYY-MM-DD (omitting country) you are only getting Web Channel (either global or specific country) episodes on that date.
So you're missing out on non-US TV episodes by doing it this way.