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
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.
| Parameter | Requirement | JSON type | Description |
|---|---|---|---|
lat | required | number | Centre latitude in WGS84 decimal degrees. |
lon | required | number | Centre longitude in WGS84 decimal degrees. |
distance_m | optional | integer | Maximum distance in metres. |
limit | optional | integer | Maximum number of stations, 1-200. |
realtime | optional | boolean | Request connector availability where reported to NOBIL. |
offset | optional | integer | Number 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.
Result
- Provider:
- NOBIL.no
- Rights:
- Creative Commons Attribution 4.0 International License
- apiver:
- 3
- chargerstations:
25 results
- csmd:
- id:
- 18084
- distance:
- 314
- name:
- Hertz Oslo S
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Dronning Eufemias Gate
- House_number:
- 6
- Zipcode:
- 0191
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Pay N Charge Nordic AB
- Operator:
- Pay N Charge Nordic AB
- Number_charging_points:
- 4
- Position:
- (59.90913,10.75475)
- Image:
- no.image.svg
- Available_charging_points:
- 4
- User_comment:
- Lading startes og betales med bankkort direkte på lader, app eller ladebrikke.
- Contact_info:
- www.payncharge.as/kontakt/ Tlf support: +4687475250
- Created:
- 2023-10-18 14:14:52
- Updated:
- 2023-10-23 14:55:31
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_18084
- 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:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 2
- trans:
- Visitors
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 10
- trans:
- 11 kW - 400V 3-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 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
- 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:
- 10
- trans:
- 11 kW - 400V 3-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 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
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 10
- trans:
- 11 kW - 400V 3-phase max 16A
- attrval:
- not reported by source
- 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
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 10
- trans:
- 11 kW - 400V 3-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 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
- csmd:
- id:
- 4945
- distance:
- 512
- name:
- Galleriet Vest/Schweigaardsgate 4
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Sonja Henies plass
- House_number:
- 1
- Zipcode:
- 0185
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- Galleriet Vest P-hus, rett ved Oslo Plaza, Oslo Spektrum og Bussterminalen
- Owned_by:
- Europark/Galleriet Parkering AS
- Operator:
- Europark/Galleriet Parkering AS
- Number_charging_points:
- 5
- Position:
- (59.91209,10.75484)
- Image:
- 4945.jpg
- Available_charging_points:
- 5
- User_comment:
- 5 stk Type 2 ladere 16 amp, ingen avgift for lading
- Contact_info:
- Europark 22 05 75 00
- Created:
- 2018-08-15 14:32:45
- Updated:
- 2018-10-03 10:38:57
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_04945
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- not reported by source
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 2:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 3
- trans:
- Other
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 5:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 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
- csmd:
- id:
- 69528
- distance:
- 594
- name:
- Galleri Øst - Akershus fylkeskommune
- ocpidb_mapping_stasjon_id:
- NO#KPE#716
- Street:
- Tøyenbekken
- House_number:
- 21
- Zipcode:
- 0188
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Akershus fylkeskommune
- Operator:
- Kople AS
- Number_charging_points:
- 10
- Position:
- (59.911627,10.7615846)
- Image:
- no.image.svg
- Available_charging_points:
- 10
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-10-06 10:42:43
- Updated:
- 2026-06-26 17:18:32
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_69528
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 2
- trans:
- No
- attrval:
- no
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 1
- trans:
- Street
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 3457
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8193*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3457
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 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
- 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:
- 3458
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8194*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3458
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 3459
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8202*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3459
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 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:
- 3460
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8200*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3460
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 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
- 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:
- 3461
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8195*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3461
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 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:
- 3462
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8199*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3462
- 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:
- 3463
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8198*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3463
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 8:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 400
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 27:
- attrtypeid:
- 27
- attrname:
- EVSE UID
- attrvalid:
- 7
- trans:
- EVSE UID
- attrval:
- 3464
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8201*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3464
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 9:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 3465
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8196*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3465
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 10:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 3466
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8197*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3466
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- csmd:
- id:
- 180
- distance:
- 599
- name:
- Galleriet Øst P-hus, Oslo
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Tøyenbekken
- House_number:
- 21
- Zipcode:
- 0188
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- Innkjøring fra Tøyenbekken, samme sted som til Grønlands Torg P-hus hvor det også er ladeplasser. Plass til høyre etter innkjøringen.
- Owned_by:
- EuroPark AS
- Operator:
- EuroPark AS
- Number_charging_points:
- 25
- Position:
- (59.91175,10.76154)
- Image:
- 180.jpg
- Available_charging_points:
- 25
- User_comment:
- Under Schweigaards gate 10, innkjøring fra Tøyenbekken. Nedre parkeringsplan.
- Contact_info:
- Tlf: 815 32 132 driftsentral@europark.no
- Created:
- 2010-03-26 17:13:50
- Updated:
- 2018-10-03 10:53:09
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_00180
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- not reported by source
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 2:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 5:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 6:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 7:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 8:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 9:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 10:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 11:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 12:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 13:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 14:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 15:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 16:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 17:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 18:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 19:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 20:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 21:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 22:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 23:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 24:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 25:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- csmd:
- id:
- 4946
- distance:
- 654
- name:
- Grønland Torg P-Hus
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Tøyenbekken
- House_number:
- 19
- Zipcode:
- 1056
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- Grønland Torg P-Hus, P-hus under Grønland Torg i nærheten av Bussterminal, T-bane. 9 stk Type 2 ladere 16 amp, 1 stk Type 2 lader 32 amp. Ladestasjoner plassert underetasje nr 1.g
- Owned_by:
- Grønnland Torg Parkering AS
- Operator:
- Grønnland Torg Parkering AS
- Number_charging_points:
- 10
- Position:
- (59.91196,10.76202)
- Image:
- 4946.jpg
- Available_charging_points:
- 10
- User_comment:
- Betaling gjennom Lade i Norge.
- Contact_info:
- Europark 22 05 75 00
- Created:
- 2018-08-15 14:57:31
- Updated:
- 2018-08-31 15:43:51
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_04946
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- not reported by source
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 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:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 5:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 6:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 7:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-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
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 8:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 9:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 10:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 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
- csmd:
- id:
- 82008
- distance:
- 671
- name:
- Spektrum P-hus test H
- ocpidb_mapping_stasjon_id:
- NO#TPE#NO-TPE-639056375339587677
- Street:
- Chr. Krohgs gate 1 -
- House_number:
- 11
- Zipcode:
- 0186
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Time Park-eMaber
- Operator:
- Time Park-eMaber
- Number_charging_points:
- 2
- Position:
- (59.9143161,10.7568026)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2026-06-26 18:41:07
- Updated:
- 2026-06-26 18:41:07
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_082008
- 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:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 8
- trans:
- 7,4 kW - 230V 1-phase max 32A
- attrval:
- not reported by source
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 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:
- 3AX02S106|0101
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*TPE*E404*10101
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 101
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- zpr22120501
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*TPE*E0004*101
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 2195
- distance:
- 726
- name:
- Europark Sørenga, Oslo
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Sørenga
- House_number:
- 2
- Zipcode:
- 0150
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- Sørenga P-hus. Sørenga ligger sentral til i Oslo med kort avstand til bla Den Norske Opera.
- Owned_by:
- EuroPark AS
- Operator:
- EuroPark AS
- Number_charging_points:
- 12
- Position:
- (59.90242,10.75423)
- Image:
- Kommer
- Available_charging_points:
- 12
- User_comment:
- Ladepunkt 1 - 4 har 22 kW 5-8 har 3,6 kW Man betaler for strømmen direkte på automaten for den strømmen man ønsker å benytte. Kr. 6,- pr time for ladere med 3,6 kw Kr. 30,- pr time for ladere med 22 kw
- Contact_info:
- Telefon: 22 05 75 00
- Created:
- 2014-09-27 13:13:22
- Updated:
- 2014-12-12 13:14:29
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_02195
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- not reported by source
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 2:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 5:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 6:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 7:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 8:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 9:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 10:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 11:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 12:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- csmd:
- id:
- 52833
- distance:
- 820
- name:
- Hausmanns gate 6 - 11659
- ocpidb_mapping_stasjon_id:
- NO#OOK#538765809814b6c2680038114f18
- Street:
- Hausmanns gate 6 - HC
- House_number:
- not reported by source
- Zipcode:
- 0186
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.9156101,10.758672)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:08:40
- Updated:
- 2026-06-26 16:51:28
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52833
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- a09b3a1edb7e4ef48351cd56
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11659*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- d5f6f05b32f24d6f8e8531fa
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11659*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52856
- distance:
- 821
- name:
- Hausmanns gate 6 - 11660
- ocpidb_mapping_stasjon_id:
- NO#OOK#5387658098857fdd4d0038939782
- Street:
- Hausmanns gate
- House_number:
- 6
- Zipcode:
- 0186
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.915663,10.758414)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:09:04
- Updated:
- 2026-06-26 16:51:29
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52856
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- a9ad0fd1730747209c2543ab
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11660*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- c6746caeca3a4efba6c8560c
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11660*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52888
- distance:
- 1022
- name:
- Hollendergata - 4793
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475abc125496b0038fc0840
- Street:
- Hollendergata
- House_number:
- 2
- Zipcode:
- 0190
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.9099604,10.7664621)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:09:37
- Updated:
- 2026-06-26 16:39:37
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52888
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- b192d3155c774b29874e8505
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E4793*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- fb54713118ba4fc4af0196e6
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E4793*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52864
- distance:
- 1022
- name:
- Hollendergata - 4794
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475abc1eb3dec003878d868
- Street:
- Hollendergata
- House_number:
- 2
- Zipcode:
- 0190
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.9099604,10.7664621)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:09:12
- Updated:
- 2026-06-26 16:39:38
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52864
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- aad9d61ef3344050bcde835f
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E4794*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- fffdb196603542399e02ed46
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E4794*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52917
- distance:
- 1121
- name:
- Mosseveien 10 - 11301
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab89eb3dec003878d669
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:10:07
- Updated:
- 2026-06-26 16:38:53
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52917
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- bb35037630844aebad854673
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11301*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- ca23a7b6a2744fa2a710000d
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11301*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52388
- distance:
- 1121
- name:
- Mosseveien 10 - 11304
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab8ceb3dec003878d67f
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:00:56
- Updated:
- 2026-06-26 16:38:56
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52388
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 38a8459f783a4e5089bb2356
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11304*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- c3fa64e9aa61449695486448
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11304*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52057
- distance:
- 1121
- name:
- Mosseveien 10 - 11300
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab8925496b0038fc0659
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:55:10
- Updated:
- 2026-06-26 16:38:52
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52057
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 05ed0cbb074e4167957a9885
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11300*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- e5896e59a9444a08bcea5749
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11300*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52622
- distance:
- 1121
- name:
- Mosseveien 10 - 11302
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab8aad87f80038208acf
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:05:00
- Updated:
- 2026-06-26 16:38:59
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52622
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 68424e1b0bff46f683214a86
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11302*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- b82fe391a934403ab0e144c9
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11302*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52054
- distance:
- 1121
- name:
- Mosseveien 10 - 11303
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab8b25496b0038fc0668
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:55:07
- Updated:
- 2026-06-26 16:38:54
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52054
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 0558a90c04c14456b7fd6d21
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11303*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 89fd731a05bd44f0a9674da3
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11303*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52156
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11612
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b109d44c7d2c00383d23f9
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:56:54
- Updated:
- 2026-06-26 16:49:52
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52156
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 13c05c320dbb47d1b6e56a04
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11612*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- ca9726c5593a426b83835610
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11612*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 27812
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11608
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b104e4f6bd05003834ba82
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2024-06-02 05:03:03
- Updated:
- 2026-06-26 16:49:47
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_27812
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 0563e4282413419a8753773b
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11608*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 341455cee87d4ad58e8f04c3
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11608*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52584
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11610
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b107f1ac8d4000389f29fc
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:04:21
- Updated:
- 2026-06-26 16:49:50
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52584
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 5f592b4beaa34c45b18d5599
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11610*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- cc71c32fe1f54611a35f466c
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11610*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52202
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11609
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b106a88233b2003835a847
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:57:42
- Updated:
- 2026-06-26 16:49:49
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52202
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 1a899a0a10e14a648207d008
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11609*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- d7ac090b6b29496a959d5ed8
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11609*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52175
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11611
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b108f84c7d2c00383d1b8f
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:57:14
- Updated:
- 2026-06-26 16:49:51
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52175
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 16d5882c58574459a66fd022
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11611*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- f312bd74edfb41f3b482bd5e
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11611*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52039
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11607
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b103a6f6bd05003834af02
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:54:51
- Updated:
- 2026-06-26 16:49:46
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52039
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 0354bdb4d4584f6d8d008c3a
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11607*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 08c1dc787f834f3ca2fa7966
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11607*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 43623
- distance:
- 1199
- name:
- Leirfallsgata 6 - 11961
- ocpidb_mapping_stasjon_id:
- NO#OOK#538767e07d70e09992b4243eb806
- Street:
- Leirfallsgata
- House_number:
- 6
- Zipcode:
- 0550
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.919175,10.757893)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-03-24 00:58:07
- Updated:
- 2026-06-26 16:55:56
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_43623
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 0c60c15ac98f4369b4bad257
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11961*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 7eaef3f0d0114950b3f63019
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11961*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 43608
- distance:
- 1199
- name:
- Leirfallsgata 6 - 11960
- ocpidb_mapping_stasjon_id:
- NO#OOK#538767e07d6f7b6a58cd822ba706
- Street:
- Leirfallsgata
- House_number:
- 6
- Zipcode:
- 0550
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.919175,10.757893)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-03-24 00:57:52
- Updated:
- 2026-06-26 16:55:54
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_43608
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 144b6575355b4ed88e6c853e
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11960*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 92c5d926d8fe41d089f79b04
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11960*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 78087
- distance:
- 1211
- name:
- Osterhaus gate - 12189
- ocpidb_mapping_stasjon_id:
- NO#OOK#538768ca8dc29d0a83c7d43cd601
- Street:
- Osterhaus gate - Varebil
- House_number:
- not reported by source
- Zipcode:
- 0183
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.917739,10.7518563)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2026-04-16 11:21:26
- Updated:
- 2026-06-26 17:00:05
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_078087
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 2
- trans:
- No
- attrval:
- no
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 1
- trans:
- Street
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 0548024f94f04954adb5e881
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E12189*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 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:
- 822cdda69fc6445ba7979f7f
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E12189*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- limit:
- 25
- offset:
- 0
- returned:
- 25
- 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:
25 results
- csmd:
- id:
- 18084
- distance:
- 314
- name:
- Hertz Oslo S
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Dronning Eufemias Gate
- House_number:
- 6
- Zipcode:
- 0191
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Pay N Charge Nordic AB
- Operator:
- Pay N Charge Nordic AB
- Number_charging_points:
- 4
- Position:
- (59.90913,10.75475)
- Image:
- no.image.svg
- Available_charging_points:
- 4
- User_comment:
- Lading startes og betales med bankkort direkte på lader, app eller ladebrikke.
- Contact_info:
- www.payncharge.as/kontakt/ Tlf support: +4687475250
- Created:
- 2023-10-18 14:14:52
- Updated:
- 2023-10-23 14:55:31
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_18084
- 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:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 2
- trans:
- Visitors
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 10
- trans:
- 11 kW - 400V 3-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 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
- 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:
- 10
- trans:
- 11 kW - 400V 3-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 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
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 10
- trans:
- 11 kW - 400V 3-phase max 16A
- attrval:
- not reported by source
- 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
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 10
- trans:
- 11 kW - 400V 3-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 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
- csmd:
- id:
- 4945
- distance:
- 512
- name:
- Galleriet Vest/Schweigaardsgate 4
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Sonja Henies plass
- House_number:
- 1
- Zipcode:
- 0185
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- Galleriet Vest P-hus, rett ved Oslo Plaza, Oslo Spektrum og Bussterminalen
- Owned_by:
- Europark/Galleriet Parkering AS
- Operator:
- Europark/Galleriet Parkering AS
- Number_charging_points:
- 5
- Position:
- (59.91209,10.75484)
- Image:
- 4945.jpg
- Available_charging_points:
- 5
- User_comment:
- 5 stk Type 2 ladere 16 amp, ingen avgift for lading
- Contact_info:
- Europark 22 05 75 00
- Created:
- 2018-08-15 14:32:45
- Updated:
- 2018-10-03 10:38:57
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_04945
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- not reported by source
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 2:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 3
- trans:
- Other
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 5:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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:
- Salto
- 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
- csmd:
- id:
- 69528
- distance:
- 594
- name:
- Galleri Øst - Akershus fylkeskommune
- ocpidb_mapping_stasjon_id:
- NO#KPE#716
- Street:
- Tøyenbekken
- House_number:
- 21
- Zipcode:
- 0188
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Akershus fylkeskommune
- Operator:
- Kople AS
- Number_charging_points:
- 10
- Position:
- (59.911627,10.7615846)
- Image:
- no.image.svg
- Available_charging_points:
- 10
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-10-06 10:42:43
- Updated:
- 2026-06-26 17:18:32
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_69528
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 2
- trans:
- No
- attrval:
- no
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 1
- trans:
- Street
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 3457
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8193*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3457
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 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
- 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:
- 3458
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8194*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3458
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 3459
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8202*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3459
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 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:
- 3460
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8200*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3460
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 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
- 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:
- 3461
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8195*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3461
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 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:
- 3462
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8199*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3462
- 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:
- 3463
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8198*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3463
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 8:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 400
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 27:
- attrtypeid:
- 27
- attrname:
- EVSE UID
- attrvalid:
- 7
- trans:
- EVSE UID
- attrval:
- 3464
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8201*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3464
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 9:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 3465
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8196*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3465
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- 10:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 3466
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*KPE*E8197*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 3466
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 18
- csmd:
- id:
- 180
- distance:
- 599
- name:
- Galleriet Øst P-hus, Oslo
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Tøyenbekken
- House_number:
- 21
- Zipcode:
- 0188
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- Innkjøring fra Tøyenbekken, samme sted som til Grønlands Torg P-hus hvor det også er ladeplasser. Plass til høyre etter innkjøringen.
- Owned_by:
- EuroPark AS
- Operator:
- EuroPark AS
- Number_charging_points:
- 25
- Position:
- (59.91175,10.76154)
- Image:
- 180.jpg
- Available_charging_points:
- 25
- User_comment:
- Under Schweigaards gate 10, innkjøring fra Tøyenbekken. Nedre parkeringsplan.
- Contact_info:
- Tlf: 815 32 132 driftsentral@europark.no
- Created:
- 2010-03-26 17:13:50
- Updated:
- 2018-10-03 10:53:09
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_00180
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- not reported by source
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 2:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 5:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 6:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 7:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 8:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 9:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 10:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 11:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 12:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 13:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 14:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 15:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 16:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 17:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 18:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 19:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 20:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 21:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 22:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 23:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 24:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 25:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 1
- trans:
- Open
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 1
- trans:
- Cellular phone
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- csmd:
- id:
- 4946
- distance:
- 654
- name:
- Grønland Torg P-Hus
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Tøyenbekken
- House_number:
- 19
- Zipcode:
- 1056
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- Grønland Torg P-Hus, P-hus under Grønland Torg i nærheten av Bussterminal, T-bane. 9 stk Type 2 ladere 16 amp, 1 stk Type 2 lader 32 amp. Ladestasjoner plassert underetasje nr 1.g
- Owned_by:
- Grønnland Torg Parkering AS
- Operator:
- Grønnland Torg Parkering AS
- Number_charging_points:
- 10
- Position:
- (59.91196,10.76202)
- Image:
- 4946.jpg
- Available_charging_points:
- 10
- User_comment:
- Betaling gjennom Lade i Norge.
- Contact_info:
- Europark 22 05 75 00
- Created:
- 2018-08-15 14:57:31
- Updated:
- 2018-08-31 15:43:51
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_04946
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- not reported by source
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 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:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 5:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 6:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 7:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-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
- 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:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 8:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 9:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 20
- trans:
- Cellular phone and Charging card
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 10:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 6
- trans:
- Cellular phone
- 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
- 23:
- attrtypeid:
- 23
- attrname:
- Manufacturer
- attrvalid:
- 6
- trans:
- Manufacturer
- attrval:
- Salto
- 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
- csmd:
- id:
- 82008
- distance:
- 671
- name:
- Spektrum P-hus test H
- ocpidb_mapping_stasjon_id:
- NO#TPE#NO-TPE-639056375339587677
- Street:
- Chr. Krohgs gate 1 -
- House_number:
- 11
- Zipcode:
- 0186
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Time Park-eMaber
- Operator:
- Time Park-eMaber
- Number_charging_points:
- 2
- Position:
- (59.9143161,10.7568026)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2026-06-26 18:41:07
- Updated:
- 2026-06-26 18:41:07
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_082008
- 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:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 8
- trans:
- 7,4 kW - 230V 1-phase max 32A
- attrval:
- not reported by source
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 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:
- 3AX02S106|0101
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*TPE*E404*10101
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 101
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- zpr22120501
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*TPE*E0004*101
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 2195
- distance:
- 726
- name:
- Europark Sørenga, Oslo
- ocpidb_mapping_stasjon_id:
- not reported by source
- Street:
- Sørenga
- House_number:
- 2
- Zipcode:
- 0150
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- Sørenga P-hus. Sørenga ligger sentral til i Oslo med kort avstand til bla Den Norske Opera.
- Owned_by:
- EuroPark AS
- Operator:
- EuroPark AS
- Number_charging_points:
- 12
- Position:
- (59.90242,10.75423)
- Image:
- Kommer
- Available_charging_points:
- 12
- User_comment:
- Ladepunkt 1 - 4 har 22 kW 5-8 har 3,6 kW Man betaler for strømmen direkte på automaten for den strømmen man ønsker å benytte. Kr. 6,- pr time for ladere med 3,6 kw Kr. 30,- pr time for ladere med 22 kw
- Contact_info:
- Telefon: 22 05 75 00
- Created:
- 2014-09-27 13:13:22
- Updated:
- 2014-12-12 13:14:29
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_02195
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- not reported by source
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 2
- trans:
- Car park
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 2:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 3:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 4:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 5:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 6:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- attrval:
- not reported by source
- 20:
- attrtypeid:
- 20
- attrname:
- Charge mode
- attrvalid:
- 3
- trans:
- Mode 3
- attrval:
- not reported by source
- 25:
- attrtypeid:
- 25
- attrname:
- Fixed cable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 26:
- attrtypeid:
- 26
- attrname:
- Energy carrier
- attrvalid:
- 1
- trans:
- Electricity
- attrval:
- not reported by source
- 7:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 8:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 9:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 10:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 11:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- 12:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 7
- trans:
- 3,6 kW - 230V 1-phase max 16A
- attrval:
- not reported by source
- 17:
- attrtypeid:
- 17
- attrname:
- Vehicle type
- attrvalid:
- 1
- trans:
- Rechargeable cars and vans
- attrval:
- not reported by source
- 18:
- attrtypeid:
- 18
- attrname:
- Reservable
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 19:
- attrtypeid:
- 19
- attrname:
- Payment method
- attrvalid:
- 10
- trans:
- Miscellaneous
- 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
- csmd:
- id:
- 52833
- distance:
- 820
- name:
- Hausmanns gate 6 - 11659
- ocpidb_mapping_stasjon_id:
- NO#OOK#538765809814b6c2680038114f18
- Street:
- Hausmanns gate 6 - HC
- House_number:
- not reported by source
- Zipcode:
- 0186
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.9156101,10.758672)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:08:40
- Updated:
- 2026-06-26 16:51:28
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52833
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- a09b3a1edb7e4ef48351cd56
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11659*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- d5f6f05b32f24d6f8e8531fa
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11659*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52856
- distance:
- 821
- name:
- Hausmanns gate 6 - 11660
- ocpidb_mapping_stasjon_id:
- NO#OOK#5387658098857fdd4d0038939782
- Street:
- Hausmanns gate
- House_number:
- 6
- Zipcode:
- 0186
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.915663,10.758414)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:09:04
- Updated:
- 2026-06-26 16:51:29
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52856
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- a9ad0fd1730747209c2543ab
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11660*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- c6746caeca3a4efba6c8560c
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11660*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52888
- distance:
- 1022
- name:
- Hollendergata - 4793
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475abc125496b0038fc0840
- Street:
- Hollendergata
- House_number:
- 2
- Zipcode:
- 0190
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.9099604,10.7664621)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:09:37
- Updated:
- 2026-06-26 16:39:37
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52888
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- b192d3155c774b29874e8505
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E4793*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- fb54713118ba4fc4af0196e6
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E4793*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52864
- distance:
- 1022
- name:
- Hollendergata - 4794
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475abc1eb3dec003878d868
- Street:
- Hollendergata
- House_number:
- 2
- Zipcode:
- 0190
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.9099604,10.7664621)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:09:12
- Updated:
- 2026-06-26 16:39:38
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52864
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- aad9d61ef3344050bcde835f
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E4794*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- fffdb196603542399e02ed46
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E4794*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52917
- distance:
- 1121
- name:
- Mosseveien 10 - 11301
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab89eb3dec003878d669
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:10:07
- Updated:
- 2026-06-26 16:38:53
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52917
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- bb35037630844aebad854673
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11301*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- ca23a7b6a2744fa2a710000d
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11301*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52388
- distance:
- 1121
- name:
- Mosseveien 10 - 11304
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab8ceb3dec003878d67f
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:00:56
- Updated:
- 2026-06-26 16:38:56
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52388
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 38a8459f783a4e5089bb2356
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11304*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- c3fa64e9aa61449695486448
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11304*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52057
- distance:
- 1121
- name:
- Mosseveien 10 - 11300
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab8925496b0038fc0659
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:55:10
- Updated:
- 2026-06-26 16:38:52
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52057
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 05ed0cbb074e4167957a9885
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11300*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- e5896e59a9444a08bcea5749
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11300*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52622
- distance:
- 1121
- name:
- Mosseveien 10 - 11302
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab8aad87f80038208acf
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:05:00
- Updated:
- 2026-06-26 16:38:59
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52622
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 68424e1b0bff46f683214a86
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11302*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- b82fe391a934403ab0e144c9
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11302*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52054
- distance:
- 1121
- name:
- Mosseveien 10 - 11303
- ocpidb_mapping_stasjon_id:
- NO#OOK#53876475ab8b25496b0038fc0668
- Street:
- Mosseveien
- House_number:
- 10
- Zipcode:
- 0193
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.901932,10.76541)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:55:07
- Updated:
- 2026-06-26 16:38:54
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52054
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 0558a90c04c14456b7fd6d21
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11303*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 89fd731a05bd44f0a9674da3
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11303*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 30
- csmd:
- id:
- 52156
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11612
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b109d44c7d2c00383d23f9
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:56:54
- Updated:
- 2026-06-26 16:49:52
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52156
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 13c05c320dbb47d1b6e56a04
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11612*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- ca9726c5593a426b83835610
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11612*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 27812
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11608
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b104e4f6bd05003834ba82
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2024-06-02 05:03:03
- Updated:
- 2026-06-26 16:49:47
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_27812
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 0563e4282413419a8753773b
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11608*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 341455cee87d4ad58e8f04c3
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11608*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52584
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11610
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b107f1ac8d4000389f29fc
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 12:04:21
- Updated:
- 2026-06-26 16:49:50
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52584
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 5f592b4beaa34c45b18d5599
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11610*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- cc71c32fe1f54611a35f466c
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11610*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52202
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11609
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b106a88233b2003835a847
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:57:42
- Updated:
- 2026-06-26 16:49:49
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52202
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 1a899a0a10e14a648207d008
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11609*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- d7ac090b6b29496a959d5ed8
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11609*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52175
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11611
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b108f84c7d2c00383d1b8f
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:57:14
- Updated:
- 2026-06-26 16:49:51
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52175
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 16d5882c58574459a66fd022
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11611*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- f312bd74edfb41f3b482bd5e
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11611*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 52039
- distance:
- 1191
- name:
- Heimdalsgata 24 - 11607
- ocpidb_mapping_stasjon_id:
- NO#OOK#538764b103a6f6bd05003834af02
- Street:
- Heimdalsgata
- House_number:
- 24
- Zipcode:
- 0561
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.916041,10.764882)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-05-27 11:54:51
- Updated:
- 2026-06-26 16:49:46
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_52039
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 0354bdb4d4584f6d8d008c3a
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11607*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 08c1dc787f834f3ca2fa7966
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11607*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 43623
- distance:
- 1199
- name:
- Leirfallsgata 6 - 11961
- ocpidb_mapping_stasjon_id:
- NO#OOK#538767e07d70e09992b4243eb806
- Street:
- Leirfallsgata
- House_number:
- 6
- Zipcode:
- 0550
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.919175,10.757893)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-03-24 00:58:07
- Updated:
- 2026-06-26 16:55:56
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_43623
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 0c60c15ac98f4369b4bad257
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11961*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 7eaef3f0d0114950b3f63019
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11961*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 43608
- distance:
- 1199
- name:
- Leirfallsgata 6 - 11960
- ocpidb_mapping_stasjon_id:
- NO#OOK#538767e07d6f7b6a58cd822ba706
- Street:
- Leirfallsgata
- House_number:
- 6
- Zipcode:
- 0550
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.919175,10.757893)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2025-03-24 00:57:52
- Updated:
- 2026-06-26 16:55:54
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_43608
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 144b6575355b4ed88e6c853e
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11960*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 12:
- attrtypeid:
- 12
- attrname:
- Voltage (V)
- attrvalid:
- 2
- trans:
- Voltage (V)
- attrval:
- 230
- 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:
- 92c5d926d8fe41d089f79b04
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E11960*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- csmd:
- id:
- 78087
- distance:
- 1211
- name:
- Osterhaus gate - 12189
- ocpidb_mapping_stasjon_id:
- NO#OOK#538768ca8dc29d0a83c7d43cd601
- Street:
- Osterhaus gate - Varebil
- House_number:
- not reported by source
- Zipcode:
- 0183
- City:
- OSLO
- Municipality_ID:
- 0301
- Municipality:
- OSLO
- County_ID:
- 03
- County:
- Oslo
- Description_of_location:
- not reported by source
- Owned_by:
- Oslo Kommune
- Operator:
- Oslo Kommune
- Number_charging_points:
- 2
- Position:
- (59.917739,10.7518563)
- Image:
- no.image.svg
- Available_charging_points:
- 2
- User_comment:
- not reported by source
- Contact_info:
- not reported by source
- Created:
- 2026-04-16 11:21:26
- Updated:
- 2026-06-26 17:00:05
- Station_status:
- 1
- Land_code:
- NOR
- International_id:
- NOR_078087
- attr:
- st:
- 24:
- attrtypeid:
- 24
- attrname:
- Open 24h
- attrvalid:
- 1
- trans:
- Yes
- attrval:
- 1
- 21:
- attrtypeid:
- 21
- attrname:
- Real-time information
- attrvalid:
- 2
- trans:
- No
- attrval:
- not reported by source
- 22:
- attrtypeid:
- 22
- attrname:
- Public funding
- attrvalid:
- 4
- trans:
- None
- attrval:
- not reported by source
- 7:
- attrtypeid:
- 7
- attrname:
- Parking fee
- attrvalid:
- 2
- trans:
- No
- attrval:
- no
- 6:
- attrtypeid:
- 6
- attrname:
- Time limit
- attrvalid:
- 2
- trans:
- No
- attrval:
- 0
- 3:
- attrtypeid:
- 3
- attrname:
- Location
- attrvalid:
- 1
- trans:
- Street
- attrval:
- not reported by source
- 2:
- attrtypeid:
- 2
- attrname:
- Availability
- attrvalid:
- 1
- trans:
- Public
- attrval:
- not reported by source
- conn:
- 1:
- 1:
- attrtypeid:
- 1
- attrname:
- Accessibility
- attrvalid:
- 5
- trans:
- Payment
- attrval:
- not reported by source
- 4:
- attrtypeid:
- 4
- attrname:
- Connector
- attrvalid:
- 32
- trans:
- Type 2
- attrval:
- not reported by source
- 5:
- attrtypeid:
- 5
- attrname:
- Charging capacity
- attrvalid:
- 11
- trans:
- 22 kW - 400V 3-phase max 32A
- attrval:
- not reported by source
- 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:
- 0548024f94f04954adb5e881
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E12189*A
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- 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
- 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:
- 822cdda69fc6445ba7979f7f
- 28:
- attrtypeid:
- 28
- attrname:
- EVSE ID
- attrvalid:
- 8
- trans:
- EVSE ID
- attrval:
- NO*OOK*E12189*B
- 29:
- attrtypeid:
- 29
- attrname:
- Connector ID
- attrvalid:
- 9
- trans:
- Connector ID
- attrval:
- 1
- 31:
- attrtypeid:
- 31
- attrname:
- Amperage (A)
- attrvalid:
- 11
- trans:
- Amperage (A)
- attrval:
- 32
- limit:
- 25
- offset:
- 0
- returned:
- 25
- has_more_results:
- no
- truncated:
- no
Will you use the result in generated code?
Continue exploring
- Combined place page for the coordinates
- Back to NOBIL
- All sources in Energy and power systems
- Search for NOBIL in the wiki
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
- Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
- Check types, units, limits and ID formats in the parameter table.
- 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
- If the result has coordinates, open the place page to combine this lookup with the other point-based services.
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.
AI agent? Read the complete navigation and programming guide.