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=120&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=121&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=119&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37131",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:49.619388Z",
            "last_modified_time": "2024-02-06T13:12:33.216626Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04230",
            "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.103125,
                    60.41832
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Lintukuja 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Lintukuja 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37131/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37633",
            "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:01.153972Z",
            "last_modified_time": "2024-02-06T13:12:49.635996Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01480",
            "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.103924,
                    60.338425
                ]
            },
            "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": "Maarukankuja 4",
                "sv": "Maarukkagränden 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Maarukankuja 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37633/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37634",
            "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:01.289263Z",
            "last_modified_time": "2024-02-06T13:12:49.669534Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01480",
            "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.104614,
                    60.338688
                ]
            },
            "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": "Maarukankuja 6",
                "sv": "Maarukkagränden 6"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Maarukankuja 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37634/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37500",
            "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.796447Z",
            "last_modified_time": "2024-02-06T13:12:45.319122Z",
            "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.326513,
                    60.334423
                ]
            },
            "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": "Majatuvankuja 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Majatuvankuja 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37500/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37382",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hyvinkää",
                    "municipality": null,
                    "name": {
                        "fi": "Hyvinkää",
                        "sv": "Hyvinge"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:24.816830Z",
            "last_modified_time": "2024-02-06T13:12:41.480096Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05810",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.896837,
                    60.623165
                ]
            },
            "address_locality": {
                "fi": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mansikkamäentie 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Mansikka-ahontie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37382/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58668",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:porvoo",
                    "municipality": null,
                    "name": {
                        "fi": "Porvoo",
                        "sv": "Borgå"
                    }
                }
            ],
            "created_time": "2023-08-15T14:14:42.881559Z",
            "last_modified_time": "2024-02-06T13:16:36.346324Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "06100",
            "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.627995,
                    60.393913
                ]
            },
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Borgå",
                "en": "Porvoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Maria Jotunin katu 2",
                "sv": "Maria Jotunis gatan 2",
                "en": "Maria Jotunin katu"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/Maria Jotunin katu 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58668/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:57920",
            "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.191846Z",
            "last_modified_time": "2024-02-06T13:16:29.117619Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01620",
            "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.84793,
                    60.277374
                ]
            },
            "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": "Martinpolku 2 b",
                "sv": "Mårtensstigen 2 b",
                "en": "Martinpolku 2 b"
            },
            "name": {
                "fi": "Avain Asumisoikeus Oy/ Martinpolku 2 b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:57920/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37132",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:49.741852Z",
            "last_modified_time": "2024-02-06T13:12:33.247792Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04220",
            "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.14209,
                    60.408974
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Metsärinne 3-4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Metsärinne 3-4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37132/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37133",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:49.986270Z",
            "last_modified_time": "2024-02-06T13:12:33.278192Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04220",
            "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.141777,
                    60.40904
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Metsärinne 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Metsärinne 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37133/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37635",
            "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:01.419765Z",
            "last_modified_time": "2024-02-06T13:12:49.702513Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01450",
            "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.081589,
                    60.349728
                ]
            },
            "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": "Minkkitie 14",
                "sv": "Minkvägen 14"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Minkkitie 14"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37635/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37636",
            "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:01.542345Z",
            "last_modified_time": "2024-02-06T13:12:49.735928Z",
            "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.970694,
                    60.2859
                ]
            },
            "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": "Muuntotie 2",
                "sv": "Transformatorvägen 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Muuntotie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37636/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37219",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:sipoo",
                    "municipality": null,
                    "name": {
                        "fi": "Sipoo",
                        "sv": "Sibbo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:01.903670Z",
            "last_modified_time": "2024-02-06T13:12:36.085649Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01150",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.333231,
                    60.30174
                ]
            },
            "address_locality": {
                "fi": "Sipoo",
                "en": "Sipoo"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mäntymäentie 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Mäntymäentie 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37219/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37258",
            "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:07.290868Z",
            "last_modified_time": "2024-02-06T13:12:37.390134Z",
            "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.004778,
                    60.414314
                ]
            },
            "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": "Naavankierto 8"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Naavankierto 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37258/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37166",
            "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.625423Z",
            "last_modified_time": "2024-02-06T13:12:34.368279Z",
            "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.409718,
                    60.12521
                ]
            },
            "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": "Nahkurinpiha 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Nahkurinpiha 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37166/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37501",
            "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.919596Z",
            "last_modified_time": "2024-02-06T13:12:45.351328Z",
            "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.316217,
                    60.324738
                ]
            },
            "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": "Naaranpajuntie 32"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Neliapila"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37501/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37134",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:50.136614Z",
            "last_modified_time": "2024-02-06T13:12:33.308924Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04220",
            "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.1473,
                    60.386333
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Nelikuja 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Nelikuja 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37134/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37135",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:kerava",
                    "municipality": null,
                    "name": {
                        "fi": "Kerava",
                        "sv": "Kervo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:50.266505Z",
            "last_modified_time": "2024-02-06T13:12:33.340334Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04220",
            "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.147596,
                    60.38624
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Nelikuja 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Nelikuja 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37135/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37383",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hyvinkää",
                    "municipality": null,
                    "name": {
                        "fi": "Hyvinkää",
                        "sv": "Hyvinge"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:24.944031Z",
            "last_modified_time": "2024-02-06T13:12:41.514406Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05810",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.894005,
                    60.61949
                ]
            },
            "address_locality": {
                "fi": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Niittytie 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Niittytie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37383/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:68443",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [],
            "created_time": "2023-08-15T17:10:21.007855Z",
            "last_modified_time": "2024-02-06T13:19:02.018953Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04200",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": null,
            "address_locality": {
                "fi": "Kerava",
                "sv": "Kervo",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Niittäjänkatu 2 ja 4",
                "sv": "Niittäjänkatu 2 och 4",
                "en": "Niittäjänkatu 2 and 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Niittäjänkatu 2 ja 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:68443/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37205",
            "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.996490Z",
            "last_modified_time": "2024-02-06T13:12:35.637294Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01800",
            "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.724833,
                    60.39028
                ]
            },
            "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": "Palokärjenkaari 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Nurmijärven Pikkutikankuja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37205/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}