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

{
    "meta": {
        "count": 151700,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7439&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7437&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:västäräkintie_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:24.459434Z",
            "last_modified_time": "2023-08-27T06:09:24.459452Z",
            "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.003306,
                    60.2648503
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 2",
                "sv": "Sädesärlevägen 2"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 2, Helsinki",
                "sv": "Sädesärlevägen 2, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_3_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:25.962532Z",
            "last_modified_time": "2023-08-27T06:09:25.962548Z",
            "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.0022582,
                    60.2652722
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 3",
                "sv": "Sädesärlevägen 3"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 3, Helsinki",
                "sv": "Sädesärlevägen 3, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_4a_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:28.065285Z",
            "last_modified_time": "2023-08-27T06:09:28.065308Z",
            "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.0028363,
                    60.2646978
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 4a",
                "sv": "Sädesärlevägen 4a"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 4a, Helsinki",
                "sv": "Sädesärlevägen 4a, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_4a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_4b_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:30.168320Z",
            "last_modified_time": "2023-08-27T06:09:30.168340Z",
            "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.0027821,
                    60.2648234
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 4b",
                "sv": "Sädesärlevägen 4b"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 4b, Helsinki",
                "sv": "Sädesärlevägen 4b, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_4b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_5a_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:32.273592Z",
            "last_modified_time": "2023-08-27T06:09:32.273610Z",
            "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.0018969,
                    60.2650927
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 5a",
                "sv": "Sädesärlevägen 5a"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 5a, Helsinki",
                "sv": "Sädesärlevägen 5a, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_5a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_5b_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:33.663357Z",
            "last_modified_time": "2023-08-27T06:09:33.663374Z",
            "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.0015717,
                    60.2654517
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 5b",
                "sv": "Sädesärlevägen 5b"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 5b, Helsinki",
                "sv": "Sädesärlevägen 5b, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_5b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_5_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:31.273989Z",
            "last_modified_time": "2023-08-27T06:09:31.274006Z",
            "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.001933,
                    60.2650478
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 5",
                "sv": "Sädesärlevägen 5"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 5, Helsinki",
                "sv": "Sädesärlevägen 5, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_6_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:35.261466Z",
            "last_modified_time": "2023-08-27T06:09:35.261483Z",
            "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.0022221,
                    60.2646439
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 6",
                "sv": "Sädesärlevägen 6"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 6, Helsinki",
                "sv": "Sädesärlevägen 6, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_7_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:36.263498Z",
            "last_modified_time": "2023-08-27T06:09:36.263523Z",
            "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.0014453,
                    60.2650658
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 7",
                "sv": "Sädesärlevägen 7"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 7, Helsinki",
                "sv": "Sädesärlevägen 7, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_8a_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:37.172479Z",
            "last_modified_time": "2023-08-27T06:09:37.172497Z",
            "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.001662,
                    60.264626
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 8a",
                "sv": "Sädesärlevägen 8a"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 8a, Helsinki",
                "sv": "Sädesärlevägen 8a, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_8a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_8b_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:38.065807Z",
            "last_modified_time": "2023-08-27T06:09:38.065825Z",
            "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.0017885,
                    60.2644375
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 8b",
                "sv": "Sädesärlevägen 8b"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 8b, Helsinki",
                "sv": "Sädesärlevägen 8b, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_8b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkintie_9_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:malmi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Malmi",
                        "sv": "Malm"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tapaninvainio",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninvainio",
                        "sv": "Staffansslätten"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tapaninkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tapaninkylä",
                        "sv": "Staffansby"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:38.570164Z",
            "last_modified_time": "2023-08-27T06:09:38.570185Z",
            "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.0010478,
                    60.2653889
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkintie 9",
                "sv": "Sädesärlevägen 9"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkintie 9, Helsinki",
                "sv": "Sädesärlevägen 9, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kintie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkkikuja_1_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:34:23.252269Z",
            "last_modified_time": "2023-09-08T06:34:23.252288Z",
            "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.0759974,
                    60.3716519
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkkikuja 1",
                "sv": "Sädesärlsgränden 1"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkkikuja 1, Vantaa",
                "sv": "Sädesärlsgränden 1, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kkikuja_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkkikuja_2_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:34:23.456694Z",
            "last_modified_time": "2023-09-08T06:34:23.456713Z",
            "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.0755983,
                    60.3715175
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkkikuja 2",
                "sv": "Sädesärlsgränden 2"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkkikuja 2, Vantaa",
                "sv": "Sädesärlsgränden 2, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kkikuja_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkkikuja_3_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:34:23.619285Z",
            "last_modified_time": "2023-09-08T06:34:23.619302Z",
            "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.0757801,
                    60.3717598
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkkikuja 3",
                "sv": "Sädesärlsgränden 3"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkkikuja 3, Vantaa",
                "sv": "Sädesärlsgränden 3, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kkikuja_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkkikuja_4_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:34:23.860578Z",
            "last_modified_time": "2023-09-08T06:34:23.860597Z",
            "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.0752362,
                    60.3716883
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkkikuja 4",
                "sv": "Sädesärlsgränden 4"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkkikuja 4, Vantaa",
                "sv": "Sädesärlsgränden 4, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kkikuja_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkkikuja_5_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:34:24.350883Z",
            "last_modified_time": "2023-09-08T06:34:24.350901Z",
            "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.075418,
                    60.3719305
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkkikuja 5",
                "sv": "Sädesärlsgränden 5"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkkikuja 5, Vantaa",
                "sv": "Sädesärlsgränden 5, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kkikuja_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkkikuja_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:34:24.765430Z",
            "last_modified_time": "2023-09-08T06:34:24.765450Z",
            "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.0751102,
                    60.3720743
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkkikuja 7",
                "sv": "Sädesärlsgränden 7"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkkikuja 7, Vantaa",
                "sv": "Sädesärlsgränden 7, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kkikuja_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:västäräkkikuja_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:34:25.162990Z",
            "last_modified_time": "2023-09-08T06:34:25.163008Z",
            "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.0746568,
                    60.3719489
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Västäräkkikuja 8",
                "sv": "Sädesärlsgränden 8"
            },
            "description": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "telephone": null,
            "name": {
                "fi": "Västäräkkikuja 8, Vantaa",
                "sv": "Sädesärlsgränden 8, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4st%C3%A4r%C3%A4kkikuja_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:väylänrinne_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:herttoniemi",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Herttoniemi",
                        "sv": "Hertonäs"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tammisalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tammisalo",
                        "sv": "Tammelund"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tammisalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tammisalo",
                        "sv": "Tammelund"
                    }
                }
            ],
            "created_time": "2023-08-27T06:09:39.578659Z",
            "last_modified_time": "2023-08-27T06:09:39.578680Z",
            "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.0614674,
                    60.1918665
                ]
            },
            "info_url": null,
            "street_address": {
                "fi": "Väylänrinne 1",
                "sv": "Båtledsbrinken 1"
            },
            "description": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "telephone": null,
            "name": {
                "fi": "Väylänrinne 1, Helsinki",
                "sv": "Båtledsbrinken 1, Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:v%C3%A4yl%C3%A4nrinne_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}