adsbdb icon indicating copy to clipboard operation
adsbdb copied to clipboard

[BUG] Callsign fetching only works with icao callsign

Open cyteon opened this issue 6 months ago • 1 comments

Describe the bug When trying to fetch a IATA callsign "MU1689", it does not return any results. But when trying to fetch the ICAO callsign "CES1689", it returns the data, along with a property callsign_iata which has the callsign above

To Reproduce Steps to reproduce the behavior:

  1. Go to https://api.adsbdb.com/v0/callsign/MU1689, notice it not working
  2. Go to https://api.adsbdb.com/v0/callsign/CES1689, notice it working cause its the ICAO instead of IATA

Expected behavior I expect both IATA and ICAO to work.

Screenshots

IATA callsign does not work: Image

ICAO callsign works, and has IATA callsign in data Image

Desktop (please complete the following information):

  • OS: Linux 6.15.9-106.bazzite.fc42.x86_64

cyteon avatar Aug 19 '25 17:08 cyteon

Is this still the case? I can't get it to replicate, both the ICAO and IATA links seem to work?

The 0.5.0 release has an updated IATA query

mrjackwills avatar Oct 13 '25 22:10 mrjackwills