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=119&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=120&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=118&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37217",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:sipoo",
                    "municipality": null,
                    "name": {
                        "fi": "Sipoo",
                        "sv": "Sibbo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:01.647453Z",
            "last_modified_time": "2024-02-06T13:12:36.023484Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01150",
            "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.344305,
                    60.311775
                ]
            },
            "address_locality": {
                "fi": "Sipoo",
                "en": "Sipoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kalliokielontie 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Kalliokielontie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37217/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:57919",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T14:12:24.488227Z",
            "last_modified_time": "2024-02-06T13:16:29.085295Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01700",
            "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.83123,
                    60.317883
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Keimolankaarre 8",
                "sv": "Käinbysvängen 8",
                "en": "Keimolankaarre 8"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/ Keimolankaarre 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57919/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58543",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:porvoo",
                    "municipality": null,
                    "name": {
                        "fi": "Porvoo",
                        "sv": "Borgå"
                    }
                }
            ],
            "created_time": "2023-08-15T14:14:18.791356Z",
            "last_modified_time": "2024-02-06T13:16:35.141508Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06400",
            "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.620558,
                    60.36508
                ]
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Keltavuokontie 3",
                "sv": "Gulsippsvägen 3",
                "en": "Keltavuokontie 3"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/ Keltavuokontie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58543/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:64687",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:tuusula",
                    "municipality": null,
                    "name": {
                        "fi": "Tuusula",
                        "sv": "Tusby"
                    }
                }
            ],
            "created_time": "2023-08-15T16:24:02.214912Z",
            "last_modified_time": "2024-02-06T13:18:29.803928Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04200",
            "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.080975,
                    60.40921
                ]
            },
            "address_locality": {
                "fi": "KERAVA",
                "sv": "KERAVA",
                "en": "KERAVA"
            },
            "info_url": {
                "fi": "http://www.avainasunnot.fi",
                "sv": "http://www.avainasunnot.fi",
                "en": "http://www.avainasunnot.fi"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kankurinkatu 23"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Keravan Kankurinkatu 23"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:64687/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37128",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:49.234640Z",
            "last_modified_time": "2024-02-06T13:12:33.120170Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04230",
            "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.105923,
                    60.425472
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Keskipellonkatu 10"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Keskipellonkatu 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37128/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37204",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:59.790416Z",
            "last_modified_time": "2024-02-06T13:12:35.606342Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01840",
            "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.736433,
                    60.36671
                ]
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kiilakiventie 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Kiilakiventie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37204/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36777",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:01.452619Z",
            "last_modified_time": "2024-04-26T05:09:45.304799Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.654745,
                    60.19954
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kiltakuja 1",
                "sv": "Gillesgränden 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Kiltakuja 1 G"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36777/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37163",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi",
                    "municipality": null,
                    "name": {
                        "fi": "Kirkkonummi",
                        "sv": "Kyrkslätt"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:54.260098Z",
            "last_modified_time": "2024-02-06T13:12:34.271571Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02400",
            "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.409752,
                    60.125675
                ]
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "en": "Kirkkonummi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Nahkurinpiha 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus OY/Kirkkonummen Bertelinpiha/Nahkurinpiha 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37163/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37164",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi",
                    "municipality": null,
                    "name": {
                        "fi": "Kirkkonummi",
                        "sv": "Kyrkslätt"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:54.382317Z",
            "last_modified_time": "2024-02-06T13:12:34.302577Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02400",
            "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.47028,
                    60.125313
                ]
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "en": "Kirkkonummi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tolsankuja 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Kirkkonummen Lorulinna"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37164/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37165",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi",
                    "municipality": null,
                    "name": {
                        "fi": "Kirkkonummi",
                        "sv": "Kyrkslätt"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:54.502881Z",
            "last_modified_time": "2024-02-06T13:12:34.334380Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02400",
            "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.41164,
                    60.12364
                ]
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "en": "Kirkkonummi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Hietapellontie 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Kirkkonummen Ravalsinpirtti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37165/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37381",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hyvinkää",
                    "municipality": null,
                    "name": {
                        "fi": "Hyvinkää",
                        "sv": "Hyvinge"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:24.682176Z",
            "last_modified_time": "2024-02-06T13:12:41.449618Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05810",
            "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.889454,
                    60.622303
                ]
            },
            "address_locality": {
                "fi": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kivimäentie 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Kivimäentie 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37381/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37129",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:49.361374Z",
            "last_modified_time": "2024-02-06T13:12:33.151973Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04250",
            "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.116865,
                    60.40057
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Koirapolku 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Koirapolku 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37129/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:57891",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kruunuvuorenranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kruunuvuorenranta",
                        "sv": "Kronbergsstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T14:12:10.002361Z",
            "last_modified_time": "2024-02-06T13:16:28.249611Z",
            "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.019388,
                    60.168976
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Koirasaarentie 46",
                "sv": "Hundholmsvägen 46",
                "en": "Koirasaarentie 46"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/ Koirasaarentie 46",
                "sv": "Avain Asumisoikeus Oy/ Koirasaarentie 46",
                "en": "Avain Asumisoikeus Oy/ Koirasaarentie 46"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57891/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37631",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:12:00.911334Z",
            "last_modified_time": "2024-02-06T13:12:49.573233Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01360",
            "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.046618,
                    60.32594
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Koivukylän Puistotie 31",
                "sv": "Björkbyallén 31"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Koivukylän Puistotie 31"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37631/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37632",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:12:01.034242Z",
            "last_modified_time": "2024-02-06T13:12:49.604570Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01360",
            "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.045479,
                    60.326183
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Koivukylän Puistotie 33",
                "sv": "Björkbyallén 33"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Koivukylän Puistotie 33"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37632/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37256",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:tuusula",
                    "municipality": null,
                    "name": {
                        "fi": "Tuusula",
                        "sv": "Tusby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:07.035092Z",
            "last_modified_time": "2024-02-06T13:12:37.325905Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04320",
            "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.026512,
                    60.380833
                ]
            },
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Korkinkuja 8"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Korkinkuja 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37256/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37257",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:tuusula",
                    "municipality": null,
                    "name": {
                        "fi": "Tuusula",
                        "sv": "Tusby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:07.166753Z",
            "last_modified_time": "2024-02-06T13:12:37.358672Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04320",
            "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.02575,
                    60.37995
                ]
            },
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Korkki 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Korkki 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37257/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37424",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:järvenpää",
                    "municipality": null,
                    "name": {
                        "fi": "Järvenpää",
                        "sv": "Träskända"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:30.775668Z",
            "last_modified_time": "2024-02-06T13:12:42.848923Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04410",
            "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.10087,
                    60.479053
                ]
            },
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Laaksokatu 8"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Laaksokatu 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37424/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37218",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:sipoo",
                    "municipality": null,
                    "name": {
                        "fi": "Sipoo",
                        "sv": "Sibbo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:01.774054Z",
            "last_modified_time": "2024-02-06T13:12:36.054821Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01150",
            "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.3419,
                    60.31101
                ]
            },
            "address_locality": {
                "fi": "Sipoo",
                "en": "Sipoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Lehdokintie 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Lehdokintie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37218/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37130",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:49.485244Z",
            "last_modified_time": "2024-02-06T13:12:33.183498Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04200",
            "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.100836,
                    60.40742
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Lemminkäisentie 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Lemminkäisentie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37130/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}