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=7288&show_all_places=true
{ "meta": { "count": 152342, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7289&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7287&show_all_places=true" }, "data": [ { "id": "osoite:viherkummuntie_5_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:28:13.166253Z", "last_modified_time": "2023-09-08T06:28:13.166271Z", "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.8770027, 60.2759946 ] }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "street_address": { "fi": "Viherkummuntie 5", "sv": "Grönkullavägen 5" }, "description": null, "name": { "fi": "Viherkummuntie 5, Vantaa", "sv": "Grönkullavägen 5, Vanda" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_5_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherkummuntie_6_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:28:13.573833Z", "last_modified_time": "2023-09-08T06:28:13.573851Z", "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.8767123, 60.2763354 ] }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "street_address": { "fi": "Viherkummuntie 6", "sv": "Grönkullavägen 6" }, "description": null, "name": { "fi": "Viherkummuntie 6, Vantaa", "sv": "Grönkullavägen 6, Vanda" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_6_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherkummuntie_7_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:28:13.755510Z", "last_modified_time": "2023-09-08T06:28:13.755528Z", "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.8772714, 60.2766411 ] }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "street_address": { "fi": "Viherkummuntie 7", "sv": "Grönkullavägen 7" }, "description": null, "name": { "fi": "Viherkummuntie 7, Vantaa", "sv": "Grönkullavägen 7, Vanda" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_7_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherkummuntie_8_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:28:13.916341Z", "last_modified_time": "2023-09-08T06:28:13.916361Z", "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.8769097, 60.2767036 ] }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "street_address": { "fi": "Viherkummuntie 8", "sv": "Grönkullavägen 8" }, "description": null, "name": { "fi": "Viherkummuntie 8, Vantaa", "sv": "Grönkullavägen 8, Vanda" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_8_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherkummuntie_9_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:28:14.082568Z", "last_modified_time": "2023-09-08T06:28:14.082587Z", "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.8773792, 60.2768117 ] }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "street_address": { "fi": "Viherkummuntie 9", "sv": "Grönkullavägen 9" }, "description": null, "name": { "fi": "Viherkummuntie 9, Vantaa", "sv": "Grönkullavägen 9, Vanda" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_9_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_10_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-09T06:10:50.561557Z", "last_modified_time": "2023-09-09T06:10:50.561577Z", "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.7331643, 60.2298476 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 10", "sv": "Gröndalsstranden 10" }, "description": null, "name": { "fi": "Viherlaaksonranta 10, Espoo", "sv": "Gröndalsstranden 10, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_10_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_11_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-09T06:10:53.560786Z", "last_modified_time": "2023-09-09T06:10:53.560806Z", "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.7323628, 60.2285535 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 11", "sv": "Gröndalsstranden 11" }, "description": null, "name": { "fi": "Viherlaaksonranta 11, Espoo", "sv": "Gröndalsstranden 11, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_11_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_12_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-09T06:10:55.557162Z", "last_modified_time": "2023-09-09T06:10:55.557178Z", "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.7342067, 60.2303882 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 12", "sv": "Gröndalsstranden 12" }, "description": null, "name": { "fi": "Viherlaaksonranta 12, Espoo", "sv": "Gröndalsstranden 12, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_12_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_13_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-09T06:10:57.158053Z", "last_modified_time": "2023-09-09T06:10:57.158072Z", "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.7335277, 60.2295521 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 13", "sv": "Gröndalsstranden 13" }, "description": null, "name": { "fi": "Viherlaaksonranta 13, Espoo", "sv": "Gröndalsstranden 13, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_13_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_14_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-09T06:10:59.256289Z", "last_modified_time": "2023-09-09T06:10:59.256305Z", "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.7367654, 60.230878 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 14", "sv": "Gröndalsstranden 14" }, "description": null, "name": { "fi": "Viherlaaksonranta 14, Espoo", "sv": "Gröndalsstranden 14, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_14_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_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-09T06:11:02.258131Z", "last_modified_time": "2023-09-09T06:11:02.258148Z", "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.7364974, 60.2305364 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 15", "sv": "Gröndalsstranden 15" }, "description": null, "name": { "fi": "Viherlaaksonranta 15, Espoo", "sv": "Gröndalsstranden 15, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_15_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_16_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-09T06:11:04.364961Z", "last_modified_time": "2023-09-09T06:11:04.364978Z", "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.7379031, 60.2307905 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 16", "sv": "Gröndalsstranden 16" }, "description": null, "name": { "fi": "Viherlaaksonranta 16, Espoo", "sv": "Gröndalsstranden 16, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_16_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_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-09T06:11:06.156552Z", "last_modified_time": "2023-09-09T06:11:06.156567Z", "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.7385914, 60.2304687 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 17", "sv": "Gröndalsstranden 17" }, "description": null, "name": { "fi": "Viherlaaksonranta 17, Espoo", "sv": "Gröndalsstranden 17, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_17_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_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-09T06:11:07.958465Z", "last_modified_time": "2023-09-09T06:11:07.958480Z", "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.7390772, 60.2306492 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 18", "sv": "Gröndalsstranden 18" }, "description": null, "name": { "fi": "Viherlaaksonranta 18, Espoo", "sv": "Gröndalsstranden 18, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_18_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_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-09T06:11:10.757784Z", "last_modified_time": "2023-09-09T06:11:10.757801Z", "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.740218, 60.2301667 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 19", "sv": "Gröndalsstranden 19" }, "description": null, "name": { "fi": "Viherlaaksonranta 19, Espoo", "sv": "Gröndalsstranden 19, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_19_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_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-09T06:11:14.857818Z", "last_modified_time": "2023-09-09T06:11:14.857833Z", "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.7404356, 60.2300415 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 21", "sv": "Gröndalsstranden 21" }, "description": null, "name": { "fi": "Viherlaaksonranta 21, Espoo", "sv": "Gröndalsstranden 21, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_21_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_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-09T06:11:13.460116Z", "last_modified_time": "2023-09-09T06:11:13.460133Z", "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.7304705, 60.2260455 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 2", "sv": "Gröndalsstranden 2" }, "description": null, "name": { "fi": "Viherlaaksonranta 2, Espoo", "sv": "Gröndalsstranden 2, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_3_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-09T06:11:16.055867Z", "last_modified_time": "2023-09-09T06:11:16.055885Z", "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.730667, 60.2262883 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 3", "sv": "Gröndalsstranden 3" }, "description": null, "name": { "fi": "Viherlaaksonranta 3, Espoo", "sv": "Gröndalsstranden 3, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_4_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-09T06:11:17.159153Z", "last_modified_time": "2023-09-09T06:11:17.159168Z", "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.7297994, 60.226466 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 4", "sv": "Gröndalsstranden 4" }, "description": null, "name": { "fi": "Viherlaaksonranta 4, Espoo", "sv": "Gröndalsstranden 4, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:viherlaaksonranta_6_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-09T06:11:17.650234Z", "last_modified_time": "2023-09-09T06:11:17.650259Z", "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.7292902, 60.2269407 ] }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Viherlaaksonranta 6", "sv": "Gröndalsstranden 6" }, "description": null, "name": { "fi": "Viherlaaksonranta 6, Espoo", "sv": "Gröndalsstranden 6, Esbo" }, "info_url": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherlaaksonranta_6_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }