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

{
    "meta": {
        "count": 152267,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=95&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=93&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37237",
            "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:04.370810Z",
            "last_modified_time": "2024-02-06T13:12:36.699012Z",
            "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.027815,
                    60.380276
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Korkintie 9"
            },
            "telephone": null,
            "street_address": {
                "fi": "Korkintie 9"
            },
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37237/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37537",
            "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:47.109289Z",
            "last_modified_time": "2024-02-06T13:12:46.547361Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "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.011919,
                    60.288033
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kortetie 25"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kortetie 25",
                "sv": "Fräkenvägen 25"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37537/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37538",
            "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:47.238091Z",
            "last_modified_time": "2024-02-06T13:12:46.580853Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "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.014147,
                    60.29066
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kortetie 9"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kortetie 9",
                "sv": "Fräkenvägen 9"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37538/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37238",
            "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:04.501837Z",
            "last_modified_time": "2024-02-06T13:12:36.734398Z",
            "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.028284,
                    60.40343
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Koskenmäentie 1"
            },
            "telephone": null,
            "street_address": {
                "fi": "Koskenmäentie 1"
            },
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37238/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36794",
            "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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:03.877013Z",
            "last_modified_time": "2024-02-06T13:12:22.222262Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00700",
            "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.005617,
                    60.258415
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kotikaivonpolku 2"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kotikaivonpolku 2",
                "sv": "Hembrunnstigen 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36794/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37402",
            "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.532675Z",
            "last_modified_time": "2024-02-06T13:12:42.129841Z",
            "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.101706,
                    60.471622
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Koulukuja 8"
            },
            "telephone": null,
            "street_address": {
                "fi": "Koulukuja 8"
            },
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37402/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37539",
            "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:47.501745Z",
            "last_modified_time": "2024-02-06T13:12:46.614867Z",
            "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.946146,
                    60.28848
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Krakantie 2 b"
            },
            "telephone": null,
            "street_address": {
                "fi": "Krakantie 2",
                "sv": "Skrakavägen 2"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37539/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36795",
            "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:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:latokartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Latokartano",
                        "sv": "Ladugården"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:viikki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Viikki",
                        "sv": "Vik"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:03.993799Z",
            "last_modified_time": "2024-02-06T13:12:22.257274Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00790",
            "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.028414,
                    60.23012
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Krister Juutin polku 4"
            },
            "telephone": null,
            "street_address": {
                "fi": "Krister Juutin polku 4",
                "sv": "Krister Jutes stig 4"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36795/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37541",
            "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:47.814464Z",
            "last_modified_time": "2024-02-06T13:12:46.674891Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01390",
            "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.001183,
                    60.31187
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Krookuskuja 3 ja 4"
            },
            "telephone": null,
            "street_address": {
                "fi": "Krookuskuja 4",
                "sv": "Krokusgränden 4"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37541/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37540",
            "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:47.672150Z",
            "last_modified_time": "2024-02-06T13:12:46.644963Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01390",
            "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.001389,
                    60.312054
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Krookuskuja 3 ja 4"
            },
            "telephone": null,
            "street_address": {
                "fi": "Krookuskuja 3",
                "sv": "Krokusgränden 3"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37540/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37084",
            "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:43.139663Z",
            "last_modified_time": "2025-12-19T06:09:37.898193Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02700",
            "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.752035,
                    60.199875
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kruununtie 23"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kruununtie 23",
                "sv": "Kronovägen 23"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37084/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36796",
            "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:maunula",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maunula",
                        "sv": "Månsas"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:metsälä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Metsälä",
                        "sv": "Krämertsskog"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:04.116907Z",
            "last_modified_time": "2024-02-06T13:12:22.293818Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00620",
            "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.937256,
                    60.222263
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Krämertintie 9"
            },
            "telephone": null,
            "street_address": {
                "fi": "Krämertintie 9",
                "sv": "Krämertsvägen 9"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36796/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37542",
            "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:47.940061Z",
            "last_modified_time": "2024-02-06T13:12:46.706017Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01390",
            "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.01221,
                    60.313896
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kuismakuja 4"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuismakuja 4",
                "sv": "Mannablodsgränden 4"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37542/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37085",
            "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:43.261652Z",
            "last_modified_time": "2024-02-06T13:12:31.713202Z",
            "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.675417,
                    60.17847
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kukkumäenrinne 1"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kukkumäenrinne 1",
                "sv": "Kuckubackabranten 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37085/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37239",
            "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:04.633753Z",
            "last_modified_time": "2024-02-06T13:12:36.768020Z",
            "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": [
                    24.977928,
                    60.397457
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kulleronkuja 1"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kulleronkuja 1"
            },
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37239/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37403",
            "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.653672Z",
            "last_modified_time": "2024-02-06T13:12:42.160921Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04420",
            "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.115597,
                    60.465794
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kulmakatu 21"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kulmakatu 21"
            },
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37403/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37432",
            "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.941442Z",
            "last_modified_time": "2024-02-06T13:12:43.114843Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04250",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.108824,
                    60.401184
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kultasepänkatu 1"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kultasepänkatu 1"
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37432/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37543",
            "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:48.076928Z",
            "last_modified_time": "2024-02-06T13:12:46.735865Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01300",
            "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.01534,
                    60.292458
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kuminatie 30"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kuminatie 30",
                "sv": "Kumminvägen 30"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37543/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37086",
            "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:43.399682Z",
            "last_modified_time": "2024-02-06T13:12:31.745558Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02330",
            "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.615154,
                    60.163986
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kummelivuorentie 3"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kummelivuorentie 3",
                "sv": "Kummelbergsvägen 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37086/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37087",
            "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:43.533384Z",
            "last_modified_time": "2024-02-06T13:12:31.777225Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02330",
            "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.61844,
                    60.16391
                ]
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kummelivuorentie 6"
            },
            "telephone": null,
            "street_address": {
                "fi": "Kummelivuorentie 6",
                "sv": "Kummelbergsvägen 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37087/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}