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-03T04:58:59Z in 0.193 seconds.

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

1 results

  1. csmd:
    id:
    20148
    distance:
    530
    name:
    Utsira
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Nynorskvegen
    House_number:
    not reported by source
    Zipcode:
    5547
    City:
    UTSIRA
    Municipality_ID:
    1151
    Municipality:
    UTSIRA
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    Ved trafostasjon
    Owned_by:
    Haugaland Kraft Energi
    Operator:
    Plugpay
    Number_charging_points:
    1
    Position:
    (59.31217,4.88692)
    Image:
    no.image.svg
    Available_charging_points:
    1
    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:
    2024-01-04 13:56:26
    Updated:
    2024-01-04 14:21:16
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_20148
    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:
    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:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
limit:
25
offset:
0
returned:
1
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:

1 results

  1. csmd:
    id:
    20148
    distance:
    530
    name:
    Utsira
    ocpidb_mapping_stasjon_id:
    not reported by source
    Street:
    Nynorskvegen
    House_number:
    not reported by source
    Zipcode:
    5547
    City:
    UTSIRA
    Municipality_ID:
    1151
    Municipality:
    UTSIRA
    County_ID:
    11
    County:
    Rogaland
    Description_of_location:
    Ved trafostasjon
    Owned_by:
    Haugaland Kraft Energi
    Operator:
    Plugpay
    Number_charging_points:
    1
    Position:
    (59.31217,4.88692)
    Image:
    no.image.svg
    Available_charging_points:
    1
    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:
    2024-01-04 13:56:26
    Updated:
    2024-01-04 14:21:16
    Station_status:
    1
    Land_code:
    NOR
    International_id:
    NOR_20148
    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:
    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:
    20
    trans:
    Cellular phone and Charging card
    attrval:
    not reported by source
    25:
    attrtypeid:
    25
    attrname:
    Fixed cable
    attrvalid:
    2
    trans:
    No
    attrval:
    not reported by source
    26:
    attrtypeid:
    26
    attrname:
    Energy carrier
    attrvalid:
    1
    trans:
    Electricity
    attrval:
    not reported by source
limit:
25
offset:
0
returned:
1
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.