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

{
    "meta": {
        "count": 152257,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=119&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=117&show_all_places=true"
    },
    "data": [
        {
            "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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Ritvala"
            },
            "telephone": null,
            "street_address": {
                "fi": "Isonjärvenpää 1",
                "sv": "Storträskändan 1"
            },
            "@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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Suopurontie 3"
            },
            "telephone": null,
            "street_address": {
                "fi": "Suopurontie 3",
                "sv": "Mossabäcksvägen 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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Säterinkatu 8"
            },
            "telephone": null,
            "street_address": {
                "fi": "Säterinkuja 1",
                "sv": "Säterigränden 1"
            },
            "@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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Säterinrinne"
            },
            "telephone": null,
            "street_address": {
                "fi": "Säterinrinne 2",
                "sv": "Säteribrinken 2"
            },
            "@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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Tikankolo 1"
            },
            "telephone": null,
            "street_address": {
                "fi": "Tikankolo 1",
                "sv": "Hackspettsboet 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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Ullantorppa"
            },
            "telephone": null,
            "street_address": {
                "fi": "Ullantorpantie 9",
                "sv": "Ullastorpsvägen 9"
            },
            "@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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Vidari"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vidarinkuja 1",
                "sv": "Vidargränden 1"
            },
            "@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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Ylämyllyntie 12"
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämyllyntie 12",
                "sv": "Övre kvarnvägen 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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Ylämyllyntie 9"
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämyllyntie 9",
                "sv": "Övre kvarnvägen 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ää"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Etumartinkatu 4"
            },
            "telephone": null,
            "street_address": {
                "fi": "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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Graniittitie 13 C"
            },
            "telephone": null,
            "street_address": {
                "fi": "Graniittitie 13"
            },
            "@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ä"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Haapajunttilantie 6"
            },
            "telephone": null,
            "street_address": {
                "fi": "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"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Haavikkotie 36"
            },
            "telephone": null,
            "street_address": {
                "fi": "Haavikkotie 36"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37127/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58545",
            "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:22.289493Z",
            "last_modified_time": "2024-02-06T13:16:35.208137Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06750",
            "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.59099,
                    60.334736
                ]
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/ Harjutie 4"
            },
            "telephone": null,
            "street_address": {
                "fi": "Harjutie 4",
                "sv": "Åsvägen 4",
                "en": "Harjutie 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58545/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58544",
            "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:20.592819Z",
            "last_modified_time": "2024-02-06T13:16:35.173670Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06750",
            "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.593115,
                    60.335037
                ]
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/Harjutie 6"
            },
            "telephone": null,
            "street_address": {
                "fi": "Harjutie 6",
                "sv": "Åsvägen 6",
                "en": "Harjutie 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58544/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36874",
            "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:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:14.370100Z",
            "last_modified_time": "2024-02-06T13:12:24.873611Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00870",
            "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.031744,
                    60.16884
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Gunillankallio"
            },
            "telephone": null,
            "street_address": {
                "fi": "Mellinintie 5",
                "sv": "Mellinsvägen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36874/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36875",
            "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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kallahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallahti",
                        "sv": "Kallvik"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:14.497409Z",
            "last_modified_time": "2024-02-06T13:12:24.905394Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "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.143827,
                    60.201385
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Hiekkalaiturintie 9"
            },
            "telephone": null,
            "street_address": {
                "fi": "Hiekkalaiturintie 9",
                "sv": "Sandkajsvägen 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36875/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36876",
            "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:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pitäjänmäen_yritysalue",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäen yritysalue",
                        "sv": "Sockenbacka företagsområde"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:pitäjänmäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pitäjänmäki",
                        "sv": "Sockenbacka"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:14.628675Z",
            "last_modified_time": "2024-02-06T13:12:24.936751Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00380",
            "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.87419,
                    60.219425
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Hiomotie 18"
            },
            "telephone": null,
            "street_address": {
                "fi": "Hiomotie 18",
                "sv": "Sliperivägen 18"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36876/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36877",
            "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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kivikko",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kivikko",
                        "sv": "Stensböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:14.752515Z",
            "last_modified_time": "2024-02-06T13:12:24.969832Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00940",
            "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.066597,
                    60.23796
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Järkälekuja 1"
            },
            "telephone": null,
            "street_address": {
                "fi": "Järkälekuja 1",
                "sv": "Bumlingsgränden 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36877/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36878",
            "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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kallahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallahti",
                        "sv": "Kallvik"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:14.874633Z",
            "last_modified_time": "2024-02-06T13:12:25.000862Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "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.135231,
                    60.20439
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Kaivonkatsojantie 5"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kaivonkatsojantie 5",
                "sv": "Brunnsökarvägen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36878/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}