> For the complete documentation index, see [llms.txt](https://doc.re-cast.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.re-cast.ai/encored-renewable-api-ko/api/recast-kma.md).

# RE:Cast KMA

인코어드는 등록된 기상정보 제공 사업자로서 기상청의 예보 정보를 API를 통해 제공합니다. 초단기 및 단기 예보를 제공합니다.

각 지점의 NX, NY 좌표는 기상청 좌표를 사용하며, 기상청의 표준 좌표 변환 공식을 통해 얻을 수 있습니다.

## 초단기 예보

현재 시간으로부터 6시간 이내의 예보 정보를 제공합니다. 단기 예보에 비해 제한된 항목이 반환됩니다.

{% openapi src="/files/YUjCFzsuwlWB0oPIZBYG" path="/weather/kma/vsrf" method="get" %}
[kma\_ko.json](https://3936238488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtW5eNQOiW7uSnoYZgwz9%2Fuploads%2Fgit-blob-469d3f80b0ee33e73d6f617875ad4277cfc43a39%2Fkma_ko.json?alt=media)
{% endopenapi %}

{% openapi src="/files/YUjCFzsuwlWB0oPIZBYG" path="/weather/kma/vsrf/recent" method="get" %}
[kma\_ko.json](https://3936238488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtW5eNQOiW7uSnoYZgwz9%2Fuploads%2Fgit-blob-469d3f80b0ee33e73d6f617875ad4277cfc43a39%2Fkma_ko.json?alt=media)
{% endopenapi %}

## 단기 예보

6시간마다 갱신되며 발표 시점으로부터 72시간 예보를 제공합니다.

{% openapi src="/files/YUjCFzsuwlWB0oPIZBYG" path="/weather/kma/srf" method="get" %}
[kma\_ko.json](https://3936238488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtW5eNQOiW7uSnoYZgwz9%2Fuploads%2Fgit-blob-469d3f80b0ee33e73d6f617875ad4277cfc43a39%2Fkma_ko.json?alt=media)
{% endopenapi %}

{% openapi src="/files/YUjCFzsuwlWB0oPIZBYG" path="/weather/kma/srf/recent" method="get" %}
[kma\_ko.json](https://3936238488-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtW5eNQOiW7uSnoYZgwz9%2Fuploads%2Fgit-blob-469d3f80b0ee33e73d6f617875ad4277cfc43a39%2Fkma_ko.json?alt=media)
{% endopenapi %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.re-cast.ai/encored-renewable-api-ko/api/recast-kma.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
