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

{
    "meta": {
        "count": 151733,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=92&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=90&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37527",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:45.708030Z",
            "last_modified_time": "2024-02-06T13:12:46.232094Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01280",
            "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.111906,
                    60.24193
                ]
            },
            "street_address": {
                "fi": "Keilapolku 1",
                "sv": "Kägelstigen 1"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Keilapolku 1"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37527/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37528",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:45.830110Z",
            "last_modified_time": "2024-02-06T13:12:46.262969Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01700",
            "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.831404,
                    60.31855
                ]
            },
            "street_address": {
                "fi": "Keimolankaarre 9",
                "sv": "Käinbysvängen 9"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Keimolanmäki"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37528/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58586",
            "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:35.408039Z",
            "last_modified_time": "2024-02-06T13:16:35.852171Z",
            "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.619133,
                    60.36532
                ]
            },
            "street_address": {
                "fi": "Keltavuokontie 4",
                "sv": "Gulsippsvägen 4",
                "en": "Keltavuokontie 4"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Keltavuokontie 4"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Porvoo",
                "en": "Porvoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58586/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36790",
            "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:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:puistola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Puistola",
                        "sv": "Parkstad"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:03.231954Z",
            "last_modified_time": "2024-02-06T13:12:22.088906Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00730",
            "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.034348,
                    60.26851
                ]
            },
            "street_address": {
                "fi": "Kennotie 1",
                "sv": "Bikakevägen 1"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kennotie 1"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36790/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37529",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:45.970786Z",
            "last_modified_time": "2024-02-06T13:12:46.294376Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01690",
            "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.904589,
                    60.284534
                ]
            },
            "street_address": {
                "fi": "Kerkkäkuja 1",
                "sv": "Årsskottsgränden 1"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kerkkäkuja 1"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37529/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37530",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:46.187281Z",
            "last_modified_time": "2024-02-06T13:12:46.327853Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01690",
            "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.908909,
                    60.274387
                ]
            },
            "street_address": {
                "fi": "Kesätie 4",
                "sv": "Sommarvägen 4"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kesätie 4"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37530/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58583",
            "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:30.588393Z",
            "last_modified_time": "2024-02-06T13:16:35.738154Z",
            "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.66707,
                    60.410206
                ]
            },
            "street_address": {
                "fi": "Kesätuulentie 12-14",
                "sv": "Sommarvindsvägen 12-14",
                "en": "Kesätuulentie 12-14"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kesätuulentie 12-14"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Porvoo",
                "en": "Porvoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58583/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58585",
            "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:34.380560Z",
            "last_modified_time": "2024-02-06T13:16:35.816090Z",
            "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.667744,
                    60.40882
                ]
            },
            "street_address": {
                "fi": "Kesätuulentie 4-6",
                "sv": "Sommarvindsvägen 4-6",
                "en": "Kesätuulentie 4-6"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kesätuulentie 4-6"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Porvoo",
                "en": "Porvoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58585/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:58584",
            "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:32.586192Z",
            "last_modified_time": "2024-02-06T13:16:35.780275Z",
            "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.667221,
                    60.409615
                ]
            },
            "street_address": {
                "fi": "Kesätuulentie 7",
                "sv": "Sommarvindsvägen 7",
                "en": "Kesätuulentie 7"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kesätuulentie 7"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Porvoo",
                "sv": "Porvoo",
                "en": "Porvoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:58584/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37190",
            "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:57.924118Z",
            "last_modified_time": "2024-02-06T13:12:35.151962Z",
            "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.82851,
                    60.459343
                ]
            },
            "street_address": {
                "fi": "Kielovaarantie 3-5"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kielovaarantie 3-5"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Nurmijärvi",
                "en": "Nurmijärvi"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37190/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37225",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:tuusula",
                    "municipality": null,
                    "name": {
                        "fi": "Tuusula",
                        "sv": "Tusby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:02.741321Z",
            "last_modified_time": "2024-02-06T13:12:36.311563Z",
            "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.023743,
                    60.397804
                ]
            },
            "street_address": {
                "fi": "Kievarinkaari 5"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kievarinkaari 5"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37225/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37226",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:tuusula",
                    "municipality": null,
                    "name": {
                        "fi": "Tuusula",
                        "sv": "Tusby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:02.863422Z",
            "last_modified_time": "2024-02-06T13:12:36.346387Z",
            "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.02566,
                    60.396725
                ]
            },
            "street_address": {
                "fi": "Kievarintie 40"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kievarintie 40"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Tuusula",
                "en": "Tuusula"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37226/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37532",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:46.486368Z",
            "last_modified_time": "2024-02-06T13:12:46.391352Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01490",
            "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.13658,
                    60.338634
                ]
            },
            "street_address": {
                "fi": "Kiitäjäntie 8",
                "sv": "Svärmarvägen 8"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kiitäjäntie 5 ja 8"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37532/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37531",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:46.359672Z",
            "last_modified_time": "2024-02-06T13:12:46.358917Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01490",
            "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.135834,
                    60.33835
                ]
            },
            "street_address": {
                "fi": "Kiitäjäntie 5",
                "sv": "Svärmarvägen 5"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kiitäjäntie 5 ja 8"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37531/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37533",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:46.609761Z",
            "last_modified_time": "2024-02-06T13:12:46.423432Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01680",
            "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.781034,
                    60.282894
                ]
            },
            "street_address": {
                "fi": "Kimaratie 8",
                "sv": "Kimaravägen 8"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kimaratie 8"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37533/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36792",
            "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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:03.618484Z",
            "last_modified_time": "2024-02-06T13:12:22.155343Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00430",
            "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.900864,
                    60.24076
                ]
            },
            "street_address": {
                "fi": "Kirjokiventie 2",
                "sv": "Fagerstensvägen 2"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kirjokiventie 1 ja 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36792/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36791",
            "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:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:03.485522Z",
            "last_modified_time": "2024-02-06T13:12:22.122257Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00430",
            "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.90011,
                    60.24125
                ]
            },
            "street_address": {
                "fi": "Kirjokiventie 1",
                "sv": "Fagerstensvägen 1"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kirjokiventie 1 ja 2"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36791/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37534",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:46.735404Z",
            "last_modified_time": "2024-02-06T13:12:46.454131Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01230",
            "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.095581,
                    60.263626
                ]
            },
            "street_address": {
                "fi": "Kirkkokuja 1",
                "sv": "Kyrkogränden 1"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kirkkokuja 1 b"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37534/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37535",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:46.861177Z",
            "last_modified_time": "2024-02-06T13:12:46.484217Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01230",
            "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.096432,
                    60.263298
                ]
            },
            "street_address": {
                "fi": "Kirkkokuja 3",
                "sv": "Kyrkogränden 3"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kirkkokuja 3"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37535/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37082",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:42.885755Z",
            "last_modified_time": "2024-02-23T06:09:40.985027Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02140",
            "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.80527,
                    60.204666
                ]
            },
            "street_address": {
                "fi": "Kirvuntie 33",
                "sv": "Kirvusvägen 33"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Kirvuntie 33"
            },
            "telephone": null,
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "description": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37082/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}