Hi, I'd like to know what is the response model from the radar end-point: `https://precipitation-forecast.weather.mg/search?locatedAt=%(lat)s,%(lng)s` Should be something like this? ```json { "imageUrl": "http://api.weather.mg/radar/%(lat)s/%(lng)s/precipitation-radar-map.gif" } ```
Hi,
I'd like to know what is the response model from the radar end-point:
https://precipitation-forecast.weather.mg/search?locatedAt=%(lat)s,%(lng)sShould be something like this?
{ "imageUrl": "http://api.weather.mg/radar/%(lat)s/%(lng)s/precipitation-radar-map.gif" }