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:42:45Z in 0.222 seconds.

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

4 results

  1. csmd:
    id:
    5612
    distance:
    5137
    name:
    Sommarøy Camping og Marina
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Havnevegen
    House_number:
    11
    Zipcode:
    9110
    City:
    SOMMARØYA
    Municipality_ID:
    5501
    Municipality:
    TROMSØ
    County_ID:
    55
    County:
    Troms
    Description_of_location:
    Laderen plassert på serivcehuset.
    Owned_by:
    Sommarøy Camping og Marina
    Operator:
    Sommarøy Camping og Marina
    Number_charging_points:
    1
    Position:
    (69.636316,18.004713)
    Image:
    no.image.svg
    Available_charging_points:
    1
    User_comment:
    Kun for Tesla. Ladepunktet åpent, men betaling for bruk. For mer informasjon, se: https://www.tocn.no/2019/04/sommaroy-tromso/
    Contact_info:
    https://www.facebook.com/pg/sommaroycamping/about/?ref=page_internal
    Created:
    2019-04-11 11:28:33
    Updated:
    2019-04-11 11:28:33
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_05612
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    6
    trans:
    Hotel & restaurants
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    2
    trans:
    Visitors
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    40
    trans:
    Tesla Connector Model
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    2
    trans:
    Bank card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    23:
    attrtypeid:
    23
    attrname:
    Manufacturer
    attrvalid:
    6
    trans:
    Manufacturer
    attrval:
    Tesla
    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. csmd:
    id:
    21384
    distance:
    5141
    name:
    Havfrua kro
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Hamnevegen
    House_number:
    9
    Zipcode:
    9110
    City:
    SOMMARØYA
    Municipality_ID:
    5501
    Municipality:
    TROMSØ
    County_ID:
    55
    County:
    Troms
    Description_of_location:
    not reported by source
    Owned_by:
    Supercharge
    Operator:
    Supercharge
    Number_charging_points:
    5
    Position:
    (69.63475,18.00354)
    Image:
    no.image.svg
    Available_charging_points:
    5
    User_comment:
    Lading startes med Supercharge-appen som finnes i Google Play og App store. Bankkort og RFID er ikke enda aktivert.
    Contact_info:
    Helpdesk: 477 12 341 / post@supercharge.no eller gjennom kundeservice i appen
    Created:
    2024-03-05 12:48:39
    Updated:
    2025-02-25 14:44:23
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_21384
    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:
    6
    trans:
    Hotel & restaurants
    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:
    32
    trans:
    200 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:
    1
    trans:
    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:
    32
    trans:
    200 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:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    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:
    6750
    distance:
    6186
    name:
    Sommarøy
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Skipsholmvegen
    House_number:
    22
    Zipcode:
    9110
    City:
    SOMMARØYA
    Municipality_ID:
    5501
    Municipality:
    TROMSØ
    County_ID:
    55
    County:
    Troms
    Description_of_location:
    not reported by source
    Owned_by:
    Sommarøy Arctic Hotel Tromsø
    Operator:
    Sommarøy Arctic Hotel Tromsø
    Number_charging_points:
    2
    Position:
    (69.63589,17.99303)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    not reported by source
    Contact_info:
    +47 77 66 40 00 resepsjon@sommaroy.no
    Created:
    2020-07-24 12:45:22
    Updated:
    2020-07-24 12:46:16
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_06750
    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:
    6
    trans:
    Hotel & restaurants
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    2
    trans:
    Bank card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    2
    trans:
    Bank card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  4. csmd:
    id:
    18158
    distance:
    18222
    name:
    Nord-Senja Fisk
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Botnhamnveien
    House_number:
    787
    Zipcode:
    9373
    City:
    BOTNHAMN
    Municipality_ID:
    5530
    Municipality:
    SENJA
    County_ID:
    55
    County:
    Troms
    Description_of_location:
    Ved Fiskebruket i Botnhamn
    Owned_by:
    Mikkelsplass Invest AS
    Operator:
    Lade i Norge
    Number_charging_points:
    1
    Position:
    (69.50806,17.90629)
    Image:
    no.image.svg
    Available_charging_points:
    1
    User_comment:
    Last ned og bruk via Cloudcharge-app, med RFID-chip eller sms. Les mer her: https://www.defa.com/no/cloudcharge-community/
    Contact_info:
    Egil Johansen: +4791123613
    Created:
    2023-10-24 07:55:27
    Updated:
    2023-10-24 15:36:18
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_18158
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
limit:
25
offset:
0
returned:
4
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:

