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-03T03:55:20Z in 0.361 seconds.

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

7 results

  1. csmd:
    id:
    82135
    distance:
    11959
    name:
    Kople Jelsa
    ocpidb_mapping_stasjon_id:
    NO#KPE#1590
    Street:
    Sandane
    House_number:
    55
    Zipcode:
    4234
    City:
    JELSA
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Kople AS
    Operator:
    Kople AS
    Number_charging_points:
    5
    Position:
    (59.3390477,6.0297714)
    Image:
    no.image.svg
    Available_charging_points:
    5
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2026-06-30 05:02:01
    Updated:
    2026-06-30 14:08:58
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_082135
    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:
    12
    trans:
    43 kW - 400V 3-phase max 63A
    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:
    10982
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28813*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10982
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    36
    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:
    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:
    10983
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28813*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10983
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    100
    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:
    13
    trans:
    50 kW - 500VDC max 100A
    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:
    10984
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28813*C
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10984
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    100
    4:
    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:
    32
    trans:
    200 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    920
    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:
    10985
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28814*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10985
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    217
    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:
    39
    trans:
    500 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    920
    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:
    10986
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28814*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10986
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    543
  2. csmd:
    id:
    43561
    distance:
    14253
    name:
    Powercharge Erfjord
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Hålandsosen
    House_number:
    8
    Zipcode:
    4233
    City:
    ERFJORD
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Powercharge
    Operator:
    Powercharge
    Number_charging_points:
    2
    Position:
    (59.3481657148778,6.23823750553198)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    Lading startes med Supercharge-appen, bankkort eller RFID.
    Contact_info:
    Helpdesk: 477 12 341 / post@supercharge.no eller gjennom kundeservice i appen
    Created:
    2025-03-21 09:37:00
    Updated:
    2025-09-25 16:43:55
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_43561
    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:
    42
    trans:
    180 kW DC
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    25
    trans:
    Bank card, charging card and cellular phone
    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:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    42
    trans:
    180 kW DC
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    25
    trans:
    Bank card, charging card and cellular phone
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  3. csmd:
    id:
    20119
    distance:
    17899
    name:
    Nedre-Dalane
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Nedre-Dalane
    House_number:
    26
    Zipcode:
    4230
    City:
    SAND
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Suldal kommune
    Operator:
    Suldal kommune
    Number_charging_points:
    2
    Position:
    (59.48425,6.25617)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    Midlertidig løsning i påvente av hurtigladere.
    Contact_info:
    not reported by source
    Created:
    2023-12-29 12:20:44
    Updated:
    2023-12-29 12:20:44
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_20119
    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:
    1
    trans:
    Open
    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
    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:
    1
    trans:
    Open
    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
    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:
    7444
    distance:
    18000
    name:
    Bunnpris Sand
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Øvre-Dalane
    House_number:
    10
    Zipcode:
    4230
    City:
    SAND
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Haugaland Kraft Energi
    Operator:
    Plugpay
    Number_charging_points:
    2
    Position:
    (59.483,6.25801)
    Image:
    no.image.svg
    Available_charging_points:
    2
    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:
    2021-03-22 16:07:24
    Updated:
    2024-01-03 15:15:25
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_07444
    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:
    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
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    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
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  5. csmd:
    id:
    70288
    distance:
    18882
    name:
    Supercharge Ryfylkevegen
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Ryfylkevegen
    House_number:
    6963
    Zipcode:
    4130
    City:
    HJELMELAND
    Municipality_ID:
    1133
    Municipality:
    HJELMELAND
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Supercharge
    Operator:
    Supercharge
    Number_charging_points:
    2
    Position:
    (59.23068467296256,6.154411300728315)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2025-10-22 13:27:48
    Updated:
    2025-10-22 13:27:48
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_70288
    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:
    7
    trans:
    Gas station
    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
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
    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
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
  6. csmd:
    id:
    41423
    distance:
    18964
    name:
    Powercharge Hjelmeland
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Vågaveien
    House_number:
    10
    Zipcode:
    4130
    City:
    HJELMELAND
    Municipality_ID:
    1133
    Municipality:
    HJELMELAND
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Powercharge
    Operator:
    Powercharge
    Number_charging_points:
    2
    Position:
    (59.23289865717222,6.166509511381321)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2025-02-06 15:13:49
    Updated:
    2025-09-25 16:44:59
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_41423
    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:
    42
    trans:
    180 kW DC
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    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:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    42
    trans:
    180 kW DC
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  7. csmd:
    id:
    40973
    distance:
    19092
    name:
    Gåsavikja 3
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Gåsavikja
    House_number:
    3
    Zipcode:
    4230
    City:
    SAND
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    Lading for lastebil NOR-LOG
    Owned_by:
    NOR-LOG
    Operator:
    EMES
    Number_charging_points:
    4
    Position:
    (59.4803,6.2709)
    Image:
    no.image.svg
    Available_charging_points:
    4
    User_comment:
    Bruker betalingsterminal og app på 500 kW lading
    Contact_info:
    not reported by source
    Created:
    2025-01-28 13:35:07
    Updated:
    2025-01-28 14:05:53
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_40973
    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:
    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:
    39
    trans:
    500 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    150-1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    500
    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:
    39
    trans:
    500 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    150-1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    500
    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:
    31
    trans:
    250 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    150-1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    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
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    250
    4:
    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:
    31
    trans:
    250 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    150-1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    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
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    250
limit:
25
offset:
0
returned:
7
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:

