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

{
    "meta": {
        "count": 151548,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7310&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7308&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vilkenintie_8_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:patola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Patola",
                        "sv": "Dammen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-08-26T06:38:23.196514Z",
            "last_modified_time": "2023-08-26T06:38:23.196534Z",
            "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.9688282,
                    60.2357307
                ]
            },
            "street_address": {
                "fi": "Vilkenintie 8",
                "sv": "Vilkensvägen 8"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkenintie 8, Helsinki",
                "sv": "Vilkensvägen 8, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkenintie_8_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkenintie_9_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:patola",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Patola",
                        "sv": "Dammen"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:oulunkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Oulunkylä",
                        "sv": "Åggelby"
                    }
                }
            ],
            "created_time": "2023-08-26T06:38:24.087163Z",
            "last_modified_time": "2023-08-26T06:38:24.087183Z",
            "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.9682863,
                    60.2361435
                ]
            },
            "street_address": {
                "fi": "Vilkenintie 9",
                "sv": "Vilkensvägen 9"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkenintie 9, Helsinki",
                "sv": "Vilkensvägen 9, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkenintie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_11_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:01.662393Z",
            "last_modified_time": "2023-09-18T06:09:01.662433Z",
            "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.627624,
                    60.155375
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 11",
                "sv": "Blinkbojen 11"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 11, Espoo",
                "sv": "Blinkbojen 11, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_11_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_13_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:02.860290Z",
            "last_modified_time": "2023-09-18T06:09:02.860307Z",
            "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.6269237,
                    60.1552025
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 13",
                "sv": "Blinkbojen 13"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 13, Espoo",
                "sv": "Blinkbojen 13, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_15_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:03.772982Z",
            "last_modified_time": "2023-09-18T06:09:03.772998Z",
            "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.6274487,
                    60.1549526
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 15",
                "sv": "Blinkbojen 15"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 15, Espoo",
                "sv": "Blinkbojen 15, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_15_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_1_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:00.482849Z",
            "last_modified_time": "2023-09-18T06:09:00.482867Z",
            "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.6301847,
                    60.1550231
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 1",
                "sv": "Blinkbojen 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 1, Espoo",
                "sv": "Blinkbojen 1, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_2_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:04.858539Z",
            "last_modified_time": "2023-09-18T06:09:04.858558Z",
            "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.6302418,
                    60.154754
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 2",
                "sv": "Blinkbojen 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 2, Espoo",
                "sv": "Blinkbojen 2, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_3_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:05.970286Z",
            "last_modified_time": "2023-09-18T06:09:05.970302Z",
            "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.6291903,
                    60.1553884
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 3",
                "sv": "Blinkbojen 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 3, Espoo",
                "sv": "Blinkbojen 3, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_4_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:06.953740Z",
            "last_modified_time": "2023-09-18T06:09:06.953757Z",
            "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.6299895,
                    60.1547713
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 4",
                "sv": "Blinkbojen 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 4, Espoo",
                "sv": "Blinkbojen 4, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_5_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:07.862203Z",
            "last_modified_time": "2023-09-18T06:09:07.862220Z",
            "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.6283584,
                    60.1557092
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 5",
                "sv": "Blinkbojen 5"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 5, Espoo",
                "sv": "Blinkbojen 5, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_6_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:08.666510Z",
            "last_modified_time": "2023-09-18T06:09:08.666528Z",
            "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.628488,
                    60.1553954
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 6",
                "sv": "Blinkbojen 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 6, Espoo",
                "sv": "Blinkbojen 6, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_7_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:09.178181Z",
            "last_modified_time": "2023-09-18T06:09:09.178197Z",
            "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.6281971,
                    60.1556459
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 7",
                "sv": "Blinkbojen 7"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 7, Espoo",
                "sv": "Blinkbojen 7, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_8_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:09.974928Z",
            "last_modified_time": "2023-09-18T06:09:09.974945Z",
            "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.6278604,
                    60.1551692
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 8",
                "sv": "Blinkbojen 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 8, Espoo",
                "sv": "Blinkbojen 8, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkkupoiju_9_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-18T06:09:11.556284Z",
            "last_modified_time": "2023-09-18T06:09:11.556302Z",
            "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.6278389,
                    60.1554743
                ]
            },
            "street_address": {
                "fi": "Vilkkupoiju 9",
                "sv": "Blinkbojen 9"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "name": {
                "fi": "Vilkkupoiju 9, Espoo",
                "sv": "Blinkbojen 9, Esbo"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkkupoiju_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkmanintie_11_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:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tuomarinkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkartano",
                        "sv": "Domargård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:24.329349Z",
            "last_modified_time": "2023-08-28T06:06:24.329369Z",
            "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.9529933,
                    60.2519714
                ]
            },
            "street_address": {
                "fi": "Vilkmanintie 11",
                "sv": "Vilkmansvägen 11"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkmanintie 11, Helsinki",
                "sv": "Vilkmansvägen 11, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkmanintie_11_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkmanintie_1_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tuomarinkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkartano",
                        "sv": "Domargård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:24.159512Z",
            "last_modified_time": "2023-08-28T06:06:24.159531Z",
            "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.9533194,
                    60.2512535
                ]
            },
            "street_address": {
                "fi": "Vilkmanintie 1",
                "sv": "Vilkmansvägen 1"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkmanintie 1, Helsinki",
                "sv": "Vilkmansvägen 1, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkmanintie_1_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkmanintie_2_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tuomarinkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkartano",
                        "sv": "Domargård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:24.727079Z",
            "last_modified_time": "2023-08-28T06:06:24.727099Z",
            "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.9530845,
                    60.2513612
                ]
            },
            "street_address": {
                "fi": "Vilkmanintie 2",
                "sv": "Vilkmansvägen 2"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkmanintie 2, Helsinki",
                "sv": "Vilkmansvägen 2, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkmanintie_2_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkmanintie_3_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tuomarinkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkartano",
                        "sv": "Domargård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:25.404972Z",
            "last_modified_time": "2023-08-28T06:06:25.404991Z",
            "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.9533372,
                    60.251433
                ]
            },
            "street_address": {
                "fi": "Vilkmanintie 3",
                "sv": "Vilkmansvägen 3"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkmanintie 3, Helsinki",
                "sv": "Vilkmansvägen 3, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkmanintie_3_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkmanintie_5_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tuomarinkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkartano",
                        "sv": "Domargård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:26.310128Z",
            "last_modified_time": "2023-08-28T06:06:26.310154Z",
            "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.953355,
                    60.2516126
                ]
            },
            "street_address": {
                "fi": "Vilkmanintie 5",
                "sv": "Vilkmansvägen 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkmanintie 5, Helsinki",
                "sv": "Vilkmansvägen 5, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkmanintie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vilkmanintie_7_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:itä-pakila",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Itä-Pakila",
                        "sv": "Östra Baggböle"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:tuomarinkartano",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkartano",
                        "sv": "Domargård"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:tuomarinkylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Tuomarinkylä",
                        "sv": "Domarby"
                    }
                }
            ],
            "created_time": "2023-08-28T06:06:27.015501Z",
            "last_modified_time": "2023-08-28T06:06:27.015519Z",
            "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.9532646,
                    60.2517023
                ]
            },
            "street_address": {
                "fi": "Vilkmanintie 7",
                "sv": "Vilkmansvägen 7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "name": {
                "fi": "Vilkmanintie 7, Helsinki",
                "sv": "Vilkmansvägen 7, Helsingfors"
            },
            "telephone": null,
            "description": null,
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vilkmanintie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}