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=116&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=117&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=115&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:36761",
            "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:09:59.302197Z",
            "last_modified_time": "2024-02-06T13:12:21.139747Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02230",
            "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.732487,
                    60.15917
                ]
            },
            "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": "Leilitie 1",
                "sv": "Lägelvägen 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Leilitie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36761/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36762",
            "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:09:59.429323Z",
            "last_modified_time": "2024-02-06T13:12:21.170633Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02280",
            "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.682041,
                    60.179916
                ]
            },
            "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": "Malminmäentie 2",
                "sv": "Malmbackavägen 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Malminmäentie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36762/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36763",
            "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:09:59.563413Z",
            "last_modified_time": "2024-02-06T13:12:21.205470Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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.806303,
                    60.211086
                ]
            },
            "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": "Nuotiopiha 1",
                "sv": "Eldgården 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Nuotiopiha 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36763/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36764",
            "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:09:59.710892Z",
            "last_modified_time": "2024-02-06T13:12:21.237381Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02320",
            "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.655064,
                    60.14449
                ]
            },
            "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": "Näkinkaari 12",
                "sv": "Näckens båge 12"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Näkinkaari 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36764/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36765",
            "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:09:59.900212Z",
            "last_modified_time": "2024-08-23T05:10:23.533706Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02740",
            "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.657305,
                    60.2264
                ]
            },
            "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": "Patokuja 6",
                "sv": "Dammgränden 6"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Patokuja 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36765/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36766",
            "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:00.026153Z",
            "last_modified_time": "2024-02-06T13:12:21.306505Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02610",
            "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.789042,
                    60.215714
                ]
            },
            "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": "Puistopiha 4",
                "sv": "Parkgården 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Puistopiha 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36766/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36767",
            "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:00.170415Z",
            "last_modified_time": "2024-02-06T13:12:21.344843Z",
            "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.625648,
                    60.214634
                ]
            },
            "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": "Rintamäentanhua 5",
                "sv": "Bolåkersgården 5"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Rintamäentanhua 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36767/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36768",
            "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:00.295503Z",
            "last_modified_time": "2024-02-06T13:12:21.376678Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02940",
            "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.720348,
                    60.244606
                ]
            },
            "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": "Isonjärvenpää 1",
                "sv": "Storträskändan 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Ritvala"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36768/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36769",
            "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:00.414829Z",
            "last_modified_time": "2024-02-06T13:12:21.407232Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02920",
            "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.743591,
                    60.285202
                ]
            },
            "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": "Suopurontie 3",
                "sv": "Mossabäcksvägen 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Suopurontie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36769/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36770",
            "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:00.538796Z",
            "last_modified_time": "2024-02-06T13:12:21.439125Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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.808308,
                    60.21377
                ]
            },
            "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": "Säterinkuja 1",
                "sv": "Säterigränden 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Säterinkatu 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36770/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36771",
            "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:00.660758Z",
            "last_modified_time": "2024-02-06T13:12:21.471178Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02600",
            "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.80616,
                    60.21377
                ]
            },
            "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": "Säterinrinne 2",
                "sv": "Säteribrinken 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Säterinrinne"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36771/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36772",
            "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:00.786800Z",
            "last_modified_time": "2024-02-06T13:12:21.504776Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02660",
            "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.802298,
                    60.230198
                ]
            },
            "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": "Tikankolo 1",
                "sv": "Hackspettsboet 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Tikankolo 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36772/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36773",
            "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:00.928616Z",
            "last_modified_time": "2024-02-06T13:12:21.534648Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02750",
            "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.70495,
                    60.204628
                ]
            },
            "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": "Ullantorpantie 9",
                "sv": "Ullastorpsvägen 9"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Ullantorppa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36773/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36774",
            "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.064921Z",
            "last_modified_time": "2024-02-06T13:12:21.564717Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02780",
            "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.589348,
                    60.191196
                ]
            },
            "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": "Vidarinkuja 1",
                "sv": "Vidargränden 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Vidari"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36774/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36775",
            "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.188180Z",
            "last_modified_time": "2024-02-06T13:12:21.598558Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02740",
            "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.656973,
                    60.225456
                ]
            },
            "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": "Ylämyllyntie 12",
                "sv": "Övre kvarnvägen 12"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Ylämyllyntie 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36775/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36776",
            "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.329952Z",
            "last_modified_time": "2024-08-23T05:10:23.572584Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02740",
            "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.657885,
                    60.224834
                ]
            },
            "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": "Ylämyllyntie 9",
                "sv": "Övre kvarnvägen 9"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Ylämyllyntie 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36776/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37380",
            "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.541459Z",
            "last_modified_time": "2024-02-06T13:12:41.418717Z",
            "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.876577,
                    60.622704
                ]
            },
            "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": "Etumartinkatu 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Etumartinkatu 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37380/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37216",
            "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.519140Z",
            "last_modified_time": "2024-02-06T13:12:35.992312Z",
            "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.348614,
                    60.298878
                ]
            },
            "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": "Graniittitie 13"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Graniittitie 13 C"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37216/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37185",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:mäntsälä",
                    "municipality": null,
                    "name": {
                        "fi": "Mäntsälä",
                        "sv": "Mäntsälä"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:57.191391Z",
            "last_modified_time": "2024-02-06T13:12:34.987510Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04600",
            "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.312384,
                    60.62893
                ]
            },
            "address_locality": {
                "fi": "Mäntsälä",
                "en": "Mäntsälä"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Haapajunttilantie 6"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Haapajunttilantie 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37185/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37127",
            "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.113604Z",
            "last_modified_time": "2024-02-06T13:12:33.086071Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04260",
            "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.090925,
                    60.385967
                ]
            },
            "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": "Haavikkotie 36"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Haavikkotie 36"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37127/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}