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

{
    "meta": {
        "count": 152256,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=125&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=123&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37262",
            "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.912493Z",
            "last_modified_time": "2024-02-06T13:12:37.523486Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05400",
            "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.959057,
                    60.545372
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "street_address": {
                "fi": "Temmontie 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Temmontie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37262/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37206",
            "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:11:00.138150Z",
            "last_modified_time": "2024-02-06T13:12:35.670018Z",
            "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.725962,
                    60.388405
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "street_address": {
                "fi": "Tikantie 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Tikantie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37206/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37263",
            "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:08.043239Z",
            "last_modified_time": "2024-02-06T13:12:37.556377Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05400",
            "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.021297,
                    60.400406
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "street_address": {
                "fi": "Selmantie 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Tuusulan Puistokaari/Selmantie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37263/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:69853",
            "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-15T18:10:47.174633Z",
            "last_modified_time": "2026-03-02T06:09:55.782516Z",
            "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.021645,
                    60.40125
                ]
            },
            "info_url": {
                "fi": "http://www.avainasunnot.fi",
                "sv": "http://www.avainasunnot.fi",
                "en": "http://www.avainasunnot.fi"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Hyrylä (Tuusula)",
                "sv": "Hyrylä (Tusby)",
                "en": "Hyrylä (Tuusula)"
            },
            "street_address": {
                "fi": "Suutarintie 3",
                "sv": "Suutarintie 3",
                "en": "Suutarintie 3"
            },
            "name": {
                "fi": "Avain-Asumisoikeus Oy/Tuusulan Suutarintie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:69853/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60240",
            "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-15T15:13:43.605157Z",
            "last_modified_time": "2024-02-06T13:17:03.671270Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04130",
            "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.274025,
                    60.37328
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sipoo",
                "en": "Sipoo"
            },
            "street_address": {
                "fi": "Uudensillantie 22",
                "sv": "Uudensillantie 22",
                "en": "Uudensillantie 22"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Uudensillantie 22"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60240/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:60241",
            "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-15T15:13:43.988947Z",
            "last_modified_time": "2024-02-06T13:17:03.701629Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04130",
            "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.276207,
                    60.373505
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Sipoo",
                "sv": "Sipoo",
                "en": "Sipoo"
            },
            "street_address": {
                "fi": "Uudensillantie 26"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Uudensillantie 26"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:60241/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37137",
            "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.524250Z",
            "last_modified_time": "2024-02-06T13:12:33.420519Z",
            "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.134054,
                    60.404728
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "street_address": {
                "fi": "Vaihdekatu 2"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vaihdekatu 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37137/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37392",
            "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:26.157432Z",
            "last_modified_time": "2024-02-06T13:12:41.796494Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05900",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.836313,
                    60.637074
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "street_address": {
                "fi": "Vaiveronkatu 51"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vaiveronkatu 51"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37392/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37642",
            "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:02.514040Z",
            "last_modified_time": "2024-02-06T13:12:49.931913Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01400",
            "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.055424,
                    60.336826
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Valtimotie 13",
                "sv": "Pulsvägen 13"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Valtimotie 13"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37642/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37643",
            "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:02.638730Z",
            "last_modified_time": "2024-02-06T13:12:49.965500Z",
            "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.01996,
                    60.334824
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Kaskukuja 8",
                "sv": "Anekdotgränden 8"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaa Kultaraita"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37643/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37644",
            "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:02.758252Z",
            "last_modified_time": "2024-02-06T13:12:50.000972Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01710",
            "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.848957,
                    60.31845
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Jaspiskuja 10",
                "sv": "Jaspisgränden 10"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Jaspinkuja"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37644/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37645",
            "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:02.885152Z",
            "last_modified_time": "2024-02-06T13:12:50.034793Z",
            "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.019438,
                    60.3345
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Kaskukuja 6",
                "sv": "Anekdotgränden 6"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Lumikki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37645/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37646",
            "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:03.019360Z",
            "last_modified_time": "2024-02-06T13:12:50.071514Z",
            "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.020277,
                    60.33408
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Tarinatie 12",
                "sv": "Mytvägen 12"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Lumivalko"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37646/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37647",
            "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:03.288591Z",
            "last_modified_time": "2024-02-06T13:12:50.105833Z",
            "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.021084,
                    60.334846
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Kaskukuja 5",
                "sv": "Anekdotgränden 5"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Metsänkeiju"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37647/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37648",
            "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:03.500073Z",
            "last_modified_time": "2024-02-06T13:12:50.140226Z",
            "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.02091,
                    60.335
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Kaskukuja 10",
                "sv": "Anekdotgränden 10"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Sateenkaari"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37648/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37649",
            "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:03.623875Z",
            "last_modified_time": "2024-02-06T13:12:50.177096Z",
            "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.019896,
                    60.335304
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Kivikkotie 59",
                "sv": "Kummelvägen 59"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Satukallio"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37649/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37650",
            "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:03.748132Z",
            "last_modified_time": "2024-02-06T13:12:50.209406Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01350",
            "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.04787,
                    60.310696
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Tarhurintie 11",
                "sv": "Trädgårdsmästarvägen 11"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Sipulipuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37650/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37652",
            "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:04.008480Z",
            "last_modified_time": "2024-02-06T13:12:50.275294Z",
            "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.020508,
                    60.333878
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Tarinatie 3",
                "sv": "Mytvägen 3"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Taikapuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37652/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37651",
            "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:03.873229Z",
            "last_modified_time": "2024-02-06T13:12:50.242136Z",
            "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.020279,
                    60.333157
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Tarinatie 1",
                "sv": "Mytvägen 1"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Taikapuisto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37651/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37653",
            "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:04.130468Z",
            "last_modified_time": "2024-02-06T13:12:50.306515Z",
            "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.019417,
                    60.33423
                ]
            },
            "info_url": {
                "fi": "https://avainasunnot.fi/",
                "sv": "https://avainasunnot.fi/",
                "en": "https://avainasunnot.fi/"
            },
            "telephone": null,
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "street_address": {
                "fi": "Kaskukuja 4",
                "sv": "Anekdotgränden 4"
            },
            "name": {
                "fi": "AVAIN Asumisoikeus Oy/Vantaan Tuhkimo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37653/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}