https://api.codetabs.com/v1/weather/
format=xml .
GET https://api.codetabs.com/v1/weather
https://api.codetabs.com/v1/weather
https://api.codetabs.com/v1/weather?format=xml
{
"city": "paris",
"country": "FR",
"lat": "48.8600",
"lon": "2.3500",
"tempC": 21.62,
"tempF": 53.62,
}
GET https://api.codetabs.com/v1/weather?city=paris
https://api.codetabs.com/v1/weather?city=london
https://api.codetabs.com/v1/weather?city=london&format=xml
{
"city ": "london ",
"country ": "GB ",
"lat ": "51.5100 ",
"lon ": "-0.1300 ",
"tempC ": "9.18 ",
"tempF ": "48.52 "
}