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

{
    "meta": {
        "count": 151729,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=99&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=97&show_all_places=true"
    },
    "data": [
        {
            "id": "tprek:37566",
            "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:51.494262Z",
            "last_modified_time": "2024-02-06T13:12:47.467373Z",
            "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.094595,
                    60.33744
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Matarinpolku 11",
                "sv": "Matarstigen 11"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Matarit"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37566/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37568",
            "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:51.764309Z",
            "last_modified_time": "2024-02-06T13:12:47.526136Z",
            "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.097147,
                    60.336567
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Matarinpolku 1",
                "sv": "Matarstigen 1"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Matarit"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37568/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36807",
            "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:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:05.500516Z",
            "last_modified_time": "2024-02-06T13:12:22.657668Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00870",
            "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.031778,
                    60.168575
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mellinintie 3",
                "sv": "Mellinsvägen 3"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Mellinintie 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36807/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37107",
            "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:46.336654Z",
            "last_modified_time": "2024-02-06T13:12:32.450432Z",
            "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.652647,
                    60.150337
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Merikarhunkuja 8",
                "sv": "Sjöbjörnsgränden 8"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Merikarhunkuja 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37107/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37108",
            "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:46.464341Z",
            "last_modified_time": "2024-02-06T13:12:32.483645Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02780",
            "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.617779,
                    60.185978
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mesimäki 10",
                "sv": "Nektarbacken 10"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Mesimäki 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37108/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37571",
            "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:52.151019Z",
            "last_modified_time": "2024-02-06T13:12:47.619008Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01450",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.082964,
                    60.350708
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Metsolantie 7",
                "sv": "Skogsbrinksvägen 7"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Metsolantie 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37571/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37572",
            "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:52.273805Z",
            "last_modified_time": "2024-02-06T13:12:47.650366Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01260",
            "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.125057,
                    60.29028
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Metsomäentie 3",
                "sv": "Tjäderbacksvägen 3"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Metsomäentie 3 A"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37572/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37369",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hyvinkää",
                    "municipality": null,
                    "name": {
                        "fi": "Hyvinkää",
                        "sv": "Hyvinge"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:22.779395Z",
            "last_modified_time": "2024-02-06T13:12:41.051077Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05460",
            "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.864487,
                    60.612045
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Metsäkuja 1"
            },
            "address_locality": {
                "fi": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Metsäkuja 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37369/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37370",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hyvinkää",
                    "municipality": null,
                    "name": {
                        "fi": "Hyvinkää",
                        "sv": "Hyvinge"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:22.915360Z",
            "last_modified_time": "2024-02-06T13:12:41.080701Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05460",
            "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.863722,
                    60.612267
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Metsäkuja 2"
            },
            "address_locality": {
                "fi": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Metsäkuja 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37370/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:36808",
            "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:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:kivikko",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kivikko",
                        "sv": "Stensböle"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:mellunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Mellunkylä",
                        "sv": "Mellungsby"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:05.618543Z",
            "last_modified_time": "2024-02-06T13:12:22.688149Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "00940",
            "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.06912,
                    60.240837
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Kivikonkaari 7",
                "sv": "Stensbölebågen 7"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Metsälinnoitus"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:36808/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37574",
            "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:52.531437Z",
            "last_modified_time": "2024-02-06T13:12:47.713370Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01350",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.04111,
                    60.30934
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Metsätähdenrinne 7",
                "sv": "Skogsstjärnebrinken 7"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Metsätähdenkuja 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37574/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37573",
            "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:52.411207Z",
            "last_modified_time": "2024-02-06T13:12:47.680720Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01350",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.040281,
                    60.309875
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Metsätähdenkuja 8",
                "sv": "Skogsstjärnegränden 8"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Metsätähdenkuja 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37573/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37109",
            "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:46.600765Z",
            "last_modified_time": "2024-02-06T13:12:32.519477Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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.807726,
                    60.184074
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mielikinviita 6",
                "sv": "Mielikkidungen 6"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Mielikinviita 6-8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37109/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37110",
            "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:46.726345Z",
            "last_modified_time": "2024-02-06T13:12:32.550198Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02100",
            "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.807245,
                    60.183987
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mielikinviita 8",
                "sv": "Mielikkidungen 8"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Mielikinviita 6-8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37110/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37113",
            "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:47.142034Z",
            "last_modified_time": "2024-02-06T13:12:32.642932Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.632273,
                    60.20364
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mikkeläntörmä 4",
                "sv": "Mickelsbrinken 4"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Mikkelänkallio"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37113/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37112",
            "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:46.976056Z",
            "last_modified_time": "2024-02-06T13:12:32.611902Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.632933,
                    60.203247
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mikkeläntörmä 2",
                "sv": "Mickelsbrinken 2"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Mikkelänkallio"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37112/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37111",
            "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:46.851131Z",
            "last_modified_time": "2024-02-06T13:12:32.581062Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "02770",
            "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.632374,
                    60.202976
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mikkelänahde 2",
                "sv": "Mickelshöjden 2"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Mikkelänkallio"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37111/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37187",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:mäntsälä",
                    "municipality": null,
                    "name": {
                        "fi": "Mäntsälä",
                        "sv": "Mäntsälä"
                    }
                }
            ],
            "created_time": "2023-08-15T10:10:57.502154Z",
            "last_modified_time": "2024-02-06T13:12:35.053648Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "04620",
            "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.296932,
                    60.65536
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Mikkolantie 6"
            },
            "address_locality": {
                "fi": "Mäntsälä",
                "en": "Mäntsälä"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Mikkolantie 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37187/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37575",
            "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:52.802052Z",
            "last_modified_time": "2024-02-06T13:12:47.745022Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "01450",
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.079634,
                    60.348774
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Minkkitie 10",
                "sv": "Minkvägen 10"
            },
            "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/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Minkkitie 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37575/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "tprek:37371",
            "has_user_editable_resources": false,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:hyvinkää",
                    "municipality": null,
                    "name": {
                        "fi": "Hyvinkää",
                        "sv": "Hyvinge"
                    }
                }
            ],
            "created_time": "2023-08-15T10:11:23.049797Z",
            "last_modified_time": "2024-02-06T13:12:41.117604Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": "05830",
            "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.843119,
                    60.623352
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Muottikatu 20"
            },
            "address_locality": {
                "fi": "Hyvinkää",
                "en": "Hyvinkää"
            },
            "info_url": {
                "fi": "http://www.asokodit.fi/",
                "sv": "http://www.asokodit.fi/",
                "en": "http://www.asokodit.fi/"
            },
            "name": {
                "fi": "Asuntosäätiön Asumisoikeus Oy/Muottikatu 20"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:37371/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}