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

{
    "meta": {
        "count": 152342,
        "next": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7288&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7286&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:viherkuja_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-17T06:21:23.981007Z",
            "last_modified_time": "2023-09-17T06:21:23.981048Z",
            "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.6945017,
                    60.273241
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Viherkuja 2",
                "sv": "Gröngränden 2"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 2, Espoo",
                "sv": "Gröngränden 2, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_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:09.259224Z",
            "last_modified_time": "2023-09-08T06:28:09.259244Z",
            "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.8679311,
                    60.2758782
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkuja 2",
                "sv": "Gröngränden 2"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 2, Vantaa",
                "sv": "Gröngränden 2, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_3a_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:09.654059Z",
            "last_modified_time": "2023-09-08T06:28:09.654078Z",
            "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.8684921,
                    60.2756903
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkuja 3a",
                "sv": "Gröngränden 3a"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 3a, Vantaa",
                "sv": "Gröngränden 3a, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_3a_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_3b_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:10.061287Z",
            "last_modified_time": "2023-09-08T06:28:10.061304Z",
            "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.8686377,
                    60.2754301
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkuja 3b",
                "sv": "Gröngränden 3b"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 3b, Vantaa",
                "sv": "Gröngränden 3b, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_3b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_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-17T06:21:24.760695Z",
            "last_modified_time": "2023-09-17T06:21:24.760718Z",
            "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.6949899,
                    60.2732062
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Viherkuja 3",
                "sv": "Gröngränden 3"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 3, Espoo",
                "sv": "Gröngränden 3, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_4_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-17T06:21:25.667999Z",
            "last_modified_time": "2023-09-17T06:21:25.668017Z",
            "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.6942999,
                    60.2735637
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Viherkuja 4",
                "sv": "Gröngränden 4"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 4, Espoo",
                "sv": "Gröngränden 4, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_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:10.460067Z",
            "last_modified_time": "2023-09-08T06:28:10.460084Z",
            "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.868437,
                    60.2758966
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkuja 4",
                "sv": "Gröngränden 4"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 4, Vantaa",
                "sv": "Gröngränden 4, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_5_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-17T06:21:26.956519Z",
            "last_modified_time": "2023-09-17T06:21:26.956538Z",
            "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.6947336,
                    60.2735647
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Viherkuja 5",
                "sv": "Gröngränden 5"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 5, Espoo",
                "sv": "Gröngränden 5, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_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:10.621992Z",
            "last_modified_time": "2023-09-08T06:28:10.622012Z",
            "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.8688354,
                    60.2757086
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkuja 5",
                "sv": "Gröngränden 5"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 5, Vantaa",
                "sv": "Gröngränden 5, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_5_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_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-17T06:21:28.182827Z",
            "last_modified_time": "2023-09-17T06:21:28.182843Z",
            "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.6939348,
                    60.2739577
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Viherkuja 6",
                "sv": "Gröngränden 6"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 6, Espoo",
                "sv": "Gröngränden 6, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_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:10.972738Z",
            "last_modified_time": "2023-09-08T06:28:10.972759Z",
            "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.8687621,
                    60.2759418
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkuja 6",
                "sv": "Gröngränden 6"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 6, Vantaa",
                "sv": "Gröngränden 6, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_6_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_7_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-17T06:21:28.850330Z",
            "last_modified_time": "2023-09-17T06:21:28.850347Z",
            "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.6946415,
                    60.2737529
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Viherkuja 7",
                "sv": "Gröngränden 7"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 7, Espoo",
                "sv": "Gröngränden 7, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_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:11.156986Z",
            "last_modified_time": "2023-09-08T06:28:11.157006Z",
            "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.869305,
                    60.2757629
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkuja 7",
                "sv": "Gröngränden 7"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 7, Vantaa",
                "sv": "Gröngränden 7, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_7_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkuja_9_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-17T06:21:29.064258Z",
            "last_modified_time": "2023-09-17T06:21:29.064275Z",
            "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.6943493,
                    60.2740754
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "street_address": {
                "fi": "Viherkuja 9",
                "sv": "Gröngränden 9"
            },
            "description": null,
            "name": {
                "fi": "Viherkuja 9, Espoo",
                "sv": "Gröngränden 9, Esbo"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkuja_9_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkummuntie_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:11.566995Z",
            "last_modified_time": "2023-09-08T06:28:11.567014Z",
            "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.8769994,
                    60.2768742
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkummuntie 10",
                "sv": "Grönkullavägen 10"
            },
            "description": null,
            "name": {
                "fi": "Viherkummuntie 10, Vantaa",
                "sv": "Grönkullavägen 10, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_10_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkummuntie_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:11.335608Z",
            "last_modified_time": "2023-09-08T06:28:11.335628Z",
            "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.8766261,
                    60.2752314
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkummuntie 1",
                "sv": "Grönkullavägen 1"
            },
            "description": null,
            "name": {
                "fi": "Viherkummuntie 1, Vantaa",
                "sv": "Grönkullavägen 1, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkummuntie_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:11.964671Z",
            "last_modified_time": "2023-09-08T06:28:11.964690Z",
            "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.8758478,
                    60.2755448
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkummuntie 2",
                "sv": "Grönkullavägen 2"
            },
            "description": null,
            "name": {
                "fi": "Viherkummuntie 2, Vantaa",
                "sv": "Grönkullavägen 2, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkummuntie_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:12.370941Z",
            "last_modified_time": "2023-09-08T06:28:12.370961Z",
            "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.8767878,
                    60.2754828
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkummuntie 3",
                "sv": "Grönkullavägen 3"
            },
            "description": null,
            "name": {
                "fi": "Viherkummuntie 3, Vantaa",
                "sv": "Grönkullavägen 3, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkummuntie_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:12.778469Z",
            "last_modified_time": "2023-09-08T06:28:12.778489Z",
            "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.8761913,
                    60.2755092
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkummuntie 4",
                "sv": "Grönkullavägen 4"
            },
            "description": null,
            "name": {
                "fi": "Viherkummuntie 4, Vantaa",
                "sv": "Grönkullavägen 4, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_4_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:viherkummuntie_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:28:13.332690Z",
            "last_modified_time": "2023-09-08T06:28:13.332708Z",
            "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.8771285,
                    60.2761742
                ]
            },
            "telephone": null,
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "street_address": {
                "fi": "Viherkummuntie 5b",
                "sv": "Grönkullavägen 5b"
            },
            "description": null,
            "name": {
                "fi": "Viherkummuntie 5b, Vantaa",
                "sv": "Grönkullavägen 5b, Vanda"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:viherkummuntie_5b_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}