find_charging_stations_nearby

Find public charging stations near a point.

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/nobil/find_charging_stations_nearby/?lat={lat}&lon={lon}&distance_m=5000&limit=20&realtime=false&offset=0

Replace {lat}, {lon}, {distance_m}, {limit}, {realtime} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/nobil/find_charging_stations_nearby?lat={lat}&lon={lon}&distance_m=5000&limit=20&realtime=false&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
latrequirednumberCentre latitude in WGS84 decimal degrees.
lonrequirednumberCentre longitude in WGS84 decimal degrees.
distance_moptionalintegerMaximum distance in metres.
limitoptionalintegerMaximum number of stations, 1-200.
realtimeoptionalbooleanRequest connector availability where reported to NOBIL.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/nobil/find_charging_stations_nearby?lat={lat}&lon={lon}&distance_m=5000&limit=20&realtime=false&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/nobil/find_charging_stations_nearby?lat={lat}&lon={lon}&distance_m=5000&limit=20&realtime=false&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/nobil/find_charging_stations_nearby?lat={lat}&lon={lon}&distance_m=5000&limit=20&realtime=false&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "nobil",
  "operation": "find_charging_stations_nearby",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: decimal number. Centre latitude in WGS84 decimal degrees.
Type: decimal number. Centre longitude in WGS84 decimal degrees.
Type: integer. Maximum distance in metres.
Type: integer. Maximum number of stations, 1-200.
Type: yes/no. Request connector availability where reported to NOBIL.

Result

Source: NOBIL. Retrieved 2026-08-02T21:01:20Z in 0.246 seconds.

Provider:
NOBIL.no
Rights:
Creative Commons Attribution 4.0 International License
apiver:
3
chargerstations:

