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

{
    "meta": {
        "count": 151726,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=89&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=87&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37516",
            "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:11:44.150209Z",
            "last_modified_time": "2024-02-06T13:12:45.849247Z",
            "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.959446,
                    60.28264
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Illenpiha 2"
            },
            "street_address": {
                "fi": "Illenpiha 2",
                "sv": "Illegården 2"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37516/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37034",
            "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:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:itäkeskus",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itäkeskus",
                        "sv": "Östra centrum"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:36.200947Z",
            "last_modified_time": "2024-02-06T13:12:30.077018Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00930",
            "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.07311,
                    60.204563
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Ilotulitustie 12"
            },
            "street_address": {
                "fi": "Ilotulitustie 12",
                "sv": "Fyrverkerivägen 12"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37034/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:57905",
            "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-15T14:12:16.528719Z",
            "last_modified_time": "2024-02-06T13:16:28.736468Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05440",
            "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.877216,
                    60.6013
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/ Iltatuulentie 4"
            },
            "street_address": {
                "fi": "Iltatuulentie 4",
                "sv": "Iltatuulentie 4",
                "en": "Iltatuulentie 4"
            },
            "info_url": {
                "fi": "https://www.asuntosaatio.fi/",
                "sv": "https://www.asuntosaatio.fi/",
                "en": "https://www.asuntosaatio.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Hyvinkää",
                "sv": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57905/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37431",
            "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:11:31.791483Z",
            "last_modified_time": "2024-02-06T13:12:43.080171Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04200",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.098667,
                    60.408173
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Iso-Hollonkuja 8"
            },
            "street_address": {
                "fi": "Iso-Hollonkuja 8"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37431/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37063",
            "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:40.257612Z",
            "last_modified_time": "2024-02-06T13:12:30.996562Z",
            "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.717533,
                    60.24454
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Isonjärvenkuja 9"
            },
            "street_address": {
                "fi": "Isonjärvenkuja 9",
                "sv": "Storträskgränden 9"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37063/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37064",
            "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:40.383200Z",
            "last_modified_time": "2024-02-06T13:12:31.026999Z",
            "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.7172,
                    60.242855
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Isonjärventie 14"
            },
            "street_address": {
                "fi": "Isonjärventie 14",
                "sv": "Storträskvägen 14"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37064/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37065",
            "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:40.509256Z",
            "last_modified_time": "2024-03-15T06:09:44.728089Z",
            "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.821486,
                    60.21187
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Itsehallintotie 2"
            },
            "street_address": {
                "fi": "Itsehallintotie 2",
                "sv": "Självstyrelsevägen 2"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37065/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37035",
            "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:jätkäsaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jätkäsaari",
                        "sv": "Busholmen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:länsisatama",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Länsisatama",
                        "sv": "Västra Hamnen"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:36.339688Z",
            "last_modified_time": "2024-02-06T13:12:30.106972Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00180",
            "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.912376,
                    60.16032
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Jaalaranta 10"
            },
            "street_address": {
                "fi": "Jaalaranta 10",
                "sv": "Skutstranden 10"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37035/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37495",
            "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.181582Z",
            "last_modified_time": "2024-02-06T13:12:45.161028Z",
            "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.28839,
                    60.337856
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Jahtimiehentie 5-7"
            },
            "street_address": {
                "fi": "Jahtimiehentie 5-7"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vihti",
                "en": "Vihti"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37495/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37036",
            "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:jakomäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jakomäki",
                        "sv": "Jakobacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jakomäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jakomäki",
                        "sv": "Jakobacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:36.468225Z",
            "last_modified_time": "2024-02-06T13:12:30.138904Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00770",
            "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.07678,
                    60.25345
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Jakomäentie 23"
            },
            "street_address": {
                "fi": "Jakomäentie 23",
                "sv": "Jakobackavägen 23"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37036/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37037",
            "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:jakomäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jakomäki",
                        "sv": "Jakobacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jakomäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jakomäki",
                        "sv": "Jakobacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:36.597098Z",
            "last_modified_time": "2024-02-06T13:12:30.171999Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00770",
            "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.072977,
                    60.253277
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Jakomäentie 9"
            },
            "street_address": {
                "fi": "Jakomäentie 9",
                "sv": "Jakobackavägen 9"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37037/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37399",
            "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:27.158686Z",
            "last_modified_time": "2024-02-06T13:12:42.033969Z",
            "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.125736,
                    60.493103
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Jepuankatu 24"
            },
            "street_address": {
                "fi": "Jepuankatu 24"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37399/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37224",
            "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:02.622933Z",
            "last_modified_time": "2024-02-06T13:12:36.274787Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04300",
            "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.01293,
                    60.395317
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Jokipellonkatu 5"
            },
            "street_address": {
                "fi": "Jokipellonkatu 5"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37224/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37066",
            "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:40.638148Z",
            "last_modified_time": "2024-02-06T13:12:31.093422Z",
            "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.679974,
                    60.201786
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Joupinkuja 2"
            },
            "street_address": {
                "fi": "Joupinkuja 2",
                "sv": "Jofsgränden 2"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37066/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37067",
            "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:40.761492Z",
            "last_modified_time": "2024-08-02T05:10:31.177720Z",
            "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.674204,
                    60.204777
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Joupinmäenkulma 3"
            },
            "street_address": {
                "fi": "Joupinmäenkulma 3",
                "sv": "Jofsbackskröken 3"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37067/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37068",
            "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:40.886895Z",
            "last_modified_time": "2024-02-06T13:12:31.159012Z",
            "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.672556,
                    60.20334
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Joupinmäensyrjä 2"
            },
            "street_address": {
                "fi": "Joupinmäensyrjä 2",
                "sv": "Jofsbacksliden 2"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37068/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37069",
            "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:41.033389Z",
            "last_modified_time": "2024-02-06T13:12:31.192516Z",
            "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.67206,
                    60.20271
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Joupinmäensyrjä 3"
            },
            "street_address": {
                "fi": "Joupinmäensyrjä 3",
                "sv": "Jofsbacksliden 3"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37069/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37070",
            "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:41.284198Z",
            "last_modified_time": "2024-02-06T13:12:31.224243Z",
            "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.67484,
                    60.202408
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Joupinmäensyrjä 8"
            },
            "street_address": {
                "fi": "Joupinmäensyrjä 8",
                "sv": "Jofsbacksliden 8"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37070/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37071",
            "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:41.410435Z",
            "last_modified_time": "2024-02-06T13:12:31.259534Z",
            "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.677765,
                    60.20113
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Joupintie 2"
            },
            "street_address": {
                "fi": "Joupintie 2",
                "sv": "Jofsvägen 2"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37071/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37072",
            "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:41.550603Z",
            "last_modified_time": "2024-02-06T13:12:31.290838Z",
            "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.750635,
                    60.274837
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Juvanpuisto 1"
            },
            "street_address": {
                "fi": "Juvanpuisto 1",
                "sv": "Juvaparken 1"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37072/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}