Wunderground: Search Nearby Stations
Wunderground via Parse · weather
Search for nearby weather stations within a configurable radius of one or more input locations. Accepts lat/lon coordinates or station IDs (ICAO or PWS). Returns all matching stations sorted by distance, deduplicated across multiple inputs, with each station listing all input locations it is near. The upstream API returns up to 10 nearest stations per product type per input location. When station_type is 'official', only professionally operated stations (METAR, SYNOP, airport with ICAO code) are returned. Real-time weather conditions, forecasts, and historical observations from Weather Underground for personal weather stations and airport stations worldwide. Fulfilled by Parse from wunderground.com.
- government-public
- maps-geo
- parse
- platform-key
- weather
- wunderground
- wunderground-com
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/4645f09c-8fa2-4177-b560-e0c577209ea0/search_nearby_stations
- Interface artifact
- sha256:ef708f7cb41150acae846cabe53f455588c3648516ccbc4242e4c56f23bece81
- Manifest digest
- sha256:18674e9c54b2d1d593beee3592e5668fbacc98bf2ee8c26723a34f9f3338712d
Request fields
- locations (string, required): JSON array of input location objects. Each object has either lat/lon (e.g. {"lat":51.5,"lon":-0.12}) or station_id (e.g. {"station_id":"KJFK"}). ICAO codes and PWS IDs are supported.
- radius_km (number): Search radius in kilometres. Stations beyond this distance are excluded.
- station_type (string): Filter by station type. Set to 'official' to return only professionally operated stations (airport, METAR, SYNOP). When omitted, all station types are returned including personal weather stations.
Example queries
- {"locations":"[{\"lat\":51.5074,\"lon\":-0.1278}]","radius_km":"50","station_type":"official"}