Storm Track

Platform: API iOS Android

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

Interface code (Enum) Interface Class
INQUIRE_TYPE_STORM_TRACK Real-time storm data and storm track data StormNowTrackBaseClass

Request Parameters

If no optional parameters are set, the default value will be used.

  • stormid(required)The storm ID that needs to be queried, StormID can be obtained by Storm List, e.g., stormid=NP2018
  • appKey(required)API authentication key, please refer to How To Get Your Key. For example: appKey=12334567890ABC

Sample Code

    QWeatherConfigInstance.publicID = @"publicID";
    QWeatherConfigInstance.appKey = @"key";
    QWeatherConfigInstance.appType = APP_TYPE_BIZ;    
    QWeatherConfigInstance.stormID = @"NP_2102";
    [QWeatherConfigInstance weatherWithInquireType: INQUIRE_TYPE_STORM_TRACK WithSuccess:^(StormNowTrackBaseClass  *responseObject) {
        
        NSLog(@"描述->%@",[responseObject description]);
        
    } faileureForError:^(NSError *error) {
        NSLog(@"error->%@",error);
        
    }];

Response

  • code See Status Code
  • updateTime API last update time
  • fxLink Responsive web page of this data, for embedded in website or APP
  • isActive Whether it is an active storm? 1 = Active and 0 = Stopped
  • now.pubTime The data release time from the data source
  • now.lat Storm latitude
  • now.lon Storm longitude
  • now.type Storm type
  • now.pressure Center pressure of the storm
  • now.windSpeed Maximum wind speed near the strom
  • now.moveSpeed Storm moving speed
  • now.moveDir Storm moving direction
  • now.move360 Storm movement direction in azimuth degre
  • now.windRadius30.neRadius The northeast wind radius quadrants of the strom with level 7 wind circle, may be null
  • now.windRadius30.seRadius The southeast wind radius quadrants of the strom with level 7 wind circle, may be null
  • now.windRadius30.swRadius The southwest wind radius quadrants of the strom with level 7 wind circle, may be null
  • now.windRadius30.nwRadius The northwest wind radius quadrants of the strom with level 7 wind circle, may be null
  • now.windRadius50.neRadius The northeast wind radius quadrants of the strom with level 10 wind circle, may be null
  • now.windRadius50.seRadius The southeast wind radius quadrants of the strom with level 10 wind circle, may be null
  • now.windRadius50.swRadius The southwest wind radius quadrants of the strom with level 10 wind circle, may be null
  • now.windRadius50.nwRadius The northwest wind radius quadrants of the strom with level 10 wind circle, may be null
  • now.windRadius64.neRadius The northeast wind radius quadrants of the strom with level 12 wind circle, may be null
  • now.windRadius64.seRadius The southeast wind radius quadrants of the strom with level 12 wind circle, may be null
  • now.windRadius64.swRadius The southwest wind radius quadrants of the strom with level 12 wind circle, may be null
  • now.windRadius64.nwRadius The northwest wind radius quadrants of the strom with level 12 wind circle, may be null
  • track.time Storm information release time
  • track.lat Storm latitude
  • track.lon Storm longitude
  • track.type Storm type
  • track.pressure Center pressure of the storm
  • track.windSpeed Maximum wind speed near the strom
  • track.moveSpeed Storm moving speed
  • track.moveDir Storm moving direction
  • track.move360 Storm movement direction in azimuth degre
  • track.windRadius30.neRadius The northeast wind radius quadrants of the strom with level 7 wind circle, may be null
  • track.windRadius30.seRadius The southeast wind radius quadrants of the strom with level 7 wind circle, may be null
  • track.windRadius30.swRadius The southwest wind radius quadrants of the strom with level 7 wind circle, may be null
  • track.windRadius30.nwRadius The northwest wind radius quadrants of the strom with level 7 wind circle, may be null
  • track.windRadius50.neRadius The northeast wind radius quadrants of the strom with level 10 wind circle, may be null
  • track.windRadius50.seRadius The southeast wind radius quadrants of the strom with level 10 wind circle, may be null
  • track.windRadius50.swRadius The southwest wind radius quadrants of the strom with level 10 wind circle, may be null
  • track.windRadius50.nwRadius The northwest wind radius quadrants of the strom with level 10 wind circle, may be null
  • track.windRadius64.neRadius The northeast wind radius quadrants of the strom with level 12 wind circle, may be null
  • track.windRadius64.seRadius The southeast wind radius quadrants of the strom with level 12 wind circle, may be null
  • track.windRadius64.swRadius The southwest wind radius quadrants of the strom with level 12 wind circle, may be null
  • track.windRadius64.nwRadius The northwest wind radius quadrants of the strom with level 12 wind circle, may be null
  • refer.sources Data source and other statements, may be null
  • refer.license Data license, may be null

Typhoon level

GBT 19201-2006

Tropical cyclone level Maximum average wind speed near the bottom center (m/s) Maximum wind near the bottom center (level)
Tropical pressure (TD) 10.8-17.1 6-7
Tropical Storm (TS) 17.2-24.4 8-9
Severe Tropical Storm (STS) 24.5-32.6 10-11
Typhoon (TY) 32.7-41.4 12-13
Severe Typhoon (STY) 41.5-50.9 14-15
Super Typhoon (SuperTY) ≥51.0 16 or above