The Movie Database (opens in new tab)
<p>When <code>mediaType</code> is <code>tv</code>, <code>sheet</code> should be:</p> <table> <thead> <tr> <th>Airing Today</th> <th>On TV</th> <th>Top Rated</th> </tr> </thead> <tbody> <tr> <td>airing-today</td> <td>on-the-air</td> <td>top-rated</td> </tr> </tbody> </table> <p>When <code>mediaType</code> is <code>movie</code>, <code>sheet</code> should be:</p> <table> <thead> <tr> <th>Now Playing</th> <th>Upcoming</th> <th>Top Rated</th> </tr> </thead> <tbody> <tr> <td>now-playing</td> <td>up...
Read the original article