Weather API
  1. customer
Weather API
  • customer
    • Weather API - General Information
    • Weather API - Variables
    • Weather API - Timesteps
    • Weather API - /wthr/ endpoints usability improvements
    • Weather API - VariableAlias.json
    • Weather API - WeatherVariablesDefaults.json
    • Weather API - weatherMap - parameters
    • Weather API - weatherTiles - general, zoom
    • Weather API - weatherTiles - weather variables
    • Weather API - weatherTiles - timesteps
    • /
      GET
    • /wthr/list/ForecastModels
      GET
    • /wthr/list/WeatherVariables
      GET
    • /wthr/list/Timesteps
      GET
    • /wthr/list/TileTimesteps
      GET
    • /wthr/svar/NearestGridData
      GET
    • /wthr/svar/InterpolatedData
      GET
    • /wthr/svar/AreaForcast
      GET
    • /wthr/mvar/PointForcast
      POST
    • /wthr/calc/AstroData
      GET
    • /wthr/graphic/Meteogram
      GET
    • /wthr/graphic/WeatherMap
      GET
    • /wthr/graphic/Tile
      GET
  1. customer

/wthr/list/TileTimesteps

GET
weather.openportguide.org/api/wthr/list/TileTimesteps
Last modified:2025-06-24 15:37:05
Maintainer:tkws
OperationId:wthr_list_Timesteps
 

Description#

The API endpoint "/wthr/list/TileTimesteps" lists all currently available timesteps for the endpoint /wthr/grafic/Tile and the corresponding utc time stamps. A detailed description of the timesteps can be found at Page Weather API - weatherTiles - timesteps.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'weather.openportguide.org/api/wthr/list/TileTimesteps?apiKey={{api-key}}' \
--header 'Host: {{BASE_URL}}'
Response Response Example
200 - Success
{"metadata":{"serviceProvider":"weather.openportguide.org","originatingCenter":"US National Weather Service - NCEP (WMC)","UsedTokens":1},"data":{"tileTimesetps":{"0h":"2025-06-25T18:00:00Z","6h":"2025-06-26T00:00:00Z","12h":"2025-06-26T06:00:00Z","24h":"2025-06-26T18:00:00Z","36h":"2025-06-27T06:00:00Z","48h":"2025-06-27T18:00:00Z","60h":"2025-06-28T06:00:00Z","72h":"2025-06-28T18:00:00Z"}}}

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
Modified at 2025-06-24 15:37:05
Previous
/wthr/list/Timesteps
Next
/wthr/svar/NearestGridData
Built with