### Stormglass API Base Endpoint Source: https://docs.stormglass.io/ The base endpoint for the Stormglass API. All requests should be made to this URL. ```APIDOC ## GET /v2 ### Description This is the base endpoint for the Stormglass API. It is used to initiate requests for weather data. ### Method GET ### Endpoint https://api.stormglass.io/v2 ### Parameters This endpoint does not have any specific parameters listed in the provided documentation. ### Request Example No specific request example is provided for the base endpoint. ### Response #### Success Response (200) - **data** (object) - Contains the weather data. #### Response Example ```json { "data": { ... } } ``` ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.