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

{
    "meta": {
        "count": 151552,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=109&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=107&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37606",
            "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:57.281558Z",
            "last_modified_time": "2024-02-06T13:12:48.770642Z",
            "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.783108,
                    60.280865
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tukkilaisentie 20",
                "sv": "Flottarvägen 20"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tukkilaisentie 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37606/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37607",
            "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:57.411665Z",
            "last_modified_time": "2024-02-06T13:12:48.801215Z",
            "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.00419,
                    60.307983
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tulppaanitie 2",
                "sv": "Tulpanvägen 2"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tulppaanitie 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37607/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37608",
            "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:57.537244Z",
            "last_modified_time": "2024-02-06T13:12:48.832527Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01380",
            "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.074856,
                    60.27608
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tuomirinne 4",
                "sv": "Häggbrinken 4"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tuomirinne 4 ja 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37608/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37609",
            "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:57.664281Z",
            "last_modified_time": "2024-02-06T13:12:48.872657Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01380",
            "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.074167,
                    60.276386
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tuomirinne 6",
                "sv": "Häggbrinken 6"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tuomirinne 4 ja 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37609/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37419",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:järvenpää",
                    "municipality": null,
                    "name": {
                        "fi": "Järvenpää",
                        "sv": "Träskända"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:29.982834Z",
            "last_modified_time": "2024-02-06T13:12:42.683940Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.082079,
                    60.473103
                ]
            },
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tupalantie 20"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tupalantie 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37419/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37420",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:järvenpää",
                    "municipality": null,
                    "name": {
                        "fi": "Järvenpää",
                        "sv": "Träskända"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:30.112891Z",
            "last_modified_time": "2024-02-06T13:12:42.715008Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04400",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.08575,
                    60.471626
                ]
            },
            "address_locality": {
                "fi": "Järvenpää",
                "en": "Järvenpää"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tupalantie 6"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tupalantie 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37420/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67795",
            "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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kruunuvuorenranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kruunuvuorenranta",
                        "sv": "Kronbergsstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:45.546834Z",
            "last_modified_time": "2024-02-06T13:18:51.320165Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00590",
            "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.017601,
                    60.167828
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.asuntosaatio.fi",
                "sv": "http://www.asuntosaatio.fi",
                "en": "http://www.asuntosaatio.fi"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Pojamankatu 12",
                "sv": "Pojamagatan 12",
                "en": "Pojamankatu 12"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Turumankatu 15 ja Pojamankatu 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67795/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:67794",
            "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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kruunuvuorenranta",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kruunuvuorenranta",
                        "sv": "Kronbergsstranden"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T16:26:45.411053Z",
            "last_modified_time": "2024-02-06T13:18:51.289138Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00590",
            "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.017155,
                    60.167175
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.asuntosaatio.fi",
                "sv": "http://www.asuntosaatio.fi",
                "en": "http://www.asuntosaatio.fi"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Turumankatu 15",
                "sv": "Turumagatan 15",
                "en": "Turumankatu 15"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Turumankatu 15 ja Pojamankatu 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:67794/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36866",
            "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:malminkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malminkartano",
                        "sv": "Malmgård"
                    }
                },
                {
                    "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:13.317931Z",
            "last_modified_time": "2024-02-06T13:12:24.612410Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00410",
            "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.849915,
                    60.25239
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tuulenpesäntie 3",
                "sv": "Trollkvastvägen 3"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tuulenpesäntie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36866/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62846",
            "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-15T16:21:17.974388Z",
            "last_modified_time": "2024-02-06T13:18:01.017037Z",
            "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.032692,
                    60.407715
                ]
            },
            "address_locality": {
                "fi": "Tuusula",
                "sv": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "http://www.asuntosaatio.fi",
                "sv": "http://www.asuntosaatio.fi",
                "en": "http://www.asuntosaatio.fi"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tuuliviirinkuja 7"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tuuliviirinkuja 7 ja 9, talo 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62846/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:62841",
            "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-15T16:21:17.385510Z",
            "last_modified_time": "2024-02-06T13:18:00.888922Z",
            "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.033482,
                    60.40815
                ]
            },
            "address_locality": {
                "fi": "Tuusula",
                "sv": "Tuusula",
                "en": "Tuusula"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi",
                "sv": "http://www.asokodit.fi",
                "en": "http://www.asokodit.fi"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tuuliviirinkuja 9"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tuuliviirinkuja 7 ja 9, talo 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:62841/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37124",
            "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:48.720182Z",
            "last_modified_time": "2024-02-06T13:12:32.990704Z",
            "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": {
                "type": "Point",
                "coordinates": [
                    25.085697,
                    60.4092
                ]
            },
            "address_locality": {
                "fi": "Kerava",
                "en": "Kerava"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tuusulantie 60"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tuusulantie 60"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37124/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36741",
            "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:09:56.654679Z",
            "last_modified_time": "2024-02-06T13:12:20.490781Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02320",
            "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.638084,
                    60.14865
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tyrskykuja 2",
                "sv": "Bränningsgränden 2"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tyrskykuja 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36741/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36742",
            "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:09:56.785663Z",
            "last_modified_time": "2024-02-06T13:12:20.523796Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02320",
            "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.6369,
                    60.150085
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Tyrskyvuori 17",
                "sv": "Bränningsberget 17"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Tyrskyvuori 17"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36742/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36867",
            "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:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kallahti",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kallahti",
                        "sv": "Kallvik"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:13.455811Z",
            "last_modified_time": "2024-02-06T13:12:24.644216Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00980",
            "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.14193,
                    60.202717
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors",
                "en": "Helsinki"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Leikosaarentie 13",
                "sv": "Lekholmsvägen 13"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Ullaksenraitti"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36867/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37610",
            "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:57.805038Z",
            "last_modified_time": "2024-02-06T13:12:48.908073Z",
            "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.091938,
                    60.3389
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Ullantie 29-31",
                "sv": "Ullavägen 29-31"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Ullantie 29-31"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37610/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37611",
            "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:58.008983Z",
            "last_modified_time": "2024-02-06T13:12:48.941272Z",
            "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.066093,
                    60.333183
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Ulrikankuja 10",
                "sv": "Ulrikagränden 10"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Ulrikanpuiston Angervo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37611/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36743",
            "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:09:56.918787Z",
            "last_modified_time": "2024-02-06T13:12:20.556630Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02660",
            "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.815693,
                    60.232727
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Urpiaisenkuja 5-7",
                "sv": "Gråsiskegränden 5-7"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Urpiaisenkuja 5-7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36743/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36744",
            "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:09:57.048362Z",
            "last_modified_time": "2024-02-06T13:12:20.589067Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02750",
            "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.749592,
                    60.190754
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo",
                "en": "Espoo"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Uudenkylänmäki 23",
                "sv": "Nybybacken 23"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Uudenkylänmäki 23"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36744/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37613",
            "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:58.299864Z",
            "last_modified_time": "2024-02-06T13:12:49.002141Z",
            "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.777994,
                    60.280247
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda",
                "en": "Vantaa"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Uudentuvantie 21",
                "sv": "Nystuguvägen 21"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Uudentuvanpolku 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37613/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}