End point |
Mô tả |
Test |
/api/v1/cinemas |
Lấy tất cả thông tin rạp |
Link
|
/api/v1/movies |
Lấy tất cả thông tin phim |
Link
|
/api/v1/directors |
Lấy tất cả thông tin đạo diễn |
Link
|
/api/v1/actors |
Lấy tất cả thông tin diễn viên |
Link
|
/api/v1/showtimes |
Lấy tất cả thông tin lịch chiếu |
Link
|
/api/v1/posts |
Lấy tất cả thông tin bài viết |
Link
|
/api/v1/promotions |
Lấy tất cả thông tin khuyến mãi |
Link
|
/api/v1/cinemaparents |
Lấy tất cả thông tin hệ thống rạp |
Link
|
/api/v1/users |
Lấy tất cả thông tin thành viên |
Link
|
/api/v1/teches |
Lấy tất cả loại công nghệ chiếu của phim |
Link
|
/api/v1/movies/{{type}} |
Lấy tất cả phim theo status |
Link
|
/api/v1/movies/{{id}} |
Lấy thông tin của một bộ phim theo id |
Link
|
/api/v1/movies/{{slug}} |
Lấy thông tin của một bộ phim theo slug |
Link
|
/api/v1/cinemas/{{id}} |
Lấy thông tin của một rạp theo id |
Link
|
/api/v1/posts/{{id}} |
Lấy thông tin một bài post theo id |
Link
|
/api/v1/categories |
Lấy tất cả thể loại bài viết |
Link
|
/api/v1/categories/{{id}} |
Lấy một thể loại bài viết theo id |
Link
|
/api/v1/categories/{{slug}} |
Lấy một thể loại bài viết theo slug |
Link
|
/api/v1/prices/cinema/{{id}} |
Lấy giá vé của một rạp theo id |
Link
|
/api/v1/prices/cinema/{{slug}} |
Lấy giá vé của một rạp theo slug |
Link
|
/api/v1/prices/parent/{{id}} |
Lấy giá vé của một hệ thống rạp theo id |
Link
|
/api/v1/prices/parent/{{slug}} |
Lấy giá vé của một hệ thống rạp theo slug |
Link
|
/api/v1/categories/{{category}}/{{post}} |
Lấy thông tin bài viết theo slug |
Link
|
/api/v1/cinemaparents/province/{{parent_slug}} |
Lấy các rạp con trong hệ thống rạp, gộp theo tỉnh thành |
Link
|
/api/v1/movies/imdb |
Lấy danh sách phim sắp xếp theo điểm imdb giảm dần |
Link
|
/api/v1/promotions/cinema_parent/{{cinema_parent_slug}} |
Lấy các khuyến mãi có trong rạp hệ thống theo slug |
Link
|
/api/v1/showtimes/cinema/{{cinema_slug}} |
Lấy lịch chiếu của một rạp theo slug |
Link
|