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=7456&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=7457&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7455&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:ylismäentie_13_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:22:29.268984Z",
            "last_modified_time": "2023-09-12T06:22:29.269004Z",
            "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.7426598,
                    60.1788051
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 13",
                "sv": "Oppibackavägen 13"
            },
            "name": {
                "fi": "Ylismäentie 13, Espoo",
                "sv": "Oppibackavägen 13, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_13_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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:22:27.889191Z",
            "last_modified_time": "2023-09-12T06:22:27.889211Z",
            "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.7308184,
                    60.1769954
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 1",
                "sv": "Oppibackavägen 1"
            },
            "name": {
                "fi": "Ylismäentie 1, Espoo",
                "sv": "Oppibackavägen 1, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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-12T06:22:29.653803Z",
            "last_modified_time": "2023-09-12T06:22:29.653821Z",
            "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.7308337,
                    60.1773276
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 2",
                "sv": "Oppibackavägen 2"
            },
            "name": {
                "fi": "Ylismäentie 2, Espoo",
                "sv": "Oppibackavägen 2, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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:22:30.165983Z",
            "last_modified_time": "2023-09-12T06:22:30.166000Z",
            "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.7327817,
                    60.1770802
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 3",
                "sv": "Oppibackavägen 3"
            },
            "name": {
                "fi": "Ylismäentie 3, Espoo",
                "sv": "Oppibackavägen 3, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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-12T06:22:33.664442Z",
            "last_modified_time": "2023-09-12T06:22:33.664459Z",
            "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.73539,
                    60.177597
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 4",
                "sv": "Oppibackavägen 4"
            },
            "name": {
                "fi": "Ylismäentie 4, Espoo",
                "sv": "Oppibackavägen 4, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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-12T06:22:34.604994Z",
            "last_modified_time": "2023-09-12T06:22:34.605011Z",
            "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.7355906,
                    60.1773012
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 5",
                "sv": "Oppibackavägen 5"
            },
            "name": {
                "fi": "Ylismäentie 5, Espoo",
                "sv": "Oppibackavägen 5, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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:22:34.757987Z",
            "last_modified_time": "2023-09-12T06:22:34.758003Z",
            "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.7395691,
                    60.1777399
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 6",
                "sv": "Oppibackavägen 6"
            },
            "name": {
                "fi": "Ylismäentie 6, Espoo",
                "sv": "Oppibackavägen 6, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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-12T06:22:35.583519Z",
            "last_modified_time": "2023-09-12T06:22:35.583535Z",
            "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.7368695,
                    60.1773487
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 7",
                "sv": "Oppibackavägen 7"
            },
            "name": {
                "fi": "Ylismäentie 7, Espoo",
                "sv": "Oppibackavägen 7, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_7_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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:22:36.583218Z",
            "last_modified_time": "2023-09-12T06:22:36.583236Z",
            "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.7422395,
                    60.1795582
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylismäentie 8",
                "sv": "Oppibackavägen 8"
            },
            "name": {
                "fi": "Ylismäentie 8, Espoo",
                "sv": "Oppibackavägen 8, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_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-19T06:18:08.967126Z",
            "last_modified_time": "2023-09-19T06:18:08.967146Z",
            "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.7413967,
                    60.1744585
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 10",
                "sv": "Oppibranten 10"
            },
            "name": {
                "fi": "Ylisrinne 10, Espoo",
                "sv": "Oppibranten 10, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_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-19T06:18:09.674272Z",
            "last_modified_time": "2023-09-19T06:18:09.674291Z",
            "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.7411768,
                    60.1749248
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 14",
                "sv": "Oppibranten 14"
            },
            "name": {
                "fi": "Ylisrinne 14, Espoo",
                "sv": "Oppibranten 14, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_14_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_16_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-19T06:18:10.470439Z",
            "last_modified_time": "2023-09-19T06:18:10.470457Z",
            "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.7413372,
                    60.1751495
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 16",
                "sv": "Oppibranten 16"
            },
            "name": {
                "fi": "Ylisrinne 16, Espoo",
                "sv": "Oppibranten 16, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_16_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_18_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-19T06:18:12.662188Z",
            "last_modified_time": "2023-09-19T06:18:12.662215Z",
            "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.7414261,
                    60.1753022
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 18",
                "sv": "Oppibranten 18"
            },
            "name": {
                "fi": "Ylisrinne 18, Espoo",
                "sv": "Oppibranten 18, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_18_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_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-19T06:18:07.184946Z",
            "last_modified_time": "2023-09-19T06:18:07.184964Z",
            "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.7422707,
                    60.1732754
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 1",
                "sv": "Oppibranten 1"
            },
            "name": {
                "fi": "Ylisrinne 1, Espoo",
                "sv": "Oppibranten 1, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_20_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-19T06:18:16.665236Z",
            "last_modified_time": "2023-09-19T06:18:16.665253Z",
            "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.7416043,
                    60.1755539
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 20",
                "sv": "Oppibranten 20"
            },
            "name": {
                "fi": "Ylisrinne 20, Espoo",
                "sv": "Oppibranten 20, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_20_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_22_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-19T06:18:17.369710Z",
            "last_modified_time": "2023-09-19T06:18:17.369731Z",
            "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.7417291,
                    60.1757157
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 22",
                "sv": "Oppibranten 22"
            },
            "name": {
                "fi": "Ylisrinne 22, Espoo",
                "sv": "Oppibranten 22, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_22_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_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-19T06:18:15.270648Z",
            "last_modified_time": "2023-09-19T06:18:15.270668Z",
            "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.7418027,
                    60.1732296
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 2",
                "sv": "Oppibranten 2"
            },
            "name": {
                "fi": "Ylisrinne 2, Espoo",
                "sv": "Oppibranten 2, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_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-19T06:18:18.362147Z",
            "last_modified_time": "2023-09-19T06:18:18.362169Z",
            "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.7421046,
                    60.1737777
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 3",
                "sv": "Oppibranten 3"
            },
            "name": {
                "fi": "Ylisrinne 3, Espoo",
                "sv": "Oppibranten 3, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_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-19T06:18:21.161444Z",
            "last_modified_time": "2023-09-19T06:18:21.161462Z",
            "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.7419017,
                    60.1743787
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 5",
                "sv": "Oppibranten 5"
            },
            "name": {
                "fi": "Ylisrinne 5, Espoo",
                "sv": "Oppibranten 5, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_5_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylisrinne_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-19T06:18:22.969013Z",
            "last_modified_time": "2023-09-19T06:18:22.969031Z",
            "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.7416554,
                    60.1736243
                ]
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "info_url": null,
            "telephone": null,
            "street_address": {
                "fi": "Ylisrinne 6",
                "sv": "Oppibranten 6"
            },
            "name": {
                "fi": "Ylisrinne 6, Espoo",
                "sv": "Oppibranten 6, Esbo"
            },
            "description": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylisrinne_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}