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=7439&show_all_places=true
{ "meta": { "count": 152255, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7440&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7438&show_all_places=true" }, "data": [ { "id": "osoite:vähän-myntin_tie_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": "2025-12-13T05:22:28.795182Z", "last_modified_time": "2025-12-13T05:22:28.795195Z", "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.5882935, 60.2033406 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 12", "sv": "Lill-Myntsvägen 12" }, "name": { "fi": "Vähän-Myntin tie 12, Espoo", "sv": "Lill-Myntsvägen 12, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_12_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_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": "2025-12-13T05:22:28.876365Z", "last_modified_time": "2025-12-13T05:22:28.876380Z", "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.587278, 60.2037952 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 14", "sv": "Lill-Myntsvägen 14" }, "name": { "fi": "Vähän-Myntin tie 14, Espoo", "sv": "Lill-Myntsvägen 14, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_14_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_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": "2024-06-13T05:13:13.886735Z", "last_modified_time": "2024-06-13T05:13:13.886749Z", "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.5867689, 60.2041257 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 16", "sv": "Lill-Myntsvägen 16" }, "name": { "fi": "Vähän-Myntin tie 16, Espoo", "sv": "Lill-Myntsvägen 16, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_16_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_1a_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": "2024-05-02T04:57:39.658745Z", "last_modified_time": "2024-05-02T04:57:39.658759Z", "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.5941946, 60.2044269 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 1a", "sv": "Lill-Myntsvägen 1a" }, "name": { "fi": "Vähän-Myntin tie 1a, Espoo", "sv": "Lill-Myntsvägen 1a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_1a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_1b_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": "2024-05-02T04:57:39.716290Z", "last_modified_time": "2024-05-02T04:57:39.716312Z", "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.5937084, 60.2043715 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 1b", "sv": "Lill-Myntsvägen 1b" }, "name": { "fi": "Vähän-Myntin tie 1b, Espoo", "sv": "Lill-Myntsvägen 1b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_1b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_1c_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": "2024-05-02T04:57:39.748579Z", "last_modified_time": "2024-05-02T04:57:39.748595Z", "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.5921965, 60.2041425 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 1c", "sv": "Lill-Myntsvägen 1c" }, "name": { "fi": "Vähän-Myntin tie 1c, Espoo", "sv": "Lill-Myntsvägen 1c, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_1c_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_20_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": "2026-01-08T05:05:23.782758Z", "last_modified_time": "2026-01-08T05:05:23.782769Z", "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.586954, 60.2051854 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 20", "sv": "Lill-Myntsvägen 20" }, "name": { "fi": "Vähän-Myntin tie 20, Espoo", "sv": "Lill-Myntsvägen 20, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_20_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_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-11-16T05:10:33.000361Z", "last_modified_time": "2023-11-16T05:10:33.000378Z", "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.5893929, 60.204825 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 24", "sv": "Lill-Myntsvägen 24" }, "name": { "fi": "Vähän-Myntin tie 24, Espoo", "sv": "Lill-Myntsvägen 24, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_24_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_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": "2025-01-16T05:24:08.856547Z", "last_modified_time": "2025-01-16T05:24:08.856564Z", "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.5894459, 60.2049149 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 26", "sv": "Lill-Myntsvägen 26" }, "name": { "fi": "Vähän-Myntin tie 26, Espoo", "sv": "Lill-Myntsvägen 26, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_26_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_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": "2025-01-16T05:24:08.941924Z", "last_modified_time": "2025-01-16T05:24:08.941942Z", "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.5893397, 60.204753 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 28", "sv": "Lill-Myntsvägen 28" }, "name": { "fi": "Vähän-Myntin tie 28, Espoo", "sv": "Lill-Myntsvägen 28, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_28_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_2a_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-16T06:33:56.858654Z", "last_modified_time": "2023-09-16T06:33:56.858671Z", "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.5926313, 60.2039823 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 2a", "sv": "Lill-Myntsvägen 2a" }, "name": { "fi": "Vähän-Myntin tie 2a, Espoo", "sv": "Lill-Myntsvägen 2a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_2a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_2b_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-16T06:33:57.461259Z", "last_modified_time": "2023-09-16T06:33:57.461282Z", "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.5913179, 60.2037449 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 2b", "sv": "Lill-Myntsvägen 2b" }, "name": { "fi": "Vähän-Myntin tie 2b, Espoo", "sv": "Lill-Myntsvägen 2b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_2b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_30_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": "2025-01-16T05:24:09.025633Z", "last_modified_time": "2025-01-16T05:24:09.025651Z", "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.5891798, 60.204564 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 30", "sv": "Lill-Myntsvägen 30" }, "name": { "fi": "Vähän-Myntin tie 30, Espoo", "sv": "Lill-Myntsvägen 30, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_30_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_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-16T06:33:58.160941Z", "last_modified_time": "2023-09-16T06:33:58.160964Z", "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.5911893, 60.203933 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 3", "sv": "Lill-Myntsvägen 3" }, "name": { "fi": "Vähän-Myntin tie 3, Espoo", "sv": "Lill-Myntsvägen 3, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_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-16T06:33:58.466751Z", "last_modified_time": "2023-09-16T06:33:58.466771Z", "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.5901493, 60.203463 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 4", "sv": "Lill-Myntsvägen 4" }, "name": { "fi": "Vähän-Myntin tie 4, Espoo", "sv": "Lill-Myntsvägen 4, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_5_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-16T06:33:59.165754Z", "last_modified_time": "2023-09-16T06:33:59.165774Z", "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.5898222, 60.2036595 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 5", "sv": "Lill-Myntsvägen 5" }, "name": { "fi": "Vähän-Myntin tie 5, Espoo", "sv": "Lill-Myntsvägen 5, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_7_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-16T06:34:01.765504Z", "last_modified_time": "2023-09-16T06:34:01.765522Z", "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.5872729, 60.2041991 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 7", "sv": "Lill-Myntsvägen 7" }, "name": { "fi": "Vähän-Myntin tie 7, Espoo", "sv": "Lill-Myntsvägen 7, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_7_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähän-myntin_tie_9_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-16T06:34:04.860649Z", "last_modified_time": "2023-09-16T06:34:04.860673Z", "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.5870466, 60.2049882 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähän-Myntin tie 9", "sv": "Lill-Myntsvägen 9" }, "name": { "fi": "Vähän-Myntin tie 9, Espoo", "sv": "Lill-Myntsvägen 9, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4n-myntin_tie_9_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähäntorpankuja_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-18T06:34:03.775471Z", "last_modified_time": "2023-09-18T06:34:03.775495Z", "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.7626856, 60.2027889 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähäntorpankuja 2", "sv": "Lilltorpsgränden 2" }, "name": { "fi": "Vähäntorpankuja 2, Espoo", "sv": "Lilltorpsgränden 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4ntorpankuja_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähäntorpankuja_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-18T06:34:04.465043Z", "last_modified_time": "2023-09-18T06:34:04.465061Z", "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.7621668, 60.2022226 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähäntorpankuja 3", "sv": "Lilltorpsgränden 3" }, "name": { "fi": "Vähäntorpankuja 3, Espoo", "sv": "Lilltorpsgränden 3, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4ntorpankuja_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }