Recent Movies and Tvseries
Fire this api to get list of recent movies and tvseries.
List of recent movies
api/RecentMovies
GET
https://yourdomain.com/api/RecentMovies
This end point allows you to get list of recent movies.
Query Parameters
Name
Type
Description
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Name
Type
Description
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
List of recent tvseries
api/RecentTvSeries
GET
https://yourdomain.com/api/RecentTvSeries
This end points allow to you get all information about recent tvseries.
Query Parameters
Name
Type
Description
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Name
Type
Description
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
PreviousList of all movies, tveries and top movie and tvseriesNextList of menu by movies and tvseries
Last updated