Metoffice: Get Spot Forecast
Metoffice via Parse · weather
Retrieve spot forecast data for map layers (temperature, wind, symbols, etc.) within a geographic bounding box. Returns forecast data points for named locations within the area. A comprehensive weather and climate API for the UK, providing detailed forecasts, real-time lightning data, storm information, and weather warnings from the Met Office. Fulfilled by Parse from metoffice.gov.uk.
- government-public
- maps-geo
- metoffice
- metoffice-gov-uk
- parse
- platform-key
- weather
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- weather
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f3476396-f4c9-4c00-8861-ee4d7559ab32/get_spot_forecast
- Interface artifact
- sha256:8d4f5f9a6182333f5b150d2d9adcfad9210dfebabdf82acbc0f9edf5779f59c7
- Manifest digest
- sha256:1499983005e567479f3f83035559c0a9a7cb9e3bbb3abdbc044d1c4bf2c166fa
Request fields
- bbox (string): Bounding box as 'minLon,minLat,maxLon,maxLat' covering the geographic area of interest.
- zoom (integer): Map zoom level (integer, higher values show more detail).: Allowed values: 5, 7, 9
- layers (string): Forecast layer to retrieve. Known values: 'symbol', 'temperature', 'wind'.: Allowed values: symbol, temperature, wind
Example queries
- {"bbox":"-10,48,2,62","zoom":"5","layers":"symbol"}