curl -s https://www.jma.go.jp/bosai/forecast/data/forecast/270000.json | jq -r .[0].timeSeries[0].areas[0].weathers[0]
curl -s https://www.jma.go.jp/bosai/forecast/data/forecast/270000.json | jq -r .[0].timeSeries[2].areas[0].temps[0]
curl -s https://www.jma.go.jp/bosai/forecast/data/forecast/270000.json | jq -r .[0].timeSeries[2].timeDefines[0]の結果得られる日付時刻で、「今日の最高気温なのか、明日の最低気温なのか」がわかる。