Storm Track
Endpoint#
GET /v7/tropical/storm-trackParameters#
Query parameters
-
stormid(required) The storm ID that needs to be queried, StormID can be obtained by Storm List API, e.g.,stormid=NP2018
Request example#
curl -X GET --compressed \
-H 'Authorization: Bearer your_token' \
'https://your-api-host/v7/tropical/storm-track?stormid=NP2018'
Replace your_token and your_api_host with your JWT Authentication and API Host
Response#
{
"code": "200",
"updateTime": "2024-05-30T06:11+00:00",
"fxLink": "https://www.qweather.com",
"isActive": "1",
"now": {
"pubTime": "2024-05-30T05:00+08:00",
"lat": "27.7",
"lon": "134.5",
"type": "STS",
"pressure": "980",
"windSpeed": "30",
"moveSpeed": "21",
"moveDir": "NE",
"move360": "",
"windRadius30": {
"neRadius": "120",
"seRadius": "150",
"swRadius": "120",
"nwRadius": "100"
},
"windRadius50": {
"neRadius": "60",
"seRadius": "60",
"swRadius": "60",
"nwRadius": "50"
}
},
"track": [
{
"time": "2024-05-29T17:00+08:00",
"lat": "26.1",
"lon": "132.5",
"type": "TY",
"pressure": "970",
"windSpeed": "35",
"moveSpeed": "28",
"moveDir": "NE",
"move360": "",
"windRadius30": {
"neRadius": "120",
"seRadius": "150",
"swRadius": "120",
"nwRadius": "100"
},
"windRadius50": {
"neRadius": "60",
"seRadius": "70",
"swRadius": "60",
"nwRadius": "50"
},
"windRadius64": {
"neRadius": "30",
"seRadius": "30",
"swRadius": "30",
"nwRadius": "30"
}
},
{
"time": "2024-05-29T20:00+08:00",
"lat": "26.5",
"lon": "133.2",
"type": "TY",
"pressure": "975",
"windSpeed": "33",
"moveSpeed": "27",
"moveDir": "NE",
"move360": "",
"windRadius30": {
"neRadius": "120",
"seRadius": "150",
"swRadius": "120",
"nwRadius": "100"
},
"windRadius50": {
"neRadius": "60",
"seRadius": "70",
"swRadius": "60",
"nwRadius": "50"
},
"windRadius64": {
"neRadius": "30",
"seRadius": "30",
"swRadius": "30",
"nwRadius": "30"
}
},
{
"time": "2024-05-30T02:00+08:00",
"lat": "27.1",
"lon": "133.9",
"type": "STS",
"pressure": "980",
"windSpeed": "30",
"moveSpeed": "23",
"moveDir": "NE",
"move360": "",
"windRadius30": {
"neRadius": "120",
"seRadius": "150",
"swRadius": "120",
"nwRadius": "100"
},
"windRadius50": {
"neRadius": "60",
"seRadius": "70",
"swRadius": "60",
"nwRadius": "50"
}
}
],
"refer": {
"sources": [
"https://developer.qweather.com/attribution.html"
],
"license": [
"QWeather Developers License"
]
}
}
-
fxLinkuri Responsive web page of this data, for embedded in website or APP -
isActivestring Whether it is an active storm?1= Active and0= Stopped -
nowobject Current tropical cyclone data. May be null when the storm has ended-
pubTimedate-time Original data publication time -
latstring Storm latitude -
lonstring Storm longitude -
typestring Storm type -
pressurestring Center pressure of the storm -
windSpeedstring Maximum wind speed near the strom -
moveSpeedstring Storm moving speed -
moveDirstring Storm moving direction -
move360string Storm movement direction in azimuth degre -
windRadius30object Radius of force 7 winds-
neRadiusstring The northeast wind radius quadrants of the strom with level 7 wind circle, may be null -
seRadiusstring The southeast wind radius quadrants of the strom with level 7 wind circle, may be null -
swRadiusstring The southwest wind radius quadrants of the strom with level 7 wind circle, may be null -
nwRadiusstring The northwest wind radius quadrants of the strom with level 7 wind circle, may be null
-
-
windRadius50object Radius of force 10 winds-
neRadiusstring The northeast wind radius quadrants of the strom with level 10 wind circle, may be null -
seRadiusstring The southeast wind radius quadrants of the strom with level 10 wind circle, may be null -
swRadiusstring The southwest wind radius quadrants of the strom with level 10 wind circle, may be null -
nwRadiusstring The northwest wind radius quadrants of the strom with level 10 wind circle, may be null
-
-
windRadius64object Radius of force 12 winds-
neRadiusstring The northeast wind radius quadrants of the strom with level 12 wind circle, may be null -
seRadiusstring The southeast wind radius quadrants of the strom with level 12 wind circle, may be null -
swRadiusstring The southwest wind radius quadrants of the strom with level 12 wind circle, may be null -
nwRadiusstring The northwest wind radius quadrants of the strom with level 12 wind circle, may be null
-
-
-
trackarray Tropical cyclone track data-
timedate-time Storm information release time -
latstring Storm latitude -
lonstring Storm longitude -
typestring Storm type -
pressurestring Center pressure of the storm -
windSpeedstring Maximum wind speed near the strom -
moveSpeedstring Storm moving speed -
moveDirstring Storm moving direction -
move360string Storm movement direction in azimuth degre -
windRadius30object Radius of force 7 winds-
neRadiusstring The northeast wind radius quadrants of the strom with level 7 wind circle, may be null -
seRadiusstring The southeast wind radius quadrants of the strom with level 7 wind circle, may be null -
swRadiusstring The southwest wind radius quadrants of the strom with level 7 wind circle, may be null -
nwRadiusstring The northwest wind radius quadrants of the strom with level 7 wind circle, may be null
-
-
windRadius50object Radius of force 10 winds-
neRadiusstring The northeast wind radius quadrants of the strom with level 10 wind circle, may be null -
seRadiusstring The southeast wind radius quadrants of the strom with level 10 wind circle, may be null -
swRadiusstring The southwest wind radius quadrants of the strom with level 10 wind circle, may be null -
nwRadiusstring The northwest wind radius quadrants of the strom with level 10 wind circle, may be null
-
-
windRadius64object Radius of force 12 winds-
neRadiusstring The northeast wind radius quadrants of the strom with level 12 wind circle, may be null -
seRadiusstring The southeast wind radius quadrants of the strom with level 12 wind circle, may be null -
swRadiusstring The southwest wind radius quadrants of the strom with level 12 wind circle, may be null -
nwRadiusstring The northwest wind radius quadrants of the strom with level 12 wind circle, may be null
-
-
-
referobject Data sources and licensing information-
sourcesarray Data source and other statements, may be null -
licensearray Data license, may be null
-