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=91&show_all_places=true
{ "meta": { "count": 152267, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=92&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=90&show_all_places=true" }, "data": [ { "id": "tprek:37400", "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.284728Z", "last_modified_time": "2024-02-06T13:12:42.067098Z", "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.087688, 60.468376 ] }, "address_locality": { "fi": "Järvenpää", "en": "Järvenpää" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kansakoulunkatu 19-21" }, "telephone": null, "street_address": { "fi": "Kansakoulunkatu 19-21" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37400/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36787", "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:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:patola", "municipality": "Helsinki", "name": { "fi": "Patola", "sv": "Dammen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } } ], "created_time": "2023-08-15T10:10:02.748829Z", "last_modified_time": "2024-02-06T13:12:21.979917Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00640", "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.96914, 60.236595 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kantakyläntie 6" }, "telephone": null, "street_address": { "fi": "Kantakyläntie 6", "sv": "Fornbyvägen 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36787/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:51363", "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:rastila", "municipality": "Helsinki", "name": { "fi": "Rastila", "sv": "Rastböle" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari", "municipality": "Helsinki", "name": { "fi": "Vuosaari", "sv": "Nordsjö" } } ], "created_time": "2023-08-15T12:11:23.079530Z", "last_modified_time": "2024-02-06T13:15:09.474991Z", "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.118103, 60.206333 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Karavaanikuja 4", "sv": "Asuntosäätiön Asumisoikeus Oy/Karavaanikuja 4" }, "telephone": null, "street_address": { "fi": "Karavaanikuja 4", "sv": "Karavangränden 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:51363/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36788", "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:02.871335Z", "last_modified_time": "2024-02-06T13:12:22.012991Z", "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.980907, 60.257576 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Karhusuontie 74" }, "telephone": null, "street_address": { "fi": "Karhusuontie 74", "sv": "Björnkärrsvägen 74" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36788/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36789", "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:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:patola", "municipality": "Helsinki", "name": { "fi": "Patola", "sv": "Dammen" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä", "municipality": "Helsinki", "name": { "fi": "Oulunkylä", "sv": "Åggelby" } } ], "created_time": "2023-08-15T10:10:02.999233Z", "last_modified_time": "2024-02-06T13:12:22.046773Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00640", "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.971811, 60.23282 ] }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Karppitie 1" }, "telephone": null, "street_address": { "fi": "Karppitie 1", "sv": "Karpvägen 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36789/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37519", "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:44.520878Z", "last_modified_time": "2024-02-06T13:12:45.974698Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01360", "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.059305, 60.321507 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Karsikkokuja 6" }, "telephone": null, "street_address": { "fi": "Karsikkokuja 6", "sv": "Vårdträdsgränden 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37519/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:57914", "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-15T14:12:21.872028Z", "last_modified_time": "2024-02-06T13:16:28.927536Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01200", "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.096077, 60.281517 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "info_url": { "fi": "https://www.asuntosaatio.fi/", "sv": "https://www.asuntosaatio.fi/", "en": "https://www.asuntosaatio.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/ Kaskelantie 9" }, "telephone": null, "street_address": { "fi": "Kaskelantie 9", "sv": "Brokärrsvägen 9", "en": "Kaskelantie 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57914/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37077", "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:42.190520Z", "last_modified_time": "2024-02-06T13:12:31.453215Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02340", "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.673239, 60.182484 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kaskipuunkaari 5,7,8" }, "telephone": null, "street_address": { "fi": "Kaskipuunkaari 7", "sv": "Svedjeträdssvängen 7" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37077/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37078", "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:42.312147Z", "last_modified_time": "2024-02-06T13:12:31.483037Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02340", "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.671833, 60.182735 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kaskipuunkaari 5,7,8" }, "telephone": null, "street_address": { "fi": "Kaskipuunkaari 8", "sv": "Svedjeträdssvängen 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37078/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37076", "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:42.062911Z", "last_modified_time": "2024-02-06T13:12:31.423097Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02340", "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.673637, 60.18169 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kaskipuunkaari 5,7,8" }, "telephone": null, "street_address": { "fi": "Kaskipuunkaari 5", "sv": "Svedjeträdssvängen 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37076/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58657", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:porvoo", "municipality": null, "name": { "fi": "Porvoo", "sv": "Borgå" } } ], "created_time": "2023-08-15T14:14:35.989302Z", "last_modified_time": "2024-02-06T13:16:35.979330Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "06100", "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.640089, 60.39286 ] }, "address_locality": { "fi": "Porvoo", "sv": "Borgå", "en": "Porvoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Katajamäentie 1-2" }, "telephone": null, "street_address": { "fi": "Katajamäentie 1-2", "sv": "Enkullavägen 1-2", "en": "Katajamäentie 1-2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58657/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58661", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:porvoo", "municipality": null, "name": { "fi": "Porvoo", "sv": "Borgå" } } ], "created_time": "2023-08-15T14:14:40.690335Z", "last_modified_time": "2024-02-06T13:16:36.109863Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "06100", "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.637318, 60.39227 ] }, "address_locality": { "fi": "Porvoo", "sv": "Borgå", "en": "Porvoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Katajamäentie 17" }, "telephone": null, "street_address": { "fi": "Katajamäentie 17", "sv": "Enkullavägen 17", "en": "Katajamäentie 17" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58661/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58658", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:porvoo", "municipality": null, "name": { "fi": "Porvoo", "sv": "Borgå" } } ], "created_time": "2023-08-15T14:14:36.131568Z", "last_modified_time": "2024-02-06T13:16:36.011012Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "06100", "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.63969, 60.392372 ] }, "address_locality": { "fi": "Porvoo", "sv": "Borgå", "en": "Porvoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Katajamäentie 4" }, "telephone": null, "street_address": { "fi": "Katajamäentie 4", "sv": "Enkullavägen 4", "en": "Katajamäentie 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58658/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58659", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:porvoo", "municipality": null, "name": { "fi": "Porvoo", "sv": "Borgå" } } ], "created_time": "2023-08-15T14:14:36.986228Z", "last_modified_time": "2024-02-06T13:16:36.043597Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "06100", "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.639277, 60.392296 ] }, "address_locality": { "fi": "Porvoo", "sv": "Borgå", "en": "Porvoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/ Katajamäentie 6" }, "telephone": null, "street_address": { "fi": "Katajamäentie 6", "sv": "Enkullavägen 6", "en": "Katajamäentie 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58659/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58660", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:porvoo", "municipality": null, "name": { "fi": "Porvoo", "sv": "Borgå" } } ], "created_time": "2023-08-15T14:14:39.194000Z", "last_modified_time": "2024-02-06T13:16:36.077677Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "06100", "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.638773, 60.3922 ] }, "address_locality": { "fi": "Porvoo", "sv": "Borgå", "en": "Porvoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Katajamäentie 8" }, "telephone": null, "street_address": { "fi": "Katajamäentie 8", "sv": "Enkullavägen 8", "en": "Katajamäentie 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58660/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37079", "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:42.494261Z", "last_modified_time": "2024-02-06T13:12:31.515615Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02360", "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.66776, 60.149887 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Katajatie 5" }, "telephone": null, "street_address": { "fi": "Katajatie 5", "sv": "Envägen 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37079/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37080", "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:42.631055Z", "last_modified_time": "2024-02-06T13:12:31.548149Z", "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.811642, 60.204098 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kaukolantie 2" }, "telephone": null, "street_address": { "fi": "Kaukolantie 2", "sv": "Kaukolavägen 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37080/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37081", "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:42.753637Z", "last_modified_time": "2024-02-06T13:12:31.578661Z", "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.809381, 60.202263 ] }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kaukolantie 22" }, "telephone": null, "street_address": { "fi": "Kaukolantie 22", "sv": "Kaukolavägen 22" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37081/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37401", "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.409781Z", "last_modified_time": "2024-02-06T13:12:42.098771Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04410", "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.104338, 60.48761 ] }, "address_locality": { "fi": "Järvenpää", "en": "Järvenpää" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kaukotie 27" }, "telephone": null, "street_address": { "fi": "Kaukotie 27" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37401/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37520", "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:44.650706Z", "last_modified_time": "2024-02-06T13:12:46.006407Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01230", "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.092716, 60.269054 ] }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "description": null, "info_url": { "fi": "http://www.asokodit.fi/", "sv": "http://www.asokodit.fi/", "en": "http://www.asokodit.fi/" }, "name": { "fi": "Asuntosäätiön Asumisoikeus Oy/Kauniskuja 1 ja 5" }, "telephone": null, "street_address": { "fi": "Kauniskuja 1", "sv": "Fagergränden 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37520/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }