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=7304&show_all_places=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 151549,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7305&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7303&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vilhonkatu_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: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"
                    }
                }
            ],
            "created_time": "2023-08-27T06:19:35.877782Z",
            "last_modified_time": "2023-08-27T06:19:35.877799Z",
            "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.945992,
                    60.1718904
                ]
            },
            "street_address": {
                "fi": "Vilhonkatu 6",
                "sv": "Vilhelmsgatan 6"
            },
            "description": null,
            "name": {
                "fi": "Vilhonkatu 6, Helsinki",
                "sv": "Vilhelmsgatan 6, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonkatu_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonkatu_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: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"
                    }
                }
            ],
            "created_time": "2023-08-27T06:19:36.291774Z",
            "last_modified_time": "2023-08-27T06:19:36.291795Z",
            "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.945793,
                    60.1724019
                ]
            },
            "street_address": {
                "fi": "Vilhonkatu 7",
                "sv": "Vilhelmsgatan 7"
            },
            "description": null,
            "name": {
                "fi": "Vilhonkatu 7, Helsinki",
                "sv": "Vilhelmsgatan 7, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonkatu_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonkatu_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: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"
                    }
                }
            ],
            "created_time": "2023-08-27T06:19:36.663477Z",
            "last_modified_time": "2023-08-27T06:19:36.663493Z",
            "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.9446943,
                    60.1722668
                ]
            },
            "street_address": {
                "fi": "Vilhonkatu 9",
                "sv": "Vilhelmsgatan 9"
            },
            "description": null,
            "name": {
                "fi": "Vilhonkatu 9, Helsinki",
                "sv": "Vilhelmsgatan 9, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonkatu_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_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-29T06:04:47.517141Z",
            "last_modified_time": "2023-08-29T06:04:47.517159Z",
            "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.7387892,
                    60.2146814
                ]
            },
            "street_address": {
                "fi": "Vilhontie 1",
                "sv": "Vilhovägen 1"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 1, Kauniainen",
                "sv": "Vilhovägen 1, Grankulla"
            },
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_1_kauniainen/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_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:30:51.945023Z",
            "last_modified_time": "2023-09-08T06:30:51.945041Z",
            "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.1031555,
                    60.3280052
                ]
            },
            "street_address": {
                "fi": "Vilhontie 1",
                "sv": "Vilhelmsvägen 1"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 1, Vantaa",
                "sv": "Vilhelmsvägen 1, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_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-29T06:04:47.916517Z",
            "last_modified_time": "2023-08-29T06:04:47.916535Z",
            "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.7392067,
                    60.2143501
                ]
            },
            "street_address": {
                "fi": "Vilhontie 2",
                "sv": "Vilhovägen 2"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 2, Kauniainen",
                "sv": "Vilhovägen 2, Grankulla"
            },
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_2_kauniainen/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_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:30:52.153907Z",
            "last_modified_time": "2023-09-08T06:30:52.153926Z",
            "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.1029192,
                    60.3277092
                ]
            },
            "street_address": {
                "fi": "Vilhontie 2",
                "sv": "Vilhelmsvägen 2"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 2, Vantaa",
                "sv": "Vilhelmsvägen 2, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_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:30:52.328733Z",
            "last_modified_time": "2023-09-08T06:30:52.328753Z",
            "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.1031015,
                    60.3281219
                ]
            },
            "street_address": {
                "fi": "Vilhontie 3",
                "sv": "Vilhelmsvägen 3"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 3, Vantaa",
                "sv": "Vilhelmsvägen 3, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_4a_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:30:52.552125Z",
            "last_modified_time": "2023-09-08T06:30:52.552144Z",
            "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.1023407,
                    60.3279161
                ]
            },
            "street_address": {
                "fi": "Vilhontie 4a",
                "sv": "Vilhelmsvägen 4a"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 4a, Vantaa",
                "sv": "Vilhelmsvägen 4a, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_4a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_4b_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:30:52.968176Z",
            "last_modified_time": "2023-09-08T06:30:52.968195Z",
            "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.1028113,
                    60.3279337
                ]
            },
            "street_address": {
                "fi": "Vilhontie 4b",
                "sv": "Vilhelmsvägen 4b"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 4b, Vantaa",
                "sv": "Vilhelmsvägen 4b, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_4b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_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-29T06:04:48.108827Z",
            "last_modified_time": "2023-08-29T06:04:48.108845Z",
            "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.7387002,
                    60.2145286
                ]
            },
            "street_address": {
                "fi": "Vilhontie 4",
                "sv": "Vilhovägen 4"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 4, Kauniainen",
                "sv": "Vilhovägen 4, Grankulla"
            },
            "address_locality": {
                "fi": "Kauniainen",
                "sv": "Grankulla"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_4_kauniainen/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_5_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:30:53.376160Z",
            "last_modified_time": "2023-09-08T06:30:53.376179Z",
            "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.1029396,
                    60.3284362
                ]
            },
            "street_address": {
                "fi": "Vilhontie 5",
                "sv": "Vilhelmsvägen 5"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 5, Vantaa",
                "sv": "Vilhelmsvägen 5, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_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:30:53.763878Z",
            "last_modified_time": "2023-09-08T06:30:53.763896Z",
            "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.1026134,
                    60.3283018
                ]
            },
            "street_address": {
                "fi": "Vilhontie 6",
                "sv": "Vilhelmsvägen 6"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 6, Vantaa",
                "sv": "Vilhelmsvägen 6, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhontie_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:30:54.064501Z",
            "last_modified_time": "2023-09-08T06:30:54.064522Z",
            "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.10265,
                    60.3284274
                ]
            },
            "street_address": {
                "fi": "Vilhontie 8",
                "sv": "Vilhelmsvägen 8"
            },
            "description": null,
            "name": {
                "fi": "Vilhontie 8, Vantaa",
                "sv": "Vilhelmsvägen 8, Vanda"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhontie_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:02.300809Z",
            "last_modified_time": "2023-08-28T06:06:02.300828Z",
            "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.9667475,
                    60.1871555
                ]
            },
            "street_address": {
                "fi": "Vilhonvuorenkatu 10",
                "sv": "Vilhelmsbergsgatan 10"
            },
            "description": null,
            "name": {
                "fi": "Vilhonvuorenkatu 10, Helsinki",
                "sv": "Vilhelmsbergsgatan 10, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_10_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:02.969979Z",
            "last_modified_time": "2023-08-28T06:06:02.969997Z",
            "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.9667845,
                    60.186231
                ]
            },
            "street_address": {
                "fi": "Vilhonvuorenkatu 11",
                "sv": "Vilhelmsbergsgatan 11"
            },
            "description": null,
            "name": {
                "fi": "Vilhonvuorenkatu 11, Helsinki",
                "sv": "Vilhelmsbergsgatan 11, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:03.147902Z",
            "last_modified_time": "2023-08-28T06:06:03.147930Z",
            "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.9679915,
                    60.186716
                ]
            },
            "street_address": {
                "fi": "Vilhonvuorenkatu 12",
                "sv": "Vilhelmsbergsgatan 12"
            },
            "description": null,
            "name": {
                "fi": "Vilhonvuorenkatu 12, Helsinki",
                "sv": "Vilhelmsbergsgatan 12, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:hanasaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Hanasaari",
                        "sv": "Hanaholmen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2025-09-05T05:01:48.942973Z",
            "last_modified_time": "2025-09-05T05:01:48.942990Z",
            "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.9692721,
                    60.1856572
                ]
            },
            "street_address": {
                "fi": "Vilhonvuorenkatu 13",
                "sv": "Vilhelmsbergsgatan 13"
            },
            "description": null,
            "name": {
                "fi": "Vilhonvuorenkatu 13, Helsinki",
                "sv": "Vilhelmsbergsgatan 13, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_13_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:01.125582Z",
            "last_modified_time": "2023-08-28T06:06:01.125602Z",
            "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.9635209,
                    60.1875944
                ]
            },
            "street_address": {
                "fi": "Vilhonvuorenkatu 1",
                "sv": "Vilhelmsbergsgatan 1"
            },
            "description": null,
            "name": {
                "fi": "Vilhonvuorenkatu 1, Helsinki",
                "sv": "Vilhelmsbergsgatan 1, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilhonvuorenkatu_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:kallio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallio",
                        "sv": "Berghäll"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vilhonvuori",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vilhonvuori",
                        "sv": "Vilhemsberg"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:sörnäinen",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Sörnäinen",
                        "sv": "Sörnäs"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:03.521168Z",
            "last_modified_time": "2023-08-28T06:06:03.521189Z",
            "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.9643495,
                    60.1879626
                ]
            },
            "street_address": {
                "fi": "Vilhonvuorenkatu 2",
                "sv": "Vilhelmsbergsgatan 2"
            },
            "description": null,
            "name": {
                "fi": "Vilhonvuorenkatu 2, Helsinki",
                "sv": "Vilhelmsbergsgatan 2, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilhonvuorenkatu_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}