---
title: "Get weather forecast"
method: GET
path: "/weather"
tags: ["Weather"]
---

# Get weather forecast

`GET /weather`

Get 5-day weather forecast for NTHU area

## Response `200`

Weather forecast data

- WeatherData[]
  - `date` string, date
  - `weatherData` object
    - `MinT` string
    - `MaxT` string
    - `PoP12h` string
    - `Wx` string
    - `WeatherDescription` string

---

[API](https://skmtc.net/nthumodifications/apis/nthu-mods-api.md) · [All operations](https://skmtc.net/nthumodifications/apis/nthu-mods-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nthumodifications/nthu-mods-api/versions/414e7e5c2028/schema)
