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=206&show_all_places=true
{ "meta": { "count": 152286, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=207&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=205&show_all_places=true" }, "data": [ { "id": "tprek:68206", "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-15T16:27:42.695770Z", "last_modified_time": "2025-11-22T06:09:55.162124Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02600", "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.814991, 60.218857 ] }, "telephone": null, "street_address": { "fi": "Hevosenkenkä 4", "sv": "Hästskon 4", "en": "Hevosenkenkä 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Leppävaaranaukio", "sv": "Obehindrad parkeringplats Leppävaaranaukio", "en": "Accessible car park Leppävaaranaukio" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68206/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62340", "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-15T16:20:11.936335Z", "last_modified_time": "2025-11-22T06:09:50.386814Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02600", "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.80191, 60.21873 ] }, "telephone": null, "street_address": { "fi": "Leppäviita 2", "sv": "Aldungen 2", "en": "Leppäviita 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "2 pysäköintipaikkaa", "sv": "2 parkeringplatser", "en": "2 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Leppäviita", "sv": "Obehindrad parkeringplats Leppäviita", "en": "Accessible car park Leppäviita" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62340/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:74946", "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": "2024-04-05T05:09:52.903411Z", "last_modified_time": "2026-02-10T06:09:55.972964Z", "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.021858, 60.2918 ] }, "telephone": null, "street_address": { "fi": "Liljatie 2", "sv": "Liljevägen 2", "en": "Liljatie 2" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": null, "description": { "fi": "2 esteetöntä autopaikkaa", "sv": "2 tillgängliga p-platser", "en": "2 accessible parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Liljatie 2", "sv": "Obehindrad parkeringsplats Liljatie 2", "en": "Unrestrained car park Liljatie 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74946/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62347", "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-15T16:20:12.530179Z", "last_modified_time": "2025-11-22T06:09:50.462169Z", "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.800816, 60.2305 ] }, "telephone": null, "street_address": { "fi": "Lintukorpi 17", "sv": "Fågelkärret 17", "en": "Lintukorpi 17" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Lintukorpi", "sv": "Obehindrad parkeringplats Lintukorpi", "en": "Accessible car park Lintukorpi" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62347/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62350", "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-15T16:20:12.959620Z", "last_modified_time": "2025-11-22T06:09:50.511369Z", "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.715956, 60.231407 ] }, "telephone": null, "street_address": { "fi": "Lippajärventie 44", "sv": "Klappträskvägen 44", "en": "Lippajärventie 44" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Lippajärventie", "sv": "Obehindrad parkeringplats Lippajärventie", "en": "Accessible car park Lippajärventie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62350/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:74893", "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": "2024-04-05T05:09:51.596946Z", "last_modified_time": "2026-02-10T06:09:53.825081Z", "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": [ 24.852455, 60.32227 ] }, "telephone": null, "street_address": { "fi": "Lipputie 11", "sv": "Flaggvägen 11", "en": "Lipputie 11" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda", "en": "Vantaa" }, "info_url": null, "description": { "fi": "2 esteetöntä autopaikkaa", "sv": "2 tillgängliga p-platser", "en": "2 accessible parking spaces" }, "name": { "fi": "Esteetön pysäköintialue Lipputie 11", "sv": "Obehindrad parkeringsplats Lipputie 11", "en": "Unrestrained car park Lipputie 11" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:74893/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:77478", "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": "2025-04-02T05:10:04.547052Z", "last_modified_time": "2025-11-22T06:10:03.216533Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02780", "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.60134, 60.174976 ] }, "telephone": null, "street_address": { "fi": "Alkonmäenkuja 7", "sv": "Alkobacksgränden 7", "en": "Alkonmäenkuja 7" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Alkonmäenkuja", "sv": "Obehindrad parkeringplats LP Alkonmäenkuja", "en": "Accessible car park LP Alkonmäenkuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:77478/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:64499", "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-15T16:23:42.767163Z", "last_modified_time": "2025-11-22T06:09:53.816756Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02780", "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.59687, 60.172955 ] }, "telephone": null, "street_address": { "fi": "Alustalaisentie 3", "sv": "Underhavandevägen 3", "en": "Alustalaisentie 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Alustalaisentie", "sv": "Obehindrad parkeringplats LP Alustalaisentie", "en": "Accessible car park LP Alustalaisentie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:64499/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62463", "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-15T16:20:27.517545Z", "last_modified_time": "2025-11-22T06:09:51.139408Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02230", "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.741278, 60.157654 ] }, "telephone": null, "street_address": { "fi": "Anjankuja 3", "sv": "Anjasgränden 3", "en": "Anjankuja 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Anjankuja", "sv": "Obehindrad parkeringplats LP Anjankuja", "en": "Accessible car park LP Anjankuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62463/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:78829", "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": "2025-11-18T06:10:09.234074Z", "last_modified_time": "2025-11-22T06:10:04.690277Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02600", "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.828386, 60.21343 ] }, "telephone": null, "street_address": { "fi": "Anna Sahlsténin katu 8", "sv": "Anna Sahlsténs gata 8", "en": "Anna Sahlsténin katu 8" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Anna Sahlsténin katu", "sv": "Obehindrad parkeringplats LP Anna Sahlsténin katu", "en": "Accessible car park LP Anna Sahlsténin katu" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:78829/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62504", "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" } } ], "created_time": "2023-08-15T16:20:33.227874Z", "last_modified_time": "2025-11-22T06:09:51.293816Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "00370", "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.845442, 60.221977 ] }, "telephone": null, "street_address": { "fi": "Fonseenintie 2", "sv": "Fonseensvägen 2", "en": "Fonseenintie 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Fonseenintie", "sv": "Obehindrad parkeringplats LP Fonseenintie", "en": "Accessible car park LP Fonseenintie" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62504/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:64543", "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-15T16:23:44.384885Z", "last_modified_time": "2025-11-22T06:09:53.865234Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02780", "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.59688, 60.168613 ] }, "telephone": null, "street_address": { "fi": "Kallvikinkartano 4", "sv": "Kallvikgården 4", "en": "Kallvikinkartano 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "2 pysäköintipaikkaa", "sv": "2 parkeringplatser", "en": "2 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Kallvikinkartano", "sv": "Obehindrad parkeringplats LP Kallvikinkartano", "en": "Accessible car park LP Kallvikinkartano" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:64543/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62573", "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-15T16:20:43.293505Z", "last_modified_time": "2025-11-22T06:09:51.912419Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02750", "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.701576, 60.1992 ] }, "telephone": null, "street_address": { "fi": "Kirjoniitty 8", "sv": "Fagerängen 8", "en": "Kirjoniitty 8" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Kirjoniitty", "sv": "Obehindrad parkeringplats LP Kirjoniitty", "en": "Accessible car park LP Kirjoniitty" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62573/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62342", "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-15T16:20:12.226552Z", "last_modified_time": "2025-11-22T06:09:50.418389Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02600", "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.82601, 60.2155 ] }, "telephone": null, "street_address": { "fi": "Kirjurinkuja 1", "sv": "Skrivargränden 1", "en": "Kirjurinkuja 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Kirjurinkuja", "sv": "Obehindrad parkeringplats LP Kirjurinkuja", "en": "Accessible car park LP Kirjurinkuja" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62342/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:64096", "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-15T16:23:11.861892Z", "last_modified_time": "2025-11-22T06:09:53.593118Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02100", "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.807995, 60.17844 ] }, "telephone": null, "street_address": { "fi": "Kirkkopolku 3", "sv": "Kyrkstigen 3", "en": "Kirkkopolku 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "2 pysäköintipaikkaa", "sv": "2 parkeringplatser", "en": "2 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Kirkkopolku", "sv": "Obehindrad parkeringplats LP Kirkkopolku", "en": "Accessible car park LP Kirkkopolku" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:64096/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62608", "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-15T16:20:48.144015Z", "last_modified_time": "2025-11-22T06:09:52.129458Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02210", "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.726028, 60.173096 ] }, "telephone": null, "street_address": { "fi": "Kuunkehrä 4", "sv": "Månskivan 4", "en": "Kuunkehrä 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Kuunkehrä", "sv": "Obehindrad parkeringplats LP Kuunkehrä", "en": "Accessible car park LP Kuunkehrä" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62608/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62607", "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-15T16:20:48.004120Z", "last_modified_time": "2025-11-22T06:09:52.096834Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02210", "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.725616, 60.17306 ] }, "telephone": null, "street_address": { "fi": "Kuunkehrä 4", "sv": "Månskivan 4", "en": "Kuunkehrä 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "1 pysäköintipaikkaa", "sv": "1 parkeringplatser", "en": "1 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Kuunkehrä", "sv": "Obehindrad parkeringplats LP Kuunkehrä", "en": "Accessible car park LP Kuunkehrä" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62607/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62576", "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-15T16:20:43.766532Z", "last_modified_time": "2025-11-22T06:09:51.948128Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02650", "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.805729, 60.223995 ] }, "telephone": null, "street_address": { "fi": "Maantienpelto 1", "sv": "Landsvägsåkern 1", "en": "Maantienpelto 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "4 pysäköintipaikkaa", "sv": "4 parkeringplatser", "en": "4 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Maantienpelto 1", "sv": "Obehindrad parkeringplats LP Maantienpelto 1", "en": "Accessible car park LP Maantienpelto 1" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62576/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:62550", "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-15T16:20:39.989603Z", "last_modified_time": "2025-11-22T06:09:51.683800Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02650", "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.800985, 60.22363 ] }, "telephone": null, "street_address": { "fi": "Monikonkatu 4", "sv": "Monikkogatan 4", "en": "Monikonkatu 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "2 pysäköintipaikkaa", "sv": "2 parkeringplatser", "en": "2 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Maantienpelto 2", "sv": "Obehindrad parkeringplats LP Maantienpelto 2", "en": "Accessible car park LP Maantienpelto 2" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62550/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "tprek:69123", "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-15T17:15:43.088470Z", "last_modified_time": "2025-11-22T06:09:56.578291Z", "custom_data": null, "email": null, "contact_type": null, "address_region": null, "postal_code": "02230", "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.750677, 60.15935 ] }, "telephone": null, "street_address": { "fi": "Matinkartanontie 5", "sv": "Mattgårdsvägen 5", "en": "Matinkartanontie 5" }, "address_locality": { "fi": "Espoo", "sv": "Esbo", "en": "Espoo" }, "info_url": { "fi": "https://www.espoo.fi/fi/liikenne-ja-kadut/pysakointi", "sv": "https://www.espoo.fi/sv/trafik-och-gator/parkering", "en": "https://www.espoo.fi/en/transport-and-streets/parking" }, "description": { "fi": "4 pysäköintipaikkaa", "sv": "4 parkeringplatser", "en": "4 parking spaces" }, "name": { "fi": "Esteetön pysäköintialue LP Matinkylän urheilukeskus", "sv": "Obehindrad parkeringplats LP Matinkylän urheilukeskus", "en": "Accessible car park LP Matinkylän urheilukeskus" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69123/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }