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=39&show_all_places=true
{ "meta": { "count": 152258, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=40&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=38&show_all_places=true" }, "data": [ { "id": "tprek:71495", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:raasepori", "municipality": null, "name": { "fi": "Raasepori", "sv": "Raseborg" } } ], "created_time": "2023-08-15T18:13:41.170845Z", "last_modified_time": "2024-02-06T14:10:36.075255Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10420", "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": [ 23.521427, 60.09387 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "street_address": { "fi": "Kapernauminkuja", "sv": "Kapernaumgränd", "en": "Kapernauminkuja" }, "name": { "fi": "Alueellinen keräyspiste, Kapernauminkuja", "sv": "Regional insamlingsplats, Kapernauminkuja", "en": "Regional collection point, Kapernauminkuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71495/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71481", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:raasepori", "municipality": null, "name": { "fi": "Raasepori", "sv": "Raseborg" } } ], "created_time": "2023-08-15T18:13:37.490299Z", "last_modified_time": "2024-02-06T14:10:35.761409Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10420", "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": [ 23.520426, 60.099106 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "street_address": { "fi": "Kappelitie", "en": "Kappelitie" }, "name": { "fi": "Alueellinen keräyspiste, Kappelitie", "sv": "Regional insamlingsplats, Kappelitie", "en": "Regional collection point, Kappelitie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71481/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71332", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:loviisa", "municipality": null, "name": { "fi": "Loviisa", "sv": "Lovisa" } } ], "created_time": "2023-08-15T18:13:12.188486Z", "last_modified_time": "2024-02-06T14:10:33.053159Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "07900", "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": [ 26.234392, 60.446827 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Loviisa", "sv": "Lovisa", "en": "Loviisa" }, "street_address": { "fi": "Kapteenintie", "sv": "Kaptensvägen", "en": "Kapteenintie" }, "name": { "fi": "Alueellinen keräyspiste, Kapteenintie", "sv": "Regional insamlingsplats, Kapteenintie", "en": "Regional collection point, Kapteenintie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71332/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70969", "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-15T18:12:13.447590Z", "last_modified_time": "2024-02-06T14:10:26.225850Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04130", "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.248856, 60.37789 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Sipoo", "sv": "Sibbo", "en": "Sipoo" }, "street_address": { "fi": "Karhutie / Repotie", "en": "Karhutie / Repotie" }, "name": { "fi": "Alueellinen keräyspiste, Karhutie / Repotie", "sv": "Regional insamlingsplats, Karhutie / Repotie", "en": "Regional collection point, Karhutie / Repotie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70969/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71300", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:lohja", "municipality": null, "name": { "fi": "Lohja", "sv": "Lojo" } } ], "created_time": "2023-08-15T18:13:05.963958Z", "last_modified_time": "2024-02-06T14:10:32.335981Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "09120", "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": [ 23.697746, 60.227974 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Lohja", "sv": "Lojo", "en": "Lohja" }, "street_address": { "fi": "Karjalohjantie / Kyrönnokka", "en": "Karjalohjantie / Kyrönnokka" }, "name": { "fi": "Alueellinen keräyspiste, Karjalohjantie / Kyrönnokka", "sv": "Regional insamlingsplats, Karjalohjantie / Kyrönnokka", "en": "Regional collection point, Karjalohjantie / Kyrönnokka" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71300/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70994", "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-15T18:12:17.788693Z", "last_modified_time": "2024-02-06T14:10:26.766522Z", "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.328283, 60.304012 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Sipoo", "sv": "Sibbo", "en": "Sipoo" }, "street_address": { "fi": "Karjuhaantie / Juolukanvarsi", "en": "Karjuhaantie / Juolukanvarsi" }, "name": { "fi": "Alueellinen keräyspiste, Karjuhaantie / Juolukanvarsi", "sv": "Regional insamlingsplats, Karjuhaantie / Juolukanvarsi", "en": "Regional collection point, Karjuhaantie / Juolukanvarsi" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70994/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71250", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:lohja", "municipality": null, "name": { "fi": "Lohja", "sv": "Lojo" } } ], "created_time": "2023-08-15T18:12:57.520789Z", "last_modified_time": "2024-02-06T14:10:31.367048Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "08350", "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.05549, 60.287373 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Lohja", "sv": "Lojo", "en": "Lohja" }, "street_address": { "fi": "Karnaistentie 206", "sv": "Karnaisvägen 206", "en": "Karnaistentie 206" }, "name": { "fi": "Alueellinen keräyspiste, Karnaistentie 206", "sv": "Regional insamlingsplats, Karnaistentie 206", "en": "Regional collection point, Karnaistentie 206" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71250/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71528", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:raasepori", "municipality": null, "name": { "fi": "Raasepori", "sv": "Raseborg" } } ], "created_time": "2023-08-15T18:13:47.502030Z", "last_modified_time": "2024-02-06T14:10:36.742406Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10330", "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": [ 23.65472, 60.085167 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "street_address": { "fi": "Karoliinientie 17", "sv": "Karolinervägen 17", "en": "Karoliinientie 17" }, "name": { "fi": "Alueellinen keräyspiste, Karoliinientie 17", "sv": "Regional insamlingsplats, Karoliinientie 17", "en": "Regional collection point, Karoliinientie 17" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71528/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70948", "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-15T18:12:10.169573Z", "last_modified_time": "2024-02-06T14:10:25.790365Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "05100", "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.640514, 60.478664 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Nurmijärvi", "sv": "Nurmijärvi", "en": "Nurmijärvi" }, "street_address": { "fi": "Kassakummuntie", "sv": "Kassakummuntie", "en": "Kassakummuntie" }, "name": { "fi": "Alueellinen keräyspiste, Kassakummuntie", "sv": "Regional insamlingsplats, Kassakummuntie", "en": "Regional collection point, Kassakummuntie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70948/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61333", "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-15T15:18:08.575978Z", "last_modified_time": "2024-02-06T13:17:32.468131Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01760", "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.876778, 60.34739 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Katriinantie / Knaapinkuja", "en": "Katriinantie / Knaapinkuja" }, "name": { "fi": "Alueellinen keräyspiste, Katriinantie / Knaapinkuja", "sv": "Regional insamlingsplats, Katriinantie / Knaapinkuja", "en": "Regional collection point, Katriinantie / Knaapinkuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61333/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71238", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:lohja", "municipality": null, "name": { "fi": "Lohja", "sv": "Lojo" } } ], "created_time": "2023-08-15T18:12:55.487756Z", "last_modified_time": "2024-02-06T14:10:31.110442Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "09220", "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": [ 23.83855, 60.311283 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Lohja", "sv": "Lojo", "en": "Lohja" }, "street_address": { "fi": "Kaukolantie / Karjalohjantie", "en": "Kaukolantie / Karjalohjantie" }, "name": { "fi": "Alueellinen keräyspiste, Kaukolantie / Karjalohjantie", "sv": "Regional insamlingsplats, Kaukolantie / Karjalohjantie", "en": "Regional collection point, Kaukolantie / Karjalohjantie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71238/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71497", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:raasepori", "municipality": null, "name": { "fi": "Raasepori", "sv": "Raseborg" } } ], "created_time": "2023-08-15T18:13:41.444536Z", "last_modified_time": "2024-02-06T14:10:36.114440Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10440", "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": [ 23.532465, 60.10459 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "street_address": { "fi": "Keijukuja-Vanha Fiskarsintie", "en": "Keijukuja-Vanha Fiskarsintie" }, "name": { "fi": "Alueellinen keräyspiste, Keijukuja-Vanha Fiskarsintie", "sv": "Regional insamlingsplats, Keijukuja-Vanha Fiskarsintie", "en": "Regional collection point, Keijukuja-Vanha Fiskarsintie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71497/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71030", "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-15T18:12:23.148459Z", "last_modified_time": "2024-02-06T14:10:27.417994Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "05800", "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.844202, 60.649284 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Hyvinkää", "sv": "Hyvinge", "en": "Hyvinkää" }, "street_address": { "fi": "Kerkkolankatu 24", "sv": "Kerkkolankatu 24", "en": "Kerkkolankatu 24" }, "name": { "fi": "Alueellinen keräyspiste, Kerkkolankatu 24", "sv": "Regional insamlingsplats, Kerkkolankatu 24", "en": "Regional collection point, Kerkkolankatu 24" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71030/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60907", "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-15T15:16:22.668318Z", "last_modified_time": "2024-02-06T13:17:21.210511Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01760", "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.910084, 60.358524 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kesäkyläntie, kääntöpaikka", "sv": "Sommarbovägen, kääntöpaikka", "en": "Kesäkyläntie, kääntöpaikka" }, "name": { "fi": "Alueellinen keräyspiste, Kesäkyläntie, kääntöpaikka", "sv": "Regional insamlingsplats, Kesäkyläntie, kääntöpaikka", "en": "Regional collection point, Kesäkyläntie, kääntöpaikka" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60907/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71260", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:lohja", "municipality": null, "name": { "fi": "Lohja", "sv": "Lojo" } } ], "created_time": "2023-08-15T18:12:59.695644Z", "last_modified_time": "2024-02-06T14:10:31.601564Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "09120", "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": [ 23.759892, 60.26407 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Lohja", "sv": "Lojo", "en": "Lohja" }, "street_address": { "fi": "Kesälahdentie 1 / Sammatintie 69", "sv": "Kesälahdentie 1 / Sammatintie 69", "en": "Kesälahdentie 1 / Sammatintie 69" }, "name": { "fi": "Alueellinen keräyspiste, Kesälahdentie 1 / Sammatintie 69", "sv": "Regional insamlingsplats, Kesälahdentie 1 / Sammatintie 69", "en": "Regional collection point, Kesälahdentie 1 / Sammatintie 69" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71260/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61074", "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-15T15:17:07.589158Z", "last_modified_time": "2024-02-06T13:17:25.789550Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02170", "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.77884, 60.164524 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Kiiskitie 10", "sv": "Gersvägen 10", "en": "Kiiskitie 10" }, "name": { "fi": "Alueellinen keräyspiste, Kiiskitie 10", "sv": "Regional insamlingsplats, Kiiskitie 10", "en": "Regional collection point, Kiiskitie 10" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61074/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61368", "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-15T15:18:16.186495Z", "last_modified_time": "2024-02-06T13:17:33.237158Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02660", "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.82154, 60.234684 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Kirkkalanportti / Linnuntie", "en": "Kirkkalanportti / Linnuntie" }, "name": { "fi": "Alueellinen keräyspiste, Kirkkalanportti / Linnuntie", "sv": "Regional insamlingsplats, Kirkkalanportti / Linnuntie", "en": "Regional collection point, Kirkkalanportti / Linnuntie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61368/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60943", "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-15T15:16:32.887345Z", "last_modified_time": "2025-01-16T06:09:46.913805Z", "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.09632, 60.2621 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kirkkokuja 9", "sv": "Kyrkogränden 9", "en": "Kirkkokuja 9" }, "name": { "fi": "Alueellinen keräyspiste, Kirkkokuja 9", "sv": "Regional insamlingsplats, Kirkkokuja 9", "en": "Regional collection point, Kirkkokuja 9" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60943/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61302", "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-15T15:18:00.333658Z", "last_modified_time": "2024-02-06T13:17:31.535151Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01510", "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.981007, 60.28148 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kirkkotie / Ylästöntie", "en": "Kirkkotie / Ylästöntie" }, "name": { "fi": "Alueellinen keräyspiste, Kirkkotie / Ylästöntie", "sv": "Regional insamlingsplats, Kirkkotie / Ylästöntie", "en": "Regional collection point, Kirkkotie / Ylästöntie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61302/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61058", "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-15T15:17:04.291635Z", "last_modified_time": "2024-02-06T13:17:25.449847Z", "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.804869, 60.203644 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Kirvuntie 20", "sv": "Kirvusvägen 20", "en": "Kirvuntie 20" }, "name": { "fi": "Alueellinen keräyspiste, Kirvuntie 20", "sv": "Regional insamlingsplats, Kirvuntie 20", "en": "Regional collection point, Kirvuntie 20" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61058/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }