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

{
    "meta": {
        "count": 151438,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7327&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7325&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:virkatie_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:31:30.350715Z",
            "last_modified_time": "2023-09-08T06:31:30.350732Z",
            "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.9428733,
                    60.2975799
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 2, Vantaa",
                "sv": "Tjänstevägen 2, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 2",
                "sv": "Tjänstevägen 2"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_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:31:30.556805Z",
            "last_modified_time": "2023-09-08T06:31:30.556824Z",
            "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.947648,
                    60.297187
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 3, Vantaa",
                "sv": "Tjänstevägen 3, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 3",
                "sv": "Tjänstevägen 3"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_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:31:30.725187Z",
            "last_modified_time": "2023-09-08T06:31:30.725216Z",
            "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.9450615,
                    60.297518
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 4, Vantaa",
                "sv": "Tjänstevägen 4, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 4",
                "sv": "Tjänstevägen 4"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_5a_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:31:31.070449Z",
            "last_modified_time": "2023-09-08T06:31:31.070468Z",
            "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.9495649,
                    60.2971518
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 5a, Vantaa",
                "sv": "Tjänstevägen 5a, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 5a",
                "sv": "Tjänstevägen 5a"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_5a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_5b_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:31:31.450600Z",
            "last_modified_time": "2023-09-08T06:31:31.450617Z",
            "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.9505415,
                    60.2971432
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 5b, Vantaa",
                "sv": "Tjänstevägen 5b, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 5b",
                "sv": "Tjänstevägen 5b"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_5b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_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:31:31.863780Z",
            "last_modified_time": "2023-09-08T06:31:31.863797Z",
            "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.947304,
                    60.2974741
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 6, Vantaa",
                "sv": "Tjänstevägen 6, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 6",
                "sv": "Tjänstevägen 6"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_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:31:32.246688Z",
            "last_modified_time": "2023-09-08T06:31:32.246706Z",
            "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.9526753,
                    60.297135
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 7, Vantaa",
                "sv": "Tjänstevägen 7, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 7",
                "sv": "Tjänstevägen 7"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_8a_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:31:32.558014Z",
            "last_modified_time": "2023-09-08T06:31:32.558034Z",
            "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.948389,
                    60.2974924
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 8a, Vantaa",
                "sv": "Tjänstevägen 8a, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 8a",
                "sv": "Tjänstevägen 8a"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_8a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_8b_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:31:32.712306Z",
            "last_modified_time": "2023-09-08T06:31:32.712324Z",
            "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.9495825,
                    60.2974839
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 8b, Vantaa",
                "sv": "Tjänstevägen 8b, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 8b",
                "sv": "Tjänstevägen 8b"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_8b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_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": "2025-06-21T04:53:31.549289Z",
            "last_modified_time": "2025-06-21T04:53:31.549301Z",
            "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.9487868,
                    60.2974746
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 8, Vantaa",
                "sv": "Tjänstevägen 8, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 8",
                "sv": "Tjänstevägen 8"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_8_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatie_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:31:33.044220Z",
            "last_modified_time": "2023-09-08T06:31:33.044239Z",
            "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.9557857,
                    60.2971181
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatie 9, Vantaa",
                "sv": "Tjänstevägen 9, Vanda"
            },
            "street_address": {
                "fi": "Virkatie 9",
                "sv": "Tjänstevägen 9"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatie_9_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_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-14T06:21:21.057138Z",
            "last_modified_time": "2023-09-14T06:21:21.057158Z",
            "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.752098,
                    60.2724814
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 10, Espoo",
                "sv": "Lönehemmansvägen 10, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 10",
                "sv": "Lönehemmansvägen 10"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_12_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-14T06:21:21.651204Z",
            "last_modified_time": "2023-09-14T06:21:21.651222Z",
            "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.752097,
                    60.272616
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 12, Espoo",
                "sv": "Lönehemmansvägen 12, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 12",
                "sv": "Lönehemmansvägen 12"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_12_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_14_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-14T06:21:22.265986Z",
            "last_modified_time": "2023-09-14T06:21:22.266003Z",
            "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.75235,
                    60.2726075
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 14, Espoo",
                "sv": "Lönehemmansvägen 14, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 14",
                "sv": "Lönehemmansvägen 14"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_14_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_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-14T06:21:20.179351Z",
            "last_modified_time": "2023-09-14T06:21:20.179368Z",
            "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.7534929,
                    60.2720173
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 1, Espoo",
                "sv": "Lönehemmansvägen 1, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 1",
                "sv": "Lönehemmansvägen 1"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_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-14T06:21:23.658924Z",
            "last_modified_time": "2023-09-14T06:21:23.658942Z",
            "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.7531691,
                    60.2718192
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 2, Espoo",
                "sv": "Lönehemmansvägen 2, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 2",
                "sv": "Lönehemmansvägen 2"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_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-14T06:21:24.860239Z",
            "last_modified_time": "2023-09-14T06:21:24.860255Z",
            "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.7528243,
                    60.272025
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 3, Espoo",
                "sv": "Lönehemmansvägen 3, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 3",
                "sv": "Lönehemmansvägen 3"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_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-14T06:21:25.336431Z",
            "last_modified_time": "2023-09-14T06:21:25.336450Z",
            "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.7528981,
                    60.2718187
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 4a, Espoo",
                "sv": "Lönehemmansvägen 4a, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 4a",
                "sv": "Lönehemmansvägen 4a"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_4a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_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-14T06:21:26.356720Z",
            "last_modified_time": "2023-09-14T06:21:26.356737Z",
            "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.7530453,
                    60.271469
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 4b, Espoo",
                "sv": "Lönehemmansvägen 4b, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 4b",
                "sv": "Lönehemmansvägen 4b"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_4b_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:virkatilantie_5a_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-14T06:21:27.256329Z",
            "last_modified_time": "2023-09-14T06:21:27.256344Z",
            "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.7530378,
                    60.2724652
                ]
            },
            "info_url": null,
            "description": null,
            "name": {
                "fi": "Virkatilantie 5a, Espoo",
                "sv": "Lönehemmansvägen 5a, Esbo"
            },
            "street_address": {
                "fi": "Virkatilantie 5a",
                "sv": "Lönehemmansvägen 5a"
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:virkatilantie_5a_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}