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=53&show_all_places=true
{ "meta": { "count": 151691, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=54&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=52&show_all_places=true" }, "data": [ { "id": "tprek:70962", "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.495621Z", "last_modified_time": "2024-02-06T14:10:26.100569Z", "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.65095, 60.08439 ] }, "info_url": null, "street_address": { "fi": "Tolvheminkuja 4", "sv": "Tolvhemsgränd 4", "en": "Tolvheminkuja 4" }, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tolvheminkuja 4", "sv": "Regional insamlingsplats, Tolvheminkuja 4", "en": "Regional collection point, Tolvheminkuja 4" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70962/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71511", "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:44.485720Z", "last_modified_time": "2024-02-06T14:10:36.421182Z", "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.519646, 60.091484 ] }, "info_url": null, "street_address": { "fi": "Torpankuja", "sv": "Torpgränd", "en": "Torpankuja" }, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Torpankuja", "sv": "Regional insamlingsplats, Torpankuja", "en": "Regional collection point, Torpankuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71511/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61292", "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:57.571525Z", "last_modified_time": "2024-02-06T13:17:31.213978Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01380", "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.066845, 60.302425 ] }, "info_url": null, "street_address": { "fi": "Toukopolku / Ohratie", "en": "Toukopolku / Ohratie" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Toukopolku / Ohratie", "sv": "Regional insamlingsplats, Toukopolku / Ohratie", "en": "Regional collection point, Toukopolku / Ohratie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61292/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70897", "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.463729Z", "last_modified_time": "2024-02-06T14:10:24.878593Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "07910", "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.259148, 60.39884 ] }, "info_url": null, "street_address": { "fi": "Troolitie", "sv": "Trålvägen", "en": "Troolitie" }, "description": null, "address_locality": { "fi": "Loviisa", "sv": "Lovisa", "en": "Loviisa" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Troolitie", "sv": "Regional insamlingsplats, Troolitie", "en": "Regional collection point, Troolitie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70897/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71486", "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.282043Z", "last_modified_time": "2024-02-06T14:10:35.866139Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10470", "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.558174, 60.120415 ] }, "info_url": null, "street_address": { "fi": "Tulilinjantie", "sv": "Tulilinjavägen", "en": "Tulilinjantie" }, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tulilinjantie", "sv": "Regional insamlingsplats, Tulilinjantie", "en": "Regional collection point, Tulilinjantie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71486/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60947", "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:33.548053Z", "last_modified_time": "2025-01-15T10:09:58.681088Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01680", "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.784378, 60.27652 ] }, "info_url": null, "street_address": { "fi": "Tulvaniityntie 20", "sv": "Skobbängsvägen 20", "en": "Tulvaniityntie 20" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tulvaniityntie 20", "sv": "Regional insamlingsplats, Tulvaniityntie 20", "en": "Regional collection point, Tulvaniityntie 20" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60947/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71147", "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-15T18:12:40.881904Z", "last_modified_time": "2024-02-06T14:10:29.457188Z", "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.090158, 60.403404 ] }, "info_url": null, "street_address": { "fi": "Tuomaantie 36", "sv": "Tuomaantie 36", "en": "Tuomaantie 36" }, "description": null, "address_locality": { "fi": "Kerava", "sv": "Kervo", "en": "Kerava" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tuomaantie 36", "sv": "Regional insamlingsplats, Tuomaantie 36", "en": "Regional collection point, Tuomaantie 36" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71147/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71553", "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:52.486707Z", "last_modified_time": "2024-02-06T14:10:37.235311Z", "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.690706, 60.067345 ] }, "info_url": null, "street_address": { "fi": "Tuomarinkatu-Kumlankatu", "en": "Tuomarinkatu-Kumlankatu" }, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tuomarinkatu-Kumlankatu", "sv": "Regional insamlingsplats, Tuomarinkatu-Kumlankatu", "en": "Regional collection point, Tuomarinkatu-Kumlankatu" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71553/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60899", "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.288163Z", "last_modified_time": "2025-01-16T06:09:46.718913Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01420", "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.096806, 60.32346 ] }, "info_url": null, "street_address": { "fi": "Tuovintie 14", "sv": "Tuovivägen 14", "en": "Tuovintie 14" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tuovintie 14", "sv": "Regional insamlingsplats, Tuovintie 14", "en": "Regional collection point, Tuovintie 14" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60899/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71217", "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:52.158331Z", "last_modified_time": "2024-02-06T14:10:30.740044Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "09430", "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.804535, 60.39128 ] }, "info_url": null, "street_address": { "fi": "Turuntie 1811", "sv": "Turuntie 1811", "en": "Turuntie 1811" }, "description": null, "address_locality": { "fi": "Lohja", "sv": "Lojo", "en": "Lohja" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Turuntie 1811", "sv": "Regional insamlingsplats, Turuntie 1811", "en": "Regional collection point, Turuntie 1811" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71217/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71183", "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:46.084953Z", "last_modified_time": "2024-02-06T14:10:30.046579Z", "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.457735, 60.267254 ] }, "info_url": null, "street_address": { "fi": "Tuulensuunraitti", "sv": "Tuulensuu bygata", "en": "Tuulensuunraitti" }, "description": null, "address_locality": { "fi": "Kirkkonummi", "sv": "Kyrkslätt", "en": "Kirkkonummi" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tuulensuunraitti", "sv": "Regional insamlingsplats, Tuulensuunraitti", "en": "Regional collection point, Tuulensuunraitti" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71183/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60934", "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:30.342023Z", "last_modified_time": "2025-01-16T06:09:46.848641Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01420", "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.105318, 60.323753 ] }, "info_url": null, "street_address": { "fi": "Tuulikintie 33", "sv": "Tuulikkivägen 33", "en": "Tuulikintie 33" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tuulikintie 33", "sv": "Regional insamlingsplats, Tuulikintie 33", "en": "Regional collection point, Tuulikintie 33" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60934/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:61071", "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:06.843103Z", "last_modified_time": "2024-02-06T13:17:25.683672Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02250", "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.728426, 60.1877 ] }, "info_url": null, "street_address": { "fi": "Tuurinmäentie 1", "sv": "Torsbackavägen 1", "en": "Tuurinmäentie 1" }, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tuurinmäentie 1", "sv": "Regional insamlingsplats, Tuurinmäentie 1", "en": "Regional collection point, Tuurinmäentie 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:61071/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71218", "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:52.287854Z", "last_modified_time": "2024-02-06T14:10:30.759285Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "08700", "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.994457, 60.196575 ] }, "info_url": null, "street_address": { "fi": "Tuusanranta", "sv": "Tusastranden", "en": "Tuusanranta" }, "description": null, "address_locality": { "fi": "Lohja", "sv": "Lojo", "en": "Lohja" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tuusanranta", "sv": "Regional insamlingsplats, Tuusanranta", "en": "Regional collection point, Tuusanranta" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71218/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:70922", "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:05.883682Z", "last_modified_time": "2024-02-06T14:10:25.289494Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "05200", "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.753145, 60.534504 ] }, "info_url": null, "street_address": { "fi": "Tykkimäentie", "sv": "Tykkimäentie", "en": "Tykkimäentie" }, "description": null, "address_locality": { "fi": "Nurmijärvi", "sv": "Nurmijärvi", "en": "Nurmijärvi" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tykkimäentie", "sv": "Regional insamlingsplats, Tykkimäentie", "en": "Regional collection point, Tykkimäentie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:70922/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71539", "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:50.002001Z", "last_modified_time": "2024-02-06T14:10:36.985121Z", "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.650833, 60.058773 ] }, "info_url": null, "street_address": { "fi": "Tårnbynkatu-Kanervakuja", "en": "Tårnbynkatu-Kanervakuja" }, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tårnbynkatu-Kanervakuja", "sv": "Regional insamlingsplats, Tårnbynkatu-Kanervakuja", "en": "Regional collection point, Tårnbynkatu-Kanervakuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71539/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71431", "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:29.867877Z", "last_modified_time": "2024-02-06T14:10:34.987642Z", "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.650127, 60.059185 ] }, "info_url": null, "street_address": { "fi": "Tårnbynkatu-Muuntaja", "en": "Tårnbynkatu-Muuntaja" }, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tårnbynkatu-Muuntaja", "sv": "Regional insamlingsplats, Tårnbynkatu-Muuntaja", "en": "Regional collection point, Tårnbynkatu-Muuntaja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71431/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71059", "has_user_editable_resources": false, "data_source": "tprek", "publisher": "ahjo:u021800", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:inkoo", "municipality": null, "name": { "fi": "Inkoo", "sv": "Ingå" } } ], "created_time": "2023-08-15T18:12:27.412722Z", "last_modified_time": "2024-02-06T14:10:27.874129Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "10210", "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.025919, 60.061108 ] }, "info_url": null, "street_address": { "fi": "Tähteläntie 46", "sv": "Täktervägen 46", "en": "Tähteläntie 46" }, "description": null, "address_locality": { "fi": "Inkoo", "sv": "Ingå", "en": "Inkoo" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tähteläntie 46", "sv": "Regional insamlingsplats, Tähteläntie 46", "en": "Regional collection point, Tähteläntie 46" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71059/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:60955", "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:36.268337Z", "last_modified_time": "2024-02-06T13:17:22.537500Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "01350", "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.037651, 60.30664 ] }, "info_url": null, "street_address": { "fi": "Tähtimöntie 24", "sv": "Stjärnblomsvägen 24", "en": "Tähtimöntie 24" }, "description": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tähtimöntie 24", "sv": "Regional insamlingsplats, Tähtimöntie 24", "en": "Regional collection point, Tähtimöntie 24" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60955/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:71534", "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:49.008514Z", "last_modified_time": "2024-02-06T14:10:36.870644Z", "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.67179, 60.06808 ] }, "info_url": null, "street_address": { "fi": "Tähtitorninkatu 8", "sv": "Observatoriegatan 8", "en": "Tähtitorninkatu 8" }, "description": null, "address_locality": { "fi": "Raasepori", "sv": "Raseborg", "en": "Raasepori" }, "telephone": null, "name": { "fi": "Alueellinen keräyspiste, Tähtitorninkatu 8", "sv": "Regional insamlingsplats, Tähtitorninkatu 8", "en": "Regional collection point, Tähtitorninkatu 8" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:71534/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }