Place List List
Using the place endpoint
Here, locations for events are listed. Events in each location can be found at the
event endpoint using the query parameter location. Most locations use
the id format tprek:28473. An easy way to locate service points is to browse our
Service Map, which uses the same location ids, e.g.
servicemap.hel.fi/unit/28473.
Default ordering is decreasing order by the number of events found.
Place text
To find places that contain a specific string, use the query parameter text.
Example:
place/?text=tuomiokirkko
District
To restrict the retrieved places to city district(s), use the query parameter division,
separating values by commas if you wish to query for several divisions.
City of Helsinki neighborhoods (kaupunginosa), districts (peruspiiri) and subdistricts (osa-alue) are supported. Check the divisions on the Helsinki map service.
You may query either by specific OCD division type peruspiiri:malmi,
or by division name malmi. The latter query checks all divisions with
the name, regardless of division type.
Example:
place/?division=malmi
Place source
Will restrict places to a specific data source.
Example:
place/?data_source=tprek
Show only places with the upcoming events
To show only the places which are used in the upcoming events supply the has_upcoming_events
query parameter.
Example:
place/?has_upcoming_events=true
Showing all places
By default, only those locations which have listed events are displayed. You may display
locations with zero n_events with the query parameter show_all_places.
Example:
place/?show_all_places=true
Showing deleted places
By default, deleted places are not displayed. You may also display deleted places with the
query parameter show_deleted.
For example:
place/?show_deleted=True
Ordering
Default ordering is decreasing order by the number of events found. You may also order results
by name, street_address or postal_code.
For example:
place/?sort=name
GET /v1/place/?format=api&page=7370&show_all_places=true
{ "meta": { "count": 151727, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7371&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7369&show_all_places=true" }, "data": [ { "id": "osoite:vuohilammentie_14b_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:20.759678Z", "last_modified_time": "2023-09-10T06:30:20.759694Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5110812, 60.2589691 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 14b", "sv": "Vuohilampivägen 14b" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 14b, Espoo", "sv": "Vuohilampivägen 14b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_14b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_15_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:22.051457Z", "last_modified_time": "2023-09-10T06:30:22.051480Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5111277, 60.2582781 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 15", "sv": "Vuohilampivägen 15" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 15, Espoo", "sv": "Vuohilampivägen 15, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_15_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_16a_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:22.949484Z", "last_modified_time": "2023-09-10T06:30:22.949500Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5123652, 60.2588661 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 16a", "sv": "Vuohilampivägen 16a" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 16a, Espoo", "sv": "Vuohilampivägen 16a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_16a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_16b_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:23.379491Z", "last_modified_time": "2023-09-10T06:30:23.379505Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5115099, 60.2592937 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 16b", "sv": "Vuohilampivägen 16b" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 16b, Espoo", "sv": "Vuohilampivägen 16b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_16b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_17_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:23.702404Z", "last_modified_time": "2023-09-10T06:30:23.702422Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5118112, 60.2584691 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 17", "sv": "Vuohilampivägen 17" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 17, Espoo", "sv": "Vuohilampivägen 17, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_17_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_18_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:23.860781Z", "last_modified_time": "2023-09-10T06:30:23.860803Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5129579, 60.2590926 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 18", "sv": "Vuohilampivägen 18" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 18, Espoo", "sv": "Vuohilampivägen 18, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_18_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_19_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:24.017283Z", "last_modified_time": "2023-09-10T06:30:24.017299Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5123508, 60.2586237 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 19", "sv": "Vuohilampivägen 19" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 19, Espoo", "sv": "Vuohilampivägen 19, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_19_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_1_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:14.861040Z", "last_modified_time": "2023-09-10T06:30:14.861055Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5047243, 60.2576979 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 1", "sv": "Vuohilampivägen 1" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 1, Espoo", "sv": "Vuohilampivägen 1, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_20-22_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:26.042821Z", "last_modified_time": "2023-09-10T06:30:26.042835Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5140851, 60.2598238 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 20-22", "sv": "Vuohilampivägen 20-22" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 20-22, Espoo", "sv": "Vuohilampivägen 20-22, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_20-22_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_21_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:27.453572Z", "last_modified_time": "2023-09-10T06:30:27.453588Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5132853, 60.2589412 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 21", "sv": "Vuohilampivägen 21" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 21, Espoo", "sv": "Vuohilampivägen 21, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_21_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_23_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:28.446563Z", "last_modified_time": "2023-09-10T06:30:28.446579Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5136791, 60.259185 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 23", "sv": "Vuohilampivägen 23" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 23, Espoo", "sv": "Vuohilampivägen 23, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_23_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_24_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:29.167510Z", "last_modified_time": "2023-09-10T06:30:29.167525Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5150503, 60.2605094 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 24", "sv": "Vuohilampivägen 24" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 24, Espoo", "sv": "Vuohilampivägen 24, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_24_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_25_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:29.371152Z", "last_modified_time": "2023-09-10T06:30:29.371166Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5139298, 60.2593296 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 25", "sv": "Vuohilampivägen 25" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 25, Espoo", "sv": "Vuohilampivägen 25, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_25_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_26_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:29.673536Z", "last_modified_time": "2023-09-10T06:30:29.673552Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5146569, 60.2614594 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 26", "sv": "Vuohilampivägen 26" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 26, Espoo", "sv": "Vuohilampivägen 26, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_26_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_27_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:29.831153Z", "last_modified_time": "2023-09-10T06:30:29.831167Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5144135, 60.2596006 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 27", "sv": "Vuohilampivägen 27" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 27, Espoo", "sv": "Vuohilampivägen 27, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_27_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_28_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:29.987232Z", "last_modified_time": "2023-09-10T06:30:29.987247Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5140138, 60.262193 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 28", "sv": "Vuohilampivägen 28" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 28, Espoo", "sv": "Vuohilampivägen 28, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_28_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_29_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:30.349912Z", "last_modified_time": "2023-09-10T06:30:30.349929Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5148077, 60.2598174 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 29", "sv": "Vuohilampivägen 29" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 29, Espoo", "sv": "Vuohilampivägen 29, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_29_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_2_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:24.360315Z", "last_modified_time": "2023-09-10T06:30:24.360331Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5053712, 60.2579157 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 2", "sv": "Vuohilampivägen 2" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 2, Espoo", "sv": "Vuohilampivägen 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_31_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:33.446478Z", "last_modified_time": "2023-09-10T06:30:33.446495Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.515166, 60.2600162 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 31", "sv": "Vuohilampivägen 31" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 31, Espoo", "sv": "Vuohilampivägen 31, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_31_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohilammentie_33_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-10T06:30:34.464068Z", "last_modified_time": "2023-09-10T06:30:34.464084Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": null, "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 24.5154873, 60.2602777 ] }, "info_url": null, "street_address": { "fi": "Vuohilammentie 33", "sv": "Vuohilampivägen 33" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohilammentie 33, Espoo", "sv": "Vuohilampivägen 33, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohilammentie_33_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }