We use cookies for authentication and — with your consent — for analytics. Read more.

Skip to content
KETL Data
DataAppsMCPSign in
  1. Home
  2. Data catalogue
  3. The CAA Norway — Norway's aircraft register
TransportStandardNLOD

The CAA Norway — Norway's aircraft register

Norway's aircraft register (NLR) from the Civil Aviation Authority — a complete overview of all registered civil aeroplanes, helicopters, gliders and balloons in Norway. Each aircraft has a registration mark (LN-XXX), type, manufacturer, build year, MTOM, airworthiness category, ICAO 24-bit address, plus owner(s) and operator with organisation numbers that can be linked to Brreg. Open data (NLOD), no auth, updated monthly.

1K rows

Data volume

Monthly

Updates

3

MCP tools

Example response — /aircraft
{
  "data": "..."
}

MCP integration

Available MCP tools
luftfartstilsynet.aircraft
luftfartstilsynet.aircraft_by_registration
luftfartstilsynet.aircraft.stats
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "luftfartstilsynet": {
      "url": "https://data.ketl.no/mcp/luftfartstilsynet",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

Analysis apps that use this source

Ready-made tools built on The CAA Norway — Norway's aircraft register data. Use them directly in the browser, or wire the same data into your own analysis via the API below.

Aircraft register
All civil aircraft registered in Norway — aeroplanes, helicopters, gliders and balloons, with owner and operator information.

API endpoints

GET
/aircraft

Liste over luftfartøy (q, kategori, orgnr, limit, offset)

q optional
Fritekst (registreringsmerke, type, produsent, operatør, eier). q=Cessna
kategori optional
Kategori-filter (Fly | Helikopter | Seilfly | Ballong). Overlapper `type` — sett bare én. kategori=Fly
type optional
Normalisert luftfartøy-type. Overlapper `kategori` — sett bare én. type=HELICOPTER
orgnr optional
9-sifret org.nr. (eier/operatør) — kobles mot brreg. orgnr=923609016
registration optional
Filtrer på registreringsmerke. registration=LN-ABA
limit optional
Sideantall (1–200, default 50). limit=50
offset optional
Startindeks (default 0). offset=0
Show curl example
# GET https://data.ketl.no/api/connectors/luftfartstilsynet/aircraft
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/luftfartstilsynet/aircraft"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/aircraft/{registration}

Oppslag på registreringsmerke (f.eks. LN-ABA)

Show curl example
# GET https://data.ketl.no/api/connectors/luftfartstilsynet/aircraft/{registration}
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/luftfartstilsynet/aircraft/{registration}"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

GET
/health

Tilgjengelighetssjekk mot NLR-kilden

deep optional
Sett `deep=1` for å få med det fulle probe-objektet (`deepProbe`). Enhver annen verdi gir samme svar som uten parameteren — verdimengden er IKKE lukket, så ruta avviser ingenting (MÅLT 2026-08-30). deep=1
Show curl example
# GET https://data.ketl.no/api/connectors/luftfartstilsynet/health
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/luftfartstilsynet/health"

Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.

Access and pricing

The CAA Norway — Norway's aircraft register is openly available — create an account to get started.

luftfartflyhelikopterluftfartøyregistertransportregister
KETL Data

Nordic open-data and compliance infrastructure. Source, rule and confidence on every answer.

Product links

  • Data
  • Apps
  • MCP
  • Contact

Legal links

  • AI transparency
  • Privacy
  • Terms
  • SLA
  • Cookies
  • Security

© 2026 KETL Data

build 8f3b7512