Live Football Weather Intelligence

Know before
you go.

Real-time pitch conditions, fixture forecasts, travel estimates and kit recommendations for grassroots football clubs across the UK.

5
Intelligence endpoints
UK
Postcode travel routing
5-day
Fixture forecasting
Free
Tier available

Pitch Conditions

Get a live playability score for any UK location. Updated in real time.

Fixture Forecast

Check the likelihood of your fixture going ahead. Up to 5 days in advance.

Travel Calculator

Calculate distance, drive time and travel costs for away fixtures between any two UK postcodes.

Kit Recommender

Get layering recommendations for players, goalkeepers and staff based on forecast conditions.

Developer Documentation

All endpoints available via RapidAPI. Authenticate with your X-RapidAPI-Key header.

GET /pitch-conditions Live pitch playability score

Returns a 0-100 pitch score with classification and recommendation. Updated in real time.

GET /pitch-conditions?location=Southampton { "location": "Southampton", "pitch_score": 95, "classification": "Excellent", "recommendation": "Perfect conditions. Play on.", "conditions": { "temp_c": 9.0, "rainfall_1h_mm": 0, "wind_speed_ms": 2.1, "humidity_pct": 72 } }
GET /fixture-forecast 5-day fixture weather forecast

Returns hourly forecast for a fixture date with likelihood to play percentage.

GET /fixture-forecast?location=Southampton&date=2026-03-21 { "likelihood_to_play": "High", "confidence_pct": 95, "advice": "Fixture likely to go ahead.", "hourly_breakdown": [ ... ] }
GET /travel-estimate Away fixture travel costs

Returns distance, drive time and fuel/minibus/coach cost estimates between two UK postcodes.

GET /travel-estimate?from_postcode=SO16 9JQ&to_postcode=PO1 1HH&players=15 { "distance_miles": 27.5, "estimated_drive_time_mins": 37, "cost_estimates": { "car_fuel_cost": "£4.53", "minibus_hire": "£68.75" } }
GET /kit-recommend Match day kit recommendations

Returns layering recommendations for players, goalkeepers and staff based on forecast conditions.

GET /kit-recommend?location=Southampton&date=2026-03-21&time=15:00 { "kit_recommendations": { "players": { "base_layer": "Long sleeve thermal base layer", "boots": "Firm Ground (FG)", "gloves": "Recommended" } } }
GET /weather-impact Regional disruption statistics

Returns historical weather disruption rates by UK region and month. Plan your fixture schedule around the data.

GET /weather-impact?region=South East&month=Jan { "region": "South East", "month": "Jan", "disruption_rate_pct": 18, "risk_level": "Medium", "best_months": ["Aug"], "worst_months": ["Dec"] }
Ready to integrate?
Free tier available — 100 requests/month. No credit card required.
Get API Key →