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=87&show_all_places=true
{ "meta": { "count": 151726, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=88&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=86&show_all_places=true" }, "data": [ { "id": "tprek:37060", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T10:10:39.732262Z", "last_modified_time": "2024-02-06T13:12:30.901050Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02770", "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.644209, 60.214344 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Herastuomarintie 6" }, "street_address": { "fi": "Herastuomarintie 6", "sv": "Häradsdomarvägen 6" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37060/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37511", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-08-15T10:11:43.382957Z", "last_modified_time": "2024-02-06T13:12:45.669461Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01300", "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": [ 25.032084, 60.296284 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hernekuja 2" }, "street_address": { "fi": "Hernekuja 2", "sv": "Ärtgränden 2" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37511/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37028", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:vuosaari", "municipality": "Helsinki", "name": { "fi": "Vuosaari", "sv": "Nordsjö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kallahti", "municipality": "Helsinki", "name": { "fi": "Kallahti", "sv": "Kallvik" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari", "municipality": "Helsinki", "name": { "fi": "Vuosaari", "sv": "Nordsjö" } } ], "created_time": "2023-08-15T10:10:35.384360Z", "last_modified_time": "2024-02-06T13:12:29.874126Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00980", "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": [ 25.143547, 60.203144 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hiekkalaiturintie 2" }, "street_address": { "fi": "Hiekkalaiturintie 2", "sv": "Sandkajsvägen 2" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37028/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37029", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:vuosaari", "municipality": "Helsinki", "name": { "fi": "Vuosaari", "sv": "Nordsjö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kallahti", "municipality": "Helsinki", "name": { "fi": "Kallahti", "sv": "Kallvik" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari", "municipality": "Helsinki", "name": { "fi": "Vuosaari", "sv": "Nordsjö" } } ], "created_time": "2023-08-15T10:10:35.520816Z", "last_modified_time": "2024-02-06T13:12:29.905006Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00980", "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": [ 25.143282, 60.202744 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hiekkalaiturintie 4" }, "street_address": { "fi": "Hiekkalaiturintie 4", "sv": "Sandkajsvägen 4" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37029/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37149", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi", "municipality": null, "name": { "fi": "Kirkkonummi", "sv": "Kyrkslätt" } } ], "created_time": "2023-08-15T10:10:52.205021Z", "last_modified_time": "2024-02-06T13:12:33.802756Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02400", "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.411142, 60.1238 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hietapellontie 1" }, "street_address": { "fi": "Hietapellontie 1" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Kirkkonummi", "en": "Kirkkonummi" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37149/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37512", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-08-15T10:11:43.601276Z", "last_modified_time": "2024-02-06T13:12:45.702050Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01480", "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": [ 25.092873, 60.34616 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hiilipolku 4" }, "street_address": { "fi": "Hiilipolku 4", "sv": "Kolstigen 4" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37512/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37513", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-08-15T10:11:43.772143Z", "last_modified_time": "2024-02-06T13:12:45.738004Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01480", "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": [ 25.09222, 60.346153 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hiilitie 7" }, "street_address": { "fi": "Hiilitie 7", "sv": "Kolvägen 7" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37513/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37061", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T10:10:39.987132Z", "last_modified_time": "2024-02-06T13:12:30.931027Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02140", "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.809828, 60.205856 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hiitolantie 10" }, "street_address": { "fi": "Hiitolantie 10", "sv": "Hiitolavägen 10" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37061/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37030", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:mellunkylä", "municipality": "Helsinki", "name": { "fi": "Mellunkylä", "sv": "Mellungsby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kontula", "municipality": "Helsinki", "name": { "fi": "Kontula", "sv": "Gårdsbacka" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä", "municipality": "Helsinki", "name": { "fi": "Mellunkylä", "sv": "Mellungsby" } } ], "created_time": "2023-08-15T10:10:35.643903Z", "last_modified_time": "2024-02-06T13:12:29.938946Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00940", "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": [ 25.092533, 60.23086 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hilparipolku 3" }, "street_address": { "fi": "Hilparipolku 3", "sv": "Hillebardsstigen 3" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37030/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37031", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:malmi", "municipality": "Helsinki", "name": { "fi": "Malmi", "sv": "Malm" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio", "municipality": "Helsinki", "name": { "fi": "Tapaninvainio", "sv": "Staffansslätten" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä", "municipality": "Helsinki", "name": { "fi": "Tapaninkylä", "sv": "Staffansby" } } ], "created_time": "2023-08-15T10:10:35.766820Z", "last_modified_time": "2024-02-06T13:12:29.971603Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00780", "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.999216, 60.26468 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hippiäistie 14" }, "street_address": { "fi": "Hippiäistie 14", "sv": "Kungsfågelsvägen 14" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37031/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37514", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-08-15T10:11:43.898279Z", "last_modified_time": "2024-02-06T13:12:45.772506Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01450", "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": [ 25.098007, 60.360077 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hirvitie 1" }, "street_address": { "fi": "Hirvitie 1", "sv": "Älgvägen 1" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37514/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37515", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:kerava", "municipality": null, "name": { "fi": "Kerava", "sv": "Kervo" } } ], "created_time": "2023-08-15T10:11:44.021937Z", "last_modified_time": "2024-02-06T13:12:45.805455Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01450", "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": [ 25.099247, 60.36429 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hirvitie 25 C" }, "street_address": { "fi": "Hirvitie 25", "sv": "Älgvägen 25" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37515/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37397", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:järvenpää", "municipality": null, "name": { "fi": "Järvenpää", "sv": "Träskända" } } ], "created_time": "2023-08-15T10:11:26.905948Z", "last_modified_time": "2024-02-06T13:12:41.965465Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04400", "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": [ 25.087843, 60.4682 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Huvilakatu 20" }, "street_address": { "fi": "Huvilakatu 20" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Järvenpää", "en": "Järvenpää" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37397/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37398", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:järvenpää", "municipality": null, "name": { "fi": "Järvenpää", "sv": "Träskända" } } ], "created_time": "2023-08-15T10:11:27.031731Z", "last_modified_time": "2024-02-06T13:12:42.002175Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04420", "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": [ 25.108568, 60.458115 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hyasinttikuja 6" }, "street_address": { "fi": "Hyasinttikuja 6" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Järvenpää", "en": "Järvenpää" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37398/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37221", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:tuusula", "municipality": null, "name": { "fi": "Tuusula", "sv": "Tusby" } } ], "created_time": "2023-08-15T10:11:02.159318Z", "last_modified_time": "2024-02-06T13:12:36.153942Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04300", "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": [ 25.03399, 60.40603 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hyökkäläntie 11" }, "street_address": { "fi": "Hyökkäläntie 11" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37221/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37222", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:tuusula", "municipality": null, "name": { "fi": "Tuusula", "sv": "Tusby" } } ], "created_time": "2023-08-15T10:11:02.284898Z", "last_modified_time": "2024-02-06T13:12:36.195586Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04300", "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": [ 25.033867, 60.405083 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hyökkäläntie 13" }, "street_address": { "fi": "Hyökkäläntie 13" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37222/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37223", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:tuusula", "municipality": null, "name": { "fi": "Tuusula", "sv": "Tusby" } } ], "created_time": "2023-08-15T10:11:02.487282Z", "last_modified_time": "2024-02-06T13:12:36.236260Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04300", "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": [ 25.031435, 60.405056 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hyökkäläntie 5" }, "street_address": { "fi": "Hyökkäläntie 5" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37223/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37062", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-08-15T10:10:40.132853Z", "last_modified_time": "2024-02-06T13:12:30.963329Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02780", "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.60681, 60.202625 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Hämäläistentie 35" }, "street_address": { "fi": "Hämäläistentie 35", "sv": "Tavasternas väg 35" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37062/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37032", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "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:puistola", "municipality": "Helsinki", "name": { "fi": "Puistola", "sv": "Parkstad" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapulikaupunki", "municipality": "Helsinki", "name": { "fi": "Tapulikaupunki", "sv": "Stapelstaden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suutarila", "municipality": "Helsinki", "name": { "fi": "Suutarila", "sv": "Skomakarböle" } } ], "created_time": "2023-08-15T10:10:35.890780Z", "last_modified_time": "2024-02-06T13:12:30.006085Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00750", "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": [ 25.03326, 60.28393 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Härkävaljakontie 25" }, "street_address": { "fi": "Härkävaljakontie 25", "sv": "Oxspannsvägen 25" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37032/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37033", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:puistola", "municipality": "Helsinki", "name": { "fi": "Puistola", "sv": "Parkstad" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapulikaupunki", "municipality": "Helsinki", "name": { "fi": "Tapulikaupunki", "sv": "Stapelstaden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suutarila", "municipality": "Helsinki", "name": { "fi": "Suutarila", "sv": "Skomakarböle" } } ], "created_time": "2023-08-15T10:10:36.017274Z", "last_modified_time": "2024-02-06T13:12:30.040621Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00750", "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": [ 25.038467, 60.286972 ] }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Iestie 1-2" }, "street_address": { "fi": "Iestie 1-2", "sv": "Okvägen 1-2" }, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "telephone": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37033/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }