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

{
    "meta": {
        "count": 151727,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7374&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7372&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vuohirinne_2a_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:32:42.213199Z",
            "last_modified_time": "2023-09-08T06:32:42.213218Z",
            "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.0966043,
                    60.3468222
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 2a",
                "sv": "Getbrinken 2a"
            },
            "name": {
                "fi": "Vuohirinne 2a, Vantaa",
                "sv": "Getbrinken 2a, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_2a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_2b_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:32:42.381238Z",
            "last_modified_time": "2023-09-08T06:32:42.381257Z",
            "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.0970029,
                    60.3468578
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 2b",
                "sv": "Getbrinken 2b"
            },
            "name": {
                "fi": "Vuohirinne 2b, Vantaa",
                "sv": "Getbrinken 2b, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_2b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_2c_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:32:42.758892Z",
            "last_modified_time": "2023-09-08T06:32:42.758914Z",
            "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.0971306,
                    60.3471629
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 2c",
                "sv": "Getbrinken 2c"
            },
            "name": {
                "fi": "Vuohirinne 2c, Vantaa",
                "sv": "Getbrinken 2c, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_2c_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_3a_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:32:44.662472Z",
            "last_modified_time": "2023-09-08T06:32:44.662492Z",
            "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.0976537,
                    60.3464624
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 3a",
                "sv": "Getbrinken 3a"
            },
            "name": {
                "fi": "Vuohirinne 3a, Vantaa",
                "sv": "Getbrinken 3a, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_3a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_3b_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:32:44.819502Z",
            "last_modified_time": "2023-09-08T06:32:44.819520Z",
            "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.0976727,
                    60.3467586
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 3b",
                "sv": "Getbrinken 3b"
            },
            "name": {
                "fi": "Vuohirinne 3b, Vantaa",
                "sv": "Getbrinken 3b, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_3b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_4a_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:32:44.977310Z",
            "last_modified_time": "2023-09-08T06:32:44.977330Z",
            "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.0976008,
                    60.3469471
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 4a",
                "sv": "Getbrinken 4a"
            },
            "name": {
                "fi": "Vuohirinne 4a, Vantaa",
                "sv": "Getbrinken 4a, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_4a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_4b_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:32:45.363214Z",
            "last_modified_time": "2023-09-08T06:32:45.363237Z",
            "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.0976202,
                    60.3473779
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 4b",
                "sv": "Getbrinken 4b"
            },
            "name": {
                "fi": "Vuohirinne 4b, Vantaa",
                "sv": "Getbrinken 4b, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_4b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_5a_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:32:45.774289Z",
            "last_modified_time": "2023-09-08T06:32:45.774307Z",
            "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.0985413,
                    60.3465066
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 5a",
                "sv": "Getbrinken 5a"
            },
            "name": {
                "fi": "Vuohirinne 5a, Vantaa",
                "sv": "Getbrinken 5a, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_5a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_5b_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:32:46.285125Z",
            "last_modified_time": "2023-09-08T06:32:46.285144Z",
            "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.0982886,
                    60.346812
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 5b",
                "sv": "Getbrinken 5b"
            },
            "name": {
                "fi": "Vuohirinne 5b, Vantaa",
                "sv": "Getbrinken 5b, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_5b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_6a_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:32:46.760957Z",
            "last_modified_time": "2023-09-08T06:32:46.760974Z",
            "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.0981262,
                    60.3469826
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 6a",
                "sv": "Getbrinken 6a"
            },
            "name": {
                "fi": "Vuohirinne 6a, Vantaa",
                "sv": "Getbrinken 6a, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_6a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_6b_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:32:46.933788Z",
            "last_modified_time": "2023-09-08T06:32:46.933805Z",
            "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.0981637,
                    60.3474224
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 6b",
                "sv": "Getbrinken 6b"
            },
            "name": {
                "fi": "Vuohirinne 6b, Vantaa",
                "sv": "Getbrinken 6b, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_6b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_7_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:32:47.289218Z",
            "last_modified_time": "2023-09-08T06:32:47.289243Z",
            "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.0989407,
                    60.3468384
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 7",
                "sv": "Getbrinken 7"
            },
            "name": {
                "fi": "Vuohirinne 7, Vantaa",
                "sv": "Getbrinken 7, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_8_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:32:47.459008Z",
            "last_modified_time": "2023-09-08T06:32:47.459028Z",
            "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.0989234,
                    60.3470987
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 8",
                "sv": "Getbrinken 8"
            },
            "name": {
                "fi": "Vuohirinne 8, Vantaa",
                "sv": "Getbrinken 8, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohirinne_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:32:47.625480Z",
            "last_modified_time": "2023-09-08T06:32:47.625501Z",
            "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.099285,
                    60.34691
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohirinne 9",
                "sv": "Getbrinken 9"
            },
            "name": {
                "fi": "Vuohirinne 9, Vantaa",
                "sv": "Getbrinken 9, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohirinne_9_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohitie_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:32:48.354016Z",
            "last_modified_time": "2023-09-08T06:32:48.354036Z",
            "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.0997543,
                    60.3463711
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohitie 10",
                "sv": "Getvägen 10"
            },
            "name": {
                "fi": "Vuohitie 10, Vantaa",
                "sv": "Getvägen 10, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohitie_10_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohitie_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:32:48.752960Z",
            "last_modified_time": "2023-09-08T06:32:48.752981Z",
            "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.1002611,
                    60.346281
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohitie 11",
                "sv": "Getvägen 11"
            },
            "name": {
                "fi": "Vuohitie 11, Vantaa",
                "sv": "Getvägen 11, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohitie_11_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohitie_12_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:32:49.175534Z",
            "last_modified_time": "2023-09-08T06:32:49.175555Z",
            "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.0996462,
                    60.3465507
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohitie 12",
                "sv": "Getvägen 12"
            },
            "name": {
                "fi": "Vuohitie 12, Vantaa",
                "sv": "Getvägen 12, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohitie_12_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohitie_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:32:49.462786Z",
            "last_modified_time": "2023-09-08T06:32:49.462806Z",
            "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.1002074,
                    60.3464695
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohitie 13",
                "sv": "Getvägen 13"
            },
            "name": {
                "fi": "Vuohitie 13, Vantaa",
                "sv": "Getvägen 13, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohitie_13_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohitie_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:32:49.620953Z",
            "last_modified_time": "2023-09-08T06:32:49.620971Z",
            "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.0996467,
                    60.3467122
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohitie 14",
                "sv": "Getvägen 14"
            },
            "name": {
                "fi": "Vuohitie 14, Vantaa",
                "sv": "Getvägen 14, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohitie_14_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuohitie_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:32:49.916713Z",
            "last_modified_time": "2023-09-08T06:32:49.916732Z",
            "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.1000813,
                    60.346694
                ]
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Vuohitie 15",
                "sv": "Getvägen 15"
            },
            "name": {
                "fi": "Vuohitie 15, Vantaa",
                "sv": "Getvägen 15, Vanda"
            },
            "info_url": null,
            "telephone": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuohitie_15_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}