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

{
    "meta": {
        "count": 152231,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7295&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7293&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:vihvilätie_12_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:28:51.373158Z",
            "last_modified_time": "2023-09-08T06:28:51.373177Z",
            "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.0212636,
                    60.2929683
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Vihvilätie 12, Vantaa",
                "sv": "Veketågsvägen 12, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihvilätie 12",
                "sv": "Veketågsvägen 12"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihvil%C3%A4tie_12_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihvilätie_1_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:28:50.663886Z",
            "last_modified_time": "2023-09-08T06:28:50.663906Z",
            "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.0242109,
                    60.2931383
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Vihvilätie 1, Vantaa",
                "sv": "Veketågsvägen 1, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihvilätie 1",
                "sv": "Veketågsvägen 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihvil%C3%A4tie_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihvilätie_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:28:51.682610Z",
            "last_modified_time": "2023-09-08T06:28:51.682628Z",
            "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.024482,
                    60.2929138
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Vihvilätie 2, Vantaa",
                "sv": "Veketågsvägen 2, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihvilätie 2",
                "sv": "Veketågsvägen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihvil%C3%A4tie_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihvilätie_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:28:52.056647Z",
            "last_modified_time": "2023-09-08T06:28:52.056667Z",
            "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.022457,
                    60.2931565
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Vihvilätie 3, Vantaa",
                "sv": "Veketågsvägen 3, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihvilätie 3",
                "sv": "Veketågsvägen 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihvil%C3%A4tie_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihvilätie_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:28:52.574607Z",
            "last_modified_time": "2023-09-08T06:28:52.574627Z",
            "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.0234875,
                    60.292914
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Vihvilätie 4, Vantaa",
                "sv": "Veketågsvägen 4, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihvilätie 4",
                "sv": "Veketågsvägen 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihvil%C3%A4tie_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihvilätie_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:28:52.750073Z",
            "last_modified_time": "2023-09-08T06:28:52.750090Z",
            "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.0221135,
                    60.2931476
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Vihvilätie 5, Vantaa",
                "sv": "Veketågsvägen 5, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihvilätie 5",
                "sv": "Veketågsvägen 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihvil%C3%A4tie_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihvilätie_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:28:53.062053Z",
            "last_modified_time": "2023-09-08T06:28:53.062071Z",
            "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.0224027,
                    60.2929411
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Vihvilätie 6, Vantaa",
                "sv": "Veketågsvägen 6, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihvilätie 6",
                "sv": "Veketågsvägen 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihvil%C3%A4tie_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:vihvilätie_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:28:53.254974Z",
            "last_modified_time": "2023-09-08T06:28:53.254993Z",
            "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.0220953,
                    60.2929322
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Vihvilätie 8, Vantaa",
                "sv": "Veketågsvägen 8, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Vihvilätie 8",
                "sv": "Veketågsvägen 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:vihvil%C3%A4tie_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_10_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:28:53.656057Z",
            "last_modified_time": "2023-09-08T06:28:53.656075Z",
            "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.0618485,
                    60.3273128
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 10, Vantaa",
                "sv": "Lövskogsgränden 10, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 10",
                "sv": "Lövskogsgränden 10"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_10_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_1_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:28:53.434457Z",
            "last_modified_time": "2023-09-08T06:28:53.434476Z",
            "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.0604018,
                    60.3280225
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 1, Vantaa",
                "sv": "Lövskogsgränden 1, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 1",
                "sv": "Lövskogsgränden 1"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_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:28:54.074540Z",
            "last_modified_time": "2023-09-08T06:28:54.074559Z",
            "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.0599849,
                    60.3277176
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 2, Vantaa",
                "sv": "Lövskogsgränden 2, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 2",
                "sv": "Lövskogsgränden 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_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:28:54.482621Z",
            "last_modified_time": "2023-09-08T06:28:54.482639Z",
            "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.0610349,
                    60.3277889
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 3, Vantaa",
                "sv": "Lövskogsgränden 3, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 3",
                "sv": "Lövskogsgränden 3"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_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:28:54.874721Z",
            "last_modified_time": "2023-09-08T06:28:54.874740Z",
            "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.0610161,
                    60.3274389
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 4, Vantaa",
                "sv": "Lövskogsgränden 4, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 4",
                "sv": "Lövskogsgränden 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_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:28:55.260676Z",
            "last_modified_time": "2023-09-08T06:28:55.260698Z",
            "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.0619952,
                    60.3282821
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 5, Vantaa",
                "sv": "Lövskogsgränden 5, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 5",
                "sv": "Lövskogsgränden 5"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_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:28:55.412434Z",
            "last_modified_time": "2023-09-08T06:28:55.412454Z",
            "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.0612331,
                    60.3273311
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 6, Vantaa",
                "sv": "Lövskogsgränden 6, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 6",
                "sv": "Lövskogsgränden 6"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_7_vantaa",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:vantaa",
                    "municipality": null,
                    "name": {
                        "fi": "Vantaa",
                        "sv": "Vanda"
                    }
                }
            ],
            "created_time": "2023-09-08T06:28:55.687854Z",
            "last_modified_time": "2023-09-08T06:28:55.687872Z",
            "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.0620123,
                    60.3277525
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 7, Vantaa",
                "sv": "Lövskogsgränden 7, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 7",
                "sv": "Lövskogsgränden 7"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_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:28:55.969926Z",
            "last_modified_time": "2023-09-08T06:28:55.969944Z",
            "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.0613779,
                    60.3272861
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 8, Vantaa",
                "sv": "Lövskogsgränden 8, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 8",
                "sv": "Lövskogsgränden 8"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkokuja_9_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:28:56.151577Z",
            "last_modified_time": "2023-09-08T06:28:56.151595Z",
            "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.0619214,
                    60.3275641
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkokuja 9, Vantaa",
                "sv": "Lövskogsgränden 9, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkokuja 9",
                "sv": "Lövskogsgränden 9"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkokuja_9_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkopolku_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:28:56.378816Z",
            "last_modified_time": "2023-09-08T06:28:56.378835Z",
            "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.0631729,
                    60.3288918
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkopolku 2, Vantaa",
                "sv": "Lövskogsstigen 2, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkopolku 2",
                "sv": "Lövskogsstigen 2"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkopolku_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viidakkopolku_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:28:56.767806Z",
            "last_modified_time": "2023-09-08T06:28:56.767825Z",
            "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.0635537,
                    60.3292686
                ]
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "description": null,
            "info_url": null,
            "name": {
                "fi": "Viidakkopolku 4, Vantaa",
                "sv": "Lövskogsstigen 4, Vanda"
            },
            "telephone": null,
            "street_address": {
                "fi": "Viidakkopolku 4",
                "sv": "Lövskogsstigen 4"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viidakkopolku_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}