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=7541&show_all_places=true
{ "meta": { "count": 152288, "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7542&show_all_places=true", "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7540&show_all_places=true" }, "data": [ { "id": "osoite:yölinnuntie_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-22T06:37:01.673750Z", "last_modified_time": "2023-09-22T06:37:01.673773Z", "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.809121, 60.2424723 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 1", "sv": "Nattfågelsvägen 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 1, Espoo", "sv": "Nattfågelsvägen 1, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_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-22T06:37:03.463340Z", "last_modified_time": "2023-09-22T06:37:03.463358Z", "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.8088129, 60.2426873 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 2", "sv": "Nattfågelsvägen 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 2, Espoo", "sv": "Nattfågelsvägen 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_3a_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": "2024-02-01T05:00:06.572490Z", "last_modified_time": "2024-02-01T05:00:06.572508Z", "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.8093556, 60.2424906 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 3a", "sv": "Nattfågelsvägen 3a" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 3a, Espoo", "sv": "Nattfågelsvägen 3a, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_3a_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_3b_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": "2024-02-01T05:00:06.631070Z", "last_modified_time": "2024-02-01T05:00:06.631088Z", "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.8093032, 60.2421943 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 3b", "sv": "Nattfågelsvägen 3b" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 3b, Espoo", "sv": "Nattfågelsvägen 3b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_3b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_3c_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": "2024-02-01T05:00:06.664166Z", "last_modified_time": "2024-02-01T05:00:06.664184Z", "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.8093223, 60.2420148 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 3c", "sv": "Nattfågelsvägen 3c" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 3c, Espoo", "sv": "Nattfågelsvägen 3c, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_3c_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_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-22T06:37:05.459552Z", "last_modified_time": "2023-09-22T06:37:05.459569Z", "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.8091557, 60.2427236 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 4", "sv": "Nattfågelsvägen 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 4, Espoo", "sv": "Nattfågelsvägen 4, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_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-22T06:37:07.358984Z", "last_modified_time": "2023-09-22T06:37:07.359003Z", "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.8098611, 60.2424913 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 5", "sv": "Nattfågelsvägen 5" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 5, Espoo", "sv": "Nattfågelsvägen 5, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_5_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_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-22T06:37:08.656378Z", "last_modified_time": "2023-09-22T06:37:08.656396Z", "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.8091369, 60.2428403 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 6", "sv": "Nattfågelsvägen 6" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 6, Espoo", "sv": "Nattfågelsvägen 6, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_6_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_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-22T06:37:09.675964Z", "last_modified_time": "2023-09-22T06:37:09.675985Z", "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.8099532, 60.2421863 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 7", "sv": "Nattfågelsvägen 7" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 7, Espoo", "sv": "Nattfågelsvägen 7, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_7_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:yölinnuntie_8_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-22T06:37:10.461973Z", "last_modified_time": "2023-09-22T06:37:10.461991Z", "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.8097333, 60.2427335 ] }, "telephone": null, "street_address": { "fi": "Yölinnuntie 8", "sv": "Nattfågelsvägen 8" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Yölinnuntie 8, Espoo", "sv": "Nattfågelsvägen 8, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:y%C3%B6linnuntie_8_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zaidankatu_2_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola", "municipality": "Helsinki", "name": { "fi": "Reijola", "sv": "Grejus" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meilahti", "municipality": "Helsinki", "name": { "fi": "Meilahti", "sv": "Mejlans" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti", "municipality": "Helsinki", "name": { "fi": "Meilahti", "sv": "Mejlans" } } ], "created_time": "2023-08-27T06:19:09.479317Z", "last_modified_time": "2023-08-27T06:19:09.479336Z", "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.8973083, 60.1917691 ] }, "telephone": null, "street_address": { "fi": "Zaidankatu 2", "sv": "Zaidagatan 2" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "info_url": null, "description": null, "name": { "fi": "Zaidankatu 2, Helsinki", "sv": "Zaidagatan 2, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zaidankatu_2_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zaidankatu_7_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola", "municipality": "Helsinki", "name": { "fi": "Reijola", "sv": "Grejus" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meilahti", "municipality": "Helsinki", "name": { "fi": "Meilahti", "sv": "Mejlans" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti", "municipality": "Helsinki", "name": { "fi": "Meilahti", "sv": "Mejlans" } } ], "created_time": "2023-08-27T06:19:10.572165Z", "last_modified_time": "2023-08-27T06:19:10.572193Z", "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.8985914, 60.1907021 ] }, "telephone": null, "street_address": { "fi": "Zaidankatu 7", "sv": "Zaidagatan 7" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "info_url": null, "description": null, "name": { "fi": "Zaidankatu 7, Helsinki", "sv": "Zaidagatan 7, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zaidankatu_7_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zaidankatu_9_helsinki", "has_user_editable_resources": false, "data_source": "osoite", "publisher": "ahjo:u541000", "divisions": [ { "type": "muni", "ocd_id": "ocd-division/country:fi/kunta:helsinki", "municipality": null, "name": { "fi": "Helsinki", "sv": "Helsingfors" } }, { "type": "district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:reijola", "municipality": "Helsinki", "name": { "fi": "Reijola", "sv": "Grejus" } }, { "type": "sub_district", "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:meilahti", "municipality": "Helsinki", "name": { "fi": "Meilahti", "sv": "Mejlans" } }, { "type": "neighborhood", "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti", "municipality": "Helsinki", "name": { "fi": "Meilahti", "sv": "Mejlans" } } ], "created_time": "2023-08-27T06:19:11.964936Z", "last_modified_time": "2023-08-27T06:19:11.964955Z", "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.8981418, 60.1903786 ] }, "telephone": null, "street_address": { "fi": "Zaidankatu 9", "sv": "Zaidagatan 9" }, "address_locality": { "fi": "Helsinki", "sv": "Helsingfors" }, "info_url": null, "description": null, "name": { "fi": "Zaidankatu 9, Helsinki", "sv": "Zaidagatan 9, Helsingfors" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zaidankatu_9_helsinki/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zanseninkuja_1b_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-22T06:41:27.790726Z", "last_modified_time": "2023-09-22T06:41:27.790744Z", "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.8103365, 60.2164723 ] }, "telephone": null, "street_address": { "fi": "Zanseninkuja 1b", "sv": "von Zansens gränd 1b" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Zanseninkuja 1b, Espoo", "sv": "von Zansens gränd 1b, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zanseninkuja_1b_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zanseninkuja_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-22T06:41:27.467974Z", "last_modified_time": "2023-09-22T06:41:27.467994Z", "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.8107333, 60.2164819 ] }, "telephone": null, "street_address": { "fi": "Zanseninkuja 1", "sv": "von Zansens gränd 1" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Zanseninkuja 1, Espoo", "sv": "von Zansens gränd 1, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zanseninkuja_1_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zanseninkuja_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-22T06:41:28.175933Z", "last_modified_time": "2023-09-22T06:41:28.175955Z", "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.8109147, 60.2162937 ] }, "telephone": null, "street_address": { "fi": "Zanseninkuja 2", "sv": "von Zansens gränd 2" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Zanseninkuja 2, Espoo", "sv": "von Zansens gränd 2, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zanseninkuja_2_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zanseninkuja_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-22T06:41:28.674072Z", "last_modified_time": "2023-09-22T06:41:28.674090Z", "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.8099033, 60.2165166 ] }, "telephone": null, "street_address": { "fi": "Zanseninkuja 3", "sv": "von Zansens gränd 3" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Zanseninkuja 3, Espoo", "sv": "von Zansens gränd 3, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zanseninkuja_3_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zanseninkuja_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-22T06:41:29.252843Z", "last_modified_time": "2023-09-22T06:41:29.252863Z", "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.8102111, 60.2163106 ] }, "telephone": null, "street_address": { "fi": "Zanseninkuja 4", "sv": "von Zansens gränd 4" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Zanseninkuja 4, Espoo", "sv": "von Zansens gränd 4, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zanseninkuja_4_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zanseninkuja_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-22T06:41:29.680486Z", "last_modified_time": "2023-09-22T06:41:29.680504Z", "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.80976, 60.2163279 ] }, "telephone": null, "street_address": { "fi": "Zanseninkuja 6", "sv": "von Zansens gränd 6" }, "address_locality": { "fi": "Espoo", "sv": "Esbo" }, "info_url": null, "description": null, "name": { "fi": "Zanseninkuja 6, Espoo", "sv": "von Zansens gränd 6, Esbo" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zanseninkuja_6_espoo/?format=api", "@context": "http://schema.org", "@type": "Place" }, { "id": "osoite:zirkonipolku_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:36:01.588498Z", "last_modified_time": "2023-09-08T06:36:01.588517Z", "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.8452302, 60.3146897 ] }, "telephone": null, "street_address": { "fi": "Zirkonipolku 1", "sv": "Zirkonstigen 1" }, "address_locality": { "fi": "Vantaa", "sv": "Vanda" }, "info_url": null, "description": null, "name": { "fi": "Zirkonipolku 1, Vantaa", "sv": "Zirkonstigen 1, Vanda" }, "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:zirkonipolku_1_vantaa/?format=api", "@context": "http://schema.org", "@type": "Place" } ] }