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=92&show_all_places=true
{ "meta": { "count": 152267, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=93&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=91&show_all_places=true" }, "data": [ { "id": "tprek:37521", "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.909926Z", "last_modified_time": "2024-02-06T13:12:46.037879Z", "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.093498, 60.268967 ] }, "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 5", "sv": "Fagergränden 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37521/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37522", "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:45.083915Z", "last_modified_time": "2024-02-06T13:12:46.075053Z", "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.094193, 60.269787 ] }, "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/Kaunispolku 11" }, "telephone": null, "street_address": { "fi": "Kaunispolku 11", "sv": "Fagerstigen 11" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37522/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37523", "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:45.206839Z", "last_modified_time": "2024-02-06T13:12:46.107003Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01370", "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.049955, 60.300346 ] }, "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/Kaurakuja 1" }, "telephone": null, "street_address": { "fi": "Kaurakuja 1", "sv": "Havregränden 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37523/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37524", "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:45.329484Z", "last_modified_time": "2024-02-06T13:12:46.136748Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01390", "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.006525, 60.314224 ] }, "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/Kehäkukantie 36" }, "telephone": null, "street_address": { "fi": "Kehäkukantie 36", "sv": "Ringblomsvägen 36" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37524/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37525", "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:45.448459Z", "last_modified_time": "2024-02-06T13:12:46.169398Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01390", "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.008024, 60.315765 ] }, "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/Kehäkukantie 44" }, "telephone": null, "street_address": { "fi": "Kehäkukantie 44", "sv": "Ringblomsvägen 44" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37525/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37526", "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:45.582318Z", "last_modified_time": "2024-02-06T13:12:46.200909Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01280", "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.112944, 60.241493 ] }, "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/Keilakuja 2" }, "telephone": null, "street_address": { "fi": "Keilakuja 2", "sv": "Kägelgränden 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37526/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37527", "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:45.708030Z", "last_modified_time": "2024-02-06T13:12:46.232094Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01280", "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.111906, 60.24193 ] }, "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/Keilapolku 1" }, "telephone": null, "street_address": { "fi": "Keilapolku 1", "sv": "Kägelstigen 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37527/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37528", "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:45.830110Z", "last_modified_time": "2024-02-06T13:12:46.262969Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01700", "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.831404, 60.31855 ] }, "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/Keimolanmäki" }, "telephone": null, "street_address": { "fi": "Keimolankaarre 9", "sv": "Käinbysvängen 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37528/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58586", "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.408039Z", "last_modified_time": "2024-02-06T13:16:35.852171Z", "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.619133, 60.36532 ] }, "address_locality": { "fi": "Porvoo", "sv": "Porvoo", "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/Keltavuokontie 4" }, "telephone": null, "street_address": { "fi": "Keltavuokontie 4", "sv": "Gulsippsvägen 4", "en": "Keltavuokontie 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58586/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:36790", "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:puistola", "municipality": "Helsinki", "name": { "fi": "Puistola", "sv": "Parkstad" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä", "municipality": "Helsinki", "name": { "fi": "Suurmetsä", "sv": "Storskog" } } ], "created_time": "2023-08-15T10:10:03.231954Z", "last_modified_time": "2024-02-06T13:12:22.088906Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00730", "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.034348, 60.26851 ] }, "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/Kennotie 1" }, "telephone": null, "street_address": { "fi": "Kennotie 1", "sv": "Bikakevägen 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36790/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37529", "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:45.970786Z", "last_modified_time": "2024-02-06T13:12:46.294376Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01690", "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.904589, 60.284534 ] }, "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/Kerkkäkuja 1" }, "telephone": null, "street_address": { "fi": "Kerkkäkuja 1", "sv": "Årsskottsgränden 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37529/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37530", "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:46.187281Z", "last_modified_time": "2024-02-06T13:12:46.327853Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01690", "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.908909, 60.274387 ] }, "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/Kesätie 4" }, "telephone": null, "street_address": { "fi": "Kesätie 4", "sv": "Sommarvägen 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37530/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58583", "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:30.588393Z", "last_modified_time": "2024-02-06T13:16:35.738154Z", "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.66707, 60.410206 ] }, "address_locality": { "fi": "Porvoo", "sv": "Porvoo", "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/Kesätuulentie 12-14" }, "telephone": null, "street_address": { "fi": "Kesätuulentie 12-14", "sv": "Sommarvindsvägen 12-14", "en": "Kesätuulentie 12-14" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58583/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58585", "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:34.380560Z", "last_modified_time": "2024-02-06T13:16:35.816090Z", "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.667744, 60.40882 ] }, "address_locality": { "fi": "Porvoo", "sv": "Porvoo", "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/Kesätuulentie 4-6" }, "telephone": null, "street_address": { "fi": "Kesätuulentie 4-6", "sv": "Sommarvindsvägen 4-6", "en": "Kesätuulentie 4-6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58585/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58584", "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:32.586192Z", "last_modified_time": "2024-02-06T13:16:35.780275Z", "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.667221, 60.409615 ] }, "address_locality": { "fi": "Porvoo", "sv": "Porvoo", "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/Kesätuulentie 7" }, "telephone": null, "street_address": { "fi": "Kesätuulentie 7", "sv": "Sommarvindsvägen 7", "en": "Kesätuulentie 7" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58584/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37190", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi", "municipality": null, "name": { "fi": "Nurmijärvi", "sv": "Nurmijärvi" } } ], "created_time": "2023-08-15T10:10:57.924118Z", "last_modified_time": "2024-02-06T13:12:35.151962Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01900", "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.82851, 60.459343 ] }, "address_locality": { "fi": "Nurmijärvi", "en": "Nurmijärvi" }, "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/Kielovaarantie 3-5" }, "telephone": null, "street_address": { "fi": "Kielovaarantie 3-5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37190/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37225", "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.741321Z", "last_modified_time": "2024-02-06T13:12:36.311563Z", "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.023743, 60.397804 ] }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "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/Kievarinkaari 5" }, "telephone": null, "street_address": { "fi": "Kievarinkaari 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37225/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37226", "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.863422Z", "last_modified_time": "2024-02-06T13:12:36.346387Z", "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.02566, 60.396725 ] }, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "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/Kievarintie 40" }, "telephone": null, "street_address": { "fi": "Kievarintie 40" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37226/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37532", "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:46.486368Z", "last_modified_time": "2024-02-06T13:12:46.391352Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01490", "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.13658, 60.338634 ] }, "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/Kiitäjäntie 5 ja 8" }, "telephone": null, "street_address": { "fi": "Kiitäjäntie 8", "sv": "Svärmarvägen 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37532/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37531", "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:46.359672Z", "last_modified_time": "2024-02-06T13:12:46.358917Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01490", "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.135834, 60.33835 ] }, "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/Kiitäjäntie 5 ja 8" }, "telephone": null, "street_address": { "fi": "Kiitäjäntie 5", "sv": "Svärmarvägen 5" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37531/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }