# 天気

地球上のほとんどの場所のライブ天気データにアクセスできます：

```
シドニーの天気                | 19 °C (mostly cloudy)
バトゥミの気温                | 9 °C
feels like in tokyo    | 14 °C
```

天気クエリを含む行は、日中に自動的に更新されます。

{% hint style="info" %}
天気クエリは、空港コードを含むSoulverに組み込まれているすべての場所で機能します。

また、Soulverの設定（Settings > Calculator > Additional Places）で追加の場所を追加することもできます。
{% endhint %}

### サポートされている気象メトリクス

| 名前   | エイリアス                     |
| ---- | ------------------------- |
| 天気状況 | weather                   |
| 気温   | temp                      |
| 体感温度 | feels like, apparent temp |
| 最高気温 | high temp, high           |
| 最低気温 | low temp, low             |

## 高度な気象メトリクス

以下の12の追加の気象メトリクスにアクセスできるオプションのサブスクリプション（年間 $26）を提供します：

| メトリクス名 | エイリアス               |
| ------ | ------------------- |
| 降雨量    | rain, precipitation |
| 降水確率   |                     |
| 積雪量    | snow                |
| 湿度     |                     |
| 雲量     |                     |
| 視程     |                     |
| 風速     |                     |
| 風向     | wind                |
| 露点     |                     |
| 紫外線指数  |                     |
| 気圧     |                     |
| 気圧の方向  |                     |

および以下の6つの占星術メトリクス：

| メトリクス名 | エイリアス |
| ------ | ----- |
| 日の出    |       |
| 日の入り   |       |
| 月の出    |       |
| 月の入り   |       |
| 月の満ち欠け | moon  |

{% hint style="success" %}
「Knowledge Assistant, Live Stocks & Advanced Weather」サブスクリプションは、[**Mac App Store**](https://apps.apple.com/us/app/soulver-3/id1508732804?ls=1) で利用可能であり、弊社の[**Setapp**](https://soulver.app/setapp)ユーザー様には無料です\*\*。\*\*

これらの高価なデータサービスを必要なユーザーのみにオプションのサブスクリプションとして提供することで、Soulverを単一の購入として提供し続けることができています。
{% endhint %}


---

# 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://documentation.soulver.app/ja/documentation/live-data/weather.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.
