Storm Track

Get the tropical cyclones location, level, pressure, windspeed, and track path of active storm in major ocean basins around the world.

Endpoint#

GET /v7/tropical/storm-track

Parameters#

Query parameters

  • stormid required
    string
    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

Try it

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"
    ]
  }
}
  • code
    string
  • updateTime
    date-time
  • fxLink
    uri
    Responsive web page of this data, for embedded in website or APP
  • isActive
    string
    Whether it is an active storm? 1 = Active and 0 = Stopped
  • now
    object
    Latest tropical cyclone data; may be null after the storm has ended
    • pubTime
      date-time
      Original data publication time
    • lat
      string
      Storm latitude
    • lon
      string
      Storm longitude
    • type
      string
      Storm type
    • pressure
      string
      Center pressure of the storm
    • windSpeed
      string
      Maximum wind speed near the strom
    • moveSpeed
      string
      Storm moving speed
    • moveDir
      string
      Storm moving direction
    • move360
      string
      Storm movement direction in azimuth degre
    • windRadius30
      object
      Radius of force 7 winds
      • neRadius
        string
        The northeast wind radius quadrants of the strom with level 7 wind circle, may be null
      • seRadius
        string
        The southeast wind radius quadrants of the strom with level 7 wind circle, may be null
      • swRadius
        string
        The southwest wind radius quadrants of the strom with level 7 wind circle, may be null
      • nwRadius
        string
        The northwest wind radius quadrants of the strom with level 7 wind circle, may be null
    • windRadius50
      object
      Radius of force 10 winds
      • neRadius
        string
        The northeast wind radius quadrants of the strom with level 10 wind circle, may be null
      • seRadius
        string
        The southeast wind radius quadrants of the strom with level 10 wind circle, may be null
      • swRadius
        string
        The southwest wind radius quadrants of the strom with level 10 wind circle, may be null
      • nwRadius
        string
        The northwest wind radius quadrants of the strom with level 10 wind circle, may be null
    • windRadius64
      object
      Radius of force 12 winds
      • neRadius
        string
        The northeast wind radius quadrants of the strom with level 12 wind circle, may be null
      • seRadius
        string
        The southeast wind radius quadrants of the strom with level 12 wind circle, may be null
      • swRadius
        string
        The southwest wind radius quadrants of the strom with level 12 wind circle, may be null
      • nwRadius
        string
        The northwest wind radius quadrants of the strom with level 12 wind circle, may be null
  • track
    array
    Tropical cyclone track data
    • time
      date-time
      Storm information release time
    • lat
      string
      Storm latitude
    • lon
      string
      Storm longitude
    • type
      string
      Storm type
    • pressure
      string
      Center pressure of the storm
    • windSpeed
      string
      Maximum wind speed near the strom
    • moveSpeed
      string
      Storm moving speed
    • moveDir
      string
      Storm moving direction
    • move360
      string
      Storm movement direction in azimuth degre
    • windRadius30
      object
      Radius of force 7 winds
      • neRadius
        string
        The northeast wind radius quadrants of the strom with level 7 wind circle, may be null
      • seRadius
        string
        The southeast wind radius quadrants of the strom with level 7 wind circle, may be null
      • swRadius
        string
        The southwest wind radius quadrants of the strom with level 7 wind circle, may be null
      • nwRadius
        string
        The northwest wind radius quadrants of the strom with level 7 wind circle, may be null
    • windRadius50
      object
      Radius of force 10 winds
      • neRadius
        string
        The northeast wind radius quadrants of the strom with level 10 wind circle, may be null
      • seRadius
        string
        The southeast wind radius quadrants of the strom with level 10 wind circle, may be null
      • swRadius
        string
        The southwest wind radius quadrants of the strom with level 10 wind circle, may be null
      • nwRadius
        string
        The northwest wind radius quadrants of the strom with level 10 wind circle, may be null
    • windRadius64
      object
      Radius of force 12 winds
      • neRadius
        string
        The northeast wind radius quadrants of the strom with level 12 wind circle, may be null
      • seRadius
        string
        The southeast wind radius quadrants of the strom with level 12 wind circle, may be null
      • swRadius
        string
        The southwest wind radius quadrants of the strom with level 12 wind circle, may be null
      • nwRadius
        string
        The northwest wind radius quadrants of the strom with level 12 wind circle, may be null
  • refer
    object
    Data sources and licensing information
    • sources
      array
      Data source and other statements, may be null
    • license
      array
      Data license, may be null