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

{
    "meta": {
        "count": 151432,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7381&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7379&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vuorilehdontie_20_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:26.368238Z",
            "last_modified_time": "2023-09-08T06:33:26.368257Z",
            "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.1228598,
                    60.2730508
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 20",
                "sv": "Berglundsvägen 20"
            },
            "name": {
                "fi": "Vuorilehdontie 20, Vantaa",
                "sv": "Berglundsvägen 20, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_20_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilehdontie_21_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:26.706234Z",
            "last_modified_time": "2023-09-08T06:33:26.706253Z",
            "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.1245536,
                    60.2718017
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 21",
                "sv": "Berglundsvägen 21"
            },
            "name": {
                "fi": "Vuorilehdontie 21, Vantaa",
                "sv": "Berglundsvägen 21, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_21_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilehdontie_2_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:26.170800Z",
            "last_modified_time": "2023-09-08T06:33:26.170819Z",
            "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.1080945,
                    60.2725072
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 2",
                "sv": "Berglundsvägen 2"
            },
            "name": {
                "fi": "Vuorilehdontie 2, Vantaa",
                "sv": "Berglundsvägen 2, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilehdontie_3_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:26.872013Z",
            "last_modified_time": "2023-09-08T06:33:26.872030Z",
            "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.1133375,
                    60.2732657
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 3",
                "sv": "Berglundsvägen 3"
            },
            "name": {
                "fi": "Vuorilehdontie 3, Vantaa",
                "sv": "Berglundsvägen 3, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilehdontie_4b_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:27.287639Z",
            "last_modified_time": "2023-09-08T06:33:27.287658Z",
            "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.111602,
                    60.2730697
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 4b",
                "sv": "Berglundsvägen 4b"
            },
            "name": {
                "fi": "Vuorilehdontie 4b, Vantaa",
                "sv": "Berglundsvägen 4b, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_4b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilehdontie_4_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:27.054125Z",
            "last_modified_time": "2023-09-08T06:33:27.054143Z",
            "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.1095578,
                    60.2723893
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 4",
                "sv": "Berglundsvägen 4"
            },
            "name": {
                "fi": "Vuorilehdontie 4, Vantaa",
                "sv": "Berglundsvägen 4, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilehdontie_5_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:27.663059Z",
            "last_modified_time": "2023-09-08T06:33:27.663076Z",
            "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.1154534,
                    60.2737396
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 5",
                "sv": "Berglundsvägen 5"
            },
            "name": {
                "fi": "Vuorilehdontie 5, Vantaa",
                "sv": "Berglundsvägen 5, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilehdontie_6_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:28.094123Z",
            "last_modified_time": "2023-09-08T06:33:28.094142Z",
            "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.1131214,
                    60.2734903
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 6",
                "sv": "Berglundsvägen 6"
            },
            "name": {
                "fi": "Vuorilehdontie 6, Vantaa",
                "sv": "Berglundsvägen 6, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilehdontie_8_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:33:28.464761Z",
            "last_modified_time": "2023-09-08T06:33:28.464779Z",
            "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.1157981,
                    60.2741342
                ]
            },
            "street_address": {
                "fi": "Vuorilehdontie 8",
                "sv": "Berglundsvägen 8"
            },
            "name": {
                "fi": "Vuorilehdontie 8, Vantaa",
                "sv": "Berglundsvägen 8, Vanda"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilehdontie_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeenpolku_1_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:57:59.432006Z",
            "last_modified_time": "2023-08-27T05:57:59.432022Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9058996,
                    60.2445507
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeenpolku 1",
                "sv": "Bergfortsstigen 1"
            },
            "name": {
                "fi": "Vuorilinnakkeenpolku 1, Helsinki",
                "sv": "Bergfortsstigen 1, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeenpolku_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeenpolku_2_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:00.169483Z",
            "last_modified_time": "2023-08-27T05:58:00.169513Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9057547,
                    60.2447301
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeenpolku 2",
                "sv": "Bergfortsstigen 2"
            },
            "name": {
                "fi": "Vuorilinnakkeenpolku 2, Helsinki",
                "sv": "Bergfortsstigen 2, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeenpolku_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeenpolku_3_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:01.273526Z",
            "last_modified_time": "2023-08-27T05:58:01.273544Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9062604,
                    60.2446408
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeenpolku 3",
                "sv": "Bergfortsstigen 3"
            },
            "name": {
                "fi": "Vuorilinnakkeenpolku 3, Helsinki",
                "sv": "Bergfortsstigen 3, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeenpolku_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeenpolku_4_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:02.369953Z",
            "last_modified_time": "2023-08-27T05:58:02.369971Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9061335,
                    60.2448202
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeenpolku 4",
                "sv": "Bergfortsstigen 4"
            },
            "name": {
                "fi": "Vuorilinnakkeenpolku 4, Helsinki",
                "sv": "Bergfortsstigen 4, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeenpolku_4_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_10_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:04.166003Z",
            "last_modified_time": "2023-08-27T05:58:04.166026Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9025571,
                    60.2453561
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeentie 10",
                "sv": "Bergfortsvägen 10"
            },
            "name": {
                "fi": "Vuorilinnakkeentie 10, Helsinki",
                "sv": "Bergfortsvägen 10, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_10_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_11a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:05.491636Z",
            "last_modified_time": "2023-08-27T05:58:05.491656Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9022884,
                    60.2446379
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeentie 11a",
                "sv": "Bergfortsvägen 11a"
            },
            "name": {
                "fi": "Vuorilinnakkeentie 11a, Helsinki",
                "sv": "Bergfortsvägen 11a, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_11a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_11b_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:05.683480Z",
            "last_modified_time": "2023-08-27T05:58:05.683498Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9023788,
                    60.2445931
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeentie 11b",
                "sv": "Bergfortsvägen 11b"
            },
            "name": {
                "fi": "Vuorilinnakkeentie 11b, Helsinki",
                "sv": "Bergfortsvägen 11b, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_11b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_11_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:04.964596Z",
            "last_modified_time": "2023-08-27T05:58:04.964613Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9024684,
                    60.2448175
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeentie 11",
                "sv": "Bergfortsvägen 11"
            },
            "name": {
                "fi": "Vuorilinnakkeentie 11, Helsinki",
                "sv": "Bergfortsvägen 11, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_12_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:06.564894Z",
            "last_modified_time": "2023-08-27T05:58:06.564910Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9030089,
                    60.2452218
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeentie 12",
                "sv": "Bergfortsvägen 12"
            },
            "name": {
                "fi": "Vuorilinnakkeentie 12, Helsinki",
                "sv": "Bergfortsvägen 12, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_12_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_13a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:08.467638Z",
            "last_modified_time": "2023-08-27T05:58:08.467655Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9029922,
                    60.2447641
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeentie 13a",
                "sv": "Bergfortsvägen 13a"
            },
            "name": {
                "fi": "Vuorilinnakkeentie 13a, Helsinki",
                "sv": "Bergfortsvägen 13a, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_13a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vuorilinnakkeentie_13b_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:kaarela",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Kaarela",
                        "sv": "Kårböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:maununneva",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Maununneva",
                        "sv": "Magnuskärr"
                    }
                },
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                }
            ],
            "created_time": "2023-08-27T05:58:10.371494Z",
            "last_modified_time": "2023-08-27T05:58:10.371511Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    24.9028665,
                    60.2445127
                ]
            },
            "street_address": {
                "fi": "Vuorilinnakkeentie 13b",
                "sv": "Bergfortsvägen 13b"
            },
            "name": {
                "fi": "Vuorilinnakkeentie 13b, Helsinki",
                "sv": "Bergfortsvägen 13b, Helsingfors"
            },
            "telephone": null,
            "info_url": null,
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vuorilinnakkeentie_13b_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}