Dark mode
Weathernews SEA API
API UserID and Password are required to call the SEA API.
API UserID and Password will be provided upon delivery.
Weathernews SEA API is accessible 24 hours a day, 365 days a year. No scheduled maintenance is planned. (This is not the case in the event of an emergency such as a failure, but we will restore the API as quickly as possible.)
Token Issuance
- POST Issues a token in JSON format.
Description:uid and password will be created when the trial phase has begun.
Request Body
Content-Type: application/x-www-form-urlencoded
| Name | Type | Required | Description |
|---|---|---|---|
| uid | string | Yes | User ID |
| password | string | Yes | Password |
Curl
bash
curl --location 'https://sea-api.wni.com/api/auth.json' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'uid=YOUR_UID' \
--data-urlencode 'password=YOUR_PASSWORD'