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=7507&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=7508&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7506&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:åminnenranta_16c_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:09.564267Z",
            "last_modified_time": "2023-09-18T06:13:09.564284Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5884578,
                    60.1830205
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 16c",
                "sv": "Åminnestranden 16c"
            },
            "name": {
                "fi": "Åminnenranta 16c, Espoo",
                "sv": "Åminnestranden 16c, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_16c_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_16d_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:10.282200Z",
            "last_modified_time": "2023-09-18T06:13:10.282218Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5888774,
                    60.182609
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 16d",
                "sv": "Åminnestranden 16d"
            },
            "name": {
                "fi": "Åminnenranta 16d, Espoo",
                "sv": "Åminnestranden 16d, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_16d_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_17_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:10.756726Z",
            "last_modified_time": "2023-09-18T06:13:10.756741Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5872849,
                    60.1831426
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 17",
                "sv": "Åminnestranden 17"
            },
            "name": {
                "fi": "Åminnenranta 17, Espoo",
                "sv": "Åminnestranden 17, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_17_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_18_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:11.476772Z",
            "last_modified_time": "2023-09-18T06:13:11.476790Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5875226,
                    60.182865
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 18",
                "sv": "Åminnestranden 18"
            },
            "name": {
                "fi": "Åminnenranta 18, Espoo",
                "sv": "Åminnestranden 18, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_18_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_1_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:02.360034Z",
            "last_modified_time": "2023-09-18T06:13:02.360053Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5940636,
                    60.1843752
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 1",
                "sv": "Åminnestranden 1"
            },
            "name": {
                "fi": "Åminnenranta 1, Espoo",
                "sv": "Åminnestranden 1, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_20_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:12.665481Z",
            "last_modified_time": "2023-09-18T06:13:12.665502Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5867114,
                    60.1828894
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 20",
                "sv": "Åminnestranden 20"
            },
            "name": {
                "fi": "Åminnenranta 20, Espoo",
                "sv": "Åminnestranden 20, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_20_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_2_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:11.974674Z",
            "last_modified_time": "2023-09-18T06:13:11.974692Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5944261,
                    60.1842057
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 2",
                "sv": "Åminnestranden 2"
            },
            "name": {
                "fi": "Åminnenranta 2, Espoo",
                "sv": "Åminnestranden 2, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_3_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:13.169031Z",
            "last_modified_time": "2023-09-18T06:13:13.169050Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5928928,
                    60.1843267
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 3",
                "sv": "Åminnestranden 3"
            },
            "name": {
                "fi": "Åminnenranta 3, Espoo",
                "sv": "Åminnestranden 3, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_4_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:13.678349Z",
            "last_modified_time": "2023-09-18T06:13:13.678369Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5937605,
                    60.184114
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 4",
                "sv": "Åminnestranden 4"
            },
            "name": {
                "fi": "Åminnenranta 4, Espoo",
                "sv": "Åminnestranden 4, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_5a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:14.356486Z",
            "last_modified_time": "2023-09-18T06:13:14.356528Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.592353,
                    60.1842532
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 5a",
                "sv": "Åminnestranden 5a"
            },
            "name": {
                "fi": "Åminnenranta 5a, Espoo",
                "sv": "Åminnestranden 5a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_5a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_5b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:15.260787Z",
            "last_modified_time": "2023-09-18T06:13:15.260804Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5918859,
                    60.1841351
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 5b",
                "sv": "Åminnestranden 5b"
            },
            "name": {
                "fi": "Åminnenranta 5b, Espoo",
                "sv": "Åminnestranden 5b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_5b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_6_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:16.158256Z",
            "last_modified_time": "2023-09-18T06:13:16.158273Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5930036,
                    60.1841116
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 6",
                "sv": "Åminnestranden 6"
            },
            "name": {
                "fi": "Åminnenranta 6, Espoo",
                "sv": "Åminnestranden 6, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_7_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:16.765003Z",
            "last_modified_time": "2023-09-18T06:13:16.765020Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5910592,
                    60.1839531
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 7",
                "sv": "Åminnestranden 7"
            },
            "name": {
                "fi": "Åminnenranta 7, Espoo",
                "sv": "Åminnestranden 7, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_8a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:17.366483Z",
            "last_modified_time": "2023-09-18T06:13:17.366502Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5922119,
                    60.1840105
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 8a",
                "sv": "Åminnestranden 8a"
            },
            "name": {
                "fi": "Åminnenranta 8a, Espoo",
                "sv": "Åminnestranden 8a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_8a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_8b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:17.962327Z",
            "last_modified_time": "2023-09-18T06:13:17.962345Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5917808,
                    60.1838925
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 8b",
                "sv": "Åminnestranden 8b"
            },
            "name": {
                "fi": "Åminnenranta 8b, Espoo",
                "sv": "Åminnestranden 8b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_8b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnenranta_9_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:13:18.570816Z",
            "last_modified_time": "2023-09-18T06:13:18.570834Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5903588,
                    60.1837624
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnenranta 9",
                "sv": "Åminnestranden 9"
            },
            "name": {
                "fi": "Åminnenranta 9, Espoo",
                "sv": "Åminnestranden 9, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnenranta_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnentie_10_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-19T06:37:25.059799Z",
            "last_modified_time": "2023-09-19T06:37:25.059828Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5932736,
                    60.1812223
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnentie 10",
                "sv": "Åminnevägen 10"
            },
            "name": {
                "fi": "Åminnentie 10, Espoo",
                "sv": "Åminnevägen 10, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnentie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnentie_11_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-19T06:37:25.312691Z",
            "last_modified_time": "2023-09-19T06:37:25.312711Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5930077,
                    60.1808625
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnentie 11",
                "sv": "Åminnevägen 11"
            },
            "name": {
                "fi": "Åminnentie 11, Espoo",
                "sv": "Åminnevägen 11, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnentie_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnentie_12_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-19T06:37:25.678422Z",
            "last_modified_time": "2023-09-19T06:37:25.678442Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5934403,
                    60.1808549
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnentie 12",
                "sv": "Åminnevägen 12"
            },
            "name": {
                "fi": "Åminnentie 12, Espoo",
                "sv": "Åminnevägen 12, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnentie_12_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:åminnentie_13_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-19T06:37:26.362416Z",
            "last_modified_time": "2023-09-19T06:37:26.362444Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "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.5931904,
                    60.1806656
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Åminnentie 13",
                "sv": "Åminnevägen 13"
            },
            "name": {
                "fi": "Åminnentie 13, Espoo",
                "sv": "Åminnevägen 13, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:%C3%A5minnentie_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}