4 results

  1. csmd:
    id:
    5612
    distance:
    5137
    name:
    Sommarøy Camping og Marina
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Havnevegen
    House_number:
    11
    Zipcode:
    9110
    City:
    SOMMARØYA
    Municipality_ID:
    5501
    Municipality:
    TROMSØ
    County_ID:
    55
    County:
    Troms
    Description_of_location:
    Laderen plassert på serivcehuset.
    Owned_by:
    Sommarøy Camping og Marina
    Operator:
    Sommarøy Camping og Marina
    Number_charging_points:
    1
    Position:
    (69.636316,18.004713)
    Image:
    no.image.svg
    Available_charging_points:
    1
    User_comment:
    Kun for Tesla. Ladepunktet åpent, men betaling for bruk. For mer informasjon, se: https://www.tocn.no/2019/04/sommaroy-tromso/
    Contact_info:
    https://www.facebook.com/pg/sommaroycamping/about/?ref=page_internal
    Created:
    2019-04-11 11:28:33
    Updated:
    2019-04-11 11:28:33
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_05612
    attr:
    st:
    24:
    attrtypeid:
    24
    attrname:
    Open 24h
    attrvalid:
    1
    trans:
    Yes
    attrval:
    1
    21:
    attrtypeid:
    21
    attrname:
    Real-time information
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    22:
    attrtypeid:
    22
    attrname:
    Public funding
    attrvalid:
    4
    trans:
    None
    attrval:
    not reported by source
    7:
    attrtypeid:
    7
    attrname:
    Parking fee
    attrvalid:
    1
    trans:
    Yes
    attrval:
    not reported by source
    6:
    attrtypeid:
    6
    attrname:
    Time limit
    attrvalid:
    2
    trans:
    No
    attrval:
    0
    3:
    attrtypeid:
    3
    attrname:
    Location
    attrvalid:
    6
    trans:
    Hotel & restaurants
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    2
    trans:
    Visitors
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    40
    trans:
    Tesla Connector Model
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    10
    trans:
    11 kW - 400V 3-phase max 16A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    2
    trans:
    Bank card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    23:
    attrtypeid:
    23
    attrname:
    Manufacturer
    attrvalid:
    6
    trans:
    Manufacturer
    attrval:
    Tesla
    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. csmd:
    id:
    21384
    distance:
    5141
    name:
    Havfrua kro
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Hamnevegen
    House_number:
    9
    Zipcode:
    9110
    City:
    SOMMARØYA
    Municipality_ID:
    5501
    Municipality:
    TROMSØ
    County_ID:
    55
    County:
    Troms
    Description_of_location:
    not reported by source
    Owned_by:
    Supercharge
    Operator:
    Supercharge
    Number_charging_points:
    5
    Position:
    (69.63475,18.00354)
    Image:
    no.image.svg
    Available_charging_points:
    5
    User_comment:
    Lading startes med Supercharge-appen som finnes i Google Play og App store. Bankkort og RFID er ikke enda aktivert.
    Contact_info:
    Helpdesk: 477 12 341 / post@supercharge.no eller gjennom kundeservice i appen
    Created:
    2024-03-05 12:48:39
    Updated:
    2025-02-25 14:44:23
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_21384
    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:
    6
    trans:
    Hotel & restaurants
    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:
    32
    trans:
    200 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:
    1
    trans:
    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:
    32
    trans:
    200 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:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    3:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    4:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    30
    trans:
    CHAdeMO
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    13
    trans:
    50 kW - 500VDC max 100A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    Cellular phone
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    5:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    1
    trans:
    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:
    6750
    distance:
    6186
    name:
    Sommarøy
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Skipsholmvegen
    House_number:
    22
    Zipcode:
    9110
    City:
    SOMMARØYA
    Municipality_ID:
    5501
    Municipality:
    TROMSØ
    County_ID:
    55
    County:
    Troms
    Description_of_location:
    not reported by source
    Owned_by:
    Sommarøy Arctic Hotel Tromsø
    Operator:
    Sommarøy Arctic Hotel Tromsø
    Number_charging_points:
    2
    Position:
    (69.63589,17.99303)
    Image:
    no.image.svg
    Available_charging_points:
    2
    User_comment:
    not reported by source
    Contact_info:
    +47 77 66 40 00 resepsjon@sommaroy.no
    Created:
    2020-07-24 12:45:22
    Updated:
    2020-07-24 12:46:16
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_06750
    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:
    6
    trans:
    Hotel & restaurants
    attrval:
    not reported by source
    2:
    attrtypeid:
    2
    attrname:
    Availability
    attrvalid:
    1
    trans:
    Public
    attrval:
    not reported by source
    conn:
    1:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    2
    trans:
    Bank card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
    2:
    1:
    attrtypeid:
    1
    attrname:
    Accessibility
    attrvalid:
    5
    trans:
    Payment
    attrval:
    not reported by source
    4:
    attrtypeid:
    4
    attrname:
    Connector
    attrvalid:
    32
    trans:
    Type 2
    attrval:
    not reported by source
    5:
    attrtypeid:
    5
    attrname:
    Charging capacity
    attrvalid:
    11
    trans:
    22 kW - 400V 3-phase max 32A
    attrval:
    not reported by source
    17:
    attrtypeid:
    17
    attrname:
    Vehicle type
    attrvalid:
    1
    trans:
    Rechargeable cars and vans
    attrval:
    not reported by source
    19:
    attrtypeid:
    19
    attrname:
    Payment method
    attrvalid:
    2
    trans:
    Bank card
    attrval:
    not reported by source
    20:
    attrtypeid:
    20
    attrname:
    Charge mode
    attrvalid:
    3
    trans:
    Mode 3
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
  4. csmd:
    id:
    18158
    distance:
    18222
    name:
    Nord-Senja Fisk
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Botnhamnveien
    House_number:
    787
    Zipcode:
    9373
    City:
    BOTNHAMN
    Municipality_ID:
    5530
    Municipality:
    SENJA
    County_ID:
    55
    County:
    Troms
    Description_of_location:
    Ved Fiskebruket i Botnhamn
    Owned_by:
    Mikkelsplass Invest AS
    Operator:
    Lade i Norge
    Number_charging_points:
    1
    Position:
    (69.50806,17.90629)
    Image:
    no.image.svg
    Available_charging_points:
    1
    User_comment:
    Last ned og bruk via Cloudcharge-app, med RFID-chip eller sms. Les mer her: https://www.defa.com/no/cloudcharge-community/
    Contact_info:
    Egil Johansen: +4791123613
    Created:
    2023-10-24 07:55:27
    Updated:
    2023-10-24 15:36:18
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_18158
    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:
    25
    trans:
    Bank card, charging card and cellular phone
    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
limit:
25
offset:
0
returned:
4
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.