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

{
    "meta": {
        "count": 152280,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7455&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7453&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:välimäki_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-12T06:21:36.472015Z",
            "last_modified_time": "2023-09-12T06:21:36.472032Z",
            "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.7246258,
                    60.1892612
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 1a, Espoo",
                "sv": "Mellanbacken 1a, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 1a",
                "sv": "Mellanbacken 1a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_1a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_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-12T06:21:37.564502Z",
            "last_modified_time": "2023-09-12T06:21:37.564528Z",
            "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.7242987,
                    60.1895746
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 1b, Espoo",
                "sv": "Mellanbacken 1b, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 1b",
                "sv": "Mellanbacken 1b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_1b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_2a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:21:37.898153Z",
            "last_modified_time": "2023-09-12T06:21:37.898170Z",
            "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.7242297,
                    60.1892065
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 2a, Espoo",
                "sv": "Mellanbacken 2a, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 2a",
                "sv": "Mellanbacken 2a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_2a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_2b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:21:38.370826Z",
            "last_modified_time": "2023-09-12T06:21:38.370844Z",
            "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.7239389,
                    60.1894931
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 2b, Espoo",
                "sv": "Mellanbacken 2b, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 2b",
                "sv": "Mellanbacken 2b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_2b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_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-12T06:21:38.964263Z",
            "last_modified_time": "2023-09-12T06:21:38.964282Z",
            "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.7239358,
                    60.1898611
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 3, Espoo",
                "sv": "Mellanbacken 3, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 3",
                "sv": "Mellanbacken 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_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-12T06:21:39.300834Z",
            "last_modified_time": "2023-09-12T06:21:39.300850Z",
            "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.7233226,
                    60.1899047
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 4, Espoo",
                "sv": "Mellanbacken 4, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 4",
                "sv": "Mellanbacken 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_5a_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:21:39.858231Z",
            "last_modified_time": "2023-09-12T06:21:39.858248Z",
            "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.7236812,
                    60.1901298
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 5a, Espoo",
                "sv": "Mellanbacken 5a, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 5a",
                "sv": "Mellanbacken 5a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_5a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_5b_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:21:40.659336Z",
            "last_modified_time": "2023-09-12T06:21:40.659351Z",
            "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.7235355,
                    60.190318
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 5b, Espoo",
                "sv": "Mellanbacken 5b, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 5b",
                "sv": "Mellanbacken 5b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_5b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_6_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-12T06:21:41.675660Z",
            "last_modified_time": "2023-09-12T06:21:41.675678Z",
            "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.7228717,
                    60.1899397
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 6, Espoo",
                "sv": "Mellanbacken 6, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 6",
                "sv": "Mellanbacken 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_7_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-12T06:21:42.374018Z",
            "last_modified_time": "2023-09-12T06:21:42.374035Z",
            "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.7232833,
                    60.1902995
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 7, Espoo",
                "sv": "Mellanbacken 7, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 7",
                "sv": "Mellanbacken 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_8_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-12T06:21:42.889382Z",
            "last_modified_time": "2023-09-12T06:21:42.889399Z",
            "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.7226724,
                    60.1900649
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 8, Espoo",
                "sv": "Mellanbacken 8, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 8",
                "sv": "Mellanbacken 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välimäki_9_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-12T06:21:43.075548Z",
            "last_modified_time": "2023-09-12T06:21:43.075565Z",
            "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.7229952,
                    60.190263
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välimäki 9, Espoo",
                "sv": "Mellanbacken 9, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välimäki 9",
                "sv": "Mellanbacken 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lim%C3%A4ki_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:väliniitty_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-17T06:12:17.965614Z",
            "last_modified_time": "2023-09-17T06:12:17.965630Z",
            "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.7254371,
                    60.191399
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Väliniitty 2, Espoo",
                "sv": "Mellanängen 2, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Väliniitty 2",
                "sv": "Mellanängen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4liniitty_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:väliniitty_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-17T06:12:19.151166Z",
            "last_modified_time": "2023-09-17T06:12:19.151188Z",
            "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.726267,
                    60.191311
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Väliniitty 3a, Espoo",
                "sv": "Mellanängen 3a, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Väliniitty 3a",
                "sv": "Mellanängen 3a"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4liniitty_3a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:väliniitty_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-17T06:12:20.264064Z",
            "last_modified_time": "2023-09-17T06:12:20.264079Z",
            "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.7258867,
                    60.1915256
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Väliniitty 3b, Espoo",
                "sv": "Mellanängen 3b, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Väliniitty 3b",
                "sv": "Mellanängen 3b"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4liniitty_3b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:väliniitty_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-17T06:12:21.567731Z",
            "last_modified_time": "2023-09-17T06:12:21.567783Z",
            "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.7256868,
                    60.1917137
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Väliniitty 5, Espoo",
                "sv": "Mellanängen 5, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Väliniitty 5",
                "sv": "Mellanängen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4liniitty_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:väliniitty_6_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-17T06:12:22.366646Z",
            "last_modified_time": "2023-09-17T06:12:22.366666Z",
            "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.7254892,
                    60.1916325
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Väliniitty 6, Espoo",
                "sv": "Mellanängen 6, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Väliniitty 6",
                "sv": "Mellanängen 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4liniitty_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:väliniitty_7_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-17T06:12:23.057931Z",
            "last_modified_time": "2023-09-17T06:12:23.057950Z",
            "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.7255417,
                    60.1918211
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Väliniitty 7, Espoo",
                "sv": "Mellanängen 7, Esbo"
            },
            "telephone": null,
            "street_address": {
                "fi": "Väliniitty 7",
                "sv": "Mellanängen 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4liniitty_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välipolku_1_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:jakomäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jakomäki",
                        "sv": "Jakobacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jakomäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jakomäki",
                        "sv": "Jakobacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-28T06:01:36.528647Z",
            "last_modified_time": "2023-08-28T06:01:36.528681Z",
            "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.0787957,
                    60.2543977
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välipolku 1, Helsinki",
                "sv": "Mittstigen 1, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välipolku 1",
                "sv": "Mittstigen 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lipolku_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:välipolku_2_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:jakomäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jakomäki",
                        "sv": "Jakobacka"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:jakomäki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Jakomäki",
                        "sv": "Jakobacka"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:suurmetsä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Suurmetsä",
                        "sv": "Storskog"
                    }
                }
            ],
            "created_time": "2023-08-28T06:01:38.193695Z",
            "last_modified_time": "2023-08-28T06:01:38.193716Z",
            "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.077802,
                    60.2542188
                ]
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Välipolku 2, Helsinki",
                "sv": "Mittstigen 2, Helsingfors"
            },
            "telephone": null,
            "street_address": {
                "fi": "Välipolku 2",
                "sv": "Mittstigen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4lipolku_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}