Aircraft ID bug?

Hello, so I was playing around with the Live API for a bit and noticed in the user flight history, the aircraftId seems to be displaying a value of 00000000-0000-0000-0000-000000000000

And I noticed a new modelId in the aircraft endpoint, and it may have been mapped to that

Is this a bug or the API is undergoing an update? Thanks :slight_smile:

/aircraft endpoint

[userId]/flights endpoint

We might remove aircraftId in lieu of liveryId (since this will tell you both livery + aircraft in one go). Ignore modelId, this isn’t relevant in the public API

1 Like

Ah okay, so eventually aircraftId will be phased out

Most likely; we just use liveryId internally as it conveys all the data you need (since you need to look up the reference anyway) and removes a Guid per entry.

1 Like

Great! Thanks so much :slight_smile:

1 Like