Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.47 KB

File metadata and controls

47 lines (29 loc) · 1.47 KB

Endpoints

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.



Open Endpoints

These endpoints are available to all users, no token is required to access them.

Media Data 🎥

Each endpoint provides information related to the media type being searched for.

Authentication 🔑

These endpoints are for user authentication (registration, login, and logout).


Endpoints that require Authentication

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).

Profile Data🤓

Endpoints to retrieve, modify, and delete a profile.

Favorites List 💖

Endpoints to Get, Add, and Delete favorites from your list.

Rate Media 📈

CRUD endpoints for your list of rated movies and series (Create, Read, Update, Delete).