Stations
get/stations/{stationId}/observations
Returns a list of observations for a given station
Path parameters
- Name
start
- Type
- string
- Description
Start time
- Name
end
- Type
- string
- Description
End time
- Name
limit
- Type
- integer
- Description
Limit
get/stations/{stationId}/observations/latest
Returns the latest observation for a station
Path parameters
- Name
require_qc
- Type
- boolean
- Description
Require QC
get/stations/{stationId}/observations/{time}
Returns a single observation.
Path parameters
- Name
time
- Type
- string
- Required
- Description
Timestamp of requested observation
get/stations/{stationId}/tafs
Returns Terminal Aerodrome Forecasts for the specified airport station.
Path parameters
- Name
stationId
- Type
- string
- Required
- Description
Observation station ID
get/stations/{stationId}/tafs/{date}/{time}
Returns a single Terminal Aerodrome Forecast.
Path parameters
- Name
stationId
- Type
- string
- Required
- Description
Observation station ID
- Name
date
- Type
- string
- Required
- Description
Date (YYYY-MM-DD format)
- Name
time
- Type
- string
- Required
- Description
Time (HHMM format). This time is always specified in UTC (Zulu) time.
get/stations
Returns a list of observation stations.
Path parameters
- Name
id
- Type
- array
- Description
Filter by observation station ID
- Name
state
- Type
- array
- Description
Filter by state/marine area code
- Name
limit
- Type
- integer
- Description
Limit
- Name
cursor
- Type
- string
- Description
Pagination cursor
get/stations/{stationId}
Returns metadata about a given observation station