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-03T00:53:25Z in 0.211 seconds.

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

2 results

  1. csmd:
    id:
    8125
    distance:
    19069
    name:
    Joker Helgøysund
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Helgøysundvegen
    House_number:
    40
    Zipcode:
    4170
    City:
    SJERNARØY
    Municipality_ID:
    1103
    Municipality:
    STAVANGER
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Charge365
    Operator:
    Charge365
    Number_charging_points:
    2
    Position:
    (59.22734,5.8360925)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    Betal ved å: - Koble seg på og betale med SMS - Laste ned app (charge365) og betale med kort. - Lage seg bruker på charge365 og bestille brikke. Se mer informasjon her: https://www.charge365.no/veiledning-for-bruker
    Contact_info:
    Tel: +47 930 95 365 Epost: post@charge365.no
    Created:
    2021-10-08 16:33:32
    Updated:
    2021-10-08 16:33:32
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_08125
    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:
    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:
    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:
    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:
    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. csmd:
    id:
    20084
    distance:
    23187
    name:
    Kople Austre Bokn rasteplass E39
    ocpidb_mapping_stasjon_id:
    NO#KPE#695
    Street:
    E39 Regaviga
    House_number:
    not reported by source
    Zipcode:
    5561
    City:
    BOKN
    Municipality_ID:
    1145
    Municipality:
    BOKN
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Kople AS
    Operator:
    Kople AS
    Number_charging_points:
    7
    Position:
    (59.2476956,5.4723516)
    Image:
    no.image.svg
    Available_charging_points:
    7
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2023-12-22 11:56:56
    Updated:
    2026-06-26 17:14:43
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_20084
    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:
    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:
    2787
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7018*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    2787
    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:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    29
    trans:
    75 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:
    2788
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7018*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    2788
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    82
    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:
    24
    trans:
    150 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:
    645
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7017*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    645
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    163
    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:
    646
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7017*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    646
    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:
    24
    trans:
    150 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:
    647
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7017*C
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    647
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    163
    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
    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:
    7089
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E6762*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    7089
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
    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:
    7090
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E6761*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    7090
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
limit:
25
offset:
0
returned:
2
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:

2 results

  1. csmd:
    id:
    8125
    distance:
    19069
    name:
    Joker Helgøysund
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Helgøysundvegen
    House_number:
    40
    Zipcode:
    4170
    City:
    SJERNARØY
    Municipality_ID:
    1103
    Municipality:
    STAVANGER
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Charge365
    Operator:
    Charge365
    Number_charging_points:
    2
    Position:
    (59.22734,5.8360925)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    Betal ved å: - Koble seg på og betale med SMS - Laste ned app (charge365) og betale med kort. - Lage seg bruker på charge365 og bestille brikke. Se mer informasjon her: https://www.charge365.no/veiledning-for-bruker
    Contact_info:
    Tel: +47 930 95 365 Epost: post@charge365.no
    Created:
    2021-10-08 16:33:32
    Updated:
    2021-10-08 16:33:32
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_08125
    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:
    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:
    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:
    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:
    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. csmd:
    id:
    20084
    distance:
    23187
    name:
    Kople Austre Bokn rasteplass E39
    ocpidb_mapping_stasjon_id:
    NO#KPE#695
    Street:
    E39 Regaviga
    House_number:
    not reported by source
    Zipcode:
    5561
    City:
    BOKN
    Municipality_ID:
    1145
    Municipality:
    BOKN
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    not reported by source
    Owned_by:
    Kople AS
    Operator:
    Kople AS
    Number_charging_points:
    7
    Position:
    (59.2476956,5.4723516)
    Image:
    no.image.svg
    Available_charging_points:
    7
    User_comment:
    not reported by source
    Contact_info:
    not reported by source
    Created:
    2023-12-22 11:56:56
    Updated:
    2026-06-26 17:14:43
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_20084
    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:
    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:
    2787
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7018*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    2787
    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:
    39
    trans:
    CCS/Combo
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    29
    trans:
    75 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:
    2788
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7018*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    2788
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    82
    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:
    24
    trans:
    150 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:
    645
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7017*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    645
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    163
    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:
    646
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7017*B
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    646
    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:
    24
    trans:
    150 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:
    647
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E7017*C
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    647
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    163
    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
    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:
    7089
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E6762*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    7089
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
    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:
    7090
    28:
    attrtypeid:
    28
    attrname:
    EVSE ID
    attrvalid:
    8
    trans:
    EVSE ID
    attrval:
    NO*KPE*E6761*A
    29:
    attrtypeid:
    29
    attrname:
    Connector ID
    attrvalid:
    9
    trans:
    Connector ID
    attrval:
    7090
    31:
    attrtypeid:
    31
    attrname:
    Amperage (A)
    attrvalid:
    11
    trans:
    Amperage (A)
    attrval:
    18
limit:
25
offset:
0
returned:
2
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.