8 results

  1. csmd:
    id:
    28939
    distance:
    902
    name:
    Kople YX Larsnes
    ocpidb_mapping_stasjon_id:
    NO#KPE#1249
    Street:
    Larsnesveien
    House_number:
    81
    Zipcode:
    6084
    City:
    LARSNES
    Municipality_ID:
    1514
    Municipality:
    SANDE
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Kople AS
    Operator:
    Kople AS
    Number_charging_points:
    8
    Position:
    (62.2057486,5.5729033)
    Image:
    no.image.svg
    Available_charging_points:
    8
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2024-06-28 09:52:38
    Updated:
    2026-06-26 15:41:12
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_28939
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    24
    trans:
    150 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8950
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10307*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8950
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    150
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    24
    trans:
    150 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8951
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10307*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8951
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    150
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    22
    trans:
    135 kW - 480VDC max 270A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8952
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10308*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8952
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    38
    trans:
    62,5 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    500
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8953
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10308*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8953
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    22
    trans:
    135 kW - 480VDC max 270A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8954
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10308*C
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8954
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    6:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    38
    trans:
    62,5 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    500
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8955
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10308*D
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8955
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    7:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8956
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10309*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8956
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
    8:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8957
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10310*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8957
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
  2. csmd:
    id:
    70017
    distance:
    12642
    name:
    Recharge Fiskå
    ocpidb_mapping_stasjon_id:
    NO#REC#279
    Street:
    Rådhuset
    House_number:
    not reported by source
    Zipcode:
    6143
    City:
    FISKÅ
    Municipality_ID:
    1511
    Municipality:
    VANYLVEN
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Recharge
    Operator:
    Recharge
    Number_charging_points:
    2
    Position:
    (62.099968,5.557278)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2025-10-14 05:01:07
    Updated:
    2026-06-26 16:04:59
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_70017
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    5772
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E1936*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    5772
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    5773
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E1936*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    5773
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
  3. csmd:
    id:
    33396
    distance:
    14930
    name:
    Westinghuset - Fosnavåg
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Eggesbøvegen
    House_number:
    22
    Zipcode:
    6092
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Westing AS
    Operator:
    fount.energy
    Number_charging_points:
    6
    Position:
    (62.32352,5.64791)
    Image:
    no.image.svg
    Available_charging_points:
    6
    User_comment:
    Åpent fra 16:05-06:55 for offentligheten. Skann QR kode på lader for å opprette bruker og betaling.
    Contact_info:
    Åpent fra 16:05-06:55 for offentligheten. Skann QR kode på lader for å opprette bruker og betaling.
    Created:
    2024-09-03 13:13:03
    Updated:
    2024-09-03 13:13:03
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_33396
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    2
    trans:
    No
    attrval:
    16:05-06:55
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    1
    trans:
    Yes
    attrval:
    16
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    6:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  4. csmd:
    id:
    3773
    distance:
    15439
    name:
    Recharge Sunnmørsbadet
    ocpidb_mapping_stasjon_id:
    NO#REC#236
    Street:
    Lisjebøvegen
    House_number:
    10B
    Zipcode:
    6091
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    Ved inngangen til Sunnmørsbadet.
    Owned_by:
    Recharge
    Operator:
    Recharge
    Number_charging_points:
    4
    Position:
    (62.333536,5.640938)
    Image:
    3773.jpg
    Available_charging_points:
    4
    User_comment:
    Betaling via SMS eller drop-in kortbetaling på nett, eller med app og/eller ladebrikke fra flere ladeleverandører. Se mer informasjon på www.rechargeinfra.com
    Contact_info:
    For mer informasjon se www.rechargeinfra.com. Ved feil kan Recharge support kontaktes på telefon 69 14 14 10 hele døgnet, året rundt.
    Created:
    2017-01-03 13:54:28
    Updated:
    2026-06-26 16:00:09
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_03773
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    5730
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E847*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    5730
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    5731
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E847*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    5731
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    6993
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E883*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    6993
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    6994
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E883*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    6994
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
  5. csmd:
    id:
    5106
    distance:
    15597
    name:
    Speedtrax
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Igesundvegen
    House_number:
    41
    Zipcode:
    6090
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Speedtrax
    Operator:
    Speedtrax
    Number_charging_points:
    2
    Position:
    (62.34058,5.63081)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    Betaling 50kr pr påbegynt 30 min. Betaling med Vipps.
    Contact_info:
    https://w2.brreg.no/enhet/sok/detalj.jsp?orgnr=893968482
    Created:
    2018-10-29 13:27:46
    Updated:
    2018-10-29 13:37:46
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_05106
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    1
    trans:
    Yes
    attrval:
    2
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    4
    trans:
    RFID
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    4
    trans:
    RFID
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  6. csmd:
    id:
    3466
    distance:
    15930
    name:
    Thon Hotel Fosnavåg
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Gerhard Voldnes veg
    House_number:
    7
    Zipcode:
    6099
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    Laderne er plassert i parkeringshuset. Hurtiglader står i U1 og normalladere står i U2.
    Owned_by:
    Lade i Norge
    Operator:
    Lade i Norge
    Number_charging_points:
    9
    Position:
    (62.34087,5.63692)
    Image:
    no.image.svg
    Available_charging_points:
    9
    User_comment:
    Krever bruker hos Lade i Norge
    Contact_info:
    Resepsjon Thon Hotels Tlf: +47 700 81 000 E-mail: fosnavag@thonhotels.no Fosnavåg Parkering AS Telefon: +47 948 38 848
    Created:
    2016-07-06 15:04:13
    Updated:
    2021-10-08 10:19:42
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_03466
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    2
    trans:
    Car park
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    6:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    7:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    8:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    9:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  7. csmd:
    id:
    52014
    distance:
    16413
    name:
    Horisontbygget
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Mjølstadnesvegen
    House_number:
    22
    Zipcode:
    6092
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Ervik & Sævik
    Operator:
    SmartCharge
    Number_charging_points:
    20
    Position:
    (62.32196,5.67089)
    Image:
    no.image.svg
    Available_charging_points:
    20
    User_comment:
    Betaling ved å installere appen SmartCharge (iOS/Android). https://app.smartcharge.io/#/stations
    Contact_info:
    Support: 00 47 919 14 554 eller support@smartcharge.io
    Created:
    2025-05-27 09:24:28
    Updated:
    2025-05-27 09:24:28
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_52014
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    6:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    7:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    8:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    9:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    10:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    11:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    12:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    13:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    14:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    15:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    16:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    17:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    18:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    19:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    20:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  8. csmd:
    id:
    16269
    distance:
    22914
    name:
    Runde Panorama
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Langeneset
    House_number:
    28
    Zipcode:
    6096
    City:
    RUNDE
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Runde Panorama
    Operator:
    PlugPay
    Number_charging_points:
    4
    Position:
    (62.40349,5.65208)
    Image:
    no.image.svg
    Available_charging_points:
    4
    User_comment:
    Betal og start lading med vipps eller på https://www.PlugPay.no/
    Contact_info:
    For brukerveiledning eller driftsproblemer, kontakt PlugPay på post@plugpay.no, eller tlf. 40603900.
    Created:
    2023-07-27 11:03:43
    Updated:
    2023-07-27 11:11:13
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_16269
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    3
    trans:
    Other
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    6
    trans:
    Hotel & restaurants
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    2
    trans:
    Visitors
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
limit:
25
offset:
0
returned:
8
has_more_results:
no
truncated:
no
Show all fields in HTML
Provider:
NOBIL.no
Rights:
Creative Commons Attribution 4.0 International License
apiver:
3
chargerstations:

