Island.is Vehicle Lookup

SkillDev tools

Icelandic vehicle lookup by plate or VIN via the island.is public GraphQL API.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Island.is Vehicle Lookup skill

What this skill tells your AI

The instructions your AI receives, as published by jokull/icelandic-data in .agents/skills/car/SKILL.md and read by ahel’s review.

Individual vehicle lookup via the island.is public GraphQL API.

API

  • Endpoint: POST https://island.is/api/graphql
  • Auth: None (public)
  • Operation: publicVehicleSearch

Fields

FieldDescription
permnoPermanent number (fastanúmer)
regnoRegistration plate
vinVehicle Identification Number
makeManufacturer
vehicleCommercialNameModel name
colorColor
newRegDateCurrent registration date
firstRegDateFirst registration date
vehicleStatusActive/deregistered
nextVehicleMainInspectionNext inspection due
co2 / weightedCo2CO₂ emissions (NEDC)
co2WLTP / weightedCo2WLTPCO₂ emissions (WLTP)
massLaden / massVehicle weight
typeNumberType approval number

Usage

# Lookup by plate number
uv run python scripts/car.py AB123

# Lookup by VIN
uv run python scripts/car.py WVWZZZ3CZWE123456

Caveats

  • Search is fuzzy — partial plates may return multiple results
  • Some fields may be null for older vehicles
  • Rate limits unknown — be conservative with batch lookups

Signals

GitHub stars
53
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
car
Source
github.com/jokull/icelandic-data