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

{
    "meta": {
        "count": 151553,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7297&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7295&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:viittapolku_9a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vartioharju",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartioharju",
                        "sv": "Botbyåsen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-28T05:51:51.904558Z",
            "last_modified_time": "2023-08-28T05:51:51.904579Z",
            "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": [
                    25.1016794,
                    60.2258046
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittapolku 9a",
                "sv": "Mantelstigen 9a"
            },
            "name": {
                "fi": "Viittapolku 9a, Helsinki",
                "sv": "Mantelstigen 9a, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittapolku_9a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittapolku_9b_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:vartioharju",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartioharju",
                        "sv": "Botbyåsen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vartiokylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vartiokylä",
                        "sv": "Botby"
                    }
                }
            ],
            "created_time": "2023-08-28T05:51:53.810956Z",
            "last_modified_time": "2023-08-28T05:51:53.810984Z",
            "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": [
                    25.1018604,
                    60.225984
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittapolku 9b",
                "sv": "Mantelstigen 9b"
            },
            "name": {
                "fi": "Viittapolku 9b, Helsinki",
                "sv": "Mantelstigen 9b, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittapolku_9b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_10b_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:30:24.000158Z",
            "last_modified_time": "2023-09-08T06:30:24.000174Z",
            "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.8189466,
                    60.2514794
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 10b",
                "sv": "Vägvisarvägen 10b"
            },
            "name": {
                "fi": "Viittatie 10b, Vantaa",
                "sv": "Vägvisarvägen 10b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_10b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_10_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:30:23.648494Z",
            "last_modified_time": "2023-09-08T06:30:23.648515Z",
            "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.819198,
                    60.25174
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 10",
                "sv": "Vägvisarvägen 10"
            },
            "name": {
                "fi": "Viittatie 10, Vantaa",
                "sv": "Vägvisarvägen 10, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_10_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_11_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:30:24.274012Z",
            "last_modified_time": "2023-09-08T06:30:24.274030Z",
            "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.8177389,
                    60.2510738
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 11",
                "sv": "Vägvisarvägen 11"
            },
            "name": {
                "fi": "Viittatie 11, Vantaa",
                "sv": "Vägvisarvägen 11, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_11_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_12a_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:30:24.438195Z",
            "last_modified_time": "2023-09-08T06:30:24.438211Z",
            "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.8185329,
                    60.2511736
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 12a",
                "sv": "Vägvisarvägen 12a"
            },
            "name": {
                "fi": "Viittatie 12a, Vantaa",
                "sv": "Vägvisarvägen 12a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_12a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_12b_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:30:24.735418Z",
            "last_modified_time": "2023-09-08T06:30:24.735436Z",
            "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.8188051,
                    60.2509406
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 12b",
                "sv": "Vägvisarvägen 12b"
            },
            "name": {
                "fi": "Viittatie 12b, Vantaa",
                "sv": "Vägvisarvägen 12b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_12b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_13_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:30:24.892314Z",
            "last_modified_time": "2023-09-08T06:30:24.892333Z",
            "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.8172523,
                    60.2509026
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 13",
                "sv": "Vägvisarvägen 13"
            },
            "name": {
                "fi": "Viittatie 13, Vantaa",
                "sv": "Vägvisarvägen 13, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_13_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_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:30:25.095023Z",
            "last_modified_time": "2023-09-08T06:30:25.095044Z",
            "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.818299,
                    60.2510297
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 14",
                "sv": "Vägvisarvägen 14"
            },
            "name": {
                "fi": "Viittatie 14, Vantaa",
                "sv": "Vägvisarvägen 14, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_14_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_15a_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:30:25.274223Z",
            "last_modified_time": "2023-09-08T06:30:25.274241Z",
            "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.8168194,
                    60.2508123
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 15a",
                "sv": "Vägvisarvägen 15a"
            },
            "name": {
                "fi": "Viittatie 15a, Vantaa",
                "sv": "Vägvisarvägen 15a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_15a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_15b_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:30:25.653020Z",
            "last_modified_time": "2023-09-08T06:30:25.653039Z",
            "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.816583,
                    60.2511171
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 15b",
                "sv": "Vägvisarvägen 15b"
            },
            "name": {
                "fi": "Viittatie 15b, Vantaa",
                "sv": "Vägvisarvägen 15b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_15b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_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:30:26.669660Z",
            "last_modified_time": "2023-09-08T06:30:26.669678Z",
            "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.8180107,
                    60.2509126
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 16a",
                "sv": "Vägvisarvägen 16a"
            },
            "name": {
                "fi": "Viittatie 16a, Vantaa",
                "sv": "Vägvisarvägen 16a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_16a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_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:30:27.069278Z",
            "last_modified_time": "2023-09-08T06:30:27.069296Z",
            "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.8182645,
                    60.2507245
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 16b",
                "sv": "Vägvisarvägen 16b"
            },
            "name": {
                "fi": "Viittatie 16b, Vantaa",
                "sv": "Vägvisarvägen 16b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_16b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_16_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:30:26.280430Z",
            "last_modified_time": "2023-09-08T06:30:26.280451Z",
            "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.8179027,
                    60.2508407
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 16",
                "sv": "Vägvisarvägen 16"
            },
            "name": {
                "fi": "Viittatie 16, Vantaa",
                "sv": "Vägvisarvägen 16, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_16_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_17_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:30:27.229978Z",
            "last_modified_time": "2023-09-08T06:30:27.229996Z",
            "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.816314,
                    60.2507667
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 17",
                "sv": "Vägvisarvägen 17"
            },
            "name": {
                "fi": "Viittatie 17, Vantaa",
                "sv": "Vägvisarvägen 17, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_17_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_18_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:30:27.512930Z",
            "last_modified_time": "2023-09-08T06:30:27.512949Z",
            "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.8176143,
                    60.2507505
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 18",
                "sv": "Vägvisarvägen 18"
            },
            "name": {
                "fi": "Viittatie 18, Vantaa",
                "sv": "Vägvisarvägen 18, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_18_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_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:30:27.676507Z",
            "last_modified_time": "2023-09-08T06:30:27.676527Z",
            "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.8156824,
                    60.250703
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 19",
                "sv": "Vägvisarvägen 19"
            },
            "name": {
                "fi": "Viittatie 19, Vantaa",
                "sv": "Vägvisarvägen 19, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_19_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_1a_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:30:22.660351Z",
            "last_modified_time": "2023-09-08T06:30:22.660370Z",
            "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.8187768,
                    60.2527895
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 1a",
                "sv": "Vägvisarvägen 1a"
            },
            "name": {
                "fi": "Viittatie 1a, Vantaa",
                "sv": "Vägvisarvägen 1a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_1a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_1b_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:30:23.158634Z",
            "last_modified_time": "2023-09-08T06:30:23.158652Z",
            "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.8189038,
                    60.252691
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 1b",
                "sv": "Vägvisarvägen 1b"
            },
            "name": {
                "fi": "Viittatie 1b, Vantaa",
                "sv": "Vägvisarvägen 1b, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_1b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viittatie_20a_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:30:28.459621Z",
            "last_modified_time": "2023-09-08T06:30:28.459639Z",
            "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.8171091,
                    60.2506691
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viittatie 20a",
                "sv": "Vägvisarvägen 20a"
            },
            "name": {
                "fi": "Viittatie 20a, Vantaa",
                "sv": "Vägvisarvägen 20a, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viittatie_20a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}