We have two types of endpoints: those that require authentication and those that do not.
Some endpoints accept "lang" as a query parameter Here is the list of languages.
These endpoints are available to all users, no token is required to access them.
Each endpoint provides information related to the media type being searched for.
/api/media> Show Details.
These endpoints are for user authentication (registration, login, and logout).
/api/auth> Show Details.
Closed endpoints require a valid Token to be included in the header of the request. A Token can be acquired from the Authentication EndPoints (Register / Login).
Endpoints to retrieve, modify, and delete a profile.
/api/profile> Show Details.
Endpoints to Get, Add, and Delete favorites from your list.
/api/favorites> Show Details.
CRUD endpoints for your list of rated movies and series (Create, Read, Update, Delete).
/api/rate> Show Details.
