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

{
    "meta": {
        "count": 152174,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7215&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7213&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:veromäentie_14_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:17:14.147322Z",
            "last_modified_time": "2023-09-08T06:17:14.147340Z",
            "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.9658689,
                    60.2868983
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 14, Vantaa",
                "sv": "Skattbacksvägen 14, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 14",
                "sv": "Skattbacksvägen 14"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_14_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_15_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:17:15.257109Z",
            "last_modified_time": "2023-09-08T06:17:15.257128Z",
            "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.9662307,
                    60.2866471
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 15, Vantaa",
                "sv": "Skattbacksvägen 15, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 15",
                "sv": "Skattbacksvägen 15"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_15_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_16a_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:17:16.261606Z",
            "last_modified_time": "2023-09-08T06:17:16.261622Z",
            "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.9660854,
                    60.2873202
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 16a, Vantaa",
                "sv": "Skattbacksvägen 16a, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 16a",
                "sv": "Skattbacksvägen 16a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_16a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_16b_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:17:17.156013Z",
            "last_modified_time": "2023-09-08T06:17:17.156035Z",
            "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.9657056,
                    60.2874816
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 16b, Vantaa",
                "sv": "Skattbacksvägen 16b, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 16b",
                "sv": "Skattbacksvägen 16b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_16b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_16c_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:17:18.053067Z",
            "last_modified_time": "2023-09-08T06:17:18.053088Z",
            "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.9661396,
                    60.2874189
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 16c, Vantaa",
                "sv": "Skattbacksvägen 16c, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 16c",
                "sv": "Skattbacksvägen 16c"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_16c_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_17a_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:17:19.158680Z",
            "last_modified_time": "2023-09-08T06:17:19.158700Z",
            "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.9667007,
                    60.2866921
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 17a, Vantaa",
                "sv": "Skattbacksvägen 17a, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 17a",
                "sv": "Skattbacksvägen 17a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_17a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_17b_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:17:19.780101Z",
            "last_modified_time": "2023-09-08T06:17:19.780120Z",
            "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.9663389,
                    60.2869702
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 17b, Vantaa",
                "sv": "Skattbacksvägen 17b, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 17b",
                "sv": "Skattbacksvägen 17b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_17b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_18a_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:17:20.257489Z",
            "last_modified_time": "2023-09-08T06:17:20.257509Z",
            "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.9661936,
                    60.2876254
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 18a, Vantaa",
                "sv": "Skattbacksvägen 18a, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 18a",
                "sv": "Skattbacksvägen 18a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_18a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_18b_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:17:21.448806Z",
            "last_modified_time": "2023-09-08T06:17:21.448833Z",
            "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.9662114,
                    60.2878408
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 18b, Vantaa",
                "sv": "Skattbacksvägen 18b, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 18b",
                "sv": "Skattbacksvägen 18b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_18b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_19_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:17:22.451328Z",
            "last_modified_time": "2023-09-08T06:17:22.451347Z",
            "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.966411,
                    60.2871318
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 19, Vantaa",
                "sv": "Skattbacksvägen 19, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 19",
                "sv": "Skattbacksvägen 19"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_19_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_1_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:17:07.757920Z",
            "last_modified_time": "2023-09-08T06:17:07.757943Z",
            "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.9652383,
                    60.2849146
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 1, Vantaa",
                "sv": "Skattbacksvägen 1, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 1",
                "sv": "Skattbacksvägen 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_20_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:17:25.358072Z",
            "last_modified_time": "2023-09-08T06:17:25.358092Z",
            "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.9666994,
                    60.2879486
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 20, Vantaa",
                "sv": "Skattbacksvägen 20, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 20",
                "sv": "Skattbacksvägen 20"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_20_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_21_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:17:26.958754Z",
            "last_modified_time": "2023-09-08T06:17:26.958774Z",
            "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.966447,
                    60.2873292
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 21, Vantaa",
                "sv": "Skattbacksvägen 21, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 21",
                "sv": "Skattbacksvägen 21"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_21_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_22a_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:17:28.064806Z",
            "last_modified_time": "2023-09-08T06:17:28.064825Z",
            "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.9671871,
                    60.2884065
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 22a, Vantaa",
                "sv": "Skattbacksvägen 22a, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 22a",
                "sv": "Skattbacksvägen 22a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_22a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_22b_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:17:28.858659Z",
            "last_modified_time": "2023-09-08T06:17:28.858677Z",
            "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.9671689,
                    60.288568
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 22b, Vantaa",
                "sv": "Skattbacksvägen 22b, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 22b",
                "sv": "Skattbacksvägen 22b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_22b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_22c_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:17:30.154347Z",
            "last_modified_time": "2023-09-08T06:17:30.154367Z",
            "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.9671872,
                    60.2883257
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 22c, Vantaa",
                "sv": "Skattbacksvägen 22c, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 22c",
                "sv": "Skattbacksvägen 22c"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_22c_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_23_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:17:31.554480Z",
            "last_modified_time": "2023-09-08T06:17:31.554499Z",
            "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.9665553,
                    60.2874908
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 23, Vantaa",
                "sv": "Skattbacksvägen 23, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 23",
                "sv": "Skattbacksvägen 23"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_23_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_24_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:17:32.656693Z",
            "last_modified_time": "2023-09-08T06:17:32.656713Z",
            "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.9671867,
                    60.2888463
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 24, Vantaa",
                "sv": "Skattbacksvägen 24, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 24",
                "sv": "Skattbacksvägen 24"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_24_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_25a_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:17:33.651214Z",
            "last_modified_time": "2023-09-08T06:17:33.651230Z",
            "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.9673147,
                    60.2873295
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 25a, Vantaa",
                "sv": "Skattbacksvägen 25a, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 25a",
                "sv": "Skattbacksvägen 25a"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_25a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:veromäentie_25b_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:17:34.654008Z",
            "last_modified_time": "2023-09-08T06:17:34.654036Z",
            "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.967459,
                    60.2876436
                ]
            },
            "telephone": null,
            "name": {
                "fi": "Veromäentie 25b, Vantaa",
                "sv": "Skattbacksvägen 25b, Vanda"
            },
            "street_address": {
                "fi": "Veromäentie 25b",
                "sv": "Skattbacksvägen 25b"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:verom%C3%A4entie_25b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}