Main Page API

For Main Page(Home) API Views

Home API View(Web)

GET https://younghoonjean.com/

메인 페이지를 위한 트레일러, 이벤트 컨테이너 정보를 전달합니다.

{
    "name": "Cake's name",
    "recipe": "Cake's recipe name",
    "cake": "Binary cake"
}

Home API View(iOS)

GET https://younghoonjean.com/m/

메인 페이지를 위한 트레일러, 이벤트 컨테이너 및 앱 화면을 위한 영화 차트정보가 출력됩니다.

Query Parameters

NameTypeDescription

now_open

boolean

input True value if you want to get a movie chart which has been already opened

Last updated