Public
Documentation Settings

Tickitz API by Yongki

Welcome to the Tickitz API documentation! This API is designed to provide developers with easy access to a vast collection of movies, cinema, user authentication.

Movies

This folder contains various API endpoints, including get all movies, selected movies, add new movie, edit movie & delete movie.

GETGet All Movies

https://tickitz-be-yongki.vercel.app//movies

This API is used to retrieve data list movie that registered.

GETGet Selected Movie

https://tickitz-be-yongki.vercel.app//movies/1

This API is used to retrieve user data based on the specified ID.

POSTNew Movie

https://tickitz-be-yongki.vercel.app//movies

This API is used to add new movie data.

Bodyraw (json)
json
{
    "name": "Up broh",
    "release_date": "2009-07-29",
    "duration": "1h 36m",
    "genres": ["Animation", "Adventure", "Comedy"],
    "directed_by": "Pete Docter",
    "casts": ["Edward Asner", "Jordan Nagai", "John Ratzenberger"],
    "synopsis": "As a boy, Carl Fredricksen wanted to explore South America and find the forbidden Paradise Falls. About 64 years later he gets to begin his journey along with Boy Scout Russell by lifting his house with thousands of balloons. On their journey, they make many new friends including a talking dog, and figure out that someone has evil plans. Carl soon realizes that this evildoer is his childhood idol.",
    "poster": "https://lumiere-a.akamaihd.net/v1/images/p_up_19753_e6f911e3.jpeg"
}
Loading