Music Show
An API to get all the songs played in a episode of a show!
121 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Music Show endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get MovieID /getmovieID/{search} |
This endpoint returns the movieID of a giving movie title. If the named researched has "spaces", replace them by "+". Example: "Top Gun" would be "top+gun" *(Uppercases are not… |
| GET |
Get Songs From Movie /GetSongsFromMovie/{movieID} |
This endpoint will return all songs from the specified episode of your choosen movie. **Return codes:** - 0: Everything went as expected. *(If the list of songs is empty, it… |
| GET |
Get Songs From Show /getsongsfromshow/{showID}/{seasons}/{episode} |
This endpoint will return all songs from the specified episode of your choosen show. **Return codes:** - 0: Everything went as expected. *(If the list of songs is empty, it means… |
| GET |
Get ShowID /getshowid/{search} |
This endpoint returns the showID of a giving show name. If the named researched has "spaces", replace them by "+". Example: "The Walking Dead" would be "the+walking+dead"… |
Music Show pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $15 / month | — |
|