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

{
    "meta": {
        "count": 152286,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7514&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7512&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:ylämäentie_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-14T06:03:01.076610Z",
            "last_modified_time": "2023-09-14T06:03:01.076628Z",
            "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.6828123,
                    60.2001717
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 17",
                "sv": "Överbacksvägen 17"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 17, Espoo",
                "sv": "Överbacksvägen 17, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_17_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_19_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-14T06:03:02.355226Z",
            "last_modified_time": "2023-09-14T06:03:02.355246Z",
            "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.6827792,
                    60.1998664
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 19",
                "sv": "Överbacksvägen 19"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 19, Espoo",
                "sv": "Överbacksvägen 19, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_19_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_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-14T06:02:54.980226Z",
            "last_modified_time": "2023-09-14T06:02:54.980244Z",
            "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.6813264,
                    60.20094
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 1",
                "sv": "Överbacksvägen 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 1, Espoo",
                "sv": "Överbacksvägen 1, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_21_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-14T06:03:04.564177Z",
            "last_modified_time": "2023-09-14T06:03:04.564202Z",
            "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.6831021,
                    60.2000377
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 21",
                "sv": "Överbacksvägen 21"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 21, Espoo",
                "sv": "Överbacksvägen 21, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_21_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_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-14T06:03:03.157269Z",
            "last_modified_time": "2023-09-14T06:03:03.157286Z",
            "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.6820482,
                    60.2008789
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 2",
                "sv": "Överbacksvägen 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 2, Espoo",
                "sv": "Överbacksvägen 2, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_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-14T06:03:06.058483Z",
            "last_modified_time": "2023-09-14T06:03:06.058510Z",
            "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.6813108,
                    60.2006887
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 3",
                "sv": "Överbacksvägen 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 3, Espoo",
                "sv": "Överbacksvägen 3, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_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-14T06:03:08.048934Z",
            "last_modified_time": "2023-09-14T06:03:08.048953Z",
            "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.682719,
                    60.2004946
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 4",
                "sv": "Överbacksvägen 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 4, Espoo",
                "sv": "Överbacksvägen 4, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_5_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-14T06:03:09.365792Z",
            "last_modified_time": "2023-09-14T06:03:09.365808Z",
            "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.6815799,
                    60.2008239
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 5",
                "sv": "Överbacksvägen 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 5, Espoo",
                "sv": "Överbacksvägen 5, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_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-14T06:03:10.849199Z",
            "last_modified_time": "2023-09-14T06:03:10.849217Z",
            "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.6819966,
                    60.2006185
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 7",
                "sv": "Överbacksvägen 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 7, Espoo",
                "sv": "Överbacksvägen 7, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylämäentie_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-14T06:03:12.162134Z",
            "last_modified_time": "2023-09-14T06:03:12.162151Z",
            "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.6818368,
                    60.2003668
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylämäentie 9",
                "sv": "Överbacksvägen 9"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylämäentie 9, Espoo",
                "sv": "Överbacksvägen 9, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4m%C3%A4entie_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_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-13T06:33:00.893775Z",
            "last_modified_time": "2023-09-13T06:33:00.893808Z",
            "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.6813857,
                    60.1985347
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 10",
                "sv": "Överängsgränden 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 10, Espoo",
                "sv": "Överängsgränden 10, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_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-13T06:33:01.779435Z",
            "last_modified_time": "2023-09-13T06:33:01.779453Z",
            "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.6816723,
                    60.1987329
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 12",
                "sv": "Överängsgränden 12"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 12, Espoo",
                "sv": "Överängsgränden 12, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_12_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_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-13T06:32:59.688392Z",
            "last_modified_time": "2023-09-13T06:32:59.688411Z",
            "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.6827233,
                    60.1981789
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 1",
                "sv": "Överängsgränden 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 1, Espoo",
                "sv": "Överängsgränden 1, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_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-13T06:33:02.469626Z",
            "last_modified_time": "2023-09-13T06:33:02.469645Z",
            "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.6823654,
                    60.1979088
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 2",
                "sv": "Överängsgränden 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 2, Espoo",
                "sv": "Överängsgränden 2, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_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-13T06:33:04.177706Z",
            "last_modified_time": "2023-09-13T06:33:04.177723Z",
            "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.6826147,
                    60.1982235
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 3",
                "sv": "Överängsgränden 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 3, Espoo",
                "sv": "Överängsgränden 3, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_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-13T06:33:05.577808Z",
            "last_modified_time": "2023-09-13T06:33:05.577826Z",
            "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.6820755,
                    60.1980517
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 4",
                "sv": "Överängsgränden 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 4, Espoo",
                "sv": "Överängsgränden 4, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_5_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-13T06:33:06.371292Z",
            "last_modified_time": "2023-09-13T06:33:06.371312Z",
            "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.6818918,
                    60.1984103
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 5",
                "sv": "Överängsgränden 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 5, Espoo",
                "sv": "Överängsgränden 5, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_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-13T06:33:06.878755Z",
            "last_modified_time": "2023-09-13T06:33:06.878774Z",
            "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.6817132,
                    60.1982303
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 6",
                "sv": "Överängsgränden 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 6, Espoo",
                "sv": "Överängsgränden 6, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniitynkuja_8_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-13T06:33:07.983659Z",
            "last_modified_time": "2023-09-13T06:33:07.983678Z",
            "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.6809896,
                    60.1984799
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniitynkuja 8",
                "sv": "Överängsgränden 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniitynkuja 8, Espoo",
                "sv": "Överängsgränden 8, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niitynkuja_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yläniityntie_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-15T06:18:01.167259Z",
            "last_modified_time": "2023-09-15T06:18:01.167276Z",
            "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.6834112,
                    60.1978933
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Yläniityntie 10",
                "sv": "Överängsvägen 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Yläniityntie 10, Espoo",
                "sv": "Överängsvägen 10, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4niityntie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}