📜  metaweather api - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:05.893000             🧑  作者: Mango

代码示例1
Example: 
url : https://www.metaweather.com/api/location/search/?query=london
[
    {
        "title": "London",
        "location_type": "City",
        "woeid": 44418,
        "latt_long": "51.506321,-0.12714"
    }
]