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

{
    "meta": {
        "count": 152279,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7526&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7524&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:ylästöntie_96c_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:31.673083Z",
            "last_modified_time": "2023-09-08T06:35:31.673100Z",
            "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.9189657,
                    60.2832878
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 96c",
                "sv": "Övitsbölevägen 96c"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 96c, Vantaa",
                "sv": "Övitsbölevägen 96c, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_96c_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_96d_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:32.074616Z",
            "last_modified_time": "2023-09-08T06:35:32.074635Z",
            "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.9186761,
                    60.2834223
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 96d",
                "sv": "Övitsbölevägen 96d"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 96d, Vantaa",
                "sv": "Övitsbölevägen 96d, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_96d_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_97b_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:32.452608Z",
            "last_modified_time": "2023-09-08T06:35:32.452626Z",
            "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.9150046,
                    60.2842457
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 97b",
                "sv": "Övitsbölevägen 97b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 97b, Vantaa",
                "sv": "Övitsbölevägen 97b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_97b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_97_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:32.268560Z",
            "last_modified_time": "2023-09-08T06:35:32.268582Z",
            "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.9152754,
                    60.2843805
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 97",
                "sv": "Övitsbölevägen 97"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 97, Vantaa",
                "sv": "Övitsbölevägen 97, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_97_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_98a_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:32.660055Z",
            "last_modified_time": "2023-09-08T06:35:32.660075Z",
            "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.9181696,
                    60.2835925
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 98a",
                "sv": "Övitsbölevägen 98a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 98a, Vantaa",
                "sv": "Övitsbölevägen 98a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_98a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_98b_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:33.150220Z",
            "last_modified_time": "2023-09-08T06:35:33.150238Z",
            "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.9165963,
                    60.2838608
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 98b",
                "sv": "Övitsbölevägen 98b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 98b, Vantaa",
                "sv": "Övitsbölevägen 98b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_98b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_99_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:33.564662Z",
            "last_modified_time": "2023-09-08T06:35:33.564682Z",
            "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.9140822,
                    60.2844157
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 99",
                "sv": "Övitsbölevägen 99"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 99, Vantaa",
                "sv": "Övitsbölevägen 99, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_99_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylästöntie_9_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:35:26.326370Z",
            "last_modified_time": "2023-09-08T06:35:26.326387Z",
            "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.9753269,
                    60.2825474
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylästöntie 9",
                "sv": "Övitsbölevägen 9"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylästöntie 9, Vantaa",
                "sv": "Övitsbölevägen 9, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4st%C3%B6ntie_9_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_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-09T06:30:53.052800Z",
            "last_modified_time": "2023-09-09T06:30:53.052816Z",
            "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.6759073,
                    60.159873
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 10",
                "sv": "Övervägen 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 10, Espoo",
                "sv": "Övervägen 10, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_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-09T06:30:53.851154Z",
            "last_modified_time": "2023-09-09T06:30:53.851177Z",
            "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.675458,
                    60.1597821
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 12",
                "sv": "Övervägen 12"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 12, Espoo",
                "sv": "Övervägen 12, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_12_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_1a_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-09T06:30:51.874085Z",
            "last_modified_time": "2023-09-09T06:30:51.874100Z",
            "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.6785273,
                    60.1608128
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 1a",
                "sv": "Övervägen 1a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 1a, Espoo",
                "sv": "Övervägen 1a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_1a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_1b_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-09T06:30:52.452393Z",
            "last_modified_time": "2023-09-09T06:30:52.452409Z",
            "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.6780423,
                    60.160686
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 1b",
                "sv": "Övervägen 1b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 1b, Espoo",
                "sv": "Övervägen 1b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_1b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_2a_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-09T06:30:54.550569Z",
            "last_modified_time": "2023-09-09T06:30:54.550585Z",
            "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.6787632,
                    60.1606339
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 2a",
                "sv": "Övervägen 2a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 2a, Espoo",
                "sv": "Övervägen 2a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_2a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_2b_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-09T06:30:55.270658Z",
            "last_modified_time": "2023-09-09T06:30:55.270678Z",
            "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.67835,
                    60.1605251
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 2b",
                "sv": "Övervägen 2b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 2b, Espoo",
                "sv": "Övervägen 2b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_2b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_3a_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-09T06:30:55.856496Z",
            "last_modified_time": "2023-09-09T06:30:55.856513Z",
            "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.677737,
                    60.1606044
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 3a",
                "sv": "Övervägen 3a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 3a, Espoo",
                "sv": "Övervägen 3a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_3a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_3b_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-09T06:30:56.653694Z",
            "last_modified_time": "2023-09-09T06:30:56.653710Z",
            "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.6774496,
                    60.160523
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 3b",
                "sv": "Övervägen 3b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 3b, Espoo",
                "sv": "Övervägen 3b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_3b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_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-09T06:30:57.252298Z",
            "last_modified_time": "2023-09-09T06:30:57.252315Z",
            "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.677955,
                    60.1604075
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 4",
                "sv": "Övervägen 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 4, Espoo",
                "sv": "Övervägen 4, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_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-09T06:30:57.858969Z",
            "last_modified_time": "2023-09-09T06:30:57.858985Z",
            "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.6771443,
                    60.1604414
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 5a",
                "sv": "Övervägen 5a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 5a, Espoo",
                "sv": "Övervägen 5a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_5a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_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-09T06:30:58.546919Z",
            "last_modified_time": "2023-09-09T06:30:58.546937Z",
            "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.6767134,
                    60.1603058
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 5b",
                "sv": "Övervägen 5b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 5b, Espoo",
                "sv": "Övervägen 5b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_5b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylätie_5c_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-09T06:30:59.268887Z",
            "last_modified_time": "2023-09-09T06:30:59.268904Z",
            "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.6766558,
                    60.1606736
                ]
            },
            "telephone": null,
            "street_address": {
                "fi": "Ylätie 5c",
                "sv": "Övervägen 5c"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Ylätie 5c, Espoo",
                "sv": "Övervägen 5c, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yl%C3%A4tie_5c_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}