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=7438&show_all_places=true
{ "meta": { "count": 152255, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7439&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7437&show_all_places=true" }, "data": [ { "id": "osoite:vähänlahdentie_10b_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:43.660595Z", "last_modified_time": "2023-09-19T06:25:43.660622Z", "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.6789305, 60.1194634 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 10b", "sv": "Lillviksvägen 10b" }, "name": { "fi": "Vähänlahdentie 10b, Espoo", "sv": "Lillviksvägen 10b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_10b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_11_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:44.670467Z", "last_modified_time": "2023-09-19T06:25:44.670486Z", "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.6842656, 60.1183004 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 11", "sv": "Lillviksvägen 11" }, "name": { "fi": "Vähänlahdentie 11, Espoo", "sv": "Lillviksvägen 11, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_11_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_12_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:45.575637Z", "last_modified_time": "2023-09-19T06:25:45.575656Z", "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.6796389, 60.1187471 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 12", "sv": "Lillviksvägen 12" }, "name": { "fi": "Vähänlahdentie 12, Espoo", "sv": "Lillviksvägen 12, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_12_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_14_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:46.669207Z", "last_modified_time": "2023-09-19T06:25:46.669233Z", "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.6807049, 60.118247 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 14", "sv": "Lillviksvägen 14" }, "name": { "fi": "Vähänlahdentie 14, Espoo", "sv": "Lillviksvägen 14, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_14_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_15_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:47.553678Z", "last_modified_time": "2023-09-19T06:25:47.553696Z", "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.6847844, 60.1185889 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 15", "sv": "Lillviksvägen 15" }, "name": { "fi": "Vähänlahdentie 15, Espoo", "sv": "Lillviksvägen 15, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_15_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_16_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:48.077925Z", "last_modified_time": "2023-09-19T06:25:48.077945Z", "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.683212, 60.119384 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 16", "sv": "Lillviksvägen 16" }, "name": { "fi": "Vähänlahdentie 16, Espoo", "sv": "Lillviksvägen 16, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_16_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_17_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:48.758514Z", "last_modified_time": "2023-09-19T06:25:48.758531Z", "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.6841134, 60.1191617 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 17", "sv": "Lillviksvägen 17" }, "name": { "fi": "Vähänlahdentie 17, Espoo", "sv": "Lillviksvägen 17, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_17_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_18_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:49.461444Z", "last_modified_time": "2023-09-19T06:25:49.461467Z", "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.6835499, 60.1197797 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 18", "sv": "Lillviksvägen 18" }, "name": { "fi": "Vähänlahdentie 18, Espoo", "sv": "Lillviksvägen 18, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_18_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_1a_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:42.030067Z", "last_modified_time": "2023-09-19T06:25:42.030086Z", "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.6758971, 60.1188277 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 1a", "sv": "Lillviksvägen 1a" }, "name": { "fi": "Vähänlahdentie 1a, Espoo", "sv": "Lillviksvägen 1a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_1a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_20_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:51.567301Z", "last_modified_time": "2023-09-19T06:25:51.567318Z", "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.6842873, 60.1197815 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 20", "sv": "Lillviksvägen 20" }, "name": { "fi": "Vähänlahdentie 20, Espoo", "sv": "Lillviksvägen 20, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_20_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_22_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:52.372910Z", "last_modified_time": "2023-09-19T06:25:52.372929Z", "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.6849713, 60.1197292 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 22", "sv": "Lillviksvägen 22" }, "name": { "fi": "Vähänlahdentie 22, Espoo", "sv": "Lillviksvägen 22, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_22_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_2_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:50.464934Z", "last_modified_time": "2023-09-19T06:25:50.464953Z", "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.6760922, 60.1191065 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 2", "sv": "Lillviksvägen 2" }, "name": { "fi": "Vähänlahdentie 2, Espoo", "sv": "Lillviksvägen 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_3_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:53.075021Z", "last_modified_time": "2023-09-19T06:25:53.075041Z", "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.6813195, 60.1179344 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 3", "sv": "Lillviksvägen 3" }, "name": { "fi": "Vähänlahdentie 3, Espoo", "sv": "Lillviksvägen 3, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_4_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:53.576320Z", "last_modified_time": "2023-09-19T06:25:53.576336Z", "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.6769924, 60.1190189 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 4", "sv": "Lillviksvägen 4" }, "name": { "fi": "Vähänlahdentie 4, Espoo", "sv": "Lillviksvägen 4, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_5_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:54.370415Z", "last_modified_time": "2023-09-19T06:25:54.370435Z", "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.6822204, 60.117757 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 5", "sv": "Lillviksvägen 5" }, "name": { "fi": "Vähänlahdentie 5, Espoo", "sv": "Lillviksvägen 5, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_6_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:54.859471Z", "last_modified_time": "2023-09-19T06:25:54.859503Z", "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.678, 60.1189765 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 6", "sv": "Lillviksvägen 6" }, "name": { "fi": "Vähänlahdentie 6, Espoo", "sv": "Lillviksvägen 6, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_6_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_7_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:55.574369Z", "last_modified_time": "2023-09-19T06:25:55.574385Z", "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.6825585, 60.1181348 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 7", "sv": "Lillviksvägen 7" }, "name": { "fi": "Vähänlahdentie 7, Espoo", "sv": "Lillviksvägen 7, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_7_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_8a_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:56.771446Z", "last_modified_time": "2023-09-19T06:25:56.771466Z", "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.6785862, 60.1197229 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 8a", "sv": "Lillviksvägen 8a" }, "name": { "fi": "Vähänlahdentie 8a, Espoo", "sv": "Lillviksvägen 8a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_8a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_8b_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:57.871281Z", "last_modified_time": "2023-09-19T06:25:57.871302Z", "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.6788902, 60.1199121 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 8b", "sv": "Lillviksvägen 8b" }, "name": { "fi": "Vähänlahdentie 8b, Espoo", "sv": "Lillviksvägen 8b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_8b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vähänlahdentie_9_espoo", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:espoo", "municipality": null, "name": { "fi": "Espoo", "sv": "Esbo" } } ], "created_time": "2023-09-19T06:25:58.671384Z", "last_modified_time": "2023-09-19T06:25:58.671403Z", "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.6836362, 60.118281 ] }, "info_url": null, "telephone": null, "description": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "street_address": { "fi": "Vähänlahdentie 9", "sv": "Lillviksvägen 9" }, "name": { "fi": "Vähänlahdentie 9, Espoo", "sv": "Lillviksvägen 9, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4h%C3%A4nlahdentie_9_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }