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=41&show_all_places=true
{ "meta": { "count": 152258, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=42&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=40&show_all_places=true" }, "data": [ { "id": "tprek:71180", "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-15T18:12:45.688994Z", "last_modified_time": "2024-02-06T14:10:29.988273Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02880", "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.444752, 60.269077 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Kirkkonummi", "sv": "Kyrkslätt", "en": "Kirkkonummi" }, "street_address": { "fi": "Koskentie 1", "sv": "Koskisvägen 1", "en": "Koskentie 1" }, "name": { "fi": "Alueellinen keräyspiste, Koskentie 1", "sv": "Regional insamlingsplats, Koskentie 1", "en": "Regional collection point, Koskentie 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71180/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70955", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:pornainen", "municipality": null, "name": { "fi": "Pornainen", "sv": "Borgnäs" } } ], "created_time": "2023-08-15T18:12:11.446860Z", "last_modified_time": "2024-02-06T14:10:25.947373Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "07170", "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.371618, 60.480434 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Pornainen", "sv": "Borgnäs", "en": "Pornainen" }, "street_address": { "fi": "Koskitie 2", "sv": "Koskitie 2", "en": "Koskitie 2" }, "name": { "fi": "Alueellinen keräyspiste, Koskitie 2", "sv": "Regional insamlingsplats, Koskitie 2", "en": "Regional collection point, Koskitie 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70955/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60921", "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:25.890573Z", "last_modified_time": "2024-02-06T13:17:21.517114Z", "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.116243, 60.34348 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kotilokuja", "sv": "Snäckgränden_", "en": "Kotilokuja" }, "name": { "fi": "Alueellinen keräyspiste, Kotilokuja", "sv": "Regional insamlingsplats, Kotilokuja", "en": "Regional collection point, Kotilokuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60921/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70991", "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.289155Z", "last_modified_time": "2024-02-06T14:10:26.708912Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "04150", "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.2072, 60.38002 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Sipoo", "sv": "Sibbo", "en": "Sipoo" }, "street_address": { "fi": "Kotimäentie 190", "sv": "Kotimäkivägen 190", "en": "Kotimäentie 190" }, "name": { "fi": "Alueellinen keräyspiste, Kotimäentie 190", "sv": "Regional insamlingsplats, Kotimäentie 190", "en": "Regional collection point, Kotimäentie 190" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70991/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71482", "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.622064Z", "last_modified_time": "2024-02-06T14:10:35.781403Z", "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.537148, 60.093616 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "street_address": { "fi": "Kotipolku-Gumnäsintie", "en": "Kotipolku-Gumnäsintie" }, "name": { "fi": "Alueellinen keräyspiste, Kotipolku-Gumnäsintie", "sv": "Regional insamlingsplats, Kotipolku-Gumnäsintie", "en": "Regional collection point, Kotipolku-Gumnäsintie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71482/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61160", "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:keski-vuosaari", "municipality": "Helsinki", "name": { "fi": "Keski-Vuosaari", "sv": "Mellersta Nordsjö" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari", "municipality": "Helsinki", "name": { "fi": "Vuosaari", "sv": "Nordsjö" } } ], "created_time": "2023-08-15T15:17:27.897345Z", "last_modified_time": "2024-02-06T13:17:27.899010Z", "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.134275, 60.21678 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors", "en": "Helsinki" }, "street_address": { "fi": "Koukkusaarentie 18", "sv": "Krokholmsvägen 18", "en": "Koukkusaarentie 18" }, "name": { "fi": "Alueellinen keräyspiste, Koukkusaarentie 18", "sv": "Regional insamlingsplats, Koukkusaarentie 18", "en": "Regional collection point, Koukkusaarentie 18" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61160/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70933", "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:07.901082Z", "last_modified_time": "2024-02-06T14:10:25.512712Z", "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.796585, 60.467216 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Nurmijärvi", "sv": "Nurmijärvi", "en": "Nurmijärvi" }, "street_address": { "fi": "Krannilantie", "sv": "Krannilantie", "en": "Krannilantie" }, "name": { "fi": "Alueellinen keräyspiste, Krannilantie", "sv": "Regional insamlingsplats, Krannilantie", "en": "Regional collection point, Krannilantie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70933/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61073", "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.124167Z", "last_modified_time": "2024-02-06T13:17:25.747694Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02180", "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.76364, 60.19825 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Kruununrinne", "sv": "Kronobranten", "en": "Kruununrinne" }, "name": { "fi": "Alueellinen keräyspiste, Kruununrinne", "sv": "Regional insamlingsplats, Kruununrinne", "en": "Regional collection point, Kruununrinne" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61073/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70881", "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:12:00.002577Z", "last_modified_time": "2024-02-06T14:10:24.517814Z", "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.235819, 60.46271 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Loviisa", "sv": "Lovisa", "en": "Loviisa" }, "street_address": { "fi": "Kuhlefeltinkatu", "sv": "Kuhlefeltsgatan", "en": "Kuhlefeltinkatu" }, "name": { "fi": "Alueellinen keräyspiste, Kuhlefeltinkatu", "sv": "Regional insamlingsplats, Kuhlefeltinkatu", "en": "Regional collection point, Kuhlefeltinkatu" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70881/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60900", "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:20.994105Z", "last_modified_time": "2024-02-06T13:17:20.991524Z", "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.008429, 60.313004 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kuismatie 104", "sv": "Mannablodsvägen 104", "en": "Kuismatie 104" }, "name": { "fi": "Alueellinen keräyspiste, Kuismatie 104", "sv": "Regional insamlingsplats, Kuismatie 104", "en": "Regional collection point, Kuismatie 104" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60900/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70963", "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:12:12.795915Z", "last_modified_time": "2024-02-06T14:10:26.121451Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10300", "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.689718, 60.077557 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "street_address": { "fi": "Kukkakuja", "sv": "Blomgränd", "en": "Kukkakuja" }, "name": { "fi": "Alueellinen keräyspiste, Kukkakuja", "sv": "Regional insamlingsplats, Kukkakuja", "en": "Regional collection point, Kukkakuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70963/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61340", "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:10.487163Z", "last_modified_time": "2024-02-06T13:17:32.597499Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02280", "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.673107, 60.176704 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Kukkumäenportti / Kukkumäenkuja", "en": "Kukkumäenportti / Kukkumäenkuja" }, "name": { "fi": "Alueellinen keräyspiste, Kukkumäenportti / Kukkumäenkuja", "sv": "Regional insamlingsplats, Kukkumäenportti / Kukkumäenkuja", "en": "Regional collection point, Kukkumäenportti / Kukkumäenkuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61340/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61030", "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:16:55.916191Z", "last_modified_time": "2024-02-06T13:17:24.605419Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02940", "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.712328, 60.24484 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Kulloonmäentie 18", "sv": "Kullobackavägen 18", "en": "Kulloonmäentie 18" }, "name": { "fi": "Alueellinen keräyspiste, Kulloonmäentie 18", "sv": "Regional insamlingsplats, Kulloonmäentie 18", "en": "Regional collection point, Kulloonmäentie 18" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61030/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60922", "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:26.594731Z", "last_modified_time": "2024-02-06T13:17:21.548269Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01450", "post_office_box_num": null, "address_country": null, "deleted": false, "has_upcoming_events": false, "n_events": 0, "image": null, "parent": null, "replaced_by": null, "position": { "type": "Point", "coordinates": [ 25.057901, 60.346672 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kulorastaantie 8", "sv": "Dubbeltrastvägen 8", "en": "Kulorastaantie 8" }, "name": { "fi": "Alueellinen keräyspiste, Kulorastaantie 8", "sv": "Regional insamlingsplats, Kulorastaantie 8", "en": "Regional collection point, Kulorastaantie 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60922/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61055", "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:03.842484Z", "last_modified_time": "2024-02-06T13:17:25.351308Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02330", "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.619074, 60.159386 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "street_address": { "fi": "Kummeliranta 1 (ent. Kummelitie 1)", "sv": "Kummelstranden 1 (ent. Kummelitie 1)", "en": "Kummeliranta 1 (ent. Kummelitie 1)" }, "name": { "fi": "Alueellinen keräyspiste, Kummeliranta 1 (ent. Kummelitie 1)", "sv": "Regional insamlingsplats, Kummeliranta 1 (ent. Kummelitie 1)", "en": "Regional collection point, Kummeliranta 1 (ent. Kummelitie 1)" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61055/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71485", "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:39.116197Z", "last_modified_time": "2024-02-06T14:10:35.841737Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10600", "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.43607, 59.975613 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "street_address": { "fi": "Kuninkaankatu 4", "sv": "Kungsgatan 4", "en": "Kuninkaankatu 4" }, "name": { "fi": "Alueellinen keräyspiste, Kungsgatan 4", "sv": "Regional insamlingsplats, Kungsgatan 4", "en": "Regional collection point, Kungsgatan 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71485/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61336", "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:09.692547Z", "last_modified_time": "2024-02-06T13:17:32.531144Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01260", "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.123053, 60.293053 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kuninkaanmäentie / Koulutie", "en": "Kuninkaanmäentie / Koulutie" }, "name": { "fi": "Alueellinen keräyspiste, Kuninkaanmäentie / Koulutie", "sv": "Regional insamlingsplats, Kuninkaanmäentie / Koulutie", "en": "Regional collection point, Kuninkaanmäentie / Koulutie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61336/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61322", "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:05.883890Z", "last_modified_time": "2024-02-06T13:17:32.144520Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01260", "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.117847, 60.305546 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kuninkaanmäentie / Kuusimäentie", "en": "Kuninkaanmäentie / Kuusimäentie" }, "name": { "fi": "Alueellinen keräyspiste, Kuninkaanmäentie / Kuusimäentie", "sv": "Regional insamlingsplats, Kuninkaanmäentie / Kuusimäentie", "en": "Regional collection point, Kuninkaanmäentie / Kuusimäentie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61322/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61298", "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:17:59.505010Z", "last_modified_time": "2024-02-06T13:17:31.405393Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01260", "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.114979, 60.30758 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "street_address": { "fi": "Kuninkaanmäentie / Vanha Porvoontie 275", "en": "Kuninkaanmäentie / Vanha Porvoontie 275" }, "name": { "fi": "Alueellinen keräyspiste, Kuninkaanmäentie / Vanha Porvoontie 275", "sv": "Regional insamlingsplats, Kuninkaanmäentie / Vanha Porvoontie 275", "en": "Regional collection point, Kuninkaanmäentie / Vanha Porvoontie 275" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61298/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70895", "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:12:02.193180Z", "last_modified_time": "2024-02-06T14:10:24.819753Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "07700", "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.939737, 60.500366 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Loviisa", "sv": "Lovisa", "en": "Loviisa" }, "street_address": { "fi": "Kuninkaanmäki 3", "sv": "Konungsbacken 3", "en": "Kuninkaanmäki 3" }, "name": { "fi": "Alueellinen keräyspiste, Kuninkaanmäki 3", "sv": "Regional insamlingsplats, Kuninkaanmäki 3", "en": "Regional collection point, Kuninkaanmäki 3" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70895/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }