{"id":"geonorge","name":"Geonorge","description":"Address search, place names, nearby places and reverse geocoding from the Norwegian Mapping Authority.","documentation":null,"operations":[{"name":"search_address","description":"Search Norwegian addresses by free text.","parameters":[{"name":"text","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Address query, e.g. \"Karl Johans gate 1\" or \"Storgata\"."},{"name":"kommunenummer","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional 4-digit municipality code to restrict the search (e.g. \"0301\" for Oslo, \"4601\" for Bergen)."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":20,"description":"Max hits to return, 1 to 100 (default 20)."},{"name":"query","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Alias for `text` (use one or the other)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address?text={text}&kommunenummer={kommunenummer}&limit=20&query={query}&offset=0","output_fields":["total_count","addresses"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Search Norwegian addresses by free text.\n\nArgs:\n    text: Address query, e.g. \"Karl Johans gate 1\" or \"Storgata\".\n    query: Alias for `text` (use one or the other).\n    kommunenummer: Optional 4-digit municipality code to restrict the\n        search (e.g. \"0301\" for Oslo, \"4601\" for Bergen).\n    limit: Max hits to return, 1 to 100 (default 20).\n\nReturns a dict with `total_count` (all matches upstream) and `addresses`\n(this page), each with street address, postnummer/poststed, kommune and\nWGS84 lat/lon (`representasjonspunkt`).","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/geonorge/search_address/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/geonorge/search_address/?text={text}&kommunenummer={kommunenummer}&limit=20&query={query}&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address","response_schema":{"type":"object","properties":{"total_count":{"type":["integer","null"]},"addresses":{"type":"array","items":{"type":"array","items":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["place"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_address?text={text}&kommunenummer={kommunenummer}&limit=20&query={query}&offset=0"},{"name":"reverse_geocode","description":"Find the addresses nearest to a coordinate (reverse geocoding).","parameters":[{"name":"lat","type":"number","schema":{"type":"number"},"display_type":"decimal number","required":true,"default":null,"description":"Latitude in decimal degrees (WGS84), e.g. 59.911."},{"name":"lon","type":"number","schema":{"type":"number"},"display_type":"decimal number","required":true,"default":null,"description":"Longitude in decimal degrees (WGS84), e.g. 10.75."},{"name":"radius","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":500,"description":"Search radius in metres (default 500)."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":10,"description":"Max hits to return, 1 to 100 (default 10)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/reverse_geocode?lat={lat}&lon={lon}&radius=500&limit=10&offset=0","output_fields":["total_count","addresses"],"output_fields_truncated":false,"canonical_field_aliases":{},"description_language":"en","documentation":"Find the addresses nearest to a coordinate (reverse geocoding).\n\nArgs:\n    lat: Latitude in decimal degrees (WGS84), e.g. 59.911.\n    lon: Longitude in decimal degrees (WGS84), e.g. 10.75.\n    radius: Search radius in metres (default 500).\n    limit: Max hits to return, 1 to 100 (default 10).\n\nReturns a dict with `total_count` and `addresses` sorted by distance,\neach including `distance_m` from the query point.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/geonorge/reverse_geocode/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/geonorge/reverse_geocode/?lat={lat}&lon={lon}&radius=500&limit=10&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/reverse_geocode","response_schema":{"type":"object","properties":{"total_count":{"type":["integer","null"]},"addresses":{"type":"array","items":{"type":"array","items":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["place"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/reverse_geocode/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/reverse_geocode","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/reverse_geocode?lat={lat}&lon={lon}&radius=500&limit=10&offset=0"},{"name":"search_place_name","description":"Search Norwegian place names (stedsnavn) by free text.","parameters":[{"name":"text","type":"string","schema":{"type":"string"},"display_type":"string","required":true,"default":null,"description":"Place name query, e.g. \"Galdh\u00f8piggen\" or \"Trondheim\". Supports wildcard search (*)."},{"name":"kommunenummer","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional 4-digit municipality code to restrict the search (e.g. \"0301\" for Oslo, \"4601\" for Bergen)."},{"name":"navneobjekttype","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional place type to filter by, e.g. \"Fjell\", \"\u00d8y\", \"Innsj\u00f8\", \"Gard\". Use list_place_types to look up valid values."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":20,"description":"Max hits to return, 1 to 100 (default 20)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_place_name?text={text}&kommunenummer={kommunenummer}&navneobjekttype={navneobjekttype}&limit=20&offset=0","output_fields":["total_count","places","places[].names","places[].names[].name","places[].names[].language","places[].names[].status","places[].type","places[].status","places[].kommune","places[].fylke","places[].lat","places[].lon","places[].stedsnummer"],"output_fields_truncated":false,"canonical_field_aliases":{"name":["places[].names[].name"],"latitude":["places[].lat"],"longitude":["places[].lon"]},"description_language":"en","documentation":"Search Norwegian place names (stedsnavn) by free text.\n\nCovers natural and administrative features that street addresses don't -\nfjells, islands, lakes, farms, historic and Sami/Kven names, etc. A place\ncan have several names (e.g. separate Norwegian and Sami spellings).\n\nArgs:\n    text: Place name query, e.g. \"Galdh\u00f8piggen\" or \"Trondheim\". Supports\n        wildcard search (*).\n    kommunenummer: Optional 4-digit municipality code to restrict the\n        search (e.g. \"0301\" for Oslo, \"4601\" for Bergen).\n    navneobjekttype: Optional place type to filter by, e.g. \"Fjell\",\n        \"\u00d8y\", \"Innsj\u00f8\", \"Gard\". Use list_place_types to look up valid values.\n    limit: Max hits to return, 1 to 100 (default 20).\n\nReturns a dict with `total_count` (all matches upstream) and `places`\n(this page), each with its name(s), type, kommune/fylke, WGS84 lat/lon\nand stedsnummer.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/geonorge/search_place_name/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/geonorge/search_place_name/?text={text}&kommunenummer={kommunenummer}&navneobjekttype={navneobjekttype}&limit=20&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_place_name","response_schema":{"type":"object","properties":{"total_count":{"type":["integer","null"]},"places":{"type":"array","items":{"type":"object","properties":{"names":{"type":"array","items":{"type":"object","properties":{"name":{"type":["string","null"]},"language":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"status":{"type":["string","null"]}},"additionalProperties":false}},"type":{"type":["string","null"]},"status":{"type":["string","null"]},"kommune":{"anyOf":[{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},{"type":"null"}]},"fylke":{"anyOf":[{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},{"type":"null"}]},"lat":{"type":["number","null"]},"lon":{"type":["number","null"]},"stedsnummer":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}},"additionalProperties":false}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["place"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_place_name/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_place_name","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/search_place_name?text={text}&kommunenummer={kommunenummer}&navneobjekttype={navneobjekttype}&limit=20&offset=0"},{"name":"find_places_near_point","description":"Find the place names nearest to a coordinate (reverse geocoding for\nstedsnavn - use reverse_geocode instead for street addresses).","parameters":[{"name":"lat","type":"number","schema":{"type":"number"},"display_type":"decimal number","required":true,"default":null,"description":"Latitude in decimal degrees (WGS84), e.g. 61.636."},{"name":"lon","type":"number","schema":{"type":"number"},"display_type":"decimal number","required":true,"default":null,"description":"Longitude in decimal degrees (WGS84), e.g. 8.312."},{"name":"radius","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":500,"description":"Search radius in metres, max 5000 (default 500)."},{"name":"limit","type":"integer","schema":{"type":"integer"},"display_type":"integer","required":false,"default":10,"description":"Max hits to return, 1 to 100 (default 10)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/find_places_near_point?lat={lat}&lon={lon}&radius=500&limit=10&offset=0","output_fields":["total_count","places","places[].names","places[].names[].name","places[].names[].language","places[].names[].status","places[].type","places[].status","places[].distance_m","places[].lat","places[].lon","places[].stedsnummer"],"output_fields_truncated":false,"canonical_field_aliases":{"name":["places[].names[].name"],"latitude":["places[].lat"],"longitude":["places[].lon"]},"description_language":"en","documentation":"Find the place names nearest to a coordinate (reverse geocoding for\nstedsnavn - use reverse_geocode instead for street addresses).\n\nArgs:\n    lat: Latitude in decimal degrees (WGS84), e.g. 61.636.\n    lon: Longitude in decimal degrees (WGS84), e.g. 8.312.\n    radius: Search radius in metres, max 5000 (default 500).\n    limit: Max hits to return, 1 to 100 (default 10).\n\nReturns a dict with `total_count` and `places` sorted by distance, each\nincluding `distance_m` from the query point.","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/geonorge/find_places_near_point/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/geonorge/find_places_near_point/?lat={lat}&lon={lon}&radius=500&limit=10&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/find_places_near_point","response_schema":{"type":"object","properties":{"total_count":{"type":["integer","null"]},"places":{"type":"array","items":{"type":"object","properties":{"names":{"type":"array","items":{"type":"object","properties":{"name":{"type":["string","null"]},"language":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"status":{"type":["string","null"]}},"additionalProperties":false}},"type":{"type":["string","null"]},"status":{"type":["string","null"]},"distance_m":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."},"lat":{"type":["number","null"]},"lon":{"type":["number","null"]},"stedsnummer":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}},"additionalProperties":false}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["place"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/find_places_near_point/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/find_places_near_point","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/find_places_near_point?lat={lat}&lon={lon}&radius=500&limit=10&offset=0"},{"name":"list_place_types","description":"List valid navneobjekttype values (place types, e.g. \"By\", \"Fjell\",\n\"\u00d8y\", \"Innsj\u00f8\", \"Kirke\", \"Gard\") for filtering search_place_name and\nreading the `type` field on its results.","parameters":[{"name":"search","type":"string","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"display_type":"string","required":false,"default":null,"description":"Optional substring to filter by (case-insensitive). Omit to list all ~290 types."},{"name":"limit","type":"integer","schema":{"type":"integer","minimum":1,"maximum":100,"default":25},"display_type":"integer","required":false,"default":25,"description":"Maximum list items returned by the gateway (default 25, maximum 100)."},{"name":"offset","type":"integer","schema":{"type":"integer","minimum":0,"default":0},"display_type":"integer","required":false,"default":0,"description":"Number of list items to skip before returning the page."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/list_place_types?search={search}&limit=25&offset=0","output_fields":["count","types","types[].name","types[].code"],"output_fields_truncated":false,"canonical_field_aliases":{"name":["types[].name"],"identifier":["types[].code"]},"description_language":"en","documentation":"List valid navneobjekttype values (place types, e.g. \"By\", \"Fjell\",\n\"\u00d8y\", \"Innsj\u00f8\", \"Kirke\", \"Gard\") for filtering search_place_name and\nreading the `type` field on its results.\n\nArgs:\n    search: Optional substring to filter by (case-insensitive). Omit to\n        list all ~290 types.\n\nReturns a dict with `count` and `types` (name + code pairs).","documentation_language":"en","wiki_get_endpoint":"https://allemannsdata.com/wiki/kilder/geonorge/list_place_types/","wiki_get_url_template":"https://allemannsdata.com/wiki/kilder/geonorge/list_place_types/?search={search}&limit=25&offset=0","json_endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/list_place_types","response_schema":{"type":"object","properties":{"count":{"type":"integer"},"types":{"type":"array","items":{"type":"object","properties":{"name":{"type":["string","null"]},"code":{"x-allemannsdata-schema-status":"unresolved","description":"Response shape is not yet declared; any JSON value is permitted."}},"additionalProperties":false}}},"additionalProperties":false},"response_schema_status":{"status":"incomplete","codegen_safe":false,"description":"Not suitable for typed model generation: the container shape and field names are useful, but unresolved values accept any JSON value."},"entity_projection":{"status":"projected","entity_types":["place"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"response_schema_url":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/list_place_types/schema","endpoint":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/list_place_types","get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/list_place_types?search={search}&limit=25&offset=0"}],"operation_schema_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge/{operation}/schema","related_sources":[{"id":"poi_norge","name":"Places in Norway (POI)","reason":"Points of interest around an address or place name.","api":"https://allemannsdata.com/wiki/api/v1/kilder/poi_norge","wiki":"https://allemannsdata.com/wiki/kilder/poi_norge/"},{"id":"entur","name":"Entur","reason":"Public transport stops and departures near a place.","api":"https://allemannsdata.com/wiki/api/v1/kilder/entur","wiki":"https://allemannsdata.com/wiki/kilder/entur/"}],"_meta":{"retrieved_at":"2026-08-02T14:01:29Z","language":"en","content_languages":["en"],"sources":[{"id":"geonorge","name":"Geonorge","description":"Address search, place names, nearby places and reverse geocoding from the Norwegian Mapping Authority.","cache_ttl_seconds":60}]},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge","names":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge?view=names","compact":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge?view=compact","full":"https://allemannsdata.com/wiki/api/v1/kilder/geonorge","wiki":"https://allemannsdata.com/wiki/kilder/geonorge/"}}
