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

See the result

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

See the result

Place source

Will restrict places to a specific data source.

Example:

place/?data_source=tprek

See the result

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

See the result

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

See the result

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

See the result

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

See the result

GET /v1/place/?format=api&page=7242&show_all_places=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 152227,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7243&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7241&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vesirattaantie_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:30:15.158459Z",
            "last_modified_time": "2023-09-19T06:30:15.158478Z",
            "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.6648126,
                    60.2254562
                ]
            },
            "name": {
                "fi": "Vesirattaantie 6, Espoo",
                "sv": "Vattenhjulsvägen 6, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaantie 6",
                "sv": "Vattenhjulsvägen 6"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaantie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaantie_6_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:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-26T06:18:47.689147Z",
            "last_modified_time": "2023-08-26T06:18:47.689164Z",
            "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.0603781,
                    60.2269248
                ]
            },
            "name": {
                "fi": "Vesirattaantie 6, Helsinki",
                "sv": "Vattenhjulsvägen 6, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaantie 6",
                "sv": "Vattenhjulsvägen 6"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaantie_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaantie_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:30:17.566704Z",
            "last_modified_time": "2023-09-19T06:30:17.566722Z",
            "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.6627534,
                    60.2274166
                ]
            },
            "name": {
                "fi": "Vesirattaantie 7, Espoo",
                "sv": "Vattenhjulsvägen 7, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaantie 7",
                "sv": "Vattenhjulsvägen 7"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaantie_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaantie_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:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-26T06:18:48.678950Z",
            "last_modified_time": "2023-08-26T06:18:48.678970Z",
            "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.06083,
                    60.2273285
                ]
            },
            "name": {
                "fi": "Vesirattaantie 7, Helsinki",
                "sv": "Vattenhjulsvägen 7, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaantie 7",
                "sv": "Vattenhjulsvägen 7"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaantie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaantie_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-19T06:30:18.860286Z",
            "last_modified_time": "2023-09-19T06:30:18.860305Z",
            "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.6635563,
                    60.226548
                ]
            },
            "name": {
                "fi": "Vesirattaantie 8, Espoo",
                "sv": "Vattenhjulsvägen 8, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaantie 8",
                "sv": "Vattenhjulsvägen 8"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaantie_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaantie_8_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:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-26T06:18:49.280592Z",
            "last_modified_time": "2023-08-26T06:18:49.280613Z",
            "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.059837,
                    60.2270597
                ]
            },
            "name": {
                "fi": "Vesirattaantie 8, Helsinki",
                "sv": "Vattenhjulsvägen 8, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaantie 8",
                "sv": "Vattenhjulsvägen 8"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaantie_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaantie_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:30:20.052416Z",
            "last_modified_time": "2023-09-19T06:30:20.052435Z",
            "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.6629401,
                    60.2268067
                ]
            },
            "name": {
                "fi": "Vesirattaantie 9, Espoo",
                "sv": "Vattenhjulsvägen 9, Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaantie 9",
                "sv": "Vattenhjulsvägen 9"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaantie_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesirattaantie_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:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:myllypuro",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Myllypuro",
                        "sv": "Kvarnbäcken"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-26T06:18:49.802658Z",
            "last_modified_time": "2023-08-26T06:18:49.802675Z",
            "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.060379,
                    60.2274185
                ]
            },
            "name": {
                "fi": "Vesirattaantie 9, Helsinki",
                "sv": "Vattenhjulsvägen 9, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vesirattaantie 9",
                "sv": "Vattenhjulsvägen 9"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesirattaantie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesitasontie_1_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:santahamina",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Santahamina",
                        "sv": "Sandhamn"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:santahamina",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Santahamina",
                        "sv": "Sandhamn"
                    }
                }
            ],
            "created_time": "2023-08-28T05:52:30.219645Z",
            "last_modified_time": "2023-08-28T05:52:30.219786Z",
            "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.0384705,
                    60.1489097
                ]
            },
            "name": {
                "fi": "Vesitasontie 1, Helsinki",
                "sv": "Sjöflygplansvägen 1, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vesitasontie 1",
                "sv": "Sjöflygplansvägen 1"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesitasontie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesitasontie_3_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:santahamina",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Santahamina",
                        "sv": "Sandhamn"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:santahamina",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Santahamina",
                        "sv": "Sandhamn"
                    }
                }
            ],
            "created_time": "2023-08-28T05:52:32.006749Z",
            "last_modified_time": "2023-08-28T05:52:32.006773Z",
            "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.0379671,
                    60.1495022
                ]
            },
            "name": {
                "fi": "Vesitasontie 3, Helsinki",
                "sv": "Sjöflygplansvägen 3, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vesitasontie 3",
                "sv": "Sjöflygplansvägen 3"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesitasontie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesitasontie_5_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:santahamina",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Santahamina",
                        "sv": "Sandhamn"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:santahamina",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Santahamina",
                        "sv": "Sandhamn"
                    }
                }
            ],
            "created_time": "2023-08-28T05:52:33.802989Z",
            "last_modified_time": "2023-08-28T05:52:33.803009Z",
            "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.0367427,
                    60.1492513
                ]
            },
            "name": {
                "fi": "Vesitasontie 5, Helsinki",
                "sv": "Sjöflygplansvägen 5, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vesitasontie 5",
                "sv": "Sjöflygplansvägen 5"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesitasontie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesitorninpolku_1_kauniainen",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kauniainen",
                    "municipality": null,
                    "name": {
                        "fi": "Kauniainen",
                        "sv": "Grankulla"
                    }
                }
            ],
            "created_time": "2023-08-28T06:32:29.503768Z",
            "last_modified_time": "2023-08-28T06:32:29.503791Z",
            "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.7112124,
                    60.218367
                ]
            },
            "name": {
                "fi": "Vesitorninpolku 1, Kauniainen",
                "sv": "Vattentornsstigen 1, Grankulla"
            },
            "description": null,
            "street_address": {
                "fi": "Vesitorninpolku 1",
                "sv": "Vattentornsstigen 1"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesitorninpolku_1_kauniainen/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesitorninpolku_2_kauniainen",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kauniainen",
                    "municipality": null,
                    "name": {
                        "fi": "Kauniainen",
                        "sv": "Grankulla"
                    }
                }
            ],
            "created_time": "2023-08-28T06:32:30.695022Z",
            "last_modified_time": "2023-08-28T06:32:30.695045Z",
            "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.7116626,
                    60.2184577
                ]
            },
            "name": {
                "fi": "Vesitorninpolku 2, Kauniainen",
                "sv": "Vattentornsstigen 2, Grankulla"
            },
            "description": null,
            "street_address": {
                "fi": "Vesitorninpolku 2",
                "sv": "Vattentornsstigen 2"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesitorninpolku_2_kauniainen/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesitorninpolku_3_kauniainen",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kauniainen",
                    "municipality": null,
                    "name": {
                        "fi": "Kauniainen",
                        "sv": "Grankulla"
                    }
                }
            ],
            "created_time": "2023-08-28T06:32:31.303080Z",
            "last_modified_time": "2023-08-28T06:32:31.303100Z",
            "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.711648,
                    60.2180717
                ]
            },
            "name": {
                "fi": "Vesitorninpolku 3, Kauniainen",
                "sv": "Vattentornsstigen 3, Grankulla"
            },
            "description": null,
            "street_address": {
                "fi": "Vesitorninpolku 3",
                "sv": "Vattentornsstigen 3"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesitorninpolku_3_kauniainen/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesitorninpolku_4_kauniainen",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kauniainen",
                    "municipality": null,
                    "name": {
                        "fi": "Kauniainen",
                        "sv": "Grankulla"
                    }
                }
            ],
            "created_time": "2023-08-28T06:32:31.717400Z",
            "last_modified_time": "2023-08-28T06:32:31.717416Z",
            "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.7123677,
                    60.2182887
                ]
            },
            "name": {
                "fi": "Vesitorninpolku 4, Kauniainen",
                "sv": "Vattentornsstigen 4, Grankulla"
            },
            "description": null,
            "street_address": {
                "fi": "Vesitorninpolku 4",
                "sv": "Vattentornsstigen 4"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesitorninpolku_4_kauniainen/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vesitorninpolku_5_kauniainen",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kauniainen",
                    "municipality": null,
                    "name": {
                        "fi": "Kauniainen",
                        "sv": "Grankulla"
                    }
                }
            ],
            "created_time": "2023-08-28T06:32:32.704007Z",
            "last_modified_time": "2023-08-28T06:32:32.704030Z",
            "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.7122292,
                    60.2176242
                ]
            },
            "name": {
                "fi": "Vesitorninpolku 5, Kauniainen",
                "sv": "Vattentornsstigen 5, Grankulla"
            },
            "description": null,
            "street_address": {
                "fi": "Vesitorninpolku 5",
                "sv": "Vattentornsstigen 5"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vesitorninpolku_5_kauniainen/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vespertie_10_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:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etelä-Haaga",
                        "sv": "Södra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-28T05:52:35.415230Z",
            "last_modified_time": "2023-08-28T05:52:35.415258Z",
            "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.9006443,
                    60.2152064
                ]
            },
            "name": {
                "fi": "Vespertie 10, Helsinki",
                "sv": "Vespervägen 10, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vespertie 10",
                "sv": "Vespervägen 10"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vespertie_10_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vespertie_11_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:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etelä-Haaga",
                        "sv": "Södra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-28T05:52:37.113583Z",
            "last_modified_time": "2023-08-28T05:52:37.113601Z",
            "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.899488,
                    60.2158159
                ]
            },
            "name": {
                "fi": "Vespertie 11, Helsinki",
                "sv": "Vespervägen 11, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vespertie 11",
                "sv": "Vespervägen 11"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vespertie_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vespertie_12_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:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etelä-Haaga",
                        "sv": "Södra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-28T05:52:38.909367Z",
            "last_modified_time": "2023-08-28T05:52:38.909386Z",
            "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.8998861,
                    60.2153854
                ]
            },
            "name": {
                "fi": "Vespertie 12, Helsinki",
                "sv": "Vespervägen 12, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vespertie 12",
                "sv": "Vespervägen 12"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vespertie_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vespertie_13_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:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:etelä-haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Etelä-Haaga",
                        "sv": "Södra Haga"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:haaga",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Haaga",
                        "sv": "Haga"
                    }
                }
            ],
            "created_time": "2023-08-28T05:52:39.802534Z",
            "last_modified_time": "2023-08-28T05:52:39.802553Z",
            "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.8989281,
                    60.2160309
                ]
            },
            "name": {
                "fi": "Vespertie 13, Helsinki",
                "sv": "Vespervägen 13, Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vespertie 13",
                "sv": "Vespervägen 13"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vespertie_13_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}