Find airport by code

Very simple extension to search airports by their IATA codename. Very useful for flight enthusiasts. I use Flightradar.com as resource simply because it’s the most elaborate resource, but feel free to use your own favourite site.

# popclip
name:  IATA Finder
icon:  symbol:airplane.circle.fill
url:  https://www.flightradar24.com/data/airports/***
1 Like

LGW JFK – nice use of the plane symbol!

If you wanna be fancy you can have a regex to filter when it appears:

# popclip
name:  IATA Finder
regex: ^[A-Z]{3,4}$
icon:  symbol:airplane.circle.fill
url:  https://www.flightradar24.com/data/airports/***

(I’m assuming airport symbols are always 3 or 4 letters…)

3 Likes