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

{
    "meta": {
        "count": 151496,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7316&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7314&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:villinki_785_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:03.198005Z",
            "last_modified_time": "2023-08-26T06:40:03.198021Z",
            "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.1013748,
                    60.1563531
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 785, Helsinki",
                "sv": "Villinge 785, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 785",
                "sv": "Villinge 785"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_785_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_793_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:03.989026Z",
            "last_modified_time": "2023-08-26T06:40:03.989043Z",
            "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.1011064,
                    60.1569098
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 793, Helsinki",
                "sv": "Villinge 793, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 793",
                "sv": "Villinge 793"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_793_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_820_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:06.487635Z",
            "last_modified_time": "2023-08-26T06:40:06.487653Z",
            "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.1001995,
                    60.1547563
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 820, Helsinki",
                "sv": "Villinge 820, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 820",
                "sv": "Villinge 820"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_820_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_840_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:08.880290Z",
            "last_modified_time": "2023-08-26T06:40:08.880307Z",
            "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.0986492,
                    60.1541202
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 840, Helsinki",
                "sv": "Villinge 840, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 840",
                "sv": "Villinge 840"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_840_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_851_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:09.999499Z",
            "last_modified_time": "2023-08-26T06:40:09.999521Z",
            "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.0976617,
                    60.1550454
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 851, Helsinki",
                "sv": "Villinge 851, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 851",
                "sv": "Villinge 851"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_851_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_860_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:10.686128Z",
            "last_modified_time": "2023-08-26T06:40:10.686145Z",
            "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.0965065,
                    60.1540949
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 860, Helsinki",
                "sv": "Villinge 860, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 860",
                "sv": "Villinge 860"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_860_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_870_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:11.482173Z",
            "last_modified_time": "2023-08-26T06:40:11.482190Z",
            "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.0954623,
                    60.1541226
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 870, Helsinki",
                "sv": "Villinge 870, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 870",
                "sv": "Villinge 870"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_870_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_88_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:12.984584Z",
            "last_modified_time": "2023-08-26T06:40:12.984602Z",
            "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.1267834,
                    60.161519
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 88, Helsinki",
                "sv": "Villinge 88, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 88",
                "sv": "Villinge 88"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_88_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_8_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:04.890089Z",
            "last_modified_time": "2023-08-26T06:40:04.890112Z",
            "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.117673,
                    60.1621198
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 8, Helsinki",
                "sv": "Villinge 8, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 8",
                "sv": "Villinge 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_900_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:14.398926Z",
            "last_modified_time": "2023-08-26T06:40:14.398946Z",
            "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.0941313,
                    60.1545813
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 900, Helsinki",
                "sv": "Villinge 900, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 900",
                "sv": "Villinge 900"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_900_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_922_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:14.909912Z",
            "last_modified_time": "2023-08-26T06:40:14.909931Z",
            "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.0932152,
                    60.1553448
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 922, Helsinki",
                "sv": "Villinge 922, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 922",
                "sv": "Villinge 922"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_922_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_940_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:15.305019Z",
            "last_modified_time": "2023-08-26T06:40:15.305043Z",
            "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.0932531,
                    60.1560359
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 940, Helsinki",
                "sv": "Villinge 940, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 940",
                "sv": "Villinge 940"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_940_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_946_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:15.789491Z",
            "last_modified_time": "2023-08-26T06:40:15.789508Z",
            "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.0933621,
                    60.1563859
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 946, Helsinki",
                "sv": "Villinge 946, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 946",
                "sv": "Villinge 946"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_946_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_955_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:16.295267Z",
            "last_modified_time": "2023-08-26T06:40:16.295284Z",
            "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.0958642,
                    60.1561059
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 955, Helsinki",
                "sv": "Villinge 955, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 955",
                "sv": "Villinge 955"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_955_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_96_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:17.076316Z",
            "last_modified_time": "2023-08-26T06:40:17.076332Z",
            "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.1270157,
                    60.1610431
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 96, Helsinki",
                "sv": "Villinge 96, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 96",
                "sv": "Villinge 96"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_96_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_978_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:17.881476Z",
            "last_modified_time": "2023-08-26T06:40:17.881493Z",
            "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.0947149,
                    60.1571748
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 978, Helsinki",
                "sv": "Villinge 978, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 978",
                "sv": "Villinge 978"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_978_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_988_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:18.684493Z",
            "last_modified_time": "2023-08-26T06:40:18.684512Z",
            "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.0956687,
                    60.1569856
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 988, Helsinki",
                "sv": "Villinge 988, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 988",
                "sv": "Villinge 988"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_988_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_990_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:19.101035Z",
            "last_modified_time": "2023-08-26T06:40:19.101052Z",
            "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.0953813,
                    60.1572461
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 990, Helsinki",
                "sv": "Villinge 990, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 990",
                "sv": "Villinge 990"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_990_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_992_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:19.483876Z",
            "last_modified_time": "2023-08-26T06:40:19.483897Z",
            "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.0958855,
                    60.1572278
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 992, Helsinki",
                "sv": "Villinge 992, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 992",
                "sv": "Villinge 992"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_992_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_998_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:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:villinki",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Villinki",
                        "sv": "Villinge"
                    }
                }
            ],
            "created_time": "2023-08-26T06:40:19.902692Z",
            "last_modified_time": "2023-08-26T06:40:19.902709Z",
            "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.0959221,
                    60.1574432
                ]
            },
            "info_url": null,
            "description": null,
            "telephone": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Villinki 998, Helsinki",
                "sv": "Villinge 998, Helsingfors"
            },
            "street_address": {
                "fi": "Villinki 998",
                "sv": "Villinge 998"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_998_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}