It seems like the API only returns information about a single point, but I would like information about multiple points - say 100 points - or even a grid. It seems overly expensive to make 100 API calls. Can you guys add the ability to get multiple results in a single API call?
For example, an array:
[ {"lat":... "lon": ...}, {"lat":... "lon": ...}, ... ]
or a grid:
"region": { "minLat": 41, "maxLat": 42, "minLon": 120, "maxLon": 122, "interval": 0.1 }