Using the place endpoint

Here, locations for events are listed. Events in each location can be found at the event endpoint using the query parameter location. Most locations use the id format tprek:28473. An easy way to locate service points is to browse our Service Map, which uses the same location ids, e.g. servicemap.hel.fi/unit/28473. Default ordering is decreasing order by the number of events found.

Place text

To find places that contain a specific string, use the query parameter text.

Example:

place/?text=tuomiokirkko

See the result

District

To restrict the retrieved places to city district(s), use the query parameter division, separating values by commas if you wish to query for several divisions.

City of Helsinki neighborhoods (kaupunginosa), districts (peruspiiri) and subdistricts (osa-alue) are supported. Check the divisions on the Helsinki map service.

You may query either by specific OCD division type peruspiiri:malmi, or by division name malmi. The latter query checks all divisions with the name, regardless of division type.

Example:

place/?division=malmi

See the result

Place source

Will restrict places to a specific data source.

Example:

place/?data_source=tprek

See the result

Show only places with the upcoming events

To show only the places which are used in the upcoming events supply the has_upcoming_events query parameter.

Example:

place/?has_upcoming_events=true

See the result

Showing all places

By default, only those locations which have listed events are displayed. You may display locations with zero n_events with the query parameter show_all_places.

Example:

place/?show_all_places=true

See the result

Showing deleted places

By default, deleted places are not displayed. You may also display deleted places with the query parameter show_deleted.

For example:

place/?show_deleted=True

See the result

Ordering

Default ordering is decreasing order by the number of events found. You may also order results by name, street_address or postal_code.

For example:

place/?sort=name

See the result

