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

{
    "meta": {
        "count": 152340,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7283&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7281&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vihdintie_138a_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-10T06:35:19.550762Z",
            "last_modified_time": "2023-09-10T06:35:19.550778Z",
            "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.6281445,
                    60.3291588
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 138a",
                "sv": "Vichtisvägen 138a"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 138a, Espoo",
                "sv": "Vichtisvägen 138a, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_138a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_138b_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-10T06:35:20.157120Z",
            "last_modified_time": "2023-09-10T06:35:20.157136Z",
            "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.6287977,
                    60.3290171
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Vihdintie 138b",
                "sv": "Vichtisvägen 138b"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 138b, Espoo",
                "sv": "Vichtisvägen 138b, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_138b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_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-26T06:41:22.394934Z",
            "last_modified_time": "2023-08-26T06:41:22.394952Z",
            "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.8882286,
                    60.2114359
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 13",
                "sv": "Vichtisvägen 13"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 13, Helsinki",
                "sv": "Vichtisvägen 13, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_13_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_14_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-26T06:41:22.780423Z",
            "last_modified_time": "2023-08-26T06:41:22.780441Z",
            "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.885953,
                    60.2123046
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 14",
                "sv": "Vichtisvägen 14"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 14, Helsinki",
                "sv": "Vichtisvägen 14, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_14_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_15_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-26T06:41:23.395107Z",
            "last_modified_time": "2023-08-26T06:41:23.395125Z",
            "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.8878845,
                    60.2118754
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 15",
                "sv": "Vichtisvägen 15"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 15, Helsinki",
                "sv": "Vichtisvägen 15, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_15_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_17_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-26T06:41:23.993825Z",
            "last_modified_time": "2023-08-26T06:41:23.993843Z",
            "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.8875767,
                    60.2122072
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 17",
                "sv": "Vichtisvägen 17"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 17, Helsinki",
                "sv": "Vichtisvägen 17, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_17_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_19_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-26T06:41:24.575917Z",
            "last_modified_time": "2023-08-26T06:41:24.575932Z",
            "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.8871967,
                    60.2125749
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 19",
                "sv": "Vichtisvägen 19"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 19, Helsinki",
                "sv": "Vichtisvägen 19, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_19_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_1a_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-26T06:41:20.678242Z",
            "last_modified_time": "2023-08-26T06:41:20.678258Z",
            "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.8937195,
                    60.209017
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 1a",
                "sv": "Vichtisvägen 1a"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 1a, Helsinki",
                "sv": "Vichtisvägen 1a, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_1a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_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: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-26T06:41:20.206462Z",
            "last_modified_time": "2023-08-26T06:41:20.206480Z",
            "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.8899844,
                    60.2095884
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 1",
                "sv": "Vichtisvägen 1"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 1, Helsinki",
                "sv": "Vichtisvägen 1, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_21_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-26T06:41:25.788598Z",
            "last_modified_time": "2023-08-26T06:41:25.788616Z",
            "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.8862209,
                    60.2130856
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 21",
                "sv": "Vichtisvägen 21"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 21, Helsinki",
                "sv": "Vichtisvägen 21, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_21_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_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: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-26T06:41:25.088062Z",
            "last_modified_time": "2023-08-26T06:41:25.088078Z",
            "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.8883613,
                    60.2095601
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 2",
                "sv": "Vichtisvägen 2"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 2, Helsinki",
                "sv": "Vichtisvägen 2, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_30_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:28:05.282817Z",
            "last_modified_time": "2023-09-08T06:28:05.282835Z",
            "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.8009445,
                    60.2778949
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vihdintie 30",
                "sv": "Vichtisvägen 30"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 30, Vantaa",
                "sv": "Vichtisvägen 30, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_30_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_31_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:28:05.547674Z",
            "last_modified_time": "2023-09-08T06:28:05.547693Z",
            "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.7945138,
                    60.2831447
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vihdintie 31",
                "sv": "Vichtisvägen 31"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 31, Vantaa",
                "sv": "Vichtisvägen 31, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_31_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_3-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: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-26T06:41:26.202305Z",
            "last_modified_time": "2023-08-26T06:41:26.202328Z",
            "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.8894246,
                    60.2097944
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "street_address": {
                "fi": "Vihdintie 3-5",
                "sv": "Vichtisvägen 3-5"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 3-5, Helsinki",
                "sv": "Vichtisvägen 3-5, Helsingfors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_3-5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_44_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:28:05.703994Z",
            "last_modified_time": "2023-09-08T06:28:05.704016Z",
            "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.779008,
                    60.2933696
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vihdintie 44",
                "sv": "Vichtisvägen 44"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 44, Vantaa",
                "sv": "Vichtisvägen 44, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_44_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_45_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:28:05.976679Z",
            "last_modified_time": "2023-09-08T06:28:05.976698Z",
            "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.7811836,
                    60.2924936
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vihdintie 45",
                "sv": "Vichtisvägen 45"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 45, Vantaa",
                "sv": "Vichtisvägen 45, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_45_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_46_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:28:06.354450Z",
            "last_modified_time": "2023-09-08T06:28:06.354469Z",
            "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.7765371,
                    60.2950977
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vihdintie 46",
                "sv": "Vichtisvägen 46"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 46, Vantaa",
                "sv": "Vichtisvägen 46, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_46_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_47a_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:28:06.856579Z",
            "last_modified_time": "2023-09-08T06:28:06.856598Z",
            "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.7786364,
                    60.2948409
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vihdintie 47a",
                "sv": "Vichtisvägen 47a"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 47a, Vantaa",
                "sv": "Vichtisvägen 47a, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_47a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_47b_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:28:07.356908Z",
            "last_modified_time": "2023-09-08T06:28:07.356930Z",
            "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.7778506,
                    60.2987169
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vihdintie 47b",
                "sv": "Vichtisvägen 47b"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 47b, Vantaa",
                "sv": "Vichtisvägen 47b, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_47b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihdintie_47c_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:28:07.637240Z",
            "last_modified_time": "2023-09-08T06:28:07.637261Z",
            "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.7776786,
                    60.3000809
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vihdintie 47c",
                "sv": "Vichtisvägen 47c"
            },
            "description": null,
            "name": {
                "fi": "Vihdintie 47c, Vantaa",
                "sv": "Vichtisvägen 47c, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihdintie_47c_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}