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=121&show_all_places=true
{ "meta": { "count": 152258, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=122&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=120&show_all_places=true" }, "data": [ { "id": "tprek:37163", "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:54.260098Z", "last_modified_time": "2024-02-06T13:12:34.271571Z", "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.409752, 60.125675 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Kirkkonummi", "en": "Kirkkonummi" }, "street_address": { "fi": "Nahkurinpiha 3" }, "name": { "fi": "AVAIN Asumisoikeus OY/Kirkkonummen Bertelinpiha/Nahkurinpiha 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37163/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37164", "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:54.382317Z", "last_modified_time": "2024-02-06T13:12:34.302577Z", "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.47028, 60.125313 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Kirkkonummi", "en": "Kirkkonummi" }, "street_address": { "fi": "Tolsankuja 4" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Kirkkonummen Lorulinna" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37164/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37165", "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:54.502881Z", "last_modified_time": "2024-02-06T13:12:34.334380Z", "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.41164, 60.12364 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Kirkkonummi", "en": "Kirkkonummi" }, "street_address": { "fi": "Hietapellontie 3" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Kirkkonummen Ravalsinpirtti" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37165/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37381", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:hyvinkää", "municipality": null, "name": { "fi": "Hyvinkää", "sv": "Hyvinge" } } ], "created_time": "2023-08-15T10:11:24.682176Z", "last_modified_time": "2024-02-06T13:12:41.449618Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "05810", "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.889454, 60.622303 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Hyvinkää", "en": "Hyvinkää" }, "street_address": { "fi": "Kivimäentie 4" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Kivimäentie 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37381/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37129", "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:10:49.361374Z", "last_modified_time": "2024-02-06T13:12:33.151973Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04250", "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.116865, 60.40057 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Kerava", "en": "Kerava" }, "street_address": { "fi": "Koirapolku 3" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Koirapolku 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37129/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:57891", "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:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kruunuvuorenranta", "municipality": "Helsinki", "name": { "fi": "Kruunuvuorenranta", "sv": "Kronbergsstranden" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo", "municipality": "Helsinki", "name": { "fi": "Laajasalo", "sv": "Degerö" } } ], "created_time": "2023-08-15T14:12:10.002361Z", "last_modified_time": "2024-02-06T13:16:28.249611Z", "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": [ 25.019388, 60.168976 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Koirasaarentie 46", "sv": "Hundholmsvägen 46", "en": "Koirasaarentie 46" }, "name": { "fi": "Avain Asumisoikeus Oy/ Koirasaarentie 46", "sv": "Avain Asumisoikeus Oy/ Koirasaarentie 46", "en": "Avain Asumisoikeus Oy/ Koirasaarentie 46" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57891/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37631", "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:12:00.911334Z", "last_modified_time": "2024-02-06T13:12:49.573233Z", "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.046618, 60.32594 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Koivukylän Puistotie 31", "sv": "Björkbyallén 31" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Koivukylän Puistotie 31" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37631/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37632", "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:12:01.034242Z", "last_modified_time": "2024-02-06T13:12:49.604570Z", "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.045479, 60.326183 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Koivukylän Puistotie 33", "sv": "Björkbyallén 33" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Koivukylän Puistotie 33" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37632/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37256", "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:07.035092Z", "last_modified_time": "2024-02-06T13:12:37.325905Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04320", "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.026512, 60.380833 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "street_address": { "fi": "Korkinkuja 8" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Korkinkuja 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37256/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37257", "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:07.166753Z", "last_modified_time": "2024-02-06T13:12:37.358672Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04320", "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.02575, 60.37995 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Tuusula", "en": "Tuusula" }, "street_address": { "fi": "Korkki 1" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Korkki 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37257/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37424", "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:30.775668Z", "last_modified_time": "2024-02-06T13:12:42.848923Z", "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.10087, 60.479053 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Järvenpää", "en": "Järvenpää" }, "street_address": { "fi": "Laaksokatu 8" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Laaksokatu 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37424/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37218", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:sipoo", "municipality": null, "name": { "fi": "Sipoo", "sv": "Sibbo" } } ], "created_time": "2023-08-15T10:11:01.774054Z", "last_modified_time": "2024-02-06T13:12:36.054821Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01150", "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.3419, 60.31101 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Sipoo", "en": "Sipoo" }, "street_address": { "fi": "Lehdokintie 2" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Lehdokintie 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37218/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37130", "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:10:49.485244Z", "last_modified_time": "2024-02-06T13:12:33.183498Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04200", "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.100836, 60.40742 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Kerava", "en": "Kerava" }, "street_address": { "fi": "Lemminkäisentie 1" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Lemminkäisentie 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37130/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37131", "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:10:49.619388Z", "last_modified_time": "2024-02-06T13:12:33.216626Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04230", "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.103125, 60.41832 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Kerava", "en": "Kerava" }, "street_address": { "fi": "Lintukuja 2" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Lintukuja 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37131/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37633", "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:12:01.153972Z", "last_modified_time": "2024-02-06T13:12:49.635996Z", "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.103924, 60.338425 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Maarukankuja 4", "sv": "Maarukkagränden 4" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Maarukankuja 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37633/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37634", "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:12:01.289263Z", "last_modified_time": "2024-02-06T13:12:49.669534Z", "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.104614, 60.338688 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Maarukankuja 6", "sv": "Maarukkagränden 6" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Maarukankuja 6" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37634/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37500", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vihti", "municipality": null, "name": { "fi": "Vihti", "sv": "Vichtis" } } ], "created_time": "2023-08-15T10:11:41.796447Z", "last_modified_time": "2024-02-06T13:12:45.319122Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "03100", "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.326513, 60.334423 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Vihti", "en": "Vihti" }, "street_address": { "fi": "Majatuvankuja 3" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Majatuvankuja 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37500/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:37382", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:hyvinkää", "municipality": null, "name": { "fi": "Hyvinkää", "sv": "Hyvinge" } } ], "created_time": "2023-08-15T10:11:24.816830Z", "last_modified_time": "2024-02-06T13:12:41.480096Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "05810", "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.896837, 60.623165 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Hyvinkää", "en": "Hyvinkää" }, "street_address": { "fi": "Mansikkamäentie 1" }, "name": { "fi": "AVAIN Asumisoikeus Oy/Mansikka-ahontie 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37382/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:58668", "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:42.881559Z", "last_modified_time": "2024-02-06T13:16:36.346324Z", "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.627995, 60.393913 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Porvoo", "sv": "Borgå", "en": "Porvoo" }, "street_address": { "fi": "Maria Jotunin katu 2", "sv": "Maria Jotunis gatan 2", "en": "Maria Jotunin katu" }, "name": { "fi": "Avain Asumisoikeus Oy/Maria Jotunin katu 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58668/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:57920", "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:26.191846Z", "last_modified_time": "2024-02-06T13:16:29.117619Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01620", "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.84793, 60.277374 ] }, "info_url": { "fi": "https://avainasunnot.fi/", "sv": "https://avainasunnot.fi/", "en": "https://avainasunnot.fi/" }, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Martinpolku 2 b", "sv": "Mårtensstigen 2 b", "en": "Martinpolku 2 b" }, "name": { "fi": "Avain Asumisoikeus Oy/ Martinpolku 2 b" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57920/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }