← 挪威

NGU 要素项

GET /norway/ngu/items/:endpoint/:collection_id

某一 NGU 集合中的 GeoJSON 要素项。

参数

endpoint 必填

OGC API endpoint

collection_id 必填

Collection id from /collections

limit 可选 默认: 50

Max items (≤500)

请求示例

基本用法
curl https://nordapi.ee/api/v1/norway/ngu/items/grunnundersokelser_utvidet/deformasjonmaling

实时响应

{
  "data": {
    "features": [
      {
        "geometry": {
          "coordinates": [
            10.430994071061427,
            59.28051451016073
          ],
          "type": "Point"
        },
        "id": "9036c87f-8296-40e1-92dd-7459afe4df6d",
        "properties": {
          "boretAzimuth": 0.0,
          "boretHelningsgrad": 90.0,
          "boretLengde": 0.0,
          "boretLengdeTilBerg.borlengdeKvalitet": null,
          "boretLengdeTilBerg.borlengdeTilBerg": null,
          "eksternIdentifikasjon.eksternId": "783591EC-0726-4919-A869-920A388FD679",
          "eksternIdentifikasjon.eksternLeveringDato": "2022-07-22T07:42:53Z",
          "eksternIdentifikasjon.eksternNavnerom": "NO.SVV.GUDB",
          "eksternIdentifikasjon.eksternVersjonId": "1",
          "forboretLengde": 0.0,
          "høyde": 10.53,
          "høydeReferanse": "5776",
          "identifikasjon.lokalId": "9036c87f-8296-40e1-92dd-7459afe4df6d",
          "identifikasjon.navnerom": "NO.NGU.NADAG",
          "identifikasjon.versjonId": "1",
          "installasjonNivå": 10.61,
          "kvalitet.målemetode": null,
          "målertype": "Setningsmåler",
          "opphav": "Levert til NADAG fra SVV 2022-07-22",
          "opprettetDato": "2022-07-27T12:00:30Z",
          "stoppKode": "0",
          "tilhørerGB.href": "https://geo.ngu.no/api/features/grunnundersokelser_utvidet/collections/geotekniskborehull/items/3da8ea2b-1f53-4b4f-b569-88b8e0197677",
          "tilhørerGB.title": "3da8ea2b-1f53-4b4f-b569-88b8e0197677"
        },
        "type": "Feature"
      },
      {
        "geometry": {
          "coordinates": [
            10.43074959873802,
            59.28028004821533
          ],
          "type": "Point"
        },
        "id": "c138a8ec-6c74-4bd5-91ae-113c9fb56f7c",
        "properties": {
          "boretAzimuth": 0.0,
          "boretHelningsgrad": 90.0,
          "boretLengde": 0.0,
          "boretLengdeTilBerg.borlengdeKvalitet": null,
          "boretLengdeTilBerg.borlengdeTilBerg": null,
          "eksternIdentifikasjon.eksternId": "5BC1D72E-0B30-4CAF-94FF-2DC4874A174E",
          "eksternIdentifikasjon.eksternLeveringDato": "2022-07-22T07:42:53Z",
          "eksternIdentifikasjon.eksternNavnerom": "NO.SVV.GUDB",
          "eksternIdentifikasjon.eksternVersjonId": "1",
          "forboretLengde": 0.0,
          "høyde": 8.75,
          "høydeReferanse": "5776",
          "identifikasjon.lokalId": "c138a8ec-6c74-4bd5-91ae-113c9fb56f7c",
          "identifikasjon.navnerom": "NO.NGU.NADAG",
          "identifikasjon.versjonId": "1",
          "installasjonNivå": 8.84,
          "kvalitet.målemetode": null,
          "målertype": "Setningsmåler",
          "opphav": "Levert til NADAG fra SVV 2022-07-22",
          "opprettetDato": "2022-07-27T12:00:30Z",
          "stoppKode": "0",
          "tilhørerGB.href": "https://geo.ngu.no/api/features/grunnundersokelser_utvidet/collections/geotekniskborehull/items/32d17cff-42b3-491b-bec1-1efea428d254",
          "tilhørerGB.title": "32d17cff-42b3-491b-bec1-1efea428d254"
        },
        "type": "Feature"
      }
    ],
    "links": [
      {
        "href": "https://geo.ngu.no/api/features/grunnundersokelser_utvidet/collections/deformasjonmaling/items?limit=50&f=json",
        "rel": "self",
        "title": "This document",
        "type": "application/geo+json"
      },
      {
        "href": "https://geo.ngu.no/api/features/grunnundersokelser_utvidet/collections/deformasjonmaling/items?limit=50&f=jsonfgc",
        "rel": "alternate",
        "title": "This document as JSON-FG (GeoJSON Compatibility Mode)",
        "type": "application/vnd.ogc.fg+json;compatibility=geojson"
      },
      {
        "href": "https://geo.ngu.no/api/features/grunnundersokelser_utvidet/collections/deformasjonmaling/items?limit=50&f=html",
        "rel": "alternate",
        "title": "This document as HTML",
        "type": "text/html"
      },
      {
        "href": "https://geo.ngu.no/api/features/grunnundersokelser_utvidet/collections/deformasjonmaling/items?limit=50&f=jsonfg",
        "rel": "alternate",
        "title": "This document as JSON-FG",
        "type": "application/vnd.ogc.fg+json"
      },
      {
        "href": "https://def.ldproxy.net/profile/val-as-code",
        "rel": "profile",
        "title": "Profile used in the response"
      },
      {
        "href": "http://www.opengis.net/def/profile/ogc/0/rel-as-link",
        "rel": "profile",
        "title": "Profile used in the response"
      }
    ],
    "numberMatched": 2,
    "numberReturned": 2,
    "timeStamp": "2026-06-26T15:21:28Z",
    "type": "FeatureCollection"
  },
  "success": true
}