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/JsonVariables
      GET
    • /wthr/list/Timesteps
      GET
    • /wthr/list/TileTimesteps
      GET
    • /wthr/svar/NearestGridData
      GET
    • /wthr/svar/InterpolatedData
      GET
    • /wthr/svar/AreaForcast
      GET
    • /wthr/mvar/PointForecast
      POST
    • /wthr/calc/AstroData
      GET
    • /wthr/graf/Meteograms
      GET
    • /wthr/graf/WeatherMaps
      GET
    • /wthr/graf/TileMaps
      GET
  1. customer

/wthr/list/TileTimesteps

GET
weather.openportguide.org/api/wthr/list/TileTimesteps
Last modified:2025-09-28 19:08:49
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

Query Params

Header Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
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":{"Timestamp":"2025-11-02T18:00:00Z","Timestep":12},"6h":{"Timestamp":"2025-11-03T00:00:00Z","Timestep":18},"12h":{"Timestamp":"2025-11-03T06:00:00Z","Timestep":24},"24h":{"Timestamp":"2025-11-03T18:00:00Z","Timestep":36},"36h":{"Timestamp":"2025-11-04T06:00:00Z","Timestep":48},"48h":{"Timestamp":"2025-11-04T18:00:00Z","Timestep":60},"60h":{"Timestamp":"2025-11-05T06:00:00Z","Timestep":72},"72h":{"Timestamp":"2025-11-05T18:00:00Z","Timestep":84}}}}
Modified at 2025-09-28 19:08:49
Previous
/wthr/list/Timesteps
Next
/wthr/svar/NearestGridData
Built with