OSCAR/Surface REST API

The OSCAR/Surface REST API provides programmatic access to the WMO Observing Systems Capability Analysis and Review tool for surface-based stations. The public GET endpoints enable search and retrieval of station metadata records in JSON format covering WIGOS station identifiers, station locations, observation variables, and operational status. The search station endpoint supports pagination with up to 50,000 station records per query. Authentication tokens are required for write (POST/XML upload) operations but not for read access.

API entry from apis.yml

apis.yml Raw ↑
aid: wmo:oscar-surface-api
name: OSCAR/Surface REST API
tags:
- Observations
- Weather Stations
- WIGOS
- Metadata
humanURL: https://oscar.wmo.int/surface/
baseURL: https://oscar.wmo.int/surface/rest/api
properties:
- url: https://oscar.wmo.int/surface/
  type: Documentation
- url: https://oscar.wmo.int/surface/rest/api?_wadl
  type: WADL
description: The OSCAR/Surface REST API provides programmatic access to the WMO Observing Systems Capability
  Analysis and Review tool for surface-based stations. The public GET endpoints enable search and retrieval
  of station metadata records in JSON format covering WIGOS station identifiers, station locations, observation
  variables, and operational status. The search station endpoint supports pagination with up to 50,000
  station records per query. Authentication tokens are required for write (POST/XML upload) operations
  but not for read access.