Back to catalog

Met Office DataPoint

API Key

Weather data for the UK

WeatherHTTPS

Met Office DataPoint

UK weather observations and forecasts

LocationLondon, UK
Temperature C11
Weather TypeLight Rain
Wind Speed Mph14
Humidity Percent83

Sample Response

response.json
1{
2 "location": "London, UK",
3 "temperature_c": 11,
4 "weather_type": "Light Rain",
5 "wind_speed_mph": 14,
6 "humidity_percent": 83
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.metoffice.gov.uk/services/data/datapoint/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs