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

{
    "meta": {
        "count": 151750,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7293&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7291&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:viinimarjakaari_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:29:50.558710Z",
            "last_modified_time": "2023-09-08T06:29:50.558729Z",
            "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.9077592,
                    60.2766478
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 12",
                "sv": "Vinbärssvängen 12"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 12, Vantaa",
                "sv": "Vinbärssvängen 12, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_12_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakaari_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:29:49.688681Z",
            "last_modified_time": "2023-09-08T06:29:49.688701Z",
            "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.9098894,
                    60.2775109
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 1",
                "sv": "Vinbärssvängen 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 1, Vantaa",
                "sv": "Vinbärssvängen 1, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakaari_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:29:51.154045Z",
            "last_modified_time": "2023-09-08T06:29:51.154066Z",
            "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.9103411,
                    60.2775561
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 2",
                "sv": "Vinbärssvängen 2"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 2, Vantaa",
                "sv": "Vinbärssvängen 2, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakaari_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:29:51.481254Z",
            "last_modified_time": "2023-09-08T06:29:51.481272Z",
            "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.9101971,
                    60.2773406
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 3",
                "sv": "Vinbärssvängen 3"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 3, Vantaa",
                "sv": "Vinbärssvängen 3, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakaari_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:29:51.659028Z",
            "last_modified_time": "2023-09-08T06:29:51.659046Z",
            "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.9108298,
                    60.2772871
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 4",
                "sv": "Vinbärssvängen 4"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 4, Vantaa",
                "sv": "Vinbärssvängen 4, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakaari_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:29:51.952226Z",
            "last_modified_time": "2023-09-08T06:29:51.952245Z",
            "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.9099091,
                    60.2769185
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 5",
                "sv": "Vinbärssvängen 5"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 5, Vantaa",
                "sv": "Vinbärssvängen 5, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakaari_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:29:52.165181Z",
            "last_modified_time": "2023-09-08T06:29:52.165198Z",
            "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.9107045,
                    60.2768562
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 6",
                "sv": "Vinbärssvängen 6"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 6, Vantaa",
                "sv": "Vinbärssvängen 6, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakaari_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:29:52.322293Z",
            "last_modified_time": "2023-09-08T06:29:52.322311Z",
            "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.9091143,
                    60.2767834
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 7",
                "sv": "Vinbärssvängen 7"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 7, Vantaa",
                "sv": "Vinbärssvängen 7, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakaari_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:29:52.549443Z",
            "last_modified_time": "2023-09-08T06:29:52.549462Z",
            "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.9092413,
                    60.276586
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakaari 8",
                "sv": "Vinbärssvängen 8"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakaari 8, Vantaa",
                "sv": "Vinbärssvängen 8, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakaari_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakuja_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:29:52.983578Z",
            "last_modified_time": "2023-09-08T06:29:52.983598Z",
            "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.911499,
                    60.2770812
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakuja 1",
                "sv": "Vinbärsgränden 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakuja 1, Vantaa",
                "sv": "Vinbärsgränden 1, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakuja_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjakuja_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:29:53.468534Z",
            "last_modified_time": "2023-09-08T06:29:53.468554Z",
            "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.9113,
                    60.2771797
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjakuja 2",
                "sv": "Vinbärsgränden 2"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjakuja 2, Vantaa",
                "sv": "Vinbärsgränden 2, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjakuja_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjapolku_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:29:53.958862Z",
            "last_modified_time": "2023-09-08T06:29:53.958880Z",
            "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.909657,
                    60.2766042
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjapolku 1",
                "sv": "Vinbärsstigen 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjapolku 1, Vantaa",
                "sv": "Vinbärsstigen 1, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjapolku_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinimarjapolku_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:29:54.352838Z",
            "last_modified_time": "2023-09-08T06:29:54.352856Z",
            "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.9098737,
                    60.2766582
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinimarjapolku 2",
                "sv": "Vinbärsstigen 2"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "info_url": null,
            "name": {
                "fi": "Viinimarjapolku 2, Vantaa",
                "sv": "Vinbärsstigen 2, Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinimarjapolku_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinirinne_10_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-12T06:40:11.564306Z",
            "last_modified_time": "2023-09-12T06:40:11.564323Z",
            "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.7744445,
                    60.2129696
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinirinne 10",
                "sv": "Kogerbranten 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "name": {
                "fi": "Viinirinne 10, Espoo",
                "sv": "Kogerbranten 10, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinirinne_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinirinne_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-12T06:40:10.976161Z",
            "last_modified_time": "2023-09-12T06:40:10.976181Z",
            "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.7733679,
                    60.212151
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinirinne 1",
                "sv": "Kogerbranten 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "name": {
                "fi": "Viinirinne 1, Espoo",
                "sv": "Kogerbranten 1, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinirinne_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinirinne_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-12T06:40:12.162051Z",
            "last_modified_time": "2023-09-12T06:40:12.162070Z",
            "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.7740702,
                    60.2123228
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinirinne 3",
                "sv": "Kogerbranten 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "name": {
                "fi": "Viinirinne 3, Espoo",
                "sv": "Kogerbranten 3, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinirinne_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinirinne_4a_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-12T06:40:13.267506Z",
            "last_modified_time": "2023-09-12T06:40:13.267524Z",
            "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.7727349,
                    60.2124013
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinirinne 4a",
                "sv": "Kogerbranten 4a"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "name": {
                "fi": "Viinirinne 4a, Espoo",
                "sv": "Kogerbranten 4a, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinirinne_4a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinirinne_4b_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-12T06:40:14.556006Z",
            "last_modified_time": "2023-09-12T06:40:14.556022Z",
            "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.7728602,
                    60.2125361
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinirinne 4b",
                "sv": "Kogerbranten 4b"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "name": {
                "fi": "Viinirinne 4b, Espoo",
                "sv": "Kogerbranten 4b, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinirinne_4b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinirinne_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-12T06:40:15.759737Z",
            "last_modified_time": "2023-09-12T06:40:15.759755Z",
            "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.7739063,
                    60.2125379
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinirinne 6",
                "sv": "Kogerbranten 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "name": {
                "fi": "Viinirinne 6, Espoo",
                "sv": "Kogerbranten 6, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinirinne_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viinirinne_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-12T06:40:16.859521Z",
            "last_modified_time": "2023-09-12T06:40:16.859537Z",
            "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.7740683,
                    60.212592
                ]
            },
            "telephone": null,
            "description": null,
            "street_address": {
                "fi": "Viinirinne 8",
                "sv": "Kogerbranten 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "name": {
                "fi": "Viinirinne 8, Espoo",
                "sv": "Kogerbranten 8, Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viinirinne_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}