GET /v1/place/?format=api&page=118&show_all_places=true
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 151549,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=119&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=117&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:36892",
            "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:reijola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Reijola",
                        "sv": "Grejus"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:pikku_huopalahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Pikku Huopalahti",
                        "sv": "Lillhoplax"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:meilahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Meilahti",
                        "sv": "Mejlans"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:16.789564Z",
            "last_modified_time": "2024-02-06T13:12:25.464186Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00270",
            "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.89477,
                    60.194973
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Sireenikatu 6",
                "sv": "Syrengatan 6"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Sireenikatu 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36892/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36893",
            "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:16.919184Z",
            "last_modified_time": "2024-02-06T13:12:25.494372Z",
            "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.074953,
                    60.20363
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tulisuontie 18",
                "sv": "Kaskärrsvägen 18"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Tulisuontie 18"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36893/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36894",
            "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:malmin_lentokenttä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmin lentokenttä",
                        "sv": "Malms flygfält"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:17.048792Z",
            "last_modified_time": "2024-02-06T13:12:25.525642Z",
            "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.030241,
                    60.250206
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tuulitie 3",
                "sv": "Vindvägen 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Tuulitie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36894/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36895",
            "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:17.167940Z",
            "last_modified_time": "2024-02-06T13:12:25.557482Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00710",
            "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.032206,
                    60.226505
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Versokuja 3",
                "sv": "Blomskottsgränden 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helsingin Versokuja 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36895/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37198",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:59.052715Z",
            "last_modified_time": "2024-02-06T13:12:35.413807Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01900",
            "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.83073,
                    60.472122
                ]
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Helunankuja 10"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helunankuja 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37198/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37199",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:59.172972Z",
            "last_modified_time": "2024-02-06T13:12:35.444942Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01900",
            "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.82986,
                    60.47209
                ]
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Helunankuja 5"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helunankuja 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37199/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37200",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:59.288208Z",
            "last_modified_time": "2024-02-06T13:12:35.478436Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01900",
            "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.829975,
                    60.472263
                ]
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Helunankuja 6"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helunankuja 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37200/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37201",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:59.408499Z",
            "last_modified_time": "2024-02-06T13:12:35.509189Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01900",
            "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.830246,
                    60.472034
                ]
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Helunankuja 7"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helunankuja 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37201/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37202",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:59.532654Z",
            "last_modified_time": "2024-02-06T13:12:35.541988Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01900",
            "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.830362,
                    60.472206
                ]
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Helunankuja 8"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helunankuja 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37202/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37203",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:nurmijärvi",
                    "municipality": null,
                    "name": {
                        "fi": "Nurmijärvi",
                        "sv": "Nurmijärvi"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:59.665352Z",
            "last_modified_time": "2024-02-06T13:12:35.573720Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01900",
            "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.830578,
                    60.47196
                ]
            },
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Helunankuja 9"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Helunankuja 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37203/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37186",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:mäntsälä",
                    "municipality": null,
                    "name": {
                        "fi": "Mäntsälä",
                        "sv": "Mäntsälä"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:57.321138Z",
            "last_modified_time": "2024-02-06T13:12:35.020322Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04600",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.315817,
                    60.628307
                ]
            },
            "address_locality": {
                "fi": "Mäntsälä",
                "en": "Mäntsälä"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Hemmintie 5"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Hemmintie 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37186/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37499",
            "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.668713Z",
            "last_modified_time": "2024-02-06T13:12:45.289269Z",
            "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.323639,
                    60.33081
                ]
            },
            "address_locality": {
                "fi": "Vihti",
                "en": "Vihti"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Huhtatie 7"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Huhtatie 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37499/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37629",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:12:00.602231Z",
            "last_modified_time": "2024-02-06T13:12:49.509249Z",
            "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.021456,
                    60.33436
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tarinatie 16",
                "sv": "Mytvägen 16"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Ilolan Taikapuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37629/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37254",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:tuusula",
                    "municipality": null,
                    "name": {
                        "fi": "Tuusula",
                        "sv": "Tusby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:06.757916Z",
            "last_modified_time": "2024-02-06T13:12:37.262132Z",
            "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.013563,
                    60.395638
                ]
            },
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Jokipellonkatu 7"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Jokipellonkatu 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37254/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37255",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:tuusula",
                    "municipality": null,
                    "name": {
                        "fi": "Tuusula",
                        "sv": "Tusby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:06.884949Z",
            "last_modified_time": "2024-02-06T13:12:37.294283Z",
            "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.016155,
                    60.39451
                ]
            },
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Jussilantie 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Jussilantie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37255/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37422",
            "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:30.490046Z",
            "last_modified_time": "2024-02-06T13:12:42.779188Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04410",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.09943,
                    60.494957
                ]
            },
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Peltolantie 26"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Järvenpään Peltolanpuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37422/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37423",
            "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:30.652005Z",
            "last_modified_time": "2024-02-06T13:12:42.816878Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04400",
            "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.098356,
                    60.46016
                ]
            },
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Vakka 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Järvenpään Vakka 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37423/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37162",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kirkkonummi",
                    "municipality": null,
                    "name": {
                        "fi": "Kirkkonummi",
                        "sv": "Kyrkslätt"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:54.141289Z",
            "last_modified_time": "2024-02-06T13:12:34.238503Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02400",
            "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.478924,
                    60.1234
                ]
            },
            "address_locality": {
                "fi": "Kirkkonummi",
                "en": "Kirkkonummi"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Jättiläisenkaari 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Jättiläisenkaari 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37162/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37630",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:12:00.779056Z",
            "last_modified_time": "2024-02-06T13:12:49.541760Z",
            "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.029926,
                    60.287323
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kaislarinne 2",
                "sv": "Sävbrinken 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Kaislarinne 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37630/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:57921",
            "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-15T14:12:26.989379Z",
            "last_modified_time": "2024-02-06T13:16:29.150306Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01610",
            "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.872818,
                    60.265114
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kaivokselantie 5",
                "sv": "Gruvstavägen 5",
                "en": "Kaivokselantie 5"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/ Kaivokselantie 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57921/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}