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

{
    "meta": {
        "count": 151449,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7391&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7389&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vuosaarentie_9_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:keski-vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Keski-Vuosaari",
                        "sv": "Mellersta Nordsjö"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:vuosaari",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Vuosaari",
                        "sv": "Nordsjö"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-28T06:03:10.430817Z",
            "last_modified_time": "2023-08-28T06:03:10.430836Z",
            "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.1472204,
                    60.2090856
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuosaarentie 9, Helsinki",
                "sv": "Nordsjövägen 9, Helsingfors"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "street_address": {
                "fi": "Vuosaarentie 9",
                "sv": "Nordsjövägen 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuosaarentie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuosikuja_1_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-19T06:31:26.473292Z",
            "last_modified_time": "2023-09-19T06:31:26.473312Z",
            "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.7514143,
                    60.1743789
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuosikuja 1, Espoo",
                "sv": "Årsgränden 1, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuosikuja 1",
                "sv": "Årsgränden 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuosikuja_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuosikuja_2_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-19T06:31:27.067876Z",
            "last_modified_time": "2023-09-19T06:31:27.067893Z",
            "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.752062,
                    60.1744878
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuosikuja 2, Espoo",
                "sv": "Årsgränden 2, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuosikuja 2",
                "sv": "Årsgränden 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuosikuja_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuosikuja_3_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-19T06:31:27.562237Z",
            "last_modified_time": "2023-09-19T06:31:27.562256Z",
            "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.7516319,
                    60.1741819
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuosikuja 3, Espoo",
                "sv": "Årsgränden 3, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuosikuja 3",
                "sv": "Årsgränden 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuosikuja_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuosikuja_4_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-19T06:31:28.060987Z",
            "last_modified_time": "2023-09-19T06:31:28.061028Z",
            "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.7522991,
                    60.1741023
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuosikuja 4, Espoo",
                "sv": "Årsgränden 4, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuosikuja 4",
                "sv": "Årsgränden 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuosikuja_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_10_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:25.479538Z",
            "last_modified_time": "2023-09-23T06:15:25.479556Z",
            "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.6031444,
                    60.1979916
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 10, Espoo",
                "sv": "Hudgränden 10, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 10",
                "sv": "Hudgränden 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_11_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:26.160231Z",
            "last_modified_time": "2023-09-23T06:15:26.160249Z",
            "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.6036831,
                    60.1981727
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 11, Espoo",
                "sv": "Hudgränden 11, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 11",
                "sv": "Hudgränden 11"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_1a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:24.767274Z",
            "last_modified_time": "2023-09-23T06:15:24.767291Z",
            "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.6018501,
                    60.1961926
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 1a, Espoo",
                "sv": "Hudgränden 1a, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 1a",
                "sv": "Hudgränden 1a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_1a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_1b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:25.105671Z",
            "last_modified_time": "2023-09-23T06:15:25.105687Z",
            "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.6014703,
                    60.1962902
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 1b, Espoo",
                "sv": "Hudgränden 1b, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 1b",
                "sv": "Hudgränden 1b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_1b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_2_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:27.366022Z",
            "last_modified_time": "2023-09-23T06:15:27.366040Z",
            "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.6013049,
                    60.19655
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 2, Espoo",
                "sv": "Hudgränden 2, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 2",
                "sv": "Hudgränden 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_3a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:28.558650Z",
            "last_modified_time": "2023-09-23T06:15:28.558676Z",
            "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.6019533,
                    60.1966058
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 3a, Espoo",
                "sv": "Hudgränden 3a, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 3a",
                "sv": "Hudgränden 3a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_3a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_3b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:29.472276Z",
            "last_modified_time": "2023-09-23T06:15:29.472297Z",
            "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.6022037,
                    60.1967681
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 3b, Espoo",
                "sv": "Hudgränden 3b, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 3b",
                "sv": "Hudgränden 3b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_3b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_4_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:29.886374Z",
            "last_modified_time": "2023-09-23T06:15:29.886394Z",
            "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.6020025,
                    60.1970098
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 4, Espoo",
                "sv": "Hudgränden 4, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 4",
                "sv": "Hudgränden 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_5_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:30.266897Z",
            "last_modified_time": "2023-09-23T06:15:30.266915Z",
            "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.6025606,
                    60.1970743
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 5, Espoo",
                "sv": "Hudgränden 5, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 5",
                "sv": "Hudgränden 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_6a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:30.756221Z",
            "last_modified_time": "2023-09-23T06:15:30.756237Z",
            "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.6021989,
                    60.197163
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 6a, Espoo",
                "sv": "Hudgränden 6a, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 6a",
                "sv": "Hudgränden 6a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_6a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_6b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:31.196416Z",
            "last_modified_time": "2023-09-23T06:15:31.196435Z",
            "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.6024662,
                    60.1974241
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 6b, Espoo",
                "sv": "Hudgränden 6b, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 6b",
                "sv": "Hudgränden 6b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_6b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_7a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:31.658828Z",
            "last_modified_time": "2023-09-23T06:15:31.658846Z",
            "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.6028284,
                    60.1972906
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 7a, Espoo",
                "sv": "Hudgränden 7a, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 7a",
                "sv": "Hudgränden 7a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_7a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_7b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:32.269947Z",
            "last_modified_time": "2023-09-23T06:15:32.269964Z",
            "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.6031493,
                    60.1975877
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 7b, Espoo",
                "sv": "Hudgränden 7b, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 7b",
                "sv": "Hudgränden 7b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_7b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_8a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:33.263439Z",
            "last_modified_time": "2023-09-23T06:15:33.263457Z",
            "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.6025908,
                    60.1975591
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 8a, Espoo",
                "sv": "Hudgränden 8a, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 8a",
                "sv": "Hudgränden 8a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_8a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuotakuja_8b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-23T06:15:34.466969Z",
            "last_modified_time": "2023-09-23T06:15:34.466987Z",
            "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.6027694,
                    60.1976943
                ]
            },
            "telephone": null,
            "info_url": null,
            "name": {
                "fi": "Vuotakuja 8b, Espoo",
                "sv": "Hudgränden 8b, Esbo"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "street_address": {
                "fi": "Vuotakuja 8b",
                "sv": "Hudgränden 8b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuotakuja_8b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}