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

{
    "meta": {
        "count": 151535,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7314&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7312&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:villinki_1173_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:38:47.885418Z",
            "last_modified_time": "2023-08-26T06:38:47.885436Z",
            "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.1093286,
                    60.1602959
                ]
            },
            "street_address": {
                "fi": "Villinki 1173",
                "sv": "Villinge 1173"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1173, Helsinki",
                "sv": "Villinge 1173, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1173_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1174_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:38:48.386698Z",
            "last_modified_time": "2023-08-26T06:38:48.386721Z",
            "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.1052789,
                    60.1609634
                ]
            },
            "street_address": {
                "fi": "Villinki 1174",
                "sv": "Villinge 1174"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1174, Helsinki",
                "sv": "Villinge 1174, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1174_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1177_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:38:49.186014Z",
            "last_modified_time": "2023-08-26T06:38:49.186030Z",
            "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.1122419,
                    60.1590908
                ]
            },
            "street_address": {
                "fi": "Villinki 1177",
                "sv": "Villinge 1177"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1177, Helsinki",
                "sv": "Villinge 1177, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1177_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1189_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:38:50.288920Z",
            "last_modified_time": "2023-08-26T06:38:50.288938Z",
            "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.1098704,
                    60.1607353
                ]
            },
            "street_address": {
                "fi": "Villinki 1189",
                "sv": "Villinge 1189"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1189, Helsinki",
                "sv": "Villinge 1189, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1189_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1198_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:38:50.985291Z",
            "last_modified_time": "2023-08-26T06:38:50.985309Z",
            "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.1075494,
                    60.1613834
                ]
            },
            "street_address": {
                "fi": "Villinki 1198",
                "sv": "Villinge 1198"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1198, Helsinki",
                "sv": "Villinge 1198, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1198_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1204_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:38:51.492636Z",
            "last_modified_time": "2023-08-26T06:38:51.492653Z",
            "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.1080546,
                    60.1616792
                ]
            },
            "street_address": {
                "fi": "Villinki 1204",
                "sv": "Villinge 1204"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1204, Helsinki",
                "sv": "Villinge 1204, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1204_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1208_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:38:51.987100Z",
            "last_modified_time": "2023-08-26T06:38:51.987117Z",
            "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.1083978,
                    60.1619841
                ]
            },
            "street_address": {
                "fi": "Villinki 1208",
                "sv": "Villinge 1208"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1208, Helsinki",
                "sv": "Villinge 1208, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1208_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1215_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:38:52.494511Z",
            "last_modified_time": "2023-08-26T06:38:52.494527Z",
            "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.1092792,
                    60.1616782
                ]
            },
            "street_address": {
                "fi": "Villinki 1215",
                "sv": "Villinge 1215"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1215, Helsinki",
                "sv": "Villinge 1215, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1215_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1238_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:38:53.577719Z",
            "last_modified_time": "2023-08-26T06:38:53.577776Z",
            "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.1122161,
                    60.1621066
                ]
            },
            "street_address": {
                "fi": "Villinki 1238",
                "sv": "Villinge 1238"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1238, Helsinki",
                "sv": "Villinge 1238, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1238_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1249_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:38:54.892120Z",
            "last_modified_time": "2023-08-26T06:38:54.892142Z",
            "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.1119242,
                    60.1610028
                ]
            },
            "street_address": {
                "fi": "Villinki 1249",
                "sv": "Villinge 1249"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1249, Helsinki",
                "sv": "Villinge 1249, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1249_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1262_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:38:56.290908Z",
            "last_modified_time": "2023-08-26T06:38:56.290925Z",
            "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.1138909,
                    60.1620692
                ]
            },
            "street_address": {
                "fi": "Villinki 1262",
                "sv": "Villinge 1262"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1262, Helsinki",
                "sv": "Villinge 1262, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1262_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1270_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:38:57.291601Z",
            "last_modified_time": "2023-08-26T06:38:57.291620Z",
            "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.1153499,
                    60.1621577
                ]
            },
            "street_address": {
                "fi": "Villinki 1270",
                "sv": "Villinge 1270"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1270, Helsinki",
                "sv": "Villinge 1270, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1270_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_1281_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:38:59.686943Z",
            "last_modified_time": "2023-08-26T06:38:59.686962Z",
            "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.1145338,
                    60.1605249
                ]
            },
            "street_address": {
                "fi": "Villinki 1281",
                "sv": "Villinge 1281"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 1281, Helsinki",
                "sv": "Villinge 1281, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_1281_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_128_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:38:58.384369Z",
            "last_modified_time": "2023-08-26T06:38:58.384386Z",
            "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.1242734,
                    60.1597173
                ]
            },
            "street_address": {
                "fi": "Villinki 128",
                "sv": "Villinge 128"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 128, Helsinki",
                "sv": "Villinge 128, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_128_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_134_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:39:01.287558Z",
            "last_modified_time": "2023-08-26T06:39:01.287575Z",
            "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.1236236,
                    60.159314
                ]
            },
            "street_address": {
                "fi": "Villinki 134",
                "sv": "Villinge 134"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 134, Helsinki",
                "sv": "Villinge 134, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_134_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_140_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:39:03.482683Z",
            "last_modified_time": "2023-08-26T06:39:03.482701Z",
            "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.1232263,
                    60.1590182
                ]
            },
            "street_address": {
                "fi": "Villinki 140",
                "sv": "Villinge 140"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 140, Helsinki",
                "sv": "Villinge 140, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_140_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_142_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:39:04.893876Z",
            "last_modified_time": "2023-08-26T06:39:04.893899Z",
            "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.1230818,
                    60.1588927
                ]
            },
            "street_address": {
                "fi": "Villinki 142",
                "sv": "Villinge 142"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 142, Helsinki",
                "sv": "Villinge 142, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_142_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_148_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:39:06.097887Z",
            "last_modified_time": "2023-08-26T06:39:06.097912Z",
            "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.1223597,
                    60.1584087
                ]
            },
            "street_address": {
                "fi": "Villinki 148",
                "sv": "Villinge 148"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 148, Helsinki",
                "sv": "Villinge 148, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_148_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_14_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:39:02.684678Z",
            "last_modified_time": "2023-08-26T06:39:02.684695Z",
            "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.1186458,
                    60.1621997
                ]
            },
            "street_address": {
                "fi": "Villinki 14",
                "sv": "Villinge 14"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 14, Helsinki",
                "sv": "Villinge 14, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_14_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:villinki_152_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:39:06.992246Z",
            "last_modified_time": "2023-08-26T06:39:06.992264Z",
            "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.1223407,
                    60.1581574
                ]
            },
            "street_address": {
                "fi": "Villinki 152",
                "sv": "Villinge 152"
            },
            "telephone": null,
            "description": null,
            "name": {
                "fi": "Villinki 152, Helsinki",
                "sv": "Villinge 152, Helsingfors"
            },
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:villinki_152_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}