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": 151736,
        "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:21307",
            "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:kampinmalmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kampinmalmi",
                        "sv": "Kampmalmen"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kamppi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kamppi",
                        "sv": "Kampen"
                    }
                }
            ],
            "created_time": "2023-08-15T08:17:26.267914Z",
            "last_modified_time": "2024-12-17T06:09:35.516293Z",
            "custom_data": null,
            "email": "kamppi@aussiebar.net",
            "contact_type": null,
            "address_region": null,
            "postal_code": "00100",
            "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.932983,
                    60.16995
                ]
            },
            "telephone": {
                "fi": "+358 9 737 373"
            },
            "description": {
                "fi": "Aussie Bar on Kampissa sijaitseva australialaisbaari jossa oluen, musiikin ja iloisen meiningin lisäksi voit seurata urheilua ruudulta.",
                "sv": "Aussie Barär en australisk bar i Kampen som erbjuder förutom öl, musik och glad stämning, även på sportupplevelser i form av matcher som kan följas med på tv-skärmar.",
                "en": "G'day! Aussie Bar in Kamppi is Helsinki's best Australian Bar, offering great beer, good food, live music, DJs, fun times, and all the sport you need! Located in the heart of Kamppi and only a stones through from the metro, tram and bus stops, come in for a cool drink in the summer time (inside or on one of our terraces) and a warm welcome in the winter. In fact, come in at any time for the great Aussie vibe and atmosphere! You're sure to have a good time and make some new mates while you're there. Additionally, if you're from down under and feeling homesick, Aussie Bar has various imported Aussie beers to help you feel at home and settle in. If you're not from Oz or not feeling homesick, then there are still various imported Aussie beers plus a range of other wines, ciders, spirts, etc to help you feel at home!"
            },
            "street_address": {
                "fi": "Salomonkatu 5",
                "sv": "Salomonsgatan 5",
                "en": "Salomonkatu 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://aussiebar.net",
                "sv": "https://aussiebar.net/",
                "en": "https://aussiebar.net/"
            },
            "name": {
                "fi": "Aussie Bar",
                "sv": "Aussie Bar",
                "en": "Aussie Bar"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:21307/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:19718",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T08:15:30.937732Z",
            "last_modified_time": "2025-08-21T11:09:40.589170Z",
            "custom_data": null,
            "email": "etunimi.sukunimi@vantaa.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": "01660",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": 8155,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.816261,
                    60.26761
                ]
            },
            "telephone": null,
            "description": {
                "fi": "Autioniityn päiväkoti on muuttanut väistötiloihin Variston opetuspisteeseen. Osoite on Varistontie 1, Vantaa. Päiväkotimme tarjoaa kokopäiväistä ja osapäiväistä varhaiskasvatusta 1-5 -vuotiaille lapsille. Päiväkotimme yhteydessä toimii myös avoin kohtaamispaikka Niittyvilla. Autioniityn päiväkoti sijaitsee Varistossa, Variston opetuspisteessä."
            },
            "street_address": {
                "fi": "Varistontie 1",
                "sv": "Varistovägen 1a",
                "en": "Varistontie 1a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "https://www.vantaa.fi/fi/palveluhakemisto/toimipiste/autioniityn-paivakoti#tab-introduction",
                "sv": "https://www.vantaa.fi/fi/palveluhakemisto/toimipiste/autioniityn-paivakoti#tab-introduction",
                "en": "https://www.vantaa.fi/fi/palveluhakemisto/toimipiste/autioniityn-paivakoti#tab-introduction"
            },
            "name": {
                "fi": "Autioniityn päiväkoti",
                "sv": "Autioniityn päiväkoti",
                "en": "Autioniityn päiväkoti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:19718/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:63978",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [],
            "created_time": "2023-08-15T16:23:01.694737Z",
            "last_modified_time": "2024-02-06T13:18:20.049588Z",
            "custom_data": null,
            "email": "info@autolevi.fi",
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "telephone": null,
            "description": {
                "fi": "Autolevi yhdistää ajoneuvojen omistajat ja vuokraajat. Jos tarvitset ajoneuvoa, löydät juuri sinun tarpeisiisi sopivan valikoimastamme. Mikäli sinulla on ajoneuvo, joka seisoo tarpeettoman usein käyttämättömänä, voit tarjota sen vuokralle käyttämällä palveluamme.",
                "en": "Autolevi connects people, who need a car and people, who own a car. If you need a car, you can search one from our portal, fitting your exact needs and the purpose of the journey. If you have a car, you can successfully offer it to those, who can use the car in times you do not need it yourself."
            },
            "street_address": null,
            "address_locality": null,
            "info_url": {
                "fi": "https://autolevi.fi/",
                "sv": "https://autolevi.fi/",
                "en": "https://autolevi.fi/"
            },
            "name": {
                "fi": "Autolevi",
                "sv": "Autolevi",
                "en": "Autolevi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63978/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37426",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:järvenpää",
                    "municipality": null,
                    "name": {
                        "fi": "Järvenpää",
                        "sv": "Träskända"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:31.032217Z",
            "last_modified_time": "2024-02-06T13:12:42.916466Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04410",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.095448,
                    60.491173
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Laurilantie 6"
            },
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus/Laurilantie 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37426/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68126",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:järvenpää",
                    "municipality": null,
                    "name": {
                        "fi": "Järvenpää",
                        "sv": "Träskända"
                    }
                }
            ],
            "created_time": "2023-08-15T16:27:27.295980Z",
            "last_modified_time": "2024-02-06T13:18:56.577177Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04430",
            "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.103285,
                    60.488808
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Alhotie 17"
            },
            "address_locality": {
                "fi": "Järvenpää",
                "sv": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "http://www.avainasunnot.fi",
                "sv": "http://www.avainasunnot.fi",
                "en": "http://www.avainasunnot.fi"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/Alhotie 17"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68126/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37497",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vihti",
                    "municipality": null,
                    "name": {
                        "fi": "Vihti",
                        "sv": "Vichtis"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:41.425763Z",
            "last_modified_time": "2024-02-06T13:12:45.225461Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03100",
            "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.317556,
                    60.3272
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Naaranpajuntie 22"
            },
            "address_locality": {
                "fi": "Vihti",
                "en": "Vihti"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Apollo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37497/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37628",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:12:00.358302Z",
            "last_modified_time": "2024-02-06T13:12:49.475487Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01510",
            "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.96768,
                    60.283447
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Arinatie 5",
                "sv": "Ärilsvägen 5"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Arinatie 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37628/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37253",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:tuusula",
                    "municipality": null,
                    "name": {
                        "fi": "Tuusula",
                        "sv": "Tusby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:06.635209Z",
            "last_modified_time": "2024-02-06T13:12:37.230422Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04320",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.029327,
                    60.378376
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Aromikuja 3"
            },
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Aromikuja 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37253/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60239",
            "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-15T15:13:42.993725Z",
            "last_modified_time": "2024-02-06T13:17:03.642105Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05900",
            "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.84889,
                    60.627274
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Astreankatu 23"
            },
            "address_locality": {
                "fi": "Hyvinkää",
                "sv": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Astreankatu 23"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60239/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37498",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vihti",
                    "municipality": null,
                    "name": {
                        "fi": "Vihti",
                        "sv": "Vichtis"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:41.544049Z",
            "last_modified_time": "2024-02-06T13:12:45.258364Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "03100",
            "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.317993,
                    60.326294
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Naaranpajuntie 26"
            },
            "address_locality": {
                "fi": "Vihti",
                "en": "Vihti"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Aurora"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37498/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36753",
            "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:58.209777Z",
            "last_modified_time": "2024-02-06T13:12:20.873842Z",
            "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.810633,
                    60.214367
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Alberganesplanadi 13",
                "sv": "Albergaesplanaden 13"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Alberganesplanadi 13"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36753/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36754",
            "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:58.335278Z",
            "last_modified_time": "2024-02-06T13:12:20.904644Z",
            "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.588444,
                    60.190014
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Fjalarinkuja 1",
                "sv": "Fjalargränden 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Fjalari"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36754/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36755",
            "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:58.505976Z",
            "last_modified_time": "2024-02-06T13:12:20.937122Z",
            "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.591938,
                    60.189087
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Hansakallionkuja 6",
                "sv": "Hansabergsgränden 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Hansakallionkuja 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36755/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36756",
            "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:58.651365Z",
            "last_modified_time": "2024-02-06T13:12:20.971477Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02810",
            "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.627653,
                    60.216618
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Hirvisuontie 3",
                "sv": "Älgkärrsvägen 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Hirvisuontie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36756/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36757",
            "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:58.787195Z",
            "last_modified_time": "2024-02-06T13:12:21.005559Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02810",
            "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.62876,
                    60.218056
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Hirvisuontie 5",
                "sv": "Älgkärrsvägen 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Hirvisuontie 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36757/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36758",
            "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:58.915233Z",
            "last_modified_time": "2024-02-06T13:12:21.037519Z",
            "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.712055,
                    60.245876
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Isäntärengintie 2",
                "sv": "Rättarvägen 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Isäntärengintie"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36758/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36759",
            "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.042051Z",
            "last_modified_time": "2024-02-06T13:12:21.070864Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02340",
            "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.668564,
                    60.177704
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kaskihalme 1",
                "sv": "Svedjegrödan 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Kaskihalme 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36759/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36760",
            "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.173245Z",
            "last_modified_time": "2024-02-06T13:12:21.106775Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02760",
            "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.665531,
                    60.20341
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kirstinmäki 12",
                "sv": "Kirstibacken 12"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Espoon Kirstinmäki 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36760/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "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
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Leilitie 1",
                "sv": "Lägelvägen 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "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
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Malminmäentie 2",
                "sv": "Malmbackavägen 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "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"
        }
    ]
}