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=7367&show_all_places=true
{ "meta": { "count": 151727, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7368&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7366&show_all_places=true" }, "data": [ { "id": "osoite:voutilantie_24a_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:32:28.651780Z", "last_modified_time": "2023-09-08T06:32:28.651798Z", "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.8913267, 60.2944693 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 24a", "sv": "Brutubyvägen 24a" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 24a, Vantaa", "sv": "Brutubyvägen 24a, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_24a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_24b_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:32:29.052721Z", "last_modified_time": "2023-09-08T06:32:29.052739Z", "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.8906204, 60.2948008 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 24b", "sv": "Brutubyvägen 24b" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 24b, Vantaa", "sv": "Brutubyvägen 24b, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_24b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_2_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:32:28.071524Z", "last_modified_time": "2023-09-08T06:32:28.071542Z", "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.8922439, 60.290467 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 2", "sv": "Brutubyvägen 2" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 2, Vantaa", "sv": "Brutubyvägen 2, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_2_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_3_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:32:29.460795Z", "last_modified_time": "2023-09-08T06:32:29.460813Z", "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.8932547, 60.2909974 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 3", "sv": "Brutubyvägen 3" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 3, Vantaa", "sv": "Brutubyvägen 3, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_3_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_4a_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:32:29.861850Z", "last_modified_time": "2023-09-08T06:32:29.861868Z", "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.8926766, 60.2908444 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 4a", "sv": "Brutubyvägen 4a" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 4a, Vantaa", "sv": "Brutubyvägen 4a, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_4a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_4b_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:32:30.177493Z", "last_modified_time": "2023-09-08T06:32:30.177512Z", "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.8928196, 60.2913381 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 4b", "sv": "Brutubyvägen 4b" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 4b, Vantaa", "sv": "Brutubyvägen 4b, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_4b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_4c_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:32:30.352869Z", "last_modified_time": "2023-09-08T06:32:30.352885Z", "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.8919334, 60.2914361 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 4c", "sv": "Brutubyvägen 4c" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 4c, Vantaa", "sv": "Brutubyvägen 4c, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_4c_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_4d_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:32:30.719895Z", "last_modified_time": "2023-09-08T06:32:30.719914Z", "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.8915544, 60.2912384 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 4d", "sv": "Brutubyvägen 4d" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 4d, Vantaa", "sv": "Brutubyvägen 4d, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_4d_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_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:32:30.981550Z", "last_modified_time": "2023-09-08T06:32:30.981570Z", "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.8930529, 60.2918768 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 6", "sv": "Brutubyvägen 6" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 6, Vantaa", "sv": "Brutubyvägen 6, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_6_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_7b_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:32:31.182707Z", "last_modified_time": "2023-09-08T06:32:31.182727Z", "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.8954554, 60.2925967 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 7b", "sv": "Brutubyvägen 7b" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 7b, Vantaa", "sv": "Brutubyvägen 7b, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_7b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_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:32:31.375644Z", "last_modified_time": "2023-09-08T06:32:31.375663Z", "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.8931771, 60.2926129 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 8", "sv": "Brutubyvägen 8" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 8, Vantaa", "sv": "Brutubyvägen 8, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_8_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:voutilantie_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:32:31.752475Z", "last_modified_time": "2023-09-08T06:32:31.752496Z", "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.8933564, 60.2930887 ] }, "info_url": null, "street_address": { "fi": "Voutilantie 9", "sv": "Brutubyvägen 9" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "telephone": null, "name": { "fi": "Voutilantie 9, Vantaa", "sv": "Brutubyvägen 9, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:voutilantie_9_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vpk:n_kuja_1_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga", "municipality": "Helsinki", "name": { "fi": "Etelä-Haaga", "sv": "Södra Haga" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } } ], "created_time": "2023-08-28T06:16:55.523419Z", "last_modified_time": "2023-08-28T06:16:55.523438Z", "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.8929977, 60.2146979 ] }, "info_url": null, "street_address": { "fi": "VPK:n kuja 1", "sv": "FBK-gränden 1" }, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "telephone": null, "name": { "fi": "VPK:n kuja 1, Helsinki", "sv": "FBK-gränden 1, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vpk:n_kuja_1_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vpk:n_kuja_2_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga", "municipality": "Helsinki", "name": { "fi": "Etelä-Haaga", "sv": "Södra Haga" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } } ], "created_time": "2023-08-28T06:16:56.197962Z", "last_modified_time": "2023-08-28T06:16:56.197980Z", "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.8929791, 60.2148684 ] }, "info_url": null, "street_address": { "fi": "VPK:n kuja 2", "sv": "FBK-gränden 2" }, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "telephone": null, "name": { "fi": "VPK:n kuja 2, Helsinki", "sv": "FBK-gränden 2, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vpk:n_kuja_2_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vpk:n_kuja_3_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga", "municipality": "Helsinki", "name": { "fi": "Etelä-Haaga", "sv": "Södra Haga" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga", "municipality": "Helsinki", "name": { "fi": "Haaga", "sv": "Haga" } } ], "created_time": "2023-08-28T06:16:57.195971Z", "last_modified_time": "2023-08-28T06:16:57.195990Z", "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.8938096, 60.2146357 ] }, "info_url": null, "street_address": { "fi": "VPK:n kuja 3", "sv": "FBK-gränden 3" }, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "telephone": null, "name": { "fi": "VPK:n kuja 3, Helsinki", "sv": "FBK-gränden 3, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vpk:n_kuja_3_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:38:43.657639Z", "last_modified_time": "2023-09-20T06:38:43.657657Z", "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.5186756, 60.2633499 ] }, "info_url": null, "street_address": { "fi": "Vuohikallio 10", "sv": "Getberget 10" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohikallio 10, Espoo", "sv": "Getberget 10, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_10_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:38:45.150772Z", "last_modified_time": "2023-09-20T06:38:45.150788Z", "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.5174295, 60.2645481 ] }, "info_url": null, "street_address": { "fi": "Vuohikallio 11", "sv": "Getberget 11" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohikallio 11, Espoo", "sv": "Getberget 11, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_11_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:38:47.455527Z", "last_modified_time": "2023-09-20T06:38:47.455544Z", "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.5182923, 60.2636178 ] }, "info_url": null, "street_address": { "fi": "Vuohikallio 12", "sv": "Getberget 12" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohikallio 12, Espoo", "sv": "Getberget 12, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_12_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_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-20T06:38:49.355267Z", "last_modified_time": "2023-09-20T06:38:49.355287Z", "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.5180735, 60.2649813 ] }, "info_url": null, "street_address": { "fi": "Vuohikallio 13", "sv": "Getberget 13" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohikallio 13, Espoo", "sv": "Getberget 13, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_13_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuohikallio_14a_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-20T06:38:50.960616Z", "last_modified_time": "2023-09-20T06:38:50.960633Z", "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.517835, 60.2640021 ] }, "info_url": null, "street_address": { "fi": "Vuohikallio 14a", "sv": "Getberget 14a" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "telephone": null, "name": { "fi": "Vuohikallio 14a, Espoo", "sv": "Getberget 14a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohikallio_14a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }