curl --location --request GET 'https://weather.cma.cn/api/now/54156'
{ "msg": "success", "code": 0, "data": { "location": { "id": "54156", "name": "公主岭", "path": "中国, 吉林, 公主岭" }, "now": { "precipitation": 0, "temperature": -14.1, "pressure": 1005, "humidity": 46, "windDirection": "东北风", "windDirectionDegree": 46, "windSpeed": 2.6, "windScale": "微风" }, "alarm": [], "lastUpdate": "2023/12/12 17:30" } }