# AIP:Aero - full index > AIP:Aero simplifies the search for official Aeronautical Information Publications (AIPs), approach charts and airport data for private pilots (VFR and IFR) in 62 countries across Europe, the Caucasus, Central Asia and beyond. Every chart link points to the official national AIP publication; airport pages add decoded METAR/TAF weather, runways, frequencies, sunrise/sunset, customs and border-crossing information. Important notes: - All aeronautical data is linked from the official national AIP sources, not republished. Always check the official publication before flight. - Airport detail pages follow the pattern `https://aip.aero///?` (for example https://aip.aero/de/vfr/?EDDF), where `` is one of vfr, ifr, heliports, military or aeroports depending on the country. - Every country is available in its native language and in English (`https://aip.aero//en/`); Australia, Ireland, Malta, Namibia, New Zealand, South Africa and the United Kingdom are English-only. - AIP:Aero is a free installable web app (PWA) with offline country packs - no account needed. ## Agent tools (WebMCP) Every aip.aero page registers read-only WebMCP tools (`navigator.modelContext`) in browsers that support the standard. They return the site's own source-stamped data - raw METAR/TAF and NOTAM text verbatim, all times UTC, the current AIRAC edition - plus the canonical aip.aero detail-page link, so an answer can cite the page instead of guessing. No tool changes anything, and none needs an account or key. - `search_airports(query, country?)`: find aerodromes by name or ICAO code, with their detail-page URLs - `get_airport(icao)`: coordinates, longest-runway hint and detail link of one aerodrome - `nearby_airports(lat, lon, radiusKm?)`: aerodromes around a position, across borders - `get_weather(icao)`: current METAR and TAF - `get_notams(icao)`: current NOTAMs, raw ICAO text verbatim - `list_saved_airports()` / `list_recent_airports()`: the visitor's offline-saved and recently viewed fields (stored in their own browser only) - `open_airport(slug, country, type, section?)`: the detail-page URL; `section` (notams, briefing, faq, facts) appends the in-page anchor of that box - `prepare_briefing(dep, dest?, altn?, tasKt?)`: the departure's detail-page link that opens its briefing panel with the route already filled in (nav log, route map, winds aloft, terrain/airspace profile, PDF briefing by e-mail); it never sends anything - the pilot reviews and requests the briefing on the page - `list_pages()` / `open_page(page)`: the current country's overview pages (airport list, fuel prices, fly-in restaurants, landing fees, border crossing, VFR-weather reliability), where available All ICAO inputs are 4-letter ICAO location indicators (case-insensitive, e.g. `EDNY`), never aerodrome names; a malformed code is answered with an explicit `error` (HTTP 400 on the endpoints below), never with an empty result - resolve a name with `search_airports` first. Without a WebMCP browser, the same data is reachable over the public JSON endpoints the tools wrap (no key; unversioned website endpoints - for a stable integration use the key-gated `/api/v1/*` API below): - `GET https://aip.aero/api/airport-search?q=&country=`: up to a few matches (`country` optional); build each result's detail link as `https://aip.aero///?`, where `` is the result's lowercased `country` and `` its `type` mapped vfr -> vfr, ifr -> ifr, heliport -> heliports, mil -> military, aeroport -> aeroports - `GET https://aip.aero/api/airport-weather?icao=`: METAR and TAF (a field without its own station gets the nearest one; `null` when no report is available) - `GET https://aip.aero/api/airport-notams?icao=`: current NOTAMs. `"ok": false` means the NOTAMs could not be read - it is NOT a field without NOTAMs; only `"ok": true` with an empty list is. - Route briefing hand-off (what `prepare_briefing` returns): append `#briefing?dest=&altn=&tas=` (each part optional) to the DEPARTURE's detail link, e.g. `https://aip.aero/de/vfr/?EDNY#briefing?dest=EDDS&tas=110`; the page opens its briefing panel with that route filled in This is informational data for flight preparation, not an official pre-flight briefing: always confirm against the official AIP and NOTAM source. ## Data API AIP:Aero offers a read-only JSON API for EFB / flight-planning integration partners (shared-key gated, request a key via https://aip.aero/contact/): - `GET https://aip.aero/api/v1/countries` - every live country with its page types, aerodrome count, AIRAC edition and last crawl timestamp. - `GET https://aip.aero/api/v1/airports/{country}` - a live country's aerodrome index: icao, title, type, slug, url, pdfUrl. - `GET https://aip.aero/api/v1/airport/{ICAO}` - one aerodrome: the AIP/chart links (url, pdfUrl, full captured charts), the country's AIRAC edition, merged with its facts (coordinates, elevation, runways, frequencies, structured opening hours, fuel, PPR, customs, provenance). - `GET https://aip.aero/api/v1/notams/{ICAO}` - the field's current NOTAMs (FAA NMS-API sourced, raw ICAO text verbatim, all times UTC). - `GET https://aip.aero/api/v1/weather/{ICAO}` - current METAR (raw + decoded + flight category) and TAF (NOAA / Aviation Weather Center). ## Countries ### Albania - Pages: https://aip.aero/al/ (native), https://aip.aero/al/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/al/aeroportet-shqiperi/ - Official AIP source: Albcontrol (Shqipëri) - https://www.albcontrol.al ### Armenia - Pages: https://aip.aero/am/ (native), https://aip.aero/am/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/am/odanavakayanner-hayastan/ - Official AIP source: ARMATS (Հայաստան) - https://armats.am ### Australia - Pages: https://aip.aero/au/ - Chart types: VFR airfields, IFR airports and military aerodromes - Airport list: https://aip.aero/au/airport-list-australia/ - Official AIP source: Airservices Australia - https://www.airservicesaustralia.com/aip/aip.asp ### Austria - Pages: https://aip.aero/at/ (native), https://aip.aero/at/en/ (English) - Chart types: VFR airfields, heliports and military aerodromes - Airport list: https://aip.aero/at/flughafen-liste-oesterreich/ - Official AIP source: Austro Control (Österreich) - https://eaip.austrocontrol.at ### Azerbaijan - Pages: https://aip.aero/az/ (native), https://aip.aero/az/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/az/hava-limanlari-azerbaycan/ - Official AIP source: AZANS / State Civil Aviation Agency (Azərbaycan) - https://www.caa.gov.az ### Belarus - Pages: https://aip.aero/by/ (native), https://aip.aero/by/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/by/pieralik-aeraportau-bielarus/ - Official AIP source: Belaeronavigatsia (Беларусь) - https://www.ban.by ### Belgium & Luxembourg - Pages: https://aip.aero/be/ (native), https://aip.aero/be/en/ (English) - Chart types: VFR airfields, IFR airports, heliports and military aerodromes - Airport list: https://aip.aero/be/airport-list-belgium/ - Official AIP source: skeyes (Belgium & Luxembourg) - https://ops.skeyes.be ### Bosnia and Herzegovina - Pages: https://aip.aero/ba/ (native), https://aip.aero/ba/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/ba/lista-aerodroma-bih/ - Official AIP source: BHANSA (Bosna i Hercegovina) - https://eaip.bhansa.gov.ba ### Bulgaria - Pages: https://aip.aero/bg/ (native), https://aip.aero/bg/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/bg/letishta-balgariya/ - Official AIP source: BULATSA (България) - https://www.bulatsa.com ### Croatia - Pages: https://aip.aero/hr/ (native), https://aip.aero/hr/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/hr/popis-zracnih-luka-hrvatska/ - Official AIP source: Croatia Control (Hrvatska) - https://www.crocontrol.hr ### Cyprus - Pages: https://aip.aero/cy/ (native), https://aip.aero/cy/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/cy/aerolimenes-kypros/ - Official AIP source: DCA Cyprus (Κύπρος) - http://vfrmanual.dca.mcw.gov.cy ### Czechia - Pages: https://aip.aero/cz/ (native), https://aip.aero/cz/en/ (English) - Chart types: VFR airfields, IFR airports, heliports and military aerodromes - Airport list: https://aip.aero/cz/letiste-cesko/ - Official AIP source: ANS CR (Česko) - https://aim.rlp.cz ### Denmark - Pages: https://aip.aero/dk/ (native), https://aip.aero/dk/en/ (English) - Chart types: VFR airfields, heliports and military aerodromes - Airport list: https://aip.aero/dk/flyvepladser-danmark/ - Official AIP source: Naviair (Danmark) - https://aim.naviair.dk ### Estonia - Pages: https://aip.aero/ee/ (native), https://aip.aero/ee/en/ (English) - Chart types: VFR airfields and military aerodromes - Airport list: https://aip.aero/ee/lennuvaljade-nimekiri-eesti/ - Official AIP source: EANS (Eesti) - https://eaip.eans.ee ### Finland - Pages: https://aip.aero/fi/ (native), https://aip.aero/fi/en/ (English) - Chart types: VFR airfields, heliports and military aerodromes - Airport list: https://aip.aero/fi/lentopaikat-suomi/ - Official AIP source: Fintraffic ANS (Suomi) - https://www.ais.fi ### France - Pages: https://aip.aero/fr/ (native), https://aip.aero/fr/en/ (English) - Chart types: aeroports, heliports and military aerodromes - Airport list: https://aip.aero/fr/liste-des-aeroports-francais/ - Official AIP source: SIA - Service de l'Information Aéronautique (France) - https://www.sia.aviation-civile.gouv.fr ### French Guiana - Pages: https://aip.aero/gf/ (native), https://aip.aero/gf/en/ (English) - Chart types: VFR airfields and heliports - Airport list: https://aip.aero/gf/liste-des-aeroports-guyane/ - Official AIP source: SIA - eAIP CAR-SAM-NAM (Guyane) - https://www.sia.aviation-civile.gouv.fr ### French Polynesia - Pages: https://aip.aero/pf/ (native), https://aip.aero/pf/en/ (English) - Chart types: VFR airfields and heliports - Airport list: https://aip.aero/pf/liste-des-aeroports-polynesie-francaise/ - Official AIP source: SIA - eAIP PAC-P (Polynésie française) - https://www.sia.aviation-civile.gouv.fr ### Georgia - Pages: https://aip.aero/ge/ (native), https://aip.aero/ge/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/ge/aeroportebi-sakartvelo/ - Official AIP source: Sakaeronavigatsia (საქართველო) - https://airnav.ge ### Germany - Pages: https://aip.aero/de/ (native), https://aip.aero/de/en/ (English) - Chart types: VFR airfields, IFR airports, heliports and military aerodromes - Airport list: https://aip.aero/de/flughafen-liste-deutschland/ - Official AIP source: DFS Deutsche Flugsicherung (Deutschland) - https://aip.dfs.de ### Greece - Pages: https://aip.aero/gr/ (native), https://aip.aero/gr/en/ (English) - Chart types: VFR airfields, heliports and military aerodromes - Airport list: https://aip.aero/gr/aerolimenes-ellada/ - Official AIP source: HASP (Ελλάδα) - https://aisgr.hasp.gov.gr ### Guadeloupe - Pages: https://aip.aero/gp/ (native), https://aip.aero/gp/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/gp/liste-des-aeroports-guadeloupe/ - Official AIP source: SIA - eAIP CAR-SAM-NAM (Guadeloupe) - https://www.sia.aviation-civile.gouv.fr ### Hungary - Pages: https://aip.aero/hu/ (native), https://aip.aero/hu/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/hu/repuloterek-listaja-magyarorszag/ - Official AIP source: HungaroControl (Magyarország) - https://ais.hungarocontrol.hu ### Iceland - Pages: https://aip.aero/is/ (native), https://aip.aero/is/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/is/flugvallalisti-island/ - Official AIP source: Isavia (Ísland) - https://eaip.isavia.is ### Ireland - Pages: https://aip.aero/ie/ - Chart types: VFR airfields - Airport list: https://aip.aero/ie/airport-list-ireland/ - Official AIP source: AirNav Ireland (Ireland) - https://www.airnav.ie ### Italy - Pages: https://aip.aero/it/ (native), https://aip.aero/it/en/ (English) - Chart types: VFR airfields and military aerodromes - Airport list: https://aip.aero/it/elenco-aeroporti-italia/ - Official AIP source: ENAV (Italia) - https://www.enav.it ### Kazakhstan - Pages: https://aip.aero/kz/ (native), https://aip.aero/kz/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/kz/aeroportar-tizimi-qazaqstan/ - Official AIP source: Kazaeronavigatsia (Қазақстан) - https://www.ans.kz ### Kosovo - Pages: https://aip.aero/xk/ (native), https://aip.aero/xk/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/xk/lista-e-aeroporteve-kosove/ - Official AIP source: ASHNA / CAA Kosovo (Kosova) - https://kans-ks.org ### Kyrgyzstan - Pages: https://aip.aero/kg/ (native), https://aip.aero/kg/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/kg/kyrgyzstan-aeroporttor-tizmesi/ - Official AIP source: Kyrgyzaeronavigatsia (Кыргызстан) - https://ansp.kg ### Latvia - Pages: https://aip.aero/lv/ (native), https://aip.aero/lv/en/ (English) - Chart types: VFR airfields, heliports and military aerodromes - Airport list: https://aip.aero/lv/lidlauku-saraksts-latvija/ - Official AIP source: LGS (Latvija) - https://ais.lgs.lv ### Lithuania - Pages: https://aip.aero/lt/ (native), https://aip.aero/lt/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/lt/oro-uostu-sarasas-lietuva/ - Official AIP source: Oro navigacija (Lietuva) - https://www.ans.lt ### Malta - Pages: https://aip.aero/mt/ - Chart types: VFR airfields - Airport list: https://aip.aero/mt/airport-list-malta/ - Official AIP source: MATS / Transport Malta (Malta) - https://www.transport.gov.mt ### Martinique - Pages: https://aip.aero/mq/ (native), https://aip.aero/mq/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/mq/liste-des-aeroports-martinique/ - Official AIP source: SIA - eAIP CAR-SAM-NAM (Martinique) - https://www.sia.aviation-civile.gouv.fr ### Moldova - Pages: https://aip.aero/md/ (native), https://aip.aero/md/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/md/lista-aeroporturi-moldova/ - Official AIP source: MOLDATSA (Moldova) - https://aim.moldatsa.md ### Namibia - Pages: https://aip.aero/na/ - Chart types: VFR airfields - Airport list: https://aip.aero/na/airport-list-namibia/ - Official AIP source: Namibia Civil Aviation Authority (NCAA) - https://www.ncaa.com.na/ ### Netherlands - Pages: https://aip.aero/nl/ (native), https://aip.aero/nl/en/ (English) - Chart types: VFR airfields, heliports and military aerodromes - Airport list: https://aip.aero/nl/luchthavenlijst-nederland/ - Official AIP source: LVNL (Nederland) - https://eaip.lvnl.nl ### New Caledonia - Pages: https://aip.aero/nc/ (native), https://aip.aero/nc/en/ (English) - Chart types: VFR airfields and heliports - Airport list: https://aip.aero/nc/liste-des-aeroports-nouvelle-caledonie/ - Official AIP source: SIA - eAIP PAC-N (Nouvelle-Calédonie) - https://www.sia.aviation-civile.gouv.fr ### New Zealand - Pages: https://aip.aero/nz/ - Chart types: VFR airfields - Airport list: https://aip.aero/nz/airport-list-new-zealand/ - Official AIP source: Aeropath / Airways New Zealand - https://www.aip.net.nz ### North Macedonia - Pages: https://aip.aero/mk/ (native), https://aip.aero/mk/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/mk/aerodromi-severna-makedonija/ - Official AIP source: M-NAV (Severna Makedonija) - https://ais.m-nav.info ### Norway - Pages: https://aip.aero/no/ (native), https://aip.aero/no/en/ (English) - Chart types: VFR airfields and heliports - Airport list: https://aip.aero/no/flyplasser-norge/ - Official AIP source: Avinor (Norge) - https://aim-prod.avinor.no ### Poland - Pages: https://aip.aero/pl/ (native), https://aip.aero/pl/en/ (English) - Chart types: VFR airfields, IFR airports and military aerodromes - Airport list: https://aip.aero/pl/lotniska-polska/ - Official AIP source: PANSA (Polska) - https://www.ais.pansa.pl ### Portugal - Pages: https://aip.aero/pt/ (native), https://aip.aero/pt/en/ (English) - Chart types: VFR airfields and heliports - Airport list: https://aip.aero/pt/lista-de-aerodromos-portugal/ - Official AIP source: NAV Portugal (Portugal) - https://ais.nav.pt ### Réunion - Pages: https://aip.aero/re/ (native), https://aip.aero/re/en/ (English) - Chart types: VFR airfields and heliports - Airport list: https://aip.aero/re/liste-des-aeroports-reunion/ - Official AIP source: SIA - eAIP RUN (La Réunion) - https://www.sia.aviation-civile.gouv.fr ### Romania - Pages: https://aip.aero/ro/ (native), https://aip.aero/ro/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/ro/lista-aeroporturi-romania/ - Official AIP source: AISRO / ROMATSA (România) - https://www.aisro.ro ### Russia - Pages: https://aip.aero/ru/ (native), https://aip.aero/ru/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/ru/spisok-aeroportov-rossiya/ - Official AIP source: CAICA (Россия) - https://www.caica.ru ### Saint-Barthélemy - Pages: https://aip.aero/bl/ (native), https://aip.aero/bl/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/bl/liste-des-aeroports-saint-barthelemy/ - Official AIP source: SIA - eAIP CAR-SAM-NAM (Saint-Barthélemy) - https://www.sia.aviation-civile.gouv.fr ### Saint-Martin - Pages: https://aip.aero/mf/ (native), https://aip.aero/mf/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/mf/liste-des-aeroports-saint-martin/ - Official AIP source: SIA - eAIP CAR-SAM-NAM (Saint-Martin) - https://www.sia.aviation-civile.gouv.fr ### Saint-Pierre and Miquelon - Pages: https://aip.aero/pm/ (native), https://aip.aero/pm/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/pm/liste-des-aeroports-saint-pierre-et-miquelon/ - Official AIP source: SIA - eAIP CAR-SAM-NAM (Saint-Pierre-et-Miquelon) - https://www.sia.aviation-civile.gouv.fr ### Serbia - Pages: https://aip.aero/rs/ (native), https://aip.aero/rs/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/rs/lista-aerodroma-srbija/ - Official AIP source: SMATSA (Srbija) - https://smatsa.rs ### Slovakia - Pages: https://aip.aero/sk/ (native), https://aip.aero/sk/en/ (English) - Chart types: VFR airfields and military aerodromes - Airport list: https://aip.aero/sk/letiska-slovensko/ - Official AIP source: LPS SR (Slovensko) - https://aim.lps.sk ### Slovenia - Pages: https://aip.aero/si/ (native), https://aip.aero/si/en/ (English) - Chart types: VFR airfields and military aerodromes - Airport list: https://aip.aero/si/seznam-letalisc-slovenija/ - Official AIP source: Slovenia Control (Slovenija) - https://aim.sloveniacontrol.si ### South Africa - Pages: https://aip.aero/za/ - Chart types: VFR airfields - Airport list: https://aip.aero/za/airport-list-south-africa/ - Official AIP source: ATNS / South African Civil Aviation Authority (SACAA) - https://www.caa.co.za/industry-information/aeronautical-information/ ### Spain - Pages: https://aip.aero/es/ (native), https://aip.aero/es/en/ (English) - Chart types: VFR airfields, heliports and military aerodromes - Airport list: https://aip.aero/es/lista-de-aeropuertos-espana/ - Official AIP source: ENAIRE (España) - https://aip.enaire.es ### Sweden - Pages: https://aip.aero/se/ (native), https://aip.aero/se/en/ (English) - Chart types: VFR airfields and military aerodromes - Airport list: https://aip.aero/se/flygplatser-sverige/ - Official AIP source: LFV (Sverige) - https://aro.lfv.se ### Switzerland - Pages: https://aip.aero/ch/ (native), https://aip.aero/ch/en/ (English) - Chart types: VFR airfields and military aerodromes - Airport list: https://aip.aero/ch/flugplaetze-schweiz/ - Official AIP source: skybriefing / skyguide (Schweiz) - https://www.skybriefing.com ### Tajikistan - Pages: https://aip.aero/tj/ (native), https://aip.aero/tj/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/tj/ruyxati-furudgohhoi-tojikiston/ - Official AIP source: Tajikairnavigation (Тоҷикистон) - https://www.caica.ru/aiptjk ### Turkey - Pages: https://aip.aero/tr/ (native), https://aip.aero/tr/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/tr/havalimanlari-turkiye/ - Official AIP source: DHMI (Türkiye) - https://dhmi.gov.tr ### Turkmenistan - Pages: https://aip.aero/tm/ (native), https://aip.aero/tm/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/tm/turkmenistan-howa-menzilleri/ - Official AIP source: Turkmenhowayollary (Türkmenistan) - https://www.caica.ru/aiptkm ### Ukraine - Pages: https://aip.aero/ua/ (native), https://aip.aero/ua/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/ua/perelik-aeroportiv-ukrayina/ - Official AIP source: UkSATSE (Україна) - https://www.aisukraine.net ### United Kingdom - Pages: https://aip.aero/uk/ - Chart types: VFR airfields, heliports and military aerodromes - Airport list: https://aip.aero/uk/airport-list-uk/ - Official AIP source: NATS (United Kingdom) - https://nats-uk.ead-it.com ### Uzbekistan - Pages: https://aip.aero/uz/ (native), https://aip.aero/uz/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/uz/aeroportlar-royxati-ozbekiston/ - Official AIP source: Uzaeronavigation (Oʻzbekiston) - https://uzaeronavigation.com ### Wallis and Futuna - Pages: https://aip.aero/wf/ (native), https://aip.aero/wf/en/ (English) - Chart types: VFR airfields - Airport list: https://aip.aero/wf/liste-des-aeroports-wallis-et-futuna/ - Official AIP source: SIA - eAIP PAC-N (Wallis-et-Futuna) - https://www.sia.aviation-civile.gouv.fr ## Guides - [EFB guide](https://aip.aero/uk/efb/): install AIP:Aero on an Electronic Flight Bag, save fields and whole countries offline, import chart PDFs into ForeFlight, SkyDemon and other EFB apps. - [Aviation glossary](https://aip.aero/uk/glossary/): plain-language definitions of AIP, eAIP, the AIRAC cycle, VFR/IFR, METAR/TAF, ICAO codes and approach charts. - [Pilot guides](https://aip.aero/uk/guides/): how to read an approach chart, how the AIRAC cycle works, and how to decode METAR and TAF weather reports. - [Moving map with route weather](https://aip.aero/uk/moving-map/): a live-position VFR moving map over the Open Flight Maps chart, with a GRAMET-style vertical route weather cross-section (cloud, derived airframe icing and turbulence, wind and the freezing level along the track) - the only free, ad-free, login-free route weather cross-section. - [Ground Station](https://aip.aero/uk/station/): a free, ad-free live tower screen for airfield operators, flight supervision and controllers - approaching traffic centred on one field, with range rings, an incoming-traffic list and a fullscreen kiosk mode, in any browser with no install; situational awareness only, not ATC. - [Embed widget](https://aip.aero/uk/embed/): airfield operators embed live AIP:Aero data (wind and crosswind, runways, METAR/TAF, opening hours, AIRAC and charts) on their own website with a free copy-paste snippet, in exchange for an attribution backlink. - [Native app (coming soon)](https://aip.aero/uk/app/): the AIP:Aero iOS and Android app - full offline eAIP approach-chart storage (which a browser cannot do), NOTAM and AIRAC push alerts, a native chart viewer; free and ad-free, with an email launch waitlist. ## About - [Homepage](https://aip.aero/): country index with all supported AIPs. - [Trade:Aero](https://trade.aero/): sister marketplace for buying and selling aircraft.