Hey nlavri,
we just released new API features a few days ago and did not yet get to update the API documentation. Sry for the confusion! In fact the features are so new not even out web frontend shows the data yet!
The following list describes the updated state vectors:
* [
* 0 icao24: string,
* 1 callsign: string (nullable),
* 2 originCountry: string,
* 3 lastPositionUpdate: int (nullable),
* 4 lastContact: int,
* 5 longitude: float #.#### (nullable),
* 6 latitude: float #.#### (nullable),
* 7 baroAltitude: float #.## (nullable),
* 8 isOnGround: bool,
* 9 velocityOverGround: float #.## (nullable),
* 10 heading: float #.## (nullable),
* 11 verticalRate: float #.## (nullable),
* 12 sensorSerials: Array[int] (nullable),
* 13 geoAltitude: float #.## (nullable),
* 14 squawk: string (nullable),
* 15 isAlert: bool,
* 16 isSpi: bool,
* 17 positionSource: int 0 for ADS-B, 1 for Asterix, 2 for MLAT
* ]
Detailed documentation will follow as soon as possible!
Cheers,
Marco