This API provides comprehensive weather forecasts and flood risk assessments with unlimited requests and automatic proxy rotation.
URL: POST /analyze
Description: Get weather forecasts and flood risk assessments for multiple locations.
{
"pois": [
{
"POI ID": "unique_identifier",
"Latitude": 51.5074,
"Longitude": -0.1278
}
]
}
URL: POST /historical
Description: Get historical weather data for multiple locations.
{
"pois": [
{
"POI ID": "unique_identifier",
"Latitude": 51.5074,
"Longitude": -0.1278
}
],
"start_date": "2023-01-01",
"end_date": "2023-01-07"
}
Both endpoints return an array of detailed weather records with hourly granularity.
The API uses a robust error handling system with automatic retries. Any failed requests will be automatically retried with different proxies.