8 results

  1. csmd:
    id:
    28939
    distance:
    902
    name:
    Kople YX Larsnes
    ocpidb_mapping_stasjon_id:
    NO#KPE#1249
    Street:
    Larsnesveien
    House_number:
    81
    Zipcode:
    6084
    City:
    LARSNES
    Municipality_ID:
    1514
    Municipality:
    SANDE
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Kople AS
    Operator:
    Kople AS
    Number_charging_points:
    8
    Position:
    (62.2057486,5.5729033)
    Image:
    no.image.svg
    Available_charging_points:
    8
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2024-06-28 09:52:38
    Updated:
    2026-06-26 15:41:12
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_28939
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    24
    trans:
    150 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8950
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10307*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8950
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    150
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    24
    trans:
    150 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8951
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10307*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8951
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    150
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    22
    trans:
    135 kW - 480VDC max 270A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8952
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10308*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8952
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    38
    trans:
    62,5 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    500
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8953
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10308*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8953
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    22
    trans:
    135 kW - 480VDC max 270A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8954
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10308*C
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8954
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    6:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    38
    trans:
    62,5 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    500
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8955
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10308*D
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8955
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    7:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8956
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10309*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8956
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
    8:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    8957
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E10310*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    8957
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
  2. csmd:
    id:
    70017
    distance:
    12642
    name:
    Recharge Fiskå
    ocpidb_mapping_stasjon_id:
    NO#REC#279
    Street:
    Rådhuset
    House_number:
    not reported by source
    Zipcode:
    6143
    City:
    FISKÅ
    Municipality_ID:
    1511
    Municipality:
    VANYLVEN
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Recharge
    Operator:
    Recharge
    Number_charging_points:
    2
    Position:
    (62.099968,5.557278)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2025-10-14 05:01:07
    Updated:
    2026-06-26 16:04:59
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_70017
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    5772
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E1936*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    5772
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    5773
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E1936*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    5773
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
  3. csmd:
    id:
    33396
    distance:
    14930
    name:
    Westinghuset - Fosnavåg
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Eggesbøvegen
    House_number:
    22
    Zipcode:
    6092
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Westing AS
    Operator:
    fount.energy
    Number_charging_points:
    6
    Position:
    (62.32352,5.64791)
    Image:
    no.image.svg
    Available_charging_points:
    6
    User_comment:
    Åpent fra 16:05-06:55 for offentligheten. Skann QR kode på lader for å opprette bruker og betaling.
    Contact_info:
    Åpent fra 16:05-06:55 for offentligheten. Skann QR kode på lader for å opprette bruker og betaling.
    Created:
    2024-09-03 13:13:03
    Updated:
    2024-09-03 13:13:03
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_33396
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    2
    trans:
    No
    attrval:
    16:05-06:55
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    1
    trans:
    Yes
    attrval:
    16
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    6:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  4. csmd:
    id:
    3773
    distance:
    15439
    name:
    Recharge Sunnmørsbadet
    ocpidb_mapping_stasjon_id:
    NO#REC#236
    Street:
    Lisjebøvegen
    House_number:
    10B
    Zipcode:
    6091
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    Ved inngangen til Sunnmørsbadet.
    Owned_by:
    Recharge
    Operator:
    Recharge
    Number_charging_points:
    4
    Position:
    (62.333536,5.640938)
    Image:
    3773.jpg
    Available_charging_points:
    4
    User_comment:
    Betaling via SMS eller drop-in kortbetaling på nett, eller med app og/eller ladebrikke fra flere ladeleverandører. Se mer informasjon på www.rechargeinfra.com
    Contact_info:
    For mer informasjon se www.rechargeinfra.com. Ved feil kan Recharge support kontaktes på telefon 69 14 14 10 hele døgnet, året rundt.
    Created:
    2017-01-03 13:54:28
    Updated:
    2026-06-26 16:00:09
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_03773
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    5730
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E847*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    5730
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    5731
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E847*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    5731
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    125
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    6993
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E883*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    6993
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    400
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    27:
    attrtypeid:
    27
    attrname:
    EVSE UID
    attrvalid:
    7
    trans:
    EVSE UID
    attrval:
    6994
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*CHA*E883*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    6994
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
  5. csmd:
    id:
    5106
    distance:
    15597
    name:
    Speedtrax
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Igesundvegen
    House_number:
    41
    Zipcode:
    6090
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Speedtrax
    Operator:
    Speedtrax
    Number_charging_points:
    2
    Position:
    (62.34058,5.63081)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    Betaling 50kr pr påbegynt 30 min. Betaling med Vipps.
    Contact_info:
    https://w2.brreg.no/enhet/sok/detalj.jsp?orgnr=893968482
    Created:
    2018-10-29 13:27:46
    Updated:
    2018-10-29 13:37:46
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_05106
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    1
    trans:
    Yes
    attrval:
    2
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    4
    trans:
    RFID
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    4
    trans:
    RFID
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    8
    trans:
    7,4 kW - 230V 1-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  6. csmd:
    id:
    3466
    distance:
    15930
    name:
    Thon Hotel Fosnavåg
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Gerhard Voldnes veg
    House_number:
    7
    Zipcode:
    6099
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    Laderne er plassert i parkeringshuset. Hurtiglader står i U1 og normalladere står i U2.
    Owned_by:
    Lade i Norge
    Operator:
    Lade i Norge
    Number_charging_points:
    9
    Position:
    (62.34087,5.63692)
    Image:
    no.image.svg
    Available_charging_points:
    9
    User_comment:
    Krever bruker hos Lade i Norge
    Contact_info:
    Resepsjon Thon Hotels Tlf: +47 700 81 000 E-mail: fosnavag@thonhotels.no Fosnavåg Parkering AS Telefon: +47 948 38 848
    Created:
    2016-07-06 15:04:13
    Updated:
    2021-10-08 10:19:42
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_03466
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    2
    trans:
    Car park
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    6:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    7:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    8:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    4
    trans:
    Mode 4
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    9:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  7. csmd:
    id:
    52014
    distance:
    16413
    name:
    Horisontbygget
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Mjølstadnesvegen
    House_number:
    22
    Zipcode:
    6092
    City:
    FOSNAVÅG
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Ervik & Sævik
    Operator:
    SmartCharge
    Number_charging_points:
    20
    Position:
    (62.32196,5.67089)
    Image:
    no.image.svg
    Available_charging_points:
    20
    User_comment:
    Betaling ved å installere appen SmartCharge (iOS/Android). https://app.smartcharge.io/#/stations
    Contact_info:
    Support: 00 47 919 14 554 eller support@smartcharge.io
    Created:
    2025-05-27 09:24:28
    Updated:
    2025-05-27 09:24:28
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_52014
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    1
    trans:
    Street
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    6:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    7:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    8:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    9:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    10:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    11:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    12:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    13:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    14:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    15:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    16:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    17:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    18:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    19:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    20:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  8. csmd:
    id:
    16269
    distance:
    22914
    name:
    Runde Panorama
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Langeneset
    House_number:
    28
    Zipcode:
    6096
    City:
    RUNDE
    Municipality_ID:
    1515
    Municipality:
    HERØY (M.R)
    County_ID:
    15
    County:
    Møre og Romsdal
    Description_of_location:
    not reported by source
    Owned_by:
    Runde Panorama
    Operator:
    PlugPay
    Number_charging_points:
    4
    Position:
    (62.40349,5.65208)
    Image:
    no.image.svg
    Available_charging_points:
    4
    User_comment:
    Betal og start lading med vipps eller på https://www.PlugPay.no/
    Contact_info:
    For brukerveiledning eller driftsproblemer, kontakt PlugPay på post@plugpay.no, eller tlf. 40603900.
    Created:
    2023-07-27 11:03:43
    Updated:
    2023-07-27 11:11:13
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_16269
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    3
    trans:
    Other
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    2
    trans:
    No
    attrval:
    no
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    6
    trans:
    Hotel & restaurants
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    2
    trans:
    Visitors
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
limit:
25
offset:
0
returned:
8
has_more_results:
no
truncated:
no
Will you use the result in generated code?

Open the same result as JSON

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the find_charging_stations_nearby lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.