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. Lantmäteriet STAC (geodata catalogue)
GeographyStandardCC-BY-4.0Coming soon

Lantmäteriet STAC (geodata catalogue)

Lantmäteriet (Sweden's mapping authority) is gradually moving to a STAC API (SpatioTemporal Asset Catalog) for download products — including the topographic web map raster, the 1:10,000 raster map and the property-division vector layer. The connector exposes STAC discovery (collections), item search (bbox/datetime/limit) and single-item lookups. Requires a Geotorget token. A hard transition has been announced for 1 December 2026. Complements the Lantmäteriet Direkt APIs (place names/addresses/property) with catalogue/geodata downloads.

—

Data volume

Daily

Updates

3

MCP tools

Lantmäteriet STAC (geodata catalogue) is on its way into the catalogue and is not connected yet. The endpoints below are a preview of planned coverage.
Example response — /connectors/lantmateriet-stac/collections
{
  "source": "lantmateriet-stac",
  "kind": "search",
  "query": "collections=topografisk-webbkarta-raster&bbox=12.9,55.5,13.1,55.7",
  "resultCount": 2,
  "data": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "id": "topografisk-webbkarta-raster.20260512",
        "collection": "topografisk-webbkarta-raster"
      }
    ]
  }
}

MCP integration

Available MCP tools
lantmateriet_stac.collections
lantmateriet_stac.item
lantmateriet_stac.search
Configuration for Claude Desktop / Cursor
{
  "mcpServers": {
    "lantmateriet-stac": {
      "url": "https://data.ketl.no/mcp/lantmateriet-stac",
      "headers": {
        "Authorization": "Bearer $KETL_API_KEY"
      }
    }
  }
}

API endpoints

GET
/collectionsRequires configuration

STAC-samlinger (katalog)

LANTMATERIET_STAC_API_KEY (Geotorget-token)

Show curl example
# GET https://data.ketl.no/api/connectors/lantmateriet-stac/collections
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/lantmateriet-stac/collections"

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

GET
/searchRequires configuration

STAC item-søk (bbox/datetime/collections/limit)

LANTMATERIET_STAC_API_KEY (Geotorget-token)

bbox optional
Avgrensningsboks som 4 (2D) eller 6 (3D) komma-separerte tall — `minLon,minLat,maxLon,maxLat`. Et annet antall ledd, eller et ledd som ikke er et tall, avvises med 400. bbox=17.6,59.2,18.4,59.6
datetime optional
RFC 3339-tidspunkt eller -intervall (`../` for åpen ende). Maks 120 tegn; andre tegn enn dato/tid-tegn avvises med 400. datetime=2023-01-01T00:00:00Z/2023-12-31T23:59:59Z
collections optional
Komma-separerte STAC-collection-ID-er. Maks 300 tegn; kun `\w`, `,`, `.`, `:` og `-` aksepteres. Krever LANTMATERIET_STAC_API_KEY; hent gyldige ID-er fra /api/connectors/lantmateriet-stac/collections.
limit optional
Antall items (1–100, standard 10). En verdi utenfor intervallet avvises med 400 — den klemmes ikke. limit=10
Show curl example
# GET https://data.ketl.no/api/connectors/lantmateriet-stac/search
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/lantmateriet-stac/search"

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

GET
/items/{collection}/{id}Requires configuration

Hent én STAC-item (GeoJSON Feature)

LANTMATERIET_STAC_API_KEY (Geotorget-token)

Show curl example
# GET https://data.ketl.no/api/connectors/lantmateriet-stac/items/{collection}/{id}
curl \
  -H "Accept: application/json" \
  "https://data.ketl.no/api/connectors/lantmateriet-stac/items/{collection}/{id}"

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

Access and pricing

Lantmäteriet STAC (geodata catalogue) is planned for the Standard plan. It is not connected yet. Follow updates

sverigegeodatastackarteiendomgeografinordisk
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