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

/

GET
weather.openportguide.org/api/
Last modified:2024-06-16 10:58:47
Maintainer:tkws
OperationId:read_main__get

Description#

The API endpoint "/" outputs a welcome message and a reference to the available documentation.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'weather.openportguide.org/api/' \
--header 'Host: {{BASE_URL}}'
Response Response Example
{"message":"This Weather API allows you to retrieve exactly the weather information your application needs! For more information please visit https://apidog.com/apidoc/shared-946d96de-b293-495c-9f9f-35c8eb03bb9e/api-7936547, https://{{Base_URL}}/docs or https://{{Base_URL}}/redoc"}

Request

Header Params

Responses

🟢200Success
application/json
Body

Modified at 2024-06-16 10:58:47
Previous
Weather API - weatherTiles - timesteps
Next
/wthr/list/ForecastModels
Built with