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/graphic/Tile

GET
weather.openportguide.org/api/wthr/graphic/Tile
Last modified:2025-06-25 19:29:36
Maintainer:tkws
OperationId:wthr_graphic_tile
The detailed description of the weather tiles had to be stored in three separate pages due to the amount of information.
Please have a look at the following pages:
Weather API - weather Tiles - general, zoom
Weather API - weather Tiles - weather variables
Weather API - weather Tiles - timesteps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'weather.openportguide.org/api/wthr/graphic/Tile?var=windStream&zoom=5&X=15&Y=11&timestep=0h&apiKey={{api-key}}' \
--header 'Host: {{BASE_URL}}'
Response Response Example
200 - Success
image.png

Request

Query Params

Header Params

Responses

🟢200OK
application/octet-stream
Body

🟠401Unauthorized
Modified at 2025-06-25 19:29:36
Previous
/wthr/graphic/WeatherMap
Built with