7 results

  1. csmd:
    id:
    82135
    distance:
    11959
    name:
    Kople Jelsa
    ocpidb_mapping_stasjon_id:
    NO#KPE#1590
    Street:
    Sandane
    House_number:
    55
    Zipcode:
    4234
    City:
    JELSA
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Kople AS
    Operator:
    Kople AS
    Number_charging_points:
    5
    Position:
    (59.3390477,6.0297714)
    Image:
    no.image.svg
    Available_charging_points:
    5
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2026-06-30 05:02:01
    Updated:
    2026-06-30 14:08:58
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_082135
    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:
    12
    trans:
    43 kW - 400V 3-phase max 63A
    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:
    10982
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28813*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10982
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    36
    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:
    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:
    10983
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28813*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10983
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    100
    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:
    13
    trans:
    50 kW - 500VDC max 100A
    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:
    10984
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28813*C
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10984
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    100
    4:
    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:
    32
    trans:
    200 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    920
    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:
    10985
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28814*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10985
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    217
    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:
    39
    trans:
    500 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    920
    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:
    10986
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E28814*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    10986
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    543
  2. csmd:
    id:
    43561
    distance:
    14253
    name:
    Powercharge Erfjord
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Hålandsosen
    House_number:
    8
    Zipcode:
    4233
    City:
    ERFJORD
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Powercharge
    Operator:
    Powercharge
    Number_charging_points:
    2
    Position:
    (59.3481657148778,6.23823750553198)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    Lading startes med Supercharge-appen, bankkort eller RFID.
    Contact_info:
    Helpdesk: 477 12 341 / post@supercharge.no eller gjennom kundeservice i appen
    Created:
    2025-03-21 09:37:00
    Updated:
    2025-09-25 16:43:55
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_43561
    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:
    42
    trans:
    180 kW DC
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    25
    trans:
    Bank card, charging card and cellular phone
    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:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    42
    trans:
    180 kW DC
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    25
    trans:
    Bank card, charging card and cellular phone
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  3. csmd:
    id:
    20119
    distance:
    17899
    name:
    Nedre-Dalane
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Nedre-Dalane
    House_number:
    26
    Zipcode:
    4230
    City:
    SAND
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Suldal kommune
    Operator:
    Suldal kommune
    Number_charging_points:
    2
    Position:
    (59.48425,6.25617)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    Midlertidig løsning i påvente av hurtigladere.
    Contact_info:
    not reported by source
    Created:
    2023-12-29 12:20:44
    Updated:
    2023-12-29 12:20:44
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_20119
    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:
    1
    trans:
    Open
    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
    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:
    1
    trans:
    Open
    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
    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:
    7444
    distance:
    18000
    name:
    Bunnpris Sand
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Øvre-Dalane
    House_number:
    10
    Zipcode:
    4230
    City:
    SAND
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Haugaland Kraft Energi
    Operator:
    Plugpay
    Number_charging_points:
    2
    Position:
    (59.483,6.25801)
    Image:
    no.image.svg
    Available_charging_points:
    2
    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:
    2021-03-22 16:07:24
    Updated:
    2024-01-03 15:15:25
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_07444
    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:
    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
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    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
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  5. csmd:
    id:
    70288
    distance:
    18882
    name:
    Supercharge Ryfylkevegen
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Ryfylkevegen
    House_number:
    6963
    Zipcode:
    4130
    City:
    HJELMELAND
    Municipality_ID:
    1133
    Municipality:
    HJELMELAND
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Supercharge
    Operator:
    Supercharge
    Number_charging_points:
    2
    Position:
    (59.23068467296256,6.154411300728315)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2025-10-22 13:27:48
    Updated:
    2025-10-22 13:27:48
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_70288
    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:
    7
    trans:
    Gas station
    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
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
    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
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
  6. csmd:
    id:
    41423
    distance:
    18964
    name:
    Powercharge Hjelmeland
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Vågaveien
    House_number:
    10
    Zipcode:
    4130
    City:
    HJELMELAND
    Municipality_ID:
    1133
    Municipality:
    HJELMELAND
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Powercharge
    Operator:
    Powercharge
    Number_charging_points:
    2
    Position:
    (59.23289865717222,6.166509511381321)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2025-02-06 15:13:49
    Updated:
    2025-09-25 16:44:59
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_41423
    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:
    42
    trans:
    180 kW DC
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    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:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    42
    trans:
    180 kW DC
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  7. csmd:
    id:
    40973
    distance:
    19092
    name:
    Gåsavikja 3
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Gåsavikja
    House_number:
    3
    Zipcode:
    4230
    City:
    SAND
    Municipality_ID:
    1134
    Municipality:
    SULDAL
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    Lading for lastebil NOR-LOG
    Owned_by:
    NOR-LOG
    Operator:
    EMES
    Number_charging_points:
    4
    Position:
    (59.4803,6.2709)
    Image:
    no.image.svg
    Available_charging_points:
    4
    User_comment:
    Bruker betalingsterminal og app på 500 kW lading
    Contact_info:
    not reported by source
    Created:
    2025-01-28 13:35:07
    Updated:
    2025-01-28 14:05:53
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_40973
    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:
    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:
    39
    trans:
    500 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    150-1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    500
    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:
    39
    trans:
    500 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    150-1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    500
    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:
    31
    trans:
    250 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    150-1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    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
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    250
    4:
    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:
    31
    trans:
    250 kW DC
    attrval:
    not reported by source
    12:
    attrtypeid:
    12
    attrname:
    Voltage (V)
    attrvalid:
    2
    trans:
    Voltage (V)
    attrval:
    150-1000
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    15
    trans:
    All rechargeable vehicles
    attrval:
    not reported by source
    18:
    attrtypeid:
    18
    attrname:
    Reservable
    attrvalid:
    2
    trans:
    No
    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
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    250
limit:
25
offset:
0
returned:
7
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.