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=7377&show_all_places=true
https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7378&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7376&show_all_places=true" }, "data": [ { "id": "osoite:vuorikatu_7_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kluuvi", "municipality": "Helsinki", "name": { "fi": "Kluuvi", "sv": "Gloet" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kluuvi", "municipality": "Helsinki", "name": { "fi": "Kluuvi", "sv": "Gloet" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vironniemi", "municipality": "Helsinki", "name": { "fi": "Vironniemi", "sv": "Estnäs" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-27T05:52:24.074490Z", "last_modified_time": "2023-08-27T05:52:24.074510Z", "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.9480826, 60.1713437 ] }, "street_address": { "fi": "Vuorikatu 7", "sv": "Berggatan 7" }, "name": { "fi": "Vuorikatu 7, Helsinki", "sv": "Berggatan 7, Helsingfors" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikatu_7_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikatu_8_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vironniemi", "municipality": "Helsinki", "name": { "fi": "Vironniemi", "sv": "Estnäs" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kluuvi", "municipality": "Helsinki", "name": { "fi": "Kluuvi", "sv": "Gloet" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kluuvi", "municipality": "Helsinki", "name": { "fi": "Kluuvi", "sv": "Gloet" } }, { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } } ], "created_time": "2023-08-27T05:52:25.367912Z", "last_modified_time": "2023-08-27T05:52:25.367938Z", "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.9470205, 60.1708407 ] }, "street_address": { "fi": "Vuorikatu 8", "sv": "Berggatan 8" }, "name": { "fi": "Vuorikatu 8, Helsinki", "sv": "Berggatan 8, Helsingfors" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikatu_8_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_10_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:19.348618Z", "last_modified_time": "2023-09-08T06:33:19.348637Z", "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.0118521, 60.3176244 ] }, "street_address": { "fi": "Vuorikuja 10", "sv": "Berggränden 10" }, "name": { "fi": "Vuorikuja 10, Vantaa", "sv": "Berggränden 10, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_10_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_1_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:18.888315Z", "last_modified_time": "2023-09-08T06:33:18.888334Z", "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.0107849, 60.3186657 ] }, "street_address": { "fi": "Vuorikuja 1", "sv": "Berggränden 1" }, "name": { "fi": "Vuorikuja 1, Vantaa", "sv": "Berggränden 1, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_1_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_2_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:19.782776Z", "last_modified_time": "2023-09-08T06:33:19.782798Z", "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.0114363, 60.3186925 ] }, "street_address": { "fi": "Vuorikuja 2", "sv": "Berggränden 2" }, "name": { "fi": "Vuorikuja 2, Vantaa", "sv": "Berggränden 2, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_2_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_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-24T06:14:32.280220Z", "last_modified_time": "2023-09-24T06:14:32.280239Z", "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.6545525, 60.1647376 ] }, "street_address": { "fi": "Vuorikuja 3", "sv": "Berggränden 3" }, "name": { "fi": "Vuorikuja 3, Espoo", "sv": "Berggränden 3, Esbo" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_3_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:20.158386Z", "last_modified_time": "2023-09-08T06:33:20.158439Z", "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.0109657, 60.3183515 ] }, "street_address": { "fi": "Vuorikuja 3", "sv": "Berggränden 3" }, "name": { "fi": "Vuorikuja 3, Vantaa", "sv": "Berggränden 3, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_3_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_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-24T06:14:33.364269Z", "last_modified_time": "2023-09-24T06:14:33.364288Z", "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.6549826, 60.1649452 ] }, "street_address": { "fi": "Vuorikuja 4", "sv": "Berggränden 4" }, "name": { "fi": "Vuorikuja 4, Espoo", "sv": "Berggränden 4, Esbo" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_4_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:20.477317Z", "last_modified_time": "2023-09-08T06:33:20.477338Z", "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.0113458, 60.3185489 ] }, "street_address": { "fi": "Vuorikuja 4", "sv": "Berggränden 4" }, "name": { "fi": "Vuorikuja 4, Vantaa", "sv": "Berggränden 4, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_4_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_5a_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:20.655210Z", "last_modified_time": "2023-09-08T06:33:20.655228Z", "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.0110562, 60.31819 ] }, "street_address": { "fi": "Vuorikuja 5a", "sv": "Berggränden 5a" }, "name": { "fi": "Vuorikuja 5a, Vantaa", "sv": "Berggränden 5a, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_5a_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_5b_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:21.177987Z", "last_modified_time": "2023-09-08T06:33:21.178004Z", "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.0104952, 60.318181 ] }, "street_address": { "fi": "Vuorikuja 5b", "sv": "Berggränden 5b" }, "name": { "fi": "Vuorikuja 5b, Vantaa", "sv": "Berggränden 5b, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_5b_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_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-24T06:14:34.756488Z", "last_modified_time": "2023-09-24T06:14:34.756508Z", "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.6545542, 60.1645761 ] }, "street_address": { "fi": "Vuorikuja 5", "sv": "Berggränden 5" }, "name": { "fi": "Vuorikuja 5, Espoo", "sv": "Berggränden 5, Esbo" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_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-24T06:14:38.364153Z", "last_modified_time": "2023-09-24T06:14:38.364173Z", "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.655022, 60.1646221 ] }, "street_address": { "fi": "Vuorikuja 6", "sv": "Berggränden 6" }, "name": { "fi": "Vuorikuja 6, Espoo", "sv": "Berggränden 6, Esbo" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_6_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_6_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:21.372457Z", "last_modified_time": "2023-09-08T06:33:21.372479Z", "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.0114904, 60.3181899 ] }, "street_address": { "fi": "Vuorikuja 6", "sv": "Berggränden 6" }, "name": { "fi": "Vuorikuja 6, Vantaa", "sv": "Berggränden 6, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_6_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_7_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:21.538473Z", "last_modified_time": "2023-09-08T06:33:21.538495Z", "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.0111646, 60.3179386 ] }, "street_address": { "fi": "Vuorikuja 7", "sv": "Berggränden 7" }, "name": { "fi": "Vuorikuja 7, Vantaa", "sv": "Berggränden 7, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_7_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikuja_8_vantaa", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:vantaa", "municipality": null, "name": { "fi": "Vantaa", "sv": "Vanda" } } ], "created_time": "2023-09-08T06:33:21.752050Z", "last_modified_time": "2023-09-08T06:33:21.752067Z", "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.0115628, 60.3180194 ] }, "street_address": { "fi": "Vuorikuja 8", "sv": "Berggränden 8" }, "name": { "fi": "Vuorikuja 8, Vantaa", "sv": "Berggränden 8, Vanda" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikuja_8_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikukantie_10_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-14T06:14:46.661322Z", "last_modified_time": "2023-09-14T06:14:46.661343Z", "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.6406115, 60.1713783 ] }, "street_address": { "fi": "Vuorikukantie 10", "sv": "Bergblomsvägen 10" }, "name": { "fi": "Vuorikukantie 10, Espoo", "sv": "Bergblomsvägen 10, Esbo" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikukantie_10_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikukantie_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-14T06:14:48.753929Z", "last_modified_time": "2023-09-14T06:14:48.753947Z", "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.6411866, 60.1715055 ] }, "street_address": { "fi": "Vuorikukantie 12", "sv": "Bergblomsvägen 12" }, "name": { "fi": "Vuorikukantie 12, Espoo", "sv": "Bergblomsvägen 12, Esbo" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikukantie_12_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikukantie_1_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-14T06:14:45.373159Z", "last_modified_time": "2023-09-14T06:14:45.373179Z", "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.6401139, 60.1707577 ] }, "street_address": { "fi": "Vuorikukantie 1", "sv": "Bergblomsvägen 1" }, "name": { "fi": "Vuorikukantie 1, Espoo", "sv": "Bergblomsvägen 1, Esbo" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikukantie_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:vuorikukantie_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-14T06:14:50.460775Z", "last_modified_time": "2023-09-14T06:14:50.460794Z", "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.6398646, 60.1704967 ] }, "street_address": { "fi": "Vuorikukantie 2", "sv": "Bergblomsvägen 2" }, "name": { "fi": "Vuorikukantie 2, Espoo", "sv": "Bergblomsvägen 2, Esbo" }, "telephone": null, "info_url": null, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "description": null, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorikukantie_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }{ "meta": { "count": 151441, "next": "