# Main Page API

## Home API View(Web)

<mark style="color:blue;">`GET`</mark> `https://younghoonjean.com/`

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

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

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

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```javascript
{
    "message": "Ain't no cake like that."
}
```

{% endtab %}
{% endtabs %}

## Home API View(iOS)

<mark style="color:blue;">`GET`</mark> `https://younghoonjean.com/m/`

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

#### Query Parameters

| Name      | Type    | Description                                                                     |
| --------- | ------- | ------------------------------------------------------------------------------- |
| now\_open | boolean | input True value if you want to get a movie chart which has been already opened |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cgvproject.gitbook.io/cgvproject/main-page-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
