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=7455&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=7456&show_all_places=true",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/place/?format=api&page=7454&show_all_places=true"
    },
    "data": [
        {
            "id": "osoite:yliskyläntie_5a_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:37:33.791026Z",
            "last_modified_time": "2023-08-26T06:37:33.791046Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0549961,
                    60.181027
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Yliskyläntie 5a, Helsinki",
                "sv": "Uppbyvägen 5a, Helsingfors"
            },
            "street_address": {
                "fi": "Yliskyläntie 5a",
                "sv": "Uppbyvägen 5a"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yliskyl%C3%A4ntie_5a_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yliskyläntie_5_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:37:32.598403Z",
            "last_modified_time": "2023-08-26T06:37:32.598421Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0539504,
                    60.1806864
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Yliskyläntie 5, Helsinki",
                "sv": "Uppbyvägen 5, Helsingfors"
            },
            "street_address": {
                "fi": "Yliskyläntie 5",
                "sv": "Uppbyvägen 5"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yliskyl%C3%A4ntie_5_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yliskyläntie_6_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:37:35.003886Z",
            "last_modified_time": "2023-08-26T06:37:35.003904Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.055429,
                    60.1813051
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Yliskyläntie 6, Helsinki",
                "sv": "Uppbyvägen 6, Helsingfors"
            },
            "street_address": {
                "fi": "Yliskyläntie 6",
                "sv": "Uppbyvägen 6"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yliskyl%C3%A4ntie_6_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yliskyläntie_7_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:37:36.390356Z",
            "last_modified_time": "2023-08-26T06:37:36.390374Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0556988,
                    60.1809818
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Yliskyläntie 7, Helsinki",
                "sv": "Uppbyvägen 7, Helsingfors"
            },
            "street_address": {
                "fi": "Yliskyläntie 7",
                "sv": "Uppbyvägen 7"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yliskyl%C3%A4ntie_7_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:yliskyläntie_9_helsinki",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki",
                    "municipality": null,
                    "name": {
                        "fi": "Helsinki",
                        "sv": "Helsingfors"
                    }
                },
                {
                    "type": "district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/peruspiiri:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                },
                {
                    "type": "sub_district",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/osa-alue:yliskylä",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Yliskylä",
                        "sv": "Uppby"
                    }
                },
                {
                    "type": "neighborhood",
                    "ocd_id": "ocd-division/country:fi/kunta:helsinki/kaupunginosa:laajasalo",
                    "municipality": "Helsinki",
                    "name": {
                        "fi": "Laajasalo",
                        "sv": "Degerö"
                    }
                }
            ],
            "created_time": "2023-08-26T06:37:37.586211Z",
            "last_modified_time": "2023-08-26T06:37:37.586227Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0551405,
                    60.1811616
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Yliskyläntie 9, Helsinki",
                "sv": "Uppbyvägen 9, Helsingfors"
            },
            "street_address": {
                "fi": "Yliskyläntie 9",
                "sv": "Uppbyvägen 9"
            },
            "address_locality": {
                "fi": "Helsinki",
                "sv": "Helsingfors"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:yliskyl%C3%A4ntie_9_helsinki/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismaantie_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:34:38.260783Z",
            "last_modified_time": "2023-09-08T06:34:38.260802Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0904412,
                    60.3121732
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismaantie 1, Vantaa",
                "sv": "Yvjasvägen 1, Vanda"
            },
            "street_address": {
                "fi": "Ylismaantie 1",
                "sv": "Yvjasvägen 1"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylismaantie_1_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismaantie_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:34:38.654296Z",
            "last_modified_time": "2023-09-08T06:34:38.654316Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0911461,
                    60.3119214
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismaantie 2, Vantaa",
                "sv": "Yvjasvägen 2, Vanda"
            },
            "street_address": {
                "fi": "Ylismaantie 2",
                "sv": "Yvjasvägen 2"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylismaantie_2_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismaantie_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:34:39.065872Z",
            "last_modified_time": "2023-09-08T06:34:39.065890Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0895181,
                    60.3120212
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismaantie 3, Vantaa",
                "sv": "Yvjasvägen 3, Vanda"
            },
            "street_address": {
                "fi": "Ylismaantie 3",
                "sv": "Yvjasvägen 3"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylismaantie_3_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismaantie_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:34:39.384300Z",
            "last_modified_time": "2023-09-08T06:34:39.384318Z",
            "custom_data": null,
            "email": null,
            "contact_type": null,
            "address_region": null,
            "postal_code": null,
            "post_office_box_num": null,
            "address_country": null,
            "deleted": false,
            "has_upcoming_events": false,
            "n_events": 0,
            "image": null,
            "parent": null,
            "replaced_by": null,
            "position": {
                "type": "Point",
                "coordinates": [
                    25.0806254,
                    60.3080778
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismaantie 9, Vantaa",
                "sv": "Yvjasvägen 9, Vanda"
            },
            "street_address": {
                "fi": "Ylismaantie 9",
                "sv": "Yvjasvägen 9"
            },
            "address_locality": {
                "fi": "Vantaa",
                "sv": "Vanda"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylismaantie_9_vantaa/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:49.956701Z",
            "last_modified_time": "2023-09-09T06:16:49.956716Z",
            "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.7443793,
                    60.1801278
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 10, Espoo",
                "sv": "Oppibackagränden 10, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 10",
                "sv": "Oppibackagränden 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:51.453294Z",
            "last_modified_time": "2023-09-09T06:16:51.453308Z",
            "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.7445578,
                    60.1803436
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 12, Espoo",
                "sv": "Oppibackagränden 12, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 12",
                "sv": "Oppibackagränden 12"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_12_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:52.052298Z",
            "last_modified_time": "2023-09-09T06:16:52.052314Z",
            "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.7454013,
                    60.180794
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 14, Espoo",
                "sv": "Oppibackagränden 14, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 14",
                "sv": "Oppibackagränden 14"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_14_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:48.262325Z",
            "last_modified_time": "2023-09-09T06:16:48.262352Z",
            "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.7436049,
                    60.1800814
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 1, Espoo",
                "sv": "Oppibackagränden 1, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 1",
                "sv": "Oppibackagränden 1"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_1_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:52.373321Z",
            "last_modified_time": "2023-09-09T06:16:52.373336Z",
            "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.7439998,
                    60.1802707
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 2, Espoo",
                "sv": "Oppibackagränden 2, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 2",
                "sv": "Oppibackagränden 2"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_2_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:53.259381Z",
            "last_modified_time": "2023-09-09T06:16:53.259398Z",
            "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.7439124,
                    60.1799294
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 3, Espoo",
                "sv": "Oppibackagränden 3, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 3",
                "sv": "Oppibackagränden 3"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_3_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:54.547759Z",
            "last_modified_time": "2023-09-09T06:16:54.547775Z",
            "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.7445205,
                    60.180514
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 4, Espoo",
                "sv": "Oppibackagränden 4, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 4",
                "sv": "Oppibackagränden 4"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_4_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:55.649021Z",
            "last_modified_time": "2023-09-09T06:16:55.649036Z",
            "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.7451668,
                    60.1808204
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 6, Espoo",
                "sv": "Oppibackagränden 6, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 6",
                "sv": "Oppibackagränden 6"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_6_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäenkuja_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-09T06:16:56.750499Z",
            "last_modified_time": "2023-09-09T06:16:56.750516Z",
            "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.7457055,
                    60.1810638
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäenkuja 8, Espoo",
                "sv": "Oppibackagränden 8, Esbo"
            },
            "street_address": {
                "fi": "Ylismäenkuja 8",
                "sv": "Oppibackagränden 8"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4enkuja_8_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_10_espoo",
            "has_user_editable_resources": false,
            "data_source": "osoite",
            "publisher": "ahjo:u541000",
            "divisions": [
                {
                    "type": "muni",
                    "ocd_id": "ocd-division/country:fi/kunta:espoo",
                    "municipality": null,
                    "name": {
                        "fi": "Espoo",
                        "sv": "Esbo"
                    }
                }
            ],
            "created_time": "2023-09-12T06:22:28.482201Z",
            "last_modified_time": "2023-09-12T06:22:28.482219Z",
            "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.7424702,
                    60.1800164
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäentie 10, Espoo",
                "sv": "Oppibackavägen 10, Esbo"
            },
            "street_address": {
                "fi": "Ylismäentie 10",
                "sv": "Oppibackavägen 10"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_10_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        },
        {
            "id": "osoite:ylismäentie_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-12T06:22:28.856601Z",
            "last_modified_time": "2023-09-12T06:22:28.856633Z",
            "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.7429175,
                    60.1804122
                ]
            },
            "description": null,
            "info_url": null,
            "telephone": null,
            "name": {
                "fi": "Ylismäentie 12, Espoo",
                "sv": "Oppibackavägen 12, Esbo"
            },
            "street_address": {
                "fi": "Ylismäentie 12",
                "sv": "Oppibackavägen 12"
            },
            "address_locality": {
                "fi": "Espoo",
                "sv": "Esbo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/place/osoite:ylism%C3%A4entie_12_espoo/?format=api",
            "@context": "http://schema.org",
            "@type": "Place"
        }
    ]
}